@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700');
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
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:#dbb313;color:#fff;text-shadow:none}
::-moz-selection{background:#dbb313;color:#fff;text-shadow:none}
::-webkit-selection{background:#dbb313;color:#fff;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%;font-family:'notokr-regular'}

/* MAIN  */
#main_banner{position:relative;z-index:5;width:100%;padding:0 0 0 90px}
#sh_section{position:relative;z-index:6;width:100%;font-size:14px;line-height:1.7;letter-spacing:-.2px;color:#999;font-family:'notokr-regular'}

/* CONTENT */
#sh_container{position:relative;min-width:1200px;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%}
#sh_container_wrapper.sub{background-color:#323538}
#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-radius:0 0 0 70px;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;font-family:'notokr-regular'}

/* SNB */
#sh_aside{position:relative;z-index:15;width:1200px;margin:-100px auto 0;background-color:#fff;font-family:'notokr-medium'}

/* FOOTER */
#sh_ft{overflow:hidden;position:relative;z-index:10;width:100%;font-size:13px;line-height:1.8;color:#6d6f71;letter-spacing:-.1px;background-color:#323538;font-family:'notokr-regular'} 
#sh_ft .inner{position:relative;width:1200px;margin:0 auto;padding:90px 0 60px;border-right:1px solid #474434}
#sh_ft .inner:after{display:block;visibility:hidden;content:"";clear:both}
#sh_ft .inner .add{float:left;width:41%;margin-right:130px}
#sh_ft .inner .add h1{font-size:15px;font-weight:normal;color:#fff;font-family:'notokr-regular'}
#sh_ft .inner .add h1:after{display:block;content:url(/sh_img/ft/line.png);margin:10px 0 17px}
#sh_ft .inner dl{float:left;margin-right:140px;color:#9a9a9a}
#sh_ft .inner dl:last-child{margin-right:0}
#sh_ft .inner dl dt{font-size:15px;font-weight:400;font-style:italic;color:#fff;font-family:'Playfair Display'}
#sh_ft .inner dl dt:after{display:block;content:url(/sh_img/ft/line.png);margin:10px 0 17px}
#sh_ft .scr_d{position:absolute;right:-3px;bottom:50%;display:block;width:5px;height:5px;border-radius:50%;background-color:#dbb313;-webkit-animation:scroll-up linear 4s infinite;animation:scroll-up linear 4s infinite}
@-webkit-keyframes scroll-up{from{bottom:55%;opacity:0}15%{opacity:1}to{bottom:90%;opacity:0}}
@keyframes scroll-up{from{bottom:55%;opacity:0}15%{opacity:1}to{bottom:90%;opacity:0}}
#sh_ft .scr_d_txt{position:absolute;right:-80px;top:30%;-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-top:-5px;font-size:12px;font-weight:700;color:#dbb313;letter-spacing:2px;cursor:pointer;font-family: 'Playfair Display', serif}
#sh_ft .copy{font-size:13px;line-height:55px;color:#696b6c;background-color:#2a2d2f}
#sh_ft .copy .copy_wrap{width:1200px;margin:0 auto}
#sh_ft .copy b{font-weight:normal;font-family:'notokr-bold'}
#sh_ft .copy p{float:right}

/* 사이트맵 */
#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}
