/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/base/global.scss ***!
  \**************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/base/global.scss (1) ***!
  \******************************************************************************************************************************/
@import url(//news.chosun.com/dhtm/css/css_reset_2018.css);
/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/css/base/gnb-etc.css ***!
  \***********************************************************************************/
/*
-Desktop: 1024px~
-Tablet: 740~1023px
-Mobile: ~739px
*/

/* letter spacing 단위 문의 ex) px, em */

*{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:#000; margin: 0;}
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.005em; font-weight: 400;}
button{border:none;}
a:hover {text-decoration: none;}

:root{
    --succes-color: #2ecc71;;
    --error-color: #e74c3c;
}

*{
    box-sizing: border-box;
}

/* chuncheon maraton gnb */

h1.ch_header_tit { background: #000;}
/* h1.ch_header_tit img { width: 185px; height: 71px; background-position: 0 -105px; background-size: 630px; background: url("https://marathon-dev.chosun.com/image/ch_footer_logo.png"); background-size: 100%;} */
.ch_header { color: #FFFFFF; border-bottom-style: solid; border-bottom-width: 0px; border-bottom-color: #d7d7d7; }
.ch_header .inner { display: flex; flex-direction: row; justify-content: space-between; align-items: center; box-sizing: border-box; background: #fff; z-index: 99; width: 100%; border: solid 1px #d7d7d7; padding: 12px 64px; }
.ch_menubox { display: flex; max-width: 1200px; }
ul.ch_menu li { display: inline; position: relative;}
ul.ch_menu li + li { margin-left: 48px; }
ul.ch_menu li a { position: relative; padding: 0 5px; color: #000; transition: ease all 0.4s ; -webkit-transition: ease all 0.4s ; -moz-transition: ease all 0.4s ; -ms-transition: ease all 0.4s ; -o-transition: ease all 0.4s ; text-decoration: none;}
ul.ch_menu li a span { font-size: 18px; font-weight: 700; line-height: 30px; font-style: normal; letter-spacing: -0.005em; text-align: right; color: #222; }
ul.ch_menu li a span.current { color: #222;}
ul.ch_menu li a.current:after,
ul.ch_menu li a:hover:after { width: 100% }
ul.ch_menu:hover li a { color: #fff }
ul.ch_menu li a span:hover { color: #555;}
ul.ch_menu li a:hover { text-decoration: none; color: #d7d7d7 }
ul.ch_menu li.only_m { display: none }
.ch_m_menu { display: none;}

.ch_header .ch_menu ul.sub_menu 
{ 
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: ease all 0.2s;
    -webkit-transition: ease all 0.2s;
    padding: 20px 16px;
    border-radius: 8px;
    left: 0;
}

ul.ch_menu li:hover ul.sub_menu 
{ 
    display: block;
}

ul.sub_menu li a:hover {
    background: red;
    color: #fff;
}

ul.sub_menu li a:hover .ch_cat_detail {
    color: #fff;
}

.ch_header .ch_menu ul.sub_menu a 
{ 
    float: none;
    color: black;
    padding: 2px 1px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* chuncheon maraton gnb */

/* main banner section */

.ch_main_banner img { width: 100%; height: 100%;}

/* main banner section */

/* main outline day section */

.outline_day { padding: 100px 0; position: relative; max-width: 1200px; margin: 0 auto;}
.outline_table { margin: 0 auto;}
.outline_table th { color: #000;}
.outline_table td { color: #000;}

/* main outline day section */

.ch_gnb .inner .cate .depth1>span>a{color: #000}
/*!**************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/css/base/gnb-footer.css ***!
  \**************************************************************************************/
@charset "utf-8";

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.60); 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.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;}

  .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!./src/assets/css/pages/tournament.css ***!
  \***************************************************************************************/
.agree_title { display: block; text-align: center; padding: 10px 16px; border-radius: 8px; background-color: #f7f7f7; font-size: 14px; font-weight: 500; line-height: 20px; letter-spacing: -0.07px; margin-bottom: 32px; } 

.tour_container { max-width: 842px; margin: 0 auto; }
.table dt {width: 77px;}

.tour_title {position: relative; margin-bottom: 32px;} 

.tour_title_text { position: absolute; z-index: 2; left: 56px; bottom: 56px; font-size: 36px; font-weight: 700; line-height: 1.5; letter-spacing: -0.18px; color: #fff; } 

.tour_img_wrap { display: block; width: 100%; height: 100%; max-width: 842px;} 
.tour_img_wrap img {width: 100%; height: 220px; }

.table dl { display: flex; padding: 16px 0; border-bottom: 1px solid #EAEAEA;} 
.table dl:first-child { border-top: none; padding-top: 0; } 
.table dl:last-child { border-bottom: 0;} 
.table dt { font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: -0.09px; color: #222; flex-shrink: 0;} 
.table dd {flex-grow: 1; font-size: 18px; font-weight: 500; line-height: 27px; letter-spacing: -0.09px; color: #222; padding-left: 40px;} 
.table dd li { padding: 16px 0 16px 0; border-top: 1px solid #eaeaea; } 
.table dd li:last-child { padding-bottom: 0; } 

.table dd li {font-size: 20px; font-weight: 500; line-height: 1.5; border-top: 0;}
.table dd li .content {display: flex; align-items: center; gap: 8px; margin-top: 8px; margin-bottom: 4px;}
.table dd li .content:last-child {margin: 0;}
.table dd li .text-title {color: #999;}
.table dd li .text-content {color: #222;}
.table dd li .text_red {font-size: 16px; font-weight: 400; color: #DF4243;}
.table dd li .sub-text {display: block; margin-top: 8px; font-size: 16px; font-weight: 400; color: #999;}

.big_text { display: block; font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.08px; color: #707070; padding-top: 8px; } 
.small_text { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; color: #DF4243; } 
.table dd li:first-child { border-top: none; padding-top: 0; } 
#df_type { color: #DF4243 !important; } 

.sub_text { font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.08px; color: #707070; padding-bottom: 48px; } 

.course_tab_nav { display: flex; } 

.course_tab li { width: 50%; } 

.course_tab li a.realtab { display: block; text-align: center; padding-bottom: 16px; margin-bottom: 40px; border-bottom: 4px solid #000; text-decoration-line: none; } 

.realtab.inactive { border-bottom: 4px solid #d7d7d7 !important; } 

.realtab .course_text { font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: -0.12px; color: #000; } 

.realtab .course_text.inactive { color: #d7d7d7 !important; } 

.course_wrap { position: relative; max-width: 842px; max-height: 1095px; margin-bottom: 60px; object-fit: contain; } 

.high_low_wrap { margin-bottom: 120px; } 

.high_low_wrap .high_low_img_wrap { overflow-x: scroll; } 

.high_low_wrap .high_low_img_wrap::-webkit-scrollbar { display: none; } 

.high_low_wrap img { display: block; width: 842px; } 

.full_high_low_text { color: #222; font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: -0.12px; margin-right: 12px; } 

.full_high_low_detail { color: #222; font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.08px; } 

.course_img { position: relative; left: 0; right: 0; top: 0; bottom: 0; background-size: 100%; width: 100%; } 


.ex_wrap { display: flex; justify-content: space-between; margin-bottom: 60px; } 

.ex_wrap:last-child { margin-bottom: 120px; } 

.explor_text { width: 58%; font-size: 18px; font-weight: 500; line-height: 30px; letter-spacing: -0.09px; font-family: 'Noto Serif KR'; } 

.exploration_img { width: 328px; height: 437px; background-size: 100%; } 

.exploration2_img { width: 328px; height: 437px; border: none; background-size: 100%; } 

.sub_wrap { display: flex; margin-top: 8px; } 

.explor_sub_text { display: flex; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; align-items: center; color: #999; margin-right: 8px; } 

.winner { background-size: 100%; width: 31px; height: 42px; background-color: #fff; border-radius: 15px; opacity: 0.7;} 

.explor_map { position: absolute; left: 10px; top: -20px; } 

.length_wrap2 { display: flex; position: absolute; left: 0; top: 105px; width: 150px; height: auto; justify-content: center; } 

.length_wrap { display: flex; position: absolute; left: 0; top: 0; width: 150px; height: auto; justify-content: center; } 

.explor_length2 { background-color: #df4243; border-radius: 20px; color: #fff; text-align: center; padding: 4px 18px; } 

.explor_length { background-color: #df4243; border-radius: 20px; color: #fff; text-align: center; padding: 4px 18px; } 

.course_info_wrap { position: relative; padding-left: 150px; padding-bottom: 52px; } 

.course_info_wrap::before { position: absolute; top: 132px; left: 75px; content: ''; display: block; border: 0.5px dashed #df4243; height: 100%; } 

.course_info_wrap:first-child:before { display: none; } 

.course_info_wrap:last-child:before { position: absolute; top: 0; left: 75px; content: ''; display: block; border: 3px solid #fff; height: 100%; } 

.course_info_wrap:last-child { margin-bottom: 130px; } 

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

.course_info_wrap .explor_text { font-size: 16px; font-weight: 400; line-height: 26px; letter-spacing: -0.08px; color: #707070; font-family: 'Noto Sans KR'; } 

.start_subtext { display: block; margin-top: 11px; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; color: #DF4243 !important; } 

.start_2_img { margin-top: 16px; width: 100%; } 

.start-table dl { display: flex; padding: 16px 0; flex-wrap: wrap; border-bottom: 1px solid #eaeaea; } 

.start-table dl:first-child { border-top: none; padding-top: 0; } 

.start-table dt { font-size: 18px; font-weight: 700; line-height: 27px; letter-spacing: -0.09px; color: #222; } 

.start-table dd { padding-left: 28px; flex-grow: 1; font-size: 18px; font-weight: 500; line-height: 27px; letter-spacing: -0.09px; color: #222; } 

.venue_wrap { margin-bottom: 210px; } 

.venue_wrap img { width: 100%; } 

.gift_table { margin-bottom: 60px; } 

.gift_wrap2 { display: block; text-align: center; width: 100%; margin: 0 auto; margin-bottom: 60px; object-fit: contain; } 

.gift_wrap2 img { width: 100%; } 

.gift_title { display: block; text-align: center; object-fit: contain; margin: 0 auto; margin-bottom: 32px; } 

.gift_title img { max-width: 148px; } 

.gift_title .gift_title_text { color: #222; font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: -0.12px; } 

.gift_content { display: block; text-align: center; margin-bottom: 60px; object-fit: contain; } 

.gift_content img { width: 66%; } 

.gift_small_content { display: flex; align-items: stretch; justify-content: center; margin-bottom: 80px; gap: 70px; flex-wrap: wrap;} 

/* .gift_small_content .small_content_wrap { display: block; text-align: center; margin-right: 60px; }  */
.gift_small_content .small_content_wrap { display: block; text-align: center; }

.gift_small_content .small_content_wrap img { margin-bottom: 16px; max-width: 270px; max-height: 270px;} 

.gift_small_content .small_content_wrap:last-child { margin-right: 0; } 

.gift_small_content .gift_content_title { display: inline-block; background-color: #df4243; color: #fff; border-radius: 30px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: -0.08px; padding: 4px 20px; margin-bottom: 12px; } 

.gift_small_content .gift_subtitle { display: block; font-size: 20px; color: #222; font-weight: 700; line-height: 30px; letter-spacing: -0.1px; max-width: 270px;} 

.gift_small_content .gift_subtext { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; margin-top: 4px; } 

.running { margin-bottom: 40px; position: relative; } 


.running .running_text01 { display: block; text-align: center; color: #111; font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: -0.12px; margin-bottom: 16px; position: relative; background-color: #fff; } 

.running a { background-color: #fff; padding: 0 11px; position: relative; } 

.running a:hover { text-decoration: none; } 

.running .running_text01:before { border: 0.5px solid #111; opacity: 0.56; content: ""; display: block; width: 100%; position: absolute; top: 17px; } 
.running .running_text_middle { display: block; text-align: center; margin-bottom: 8px; font-size: 20px; font-weight: 700; line-height: 1.5;}

.running .running_text02 { display: block; text-align: center; color: #222; font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.08px; } 

.running_img_wrap { display: flex; align-items: center; justify-content: center; margin-bottom: 110px; object-fit: contain; } 

.running_img_wrap img { margin-right: 8px; max-width: 500px; width: 100%;} 

.running_img_wrap img:last-child { margin-right: 0; } 

.logo_info { display: block; text-align: center; margin: 0 auto; border: 1px solid #eaeaea; background-color: #fcfcfc; } 

.chunma_logo { margin-top: 46px; margin-bottom: 23px; background-size: 100%; width: 132px; height: 128px; flex-shrink: 0; } 

.char_wrap { display: flex; align-items: center; justify-content: center; padding-bottom: 56px; } 

.ch_char { font-size: 50px; font-weight: 200; line-height: 62px; letter-spacing: -0.25px; color: #707070; margin-right: 34px; margin-left: 34px; } 

.ch_plus { background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_plus.png) no-repeat; background-size: 100%; width: 16px; height: 16px; } 

.ch_char_subtext { width: auto; margin-top: 6px; display: inline-block; padding: 4px 12px; border-radius: 20px; background-color: #f5f5f5; font-size: 12px; font-weight: 400; line-height: 18px; letter-spacing: -0.08px; color: #707070; } 

.logo_title_text { margin-bottom: 32px; } 

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

.logo_title_text .sub_text { font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.08px; color: #707070; } 

.logo_area { display: flex; align-items: flex-start; justify-content: center; margin: 0 30px; margin-bottom: 32px; } 

.logo_wrap { margin-right: 100px; flex-basis: 33.3%; } 

.logo_wrap img { padding: 32px 48px; width: 100%; } 

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

.border_logo { border: 1px solid #eaeaea; } 

.logo_back_black { background-color: #000; } 

.logo_back_sliver { background-color: #8a8d90; } 

.logo_back_red { background-color: #df4243; } 

.logo_text { margin-top: 11px; display: block; text-align: center; font-size: 11px; font-weight: 400; line-height: 18px; letter-spacing: -0.055px; text-transform: capitalize; color: #707070; } 

.form-control .title_area2 { border-bottom: 2px solid #222; margin-bottom: 16px; } 

.course_video_section { display: block; width: 100%; flex-direction: column; } 

.course_video_section iframe { width: 100%; height: 100%; aspect-ratio: 16 / 9; margin-bottom: 120px; } 

.img_wrap { max-width: 405px; max-height: 228px; } 

.img_wrap .start_img { width: 100%; height: 100%; } 

.form-control .up_img { background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_up.png); background-size: 100%; width: 32px; height: 32px; border: none; } 

.form-control .down_img { background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_down.png); background-size: 100%; width: 32px; height: 32px; border: none; } 

.under_decoration { text-decoration: underline !important; } 

.ap_container .personal_text_gray { font-size: 15px !important; font-weight: 400 !important; line-height: 24px !important; letter-spacing: -0.075px !important; color: #707070 !important; } 

.ap_container .form-control:last-child { margin-bottom: 144px; } 

.gift_table_sub { display: block; text-align: center; margin-bottom: 22px; } 

.gift_table_sub .text02 { float: right; margin-top: 20px; } 

.gift .board-table th { color: #222; background-color: #f7f7f7; font-size: 16px; font-weight: 700; line-height: 24px; letter-spacing: -0.07px; border: 1px solid #e7e7e7; padding-left: 0; padding-right: 0; } 

.gift .board-table th:last-child { border-right: 1px solid #e7e7e7; } 

.gift .board-table td { border: 1px solid #e7e7e7; padding-left: 0; padding-right: 0; } 

.gift .board-table td:last-child { border-right: 1px solid #e7e7e7; } 

.gift .board-table td:first-child { color: #222; background-color: #f7f7f7; font-size: 16px; font-weight: 700; line-height: 24px; letter-spacing: -0.07px; } 


.tr_select_wrap select:focus { border: none; } 

.tr_select_wrap select { display: inline-block; border: 1px solid #d7d7d7; padding: 6px 8px; font-size: 16px; line-height: 24px; letter-spacing: -0.08px; padding-right: 30px; margin-left: 24px; } 

.tr_select_wrap select:invalid { color: #999; background: url(https://image.chosun.com/chuncheonmarathon/2023/dropdown_gray.png) no-repeat 97% 50%/20px auto; } 

.tr_select_wrap select:valid { color: #222; } 

.tr_select_wrap select:focus { outline: 0; border: 1px solid #d7d7d7; } 

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

@media all and (min-width: 740px) and (max-width: 1199px) {
 /* .gift_content .img1 { display: block; width: 50%; margin: 0 auto; margin-bottom: 6px; } 

 .gift_content .img2 { width: 49%; }  */

 /* .gift_small_content { display: block; }  */

 /* .gift_small_content .small_content_wrap { display: flex; margin-bottom: 16px; text-align: left; margin-right: 0; }  */

 .gift_small_content .gift_content_title { display: inline-block; } 

 /* .gift_small_content .small_content_wrap .gift_wrap_img { margin-right: 12px; object-fit: contain; } 

 .gift_small_content .small_content_wrap .gift_wrap_img img { max-width: 100px; }  */

 .running .running_text01:before { display: none; } 
 }

@media all and (max-width: 739px){
 .tour_title {margin-bottom: 20px;}
 .tour_title_text { left: 24px; top: 22px; font-size: 18px; line-height: 1.5; letter-spacing: -0.09px; } 
 .tour_img_wrap img { height: 102px; } 

 .table dt {width: 64px; font-size: 16px; line-height: 24px; letter-spacing: -0.08px; } 
 .table dd { font-size: 16px; line-height: 24px; letter-spacing: -0.08px; padding-left: 16px; } 

 .table dd li {font-size: 16px; }
 .table dd li .sub-text {font-size: 14px; line-height: 20px;}
 .table dd li .content {flex-direction: row; align-items: center; flex-wrap: wrap; gap: 4px;}
 .table dd li .content:last-child {margin-top: 12px ;}
 .table dd li .text-title {order: 1;}
 .table dd li .text-content {order: 3; flex-basis: 100%;}
 .table dd li .text_red {font-size: 14px; line-height: 20px; order: 2;}

 .big_text { font-size: 14px; line-height: 20px; letter-spacing: -0.07px; } 

 .logo_wrap { margin-right: 24px; } 
 .logo_wrap img { padding: 16px 24px; } 
 .logo_area { margin: 0; margin-bottom: 20px; } 

 .realtab .course_text { font-size: 16px; line-height: 24px; letter-spacing: -0.08px; } 

 .ex_wrap { object-fit: contain; margin-bottom: 10px; flex-direction: column; aspect-ratio: 4 / 3; } 

 .exploration_img,
 .exploration2_img { width: 100%; height: 100%; } 

 .sub_wrap { margin-bottom: 24px; } 

 .explor_text { display: block; width: 100%; margin-top: 10px; margin-right: 0; } 

 .course_info_wrap { padding-left: 0; padding-bottom: 28px; } 
 .course_info_wrap img { display: none; } 
 .course_info_wrap::before { display: none; } 

 .course_wrap { margin-bottom: 32px; } 

 .length_wrap { display: block; position: initial; margin-bottom: 8px; } 
 .length_wrap2 { display: block; position: initial; margin-bottom: 8px; } 

 .ch_char { font-size: 32px; line-height: 62px; letter-spacing: -0.16px; margin-right: 15px; margin-left: 15px; } 

 .ch_char_subtext { font-size: 10px; padding: 0 6px; } 

 .ch_plus { width: 9px; height: 9px; margin-bottom: 20px; } 

 #logo { display: none; } 

 #ai_file { display: none; } 

 .course_info_wrap:last-child:before { display: none; } 

 .start-table { padding-bottom: 24px; } 

 .course_tab li a.realtab { margin-bottom: 16px; } 

 .agree_title { margin-bottom: 24px; } 

 .gift_content { margin-bottom: 32px; } 

 .gift_content .img2 { width: 100%; } 

 .gift_title { margin-bottom: 16px; } 
 .gift_title .gift_title_text { font-size: 18px; line-height: 27px; letter-spacing: -0.09px; } 

 .gift_wrap { margin-bottom: 32px; } 
 .gift_wrap2 { margin-bottom: 32px; } 

 .gift_small_content { display: block; margin-bottom: 32px; } 
 .gift_small_content .small_content_wrap { display: flex; margin-bottom: 16px; margin-right: 0; text-align: left; } 
 .gift_small_content .small_content_wrap:last-child { margin-bottom: 0; } 
 .gift_small_content .gift_content_title { display: inline-block; }
 .gift_small_content .small_content_wrap .gift_wrap_img { margin-right: 12px; object-fit: contain; } 
 .gift_small_content .small_content_wrap .gift_wrap_img img { max-width: 100px; }
 .gift_small_content .small_content_wrap .gift_wrap_text .gift_content_title {font-size: 12px; line-height: 1.5;}
 .gift_small_content .small_content_wrap .gift_wrap_text .gift_subtitle { font-size: 16px; line-height: 1.5;}
 .gift_small_content .small_content_wrap .gift_wrap_text .gift_subtext {font-size: 13px; line-height: 20px;}

 .gift_table { overflow-x: scroll; margin-bottom: 32px; } 
 .gift_title img { max-width: 87px; } 
 .gift .board-table th { padding-left: 14px; padding-right: 14px; } 
 .gift .board-table td:first-child { padding-left: 14px; padding-right: 14px; } 

 .running { margin-bottom: 24px; } 
 .running .running_text01 {font-size: 20px; line-height: 1.5; margin-bottom: 4px; }
 .running .running_text01:before { display: none; } 
 .running .running_text_middle {font-size: 16px; line-height: 1.5;}
 .running .running_text02 {font-size: 13px; line-height: 20px;}
 .running_img_wrap { margin-bottom: 53px; } 

 .full_high_low_text { font-size: 18px; line-height: 27px; letter-spacing: -0.09px; margin-right: 8px; } 
 .full_high_low_detail { font-size: 14px; line-height: 20px; letter-spacing: -0.07px; } 
 .tr_select_wrap select { margin-left: 12px; } 
 }
/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/css/pages/validation.css ***!
  \***************************************************************************************/
#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: calc(20%); left: calc(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: calc(34%); left: calc(22%); width: 100%; height: 100%; } 
.bg_name { position: absolute; top: calc(80%); left: calc(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: calc(32%); left: calc(17%); } 
 .bg_record_count { font-size: 20px; line-height: 30px; letter-spacing: -0.1px; top: calc(18%); left: calc(12%); } 
 .bg_name { font-size: 20px; line-height: 30px; letter-spacing: -0.1px; left: calc(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/base/global.scss (2) ***!
  \******************************************************************************************************************************/


/*# sourceMappingURL=main.9373628f1143d7f5966a.css.map*/