@charset "UTF-8";

/* 인풋 스타일 */
.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;
  padding: 0 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: 50px;
  line-height: 32px;
  text-align: left;
  color: #777;
  background-color: #f4f4f4;
  padding-left: 10px; border-radius: 4px; 
}

.input_s3_68 {
  box-sizing: border-box;
  width: 68%;
  font-size: 14px;
  height: 50px;
  line-height: 32px;
  text-align: left;
  color: #777;
  background-color: #f4f4f4;
  padding-left: 10px; border-radius: 4px;
}

.input_s3_52 {
  width: 52%;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  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_30 {
  width: 30%;
  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: #fb7d01;
  vertical-align: initial;
}

.day_spcl {
  color: #a5722f;
  vertical-align: initial;
}

/* 로그인 인풋 스타일 */
.input_s6 {
  width: 100%;
  border: 1px solid #CCC;
  background: #fff;
  border-radius: 4px;
  height: 48px;
  padding: 0 30px 0 30px;
  line-height: 48px; text-align: center;
}

.input_s6::placeholder {}

/* 버튼 스타일 */
.btn_s1 {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  background-color: #029B49;
  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: #999;
  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;
  background: #029B49;
  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_set {
  width: 30%;
  padding: 12px;
  background: #999;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 24px auto;
}

.btn_s3_30 {
  float: right; display: inline-block;
  width: 32%;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #999;
  color: #fff;
  cursor: pointer; border-radius: 4px; 
}

.btn_s5_70 {
  display: inline-block;
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #999;
  color: #fff;
  cursor: pointer;
}

/* 로그인버튼 스타일 */
.btn_s3 {
  font-size: 17px;
  background: #029B49;
  color: #fff;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  display: block;
}

.btn_s3:hover, .btn_s3:focus, .btn_s3:active {
  background: #029B49;
}

.btn_s3_1 {
  font-size: 17px;
  background: #B1B0AF;
  color: #fff;
  border-radius: 4px;
  margin-top: 8px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  display: block;
}

.btn_s3_1:hover, .btn_s3_1:focus, .btn_s3_1:active {
  background: #B1B0AF;
}

/* 체크박스 스타일 */
.checkbox_s1 {
  position: absolute;
  height: 0;
  width: 0;
}

.checkbox_s1+label {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_check.svg) no-repeat 50% 50%;
  background-size: 100%;
}

.checkbox_s1:checked+label {
  background: url(../img/common/icon_checked.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/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 {
  background-color: #BE292F;
}

.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; color: #666666; font-size: 16px; width: 33.33%; height: 46px; line-height: 46px; text-align: center; border-bottom: 2px solid #ddd;}
.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 {font-size: 16px; color: #333; border-bottom: 2px solid #333}

/* 코스홀 */
.hole {
  margin: 0 auto;
  font-size: 0;
}

.hole li {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #e7e7e8;
  margin: 0 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;
  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: #999;
}

.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;
}

/*서브영역*/
.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;
}

.subIframe img.w100 {
  max-width: 740px;
  min-width: 320px;
}

h1 {width: 100%; text-align: center; height: 40px; font:22px/40px 'Noto Sans Bold'; margin-bottom: 10px; letter-spacing: -1px}
h2 {width: 100%; text-align: left; font-family: 'Noto Sans Medium'; font-size: 18px; padding: 10px 0; margin-top: 20px}
h2:first-child {margin-top: 0;}
h2 span{font-size: 16px; margin-left: 5px; color: #BE292F}
h3 {display: block; font-size: 14px; line-height: 20px; color: #666; margin-top: 6%;}

h4 {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #666;
  margin: 8px 0;
}

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%;}

.subIframe {
  position: relative;
  width: 100%;
  overflow: hidden;
}

p.subTxtst3 {
  text-align: left;
  font-family: 'Noto Sans KR', sans-serif;
  padding: 0 8px;
  font-size: 14px;
  line-height: 22px;
  color: #98864f;
}

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;
}

.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: #333;
}

.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;
  letter-spacing: -0.05rem;
  color: #333;
}

.subIframe p.subTit2 {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 26px;
  padding-top: 40px;
  letter-spacing: -0.05rem;
  color: #1d321b;
}

p.gubun_st1 {
  font-size: 13px;
}

p.gubun_st2 {
  font-size: 13px;
  color: #9e8b6a;
}

p.comen {
  font-size: 12px;
  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_inner {}

.gu_tbl_inner table {width: 100%; letter-spacing: -0.5px; border-top: 2px solid #1d321b; table-layout: fixed;}

.gu_tbl_inner table tr {border-bottom: 1px solid #ddd;}

.gu_tbl_inner table tr.no_post {
  border-bottom: 0;
}

.gu_tbl_inner table thead tr {}

.gu_tbl_inner table thead tr th {
  font-size: 14px;
  padding: 2%;
  line-height: 20px; border-bottom: 2px solid #1d321b}

/*.gu_tbl_inner table tbody tr:hover {
  background-color: #fbfbfb; transition: all 0.2s;
} */

.gu_tbl_inner table tbody tr td.bg_fe {
  background: #f4f4f4;
}
.gu_tbl_inner table tbody tr th{font-size: 13px; line-height: 1.4; color: #999; padding: 5px 0 5px 2px; height: 60px; letter-spacing: -1px; text-align: left; }
.gu_tbl_inner table tbody tr td {font-size: 15px; line-height: 1.4; color: #333; padding: 5px 2px; height: 60px; letter-spacing: -0.5px}
.gu_tbl_inner table tbody tr td p{float: left; display: inline-block; font-size: 15px; height: 40px; line-height: 40px; color: #333;}

.gu_tbl_inner table tr td:first-child {
  border-left: 0;
}

.gu_tbl_inner table tbody tr td.noLine {
  border: 0 !important;
}

.gu_tbl_inner table tbody tr td strong {
  font-weight: 500;
}

.gu_tbl_inner table tbody tr td .dc {color: #bbb; text-decoration: line-through;}

.gu_tbl_inner table td.pd_lf20 {
  font-weight: bold;
  padding-left: 20px;
}

.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_inner table tbody tr td a:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  transition: all 0.1s;
}

.gu_tbl_inner table tbody tr td .iconPd {
  padding: 2% 8%;
  cursor: pointer;
}

.gu_tbl_inner table tbody tr td button.half {
  width: 42% !important;
}

.gu_tbl_inner table tbody tr td a.btn {float: right; display: block; height: 50px; min-width: 80px; line-height: 50px; padding: 0 8px; font-size: 14px; color: #fff; background: #999; border-radius: 4px; text-align: center;}

.gu_tbl_inner table tbody tr td a.btn1 {display: inline-block; height: 35px; min-width: 50px; line-height: 35px; padding: 0 8px; font-size: 14px; color: #fff; background: #029B49; border-radius: 4px; text-align: center;}

.gu_tbl_inner table tbody tr td a.btn:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  transition: all 0.2s;
}

.gu_tbl_inner table tbody tr.no_post:hover {
  background-color: #fff;
}

.gu_tbl_inner table tbody tr.no_post td {
  color: #888;
  padding: 52px 0;
}

.gu_tbl_inner table tbody tr td.tbl_tit {
  position: relative;
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
}

.gu_tbl_inner table tbody tr td.tbl_tit>.new {
  top: 50%;
  font-size: 10px;
  color: #f22c2d;
}

.gu_tbl_inner table tbody tr td.tbl_tit a span {
  padding-top: 8px;
}

.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_inner table tbody tr td.tbl_tit a:hover span:before {
  visibility: visible;
  opacity: 1
}

.gu_tbl_inner table tbody tr td.tbl_loc {
  color: #666;
}

.gu_tbl_inner table tbody tr td.tbl_loc13 {
  color: #666;
  font-size: 13px;
}

.gu_tbl_inner table tbody tr td.tbl_date {
  color: #888;
}

.gu_tbl_inner table tbody tr td.tbl_tit a span {
  position: relative;
  display: inline-block;
  max-width: 560px;
}

.gu_paging {
  margin: 4%;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}

.gu_paging a img {
  vertical-align: middle;
}

.gu_paging span {
  margin: 0 2px;
}

.gu_paging span a {
  display: inline-block;
  font-size: 16px;
  padding: 2px;
  margin: 0 15px;
  color: #888;
}

.gu_paging .gu_en_lineBtn.on {
  color: #222;
}

.gu_paging .gu_en_lineBtn.on:after {
  background-color: #222;
}

.gu_paging .gu_en_lineBtn:hover:after {
  background-color: #222;
}

.gu_paging span a.on {
  font-weight: 500;
  color: #029B49;
}

.gu_tbl_inner table tbody tr td.tbl_state {padding: 10px;}
.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_inner table tbody tr td.tbl_state>span.btn_state_ok {background: #2d2d2d; color: #fff;}
.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: 6%;
  text-align: center;
  border-bottom: 2px solid #3c3c3c;
}

.view_tit_wrap .view_tit {
  font-size: 26px;
  line-height: 34px;
  margin: 2% 0 4%;
}

.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: 30%;
  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 0;
  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: #999;
  font-size: 16px;
}

/* 제목 스타일 */
.tit_st1 {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.tit_st1 span {
  position: absolute;
  right: 0;
  top: 22px;
  font-size: 14px;
}

.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 {
  width: 100%;
  margin-top: 8px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  padding-left: 8px;
}

.tit_st2s span {
  font-size: 14px;
  font-weight: 300;
}

.tit_st2ss {
  width: 100%;
  margin-top: 8px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}

.tit_st3 {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 26px;
  border-bottom: 2px solid #3c3c3c;
  font-size: 19px;
  font-weight: 500;
}

.tit_st3s {
  width: 100%;
  margin-top: 24px;
  padding: 5px;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.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: 5px 0; line-height: 1.5; font-size: 13px; color: #666; position: relative; margin-bottom: 10px; letter-spacing: -0.5px}
.sub_comen_st1 strong{font-family: 'Noto Sans Medium'; color: #333}

.sub_comen_st2 {
  width: 100%;
  padding: 16px 0;
  line-height: 22px;
  font-size: 14px;
  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: 10px;
  line-height: 22px;
  font-size: 14px;
  border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; margin-bottom: 10px;
}

.info_comen {
  padding-top: 16px;
}

.info_comen li {
  background: url(../img/common/i_bu.svg) no-repeat left 2px;
  padding-left: 16px;
  padding-right: 8px;
  padding-bottom: 8px;
  width: 100%;
  text-align: left;
  letter-spacing: -0.025rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.box_bg_st1 {
  background: #f4f4f4;
  margin: 8% 0;
  padding: 24px 16px;
}

.box_st2 {text-align: center; width: 100%; color: #029B49; margin-top: 20px; padding: 20px; margin-bottom: 30px; border: 4px solid #ddd;}

.box_st2 span {margin-right: 10px; font-size: 14px; color: #999;}

.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: #999;
  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;
  border-top: 2px solid #9e8b6a;
}

.subIframe .owl-prev {
  background: url(../img/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/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;
}

.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 {display: block; height: 30px; font-size: 28px; line-height: 30px;color: #000;text-align: center; margin-bottom: 10px;}

.calendar_tit img {padding: 0 18px; width: 20px; height: 20px;}

.calendar_days .calendar_s1 td {
  height: 50px;
  border-bottom: 1px solid #ddd;
}

.calendar_s1 {width: 100%;}
.calendar_s1 tr td:first-child {color: #BE292F;}
.calendar_s1 tr td:last-child {color: #47B5FF;}
.calendar_s1 th, .calendar_s1 td {padding: 4px 0; vertical-align: middle; text-align: center; font-size: 15px; color: #666}
.calendar_s1 td .bg_box {width: 100%; height: 30px; position: relative;}
.calendar_s1 td .bg_box>div { width: 30px; height: 100%; margin: 0 auto; line-height: 30px; font-size: 16px; position: relative; z-index: 2;}
.calendar_s1 td .bg_box .last {color: #ccc;}
.calendar_s1 tr td p.last {padding-top: 8px; font-size: 14px; 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.today .bg_box div {background: #1A1818; color: #fff;  border-radius: 50%;}
.calendar_s1 tr td.sel .bg_box div {background: #029B49; color: #fff;  border-radius: 50%;}
.calendar_s1 tr td.reserv .bg_box div {background: #bad0c4; color: #fff;  border-radius: 50%;}
.calendar_s1 tr td.cancel .bg_box div {background: #eee; color: #ccc; border-radius: 50%;}
.calendar_s1 tr td.cancel p {color: #ccc;}
.calendar_s1 tr td.wait .bg_box div {background: #BE292F; color: #fff; border-radius: 50%;}
.calendar_s1 tr td p {padding-top: 5px; font-size: 14px;}

.course_top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(120deg, rgba(123, 31, 162, 1) 33%, rgba(69, 39, 160, 1) 100%);
}

.course_tab ul li {
  width: 50%;
  float: left;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.course_tab ul li.on {
  border-bottom: 2px solid rgba(177, 157, 99, 1);
}

/* 코스 홀별 선택 */
.h_choice {
  width: 96%;
  margin: 2%;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
}

.h_choice a {
  display: block;
  margin: 6% 2%;
  flex: 0 0 50px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: url(../img/course/hole.svg) no-repeat 50% 50%;
  white-space: nowrap;
}

.h_choice a.on {
  display: block;
  color: #000;
  background: url(../img/course/hole_on.svg) no-repeat 50% 50%;
  white-space: nowrap;
}

.course_area {
  position: relative;
  background: url(../img/course/h_bg.png) no-repeat center top;
  background-size: cover;
  height: initial;
}

.course_area .prev {
  position: absolute;
  background: url(../img/course/prev.svg) no-repeat 50% 50%;
  left: 4%;
  top: 30%;
  width: 26px;
  height: 42px;
}

.course_area .next {
  position: absolute;
  background: url(../img/course/next.svg) no-repeat 50% 50%;
  right: 4%;
  top: 30%;
  width: 26px;
  height: 42px;
}

.course_area .map {
  margin: 0 auto;
  padding-top: 24%;
  padding-bottom: 8%;
}

.course_area .h_number {
  color: #fff;
  text-align: left;
  margin-left: 8%;
  padding-bottom: 12%;
}

.course_area .h_number p {
  font-size: 24px;
  padding-bottom: 8px;
}

.course_area .h_number span {
  font-size: 64px;
  line-height: 62px;
  font-weight: bold;
}

.course_area .h_number em {
  font-size: 24px;
  line-height: 24px;
  margin-right: 20px;
  margin-top: 3px;
}

.course_area .comen {
  background: #41404a;
  color:#fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 8%;
}



/* 라운드조인 캘린더 */
.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: #fb7d01;
}

.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: #fb7d01;
}

.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 {
  min-width: 320px;
  max-width: 768px;
  margin: auto;
  position: relative;
  width: 100%;
  height: 100vh;
  background: #f9f9f9;
}

.login_btn_back {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 13px;
  height: 26px;
  background: url(../img/btn_back.png) no-repeat center center;
  background-size: 15px 20px;
  z-index: 9;
}

.login_btn_back:hover, .login_btn_back:focus, .login_btn_back:active {
  background: url(../img/btn_back.png) no-repeat center center;
  background-size: 15px 20px;
}

.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_area1 img{width: 150px}

.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: 14px;
  color: #3c3c3c;
  display: inline-block;
}

.content_login_area2 .box5 a:nth-child(2) {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-left: 15px;
}

.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;
}

/* 여백 */
.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: 24px;
}

.mg_t_b_22 {
  width: 100%;
  margin: 22px 0;
}

.pd_footer_52 {
  width: 100%;
  height: 52px;
}

.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 {font-size: 18px;
  color: #fff;
  background: #029B49;
  font-weight: 400;
  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: 16px;
  display: block;
  background: #029B49;
}

.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;
  background: #029B49;
}

.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: 20%;
  }
}

@media screen and (max-width: 760px) {
  .subIframe p.subTxt {
    padding-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .subIframe p.subTit {
    font-size: 26px;
    line-height: 36px;
  }

  .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_inner table tbody tr td button {
    width: 100%;
    padding: 4%;
  }

  .chk_box {
    left: 26%;
  }


  .gu_paging {
    margin: 8% 4%;
  }

  .gu_tbl_inner table td.pd_lf20 {
    font-weight: 500;
  }

  .Joincalendar_tit .listChoice {
    top: 0;
  }

  .input_s3_52 {
    width: 100%;
  }

  .Joincalendar_s1 .joinlink .invi {
    font-size: 14px;
    color: #D63E7F;
  }

  .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;
  }

  .tit_st2s span {
    display: none;
  }

  .subIframe img.w100 {
    width: 100%;
  }

  .view_tit_wrap {
    padding: 0 0 6%;
  }

  .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 {
    height: 30px;
  }

  .calendar_s1 td .bg_box>div {
    line-height: 30px;
    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: 0;
    font-size: 12px;
    font-weight: 200;
  }
}


@media screen and (max-width: 350px) {
  .tit_st1 span {
    display: none;
  }
}
