@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');font-weight:400;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');font-weight:500;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');font-weight:600;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');font-weight:700;font-style:normal}
@font-face {font-family:'Paperlogy';src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');font-weight:800;font-style:normal}

*{-webkit-text-size-adjust:none}
:root{--main-size:1600px;--brand-color:#ff0263;--k-font:"Paperlogy";--e-font:"Outfit"}
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none} 


/* ========================== HEADER */
#sh_wrapper, #sh_wrapper , #sh_wrapper :before, #sh_wrapper *:after{box-sizing:border-box}
#sh_wrapper{position:relative;width:100%;min-width:1400px}
#sh_hd{position:relative;min-width:var(--main-size);width:100%;font-family:var(--k-font)}

/* ========================== MAIN */
#main_banner{overflow:hidden;min-width:var(--main-size);display:flex;border-top:2px solid #111}

/* ========================== INDEX */
#sh_section{position:relative;min-width:var(--main-size);line-height:1.5;font-family:var(--k-font)}
#sh_section .inner{max-width:var(--main-size);margin:0 auto}
#sh_section h2{margin-bottom:50px;font-size:50px;font-weight:400;white-space:pre-line;line-height:1.2;font-family:var(--e-font)}
#sh_section h2 b{font-weight:700}

/* ========================== SUB */
#sh_sub_wrap{position:relative;font-family:var(--k-font)}

/* ========================== CONTENT */
#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:""}

/* ========================== FOOTER */
#sh_ft{position:relative;min-width:var(--main-size);width:100%;font-size:13px;color:#777;line-height:1.5;font-family:'Paperlogy'} 
#sh_ft .lt_area{padding:20px 0;background:#111}
#sh_ft .ft_link{border-bottom:1px solid #e1e1e1}
#sh_ft .ft_link .inner{display:flex;justify-content:space-between;padding:20px 0}
#sh_ft .ft_link ul{display:flex;gap:30px}
#sh_ft .ft_link ul a{font-size:14px;font-weight:500;cursor:pointer}
#sh_ft .ft_link ul a:hover{text-decoration:underline}
#sh_ft .inner{max-width:var(--main-size);margin:0 auto}
#sh_ft .wrap{padding:50px 0}
#sh_ft .copy_ft{display:flex;justify-content:space-between;margin-top:50px}
#sh_ft .copy_ft a{font-size:12px}
#sh_ft .copy_ft a+a{margin-left:20px}

#sh_ft .lt_area{font-size:14px}
#sh_ft .lt_area p{font-weight:700;color:#fff;font-family:var(--e-font)}
#sh_ft .lt_area .inner{display:flex}
#sh_ft .ft_roll{width:90%}
#sh_ft .ft_roll ul{transition-timing-function: linear}
#sh_ft .ft_roll ul a{color:#fff}

#sh_site_map{width:100%;position:relative;min-height:500px;height:500px auto;margin:0 auto}
.sh_site_map01{width:30%;float:left;margin-right:3%;min-height:200px;height:200px auto}
.sh_site_map_title{font-size:1.4em;color:#515151}
.sh_site_map_title a{color:#515151}
.sh_site_map_line{border-bottom:2px solid #8b8b8b;margin:10px 0}
.sh_site_map_box{width:90%;margin:0 auto;background:#f7f7f7;border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;min-height:80px}
.sh_site_map_txt{font-size:1em;line-height:1.2em;color:#666;font-weight:bold;padding:5px}
.sh_site_map_txt a{color:#666}