/*--------------------------------------------------------------------------
| ?��Wrap?��
|--------------------------------------------------------------------------*/
#Wrap {
  position: relative; 
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

/*--------------------------------------------------------------------------
| ?��Header?��
|--------------------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 300px;
  /* height: 105px; */
  background: white;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: border .3s;
  transition: border .3s;
  z-index: 999;
}

#header .hd_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
  align-items: center;
  border: 0px solid salmon;
  flex-direction: column;
  overflow: hidden;
}

#header .hd_box {
  width: 100%;
  display: flex;
  align-items: center;
}

#header .hd_box_1 {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,0.1);  
}

#header .hd_box_2 {
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 5px 0;
}

#header .logo {
  margin-right: 20px;
}

#header .logo a {
  display: block;
  width: 180px;
  height: 60px;
  max-width: 180px;
  max-height: 60px;  
  display: flex;
  align-items: center;
  justify-content: center;  
}

#header .logo img {
  display: block;
  height: auto;
  width: inherit
}

#header .hd_gnb {
  position: relative;
  /* margin-left: 30px; */
}

#header .hd_gnb > ul {
  height: 100%;
  display: flex;
  align-items: center;
}

#header .hd_gnb > ul > li {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  padding-right: 33px;
  -webkit-transition: padding .3s;
  transition: padding .3s;
}

#header .hd_gnb > ul > li:last-child {
  padding-right: 0;
}

#header .hd_gnb > ul > li .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#header .hd_gnb > ul > li .depth1 a, #header .hd_box .menu_info a {
  position: relative;
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 17px;
  color: var(--menu-color);
}

#header .hd_gnb > ul > li .depth1 a:hover,
#header .hd_gnb > ul > li.on .depth1 a {
  color: var(--accent-color);
}

#header .hd_box .menu_info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 24px;
}

#header .hd_box .menu_info a {
  color: var(--menu-color);
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
}

#header .hd_box .menu_info a:hover {
  color: var(--accent-color);
}

#header .hd_box .menu_info:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 0.5px;
  height: 16px;
  background: rgb(0 0 0 / 50%);
  display: none;
}

#header .hd_box .menu_info .mi {
  margin-right: 20px;
}

#header .hd_box .menu_info .mi:last-child {
  margin-right: 0;
}



#header .hd_util {
  display: flex;
  font-family: 'Pretendard';
  border: 0px solid seagreen;
}

#header .btn_hd_menu {
  display: none;
}
#header .mobile_util {
  display: none;
}
#mobile_header {
  display: none;
}


#header .tmBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5001;
}

#header .tmBtn .btn-leaseinfo {display:flex;align-items:center;position:relative;width:150px;height:56px;border-radius:35px;background:linear-gradient(90deg, var(--brand-color) 10%, var(--assist-color) 50%, var(--accent-color) 90%);transition:all .3s ease;}
#header .tmBtn .btn-leaseinfo .txt {display:inline-block;color:#fff;font-size:17px;font-weight:600;padding-left:24px;letter-spacing:0;transition:all .3s ease;}
#header .tmBtn .btn-leaseinfo .eng {display:inline-block;content:'Lease info';color:#fff;font-size:12px;font-weight:300;font-family:sofia-pro, sans-serif;letter-spacing:-0.5px;padding-left:6px;opacity:0.6;transition:all .3s ease;}	
#header .tmBtn .btn-leaseinfo:before {display:block;content:'';position:absolute;top:0;right:32px;width:122px;height:100%;background:url('../../images/temp101/btn_arrbg.png') no-repeat 50% 50%;transition:all .3s ease;}
#header .tmBtn .btn-leaseinfo .txt:before {display:block;content:'';position:absolute;top:50%;right:27px;margin-top:-1px;;width:27px;height:2px;background:#fff;z-index:2;transition:all .3s ease;}
#header .tmBtn .btn-leaseinfo .txt:after {display:block;content:'';position:absolute;top:50%;right:27px;margin-top:-4.5px;width:7px;height:7px;border-bottom:2px solid #fff;border-right:2px solid #fff;transform:rotate(-45deg);z-index:2;transition:all .3s ease;}
#header .tmBtn .btn-leaseinfo:hover .txt {text-decoration:initial;}
#header .tmBtn .btn-leaseinfo .cir-lt, 
#header .tmBtn .btn-leaseinfo .cir-rt {display:block;position:absolute;left:86px;top:50%;width:20px;height:20px;background:#000;border-radius:20px;transform:translateY(-50%);}
#header .tmBtn .btn-leaseinfo .cir-lt {width:20px;opacity:1;transition:width .3s ease .3s, opacity 0s ease .3s;}
#header .tmBtn .btn-leaseinfo .cir-rt {width:41px;opacity:0;transition:width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s;}
#header .tmBtn .btn-leaseinfo:hover .cir-lt {width:41px;opacity:0;transition:width .3s ease 0s, opacity 0s ease .3s;}
#header .tmBtn .btn-leaseinfo:hover .cir-rt {left:113px;width:20px;opacity:1;transition:width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s;}

@media all and (max-width:1023px) {
	#header .tmBtn {position:relative;top:0px;right:0px;}
	#header .tmBtn .btn-leaseinfo {width:200px;height:56px;}
}
@media all and (max-width:767px) {
	#header .tmBtn {position:relative;top:0px;right:0px; margin: 0 10px 0 10px;}
	#header .tmBtn .btn-leaseinfo {width:200px;height:56px;}
	#header .mobile_Wrap .tmBtn .btn-leaseinfo {width:100%;height:56px;}
	#header .tmBtn .btn-leaseinfo .cir-lt, #header .tmBtn .btn-leaseinfo .cir-rt {display: none;}
}




@media screen and (max-width: 1200px) {
  #header {
    height: 70px;
  }
  #header .hd_header {
    padding: 0 16px;
    height: 100%;
    align-items: center;
  }
  /* #header .logo {
    padding-top: 15px;
  } */
  #header .hd_gnb,
  #header .hd_gnb_menu_layer,
  #header .hd_util {
    display: none;
  }
  #header #mobile_header {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
  }
  #header #mobile_header #Dim.active {
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  #header #mobile_header #Dim {
    display: none
  }
  #mobile_header .mobile_Wrap {
    position: fixed;
    right: -100%;
    top: 0px;
    height: 100%;
    background: #fff;
    padding-top: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    z-index: 500;
  }
  #mobile_header .mobile_Wrap.active {
    position: fixed;
    right: 0%;
    top: 0px;
    width: 40%;
    height: 100%;
    background: #fff;
    padding-top: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    z-index: 500;
  }
  #mobile_header .mobile_util {
    position: fixed;
    right: 0px;
    top: 0px;
    display: flex;
    z-index: 550;
  }

  #mobile_header .mobile_util .btnMenu {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    right: 30px;
    top: 20px;
    width: 30px;
    height: 32px;
    background:none;
    cursor: pointer;
  }
  #mobile_header .mobile_util .btnMenu .bar {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #21264B;
    transition: all 0.3s;
    border-radius: 5px;
  }
  #mobile_header .mobile_util .btnMenu .bar:nth-of-type(1) {top: 5px; }
  #mobile_header .mobile_util .btnMenu .bar:nth-of-type(2) {top: 50%; transform: translateY(-50%)}
  #mobile_header .mobile_util .btnMenu .bar:nth-of-type(3) {
    bottom: 5px;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #21264B;
    transition: all 0.3s;
    border-radius: 5px;
  }
  #mobile_header .mobile_util .btnMenu.active .bar:nth-of-type(1) {top: 50%; transform: rotate(45deg)}
  #mobile_header .mobile_util .btnMenu.active .bar:nth-of-type(2) {display: none}
  #mobile_header .mobile_util .btnMenu.active .bar:nth-of-type(3) {bottom: 38%; transform: rotate(-45deg)}
  #mobile_header #mobile_Gnb {
    position: absolute;
    top:69px;
    padding: 0px;
    width: 100%;
    height: calc(100% - 60px);
    /* border-top: 1px solid #eeeeee; */
  }

  #mobile_header #mobile_Gnb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #mobile_header #mobile_Gnb > ul {
    position: relative;
  }
  #mobile_header #mobile_Gnb > ul > li {
    margin: 0px 30px;
    justify-content: flex-start;
    text-align: left;
    /* border-bottom: 1px solid #eeeeee; */
    padding: 10px 0;
  }
  #mobile_header #mobile_Gnb > ul > li:last-child {
    margin: 0px 26px;
    /* border-bottom: 0px solid #eeeeee; */
    padding: 20px 0;
  }
  #mobile_header #mobile_Gnb > ul .depth1 a {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    color: var(--menu-color);
    cursor: pointer;
    width: 100%;
    word-break: break-word;
  }
  #mobile_header #mobile_Gnb > ul .depth1 a:hover {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    /* font-size: 18px; */
    color: var(--accent-color);
    cursor: pointer;
  }
  #mobile_header #mobile_Gnb > ul .depth1 a::before {
    /* content: ""; */
    position: absolute;
    left: -12px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--menu-color);
    opacity: 1;
  }
  #mobile_header #mobile_Gnb > ul > li .hotmenu {
    position: relative;
    background: #eeeeee;
    color: var(--accent-color);
    border-radius: 14px; 
  }
  #mobile_header #mobile_Gnb > ul > li .hotmenu a {
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 16px;
    padding:5px 24px;
    cursor: pointer;
    color: var(--accent-color);
  }
  #mobile_header #mobile_Gnb > ul > li .hotmenu a:hover {
    color: var(--menu-color);
  }
  #mobile_header #mobile_Gnb > ul .depth2 > li {
    margin-top: 10px;
    margin-left: 24px;
  }
  #mobile_header #mobile_Gnb > ul .depth2 a {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 15px;
    color: var(--menu-color);
    cursor: pointer;
  }
  /* #mobile_header #mobile_Gnb > ul .depth2 a:hover {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 15px;
    color: var(--accent-color);
    cursor: pointer;
  } */

  #mobile_header #mobile_Gnb > ul .depth2 {
    margin-top: 0;
    position: relative;
    margin-left: 40px;
  }

  #mobile_header #mobile_Gnb > ul .depth2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px; 
    height: 100%;
    background-color: rgba(0,0,0,0.1);
  }

  #mobile_header #mobile_Gnb .m_my a {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 16px;
    color: #8a949c;
    display: flex;
    align-items: stretch;    
  }

  #mobile_header #mobile_Gnb .m_my svg {
    width: 14px;
  }

  #mobile_header #mobile_Gnb .m_my {
    margin: 0 30px 50px 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

  #mobile_header #mobile_Gnb .m_my li {
    margin-bottom: 5px;
  }

  #mobile_header #mobile_Gnb .m_my a span {
    margin-left: 13px;
  }

}

@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
  #header .hd_header {
    padding: 0 10px;
    height: 100%;
    align-items: center;
  }
  /* #header .logo {
    padding-top: 15px;
  } */
  #header .hd_gnb,
  #header .hd_gnb_menu_layer,
  #header .hd_util {
    display: none;
  }
  #header #mobile_header {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
  }
  #header #mobile_header #Dim {
    display: none
  }
  #header #mobile_header #Dim.active  {
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  #mobile_header .mobile_Wrap {
    position: fixed;
    right: -100%;
    top: 0px;
    width: 40%;
    height: 100%;
    background: #fff;
    padding-top: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    z-index: 500;
  }
  #mobile_header .mobile_Wrap.active  {
    position: fixed;
    right: 0;
    top: 0px;
    width: 80%;
    height: 100%;
    background: #fff;
    padding-top: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.30); 
    z-index: 500;
  }
  #mobile_header .mobile_util {
    position: fixed;
    right: 0px;
    top: 0px;
    display: flex;
    z-index: 550;
  }
  #mobile_header .mobile_util .btnMenu {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    right: 20px;
    top: 14px;
    width: 30px;
    height: 30px;
    background:none;
    cursor: pointer;
  }
  #mobile_header .mobile_util .btnMenu .bar {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #21264B;
    transition: all 0.3s;
    border-radius: 5px;
  }
  #mobile_header .mobile_util .btnMenu .bar:nth-of-type(1) {top: 5px}
  #mobile_header .mobile_util .btnMenu .bar:nth-of-type(2) {top: 50%; transform: translateY(-50%)}
  #mobile_header .mobile_util .btnMenu .bar:nth-of-type(3) {bottom: 5px}
  #mobile_header .mobile_util .btnMenu.active .bar:nth-of-type(1) {top: 50%; transform: translateY(-1.5px) rotate(45deg)}
  #mobile_header .mobile_util .btnMenu.active .bar:nth-of-type(2) {display: none}
  #mobile_header .mobile_util .btnMenu.active .bar:nth-of-type(3) {bottom: 50%; transform: translateY(1.5px) rotate(-45deg)}
  #mobile_header #mobile_Gnb {
    overflow: auto;
    position: absolute;
    top:59px;
    padding: 0px;
    width: 100%;
    height: calc(100% - 60px);
    /* border-top: 1px solid #eeeeee; */
  }
  #mobile_header #mobile_Gnb > ul {
    position: relative;
  }
  #mobile_header #mobile_Gnb > ul > li {
    margin: 0 24px;
    /* border-bottom: 1px solid #eeeeee; */
    padding: 6px 0;
  }
  #mobile_header #mobile_Gnb > ul > li:last-child {
    margin: 0px 20px;
    /* border-bottom: 0px solid #eeeeee; */
    padding: 20px 0;
  }
  #mobile_header #mobile_Gnb > ul .depth1 a {

  }
  /* #mobile_header #mobile_Gnb > ul .depth1 a:hover {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 18px;
    color: var(--accent-color);
    cursor: pointer;
  } */
  #mobile_header #mobile_Gnb > ul .depth1 a::before {
    /* content: ""; */
    position: absolute;
    left: -12px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 1;
  }
  #mobile_header #mobile_Gnb > ul > li .hotmenu {
    position: relative;
    background: #eeeeee;
    color: var(--accent-color);
    border-radius: 14px; 
  }
  #mobile_header #mobile_Gnb > ul > li .hotmenu a {
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 16px;
    padding:5px 24px;
    cursor: pointer;
    color: var(--accent-color);
  }
  #mobile_header #mobile_Gnb > ul > li .hotmenu a:hover {
    color: var(--menu-color);
  }



  #mobile_header #mobile_Gnb > ul .depth2 > li {
    margin-top: 10px;
    margin-left: 24px;
  }
  #mobile_header #mobile_Gnb > ul .depth2 a {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 16px;
    color: var(--menu-color);
    cursor: pointer;
  }
  /* #mobile_header #mobile_Gnb > ul .depth2 a:hover {
    position: relative;
    display: inline-block;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 15px;
    color: var(--accent-color);
    cursor: pointer;
  } */
}



 /*--------------------------------------------------------------------------
| ?��Contents?��
|--------------------------------------------------------------------------*/

#Contents {
  width: 100%;
  margin-top: 101px;
  justify-content: center;
  background-color: #f3f3f3;
}

#Contents .main_visual .swiper {
  overflow: hidden;
}

#Contents .main_visual .swiper .sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:600px; 
  /*
  background-image: url(../../images/temp101/visual/IMG_2803.jpg); 
  background-position:center;
  background-size: cover;
  */
  overflow: hidden;
}

#Contents .main_visual .swiper .sec video {
  transform: translateY(-10%);
}

#Contents .main_visual .swiper .swi_b {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
  font-size: 0;
  cursor: pointer;
  background-color: rgb(255 255 255 /46%);
  background-image: none;
  top: 45%;
}

#Contents .main_visual .swiper .swi_b::before {
  /* border-top: solid 1px var(--black);
  border-left: solid 1px var(--black);
  transform: rotate(-45deg)translateY(-50%); */
  content: '';
  position: absolute;
  top: 14px;
  left: 24px;
  width: 32px;
  height: 55px;
  background-image: url(../../images/temp101/i_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.9;
}

/* #Contents .main_visual .swiper .swi_b::after {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: var(--black);
} */

#Contents .main_visual .swiper .swi_b.swi_prev::before {
  transform: rotate(180deg);
  top: 14px;
  left: 24px;
}

/* #Contents .main_visual .swiper .swi_b.swi_next::after {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--black);
} */

#Contents .main_visual .swiper .swi_b:hover {
  animation: bannerLeftArrow 1s infinite alternate ease-in-out;
  background-color: rgb(255 255 255 /90%);
  box-shadow: 2px 8px 14px 2px rgb(0 0 0 / 26%);
}

#Contents #Main_Visual .placard {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 420px;
  min-width: 280px;
  max-height: 400px;
  min-height: 300px;
  border-radius: 18px;
  opacity: 0.9;
  color: var(--white-color);
  padding: 50px 30px;
}
#Contents #Main_Visual .placard .titkor {
  display: flex;
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 7px 0;
}
#Contents #Main_Visual .placard .titeng {
  display: flex;
  font-family: 'NotoKR';
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding: 7px 0px;
}
#Contents #Main_Visual .placard .bar {
  display: flex;
  width: 7%;
  height: 2px;
  margin: 12px 0px;
  background-color: var(--white-bgcolor);
}
#Contents #Main_Visual .placard .date {
  display: flex;
  font-family: 'NotoKR';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  padding: 7px 0;
}
#Contents #Main_Visual .placard .info {
  display: flex;
  font-family: 'Pretendard';
  font-weight: 500;
  margin-top: 10px;
}
#Contents #Main_Visual .placard dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  padding: 2px 0;
}
#Contents #Main_Visual .placard dt {
  display: flex;
  width: 30%;
  justify-content: flex-end;
  color: var(--white-color);
}
#Contents #Main_Visual .placard dd {
  display: flex;
  width: 70%;
  justify-content: flex-start;
  padding: 0 5px;
  color: var(--white-color);
}
#Contents #Main_Visual .placard button {
  display: flex;
  border-radius: 4px;
  padding:8px 18px;
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  background: none;
  border:1px solid white;
  color: var(--white-color);
  margin-top: 18px;
  cursor: pointer;
}

#Contents h4 {
  display: flex;
  position: relative; 
  width: 100%;
  font-family:"Play","Pretendard",sans-serif!important;
  font-size: 28px;
  line-height: 28px;
/* padding: 2px 42px;*/
  font-weight: 600;
  color: var(--title-color);
  /*justify-content: center;*/
  margin: 60px 0 40px;
  text-align: left;
  line-height: 1.2;
}

#Contents.page_reivew h4 {
  margin: 100px 0 40px;
}

#Contents.page_customer.p_cus_main h4 {
  justify-content: space-between;
  padding-left: 7px;
}

#Contents h4.noicon {
  display: flex;
  position: relative; 
  width: 100%;
  font-family:"Play","Pretendard",sans-serif!important;
  font-size: 28px;
  line-height: 28px;
  padding: 2px 22px;
  font-weight: 600;
  color: var(--title-color);
  justify-content: flex-start;
  margin: 80px 0 16px 0;
  letter-spacing: -0.5px;
}
#Contents h4 .hotel_filter {
  display: flex;
  width: 100%;
  position: relative; 
  font-family:"Play","Pretendard",sans-serif!important;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 28px 2px 2px;
  font-weight: 600;
  color: var(--title-color);
  justify-content: flex-end;
  margin-right: 200px;
}
#Contents h4 .hotel_filter::after {
  display: flex;
  position: absolute;
  content: ''; 
  width: 17px;
  height: 17px;
  top: 4px;
  right: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/temp101/icon_filter.png);
}
#Contents h4 .fa-location-dot {
  display:block; 
  position: absolute; 
  width: 16px;
  height: 16px;
  top: 4px;
  left: 10px;
  color:var(--brand-color);
}
#Contents h4 button.more {
  content:''; 
  font-size: 0px;
  display:block; 
  position: absolute; 
  width: 20px;
  height: 20px;
  background-image: url("../../images/temp101/list-ul-solid.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 4px;
  right: 18px;
  color: var(--subtitle-color);
  background-color: transparent;
}
#Contents h5 {
  display: flex;
  width: 100%;
  font-family:"Play","Pretendard",sans-serif!important;
  font-size: 22px;
  line-height: 22px;
  padding: 2px;
  font-weight: 600;
  color: var(--title-color);
  justify-content: flex-start;
  margin: 30px auto;
}
#Contents h6 {
  display: flex;
  position: relative; 
  padding-top:24px;
  font-family:"Play","Pretendard",sans-serif!important;
  font-size: 26px;
  line-height: 26px;;
  color: var(--title-color);
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
}
#Contents h6:before {
  content:''; 
  display:block; 
  position: absolute; 
  width: 15px;
  height: 3px;
  background-color: var(--brand-color);
  top: 5px
}
#Contents h7 {
  display: flex;
  width: 100%;
  padding:24px 0 0 30px;
  box-sizing: border-box;
  font-family:"Play","Pretendard",sans-serif!important;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: var(--title-color);
  justify-content: flex-start;
  margin: 30px 0 15px 0px;
}

/* .page_product .reserve_wrap */

.p_prod_reservation .p_cont {
  width: 100%;
  padding: 8rem 0;
}

.p_prod_reservation .p_cont .p_tit {
  font-size: 3rem;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  margin-bottom: 44px;
}

.p_prod_reservation .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.p_prod_reservation .cu_checkbox.check_all .ch_box label {
  font-size: 19px;
  font-weight: normal;
}

.p_prod_reservation ul .cu_checkbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p_prod_reservation.page_product .reserve_wrap .section.terms ul li .arrow {
  font-size: 14px;
}

.p_prod_reservation.page_product .reserve_wrap .section.terms ul li .arrow svg {
  margin-left: 5px;
}


.nice-select.open .list {
  max-height: 300px;
  overflow: auto;
}

.page_product .reserve_wrap {
  margin: 0 auto;
  background: var(--white);
  padding: 60px;
  box-sizing: border-box;
}

.page_product .reserve_wrap .rew_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.page_product .reserve_wrap .rew_item .item_img {
  width: 50%;
  max-width: 202px;
  height: 202px;
  margin-bottom: 0;
}

.page_product .reserve_wrap .rew_item .item_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.page_product .reserve_wrap .rew_item .item_info {
  width: 50%;
  margin-left: 40px;
  text-align: left;
}

.page_product .reserve_wrap .rew_item .item_info .it_code {
  margin-bottom: 30px;
}

.page_product .reserve_wrap .rew_item .item_info .it_code .tit {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.page_product .reserve_wrap .rew_item .item_info .it_code .txt {
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 26px;
}

.page_product .reserve_wrap .rew_item .item_info .it_tit, .page_product .reserve_wrap .rew_item .item_info .it_date {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: var(--black);
  margin-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_product .reserve_wrap .rew_item .item_info .it_date {
  color: var(--tab-color);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page_product .reserve_wrap .rew_tit {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 10px;
  box-sizing: border-box;
  line-height: 1.5;
}

.page_product .reserve_wrap .rew_tit .tit {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  box-sizing: border-box;
  line-height: 1.5;
}

.page_product .reserve_wrap .rew_tit, .page_product .reserve_wrap .rew_tit .check_all {
  display: flex;
  align-items: center;
}

.page_product .reserve_wrap .rew_tit.st_2 {
  display: flex;
}

.page_product .reserve_wrap .rew_option .cont {
  margin-top: 1.6rem;
}

.page_product .reserve_wrap .rew_option .con_op {
  margin-bottom: 16px;
}

.page_product .reserve_wrap .rew_option .con_op:last-child {
  margin-bottom: 0;
}

.page_product .reserve_wrap .rew_option .con_op .label .info {
  color: var(--black);
  font-size: 1.6rem;
}

.page_product .reserve_wrap .rew {
  margin-bottom: 70px;
}

.page_product .reserve_wrap .rew:last-child {
  margin-bottom: 0;
}

.page_product .reserve_wrap .rew h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.6px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page_product .reserve_wrap .rew_info .co_box {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.page_product .reserve_wrap .rew_info .co_box, .page_product .reserve_wrap .rew_noti .co_list {
  padding: 1.6rem 4rem;
  /* padding-left: 4rem;
  padding-right: 4rem; */
}

.page_product .reserve_wrap .rew_info .co_box .txt .tx_box {
  margin-right: 1rem;
  width: calc(100% / 3);
}

.page_product .reserve_wrap .rew_info .co_box .txt .tx_box:last-child {
  margin-right: 0;
}

.page_product .reserve_wrap .rew_info .co_box .tit {
  width: 150px;
  font-size: 1.6rem;
  color: var(--black);
  text-align: left;
}

.page_product .reserve_wrap .rew_info .co_box .need::before {
  position: absolute;
  top: 3px;
  right: -12px;
  display: block;
  content: '*';
  color: #dd0000;
}

.page_product .reserve_wrap .rew_info .co_box .need {
  position: relative;
}

.page_product .reserve_wrap .rew_info .co_box .txt {
  display: flex;
  align-items: center;
  justify-content: start;
  flex: 1;
}

.page_product .reserve_wrap .rerew_infow .co_box .txt span {
  font-size: 16px;
}

.page_product .reserve_wrap .rew_info .co_box .txt .sel_base {
  width: 100%;
  display: flex;
  align-items: center;
}

.page_product .reserve_wrap .rew_info .co_box .txt.phone > * {
  margin-right: 10px;
}

.page_product .reserve_wrap .rew_info .cb_email .txt {
  display: flex;
  flex-direction: row;
}

.page_product .reserve_wrap .rew_info .cb_email .txt .inp_email {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}

.page_product .reserve_wrap .rew_info .cb_email .txt .inp_email .at {
  color: var(--tab-color);
  margin: 0 10px;
}

.page_product .reserve_wrap .rew_info .cb_email .txt .inp_sel {
  flex: 1;
}

.page_product .reserve_wrap .rew_noti .co_list {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.page_product .reserve_wrap .rew_noti .co_list .txt {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.p_golf_kor .page_product .reserve_wrap .rew_noti .co_list .txt {
  color: #c1c1c1
}


.page_product .reserve_wrap .rew_noti .co_list .txt p {
  width: 100%;
  line-height: 1.4;
  text-align: left;
  margin-right: 0;
  position: relative;
  padding-left: 12px;
}

.page_product .reserve_wrap .rew_noti .co_list .txt p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '-';
}

.page_product .reserve_wrap .rew_noti .co_list .tit {
  width: 180px;
}

.page_product .reserve_wrap .rew_payment .co_box .cb {
  text-align: right;
}

.page_product .reserve_wrap .rew_payment .cb_people {
  padding: 1.6rem 0;
  box-sizing: border-box;
}

.page_product .reserve_wrap .rew_payment .cb_people .cb {
  text-align: right;
  font-size: 15px;
  color: var(--black);
  line-height: 26px;
}

.page_product .reserve_wrap .rew_payment .cont .red {
  color: #dd0000;
  margin-left: 20px;
  font-weight: 600;
}

.page_product .reserve_wrap .rew_payment .cont .cb_total {
  border-top: 1px solid var(--black);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.page_product .reserve_wrap .rew_payment .cont .cb_total .tit {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.6px;
  margin-bottom: 2rem;
}

.page_product .reserve_wrap .rew_payment .cont .cb_total .info {
  font-size: 14px;
  color: var(--tab-color);
  line-height: 1.4;
}

.page_product .reserve_wrap .rew_terms .rew_tit .check_all {
  font-size: 1.8rem;
  margin-left: 1.5rem;
}

.page_product .reserve_wrap .rew_terms .cont {
  box-sizing: border-box;
  padding: 1.6rem 0;
}


.page_product .reserve_wrap .rew_terms .cont .co_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page_product .reserve_wrap .rew_terms .cont .co_box .label {
  font-size: 16px;
  color: var(--black);
}

.page_product .reserve_wrap .rew_terms .cont .co_box .label span {
  color: #dd0000;
  margin-left: 6px;
}

.page_product .reserve_wrap .rew_terms .bt_detail {
  color: var(--black);
  cursor: pointer;
  display: flex;
  align-items: center;    
}

.page_product .reserve_wrap .rew_terms .bt_detail .tit {
  margin-right: 10px;
  font-size: 1.4rem;
}

.page_product .reserve_wrap .btn_double {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page_product .reserve_wrap .btn_double button {
  max-width: 300px;
  margin-right: 15px;
}

.page_product .reserve_wrap .btn_double button:last-child {
  margin-right: 0;
}

.page_product .reserve_wrap .item {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;
}

.page_product .reserve_wrap .item .item_img {
  width: 50%;
  max-width: 202px;
  height: 202px;
  margin-bottom: 0;
}

.page_product .reserve_wrap .item .item_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.page_product .reserve_wrap .item .item_info {
  width: 50%;
  margin-left: 40px;
}

.page_product .reserve_wrap .item .item_info dl {
  margin-bottom: 30px;
}

.page_product .reserve_wrap .item .item_info dl dt {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.page_product .reserve_wrap .item .item_info dl dd {
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.6px;
  line-height: 26px;
}

.page_product .reserve_wrap .item .item_info p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: var(--black);
  margin-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_product .reserve_wrap .item .item_info p:last-child {
  color: var(--tab-color);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page_product .reserve_wrap .section {
  margin-bottom: 70px;
}

#Contents.page_product .reserve_wrap .section h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: -0.6px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 10px;
  margin-bottom: 20px;
  justify-content: flex-start;
}

.page_product .reserve_wrap .section dl {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.page_product .reserve_wrap .section dl dt {
  width: 16%;
  font-size: 16px;
  color: var(--black);
  padding-left: 40px;
}

.page_product .reserve_wrap .section dl dt span {
  position: relative;
}

.page_product .reserve_wrap .section dl dt span::before {
  position: absolute;
  top: 3px;
  right: -12px;
  display: block;
  content: '*';
  color: #dd0000;
}

.page_product .reserve_wrap .section dl dd {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.page_product .reserve_wrap .section dl dd > * {
  flex: 1;
  /*margin-right: 10px;*/
}

.page_product .reserve_wrap .section dl dd span {
  font-size: 16px;
}

.page_product .reserve_wrap .section dl dd .sel_base {
  width: 100%;
  display: flex;
  align-items: center;
}

.page_product .reserve_wrap .section dl dd.phone > * {
  margin-right: 10px;
}

.page_product .reserve_wrap .section dl dd.phone .inp_base:last-child {
  margin-right: 0;
}

.page_product .reserve_wrap .section dl dd.phone .inp_sel {
  width: 36%;
}

.page_product .reserve_wrap .section dl dd.email {
  width: 80%;
  display: flex;
  flex-direction: row;
}

.page_product .reserve_wrap .section dl dd.email .inp_email {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}

.page_product .reserve_wrap .section dl dd.email .inp_email .at {
  font-size: 16px;
  color: var(--tab-color);
  flex: none !important;
  display: inline-block;
  margin: 0 10px;
}

.page_product .reserve_wrap .section dl dd.email .inp_sel {
  width: 35%;
  flex: none;
  margin-right: 0;
}

.page_product .reserve_wrap .section.option div {
  margin-bottom: 16px;
}

.page_product .reserve_wrap .section.option div:last-child {
  margin-bottom: 0;
}

.page_product .reserve_wrap .section.option div .label .info {
  color: var(--black);
  font-size: 16px;
}

.page_product .reserve_wrap .section.option p {
  font-size: 16px;
  color: var(--black);
}

.page_product .reserve_wrap .section.infoInp dl:last-child {
  padding: 10px 0 20px;
}

.page_product .reserve_wrap .section.infoInp dl:last-child dd {
  color: var(--tab-color);
  font-size: 16px;
}

.page_product .reserve_wrap .section.guestInp h3 {
  display: flex;
  align-items: center;
}

.page_product .reserve_wrap .section.guestInp h3 div {
  margin-left: 20px;
  font-weight: 400;
}

.page_product .reserve_wrap .section.guestInp h3 div span {
  color: var(--tab-color);
}

.page_product .reserve_wrap .section.guestInp dl dt span {
  color: var(--tab-color);
  margin-left: 6px;
}

.page_product .reserve_wrap .section.guestInp dl dt span::before {
  content: '';
}

.page_product .reserve_wrap .section.guestInp dl .inp {
  display: flex;
  flex-direction: row;
}

.page_product .reserve_wrap .section.guestInp dl .inp div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.page_product .reserve_wrap .section.guestInp dl .inp div span:first-child {
  font-size: 16px;
  font-weight: 500;
  margin-right: 16px;
}

.page_product .reserve_wrap .section.noti {
  color: var(--tab-color);
  border-top: 0;
}

.page_product .reserve_wrap .section.noti dl dd {
  width: 84%;
  display: flex;
  flex-direction: column;
}

.page_product .reserve_wrap .section.noti dl dd p {
  width: 100%;
  line-height: 1.4;
  text-align: left;
  margin-right: 0;
  position: relative;
  padding-left: 12px;
}

.page_product .reserve_wrap .section.noti dl dd p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '-';
}

.page_product .reserve_wrap .section.payment h3 {
  margin-bottom: 0;
}

.page_product .reserve_wrap .section.payment .coupon {
  background: #fafcff;
  border-bottom: 1px dashed #e3e5e8;
  padding: 30px 0 20px;
}

.page_product .reserve_wrap .section.payment .coupon dl {
  border-bottom: 0;
  padding-bottom: 0;
}

.page_product .reserve_wrap .section.payment .coupon dl dt span {
  font-weight: 600;
  color: #1758d1;
}

.page_product .reserve_wrap .section.payment .coupon dl dt span::before {
  display: none;
}

.page_product .reserve_wrap .section.payment .coupon dl dd button {
  flex: none;
  width: 160px;
  background: var(--tab-color);
  color: var(--white);
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
  font-family: 'Pretendard';
}

.page_product .reserve_wrap .section.payment .coupon dl dd .inp_base {
  width: 660px;
}

.page_product .reserve_wrap .section.payment .coupon dl:last-child {
  margin-bottom: 10px;
}

.page_product .reserve_wrap .section.payment .coupon dl:last-child dd {
  color: #dd0000;
  font-size: 16px;
}

.page_product .reserve_wrap .section.payment .total {
  width: 100%;
  padding: 24px 0 0;
}

.page_product .reserve_wrap .section.payment .total ul li {
  text-align: right;
}

.page_product .reserve_wrap .section.payment .total ul:first-child li {
  text-align: right;
  font-size: 15px;
  color: var(--black);
  line-height: 26px;
}

.page_product .reserve_wrap .section.payment .total ul:first-child li:last-child span {
  color: #dd0000;
  margin-left: 19px;
}

.page_product .reserve_wrap .section.payment .total ul:last-child {
  border-top: 1px solid var(--black);
  margin-top: 20px;
  padding-top: 20px;
}

.page_product .reserve_wrap .section.payment .total ul:last-child li:first-child {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}

.page_product .reserve_wrap .section.payment .total ul:last-child li:first-child span {
  color: #dd0000;
  margin-left: 14px;
}

.page_product .reserve_wrap .section.payment .total ul:last-child li:last-child {
  font-size: 14px;
  color: var(--ment-color);
  line-height: 1.3;
}

.page_product .reserve_wrap .section.terms {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding-bottom: 6px;
}

.page_product .reserve_wrap .section.terms h3 {
  display: flex;
  justify-content: start;
  align-items: center;
}

.page_product .reserve_wrap .section.terms h3 .check_all {
  margin-left: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.page_product .reserve_wrap .section.terms ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page_product .reserve_wrap .section.terms ul li .label {
  font-size: 16px;
  color: var(--black);
}

.page_product .reserve_wrap .section.terms ul li .label span {
  color: #dd0000;
  margin-left: 6px;
}

.page_product .reserve_wrap .section.terms ul li .arrow {
  color: var(--black);
  cursor: pointer;
  display: flex;
  align-items: center;    
}


.page_product .reserve_wrap .btn_type_basic {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  font-family: 'pretendard', sans-serif;
  box-sizing: border-box;
  letter-spacing: -0.6px;
  min-height: 50px;
  border: 1px solid var(--black);
  background: var(--white);
  border-radius: 2px;
  text-align: center;  
}

.page_product .reserve_wrap .btn_type_basic:hover {
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
}

.page_product .reserve_wrap .btnReservation {
  cursor: pointer;
  width: 100%;
  background: var(--tab-color);
  border-radius: 3px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: 'pretendard', sans-serif;
  box-sizing: border-box;
  letter-spacing: -0.6px;
  min-height: 50px;
  text-align: center;
  cursor: pointer;
  max-width: 300px;
  max-width: 300px
}


@media screen and (max-width: 1023px) {
  #Contents {
    margin-top: 70px;
    background-color: #f3f3f3;
  }

  #Contents #Main_Visual {
    position: relative;
    width: 100%;
    height: 420px;
    height: 480px;
    margin-top: 59px;
    overflow: hidden;
  }

  #Contents .main_visual .swiper .swi_b {
    width: 50px;
    height: 50px;
    top: 50%;
  }

  #Contents .main_visual .swiper .swi_b::before {
    width: 24px;
    height: 45px;
    top: 2px;
    left: 13px;
  }  

  #Contents .main_visual .swiper .swi_b.swi_prev::before {
    top: 2px;
    left: 14px;
}

  #Contents .main_visual .swiper .sec {
      /* transform: translateY(-26%); */
  }

  #Contents #Main_Visual .placard {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 400px;
    min-width: 280px;
    max-height: 380px;
    min-height: 270px;
    background-color: var(--dark-bgcolor);
    border-radius: 18px;
    opacity: 0.9;
    color: var(--white-color);
    padding: 30px 24px;
  }

  #Contents #Main_Visual .placard .titkor {
    display: flex;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    padding: 5px 0;
  }

  #Contents #Main_Visual .placard .titeng {
    display: flex;
    font-family: 'NotoKR';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding: 5px 0px;
  }

  #Contents #Main_Visual .placard .bar {
    display: flex;
    width: 7%;
    height: 1px;
    margin: 8px 0px;
    background-color: var(--white-bgcolor);
  }

  #Contents #Main_Visual .placard .date {
    display: flex;
    font-family: 'NotoKR';
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    padding: 5px 0;
  }

  #Contents #Main_Visual .placard .info {
    display: flex;
    font-family: 'Pretendard';
    font-weight: 500;
    margin-top: 6px;
  }

  #Contents #Main_Visual .placard dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 4px 0;
    font-size: 14px;
    line-height: 18px;
  }

  #Contents #Main_Visual .placard dt {
    display: flex;
    width: 30%;
    justify-content: flex-end;
  }

  #Contents #Main_Visual .placard dd {
    display: flex;
    width: 70%;
    justify-content: flex-start;
    padding: 0 5px;
  }

  #Contents #Main_Visual .placard button {
    display: flex;
    border-radius: 4px;
    padding: 8px 18px;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    background: none;
    border: 1px solid white;
    color: var(--white-color);
    margin-top: 14px;
    cursor: pointer;
  }

  #Contents h4 {
    font-size: 26px;
    line-height: 24px;
    padding: 2px 36px;
    margin: 60px 0 16px 0;
    align-items: center;
    justify-content: center;
  }

  #Contents.page_reivew h4 {
    margin: 60px 0 40px;
  }

  #Contents h4.noicon {
    font-size: 26px;
    line-height: 24px;
    padding: 2px 22px;
    margin: 60px 0 16px 0;
  }

  #Contents h4 .hotel_filter {
    font-size: 15px;
    line-height: 15px;
    padding: 6px 24px 2px 2px;
    margin-right: 164px;
  }

  #Contents h4 .hotel_filter::after {
    content: '';
    width: 16px;
    height: 16px;
    top: 6px;
    right: 0px;
  }

  #Contents h4:before {
    width: 14px;
    height: 14px;
    top: 8px;
    left: 10px;
  }

  #Contents h5 {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  #Contents {
      background-color: #f3f3f3;
      margin-top: 60px;
    }
  
    #Contents #Main_Visual {
	  position: relative;
      width: 100%;
      /*display: flex;
      height: 320px;
      background-image: url(../../images/temp101/visual/IMG_2803.jpg);
      background-position: center;
      background-size: cover;
	  */
    }
  
    #Contents #Main_Visual .placard {
      display: flex;
      align-items: center;
      flex-direction: column;
      max-width: 400px;
      min-width: 280px;
      max-height: 300px;
      min-height: 200px;
      background-color: var(--dark-bgcolor);
      border-radius: 18px;
      opacity: 0.9;
      color: var(--white-color);
      padding: 24px 24px;
    }
  
    #Contents #Main_Visual .placard .titkor {
      font-size: 15px;
      line-height: 15px;
      padding: 4px 0;
    }
  
    #Contents #Main_Visual .placard .titeng {
      font-size: 20px;
      line-height: 20px;
      padding: 4px 0px;
    }
  
    #Contents #Main_Visual .placard .bar {
      display: flex;
      width: 7%;
      height: 1px;
      margin: 6px 0px;
      background-color: var(--white-bgcolor);
    }
  
    #Contents #Main_Visual .placard .date {
      display: flex;
      font-family: 'NotoKR';
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      padding: 5px 0;
    }
  
    #Contents #Main_Visual .placard .info {
      display: flex;
      font-family: 'Pretendard';
      font-weight: 500;
      margin-top: 6px;
    }
  
    #Contents #Main_Visual .placard dl {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 4px 0;
      font-size: 13px;
      line-height: 16px;
    }
  
    #Contents #Main_Visual .placard dt {
      display: flex;
      width: 30%;
      justify-content: flex-end;
    }
  
    #Contents #Main_Visual .placard dd {
      display: flex;
      width: 70%;
      justify-content: flex-start;
      padding: 0 5px;
    }
  
    #Contents #Main_Visual .placard button {
      display: flex;
      border-radius: 4px;
      padding: 5px 18px;
      font-family: 'Pretendard';
      font-weight: 500;
      font-size: 12px;
      line-height: 12px;
      background: none;
      border: 1px solid white;
      color: var(--white-color);
      margin-top: 14px;
      cursor: pointer;
    }
  
    #Contents h4 {
      font-size: 23px;
      line-height: 22px;
      padding: 2px 32px;
      margin: 54px 0 16px 0;
      line-height: 1.2;
    }

    .page_blank,
    #Contents.page_customer .page_blank {
      width: 100%;
      font-size: 16px !important;
      padding-left: 15px;    
    }


    #Contents.page_customer h4 {
      margin: 30px 0 16px 0;
    }
      
    .page_customer.p_cus_main #Bookbox {
      margin-bottom: 30px;
    }
  
    #Contents h4.noicon {
      font-size: 22px;
      line-height: 22px;
      padding: 0px 16px;
      margin: 54px 0 14px 0;
    }
  
    #Contents h4 .hotel_filter {
      font-size: 15px;
      line-height: 15px;
      padding: 4px 24px 2px 2px;
      margin-right: 114px;
    }
  
    #Contents h4 .hotel_filter::after {
      content: '';
      width: 16px;
      height: 16px;
      top: 4px;
      right: 0px;
    }
  
    #Contents h4:before {
      width: 12px;
      height: 12px;
      top: 8px;
      left: 12px;
    }
  
    #Contents h5 {
      font-size: 16px;
    }
}


 /*--------------------------------------------------------------------------
| ?��footer?��
|--------------------------------------------------------------------------*/
#Credit {
  display: flex;
  width:100%;
  background-color: var(--dark-bgcolor);
  margin-top: 60px;
}
#Credit .NamKang {
  display: flex;
  margin: 12px auto;
  width:1200px;
  align-items: flex-start;
  justify-content: space-between;
  padding:20px 30px 60px 30px;
  box-sizing: border-box;
}
#Credit .NamKang .Info{
  display: flex;
  width:100%;
  align-items: flex-start;
  flex-direction: column;
}
#Credit .NamKang .symbol{
  display: flex;
  width:100%;
  align-items: flex-start;
}
#Credit .NamKang .tab{
  display: flex;
  width:100%;
  justify-content: flex-start;
  align-items: center;
}
#Credit .NamKang .tab .title { 
  display: flex;
  width: 200px;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: var(--copyright-color);
  margin:10px 0;
}
#Credit .NamKang .Info .menu {
  margin:20px 0;
  padding-left: 4px;
}
#Credit .NamKang .Info .menu ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
#Credit .NamKang .Info .menu li {
  display: flex;
  justify-content: left;
  margin-right: 38px;
  font-family: 'Pretendard';
}
#Credit .NamKang .Info .menu li a {
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 17px;
  color: var(--copyright-color);
}
#Credit .NamKang .Info .menu li a:hover, a:active {
  color: var(--subtitle-color);
}
#Credit .NamKang .Info .company,
#Credit .NamKang .Info .copyright {
  display: flex;
  font-weight: 600;
  text-align: left;
  font-size: 13px;
  flex-direction: column;
  line-height: 22px;
  color: var(--copyright-color);
  border: 0px solid salmon;
}
#Credit .NamKang .Info .company p {
  display: flex;
  width: 100%;
}
#Credit .NamKang .Info .cominfo{
  display: flex;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  padding-left: 4px;
  color: var(--copyright-color);
}
#Credit .NamKang .Info .cominfo a {
  padding-left: 4px;
  font-size: 13px;
  line-height: 22px;
  filter: brightness(1)
}
#Credit .NamKang .Info .cominfo a:hover {
  font-size: 13px;
  line-height: 22px;
  filter: brightness(2)
}
#Credit .NamKang .Info .cominfo .interval {
  display: flex;
  font-weight: 600;
  text-align: left;
  font-size: 10px;
  line-height: 22px;
  padding-left: 4px;
  color: #3e3e3e;
  padding:0 10px;
}
#Credit .NamKang .Info .copyright {
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  #Credit {
      margin-top: 50px;
    }
  
    #Credit .NamKang {
      display: flex;
      margin: 12px auto;
      width: 100%;
      align-items: flex-start;
      justify-content: space-between;
      padding: 12px 30px 40px 30px;
      background-image: url("../../images/temp101/symbols.svg");
      background-size: 200px;
      background-repeat: no-repeat;
      background-position: right bottom;
      box-sizing: border-box;
    }
  
    #Credit .NamKang .symbol img {
      width: 28px;
    }
  
    #Credit .NamKang .tab .title {
      display: flex;
      width: 150px;
      font-size: 24px;
      line-height: 24px;
      font-weight: bold;
      color: var(--copyright-color);
      margin: 5px 0;
    }
  
    #Credit .NamKang .Info .menu {
      margin: 14px 0;
    }
  
    #Credit .NamKang .Info .menu ul {
      display: flex;
      justify-content: left;
      align-items: center;
    }
  
    #Credit .NamKang .Info .menu li {
      display: flex;
      justify-content: left;
      margin: 0 10px;
      font-family: 'Pretendard';
    }
  
    #Credit .NamKang .Info .menu li a {
      font-family: 'Pretendard';
      font-weight: 600;
      font-size: 16px;
      color: var(--copyright-color);
    }
  
    #Credit .NamKang .Info .menu li a:hover,
    a:active {
      color: var(--subtitle-color);
    }
  
    #Credit .NamKang .Info .company,
    #Credit .NamKang .Info .copyright {
      display: flex;
      font-weight: 600;
      text-align: left;
      font-size: 13px;
      line-height: 20px;
      color: var(--copyright-color);
      border: 0px solid salmon;
    }


 /* ----------------------
            골프?�약
    ----------------------*/  
    .page_product  .reserve_wrap .rew {
      margin-bottom: 4rem;
  }

  .page_product  .reserve_wrap .rew.rew_terms {
      margin-top: 8rem;
  }

  .page_product  .reserve_wrap .rew_tit {
      font-size: 1.8rem;
  }

  .page_product  .reserve_wrap {
      padding: 2rem;
  }

  .page_product  .reserve_wrap .rew_item {
      width: 100%;
      justify-content: flex-start;
      align-items: flex-start;
  }

  .page_product  .reserve_wrap .rew_item .item_img {
      margin-right: 20px;
      height: 34vw;
      width: 36%;
      max-width: initial;
  }

  .page_product  .reserve_wrap .rew_item .item_info {
      margin-left: 0;
      flex: 1;
  }

  .page_product  .reserve_wrap .rew_item .item_info .it_code {
      margin-bottom: 10px;
  }

  .page_product  .reserve_wrap .rew_item .item_info .it_date {
      font-size: 14px;
  }

  .page_product  .reserve_wrap .rew_item .item_info .it_code .tit {
      font-size: 15px;
  }

  .page_product  .reserve_wrap .rew_item .item_info .it_code .txt, .page_product  .reserve_wrap .rew_item .item_info .it_tit {
      font-size: 16px;
  }    

  .page_product  .reserve_wrap .rew_item .item_info .it_tit {
      margin-bottom: 10px;
  }        

  .page_product  .reserve_wrap .rew_info .co_box {
      flex-direction: column;
      width: 100%;
      align-items: flex-start;
      padding: 1.6rem 0;
      border-bottom: 0;
  }

  .page_product  .reserve_wrap .rew_info .co_box:last-child {
      padding-bottom: 0;
  }    

  .page_product  .reserve_wrap .rew_info .co_box .tit {
      margin-bottom: 10px;
  }

  .page_product  .reserve_wrap .rew_info .co_box .txt {
      width: 100%;
  }

  .page_product  .reserve_wrap .rew_info .cb_email .txt {
      flex-direction: column;
      width: 100%;
  }

  .page_product  .reserve_wrap .rew_info .co_box.cb_email .tx_box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1rem;
  }

  .page_product  .reserve_wrap .rew_info .cb_email .tx_box:last-child {
      margin-bottom: 0;
  }

  .page_product  .reserve_wrap .rew_noti .co_list {
      flex-direction: column;
      align-items: flex-start;
      padding: 1.6rem 0;
  }

  .page_product  .reserve_wrap .rew_noti .co_list .tit {
      margin-bottom: 10px;
  }

  .page_product  .reserve_wrap .rew_noti .co_list .txt {
      font-size: 14px;
      color: var(--tab-color);
  }

  .page_product  .reserve_wrap .rew_coupon .coupon, .page_product  .reserve_wrap .section.payment .coupon {
      padding: 20px 16px;
      box-sizing: border-box;
      min-height: auto;
  }

  .page_product  .reserve_wrap .rew_coupon .coupon dl, .page_product  .reserve_wrap .section.payment .coupon dl {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 20px;
  }

  .page_product .reserve_wrap .rew_coupon .coupon dt, .page_product  .reserve_wrap .section dl dt {
      width: 100%;
      padding-left: 0;
      margin-bottom: 10px;
      text-align: left;
  }

  .page_product .reserve_wrap .rew_coupon .coupon dl:last-child, .page_product .reserve_wrap .section.payment .coupon dl:last-child {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 0;
  }

  .page_product .reserve_wrap .rew_coupon .coupon dl:last-child dt {
      margin-bottom: 0;
      width: 40%;
  }

  .page_product .reserve_wrap .rew_coupon .coupon dd {
      width: 100%;
  }

  #Contents.page_product .reserve_wrap .section.payment h3 {
    margin-bottom: 0;
  }

  .page_product .reserve_wrap .section.payment .coupon dl dd button {
    width: auto;
    padding: 0 10px; 
  }

  #Contents.page_product .reserve_wrap .b_wrap button {
    height: auto;
    width: 45%;
    box-sizing: border-box;
    padding: 15px 0;
    border-radius: 14px;
  }

  
}

@media screen and (max-width: 767px) {
  #Credit {
      margin-top: 40px;
    }
  
    #Credit .NamKang {
      display: flex;
      margin: 6px auto;
      width: 100%;
      align-items: flex-start;
      padding: 10px 20px 30px 20px;
      background-image: url("../../images/temp101/symbols.svg");
      background-size: 180px;
      background-repeat: no-repeat;
      background-position: right bottom;
      box-sizing: border-box;
    }
  
    #Credit .NamKang .symbol img {
      width: 16px;
    }
  
    #Credit .NamKang .tab {
      display: flex;
      width: 100%;
      flex-direction: column;
      margin-top: 8px;
    }
  
    #Credit .NamKang .tab .title {
      display: flex;
      justify-content: left;
      width: 100%;
      font-size: 20px;
      line-height: 20px;
      font-weight: bold;
      color: var(--copyright-color);
      margin: 3px 0;
    }
  
    #Credit .NamKang .Info .menu {
      display: flex;
      justify-content: left;
      width: 100%;
      margin: 8px 0;
    }
  
    #Credit .NamKang .Info .menu ul {
      display: flex;
      justify-content: left;
      align-items: center;
      flex-wrap: wrap;
    }
  
    #Credit .NamKang .Info .menu li {
      display: flex;
      justify-content: left;
      margin: 0 8px 0 0;
      font-family: 'Pretendard';
    }
  
    #Credit .NamKang .Info .menu li.out {
      display: none
    }
  
    #Credit .NamKang .Info .menu li a {
      font-family: 'Pretendard';
      font-weight: 600;
      font-size: 14px;
      color: var(--copyright-color);
    }
  
    #Credit .NamKang .Info .menu li a:hover,
    a:active {
      color: var(--subtitle-color);
    }
  
    #Credit .NamKang .Info .company,
    #Credit .NamKang .Info .copyright {
      display: flex;
      font-weight: 600;
      text-align: left;
      font-size: 11px;
      line-height: 16px;
      color: var(--copyright-color);
      border: 0px solid salmon;
    }
}


 /*--------------------------------------------------------------------------
| ?��Layer?��
|--------------------------------------------------------------------------*/
#Layer_Pop {
  position:absolute; 
  display: block;
  top: 0; 
  left: 0;
  width:100%; 
  height:100%; 
  background: rgba(0, 0, 0, 0.5); 
  z-index: 4440; 
  justify-content: center;
  align-items: center;
}
#Layer_Pop .active {
  display: none
}
#Layer_Pop .Main {
  width: 100%;
  max-width: 640px;
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 20px);
  overflow: hidden;
}
#Layer_Pop .modal-header {
  padding: 0 15px 0 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 90px;
}
#Layer_Pop .modal-title {
  font-family: 'TourEasyT';
  font-size: 22px;
  flex: 1;
  align-self: center;
  padding: 10px 20px 0 0;
  line-height: 1.2;
  letter-spacing: -0.66px;
}
#Layer_Pop .btn-md-close {
  flex: none;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-left: auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../../images/temp101/icon_close_popup.svg) 50% 50%/22px 22px no-repeat;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9998;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  z-index: 9999;
}
.modaltit {
  display: flex;
  position: relative; 
  width: 100%;
  font-family:"Play","Pretendard",sans-serif!important;
  font-size: 22px;
  line-height: 22px;
  padding: 2px 22px;
  font-weight: 600;
  color: var(--title-color);
  justify-content: flex-start;
  margin: 0;
}
.modaltit:before {
  content:''; 
  display:block; 
  position: absolute; 
  width: 13px;
  height: 13px;
  background-image: url("../../images/temp101/symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 8px;
  left: 0px;
}
.modal-content {
  display: flex;
  background-color: white;
  max-width: 800px;
  min-width: 500px;
  width: 100%;
  height: 350px;
  background-color: #f3f3f3;
}
.close-button {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 24px;
  width: 24px;
  height: 24px;
  border: 0 none;
  background: url(../../images/temp101/modal_close.svg) 50% / 24px no-repeat;
  font-size: 0 !important;
  cursor: pointer;
  vertical-align: middle;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}





/*policies*/
.policies {color:var(--tab-color); margin: 0 auto 100px;}
.policies h3 {font-size: 24px;margin-bottom: 16px;}
.policies h4 {width: 90%; font-size: 20px; color:var(--black); font-weight:600; margin-bottom: 20px;}
.policies .person_list { background: rgba(0, 0, 0, .04); border-radius: 5px; padding: 20px; margin: 30px 0 10px;}
.policies .person_list ol::after { display: block; content: ''; clear: both;}
.policies .person_list ol li { line-height: 28px;}

.policies dl {margin: 0 0 20px 0;}
.policies dl dt { font-size:14px; color:var(--black); padding-bottom:6px; font-weight: 600;}
.policies dl dd { font-size:14px; line-height:20px; font-weight: 300;}
.policies dl dd span {font-weight: 500;}
.policies dl dd .depth {margin-left:16px; margin-top: 6px;}
.policies dl dd .depth2 {margin-left:0;}
.policies dl dd .depth2 dt {color:var(--tab-color); padding-bottom: 0; font-weight: 600;}
.policies dl dd ul li {margin-bottom: 6px; list-style: disc; }
.policies dl dd ul li span {color:rgb(0 0 0 / 66%);}
.policies ol li {line-height: 22px;}
.policies ol li span {color:rgb(0 0 0 / 80%)}
.policies p { font-size: 14px; line-height: 22px;}
.policies .end { margin-bottom: 30px;}

.policies .form ul {margin-bottom: 20px;}
.policies .form ul li {margin-bottom: 10px; display: flex; justify-content:start; align-items: center;}
.policies .form ul li span:first-child { width:20%; font-weight: 500; color:var(--black);}
.policies .form ul li span:last-child {width:80%;}
.policies .form ul li input {width:100%;}
.policies .form ul li .email { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0;}
.policies .form ul li .email .email-at {width:90px; text-align: center;}
.policies .form ul li span textarea {height:200px}
.policies .btnReservation {margin: 0 auto;}

.policies .of_y { height:80vh; overflow-y: auto; line-height: 22px;}
.policies .of_x {width: 100%; overflow-x: auto; overflow-y: hidden;}
.policies .btn_black {width: 40%; margin: 0 auto;}


/* #wrap {
  min-height: 100%;
  position: relative;  
}

.page_member {
  padding-bottom: 220px;
}

footer#Credit {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
} */


/*policies*/
.policies {
  color: var(--tab-color);
  font-weight: 400;
  margin: 0 auto 100px;
}

.policies h3 {
  border-bottom: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  margin-bottom: 44px;
}

.policies h4 {
  width: 90%;
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 20px;
}

.policies .person_list a {
  text-decoration: none;
  cursor: pointer;
  color: var(--black);
  font-size: 14px
}

.policies .inner {
  max-width: 1220px;
  margin: 0 auto;
}

.policies .person_list {
  background: rgba(0, 0, 0, .04);
  border-radius: 5px;
  padding: 20px;
  margin: 30px 0;
}

.policies .person_list ol::after {
  display: block;
  content: '';
  clear: both;
}

.policies .person_list ol li {
  line-height: 28px;
}

.policies dd, dt {
  display: table;
}


.policies dl {
  margin: 0 0 30px 0;
}

.policies dl dt {
  font-size: 17px;
  color: var(--black);
  padding-bottom: 6px;
  font-weight: 600;
}

.policies dl dd {
  font-size: 15px;
  line-height: 20px;
}

.policies dl dd span {
  font-weight: 500;
}

.policies dl dd .depth {
  margin-left: 16px;
  margin-bottom: 20px;
}

.policies dl dd .depth2 {
  margin-left: 0;
}

.policies dl dd .depth2 dt {
  color: var(--tab-color);
  font-size: 15px;
  padding-bottom: 6px;
  font-weight: 400;
}

.policies dl dd ul li {
  margin-bottom: 6px;
  list-style: disc;
}

.policies dl dd ul li span {
  color: rgb(0 0 0 / 66%);
}

.policies ol li {
  line-height: 22px;
  font-size: 14px;
}

.policies ol li span {
  color: rgb(0 0 0 / 80%)
}

.policies p {
  font-size: 15px;
  line-height: 22px;
}

.policies .end {
  margin-bottom: 30px;
}

.policies .form {
  margin-top: 40px;
}

.policies .form ul {
  margin-bottom: 20px;
}

.policies .form ul li {
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.policies .form ul li span:first-child {
  width: 15%;
  font-size: 16px;
  color: var(--black);
}

.policies .form ul li span:last-child {
  width: 85%;
}

.policies .form ul li input {
  width: 100%;
}

.policies .form ul li .email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.policies .form ul li .email .email-at {
  width: 90px;
  text-align: center;
}

.policies .form ul li span textarea {
  height: 200px
}

.policies .btn_area .btn_black {
  width: 50%;
  max-width: 340px;
  margin: 50px auto;
}

.policies .btnReservation {
  margin: 0 auto;
}

.policies .of_y {
  height: 80vh;
  overflow-y: auto;
  line-height: 22px;
  padding-right: 16px;
}

.policies .of_x {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.personal-table {
  width: 100%;
  padding: 0;
  margin: 6px 0 20px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table tbody tr {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.personal-table tbody tr:last-child {
  border-bottom: 1px solid rgb(28 28 28 / 70%)
}

.personal-table thead tr th {
  border-bottom: 1px solid rgb(28 28 28 / 40%);
  padding: 12px 20px;
  background: rgb(28 28 28 / 4%);
  font-weight: 500;
  color: var(--black);
  text-align: center;
}

.personal-table tbody tr td {
  color: var(--tab-color);
  font-size: 15px;
  padding: 12px 20px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: 400;
}

.personal-table2 {
  width: 100%;
  padding: 0;
  margin: 6px 0 20px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table2 tbody tr {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.personal-table2 tbody tr:last-child {
  border-bottom: 0;
}

.personal-table2 tbody tr:last-child th {
  border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table2 tbody tr:last-child td {
  border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table2 tbody tr th {
  border-bottom: 1px solid rgb(28 28 28 / 40%);
  text-align: left;
  padding: 12px 20px;
  background: rgb(28 28 28 / 4%);
  font-weight: 500;
  color: var(--black);
}

.personal-table2 tbody tr td {
  text-align: left;
  padding: 12px 20px;
  color: var(--tab-color);
  line-height: 20px;
}

.personal-table3 {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 6px 0 20px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid rgb(28 28 28 / 70%);
}

.personal-table3 col {
  width: 25%;
}

.personal-table3 tbody tr {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.personal-table3 tbody tr:last-child {
  border-bottom: 0;
}

.personal-table3 thead tr th {
  border-bottom: 1px solid rgb(28 28 28 / 40%);
  padding: 10px;
  background: rgb(28 28 28 / 4%);
  font-weight: 500;
  color: var(--black);
  text-align: center;
}

.personal-table3 tbody tr td {
  padding: 10px;
  color: var(--tab-color);
  line-height: 20px;
  vertical-align: middle;
}

#smallPopupData {
  width: 94%;
  margin: 0 auto;
  height: 100%;
  /* overflow-y: auto; */
  padding-bottom: 30vh;
}


.datepicker {
  width: 100%;
  margin: 0 auto 50px;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

#Contents .datepicker h4 {
  font-size: 16px;
  margin-bottom: 16px;
  cursor: default;
  margin: 0;
}

.datepicker .datepicker_wrap {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.datepicker .datepicker_controls {
  position: absolute;
  top: -4px;
  width: 100%;
  height: 32px;
}

.datepicker .datepicker_controls .datepicker_prev {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(0 0 0 / 14%);
  background: transparent;
  border-radius: 100%;
}

.datepicker .datepicker_controls .datepicker_prev::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 48%;
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--black);
  border-left: solid 1px var(--black);
  transform: rotate(-45deg)translateY(-50%);
}

.datepicker .datepicker_controls .datepicker_next {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(0 0 0 / 14%);
  background: transparent;
  border-radius: 100%;
}

.datepicker .datepicker_controls .datepicker_next::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 46%;
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--black);
  border-right: solid 1px var(--black);
  transform: rotate(45deg)translateY(-50%);
}

.datepicker .datepicker_list {
  width: 100%;
  margin: 34px auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.datepicker .datepicker_list .datepicker_item {
  width: calc(100% / 2 - 20px);
}

.datepicker .datepicker_list .datepicker_item:first-child {
  margin-right: 20px;
}

.datepicker .datepicker_list .datepicker_item .datepicker_year {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.4px;
  text-align: center;
  margin-bottom: 10px;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr {
  height: 58px;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr th {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td {
  text-align: center;
  padding: 0.2rem 0;
  font-size: 14px;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected {
  opacity: .2;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td.redday span.date {
  color: #fe5d41
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td span {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date {
  font-weight: 6.p_tour_detail--tab-color00;
  color: var(--black);
  height: 34px;
  width: 34px;
  line-height: 32px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 100%;
  margin-bottom: 2px;
  cursor: pointer;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table .date:hover {
  border: 1px solid var(--accent-color);
  border-radius: 100%;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table .date.today {
  border: 1px solid rgb(0 0 0 / 30%);
  border-radius: 100%;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table .price {
  height: 18px;
  color: var(--tab-color);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.date {
  cursor: default;
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.date:hover {
  cursor: default;
  border: 1px solid transparent
}

.datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.price {
  height: 18px;
}

.datepicker .nday {
  border-top: 1px solid rgb(0 0 0 / 10%);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 22px;
}

.datepicker .nday span {
  position: relative;
  color: #fe5d56;
  font-size: 15px;
  padding-left: 16px;
  margin-bottom: 8px;
}

.datepicker .nday span:first-child {
  padding-left: 0;
}

.datepicker .nday span:first-child::before {
  display: none;
}

.datepicker .nday span::before {
  content: '·';
  font-weight: 600;
  float: left;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 6px;
}

.p_tour_detail .datepicker {
  width: 100%;
  margin: 0 auto 50px;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.p_tour_detail .datepicker h4 {
  font-size: 16px;
  margin-bottom: 16px;
  cursor: default;
}

.p_tour_detail .datepicker .datepicker_wrap {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.p_tour_detail .datepicker .datepicker_controls {
  position: absolute;
  top: -4px;
  width: 100%;
  height: 32px;
}

.p_tour_detail .datepicker .datepicker_controls .datepicker_prev {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(0 0 0 / 14%);
  background: transparent;
  border-radius: 100%;
}

.p_tour_detail .datepicker .datepicker_controls .datepicker_prev::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 48%;
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--black);
  border-left: solid 1px var(--black);
  transform: rotate(-45deg)translateY(-50%);
}

.p_tour_detail .datepicker .datepicker_controls .datepicker_next {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(0 0 0 / 14%);
  background: transparent;
  border-radius: 100%;
}

.p_tour_detail .datepicker .datepicker_controls .datepicker_next::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 46%;
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--black);
  border-right: solid 1px var(--black);
  transform: rotate(45deg)translateY(-50%);
}

.p_tour_detail .datepicker .datepicker_list {
  width: 100%;
  margin: 34px auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item {
  width: calc(100% / 2 - 20px);
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item:first-child {
  margin-right: 20px;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_year {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.4px;
  text-align: center;
  margin-bottom: 10px;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr {
  height: 58px;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr th {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td {
  text-align: center;
  padding: 0.2rem 0;
  font-size: 14px;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected {
  opacity: .2;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.redday span.date {
  color: #fe5d41
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span {
  font-weight: 600;
  color: var(--black);
  height: 34px;
  width: 34px;
  line-height: 32px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 100%;
  margin-bottom: 2px;
  cursor: pointer;  
  display: block;
  margin: 0 auto;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date {
  font-weight: 600;
  color: var(--black);
  height: 34px;
  width: 34px;
  line-height: 32px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 100%;
  margin-bottom: 2px;
  cursor: pointer;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date1:hover {
  border: 1px solid var(--tab-color);
  border-radius: 100%;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.date.today {
  border: 1px solid rgb(0 0 0 / 30%);
  border-radius: 100%;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td span.price {
  height: 18px;
  color: var(--tab-color);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.date {
  cursor: default;
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.date:hover {
  cursor: default;
  border: 1px solid transparent
}

.p_tour_detail .datepicker .datepicker_list .datepicker_item .datepicker_table tr td.not_selected span.price {
  height: 18px;
}

.p_tour_detail .datepicker .nday {
  border-top: 1px solid rgb(0 0 0 / 10%);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 22px;
}

.p_tour_detail .datepicker .nday span {
  position: relative;
  color: #fe5d56;
  font-size: 15px;
  padding-left: 16px;
  margin-bottom: 8px;
}

.p_tour_detail .datepicker .nday span:first-child {
  padding-left: 0;
}

.p_tour_detail .datepicker .nday span:first-child::before {
  display: none;
}

.p_tour_detail .datepicker .nday span::before {
  content: '·';
  font-weight: 600;
  float: left;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 6px;
}

.popup_picker #smallPopup_arti {
  height: 81vh;
  max-height: 82vh;
  overflow: auto;
  padding: 50px 0px 30px;
}

.popup_picker #smallPopupData {
  padding-bottom: 0;
}

.p_tour_detail .popup_picker .datepicker {
  margin-bottom: 0;
}

/* ?�사?�개?�이지 */
/* .page_company {
  width: 100%;
} */

.page_company .intro {
  width: 100%;
  max-width: 1200px;
  padding-top: 80px;
}

.page_company .intro img {
  width: inherit;
  max-width: 1200px;
}

#Contents.Mice.bg_white,
body.bg_white {
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .p_tour_detail .datepicker .datepicker_list .month_next {
    display: none;
  }

  .p_tour_detail .datepicker .datepicker_list .datepicker_item:first-child {
    margin-right: 0;
    width: 100%;
  }

  .p_tour_detail .produ .item {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }

  .p_tour_detail .produ .item div:first-child {
    width: 100%;
    font-size: 17px;
  }

  .p_tour_detail .produ .item div:last-child {
    width: 100%;
  }

  #Contents .p_tour_detail .datepicker .datepicker_list {
    width: 100%;
  }

  .p_tour_detail .popup_picker .datepicker {
    left: 0;
    width: 100%;
    border-bottom: 0;
  }

  #Contents .p_tour_detail #Detail button {
    margin: 0;
  }

  .popup_picker #smallPopup_arti {
    height: 93vh;
    max-height: 93vh;
  }

  #Contents .tour_detail .datepicker .datepicker_wrap {
    width: 100%;
  }

  /* ?�사?�개?�이지 */
  .page_company {
    width: 100%;
    padding: 0 20px;
  }

  .page_company .intro {
    padding-top: 50px;
  }


}