
.sub_club_wrap { position: relative; width: 100%; max-width:1100px; height: 100%; margin:0 auto;}

.sub_club_top {width: 100%; height: 30rem;  position: relative; margin:0 auto;}

.swiper_club.swiper-wrapper {height: 30rem;}
.swiper_club { width: 100%; height: 30rem; position: relative; left: 0; top: 0; z-index: 9; outline: none; margin: 0; padding: 0; overflow: hidden; }
.swiper_club .swiper-slide { overflow: hidden !important; }

.club_content { width: 100%; height: 100%; position: relative; z-index: 9; background-color: #000; overflow:hidden;}

.club_logo { position: absolute; right:3rem; top:3rem; z-index:10; width:100px; height:60px;}
.club_logo::after { content:''; position: absolute; width: 100%; height: 100%; top:0; left:0; right:0; margin:0 auto; background:url(../img/common/logo2.png) center no-repeat; background-size: cover; }

.club_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: scale(1.2); }
.club_img::after { content:''; position: absolute; width: 100%; height: 100%; top:0; left:0; right:0; margin:0 auto;  background: url(../sub/club/club_top_img_bg.png) center no-repeat; background-size: cover; z-index:5; }
.club_img.img01 { background: url(../sub/club/club_top_img01.jpg) center no-repeat; background-size: cover; opacity: 1; }
.club_img.img02 { background: url(../sub/club/club_top_img02.jpg) center no-repeat; background-size: cover; }
.club_img.img03 { background: url(../sub/club/club_top_img03.jpg) center no-repeat; background-size: cover; opacity: 1; }
.club_img.img04 { background: url(../sub/club/club_top_img04.jpg) center no-repeat; background-size: cover; opacity: 1; }
.club_img.img05 { background: url(../sub/club/club_top_img05.jpg) center no-repeat; background-size: cover; opacity: 1; }
.club_img.img06 { background: url(../sub/club/club_top_img06.jpg) center no-repeat; background-size: cover; opacity: 1; }

.club_txt_box { width: 100%; height: 100%; position: relative; text-align: left; display: flex; justify-content: flex-start; align-items: center; z-index: 10; }
.club_txt_box>div { width: 100%; margin-left: 4.3rem; transform: translateY(-4rem); color: #fff; position: relative; }
.club_txt_box h2 { font-size: 3.125rem; line-height: 116%; font-weight: 700; color: #fff; transform: translateX(-5rem); opacity: 0; }
.club_txt_box h2 b { font-weight: 700; }
.club_txt_box p { font-size: 1rem; line-height: 100%; margin-top: 2.5rem; transform: translateX(-5rem); opacity: 0; }

.club_an {width: 100%; height: 100%;}
.club_an.active .club_img { transform: scale(1); transition: 3.0s 0s; }
.club_an.active .club_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.club_an.active .club_txt_box p { transform: translate(0); opacity: 0.6; transition: 1.2s 0.7s; }
.club_an.active .club_txt_box h3 { transform: rotate(-5deg) translate(0); opacity: 1; transition: 1.5s 0.4s; }


.swiper_club .swiper-slide-active .club_img { transform: scale(1); transition: 3.0s 0s; }
.swiper_club .swiper-slide-active .club_txt_box h2 { transform: translate(0); opacity: 1; transition: 1.2s 0.4s; }
.swiper_club .swiper-slide-active .club_txt_box p { transform: translate(0); opacity: 0.6; transition: 1.2s 0.7s; }
.swiper_club .swiper-slide-active .club_txt_box h3 { transform: rotate(-5deg) translate(0); opacity: 1; transition: 1.5s 0.4s; }




.sub_club_tabs {width: 100%; position: absolute; bottom:0; color:#fff; z-index:11;}
.sub_club_tabs ul { width: 100%; height:4rem; display: flex; justify-content: flex-start; align-items: center; border-top:1px solid rgba(225,225,225,0.3);}
.sub_club_tabs ul li { width: 100%; height:100%; border-left:1px solid rgba(225,225,225,0.3); position: relative; overflow:hidden;}
.sub_club_tabs ul li a {font-size:0.975rem; opacity:0.3; width: 100%; height:100%; display: flex; justify-content: center; align-items: center;}
.sub_club_tabs ul li.selected a { opacity:1; /*transform: translateY(-2px); */}
.sub_club_tabs ul li:first-child {border-left:0px solid rgba(225,225,225,0.3);}
.sub_club_tabs ul li.selected {  /*border-top:5px solid rgba(225,225,225,1); */ }
.sub_club_tabs ul li:hover {/*border-top:5px solid rgba(225,225,225,1); */ }
.sub_club_tabs ul li:hover a { opacity:1;  }

.sub_club_tabs ul li::before { content:''; position: absolute; width: 100%; height: 5px; top:-6px; left:0; right:0; margin:0 auto;  background-color: #fff; }

.sub_club_tabs ul li.selected::before {  top:0;  }
.sub_club_tabs ul li:hover::before {  top:0;  }

.sub_club_bottom {width: 100%;  position: relative; margin:0 auto; margin-top:5rem;}
.sub_club_bottom_tit { text-align: left; }
.sub_club_bottom_tit.tit02 { margin-top:7rem;}


.sub_club_bottom_tit h1 {  font-family: 'copperplate'; font-size:1.7rem; opacity:0; transform: translateY(2rem); }


.sub_club_line { width: 0%; height: 1px;  position: relative;  left:0; background-color: #666666; margin-top: 0.2rem; }

.sub_club_zone { width: 100%; margin-top:4rem; }
.sub_club_zone>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 2.5rem; }

.zone_txt {text-align: left; margin-top:1.7rem;}
.zone_txt h2 { font-family: 'copperplate'; font-size:0.875rem; text-transform:uppercase; opacity:0.5; }
.zone_txt h1 {  font-size:1.45rem; font-weight: 600;}
.zone_txt p { font-size:0.915rem; margin-top:1.2rem; opacity:0.7; line-height:180%;}

.zone_box { width: 100%; max-width: 338px; opacity:0; transform: translateY(5rem); }
.zone_box img { width: 100%; max-width: 338px; }

.sub_club_bottom_tit.active h1 {opacity:1; transform: translate(0);  transition: 1s 0.3s; }
.sub_club_bottom_tit.active .sub_club_line {opacity:1;  width: 100%; transition: 2s 0.1s; }

.sub_club_zone.active .zone_box.box01 { opacity:1; transform: translate(0); transition: 1s 0.5s;}
.sub_club_zone.active .zone_box.box02 { opacity:1; transform: translate(0); transition: 1s 0.7s;}
.sub_club_zone.active .zone_box.box03 { opacity:1; transform: translate(0); transition: 1s 0.9s;}

@media all and (max-width: 1000px) { 
   
    .zone_txt p { width: 80%; }
    .zone_txt p br { display: none; } 
	.zone_box  {  max-width: 100%; }
	.zone_box img  {  max-width: 100%;  max-height:248px;}


}




.sub_club_bottom_tit2 { text-align: center; margin-bottom:3rem;}
.sub_club_bottom_tit2 h2 { font-size:2.2rem; }
.sub_club_bottom_tit2 p { font-size:0.875rem; margin-top:0.5rem; opacity:.7; }


.sub_golf_wrap { width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; opacity: 0; }


.sub_golf_wrap.active {opacity:1; transform: translate(0);  transition: 1s 0.3s; }



.club_con_box {width: 100%; position: relative;  display: flex; justify-content: space-between; align-items: flex-start;}
.club_img_box {width: 66.5%;  position: relative; height:32rem; }

/* */
.club_con01 {width: 100%; height: 34rem; position: relative; margin:0 auto; }
.club_con_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img.img01 { background: url(../sub/club/golf8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img.img02 { background: url(../sub/club/golf8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img.img03 { background: url(../sub/club/golf8_img03.jpg) center no-repeat; background-size: cover; }

.club_con02 {width: 100%; height: 34rem; position: relative; margin:0 auto; }

.club_con_img2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img2.img01 { background: url(../sub/club/golf8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img2.img02 { background: url(../sub/club/golf8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img2.img03 { background: url(../sub/club/golf8_img03.jpg) center no-repeat; background-size: cover; }

.club_con03 {width: 100%; height: 34rem; position: relative; margin:0 auto; }

.club_con_img3 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img3.img01 { background: url(../sub/club/golf8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img3.img02 { background: url(../sub/club/golf8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img3.img03 { background: url(../sub/club/golf8_img03.jpg) center no-repeat; background-size: cover; }


/**/

.club_con_img.hs_img01 { background: url(../sub/club/hs8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img.hs_img02 { background: url(../sub/club/hs8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img.hs_img03 { background: url(../sub/club/hs8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img2.hs_img01 { background: url(../sub/club/hs8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img2.hs_img02 { background: url(../sub/club/hs8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img2.hs_img03 { background: url(../sub/club/hs8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img3 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img3.hs_img01 { background: url(../sub/club/hs8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img3.hs_img02 { background: url(../sub/club/hs8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img3.hs_img03 { background: url(../sub/club/hs8_img03.jpg) center no-repeat; background-size: cover; }

/**/

.club_con_img.lib_img01 { background: url(../sub/club/lib8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img.lib_img02 { background: url(../sub/club/lib8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img.lib_img03 { background: url(../sub/club/lib8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img2.lib_img01 { background: url(../sub/club/lib8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img2.lib_img02 { background: url(../sub/club/lib8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img2.lib_img03 { background: url(../sub/club/lib8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img3 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img3.lib_img01 { background: url(../sub/club/lib8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img3.lib_img02 { background: url(../sub/club/lib8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img3.lib_img03 { background: url(../sub/club/lib8_img03.jpg) center no-repeat; background-size: cover; }

/**/

.club_con_img.gym_img01 { background: url(../sub/club/gym8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img.gym_img02 { background: url(../sub/club/gym8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img.gym_img03 { background: url(../sub/club/gym8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img2.gym_img01 { background: url(../sub/club/gym8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img2.gym_img02 { background: url(../sub/club/gym8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img2.gym_img03 { background: url(../sub/club/gym8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img3 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img3.gym_img01 { background: url(../sub/club/gym8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img3.gym_img02 { background: url(../sub/club/gym8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img3.gym_img03 { background: url(../sub/club/gym8_img03.jpg) center no-repeat; background-size: cover; }

/**/

.club_con_img.gx_img01 { background: url(../sub/club/gx8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img.gx_img02 { background: url(../sub/club/gx8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img.gx_img03 { background: url(../sub/club/gx8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img2.gx_img01 { background: url(../sub/club/gx8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img2.gx_img02 { background: url(../sub/club/gx8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img2.gx_img03 { background: url(../sub/club/gx8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img3 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img3.gx_img01 { background: url(../sub/club/gx8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img3.gx_img02 { background: url(../sub/club/gx8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img3.gx_img03 { background: url(../sub/club/gx8_img03.jpg) center no-repeat; background-size: cover; }

/**/

.club_con_img.les_img01 { background: url(../sub/club/les8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img.les_img02 { background: url(../sub/club/les8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img.les_img03 { background: url(../sub/club/les8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img2 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img2.les_img01 { background: url(../sub/club/les8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img2.les_img02 { background: url(../sub/club/les8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img2.les_img03 { background: url(../sub/club/les8_img03.jpg) center no-repeat; background-size: cover; }


.club_con_img3 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.club_con_img3.les_img01 { background: url(../sub/club/les8_img01.jpg) center no-repeat; background-size: cover; }
.club_con_img3.les_img02 { background: url(../sub/club/les8_img02.jpg) center no-repeat; background-size: cover; }
.club_con_img3.les_img03 { background: url(../sub/club/les8_img03.jpg) center no-repeat; background-size: cover; }

/**/


.club_con_bt_wrap { width:100%; height: 32px; position: relative; left: 0; right: 0px; margin:0 auto; margin-top:1rem;  z-index: 2;  display: flex; justify-content: center; }

.club_con_bt_wrap .swiper-pagination { width: 100%; height: 20px; position: absolute; left:0; right:0; bottom: 0; top: 0; margin:0 auto; z-index: 999; display: flex; justify-content: center; }
.club_con_bt_wrap .swiper-pagination .swiper-pagination-bullet { width: 100%; height: 20px; border-radius: 0; opacity: 1; background: none; position: relative; outline: none; }
.club_con_bt_wrap .swiper-pagination .swiper-pagination-bullet span { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #000; opacity: 1;
animation: bullet 5s 0s both linear; display: none; }
.club_con_bt_wrap .swiper-pagination .swiper-pagination-bullet span.stop { animation-play-state: paused; }
.club_con_bt_wrap .swiper-pagination .swiper-pagination-bullet:before { content:''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; top: 0; margin: auto; background-color: #000; opacity: 0.3; }
.club_con_bt_wrap .swiper-pagination .swiper-pagination-bullet p { font-size: 11px; line-height: 100%; color: #000; position: absolute; top: 0; left: -8px; letter-spacing: 0.5px; z-index: -1; opacity: 0; transition: 0.5s; display: none; }

.club_con_bt_wrap .swiper-pagination .swiper-pagination-bullet-active span { display: block; }
.club_con_bt_wrap .swiper-pagination .swiper-pagination-bullet-active p { left: -13px; opacity: 1; }



.club_con01-2 { width: 130px; height: 32px; position: absolute; left: 0; right:0; top: 0; bottom: 0;  margin: auto; z-index: 99;  display: flex; justify-content: center; padding:0 2rem;}
.club_con01-2 .swiper-slide { width: 32px; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.club_con01-2 .swiper-slide-thumb-active { opacity: 1; }
.club_con01-2 .swiper-slide:before { content:''; width: 5px; height: 5px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #000; z-index: 9; border-radius: 100%; opacity: 0.5; }
.club_con01-2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #000; z-index: 9; border-radius: 100%; box-sizing: border-box; }
.club_con01-2 .swiper-slide-active:before { opacity: 1; }

.club_con02-2 { width: 130px; height: 32px; position: absolute; left: 0; right:0; top: 0; bottom: 0;  margin: auto; z-index: 99;  display: flex; justify-content: center; padding:0 2rem;}
.club_con02-2 .swiper-slide { width: 32px; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.club_con02-2 .swiper-slide-thumb-active { opacity: 1; }
.club_con02-2 .swiper-slide:before { content:''; width: 5px; height: 5px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #000; z-index: 9; border-radius: 100%; opacity: 0.5; }
.club_con02-2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #000; z-index: 9; border-radius: 100%; box-sizing: border-box; }
.club_con02-2 .swiper-slide-active:before { opacity: 1; }

.club_con03-2 { width: 130px; height: 32px; position: absolute; left: 0; right:0; top: 0; bottom: 0;  margin: auto; z-index: 99;  display: flex; justify-content: center; padding:0 2rem;}
.club_con03-2 .swiper-slide { width: 32px; height: 32px; cursor: pointer; border: none; overflow: hidden; box-sizing: border-box; border-radius: 100%; }
.club_con03-2 .swiper-slide-thumb-active { opacity: 1; }
.club_con03-2 .swiper-slide:before { content:''; width: 5px; height: 5px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background-color: #000; z-index: 9; border-radius: 100%; opacity: 0.5; }
.club_con03-2 .swiper-slide-thumb-active:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #000; z-index: 9; border-radius: 100%; box-sizing: border-box; }
.club_con03-2 .swiper-slide-active:before { opacity: 1; }



.club_con_txt_box { width:28%; font-weight: 500;}
.club_con_tit h1 {font-size:1.25rem; text-align:left; margin-top:1rem; }
.club_con_txt_box.active .sub_club_line {opacity:0.3;  width: 100%; transition: 2s 0.1s; }

.club_con_list_wrap {}
.club_con_list {display: flex; justify-content: space-between; align-items: flex-srart;}
.club_con_list div { margin-top:2rem; font-size:0.855rem; line-height:150%;}
.c_gray {opacity:0.5;}


.club_con_list>div:last-child {text-align:right; }

.club_con_list.ori {flex-wrap:wrap; /*justify-content:flex-end;*/}
.club_con_list.ori>div {font-size:0.795rem; text-align:left;}


.club_con_arrow { position: absolute; width:100%; top:50%;  transform: translateY(-3.5rem);}
.club_con_arrow .swiper-button-next { width: 6rem; height: 3.7rem; margin: 0; padding: 0; top:0; right: -15%; outline: none; position: absolute; z-index: 9; }
.club_con_arrow .swiper-button-next:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/next02.png) center no-repeat;  }
.club_con_arrow .swiper-button-prev { width: 6rem; height: 3.7rem; margin: 0; padding: 0; top:0; left:-15%; top: 0; outline: none; position: absolute; z-index: 9; }
.club_con_arrow .swiper-button-prev:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/prev02.png) center no-repeat; }

.club_con_arrow .swiper-button-next2 { width: 6rem; height: 3.7rem; margin: 0; padding: 0; top:0; right: -15%; outline: none; position: absolute; z-index: 9; }
.club_con_arrow .swiper-button-next2:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/next02.png) center no-repeat;  }
.club_con_arrow .swiper-button-prev2 { width: 6rem; height: 3.7rem; margin: 0; padding: 0; top:0; left:-15%; top: 0; outline: none; position: absolute; z-index: 9; }
.club_con_arrow .swiper-button-prev2:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/prev02.png) center no-repeat; }

.club_con_arrow .swiper-button-next3 { width: 6rem; height: 3.7rem; margin: 0; padding: 0; top:0; right: -15%; outline: none; position: absolute; z-index: 9; }
.club_con_arrow .swiper-button-next3:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/next02.png) center no-repeat;  }
.club_con_arrow .swiper-button-prev3 { width: 6rem; height: 3.7rem; margin: 0; padding: 0; top:0; left:-15%; top: 0; outline: none; position: absolute; z-index: 9; }
.club_con_arrow .swiper-button-prev3:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../img/prev02.png) center no-repeat; }

.club_con_bt_wrap .swiper-wrapper {justify-content:center;} 

.club_con_bo {position: relative; width:100%; margin:0 auto; height:8rem; background: #f8f8f8; margin-top:4rem; display: flex; justify-content: center; align-items: center; opacity:0; transform: translateY(5rem);}
.club_con_bo>div {display: flex; justify-content: center; align-items: center; width:100%;}

.club_con_bo h1 {font-size:1.5rem;}
.club_con_bo_tit {position: relative; left: 0rem; padding-right: 4rem; margin-right: 4rem; }
.club_con_bo_tit::before { content:''; width: 1px; height: 2.2rem; background: #000; position: absolute; right: 0rem; opacity:0.4;}
.club_con_bo_txt {margin-right:2rem; display: flex; justify-content: center; align-items: flex-start;  gap:3.5rem;  text-align:left; font-size:0.855rem; margin-left: 0rem;}


.club_con_bo.active {opacity:1; transform: translate(0);  transition: 1s 0.3s; }


.sub_club_ori { font-size:0.875rem; position: relative; width:100%; text-align:left; margin-top:3rem; line-height:160%; }
.club_con_list div.club_noti {margin-top:0rem;}
.club_noti {}
.club_noti h2 {font-size:0.995rem; color:rgba(0,0,0,1); margin-bottom:0.5rem; }
.club_noti p {font-size:0.825rem; color:rgba(0,0,0,0.6); line-height:130%; margin-bottom:2.5rem;}


.club_con_bo.active .sub_club_line {opacity:1;  width: 100%; transition: 2s 0.1s; }

#t-container2 { width: 100%; }
ul.tabs2 li { width: 100%; color: #fff; margin-left: 1%; text-align: center; cursor: pointer; font-size: 0.875rem; height: 3rem; line-height: 3rem; border: 1px solid #b2b2b2; font-weight: 400; background: #b2b2b2; }

ul.tabs2 li.selected, ul.tabs li.selected:hover { color: #fff; background: #000; border: 1px solid #000; }	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color: #fff; }
ul.tabs2 li.active { color:#fff; background: #000; border: 1px solid #000; }
ul.tabs2 li a {font-size:1rem;}

@media all and (max-width: 1400px) { 

    .club_img_box { width: 60%; }
    .club_con_txt_box { width: 35%; }

    .club_con_bo_tit { margin-right: 2.5rem; padding-right: 2.5rem; }
    .club_con_bo_txt { gap: 2.5rem; }

}

@media all and (max-width: 1000px) { 

    /* .club_con01 { width: 100%; } */

    .club_con_bo { padding: 3rem 0; }
    .club_con_bo>div { flex-wrap: wrap; }

    .club_con_bo_tit { margin-right: 0rem; padding-right: 0rem; padding-bottom: 1.25rem; margin-bottom: 1.75rem; }
    .club_con_bo_tit::before { left: 0; margin: auto; bottom: 0; width: 2.2rem; height: 1px; }

}

@media all and (max-width: 767px) { 

.club_txt_box>div { margin-left: 3rem; }

.club_txt_box h2 {font-size:2.425rem;}
.club_logo { right:2rem; top:2rem; width:6rem; height:3.5rem;}

.sub_club_tabs {height:8.2rem; overflow:hidden;}
.sub_club_tabs ul { flex-wrap:wrap;}
.sub_club_tabs ul li { width: 33%;  }

.sub_club_tabs ul li:nth-child(4) {border-left:0;  }
.sub_club_tabs ul li:nth-child(n+4) {border-top:1px solid rgba(225,225,225,0.3);  }


.sub_club_zone>div { flex-wrap:wrap; }
.zone_box {margin-top:4rem; width:100%;}
.zone_box.box01 {margin-top:0rem;}
.zone_box>img {width:100%;}

.zone_txt p { width: 100%; }
.zone_txt p br { display: block; }

/**/


.club_con_box { flex-wrap:wrap; }
.club_img_box {width: 100%;  }
.club_con01 { height:20rem;}
.club_con02 { height:20rem;}
.club_con03 { height:20rem;}

.club_con_txt_box {width: 100%;  margin-top:4rem; }
.club_con_arrow {display:none; }

.club_con_bo>div { flex-wrap:wrap;  margin:0 3rem;}
.club_con_bo_tit { width: 100%; left:0; text-align: left;}
.club_con_bo_txt { justify-content:flex-start; flex-wrap:wrap; width: 100%; margin:2rem 0; }
.club_con_bo_txt>div { width: 100%; }
.club_con_bo_tit::before {display:none;}
.club_con_tit h1 {font-size:1.5rem;}

.club_con_list div {font-size:1rem;}

.club_con_bo { height:27rem; }

.club_noti h2 {font-size:1rem;}
.club_noti p {font-size:0.975rem;}

}

