.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    padding-right: 10px;
    box-shadow: 0px 3px 6px #0000001A;
    background-color: #F8F8F6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header .nav{

}
.header .nav ul.member_ul{
    display: flex;
    gap: 5px;
}
.header .nav ul.member_ul li{
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.header .nav ul.member_ul li > *{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .nav ul.member_ul li.login{
    background-color: #F8F8F6;
}
.header .nav ul.member_ul li.join{
    background-color: #FF6F91;
    color: #fff;
}
.header .nav ul.member_ul li a{}
/* header 끝 */





/* section 공통 start */
section .top_text{
    text-align: center;
}
section .top_text .sct_tag{
    letter-spacing: -1.4px;
    color: #FF6F91;
    font-size: 28px;
    font-weight: 600;
}
section .top_text .sct_tit{
    letter-spacing: -2px;
    color: #202124;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
}
section .top_text .sct_sub{
    letter-spacing: -1px;
    color: #5F5F5F;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.5;
    opacity: 0.8;
}
/* section 공통 end */



















/* 섹션2 start */
.section02{
    position: relative;
    z-index: 0;
    padding-top: 140px;
    padding-bottom: 390px;
    background-color: #FAFAF7;
}
.section02 .top_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.section02 .cont{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}
.section02 .cont .box{
    width: 100%;
    height: auto;
    display: flex;
    box-shadow: 0px 0px 6px #00000029;
    border: 3px solid #5F5F5F;
    border-radius: 20px;
    transition: 0.3s;
    overflow: hidden;
}
.section02 .cont .box:hover{
    box-shadow: 0px 0px 6px #00000029;
    border: 3px solid #FF6F91;
    border-radius: 20px;
}
.section02 .cont .box + .box{
    margin-top: 45px;
}
.section02 .cont .box .left{
    width: 50%;
    height: 340px;
    overflow: hidden;
}
.section02 .cont .box .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s;
}
.section02 .cont .box:hover .left img{
    transform: scale(1.035);
}
.section02 .cont .box .right{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
}
.section02 .cont .box .right .text01{
    color: #5F5F5F;
    font-size: 16px;
}
.section02 .cont .box .right .text02{
    color: #202124;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: -1.5px;
}
.section02 .cont .box .right .text03{
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.4;
    letter-spacing: -0.8px;
}
.section02 .cont .box .right .text04{
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 22px;
    border: 1px solid #202124;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 50px;
    color:#202124;
    transition: 0.3s;
}
.section02 .cont .box:hover .right .text04{
    border: 1px solid #FF6F91;
    background-color: #FF6F91;
    color: #FFFFFF;
}
/* 섹션2 end */











.section03{
    /* height: 100dvh; */
    background-color: #FF6F91;
    padding-top: 140px;
    padding-bottom: 390px;
}
.section03 .top_text .sct_tag{
    color: #fff;
}
.section03 .top_text .sct_tit{
    color: #fff;
}
.section03 .top_text .sct_sub{
    color: #fff;
}
.section03 .cont{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 40px;
}
.section03 .cont button[aria-disabled="true"]{
    opacity: 0.5;
    pointer-events: none;
}
.section03 .cont .swiper_button_prev img{
    transform: rotate(180deg);
}
.section03 .cont .mySwiper{
    background-color: #fff;
    max-width: 1060px;
    margin-top: 60px;
    border-radius: 20px;
    margin: 0;
    width: 100%;
}
.section03 .cont .mySwiper .swiper-slide{
    display: flex;
    height: 400px;
}
.section03 .cont .mySwiper .swiper-slide .left{
    width: 40%;
    padding: 50px;
    background-color: #fff;
}
.section03 .cont .mySwiper .swiper-slide .left .icon{
    width: 40px;
    height: 40px;
}
.section03 .cont .mySwiper .swiper-slide .left .tit{
    color: #202124;
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}
.section03 .cont .mySwiper .swiper-slide .left .con{
    color: #5F5F5F;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 13px;
}
.section03 .cont .mySwiper .swiper-slide .right{
    width: 60%;
}
.section03 .cont .mySwiper .swiper-slide .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section03 .cont .mySwiper .swiper-slide .right video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.section04{
    padding-top: 140px;
    padding-bottom: 220px;
    background-color: #fff;
}
.section04 .cont{
    
}
.section04 .cont ul{
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
}
.section04 .cont ul li{

}
.section04 .cont ul li .circle{
    width: 180px;
    aspect-ratio: 1/1;  
}
.section04 .cont ul li .num{
    letter-spacing: -1.5px;
    color: #202124;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}








.section05{
    padding-top: 115px;
    padding-bottom: 135px;
    background: transparent linear-gradient(104deg, #38B6FF 0%, #FF6F91 100%) 0% 0% no-repeat padding-box;
    text-align: center;
}
.section05 .text_wrap{

}
.section05 .text_wrap .text{

}
.section05 .text_wrap .text.text01{
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -2px;
}
.section05 .text_wrap .text.text02{
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    opacity: 0.8;
    letter-spacing: -1px;
}
.section05 .btn_wrap{

    display: flex;
    align-items: center;
    justify-content: center;
}
 
.section05 .btn_wrap .btn{
    width: 215px;
    height: 60px;
    letter-spacing: -0.9px;
    color: #202124;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 5px;
}









.visualArea {
    position: relative;
    scroll-behavior: smooth;
    background: url(/assets/images/img_section01_bg.jpg);
    background-size: cover;
}

.visualArea .area {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}

.visualArea .area .visualText {
    position: fixed;
    top: 200px;
    left: 50%;
    z-index: 999;
    width: 100%;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 4.9rem;
    color: #222;
    text-align: center;
    transform: translateX(-50%);
}

.visualArea .area .visualText span {
    font-weight: 700;
}

.visualArea .area .visualText .scrolldown {
    margin: 40px auto;
    position: relative;
}

.visualArea .area .visualText .scrolldown img:first-child {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    animation: rotate 20s linear infinite;
    border-radius: 50%;
}

.visualArea .area .visualText .scrolldown img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visualArea .area .visualText .text{
    text-align: center;
}
.visualArea .area .visualText .text .tit{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.8px;
    color: #202124;
    text-align: center;
}
.visualArea .area .visualText .text .sub{
    padding-top: 10px;
    letter-spacing: -1.3px;
    color: #5F5F5F;
    font-size: 26px;
    font-weight: 500;
}
.btn_wrap{
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
.btn_wrap .btn{
    height: 60px;
    background-color: #FF6F91;
    border-radius: 10px;
    font-size: 20px;
    color: #FDFDF9;
    font-weight: 500;
    padding: 19px 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1px;
}




.visualArea .area .visualImages {
    display: flex;
    justify-content: center;
    position: relative;
    height: 100dvh;
    -moz-column-gap: 50px;
    column-gap: 40px;
    /* padding-top: 100px; */
}

.visualArea .area .visualImages img {
    width: 100%;
    height: 100%;
    height: auto;
    object-fit: cover;
}

.visualArea .area .visualImages .imgLine_01 {
    margin-top: 585px;
}

.visualArea .area .visualImages .imgLine_02 {
    margin-top: 550px;
}

.visualArea .area .visualImages .imgLine_03 {
    margin-top: 620px;
}

.visualArea .area .visualImages .imgBlock {
    overflow: hidden;
    width: 15vw;
    aspect-ratio: 1/1;
    border-radius: 20px;
}
.visualArea .area .visualImages .imgBlock.imgBlock_03{
    margin-bottom: 40px;
}

.visualArea .area .visualImages .imgBlock video {
    margin: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center !important;
}

.visualArea .area .visualImages .imgBlock li {
    width: 100%;
    height: 100%;
}

.visualArea .area .visualImages .imgBlock .slogan {
    position: fixed;
    top: 45%;
    left: 13%;
    z-index: 999;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 4.9rem;
    color: #fff;
    opacity: 0;
    transform: translateY(-50%);
}

.visualArea .area .visualImages .imgBlock .slogan span {
    display: block;
    font-weight: 700;
}

.visualArea .area .visualImages .imgBlock_01 {
    height: auto;
    margin-bottom: 40px;
}

.visualArea .area .visualImages .imgBlock_02 {
    margin: 0 0 40px;
}
.visualArea .area .visualImages .imgBlock_05{
    margin-bottom: 40px;
}
.visualArea .area .visualImages .imgBlock_07{
    margin-bottom: 40px;
}

.visualArea .area .visualImages .imgBlockMain {
    z-index: 1;
    width: 44vw;
    height: 93dvh;
    position: relative;
    transition: 0.3s;
}
.visualArea .area .visualImages .imgBlockMain img{
    border-radius: 20px;
}

.visualArea .area .visualImages .imgBlock_04 {
    margin: 0 0 50px;
}

.visualArea .area .visualImages .imgBlock_06 {

}

.visualArea .area .visualImages .dot-container {
    margin-top: 20px;
    text-align: center;
}

.visualArea .area .visualImages .dot-container .dot {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background-color: #bbb;
    cursor: pointer;
    border-radius: 50%;
}

.visualArea .area .visualImages .dot-container .dot.active {
    background-color: #717171;
}

.visualArea .area .visualImages .control-btn-container {
    position: fixed;
    top: 56%;
    left: 13%;
    z-index: 1000;
    opacity: 0;
}

.visualArea .area .visualImages .control-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.visualArea .area .visualImages .slide {
    display: none;
    overflow: hidden;
    height: 677px;
    border-radius: 20px;
}

.visualArea .area .visualImages .slide img {
    width: 100%;
    object-position: center !important;
}

.visualArea .area .visualImages .dock {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 56%;
    left: calc(13% + 100px);
    width: 150px;
    cursor: pointer;
    opacity: 0;
}

.visualArea .area .visualImages .dock a {
    display: block;
    width: 50px;
    height: 50px;
}

.visualArea .area .visualImages .prev {
    content: url('/images/icon/main_prev.svg');
}

.visualArea .area .visualImages .next {
    content: url('/images/icon/main_next.svg');
}

.visualArea .area .visualImages .slide-number {
    position: fixed;
    top: 56%;
    left: calc(13% + 100px);
    width: 150px;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
    opacity: 0;
}

/* .visualArea .area .entry { display: flex; gap: 210px; padding: 31px 40px; position: absolute; right: 0; bottom: 0; z-index: 10; background: rgba(120, 129, 144, 0.5); opacity: 0; backdrop-filter: blur(20px); }
.visualArea .area .entry span { font-size: 24px; font-weight: 700; line-height: 38px; color: #fff; letter-spacing: -0.005em; }
.visualArea .area .entry img {} */
.visualArea .entry {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(120, 129, 144, 0.5);
    color: #fff;
    text-align: center;
    padding: 30px 40px;
    backdrop-filter: blur(20px);
    width: 470px;
    gap: 20px;
    opacity: 0;
}

.visualArea .entry:hover .entryPlus {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.visualArea .entry p {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #fff;
    letter-spacing: -0.005em;
    display: flex;
    justify-content: space-between;
}

.visualArea .entry.active .entryPlus {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.visualArea .entry .entryPlus {
    display: none;
}

.visualArea .entry .entryPlus a {
    display: block;
    background: #fff;
    border-radius: 8px;
    color: #222;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
}

.visualArea .entry .entryPlus a {
    flex-basis: calc(50% - 10px);
}

.visualArea .entry .entryPlus a:last-child {
    flex-basis: 100%;
}
@media all and (max-width: 767px) {
    .visualArea .area .visualImages{
        column-gap: 20px;  
    }
    .visualArea .area .visualImages .imgBlock {
        overflow: hidden;
        width: 40vw;
        height: 262px;
        border-radius: 20px;
    }
    .visualArea .area .visualImages .imgBlockMain{
        width: 250px;
    }
    .visualArea .area .imgLine_03 {

    }

}








footer{
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
    text-align: center;
}
footer .in{
    max-width: 1280px;
    margin: 0 auto;
}
footer .in .top_zone{
    display: flex;
    justify-content: space-between;   
}
footer .in .top_zone .left{

}
footer .in .top_zone .left .logo{

}
footer .in .top_zone .left ul{
    margin-top: 21px;
    text-align: left;
}
footer .in .top_zone .left ul li{
    color: #9B9B98;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
footer .in .top_zone .right{

}
footer .in .top_zone .right ul{
    display: flex;
    gap: 20px;
}
footer .in .top_zone .right ul li{
    color: #202124;
    letter-spacing: -0.75px;
}
footer .in .top_zone .right ul li:last-of-type{
    color: #9B9B98;
}
footer .in .bottom_zone{
    text-align: left;
    margin-top: 23px;
    color: #9B9B98;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.65px;
}







aside{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
aside .icon{
    display: flex;
    align-items: center;
}











.layer_pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    display: none;
    z-index: 1;
    background: #00000080 0% 0% no-repeat padding-box;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.layer_pop .in{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    height: 100%;
}
.layer_pop .in .box{
    width: 100%;
    max-width: 840px;
    border-radius: 20px;
    display: flex;
    position: relative;
}
.layer_pop .in .area{
    background-color: #fff;
}
.layer_pop .in .area.img{
    position: relative;
    width: 400px;
    height: 510px;
    overflow: hidden;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 20px 0 0 20px;
}
.layer_pop .in .area.img .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    padding-bottom: 40px;
    padding-left: 40px;
    letter-spacing: -1.44px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
}
.layer_pop .in .area.img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}
.layer_pop .in .area.text{
    width: calc(100%  - 400px);
    padding: 35px 40px;
    padding-top: 40px;
    border-radius: 0 20px 20px 0;
}
.layer_pop .in .area.text .text_wrap{
    
}
.layer_pop .in .area.text .text_wrap .text01{
    letter-spacing: -0.84px;
    color: #202124;   
    font-size: 28px;
    font-weight: 700;
}
.layer_pop .in .area.text .text_wrap .text02{
    letter-spacing: -0.8px;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.layer_pop .in .area.text .social{
    letter-spacing: -0.8px;
    color: #202124;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.layer_pop .in .area.text .social li{
    position: relative;
    height: 50px;
    border: 1px solid #DFDFDF;
    border-radius: 800px;
}
.layer_pop .in .area.text .social li a{
    padding: 10px;
}
.layer_pop .in .area.text .social li a::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/assets/images/icon_login_kakao.svg) no-repeat;
    background-size: contain;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 7px;
    background-color: orange;
    transform: translateY(-50%);
}
.layer_pop .in .area.text .social li:nth-of-type(2) a::before{
    background:url(/assets/images/icon_login_google.svg) no-repeat;
    background-size: contain;

}
.layer_pop .in .area.text .social li:nth-of-type(3) a::before{
    background:url(/assets/images/icon_login_naver.svg) no-repeat;
    background-size: contain;
}

.layer_pop .in .area.text .social li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.email_area{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 68px 0; */
    padding-top: 80px;
    gap: 16px;
}
.email_area li{
    position: relative;
}
.email_area li:first-of-type::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 1px;
    height: 75%;
    background-color: #DFDFDF;
}

.layer_pop .in .close{
    position: absolute;
    padding-left: 15px;
    right: -55px;
}
.layer_pop .in .close .close_btn{
    position: relative;
}
.layer_pop .in .close .close_btn img{
    position: relative;
    z-index: 1;
}


main{
    min-width: 1400px;
    overflow: auto;
}