@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular - 400, medium - 500, semibold - 600, bold - 700 */ 

:root{--primary:#786659;--point:#3f3025;--k-font:'Pretendard';--e-font:"Red Rose", serif}
body{font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
*{-webkit-text-size-adjust:none}

:root{--primary:#684d39;--black:#111;--k-font:'pretendard';--mainsize:1400px}

/* SHINING 독립 사용 */
#sh_wrapper{position:relative;width:100%;font-size:15px;font-weight:400;color:#666;line-height:1.8;word-break:keep-all;font-family:var(--k-font)}

/* HEADER */
#sh_hd{position:relative;z-index:20;width:100%}
#sh_hd.sub{position:absolute}

/* 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:""}

/* SUB */
#sh_sub_wrap{position:relative;font-family:'Pretendard'}

/* CONTENT */
#sh_content{position:relative;z-index:4;max-width:1200px;min-height:500px;padding:0;margin: 50px auto 80px;line-height:1.6;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* FOOTER */
#sh_ft{overflow:hidden;width:100%;font-size:15px;line-height:1.6;color: rgba(255, 255, 255, 0.6);background: #2d2926;font-family:var(--k-font)} 
#sh_ft .flex{max-width:1760px;padding: 110px 0 60px 0;margin:0 auto}
#sh_ft .flex .ft_top{display:flex;border-bottom:1px solid rgba(255,255,255,0.3);padding-bottom:30px;align-items:center;justify-content: space-between;}
#sh_ft .flex .ft_top .left{display:flex;gap:30px}
#sh_ft .flex .ft_top dl{display:flex;gap:14px;font-size:16px;font-weight:700;color:rgba(255,255,255,0.6)}
#sh_ft .flex .ft_top dt{color:#fff}
#sh_ft .flex .ft_top .right a{font-size: 16px;font-weight: 600;color:#fff}
#sh_ft .flex .ft_top .right a:nth-child(1){padding-right:30px}
#sh_ft .flex .adress{padding-bottom:50px}
#sh_ft .flex .adress .left{padding:60px 0 0}
#sh_ft .flex .adress .left .ft_mn{display:flex;gap:60px;padding-bottom:50px}
#sh_ft .flex .adress .left .ft_mn a{position:relative;font-size:16px;font-weight:700;color:#fff}
#sh_ft .flex .adress .left .ft_mn a:after{position:absolute;content:'';right:-32px;top:50%;transform:translateY(-50%);width:1px;height:11px;background:rgba(255,255,255,0.2)}
#sh_ft .flex .adress .left .ft_mn li:nth-child(2) a:after{display:none}
#sh_ft .flex .adress .right{text-align:right}
#sh_ft .flex .ft_bot{display:flex;justify-content:space-between}
#sh_ft .flex .ft_bot .copy{font-size:14px}
#sh_ft .flex .ft_bot .admin a{font-size:14px;font-weight:700;color:rgba(255,255,255,0.5);transition:all 0.2s}
#sh_ft .flex .ft_bot .admin a:nth-child(1){padding-right:10px}
#sh_ft .flex .ft_bot .admin a:hover{color:#fff}

/* 반응형 사이트맵 공통 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map:after{display:block;content:"";visibility:hidden;clear:both}
#sh_site_map > div{width:31%;float:left;margin:0 1%}
#sh_site_map > div:nth-of-type(3n){margin-right:0}
#sh_site_map .sh_site_map_title{padding:10px 15px;border-bottom:2px solid #333;font-size:17px;font-weight:normal;text-align:center;color:#222;font-family:'notokr-bold'}
#sh_site_map ul{padding:0 15px 15px}
#sh_site_map .sh_site_map_box{min-height:205px;padding:17px 20px;border:1px solid #e1e1e1;border-top:none;font-size:14px;color:#333;line-height:40px}
#sh_site_map .sh_site_map_box li{border-bottom:1px dotted #ccc}
#sh_site_map .sh_site_map_box li:last-child{border:none}

/* 반응형 [s] */
@media (max-width:1600px){
#sh_ft .flex{padding:110px 30px 60px}
}
@media (max-width:1024px){
#sh_content{margin:50px auto 80px}
#sh_ft{height:auto;font-size:14px}
#sh_ft .flex{padding:0 30px 60px}
#sh_ft .left{padding:80px 0 0 0;gap:180px}
#sh_ft .left .menu .ft_nav{padding-top:30px}
#sh_ft .left .menu .ft_nav > ul{flex-wrap:wrap;gap:35px}
#sh_ft .left .menu .ft_nav > ul > li{width:calc(100% / 4)}
#sh_ft .right{padding:80px 0 0 0}
#sh_ft .right .top{padding:0 10px 0 30px}
#sh_ft .right .pop{padding-top:108px}
#sh_ft .right .add{font-size:13px}
}
@media (max-width:768px){
#sh_ft .flex{padding:0 15px 60px}
#sh_ft .flex .ft_top{flex-direction:column}
#sh_ft .flex .ft_top .right a{font-size:15px}
#sh_ft .right{padding:14px 0 0 0}
#sh_ft .left{padding: 30px 0 0 0;}
#sh_ft .flex .adress .left{padding:30px 0 0;text-align:center}
#sh_ft .flex .adress .left .ft_mn{justify-content:center;padding-bottom:30px}
}
@media (max-width:480px){
#sh_content{margin:100px auto 50px}
#sh_ft .flex .ft_top .right{padding-top:10px}
#sh_ft .flex .adress .left{padding:20px 0 0;font-size: 13px;}
#sh_ft .flex .adress .left .ft_mn{padding-bottom:20px}
#sh_ft .flex .ft_top .left{padding-top:20px}
#sh_ft .flex .ft_top{padding-bottom:20px}
#sh_ft .flex .ft_top dl{font-size:13px}
#sh_ft .flex .adress .right{text-align:center}
#sh_ft .flex .ft_top .right a{font-size:14px}
#sh_ft .flex .adress{padding-bottom:30px}
#sh_ft .flex .adress .left .ft_mn a{font-size:15px}
#sh_ft .flex .ft_bot{padding-bottom:20px}
#sh_ft .flex .adress .right img{width:150px}
}
@media (max-width:380px){
#sh_ft .flex{padding:0 10px 60px}
#sh_ft .flex .ft_top .left{gap:20px}
#sh_ft .flex .ft_top dl{gap:9px;font-size:12px}
#sh_ft .flex .adress .left{font-size:12px}
}
/* 반응형 [e] */