@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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:#f64718;--k-font:'Pretendard';--e-font:'Poppins'}

/* =========================== HEADER */
#sh_hd{position:relative;width:100%;min-width:1500px;font-family:var(--k-font)}
#sh_hd .top_txt{padding:15px;font-size:30px;font-weight:700;color:#fff;text-align:center;background:#156082}
/* =========================== MAIN  */
#sh_section{position:relative;line-height:1.5;font-family:var(--e-font),var(--k-font)}
#sh_section h2{margin-bottom:30px;font-size:52px;font-weight:700;word-break:keep-all}
#sh_section h3{font-size:38px;font-weight:700;line-height:1.3;word-break:keep-all}
#sh_section .para{font-size:18px;font-weight:500;line-height:1.8;word-break:keep-all}
#sh_section .pl{white-space:pre-line;word-break:keep-all}

/* =========================== CONTAINER */
#sh_container{position:relative;min-width:1500px;width:100%;line-height:1.5}
#sh_content{position:relative;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#sh_ft{min-width:1500px;line-height:1.6;color:#444;background:#f5f5f5;font-family:var(--e-font), var(--k-font)} 
#sh_ft .wrap{padding-top:120px;margin:0 auto;width:95%}
#sh_ft .wrap .top{display:flex;justify-content:space-between;align-items:start;padding-bottom:100px;border-bottom:1px solid rgb(0,0,0, 0.1)}
#sh_ft .wrap .top > div h2{margin-bottom:40px;font-size:14px;font-weight:700;color:#222}
#sh_ft .wrap .top .tel_box .tel_num{font-size:30px;font-weight:700;color:#222}
#sh_ft .wrap .top .logo_wrap{width:17%}
#sh_ft .wrap .top .logo_wrap ul{display:grid;grid-template-columns:repeat(1,1fr);gap:15px;margin-top:33px}
#sh_ft .wrap .top .logo_wrap ul li{width:100%;border-radius:5px;background:rgba(0,0,0, 0.05);text-align:center;transition:0.2s}
#sh_ft .wrap .top .logo_wrap ul li a{display:block;width:100%;height:100%;padding:16px 25px;font-size:16px;font-weight:700;color:#222;text-align:center;cursor:pointer;transition:0.2s;font-family:var(--k-font)}
#sh_ft .wrap .top .logo_wrap ul li:hover{background:#156082}
#sh_ft .wrap .top .logo_wrap ul li:hover a{color:#fff}
#sh_ft .wrap .top .tel_box .day{margin-top:10px;font-size:16px;font-weight:500;color:rgb(0,0,0, 0.6);white-space:pre-line}
#sh_ft .wrap .top .info{width:45%}
#sh_ft .wrap .top .info div{display:flex;font-size:17px;font-weight:500;color:rgb(0,0,0, 0.5)}
#sh_ft .wrap .top .info div+div{margin-top:10px}
#sh_ft .wrap .top .info div span{display:block;width:20%;font-weight:700;color:rgb(0,0,0, 0.8)}
#sh_ft .wrap .copy .c_bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0}
#sh_ft .wrap .copy p{font-size:13px;font-weight:500;color:rgb(0,0,0, 0.6);font-family:var(--e-font),var(--k-font)}
#sh_ft .wrap .copy .adm a{font-size:13px;font-weight:400;color:rgb(0,0,0, 0.6);transition:all .3s}
#sh_ft .wrap .copy .adm a+a{margin-left:30px}
#sh_ft .wrap .copy .adm a:hover{color:#222}
#sh_ft .wrap .c_info{padding:30px 0 15px;font-size:30px;color:#444;font-family:var(--k-font)}
/* 사이트맵 */
#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}