/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/base/gnb-footer.css ***!
  \*****************************************************************************************************************************/
a {
  text-decoration: none;
}

.ch_gnb {
  width: 100%;
  height: 88px;
  position: relative;
  z-index: 98;
  transition: 0.3s background ease-out;
  font-family: "Noto Sans KR";
  margin-top: 0 !important;
}

.ch_gnb.board_none {
  top: 0;
}

.ch_gnb .logo {
  display: flex;
  align-items: center;
}

.ch_gnb .logo .logo1 {
  display: flex;
}

.ch_gnb .logo .logo1:after {
  width: 1px;
  height: auto;
  margin: 0 16px;
  background: #222;
  content: "";
}

.ch_gnb .logo .logo1 a {
  display: block;
}

.ch_gnb .logo .logo1 a img {
  width: 137px;
  height: 52px;
}

.ch_gnb .logo .logo2 a {
  display: block;
}

.ch_gnb .logo .logo2 a img {
  width: 108px;
  height: 40px;
}

.ch_gnb .logo .logo_white {
  display: none;
}

.ch_gnb .logo a {
  display: block;
}

.ch_gnb .logo a img:last-child {
  display: block;
}

.ch_gnb .inner {
  padding: 0 48px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.ch_gnb .inner .cate {
  display: flex;
  font-weight: 500;
}

.ch_gnb .inner .cate .depth1 {
  margin-left: 48px;
  position: relative;
}

.ch_gnb .inner .cate .depth1:first-child {
  margin-left: 0;
}

.ch_gnb .inner .cate .depth1 > span {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  cursor: default;
}

.ch_gnb .inner .cate .depth1 > span > a {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

.ch_gnb .inner .cate .depth1:has(> .depth2):hover .depth2 {
  opacity: 1;
  visibility: visible;
}

.ch_gnb .inner .cate .depth1:last-child .depth2 {
  left: inherit;
  right: 0;
}

.ch_gnb .inner .cate .depth2 {
  width: 172px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  transition: all 0.3s ease-out;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.ch_gnb .inner .cate .depth2 a {
  padding: 10px 8px 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  display: block;
  text-decoration: none;
  background: #fff;
}

.ch_gnb .inner .cate .depth2 a:hover {
  background: #df4243;
  color: #fff;
  font-weight: 700;
}

.ch_gnb .inner .gnb_menu_btn {
  display: none;
}

.ch_gnb .inner .gnb_menu_btn img {
  width: 100%;
}

.ch_gnb .inner .gnb_menu_btn .btn_white {
  display: none;
}

.ch_gnb .inner .close_btn {
  display: none;
}

.ch_gnb.sticky {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 99;
}

.ch_gnb.sticky .logo .logo1:after {
  background: #222;
}

.ch_gnb.sticky .logo a img:first-child {
  display: none;
}

.ch_gnb.sticky .logo a img:last-child {
  display: block;
}

.ch_gnb.sticky .inner {
  border-bottom: none;
}

.top_notice {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #222;
  color: #fff;
  position: relative;
  z-index: 3;
}

.top_notice .new {
  font-size: 16px;
  font-weight: 700;
  color: #FF3315;
}

.top_notice .title {
  display: flex;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  color: #fff;
}

/* @media only screen and (min-width : 1025px) and (max-width : 1440px) {
  .ch_gnb.on .inner .close_btn{display: block; position: absolute; right: 28px; top: 28px; z-index: 3;}
  .ch_gnb{height: 64px;}
  .ch_gnb .logo .logo1 a{width: 100px;}
  .ch_gnb .logo .logo2 a{width: 53px; height: 20px;}
  .ch_gnb .inner{padding: 0 16px;}
  .ch_gnb .inner .cate{display: none;}
  .ch_gnb .inner .gnb_menu_btn{display: block; width: 32px; height: 32px;}

  .ch_gnb.on .inner{height: 100%; position: relative;}
  .ch_gnb.on .inner .cate{display: block; width: 60%; height: 100%; padding: 100px 0 100px 32px; position: fixed; right: 0; top: 0; display: block; background: #fff; z-index: 4; overflow-y: auto;}
  .ch_gnb.on .inner .depth1{margin-left: 0; margin-top: 32px;}
  .ch_gnb.on .inner .depth1:first-child{margin-top: 0;}
  .ch_gnb.on .inner .depth1>span{padding-right: 40px; font-size: 34px; font-weight: 500; color: #000; text-decoration: none; position: relative;}
  .ch_gnb.on .inner .depth1>span>a{font-size: 34px; font-weight: 500; color: #000;}
  .ch_gnb.on .inner .depth1>span:after{width: 32px; height: 32px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url("https://image.chosun.com/chuncheonmarathon/2023/main/down.png") 0 0 no-repeat; content: ""; background-size: 100%;}
  .ch_gnb.on .inner .depth1:nth-child(4)>span:after{display: none;}
  .ch_gnb.on .inner .depth1:nth-child(6)>span:after{display: none;}
  .ch_gnb.on .inner .depth2{display: none; width: auto; opacity: 1; overflow: auto; visibility: visible; position: relative; left: 0; top: 0; box-shadow: none;}
  .ch_gnb.on .inner .depth1.drop .depth2{display: block;}
  .ch_gnb.on .inner .depth1.drop>span:after{transform: rotateX(180deg) translateY(50%);}
  .ch_gnb.on .inner .cate .depth2 a{padding: 12px 8px 12px 0; font-size: 24px; color: #999;}
  .ch_gnb.on .inner .close_btn{width: 40px; height: 40px; display: block; position: absolute; right: 28px; top: 0; z-index: 4;}
  .ch_gnb.on .inner .close_hbtn img{width: 100%;}
  .ch_gnb.on:after{content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.60); position: fixed; left: 0; top: 0;}

  .ch_gnb .inner .cate .depth2 a:hover{background: none; color: #df4243; font-weight: 500;}

  .ch_gnb.sticky .logo .logo1 a{width: 100px;}
  .ch_gnb.sticky .logo .logo2 a{width: 53px; height: 20px;}

  .ch_gnb.sticky .inner .gnb_menu_btn button img:first-child{display: none;}
  .ch_gnb.sticky .inner .gnb_menu_btn button img:last-child{display: block;}

  .top_notice .new{font-size: 14px;}
  .top_notice .title{font-size: 14px;}

} */
@media only screen and (min-width: 740px) and (max-width: 1199px) {
  .ch_gnb {
    height: 76px;
  }
  .ch_gnb .logo .logo1 a img {
    width: 126px;
    height: 48px;
  }
  .ch_gnb .logo .logo2 a img {
    width: 97px;
    height: 36px;
  }
  .ch_gnb .inner {
    padding: 0 16px;
  }
  .ch_gnb .inner .cate {
    display: none;
  }
  .ch_gnb .inner .gnb_menu_btn {
    display: block;
    width: 32px;
    height: 32px;
  }
  .ch_gnb.on .inner {
    height: 100%;
    position: relative;
  }
  .ch_gnb.on .inner .cate {
    display: block;
    width: 60%;
    height: 100%;
    padding: 100px 0 100px 32px;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    background: #fff;
    z-index: 3;
    overflow-y: auto;
  }
  .ch_gnb.on .inner .depth1 {
    margin-left: 0;
    margin-top: 32px;
  }
  .ch_gnb.on .inner .depth1:first-child {
    margin-top: 0;
  }
  .ch_gnb.on .inner .depth1 > span {
    padding-right: 40px;
    font-size: 34px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .ch_gnb.on .inner .depth1 > span > a {
    font-size: 34px;
    font-weight: 500;
    color: #000;
  }
  .ch_gnb.on .inner .depth1 > span > a:after {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("https://image.chosun.com/chuncheonmarathon/2023/main/down.png") 0 0 no-repeat;
    content: "";
    background-size: 100%;
  }
  .ch_gnb.on .inner .depth1:nth-child(4) > span > a:after {
    display: none;
  }
  .ch_gnb.on .inner .depth1:nth-child(6) > span > a:after {
    display: none;
  }
  .ch_gnb.on .inner .depth2 {
    display: none;
    width: auto;
    opacity: 1;
    overflow: auto;
    visibility: visible;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
  }
  .ch_gnb.on .inner .depth1.drop .depth2 {
    display: block;
  }
  .ch_gnb.on .inner .depth1.drop > span > a:after {
    transform: rotateX(180deg) translateY(50%);
  }
  .ch_gnb.on .inner .cate .depth2 a {
    padding: 12px 8px 12px 0;
    font-size: 24px;
    color: #999;
  }
  .ch_gnb.on .inner .close_btn {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 3;
  }
  .ch_gnb.on .inner .close_btn img {
    width: 100%;
  }
  .ch_gnb.on:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
  }
  .ch_gnb .inner .cate .depth2 a:hover {
    background: none;
    color: #df4243;
    font-weight: 500;
  }
  .top_notice .new {
    font-size: 14px;
  }
  .top_notice .title {
    font-size: 14px;
  }
  .ch_gnb .inner .cate .depth1 > span > a {
    text-shadow: none;
  }
}
@media all and (max-width: 739px) {
  .ch_gnb {
    height: 60px;
  }
  .ch_gnb .logo .logo1 a img {
    width: 95px;
    height: 36px;
  }
  .ch_gnb .logo .logo2 a img {
    width: 65px;
    height: 24px;
  }
  .ch_gnb .inner {
    padding: 0 16px;
  }
  .ch_gnb .inner .cate {
    display: none;
  }
  .ch_gnb .inner .gnb_menu_btn {
    display: block;
    width: 28px;
    height: 28px;
  }
  .ch_gnb.on .inner {
    height: 100%;
    position: relative;
  }
  .ch_gnb.on .inner .cate {
    display: block;
    width: 75%;
    height: 100%;
    padding: 40px 0 40px 16px;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    background: #fff;
    z-index: 3;
    overflow-y: auto;
  }
  .ch_gnb.on .inner .depth1 {
    margin-left: 0;
    margin-top: 20px;
  }
  .ch_gnb.on .inner .depth1:first-child {
    margin-top: 0;
  }
  .ch_gnb.on .inner .depth1 > span {
    padding-right: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .ch_gnb.on .inner .depth1 > span > a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }
  .ch_gnb.on .inner .depth1 > span > a:after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("https://image.chosun.com/chuncheonmarathon/2023/main/down.png") 0 0 no-repeat;
    background-size: 100%;
    content: "";
    background-size: 100%;
  }
  .ch_gnb.on .inner .depth1:nth-child(4) > span > a:after {
    display: none;
  }
  .ch_gnb.on .inner .depth1:nth-child(6) > span > a:after {
    display: none;
  }
  .ch_gnb.on .inner .depth2 {
    display: none;
    width: auto;
    opacity: 1;
    overflow: auto;
    visibility: visible;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
  }
  .ch_gnb.on .inner .depth1.drop > span > a:after {
    transform: rotateX(180deg) translateY(50%);
  }
  .ch_gnb.on .inner .depth1.drop .depth2 {
    display: block;
  }
  .ch_gnb.on .inner .cate .depth2 a {
    padding: 8px 8px 8px 0;
    font-size: 16px;
    color: #999;
  }
  .ch_gnb.on .inner .close_btn {
    display: block;
    width: 28px;
    height: 28px;
    position: fixed;
    right: 12px;
    top: 12px;
    z-index: 3;
  }
  .ch_gnb.on .inner .close_btn img {
    width: 100%;
  }
  .ch_gnb.on:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
  }
  .ch_gnb .inner .cate .depth2 a:hover {
    background: none;
    color: #df4243;
    font-weight: 500;
  }
  .ch_gnb.sticky .logo .logo1 a {
    width: 100px;
  }
  .ch_gnb.sticky .logo .logo2 a {
    width: 53px;
    height: 20px;
  }
  .top_notice .new {
    font-size: 14px;
  }
  .top_notice .title {
    font-size: 14px;
  }
  .ch_gnb .inner .cate .depth1 > span > a {
    text-shadow: none;
  }
}
.footer {
  background: #222;
  position: relative;
  z-index: 3;
}

.footer .inner {
  max-width: 1280px;
  padding: 55px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer .f_logo {
  width: 190px;
  margin-right: 40px;
}

.footer .f_logo img {
  vertical-align: top;
  width: 100%;
}

.footer .f_txt {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.footer .f_txt div:first-child {
  margin-bottom: 10px;
}

.footer .f_txt div:after {
  display: block;
  content: "";
  clear: both;
}

.footer .f_txt span {
  display: block;
  float: left;
  margin-right: 24px;
}

.footer .f_txt span a {
  color: #707070;
}

.footer .f_txt span:nth-child(3) a {
  font-weight: 700;
}

@media (min-width: 2000px) {
  .footer {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .footer .inner {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1199px) {
  .footer .inner {
    justify-content: center;
  }
  /* .footer .f_logo{margin-right: 0;} */
  .footer .f_txt {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
  }
}
@media all and (max-width: 1199px) {
  .footer .inner {
    padding: 33px 0;
    justify-content: center;
  }
  .footer .f_logo {
    display: none;
  }
  .footer .f_txt div:first-child {
    display: none;
  }
  .footer .f_txt span {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .footer .f_txt span:last-child {
    margin-top: 16px;
  }
  .footer .f_txt span:first-child {
    display: none;
  }
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/popup-main.css ***!
  \******************************************************************************************************************************/
.modalWrap {
  position: fixed;
  display: none;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#modalBody {
  border: 1px solid #777;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}

/* #closeBtn {float:right; font-weight: bold; color: #fff; font-size:25px; cursor: pointer; position: absolute; top: 12px; right: 12px; z-index: 999; background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_modal_close.png) no-repeat; width: 24px; height: 24px; background-size: 100%;} */
/* #modalBody .modal_img_wrap {max-height: 640px;} */
#modalBody .modal_img_wrap img {
  width: 100%;
  height: 100%;
}

#modalBody .modal_img_wrap .desktop {
  display: block;
}

#modalBody .modal_img_wrap .mobile {
  display: none;
}

#modalBody .modal_btn_wrap {
  display: flex;
}

#modalBody .modal_btn_wrap .btn_today {
  flex-basis: 50%;
  padding: 16px 0;
  color: #222;
  background-color: #DBDBDB;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

#modalBody .modal_btn_wrap .btn_close {
  flex-basis: 50%;
  padding: 16px 0;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.modal_background {
  display: block;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/bg.png) no-repeat;
  width: 100%;
  height: 100%;
}

.main_modal_title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  color: #000;
  margin-bottom: 20px;
}

.main_modal_detail {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.09px;
  color: #00ACEE;
  margin-bottom: 16px;
}

.main_modal_detail2 {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.1px;
  color: #222;
}

.today_close {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.today_close .close_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #fff;
  padding-right: 26px;
}

.today_close input {
  width: 16px;
  height: 16px;
  float: right;
}

.today_close input[type=checkbox] {
  display: none;
}

.today_close input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
}

.today_close input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun.png) no-repeat;
  background-size: 100%;
}

.today_close input[type=checkbox]:checked + label:before {
  display: none;
}

.today_close input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun_active.png) no-repeat;
  background-size: 100%;
}

@media all and (max-width: 959px) {
  .modalWrap {
    padding: 0 36px !important;
  }
  #modalBody .modal_img_wrap img {
    height: initial;
    max-height: initial;
  }
}
@media all and (max-width: 600px) {
  .modalWrap {
    padding: 0 22px;
  }
  #modalBody {
    width: 320px !important;
    height: initial !important;
  }
  .main_modal_title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    margin-bottom: 16px;
  }
  .main_modal_detail {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
  .main_modal_detail2 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .main_modal_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  #modalBody .modal_img_wrap {
    height: 213px;
  }
  #modalBody .modal_img_wrap .desktop {
    display: none;
  }
  #modalBody .modal_img_wrap .mobile {
    display: block;
  }
  #modalBody .modal_btn_wrap .btn_today {
    padding: 10px;
  }
  #modalBody .modal_btn_wrap .btn_close {
    padding: 10px;
  }
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/validation.css ***!
  \******************************************************************************************************************************/
@charset "UTF-8";
#active_page {
  color: #222222;
}

#chunmarathon.lang_ko [lang=en] {
  display: none !important;
}

#chunmarathon.lang_en [lang=ko] {
  display: none !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

html,
body {
  height: 100%;
}

body.modal-open {
  overflow: hidden;
}

input,
progress {
  accent-color: #000;
}

input[type=text],
input[type=number],
input[type=password],
input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=radio] {
  -webkit-appearance: radio;
  -webkit-margin-right: 8px;
}

#board-list-mo input {
  accent-color: #df4243;
}

select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url("https://image.chosun.com/chuncheonmarathon/2023/dropdown.png") no-repeat 97% 50%/20px auto;
}

/* 텍스트 타입 하단 여백 */
.mg-bt {
  margin-bottom: 32px !important;
}

.header_img img:first-child {
  display: block;
}

.header_img img:nth-child(2) {
  display: none;
}

.header_img img:last-child {
  display: none;
}

.header_img img {
  width: 100%;
  object-fit: cover;
  object-position: left;
}

.ag_container {
  background-color: #fff;
  max-width: 730px;
  margin: 0 auto;
}

.ap_container {
  background-color: #fff;
  max-width: 842px;
  margin: 0 auto;
}

.ap_container .form-control .form_detail {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.ap_container .form-control .form_detail:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ag_container .title {
  display: block;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 32px;
}

.ap_form_text {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.09px;
  margin-bottom: 4px;
}

.ap_form_detail {
  display: block;
  color: var(--color-grey-80, #707070) !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.ag_form p {
  margin: 0;
}

.ag_form input[type=checkbox], .ag_all input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ag_form input[type=checkbox] + label, .ag_all input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 13px;
}

.ag_form input[type=checkbox] + label:before, .ag_all input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 8px;
  width: 22px;
  height: 25px;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_check_box.png) no-repeat;
  background-size: 100%;
}

.ag_all input[type=checkbox] + label:before {
  top: 5px;
}

.ag_form input[type=checkbox]:checked + label:before, .ag_all input[type=checkbox]:checked + label:before {
  display: none;
}

.ag_form input[type=checkbox]:checked + label:after, .ag_all input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -3px;
  width: 28px;
  height: 28px;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_check_box_active.png) no-repeat;
  background-size: 100%;
}

.ag_all input[type=checkbox]:checked + label:after {
  top: 2px;
}

.ag_title {
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 35px;
}

.ag_all .ag_info {
  display: block;
  color: #707070;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 12px 16px;
  background-color: #f7f7f7;
}

.ag_all label {
  color: #222222;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.ag_all input {
  margin-bottom: 13px;
  margin-right: 7px;
}

.ag_form label {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.ag_form input {
  margin-bottom: 13px;
  margin-right: 7px;
}

.ag_form .ag_info {
  display: block;
  color: #707070;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 28px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 16px 21px 16px 16px;
  max-height: 140px;
  overflow: auto;
}

.ag_form p {
  display: inline-block;
}

.ag_form .board-table th {
  background-color: #d7d7d7;
  font-weight: 400;
}

.ag_form .board-table tr {
  border: 1px solid #d7d7d7;
}

.ag_form .board-table tbody td {
  color: #707070;
  border: 1px solid #d7d7d7;
}

.grey_type {
  color: #707070 !important;
}

.grey_type2 {
  background-color: #fafafa;
}

#ag_text_bold {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.08px !important;
}

/* ch_part_agree */
/* ch_part_apply */
.container {
  background-color: #fff;
  border-radius: 5px;
  max-width: 1280px;
  margin: 0 auto;
}

.record_container_wid {
  background-color: #fff;
  border-radius: 5px;
  max-width: 1280px;
  margin: 0 auto;
}

.title_box {
  display: flex;
  justify-content: center;
  margin-top: 52px;
  margin-bottom: 8px;
}

.title_box span {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.title_box p {
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_title_next.png) no-repeat;
  background-size: 100%;
  color: #999999;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.title_text {
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
  color: #000;
  margin-bottom: 52px;
}

.title_text2 {
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
}

.step_box {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
}

.step_box span {
  font-size: 18px;
  line-height: 1.5;
  color: #999999;
  font-weight: 500;
  margin-right: 35.24px;
  margin: 16.5px 0;
}

.step_box span:last-child {
  margin-right: 0;
}

.step_box p {
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_step_next.png) no-repeat;
  background-size: 100%;
  color: #999999;
  width: 30px;
  margin: 16.5px 24px;
}

.step_box .mobile_hide {
  margin: 0;
}

.text01 {
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.015px;
  display: inline-block;
}

.text02 {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}

.ap_container .text01 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
}

.tabs_nav {
  max-width: 700px;
  margin: 80px auto 74px auto;
  overflow: hidden;
  padding: 0;
}

.taps_nav ul {
  display: flex;
  width: 100%;
}

.tabs_nav li {
  float: left;
  width: 50%;
  list-style-type: none;
}

.tabs_nav a {
  display: block;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
}

.tabs_nav li a.tab01 {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #000;
  color: #fff;
}

.tabs_nav li a.tab02 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: none;
  color: #000;
}

.title_area .basic_detail {
  font-size: 12px;
  color: #df4243;
  float: right;
  margin-bottom: 0;
}

.form {
  padding: 0;
  margin-top: 52px;
}

.form-control {
  margin-bottom: 60px;
  position: relative;
}

.form-control:last-child {
  margin-bottom: 0;
}

.form.lang_en [lang=ko] {
  display: none;
}

.form.lang_ko [lang=en] {
  display: none;
}

.form-control .title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #222;
  margin-bottom: 32px;
}

.form-control .title_area_text_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #222;
  margin-bottom: 20px;
}

.form-control .form_detail {
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 24px;
}

.form-control .form_detail:last-child {
  border-bottom: 0px;
}

.form-control .form_detail span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.09px;
}

.form-control .form_detail a:hover {
  text-decoration: none;
}

.form-control .form_detail span.ap_form_detail {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.form-control .form_detail span.ap_form_assume {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.form-control .form_detail a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.form-control .form_detail a.type2 {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.form-control .form_detail a.type3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.form-control .form_detail .confirm_text_type {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -0.09px;
}

.form-control .form_detail .detail_info {
  display: block;
  margin-top: 12px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.form-control .form_detail .detail_info2 {
  display: block;
  margin-top: 8px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-left: 210px;
}

.form-control .form_detail .detail_info3 {
  display: block;
  margin-top: 3px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-left: 210px;
}

.form-control .form_detail .detail_info4 {
  display: block;
  margin-top: 8px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-left: 206px;
}

.form-control .form_detail label {
  color: #000;
  margin-right: 32px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -0.09px;
}

.form-control .form_detail label .en {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.form-control .form_detail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-control .form_text {
  color: #000;
  display: inline-block;
  width: 210px;
  vertical-align: top; /* margin-bottom: 30px; */
}

.form-control .form_text_type2 {
  color: #000;
  display: block;
  width: 210px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  float: left;
}

.form-control .form_text_type2::placeholder {
  color: #999;
}

#post, #change_post {
  width: 210px;
}

#address_detail {
  margin-left: 210px;
}

#change_address_detail {
  margin-left: 210px;
}

#address_detail_en {
  margin-left: 210px;
}

.form-control .form_text p {
  display: inline-block;
  color: #df4243;
  margin: 0;
}

.form-control .form_text_type2 p {
  display: inline-block;
  color: #df4243;
}

.form-control input {
  border: 1px solid #d7d7d7;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  width: 320px;
  height: auto;
  color: #222;
}

.form-control input::placeholder {
  color: #999;
}

.form-control input:focus {
  outline: 0;
  border: 1px solid #222;
}

.form-control input:disabled {
  background-color: #eaeaea;
}

.form-control .form_detail.error input {
  border: 1px solid #df4243;
}

.form-control .form_detail .racepatrol {
  margin-left: 210px;
  margin-top: 20px;
}

.part_group_pay {
  margin-bottom: 110px;
}

.input_right_type {
  margin-right: 12px;
}

.input_right_type2 {
  margin-right: 12px;
}

.form-control .form_detail .input_type2 {
  width: 210px;
}

.form-control .form_detail input[type=checkbox] {
  margin: 0;
  padding: 0;
  margin-right: 8px;
  margin-top: 3px;
}

.chk-box-color input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.chk-box-color input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 3px;
}

.chk-box-color input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun.png) no-repeat;
  background-size: 100%;
}

.chk-box-color input[type=checkbox]:checked + label:before {
  display: none;
}

.chk-box-color input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun_active.png) no-repeat;
  background-size: 100%;
}

#changeAddressDetail {
  margin-left: 210px;
}

.leader_agr_chk {
  position: relative;
}

.leader_agr_chk input[type=checkbox] {
  width: 0px;
  height: 0px;
}

.leader_agr_chk input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: -3px;
  width: 24px;
  height: 24px;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun.png) no-repeat;
  background-size: 100%;
}

.leader_agr_chk input[type=checkbox]:checked:before {
  display: none;
}

.leader_agr_chk input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 2.5px;
  left: -3px;
  width: 24px;
  height: 24px;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun_active.png) no-repeat;
  background-size: 100%;
}

.form-control .input_type3 {
  width: 18px !important;
  height: 18px;
  vertical-align: text-top;
  margin-right: 8px;
}

.form-control button {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  border: 1px solid #000;
  background-color: #fff;
  width: 190px;
}

.form-control button:disabled {
  background-color: #eaeaea;
  color: #999;
  border: 1px solid #d7d7d7;
}

.form-control .button_type2 {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  border: 1px solid #000;
  width: 210px;
  background-color: #fff;
}

.form-control .button_type3 {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  border: 1px solid #000;
  width: 150px;
  background-color: #fff;
  margin-left: 12px;
}

.form-control select {
  border: 1px solid #d7d7d7;
  width: 280px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.form-control select:invalid {
  color: #999;
}

.form-control select:valid {
  color: #222;
}

.form-control select:focus {
  outline: 0;
  border: 1px solid #222;
}

.form-control select:disabled {
  background-color: #eaeaea;
  color: #999;
}

.form-control .form_detail.error select {
  border: 1px solid #df4243;
}

.form-control .select_type2 {
  border: 1px solid #d7d7d7;
  width: 100px;
  padding: 12px 16px;
  font-size: 16px;
  color: #222;
}

.form-control .group_check {
  display: none;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 210px;
  color: green !important;
}

.form-control .group_check_error {
  display: none;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 210px;
  color: red !important;
}

#free_code_text2 {
  margin-bottom: 2px;
}

.form-control .free_check {
  display: none;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 210px;
  color: green !important;
}

.form-control .free_check_error {
  display: none;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 210px;
  color: #df4243 !important;
}

.form_detail.error small {
  display: block;
  color: #df4243 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-top: 8px;
  margin-left: 210px;
}

.form_detail.success small {
  display: block;
  color: #126CCD !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-left: 210px;
}

.form-control .form_detail .detail_address {
  display: block;
  margin-top: 12px;
  width: 412px;
}

.group_pay_text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 24px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.modal_bg {
  position: fixed; /* Stay in place */
  z-index: 99; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
  display: none;
}

.modal_body_content {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal_body {
  background: #fff;
  border-radius: 10px;
  max-width: 640px;
  max-height: 480px;
  padding: 48px 94px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#bo_main_closeBtn {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15.58px;
  float: right;
}

#bo_main_closeBtn2 {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15.58px;
  float: right;
}

.modal_item .modal_close_btn img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 11px;
}

.modal_item .modal_title {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 30px !important;
}

.content_wrap {
  margin: 0 auto;
}

.modal_content {
  color: #000;
  display: inline-block;
  width: 210px;
  margin: 0 auto;
}

.modal_confirm {
  display: block;
  color: #fff;
  border-radius: 20px;
  background-color: #000 !important;
  margin: 0 auto;
  margin-top: 30px;
}

#res_number2 {
  margin-left: 10px;
}

.btn_area button {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 60px;
  display: block;
  padding: 20px;
  font-size: 16px;
  width: 260px;
}

.main_btn {
  background-color: #000;
  color: #fff;
  margin: 0 auto 100px auto;
}

/* ch_part_confirm */
.pr_nx_btn button {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 60px;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.09px;
  width: 260px;
  margin-bottom: 100px;
}

.pr_nx_btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.pr_nx_btn a {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 60px;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.09px;
  width: 260px;
  margin-bottom: 100px;
}

.ap_container .pr_nx_btn .btn_pr {
  background-color: #222 !important;
  color: #fff;
}

.pr_nx_btn .btn_pr {
  background-color: #fff;
  color: #222;
}

.pr_nx_btn .btn_nx {
  margin-left: 24px;
  background-color: #222;
  color: #fff;
}

.pr_nx_btn .btn_one {
  background-color: #222;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 120px;
}

/* ch_part_complete */
.complete_form {
  display: block;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 80px;
}

.complete_form img {
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
}

.complete_form_title {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.015px;
  width: 100%;
  margin: 0 auto;
}

.virtual_bank {
  max-width: 520px;
  border-top: 1px solid #d7d7d7;
  margin: 0 auto;
  border-bottom: 1px solid #d7d7d7;
}

.virtual_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 24px;
}

.virtual_cat {
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  font-weight: 500;
  justify-content: space-between;
}

.virtual_content {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.09px;
}

.virtual_sub_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #999;
  display: block;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 80px;
}

/* ch_part_confirm */
.part_container {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  max-width: 842px;
  margin: 0 auto;
  margin-bottom: 426px;
}

.part_title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.1px;
  color: #27272E;
  margin-bottom: 8px;
}

.part_info {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #707070;
  margin-bottom: 17px;
}

.confirm_part {
  display: block;
  text-align: center;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
  margin: 0 auto;
}

.participant {
  display: block;
  text-align: center;
  border: solid 1px #d7d7d7;
  width: 405px;
  padding: 36px;
}

.confirm_title_info {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 56px;
}

.modal_confirm {
  padding: 13px;
  width: 210px !important;
  margin-bottom: 0 !important;
}

.confirm {
  background-color: #fff !important;
  color: #000 !important;
  margin-right: 12px;
}

.particle_modal_title {
  display: block;
  color: #000;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
}

.particle_modal_sub_title {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-bottom: 20px;
}

.content_wrap {
  padding: 16px;
  margin-bottom: 8px;
}

.confirm_history .modal_content {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.07px;
  color: #999;
}

.confirm_history .modal_content_2 {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.15px;
  color: #222;
}

.bus_confirm .modal_content {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.07px;
  color: #999;
}

.bus_confirm .modal_content_2 {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.15px;
  color: #222;
}

.modal_detail_content {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #999;
}

.button_wrap {
  margin-top: 40px;
  text-align: center;
}

.button_wrap .modal_confirm {
  display: inline-block !important;
  margin-top: 0;
}

.confirm_form_control {
  margin-top: 16px;
  margin-bottom: 40px;
}

.confirm_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d7d7;
}

.confirm_form:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}

.confirm_form input {
  padding: 13px;
  border: 1px solid #d7d7d7;
  background: #fff;
  width: 274px;
}

.confirm_form_text {
  color: #000;
  vertical-align: center;
}

/* ch_part_confirm */
.group_confirm_text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #000;
}

.group_confirm_empty_text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-top: 24px;
}

.group_confirm_part_empty_text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  margin-top: 24px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

section.notice {
  padding: 80px 0;
}

.page-title {
  margin-bottom: 60px;
}

.page-title h3 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}

#board-search {
  margin-top: 32px;
}

#board-search .search-window {
  padding: 0 0 40px 0;
  background-color: #fff;
}

#board-search .search-window .search-wrap {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 564px;
}

#board-search .search-window .search-wrap select {
  margin-right: 16px;
}

#board-search .search-window .search-wrap input {
  width: 100%;
  font-size: 14px;
  padding: 7px 14px;
  border: 1px solid #ccc;
  margin-right: 12px;
}

#board-search .search-window .search-wrap input:focus {
  border-color: #333;
  outline: 0;
  border-width: 1px;
}

.table-scroll {
  overflow-x: auto;
}

.board-table {
  font-size: 13px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.board-table th {
  color: #222;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
}

.board-table input {
  width: 13px !important;
}

.board-table tr {
  border-bottom: #d7d7d7;
  background-color: #f7f7f7;
  color: #707070;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.board-table td {
  background-color: #fff;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.board-table tbody td {
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  border: 1px solid #e7e7e7;
}

.personal .board-table td {
  font-size: 14px;
}

.board-table a {
  color: #333;
  display: inline-block;
  line-height: 1.4;
  word-break: break-all;
  vertical-align: middle;
}

.board-table a:hover {
  text-decoration: underline;
}

.board-table th {
  text-align: center;
}

.board-table .th-num {
  width: 100px;
  text-align: center;
}

.board-table .th-date {
  width: 210px;
}

.board-table th, .board-table td {
  padding: 14px 0;
}

.board-table thead th {
  padding-left: 14px;
  padding-right: 14px;
}

.board-table tbody td {
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.board-table tbody th p {
  display: none;
}

.pay_calculate {
  border: 1px solid #d7d7d7;
}

.pay_calculate span, label {
  color: #000;
}

.pay_text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;
}

.pay_method {
  display: block;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #d7d7d7;
}

.pay_button {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.pay_button button {
  border: 1px solid #df4243;
  padding: 13px;
  color: #df4243;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.09px;
  margin-right: 12px;
}

.pay_button button:last-child {
  margin-right: 0px;
}

.pay_button .btn_allpay {
  background-color: #df4243;
  color: #fff;
}

.board_top_margin {
  margin-top: 32px;
}

.pay_sign {
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.pay_real_price {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.09px;
  color: #222 !important;
  margin-right: 8px;
}

.pay_num_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #707070 !important;
  margin-right: 8px;
}

.all_pay_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.1px;
  color: #df4243 !important;
}

.df_type {
  color: #df4243 !important;
}

.flex_box {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.flex_box2 {
  display: inline-flex;
  align-items: center;
}

.flex_box3 {
  display: flex;
  align-items: stretch;
}

.table_wrap {
  overflow-x: auto;
}

.content_flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_info2 a {
  color: #df4243 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.cal_box {
  display: flex;
  align-items: center;
}

.btn_initial {
  width: initial !important;
}

.start .form-control .title_area {
  margin-bottom: 16px;
}

.flex_center {
  justify-content: center !important;
}

.bus_border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.bus_title {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 32px;
}

.fnt-wet-bg {
  font-weight: 700 !important;
}

.result_part_form {
  max-width: 842px;
  margin: 0 auto;
}

.ind_area {
  display: flex;
  margin-bottom: 24px;
}

.ind_medal_wrap {
  display: flex;
  width: 40.2%;
  background-color: #eaeaea;
  padding: 40px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0px 0px 8px;
}

.ind_medal_wrap .medal_name {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.13px;
  color: #222;
}

.medal_cont {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #999;
}

.alltime_record_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.07px;
  color: #999;
}

.ind_record_wrap {
  width: 75%;
  text-align: center;
  padding: 22px 0;
  border: 1px solid #eaeaea;
  border-radius: 0px 8px 8px 0px;
}

.ind_record_wrap .best_record {
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.19px;
  margin: 0 auto;
}

.ranktime_wrap {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eaeaea;
  padding-top: 18px;
  margin-top: 26px;
}

.time_wrap {
  width: 50%;
  border-right: 1px solid #eaeaea;
  padding: 0 16px;
}

.rank_wrap {
  width: 50%;
  padding: 0 16px;
}

.rank_time_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: calc((100% - 170px) / 2);
  width: 170px;
  white-space: nowrap;
  margin-bottom: 12px;
}

.rank_time_item:last-child {
  margin-bottom: 0;
}

.medal_wrap2 {
  position: relative;
}

.medal_img {
  display: block;
  width: 92px;
  height: 148px;
  margin-right: 32px;
}

.record_area {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 28px 0;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 8px;
}

.record_detail {
  position: relative;
  margin-right: 57px;
}

.record_detail2 {
  position: relative;
  margin-right: 57px;
}

.record_detail2:last-child {
  margin-right: 0;
}

.record_length,
.record_length2,
.record_length_non_border {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #999;
}

.record_time {
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.09px;
}

.record_detail::before,
.record_detail2::before {
  display: block;
  position: absolute;
  top: 27px;
  left: 25px;
  width: 20px;
  height: 20px;
  background: url("https://image.chosun.com/chuncheonmarathon/2023/km.png") no-repeat;
  content: "";
}

.record_detail2::before {
  background: url("https://image.chosun.com/chuncheonmarathon/2023/km_red.png") no-repeat;
}

.record_length::before,
.record_length2::before {
  display: block;
  position: absolute;
  top: 37px;
  right: 50px;
  width: 96px;
  border: 0.5px dashed #999; /* -webkit-border-before: 0.5px dashed #999; */
  content: "";
}

.record_length2::before {
  border: 0.5px dashed #df4243; /* -webkit-border-before: 0.5px dashed #df4243; */
}

.record_check_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.record_cont_length {
  display: flex;
  align-items: center;
}

.record_cont_length::after {
  display: inline-block;
  width: 1px;
  height: 18px;
  content: "";
  background: #d9d9d9;
  margin: 0 20px;
}

.year_menu {
  padding: 8px 16px;
  width: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #999;
  border: 1px solid #d7d7d7;
}

.all_time_record_sub_title {
  padding: 10px 32px;
  display: block;
  text-align: center;
  width: 41%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 53px;
}

.ind_info {
  max-width: 320px;
}

.record_count {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.09px;
}

.record_count_mobile {
  display: none;
}

.record_btn_list {
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 17px 32px;
  height: 100%;
  width: calc((100% - 60px) / 6);
}

.record_btn_list:focus {
  outline: none;
}

.record_btn_list:nth-child(6n) {
  margin-right: 0;
}

.record_btn_list.current {
  background-color: #df4243;
  border: none;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 15%);
}

.record_btn_list.current .record_btn_year {
  color: #fff;
}

.record_btn_list.current .record_btn_time {
  color: #fff;
}

.flex_icon_explain img {
  width: 16px;
  height: 16px;
}

.record_btn_list img {
  width: 16px;
  height: 16px;
}

.record_btn_year {
  color: #999;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08px;
}

.record_btn_time {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.1px;
}

.flex_icon_explain {
  display: flex;
  justify-content: space-between;
}

.record_icon_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #707070;
}

.medal_text {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.065px;
}

.divide_line {
  margin-left: 20px;
  border-right: 1px solid #d9d9d9;
  margin-right: 20px;
  height: 18px;
  display: inline-block;
}

.record_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.title_cont_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.09px;
  color: #000;
}

.border_radius_spec {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.modal_background {
  display: block;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/bg.png) no-repeat;
  width: 100%;
  height: 100%;
}

.bg_flower {
  position: absolute;
  top: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/flower.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: 100%;
}

.bg_record_count {
  position: absolute;
  top: 20%;
  left: 20%;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  text-align: center;
  z-index: 11;
}

.bg_medal {
  position: absolute;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/bg_medal.png) no-repeat;
  top: 34%;
  left: 22%;
  width: 100%;
  height: 100%;
}

.bg_name {
  position: absolute;
  top: 80%;
  left: 21%;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.12px;
  text-align: center;
}

#bg_count {
  color: #FFE65E;
}

#closeBtn {
  float: right;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 999;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_modal_close_white.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

#applyCloseBtn {
  float: right;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 999;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_modal_close.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

#deari {
  display: none;
}

.record_modal_body .modal_title {
  margin-bottom: 4px;
}

.record_modal_body .record_modal_text {
  display: block;
  text-align: center;
  font-size: 16px !important;
  line-height: 1.5;
  font-weight: 400 !important;
  font-family: "Noto Sans KR";
  color: #707070 !important;
  margin-bottom: 24px;
}

.record_modal_body input {
  margin-right: 24px;
  color: #999 !important;
  cursor: default;
  pointer-events: none;
}

.record_modal_body input::file-selector-button {
  display: none;
}

.record_modal_body .button_wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.record_modal_body .button_wrap button {
  padding: 13px 16px;
  align-items: flex-start;
  border-radius: 30px;
  border: 1px solid #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.record_modal_body .button_wrap .btn_white {
  background-color: #fff;
  color: #000;
  margin-right: 12px;
}

.record_modal_body .button_wrap .btn_black {
  background-color: #222;
  color: #fff;
}

.record_modal_body .file_name {
  padding: 12px 16px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #999 !important;
  margin-right: 8px;
}

.ready {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ready .ready_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 842px;
  max-height: 362px;
}

.ready .ready_img_wrap img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.ready .ready_img_wrap .text {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #FF3214;
}

.sitemap_text {
  font-size: 18px;
  line-height: 1.5;
}

@media all and (min-width: 2000px) {
  .form {
    margin-bottom: 300px;
  }
  #container-area {
    margin-bottom: 300px !important;
  }
}
@media all and (max-width: 1312px) {
  .form {
    padding: 0 16px;
    margin-top: 24px;
  }
}
@media all and (max-width: 1199px) {
  .mobile_hide {
    display: none;
  }
  #changeAddressDetail {
    margin-left: 0;
  }
}
@media all and (max-width: 1180px) {
  .form-control .title_area {
    display: flex;
  }
  .text01 {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
  .text02 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 500;
    float: none;
  }
}
@media all and (min-width: 740px) and (max-width: 1199px) {
  .header_img img:first-child {
    display: none;
  }
  .header_img img:nth-child(2) {
    display: block;
  }
  .header_img img:last-child {
    display: none;
  }
  .header_img img {
    width: 100%;
  }
  .title_box {
    margin-top: 24px;
    margin-bottom: 4px;
  }
  .title_box span {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .title_box p {
    color: #999999;
    width: 16px;
    height: 16px;
    margin-top: 1px;
  }
  .title_text, .title_text2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .step_box {
    margin: 0;
    align-items: center;
  }
  .step_box span {
    margin: 16.5px 20px;
  }
  .step_box p {
    margin: 0;
    height: 30px;
  }
  .mobile_hide {
    display: none;
  }
  .form {
    padding: 0 16px;
    margin-top: 24px;
  }
  .flex_box2 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .form-control {
    margin-bottom: 28px;
  }
  .form-control .form_detail {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 0px;
  }
  .mobile_border .form-control .form_detail {
    border-bottom: 1px solid #eaeaea;
  }
  .mobile_border .form-control .form_detail:last-child {
    border-bottom: 0px;
  }
  .form-control .form_detail .detail_info2 {
    margin-left: 0;
    margin-top: 0;
    padding-top: 8px;
  }
  .form-control .form_detail .detail_info4 {
    margin-left: 0;
    margin-top: 0;
    padding-top: 8px;
  }
  .form-control .form_text {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.075px;
  }
  .form-control .form_text_type2 {
    display: block;
    float: none;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .form-control {
    margin-bottom: 28px;
  }
  .form-control input {
    width: 100%;
  }
  .input_right_type {
    margin-right: 0;
  }
  .form-control .form_detail .detail_info2 {
    margin-left: 0;
    margin-top: 0;
  }
  .form-control .form_detail .detail_info4 {
    margin-left: 0;
    margin-top: 0;
  }
  .form-control .form_detail .input_type2 {
    width: 100%;
  }
  .form_detail.success small {
    margin-left: 0;
  }
  .form_detail.error small {
    margin-left: 0;
  }
  .form-control select {
    width: 100%;
  }
  .form-control .form_text {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.075px;
  }
  .form-control .form_text_type2 {
    display: block;
    float: none;
    padding-bottom: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.075px;
  }
  .form-control .form_detail .detail_address {
    margin-top: 8px;
    width: 100%;
  }
  .form-control .form_detail .racepatrol {
    margin-left: 0px;
    margin-top: 10px;
  }
  #address_detail {
    margin-left: 0;
  }
  #post {
    width: 100%;
  }
  .form-control .form_detail .small_button {
    padding: 13px 8px;
  }
  #race_form .flex_box {
    display: block;
  }
  .part_container {
    display: block;
  }
  .participant {
    width: 100%;
    margin-bottom: 12px;
  }
  #post,
  #change_post {
    width: 100%;
  }
  .form-control .form_detail .confirm_text_type {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .record_container_wid {
    max-width: 695px;
  }
  .flex_icon_explain {
    justify-content: center;
  }
  .ind_medal_wrap {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    padding: 16px;
  }
  .ind_record_wrap {
    width: 100%;
    border-radius: 0px 0px 8px 8px;
  }
  .all_time_record_sub_title {
    width: 60%;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.06px;
    margin-bottom: 25px;
  }
  .record_count {
    display: none;
  }
  .record_count_mobile {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .ranktime_wrap {
    margin-top: 18px;
  }
  .ind_area {
    display: block;
    margin-bottom: 16px;
  }
  .record_btn_list {
    padding: 12px 18px;
  }
  .record_btn_list:nth-child(6n) {
    margin-right: 0;
  }
  .tablet_dis_none {
    display: none !important;
  }
  .record_item {
    display: flex;
    margin-bottom: 8px;
  }
  .record_area {
    display: block;
    padding: 20px 0;
  }
  .ind_record_wrap {
    padding: 16px 0;
  }
  .record_btn_year {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.08px;
  }
  .record_btn_list img {
    width: 12px;
    height: 12px;
  }
  .record_btn_time {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .record_detail {
    display: flex;
    justify-content: space-between;
    padding: 0px 43px 0px 68px;
    margin-right: 0;
  }
  .record_detail2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 43px 0px 68px;
    margin-right: 0;
  }
  .ind_record_wrap .best_record {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.13px;
  }
  .record_detail::before,
  .record_detail2::before {
    top: 0;
    left: 42px;
    right: 0;
  }
  .record_length::before,
  .record_length2::before,
  .record_length_non_border::before {
    height: 30px;
    width: 0;
    right: 0;
    left: 52px;
    top: -32px;
    margin-bottom: 0;
  }
  .ind_medal_wrap .medal_name {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.09px;
  }
}
@media all and (max-width: 739px) {
  .title_box {
    margin-top: 24px;
    margin-bottom: 4px;
  }
  .title_box span {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .title_box p {
    color: #999999;
    width: 16px;
    height: 16px;
    margin-top: 1px;
  }
  .title_text, .title_text2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .header_img img:first-child {
    display: none;
  }
  .header_img img:nth-child(2) {
    display: none;
  }
  .header_img img:last-child {
    display: block;
  }
  .header_img img {
    width: 100%;
  }
  .ag_container .title {
    display: block;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ap_container .text01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.12px;
  }
  .text01 {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.12px;
  }
  .text02 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 500;
    float: none;
  }
  .ag_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
  .ag_all label {
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
  .ag_all .ag_info {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
    padding: 12px 16px;
  }
  .ag_form .ag_info {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 16px 32px 16px 16px;
  }
  .step_box span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
    margin: 10px 0;
  }
  .step_box {
    margin: 0 auto;
    align-items: center;
  }
  .step_box p {
    width: 20px;
    height: 20px;
    margin: 10px 0;
  }
  .flex_box2 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .tabs_nav a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
    padding: 12px;
  }
  .form {
    padding: 0 16px;
    margin-top: 24px;
  }
  .tabs_nav {
    margin: 28px 40px 20px 40px;
  }
  .form-control .title_area {
    display: block;
    margin-bottom: 16px;
  }
  .confirm_title_info {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.08px;
    margin-bottom: 24px;
  }
  .group_confirm_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.08px;
  }
  .form-control {
    margin-bottom: 28px;
  }
  .form-control .form_detail {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0px;
  }
  .mobile_border .form-control .form_detail {
    border-bottom: 1px solid #eaeaea;
  }
  .mobile_border .form-control .form_detail:last-child {
    border-bottom: 0px;
  }
  .input_right_type {
    margin-right: 0;
  }
  .form-control button {
    padding: 8px 16px;
    width: 100%;
  }
  .form-control button:lang(en) {
    width: 110px;
  }
  .form-control .form_detail .detail_info2 {
    margin-left: 0;
    margin-top: 0;
    padding-top: 8px;
  }
  .form-control .form_detail .detail_info4 {
    margin-left: 0;
    margin-top: 0;
    padding-top: 8px;
  }
  .form-control .form_text {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.075px;
  }
  .form-control .form_text_type2 {
    display: block;
    float: none;
    padding-bottom: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.075px;
  }
  .form-control input {
    width: 100%;
  }
  .form-control .form_detail .input_type2 {
    width: 100%;
  }
  .form_detail.success small {
    margin-left: 0;
  }
  .form_detail.error small {
    margin-left: 0;
  }
  .form-control select {
    width: 100%;
  }
  .form-control .form_text {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.075px;
  }
  .form-control .form_text_type2 {
    display: block;
    float: none;
    padding-bottom: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.075px;
  }
  .form-control .form_detail .detail_address {
    margin-top: 8px;
    width: 100%;
  }
  .form-control .form_detail .racepatrol {
    margin-left: 0px;
    margin-top: 10px;
  }
  #address_detail {
    margin-left: 0;
  }
  #change_address_detail {
    margin-left: 0;
  }
  #post {
    width: 100%;
  }
  .form-control .form_detail .small_button {
    padding: 13px 8px;
  }
  .pr_nx_btn {
    margin-top: 40px;
  }
  .pr_nx_btn button {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .pr_nx_btn a {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .complete_form_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.11px;
  }
  .participant {
    padding: 12px;
  }
  .part_title {
    font-size: 18px;
    line-height: 24px;
  }
  .part_info {
    font-size: 14px;
    line-height: 20px;
  }
  .group_pay_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
    margin-bottom: 20px;
  }
  .form-control input {
    padding: 8px 16px;
  }
  .form-control .form_detail label {
    font-size: 15px;
    line-height: 1.5;
  }
  .form-control .form_detail label .en {
    font-size: 12px;
    line-height: 1.5;
  }
  .form-control select {
    padding: 8px 16px;
  }
  .form-control .select_type2 {
    padding: 8px 16px;
  }
  .form-control .button_type2 {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.07px;
  }
  #board-search .search-window .search-wrap {
    width: 100%;
  }
  .ag_all input[type=checkbox] + label:before {
    top: 2px;
  }
  .ag_all input[type=checkbox]:checked + label:after {
    top: 0;
  }
  .personal .board-table td {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.06px;
  }
  .header_img span {
    height: 100px;
    background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_header_mid_image.png) no-repeat;
  }
  #address_search {
    display: none;
  }
  #race_form .flex_box {
    display: block;
  }
  .part_container {
    display: block;
  }
  .participant {
    width: 100%;
    margin-bottom: 12px;
  }
  #post,
  #change_post {
    width: 100%;
  }
  .pr_nx_btn .btn_nx {
    margin-left: 12px;
  }
  .form-control .form_detail .confirm_text_type {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .form-control .button_type3 {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
    width: 130px;
    margin-left: 8px;
  }
  .particle_modal_title {
    margin-bottom: 7px;
  }
  .form-control .title_area_text_type {
    margin-bottom: 16px;
  }
  .third_btn .pr_nx_btn {
    display: block;
  }
  .third_btn .pr_nx_btn .btn_nx {
    margin: 0 auto;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.06px;
  }
  .third_btn .pr_nx_btn .btn_nx:last-child {
    margin-bottom: 84px;
  }
  #bo_main_closeBtn {
    position: absolute;
    right: 20px;
  }
  #bo_main_closeBtn2 {
    position: absolute;
    right: 20px;
  }
  #deariBtn {
    width: initial;
  }
  .button_wrap {
    display: flex;
  }
  .particle_modal_sub_title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
    margin-bottom: 16px;
  }
  .pr_nx_btn .btn_one {
    margin-bottom: 127px;
  }
  .form-control input[type=checkbox] + label:before {
    top: -1px;
  }
  .pay_calculate {
    border: none;
  }
  .pay_text {
    display: block;
    margin: 20px auto 28px auto;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 20px;
  }
  .pay_sign {
    display: none;
  }
  .mobile_dis_none {
    display: none !important;
  }
  .pay_button {
    display: block;
    text-align: center;
    margin-top: 28px;
  }
  .pay_button button {
    width: 130px !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .pay_real_price {
    margin-right: 0;
  }
  .cal_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .cal_box:last-child {
    margin-bottom: 0;
  }
  #board-search {
    margin: 0;
  }
  #board-search .search-window {
    padding: 0;
  }
  .border_none {
    border-bottom: 0px !important;
  }
  .group_border {
    border-bottom: 1px solid #eaeaea !important;
  }
  .content_flex_wrap {
    display: block;
  }
  #board-search .search-window .search-wrap select {
    margin-right: 8px;
  }
  #board-search .search-window .search-wrap input {
    margin-right: 8px;
  }
  .confirm .form-control .input_type3 {
    -webkit-border-radius: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
  }
  .confirm .form-control .form_detail label {
    margin-left: 8px;
  }
  .form-control input[type=radio] {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    margin-top: 3px;
  }
  .leader_agr_chk input[type=checkbox]:before {
    top: 0;
  }
  .leader_agr_chk input[type=checkbox]:after {
    top: 0.5px !important;
  }
  .flex_box3 img {
    width: 100px;
    height: 56px;
  }
  .form-control .form_detail span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.75px;
  }
  .flex_icon_explain {
    justify-content: center;
  }
  .ind_medal_wrap {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    padding: 16px;
  }
  .ind_record_wrap {
    width: 100%;
    border-radius: 0px 0px 8px 8px;
  }
  .record_btn_year {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.08px;
  }
  .record_btn_list img {
    width: 12px;
    height: 12px;
  }
  .record_btn_time {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .ind_record_wrap {
    padding: 16px 0;
  }
  .all_time_record_sub_title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.06px;
    width: 88%;
    margin-bottom: 25px;
  }
  .ind_record_wrap .best_record {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.13px;
  }
  .record_count {
    display: none;
  }
  .record_count_mobile {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .ind_area {
    display: block;
    margin-bottom: 16px;
  }
  .ranktime_wrap {
    margin-top: 18px;
  }
  .record_item {
    display: flex;
    overflow-x: scroll;
    margin: 0 0 0 -16px;
    margin-bottom: 12px;
    flex-wrap: initial;
  }
  .record_btn_list:first-child {
    margin-left: 16px;
  }
  .record_item::-webkit-scrollbar {
    display: none;
  }
  .record_btn_list:nth-child(6n) {
    margin-right: 8px;
  }
  .record_btn_list {
    padding: 12px 17px;
    width: initial;
  }
  .ind_medal_wrap .medal_name {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.09px;
  }
  .record_area {
    display: block;
    padding: 20px 0;
  }
  .record_detail {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px 42px;
    margin-right: 0;
  }
  .record_detail2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px 42px;
    margin-right: 0;
  }
  .record_modal_body .button_wrap button {
    padding: 8px 16px;
  }
  .record_detail::before,
  .record_detail2::before {
    top: 0;
    left: 20px;
    right: 0;
  }
  .record_length::before {
    border: none;
    border-left: 1px dashed #999;
  }
  .record_length2::before {
    border: none;
    border-left: 1px dashed #df4243;
  }
  .record_length::before,
  .record_length2::before,
  .record_length_non_border::before {
    height: 30px;
    width: 0;
    right: 0;
    left: 29.5px;
    top: -32px;
    margin-bottom: 0;
  }
  .ind_info {
    max-width: 209px;
  }
  .rank_time_item {
    width: initial;
    margin-left: 0;
  }
  #modalBody {
    width: 270px;
    height: 397px;
  }
  .modal_background {
    display: block;
    background: url(https://image.chosun.com/chuncheonmarathon/2023/bg_mobile.png) no-repeat;
    height: 100%;
  }
  .bg_flower {
    top: 0;
    background: url(https://image.chosun.com/chuncheonmarathon/2023/flower_mobile_img.png) no-repeat;
    background-size: 100%;
  }
  .bg_medal {
    background: url(https://image.chosun.com/chuncheonmarathon/2023/medal_mobile.png) no-repeat;
    top: 32%;
    left: 17%;
  }
  .bg_record_count {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    top: 18%;
    left: 12%;
  }
  .bg_name {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    left: 14%;
  }
  .medal_img {
    width: 62px;
    height: 100px;
  }
  .medal_text {
    font-size: 9px;
    line-height: 8px;
    top: 11px;
    left: 20px;
  }
  .record_time {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
  }
  .divide_line {
    margin-left: 8px;
    border-right: 1px solid #d9d9d9;
    margin-right: 8px;
    height: 18px;
  }
  .ready .ready_img_wrap img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }
  .ready .ready_img_wrap .text {
    font-size: 24px;
    line-height: 34px;
  }
  .sitemap_text {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media all and (max-width: 385px) {
  #confirm .tabs_nav a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
  }
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/main.css ***!
  \************************************************************************************************************************/
@charset "UTF-8";
/* @import url('_grid.css');
@import url('_flex.css');
@import url('_spacers.css');
@import url('_fonts.css'); */
/*
-Desktop: 1024px~
-Tablet: 740~1023px
-Mobile: ~739px
*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: inherit;
  background-color: #fff;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  min-width: 300px;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: inherit;
  color: #FFF;
}

body, input, button, textarea {
  font: 16px/1.56 "Noto Sans KR", AppleSDGothicNeo-Regular, "맑은 고딕", "Malgun Gothic", 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.5px;
  font-weight: 400;
}

button {
  border: none;
}

a, a:visited {
  color: #000;
  text-decoration: none;
}

#wrapper {
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}

video {
  vertical-align: top;
  object-fit: cover;
}

.top_notice {
  background: #eaeaea !important;
}

.top_notice .title {
  color: #222 !important;
}

.ch_gnb {
  width: 100%;
  height: 88px;
  left: 0;
  z-index: 99;
  transition: 0.3s background ease-out;
  font-family: "Noto Sans KR";
}

.ch_gnb .logo .logo1:after {
  background: #fff !important;
}

.ch_gnb .logo .logo_black {
  display: none !important;
}

.ch_gnb .logo .logo_white {
  display: block !important;
}

.ch_gnb .inner .cate .depth1 > span {
  color: #fff !important;
}

.ch_gnb .inner .cate .depth1 > span > a {
  color: #fff;
}

.ch_gnb .inner {
  background-color: #222 !important;
}

.ch_gnb .inner .gnb_menu_btn .btn_black {
  display: none !important;
}

.ch_gnb .inner .gnb_menu_btn .btn_white {
  display: block !important;
}

.ch_gnb.sticky .inner {
  width: 100%;
  background: linear-gradient(180deg, #222 0%, rgba(34, 34, 34, 0) 100%) !important;
  z-index: 99;
}

.main_visual {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(100vh - 126px);
}

.main_visual .svg-main {
  width: 443px;
  height: 244px;
}

.main_visual .half {
  flex: 1;
}

.main_visual .text_wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF3214;
}

.main_visual .text_wrap .text1 {
  font-size: 95px;
  font-weight: 700;
  line-height: 124px;
  font-family: "Noto Sans KR";
  margin-bottom: 32px;
}

.main_visual .text_wrap img {
  width: 750px;
  margin-bottom: 48px;
}

.main_visual .text_wrap .img_1 {
  display: block;
}

.main_visual .text_wrap .img_2 {
  display: none;
}

.main_visual .text_wrap .text2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.11px;
  margin: 48px 0;
}

.main_visual .text_wrap .btn-wrap button {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.12px;
  padding: 16px 40px;
  border-radius: 999px;
}

.main_visual .text_wrap .btn-wrap .button-black {
  color: #fff;
  background-color: #222;
  margin-right: 24px;
}

.main_visual .text_wrap .btn-wrap .button-black:hover {
  opacity: 0.8;
}

.main_visual .text_wrap .btn-wrap .button-white {
  color: #222;
  background-color: #fff;
}

.main_visual .text_wrap .btn-wrap .button-white:hover {
  opacity: 0.8;
}

.main_visual .video-wrap {
  background: #fff;
}

.main_visual .scroll_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: scroll 2s infinite;
}

.main_visual .scroll_img span {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.video-section {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.video-section .video-wrap {
  display: flex;
}

.video-section .video {
  flex: 0 0 25%;
  background-color: #df2121;
  overflow: hidden;
}

.video-section .video-wrap img {
  flex: 0 0 75%;
  overflow: hidden;
}

.video-section .mobile-img {
  display: none;
}

.section1 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FFF;
  color: #fff;
  overflow: hidden;
}

.section1 .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  width: 1062px;
}

.section1 .inner .bg {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: contain;
  z-index: 0;
}

.section1 .inner .table_wrap {
  position: relative;
  padding: 84px 0;
}

.section1 .inner .title {
  display: block;
  font-size: 56px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -0.28px;
  margin-bottom: 56px;
  color: #222;
}

.section1 .inner .table dl {
  padding: 0;
}

.section1 .inner .table dl {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}

.section1 .inner .table dl:last-child {
  margin-bottom: 0;
}

.section1 .inner .table dt, dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.section1 .inner .table dt {
  font-weight: 700;
  margin-right: 40px;
  width: 77px;
  flex-shrink: 0;
}

.section1 .inner .table dd {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 0;
}

.section1 .inner .table dd .table_pd_bt {
  padding-bottom: 20px;
}

.section1 .inner .table dd li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-top: 0;
}

.section1 .inner .table dd li .content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.section1 .inner .table dd li .content:last-child {
  margin: 0;
}

.section1 .inner .table dd li .text-title {
  color: #999;
}

.section1 .inner .table dd li .text-content {
  color: #222;
}

.section1 .inner .table dd li .text_red {
  font-size: 16px;
  font-weight: 400;
  color: #DF4243;
}

.section1 .inner .table dd li .sub-text {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

@media all and (max-width: 1199px) {
  .ch_gnb .inner .cate .depth1 > span > a {
    color: #222;
  }
  .main_visual {
    height: calc(100vh - 114px);
  }
  .main_visual .half {
    flex: 1;
    height: 50%;
  }
  .video-section .video-wrap {
    flex-direction: column;
  }
  .video-section .video-wrap img {
    display: none;
  }
  .video-section .mobile-img {
    display: block;
    width: 100%;
    position: relative;
  }
  .video-section .mobile-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    z-index: 1;
    object-fit: cover;
    aspect-ratio: 1199/1475.44;
  }
  .video-section .mobile-img img.active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1199px) {
  .ch_gnb {
    height: 76px;
  }
  .main_visual {
    flex-direction: column;
  }
  .main_visual .svg-main {
    width: 328px;
    height: 183px;
  }
  .main_visual .text_wrap {
    padding: 24px 16px 16px 16px;
  }
  .main_visual .text_wrap .text2 {
    margin: 24px 0 32px 0;
  }
  .section1 .inner {
    width: 100%;
  }
  .section1 .inner .table_wrap {
    padding: 120px 36px;
  }
  .section1 .inner .bg {
    width: 595px;
    height: 499px;
  }
  .video-section .mobile-img {
    height: 100vh;
  }
}
@media all and (max-width: 739px) {
  .ch_gnb {
    height: 60px;
  }
  .main_visual {
    flex-direction: column;
    height: calc(100vh - 104px);
  }
  .main_visual .svg-main {
    width: 190px;
    height: 106px;
  }
  .main_visual .text_wrap {
    padding: 24px 16px 16px 16px;
  }
  .main_visual .text_wrap .text2 {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 24px 0;
  }
  .main_visual .text_wrap img {
    width: 210px;
    margin-bottom: 24px;
  }
  .main_visual .text_wrap .button_wrap {
    display: flex;
    flex-direction: column;
  }
  .main_visual .text_wrap .button_wrap button {
    font-size: 16px;
    padding: 12px 32px;
  }
  .main_visual .text_wrap .button_wrap .button_red {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .main_visual .text_wrap .btn-wrap button {
    font-size: 14px;
    font-weight: 20px;
    padding: 12px 20px;
  }
  .main_visual .text_wrap .btn-wrap .button-black {
    margin-right: 8px;
  }
  .main_visual .img_wrap img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    object-position: left;
  }
  .section1 {
    height: initial;
    justify-content: initial;
  }
  .section1 .inner {
    width: 100%;
  }
  .section1 .inner .table_wrap {
    padding: 64px 16px;
  }
  .section1 .inner .bg {
    width: 227px;
    height: 190px;
  }
  .section1 .inner .title {
    font-size: 36px;
    line-height: 58px;
    letter-spacing: -0.18px;
    margin-bottom: 40px;
  }
  .section1 .inner .table dl {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .section1 .inner .table dd {
    font-size: 16px;
  }
  .section1 .inner .table dt {
    font-size: 16px;
    margin-right: 16px;
    width: 64px;
  }
  .section1 .inner .table dd .table_pd_bt {
    padding-bottom: 12px;
  }
  .section1 .inner .table dd li {
    font-size: 16px;
  }
  .section1 .inner .table dd li .sub-text {
    font-size: 14px;
    line-height: 20px;
  }
  .section1 .inner .table dd li .content {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
  }
  .section1 .inner .table dd li .content:last-child {
    margin-top: 12px;
  }
  .section1 .inner .table dd li .text-title {
    order: 1;
  }
  .section1 .inner .table dd li .text-content {
    order: 3;
    flex-basis: 100%;
  }
  .section1 .inner .table dd li .text_red {
    font-size: 14px;
    line-height: 20px;
    order: 2;
  }
  .video-section .video-wrap:last-child img {
    display: none;
  }
  .video-section .mobile-img {
    height: 79vh;
  }
}
/* section3 */
.section3 {
  position: relative;
  height: auto;
  z-index: 3;
  background: #FFF;
  background-size: cover;
  overflow: hidden;
  background: linear-gradient(180deg, #FFF 77.85%, #FEE 100%);
}

.section3 .inner {
  padding: 140px 0;
}

.section3 h1 {
  margin-bottom: 52px;
  font-size: 56px;
  font-weight: 700;
  color: #222;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section3 p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  text-align: center;
}

.section3 .card_wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow-y: hidden;
  scrollbar-width: none;
}

.section3 .card_wrap:active {
  cursor: grabbing;
}

.section3 .cards {
  display: flex;
  gap: 32px;
  animation: moveRight 30s linear infinite;
}

.section3 .cards .item {
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 280px;
  border-radius: 20px;
  position: relative;
}

.section3 .cards .thumb {
  height: 480px;
}

.section3 .cards .thumb .bg_mask {
  width: 100%;
  height: 193px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  backdrop-filter: blur(15px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section3 .cards .thumb img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
}

.section3 .cards .text_wrap {
  padding: 28px 24px;
}

.section3 .cards .name {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.section3 .cards dl {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.section3 .cards dl:last-child {
  margin-bottom: 0;
}

.section3 .cards dt {
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  opacity: 0.5;
  font-weight: 400;
}

.section3 .cards dd {
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  font-weight: 500;
  margin-left: 12px;
}

.section3 .cont_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section3.on .fixed_img {
  position: fixed;
  left: 0;
  top: 0;
}

.section3 .fixed_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section3 .img_mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section3 .img_wrapper {
  width: 100%;
  height: 100%;
}

.section3 .img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section3 .inner .more_btn {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 40px;
}

.section3 .inner .more_btn a {
  padding: 12px 40px;
}

.section3 .inner .more_btn svg {
  margin-left: 8px;
  margin-top: 2px;
}

.pin-spacer {
  background-color: #fff;
}

@media all and (max-width: 1199px) {
  .section3 .cards .text_wrap {
    padding: 24px 20px;
  }
}
@media all and (min-width: 740px) and (max-width: 1199px) {
  .section3 .inner {
    padding: 60px 0;
  }
  .section3 p {
    display: none;
  }
  .section3 .card_wrap {
    padding-left: 80px;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    position: relative;
    pointer-events: none;
  }
  .section3 .card_wrap::-webkit-scrollbar {
    display: none;
  }
  .section3 .cards {
    display: flex;
    width: 1392px;
    gap: 32px;
  }
  .section3 .cards .item {
    opacity: 1;
  }
  .section3 .cards .thumb img {
    width: 100%;
  }
  .section3 .cards .icon {
    margin: 12px 0;
  }
  .section3 .cards .item {
    transform: inherit !important;
  }
  .section3 .img_wrapper img {
    object-fit: cover;
  }
  .section3 .inner .more_btn a {
    margin-top: 24px;
    padding: 8px 24px;
    pointer-events: initial;
  }
}
@media all and (max-width: 739px) {
  .section3 .inner {
    padding: 64px 0;
  }
  .section3 h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section3 p {
    display: none;
  }
  .section3 .card_wrap {
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    position: relative;
    pointer-events: none;
  }
  .section3 .card_wrap::-webkit-scrollbar {
    display: none;
  }
  .section3 .cards {
    display: flex;
    width: 972px;
    gap: 16px;
  }
  .section3 .cards .item {
    min-width: 210px;
    opacity: 1;
  }
  .section3 .cards .thumb {
    height: 360px;
  }
  .section3 .cards .thumb img {
    width: 100%;
    height: 360px;
  }
  .section3 .cards .item {
    transform: inherit !important;
  }
  .section3 .cards .name {
    font-size: 20px;
    line-height: 1.5;
  }
  .section3 .cards dt {
    font-size: 14px;
  }
  .section3 .cards dd {
    font-size: 14px;
  }
  .section3 .img_wrapper img {
    object-fit: cover;
  }
  .section3 .inner .more_btn {
    font-size: 14px;
    line-height: 20px;
  }
  .section3 .inner .more_btn a {
    margin-top: 24px;
    padding: 8px 24px;
    pointer-events: initial;
  }
  .section3 .inner .more_btn svg {
    margin-left: 4px;
  }
}
/* section4 */
.section4 {
  padding: 120px 0;
  position: relative;
  z-index: 3;
  background: #FFF;
  border-bottom: 1px solid #707070;
}

.section4 .inner {
  max-width: 1062px;
  margin: 0 auto;
}

.section4 h1 {
  margin-bottom: 52px;
  font-size: 56px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.section4 .notice li {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
}

.section4 .notice li:first-child {
  padding-top: 0;
}

.section4 .notice li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 80%;
  flex-shrink: 0;
}

.section4 .notice li a:hover .tt {
  text-decoration: underline;
}

.section4 .notice .icon {
  display: flex;
  width: 46px;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #df4243;
  border-radius: 5px;
}

.section4 .notice .tt {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section4 .notice .date {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

.section4 .more_btn {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}

.section4 .more_btn a {
  cursor: pointer;
  text-decoration: none;
  color: #222;
}

.section4 .more_btn svg {
  margin-left: 7px;
}

@media all and (min-width: 740px) and (max-width: 1199px) {
  .section4 {
    padding: 120px 36px;
  }
}
@media all and (max-width: 739px) {
  .section4 {
    padding: 64px 16px;
  }
  .section4 h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section4 .notice .icon {
    font-size: 14px;
  }
  .section4 .notice .tt {
    font-size: 16px;
  }
  .section4 .more_btn {
    font-size: 14px;
    margin-top: 24px;
  }
}
.section5 {
  position: relative;
  z-index: 3;
  margin: 120px 72px;
  background-color: #FFF;
}

.section5 .inner {
  max-width: 1062px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section5 a {
  display: flex;
  align-items: center;
  width: 136px;
  height: 21px;
}

.section5 .big_logo {
  width: 160px;
}

.section5 .img_bg {
  width: 260px;
  height: 158px;
  margin: 0 auto 80px auto;
}

.section5 a img {
  width: 100%;
  vertical-align: top;
}

@media all and (max-width: 1199px) {
  .section5 {
    margin: 64px 36px;
  }
  .section5 .inner {
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 704px;
    margin: 0 auto;
  }
  .section5 a {
    flex-shrink: 0;
    flex-grow: 0;
  }
  .section5 .img_bg {
    width: 260px;
    height: 158px;
  }
}
@media all and (max-width: 739px) {
  .section5 {
    margin: 40px 0;
  }
  .section5 .inner {
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }
  .section5 a {
    width: 66.5px;
    height: 10.5px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .section5 .img_bg {
    width: 160px;
    height: 97px;
    margin-bottom: 64px;
  }
}
.fixed_btn {
  width: 140px;
  height: 140px;
  background: #222;
  border-radius: 100%;
  position: fixed;
  bottom: 56px;
  right: 48px;
  z-index: 90;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.25);
}

.fixed_btn:hover {
  background-color: #FF3315;
}

.fixed_btn:hover > a > span {
  color: #fff;
}

#wrapper.on .fixed_btn {
  opacity: 1;
  visibility: visible;
}

.fixed_btn a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.fixed_btn span {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}

@media all and (max-width: 1199px) {
  .fixed_btn {
    bottom: 40px;
    right: 36px;
  }
}
@media all and (max-width: 739px) {
  .fixed_btn {
    width: 80px;
    height: 80px;
    bottom: 24px;
    right: 20px;
  }
  .fixed_btn span {
    font-size: 14px;
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-165%);
  }
}
@keyframes scroll {
  0%, 100% {
    bottom: 22px;
  }
  50% {
    bottom: 44px;
  }
}

/*# sourceMappingURL=index.dc96c773c23bf881387a.css.map*/