@font-face{font-family:Pretendard;font-weight:900;font-display:swap;src:url(./pretendard/Pretendard-Black.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:800;font-display:swap;src:url(./pretendard/Pretendard-ExtraBold.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:700;font-display:swap;src:url(./pretendard/Pretendard-Bold.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:600;font-display:swap;src:url(./pretendard/Pretendard-SemiBold.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:500;font-display:swap;src:url(./pretendard/Pretendard-Medium.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:400;font-display:swap;src:url(./pretendard/Pretendard-Regular.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:300;font-display:swap;src:url(./pretendard/Pretendard-Light.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:200;font-display:swap;src:url(./pretendard/Pretendard-ExtraLight.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:100;font-display:swap;src:url(./pretendard/Pretendard-Thin.woff2) format('woff2'),url(./pretendard/Pretendard-Thin.woff) format('woff')}
[v-cloak] > * { display:none; }
.top {
  height: 60px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.top .top-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.top h1 a ,.top .site-brand a {
  display: flex;
  align-items: end;
  min-width: 0;
  max-width: 100%;
}

.top .site-brand-label {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 8px;
  height: 1.8rem;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  color: black;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}

.top .site-brand-label:before {
  content: "";
  flex: 0 0 auto;
  align-self: stretch;
  height: 100%;
  width: auto;
  aspect-ratio: 154 / 72;
  background-image: url("../img/common/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top .site-brand-text {
  display: inline-flex;
  align-items: end;
  height: 1.6rem;
  font-family: "Noto Sans", Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  min-width: 0;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 중첩 span에 옛 a span:before 규칙이 중복 적용되지 않도록 */
.top .site-brand-text:before,
.top .site-brand-text:after {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.t_link a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  width: 240px;
  height: 30px;
  background-color: #2b2c4a;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.t_link a span {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.t_link a span:after {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background: url("../img/common/ico_arrow.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 7px;
}

.top .info {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
}

.top .info .menu-btn{
  display:none;
}

.top .info .mar {
  margin-right: 15px;
}
.login-btn-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 16px;
}
.login-btn-wrap .split{
  height: 11px;
  width: 1px;
  background-color: #ddd;
  margin: 0 10px;
}
.top .info .eng {
  color: #B4B4B4;
  /* width: 80px;
  height: 30px;
  background-color: rgba(63, 149, 0, 0.95);
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 25px;
  margin-right: 8px; */
}
.top .info .eng:nth-of-type(1) {
  margin-right: 4px;
}
.top .info .eng.active,
.top .info .eng-selected {
  color: #22A374;
  background: #22a3741a;
  padding: 2px 4px;
  border-radius: 4px;
  opacity: 1;
}

.top .info .admin-system {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.top .info .admin-system-icon {
  width: 16px;
  height: 15px;
  object-fit: contain;
  flex-shrink: 0;
}

.top .info .login {
  text-align: center;
  color: #22A374;
  border: 1px solid #22A374;
  background: #22a3741a;
  padding: 4px 10px;
  border-radius: 4px;
  opacity: 1;
  gap: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.top .info .goAme {
  margin-left: 16px;
  min-inline-size: fit-content;
  color: #fff;
  background: #35ABB9;
  padding: 2px 4px;
  border-radius: 4px;
}

.top .info .tsearch {
  width: 28px;
  height: 27px;
}

.top .info .tsearch span {
  display: none;
}

.top .info .tsearch:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/ico_top_search.png") no-repeat 0 0;
}

.ongnb .top .info .tsearch:before {
  background-position: -28px 0;
}

.ongnb .tmenu:before {
  background-color: #000;
}

.ongnb .tmenu:after {
  background-color: #000;
}

.ongnb .tmenu span {
  background-color: #000;
}

.ongnb .top .site-brand-label {
  color: #111;
}

.ongnb .top .site-brand-label:before {
  background-position: center;
}

.top .info .my {
  color: black;
  opacity: 0.6;
  text-align: center;
}

.top .info .my span {
  display: none;
}

/* .top .info .my:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/ico_mypage.png") no-repeat 0 0;
  background-position: -24px 0;
} */

.ongnb .top .info .my:before,
.scrolled .top .info .my:before {
  background-position: -24px 0;
}

.top .info .admin {
  color: black;
  opacity: 0.6;
  text-align: center;
}

.top .info .admin span {
  display: none;
}

/* .top .info .admin:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/ico_control.png") no-repeat 0 0;
  background-position: -23px 0;
} */

.ongnb .top .info .admin:before,
.scrolled .top .info .admin:before {
  background-position: -23px 0;
}

.top .info .ico,
.top .info .time {
  height: 30px;
  width: 70px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.tmenu {
  width: 100%;
}

.tmenu span {
  width: 100%;
  height: 2px;
  background: #fff;
}

.tmenu:before,
.tmenu:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.tmenu span,
.tmenu:before,
.tmenu:after {
  position: absolute;
  left: 0;
}

.tmenu span {
  top: 6px;
}

.tmenu:before {
  top: 14px;
}

.tmenu:after {
  top: 22px;
}

.img-responsive {
  display: block;
  max-width: 100%;
}

.img-center {
  margin: 0 auto;
}

.vc {
  display: table;
  width: 100%;
  height: 100%;
}

.vm {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.no-mar {
  margin-left: 0;
  margin-right: 0;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top_wrapper {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}

.scrolled .header {
  -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 18%);
  box-shadow: 0 0 2px rgb(0 0 0 / 18%);
}

.gnb-container {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.gnb_wrap {
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
  z-index: 1000;
}

.row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-frame {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 0;
  display: none;
}
.menu-frame.active {
  display: flex;
}
.parent-menu {
  font-size: 20px;
  font-weight: 500;
  color: #22A374;
  width: 160px;
}
.child-menu-wrap {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.child-menu-wrap .child-menu {
  display: flex;
  width: 25%;
  justify-content: space-between;
  padding: 4px 16px;
  margin-bottom: 24px;
}
.child-menu a { color: black; font-size: 1.2rem; font-weight: 500;}
.child-menu .goto-btn {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.child-menu .goto-btn::after{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #22A374;
  opacity: 0.08;
  position: absolute;
}

.menu-btn {
  width: 30px;
  height: 30px;
  background: #22A374;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 2px;
}

.row-wrap .gnb { 
  display: flex;
  width: 100%;
  align-items: stretch;
}

.gnb_wrap .container {
  height: 100%;
}

.gnb {
  height: 100%;
  position: relative;
  z-index: 1000;
}

/* flex 사용 시 clearfix 의사요소는 불필요(여분 flex item 방지) */
.gnb:before,
.gnb:after {
  content: none;
  display: none;
}

.gnb .one {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}
.gnb .one.active::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2FA066;
}


.gnb .one .onea {
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  position: relative;
  padding: 16px;
}
.gnb .one .onea.selected {
  border-bottom: 2px solid #2FA066;
}

.gnb .one .onea span {
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.smenu_wrap {
  display: block;
  width: 100%;
}

.smenu {
  overflow: hidden;
}

.smenu li a {
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  padding: 5px 0;
}

.smenu li a:hover {
  color: #3f9500;
  text-decoration: underline;
  font-weight: 500;
}

.total_wrap {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform-origin: bottom;
  height: 0;
  overflow: hidden;
  position: absolute;
  /* left: 0;
  top: 111px; */
  left: 0;
  top: 62px;
  width: 100%;
  z-index: 1001;
  background-color: #fff;
  background-image: url("/images/icon/menuBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1280px) {
  .total_wrap {
    top: 45px;
  }
}

.total {
  overflow: hidden;
  padding: 25px 0;
}

.total .one {
  padding: 0 0;
  float: left;
  width: 16.666666667%;
  text-align: center;
}

.total .one .onea {
  display: block;
  border-bottom: 2px solid #000;
  padding: 8px 0;
  margin-bottom: 15px;
  display: none;
}

.total .one .onea span {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.top_banner {
  opacity: 0;
  visibility: hidden;
  position: relative;
  left: 0;
  top: -120px;
  width: 100%;
  z-index: 1001;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  display: none;
}

.top_banner .todayclose {
  display: flex;
  position: absolute;
  right: 50px;
  bottom: 10px;
  height: 25px;
  -webkit-box-align: center;
  align-items: center;
}

.top_banner .container {
  height: 100%;
  padding: 0;
}

.tb_in {
  height: 100%;
  position: relative;
}

.tb_in .pop_link {
  display: block;
  height: 100%;
}

.tb_in .pop_link img {
  display: block;
  width: 100%;
  height: 100%;
}

.top_banner .t1 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-right: 70px;
}

.top_banner .t2 .t21 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.top_banner .t2 .t22 {
  font-size: 18px;
  color: #22a374;
  font-weight: 400;
}

.tb_close {
  margin-left: 15px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 100%;
}

.tb_close img {
  display: block;
}

.form_check input[type="checkbox"] {
  outline: none;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  display: none;
}

.form_check input[type="checkbox"]:checked+label {
  background-position: 0 0;
}

.form_check label {
  cursor: pointer;
  height: 18px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.form_check input[type="checkbox"]+label:before {
  content: "";
  margin: 0 16px 0 0;
  vertical-align: sub;
  width: 18px;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  background-position: 0 0;
  background-image: url("../img/common/ico_check.png");
}

.form_check input[type="checkbox"]:checked+label:before {
  background-position: -18px 0;
}

.header {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1001;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* .header h1 {position: absolute;left: 50px;top: 0;height: 100%;-webkit-box-align: center;align-items: center;display: flex;} */
/* .header h1 a {width: 254px;height: 36px;display: flex;background-image: url('../img/common/top_logo.png');background-repeat: no-repeat;background-position: 0 0;} */
/* .header h1 span {display: none;} */

.is-topbanner .top_banner {
  opacity: 1;
  visibility: visible;
  top: 0;
  display: block;
}

.is-topbanner .header {
  top: 120px;
}

.is-topbanner .wrapper {}

.is-topbanner .total_wrap {
  top: 220px;
}

.is-topbanner.scrolled .total_wrap {
  top: 100px;
}

.is-topbanner.is-search .search_wrap {
  top: 220px;
}

.is-topbanner.is-search.scrolled .search_wrap {
  top: 100px;
}

.ongnb .header {
  background-color: #fff;
}

.ongnb .total_wrap {
  height: 220px;
  border-bottom: 1px solid #ddd;
}
/* .total_wrap {
  height: 220px;
  border-bottom: 1px solid #ddd;
} */

.ongnb .gnb .one .onea {
  color: #000;
}

.ongnb .header h1 a ,.ongnb .header .site-brand a {
  background-position: -254px 0;
}

.ongnb .gnb_wrap:before {
  background-color: #ddd;
}

.ongnb .t_link a {
  color: #777;
}

.ongnb .tinfo ul li.login a {
  border-color: #777;
}

.ongnb .tinfo ul li.login a span {
  color: #000;
}

.ongnb .tinfo ul li.login a span:before {
  background-position: -12px 0;
}

.ongnb .tinfo ul li.language a {
  border-color: #777;
}

.ongnb .tinfo ul li.language a span {
  color: #000;
}

.ongnb .tinfo ul li.language a span:before {
  background-position: -13px 0;
}

.ongnb .tinfo ul li.tmenu a {
  background-position: -28px 0;
}

.ongnb .tinfo ul li.tsearch a {
  background-position: -27px 0;
}

.scrolled .header {
  background-color: #fff;
}

.is-topbanner.scrolled .header {
  top: 0;
}

.scrolled .gnb .one .onea {
  color: #000;
}

.scrolled .header h1 a ,.scrolled .header .site-brand a {
  background-position: -254px 0;
}

.scrolled .gnb_wrap:before {
  background-color: #ddd;
}

.scrolled .top .site-brand-label:before {
  background-position: center;
}

.scrolled .top .site-brand-label {
  color: #000;
}

.scrolled .t_link a {
  color: #777;
}

.scrolled .tinfo ul li.login a {
  border-color: #777;
}

.scrolled .tinfo ul li.login a span {
  color: #000;
}

.scrolled .tinfo ul li.login a span:before {
  background-position: -12px 0;
}

.scrolled .tinfo ul li.language a {
  border-color: #777;
}

.scrolled .tinfo ul li.language a span {
  color: #000;
}

.scrolled .tinfo ul li.language a span:before {
  background-position: -13px 0;
}

.ongnb .tinfo ul li.tmenu a:before,
.scrolled .tinfo ul li.tmenu a:before {
  background-position: -28px 0;
}

.ongnb .tinfo ul li.tsearch a:before,
.scrolled .tinfo ul li.tsearch a:before {
  background-position: -27px 0;
}

.is-search .header {
  background-color: #fff;
}

.is-search .gnb .one .onea {
  color: #000;
}

.is-search .header h1 a ,.is-search .header .site-brand a {
  background-position: -254px 0;
}

.is-search .gnb_wrap:before {
  background-color: #ddd;
}

.is-search .t_link a {
  color: #777;
}

.is-search .tinfo ul li.login a {
  border-color: #777;
}

.is-search .tinfo ul li.login a span {
  color: #000;
}

.is-search .tinfo ul li.login a span:before {
  background-position: -12px 0;
}

.is-search .tinfo ul li.language a {
  border-color: #777;
}

.is-search .tinfo ul li.language a span {
  color: #000;
}

.is-search .tinfo ul li.language a span:before {
  background-position: -13px 0;
}

.is-search .tinfo ul li.tmenu a:before {
  background-position: -28px 0;
}

.is-search .tinfo ul li.tsearch a {
  background-position: -27px 0;
}

.is-search .tinfo ul li.tsearch a:before {
  background-position: -57px -4px;
  width: 21px;
  height: 19px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}

.tinfo ul li.language>a:hover,
.tinfo ul li.language.active>a,
.tinfo ul li.login>a:hover {
  background-color: #3f9500;
  border-color: #3f9500;
}

.tinfo ul li.language>a:hover span,
.tinfo ul li.language.active>a span,
.tinfo ul li.login>a:hover span {
  color: #fff;
}

.tinfo ul li.login>a:hover span:before,
.tinfo ul li.language.active>a span:before,
.tinfo ul li.language>a:hover span:before {
  background-position: 0 0;
}

.tinfo ul li.language.active a span:before {
  transform: rotate(180deg);
}

.tinfo {
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.tinfo ul {
  height: 38px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.tinfo ul:before {
  display: table;
  content: "";
}

.tinfo ul:after {
  display: table;
  content: "";
  clear: both;
}

.tinfo ul li {
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.tinfo ul li.login {
  margin-right: 10px;
}

.tinfo ul li.language {
  margin-right: 23px;
  position: relative;
}

.tinfo ul li.tmenu {
  margin-right: 27px;
}

.tinfo ul li.login a {
  display: flex;
  width: 98px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.tinfo ul li.login a span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.tinfo ul li.login a span:before {
  content: "";
  display: block;
  background: url("../img/common/ico_man.png") no-repeat 0 0;
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}

.tinfo ul li.language>a {
  display: flex;
  width: 98px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.tinfo ul li.language a span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.tinfo ul li.language a span:before {
  content: "";
  display: block;
  background: url("../img/common/ico_darrow.png") no-repeat 0 0;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 7px;
}

.tinfo ul li.tmenu a {
  display: inline-block;
  width: 28px;
  height: 19px;
  position: relative;
}

.tinfo ul li.tmenu a:before {
  content: "";
  display: block;
  width: 28px;
  height: 19px;
  background: url("../img/common/ico_tmenu.png") no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  margin-top: -10px;
}

.tinfo ul li.tmenu a span {
  display: none;
}

.tinfo ul li.tsearch a {
  display: inline-block;
  width: 27px;
  height: 27px;
  position: relative;
}

.tinfo ul li.tsearch a:before {
  content: "";
  display: block;
  background: url("../img/common/ico_search.png") no-repeat 0 0;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -13px;
}

.tinfo ul li.tsearch a span {
  display: none;
}

.tinfo .language .in {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1005;
  padding: 10px 0;
  display: none;
}

.tinfo .language .in a {
  display: block;
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 500;
  padding: 4px 20px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.tinfo .language .in a.active,
.tinfo .language .in a:hover {
  color: #3f9500;
  font-weight: 600;
}

.tinfo .language.active .in {
  display: block;
}

.tinfo ul li.mypage,
.tinfo ul li.admin {
  margin-right: 10px;
}

.tinfo ul li.mypage a span,
.tinfo ul li.admin a span {
  display: none;
}

.tinfo ul li.mypage a,
.tinfo ul li.admin a {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.tinfo ul li.mypage a {
  background-image: url("../img/common/ico_mypage.png");
  width: 25px;
}

.tinfo ul li.admin a {
  background-image: url("../img/common/ico_control.png");
  width: 23px;
}

.tinfo ul li.tt {
  margin-right: 15px;
}

.time span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding-left: 17px;
  position: relative;
}

.time span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/common/ico_time.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 2px;
  background-position: -14px 0;
}

.ongnb .tinfo ul li.mypage a,
.scrolled .tinfo ul li.mypage a {
  background-position: -25px center;
}

.ongnb .tinfo ul li.admin a,
.scrolled .tinfo ul li.admin a {
  background-position: -23px center;
}

.ongnb .time span:before,
.scrolled .time span:before {
  background-position: -14px 0;
}

.ongnb .time span,
.scrolled .time span {
  color: #000;
}

.footer_wrap {
  padding: 24px 0 40px 0;
  border-top: 1px solid #ddd;
}

.footer_wrap .container {
  max-width: 1280px;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.copy_wrap {
  display: flex;
}

.copy_wrap .logo img {
  width: 250px;
  height: auto;
}

.blink_wrap {
  margin-bottom: 15px;
}

.blink_wrap ul {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.blink_wrap ul li {
  float: left;
  position: relative;
}

.blink_wrap ul li.bar {
  padding-right: 17px;
  margin-right: 16px;
  position: relative;
}

.blink_wrap ul li.bar:after {
  width: 0px;
  height: 18px;
  background-color: #cbcbcb;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

.blink_wrap ul li a {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.blink_wrap ul li a.use-guid {
  font-size: 18px;
  color: #0e6ede;
  font-weight: 600;
}

.copy_txt {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.copy_txt .txt {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  word-break: keep-all;
}

.copy {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
}

.family_wrap {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.family select {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 0 20px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../img/common/ico_down_arrow.png") no-repeat 90% center;
}

.family select::-ms-expand {
  display: none;
}

.copyright {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  /* margin-top: 70px; */
}

.search_wrap {
  height: 200px;
  background-color: #3f9500;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.search_pad {
  padding: 0 100px;
  display: flex;
  align-items: center;
}

.hsearch-btn {
  cursor: Pointer;
  padding: 16px;
  margin-left: 24px;
  border-radius: 10px;
  border: 0;
}

.is-search .search_wrap {
  opacity: 1;
  visibility: visible;
}

.search {
  border-radius: 10px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  -webkit-box-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding-right: 30px;
}

.search .input {
  padding: 0 30px;
  outline: none;
  width: 100%;
  height: 40px;
  border: none;
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.search .sm {
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.gmenu_open {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(63, 149, 0, 0.95); */
  background: rgba(34, 163, 116, 0.95);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.gmenu_open .container {
  height: 100%;
}

.gmenu_open .gmenu_open_in {
  height: 100%;
}

.navigation-visible .gmenu_open {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.gmenu_open_in {
  /* padding-top: 50px; */
}

.gmenu_open_in .tlogo {
  font-size: 46px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 95px;
}

.gmenu_open_in .row.marb {
  margin-bottom: 50px;
}

.gmenu_open .item {
  position: relative;
}

.gmenu_open .item .tit {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}

.gmenu_open .item ul {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.gmenu_open .item ul li a {
  font-size: 1.3rem;
  /* color: #cbddbe; */
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 8px 0;
}

.gmenu_open .item ul li a:hover {
  text-decoration: underline;
}

.tmenu_close {
  /* position: absolute;
  right: 54px;
  top: 42px; */
}

.m_mem_link {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  justify-content: between;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  background-color: rgba(63, 149, 0, 0.95);
}

.m_mem_link .mml {
  display: flex;
  width: 33.333333333%;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
}

.m_mem_link .mml a {
  height: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.m_mem_link .mml.lan a {
  font-size: 13px;
}

.m_mem_link .mml.lan a.bar {
  position: relative;
  padding-right: 10px;
  margin-right: 9px;
}

.m_mem_link .mml.lan a.bar:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 11px;
  margin-top: -6px;
  background-color: #ddd;
}

.m_mem_link a:last-child {
  border-right: none;
}

.subview {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.subview:after {
  content: '';
  background: #22A374;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  top: 13px;
  left: 13px;
  border-radius: 50%;
}

.subview:before {
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  background-image: url("/images/icon/expandMenuIcon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -6px;
}

@media (max-width: 2219px) {
  .gnb_wrap {
    justify-content: center;
  }

  .header h1 ,  .header .site-brand {
    left: 15px;
  }

  .tinfo {
    right: 15px;
  }
}

@media (max-width: 2159px) {
  .h_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .is-search .h_top,
  .scrolled .h_top,
  .ongnb .h_top {
    border-bottom-color: #ddd;
  }

  .h_top_in {
    position: relative;
    height: 60px;
  }

  .gnb_wrap {
  }

  .header h1 ,  .header .site-brand {
    left: 0;
  }

  .tinfo {
    right: 0;
  }

  .is-topbanner .total_wrap {
    top: 230px;
  }

  .is-topbanner.scrolled .total_wrap {
    top: 110px;
  }

  /* .total_wrap {
    top: 110px;
  } */

  .is-topbanner.is-search.scrolled .search_wrap {
    top: 110px;
  }

  .is-topbanner.is-search .search_wrap {
    top: 230px;
  }

  .gnb {
    justify-content: space-between;
  }
}

@media (max-width: 1280px) {
  .menu-btn { margin-right: 8px; }

  .is-topbanner .total_wrap { top: 207px; }
  .smenu li a { font-size: 13px;  }

  .total { padding: 15px 0; }

  .ongnb .total_wrap { height: 207px; }

  .gnb .one .onea { font-size: 14px; padding: 8px; }

  .copy_txt { padding-left: 30px;  }
  .gnb .one { margin-right: 0; }

  .copyright {
    font-size: 12px;
    letter-spacing: -1px;
  }

  .blink_wrap ul li a {
    font-size: 15px;
  }

  .copy {
    font-size: 13px;
  }

  .copy_txt .txt {
    font-size: 13px;
  }

  .is-topbanner.is-search .search_wrap {
    top: 207px;
  }

  .is-topbanner .header {
    top: 95px;
  }
}

@media (max-width: 1199px) {}

@media (min-width: 992px) {
  /* .top h1 {
    position: absolute;
    left: 45%;
  }
  .top .info {
    width: 100%;
    justify-content: flex-end;
  } */
}

@media (max-width: 991px) {

  .h_top {
    border: none;
  }

  .header h1 a ,  .header .site-brand a {
    width: 127px;
    height: 18px;
    -webkit-background-size: 254px auto;
    background-size: 254px auto;
  }

  .tinfo ul li.login a span:before {
    display: none;
  }

  .tinfo ul li.login a span {
    font-size: 13px;
    padding-left: 0;
  }

  .tinfo ul li.login a {
    width: 70px;
    height: 30px;
  }

  .tinfo ul li.language a span:before {
    width: 7px;
    height: 4px;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    top: 7px;
  }

  .scrolled .tinfo ul li.language a span:before {
    background-position: -7px 0;
  }

  .tinfo ul li.language a {
    width: 70px;
    height: 30px;
  }

  .tinfo ul li.language a span {
    padding-right: 15px;
  }

  .tinfo ul li.language a span {
    font-size: 13px;
  }

  .tinfo .language .in a {
    width: 70px;
    height: 25px;
    justify-content: center;
  }

  .tinfo ul li.login {
    margin-right: 5px;
  }

  .tinfo ul li.language {
    margin-right: 15px;
  }

  .tinfo ul li.tmenu {
    margin-right: 15px;
  }

  .search_pad {
    padding: 20px;
    width: 100%;
  }

  .search {
    height: 50px;
  }

  .search .sm {
    height: 30px;
  }

  .search .sm input {
    width: 14px;
  }

  .search .input {
    padding: 0 15px;
    font-size: 13px;
  }

  .search {
    padding-right: 5px;
  }

  .hsearch-btn {
    padding: 8px;
  }

  .is-search .search_wrap {
    height: 100px;
    padding: 15px 0;
  }

  .h_top_in {
    height: 50px;
  }

  .top_banner .t1 {
    font-size: 15px;
    padding-right: 30px;
  }

  .top_banner .t2 .t21 {
    font-size: 15px;
  }

  .top_banner .t2 .t22 {
    font-size: 15px;
  }

  .form_check label {
    font-size: 13px;
  }

  .tb_close {
    margin-left: 10px;
  }

  .top_banner .todayclose {
    width: 162px;
    right: 10px;
  }

  .copy_wrap .logo img {
    width: 220px;
    height: auto;
  }

  .blink_wrap ul li a {
    font-size: 13px;
  }

  .blink_wrap ul li.bar {
    padding-right: 7px;
    margin-right: 6px;
  }

  .blink_wrap ul li.bar:after {
    height: 10px;
    top: 10px;
  }

  .family select {
    font-size: 13px;
    width: 150px;
    height: 30px;
    border-radius: 10px;
    padding: 0 10px;
    -webkit-background-size: 7px auto;
    background-size: 7px auto;
  }

  .copy {
    font-size: 12px;
  }

  .copy_txt .txt {
    font-size: 12px;
  }

  .family_wrap {
    width: 200px;
  }

  .footer_wrap {
    padding: 20px 0;
  }

  .is-topbanner.is-search .search_wrap {
    top: 125px;
  }

  .tinfo ul li.tsearch a {
    -webkit-background-size: 40px auto;
    background-size: 40px auto;
  }

  .is-search .header h1 a ,  .is-search .header .site-brand a {
    background-position: -127px 0;
  }

  .scrolled .header h1 a ,  .scrolled .header .site-brand a {
    background-position: -127px 0;
  }

  .gmenu_open .item .tit {
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 10px;
  }

  .gmenu_open .item .tit:before {
    width: 15px;
  }

  .gmenu_open_in .row.marb {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .gmenu_open .item ul {
    /* padding-left: 25px; */
  }

  .gmenu_open .item ul li a {
    font-size: 14px;
    padding: 4px 0;
  }

  .t_link {
    display: block;
    height: 30px;
    background-color: #2b2c4a;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 10001;
  }

  .t_link span {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
  }

  .t_link span:after {
    content: "";
    display: block;
    width: 9px;
    height: 7px;
    background: url("../img/common/ico_arrow.png") no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 7px;
  }

  .is-topbanner .header {
    top: 74px;
  }

  .tinfo .language .in a {
    padding: 2px 0;
    text-align: center;
    font-size: 13px;
  }

  .tinfo .language .in {
    padding: 5px 0;
    border-radius: 15px;
    top: 37px;
  }
}

@media (max-width: 767px) {
  .header {
    position: relative;
    background: #f5f6f9;
    border-bottom: 1px solid #ddd;
  }

  .top .info .menu-btn{
    display:block;
  }  

  .top .info .mar {
    margin-right: 5px;
  }

  .top .info .login {
    display: none;
  }

  .top .info .eng {
    display: none;
  }

  .top .info .ico,
  .top .info .time {
    display: none;
  }

  .top .info .my:before {
    background-position: -24px 0;
  }

  .top .info .admin:before {
    background-position: -23px 0;
  }

  .top .site-brand-label:before {
    height: 100%;
    width: auto;
    aspect-ratio: 154 / 72;
    background-size: contain;
    background-position: center;
  }

  .top .info .tsearch:before {
    background-position: -28px 0;
  }

  .top_banner .t2 .t21 {
    font-size: 13px;
  }

  .top_banner .t2 .t22 {
    font-size: 13px;
  }

  .top_banner .t1 {
    font-size: 13px;
  }

  .top_banner .todayclose {
    top: auto;
    bottom: 0;
    right: 5px;
    width: auto;
    height: auto;
  }

  .is-topbanner .header {
    top: 0;
  }

  .tb_close img {
    width: 10px;
  }

  .form_check input[type="checkbox"]+label:before {
    width: 9px;
    height: 9px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    margin-bottom: 4px;
  }

  /* 	.tinfo ul li.login,
	.tinfo ul li.language,
	.tinfo ul li.tsearch {display: none;} */
  .tinfo ul li.tmenu {
    margin-right: 0;
  }

  .hs-container {
    width: 500px;
  }

  .location_wrap {
    position: relative;
    margin-bottom: 12px;
  }

  .footer {
    display: block;
  }

  .copy_wrap {
    display: block;
  }

  .footer_wrap {
    padding: 24px 0 40px 0;
  }

  .copy_wrap .logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .copy_wrap .logo img {
    margin: 0 auto;
  }

  .blink_wrap {
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
  }

  .blink_wrap ul {
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;    
  }

  .blink_wrap li {
 
  }  

  .copy_txt {
    padding-left: 0;
    text-align: center;
  }

  .family_wrap {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .copyright {
    margin-top: 24px;
  }

  .gmenu_open_in .row.marb {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gmenu_open_in .row {
    margin-left: 0;
    margin-right: 0;
  }

  .gmenu_open_in .row .col-sm-4 {
    padding: 0;
    max-width: 767px;
    width: 100%;
  }

  .gmenu_open .item ul {
    overflow: hidden;
    height: 0;
  }

  .gmenu_open .container {
    padding: 0;
  }

  .gmenu_open .item {
    border-bottom: 1px solid #ddd;
  }

  .gmenu_open .item .tit {
    margin-bottom: 0;
    display: block;
    padding: 16px;
    font-weight: 500;
    color: black;
    border-bottom: none;
  }

  .gmenu_open .item .tit:before {
    display: none;
  }

  .gmenu_m_back {
    background-color: #fff;
    height: 100%;
  }

  .gmenu_open_in .tlogo {
    display: none;
  }

  .tmenu_close {
    top: 15px;
    right: 15px;
  }

  .tmenu:before,
  .tmenu:after {
    background-color: #000;
  }

  .tmenu span {
    background-color: #000;
  }

  .m_mem_link {
    display: flex;
  }

  .subview {
    display: block;
  }

  .gmenu_open .item {
    /* padding-right: 56px; */
  }

  .gmenu_open .item {
    margin-top: -1px;
  }

  .gmenu_open .item ul {
    padding-left: 0;
    width: 100%;
    /* border-radius:16px;
    margin-left: 16px; */
  }

  .gmenu_open .item ul li a {
    font-size: 15px;
    color: #000000cc;
    padding: 5px 0 5px 16px;
    display: block;
  }

  .gmenu_open .item ul li:first-child {
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }

  .gmenu_open .item ul li:last-child {
    padding-bottom: 10px;
  }

  .gmenu_open .item.active .subview:before {
    background-position: -14px 0;
  }

  .tinfo ul li.mypage,
  .tinfo ul li.admin {
    margin-right: 5px;
  }

  .form_check label {
    font-size: 12px;
  }

  .tb_close {
    margin-left: 5px;
  }

  .header h1 a ,  .header .site-brand a {
    background-position: -127px 0;
  }

  .tinfo ul li.tmenu a:before {
    background-position: -28px 0;
  }
}

.gmenu-header {
  position: relative;
  display: flex;
  padding: 16px;
  justify-content: space-between;
}

.gmenu-lang-wrap {
  display:none;						
}

.gmenu-new-content {
  display:none;
}			

@media (max-width: 768px) { 
  .gmenu-lang-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .lang-icon {
    width: 24px;
    height: 24px;
  }

  .lang-text {
    line-height: 15px;
    font-size: 1rem;
  }
  
  .lang-kor {
    color:white;
    font-weight: 500;
  }

  .lang-eng {
    color:#ffffff99;
    margin-left: 8px;
  }							  

  .tmenu_close .close-icon {
    width: 22px;
    height: 22px;
  }
  
  .gmenu_m_back {
    display: none;
  }

  .gmenu-new-content {
    display:flex;
    flex-direction:column;
    height: 100%;
  }

  .gmenu-btn-area {
    width:100%;
    display: flex;

  }
  .gmenu-btn {
    width:50%;
    display:flex;
    justify-content:center;
    padding: 12px 0;
    color: white;
    border-top: 1px solid #91D1BA;
  }
  .gmenu-btn:not(:last-child) {
    border-right: 1px solid #91D1BA;
  }

  .gmenu-btn a {
    text-decoration: none;  
    color: inherit; 
    font-size:16px;
    font-weight: 500;
  }

  .gmenu-btn:last-child {
    border-left: none;
  }		
  
  .gmenu-area {
    background: white;
    flex: 1;
  }

  .gmenu-item, .gmenu-icon {
    border:none !important;
  }

  .gmenu_open .item {
    border:none !important;
  }
  .gmenu_open .item ul li {
    border:none !important;
    background: #F8F8F8;
  }
}


@media (max-width: 768px) {
  .gnb_wrap { 
    display: none;
  }
  .login-btn-wrap {
    display: none;
  }

  .menu-btn {
    margin-right: 0;
  }

  .top .site-brand-label {
    color: #111;
  }
  .top .site-brand-text {
    font-family: "Noto Sans", Pretendard, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    height: 1.1rem;
    line-height: 1;
  }
  .total_wrap {
    top: 43px;
  }
  .top .info .mar {
    display: none;
  }
}

/* SEO: brand logo may be h1(main) or p.site-brand(sub) */
.top h1.site-brand,
.top .site-brand {
  display: flex;
  align-items: end;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  overflow: hidden;
}

/* SEO page heading: visually hidden (keeps h1 for crawlers/a11y, no layout impact) */
.page-h1,
.seo-lead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
