/* 공통 */
:root {
  --main_color: #000;
  --main_bg: #f5f5f5;
  --color_01: #ffe6d6;
  --color_02: #f25e00;
  --point_color: #ff7700;
  --color_03: #888888;
  --font_color01: #343a40;
  --font_color02: #5c5c5c;
  --font_color03: #495057;
  --bg_yellow: #fbf8f1;
  --bg_gray: #f5f5f5;
  --black_color: #212322;
}

@font-face {
  font-family: "pretentdard";
  src: url("./fonts/Pretendard-Light.woff");
  font-weight: 300;
}

@font-face {
  font-family: "pretentdard";
  src: url("./fonts/Pretendard-Regular.woff");
  font-weight: 400;
}

@font-face {
  font-family: "pretentdard";
  src: url("./fonts/Pretendard-Bold.woff");
  font-weight: 600;
}

@font-face {
  font-family: "Presentation";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-1Thin.woff2")
    format("woff2");
  font-weight: 100;
  font-display: swap;
}

body {
  font-family: "pretentdard";
  font-weight: 400;
  color: var(--font_color01);
}

/* common */
.only_500{
  display:none;
}
.wrap {
  width: 1320px;
  margin: 0 auto;
  padding: 60px 0;
}

.wrap.no_padding_t {
  padding: 0px 20px 60px;
}

.point_color {
  color: var(--point_color) !important;
}

.bg_yellow {
  background-color: var(--bg_yellow);
}

.bg_gray {
  background-color: var(--bg_gray);
}

.bg_status {
  background-image: url("../img/common/bg_status.png");
  background-size: cover;
  background-position: center;
}

/* header */
.site_map {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 39, 31, 0.9);
  z-index: 20;
  display: none;
}

.site_map_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  width: 1400px;
  display: flex;
}

.site_map .site_map_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  border-right: 1px solid #d9d8d6;
}

.site_map .site_map_menu {
  flex: 1;
  padding: 20px 0;
}

.site_map .site_map_menu > ul > li {
  padding: 25px 60px;
  border-bottom: 1px solid #d9d8d6;
  display: flex;
  gap: 70px;
  align-items: center;
}

.site_map .site_map_menu > ul > li .tit {
  width: 240px;
}

.site_map .site_map_menu > ul > li .tit .ko {
  color: var(--point_color);
  font-weight: bold;
  font-size: 25px;
}

.site_map .site_map_menu > ul > li .tit .en {
  color: #c1c1c1;
  font-weight: bold;
  font-size: 15px;
  margin-top: 4px;
}

.site_map .site_map_menu > ul > li .menu {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 36px;
}

.site_map .site_map_menu > ul > li .menu li {
}

.site_map .site_map_menu > ul > li .menu li a {
  color: var(--font_color02);
  font-size: 17px;
  font-weight: bold;
}

.site_map .site_map_menu > ul > li:last-child {
  border-bottom: 0;
}

.site_map_box > button {
  position: absolute;
  right: 10px;
  top: 10px;
}

header {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  backdrop-filter: blur(30px);
  background-color: rgba(33, 35, 34, 0.05);
}

header .header_inner {
  padding: 18px 200px;
}

header.mouse_on .header_inner {
  background-color: #fff;
}

header.active {
  background-color: #fff;
  border-bottom: 1px solid #d9d8d6;
}

body:has(.sub_page) header {
  background-color: #fff;
  border-bottom: 1px solid #d9d8d6;
}

.header_wrap {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_wrap .menu_wrap .top {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: end;
  margin-bottom: 15px;
}

header.active #logo img,
header.mouse_on #logo img,
body:has(.sub_page) header #logo img {
  content: url("../img/common/logo_on.png");
}

header.active .header_wrap .menu_wrap .bottom > ul > li > a,
header.mouse_on .header_wrap .menu_wrap .bottom > ul > li > a,
body:has(.sub_page) header .header_wrap .menu_wrap .bottom > ul > li > a {
  color: var(--black_color);
}

header.active .header_wrap .menu_wrap .top a:first-child,
header.mouse_on .header_wrap .menu_wrap .top a:first-child,
body:has(.sub_page) header .header_wrap .menu_wrap .top a:first-child {
  color: var(--point_color);
}

header.active .header_wrap .menu_wrap .top a:last-child,
header.mouse_on .header_wrap .menu_wrap .top a:last-child,
body:has(.sub_page) header .header_wrap .menu_wrap .top a:last-child {
  color: var(--black_color);
}

.header_wrap .menu_wrap .top a {
  color: #fff;
  font-size: 16px;
}

.header_wrap .menu_wrap .bottom {
  display: flex;
  gap: 26px;
  align-items: center;
}

.header_wrap .menu_wrap .bottom > ul {
  display: flex;
  align-items: center;
  gap: 0;
}

.header_wrap .menu_wrap .bottom > ul > li {
  position: relative;
  transition: padding 0.5s;
  padding: 0 25px;
}

.header_wrap .menu_wrap .bottom ul > li > a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.header_wrap .menu_wrap .bottom .sub_depth {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 18px);
  display: none;
  width: 100%;
  opacity: 0;
  padding: 10px 0;
}

.mouse_on .header_wrap .menu_wrap .bottom .sub_depth {
  display: block;
  opacity: 1;
}

.mouse_on .header_wrap .menu_wrap .bottom ul > li > a {
  color: var(--black_color);
}

.header_wrap .menu_wrap .bottom .sub_depth li a {
  padding: 8px 0;
  display: block;
  font-weight: normal;
  color: var(--font_color02);
  white-space: nowrap;
  font-size: 20px;
}

.header_wrap .menu_wrap .bottom .sub_depth li a:hover {
  font-weight: bold;
  color: var(--point_color);
}

.header_wrap .menu_wrap .bottom .menu_btn {
  width: 26px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.header_wrap .menu_wrap .bottom .menu_btn i {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

body:has(.sub_page) .header_wrap .menu_wrap .bottom .menu_btn i {
  background-color: #000;
}

header .drop_bg {
  height: 0;
  left: 0;
  top: -1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  transition: 0.2s;
  border-bottom: 1px solid #e6e6e6;
}

header.mouse_on .drop_bg {
  height: calc(100% + 180px);
  transition: 0.2s;
}

header.mouse_on .header_inner {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

body header .header_wrap .menu_wrap .bottom > ul > li.active > a {
  color: var(--point_color);
}

.mouse_on .header_wrap .menu_wrap .bottom > ul {
  gap: 0;
}

.mouse_on .header_wrap .menu_wrap .bottom > ul > li {
  padding: 0 40px;
  /* transition: 0.2s; */
  transition: padding 0.5s;
  text-align: center;
}

.mouse_on .header_wrap .menu_wrap .bottom .sub_depth {
  display: block;
  opacity: 1;
}

header.active .menu_wrap .bottom .menu_btn i,
header.mouse_on .menu_wrap .bottom .menu_btn i {
  background-color: var(--black_color);
}

/* content */
#banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#banner ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#banner ul li {
  position: relative;
}

#banner ul li,
#banner ul .bn_img,
#banner ul .bn_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner .bn_btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#banner .bn_txt {
  position: absolute;

  top: 40%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#banner .bn_txt {
  font-family: "Presentation";
  font-weight: 600;
  font-size: 150px;
  color: #fff;
}

#banner .bn_txt p {
  color: #fff;
}

#banner .scroll_img {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 33px;
  z-index: 2;
  display: inline-block;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}

#banner .bn_btns {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 67%;
  transform: translate(-50%, -50%);
}

#banner .bn_btns a {
  width: 280px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: var(--black_color);
  border-radius: 50px;
  height: 66px;
  line-height: 66px;
  font-size: 30px;
}

#top_text .txt {
  text-align: center;
  line-height: 1.5;
  font-size: 50px;
  color: var(--font_color01);
}

#top_text .txt b {
  font-weight: 700;
}

.about_wrap {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_wrap .slide {
  overflow: hidden;
  padding-right: 80px;
}

.about_wrap .text_box .sub {
  color: var(--point_color);
  font-size: 24px;
}

.about_wrap .text_box .tit {
  font-weight: 700;
  font-size: 50px;
  color: var(--font_color01);
  margin-top: 5px;
  margin-bottom: 15px;
}

.about_wrap .text_box .txt {
  line-height: 1.4;
  font-size: 24px;
  color: var(--font_color03);
  margin-bottom: 30px;
}

.about_wrap .text_box a {
  width: 280px;
  border-radius: 30px;
  height: 54px;
  line-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--point_color);
  padding: 0 30px;
  box-sizing: border-box;
}

.about_wrap .text_box a span {
  color: #fff;
  font-size: 20px;
}

.custom_slider_wrap {
  width: 500px;
  height: 500px;
  position: relative;
}

.custom_slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  clip-path: url(#custom_clip);
}

.custom_slider ul,
.custom_slider li {
  width: 100%;
  height: 100%;
}

.custom_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom_slider_wrap .btn_wrap {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 15px;
}

.custom_slider_wrap .btn_wrap button {
  box-shadow: 0px 5px 10px 0px #0000001a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.custom_slider_wrap .btn_wrap button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.counter_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.counter_wrap .counter {
  display: inline-flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.sec_title_box {
  text-align: center;
}

.sec_title_box .en {
  font-size: 24px;
  color: var(--font_color03);
}

.sec_title_box .ko {
  font-weight: 700;
  font-size: 50px;
  margin-top: 5px;
  color: var(--font_color01);
}

.sec_title_box b {
  font-weight: 700;
}

.main_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  align-items: stretch;
}

.main_list .text_box .sub {
  font-size: 24px;
  color: var(--point_color);
}

.main_list .text_box .tit {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 14px;
  font-weight: 700;
  color: var(--font_color01);
}

.main_list .text_box .txt {
  font-size: 20px;
  color: var(--font_color03);
  line-height: 150%;
}

.main_list .text_box.white .tit,
.main_list .text_box.white .sub,
.main_list .text_box.white .txt {
  color: #fff;
}

.main_list .text_box a {
  padding: 0 30px;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;

  background-color: var(--point_color);
  border-radius: 50px;
}

.main_list .text_box {
  width: 32%;
}

.main_list .list_box {
  flex: 1;
}

.main_list .list_box ul {
  display: flex;
  width: 100%;
  gap: 30px;
  align-items: stretch;
  height: 100%;
}

.main_list .list_box ul li {
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #0000000d;
  border-radius: 20px;
  height: 100%;
  padding: 24px 20px;
}

.main_list .list_box ul li .tit_box p {
  margin-top: 5px;
  font-weight: 700;
  font-size: 24px;
  color: var(--font_color02);
}

.main_list .list_box ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.main_list .list_box ul li .link_ico {
  text-align: right;
}
#outocmes .sec_title_box {
  background-color: var(--bg_yellow);
}
.outocome_list .info {
  font-size: 20px;
}

.outocome_list ul {
  display: flex;
  gap: 60px;
  justify-content: center;

  align-items: center;
}

.outocome_list ul li {
  position: relative;
}

.outocome_list ul li:hover .on {
  opacity: 1;
  transition: 0.2s;
}

.outocome_list ul li:hover .off {
  opacity: 0;
  transition: 0.2s;
}

.outocome_list ul li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.outocome_list ul li .on {
  opacity: 0;
  position: absolute;
  left: 0;
  transition: 0.2s;
  top: 0;
}

.outocome_list ul li .tit {
  margin-bottom: 15px;
  color: #7a7a7a;
  font-size: 24px;
  white-space: nowrap;
}

.outocome_list ul li .count {
  color: var(--font_color02);
  font-weight: 700;
  font-size: 50px;
}

.outocome_list ul li:hover .tit {
  color: #fff;
  transition: 0.2;
}

.outocome_list ul li:hover .count {
  color: #fff;
  transition: 0.2;
}

.outocome_list .report_go {
  display: flex;
  justify-content: end;
}

.outocome_list .report_go a {
  background-color: var(--font_color02);
  color: #fff;
  width: 220px;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  border-radius: 50px;
}

.board_wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 60px;
}

.board_wrap .board_box {
  flex: 1;
  border: 1px solid #d9d8d6;
  border-radius: 20px;
  padding: 30px 40px;
}

.board_wrap .board_box .tit_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.board_wrap .board_box .tit_box p {
  color: var(--font_color01);
  font-weight: 700;
  font-size: 32px;
}

.board_wrap .board_box .tit_box a {
  color: var(--font_color02);
  font-size: 20px;
  display: flex;
  align-items: center;
}

.board_wrap .board_box ul li {
  display: flex;
  gap: 40px;
  align-items: center;
  border-top: 1px solid #d9d8d6;
  padding: 14px 0;
  color: var(--font_color02);
  font-size: 18px;
  width: 100%;
}

.board_wrap .board_box ul li.no_list {
  min-height: 200px;
  text-align: center;
  justify-content: center;
}

/* .board_wrap .board_box ul li:last-child {
  border-bottom: 1px solid #d9d8d6;
} */

.board_wrap .board_box .subject {
  flex: 1;
}

.board_wrap .board_box .subject p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.board_wrap .board_box .cate {
  font-weight: 700;
  width: 70px;
}

.last_box {
  display: flex;
  gap: 120px;
  align-items: center;
}

.last_box .text_box .tit {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}

.last_box .text_box .txt {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  color: var(--font_color03);
}

.last_box .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  flex: 1;
}

.last_box .text_box .time {
  display: flex;
  font-size: 20px;
  gap: 10px;
}

.last_box .card {
  display: flex;
  border-radius: 20px;
  padding: 20px 30px;
  justify-content: space-between;
}

.last_box .card.ver {
  flex-direction: column;
  gap: 50px;
}

.last_box .card .tit {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.last_box .card.white {
  background-color: #fff;
  border: 1px solid #d9d8d6;
  color: var(--font_color02);
}

.last_box .card .call {
  font-weight: 700;
  font-size: 34px;
  text-align: right;
  color: var(--point_color);
}

.last_box .card.point {
  color: #fff;
  background-color: var(--point_color);
}

.last_box .card.gray {
  color: #fff;
  background-color: var(--font_color02);
}

.last_box .card .go {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

/* footer */
.quick_icon {
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 7;
}

.sns_box {
  border-top: 1px solid #d9d8d6;
  border-bottom: 1px solid #d9d8d6;
  padding: 15px 0;
  background-color: #fafafa;
}

.sns_box .sns_wrap {
  display: flex;
  justify-content: end;
  gap: 28px;
  width: 1320px;
  margin: 0 auto;
  align-items: center;
}

.sns_box .sns_wrap .sns {
  display: flex;
  gap: 8px;
}

.sns_box .sns_wrap p {
  color: var(--font_color02);
  font-size: 18px;
}

footer .top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 55px;
  border-bottom: 1px solid #d9d8d6;
}

footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-left: 30px;
}

footer .bottom .copy {
  font-size: 18px;
  color: var(--font_color02);
}

footer .bottom .partner_logos {
  display: flex;
  align-items: center;
  gap: 45px;
}
footer .bottom .partner_logos img {
  cursor: pointer;
}

footer .top .left {
  padding-left: 30px;
  display: flex;
  gap: 50px;
  align-items: center;
}

footer .top .left li {
  font-size: 18px;
  color: var(--font_color02);
  line-height: 1.5;
}

footer .top .right {
  display: flex;
  gap: 80px;
  align-items: center;
}

footer .top .right .ft_links li a {
  font-size: 18px;
  color: #212221;
  line-height: 1.5;
  display: none;
}
footer .top .right .ft_links li:first-child a {
  font-weight: 600;
}
footer .partner_select {
  position: relative;
}

footer .partner_select .title {
  width: 200px;
  border-radius: 30px;
  border: 1px solid #cecece;
  padding-left: 30px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 38px;
  color: var(--font_color02);
  cursor: pointer;
}

footer .partner_select ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #cecece;
  border-top: 0;
  display: none;
}

footer .partner_select.on .title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

footer .partner_select ul li {
  border-bottom: 1px solid #cecece;
  text-align: center;
}

footer .partner_select ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
}

footer .partner_select ul li:last-child {
  border-bottom: 0;
}

.m_top_links {
  display: none;
}

@keyframes down {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(15px);
  }

  40% {
    transform: translateY(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(15px);
  }

  40% {
    transform: translateY(0);
  }
}

.sample_text {
  padding: 0 30px;
  word-break: keep-all;
  font-size: 18px;
}
.list_sch_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.list_sch_box .date_box {
  display: flex;
  gap: 5px;
  align-items: center;
}
.list_sch_box select,
.list_sch_box input {
  font-size: 18px;
  height: 52px;
  border: 1px solid #d9d8d6;
  border-radius: 10px;
  color: #7a7a7a;
  font-family: "pretentdard";
  background-color: #fff;
}
.list_sch_box select {
  width: 120px;
  padding: 0 20px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/common/arrow_select.png");
  background-repeat: no-repeat;
  background-position: 90% 24px;
}
.list_sch_box .date_box input {
  width: 150px;
  text-align: center;
  /* appearance: none;
  -webkit-appearance: none;
  background-image: url('../img/common/cal_ico.png');
  background-repeat: no-repeat;
      background-position: 90% 24px; */
  position: relative;
  padding-right: 20px;
}
.list_sch_box .date_box input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 8px;
  background-size: 18px;
  background: url("../img/common/cal_ico.png");
  background-repeat: no-repeat;
  opacity: 0;
}
.list_sch_box .date_box input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url("../img/common/cal_ico.png") no-repeat center;
  background-size: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.list_sch_box > input {
  width: 400px;
  padding: 0 10px;
}
.list_sch_box button {
  background-color: #5c5c5c;
  color: #fff;
  border-radius: 10px;
  width: 95px;
  height: 52px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 1550px) {
  header .header_inner {
    padding: 18px 40px;
  }

  .site_map_box {
    width: 1000px;
  }

  .site_map .site_map_logo {
    width: 210px;
  }

  .site_map .site_map_logo img {
    width: 110px;
  }

  .site_map .site_map_menu > ul > li .tit .ko {
    font-size: 18px;
  }

  .site_map .site_map_menu > ul > li .tit .en {
    font-size: 14px;
  }

  .site_map .site_map_menu > ul > li {
    padding: 15px 30px;
    gap: 20px;
  }

  .site_map .site_map_menu > ul > li .menu li a {
    font-size: 15px;
  }

  .quick_icon img {
    width: 70px;
  }
}

@media (max-width: 1340px) {
  /* header */
  .header_wrap .menu_wrap .bottom > ul > li > a {
    font-size: 18px;
    gap: 24px;
  }

  .header_wrap .menu_wrap .top {
    gap: 14px;
  }

  .header_wrap .menu_wrap .top a {
    font-size: 14px;
  }

  .mouse_on .header_wrap .menu_wrap .bottom > ul > li {
    padding: 0 10px;
  }

  .header_wrap .menu_wrap .bottom .sub_depth li a {
    font-size: 14px;
  }

  header.mouse_on .drop_bg {
    height: calc(100% + 150px);
  }

  .header_wrap .menu_wrap .bottom > ul > li {
    padding: 0 10px;
  }

  /* content */
  .wrap {
    width: 100%;
    padding: 50px 30px;
  }

  .header_wrap {
    padding: 0 20px;
  }

  #banner .bn_txt {
    font-size: 100px;
  }

  #banner .bn_btns a {
    font-size: 22px;
    width: 200px;
    line-height: 50px;
    height: 50px;
  }

  #banner .bn_btns {
    gap: 20px;
  }

  #banner .scroll_img img {
    width: 40px;
  }

  #top_text .txt {
    font-size: 35px;
  }

  .about_wrap .text_box .sub {
    font-size: 18px;
  }

  .about_wrap .text_box .tit {
    font-size: 35px;
  }

  .about_wrap .text_box .txt {
    font-size: 18px;
  }

  .about_wrap .text_box a span {
    font-size: 18px;
  }

  .about_wrap .text_box a {
    width: 200px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }

  .about_wrap .slide {
    padding-right: 0;
  }

  .sec_title_box .en {
    font-size: 18px;
  }

  .sec_title_box .ko {
    font-size: 28px;
  }

  .main_list .text_box .sub {
    font-size: 18px;
  }

  .main_list .text_box .tit {
    font-size: 24px;
  }

  .main_list .text_box .txt {
    font-size: 16px;
  }

  .main_list {
    gap: 50px;
  }

  .main_list .list_box ul li .tit_box p {
    font-size: 18px;
  }

  .main_list .list_box ul li .link_ico img {
    width: 24px;
  }

  .main_list .list_box ul li a .tit_box img {
    height: 24px;
  }

  .main_list .text_box a {
    font-size: 16px;
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
  }

  .board_wrap .board_box .tit_box p {
    font-size: 20px;
  }

  .board_wrap .board_box ul li {
    font-size: 16px;
  }

  .board_wrap .board_box {
    padding: 20px 30px;
  }

  .board_wrap .board_box .tit_box a {
    font-size: 16px;
  }

  .board_wrap .board_box .tit_box a img {
    width: 18px;
  }

  .board_wrap .board_box .cate {
    width: 60px;
  }

  .board_wrap {
    margin-top: 30px;
  }

  .last_box .text_box .tit {
    font-size: 26px;
  }

  .last_box .text_box .txt {
    font-size: 18px;
    word-break: keep-all;
  }

  .last_box .text_box .txt {
    font-size: 18px;
  }

  .last_box {
    gap: 60px;
  }

  .last_box .cards {
    gap: 15px;
  }

  .last_box .card {
    padding: 20px;
  }

  .last_box .card .call {
    font-size: 24px;
  }

  .last_box .card .tit {
    font-size: 20px;
  }

  .last_box .card .go img {
    width: 20px;
  }

  .last_box .card.gray img {
    width: 20px;
  }

  .outocome_list ul {
    gap: 0;
  }

  .outocome_list ul li .count {
    font-size: 35px;
  }

  .outocome_list ul li .tit {
    font-size: 18px;
  }

  .outocome_list ul li .bg_img img {
    width: 340px;
  }

  .outocome_list ul li:nth-child(2) .bg_img img {
    width: 310px;
  }

  .outocome_list .info {
    font-size: 16px;
  }

  .outocome_list .report_go a {
    font-size: 16px;
    width: 190px;
    padding: 0 20px;
  }

  /* footer */
  .sns_box .sns_wrap {
    width: 100%;
    padding: 0 30px;
  }

  .sns_box .sns_wrap p {
    font-size: 16px;
  }

  footer .top .left {
    padding-left: 0;
  }

  footer .top .left {
    gap: 20px;
  }

  footer .top .left li {
    font-size: 16px;
  }

  footer .ft_logo {
    width: 200px;
  }

  footer .top .right {
    gap: 20px;
  }

  footer .top .right .ft_links li a {
    font-size: 16px;
  }

  footer .partner_select .title {
    width: 170px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 14px;
  }

  footer .top {
    padding-bottom: 35px;
  }

  footer .bottom {
    padding-top: 15px;
    padding-left: 0;
  }

  footer .bottom .copy {
    font-size: 14px;
  }

  footer .bottom .partner_logos {
    gap: 30px;
  }

  .sns_box {
    padding: 10px 0;
  }
}

@media (max-width: 1024px) {
  .list_sch_box > input {
    width: 250px;
  }
  .list_sch_box .date_box input {
    width: 120px;
  }
  .list_sch_box select,
  .list_sch_box input {
    font-size: 16px;
    border-radius: 8px;
    height: 45px;
  }
  .list_sch_box .date_box input::-webkit-calendar-picker-indicator {
    background-size: 18px;
  }
  .list_sch_box button {
    width: 80px;
    border-radius: 8px;
    font-size: 16px;
    height: 45px;
  }
  .list_sch_box select {
    background-position: 90% 19px;
  }
  /* common */
  .wrap {
    width: 100%;
    padding: 40px 20px;
  }

  .header_wrap {
    padding: 0 0;
  }

  /* header */
  .site_map_box {
    width: 720px;
  }

  .site_map_box {
    flex-direction: column;
  }

  .site_map .site_map_logo {
    padding: 20px 0;
    border-bottom: 1px solid #d9d8d6;
    border-right: 0;
    width: 100%;
  }

  .site_map .site_map_menu > ul > li .menu {
    gap: 20px;
  }

  #logo img {
    width: 130px;
  }

  .header_wrap .menu_wrap .bottom > ul > li > a {
    font-size: 15px;
  }

  .header_wrap .menu_wrap .bottom {
    gap: 20px;
  }

  .header_wrap .menu_wrap .bottom > ul {
  }

  .header_wrap .menu_wrap .bottom .sub_depth li a {
    font-size: 13px;
    white-space: nowrap;
  }

  .header_wrap .menu_wrap .top a {
    font-size: 13px;
  }

  header.mouse_on .drop_bg {
    height: calc(100% + 140px);
  }

  .mouse_on .header_wrap .menu_wrap .bottom > ul > li {
    padding: 0 10px;
  }

  .header_wrap .menu_wrap .bottom .sub_depth {
    padding: 4px 0;
  }

  header .header_inner {
    padding: 15px 20px;
  }

  .header_wrap .menu_wrap .bottom .menu_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    background-color: transparent;
    width: auto;
    height: auto;
    display: block;
  }

  .header_wrap .menu_wrap .bottom .menu_btn .bar {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 6px auto;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .active .header_wrap .menu_wrap .bottom .menu_btn .bar {
    background-color: #000;
  }

  #banner .bn_txt {
    font-size: 70px;
  }

  #top_text .txt {
    font-size: 28px;
  }

  .about_wrap .text_box .tit {
    font-size: 28px;
  }

  .about_wrap .text_box .sub {
    font-size: 16px;
  }

  .about_wrap .text_box .txt {
    font-size: 16px;
  }

  .about_wrap .text_box a span {
    font-size: 16px;
  }

  .about_wrap .text_box a img {
    width: 22px;
  }

  .about_wrap .text_box a {
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }

  .custom_slider_wrap {
    width: 360px;
    height: 360px;
    position: relative;
  }

  .custom_slider_wrap .btn_wrap {
    right: 10px;
    bottom: 30px;
  }

  .custom_slider_wrap .btn_wrap button {
    width: 40px;
    height: 40px;
  }

  .custom_slider_wrap .btn_wrap button img {
    width: 8px;
  }

  .sec_title_box .en {
    font-size: 16px;
  }

  .sec_title_box .ko {
    font-size: 24px;
  }

  .main_list .text_box .tit {
    font-size: 22px;
  }

  .main_list .text_box .sub {
    font-size: 16px;
  }

  .main_list .text_box .txt {
    font-size: 15px;
  }

  .main_list .text_box {
    width: 40%;
  }

  .main_list .list_box ul {
    gap: 15px;
  }

  .main_list .list_box ul li .tit_box p {
    word-break: keep-all;
    font-size: 15px;
  }

  .main_list .list_box ul li {
    padding: 18px 15px;
    border-radius: 15px;
  }

  .main_list .list_box ul li a .tit_box img {
    height: 20px;
  }

  .main_list .list_box ul li .link_ico img {
    width: 22px;
  }

  .main_list .text_box a {
    font-size: 14px;
  }

  .outocome_list ul li .bg_img img {
    width: 260px;
  }

  .outocome_list ul li:nth-child(2) .bg_img img {
    width: 230px;
  }

  .outocome_list ul li .count {
    font-size: 25px;
  }

  .outocome_list ul li .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .board_wrap {
    gap: 20px;
  }

  .board_wrap .board_box {
    padding: 20px;
    border-radius: 15px;
  }

  .board_wrap .board_box .tit_box p {
    font-size: 18px;
  }

  .board_wrap .board_box .tit_box a {
    font-size: 14px;
  }

  .board_wrap .board_box ul li {
    font-size: 15px;
    gap: 10px;
  }

  .last_box {
    gap: 20px;
  }

  .last_box .text_box .tit {
    font-size: 22px;
    gap: 5px;
  }

  .last_box .text_box .txt {
    font-size: 16px;
  }

  .last_box .text_box .time {
    font-size: 16px;
  }

  .last_box .card {
    padding: 15px;
    border-radius: 15px;
  }

  .last_box .card .tit {
    font-size: 16px;
  }

  .last_box .card .call {
    font-size: 18px;
  }

  /* footer */
  footer .ft_logo {
    width: 160px;
  }

  footer .top .left li {
    font-size: 14px;
  }

  footer .top .right .ft_links li a {
    font-size: 14px;
  }

  footer .top {
    gap: 10px;
  }

  footer .top .right {
    gap: 10px;
  }

  footer .partner_select .title {
    width: 144px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 10px;
  }

  footer .bottom .partner_logos img {
    height: 24px;
  }

  footer .bottom .partner_logos {
    gap: 10px;
  }

  .sns_box .sns_wrap p {
    font-size: 14px;
  }

  .sns_box .sns_wrap .sns a img {
    width: 26px;
  }
}

@media (max-width: 768px) {
  .outocome_list .report_go {
    justify-content: center;
}
  .list_sch_box {
    margin: 0 auto 20px;
    flex-wrap: wrap;
    max-width: 400px;
    gap: 5px;
  }
  .list_sch_box select {
    width: 25%;
  }
  .list_sch_box .date_box {
    width: calc(75% - 10px);
  }
  .list_sch_box .date_box input {
    box-sizing: border-box;
    width: auto;
    flex: 1;
    width: 80px;
    font-size: 14px;
  }
  .list_sch_box select {
    padding: 0 5px;
    padding-left: 8px;
  }
  .list_sch_box .date_box input::-webkit-calendar-picker-indicator {
    background-size: 16px;
    right: 3px;
    top: 11px;
  }
  .list_sch_box .date_box input::after {
    width: 16px;
    height: 16px;
    right: 3px;
    background-size: 16px;
  }
  .list_sch_box > input {
    width: 75%;
  }
  .list_sch_box select,
  .list_sch_box input {
    font-size: 14px;
  }
  .list_sch_box button {
    width: calc(25% - 10px);
    font-size: 14px;
  }
  .list_sch_box select,
  .list_sch_box input {
    height: 40px;
  }
  .list_sch_box button {
    height: 40px;
  }
  .sample_text {
    padding: 0;
    font-size: 14px;
  }
  #top_text .txt {
    font-size: 25px;
    word-break: keep-all;
  }

  header.mouse_on #logo img {
    content: url(../img/common/logo.png);
  }

  body:has(.cross) header #logo img {
    content: url(../img/common/logo_on.png);
  }

  body:has(.cross) header {
    background-color: #fff;
    border-bottom: 1px solid #d9d8d6;
  }

  .cross .bar {
    background-color: #000 !important;
  }

  .cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .cross .bar:nth-of-type(2) {
    opacity: 0;
  }

  .cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }

  .quick_icon img {
    width: 60px;
  }

  .quick_icon {
    right: 10px;
    bottom: 50px;
  }

  /* header */
  header {
    z-index: 21;
  }

  .site_map_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
  }

  .site_map .site_map_logo {
    justify-content: start;
    padding: 15px 20px;
  }

  .site_map_box > button {
    top: 15px;
  }

  .site_map .site_map_menu > ul > li {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .site_map .site_map_menu > ul > li {
    padding: 10px 0 0;
    gap: 0;
  }

  .site_map .site_map_menu > ul > li .tit {
    width: 100%;
    padding: 0 20px 10px;
            padding: 9px 20px 17px;
    position: relative;
  }

  .site_map .site_map_menu > ul > li.on .tit {
    border-bottom: 1px solid #e6e6e6;
  }

  .site_map .site_map_menu > ul > li.on .tit::after {
    background-image: url("../img/common/menu_arrow_on.png");
  }

  .site_map .site_map_menu > ul > li .tit::after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background-image: url("../img/common/menu_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site_map .site_map_menu > ul > li .tit .ko {
    color: var(--font_color02);
  }

  .site_map .site_map_menu > ul > li.on .tit .ko {
    color: var(--point_color);
  }

  .site_map .site_map_menu > ul > li .menu li {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
  }

  .site_map .site_map_menu > ul > li .menu li:last-child {
    border-bottom: 0;
  }

  .site_map .site_map_menu > ul > li:last-child {
    border-bottom: 1px solid #e6e6e6;
  }

  .site_map .site_map_menu > ul > li .menu li a {
    display: block;
    padding: 13px 20px;
  }

  .site_map .site_map_menu > ul > li .site_menu {
    display: none;
    width: 100%;
  }

  .site_map .site_map_menu > ul > li .menu {
    flex-direction: column;
    text-align: left;
    align-items: start;
    gap: 0;
    width: 100%;

    justify-content: start;
  }

  .site_map .site_map_menu {
    padding: 0;
  }

  .site_map .site_map_menu > ul > li .menu li {
    text-align: left;
  }

  .site_map .site_map_logo img {
    content: url("../img/common/logo_on.png");
    width: 130px;
  }

  header.mouse_on .drop_bg {
    display: none;
  }

  header.mouse_on .header_inner {
    position: relative;
    background-color: transparent;
    border-bottom: none;
  }

  .header_wrap .menu_wrap .top {
    display: none;
  }

  .header_wrap .menu_wrap .bottom > ul {
    display: none;
  }

  .header_wrap .menu_wrap .bottom {
    justify-content: end;
  }

  /* content */
  .outocome_list ul {
    flex-direction: column;
  }

  .main_list {
    flex-direction: column;
    gap: 25px;
  }

  .main_list .text_box {
    width: 100%;
  }

  .about_wrap {
    flex-direction: column;
    gap: 25px;
    align-items: start;
  }

  .about_wrap .slide {
    width: 100%;
  }

  .custom_slider_wrap {
    margin: 0 auto;
  }

  .board_wrap {
    flex-direction: column;
  }

  .board_wrap .board_box {
    min-height: 160px;
    width: 100%;
        padding: 20px 20px 0px;
  }

  .board_wrap .board_box ul li.no_list {
    min-height: 100px;
  }

  .last_box {
    flex-direction: column;
    align-items: start;
  }

  .last_box .cards {
    width: 100%;
  }

  .main_list .list_box ul li {
    height: auto;
  }

  .main_list .list_box ul li a {
    gap: 15px;
  }

  #banner .bn_btns a {
    font-size: 18px;
    width: 150px;
    line-height: 40px;
    height: 40px;
  }

  #banner .bn_txt {
    font-size: 45px;
    font-family: "pretentdard";
    font-weight: normal;
    letter-spacing: -0.8px;
  }

  .sec_title_box .ko {
    word-break: keep-all;
  }

  /* footer */
  footer .top {
    flex-direction: column;
  }

  footer .top .left {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }

footer .top .right {
        width: 100%;
        justify-content: flex-start;
        gap: 0;
    }

  footer .bottom {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }

  footer .top {
    padding-bottom: 20px;
  }

  .sns_box .sns_wrap {
    padding: 0 10px;
  }

  .m_top_links {
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 35px;
    gap: 15px;
  }

  .m_top_links a {
    font-size: 14px;
  }

  .m_top_links a:first-child {
    color: var(--point_color);
  }
}
@media (max-width: 500px) {
  .only_500{
    display: revert;
  }
}
@media (max-width: 400px) {
  .custom_slider_wrap {
    width: 300px;
    height: 300px;
  }

  .last_box .card.ver {
    gap: 20px;
  }

  #top_text .txt {
    font-size: 22px;
  }

  .about_wrap .text_box .tit {
    font-size: 24px;
  }

  .about_wrap .text_box .txt {
    font-size: 15px;
  }

  #banner .bn_txt {
    font-size: 40px;
  }

  footer .bottom .partner_logos img {
    height: 20px;
  }

  .sns_box .sns_wrap {
  }

  .sns_box .sns_wrap p {
    font-size: 12px;
  }
  .sample_text {
    font-size: 12px;
  }
}
