@charset "utf-8";
@import url("/css/font-awesome/css/font-awesome.min.css?v=269550530cc127b6aa5a35925a7de6ce");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* ========================== 초기화 [s] */
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,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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
body{line-height:1;font-family:'Noto Sans KR'}
ol, ul, dl, dt, dd{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input, button{margin:0;padding:0;font-family:'Noto Sans KR'}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Noto Sans KR'}
select{margin:0}
a{color:#222;text-decoration:none}
label, input, button, select, img{vertical-align:middle}
body{font-size:0.81em}
*, :after, :before{box-sizing:border-box}
*{-webkit-text-size-adjust:none}
.sound_only{display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
h1, h2, h3, h4, h5, h6{font-family:'Pretendard'}
:root{--primary:#4ed3de}
/* ========================== 초기화 [e] */

/* ========================== HEADER */
#sh_hd{position:fixed;z-index:20;width:100%;font-size:15px;font-family:'pretendard'}

#shGnb{display:flex;align-items:center;position:relative;width:100%;height:121px;padding:0 90px}

.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:410px;background-color:#1c1c1f;opacity: 0.8}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:2}

/* 대분류 */
#shGnb .sh_nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}
#shGnb .sh_nav > li{float:left;position:relative;padding:0 30px;line-height:50px}
#shGnb .sh_nav > li > a{display:block;font-size:20px;font-weight:500;color: #7b838e;transition:all .2s}
/**/
#shGnb .sh_nav > li:nth-child(4) .sh_lnb_s li:first-child a{margin-left: 1px !important;text-align: left !important}

#shGnb .sh_nav > li > a:hover{color:#4ed3de}
#shGnb.sub{background-color: #fff; box-shadow: 0 2px 5px rgba(71, 71, 71, 0.08)}
#shGnb.sub:hover{background-color:#24242a;transition:all .2s;box-shadow:none}
#shGnb.sub .sh_nav > li > a:hover{color:#333}
#shGnb.sub .sh_nav li:hover{color:#c1c1c1}
#shGnb.sub .sh_nav li a:hover{color:#4ed3de}
#shGnb.white .sh_nav > li > a{color:#fff}
#shGnb.white.on .sh_nav > li > a{color:#c1c1c1}
#shGnb.white.on .sh_nav > li > a:hover{color:#4ed3de}
#shGnb .sh_nav > li:nth-child(4) {
    padding: 0 30px !important;
    margin-left: 120px;
}


/*#shGnb.lang_en .sh_nav > li:nth-child(4) {*/
/*    margin-left: 110px;*/
/*}*/

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;min-height:145px;}

#shGnb .sh_lnb_s {left: 0; transform: none}
#shGnb .sh_lnb_s > a{margin-left: 100px}
#shGnb .sh_lnb_s li a{display:block;line-height:1.9;font-weight:300;text-align:left;color:#ced4dd;transition:all .2s;padding-left: 30px}

/**/

#shGnb .sh_lnb_s li a {text-align: left !important; }
#shGnb .sh_lnb_s li a:hover{color:#4ed3de; font-weight: 559}

/* sns */
#shGnb .sh_tip{margin-left:auto}
#shGnb .sh_tip{display:flex;align-items:center}
#shGnb .sh_tip li+li{margin-left:14px;border-left:1px solid #767676;line-height:10px}
#shGnb .sh_tip li a{margin-left:15px;font-size:18px;color:#767676;transition:0.3s;font-family:'Poppins'}
#shGnb .sh_tip li a:hover{color:#222}
#shGnb.sub .sh_tip li a{color:#767676}
#shGnb.sub .sh_tip li a:hover{color:#fff}
#shGnb.white .sh_tip li a{color:#fff}

/* 상단 버튼 및 오픈메뉴 */
#topmenuM{display:none;width:100%;line-height:1.8;padding:15px}
#m_navBtn{position:absolute;top:50%;right:15px;z-index:6;width:30px;height:30px;transform:translateY(-50%)}
#m_navBtn span{display:block;position:relative;top:50%;width:100%;height:2px;transform:translateY(-50%)}
#m_navBtn
span::before{display:block;position:absolute;top:-6px;width:100%;height:100%;background-color:#fff;content:""}
#m_navBtn span::after{display:block;position:absolute;top:6px;right:0%;width:40%;height:100%;background-color:#fff;content:""}
#m_navBtn span.fix::before{background-color: #000;}
#m_navBtn span.fix::after{background-color: #000;}
#m_navBtn.on{position:fixed;top:4%}
#m_navBtn.on
span:before{top:0;right:-4px;transform:rotate(45deg);background-color:#000}
#m_navBtn.on
span:after{top:0;right:-4px;width:100%;transform:rotate(-45deg);background-color:#222}
#navWrap{position:fixed;left:0;top:0;z-index:5;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
#navWrap .inner{overflow-y:scroll;opacity:0;position:fixed;right:-40px;top:0;z-index:999;min-width:300px;width:75%;height:100%;padding:60px 0;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap.on .inner{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner:before, #navWrap .inner:after{opacity:0;display:block;position:fixed;top:0;right:-40px;z-index:2;content:"";min-width:300px;width:70%;height:60px;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap .inner:after{top:auto;bottom:0}
#navWrap.on .inner:before, #navWrap.on .inner:after{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner .mo_hd_copy{position:fixed;right:0;bottom:15px;z-index:3;min-width:300px;width:70%;font-size:12px;text-align:center;color:#888}
#navWrap .user_tip{padding:10px 20px;background-color:#f5f5f5}
#navWrap .user_tip li{display:inline-block}
#navWrap .user_tip li+li{margin-left:10px}
/* 대분류 */
#topmenuM .m_lnb .m_bmenu{display:block;position:relative;width:100%;height:52px;padding:0 20px;border:none;border-bottom:1px solid #ddd;background:none;font-size:16px;line-height:52px;color:#222;text-align:left;font-family:'Noto Sans KR';font-weight:500}
#topmenuM .m_lnb .m_bmenu:after{float:right;content:"\f107";font-family:'fontawesome'}
#topmenuM .m_lnb .m_bmenu.on:after{content:"\f106"}
/* 소분류 */
#topmenuM .m_smenu{display:none;padding:15px 20px;border-bottom:1px solid #ddd;background-color:#f2f3f5}
#topmenuM .m_smenu li a{font-size:14px;color:#777}
/* ========================== MAIN */
#sh_fullpage {overflow:hidden;position:relative;height:100vh;font-size:16px;font-weight:400;color:#777;line-height:1.3;font-family:'Pretendard'}
.btn-box{text-align:center}
.btn-box .txt{display:block;font-size:1.375em;letter-spacing:0.04545;color:var(--primary);font-weight:600}
.btn-box .more-btn{display:flex;position:relative;width:70px;height:70px;padding:0 0 2px 2px;border-radius:50%;line-height:1;color:#fff;background:var(--primary);filter:drop-shadow(2px 8px 15px var(--primary))}
.btn-box .more-btn > span:nth-child(2){animation-delay:0.5s}
.btn-box .more-btn > span:nth-child(3){animation-delay:1s}
.btn-box .more-btn > span{position:absolute;left:0;top:0px;opacity:0;margin:0;width:100%;height:100%;border:1px solid rgba(78, 211, 222, 0.5);border-radius:50%;animation:active-circle 1.5s cubic-bezier(1, 2, 0.66, 3) infinite}
.btn-box .more-btn > i{margin:auto;font-size:29px;transition:transform 0.4s}
.btn-box .more-btn:hover > i{transform:rotate(270deg)}
@keyframes active-circle{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0.5}50%{opacity:1.0}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}

/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_container_wrapper.sub{padding-top:40px}

/* 공통min-height:440px;*/
#sh_content{position:relative;max-width:1200px;overflow:hidden;padding:100px 0 50px 0;margin:0 auto;font-weight:400;font-size: 20px; line-height:1.6em;color:#777;zoom:1;font-family:'Pretendard'}
/*#sh_content .cont {padding: 0 20px}*/
/* ========================== FOOTER */
#toTop{pointer-events:none;opacity:0;cursor:pointer;position:fixed;right:30px;bottom:10%;z-index:101;display:flex;width:65px;height:65px;margin-bottom:-50px;border-radius:100%;background:#fff;transition:all .2s;box-shadow:2px 2px 18px rgba(0, 0, 0, .1)}
#toTop svg{margin:auto;color:#000}
#toTop.on{pointer-events:auto;opacity:1;margin-bottom:0}
#toTop:hover{box-shadow:4px 4px 18px rgba(0, 0, 0, .15)}

#sh_ft{position:relative;z-index:10;width:100%;padding:0 90px;font-size:13px;color:#6d6769;background-color:#0E1A3C;font-family:'pretendard'}
#sh_ft_wrapper{position:relative;margin:0 auto;padding:100px 0 80px}
#sh_ft .top{display:flex;align-items:center;justify-content:space-between;padding-bottom:30px}
#sh_ft .top div{display:flex;align-items:right;gap:20px}
#sh_ft .top div a{font-size:17px;font-weight:600;color:rgba(255, 255, 255, 0.3);cursor:pointer}
#sh_ft .bottom{display:flex;align-items:flex-start;justify-content:space-between;padding-top:80px;border-top:1px solid rgba(255, 255, 255, 0.15)}
#sh_ft .bottom > ul{width:100%}
#sh_ft .bottom > ul > li{display:flex;align-items:center; padding-bottom: 18px}
#sh_ft .bottom > ul > li p{width:20%;font-size:16px;font-weight:600;color:#5fbac3;font-family:"poppins"}
#sh_ft .bottom > ul > li span{font-size:15px;font-weight:500;color:rgba(255, 255, 255, 0.3);word-break:keep-all}
#sh_ft .ft_nav{width:100%}
#sh_ft .ft_nav>ul{float:right;display:flex;align-items:flex-start;gap:50px}
#sh_ft .ft_nav>ul>li>a{font-size:16px;font-weight:600;color:#5fbac3;word-break:keep-all}
#sh_ft .ft_nav>ul>li:last-child>a{padding-right:0}
#sh_ft .ft_nav .ft_smenu{margin-top:15px}
#sh_ft .ft_nav .ft_smenu li a{font-size:16px;font-weight:400;line-height:34px;color:rgba(255, 255, 255, 0.3);word-break:keep-all}
#sh_ft .copy_wrap{padding-bottom:40px;background:#092e 44}
#sh_ft .copy{overflow:hidden;height:30px;margin:0 auto;line-height:20px;margin-bottom:30px}
#sh_ft .copy p{float:right;font-size:15px;font-weight:500;color:rgba(255,255,255,0.3);font-family:"poppins","pretendard"}
#sh_ft .copy ul{float:left;display:flex;align-items:center;justify-content:center;gap:32px;position:relative;width:178px;height:48px;border-radius:24px;background:rgba(255, 255, 255, 0.05)}
#sh_ft .copy ul li a{font-size:13px;font-weight:500;color:rgba(255,255,255,0.3);font-family:"poppins"}
#sh_ft .copy ul::before{content:"";display:inline-block;position:absolute;left:48%;width:1px;height:9px;background-color:rgba(255, 255, 255, 0.2)}

/* 반응형 하단 버튼 공통 */
/*#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:110px;z-index:101;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background:#4ed3de;box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s} */
#fix_tel.active{opacity:1;margin-right:0}
#sh_ft_btns{display:none;padding:15px}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns .row2 a{width:50%}
#sh_ft_btns a{float:left;display:block;width:100%;height:55px;font-size:16px;line-height:55px;color:#fff;text-align:center;background:#ffffff;font-family:'Noto Sans KR';font-weight:900}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Poppins'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
#sh_ft_btns a.kakao{font-weight:normal;color:#402325;background-color:#ffe500}

/* 반응형 [s] */
@media (max-width:1024px){
#shGnb{display:none}
#topmenuM {display:flex;padding:25px 15px}
#navWrap{display:none}
#sh_container_wrapper.sub{padding-top:77px}
#sh_ft{display:flex;flex-direction:column;padding:0px 25px}
#sh_ft_wrapper{padding:45px 0px 55px;margin:0px}
#sh_ft .top{padding-bottom:35px}
#sh_ft .top div a{font-size:15px}
#sh_ft .bottom{padding-top:50px}
#sh_ft .bottom > ul > li p{width:15%}
#sh_ft .ft_nav{display:none}
#sh_ft .copy{display:flex;flex-direction:column;justify-content:space-between;height:auto;gap:30px}
#sh_ft .copy_wrap{padding-bottom:55px}
.btn-box .more-btn{width:47px;height:47px}
.btn-box .more-btn > i{font-size:23px}
}
@media (max-width:768px){
#sh_ft_wrapper{padding:35px 0 50px}
#sh_ft .top{padding-bottom:30px}
#sh_ft .top div a{font-size:14px}
#sh_ft .bottom{padding-top:30px}
#sh_ft .bottom > ul > li{flex-direction:column;gap:10px}
#sh_ft .bottom > ul > li p{width:100%;text-align:center;font-size:15px}
#sh_ft .bottom > ul > li span{font-size:14px}
#sh_ft .copy_wrap{padding-bottom:35px}
#sh_ft .copy{flex-direction:column;align-items:center;gap:20px}
#sh_ft .copy ul{width:142px;height:45px;gap:15px}
#sh_ft .copy p{font-size:14px}
.btn-box .more-btn{width:50px;height:50px}
.btn-box .more-btn > i{font-size:24px}

}
@media (max-width:480px){
#sh_container_wrapper.sub{padding-top:65px}
img{max-width: 100%;height: 26px}
#sh_ft_wrapper{padding:28px 0 35px}
#sh_ft .top{padding-bottom:23px}
#sh_ft .top img{max-width: 100%;height: 26px}
#sh_ft .top div{gap:12px}
#sh_ft .top div a{font-size:13px}
#sh_ft .bottom > ul > li p{font-size:14px}
#sh_ft .bottom > ul > li span{font-size:13px;word-break:keep-all;text-align:center;line-height: 20px}
#sh_ft .copy ul{width:139px;height:40px;gap:14px}
#sh_ft .copy p{font-size:13px;word-break:keep-all;text-align:center;line-height:1.5}
.btn-box .more-btn{width:44px;height:44px}
.btn-box .more-btn > i{font-size:22px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
}
@media (max-width:380px){
#sh_ft .copy ul{width:130px;height:35px;gap:10px}
}
/* 반응형 [e] */


@media (max-width: 1024px) {

    #navWrap .inner {
        padding: 30px 0 60px 0 !important;
    }

    .m_lang_wrap {
        display: block;
        text-align: right;
        padding: 30px 25px 20px 25px;
        font-family: 'Poppins', sans-serif;
    }

    .m_lang_wrap a {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #222 !important;
        text-decoration: none;
        transition: all 0.3s;
    }

    .m_lang_wrap span {
        display: inline-block;
        color: #ccc;
        font-size: 12px;
        margin: 0 10px;
        vertical-align: 2px;
    }

    .m_lang_wrap a.active {
        color: #4ed3de !important;
        font-weight: 700;
        border-bottom: 2px solid #4ed3de;
    }

    #atc01 .l_inner .txt_box .pager_txt p.en_txt span {
        font-size: 11px;
    }
}
