@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family: 'pretendard'}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}
#goToDesign{min-width:1200px}

/* 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}
#sh_wrapper.sub{background-color:#fff}
#sh_hd{position:relative;z-index:999;width:100%;min-width:1200px} 

/* head 센터 및 넓이 지정 */
#sh_hd_wrapper{position:absolute;width:100%;margin:0 auto;padding:0;zoom:1}
#sh_hd_wrapper:after{display:block;clear:both;content:"";width:100%;height:1px;background:rgba(255,255,255,.15)} 

/* SUB */
#sub_main_banner{width:100%;height:400px;background: url(/sh_img/hd/sub_main_banner/sub_main_banner.jpg) no-repeat;animation:main 25s linear infinite;background-size: cover;}
@keyframes main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}
#sh_content_tit{padding-top:165px;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:""}

/* 하단 */
#sh_ft{position:relative;z-index:10;width:100%;min-width:1200px;margin:0 auto;font-size:14px;line-height:24px;font-family:'notokr-regular';background:#464646}
#sh_ft .ft_box{overflow:hidden;width:1200px;margin:0 auto;padding:73px 0 56px 0}
#sh_ft .ft_l{float:left;width:300px}
#sh_ft .ft_l img{width:150px}
#sh_ft .ft_l .sns_box{overflow:hidden;margin-top:34px}
#sh_ft .ft_l .sns_box li{float:left;width:52px;height:52px;margin-right:5px;border-radius:100px;text-align:center;line-height:52px;background:rgba(255,255,255,.1)}
#sh_ft .ft_tit{margin-bottom:29px;font-size:15px;color:#fff;font-weight:600;font-family:'Poppins', sans-serif}
#sh_ft .ft_l .sns_box li a{display:block;font-size:13px;color:rgba(255,255,255,.5)}
#sh_ft .ft_l .sns_box li a.blog{font-size:12px;font-family:'Poppins', sans-serif}
#sh_ft .ft_c{float:left;width:600px;font-size:14px;line-height:24px;color:rgba(255,255,255,.3)}
#sh_ft .ft_r{float:left;width:300px;font-family:'Poppins', sans-serif}
#sh_ft .ft_r .tel{font-size:25px;font-weight:700;color:#6781d3}
#sh_ft .ft_r .fax{margin-top:14px;font-size:14px;line-height:24px;color:rgba(255,255,255,.3)}
#sh_ft .copy{height:55px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:rgba(255,255,255,.4);font-family:'notokr-regular';line-height:55px;background:#464646}
#sh_ft .copy .copy_wrap{position:relative;overflow:hidden;width:1200px;margin:0 auto}
#sh_ft .copy b{font-family:'notokr-medium';font-weight:normal}
#sh_ft .copy span{opacity:0.8;font-family:'notokr-regular'}
#sh_ft .copy .icon{position:absolute;right:0;top:0}
#sh_ft .copy .icon a{margin-left:6px;font-size:14px;color:rgba(255,255,255,.4);font-family:'Poppins', sans-serif}

/*인덱스 영역*/
#index_wrapper{position:relative;z-index:999;width:100%}
#index_wrapper:before{display:block;position:absolute;content:"";width:531px;height:100px;top:318px;left:100px}
#index_wrapper .include{position:relative;width:100%;min-width:1200px;margin:0 auto;padding:0;background:url('/sh_img/index/line_bg.png') repeat-y center}