@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');

:root{--primary:#3182f6;--blue:#2563eb;--dark:#191f28;--dark2:#222;--main-size:1550px;--k-font:'Pretendard';--e-font:'Outfit'}
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{position:relative;z-index:10;width:50%;border:1px solid #666;font-size:3.5em;box-shadow:none} 

#sh_wrapper{color:var(--dark2);background:#f4f4f4;min-width:1800px}
/* =========================== HEADER */
#sh_hd{position:fixed;top:0;left:0;z-index:50;width:100%;min-width:var(--main-size);background:#f4f4f4;font-family:var(--k-font);transition:all .5s}
#sh_hd.on{box-shadow:0 6px 20px rgba(0,0,0,0.08)}
#sh_hd.fixed{height:65px}

/* =========================== MAIN  */
#sh_section{position:relative;line-height:1.5;color:var(--dark2);font-family:var(--e-font),var(--k-font)}
#sh_section .pl{white-space:pre-line}
#sh_section *{word-break:keep-all}

/* 전체 타이틀 */
.all_txt_wrap{text-align:center}
.all_txt_wrap .all_tit{line-height:1.2;font-size:40px;font-weight:700}
.all_txt_wrap .all_tit .color{color:var(--primary)}

/* =========================== CONTAINER */
#sh_container{position:relative;min-width:1800px;width:100%;padding-top:90px;line-height:1.5}
#sh_container .inner{width:var(--main-size);margin:0 auto}
#sh_container #sh_sub_wrap{position:relative}
#sh_content{position:relative;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{padding:110px 0 75px;color:#777}
#sh_ft .inner{width:var(--main-size);margin:0 auto;padding:0 45px 0px 25px}
#sh_ft .f_top{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}
#sh_ft .f_top .f_left .f_logo{line-height:1;font-size:16px;font-weight:700}
#sh_ft .f_top .f_right{display:flex;align-items:center;gap:30px}
#sh_ft .f_top .f_right > li > a{line-height:1;color:#777;font-weight:500;font-size:15px}
#sh_ft .f_bot .address{margin-bottom:35px}
#sh_ft .f_bot .address,#sh_ft .f_bot .copy{font-weight:400;font-size:15px}
#sh_ft .f_bot .copy{margin-bottom:120px}
#sh_ft .f_bot .b_link{display:flex;align-items:center;justify-content:space-between}
#sh_ft .f_bot .sns_list{display:flex;align-items:center;gap:13px}
#sh_ft .f_bot .sns_list > li > a{display:flex;align-items:center;justify-content:center;width:55px;height:55px;border-radius:50%;background:#e3e3e4;color:#777;transition:all .5s}
#sh_ft .f_bot .sns_list > li:hover > a{background:var(--dark)}
#sh_ft .f_bot .adm{display:flex;align-items:center}
#sh_ft .f_bot .adm > li:after{position:relative;top:1px;content:"";display:inline-block;width:1px;height:13px;background:#777;margin:0 10px}
#sh_ft .f_bot .adm > li:last-child::after{display:none}
#sh_ft .f_bot .adm > li > a{color:#777;font-size:14px}

#toTop{opacity:0;cursor:pointer;position:fixed;right:30px;bottom:60px;z-index:50;display:flex;width:55px;height:55px;margin-bottom:-50px;border-radius:50pt;background:var(--primary);transition:all .5s}
#toTop:hover{background:var(--blue)}
#toTop svg{margin:auto;color:#fff}
#toTop.on{opacity:1;margin-bottom:0}

/* 사이트맵 */
#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}