/* 231122 메인 리뉴얼 */
.s1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide_bg {
    width: 100%;
    height: 100%;

    z-index: -1;
}

.slide_textWrap {
    width: 1440px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slide_text_inner {
    width: 100%;
    padding-left: 53px;

    text-align: left;
    opacity: 0;
    transition: 1.8s ease;
}

.swiper-slide.s1 .slide_text_inner {
    top: 180px;
}

.swiper-slide.s1 .slide_text_inner.active {
    top: 100px;
    opacity: 1;
}

.swiper-slide.s2 .slide_text_inner {
    top: 115px;
}

.swiper-slide.s2 .slide_text_inner.active {
    top: 65px;
    opacity: 1;
}

.swiper-slide.s3 .slide_text_inner {
    top: 180px;
}

.swiper-slide.s3 .slide_text_inner.active {
    top: 100px;
    opacity: 1;
}

.slide_text_inner>h4 {
    font-size: 50px;
    text-shadow: 0px 2px 9px rgba(98, 98, 98, 0.5);
    font-family: 'GmarketSansBold', sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 0;
}

.slide_text_inner>p {
    font-size: 24px;
    margin: 50px 0;
    text-shadow: 0px 2px 9px rgba(98, 98, 98, 0.5);
    font-family: 'GmarketSansMedium', sans-serif;
    letter-spacing: -0.01em;
}

.swiper-slide.s2 .slide_text_inner>p {
    margin: 30px 0 65px;
    line-height: 1.3;
}

.swiper-slide.s3 .slide_text_inner>p {
    margin: 30px 0 65px;
    line-height: 1.3;
}

.slide_text_inner>button {
    font-size: 18px;
    color: #fff;
    /* background-color: transparent;
    border: 2px solid #fff; */
    background-color: #ff7088;
    border: 2px solid #ff7088;
    border-radius: 30px;
    /* padding: 20px 38px; */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 60px;
    width: 320px;
    font-family: 'Noto Sans KR', sans-serif;
}

.slide_text_inner>button:after {
    content: '';
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url("/images/front/slide_arrow.png")no-repeat;
    margin-left: 10px;
    margin-top: 3px;
}

.slide_text_inner>button:focus {
    outline: none;
}

.slide_text_inner .slide-btn {
    display: flex;
    align-items: center;
}

.slide_text_inner .slide-btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.slide_text_inner .slide-btn>a.youtube-link {
    background: #ff0000 url(/images/front/youtube_bg.png) no-repeat center center / 39px 28px;
}

.slide_text_inner .slide-btn>a.blog-link {
    background: url("/images/front/blog_bg.png")no-repeat center center
}

.slide_text_inner .slide-btn>a.ins-link {
    background: url("/images/front/ins_bg.png")no-repeat center center
}

.slide_text_inner .slide-btn>a.kakao-chat {
    background: #ffe600 url(/images/front/kakao_bg.png) no-repeat center center / 45px 41px;
}

.slide_text_inner .slide-btn>a+a {
    margin-left: 10px;
}

/* section */
.sect_pd {
    padding: 100px 0;
}

.sect01 .sect_pd {
    padding: 30px 0 100px;
}



section {
    position: relative;
}

.sect_inner {
    width: 1440px;
    margin: 0 auto;

}

/* sect01 */
.list-section {
    position: relative;
    color: #222;
}

.sect01:before {
    content: '';
    background: url('/images/front/sect01_bg.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.title-wrap>p {
    font-size: 24px;
    line-height: 100%;
    font-family: "GmarketSansMedium", sans-serif;
}

.title-wrap>h4 {
    position: relative;
    font-size: 48px;
    font-weight: bold;
    margin: 20px 0 45px 20px;
    /* letter-spacing: -2px; */
    letter-spacing: -0.05em;
    font-family: 'GmarketSansBold', sans-serif;
}

.title-wrap>h4 span {
    position: relative;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.05em;
    font-family: 'GmarketSansBold';
}

.title-wrap>h4 span:before {
    content: '';
    background: url('/images/front/point_icon.png') no-repeat;
    width: 176px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.title-slide-wrap {
    margin: 0 0 60px 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
	aspect-ratio: 1440 / 110;
}

.search-content {
    max-width: 900px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

.search-content form {
    display: flex;
    align-items: center;
    position: relative;

}

.search-content form input {
    border: none;
    background-color: transparent;
}


.search-content form .text {
    width: 100%;
    background-color: #fff;
    line-height: 78px;
    border: 1px solid #cfcfcf;
    border-radius: 40px;
    padding: 0 75px 0 40px;
    font-size: 26px;

}

.search-content form .submit {
    background: url(/images/front/main_b_search.png)no-repeat center/cover;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 41px;
}

.search-content form .text::-webkit-input-placeholder {
    color: #8f8f8f;
}

.search-content form .text::-moz-placeholder {
    color: #8f8f8f;
}

.search-content form .text:-ms-input-placeholder {
    color: #8f8f8f;
}

.search-content form .text::-ms-input-placeholder {
    color: #8f8f8f;
}

.search-content form .text::placeholder {
    color: #8f8f8f;
}

.list_box {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.list_box ul {}

.list_box .l-contents {
    max-width: 958px;
    width: 100%;
}

.list_box .l-contents ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 0;
}

.list_box .l-contents ul li {
    width: 467px;
}

.list_box .l-contents ul li .list_top>.list_title strong {
    display: flex;
    align-items: center;
}

/*.list_box .l-contents ul li .list_top>.list_title strong:before {
    content: '';
    margin-right: 8px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.045em;

}

.list_box .l-contents ul li:nth-child(1) .list_top>.list_title strong:before {
    content: '1';

}

.list_box .l-contents ul li:nth-child(2) .list_top>.list_title strong:before {
    content: '2';

}

.list_box .l-contents ul li:nth-child(3) .list_top>.list_title strong:before {
    content: '3';

}

.list_box .l-contents ul li:nth-child(4) .list_top>.list_title strong:before {
    content: '4';

}

.list_box .l-contents ul li:nth-child(5) .list_top>.list_title strong:before {
    content: '5';

}

.list_box .l-contents ul li:nth-child(6) .list_top>.list_title strong:before {
    content: '6';

}

.list_box .l-contents ul li:nth-child(7) .list_top>.list_title strong:before {
    content: '7';

}

.list_box .l-contents ul li:nth-child(8) .list_top>.list_title strong:before {
    content: '8';

}

.list_box .l-contents ul li:nth-child(9) .list_top>.list_title strong:before {
    content: '9';

}

.list_box .l-contents ul li:nth-child(10) .list_top>.list_title strong:before {
    content: '10';

}*/

.list_box ul li.video-list {
    border-radius: 15px;
    /*background-color:#00b19a; 2025-05-09 변경*/
    overflow: hidden;
}

.list_box ul li.video-list>a {
    display: flex;

}

.list_box .r-contents {
    max-width: 470px;
    width: 100%;
    display: flex;
    flex-direction: column;


}

.list_box .r-contents .t-conts {
    background-color: #e0edfe;

    border-radius: 15px;
    border: 1px solid #cde0fa;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.list_box .r-contents .t-conts h2 {
    color: #0073ae;
    font-weight: 700;
    font-family: 'GmarketSansBold', sans-serif;
    text-align: left;
    font-size: 22px;
    margin-bottom: 0;
}

.list_box .r-contents .t-conts .login-box {
    padding: 40px 30px 0;
}

.list_box .r-contents .t-conts .login-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}

.list_box .r-contents .t-conts .login-btn>a {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.list_box .r-contents .t-conts .login-btn>a:hover {
    text-decoration: none !important;
}
.list_box .r-contents .t-conts .login-input a{
    text-decoration: none !important;
}
.list_box .r-contents .t-conts .login-btn>a+a {
    position: relative;
    padding-left: 12px;
    margin-left: 12px;
}

.list_box .r-contents .t-conts .login-btn>a+a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c1cddb;
    width: 1px;
    height: 14px;
}

.list_box .r-contents .t-conts .login-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.list_box .r-contents .t-conts .login-input input {
    width: 100%;
    line-height: 60px;
    border: none;
    background-color: #fff;
    padding: 0 22px;
    border-radius: 15px;
    font-size: 14px;
}
.list_box .r-contents .t-conts .login-input a{
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    line-height: 50px;
    width:100%;
    border-radius: 10px;
    background-color: #00b19a;
    font-size:16px;
    font-weight:500;
}
.list_box .r-contents .t-conts .member-info{
    padding:40px 30px 0;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.list_box .r-contents .t-conts .member-info h2{
    padding:0 10px;
}
.list_box .r-contents .t-conts .member-info .member-info__profile{
    display: flex;
    align-items: flex-end;
    gap:2px;
    padding:0 10px;
}
.list_box .r-contents .t-conts .member-info .member-info__profile p{
    font-size:20px;
    font-weight:700;
    color:#222;
}
.list_box .r-contents .t-conts .member-info .member-info__profile span{
    font-size:14px;
    color:#222;
}
.list_box .r-contents .t-conts .member-info .member-info__details{
    display: flex;
    flex-direction: column;
    gap:5px;
    padding:0 10px;
}
.list_box .r-contents .t-conts .member-info .member-info__details dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:13px;
    margin:0;
}
.list_box .r-contents .t-conts .member-info .member-info__details dl dt{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background-color: #00b19a;
    border-radius: 10px;
    line-height:25px;
    min-width: 80px;
    padding:0 5px;
    font-size:14px;
}

.list_box .r-contents .t-conts .member-info .member-info__details dl dd{
    margin:0;
}
.list_box .r-contents .t-conts .member-info .member-info__details dl dd > p{
    font-size:14px;
    color:#222;
}
.list_box .r-contents .t-conts .member-info .member-info__details dl dd > p a{
    text-decoration: underline;
    text-underline-offset: 2px;
    
}
.list_box .r-contents .t-conts .member-info .member-btn{
    display: flex;
    align-items: center;
    gap:20px;
}
.list_box .r-contents .t-conts .member-info .member-btn > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color:#fff;
    border-radius: 10px;
    line-height:50px;
    font-size:16px;
    font-weight:500;
    text-decoration: none;
}
.list_box .r-contents .t-conts .member-info .member-btn > a:active,
.list_box .r-contents .t-conts .member-info .member-btn > a:hover{
    text-decoration: none;
}
.list_box .r-contents .t-conts .member-info .member-btn > a.mypage{
    background-color: #0073ae;
}
.list_box .r-contents .t-conts .member-info .member-btn > a.logout{
    background-color: #4b4b4b;
}

.list_box .r-contents .benefit-banner {
    position: relative;
    padding: 0 30px 30px;

}

.list_box .r-contents .benefit-banner:before {
    content: '';
    width: 100%;
    background-color: #cde0fa;
    height: 1px;
    position: absolute;
    left: 0;
    top: -30px;

}

.list_box .r-contents .benefit-banner>a {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.list_box .r-contents .t-conts .login-input input::-webkit-input-placeholder {
    color: #cacaca;
}

.list_box .r-contents .t-conts .login-input input::-moz-placeholder {
    color: #cacaca;
}

.list_box .r-contents .t-conts .login-input input:-ms-input-placeholder {
    color: #cacaca;
}

.list_box .r-contents .t-conts .login-input input::-ms-input-placeholder {
    color: #cacaca;
}

.list_box .r-contents .t-conts .login-input input::placeholder {
    color: #cacaca;
}

.list_box .r-contents .b-conts {
    margin-left: 38px;
    margin-top: 115px;
}

.list_box .r-contents .b-conts h3 {
    color: #000002;
    font-family: 'GmarketSansMedium', sans-serif;
    font-size: 20px;
    text-align: left;
    margin: 0;
    font-weight: 600;
}

.list_box .r-contents .b-conts .link {
    display: flex;
    gap: 40px;
    margin-top: 25px;
}

.list_box .r-contents .b-conts .link>a {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    transition: .45s;
}

.list_box .r-contents .b-conts .link>a:hover {
    text-decoration: none;
    transform: translateY(-10px);
}

.list_box .r-contents .b-conts .link>a span {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -1.95px 4.60px 10px 0 rgba(0, 0, 0, 0.10);
}

.list_box .r-contents .b-conts .link>a p {
    margin-top: 15px;
    color: #000002;
    font-size: 16px;
    font-weight: 500;
}

.list_box .r-contents .b-conts .link>a:nth-child(1) span:before {
    content: '';
    background: url(/images/front/main_link_ico01.png)no-repeat center/cover;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.list_box .r-contents .b-conts .link>a:nth-child(2) span:before {
    content: '';
    background: url(/images/front/main_link_ico02.png)no-repeat center/cover;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.list_box .r-contents .b-conts .link>a:nth-child(3) span:before {
    content: '';
    background: url(/images/front/main_link_ico03.png)no-repeat center/cover;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.list_box .r-contents .b-conts .link>a:nth-child(4) span:before {
    content: '';
    background: url(/images/front/main_link_ico04.png)no-repeat center/cover;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.list_top {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e0edfe;
    line-height: 0;
    color: #000;
    border-radius: 15px 15px 0 0;
    padding: 0 30px;
}

.list_top_bk {
    background-color: #333333;
}

.list_top>.list_title {
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
}

.list_top>.more>a {
    color: #000;
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
}

.list_top>.more>a:hover {
    text-decoration: none;
}

.list_top>.more>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
}

.list_content {
    width: 100%;
    /* height: 180px; */
    /* height: 105px; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0 0 15px 15px;
    padding: 20px 25px;

}

.list_box ul li.notice .list_content {
    height: 395px;
}


/* 공통 초기 상태 (관측 대상) */
.animate {

    transform: translateY(50px);
    transition:

        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 활성화 */
.animate.active {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   핵심: clip-path는 내부 .reveal에만 적용
   ========================= */
.animate>.reveal {

    transition: -webkit-clip-path 1.125s cubic-bezier(0.33, 1, 0.68, 1);
    transition: clip-path 1.125s cubic-bezier(0.33, 1, 0.68, 1);
    transition: clip-path 1.125s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 1.125s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: clip-path;
}

/* 위에서 열림 */
.animate.reveal-top>.reveal {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
}

.animate.reveal-top.active>.reveal {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

/* 좌 -> 우 */
.animate.reveal-left>.reveal {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.animate.reveal-left.active>.reveal {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.animate.reveal-bottom>.reveal {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
}

.animate.reveal-center>.reveal {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
}

.animate.reveal-center.active>.reveal {
    -webkit-clip-path: circle(150% at 50% 50%);
    clip-path: circle(150% at 50% 50%);
}

.animate.reveal-bottom.active>.reveal {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.animate.reveal-diagonal-reverse>.reveal {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.animate.reveal-right>.reveal {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}

.animate.reveal-right.active>.reveal {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.animate.reveal-diagonal-reverse.active>.reveal {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.animate.reveal-skew>.reveal {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.animate.reveal-skew.active>.reveal {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

/* 대각선 */
.animate.reveal-diagonal>.reveal {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.animate.reveal-diagonal.active>.reveal {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.animate.reveal-vertical-slice>.reveal {
    -webkit-clip-path: inset(0 45% 0 45%);
    clip-path: inset(0 45% 0 45%);
}

.animate.reveal-vertical-slice.active>.reveal {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.animate.reveal-horizontal-slice>.reveal {
    -webkit-clip-path: inset(45% 0 45% 0);
    clip-path: inset(45% 0 45% 0);
}

.animate.reveal-horizontal-slice.active>.reveal {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}



/* .list_content::-webkit-scrollbar {width:10px;background-color:#f1f1f1;border-radius:10px;padding:0px  스크롤바의 너비}
.list_content::-webkit-scrollbar-thumb {
	display: block;
	width: 4px; 스크롤바의 길이
	background-color: #ddd; 스크롤바의 색상
	border-radius: 10px;
	border: 3px solid #f1f1f1;
	cursor: default !important;
}
.list_content::-webkit-scrollbar-track {
	display: none;
	background: rgba(0, 0, 0, .05);  스크롤바 뒷 배경 색상
}
.list_content::-webkit-scrollbar-button:start:decrement, 
.list_content::-webkit-scrollbar-button:end:increment {
	스크롤의 화살표가 포함된 영역
	display: none;
	height: 1.0rem;
	background-color: transparent;
} */
.list_content>a+a {
    margin-top: 5px;
}

.list_content a p {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-indent: 7px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.list_content a:hover {
    text-decoration: none;
}

.list_content>a.new {
    display: inline-flex;
    align-items: center;
}

.list_content>a.new:after {
    content: 'N';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    background-color: #0a7db8;
    line-height: 0;
    margin-left: 4px;
}

.list_content>a.new>p {
    max-width: 93%;
}

.list_content a p::before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.list_video {
    position: relative;
    display: block;
    cursor: pointer;
    /*background-color:#00b19a; 2025-05-09 변경*/
}

.list_video>.video_bg {
    width: 468px;
    /* height: 476px; */
    height: 230px;
    /*  background: url("/images/front/video_text.png") no-repeat; */

}

/* 2024-02-01 변경
.list_video > .video_content{
    width: 365px;
    height: 395px;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.list_video > .video_content > .content_img{
    width: 360px;
    height: 235px;
    background: url("/images/front/gideVideo.png") no-repeat;
}
.list_video > .video_content > .content_title{
    position: absolute; left: 0; bottom: 0;
}
.list_video > .video_content > .content_title > p{
    color: #fff;
    text-align: left;
    height: 45px;
    font-family: 'GmarketSansBold',sans-serif;
    font-size: 36px;
} */

/* .list_video > .video_content{
	width: 435px;
    height: 440px;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
} */
.list_video>.video_content {
    display: flex;
    height: 213px;
    align-items: center;
    justify-content: center;
    width: 100%;


}

/*.list_video > .video_content > .content_img{
	width:230px;
	height:135px;
    background: url("/images/front/gideVideo.png") no-repeat;
	background-size:cover;
	margin-right:10px;
} 2025-05-09 변경*/
.list_video>.video_content>.content_img {
    /* width: 434px;
	    height: 254px; */
    width: 468px;
    height: 213px;
    background: url("/images/front/main_left_img01.jpg") no-repeat;
    background-size: cover;
}

.list_video>.video_content>.content_title {
    /*  position: absolute; left: 5px; bottom: 20px; */
}

.list_video>.video_content>.content_title>p {
    color: #fff;
    text-align: left;
    height: 40px;
    font-family: 'GmarketSansBold', sans-serif;
    font-size: 35px;
}

.video-list * {
    text-decoration: none !important;
}

.video-list *:hover {
    text-decoration: none !important;
}

/* section2 */
.sect02::before {
    content: "";
    background: url('/images/front/sect02_bg.jpg') no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
}

.sect02 .title-wrap {
    color: #052f53;
}

.sect02 .title-wrap>p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect02 .title-wrap>p>span {
    display: inline-block;
    font-size: 24px;
    font-family: 'GmarketSansMedium', sans-serif;
}

.sect02 .title-wrap>p>span:nth-of-type(2) {
    transform: translateY(-25%);
}

.sect02 .title-wrap>h4 {
    position: relative;
}

.sect02 .title-wrap>h4::after {
    content: '';
    background: url('/images/front/underline_icon.png') no-repeat;
    width: 720px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.sect2_imgs {
    position: relative;
    width: 100%;
    height: 670px;
}

.sect2_imgs::after {
    content: '';
    background: url('/images/front/teacher_icon.png') no-repeat;
    width: 173px;
    height: 382px;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sect2_imgs>.img {
    opacity: 0;
    transition: 1s ease;
}

.sect2_imgs>.img01 {
    position: absolute;
    left: 205px;
    top: 0;
    transition-delay: .5s;
}

.sect2_imgs>.img02 {
    position: absolute;
    right: 28px;
    top: 10px;
    transition-delay: 1s;
}

.sect2_imgs>.img03 {
    position: absolute;
    left: 0;
    top: 300px;
    transition-delay: 1.5s;
}

.sect2_imgs>.img04 {
    position: absolute;
    right: -30px;
    bottom: 32px;
    transition-delay: 2s;
}

.sect2_imgs>.img05 {
    position: absolute;
    left: 335px;
    bottom: 40px;
    transition-delay: 2.5s;
}

.sect2_imgs>.img.active {
    opacity: 1;
}

.sect2_imgs>.img01.active {
    left: 245px;
}

.sect2_imgs>.img02.active {
    right: 78px;
}

.sect2_imgs>.img03.active {
    top: 240px;
}

.sect2_imgs>.img04.active {
    right: 0;
}

.sect2_imgs>.img05.active {
    bottom: 0;
}

/* section3 */
.sect03 {
    width: 100%;
    height: 100%;
}

.sect03 h4 {
    margin-top: 0;
}

.qna_lists {
    width: 1200px;
    height: 100%;
    color: #00b19a;
    margin: 0 95px;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
}

.qna_lists>dl {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.qna_lists>dl.active {
    border: none;
}

.qna_lists>dl>dt {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    margin: 20px 0;
    cursor: pointer;
}

.qna_lists>dl.active>dt {
    color: #00b19a;
    font-size: 18px;
    font-weight: bold;
}

.qna_lists>dl.active>dt::before {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background: url('/images/front/q_active.png') no-repeat;
    margin: 0 20px 0 40px;
}

.qna_lists>dl>dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url('/images/front/q_none_active.png') no-repeat;
    margin: 0 20px 0 50px;
}

.qna_lists>dl.active>dt::after {
    content: "";
    display: block;
    width: 20px;
    height: 11px;
    background: url('/images/front/arrow_up.png') no-repeat;
    position: absolute;
    right: 40px;
}

.qna_lists>dl>dt::after {
    content: "";
    display: block;
    width: 20px;
    height: 11px;
    background: url('/images/front/arrow_down_gray.png') no-repeat;
    position: absolute;
    right: 40px;
}

.qna_lists>dl>dd {
    display: none;
}

.qna_lists>dl>dd .items {
    width: 100%;
    visibility: visible;
    padding: 40px 115px 50px;
    color: #000;
    font-size: 16px;
    background-color: #f3fffe;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: "NOTO SANS KR", sans-serif;
    flex-flow: wrap;
}

.qna_lists>dl>dd .items::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url('/images/front/a_active.png') no-repeat;
    /* margin-right: 35px; */
    /* margin-top: -5px; */
}

.qna_lists>dl>dd .items p {}

.qna_lists>dl>dd .items .cont {
    max-width: calc(100% - 25px);
    padding-left: 35px;
}

.qna_more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.qna_more>a {
    display: block;
    width: 220px;
    height: 60px;
    background-color: #00b19a;
    color: #fff;
    border-radius: 30px;
    font-family: "NOTO SANS KR", sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0
}

.qna_more>a:hover {
    text-decoration: none;
}

.qna_more>a::after {
    content: '';
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url("/images/front/slide_arrow.png")no-repeat;
    margin-left: 10px;
    margin-top: 2px;
}

/* //231122 메인 리뉴얼 */
/* 2024-03-15 메인 레이어 팝업 */

/* 레이어 팝업 :: 메인 이벤트 팝업 */
#main-layer-popup {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    opacity: 0;
}

#main-layer-popup.active {
    top: 0;
    opacity: 1;
}

#main-layer-popup.deactive {
    top: -100%;
}

#main-layer-popup .cont {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-layer-popup .wrap {
    width: 33.75rem;
}

#main-layer-popup .wrap .event-list-wrap {
    position: relative;
}

#main-layer-popup .wrap .event-list-wrap .list {
    position: relative;
}

#main-layer-popup .wrap .event-list-wrap .list .slick-list {
    border-radius: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

#main-layer-popup .wrap .event-list-wrap .list .slick-slide>div {
    display: flex;
}

#main-layer-popup .wrap .event-list-wrap .list a {
    display: flex;
}

#main-layer-popup .wrap .event-list-wrap .list a img {
    display: flex;
    max-width: 100%;
}

#main-layer-popup .wrap .clsBox {
    background-color: #fff;
    display: flex;
    align-items: center;
    /* border-radius:0 0 1.25rem 1.25rem; */
}

#main-layer-popup .wrap .clsBox a {
    width: 50%;
    color: #000;
    font-weight: 600;
    line-height: 3.125rem;
    text-align: center;
    padding: 0 0.625rem;
    font-size: 1rem;
    text-decoration: none;
}

#main-layer-popup .wrap .clsBox a:hover {
    text-decoration: none;
    color: #000;
}

#main-layer-popup .wrap .clsBox a.close {
    width: 50%;
    color: #000;
    font-weight: 600;
    line-height: 3.125rem;
    text-align: center;
    padding: 0 0.625rem;
    opacity: 1;
}

#main-layer-popup .wrap .clsBox a+a {
    border-left: 1px solid #eee;
}

#main-layer-popup .slidePopup-paging {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.25rem;
}

#main-layer-popup .slidePopup-paging .slick-dots {
    display: flex;
    align-items: center;
}

#main-layer-popup .slidePopup-paging .slick-dots li {
    border: 1px solid #118CD1;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
}

#main-layer-popup .slidePopup-paging .slick-dots li.slick-active {
    border: 1px solid #118CD1;
    background-color: #118cd1;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
}

#main-layer-popup .slidePopup-paging .slick-dots li+li {
    margin-left: 0.3125rem;
}


.slick-arrow.arrow-center {}

.slick-arrow.arrow-center a {
    position: absolute;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    text-indent: -250%;
    overflow: hidden;
}

.slick-arrow.arrow-center a.slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
    background: #fff url('/images/front/slide-icon-center.png') no-repeat left 0rem center/5.0rem 2.5rem;
}

.slick-arrow.arrow-center a.slick-next {
    right: 0;
    transform: translate(50%, -50%);
    background: #fff url('/images/front/slide-icon-center.png') no-repeat left -2.5rem center/5.0rem 2.5rem;
}

/* 슬라이드 좌우화살표 리스트밖 */
.slick-arrow.outside {
    position: relative;
    display: flex;
}

.slick-arrow.outside a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0;
    line-height: 0;
    text-indent: -250%;
    overflow: hidden;
}

.slick-arrow.outside a.slick-prev {
    background: #fff url('/images/front/slide-icon-top.png') no-repeat left 0rem center/5.0rem 2.5rem;
    margin-right: 0.625rem;
}

.slick-arrow.outside a.slick-next {
    background: #fff url('/images/front/slide-icon-top.png') no-repeat right 0rem center/5.0rem 2.5rem;
    margin-left: 0.625rem;
}

.slick-arrow.outside:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 0.875rem;
    background-color: #d9d9d9;
}

/* 화살표 배경 투명 */
.slick-arrow.arrow-alpha a.slick-prev {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #eee;
}

.slick-arrow.arrow-alpha a.slick-next {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #eee;
}

.sect_pdpadding
}