@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

/* ========================== 초기화 [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{background:#fff;font-size:0.81em;font-family:"Pretendard"}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:"Pretendard"}
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}
:root{--primary:#742610;--k-font:'Pretendard';--e-font:'Sen'}
#sh_wrapper{position:relative;width:100%}
/* ========================== 초기화 [e] */

/* ========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-family:var(--e-font), var(--k-font)}
#shGnb{display:flex;align-items:center;position:relative;width:100%;height:100px;padding:0 2.6%}
#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}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:260px;background-color:#fff}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#shGnb .sh_nav{position:absolute;left:45%;top:50%;transform:translateY(-50%);width:max-content}
#shGnb .sh_nav > li{float:left;position:relative;padding:0px 30px;line-height:60px}
#shGnb .sh_nav > li > a{display:block;color:#fff;font-weight:500;font-size:17px;transition:all .2s}
#shGnb.on .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;min-height:145px}
#shGnb .sh_lnb_s li a{display:block;line-height:1.8;text-align:center;color:#999;font-size:15px;transition:all .2s}

/* call */
#shGnb .sh_tip{margin-left:auto}
#shGnb .sh_tip li a{display:flex;align-items:center;justify-content:center;gap:12px;width:138px;line-height:40px;margin-left:15px;color:#222;background:#fff;border-radius:50px;font-weight:700;font-size:15px;text-align:center;transition:all 0.2s}
#shGnb .sh_tip i{color:#742610;font-size:16px}
#shGnb.on .sh_tip li a{color:#fff;background:var(--primary)}
#shGnb.on .sh_tip i{color:#fff}

/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:15px;line-height:1.8;font-family:'Noto Sans KR';font-weight:400}	
/* 로고 */
#m_logo{position:relative}
#m_logo a{display:inline-block}
/* 상단 버튼 및 오픈메뉴 */
#m_navBtn{position:absolute;top:12px;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:#fff;-webkit-transition:all .1s;transition:all .1s}
#m_navBtn span:after{top:6px;width:16px;right:0;background-color:#fff}
#m_navBtn.on{position:fixed}
#m_navBtn.on span:before{top:0;right:-4px;transform:rotate(45deg);background-color:#222}
#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:'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 */
#main_banner{position:relative;z-index:10;width:100%;background:#000}

/* ========================== INDEX */
#sh_section{overflow:hidden;position:relative;font-size:16px;color:#666;line-height:1.75;font-family:var(--e-font), var(--k-font)}

/* ========================== CONTAINER */
#sh_container{position:relative;width:100%;z-index:5}
#sh_container_wrapper{position:relative;width:100%;zoom:1}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SNB */
#sh_aside{position:relative;width:100%;background-color:#742610;font-family:"Pretendard"}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;max-width:1280px;min-height:580px;margin:0 auto;padding:90px 95px}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{padding:100px 0 80px 0;width:100%;background:#222;line-height:1.5;font-size:15px;font-weight:400;font-family:var(--e-font), var(--k-font)}
#sh_ft .ft_inner{width:100%;max-width:1780px;margin:0 auto}
#sh_ft .ft_inner .top .info{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.3)}
#sh_ft .ft_inner .top .info ul{display:flex;gap:24px;color:#fff;font-size:16px;font-weight:700}
#sh_ft .ft_inner .top .info ul li span{display:inline-block;padding-right:10px;color:rgba(255,255,255,0.5)}
#sh_ft .ft_btm{display:flex;gap:800px;padding:80px 0;color:rgba(255,255,255,0.6);font-family:var(--k-font)}
#sh_ft .ft_btm .left p{padding-bottom:40px;color:#fff;font-weight:700;font-family:var(--e-font)}
#sh_ft .ft_btm .right .ft_mn{display:flex}
#sh_ft .ft_btm .right .ft_mn > li+li{margin-left:80px}
#sh_ft .ft_btm .right .ft_mn > li > a{font-size:15px;font-weight:500;font-family:var(--e-font), var(--k-font)}
#sh_ft .ft_btm .right .ft_mn li a{color:#fff}
#sh_ft .ft_btm .right .ft_mn li ul{margin-top:35px}
#sh_ft .ft_btm .right .ft_mn li ul li+li{margin-top:6px}
#sh_ft .ft_btm .right .ft_mn li ul a{font-size:15px;color:rgba(255, 255, 255, 0.6);transition:all .3s}
#sh_ft .ft_btm .right .ft_mn li ul a:hover{color:rgba(255, 255, 255, 0.9)}
#sh_ft .admin{display:flex;justify-content:space-between}
#sh_ft .admin .copy{color:rgba(255,255,255,0.7)}
#sh_ft .admin .adm_link a{color:rgba(255,255,255,0.8);transition:all 0.2s}
#sh_ft .admin .adm_link a:nth-child(1){padding-right:22px}

/* 반응형 하단 버튼 공통 */
#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:var(--primary);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:'Noto Sans KR';font-weight:700}
#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 (hover:hover){
#sh_ft .admin .adm_link a:hover{color:#fff}
a:hover{text-decoration:none !important}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}
#shGnb .sh_tip li a:hover{gap:18px}
}
@media (max-width:1780px){
#sh_ft .ft_inner{max-width:unset;width:90%}
#sh_ft .ft_btm{gap:20px;justify-content:space-between}
#sh_ft .ft_btm .left{width:40%;word-break:keep-all}
#sh_ft .ft_btm .right .ft_mn > li+li{margin-left:55px}
}
@media (max-width:1700px){
#shGnb .sh_nav{left:unset;right: 13%}
}
@media (max-width:1380px){
#shGnb .sh_nav{left:50%;transform:translate(-50%, -50%)}
}
@media (max-width:1024px){
#shGnb{display:none}
#topmenuM{display:block}
#navWrap{display:none}
#sh_content{padding:40px 2.5% 0;}
#sh_hd{position:absolute}
#sh_ft{padding:80px 0 30px;font-size:14px}
#sh_ft .ft_inner{width:95%}
#sh_ft .ft_inner .top .info{padding-bottom:20px}
#sh_ft .ft_inner .top .info ul{font-size:15px}
#sh_ft .ft_btm{padding:60px 0}
#sh_ft .ft_btm .left p{padding-bottom:30px}
#sh_ft .ft_btm .right .ft_mn > li+li{margin-left:45px}
#sh_ft .ft_btm .right .ft_mn li ul a{font-size:14px}
}
@media (max-width:768px){
#sh_content{padding:0px 2.5%;}
#sh_section{font-size:15px}
#sh_ft{padding:70px 0 20px}
#sh_ft .ft_inner .top .info{flex-direction:column;align-items:center;gap:25px;padding-bottom:15px}
#sh_ft .ft_inner .top .info ul{width:100%;gap:0px}
#sh_ft .ft_inner .top .info ul li{display:flex;flex-direction:column;align-items:center;text-align:center;width:calc(100% / 3);text-align:center}
#sh_ft .ft_inner .top .info ul li span{padding:0px}
#sh_ft .ft_btm{gap:0px;padding:40px 0 60px}
#sh_ft .ft_btm .right .ft_mn{display:none}
#sh_ft .ft_btm .left{width:100%;text-align:center}
#sh_ft .ft_btm .left p{padding-bottom:20px}
}
@media (max-width:480px){
#sh_hd.sub{position: relative;background-color:#222;}
#sh_section{font-size:14px}
#sh_ft{padding:60px 0 15px}
#sh_ft .ft_inner .top .info{padding-bottom:0px;border-bottom:none}
#sh_ft .ft_inner .top .info ul{display:none}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
}
@media (max-width:380px){
#sh_section{font-size:13px}
#sh_ft{font-size:13px}
#sh_ft .ft_btm{padding:30px 0 50px}
}
/* 반응형 [e] */