/*!**************************************************************************************************************************!*\
  !*** 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 !important;}
/*!**************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/css/base/gnb-footer.css ***!
  \**************************************************************************************/
@charset "utf-8";

.ch_gnb{width: 100%; height: 94px; position: relative; left: 0; top: 0px; z-index: 9; transition: 0.3s background ease-out; font-family: 'Noto Sans KR';}
.ch_gnb.board_none{top: 0;}
.ch_gnb .logo {display: flex; align-items: center; position: absolute; left: 0; padding-left: 40px;}
.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; width: 140px;}
.ch_gnb .logo .logo2 a{display: block; width: 92px; height: 35px;}
/* .ch_gnb .logo a{display: block; width: 140px;} */
.ch_gnb .logo a img{vertical-align: top; width: 100%;}
.ch_gnb .inner {padding: 0 60px; display: flex; height: 100%; align-items: center; justify-content: center; position: relative; border-bottom: 1px solid #eaeaea;}
.ch_gnb .inner .cate{display: flex; font-weight: 500; height: 100%;}
.ch_gnb .inner .cate .depth1{margin-left: 40px; 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_pc{display: flex; align-items: center; height: 100%; position: absolute; right: 0; padding-right: 40px;}
.ch_gnb .inner .gnb_menu_pc button{width: 36px; height: 36px;}
.ch_gnb .inner .gnb_menu_pc button img{width: 100%;}
.ch_gnb .inner .close_btn{display: none;}

.ch_gnb.sticky {width: 100%; position: fixed; left: 0; top: 0; background-color: #fff; z-index: 99;}
.ch_gnb.sticky .logo .logo1:after{background: #222;}
.ch_gnb.sticky .logo .logo1 a{width: 140px;}
.ch_gnb.sticky .logo .logo2 a{width: 92px; height: 35px;}
.ch_gnb.sticky .inner .cate .depth1>span{color: #222;}
.ch_gnb.sticky .inner .cate .depth1>span>a{color: #222;}

.top_notice{display: flex; justify-content: center; align-items: center; height: 40px; background: #000; color: #fff; position: relative; z-index: 3;}
.top_notice .new{font-size: 16px; font-weight: 700;}
.top_notice .title{display: flex; margin-left: 12px; font-size: 16px; font-weight: 500; align-items: center; color: #fff;}
.top_notice .title:after{width: 24px; height: 24px; background: url("//image.chosun.com/chuncheonmarathon/2023/main//top_notice_arrow.png") 0 0 no-repeat; background-size: 100%; content: "";}

.cate { height: 80px; position: relative; } 

.menu-box-1 { height: 100%; display: flex; justify-content: center; align-items: center; } 
.menu-box-1>ul>li { margin-left: 80px; } 
.menu-box-1>ul>li:first-child { margin-left: 0; } 
.menu-box-1>ul>li>a { transition: color .3s; } 
.menu-box-1>ul>li>a:visited { color: #222; } 
.menu-box-1>ul>li>a:hover { color: #00ADEF; text-decoration: none; }
.menu-box-1>ul .menu-box-2__bg { background-color: white; width: 100%; height: 0; left: 0; transition: height .3s; } 
.menu-box-1>ul:hover .menu-box-2__bg { height: 100%; } 

/* 2차 메뉴 */
.menu-box-2>li { padding: 0 0 16px 0; } 
.menu-box-2>li>a { font-size: 16px; line-height: 24px; font-weight: 500; letter-spacing: -0.08px; color: #000; } 
.menu-box-2>li:last-child { padding: 0; }
.menu-box-2 { opacity: 0; visibility: hidden; transition: opacity .3s, visibiity .3s; position: absolute; z-index: 3; } 

.ch_gnb .inner .cate .menu-box-1 .menu-box-2>li>a { position: relative; transition: color .3s; color: #222; /* margin-right: 80px; */}
.ch_gnb .inner .cate .menu-box-2>li>a { position: relative; transition: color .3s; color: #222; /* margin-right: 80px; */}
.ch_gnb.on .inner .cate .menu-box-1 .menu-box-2 { opacity: 1; visibility: visible; } 
.ch_gnb .inner .cate .menu-box-1 .menu-box-2>li>a:hover { color: #00ADEF !important; text-decoration: none; } 
.ch_gnb .inner .cate .menu-box-1 .menu_2_bg { color: #222; height: 100%; display: flex; font-size: 20px; line-height: 30px; font-weight: 500; align-items: center; } 

.menu_2_bg:hover { text-decoration: none; } 

.menu_wrap { display: flex; height: 100%; justify-content: space-around; } 

.ch_gnb.on .cate_menu_bg { display: block; } 
.ch_gnb .inner .gnb_menu_pc:hover + .cate_menu_bg { display: block; }
.ch_gnb .inner .cate_menu_bg .menu-box-2 { opacity: 1; visibility: visible; position: initial; display: block; text-align: center; } 
.ch_gnb .inner .cate_menu_bg .menu-box-2:first-child { margin-left: -5px; } 
.ch_gnb .inner .cate_menu_bg .menu-box-2 a:hover { color: #00ADEF; text-decoration: none; } 

.cate:hover + .cate_menu_bg { display: block; } 
.cate_menu_bg { display: none; position: absolute; left: 0; width: 100%; height: 252px; z-index: 4; background: #fff; top: calc(100%); border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; padding: 32px 0 56px 0; } 
.cate_menu_bg:hover { display: block; } 
.cate_menu_wrap { display: flex; justify-content: center; width: 100%; height: 100%; } 
.cate_menu_wrap .menu-box-2>li { width: 154px; } 

.gnb_pc { display: block; } 
.gnb_mobile { display: none; } 

@media only screen and (min-width : 1380px) and (max-width : 1560px){
 .menu_wrap { padding-left: 124px; } 

 .ch_gnb .inner .cate_menu_bg .menu-box-2:first-child { margin-left: 120px; } 
 }

@media only screen and (min-width : 1281px) and (max-width : 1379px){
 .menu_wrap { padding-left: 184px; } 

 .ch_gnb .inner .cate_menu_bg .menu-box-2:first-child { margin-left: 180px; } 
 }

@media only screen and (max-width: 1280px){
 .gnb_pc { display: none; } 
 .gnb_mobile { display: block; } 
 .ch_gnb.on .cate_menu_bg { display: none; } 
 }

@media only screen and (min-width : 1280px) and (max-width : 1560px) {
  .ch_gnb .logo {display: flex; align-items: center; position: absolute; left: 0; padding-left: 32px;}
}

@media only screen and (min-width : 986px) and (max-width : 1280px) {
  .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; height: 40px;}
  .ch_gnb .logo .logo1 a svg {width: 100px; height: 40px;}
  .ch_gnb .logo .logo2 a{width: 53px; height: 20px;}
  .ch_gnb .inner{padding: 0 16px; justify-content: space-between;}
  .ch_gnb .inner .cate {display: none;}
  .ch_gnb .inner .gnb_menu_btn{display: block; width: 32px; height: 32px;}
  .ch_gnb .inner .gnb_menu_btn button img:last-child{display: none;}
  .ch_gnb .inner .gnb_menu_pc{display: none;}
  .ch_gnb .inner .cate .menu-box-1 {position: relative;}
  .ch_gnb .inner .logo{position: initial; padding-left: 0;}

  .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: scroll;}
  .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 .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: 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; z-index: 2;}

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

  /* .ch_gnb.sticky .logo a{width: 110px; height: 34px;} */
  .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;}

  .ch_gnb .inner .cate .menu-box-1 {display: block;}
  .ch_gnb .inner .cate .menu-box-1 .menu_wrap {display: block;}
  .ch_gnb .inner .cate .menu-box-1>ul>li {margin-left: 0; margin-top: 32px;}
  .ch_gnb .inner .cate .menu-box-1>ul>li:first-child {margin-top: 0px;}
  .ch_gnb .inner .cate .menu-box-1>ul>li>span {position: relative; padding-right: 40px; font-size: 34px; font-weight: 500; text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1>ul>li>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 .inner .cate .menu-box-1>ul>li>span>a:hover {text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1>ul>li.drop .menu-box-2>li {display: block;}
  .ch_gnb .inner .cate .menu-box-1>ul>li.drop .menu_2_bg {text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2 {position: initial;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2>li {display: none;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2>li>a {font-size: 24px; color: #999;}
  .ch_gnb .inner .cate .menu-box-1 .menu_2_bg{display: inline-block; font-size: 34px; font-weight: 500; text-decoration: none; cursor: pointer;}
  .application .ch_gnb .inner .cate .menu-box-1 .menu_2_bg{height: initial;}
}

@media only screen and (min-width : 690px) and (max-width : 985px) {
  .ch_gnb{height: 64px;}
  .ch_gnb .logo .logo1 a{width: 100px; height: 40px;}
  .ch_gnb .logo .logo1 a svg {width: 100px; height: 40px;}
  .ch_gnb .logo .logo2 a{width: 53px; height: 20px;}
  .ch_gnb .inner{padding: 0 16px; justify-content: space-between;}
  .ch_gnb .inner .cate{display: none;}
  .ch_gnb .inner .gnb_menu_btn{display: block; width: 32px; height: 32px;}
  .ch_gnb .inner .gnb_menu_btn button img:last-child{display: none;}
  .ch_gnb .inner .gnb_menu_pc{display: none;}
  .ch_gnb .inner .logo{position: initial; padding-left: 0;}
  .ch_gnb .inner .cate {display: none;}

  .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: scroll;}
  .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: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: calc(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; z-index: 2;}

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

  .ch_gnb .inner .cate .menu-box-1 {display: block;}
  .ch_gnb .inner .cate .menu-box-1 .menu_wrap {display: block;}
  .ch_gnb .inner .cate .menu-box-1>ul>li {margin-left: 0; margin-top: 32px;}
  .ch_gnb .inner .cate .menu-box-1>ul>li:first-child {margin-top: 0px;}
  .ch_gnb .inner .cate .menu-box-1>ul>li>span {position: relative; padding-right: 40px; font-size: 34px; font-weight: 500; text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1>ul>li>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 .inner .cate .menu-box-1>ul>li>span>a:hover {text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1>ul>li.drop .menu-box-2>li {display: block;}
  .ch_gnb .inner .cate .menu-box-1>ul>li.drop .menu-box-2>li:first-child {padding-top: 16px;}
  .ch_gnb .inner .cate .menu-box-1>ul>li.drop .menu_2_bg {text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2 {position: initial;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2>li {display: none;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2>li>a {font-size: 24px; color: #999;}
  .ch_gnb .inner .cate .menu-box-1 .menu_2_bg{display: inline-block; font-size: 34px; font-weight: 500; text-decoration: none; cursor: pointer;}
  .application .ch_gnb .inner .cate .menu-box-1 .menu_2_bg{height: initial;}
}

@media all and (max-width: 689px) {
  .ch_gnb{height: 64px;}
  .ch_gnb .logo .logo1 a{width: 100px; height: 40px;}
  .ch_gnb .logo .logo1 a svg {width: 100px; height: 40px;}
  .ch_gnb .logo .logo2 a{width: 53px; height: 20px;}
  .ch_gnb .inner{padding: 0 16px; justify-content: space-between;}
  .ch_gnb .inner .cate{display: none;}
  .ch_gnb .inner .gnb_menu_btn{display: block; width: 32px; height: 32px;}
  .ch_gnb .inner .gnb_menu_btn button img:last-child{display: none;}
  .ch_gnb .inner .gnb_menu_pc{display: none;}
  .ch_gnb .inner .logo{position: initial; padding-left: 0;}

  .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: scroll;}
  .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: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: absolute; right: 12px; top: calc(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; z-index: 2;}

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

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

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

  .ch_gnb .inner .cate .menu-box-1 {display: block;}
  .ch_gnb .inner .cate .menu-box-1 .menu_wrap {display: block;}
  .ch_gnb .inner .cate .menu-box-1>ul>li {margin-left: 0; margin-top: 20px;}
  .ch_gnb .inner .cate .menu-box-1>ul>li:first-child {margin-top: 0px;}
  .ch_gnb .inner .cate .menu-box-1>ul>li>span {position: relative; padding-right: 24px; font-size: 18px; font-weight: 500; text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1>ul>li>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; content: ""; background-size: 100%;}
  .ch_gnb .inner .cate .menu-box-1>ul>li>span>a:hover {text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1>ul>li.drop .menu-box-2>li {display: block;}
  .ch_gnb .inner .cate .menu-box-1>ul>li.drop .menu_2_bg {text-decoration: none;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2 {position: initial;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2>li {display: none; padding: 8px 8px 8px 0;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2>li:first-child {padding-top: 18px;}
  .ch_gnb .inner .cate .menu-box-1 .menu-box-2>li>a {font-size: 16px; color: #999;}
  .ch_gnb .inner .cate .menu-box-1 .menu_2_bg{display: inline-block; font-size: 18px; font-weight: 500; text-decoration: none; cursor: pointer;}
  .application .ch_gnb .inner .cate .menu-box-1 .menu_2_bg{height: initial;}
}

.footer{background: #101010; position: relative;}
.footer .inner{max-width: 1280px; padding: 55px 0; margin: 0 auto; display: flex; justify-content: flex-start; align-items: center;}
.footer .f_logo{width: 190px; margin-right: 44px;}
.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; margin-bottom: 10px;}
.footer .f_txt span a{color: #707070;}
.footer .f_txt span:nth-child(3) a{font-weight: 700;}

@media (min-width: 2000px) {
  .footer{width: 100%;}
}

@media only screen and (min-width : 986px) and (max-width : 1280px) {
  .footer .inner{justify-content: center;}
  .footer .f_txt span{float: none;}
}

@media only screen and (min-width : 986px) and (max-width : 1440px) {
  .footer .f_logo{margin-right: 32px;}
}

@media only screen and (min-width : 690px) and (max-width : 985px) {
  .footer .inner{justify-content: center;}
  .footer .f_txt{display: flex; flex-direction: column; flex-basis: 60%;}
  .footer .f_logo{margin-right: 32px;}
}

@media all and (max-width: 689px) {
  .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;}

  .on .footer{padding-bottom: 88px;}
}
/*!***************************************************************************************!*\
  !*** 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; } 
.tour_title { display: flex; margin-bottom: 20px; justify-content: space-between; } 
.tour_title_text { font-size: 48px; font-weight: 700; line-height: 62px; letter-spacing: -0.24px; color: #222; } 
.tour_img_wrap { position: relative; } 
.tour_img_wrap img { position: absolute; top: -80px; right: -100px; background-size: 100%; width: 333px; border-radius: 200px; } 

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

.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; } 
.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: 48px; object-fit: contain; } 
.course_wrap .course_text { display: inline-block; margin-bottom: 12px; padding-right: 12px; font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: -0.12px; color: #222; } 
.course_wrap .course_detail { font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: -0.08px; color: #222; } 
.course_wrap2 { position: relative; max-width: 842px; max-height: 1095px; margin-bottom: 24px; object-fit: contain; } 
.course_wrap2 iframe { width: 100%; height: 472px; } 

.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%; } 
.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; }
.explor_map { position: absolute; left: 10px; top: -20px; }
.explor_length { background-color: #df4243; border-radius: 20px; color: #fff; text-align: center; padding: 4px 18px; }
.explor_length2 { background-color: #df4243; border-radius: 20px; color: #fff; text-align: center; padding: 4px 18px; }  

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

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

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

.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: 200px; } 
.venue_text { display: block; font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: -0.12px; color: #222; margin-bottom: 16px; } 
.venue_wrap img { width: 100%; margin-bottom: 48px; } 
.venue_wrap img:last-child { margin-bottom: 0; } 

.gift_table { margin-bottom: 60px; } 
.gift_wrap { display: block; text-align: center; max-width: 616px; margin: 0 auto; margin-bottom: 60px; object-fit: contain; } 
.gift_wrap2 { display: block; text-align: center; width: 100%; margin: 0 auto; margin-bottom: 60px; object-fit: contain; } 
.gift_wrap img { width: 100%; } 
.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: flex; align-items: center; justify-content: center; margin-bottom: 60px; object-fit: contain; } 
.gift_content .img1 { background: url(https://image.chosun.com/halfmarathon/2026/gift_front.jpg) no-repeat; background-size: 100%; margin-right: 8px; } 
.gift_content .img2 { background: url(https://image.chosun.com/halfmarathon/2026/gift_back.jpg) no-repeat; background-size: 100%; } 
.gift_content .img1, .img2 { display: block; width: 422px; height: 522px; } 

.external_area { display: block; text-align: center; margin-bottom: 53px; } 

.gift_small_content { display: flex; align-items: stretch; justify-content: center; margin-bottom: 60px; flex-wrap: wrap; }
.gift_small_content::-webkit-scrollbar { display: none; } 
.gift_small_content .small_content_wrap { display: block; text-align: center; }
.gift_small_content .small_content_wrap { margin-right: 60px; } 
.gift_small_content .small_content_wrap:last-child { margin-right: 0px; } 
.gift_small_content .small_content_wrap img { margin-bottom: 16px; width: 270px; height: 280px; } 
.gift_small_content .small_content_wrap .desktop { display: block; } 
.gift_small_content .small_content_wrap .mobile { display: none; } 
.gift_small_content .small_content_wrap:last-child { margin-right: 0; } 
.gift_small_content .gift_content_title { display: none; background-color: #00ACEF; color: #fff; border-radius: 30px; font-size: 12px; font-weight: 500; line-height: 18px; letter-spacing: -0.06px; padding: 3px 12px; margin-bottom: 8px; } 
.gift_small_content .gift_subtitle { display: block; font-size: 20px; color: #222; font-weight: 700; line-height: 30px; letter-spacing: -0.1px; } 
.gift_small_content .gift_subtext { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; margin-top: 4px; } 

.amino { display: flex; margin-top: 32px; } 

.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: 40px; 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_text02 { display: block; text-align: center; color: #222; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; } 

.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: 440px; } 
.running_img_wrap img:last-child { margin-right: 0; } 

.logo_info { display: flex; border: 1px solid #eaeaea; background-color: #fcfcfc; justify-content: center; } 

.chunma_logo { background-size: 100%; width: 100%; padding: 58px 39px; } 

.logo_info2 { background-size: 100%; width: 18.4%; padding: 59px 0; } 
.logo_info span { content: ''; width: 1px; border: 1px solid #d7d7d7; margin: 77px 91px 68px 91px; } 
.logo_info3 { background-size: 100%; width: 37.5%; padding: 51px 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/halfmarathon/2025/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 { 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; }
.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; } 

.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%; } 

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

.course_text2 { color: #707070; display: block; font-size: 18px; line-height: 27px; margin-bottom: 128px; } 

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

.number_input { width: 94.6px !important; } 

.divide_dash { margin-left: 6px; margin-right: 6px; } 

.gift_small_content .small_content_wrap .gift_wrap_img { position: relative; }
.gift_small_content .small_content_wrap .gift_wrap_img span { position: absolute; bottom: 0; left: 80px; padding: 4px 20px; background-color: #00ADEF; color: #fff; border-radius: 30px; font-size: 16px; font-weight: 500; line-height: 1.5; }  


@media all and (min-width: 690px) and (max-width: 985px){
 .gift_small_content { display: block; margin-bottom: 24px; } 
 .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 span {display: none;}
 .gift_small_content .small_content_wrap .gift_wrap_img img { max-width: 100px; } 

 .amino { display: initial; margin-top: 0; } 

 .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: 16px; line-height: 24px; letter-spacing: -0.08px; margin-bottom: 24px; } 
 .running .running_text02 { font-size: 13px; line-height: 20px; letter-spacing: -0.065px; } 
 .running .running_text01:before { top: 13px; } 
 .running_img_wrap { margin-bottom: 53px; } 
 .running_img_wrap img { width: 328px; height: 328px; } 


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

 .course_text2 { font-size: 16px; line-height: 24px; margin-bottom: 84px; } 

 .event_text { font-size: 16px; line-height: 24px; letter-spacing: -0.08px; margin-bottom: 6px; } 

 .gift_small_content .small_content_wrap img { margin-bottom: 16px; width: 100px; height: 100px; } 
 .gift_small_content .small_content_wrap .mobile { display: block; } 
 .gift_small_content .small_content_wrap .desktop { display: none; } 
 .gift_small_content .gift_subtitle { font-size: 16px; line-height: 24px; letter-spacing: -0.08px; } 
 .gift_small_content .gift_subtext { display: block; font-size: 13px; font-weight: 400; line-height: 20px; letter-spacing: -0.065px; margin-top: 2px; } 

 .gift_content .img1 { margin-right: 6px; } 
 .gift_content .img1, .img2 { width: 160px; height: 214px; } 

 /* .running_img_wrap img { width: 50%; }  */

 .tour_img_wrap { display: none; } 
 }

@media all and (max-width: 689px){
 .tour_title_text { font-size: 20px; line-height: 30px; letter-spacing: -0.1px; } 

 .table dt { font-size: 16px; line-height: 24px; letter-spacing: -0.08px; width: 60px; } 
 .table dd { padding-left: 16px; font-size: 16px; line-height: 24px; letter-spacing: -0.08px; font-weight: 400; } 
 .table dl { padding: 16px 0;}
 .table dd li {padding: 16px 0;}

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

 .tour_img_wrap { display: none; } 

 .logo_wrap { margin-right: 24px; } 
 .logo_info { padding: 24px; } 
 .logo_info .logo_info2 { width: 30%; padding: 0; } 
 .logo_info .logo_info3 { width: 60%; padding: 0; } 
 .logo_info span { content: ''; width: 1px; border: 1px solid #d7d7d7; margin: 0 24px 10px 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; } 
 .course_wrap2 { margin-bottom: 12px; } 
 .course_wrap2 iframe { height: 183.6px; } 
 .course_wrap .course_text { display: block; margin-bottom: 2px; padding-right: 0; font-size: 16px; font-weight: 700; line-height: 24px; letter-spacing: -0.08px; } 
 .course_wrap .course_detail { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; } 

 .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_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: 24px; } 

 .external_area { margin-bottom: 24px; } 

 .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 span {display: none;}
 .gift_small_content .small_content_wrap .gift_wrap_img img { max-width: 100px; } 

 .amino { display: initial; margin-top: 0; }

 .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: 16px; line-height: 24px; letter-spacing: -0.08px; margin-bottom: 24px; } 
 .running .running_text02 { font-size: 13px; line-height: 20px; letter-spacing: -0.065px; } 
 .running .running_text01:before { top: 13px; } 

 .running_img_wrap { margin-bottom: 53px; } 
 .running_img_wrap img { width: 328px; height: 328px; } 

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

 .course_text2 { font-size: 16px; line-height: 24px; margin-bottom: 84px; } 

 .event_text { font-size: 16px; line-height: 24px; letter-spacing: -0.08px; margin-bottom: 6px; } 

 .gift_small_content .small_content_wrap img { margin-bottom: 16px; width: 100px; height: 100px; } 
 .gift_small_content .small_content_wrap .mobile { display: block; } 
 .gift_small_content .small_content_wrap .desktop { display: none; } 
 .gift_small_content .gift_subtitle { font-size: 16px; line-height: 24px; letter-spacing: -0.08px; } 
 .gift_small_content .gift_subtext { display: block; font-size: 13px; font-weight: 400; line-height: 20px; letter-spacing: -0.065px; margin-top: 2px; } 

 .gift_content .img1 { margin-right: 6px; } 
 .gift_content .img1, .img2 { width: 160px; height: 214px; } 

 .venue_wrap { margin-bottom: 51px; } 
 .venue_text { font-size: 16px; font-weight: 700; line-height: 24px; letter-spacing: -0.08px; color: #222; margin-bottom: 12px; } 
 .venue_wrap img { margin-bottom: 32px; } 
 }
/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/css/pages/validation.css ***!
  \***************************************************************************************/
#active_page { color: #222222; } 
#halfmarathon.lang_ko [lang='en'] { display: none !important; } 
#halfmarathon.lang_en [lang='ko'] { display: none !important; } 
#wrapper { min-height: 100%; position: relative; overflow: hidden; }

html,
body { height: 100%; }

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; } 

/* Firefox */
input[type='number'] { -moz-appearance: textfield; } 

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 

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

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('https://image.chosun.com/chuncheonmarathon/2023/dropdown.png') no-repeat 97% 50%/20px auto; } 
label { color: #000; } 
hr { display: block; border: none; border-top: 1px solid #f0f0f0; text-align: center; overflow: visible; margin: 10px auto; } 

.header_img { width: 100%; height: 120px; position: relative; overflow: hidden;} 
.header_img .gnb_header_pc { background-image: url('https://image.chosun.com/halfmarathon/2026/gnb_pc.png');} 
.header_img > div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 120px; background-size: cover; background-position: center;}
.header_img .header_mo { display: none; } 

.ap_container { background-color: #fff; max-width: 842px; margin: 0 auto; } 
.ap_container .text01 { font-size: 24px; font-weight: 700; line-height: 34px; letter-spacing: -0.12px; } 
.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; } 
.ap_container .pr_nx_btn .btn_pr { background-color: #222 !important; color: #fff; } 
.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_container { background-color: #fff; max-width: 730px; margin: 0 auto; } 
.ag_container .title { display: block; text-align: left; margin-top: 60px; margin-bottom: 32px; } 
.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/halfmarathon/2024/check_box_active.png) no-repeat; background-size: 100%; } 
.ag_all input[type="checkbox"]:checked+label:after { top: 2px; } 
.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_title { text-align: center; color: #000; font-size: 24px; line-height: 34px; font-weight: 700; margin-top: 60px; margin-bottom: 35px; } 
.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; } 
#ag_text_bold { color: #000 !important; font-size: 14px !important; font-weight: 500 !important; line-height: 24px !important; letter-spacing: -0.08px !important; } 

.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: 80px; } 
.title_text2 { display: block; text-align: center; font-size: 42px; line-height: 58px; font-weight: 700; color: #000; margin-bottom: 80px; } 

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

.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.lang_en [lang='ko'] { display: none; } 
.form.lang_ko [lang='en'] { display: none; } 
.form-control { margin-bottom: 60px; position: relative; } 
.form-control:last-child { margin-bottom: 0; } 
.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; color: #707070; } 
.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; color: #999999; font-size: 14px; line-height: 20px; margin-left: 200px; font-weight: 500; } 
.form-control .form_detail .detail_info2:nth-child(2) {margin-bottom: 0;}
.form-control .form_detail .detail_info3 { display: block; margin-top: 3px; color: #999999; font-size: 14px; line-height: 20px; margin-left: 200px; } 
.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:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; } 
.form-control .form_text { color: #000; display: inline-block; width: 200px; vertical-align: top; } 
.form-control .form_text_type2 { color: #000; display: block; width: 200px; margin-bottom: 24px; padding-bottom: 24px; float: left; } 
.form-control .form_text_type2::placeholder { color: #999; } 
.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: 200px; } 
.form-control .input_type3 { width: 18px !important; height: 18px; vertical-align: text-top; margin-right: 8px; } 
.form-control .button_type2, .button_type4 { padding: 12px 16px; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: -0.08px; border: 1px solid #000; width: 200px; 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: 200px; color: green !important; } 
.form-control .group_check_error { display: none; font-size: 14px; margin-top: 12px; margin-left: 200px; color: red !important; } 
.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 .free_check { display: none; font-size: 14px; margin-top: 12px; margin-left: 200px; color: green !important; } 
.form-control .free_check_error { display: none; font-size: 14px; margin-top: 12px; margin-left: 200px; color: #df4243 !important; } 
.form-control .form_detail .detail_address { display: block; margin-top: 4px; width: 412px; } 
.form-control .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: 200px; } 
.form-control .form_detail.success small { display: block; color: #126CCD !important; font-size: 14px; font-weight: 500; line-height: 20px; letter-spacing: -0.07px; margin-left: 200px; } 
.form-control .form_detail .input_type2 { width: 200px; } 
.form-control .form_detail input[type="checkbox"] { margin: 0; padding: 0; margin-right: 8px; margin-top: 3px; } 

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

#virt { display: none; } 
#post,
#changePost { width: 200px; } 
#address_detail { margin-left: 200px; } 
#changeAddressDetail { margin-left: 200px; } 
#address_detail_en { margin-left: 200px; } 

.input_right_type { margin-right: 12px; } 
.input_right_type2 { margin-right: 12px; } 

.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%; } 

.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%; } 

#free_code_text2 { margin-bottom: 2px; } 

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

.content_wrap { margin: 0 auto; } 

#resNumber2 { 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; } 

.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: 161px; font-weight: 700; } 
.pr_nx_btn { margin-top: 80px; display: flex; justify-content: center; } 
.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; } 

.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: 800px; 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; } 

.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; } 
.confirm_title_info { display: block; color: #000; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: -0.08px; margin-bottom: 56px; } 

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

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

.board-table { font-size: 13px; width: 100%; border-bottom: 1px solid #ccc; } 
.personal .board-table td { font-size: 14px; } 
.board-table th { border-bottom: 1px solid #d7d7d7; } 
.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: 500; line-height: 24px; letter-spacing: -0.08px; } 
.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: 200px; } 
.board-table th,
.board-table td { padding: 14px 0; } 
.board-table thead th { padding-left: 14px; padding-right: 14px; border-left: 0px; } 
.board-table tbody td { padding-left: 14px; padding-right: 14px; text-align: center; border-bottom: 1px solid #e7e7e7; border-left: 0px; } 
.board-table tbody td:last-child { border-right: 0px; } 
.board-table thead th:last-child { border-right: 0px; } 
.board-table tbody th p { display: none; } 

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

.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_realPrice { 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; } 

.flex_box { display: flex; align-items: center; margin-bottom: 8px; } 
.flex_box2 { display: inline-flex; align-items: center; } 
.flex_box3 { display: flex; align-items: stretch; } 

.table_wrap { overflow-x: scroll; } 

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

.dis_bl { display: block; } 

.dis_br { display: inline-block; } 

.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: #f7f7f7; 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 .bestRecord { 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: 102px; height: 120px; margin-right: 32px; } 

.record_area { display: flex; align-items: center; border: 1px solid #eaeaea; padding: 28px; justify-content: space-between; flex-wrap: wrap; border-radius: 8px; } 
.record_detail { position: relative; margin-left: 57px; } 
.record_detail2 { position: relative; margin-right: 57px; } 
.record_detail2:first-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: 335px; border: 0.5px dashed #999; content: ''; } 
.record_length2::before { border: 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: #00ADEF; 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; } 
.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 img { width: 16px; height: 16px; } 

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

.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%; }

#priceOriginal {display: none; text-decoration: line-through; margin-left: 16px; color: #999;}

.ft-bd { font-weight: 700 !important; } 

.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: #00ADEF; text-align: center;}

.etc_text { font-size: 16px; line-height: 1.5; font-weight: 500;}

@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: 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: 985px) and (max-width: 1070px){
 .step_box { margin: 0; align-items: center; } 
 .step_box span { margin: 14.5px 16px; } 
 .step_box p { margin: 0; height: 30px; } 
 }

@media all and (min-width: 690px) and (max-width: 985px){
 .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: 32px; } 

 .step_box { margin: 0; align-items: center; } 
 .step_box span { margin: 16.5px 20px; } 
 .step_box p { margin: 0; height: 30px; }

 .header_img {height: 84px;}
 .header_img .gnb_header_pc { display: none; } 
 .header_img .gnb_header_mo { background-image: url('https://image.chosun.com/halfmarathon/2026/gnb_mobile.png'); } 
 .header_img > div {height: 84px;}

 .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_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%; } 
 .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-control .form_detail.success small { margin-left: 0; }
 .form-control .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 { width: 100%; }

 .input_right_type { margin-right: 0; } 

 #address_detail { margin-left: 0; } 
 #post { width: 100%; } 
 

 .form-control .form_detail .small_button { padding: 13px 8px; } 

 #race_form .flex_box { display: block; } 
 #post,
 #changePost { width: 100%; } 

 .form-control .form_detail .confirm_text_type { font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: -0.08px; } 

 .dis_br,
 .dis_bl { display: initial; } 

 .wid_initial { width: initial !important; } 

 .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; 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: 12px 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-left: 0; } 
 .record_detail2 { display: flex; justify-content: space-between; padding: 0px 43px 0px 68px; margin-right: 0; } 

 .ind_record_wrap .bestRecord { 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: 689px){
 .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: 32px; } 
 .header_img {height: 84px;}
 .header_img .gnb_header_pc { display: none; } 
 .header_img .gnb_header_mo { background-image: url('https://image.chosun.com/halfmarathon/2026/gnb_mobile.png'); } 
 .header_img > div {height: 84px;}

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

 .mobile_hide { display: none; } 

 .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; } 
 .tabs_nav { margin: 28px 40px 20px 40px; } 

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

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

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

 .form { padding: 0 16px; margin-top: 24px; } 
 .form-control .title_area { display: block; margin-bottom: 16px; } 
 .form-control .form_detail { padding-bottom: 10px; margin-bottom: 10px; } 
 .form-control { margin-bottom: 28px; } 
 .form-control button { padding: 12px 16px; width: 100%; } 
 .form-control button:lang(en) { width: 110px; } 
 .form-control .form_detail .detail_info2 { margin-left: 0; margin-top: 0; } 
 .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-control .form_detail.success small { margin-left: 0; }
 .form-control .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: 0; width: 100%; } 
 .form-control input { padding: 12px 16px; } 
 .form-control .form_detail label { font-size: 16px; line-height: 24px; } 
 .form-control .form_detail .confirm_text_type { font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: -0.08px; } 
 .form-control .button_type3 { font-size: 14px; line-height: 20px; letter-spacing: -0.07px; width: 130px; margin-left: 8px; } 
 .form-control .title_area_text_type { margin-bottom: 16px; } 
 .form-control .form_detail span { color: #000; font-size: 15px; font-weight: 500; line-height: 20px; letter-spacing: -0.75px; } 
 .form-control select { padding: 12px 16px; } 
 .form-control .select_type2 { padding: 12px 16px; } 
 .form-control .button_type2 { padding: 12px 16px; font-size: 16px; line-height: 24px; letter-spacing: -0.07px; } 
 .form-control .button_type4 { padding: 10px; font-size: 14px; line-height: 1.5; width: 160px;}
 .form-control input[type="checkbox"]+label:before { top: -1px; } 
 .form-control input[type="radio"] { margin: 0; padding: 0; margin-right: 8px; margin-top: 3px; } 
 .form-control .form_detail .small_button { padding: 13px 8px; } 

 #address_detail { margin-left: 0; } 
 #changeAddressDetail { margin-left: 0; } 
 #post { width: 100%; } 

 .pr_nx_btn { margin-top: 40px; } 
 .pr_nx_btn button { padding: 12px 16px; font-size: 14px; line-height: 20px; letter-spacing: -0.08px; } 

 .complete_form_title { font-size: 18px; font-weight: 700; line-height: 1.5; width: 320px; letter-spacing: -0.11px; } 

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

 #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; } 

 #address_search { display: none; } 
 #race_form .flex_box { display: block; } 
 #post,
 #changePost { width: 100%; } 

 .pr_nx_btn .btn_nx { margin-left: 12px; } 

 .third_btn .pr_nx_btn { display: block; } 
 .third_btn .pr_nx_btn .btn_nx { margin: 0 auto; margin-bottom: 12px; font-size: 16px; font-weight: 700; line-height: 1.5; letter-spacing: -0.06px; padding: 12px 40px; width: 200px;} 
 .third_btn .pr_nx_btn .btn_nx:last-child { margin-bottom: 84px; } 

 .button_wrap { display: flex; } 

 .pr_nx_btn .btn_one { margin-bottom: 127px; } 

 .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_realPrice { 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; } 

 .leader_agr_chk input[type="checkbox"]:before { top: 0; } 
 .leader_agr_chk input[type="checkbox"]:after { top: 0.5px !important; } 

 .dis_br,
 .dis_bl { display: initial; } 

 .wid_initial { width: initial !important; } 

 .flex_box3 img { width: 100px; height: 56px; } 

 .wid-sm { width: 18%; } 

 .wid-mid { width: 95px !important; } 

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

 .all_time_record_sub_title { font-size: 12px; line-height: 18px; letter-spacing: -0.06px; width: 88%; margin-bottom: 25px; } 

 .ind_record_wrap .bestRecord { 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; 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_item::-webkit-scrollbar { display: none; } 

 .record_btn_list:first-child { margin-left: 16px; } 
 .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: 12px 0; } 

 .record_detail { display: flex; justify-content: space-between; padding: 0px 20px 0px 42px; margin-left: 0; } 
 .record_detail2 { display: flex; justify-content: space-between; padding: 0px 20px 0px 42px; margin-right: 0; } 
 .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; } 

 .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: 84px; height: 98px; } 
 .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; } 

 .etc_text { font-size: 14px; line-height: 20px;}
 }

@media all and (max-width: 385px){
 #confirm .tabs_nav a { font-size: 14px; line-height: 20px; letter-spacing: -0.07px; } 
 .ready .ready_img_wrap .text {font-size: 24px; line-height: 34px;}
 }
/*!************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/assets/css/pages/product.css ***!
  \************************************************************************************/
@charset "utf-8";

/*
-Desktop: 985px~
-Tablet: 690~1023px
-Mobile: ~689px
*/

* { 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; } 

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

* { box-sizing: border-box; } 

.grey_type { color: #707070 !important; } 
.grey_type2 { background-color: #fafafa; }
.red_type { color: #df4243 !important; } 
.blue_type { color: #126CCD !important; }
.ace_type { color: #00ADEF; } 
.df_type { color: #df4243 !important; }

.mg-bt { margin-bottom: 32px !important; }

.mg-bt-sm { margin-bottom: 12px; } 

.mg-bt-sm-2 { margin-bottom: 16px; } 

.mg-bt-sm-3 { margin-bottom: 12px; } 

.mg-bt-sm-4 { margin-bottom: 24px;}

.mg-bt-ssm { margin-bottom: 8px; } 

.mg-bt-ssm-8 { margin-bottom: 8px; }

.mg-bt-md { margin-bottom: 24px; } 

.mg-bt-md-2 { margin-bottom: 32px; } 

.mgr-sm { margin-right: 12px; } 

.mgr-sm-2 { margin-right: 28px; } 

.mgr-sm-3 { margin-right: 24px; } 

.mgr-sm-4 { margin-right: 16px; } 

.mgr-sm-5 { margin-right: 12px; }

.mgr-ssm { margin-right: 8px; } 

.mgr-ssm-2 { margin-right: 4px; } 

.mgt-sm { margin-top: 12px; } 

.mgl-bg { margin-left: 200px; } 

.mgl-sm { margin-left: 12px; } 

.mgl-sm-2 { margin-left: 20px; } 

.mg-tp-sm { margin-top: 8px; } 

.mg-tp-sm2 { margin-top: 8px; } 

.mg-tp-sm3 { margin-top: 8px;}

.mg-tp-md { margin-top: 16px; } 

.mg-tp-bg { margin-top: 160px; }

.mg-rt-zero { margin-right: 0 !important; }

.mg-lg { margin-left: 127px; } 

.grey_type { color: #707070 !important; } 

.grey_type2 { background-color: #fafafa; }

.red_type { color: #df4243 !important; } 

.blue_type { color: #126CCD !important; }

.ace_type { color: #00ADEF; } 

.df_type { color: #df4243 !important; } 

@media all and (min-width: 690px) and (max-width: 985px) {
    .mgl-bg { margin-left: 0; } 

    .mg-bt-md-2 { margin-bottom: 16px; }

    .moblie-mgb-0 { margin-bottom: 0; } 

    .mg-bt-ssm { margin-bottom: 4px; } 

    .mg-tp-sm2 { margin-top: 2px; } 
   
    .mgr-ssm-2 { margin-right: 2px; } 
}

@media all and (max-width: 689px){
    .mg-bt { margin-bottom: 24px !important; } 

    .mg-bt-sm { margin-bottom: 8px !important; } 

    .mg-bt-sm-4 { margin-bottom: 16px;}
   
    .mg-bt-ssm { margin-bottom: 4px; }

    .mgl-bg { margin-left: 0; } 

    .mgl-sm-2 { margin-left: 12px; } 
   
    .mg-tp-sm2 { margin-top: 2px; } 

    .mg-tp-sm3 { margin-top: 4px;}
   
    .mg-tp-bg { margin-top: 40px; }

    .moblie-mgb-0 { margin-bottom: 0; }

    .mgr-sm-2 { margin-right: 8px; }

    .mgr-sm-5 { margin-right: 8px; } 

    .mg-bt-sm-3 { margin-bottom: 0; } 
   
    .mgr-ssm-2 { margin-right: 2px; } 
   
    .mg-bt-md-2 { margin-bottom: 24px; }

    .mg-ssm-rg { margin-right: 4px; }
}

body.modal-open { overflow: hidden; } 

#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); }
.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); }
.modalWrap2 { 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; } 
#modalBody2 { 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%); } 
#modalBody3 { width: 400px; height: 568px; margin: 0 auto; border: 1px solid #777; background-color: #fff; position: relative; border-radius: 8px; border: none; left: 0; right: 0; top: 50%; transform: translateY(-50%);} 

#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; } 

#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%; } 
#closeBtn2 { font-weight: bold; cursor: pointer; margin-bottom: 15.58px; float: right; } 

.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%; } 

#modalBody2 .modal_title { margin-bottom: 4px; } 
#modalBody2 .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; } 
#modalBody2 input { margin-right: 24px; cursor: default; } 
#modalBody2 input::file-selector-button { display: none; } 
#modalBody2 .button_wrap { margin-top: 32px; display: flex; flex-direction: row; justify-content: center; } 
#modalBody2 .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; } 
#modalBody2 .button_wrap .btn_white { background-color: #fff; color: #000; margin-right: 12px; } 
#modalBody2 .button_wrap .btn_black { background-color: #222; color: #fff; } 
#modalBody2 .file_name { padding: 12px 16px; font-size: 14px !important; font-weight: 500 !important; line-height: 1.5 !important; color: #999 !important; margin-right: 8px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} 
#modalBody2 .modalConfirm { padding: 13px; width: 200px !important; margin-bottom: 0; } 
 
.modal_item { width: 100%; height: 100%; position: relative; } 
.modal_item .modal_close_btn img { width: 24px; height: 24px; position: absolute; top: 24px; right: 11px; } 
.modal_title { display: block; text-align: center; margin-bottom: 30px; font-weight: 700 !important; font-size: 20px !important; line-height: 30px !important; } 
.modal_content { color: #000; display: inline-block; width: 200px; margin: 0 auto; } 
.modalConfirm { display: block; color: #fff; border-radius: 20px; background-color: #000 !important; margin: 0 auto; margin-top: 30px; }
.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; } 
.confirm_history .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 .modalConfirm { display: inline-block !important; margin-top: 0; } 

.border_radius_spec { border-top-left-radius: 10px !important; border-top-right-radius: 10px !important; } 
.record-modal-bg { display: block; background: url(https://image.chosun.com/chuncheonmarathon/2023/bg.png) no-repeat; width: 100%; height: 100%; } 

@media all and (max-width: 689px){
 .modal_btn_location { top: 12px !important; right: 12px !important; } 

 #modalBody { width: 270px; height: 397px; } 
 #modalBody2 { background: #fff; border-radius: 10px; max-width: 640px; max-height: 480px; padding: 20px 28px; margin: 0 16px; } 
 #closeBtn2 { position: absolute; right: 20px; } 

 .particle_modal_title { margin-bottom: 7px; } 
 .particle_modal_sub_title { font-size: 14px; line-height: 20px; letter-spacing: -0.07px; margin-bottom: 16px; } 

 .modal_item .modal_close_btn img { top: 0; right: 0; } 

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

@media all and (max-width: 600px){
 #modalBody { width: 320px; } 
 .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; } 
 }

 .pagination-container { display: flex; align-items: center; justify-content: center; margin-bottom: 160px; } 

 .pagination-number,
 .pagination-button { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.07px; color: #999; background-color: transparent; border: none; margin-right: 12px; cursor: pointer; border-radius: .2rem; /* height: 24px; width: 24px; */}
 
 .pagination-number { padding: 0 8px; } 
 
 .pagination-button { height: 24px; width: 24px; } 
 
 #prev-button { background: url(https://image.chosun.com/chuncheonmarathon/2023/prev_button.png) no-repeat; width: 24px; height: 24px; background-size: 100%; border-radius: 0; margin-right: 12px; } 
 
 #next-button { background: url(https://image.chosun.com/chuncheonmarathon/2023/next_button.png) no-repeat; width: 24px; height: 24px; background-size: 100%; border-radius: 0; margin-right: 0; } 
 
 .pagination-number:hover,
 .pagination-button:not(.disabled):hover { background: #fff; } 
 
 .pagination-number.active { color: #222; background: #eaeaea; font-weight: 700; border-radius: 0; } 
 
 #pagingul { display: flex; } 

.board-table-new { width: 100%; margin: 50px 0 0 0; } 
.board-table-new .thead { padding: 12px 0; display: table; width: 100%; background: #f7f7f7; border-bottom: 1px solid #d7d7d7; text-align: center; } 
.board-table-new .thead .item { display: table-cell; width: 19%; font-size: 14px; font-weight: 500; color: #707070; position: relative; } 
.board-table-new .thead .item:first-child { width: 5%; } 
.board-table-new .thead .item input[type="checkbox"] { width: 0px; height: 0px; } 
.board-table-new .thead .item input[type="checkbox"]:before { content: ''; position: absolute; top: -1px; left: 20px; width: 24px; height: 24px; background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_color.png) no-repeat; background-size: 100%; } 
.board-table-new .thead input[type="checkbox"]:checked:before { display: none; } 

.board-table-new .thead input[type="checkbox"]:checked:after { content: ''; position: absolute; top: -1px; left: 20px; width: 24px; height: 24px; background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_color_active.png) no-repeat; background-size: 100%; } 
.board-table-new input[type="checkbox"] { width: auto; } 

.board-table-new .tbody .item input[type="checkbox"] { width: 0px; height: 0px; } 
.board-table-new .tbody .item { padding: 12px 0; display: table; width: 100%; background: #fff; text-align: center; border-bottom: 1px solid #eaeaea; position: relative; } 
.board-table-new .tbody .item:last-child { border: 0px; margin-bottom: 32px; } 
.board-table-new .tbody .item div { display: table-cell; width: 19%; font-size: 16px; font-weight: 500; color: #222; } 
.board-table-new .tbody .item div:first-child { width: 5%; } 
.board-table-new .tbody .item .course_icon { display: none; } 
.board-table-new .mobile-chk-label { display: none; } 
.board-table-new .tbody .item input[type="checkbox"]:before { content: ''; position: absolute; top: 13px; left: 20px; width: 24px; height: 24px; background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_color.png) no-repeat; background-size: 100%; } 
.board-table-new .tbody input[type="checkbox"]:checked:before { display: none; } 

.board-table-new .tbody input[type="checkbox"]:checked:after { content: ''; position: absolute; top: 13px; left: 20px; width: 24px; height: 24px; background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_color_active.png) no-repeat; background-size: 100%; } 

#board-list .thead .item:first-child { width: 25%; } 
#board-list-part .item div:first-child { width: 25%; } 
#board-list { margin: 0; } 


@media all and (max-width: 689px) { 
 .board-table-new { width: 100%; margin: 16px 0 20px 0; } 
 .board-table-new .thead { display: flex; background: #fff; padding: 0 0 12px 0; } 
 .board-table-new .thead .item:first-child { display: flex; } 
 .board-table-new .thead .item { display: none; } 
 .board-table-new .thead .mobile-chk-label { display: block; margin-left: 8px; font-size: 14px; font-weight: 500; color: #707070; } 
 .board-table-new .tbody .item .chk,
 .board-table-new .tbody .item .name,
 .board-table-new .tbody .item .pay,
 .board-table-new .tbody .item .pay_method_new,
 .board-table-new .tbody .item .baebun { display: block; }

 .board-table-new .tbody .item { display: block; text-align: left; } 
 .board-table-new .tbody .item:last-child { border-bottom: 1px solid #eaeaea; margin-bottom: 20px; } 
 .board-table-new .tbody .item::after { content: ""; clear: both; display: block; } 
 .board-table-new .tbody .item div { display: none; width: auto; float: left; } 
 .board-table-new .tbody .item .name { margin-left: 8px; display: flex; align-items: center; } 
 .board-table-new .tbody .item .pay { float: right; } 
 .board-table-new .tbody .item .pay_method_new { width: 100%; clear: both; margin-top: 8px; font-size: 14px; color: #707070; } 
 .board-table-new .tbody .item .pay_method_new:before { content: '조선닷컴 '; } 
 .board-table-new .tbody .item .baebun { width: 100%; clear: both; margin-top: 8px; font-size: 14px; color: #707070; } 
 .board-table-new .tbody .item .course_icon { display: block; width: 16px; height: 16px; margin-left: 4px; } 
 .board-table-new .tbody .item .course_icon img { width: 100%; vertical-align: top; } 
 .board-table-new .thead .item input[type="checkbox"]:before, .board-table-new .tbody .item input[type="checkbox"]:before { left: -1px; } 
 .board-table-new .thead .item input[type="checkbox"]:checked:after, .board-table-new .tbody .item input[type="checkbox"]:checked:after { left: -1px; } 

 #board-list .thead { display: none; } 
 #board-list-part .item .name { margin-left: 0; } 
 #board-list-part .item div:first-child { width: initial; } 
 }

/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/base/global.scss (2) ***!
  \******************************************************************************************************************************/


/*# sourceMappingURL=main.ad2ca0882cd2ff1e5710.css.map*/