@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,500,900&display=swap');
/* @import 'fonts.css'; */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css"); */

/* reset.css - 브라우저 스타일 초기화 */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;	border: 0;	padding: 0;	font-size: 100%; vertical-align: middle; 
    /* line-height:150%; */
    background: transparent;
}
/* HTML5 새 요소 초기화 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* 본문 기본 설정, 리스트 블릿 제거, 인용 구문 제거 */
body {
    /* font: 13px/1.5 "Noto Sans KR", "Malgun gothic", arial, Sans-Serief; color: #3A3A3A;  */
}
/*영문설정*/
:lang(en) { font: 13px/1.5 "Noto Sans KR", Helvetica, Verdana, Arial, Sans-Serief; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
hr { display: none; }
a img {border: 0; padding: 0;}
table {width: 100%;border-collapse:collapse;border-spacing: 0;table-layout: fixed;}
th, td {text-align: left; }
caption {display:none;}
label,input,select {font-family: "Noto Sans KR", "Malgun gothic"; vertical-align:middle;border: none;}
input, textarea, select, button{font-size: 13px}
input{padding: 0}
legend {display:none;}

::-moz-selection {background: #1CA971}
::selection {background: #1CA971;color: #fff}
textarea:focus, input:focus, button:focus, a, button, *:focus{outline: none;}
button{border: none;background: none;cursor: pointer;}
.d-none {display: none !important;}
.d-block {display: block !important;}
.zindex9 {z-index: 9;}
p { font-family: 'Pretendard'; color: #2F3444;}
a { text-decoration:none; color:#2F3444; font-family: 'Pretendard'; }
.swiper-pagination-bullet-active { width: 11px !important; height: 11px !important; background-color: #fff !important; }
