@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

/* 주요색상 */
:root {
    --page-point-color: #e60012;
    --page-point-color-hover: #c1000f;
    --page-secondary-color: #c8955e;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Poppins', 'Pretendard', 'notokr', sans-serif;
    letter-spacing: 0;
}

img {
    pointer-events: none;
}

.btn {
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a[href^="mailto"] {
    color: inherit;
}

p {
    line-height: 1.5em;
}

.btn.btn-primary {
    background-color: #c6935b;
    border-color: #c6935b;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #a06f3a;
    border-color: #a06f3a;
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}

.board_data_view a {
    word-break: break-all;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 5px;
  }
  .prepare-page {
    text-align: center;
    min-height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .prepare-page > .exclamation {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    padding: 31px 36px;
    line-height: 1em;
    border: 10px solid #fff;
    border-radius: 100%;
  }
  .prepare-page > .exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #555;
  }
  .prepare-page > h4 {
    margin: 24px 0 25px;
    font-size: 24px;
    font-weight: 600;
    color: #555;
  }
  .prepare-page > h4 strong {
    font-weight: 600;
  }
  .prepare-page > p {
    margin: 0;
    font-size: 15px;
    color: #979494;
    line-height: 1.5em;
  }

/* To Top Button */
.btn-top {
    z-index: 1;
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    padding: 6px 7px;
    font-size: 22px;
    color: #fff;
    background-color: #555;
    border-radius: 5px;
}
.btn-top .material-symbols-outlined {
    font-size: 30px;
}
.btn-top:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background:transparent;position:fixed;margin-bottom:0;border:0;transition:background-color ease-in-out .15s;}
.navbar.bg-colored {
    background: #fff;
    box-shadow:0 0 10px rgba(0,0,0,0.07);
}

.navbar-inverse .navbar-brand img{width:256px;margin-top: 15px;}

.navbar-inverse .navbar-nav > li > a{font-size: 18px;font-weight: 600;color: #fff;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:var(--page-point-color);}

.navbar.bg-colored .navbar-nav > li > a{color: #000;}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color:var(--page-point-color);}
.navbar.bg-colored .navbar-nav > li > a:hover,
.navbar.bg-colored .navbar-nav > li > a:focus,
.navbar.bg-colored .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:focus .dropdown-toggle{color:var(--page-point-color);}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:var(--page-point-color);}
 .navbar.bg-colored .navbar-toggle .icon-bar, .navbar.open .navbar-toggle .icon-bar{background-color:var(--page-point-color);}
 /* .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:var(--page-point-color);} */
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu{
      left:50%;
      right:auto;
      padding: 0;
      background: #fff;
      border: 0;
      border-radius: 0;
      transform:translate(-50%, 0);
      box-shadow:0 4px 8px rgba(0,0,0,.125);
      -webkit-box-shadow:0 4px 8px rgba(0,0,0,.125);
      animation-fill-mode:both;
      animation-duration:0.4s;
      animation-name:fadeIn;
      overflow: hidden;
      border-radius: 0 0px 7px 7px;
      border-top: 3px solid var(--page-point-color);
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 15px;text-align:center;font-size: 15px;color: #222;letter-spacing:0;font-weight: 500;border-bottom: 1px solid #eee;}
    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {border-bottom:0;}
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:transparent;background: #fff;color: var(--page-point-color);}
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-nav > li > a{padding: 35px 30px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:14px;height:14px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 4px;border-radius:30px;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:14px;height:14px;background-color:#fff;margin:0 4px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

.carousel-caption {text-shadow:none;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:10px;height:10px;}
}

/* 푸터 */
#site footer{margin-top:0px;color:#707070;border-top:1px solid #eee;}
#site footer .footer-info{padding: 45px 0;}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 14px;margin-right:15px;line-height:23px;letter-spacing: 0;color: #888;}
#site footer .footer-info .logo img {
    height: 100px;
    margin-top: 5px;
}
#site footer .footer-info .info {
    padding-left: 20px;
}
#site footer .footer-info ul li:first-child {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    color: #222;
}
#site footer .footer-info ul li.copy {
    margin-top: 10px;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0;
}
#site footer .footer-info .box-sns {
    margin-top: 15px;
}
#site footer .footer-info .box-sns ul {
    display: flex;
    gap: 10px;
}
#site footer .footer-info .box-sns ul > li {
    margin-bottom: 0;
}
#site footer .footer-info .box-sns ul > li img {
    width: 30px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:calc(100vh)}
/* #mainCarousel .carousel-inner .item{height:calc(100vh - 90px)} */
#mainCarousel .carousel-caption h1 {
    margin: 0 0 29px;
    font-size: 35px;
    font-weight: 300;
}
#mainCarousel .carousel-caption p {
    font-size: 22px;
    font-weight: 300;
}
#mainCarousel .carousel-inner .item h1 img {
    width: 480px;
    margin-bottom: 60px;
}

#mainCarousel .item:nth-child(2) .carousel-caption {
    top: 58%;
    /* top: 54%; */
}
#mainCarousel .item:nth-child(2) .carousel-caption h1 {
    margin: 0 0 14vh;
    /* margin: 0 0 22vh; */
    font-size: 58px;
    font-weight: 600;
}
#mainCarousel .item:nth-child(2) .carousel-caption h1 span {
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px 20px;
    font-size: 50%;
    /* font-size: 67%; */
    line-height: 1em;
    background: var(--page-secondary-color);
    border-radius: 30px;
    font-weight: 500;
}
#mainCarousel .item:nth-child(2) .carousel-caption p {
    font-size: 22px;
    /* font-size: 42px; */
    line-height: 1.45em;
    /* font-weight: 700; */
    letter-spacing: 0;
}

#mainCarousel .item:nth-child(3) .carousel-caption {
    top: 47%;
}
#mainCarousel .item:nth-child(3) .carousel-caption p {
    font-size: 42px;
    line-height: 1.45em;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
}
#mainCarousel .item:nth-child(3) .carousel-caption p strong {
    font-weight: 700;
}
#mainCarousel .item:nth-child(3) .carousel-caption p strong span {
    font-weight: 600;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item{height:380px}
    #mainCarousel .carousel-caption{right:5%;left:5%}
    #mainCarousel .carousel-inner .item h1 img{width:200px;margin-bottom:30px}
    #mainCarousel .carousel-caption p{font-size:14px}
    #mainCarousel .item:nth-child(2) .carousel-caption h1{margin:0 0 20px;font-size:24px}
    #mainCarousel .item:nth-child(2) .carousel-caption p{font-size:15px}
    #mainCarousel .item:nth-child(2) .carousel-caption h1 span{margin-bottom:18px;padding:8px 16px}
    #mainCarousel .item:nth-child(3) .carousel-caption{top:52%}
    #mainCarousel .carousel-caption h1{margin:0 0 19px;font-size:20px}
    #mainCarousel .item:nth-child(3) .carousel-caption p{font-size:22px;line-height:1.4em}
    #mainCarousel .carousel-control{display:none}  
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}

/* 메인 추가 스타일 */
.mainPage h2 {
    margin: 0 0 60px;
    font-size: 42px;
    font-weight: 600;
    color: #111;
    text-align: center;
    line-height: 1em;
}

/* 상단 */
.mainPage #section1 {
    padding: 120px 0;
}
.mainPage .box-link {
    display: flex;
    gap: 30px;
}
.mainPage .box-link a {
    width: 100%;
    position: relative;
    display: inline-block;
}
.mainPage .box-link .w_img {
    position: relative;
    overflow: hidden;
}
.mainPage .box-link .w_img img {
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.4s;
    transform: scale(1);
}
.mainPage .box-link a:hover .w_img img {
    transform: scale(1.15);
}
.mainPage .box-link .text {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    padding: 50px;
    padding-top: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.85);
    /* background: rgba(193, 0, 15, 0.85); */
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.4s;
}
/* .mainPage .box-link > .item2 .text {
    background: rgba(0, 0, 0, 0.85);
} */
.mainPage .box-link a:hover .text {
    width: 100%;
    padding-left: 70px;
    background: rgba(0, 0, 0, .5);
    /* background: rgba(193, 0, 15, .5); */
}
/* .mainPage .box-link > .item2 a:hover .text {
    background: rgba(0, 0, 0, .5);
} */
.mainPage .box-link .text .en {
    margin-bottom: 30px;
    margin-left: 1px;
    font-size: 15px;
    letter-spacing: 2px;
}
.mainPage .box-link .text .tit {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
}
.mainPage .box-link .text ul {
    margin-top: 25px;
}
.mainPage .box-link .text ul li {
    padding-left: 12px;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 5px;
}
.mainPage .box-link .text ul li::before {
    content: '';
    top: 11px;
    left: 0;
    width: 5px;
    height: 1px;
    position: absolute;
    background: #fff;
}
.mainPage .box-link .text .view-more {
    bottom: 50px;
    left: 50px;
    position: absolute;
    padding: 13px 30px;
    font-size: 15px;
    letter-spacing: -0.05em;
    line-height: 1em;
    border: 1px solid rgba(255, 255, 255, 0.47);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.3s;
    overflow: hidden;
}
.mainPage .box-link a:hover .view-more {
    left: 70px;
    color: #000;
    opacity: 1;
    border-color: #fff;
}
.mainPage .box-link .text .view-more::before {
    content: '';
    top: 0;
    left: calc(-100% - 30px);
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    background: #fff;
    transform: skewX(-20deg);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.4s;
}
.mainPage .box-link a:hover .text .view-more::before {
    left: -10px;
}
.mainPage .box-link .text .view-more span {
    position: relative;
}

/* 하단 */
.mainPage #section2 {
    padding: 90px 0 75px;
    background: #f8f8f8;
}
.mainPage div[class^='board_box_'] .page-header {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-color: #555;
}
.mainPage div[class^='board_box_']  .type_list li {
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.mainPage div[class^='board_box_'] .type_list li:first-child {
    padding-top: 0;
}
.mainPage div[class^='board_box_'] .type_list li a:hover {
    color: var(--page-point-color);
}
.mainPage div[class^='board_box_'] .page-header h4 {
    margin: 0;
    font-size: 24px;
    color: #111;
}
.mainPage div[class^='board_box_'] .page-header .pull-right {
    margin-top: 3px;
    font-size: 19px;
    color: #555;
}
.type_list .info span.writer, .type_list .info span.hits {
    display: none;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}
.board_box_blog2 .row > div[class^="col-"] {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
.board_box_blog2 .inner .top a .thumb {
    height: 172px;
    transition: all 0.3s ease;
}
.board_box_blog2 .inner:hover .top a .thumb {
    transform: scale(1.1);
}
.board_box_blog2 .inner .bottom {
    padding: 11px 12px 9px;
    background: #fff;
}
.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
    padding: 0;
}
.board_box_blog2 .inner .bottom .title a {
    font-size: 15px;
}
.board_box_blog2 .inner:hover .bottom .title a {
    color: var(--page-point-color);
}
.board_box_blog2 .inner .bottom .info {
    display: none;
}


/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 310px;
    /* height: 220px; */
    position: relative;
    color: #fff;
    background: #333 url('/public/img/sub/bg_subTop2.jpg') no-repeat center / cover;
    z-index: -1;
}
.subPage > .pageTop::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: #000;
  opacity: 0.4;
}
.subPage > .pageTop .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .inner {
    top: 58%;
    /* top: 50%; */
    left: 50%;
    width: 100%;
    position: absolute;
    padding: 0 15px;
    transform: translate(-50%,-50%);
    text-align: center;
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
}
.subPage > .pageTop h1 {
    margin-top: 40px;
}
/* Breadcrumb */
.subPage .breadcrumb {
    bottom: 15px;
    /* top: 15px; */
    right: 30px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    background-color: transparent;
}
.subPage .breadcrumb .current {
    font-weight: 400;
}
.subPage .breadcrumb > li+li:before {
    content: '\f054';
    top: -1px;
    left: -1px;
    position: relative;
    padding: 0 6px;
    font-size: 8px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}

/* Link */
.subPage .link {
    margin-top: 55px;
}
.subPage .link ul {
    display: flex;
    justify-content: center;
}
.subPage .link ul > li {
    padding: 0 30px;
}
.subPage .link ul > li+li::before {
    content: '';
    top: 7px;
    left: 0;
    width: 1px;
    height: 15px;
    position: absolute;
    background: #d3d3d3;
}
.subPage .link ul > li > a {
    padding: 1px 0;
    font-weight: 600;
    font-size: 18px;
    color: #777;
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    background: transparent;
}
.subPage .link ul > li.active > a {
    font-weight: 600;
    color: #000;
}
.subPage .link ul > li.active > a::before {
    content: '\e86b';
    top: -19px;
    left: 43%;
    position: absolute;
    font-size: 12px;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
    transform: scale(-1);
    color: var(--page-point-color);
}
.subPage .link ul > li:not(.active) > a:hover {
    color: #000;
}

.subPage > .contents section {
    padding: 90px 0 120px;
}
.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 120px;
}
#about.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 80px;
}
.title-lv-1 {
    margin: 0 0 90px;
    font-size: 40px;
    font-weight: 700;
    color: #111;
    line-height: 1;
    text-align: center;
}
.title-lv-1 span {
    font-weight: 600;
}
#facility02 .title-lv-1 {
    margin: 0 0 100px;
    font-weight: 600;
}
.title-lv-2 {
  position: relative;
  margin: 0 0 30px;
  padding-left: 21px;
  font-size: 28px;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1;
}
.title-lv-2::before {
  content: '';
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  background: var(--page-point-color);
  box-shadow: 0 11px 0 var(--page-secondary-color);
  border-radius: 10px;
}

.list-default {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.list-default > li {
  position: relative;
}

table.tb-default {
    margin-bottom: 0;
}
table.tb-default > thead > tr > th,
table.tb-default > thead > tr > td,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
table.tb-style-1 {
    border-top: 1px solid var(--page-point-color);
    /* border-top: 1px solid var(--page-secondary-color); */
    /* border-top: 1px solid #333; */
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th,
table.tb-style-1 > tbody > tr > td {
    padding: 12px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    border-color: #ddd;
}
table.tb-style-1 > thead > tr > th {
    background: #f8f8f8;
}
table.tb-style-1 > tbody > tr > th {
    background: #f8f8f8;
}

/* ABOUT (페이지) */
.box-greet {
    display: grid;
    grid-template-columns: 350px auto;
    gap: 100px;
}
.box-greet .image {
    height: 430px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.box-greet .image img {
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
/* .box-greet img {
    border-radius: 10px;
} */
.box-greet .text {
    display: flex;
    align-items: center;
}
.box-greet .text .lg {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 300;
    color: #111;
    line-height: 1.45em;
    letter-spacing: -0.015em;
}
.box-greet .text .lg em {
    font-weight: 700;
    font-style: normal;
    color: #000;
}
.box-greet .text .lg em span {
    font-weight: 600;
}
.box-greet p {
    font-size: 17px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 300;
}
.box-greet .from {
    margin-top: 41px;
    font-size: 18px;
    text-align: right;
    color: #000;
}
.box-greet .from .name {
    padding-left: 7px;
    font-weight: 700;
}
.wrap-affl .inner {
    display: flex;
    gap: 40px;
}
.wrap-affl .tit {
    flex-basis: 200px;
    margin: 0;
    padding-top: 20px;
    font-size: 25px;
    color: #111;
    border-top: 1px solid #555;
    font-weight: 700;
}
.box-logo {
    flex-basis: calc(100% - 210px);
    display: flex;
    justify-content: center;
    gap: 15px;
}
.box-logo .w_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.box-logo .w_img img {
    max-height: 75px;
}
.wrap-location .map {
    text-align: center;
}
.map iframe {
    border-radius: 10px;
}
.wrap-location .map .addr {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}
.wrap-location .map .addr::before {
    content: '\e0c8';
    top: -1px;
    left: -25px;
    position: absolute;
    font-size: 110%;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
    color: var(--page-point-color);
}
.wrap-location .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    background: #f8f8f8;
    border-radius: 7px;
}
.wrap-location .info > .item {
    padding: 40px 45px;
}
.wrap-location .info > .item+.item {
    border-left: 1px solid #ddd;
}
.wrap-location .info ul li {
    padding-left: 80px;
    font-size: 15px;
}
.wrap-location .info ul ul li .material-symbols-outlined {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
.wrap-location .info ul li.parking {
    padding-left: 50px;
}
.wrap-location .info ul li.traffic {
    padding: 28px 0 0 12px;
}
.wrap-location .info ul li+li {
    margin-top: 10px;
}
.wrap-location .info ul li .tit {
    top: 0;
    left: 10px;
    position: absolute;
    font-weight: 700;
    font-size: 16px;
}
.wrap-location .info ul li .tit::before {
    content: '';
    top: 8px;
    left: -14px;
    width: 4px;
    height: 4px;
    position: absolute;
    display: block;
    background: #333;
    border-radius: 50%;
}
.wrap-location .info ul ul li {
    padding: 0;
    margin-top: 10px;
}
.wrap-location .info ul ul li:first-child {
  margin-top: 5px;
}
.wrap-location .info ul li .tit-sub {
    font-weight: 700;
    color: #222;
}
.wrap-location .info .right ul li .tit-sub {
    display: block;
    margin-bottom: 3px;
    padding-left: 17px;
}

.wrap-location .info ul li.operating li {
    display: grid;
    grid-template-columns: 90px auto;
    gap: 10px;
}
.wrap-location .info ul li.operating li+li {
    margin-top: 5px;
}
.wrap-location .info ul li.operating li .tit-sub {
    position: relative;
}
.wrap-location .info ul li.operating li .tit-sub::after {
    content: '';
    top: 4px;
    right: 0;
    width: 2px;
    height: 14px;
    position: absolute;
    background: #ccc;
}

.wrap-location .info ul li p {
    position: relative;
    margin: 0;
    padding: 0 0 0 13px;
}
.wrap-location .info ul li p::before {
    content: '-';
    top: 0;
    left: 0;
    position: absolute;
}

/* 시설 및 요금 공통 스타일 */
/* 상단 이미지+텍스트 */
.fac-top {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 60px;
    color: #fff;
    background: #000;
    overflow: hidden;
    border-radius: 10px;
}
.fac-top .w_img {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
}
.fac-top .w_img::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    /* opacity: 0.4; */
    opacity: 0.2;
}
.fac-top .text {
    right: 0;
    bottom: 30px;
    width: 100%;
    position: absolute;
    padding: 0 36px;
    font-size: 22px;
    text-align: right;
}
.fac-top .text .tit {
    margin: 0 0 15px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
}
.fac-top .text p {
    margin: 0;
    font-weight: 600;
    /* font-weight: 700; */
}
.fac-top .text p span {
    font-weight: 600;
}
/* 이용시간 */
.box-operating {
    display: flex;
    gap: 60px;
    position: relative;
    margin-top: 60px;
    padding: 40px 50px;
    background: #efdfcd;
    /* border: 1px solid #ddd; */
    justify-content: space-between;
    background-image: url(/public/img/sub/operating-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}
.box-inquiry+.box-operating {
    margin-top: 15px;
}
.box-operating .list-default {
    display: flex;
    align-items: center;
    gap: 20px;
}
.box-operating .tit {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    color: #333;
    margin-top: 2px;
}
.box-operating ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    font-size: 18px;
    color: #222;
}
.box-operating ul li+li {
    margin-top: 0;
}
.box-operating ul li .tit-sub {
    min-width: 90px;
    display: inline-block;
    padding: 4px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #be8d59;
    border-radius: 30px;
    font-weight: 500;
}
.box-operating ul li .closed {
    margin-left: -8px;
    font-size: 80%;
    font-weight: 400;
    color: #000;
}

.box-inquiry {
    display: flex;
    gap: 60px;
    position: relative;
    /* margin-top: 60px; */
    padding: 40px 50px;
    background: #efdfcd;
    justify-content: space-between;
    background-image: url(/public/img/sub/operating-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}
.box-inquiry .tit {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    color: #333;
    margin-top: 2px;
}
.box-inquiry .info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 15px;
    flex-direction: row-reverse;
}
.box-inquiry .tel::before {
    content: '\e61d';
    top: 0px;
    position: relative;
    margin-right: 11px;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
    color: #fff;
    background: var(--page-secondary-color);
    padding: 6px 8px 6px;
    border-radius: 500%;
}
.box-inquiry .tel {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}
.box-inquiry .tel a {
    position: relative;
    font-weight: 100;
    color: #111;
}
.box-inquiry .tel a::before {
    content: '';
    bottom: 8px;
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
    background: #000;
    transition: all ease .15s;
}
.box-inquiry .tel a:hover::before {
    width: 100%;
}
.box-inquiry .sns {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: #221815;
    font-size: 16px;
}
.box-inquiry .sns img {
    height: 22px;
    margin-top: -4px;
}

/* 층별 안내 (페이지) */
.box-floor {
    display: flex;
    align-items: flex-end;
}
.box-floor .images {
    flex-basis: 85%;
}
.box-floor .images .floor {
    width: 100% !important;
    height: 100% !important;
}
.box-floor .images .floor:not(.first) {
    display: none;
}
.box-floor .buttons {
    flex-basis: 15%;
    padding-left: 45px;
}
.box-floor .floor-text {
    font-size: 100px;
    font-weight: 700;
    color: var(--page-point-color);
    opacity: 0.1;
    text-align: center;
}
.box-floor .buttons button {
    width: 100%;
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #777;
    border-radius: 5px;
}
.box-floor .buttons button+button {
    margin-top: 3px;
}
.box-floor .buttons button.clicked {
    color: #fff;
    background: var(--page-point-color-hover);
}
.box-floor .buttons button:not(.clicked):hover,
.box-floor .buttons button:not(.clicked):focus {
    background: #ddd;
}

/* #facility01 .image-tmp {
    height: 800px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: CENTER;
    background: #f5f5f5;
}
#facility01 .image-tmp p {
    margin: 0;
    font-size: 50px;
    font-weight: 200;
    color: #ddd;
} */

.box-facility {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
    margin-top: 100px;
}
.box-facility img {
    border-radius: 7px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.box-facility .detail {
    margin-top: 25px;
}
.box-facility .detail .tit {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.box-facility .detail p {
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4;
}
/* .box-floor > .item+.item {
    margin-top: 80px;
}
.box-floor figure figcaption {
    width: 150px;
    margin: 0 auto 30px;
    padding: 8px 10px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: var(--page-secondary-color);
    border-radius: 30px;
    letter-spacing: 0;
} */

/* GNM golf (페이지) */
#facility02 .fac-top .w_img::before {
    display: none;
}
.box-space {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}
.box-space img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
.box-space .detail {
    margin-top: 30px;
}
.box-space .detail .tit {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.box-space .detail p {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: -0.01em;
}
.box-space .vse-sim {
    grid-column: span 2;
}
.box-space .vse-sim .images {
    display: flex;
    gap: 30px;
}

/* 프렌즈 스크린 (페이지) */
#facility03 #section1 {
    padding-bottom: 100px;
}
.box-f-screen {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.box-f-screen img {
    border-radius: 7px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.box-f-screen .detail {
    margin-top: 25px;
}
.box-f-screen .detail .tit {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.box-f-screen .detail p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4;
}
.box-f-screen-bottom {
    margin-top: 50px;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #eee;
    border-radius: 7px;
}
.box-f-screen-bottom p {
    margin: 0;
    font-size: 17px;
    color: #222;
}
#facility03 #section2 {
    padding-top: 0;
    /* background: #f8f8f8; */
}
.box-screen > .top {
    margin-bottom: 20px;
}
.box-screen > .top .tit {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
}
.box-screen > .top p {
    font-size: 18px;
    margin-bottom: 0;
}
.box-screen .productBox {
    position: relative;
}
.box-screen .productBox .button{list-style: none;}
.box-screen .productBox .button li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background: #000;
    font-size: 14px;
    font-weight: 500;
}
.box-screen .productBox .button li button {
    width: 100%;
    height: 100%;
    color: #fff;
    background: transparent;
    border: none;
    cursor: default;
}
/* .box-screen .productBox .button li:hover{background:#fff;}
.box-screen .productBox .button li:hover button{color:#272c30;} */
.box-screen .productBox .button .list_1{left:35.3%;top:5.1%;}
.box-screen .productBox .button .list_2{left:82.9%;top:10.4%;}
.box-screen .productBox .button .list_3{left:82.9%;top:71.9%;}
.box-screen .productBox .button .list_4{left:60.7%;top:80.7%;}
.box-screen .productBox .button .list_5{left:68.6%;top:84.9%;}
.box-screen .productBox .button .list_6{left:49.0%;top:86.0%;}
.box-screen .productBox .button .list_7{left:35.7%;top:91.7%;}
/* .box-screen .productBox .description li{position:absolute;background:#fff;padding:20px 16px;width:182px;text-align:left;letter-spacing: -0.01em;display:none;}
.box-screen .productBox .description li p{font-size:14px;line-height:23px;color:#555f67;}
.box-screen .productBox .description li .title{font-size:16px;line-height:20px;margin:0 0 12px 0;color:#272c30;}
.box-screen .productBox .description li.list_1{left:28.2%;top:9.3%;width:214px;}
.box-screen .productBox .description li.list_2{left:65.8%;top:4.7%;width:214px;}
.box-screen .productBox .description li.list_3{left:67.9%;top:65.6%;}
.box-screen .productBox .description li.list_4{left:54.8%;top:63.7%;}
.box-screen .productBox .description li.list_5{left:71.6%;top:78.5%;}
.box-screen .productBox .description li.list_6{left:43.1%;top:69.0%;}
.box-screen .productBox .description li.list_7{left:29.8%;top:74.7%;} */

.box-screen > .detail {
    margin-top: 30px;
}
.box-screen > .detail ul li .tit {
    position: relative;
    margin: 0 0 10px;
    padding-left: 27px;
    font-size: 17px;
    font-weight: 600;
}
.box-screen > .detail ul li .tit .no {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    font-size: 77%;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
    background: #000;
    border-radius: 30px;
}
.box-screen > .detail ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.box-screen > .detail ul li {
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    min-height: 182px;
    border-radius: 7px;
}
.box-screen > .detail ul li .tit {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}
.box-screen > .detail ul li p {
    margin: 0;
    font-size: 15px;
}


/* VSE 골프아카데미 (페이지) */
#facility04 section {
    padding: 100px 0;
}
.box-vse {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.box-vse img {
    border-radius: 7px;
}
.box-vse .detail {
    margin-top: 25px;
}
.box-vse .detail .tit {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.box-vse .detail p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4;
}
.box-vse+img {
    margin-top: 80px;
}
#facility04 #section2 {
    background: #f8f8f8;
}
#facility04 .sec-top {
    margin-bottom: 60px;
    text-align: center;
}
#facility04 .sec-top .sec-tit {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #111;
}
#facility04 .sec-top p {
    margin: 25px 0 0;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}
.box-voice .tag {
    margin-bottom: 40px;
    font-size: 25px;
    color: #555;
    text-align: center;
    font-weight: 500;
}


/* Slick Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    position: relative;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow::before {
    content: '';
    padding: 0 5px;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}
.slick-prev:before {content: '\f053';}
.slick-next:before {content: '\f054';}
.slick-dots {
    bottom: -50px;
}
.slick-dots li,
.slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 20px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #bd2228;
}

.slide-mode .slick-slide {
    display: grid;
    grid-template-columns: 1fr 2.3fr;
    margin: 0;
}
.slide-mode .detail {
    padding-right: 40px;
    background: #111;
    background-image: url(/public/img/sub/mode-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-mode .detail .tit {
    margin: 40px 0 30px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-left: 40px;
}
.slide-mode .detail p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    color: #fff;
    padding-left: 40px;
    margin-bottom: 0;
}
.slide-mode .slick-arrow {
    bottom: 45%;
    position: absolute;
    font-size: 40px;
    font-weight: 100;
    color: #ccc;
    z-index: 999;
}
.slide-mode .slick-arrow:hover {
    cursor: pointer;
    color: var(--page-point-color);
}
.slide-mode .slick-arrow.prev {
    left: 30px;
}
.slide-mode .slick-arrow.next {
    left: 80px;
}


/* 이용 안내 (페이지) */
.box-use {
    display: flex;
    gap: 50px;
    align-items: center;
}
.box-use > .left {
    flex-basis: 15%;
}
.box-use > .right {
    flex-basis: 85%;
}
.box-use .box+.box {
    margin-top: 15px;
}
.box-use .box-operating {
    margin-top: 0;
}
.box-use .logo {
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: #fff;
    border: 5px solid #be8d59;
    border-radius: 100%;
}
.box-use .logo .text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.box-use.use1 .box-inquiry .sns {
    margin-right: 10px;
    gap: 10px;
}
.box-use.use1 .box-inquiry .sns img {
    height: 30px;
}
.box-use.use2 .logo img {
    height: 55px;
}

/* 이용 요금 (페이지) */
.box-price+.box-price {
    margin-top: 60px;
}
.box-price+hr {
    margin: 70px 0;
    border-top: 1px dashed #ddd;
}
/* .box-price table > thead > tr:first-child th {
    padding: 15px;
    font-size: 17px;
} */
.box-price table > tbody > tr > th {
    font-weight: 600;
}
.box-price .tit {
    position: relative;
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.box-price .tb-notice {
    margin: -40px 0 18px;
    font-weight: 600;
    color: #be8d59;
    text-align: right;
}
.box-price .tb-bottom {
    margin-top: 10px;
    font-weight: 600;
    text-align: right;
}

/* 8월 요금 */
.box-price.agust .table-responsive+.table-responsive {
    margin-top: 30px;
}
.box-price.agust .discount {
    margin: -25px 0 30px;
    font-size: 36px;
    font-weight: 600;
    color: #d94925;
    line-height: 1.15em;
    text-align: center;
}
.box-price.agust .discount .top {
    font-size: 75%;
    font-weight: 500;
}
.box-price.agust .discount .color {
    color: #12887a;
}
.box-price.agust td.price {
    font-size: 17px;
    font-weight: 600;
    color: #d94925;
}
.box-price.agust td.price s {
    display: block;
    font-size: 90%;
    font-style: italic;
    color: #333;
}
.box-price.agust .sm {
    font-size: 90%;
    color: #555;
}

/* .box-price.box1 table > tbody > tr > th,
.box-price.box1 table > tbody > tr > td {
    width: 50%;
}
.box-price.box1 .event {
    margin-top: 10px;
    font-weight: 600;
    color: #be8d59;
    text-align: right;
}
.box-price.box2 .tb-bottom {
    margin-top: 10px;
    font-weight: 600;
    text-align: right;
}
.box-price.box5 table > tbody > tr > th,
.box-price.box5 table > tbody > tr > td {
    width: 20%;
}
.box-price.box6 table > tbody > tr > th,
.box-price.box6 table > tbody > tr > td {
    width: 50%;
} */
/* .box-membership {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.box-membership > .item {
    padding: 40px 30px 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: 3px solid #333;
    border-bottom: 1px solid #333;
}
.box-membership .tit {
    margin: 0;
    padding: 0 0 10px;
    font-size: 22px;
    color: #000;
    line-height: 1em;
    font-weight: 700;
}
.box-membership .en {
    font-size: 18px;
    font-weight: 400;
    color: #c6935b;
}
.box-membership ul {
    min-height: 241px;
    margin-top: 30px;
}
.box-membership ul > li {
    font-weight: 500;
    color: #111;
    background: #fafafa;
    padding: 7px;
    font-size: 15px;
}
.box-membership ul > li+li {
    margin-top: 4px;
}
.box-membership ul > li::before {
    content: '';
    top: 8px;
    left: 3px;
    width: 5px;
    height: 5px;
    position: absolute;
    display: block;
    border-radius: 50%;
}
.box-membership .price {
    margin: 22px 0 27px;
    font-size: 23px;
    font-weight: 700;
    color: #000;
}
.box-membership .btn-contact {
    width: 150px;
    padding: 10px;
    color: #fff;
    background: #c6935b;
    font-size: 15px;
    letter-spacing: 0.01em;
}
.box-membership .btn-contact:hover {
    background: #a06f3a;
} */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
/* 골프 레슨 (페이지) */
.box-lesson > .item {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    position: relative;
    border-radius: 10px;
}
.box-lesson .image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.box-lesson > .item:nth-child(even) img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.box-lesson > .item+.item {
    margin-top: 30px;
}
.box-lesson > .item:nth-child(even) {
    flex-direction: row-reverse;
}
.box-lesson .image {
    flex-basis: 40%;
}
.box-lesson .detail {
    flex-basis: 60%;
    padding: 0 60px;
}
.box-lesson .detail span.material-symbols-outlined {
    position: absolute;
    left: 0;
    font-size: 27px;
    bottom: 2px;
    color: #222;
    font-weight: 600;
}
.box-lesson .detail .tit {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 700;
    color: #111;
    position: relative;
    padding-left: 34px;
}
.box-lesson .detail ul li {
    padding-left: 15px;
}
.box-lesson .detail ul li+li {
    margin-top: 4px;
}
.box-lesson .detail ul li::before {
    content: '';
    top: 8px;
    left: 3px;
    width: 4px;
    height: 4px;
    position: absolute;
    display: block;
    background: var(--page-point-color);
    border-radius: 50%;
}

/* 골프 프로 (페이지) */
.box-pro > .item {
    display: flex;
}
.box-pro > .item+.item {
    margin-top: 50px;
}
.box-pro .picture {
    flex-basis: 23%;
}
.box-pro .detail {
    flex-basis: 70%;
    padding-top: 10px;
    padding-left: 70px;
}
.box-pro .picture img {
    border-radius: 10px;
    border: 1px solid #eee;
    /* box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.1); */
}
.box-pro .detail .name {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    color: #111;
}
.box-pro .detail .name::after {
    content: '';
    left: 0;
    bottom: -1px;
    width: 30px;
    height: 2px;
    position: absolute;
    background: var(--page-point-color);
}
.box-pro .detail .agency {
    margin: 0 0 5px;
    font-weight: 700;
    color: #be8d59;
}
.box-pro .detail .name .position {
    padding-left: 15px;
    font-size: 17px;
    font-weight: 400;
}
.box-pro .detail ul li {
    padding-left: 15px;
}
.box-pro .detail ul li+li {
    margin-top: 3px;
}
.box-pro .detail ul li::before {
    content: '';
    top: 8px;
    left: 3px;
    width: 4px;
    height: 4px;
    position: absolute;
    display: block;
    background: #333;
    border-radius: 50%;
}

/* 상담문의 */
.box-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 60px;
    padding: 39px 50px;
    border: 0;
    background: #efdfcd;
    background-image: url(/public/img/sub/operating-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}
.box-contact .tit {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 2px;
    color: #333;
}
.box-contact .tel {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}
.box-contact .tel::before {
    content: '\e61d';
    top: 0px;
    position: relative;
    margin-right: 11px;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
    color: #fff;
    background: var(--page-secondary-color);
    padding: 6px 8px 6px;
    border-radius: 500%;
}
.box-contact .tel a {
    position: relative;
    font-weight: 100;
    color: #111;
}
.box-contact .tel a::before {
    content: '';
    bottom: 8px;
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
    background: #000;
    transition: all ease .15s;
}
.box-contact .tel a:hover::before {
    width: 100%;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.search_wrap {
  margin-top: 80px;
  margin-bottom: 0;
}
.board_wrapper .table.table_default {
  border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
  border-color: #e6e6e6;
  font-size: 16px;
}
.table.table_default tbody tr th.num {
    font-weight: 400;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    font-size: 15px;
    color: #777;
}
.table.table_default tr td.subject {
  position: relative;
  padding: 19px 15px;
  line-height: 1em;
}
.table.table_default thead th {
  font-weight: 600;
  color: #333;
  background: #fff;
  border-color: #ccc;
  padding: 17px;
}
.table.table_default tbody .subject .badge {
  top: 17px;
  position: absolute;
  padding: 4px 6px 2px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  background: #606060;
  border: none;
  border-radius: 4px;
  font-size: 13px;
}
.table.table_default tbody .subject a:hover {
  text-decoration: underline;
}
.table.table_default tbody .subject span>.badge+a {
  padding-left: 65px;
}

.board_data_view {
  border-top: 2px solid #333;
  border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
.board_data_view .header_wrap .title {
  padding: 45px 5px 42px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  border-bottom: 1px solid #eee;
  color: #333;
  letter-spacing: -0.02em;
}
.board_data_view .header_wrap .info {
  margin: 0;
  padding: 11px 5px 11px;
}

/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
  color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
  border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
  color: var(--page-point-color);
}

.board_wrapper .text-center {
  margin-bottom: 0;
}

#reply_list span {
  font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  padding: 12px;
  font-size: 16px;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}
.board_wrapper .table.board_write_table {
  border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
  width: 220px;
  padding: 23px 25px;
  font-weight: 600;
  color: #333;
  background: #fff;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
  color: #ff0000;
}
.board_wrapper .table.board_write_table tbody tr th .sm {
  display: block;
  font-size: 90%;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
  padding: 6px 8px;
}

/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
  width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
  margin-top: 5px !important;
  font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
  font-weight: 500;
  color: var(--page-point-color);
  text-decoration: underline;
}
.form-control:not([readonly]):focus {
  border-color: #555;
}
input+#list_btn {
  display: none;
}
.board_wrapper .text-center {
  margin-bottom: 0;
}

/* 로그인 */
.login_wrapper, #find_idpw {
    background: #f5f5f5;
}
.member_wrapper {
    padding: 180px 0 120px;
}
.login_wrapper .member_wrapper,
#find_idpw .member_wrapper {
    max-width: 600px;
    margin: 200px auto 120px;
    padding: 45px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.10);
}
.login_wrapper .member_wrapper h1,
#find_idpw .member_wrapper h1 {
    padding-bottom: 0;
    border-bottom: none;
}

/* 블로그B 게시판 */
.table_blog2 .inner:hover {
    border-color: #111;
}
:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    color: #111;
}
:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: #111;
}
/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 1199px) { /* Small·Medium·Large devices */
    .main_popup_contents img{width:100%;height:auto}
}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{font-size:15px}
    p{line-height:1.4em}
    .prepare-page{min-height:auto;padding:25px 0}
    .prepare-page>.exclamation{width:70px;height:70px;padding:22px 21px;border-width:7px}    
    .prepare-page>.exclamation::before{font-size:30px}
    .prepare-page>h4{margin:14px 0 15px;font-size:20px}
    .prepare-page>p{font-size:14px;line-height:1.4em}

    .btn-top{right:15px;bottom:15px;width:34px;height:34px;padding:4px 7px}
    .btn-top .material-symbols-outlined{font-size:20px}

    .navbar-inverse .navbar-brand img{width:170px;margin-top:10px}
    .navbar-inverse .navbar-nav{display:block;margin:0 -15px !important}
    .navbar-inverse .navbar-nav > .open{background-color:#f5f5f5}
    .navbar-inverse .navbar-nav > li{float:left;width:100%}
    .navbar-inverse .navbar-nav > li > a{padding:12px 15px;font-size:16px;border-top:1px solid #eee;border-right:1px solid #eee}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{padding:15px;color:#fff !important;background:var(--page-point-color);border:var(--page-point-color);transition:padding ease .3s}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:15px;color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}
    .navbar .caret{display:block;border:none}
    .navbar .caret::after{content:'\f105';top:13px;right:20px;position:absolute;font-size:14px;font-family:'Fontawesome';transition:transform ease 0.3s}
    .navbar-inverse .navbar-nav .dropdown.open .caret::after{font-weight:300;transform:rotate(90deg)}

    .mainPage #section1{padding:15px 0}
    .mainPage .box-link{flex-direction:column;gap:15px}
    .mainPage .box-link .text{padding:30px}
    .mainPage .box-link a:hover .text{padding-left:40px}
    .mainPage .box-link .text .en{margin-bottom:15px;font-size:12px}
    .mainPage .box-link .text .tit{font-size:28px}
    .mainPage .box-link .text ul{margin-top:15px}
    .mainPage .box-link .text ul li{margin-bottom:3px;padding-left:10px;font-size:14px}
    .mainPage .box-link .text ul li::before{top:10px}
    .mainPage .box-link .text .view-more{bottom:30px;left:30px;padding:10px 25px;font-size:13px}
    .mainPage .box-link a:hover .view-more{left:40px}
    .mainPage #section2{padding:45px 0 15px}
    .mainPage h2{margin:0 0 30px;font-size:35px}
    .mainPage .wrap-board>div{padding:0}
    .mainPage div[class^='board_box_'] .page-header{margin:0 0 15px;padding-bottom:10px}
    .mainPage div[class^='board_box_'] .page-header .pull-right{margin-top:-2px;font-size:15px}
    .mainPage div[class^='board_box_'] .page-header h4{font-size:19px}
    .mainPage div[class^='board_box_'] .type_list li{padding:7px 0;font-size:14px}
    .type_list .info{font-size:13px}
    .board_box_blog2 .row>div[class^="col-"]{width:100%}
    .board_box_blog2 .row>div[class^="col-"]+div{margin-top:15px}
    .board_box_blog2 .inner .bottom .title a{font-size:14px}

    #site footer .footer-info{padding:25px 0 15px}
    #site footer .footer-info .logo img{display:none}
    #site footer .footer-info ul li{font-size:11px;margin-right:10px;line-height:16px}
    #site footer .footer-info ul li:first-child{margin:0 0 7px;font-size:13px}
    #site footer .footer-info ul li.copy{margin-top:7px;font-size:10px}
    #site footer .footer-info .box-sns{margin-top:12px}
    #site footer .footer-info .box-sns ul>li img{width:25px}

    .subPage>.pageTop{height:210px}
    .subPage>.pageTop h1,
    .subPage>.pageTop h2{font-size:32px}
    .subPage .breadcrumb{right:15px;font-size:10px}
    .subPage .breadcrumb>li+li:before{top:0;padding:0 3px}
    .subPage .link{margin-top:15px}
    .subPage .link ul{flex-wrap:wrap;margin:-2px}
    .subPage .link ul>li{flex:1 1 50%;padding:2px}
    .subPage .link ul>li+li::before{display:none}
    .subPage .link ul>li>a{padding:6px;font-size:14px;text-align:center;border:1px solid #ddd}
    .subPage .link ul>li.active>a{color:#fff;background:var(--page-point-color);border-color:var(--page-point-color)}
    .subPage .link ul>li.active>a::before{display:none}
    .subPage>.contents section{padding:60px 0 80px}
    #about.subPage>.contents .row:not(.page-title)+.row,
    .subPage>.contents .row:not(.page-title)+.row{margin-top:60px}
    .title-lv-1{margin:0 0 50px;font-size:32px}
    .title-lv-2 {
        margin: 0 0 20px;
        padding-left: 15px;
        font-size: 24px;
    }
    .title-lv-2::before {
        top: 4px;
        width: 6px;
        height: 6px;
        position: absolute;
        box-shadow: 0 10px 0 var(--page-secondary-color);
    }
    table.tb-style-1>tbody>tr>td,
    table.tb-style-1>tbody>tr>th,
    table.tb-style-1>thead>tr>th{padding:10px;font-size:14px;line-height:1.3}

    .box-greet{grid-template-columns:1fr;gap:50px}
    .box-greet .image{height:230px}
    .box-greet p{margin-bottom:12px;font-size:16px}
    .box-greet .text .lg{margin:0 0 25px;font-size:23px;line-height:1.3em}
    .box-greet .from{margin-top:31px;font-size:16px}
    .wrap-affl .inner{flex-direction:column;gap:20px}
    .wrap-affl .tit{flex-basis:auto;padding-top:17px;font-size:22px}
    .box-logo{flex-direction:column;gap:10px}
    .box-logo .w_img{min-height:87px}
    .box-logo .w_img img{max-height:55px}
    .map iframe{height:300px}
    .wrap-location .map .addr{margin-top:20px;font-size:17px}
    .wrap-location .info{grid-template-columns:1fr;margin-top:20px}
    .wrap-location .info>.item{padding:25px}
    .wrap-location .info>.item+.item{border-top:1px solid #ddd;border-left:none}
    .wrap-location .info ul li{padding:25px 0 0 12px;font-size:14px}
    .wrap-location .info ul li .tit{font-size:15px}
    .wrap-location .info ul li.parking{padding-left:12px}
    .box-floor{flex-direction:column;align-items:stretch}
    .box-floor .buttons{display:flex;flex-direction:row-reverse;gap:5px;margin-top:10px;padding-left:0}
    .box-floor .floor-text{display:none}
    .box-floor .buttons button{flex:1 1 0;width:auto;font-size:16px}
    .box-floor .buttons button+button{margin-top:0}
    .box-facility{grid-template-columns:1fr;gap:25px;margin-top:60px}
    .box-facility .detail{margin-top:20px}
    .box-facility .detail .tit{margin:0 0 10px;font-size:20px}
    .fac-top{height:120px;margin-bottom:30px}
    .fac-top .w_img{height:100%}
    .fac-top .w_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .fac-top .text{bottom:15px;padding:0 15px;font-size:15px}
    .fac-top .text .tit{margin:0 0 10px;font-size:29px}
    .fac-top .text .tit{margin:0 0 10px;font-size:29px}
    .box-space{grid-template-columns:1fr;gap:25px}
    .box-space .vse-sim{grid-column:auto}
    .box-space .detail{margin-top:20px}
    .box-space .detail .tit{margin:0 0 10px;font-size:20px}
    .box-space .detail p{font-size:15px;line-height:1.4}
    .box-operating{flex-direction:column;gap:20px;margin-top:40px;padding:25px 18px;background-position:0}
    .box-operating .tit{font-size:23px}
    .box-operating .list-default{flex-wrap:wrap;gap:7px}
    .box-operating ul li{gap:8px;font-size:16px}
    .box-operating ul li .tit-sub{min-width:85px;padding:3px 8px 1px;font-size:13px}
    .box-inquiry{flex-direction:column;gap:20px;margin-top:40px;padding:25px 18px;background-position:0}
    .box-inquiry .tit{font-size:23px}
    .box-inquiry .info{flex-direction:column;align-items:baseline;gap:10px}
    .box-inquiry .tel{font-size:22px}
    .box-inquiry .tel::before{margin-right:7px;padding:4px 6px;font-size:16px}
    .box-inquiry .tel a::before{bottom:6px}
    .box-inquiry+.box-operating{margin-top:10px}
    #facility03 #section1{padding-bottom:60px}
    .box-f-screen{grid-template-columns:1fr;gap:25px}
    .box-f-screen .detail{margin-top:20px}
    .box-f-screen .detail .tit{margin:0 0 10px;font-size:20px}
    .box-f-screen .detail p{font-size:15px}
    .box-f-screen-bottom{margin-top:30px;padding:20px 15px}
    .box-f-screen-bottom p{font-size:15px}
    .box-lesson>.item{flex-direction:column !important}
    .box-lesson>.item+.item{margin-top:25px}
    .box-lesson .image img{border-radius:10px 10px 0 0 !important}
    .box-lesson .detail{width:100%;padding:25px 15px}
    .box-lesson .detail .tit{margin:0 0 20px;padding-left:28px;font-size:20px}
    .box-lesson .detail span.material-symbols-outlined{font-size:22px}
    .box-lesson .detail ul li{padding-left:12px}
    .box-lesson .detail ul li+li{margin-top:2px}
    .box-pro>.item{flex-direction:column}
    .box-pro .picture{padding:0 45px}
    .box-pro .detail{padding:30px 0 0}
    .box-pro>.item+.item{margin-top:40px}
    .box-pro .detail .name{margin:0 0 18px;padding-bottom:15px;font-size:24px}
    .box-pro .detail .name .position{display:block;padding:10px 0 0;font-size:15px}
    .box-pro .detail ul li{padding-left:12px}
    .box-pro .detail ul li+li{margin-top:2px}
    .box-use{flex-direction:column;gap:25px}
    .box-use .logo{width:155px;height:155px;padding:20px}
    .box-use.use1 .box-inquiry .sns{margin:10px 0 0}
    .box-price+.box-price{margin-top:35px}
    /* .box-price table>thead>tr:first-child th{padding:12px;font-size:15px} */
    .box-price+hr {
        margin: 40px 0;
    }
    .box-price .tit {
        margin: 0 0 15px;
        font-size: 20px;
    }
    .box-price.agust .discount {
        margin: -15px 0 20px;
        font-size: 30px;
    }
    .box-contact{flex-direction:column;gap:15px;margin-bottom:40px;padding:25px 18px;background-position:0}
    .box-contact .tit{font-size:23px}
    .box-contact .tel{font-size:22px}
    .box-contact .tel::before{margin-right:7px;padding:4px 6px;font-size:16px}
    .box-contact .tel a::before{bottom:6px}
    .table_blog2>dd{width:100%}
    .table_blog2>dd .bottom{padding:15px 12px}
    .table_blog2>dd .bottom .title{margin-bottom:2px}
    .table_blog2>dd .bottom a{font-size:16px}
    .table_blog2>dd .bottom .info span{font-size:12px}

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:12px}
    .table.table_default tbody .subject .badge{top:9px;font-size:10px}
    .table.table_default tr td.subject a{font-size:13px}
    .table.table_default tbody .subject span > .badge + a{padding-left:54px}
    .board_data_view .header_wrap{padding:0}
    .board_data_view .header_wrap .title{padding:25px 5px 23px;font-size:20px}
    .board_data_view .header_wrap .info{padding:8px 0}
    .board_data_view .header_wrap .info span{font-size:11px}
    .board_data_view .contents_wrap{padding:40px 15px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
    .board_wrapper .table.board_write_table .files .fileInput input {width:100%;}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}
    #find_idpw .member_wrapper,
    .login_wrapper .member_wrapper{margin:80px auto 15px;padding:30px 20px}
    #find_idpw .member_wrapper h1,
    .login_wrapper .member_wrapper h1{margin:10px 0 15px;font-size:32px}

    .main_popup_contents{padding:15px}
    .main_popup_optional{font-size:13px}    
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    #mainCarousel .carousel-caption{right:10%;left:10%}
    .mainPage .box-link .text{padding:30px}
    .mainPage .box-link .text .view-more{left:30px}
    .box-operating .list-default{flex-direction:column}    
}
/************ 모바일 최적화 끝 ************/