@charset "uft-8";

:root {
  /* color */
  --color-red: #ee3e42;
  --color-white: #ffffff;
  --color-yellow: #fbbe28;

  /* size */
  --base-space: 8px;
  --size-button: 60px;
  --size-border: 4px;
  --font-size: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  background-color: #f0f0f0;
}

#container_title {display:none}

/* body {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #000;
} */

.weight-100 {
  font-weight: 100 !important;
}
.weight-200 {
  font-weight: 200 !important;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.weight-800 {
  font-weight: 800 !important;
}
.weight-900 {
  font-weight: 900 !important;
}

.font-150 {
  font-size: 150px !important;
  line-height: 140%;
}
.font-140 {
  font-size: 140px !important;
  line-height: 140%;
}
.font-120 {
  font-size: 120px !important;
  line-height: 140%;
}
.font-100 {
  font-size: 100px !important;
  line-height: 140%;
}
.font-80 {
  font-size: 80px !important;
  line-height: 140%;
}
.font-70 {
  font-size: 70px !important;
  line-height: 140%;
}
.font-65 {
  font-size: 65px !important;
  line-height: 140%;
}
.font-60 {
  font-size: 60px !important;
  line-height: 140%;
}
.font-55 {
  font-size: 55px !important;
  line-height: 140%;
}
.font-50 {
  font-size: 50px !important;
  line-height: 140%;
}
.font-45 {
  font-size: 45px !important;
  line-height: 140%;
}
.font-44 {
  font-size: 44px !important;
  line-height: 140%;
}
.font-42 {
  font-size: 42px !important;
  line-height: 140%;
}
.font-40 {
  font-size: 40px !important;
  line-height: 140%;
  word-break: keep-all;
}
.font-38 {
  font-size: 38px !important;
  line-height: 140%;
  word-break: keep-all;
}
.font-35 {
  font-size: 35px !important;
  line-height: 140%;
  word-break: keep-all;
}
.font-32 {
  font-size: 32px !important;
  line-height: 140%;
  word-break: keep-all;
}
.font-30 {
  font-size: 30px !important;
  line-height: 140%;
  word-break: keep-all;
}
.font-28 {
  font-size: 28px !important;
  line-height: 140%;
  word-break: keep-all;
}
.font-25 {
  font-size: 25px !important;
  line-height: 150%;
  word-break: keep-all;
}
.font-24 {
  font-size: 24px !important;
  line-height: 150%;
  word-break: keep-all;
}
.font-22 {
  font-size: 22px !important;
  line-height: 150%;
  word-break: keep-all;
}
.font-20 {
  font-size: 20px !important;
  line-height: 150%;
  word-break: keep-all;
}
.font-18 {
  font-size: 18px !important;
  line-height: 180%;
  word-break: keep-all;
}
.font-17 {
  font-size: 17px !important;
  line-height: 180%;
  word-break: keep-all;
}
.font-16 {
  font-size: 16px !important;
  line-height: 160%;
  word-break: keep-all;
}
.font-15 {
  font-size: 15px !important;
  line-height: 150%;
  word-break: keep-all;
}
.font-14 {
  font-size: 14px !important;
  line-height: 140%;
  word-break: keep-all;
}
.font-12 {
  font-size: 12px !important;
  line-height: 130%;
  word-break: keep-all;
}
@media screen and (max-width: 1400px) {
  .font-150 {
    font-size: 85px !important;
    line-height: 120%;
  }
  .font-140 {
    font-size: 80px !important;
    line-height: 120%;
  }
  .font-120 {
    font-size: 75px !important;
    line-height: 120%;
  }
  .font-100 {
    font-size: 70px !important;
    line-height: 120%;
  }
  .font-80 {
    font-size: 60px !important;
    line-height: 120%;
  }
  .font-70 {
    font-size: 55px !important;
    line-height: 120%;
  }
  .font-65 {
    font-size: 55px !important;
    line-height: 120%;
  }
  .font-60 {
    font-size: 50px !important;
    line-height: 120%;
  }
  .font-55 {
    font-size: 45px !important;
    line-height: 120%;
  }
  .font-50 {
    font-size: 42px !important;
    line-height: 120%;
  }
  .font-40 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 1200px) {
  .font-150 {
    font-size: 80px !important;
  }
  .font-140 {
    font-size: 70px !important;
  }
  .font-120 {
    font-size: 65px !important;
  }
  .font-100 {
    font-size: 60px !important;
  }
  .font-80 {
    font-size: 55px !important;
  }
  .font-70 {
    font-size: 50px !important;
  }
  .font-65 {
    font-size: 48px !important;
  }
  .font-60 {
    font-size: 45px !important;
  }
  .font-55 {
    font-size: 42px !important;
  }
  .font-50 {
    font-size: 40px !important;
  }
  .font-45 {
    font-size: 38px !important;
  }
  .font-44 {
    font-size: 35px !important;
  }
  .font-42 {
    font-size: 32px !important;
  }
  .font-40 {
    font-size: 30px !important;
  }
  .font-38 {
    font-size: 29px !important;
  }
  .font-35 {
    font-size: 28px !important;
  }
  .font-32 {
    font-size: 27px !important;
  }
  .font-30 {
    font-size: 26px !important;
  }
  .font-28 {
    font-size: 25px !important;
  }
  .font-25 {
    font-size: 24px !important;
  }
  .font-24 {
    font-size: 20px !important;
  }
  .font-22 {
    font-size: 19px !important;
  }
  .font-20 {
    font-size: 19px !important;
  }
  .font-18 {
    font-size: 17px !important;
  }
  .font-17 {
    font-size: 16px !important;
  }
  .font-16 {
    font-size: 15px !important;
  }
  .font-15 {
    font-size: 14px !important;
  }
  .font-14 {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .font-150 {
    font-size: 60px !important;
  }
  .font-140 {
    font-size: 50px !important;
  }
  .font-120 {
    font-size: 45px !important;
  }
  .font-100 {
    font-size: 40px !important;
  }
  .font-80 {
    font-size: 38px !important;
  }
  .font-70 {
    font-size: 35px !important;
  }
  .font-65 {
    font-size: 34px !important;
  }
  .font-60 {
    font-size: 32px !important;
  }
  .font-55 {
    font-size: 30px !important;
  }
  .font-50 {
    font-size: 28px !important;
  }
  .font-45 {
    font-size: 27px !important;
  }
  .font-44 {
    font-size: 26px !important;
  }
  .font-42 {
    font-size: 26px !important;
  }
  .font-40 {
    font-size: 25px !important;
  }
  .font-38 {
    font-size: 24px !important;
  }
  .font-35 {
    font-size: 23px !important;
  }

  .font-30 {
    font-size: 22px !important;
  }
  .font-28 {
    font-size: 20px !important;
  }
  .font-25 {
    font-size: 19px !important;
  }
  .font-24 {
    font-size: 18px !important;
  }
  .font-22 {
    font-size: 17px !important;
  }
  .font-20 {
    font-size: 16px !important;
  }
  .font-18 {
    font-size: 15px !important;
  }
  .font-17 {
    font-size: 15px !important;
  }
  .font-16 {
    font-size: 14px !important;
  }
  .font-15 {
    font-size: 13px !important;
  }
  .font-14 {
    font-size: 12px !important;
  }

  .hd_login li {
    padding-left: 0px;
  }
}
@media screen and (max-width: 400px) {
  .font-150 {
    font-size: 50px !important;
  }
  .font-140 {
    font-size: 45px !important;
  }
  .font-120 {
    font-size: 40px !important;
  }
  .font-100 {
    font-size: 35px !important;
  }
  .font-80 {
    font-size: 32px !important;
  }
  .font-70 {
    font-size: 30px !important;
  }
  .font-65 {
    font-size: 30px !important;
  }
  .font-60 {
    font-size: 29px !important;
  }
  .font-55 {
    font-size: 28px !important;
  }
  .font-50 {
    font-size: 27px !important;
  }
  .font-45 {
    font-size: 26px !important;
  }
  .font-44 {
    font-size: 25px !important;
  }
  .font-42 {
    font-size: 24px !important;
  }
  .font-40 {
    font-size: 23px !important;
  }
  .font-38 {
    font-size: 22px !important;
  }
  .font-35 {
    font-size: 21px !important;
  }
  .font-30 {
    font-size: 20px !important;
  }
  .font-28 {
    font-size: 19px !important;
  }
  .font-25 {
    font-size: 18px !important;
  }
  .font-24 {
    font-size: 17px !important;
  }
  .font-22 {
    font-size: 16px !important;
  }
  .font-20 {
    font-size: 15px !important;
  }
  .font-18 {
    font-size: 13px !important;
  }
  .font-17 {
    font-size: 13px !important;
  }
  .font-16 {
    font-size: 12px !important;
  }
  .font-15 {
    font-size: 12px !important;
  }
  .font-14 {
    font-size: 11px !important;
  }
}

@media (max-width: 479px) {
  html,
  body {
    font-size: 12px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1440px) {
  html,
  body {
    font-size: 16px;
  }
}

.skiptranslate {display:none}
body {top:0  !important;
/* header */
header {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 69px;
  border-bottom: 1px solid #fff;
  transition: background-color 0.3s ease;
}

.t_menu {position: fixed;  width: 100%; height:30px;  left:0; top:0px; z-index: 999; display: flex;  justify-content: center;  border-bottom:1px solid #fff;  transition: background-color 0.3s ease;}
.t_menu ul {width: 100%; max-width: 1400px; display:flex; justify-content: flex-end; }
.t_menu ul a {color:#fff; font-size:14px; margin-left:10px}


header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
}
header nav h1 {
  max-width: 100%;
}

header nav h1  a {display:block}

header nav h1 a > img {
  width: 15rem;
  max-width: 240px;
}

header nav .mainMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 967px;
  height: 100%;
}
header nav .mainMenu > li {
  position: relative;
  height: 100%;
}
header nav .mainMenu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}

header nav .mainMenu li .subMenu {
  position: absolute;
  top: 68px;
  left: 50%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 172px;
  padding: 23px 0;
  transform: translateX(-50%);
  background-color: #fff;
  border-top: 1px solid var(--color-red);
  text-align: center;
  gap: 15px;
}

header nav .mainMenu li .subMenu > li {
}

header nav .mainMenu li .subMenu > li a {
  color: #5e5e5e;
  font-weight: 600;
  letter-spacing: -0.5px;
}
header nav .mainMenu li .subMenu > li a:hover {
  color: var(--color-red);
}
header nav .lang {
  height: 100%;
}
header nav .lang > li {
  position: relative;
  height: 100%;
}
header nav .lang > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: -0.5px;
  gap: 3px;
}
header nav .lang .arrow {
  font-size: 0.5rem;
}
header nav .lang li .langMenu {
  position: absolute;
  top: 69px;
  right: 0;
  display: none; /* 기본적으로 숨김 */
  width: 100px;
  padding: 10px 0;
  background: #fff;
}
header nav .lang li .langMenu li {
  padding: 10px 0;
  text-align: center;
}
header nav .lang li .langMenu li a {
  transition: 0.3s;
  color: #5e5e5e;
  font-weight: 500;
}
header nav .lang li .langMenu li a:hover {
  color: var(--color-red);
}
/* 화살표 회전 효과 (기본: ▼) */
.lang .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* 드롭다운 메뉴 열릴 때 화살표 회전 (▲) */
.lang.active .arrow {
  transform: rotate(180deg);
}

header nav .menuBtn {
  display: none;
}


/* footer */
footer {
  width: 100%;

  background-color: #000;
}
footer .footerWrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding:20px 0px
}

footer .service {
  display: flex;
  width: 100%;
  color: #fff;
}
footer .service dl {
  display: flex;
  align-items: center;
  width: 50%;
  color: #fff;
}
footer .service dl:first-child {
  margin-right: 20px;
}
footer .service dl dt {
  width: 119px;
  height: 30px;
  margin-right: 19px;
  background-color: #4b4b4b;
  border-radius: 15px;
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
}
footer .service dl dd {
  margin-right: 5px;
  letter-spacing: -1px;
}
footer .service dl dd a {
  color: #fff;
}

footer .link {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
footer .link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
  letter-spacing: -0.1px;
  gap: 9px;
}
footer .link ul li {
  color: #fff;
}
footer .link ul li a {
  color: #fff;
}

footer .info {
 background:#000;
  display: flex;
  width: 100%;
  height: 97px;
}
footer .info i {
  display: inline-block;
  width: 152px;
  margin-right: 85px;
}
footer .info .address {
}
footer .info .address span {
  color: #fff;
  letter-spacing: -1.1px;
}
footer .info .address span:nth-child(2) {
  margin-left: 9px;
}
footer .info .address span:nth-child(3) {
  margin-left: 11px;
}
footer .info .copyright {
}
footer .info .copyright p {
  margin-top: 10px;
  color: #5f5f5f;
  letter-spacing: -0.9px;
}
/* footer */

/* quick bnt */
aside {
  position: fixed;
  right: 40px;
  bottom: 40px;
}
/* quick bnt */


/* 반응형 */
@media screen and (max-width: 1700px) {
  aside {
    right: 20px;
    bottom: 20px;
    width: 5rem;
  }
  #fp-nav.left {
    left: 51px !important;
  }
}
@media screen and (max-width: 1590px) {
  #fp-nav.left {
    left: 31px !important;
  }
}
@media screen and (max-width: 1520px) {
  #fp-nav,
  .page-indicator {
    display: none !important;
  }
}

.t_menu ul {padding:5px 0px;}

@media screen and (max-width: 1440px) {
.t_menu ul {padding:5px 20px;}
  header nav {
    padding: 0 20px;
  }
  main section .mainWrap {
    padding: 0 20px;
  }
  .sponsor_swiper {
    padding: 0 20px !important;
  }
  footer .footerWrap {
    padding: 0 20px;
  }
}

/* 타블렛 가로, 노트북 */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  html,
  body {
    font-size: 14px;
  }

  header nav .mainMenu > li > a {
    padding: 0 16px;
  }

  .sponsor_swiper .swiper-button-next {
    right: 10px !important;
  }
  .sponsor_swiper .swiper-button-prev {
    left: 10px !important;
  }

  footer .footerWrap {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  footer .service dl {
    width: 100%;
  }
  footer .service dl dd {
    margin-right: 10px;
  }
  footer .link {
    height: auto;
    padding: 16px 0;
  }
  footer .info {
    height: auto;
    padding: 20px 0;
  }
  footer .info > .footerWrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

/* 모바일 가로, 타블렛 세로 */
@media screen and (max-width: 800px) {
  html,
  body {
    font-size: 12px;
  }

  footer .footerWrap {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  header nav .mainMenu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  header nav .mainMenu,
  header nav .lang {
    display: none;
  }
  header {top:0}
  
  .t_menu  {display:none}
  header nav .mainMenu > li > a {
    color: #5e5e5e;
  }

  header nav .menuBtn {
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height: 3px;
    cursor: pointer;
    background-color: #fff;
    border: none;
  }
  header nav .menuBtn::before {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 30px;
    height: 3px;
    content: "";
    background-color: #fff;
  }
  header nav .menuBtn::after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 3px;
    content: "";
    background-color: #fff;
  }

  .mobileMenu {
    position: fixed;
    top: 0;
    right: -200%;
    z-index: 99;
    width: 80%;
    height: 100vh;
    padding: 30px;
    overflow-y: auto; /* 메뉴 내부 스크롤 가능 */
    transition: 0.3s;
    background: #fff;
  }
  .mobBg {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #00000085;
  }

  .mobileMenu.active {
    right: 0;
  }

  body.overflow-hidden {
    overflow: hidden;
  }
  .mobileMenu > li {
  }
  .mobileMenu > li a {
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .mobileMenu > li > a {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
  }
  .mobileMenu .mobSubMenu {
    display: none;
  }
  .mobileMenu .mobSubMenu > li {
  }
  .mobileMenu .mobSubMenu > li > a {
    transition: 0.3s;
    color: #5e5e5e;
    font-size: 1.4rem;
    line-height: 3.4rem;
  }
  .mobileMenu .mobSubMenu > li > a:hover {
    color: var(--color-red);
  }

  .mobLang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  .mobLang > li {
    color: #ccc;
  }
  .mobLang > li > a {
    color: #5e5e5e;
    font-size: 1rem;
  }

  .mobMenuClose {
    position: absolute;
    right: 31px;
    width: 2px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #000;
  }
  .mobMenuClose::after {
    position: absolute;
    right: 0;
    width: 2px;
    height: 20px;
    transform: rotate(90deg);
    content: "";
    background-color: #000;
  }

  footer {
    padding: 20 0px;
  }

  footer .service dl {
    width: 100%;
  }
  footer .service dl dd a {
    white-space: nowrap;
  }
  footer .link {
    height: auto;
    padding: 16px 0;
  }
  footer .info {
    height: auto;
    padding: 20px 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 776px) {
  footer .info .address {
    margin-top: 12px;
  }
}
@media screen and (max-width: 700px) {
  footer .info .address {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    gap: 6px;
  }
  footer .info .address span {
    margin: 0 !important;
  }
}
/* 모바일 세로 */
@media screen and (max-width: 680px) {
  footer .service .footerWrap {
    flex-direction: row;
  }
  footer .info .address span {
    letter-spacing: -0.5px;
  }
  footer .service {
    height: auto;
    padding: 20px 0;
  }
  footer .service dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  footer .service dl:first-child {
    margin: 0 0 20px 0;
  }
  footer .service dl dd a {
    padding-left: 6px;
    font-size: 1.2rem;
  }

  footer .service dl dd:nth-child(odd) {
    display: none;
  }
}



.swiper-button-prev {
  justify-content: flex-start !important;
  color: #ddd !important;
}
.swiper-button-next {
  justify-content: end !important;
  color: #ddd !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 22px !important;
}


:lang(en).tag {flex-wrap: wrap;}
:lang(en).tag p {margin:5px}
:lang(en) footer .footerWrap {flex-wrap: wrap;}
:lang(en) footer .service dl {width:100%;margin: 5px 0px;}

:lang(ja) footer .footerWrap {flex-wrap: wrap;}
:lang(ja) footer .service dl {width:100%;margin: 5px 0px;}


@media screen and (max-width: 680px) {
:lang(en) footer .footerWrap {flex-wrap: nowrap;}
:lang(en) footer .service dl {width:100%;margin: 5px 0px;}

:lang(ja) footer .footerWrap {flex-wrap: nowrap;}
:lang(ja) footer .service dl {width:100%;margin: 5px 0px;}

}



.sponsor_swiper a img {max-width:175px}

