@charset "utf-8";
html {
  background-color: #f1f1f1;
}
body {
  background-color: #fff;
}
h1 {
  font-size: 50px;
}
h2 {
  color: #000;
  font-size: 30px;
}
h3 {
  color: #111;
  font-size: 26px;
  font-weight: 600;
}
h4 {
  color: #333;
  font-size: 22px;
}
h5 {
  margin-bottom: 12px;
  color: #1e3890;
  font-size: 20px;
  font-weight: 600;
}
h5 i {
  font-size: 14px;
}
h6 {
}

img {
  transition: 1s;
}
.on-up-scroll,
.on-left-scroll,
.on-right-scroll,
.on-bottom-scroll {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}

.on-up-scroll {
  transition:
    transform 1s,
    opacity 1s;
}
.on-left-scroll {
  transition:
    transform 1s,
    opacity 1s;
}
.on-right-scroll {
  transition:
    transform 1s,
    opacity 1s;
}
.on-bottom-scroll {
  transition:
    transform 1s,
    opacity 1s;
}
#contents {
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
  min-height: calc(100dvh - 549px);
}

#skip_nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
}
#skip_nav a {
  overflow: hidden;
  display: block;
  z-index: 3000;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#skip_nav a:active,
#skip_nav a:hover,
#skip_nav a:focus {
  width: auto;
  height: 40px;
  margin: 0;
  padding: 8px 0;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

/* layout : S */
#wrap {
  position: relative;
  min-width: 340px;
  height: 100%;
}
#container {
  position: relative;
  margin-top: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.wrapper {
  z-index: 9;
  position: relative;
  width: 100%;
  padding: 0 14%;
  max-width: 2000px;
  margin: 0 auto;
}

/* header */

header {
  /* position: fixed; */
  top: 0;
  height: 90px;
  width: 100%;
  padding: 0 40px;
  align-content: center;
  background: #fff;
  border-bottom: 1px solid #cacaca;
  z-index: 99998;
  transition:
    height 0.3s ease,
    line-height 0.3s ease;
}
.header_wrap {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top header {
  height: 60px;
  position: fixed;
  max-width: 1920px;
}

.h_right {
  display: flex;
  align-items: center;
  gap: 24px;
}

#logo {
  z-index: 99999;
}
#logo a,
.logo a {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
#logo img {
  max-height: 55px;
}
/* .header_top #logo img {
  max-height: 50px;
} */

#gnb {
  overflow: hidden;
}
#gnb:hover {
  overflow: unset;
}
#gnb .m_menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
}
#gnb .m_menu > li {
  position: relative;
  width: 100%;
  z-index: 9;
}
#gnb .m_menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  max-height: 90px;
  height: 90px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.header_top #gnb .m_menu > li > a {
  height: 60px;
}
#gnb .m_menu > li > a.on {
  color: #111;
  font-weight: 800 !important;
}
#gnb .m_menu > li > a:hover {
  color: #111;
  font-weight: 700;
}
#gnb .m_menu > li > a::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dc143c;
}
#gnb .m_menu > li:hover > a::after,
#gnb .m_menu > li.on > a::after {
  display: block;
}
#gnb .m_menu > li.on .s_menu,
#gnb .m_menu > li:hover .s_menu {
  background: #fcf5f7;
}
#gnb .s_menu {
  z-index: 99;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-height: 226px;
  padding: 16px 0 40px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
}
#gnb .s_menu li a {
  padding: 0 10px;
  color: #333;
}
#gnb .s_menu li a.on {
  color: #d34460;
  /* font-weight: 600; */
}
#gnb .s_menu li a:hover {
  color: #d34460;
  /* font-weight: 600; */
}

#gnb .s_menu_bg {
  overflow: hidden;
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 226px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#gnb:hover .s_menu_bg {
  top: 90px;
}
#gnb .s_menu:hover .s_menu_bg {
  top: 90px;
}
.header_top #gnb:hover .s_menu_bg {
  top: 60px;
}
#gnb .s_menu_bg::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 396px;
  height: 284px;
  background: url("../img/stadium_grey.png") no-repeat center;
  background-size: 80%;
}
#gnb .s_menu_bg span {
  position: absolute;
  right: 40px;
  bottom: 16px;
  color: #f5f5f5;
  font-size: 76px;
  font-weight: 700;
  font-style: italic;
}

#gnb .m_menu > .registration_menu > a {
  color: #d34460 !important;
}

/* h_link */
.h_link {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 99999;
}
.h_link_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
}
.h_link .h_lang_wrap {
  display: flex;
  align-items: baseline;
}
.h_link .h_lang_wrap select {
  border: 0;
}
.h_link .h_lang_wrap .lang_flag {
  margin-left: 8px;
}

.h_link .h_search {
  padding-right: 10px;
  color: #333;
  font-size: 20px;
}
.h_link .h_search:hover {
  color: #d03252;
}

.h_link .h_sitemap {
  width: 22px;
  height: 27px;
  line-height: 27px;
  filter: grayscale(1);
}
.h_link .h_sitemap:hover {
  filter: unset;
}
.h_link .h_sitemap .close {
  color: #333;
  font-size: 26px;
}
.h_link .h_sitemap .close:hover {
  color: #d03252;
}

.h_search_wrap {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 83px 0;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
}
.header_top .h_search_wrap {
  top: 60px;
}
.h_search_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 328px;
  height: 420px;
  background: url("../img/pop_bg01.png") no-repeat center;
}
.h_search_wrap .h_search {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.h_search_wrap .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%);
}
.h_search_wrap .h_search a {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 20px;
}
.h_search_wrap .h_search a:hover {
  color: #d03252;
}
.h_search_wrap button {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #f4f4f4;
}

/* sub */
.sub_visual {
  max-width: 2000px;
  max-height: 308px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 5% 0 6%;
  background: #152d5c;
}
.sub_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 515px;
  height: 470px;
  background: url("../img/sub_bg01.png") no-repeat center;
  background-size: 100%;
}
.sub_visual .wrapper::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  width: 10.6vw;
  max-width: 203px;
  height: 251px;
  background: url("../img/sub_bg02.png") no-repeat center;
  background-size: 100%;
}

.sub_visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 619px;
  background-position-x: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.sub_visual.intro::after {
  background-image: url("../img/sub_bg03_1.png");
}
.sub_visual.city::after {
  background-image: url("../img/sub_bg03_2.png");
}
.sub_visual.notice::after {
  background-image: url("../img/sub_bg03_3.png");
}
.sub_visual.wma::after {
  background-image: url("../img/sub_bg03_4.png");
}
.sub_visual.org::after {
  background-image: url("../img/sub_bg03_5.png");
}
.sub_visual.subscribe::after {
  background-image: url("../img/sub_bg_subscribe.png");
}
.sub_visual.registration_page::after {
  background-image: url(../img/sub_bg_registration.png);
}

.sub_visual nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  color: #fff;
}
.sub_visual nav a {
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
}
.sub_visual nav a:hover {
  opacity: 1;
}
.sub_visual nav > i {
  font-size: 15px;
  opacity: 0.5;
}
.sub_visual nav span {
  font-size: 20px;
  opacity: 0.9;
}
.sub_visual nav span:last-of-type {
  font-weight: 500;
  opacity: 1;
}

.sub_visual h1 {
  color: #fff;
}

.tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.sub_tit_wrap {
  display: flex;
  justify-content: space-between;
}
.sub_tit {
  margin-bottom: 20px;
}
.sub_tit span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 4px solid transparent;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(to right, #d03252 50%, #143c8b 50%);
  background-origin: border-box;
  border-radius: 50%;
  background-clip: content-box, border-box;
}
.sub_tit em {
  margin-left: 4px;
  color: #555;
  font-size: 19px;
  font-weight: 500;
}
.sub_tit_wrap p {
  color: #777;
}
.sub_tit_wrap p i {
  color: #999;
}

.visual_info {
  margin-top: 20px;
}
.visual_info p {
  color: #d3d5da;
  font-size: 21px;
  line-height: 32px;
}
.visual_info p b {
  color: #e3e6ef;
  font-weight: 500;
}
.visual_info p strong {
  color: #9aadff;
}

/* 준비중 페이지 */
.prepare_page.wrapper {
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
}
.prepare_page img {
  max-width: 20%;
  margin-bottom: 20px;
}
.prepare_page p {
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
.prepare_page b {
  display: block;
  color: #1e3890;
  font-size: 20px;
}

/* intro */
/*.intro_wrap { display: flex; gap: 6%; justify-content: center; padding-bottom: 50px; padding-top: 100px; margin-bottom: 80px; }*/
.intro_wrap {
  display: flex;
  gap: 6%;
  justify-content: center;
  padding: 100px 0 80px;
  margin-bottom: 80px;
}
.intro_wrap::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 92%;
  height: 100%;
  border-radius: 0 0 0 150px;
  background: #f7f7f7;
}
.intro_l_box {
  margin-top: 40px;
}
.intro_l_box picture {
  display: block;
  margin-bottom: 24px;
}
.intro_l_box > div {
  font-weight: 600;
  font-size: 20px;
}
.intro_l_box > div p {
  margin-bottom: 5px;
  color: #1e3890;
}
.intro_l_box > div span {
  padding-left: 10px;
  color: #000;
  border-left: 3px solid #d34460;
}
.intro_l_box > div span b {
  font-size: 22px;
}

/* swiper */
.swiper_pg_wrap {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  padding: 16px;
  color: #fff;
  background: rgba(208, 85, 82, 0.9);
  border-radius: 20px 0 0 0px;
}
.swiper_pg_wrap .swiper-pagination {
  position: unset;
  width: auto;
}
.swiper_btn_wrap {
  display: flex;
}
.swiper_btn_wrap button {
  margin: 0 4px;
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
}
.swiper_btn_wrap button:hover {
  opacity: 1;
}
.btn_pause,
.btn_img_pause {
  width: 11px;
  margin-bottom: 3px;
}
.btn_play,
.btn_img_play {
  width: 11px;
}
.btn_img_play i {
  font-size: 14px;
}
.swiper_btn_wrap .btn_img_play {
  margin-top: -2px;
}

/* footer */
footer {
  position: relative;
  z-index: 8;
}
footer,
#footer {
  padding: 24px 0 40px;
  color: #c6c6c6;
  background: #2e3540;
}
footer,
#footer span {
  color: #c6c6c6;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.f_info {
  display: flex;
  flex-wrap: wrap;
}
.f_info li {
  font-weight: 400;
  line-height: 26px;
}
.f_info li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 6px 16px;
  background: rgba(255, 255, 255, 0.3);
  vertical-align: top;
}
.f_info li:nth-of-type(3)::after {
  display: none;
}
.f_info li a {
  display: inline-block;
  color: #9cbbf5;
}
.f_info li a:hover {
  color: #73a4ff;
}
.f_sns_link {
  display: flex;
  gap: 20px;
}
.f_sns_link a {
  /* opacity: 0.7; */
}
.f_sns_link a:hover {
  opacity: 1;
}
.inquiry_wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.f_inquiry {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px;
  border-radius: 5px;
  background: #404d60;
  font-weight: 500;
}
.f_inquiry dt {
  color: #b3c6e9;
  font-size: 17px;
}
.f_inquiry dd {
  display: flex;
  font-size: 18px;
}
.f_inquiry dd a,
#footer .f_inquiry dd span {
  color: #f1f1f1;
}
.f_inquiry dd a:hover {
  text-decoration: underline;
}
.f_inquiry dd span::before {
  display: inline-block;
  content: "";
  width: 1px;
  background: #a0a6ae;
  margin: 0 16px;
  height: 14px;
}
.f_inquiry.regi_inquiry dt {
  color: #ef91a2;
}
.f_copyright {
  margin-top: 10px;
  color: #9d9d9d;
}
/* layout : E ------------------------------------------------------------------------------------ */

/* btn */
.btn_wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn,
.lbtn {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  border-radius: 5px;
}
.btn.round,
.lbtn.round {
  border-radius: 30px;
}

/* size */
.btn.sm,
.lbtn.sm {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
}
.btn.mid,
.lbtn.mid {
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
}
.btn.lg,
.lbtn.lg {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}

/* color */
.btn.mcolor {
  color: #fff;
  background: #d61239;
  opacity: 0.8;
}
.btn.mcolor:hover {
  opacity: 1;
}
.lbtn.mcolor {
  border: 1px solid #d03252;
  color: #d03252;
  background: #fff;
}
.lbtn.mcolor:hover {
  color: #fff;
  background: rgba(142, 172, 229, 0.2);
}

.btn.scolor {
  color: #fff;
  background: #3b68bf;
  opacity: 0.8;
}
.btn.scolor:hover {
  opacity: 1;
}
.lbtn.scolor {
  color: #3060bc;
  background: #fff;
  border: 1px solid #8eace5;
}
.lbtn.scolor:hover {
  background: #e8eefa;
}

.btn.black {
  color: #fff;
  background: #333;
  opacity: 0.9;
}
.btn.black:hover {
  opacity: 1;
}

.btn.grey {
  color: #fff;
  background: #aaa;
}
.btn.grey:hover {
  background: #999;
}
.lbtn.grey {
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
}
.lbtn.grey:hover {
  color: #d03252;
  border-color: #d03252;
}

.btn.lgrey {
  color: #777;
  background: #f6f6f6;
  border: 1px solid #ddd;
}
.btn.lgrey:hover {
  color: #31adb6;
  background: #f1f1f1;
}

.btn.blue {
  color: #fff;
  background: #1e3890;
  opacity: 0.8;
}
.btn.blue:hover {
  opacity: 1;
}

.btn i,
.lbtn i {
  margin-left: 4px;
  opacity: 0.8;
  font-size: 15px;
}
.btn:hover i,
.btn:hover i {
  opacity: 1;
}
.footer_box {
  position: relative;
}
.footer_box > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 40px 0 18px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #404d60;
  font-weight: bold;
  opacity: 1;
}
.footer_box > a:hover {
  background: #526787;
}
.footer_box > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-25%) rotate(45deg);
  transition: all 0.2s;
}
.footer_box.active > a:after {
  transform: translateY(25%) rotate(225deg);
}
.footer_box.active div {
  visibility: visible;
  height: 337px;
  border: 1px solid #e0e4e9;
  border-bottom: 0;
}
.footer_box div {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  overflow: auto;
  height: 0;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer_box div ul {
  padding: 0;
}
.footer_box div ul li {
  border-bottom: 1px solid #eee;
}
.footer_box div ul a {
  display: block;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  transition: all 0.3s;
}
.footer_box div ul a:hover {
  background-color: #eee;
}

.flex_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.btn.reset {
}
.btn.delete {
  background: #ddd;
}
.btn.down {
  background: #ddd;
}
[class*="btn"].disable {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

/* round */
.rd_xs {
  border-radius: 2px;
}
.rd_sm {
  border-radius: 6px;
}
.rd_mid {
  border-radius: 12px;
}
.rd_lg {
  border-radius: 60px;
}

.more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  background: #333;
  border-radius: 100%;
}
.more_btn:hover {
  background: #2154b7;
}
.more_btn img {
  opacity: 0.9;
  transition: 0.1s;
}
.more_btn:hover img {
  opacity: 1;
}
.more_btn i {
  opacity: 0.9;
  font-size: 20px;
  color: #fff;
}
.more_btn:hover i {
  opacity: 1;
}

/* tab */
.tab_wrap {
  display: flex;
  justify-content: center;
}

.tab01 {
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.tab01 .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tab01 a {
  flex: 1;
  padding: 20px 5px;
  color: #555;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.tab01 a:hover {
  color: #d34460;
}
.tab01 a.on {
  color: #d34460;
  border-bottom: 3px solid #d34460;
  font-weight: 700;
}

.tab02 {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.tab02.break br {
  display: none;
}
.tab02 a {
  flex: 1;
  position: relative;
  padding: 16px 0;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #ddd;
}
.tab02 a:first-of-type {
  border-radius: 10px 0 0 10px;
}
.tab02 a:last-of-type {
  border-right: none;
  border-radius: 0 10px 10px 0;
}
.tab02 a:hover {
  color: #3d4baa;
  background: #f0f3fb;
}
.tab02 a.on {
  color: #fff;
  background: #1e3890;
  font-weight: 700;
}
.tab02 a.on::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #1e3890;
}

.tab03 {
  display: flex;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);
}
.tab03 a {
  padding: 16px 60px;
  color: #555;
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
}
.tab03 a:hover {
  color: #3d4baa;
  font-weight: 600;
}
.tab03 a.on {
  color: #fff;
  background: #1e3890;
  font-weight: 600;
}

.tab04 {
  display: flex;
  margin-top: -20px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.tab04 .tab_btn {
  flex: 1;
  padding: 13px 0;
  font-size: 18px;
  color: #777;
  background: #f9f9f9;
  border: 1px solid #d1d5db;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.tab04 .tab_btn:hover {
  font-weight: 500;
  background: #f2f2f2;
}
.tab04 .tab_btn:not(.on):first-of-type {
  border-right: none;
}
.tab04 .tab_btn:not(.on):last-of-type {
  border-left: none;
}
.tab04 .tab_btn:first-of-type {
  border-radius: 5px 0 0 5px;
}
.tab04 .tab_btn:last-of-type {
  border-radius: 0 5px 5px 0;
}
.tab04 .tab_btn.on {
  background: #eef2ff;
  color: #1e3890;
  font-weight: 600;
  border: 1px solid #7882a6;
}

/* box_top */
.box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.box_top span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.box_top span b {
  color: #003bab;
  font-size: 22px;
}
.box_top .search_box {
  display: flex;
  gap: 8px;
}
.box_top .search_box select {
  padding: 0 40px 0 16px;
  background-color: #eff1f5;
  border: none;
  border-radius: 30px;
}
.box_top .search_wrap {
  position: relative;
}
.box_top .search_wrap input {
  padding: 0 40px 0 16px;
  background: #eff1f5;
  border: none;
  border-radius: 30px;
}
.box_top .search_wrap a {
  position: absolute;
  top: 9px;
  right: 16px;
}

/* tbl */
.tbl_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.tbl_top .more:hover {
  color: #003bab;
}
.tbl_top span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.tbl_top span b {
  color: #003bab;
  font-size: 22px;
}
.tbl_top .search_box {
  display: flex;
  gap: 8px;
}
.tbl_top .search_box select {
  padding: 0 40px 0 16px;
  background-color: #eff1f5;
  border: none;
  border-radius: 30px;
}
.tbl_top .search_wrap {
  position: relative;
}
.tbl_top .search_wrap input {
  padding: 0 40px 0 16px;
  background: #eff1f5;
  border: none;
  border-radius: 30px;
}
.tbl_top .search_wrap a {
  position: absolute;
  top: 9px;
  right: 16px;
}
.tbl_top .search_wrap a:hover {
  color: #d03252;
}

.tbl_top + .tbl_box {
  overflow-x: auto;
  overflow-y: hidden;
}
.tbl_box {
  overflow: auto;
}
.tbl01 {
  width: 100%;
  min-width: 1000px;
  border-top: 2px solid #333;
}
.tbl01 thead th {
  padding: 16px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.tbl01 tbody tr:hover {
  background: #fafafb;
}
.tbl01 tbody td {
  padding: 16px;
  color: #555;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.tbl01 tbody td i.fa-file {
  color: #3569cc;
}
.tbl01 tbody td.tal {
  text-align: left;
}
.tbl01 tbody td a {
  overflow: hidden;
  max-width: 600px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tbl01 tbody tr:hover td a {
  text-decoration: underline;
}
.tbl01 tbody td span {
  margin-right: 2px;
  padding: 5px 10px;
  color: #1e3890;
  border: 1px solid #aab2ce;
  border-radius: 30px;
  font-size: 16px;
}
.tbl01 tbody td p {
  margin-top: 4px;
  line-height: 20px;
  color: #1e3890;
  font-size: 16px;
}
.parentheses {
  display: block;
  font-size: 16px;
}
.tbl_sub_note {
  display: block;
  margin-top: 4px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
}

.chart_table thead {
  background: #f4f6f8;
}
.chart_table tr th,
.chart_table tr td {
  border-right: 1px solid #ddd;
}
.chart_table tr th:last-of-type,
.chart_table tr td:last-of-type {
  border-right: 0;
}
.chart_table tbody tr:hover td {
  cursor: auto;
}
.chart_table.tbl01 tbody tr:hover {
  background: unset;
  cursor: auto;
}
.wma_table th {
  width: 10%;
}

.tbl02 {
  width: 100%;
  border-top: 2px solid #333;
}
.tbl02 tr {
}
.tbl02 tr th {
  padding: 16px 20px;
  border-bottom: 1px solid #ddd;
  color: #333;
  background: #eff1f5;
  border-right: 1px solid #ddd;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.tbl02 tr td {
  padding: 16px 20px;
  border-bottom: 1px solid #ddd;
  color: #555;
  font-size: 18px;
}

.tbl03 {
  width: 100%;
  border-top: 2px solid #333;
}
.tbl03 li {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #555;
}
.tbl03 li span {
  display: inline-block;
  min-width: 210px;
  color: #333;
  font-weight: 600;
  border-right: 1px solid #ddd;
}
.translated-ltr .tbl03 li span {
  padding-right: 10px;
}
.tbl03 li span b {
  margin-right: 10px;
  color: #1e3890;
}
.tbl03 li span i {
  margin-left: 3px;
  color: #777;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.tbl03 li em {
  margin-left: 16px;
  width: 100%;
  color: #555;
  line-height: 26px;
}
.tbl03 li em img:nth-of-type(2) {
  margin-left: 10px;
}
.tbl03 li em i {
  margin-left: 8px;
  color: #3154a4;
  font-style: normal;
  font-size: 16px;
}
.tbl03 li a {
  display: inline-block;
  color: #555;
}
.tbl03 li a i {
  color: #888;
  vertical-align: top;
  margin: 4px 2px 0 3px;
  font-size: 13px;
}
.tbl03 li a:hover {
  text-decoration: underline;
}

.tbl04 {
  width: 100%;
  border-spacing: 0;
  background: #fff;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
}
.tbl04 thead th {
  background: #f9f9f9;
  color: #333;
  font-weight: 700;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  font-weight: 600;
}
.tbl04 th,
.tbl04 td {
  border-right: 1px solid #ddd;
}
.tbl04 th:last-child,
.tbl04 td:last-child {
  border-right: none;
}
.tbl04 tbody td {
  padding: 10px 10px;
  color: #666;
  line-height: 1.6;
}
.tbl04 tbody tr + tr td {
  border-top: 1px solid #ddd;
}
.tbl04 tbody tr + tr td {
  border-top: 1px solid #ddd;
}

.sub_tbl {
  width: 100%;
  min-width: 860px;
  border-spacing: 0;
  background: #fff;
  text-align: center;
  font-size: 17px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
}
.sub_tbl thead th {
  background: #f9f9f9;
  color: #333;
  font-weight: 700;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  font-weight: 600;
}
.sub_tbl th,
.sub_tbl td {
  border-right: 1px solid #ddd;
}
.sub_tbl th:last-child,
.sub_tbl td:last-child {
  border-right: none;
}
.sub_tbl tbody td {
  padding: 10px;
  color: #666;
  line-height: 24px;
}
.sub_tbl tbody tr + tr td {
  border-top: 1px solid #ddd;
}
.sub_tbl tbody tr + tr td {
  border-top: 1px solid #ddd;
}

/* cont_box */
.cont_tit {
  margin-bottom: 20px;
}

.cont_box {
  display: grid;
  gap: 24px;
  padding: 32px 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ddd;
}
.cont_box a {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 20%);
}
.cont_box a picture {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  /* height:240px */
}
.cont_box a picture img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont_box a:hover picture img {
  transform: scale(1.1);
  transition: 1s;
}
.cont_box a .cont_box_wrap {
  display: grid;
  align-content: space-between;
  padding: 20px;
  font-size: 18px;
  border-top: 1px solid #eee;
}
.cont_box a:hover {
  background: #fafafb;
}
.cont_box a .cont_box_wrap p span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  color: #333;
  line-height: 24px;
}
.cont_box a:hover .cont_box_wrap p span {
  text-decoration: underline;
}
.cont_box a .cont_box_wrap b {
  overflow: hidden;
  display: block;
  max-width: 286px;
  color: #1979b6;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cont_box a .cont_box_wrap em {
  color: #3154a4;
  font-weight: 500;
}

.cont_box.column02 {
  grid-template-columns: repeat(2, 1fr);
}

.cont_box.column03 {
  grid-template-columns: repeat(3, 1fr);
}
.cont_box.column03 a .cont_box_wrap {
  height: 120px;
}
.cont_box.column03 a .cont_box_wrap p span {
  -webkit-line-clamp: 2;
  font-size: 20px;
  font-weight: 600;
  height: 47px;
}
.cont_box.column04 {
  grid-template-columns: repeat(4, 1fr);
}
.cont_box.column04 a .cont_box_wrap p span {
  -webkit-line-clamp: 2;
  font-size: 20px;
  font-weight: 600;
}
.cont_box.column05 {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.cont_box.column06 {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.cont_box > li {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0 0 0 / 20%);
}
.cont_box > li picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
}
/*.cont_box li picture img { min-width: 100%; height: 100%; }*/
.cont_box > li p {
  display: block;
  padding: 15px;
  color: #333;
  background: #f4f6f8;
  font-size: 18px;
  text-align: center;
}

.cont_box.list_none {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.cont_box.border_none {
  padding: 0;
  border: none;
}
.cont_box.border_none a .cont_box_wrap {
  height: auto;
}

/* paging */
.paging {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  text-align: center;
}

.paging a {
  width: 40px;
  height: 40px;
  color: #777;
  line-height: 40px;
}
.paging a:hover {
  color: #d34460;
}
.paging a.on {
  color: #fff;
  background: #d03252;
  font-weight: 500;
  border-radius: 30px;
}
.paging a i {
  line-height: 40px;
}

.paging .first,
.paging .last,
.paging .prev,
.paging .next {
  border: 1px solid #ddd;
  border-radius: 30px;
  background: #fff;
}
.paging .first:hover,
.paging .last:hover,
.paging .prev:hover,
.paging .next:hover {
  color: #3060bc;
  background-color: rgba(142, 172, 229, 0.2);
}
.paging .disable,
.paging .disable:hover {
  cursor: default;
  opacity: 0.5;
}

/* popup */
.pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.pop_wrap .pop_box {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 900px;
  padding: 24px 32px;
  background: #fff;
  border-radius: 20px;
}
.pop_wrap .pop_box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 328px;
  height: 405px;
  background: url("../img/pop_bg01.png") no-repeat center;
  background-size: 100%;
}
.pop_wrap .pop_box h4 {
  margin-bottom: 20px;
}
.pop_wrap .pop_box p {
  margin-bottom: 30px;
}
.pop_wrap .pop_box p img {
  max-width: 100%;
}
.pop_wrap .pop_cont {
  text-align: center;
}

/* main popup */
.popup_container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.popup {
  min-width: 340px;
  max-width: 29%;
  z-index: 1000;
  box-sizing: border-box;
}
.popup img {
  max-width: 100%;
  min-width: 500px;
}
.popup_header {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 16px 20px;
  background: #37487a;
  font-weight: 500;
  border-radius: 8px 8px 0 0;
}
.popup_header h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.popup_header .close_popup {
  color: #fff;
  font-size: 18px;
}
.popup_body {
  font-size: 16px;
  min-height: 16vh;
  max-height: 65vh;
  overflow: auto;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.popup_footer {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 0 0 8px 8px;
  background: #444;
}
.popup_footer a {
  color: #fff;
  font-size: 16px;
}

.popup_header + .popup_body {
  border-radius: 0 0 8px 8px;
}

/* scrollbar */
.scrollBar::-webkit-scrollbar {
  width: 6px; /* 스크롤바의 너비 */
  height: 6px;
  z-index: 9999;
}
.scrollBar::-webkit-scrollbar-thumb {
  height: 25%; /* 스크롤바의 길이 */
  background: #c6c7c9; /* 스크롤바의 색상 */
  border-radius: 8px;
  z-index: 9999;
}
.scrollBar::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 8px; /*스크롤바 뒷 배경 색상*/
  z-index: 9999;
}

/* 참가신청 버튼 */
.apply_section_btn,
.apply_fixed_btn {
  display: none;
}
.apply_btn {
  pointer-events: none;
}

/* responsive web - viewport none */
/* wide */
@media screen and (min-width: 1280px) and (max-width: 1599px) {
}

/* PC */
@media screen and (max-width: 1599px) {
  .wrapper {
    padding: 0 20px;
  }

  /* header */
  #logo img {
    width: 264px;
  }
  #gnb .m_menu > li > a {
    padding: 38px 18px;
  }
  .h_link_btn {
    display: none;
  }

  .h_right {
    gap: 12px;
  }

  .cont_box.column04 {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .pop_wrap .pop_box {
    width: 700px;
  }

  .popup img {
    max-width: 100%;
    min-width: 100%;
  }
}

/* Tablet */
@media screen and (max-width: 1279px) {
  #gnb .m_menu {
    display: none;
  }

  .wrapper {
    padding: 0 20px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }

  .cont_box.column05,
  .cont_box.column06 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* sub */
  .visual_info {
    margin-top: 12px;
  }
  .visual_info p {
    font-size: 19px;
    line-height: 28px;
  }
  .sub_visual nav {
    margin-bottom: 8px;
  }
  .sub_visual .wrapper::before {
    display: none;
  }

  .intro_wrap::before {
    width: 96%;
  }
  .intro_l_box picture img {
    max-width: 350px;
  }
}

/* Tablet */
@media screen and (max-width: 1023px) {
  header,
  .wrapper {
    padding: 0 40px;
  }

  /* footer */
  .footer_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .f_sns_link {
    align-items: center;
  }
  .f_sns_link img {
    width: 85%;
  }

  .tbl03 li {
    padding: 12px;
  }
  .tbl03 li em i {
    display: block;
    margin-left: 0;
  }
  .tab03 a {
    padding: 16px 50px;
  }

  .cont_box a picture {
    height: 190px;
  }

  .intro_l_box picture img {
    width: 280px;
  }

  /* popup */
  .pop_wrap .pop_box {
    width: 90%;
  }

  .intro_wrap::before {
    width: 100%;
    border-radius: 0 0 0 50px;
  }
  .intro_wrap {
    padding-top: 50px;
  }

  /* main popup */
  .popup {
    max-width: 50%;
  }
}

/* small Tablet */
@media screen and (max-width: 839px) {
  input[type="checkbox"] + label,
  input[type="radio"] + label,
  input {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 19px;
  }

  .cont_box {
    gap: 20px;
    padding: 26px 0;
  }
  .cont_box > li p {
    padding: 10px;
    font-size: 16px;
  }
  .cont_box a {
    border-radius: 14px;
  }
  .cont_box a picture {
    height: 160px;
  }
  .cont_box a .cont_box_wrap {
    padding: 16px;
    font-size: 16px;
  }
  .cont_box.column03 a .cont_box_wrap {
    height: 105px;
  }
  .cont_box.column03 a .cont_box_wrap p span {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .cont_box.column04 a .cont_box_wrap p span {
    font-size: 17px;
  }
  .cont_box.list_none {
    padding: 60px 0;
  }
  .cont_tit {
    margin-bottom: 14px;
  }

  .tab03 a {
    padding: 12px 36px;
    font-size: 17px;
  }

  .mb16 {
    margin-bottom: 12px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mt16 {
    margin-top: 12px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .pt60 {
    padding-top: 40px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .pb60 {
    padding-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 60px;
  }
  .pb80 {
    padding-bottom: 60px;
  }

  #contents {
    min-height: calc(100dvh - 520px);
  }

  .paging {
    gap: 6px;
    margin-top: 20px;
  }
  .paging a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
  .paging a i {
    line-height: 34px;
  }

  .btn.mid,
  .lbtn.mid {
    padding: 8px 14px;
    font-size: 15px;
  }
  .btn.lg,
  .lbtn.lg {
    padding: 10px 16px;
    font-size: 17px;
  }
  .btn i,
  .lbtn i {
    margin-left: 2px;
    font-size: 14px;
  }

  /* 검색 */
  .h_search_wrap {
    padding: 40px 0;
  }
  .h_search_wrap .h_search {
    width: 70%;
  }
  .h_search_wrap .h_search input {
    height: 46px;
    padding: 0 60px 0 26px;
    font-size: 17px;
  }
  .h_search_wrap .h_search a {
    top: 14px;
    font-size: 17px;
  }
  .h_search_wrap button {
    bottom: -15px;
  }
  .h_search_wrap .more_btn i {
    font-size: 16px;
  }

  /* 서브 */
  .sub_visual {
    max-height: 173px;
    padding: 50px 0 56px;
  }
  .sub_visual::before {
    width: 400px;
    height: 300px;
  }
  .sub_visual::after {
    background-size: 730px;
  }
  .sub_visual nav span {
    font-size: 18px;
  }
  .visual_info {
    margin-top: 8px;
  }
  .visual_info p {
    font-size: 17px;
    line-height: 24px;
  }

  .sub_tit {
    margin-bottom: 16px;
  }
  .sub_tit span {
    margin-bottom: -1px;
  }
  .tbl_top {
    margin-top: 16px;
  }
  .tbl_top span {
    font-size: 17px;
  }
  .tbl_top span b {
    font-size: 20px;
  }
  .tbl01 thead th {
    padding: 12px 0;
    font-size: 16px;
  }
  .tbl01 tbody td {
    padding: 12px;
    font-size: 15px;
    line-height: 24px;
  }
  .tbl01 tbody td p {
    margin-top: 2px;
    line-height: 16px;
    font-size: 14px;
  }
  .tbl01 tbody td span {
    font-size: 14px;
  }
  .tbl02 tr th {
    padding: 10px 14px;
    font-size: 16px;
  }
  .tbl03 li {
    padding: 12px 8px;
    font-size: 16px;
  }
  .tbl03 li em {
    line-height: 22px;
  }
  .tbl02 tr td {
    padding: 10px 16px;
    font-size: 15px;
  }
  .parentheses {
    font-size: 14px;
    line-height: 18px;
  }

  .tab01 a {
    padding: 16px 5px;
    font-size: 18px;
  }
  .tab02 a {
    padding: 12px 0;
    font-size: 17px;
  }
  .tab02.mt60.mb60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tab04 {
    margin-top: -10px;
  }
  .tab04 .tab_btn {
    padding: 8px 0;
    font-size: 17px;
  }

  .sub_tbl {
    font-size: 14px;
  }
  .sub_tbl thead th {
    padding: 8px 6px;
  }
  .sub_tbl tbody td {
    padding: 6px;
    line-height: 20px;
  }

  .prepare_page.wrapper {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .prepare_page b {
    font-size: 18px;
  }
  .prepare_page p {
    font-size: 17px;
    line-height: 26px;
  }

  .intro_wrap {
    flex-direction: column;
    padding: 50px 16px;
  }
  /*	.intro_wrap::before { width: 72%; height: 30%; }*/
  .intro_l_box > div p {
    font-size: 18px;
  }
  .intro_l_box > div span {
    padding-left: 10px;
    font-size: 18px;
  }
  .intro_l_box picture {
    margin-bottom: 14px;
  }
  .intro_l_box picture img {
    width: 240px;
  }
  .intro_l_box > div span b {
    font-size: 20px;
  }

  /* popup */
  .pop_wrap .pop_box h4 {
    margin-bottom: 14px;
  }
  .pop_wrap .pop_box p {
    margin-bottom: 20px;
  }
  .pop_wrap .pop_box {
    padding: 20px 26px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 768px) {
  /* header */
  header {
    height: 60px;
  }
  #logo img {
    width: 200px;
  }

  #container {
    /* margin-top: 70px; */
  }
  .h_search_wrap,
  .sitemap_wrap {
    top: 60px;
  }

  /* main popup */
  .popup {
    min-width: 70%;
    max-width: 70%;
  }
  .popup_header {
    padding: 14px 20px;
  }
  .popup_footer {
    padding: 12px 20px;
  }
  .popup_header h2 {
    font-size: 17px;
  }
  .popup_footer a {
    font-size: 15px;
  }
}

@media screen and (max-width: 620px) {
  header,
  .wrapper {
    padding: 0 30px;
  }

  .cont_box,
  .cont_box.column04,
  .cont_box.column05,
  .cont_box.column06 {
    gap: 16px;
  }
  .cont_box.column02 {
    grid-template-columns: 1fr;
  }
  .cont_box.column03,
  .cont_box.column04,
  .cont_box.column05,
  .cont_box.column06 {
    grid-template-columns: repeat(2, 1fr);
  }

  .tab02.break br {
    display: block;
  }

  .f_inquiry {
    align-items: flex-start;
    gap: 6px;
    flex-direction: column;
    width: 100%;
  }
  .f_sns_link,
  .footer_box {
    width: 100%;
  }
  .footer_box > a {
    width: 100%;
  }

  /* 참가신청 버튼 */
  .apply_section_btn,
  .apply_fixed_btn {
    display: block;
  }
  .apply_btn {
    display: block;
    width: 100%;
    background: #ca3b59;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 500;
    pointer-events: auto;
  }
  .apply_btn i {
    margin-right: 4px;
    font-size: 15px;
  }
  .apply_fixed_btn {
    position: fixed;
    left: 0;
    bottom: -80px;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
  }
  .apply_fixed_btn .apply_btn {
    display: block;
  }
  .apply_fixed_btn.active {
    bottom: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .apply_fixed_btn.sticky-mode {
    transition: all 0.35s ease;
  }

  /* footer */
  footer,
  #footer {
    padding: 20px 0 75px;
  }
  .footer_wrap {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
  .f_info {
    flex-direction: column;
  }
  .f_info li::after {
    display: none;
  }

  /* 서브 */
  .visual_info {
    display: none;
  }
  .tab01 a,
  .tab02 a {
    flex: auto;
    flex-grow: 1;
  }
  .swiper_pg_wrap {
    width: 170px;
    padding: 10px;
  }
  .intro_l_box picture img {
    width: 200px;
  }

  /*	.intro_wrap::before { height: 24%; }*/

  .tbl_top:has(.search_box) {
    margin-top: 0;
    margin-bottom: 12px;
    flex-direction: column-reverse;
    gap: 12px;
    align-items: flex-start;
  }
}

/* mobile */
@media screen and (max-width: 480px) {
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-size: 14px;
  }
  input {
    font-size: 15px;
  }
  input[type="checkbox"] + label::before,
  input[type="radio"] + label::before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  input[type="checkbox"]:checked + label::after {
    top: 10px;
    left: 3px;
    width: 7px;
    height: 4px;
    border-width: 0 0 2px 2px;
  }

  .wrapper {
    padding: 0 20px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }

  .mt10 {
    margin-top: 6px;
  }
  .mb16 {
    margin-bottom: 10px;
  }
  .mb40 {
    margin-bottom: 26px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .mt60.mb100 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }

  .cont_box {
    gap: 14px;
    padding: 20px 0;
  }
  .cont_box.column04,
  .cont_box.column05,
  .cont_box.column06 {
    gap: 14px;
  }
  .cont_box > li {
    border-radius: 8px;
  }
  .cont_box > li p {
    padding: 8px 0;
    font-size: 14px;
  }
  .cont_box.column03 a .cont_box_wrap {
    height: 60px;
  }
  .cont_box.column03 a .cont_box_wrap p span {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .cont_box.column04 a .cont_box_wrap p span {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 19px;
  }
  .cont_box.list_none {
    font-size: 14px;
  }
  .cont_box a .cont_box_wrap {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  .cont_box a {
    border-radius: 10px;
  }
  .cont_box a picture {
    height: 120px;
  }
  .cont_tit {
    margin-bottom: 12px;
  }

  #contents {
    min-height: calc(100dvh - 473px);
  }

  .btn_wrap {
    flex-direction: column;
    gap: 8px;
  }

  .btn.lg,
  .lbtn.lg {
    padding: 8px 14px;
    font-size: 15px;
  }
  .btn.mid,
  .lbtn.mid {
    padding: 6px 12px;
    font-size: 14px;
  }
  .btn.sm,
  .lbtn.sm {
    padding: 6px 12px;
    font-size: 14px;
  }
  .btn i,
  .lbtn i {
    font-size: 13px;
  }
  .lbtn.lg i.fa-chevron-right,
  .lbtn.lg i.fa-chevron-left {
    font-size: 13px;
  }

  .paging {
    margin-top: 14px;
    gap: 4px;
  }

  select,
  input {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  input {
    padding: 0px 10px;
  }
  .tbl_top .search_box select {
    padding: 0px 30px 0 16px;
  }
  .tbl_top .search_wrap input {
    padding: 0 30px 0 16px;
  }
  .tbl_top .search_wrap i {
    font-size: 13px;
  }
  .tbl_top .search_wrap a {
    top: 4px;
  }

  /* 슬라이드 */
  .swiper_pg_wrap {
    width: 126px;
    padding: 8px 6px;
    gap: 10px;
    border-radius: 10px 0 0 0px;
    font-size: 14px;
  }
  .swiper_btn_wrap button {
    font-size: 14px;
  }
  .btn_img_play i {
    font-size: 11px;
  }
  .swiper_btn_wrap .btn_img_play {
    margin-top: -1px;
    height: 11px;
  }
  .btn_img_pause img {
    width: 8px;
  }

  /* header */
  #logo img {
    width: 120px;
    content: url("../img/m_logo.png");
  }
  header {
    height: 60px;
    padding: 0 20px;
  }
  .header_top header {
    height: 50px;
    /* position: fixed; */
  }
  .header_top .h_search_wrap {
    top: 50px;
  }
  .header_top .sitemap_wrap {
    top: 50px;
  }
  .h_link .h_lang_wrap .lang_flag img {
    width: 20px;
  }
  .h_link .h_search {
    padding-right: 4px;
    font-size: 17px;
  }
  .h_link .h_sitemap img {
    width: 20px;
  }
  .h_link .h_sitemap {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .h_link .h_sitemap .close {
    font-size: 22px;
  }
  .h_link .h_lang_wrap select {
    padding: 0 26px 0 6px;
    font-size: 15px;
  }
  #container {
    /* margin-top: 60px; */
  }
  .h_search_wrap,
  .sitemap_wrap {
    top: 60px;
  }

  /* footer */
  .footer_wrap {
    padding-bottom: 10px;
  }
  .f_sns_link,
  .inquiry_wrap {
    gap: 12px;
  }
  .f_info,
  .f_inquiry dt,
  .f_copyright {
    font-size: 14px;
  }
  .f_inquiry {
    padding: 6px 12px;
  }
  .f_inquiry dd {
    font-size: 15px;
    flex-direction: column;
    gap: 6px;
  }
  .f_inquiry dd span::before {
    display: none;
  }
  .f_info li {
    font-size: 14px;
    line-height: 22px;
  }

  /* 검색 */
  .h_search_wrap {
    padding: 30px 0;
  }
  .h_search_wrap .h_search {
    width: 95%;
  }
  .h_search_wrap .h_search a {
    top: 9px;
    right: 20px;
    font-size: 15px;
  }
  .h_search_wrap .h_search input {
    height: 36px;
    padding: 0 40px 0 22px;
    font-size: 15px;
  }
  .h_search_wrap .more_btn {
    width: 30px;
    height: 30px;
  }
  .h_search_wrap .more_btn i {
    font-size: 15px;
  }

  /* 서브 */
  .sub_visual::before {
    width: 240px;
    height: 140px;
  }
  .sub_visual::after {
    background-size: 530px;
  }
  .sub_visual {
    height: 120px;
    padding: 0;
  }
  .sub_visual .wrapper {
    transform: translateY(-50%);
    top: 50%;
  }
  .sub_visual nav {
    margin-bottom: 6px;
    gap: 6px;
  }
  .sub_visual nav span {
    font-size: 14px;
  }
  .sub_visual nav a {
    font-size: 12px;
  }
  h4.sub_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub_tit span {
    width: 13px;
    height: 13px;
    margin-right: 4px;
  }
  .tbl_top span {
    font-size: 15px;
  }
  .tbl_top span b {
    font-size: 16px;
  }
  .tbl01 {
    min-width: 700px;
  }
  .tbl01 thead th {
    padding: 8px;
    font-size: 15px;
  }
  .tbl01 tbody td {
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .tbl01 tbody td a {
    max-width: 300px;
  }
  .tbl01 tbody td span {
    margin-right: 4px;
    padding: 3px 6px;
    font-size: 13px;
  }
  .tbl01 tbody td p {
    margin-top: 2px;
    font-size: 13px;
    line-height: 18px;
  }
  .tbl02 tr th {
    padding: 8px 12px;
    font-size: 15px;
  }
  .tbl02 tr td {
    padding: 10px 12px;
    font-size: 15px;
  }
  .tbl03 li span b {
    margin-right: 8px;
  }
  .tbl03 li {
    padding: 10px 8px;
    align-items: flex-start;
    flex-direction: column;
  }
  .tbl03 li,
  .tbl03 li em i {
    font-size: 15px;
  }
  .tbl03 li em {
    margin-left: 0;
    line-height: 20px;
  }
  .tbl03 li span {
    min-width: 100%;
    margin-bottom: 4px;
    border-right: none;
  }
  .tbl03 li a i {
    margin-top: 3px;
    font-size: 11px;
  }
  .parentheses {
    font-size: 13px;
  }

  .tab01 a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .tab02 a:first-of-type {
    border-radius: 6px 0 0 6px;
  }
  .tab02 a:last-of-type {
    border-radius: 0 6px 6px 0;
  }
  .tab02.mt60.mb60 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .tab02 a {
    padding: 8px 0;
    font-size: 14px;
  }
  .tab03 a {
    padding: 8px 26px;
    font-size: 15px;
  }
  .tab04 {
    margin-top: 0;
  }
  .tab04 .tab_btn {
    padding: 6px 0;
    font-size: 14px;
  }

  .tab02.type_wrap {
    flex-wrap: wrap;
    overflow: hidden;
  }
  .tab02.type_wrap a {
    min-width: 50%;
  }
  .tab02.type_wrap a.on::after {
    display: none;
  }
  .tab02.type_wrap a:first-of-type {
    border-radius: 6px 0 0 0;
  }
  .tab02.type_wrap a:last-of-type {
    border-radius: 0 0 6px 0;
  }
  .tab02.type_wrap a:nth-of-type(2),
  .tab02.type_wrap a:nth-of-type(4) {
    border-right: none;
  }
  .tab02.type_wrap a:nth-of-type(3) {
    border-top: 1px solid #ddd;
  }
  .tab02.type_wrap a:nth-of-type(4),
  .tab02.type_wrap a:nth-of-type(5) {
    border-top: 1px solid #ddd;
  }

  .tit_wrap {
    margin-bottom: 12px;
  }
  .sub_tit {
    margin-bottom: 14px;
  }
  .intro_wrap {
    padding: 30px 8px 40px;
    margin-bottom: 50px;
  }
  .intro_wrap::before {
    border-radius: 0 0 0 30px;
  }
  .intro_l_box picture img {
    width: 120px;
  }

  .prepare_page.wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .prepare_page img {
    max-width: 80px;
    margin-bottom: 12px;
  }
  .prepare_page b {
    font-size: 16px;
  }
  .prepare_page p {
    font-size: 15px;
    line-height: 24px;
  }

  /* popup */
  .pop_wrap .pop_box h4 {
    margin-bottom: 10px;
  }
  .pop_wrap .pop_box {
    padding: 14px 16px;
    border-radius: 10px;
  }
  .pop_wrap .pop_box p {
    margin-bottom: 14px;
  }
  .paging a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .paging a i {
    line-height: 28px;
  }
  .pop_wrap .pop_box::after {
    right: -20px;
    width: 200px;
    height: 215px;
  }
  .popup_header .close_popup {
    font-size: 16px;
  }

  /* main popup */
  .popup_header {
    padding: 11px 18px;
  }
  .popup_header h2 {
    font-size: 15px;
  }
  .popup_footer {
    padding: 10px 14px;
  }
  .popup_footer a {
    font-size: 14px;
  }
}

/* small mobile */
@media screen and (max-width: 320px) {
}

/* 시안용 css */
.header-apply {
  /* color: #e6002d; */
  font-weight: 800;
  animation: textGlow 3s infinite;
}

@keyframes textGlow {
  0% {
    text-shadow: 0 0 0 rgba(230, 0, 45, 0);
  }
  50% {
    text-shadow: 0 0 10px rgba(241, 132, 154, 0.8);
  }
  100% {
    text-shadow: 0 0 0 rgba(230, 0, 45, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 0, 45, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(230, 0, 45, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(230, 0, 45, 0);
  }
}

.h_link_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
  top: 1px;
  position: relative;
}
#translation-links {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-right: 8px;
}

/* ===== 기본 리셋 ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 1920px;
  margin: 0 auto;
}

/* ===== 배너 영역 ===== */
.main-banner {
  width: 100%;
  /* height: 551px; 필요에 따라 조절 */
  height: 500px;
  overflow: hidden;
}
.main-banner::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.45) 35%,
    rgba(0, 0, 0, 0.15) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* ===== 슬라이드 ===== */
.main-banner .slide {
  height: 551px;
  overflow: hidden; /* 확대될 때 삐져나오는 거 방지 */
  float: left;
}

/* ===== 이미지 ===== */
.main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1);
  transition: transform 15s ease-out;
}
/* 첫 로드 중에는 active 효과 막기 */
.main-banner.is-first .slick-active img {
  transform: scale(1);
}

/* 첫 로드 이후부터는 active일 때만 확대 */
.main-banner:not(.is-first) .slick-active img {
  transform: scale(1.15);
}

/* ===== dots 위치 조정 (선택) ===== */
.slick-dots {
  bottom: 15px !important;
}
#quick-right {
  position: fixed;
  bottom: 400px;
  right: 10px;
  width: 50px;
  cursor: pointer;
  z-index: 6;
}
.banner_warp {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
/* =========================
   MAIN VISUAL TEXT
========================= */
.banner_warp {
  position: relative; /* main_text_warp absolute 기준 */
}

.banner_warp .main_text_warp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;

  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* --- (1) 배너 높이가 달라도 중앙정렬이 안정적이게 --- */
.main_text_warp2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none; /* 텍스트 클릭해야 하면 지워 */
}

.main_text_warp2 ._warp {
  max-width: 2000px;
  margin: 0 auto;
  height: 100%;
  position: relative;

  /* 기존 transform 방식 대신 flex로 안정적으로 중앙정렬 */
  display: flex;
  align-items: center; /* 세로 중앙 */
}

/* 기존에 _warp > div에 flex 준 건 유지 가능하지만, 이게 더 안정적 */
.main_text_warp2 ._warp > div {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

/* --- (2) 배경 영역을 PC/모바일에서 다르게 --- */
.main_text_warp2 ._background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * max(0px, (100vw - 2000px) / 2));
  width: 33vw;
  background: rgba(255, 255, 255, 1);
}

/* --- (3) 텍스트 박스: clamp로 자연스럽게 줄이기 --- */
.main_text_warp2 ._text_div {
  position: relative;
  z-index: 2;

  width: 100%;
  /* max-width:1400px; */
  margin: 0 auto;

  /* 모바일에서 좌우 여백이 더 중요 */
  /* padding-left: clamp(16px, 3vw, 24px); */
  padding-left: 74px;
  padding-right: clamp(16px, 3vw, 24px);

  pointer-events: auto; /* 링크 클릭 가능 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* 타이포를 clamp로: PC 크게, 모바일 자동 축소 */
.main_text_warp2 ._text_div h3,
.main_text_warp2 ._text_div h2 {
  line-height: 1.02;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  /* font-family:"GmarketSans","Noto Sans KR",sans-serif; */

  /* stroke/그림자도 폰에서 약해지도록 */
  /* -webkit-text-stroke: clamp(1px, 0.25vw, 2px) #fff;
  text-shadow: 0 4px 20px rgba(255,255,255,0.35); */
}
.main_text_warp2 ._text_div ._mobile {
  display: none; /* 모바일에서만 보이게 */
}

/* PC에서 65px 유지하면서 모바일 축소 */
.main_text_warp2 ._text_div h3 {
  font-size: 24px;
  color: #492934;
  margin-bottom: 10px;
}
.main_text_warp2 ._text_div h2 {
  font-size: clamp(32px, 5vw, 65px);
  color: #c92445;
  margin-bottom: clamp(6px, 1vw, 10px);
}

.main_text_warp2 ._text_div p {
  color: #333;
  font-weight: 500;
  letter-spacing: -0.02em;
  /* font-family:"GmarketSans","Noto Sans KR",sans-serif; */

  font-size: 18px;
  line-height: 1.35;
}
.main_text_warp2 ._text_div ._img_warp img {
  width: 100%;
  max-width: 450px;
}
.main_text_warp2 ._text_div ._img_warp {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  width: 450px;
}
/* 버튼도 모바일에서 적당히 */
.main_text_warp2 ._text_div a {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  padding: 5px 20px 5px 0;
  /* display:inline-flex;
  align-items:center;
  justify-content:center;

  margin-top: clamp(10px, 2vw, 18px);
  padding: clamp(10px, 2.2vw, 12px) clamp(18px, 4vw, 35px);

  border-radius:999px;
  color:#fff;
  font-weight:800;
  text-decoration:none;

  font-size: clamp(14px, 2.2vw, 20px);
  background: linear-gradient(135deg, #73072b, #d12f65); */
}
.main_text_warp2 ._text_div a span {
  border-bottom: 1px solid #666;
  padding-bottom: 3px;
}
.main_text_warp2 ._text_div a img {
  width: 22px;
  margin-left: 3px;
  transition: transform 0.25s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* hover 시 아이콘만 이동 */
.main_text_warp2 ._text_div a:hover img {
  transform: translateX(6px);
}
@media (max-width: 1780px) {
  .main_text_warp2 ._text_div {
    padding-left: 33px;
  }
}
@media (max-width: 1600px) {
  .main_text_warp2 ._text_div {
    padding-left: 10px;
  }
}
@media (max-width: 1480px) {
  .main_text_warp2 ._background {
    width: 38vw;
  }
}
@media (max-width: 1300px) {
  .main_text_warp2 ._background {
    width: 45vw;
  }
}
@media (max-width: 1090px) {
  .main_text_warp2 ._background {
    width: 57vw;
  }
  .main_text_warp2 ._text_div {
    padding-left: 16px;
  }
}
/* ===== 모바일/태블릿 전용 튜닝 ===== */
@media (max-width: 900px) {
  .main-banner::before {
    z-index: 1000;
  }
  /* 배경을 "왼쪽~가운데" 말고, 모바일은 "거의 전체"가 보기 좋음 */
  .main_text_warp2 ._background {
    width: 79%; /* ✅ 모바일은 전체 깔기 */
    left: 0; /* ✅ 계산식 필요 없음 */
    /* background: rgba(255,255,255,0.88);
    background: none; */
  }
  .main_text_warp2 ._text_div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* 텍스트를 왼쪽정렬 + 위아래 여백 */
  .main_text_warp2 ._warp {
    align-items: flex-end;
    padding-bottom: 18px;
  }
  .main_text_warp2 ._text_div ._img_warp {
    width: 80%;
    padding-bottom: 8px;
  }
  .main_text_warp2 ._text_div h3 {
    padding-top: 8px;
  }
  .main_text_warp2 br {
    display: none;
  }
  .main_text_warp2 ._mobile br {
    display: block;
  }
  .main_text_warp2 ._text_div {
    max-width: 560px;
    width: 80%; /* ✅ 너무 넓게 퍼지지 않게 */
    margin: 0;
  }

  /* 모바일에서 stroke+shadow를 조금 약하게 */
  .main_text_warp2 ._text_div h3,
  .main_text_warp2 ._text_div h2 {
    /* color: #fff;
    text-align: center; */
    font-size: 18px;
  }
  .main_text_warp2 ._text_div p {
    /* color: #fff; */
    text-align: left;
    font-size: 12px;
    /* display: none; */
  }
  .main_text_warp2 ._text_div a {
    /* color: #fff; */
    font-size: 12px;
    margin-top: 10px;
  }
  .main_text_warp2 ._text_div p span {
    display: none;
  }
  .main_text_warp2 ._text_div ._mobile {
    display: block;
    line-height: 1em;
  }
  .main_text_warp2 ._text_div ._pc {
    display: none;
  }
}

/* 아주 작은 폰(<=420)에서 더 컴팩트 */
@media (max-width: 420px) {
  .main_text_warp2 ._warp {
    padding-bottom: 12px;
  }
  .main_text_warp2 ._text_div a {
    width: 100%;
  } /* 버튼 풀폭도 깔끔 */
}

/* 타이틀 */
.banner_warp .main_text_warp h3,
.banner_warp .main_text_warp h2 {
  font-size: 90px;
  line-height: 1;
  /* letter-spacing: -0.03em; */
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "GmarketSans", "Noto Sans KR", sans-serif;

  /* ✅ 화이트 스트로크 */
  -webkit-text-stroke: 2px #fff;

  /* 글자 내부 색상 유지 */
  paint-order: stroke fill;

  /* 보조 쉐도우 (입체감) */
  text-shadow: 0 4px 20px rgba(255, 255, 255, 0.5);
}

.banner_warp .main_text_warp h3 {
  color: #492934;
}

.banner_warp .main_text_warp h2 {
  color: #c92445;
  margin-bottom: 20px;
}

/* 서브 문구 */
.banner_warp .main_text_warp p {
  margin: 14px 0 0;
  color: #fff;
  font-size: 34px; /* 요청한 "3"을 30px로 해석 */
  font-weight: 500;
  letter-spacing: -0.02em;
  font-family: "GmarketSans", "Noto Sans KR", sans-serif;
  /* text-shadow: 0 6px 18px rgba(255, 255, 255, 0.45); */
}

/* 버튼 */
.banner_warp .main_text_warp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 18px;
  padding: 12px 35px;

  border-radius: 999px;
  /* border-color: #d03252; */
  background: #d03252;
  backdrop-filter: blur(4px);

  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;

  background: linear-gradient(135deg, #73072b, #d12f65);
}

.banner_warp .main_text_warp a:hover {
  /* background: rgba(164, 28, 56, 0.95); 
  border-color: rgba(164, 28, 56, 0.85); */
  box-shadow: 0 0px 7px rgba(255, 255, 255, 0.3);
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25); */
}
.banner_fix_right .m_fab {
  display: none;
}

.bottom_img {
  width: 100%;
  overflow: hidden;
}
.slick-dots {
  z-index: 5;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots li {
  width: 50px !important;
}
.slick-dots li button:before {
  background-color: #ffffff;
  width: 45px !important;
  height: 5px !important;
  font-size: 0 !important;
  content: "";
}

.banner_warp .main_day {
  left: 20px;
  right: unset;
  transform: scale(0.9);
  bottom: 20px;
}
.banner_warp .main_day .main_day_img {
  background-color: #fff;
  border-radius: 100%;
}

.slick-dots li button {
  height: 3px !important;
}

#gnb .m_menu > li.registration_menu:hover > a:hover {
  background-color: #d03252;
  color: #fff !important;
}
.partners_cont {
  gap: 8px !important;
  grid-template-columns: repeat(6, 1fr) !important;
}

.partners_tit {
  display: block !important;
}
.partners_tit::after {
  display: none !important;
}
.main_btxt {
  display: block !important;
  text-align: center !important;
}

.org_comm_host2 {
  z-index: 1;
  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;
  transition: all 0.3s;
  border-radius: 0px;
  justify-content: center;
  background-color: rgba(182, 46, 70, 1);
}

.org_comm_host2 li {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
}
.org_comm_host2 li span {
  width: 100%;
  padding-left: 10px;
  font-size: 20px;
  border-left: 5px solid #fff;
  color: #fff;
  font-weight: 600;
}
.org_comm_host2 li em {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0;
  margin-left: 14px;
}
.org_comm_host2 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;
  width: 90px;
  margin-bottom: 0;
}
.org_comm_host2 li em img.org_comm_host02_en {
  width: 150px;
}

#gnb .s_menu_bg {
  z-index: 5;
}

.banner_fix_right {
  position: fixed;
  right: 30px;
  top: 200px;
  z-index: 1000;
  width: 295px; /* ✅ 기준 폭 */
  transition: all 0.4s ease;
}
.banner_fix_right ._warp {
  display: flex;
  flex-direction: column;
}
.banner_fix_right .fix_dday {
  align-self: flex-end;
  width: 100%;
  /* margin-bottom: 12px; */
}
.banner_fix_right.footer2 {
  top: 330px;
}

/* D-DAY 박스 */
.banner_fix_right .fix_dday a {
  z-index: 120;
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;

  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  user-select: none;

  /* 오른쪽 끝에 붙이기(배치 상황에 따라 margin만으로도 OK) */
  margin-left: auto;
  margin-bottom: 5px;
  width: 100%;
}

/* 왼쪽 라벨 */
.banner_fix_right .fix_dday .dday_label {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 14px;
  background: #0b1d3a; /* 딥 네이비 */
  color: #fff;
  background-color: #141e48;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 50%;
}

/* 오른쪽 숫자 */
.banner_fix_right .fix_dday .dday_num {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 78px;
  padding: 10px 14px;

  background: #492934; /* 퍼플 */
  color: #fff;
  background-color: #411961;

  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  width: 50%;
}

/* (선택) hover 살짝 */
.banner_fix_right .fix_dday a:hover {
  transform: translateY(-2px);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.banner_fix_right .char_main {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 5px;
  /* overflow: hidden; */
  transition: all 0.4s ease;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.18);
}

.banner_fix_right .char_main h2 {
  font-size: 20px;
  display: inline-block;
  position: relative;
  /* color: #d03252; */
}
.banner_fix_right .char_main h2::before {
  /* position: absolute;
  content: "";
  width: 72px;
  height: 10px;
  display: block;
  margin-bottom: 10px;
  background: linear-gradient(
    to right,
    #724597 25%,
    #54c2f1 25% 50%,
    #00a33e 50% 75%,
    #eb6000 75%
  );

  background-color: #c92445; */
}

.banner_fix_right .char_main span {
  background-color: #c92445;
  display: inline-block;
  width: 40px;
  height: 2px;

  /* margin: 0 auto; */
  margin: 4px auto 4px auto;
}
.banner_fix_right .char_main h3 {
  font-size: 18px;
  font-weight: 400;
}
.banner_fix_right .char_main img {
  width: 100%;
  max-width: 150px;
  transition: transform 0.4s ease;
}
/* ===== hover 효과 ===== */
.banner_fix_right .char_main:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.banner_fix_right .char_main:hover img {
  transform: scale(1.08);
}
/* ===== 고정 영역 ===== */
.banner_fix_right .fix_right {
  z-index: 100;
  display: flex;
  gap: 5px;
}

.banner_fix_right .fix_top {
  z-index: 100;
  display: flex;
  gap: 5px;
}
/* ===== 기본 버튼 스타일 ===== */
.banner_fix_right .fix_top a {
  flex: 1; /* ✅ 3개가 정확히 동일 폭 */
  height: 39px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  background: linear-gradient(135deg, #9b1c1c, #e6002d);
  background: linear-gradient(135deg, #73072b, #d12f65);
  transition:
    background-position 0.4s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
  margin-bottom: 5px;

  font-size: 14px;
}
.banner_fix_right .fix_top a:hover {
  background-position: right center;
  filter: brightness(1.08) saturate(1.05);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}
/* ===== 기본 버튼 스타일 ===== */
.banner_fix_right .fix_right a {
  flex: 1; /* ✅ 3개가 정확히 동일 폭 */
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition:
    background-position 0.4s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
  background-size: 200% 200%;
  text-align: center;
}
.banner_fix_right .fix_right a i {
  font-size: 12px;
}
/* ===== 개별 컬러 ===== */
.banner_fix_right .fix_right a:nth-child(1) {
  background: linear-gradient(135deg, #b31217, #e52d27);
}

.banner_fix_right .fix_right a:nth-child(2) {
  background: linear-gradient(135deg, #1f3c88, #3f6edb);
}

.banner_fix_right .fix_right a:nth-child(3) {
  background: linear-gradient(135deg, #1b7f5a, #2ecc71);
}

/* ===== hover ===== */

.banner_fix_right .fix_right a:hover {
  background-position: right center;
  filter: brightness(1.08) saturate(1.05);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

/* ===== 스크롤 시 (헤더 줄어들었을 때) ===== */
#body .banner_fix_right {
  top: 150px;
  width: 120px;
}
#body .banner_fix_right .char_main {
  width: 100px;
  padding: 10px;
}

.banner_fix_right .char_main a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 124px;
}

/* 텍스트 영역 */
.banner_fix_right .char_main ._text_warp {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  width: 50%;
}

/* 이미지 */
.banner_fix_right .char_main .img_warp {
  width: 50%;
  height: auto;
  flex-shrink: 0;
  position: relative;
}
.banner_fix_right .char_main .img_warp::after {
  background-image: url(./../img/char_main.png);
  position: absolute;
  /* content: ""; */
  width: 165px;
  height: 212px;
  display: block;
  position: absolute;
  top: -125px;
  right: 0;
  background-size: 100%;
}

#body .banner_fix_right ._text_warp {
  display: none;
}

#body .banner_fix_right .char_main {
  margin-bottom: 5px;
}
#body .banner_fix_right .fix_right {
  flex-direction: column;
  gap: 5px;
}

#body .banner_fix_right .fix_right a {
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

#body .banner_fix_right .char_main a {
  height: auto;
}

#body .banner_fix_right .char_main .img_warp {
  width: 100%;
}

/* header_top 되면 D-DAY 세로형 */
#body .banner_fix_right .fix_dday a {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

/* 위: D-DAY */
#body .banner_fix_right .dday_label {
  padding: 6px 8px;
  font-size: 13px;
  justify-content: center;
  width: 100%;
}

/* 아래: 숫자 */
#body .banner_fix_right .dday_num {
  min-width: auto;
  padding: 10px 8px;
  font-size: 28px;
  width: 100%;
}

.video_warp {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.video_warp.video_warp2 {
  height: 550px;
}

.video_warp video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* 핵심 */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;

  object-fit: cover;
}

/* 그라데이션 오버레이 */
.video_warp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0 0 0 / 60%);
  /* background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.45) 25%,
    rgba(0, 0, 0, 0.2) 45%,
    rgba(0, 0, 0, 0) 70%
  ); */
}

.sitemap_h_link_btn_warp {
  text-align: center;
}
.sitemap_wrap .h_link_btn {
  padding-top: 4px;
  justify-content: center;
}

/* =========================
   MAIN QUICK (WMAC 즐겨찾기)
========================= */
.main_quick {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  padding-bottom: 0;
}

.main_section_tit {
  font-family: "GmarketSans", "Noto Sans KR", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center; /* ✅ 가운데 정렬 */
  letter-spacing: -0.02em;
  margin: 0 0 26px;
  line-height: 1.2;
}

.main_quick_tit span {
  background: linear-gradient(135deg, #1f3c88, #3f6edb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.main_notice_tit {
  margin-bottom: 30px;
  padding-top: 80px;
}
.main_notice_tit span {
  background: linear-gradient(135deg, #73072b, #d12f65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ✅ 9개 아이콘: PC에서는 9칸, 모바일에서는 자동으로 줄바꿈 */
.main_quick_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 14px;
}

.main_quick_list li {
  margin: 0;
  padding: 0;
}

.main_quick_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 18px 10px;
  text-align: center;

  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.main_quick_list a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  border-color: rgba(31, 94, 255, 0.35);
}

.main_quick_list img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.main_quick_list span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

/* =========================
   Responsive
========================= */

/* 태블릿 */
@media (max-width: 1024px) {
  .main_quick {
    padding: 32px 16px;
  }
  .main_quick_tit {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .main_quick_list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }
  .main_quick_list img {
    width: 42px;
    height: 42px;
  }
  .org_comm_host2 {
    gap: 10px;
  }
  .org_comm_host2 li span {
    font-size: 16px;
  }
  .org_comm_host2 li em img {
    width: 75px;
  }
}

/* 모바일 */
@media (max-width: 640px) {
  .main_quick_tit {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .main_quick_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .main_quick_list a {
    padding: 8px 6px;
    border-radius: 12px;
    gap: 8px;
  }
  .main_quick_list img {
    width: 40px;
    height: 40px;
  }
  .main_quick_list span {
    font-size: 13px;
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1400px) {
  /* ✅ FAB 버튼 표시 */
  .banner_fix_right .m_fab {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;
    border-radius: 999px;

    border: 0;
    background: #111;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  }
  .banner_fix_right .m_fab:active {
    transform: translateY(1px);
  }

  /* ✅ 드랍업 패널(_warp) 기본은 숨김(접힘) */
  .banner_fix_right ._warp {
    position: absolute;
    right: 0px;
    bottom: 65px; /* FAB 위로 뜨게 */
    width: 130px;

    transform: translateY(12px);
    opacity: 0;
    pointer-events: none;

    transition:
      transform 0.22s ease,
      opacity 0.22s ease;
  }

  /* 패널 배경/카드 느낌 */
  .banner_fix_right ._warp {
    /* background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px); */
    border-radius: 16px;
    padding: 0px;
    /* box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22); */
  }

  /* ✅ 열렸을 때 */
  .banner_fix_right.is_open ._warp {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* 모바일에선 너무 길면 스크롤 */
  .banner_fix_right ._warp {
    max-height: 70vh;
    /* overflow: auto; */
  }

  /* 모바일에서는 D-DAY/마스코트 영역이 부담되면 숨기거나 축소(선택) */
  /* 완전 숨김 */
  .banner_fix_right .fix_dday a {
    padding: 0;
  }
  .banner_fix_right .fix_dday .dday_label,
  .banner_fix_right .fix_dday .dday_num {
    width: 100%;
  }
  .banner_fix_right .char_main {
    padding: 5px;
  }

  /* 버튼들은 세로로 보기 좋게 */
  .banner_fix_right .fix_top,
  .banner_fix_right .fix_right {
    display: grid;
    grid-template-columns: 1fr;
  }

  .banner_fix_right .fix_top a,
  .banner_fix_right .fix_right a {
    height: 35px;
  }
  .banner_fix_right {
    right: 10px;
    bottom: 80px;
    top: initial;
    width: auto;
  }
  #body .banner_fix_right {
    right: 14px;
    top: initial;
    width: auto;
    bottom: 86px;
  }
  #body .banner_fix_right .char_main {
    width: 100%;
  }
  .banner_fix_right .char_main .img_warp {
    width: 100%;
  }
  .banner_fix_right .char_main ._text_warp {
    display: none;
  }
  .banner_fix_right .fix_dday,
  #body .banner_fix_right .fix_dday {
    width: 100%;
  }
  .banner_fix_right .fix_dday a {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .banner_fix_right .fix_dday .dday_num {
    padding: 5px 10px;
    font-size: 26px;
  }
}

/* 태블릿 */
@media (max-width: 1024px) {
  .banner_warp .main_text_warp {
    padding: 0 18px;
  }

  .banner_warp .main_text_warp h3,
  .banner_warp .main_text_warp h2 {
    font-size: 60px;
    line-height: 0.98;
  }

  .banner_warp .main_text_warp p {
    font-size: 20px;
  }
}

/* 모바일 */
@media (max-width: 640px) {
  .video_warp.video_warp2 {
    height: 400px;
  }
  .banner_warp .main_text_warp {
    left: 0;
    right: 0;
    transform: translateY(
      -50%
    ); /* 좌우 가운데정렬 대신, 모바일은 좌측 고정이 더 안정적 */
    padding: 0;
    text-align: center;
  }

  .banner_warp .main_text_warp h3,
  .banner_warp .main_text_warp h2 {
    font-size: 45px;
    line-height: 1;
    text-align: center;
    text-shadow: 0 4px 14px rgba(255, 255, 255, 0.45);
  }

  .banner_warp .main_text_warp p {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }

  .banner_warp .main_text_warp a {
    margin-top: 14px;
    font-size: 16px;
  }

  .h_link_btn {
    display: none;
  }
}
.main_city_warp {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.main_daegu {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #eceff5;
  position: relative;
  overflow: hidden;
}
.main_daegu .daegu_img {
  padding: 10px 0 30px 0;
}
.main_daegu .daegu_img .view_more {
  display: none;
}
.main_daegu .daegu_view_box p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 24px 10px;
  z-index: 20;
  /* height: 95px; */
  height: 125px;
}
.main_daegu .swiper {
  overflow: visible;
}
.main_daegu .main_section_tit {
  margin-bottom: 10px;
}
.main_daegu .daegu_view_box {
  border-radius: 10px;
  height: 300px;
}
.main_daegu .daegu_view_box::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* 닫기(목록 이동) 버튼 */
.btn-close-list {
  position: absolute; /* 필요 시 fixed */
  bottom: 52px;
  right: -5px;

  width: 44px;
  height: 44px;
  border-radius: 50%;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  z-index: 100;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

/* hover 시: 검정 배경 */
.btn-close-list:hover {
  background-color: #c72b5f;
}
.btn-close-list.btn-close-list2:hover {
  background-color: #3964c8;
}

/* 십자가 */
.btn-close-list .icon-close {
  position: relative;
  width: 18px;
  height: 18px;
}

/* X 라인 */
.btn-close-list .icon-close::before,
.btn-close-list .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 18px;
  height: 2px;
  background: #222;

  transform-origin: center;
  transition: background-color 0.2s ease;
}

/* 기본 X */
.btn-close-list .icon-close::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn-close-list .icon-close::after {
  transform: translate(-50%, -50%) rotate(0);
}

/* hover 시 X는 흰색 */
.btn-close-list:hover .icon-close::before,
.btn-close-list:hover .icon-close::after {
  background: #fff;
}

/* 탭 전체 영역 */
.main_board_title {
  margin-bottom: 10px;
}

.main_board_title .target {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* 탭 공통 */
.main_board_title .target a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 16px;
  border-radius: 999px;

  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;

  color: #333;
  background: #fff;

  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

/* hover */
.main_board_title .target a:hover {
  background: #f3f3f3;
  border-color: #bbb;
}

/* 선택된 탭 */
.main_board_title .target a.on {
  background: #111;
  color: #fff;
  border-color: #111;
  cursor: default;
}

/* 선택된 탭 hover 방지 (톤 유지) */
.main_board_title .target a.on:hover {
  background: #111;
  color: #fff;
}

/* 더보기 버튼 */
.main_board_btn_more {
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.main_board_btn_more .text-plus {
  font-size: 16px;
  transition: all 0.3s;
  margin-right: 10px;
}
/* hover */
.main_board_btn_more:hover .text-plus {
  transform: translateX(-3px);
}

/* + 아이콘 */
.main_board_btn_more .icon-plus {
  position: relative;
  width: 14px;
  height: 14px;
}

/* 가로줄 */
.main_board_btn_more .icon-plus::before,
.main_board_btn_more .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 12px;
  height: 2px;
  background: #333;

  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}

/* 세로줄 */
.main_board_btn_more .icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.linksiteSwiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.linksiteSwiper /* 슬라이드 자체를 가운데 정렬 */
.swiper-slide {
  display: flex;
  align-items: center; /* 세로 가운데 */
  justify-content: center; /* 가로 가운데 */
}

/* 링크도 가운데 정렬 */
.linksiteSwiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* 이미지 크기 통제 */
.linksiteSwiper .swiper-slide img {
  /*  */
  max-height: 70px; /* 👈 핵심: 로고 최대 높이 */
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ===== 알림 모달: 전체 오버레이 ===== */
.alert_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none; /* 기본 숨김 */
}

.alert_modal.is-open {
  display: block;
}

.alert_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* 패널(모달 박스) */
.alert_modal__panel {
  position: relative;
  height: 100%;
  overflow: hidden; /* body에서 스크롤 안 생기게 */
  outline: none;
}

/* 가운데 1400px wrap */
.alert_modal__wrap {
  width: min(1400px, calc(100% - 40px));
  height: calc(100% - 40px);
  margin: 20px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* 헤더 */
.alert_modal__header {
  padding: 22px 24px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.alert_modal__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.alert_modal__sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  vertical-align: middle;
}

.alert_modal__close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 10px;
}

.alert_modal__close:hover {
  background: #f3f3f3;
}

/* ===== 모달 내부 스크롤 영역 ===== */
.alert_modal__body {
  padding: 22px 24px 26px;
  overflow: auto; /* ✅ 콘텐츠 많으면 여기만 스크롤 */
  -webkit-overflow-scrolling: touch;
}

/* ===== 그리드: 기본 4열 ===== */
.alert_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.alert_item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #f6f6f6;
  border: 1px solid #eee;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.alert_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.alert_item img {
  width: 100%;
  height: 250px;
  object-fit: cover; /* 이미지 크기 달라도 카드 안에서 정리 */
  display: block;
}

/* ===== 반응형 ===== */
@media (max-width: 1024px) {
  .alert_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .alert_item img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .alert_modal__wrap {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    margin: 12px auto;
    border-radius: 14px;
  }

  .alert_modal__header {
    padding: 16px 16px;
  }

  .alert_modal__title {
    font-size: 20px;
  }

  .alert_modal__sub {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }

  .alert_modal__body {
    padding: 14px 16px 18px;
  }

  .alert_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .alert_item img {
    height: 160px;
  }
}

@media (max-width: 420px) {
  .alert_grid {
    grid-template-columns: 1fr;
  }
  .alert_item img {
    height: 180px;
  }
}

/* =========================
   FAQ Chatbot UI
========================= */
#faqChatbot {
  position: fixed;
  right: 10px;
  bottom: 18px;
  z-index: 9999;
  font-family:
    Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
}

#faqChatbot .fc-fab {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18); */
  /* background: rgba(201, 36, 69, 0.95); */
  /* background-color: #eee; */
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

#faqChatbot .fc-fab img {
  width: 100px;
  line-height: 100px;
}
#faqChatbot .fc-fab:active {
  transform: translateY(3px);
}

#faqChatbot .fc-panel {
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 360px;
  max-width: calc(100vw - 32px);
  height: 560px;
  max-height: calc(100vh - 120px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  display: none;
}

#faqChatbot .fc-header {
  height: 56px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111;
  color: #fff;
}
#faqChatbot .fc-title b {
  font-size: 15px;
}
#faqChatbot .fc-sub {
  font-size: 12px;
  opacity: 0.75;
  margin-left: 8px;
}
#faqChatbot .fc-actions {
  display: flex;
  gap: 6px;
}
#faqChatbot .fc-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

#faqChatbot .fc-bubble .fc-chip[data-action="question"] {
  padding: 5px 10px;
  border-radius: 0;
}
#faqChatbot .fc-bubble .fc-chip[data-action="home"] {
  background: rgba(201, 36, 69, 0.1);
}

#faqChatbot .fc-icon:hover {
  background: rgba(255, 255, 255, 0.12);
}

#faqChatbot .fc-body {
  height: calc(100% - 56px - 88px);
  padding: 14px;
  overflow: auto;
  background: #f6f7f9;
}

#faqChatbot .fc-footer {
  height: 88px;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
}

#faqChatbot .fc-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
  height: 100%;
  overflow: auto;
}

#faqChatbot .fc-chip {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #111;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
  max-width: 100%;
}
#faqChatbot .fc-chip:hover {
  border-color: rgba(201, 36, 69, 0.35);
}

#faqChatbot .fc-msg {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
#faqChatbot .fc-msg .fc-badge {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  flex: 0 0 auto;
}
#faqChatbot .fc-msg.user .fc-badge {
  background: rgba(201, 36, 69, 0.15);
  color: rgba(201, 36, 69, 1);
}
#faqChatbot .fc-msg.bot .fc-badge {
  background: rgba(0, 0, 0, 0.1);
  color: #111;
}
#faqChatbot .fc-msg .fc-bubble {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 10px 12px;
  line-height: 1.55;
  font-size: 13px;
  color: #111;
  word-break: break-word;
}
#faqChatbot .fc-msg.user {
  justify-content: flex-end;
}
#faqChatbot .fc-msg.user .fc-bubble {
  border-color: rgba(201, 36, 69, 0.18);
}

#faqChatbot .fc-bubble a {
  color: rgba(201, 36, 69, 1);
  text-decoration: underline;
  display: inline-block;
}
#faqChatbot .fc-bubble .faq_info {
  margin-top: 8px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
}

/* 봇 말풍선 안에 들어가는 버튼 그룹 */
#faqChatbot .fc-bubble .fc-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 10px;
}

#faqChatbot .fc-bubble .fc-chip {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f1f1f1;
  color: #111;
  padding: 5px 20px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
  max-width: 100%;
  text-align: left;
}
#faqChatbot .fc-bubble .fc-chip:hover {
  border-color: rgba(201, 36, 69, 0.35);
}
#faqChatbot .fc-footer {
  display: none;
}
#faqChatbot .fc-body {
  height: calc(100% - 56px);
} /* header만 빼고 채우기 */

#faqChatbot .fc-prompt-text {
  margin-bottom: 10px;
}

#faqChatbot .fc-bubble .fc-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0; /* 텍스트 아래에 붙게 */
}
@media (max-width: 1400px) {
  #faqChatbot .fc-fab {
    width: 60px;
    height: 60px;
  }
  #faqChatbot .fc-fab img {
    width: 60px;
    line-height: 60px;
  }
}

/* 모바일 살짝 최적화 */
@media (max-width: 420px) {
  #faqChatbot {
    right: 12px;
    bottom: 12px;
  }
  #faqChatbot .fc-panel {
    width: 340px;
    height: 450px;
  }
}

span.bar {
  position: relative;
  z-index: 1;
}
span.bar::before {
  content: "";
  background-color: #f4d328;
  width: 0%;
  height: 8px;
  position: absolute;
  bottom: 3px;
  z-index: -1;
  left: 0;
  transition: all 1.5s;
}
span.bar.active::before {
  width: 100%;
}

.paymodal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.paymodal.is-open {
  display: block;
}
.paymodal__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.paymodal__panel {
  position: relative;
  width: min(520px, calc(100% - 32px));
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  padding: 22px 20px 18px;
  animation: paymodalIn 0.14s ease-out;
}
@keyframes paymodalIn {
  from {
    transform: translateY(10px);
    opacity: 0.7;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.paymodal__x {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}
.paymodal__title {
  margin: 4px 0 10px;
  font-size: 20px;
  color: #111;
}
.paymodal__desc {
  margin: 0 0 14px;
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}
.paymodal__desc b {
  color: #111;
}

.paymodal__icons {
  display: flex;
  gap: 10px;
  margin: 0 0 14px;
}
.paymodal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  color: #111;
  /* background: #fafafa; */
  background: #f1f1f1;
}

.paymodal__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 16px;
}
.paymodal__check input {
  margin-top: 3px;
  height: auto;
  width: auto;
  position: relative;
}
.paymodal__check span {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.paymodal__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.paymodal__btn {
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
}
.paymodal__btn--ghost {
  background: #fff;
  border-color: #ddd;
  color: #333;
}
.paymodal__btn--primary {
  background: #1f1f1f;
  color: #fff;
}
.paymodal__btn--primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .paymodal__desc {
    font-size: 15px;
  }
}
