@charset "UTF-8";
.content {
  padding-top: 100px;
  padding-bottom: 144px;
  min-height:500px;
}
.content.side_wrap .wrap {
  display: flex;
  gap: 47px;
}
.content.side_wrap .wrap .sidebar {
  width: 226px;
  flex: none;
}
.content.side_wrap .wrap .sidebar .side_tit {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 5px;
}
.content.side_wrap .wrap .sidebar .side_tit h5 {
  font-size: 18px;
  font-weight: 600;
}
.content.side_wrap .wrap .sidebar ul li {
  border-bottom: 1px solid #f5f5f5;
}
.content.side_wrap .wrap .sidebar ul li.on a h5 {
  color: #f90000;
}
.content.side_wrap .wrap .sidebar ul li a {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.content.side_wrap .wrap .sidebar ul li a h5 {
  font-size: 18px;
  font-weight: 600;
}
.content.side_wrap .wrap .sidebar ul li a i {
  font-size: 16px;
  font-weight: 500;
}
.content.side_wrap .wrap .reserv {
  width: 100%;
}
.content .head_tit h5 {
  font-size: 24px;
  font-weight: 600;
  flex: none;
}
.content .head_tit h4 {
  font-size: 19px;
  font-weight: 600;
}
.content .head_tit p {
  font-size: 17px;
  color: #9c9c9c;
  margin-top: 10px;
}
.content .head_tit a.recipt {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #03c75a;
  border-radius: 3px;
}
.content .head_tit.center {
  text-align: center;
}
.content .head_tit.center span {
  color: #f90000;
}
.content .head_tit.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .head_tit.flex .bak {
  font-size: 15px;
  color: #9c9c9c;
}
.content .head_tit.flex .bak span {
  font-size: 24px;
  color: #f90000;
}
.content .head_tit.flex_left {
  display: flex;
  align-items: center;
  gap: 35px;
}
.content .head_tit.flex_left .input_wrap input {
  height: 38px;
  max-width: 190px;
  font-size: 14px;
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.content .company {
  max-width: 1920px;
  margin: 0 auto;
}
.content .company img.info {
  width: 100%;
  height: 100%;
}
.content .company img.btn {
  max-width: 40%;
  float: right;
  margin-top : 20px;
}

.content .company p {
  margin-top: 15px;
  color: #4b4b4b;
  font-weight: 300;
  padding: 30px;
  font-size: 15px;
  align-items: center;
  gap: 22px;
  background: #f7f7f7;
  border-radius: 10px;
  box-sizing: border-box;  
}
.content .company p strong {
  font-size: 18px;
  font-weight: 400;
  flex: none;
}

.content .cs {
  max-width: 634px;
  margin: 0 auto;
}
.content .cs .tel {
  padding: 19px 26px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-top: 36px;
}
.content .cs .tel h5 {
  font-size: 18px;
}
.content .cs .tel p {
  font-size: 14px;
  color: #7d7d7d;
}
.content .cs .question {
  margin-top: 43px;
}
.content .cs .question ul.que_list {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 0;
}
.content .cs .question ul.que_list li {
  width: 100%;
}
.content .cs .question ul.que_list li input:checked + label {
  background: #03c75a;
  color: #fff;
}
.content .cs .question ul.que_list li input + label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.content .cs .question .accordion_wrap {
  margin-top: 40px;
  border-top: 3px solid #000;
}
.content .cs .question .accordion_wrap .acco_header {
  position: relative;
  padding: 10px 16px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  border-bottom: 1px solid #dbdbdb;
  color: #9c9c9c;
}
.content .cs .question .accordion_wrap .acco_header .con {
  display: flex;
  gap: 18px;
  padding-right: 20px;
}
.content .cs .question .accordion_wrap .acco_header .con i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  font-size: 18px;
  border-radius: 100%;
  color: #acacac;
  flex: none;
}
.content .cs .question .accordion_wrap .acco_header .con span {
  margin-top: 6px;
}
.content .cs .question .accordion_wrap .acco_header::after {
  display: inline-block;
  content: "";
  font-size: 15px;
  margin-right: 5px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/_web/_images/arrow_down.png) no-repeat center center;
  width: 8px;
  height: 8px;
}
.content .cs .question .accordion_wrap .acco_header.on::after {
  content: "";
  background: url(/_web/_images/arrow_up.png) no-repeat center center;
  width: 8px;
  height: 8px;
}
.content .cs .question .accordion_wrap .acco_header.on {
  border-bottom: none;
}
.content .cs .question .accordion_wrap .acco_header.on i {
  background: #076d8e;
  color: #fff;
}
.content .cs .question .accordion_wrap .acco_con {
  display: none;
  overflow: hidden;
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 10px 16px 34px;
  box-sizing: border-box;
}
.content .cs .question .accordion_wrap .acco_con .con {
  display: flex;
  gap: 18px;
}
.content .cs .question .accordion_wrap .acco_con .con i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  font-size: 18px;
  border-radius: 100%;
  color: #fff;
  background: #e35e15;
  flex: none;
}
.content .cs .question .accordion_wrap .acco_con .con span {
  margin-top: 6px;
}
.content .reserv .reserv_box:nth-child(n+2) {
  margin-top: 53px;
}
.content .reserv .reserv_box .box_con {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  background: #efefef;
  border-radius: 10px;
  padding: 17px 26px;
  box-sizing: border-box;
}
.content .reserv .reserv_box .box_con .con_img {
  max-width: 286px;
  width: 100%;
  height: 213px;
  border-radius: 4px;
}
.content .reserv .reserv_box .box_con .con_txt .top_txt h5 {
  padding: 7px 8px;
  font-size: 15px;
  color: #fff;
  background: #f90000;
  border-radius: 4px;
  width: fit-content;
  display: flex;
  margin-bottom: 8px;
}
.content .reserv .reserv_box .box_con .con_txt .top_txt p {
  font-size: 14px;
  font-weight: 300;
  color: #737373;
}
.content .reserv .reserv_box .box_con .con_txt .top_txt h4 {
  margin-top: 20px;
  font-size: 15px;
}
.content .reserv .reserv_box .box_con .con_txt .bottom_txt {
  margin-top: 47px;
}
.content .reserv .reserv_box .box_con .con_txt .bottom_txt ul.btn_list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.content .reserv .reserv_box .box_con .con_txt .bottom_txt ul.btn_list li.cancer a {
  background: #9a90d8;
}
.content .reserv .reserv_box .box_con .con_txt .bottom_txt ul.btn_list li.detail a {
  background: #7daf5b;
}
.content .reserv .reserv_box .box_con .con_txt .bottom_txt ul.btn_list li.homepage a {
  background: #767676;
}
.content .reserv .reserv_box .box_con .con_txt .bottom_txt ul.btn_list li.reserva a {
  background: #1d68ae;
}
.content .reserv .reserv_box .box_con .con_txt .bottom_txt ul.btn_list li a {
  min-width: 89px;
  height: 30px;
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.content .reserv_detail {
  max-width: 635px;
  margin: 0 auto;
}
.content .reserv_detail .reserv_prod .img {
  width: 100%;
}
.content .reserv_detail .reserv_prod .img::before {
  content: "";
  display: inline-block;
  padding-bottom: 51.4%;
}
.content .reserv_detail .reserv_prod .txt {
  margin-top: 30px;
}
.content .reserv_detail .reserv_prod .txt h3 {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 25px;
  font-weight: 600;
}
.content .reserv_detail .reserv_prod .txt h3 a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 91px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6d9511;
  border-radius: 7px;
}
.content .reserv_detail .reserv_prod .txt h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #9c9c9c;
}
.content .reserv_detail .reserv_prod .txt p {
  font-size: 15px;
}
.content .reserv_detail .reserv_prod .calendar_div {
  position: relative;
/*  margin-top: 35px;*/
}
.content .reserv_detail .reserv_prod .calendar_div .cal_edit {
  position: absolute;
  bottom: 22px;
  right: 22px;
  padding: 7px 13px;
  font-size: 11px;
  background: #f90000;
  color: #fff;
  border-radius: 4px;
}
.content .reserv_detail ul.price_info {
  padding-left: 40px;
}
.content .reserv_detail ul.price_info li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap:wrap;
}
.content .reserv_detail ul.price_info li:nth-child(1) {
  margin-top: 22px;
}
.content .reserv_detail ul.price_info li h5 {
  line-height: 24px;
  color: #9c9c9c;
  display: flex;  
}
.content .reserv_detail ul.price_info li h5.blue {
  color: #1273e4;
}
.content .reserv_detail ul.price_info li h5.red {
  color: #f90000;
}
.content .reserv_detail ul.price_info li h5:nth-child(1) {
  width: 220px;
  align-items: center;
}

.content .reserv_detail ul.price_info li h5.person {
  width: 100%;
}

/*.content .reserv_detail ul.price_info li h5.person span {
  width: 100px;
}*/
.content .reserv_detail ul.price_info li h5.person span {
  width: 60px;
  font-size : 16px;
}

.content .reserv_detail ul.price_info li h5.person .increase {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.content .reserv_detail ul.price_info li h5.person .increase .result {
  width: 36px;
  text-align: center;
  color: #000;
  border-radius: 100%;
  font-size: 15px;
}
.content .reserv_detail ul.price_info li h5.person .increase input {
  color: #8f8f8f;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 2px solid #8f8f8f;
  background: #fff;
  cursor: pointer;
}
.content .reserv_detail .total_prcie {
  margin-top: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.content .reserv_detail .total_prcie .right {
  display: flex;
  justify-content: right;
  align-items: end;
  padding-bottom: 16px;
  gap: 5px;
}
.content .reserv_detail .total_prcie .right h5 {
  color: #9c9c9c;
  font-size: 15px;
}
.content .reserv_detail .total_prcie .right h4 {
  font-size: 18px;
}
.content .reserv_detail .total_prcie2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #000;
  margin-top: 15px;
}
.content .reserv_detail .total_prcie2 .left h5 {
  color: #9c9c9c;
  font-size: 15px;
}
.content .reserv_detail .total_prcie2 .right {
  display: flex;
  justify-content: right;
  align-items: end;
  padding-bottom: 16px;
  gap: 5px;
}
.content .reserv_detail .total_prcie2 .right h5 {
  color: #9c9c9c;
  font-size: 15px;
}
.content .reserv_detail .total_prcie2 .right h4 {
  font-size: 24px;
  color: #f90000;
}
.content .reserv_detail .alert {
  font-size: 15px;
  color: #f90000;
  margin-top: 14px;
}
.content .sign_up {
  max-width: 635px;
  margin: 0 auto;
}
.content .sign_up .subscript {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
}
.content .sign_up .subscript .head_tit {
  text-align: center;
}
.content .sign_up .subscript ul.subscript_list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
  gap: 15px;
}
.content .sign_up .subscript ul.subscript_list li {
  width: 100%;
}
.content .sign_up .subscript ul.subscript_list li input:checked + label {
  outline: 5px solid #f90000;
}
.content .sign_up .subscript ul.subscript_list li input:checked + label .tit h2 {
  font-size: 32px;
  font-weight: 600;
}
.content .sign_up .subscript ul.subscript_list li input:checked + label .chk {
  background: url("/_web/_images/subs_on.svg") no-repeat center;
}
.content .sign_up .subscript ul.subscript_list li input + label {
  display: inline-block;
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 14px;
  height: 330px;
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.content .sign_up .subscript ul.subscript_list li input + label .tit {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #b4b4b4;
}
.content .sign_up .subscript ul.subscript_list li input + label .tit h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.content .sign_up .subscript ul.subscript_list li input + label .txt {
  padding-top: 12px;
}
.content .sign_up .subscript ul.subscript_list li input + label .txt .strike {
    text-decoration: line-through;
    text-decoration-color: red;
}
.content .sign_up .subscript ul.subscript_list li input + label .txt h5 {
  color: #797979;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.content .sign_up .subscript ul.subscript_list li input + label .txt h5 span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.content .sign_up .subscript ul.subscript_list li input + label .txt h5 .discount {
  color: #f20000;
}
.content .sign_up .subscript ul.subscript_list li input + label .txt p {
  padding-top: 34px;
  font-weight: 500;
  line-height: 1;
}
/*.content .sign_up .subscript ul.subscript_list li input + label .discount {
  background: #f90000;
  width: fit-content;
  margin: 0 auto;
  margin-top: 31px;
  color: #fff;
  padding: 4px 17px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 16px;
  line-height: 1;
}*/
.content .sign_up .subscript ul.subscript_list li input + label .chk {
  width: 27px;
  height: 27px;
  background: url("/_web/_images/subs_off.svg") no-repeat center;
  background-size: cover;
  margin: 0 auto;
  margin-top: 48px;
}

.content .sign_up .subscript ul.subscript_list li .subscript_box {
  outline: 5px solid #f90000;
  display: inline-block;
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 14px;
  height: 330px;
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .tit h2 {
  font-size: 32px;
  font-weight: 600;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .tit {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #b4b4b4;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .tit h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .txt {
  padding-top: 12px;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .txt h5 {
  color: #797979;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .txt .strike {
    text-decoration: line-through;
    text-decoration-color: red;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .txt h5 span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .txt h5 .discount {
  color: #f20000;
}
.content .sign_up .subscript ul.subscript_list li .subscript_box .txt p {
  width:300px;
  padding-top: 34px;
  font-weight: 500;
  color: #797979;
  text-align:left;
  margin: 0 auto;
  /*line-height: 1;*/
}

.content .sign_up .subscript .subs_info {
  margin-left: 10px;
  margin-top: 45px;
}
.content .sign_up .subscript .subs_info h5 {
  font-size: 24px;
  font-weight: 600;
}
.content .sign_up .subscript .subs_info p {
  font-size: 13px;
  line-height: 22px;
  color: #9c9c9c;
  margin-top: 20px;
}
.content .sign_up2 {
/*  width: 100%;*/
  max-width: 635px;
  margin: 0 auto;
}
.content .sign_up2 .dashed {
  width: 100%;
  height: 4px;
  background: #000;
  margin: 60px 0;
}
.content .sign_up2 ul.btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 38px;
}
.content .sign_up2 ul.btn_list li {
  max-width: 273px;
  width: 100%;
}
.content .sign_up2 ul.btn_list li a {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 15px;
}
.content .sign_up2 .i_chk {
  text-align: center;
}
.content .sign_up2 ul.chk_list {
  margin-top: 53px;
}
.content .sign_up2 ul.chk_list li input + label {
  font-size: 15px;
}
.content .sign_up2 ul.radio_list {
  margin-top: 27px;
}
.content .sign_up2 ul.radio_list li:nth-child(n+2) {
  margin-top: 21px;
}
.content .sign_up2 ul.radio_list li input + label {
  display: flex;
}
.content .sign_up2 ul.radio_list li input + label h5 {
  font-size: 15px;
  color: #9c9c9c;
}
.content .sign_up2 ul.radio_list li input + label h5:first-child {
  width: 130px;
}
.content .sign_up2 .mail_start {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #000;
}
.content .sign_up2 .password_re {
  display: flex;
  justify-content: right;
  margin-top: 17px;
  text-decoration: underline;
  font-size: 14px;
}
.content .form .input_wrap {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.content .form .input_wrap.type2 {
  margin-top: 22px;
}
.content .form .input_wrap.type2 input {
  background: #f5f5f5;
  border-bottom: none;
  height: 40px;
  border-radius: 3px;
}
.content .form .input_wrap.type2 input::placeholder {
  color: #aaaaaa;
}
.content .form .input_wrap.type2 ul.radio_list {
  background: #f5f5f5;
  border-bottom: none;
  height: 40px;
  padding: 0 12px;
  width: 100%;
  border-radius: 3px;
}
.content .form .input_wrap.type2 p {
  background: #f5f5f5;
  border-bottom: none;
  min-height: 40px;
  padding: 9px 12px;
  line-height: 1;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
/*  color: #aaaaaa;*/
}
.content .form .input_wrap.type2 p span {
  color: #000;
}
.content .form .input_wrap:first-child {
  margin-top: 30px;
}
.content .form .input_wrap.dropdown {
  margin-top: 0;
}
.content .form .input_wrap.dropdown input {
  background: #f5f5f5;
  border: none;
  height: 38px;
  border-radius: 4px;
}
.content .form .input_wrap.dropdown ul.dropdown_list {
  top: 38px;
  height: 206px;
}
.content .form .input_wrap small.placeholder_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #a9a9a9;
}
.content .form .input_wrap .input_wrap_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.content .form .input_wrap .input_wrap_list .input_wrap.dropdown {
  max-width: 127px;
  width: 100%;
}
.content .form .input_wrap h5 {
  width: 110px;
  font-size: 15px;
  color: #9c9c9c;
  flex: none;
}
.content .form .input_wrap h5 span {
  color: #f90000;
  position: relative;
  top: -4px;
  left: 1px;
}
.content .form .input_wrap input {
  height: 30px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dbdbdb;
}
.content .form .input_wrap .card_num {
  display: flex;
  align-items: center;
  gap: 8px;
}
.content .form .input_wrap .card_num input {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  height: 24px;
  text-align:center;
}
.content .form .input_wrap .card_num span {
  width: 12px;
  height: 1px;
  background: #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.content .form .input_wrap ul.radio_list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.content .form .input_wrap ul.radio_list li input + label {
  line-height: 1;
  color: #9c9c9c;
  font-size: 15px;
}
.content .sign_up .term {
  margin-top: 36px;
}
.content .sign_up .term .checkbox_group ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
.content .sign_up .term .checkbox_group ul li.acco_con {
  display: none;
  margin-top: 15px;
  color: #4b4b4b;
  font-weight: 300;
  padding: 20px;
  font-size: 15px;
  align-items: center;
  gap: 22px;
  background: #f7f7f7;
  border-radius: 10px;
  box-sizing: border-box;  
}
.content .sign_up .term .checkbox_group ul li:first-child {
  background: #f5f5f5;
  height: 50px;
}
.content .sign_up .term .checkbox_group ul li:nth-child(n+2) {
  margin-top: 17px;
}
.content .sign_up .term .checkbox_group ul li:nth-child(n+2) input + label {
  opacity: 0.6;
}
.content .sign_up .term .checkbox_group ul li:nth-child(n+2) input + label::before {
  opacity: 0.6;
}


.content .subscription {
  max-width: 635px;
  margin: 0 auto;
}
.content .subscription .quick_start .head_tit {
  text-align: center;
}
.content .subscription .quick_start .head_tit h5 span {
  color: #f90000;
}
.content .subscription .quick_start ul.quick_list {
  max-width: 272px;
  margin-top: 44px;
  width: 100%;
  margin: 0 auto;
  margin-top: 44px;
}
.content .subscription .quick_start ul.quick_list li:nth-child(n+2) {
  margin-top: 13px;
}
.content .subscription .quick_start ul.quick_list li:nth-child(1) a {
  background: #ffde00;
  border: 1px solid #ffde00;
}
.content .subscription .quick_start ul.quick_list li:nth-child(2) a {
  background: #00c73c;
  border: 1px solid #00c73c;
}
/*.content .subscription .quick_start ul.quick_list li:nth-child(3) a {
  border: 1px solid #aaaaaa;
}*/
.content .subscription .quick_start ul.quick_list li:nth-child(3) a {
  background: #f90000;
  border: 1px solid #f90000;
  color: #fff;
}
.content .subscription .quick_start ul.quick_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 52px;
}
.content .subscription .quick_start ul.quick_list li a p {
  margin-top: 15px;
}
.content .subscription .term {
  margin-top: 36px;
}
.content .subscription .term .checkbox_group ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
.content .subscription .term .checkbox_group ul li:first-child {
  background: #f5f5f5;
  height: 50px;
}
.content .subscription .term .checkbox_group ul li:nth-child(n+2) {
  margin-top: 17px;
}
.content .subscription .term .checkbox_group ul li:nth-child(n+2) input + label {
  opacity: 0.6;
}
.content .subscription .term .checkbox_group ul li:nth-child(n+2) input + label::before {
  opacity: 0.6;
}
.content .subscription .form {
  margin-top: 50px;
}
.content .payment {
  max-width: 635px;
  margin: 0 auto;
}
.content .payment .dashed {
  width: 100%;
  height: 4px;
  background: #000;
  margin: 60px 0;
}
.content .payment .form .input_wrap h5 {
  width: 80px;
}
.content .payment .head_drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.content .payment .head_drop.on .arrow {
  transform: rotate(180deg);
}
.content .payment .head_drop.on .txt p.alert1 {
  display: none;
}
.content .payment .head_drop.on .txt p.alert2 {
  display: block;
}
.content .payment .head_drop .txt {
  display: flex;
  align-items: center;
  gap: 16px;
}
.content .payment .head_drop .txt h5 {
  font-size: 24px;
  font-weight: 600;
  gap: 14px;
}
.content .payment .head_drop .txt p.alert {
  font-size: 14px;
  color: #f90000;
}
.content .payment .head_drop .txt p.alert2 {
  display: none;
}
.content .payment .head_drop .arrow {
  margin-right: 30px;
}
.content .payment .term .checkbox_group ul li {
  margin-top: 14px;
}
.content .payment .term .checkbox_group ul li input + label {
  background: #f3f3f3;
  padding: 7px;
  box-sizing: border-box;
  font-size: 15px;
}
.content .payment .term .checkbox_group ul li p {
  margin-top: 15px;
  color: #4b4b4b;
  font-weight: 300;
  padding-left: 8px;
  font-size: 15px;
}
.content .payment ul.pay_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  gap: 45px;
}
.content .payment ul.pay_list li {
  width: 100%;
}
.content .payment ul.pay_list li input:checked + label {
  background: #aaaaaa;
}
.content .payment ul.pay_list li input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 41px;
  font-size: 15px;
  border: 1px solid #aaaaaa;
  cursor: pointer;
}
.content .my {
  width: 100%;
}
.content .my .form {
  max-width: 670px;
  margin-top: 50px;
}
.content .my .dashed {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin-top: 35px;
  margin-bottom: 35px;
}
.content .my .term {
  max-width: 670px;
}
.content .my .term .checkbox_group {
  margin-top: 30px;
}
.content .my .term .checkbox_group ul li {
  margin-top: 5px;
}
.content .my .term .checkbox_group ul li:nth-child(1) {
  margin-bottom: 20px;
  margin-top: 0;
}
.content .my .term .checkbox_group ul li #check_all + label {
  height: 29px;
  display: flex;
  align-items: center;
  background: #f3f3f3;
}
.content .my .term .checkbox_group ul li input + label {
  padding: 0 6px;
}
.content .my .termination h2 {
  font-size: 20px;
  font-weight: 600;
}
.content .my .termination ul {
  margin-top: 30px;
}
.content .my .termination ul li:nth-child(n+2) {
  margin-top: 18px;
}
.content .my .termination .input_wrap textarea {
  width: 100%;
  height: 200px;
  margin-top: 15px;
  border: 1px solid #aaaaaa;
  border-radius: 9px;
  resize: none;
  padding: 10px 12px;
}
.content .subscript {
  width: 100%;
  max-width: 635px;
}
.content .subscript .dashed {
  width: 100%;
  height: 4px;
  background: #000;
  margin: 60px 0;
}
.content .subscript ul.btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 75px;
}
.content .subscript ul.btn_list li {
  max-width: 273px;
  width: 100%;
}
.content .subscript ul.btn_list li a {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 15px;
}
.content .subscript .subs_history {
  margin-top: 20px;
  border-top: 3px solid #000;
}
.content .subscript .subs_history .history_list .history_header {
  font-size: 13px;
  position: relative;
  padding: 10px 16px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #dbdbdb;
/*  color: #9c9c9c;*/
}
.content .subscript .subs_history .history_list .history_header .con {
  display: flex;
  gap: 18px;
}
.content .subscript .subs_history .history_list .history_header .con i {
  display: inline-flex;
  align-items: center;
/*  justify-content: center;*/
  width: 140px;
  height: 29px;
  flex: none;
/*  border: 1px solid #dbdbdb;*/
}
.content .subscript .subs_history .history_list .history_header .con i:nth-child(3) {
  width: 75px;
}
/*.content .subscript .subs_history .history_list .history_header .con i:first-child {
  width: 145px;
}*/
.content .subscript .subs_history .history_list .history_header .con i:last-child {
  width: 160px;
}
.content .prod_detail {
  max-width: 1100px;
  margin: 0 auto;
}
.prod_img {
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 7px;
  border-radius: 12px;
}
.prod_img .imgs {
  width: 100%;
}
.prod_img .imgs.four {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.prod_img .imgs .img {
  height: 100%;
  overflow: hidden;
}
.prod_img .imgs .img .in {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.prod_img .imgs .img .in:hover {
  transform: scale(1.1);
}
.prod_img .imgs .img .in::before {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
}
.prod_img .more_btn {
  position: absolute;
  bottom: 21px;
  right: 21px;
  width: 121px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  font-size: 16px;
}
.content .prod_detail .prod .head_txt {
  margin-top: 30px;
}
.content .prod_detail .prod .head_txt h3 {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 25px;
  font-weight: 600;
}
.content .prod_detail .prod .head_txt h3 div{
  width:50%;
  gap: 11px;
  display: flex;
}
.content .prod_detail .prod .head_txt h3 div a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 91px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6d9511;
  border-radius: 7px;
}

.content .prod_detail .prod .head_txt h3 div a.etc {
  color: #606060 !important;
  background: #ffffff !important;
  border: 1px solid #404040 !important;
}

.content .prod_detail .prod .head_txt h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #9c9c9c;
}
.content .prod_detail .prod .head_txt p {
  font-size: 15px;
}
.content .prod_detail .prod .info_wrap {
  display: flex;
  gap: 17px;
/*  max-height: 450px;*/
}
.content .prod_detail .prod .info_wrap .txt {
  border: 1px solid #efefef;
  border-radius: 7px;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.content .prod_detail .prod .info_wrap .txt .txt_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  gap: 20px;
  padding-bottom: 16px;
}
.content .prod_detail .prod .info_wrap .txt .txt_top ul.option_list {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.content .prod_detail .prod .info_wrap .txt .txt_top ul.option_list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.content .prod_detail .prod .info_wrap .txt .txt_top .more_view {
  flex: none;
  width: 88px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
}

.content .prod_detail .prod .info_wrap .calendar_div {
/*  position: relative;
  margin-top: 35px;
*/}
.content .prod_detail .prod .info_wrap .txt .txt_bottom {
  padding-top: 16px;
}


.content .prod_detail .prod .info_wrap .maps {
  width: 328px;
  height: 450px;
  flex: none;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.content .prod_detail .prod .info_wrap .maps .more_btn {
  position: absolute;
  right: 14px;
  bottom: 7px;
  z-index: 20;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  gap: 3px;
  width: 82px;
  height: 27px;
  font-size: 14px;
  border-radius: 4px;
}
.content .prod_detail ul.prod_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px 13px;
  margin-top: 38px;
}
.content .prod_detail ul.prod_list li {
  padding: 18px 25px;
  box-sizing: border-box;
  position: relative;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 7px;
}
.content .prod_detail ul.prod_list li:hover .img .in {
  transform: scale(1.1);
}
.content .prod_detail ul.prod_list li .img {
  overflow: hidden;
  flex: none;
  border-radius: 4px;
}
.content .prod_detail ul.prod_list li .img .in {
  width: 286px;
  border-radius: 4px;
  transition: 0.3s;
}
.content .prod_detail ul.prod_list li .img .in::before {
  content: "";
  display: inline-block;
  padding-bottom: 74.5%;
}
.content .prod_detail ul.prod_list li .txt h4 {
  font-size: 17px;
}
.content .prod_detail ul.prod_list li .txt h5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #737373;
  box-sizing: border-box;
}
.content .prod_detail ul.prod_list li .txt p {
  font-size: 15px;
}
.content .prod_detail ul.prod_list li .txt .btn_list {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.content .prod_detail ul.prod_list li .txt .btn_list a {
  color: #fff;
  font-size: 12px;
  width: 89px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.content .prod_detail ul.prod_list li .txt .btn_list a:nth-child(1) {
  background: #998fd7;
}
.content .prod_detail ul.prod_list li .txt .btn_list a:nth-child(2) {
  background: #7daf5b;
}
.content .prod_detail ul.prod_list li .over {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(182, 182, 182, 0.8);
  color: #fff;
  font-size: 24px;
  border-radius: 7px;
}
.content .prod_detail .term_info {
  margin-top: 70px;
}
.content .prod_detail .term_info .info {
  padding: 20px 0;
}
.content .prod_detail .term_info .info:nth-child(n+2) {
  border-top: 1px solid #efefef;
}
.content .prod_detail .term_info .info h5 {
  font-size: 20px;
}
.content .prod_detail .term_info .info ul {
  margin-top: 22px;
}
.content .prod_detail .term_info .info ul li {
  color: #a7a6a6;
  font-size: 15px;
  line-height: 24px;
}
.content .prod_detail .term_info .info ul li::before {
  content: "·";
}
.content .reserv_detail2 {
  width: 100%;
}
.content .reserv_detail2 .dashed {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin-top: 35px;
  margin-bottom: 35px;
}
.content .reserv_detail2 .form {
  max-width: 635px;
}
.content .reserv_detail2 .state {
  padding: 9px 9px 5px;
  color: #d7d7d7;
  font-size: 14px;
  border-radius: 4px;
  background: #aaaaaa;
  width: fit-content;
  margin-top: 11px;
}
.content .reserv_detail2 .useok {
  padding: 9px 9px 5px;
  color: #d7d7d7;
  font-size: 14px;
  border-radius: 4px;
  background: #9a90d7;;
  width: fit-content;
  margin-top: 11px;
}
.content .reserv_detail2 .cancelok {
  padding: 9px 9px 5px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  background: #000000;;
  width: fit-content;
  margin-top: 11px;
}
.content .reserv_detail2 .state h4, .content .reserv_detail2 .useok h4, .content .reserv_detail2 .cancelok h4 {
  line-height: 14px !important;
}
.content .reserv_detail2 .prod_info {
  margin-top: 28px;
  display: flex;
  gap: 25px;
  max-width: 635px;
}

.content .reserv_detail2 .prod_cancle {
  margin-top: 0px;
  display: flex;
  gap: 25px;
  max-width: 635px;
}
.content .reserv_detail2 .prod_cancle .info_img {
  width: 179px;
  height: fit-content;
  flex: none;
  border-radius: 4px;
}
.content .reserv_detail2 .prod_cancle .info_img {
  width: 179px;
  height: fit-content;
  flex: none;
  border-radius: 4px;
}
.content .reserv_detail2 .prod_cancle .info_img::before {
  content: "";
  display: inline-block;
  padding-bottom: 74.5%;
}
.content .reserv_detail2 .prod_cancle .info_txt ul li {
  line-height: 24px;
  color: #737373;
  font-size: 14px;
}
.content .reserv_detail2 .prod_cancle .info_txt a.hompage {
  padding: 9px 23px;
  color: #fff;
  background: #767676;
  font-size: 13px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: fit-content;
}

.content .reserv_detail2 .prod_info .info_img {
  width: 179px;
  height: fit-content;
  flex: none;
  border-radius: 4px;
}
.content .reserv_detail2 .prod_info .info_img::before {
  content: "";
  display: inline-block;
  padding-bottom: 74.5%;
}
.content .reserv_detail2 .prod_info .info_txt ul li {
  line-height: 24px;
  color: #737373;
  font-size: 14px;
}
.content .reserv_detail2 .prod_info .info_txt a.hompage {
  padding: 9px 23px;
  color: #fff;
  background: #767676;
  font-size: 13px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: fit-content;
}
.content .reserv_detail2 .pay_wrap {
  max-width: 635px;
  margin-top: 75px;
}
.content .reserv_detail2 .pay_wrap ul.pay_left {
  max-width: 260px;
  margin-top: 17px;
}
.content .reserv_detail2 .pay_wrap ul.pay_left li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .reserv_detail2 .pay_wrap ul.pay_left li h5 {
  font-size: 15px;
  color: #9c9c9c;
}
.content .reserv_detail2 .pay_wrap ul.pay_left li p {
  font-size: 15px;
  line-height: 24px;
  color: #9c9c9c;
}
.content .reserv_detail2 .pay_wrap ul.pay_left li p.blue {
  color: #1273e4;
}
.content .reserv_detail2 .pay_wrap ul.pay_left li p.red {
  color: #f90000;
}
.content .reserv_detail2 .pay_wrap .pay_right {
  text-align: right;
  margin-top: 20px;
}
.content .reserv_detail2 .pay_wrap .pay_right h5 {
  font-size: 15px;
  color: #9c9c9c;
}
.content .reserv_detail2 .pay_wrap .pay_right h5 span {
  font-size: 18px;
  color: #000;
  text-align: right;
}
.content .reserv_detail2 .alert {
  color: #f90000;
  display: flex;
  margin-top: 29px;
}
.content .reserv_detail2 .total_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 57px;
}
.content .reserv_detail2 .total_wrap ul.total_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
}
.content .reserv_detail2 .total_wrap ul.total_list li h5 {
  font-size: 15px;
  line-height: 24px;
  color: #9c9c9c;
}
.content .reserv_detail2 .total_wrap ul.total_list li p {
  font-weight: 500;
  text-align: left;
  width: 160px;
}
.content .reserv_detail2 .total_wrap ul.total_list li.total {
  border-top: 1px solid #000;
  margin-top: 17px;
  padding-top: 17px;
}
.content .reserv_detail2 .total_wrap ul.total_list li.total p {
  font-size: 18px;
  color: #f90000;
}
.content .reserv_detail2 .total_wrap .cancel_info {
  text-align: center;
  padding: 37px 13px 24px;
  background: #f5f5f5;
}
.content .reserv_detail2 .total_wrap .cancel_info p {
  font-size: 15px;
}
.content .reserv_detail2 .total_wrap .cancel_info a {
  padding: 11px 8px;
  font-size: 14px;
  background: #086498;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 22px;
}

@media (max-width: 1410px) {
  .content {
    padding-top: 200px;
  }  
}
@media screen and (max-width: 1200px) {

  .content .reserv .reserv_box .box_con {
    flex-direction: column;
  }
  .content .prod_detail ul.prod_list li .img .in {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .content .reserv .reserv_box .box_con {
    flex-direction: column;
  }
  .prod_img {
    flex-direction: column;
  }
  .prod_img .imgs.four {
    display: none;
  }
  .content .prod_detail ul.prod_list li {
    flex-direction: column;
    align-items: baseline;
  }
  .content .prod_detail ul.prod_list li .img {
    width: 100%;
  }
  .content .prod_detail ul.prod_list li .img .in {
    width: 100%;
  }
  .content .reserv_detail2 .total_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .content.type3 {
    padding-top: 200px;
  }
  .content.side_wrap .wrap {
    flex-direction: column;
  }
  .content.side_wrap .wrap .sidebar {
    width: 100%;
  }
  .content .reserv .reserv_box .box_con {
    flex-direction: column;
  }
  .content .prod_detail .prod .info_wrap {
    flex-direction: column;
  }
  .content .prod_detail .prod .head_txt h3{
    flex-direction: column;
  }
  .content .prod_detail .prod .head_txt h3 div{
    width:100%;
  }
  .content .prod_detail .prod .info_wrap .maps {
    width: 100%;
    height: 300px;
  }
  .content .prod_detail .prod .info_wrap .maps .root_daum_roughmap {
    width: 100% !important;
  }
  .content .prod_detail ul.prod_list li .over p {
    font-size: 16px;
  }
  .content .sign_up2 {
    padding-left: 10px;
    padding-right: 10px;
  }  
  .content .sign_up .subscript .head_tit h5{
    font-size: 20px;
    font-weight: 500;
  }
  .content .sign_up .subscript ul.subscript_list {
    gap: 10px;
  }
  .content .sign_up .subscript ul.subscript_list li{
    min-width: 100px;
  }
  .content .sign_up .subscript ul.subscript_list li input:checked + label {
    outline: 3px solid #f90000;
  }
  .content .sign_up .subscript ul.subscript_list li input:checked + label .tit h2 {
    font-size: 22px;
  }
  .content .sign_up .subscript ul.subscript_list li input + label {
    padding: 0 3px;
  }
  .content .sign_up .subscript ul.subscript_list li input + label .tit h2 {
    font-size: 20px;
  }
  .content .sign_up .subscript ul.subscript_list li input + label .txt {
    padding-top: 12px;
  }
  .content .sign_up .subscript ul.subscript_list li input + label .txt h5 {
    font-size: 16px;
  }
  .content .sign_up .subscript ul.subscript_list li input + label .txt h5 span {
    font-size: 20px;
  }
  .content .sign_up .subscript ul.subscript_list li input + label .txt p {
    font-size: 13px;
    font-weight: 300;
  }
  .content .sign_up .subscript ul.subscript_list li input + label .discount {
    padding: 4px 10px;
    font-size: 11px;
  }
  .content .sign_up .subscript ul.subscript_list li input + label .chk {
    width: 27px;
    height: 27px;
    background: url("/_web/_images/subs_off.svg") no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 48px;
  }  
  .content .subscript .subs_history .history_list .history_header .con {
    gap: 9px;
  }
}
@media screen and (max-width: 600px) {
  .content .form .input_wrap small.placeholder_txt {
    display: none;
  }
  .content .sign_up .subscription ul.subscript_list {
    flex-direction: column;
  }
  .content .prod_detail ul.prod_list {
    grid-template-columns: 1fr;
  }
  .content .prod_detail .prod .info_wrap .txt .txt_top {
    flex-direction: column;
  }
  .content .subscript .subs_history .history_list .history_header .con i:first-child {
    width: 135px;
  }  
  .content .subscript .subs_history .history_list .history_header .con i:last-child {
    display: none;
  }

  .content .reserv_detail ul.price_info {
    padding-left: 20px;
  }
  .content .reserv_detail ul.price_info li h5.person {
    justify-content: space-between;
  }
  .content .reserv_detail ul.price_info li h5.person span {
    width: 40px;
    font-size : 16px;
  }
  .content .reserv_detail ul.price_info li h5.person .increase .result {
    width: 20px;
    text-align: center;
    color: #000;
    border-radius: 100%;
    font-size: 15px;
  }  
}
@media screen and (max-width: 500px) {
  .content .form .input_wrap {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
/*  .content .form .input_wrap .input_wrap_list {
    flex-direction: column;
  }*/
  .content .form .input_wrap .card_num {
    gap: 4px;
  }
  .content .form .input_wrap .card_num span {
    width: 4px;
  }
  .content .subscript ul.btn_list {
    gap: 20px;
  }
  .content .reserv_detail2 .prod_info {
    flex-direction: column;
  }
}/*# sourceMappingURL=sub.css.map */