@charset 'utf-8';
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import "bootstrap-grid-system.css";

/* reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/*body { background-color: #fff; font-family: 'Pretendard','Noto Sans KR', 'Malgun Gothic', sans-serif; font-size: 15px; color: #000; line-height: 1.6; }*/
.cont-wrap {
  background-color: #fff;
  font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}
body.hidden {
  overflow: hidden;
}
header,
footer,
nav,
section,
article,
aside {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pretendard", "Noto Sans KR";
}
input,
select,
textarea {
  font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 15px;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
ol,
ul {
  list-style-type: none;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: top;
}
p {
  margin: 1em 0;
}

.wrap {
  max-width: 1560px;
  margin: auto;
}
.sound-only {
  position: absolute;
  left: -9999em;
  top: -9999em;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.cut-txt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* common */
.v_wrap {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.v_wrap.wide {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.sound-only {
  position: absolute;
  left: -9999em;
  top: -9999em;
}

/* header */
#skip a {
  position: fixed;
  display: block;
  left: 0;
  top: -30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #0c4ea2;
  z-index: 200;
  transition: top 0.2s;
}
#skip a:focus {
  top: 0;
}
.top_ad_banner {
  width: 100%;
  padding-bottom: 32px;
}
.top_ad_banner_img {
  height: 188px;
  background: url("../images/ads/pc_top_banner.jpg") center center/contain
    no-repeat;
}
/*header { padding: 45px 0 0 0; border-bottom: 1px solid #000; }*/
.header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.club_manage_tab_menu {
  width: calc(100% - 335px);
  padding: 0 300px;
}
.club_manage_tab_menu.mo {
  display: none;
}
.tab_nav {
  width: 100%;
}
.tab_menu {
  display: flex;
  width: 100%;
  align-items: center;
}
.tab_menu li {
  width: 33.3%;
  text-align: center;
}
.tab_menu li.on {
  position: relative;
}
.tab_menu li.on::after {
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #000;
}
.tab_menu li a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 1em;
  font-weight: 700;
  color: #000;
}
.tab_menu li a img {
  width: 100%;
  padding: 0 25px;
}
.lang_menu {
  position: relative;
  width: 145px;
}
.lang_ico {
  float: left;
  width: 35px;
  margin-right: 10px;
}
.lang_ico img {
  width: 100%;
}
.lang_wrap {
  position: relative;
  float: left;
  width: 100px;
  height: 35px;
  z-index: 1;
}
.lang {
  display: block;
  height: 35px;
  line-height: 2.3em;
  background-color: #fff;
}
.lang-en,
.lang-vi,
.lang-cn,
.lang-th {
  display: none;
  top: 5.8rem;
  opacity: 0;
  transition: all 0.3s;
}
.lang_menu a {
  font-size: 18px;
  font-weight: 500;
}
.lang_btn {
  position: absolute;
  float: right;
  top: 12px;
  right: 8px;
  cursor: pointer;
}
.lang.show {
  display: none;
  opacity: 1;
  transition: all 0.3s;
}
.lang.show:nth-child(1) {
  display: block;
}

/* container */
.promotion_slide {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.swiper-inner-contents {
  display: flex;
  justify-content: space-between;
}

.swiper-inner-contents img {
  width: 100%;
}

.swiper1 .swiper-pagination {
  width: 100px;
  bottom: 70px;
  left: -3px;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1a397c !important;
}

.app_down_btn {
  width: 494px;
  height: 75px;
  margin: auto;
  border-radius: 15px;
  text-align: center;
  background-color: #2429b2;
}
.app_down_btn a {
  line-height: 3em;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
}

/* mobile */
.mo_appdown_banner1 {
  display: none;
}
.mo_appdown_banner2 {
  display: none;
}
.mo_side_menu {
  display: none;
}
.mo_mobile_wrap {
  display: none;
}
/* modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
#myModal1.show,
#myModal2.show,
#myModal3.show,
#myModal4.show,
#myModal5.show {
  display: block;
}
.hide {
  display: none;
}
.mo_top_banner {
  display: none;
}
/* Modal Content/Box */
.modal-content {
  position: fixed;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  margin: auto; /* 15% from the top and centered */
  /* padding: 20px; */
  text-align: center;
  border: 1px solid #888;
  border-radius: 10px;
}
.modal-content img {
  width: 100%;
  cursor: pointer;
  padding-bottom: 20px;
}
.pop_bt img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.modal_txt_wrap {
  padding: 20px 30px;
  text-align: left;
  font-size: 15px;
}
.modal_txt_wrap p.title {
  font-weight: 600;
  font-size: 16px;
}
.popup_close_btn {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 15px;
  margin-bottom: 20px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.modal_close_btn {
  float: right;
  width: 35px;
  height: 35px;
}

/* footer */
#footer {
}
.footer {
  width: 100%;
}
.ft_menu_wrap {
  padding: 25px;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
.ft_menu {
}
.ft_menu li {
  float: left;
  padding: 0 25px;
  font-weight: 400;
}
.ft_menu li a {
  position: relative;
  font-size: 16px;
}
.ft_menu li a:after {
  position: absolute;
  top: 0;
  right: -25px;
  display: block;
  width: 2px;
  height: 20px;
  content: "";
  background: #d5d5d5;
}
.ft_menu li:nth-child(4) a:after {
  display: none;
}
.ft_info_section {
  padding: 40px 0;
  background-color: #103475;
  color: #fff;
}
.ft_info_wrap {
}
.ft_info_left {
  float: left;
  margin-right: 195px;
}
.ft_info_left ul {
  padding: 20px 0;
}
.ft_info_left li {
  margin-bottom: 5px;
}
.ft_company_name {
  font-size: 18px;
}
.ft_info_right {
  float: left;
}
.ft_info_right ul {
  padding: 20px 0;
}
.ft_info_right li {
  margin-bottom: 5px;
}
.ft_font_light {
}

.bg-navy {
  width: 100%;

  flex-shrink: 0;
  background: linear-gradient(270deg, #1a397c 0%, #091a3f 100%);
}

.bg-sky {
  width: 100%;

  flex-shrink: 0;
  background: linear-gradient(270deg, #2badb4 0%, #186baa 100%);
}

.bg-yellow {
  width: 100%;

  flex-shrink: 0;
  background: linear-gradient(270deg, #ffc300 0%, #091a3f 100%);
}

.gap20 {
  gap: 20px;
}
.mr20 {
  margin-right: 20px;
}

.kt-banner {
  position: relative;
  top: 0;
  left: 0;
  background: url("../images/visitKoreaCard/kt-banner/kt-banner-bg@2x.png")
    no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
}

.kt-banner img {
  position: relative;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.sec1 {
  position: relative;
  top: 0;
  left: 0;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../images/visitKoreaCard/bg-1.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
}

.sec1 h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}

.sec1 p {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
}

.sec1 .mainVisualCardImg {
}

.sec1 .vis-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  z-index: 10;
}

.app_down_btn_v2:hover {
  opacity: 0.8;
}

.section-title {
  margin-bottom: 70px;
  color: #282828;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
}

.section-sub-title {
  color: #282828;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 40px;
}

.sec2 {
  background: #f9fafb;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec2 .card-container {
  width: 100%;
  max-width: 1280px;
}

.color-navy {
  color: #1a397c;
}

.vk-card {
  width: 100%;
  height: 400px;
  border-radius: 30px;
  background: #fff;
  padding: 50px 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.vk-card h3 {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}

.vk-card h3 > span {
  color: #1a397c;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3; /* 122.222% */
}

.vk-card p {
  color: #282828;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3; /* 141.667% */
}

.vk-card small {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  display: block;
}

.vk-card .imgCon {
  width: 100%;
  height: 217px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vk-card .imgCon img {
  display: flex;
  justify-content: center;
  max-width: 400px;
}

.sec3 {
  background: #fff;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec3 .vk-img-card .textCon h3 {
  letter-spacing: -1px;
}

.sec3 .vk-img-card .textCon p {
  letter-spacing: -1px;
}

.sec3 .vk-img-card h3 {
  color: #282828;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.sec3 .vk-img-card p {
  color: #282828;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 10px 0 0;
}

.sec4 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f9fafb;
  padding: 100px 100px 0;
}

.sec4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 53%;
  background: url(../images/visitKoreaCard/s4-bg.png) no-repeat;
  background-size: 1400px;
  background-position-y: 50px;
  background-position-x: center;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
}

.sec4 h2 {
  z-index: 10;
}

.sec4 .visual-img-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.sec4 .visual-img-container p {
  position: absolute;
  top: 0;
  left: 53%;
  color: #282828;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}

.sec5 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 100px 0;
}

.sec5 .swiper-content {
  position: relative;
  top: 50px;
  left: 0;
}

.sec5 .swiper-content h3 {
  color: #282828;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 45px;
}

.sec5 .swiper-content .num {
  color: #282828;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sec5 .swiper-content p {
  color: #282828;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.sec6 {
  background: #f9fafb;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec6 .section-title {
  margin-bottom: 15px;
}

.sec6 .card-container {
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 20px;
  max-width: 1280px;
  width: 100%;
}

.sec6 .detail {
  padding-left: 40px;
}

.sec6 .card-container.cld-row [class*="cld-col"] {
  padding: 0;
  margin: 0;
}

.sec6 .card-container img {
  width: 100%;
}

.sec6 h3 {
  color: #282828;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sec6 ul {
  list-style-type: disc;
  padding-left: 25px;
}

.sec6 ul li {
  color: #282828;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  list-style: disc;
}

.appDownloadQrCode {
  margin-bottom: 15px;
}

.download-banner {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}

.download-banner .appDownloadQrCode {
  display: flex;
  justify-content: flex-end;
}

.appDownloadBtns {
  display: flex;
  gap: 20px;
}

.download-banner .vis-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  z-index: 10;
}

.download-banner h1 {
  color: #fff;
  font-family: Pretendard;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
}

/* triple card page */
.main_container .visual_section {
  display: flex;
  align-items: center;
  padding-bottom: unset;
}

/* visit korea card - coko */
.visit-card--coko .sec1::before {
  background: url("../images/visitKoreaCard/cokoCard/bg-1.png") no-repeat;
  background-position: center;
}

.visit-card--coko .sec2 {
  background: #f9f9f9;
}

.visit-card--coko__benefit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  margin: -10px 0;
  font-size: 0;
}

.visit-card--coko__benefit .benefit__item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 40px 50px;
  align-items: center;
  border-radius: 30px;
  background: #fff;
  text-align: left;
}

.visit-card--coko__benefit .benefit__item:nth-child(2n) {
  margin-left: 20px;
}

.visit-card--coko__benefit .benefit__item__info {
  width: 340px;
  padding-right: 10px;
}

.visit-card--coko__benefit .benefit__item__info h3 {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  word-wrap: break-word;
}

.visit-card--coko__benefit .benefit__item__info p {
  margin-top: 20px;
  color: #282828;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  word-wrap: break-word;
}

.visit-card--coko .sec4::before {
  left: 50%;
  background: url("../images/visitKoreaCard/cokoCard/s4-bg.png") no-repeat
    center / cover;
}

/* basic card - heendy */
.basic-card--heendy .sec3 .vk-img-card h3 {
  letter-spacing: -2px;
}

.basic-card--heendy .sec3 .vk-img-card span {
  color: #ff0000;
}

.basic-card--heendy__step {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}

.basic-card--heendy__step .step__cont {
  position: relative;
  padding: 0 40px;
}

.basic-card--heendy__step .step__cont:not(:first-of-type) {
  margin-top: 60px;
}

.basic-card--heendy__step .step__slider {
  overflow: hidden;
}

.basic-card--heendy__step .step__slider__title {
  display: block;
  margin-bottom: 30px;
  color: #282828;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.basic-card--heendy__step .step__slider__slide {
  border: 1px solid #ccc;
}

.basic-card--heendy__step .step__slider__slide img {
  width: 100%;
}

.basic-card--heendy__step .step__cont .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.basic-card--heendy__step .step__cont .swiper-button-next {
  right: 0 !important;
  background-image: url("../images/ads/controler_right.png");
}

.basic-card--heendy__step .step__cont .swiper-button-prev {
  left: 0 !important;
  background-image: url("../images/ads/controler_left.png");
}

.basic-card--heendy__step .step__cont .swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
}

.basic-card--heendy__step .step__cont .swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}

.basic-card--heendy__step .step__cont .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 10px !important;
}

.basic-card--heendy__step .step__cont > .swiper-pagination-bullet-active {
  background: #000;
}

.basic-card--heendy__info {
  padding: 100px 0;
  background: #f9fafb;
}

.basic-card--heendy__info .info__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.basic-card--heendy__info table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.basic-card--heendy__info table:not(:first-of-type) {
  margin-top: 40px;
}

.basic-card--heendy__info table th,
td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.basic-card--heendy__info table th {
  background: #efefef;
  color: #282828;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.basic-card--heendy__info table td {
  color: #282828;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.basic-card--heendy__info table td span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.basic-card--heendy__info .info__tip {
  margin-top: 30px;
  color: #282828;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.basic-card--heendy__download {
  display: block;
  margin: 100px auto 0;
  width: 400px;
}

.basic-card--heendy__download img {
  width: 100%;
  height: auto;
}
