@charset "utf-8";
@import url("./plugins/font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

/* ========================== 초기화 [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:'Montserrat', 'SCoreDream', sans-serif}
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:'Montserrat', 'SCoreDream', sans-serif}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Montserrat', 'SCoreDream', sans-serif}
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:'Montserrat', 'SCoreDream', sans-serif} */
/* ========================== 초기화 [e] */

/* Brand colors are defined in fs_component.css */
.dft_btn{border:none;background:none;font-family:'Montserrat', 'Escoredream', sans-serif}

/* =========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-size:15px;font-family:'Montserrat', 'Escoredream', sans-serif}
#shGnb{display:flex;align-items:center;position:relative;width:100%;height:90px;padding:0 6.5%}
#shGnb.blur{backdrop-filter:blur(15px);background:rgba(0,0,0,.5);transition:background .2s}
#shGnb.blur.on{backdrop-filter:blur(0);background-color:transparent}
#shGnb.sub{background:#fff}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:350px;background-color:#fff}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#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 35px;line-height:70px}
#shGnb .sh_nav > li > a{display:block;font-size:18px;font-weight:500;color:#fff;transition:all .2s}
#shGnb.on .sh_nav > li > a{color:#222}
#shGnb.sub .sh_nav > li > a{color:#222}

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;max-width:140px;min-height:145px}
#shGnb .sh_lnb_s li a{display:block;line-height:1.4;padding:4px 0;text-align:center;color:#666;transition:all .2s;word-break:keep-all;white-space:normal;}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}

/* 3차 메뉴 */
#shGnb .sh_lnb_s li {position: relative;}
#shGnb .sh_lnb_t {display: none; padding: 10px 0; background-color: #f9f9f9;}
#shGnb .sh_lnb_t li a {font-size: 14px; color: #666; padding: 3px 0;}
#shGnb .sh_lnb_t li a:hover {color: var(--primary); font-weight: 600;}

/* 3차 메뉴 아이콘 */
#shGnb .sh_lnb_s > li > a.has_sub::after {
    content: "\ea4e"; /* remix icon arrow-down */
    font-family: "remixicon";
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s;
    vertical-align: middle;
}
#shGnb .sh_lnb_s > li.open > a.has_sub::after {
    transform: rotate(180deg);
}

/* 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 rgba(255,255,255,.4);line-height:10px}
#shGnb .sh_tip > li > a{margin-left:15px;font-size:14px;color:#fff;font-family:'Montserrat';text-transform: uppercase;}
#shGnb .sh_tip > li summary{margin-left:15px;font-size:14px;color:#fff;font-family:'Montserrat';text-transform: uppercase;}

#shGnb.on .sh_tip li a{color:#222}
#shGnb.sub .sh_tip li a{color:#222}

/* 다국어 */
#shGnb .sh_tip details {position: relative;}
#shGnb .sh_tip details summary {list-style: none;cursor: pointer;}
#shGnb .sh_tip details summary::-webkit-details-marker {display: none;}
#shGnb .sh_tip details summary::after {content: "";display:inline-block;width:24px;height:24px;background: url("../../images/fs/layout/arrow-down-s-line.png") no-repeat center center;margin-left:8px;vertical-align:middle;transition: .4s;filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(2%) hue-rotate(357deg) brightness(114%) contrast(101%);}
#shGnb .sh_tip details[open] summary::after {content: "";display:inline-block;width:24px;height:24px;background: url("../../images/fs/layout/arrow-up-s-line.png") no-repeat center center;}
#shGnb .sh_tip details > ul {visibility:hidden;opacity:0;position: absolute;top: calc(100% + 15px);left: 0;z-index: 10;width:100%;padding: 6px 10px;background: #fff;box-shadow:5px 5px 10px rgba(0,0,0,0.1);text-align: center;transition: 0.4s;transform: translateY(10px);}
#shGnb .sh_tip details[open] > ul {visibility:visible;opacity:1;transform: translateY(0);}
#shGnb .sh_tip details > ul li {margin: 10px 0;}
#shGnb .sh_tip details > ul a {font-size: 16px;color: #222;}

#shGnb.on .sh_tip > li summary{color:#222;}
#shGnb.on .sh_tip details summary::after {filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(6%) hue-rotate(351deg) brightness(95%) contrast(88%);}
#shGnb.sub .sh_tip > li summary{color:#222;}
#shGnb.sub .sh_tip details summary::after {filter: none;}


#topmenuM .sh_tip {position: absolute;right:7rem;top:3rem;text-transform: uppercase;}
#topmenuM .sh_tip details {position: relative;}
#topmenuM .sh_tip details summary {list-style: none;cursor: pointer;}
#topmenuM .sh_tip details summary::-webkit-details-marker {display: none;}
#topmenuM .sh_tip details summary::after {content: "";display:inline-block;width:24px;height:24px;background: url("../../images/fs/layout/arrow-down-s-line.png") no-repeat center center;margin-left:8px;margin-top:-2px;vertical-align:middle;transition: .4s;}
#topmenuM .sh_tip details[open] summary::after {content: "";display:inline-block;width:24px;height:24px;background: url("../../images/fs/layout/arrow-up-s-line.png") no-repeat center center;}
#topmenuM .sh_tip details > ul {visibility:hidden;opacity:0;position: absolute;top: calc(100% + 15px);left: 0;z-index: 10;width:100%;padding: 6px 10px;background: #fff;box-shadow:5px 5px 10px rgba(0,0,0,0.1);text-align: center;transition: 0.4s;transform: translateY(10px);}
#topmenuM .sh_tip details[open] > ul {visibility:visible;opacity:1;transform: translateY(0);}
#topmenuM .sh_tip details > ul li {margin: 10px 0;}
#topmenuM .sh_tip details > ul a {font-size: 16px;color: #222;}
#topmenuM.on .sh_tip > li summary{color:#222;}
#topmenuM.on .sh_tip details summary::after {filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(6%) hue-rotate(351deg) brightness(95%) contrast(88%);}
#topmenuM.sub .sh_tip > li summary{color:#222;}
#topmenuM.sub .sh_tip details summary::after {filter: none;}

@media (max-width:1230px){
#shGnb{padding:0 30px}	
#shGnb .sh_nav > li{padding:0 20px}
}
/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:15px;line-height:1.8;background-color:#fff;font-family:'Montserrat', 'Escoredream', sans-serif}	
/* 로고 */
#m_logo{position:relative}
#m_logo a{display:inline-block}
#m_logo a img{width:100%;vertical-align:middle}
/* 상단 버튼 및 오픈메뉴 */
#m_navBtn{position:absolute;top:26px;right:15px;z-index:5;width:30px;height:30px}
#m_navBtn span{display:block;position:relative;top:50%;transform:translateY(-50%);width:100%;height:2px}
#m_navBtn span:before, #m_navBtn span:after{display:block;content:"";position:absolute;top:-6px;width:30px;height:2px;background-color:#222;-webkit-transition:all .1s;transition:all .1s}
#m_navBtn span:after{top:6px;width:16px;right:0;background-color:var(--primary)}
#m_navBtn.on{position:fixed}
#m_navBtn.on span:before{top:0;right:-4px;transform:rotate(45deg)}
#m_navBtn.on span:after{top:0;right:-4px;width:30px;transform:rotate(-45deg);background-color:#222}
#navWrap{display:none;position:fixed;left:0;top:0;z-index:4;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:6;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:1;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:2;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:'Montserrat', 'Escoredream', sans-serif}
#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{display:block;padding:10px 0;font-size:14px;color:#777}
#topmenuM .m_smenu > li {position: relative;}

/* 반응형 3차 메뉴 */
#topmenuM .m_lnb_t {display: none; padding: 10px 0; background-color: #e9eaec; margin-top: 5px;}
#topmenuM .m_lnb_t li a {font-size: 13px; color: #666; padding-left: 10px; display: block; padding: 5px 10px;}
#topmenuM .m_lnb_t li a:hover {color: var(--primary);}

/* 반응형 3차 메뉴 아이콘 */
#topmenuM .m_depth2.has_sub::after {
    content: "\ea4e"; /* remix icon arrow-down */
    font-family: "remixicon";
    display: block;
    float: right;
    font-size: 14px;
    transition: transform 0.3s;
}
#topmenuM .m_depth2.open::after {
    transform: rotate(180deg);
}

@media (max-width:1230px){
#shGnb{padding:0 30px}	
#shGnb .sh_nav > li{padding:0 20px}
}
@media (max-width:1024px){
#shGnb{display:none}
#topmenuM{display:block}	
}
/* 반응형 메뉴 [e] */

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;;font-size:15px;line-height:1.6;color:#777;font-family:'Montserrat', 'Escoredream', sans-serif}
.sh_cont_box .s_tit{width:max-content;padding-bottom:5px;font-size:22px;font-weight:700;color:#111;border-bottom:5px solid var(--primary)}
.sh_cont_box .txt_group{position:relative;font-size:17px;color:#888;word-break:keep-all}
.sh_cont_box .txt_group p{font-size:45px;font-weight:700;line-height:1.3;color:#111;word-break:keep-all}
.sh_cont_box .more_btn{display:flex;align-items:center;justify-content:space-between;width:186px;height:60px;padding:0 28px 0 35px;font-size:15px;font-weight:600;border-radius:30px;background:#f2f2f2;transition:all .2s}
@media(hover:hover){
.sh_cont_box .more_btn:hover{color:#fff;background:var(--primary)}
}
/* =========================== SNB */
#sh_aside{position:relative;max-width:1400px;width:100%;margin:0 auto;z-index:25;font-family:'Montserrat', 'Escoredream', sans-serif}
#sh_aside .dep2{display: none;}
/*#sh_aside {width:260px;border:1px solid #eee;}*/
#sh_aside .dep1 {display: flex;}
#sh_aside .dep1.on {border-bottom:4px solid var(--primary);}
#sh_aside .dep1 > li {position:relative;}
#sh_aside .dep1 > li > a {display:flex;align-items:center;height:100%;padding:1.5rem 6rem 1.5rem 3rem;font-size:1.8rem;font-weight:600;color:#222;cursor:pointer;position:relative;}
#sh_aside .dep1 > li > a:hover {background: #f6f6fa;}
#sh_aside .dep1 > li.open > a {background:#f6f6fa;color:#000;}

#sh_aside .dep1 > li > a.arrow:after {content:"\ea4e";font-family:"remixicon";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:18px;transition:0.2s;}
#sh_aside .dep1 > li.open > a.arrow:after {transform:translateY(-50%) rotate(180deg);}

#sh_aside .dep2 {position:absolute;left:0;top:5.7rem;display:none;width:100%;background:var(--primary);}
#sh_aside .dep2 li a {display:block;padding:12px 25px;font-size:1.6rem;color:#fff;transition:0.2s;}
#sh_aside .dep2 li a:hover {background:#f2f2f2;color:#000;}

#sh_aside .dep2 li:last-child a {border-bottom:none;}


/* =========================== NAV */
#navbar{position:fixed;z-index:999;top:50%;left:40px;transform:translateY(-50%)}
#navbar.mainbanner{opacity:0}
#navbar li{position:relative;transition:all .3s}
#navbar li+li{margin-top:25px}
#navbar li:before{opacity:0;display:block;content:"";position:absolute;left:-15px;top:9px;width:5px;height:5px;border-radius:50%;background:var(--primary);transition:all .3s}
#navbar li a{font-size:15px;font-weight:600;color:#111;transition:all .3s;font-family:'Montserrat'}
#navbar li.active:before{opacity:1}
#navbar li.active a{color:var(--primary)!important}
#navbar.section02 li a{color:#fff}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_container_wrapper.sub{padding-top:150px}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;/*max-width:1400px;*/min-height:550px;padding:180px 0;margin:0 auto;background:#fff;line-height: 2;}

/* =========================== FOOTER */
#toTop{pointer-events:none;opacity:0;cursor:pointer;position:fixed;right:30px;bottom:80px;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 i{margin:auto;color:#000}
#toTop.on{pointer-events:auto;opacity:1;margin-bottom:0}
#msTop{pointer-events:none;opacity:0;cursor:pointer;position:fixed;right:30px;bottom:160px;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)}
#msTop i{margin:auto;color:#000}
#msTop.on{pointer-events:auto;opacity:1;margin-bottom:0}
#sh_ft{position:relative;font-size:14px;color:rgba(255,255,255,.5);line-height:2;background:#030f25;font-family:'Montserrat', 'Escoredream', sans-serif}

#sh_ft .ft_nav{display:flex;justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;padding-right:15px;height:105px}
#sh_ft .ft_nav ul{display:flex}
#sh_ft .ft_nav li a{transition: 0.4s;display: block;}
#sh_ft .scroll_auto_wrap {overflow: hidden;width: 100%;}
#sh_ft .scroll_auto {display: flex;animation: scroll-left 30s linear infinite;}
#sh_ft .scroll_auto img {width: 200px;height: auto;margin-right: 2rem;padding:2rem;}
@keyframes scroll-left {
    0% {transform: translateX(0);}
    100% {transform: translateX(-33.333333%);}
}

#sh_ft .inner{display:flex;align-items:flex-start;padding:90px calc((100% - 1320px) / 2);border-top:1px solid rgba(255,255,255,.15)}
#sh_ft .inner .br_none{display:none}
#sh_ft .ft_logo{margin-top:10px;opacity:.4}
#sh_ft .info{margin-left:80px}
#sh_ft .info p{margin-bottom:15px;font-size:18px;font-weight:700;font-family:'Montserrat', 'Escoredream', sans-serif}
#sh_ft .cs{margin-left:auto;font-family:'Montserrat', 'Escoredream', sans-serif}
#sh_ft .cs span{font-size:15px;font-weight:600;color:#fff}
#sh_ft .cs p{margin-bottom:10px;font-size:26px;font-weight:700;color:var(--primary_m2)}
#sh_ft .copy{display:flex;padding:10px calc((100% - 1320px) / 2);background-color:rgba(0,0,0,.6)}
#sh_ft .copy .links{margin-left:auto}
#sh_ft .copy .links a{font-weight:500;color:rgba(255,255,255,.4)}
#sh_ft .copy .links a+a{margin-left:30px}
@media(hover:hover){
#toTop:hover{box-shadow:4px 4px 18px rgba(0, 0, 0, .15)}
}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:20px;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-color:var(--primary2);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:var(--primary);font-family:'Montserrat', 'Escoredream', sans-serif}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Montserrat'}
#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:1600px){
#navbar{left:25px}
#navbar li a{font-size:14px}
}
@media (max-width:1520px){
#navbar{display:none}
}
@media (max-width:1380px){
#sh_ft .inner{padding:90px 30px}
#sh_ft .copy{padding:10px 30px}
#sh_aside{padding:0 20px}
}
@media (max-width:1024px){
#m_logo a{width:184px}
#topmenuM .sh_tip {top:3.2rem;}
#topmenuM .sh_tip details summary,
#topmenuM .sh_tip details > ul a {font-family:'Montserrat', 'Escoredream', sans-serif;}
.sh_cont_box .s_tit{font-size:20px}
.sh_cont_box .txt_group p{font-size:40px}	
.sh_cont_box .more_btn{width:170px;height:52px;padding:0 20px 0 28px}
.sh_cont_box .more_btn svg{width:20px;height:20px}
#sh_container_wrapper.sub{padding:0}
#sh_content{margin:0 auto;padding:60px 0;border:none}
#sh_aside{position: absolute;bottom:0;background: #fff;width: 100%;border-bottom:1px solid #ddd;padding:0;display:none;}
#sh_aside .dep1{flex-wrap: wrap;margin-left:-1px;}
#sh_aside .dep1 > li{flex-grow:1;width: 25%;}
#sh_aside .dep1 > li > a{padding:1.5rem 4rem 1.5rem 3rem;border-top:1px solid #ddd;border-left:1px solid #ddd;}
#sh_aside .dep2 {z-index: 1;top:5.5rem;}
#sh_hd{position:relative}
#sh_container{margin:0}
#sh_section{font-size:14px}
#msTop{right:15px;bottom:100px;}
#toTop{display:none}
#sh_ft .ft_nav{height:85px}
#sh_ft .inner{padding:60px 30px;flex-wrap:wrap;flex-direction: column;}
/*#sh_ft .ft_logo{width:100%}*/
#sh_ft .info{width:70%;margin:20px 0 0;padding-right:30px}
#sh_ft .cs{width:30%}
}
@media (max-width:767px){
#topmenuM .sh_tip {top:3.6rem;}
}
@media (max-width:900px){
    #sh_aside .dep1 > li{flex-grow:1;width: 50%;}
}
@media (max-width:768px){
.sh_cont_box .s_tit{font-size:17px}
.sh_cont_box .txt_group{font-size:16px}	
.sh_cont_box .txt_group p{font-size:30px}	
.sh_cont_box .more_btn{font-size:14px}
#sh_aside .dep2 {top:5.4rem;}
#sh_ft .ft_nav{height:65px}
#sh_ft .scroll_auto img {width: 160px;}
#sh_ft .inner{display:block}
#sh_ft .info{width:100%;word-break:keep-all}
#sh_ft .cs{display:none}
}
@media (max-width:580px){
#sh_ft .ft_nav {height:60px;padding:0}
}
@media (max-width:480px){
#m_logo a{width:154px}
.sh_cont_box .s_tit{font-size:16px}	
.sh_cont_box .txt_group p{font-size:21px}
.sh_cont_box .more_btn{width:155px;height:48px;padding:0 15px 0 20px}
.sh_cont_box .more_btn svg{width:18px;height:18px}
#sh_aside .dep1 > li > a{padding:1.5rem 4rem 1.5rem 1.5rem;}
#sh_content{min-height:350px}
#fix_tel{display:block}
#sh_ft_btns{display:none}
#sh_ft{font-size:13px;line-height:1.8}
#sh_ft .inner{padding:40px 20px 30px}
#sh_ft .ft_logo img{max-width:50%}
#sh_ft .copy{flex-wrap:wrap;padding:10px 20px;font-size:12px}
#sh_ft .copy .links a+a{margin-left:15px}
#sh_ft .inner .sp_none{display:none}
#sh_ft .inner .br_none{display:block}
}
/* 반응형 [e] */



/* ===========================
   영문
   =========================== */
[lang="en"] .sh_cont_box .more_btn{width:236px;}
[lang="en"] .sh_cont_box .txt_group p {line-height:1.2;}

[lang="en"] #sh_ft .scroll_auto_wrap {display:none;}