:root {
  --main-green: #9eff00;
  --section-vertical-padding: 100px;
  --section-vertical-padding-medium: 70px;
  --section-vertical-padding-half: 50px;
}

@font-face {
  font-family: "NotoSansKR";
  src: url("../fonts/NotoSansCJKkr-Regular.woff") format("opentype");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansCJKkr-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK KR";
  src: url("../fonts/NotoSansCJKkr-Regular.woff") format("woff");
}

body {
  overflow-y: scroll;
  word-break: keep-all;
  word-wrap: break-word;
  font-family: Noto Sans CJK KR;
}
a {
  text-decoration: none;
  color: #000;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  appearance: none;
  background: none;
  color: #000;
}
.bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-primary {
  color: #018fff;
}

.site_inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.section_title {
  line-height: 1.38;
}
.section_desc {
  line-height: 1.42;
}
.section_title.left,
.section_desc.left {
  text-align: left;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  font-family: Noto Sans CJK KR;
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 100;
}
#header .btn_nav_m {
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background: url("../img/nav/icn_nav_mobile_white.svg") center center no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}

#header .site_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#header .logo_link {
  display: inline-block;
  margin-top: 2px;
}
#header .logo_link .logo_img {
  width: 180px;
  height: 24px;
}
#header .logo_link .logo_black {
  display: none;
}
#header .right_side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .nav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .nav_list .item_link {
  display: inline-flex;
  align-items: center;
  height: 80px;
  padding: 0 15px;
  font-size: 14px;
  font-family: Noto Sans CJK KR;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 0.8em rgba(0, 0, 0, 0.5);
  gap: 0.3em;
}
#header .nav_list .item_link .icn_blank {
  margin-top: 0.1em;
  stroke: currentColor;
  flex-shrink: 0;
}
#header .nav_list .item:hover .item_link {
  color: var(--main-green);
}
#header .nav_list .submenu_wrap {
  position: fixed;
  left: 0;
  top: 80px;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #00000029;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 4px #00000029;
}
#header .nav_list > .item:hover .submenu_wrap {
  display: block;
}
#header .submenu_list {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-left: 8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
#header .nav_list .submenu_wrap .list_item {
  display: flex;
  width: 300px;
  margin: 5px 0;
}
#header .nav_list .submenu_wrap .list_link {
  display: flex;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background 0.17s;
}
#header .nav_list .submenu_wrap .list_link:hover {
  background: #efefef;
}
#header .nav_list .submenu_wrap .img_box {
  flex: 0 0 47px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 100%;
}
#header .nav_list .submenu_wrap .img_box img {
  max-width: 47px;
}
#header .nav_list .submenu_wrap .name_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
}
#header .nav_list .submenu_wrap .menu_title {
  font-size: 18px;
  color: #343434;
  font-weight: 700;
}
#header .nav_list .submenu_wrap .menu_desc {
  padding-top: 5px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.42;
  color: #999;
}

#header .lang_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
#header .lang_wrap .item_link {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  color: #999;
  text-decoration: none;
  transition: color 0.17s;
}
#header .lang_wrap .item .item_link:hover,
#header .lang_wrap .item.active .item_link {
  color: var(--main-green);
}
#header .lang_wrap .item_link + .item_link {
  margin: 5px;
}

/* nav scroll */
#header.on {
  background: #fff;
  box-shadow: 0 2px 4px #00000029;
}
#header.on .logo_link .logo_img {
  display: none;
}
#header.on .logo_link .logo_black {
  display: block;
}
#header.on .nav_list .item_link,
#header.on .lang_wrap .item_link {
  color: #000;
  text-shadow: none;
}
#header.on .nav_list .item_link:hover {
  color: var(--main-green);
}
#header.on .btn_nav_m {
  background-image: url("../img/nav/icn_nav_mobile_black.svg");
}

/* mobile nav */
#header .mobile_nav_dim {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(3px);
  z-index: 101;
}
#header .mobile_nav_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  padding: 60px 20px 40px 20px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 102;
  box-sizing: border-box;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
}
#header .mobile_nav_wrap.on {
  transform: translate3d(0, 0, 0);
}
#header .mobile_nav_wrap .btn_close {
  position: absolute;
  right: 17px;
  top: 17px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/assets/img/common/icn_close.svg") center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
#header .mobile_nav_wrap .logo_wrap {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  width: 200px;
}
#header .mobile_nav_wrap .logo_wrap img {
  width: 100%;
}
.nav_list_mobile .submenu_wrap {
  padding: 0 0 5px 20px;
}
.nav_list_mobile .submenu_wrap .list_item + .list_item {
  border-top: 1px solid #efefef;
}
.nav_list_mobile .submenu_wrap .list_link {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.nav_list_mobile .submenu_wrap .list_link:active {
  background: rgba(0, 0, 0, 0.05);
}
.nav_list_mobile .submenu_wrap .img_box {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.nav_list_mobile .submenu_wrap .img_box img {
  width: 100%;
  height: 100%;
}
.nav_list_mobile {
  margin-bottom: 50px;
}
.nav_list_mobile > .item {
  display: block;
}
.nav_list_mobile > .item > a {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.nav_list_mobile > .item > a .icn_blank {
  margin-left: 6px;
  stroke: currentColor;
  flex-shrink: 0;
}
.nav_list_mobile > .item > a:active {
  color: var(--main-green);
}
.nav_list_mobile > .item + .item {
  border-top: 1px solid #efefef;
}

.page_head {
  height: 340px;
  padding: 130px 0 50px 0;
  background: #000 no-repeat top center;
  background-size: 2560px auto;
  background-attachment: fixed;
  box-sizing: border-box;
}
.page_head .page_head_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.page_head .title {
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.38;
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.85);
}
.page_head .desc {
  margin: 0.4em 0 0 0;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.page_head .btn_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  margin: 1.6em 0 0 0;
}
.page_head .btn_link_page {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 7px 20px;
  cursor: pointer;
}
.page_head .btn_link_page:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page_head.big {
  height: 700px;
}
.page_head.big .page_head_inner {
  justify-content: center;
}
.page_head.short {
  height: 260px;
}

#footer {
  padding: 60px 0 0 0;
  background: #000;
}
#footer .address_wrap {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.8;
  color: #dcdcdc;
}
#footer .img_logo {
  width: 180px;
  height: 24px;
}
#footer .prize_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
  gap: 15px;
}
#footer .prize_wrap .site_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}
#footer .prize_wrap .img_prize {
  width: 180px;
  height: auto;
}

#footer .link_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}
#footer .link_wrap .item {
  display: inline-block;
  width: 30px;
  height: 30px;
}
#footer .link_wrap .item.youtube {
  width: 34px;
  height: 34px;
}
#footer .link_wrap .icn_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: opacity 0.17s ease;
}
#footer .link_wrap .icn_link.icn_naver_blog {
  background-image: url("../img/common/icn_naver_blog.svg");
}
#footer .link_wrap .icn_link.icn_linkedin {
  background-image: url("../img/common/icn_linkedin.svg");
}
#footer .link_wrap .icn_link.icn_youtube {
  background-image: url("../img/common/icn_youtube.svg");
}
#footer .link_wrap .icn_link:hover {
  opacity: 1;
}
#footer .partner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
}
#footer .partner_list .item {
  height: 28px;
}
#footer .partner_list .item img {
  width: auto;
  height: 100%;
}
#footer .nav_partner .site_inner {
  padding: 30px;
  margin-top: 60px;
}
#footer .nav_partner .site_inner .link_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 20px;
}
#footer .nav_partner .site_inner .trust_title {
  text-align: center;
  font-size: 18px;
  color: #d0d0d0;
}
#footer .nav_partner .site_inner ul > li img {
  width: 109px;
  filter: grayscale(1);
}

#footer .footer_nav {
  position: relative;
  padding: 0 0 60px 0;
}
#footer .nav_wrap {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
#footer .nav_wrap > .left_side {
  margin-right: 5em;
}
#footer .nav_wrap > .right_side {
  flex: 1 0 auto;
}
#footer .nav_list_footer {
  display: flex;
  justify-content: right;
}
#footer .nav_list_footer > .item {
  flex: 1 0 auto;
}
#footer .nav_list_footer .item_link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#footer .nav_list_footer .item_link .icn_blank {
  margin-left: 5px;
  stroke: currentColor;
  flex-shrink: 0;
}
#footer .nav_list_footer .item_link:hover {
  color: var(--main-green);
}
#footer .nav_list_footer .submenu_list_footer {
  margin-top: 20px;
}
#footer .nav_list_footer .list_link {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
#footer .nav_list_footer .list_link:hover {
  color: #fff;
}
#footer .nav_list_footer .list_item + .list_item {
  margin-top: 10px;
}
#footer .copyright {
  border-top: 1px solid #1e1e1e;
  background-color: #000107;
  color: #fff;
}
#footer .copyright .copyright_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 76px;
  font-size: 13px;
  color: #fff;
}

/* componete */
.btn_common {
  display: inline-flex;
  justfiy-content: center;
  align-items: center;
  height: 44px;
  padding: 0 1.5em;
  font-size: 16px;
  transition:
    background 0.17s ease,
    color 0.17s ease,
    filter 0.17s ease,
    opacity 0.17s ease;
  cursor: pointer;
}
.btn_common:hover {
  filter: brightness(1.1);
  opacity: 1;
}
.btn_common.btn_primary {
  background-color: #018fff;
  color: #fff;
}
.btn_common.btn_transparent {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}
.btn_common.btn_transparent:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn_common_round {
  display: inline-block;
  border: 1px solid #f1f1f5;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Pretendard;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition:
    background 0.17s ease,
    color 0.17s ease;
}
.btn_common_round.btn_primary {
  color: #fff;
  border: 1px solid transprent;
  background: #018fff;
}
.btn_common_round.btn_primary:hover {
  background: #018fff;
}

.btn_common_round:hover {
  color: #000;
  border-color: #9eff00;
  background: #9eff00;
}
.btn_common_round.big {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  border: 1px solid #111;
  border-radius: 100px;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.btn_common_round.big svg path {
  stroke: #000;
  transition: stroke 0.17s ease;
}
.btn_common_round.big:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn_common_round.big:hover svg path {
  stroke: #fff;
}

.btn_common_round.green {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}
.btn_common_round.green:hover {
  color: #000;
  border-color: #b7ff41;
  background: #b7ff41;
}
.btn_common_round.green svg path {
  stroke: #000;
  transition: stroke 0.17s ease;
}

.btn_common_round.black {
  color: #000;
  border: 1px solid #111;
  background: #fff;
}
.btn_common_round.black:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn_common_round.black svg path {
  stroke: #000;
  transition: stroke 0.17s ease;
}
.btn_common_round.black:hover {
  border: 1px solid #111;
  background: #000;
}

.common_swiper_tab {
  position: relative;
  display: flex;
  width: 100%;
}
.common_swiper_tab .item {
  flex: 0 0 33.33%;
  display: flex;
  justify-content: flex-start;
}
.common_swiper_tab .btn_swiper_tab {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 15px 0 13px 0;
  font-size: 20px;
  line-height: 30px;
  border-top: 3px solid transparent;
  cursor: pointer;
}
.common_swiper_tab .move_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 2px solid #000;
  font-weight: bold;
  transform: translate3d(0, 0, 0);
  transition:
    width 0.2s ease,
    transform 0.2s ease;
}
.common_swiper_tab .btn_swiper_tab.active {
  font-weight: bold;
}

.common_board_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 44px;
}
.common_board_list .list_item {
  position: relative;
  flex: 1 1 32%;
  min-width: 300px;
  max-width: 32%;
}
.common_board_list .list_item .thumb {
  position: relative;
  padding-top: 56.25%;
  background-color: #efefef;
  overflow: hidden;
}
.common_board_list .list_item .img_box {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease;
}
.common_board_list .list_item .img_box.img_contain {
  background-size: auto 80%;
  background-color: #f4f4f4;
}
.common_board_list .list_item .contents {
  margin-top: 18px;
}
.common_board_list .list_item .contents .year_text {
  display: block;
  margin: 0;
  color: #008fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  transition: color 0.3s ease;
}
.common_board_list .list_item .contents .title_text {
  display: block;
  margin: 0;
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  transition: color 0.3s ease;
}
.common_board_list .list_item .contents .desc_text {
  margin-top: 8px;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.common_board_list.type_logo .list_item .thumb {
  padding-top: 37.83%;
}
.common_board_list.type_logo .list_item .img_box {
  position: absolute;
  left: 15%;
  top: 25%;
  display: block;
  width: 70%;
  height: 50%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.section_title + .common_detail_list {
  margin-top: 70px;
}
.common_detail_list .detail_item {
  display: flex;
  align-items: center;
  gap: 8%;
  align-self: stretch;
}
.common_detail_list .detail_item .thumb {
  order: 1;
  flex: 0 0 45%;
  height: 100%;
}
.common_detail_list .detail_item .thumb img {
  width: 100%;
  height: auto;
}
.common_detail_list .detail_item .contents {
  order: 2;
  flex: 1 0;
  height: 100%;
}
.common_detail_list .detail_item:nth-child(even) .thumb {
  order: 2;
}
.common_detail_list .detail_item:nth-child(even) .contents {
  order: 1;
}
.common_detail_list .detail_item + .detail_item {
  margin-top: 50px;
}
.common_detail_list .detail_item .title_label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.common_detail_list .detail_item .title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
.common_detail_list .detail_item .desc {
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.52;
}
.common_detail_list .detail_item .btn_common_round {
  margin-top: 20px;
}

.common_shortcut_section {
  padding: 100px 0 80px 0;
}
.common_shortcut_section .title {
  margin: 0;
  text-align: center;
  color: #000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.common_shortcut_section .category_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 24px 0 20px 0;
}
.common_shortcut_section .category_list .link {
  display: inline-flex;
  margin: 4px 6px;
  padding: 10px 24px;
  align-items: flex-start;
  text-decoration: none;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: var(--Color-Neutral-neutral-lightest, #eee);
  transition: background 0.3s;
}
.common_shortcut_section .category_list .link:hover {
  background: #ccc;
}

.common_page_end_section {
  padding: 110px 0;
  background: url("../img/common/bg_page_end_section.jpg") no-repeat top center
    #000;
  background-size: cover;
  background-attachment: fixed;
}
.common_page_end_section > .site_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.common_page_end_section .title_text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}
.common_page_end_section .desc_text {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}
.common_page_end_section .sub_desc_text {
  margin: 0.6em 0 0 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
}
.common_page_end_section .title_text + .desc_text {
  margin-top: 1.5em;
}
.common_page_end_section .btn_wrap {
  margin-top: 2.4em;
}
.common_page_end_section .btn_common_round {
  margin-top: 30px;
  color: #fff;
  border-color: #fff;
  transition:
    background 0.17s ease,
    border 0.17s ease,
    color 0.17s ease;
}
.common_page_end_section .btn_common_round:hover {
  color: #000;
  border-color: var(--main-green);
  background-color: var(--main-green);
}
.common_page_end_section .btn_common_round.btn_primary {
  border: none;
}
.common_page_end_section .btn_common_round.btn_primary:hover {
  color: #fff;
  background: #1d9dff;
}

.common_page_end_section.bg_skyblue {
  background: #ebf3ff;
}
.common_page_end_section.bg_skyblue .title_text {
  color: #000;
}
.common_page_end_section.bg_skyblue .desc_text {
  color: #000;
}
.common_page_end_section.bg_skyblue .sub_desc_text {
  color: #999;
}

.common_form_wrap {
  display: block;
}
.common_form_wrap .input_box + .input_box {
  margin-top: 20px;
}
.common_form_wrap .input_label {
  font-size: 18px;
  font-weight: bold;
}
.common_form_wrap .item_input {
  display: block;
  height: 45px;
  width: 100%;
  margin-top: 10px;
  padding: 0.3em 0.6em;
  outline: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.common_form_wrap .item_input:focus {
  border-color: #008fff;
}
.common_form_wrap .item_input:invalid:invalid:not(:placeholder-shown) {
  border-color: red;
}
.common_form_wrap textarea.item_input {
  min-height: 200px;
  resize: vertical;
  padding-top: 0.6em;
}
.common_form_wrap .agree_label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 24px;
  margin-top: 1em;
  cursor: pointer;
}
.common_form_wrap .agree_label input {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px 8px 2px 2px;
}
.common_form_wrap .google_wrap {
  margin-top: 1em;
}

.common_form_wrap .agree_text {
  font-size: 16px;
  font-weight: bold;
}
.common_form_wrap .agree_text .text_underline {
  text-decoration: underline;
  text-underline-position: under;
}
.common_form_wrap .btn_submit {
  width: 100%;
  margin-top: 0.5em;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #008fff;
  border-radius: 5px;
  transition: background 0.2s ease;
  cursor: pointer;
}
.common_form_wrap .btn_submit:hover {
  background: #239fff;
}

.common_history_wrap {
  display: flex;
  column-gap: 7%;
  margin-top: 50px;
}
.common_history_wrap .time_list {
  display: block;
  flex: 0 0 24%;
}
.common_history_wrap .time_list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 10px 15px 30px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.common_history_wrap .time_list .item.active {
  color: #000;
  background: #fff;
}
.common_history_wrap .desc_list_wrap {
  flex: 1 1;
  overflow: hidden;
}
.common_history_wrap .desc_list .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  column-gap: 1.5em;
  font-size: 24px;
  line-height: 1.38;
}
.common_history_wrap .desc_list .month {
  flex: 0 0 3em;
  color: #999;
  text-align: right;
}
.common_history_wrap .desc_list .desc {
  flex: 1 1;
  color: #fff;
}
.common_history_wrap .desc_list .item + .item {
  margin-top: 1em;
}

.common_performance_wrap .performance_title {
  text-align: center;
  font-size: 42px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.3;
}
.common_performance_wrap .performance_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  text-align: center;
}
.common_performance_wrap .performance_list .item {
  position: relative;
  width: 30%;
}
.common_performance_wrap .performance_list .number_wrap {
  font-size: 54px;
  line-height: 1.4;
  font-weight: 700;
  color: #008fff;
}
.common_performance_wrap .performance_list .number_wrap.number_string {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8em;
  font-size: 32px;
}
.common_performance_wrap .performance_list .desc {
  margin-top: 0.6em;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.common_performance_wrap .performance_list .sub_desc {
  margin-top: 0.6em;
  font-size: 15px;
  text-align: center;
  color: #999;
}
.common_performance_wrap .performance_list .item + .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: block;
  width: 0;
  height: 70px;
  border-right: 1px solid #efefef;
}

.common_consult_section {
  padding: 100px 0;
  background: url("../img/common/bg_consult_section.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.common_consult_section .common_form_wrap {
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
.common_consult_section .consult_wrap {
  display: flex;
  column-gap: 5%;
}
.common_consult_section .title_side {
  flex: 1 1;
}
.common_consult_section .section_title,
.common_consult_section .section_desc {
  color: #fff;
}
.common_consult_section .question_wrap {
  flex: 0 0 50%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
}
.common_consult_section .text_underline {
  transition: color 0.17s ease;
}
.common_consult_section .text_underline:hover {
  color: #008fff;
}

.modal_agreement {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}
.modal_agreement .modal_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 90%;
  max-width: 600px;
  font-size: 13px;
  background: #fff;
  transform: translate3d(-50%, -50%, 0);
}
.modal_agreement .modal_header {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 15px;
  color: #fff;
  background: #000;
  box-sizing: border-box;
}
.modal_agreement .btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icn_close_white.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.modal_agreement .modal_content {
  max-height: calc(90vh - 100px);
  padding: 15px;
  box-sizing: border-box;
  overflow-y: auto;
}

/* for prize wrap */
:lang(en-US) #footer .nav_list_footer > .item:last-child {
  flex: 1 0 auto;
}

@media screen and (min-width: 768px) {
  .only-m {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .common_swiper_tab .btn_swiper_tab:hover {
    font-weight: bold;
  }
  .common_history_wrap .time_list .item:hover {
    color: #000;
    background: #fff;
  }
}
@media screen and (min-width: 1920px) {
  .page_head {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1920px) {
  .site_inner {
    max-width: 1280px;
    padding: 0 30px;
  }
  .page_head {
    background-size: 1920px auto;
  }
}
@media screen and (max-width: 1280px) {
  #footer .nav_wrap {
    flex-direction: column;
  }
  #footer .nav_list_footer {
    justify-content: start;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --section-vertical-padding: 70px;
    --section-vertical-padding-medium: 50px;
    --section-vertical-padding-half: 35px;
  }
  .site_inner {
    max-width: 768px;
  }

  #header {
    height: 50px;
    padding: 10px 0;
  }
  #header .nav_list {
    display: none;
  }
  #header .btn_nav_m {
    display: block;
    margin-left: 10px;
  }

  .page_head {
    height: 200px;
    padding: 70px 0 20px 0;
  }
  .page_head.big {
    height: 500px;
  }
  .page_head.short {
    height: 170px;
  }
  .page_head .title {
    font-size: 28px;
  }
  .page_head .desc {
    margin: 0.4em 0 0 0;
    font-size: 13px;
    line-height: 20px;
  }

  #footer {
    padding: 0;
  }
  #footer .nav_wrap .left_side {
    margin-right: 0;
    padding: 30px 0;
  }
  #footer .prize_wrap {
    margin: 20px 0;
    gap: 10px;
  }
  #footer .prize_wrap .img_prize {
    width: 140px;
  }
  #footer .nav_wrap .right_side {
    display: none;
  }
  #footer .nav_partner .site_inner {
    margin-top: 0;
  }
  #footer .partner_list {
    justify-content: flex-start;
    column-gap: 30px;
    margin: 0 0 30px 0;
  }
  #footer .partner_list .item {
    height: 24px;
  }
  #footer .footer_nav {
    padding: 0;
  }
  #footer .copyright .copyright_wrap {
    height: 90px;
    color: #fff;
  }
  #footer .address_wrap {
    font-size: 12px;
  }
  #footer .link_wrap .item {
    width: 26px;
    height: 26px;
  }
  #footer .link_wrap .item.youtube {
    width: 30px;
    height: 30px;
  }

  .btn_common {
    height: 38px;
    font-size: 14px;
  }
  .btn_common_round.big {
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
  }
  .common_swiper_tab .btn_swiper_tab {
    padding: 10px 0 10px 0;
    font-size: 14px;
    line-height: 18px;
    border-top: 2px solid transparent;
    cursor: pointer;
  }
  .common_swiper_tab .btn_swiper_tab.active {
    font-weight: bold;
  }
  .common_board_list {
    row-gap: 50px;
  }
  .common_board_list .list_item {
    flex: 1 1 31%;
    max-width: 31%;
    min-width: auto;
  }
  .common_board_list .list_item .contents {
    margin-top: 10px;
  }
  .common_board_list .list_item .contents .title_text {
    font-size: 16px;
  }

  .common_shortcut_section {
    padding: 50px 0 40px 0;
  }
  .common_shortcut_section .title {
    font-size: 18px;
  }
  .common_shortcut_section .category_list {
    margin: 12px 10px;
  }
  .common_shortcut_section .category_list .link {
    font-size: 13px;
    margin: 4px 2px;
    padding: 6px 12px;
  }

  .section_title + .common_detail_list {
    margin-top: 20px;
  }
  .common_detail_list .detail_item {
    gap: 56px;
  }
  .common_detail_list .detail_item + .detail_item {
    margin-top: 50px;
  }
  .common_detail_list .detail_item .thumb {
    flex: 0 0 44%;
  }
  .common_detail_list .detail_item .title_label {
    font-size: 10px;
    line-height: 14px;
  }
  .common_detail_list .detail_item .title {
    font-size: 34px;
    line-height: 41px;
  }
  .common_detail_list .detail_item .desc {
    margin-top: 6px;
    font-size: 13px;
  }
  .common_detail_list .detail_item .btn_common_round {
    margin-top: 14px;
  }

  .common_page_end_section .btn_common_round {
    margin-top: 1.4em;
  }
  .common_page_end_section .btn_see_more {
    margin-top: 26px;
    padding: 5px 14px;
  }
  .common_page_end_section .btn_see_more svg {
    width: 14px;
    height: 14px;
  }
  .common_page_end_section .title_text {
    padding: 0 20px;
    font-size: 32px;
  }
  .common_page_end_section .desc_text {
    padding: 0 20px;
    font-size: 20px;
  }
  .common_page_end_section .sub_desc_text {
    font-size: 14px;
  }
  .common_page_end_section {
    padding: 50px 0;
  }

  .common_form_wrap .input_box + .input_box {
    margin-top: 14px;
  }
  .common_form_wrap .input_label {
    font-size: 15px;
  }
  .common_form_wrap .item_input {
    height: 32px;
    margin-top: 7px;
    font-size: 13px;
  }
  .common_form_wrap textarea.item_input {
    min-height: 140px;
  }
  .common_form_wrap .btn_submit {
    padding: 14px 7px;
    font-size: 14px;
  }
  .common_form_wrap .agree_label {
    margin-top: 1em;
  }
  .common_form_wrap .agree_text {
    font-size: 13px;
  }

  .common_history_wrap {
    column-gap: 5%;
    margin-top: 35px;
  }
  .common_history_wrap .time_list {
    flex: 0 0 150px;
  }
  .common_history_wrap .time_list .item {
    padding: 11px 7px 11px 42px;
    font-size: 14px;
    padding-left: 42px;
  }

  .common_performance_wrap .performance_title {
    font-size: 24px;
  }
  .common_performance_wrap .performance_list {
    align-items: center;
    margin-top: 24px;
  }
  .common_performance_wrap .performance_list .number_wrap {
    font-size: 28px;
  }
  .common_performance_wrap .performance_list .number_wrap.number_string {
    height: auto;
    font-size: 24px;
  }
  .common_performance_wrap .performance_list .desc {
    font-size: 13px;
  }
  .common_performance_wrap .performance_list .item {
    flex: 1 1 auto;
    width: auto;
  }
  .common_performance_wrap .performance_list .item + .item:before {
    height: 20px;
  }

  .common_consult_section {
    padding: 70px 0;
  }
  .section_title.left,
  .section_desc.left {
    text-align: center;
  }
}

@media (max-width: 768px) {
  :root {
    --section-vertical-padding: 50px;
    --section-vertical-padding-medium: 30px;
    --section-vertical-padding-half: 20px;
  }

  .only-pc {
    display: none !important;
  }
  .page_head.big {
    height: 300px;
  }
  .page_head .title {
    font-size: 20px;
  }
  .page_head .desc {
    margin-top: 1em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page_head .btn_wrap {
    margin: 0.8em 0 0 0;
  }

  .site_inner {
    max-width: 640px;
  }
  .common_board_list {
    row-gap: 32px;
  }
  .common_board_list .list_item {
    flex: 1 1 48%;
    max-width: 48%;
    min-width: auto;
  }
  .common_history_wrap .time_list .item {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
  }
  .common_history_wrap .desc_list .item {
    font-size: 14px;
  }

  .common_performance_wrap .performance_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .common_performance_wrap .performance_list .item {
    width: 100%;
  }
  .common_performance_wrap .performance_list .item + .item {
    margin-top: 2rem;
  }
  .common_performance_wrap .performance_list .item + .item:before {
    display: none;
  }
  .common_performance_wrap .performance_list .desc {
    font-size: 13px;
  }

  .common_consult_section .section_title,
  .common_consult_section .section_desc {
    text-align: center;
  }
  .common_consult_section .consult_wrap {
    flex-direction: column;
  }
  .common_consult_section .question_wrap {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0 auto;
    padding: 15px;
  }

  #footer .nav_partner .site_inner {
    margin: 30px auto;
  }
  #footer .prize_wrap .img_prize {
    width: 120px;
    height: auto;
  }

  .btn_common_round.big {
    padding: 8px 14px;
    border-radius: 40px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .site_inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .page_head .title br,
    .section_title br,
    /* .section_desc br { display: none; } */
    .section_desc {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  #footer .partner_list {
    column-gap: 20px;
  }

  .btn_common {
    height: 32px;
    font-size: 13px;
  }

  .common_board_list {
    gap: 30px;
  }
  .common_board_list .list_item {
    flex: 1 1 100%;
    gap: 30px;
    width: 100%;
    max-width: 400px;
    min-width: auto;
    margin: 0 auto;
  }
  .common_board_list .list_item .contents .title_text {
    margin-top: 5px;
    font-size: 16px;
  }

  .common_detail_list {
    max-width: 400px;
    margin: 0 auto;
  }
  .common_detail_list .detail_item {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .common_detail_list .detail_item .title {
    font-size: 28px;
    line-height: 34px;
  }
  .common_detail_list .detail_item:nth-child(even) .thumb {
    order: 0;
  }

  .common_history_wrap {
    column-gap: 10px;
  }
  .common_history_wrap .time_list {
    flex: 0 0 140px;
  }
  .common_history_wrap .time_list .item {
    padding: 10px;
    font-size: 12px;
  }
  .common_history_wrap.month {
    column-gap: 20px;
  }
  .common_history_wrap.month .time_list {
    flex: 0 0 50px;
  }

  .common_page_end_section {
    padding: 60px 0;
  }
  .common_page_end_section .title_text {
    padding: 0 15px;
    font-size: 24px;
  }
  .common_page_end_section .desc_text {
    padding: 0 15px;
    font-size: 16px;
  }

  .common_consult_section {
    padding: 50px 0;
  }
}
