@charset "utf-8";
html,
body {
      font-size: 16px;
}
  
  .btn_scroll {
      display: block;
      position: absolute;
      left: 50%;
      bottom: 3em;
      animation: scroll .8s infinite alternate;
      z-index: 10;
  }
  @keyframes scroll {
      0% {
          transform: translateY(0);
      }
  
      100% {
          transform: translateY(-20px);
      }
  }
  /**************************************************************/
  /**************************************************************/
  /************************* basic setting **********************/
  /**************************************************************/
  /**************************************************************/
  /* ----------------------- basic setting ---------------------*/
  /* 섹션 제목 */
  .section_wrap section {
      width: var(--web-width);
      margin: 0 auto;
      /* margin-bottom: 50px; */
      overflow: hidden;
  }
  .section_wrap section .tit {
      overflow: hidden;
      margin-top: 4rem;
      margin-bottom: 2rem;
      text-align: center;
  }
  .section_wrap section .tit h4 {
      /* float: left; */
      font-size: 1.75rem;
      line-height: 1.3em;
      font-weight: 600;
      display: inline-block;
  }
  /* 제목 옆으로 들어가는 버튼 */
  .section_wrap section .tit .viewmore {
      float: right;
      font-size: 1rem;
      font-weight: 500;
      margin-top: 16px;
  }

  /* 서브페이지 대제목 */
  .max .tit h4 {
      font-size: 2rem;
      line-height: 1.3em;
      /* margin-top: 60px; */
      margin-bottom: 2rem;
      font-weight: 500;
      text-align: center;
  }
  .max .tit h4 span {
      color: var(--sub-color-2);
      font-weight: 700;
  }
  /* 서브페이지 중제목 */
  .max .tit h5 {
      font-size: 1.5rem;
      line-height: 1.3em;
      margin-top: 50px;
      margin-bottom: 30px;
      font-weight: 500;
      text-align: center;
  }
  /* 서브페이지 소제목 */
  .max .subtit {
      display: flex;
      justify-content: center;
      align-items: center;
  }
/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/
.align_l{
    text-align: left;
}
.grey_box {
    /*border: 1px solid #ddd;*/
    padding: 2.5rem;
    overflow: hidden;
    background: #f0f0f0;
}
.grey_box a.link {
    color: #19459d;
    /*font-weight: 500;*/
}
.grey_box a i {
    font-size: 0.938rem;
}
.grey_box span.material-icons-outlined {
    vertical-align: text-bottom;
    font-size: 1.125rem;
}

.white_box {
    /*border: 1px solid #ddd;*/
    padding: 2.5rem;
    overflow: hidden;
    background: #fff;
}

.line_box_b {
    border-top: 2px solid #19459d;
    padding: 2.5rem;
    overflow: hidden;
    background: #fff;
}

.blue_box {
    padding: 1.5rem 1.875rem;
    overflow: hidden;
    background: rgba(146,153,174,0.1);
    border: 1px rgba(146,153,174,0.3) solid;
    border-radius: var(--radius-all-md);
}
.blue_box a.link {
    color: #19459d;
    font-weight: 500;
}
.blue_box span.material-icons-outlined {
    vertical-align: text-bottom;
    font-size: 1.125rem;
}

ul.squre li {
	padding: 0px 0 0 10px;
	margin: 4px 10px 4px 0;
	position: relative;
	text-align: left;
}
ul.squre li:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 8px;
	left: 0;
	background: #9e9e9e;
}
ul.circle > li {
    font-weight: 400;
    padding-left: 15px;
    margin: 1rem 0px;
    position: relative;
}
ul.circle > li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #9e9e9e;
    border-radius: 6px;
}

ul.billiard li {
	padding: 0px 0 0 12px;
	margin: 4px 10px 4px 0;
	position: relative;
	text-align: left;
}
ul.billiard li:before {
	content: '※';
	position: absolute;
	top: 0px;
	left: 0;
}
ul.line li {
	margin: 4px 0;
	position: relative;
	padding-left: 13px;
	text-indent: -13px;
}
ul.line li:before {
	content: '- ';
	/*margin-right: 5px;*/
}
ul.line.half {
	display: flex;
    flex-wrap: wrap;
}
ul.line.half li {
	width: 50%;
}
ul.bu_no li {
	margin: 4px 0;
	padding-left: 18px;
	/* text-indent: -18px; */
	position: inherit;
}
ol>li {
    list-style: decimal !important;
    margin: 4px 0 4px 24px;
    padding-left: 2px;
}
ol.han>li {
    list-style: hangul !important;
    margin: 4px 0 4px 22px;
    padding-left: 22px;
}
ol.han_2>li {
    list-style: hangul !important;
    margin: 4px 0 4px 22px;
    padding-left: 2px;
}
li.line {
    margin: 4px 0;
    position: relative;
    padding-left: 33px;
    text-indent: -33px;
    position: relative;
}

li.line:before {
	content: '- ';
	position: absolute;
	top: 0px;
	left: 0;
}

.num-a > li{position:relative; padding-left:18px;margin: 4px 0;}
.num-a > li:before{position:absolute; left:0; top:0; display:block;}
.num-a > li.a1:before, .num-a > li:nth-of-type(1):before{content:'1. ';}
.num-a > li.a2:before, .num-a > li:nth-of-type(2):before{content:'2. ';}
.num-a > li.a3:before, .num-a > li:nth-of-type(3):before{content:'3. ';}
.num-a > li.a4:before, .num-a > li:nth-of-type(4):before{content:'4. ';}
.num-a > li.a5:before, .num-a > li:nth-of-type(5):before{content:'5. ';}
.num-a > li.a6:before, .num-a > li:nth-of-type(6):before{content:'6. ';}
.num-a > li.a7:before, .num-a > li:nth-of-type(7):before{content:'7. ';}
.num-a > li.a8:before, .num-a > li:nth-of-type(8):before{content:'8. ';}
.num-a > li.a9:before, .num-a > li:nth-of-type(9):before{content:'9. ';}
.num-a > li.a10:before, .num-a > li:nth-of-type(10):before{content:'10. ';}
.num-a > li.a11:before, .num-a > li:nth-of-type(11):before{content:'11. ';}
.num-a > li.a12:before, .num-a > li:nth-of-type(12):before{content:'12. ';}
.num-a > li.a13:before, .num-a > li:nth-of-type(13):before{content:'13. ';}
.num-a > li.a14:before, .num-a > li:nth-of-type(14):before{content:'14. ';}
.num-a > li.a15:before, .num-a > li:nth-of-type(15):before{content:'15. ';}
.num-c > li{position:relative; padding-left:18px;margin: 4px 0;}
.num-c > li:before{position:absolute; left:0; top:0; display:block;}
.num-c > li.c1:before, .num-c > li:nth-of-type(1):before{content:'① ';}
.num-c > li.c2:before, .num-c > li:nth-of-type(2):before{content:'② ';}
.num-c > li.c3:before, .num-c > li:nth-of-type(3):before{content:'③ ';}
.num-c > li.c4:before, .num-c > li:nth-of-type(4):before{content:'④ ';}
.num-c > li.c5:before, .num-c > li:nth-of-type(5):before{content:'⑤ ';}
.num-c > li.c6:before, .num-c > li:nth-of-type(6):before{content:'⑥ ';}
.num-c > li.c7:before, .num-c > li:nth-of-type(7):before{content:'⑦ ';}
.num-c > li.c8:before, .num-c > li:nth-of-type(8):before{content:'⑧ ';}
.num-c > li.c9:before, .num-c > li:nth-of-type(9):before{content:'⑨ ';}
.num-c > li.c10:before, .num-c > li:nth-of-type(10):before{content:'⑩ ';}
.num-c > li.c11:before, .num-c > li:nth-of-type(11):before{content:'⑪ ';}
.num-c > li.c12:before, .num-c > li:nth-of-type(12):before{content:'⑫ ';}
.num-c > li.c13:before, .num-c > li:nth-of-type(13):before{content:'⑬ ';}
.num-c > li.c14:before, .num-c > li:nth-of-type(14):before{content:'⑭ ';}
.num-c > li.c15:before, .num-c > li:nth-of-type(15):before{content:'⑮ ';}
.num-b > li{position:relative; padding-left:18px;margin: 4px 0;}
.num-b > li:before{position:absolute; left:0; top:0; display:block;}
.num-b > li.b1:before, .num-b > li:nth-of-type(1):before{content:'⑴ ';}
.num-b > li.b2:before, .num-b > li:nth-of-type(2):before{content:'⑵ ';}
.num-b > li.b3:before, .num-b > li:nth-of-type(3):before{content:'⑶ ';}
.num-b > li.b4:before, .num-b > li:nth-of-type(4):before{content:'⑷ ';}
.num-b > li.b5:before, .num-b > li:nth-of-type(5):before{content:'⑸ ';}
.num-b > li.b6:before, .num-b > li:nth-of-type(6):before{content:'⑹ ';}
.num-b > li.b7:before, .num-b > li:nth-of-type(7):before{content:'⑺ ';}
.num-b > li.b8:before, .num-b > li:nth-of-type(8):before{content:'⑻ ';}
.num-b > li.b9:before, .num-b > li:nth-of-type(9):before{content:'⑼ ';}
.num-b > li.b10:before, .num-b > li:nth-of-type(10):before{content:'⑽ ';}
.num-b > li.b11:before, .num-b > li:nth-of-type(11):before{content:'⑾ ';}
.num-b > li.b12:before, .num-b > li:nth-of-type(12):before{content:'⑿ ';}
.num-b > li.b13:before, .num-b > li:nth-of-type(13):before{content:'⒀ ';}
.num-b > li.b14:before, .num-b > li:nth-of-type(14):before{content:'⒁ ';}
.num-b > li.b15:before, .num-b > li:nth-of-type(15):before{content:'⒂ ';}
.num-d > li{position:relative; padding-left:18px;margin: 4px 0;}
.num-d > li:before{content:'■ ';position:absolute; left:0; top:0; display:block;}
.txt-k > li{position:relative; padding-left:18px;margin: 4px 0;}
.txt-k > li:before{position:absolute; left:0; top:0; display:block;}
.txt-k > li.k1:before, .txt-k > li:nth-of-type(1):before{content:'가. ';}
.txt-k > li.k2:before, .txt-k > li:nth-of-type(2):before{content:'나. ';}
.txt-k > li.k3:before, .txt-k > li:nth-of-type(3):before{content:'다. ';}
.txt-k > li.k4:before, .txt-k > li:nth-of-type(4):before{content:'라. ';}
.txt-k > li.k5:before, .txt-k > li:nth-of-type(5):before{content:'마. ';}
.txt-k > li.k6:before, .txt-k > li:nth-of-type(6):before{content:'바. ';}
.txt-k > li.k7:before, .txt-k > li:nth-of-type(7):before{content:'사. ';}
.txt-k > li.k8:before, .txt-k > li:nth-of-type(8):before{content:'아. ';}
.txt-k > li.k9:before, .txt-k > li:nth-of-type(9):before{content:'자. ';}
.txt-k > li.k10:before, .txt-k > li:nth-of-type(10):before{content:'차. ';}
.txt-k > li.k11:before, .txt-k > li:nth-of-type(11):before{content:'카. ';}
.txt-k > li.k12:before, .txt-k > li:nth-of-type(12):before{content:'타. ';}
.txt-k > li.k13:before, .txt-k > li:nth-of-type(13):before{content:'파. ';}
.txt-k > li.k14:before, .txt-k > li:nth-of-type(14):before{content:'하. ';}


/*-----101 클럽소개---------*/
.overview_wrap{
    display: flex;
    gap: 4rem;
    position: relative;
}
.overview_wrap .left_area{
    display: flex;
    gap: 1rem;
    flex: 0.9;
    justify-content: center;
    position: relative;
}
/* .overview_wrap .left_area::before{
    content:'';
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 80px solid var(--sub-color-2);
    left: -23%;
    top: -9%;
	z-index: -99;
} */
.overview_wrap .right_area{
    flex: 1;
    align-content: center;
}
.overview_wrap .right_area h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 105%;
    margin-bottom: 1.5rem;
    font-family: var(--sub-font);
}
.overview_wrap .right_area h3 span{
    font-family: var(--sub-font);
}
.overview_wrap .right_area p{
    font-size: var(--txt-body1);
    line-height: 150%;
}
.overview_wrap .right_area .info_wrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3.5rem;
    position: relative;
}
.overview_wrap .right_area .info_wrap::after {
    content: "DUKSHIN\A COUNTRY CLUB";
    display: block;
    white-space: pre-line;
    font-size: 42px;
    font-family: var(--sub-font);
    color: var(--gray-300);
    line-height: 86%;
    font-weight: bold;
    text-align: right;
    letter-spacing: -1px;
    margin-top: 1rem;
}
.overview_wrap .right_area .info_wrap .info_box{
    display: flex;
    padding: 0.8rem 1rem;
    background-color: #fff;
    gap: 1rem;
    align-items: center;
}
.overview_wrap .right_area .info_wrap .info_box span{
    font-weight: 600;
    font-size: var(--txt-body2);
}
.overview_wrap .right_area .info_wrap .info_box p{
    font-size: var(--txt-body2);
}
.overview_wrap .overview_bg{
    background-color: var(--gray-100);
    z-index: -9999;
    position: absolute;
    width: 100vw;
    height: 65%;
    left: 50%;
	transform: translateX(-50%);
    bottom: -50px;
}

.conts_wrap{
    border-top: 1px solid var(--gray-300);
    padding-top: 2rem;
}
.conts_wrap h2 {
    font-size: var(--txt-heading1);
    font-weight: 700;
    margin-bottom: 24px;
}

.conts_wrap .box_wrap{
    display:flex;
	gap: 1rem;
}
.conts_wrap .box_wrap .box{
	border: 1px solid var(--gray-300);
    border-top: 3px solid var(--main-color-2);
	width: 100%;
	text-align: center;
	align-content: center;
	line-height: 140%;
	padding: 1.5rem
}
.conts_wrap .box_wrap .box p{
	font-size: var(--txt-heading2);
	font-weight: 600;
}
.conts_wrap .box_wrap .box h5{
    font-size: var(--txt-title2);
	color: var(--main-color);
	margin: 8px 0 4px;
	line-height: 1.1;
}
.conts_wrap .box_wrap .box span{
	font-size: var(--txt-body1);
    color: var(--main-color);
}
.conts_wrap .box h5, .box span {
    font-variant-numeric: tabular-nums; /* 숫자 폭을 일정하게 고정 */
}

/*----201 인사말-----*/
/* .greeting_wrap .top_area{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.greeting_wrap .top_area img{
    width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
} */
.greeting_wrap .bottom_area{
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
}
.greeting_wrap .bottom_area .left_area{
    flex: 1;
}
.greeting_wrap .bottom_area .left_area h3{
    font-size: var(--txt-display3);
    font-weight: 700;
    line-height: 130%;
}
.greeting_wrap .bottom_area .left_area .txt_wrap{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 1.5rem 0 2rem;
}
.greeting_wrap .bottom_area .left_area .txt_wrap p{
    font-size: 1.0625rem;
    text-align: justify;
}
.greeting_wrap .bottom_area .left_area h5{
    font-size: var(--txt-heading2);
    font-weight: 600;
}
.greeting_wrap .bottom_area .right_area{
    flex: 1.1;
    aspect-ratio: 7 / 6;
    position: relative;
    align-content: center;
    text-align: center;
}
/* .greeting_wrap .bottom_area .right_area::after{
    content: '';
    position: absolute;
    background-color: var(--main-color-2);
    width: 300px;
    height: 300px;
    left: -4%;
    bottom: -4%;
    z-index: -1;
} */
.greeting_wrap .bottom_area .right_area img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

/*----103 오시는 길------*/
.location_wrap .location_info_wrap{
    display: flex;
    gap: 24px;
    margin-top: 3rem;
}
.location_wrap .location_info_wrap .location_info_box{
    width: 100%;
    padding: 2rem;
    text-align: center;
    justify-items: center;
    border: 1px solid var(--gray-300);
    border-top: 2px solid var(--main-color-2)
}
.location_wrap .location_info_wrap .location_info_box .location_ic{
    width: 56px;
    height: 56px;
    background: var(--sub-color-2);
    border-radius: 50%;
    align-content: center;
    margin: 0 auto;
}
.location_wrap .location_info_wrap .location_info_box .location_ic span{
    font-size: 32px;
    color: var(--main-color-2);
}
.location_wrap .location_info_wrap .location_info_box h4{
    font-size: var(--txt-heading2);
    font-weight: 700;
    margin: 1rem 0 8px;
}
.location_wrap .location_info_wrap .location_info_box p{
    font-size: var(--txt-body1);
    line-height: 140%;
    color: var(--gray-800);
}
.root_daum_roughmap .cont{
    display: none;
}

.facilities-panel {
    display: none;
}

.facilities-panel.active {
    display: block !important;
}

.prd_tablinks {
    cursor: pointer;
}


/*-------201 코스--------*/
.course_wrap .course-top-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gray-50);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.course_wrap .course-top-tabs .course-top-tab{
    flex: 1;
    text-align: center;
    font-size: var(--txt-body1);
    color: var(--gray-400);
    border: 1px solid var(--gray-200);
    border-right: 0;
    background: var(--gray-50);
    align-content: center;
    min-width: 150px;
    height: 58px;  
}
.course_wrap .course-top-tabs .course-top-tab.is-active{
    background: #fff;
    font-weight: 600;
    border-bottom: none;
    border-color: var(--gray-200);
}
.course_wrap  .course-top-tabs .course-top-tab.east.is-active {
    color: var(--main-color);
}

.course_wrap  .course-top-tabs .course-top-tab.west.is-active {
    color: var(--main-color-2);
}
.course_wrap .course_bg_wrap{
    width: 100%;
    height: 210px;
    margin-bottom: 1rem;
}
.course_wrap .course_bg_wrap .course_bg{
    background-image: url(../images/sub/course_east_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    text-align: center;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
}
.course_wrap .course_bg_wrap .course_bg h4{
    color: #fff;
    font-size: var(--txt-title3);
    line-height: 140%;
    font-weight: 400;
}
.course_wrap .course_bg_wrap .course_bg h4.tit{
    font-family: var(--sub-font);
    font-size: var(--txt-display3);
    font-style: italic;
    font-weight: 600;
}

.tab_link.hole_tab{
    margin-bottom: 2rem;
}
.tab_link.hole_tab .prd_tablinks{
    width: 75px;
}
.course_wrap .course-main .course-panel{
    display: none;
}
.course_wrap .course-main .course-panel.active{
    display: block;
}
.tab_link.hole_tab.west .prd_tablinks.active {
    color: var(--main-color-2);
    border-color: var(--main-color-2);
}
.course-main-inner{
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}
.course-main-inner .course-main-left{
    flex: 5;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.course-main-inner .course-main-left img{
    max-width: 100%;
    height: auto;
}
.course-main-inner .course-main-right{
    flex: 5;
}
.course-main-inner .course-main-right .course-chip{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--main-color);
    color: #fff;
    font-size: var(--txt-body1);
    font-weight: 600;
}
.course-main-inner.west .course-main-right .course-chip{
    background: var(--main-color-2);
}
.course-main-inner .course-main-right .course-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px dashed var(--gray-400);
    margin: 2rem 0;
}
.course-main-inner .course-main-right .course-title .course-title-left{
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: 1.0;
}
.course-main-inner .course-main-right .course-title .course-title-left .hole-num{
    font-size: 64px;
    font-weight: 500;
    color: var(--main-color);
    font-family: var(--sub-font);
}
.course-main-inner.west .course-main-right .course-title .course-title-left .hole-num{
    color: var(--main-color-2);
}
.course-main-inner .course-main-right .course-title .course-title-left .hole-label{
    font-size: var(--txt-display3);
    font-weight: 400;
    color: var(--gray-900);
    font-family: var(--sub-font);
}
.course-main-inner .course-main-right .course-title .course-title-right{
    display: flex;
    gap: 16px;
}
.course-main-inner .course-main-right .course-title .course-title-right .course-distance{
    font-size: var(--txt-heading2);
    color: var(--gray-800);
    padding-right: 16px;
    position: relative;
}
.course-main-inner .course-main-right .course-title .course-title-right .course-distance::after{
    content: "";
    width: 1px;
    height: 12px;
    background: var(--gray-300);
    right: 0;
    top: 6px;
    position: absolute;
}
.course-main-inner .course-main-right .course-title .course-title-right .course-par{
    font-size: var(--txt-title3);
    color: var(--gray-800);
    font-weight: 500;
}
.course-main-inner .course-main-right .course-title .course-title-right .course-par .course-par-label{
    margin-right: 12px;
    font-size: var(--txt-body1);
    color: var(--gray-600);
}
.course-main-inner .course-tip-box{
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 8px;
    /* background-color: var(--gray-50); */
    border: 1px solid var(--gray-200);
}
.course-main-inner .course-tip-box .course-tip-header{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
.course-main-inner .course-tip-box .course-tip-header .course-tip-icon{
    width: 18px;
    height: 18px;
    display: inline-flex;
}
.course-main-inner .course-tip-box .course-tip-header .course-tip-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.course-main-inner .course-tip-box .course-tip-header .course-tip-title{
    font-size: var(--txt-heading1);
    color: var(--gray-900);
    font-weight: 500;
    font-family: var(--sub-font);
    line-height: normal;
}
.course-main-inner .course-tip-box .course-tip-body{
    font-size: var(--txt-body2);
    color: var(--gray-800);
    line-height: 1.6;
}

span.dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 1px;
}
span.dot.black{background: #222222;}
span.dot.blue{background: #3660e9;}
span.dot.white{background: #fff; border: 1px solid var(--gray-300);}
span.dot.yellow{background: #f3d336;}
span.dot.red{background: #ea3134;}

.course-distance-section{
    border-bottom: 1px solid var(--cgray-300) !important;
}
.course-distance-table{
    width: 100%;
    border-collapse: collapse;
    font-size: var(--txt-body1);
    overflow: hidden;
}
.course-distance-table th,
.course-distance-table td {
  border-top: 1px solid var(--gray-200);
  padding: 12px 10px;
  text-align: center;
}
.course-distance-table tbody tr:nth-child(2) td,
.course-distance-table tbody tr:nth-child(2) th{
	border-top: 1px dashed var(--cgray-200);
}
.course-distance-table thead{
	background: var(--cgray-50) ;

}

.course-distance-table thead th {
  font-weight: 500;
  text-wrap-mode: nowrap;
}

.course-distance-table tbody th {
  font-weight: 500;
}
table.guide th{
    font-size: 14px;
}
table.guide td{
    font-size: 14px;
}
.guide_wrap .course_guide_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.guide_wrap .course_guide_img.bg{
    max-height: 400px;
}
.guide_wrap .course_guide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guide_wrap h3{
    font-size: var(--txt-title3);
    font-weight: 700;
    letter-spacing: -1.2px;
    position: relative;
    padding-left: 12px;
}
.guide_wrap h3.east{
    color: var(--main-color);
}
.guide_wrap h3.west{
    color: var(--main-color-2);
}
.guide_wrap h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px; 
  height: 20px;
  background: var(--gray-800);
}
.guide_wrap h3.east::before{
  background: #FF5572;
  box-shadow: 0 10px 0 0 var(--main-color); 
  height: 10px;
}
.guide_wrap h3.west::before{
  background: #7FB57E;
  box-shadow: 0 10px 0 0 var(--main-color-2); 
  height: 10px;
}
/*-------301 덕신리조트--------*/
.resort_bg{
    /* background: #F6FAF5; */
    justify-items: center;
    padding: 3rem 0;
}
.resort_wrap{
    display: flex;
    max-width: var(--web-width);
    width: 100%;
    gap: 50px;
    overflow: hidden;
    align-items: stretch;
}
.resort_wrap .resort_left{
    flex: 1.3;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-end;
}

.resort_wrap .resort_left .img_wrap{
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    max-height: 480px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
}

.resort_wrap .resort_left .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    align-self: center;
}

.resort_wrap .resort_right{
    min-width: 0;
    display: flex;
    flex-direction: column;  
    justify-content: space-between;  
    line-height: normal;
    flex: 1;
    gap: 1rem;
}
.resort_wrap .resort_right .txt_wrap h4{
    font-family: var(--sub-font);
    font-size: var(--txt-heading2);
    color: var(--main-color);
    margin-bottom: 4px;
}
.resort_wrap .resort_right .txt_wrap h3{
    font-size: var(--txt-title2);
    font-weight: 600;
    margin-bottom: 1rem;
}
.resort_wrap .resort_right .txt_wrap p{
    font-size: var(--txt-body2);
    line-height: 150%;
}

.resort_thumb_wrap {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 2px;
    scroll-behavior: smooth;
    -ms-overflow-style: none; 
    scrollbar-width: none;   
}

.resort_thumb_wrap::-webkit-scrollbar {
    display: none; 
}

.resort_thumb {
    flex: 0 0 auto;
    width: 180px;
    height: 120px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    background: transparent;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
}

.resort_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* ================================
   Hover 효과
================================ */
.resort_thumb:hover img {
    opacity: 0.9;
    transform: scale(1.03);
}

/* ================================
   Active 상태 스타일
================================ */
.resort_thumb.is-active {
    transform: scale(1.05);
}

.resort_thumb.is-active img {
    opacity: 1;
}

.resort_thumb .img_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    transition: opacity 0.4s ease;
}


.resort_notice{
    padding-top: 2rem;
    margin-top: 1rem;
    border-top: 1px solid var(--gray-300);
}
.resort_notice h2{
    font-size: var(--txt-heading1);
    font-weight: 700;
    margin-bottom: 24px;
}
ul.squre.margin_16 li{
    margin: 16px 10px 16px 0;
}

.img_slider {
    width: 100%;
    /* height: 640px; */
    height: fit-content;
    position: relative;
    overflow: hidden; 
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--gray-500) !important; 
    font-weight: 900; 
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 32px !important; 
    font-weight: 1000 !important;
}

.img_slider {
    padding: 0 50px; 
}

@media screen and (max-width: 768px) {
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 24px !important;
    }
    .img_slider {
        padding: 0 30px;
    }
}

/*--------faq---------*/
.faq_wrap .accordion{
    border-top: 1px solid var(--gray-300);
}
.faq_wrap .accordion dt{
    position: relative;
    padding: 2rem 1.5rem;
    cursor: pointer;
    border-bottom: 1px solid var(--gray-300);
    font-size: var(--txt-heading2);
    font-weight: 600;
}
.faq_wrap .accordion dt::after{
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--gray-500);
    border-top: 2px solid var(--gray-500);
    transform: translateY(-50%) rotate(135deg);
    transition: transform 0.3s ease;
}
.faq_wrap .accordion dt.active::after{
    transform: translateY(-50%) rotate(-45deg);
}
.faq_wrap .accordion dd{
    display: none;
    padding: 1.5rem;
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-300);
    line-height: 1.6;
    color: var(--gray-800);
    font-size: var(--txt-body1);
}

/*특별 서비스*/
.special_wrap .tit_box{
    border: 6px solid var(--cgray-200);
    padding: 3rem 5rem;
    max-width: fit-content;
    margin: 0 auto 3rem;
    text-align: center;
}
.special_wrap .tit_box h3 {
    font-size: var(--txt-title2);
    color: var(--cgray-700);
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    position: relative;
	display: inline-block;
	padding: 0 32px;
    margin-bottom: 8px;
}

.special_wrap .tit_box h3::before {
    content: url(../images/sub/quote.svg);
    position: absolute;
    left: 0;
    top: -26px;
    color: var(--cgray-200);
}

.special_wrap .tit_box h3::after {
    content: url(../images/sub/quote.svg);
    position: absolute;
    right: 0;
    top: -26px;
    color: var(--cgray-200);
	transform: scale(-1, 1)
}

.special_wrap .tit_box h5{
    font-size: var(--txt-title3);
    color: var(--cgray-500);
    line-height: 140%;
    font-weight: 600;
}

.special_wrap .special_mid{
    display: flex;
    gap: 100px;
    align-items: center;
}

.special_wrap .special_mid .right_area{
    
}

.special_wrap .special_mid .right_area .img_wrap{
    position: relative;
}
.special_wrap .special_mid .right_area .img_wrap::before{
    content: '';
    position: absolute;
    background: var(--cgray-100);
    width: 74vw;
    height: 216px;
    right: 0;
    bottom: -30px;
    transform: translateX(50%);
    z-index: -1;
}
.special_wrap .special_mid .right_area .txt_wrap{
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid var(--cgray-200);
    padding: 2rem;
}
.special_wrap .service_item h5{
    position: relative;
    font-size: var(--txt-body1);
    padding-left: 12px;
    font-weight: 500;
}
.special_wrap .service_item h5::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: var(--main-color);
    left: 0;
    top: 8px;
}
.special_wrap .service_item p{
    font-size: var(--txt-body2);
    color: var(--cgray-500);
    padding-left: 10px;
}
.special_wrap .special_mid .left_area .img_wrap{

}
.special_wrap .special_mid .left_area .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special_wrap .special_btm .img_wrap{
    max-height: 640px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.special_wrap .special_btm .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}