@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');



body,
p {

  font-family: 'Pretendard', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* tailwind-custom */
.hidden {
  display: none !important;
}

.text-lg.text-2xl {
  font-size: 1.5rem;
}

.text-3xl.text-5xl {
  font-size: 3rem;
  /* 48px */
}

.image img {
  max-width: 1000px;
  margin: auto 0;
}

.image_resized img {
  width: 100% !important;
}

@media screen and (max-width: 860px) {
  .block.flex {
    display: block;
  }

  .block.grid {
    display: block;
  }

  .text-3xl.text-5xl {
    font-size: 1.875rem;
    /* 48px */
    line-height: 2.25rem;
    /* 36px */
  }

  .text-lg.text-3xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
    /* 28px */
  }

  .text-xl.text-3xl {
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.75rem;
    /* 28px */
  }

  .text-lg.text-2xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
    /* 28px */
  }

  .h-60.h-96 {
    height: 15rem;
  }

  .grid-cols-1.grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-1.grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2.grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mb-5.mb-10 {
    margin-bottom: 1rem;
    /* 16px */
  }

  .mb-20.mb-40 {
    margin-bottom: 5rem;
    /* 80px */
  }

  .w-full.w-1-5.flex {
    width: 100%;
    display: flex;
  }

  .w-full.w-4-5 {
    width: 100%;
  }

  .p-3.p-5 {
    padding: 0.75rem;
    /* 12px */
  }

  .px-5.px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-width-1000.px-5 {
    padding-left: 1.25rem;
    /* 20px */
    padding-right: 1.25rem;
    /* 20px */
  }

  #other_list .px-5 {
    padding-left: 1.25rem;
    /* 20px */
    padding-right: 1.25rem;
    /* 20px */
  }

  .md-mb-5 {
    margin-bottom: 1rem;
    /* 16px */
  }

  .md-px-5 {
    padding-left: 1.25rem !important;
    /* 20px */
    padding-right: 1.25rem !important;
    /* 20px */
  }

  .md-mb-2 {
    margin-bottom: 0.5rem !important;
    /* 8px */
  }

  .md-block {
    display: block !important;
  }

  .md-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md-text-3xl {
    font-size: 1.875rem !important;
    /* 48px */
    line-height: 2.25rem !important;
    /* 36px */
  }

  .md-h-60 {
    height: 15rem !important;
    /* 240px */
  }

  .md-text-xl {
    font-size: 1.25rem !important;
    /* 20px */
    line-height: 1.75rem !important;
    /* 28px */
  }

  .md-text-lg {
    font-size: 1.125rem !important;
    /* 18px */
    line-height: 1.75rem !important;
    /* 28px */
  }

  .md-mb-20 {
    margin-bottom: 5rem !important;
    /* 80px */
  }

  .md-w-full {
    width: 100%;
  }

  .md-gap-2 {
    gap: 0.5rem !important;
    /* 8px */
  }

  .md-h-52 {
    height: 13rem !important;
    /* 208px */
  }

  .md-flex {
    display: flex !important;
  }

  /* other_tab li 모바일에서 한 줄에 2개씩 표시 */
  #other_tab {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
  }

  #other_tab li {
    width: calc(50% - 0.25rem) !important;
    margin-bottom: 0.5rem !important;
  }

  #other_tab li:nth-child(odd) {
    margin-right: 0.5rem !important;
  }

  /* section_1 아이템 모바일에서 한 줄에 한 개씩, 전체 너비 */
  #section_1 {
    display: block !important;
  }

  #section_1 > * {
    width: 100% !important;
    margin-bottom: 1.25rem !important;
  }

  /* other_tab_content 아이템 모바일에서 한 줄에 한 개씩, 전체 너비 */
  #other_tab_content {
    display: block !important;
    width: 100%;
  }

  #other_tab_content > * {
    width: 100% !important;
    margin-bottom: 1.25rem !important;
  }

  .md-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md-h-40 {
    height: 10rem !important;
    /* 160px */
  }

  .md-p-3 {
    padding: 0.75rem !important;
    /* 12px */
  }

  .md-text-base {
    font-size: 1rem !important;
    /* 16px */
    line-height: 1.5rem !important;
    /* 24px */
  }

  .md-text-sm {
    font-size: 0.875rem !important;
    /* 14px */
    line-height: 1.25rem !important;
    /* 20px */
  }

  .pl-5 {
    padding-left: 0;
  }
}

.card-3-box {
  transition: .5s;
}

.card-3-box:hover {
  background-color: #0031b5 !important;
  color: #fff;
}

* {
  box-sizing: border-box;
  font-family: 'Pretendard';
}

.md:flex {
  display: flex;
}

.line-1 {
  font-size: 15px;
  line-height: 1.4 !important;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 濡쒓퀬       댄  */
.logo-title {
  border: 1px solid #fff;
  color: #fff;
  width: fit-content;
  padding: 7px 15px;
  font-size: 18px;
  border-radius: 20px;
}

.logo-title-sel {
  border: 1px solid #fff;
  background: black;
  color: #fff;
  width: fit-content;
  padding: 8px 12px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.logo-title-sel::before {
  content: "\25BC";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;

}

.logo-title-sel ul {
  position: absolute;
  top: 102%;
  left: 0;
  background: #fff;
  color: #333;
  width: 100%;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  max-height: 300px;
  overflow-y: auto;
}

.header-bg-b .logo-title-sel ul {
  color: #393939;
}

.logo-title-sel.active ul {
  opacity: 1;
  visibility: visible;
}

.logo-title-sel ul li {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
}

.logo-title-sel ul li:hover {
  background: black;
  color: #fff;
}

.text-left {
  text-align: left;
}

.category-description {
  font-size: 22px;
}

.sub-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000077;
}

.text-right {
  text-align: right;
}

.h-h-screen {
  height: 50vh;
}

.box-shadow {
  border: 1px solid #d6d6d6;
}

.btn_go_sub_page {
  cursor: pointer;
}

.table_3 {
  width: 100%;
}

.table_3 {
  width: 100%;
  table-layout: fixed;
}

.content-title {
  font-size: 25px;
  letter-spacing: -0.7;
  font-weight: 900;
  margin-bottom: 15px;
}

.table_3 th {
  padding: 15px 0;
  background-color: #e2e2e2;
  font-size: 22px;
}

.table_3 td {
  padding: 15px 0;
  padding: 15px 10px;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  word-break: break-all;
}

.table_3 td p {
  font-size: 18px;
  text-align: center;
  word-break: break-all;
}

.table_3 img {
  display: block;
  margin: 0 auto;
}

.table_3 td strong {
  text-align: center;
  display: block;
  font-size: 18px;
}

/*  ㅻ뜑  듭뀡  ㅽ    */
.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.header-width-1400 {
  width: 1400px;
  margin: 0 auto;
}

.header-width-1300 {
  width: 1300px;
  margin: 0 auto;
}

.header-width-1200 {
  width: 1200px;
  margin: 0 auto;
}

.header-width-1100 {
  width: 1100px;
  margin: 0 auto;
}

.header-width-1000 {
  width: 1000px;
  margin: 0 auto;
}

.header-height-80 {
  height: 80px;
}

.header-height-70 {
  height: 70px;
}

.header-height-60 {
  height: 60px;
}

.header-height-50 {
  height: 50px;
}

.header-bg-b {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease;
}

.header-bg-b.header-scrolled {
  background-color: rgba(0, 0, 0, 1);
}

.header-menu-item {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.header-menu-item:hover {
  color: #f7e969;
}

/* main을 header 아래에 위치시키기 */
#banner {
  padding-top: 0;
}

.position-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.position-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 諛곕꼫 듭뀡 */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.527);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}

/* 紐⑤컮   硫붾돱  ы뵆由  */
.mo-menu-tem-1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  /* border: 1px solid #fff; */
  cursor: pointer;
  display: none;
}

.mo-menu-tem-1 .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.mo-menu-tem-1 .line-1 {
  top: 0;
  left: 0;
}

.mo-menu-tem-1 .line-2 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mo-menu-tem-1 .line-3 {
  bottom: 0;
  left: 0;
}


/*  ы뵆由  css */

/*  곸옄   */
.content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000069;
}

.content-name {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 6;
}

.content-sub-name {
  padding-left: 10px;
  position: relative;
  z-index: 6;
}

.content-hover {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgb(11, 154, 219);
  background: linear-gradient(90deg, rgba(11, 154, 219, 1) 0%, rgba(11, 154, 219, 0.34217436974789917) 100%);
  transition: .5s;
  opacity: 0;
}

.content-more {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  border-radius: 30px;
  bottom: 20px;
  right: 20px;
}

.content-more-span {
  background-color: rgb(11, 154, 219);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-more-span-1 {
  width: 60%;
  height: 3px;
}

.content-more-span-2 {
  height: 60%;
  width: 3px;
}

.content-hover-event:hover .content-hover {
  opacity: 1;
}

.section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-content-title {
  color: #000;
  font-weight: bold;
}

.main-content-title::first-letter {
  color: #002fb4;
}


/* 移대뱶   */
.content-left-box {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}

.content-left-box-2 {
  padding: 15px;
  border: 1px solid #dedede;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
}

.content-left-box-2 > .section-bg {
  margin-top: auto;
}

.content-2-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #00093e;
}

.content-2-text {
  color: #5c5c5c;
  word-break: keep-all;
  margin-bottom: 20px;
}

.content-right-box {
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0031b5;
}

.text-right {
  text-align: right;
}

.content-2-title-2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.content-2-text-2 {
  word-break: keep-all;
  min-height: 3.5rem;
  line-height: 1.4rem;
}

.border-bt-line {
  border-bottom: 1px solid #e0e0e0;
}


/*  쒕툕 섏씠吏   띿뒪   */
.sub-page-title {
  word-break: keep-all;
  width: 100%;
}

.sub-page-sub-title {
  word-break: keep-all;
  width: 100%;
}



.q-color strong {
  color: #6da4f5;
  font-size: 20px !important;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #999;
  color: #999;
  border-radius: 50px;
}

.tab-li {
  font-size: 23px;
  padding: 10px 20px;
  border: 2px solid #999;
  color: #999;
  border-radius: 50px;
}

.tab-li:hover {
  border: 2px solid #1f82d0;
  color: #1f82d0;
}

.tab-li.active {
  border: none;
  background-color: #1f82d0;
  color: #fff;
}

/* .section-content span {
  font-size: 20px;
} */

.section-content {
  font-size: 18px;
  margin-bottom: 10px;
}

.section-content li {
  margin-left: 25px;
  font-size: 17px;
  margin-bottom: 10px;
  word-break: keep-all;
  list-style-type: disc;
}

.section-content p {
  font-size: 18px;
  margin-bottom: 10px;
  word-break: keep-all;
}

footer {
  clear: both;
}

.other-area-h3 {
  font-size: 25px;
  letter-spacing: -0.7;
  font-weight: 900;

}

.other-tab {
  font-size: 18px;
  padding: 16px 15px;
  cursor: pointer;
  position: relative;
  background-color: #ffff;
}

#other_tab {
  width: 150px;
}

#other_tab_content {
  width: calc(100% - 150px);
}

#other_tab_content > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.other-tab.active {
  background-color: #1f82d0;
  color: #fff;
}

.other-tab.active::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #1f82d0;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.other-border {
  border: 1px solid #b2b2b2;
}

.other-text-height {
  height: 105px;
}

/* floating  ы뵆由  踰덊샇 蹂  css */
.floating-1 {
  position: fixed;
  z-index: 999999;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.floating-1 img {
  /* border: 2px solid #1f82d0; */
  border-radius: 50px;
}

.floating-1 li {
  margin-bottom: 15px;
}

.floating-1 li:last-child {
  margin-bottom: 0;
}

.top-btn-1 {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background-color: #1f82d0;
  color: #fff;
  text-align: center;
}

.link-text {
  position: absolute;
  left: -328%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.link-text.active {
  opacity: 1;
  visibility: visible;
}

. {
  text-align: left;
}

.card-type-1-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.one-list {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.one-list>div {
  margin-bottom: 0 !important;
}

/* 諛섏쓳   */
@media screen and (max-width: 1400px) {
  .header-width-1400 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1300px) {
  .header-width-1300 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .header-width-1200 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .header-width-1100 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .header-width-1000 {
    width: 100%;
    margin: 0 auto;
  }

  .mo-menu-tem-1 {
    display: block;
    z-index: 99999;
  }

  .mo-menu-tem-1.active .line {
    transition: .3s;
  }

  .mo-menu-tem-1.active .line-1 {
    top: 50%;
    transform: translateY(-50%) rotate(40deg);
  }

  .mo-menu-tem-1.active .line-2 {
    opacity: 0;
  }

  .mo-menu-tem-1.active .line-3 {
    top: 50%;
    transform: translateY(-50%) rotate(-40deg);
  }

  .menu-div {
    position: unset;
    transform: none;
  }

  .mo-menu-1 {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50vw !important;
    background-color: #000 !important;
    display: block !important;
    padding: 70px 20px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
  }

  .mo-menu-1 li {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .mo-menu-1.active {
    opacity: 1;
    visibility: visible;
  }

}

@media screen and (max-width: 780px) {
  .sub-contents .image {
    float: none;
    width: 100%;
  }

  .sub-contents .image img {
    width: 100%;
  }

  .sub-contents table img {
    width: auto !important;
  }

  .image-style-align-left {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }

  .image-style-align-right {
    margin-bottom: 15px;
    margin-left: 0 !important;
  }

  .tab-li {
    font-size: 1rem;
    padding: 7px 7px;
  }

  .other-tab {
    font-size: 16px;
    padding: 10px 15px;
  }

  .other-tab.active::before {
    display: none;
  }

  .other-text-height {
    height: 80px;
  }

  .table {
    overflow-x: scroll;
    width: 100%;
    display: block !important;
  }

  .table table {
    width: max-content;
  }

  .sub-contents table td {
    width: 250px;
    font-size: 14px;
  }

  .sub-contents .image_resized {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .header-logo {
    width: 130px !important;
  }

  .banner-title {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  .banner-sub-title {
    font-size: 18px !important;
  }

  .sub-page-title {
    font-size: 22px !important;
    margin-bottom: 10px;
  }

  .sub-page-sub-title {
    font-size: 18px !important;
  }

  .logo-title,
  .logo-title-sel {
    /* padding: 7px 10px; */
    font-size: 12px;
  }

  .f-logo {
    width: 120px !important;
  }

  .floating-1 {
    right: 10px;
    bottom: 10px;
    background-color: #ffffff81;
    padding: 10px;

  }

  .floating-1 img {
    width: 35px;
    height: 35px;
  }

  .floating-1 li {
    margin-bottom: 8px;
  }

  .top-btn-1 {
    width: 35px;
    height: 35px;

  }

  .one-list>div {
    display: flex !important;
  }

}

img {
  margin: auto;
}

table td {
	vertical-align: middle;
}