@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:200,400,500,600,700&display=swap');

*{-webkit-text-size-adjust:none}
body{overflow-x:hidden;background:#fff;font-size:0.81em;font-family:'Nanum Gothic';min-width:1200px}
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} 

/* head 전체 100% 혹은 min-width 사용 */
#sh_wrapper, #sh_wrapper , #sh_wrapper :before, #sh_wrapper *:after{box-sizing:border-box}
#sh_wrapper{position:relative;width:100%;min-width:1200px;max-width:1920px;margin:0 auto}
#sh_wrapper.sub{background-color:#fff}
#sh_hd{position:relative;z-index:999;width:100%;min-width:1200px} 

/* head 센터 및 넓이 지정 */
#sh_hd_wrapper{position:fixed;top:0;left:50%;width:100%;max-width:1920px;padding-top:64px;-webkit-transform: translate(-50%,0%);-ms-transform: translate(-50%,0%);transform: translate(-50%,0%);}
#sh_hd_wrapper.sub{position:absolute}

/* SUB */
#sub_main_banner{width:100%;height:450px;background: url(/sh_img/hd/sub_main_banner/sub_main_banner.jpg) no-repeat;animation:main 25s linear infinite}
@keyframes main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}
#sh_content_tit{padding-top:190px;text-align:center;font-size:15px;color:#fff;font-family:'notokr-regular'}
#sh_content_tit h3{display:inline-block;position:relative;z-index:5;margin-bottom:10px;font-size:34px;font-weight:normal;font-family:'notokr-regular'}
#sh_content_tit h3:after{display:block;position:absolute;z-index:-1;width:41px;height:42px;content:'';top:-12px;right:-22px}
#sh_content_tit .fa-home{color:#fff}
#sh_content_tit .fa-angle-right{padding:0 5px;color:#b5b5b5}

/* 사이드(서브)메뉴 float:left;선택 단 content 와 같은 방향 X */
#sh_aside{position:relative;width:1070px;margin:-25px auto 0;text-align:center;background-color:transparent}

/* 컨텐츠 본문 영역 */
#sh_content{position:relative;z-index:4;width:1070px;min-height:580px;padding:0;margin:70px auto 40px;font-size:14px;color:#888;zoom:1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* 하단 */
#index_ft{width:100%;background:#191a22;}
#index_ft .cont{overflow:hidden;width:1200px;margin:0 auto;padding:55px 0;border-bottom:1px solid #3c3a37}
#index_ft .cont>div{float:left}
#index_ft .cont .warning{width: 45%;}
#index_ft .cont .info{margin-right:12px;width: 36%;}
#index_ft .cont .info .ft_txt{color:#737373;font-size:14px;font-family:'notokr-regular'}
#index_ft .cont .cs{width:18%}
#index_ft .cont h2{margin-bottom:12px;font-weight:600;font-size:15px;color:#fff;font-family:'Poppins'}
#index_ft .cont .txt{font-size:14px;line-height:24px;color:#737373;letter-spacing:-0.15px;font-family:'notokr-regular'}
#index_ft .copy{position:relative;width:1200px;margin:0 auto;padding:20px 0}
#index_ft .copy p{font-size:14px;color:#737373;letter-spacing:-0.15px;font-family:'notokr-regular'}
#index_ft .copy p b{font-weight:400;font-family:'notokr-bold'}
#index_ft .copy ul{position:absolute;top:50%;right:0;margin-top:-10px}
#index_ft .copy ul li{float:left;margin-left:20px}
#index_ft .copy ul li a{font-weight:700;font-size:13px;color:#737373;transition:0.3s;font-family:'Poppins'}
#index_ft .copy ul li a:hover{color:#fff}

#index_ft .cont .warning{padding-bottom:12px;font-size:14px;line-height:24px;color:#737373;font-family:'notokr-regular'}
#index_ft .cont .warning span{font-size:16px;line-height:26px;color:#ff1f1f;font-family:'notokr-medium'}
#index_ft .cont .warning p{color:#ff1f1f;color:#b7702c}

