@charset "UTF-8";

html,
body,
div#section {
  height: 100%;
}

#section {
  position: relative;
}

.red {
  color: #f22c2c !important;
}

.mt180{
  margin-top: 180px;
}

div.mainVisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

div.mainVisual video.mainVd {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  z-index: -200;
}

div.cnt_w {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1820px;
  height: 175px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 15px 20px 15px 20px;
  z-index: 999;
}

div.cnt_w .award {
  display: block;
  float: left;
  width: 380px;
  padding-left: 50px
}

div.cnt_w .award h1 {
  display: block;
  width: 100%;
  height: 40px;
  font: 30px/40px 'Cormorant Garamond', serif;
  letter-spacing: 2px;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 20px;
  position: relative;
}
div.cnt_w .award h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 1px;
    background-color: #fff;
}

div.cnt_w .award ul {
  padding: 6px 8px
}

div.cnt_w .award ul li {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 6px 0;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.5px
}

div.cnt_w .award ul li a {
  display: block;
  width: 75%;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.5px
}

div.cnt_w .award ul li span {
  position: absolute;
  right: 0;
  top: 6px;
  color: #999;
  font-size: 14px;
  letter-spacing: -0.5px
}

div.cnt_w .reserv {
  display: block;
  width: 1020px;
  margin: auto
}

div.cnt_w .reserv .info {
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  margin-bottom: 10px
}

div.cnt_w .reserv .info span {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}

div.cnt_w .reserv .info span.month {
  width: 40px;
  height: 40px;
  font-size: 30px;
  letter-spacing: -2px;
  text-align: center;
  margin-right: 10px;
}

div.cnt_w .reserv .info img {
  width: 40px;
  vertical-align: middle;
  margin-bottom: 8px
}

div.cnt_w .reserv .time_w {
  position: relative;
  width: 1020px;
}

div.cnt_w .reserv .time_w .btn_prev,
div.cnt_w .reserv .time_w .btn_next {
  /*float: left;*/
  position: absolute;
  margin-top: 20px
}

div.cnt_w .reserv .time_w .btn_prev {
  left: -25px;
}

div.cnt_w .reserv .time_w .btn_next {
  right: -40px;
}

div.cnt_w .reserv .time_w .btn_prev a,
div.cnt_w .reserv .time_w .btn_next a {
  display: block;
  width: 30px;
  height: auto
}

div.cnt_w .reserv .time_w ul {
  float: left;
  width: 1150px;
  height: 100px;
  margin: auto;
  overflow: hidden
}

div.cnt_w .reserv .time_w ul li {
  display: inline-block;
  width: 42px;
  height: 100px;
  line-height: 2;
  text-align: center;
  margin-right: 3px
}

div.cnt_w .reserv .time_w ul li a {
  display: block;
  width: 40px;
  height: 95px;
  font-size: 15px;
  color: #ddd;
  letter-spacing: -1px;
  padding-top: 5px;
  border-radius: 20px
}

div.cnt_w .reserv .time_w ul li a span {
  display: block
}

div.cnt_w .reserv .time_w ul li a:hover {
  background: #95B821;
  color: #fff !important;
  border-radius: 20px
}

div.cnt_w .reserv .time_w ul li a.close {
  color: #666 !important
}

div.cnt_w .reserv .time_w ul li a:hover.close {
  background: none;
}

div.mainContents {
  background-color: #fff;
}

.bg-layout {
  position: relative;
}

.bg-layout:after {
  position: absolute;
  left: -100px;
  bottom: 0;
  display: block;
  content: '';
  width: clamp(37.5rem, -18.75rem + 46.875vw, 56.25rem);
  height: 600px;
  background: #F4F8E8;
}

div.mainNotice {
  background-color: #fff;
}

div.movieArea {
  position: relative;
  float: left;
  padding: 100px 0;
  width:  clamp(21.875rem, -15.625rem + 46.875vw, 40.625rem);
  height: 600px;
  z-index: 2
}

div.noticeArea {
  float: left;
  padding: 80px 0;
  width: clamp(13.125rem, 0.625rem + 15.625vw, 19.375rem);
  height: 600px;
  margin: 0 30px 0 10px;
  position: relative;
  z-index: 2;
}

h2.noticeTit {
  position: relative;
  width: 100%;
  height: 60px;
  font: 40px/60px 'Cormorant Garamond', serif;
  color: #333;
  border-bottom: 3px solid #333
}

h2.noticeTit a {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  color: #959595;
}

h2.noticeTit a:hover {
  text-decoration: underline;
}

ul.noticeList {
  margin-top: 30px;
}

ul.noticeList li {
  position: relative;
  margin-bottom: 15px;
}

ul.noticeList li a {
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  letter-spacing: -0.5px
}

ul.noticeList li a:hover {
  color: #000;
}

ul.noticeList li span.new {
  position: absolute;
  right: 2px;
  top: -3px
}

div.cntSlide {
  margin-top: 20px;
  width: 100%;
  height: 150px;
}

div.cntSlide img {
  width: 100%
}


/* 시그니처퀵바 */
.main-menuSwiper{
  overflow: hidden;
  padding-left: 10px;
  min-width: 1170px;
}
.main-menuSwiper .swiper-slide{
  width: 100%;
  height: 100%;
}
.main-menuSwiper .swiper-slide img{
  width: 100%;
  height:250px;
  object-fit: cover;
}
.main-menuSwiper .swiper-slide .img{
  position: relative;
}
.main-menuSwiper .swiper-slide h1{
  font-size: 18px;
  margin: 16px 0 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.main-menuSwiper .swiper-slide.recommend .img:before{
  content:'이달의 추천 메뉴';
  font-family:'Noto Sans KR';
  font-size:16px;
  background:#c34c24;
  color:#fff;
  border-radius:0 10px 0 0;
  position:absolute;
  bottom:2px;
  left:0;
  z-index:1;
  padding:8px 16px;
}


/* 코스 */
div.mainCourse {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1070px;
}

div.courseBg {
  position: absolute;
  width: 100%;
  height: 1070px;
  z-index: 0;
}

div.mainCourse div.wrap {
  position: relative;
}

.wrap .courseInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 585px;
  height: 1070px;
  z-index: 99;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

div.infoSlide {
  position: relative;
  top: 150px;
  margin: 0 auto;
  width: 450px;
  height: 100%;
}

/*슬라이드리모컨*/
.wrap .courseInfo .slick-arrow {
  position: absolute;
  top: -65px;
  left: 34px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.wrap .courseInfo .slick-prev {
  left: 0;
}

.wrap .courseInfo .slick-prev::after,
.slick-next::after {
  display: block;
  content: '';
  width: 35px;
  height: 35px;
}

.wrap .courseInfo .slick-prev::after {
  background: url('../img/slickPrev.png') no-repeat;
}

.wrap .courseInfo .slick-next::after {
  background: url('../img/slickNext.png') no-repeat;
}

div.infoInner h2 {
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  color: #fff;
  margin-bottom: 50px
}

div.infoInner h2::after {
  position: absolute;
  bottom: -20px;
  display: block;
  content: '';
  width: 55px;
  height: 1px;
  background: #999;
}

div.infoInner p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

div.infoInner a {
  display: block;
  width: 140px;
  height: 45px;
  border: 1px solid #fff;
  font: 17px/45px 'Nanum Gothic', sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 40px
}

div.courseBtn {
  position: absolute;
  left: 65px;
  top: 70%;
}

div.courseBtn a {
  display: block;
  font: 30px/2 'Cormorant Garamond', serif;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  opacity: 0.5
}

div.courseBtn a:hover {
  opacity: 1
}

div.mainSns {
  padding: 133px 0 84px;
  width: 100%;
  background: #fff url(../img/bg_sns.png) no-repeat fixed left center;
}

div.mainSns div.wrap {
  position: relative;
}

div.mainSns h2.snsTit {
  display: inline-block;
  font-size: 36px;
  color: #292828;
}

div.mainSns div.snsLink {
  position: absolute;
  top: 0;
  right: 0;
}

div.mainSns div.snsLink a {
  margin-left: 15px;
}

div.snsSlide {
  position: relative;
  margin: auto;
  width: clamp(75rem, 5rem + 87.5vw, 110rem);
}

div.snsSlide h2.snsTit {
  position: relative;
  width: 100%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
  padding-left: 8px
}

div.snsSlide h2 a {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
}

div.snsSlide ul {
    width: 1760px;
}

div.snsSlide ul li {
    display: inline-block;
    width: 330px;
    height: 260px;
    margin: 0 16px 45px 0;
    vertical-align: top;
    float: left;
}

div.snsSlide ul li:first-child {
    width: 1020px;
    height: 650px;
    margin-right:48px;
}

div.snsSlide ul li:first-child .imgBox {
    height: 574px;
}

a.snsCnt {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

a.snsCnt div.imgBox {
  width: 100%;
  overflow: hidden;
}

div.snsSlide ul li:first-child .imgBox img{
    height:100%;
}

a.snsCnt div.imgBox img {
    width: 100%;
    height: 200px
}

a.snsCnt div.txtBox p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:8px 0;
}

a.snsCnt div.txtBox p:hover {
  color: #000
}

a.snsCnt div.txtBox .date {
  display: block;
  font-size: 14px;
  color: #999;
}

div.mainGrayBg {
    padding: 76px 0;
    width: 100%;
    background: #F8F8F8;
    /*background: #F8F8F8 url(../img/bg_map.png) no-repeat fixed right center;*/
}

.width-layout{
  width: clamp(75rem, 5rem + 87.5vw, 110rem);
  margin: 0 auto;
}

div.mainGrayBg .info_w {
  position: relative;
  margin: 20px auto;
  padding-left: 8px
}

div.mainGrayBg .info_w h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: #333;
  margin-bottom: 20px
}

div.mainGrayBg .info_w h2 a {
  position: absolute;
  right: 10px;
  top: 70px;
  display: block;
  width: 34px;
  height: 34px;
}

div.mainGrayBg .info_w p {
  font-size: 17px;
  line-height: 1.5
}

div.mainGrayBg .map_w {
  position: relative;
  margin: auto
}

.flex-layout{
    display: flex;
    gap: 80px;
    align-items: flex-start;
    padding-left: 10px
}


/* Slider */
.mainVisual .bx-viewport {
  height: 100% !important;
}

div.slick-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

div.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

div.slick-initialized .slick-slide {
  display: block;
  /*
    width: 88% !important;
    object-fit: cover;
    height: 1070px;
*/
}

/* Dots */
.slick-dotted.slick-slider {
  position: relative;
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  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: 12px;
  height: 12px;
  border-radius: 30px;
  background: #616161;
  opacity: .25;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
}

div.eventArea {
  display: flex;
}

div.eventArea div.greenFee,
div.event,
div.notice {
  float: left;
  width: 220px;
  height: 600px;
  margin-right: 20px
}

div.eventArea div.event {
  padding: 90px 0;
}

div.eventArea div.notice {
  animation-delay: 0.3s;
}

div.eventArea h2.eventTit {
  position: relative;
  font-size: 18px;
  text-align: center;
  color: #000;
}

div.eventArea h2.eventTit::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  content: '';
  display: block;
  margin-left: -17.5px;
  width: 35px;
  height: 1px;
  background-color: #000;
}

div.eventArea p.thumnail {
  width: 100%;
  height: 360px;
  margin-bottom: 15px;
}

div.eventArea p.thumnail img {
  width: 220px;
  height: 355px;
  object-fit: cover;
}

div.eventArea dl.eventCnt {
  padding: 0;
}

div.eventArea dl.eventCnt dt {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px;
  text-align: center
}

div.eventArea dl.eventCnt dd {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}

/* pop */
.mpop {
  position: fixed;
  top: 130px;
  right: 20px;
  width: 290px;
  height: 375px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 999;
}

.mpop .cntSlide {}

.mpop .cntSlide img {
  width: 270px;
  height: 320px
}

.mpop a.closedBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  padding: 5px 28px 5px 0;
  background: url('../img/closedBtn.png') no-repeat right center;
  font-size: 17px;
  color: #000;
  cursor: pointer;
}

/* Slider */
div.slick-list {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

div.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

div.slick-initialized .slick-slide {
  display: block;
}



/* bx 슬라이드 */
.bx-wrapper {
  position: relative;
  height: 100%;
  margin: auto
}

.bx-wrapper .bx-pager {
  position: absolute;
  left: 80px;
  bottom: 11%;
  width: 100%;
  height: 15px;
  z-index: 5556;
  margin: 0;
}

.bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 15px;
}

.bx-pager-item>a {
  margin-right: 3px;
  display: block;
  width: 50px;
  height: 1px;
  background: #999;
  font-size: 0;
  color: transparent;
}

.bx-pager-item>a.active {
  width: 120px;
  background: #fff;
}

.bx-prev {
  display: none;
}

.bx-next {
  display: none;
}

li.ad .bx-pager {
  display: none;
}

/* main menu */
.mainVisual .main_menu_wrap {
  position: absolute;
  left: 80px;
  top: 300px;
  z-index: 999;
  color: #fff;
}

.mainVisual .main_menu_wrap ul {
  position: relative;
}

/*.mainVisual .main_menu_wrap ul:before {content: ''; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: #fff; opacity: 0.3;}*/

.mainVisual .main_menu_wrap li {
  position: relative;
  margin-bottom: 40px
}

.mainVisual .main_menu_wrap .main_menu_item {
  display: inline-block;
  font-size: 30px
    /*calc(16px + 0.6vw)*/
  ;
  letter-spacing: 1px;
  font-family: 'Cormorant Garamond', 'Nanum Gothic', sans-serif, serif;
}

.mainVisual .main_menu_wrap .main_menu_item span {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  white-space: nowrap;
}

.mainVisual .main_menu_wrap .main_menu_item .en {
  opacity: 1;
}

.mainVisual .main_menu_wrap .main_menu_item:hover .en {
  opacity: 0;
}

.mainVisual .main_menu_wrap .main_menu_item:hover .ko {
  opacity: 1;
  font-size: 24px;
  line-height: 30px
}

/* 효과 */
[data-aos=aosWrap] [data-aos=single] {
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 2s;
  transition: all 2s;
}

[data-aos=aosWrap] [data-aos=multi] {
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}

[data-aos=aosWrap].is_active [data-aos=single] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=aosWrap].is_active [data-aos=multi] {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-aos=aosWrap].is_active [data-aos=multi]:first-child {
  -webkit-transition-delay: 0.2;
  transition-delay: 0.2;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-aos=aosWrap].is_active [data-aos=multi]:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/*240201 추가*/
.main-img .bxslider {
  height: 100%;
}

.main-img .bxslider li {
  width: 100%;
  height: 100%;
}

.main-img .bxslider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-video {
  width: 100% !important;
  height: 1070px;
  object-fit: cover;
}

/* youtube area */
.youtube-wrap {
  display: grid;
  grid-template-columns: minmax(700px, 1fr) 350px 350px;
  gap: 45px 32px;
  margin: 20px auto 0;
  align-items: start;
}
.left-main {
  width: 100%;
}

.right-preview {
  width: 710px;
  position: relative;
  /* overflow: hidden; */
}

.preview-item {
    position: relative;
    display: block;
}

.preview-item img {
  width: 100%;
}

.preview-item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url('/Content/img/ico_play.png') no-repeat center;
  background-size: contain;
}

/* 프리뷰 그리드 */
.right-preview .preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 190px);
  gap: 100px 20px;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.right-preview .preview-grid.active {
  opacity: 1;
  pointer-events: auto;
}

.right-preview .preview-grid iframe {
  width: 100%;
  height: 100%;
}

div.eventCnt p.evnetTit {
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
div.eventCnt p.date {
  margin-top:5px;
  font-size:15px;
  color:#999;
}

#mainPlayer{
  width: 100%;
  height: 500px;
}

/* main-card-list */
.bk-slider {
  position: relative;
  width: clamp(75rem, 5rem + 87.5vw, 110rem);
  height: auto;
  margin: 180px auto;
  padding-left: 10px;
}

.bk-slider .swiper {
  margin: 0 auto;
  height: 500px;
}

.bk-slider .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

.bk-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background: white;
  transition: all .3s ease;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 410px !important;
  width: 270px !important;
}

/* 스와이퍼 클릭시 활성화 */
.bk-slider .is-active {
  /*padding-bottom:10%;*/
  width: calc(256px + 5%) !important;
  transform: scaleY(1.1) !important;
}
.bk-slider .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s linear;
  object-position: top;
  padding-bottom: 60px;
}

.bk-slider .is-active img{
  padding-bottom: 60%;
  transition: all .5s linear;
}

.bk-slider .is-active.img-position-bottom img{
  object-position: bottom;
  padding-bottom:40%;
}

.bk-slider .is-active .card-info p{
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;
  text-overflow: ellipsis;*/
}

.bk-slider .is-active .card-info .card-btn{
  display:block;
  background: #000;
  color: #fff;
  padding: 10px 0;
  width: 160px;
  margin: 20px auto 0;
}
/* 클릭시 활성화 end */

.card-info {
  z-index: 2;
  background-color: #fff;
  padding: 24px 15px;
  position: absolute;
  bottom: -3px;
  left: 0;
  width:100%;
  text-align: center;
  transform: scaleY(0.93);
}

.card-title{
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.card-text p{
  line-height: 24px;
  color: #333;
  margin-top: 16px;
}

.card-info p{
  display: none;
}

.card-info .card-btn{
  display: none;
}

@media (max-width: 1550px) {
  .bg-layout:after{
    width: 450px;
  }
}
