@charset "utf-8";
@import url(./fonts.css); /* Noto Sans KR 300, 400, 500, 700, 900 지원 */

/* 공통 */
* {margin:0px; padding:0px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html, body {height:100%; font-family:'Noto Sans KR'; font-weight:400;}
img{border:0; display:block;}
div {display:block;}
ul{margin:0; padding:0; list-style-type:none;}
ul li{margin:0; padding:0; list-style-type:none; float:left;}
ul li img{border:0; cursor:pointer;}
fieldset {float:left; padding:0; border:none;}
fieldset legend {position:absolute; left:0; top:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;}
a, a:focus, a:hover, a:active {text-decoration:none;}
button, input, select, textarea {font-family:'Noto Sans KR'; -webkit-appearance:none;/*ios*/ -moz-appearance: none;/*ff*/ appearance:none; cursor:pointer;}
button:disabled {cursor:default;}
button:focus {outline:none;}
button:active {outline:none;}
input:focus {outline:none;}
input:active {outline:none;}
input::placeholder {color:#C6C6C6;}
input::-webkit-input-placeholder {color:#C6C6C6;}
input:-ms-input-placeholder {color:#C6C6C6;}
textarea::placeholder {color:#C6C6C6;}
textarea::-webkit-input-placeholder {color:#C6C6C6;}
textarea:-ms-input-placeholder {color:#C6C6C6;}

/* margin */
.mt20 {margin-top:20px !important;}

.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

/* bg color */
.bg_darkgrey {background-color:#232323;}
.bg_lightgrey {background-color:#EFEFEF;}
.bg_lightgrey2 {background-color:#F7F7F7;}

/* input */
.common_input {position:relative; padding:0 20px; width:100%; height:40px; font-size:14px; font-weight:400; color:#232323; background:#fff; border:none; border-radius:4px;}

/* switch */
.switch {position:relative; display:inline-block; width:34px; height:19px;}
.switch input {opacity:0; width:0; height:0;}
.slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #DCDCDC; -webkit-transition: .4s; transition: .4s;}  
.slider:before {position: absolute; content: ""; width: 15px; height: 15px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s;}
input:checked + .slider {background-color:#232323;}
input:focus + .slider {box-shadow: 0 0 1px #232323;}
input:checked + .slider:before {-webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px);}
.slider.round {border-radius: 30px;}
.slider.round:before {border-radius: 50%;}

/* button - fixB */
.pb64 {padding-bottom:64px !important;}
.btn_fixB { width: calc(100% - 60px); margin: 0 30px; z-index: 100; border-radius: 50%; }

.btn_fc_cP {width:100%; height:64px; font-size:20px; font-weight:700; color:#fff; background:#232323; border:none; border-radius: 5px;}
.btn_fc_cP:disabled {color:#fff; background:#C6C6C6;}










#wrap {position:relative; min-width:100%; min-height:100%;}

.add_hnf {padding-top:55px; padding-bottom:65px;}
.add_h {padding-top:55px;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100;}
#header .gnb {position:relative; display:flex; padding:0 15px; width:100%; height:55px; background:#232323; -webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1);}
#header .gnb .logo {flex-grow:0; margin:auto 0 auto 5px; width:98.5px; height:11px;}

#header .gnb .gnb_L {position:relative; display:flex; margin-right:auto;}
#header .gnb .gnb_L .btn_prev {margin-right:10px; width:30px; height:54px; background:url(/img/bt_back@2x.png) no-repeat 50% 50%; background-size:30px; border:none;}
#header .gnb .gnb_L .btn_close {margin-right:10px; width:30px; height:54px; background:url(/img/bt_close@2x.png) no-repeat 50% 50%; background-size:30px; border:none;}
#header .gnb .gnb_L h1 {display:block; font-size:16px; font-weight:700; color:#fff; line-height:53px;}

#header .gnb .gnb_R {position:relative; display:flex; margin-left:auto;}
#header .gnb .gnb_R button {margin-right:5px;}
#header .gnb .gnb_R button:last-child {margin-right:0;}

#header .gnb .btn_bookmark_list {width:30px; height:54px; background:url(/img/bookmark_list@2x.png) no-repeat 50% 50%; background-size:30px; border:none;}
#header .gnb .btn_bookmark {width:30px; height:54px; background:url(/img/bookmark@2x.png) no-repeat 50% 50%; background-size:30px; border:none;}
#header .gnb .btn_bookmark.on {width:30px; height:54px; background:url(/img/bookmark_p@2x.png) no-repeat 50% 50%; background-size:30px; border:none;}
#header .gnb .btn_alert {width:30px; height:54px; background:url(/img/ic_alert@2x.png) no-repeat 50% 50%; background-size:30px; border:none;}
#header .gnb .btn_alert.on {background:url(/img/ic_alert_new@2x.png) no-repeat 50% 50%; background-size:30px;}
#header .gnb .btn_txt {font-size:14px; font-weight:700; color:#EDD951; text-decoration:underline; background:none; border:none;}

/* nav_bar */
.nav_bar {position:fixed; left:0; bottom:0; display:flex; justify-content:space-between; width:100%; height:65px; background:#232323; -webkit-box-shadow:0px -2px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow:0px -2px 4px rgba(0, 0, 0, 0.1); box-shadow:0px -2px 4px rgba(0, 0, 0, 0.1); z-index:100;}
.nav_bar button {width:25%; height:65px; font-size:11px; font-weight:400; color:#BBBBBB; line-height:95px; background:#fff; border:none;}
.nav_bar button.on {font-weight:700; color:#EDD951;}

.nav_bar .btn_menu_home {background:url(/img/ic_menu_home@2x.png) no-repeat 50% 9px; background-size:30px;}
.nav_bar .btn_menu_home.on {background:url(/img/ic_menu_home_p@2x.png) no-repeat 50% 9px; background-size:30px;}
.nav_bar .btn_menu_program {background:url(/img/ic_menu_program@2x.png) no-repeat 50% 9px; background-size:30px;}
.nav_bar .btn_menu_program.on {background:url(/img/ic_menu_program_p@2x.png) no-repeat 50% 9px; background-size:30px;}
.nav_bar .btn_menu_my {background:url(/img/ic_menu_my@2x.png) no-repeat 50% 9px; background-size:30px;}
.nav_bar .btn_menu_my.on {background:url(/img/ic_menu_my_p@2x.png) no-repeat 50% 9px; background-size:30px;}
.nav_bar .btn_menu_more {background:url(/img/ic_menu_more@2x.png) no-repeat 50% 9px; background-size:30px;}
.nav_bar .btn_menu_more.on {background:url(/img/ic_menu_more_p@2x.png) no-repeat 50% 9px; background-size:30px;}





/* container */
#container {position:relative;}



/* ---------- 홈 ---------- */
/* main slider */
.main_banner_wrap {position:relative; margin-bottom:8px; width:100%;}

.mainBanner_box {position:relative; width:100%; height:390px; overflow:hidden;}
.mainBanner_box .txt_area {position:absolute; top:144px; left:0; padding:0 40px; width:100%; z-index:3;}
.mainBanner_box .txt_area h1 {margin-bottom:6px; font-size:30px; font-weight:900; color:#fff; text-align:center;}
.mainBanner_box .txt_area p {margin-bottom:45px; min-height:40px; font-size:14px; font-weight:400; color:#fff; text-align:center; line-height:20px;}
.mainBanner_box .txt_area .btn_area {display:flex; width:100%;}
.mainBanner_box .txt_area .btn_area button {margin:0 auto; padding:7px 30px; font-size:16px; font-weight:700; color:#fff; background:none; border:1px solid #fff; border-radius:22px;}
.mainBanner_box img {width:100%; height:390px; object-fit:cover;}
.mainBanner_box::after {content:""; position:absolute; display:block; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3); background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.54) 53%, rgba(0, 0, 0, 0.11) 100%); background:-moz-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.54) 53%, rgba(0, 0, 0, 0.11) 100%); background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.54) 53%, rgba(0, 0, 0, 0.11) 100%); background:-o-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.54) 53%, rgba(0, 0, 0, 0.11) 100%); background:linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.54) 53%, rgba(0, 0, 0, 0.11) 100%); z-index:2;}

/* main list */
.main_banner_list {position:relative; padding-top:55px; margin-bottom:20px; background-color: #232323;}
.main_banner_list video {width:100%; max-width:1024px; height:auto;}

/* Before & After slider */
.BnA_wrap {position:relative; margin-bottom:8px; width:100%;}

.BnA_box {position:relative; width:100%; height:360px; overflow:hidden;}
.BnA_box .txt_area {position:absolute; top:209px; left:0; padding:0 40px; width:100%; z-index:3;}
.BnA_box .txt_area h1 {margin-bottom:8px; font-size:26px; font-weight:900; color:#fff; text-align:center;}
.BnA_box .txt_area .con {margin-bottom:8px; font-size:14px; font-weight:400; color:#fff; text-align:center; line-height:20px;}
.BnA_box .txt_area .id {font-size:14px; font-weight:400; color:#fff; text-align:center; line-height:20px;}
.BnA_box .txt_area .id .txtS {font-size:12px;}
.BnA_box img {width:100%; height:360px; object-fit:cover;}
.BnA_box::after {content:""; position:absolute; display:block; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3); background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); z-index:2;}

/* Before & After list */
.BnA_list_wrap {position:relative;}
.BnA_list_wrap h1 {margin-bottom:7px; font-size:26px; font-weight:900; color:#232323; text-align:center;}
.BnA_list_wrap h2 {padding-bottom:27px; font-weight:900; background-color: #232323; color:#EDD951; text-align:center;}

.BnA_list {position:relative; margin-bottom:2px;}
.BnA_list .BnA_p {position:relative;}
.BnA_list .BnA_p p {position:absolute; display:block; bottom:8%; left:0; width:100%; font-size:20px; font-weight:400; color:#fff; text-align:center; z-index:3;}
.BnA_list .BnA_p img {position:relative; display:block; width:100%;}
.BnA_list .BnA_p::after {content:""; position:absolute; display:block; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3); background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%); z-index:2;}

/* connect */
.connect_wrap {position:relative;}
.connect_wrap h1 {margin-bottom:7px; font-size:26px; font-weight:900; color:#232323; text-align:center;}
.connect_box {position:relative; display:flex; margin-bottom:20px; padding-top:180%; width:100%; overflow:hidden;}
.connect_box .txt_area {position:absolute; top:242px; left:0; padding:0 40px; width:100%; z-index:2;}
.connect_box .txt_area h1 {margin-bottom:4px; font-size:24px; font-weight:900; color:#fff; text-align:center; line-height:26px;}
.connect_box .txt_area h2 {margin-bottom:21px; font-size:30px; font-weight:900; color:#fff; text-align:center; letter-spacing:9px;}
.connect_box .txt_area p {font-size:14px; font-weight:400; color:#fff; text-align:center; line-height:20px;}
.connect_box .btn_area {position:absolute; display:flex; bottom:63px; left:0; width:100%; z-index:2;}
.connect_box .btn_area button {margin:0 auto; padding:7px 20px; font-size:16px; font-weight:700; color:#fff; background:none; border:1px solid #fff; border-radius:22px;}
.connect_box img {position:absolute; top:0; width:100%; max-width:100%; height:auto;}

/* secret program */
.program_wrap {position:relative; margin-bottom:20px;}
.program_wrap h1 {margin-bottom:7px; font-size:26px; font-weight:900; color:#232323; text-align:center;}

.program_box {position:relative;}
.program_box h2 {position:absolute; bottom:14px; left:14px; font-size:18px; font-weight:400; color:#fff; line-height:20px; z-index:3;}
.program_box img {width:100%;}
.program_box::after {content:""; position:absolute; display:block; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.3); background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%); background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%); background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%); background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%); background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%); z-index:2;}

.program_wrap .swiper-slide {width:80%; height:100%;}


/* footer */
#footer {position:relative; padding:14px; background:#232323;}
#footer h1 {margin-bottom:14px; font-size:15px; font-weight:700; color:#fff; letter-spacing:3px;}
#footer h2 {margin-top:24px; font-size:12px; font-weight:700; color:#fff; line-height:24px;}

#footer .con {font-size:12px; font-weight:400; color:#fff; line-height:24px;}
#footer ul {display:block; width:100%;}
#footer ul::after {content:''; display:block; clear:both;}
#footer ul li {display:block; width:100%;}
#footer ul li a {color:#fff;}
#footer .blue {color:#106ba3;}



/* ---------- 프로그램 ---------- */
/* 리스트 */
.program_list {position:relative; display:block; width:100%;}
.program_list::after {content:''; display:block; clear:both;}
.program_list li {position:relative; display:block; margin-bottom:5px; width:100%;}
.program_list li:last-of-type {margin-bottom:0;}

.pList_box {position:relative; display:block; padding-top:56.25%; width:100%; height:0; background-repeat:no-repeat; background-size:cover; overflow: hidden;}
.pList_box::after {content:""; position:absolute; display:block; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.4); background:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%); background:-moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%); background:-ms-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%)); background:-o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%); background:linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%); z-index:2;}
.pList_box .tit_area {position:absolute; display:block; top:0; left:0; margin:0; padding:15px; width:100%; z-index:3;}
.pList_box .tit_area h1 {font-size:12px; font-weight:700; color:#fff; line-height:18px;}
.pList_box .tit_area h2 {font-size:22px; font-weight:700; color:#fff; letter-spacing:2.2px; line-height:33px;}
.pList_box .tit_area p {margin-top:10px; font-size:12px; font-weight:500; color:#fff; line-height:18px;}
.pList_box .txt_pNum {position:absolute; display:block; bottom:15px; left:15px; font-size:10px; font-weight:400; color:#fff; z-index:3;}

.pList_box .badge_done {position:absolute; display:block; top:0; right:0; width:98px; height:26px; background:url(/img/badge_done@2x.png) no-repeat 0 0; background-size:98px; z-index:3;}
.pList_box .badge_going {position:absolute; display:block; top:0; right:0; width:142px; height:26px; background:url(/img/badge_going@2x.png) no-repeat 0 0; background-size:142px; z-index:3;}
.pList_box .badge_use {position:absolute; display:inline-block; bottom:10px; right:10px; padding:0 13px 0 29px; height:22px; font-size:11px; font-style:normal; font-weight:700; color:#fff; line-height:22px; background:rgba(0, 0, 0, 0.4) url(/img/ic_badge_use@2x.png) no-repeat 12px 50%; background-size:8px; border-radius:11px; z-index:3;}
.pList_box .btn_vPlay {position:absolute; display:block; top:15px; right:15px; padding-top:65px; width:60px; font-size:14px; font-weight:700; color:#232323; text-align:center; background:url(/img/ic_play_big@2x.png) no-repeat 0 0; background-size:60px; z-index:3;}
.pList_box .pList_bg {position:absolute; top:0; left:0; width:100%;}

/* 상세 */
.pv_progBar_wrap {position:relative; margin-bottom:62px; padding:0 20px; width:100%;}
.pv_progBar_wrap::before {content:""; position:absolute; display:block; top:0; left:0; width:20px; height:5px; background:#69DBDA;}
.pv_progBar_wrap::after {content:""; position:absolute; display:block; top:0; right:0; width:20px; height:5px; background:#69DBDA;}
.progress {position:relative; width:100%; height:5px; background:#232323;}
.progress::before {content:""; position:absolute; display:block; top:0; left:-1px; width:1px; height:9px; background:#232323;}
.progress::after {content:""; position:absolute; display:block; top:0; right:0; width:1px; height:9px; background:#232323;}
.progress-bar {position:relative; height:5px; background:#69DBDA;}
.progress-bar .step {position:absolute; display:block; top:0; right:-13px; padding-top:9px; width:28px;}
.progress-bar .step::before {content:""; position:absolute; display:block; top:0; left:14px; width:1px; height:9px; background:#232323;}
.progress-bar .step p {font-size:11px; font-weight:700; color:#232323; text-align:center;}

.ico_running {display:block; width:28px; height:41px; background:url(/img/running@2x.png) no-repeat; background-size:28px; animation-name:running; animation-duration:1s; animation-timing-function:step-start; animation-iteration-count:infinite;}

@keyframes running {
    0% {background-position-y:0px;}
    14% {background-position-y:-41px;}
    28% {background-position-y:-82px;}
    41% {background-position-y:-123px;}
    55% {background-position-y:-164px;}
    70% {background-position-y:-205px;}
    85% {background-position-y:-246px;}
    100% {background-position-y:-287px;}
}

.pTit {position:relative; padding:9px 20px 15px 20px;}
.pTit .txt_top {margin-bottom:4px; font-size:12px; font-weight:400; color:#232323; line-height:18px;}
.pTit .txt_top .tit {padding-right:5px; font-weight:700;}
.pTit .txt_con {margin-top:10px; font-size:12px; font-weight:400; color:#838383; line-height:18px;}
.pTit .btn_area {display:flex; margin-top:15px; width:100%;}
.pTit .btn_fold {display:inline-block; margin:0 auto; padding:3px 25px; font-size:12px; font-weight:500; color:#838383; letter-spacing:1.2px; background:#fff; border:1px solid #707070; border-radius:8px;}

.pvList_wrap {position:relative;}
.pvList_wrap h1 {padding:16px 20px; font-size:14px; font-weight:500; color:#838383; letter-spacing:1.4px; background:#F7F7F7;}
.pvList_wrap h1 .experience-title {position: absolute; right: 10px; color: #FF4545;}

.btn_vBox {display:block; width:100%; text-align:left; background:none; border:none;}

.video_box {position:relative; display:flex; width:100%; border-bottom:1px solid #E5E5E5;}
.video_box img {display:block; width:110px; height:110px; object-fit:cover;}
.video_box .v_tit {position:relative; margin:auto auto auto 15px; height:fit-content;}
.video_box .v_tit h2 {font-size:18px; font-weight:700; color:#232323;}
.video_box .v_tit .part {font-size:14px; font-weight:400; color:#838383;}
.video_box .v_min {position:relative; margin:auto 15px auto auto; padding-right:30px; height:fit-content; font-size:14px; font-weight:700; color:#838383;}
.video_box .v_min::after {content:""; position:absolute; display:block; top:calc(50% - 10.5px); right:0; width:21px; height:21px; background:url(/img/ic_play@2x.png) no-repeat; background-size:21px 21px;}
.video_box .play_done {position:absolute; display:inline-block; bottom:10px; left:125px; font-size:13px; font-weight:500; color:#D9BE01;}
/* 플레이 */
.detail_play_wrap {position:relative;}
.detail_play_wrap video {width:100%; max-width:1024px; height:auto;}
.detail_play_wrap .play_con {position:relative; padding-top:40px;}
.detail_play_wrap .play_con h2 {margin-bottom:11px; font-size:24px; font-weight:700; color:#fff; text-align:center;}
.detail_play_wrap .play_con .part {font-size:20px; font-weight:400; color:#fff; text-align:center;}
.detail_play_wrap .play_con .btn_area {display:flex; margin-top:48px; width:100%;}
.detail_play_wrap .play_con .btn_area .btn_viewFull {display:inline-block; margin:0 auto; padding:7px 24px; font-size:16px; font-weight:700; color:#fff; background:none; border:1px solid #fff; border-radius:22px;}

.playB_btn_area {position:absolute; display:flex; bottom:0; margin-bottom:28px; width:100%;}
.btn_p_prev {display:block; padding-left:48px; width:50%; text-align:left; background:url(/img/bt_prev@2x.png) no-repeat; background-size:18px; background-position:15px 50%; border:none;}
.btn_p_prev h2 {font-size:16px; font-weight:700; color:#fff;}
.btn_p_prev .part {font-size:14px; font-weight:400; color:#fff;}
.btn_p_prev:disabled {opacity:0.3;}
.btn_p_next {display:block; padding-right:48px; width:50%; text-align:right; background:url(/img/bt_next@2x.png) no-repeat; background-size:18px; background-position:calc(100% - 15px) 50%; border:none;}
.btn_p_next h2 {font-size:16px; font-weight:700; color:#fff;}
.btn_p_next .part {font-size:14px; font-weight:400; color:#fff;}
.btn_p_next:disabled {opacity:0.3;}


/* ---------- 내 운동 ---------- */
.my_box {position:relative; padding-top:140px; width:100%; height:510px; background:url(/img/img_my_cover@2x.png) no-repeat center center; background-size:cover;}
.my_box .tit {font-size:15px; font-weight:700; color:#fff; text-align:center; letter-spacing:1.5px;}
.my_box .count {margin-bottom:40px; font-size:50px; font-weight:900; color:#fff; text-align:center; letter-spacing:5px;}
.my_box .time {font-size:30px; font-weight:500; color:#fff; text-align:center; letter-spacing:3px;}
.my_box .time strong {font-size:50px; font-weight:900; text-align:center; letter-spacing:5px;}

.no_recordList {padding:46px 0; font-size:18px; font-weight:500; color:#838383; text-align:center;}

.list_oddBg {position:relative; display:block; width:100%;}
.list_oddBg::after {content:''; display:block; clear:both;}
.list_oddBg li {position:relative; display:block; width:100%;}
.list_oddBg li:nth-of-type(odd) {background-color:#F7F7F7;}
.list_oddBg li:nth-of-type(even) {background-color:#fff;}

.record_box {position:relative; display:flex; padding:20px 20px 20px 27px;}
.record_box .date {margin-bottom:2px; font-size:12px; font-weight:400; color:#838383;}
.record_box .con {font-size:14px; font-weight:700; color:#232323; line-height:20px;}
.record_box .time {margin:auto 0 auto auto; padding-right:30px; font-size:14px; font-weight:700; color:#232323; line-height:20px; background:url(/img/bt_chevron_right@2x.png) no-repeat right center; background-size:30px;}
.record_box .time strong {font-size:20px; font-weight:900;}



/* ---------- 더보기 ---------- */
.more_list_wrap {position:relative; margin-bottom:4px; padding:15px;}
.more_list_wrap::after {content:""; position:absolute; display:block; bottom:-4px; left:0; width:100%; height:4px; background:#EFEFEF;}
.more_list_wrap:last-child {margin-bottom:0;}
.more_list_wrap:last-child::after {display:none;}
.more_list_wrap h1 {margin-bottom:15px; font-size:14px; font-weight:700; color:#232323;}
.more_list_wrap ul {position:relative; display:block; width:100%;}
.more_list_wrap ul::after {content:''; display:block; clear:both;}
.more_list_wrap ul li {position:relative; display:flex; margin-bottom:20px; padding-left:20px; width:100%;}
.more_list_wrap ul li.pl0 {padding-left:0;}
.more_list_wrap ul li:last-child {margin-bottom:0;}
.more_list_wrap ul li > a {display:flex; width:100%;}
.more_list_wrap ul li .tit {margin:auto 0; height:fit-content; font-size:14px; font-weight:400; color:#212121;}
.more_list_wrap ul li .txt_blue {margin-left:auto; font-size:14px; font-weight:500; color:#383A91;}
.more_list_wrap ul li .txt_blue strong {font-weight:900;}
.more_list_wrap ul li .txt_v {margin-left:auto; font-size:12px; font-weight:400; color:#93999B;}
.more_list_wrap ul li .switch {margin-left:auto;}
.more_list_wrap .btn_kakaoQ {width:100%; min-height:23px; font-size:14px; font-weight:700; color:#232323; text-align:left; line-height:23px; background:url(/img/ic_kakao2@2x.png) no-repeat right center; background-size:23px; border:none;}
.more_list_wrap .btn_cash {display:flex; width:100%; background:none; border:none;}
.more_list_wrap .btn_cash .tit {font-size:14px; font-weight:700; color:#212121;}
.more_list_wrap .btn_cash .txt_cash {margin-left:auto; padding-right:27px; font-size:14px; font-weight:500; color:#383A91; background:url(/img/ic_chevron_gray@2x.png) no-repeat right center; background-size:22px;}
.more_list_wrap .btn_cash .txt_cash strong {font-weight:900;}
.more_list_wrap .btn_i_cash {display:block; margin-top:20px;}
.more_list_wrap .btn_i_cash img {display:block; width:100%;}

.profBox {position:relative; display:flex; width:100%;}
.profBox .profImg {position:relative; margin-right:10px; width:60px; height:60px; background:url(/img/profile_ph@2x.png) no-repeat 0 0; background-size:60px; border-radius:50%;}
.profBox .profImg img {width:60px; height:60px; object-fit:cover; border-radius:50%;}
.profBox .info {position:relative;}
.profBox .info .nick {display:flex; margin:4px 0 11px 0; font-size:14px; font-weight:700; color:#232323;}
.profBox .info .nick .no {font-weight:400; color:#838383;}
.ic_facebook {display:block; margin-left:5px; width:20px; height:20px; background:url(/img/ic_facebook@2x.png) no-repeat 0 0; background-size:20px; border-radius:50%;}
.ic_kakao {display:block; margin-left:5px; width:20px; height:20px; background:url(/img/ic_kakao@2x.png) no-repeat 0 0; background-size:20px; border-radius:50%;}
.ic_apple {display:block; margin-left:5px; width:20px; height:20px; background:url(/img/ic_apple@2x.png) no-repeat 50% 50%; background-size:20px; border:1px solid #838383; border-radius:50%;}
.profBox .info .ph {margin-bottom:5px; font-size:12px; font-weight:400; color:#232323;}
.profBox .info .ph .no {color:#838383;}
.profBox .info .email {font-size:12px; font-weight:400; color:#232323;}
.profBox .btn_prof_edit {position:absolute; display:block; top:0; right:0; width:26px; height:26px; background:url(/img/edit@2x.png) no-repeat 0 0; background-size:26px;}

.btn_plan_free {position:relative; padding:10px 30px 10px 15px; width:100%; font-family:'Tmon Tium', 'Noto Sans KR'; font-size:16px; font-weight:700; color:#232323; text-align:left; background:#fff url(/img/arrow_black@2x.png) no-repeat 0 0; background-size:15px; background-position:calc(100% - 15px) 50%; border:1px solid #232323; border-radius:5px;}
.btn_plan_gold {position:relative; padding:10px 30px 10px 15px; width:100%; font-family:'Tmon Tium', 'Noto Sans KR'; font-size:16px; font-weight:500; color:#EDD951; text-align:left; background:#232323 url(/img/arrow_blue@2x.png) no-repeat 0 0; background-size:15px; background-position:calc(100% - 15px) 50%; border:none; border-radius:5px;}

/* 이용권 구매 */
.plan_wrap {position:relative; padding:20px;}

.plan_wrap .ticket_list {padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #4B4B4B;}

.plan_wrap .ticket_d {position:relative; margin-bottom:15px;}
.plan_wrap .ticket_d img {position:relative; display:block; width:100%;}
.plan_wrap .ticket_d p {position:absolute; display:block; top:calc(50% - 11px); width:100%; font-size:16px; font-weight:400; color:#838383; text-align:center;}

.plan_wrap .ticket {position:relative; margin-bottom:15px;}
.plan_wrap .ticket img {position:relative; display:block; width:100%;}
.plan_wrap .ticket p {position:absolute; display:block; top:calc(75% - 11px); width:100%; font-size:15px; font-weight:700; color:#894807; text-align:center;}
.plan_wrap .ticket p strong {font-weight:900;}

.plan_wrap .ticket_m {position:relative; margin-bottom:15px;}
.plan_wrap .ticket_m img {position:relative; display:block; width:100%;}
.plan_wrap .ticket_m p {position:absolute; display:block; top:calc(72% - 11px); width:100%; font-size:15px; font-weight:700; color:#894807; text-align:center;}
.plan_wrap .ticket_m p strong {font-weight:900;}

.plan_wrap .txt_ed {font-size:13px; font-weight:400; color:#EDD951; text-align:center; line-height:18px;}
.plan_wrap .txt_ed strong {font-weight:900;}

.plan_wrap .txt_info {padding:5px 0; font-size:13px; font-weight:400; color:#838383; text-align:center; line-height:18px;}

.plan_wrap .txt_planNow {margin-bottom:20px; min-height:44px; font-size:14px; font-weight:500; color:#BBBBBB; text-align:center; line-height:22px;}
.plan_wrap .txt_planNow .cB {font-weight:700; color:#69DBDA;}
.plan_wrap .txt_planNow .cW {color:#fff;}

.plan_wrap .tit {position:relative; display:flex; margin-bottom:15px;}
.plan_wrap .tit .num {display:block; margin:auto 5px auto 0; width:17px; height:17px; font-size:12px; font-weight:500; color:#fff; text-align:center; line-height:15px; border:1px solid #fff; border-radius:17px;}
.plan_wrap .tit p {font-size:14px; font-weight:500; color:#E5E5E5;}

.plan_list {position:relative; padding-top:15px;}
.plan_list::after {content:''; display:block; clear:both;}
.plan_list li {position:relative; display:block; margin-bottom:15px; width:100%;}
.plan_list li:last-of-type {margin-bottom:0;}

.planBox {padding:24px 15px 18px 15px; border:1px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.planBox h1 {margin-bottom:10px; font-size:20px; font-weight:700; color:#fff;}
.planBox .con {margin-bottom:19px; min-height:48px; font-size:13px; font-weight:400; color:#fff; line-height:24px;}
.planBox .price {font-size:22px; font-weight:700; color:#fff;}
.planBox .btn_plan_select {position:absolute; bottom:15px; right:15px; display:inline-block; padding:5px 20px; min-width:70px; font-size:14px; font-weight:500; color:#fff; text-align:center; border:1px solid #fff;}
.planBox .btn_plan_select.on {color:#232323; background:linear-gradient(to right, #DBA800, #EDD951); border:none;}

.toggle_full {position:relative; display:flex; width:100%; border:1px solid #fff;}
.toggle_full input[type="radio"] {display:none;}
.toggle_full input + label {position:relative; display:block; flex:1; height:30px; font-size:14px; font-weight:500; color:#fff; text-align:center; line-height:30px; background:none; cursor:pointer; border-right:1px solid #fff; transition: background 600ms ease, color 600ms ease;}
.toggle_full input:checked + label {color:#232323; background:linear-gradient(to right, #69DBDA, #00CEFF); cursor:default; z-index:0;}
.toggle_full input + label:last-of-type {border-right:none;}

.total {position:relative; margin-top:35px; padding-top:32px; border-top:1px solid #838383;}
.total p {font-size:18px; font-weight:500; color:#fff; text-align:right;}
.total p strong {font-size:24px; font-weight:700; color:#69DBDA;}
.total p .discount {font-size:16px; font-weight:400; color:#FF4545;}

.plan_wrap .btn_area {display:flex; margin-top:36px; width:100%;}
.plan_wrap .btn_payment {display:inline-block; margin:0 auto; padding:8px 50px; font-size:16px; font-weight:500; color:#232323; background:linear-gradient(to right, #69DBDA, #00CEFF);}

/* 코스 선택 */
.txt_course {padding:4px 0 24px 0; font-size:16px; font-weight:400; color:#fff; text-align:center;}

.course_list {position:relative;}
.course_list .btn_course {position:relative; display:block; margin-bottom:15px; padding:25px 20px; width:100%; font-size:18px; font-weight:400; color:#fff; text-align:left; background:#2E2E2E url(/img/bt_chevron_right@2x.png) no-repeat; background-position:calc(100% - 9px) 50%; background-size:30px; border:none;}
.course_list .btn_course:last-of-type {margin-bottom:0;}

.plan_wrap .ticket_list {padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #4B4B4B;}

.plan_wrap .ticket_d {position:relative; margin-bottom:15px;}
.plan_wrap .ticket_d img {position:relative; display:block; width:100%;}
.plan_wrap .ticket_d p {position:absolute; display:block; top:calc(50% - 11px); width:100%; font-size:16px; font-weight:400; color:#838383; text-align:center;}

.plan_wrap .ticket {position:relative; margin-bottom:15px;}
.plan_wrap .ticket img {position:relative; display:block; width:100%;}
.plan_wrap .ticket p {position:absolute; display:block; top:calc(75% - 11px); width:100%; font-size:15px; font-weight:700; color:#894807; text-align:center;}
.plan_wrap .ticket p strong {font-weight:900;}

.plan_wrap .ticket_m {position:relative; margin-bottom:15px;}
.plan_wrap .ticket_m img {position:relative; display:block; width:100%;}
.plan_wrap .ticket_m p {position:absolute; display:block; top:calc(72% - 11px); width:100%; font-size:15px; font-weight:700; color:#894807; text-align:center;}
.plan_wrap .ticket_m p strong {font-weight:900;}

.plan_wrap .txt_ed {font-size:13px; font-weight:400; color:#EDD951; text-align:center; line-height:18px;}
.plan_wrap .txt_ed strong {font-weight:900;}

.plan_wrap .txt_info {padding:5px 0; font-size:13px; font-weight:400; color:#838383; text-align:center; line-height:18px;}

.plan_wrap .txt_planNow {margin-bottom:20px; min-height:44px; font-size:14px; font-weight:500; color:#BBBBBB; text-align:center; line-height:22px;}
.plan_wrap .txt_planNow .cB {font-weight:700; color:#69DBDA;}
.plan_wrap .txt_planNow .cW {color:#fff;}

.plan_wrap .tit {position:relative; display:flex; margin-bottom:15px;}
.plan_wrap .tit .num {display:block; margin:auto 5px auto 0; width:17px; height:17px; font-size:12px; font-weight:500; color:#fff; text-align:center; line-height:15px; border:1px solid #fff; border-radius:17px;}
.plan_wrap .tit p {font-size:14px; font-weight:500; color:#E5E5E5;}

.plan_list {position:relative; padding-top:15px;}
.plan_list::after {content:''; display:block; clear:both;}
.plan_list li {position:relative; display:block; margin-bottom:15px; width:100%;}
.plan_list li:last-of-type {margin-bottom:0;}

.planBox {padding:24px 15px 18px 15px; border:1px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.planBox h1 {margin-bottom:10px; font-size:20px; font-weight:700; color:#fff;}
.planBox .con {margin-bottom:19px; min-height:48px; font-size:13px; font-weight:400; color:#fff; line-height:24px;}
.planBox .price {font-size:22px; font-weight:700; color:#fff;}
.planBox .btn_plan_select {position:absolute; bottom:15px; right:15px; display:inline-block; padding:5px 20px; min-width:70px; font-size:14px; font-weight:500; color:#fff; text-align:center; border:1px solid #fff;}
.planBox .btn_plan_select.on {color:#232323; background:linear-gradient(to right, #DBA800, #EDD951); border:none;}

.toggle_full {position:relative; display:flex; width:100%; border:1px solid #fff;}
.toggle_full input[type="radio"] {display:none;}
.toggle_full input + label {position:relative; display:block; flex:1; height:30px; font-size:14px; font-weight:500; color:#fff; text-align:center; line-height:30px; background:none; cursor:pointer; border-right:1px solid #fff; transition: background 600ms ease, color 600ms ease;}
.toggle_full input:checked + label {color:#232323; background:linear-gradient(to right, #69DBDA, #00CEFF); cursor:default; z-index:0;}
.toggle_full input + label:last-of-type {border-right:none;}

.total {position:relative; margin-top:35px; padding-top:32px; border-top:1px solid #838383;}
.total p {font-size:18px; font-weight:500; color:#fff; text-align:right;}
.total p strong {font-size:24px; font-weight:700; color:#69DBDA;}
.total p .discount {font-size:16px; font-weight:400; color:#FF4545;}

.plan_wrap .btn_area {display:flex; margin-top:36px; width:100%;}
.plan_wrap .btn_payment {display:inline-block; margin:0 auto; padding:8px 50px; font-size:16px; font-weight:500; color:#232323; background:linear-gradient(to right, #69DBDA, #00CEFF);}

/* 코스 선택 */
.txt_course {padding:4px 0 24px 0; font-size:16px; font-weight:400; color:#fff; text-align:center;}

.course_list {position:relative;}
.course_list .btn_course {position:relative; display:block; margin-bottom:15px; padding:25px 20px; width:100%; font-size:18px; font-weight:400; color:#fff; text-align:left; background:#2E2E2E url(/img/bt_chevron_right@2x.png) no-repeat; background-position:calc(100% - 9px) 50%; background-size:30px; border:none;}
.course_list .btn_course:last-of-type {margin-bottom:0;}

/* 프로필 */
.more_prof_wrap {position:relative; padding:20px 30px;}
.more_prof_wrap h1 {margin-bottom:10px; font-size:15px; font-weight:700; color:#212121;}
.more_prof_wrap .sns_btn_area {position:relative; display:flex; width:100%;}
.more_prof_wrap .sns_btn_area a {margin-right:15px;}
.more_prof_wrap .sns_btn_area a:last-of-type {margin-right:0;}
.more_prof_wrap .sns_btn_area .btn_c_kakao {flex:1; height:40px; font-size:14px; font-weight:400; color:#402325; text-align:center; line-height:38px; background:#FFE533; border:1px solid #DDC100; border-radius:4px;}
.more_prof_wrap .sns_btn_area .btn_c_kakao strong {font-weight:700;}
.more_prof_wrap .sns_btn_area .btn_c_facebook {flex:1; height:40px; font-size:14px; font-weight:400; color:#fff; text-align:center; line-height:38px; background:#4267B2; border:1px solid #163E8E; border-radius:4px;}
.more_prof_wrap .sns_btn_area .btn_c_facebook strong {font-weight:700;}
.more_prof_wrap .sns_btn_area .btn_c_apple {flex:1; height:40px; font-size:14px; font-weight:400; color:#232323; text-align:center; line-height:38px; background:#fff; border:1px solid #C6C6C6; border-radius:4px;}
.more_prof_wrap .sns_btn_area .btn_c_apple strong {font-weight:700;}
.more_prof_wrap .sns_btn_area .btn_c_no {flex:1; height:40px; font-size:14px; font-weight:400; color:#fff; text-align:center; line-height:38px; background:#C6C6C6; border:none; border-radius:4px;}

.or {position:relative; display:flex; margin:30px 0; width:100%;}
.or p {display:inline-block; margin:0 auto; padding:0 8px; font-size:14px; font-weight:500; color:#838383; text-align:center; background:#EFEFEF; z-index:2;}
.or::before {content:""; position:absolute; display:block; top:50%; left:0; width:100%; height:1px; background:#BBBBBB;}

.more_prof_wrap .more_profImg_box {position:relative; display:block; margin-bottom:20px; width:69px; height:69px; background:#F7F7F7 url(/img/camera@2x.png) no-repeat 50% 50%; background-size:26px; border:1px solid #C6C6C6; border-radius:50%;}
.more_prof_wrap .more_profImg_box .btn_prof {position:absolute; display:block; top:0; left:0; width:69px; height:69px; background:none; border-radius:50%; cursor:pointer;}
.more_prof_wrap .more_profImg_box.write {position:relative; display:block; margin-left: 10px; margin-bottom:20px; width:69px; height:69px; background:#F7F7F7 url(/img/camera@2x.png) no-repeat 50% 50%; background-size:26px; border:1px solid #C6C6C6; border-radius: 0 !important;}
.more_prof_wrap .more_profImg_box.write:first-child {
  margin-left: 0;
}
.more_prof_wrap .write .btn_prof {position:absolute; display:block; top:0; left:0; width:69px; height:69px; background:none; cursor:pointer;}
.more_prof_wrap .more_profImg_box .btn_prof input[type="file"] {display:none;}

.more_prof_wrap > .select_box {margin-bottom:5px; width:100%;}
.more_prof_wrap > .select_box select {padding:0 40px 0 20px; min-width:120px; height:36px; font-size:14px; font-weight:400; color:#232323; background:#fff url(/img/dropdown_dark@2x.png) no-repeat; background-size:12px; background-position:calc(100% - 14px) 50%; border:none; border-radius:4px;}
.more_prof_wrap > .input_box {display:flex; margin-bottom:5px; width:100%;}
.more_prof_wrap > .input_box input {padding:0 17px; width:calc(100% - 97px); height:36px; font-size:14px; font-weight:400; color:#232323; border:none; border-radius:5px;}
.more_prof_wrap > .input_box input:focus {caret-color:#FF4F4F;}
.more_prof_wrap > .input_box .btn_send {margin-left:12px; width:85px; height:36px; font-size:14px; font-weight:400; color:#232323; background:#fff; border:1px solid #C6C6C6; border-radius:5px;}
.more_prof_wrap > .input_box .btn_auth {margin-left:12px; width:85px; height:36px; font-size:14px; font-weight:700; color:#fff; background:#232323; border:none; border-radius:5px;}
.more_prof_wrap > .input_box .btn_auth:disabled {color:#fff; background:rgba(35, 35, 35, 0.3);}
.more_prof_wrap > .txt_auth_time {padding-top:2px; font-size:12px; font-weight:400; color:#FF4F4F;}
.more_prof_wrap > .txt_auth_done {padding-top:2px; font-size:12px; font-weight:400; color:#383A91;}

/* 캐시 */
.point_wrap {position:relative;}

.point_wrap .txt_myPoint {position:relative; padding:8px 15px; font-size:16px; font-weight:400; color:#212121; background:#EFEFEF;}
.point_wrap .txt_myPoint .txt_point {padding-left:10px; font-weight:900;}
.point_wrap .txt_myPoint .txt_p {padding-left:3px; font-weight:500;}

.point_wrap .btn_area {position:relative; display:flex; width:100%; border-bottom:1px solid #C6C6C6;}
.point_wrap .btn_area a:first-of-type::after {content:""; position:absolute; top:calc(50% - 10px); right:0; width:1px; height:20px; background:#C6C6C6;}
.point_wrap .btn_txt_point {position:relative; flex:1; padding:18px 0; font-size:14px; font-weight:700; color:#232323; text-align:center; letter-spacing:1.4px;}

.point_wrap .tab_area {position:relative; display:flex; padding:0 20px; width:100%;}
.point_wrap .tab_area a {margin-right:28px;}
.point_wrap .tab_area a:last-of-type {margin-right:0;}
.point_wrap .tab_area .btn_tab {position:relative; display:block; padding:18px 0; font-size:14px; font-weight:400; color:#BBBBBB; letter-spacing:1.4px;}
.point_wrap .tab_area .btn_tab.on {font-weight:700; color:#232323;}
.point_wrap .tab_area .btn_tab.on::after {content:""; position:absolute; display:block; bottom:0; left:0; width:100%; height:2px; background:#232323;}

.point_box {position:relative; display:flex; padding:15px 15px 15px 27px;}
.point_box .con {margin-bottom:7px; font-size:12px; font-weight:700; color:#232323; line-height:18px;}
.point_box .date {font-size:11px; font-weight:400; color:#838383;}
.point_box .point_plus {margin:auto 0 auto auto; font-size:14px; font-weight:500; color:#383A91; letter-spacing:1.4px;}
.point_box .point_plus strong {font-weight:900;}
.point_box .point_minus {margin:auto 0 auto auto; font-size:14px; font-weight:500; color:#FF4343; letter-spacing:1.4px;}
.point_box .point_minus strong {font-weight:900;}

.titBar {padding:6px 20px; font-size:14px; font-weight:500; color:#838383; background:#F7F7F7;}

.list_cW {position:relative; display:block; width:100%;}
.list_cW::after {content:''; display:block; clear:both;}
.list_cW li {position:relative; display:block; width:100%; border-bottom:1px solid #E5E5E5;}

.pPlan_box {position:relative; display:flex; padding:15px 15px 15px 20px;}
.pPlan_box .con {margin-bottom:3px; font-size:14px; font-weight:700; color:#232323; line-height:20px;}
.pPlan_box .point {font-size:14px; font-weight:500; color:#FF4343; letter-spacing:1.4px;}
.pPlan_box .point strong {font-weight:900;}
.pPlan_box .btn_purchase {margin:auto 0 auto auto; padding:7px 0; width:70px; font-size:14px; font-weight:400; color:#232323; text-align:center; border:1px solid #C6C6C6; border-radius:5px;}

.btn_withdraw {position:relative; display:block; padding:27px 0 27px 75px; font-size:14px; font-weight:700; color:#232323; background:url(/img/coin@2x.png) no-repeat 31px 50%; background-size:24px; border-bottom:1px solid #E5E5E5;}
.btn_withdraw::after {content:""; position:absolute; display:block; top:calc(50% - 9px); right:20px; width:10px; height:18px; background:url(/img/chevron_right_dark@2x.png) no-repeat 0 50%; background-size:10px;}

/* 출금 신청 */
.withdraw_wrap {position:relative; margin-bottom:15px; padding:15px 20px;}
.withdraw_wrap h2 {margin-bottom:10px; font-size:15px; font-weight:700; color:#212121;}
.withdraw_wrap .txt_input {position:relative; display:flex; padding:0 15px 0 20px; height:40px; background:#F7F7F7; border:1px solid #E5E5E5; border-radius:4px;}
.withdraw_wrap .txt_input input {flex:1; font-size:14px; font-weight:400; color:#232323; background:none; border:none;}
.withdraw_wrap .txt_input span {flex:0; display:block; margin:auto 0 auto 10px; width:fit-content; height:fit-content; font-size:14px; font-weight:700; color:#383A91;}
.withdraw_wrap .info {margin:5px 0 15px 0; font-size:12px; font-weight:400; color:#838383; line-height:18px;}

.withdraw_wrap .select_box {margin-bottom:5px; width:100%;}
.withdraw_wrap .select_box select {padding:0 40px 0 20px; min-width:160px; height:36px; font-size:14px; font-weight:400; color:#232323; background:#fff url(/img/dropdown_dark@2x.png) no-repeat; background-size:12px; background-position:calc(100% - 14px) 50%; border:1px solid #C6C6C6; border-radius:4px;}
.withdraw_wrap .common_input {background:#F7F7F7; border:1px solid #E5E5E5;}

.withdraw_wrap .btn_apply {display:block; margin-top:20px; width:100%; height:45px; font-size:16px; font-weight:700; color:#fff; background:#232323; border:none;}
.withdraw_wrap .btn_apply:disabled {background:#C6C6C6;}

.withdraw_table {position:relative; display:table; margin:0 20px; width:calc(100% - 40px); border-collapse:collapse;}
.withdraw_table thead {width:100%;}
.withdraw_table thead th {padding:7px 0 13px 0; font-size:12px; font-weight:500; color:#232323; text-align:left;}
.withdraw_table thead th:last-of-type {text-align:right;}
.withdraw_table tbody {width:100%;}
.withdraw_table tbody td {padding:10px 0; font-size:12px; font-weight:400; color:#232323; text-align:left;}
.withdraw_table tbody td:last-of-type {text-align:right;}

/* 지인 초대하기 */
.invite_code_wrap {position:relative; padding:40px 30px 30px 30px;}
.invite_code_wrap > h2 {margin-bottom:10px; font-size:15px; font-weight:700; color:#212121;}
.invite_code_wrap > .info {margin-top:10px; font-size:14px; font-weight:400; color:#212121; line-height:18px;}
.invite_code_wrap > .btn_area {position:relative; display:flex; margin-top:20px; width:100%;}
.invite_code_wrap > .btn_area .btn_noInvite {flex:0; display:block; margin-right:10px; min-width:104px; width:104px; height:46px; font-size:14px; font-weight:400; color:#212121; text-align:center; line-height:44px; background:#fff; border:1px solid #C6C6C6; border-radius:5px;}
.invite_code_wrap > .btn_area .btn_save {flex:1; display:block; height:46px; font-size:14px; font-weight:700; color:#fff; text-align:center; line-height:46px; background:#232323; border:none; border-radius:5px;}
.invite_code_wrap > .btn_area .btn_save:disabled {background:#C6C6C6;}

.invite_wrap {position:relative; padding:30px 45px; width:100%; height:100vh; background:url(/img/bg@2x.png) no-repeat center; background-size:cover;}
.invite_wrap .tit {margin-bottom:30px; font-size:18px; font-weight:400; color:#fff; text-align:center; line-height:24px;}
.invite_wrap .tit strong {font-weight:900; color:#EDD951;}
.invite_wrap .input_box {position:relative; display:flex; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; width:100%; height:50px; background:rgba(0, 0, 0, 0.2); border:1px solid #fff;}
.invite_wrap .input_box .btn_copy {flex-grow:0; flex-shrink:0; display:inline-block; padding:0 12px; min-width:fit-content; width:fit-content; font-size:14px; font-weight:700; color:#fff; text-align:center; line-height:48px; border-left:1px solid #fff; background:rgba(255, 255, 255, 0.2);}

.invite_wrap .input_code {display:block; width:100%; font-size:16px; font-weight:500; color:#fff; background:none; border:none;}
.invite_wrap .input_url {flex:1 1 100px; display:inline-block; padding:0 15px; font-size:12px; font-weight:400; color:#fff; background:none; border:none; overflow:hidden;}
.invite_wrap .btn_shareApp {display:block; margin-top:20px; width:100%; height:50px; font-size:18px; font-weight:700; color:#212121; text-align:center; line-height:50px; background:#EDD951; border-radius:4px;}
.invite_wrap .info {margin-top:15px; font-size:13px; font-weight:400; color:#fff; text-align:center; line-height:18px;}

/* 공지사항 */
.noti_list_wrap {position:relative; display:block; width:100%;}
.noti_list_wrap::after {content:''; display:block; clear:both;}
.noti_list_wrap li {position:relative; display:block; padding:15px; width:100%; border-bottom:1px solid #DCDCDC;}
.noti_list_wrap li .tit {margin-bottom:5px; font-size:16px; font-weight:500; color:#424242; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.noti_list_wrap li .date {font-size:12px; font-weight:400; color:#93999B;}

.noti_con_box {position:relative; padding:15px;}
.noti_con_box .tit {margin-bottom:5px; font-size:16px; font-weight:500; color:#424242; line-height:20px;}
.noti_con_box .date {padding-bottom:15px; font-size:12px; font-weight:400; color:#93999B; border-bottom:1px solid #DCDCDC;}
.noti_con_box .con {padding:20px 0; font-size:14px; font-weight:400; color:#848484; line-height:18px;}
.noti_con_box .con img {margin:15px 0; width:100%;}

/* 즐겨찾기 편집 */
.btn_trash {position:absolute; display:block; top:0; left:0; width:110px; height:111px; background:rgba(0, 0, 0, 0.6) url(/img/trash@2x.png) no-repeat center; background-size:26px;}

/* 알림 */
.noti_bar {position:relative; display:flex; padding:0 15px; width:100%; height:46px; background:#F7F7F7;}
.noti_bar .txt_noti {margin-right:auto; font-size:12px; color:#838383; line-height:46px;}
.noti_bar .txt_noti .num {margin-left:2px;}
.noti_bar .txt_noti .num::before {content:"(";}
.noti_bar .txt_noti .num::after {content:")";}
.noti_bar .btn_del_all {margin-left:auto; height:46px; font-size:12px; color:#93999B; line-height:46px; background:transparent; border:none;}
.list_none {padding:30px 0; font-size:14px; color:#212121; text-align:center;}

/* 로그인 */
.login_wrap {position:relative; padding:100px 45px 0 45px; width:100%; height:100vh; background:url(/img/bg@2x.png) no-repeat; background-size:cover;}
.login_wrap h1 {margin-bottom:40px;}
.login_wrap h1 img {display:block; margin:0 auto; width:100%; max-width:282px;}

.input_email_box {position:relative; display:flex; margin-bottom:10px; padding:0 10px 0 40px; width:100%; height:50px; background:rgba(0, 0, 0, 0.2) url(/img/ic_input_email@2x.png) no-repeat 10px 50%; background-size:20px; border:1px solid #fff;}
.input_email_box input {flex:auto; width:100%; height:48px; font-size:16px; font-weight:400; color:#fff; background:none; border:none;}
.input_email_box input::placeholder {color:rgba(255, 255, 255, 0.5);}

.input_pw_box {position:relative; display:flex; padding:0 45px 0 40px; width:100%; height:50px; background:rgba(0, 0, 0, 0.2) url(/img/ic_input_lock@2x.png) no-repeat 10px 50%; background-size:20px; border:1px solid #fff;}
.input_pw_box input {flex:auto; display:block; width:100%; height:48px; font-size:16px; font-weight:400; color:#fff; background:none; border:none;}
.input_pw_box input::placeholder {color:rgba(255, 255, 255, 0.5);}
.input_pw_box .btn_eye_off {position:absolute; display:block; top:0; right:10px; width:25px; height:48px; background:url(/img/ic_input_eye_off@2x.png) no-repeat 50% 50%; background-size:25px; border:none;}
.input_pw_box .btn_eye_on {position:absolute; display:block; top:0; right:10px; width:25px; height:48px; background:url(/img/ic_input_eye_on@2x.png) no-repeat 50% 50%; background-size:25px; border:none;}

.btn_login {display:block; margin-top:20px; width:100%; height:50px; font-size:16px; font-weight:400; color:#232323; text-align:center; line-height:50px; background:#EDD951; border:none;}
.btn_area {position:relative; display:flex; width:100%;}

.btn_findPW {display:block; margin:20px auto 60px 0; font-size:14px; font-weight:500; color:rgba(255, 255, 255, 0.7); text-decoration:underline; background:none; border:none;}
.btn_join {display:block; margin:20px 0 60px auto; font-size:14px; font-weight:500; color:#EDD951; text-decoration:underline; background:none; border:none;}

.sns_tit {position:relative; display:flex; margin-bottom:15px; width:100%;}
.sns_tit::before {content:""; flex:1; display:inline-block; margin:auto 0; height:1px; background:rgba(255, 255, 255, 0.5);}
.sns_tit::after {content:""; flex:1; display:inline-block; margin:auto 0; height:1px; background:rgba(255, 255, 255, 0.5);}
.sns_tit p {flex:0; display:inline-block; padding:0 10px; min-width:fit-content; font-size:14px; font-weight:500; color:#fff;}

.login_wrap .btn_login_kakao {flex:1; display:block; margin:0 auto; width:56px; height:56px; background:url(/img/ic_kakao@2x.png) no-repeat center; background-size:56px; border:none;}
.login_wrap .btn_login_facebook {flex:1; display:block; margin:0 auto; width:56px; height:56px; background:url(/img/ic_facebook@2x.png) no-repeat center; background-size:56px; border:none;}
.login_wrap .btn_login_apple {flex:1; display:block; margin:0 auto; width:56px; height:56px; background:url(/img/ic_apple@2x.png) no-repeat center; background-size:56px; border:none;}

/* 회원가입 */
.join_wrap {position:relative; padding:20px; width:100%; height:100vh; background:url(/img/bg@2x.png) no-repeat; background-size:cover;}

.btn_txtTL {margin-right:auto; font-size:20px; font-weight:500; color:#EDD951; background:none; border:none;}

.btn_txtTR {margin-left:auto; font-size:20px; font-weight:500; color:#EDD951; background:none; border:none;}
.btn_txtTR:disabled {color:rgba(237, 217, 81, 0.4);}

.join_wrap h1 {margin-top:60px; font-size:20px; font-weight:500; color:#fff; text-align:center;}

.join_wrap .box_w {position:relative; padding:15px 20px; background:rgba(247, 247, 247, 0.9);}
.join_wrap .box_w div:nth-of-type(n+2) {margin-top:10px;}

.join_agree_checkbox {position:relative;}
.join_agree_checkbox label {position:relative; display:block; padding-right:28px; width:100%; cursor:pointer;}
.join_agree_checkbox label p {display:inline; padding-right:5px; font-size:13px; font-weight:400; color:#212121;}
.join_agree_checkbox label p.all {font-size:15px; font-weight:700; color:#212121;}
.join_agree_checkbox label .btn_txt {display:inline-block; color:#7C7B91; text-decoration:underline; background:none; border:none;}

.join_agree_checkbox input[type="checkbox"] {display:none;}
.join_agree_checkbox input[type="checkbox"] + label::after {content:""; position:absolute; display:block; top:calc(50% - 7px); right:0; width:18px; height:14px; background:url(/img/ic_done@2x.png) no-repeat 50% 50%; background-size:18px;}
.join_agree_checkbox input[type="checkbox"]:checked + label::after {background:url(/img/ic_done_p@2x.png) no-repeat; background-size:18px;}

.input_area {position:relative; padding:0 25px;}
.input_area .input_code {position:relative; display:block; margin-bottom:10px; padding:0 20px; width:100%; height:50px; font-size:16px; font-weight:400; color:#fff; background:rgba(0, 0, 0, 0.2); border:1px solid #fff;}
.input_area .input_code::placeholder {color:rgba(255, 255, 255, 0.5);}
.input_area .txt_info {font-size:13px; font-weight:400; color:#fff; line-height:20px;}

/* popup */
.popup_wrap {display:none; position:fixed; top:50%; left:50%; z-index:102; -ms-transform:translate3d(-50%,-50%,0); -moz-transform:translate3d(-50%,-50%,0); -webkit-transform:translate3d(-50%,-50%,0); transform:translate3d(-50%,-50%,0);}
.popup_wrap .popupBox {position:relative; padding:20px 15px 30px 15px; width:calc(100vw - 48px); max-width:380px; background:#ffffff; box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.popup_wrap .popupBox h1 {margin-bottom:5px; padding-bottom:20px; font-size:18px; font-weight:700; color:#232323; line-height:27px; border-bottom:1px solid #C6C6C6;}
.popup_wrap .popupBox p {padding-top:15px; font-size:14px; font-weight:400; color:#232323; line-height:20px;}
.popup_wrap .popupBox .btn_area {display:flex; margin-top:20px;}
.popup_wrap .popupBox .btn_area button:first-child {margin-left:auto;}
.popup_wrap .popupBox .btn_area button:nth-of-type(n+2) {margin-left:40px;}
.popup_wrap .popupBox .btn_area .btn_cancel {padding:0 6px; min-width:fit-content; width:fit-content; font-size:18px; font-weight:700; color:#838383; background:none; border:none;}
.popup_wrap .popupBox .btn_area .btn_ok {padding:0 6px; min-width:fit-content; width:fit-content; font-size:18px; font-weight:700; color:#232323; background:none; border:none;}

.popup_default_bg {display:none; position:fixed; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background:rgba(10,10,10,0.6); z-index:101;}

.common_input {position:relative; padding:0 20px; width:100%; height:40px; font-size:14px; font-weight:400; color:#232323; background:#F7F7F7; border:1px solid #E5E5E5; border-radius:4px;}


@media (max-width:359px) {

.login_wrap {padding:50px 20px 0 20px;}
.login_wrap h1 {margin-bottom:20px;}

.btn_findPW {font-size:13px;}
.btn_join {font-size:13px;}

.input_area {padding:0;}

.invite_wrap {padding:20px;}

}

.common-prevbox-wraap {position: sticky;top:0;left:0;right:0;height:48px;background:#232323;font-size:0;line-height:0;}
.common-prevbox-wraap .prevbox-btn {float:left;}
.common-prevbox-wraap .prevbox-btn .btn {display:inline-block;width:48px;height:48px;border:none;background:none;vertical-align:top;}
.common-prevbox-wraap .prevbox-btn .btn .str {position:relative;display:inline-block;width:100%;height:100%;font-size:0;line-height:0;vertical-align:top;}
.common-prevbox-wraap .prevbox-btn .btn .str::after{content:"";position: absolute;top:50%;left:50%;display: block;width:10px;height:10px;border-top:4px solid #fff;border-right:4px solid #fff;margin:-5px 0 0 -5px;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
.common-prevbox-wraap .prevbox-text {margin-left:52px;color:#fff;font-size:20px;line-height:48px;}
.common-contwrap {padding:20px;}
.notification-talk-text {word-break: keep-all;font-size: 16px;color: #222;letter-spacing: -1px;}
.notification-talk-text02 {margin-top: 2px;word-break: keep-all;font-size: 14px;color: #222;letter-spacing: -1px;}
.notification-talk-tit {margin:20px -20px 0;border-top:1px solid #ededed;padding:20px 20px 0;color:#232323;font-size:18px;font-weight:700;}
.notification-talk-form {width:100%;margin-top:10px;}
.notification-talk-form th {font-size:14px;text-align:left;font-weight:700;}
.common-title {margin-top:15px;color:#232323;font-size:15px;font-weight:700;}
.common-formbox {margin-top:5px;}
.common-formbox input[type="text"]{width:100%;height:30px;padding:0 5px;border:1px solid #ededed;box-sizing: border-box;}
.common-formbox input[type="radio"] {display:none;}
.common-formbox input[type="radio"] + label {overflow:hidden;min-height:26px;padding:4px 0 3px 32px;display:inline-block;background: url('/img/ic_checkbox02@2x.png') no-repeat 0 0/26px;color: #000;font-weight:400;font-size: 14px;line-height: 1.22;letter-spacing: -0.22px;}
.common-formbox input[type="radio"]:checked + label {background-image: url('/img/ic_checkbox02_sel@2x.png')}
.common-formbox input[type="radio"] + label + input[type="radio"] + label {margin-left:12px;}
.common-formbox-tip {margin-top:5px;font-size:12px;}
.common-formbox .formbox {display:table-cell;vertical-align:top;}
.common-formbox .formbox input[type="text"]{width:100%;height:30px;padding:0 10px;box-sizing: border-box;border:1px solid #ededed;}
.common-formbox .btnbox {display:table-cell;width:60px;text-align:right;vertical-align:top;}
.common-formbox .btnbox .ok-btn {display:inline-block;width:45px;height:30px;border:none;background:#333;color:#fff;font-size:12px;}
.common-footer-btnbox {position:fixed;bottom:0;left:0;right:0;height:50px;}
.common-footer-btnbox .common-btn-tblcell {display:table;width:100%;}
.common-footer-btnbox .common-btn-tblcell .btn {width:100%;height:50px;border:none;background:#232323;color:#fff;font-size:16px;}

.dimpopup-wrap {position:fixed;top:0;left:0;right:0;bottom:0; padding: 0 20px; background: rgba(0,0,0,0.7);display: -webkit-box;display: flex;-webkit-display:flex;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;flex-wrap: wrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;z-index:500;}
.layer-popup {position:absolute;top:240px;left:20px;right:20px;background:#fff;box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.1);border-radius:5px;z-index:1000;}
.layer-popup .title {height:50px;padding:0 10px;border-radius:5px 5px 0 0;background:#232323;color:#fff;font-size:18px;font-weight:500;line-height:50px;}
.layer-popup .textwrap {padding:10px;color:#000;font-size:16px;line-height:1.4;text-align:center;word-break: keep-all;}
.layer-popup .textwrap p {margin-top:10px;}
.layer-popup .textwrap p.text {padding:20px 0;}
.layer-popup .textwrap p:first-child {margin:0;}
.popchktype-wrap {padding:20px 0 30px;text-align:Center;}
.popchktype-wrap input[type="text"]{width:100%;height:30px;padding:0 5px;border:1px solid #ededed;box-sizing: border-box;}
.popchktype-wrap input[type="radio"] {display:none;}
.popchktype-wrap input[type="radio"] + label {overflow:hidden;min-height:26px;padding:4px 0 3px 32px;display:inline-block;box-sizing: border-box;background: url('/img/ic_checkbox.png') no-repeat 0 0/26px;color: #000;font-weight:400;font-size: 14px;line-height: 1.22;letter-spacing: -0.22px;}
.popchktype-wrap input[type="radio"]:checked + label {background-image: url('/img/ic_checkbox02_sel@2x.png');color:#0052de;}
.popchktype-wrap input[type="radio"] + label + input[type="radio"] + label {margin-left:12px;}
.popbtn-wrap {overflow: hidden; display:table;width:100%;border-radius:0 0 5px 5px;}
.popbtn-wrap .cell {display:table-cell;width:50%;}
.popbtn-wrap button {width:100%;height:40px;padding:0 10px;border:none;background:#232323;color:#fff;font-size:18px;font-weight:500;line-height:40px;}
.popbtn-wrap a {display: inline-block; width:100%;height:40px;padding:0 10px;border:none;background:#232323;color:#fff;font-size:18px;font-weight:500;line-height:40px; text-align: center;}
.popbtn-wrap button.type01, .popbtn-wrap a.type01 {background:#ffea41; color: #000;}

/* error 404 */
.error_wrap {position:relative; padding:50px 45px;}
.error_wrap h2 {font-size:70px; font-weight:700; color:#EDD951; text-align:center; line-height:70px; letter-spacing:2px;}
.error_wrap h3 {font-size:20px; font-weight:700; color:#EDD951; text-align:center; line-height:26px;}
.error_wrap p {font-size:16px; font-weight:400; color:#fff; text-align:center;}
.error_wrap .btn_area {margin-top:50px;}
.btn_borW_r {display:inline-block; margin:0 auto; padding:7px 24px; font-size:16px; font-weight:700; color:#fff; background:none; border:1px solid #fff; border-radius:22px;}

.program-start-btn {position:fixed;bottom:0;left:0;right:0;}
.program-start-btn .btn {display: inline-block;width:100%;height:50px;border:none;background:#000000;color:#fff; line-height: 50px; font-weight: bold; font-size:18px;text-align:center;}
.program-start-btn #container {padding-bottom:50px;}

.layer-popup02 {position:absolute;top:280px;left:20px;right:20px;background:#fff;box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.1);border-radius:5px;z-index:1000;}
.layer-popup03 {position:absolute;top:180px;left:40px;right:40px;background:#fff;box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.1);border-radius:5px;z-index:1000;}
.device-registration-wrap {padding:20px 20px 30px;}
.device-registration-wrap .tit {font-size:14px;}
.device-registration-text {padding:40px 0 ;text-align:center;font-size:12px;}

.common-subtitle {margin-top:30px;font-size:18px;font-weight:700;}
.common-subtitle:first-child {margin-top:0;}


.user-registration-list li {position:relative; float: none; margin-top:20px;padding:20px 0 0 0;}
.user-registration-list li + li {border-top:1px solid #eee;}
.user-registration-list li .formbox input[type="radio"] {display:none;}
.user-registration-list li .formbox input[type="radio"] + label {display:inline-block;height:27px;padding:2px 0 2px 40px;background: url('/img/bul_radio_off.png') no-repeat 0 0 /26px;color: #000;font-weight:400;font-size: 14px;}
.user-registration-list li .formbox input[type="radio"]:checked + label {background-image: url('/img/bul_radio_on.png');color:#0052de;}

.user-registration-list li .date {margin:0 0 0 40px;font-size:14px;}
.user-registration-list li .btnbox {position:absolute;right:10px;top:20px;}
.user-registration-list li .btnbox .del-btn {display:inline-block;width:45px;height:28px;border:none;background:#828282;color:#fff;font-size:12px;}
.user-registration-list li:first-child {margin-top:0;}

.line-contour {margin:20px -20px 0;border:none;border-top:1px solid #eee;}
.user-registration-tip {margin-top:10px;color:#333333;font-size:12px;}
.user-registration-tip .str {color:#ac0000;}

.common-text {margin:3px -20px 0;border-bottom:1px solid #eee;padding:0 0 20px 20px;font-size:14px;}
.btn-coupon {
    width: 100%;
    min-height: 23px;
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-align: left;
    line-height: 23px;
    background: url(/img/coupon.png) no-repeat right center;
    background-size: 44px;
    border: none;
}

.dimpopup-wrap {position:fixed;top:0;left:0;right:0;bottom:0;background: rgba(0,0,0,0.2);display: -webkit-box;display: flex;-webkit-display:flex;-webkit-box-align: center;align-items: center;-webkit-box-pack: center;justify-content: center;flex-wrap: wrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;z-index:500;}
.layer-popup-temporary {position:relative;background: url('/img/bg_notices.png') repeat 0 bottom/ 300px;box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.1);border-radius:5px;}
.layer-popup-temporary .title {position:relative;height:50px;padding:0 0 0 20px;border-radius:5px 5px 0 0;background:#000;color:#fff;font-size:18px;font-weight:700;line-height:50px;}
.layer-popup-temporary .title .closebtn {position:absolute;right:0;top:0;width:50px;height:50px;border:none;border-radius:5px 5px 0 0;background: url('/img/bg_close.png') no-repeat 0 0/ 50px;font-size:0;line-height:0;}
.layer-popup-temporary .textwrap {padding:20px 20px 40px;color:#fff;font-size:14px;line-height:1.4;text-align:left;word-break: keep-all;}
.layer-popup-temporary .textwrap p {margin-top:10px;}
.layer-popup-temporary .textwrap p.text {padding:40px 0;}
.layer-popup-temporary .textwrap p:first-child {margin:0;}

/* 추가 css */
.exercise-header {display:flex;align-items:center;justify-content:space-between;margin:0 -10px 0;}
.exercise-header .prev-wrap {width:45px;}
.exercise-header .prev-wrap .prevbtn {width:45px;height:45px;border:none;background: url('/img/bul_prev.png') no-repeat 50%/30px;font-size:0;line-height:0;}
.exercise-header .next-wrap {width:45px;}
.exercise-header .next-wrap .nextbtn {width:45px;height:45px;border:none;background: url('/img/bul_next.png') no-repeat 50%/30px;font-size:0;line-height:0;}
.exercise-header .date-wrap {color:#fff;font-size:16px;text-align:center;font-family: 'Noto Sans KR', sans-serif;line-height:45px;}
.exercise-list {margin-top:10px;}
.exercise-list .exercise-wrap {margin-top:15px;}
.exercise-list .exercise-wrap:first-child {margin-top:0;}
.exercise-list .exercise-wrap .link {position:relative;display:block;height:103px;padding:15px;border:1px solid rgba(206,206,206,0.3);background:#232323 url('/img/mydiet1.png') no-repeat right 0/cover;box-sizing: border-box;text-decoration: none;}
.exercise-list .exercise-wrap .link.type01 {background-image: url('/img/mydiet1.png');}
.exercise-list .exercise-wrap .link.type02 {background-image: url('/img/mydiet2.png');}
.exercise-list .exercise-wrap .link.type03 {background-image: url('/img/mydiet3.png');}
.exercise-list .exercise-wrap .link.type04 {background-image: url('/img/mydiet4.png');}
.exercise-list .exercise-wrap .link.type05 {background-image: url('/img/mydiet5.png');}
.exercise-list .exercise-wrap .link.type06 {background-image: url('/img/mydiet6.png');}
.exercise-list .exercise-wrap .link.type07 {background-image: url('/img/mydiet7.png');}
.exercise-list .exercise-wrap .link:after{content:" ";display:inline-block;position:absolute;right:10px;top:50%;width:30px;height:30px;margin-top:-15px;background: url('/img/order-process@2x.png') no-repeat 0 0/30px;color:#fff;font-size:20px;-webkit-animation:arroWbox 2s ease-in-out infinite backwards;animation:arroWbox 2s ease-in-out infinite backwards;
}
@-webkit-keyframes arroWbox {
    0% {opacity:0.5;}
    50% {opacity:0.7}
    100% {opacity:0.5}
}
.exercise-list .exercise-wrap .day-week {color:#d0c88a;font-size:20px;font-weight:700;font-family: 'Lato', sans-serif;}
.exercise-list .exercise-wrap .day-week .date {display:block;color:#fff;font-size:10px;font-weight:300;}
.exercise-list .exercise-wrap .exercise-count {margin-top:13px;color:#fff;font-size:12px;font-weight:300;font-family: 'Noto Sans KR', sans-serif;}
.exercise-list .exercise-wrap .final-exercise {color:#fff;font-size:12px;font-weight:300;font-family: 'Noto Sans KR', sans-serif;}
.exercise-list .exercise-wrap .not-exercise {margin-top:14px;color:#fff;font-size:12px;font-weight:300;font-family: 'Noto Sans KR', sans-serif;}
.exercise-history {margin-top:30px;padding:20px 0;border: 1px solid rgba(206,206,206,0.3);background:#1b1b1b;color:#fff;font-family: 'Noto Sans KR', sans-serif;font-size:16px;text-align:center;}
.exercise-imgbox {display:flex;align-items: center;position: relative;width: 100%;height: 120px;border: 1px solid rgba(206,206,206,0.3);background: url('/img/img_my_cover@2x.png') no-repeat  0 50%/cover;color:#fff;font-size:14px;text-align:center;line-height:1.1;}
.exercise-top {width:100%;}
.exercise-top .tit {padding:2px 0}

.path-wrap {
    overflow: hidden;
    position: relative;
    display: flex;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.2) url(/img/ic_input_path@2x.png) no-repeat 10px 50%;
    background-size: 20px;
    border: 1px solid #fff;
    height: 50px;
}

.path-wrap .path-select {
    padding: 0 40px 0 40px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.2) url(/img/ic_input_triangle@2x.png) no-repeat calc(100% - 10px) 50%;
    background-size: 20px;
    /* border: 1px solid #fff; */
    font-size: 16px;
    font-weight: 400;
    color: #8e8e8e;
}

.path-wrap .path-select option {
    width: 100%;
    height: 30px;
}

.notice-list .btn_cash {
    margin-left: 10px;
    margin-bottom: 5px;
}

.notice-list .btn_cash .tit {
    overflow: hidden;
    max-width: calc(100% - 120px);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}

.notice-list .btn_cash .txt_cash {
    background: none;
}

.pause-usage-history {overflow: hidden;margin-top: 10px;width: 100%;}
.pause-usage-history li {display: flex;align-items: center;height: 60px;width: 100%;border:1px solid #e3e3e3;border-top:none;padding:10px;}
.pause-usage-history li:first-child {border-top:1px solid #e3e3e3}
.pause-usage-history li .exercise-count {    display: flex;align-items: center;justify-content: space-between;width: 100%;}
.pause-usage-history .day-week {display: inline-block;height: 20px;padding: 0 10px;background: #000;color: #fefeff;text-align: center;line-height: 20px;border-radius: 20px;}
.footerButton {display: flex;: space-between;width:100%;margin-top: 20px;}
.select-pause {width: calc(100% - 70px);height: 40px;padding: 3px 10px;background: url('/img/dropdown_dark@2x.png') no-repeat right 10px top 50%/12px;border: 1px solid #dfdfdf;}
.btn-use {width: 65px;margin:0;padding:0;border: none;background: #232323;color:#fff;font-size:13px;text-align:center;}
.btn-use:focus {background:#232323;}
.canNotBeUsed {margin-top:30px;color:#000;font-size:20px;text-align:center;}


.spinner-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.25);
}

.spinner-position {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: calc(50% - 40px);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  

.pagination {display:flex; justify-content:space-between; height:40px; margin-top:20px; padding:0 15px; align-items:center; font-size:0;}
.pagination .pagination__control {display:inline-block; position:relative; width:40px; height:40px; border:1px solid #bbb; -webkit-box-sizing:border-box; box-sizing:border-box; background:none; font-size:0; line-height:0;}
.pagination__previous .pagination__control.prev {margin-left:5px;}
.pagination__previous .pagination__control.first::before {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 1px; transform:rotate(-45deg); border-top:1px solid #222; border-left:1px solid #222;}
.pagination__previous .pagination__control.first::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -4px; transform:rotate(-45deg); border-top:1px solid #222; border-left:1px solid #222;}
.pagination__previous .pagination__control.prev::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -1px; transform:rotate(-45deg); border-top:1px solid #222; border-left:1px solid #222;}
.pagination__currentpage {color:#222; font-size:17px; width: 30%; text-align: center;}
.pagination__currentpage.pagination__currentpage__location {color:#555; font-weight:600;}
.pagination__next .pagination__control.last {margin-left:5px;}
.pagination__next .pagination__control.next::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -5px; transform:rotate(45deg); border-top:1px solid #222; border-right:1px solid #222;}
.pagination__next .pagination__control.last::before {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -8px; transform:rotate(45deg); border-top:1px solid #222; border-right:1px solid #222;}
.pagination__next .pagination__control.last::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -3px; transform:rotate(45deg); border-top:1px solid #222; border-right:1px solid #222;}
.pagination__control.disabled {opacity:0.3;}

.before_text {
  width: 100%;
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 4px 10px;
}

.custom-select {
  -webkit-appearance: none;  
  -moz-appearance: none;
  appearance: none;
}
.custom-select::-ms-expand {    display: none;}

.custom-select {
  width: 150px;
  height: 40px;
  padding: 4px 10px;
  font-family: inherit;
  /* background: url(/img/dropdown_dark@2x.png) no-repeat 95% 50%; */
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 18px) calc(1em + 3px), calc(100% - 13px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}