div.subVisual {
  position: relative;
  width: 100%;
  height: 485px;
  overflow: hidden;
}

div.subTit {
  position: relative;
  top: 300px;
  left: 0;
  width: 100%;
  z-index: 10;
}

div.subTit h2 {
  font-size: 28px;
  font-family: 'Noto Sans DemiLight';
  color: #fff;
  text-align: center;
  animation: fadeInUp 1s ease-out;
  transform: translateY(0);
}

div.subTit p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  animation: fadeInUp 1s ease-out;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  transform: translateY(0);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*서브타이틀 배경이미지*/
div.subBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 485px;
  background-size: cover;
  animation-name: bgScale;
  animation-duration: 4s;
  z-index: 9;
}

@keyframes bgScale {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

div.subBg01 {
  background: url('../img/subBg01.jpg') no-repeat center top;
}

/*회원관련-회원가입,로그인,idpw찾기*/
div.subBg02 {
  background: url('../img/subBg02.jpg') no-repeat center top;
}

/*클럽소개*/
div.subBg03 {
  background: url('../img/subBg03.jpg') no-repeat center top;
}

/*코스소개*/
div.subBg04 {
  background: url('../img/subBg04.jpg') no-repeat center top;
}

/*이용안내*/
div.subBg05 {
  background: url('../img/subBg05.jpg') no-repeat center top;
}

/*부대시설*/
div.subBg06 {
  background: url('../img/subBg06.jpg') no-repeat center top;
}

/*온라인회원*/
div.subBg07 {
  background: url('../img/subBg07.jpg') no-repeat center top;
}

/*커뮤니티*/
div.subBg08 {
  background: url('../img/subBg08.jpg') no-repeat center top;
}

/*프로그램*/
div.subBg09 {
  background: url('../img/subBg09.jpg') no-repeat center top;
}

/*마이페이지*/
ul.subMenu {
  width: 1190px;
  position: absolute;
  top: 425px;
  left: 50%;
  margin-left: -595px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  z-index: 999;
}

ul.subMenu li {
  display: inline-block;
}

ul.subMenu li a {
  display: inline-block;
  width: 140px;
  height: 60px;
  font-size: 16px;
}

ul.subMenu li a.menuOn {
  height: 58px;
  border-bottom: 2px solid #b19724;
  color: #b19724;
}

div.contents {
  padding: 72px 0 100px 0;
}

div.cntBox {
  margin: 0;
  padding: 50px 0;
  border-bottom: 1px dotted #ddd;
}

div.cntBox:first-child {
  padding-top: 0;
}

div.cntBox:last-child {
  border-bottom: 0;
}

img.w100 {
  width: 100%;
  padding-top: 16px;
  max-width: 740px;
  min-width: 320px;
}

.agree_area {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.025rem;
  color: #333;
  border: 1px solid #ccc;
  margin-top: 48px;
  padding: 48px;
}

.agree_area p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.agree_area p:first-child {
  margin-top: 0;
}

/*---- Title ----*/
h2.subTit01 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 24px;
  font-family: 'Noto Sans Light';
  background: url(../img/pointit_1424.svg) no-repeat 0 0;
}

.subTit02 {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}

p.subTxt01 {
  margin-top: 15px;
  line-height: 30px;
  font-size: 15px;
  color: #b19724;
}

p.subTxt02 {
  font-size: 15px;
  line-height: 25px;
  color: #666;
}

p.subTxt02 strong {
  font-family: 'Noto Sans Light';
  color: #444;
}

p.subTxt02 span.underline {
  margin: 0 5px;
  text-decoration: underline;
}

.txt_mg_lf20 {
  margin-left: 20px;
}

p.pointTxt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 26px;
  color: #b19724;
}

.poin_color_st1 {
  color: #b19724;
}

.poin_color_st1_s {
  background: url(../img/pointit_1424.svg) no-repeat 0 0;
  margin-left: 24px;
}

.poin_color_st2 {
  color: #4f8b34;
}

.poin_color_st3 {
  color: #45bc69;
}

.poin_color_st4 {
  color: #f4bb3f;
}

.poin_color_st5 {
  color: #e12c33;
}

a.poin_link_st1 {
  background: #b19724;
  padding: 2px 6px;
  border-radius: 2px;
  margin: 4px;
  color: #fff;
}

div.telBox {
  margin-top: 20px;
  padding: 22px 30px;
  text-align: center;
  border: 4px solid #d1c9a8;
}

div.telBox p {
  margin-right: 50px;
  padding-left: 28px;
  display: inline-block;
  font-size: 18px;
  color: #666;
  background: url('../img/tel.png') no-repeat 0;
}

div.telBox p.fax {
  background: url('../img/fax.png') no-repeat 0;
}

div.telBox p span {
  font-family: 'Noto Sans Medium';
  color: #b19724;
}

/*-- END Title---*/
/*---- table ----*/
table.tbl01 {
  margin-bottom: 8px;
  width: 100%;
}

table.tbl01 caption {
  margin-bottom: 5px;
  text-align: right;
  font-size: 14px;
  color: #999;
}

table.tbl01 tr.noline {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

table.tbl01 tr td.noline {
  border: 0;
  padding-left: 24px;
  font-weight: bold;
}

table.tbl01 tr td.noline_rh {
  border: 0;
  text-align: right;
  padding-right: 24px;
}

table.tbl01 tr td.noline_rh a {
  margin-right: 32px;
}

table.tbl01 tr td.groupTd {
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
  line-height: 24px;
}

table.tbl01 tr td.groupTd a {
  text-decoration: underline;
}

table.tbl01 tr td img.cp {
  display: inline-block;
  width: 23%;
  padding: 1%;
}

table.tbl01 tr th {
  padding: 16px;
  border: 1px solid #e9e9e9;
  background-color: #faf9f5;
  font-size: 14px;
  font-weight: 600;
  color: #454545;
}

table.tbl01 tr td {
  padding: 16px;
  border: 1px solid #e9e9e9;
  font-size: 16px;
  line-height: 18px;
}

table.tbl01 tr td strong {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

table.tbl02 {
  width: 100%;
  text-align: center;
  border-top: 1px solid #b19724;
}

table.tbl02 tr {
  border-bottom: 1px solid #ccc;
}

table.tbl02 tr th {
  position: relative;
  height: 50px;
  background-color: #faf9f5;
  font-weight: 500;
  color: #454545;
}

table.tbl02 tr th:first-child::after {
  display: none;
}

table.tbl02 tr th::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #e0e0e0;
}

table.tbl02 tr td {
  height: 55px;
  font-size: 14px;
  color: #555;
}

table.tbl03 {
  border-top: 2px solid #b19724;
  margin-top: 0px;
  width: 100%;
}

table.tbl03 tr th {
  border: 1px solid #ddd;
  text-align: center;
}

table.tbl03 tr td {
  border: 1px solid #ddd;
  text-align: center;
}

table.tbl03 tr td.al_le {
  text-align: left;
  padding-left: 32px;
}

/*-- END table --*/
/*---- button 버튼 ----*/
div.bigBtn, div.mediumBtn {
  margin-top: 50px;
  text-align: center;
}

div.bigBtn a {
  display: inline-block;
  margin: 0 10px;
  width: 260px;
  height: 48px;
  background-color: #caced1;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 0 8px;
}

div.bigBtn a.col, div.mediumBtn a.col, div.smallBtn a.col {
  background-color: #b19724;
}

div.mediumBtn a {
  display: inline-block;
  margin: 0 10px;
  width: 160px;
  height: 50px;
  background-color: #caced1;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 0 8px;
}

a.miniBtn {
  display: inline-block;
  width: 80px;
  height: 35px;
  background-color: #caced1;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 0 8px;
}

a.miniBtn.col {
  background-color: #b19724;
}

div.smallBtn {
  margin: 30px;
  text-align: center;
}

div.smallBtn a {
  display: inline-block;
  margin: 0 4px;
  width: 80px;
  height: 35px;
  background-color: #caced1;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 0 8px;
}

div.smallBtn a.col01 {
  background-color: #b19724;
}

div.smallBtn a.col02 {
  background-color: #334652;
}

div.smallBtn a.col03 {
  background-color: #caced1;
}

/*-- END button 버튼 --*/
/*---- 검색 박스 ----*/
div.searchBox {
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: right;
}

ul.search {
  display: inline-block;
  width: 400px;
}

ul.search li {
  display: inline-block;
}

ul.search li>* {
  height: 40px;
}

ul.search li.sel {
  width: 20%;
}

ul.search li.inp {
  margin: 0 5px;
  width: 50%;
}

ul.search li.btn {
  width: 15%;
}

ul.search li.btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 39px;
  color: #fff;
  background-color: #b19724;
  box-sizing: border-box;
}

/*-- END 검색 박스 --*/
/*---- 페이저 ----*/
div.paging ul {
  margin: 30px auto;
  text-align: center;
}

div.paging ul li {
  display: inline-block;
  padding: 0 3px;
}

div.paging ul li a {
  display: inline-block;
  border: 1px solid #eee;
  width: 35px;
  height: 35px;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  color: #999;
  vertical-align: middle;
}

div.paging ul li.active a {
  border: 1px solid #b19724;
  font-family: 'Noto Sans Medium';
  color: #b19724;
}

/*-- END 페이저 --*/
/* sub-tab */
.sub_tab {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.sub_tab:after {
  display: block;
  clear: both;
  content: " ";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
}

.sub_tab ul li {
  float: left;
  width: 50%;
}

.sub_tab ul.tab01 li {}

.sub_tab ul li a {
  display: block;
  border: 1px solid #ccc;
  height: 48px;
  margin-left: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #333;
}

.sub_tab ul li a.on {
  border-color: #b19724;
  color: #b19724;
}

.sub_tab ul li a.on_st2 {
  border-color: #45bc69;
  color: #45bc69;
}

.sub_tab ul li a.on_st3 {
  border-color: #f4bb3f;
  color: #f4bb3f;
}

.sub_tab ul li a.on_st4 {
  border-color: #e12c33;
  color: #e12c33;
}

/*---- 서브탭메뉴 ----*/
ul.tabMenu {
  display: block;
}

ul.tabMenu li {
  float: left;
  min-width: 25%;
  padding: 0 35px;
  height: 52px;
  font-size: 17px;
  text-align: center;
  line-height: 52px;
  color: #555;
  border: 1px solid #e9e9e9;
  background: #f9f9f9;
  cursor: pointer;
  margin-bottom: 40px;
}

ul.tabMenu li.tabOn {
  background: #b19724;
  border: 1px solid #b19724;
  color: #fff;
}

.tab_st1 {
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 32px;
}

.tab_st1 li {
  float: left;
}

.tab_st1 li a {
  overflow: hidden;
  display: block;
  color: #818181;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #ccc;
}

.tab_st1 li.on a {
  color: #b19724;
  border: 1px solid #b19724;
}

.tab_st1 li:hover a {
  color: #b19724;
  border: 1px solid #b19724;
}

/*-- END 서브탭메뉴 --*/
/*---- List Style ----*/
ul.commonUl01 {
  margin-top: 15px;
}

ul.commonUl01 li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 22px;
  background: url(../img/dot.png) 0 7px no-repeat;
}

/*-- END List Style --*/
div.commCnt {
  padding: 30px;
  border: 4px solid #f6f6f6;
}

/*예약팝업*/
div.layerPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

div.layerPopup.show {
  display: block;
}

div.reservPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

div.reservPopup.show {
  display: block;
}

div.popupInner {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -16%;
  margin-left: -400px;
  border-top: 3px solid #b19724;
  width: 800px;
  height: auto;
  background-color: #FFF;
}

div.closedBtn {
  position: absolute;
  right: 30px;
  top: 18px;
  width: 18px;
  height: 18px;
  background: url('../img/closedBtn.png') no-repeat center right;
  cursor: pointer;
}

div.popupInner h2.popTit {
  padding: 15px 30px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 24px;
  font-weight: 300;
}

div.popupInner div {
  padding: 0;
}

div.popupInner table.tbl01 {
  margin-top: 30px;
}

div.popupInner table.tbl01 th {
  border-top: 2px solid #b8b8b8;
}

div.popupInner table.tbl01 td {
  text-align: center;
}

div.popupInner .point {
  color: #b19724;
}

div.popupInner p.popTit {
  margin: 30px;
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: -0.015rem;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

div.popupInner p.popTxt {
  margin: 30px;
  text-align: left;
  letter-spacing: -0.015rem;
  font-size: 15px;
  line-height: 25px;
  color: #888;
}

div.popupInner div.mediumBtn {
  margin-top: 30px;
  padding-bottom: 30px;
}

/*-- END 예약하기 --*/
/* 레스토랑 */
h4 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 48px;
  font-weight: bold;
}

h4.restrt {
  font-size: 16px;
  margin: 20px 0 0px 0;
  color: #4f8b34;
  padding-bottom: 0px;
}

h4.sub {
  font-size: 16px;
  margin: 0px 0 0px 0;
  color: #000;
  padding-bottom: 0px;
}

div.reservTab {
  margin-top: 15px;
}

div.reservTab a {
  float: left;
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #525252;
  border: 1px solid #eee;
}

div.reservTab a.tabOn {
  background-color: #005f37;
  border: 1px solid #005f37;
  color: #fff;
}

table.timeTb2 {
  width: 100% !important;
}

table.timeTb2 tr {
  border: 0 !important;
}

table.timeTb2 tr th {
  height: 40px;
  font-size: 14px;
  text-align: center;
  color: #454545;
  background: #f7f7f7;
}

table.timeTb2 tr td {
  height: 50px;
  font-size: 16px;
  text-align: center;
  color: #7b7b7b;
  border-bottom: 1px solid #ddd;
}

.timeInner {
  width: 100%;
  margin-top: 10px;
  float: left;
}

.timeInner h5 {
  font-size: 20px;
  height: 40px;
  text-align: center;
  color: #000
}

.timeInner ul {
  width: 100%;
  height: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #999
}

.timeInner ul li {
  float: left;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 50px;
}

table.timeTb2 tr td {
  padding: 0 8px
}

table.timeTb2 tbody {
  border-top: 2px solid #5F6668;
  width: 800px;
  float: left;
  overflow-y: auto;
  height: 300px;
}

table.timeTb2 tr td.price {
  text-decoration: line-through;
}

table.timeTb2 tr td.sale {
  color: #dc843c;
}

table.timeTb2 tr td p.fees {
  color: #333;
}

div.calHead {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  font-weight: 400;
}

table.timeTb2 tr {
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #727a85;
  cursor: default;
}

table.timeTb2 tr td {
  height: 55px;
  opacity: 0.9;
}

table.timeTb2 tr td.time_w {
  width: 200px;
}

table.timeTb2 tr td.fees {
  width: 180px;
}

table.timeTb2 tr td.revbtn {
  width: 240px;
}

table.timeTb2 tr td p {
  font-size: 14px;
  color: #444;
}

table.timeTb2 tr td span.reduced {
  padding-right: 8px;
  font-size: 14px;
  text-decoration: line-through;
  color: #b19724;
}

table.timeTb2 tr td a.reservBtn {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  background-color: #b19724;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

table.timeTb2 tr td a.BookingBtn {
  background-color: #999;
}

table.timeTb2 tr:hover td {
  color: #000;
  opacity: 1;
}

table.timeTb2 tr:hover td a.reservBtn {
  background-color: #000;
  color: #fff;
}

.food_list {}

.food_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.food_list ul li {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}

.food_list.food_list01 ul li {
  width: 50%;
}

.food_list ul li .foodImg img {
  max-width: 100%;
}

.food_list ul li .prdtName_k {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  padding: 8px 0;
  font-size: 16px;
  color: #000000;
  display: block;
  width: 90%;
  margin: 10px auto 0;
}

.food_list ul li .prdtName_e {
  padding: 0px 0;
  margin: 10px auto 0;
  font-size: 13px;
  color: #000000;
  display: block;
  width: 90%;
  line-height: 18px;
}

.food_list ul li .prdt_price {
  font-size: 16px;
  font-weight: bold;
  color: #e91e63;
  font-family: "Century Gothic";
  display: block;
  width: 90%;
  margin: 10px auto 0;
  padding: 0 0 32px 0;
}

/* slide */
div.faslide {
  position: relative;
  width: 1100px;
  height: 600px;
  overflow: hidden;
  z-index: 666;
  background: #ddd;
}

div.faslide span {
  text-align: center;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 666;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 666;
}

.slick-prev {
  left: 0;
  background: url('/Content/web/img/cos_prev.png') center;
}

.slick-next {
  right: -1px;
  background: url('/Content/web/img/cos_next.png') center;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  border: 2px solid #fff;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
  background: #fff;
}

/*220908 개인정보 처리방침 라벨링 추가*/
.list-icon{margin-right: 10px; vertical-align: middle;}


/* 221226 리스트 추가 */
ul.list01 {color: #666}
ul.list01 li {position: relative; padding-left: 20px; font-size: 16px; line-height: 1.5; margin-bottom: 10px; text-align: left}
ul.list01 li::after {position: absolute; top: 10px; left: 4px; content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #B19724;}