@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo.css');

@font-face {
font-family: 'NanumSquareNeo'; 
src:url('../images/main/NanumSquareNeo-eHv.ttf') format('truetype'), 
	url('../images/main/NanumSquareNeo-dEb.ttf') format('truetype'), 
	url('../images/main/NanumSquareNeo-cBd.ttf') format('truetype'),
	url('../images/main/NanumSquareNeo-bRg.ttf') format('truetype'),
	url('../images/main/NanumSquareNeo-aLt.ttf') format('truetype');
}

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    font-family: 'Nanum Gothic','나눔고딕','MalgunGodic','맑은고딕', sans-serif;
    text-decoration: none;
    word-break: keep-all;
    color: #333; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul, li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p{word-break: keep-all;}

.blind, caption{font-size: 0; position: absolute; top: -999999px; visibility: hidden;}
.clearfix:after{display: block; content: ''; clear: both;}

.mt_5{margin-top: 5px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt_30{margin-top: 30px;}
.mt_35{margin-top: 35px;}
.mt_40{margin-top: 40px;}
.mt_45{margin-top: 45px;}
.mt_50{margin-top: 50px;}
.mt_55{margin-top: 55px;}
.mt_60{margin-top: 60px;}
.mt_65{margin-top: 65px;}
.mt_70{margin-top: 70px;}
.mt_75{margin-top: 75px;}
.mt_80{margin-top: 80px;}
.mt_85{margin-top: 85px;}
.mt_90{margin-top: 90px;}
.mt_95{margin-top: 95px;}
.mt_100{margin-top:100px;}
.mt_105{margin-top:105px;}
.mt_110{margin-top:110px;}
.mt_115{margin-top:115px;}
.mt_120{margin-top:120px;}
.mt_125{margin-top:125px;}
.mt_130{margin-top:130px;}
.mt_135{margin-top:135px;}
.mt_140{margin-top:140px;}
.mt_145{margin-top:145px;}
.mt_150{margin-top:150px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_35{margin-bottom:35px;}
.mb_40{margin-bottom:40px;}
.mb_45{margin-bottom:45px;}
.mb_50{margin-bottom:50px;}
.mb_55{margin-bottom:55px;}
.mb_60{margin-bottom:60px;}
.mb_65{margin-bottom:65px;}
.mb_70{margin-bottom:70px;}
.mb_75{margin-bottom:75px;}
.mb_80{margin-bottom:80px;}
.mb_85{margin-bottom:85px;}
.mb_90{margin-bottom:90px;}
.mb_95{margin-bottom:95px;}
.mb_100{margin-bottom:100px;}
