﻿@charset "UTF-8";

.mt5 {
    margin-top: 5px !important;
}

.red {
    color: #FF0000 !important;
}

.blue {
    color: #0053f1 !important;
}

.bold {
    font-weight: 500 !important;
}

.center {
    text-align: center !important;
}

/* 인풋 스타일 */
.input_s1 {
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #000;
    padding-left: 10px;
}

.input_s2 {
    width: 34px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
}

.input_s22 {
    width: 100%;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    background-color: #f9f9f9;
    border: 1px solid #DDDBD7;
    padding-left: 10px;
}

.input_s2_60 {
    width: 50%;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    text-align: right;
    color: #333;
    background: #f9f9f9;
    border-bottom: 1px solid #999;
    padding-right: 10px;
    margin-top: 5px;
}

.input_s3 {
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #777;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.input_s3_68 {
    width: 65%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #777;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.input_s3_52 {
    width: 52%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #777;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.input_s3_40 {
    width: 43%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #777;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.input_s3_50 {
    width: 50%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #777;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.input_s3_30 {
    width: 30%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #777;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.input_s3_100 {
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #777;
    background-color: #f4f4f4;
    padding-left: 10px;
}

.input_s4 {
    width: 100%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    color: #666;
    padding-left: 8px;
    border: 1px solid #aaa;
}

.input_s4s {
    width: 100%;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    color: #777;
    padding: 0 1px;
    border: 1px solid #aaa;
}

.joinComent {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 8px;
    background: #fff;
    border: 1px solid #aaa;
    overflow: hidden;
    resize: none;
}

.cs_comment {
    width: 100%;
    height: 320px;
    font-size: 14px;
    line-height: 24px;
    padding: 8px;
    color: #777;
    background-color: #f4f4f4;
    overflow: hidden;
    resize: none;
}

/* 요일컬러 */
.day_bold {
    color: #000;
    font-weight: 500;
    vertical-align: initial;
}

.day_sat {
    color: #44BEEE;
    vertical-align: initial;
}

.day_sun {
    color: #FF5151;
    vertical-align: initial;
}

.day_spcl {
    color: #a5722f;
    vertical-align: initial;
}

.txt_sun {
    color: #FF5151;
    vertical-align: initial;
}

.joincon {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

.joincon li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: left;
    word-break: keep-all;
}

.joincon li::before {
    content: '※';
    left: 0;
    position: absolute;
}

/* 로그인 인풋 스타일 */
.input_s6 {
    width: 100%;
    background: #efefef;
    border-radius: 4px;
    height: 48px;
    padding: 0 30px 0 30px;
    line-height: 48px;
}

.input_s6::placeholder {}

/* 버튼 스타일 */
.btn_s1 {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background-color: #F89D33;
    color: #fff;
    cursor: pointer;
}

.btn_s2 {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background-color: #415968;
    color: #fff;
    cursor: pointer;
}

.btn_s4 {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin-left: 4px;
}

.btn_s4_no {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    background-color: #d2d0b8;
    color: #fff;
    margin-left: 4px;
}

.btn_s4_qr {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 13px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    margin-top: 4px;
    cursor: pointer;
}


.btn_join {
    width: 70%;
    margin-top: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.btn_set {
    width: 30%;
    padding: 12px;
    background: #415968;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin: 24px auto;
}

.btn_s3_30 {
    display: inline-block;
    width: 32%;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #6a7f8c;
    color: #fff;
    cursor: pointer;
}

.btn_s5_70 {
    display: inline-block;
    width: 70%;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #415968;
    color: #fff;
    cursor: pointer;
}

/* 로그인버튼 스타일 */
.btn_s3 {
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
}

/* 체크박스 스타일 */
.checkbox_s1 {
    position: absolute;
    height: 0;
    width: 0;
}

.checkbox_s1 + label {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common_m/icon_check.svg) no-repeat 50% 50%;
    background-size: 100%;
}

.checkbox_s1s {
    position: absolute;
    height: 0;
    width: 0;
}

.checkbox_s1s + label {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/common_m/icon_check_s.svg) no-repeat 50% 50%;
    background-size: 100%;
}

.checkbox_s2 {
    align-self: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 16px;
}

.checkbox_s2 input {
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    text-indent: -999999px;
    opacity: 0;
}

.checkbox_s2 span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    transition: .4s;
    border-radius: 34px;
}

.checkbox_s2 span:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: -3px;
    top: 50%;
    margin-top: -11px;
    transition: .4s;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #CCC;
}

.checkbox_s2 input:checked + span:before {
    transform: translateX(34px);
    border: 1px solid #CCC;
    background: #fff;
}

/* 탭스타일 */
.find_tab {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.find_tab:after {
    display: block;
    clear: both;
    content: "";
}

.find_tab ul li {
    float: left;
}

.find_tab li {
    display: inline-block;
    background-color: #f9f9f9;
    color: #666666;
    font-size: 16px;
    width: 25%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.find_tab li.round {
    width: 50%;
    cursor: pointer;
}

.find_tab li.minfo {
    width: 100%;
    cursor: pointer;
}

.find_tab li.course {
    width: 33.33%;
    cursor: pointer;
}

.find_tab li.on {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

/* 오시는길 */
.find_tab02 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.find_tab02:after {
    display: block;
    clear: both;
    content: "";
}

.find_tab02 ul {
    height: 40px;
}

.find_tab02 ul li {
    float: left;
}

.find_tab02 li {
    display: inline-block;
    background-color: #f2f2f2;
    color: #333;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 4px;
    text-align: center;
    cursor: pointer;
}

.find_tab02 li.round {
    width: 110px;
    border-radius: 30px;
}

.find_tab02 li.on {
    background-color: #007167;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

/* .find_tab02 .maptitle1{
  text-align: center;
  margin-bottom: 50px;
}
.find_tab02 .maptitle1 p{
  text-align: left;
  font-size: 19px;
  line-height: 28px;
} */

.find_tab02 p.map-button {
    width: 130px;
    margin-top: 15px;
}

p.map-button a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    background-color: #007167;
    color: #fff;
    font-weight: 500;
}

.mapBox1 {
    width: 400px;
    float: left;
}

.mapBox1 p {
    font-size: 18px;
    color: #0F5044;
    padding: 15px 0;
}

.mapBox2 {
    width: 400px;
    float: left;
}

/* 코스홀 */
.hole {
    margin: 0 auto;
    font-size: 0;
}

.hole li {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #e7e7e8;
    margin: 5px;
}

ul.hole li a {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #444;
    border-radius: 100%;
    font-size: 16px;
}

.hole li a:hover,
.hole li a.on {
    color: #fff;
    background: #9e8b6a;
}

.my_ct {
    position: relative;
    text-align: center;
    padding: 40px 0 4px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.join_after {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid #F4F2F0;
}

.join_after .id_pW {
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    background: #F4F2F0;
}

/* 약관선택 */
ul.agreeCheck {
    margin: 16px 8px 32px;
    text-align: right;
}

ul.agreeCheck li {
    display: inline-block;
    margin-left: 16px;
}

ul.agreeCheck li:first-child {
    margin-left: 0px;
}

ul.agreeCheck li label {
    font-size: 14px;
    color: #666666;
}

ul.agreeCheck02 {
    text-align: center;
    margin-top: 0;
}

ul.agreeCheck03 {
    float: left;
    margin-top: 0;
}

ul.agreeCheck04 {
    margin-top: 4px;
}

.rule_tit {
    position: relative;
    width: 100%;
    line-height: 42px;
    padding-left: 25px;
    font-weight: 500;
}

.rule_txt {
    position: relative;
    text-align: left;
    width: 100%;
    margin-top: 8px;
    padding-left: 32px;
    font-size: 13px;
    line-height: 36px;
}

.rule_txt_s {
    position: relative;
    width: 100%;
    padding-left: 50px;
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 20px;
}

.txt_deco {
    display: inline-block;
    font-size: 11px !important;
    line-height: 11px;
    margin-left: 10px;
    padding: 4px 6px;
    color: #666 !important;
    border: 1px solid #ddd;
}

.txt_deco2 {
    font-size: 12px;
    padding: 4px 6px;
    color: #666;
    border: 1px solid #ddd;
}

.txt_deco2_on {
    font-size: 12px;
    padding: 4px 6px;
    color: #fff;
    background: #415968;
}

.chk_box {
    position: absolute;
    left: 34%;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    cursor: pointer;
}

.chk_box_s {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -10px;
    height: 18px;
    cursor: pointer;
}

.noti {
    color: #007167;
    font-size: 14px;
    letter-spacing: -0.025rem;
    padding-top: 10px;
    line-height: 18px;
}

/*서브영역*/
.sub__contant {
    width: 860px;
    height: 100%;
    position: absolute;
    left: 390px;
    top: 0;
    padding: 0 30px 120px 30px;
    background: #fff;
    z-index: 4;
    overflow-y: auto;
}

.subContantAera img.w100 {
    max-width: 740px;
    min-width: 320px;
}

.location {
    width: 100%;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 30px;
    line-height: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: 200;
}

h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding-top: 24px;
}

h1:after {
    content: "";
    display: block;
    width: 120px;
    margin: 8px auto;
}

h2 {
    display: block;
    font-size: 13px;
    font-weight: 200;
    line-height: 19px;
    padding-bottom: 3%;
    border-bottom: 1px solid #ccc;
}

h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 6%;
}

h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    color: #666;
    padding-bottom: 4px;
}

h5 {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    font-weight: 400;
    padding-top: 20px;
}

h5:after {
    content: "";
    display: block;
    width: 220px;
    margin: 8px auto;
}

.subContantAera {
    width: 100%;
    padding-top: 56px;
    text-align: center;
}

.subIframe {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

p.subTxtst3 {
    width: 100%;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #000;
    font-weight: 300;
    padding-bottom: 16px;
}

p.subTxtst3 span {
    vertical-align: bottom;
}

.p-info {
    text-align: left;
}

.p-info li {
    text-indent: 20px;
    padding: 10px 0;
}

p.subTxtst2 {
    width: 100%;
    text-align: left;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    padding-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 200;
}

.subIframe p.subTxt {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    padding-top: 16px;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 200;
}

.subIframe p.subTxt .sain {
    font-size: 14px;
    font-weight: bold;
}

.subIframe p.subTit {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding-top: 40px;
    letter-spacing: -0.05rem;
}

.subIframe p.subTit2 {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 26px;
    padding-top: 40px;
    letter-spacing: -0.05rem;
}

p.gubun_st1 {
    font-size: 13px;
}

p.gubun_st2 {
    font-size: 13px;
    color: #9e8b6a;
}

p.comen {
    font-size: 12px;
    font-weight: 200;
    color: #666;
    line-height: 18px;
}

/* 코스개요 테이블 */
.table_s1_box {
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
}

.table_s1_box:after {
    display: block;
    content: "";
    clear: both;
}

.table_s1_left {
    width: 20%;
    float: left;
}

.table_s1_left table {
    width: 100%;
    margin: 0;
    padding: 0;
}

.table_s1_right {
    width: 80%;
    float: left;
    overflow-x: auto;
}

.table_s1_right table {
    width: 100%;
}

.table_s1_left table th {
    text-align: center;
    vertical-align: middle;
    height: 60px;
    line-height: 20px;
    border: 1px solid #ddd;
}

.table_s1_left table td {
    text-align: center;
    vertical-align: middle;
    height: 46px;
    border: 1px solid #ddd;
}

.table_s1_left table td span {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table_s1_right table th {
    text-align: center;
    vertical-align: middle;
    height: 60px;
    line-height: 20px;
    border: 1px solid #ddd;
}

.table_s1_right table td {
    text-align: center;
    vertical-align: middle;
    height: 46px;
    padding: 8px;
    border: 1px solid #ddd;
    font-weight: 300;
    color: #666;
}

.table_s1_right table tr th:first-child {
    border-left: 0;
}

.table_s1_right table tr td:first-child {
    border-left: 0;
}

table.rulTble {
    width: 650px;
    border: solid 1px #999;
    border-collapse: collapse;
}

table.rulTble th {
    width: 480px;
    height: 25px;
    background-color: #ddd;
    border: solid 1px #999;
    text-align: center;
}

table.rulTble th.left {
    width: 200px;
    height: 25px;
    background-color: #ddd;
    border: solid 1px #999;
}

table.rulTble td {
    height: 25px;
    border: solid 1px #999;
    background-color: #fff;
    text-align: center;
}

table.rulTble td.align_lt {
    padding-left: 10px;
    text-align: left;
}

table.rulTble .txt_sm {
    font-size: 12px;
    letter-spacing: -0.025rem;
}


/* 테이블 */
.gu_tbl_wrap {
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.gu_tbl_wrap .gu_tbl_inner table {
    width: 100%;
    border-top: 2px solid #007167;
    margin-bottom: 20px;
}

.gu_tbl_wrap .gu_tbl_inner table tr {
    border-bottom: 1px solid #e5e5e5;
}

.gu_tbl_wrap .gu_tbl_inner table tr.no_post {
    border-bottom: 0;
}

.gu_tbl_wrap .gu_tbl_inner table thead tr {
    border-top: 1px solid #888;
}

.gu_tbl_wrap .gu_tbl_inner table thead tr th {
    font-size: 16px;
    padding: 1.5%;
    line-height: 20px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr:hover {
    background-color: #fbfbfb;
    transition: all 0.2s;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td {
    font-size: 14px;
    padding: 1%;
    line-height: 1.3em;
    border: 1px solid #ccc;
}

.gu_tbl_wrap .gu_tbl_inner table tr td:first-child {
    border-left: 0;
}

.gu_tbl_wrap .gu_tbl_inner table tr td:last-child {
    border-right: 0;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.noLine {
    border: 0 !important;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td strong {
    display: inline-block;
    font-weight: bold;
    width: 84px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td span {
    display: block;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.3em;
    padding-top: 6px;
}

.gu_tbl_wrap .gu_tbl_inner table td.pd_lf20 {
    font-weight: bold;
    padding-left: 20px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td a {
    display: inline-block;
    box-sizing: border-box;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    font-size: 15px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td a:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    transition: all 0.1s;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td .iconPd {
    padding: 2% 8%;
    cursor: pointer;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td button.half {
    width: 42% !important;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td a.down {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 6px 0;
    margin: 4%;
    border: 0;
    background: #bece17e6;
    border-radius: 2px;
    width: 92%;
    text-align: center
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td button {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    padding: 6px 0;
    margin: 4%;
    border: 0;
    background: #bece17e6;
    border-radius: 2px;
    width: 92%;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td button:hover {
    color: #fff;
    background: #000;
    transition: all 0.2s;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr.no_post:hover {
    background-color: #fff;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr.no_post td {
    color: #888;
    padding: 52px 0;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit {
    position: relative;
    white-space: nowrap;
    text-align: left;
    font-size: 15px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit > .new {
    top: 50%;
    font-size: 10px;
    color: #f22c2d;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span {
    padding-top: 8px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #666;
    bottom: 3px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a:hover span:before {
    visibility: visible;
    opacity: 1
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_loc {
    color: #666;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_loc13 {
    color: #666;
    font-size: 13px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_date {
    color: #888;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span {
    position: relative;
    display: inline-block;
    max-width: 560px;
}

.gu_tbl_wrap .gu_paging {
    margin: 4%;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}

.gu_tbl_wrap .gu_paging a img {
    vertical-align: middle;
}

.gu_tbl_wrap .gu_paging span {
    margin: 0 2px;
}

.gu_tbl_wrap .gu_paging span a {
    display: inline-block;
    font-size: 16px;
    padding: 2px;
    margin: 0 15px;
    color: #888;
}

.gu_tbl_wrap .gu_paging .gu_en_lineBtn.on {
    color: #222;
}

.gu_tbl_wrap .gu_paging .gu_en_lineBtn.on:after {
    background-color: #222;
}

.gu_tbl_wrap .gu_paging .gu_en_lineBtn:hover:after {
    background-color: #222;
}

.gu_tbl_wrap .gu_paging span a.on {
    font-weight: 500;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state {
    padding: 10px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state > span {
    display: inline-block;
    width: 60px;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state > span.btn_state_ok {
    background: #2d2d2d;
    color: #fff;
}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state > span.btn_state_yet {
    background: #eee;
    color: #666;
}

/*  view_detail  */
.view_tit_wrap {
    position: relative;
    padding: 3%;
    text-align: center;
    border-bottom: 2px solid #3c3c3c;
    border-top: 1px solid #ccc;
}

.view_tit_wrap .view_tit {
    font-size: 20px;
    margin: 2% 0;
}

.view_tit_wrap .view_date {
    font-size: 14px;
    color: #777;
    line-height: 24px;
}

.view_tit_wrap .ingorno {
    position: absolute;
    right: 0%;
    top: 16px;
    width: 15%;
}

.joinView {
    text-align: left;
    padding: 0 4% 8%;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    border-bottom: 1px solid #ccc;
}

.view_content {
    padding: 4% 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.view_content img {
    max-width: 600px;
}

.gu_view_btn {
    margin-top: 40px;
    margin-bottom: 16%;
}

.gu_view_btn .gu_btn_white {
    display: block;
    width: 120px;
    height: 32px;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    border-radius: 2px;
    color: #000;
    border: 1px solid #aaa;
}

.gu_view_btn .gu_btn_white:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all 0.2s;
}

.joinComentTxt {
    position: relative;
    width: 100%;
    text-align: left;
}

.joinComentTxt .ingorno {
    position: absolute;
    right: 0;
    top: -4px;
    width: 56px;
}

.joinComentTxt .name {
    position: relative;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.joinComentTxt .name span {
    padding-left: 8px;
    font-size: 12px;
    letter-spacing: -0.025rem;
}

.joinComentTxt .nameView {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.joinComentTxt .cont {
    width: 75%;
    line-height: 35px;
    font-size: 16px;
}

.joinComentTxt .edit {
    position: absolute;
    right: 0;
    bottom: 8%;
    width: 50%;
    text-align: right;
}

.joinComentTxt .edit span {
    margin-left: 2%;
    padding: 2%;
    cursor: pointer;
}

.joinComentTxt .edit span.txt {
    margin-left: 2%;
    padding: 1% 2%;
    font-size: 13px;
    border: 1px solid #999;
    background: #fff;
    cursor: pointer;
}

/* 아이디비번찾기 */
.user_info_st1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.user_info_st1 td,
.user_info_st1 th {
    padding: 4px;
    vertical-align: middle;
}

.user_info_st1 td.noti_h {
    height: 20px !important;
}

.user_info_st1 .al_le_tit {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.user_info_st1 .al_ct_tit {
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #f4f4f4;
}

.al_le_br_rh {
    border-right: 1px solid #ccc;
}

.user_info_st1 .al_ct_txt {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
}

.user_info_st1 .al_le_txt {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    padding-left: 14px;
}

.user_info_st1 .al_rh_txt {
    text-align: right;
    font-size: 14px;
    line-height: 26px;
}

.user_info_st1 a {
    color: #415968;
    font-size: 16px;
}

/* 예약정보 */
ul.resInfo1 {
    margin: 40px auto 0;
    text-align: center;
}

ul.resInfo1 li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 15px;
    color: #666;
    margin: 0 10px;
    line-height: 14px;
}

ul.resInfo1 li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 0;
}

ul.resInfo1 li:nth-child(1):before {
    background: #007167
}

ul.resInfo1 li:nth-child(2):before {
    background: #C4D22D
}

ul.resInfo1 li:nth-child(3):before {
    background: #bbb
}

/* 제목 스타일 */
.tit_st1 {
    position: relative;
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.tit_st1 span {
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 14px;
    font-weight: 200;
}

.tit_st2 {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-bottom: 2px solid #3c3c3c;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
}

.tit_st2s {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
}

.tit_st2s span {
    font-size: 14px;
    font-weight: 300;
}

.tit_st2ss {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
}

.tit_st3 {
    border-bottom: 2px solid #3c3c3c;
    font-size: 19px;
    font-weight: 500;
    margin: 12px 0 20px;
    padding-bottom: 8px;
}

.tit_st3s {
    width: 100%;
    margin-top: 24px;
    padding-bottom: 8px;
    line-height: 26px;
    border-bottom: 1px solid #777;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding-left: 8px;
}

.tit_st4 {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 26px;
}

.tit_st5 {
    width: 100%;
    margin-top: 8%;
    padding-bottom: 4%;
}

/* 내용 스타일 */
.sub_comen_st1 {
    width: 100%;
    text-align: left;
    padding: 16px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    position: relative;
}

.sub_comen_st2 {
    width: 100%;
    padding: 16px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 200;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #CCC;
}

.sub_comen_st3 {
    width: 100%;
    padding: 16px 0;
    line-height: 19px;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    border-top: 1px solid #CCC;
}

.sub_comen_st4 {
    position: relative;
    width: 100%;
    padding: 24px 20px;
    line-height: 22px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.policy {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    white-space: pre-line
}

.policy b {
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0 10px;
    font-weight: 500;
}

.info_comen {
    padding: 16px 0;
}

.info_comen li {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    padding-bottom: 10px;
    text-align: left;
}

.info_comen li span {
    vertical-align: bottom;
}

.info_comen_stP {
    padding-top: 8px;
}

.info_comen_stP li {
    background: url(../img/webPocheon/i_bu.svg) no-repeat left 2px;
    padding-left: 32px;
    padding-right: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: left;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.info_comen_stJ {
    padding-top: 8px;
}

.info_comen_stJ li {
    background: url(../img/webJangseong/i_bu.svg) no-repeat left 2px;
    padding-left: 32px;
    padding-right: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: left;
    letter-spacing: -0.025rem;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.box_bg_st1 {
    background: #f4f4f4;
    margin: 8% 0;
    padding: 24px 16px;
}

.box_st2 {
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 36px;
}

.box_st2 span {
    display: inline-block;
    padding: 6px 8px;
    margin-right: 2%;
    border: 1px solid #fff;
    border-radius: 2px;
}

.box_st1 {
    text-align: center;
    width: 100%;
    background: #f4f4f4;
    margin-top: 20px;
    padding: 32px 24px;
    margin-bottom: 36px;
}

.box_st1 p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 12px;
}

.box_st1 a {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #F89D33;
    border-radius: 4px;
    color: #fff;
}

.box_st1 a.call {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f9f9f9;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    color: #005596;
}

/* 시설소개 이미지 갤러리 */
.subIframe .owl-carousel {
    margin-top: 10px;
    margin-bottom: 6px;
    position: relative;
}

.subIframe .owl-carousel.owl-theme,
.subIframe .owl-pagination {
    display: none !important;
}

.subIframe .owl-carousel.owl-theme.active {
    display: block !important;
}

/* display none until init */
.subIframe .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.subIframe .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.subIframe .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.subIframe .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.subIframe .owl-carousel .owl-item {
    float: left;
}

.subIframe .owl-controls .owl-page,
.subIframe .owl-controls .owl-buttons div {
    cursor: pointer;
}

.subIframe .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.subIframe .tab {
    display: inline-block;
    width: 80%;
}

.subIframe .tab li {
    float: left;
    width: 25%;
}

.subIframe .tab li a {
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #ececec;
    border: 1px solid #c2c2c2;
    color: #000;
}

.subIframe .tab li.current a {
    background: #fff;
}

.subIframe .owl-prev {
    background: url(../img/webPocheon/photo/ls-nav-left-arrow.png) no-repeat !important;
    width: 30px;
    height: 55px;
    position: absolute;
    top: 40%;
    left: 12%;
    color: transparent !important;
    border-radius: 0;
    *font-size: 0;
    *letter-spacing: -999999;
}

.subIframe .owl-next {
    background: url(../img/webPocheon/photo/ls-nav-right-arrow.png) no-repeat !important;
    width: 30px;
    height: 55px;
    position: absolute;
    top: 40%;
    right: 12%;
    color: transparent !important;
    border-radius: 0;
    *font-size: 0;
    *letter-spacing: -999999;
}

/* 이벤트 */
.eventList {
    position: relative;
    width: 100%;
}

.eventList .inner {
    float: left;
    width: 48%;
    margin: 0 1%;
    cursor: pointer;
    height: 213px;
}

.eventList .inner .img {
    position: relative;
}

.eventList .inner img {
    width: 100%;
    border-radius: 0 16px 0 16px;
}

.eventList a {
    color: #000;
}

.eventList a.inner:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.eventList a.inner:hover:after {
    opacity: 1;
}

.eventList .inner .txt_box {
    background: #fff;
    padding: 16px;
}

.eventList .inner .txt_box .txt1,
.eventList .inner .txt_box .txt2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.eventList .inner .txt_box .txt1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}

.eventList .inner .txt_box .txt2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    height: 14px;
    line-height: 14px;
}


.calendar_box_2n {
    width: 100%;
}

.calendar_box_2n:after {
    display: block;
    content: "";
    clear: both;
}

/* 캘린더 */
.calendar_box {
    width: 100%;
}

.calendar_tit {
    font-size: 20px;
    line-height: 46px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #007167;
}

.calendar_tit img {
    padding: 0 20px;
    cursor: pointer;
}

.calendar_days .calendar_s1 td {
    width: 40px;
    height: 40px;
}

.calendar_s1 tr td:first-child {
    color: #FF5151;
}

.calendar_s1 tr td:last-child {
    color: #30ACBB;
}

.calendar_s1 {
    width: 100%;
}

.calendar_s1 th,
.calendar_s1 td {
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    border-top: 0;
}

.calendar_s1 td .bg_box {
    width: 100%;
    height: 54px;
    position: relative;
    cursor: pointer;
}

.calendar_s1 td .bg_box > div {
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-weight: 300;
    text-align: left;
    padding: 8%;
    z-index: 2;
}

.calendar_s1 td .bg_box > div span {
    display: none;
    padding-top: 4px;
    font-size: 11px;
}

.calendar_s1 td .bg_box .last {
    color: #fff;
    background: #bbb;
}

.calendar_s1 tr td p.last {
    padding-top: 8px;
    font-size: 12px;
    color: #ccc;
}

.calendar_s1 .sel_bg1 {
    background-color: #f4f4f4;
    color: #666;
    padding: 14px;
}

.opt__br-b th,
.opt__br-b td {
    border: 1px solid #e8e8e8;
}

.calendar_s1 tr td.sel {
    padding: 0;
}




.calendar_s1 tr td.sel .bg_box div {
    color: #fff;
}

.calendar_s1 tr td.choice .bg_box div {
    background: #E6EE7C;
}


.calendar_s1 tr td p {
    padding-top: 8px;
    font-size: 12px;
}



/* 라운드조인 캘린더 */
.JoinCalendar_box {
    width: 100%;
    padding-bottom: 32px;
}

.Joincalendar_tit {
    position: relative;
    font-size: 28px;
    line-height: 48px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.Joincalendar_tit img {
    padding: 0 20px;
}

.Joincalendar_tit .listChoice {
    position: absolute;
    right: 0;
    top: 8px;
}

.Joincalendar_days tr td:first-child {
    color: #FF5151;
}

.Joincalendar_days tr td:last-child {
    color: #4DA1CD;
}

.Joincalendar_days {
    width: 100%;
    margin-top: 20px;
}

.Joincalendar_days th,
.Joincalendar_days td {
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #666;
}

.Joincalendar_s1 {
    width: 100%;
}

.Joincalendar_s1 th,
.Joincalendar_s1 td {
    height: 80px;
    padding: 8px;
    vertical-align: top;
    text-align: right;
    font-size: 15px;
    border: 1px solid #efefef;
}

.Joincalendar_s1 td:hover {
    background-color: #fbfbfb;
    transition: all 0.2s;
}

.Joincalendar_s1 tr td:first-child {
    color: #FF5151;
}

.Joincalendar_s1 tr td:last-child {
    color: #4DA1CD;
}

.Joincalendar_s1 .joinlink {
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding-top: 16px;
}

.Joincalendar_s1 .joinlink .invi {
    line-height: 18px;
    cursor: pointer;
}

.Joincalendar_s1 .joinlink .join {
    color: #a28228;
    line-height: 18px;
    cursor: pointer;
}

.Joincalendar_s1 .joinlink .end {
    color: #B1B0AF;
    line-height: 18px;
}

/* 로그인 */
#content_login {
    margin: auto;
    position: relative;
    width: 100%;
}

.login_btn_back {
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 13px;
    height: 26px;
    background: url(../img/common_m/btn_back.svg) no-repeat 50% 50%;
    background-size: 100%;
    z-index: 9;
}

.login_btn_back:hover,
.login_btn_back:focus,
.login_btn_back:active {
    background: url(../img/common_m/btn_back.svg) no-repeat 50% 50%;
    background-size: 100%;
}

.content_login {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content_login_inner {
    width: 78%;
    margin: 0 auto;
}

.content_login_tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.content_login_tab li.on {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.content_login_tab li.off {
    float: left;
    width: 50%;
    text-align: center;
    color: #f4f4f4;
    background: #ccc;
    border-bottom: 1px solid #ccc;
}

.content_login_area1 {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #5c6f7b;
    border-bottom: 1px solid rgba(220, 220, 220, 0.35);
}

.content_login_area2 {
    width: 100%;
    padding-top: 10px;
}

.content_login_area2 .box1 {
    margin-bottom: 10px;
}

.content_login_area2 .box2 {
    margin-bottom: 20px;
}

.content_login_area2 .box3 {
    width: 100%;
}

.content_login_area2 .box4 {
    font-size: 14px;
    text-align: left;
    position: relative;
    height: 22px;
    line-height: 22px;
    width: 98%;
    color: #3c3c3c;
    margin: 10px auto 20px;
}

.content_login_area2 .box4 .chk {
    position: absolute;
    right: 0;
    top: 0;
}

.content_login_area2 .box5 {
    width: 100%;
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.content_login_area2 .box5 a {
    font-size: 12px;
    color: #3c3c3c;
    display: inline-block;
}

.content_login_area2 .box5 a:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 3%;
    margin: 0 3%;
}

.content_login_area3 {
    width: 100%;
}

.content_login_area3 a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.content_login_area3 a.ko {
    margin-bottom: 10px;
}

.content_login_area3 a.ko span {
    display: inline-block;
    padding: 0 40px;
    background: url(../img/common/sns_icon_kakao.svg) no-repeat 0 50%;
}

.content_login_area3 a.nv span {
    display: inline-block;
    padding: 0 40px;
    background: url(../img/common/sns_icon_naver.svg) no-repeat 0 50%;
}

.content_login_area3 a.ttbtn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content_login_area3 a.ttbtn span {
    display: inline-block;
    padding: 0 40px;
}

ul.loginCheckm {
    margin: 16px 8px;
    text-align: center;
}

ul.loginCheckm li {
    display: inline-block;
    margin-left: 5px;
}

ul.loginCheckm li:first-child {
    margin-left: 0px;
}

ul.loginCheckm li label {
    font-size: 12px;
    color: #fff;
}

ul.loginCheck {
    margin: 16px 8px;
    text-align: center;
}

ul.loginCheck li {
    display: inline-block;
    margin-left: 16px;
}

ul.loginCheck li:first-child {
    margin-left: 0px;
}

ul.loginCheck li label {
    font-size: 14px;
    color: #666666;
}

/*코스레이팅*/
.logo-wrap {
    margin: 30px 0 50px;
}

.logo-wrap img {
    border: 1px solid #eee;
}


/* 여백 */
.pd_h_1 {
    width: 100%;
    background: #ccc;
    height: 1px;
    margin-bottom: 10px;
}

.h_1 {
    width: 100%;
    background: #ccc;
    height: 1px;
}

.pd_h_8 {
    width: 100%;
    background: #F4F2F0;
    height: 8px;
}

.pd_h_12 {
    width: 100%;
    height: 12px;
}

.mg_b_12 {
    margin-bottom: 12px;
}

.mg_t_12 {
    margin-top: 12px;
}

.mg_t_24 {
    margin-top: 58px;
}

.mg_t_b_22 {
    width: 100%;
    margin: 22px 0;
}

.pd_footer_52 {
    width: 100%;
    height: 0;
}

.pd_footer_88 {
    width: 100%;
    height: 88px;
}

.pd-top40 {
    padding-top: 40px;
}

/* 하단버튼 1 */
.btn_bottom_join {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.btn_bottom_join a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 18px 0;
}

.btn_bottom {
    position: relative;
    width: 100%;
    margin: 8% 0;
    text-align: center;
}

.btn_bottom a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 0;
    display: block;
}

.btn_btm_pack {
    width: 100%;
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

/* 하단버튼 2-결제 */
.icon_box50 {
    display: inline-block;
    font-size: 14px;
    width: 48.5%;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #DDDBD7;
    border-radius: 3px;
    margin: 8px 0;
}

.icon_box50:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    transition: all 0.2s;
}

.icon_box33 {
    display: inline-block;
    font-size: 14px;
    width: 32%;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #DDDBD7;
    border-radius: 3px;
    margin: 8px 0;
}

.icon_box33:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    transition: all 0.2s;
}

.btn_cancel {
    float: left;
    width: 45%;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
    background: #80919c;
    color: #fff;
}

.btn_book {
    float: right;
    width: 55%;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.btn_booking {
    float: left;
    width: 100%;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
    background: #12B5EA;
    color: #fff;
}

/* 하단가격노출 */
.foot_book_info {
    width: 100%;
    min-width: 320px;
    max-width: 768px;
    background: #F4F2F0;
    margin: 0 auto;
    padding: 20px;
}

.foot_book_info .etc {
    font-size: 12px;
    color: #9e8b6a;
}

.foot_book_info .info_day {
    float: left;
    width: 55%;
}

.foot_book_info .info_day li {
    height: 24px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.foot_book_info .info_price {
    float: left;
    width: 45%;
}

.foot_book_info .info_price li {
    height: 24px;
    line-height: 16px;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
}

@media screen and (min-width: 760px) {
    .content_login_area1 img {
        width: 50%;
    }
}

@media screen and (max-width: 760px) {
    .subIframe p.subTxt {
        padding-top: 8px;
        font-size: 16px;
        line-height: 26px;
    }

    .subIframe p.subTit {
        font-size: 24px;
        padding-top: 30px;
    }

    .subIframe p.subTit2 {
        font-size: 22px;
        padding-top: 30px;
        padding-bottom: 16px;
    }

    .subIframe .owl-prev {
        left: 4%;
    }

    .subIframe .owl-next {
        right: 4%;
    }

    .subIframe .tab {
        width: 100%;
    }

    .subIframe .tab li {
        float: left;
        width: 50%;
    }

    .table_s1_box {
        width: 100%;
    }

    .table_s1_left {
        width: 30%;
        float: left;
    }

    .table_s1_right {
        width: 70%;
        float: left;
        overflow-x: auto;
    }

    .table_s1_left table th {
        font-size: 14px;
    }

    .table_s1_left table td {
        font-size: 14px;
    }

    .table_s1_right table th {
        font-size: 14px;
    }

    .table_s1_right table td {
        padding: 16px;
        font-size: 14px;
    }

    .gu_tbl_wrap .gu_tbl_inner table tbody tr td button {
        width: 100%;
        padding: 4%;
    }

    .chk_box {
        left: 26%;
    }

    .gu_tbl_wrap .gu_tbl_inner table tbody tr td {
        padding: 5px 4px;
        word-break: keep-all;
        line-height: 1.3em;
    }

    .gu_tbl_wrap .gu_paging {
        margin: 16% 4%;
    }

    .gu_tbl_wrap .gu_tbl_inner table td.pd_lf20 {
        font-weight: 500;
        padding-left: 0;
    }

    .Joincalendar_tit .listChoice {
        top: 0;
    }

    .input_s3_52 {
        width: 100%;
    }

    .Joincalendar_s1 .joinlink .invi {
        font-size: 14px;
    }

    .Joincalendar_s1 .joinlink .join {
        font-size: 14px;
    }

    .Joincalendar_s1 .joinlink .end {
        font-size: 14px;
    }

    .joinComentTxt .edit {
        position: absolute;
        right: 0;
        bottom: 2%;
        width: 50%;
        text-align: right;
    }

    .joinComentTxt .name span {
        padding-left: 0;
        font-size: 13px;
        letter-spacing: 0;
    }

    .input_s4s {
        width: 100%;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        text-align: left;
        color: #666;
        padding: 0 1px;
        border: 1px solid #ccc;
    }

    .subContantAera {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .subContantAera img.w100 {
        width: 100%;
    }


    .view_tit_wrap .ingorno {
        position: absolute;
        right: -8px;
        top: 8px;
        width: 25%;
    }

    .view_content img {
        width: 100%;
    }

    .input_s4s {
        width: 100%;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        color: #666;
        padding: 0 1px;
        border: 1px solid #ccc;
    }

    .btn_s4 {
        width: 70%;
        font-size: 13px;
        padding-left: 0;
    }

    .btn_s4_no {
        width: 70%;
        font-size: 13px;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .eventList .inner {
        float: none;
        width: 100%;
    }

    .chk_box {
        left: 16%;
    }


    .calendar_s1 td .bg_box > div {
        font-size: 16px;
    }

    .Joincalendar_s1 td {
        font-size: 13px;
        padding: 4px;
    }

    .Joincalendar_s1 .joinlink .invi {
        font-size: 12px;
    }

    .Joincalendar_s1 .joinlink .join {
        font-size: 12px;
    }

    .Joincalendar_s1 .joinlink .end {
        font-size: 12px;
    }

    .tit_st1 span {
        position: absolute;
        right: 0;
        top: 6px;
        font-size: 12px;
        font-weight: 200;
    }

    /*코스레이팅 로고*/
    .logo-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px;
        margin: 0px 0 30px;
    }

    .logo-wrap img {
        width: 40%;
        border: 1px solid #eee;
    }
}

@media screen and (max-width: 350px) {
    .tit_st1 span {
        display: none;
    }
}



/* 조인게시판 추가 250703 */
/* 조인게시판 캘린더 */
.JoinCalendar-subText {
    width: 100%;
    padding: 12px 0;
    border: 1px solid #ccc;
    margin: 30px 0;
}

.JoinCalendar-subText p {
    font-size: 15px;
    text-align: center;
}

.Joincalendar_s1 .join-more {
    padding-top: 20px;
}

.Joincalendar_s1 .join-more li {
    color: #B1B0AF;
    line-height: 18px;
    font-size: 13px;
}

.Joincalendar_s1 th,
.Joincalendar_s1 td a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 조인게시판 달력 팝업 */
.JoinCalendar-popup {
    position: absolute;
    left: 625px;
    top: 110px;
    width: 411px;
    height: 621px;
    background: #fff;
    z-index: 300;
    visibility: hidden;
    border: 2px solid #DDD;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 16px;
}

body.scroll-y {
    overflow: hidden;
}

.JoinPopOverlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 10;
    visibility: hidden;
}

.JoinCalendar-popup .popup-header {
    text-align: center;
    margin-bottom: 30px;
}

.JoinCalendar-popup .popup-header h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 0;
}

.JoinCalendar-popup .popup-header h2 b {
    font-weight: 400;
}

.JoinCalendar-popup .popup-header span {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.JoinCalendar-popup .popup-header span b {
    font-weight: 400;
}

.JoinCalendar-popup .popup-body {
    overflow: auto;
    overflow-x: hidden;
    height: 430px;
}

.JoinCalendar-popup .popup-body .join-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 27px;
    background: #F9F9F9;
    border-radius: 0px 16px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    gap: 8px 0;
    min-height: 84px;
    width: 60%;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.time span {
    border-radius: 4px;
    padding: 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.time span.complete {
    background: #ccc;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.time span.join {
    background: #007167;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.time b {
    font-size: 16px;
    font-weight: 700;
    margin-left: 8px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state {
    font-size: 15px;
    text-align: left;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state span {
    position: relative;
    margin-right: 20px;
    display: inline-block;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #aaa;
    width: 1px;
    height: 9px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state span b {
    color: #F89D33;
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.price {
    color: #007167;
    font-weight: 700;
    font-size: 16px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 {
    width: 40%;
    min-height: 84px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 84px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul {
    display: flex;
    position: relative;
    justify-content: center;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul li.icon {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    background-size: 100%;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul li.icon.women {
    background: url('../img/user_women.svg') no-repeat center center / cover;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul li.icon.men {
    background: url('../img/user_men.svg') no-repeat center center / cover;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul li.icon.add {
    background: url('../img/user_add.svg') no-repeat center center / cover;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul li.icon:nth-of-type(2) {
    z-index: 1;
    margin-left: -7px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul li.icon:nth-of-type(3) {
    z-index: 1;
    margin-left: -7px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 ul li.icon:nth-of-type(4) {
    z-index: 1;
    margin-left: -6px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 .btn-join-reser {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 5px 0;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    background: #ccc;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 .btn-join-reser.on {
    background: #F89D33;
}

.JoinCalendar-popup .btn-popup-close {
    display: block;
    width: 120px;
    padding: 7px 0;
    text-align: center;
    font-size: 15px;
    border: 1px solid #aaa;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

/* // 조인게시판 캘린더 */

/* 조인게시판 신청하기 */
.joinApply-from {
    margin-top: 30px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr th {
    padding: 20px 0 20px 20px;
    text-align: left;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td {
    padding: 20px 5px;
    text-align: left;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr th.bdr1 {
    border-right: 1px solid #ccc;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.col {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.col span {
    font-weight: 400;
    font-size: 14px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td textarea {
    background: #f4f4f4;
    font-size: 14px;
    padding: 14px;
    text-align: left;
    width: 100%;
    height: 100px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.time-select {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.time-select span {
    font-weight: 400;
    display: inline-block;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.time-select select {
    width: calc((100% - 10px)/2);
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td a.joinApply-btn {
    color: #fff;
    font-size: 14px;
    display: block;
    background: #F89D33;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td a.joinApply-btn:hover {
    border-bottom: 1px solid #F89D33;
}

.joinApply-from .btn-apply {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.joinApply-from .btn-apply a {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 120px;
    display: block;
    font-size: 15px;
}

/* // 조인게시판 신청하기 */


/* 조인예약 확인 */
.joinListChk-wrap {
    margin-top: 30px;
}

.joinListChk-wrap .joinListChk-top {
    padding: 15px 0;
    width: 100%;
    border: 1px solid #CCC;
    background: #F4F4F4;
    margin-bottom: 15px;
}

.joinListChk-wrap .joinListChk-top p {
    font-size: 16px;
    text-align: center;
}

.joinListChk-wrap .joinListChk-top p b {
    font-weight: 400;
    color: #5670C0;
    display: inline-block;
    margin-right: 5px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box ul li {
    font-size: 14px;
    line-height: 35px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box ul li.red {
    color: #F00;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team {
    display: flex;
    gap: 0 3px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list {
    width: 200px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list a {
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 10px 0;
    padding: 16px 18px 10px 18px;
    width: 100%;
    height: 100%;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list ul {
    display: flex;
    align-items: center;
    gap: 0 3px;
    justify-content: center;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list ul li.icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
    background-size: 100%;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list ul li.icon.women {
    background: url('../img/user_women.svg') no-repeat center center / cover;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list ul li.icon.men {
    background: url('../img/user_men.svg') no-repeat center center / cover;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list ul li.icon.add {
    background: url('../img/user_add.svg') no-repeat center center / cover;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span {
    font-size: 14px;
    font-weight: 700;
    background: #0042EA;
    padding: 5px 3px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span.join {
    color: #fff;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span.join b {
    color: #fff;
    display: block;
    margin-top: 3px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span.complete {
    color: #fff;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span.complete b {
    color: #fff;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span b {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info {
    background: #F4F4F4;
    padding: 16px 20px 10px 20px;
    width: calc(100% - 203px);
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info h3 {
    color: #f00;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin-top: 0;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info ul li {
    color: #000;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info ul li span.red {
    color: #f00;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box .joinListChk-info-box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box .joinListChk-info-box ul li {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box .joinListChk-info-box ul li span.red {
    color: #f00;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box-btm {
    margin-top: 35px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box-btm h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    margin: 35px 0;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box-button a {
    color: #fff;
    background: linear-gradient(90deg, #6C6C6C 0%, #D6D6D6 100%);
    font-size: 18px;
    font-weight: 700;
    width: 50%;
    display: block;
    padding: 15px 0;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box-button a.on {
    background: linear-gradient(90deg, #047366 0%, #C8D645 100%);
}

/* 조인예약 확인 팝업 */
.joinListChk-popup {
    position: absolute;
    left: 555px;
    top: 110px;
    width: 524px;
    height: 560px;
    background: #fff;
    z-index: 300;
    visibility: hidden;
    border: 2px solid #DDD;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 16px;
}

.joinListChk-popup .popup-header {
    text-align: center;
    margin-bottom: 20px;
}

.joinListChk-popup .popup-header h2 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 0;
    padding-bottom: 0;
}

.joinListChk-popup .popup-header h2 b {
    font-weight: 400;
}

.joinListChk-popup .popup-header span {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.joinListChk-popup .popup-body {
    overflow: auto;
    overflow-x: hidden;
    height: 390px;
    width: 100%;
    margin: 0 auto;
}

.joinListChk-popup .popup-body .input-table01 {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

.joinListChk-popup .popup-body table tbody tr th {
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
}

.joinListChk-popup .popup-body table tbody tr td {
    padding: 5px 16px 5px 0;
    font-size: 14px;
}

.joinListChk-popup .popup-body table tbody tr td:last-child {
    padding: 5px 0;
}

.joinListChk-popup .popup-body table tbody tr td input {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    height: 28px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
}

.joinListChk-popup .popup-body table tbody tr td input.wp58 {
    width: 58%;
}

.joinListChk-popup .popup-body table tbody tr td select {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    height: 28px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
}

.joinListChk-popup .popup-body table tbody tr td select.wp40 {
    width: 40%;
}

.joinListChk-popup .popup-body table tbody tr td span {
    color: #FF0000;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
}

.joinListChk-popup .popup-body .input-table02 {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}

.joinListChk-popup .popup-body .input-table02 ul {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.joinListChk-popup .popup-body .input-table02 ul:last-child {
    border-bottom: 1px solid #ccc;
}

.joinListChk-popup .popup-body .input-table02 ul li {
    width: 50%;
}

.joinListChk-popup .popup-body .input-table02 ul li input {
    border: 1px solid #ccc;
    background: #fff;
    height: 28px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
}

.joinListChk-popup .popup-body .input-table02 ul li select {
    border: 1px solid #ccc;
    background: #fff;
    height: 28px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
}

.joinListChk-popup .joinListChk-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 13px;
    padding-top: 30px;
}

.joinListChk-popup .joinListChk-popup-close a,
.joinListChk-popup .joinListChk-popup-close input[type="submit"] {
    display: block;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    width: 40%;
}

.joinListChk-popup .joinListChk-popup-close a.on,
.joinListChk-popup .joinListChk-popup-close input[type="submit"].on {
    background: #F89D33;
    border: 1px solid #F89D33;
    color: #fff;
}

/* 결제팝업 */
.joinListChk-popup.payment {
    height: 625px;
}


.joinListChk-popup.payment .popup-body {
    height: 450px;
}

.joinListChk-popup .popup-body .joinListChk-popup-text-wrap {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.joinListChk-popup .popup-body .joinListChk-popup-text {
    background: #f4f4f4;
    padding: 16px 14px;
    margin-bottom: 10px;
}

.joinListChk-popup .popup-body .joinListChk-popup-text p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.joinListChk-popup .popup-body .joinListChk-popup-text p.red {
    color: #f00;
}

.joinListChk-popup .popup-body .joinListChk-popup-text p.green {
    color: #007167;
}

.joinListChk-popup .popup-body .joinListChk-popup-text ul:not(:last-child) {
    margin-bottom: 16px;
}

.joinListChk-popup .popup-body .joinListChk-popup-text ul li {
    font-size: 12px;
    line-height: 21px;
    display: flex;
    gap: 0 5px;
    margin-left: 10px;
}

.joinListChk-popup .popup-body .joinListChk-popup-box.bt1 {
    border-top: 1px solid #ccc;
}

.joinListChk-popup .popup-body .joinListChk-popup-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.joinListChk-popup .popup-body .joinListChk-popup-box ul li {
    font-size: 14px;
    line-height: 35px;
}

.joinListChk-popup .popup-body .joinListChk-popup-box ul li.green {
    color: #007167;
    font-weight: 700;
}

/* // 조인예약 확인 */

/* 조인예약 조회 */
.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .state {
    color: #007167;
    text-decoration: underline;
    font-size: 14px;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5px;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area a {
    display: block;
    font-size: 14px;
    color: #aaa;
    border: 1px solid #aaa;
    text-align: center;
    padding: 5px 12px;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area a.on {
    background: #C4D32E;
    border: 1px solid #C4D32E;
    color: #fff;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area2 a {
    display: block;
    font-size: 14px;
    color: #aaa;
    border: 1px solid #aaa;
    text-align: center;
    padding: 5px 12px;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area2 a.on {
    background: #C4D32E;
    border: 1px solid #C4D32E;
    color: #fff;
}

/* 조인 예약 취소 팝업 */
.joinListChk-popup.cancel {
    height: auto;
}

.joinListChk-popup.cancel .popup-header {
    margin-bottom: 30px;
}

.joinListChk-popup.cancel .popup-header span {
    color: #666;
    font-size: 14px;
    display: block;
    margin: 20px 0 3px 0;
}

.joinListChk-popup.cancel .popup-header b {
    color: #F00;
    font-size: 14px;
    font-weight: 400;
}

.joinListChk-popup.cancel .popup-body {
    height: 360px;
}

.joinListChk-popup.cancel .popup-body .popup-radio {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.joinListChk-popup.cancel .popup-body .popup-radio li {
    border: 1px solid #333;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 0 16px;
}

.joinListChk-popup.cancel .popup-body .popup-radio li label {
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

/* 조인 예약 진행상태 팝업 */
.joinListChk-popup.state {
    width: 390px;
    left: 625px;
    height: auto;
}

.joinListChk-popup.state .popup-body {
    height: 110px;
}

.joinListChk-popup.state .popup-body .popup-state {
    display: flex;
    justify-content: center;
    gap: 0 25px;
}

.joinListChk-popup.state .popup-body .popup-state li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
    width: 100%;
    height: 100%;
}

.joinListChk-popup.state .popup-body .popup-state li img {
    width: 50px;
}

.joinListChk-popup.state .popup-body .popup-state li span.name {
    font-size: 14px;
    text-align: center;
}

.joinListChk-popup.state .popup-body .popup-state li span.name.noneTeam {
    color: #666;
}

.joinListChk-popup.state .popup-body .popup-state li b {
    font-size: 14px;
    color: #007167;
    text-align: center;
    font-weight: 400;
}

/* // 조인예약 조회 */
body.scroll-y {
    height: auto;
}

/* 조인게시판 캘린더 */
.JoinCalendar-subText p {
    font-size: .9375rem;
}

.Joincalendar_s1 .join-more {
    padding-top: 20px;
}

.Joincalendar_s1 .join-more li {
    color: #B1B0AF;
    line-height: 18px;
    font-size: 13px;
}

.Joincalendar_s1 .join-more li.join-invite {
    color: #007167;
}

.Joincalendar_s1 .join-more li.join-ing {
    color: #a5722f;
}

/* 조인게시판 달력 팝업 */
.JoinCalendar-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 600px;
    padding: 24px 12px;
}

.JoinCalendar-popup .popup-header {
    margin-bottom: 20px;
}

.JoinCalendar-popup .popup-header h2 {
    font-size: 1.125rem;
}

.JoinCalendar-popup .popup-header span {
    font-size: .875rem;
}

.JoinCalendar-popup .popup-body {
    height: 435px;
}

.JoinCalendar-popup .popup-body .join-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list {
    padding: 16px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 {
    min-height: 70px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.time span {
    padding: 4px;
    font-size: .75rem;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.time b {
    font-size: 1rem;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state {
    font-size: .875rem;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state span {
    margin-right: 16px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state span:not(:last-child)::after {
    right: -9px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.state span b {
    color: #F89D33;
    margin-left: 3px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list01 li.price {
    font-size: 1rem;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 {
    min-height: 70px;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 a {
    min-height: 70px;
    gap: 16px 0;
}

.JoinCalendar-popup .popup-body .join-list-wrap .join-list .list02 .btn-join-reser {
    font-size: .875rem;
}

.JoinCalendar-popup .btn-popup-close {
    font-size: .9375rem;
}

/* // 조인게시판 캘린더 */

/* 조인게시판 신청하기 */
.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr th {
    padding: 10px 5px;
    font-size: 1rem;
    line-height: 20px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td {
    padding: 10px 5px;
    font-size: 1rem;
    line-height: 20px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.col {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.col span {
    font-size: .875rem;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td textarea {
    font-size: .875rem;
    padding: 10px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.time-select {
    gap: 0 5px;
    margin-top: 10px;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td div.time-select select {
    width: calc((100% - 5px)/2);
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td .input_s3.wp35 {
    width: 35%;
}

.joinApply-from .gu_tbl_wrap .gu_tbl_inner table tbody tr td a.joinApply-btn {
    color: #fff;
    font-size: .875rem;
    display: inline-block;
    background: #F89D33;
    width: calc(65% - 20px);
    padding: 6px 0;
    margin-top: 0;
    margin-left: 15px;
}

.joinApply-from .btn-apply {
    margin: 50px 0;
}

.joinApply-from .btn-apply a {
    font-size: .9375rem;
}

/* // 조인게시판 신청하기 */

/* 조인예약 확인 */
.joinListChk-wrap {
    margin-top: 0;
}

.joinListChk-wrap .joinListChk-top p {
    font-size: 1rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box ul li {
    font-size: .875rem;
    line-height: 34px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team {
    flex-direction: column;
    gap: 16px 0;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list {
    width: 100%;
    height: 160px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list a {
    justify-content: space-between;
    gap: 15px 0;
    padding: 16px 14px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list h3 {
    font-size: .875rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list ul {
    gap: 0 16px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list ul li.icon {
    width: 54px;
    height: 54px;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span {
    font-size: .875rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-list span b {
    font-size: 0.75rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info {
    padding: 16px 14px;
    width: 100%;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info h3 {
    font-size: 0.875rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-team .joinListChk-team-info ul li {
    font-size: 0.75rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box .joinListChk-info-box ul li {
    font-size: .875rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box-btm h3 {
    font-size: 1.125rem;
}

.joinListChk-wrap .joinListChk-content .joinListChk-content-box-button a {
    font-size: .875rem;
    width: 40%;
    padding: 13px 0;
}

.joinListChk-content-box .joinListChk-captcha {
    display: flex;
    gap: 0 30px;
    padding: 15px 0;
}

.joinListChk-content-box .joinListChk-captcha .captcha {
    width: 150px;
    height: 65px;
}

.joinListChk-content-box .joinListChk-captcha .captcha-text {
    width: calc(100% - 180px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
}

.joinListChk-content-box .joinListChk-captcha .captcha-text a {
    color: #000;
    font-size: .75rem;
}

.joinListChk-content-box .joinListChk-captcha .captcha-text input {
    font-size: .75rem;
    background: #f0f0f0;
    width: 100%;
    height: 28px;
    text-align: left;
    padding-left: 10px;
}

.joinListChk-content-box .joinListChk-captcha .captcha-text span {
    color: #007167;
    font-size: .75rem;
}

/* 조인예약 확인 팝업 */
.joinListChk-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 600px;
    padding: 24px 12px;
}

.joinListChk-popup .popup-header h2 {
    font-size: 1.25rem;
}

.joinListChk-popup .popup-header span {
    font-size: .875rem;
}

.joinListChk-popup .popup-body {
    height: 455px;
}

.joinListChk-popup .popup-body table tbody tr th {
    font-size: .875rem;
}

.joinListChk-popup .popup-body table tbody tr td {
    font-size: .875rem;
}

.joinListChk-popup .popup-body table tbody tr td:last-child {
    padding: 5px 0;
}

.joinListChk-popup .popup-body table tbody tr td input {
    font-size: .875rem;
}

.joinListChk-popup .popup-body table tbody tr td input.wp58 {
    width: 58%;
}

.joinListChk-popup .popup-body table tbody tr td select {
    font-size: .875rem;
}

.joinListChk-popup .popup-body table tbody tr td select.wp50 {
    width: 50%;
}

.joinListChk-popup .popup-body table tbody tr td span {
    font-size: .8125rem;
    margin-left: 0;
    margin-top: 10px;
}

.joinListChk-popup .popup-body .input-table02 {
    padding: 0;
}

.joinListChk-popup .popup-body .input-table02 ul {
    gap: 5px;
    flex-direction: column;
}

.joinListChk-popup .popup-body .input-table02 ul:last-child {
    border-bottom: 1px solid #ccc;
}

.joinListChk-popup .popup-body .input-table02 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.joinListChk-popup .popup-body .input-table02 ul li input {
    padding-left: 0;
    font-size: .875rem;
    width: 100%;
    padding-left: 10px;
}

.joinListChk-popup .popup-body .input-table02 ul li select {
    font-size: .875rem;
    width: 100%;
}

.joinListChk-popup .joinListChk-popup-close {
    padding-top: 20px;
}

.joinListChk-popup .joinListChk-popup-close a {
    font-size: .9375rem;
    width: 40%;
    color: inherit;
}

/* 결제팝업 */
.joinListChk-popup.payment {
    height: 600px;
}

.joinListChk-popup.payment .popup-body {
    height: 455px;
}

.joinListChk-popup .popup-body .joinListChk-popup-text-wrap {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.joinListChk-popup .popup-body .joinListChk-popup-text p {
    font-size: .875rem;
}

.joinListChk-popup .popup-body .joinListChk-popup-text ul li {
    font-size: .75rem;
}

.joinListChk-popup .popup-body .joinListChk-popup-box ul li {
    font-size: .875rem;
}

/* // 조인예약 확인 */

/* 조인예약 조회 */
.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table thead tr th,
.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td {
    font-size: .8125rem;
    padding: 7px 3px;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .state {
    color: #007167;
    text-decoration: underline;
    font-size: .8125rem;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px 0;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area a {
    display: block;
    font-size: .8125rem;
    color: #aaa;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0 12px;
}

.joinSearch-wrap .gu_tbl_wrap .gu_tbl_inner table tbody tr td .btn-area a.on {
    background: #C4D32E;
    border: 1px solid #C4D32E;
    color: #fff;
}

/* 조인 예약 취소 팝업 */
.joinListChk-popup.cancel {
    height: 560px;
}

.joinListChk-popup.cancel .popup-header {
    margin-bottom: 30px;
}

.joinListChk-popup.cancel .popup-header span {
    color: #666;
    font-size: 14px;
    display: block;
    margin: 20px 0 3px 0;
}

.joinListChk-popup.cancel .popup-header b {
    color: #F00;
    font-size: 14px;
    font-weight: 400;
}

.joinListChk-popup.cancel .popup-body {
    height: 340px;
}

.joinListChk-popup.cancel .popup-body .popup-radio {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}

.joinListChk-popup.cancel .popup-body .popup-radio li {
    border: 1px solid #333;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 0 16px;
}

.joinListChk-popup.cancel .popup-body .popup-radio li label {
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

/* 조인 예약 진행상태 팝업 */
.joinListChk-popup.state {
    left: 50%;
    height: 290px;
    width: 90%;
}

.joinListChk-popup.state .popup-body {
    height: 110px;
}

.joinListChk-popup.state .popup-body .popup-state {
    gap: 0 20px;
}

.joinListChk-popup.state .popup-body .popup-state li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

.joinListChk-popup.state .popup-body .popup-state li img {
    width: 54px;
    height: 54px;
}

.joinListChk-popup.state .popup-body .popup-state li span.name {
    font-size: .875rem;
}

.joinListChk-popup.state .popup-body .popup-state li b {
    font-size: .875rem;
}

/* // 조인예약 조회 */



/* 250916 팝업추가 */
.pop-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.pop-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.pop-inner {
    position: relative;
    width: 90%;
    padding: 22px 14px;
    border: 3px solid #007167;
    background-color: #fff;
    text-align: center;
}

.pop-inner h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-decoration: underline;
    text-decoration-color: #007167;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
    display: inline-block;
    color: #000;
    margin-bottom: 28px;
    padding-bottom: 0;
    border-bottom: 0;
}

.pop-inner p {
    font-size: 14px;
    padding-bottom: 12px;
}

.tbl-pop {
    border-block: 1px solid #c3caca;
    width: 100%;
}

.tbl-pop th {
    padding: 10px 15px;
    font-weight: 400;
    background: #F6F6F6;
    font-size: 14px;
}

.tbl-pop td {
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
}

.pop-radio-area{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.pop-radio-area p{
    display: flex;
    gap: 3px;
    align-items: center;
}

.btn-pop-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
}

.btn-pop-wrap a {
    width: 94px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background: #007167;
    color: #fff;
    font-size: 14px;
}
