@charset "UTF-8";
@import url("/_templates/_common/_asset/_font/pretendard.css");
@import url("/_templates/_common/_asset/_font/remixicon.css");
@import url("/_templates/_common/_asset/_font/xeicon.css");

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('./font/NanumBarunGothicWeb.eot');
 src: url('./font/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('./font/NanumBarunGothicWeb.woff') format('woff'), url('./font/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('./font/NanumBarunGothicWebBold.eot');
 src: url('./font/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('./font/NanumBarunGothicWebBold.woff') format('woff'), url('./font/NanumBarunGothicWebBold.ttf') format('truetype')
}

.nanumbarungothic * {
 font-family: 'NanumBarunGothic', sans-serif;
}


/*-------------------------------------------------
title       : 초기화
Author      : tekim
Create date : 2025-05-19
-------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:hover { text-decoration:none; }
 
html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  COLOR: #222; 
  font-size:11px;
}

body {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
 font-family: 'NanumBarunGothic', 'Noto Sans KR', sans-serif;
  color: #222;
  line-height: 1.5625;
}

header, footer, main, section, article, nav, aside {
  display: block;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

address, em, i {
  font-style: normal;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, legend,
.sr_only, .hidden, .blind, .IR {
  position:absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

#skip_nav {
  position: fixed;
  left: 0;
  top: -1000px;
  width: 100%;
  height: 0;
  z-index: 1000;
  line-height: 0;
  font-size: 0;
}
#skip_nav a {
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active {
  position: absolute;
  left: 0;
  top: 1000px;
  height: 3rem;
  background-color: #20262c;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #fff;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

.mT10 {margin-top: 1rem !important;}
.mT20 {margin-top: 2rem !important;}
.mT30 {margin-top: 3rem !important;}
.mT40 {margin-top: 4rem !important;}
.mT50 {margin-top: 5rem !important;}
.mT60 {margin-top: 6rem !important;}


#contents { max-width:1300px; margin:0 auto;  }
.inner_con { max-width:1300px; margin:0 auto; }
#contents img { max-width:100%; }