@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{-webkit-text-size-adjust:none}

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'}

/* 메뉴오픈 - 스크롤막기 */
body.open{overflow:hidden;position:absolute;width:100%;height:100%}

#sh_wrapper{position:relative;max-width:1920px;width:100%;margin:0 auto}
#sh_wrapper.index{overflow:hidden;min-width:1400px;background-color:#12141f}

/* HEADER */
#sh_hd{position:relative;z-index:15;min-width:1400px;width:100%;font-family:'notokr-regular'}

/* INDEX */
#sh_section{position:relative;min-width:1400px;width:100%;font-size:18px;letter-spacing:-.2px;color:#777;line-height:1.8;font-family:'notokr-regular'}
#sh_section b{font-weight:normal;font-family:'notokr-bold'}
#sh_section a{color:#777}

/* fadeInUp  */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-delay:.2s;animation-delay:.2s}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0)}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}

/* CONTAINER */
#sh_container{position:relative;min-width:1400px;width:100%;z-index:0}
#sh_container_wrapper{position:relative;width:100%;zoom:1;padding-bottom:100px;}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* SNB */
#sh_aside{position:relative;z-index:15;width:100%;font-family:'notokr-regular'}
#sh_aside:before, #sh_aside:after{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:1px;background-color:#e1e1e1}
#sh_aside:before{bottom:auto; top:0}
#sh_aside_wrapper{overflow:hidden;position:relative;width:1260px;margin:0 auto;zoom:1}

/* CONTENT */
#sh_content{position:relative;z-index:4;width:1200px;min-height:580px;margin:0 auto;padding:70px 0;font-family:'notokr-regular'}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* 하단메뉴 */
#sh_ft{position:relative;z-index:10;min-width:1400px;width:100%;font-size:15px;letter-spacing:-.3px;color:#a3a3a3;background-color:#fff;font-family:'notokr-regular'} 
#sh_ft .inner{position:relative;width:1200px;margin:0 auto}
#sh_ft .ft_mn{width:100%;height:60px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;text-align:center}
#sh_ft .ft_mn li{display:inline-block;line-height:60px}
#sh_ft .ft_mn li:not(:first-child):before{display:inline-block;vertical-align:middle;content:"";width:2px;height:2px;margin:0 20px;background-color:#222}
#sh_ft .ft_mn li a{font-size:14px;color:#222}
#sh_ft .ft_mn li a:hover{text-decoration:underline!important}

/* 하단 로고, sns, 회사정보 */
#sh_ft_wrapper{overflow:hidden;position:relative;width:1200px;margin:0 auto;padding:90px 0 70px 300px;line-height:24px;-webkit-transition:padding .2s;transition:padding .2s}
#sh_ft .tit{margin-bottom:20px;font-size:17px;color:#222;font-family:'notokr-bold'}
#sh_ft .ft_logo{position:absolute;top:90px;left:0;width:300px;padding-left:25px}
#sh_ft .ft_logo img{width:230px}
#sh_ft .info{float:left;width:62%;word-break:keep-all}
#sh_ft .cs{float:right;color:#222}
#sh_ft .cs dd span{display:inline-block;width:80px;letter-spacing:-.2px;color:#aaa}
#sh_ft .cs dd em{font-size:13px;vertical-align:1px;color:#bfa78b;font-style:normal}
#sh_ft .cs dd i{ display:inline-block;width:80px}

/* 카피라이트 */
#sh_ft .copy{position:relative;padding:20px 55px;overflow:hidden;border-top:1px solid #e1e1e1;font-size:13px;text-align:center;background-color:#f5f5f5}
#sh_ft .copy .link_btn{position:absolute;right:0;top:0}
#sh_ft .copy .link_btn a{display:inline-block;width:58px;height:21px;border-radius:3px;font-size:10px;letter-spacing:0;line-height:21px;color:#999;background-color:#eaeaea;font-family:'notokr-medium'}
#sh_ft .copy strong{font-weight:normal;font-family:'notokr-medium'}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{width:32%;float:left;margin-right:2%}
#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:155px;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}

#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}
