@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@font-face {
    font-family: 'MaruBuri-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic';background:url(/sh_img/bg.jpg) repeat-y}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none} 
*{-webkit-text-size-adjust:none}

/* 메뉴오픈 - 스크롤막기 */
body.open{overflow:hidden;position:absolute;width:100%;height:100%}

/* 익스8 이하  */
#ie_lower{position:fixed;z-index:9999;width:100%;padding:7px 0;border-bottom:1px solid #fff073;border-top:1px solid #fff073;text-align:center;background-color:#fffbd9;font-family:nanumgothic} 
#ie_lower span{font-weight:bold;color:#f96319}
#ie_lower a{display:inline-block;padding-left:10px;color:#888}
#ie_lower a:hover{text-decoration:underline}

/* 셀렉션 */
::selection{background:#e5e0db;color:#333;text-shadow:none}
::-moz-selection{background:#e5e0db;color:#333;text-shadow:none}
::-webkit-selection{background:#e5e0db;color:#333;text-shadow:none} 

/* SHINING 독립 사용 */ 
#sh_wrapper{overflow:hidden;position:relative;min-width:1300px;max-width:1950px;margin:0 auto}
#sh_wrapper, #sh_wrapper *, #sh_wrapper *:before, #sh_wrapper *:after{box-sizing:border-box}

/* HEADER */
#sh_hd{position:relative;z-index:200;width:100%}

/* MAIN  */
#main_banner{position:relative;z-index:5;width:100%}

/* INDEX */
#sh_section{}

/* CONTENT */
#sh_container{position:relative;min-width:1200px;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}
#sh_content{position:relative;z-index:4;width:1200px;min-height:720px;padding:70px 60px;margin:0 auto;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;background-color:#fff}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* SUB */
#sub_main_banner{overflow:hidden;position:relative;min-width:1200px;width:100%;height:500px}

/* SNB */
#sh_aside{position:relative;z-index:15;width:1200px;margin:-72px auto 0;background-color:#fff;font-family:'notokr-medium'}

/* FOOTER */
#sh_ft{width:100%;padding:76px 0;border-top:1px solid #ddd}
#sh_ft .ft_cont{width:1200px;margin:0 auto}
#sh_ft .ft_cont h1{margin-bottom:15px;font-size:15px;color:#333;font-family: 'Playfair Display';}
#sh_ft .ft_cont .cs_info{overflow:hidden;margin-bottom:20px;font-weight:500;font-size:14px;color:#969696;font-family:'notokr-regular'}
#sh_ft .ft_cont .cs_info li{float:left;margin-right:20px}
#sh_ft .ft_cont .cs_info span{color:#626060;font-family:'notokr-bold'}

#sh_ft .ft_cont .ft_address{margin-bottom:30px;font-size:14px;line-height:24px;color:#999999;font-family:'notokr-regular'}

#sh_ft .ft_cont .copy{overflow:hidden;font-size:13px;color:#999;font-family:'notokr-medium'}
#sh_ft .ft_cont .copy .adm{float:right}
#sh_ft .ft_cont .copy .adm a{display:inline-block;margin-right:15px;font-weight:400;color:#8c8c8c;font-family: 'Poppins', sans-serif;} 

/* 사이트맵 */
#sh_site_map{width:100%;position:relative;min-height:500px;height:500px auto;margin:0 auto}
.sh_site_map01{width:30%;float:left;margin-right:3%;min-height:200px;height:200px auto}
.sh_site_map_title{font-size:1.4em;color:#515151}
.sh_site_map_title a{color:#515151}
.sh_site_map_line{border-bottom:2px solid #8b8b8b;margin:10px 0}
.sh_site_map_box{width:90%;margin:0 auto;background:#f7f7f7;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;min-height:80px}
.sh_site_map_txt{font-size:1em;line-height:1.2em;color:#666;font-weight:bold;padding:5px}
.sh_site_map_txt a{color:#666}
