@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular - 400, medium - 500, semibold - 600, bold - 700 */ 
@import url('https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,1..1000;1,1..1000&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{overflow-x:hidden;width:100%;font-size:0.81em;font-weight:400;font-family:var(--k-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-weight:400;font-family:var(--k-font)}
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{--k-font:'Pretendard';--e-font:"Ysabeau", sans-serif;--primary:#111}
#sh_wrapper{position:relative;width:100%;font-size:15px;font-weight:400;color:#777;line-height:1.8;word-break:keep-all;font-family:var(--k-font)}
#sh_wrapper *{word-break:keep-all}
/* ========================== 초기화 [e] */

/* ========================== HEADER */
#sh_hd{position:relative;z-index:20;width:100%}
#sh_hd.sub{position:absolute}
#top_nav_wrap{position:absolute;width:100%;padding:0 5.4%;display:flex;justify-content:space-between;align-items:center;height:100px;z-index:99}
#top_nav_wrap .left{display:flex;align-items:center;gap:130px}
#r_menu{display:flex}

/* 대분류  */
#top_nav{display:flex;align-items:center}
#top_nav > li{position:relative}
#top_nav > li > a{display:block;padding:0 30px;letter-spacing:0;font-size:15px;font-weight:500;font-family:var(--e-font);line-height:100px;color:#fff;transition:all .2s}

/* 소분류 */
#top_nav > li > ul{display:none;position:absolute;top:90px;left:50%;transform:translateX(-50%);z-index:1002;min-width:150px;width:auto;padding:15px 10px 15px;background-color:#000;text-align:center;border-radius:5px}
#top_nav > li > ul > li{padding:5px 0;font-family:var(--k-font)}
#top_nav > li > ul > li a{font-size:15px;color:#ddd;transition:all .2s}

/* 메뉴 */
.menu_pane{position:fixed;z-index:99;width:calc(100vw - 228px)}
.menu_pane:after{content:"";position:fixed;top:0;right:0;z-index:-1;width:70%;height:100vh;background:#fff;transition-delay:0s;transition:transform cubic-bezier(0.77, 0.77, 0.175, 1) 0.8s;transform:translateX(0) translateY(-100%)}
.menu_pane:before{position:fixed;top:0;left:0;width:30%;height:100vh;z-index:-1;content:'';background:url(../img/common/bg.jpg) #0c0c0c no-repeat center;background-size:cover;transition:transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;transform:translateX(-100%) translateY(0%)}
.menu_pane_content{display:none;position:fixed;top:0;right:0;width:70%;height:100vh;font-size:70px}
.menu_pane_list{position:absolute;right:0;top:0;width:100%;margin-top:100px;padding:0 25% 0 15%;font-family:var(--k-font)}
.menu_pane_wrap.nav-active .menu_pane{visibility:visible}
.menu_pane_wrap.nav-active .menu_pane:after,.menu_pane_wrap.nav-active .menu_pane:before{-webkit-transform:translateX(0%) translateY(0%);transform:translateX(0%) translateY(0%);transition-delay:.1s}
.menuall{display:flex;align-items:center;gap:20px;font-weight:600;font-family:var(--e-font)}

/* 메뉴 열림 */
.menu_pane_content > ul > li{opacity:0;padding:30px 0 35px;border-bottom:1px solid rgba(0,0,0,.25)}
.menu_pane_content > ul > li+li{margin-top:40px}
.menu_pane_content > ul > li > a{display:block;width:max-content;margin-bottom:0;font-size:25px;font-weight:600;font-family:var(--k-font);color:#111}
.menu_pane_content > ul > li:nth-child(1){animation-delay:.4s}
.menu_pane_content > ul > li:nth-child(2){animation-delay:.5s}
.menu_pane_content > ul > li:nth-child(3){animation-delay:.6s}
.menu_pane_content > ul > li:nth-child(4){animation-delay:.7s}
.menu_pane_content > ul > li:nth-child(5){animation-delay:.8s}
.menu_pane_content > ul > li ul{display:flex;flex-wrap:wrap}
.menu_pane_content > ul > li ul li{line-height:15px}
.menu_pane_content > ul > li ul li+li{margin-left:25px}
.menu_pane_content > ul > li ul a{opacity:0.6;font-size:18px;font-weight:500;color:#111;transition:all .2s}

/* 메뉴버튼 */
#pfBtn{width:73px;height:35px;display:flex;flex-direction:column;align-items:end;justify-content:center;gap:10px;position:relative;top:0;z-index:101;cursor:pointer;transition:all .2s}
#pfBtn span{display:block;position:relative;width:100%;height:2px;background:#fff;transition:all .2s}
#pfBtn.active{background:transparent}
#pfBtn.active span{border:none;background:transparent}
#pfBtn.active span:first-child{top:11px;width:80%;transform:rotate(-45deg);background:#111}
#pfBtn.active span:last-child{width:80%;transform:rotate(45deg);background:#111}

/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;min-height:66px;padding:15px 15px 15px 60px;line-height:1.8;font-family:'Noto Sans KR';font-weight:500}	
/* 로고 */
#m_logo{position:relative}
#m_logo a{display:inline-block}
/* 전화걸기 */
#topmenuM .tel{display:block;position:absolute;right:15px;top:10px;width:45px;height:45px;border-radius:50%;font-size:20px;text-align:center;line-height:47px;color:#fff;background-color:#978468}
/* 상단 버튼 및 오픈메뉴 */
#m_navBtn{position:absolute;top:12px;left:15px;z-index:5;width:24px;height:30px}
#m_navBtn span{display:block;position:relative;top:50%;transform:translateY(-50%);width:100%;height:2px;background-color:#fff}
#m_navBtn span.on:before, #m_navBtn span.on:after{background-color:#000}
#m_navBtn span:before, #m_navBtn span:after{display:block;content:"";position:absolute;top:-8px;width:24px;height:2px;background-color:#fff;transition:all .1s}
#m_navBtn span:after{top:8px}
#m_navBtn.on{position:fixed}
#m_navBtn.on span{background-color:transparent}
#m_navBtn.on span:before{top:0;transform:rotate(45deg)}
#m_navBtn.on span:after{top:0;transform:rotate(-45deg)}
#mnavWrap{display:none;position:fixed;left:0;top:0;z-index:4;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
#mnavWrap .inner{overflow-y:scroll;opacity:0;position:fixed;left:-40px;top:0;z-index:6;min-width:300px;width:75%;height:100%;padding:60px 0;background-color:#fff;transition:all .1s}
#mnavWrap.on .inner{opacity:1;left:0;transition:all .4s}
#mnavWrap .inner:before, #mnavWrap .inner:after{opacity:0;display:block;position:fixed;top:0;left:-40px;z-index:1;content:"";min-width:300px;width:70%;height:60px;background-color:#fff;transition:all .1s}
#mnavWrap .inner:after{top:auto;bottom:0}
#mnavWrap.on .inner:before, #mnavWrap.on .inner:after{opacity:1;left:0;transition:all .4s}
#mnavWrap .inner .mo_hd_copy{position:fixed;left:0;bottom:15px;z-index:2;min-width:300px;width:70%;font-size:12px;text-align:center;color:#888}
#mnavWrap .user_tip{padding:10px 20px;background-color:#f5f5f5}
#mnavWrap .user_tip li{display:inline-block}
#mnavWrap .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_section{overflow:hidden;position:relative;font-size:15px;font-weight:400;font-family:var(--k-font)}
#sh_section::before{content:"";display:block;position:absolute;top:0;right:38%;width:1px;height:100%;z-index:-1;background:#f1f1f1}
#sh_section::after{content:"";display:block;position:absolute;top:0;left:37.8%;width:1px;height:100%;z-index:-1;background:#f1f1f1}
#sh_section .line_bg{position:relative}
#sh_section .line_bg::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:1400px;width:100%;height:100%;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1}

/* ========================== CONTAINER */
#sh_container{position:relative;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SNB */
#sh_sub_wrap{position:relative;font-family:var(--k-font)}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;max-width:1200px;min-height:500px;padding:0;margin:70px auto 80px;line-height:1.6;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{padding:100px 0 70px;font-size:16px;font-weight:400;color:#fff;line-height:1.65;background:#000;font-family:var(--e-font),var(--k-font)}
#sh_ft .top{display:flex;align-items:flex-start;justify-content:space-between;padding:0 260px 90px;border-bottom:1px solid rgba(255, 255, 255, 0.1)}
#sh_ft .bottom{padding:75px 260px 0}
#sh_ft .bottom .txt{padding-bottom:100px;font-size:15px;line-height:1.8;color:rgba(255, 255, 255, 0.3);font-family:var(--k-font)}
#sh_ft .ft_mn{display:flex}
#sh_ft .ft_mn > li+li{margin-left:85px}
#sh_ft .ft_mn > li > a{font-size:15px;font-weight:500}
#sh_ft .ft_mn li a{color:#fff}
#sh_ft .ft_mn li ul{margin-top:35px}
#sh_ft .ft_mn li ul li+li{margin-top:10px}
#sh_ft .ft_mn li ul a{font-size:15px;color:rgba(255, 255, 255, 0.3);transition:all .3s;font-family:var(--k-font)}
#sh_ft .copy{display:flex;justify-content:space-between;align-items:flex-end;font-size:16px;font-weight:500;color:rgba(255, 255, 255, .2)}
#sh_ft .links{display:flex}
#sh_ft .links a{padding:10px 18px;font-size:13px;font-weight:400;color:rgba(255, 255, 255, .3);line-height:1;background:rgba(255, 255, 255, .2);transition:all .3s}
#sh_ft .links a+a{margin-left:10px}
#sh_ft .toTop{cursor:pointer;display:flex;align-items:center;justify-content:center;transform:rotate(-45deg);width:94px;height:94px;border-radius:100%;color:rgba(255, 255, 255, .4);background:rgba(255, 255, 255, .1);transition:all .3s}
#sh_ft .toTop svg{width:28px;height:28px}

/* 반응형 하단 버튼 공통 */
#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:#978468;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:#978468;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){
#top_nav > li > ul > li a:hover{color:#fff}
.menu_pane_content > ul > li ul a:hover{opacity:1}
#sh_ft .ft_mn li ul a:hover{color:rgba(255, 255, 255, 0.6)}
#sh_ft .links a:hover{background:var(--primary);color:#fff}
#sh_ft .toTop:hover{color:#fff}
}
@media (max-width:1380px){
#top_nav_wrap .left{gap:50px}
#sh_ft .top{padding:0 5% 90px}
#sh_ft .bottom{padding:75px 5% 0}
}
@media (max-width:1024px){
#top_nav_wrap{display:none}
#topmenuM{display:block}
#navWrap{display:none}
#sh_hd{position:absolute}
#sh_section::before{right:30%}
#sh_section::after{left:30%}
#sh_ft{padding:80px 0 50px}
#sh_ft .top{padding:0 2.5% 60px}
#sh_ft .bottom{padding:55px 2.5% 0}
#sh_ft .ft_mn > li+li{margin-left:50px}
#sh_ft .ft_mn li ul{margin-top:30px}
#sh_ft .toTop{width:85px;height:85px}
#sh_ft .toTop svg{width:24px;height:24px}
}
@media (max-width:768px){
#sh_content{margin:60px auto}
#sh_section::before{right:20%}
#sh_section::after{left:20%}
#sh_ft{padding:70px 0 40px}
#sh_ft .ft_mn{width:100%}
#sh_ft .ft_mn li{width:calc(100% / 5);text-align:center}
#sh_ft .ft_mn > li+li{margin-left:0px}
#sh_ft .ft_mn li ul li{width:100%;text-align:center}
#sh_ft .top{padding-bottom:50px}
#sh_ft .bottom{padding-top:40px}
#sh_ft .bottom .txt{text-align:center}
#sh_ft .toTop{display:none}
}
@media (max-width:580px){
#sh_ft .copy{flex-direction:column;align-items:center;gap:20px}
}
@media (max-width:480px){
#sh_content{margin:0px auto}
#sh_hd.sub{position: relative;background-color:#222;}
#sh_section{font-size:14px}
#sh_ft{padding:70px 0 20px}
#sh_ft .top{display:none}
#sh_ft .bottom{padding-top:0px}
#sh_ft .bottom .txt{padding-bottom:70px;font-size:14px}
#sh_ft .copy{font-size:15px;gap:15px;font-size:14px}
#sh_ft .links a{padding:8px 14px}

#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
}
@media (max-width:390px){
#sh_section{font-size:13px}
}
/* 반응형 [e] */