.right_box > .content.write-play-friend .content-wrapper{
    margin-bottom: 140rem;
}

.right_box > .content.write-play-friend h2 {
    font-weight: 500;
    font-size: 17rem;
    line-height: 23rem;
    text-align: center;
    margin: 15rem 0;
}

.right_box > .content.write-play-friend .question-box-header {
    position: relative;
    margin-bottom: 43rem;
}

.right_box > .content.write-play-friend .question-box h3 {
    font-weight: 700;
    font-size: 17rem;
    line-height: 23rem;
    text-align: center;
    margin-top: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_box > .content.write-play-friend .question-box h3 span.question-mark-icon {
    width: 27rem;
    height: 27rem;
    display: inline-block;
    background-image: url(/skin/basic/images_ddakple/icon/question-mark-circle.svg);
    background-size: contain;
    margin-left: 8rem;
    cursor: pointer;
}

.right_box > .content.write-play-friend .question-box .sub-title {
    font-weight: 300;
    font-size: 11rem;
    line-height: 15rem;
    text-align: center;
    margin-top: 2.5rem;
    color: #747473;
    position: absolute;
    left: 0;
    right: 0;
}

.right_box > .content.write-play-friend .progress-bar {
    position: relative;
    width: 238rem;
    height: 7.5rem;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 4rem;
    background-color: #FAFAFA;
}
.right_box > .content.write-play-friend .progress-bar > .filler {
    position: absolute;
    height: 100%;
    width: 50%;
    border-radius: 4rem;
    background-color: #8280FF;
}

.right_box > .content.write-play-friend .radio-box-wrapper {
    margin: 28rem 0 40rem 0;
}

.right_box > .content.write-play-friend .radio-box-wrapper .radio-box {
    max-width: 218rem;
    margin: 0 auto;
    margin-bottom: 7rem;
    padding: 12rem 18rem;
    background: #FAFAFA;
    border-radius: 5rem;
    font-size: 11rem;
}

.right_box > .content.write-play-friend .radio-box-wrapper .radio-box > label {
    font-weight: 300;
    font-size: 11rem;
    line-height: 18rem;
    display: block;
}

.right_box > .content.write-play-friend .input-box-wrapper {
    margin: 28rem 0 40rem 0;
}

.right_box > .content.write-play-friend .input-box {
    position: relative;
    display: block;
    max-width: 250rem;
    margin: 0 auto;
    margin-bottom: 7rem;
}

.right_box > .content.write-play-friend .input-box input[type="text"],
.right_box > .content.write-play-friend .input-box input[type="number"] {
    padding: 9rem 13rem;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 5rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 11rem;
    box-shadow: none;
}
.right_box > .content.write-play-friend .input-box input[name="join_fee"],
.right_box > .content.write-play-friend .input-box input[name="member_fee"] {
    padding-right: 28rem;
}
.right_box > .content.write-play-friend .input-box span.currency_unit {
    position: absolute;
    right: 12rem;
    top: 0;
    line-height: 36rem;
    font-size: 11rem;
    color: #858584;
}

.right_box > .content.write-play-friend .pf-open-chat .input-box input[type="text"] {
    padding: 9rem 30rem 9rem 13rem;
    background-image: url(/skin/basic/images_ddakple/icon/link.png);
    background-position: right 12rem center;
    background-repeat: no-repeat;
    background-size: 13rem;
}
.right_box > .content.write-play-friend .pf-open-chat .input-box .open_explanation_btn {
    width: 36rem;
    height: 36rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.right_box > .content.write-play-friend .pf-type .radio-box-wrapper .radio-box+.input-box {
    position: relative;
    display: block;
    max-width: 250rem;
    margin: 0 auto;
    margin-bottom: 7rem;
}

.right_box > .content.write-play-friend .pf-type .radio-box-wrapper .radio-box+.input-box input[type="text"] {
    padding: 9rem 54rem 9rem 18rem;
    display: block;
    border: 1px solid #EAEAEA;
    border-radius: 2rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 11rem;
}
.right_box > .content.write-play-friend .pf-type .radio-box-wrapper .radio-box+.input-box span {
    position: absolute;
    right: 16rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    font-weight: 300;
    font-size: 11rem;
    line-height: 15rem;
    color: #747473;
}
.right_box > .content.write-play-friend .pf-type .floating-btn {
    bottom: 64rem;
}
.right_box > .content.write-play-friend .pf-sex .people-num .radio-box > span {
    display: flex;
    align-items: center;
}
.right_box > .content.write-play-friend .pf-sex .people-num .radio-box {
    display: flex;
    justify-content: space-between;
}
.right_box > .content.write-play-friend .input-box-wrapper > .etc_notic_text,
.right_box > .content.write-play-friend .radio-box-wrapper > .etc_notic_text {
    max-width: 218rem;
    margin: auto!important;
}

.right_box > .content.write-play-friend .bottom-fixed-btn,
.ddakple-popup .bottom-fixed-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70rem;
    box-sizing: border-box;
    padding: 17rem 14.5rem;
    display: flex;
}

.right_box > .content.write-play-friend .save-btn > button,
.ddakple-popup .bottom-fixed-btn.save-btn > button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    background: #FF0049;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 11rem;
    color: #FFFFFF;
}
.right_box > .content.write-play-friend .save-btn > button:disabled,
.right_box > .content.write-play-friend .save-btn > button.disabled,
.ddakple-popup .bottom-fixed-btn.save-btn > button:disabled, 
.ddakple-popup .bottom-fixed-btn.save-btn > button.disabled {
    background-color: #F5F6F8;
    color: #858584;
}
.right_box > .content.write-play-friend .save-btn > button,
.ddakple-popup .bottom-fixed-btn.save-btn > button {
    margin-right: 8rem;
}
.right_box > .content.write-play-friend .save-btn > button:last-child,
.ddakple-popup .bottom-fixed-btn.save-btn > button:last-child {
    margin-right: 0;
}

.right_box > .content.write-play-friend .bubble-info-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: -32rem;
    box-sizing: border-box;
}

.right_box > .content.write-play-friend .bubble-info {
    position: relative;
    background: #8280FF;
    font-weight: 400;
    font-size: 12rem;
    line-height: 16rem;
    color: #FFF;
    padding: 9rem 16rem;
    display: inline-block;
    border-radius: 18rem;
}
.right_box > .content.write-play-friend .bubble-info::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -18rem;
    left: calc(50% - 10rem);
    display: block;
    text-align: center;
    border-bottom: 10rem solid transparent;
    border-top: 10rem solid #8280FF;
    border-left: 10rem solid transparent;
    border-right: 10rem solid transparent;
}

.right_box > .content.write-play-friend .gym-search,
.right_box > .content.write-play-friend .club-addr-search {
    position: relative;
    margin: 23rem 14rem 8rem 14rem;
    height: 28rem;
    box-sizing: border-box;
}
.right_box > .content.write-play-friend .gym-search input[type="text"],
.right_box > .content.write-play-friend .club-addr-search input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    border-radius: 5rem;
    font-weight: 300;
    letter-spacing: -0.055em;
    color: #747473;
    background-repeat: no-repeat;
    font-size: 12rem;
    padding: 0;
    margin-bottom: 6rem;
    background-position: 8rem;
    background-size: 13rem;
    text-align: center;
}
.right_box > .content.write-play-friend .club-addr-search input[name="addr1"] {
    background-image: url(/skin/basic/images_partner/icon/etc/icon_position_marker.svg);
    padding: 0 26rem 0 28rem;
}
.right_box > .content.write-play-friend .gym-search .reset-search,
.right_box > .content.write-play-friend .club-addr-search .reset-search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: unset;
    background-image: url(/skin/basic/images_partner/icon/etc/icon_close_circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    right: 6rem;
    width: 15rem;
    height: 15rem;
}

.right_box > .content.write-play-friend .place-select {
    display: flex;
    flex-direction: row;
    margin: 23rem 14rem 8rem 14rem;
}
.right_box > .content.write-play-friend .place-select > .select-ctrl-wrapper {
    flex-grow: 1;
    margin-right: 5rem;
}
.right_box > .content.write-play-friend .place-select > .select-ctrl-wrapper:last-child {
    margin-right: 0;
}
.right_box > .content.write-play-friend .place-select > .select-ctrl-wrapper .select-ctrl {
    height: 34rem;
}
.right_box > .content.write-play-friend .place-select > .select-ctrl-wrapper .select-ctrl > span {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    padding: 6rem 15rem 6rem 10rem;
    box-sizing: border-box;
    font-size: 11rem;
    color: #747473;
}

.right_box > .content.write-play-friend .gym-search-wrapper,
.right_box > .content.write-play-friend .place-select-wrapper,
.right_box > .content.write-play-friend .club-addr-search-wrapper {
    margin-top: 62rem;
}
.right_box > .content.write-play-friend .place-type-wrapper {
    display: flex;
    justify-content: center;
}
.right_box > .content.write-play-friend .place-type-wrapper > button {
    min-width: 105rem;
    margin-right: 8rem;
}
.right_box > .content.write-play-friend .place-type-wrapper > button:last-child {
    margin-right: 0;
}

.right_box > .content.write-play-friend .wide-box {
    display: block;
    margin: 0 15rem;
}

.right_box > .content.write-play-friend .time-box-wrapper {
    border: 1px solid #EDEDED;
    border-radius: 5rem;
    margin: 15rem;
    padding: 14rem 44rem 14rem 12rem;
    background-image: url(/skin/basic/images_partner/icon/etc/icon_calendar.svg);
    background-repeat: no-repeat;
    background-position: right 16rem center;
    cursor: pointer;
}

.right_box > .content.write-play-friend .time-box-wrapper .time-empty {
    font-size: 12rem;
    line-height: 15rem;
    color: #747443;
}
.right_box > .content.write-play-friend .time-box-wrapper .time-box {
    font-weight: 300;
}
.right_box > .content.write-play-friend .time-box-wrapper .time-box > * {
    font-size: 13rem;
    line-height: 19rem;
}
.right_box > .content.write-play-friend .time-box-wrapper .time-box > .time-period {
    font-size: 11rem;
}

.right_box > .content.write-play-friend .pf-description textarea.textarea-basic {
    width: 100%;
    min-height: 178rem;
    padding-right: 48rem;
    box-sizing: border-box;
}
.right_box > .content.write-play-friend .pf-description .textarea-wrapper {
    position: relative;
}
.right_box > .content.write-play-friend .pf-description .textarea-wrapper > span {
    position: absolute;
    top: 15rem;
    right: 6rem;
    font-weight: 300;
    font-size: 10rem;
    line-height: 15rem;
    color: #747473;
}

.right_box > .content.write-play-friend .pf-club .pf-club-name .input-box input[type="text"] {
    padding: 9rem 54rem 9rem 18rem;
    display: block;
    border: 1px solid #EAEAEA;
    border-radius: 2rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 11rem;
}
.right_box > .content.write-play-friend .pf-club .pf-club-name .input-box span {
    position: absolute;
    right: 16rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    font-weight: 300;
    font-size: 11rem;
    line-height: 15rem;
    color: #747473;
}

.right_box > .content.write-play-friend .pf-club .select-ctrl-wrapper {
    max-width: 218rem;
    margin: auto;
}

.right_box > .content.write-play-friend .pf-club .club-fee .join-fee,
.right_box > .content.write-play-friend .pf-club .club-fee .member-fee {
    margin-bottom: 62rem;
}

.right_box > .content.write-play-friend .pf-club .input-box.register {
    display: flex;
    max-width: unset;
    margin: 0 13rem 16rem 13rem;
}
.right_box > .content.write-play-friend .pf-club .input-box.register input[type="text"] {
    border-radius: 2rem;
}
.right_box > .content.write-play-friend .pf-club .input-box.register button {
    width: 70rem;
    margin-left: 15rem;
}

.right_box > .content.write-play-friend .pf-club .pf-club-lesson h4 {
    font-weight: 700;
    font-size: 13rem;
    line-height: 18rem;
    margin: 14.5rem 14rem;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-list > li {
    margin: 0 15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38rem;
    border-bottom: 1px solid #F1F1F1;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-list > li > span {
    font-weight: 700;
    font-size: 10rem;
    line-height: 14rem;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-list > li > button {
    width: 37rem;
    height: 22rem;
    line-height: 20rem;
    border: 1px solid #EAEAEA;
    color: #A3A3A3;
    background: #FFFFFF;
    border-radius: 2rem;
    font-size: 10rem;
    padding: 0;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-list > li > button:hover {
    color: #FF0049;
    border: 1px solid #FF0049;
}

.right_box > .content.write-play-friend .pf-club .pf-club-lesson .pf-cl-3 button.coach-time-delete-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    color: #8280FF;
    font-weight: 500;
    font-size: 12rem;
    line-height: 16rem;
    margin: 12rem;
    border: none;
    background: none;
    cursor: pointer;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list li.coach-time-wrapper {
    margin-bottom: 27rem;
}

.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-header {
    margin: 16rem 15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-header span {
    font-weight: 700;
    font-size: 10rem;
    line-height: 14rem;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-header button {
    width: 37rem;
    height: 22rem;
    line-height: 20rem;
    border: 1px solid #EAEAEA;
    color: #A3A3A3;
    background: #FFFFFF;
    border-radius: 2rem;
    font-size: 10rem;
    padding: 0;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-header button:hover {
    color: #FF0049;
    border: 1px solid #FF0049;
}

.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item {
    display: flex;
    align-items: center;
    margin: 8rem 15rem;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-empty,
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-filled {
    border: 1px solid #EDEDED;
    border-radius: 5rem;
    height: 44rem;
    padding: 0 40rem 0 12rem;
    background-image: url(/skin/basic/images_ddakple/icon/clock.svg);
    background-repeat: no-repeat;
    background-position: right 15rem center;
}

.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-empty {
    display: flex;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item.filled .coach-time-empty {
    display: none;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-filled {
    display: none;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item.filled .coach-time-filled {
    display: flex;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-empty {
    align-items: center;
    color: #747473;
    font-weight: 400;
    font-size: 12rem;
    flex-grow: 1;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-filled {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    flex-grow: 1;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-filled .coach-time-period {
    font-weight: 300;
    font-size: 11rem;
    line-height: 15rem;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item .coach-time-filled .coach-time-day-of-week {
    font-weight: 300;
    font-size: 13rem;
    line-height: 15rem;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item input[type="checkbox"]+label {
    display: none;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list.delete .coach-time-item input[type="checkbox"]+label {
    display: block;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item input[type="checkbox"]+label {
    width: 21rem;
    height: 21rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 12rem;
    margin-right: 8rem;
    padding: 0;
    background-color: #FFF;
    box-sizing: border-box;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item input[type="checkbox"]:checked+label {
    background-color: #8280FF;
    border: none;
    background-image: url(/skin/basic/images_ddakple/icon/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.right_box > .content.write-play-friend .pf-club .pf-club-lesson ul.pf-cl-coach-time-list .coach-time-item input[type="checkbox"]+label::before {
    content: unset;
}

.ddakple-popup.pf-type-explanation h3 {
    font-weight: 700;
    font-size: 17rem;
    line-height: 23rem;
    text-align: center;
    margin-top: 28rem;
}
.ddakple-popup.pf-type-explanation .sub-title {
    font-weight: 300;
    font-size: 11rem;
    line-height: 15rem;
    text-align: center;
    color: #747473;
    margin-top: 1rem;
    margin-bottom: 28rem;
}
.ddakple-popup.pf-type-explanation .pf-type-info {
    padding: 14rem 14rem 14rem 90rem;
    background: #FAFAFA;
    border-radius: 5rem;
    margin: 14rem;
    background-repeat: no-repeat;
    background-position: left 17rem center;
}
.ddakple-popup.pf-type-explanation .pf-type-info.guest {background-image: url(/skin/basic/images_ddakple/image/squirrel-1.png);background-size: 42rem;}
.ddakple-popup.pf-type-explanation .pf-type-info.lightning {background-image: url(/skin/basic/images_ddakple/image/squirrel-2.png);background-size: 55.5rem;}
.ddakple-popup.pf-type-explanation .pf-type-info.club {background-image: url(/skin/basic/images_ddakple/image/squirrel-3.png);background-size: 60.5rem;}
.ddakple-popup.pf-type-explanation .pf-type-info p {
    font-weight: 300;
    font-size: 11rem;
    line-height: 15rem;
}
.ddakple-popup.pf-type-explanation .pf-type-info p span.info {
    font-size: 10rem;
    color: #747473;
}
.ddakple-popup.pf-type-explanation .pf-type-info span.pf-tag {
    font-weight: 500;
    font-size: 9rem;
    line-height: 15rem;
    padding: 1rem 4rem;
    border-radius: 1rem;
}
.ddakple-popup.pf-type-explanation .pf-type-info .tag-list {margin-bottom: 5.5rem;}
.ddakple-popup.pf-type-explanation .pf-type-info span.pf-tag.guest {background: #EFEFFF;color: #7A79EE;}
.ddakple-popup.pf-type-explanation .pf-type-info span.pf-tag.lightning {background: #DDE6ED;color: #5792B2;}
.ddakple-popup.pf-type-explanation .pf-type-info span.pf-tag.club {background: #F1F1F1;color: #454545;}



.ddakple-popup.pf-open-chat-explanation .popup-header {border-bottom: none;}
.ddakple-popup.pf-open-chat-explanation .popup-body {display: flex;flex-direction: column;}
.ddakple-popup.pf-open-chat-explanation .popup-body .slick-list.draggable,
.ddakple-popup.pf-open-chat-explanation .popup-body .slick-track {
    height: 100%;
}
.ddakple-popup.pf-open-chat-explanation .carousel-popup-dots {
    position: absolute;
    width: 100%;
    top: 122rem;
}
.ddakple-popup.pf-open-chat-explanation .carousel-popup-dots ul.slick-dots {
    display: flex;
    justify-content: center;
}
.ddakple-popup.pf-open-chat-explanation .carousel-popup-dots ul.slick-dots > li {
    width: 6rem;
    height: 6rem;
    background: #D5D5D5;
    border-radius: 3rem;
    font-size: 0;
    border: 0;
    margin: 0 4rem;
}
.ddakple-popup.pf-open-chat-explanation .carousel-popup-dots ul.slick-dots > li.slick-active {background: #FF0049;}
.ddakple-popup.pf-open-chat-explanation .carousel-popup-dots ul.slick-dots > li button {display: none}
.ddakple-popup.pf-open-chat-explanation .pf-open-chat-info-wrapper {flex-grow: 1;position: relative;}
.ddakple-popup.pf-open-chat-explanation .pf-open-chat-info-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 68rem 30rem 0 30rem;
    display: flex;
}
.ddakple-popup.pf-open-chat-explanation .pf-open-chat-info-img > div {
    flex-grow: 1;
    background-size: contain;
    background-position: center bottom -18rem;
    background-repeat: no-repeat;
}
.ddakple-popup.pf-open-chat-explanation h3 {
    font-weight: 700;
    font-size: 17rem;
    line-height: 23rem;
    text-align: center;
}
.ddakple-popup.pf-open-chat-explanation .sub-title {
    font-weight: 300;
    font-size: 11rem;
    line-height: 15rem;
    text-align: center;
    color: #747473;
    margin-top: 10rem;
    margin-bottom: 28rem;
}

.ddakple-popup.search-gym-popup #search-gym-form {
    margin: 13rem 15.5rem;
}
.ddakple-popup.search-gym-popup .search-gym-wrapper {
    position: relative;
    margin-bottom: 26rem;
}
.ddakple-popup.search-gym-popup input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    border-radius: 5rem;
    font-weight: 300;
    letter-spacing: -0.055em;
    color: #747473;
    background-image: url(/skin/basic/images_partner/icon/system/search.svg);
    background-repeat: no-repeat;
    font-size: 12rem;
    line-height: 26rem;
    height: 28rem;
    background-position: 8rem;
    background-size: 15rem;
    padding: 0 26rem 0 30rem;
}
.ddakple-popup.search-gym-popup .reset-search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: unset;
    background-image: url(/skin/basic/images_partner/icon/etc/icon_close_circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    right: 6rem;
    width: 15rem;
    height: 15rem;
}
.ddakple-popup.search-gym-popup .gym-search-init,
.ddakple-popup.search-gym-popup .gym-search-empty {
    font-size: 12rem;
    color: #747473;
    text-align: center;
}
.ddakple-popup.search-gym-popup .gym-search-list {
    margin: 0 10rem;
}
.ddakple-popup.search-gym-popup .gym-search-list .search-gym-item {
    font-size: 12rem;
    line-height: 16rem;
    color: #747473;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 22rem;
    padding-left: 20rem;
    background-image: url(/skin/basic/images_ddakple/icon/gym.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12.5rem;
}
.ddakple-popup.search-gym-popup .gym-search-list .search-gym-item > .word {
    color: #FF0049;
}

.ddakple-popup.time-period-popup .time-period-popup-wrapper {
    margin: 26rem 13rem 70rem 13rem;
}
.ddakple-popup.time-period-popup h2 {
    margin-top: 26rem;
    margin-bottom: 18rem;
    font-weight: 700;
    font-size: 13rem;
    line-height: 18rem;
}

.ddakple-popup.time-period-popup ul.checkbox_group {
    display: flex;
    justify-content: space-between;
}
.ddakple-popup.time-period-popup .time-period-week input[type="checkbox"]+label {
    padding-left: 21rem;
    padding-right: 12rem;
    font-size: 11rem;
    display: flex;
    height: 19rem;
    margin-bottom: 9rem;
}
.ddakple-popup.time-period-popup .time-period-week input[type="checkbox"].radio_shape+label::before {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 18rem;
    height: 100%;
}
.ddakple-popup.time-period-popup .time-period-week input[type="checkbox"].radio_shape+label::after {
    content: unset
}
.ddakple-popup.time-period-popup .border-time-item {
    height: 43rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 13rem;
    border-top: 1px solid #F1F1F1;
}
.ddakple-popup.time-period-popup .border-time-item.bottom-border {
    border-bottom: 1px solid #F1F1F1;
}
.ddakple-popup.time-period-popup .date-period-calendar-wrapper {
    border-top: 1px solid #F1F1F1;
}

.ddakple-popup.coach-lesson-time-popup .time-period-popup-wrapper {
    margin: 26rem 13rem 70rem 13rem;
}
.ddakple-popup.coach-lesson-time-popup h2 {
    margin-top: 26rem;
    margin-bottom: 18rem;
    font-weight: 700;
    font-size: 13rem;
    line-height: 18rem;
}

.ddakple-popup.coach-lesson-time-popup ul.checkbox_group {
    display: flex;
    justify-content: space-between;
}
.ddakple-popup.coach-lesson-time-popup .time-period-week input[type="checkbox"]+label {
    padding-left: 21rem;
    padding-right: 12rem;
    font-size: 11rem;
    display: flex;
    height: 19rem;
    margin-bottom: 9rem;
}
.ddakple-popup.coach-lesson-time-popup .time-period-week input[type="checkbox"].radio_shape+label::before {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 18rem;
    height: 100%;
}
.ddakple-popup.coach-lesson-time-popup .time-period-week input[type="checkbox"].radio_shape+label::after {
    content: unset
}
.ddakple-popup.coach-lesson-time-popup .border-time-item {
    height: 43rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 13rem;
    border-top: 1px solid #F1F1F1;
}
.ddakple-popup.coach-lesson-time-popup .border-time-item.bottom-border {
    border-bottom: 1px solid #F1F1F1;
}
.ddakple-popup.coach-lesson-time-popup .date-period-calendar-wrapper {
    border-top: 1px solid #F1F1F1;
}
.ddakple-popup.coach-lesson-time-popup ul.coach-time-select-list > li {
    margin-bottom: 30rem;
}


/* width MAX */
@media all and (min-width:1351px) {
    .ddakple-popup .bottom-fixed-btn {
        position: absolute;
    }
    .right_box > .content.write-play-friend .pf-club .pf-club-lesson .pf-cl-3 button.coach-time-delete-btn {
        position: absolute;
        margin: 0 15rem;
        line-height: 23rem;
    }
}

/* wdith 600 */
@media all and (min-width:600px) {
    .right_box > .content.write-play-friend .bottom-fixed-btn,
    .ddakple-popup.time-period-popup .bottom-fixed-btn {
        position: relative;
        max-width: 254rem;
        margin: 80rem auto 0 auto;
        padding: 17rem 0;
    }
    .ddakple-popup.time-period-popup .bottom-fixed-btn {
        position: absolute;
        margin: 0 33rem;
    }
    .right_box > .content.write-play-friend .content-wrapper{max-width: 320rem;}
}

/* width 1350px */
@media all and (max-width:1350px) {}

.ddakple-modal.time-select-modal .ddakple-modal-body {
    margin: 20rem 0;
}
.ddakple-modal.time-select-modal h2 {
    font-weight: 400;
    font-size: 13rem;
    line-height: 15rem;
    text-align: center;
    margin: 35rem 0 20rem 0;
}
.ddakple-modal.time-select-modal .time-select-ctrl-box {
    display: flex;
    justify-content: center;
}
.ddakple-modal.time-select-modal .time-select-ctrl-box > div {
    margin-right: 7rem;
}
.ddakple-modal.time-select-modal .time-select-ctrl-box > div:last-child {
    margin-right: 0;
}
.ddakple-modal.time-select-modal .time-select-ctrl-box .select-ctrl {
    height: 35rem;
    width: 64rem;
}
.ddakple-modal.time-select-modal .time-select-ctrl-box .select-ctrl select{
    color: #A3A3A3
}


/* ******** */
/* CALENDAR */
/* ******** */

#date-period-calendar .ca_body {
    padding-bottom: 10rem;
}
#date-period-calendar .ca_body table {
    border: none;
    width: 100%;
}
#date-period-calendar .ca_body table thead tr {
    border-radius: 2rem 2rem 0rem 0rem;
    background-color: #FFF;
    height: 42rem;
}
#date-period-calendar .ca_body table th, 
#date-period-calendar .ca_body table td {
    font-weight: 400;
    font-size: 11rem;
    text-align: center;
}
#date-period-calendar .ca_body table th {
    border: none;
}
#date-period-calendar .ca_body table td {
    border: none;
}
#date-period-calendar .ca_body table tbody tr:last-child td {
    padding-bottom: 12rem;
}
#date-period-calendar .ca_body table tr th:first-child, 
#date-period-calendar .ca_body table tr td:first-child span {
    color: #FF0049;
}
#date-period-calendar .ca_body table tr th:last-child, 
#date-period-calendar .ca_body table tr td:last-child span {
    color: #8280FF;
}
#date-period-calendar .ca_body table tr td p {
    cursor: pointer;
    margin: auto;
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#date-period-calendar .ca_body table tr td.today p span {
    width: 23rem;
    height: 23rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5E5E5;
    border-radius: 50%;
    color: #000;
}
#date-period-calendar .ca_body table tr td.start-date p span, 
#date-period-calendar .ca_body table tr td.end-date p span {
    width: 40rem;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8280FF;
    color: #FFF;
    border-radius: 50%;
}
#date-period-calendar .ca_body table tr td.in-period p {
    background: rgba(130, 128, 255, 0.5);
}
#date-period-calendar .ca_body table tr td.in-period.start-date p {
    background: linear-gradient(90deg, transparent 50%, rgba(130, 128, 255, 0.5) 50%);
}
#date-period-calendar .ca_body table tr td.in-period.end-date p {
    background: linear-gradient(90deg, rgba(130, 128, 255, 0.5) 50%, transparent 50%);
}
#date-period-calendar .ca_body table tr td.in-period.start-date.end-date p {
    background: none;
}
#date-period-calendar .ca_body table tr td.in-period p span {
    color: #FFF;
}
#date-period-calendar .ca_head_small {
    font-size: 13rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

#date-period-calendar .ca_head_small span.btn-month.prev {
    background-image: url(/skin/basic/images_partner/icon/etc/icon_prev_arrow.svg);
    width: 24rem;
    height: 24rem;
    background-size: 9rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: 30rem;
}

#date-period-calendar .ca_head_small span.btn-month.next {
    background-image: url(/skin/basic/images_partner/icon/etc/icon_next_arrow.svg);
    width: 24rem;
    height: 24rem;
    background-size: 9rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 30rem;
    margin-right: auto;
}

/* width MAX */
@media all and (min-width:1351px) {}

/* width 1350px */
@media all and (max-width:1350px) {}