@charset "utf-8";

@font-face{
  font-family: 'LotteMartHappy';
  font-style: normal;
  font-weight: 600;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff') format('woff');
}
@font-face{
  font-family: 'LotteMartHappy';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyBold.woff') format('woff');
}

/* SHINING 독립 사용 */
body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
body.open{overflow:hidden;position:absolute;width:100%;height:100%}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Nanum Gothic'}
input[type=text], input[type=password], textarea{transition:unset}

*{-webkit-text-size-adjust:none}

/* HEADER */
#sh_hd{position:relative;min-width:1735px;z-index:20;background-color:#fff;font-family:'LotteMartHappy'}

/* CONT */
#sh_container{z-index:15;position:relative;min-width:1735px}
#sh_container_wrapper{position:relative;padding:0 0 80px;background-color:#f5f5f5}
#sh_container_wrapper.main{padding:40px 0 80px;background-color:#f5f5f5}
#sh_content{z-index:10;position:relative;width:1280px;min-height:460px;margin:-100px auto 0;padding:40px 60px 50px;border-radius:50px;background-color:#fff}

/* SNB */
#sh_aside{position:relative;z-index:10;width:100%;text-align:center}

/* FOOTER */
#sh_ft{z-index:10;position:relative;min-width:1735px;font-size:14px;line-height:1.8;letter-spacing:-.2px;color:#888;background:#fff;font-family:'notokr-regular'} 
#sh_ft_wrapper{display:flex;width:1280px;margin:0 auto;padding:60px 0}
#sh_ft .ft_logo{width:316px}
#sh_ft .ft_mn{display:flex;margin-bottom:30px}
#sh_ft .ft_mn li+li{margin-left:20px}
#sh_ft .ft_mn li a{font-size:15px;color:#222;font-family:'LotteMartHappy'}
#sh_ft .ft_mn li a:hover{text-decoration:underline}
#sh_ft .sns{display:flex;margin-left:auto}
#sh_ft .sns a{display:inline-block;width:55px;height:55px;border-radius:50%;font-size:15px;text-align:center;line-height:55px;color:#fff;background-color:rgba(136,136,136,.3);transition:all .2s ease-out}
#sh_ft .sns a+a{margin-left:6px}
#sh_ft .sns a .instagram{font-size:17px}
#sh_ft .sns a.blog{font-size:11px;font-family:'notokr-bold'}
#sh_ft .sns a:hover{background-color:rgba(136,136,136,.4)}
#sh_ft .copy{padding:20px 0;border-top:1px solid #e1e1e1}
#sh_ft .copy .inner{display:flex;justify-content: space-between;width:1280px;margin:0 auto;font-family:'LotteMartHappy'}
#sh_ft .copy .icons a{font-size:13px;color:#aaa;letter-spacing:0;transition:all .2s}
#sh_ft .copy .icons a+a{margin-left:12px}
#sh_ft .copy .icons a:hover{color:#555}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map:after{display:block;content:"";visibility:hidden;clear:both}
#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}

#device_change{border:1px solid #666;font-size:3.5em;box-shadow:none}