/*reset.css*/

@font-face {
    font-family: 'NanumSquare';
    font-weight: 300; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquare_acL.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquare_acR.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquare_acB.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquare_acEB.woff2) format('woff2');
    font-display: swap;
}
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('./images/PretendardVariable.woff2') format('woff2-variations');
}

/* 폰트 스타일 적용 */
.f_tit{font-family: 'Pretendard Variable';}


/* 필요없는 요소 display : none; */
#aside{display: none;} /* 사이드 메뉴 */
#top_btn{display: none;} /* go top 버튼*/
.gnb_menu_btn{display: none;}
#popular{display: none;} /* 인기검색어 */
/* css 초기화 */
body{background: none;}
#tnb{border-bottom: none; background: none;}
#tnb li{border-left: none; margin-bottom: 0; font-size: 1em;}
#hd{border-top: none; width: 100%;}
#hd_wrapper{padding: 0;}
@media screen and (max-width:1199px){
#wrapper{width: 100%; min-width: inherit;}
}
.hd_sch_wr{top: 0; margin-left: 0;}
#container_wr{width: 100%;}
#container{margin: 0; width: 100%;}
#logo{padding: 0; float: none;}
#gnb{height: 100%;}
#gnb .gnb_wrap{width: 100%;}
#gnb .gnb_mnal{display: none;}
#gnb #gnb_1dul{background: none; -webkit-box-shadow: none; box-shadow: none; width: 100%;}
#gnb .gnb_1dli{padding: 0;}
#gnb .gnb_1dli:hover{background: none; -webkit-transition: none; transition: none;}
.gnb_1da{color: #444;}
#hd_sch{border: none; background: none; border-radius: 0;}
#hd_sch #sch_stx{padding-left: 0; font-size: 1em;}
#hd_sch #sch_summit{color: #444; background: none; font-size: 1em;}
#ft{border-top: none; background: none; padding-bottom: 0; text-align: left;}
#ft_wr{width: 100%;}
#ft_link{border-bottom: none; padding: 0;}
#ft_link a{padding: 0; line-height: 1em; font-weight: normal;}
#ft_copy{color: #444; font-size: 1em;}
img, iframe, fieldset, frameset, input, select, option, textarea, button{border: 0 none; border-radius: 0;}
ul, ol, li{list-style: none;}
b, strong{font-weight: normal;}
address, i, em{font-style: normal;}
a{text-decoration:none; color: #333;}
a, img, label{display: block;}
p, span, a{-ms-transform: skew(-0.1deg); -webkit-transform: skew(-0.1deg); transform: skew(-0.1deg); word-break: keep-all;}
/* 폰트 설정 */
html, body, table, tr, th, td, input, select, option, textarea, button, label{font: 16px / 24px , sans-serif; color: #000; font-weight: 400;}
h1, h2, h3, h4, h5, h6{font: 16px / 24px; font-weight: normal; color: #000; -ms-transform: skew(-0.1deg); -webkit-transform: skew(-0.1deg); transform: skew(-0.1deg);}
input[type=password]{font-family: sans-serif;}


