@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

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{width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 
:root{--primary:#cf0010;--black:#111;--k-font:'Pretendard';--e-font:'Philosopher'}

/* =========================== HEADER */
#sh_hd{position:relative;width:100%;min-width:1500px;font-size:15px;font-family:var(--e-font),var(--k-font)}

/* =========================== MAIN  */
#sh_section{position:relative;font-size:15px;font-weight:400;line-height:1.6;color:#666;font-family:var(--e-font),var(--k-font)}
#sh_section .pl{white-space:pre-line;word-break:keep-all}
#sh_section .section_cate{font-size:15px;font-weight:700;color:var(--primary)}
#sh_section .section_h2{font-size:40px;font-weight:700;line-height:1.3;color:var(--black);white-space:pre-line;word-break:keep-all}
#sh_section .section_h3{font-size:22px;font-weight:700;color:var(--black);word-break:keep-all}
#sh_section .section_h3 span{color:var(--primary)}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;min-width:1580px;width:100%}
#sh_content{position:relative;z-index:10;width:100%;max-width:1200px;min-height:600px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{min-width:1580px;line-height:1.6;color:#fff;background:#222;font-family:var(--e-font), var(--k-font)} 
#sh_ft .wrap .flex{display:flex;justify-content:space-between}
#sh_ft .wrap .flex .right{padding-bottom:50px;text-align:right}
#sh_ft .wrap .flex .right .top p{padding-bottom:20px;font-family:(var(--e-font));color:#fff}
#sh_ft .wrap .flex .right .top .address{padding-bottom:90px;font-family:var(--k-font)}
#sh_ft .wrap .ft_mn{display:flex;font-family:var(--k-font)}
#sh_ft .wrap .ft_mn > li+li{margin-left:50px}
#sh_ft .wrap .ft_mn li a{font-size:15px;font-weight:600;font-family:var(--e-font), var(--k-font)}
#sh_ft .wrap .ft_mn li a{color:#fff}
#sh_ft .wrap .ft_mn li ul{margin-top:20px}
#sh_ft .wrap .ft_mn li ul li+li{margin-top:6px}
#sh_ft .wrap .ft_mn li ul a{font-size:15px;color:rgba(255, 255, 255, 0.6);transition:all .3s}
#sh_ft .wrap .ft_mn li ul a:hover{color:rgba(255, 255, 255, 0.9)}
#sh_ft .wrap .ft_mn .link{margin-left:50px}
#sh_ft .wrap .ft_mn .link li:nth-child(1){padding-bottom:20px}
#sh_ft .wrap{padding-top:90px;margin:0 auto;width:91%;font-size:15px;color:rgba(255,255,255,0.6)}
#sh_ft .wrap .copy{display:flex;justify-content:space-between;align-items:center;padding:32px 0 70px 0;border-top:1px solid rgba(255,255,255,0.2)}
#sh_ft .wrap .copy p{font-size:14px;color:rgb(255, 255, 255, 0.7)}
#sh_ft .wrap .copy .adm a{font-size:15px;font-weight:700;color:rgb(255, 255, 255, 0.6);transition:all .3s}
#sh_ft .wrap .copy .adm a+a{margin-left:24px}
#sh_ft .wrap .copy .adm a:hover{color:#fff}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;min-height:280px;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}