@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');
@import url('../refer/fontello/css/fontello.css');

/* ------ Header ------ */
header {
    background-color: #fff;
    border-bottom: 1px solid #EAE5E6;
}
.headWrap {
    height: 72px;
    position: relative;
    display: flex;
    align-items: center;
}
.gap-head {flex: 1;}
.top-logo img {
    display: block;
    width: 69px;
    margin-left: 3px;
}
.gnb-js {display: flex;}
.gnb-js li {margin: 0 20px;}
.gnb-js li a {
    display: block;
    font-weight: 700;
    letter-spacing: 1.28px;
}
.gnb-js li.sel-langs {display: flex;}
.gnb-js li.sel-langs a:last-child {margin-left: 16px; position: relative;}
.gnb-js li.sel-langs a:last-child::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px; height: 16px;
    left: -9px; top: 50%; transform: translateY(-50%);
    background-color: #EAE5E6;
}

@media screen and (max-width:768px) {
    .headWrap {
        padding: 17px 0 0;
        height: auto;
        flex-direction: column;
    }
    .gap-head {
        flex: none;
        margin: 0 0 10px;
    }
    .gnb-js {padding: 10px 0 12px;}
    
}
/* ------ Top Intro ------ */
.topIntro-js {
    padding-top: 80px;
    border-bottom: 1px solid #EAE5E6;
    background: linear-gradient(to bottom, #F0D3D6 47.26%, transparent 47.26%);
}
.intopBox-js > h2 > span {display: block;}

/* Slide Area */
.wwp {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.topSlado {
    width: 100%;
    position: relative;
    padding-top: 46.66667%;
    background-color: #f5f5f5;

} 
.inSlado {
    position: absolute; 
    top: 0; left: 0; right: 0; bottom: 0; 
    width: 100%; 
    height: auto; 
}
.slwp001 { width: 100%; height: 100%; }
.slwp001 img {width: 100%;}
.slwp001 .scol1 {
    background: url('../images/bgs/topBgimg1.jpg') no-repeat center / cover;
}
.slwp001 .scol2 {
    background: url('../images/bgs/topBgimg2.jpg') no-repeat center / cover;
}
.slwp001 .scol3 {
    background: url('../images/bgs/topBgimg3.jpg') no-repeat center / cover;
}
.slwp001 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    background: transparent;
    border: none;
}
.slwp001 .slick-prev, .slwp001 .slick-next {font-size: 0;}
.slwp001 .slick-prev:before, .slwp001 .slick-next:before {
    font-family: 'fontello';
    display: block;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.3s;
}
.slwp001 .slick-prev:hover::before, .slwp001 .slick-next:hover::before {opacity: 1;}
.slwp001 .slick-prev {left: 7px;}
.slwp001 .slick-prev:before {content: '\f104';}
.slwp001 .slick-next {right: 7px;}
.slwp001 .slick-next:before {content: '\f105';}  

.slwp001 .slick-dots{ 
    position: absolute;
    top: -15px; right: 0px;
    width: 180px;
    text-align: center;
    display: flex;
    list-style-type: none;
    padding: 0; margin: 0;
    background-color: #E2ABB1;
    height: 2px;
    border-radius: 2px;
}
.slwp001 .slick-dots li{flex: 1;}

.slwp001 .slick-dots li button {
    font-size: 0; 
    border: none; 
    padding: 0; 
    margin: 0; 
    cursor: pointer;
}
.slwp001 .slick-dots li button:before {
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.slwp001 .slick-dots li.slick-active, .slwp001 .slick-dots li.slick-active button:before {background: #242424;}  


@media screen and (max-width:768px) {
    .topSlado {padding-top: 75%;} 
    .intopBox-js > h2 > span {display:inline;}
    .slwp001 img {width: 170%;}
    .slwp001 .slick-prev:before, .slwp001 .slick-next:before {display: none;}
    .slwp001 .scol1 {
        background: url('../images/bgs/topBgimg1.jpg') no-repeat center / cover;
    }
    .slwp001 .scol2 {
        background: url('../images/bgs/topBgimg2.jpg') no-repeat 30% center / cover;
    }
    .slwp001 .scol3 {
        background: url('../images/bgs/topBgimg3.jpg') no-repeat 15% center / cover;
    }    
}

/* End Slide Area */

.intopBox3-js {
    display: flex;
    align-items: center;
    padding: 80px 0 40px;
}
.intopBox3-js .tit-ijs3 {flex: 1;}
.intopBox3-js .desc-ijs3 {flex: 2;}

@media screen and (max-width:768px) {
    .topIntro-js {padding-top: 60px;}    
    .intopBox3-js {flex-direction: column;}
    .intopBox3-js .tit-ijs3 {flex: none; width: 100%; margin-bottom: 25px;}
    .intopBox3-js .desc-ijs3 {flex: none; width: 100%;}
}

/* ------ Top Intro 2 ------ */
.topIntro2-js {padding: 40px 0 100px;}
.topIntro2-js .wd_fix > h3 {padding: 0 0 20px;}
.itemBox1-js {display: flex;}
.itemBox1-js .item1-js:not(:first-of-type) {margin-left: 20px;}
.item1-js .img-ijs3 {margin-bottom: 20px;}
.item1-js .img-ijs3 img {width: 100%;}
.item1-js .tit-ijs3 {margin-bottom: 8px;}
.item1-js .txt-ijs3 {}

@media screen and (max-width:768px) {
    .itemBox1-js {
        flex-direction: column;
    }
    .itemBox1-js .item1-js:not(:first-of-type) {margin: 28px 0 0;}
}

/* ------ Middle Area ------ */
.midBan-js {
    display: flex;
    height: 600px;
    margin-bottom: 100px;
}
.midBan-js .inmid-ijs1, .midBan-js .inmid-ijs2 {
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.midBan-js .inmid-ijs1 {
    background: url('../images/bgs/midBan1.png');
}
.midBan-js .inmid-ijs2 {
    background: url('../images/bgs/midBan2.png');
    display: flex;
    align-items: center;
    justify-content: center;
}
.intxBox3-js {
    width: 80%;
    text-align: center;
    color: #fff;
}
.intxBox3-js > h3 {margin-bottom: 16px;}
.intxBox3-js > p {
    width: 70%;
    margin: 0 auto 40px;
}
.intxBox3-js > a {border: 2px solid #fff;}

@media screen and (max-width:768px) {
    .midBan-js {
        flex-direction: column;
        height: auto;
    }
    .midBan-js .inmid-ijs1, .midBan-js .inmid-ijs2 {
        flex: none;
        width: 100%;
    }
    .midBan-js .inmid-ijs1 {height: 300px;}
    .midBan-js .inmid-ijs2 {height: 450px;}
    .midBan-js .inmid-ijs1 {
        background-position: center 67%;
    }
}

/* ------ Middle Area 2 ------ */
.midMember-js {
    margin-bottom: 60px;
}
.midMember-js .wd_fix > h2 {margin-bottom: 40px;}
.midMember-js .memlBox {
    display: flex;
    overflow: hidden;
}
.memlBox .inmemBox1 {
    flex: 1;
    margin-right: 24px;
}
.memlBox .inmemBox2 {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.memlBox .inmemBox1 img {width: 100%;}
.jsmemItem {
    padding: 24px 30px;
    border: 1px solid #EAE5E6;
    box-sizing: border-box;
}
.jsmemItem > h3 {margin-bottom: 8px;}
.jsmemItem > h3 i {
    position: relative;
    margin-left: 22px;
}
.jsmemItem > h3 i::before {
    content: '';
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 2px; height: 60%;
    left: -13px;
    background-color: #EAE5E6;
}
.jsmemItem > p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.625em;
    height: 4.875em;
    overflow: hidden;    
}
.inmemBox1 .jsmemItem {
    width: 100%;
}
.inmemBox2 .jsmemItem {
    width: calc(50% - 24px);
    margin: 12px;
    background-color: #fff;
}
@media screen and (max-width:768px) {
    .midMember-js .memlBox {flex-direction: column;}
    .memlBox .inmemBox1 {
        flex: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .memlBox .inmemBox2 {
        flex: none;
        width: 100%;
        flex-direction: column;
        margin: 0;
    }
    .inmemBox2 .jsmemItem {
        width: 100%;
        margin: 12px 0;
        background-color: #fff;
    }
}

/* Partners */
.midPartner-js {
    margin-bottom: 100px;
    overflow: hidden;
}
.midPartner-js .wd_fix > h2 {
    margin-bottom: 20px;
}
.partnermidBox {
    width: 100%;
    display: flex;
}
.partnermidBox li {
    flex: 1;
    border: 1px solid #EAE5E6;
    background-color: #fff;
    box-sizing: border-box;
}
.partnermidBox li:not(:first-of-type){
    margin-left: 10px;
}
.partnermidBox li img {
    display: block;
    width: 100%;
}
@media screen and (max-width:768px) {
    .partnermidBox {
        flex-wrap: wrap;
    }
    .partnermidBox li {
        flex: none;
        width: calc(50% - 10px);
        margin: 5px;
    }
    .partnermidBox li:not(:first-of-type){
        margin-left: 5px;
    }    
}

/* Add InfoArea */
.Banun1-js {
    padding: 100px 0;
    background-color: #242424;
    position: relative;
}
.Banun1-js::after {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: url('../images/bgs/btmBg.png') no-repeat center / cover;
    opacity: 0.35;
    z-index: 1;  
}
.BanunBox {
    display: flex;
    position: relative;
    z-index: 2;
}
.inBanun1, .inBanun2 {flex: 1;}
.inBanun1 {
    background-color: rgba(255,255,255,0.1);
    padding: 110px 0;
}
.inBanun1 .inznBanun1 {
    width: 66%;
    margin: auto;
    color: #fff;
}
.inBanun1 .inznBanun1 > h3 {
    margin-bottom: 40px;
}
.inBanun2 {
    background: #F2ECE4 url('../images/bgs/heart02.png') no-repeat center / 60%;
    background-color: #F2ECE4;
    position: relative;
}
.btnBanun2 {
    border: 2px solid #D6D6D6;
    position: absolute;
    left: 50%; transform: translateX(-50%);
    bottom: 60px;
    margin: auto;
}

@media screen and (max-width:768px) {
    .BanunBox {
       flex-direction: column;
       height: auto;
    }
    .inBanun1, .inBanun2 {flex: none; width: 100%;}
    .inBanun1 {padding: 80px 0;}
    .inBanun2 {height: 500px;}
    .inBanun1 .inznBanun1 {width: 85%;}
    .inBanun2 {
        background: #F2ECE4 url('../images/bgs/heart02.png') no-repeat center / 75%;
    }
}

/* Add InfoArea2 */
.Banun2-js {
    background-color: #E2ABB1;
    padding: 100px 0;
    text-align: center;
}
.inznBanun2 {
    color: #fff;
    width: 80%;
    max-width: 730px;
    margin: auto;
}
.inznBanun2 > h3 {
    margin-bottom: 16px;
}
.inznBanun2 > p {
    margin-bottom: 50px;
    opacity: 0.8;
}
.inznBanun2 .btnBanun3 {
    border: 2px solid #fff;   
    opacity: 0.7; 
}
@media screen and (max-width:768px) {
    .inznBanun2 {width: 85%;}
}
/* Contact Form */
.formWrap-js {margin: 80px auto 72px;}
.formWrap-js .wd_fix > h2 { margin-bottom: 40px;}
.formBox-js {width: 70%;}
.formBox-js input[type="text"], .formBox-js select, .formBox-js textarea {
    font: inherit;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #EAE5E6;
    height: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
.formBox-js textarea {
    height: 300px;
    resize: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}
.formBox-js input:focus, .formBox-js select:focus, .formBox-js input:hover, .formBox-js select:hover, .formBox-js textarea:focus, .formBox-js textarea:hover {
    border: 1px solid #E2ABB1;
}
.formRow {
    position: relative;
    margin-bottom: 40px;
}
.formRow label {
    display: block;
    margin-bottom: 8px;
}
.formRow label.essen2 {position: relative;}
.formRow label.essen2::after {
    content: '*';
    color: #DE2F2F;
    margin-left: 3px;
}
.formRow .aconfrom2 {
    display: none;
    position: absolute;
    bottom: -25px;
    font-size: 15px;
    color: #DE2F2F;
}
.formRow.error1 .aconfrom2, .formRow.error2 .aconfrom2 {display: block;}
.formRow.error1 input, .formRow.error1 select, .formRow.error1 textarea, .formRow.error2 input, .formRow.error2 select, .formRow.error2 textarea {border: 1px solid #DE2F2F;}
.formRow.error1 .aconfrom2::after {
    content: '필수 입력칸 입니다.';
}
.formRow.error2 .aconfrom2::after {
    content: '올바르지 않은 형식입니다.';
}
.formRow2 {
    margin-top: -20px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.formRow2 .infBox1 {flex: 1;}
.formRow2 .infBox2 > a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: underline;
    color: #C95F6A;
}
.formRow3 {
    text-align: center;
}
.btnfm-js {
    font: inherit;
    border: 2px solid #D6D6D6;
    color: #707070;
    background: transparent;
    outline: none;
    cursor: pointer;
}
.formRow > input[type="text"], .formRow > select, .formRow > textarea {
    width: 100%;
}
.formMailx2 {
    display: flex;
    align-items: center;
}
.formMailx2 > li {flex: 1; position: relative;}
.formMailx2 input, .formMailx2 select {width: 100%;}
.formMailx2 > li:nth-of-type(2) {
    margin: 0 10px 0 24px;
}
.formMailx2 > li:first-of-type::after{
    content: '@';
    position: absolute;
    right: -20px;
    top: 50%; transform: translateY(-50%);

}
@media screen and (max-width:768px) { 
    .formBox-js {width: 100%;}
    .formMailx2 > input, .formMailx2 > select {flex: 1;}
    .formRow2 {flex-wrap: wrap;}
    .formRow2 .infBox1 {flex: none; width: 100%;}
    .formRow2 .infBox2 > a {
        display: block;
        margin-top: 8px;
        text-indent: 20px;
    }
}


/* Company Infomation */
.comInWrap-js {
    margin-bottom: 100px;
    background-color: #fff;
}
.comInBox-js {
    display: flex;
}
.comInBox-js .inBox10-js, .comInBox-js .inBox20-js {
    border: 1px solid #EAE5E6;
    flex: 1;
    box-sizing: border-box;
}
.comInBox-js .inBox10-js {
    display: flex;
    justify-content: center;
    padding: 80px 10px;
}
.inBox10-js .intxtBox10 {
    text-align: left;
}
.inBox10-js .intxtBox10 > h3 {margin-bottom: 16px;}
.inBox10-js .intxtBox10 > p:not(:last-of-type) {margin-bottom: 20px;}
.inBox10-js .intxtBox10 > p > span {
    font-weight: 700;
    position: relative;
    margin-right: 22px;
}
.inBox10-js .intxtBox10 > p > span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    right: -12px; width: 2px; height: 60%;
    background-color: #EAE5E6;
}
.comInBox-js .inBox20-js { border-left: none;}
.comInBox-js .inBox20-js iframe {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width:768px) { 
    .comInBox-js {flex-direction: column;}
    .comInBox-js .inBox10-js, .comInBox-js .inBox20-js {
        flex: none;
        width: 100%;
    }
    .comInBox-js .inBox20-js {border-left: 1px solid #EAE5E6;}

}
/* End Company Infomation */

/* QnA Area */
.qnaAreaWrap-js {margin-bottom: 100px;}
.qnaBox-js > h2 {margin-bottom: 40px;}
.qnaListem-js {}
.qnaListem-js .qusBox2-js, .qnaListem-js .descBox2-js {
    position: relative;
}
.qnaListem-js:first-of-type {border-top: 1px solid #EAE5E6;}
.qnaListem-js .qusBox2-js {
    display: block;
    padding: 24px 48px 24px 48px;
    box-sizing: border-box; 
    border-bottom: 1px solid #EAE5E6;
    cursor: pointer;
    overflow: hidden;
}
.inqusBox2-js {
    width: 100%;
    display: -webkit-box;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.625em;
    max-height: 3.25em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.qnaListem-js .qusBox2-js::before, .qnaListem-js .descBox2-js::before, .qnaListem-js .qusBox2-js::after {
    position: absolute;
    top: 50%; transform: translateY(-50%);
}
.qnaListem-js .qusBox2-js::before, .qnaListem-js .descBox2-js::before {
    left: 20px;
    font-size: 20px;
    font-weight: 700;
}
.qnaListem-js .qusBox2-js::before {
    content: 'Q';
    color: #D5858E;
}
.qnaListem-js .descBox2-js {
    display: none;
    padding: 20px 24px 20px 48px;
    background-color: #fff;
    border-bottom: 1px solid #EAE5E6;
}
.qnaListem-js .descBox2-js::before {
    content: 'A';
}
.qnaListem-js .qusBox2-js::after {
    content: '';
    display: block;
    width: 36px; height: 36px;
    right: 12px;
    background: url('../images/icons/arrow_down.svg') no-repeat center / 50%;
}
.qnaListem-js.on .descBox2-js {display: block;}
.qnaListem-js.on .qusBox2-js {border-bottom: 1px solid #C85F6A;}

@media screen and (max-width:768px) {
    .qnaListem-js .qusBox2-js {padding: 24px 40px 24px 40px;}
    .qnaListem-js .qusBox2-js::before, .qnaListem-js .descBox2-js::before {left: 10px;}
    .qnaListem-js .qusBox2-js::after {right: 5px;}

}
/* End QnA Area */

/* Footer */
.footWrap {background-color: #242424;}
.footBox {
    height: 240px;
    display: flex;
    align-items: center;

}
.infoBox-foot {
    width: 100%;
    display: flex;
    color: #fff;
    align-items: center;
}
.infoBox-foot .footz1 {opacity: 0.6;}
.infoBox-foot .footz1 p:not(:last-of-type) {margin-bottom: 10px;}
.infoBox-foot .footz1 p.copyBm {font-weight: 200; padding-top: 10px;}
.infoBox-foot .footz2 {flex: 1;}
.infoBox-foot .footz3 {}
.footz1 .footz1-mid1 span:first-of-type {
    margin-right: 16px;
}

@media screen and (max-width:768px) {
    .footBox {
        height: auto;
        padding: 35px 12px;
        box-sizing: border-box;
    }
    .infoBox-foot {
        flex-direction: column;
        align-items: flex-start;
    }
    .infoBox-foot .footz2 {
        flex: none;
    }
    .infoBox-foot .footz3 {
        width: 100%;
        text-align: right;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 25px;
    }
    .infoBox-foot .footz3 a {}
    .infoBox-foot .footz3 img {width: 170px;}
    .infoBox-foot .footz1 {
        width: 100%;
        -ms-flex-order: 3;
        order: 3;
        font-size: 0.93em;
    }
    .footz1 .footz1-mid1 { width: 100%;}
    .footz1 .footz1-mid1 > span {
        display: block;
    }
    .infoBox-foot .footz1 p.copyBm {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:768px) {}

/* Top-Button */
#Btn-Up {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: url('../images/icons/arrow_up2.svg') no-repeat center 45% / 50%;
    background-color: rgba(0,0,0,0.2);
    box-shadow:0 4px 32px 0 rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,0.07);   
    box-sizing: border-box;
    position: fixed;   
    right: 5%;         
    bottom: 23px;       
    z-index: 15;
    font-size: 1.2em;
    transition: all 0.4s;
}
#Btn-Up:hover {background-color: rgba(0,0,0,0.5);}
#Btn-Up > i {
    line-height: 41px;
    color: #ddd;
    transition: all 0.4s;
}
#Btn-Up > i:hover {color: #fff;}
/* Top-Button-End */

/* Layer Popup */
#popBox2 {
    position:absolute;
    top: 15%; left: 50%; transform: translateX(-50%);
    display: none;
    font-size: 16px;
    width: 100%; max-width: 600px;
    letter-spacing: -1px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
#popBox2 img {display: block; width: 100%;}
.closeBox {
    padding: 7px; box-sizing: border-box;
    display: flex; align-items: center;
    background-color: #f5f5f5;
    color: #707070;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.closeBox .daychkBox {flex: 1;}
.closeBox button {
    font-size: 1em;
    outline: none; border: none; background-color: transparent; cursor: pointer;
    color: #707070;
    font-weight: 600;
}
@media screen and (max-width:768px) {
    #popBox2 {width: 90%; top:18%; font-size: 15px;}
}
/* End Layer Popup */
