@charset "UTF-8";
/*스포카 한 산스*/
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/*라토*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/*노토산스*/
@font-face{
    font-family:'NotoSansKR';
    src:url('/font/NotoSansKR-Black-Hestia.eot');
    src:url('/font/NotoSansKR-Black-Hestia.woff') format('woff'),
    url('/font/NotoSansKR-Black-Hestia.otf') format('opentype');
    font-weight:700;
    font-style:normal;
}
@font-face{
    font-family:'NotoSansKR';
    src:url('/font/NotoSansKR-Bold-Hestia.eot');
    src:url('/font/NotoSansKR-Bold-Hestia.woff') format('woff'),
    url('/font/NotoSansKR-Bold-Hestia.otf') format('opentype');
    font-weight:600;
    font-style:normal;
}
@font-face{
    font-family:'NotoSansKR';
    src:url('/font/NotoSansKR-Medium-Hestia.eot');
    src:url('/font/NotoSansKR-Medium-Hestia.woff') format('woff'),
    url('/font/NotoSansKR-Medium-Hestia.otf') format('opentype');
    font-weight:500;
    font-style:normal;
}
@font-face{
    font-family:'NotoSansKR';
    src:url('/font/NotoSansKR-Regular-Hestia.eot');
    src:url('/font/NotoSansKR-Regular-Hestia.woff') format('woff'),
    url('/font/NotoSansKR-Regular-Hestia.otf') format('opentype');
    font-weight:400;
    font-style:normal;
}
@font-face{
    font-family:'NotoSansKR';
    src:url('/font/NotoSansKR-DemiLight-Hestia.eot');
    src:url('/font/NotoSansKR-DemiLight-Hestia.woff') format('woff'),
    url('/font/NotoSansKR-DemiLight-Hestia.otf') format('opentype');
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family:'NotoSansKR';
    src:url('/font/NotoSansKR-Light-Hestia.eot');
    src:url('/font/NotoSansKR-Light-Hestia.woff') format('woff'),
    url('/font/NotoSansKR-Light-Hestia.otf') format('opentype');
    font-weight:200;
    font-style:normal;
}
@font-face{
    font-family:'NotoSansKR';
    src:url('/font/NotoSansKR-Thin-Hestia.eot');
    src:url('/font/NotoSansKR-Thin-Hestia.woff') format('woff'),
    url('/font/NotoSansKR-Thin-Hestia.otf') format('opentype');
    font-weight:100;
    font-style:normal;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, div,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    /*vertical-align: middle;*/
    outline: none;
}
:not(.ql-editor :is(
    h1, h2, h3, h4, h5, h6, p,
    blockquote, pre, span, b,
    i, div, dl, dt, dd, strike,
    strong, table, th, td, nav, article,
    aside, canvas, video
    )) {
    /*font-size: 100%;*/
    /*font: inherit;*/
}
::selection
{ background:#34C880; color:#fff; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    /*font-family: 'NotoSansKR', '돋움', Sans-serif;*/
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    min-height:calc(100vh + 280px);
}
.wife{ font-family: 'wife', '돋움', Sans-serif; }
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a:hover,a:active,a:focus, a{text-decoration:none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.upper {text-transform:uppercase;}
.active {z-index:1;}
.txt_center {text-align:center;}
.txt_left {text-align:left;}
.txt_right {text-align:right;}

input {
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
select {
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none;
    margin: 0;
    padding: 0;
    border: none;
}
select::-ms-expand {display:none}
/*
::-webkit-scrollbar{width: 6px;}
::-webkit-scrollbar-track {background-color:#f1f1f1;}
::-webkit-scrollbar-thumb {background-color:#dddddd;border-radius: 4px;}
::-webkit-scrollbar-thumb:hover {background: #e26767;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
width:6px;height:6px;background:#cecece;}
*/

/** HEADER **/
.header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 20;
}
.header.on{ background:#ffffff;}
.sub .header{ background:#ffffff;}
.sub #top::after{
    content: '';
    display: block;
    height:108px;
}
.header--bg{
    width:100%;
    height:380px;
    background:#ffffff;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
    transform: translateY(-500px);
    transition-duration: 1s;
}
.header.active .header--bg{ transform: translateY(0px); transition-duration: 0.2s;}
.header.on .header--cnt{ border-bottom: 1px solid rgba(0,0,0,0.1); }
.sub.wrap
.header--cnt{ border-bottom: 1px solid rgba(0,0,0,0.1); }
.header.active .header--cnt{ border-bottom: 1px solid rgba(0,0,0,0.1); }
.header--cnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:90%;
    margin:0 auto;
    padding:25px 0 12px;
    position: relative;
}
.header--logo{ height:60px; }
.header--logo img{ height:100%; }
.header--logo--grayscale{ display: block }
.header--logo--color{ display: none }
.header.on .header--logo--grayscale{ display: none }
.header.on .header--logo--color{ display: block }
.header.active .header--logo--grayscale{ display: none }
.header.active .header--logo--color{ display: block }
.sub .header .header--logo--grayscale{ display: none }
.sub .header .header--logo--color{ display: block }
.header--back{
    appearance: none;
    background:none;
    border:none;
    width:30px;
    height:28px;
    position: relative;
}
.header--back span{
    width:20px;
    height:2px;
    display: block;
    position: absolute;
    left:0;
    background:#000000;
}
.header--back span:first-child{
    top:6.5px;
    transform: rotate(-45deg);
}
.header--back span:last-child{
    bottom:6.5px;
    transform: rotate(225deg);
}
.main .header .header--back{ display: none; }
.sub .header .header--back{ display: none; }
.header--caption{}
.header--caption--link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header--caption--link li:not(:first-child)::before{
    content: '';
    width:1px;
    height:10px;
    background:#ffffff;
    display: inline-block;
    margin:0 11px 0 15px;
}
.sub .header--caption--link li:not(:first-child)::before{ background: #3e3e3e }
.header.on .header--caption--link li:not(:first-child)::before{ background: #A5A5A5 }
.header.active .header--caption--link li:not(:first-child)::before{ background: #A5A5A5 }
.header--caption--item a span{
    font-size: 15px;
    font-weight: 400;
    font-family: Lato-Bold ,'Spoqa Han Sans Neo', 'sans-serif';
    line-height: 25px;
    color:#ffffff;
}
.sub .header--caption--item a span{ color:#242424 }
.header.on .header--caption--item a span{ color:#242424 }
.header.active .header--caption--item a span{ color:#242424 }
.header--gnb{}
.mGnb{
    display: none !important;
    position: fixed !important;
    left:0;
    top:70px;
    width:100%;
    /*padding:10px 5%;*/
    z-index: 15;
    background:#ffffff;
}
.mGnb.on{ background:rgba(0,0,0,0.7)}
.mGnb--list{}
.mGnb--list li{ width: auto !important; }
/*.mGnb--list li:not(:last-child){  margin-right: 80px; }*/
.mGnb--list li a{
    font-size:14px;
    font-weight: 400;
    color:#3e3e3e;
    position: relative;
    padding:10px 20px;
    display:block;
}
.mGnb.on .mGnb--list li a{ color:#ffffff }
.mGnb .mGnb--list li.on a{ color:#ffffff; font-weight: 600 }
.mGnb .mGnb--list li.on a::after{
    content: '';
    width:100%;
    height:1px;
    background:#ffffff;
    left:0;
    bottom:-2px;
    position: absolute;
}
.header--depth1{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.header--depth1--item{
    position: relative; padding: 0 45px; text-align: center;
}
/*.header--depth1 li:last-child.header--depth1--item{ padding:0 0 0 32px }*/
/*.header--depth1 li:last-child.header--depth1--item .header--depth3{*/
/*    padding-left:30px; box-sizing: border-box*/
/*}*/
.header--depth1--item > a{
    font-size: 15px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    color:#ffffff;
    padding:10px 0;
    display: inline-block;
    text-align: center;
}
.sub .header--depth1--item > a{ color:#3e3e3e }
.header.on .header--depth1--item > a{ color:#3e3e3e }
.header.active .header--depth1--item > a{ color:#3e3e3e }
.header--depth2{
    display: none;
    position: absolute;
    left:50%;
    top: 55px;
    padding-top: 25px;
    transform: translateX(-50%);
    width:100%;
    /*transition-duration: 0.1s;*/
}
.header--depth2::before{
    content: '';
    width:0%;
    height:3px;
    background:#34C880;
    position: absolute;
    left:50%;
    top:0;
    transform: translateX(-50%);
    transition-duration: 0.3s;
}
.header--depth1--item:hover .header--depth2::before{ width:100%; }
.header--depth2--item{ margin-bottom: 3px; }
.header--depth2--item > p{
    font-size:15px;
    font-weight: 500;
    color:#000000;
}
.header--depth3{ margin-top: 0px; }
.header--depth3--item > a{
    font-size:14px;
    font-weight: 300;
    color:#242424;
    line-height: 2.2;
}
.header--depth2 a:hover{color:#34C880;}

/** FOOTER **/
.footerGap{
    width:100%;
    height:118px;
    background:#ffffff;
    position: relative;
    z-index: 2;
}
.footer{ background:#3E3E3E; position: relative; z-index: 2 }
.footer--inner{
    width:1290px;
    padding:40px 0;
}
.footer--cation--logo{
    display: flex;
    gap: 10px;
}
.footer--cation--logo img{
    height: 40px;
}
.footer--content--infor--list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:600px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.footer--content--infor--list li{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color:#A5A5A5;
    display: flex;
    align-items: center;
}
.footer--content--infor--list li:not(:last-child)::after{
    content: '';
    width:1px;
    height:12px;
    background:#A5A5A5;
    display: block;
    margin:0 7px;
}
.footer--content--infor--caption{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color:#A5A5A5;
    margin-top:40px
}
.footerTel{
    font-size:18px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color:#A5A5A5;
    margin-top: 15px;
}
.footer--content--link--agree{gap:15px; margin-bottom: 20px; }
.footer--content--link--agree a{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color:#A5A5A5;
}
.footer--content--link--selectBox {
    background: none;
    background:rgba(255, 255, 255, 0.05) url('/blackyak/images/common/ic-selectArrow.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
    width: 145px;
    height: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #A5A5A5;
    padding: 0 10px;
    box-sizing: border-box;
}
.footer--content--link--selectBtn{
    width:35px;
    height:30px;
    background: rgba(0, 0, 0, 0.2);
    font-size:13px;
    font-weight: 400;
    color:#A5A5A5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnTop{
    position: fixed;
    right:5%;
    bottom: 0%;
    width:100px;
    height:50px;
    background: rgba(62, 62, 62, 1);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color:#ffffff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 14px 30px rgba(255,255,255,0.1);
}
.btnTop img{margin: 0 auto 2px; }

/*#vimeo_if{width : 100%; top:-95px;; height:117%;}*/


/****** 반응형 *******/
@media screen and (max-width:1500px) {
    .header--cnt{ width:90%;}
    .footer--inner{ width:90%;}
}
@media screen and (max-width:1400px){

}
@media screen and (max-width:1300px){

}

@media screen and (max-width:1200px){
    .header--depth1--item{ padding:0 35px; }


}

@media screen and (max-width:1024px){
    /*.header--caption{ display: none; }*/
    .header--cnt{ padding: 15px 0; height:70px; }
    .header--gnb{ display: none; }
    .header--bg{ display: none; }
    .header--logo{ height:40px; }
    .mGnb{ display: block !important; }
    .header--caption--link li:not(:first-child)::before{
        display: block; margin: 0 15px;
    }
    .header--caption--item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header--caption--item a{
        width:30px;
        height:30px;
        background-repeat: no-repeat;
        background-size:100%;
        background-position: bottom;
        display: block;
    }
    .header.on .header--caption--item a{ background-position: top;}
    .sub .header .header--caption--item a{ background-position: top;}
    .header--caption--item a span{ display: none; }
    .header--caption--logIn{
        background-image: url('/blackyak/images/common/ic-logIn.png');
    }
    .header--caption--logOut{
        background-image: url('/blackyak/images/common/ic-logOut.png');
    }
    .header--caption--join{
        background-image: url('/blackyak/images/common/ic-join.png');
    }
    .header--caption--mypage{
        background-image: url('/blackyak/images/common/ic-user.png');
    }
    .header--caption--csCenter{
        background-image: url('/blackyak/images/common/ic-csCenter.png');
    }
    .header--caption--partnership{
        background-image: url('/blackyak/images/common/ic-partnership-white.png');
    }
    .header.on .header--caption--partnership{
        background-image: url('/blackyak/images/common/ic-partnership-black.png');
    }
    .sub .header .header--caption--partnership{
        background-image: url('/blackyak/images/common/ic-partnership-black.png');
    }
    .sub .header .header--back{ display: block; }
    .sub .header .header--logo{
        position: absolute;
        left:50%;
        transform: translateX(-50%);
    }
    .footer--content{ flex-wrap:wrap; }
    .footer--content--infor{ width:100%; }
    .footer--content--infor--list{ width:100%; }
    .footer--content--infor--caption{
        width:100%; text-align: center;
    }
    .footer--content--link{ width:100%;}
    .footer--content--link--agree.justify-start{
        width:100%; justify-content: center;
    }
    .footer--content--link--select.justify-start{
        width:100%; justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .sub #top::after{ height: 61px; }
    .header--cnt{ height:60px; }
    .header--logo{ height:30px; }
    .mGnb{ top:60px; }
    
    #vimeo_if{width : 176vh; top:0px; height:100%;}
  
}

@media screen and (max-width:480px){
    .sub #top::after{ height:50px; }
    .header--logo{ height:30px; }
    .header--caption--item a{ width:20px; height:20px; }
    .header--caption--link li:not(:first-child)::before {
        display: block;
        margin: 0 6px;
    }
    .header--back{ width:20px; height:18px; }
    .header--back span{ width:14px; }
    .header--back span:first-child{ top:4px; }
    .header--back span:last-child{ bottom:4px; }
    .mGnb{ top:60px; }
    .btnTop{
        width:80px; height:40px;
    }
}
