
@import url(/assets/css/clients/shared/bx.css?v=1);
@import url(/assets/css/clients/shared/layout.css?v=4);
@import url(/assets/css/clients/shared/footer.css?v=1);


html, body {
    max-width: 100%;
	overflow-x: hidden;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
body {
    background-color: #F8F4EF!important;
    /* overflow: hidden; */
}
/* common css */
button {
    border: none;
    background-color: white;
    padding: 0;
    margin: 0;
}
.mobile_img,
.mobile_wrap {
    display: none;
}

/* Header CSS Start */

header {
    width: 100%;
    position: fixed;
    background-color: #F8F4EF;
    z-index: 50;
    box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.14);
}
header .logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 18px 0 10px 0;
}
header a {
    text-decoration: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
header a span {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
}
a.branch {
    color: #282828;
    font-size: 15px;
    border: 1px solid #282828;
    border-radius: 5px;
    padding: 1px 14px;
}
a.branch:hover {
    background-color: #282828;
    color: #ffffff;
}
a.newsletter{
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #282828;
    border-radius: 5px;
    padding: 1px 14px;
    background-color: #282828;
}
a.newsletter:hover {
    background-color: unset;
    color: #282828;
}
.logo {
}
.lang  {
    display: flex;
    align-items: baseline;
}
.lang span {
    font-size: 13px;
    color: #282828;
}


/* Header CSS End */


/* celibMain start */

#celibMain {
    margin-top: 58px;
}

.introMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 750px;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/introMain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.introTextWrap {
    margin-top: 30px;
    position: relative;
}
.introTextWrap h3 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 400;

}
.introTextWrap p {
    margin-top: 70px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.introTextWrap::after {
    content: url(https://d1o1f0h6tnvilz.cloudfront.net/main/Line.png);
    position: absolute;
    bottom: -223px;
}
.introSlogan {
    width: 100%;
    text-align: center;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/slogan-img.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 23%;
    height: 150px;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}
.introSlogan p {
    margin-top: 70px;
    font-size: 20px;
}
/* celibMain end */


/* introImg */
.introImgWrap {
}

.imgWrap, .imgWrap2 {
    /* border: 1px solid #000; */
    padding: 0 15px;


}

/* .imgWrap1 */

.imgWrap .imgOnly {
    /* border: 1px solid #000; */
    display: flex;
    flex-direction: row;
    gap: 25px;
    box-sizing: border-box;
}

.imgWrap.imgWrap1 p {
    text-align: right;
    font-size: 20px;
    margin-top: 15px;
}

.introImg1,.introImg3  {
    flex: 3;
    width: 100%;
    height: 460px;
}
.introImg img {
    width: 100%;
    height: inherit;
}
.introImg2 {
    flex: 4;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}
.introImg2 .img22 {
    flex: 1;
    width: 100%;
    height: 220px;
}
.introImg2 .img22 img {
    width: 100%;
    height: inherit;
}

.imgWrap .imgOnly2 {
    /* border: 1px solid #000; */
    display: flex;
}
.imgOnly2 {
    gap: 15px;
}
.imgOnly2 .introImg2 {
    width: 100%;
    flex: 4;
    gap: 15px;
}
.imgOnly2 .introImg3 {
    width: 100%;
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.introImg2-1 {
    width: 100%;
    height: 390px;
}
.introImg2-1 img {
    width: inherit;
    height: inherit;
}
.introImg2-2 {
    display: flex;
    gap: 15px;
}
.img2-1-1 {
    flex: 3;
    height: 233px;
}
.img2-1-2 {
    flex: 2;
    height: 233px;
}
.img2-1-1 img, .img2-1-2 img,
.introImg3-1 img, .introImg3-2 img {
    width: inherit;
    height: inherit;
}
.introImg3-1 {
    width: 100%;
    height: 225px;
    flex: 2;
}
.introImg3-2 {
    width: 100%;
    height: 400px;
    flex: 4;
}
.imgWrap2 {
    margin: 100px 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #CDCDCD;
}
.imgWrap2 p {
    text-align: left;
    font-size: 20px;
    margin-top: 15px;
}

.introBenefit {
    width: 100%;
    margin-bottom: 100px;
}
.introBenefit .inner {

}
.introBenefit h3 {
    font-size: 30px;
    margin-bottom: 50px;
    color: #3C3C3C;
    line-height: 1.3;

}
.benefitWrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 70px;
    border-bottom: 1px solid #CDCDCD;

}
.benefit {
    width: 30%;
    background-color: #FFFFFF;
    padding: 50px 0 40px 40px;
    border-radius: 3px;
}
.benefit  h5 {
    color: #80B0B4;
    font-size: 20px;
}
.benefit  p {
    color: #686868;
    margin-top: 30px;
    font-size: 15px;
}



/* introLocation */

.introLocation {
    width: 100%;
    margin-bottom: 100px;

}
.locationText {
    color: #414141;
}
.locationText p:first-child {
    font-size: 35px;
}
.locationText p:last-child {
    font-size: 18px;
}

.locationWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.celib {
    flex: 1;
    text-align: center;
    
}
.locationImg {
    width: 100%;
    height: 400px;
    background-size: 80%;
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/gadi.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.locationImg.yeoui {
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/yeoui.png);
}
.locationImg.eunpyeong {
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/eunpyeong.png);
}
.locationImg.soonra {
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/soonra.png);
}
.locationImg.kondae {
    background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/kondae.png);
}
/* introStep */

.introStep {
    width: 100%;
}
.stepWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
    padding-top: 150px;
    margin-bottom: 40px;
    border-top: 1px solid #CDCDCD;

}
.stepMain h5 {
    font-size: 35px;
    letter-spacing: 10px;
    font-weight: 400;

}
.stepMain h5 span {
    font-weight: 400;
}
.stepMain p {
    font-size: 20px;
    color: #797979;
    margin-top: 25px;
}

.subWrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.stepSub p.step1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #80B0B4;
    margin-bottom: 10px;
}
.stepSub p.step2{
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #1F1F1F;

}


.introslider {
    width: 100%;
    height: 400px;
    margin: 200px 0 50px 0;
}

.slider {
    width: 100%;
    height: 400px;
    display: flex;
    gap: 15px;
    overflow-y: auto;
    max-width: 2000px;
    /* margin: 0 auto; */
    
}
.item {
    width: 100%;
    height: 400px;
}
.item img {
    height: inherit;
}

.descWrap h5 {
    color: #3C3C3C;
}
.descWrap p {
    color: #797979;
}
.descWrap a {
    display: inline-block;
    margin-top: 10px;
    color: #040404;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 3px;
    padding: 7px 15px;
    font-size: 14px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}
.descWrap a:hover {
    background-color: #000000;
    color: #FFFFFF;
}




/* Btn CSS */


.bottomBtn {
    border-radius: 5px;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* box-shadow: 1px 6px 22px -3px rgb(0 0 0 / 15%); */
    transition: 0.3s;
    box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.29);
    -webkit-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.49);
    -moz-box-shadow: 1px 6px 22px -3px rgba(0,0,0,0.49);
}
.bottomBtn .close {
    transition: 0;
}
.bottomBtn .btn-round {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 15px;
    background-color: #1C1C1C;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    border: 1.5px solid #1C1C1C;
    padding: 10px 0;
    box-sizing: initial!important;
}

.bottomBtn .btn-round.close {
    background-color: #A6A6A6;
    border: 1.5px solid #A6A6A6;
    cursor: default;
}
.bottomBtn .inner {
    padding-left: 40px;
    padding-right: 40px;
}
.bottomBtn .btn-round:hover {
    color: #282828;
    background-color: #fff;
    border: 1.5px solid #1E1E1E;
}
.bottomBtn .btn-round.close:hover {
    background-color: #A6A6A6;
    border: 1.5px solid #A6A6A6;
    color: #ffffff;
}

.open_bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 1000%;
    z-index: 999;
    display: none;
}
.noscroll { overflow:hidden !important; touch-action:none;}

/* #### apply CSS start #### */
.main_apply_wrap {
    display: none;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}
.main_apply_wrap.apply_open {
    display: block;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.main_apply_wrap .form_wrap, .apply_end{
    width: 390px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    border-radius: 20px;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.main_apply_wrap .main_text_wrap {
    background: #282828;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding: 20px;
    border-radius: 18px 18px 0px 0px
}
.main_text_wrap p {
    font-size: 14px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.main_text_wrap .btn_close {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent url(https://d1o1f0h6tnvilz.cloudfront.net/common/close-btn-w.svg) center/30px auto no-repeat;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.main_house_info {
    padding: 20px 12px;
    background-color: #F8F4EF!important;
    border-radius: 0 0 18px 18px;
}

.branch_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.branch_wrap .branch {
    text-align: center;
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 10px 0;
    font-size: 13px;
    background-color:#FFFFFF ;
}
.branch_wrap .branch:hover {
    background-color: #000000;
    color: #FFFFFF ;
}
.branch_wrap .branch.block {
    background-color: #e7e7e7;
    color: #9A9A9A;
    border: 1px solid #bcbcbc;

}
@media (max-width: 1024px) {
    .benefit{
       padding-left: 20px;
    }
}

@media all and (min-width:280px) and (max-width: 820px) {
    .inner {
        max-width: 465px;
    }
    #sectionBottom .inner,
    .bottomBtn {
        max-width: 375px!important;
    }
    .mobile_img,
    .mobile_wrap {
        display: block!important;
    }
    .pc_img,
    .pc_wrap {
        display: none!important;
    }

    header .logo_wrap {
        justify-content: space-between;
        padding: 20px 0 10px 0;
    }
    header .logo a span {
        font-size: 14px;
    }
    header .gadi_desc , .lang span {
        font-size: 10px !important;
    }
    a.branch {
        font-size: 10px;
    }
    .lang span {
        padding-bottom: 2px;
    }
    #celibMain {
        margin-top: 54px;
    }
    .introMain {
        height: 630px;
        background-image: url(https://d1o1f0h6tnvilz.cloudfront.net/main/introMain-m.jpg);
    }
    .introTextWrap h3 {
        font-size: 35px;
    }
    .introTextWrap p {
        font-size: 15px;
        margin-top: 40px;
    }
    .introSlogan p {
        font-size: 15px;
    }

    .imgOnlyM {
        width: 100%;
    }
    .introSlogan p {
        margin-top: 40px;
    }
    .introImgWrap{
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-bottom: 30px;
    }
    .introImg1 , .introImg3 {
        flex: 1;
        width: 100%;
        height: 230px;
    }
    .introImg1 img , .introImg3 img {
        height: inherit;
    }
    .imgWrap.imgWrap1 p,
    .imgWrap2 p {
        font-size: 12px;
    }
    .imgOnly2 .introImg3,
    .imgOnly2 .introImg2-1,.imgOnly2 .introImg3-1,.imgOnly2 .introImg3-2 {
        width: 100%;
        height: 180px !important;
    }
    .introImg2 .img22 img {
        width: inherit;
        height: inherit;
    }
    .imgOnly2 {
        flex-direction: column;
    }
    .img2-1-1, .img2-1-2{
        width: 100%;
        height: 110px;
        flex: 1;
    }

    .introBenefit h3 {
        font-size: 20px;
        text-align: center;
    }
    .benefitWrap {
        flex-direction: column;
    }
    .benefit {
        width: 100%;
        padding: 30px 0 10px 30px;
    }
    .benefit h5 {
        font-size: 15px;
    }
    .benefit p {
        font-size: 13px;
    }

    .locationWrap {
        flex-wrap: wrap;
    }
    .celib {
        width: 46%;
        flex: none;
    }
    .locationImg {
        height: 180px;
        background-size: 60%;
    }
    .descWrap {
        margin-top: 15px;
    }
    .descWrap h5 {
        font-size: 15px;
    }
    .descWrap p {
        font-size: 12px;
    }
    .descWrap a {
        font-size: 12px;
        padding: 5px 10px;
        margin-top: 0;
    }


    .stepWrap {
        flex-direction: column;
        margin-top: 30px;
        padding-top: 60px;
    }
    .stepMain h5 {
        font-size: 20px;
    }
    .stepMain p {
        font-size: 14px;
    }
    .subWrap {
        margin-top: 20px;
    }
    .stepSub p.step1 {
        font-size: 12px;
    }
    .stepSub p.step2 {
        font-size: 14px;
    }
    .slider,.item {
        height: 300px;
    }
    .locationText p:first-child {
        font-size: 30px;
    }
    .locationText p:last-child {
        font-size: 14px;
    }
    .main_apply_wrap .form_wrap, .apply_end {
        width: 350px;
    }
    .apply_btn {
        padding: 10px 0;
    }
    .apply_btn span {
        font-size: 15px;
    }
    .bottomBtn {
        bottom: 10px;
    }
}
@media (max-width: 420px) {
    a.branch {
        padding: 1px 7px;
    }
    header .logo a span {
        font-size: 15px;
    }

    .introSlogan {
        background-size: 37%;
    }
    .introImg1 , .introImg3 {
        height: 200px;
    }
    .introImg2 .img22 img {
        height: 140px;
    }
    .introslider {
        margin-top: 100px;
    }
    .locationImg {
        background-size: 68%;
    }
    .introBenefit h3 {
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .main_apply_wrap .form_wrap,
    .apply_end {
        width: 350px !important;
    }


}

@media (max-width: 390px) { 



}

@media (max-width: 375px) {
    #sectionBottom .inner,
    .bottomBtn {
        max-width: 350px!important;
    }

}

@media (max-width: 320px) {
    header .gadi_desc, .lang span {
        font-size: 10px !important;
    }
    header .logo a span {
        font-size: 12px;
        margin-left: 22px;
    }
    a.branch {
        padding: 1px 8px;
    }

    .descWrap h5 {
        font-size: 12px;
    }
    .descWrap p,.descWrap a {
        font-size: 10px;
    }
    .locationImg {
        background-size: 80%;
    }
    .stepMain p {
        font-size: 12px;
    }
    .stepSub p.step2 {
        font-size: 12px;
    }
    .locationText p:first-child {
        font-size: 23px;
    }
    .locationText p:last-child {
        font-size: 10px;
    }
    .main_setting_info .client input {
        height: 40px;
    }
    .introBenefit h3 {
        font-size: 14px;
    }
    #sectionBottom .inner,
    .bottomBtn {
        max-width: 300px!important;
    }
    .main_apply_wrap .form_wrap,
    .apply_end {
        width: 250px !important;
    }
}

@media (max-width: 280px) {
    .introTextWrap p {
        font-size: 13px;
    }
    .stepMain h5 {
        font-size: 13px;
    }
    .stepSub p.step2 {
        font-size: 10px;
    }
    .benefit {
        padding: 30px 0 10px 12px;
    }
    #sectionBottom .inner,
    .bottomBtn {
        max-width: 250px!important;
    }


}
