html, body, div#section {
  height: 100%;
}

div.mainVisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.0) 60%, rgba(255, 255, 255, 1.0) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainVisual .prev {
  position: absolute;
  background: url(../img/prev.svg) no-repeat 50% 50%;
  left: 8%;
  top: 42%;
  width: 63px;
  height: 63px;
  cursor: pointer;
}

.mainVisual .next {
  position: absolute;
  background: url(../img/next.svg) no-repeat 50% 50%;
  right: 8%;
  top: 42%;
  width: 63px;
  height: 63px;
  cursor: pointer;
}

div.mainVisual .mainVd {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  z-index: -200;
}

div.scroll {
  position: absolute;
  bottom: 24%;
  left: 50%;
  margin-left: -18px;
  width: 42px;
  height: 70px;
  z-index: 5555;
  text-align: center;
  background: url('../img/scroll_down.svg') no-repeat bottom center;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  animation-timing-function: ease-out;
  cursor: pointer;
}


div.quick_icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 124px;
  padding: 28px 0;
  text-align: center;
  background: rgba(46, 55, 58, 0.90);
  z-index: 5555;
}
div.quick_icon a {
  display: inline-block;
  margin: 0 44px;
  opacity: 0.8;
}
div.quick_icon a:hover {
  opacity: 1;
}
div.quick_icon a.icon01 {
  width: 64px;
  height: 68px;
  background: url('../img/m_ico_01.svg') no-repeat bottom center;
}
div.quick_icon a.icon01:hover {
  background: url('../img/m_ico_01_on.svg') no-repeat bottom center;
}
div.quick_icon a.icon02 {
  width: 82px;
  height: 68px;
  background: url('../img/m_ico_02.svg') no-repeat bottom center;
}
div.quick_icon a.icon02:hover {
  background: url('../img/m_ico_02_on.svg') no-repeat bottom center;
}
div.quick_icon a.icon03 {
  width: 78px;
  height: 66px;
  background: url('../img/m_ico_03.svg') no-repeat bottom center;
}
div.quick_icon a.icon03:hover {
  background: url('../img/m_ico_03_on.svg') no-repeat bottom center;
}
div.quick_icon a.icon04 {
  width: 64px;
  height: 66px;
  background: url('../img/m_ico_04.svg') no-repeat bottom center;
}
div.quick_icon a.icon04:hover {
  background: url('../img/m_ico_04_on.svg') no-repeat bottom center;
}
div.quick_icon a.icon05 {
  width: 52px;
  height: 67px;
  background: url('../img/m_ico_05.svg') no-repeat bottom center;
}
div.quick_icon a.icon05:hover {
  background: url('../img/m_ico_05_on.svg') no-repeat bottom center;
}
div.quick_icon a.icon06 {
  width: 55px;
  height: 64px;
  background: url('../img/m_ico_06.svg') no-repeat bottom center;
}
div.quick_icon a.icon06:hover {
  background: url('../img/m_ico_06_on.svg') no-repeat bottom center;
}
div.quick_icon a.icon07 {
  width: 52px;
  height: 66px;
  background: url('../img/m_ico_07.svg') no-repeat bottom center;
}
div.quick_icon a.icon07:hover {
  background: url('../img/m_ico_07_on.svg') no-repeat bottom center;
}




@keyframes scroll {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0px)
  }
}

/*
div.scrollIcon {
    margin:0 auto;
    width:26px;
    height:38px;
    border:2px solid #fff;
    border-radius: 25px;
}
div.scrollIcon:before{
    content: '';
    position: absolute;
    top:7px;
    left:50%;
    width:4px;
    height:8px;
    background: #fff;
    margin-left:-2px;
    border-radius:4px;
    animation-duration:1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
@keyframes scroll{
    0% {opacity: 1}
    100% {opacity: 0;transform: translateY(15px)}
}
div.scroll p {
    margin-top:10px;
    font-size:12px;
    line-height:14px;
    color:#fff;
}
*/
div.mainContents {
  background-color: #fff;
}

div.halfArea {
  float: left;
  width: 50%;
}

div.mainNotice {
  background-color: #fff;
}

div.noticeArea {
  float: left;
  padding-top: 50px;
  width: 50%;
  height: 380px;
}

h2.noticeTit {
  position: relative;
  width: 100%;
  font-size: 22px;
  font-family: 'Noto Sans thin',sans-serif;
  color: #333;
  cursor:pointer;
}

h2.noticeTit a {
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: #959595;
}

h2.noticeTit a:hover {
  text-decoration: underline;
}

ul.noticeList {
  margin-top: 30px;
}

ul.noticeList li {
  width: 90%;
  margin-bottom: 24px;
}

ul.noticeList li a {
  font-size: 14px;
  color: #000;
}

ul.noticeList li a:hover {
  text-decoration: underline;
  color: #9e8e3e;
}

ul.noticeList li span.new {
  margin-left: 8px;
}

div.cntSlide {
  margin-top: 40px;
  width: 310px;
  height: 245px;
}
div.cntSlide img {
  border-radius:16px;
}

/* 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;
}

/* Dots */
.slick-dotted.slick-slider {
  position: relative;
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
  width: 100%;
  text-align: right;
}

.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: #008539;
  opacity: .25;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
}

div.reservBox {
  width: 100%;
  height: 380px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

div.reservInner {
  float: left;
  padding: 8px;
  padding-top: 48px;
  border-right: 1px solid #eee;
  text-align: center;
  width: 174px;
  height: 100%;
  background: #E9E0AF;
  box-sizing: border-box;
}

div.reservInner p.reservTit {
  font-size: 22px;
  font-family: 'Noto Sans Medium',sans-serif;
  color: #333;
}

div.reservInner div.carHead {
  margin: 50px 0;
}

div.reservInner div.carHead span {
  display: block;
  font-size: 16px;
  color: #5F6668;
}

div.reservInner div.carHead span.month {
  margin: 24px 0;
  font-size: 57px;
  font-family: 'Noto Sans Medium',sans-serif;
  color: #008539;
}

div.reservInner p.reservData {
  font-family: 'Noto Sans Medium',sans-serif;
  font-size: 15px;
  color: #454545;
}

div.reservInner p.reservData span {
  padding-left: 4px;
  color: #008539;
}

table.calenda {
  margin: 8px;
  margin-top: 48px;
  float: left;
  width: 358px;
}

table.calenda tr {
  height: 40px;
}

table.calenda tr th {
  font-size: 16px;
  font-family: 'Noto Sans Light',sans-serif;
  color: #454545;
}

table.calenda tr td {
  text-align: center;
  font-size: 15px;
  font-family: 'Noto Sans DemiLight',sans-serif;
  color: #454545;
}

table.calenda tr td a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 31px;
  box-sizing: border-box;
  border: 2px solid transparent;
}

table.calenda tr td.sun a {
  color: #eb6100;
}

table.calenda tr td.sat a {
  color: #00a0e9;
}

table.calenda tr td a.reserv {
  border: 2px solid #9e8e3e;
  border-radius: 50%;
}

table.calenda tr td a.reserv:hover {
  border: 2px solid #9e8e3e;
  background: #9e8e3e;
  color: #fff;
  border-radius: 50%;
}

table.calenda tr td a.today {
  border: 2px solid #008539;
  border-radius: 50%;
}

table.calenda tr td a.today:hover {
  border: 2px solid #008539;
  background: #008539;
  color: #fff;
  border-radius: 50%;
}


table.calenda tr td a.closed {
  border: 2px solid #ddd;
  color: #ccc;
  border-radius: 50%;
}

table.calenda tr td a.pick, table.calenda tr td a:active {
  border: 2px solid #008539;
  background: #008539;
  color: #fff;
}

/* membership */
.mspWrap {
  opacity: 0;
  width: 100%;
  position: relative;
  background: #4A8A65;
  overflow: hidden;
  z-index: 10;
  height: 520px;
}

.mspWrap:after {
  content: "";
  display: block;
  clear: both;
}

.mspWrap .center {
  margin: 0 auto;
  max-width: 1190px;
}

.mspWrap .leftSet {
  position: relative;
  width: 50%;
  height: 520px;
}

.mspWrap .leftSet .txt {
  opacity: 0;
  padding-top: 50px;
  z-index: 10;
  word-break: keep-all;
}

.mspWrap .leftSet .txt .title {
  padding-top: 48px;
  font-size: 22px;
  color: #D2BE5A;
  line-height: 1.2;
}

.mspWrap .leftSet .txt .big {
  padding-top: 24px;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.mspWrap .leftSet .txt .conT {
  padding-top: 24px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
}

.mspWrap .leftSet .more {
  z-index: 10;
  position: absolute;
  bottom: 160px;
  right: 0;
  display: inline-block;
  width: 270px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}

.mspWrap .leftSet .more a.course01 {
  display: block;
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
  line-height: 70px;
  letter-spacing: -0.05em;
  background: #5F6668;
}
.mspWrap .leftSet .more a.course02 {
  display: block;
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
  line-height: 70px;
  letter-spacing: -0.05em;
  background: #2E7B4E;
}


.mspWrap .rightSet {
  position: absolute;
  left: 50%;
  top: 0;
}

.mspWrap .rightSet img {
  -webkit-transform: scale(1.5) translateY(0%);
  -moz-transform: scale(1.5) translateY(0%);
  -ms-transform: scale(1.5) translateY(0%);
  -o-transform: scale(1.5) translateY(0%);
  transform: scale(1.5) translateY(0%);
}

div.eventArea {
  float: left;
  width: 50%;
}

div.eventArea div.greenFee, div.event, div.notice {
  float: left;
  width: 290px;
  height: 600px;
  border-right: 1px solid #e0e0e0;
}

div.eventArea div.greenFee {
  padding: 40px 0;
  animation-delay: 0.3s;
}

div.eventArea div.event {
  padding: 75px 0;
}

div.eventArea div.notice {
  padding: 30px 0;
  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 {
  margin: 30px 0 25px 0;
  width: 100%;
  height: 300px;
}

div.eventArea dl.eventCnt {
  padding: 0 20px;
}

div.eventArea dl.eventCnt dt {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Noto Sans Medium',sans-serif;
  color: #000;
}

div.eventArea dl.eventCnt dd.txt {
  max-height: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #c2c2c2;
}

div.eventArea dl.eventCnt dd.data {
  margin-top: 20px;
  font-size: 12px;
  font-family: 'Noto Sans Medium',sans-serif;
  color: #11537a;
}

div.mainCourse {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 850px;
}

div.courseBg {
  position: absolute;
  width: 100%;
  height: 900px;
  z-index: 0;
}

div.mainCourse div.wrap {
  position: relative;
}

div.courseInfo {
  position: absolute;
  bottom: -720px;
  right: 0;
  width: 585px;
  height: 340px;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0 40px 0 40px;
  z-index: 1;
}

div.infoSlide {
  position: relative;
  top: 80px;
  margin: 0 auto;
  width: 450px;
  height: 200px;
}

/*슬라이드리모컨*/
.slick-arrow {
  position: absolute;
  top: -32px;
  right: -40px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.slick-prev {
  right: 0;
}

.slick-prev::after, .slick-next::after {
  display: block;
  content: '';
  width: 35px;
  height: 35px;
}

.slick-prev::after {
  background: url('../img/slickPrev.png') no-repeat;
}

.slick-next::after {
  background: url('../img/slickNext.png') no-repeat;
}

div.infoInner h2 {
  position: relative;
  padding-top: 15px;
  font-size: 36px;
  color: #e179b2;
}

div.infoInner h2::after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 55px;
  height: 5px;
  background-color: #454545;
}

div.infoInner h2 span {
  margin-left: 8px;
  font-size: 24px;
}

div.infoInner p {
  margin-top: 35px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

div.courseBtn {
  position: absolute;
  bottom: 65px;
  text-align: center;
  width: 100%;
}

div.courseBtn a {
  margin: 0 3px;
  display: inline-block;
  width: 140px;
  height: 45px;
  border: 1px solid #008539;
  background-color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 45px;
  color: #008539;
}

div.courseBtn a.col {
  background-color: #008539;
  color: #fff;
}

div.mainSns {
  padding: 100px 0;
  width: 100%;
  height: 700px;
  background: url('../img/snsBg.jpg') no-repeat;
}

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;
  top: 60px;
  left: 50%;
  margin-left: -595px;
  width: 1205px;
}

div.snsSlide ul li {
  height: 450px;
}

a.snsCnt {
  position: relative;
  float: left;
  display: block;
  margin-right: 15px;
  width: 286.25px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
}

a.snsCnt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 286.25px;
  height: 8px;
  background: url('../img/sns_bar.png') center center;
  background-size: cover;
}

a.snsCnt div.imgBox {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

a.snsCnt div.txtBox {
  padding: 15px;
  border-top: none;
  background-color: #fff;
  overflow: hidden;
}

a.snsCnt:nth-child(2) div.txtBox {
  padding-bottom: 30px;
}

a.snsCnt div.txtBox p {
  font-size: 14px;
  line-height: 20px;
}

a.snsCnt div.txtBox p.date {
  margin: 20px 0;
}

/* bx 슬라이드 */
.bx-wrapper {
  position: relative;
}

.bx-pager {
  position: absolute;
  bottom: 0px;
  padding: 0 17.5px;
  width: 1190px;
  height: 30px;
  text-align: center;
  z-index: 5556;
}

.bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 30px;
}

.bx-pager-item>a {
  margin: 0 5px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #535252;
  border-radius: 10px;
  font-size: 0;
  color: transparent;
}

.bx-pager-item>a.active {
  width: 40px;
  background: url('../img/bx_on.png') no-repeat;
}

.bx-prev {
  display: none;
}

.bx-next {
  display: none;
}

li.ad .bx-pager {
  display: none;
}

/* END bx 슬라이드 */
