@charset "UTF-8";
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 760px;
  font-family: "SUIT","Noto Sans KR", sans-serif;
  color: #000;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "SUIT","Noto Sans KR", sans-serif;
  color: #000;
  text-decoration: none;
}

button {
  font-family: "SUIT","Noto Sans KR", sans-serif;
  cursor: pointer;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

b,
strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.vc {
  /* flex 세로가운데 정렬 코드 */
  clear: both;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

/* scss 변수 */
.scm {
  /*screen_middle*/
  width: 760px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  width: 100%;
}

.header_wrap{
  position: fixed;
  z-index: 9999;
  top: 0;
  left: calc(50% - 380px);
  transition: top ease 0.5s;
}
.header_wrap.up{
	top: -106px;
}
/*topbanner*/
.topbanner {
  width: 760px;
  margin: 0 auto;
  overflow: hidden;
}

.topbanner.bg_9362d8{
	background:#9362d8;
}

.topbanner_inner {
  position: relative;
  width:100%;
  margin: 0 auto;
}

.topbanner_inner .topbanner_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  background: none;
  border: none;
}



.header {
  width: 760px;
  height: 100px;
  border-bottom: 1px solid #CCCCCC;

  background: rgba(0,0,0,0.3);
  transition: all ease .5s
}

.header.bg {
  background: rgba(0,0,0,0.4);
}

.header-inner {
  width: 760px;
  position: relative;
  z-index: 99;
  margin: 0 auto;
}

.header-top {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 56px 20px 60px;
}
.header .logo img{margin-left: -30px;}

.header .btn_menu {
  background: transparent;
  border: none;
}

.header .gnb-wrap {
  display: none;
  padding-top: 100px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.header .gnb-wrap .header-top {
  width: 100%;
  background: #784d29;
  position: absolute;
  top: 0;
  left: 0;
}

.header .gnb-wrap.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .gnb {
  width: 50%;
  background: #EBE3DA;
  padding-top: 82px;
  padding-left: 54px;
  position: relative;
}

.header .gnb-1dep {
  display: block;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin-bottom: 3vh;
  color: #2D2D2D;
  position: relative;
}

.header .gnb-1dep span {
  position: relative;
  z-index: 1;
  top: -10px;
}

.header .gnb-1dep.on {
  color: #fff;
}

.header .gnb-1dep.on::before {
  content: '';
  display: block;
  width: 420px;
  height: 86px;
  background: #784D29;
  position: absolute;
  top: -25px;
  left: -54px;
  z-index: 0;
}

.header .gnb-sub {
  width: 50%;
  padding-left: 58px;
  padding-top: 90px;
}

.header .gnb-2dep {
  display: none;
  width: 100%;
  background: #fff;
}

.header .gnb-2dep:first-child {
  display: block;
}

.header .gnb-2dep li {
  margin-bottom: 40px;
}

.header .gnb-2dep li:last-child {
  margin-bottom: 0;
}

.header .gnb-2dep a {
  font-size: 30px;
  font-weight: 500;
  color: #616161;
  letter-spacing: -0.05em;
}

.header .login-menu {
  position: absolute;
  left: 54px;
  bottom: 7vh;
}

.header .login-menu li {
  margin-bottom: 25px;
}

.header .login-menu a {
  font-size: 30px;
  font-weight: 500;
  color: #373737;
}

.qc_menu{
	display: flex;
}

.qc_menu li{
	width: 25%;
	border-right: 1px solid #8b6742;
	border-bottom: 1px solid #8b6742;
}
.qc_menu li:last-child{
	border-right: none;
}

.qc_menu li a{
	display: flex;
	align-items: center;
	justify-content:center;
	width: 100%;
	height: 90px;
	background: rgba(256,256,256,0.75);
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	color: #4a3124;
	line-height: 1.2;
}


.mainbanner {
  width: 100%;
  height: 100vh;
  max-height: 1150px;
  overflow: hidden;
}

.mainbanner .swiper {
  width: 100%;
  height: 100%;
}

.mainbanner .slide-cont {
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10vh;
}

.mainbanner .swiper1 {
  background: url("/mobile/images/renew/mainbanner1_bg.jpg") no-repeat center;
  background-size: cover;
}

.mainbanner .swiper2 {
  background: url("/mobile/images/renew/mainbanner2_bg.jpg?ver=3") no-repeat center;
  background-size: cover;
}

.mainbanner .swiper3 {
  background: url("/mobile/images/renew/mainbanner3_bg.jpg?ver=2") no-repeat center;
  background-size: cover;
}

.mainbanner .swiper4 {
  background: url("/mobile/images/renew/mainbanner4_bg.jpg") no-repeat center;
  background-size: cover;
}

.mainbanner .swiper5 {
  background: url("/mobile/images/renew/mainbanner5_bg.jpg") no-repeat center;
  background-size: cover;
}

.mainbanner .swiper-slide-active .mainbanner-big {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.mainbanner .swiper-slide-active .mainbanner-small {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.mainbanner-big {
  font-size: 45px;
  line-height: 1.3;
  color: #fff;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.mainbanner-big b {
  font-weight: 700;
}

.mainbanner-small {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin-top: 40px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.main_section_ttl {
  text-align: center;
}

.main_section_ttl_big {
  font-size: 45px;
  font-weight: 500;
}

.main_section_ttl_small {
  font-size: 26px;
  line-height: 1.3;
  margin-top: 50px;
}

.main_youtube {
  padding: 100px 0 120px;
  background: url("/mobile/images/renew/main_youtube_bg.jpg") no-repeat left top;
}

.main_youtube_cont {
  width: 100%;
  height: auto;
  padding: 0 30px;
  margin: 60px auto 0;
}

.main_youtube_list {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.main_youtube_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.main_youtube_list::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.main_youtube_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

.main_youtube_list li {
  padding: 10px;
  cursor: pointer;
}

.main_youtube_list li.active {
  background: #cbb69a;
  color: #fff;
}

.main_youtube_list_thumb {
  width: 246px;
  height: 138px;
  overflow: hidden;
}

.main_youtube_list_thumb img{width: 100%}

.main_youtube_list_ttl {
  padding-left: 20px;
  padding-top: 20px;
}

.main_youtube_list_ttl h4 {
  font-size: 16px;
  font-weight: 600;
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_youtube_list_ttl p {
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
}

.main_review{padding: 30px 0 140px;}
.main_review_inner{width: 100%; margin:0 auto; }
.main_review .main_section_ttl{ display:flex; flex-direction: column;padding-bottom:52px;}
.main_review .main_section_ttl_big{line-height:1.2; font-weight: 600;}
.main_review .main_section_ttl_small{margin-top: 20px; font-size: 22px}
.main_review .main_review_tabmenu {}
.main_review .main_review_tabmenu li{font-size: 26px; padding:0 12px; cursor:pointer; margin-top:10px;} 
.main_review .main_review_tabmenu li span{display:inline-block; position: relative;}
.main_review .main_review_tabmenu li.active span{color: #8d6c48; font-weight: 600}
.main_review .main_review_tabmenu li.active::after{content:'>'; font-size: 26px;color: #8d6c48; font-weight: 600;margin-left:10px}
.main_review .main_review_tabmenu li.active span::after{content:''; display:block; width:calc(100% + 10px); height:2px; background:#8d6c48; position:relative; left:-5px; top: -4px;}
.main_review .main_review_cont{width: 600px;overflow:hidden}
.main_review .main_review_container{width: 100%; overflow:hidden; display:flex;justify-content:space-between; margin-bottom: 80px}
.main_review .main_review_container h6{width: calc(100% - 600px);font-size: 26px; padding:0 12px;color: #333;font-weight: 600}
.main_review .main_review_img{margin-bottom: 10px; width:340px; height: 340px; overflow:hidden;}
.main_review .main_review_img img{transition:all ease 0.5s; width: 100%; height: 100%; object-fit:cover}
.main_review .main_review_img:hover img{transform: scale(1.05)}
.main_review .main_review_label{color:#8e7152; display:inline-block; padding:2px 8px; border:1px solid #8e7152; border-radius: 4px; font-size: 20px;}
.main_review .main_review_name{font-size: 24px; color: #111; font-weight: 500; margin-left: 8px;}


.main_doctor {
  width: 100%;
  background: url("/mobile/images/renew/main_doc_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px;
  text-align: center;
}

.main_doctor .main_section_ttl {
  color: #fff;
}

.main_doctor_txt {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 80px;
  line-height: 1.3;
}

.main_doctor img {
  max-width: 100%;
}

.main_pic {
  background: url("/mobile/images/renew/main_pic_bg.jpg") no-repeat left;
  background-size: cover;
  padding: 150px 0 120px;
  overflow: hidden;
}

.main_pic_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
}

.main_pic_inner2 {
  width: 100%;
  max-width: 100%;
  margin: 70px auto 0;
  font-size: 27px;
  line-height: 1.3;
  text-align: right;
  font-weight: 500;
  padding-right: 50px;
}

.main_pic .main_pic_txt {
  padding-left: 50px;
}

.main_pic .main_pic_txt h4 {
  font-size: 45px;
  font-weight: 600;
  color: #8d6c48;
  line-height: 1.3;
}

.main_pic .main_pic_txt p {
  font-size: 26px;
  line-height: 1.3;
  margin-top: 50px;
}

.main_pic .main_pic_slide_wrap {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.main_pic .main_pic_slide_wrap .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_pic .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_pic .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_triangle {
  width: 100%;
  height: 550px;
  background: url("/mobile/images/renew/main_triangle.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.main_triangle .main_letter {
  margin: 0 auto;
  text-align: right;
}

.main_triangle .main_letter img {
  margin-top: 440px;
}

.main_interior {
  width: 100%;
  overflow: hidden;
  padding: 735px 50px 190px 50px;
/*   background: url("/mobile/images/renew/main_interior_bg.jpg") no-repeat left top;
  background-size: cover; */
}
.main_interior.sub1-3{
  padding: 10px 50px 120px 50px;
}
.main_interior_txt {
  margin-top: 80px;
}

.main_interior_cont {
  width: 100%;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.main_interior_cont .swiper {
  overflow: hidden;
  margin-bottom: 50px;
}

.main_interior_cont .swiper-slide img {
  width: 100%;
}

.main_interior .swiper-button-next,
.main_interior .swiper-button-prev {
  z-index: 9999;
  color: #ddd;
}

.main_interior .swiper-button-prev {
  right: 40px;
  left: auto;
  bottom: 75px;
  top: auto;
}

.main_interior .swiper-button-next {
  left: auto;
  right: 0;
  top: auto;
  bottom: 75px;
}

.main_interior .swiper-pagination {
  text-align: right;
  padding-right: 120px;
}

.main_interior .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 90px;
}

.main_interior .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.main_interior .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #c2c2c2;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.main_map {
  width: 100%;
  padding: 110px 0 50px;
  background: #bfa388;
}

.main_map_api {
  width: 100%;
  height: 460px;
  background: #ddd;
}

.main_map_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
  color: #fff;
  margin-bottom: 70px;
}

.main_map_info div {
  margin-bottom: 50px;
}

.main_map_info div:last-child {
  margin-bottom: 0;
}

.main_map_info h4 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main_map_info h3 {
  font-size: 34px;
  font-weight: 800;
}

.main_map_info p {
  font-size: 26px;
  line-height: 1.5;
}

.footer {
  width: 100%;
  background: #262626;
  padding: 60px 0 210px;
}

.footer_inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.footer address {
  color: #fff;
  font-size: 27px;
  line-height: 1.4;
  margin-top: 40px;
  margin-right: 60px;
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.footer_menu ul {
  margin-right: 100px;
}

.footer_menu ul:last-child {
  margin-right: 0;
}

.footer_menu li {
  margin-bottom: 10px;
}

.footer_menu a {
  color: #d8c0a9;
  font-size: 26px;
}

.footer_sns {
  margin-left: auto;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: 80px;
}

.footer_sns ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_sns ul li {
  margin: 0 20px;
}

.btm_counsel {
  position: fixed;
  bottom: 0;
  left: calc(50% - 380px);
  z-index: 999;
  background: rgba(126, 87, 45, 0.7);
  width: 760px;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

.btm_counsel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btm_counsel_ttl {
  width: 155px;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.04em;
  font-weight: 500;
  text-align: center;
  padding-right: 20px;
  padding-top: 4px;
}

.btm_counsel_ttl p {
  margin-bottom: 8px;
}

.btm_counsel .btm_counsel_left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btm_counsel .btm_counsel_right {
  width: 190px;
  height: 100%;
}

.btm_counsel .btm_counsel_right ul {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.btm_counsel form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 760px;
  height: 140px;
  background: #4a3124;
  border-radius: 5px;
  padding: 10px 0;
}

.btm_counsel form input {
  border: none;
  background: none;
  font-size: 18px;
  color: #fff;
}

.btm_counsel form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 20px;
}

.btm_counsel form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.btm_counsel form li:first-child {
  margin-left: 0;
}

.btm_counsel form .li_txt {
  height: 55px;
  border-bottom: 2px solid #bfa388;
}

.btm_counsel form .li_txt input {
  width: 145px;
  height: 100%;
}

.btm_counsel form .li_txt .ipt_content {
  height: 55px;
  width: 400px;
  background:none;
  border:none;
    color: #fff;
	font-size: 18px;
}


.btm_counsel form .li_txt .ipt_content option{
	color: #000;
}


.btm_counsel form .li_txt .ipt_ph {
  height: 55px;
  width: 185px;
}

.btm_counsel form .cs_label {
  font-size: 20px;
  color: #fff;
  margin-right: 8px;
}

.btm_counsel form .li_check {
  font-size: 16px;
  color: #fff;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.btm_counsel form .li_check a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: right;
}

.btm_counsel form .li_check input[type='checkbox'] {
  display: none;
}

.btm_counsel form .li_check input[type='checkbox'] + label {
  padding: 3px 0 3px 33px;
  background: url("/images/renew/icon_check_off.png") no-repeat left center;
}

.btm_counsel form .li_check input[type='checkbox']:checked + label {
  background: url("/images/renew/icon_check_on.png") no-repeat left center;
}

.btm_counsel .li_btn button {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  border: none;
  font-size: 22px;
  font-weight: 600;
  color: #4a3124;
  border-radius: 5px;
}


.common_doc img{
	width: 100%;
}
.graybox {
  background: #f6f6f6;
}

.whbox {
  background: #fff;
}

.fs-30 {
  font-size: 30px;
}

.fs-20 {
  font-size: 20px;
}
.sub_subject_box {
  width: 700px;
  margin: -205px auto 0;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 100px;
}

.sub_subject_box h2 {
  font-size: 54px;
  color: #79532c;
  font-weight: 600;
}

.sub_subject_box h2::before {
  content: url("/images/renew/subject_bar.png");
  margin: 0 0 37px 0;
  display: block;
}

.sub_subject_box h4 {
  font-size: 26px;
  color: #000;
  font-weight: 500;
  margin-top: 50px;
}

.sub1-1_r {
	width:700px;
	margin:100px auto;
	overflow:hidden;
	position:relative;
	
}

.sub1-1_r .swiper-button-prev,
.sub1-1_r .swiper-button-next{
	color: #aaa;
    font-size: 50px;
}
.sub1-1_r .swiper-slide{
	
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	
}
.sub1-1_r .roll_img {text-align:center}

.sub1-1_r .roll_txt{
	padding-top: 20px;
	    padding-left: 38px;
    padding-right: 38px;
}

.sub1-1_r .roll_txt1{
	font-size: 45px;
	color: #8d6c48;
	font-weight: 600;
	margin-bottom: 30px;
}

.sub1-1_r .roll_txt2{
	font-size: 26px;
	color: #111;
	line-height: 1.4;
}


.reservation .graybox {
  width: 700px;
  margin: 0 auto;
  padding: 40px 36px;
}

.reservation .whbox {
  padding: 20px;
  margin: 20px 0;
}

.reservation .whbox p {
  line-height: 1.3;
  }

.reserv_area {
  width: 700px;
  margin: 140px auto;
 
}

.reserv_area P {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.5
}

.reserv_step {
  margin-top: 120px;
}

.reserv_step_ttl {
  width: 100%;

  margin-bottom:40px;
}

.reserv_step_ttl em {
  display: inline-block;
  width: 57px;
  height: 35px;
  background: #bea082;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
}

.reserv_step_ttl span {
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
}

.reserv_step_cont {
  width: 100%;
}

.reserv_cal {
  width: 100%;
}

.reserv_cal_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 26px;
  font-weight: 600;
  color: #464646;
}

.reserv_cal_top button {
  border-radius: 50%;
  background: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.reserv_cal_table {
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-top: 20px;
}

.reserv_cal_table th {
  font-size: 20px;
  color: #fff;
  background: #363636;
  font-weight: 400;
}

.reserv_cal_table th:first-child {
  background: #c9a078;
}

.reserv_cal_table th:last-child {
  background: #73503e;
}

.reserv_cal_table th, .reserv_cal_table td {
  width: calc(100% / 7);
  height: 50px;
  text-align: center;
  border: 1px solid #d7d7d7;
}

.reserv_cal_table td {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.reserv_cal_table td:first-child {
  background: #f1f1f1;
  color: #c9a078;
}

.reserv_cal_table td:last-child {
  background: #f1f1f1;
  color: #73503e;
}

.reserv_cal_table .choice {
  background: #111;
  color: #fff;
}

.reserv_label {
  width: 100px;
  font-size: 22px;
  color: #111;
  margin-right: 26px;
  font-weight: 500;
}

/* .ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
	display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -19px;
    background: none;
    font-size: 20px;
    text-indent: 0;
    overflow: visible;
}

 */
.reserv_choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reserv_choice > div:last-child {
  margin-left: 60px;
}

.reserv_choice input, .reserv_choice select {
  background: #fff;
  border: 1px solid #d7d7d7;
  font-size: 20px;
  height: 40px;
  width:200px;
}

.reserv_choice .reserv_choice_day {
  color: #c9a078;
}

.reserv_choice .reserv_choice_time {
  width: 260px;
}

.reserv_info {
  padding-top: 10px;
}

.reserv_info select, .reserv_info input[type="text"], .reserv_info textarea {
  width: calc(100% - 100px);
  height: 40px;
  border: 1px solid #d7d7d7;
  font-size: 20px;
    padding-left: 8px;
}

.reserv_info textarea {
  height: 120px;
}

.reserv_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.reserv_info input[type="radio"] {
  display: none;
}

.reserv_info input[type="radio"] + label {
  padding: 4px 0 4px 36px;
  background: url("/images/renew/reserv_radio_off.png") no-repeat left center;
  font-size: 20px;
  margin-right: 20px;
}

.reserv_info input[type="radio"]:checked + label {
  background: url("/images/renew/reserv_radio_on.png") no-repeat left center;
}

.reserv_btn {
  text-align: right;
  margin-top: 60px;
}

.reserv_btn button {
  background: #000;
  color: #fff;
  font-size: 24px;
  border-radius: 4px;
  width: 150px;
  height: 50px;
}

.bbs_view,.bbs_table{
	width:90%;
	margin:0 auto;
}


.sub_tabmenu{
	width: 100%;
	margin: 100px auto;

}

.sub_tabmenu.sticky{
	position: fixed; top: 90px; left:0; z-index: 9;

}

.sub_tabmenu ul{
	width: 760px;
	margin:0 auto;
	display: flex;
	
}

.sub_tabmenu ul li{
	flex:1;
	border: 1px solid #bc9167;
	border-right: none;

}
.sub_tabmenu ul li a{
	display: block;
	font-size: 26px;
	color: #a7794c;
	height: 60px;
	line-height: 58px;
	text-align:center;
	background:#fff;
}

.sub_tabmenu ul li:last-child{
	border-right: 1px solid #bc9167;
}

.sub_tabmenu ul li .active{
	background: #bc9167;
	color: #fff;
}

/*부작용 멘트*/
.bu_common{text-align:center; margin: 40px auto;}
.bu_common .bu_common_label{
	display: block;
	width: 300px;
	height: 44px;
	color:#fff;
	background:#333;
	margin:20px auto;
	font-size:20px;
	line-height: 44px;
	border-radius: 40px;
}

.bu_common p{
	font-size: 20px;

}