@font-face {
    font-family: 'GangwonEdu Power';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../font/GangwonEduPower.woff2') format('woff2'),
         url('../font/GangwonEduPower.woff') format('woff'),
         url('../font/GangwonEduPower.otf') format('opentype'),
         url('../font/GangwonEduPower.ttf') format('truetype');
}

 @font-face {
  font-family: 'NanumSquareNeo'; /* 폰트 패밀리 이름 */
  src: url('../font/NanumSquareNeo-Regular.woff2') format('woff2'), /* 웹폰트 경로 */
       url('../font/NanumSquareNeo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo-bold';
  src: url('../font/NanumSquareNeo-Bold.woff2') format('woff2'),
       url('../font/NanumSquareNeo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo-extrabold';
  src: url('../font/NanumSquareNeo-ExtraBold.woff2') format('woff2'),
       url('../font/NanumSquareNeo-ExtraBold.woff') format('woff');
  font-weight: bolder;
  font-style: normal;
}
.font_neo_bold{font-family: 'NanumSquareNeo-bold';}
.font_neo_extrabold{font-family: 'NanumSquareNeo-extrabold';}
.font_gw{font-family: 'GangwonEdu Power';}

/* ===== 기본 초기화 ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    line-height: 1.5;
    font-family: 'NanumSquareNeo', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== 링크, 버튼 초기화 ===== */
a {
    color: inherit;
    text-decoration: none;
    display:block; 
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

/* ===== 목록 초기화 ===== */
ul, ol {
    list-style: none;
}

/* ===== 이미지 초기화 ===== */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ===== 폼 요소 초기화 ===== */
input,
textarea,
select {
    font: inherit;
    color: inherit;
    border: none;
    background: none;
    outline: none;
}

textarea {
    resize: none;
}

/* ===== 테이블 초기화 ===== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, legend{display:none;}
fieldset{border:none;}
/* ===== 기타 유틸 ===== */
.hidden {
    display: none !important;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* 다음 지도 */
.root_daum_roughmap .wrap_map,
.root_daum_roughmap_landing{height:100%!important;}

.slick-slide{margin:0;}

.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}