@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=Outfit:wght@100..900&display=swap');

* {-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:var(--k-font), var(--e-font)}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:var(--k-font), var(--e-font)}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none} 
:root{--primary:#CCFF47;--main-size:1300px;--k-font:'pretendard';--e-font:'Outfit'}

/* =========================== HEADER */
#sh_hd{position:absolute;z-index:2;min-width:var(--main-size);width:100%;font-family:var(--k-font), var(--e-font)} 

/* =========================== MAIN */
#sh_section{position:relative;min-width:var(--main-size);font-family:var(--k-font), var(--e-font);font-size:15px;line-height:1.5}
#sh_section .pl{white-space:pre-line;word-break:keep-all}
#sh_section h2{font-size:30px;font-weight:700;color:#111}

/* =========================== CONTAINER */
#sh_container{position:relative;min-width:var(--main-size);font-family:var(--k-font), var(--e-font)}
#sh_container *{word-break:keep-all}
#sh_container .pl{white-space:pre-line}

/* ========================== SNB */
#sh_aside{position:relative;z-index:15;width:100%;font-family:'notokr-medium'}
#sh_aside:after{display:block;content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:1px;background-color:#e1e1e1}

/* ========================== CONTENT */
#sh_content{position:relative;z-index:4;width:1300px;min-height:580px;margin:0 auto;padding:70px;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== FOOTER */
#sh_ft{position:relative;min-width:var(--main-size);padding:100px 0 20px;font-size:16px;font-weight:400;color:#fff;line-height:1.5;background:url('../sh_img/include/inc05/img/inc05_bg.jpg') top;background-size:cover;font-family:var(--e-font),var(--k-font)}
#sh_ft .inner{width:var(--main-size);margin:0 auto}
#sh_ft .flex{display:flex;margin:50px 0 80px}
#sh_ft dl{display:flex}
#sh_ft dl+dl{margin-top:30px}
#sh_ft dl dt{width:100px;font-weight:500}
#sh_ft dl dd{font-size:18px;font-weight:700}
#sh_ft dl dd+dd{margin-left:20px}
#sh_ft .copy{display:flex;align-items:center;justify-content:space-between}
#sh_ft .copy p{font-size:14px;opacity:.5}
#sh_ft .links a{font-size:13px;color:rgba(255,255,255,.3);cursor:pointer;transition:all .3s}
#sh_ft .links a+a{margin-left:10px}
#sh_ft .links a:hover{color:rgba(255,255,255,.5)}
#sh_ft .contact{width:400px;margin-left:250px}
#sh_ft .contact span{font-size:16px;font-weight:700;color:var(--primary)}
#sh_ft .contact p{font-size:35px;font-weight:700}
#sh_ft .contact ul{margin:10px 0 30px;font-weight:400}
#sh_ft .contact ul li+li{margin-top:8px}
#sh_ft .contact div{font-size:13px;font-weight:300;opacity:.5;word-break:keep-all}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;height:260px;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}