@charset "utf-8";

/* 번역페이지 적용 : S*/
.translated-ltr header {
  margin-top: 40px;
}
html:lang(es).translated-ltr #gnb .m_menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 0 32px;
}
html:lang(es).translated-ltr #gnb .s_menu_bg {
  height: 260px;
}
html:lang(es).translated-ltr #gnb .s_menu {
  min-height: 260px;
  white-space: normal;
}
.translated-ltr .site_bg_txt {
  display: none;
}
.translated-ltr .main_sns_link h3 {
  max-width: 230px;
}
.translated-ltr .compet_info span b,
.translated-ltr .venue_info .main_btxt {
  white-space: normal;
}
/* 번역페이지 적용 : E*/

/* 메인 : S */
/* visual */
.main_quick_warp {
  position: relative;
}
.main_quick_warp::before {
  content: "";
  position: absolute;
  top: -33px;
  left: -23px;
  width: 19%;
  height: 355px;
  background-image: url(../img/index_visual_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.8;
}
.main_notice::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -132px;
  width: 19%;
  height: 355px;
  background-image: url(../img/index_visual_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.8;
}

.main_visual {
  position: relative;
  padding: 170px 0 9% 22%;
}
.main_visual::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 19%;
  height: 110%;
  background-image: url("../img/visual_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.main_visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 39%;
  height: 100%;
  background-image:
    url(../img/visual_right01.png), url(../img/visual_right02.png);
  background-size: 100%, 100%;
  background-position:
    top right,
    bottom -100px right;
  background-repeat: no-repeat;
  background-size: 100%;
}
.visual_txt {
  position: relative;
  z-index: 9;
  max-width: 800px;
  margin-bottom: 70px;
}
.visual_txt p {
  color: #666;
  font-size: 40px;
  font-weight: 600;
}
.visual_txt span {
  color: #000;
  font-size: 65px;
  font-weight: 700;
  line-height: 74px;
}
.compet_info {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  max-width: 610px;
}
.compet_info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.compet_info .compet_img {
  min-width: 58px;
  height: 58px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}
.compet_info .compet_img img {
  transform: translate(10px, 7px);
}
.compet_info li:first-of-type .compet_img img {
  transform: translate(10px, 5px);
}
.compet_info span p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
}
.compet_info span b {
  color: #333;
  font-size: 26px;
  white-space: nowrap;
}

.main_day {
  position: absolute;
  bottom: 50px;
  right: 680px;
  z-index: 99;
}
.main_day_img {
  animation: rotate_image 20s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}
.main_day span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.main_day span strong {
  font-size: 26px;
}

/* 개최지 정보 */
.venue_info {
  position: relative;
  margin-bottom: 120px;
}
.venue_info::before {
  content: "";
  position: absolute;
  left: 160px;
  width: calc(100% - 160px);
  height: 100%;
  background: #eceff5;
  border-radius: 400px 0 0 400px;
}
.venue_info .wrapper {
  position: relative;
  display: flex;
  gap: 7vw;
  padding: 100px 14%;
}
.venue_tit {
  position: relative;
  max-width: 400px;
  margin-top: 160px;
  flex: 0.5;
}
.venue_tit h2 {
  margin-bottom: 24px;
}
.main_btxt {
  color: #3d4baa;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}
.venue_tit a {
  margin-top: 40px;
}

.venue_img {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}
.venue_img > a {
  width: 15.5vw;
  max-width: 298px;
  height: 20vw;
  max-height: 384px;
}
.venue_img a {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
  transition: 1s;
}
.venue_img a.venue_img01 {
  background: url("../img/venue_img01.png") no-repeat center;
  background-size: 100%;
}
.venue_img a.venue_img02 {
  background: url("../img/venue_img02.png") no-repeat center;
  background-size: 100%;
}
.venue_img a.venue_img03 {
  background: url("../img/venue_img03.png") no-repeat center;
  background-size: 100%;
}
.venue_img a.venue_img04 {
  background: url("../img/venue_img04.png") no-repeat center;
  background-size: 100%;
}
.venue_img a:hover {
  background-size: 110%;
}
.venue_img a span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.venue_img > div {
  display: grid;
  gap: 24px;
}
.venue_img > div > a {
  width: 16.3vw;
  max-width: 313px;
  height: 12.2vw;
  max-height: 234px;
}
.venue_img {
}

.venue_txt {
  position: absolute;
  color: #6e81ae;
  font-size: 90px;
  font-weight: 900;
  font-style: italic;
  opacity: 0.12;
}
.venue_txt:first-of-type {
  top: 5px;
  left: 40px;
}
.venue_txt:last-of-type {
  bottom: -20px;
  right: 40px;
}

/* 소식 */
.main_notice {
  position: relative;
  overflow: hidden;
}
.main_notice .wrapper {
  padding-bottom: 40px;
}
.main_notice .wrapper2 {
  padding-bottom: 80px;
}
.main_notice_wrap {
  display: flex;
  gap: 28px;
}
.main_news {
  width: 49%;
  position: relative;
}
.main_news.alert_zone {
  padding: 10px 30px;
  background-color: #e3f8f1;
  border-radius: 16px;
}
.main_news.alert_zone .main_board_btn_more {
  right: 3px;
  top: -3px;
}
.alert_zone .main_news_wrap a picture {
  height: 240px;
}
.main_news.alert_zone .main_news_wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.alert_controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert_control_warp {
  background-color: #fff;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
}
.alert_toggle {
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 15px;
}

.alert_toggle .ico.pause {
  width: 10px;
  height: 10px;
  position: relative;
}
.alert_toggle .ico.pause::before,
.alert_toggle .ico.pause::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #333;
  border-radius: 2px;
}
.alert_toggle .ico.pause::before {
  left: 1px;
}
.alert_toggle .ico.pause::after {
  right: 1px;
}

.alert_toggle .ico.play {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #111;
}
._alert_warp .slick-slide {
  padding: 0 14px; /* 좌우 여백 */
  box-sizing: border-box;
}
.alert_counter {
  margin-right: 8px;
}
.alert_counter .current {
  color: #c72b5f;
  font-weight: bold;
}
.alert_counter .total {
  color: #333;
}
._alert_warp {
  margin: 0 -14px; /* 바깥 여백 보정 */
}

/* 버튼 공통 */
.alert_zone .alert_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 20;
}

/* 왼쪽/오른쪽 위치 */
.alert_zone .alert_prev {
  left: -22px;
}
.alert_zone .alert_next {
  right: -22px;
}

/* 화살표 아이콘 */
.alert_zone .alert_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.alert_zone .alert_prev.alert_arrow::before {
  left: 55%;
}
.alert_zone .alert_next.alert_arrow::before {
  left: 45%;
}
.alert_zone .alert_prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.alert_zone .alert_next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 모바일에서는 바깥으로 튀어나오는 게 부담이면 안쪽으로 */
@media (max-width: 768px) {
  .alert_zone .alert_prev {
    left: 6px;
  }
  .alert_zone .alert_next {
    right: 6px;
  }
}

.main_news.alert_zone .main_news_wrap a {
  display: inline-block;
  /* float: left; */
}
.main_news.alert_zone .notice_tit {
  /* padding-top: 10px; */
  position: relative;
}
.main_news.alert_zone .notice_tit h2 {
  font-size: 20px;
  padding-bottom: 5px;
}
.main_sns {
  width: calc(33% - 50px);
}
.main_list_board {
  width: 49%;
}

.notice_tit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.notice_tit h2 {
  font-size: 24px;
}
.main_news_wrap {
  display: flex;
  gap: 10px;
}
.main_news_wrap a {
  position: relative;
}
.main_news_wrap > a {
  width: 49%;
}
.main_news_wrap > a::before {
  /* content: ""; */
  /* position: absolute;
  top: -36px;
  right: -25px;
  z-index: -1;
  width: 80px;
  height: 80px;
  background: #efef55;
  border-radius: 50px; */
}
.main_news_wrap a picture {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
  position: relative;
}
.main_news_wrap a picture span {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 16px;
  padding: 5px 24px;
  z-index: 6;
  border-radius: 15px;
}
._news .main_news_wrap a picture span {
  background-color: #c72b5f;
}
._sns .main_news_wrap a picture span {
  background-color: #3a66cd;
}

.main_news_wrap a picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_news_wrap a:hover picture img {
  transform: scale(1.1);
  transition: 1s;
}
.main_news_desc {
  margin-top: 14px;
}
.main_news_desc b {
  display: block;
  max-width: 400px;
  color: #333;
  font-size: 20px;
  overflow: hidden;
  white-space: initial;
  text-overflow: ellipsis;
}
.main_news_wrap a:hover b {
  color: #3d4baa;
}
.main_news_desc span {
  /* display: inline-block; */
  display: none;
  margin-top: 8px;
  color: #777;
  font-size: 18px;
}

.main_news_wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(55% - 30px);
}
.main_news_wrap ul li {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.main_news_wrap ul li a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 10px 0;
  color: #333;
}
.main_news_wrap ul li:first-of-type a {
  padding-top: 0;
}
.main_news_wrap ul li a:hover span {
  color: #3d4baa;
}
.main_news_wrap ul li a span {
  display: inline-block;
  width: 78%;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_news_wrap ul li a span.no_list {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.main_news_wrap ul li a em {
  color: #777;
  font-size: 16px;
  white-space: nowrap;
}
.main_list_board {
  position: relative;
}

.main_list_board ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.main_list_board ul.main-board {
  display: none;
}

.main_list_board ul.main-board.on {
  display: flex;
}

.main_list_board ul li {
  width: 100%;
  /* padding: 15px; */
  border-radius: 8px;
  border: 1px solid #eee;
  transition: all 0.3s;
}
.main_list_board ul li > a {
  padding: 15px;
}
.main_list_board ul li:hover {
  background-color: #eee;
}
.main_list_board li > a > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 제목 */
.main_list_board li > a > span p {
  margin: 0;
  flex: 1; /* 남은 공간 차지 */
  text-align: left;
  color: #333;
  font-size: 18px;
  /* 👇 추가 */
  white-space: nowrap; /* 줄바꿈 금지 */
  overflow: hidden; /* 넘치는 내용 숨김 */
  text-overflow: ellipsis; /* ... 표시 */
}

/* 날짜 */
.main_list_board li > a > span em {
  margin-left: 20px;
  white-space: nowrap; /* 줄바꿈 방지 */
  font-size: 18px;
  color: #666;
  width: 100px;
  text-align: center;
}

.main_sns_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.main_sns_wrap a {
  display: flex;
  align-items: center;
}
.main_sns_wrap a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-right: 30px;
  background: #b8b8b8;
}
.main_sns_wrap a span {
  margin-left: 12px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.main_sns_wrap a:hover span.naver {
  color: #097f0c;
}
.main_sns_wrap a:hover span.instagram {
  color: #d40c5b;
}
.main_sns_wrap a:hover span.youtube {
  color: #cb0e0e;
}
.main_sns_wrap a:hover span.facebook {
  color: #1b3179;
}
.main_sns_wrap a:hover span.twiter {
  color: #000;
}

/* 조직위원회 */
.org_comm {
  position: relative;
  padding: 2.3vw 0;

  color: #fff;
  background: url("../img/org_comm_bg.png") no-repeat center;
  background-size: cover;
}
.org_comm .wrapper {
  z-index: 8;
}
.org_comm .wrapper::before {
  content: "";
  position: absolute;
  bottom: -104px;
  left: 0;
  width: 14%;
  height: 338px;
  background: #b62e49;
}

.org_comm_tit {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.org_comm_tit h2 {
  color: #fff;
  white-space: nowrap;
}
.org_comm_tit span {
  font-size: 22px;
  display: block;
  text-align: center;
}

.org_comm_wrap {
  position: relative;
}

.org_comm_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10%;
  height: 301px;
  padding: 24px 0 90px 0;
}
.org_comm_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 74vw;
  max-width: 1421px;
  height: 100%;
  background: url("../img/org_comm_box.png") no-repeat center;
  background-size: 100%;
}
.org_comm_link a {
  z-index: 9999;
  display: grid;
  justify-items: center;
  max-width: 75px;
}
.org_comm_link a span {
  max-width: 100px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
}
.org_comm_link a:hover span {
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
  transition: 0.2s;
}

.org_comm_host {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 280px;
  padding: 2vw 100px 0 0px;
  background-color: rgba(182, 46, 70, 0.7);
  border-left: 1px solid #c86277;
  border-radius: 0 200px 0 0;
  z-index: 5;
  /* opacity: 0.9; */
  transition: all 0.3s;
}
.org_comm_host:hover {
  background-color: rgba(182, 46, 70, 1);
}
.org_comm_host li {
  margin-top: 12%;
}
.org_comm_host li span {
  float: left;
  padding-left: 16px;
  border-left: 5px solid #fff;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.org_comm_host li em {
  display: inline-block;
  margin-left: 32px;
}
.org_comm_host li em img {
  display: block;
  width: 7.5vw;
  max-width: 144px;
  margin-bottom: 16px;

  opacity: 0.95;
  filter: brightness(0.9);
  transition:
    opacity 0.3s ease,
    filter 0.3s ease,
    transform 0.3s ease;
}
.org_comm_host li em a:hover img {
  opacity: 1;
  filter: brightness(1.1);
  transform: translateY(0px);
}
.org_comm_host li:last-of-type em img {
  margin-bottom: 0;
}

/* 관련 사이트 */
.link_site {
  z-index: 8;
  position: relative;
  padding: 15px 0;
  background: #fff;
  border-top: 1px solid #ddd;
}
.link_site .wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}
.translated-ltr .link_site h4 {
  white-space: nowrap;
}

.family_btn_wrap {
  display: flex;
  gap: 10px;
}
.family_btn_wrap button {
  font-size: 16px;
  opacity: 0.7;
}
.family_btn_wrap button:hover {
  opacity: 1;
}
.family_btn_wrap button i {
  color: #333;
}

.link_site .swiper a {
  opacity: 0.8;
}
.link_site .swiper a:hover {
  opacity: 1;
}
.link_site .swiper {
  width: calc(100% - 214px);
}
.link_site .swiper .swiper-slide a img {
  width: 100%;
}

/* 사이트맵 */
.sitemap_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
body.hidden {
  overflow: hidden;
}

.sitemap_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  /* height: calc(100% - 100px); */
  height: 100vh;
  background: #f4f4f4;
  z-index: 9999;
}
.sitemap_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 202px;
  height: 176px;
  background: url("../img/sitemap_bg01.png") no-repeat;
  background-size: 100%;
}
.sitemap_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 222px;
  height: 150px;
  background: url("../img/sitemap_bg02.png") no-repeat;
  background-size: 100%;
}
/*.sitemap_box { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: flex-start; gap: 24px; margin-bottom: 40px; }*/
.sitemap_box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.sitemap_box li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.sitemap_box li h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  color: #fff;
  background: #334376;
  border-radius: 10px 10px 0 0;
  font-size: 21px;
}
.sitemap_box li p {
  /* padding: 10px 0; */
  border-radius: 0 0 10px 10px;
}
.sitemap_box li p a {
  padding: 10px 20px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
.sitemap_box li p a:hover {
  color: #3154a4;
  background: rgba(142, 172, 229, 0.2);
  font-weight: 600;
}

.sitemap_wrap .h_link_btn {
  display: none;
}

/* .sitemap_box .sitemap_registration h4 { background: #c92344; } */

.site_bg_txt {
  float: right;
  color: #e8e8e8;
  font-size: 85px;
  font-weight: 700;
  font-style: italic;
}
.site_bg_img {
  position: absolute;
  right: -12%;
  bottom: 0;
}

/* 후원사 */
.partners {
  margin-bottom: 130px;
}
.partners_cont {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.partners_cont > li {
  height: 84px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
  border: 1px solid #e5e5e5;
  transition: 0.1s;
}
.partners_cont > li:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 15px rgba(0 0 0 / 10%);
}
.partners_cont > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.partners_tit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.partners_tit:after {
  display: inline-block;
  width: calc(100% - 585px);
  height: 1px;
  margin: 8px 0 8px 8px;
  background: #d3d3d3;
  vertical-align: top;
  content: "";
}

/* 메인 : E */

/* sub : S */
/* 검색 결과 : S */
.search_result_top {
  padding: 80px 0 80px;
  background: #f4f4f4;
  text-align: center;
}
.search_result_top h2 {
  margin-bottom: 20px;
}
.search_result_top p {
  margin-top: 40px;
  color: #333;
  font-size: 20px;
}
.search_result_top p b {
  color: #003bab;
}

.search_result_top .h_search {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.search_result_top .h_search input {
  width: 100%;
  height: 60px;
  padding: 0 60px 0 32px;
  background: #fff;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}
.search_result_top .h_search a {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 20px;
}
.search_result_top .h_search a:hover {
  color: #d03252;
}
.search_result_top button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.search_result_box {
  margin-bottom: 40px;
}
.search_result_box:last-of-type {
  margin-bottom: 0;
}
.search_result_wrap {
  padding: 60px 0 80px;
}
.search_result_wrap .tbl_top span {
  max-width: 80%;
  font-size: 22px;
}

.search_result_list {
  border-top: 2px solid #333;
}
.search_result_list .list_none {
  padding: 32px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.search_result_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.search_result_list a:hover {
  background: #fafafb;
  text-decoration: underline;
}
.search_result_list a span {
  overflow: hidden;
  max-width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_result_list a span i {
  display: inline-block;
  margin-right: 16px;
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-style: normal;
  border-radius: 5px;
  background: #fff;
}
.search_result_list a b {
  color: #003bab;
}
.search_result_list a em {
  color: #777;
  white-space: nowrap;
}
/* 검색 결과 : E */

/* 대회소개 : S */
/* 대회정보 - 개요 */
.about_summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.about_summary picture {
  overflow: hidden;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}
.about_summary picture img {
  max-width: 366px;
}
.poster-pagination {
  margin-bottom: 14px;
  text-align: center;
}
.swiper .swiper-pagination-bullet-active {
  background: #d03252;
}

.summary_cont {
  width: 100%;
  flex: 1;
}
.summary_cont > span {
  font-size: 17px;
  line-height: 24px;
}
.summary_cont h3 {
  margin-bottom: 16px;
}
.summary_cont .tbl03 li span {
  min-width: 90px;
}
.translated-ltr .summary_cont .tbl03 li span {
  min-width: 160px;
}

.mass_character {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #eceff5;
}
.mass_box {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 20%);
}
.mass_box picture {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 300px;
}
.mass_box picture img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.mass_character_txt {
  position: relative;
  padding: 36px 20px 20px;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.mass_character_txt strong {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  color: #fff;
  background: #d03252;
  border-radius: 23px;
  font-size: 20px;
  line-height: 46px;
}

/* 대회정보 - 비전 */
.vision_target_wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.vision_target_wrap::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
  height: 685px;
  background: url("../img/vision_direc_bg.png") no-repeat center;
  background-size: 100%;
}
.vision_target {
}
.vision_target p {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  font-size: 22px;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 20%);
}
.vision_target p span {
  width: 180px;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  line-height: 72px;
}
.vision_target p span.red {
  background: #d03252;
}
.vision_target p span.blue {
  background: #334376;
}
.vision_target p em {
  width: 100%;
  padding: 0 40px 0 16px;
  color: #333;
  text-align: center;
}
.vision_target p em b {
}

.vision_direc {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
  margin-top: 30px;
}
.vision_direc::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.vision_direc li {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  aspect-ratio: 1 / 1;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-align: center;
}
.translated-ltr .vision_direc li {
  border-radius: 10px;
}
.vision_direc li img {
  margin-bottom: 20px;
}
.vision_direc li h4 {
  width: 100%;
  margin-bottom: 8px;
}
.vision_direc li p {
  color: #555;
  font-size: 18px;
  line-height: 24px;
}

/* 대회정보 - 경기장소개 */
.mass_list {
  padding: 24px;
}
.mass_list h5 {
  margin-bottom: 12px;
}
.mass_list ul > li {
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: 60px 1fr;
  align-items: center;
  font-size: 17px;
}
.translated-ltr .mass_list ul > li {
  grid-template-columns: 100px 1fr;
}
.mass_list ul > li:last-of-type {
  margin-bottom: 0;
}
.mass_list ul > li span {
  margin-right: 12px;
  padding-right: 16px;
  color: #333;
  border-right: 1px solid #ddd;
  font-weight: 600;
  line-height: 1;
}
.mass_list ul > li em {
  line-height: 22px;
}

/* 대회정보 - 종목별정보 */
.event_tit {
  margin-bottom: 16px;
}
.event_tit h3 {
  margin-bottom: 10px;
}
.event_tit p {
  font-size: 18px;
}

.event_tbl tr td:last-of-type {
  text-align: left;
}
.event_tbl tbody td:first-of-type {
  min-width: 130px;
}

.day_schedule {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

/* 대회정보 - 종목별정보 */
.symbol_box {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 20%);
}
.symbol_box_l {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/symbol_bg.png");
}
.symbol_box_l img {
  max-width: 70%;
}
.symbol_box_l.slogan img {
  max-width: 55%;
}
.symbol_box_r {
  padding: 32px 40px;
  background: #f0f2f7;
}
.symbol_box_r h5 {
  margin-bottom: 5px;
}
.symbol_info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.symbol_info li {
  display: flex;
  align-items: center;
  padding-right: 16px;
  font-size: 18px;
  border-right: 1px solid #ccc;
}
.symbol_info li:last-of-type {
  border-right: 0;
}
.symbol_info li em {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: #dc143c;
  border-radius: 3px;
}
.symbol_info li b {
  margin-right: 8px;
  color: #333;
  font-weight: 600;
}
.symbol_info li span {
}
.symbol_box_list {
  padding-left: 20px;
}
.symbol_box_list li {
  color: #555;
  font-size: 18px;
  line-height: 30px;
  list-style: disc;
}

.mascot_detail {
  margin-top: 32px;
}
.mascot_detail .cont_box > li p {
  height: 100%;
}
.mascot_detail .cont_box > li picture img {
  max-width: 70%;
}

/* 경기일정 */
.information_area {
  margin: 30px 0;
}
.information_area p {
  color: #777;
  font-size: 17px;
  line-height: 22px;
}
.information_area p:first-of-type {
  margin-bottom: 10px;
}
.information_area b {
  color: #555;
  font-weight: 600;
}
.schedule_table thead th,
.schedule_table tbody td {
  padding: 10px;
}

/* 참가신청 */
.sub_visual.registration_page .visual_info p strong {
  color: #fd8aa0;
}
.registration .sub_tit {
  margin-bottom: 16px;
}
.sub_tit_wrap .info_txt {
  margin-top: 8px;
}
.sub_tit_wrap.type02 {
  justify-content: flex-start;
  align-items: center;
}
.sub_tit_wrap.type02 .sub_tit {
  margin-bottom: 0;
}
.sub_tit_wrap.type02 .sub_tit::after {
  margin: 0 20px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #d6d6d6;
}
.sub_tit_wrap.type02 span {
  color: #333;
  font-size: 19px;
  font-weight: 500;
}
.red_info_text,
p.red_info_text {
  color: #d1525b;
  font-size: 17px;
  line-height: 24px;
}
.red_text {
  color: #d1525b;
}
.regi_date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.info_content p {
  margin-bottom: 14px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.info_content a {
  display: inline-block;
  color: #1e3890;
  font-weight: 500;
}
.info_content a:hover {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
  font-weight: 500;
}

.info_content b {
  font-weight: 600;
}
.info_content .text _box {
  margin-bottom: 14px;
}
.info_content .main_text {
  margin-bottom: 6px;
}
.info_content .sub_text {
  margin: 0 0 4px 14px;
}
.icon_cont_box {
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 12%);
  border: 1px solid #e5e5e5;
}
.icon_cont_box picture {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
}
.icon_cont_box .cont_box_wrap {
  height: 100%;
  padding: 26px 20px;
  background: #f4f6f8;
  text-align: center;
}
.icon_cont_box .cont_box_wrap h5 {
  font-size: 19px;
}
.icon_cont_box .cont_box_wrap p {
  color: #555;
  font-size: 17px;
  line-height: 22px;
}

.primary.btn {
  padding: 15px 60px;
  font-size: 20px;
}

.tbl01.group_table thead {
  background: #eff0f2;
}
.tbl01.group_table .group_title {
  background: #fafafa;
}
.tbl01 .text_img img {
  height: 21px;
}
.tbl01 p.text_img img {
  height: 20px;
}

.tbl01 .domestic_toggle_box td {
  height: 84px;
  padding: 28px;
  background: #f8f8f8;
  text-align: center;
  color: #777;
  font-size: 18px;
  border-bottom: none;
}
.tbl01 .domestic_toggle_box td br {
  display: none;
}
.tbl01 .domestic_toggle_box td b {
  font-weight: 600;
}
.tbl01 .domestic_toggle_box i {
  margin-right: 2px;
  color: #b8b8b8;
  font-size: 17px;
}
.underline_btn {
  color: #1e3890;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
  font-size: 17px;
  vertical-align: text-top;
}

/* .domestic_row { opacity: 0; } */
.registration_table {
  border-bottom: 1px solid #ddd;
}
.registration_table .domestic_row td {
  height: 84px;
  border-bottom: none;
}
.registration_fee_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 800px;
  max-width: 50%;
}
.registration_fee_popup .popup_body {
  padding: 16px;
}
.registration_fee_popup .registration_table thead th {
  padding: 12px 16px;
}

/* 대회사진 */
.gallery_wrap {
  position: relative;
  margin-top: 80px;
  margin-bottom: 100px;
}
.gallery_wrap::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 94%;
  height: 80%;
  background: #f7f7f7;
  border-radius: 0 220px 0 0;
}
.gallery_wrap.wrapper {
  z-index: 8;
}

.gallery_top {
  margin-bottom: 72px;
}
.gallery_top p {
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: auto 1fr;
  position: relative;
  margin-bottom: 16px;
  color: #333;
  font-size: 36px;
}
.gallery_top p::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -12px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: #efef55;
  border-radius: 30px;
}
.gallery_top p em {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.gallery_top > span {
  color: #3d4baa;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.gallery_img_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.gallery_img_wrap a {
  position: relative;
  overflow: hidden;
  height: 280px;
  background: #062154;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.gallery_img_wrap a:nth-of-type(3n-1) {
  margin-top: -24px;
}
.gallery_img_wrap a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_img_wrap a:hover > img {
  opacity: 0.4;
  transition: 0.2s;
}
.gallery_img_wrap a span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery_img_wrap a:hover span {
  display: block;
}
.gallery_img_wrap a:hover span img {
  opacity: 1;
}

.pop_photo_info {
  display: block;
  text-align: right;
  margin: 14px 0 -10px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
.pop_photo_info b {
  color: #555;
  font-size: 19px;
  font-weight: 600;
}

/* 대회소개 : E */

/* 핸드북 */
.handbook_wrap {
  position: relative;
}
.handbook_wrap::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -79px;
  left: 0;
  width: 94%;
  height: 104%;
  background: #f7f7f7;
  border-radius: 0 220px 0 0;
}
.handbook_wrap.wrapper {
  z-index: 8;
}
.handbook_visual {
  position: relative;
  padding: 30px 30px 20px 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px 80px 10px 50px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.handbook_visual img {
  max-width: 100%;
}
.handbook_info_area {
  display: flex;
  gap: 60px;
  align-items: center;
}
.handbook_info_txt {
  flex: 1;
  margin-top: 40px;
}
.handbook_info_txt h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

/* 숙박 */
.dim_cont_box li {
  position: relative;
}
.dim_cont_box li img {
  width: 100%;
}
.dim_cont_box .dim_title {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #fff;
  font-size: 19px;
  z-index: 99;
  font-weight: 600;
}
.dot_info.type02 {
  margin-bottom: 24px;
}
.dot_info.type02 li {
  margin-bottom: 12px;
  font-weight: 400;
}
.dot_info.type02 li:last-of-type {
  margin-bottom: 0;
}
.inquiry_tbl .tbl03 p {
  padding-left: 34px;
}
.inquiry_tbl .email a {
  color: #1e3890;
}
.inquiry_tbl .tbl03 span {
  min-width: 120px;
  padding-left: 20px;
}
.translated-ltr .inquiry_tbl .tbl03 span {
  padding-right: 20px;
}

.contact_info {
  display: flex;
  flex-direction: column;
}
.contact_info i {
  margin-right: 5px;
  color: #999;
}
.contact_info .company {
  margin-bottom: 10px;
  font-weight: 500;
}
.contact_info .company b {
  font-weight: 600;
  color: #444;
}
.contact_info .email {
  margin-bottom: 7px;
}
.contact_info .tel {
  color: #777;
}

/* 공식상품 */
.merchandise_item .icon_cont_box picture {
  padding: 16px 0;
  min-height: 73%;
}
.merchandise_item .icon_cont_box .cont_box_wrap {
  padding: 20px;
}
.merchandise_item .icon_cont_box .cont_box_wrap h5 {
  margin-bottom: 0;
}

/* 공식상품 언어선택 */
.store_intro_wrap {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #1d242d;
}
.store_intro_visual {
  width: 100%;
  height: 80vh;
  background: url("../img/store_intro_visual.png") bottom/cover no-repeat;
}
.store_intro_lang_buttons {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.store_lang_btn {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 22px 110px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: 600;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.store_lang_btn:hover {
  background: #2552b4;
  color: #fff;
  font-weight: 700;
}

/* 개최도시 : S */
/* 개최지 정보 */
.daegu_pre_wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

.daegu_pre {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9%;
}
.daegu_pre > img {
  max-width: 30%;
}

.daegu_info > p {
  margin-bottom: 14px;
  font-size: 20px;
}
.daegu_info > p em i {
  font-size: 18px;
}

.daegu_weather {
  display: flex;
  margin-top: 20px;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.daegu_weather li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
.daegu_weather li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.daegu_weather li p em {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.translated-ltr .daegu_weather li p em {
  word-break: break-all;
}
.daegu_weather li p span {
  color: #333;
  font-size: 28px;
  font-weight: 600;
}

.daegu_more_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.daegu_more_btn img {
  opacity: 0.6;
}
.daegu_more_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0 10px 10px 2px;
  color: #111;
  border-bottom: 2px solid #555;
  font-size: 20px;
}
.daegu_more_btn a:hover {
  color: #d34460;
  border-color: #f1748d;
  font-weight: 500;
}
.daegu_more_btn a i {
  font-size: 15px;
}

.daegu_history {
  overflow: hidden;
  position: relative;
  margin-right: 6%;
  padding: 80px 0 60px;
  background: #eceff5;
  border-radius: 0 500px 500px 0;
}
.daegu_history::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 520px;
  height: 520px;
  background: url("../img/history_bg_img.png");
  background-size: 100%;
}
.daegu_history .wrapper {
  display: flex;
  align-items: center;
  gap: 8%;
}
.history_info p {
  max-width: 517px;
  margin-top: 10px;
  color: #3d4baa;
  font-size: 20px;
  line-height: 28px;
}

.history_img_wrap {
  position: relative;
  margin-top: 40px;
  height: 270px;
}
.history_img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 90px;
  height: 90px;
  background: #eded54;
  border-radius: 100px;
}
.history_img_wrap picture {
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.history_img_wrap picture:first-of-type {
  z-index: 9;
  top: 40px;
  max-width: 62%;
}
.history_img_wrap picture:last-of-type {
  left: 51%;
  max-width: 100%;
}
.history_img_wrap picture img {
  width: 100%;
}

.history_wrap li {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.history_wrap li:last-of-type {
  margin-bottom: 0;
}
.history_wrap li strong {
  min-width: 54px;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.history_wrap li i {
  position: relative;
  min-width: 26px;
  height: 26px;
  background: #333;
  border: 8px solid #eceff5;
  border-radius: 15px;
}
.history_wrap li i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 32px;
  height: 1px;
  background: #bbb;
}
.history_wrap li p {
  margin-left: 24px;
}
.history_wrap li p b {
  color: #333;
  font-size: 18px;
}
.history_wrap li p span {
  display: block;
  font-size: 18px;
  line-height: 28px;
}
.history_wrap li p em {
  color: #555;
  font-weight: 600;
}

.history_wrap li.on strong {
  color: #3d4baa;
  font-weight: 700;
}
.history_wrap li.on i {
  background: #022d92;
  border: 8px solid #fff;
  box-shadow: 0px 0px 6px rgba(0 0 0 / 20%);
}
.history_wrap li.on i::before {
  z-index: -1;
}
.history_wrap li.on i::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 700px;
  background: #bbb;
}
.history_wrap li.on p {
  margin-left: 0;
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 43 143 / 30%);
}
.history_wrap li.on p b {
  color: #3d4baa;
  font-size: 20px;
}

.daegu_view {
  margin-top: 60px;
  margin-bottom: 80px;
}
.daegu_view .daegu_img {
  position: relative;
  margin: 0 -10px;
  padding: 20px 10px;
}
.daegu_view .daegu_img .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.daegu_view .daegu_img .swiper-slide:nth-of-type(2n) {
  margin-top: 24px;
}
.daegu_view_box {
  position: relative;
  color: #fff;
  background: #333;
  overflow: hidden;
}
.daegu_view_box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
}
.daegu_view_box img {
  width: 100%;
}
.daegu_view_box:hover img {
  transform: scale(1.1);
  transition: 2s;
}
.daegu_view_box p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24px 24px;
  z-index: 20;
}
.daegu_view_box p b {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.daegu_view_box p span {
  display: block;
  margin-bottom: 16px;
  line-height: 22px;
  word-break: keep-all;
}
.daegu_view_box p a {
  display: inline-block;
  padding: 6px 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  font-size: 15px;
}
.daegu_view_box:hover p a {
  color: #333;
  background: #fff;
}
.daegu_view .swiper_btn {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #333;
}
.daegu_view .swiper_btn:hover {
  background: #2154b7;
}
.daegu_view .swiper-button-next:after,
.daegu_view .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}

.daegu_view .swiper-button-prev {
  left: 10%;
}
.daegu_view .swiper-button-next {
  right: 10%;
}

/* visa */
.visa_wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.visa_wrap p {
  font-size: 20px;
  font-weight: 500;
}
.visa_wrap h3 {
  margin-bottom: 24px;
}
.visa_titarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.visa_txt {
  padding: 24px;
}
.visa_txt dt {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.visa_txt dd {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.translated-ltr .visa_wrap .tbl03 li span {
  width: 200px;
}

.visa_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.visa_banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 20%);
  background-position: right;
  overflow: hidden;
}
.visa_banner.banner01 {
  background-image: url("../img/visa_img01.png");
}
.visa_banner.banner02 {
  background-image: url("../img/visa_img02.png");
}
.visa_banner.banner03 {
  background-image: url("../img/visa_img03.png");
}
.visa_banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.visa_banner > div,
.visa_banner a {
  z-index: 20;
}
.visa_banner .btn {
  margin-top: 16px;
}
.visa_banner .lbtn {
  margin-top: 24px;
}
.visa_policy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 24px;
}
.visa_banner h5 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 21px;
}
.visa_banner p {
  max-width: 324px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}
.visa_wrap .btn.mcolor.lg,
.visa_wrap .btn.mcolor.lg i {
  opacity: 1;
}
.visa_wrap .btn.mcolor.lg {
  background: #de4161;
}
.visa_wrap .btn.mcolor.lg:hover {
  background: #d61239;
}
.btn.blue .fa-chevron-right {
  margin-left: 10px;
  font-size: 15px;
}
.btn.blue .fa-passport {
  font-size: 17px;
}

.visa_wrap .wma_activity {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.visa_wrap .wma_activity li::after {
  position: absolute;
  right: 0;
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
}
.visa_wrap .wma_activity li:last-of-type::after {
  display: none;
}
.visa_wrap .wma_activity li:last-of-type p {
  background: #eceff5;
}
.visa_wrap .wma_activity li:last-of-type span em {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.visa_wrap .wma_activity li {
  position: relative;
  flex: 1;
}
.visa_wrap .wma_activity li span {
  padding-right: 30px;
}
.visa_wrap .wma_activity li:nth-of-type(2) {
  flex: 1.5;
}

/* 교통 : S */
/* 무료 셔틀버스 안내 */
.bus_guide_area {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}
.bus_map_area {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.bus_map_area img {
  width: 100%;
}
.bus_guide_area .tbl_box {
  flex: 1;
  min-width: 28%;
}
.bus_guide_area .tbl01 {
  min-width: 100%;
}
.bus_guide_area .tbl01 tbody td {
  text-align: left;
  color: #333;
}
.rt_mark {
  color: #999;
}
.bus_guide_area .tbl01 tbody td span {
  display: inline-block;
  min-width: 20px;
  margin-right: 8px;
  padding: 3px 6px;
  color: #fff;
  border: none;
  border-radius: 100%;
  font-size: 14px;
  background: #365c99;
  line-height: 1;
  font-weight: 600;
}
.info_txt {
  margin-top: 16px;
  color: #999;
  font-size: 17px;
  line-height: 26px;
}
.info_txt i {
  color: #b4b4b4;
  margin-right: 5px;
  font-size: 16px;
}
.info_txt b {
  font-weight: 600;
}

/* 대구 이동 가이드 */
.trans_guide_area .lbtn i {
  margin-left: 6px;
  opacity: 0.7;
}
.trans_guide_area .lbtn.mid i {
  font-size: 14px;
}
.trans_guide_area .lbtn.sm i {
  font-size: 13px;
}
.trans_guide_map {
  padding: 40px 100px 40px;
  background: #fafafa;
  border-radius: 16px;
}
.trans_guide_map_inner {
  display: flex;
  gap: 60px;
  align-items: center;
}
.trans_guide_map_info {
  min-width: 45%;
  max-width: 45%;
}
.trans_guide_map_img {
  max-width: 100%;
}
.trans_guide_map h4 {
  margin-bottom: 20px;
}
.trans_guide_map ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trans_guide_map ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trans_guide_map ul li span {
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
.trans_guide_map small {
  display: inline-block;
  margin-top: 20px;
  color: #555;
  font-size: 18px;
  line-height: 22px;
}
.trans_guide_map small b {
  font-weight: 500;
}
.trans_guide_map .info_txt {
  margin-top: 30px;
  color: #888;
}

.sub_tit_wrap.type04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_tit_wrap.type04 .info_txt {
  margin-top: 0;
}
.tit_btn_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.tit_btn_between .btn_wrap {
  gap: 10px;
}
.flight_info_tit {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #3d5d91 url("../img/flight_tit_bg.png") no-repeat right;
  border-radius: 10px 10px 0 0;
}
.flight_info_tit h4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.flight_info_tit .plane_icon {
  margin-right: 8px;
}
.flight_info_tit b {
  font-weight: 600;
}
.flight_date_info {
  color: #bcc2cf;
  font-size: 18px;
}
.flight_info_tit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, #819cc2, #a15362);
}
.flight_info_box {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.flight_info_cont {
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.flight_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.flight_list li {
  color: #555;
  font-size: 18px;
  font-weight: 500;
}
.flight_list li span {
  color: #888;
  font-weight: 400;
}

.trans_tab01 .sub_tbl {
  min-width: 100%;
}
.recommend_icon {
  margin-top: 1px;
  margin-left: 10px;
  vertical-align: top;
}
.trans_route_info_area {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 20px;
}
.trans_route_box {
  border-radius: 10px;
  box-shadow: 0px 0px 7px rgba(0 0 0 / 15%);
}
.trans_route_tit {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 18px 30px 18px 20px;
  cursor: pointer;
}
.trans_route_tit h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 21px;
  word-break: break-all;
}
.trans_route_tit:hover h4 {
  color: #1e3890;
}
.arrow_btn.open i {
  transform: rotate(180deg);
  transition: 0.25s;
}
.arrow_btn i {
  color: #999;
  font-size: 17px;
}
.trans_route_tit:hover .arrow_btn i {
  color: #555;
}
.trans_icon_area {
  display: flex;
  align-items: center;
  gap: 4px;
}
.trans_icon_area img {
  width: 36px;
}
.trans_route_cont {
  padding: 16px 16px 24px;
  border-top: 1px solid #e5e5e5;
}
.route_timeline {
  margin-left: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.route_timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 2px;
  height: calc(100% - 22px);
  background: #dcdcdc;
}
.route_timeline .timeline_point {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.route_timeline .timeline_point:last-child {
  margin-bottom: 0;
}
.route_timeline .timeline_inner {
  width: 100%;
  margin-left: 10px;
}
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 4px;
  background: #fff;
}
.dot.blue {
  border: 3px solid #5f679f;
  top: 11px;
}
.dot.red {
  border: 3px solid #c8566c;
}
.place_tit {
  color: #555;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
}
.trans_tip_area {
  margin-top: 20px;
  font-size: 17px;
  color: #777;
  line-height: 22px;
}

/* 안내 툴팁 */
.transit_info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.info_label {
  position: relative;
  cursor: pointer;
  color: #777;
  font-size: 17px;
}
.info_label b {
  font-weight: 600;
}
.tooltip_icon {
  font-size: 16px;
  color: #999;
}
.info_label:hover .tooltip_icon {
  color: #4a5cb7;
}
.tooltip_box {
  position: absolute;
  left: -29px;
  top: 30px;
  width: 490px;
  background: #ffffff;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 16px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s;
  z-index: 999;
  border: 1px solid #ccc;
}
.tooltip_box p {
  margin-bottom: 12px;
}
.tooltip_box::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.tooltip_box::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
}
.tooltip_box em {
  color: #1e3890;
  font-weight: 600;
}
.tooltip_box strong {
  font-weight: 600;
}
.info_label:hover .tooltip_box {
  opacity: 1;
  visibility: visible;
}

/* 대구 시내 교통 안내 */
.subway_info_area {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.subway_info_area iframe {
  width: 100%;
  min-width: 49%;
  height: 600px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
/* .subway_info_area picture { min-width: 680px; overflow: hidden; padding: 10px; border-radius: 20px; box-shadow: 0px 0px 10px rgba(0 0 0 / 10%); }
.subway_info_area picture img { max-width: 100%; } */

.daegu_trans_info_box {
  padding: 30px;
  border-radius: 10px;
  background: #f4f6f8;
}
.daegu_trans_info_box p {
  color: #555;
  font-size: 19px;
  line-height: 30px;
}
.blue_text {
  color: #1e3890 !important;
}
.daegu_trans_info_box b {
  color: #333;
  font-weight: 600;
}
.daegu_trans_info_box .btn_wrap {
  margin-top: 20px;
}
.translated-ltr .daegu_trans_info_box .btn_wrap .lbtn {
  width: 100%;
}
.translated-ltr .daegu_trans_info_box .btn_wrap {
  gap: 12px;
}

.daegu_trans_tbl_area {
  margin-top: 30px;
}
.daegu_trans_tbl_area h5 {
  margin-bottom: 16px;
  color: #333;
  font-weight: 700;
}
.daegu_trans_tbl_area strong {
  font-weight: 600;
}
.daegu_trans_tbl_area .tbl03 li span {
  min-width: 130px;
  text-align: center;
}
.daegu_trans_tbl_area .tbl03 li {
  padding-left: 0;
}
.tbl03 .subway_route {
  display: inline-block;
  min-width: 22px;
  margin-right: 6px;
  padding: 1px 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100%;
}
.tbl03 .subway_route.num1 {
  background: #ed215c;
}
.tbl03 .subway_route.num2 {
  background: #0eb596;
}
.tbl03 .subway_route.num3 {
  background: #ffc20d;
}

.event_tit.type02 h4 {
  margin-bottom: 10px;
}
.event_tit.type02 p {
  margin-bottom: 20px;
}
.app_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.app_list .symbol_box {
  grid-template-columns: 1fr 2fr;
}
.app_list .symbol_box_l {
  padding: 0;
  background: none;
}
.app_list .symbol_box_r h5 {
  margin-bottom: 8px;
}
.app_list p {
  color: #555;
  font-size: 17px;
  line-height: 24px;
}
.app_list .btn_wrap {
  margin-top: 16px;
  gap: 12px;
}

/* 교통 : E */

/* 관광음식 */
.tour_info_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 80px;
  margin-bottom: 60px;
}
.tour_info_img {
  position: relative;
  width: 100%;
  height: 458px;
  overflow: hidden;
  background: #eee;
  border-radius: 10px 150px 10px 50px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.tour_info_img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour_info_txt {
  margin: 60px 0 32px;
}
.tour_info_txt > span {
  position: relative;
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 22px;
}
.tour_info_txt > span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -120px;
  width: 100px;
  height: 1px;
  background: #a1a7b2;
}
.tour_info_txt h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.tour_info_txt h2::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: #d03252;
  border-radius: 10px;
}
.tour_info_txt p,
.handbook_info_txt p {
  margin-bottom: 40px;
  color: #3d4baa;
  font-size: 20px;
  line-height: 30px;
}

.tour_wrap {
  padding: 60px 0 80px;
  background: #eceff5;
}
.tour_wrap h4 {
  margin-bottom: 16px;
}

.tour_detail_wrap {
  display: grid;
  grid-template-columns: 50% 47%;
  gap: 3%;
  margin-top: 80px;
  margin-bottom: 60px;
}
.tour_detail_img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #eee;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.tour_detail_img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour_detail_txt {
  margin-top: 10px;
}
.tour_detail_txt > p {
  margin-top: 10px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}
.tour_detail_txt > p b {
  display: block;
  margin-bottom: 4px;
  color: #4956b1;
  font-size: 20px;
  font-weight: 500;
}
.tour_detail_txt > p span {
  display: flex;
  gap: 6px;
}

.tour_detail_info {
  margin-top: 16px;
}
.tour_detail_info > p {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.translated-ltr .tour_detail_info > p {
  flex-wrap: wrap;
}
.tour_detail_info > p em {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  background: #ececec;
  border-radius: 30px;
}
.tour_detail_info > p em i {
  color: #555;
  font-size: 18px;
}
.tour_detail_info > p em i.fa-user-friends {
  font-size: 16px;
}
.tour_detail_info > p span {
  margin-right: 16px;
  margin-left: 10px;
  padding-right: 16px;
  color: #333;
  font-weight: 600;
  border-right: 1px solid #ddd;
  white-space: nowrap;
}
.tour_detail_info > p a {
  word-break: break-all;
}
.tour_detail_info > p a:hover {
  color: #555fa1;
  text-decoration: underline;
}

.tour_map {
  position: relative;
  width: 100%;
  height: 500px;
}
.tour_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}

.btn_img_pause img {
  vertical-align: baseline;
}

.tour_detail_txt .tip_cont {
  align-items: flex-start;
  margin-top: 14px;
  gap: 10px;
}
.tour_detail_txt .tip_cont em {
  background: #fae3e8;
  color: #b14b4b;
  border-radius: 5px;
  padding: 6px 6px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}
.tour_detail_txt .tip_cont span {
  flex-direction: column;
  color: #955153;
  font-size: 16px;
  line-height: 22px;
}
.tour_detail_txt .tip_cont span:first-of-type {
  margin-top: 1px;
}

/* 투어 프로그램 */

.cont_box.type02 a {
  display: flex;
}
.cont_box.type02 a:hover h4 {
  text-decoration: underline;
}
.cont_box.type02 a picture {
  min-width: 480px;
  max-width: 480px;
  height: 100%;
}
.cont_box a picture img {
  max-width: 480px;
}
.cont_box.type02 a .cont_box_wrap {
  align-content: center;
  padding: 26px;
}
.cont_box.type02 .box_right_wrap .program_tit {
  display: inline-block;
  margin-bottom: 10px;
  color: #1e3890;
  font-weight: 500;
  font-size: 18px;
}
.cont_box.type02 .box_right_wrap h4 {
  margin-bottom: 14px;
  color: #333;
  font-weight: 600;
  font-size: 20px;
}
.cont_box.type02 .box_right_wrap p {
  color: #666;
  font-size: 17px;
}

.tour_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.tour_tags span {
  padding: 6px 12px;
  background: #eff2f5;
  color: #777;
  font-size: 16px;
  border-radius: 15px;
}
.location_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.spot i {
  color: #6777af;
  margin-right: 5px;
  font-size: 17px;
}
.spot {
  color: #666;
  font-size: 18px;
}
.spot::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 6px;
  background-image: repeating-linear-gradient(
    to right,
    #c9c9c9,
    #c9c9c9 3px,
    transparent 3px,
    transparent 5px
  );
  vertical-align: middle;
}
.spot:last-child::after {
  content: none;
}

.highlight_text {
  position: absolute;
  padding: 9px 18px;
  color: #fff;
  background: #d15353;
  border-radius: 20px 0 20px 0;
  z-index: 999;
  font-size: 16px;
  font-weight: 500;
}

.cont_box.type02 .location_link {
  all: unset;
}

/* 개최도시 : E */

/* 알림소식 : S */

/* 알림소식 - 대회뉴스 */
.sub_news_wrap {
  width: 100%;
  border-top: 2px solid #333;
}
.sub_news_wrap li {
  border-bottom: 1px solid #ddd;
}
.sub_news_wrap li.list_none {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}
.sub_news_wrap li a {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  padding: 24px 0;
}
.sub_news_wrap li a:hover {
  background: #fafafb;
}
.sub_news_wrap li picture {
  overflow: hidden;
  width: 320px;
  height: 200px;
  border-radius: 15px;
  background: #eee;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
}
.sub_news_wrap li picture img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_news_wrap li:hover picture img {
  transform: scale(1.1);
  transition: 1s;
}

.sub_news_cont {
  display: grid;
  align-content: space-between;
  gap: 16px;
  max-height: 202px;
  padding: 16px 20px 16px 0;
  font-size: 18px;
}
.sub_news_cont span h4 {
  font-weight: 500;
  width: 100%;
  margin-bottom: 8px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sub_news_cont .list_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #333;
  line-height: 32px;
  font-size: 18px;
  word-break: break-all;
  text-align: left;
  background: none;
}
.sub_news_wrap li a:hover span h4 {
  text-decoration: underline;
}

.notice_icon {
  color: #d34460;
}

/* 알림소식 - 상세페이지 */
.detail_box {
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
}
.detail_top h4 {
  padding: 24px 20px;
  border-bottom: 1px solid #777;
}
.detail_top p {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #333;
}
.detail_top p span {
  font-size: 18px;
}
.detail_top p span b {
  margin-right: 16px;
  padding-right: 16px;
  color: #333;
  font-weight: 500;
  border-right: 1px solid #ddd;
}
.detail_top p em {
  color: #555;
}
.detail_top p em i {
  color: #777;
}

.detail_cont,
.detail_video {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #333;
}
.detail_video_link {
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  text-align: center;
  font-style: italic;
}
.detail_video_link a {
  display: inline-block;
  font-style: italic;
}
.detail_cont picture {
  display: block;
  margin-top: 24px;
}
.detail_cont:has(iframe) {
  text-align: center;
}
.detail_cont img,
.detail_cont iframe {
  max-width: 100%;
}
.detail_cont iframe {
  width: 100%;
  height: 67vh;
}

.detail_file {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid #ddd;
  background: #f5f6f7;
}
.detail_file h5 {
  margin-right: 16px;
  margin-bottom: 0;
  padding-right: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #ddd;
  white-space: nowrap;
}
.detail_file span button {
  display: block;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.detail_file span button i {
  margin-right: 8px;
  color: #3569cc;
}
.detail_file span button:hover {
  text-decoration: underline;
}

/* 알림소식 - 뉴스레터 배너 */
.news_banner_area {
  margin-bottom: 40px;
}
.news_banner {
  padding: 26px 20px;
  background: #edf1f8;
  border-radius: 10px;
}

.news_banner_txt em {
  display: inline-block;
  border-bottom: 1px solid #1e3890;
  color: #1e3890;
  font-size: 20px;
  font-weight: 500;
}
.news_banner_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.news_banner_txt img {
  width: 43px;
}
.news_banner_txt p {
  display: flex;
  gap: 20px;
  font-size: 20px;
  line-height: 26px;
  color: #576070;
}
.news_banner_txt b {
  color: #333;
  font-weight: 600;
}

/* 알림소식 : E */

/* WMA : S */
/* wma 소개 */
.intro_wrap.wma {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.intro_wrap.wma::before {
  width: 92%;
  height: 100%;
}
.wma_r_box {
  color: #444;
  font-size: 18px;
  line-height: 26px;
}
.wma_r_box span {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  color: #1e3890;
  font-size: 24px;
  font-weight: 600;
}
.wma_r_box span::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #dfe2ef;
}

.translated-ltr .wma_con .tbl03 li span {
  width: 40%;
}
.wma_info li,
.dot_info li {
  margin-bottom: 16px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.wma_activity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.wma_activity li {
  display: grid;
  align-items: center;
  grid-template-columns: 90px 1fr;
  gap: 16px;
}
.wma_activity li p {
  position: relative;
  width: 90px;
  height: 90px;
  background: #f4f6f8;
  border-radius: 45px;
}
.wma_activity li p img {
  max-width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wma_activity li span em {
  color: #555;
  font-size: 18px;
}

.wma_struc {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-top: 20px;
}
.wma_struc::before {
  content: "";
  position: absolute;
  bottom: 40%;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.wma_struc li {
  position: relative;
  background: #fff;
  text-align: center;
}
.wma_struc li span {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 32px;
  color: #fff;
  background: #334376;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 500;
  white-space: nowrap;
}
.wma_struc li p {
  padding: 40px 20px 24px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 18px;
  line-height: 26px;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}

.wma_table.tbl01 thead th:first-of-type {
  background: #ebf0f4;
}
.wma_table.tbl01 tbody td:first-of-type {
  background: #f9fcff;
}

/* 대회연혁 */
.wma_hist {
  margin-top: 60px;
  margin-bottom: 80px;
}
.red_primary_box {
  margin-bottom: 40px;
  padding: 24px 32px;
  color: #333;
  background: #fff5f8;
  font-size: 20px;
  line-height: 32px;
  border-radius: 30px 10px 30px 10px;
}
.red_primary_box em {
  color: #c81b4f;
  font-weight: 600;
}
.red_primary_box b {
  font-weight: 600;
}

.wma_hist_wrap a picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  border: 2px solid transparent;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.wma_hist_wrap a:hover picture {
  border-color: #334376;
}
.wma_hist_wrap a picture img {
  max-width: 90%;
  min-width: auto;
  height: auto;
}
.wma_hist_wrap a .cont_box_wrap {
  color: #333;
  background: #f0f2f7;
  font-size: 20px;
  font-weight: 500;
  border-top: 0;
  text-align: center;
}
.wma_hist_wrap a:hover .cont_box_wrap {
  color: #fff;
  background: #334376;
}
.wma_hist_wrap.cont_box a .cont_box_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.wma_hist_wrap.cont_box a:hover {
  background: none;
}
/* .prog_plan { display: inline-block; margin-right: 10px; padding: 6px 12px; color: #263975; background: #fff; border-radius: 20px; font-size: 16px; font-style: normal; } */
.wma_hist_info .prog_plan {
  background: #f0f2f7;
}

.wma_pop {
  width: 700px;
}
.wma_hist_view {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.wma_hist_view img {
  max-width: 50%;
  height: 100%;
}
.translated-ltr .pop_cont .btn i {
  vertical-align: bottom;
}
.wma_hist_info {
  text-align: left;
}
.wma_hist_info h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
  color: #1e3890;
}
.wma_hist_info ul li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  margin-bottom: 12px;
  color: #555;
  font-size: 18px;
}
.translated-ltr .wma_hist_info ul li {
  grid-template-columns: 120px 1fr;
}
.wma_hist_info ul li:last-of-type {
  margin-bottom: 0;
}
.wma_hist_info ul li span {
  display: inline-block;
  color: #333;
  font-weight: 600;
  border-right: 1px solid #ddd;
}

.wma_pop_wrap.pop_wrap .pop_box {
  width: 700px;
}
/* WMA : E */

/* 조직위원회 : S */
/* 위원장 인사말 */
.msg_r_box p {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 30px;
  font-weight: 600;
}
.msg_r_box p::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -40px;
  width: 29px;
  height: 23px;
  background: url("../img/msg_txt_img01.png") no-repeat center;
  background-size: 100%;
}
.msg_r_box p::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -40px;
  width: 29px;
  height: 23px;
  background: url("../img/msg_txt_img02.png") no-repeat center;
  background-size: 100%;
}
.msg_r_box p span {
  color: #1e3890;
  font-size: 34px;
  font-weight: 700;
  line-height: 52px;
}

.msg_r_box > div {
  margin-top: 30px;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
.msg_r_box > div em {
  font-size: 20px;
}

/* faq */
.faq_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq_box {
  border: 1px solid #ddd;
  border-bottom: none;
}
.faq_box:first-of-type {
  border-top: 2px solid #333;
}
.faq_box:last-child {
  border-bottom: 1px solid #ddd;
}
.faq_cont {
  display: flex;
  justify-content: space-between;
  padding: 24px 30px 24px 24px;
}
.faq_cont .faq_inner {
  display: flex;
  gap: 20px;
}
.faq_cont.question {
  cursor: pointer;
}
.faq_cont.question .faq_inner {
  align-items: center;
}
.faq_cont.answer {
  border-top: none;
  background: #f5f6f7;
}
.faq_cont p {
  color: #555;
  font-size: 18px;
  line-height: 28px;
}
.faq_cont span {
  font-size: 26px;
  font-weight: 700;
}
.faq_cont p b {
  color: #333;
  font-weight: 600;
}
.faq_cont.question span {
  color: #d03252;
}
.faq_cont.answer span {
  color: #333;
}
.faq_cont.answer p a {
  display: inline-block;
  font-weight: 500;
  color: #1e61c9;
}
.faq_cont.answer p a:hover {
  text-decoration: underline;
}
.faq_cont.question p {
  color: #333;
  font-weight: 600;
}
.faq_cont i {
  margin-left: 5px;
  color: #555;
  font-size: 16px;
}

.faq_box .faq_category {
  display: none;
  margin-right: 6px;
  color: #d03252;
}

.faq_info {
  margin: 16px 0;
}
.faq_info p {
  color: #4161a0;
}

/* 조직도 */
.chart_img_wrap {
  background: #eee;
  border-radius: 10px;
  padding: 4% 10%;
}
.chart_img_wrap img {
  width: 100%;
}

/* 오시는길 */
.map_locate_box {
  position: absolute;
  right: 60px;
  bottom: -30px;
  overflow: hidden;
  min-width: 440px;
  padding: 24px;
  color: #fff;
  background: #1e4eab;
  border-radius: 30px 5px 10px 5px;
}
.map_locate_box::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 90px;
  width: 736px;
  height: 550px;
  background: url("../img/quick_bg.png") no-repeat center;
  background-size: 60%;
}
.map_locate_box h4 {
  margin-bottom: 8px;
  color: #fff;
}
.map_locate_box p {
  margin-bottom: 30px;
  font-size: 16px;
}
.map_locate_box a {
  position: relative;
  z-index: 9;
  max-width: 150px;
}
.translated-ltr .map_locate_box a {
  max-width: 170px;
}

.map_nav_box {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
.map_nav_box > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 100px;
  background: #f4f6f8;
  border-radius: 50px;
}
.map_nav_box > span img {
  max-width: 60%;
}
.map_nav_box h4 {
  margin-bottom: 10px;
  color: #3d4baa;
}
.map_nav_box h4 span {
  color: #555;
  font-size: 16px;
  font-weight: 500;
}

.map_nav_box.trans {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.trans_box p {
  color: #555;
  font-size: 18px;
  line-height: 30px;
}
.trans_box p b {
  color: #333;
}

.map_car_wrap {
  display: flex;
  gap: 60px;
}
.map_car_wrap h5 {
  color: #333;
  font-size: 18px;
  margin-bottom: 12px;
}
.map_car_wrap h5 span {
  display: inline-block;
  margin-right: 6px;
  min-width: 26px;
  height: 26px;
  text-align: center;
  padding-top: 4px;
  color: #fff;
  background: #c54b63;
  font-size: 15px;
  border-radius: 30px;
}
.map_car_box {
}
.map_car_cont {
  margin-bottom: 16px;
}
.map_car_cont span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 12px;
  color: #46478f;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #aab8d4;
  border-radius: 5px;
}
.map_car_cont p {
  color: #555;
  font-size: 18px;
}
/* 조직위원회 : E */
/* sub : E */

/* 구독신청 */
.sub_visual.subscribe h1 {
  font-size: 44px;
}
.subscribe_content {
  font-size: 17px;
}
.tbl_box.email_input_box {
  margin-top: 30px;
}
.tbl_box.email_input_box .email_input {
  width: 50%;
  height: 44px;
  line-height: 44px;
}
.tbl_box.email_input_box .disflex {
  gap: 20px;
}
.tbl_box.email_input_box th {
  font-size: 18px;
}
.agree_box {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #666;
  line-height: 26px;
}
.agree_box span {
  color: #ce3d3d;
}
.checkbox_wrap {
  margin-top: 16px;
}
.subscribe_btn_area {
  margin-top: 40px;
  text-align: center;
}
.newsletter_btn {
  text-align: right;
}
.newsletter_btn a {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #455ead;
  color: #455ead;
  font-weight: 500;
}
.newsletter_btn a i {
  margin-left: 10px;
}

.unsubscribe_info {
  color: #444;
}
.unsubscribe_info p {
  line-height: 28px;
}

/* responsive web - viewport none */
/* wide */
@media screen and (min-width: 2000px) {
  .wrapper {
    padding: 0 280px;
  }
  .org_comm {
    padding: 104px 0;
  }
  .org_comm_host {
    padding-top: 60px;
  }
  .org_comm .wrapper::before {
    width: 280px;
  }
}

@media screen and (max-width: 1800px) and (min-width: 1279px) {
  .main_news_wrap a picture {
    height: 250px;
  }
  .main_sns ul li a picture {
    height: 146px;
  }
}

@media screen and (min-width: 1599px) {
  .daegu_history .wrapper {
    padding: 0 14% 0 15%;
  }
}

/* PC */
@media screen and (max-width: 1599px) {
  /* 번역페이지 적용 */
  html:lang(es).translated-ltr #gnb .m_menu {
    display: none;
  }

  .main_quick_warp::before {
    content: "";
    display: none;
  }

  /* 메인 */
  .main_visual::before {
    width: 227px;
    height: 591px;
  }
  .main_visual::after {
    width: 500px;
  }
  .main_visual {
    padding: 90px 0 78px 19%;
  }
  .main_day {
    bottom: 30px;
    right: 420px;
  }
  .main_day img {
    width: 120px;
  }
  .main_day span {
    font-size: 15px;
  }
  .main_day span strong {
    font-size: 21px;
  }
  .visual_txt {
    margin-bottom: 50px;
  }
  .visual_txt span {
    font-size: 60px;
  }
  .visual_txt p {
    font-size: 37px;
  }
  .compet_info .compet_img {
    min-width: 50px;
    height: 50px;
  }
  .compet_info .compet_img img {
    width: 60%;
  }
  .compet_info {
    max-width: 550px;
  }
  .compet_info span b {
    font-size: 24px;
  }

  .venue_info .wrapper {
    padding: 6% 10% 6% 18%;
  }
  .venue_tit {
    margin-top: 10%;
  }
  .venue_txt {
    font-size: 7vw;
  }

  .main_sns_link {
    gap: 50px;
  }
  .main_sns_link h3 {
    padding-right: 40px;
    border-right: 1px solid #ddd;
  }
  .main_sns_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .main_sns_wrap a::before {
    display: none;
  }

  /* 사이트맵 */
  .sitemap_wrap .h_link_btn {
    display: flex;
    margin-right: 0;
  }

  /* 대회정보 */
  .org_comm_link::before {
    width: 86vw;
  }
  .org_comm .wrapper::before,
  .org_comm_host {
    height: 300px;
  }
  .vision_direc li {
    width: 300px;
    height: 300px;
    flex: unset;
  }
  .vision_direc::before {
    display: none;
  }

  /* 참가신청 */
  .registration .cont_box.column04,
  .room .cont_box.column04 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 개최지정보 */
  .daegu_view .swiper-button-prev {
    left: 5%;
  }
  .daegu_view .swiper-button-next {
    right: 5%;
  }

  .tour_info_txt p br {
    display: none;
  }

  /* 비자 */
  .visa_top {
    gap: 20px;
  }
  .visa_wrap .wma_activity {
    display: grid;
    gap: 20px 50px;
  }
  .visa_wrap .wma_activity li::after {
    display: none;
  }

  /* 교통 */
  .bus_guide_area {
    flex-direction: column;
  }
  .bus_map_area,
  .bus_map_area_wrap,
  .bus_guide_area .tbl_box {
    width: 100%;
  }

  /* 핸드북 */
  .handbook_visual {
    flex: 1;
  }
}

/* Tablet */
@media screen and (max-width: 1279px) {
  /* 메인 */
  .main_visual::before {
    display: none;
  }
  .main_visual {
    padding: 70px 0 108px 5%;
  }
  .translated-ltr .visual_txt {
    max-width: 70%;
    margin-bottom: 30px;
  }
  .visual_txt p {
    font-size: 27px;
  }
  .visual_txt span {
    font-size: 44px;
    line-height: 54px;
  }
  .compet_info span b {
    font-size: 21px;
  }
  .compet_info span p {
    font-size: 17px;
  }

  .venue_info,
  .main_notice {
    margin-bottom: 70px;
  }
  .venue_info .wrapper {
    padding: 5% 10% 5% 14%;
  }
  .venue_info::before {
    left: 70px;
    width: calc(100% - 70px);
  }
  .venue_tit {
    margin-top: 7%;
  }
  .main_btxt {
    font-size: 19px;
    line-height: 26px;
  }
  .venue_tit h2 {
    margin-bottom: 10px;
  }
  .venue_tit a {
    margin-top: 20px;
  }
  .more_btn {
    width: 35px;
    height: 35px;
  }
  .more_btn img {
    width: 18px;
  }
  .venue_img,
  .venue_img > div {
    gap: 16px;
  }
  .venue_img a {
    border-radius: 14px;
  }
  .venue_img a span {
    bottom: 16px;
    left: 16px;
    font-size: 17px;
  }

  .main_notice_wrap {
    flex-direction: column;
  }
  .main_news,
  .main_list_board {
    width: 100%;
  }
  .btn-close-list {
    bottom: initial;
    top: -20px;
  }
  .main_sns ul li {
    flex: 1;
  }
  .main_sns ul li a {
    grid-template-columns: 186px 1fr;
  }
  .notice_tit {
    margin-bottom: 8px;
  }
  .main_news_desc {
    margin-top: 8px;
  }
  .main_news_desc b {
    font-size: 18px;
  }
  .main_news_wrap ul li a span,
  .main_sns ul li a span p {
    font-size: 17px;
  }
  .main_sns_wrap a span {
    font-size: 19px;
  }

  .org_comm_tit span,
  .org_comm_link a span {
    font-size: 19px;
  }
  .org_comm_link {
    gap: 8%;
    height: 18.3vw;
    padding-bottom: 5vw;
  }
  .org_comm_link img {
    width: 50px;
  }
  .org_comm_host li span {
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
  }
  .org_comm .wrapper::before {
    width: 13%;
  }
  .org_comm_host {
    max-width: 160px;
    padding: 1vw 40px 0 0px;
    border-radius: 0 60px 0 0;
  }
  .org_comm_host li {
    margin-top: 5px;
  }
  .org_comm_host li em img {
    width: 9vw;
    margin-bottom: 10px;
  }
  .org_comm_host li em {
    margin-top: 5px;
    margin-left: 20px;
  }
  .org_comm .wrapper::before,
  .org_comm_host {
    height: 250px;
  }

  .partners {
    margin-bottom: 80px;
  }
  .partners_tit:after {
    width: calc(100% - 479px);
    margin: 6px 0 6px 4px;
  }
  .partners_cont {
    gap: 16px;
  }
  .partners_cont > li {
    height: 70px;
  }
  .partners_cont > li img {
    width: 190px;
  }

  /* 사이트맵 */
  .site_bg_txt {
    font-size: 8vw;
  }
  .site_bg_img {
    width: 70%;
  }
  .site_bg_img img {
    width: 100%;
  }
  .sitemap_tit {
    margin-bottom: 14px;
  }
  .sitemap_box {
    gap: 16px;
  }
  .sitemap_box li h4 {
    padding: 14px 20px;
    font-size: 19px;
  }
  .sitemap_box li p {
    padding: 8px 0;
  }
  .sitemap_box li p a {
    padding: 8px 16px;
    font-size: 17px;
  }

  /* 대회정보 */
  .mass_box picture {
    height: 220px;
  }
  .mass_character_txt {
    font-size: 18px;
  }
  .mass_character_txt br {
    display: none;
  }

  /* 개최지정보 */
  .daegu_pre {
    gap: 30px;
  }
  .daegu_history {
    margin-right: 0;
    padding: 60px 0 40px;
    border-radius: unset;
  }
  .daegu_history::after {
    width: 450px;
    height: 450px;
  }
  .daegu_history .wrapper {
    gap: 50px;
  }
  .history_wrap li {
    margin-bottom: 16px;
    gap: 12px;
  }
  .history_wrap li.on p {
    margin-left: 12px;
  }

  .history_img_wrap {
    margin-top: 30px;
  }
  .history_img_wrap::before {
    top: 14px;
    left: -23px;
    width: 60px;
    height: 60px;
  }

  .daegu_view_tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .daegu_view .swiper-button-prev,
  .daegu_view .swiper-button-next {
    position: unset;
  }
  .daegu_view .swiper-button-next {
    margin-left: 8px;
  }
  .daegu_view .swiper-button-next:after,
  .daegu_view .swiper-button-prev:after {
    font-size: 12px;
  }
  .daegu_view .swiper_btn {
    width: 36px;
    height: 36px;
  }
  .daegu_view .swiper_btn_wrap {
    margin-bottom: -3px;
  }

  .daegu_view_box p {
    padding: 0 20px 20px;
  }
  .daegu_view_box p span {
    margin-bottom: 12px;
  }

  /* 관광음식 */
  .tour_info_img {
    border-radius: 10px 60px 10px 40px;
  }

  /* wma소개 */
  .intro_wrap.wma::before {
    width: 100%;
  }

  /* 구독신청 */
  .sub_visual.subscribe h1 {
    font-size: 34px;
  }

  /* 교통 */
  .subway_info_area {
    gap: 30px;
    flex-direction: column;
  }
  .subway_info_area iframe {
    min-width: 100%;
  }
  .app_list .symbol_box {
    grid-template-columns: 1fr;
    grid-template-rows: 180px auto;
  }
  .translated-ltr
    .trans_tab01
    .trans_route_box:first-of-type
    .route_timeline::before {
    height: calc(100% - 42px);
  }
  .translated-ltr .transit_info {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  /* 핸드북 */
  .handbook_info_txt p br {
    display: none;
  }
  .handbook_wrap::before {
    width: 100%;
    height: 114%;
  }
}

/* Tablet */
@media screen and (max-width: 1023px) {
  /* 메인 */
  .visual_txt {
    margin-bottom: 30px;
  }
  .compet_info {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
  }
  .main_visual::after {
    width: 41%;
    background-position:
      top right,
      bottom -30px right;
  }
  .main_visual {
    padding: 70px 0 50px 5%;
  }
  .main_day {
    bottom: unset;
    right: unset;
    left: 380px;
    top: 36px;
  }
  .main_day img {
    width: 80px;
  }
  .main_day span {
    font-size: 11px;
  }
  .main_day span strong {
    font-size: 16px;
  }
  .visual_txt p {
    font-size: 21px;
  }
  .visual_txt span {
    font-size: 34px;
    line-height: 46px;
  }
  .visual_txt {
    margin-bottom: 20px;
  }

  .main_sns_link {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .main_sns_link h3 {
    padding-right: 0;
    border-right: none;
  }
  .translated-ltr .main_sns_link h3 {
    max-width: 100%;
  }
  .translated-ltr .visual_txt {
    max-width: 50%;
  }

  .org_comm_link::before {
    width: 91vw;
  }
  .org_comm_link {
    height: 204px;
    padding-bottom: 50px;
  }

  .link_site .wrapper {
    gap: 16px;
  }

  .partners_cont {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners_tit {
    margin-bottom: 20px;
  }

  /* 사이트맵 */
  .sitemap_box {
    grid-template-columns: repeat(3, 1fr);
  }

  /* 대회정보 */
  .about_summary picture img {
    max-width: 320px;
  }
  .symbol_box {
    grid-template-columns: 1fr;
  }
  .symbol_box_l {
    padding: 40px;
  }
  .mascot_detail .cont_box.column06 {
    grid-template-columns: repeat(4, 1fr);
  }
  .stadium .cont_box.column03 {
    grid-template-columns: repeat(2, 1fr);
  }
  .event .tbl03 li span {
    min-width: 150px;
  }

  /* 참가신청 */
  .sub_tit_wrap.type03 {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .sub_tit_wrap.type03 .sub_tit {
    margin-bottom: 8px;
  }
  .sub_tit_wrap.type03 .red_info_text {
    margin-top: 0;
  }

  /* 대회사진 */
  .gallery_top p {
    font-size: 30px;
  }
  .gallery_img_wrap a {
    height: 190px;
  }

  /* 핸드북 */
  .handbook_info_area {
    gap: 0;
    flex-direction: column;
  }
  .handbook_info_txt h2 {
    font-size: 25px;
  }

  /* 개최지정보 */
  .daegu_pre {
    gap: 30px;
  }
  .daegu_weather {
    padding: 20px;
  }
  .daegu_weather li {
    margin-right: 16px;
    padding-right: 16px;
    gap: 20px;
  }
  .daegu_weather img {
    max-width: 30%;
  }

  /* 관광음식 */
  .tour_info_wrap {
    gap: 40px;
  }
  .tour_info_txt {
    margin: 30px 0;
  }
  .tour_info_txt > span {
    font-size: 20px;
  }
  .tour_info_txt p,
  .handbook_info_txt p {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 28px;
  }

  /* wma소개 */
  .intro_wrap.wma {
    padding-bottom: 60px;
  }

  /* 위원장 인사말 */
  .msg_r_box p {
    font-size: 24px;
  }
  .msg_r_box p span {
    font-size: 28px;
    line-height: 36px;
  }
  .msg_r_box p::after {
    right: -20px;
  }

  /* 조직도 */
  .chart_img_wrap {
    padding: 3%;
  }

  /* 알림소식 - 뉴스레터 배너 */
  .news_banner_txt {
    align-items: flex-start;
  }
  .news_banner_txt p {
    gap: 6px;
    flex-direction: column;
    align-items: center;
  }

  /* 교통 */
  .flight_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .trans_guide_map {
    padding: 30px;
  }
  .trans_guide_map_inner {
    gap: 40px;
  }

  /* 참가신청 */
  .registration_fee_popup {
    min-width: 90%;
    max-width: 90%;
  }

  /* 핸드북 */
  .handbook_wrap::before {
    height: 104%;
  }
}

/* small Tablet */
@media screen and (max-width: 839px) {
  /* 메인 */
  .venue_tit h2 {
    margin-bottom: 4px;
  }
  .main_btxt {
    font-size: 17px;
    line-height: 22px;
  }
  .more_btn {
    width: 32px;
    height: 32px;
  }
  .venue_info::before {
    left: 40px;
    width: calc(100% - 40px);
  }
  .venue_img a span {
    bottom: 12px;
    left: 12px;
    font-size: 15px;
  }
  .more_btn img {
    width: 15px;
  }

  .venue_info,
  .main_notice {
    margin-bottom: 50px;
  }
  .main_notice_wrap {
    gap: 30px;
  }
  .main_news_wrap a picture {
    height: 200px;
  }
  .main_news_desc {
    margin-top: 16px;
  }
  .main_sns ul li a {
    grid-template-columns: 47% 1fr;
    gap: 20px;
  }
  .main_sns ul li a picture {
    height: 160px;
  }
  .main_sns_wrap a span {
    font-size: 17px;
  }
  .main_sns_wrap img {
    width: 32px;
  }
  .main_sns_link {
    border-radius: 14px;
    padding: 20px 30px;
  }
  .main_news_wrap a picture,
  .main_sns ul li a picture {
    border-radius: 14px;
  }

  .org_comm .wrapper::before {
    display: none;
  }
  .org_comm_link {
    height: 164px;
    padding-bottom: 38px;
  }
  .org_comm_host {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    position: relative;
    bottom: unset;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 10px;
    border-radius: 0px;
    justify-content: center;
    background-color: rgba(182, 46, 70, 1);
  }
  .org_comm_host li {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .org_comm_host li span {
    font-size: 16px;
  }
  .org_comm_host li em {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    margin-left: 14px;
  }
  .org_comm_host li em img {
    width: 80px;
    margin-bottom: 0;
  }
  .org_comm_tit span,
  .org_comm_link a span {
    font-size: 17px;
  }

  .link_site {
    padding: 10px 0;
  }
  .link_site h4 {
    display: none;
  }
  .link_site .wrapper {
    gap: 0;
  }
  .link_site .swiper {
    width: calc(100% - 75px);
  }

  .partners_tit:after {
    display: none;
  }
  .partners {
    margin-bottom: 60px;
  }

  /* 사이트맵 */
  .sitemap_wrap .wrapper {
    height: 100%;
    padding-top: 7%;
    overflow: auto;
  }
  .sitemap_box {
    margin-bottom: 0;
  }
  .sitemap_wrap::before {
    width: 162px;
    height: 141px;
  }
  .sitemap_wrap::after {
    width: 172px;
    height: 115px;
  }

  /* 대회정보 */
  .about_summary {
    gap: 30px;
    margin-bottom: 50px;
  }
  .about_summary picture img {
    max-width: 250px;
  }
  .about_summary picture,
  .mass_box {
    border-radius: 14px;
  }
  .mass_box {
    border-radius: 14px;
  }
  .summary_cont h3 {
    margin-bottom: 12px;
  }
  .summary_cont .tbl03 li span {
    font-size: 17px;
  }
  .summary_cont img {
    width: 120px;
  }
  .mass_character_txt {
    padding: 24px 16px 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .mass_character_txt strong {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
  .mass_character {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .mass_character .cont_box.column03 {
    grid-template-columns: repeat(2, 1fr);
  }

  .vision_direc {
    margin-top: 16px;
    gap: 20px;
  }
  .vision_direc li {
    width: 268px;
    height: 268px;
  }
  .vision_direc li h4 {
    margin-bottom: 4px;
  }
  .vision_direc li p {
    font-size: 16px;
    line-height: 22px;
  }
  .vision_direc li:first-of-type p br:first-of-type {
    display: none;
  }
  .vision_direc li img {
    margin-bottom: 10px;
  }
  .vision_target p {
    font-size: 19px;
  }
  .vision_target p span {
    width: 150px;
    line-height: 60px;
  }
  .mt60.mb100 {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .vision_target p.mb24 {
    margin-bottom: 20px;
  }
  .vision_target_wrap::before {
    width: 100%;
    height: 70vw;
  }

  .symbol_box_r {
    padding: 24px 30px;
  }
  .mascot_detail .cont_box > li picture {
    height: 140px;
  }
  .symbol_info {
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .symbol_info li {
    padding-right: 10px;
    font-size: 17px;
  }
  .symbol_box_list li {
    font-size: 17px;
    line-height: 26px;
  }
  .mass_list {
    padding: 16px 20px;
  }
  .mass_list h5 {
    margin-bottom: 8px;
  }
  .mass_list ul > li {
    font-size: 16px;
  }
  .translated-ltr .mass_list ul > li {
    grid-template-columns: 90px 1fr;
  }

  .event_tit h3 {
    margin-bottom: 6px;
  }
  .event_tit p {
    font-size: 17px;
    line-height: 22px;
  }
  .gallery_img_wrap {
    gap: 20px;
  }
  .gallery_img_wrap a {
    border-radius: 14px;
    height: 150px;
  }
  .gallery_wrap {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .gallery_top {
    margin-bottom: 54px;
  }
  .gallery_top p::before {
    top: -5px;
    left: -14px;
    width: 40px;
    height: 40px;
  }
  .gallery_top p {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .gallery_top > span {
    font-size: 18px;
  }

  /* 경기일정 */
  .information_area {
    margin: 24px 0;
  }
  .information_area p:first-of-type {
    margin-bottom: 3px;
  }
  .information_area p {
    font-size: 16px;
  }

  /* 핸드북 */
  .handbook_info_txt {
    margin-top: 30px;
  }
  .handbook_wrap::before {
    bottom: -90px;
    width: 100%;
    border-radius: 0 100px 0 0;
  }
  .handbook_info_txt h2 {
    font-size: 22px;
  }

  /* 숙박 */
  .dim_cont_box .dim_title {
    left: 16px;
    bottom: 16px;
    font-size: 16px;
  }
  .inquiry_tbl .tbl03 span {
    min-width: 100px;
    padding-left: 20px;
  }
  .inquiry_tbl .tbl03 p {
    padding-left: 24px;
  }
  .dot_info.type02 li {
    margin-bottom: 10px;
  }
  .contact_info .company {
    margin-bottom: 7px;
  }
  .contact_info .email {
    margin-bottom: 5px;
  }

  /* 참가신청 */
  .sub_visual.registration_page,
  .sub_visual.subscribe {
    padding: 40px 0;
  }
  .sub_tit_wrap.type02 {
    align-items: flex-start;
    flex-direction: column;
  }
  .sub_tit_wrap.type02 .sub_tit,
  .registration .sub_tit {
    margin-bottom: 12px;
  }
  .sub_tit_wrap.type02 .sub_tit::after {
    display: none;
  }
  .sub_tit_wrap.type02 span {
    font-size: 18px;
  }

  .info_content p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
  }
  .info_content .main_text {
    margin-bottom: 2px;
  }
  .info_content .sub_text {
    margin: 0 0 2px 10px;
  }
  .red_info_text,
  p.red_info_text {
    font-size: 15px;
    line-height: 20px;
  }
  .regi_date {
    gap: 10px;
  }

  .icon_cont_box {
    border-radius: 10px;
  }
  .icon_cont_box picture {
    padding: 20px 0;
  }
  .icon_cont_box img {
    width: 64px;
  }
  .icon_cont_box .cont_box_wrap {
    padding: 20px 10px;
  }
  .icon_cont_box .cont_box_wrap h5 {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .icon_cont_box .cont_box_wrap p {
    font-size: 16px;
    line-height: 18px;
  }
  .primary.btn {
    padding: 12px 40px;
    font-size: 18px;
  }

  .tbl01 .text_img img {
    height: 18px;
  }
  .tbl01 p.text_img img {
    height: 17px;
  }

  .registration_table .domestic_row td {
    height: auto;
  }
  .tbl01 .domestic_toggle_box td {
    height: auto;
    padding: 20px;
    text-align: left;
    font-size: 15px;
  }
  .tbl01 .domestic_toggle_box td i {
    font-size: 14px;
  }
  .tbl01 .domestic_toggle_box td br {
    display: block;
  }
  .underline_btn {
    margin-left: 6px;
    font-size: 14px;
  }

  /* 공식상품 */
  .merchandise_item .icon_cont_box img {
    width: 154px;
  }

  /* 공식상품 언어선택 */
  .store_intro_visual {
    height: 45vh;
  }
  .store_intro_lang_buttons {
    flex-direction: column;
    gap: 16px;
    margin: 20px 0 20px;
    padding: 0 16px;
  }
  .store_lang_btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
  }

  /* 개최지 정보 */
  .tour_detail_info > p {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .tour_detail_info > p em {
    min-width: 35px;
    height: 35px;
  }
  .tour_detail_info > p em i {
    font-size: 15px;
  }
  .tour_detail_info > p em i.fa-user-friends {
    font-size: 14px;
  }
  .daegu_pre {
    gap: 20px;
  }
  .daegu_pre_wrap {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .daegu_weather {
    padding: 18px;
  }
  .daegu_weather li {
    gap: 0;
  }
  .daegu_weather li p em {
    font-size: 17px;
  }
  .daegu_weather li p span {
    font-size: 22px;
  }
  .daegu_more_btn {
    margin-top: 26px;
  }
  .daegu_more_btn a {
    gap: 30px;
    padding: 0 6px 6px 2px;
    font-size: 18px;
  }

  .daegu_history {
    margin-right: 0;
    padding: 40px 0;
    border-radius: unset;
  }
  .daegu_history::after {
    width: 390px;
    height: 390px;
  }
  .daegu_history .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .history_info p {
    margin-top: 6px;
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .history_wrap li strong {
    font-size: 19px;
  }
  .history_img_wrap {
    top: 50%;
    left: 50%;
    width: 70%;
    height: 33vw;
    max-height: 270px;
    transform: translateX(-50%);
    margin-top: 20px;
  }
  .history_img_wrap picture {
    border-radius: 14px;
  }
  .history_wrap li {
    gap: 8px;
  }
  .history_wrap li.on p {
    padding: 10px 16px;
  }
  .history_wrap li.on p b {
    font-size: 18px;
  }
  .history_wrap li p span {
    font-size: 17px;
  }
  .history_wrap li i {
    min-width: 25px;
    height: 25px;
  }

  .daegu_view {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .daegu_view .daegu_img .swiper-slide {
    border-radius: 14px;
  }
  .daegu_view_box p b {
    margin-bottom: 3px;
    font-size: 17px;
  }
  .daegu_view_box p span {
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 15px;
  }
  .daegu_view_box p a {
    padding: 4px 12px;
  }
  .daegu_view .swiper_btn {
    width: 30px;
    height: 30px;
  }
  .daegu_view .swiper-button-next:after,
  .daegu_view .swiper-button-prev:after {
    font-size: 10px;
  }

  /* 비자 */
  .visa_wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .visa_wrap p {
    font-size: 17px;
  }
  .visa_wrap h3 {
    margin-bottom: 16px;
  }
  .visa_wrap .tbl03 li span {
    min-width: 170px;
  }
  .visa_banner,
  .visa_banner.banner01 {
    width: 100%;
    padding: 20px;
  }
  .visa_banner h5 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .visa_banner p {
    max-width: 320px;
    font-size: 16px;
  }
  .visa_policy {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .visa_wrap .wma_activity {
    gap: 16px;
  }
  .tbl_source span {
    font-size: 15px;
  }
  .visa_top {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .visa_top .tbl03,
  .visa_banner {
    width: 100%;
  }
  .visa_wrap .btn.blue {
    margin-top: 16px;
  }
  .info_txt {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .info_txt i {
    font-size: 15px;
  }

  /* 교통 */
  .bus_guide_area {
    gap: 16px;
    margin-top: 16px;
  }
  .bus_guide_area .tbl01 tbody td span {
    min-width: 17px;
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 12px;
  }
  .flight_info_box {
    margin-top: 10px;
  }
  .flight_info_tit {
    padding: 12px 14px;
    background-size: 270px;
  }
  .flight_info_tit h4 {
    font-size: 18px;
  }
  .flight_info_tit .plane_icon {
    margin-right: 6px;
    width: 15px;
  }
  .flight_date_info {
    font-size: 15px;
  }
  .flight_info_cont {
    padding: 14px;
  }
  .flight_list {
    gap: 10px;
  }
  .flight_list li {
    font-size: 16px;
  }

  .tit_btn_between {
    margin-bottom: 10px;
  }
  .trans_guide_map_inner {
    gap: 20px;
  }
  .trans_guide_map_inner ul li img {
    width: 32px;
  }
  .trans_guide_map h4 {
    margin-bottom: 14px;
  }
  .trans_guide_map ul {
    gap: 10px;
  }
  .trans_guide_map ul li {
    gap: 6px;
  }
  .trans_guide_map ul li span {
    font-size: 17px;
  }
  .trans_guide_map small {
    margin-top: 14px;
    font-size: 17px;
  }
  .trans_guide_map .info_txt {
    margin-top: 20px;
  }
  .sub_tit_wrap.type04 {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .trans_icon_area img {
    width: 30px;
  }
  .trans_route_info_area {
    margin-top: 14px;
    gap: 20px;
  }
  .trans_route_tit {
    padding: 12px 16px 12px 14px;
  }
  .trans_route_tit h4 {
    font-size: 18px;
  }
  .arrow_btn i {
    font-size: 15px;
  }
  .recommend_icon {
    margin-left: 8px;
    width: 17px;
  }
  .place_tit {
    font-size: 17px;
  }
  .info_label {
    font-size: 16px;
  }
  .trans_tip_area {
    margin-top: 16px;
    font-size: 16px;
  }
  .tooltip_box {
    width: 130%;
  }
  .translated-ltr .tooltip_box {
    width: 110%;
  }
  .translated-ltr .tooltip_box::after,
  .translated-ltr .tooltip_box::before {
    left: 50%;
  }
  .tooltip_box::before,
  .tooltip_box::after {
    left: 83%;
  }

  .route_timeline {
    margin-left: 4px;
    padding: 0 0 0 18px;
  }
  .route_timeline::before {
    left: 3px;
  }
  .route_timeline li {
    margin-bottom: 10px;
  }
  .route_timeline .timeline_inner {
    margin-left: 4px;
  }
  .dot {
    width: 12px;
    height: 12px;
  }

  .subway_info_area {
    gap: 26px;
  }
  .subway_info_area iframe {
    height: 400px;
  }
  .daegu_trans_tbl_area h5 {
    margin-bottom: 10px;
  }
  .daegu_trans_info_box {
    padding: 20px;
  }
  .daegu_trans_info_box p {
    font-size: 17px;
    line-height: 24px;
  }
  .daegu_trans_info_box .btn_wrap {
    margin-top: 14px;
  }
  .tbl03 .subway_route {
    min-width: 20px;
    margin-right: 4px;
    padding: 1px 6px;
    font-size: 15px;
  }

  .event_tit.type02 h4 {
    margin-bottom: 6px;
  }
  .event_tit.type02 p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .app_list {
    gap: 20px;
  }
  .app_list .btn_wrap {
    margin-top: 10px;
    gap: 10px;
  }
  .app_list .symbol_box {
    grid-template-rows: 160px auto;
  }
  .app_list .symbol_box_r {
    padding: 20px;
  }
  .app_list .symbol_box_r h5 {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .app_list p {
    font-size: 16px;
    line-height: 22px;
  }
  .app_list .symbol_box_l img {
    max-width: 85px;
  }

  /* 관광음식 */
  .tour_info_txt {
    margin: 0;
  }
  .tour_info_txt > span {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .tour_info_txt > span::before {
    display: none;
  }
  .tour_info_txt h2,
  .handbook_info_txt h2 {
    margin-bottom: 12px;
  }
  .tour_info_txt h2::after {
    right: -12px;
    width: 6px;
    height: 6px;
  }
  .tour_info_txt p,
  .handbook_info_txt p {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 24px;
  }
  .tour_info_wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .tour_wrap {
    padding: 40px 0 50px;
  }
  .tour_detail_wrap {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .tour_detail_txt {
    margin-top: 0;
  }
  .tour_detail_txt > p b {
    font-size: 18px;
  }
  .tour_detail_txt > p {
    margin-top: 6px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
  }
  .tour_detail_info .fa-map-marker-alt {
    font-size: 18px !important;
  }
  .tour_wrap .cont_box.column03 a .cont_box_wrap {
    height: auto;
  }

  .cont_box.type02 a {
    display: flex;
    flex-direction: column;
  }
  .cont_box.type02 a picture {
    width: 100%;
    height: 240px;
  }
  .cont_box.type02 a {
    height: auto;
  }

  /* 알림소식 */
  .detail_cont {
    max-width: 100%;
  }
  .detail_cont iframe {
    height: 44vh;
  }
  .main_sns ul li a span {
    gap: 6px;
  }
  .sub_news_wrap li picture {
    width: 260px;
    height: 160px;
  }
  .sub_news_wrap li a {
    padding: 20px 0;
    gap: 20px;
    grid-template-columns: 260px 1fr;
  }
  .sub_news_cont {
    padding: 10px 16px 10px 0;
    height: 160px;
  }
  .sub_news_cont span h4 {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .sub_news_cont .list_content {
    line-height: 26px;
    font-size: 16px;
  }
  .sub_news_cont {
    font-size: 17px;
  }

  /* 알림소식 - 뉴스레터 배너 */
  .news_banner_area {
    margin-bottom: 30px;
  }
  .news_banner {
    padding: 20px;
  }
  .news_banner_txt img {
    width: 35px;
  }
  .news_banner_txt p,
  .news_banner_txt em {
    font-size: 17px;
  }

  /* 검색결과 */
  .search_result_top .h_search {
    width: 80%;
  }
  .search_result_top .h_search input {
    height: 50px;
  }
  .search_result_top .h_search a {
    top: 14px;
    font-size: 18px;
  }
  .search_result_top {
    padding: 50px 0;
  }
  .search_result_top p {
    margin-top: 30px;
    font-size: 18px;
  }
  .search_result_wrap {
    padding: 40px 0 60px;
  }
  .search_result_wrap .tbl_top span {
    font-size: 19px;
  }
  .search_result_box .tbl_top {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .search_result_list a {
    font-size: 16px;
  }
  .search_result_list .list_none {
    padding: 24px 0;
  }
  .search_result_list a span i {
    margin-right: 10px;
  }

  /* wma 소개 */
  .intro_wrap.wma {
    flex-direction: column;
    padding: 50px 0;
  }
  .intro_l_box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .wma_r_box span {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .wma_r_box {
    font-size: 17px;
    line-height: 24px;
  }
  .wma_info li,
  .dot_info li {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .wma_con h5 {
    font-size: 17px;
  }
  .wma_activity li p {
    width: 70px;
    height: 70px;
  }
  .wma_activity li {
    grid-template-columns: 70px 1fr;
  }
  .wma_activity li span h5 {
    margin-bottom: 4px;
    font-size: 17px;
  }
  .wma_activity li span em {
    font-size: 16px;
  }
  .wma_struc li span {
    padding: 10px 28px;
    font-size: 17px;
  }
  .wma_struc li p {
    padding: 24px 16px 16px;
    font-size: 16px;
  }
  .wma_struc li p br {
    display: none;
  }
  .wma_struc {
    grid-template-columns: 1fr;
  }
  .wma_struc::before {
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
  }
  .wma_con .tbl03 li span {
    min-width: 170px;
  }

  /* 대회연혁 */
  .wma_hist {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .red_primary_box {
    margin-bottom: 30px;
    padding: 20px 30px;
    font-size: 17px;
    line-height: 24px;
  }
  .wma_hist_wrap.cont_box a .cont_box_wrap {
    height: 44px;
    font-size: 17px;
  }
  .wma_hist_wrap a picture {
    height: 140px;
  }
  .sub_tit em {
    font-size: 17px;
  }
  .prog_plan {
    margin-right: 4px;
    font-size: 15px;
  }
  .translated-ltr .wma_hist_info ul li {
    grid-template-columns: 108px 1fr;
  }
  .wma_hist_info ul li {
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
  }
  .wma_hist_view {
    gap: 20px;
    margin-bottom: 30px;
  }
  .wma_hist_wrap a picture {
    border-radius: 14px 14px 0 0;
  }

  /* 위원장 인사말 */
  .msg_r_box p {
    display: inline-block;
    font-size: 20px;
  }
  .msg_r_box p span {
    font-size: 22px;
    line-height: 28px;
  }
  .msg_r_box p::before,
  .msg_r_box p::after {
    display: none;
  }
  .msg_r_box > div {
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
  }
  .msg_r_box > div em {
    font-size: 18px;
  }

  /* faq */
  .faq_box_wrap {
    gap: 30px;
  }
  .faq_cont {
    padding: 16px 20px 16px 14px;
  }
  .faq_cont .faq_inner {
    gap: 14px;
  }
  .faq_cont p {
    font-size: 17px;
    line-height: 24px;
  }
  .faq_cont span {
    font-size: 24px;
  }
  .faq_cont i {
    font-size: 14px;
  }

  /* 오시는 길 */
  .map_locate_box p {
    margin-bottom: 16px;
  }
  .map_locate_box {
    padding: 20px;
    min-width: 400px;
    border-radius: 20px 5px 10px 5px;
  }
  .map_locate_box h4 {
    margin-bottom: 4px;
  }
  .map_locate_box a {
    max-width: 130px;
  }
  .map_nav_box h4 {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .map_nav_box h4 span {
    font-size: 15px;
  }
  .translated-ltr .map_locate_box a {
    max-width: 150px;
  }
  .map_car_wrap {
    gap: 14px;
    flex-direction: column;
  }
  .map_car_wrap h5 span {
    min-width: 20px;
    height: 20px;
    padding-top: 3px;
    font-size: 13px;
  }
  .map_car_cont span {
    margin-bottom: 6px;
    padding: 4px 8px;
    font-size: 14px;
  }
  .map_car_cont p {
    font-size: 15px;
  }
  .map_car_cont {
    margin-bottom: 12px;
  }
  .map_car_cont:last-of-type {
    margin-bottom: 0;
  }
  .map_car_wrap h5 {
    font-size: 17px;
  }
  .map_nav_box {
    gap: 20px;
    margin-top: 16px;
  }
  .map_nav_box.trans {
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .map_nav_box > span {
    min-width: 80px;
    height: 80px;
  }
  .trans_box p {
    font-size: 15px;
    line-height: 26px;
  }
  .trans_box p b {
    font-size: 15px;
  }

  /* 구독신청 */
  .subscribe_content {
    font-size: 16px;
  }
  .sub_visual.subscribe h1 {
    font-size: 26px;
  }
  .agree_box {
    padding: 16px;
    line-height: 24px;
  }
  .tbl_box.email_input_box {
    margin-top: 24px;
  }
  .tbl_box.email_input_box th {
    font-size: 17px;
  }
  .tbl_box.email_input_box .email_input {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .subscribe_btn_area {
    margin-top: 30px;
  }
  .unsubscribe_info p {
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .main_list_board li > a > span {
    flex-direction: column; /* 세로 배치 */
    align-items: flex-start; /* 왼쪽 정렬 */
    gap: 6px; /* 제목-날짜 간격 */
  }

  .main_list_board li > a > span p {
    width: 100%;
    line-height: 1.4;
    word-break: keep-all;
  }
  .main_board_title .target a {
    padding: 8px 10px;
  }
  .main_list_board li > a > span em {
    font-size: 13px;
    color: #888;
    margin-left: 0;
    text-align: left;
  }

  /* 메인 */
  .translated-ltr .main_btxt {
    white-space: normal;
  }
  .compet_info .compet_img {
    min-width: 40px;
    height: 40px;
  }
  .compet_info .compet_img img,
  .compet_info li:first-of-type .compet_img img {
    width: 56%;
    transform: translate(8px, 6px);
  }
  .main_visual {
    padding: 50px 0 30px 5%;
  }
  .compet_info span p {
    font-size: 15px;
  }
  .compet_info span b {
    font-size: 18px;
  }
  .visual_txt {
    margin-bottom: 30px;
  }
  .visual_txt p {
    font-size: 18px;
  }
  .visual_txt span {
    font-size: 29px;
    line-height: 38px;
  }
  .compet_info {
    max-width: 410px;
    gap: 10px;
  }
  .main_day {
    left: 310px;
    top: 16px;
  }

  .venue_info .wrapper {
    gap: 20px;
  }
  .sitemap_wrap {
    top: 70px;
    height: calc(100% - 70px);
  }
  .translated-ltr .sitemap_wrap {
    top: 110px;
    height: calc(100% - 110px);
  }

  /* 대회정보 */
  .about_summary {
    flex-direction: column;
  }
  .about_summary picture {
    width: 100%;
    text-align: center;
  }
  .about_summary picture img {
    max-width: 280px;
  }

  /* 대회연혁 */
  .wma_pop_wrap.pop_wrap .pop_box {
    width: 90%;
  }

  /* 알림소식 - 뉴스레터 배너 */
  .news_banner_txt {
    align-items: center;
  }
  .news_banner_txt p {
    display: block;
  }
  .news_banner_txt p span {
    margin-right: 14px;
  }

  /* 참가신청 */
  .domestic_fee_imgarea {
    width: 700px;
  }
  .registration_fee_popup .popup_body {
    padding: 12px;
  }

  /* 교통 */
  .app_list {
    grid-template-columns: 1fr;
  }
  .app_list .btn_wrap a {
    flex: 1;
  }
  .translated-ltr .tooltip_box {
    top: 44px;
  }
  .translated-ltr
    .trans_tab01
    .trans_route_box:first-of-type
    .route_timeline::before {
    height: calc(100% - 62px);
  }
}

@media screen and (max-width: 620px) {
  /* 메인 */
  .main_visual {
    padding: 80px 0 60px 30px;
  }
  .main_visual::after {
    width: 50%;
    background-image:
      url(../img/m_visual_right.png), url(../img/visual_right02.png);
    background-size: 100%, 100%;
    background-position:
      top right,
      bottom right;
  }
  .translated-ltr .visual_txt {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .visual_txt p {
    font-size: 20px;
  }
  .visual_txt span {
    font-size: 32px;
    line-height: 44px;
  }
  .compet_info {
    grid-template-columns: 1fr;
  }
  .main_day {
    left: unset;
    right: 30px;
    top: unset;
    bottom: 40%;
  }

  .venue_info,
  .main_notice {
    margin-bottom: 30px;
  }
  .venue_info::before {
    left: 0;
    width: 100%;
    border-radius: unset;
  }
  .venue_info .wrapper {
    gap: 0;
    padding: 30px;
    flex-direction: column;
  }
  .venue_img {
    margin-top: 20px;
    justify-content: center;
  }
  .venue_img > a {
    width: 27vw;
    height: 34vw;
  }
  .venue_img > div > a {
    width: 28vw;
    height: 21vw;
  }
  .venue_tit {
    max-width: 100%;
    margin-top: 10px;
  }
  .venue_tit br {
    display: none;
  }
  .venue_tit a {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .venue_txt:first-of-type {
    left: 3%;
    top: 30%;
  }

  .notice_tit {
    margin-bottom: 8px;
  }
  .main_sns ul li a {
    gap: 16px;
  }
  .main_sns_link {
    margin-top: 20px;
  }
  .main_notice_wrap,
  .main_news_wrap,
  .main_sns ul {
    gap: 20px;
  }
  .main_sns {
    margin-top: 8px;
  }
  .main_sns ul li a {
    grid-template-columns: 1fr;
  }
  .main_sns ul li a picture {
    height: 42vw;
  }
  .main_sns ul li a span {
    display: none;
  }
  .main_sns_wrap a span {
    margin-left: 8px;
  }
  .main_news_desc span {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .main_news_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    padding: 14px 0 20px;
    margin-top: 0;
  }
  .main_news_desc b {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-word;
    white-space: normal;
    font-size: 17px;
    line-height: 24px;
  }
  .main_news_wrap {
    flex-direction: column;
  }
  .main_news_wrap ul {
    width: 100%;
  }
  .main_news_wrap a picture {
    width: 55%;
    height: 180px;
  }
  .alert_zone .main_news_wrap a picture {
    width: 100%;
  }
  .main_news_wrap > a {
    display: flex;
    gap: 16px;
    width: 100%;
  }
  .main_news_wrap > a::before {
    top: -16px;
    right: unset;
    left: 48%;
    width: 46px;
    height: 46px;
  }

  .org_comm_link::before {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: none;
  }
  .org_comm_link {
    height: 120px;
    padding-bottom: 18px;
  }
  .org_comm_tit {
    margin-bottom: 10px;
  }
  .org_comm {
    padding: 30px 0 46px;
  }

  .partners_tit {
    margin-bottom: 16px;
  }
  .partners_cont > li img {
    width: 170px;
  }

  /* 사이트맵 */
  .sitemap_wrap {
    overflow: auto;
  }
  .site_bg_img {
    right: 0;
  }
  .sitemap_box {
    margin-bottom: 30px;
  }
  .sitemap_wrap {
    top: 60px;
    height: calc(100% - 60px);
  }
  .translated-ltr .sitemap_wrap {
    top: 100px;
    height: calc(100% - 100px);
  }
  .sitemap_box li h4 {
    padding: 10px 16px;
    font-size: 17px;
  }
  .sitemap_box li p a {
    padding: 6px 12px;
    font-size: 16px;
  }
  .sitemap_box li p {
    padding: 5px 0;
  }
  .sitemap_wrap::before {
    width: 122px;
    height: 101px;
  }
  .sitemap_wrap::after {
    width: 132px;
    height: 90px;
  }

  /* 대회정보 */
  .posterSwiper {
    max-width: 90%;
    border-radius: 10px;
  }
  .posterSwiper .swiper-slide {
    padding: 10px 10px 0;
  }
  .swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .poster-pagination {
    margin-bottom: 10px;
  }
  .mass_character .cont_box.column03 {
    grid-template-columns: 1fr;
  }
  .mass_box picture {
    height: 300px;
  }
  .vision_target p {
    font-size: 18px;
  }
  .vision_target p em b,
  .vision_direc::before {
    display: block;
  }
  .vision_direc::before {
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
  }
  .vision_direc {
    align-items: center;
    flex-direction: column;
  }

  .mascot_detail .cont_box.column06 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stadium .cont_box.column03 {
    grid-template-columns: 1fr;
  }

  /* 대회사진 */
  .gallery_img_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery_img_wrap a:nth-of-type(3n-1) {
    margin-top: 0;
  }
  .gallery_img_wrap a:nth-of-type(2n-1) {
    margin-top: -24px;
  }
  .gallery_top p {
    gap: 12px;
  }
  .pop_photo_info {
    font-size: 16px;
  }
  .pop_photo_info b {
    font-size: 17px;
  }

  /* 핸드북 */
  .handbook_info_txt p br {
    display: none;
  }

  /* 개최지정보 */
  .daegu_pre {
    flex-direction: column;
  }
  .daegu_pre > img {
    max-width: 50%;
  }
  .daegu_weather li {
    flex: 1;
  }

  /* 교통 */
  .trans_guide_map {
    padding: 20px;
  }
  .trans_guide_map_inner {
    gap: 0;
    flex-direction: column;
  }
  .trans_guide_map_info {
    max-width: 100%;
  }
  .trans_guide_map .info_txt br {
    display: none;
  }
  .translated-ltr .flight_info_tit {
    background-image: none;
  }

  /* 관광음식 */
  .tour_info_img,
  .tour_detail_img {
    height: 358px;
  }

  /* 알림소식 */
  .sub_news_wrap li picture {
    width: 200px;
    height: 150px;
  }
  .sub_news_wrap li a {
    gap: 16px;
    grid-template-columns: 200px 1fr;
  }
  .sub_news_cont {
    height: 150px;
    padding: 6px 6px 6px 0;
  }

  .detail_top h4 {
    padding: 16px 10px;
  }
  .detail_top p {
    padding: 14px 10px;
  }
  .detail_top p span {
    font-size: 16px;
  }
  .detail_cont {
    padding: 20px 10px;
  }

  /* wma 소개 */
  .wma_activity {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* 대회연혁 */
  .wma_hist .sub_tit {
    margin-bottom: 10px;
  }
  .sub_tit_wrap {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .wma_hist_view {
    gap: 10px;
    flex-direction: column;
  }

  /* 오시는길 */
  .tour_map {
    height: auto;
  }
  .tour_map iframe {
    height: 400px;
    border-radius: 10px 10px 0 0;
  }
  .map_locate_box {
    position: relative;
    right: 0;
    bottom: 4px;
    border-radius: 0 0 10px 10px;
  }
  .map_locate_box::before {
    top: -110px;
    left: 47%;
    width: 606px;
    height: 490px;
  }
  .map_nav_box {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* mobile */
@media screen and (max-width: 480px) {
  /* 번역 페이지 적용 */
  .translated-ltr .main_day {
    bottom: 27%;
  }

  /* 메인 */
  .main_visual {
    padding: 80px 0 60px 24px;
  }
  .main_visual::after {
    width: 60%;
  }
  .compet_info li {
    gap: 8px;
  }
  .compet_info .compet_img {
    min-width: 38px;
    height: 38px;
  }
  .compet_info span b {
    font-size: 16px;
  }
  .compet_info span p {
    font-size: 15px;
  }
  .main_day span {
    font-size: 10px;
  }
  .main_day span strong {
    font-size: 14px;
  }

  .venue_info .wrapper {
    gap: 0;
    padding: 30px 24px;
  }
  .main_btxt {
    font-size: 15px;
    line-height: 15px;
  }
  .venue_img {
    margin-top: 14px;
  }
  .venue_img,
  .venue_img > div {
    gap: 10px;
  }
  .venue_img a span {
    left: 8px;
    bottom: 8px;
    font-size: 12px;
  }
  .venue_img a,
  .main_news_wrap a picture,
  .main_sns ul li a picture {
    border-radius: 10px;
  }
  .venue_tit h2 {
    margin-bottom: 2px;
  }
  .more_btn {
    width: 22px;
    height: 22px;
  }
  .more_btn img {
    width: 11px;
  }

  .main_news_wrap ul li a span,
  .main_news_desc b,
  .main_sns_wrap a span {
    font-size: 15px;
  }
  .main_news_desc b {
    line-height: 22px;
  }
  .main_news_desc span,
  .main_news_wrap ul li a em {
    font-size: 14px;
  }
  .main_news_wrap ul li a {
    padding: 8px 0;
  }
  .main_news_wrap a picture {
    height: 160px;
  }
  .main_news_wrap > a::before {
    left: 45%;
  }
  .main_sns_wrap {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .main_sns_wrap img {
    width: 28px;
  }
  .main_sns_link {
    padding: 14px;
    gap: 8px;
    border-radius: 10px;
  }
  .main_notice_wrap,
  .main_news_wrap,
  .main_sns ul {
    gap: 16px;
  }

  .org_comm {
    padding: 30px 0;
  }
  .org_comm_host {
    gap: 14px;
  }
  .org_comm_host li span {
    padding-left: 6px;
    font-size: 12px;
  }
  .org_comm_host li em {
    margin-left: 10px;
    gap: 12px;
  }
  .org_comm_host li em img {
    width: 16vw;
  }
  .org_comm_tit {
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
  }
  .org_comm_tit span {
    gap: 30px;
    font-size: 15px;
  }
  .org_comm_link {
    height: 100px;
    padding-bottom: 24px;
  }
  .org_comm_link img {
    width: 32px;
  }
  .org_comm_link a span {
    margin-top: 2px;
    font-size: 14px;
  }

  .link_site .wrapper {
    gap: 14px;
  }
  .link_site {
    padding: 4px 0;
  }
  .family_btn_wrap {
    gap: 8px;
  }
  .family_btn_wrap button {
    font-size: 15px;
  }
  .family_btn_wrap button img {
    width: 9px;
  }

  .partners {
    margin-bottom: 50px;
  }
  .partners_tit {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
  }
  .partners_cont {
    gap: 10px;
  }
  .partners_cont > li {
    height: 50px;
    border-radius: 5px;
  }
  .partners_cont > li img {
    width: 120px;
  }

  /* 사이트맵 */
  .sitemap_box {
    grid-template-columns: 1fr;
  }
  .sitemap_tit {
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .sitemap_box li h4 {
    padding: 10px 16px;
    font-size: 15px;
  }
  .sitemap_box li p a {
    padding: 5px 12px;
    font-size: 15px;
  }
  .sitemap_registration {
    order: -1;
  }
  .sitemap_wrap .h_link_btn {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .sitemap_wrap .h_link_btn a {
    flex: 1;
    padding: 9px 12px;
  }

  /* 대회정보 */
  .about_summary {
    gap: 20px;
    margin-bottom: 30px;
  }
  .about_summary picture {
    width: 90%;
    padding: 10px;
    border-radius: 10px;
  }
  .about_summary picture img {
    max-width: 100%;
  }
  .mass_box {
    border-radius: 10px;
  }
  .summary_cont .tbl03 li span {
    min-width: 70px;
    font-size: 16px;
  }
  .summary_cont > span {
    font-size: 15px;
    line-height: 18px;
  }
  .summary_cont h3 {
    font-size: 19px;
  }
  .summary_cont img {
    width: 100px;
  }
  .mass_character {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .mass_character_txt {
    padding: 20px 14px 14px;
    font-size: 15px;
    line-height: 20px;
  }
  .mass_box picture {
    height: 220px;
  }

  .vision_target_wrap {
    margin-top: 30px;
  }
  .vision_direc {
    margin-top: 12px;
  }
  .vision_direc li {
    width: 230px;
    height: 220px;
  }
  .vision_direc li p {
    font-size: 14px;
    line-height: 20px;
  }
  .vision_direc li img {
    width: 46px;
  }
  .vision_target p {
    font-size: 15px;
  }
  .vision_target p span {
    width: 140px;
    line-height: 50px;
  }

  .symbol_box_l img {
    max-height: 120px;
  }
  .symbol_box_l {
    padding: 30px;
  }
  .symbol_box_r {
    padding: 16px 20px;
  }
  .symbol_info li {
    padding-right: 6px;
    font-size: 15px;
  }
  .symbol_box {
    border-radius: 6px;
  }
  .symbol_box_list li {
    font-size: 15px;
    line-height: 22px;
  }
  .symbol_info {
    gap: 6px;
  }
  .symbol_info li b {
    margin-right: 6px;
  }
  .symbol_info li em {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .mascot_detail .cont_box > li picture {
    height: 120px;
  }
  .mascot_detail .cont_box > li picture img {
    max-width: 60%;
  }

  .mass_list {
    padding: 14px 18px;
  }
  .mass_list h5 {
    margin-bottom: 4px;
  }
  .mass_list ul > li {
    margin-bottom: 2px;
    grid-template-columns: 46px 1fr;
    font-size: 14px;
  }
  .mass_list ul > li span {
    margin-right: 8px;
    padding-right: 10px;
  }

  .event_tit {
    margin-bottom: 10px;
  }
  .event_tit p {
    font-size: 15px;
    line-height: 20px;
  }
  .day_schedule {
    gap: 6px;
    margin-top: 6px;
  }

  /* 경기정보 */
  .translated-ltr .mass_list ul > li {
    grid-template-columns: 75px 1fr;
  }

  /* 경기일정 */
  .information_area {
    margin: 16px 0;
  }
  .information_area p {
    font-size: 14px;
    line-height: 20px;
  }
  .schedule_table thead th,
  .schedule_table tbody td {
    padding: 8px;
  }
  .tbl01.schedule_table {
    min-width: 900px;
  }

  /* 숙박 */
  .dim_cont_box .dim_title {
    left: 12px;
    bottom: 12px;
    font-size: 14px;
  }
  .dot_info.type02 {
    margin-bottom: 16px;
  }
  .dot_info.type02 li {
    margin-bottom: 4px;
  }
  .inquiry_tbl .tbl03 span {
    min-width: unset;
    padding-left: 0;
  }
  .inquiry_tbl .tbl03 p {
    padding-left: 0;
  }
  .contact_info .company {
    margin-bottom: 5px;
  }
  .contact_info .email {
    margin-bottom: 3px;
  }

  /* 참가신청 */
  .sub_visual.registration_page,
  .sub_visual.subscribe {
    padding: 46px 0;
  }
  .sub_tit_wrap.type02 span {
    font-size: 15px;
  }
  .sub_tit_wrap.type02 .sub_tit,
  .registration .sub_tit {
    margin-bottom: 8px;
  }
  .sub_tit_wrap.type03 {
    margin-bottom: 10px;
  }
  .sub_tit_wrap .info_txt {
    margin-top: 0;
  }
  .red_info_text,
  p.red_info_text {
    font-size: 14px;
  }
  .regi_date {
    gap: 4px;
  }

  .info_content .text_box {
    margin-bottom: 8px;
  }
  .info_content p {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 23px;
  }
  .icon_cont_box .cont_box_wrap {
    padding: 16px 10px;
  }
  .icon_cont_box img {
    width: 50px;
    height: 50px;
  }
  .icon_cont_box:nth-child(2) img {
    width: 75px;
  }
  .icon_cont_box .cont_box_wrap h5 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .icon_cont_box .cont_box_wrap p {
    font-size: 14px;
  }

  .primary.btn {
    padding: 9px 24px;
    font-size: 16px;
  }
  .tbl01 .text_img img {
    height: 16px;
  }
  .tbl01 p.text_img img {
    height: 15px;
  }
  .tbl01 .domestic_toggle_box td {
    padding: 14px;
    font-size: 14px;
  }
  .tbl01 .domestic_toggle_box td i,
  .underline_btn {
    font-size: 13px;
  }
  .underline_btn {
    display: block;
    margin: 6px 0;
  }
  .registration_fee_popup .popup_body {
    padding: 8px;
  }

  /* 공식상품 */
  .merchandise_item .icon_cont_box img {
    width: 124px;
  }
  .merchandise_item .icon_cont_box picture {
    padding: 10px 0;
  }
  .merchandise_item .icon_cont_box .cont_box_wrap {
    padding: 14px 10px;
  }

  /* 공식상품 언어선택 */
  .store_intro_visual {
    height: 32vh;
  }

  /* 대회사진 */
  .gallery_img_wrap {
    gap: 16px;
  }
  .gallery_img_wrap a:nth-of-type(2n-1) {
    margin-top: -20px;
  }
  .gallery_img_wrap a {
    border-radius: 10px;
    height: 130px;
  }
  .gallery_top p {
    gap: 0;
    margin-bottom: 6px;
    font-size: 20px;
  }
  .gallery_top p::before {
    width: 30px;
    height: 30px;
  }
  .gallery_top p > span {
    max-width: 200px;
  }
  .gallery_top > span {
    font-size: 15px;
    line-height: 20px;
  }
  .gallery_top {
    margin-bottom: 40px;
  }
  .gallery_wrap {
    margin-top: 30px;
    margin-bottom: 36px;
  }
  .gallery_wrap::before {
    display: none;
  }

  .pop_photo_info {
    margin: 10px 0 -6px;
    font-size: 14px;
  }
  .pop_photo_info b {
    font-size: 15px;
  }

  /* 핸드북 */
  .handbook_visual {
    padding: 16px 16px 10px 10px;
    border-radius: 10px 40px 10px 20px;
  }
  .handbook_info_txt {
    margin-top: 20px;
  }
  .handbook_info_txt h2 {
    font-size: 19px;
  }

  /* 개최지정보 */
  .daegu_pre_wrap {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .daegu_pre {
    gap: 10px;
  }
  .tour_detail_info {
    margin-top: 0;
  }
  .tour_detail_info > p {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .tour_detail_info > p em {
    min-width: 28px;
    height: 28px;
  }
  .tour_detail_info > p em i {
    font-size: 13px;
  }
  .tour_detail_info > p em i.fa-user-friends {
    font-size: 12px;
  }
  .tour_detail_info > p span {
    margin-right: 10px;
    margin-left: 6px;
    padding-right: 10px;
  }
  .daegu_weather {
    padding: 16px;
    margin-top: 16px;
  }
  .daegu_weather li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .daegu_weather li p em {
    font-size: 15px;
  }
  .daegu_weather li p span {
    font-size: 18px;
  }
  .daegu_more_btn {
    margin-top: 20px;
  }
  .daegu_more_btn a {
    gap: 16px;
    padding: 0px 4px 4px 2px;
    font-size: 15px;
  }

  .daegu_history::after {
    width: 320px;
    height: 320px;
  }
  .daegu_history .wrapper {
    gap: 44px;
  }
  .history_info p {
    font-size: 14px;
    line-height: 18px;
  }
  .history_img_wrap {
    margin-top: 16px;
  }
  .history_img_wrap picture {
    border-radius: 10px;
  }
  .history_img_wrap::before {
    top: 20px;
    left: -18px;
    width: 50px;
    height: 50px;
  }
  .history_wrap li strong {
    min-width: 42px;
    font-size: 16px;
  }
  .history_wrap li.on p {
    padding: 8px 12px;
  }
  .history_wrap li.on p b,
  .history_wrap li p b {
    font-size: 15px;
  }
  .history_wrap li p span {
    font-size: 14px;
    line-height: 17px;
  }
  .history_wrap li p em {
    font-size: 13px;
  }
  .history_wrap li p {
    margin-left: 20px;
  }
  .history_wrap li i::before {
    left: 16px;
    width: 16px;
  }

  .daegu_view {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .daegu_view .daegu_img .swiper-slide {
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0 0 0 / 20%);
  }
  .daegu_view_box p {
    padding: 0 14px 14px;
  }
  .daegu_view_box p b {
    margin-bottom: 1px;
    font-size: 15px;
  }
  .daegu_view_box p a {
    padding: 3px 8px;
    font-size: 12px;
  }
  .daegu_view_box p span {
    margin-bottom: 6px;
    line-height: 17px;
    font-size: 13px;
  }
  .daegu_view .swiper_btn {
    width: 24px;
    height: 24px;
  }
  .daegu_view .swiper-button-next {
    margin-left: 6px;
  }
  .daegu_view .daegu_img {
    padding: 12px 10px;
  }
  .daegu_view .daegu_img .swiper-slide:nth-of-type(2n) {
    margin-top: 16px;
  }

  /* 비자 */
  .info_txt,
  .info_txt i {
    font-size: 14px;
  }
  .tbl_source span {
    font-size: 13px;
  }
  .visa_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .visa_wrap p {
    margin-bottom: 2px;
    font-size: 15px;
  }
  .visa_wrap h3 {
    margin-bottom: 12px;
  }
  .visa_banner,
  .visa_banner.banner01 {
    padding: 18px;
  }
  .visa_banner h5 {
    font-size: 16px;
  }
  .visa_banner p {
    max-width: 257px;
    font-size: 15px;
    line-height: 21px;
  }
  .visa_banner .btn {
    margin-top: 10px;
  }
  .visa_banner .lbtn {
    margin-top: 12px;
  }
  .visa_policy {
    margin-top: 14px;
    gap: 16px;
  }
  .visa_wrap .wma_activity {
    gap: 10px;
  }
  .visa_wrap .btn.blue {
    margin-top: 10px;
  }
  .translated-ltr .visa_wrap .tbl03 li span {
    width: 100%;
  }

  /* 교통 */
  .bus_map_area {
    border-radius: 6px;
  }
  .flight_info_box {
    margin-top: 8px;
    border-radius: 7px;
  }
  .flight_info_tit {
    border-radius: 7px 7px 0 0;
    background-size: 200px;
  }
  .flight_info_cont {
    padding: 10px;
    border-radius: 0 0 7px 7px;
  }
  .flight_info_tit h4 {
    font-size: 16px;
  }
  .flight_date_info {
    font-size: 14px;
  }
  .flight_info_tit {
    padding: 10px 12px;
  }
  .flight_list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .flight_list li {
    font-size: 15px;
  }

  .trans_guide_map {
    padding: 16px;
    border-radius: 10px;
  }
  .trans_guide_map h4 {
    margin-bottom: 12px;
    line-height: 22px;
  }
  .trans_guide_map ul {
    gap: 8px;
  }
  .trans_guide_map ul li span {
    font-size: 15px;
  }
  .trans_guide_map small {
    margin-top: 12px;
    font-size: 15px;
  }
  .trans_guide_map_inner ul li img {
    width: 26px;
  }
  .trans_guide_map .info_txt {
    margin-top: 12px;
    line-height: 20px;
  }

  .sub_tit_wrap.type04 {
    margin-bottom: 10px;
  }
  .tit_btn_between .btn_wrap {
    flex-direction: row;
    gap: 8px;
  }
  .trans_guide_area .lbtn.mid i {
    font-size: 13px;
  }
  .trans_guide_area .lbtn.sm i {
    font-size: 12px;
  }
  .trans_route_info_area {
    margin-top: 10px;
    gap: 16px;
  }
  .trans_route_box {
    border-radius: 8px;
  }
  .trans_route_cont {
    padding: 14px 14px 16px;
  }
  .trans_route_tit {
    padding: 10px 14px 10px 12px;
  }
  .trans_route_tit h4 {
    gap: 4px;
    font-size: 16px;
  }
  .trans_icon_area {
    gap: 2px;
  }
  .trans_icon_area img {
    width: 24px;
  }
  .route_timeline .timeline_inner {
    margin-left: 2px;
  }
  .route_timeline .timeline_point {
    margin-bottom: 20px;
  }
  .recommend_icon {
    margin-left: 6px;
    width: 15px;
  }
  .arrow_btn i {
    font-size: 13px;
  }
  .place_tit {
    font-size: 15px;
  }
  .transit_info {
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
  }
  .info_label {
    font-size: 14px;
  }
  .trans_tip_area {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .trans_tab01 .trans_route_box:first-of-type .route_timeline::before {
    height: calc(100% - 42px);
  }

  .tooltip_box {
    top: 26px;
    width: 170%;
    font-size: 14px;
    line-height: 20px;
  }
  .tooltip_box p {
    margin-bottom: 8px;
  }
  .tooltip_box::before,
  .tooltip_box::after {
    left: 64%;
  }

  .subway_info_area {
    gap: 20px;
  }
  .subway_info_area iframe {
    border-radius: 6px;
  }
  .daegu_trans_info_box {
    padding: 14px;
  }
  .daegu_trans_info_box p {
    font-size: 15px;
    line-height: 21px;
  }
  .daegu_trans_tbl_area {
    margin-top: 20px;
  }
  .daegu_trans_tbl_area h5 {
    margin-bottom: 8px;
  }
  .daegu_trans_tbl_area .tbl03 li span {
    text-align: left;
  }

  .tbl03 .subway_route {
    min-width: 17px;
    margin-right: 3px;
    padding: 1px 5px;
    font-size: 13px;
  }
  .subway_info_area iframe {
    height: 320px;
  }
  .event_tit.type02 p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .app_list .btn_wrap {
    flex-direction: row;
    gap: 8px;
  }
  .app_list .symbol_box {
    grid-template-rows: 130px auto;
  }
  .app_list .symbol_box_l img {
    max-width: 75px;
  }
  .app_list .symbol_box_r {
    padding: 16px;
  }
  .app_list .symbol_box_r h5 {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .app_list p {
    font-size: 15px;
    line-height: 20px;
  }
  .translated-ltr .daegu_trans_info_box .btn_wrap {
    gap: 8px;
  }

  /* 관광음식 */
  .tour_wrap {
    padding: 30px 0 40px;
  }
  .tour_info_wrap {
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .tour_info_wrap .btn_wrap a {
    flex: 1;
  }
  .tour_info_img {
    height: 248px;
    border-radius: 10px 26px 10px 20px;
  }
  .tour_detail_img {
    height: 248px;
  }
  .tour_info_txt h2,
  .handbook_info_txt h2 {
    margin-bottom: 8px;
  }
  .tour_info_txt p,
  .handbook_info_txt p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 20px;
  }
  .tour_info_txt > span {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .tour_box .cont_tit {
    font-size: 17px;
  }
  .tour_detail_txt > p {
    margin-top: 4px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .tour_detail_txt > p b {
    margin-bottom: 0;
    font-size: 16px;
  }
  .tour_detail_txt .tour_detail_info {
    margin-top: 14px;
  }
  .tour_detail_info .fa-map-marker-alt {
    font-size: 15px !important;
  }
  .tour_detail_wrap {
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .tour_wrap h4 {
    margin-bottom: 12px;
  }

  .tour_detail_txt .tip_cont {
    margin-top: 6px;
    gap: 8px;
  }
  .tour_detail_txt .tip_cont em {
    padding: 4px 4px;
    font-size: 12px;
  }
  .tour_detail_txt .tip_cont span {
    font-size: 14px;
    line-height: 17px;
  }

  /* 알림소식 */
  .sub_news_wrap li picture {
    border-radius: 10px;
    width: 150px;
    height: 120px;
  }
  .sub_news_wrap li a {
    padding: 14px 4px 14px 0;
    gap: 14px;
    grid-template-columns: 150px 1fr;
  }
  .sub_news_cont {
    height: 115px;
    gap: 0;
    padding: 6px 0;
    font-size: 14px;
  }
  .sub_news_cont span h4 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .sub_news_cont .list_content {
    line-height: 20px;
    font-size: 14px;
  }
  .detail_top h4 {
    padding: 10px 8px;
    font-size: 15px;
  }
  .detail_top p span,
  .detail_top p em {
    font-size: 14px;
  }
  .detail_top p span b {
    margin-right: 10px;
    padding-right: 10px;
  }
  .detail_top p {
    padding: 10px 8px;
  }
  .detail_file {
    padding: 12px 10px;
  }
  .detail_file h5 {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .detail_file span button {
    font-size: 14px;
    line-height: 19px;
  }
  .detail_cont {
    padding: 16px 8px;
  }
  .detail_cont div {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  .detail_cont p,
  .detail_cont p span,
  .detail_cont font span {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  .detail_cont iframe {
    height: 28vh;
  }
  .tbl_top form:has(.search_box),
  .tbl_top .search_box,
  .tbl_top .search_box .search_wrap input {
    width: 100%;
  }
  .tbl_top .search_box select {
    width: calc(30% - 8px);
  }
  .tbl_top .search_box .search_wrap {
    width: 70%;
  }

  /* 알림소식 - 뉴스레터 배너 */
  .news_banner {
    padding: 12px 16px;
  }
  .news_banner_area {
    margin-bottom: 24px;
  }
  .news_banner_txt {
    gap: 8px;
  }
  .news_banner_txt p {
    line-height: 20px;
  }
  .news_banner_txt p,
  .news_banner_txt em {
    font-size: 14px;
  }
  .news_banner_txt p span {
    margin-right: 10px;
  }
  .news_banner_txt img {
    width: 26px;
  }

  /* 검색결과 */
  .search_result_wrap {
    padding: 30px 0 50px;
  }
  .search_result_top {
    padding: 30px 0;
  }
  .search_result_top h2 {
    margin-bottom: 16px;
  }
  .search_result_top .h_search input {
    height: 36px;
    padding: 0 24px;
    font-size: 15px;
  }
  .search_result_top .h_search a {
    top: 9px;
    font-size: 15px;
  }
  .search_result_box {
    margin-bottom: 30px;
  }
  .search_result_top p {
    margin-top: 20px;
    font-size: 16px;
  }
  .search_result_box .tbl_top {
    flex-direction: unset;
    margin-bottom: 12px;
  }
  .search_result_wrap .tbl_top span {
    font-size: 16px;
  }
  .search_result_wrap .tbl_top a {
    font-size: 14px;
  }
  .search_result_list a {
    padding: 10px;
    font-size: 14px;
  }
  .search_result_list .list_none {
    padding: 12px 0;
    font-size: 14px;
  }
  .search_result_list a span i {
    font-size: 14px;
  }
  .search_result_top .h_search {
    width: 95%;
  }

  /* wma 소개 */
  .intro_l_box {
    gap: 16px;
  }
  .intro_l_box > div p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .intro_l_box > div span {
    padding-left: 6px;
    font-size: 16px;
  }
  .intro_l_box picture {
    margin-bottom: 10px;
  }
  .wma_r_box {
    font-size: 15px;
    line-height: 21px;
  }
  .wma_r_box span {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wma_r_box br {
    display: none;
  }
  .wma_r_box br:nth-of-type(1),
  .wma_r_box br:nth-of-type(3),
  .wma_r_box br:nth-of-type(4),
  .wma_r_box br:nth-of-type(7),
  .wma_r_box br:nth-of-type(8),
  .wma_r_box br:nth-of-type(11),
  .wma_r_box br:nth-of-type(12),
  .wma_r_box br:nth-of-type(16),
  .wma_r_box br:nth-of-type(17) {
    display: block;
  }
  .intro_wrap.wma {
    padding: 30px 0;
  }

  .wma_info li,
  .dot_info li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
  }
  .wma_struc li span {
    top: -15px;
    padding: 6px 22px;
    font-size: 15px;
  }
  .wma_con .tbl03 li span {
    min-width: 100%;
  }
  .wma_activity {
    gap: 12px;
  }
  .wma_activity li {
    gap: 12px;
    grid-template-columns: 64px 1fr;
  }
  .wma_activity li p {
    width: 64px;
    height: 64px;
  }
  .wma_activity li span h5 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .wma_activity li span em {
    font-size: 15px;
  }
  .wma_struc {
    gap: 30px;
    padding-top: 10px;
  }
  .wma_struc li p {
    padding: 22px 12px 12px;
    font-size: 15px;
    line-height: 20px;
  }

  /* 대회연혁 */
  .wma_hist {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .wma_hist .sub_tit {
    margin-bottom: 7px;
  }
  .red_primary_box {
    margin-bottom: 20px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 16px 6px 16px 6px;
  }
  .wma_hist_wrap a picture {
    height: 90px;
  }
  .wma_hist_wrap.cont_box a .cont_box_wrap {
    height: 36px;
    font-size: 15px;
  }
  .sub_tit_wrap p {
    font-size: 14px;
  }
  .sub_tit em {
    font-size: 15px;
  }
  .prog_plan {
    margin-right: 4px;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 10px;
  }
  .wma_hist_view {
    margin-bottom: 24px;
  }
  .wma_hist_view img {
    max-width: 100%;
  }
  .wma_hist_info {
    max-width: 80%;
  }
  .wma_hist_info h4 {
    flex-direction: column;
    align-items: flex-start;
  }
  .wma_hist_info ul li {
    grid-template-columns: 70px 1fr;
    gap: 10px;
    font-size: 14px;
  }
  .wma_hist_wrap a picture {
    border-radius: 10px 10px 0 0;
  }

  /* 위원장 인사말 */
  .msg_r_box p {
    display: inline-block;
    font-size: 16px;
  }
  .msg_r_box p span {
    font-size: 18px;
    line-height: 24px;
  }
  .msg_r_box > div {
    margin-top: 12px;
    font-size: 15px;
    line-height: 21px;
  }
  .intro_l_box > div span b {
    font-size: 16px;
  }
  .msg_r_box > div em {
    font-size: 15px;
  }

  /* faq */
  .faq_box_wrap {
    gap: 20px;
  }
  .faq_cont {
    padding: 10px 18px 10px 12px;
  }
  .faq_cont .faq_inner {
    gap: 10px;
  }
  .faq_cont p {
    font-size: 15px;
    line-height: 21px;
  }
  .faq_cont span {
    font-size: 22px;
  }
  .faq_cont i {
    font-size: 13px;
  }

  /* 오시는길 */
  .map_locate_box {
    padding: 16px;
    min-width: 100%;
  }
  .map_locate_box p {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .map_locate_box a {
    max-width: 114px;
  }
  .translated-ltr .map_locate_box a {
    max-width: 134px;
  }
  .map_locate_box::before {
    width: 430px;
    height: 430px;
  }
  .tour_map iframe {
    height: 230px;
  }
  .map_nav_box {
    gap: 12px;
  }
  .map_nav_box.trans {
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .map_nav_box > span {
    min-width: 64px;
    height: 64px;
  }
  .trans_box p,
  .map_car_cont p {
    font-size: 15px;
    line-height: 21px;
  }
  .map_nav_box {
    margin-top: 16px;
  }
  .map_nav_box h4 span {
    display: block;
  }
  .map_car_wrap h5 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .map_car_wrap h5 span {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    padding-top: 2px;
    font-size: 12px;
  }
  .map_car_cont {
    margin-bottom: 8px;
  }
  .map_car_cont span {
    margin-bottom: 4px;
    padding: 3px 6px;
    font-size: 15px;
  }
  .map_car_wrap {
    gap: 10px;
  }

  /* 구독신청 */
  .subscribe_content {
    font-size: 14px;
  }
  .sub_visual.subscribe h1 {
    font-size: 21px;
  }
  .agree_box {
    padding: 10px;
    line-height: 20px;
  }
  .checkbox_wrap {
    margin-top: 10px;
  }
  .tbl_box.email_input_box {
    margin-top: 16px;
  }
  .tbl_box.email_input_box th {
    font-size: 15px;
  }
  .tbl_box.email_input_box .email_input {
    height: 34px;
    line-height: 34px;
  }
  .tbl_box.email_input_box .disflex {
    gap: 14px;
  }
  .subscribe_btn_area {
    margin-top: 20px;
  }
  .unsubscribe_info p {
    line-height: 20px;
  }
}

/* small mobile */
@media screen and (max-width: 320px) {
}
