@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 초기화 CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	color:#222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.jquery-modal.blocker {
	display:none;
}

/* 공통 CSS */
.camp_main .section_title {
	text-align: center;
}
.camp_main .section_title p {
	font-size:25px;
	font-weight:bold;
}
.camp_main .section_title h4 {
	font-size:55px;
	font-family: 'TmonMonsori';
	margin-top: 12px;
}
.camp_main .container {
	width:1180px;
	max-width:100%;
	margin: 0 auto;
	padding:100px 0 150px;
}
.relative {
	position:relative;
}
.mobi_img {
	display:none
}
.mobi_con {
	display:none;
}
 .scroll_wrap {
	overflow-x: auto;
	overflow-y: hidden;
}
.more_btn {
	background:none;
	border:none;
	font-weight:500;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
	cursor: pointer;
	color:#222;
}
.more_btn span {
	font-weight:600;
	margin-left: 3px;
	color:#cd2020;
	transition:all 0.2s;
}
/***************** 공통 CSS end ****************/

/* 마감된 캠프*/




.camp_main .summer_img  {
margin: 0 auto;
    display: block;
    margin-top: 40px;
    box-shadow: 0 0 15px #00000026;
    border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.camp_main .summer_img2  {
	cursor:pointer;
	margin-top:0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.section3 .container {
	padding-bottom:40px;
}
	.section3 .end_camp {
		position:relative;
	}
	.section3 .end_camp.la_camp:after {
		background: url(/camp/images/main/0119/rowland.png) no-repeat;
		 background-size: 70px;
	}
	.section3 .end_camp.uk_camp:after {
		background: url(/camp/images/main/0119/end2cha.png) no-repeat;
		 background-size: 70px;
	}
	.section3 .end_camp.vanco_camp:after {
		background: url(/camp/images/main/0119/coqui_chilli.png) no-repeat;
		 background-size: 140px;
		 width:140px;
		    right: 0px;
	}

	.section3 .end_camp:after {
	content: '';
    position: absolute;
	top: -15px;
    right: -15px;
    background: url(/camp/images/main/0119/end.png) no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
	}
	.section3 .end_camp .camp_img {
		filter: grayscale(90%);
	}



/* 한눈에보는 라인업 css */

.section_lineup .end_stamp {
	position:relative;
}
.section_lineup .camp_lineup_wrap table .end_camp td {
	background:#f1f1f1;
}
.section_lineup .camp_lineup_wrap tbody .end_camp td:last-child {
 	background:#f1f1f1;
}
.section_lineup .end_stamp:after {
	content:'';
	position:absolute;
	top: 7px;
    left: -38px;
    background: url(/camp/images/main/0119/line_stamp.png) no-repeat;
	background-size:55px;
	height:55px;
	width:55px;
}




.section_lineup .end_stamp.end_stamp2:after {

    background: url(/camp/images/main/0119/line_stamp2.png) no-repeat;
	background-size:55px;
}
.section_lineup .lineup_table.all_end {
	position:relative;
}
.section_lineup .lineup_table.all_end:after {
    content: '겨울캠프가 모두 마감되었습니다.  \A 여름캠프에서 다시 찾아뵙겠습니다!';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00000099;
    color: white;
	display: flex;
    align-items: center;
    justify-content: center;
	white-space: pre;
    text-align: center;
	display:none;
}




.section_lineup .camp_lineup_wrap .table_title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 2px;
	font-family: 'TmonMonsori';
    text-align: center;
}
.section_lineup .alone_icon {
width: 110px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.section_lineup .sub_table_title {
	font-size:24px;
	text-align:center;
	margin-bottom:40px;
}
.section_lineup .parents_icon {
width: 110px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.section_lineup .camp_lineup_wrap .table_title  img {
	width:120px;
}
.camp_main .section_lineup  .table_title span {
	color:#cd2020;
}
.section_lineup .camp_lineup_wrap {
	margin-top:70px;
}
.section_lineup .camp_lineup_wrap table  {
	width:100%;
}
.section_lineup .camp_lineup_wrap table td {
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
	background:white;
    border: 1px solid #dbdbdb;
}

.section_lineup .camp_lineup_wrap table thead td {
	    background: #252525;
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 70px;
}
.section_lineup .camp_lineup_wrap table tbody td {
	padding:5px;
}
.section_lineup .camp_lineup_wrap table tbody tr {
    height: 70px;
    transition: all 0.3s;
}
.section_lineup .camp_lineup_wrap2 {
    margin-top: 60px;
    border-top: 3px dashed #a7a7a7;
    padding-top: 60px;
}

.section_lineup .camp_lineup_wrap td.color_back .small_text {
	font-weight:400;
	font-size:14px;
}
.section_lineup .camp_lineup_wrap td.color_back {
    background: #cd2020;
	position:relative;
}
.section_lineup .camp_lineup_wrap td.color_back:after {
content: '';
    position: absolute;
    top: -80px;
    right: 35px;
    width: 95px;
    height: 95px;
    background: url(/camp/images/main/0119/early_coin.png) no-repeat;
    background-size: 95px;
}
.section_lineup .camp_lineup_wrap tbody td:last-child {
    background: #fff6f6;
	font-weight:bold;
}
.section_lineup .camp_lineup_wrap table {
	position:relative;
}
.section_lineup .camp_lineup_wrap table:after {

}
/* 한눈에보는 라인업 css 끝 */
.section_lineup {
	background:#ededed;
}


/**************** main slider CSS ***************/
.visual-sec .swiper {
	height:100vh
}
.visual-sec  video {     
	object-fit: cover;
	position: absolute;
	left: 50%;
	transform: translateX(-50%); 
	filter: brightness(60%);
}
.visual-sec .swiper-button-prev:after, .visual-sec .swiper-rtl .swiper-button-next:after,
.visual-sec .swiper-button-next:after, .visual-sec .swiper-rtl .swiper-button-prev:after {
	font-size: 26px;
	font-weight: bold;
	color:white;
}
.visual-sec .txt-box {
	position: absolute;
	left: 50%;
	bottom: 120px;
	box-sizing: border-box;
	transform: translate(-50%);
	z-index: 10;
	width:1180px;
}
.visual-sec .txt-box > h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  word-break: keep-all;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
	
}
.visual-sec .txt-box > p {
  color: #fff;
  margin-top: 25px;
  margin-bottom:25px;
  font-size: 30px;
  transform: translateY(20px);
  opacity: 0;
  word-break: keep-all;
  transition: 1s 0.4s;
}
.visual-sec .swiper-slide {
width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-sec .swiper-video {
	width: 100%;
    height: 100%;
    object-fit: cover; 
}
.visual-sec .swiper-slide-active .txt-box > h3,
.visual-sec .swiper-slide-active .txt-box > p {
  transform: translateY(0);
  opacity: 1;
}
.visual-sec .img-box {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main2_back {
	height:100%;
}
.visual-sec img {
  transform: scale(1.05);
  transition: 1.5s 0.1s;
  height:100vh;
  width:100vw;
}
.visual-sec .swiper-slide-active img {
  transform: scale(1.0);
}
.visual-sec .all-box {
  position: absolute;
  display: inline-flex;
     width: 1180px;
    padding: 0;
  height: 60px;
  left: 50%;
  bottom: 50px;
  box-sizing: border-box;
  transform: translate(-50%);
  z-index: 20;
}
.visual-sec .progress-box {
  position: relative;
  width: 170px;
  height: 50px;
  z-index: 11;
}
.visual-sec .autoplay-progress {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
  width: 100px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.visual-sec .video_area {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
}
.visual-sec .video_area video {
 width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-sec .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}
.visual-sec .swiper-pagination {
  display: flex;
  color: #fff;
  justify-content: space-between;
  position: static;
  text-align: left;
}
.visual-sec .arrow-box {
  position: relative;
  width: 80px;
  height: 50px;
}
.visual-sec .swiper-button-next,
.visual-sec .swiper-button-prev {
  width: 21px;
  height: 21px;
  top: 0;
  margin-top: 0;
  background: url(https://www.century21cc.co.kr/views/res/imgs/common/icon-arrow-left-fff.svg) no-repeat center / 100%;
}
.visual-sec .swiper-button-next {
  background-image: url(https://www.century21cc.co.kr/views/res/imgs/common/icon-arrow-right-fff.svg);
}
.visual-sec .swiper-button-next::after,
.visual-sec .swiper-button-prev::after {
  font-size:0;
}
/********************* main sldier CSS end  ******************/

/********************* section1 CSS  ******************/
.section1 {
	padding-top:65px;
}
.section1 .tab_con {
	width:auto;
}
.section1 .tab_box  {
	height:400px;
	margin-top:50px;
	background:white;
	box-shadow: 2px 2px 10px #00000024;
	display:flex;
	border-radius: 20px;
}
.section1 .text_box  {
	width: 370px;
	padding:30px;
	position: relative;
}
.section1 .text_box:before {
content: '';
    position: absolute;
    left: 46px;
    top: -7px;
    width: 120px;
    height: 15px;
    background: #ea222f;
    box-shadow: 2px 2px 10px #00000024;
}
.section1 .text_box  h4{
	font-size:30px;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.section1 .text_box  p {
	font-size:18px;
}
.section1 .text_box  .grow_btn {
	font-size: 18px;
	font-weight: bold;
	color: #cd2020;
	border: none;
	background: none;
	position: absolute;
	bottom: 30px;
}
.section1 .img_box {
	display: flex;
	gap:15px;
}
.section1 .tab_con .tab_indicator {
	display:none;
}
.section1 .img_wrap {
	width:177px;
	cursor:pointer;
	z-index:1;
	overflow: hidden;
	background-position: center;
	position:relative;
}
.section1 .img_wrap.img_4 {
border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.section1 .img_wrap > p {
	display:none;
}
.section1 .img_wrap img {
	transition: all 0.5s;
}
.section1 .img_wrap.img_1 img {
	position: absolute;
    right: -192%;
}
.section1 .img_wrap.img_2 img {
	position: absolute;
    right: -120%;
}
.section1 .img_wrap.img_3 img {
left: -210px;
    position: relative;
}
.section1 .img_wrap.img_4 img {
	position: absolute;
    right: -182%;
}
.section1 .img_text {
	position: absolute;
	top: 30px;
	left: 30px;
	padding-right: 30px;
	opacity:0;
	transform: translateX(80px);
	transition: all 0.4s;
}
.section1 .img_text > div {
	padding:16px;
}
.section1 .img_text.on{
	opacity:1;
	transform: translateX(0px);
}
.section1 .tab_con .tab_indicator {
	position: relative;
    width: 40px;
    margin-left: 25px;
    background: #cd2020;
    left: 0px;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    height: 4px;
    top: -3px
}
/****************** section2 ***************/
.section2 {
	background:url('/camp/images/main/0119/section2_bg.jpg') no-repeat;
	color:white;
	background-size: cover;
	background-position: 50% 0;
	background-attachment:fixed;
}
.section2 .container {
	padding:100px 0
}
.section2 .section_title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.section2 .section_title  p {
	font-size:40px;
	font-weight: 500;
}
.section2 .leaf_wrap {
	margin-top:100px;
	display: flex;
    gap: 25px;
}
.section2 .leaf_ul {
	display:flex;
	justify-content: center;
	gap: 25px;
	text-align: center;
	font-size:22px;
	font-weight:500;
}
.section2 .leaf_ul li {
	position:relative;
	background:url('/camp/images/main/0119/leaf.png') no-repeat;
	background-size:210px;
	width: 210px;
	height: 130px;
	padding-top: 36px;
}
.section2 .leaf_ul > div {
	gap:25px;
	display:flex;
}


/************************ section3  ***************************/
.section3 {
	background:#fafafa;
}
.section3 .post-slider {
	display:none;
}
.section3 .map_wrap {
	background:url('/camp/images/main/0119/map.png') no-repeat;
	background-size: 1180px;
	height:620px;
	margin-top: 30px;
	position: relative;
}
.section3 .map_wrap .red_dot {
    padding: 5px 8px 7px;
    background: #cd2020;
    border-radius: 8px;
    position: absolute;
    cursor: pointer;
    border-bottom-left-radius: 0;
	box-shadow: 2px 2px 7px #00000054;
}
.section3 .map_wrap .red_dot.coming {
	background:#919191;
	cursor:auto;
}
.section3 .map_wrap .red_dot.coming:hover .dot_detail{
	opacity:0;
	transform: translate(-50%, -15px);
	z-index: -1;
}

.section3 .map_wrap .coming_soon_text {
	    text-align: center;
    font-size: 20px;
    font-weight: bold;
	margin-top:50px
}
.section3 .map_wrap .coming_soon_text .red {
	color:#cd2020
}

.section3 .map_wrap .mouse_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: grid;
    color: #555;
    gap: 7px;
    margin-left: 65px;
}
.section3 .map_wrap .mouse_hover img {
	margin:0 auto;
	width:18px;
}

.section3 .dot_detail .detail_list .detail_flex {
    display: flex;
    gap: 5px;
}




.section3 .map_wrap .red_dot.coming:after {
filter: invert(9%) sepia(68%) saturate(0%) hue-rotate(257deg) brightness(150%) contrast(92%);
}
.section3 .map_wrap .red_dot.right {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0;
}
.section3 .map_wrap .red_dot.right:after  {
	left:auto;
	right:0;
	transform: scaleX(-1);
}
.section3 .map_wrap .red_dot.top {
	border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
}
.section3 .map_wrap .red_dot.top:after  {
	left:auto;
	right:0;
	top:-8px;
	transform: rotate(180deg);
}
.section3 .map_wrap .red_dot .dot_name  {
	font-size:14px;
	color:white;
	letter-spacing:-0.5px;
	font-weight:500;
}
.section3 .map_wrap .red_dot.right_btm {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0;
}
.section3 .map_wrap .red_dot.right_btm:after {
    left: auto;
    right: 0px;
    transform: scaleX(-1);
}
.section3 .map_wrap .red_dot:after {
	content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 11px;
    height: 12px;
    background: url(/camp/images/main/0119/red_dot.png);
}
.section3  .kr_dot {
    left: 463px;
    top: 226px;
}
.section3  .phi_dot {
    left: 453px;
    top: 316px;
}
.section3  .bru_dot {
left: 276px;
    top: 330px;
}
.section3  .viet_dot {
    left: 326px;
    top: 252px;
}
.section3  .hoch_dot {
    left: 290px;
    top: 290px
}
.section3  .clark_dot {
	    left: 393px;
    top: 296px;
}
.section3  .mal_dot {
	top: 384px;
    left: 292px;
}
.section3  .kuala_dot {
	top: 331px;
    left: 277px;
}
.section3  .guam_dot {
    top: 298px;
    left: 505px;
}
.section3  .new_dot {
bottom: 119px;
    left: 615px;
}
.section3  .aus_dot {
	    bottom: 135px;
    left: 538px;
}
.section3 .gold_dot {
	    bottom: 172px;
    left: 538px;
}
.section3  .can_dot {
	right: 145px;
    top: 163px;
}
.section3  .van_dot {
    right: 344px;
    top: 137px;
}
.section3  .bali_dot {
    left: 414px;
    top: 371px;
}
.section3 .map_dot {
	right: 344px;
    top: 172px;
}
.section3 .mel_dot {
    bottom: 76px;
    left: 435px;
}
.section3  .usa_dot {
    right: 236px;
    top: 183px;
}
.section3  .fort_dot {
    right: 216px;
    top: 287px;
}
.section3  .la_dot {
right: 320px;
    top: 260px;
}
.section3  .vc_dot {
    right: 343px;
    top: 207px;
}
.section3 .vir_dot {
    right: 215px;
    top: 221px;
}
.section3  .uk_dot {
        left: 53px;
    top: 165px;
}
.section3  .uk_school_dot {
left: 53px;
    top: 130px;
}
.section3  .dubai_dot {
    left: 235px;
    top: 271px;
}
.section3  .newjer_dot  {
    right: 120px;
    top: 207px;
}
.section3  .nhatrang_dot   {
    left: 387px;
    top: 285px;
}










.section3  .dubai_dot {
    left: 235px;
    top: 271px;
}







.section3 .felx {
	display:flex;
	gap:35px;
	justify-content: space-between;
	align-items: center;
}

.section3 .felx  .wdn {
    background: #444;
    color: white;
    font-size: 12px;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 2px;
    border-radius: 8px;
	font-weight:500;
}
.section3 .felx  p {
	font-size:18px;
	font-weight:bold;
	gap:5px;
	align-items: end;
	line-height:normal;
}
.section3 .felx  span {
	color:#cd2020;
	font-size:22px;
}
.section3 .map_wrap .dot_detail {
	display: inline-block;
	padding: 20px;
	background: white;
	border-radius: 20px;
	box-shadow: 2px 2px 10px #00000024;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%,-15px);
	cursor: auto;
	z-index:-1;
	opacity:0;
	width: max-content;
	transition: all 0.3s;
}
.section3 .map_wrap .dot_detail  .felx > img {
	width:75px;
}
.section3 .map_wrap .dot_detail:before {
	display:none;
	content: '';
	position: absolute;
	background: url(/camp/images/main/0119/dot_icon.png) no-repeat;
	width: 39px;
	height: 36px;
	bottom: -31px;
	left: 50%;
	transform: translateX(-50%);
	cursor:pointer;
}
.section3 .dot_detail .detail_list {
	display: grid;
	gap: 3px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom:10px;
}
.section3 .dot_detail .more_btn {
	float:right;
	font-size:14px;
	transition:all 0.2s;
}
.item {
	display:none;
}
.show {
  display: block;
}

/********************* section4 **********************/

/* 임재형 240315*/
.section4 .review_wrap {
	margin-top:70px;
	display:grid;
	gap:30px;
}
.section4 .review_wrap .review_ul {
	display: flex;
	gap:25px;
	position:relative;
	padding-top: 70px
}
.section4 .review_wrap .review_ul.item {
	display:none;
}
.section4 .review_wrap .review_ul.show {
	display:flex;
}
.section4 .review_wrap .review_ul .rv_con {
	flex:1;
    padding: 20px 16px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #00000014;
    transition: all 0.3s;
    min-height: 200px;
}
.section4 .review_wrap .review_ul .rv_con .flex {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:20px;
}
.section4 .review_wrap .review_ul .flex .fs18 {
	font-size:18px;
	font-weight:bold;
}
.section4 .review_wrap .review_ul .flex .date_text {
    border-radius: 100px;
    background: #333;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 16px 8px;
	display:none;
}
.section4 .more_btn {
	display: flex;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    margin-top: 20px;
}
.section4 .more_btn .red_back {
	background-color: #cd2020;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.section4 .more_btn .red_back img {
	width:20px;
	transform: rotate(180deg);
	transition:all 0.3s;
}
.section4 .review_wrap .review_ul .rv_world {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    gap: 8px;
    top: 10px;
	align-items: center;
	left: 50%;
    transform: translate(-50%);
}
.section4 .review_wrap .rv_world img {
	display: block;
    width: 55px;
    border-radius: 0;
    height: 39px;
}





























.section4 {
	overflow:hidden;
}
.section4 .tab_con {
	width: 900px;
	margin: 0 auto;
}
.section4 .text_wrap .review_detail{
	width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 9.5em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.section4 .camp_rv_ul {
	display:flex;
	text-align: center;
	box-shadow: 2px 2px 10px #00000024;
	margin-top:60px;
	height:60px;
	align-items: center;
    border-radius: 20px;
}
.section4 .camp_rv_ul {
	position: relative;
}
.section4 .camp_rv_ul li  {
	width: calc(100% / 10);
	cursor:pointer;
	color:#555;
	font-weight:500;
	display: grid;
	height: 100%;
	align-items: center;
	transition: all 0.3s;
}
.section4 .camp_rv_ul li.on {
	color: #222;
	font-weight:bold;
} 
.section4 .tab_detail {
	position:relative;
	height:425px;
	margin-top:50px;
}
.section4 .tab_detail > div {
	position:absolute;
	opacity:0;
	transform: translateX(100px);
	transition: all 0.5s;
}
.section4 .tab_detail > div.on {
	opacity:1;
	transform: translateX(0px);
	z-index:1;
}
.section4 .tab_con .tab_indicator {
	position: relative;
	width: 40px;
	margin-left: 25px;
	background: #cd2020;
	left: 0px;
	border-radius: 5px;
	transition: all 300ms ease-in-out;
	height:4px;
	top:-3px;
}
.section4 .review_text {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.section4 .review_text .review_wrap {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 20px;
}
.section4 .review_text .review_wrap .text_wrap {
	padding:20px;
}
.section4 .country_name {
	display:flex;
	justify-content: space-between;
	padding:10px 0;
}
.section4 .country_name p {
background: #ea222f;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 0 12px;
}

.section4 .country_name .more_btn {
	display:none;
}
.section4 .review_wrap img {
	display:none;
	height: 230px;
    object-fit: cover;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
/*********************** section5  **********************/
.section5  .video_wrap {
	margin-top:70px;
}
.section5  .video_wrap video{
	max-width:1180px;
	width:100%;
	border-radius: 20px;
}
.section5 , .section6{
background:#fafafa;
}
/*********************** section6  **********************/
.section6 {
	background-image:url('/camp/images/main/0119/summer.png');
	background-repeat:no-repeat;
	background-position: 50% 100%;
}
.section6 .comingsoon h4 {
	font-size:75px;
	color:#cd2020;
	font-family: 'TmonMonsori';
	text-align: center;
	padding:200px 0 150px;
}
.section6 .button_wrap {
	display: flex;
    justify-content: center;
    gap: 40px;
	text-align: center;
	margin-top:80px;
}
.section6 .button_wrap > div {
	width: 290px;
	height:215px;
	box-shadow: 0px 0px 10px #00000024;
	background:white;
	    border-radius: 20px;
}
.section6 .button_wrap  .fs30 {
	font-weight: 900;
    position: relative;
    padding-bottom: 30px;
    padding-top: 40px;
	font-size:30px;
}
.section6 .button_wrap  .fs30:after {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: -28px;
    width: 60px;
    height: 5px;
	background:#2b76e7;
}
.section6 .button_wrap  .busan_newfair .fs30:after  {
background:#00a53e;
}
.section6 .button_wrap  .fs24 {
	font-size:22px;
}
.section6 .button_wrap  .fs24 span {
	font-weight:bold;
}
.section6 .page_button {
	display:flex;
	justify-content: center;
    gap: 10px;
	width: max-content;
    margin: 0 auto;
    margin-top: 100px;
	align-items: center;
	cursor: pointer;
}
.section6 .page_button p {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    
}
.section6 .page_button .arrow_icon {
	background:#cd2020;
	width:40px;
	height:40px;
	border-radius:100px;
	display: grid;
    align-items: center;
    justify-content: center;
	transition:all 0.3s;
}
.section6 .page_button .arrow_icon img {
	    transform: rotate(90deg);
		    width: 20px;
			transition:all 0.3s;
}
.camp_main .section6 .section_title {
    background: #1f7940;
    color: white;
    padding: 20px;
}

/*********************** section7  **********************/
.section7 {
	text-align: center;
}
.section7 .all_btn{
	background:none;
	border:none;
	font-size:20px;
	font-weight:500;
	font-family: 'Noto Sans KR', sans-serif;
	cursor: pointer;
	position: relative;
	margin-top:50px;
	color:#222;
}
.section7 .all_btn .red_point {
	width: 45px;
	height: 45px;
	border-radius: 100px;
	background: #cd2020;
	display: block;
	position: absolute;
	left: -50px;
	z-index: -1;
	top: -6px;
	background-image: url(/camp/images/main/0119/right_arrow.png);
	background-repeat: no-repeat;
	background-position: 55% 50%;
	transition: all 0.3s;
}

.section7 .img_grid_wrap {
	display:grid;
	gap:10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 1180px;
	margin: 0 auto;
	margin-top:10px;
	transition: all 0.3s;
}
.section7 .img_grid_wrap .grid_img {
	background:#dbdbdb;
	height:180px;
	cursor:pointer;
	transition:all 0.3s;
	border-radius: 15px;
}
.section7 .img_grid_wrap .row_2 {
	grid-row: span 2;
	height: 370px;
}
.section7 .img_grid_wrap .rc_2 {
		grid-column: span 2;
	grid-row: span 2;
	height: 370px;
}
.section7 .img_grid_wrap .relative p {
	position:absolute;
	bottom:0;
	left:50%;
	top:50%;
	color:white;
	transform: translate(-50%,-50%);
	display: table;
	opacity:0;
	z-index:-1;
	cursor:pointer;
	transition:all 0.3s;
}
.section7 .img_grid_wrap .grid_img {
	background-size: cover;
	background-position: center;
}
.section7 .img_grid_wrap .grid_img.img_1 {
	background-image: url(/camp/images/main/0119/camp7.jpg);
	background-position:58%;
	height:100%;
}
.section7 .img_grid_wrap .grid_img.img_2 {
	background-image: url(/camp/images/main/0119/camp2.jpg);
}
.section7 .img_grid_wrap .grid_img.img_3 {
	background-image: url(/camp/images/main/0119/can_img.jpg);
}
.section7 .img_grid_wrap .grid_img.img_4 {
	background-image: url(/camp/images/main/0119/camp4.jpg);
}
.section7 .img_grid_wrap .grid_img.img_5 {
	background-image: url(/camp/images/main/0119/camp3.jpg);
}
.section7 .img_grid_wrap .grid_img.img_6 {
	background-image: url(/camp/images/main/0119/guam_img.jpg);
}
.section7 .img_grid_wrap .grid_img.img_7 {
	background-image: url(/camp/images/main/0119/sebu_img.jpg);
}
.section7 .img_grid_wrap .grid_img.img_8 {
	background-image: url(/camp/images/main/0119/camp5.jpg);
}
.section7 .img_grid_wrap .grid_img.img_9 {
	background-image: url(/camp/images/main/0119/mal_img.jpg);
}
.section7 .img_grid_wrap .grid_img.img_12 {
	background-image: url(/camp/images/main/0119/new_img.jpg);
	height:100%;
}
.section7 .img_grid_wrap .grid_img.img_15 {
	background-image: url(/camp/images/main/0119/camp1.jpg);
}
.section7 .img_grid_wrap .grid_img.img_10 {
	background-image: url(/camp/images/main/0119/uk_img.jpg);
}
.section7 .img_grid_wrap .grid_img.img_11 {
	background-image: url(/camp/images/main/0119/aus_img.jpg);
	height:100%;
}
.section7 .img_grid_wrap .grid_img.img_13 {
	background-image: url(/camp/images/main/0119/camp6.jpg);
}
.section7 .img_grid_wrap .grid_img.img_14 {
	background-image: url(/camp/images/main/0119/usa_img.jpg);
}
.section7 .popup {
	opacity:0;
	z-index:-1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
	transition:all 0.3s;
}
.section7 .popup.show {
	z-index:9999;
	opacity:1;
}
.section7 .pop__wrap {
    margin: auto;
    display: block;
	position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition:all 0.3s;
}
.section7 .popup.show .pop__wrap {
	top:50%;
}
.section7 .popup-content {
	width:100%;
	border-radius: 20px;
}
.section7 .close {
    position: absolute;
    top: -10px;
    right: -40px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.section7 .tab_con {
	width: 1100px;
	margin: 0 auto;
	margin-bottom:40px;
}
.section7 .camp_gl_ul {
	display: flex;
    text-align: center;
    box-shadow: 2px 2px 10px #00000024;
    margin-top: 60px;
    height: 60px;
    align-items: center;
	position:relative;
	border-radius: 20px;
}
.section7 .camp_gl_ul li {
    width: calc(100% / 10);
    cursor: pointer;
    color: #555;
    font-weight: 500;
    display: grid;
    height: 100%;
    align-items: center;
	transition:all 0.3s;
}
.section7 .camp_gl_ul li.on {
    color: #222;
    font-weight: bold;
}
.section7 .tab_con .tab_indicator {
	position: relative;
    width: 40px;
    margin-left: 25px;
    background: #cd2020;
    left: 0px;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    height: 4px;
    top: -3px;
}
.section7 .gl_more_btn {
    width: 900px;
    margin: 0 auto;
    margin-top: 25px;
    box-shadow: 2px 2px 10px #00000024;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
	align-items: center;
	gap:15px;
	color:#555;
	font-weight:500;
	border-radius: 20px;
}
.section7 .gl_more_btn img{
	width:16px;
	height:10px;
	transition: all 0.3s;
}
/************************* 타블렛PC 분기점 CSS *********************/
@media screen and (max-width:1200px){
.section3 .post-slider .detail_list .coming_soon_text {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #cd2020;
    padding: 30px 0px;
    font-family: 'TmonMonsori';
    letter-spacing: 0;
}
.section7 .img_grid_wrap {
	        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: auto;
   
}
	.camp_main .container,
	.visual-sec .txt-box,
	.visual-sec .all-box{
		width:100%;
	}
	/* 메인슬라이더 CSS */
	 .visual-sec .txt-box,
	 .visual-sec .all-box{
		padding-left:50px;
	 }
	 /* section1 CSS */
	.section1 .img_box {
		width:750px;
	}
	.section1 .scroll_wrap.tab_con {
		width: auto;
		margin: initial;
	}
	.section1 .tab_box {
		display: grid;
		grid-template-columns: 440px 1fr;
	 }
	.section1 .text_box {
		width:auto;
	 }
	.section1 .tab_con .tab_indicator {
		margin-left:20px;
	 }
	 .section1 .mobi_img {
		height:190px;
		object-fit: cover;
	 }
	
	/* section2 CSS */
	.section2 .leaf_wrap {
		display:grid;
	}
	.section2 .leaf_ul > .second_leaf {
		justify-content: center;
	 }
	.section2 .leaf_ul li {
		height:110px;
	 }
	 /* section3 CSS */

	/*마감된 캠프*/

	.section3 .end_camp {
		position:relative;
	}
	.section3 .end_camp.la_camp:after {
		background: url(/camp/images/main/0119/rowland.png) no-repeat;
		 background-size: 80px;
	}
	.section3 .end_camp.uk_camp:after {
		background: url(/camp/images/main/0119/end2cha.png) no-repeat;
		 background-size: 80px;
	}
	.section3 .end_camp:after {
	content: '';
    position: absolute;
    top: -30px;
    right: -20px;
    background: url(/camp/images/main/0119/end.png) no-repeat;
    background-size: 80px;
    width: 80px;
    height: 80px;
	}
	
	/* .section3 .slick-list {
	    overflow: inherit;
	}*/



	 .section3 .map_wrap {
		display:none;
		height: 375px;
		background-size:768px;
		width: 768px;
		margin: 0 auto;
	 }
	.section3  .mobi_con {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin-top:50px;
	}
	 .section3 .camp_img_wrap {
	   height:200px;
	}
	 .section3 .camp_img_wrap  img{
		height:100%;
		object-fit: cover;
	}
	 .section3 .camp_lineup {
		border:1px solid #e4e4e4;
		border-radius:20px;
	}
	.section3 .mobi_con .detail_list{
		padding: 10px 16px 16px;
		background: white;
		display:grid;
	}
	.section3 .detail_list .felx > img {
		width:75px;
	}
	.section3  .mobi_con .more_btn {
		font-size: 16px;
		padding: 5px 10px;
		border: 1px solid #dadada;
		justify-self: end;
	}
		.section3 .post-slider {
	display:block;
	margin-top:50px;
}
.section3  .post-slider .slick-initialized .slick-slide {
	margin:0 10px;
}
.section3 .camp_img_wrap img {
	width:100%;
}
.section3  .post-slider .detail_list {
	padding:10px 16px;
	background:white;
}
.section3  .line_progress {
  display: block;
   width: calc(100% - 32px);
   margin-left: 16px;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #dbdbdb;
  background-image: linear-gradient(to right, #222, #222);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
.section3  .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.section3 .post-slider .detail_list {
	display:grid;
	    border-radius: 20px;
}
.section3 .more_btn {
	    border: 1px solid #e9e9e9;
    margin-top: 15px;
    padding: 7px;
border-radius: 12px;
}
.section3 .camp_img_wrap img {
border-top-left-radius:20px;
border-top-right-radius:20px;
}
	/* section4 CSS*/
	.section4 .review_text {
		gap:15px;
	}
	.section4 .review_wrap > img {
		width: 290px;
		height: 208px;
	}
	.section4 .tab_detail > div {
		transform: translateX(0px);
		width: 900px;
		padding: 0 16px;
	}
	.section4 .tab_con {
		width:768px;
	}
	.section4 {
		overflow:inherit;
	}
	.section4 .tab_detail {
		margin:0 auto;
		padding:0 16px;
		overflow-x: auto;
		display: grid;
		justify-items: center;
		margin-top:50px;
		overflow-y:hidden;
	}
	.section5 .video_wrap video {
	    border-radius: 0;
	}
	.section7 .tab_con {
		width:768px;
	}
	.section7 .gl_more_btn {
		width:100%;
	}
}


@media screen and (max-width:950px){
	.section4 .tab_detail > div {
		left:0;
	}
	.section7 .img_grid_wrap {
		grid-template-columns: 1fr 1fr 1fr;
		width:100%;
	}
}


/* 모바일 CSS 분기점 */
@media screen and (max-width:768px){

/* 공통 */
.camp_main .section_title h4 {
	font-size:30px;
	margin-top:4px;
}
.camp_main .container {
	padding:70px 0 90px;
}
.camp_main .section3 .container {
    overflow: hidden;
}
.camp_main .section_title p {
	font-size:16px;
}

/* 메인슬라이드 CSS */
.visual-sec .txt-box > h3 {
	font-size:34px;
}
.visual-sec .txt-box, .visual-sec .all-box {
	padding-left:16px;
}
.visual-sec .txt-box > p {
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;
}
.visual-sec .txt-box {
	bottom:160px
}
.visual-sec .all-box {
	bottom:85px;
}
.main2_back img{
	height:100vh;
	width:auto;
}
/* section1 CSS */
.section1 .text_box h4 {
	font-size:20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section1 .text_box h4 span {
	color:#cd2020;
}
.section1 .text_box p {
	font-size:14px;
}
.section1 {
	padding-top:0
}
.section1 .img_box {
	width:auto;
	justify-content: center;
	gap:21px;
	height:30px;
	margin:0 auto;
}
.section1 .text_box {
	order:2;
	padding:0;
}
.section1 .scroll_wrap {
	overflow:inherit;
	width:auto;
}
.section1 .img_wrap > p {
	display:block;
	color:#aaa;
	font-size:16px;
}
.section1 .img_wrap.on  > p {
	font-weight:bold;
	color:black;
}
.section1 .tab_box {
	display:block;
	box-shadow: none;
	background: none;
	margin-top:40px;
	padding:0 16px;
	height:460px;
	overflow:hidden;
}
.section1 .img_text {
	padding:0;
	left:0px;
	top:50px;
	transform: translateX(0px);
	box-shadow: 0 0 0 1px #dbdbdb inset;
	border-radius:10px;
}
.section1 .text_box .grow_btn {
	display:none;
}
.section1 .text_box:before {
	display:none;
}
.section1 .mobi_img {
	width: 100%;
	display:block;
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.section1 .img_text > div {
	padding: 16px 16px 25px;
}
.section1 .img_wrap {
	width:auto;
}
.section1 .img_wrap img {
	display:none
}
.section1 .tab_con .tab_indicator {
	display:block;
	width:35px;

}
.section1 .scroll_wrap.tab_con {
	width:340px;
	margin: 0 auto;
}
.section1 .img_wrap.img_4 {
	    border-radius: 0;
}
/* section2 CSS */
.section2 .section_title p {
	font-size:20px;
}
.section2 .leaf_ul {
	font-size: 14px;
	gap: 8px;
}
.section2 .second_leaf {
	margin-top:15p;x
}
.section2 .leaf_ul li {
	width: 122px;
	background-size: 122px;
	height: 80px;
	padding-top: 25px;
	font-size: 13px;
}
.section2 .leaf_wrap {
	gap:0;
	margin-top: 40px;
}
.section2 .section_title {
	display:grid;
	gap:3px;
}
/* section3 CSS */
.section3 .mobi_con {
	display: flex;
    flex-wrap: nowrap;
    padding: 0 16px;
	gap:16px;
	justify-content: left;
	margin-top:40px;
	width: max-content;
	margin-bottom:10px;
}
.section3 .scroll_wrap {
	width:100%;
}
.section3 .felx {
	gap:0;
}

.section3 .detail_list .felx > img {
	width:60px;
}
.section3 .camp_img_wrap {
	height:150px;
}
.section3 .felx p {
	font-size:16px;
}
.section3 .detail_list {
	font-size:14px;
	line-height:1.5;
	padding: 10px 11px
}
.section3 .mobi_con .more_btn {
	font-size:13px;
	font-weight:500;
}
.section3 .post-slider .detail_list {
	padding:16px 10px;
	border-radius: 10px;
}
.section3 .camp_img_wrap img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.section3 .post-slider .slick-initialized .slick-slide {
	margin:0 5px;
}
.section3 .felx span {
	font-size:18px;
	white-space: nowrap;
}
.section3 .map_wrap {
	background-size: 100%;
	height: 300px;
	background-position: 50%;
}
.post-slider .slick-initialized .slick-slide {
	margin: 0 10px;
}
.section3 .felx .wdn {
	font-size:11px;
	padding: 4px 8px 6px;
}
.section3 .post-slider .slick-initialized .slick-slide.slick-center {
	box-shadow: 2px 2px 10px #00000017;
}
.section3 .post-slider .slick-initialized .slick-slide {
	transition:all 0.3s;
	transform: scale(0.9);
}
.section3 .post-slider .slick-initialized .slick-slide.slick-active {
	transform: scale(1);
}
.section3 .more_btn {
	border-radius: 8px;
}
/* section4 CSS */
.section4 .tab_detail > div {
	width:auto;
}
.section4 .review_text {
	display:grid;
}
.section4 .tab_detail {
	height:555px;
	margin-top:15px;
}
.section4 .review_text .review_wrap {
	display: flex;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #0000000d;
    border: 1px solid #e9e9e9;
}
.section4 .review_wrap {
	width:auto;
	margin-top:40px;
}
.section4 .review_wrap > img {
	width:170px;
	height: 170px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-bottom-left-radius:10px;
	border-top-left-radius: 10px;
	border:none;
}
.section4 .text_wrap .review_detail {
    height: 7.1em;
}
.section4 .review_detail {
	font-size:14px;
}
.section4 .country_name p {
	font-size:16px;
}
.section4 .camp_rv_ul {
    box-shadow: none;
	margin-top:40px;
	height:40px;
	    height: 50px;
    background: #fafafa;
	border-radius:0;
}
.section4 .camp_rv_ul li {
    color: #aaa;
	font-weight: 600;
}
.section4 .tab_con {
	width:720px;
	font-size:14px;
	margin-bottom:5px;
}
.section4 .tab_con .tab_indicator {
	width:35px;
	margin-left:20px;
}
/* seciton5 CSS*/
.section5 .video_wrap {
	margin-top:40px;
	height:auto;
}
.section5 .video_wrap video {
	height:auto;
}
/* seciton6 CSS*/
	.section6 .comingsoon h4 {
		font-size:34px;
		padding: 115px 0 90px;
	}
.section6 {
	background-image:url('/camp/images/main/0119/summer_mo.png');
	background-size:95%;
}
.section6 .button_wrap {
	display: grid;
	gap:20px;
    justify-content: normal;
	padding:0 16px;
	margin-top:50px;
}
.section6 .button_wrap > div {
	width:auto;
	display:flex;
	height: auto;
	padding: 20px;
	justify-content: center;
    gap: 30px;
	align-items: center;
}
.section6 .page_button {
    margin-top: 60px;
    margin-bottom: 90px;
}
.section6 .page_button p {
	font-size:18px;
}
.section6 .button_wrap .fs30 {
	font-size:22px;
	padding:0;
}
.section6 .button_wrap .fs30:after {
	width: 2px;
    height: 40px;
    left: auto;
    right: -30px;
    bottom: -6px;
}
.section6 .button_wrap .fs24 {
	width:200px;
	font-size:18px;
	line-height: 1.6;
}


 /* seciton7 CSS*/
 .section7 .img_grid_wrap {
     width: calc(100% - 32px);
    grid-template-columns: 1fr 1fr;
 }
.section7 .img_grid_wrap .grid_img.rc_2 {
	grid-column: auto;
	height:290px;
}

.section7 .all_btn {
	color: white;
	background: #cd2020;
	border-radius: 100px;
	padding: 8px 12px;
	position: absolute;
	right: 0px;
	font-size: 12px;
	font-weight:bold;
	top: 85px;
}
.section7 .container {
	position:relative;
}
.section7 .all_btn .red_point {
	display:none;
}
.section7 .img_grid_wrap .grid_img {
	height:140px;
	    border-radius: 8px;
}
.section7 .img_grid_wrap .row_2 .grid_img.img_1 {
	height:290px;
}
.section7 .img_grid_wrap .rc_2 .grid_img.img_1 {
	height:290px;
}
.section7 .img_grid_wrap .grid_img.row_2 {
	height:290px
}
.section7 .popup.show .pop__wrap {
	width:88%;
}
.section7 .popup .close {
	display:none;
}
.section7 .img_grid_wrap .row_2 {
	height:290px;
}
.section7 .img_grid_wrap .rc_2 {
	height: 290px;
	grid-column: span 1;
}
.section7 .tab_con {
	 width: 720px;
    font-size: 14px;
    margin-bottom: 5px;
}
.section7 .camp_gl_ul {
    box-shadow: none;
    margin-top: 40px;
    height: 40px;
    height: 50px;
    background: #fafafa;
	border-radius:0;
}
.section7 .gl_more_btn {
    width: calc(100% - 32px);
	border-radius: 10px;
}
.section7 .tab_con .tab_indicator {
	width: 35px;
    margin-left: 20px;
}
.section7 .img_grid_wrap .grid_img.img_1 {
	height:140px;
}


	/* 스크롤바 css */
.section1 .tab_box::-webkit-scrollbar,
.scroll_wrap::-webkit-scrollbar,
.section4 .tab_detail::-webkit-scrollbar {
	height:6px;
}
.section1 .tab_box::-webkit-scrollbar-thumb,
.scroll_wrap::-webkit-scrollbar-thumb,
.section4 .tab_detail::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 10px; 
}
.section1 .tab_box::-webkit-scrollbar-track,
.scroll_wrap::-webkit-scrollbar-track,
.section4 .tab_detail::-webkit-scrollbar-track{
	background: #dbdbdb;
}



.section4 .review_wrap .review_ul {
	display:grid;
	padding: 45px 16px 0;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.section4 .review_wrap .review_ul .rv_world {
	font-size:24px;
	    left: 50%;
    transform: translate(-50%);
	align-items: end;
}
.section4 .review_wrap .review_ul .flex .fs18 {
	font-size:14px
}
.section4 .review_wrap .rv_world img {
	width: 35px;
    height: 25px;
}
.section4 .review_wrap .review_ul .rv_con .flex {
	font-size:14px;
}
.section4 .review_wrap .review_ul .flex .date_text {
	font-size:12px;
	padding: 5px 9px 6px;
}
.section4 .review_wrap .review_ul  .rv_detail {
	font-size:13px;
}
.section4 .review_wrap .review_ul .rv_con {
	min-height:auto;
}
.section4 .review_wrap .review_ul.show {
	display:grid;
}
.section4 .more_btn {
	font-size:18px;
	gap:9px;
}
.section4 .more_btn .red_back img {
	width:16px;
}
.section4 .more_btn .red_back {
    width: 34px;
    height: 34px
}
.section6 .page_button .arrow_icon {
	width:34px;
	height:34px;
}
.section6 .page_button .arrow_icon img {
	width:16px;
}
.camp_main .section2 {
	    background: url('/camp/images/main/0119/section2_bg_mo.jpg') no-repeat;
    background-size: cover;
	background-attachment: fixed;
        background-position: center;
}

.section3 .post-slider .detail_list .detail_flex {
    display: flex;
    gap: 3px;
}


.jquery-modal.blocker {
	display:block;
}
#popup_main {
	display:none;
}





.section_lineup .camp_lineup_wrap {
	margin-top:0px;
}

.section_lineup .camp_lineup_wrap .table_title {
        font-size: 22px;
        letter-spacing: 0px;
}
.section_lineup .sub_table_title {
	font-size:16px;
    margin-bottom: 5px;
}

.section_lineup .alone_icon {
	width:80px;
	margin-bottom: 12px;
}
.section_lineup .parents_icon {
	width:90px;
	margin-bottom: 12px;
}
.section_lineup .camp_lineup_wrap table thead td {
	font-size:12px;
	height:40px;
}
.section_lineup .camp_lineup_wrap table td {
	font-size:12px;
}


.section_lineup .table_wrap {
    overflow: auto;
	padding: 0 16px;
	padding-top: 55px;
}
.section_lineup .camp_lineup_wrap table {
        min-width: 780px;
}
.section_lineup .camp_lineup_wrap table tbody tr {
	height:50px;
}

.section_lineup .camp_lineup_wrap table:after {
	background-size:59px;
	width: 59px;
    height: 27px;
	top: -26px;
    right: 14px;
}

.section_lineup .end_stamp:after {
        left: -17px;
    background: url(/camp/images/main/0119/line_stamp.png) no-repeat;
	background-size:33px;
	height:33px;
	width:33px;
}
.section_lineup .end_stamp.end_stamp2:after {
	background-size:33px;
}
.camp_main .summer_img  {
	width:100%;
	margin-top:20px;
}
.camp_main .summer_img2  {
	margin-top:0px;
}

.section_lineup .camp_lineup_wrap td.color_back:after {
background-size: 65px;
    width: 65px;
    height: 65px;
	top: -55px;
    right: 26px;
}

.section_lineup .camp_lineup_wrap td.color_back .small_text {
	font-size:12px;
}

.section3 .slick-list {
    overflow: inherit;
}




}
@media (hover: hover) { 
.header .menu a:hover {
  background-color: #f0f0f0;
}
.section1 .img_wrap:hover  img{
	transform: scale(1.07);
}
.section3 .map_wrap .red_dot:hover .dot_detail {
	opacity:1;
	transform: translate(-50%,0px);
	z-index:2;
}
.section7 .all_btn:hover .red_point {
	width:200px;
	background-position: 77% 50%;
}
.section7 .all_btn:hover  {
	color:white;
}
.section7 .img_grid_wrap .relative:hover  .grid_img{
	filter: brightness(0.5);
}
.section7 .img_grid_wrap .relative:hover p  {
	opacity:1;
	z-index:1;
}
.section7 .gl_more_btn:hover img {
	    margin-top: 10px;
}
.section4 .camp_rv_ul li:hover {
	color: #222;
    font-weight: bold;
}
.section7 .camp_gl_ul li:hover {
	color: #222;
    font-weight: bold;
}
.section3 .dot_detail .more_btn:hover {
	font-weight:bold;
}
.section3 .dot_detail .more_btn:hover span {
	font-weight:900;
}
.country_name .more_btn:hover,
.country_name .more_btn:hover span{
	font-weight:bold;
}
.section6 .page_button:hover .arrow_icon img {
margin-left: 8px;
}




}