@charset "utf-8";

button {
	cursor: pointer;
}

/* inner */
.event_wrap .inner {width:750px;} /* 최소 750px */
.event_wrap .bg_01 .inner {position: relative; width:1200px; padding-top: 86px; height: 829px; box-sizing: border-box;} /* 최소 750px */
.event_wrap .bg_02 .inner { width:1200px; height: 1020px;} /* 최소 750px */

/* background */
.event_wrap .bg_01 {background:#8dbbdd url('https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/bnO_ebg_01.jpg') no-repeat 50% 0; overflow: hidden;}
.event_wrap .bg_02 {background-color:#dbedff;}
.event_wrap .bg_03 {background-color:#ffb7d3;}
.event_wrap .bg_04 {background-color:#ffb7d3;}


/* bg_01 */
.event_wrap .inner_contents {
    text-align: center;
}

/* e_motion */
.event_wrap .e_motion {
	position: absolute;
	top: 0;
	left: 0;
	animation: move 2s  forwards ease-out;
}

@keyframes move {
	0% { 
		opacity: 0;
		transform: translate(1200px, -346px) ;
	}
	100% {
		opacity: 1;
		transform: translate(440px, 62px);
	}
}



/* map  */
.event_wrap .evt_map_area { 
	/* overflow-x: scroll; */
}

.event_wrap .evt_map {
	width: 1200px;
	height: 608px;
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/world_map.png) no-repeat 0 0;
	background-size: 1200px 608px;
}

.event_wrap .img_tab {
    position: relative;
    font-size: 0;
}
.event_wrap .img_item {
    position: absolute;
    display: inline-block;
}
.event_wrap .img_item button {
    display: block;
    width: 170px;
	height: 76px;
}
.event_wrap .img_item:nth-child(1) { top: 30px; left: 500px;}
.event_wrap .img_item:nth-child(2) { top: 347px; left: 386px; }
.event_wrap .img_item:nth-child(3) { top: 442px; left: 386px; }
.event_wrap .img_item:nth-child(4) { top: 250px; left: 636px; }
.event_wrap .img_item:nth-child(5) { top: 347px; left: 636px; }
.event_wrap .img_item:nth-child(6) { top: 442px; left: 636px; }
.event_wrap .img_item:nth-child(7) { top: 250px; left: 70px; }
.event_wrap .img_item:nth-child(8) { top: 347px; left: 70px; }
.event_wrap .img_item:nth-child(9) { top: 442px; left: 70px; }
.event_wrap .img_item:nth-child(10) { top: 150px; left: 818px; }
.event_wrap .img_item:nth-child(11) { top: 250px; left: 818px; }

.event_wrap .img_item:nth-child(1) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_01_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(2) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_02_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(3) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_03_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(4) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_04_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(5) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_05_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(6) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_06_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(7) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_07_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(8) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_08_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(9) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_09_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(10) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_10_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item:nth-child(11) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_11_off.png) no-repeat 0 0;
	background-size: 170px 76px;
}


/* active */
.event_wrap .img_item.active:nth-child(1) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_01_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(2) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_02_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(3) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_03_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(4) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_04_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(5) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_05_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(6) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_06_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(7) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_07_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(8) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_08_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(9) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_09_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(10) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_10_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}
.event_wrap .img_item.active:nth-child(11) button {
	background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230717_travel/tab/tab_11_on.png) no-repeat 0 0;
	background-size: 170px 76px;
}

/* swiper */
.event_wrap .evt_swiper01 {
	width: 750px;
    height: 1450px;
	overflow: hidden;
}

.event_wrap .evt_swiper01 .swiper-slide {
	width: 750px;
    height: 1373px;
}

.event_wrap .swiper-pagination .swiper-pagination-bullet { 
	background: transparent;
	background-color: #fff;
	opacity: 1;
}
.evt_swiper01 .swiper-pagination .swiper-pagination-bullet-active {
	background: transparent;
	background-color: #ff3b88;
}


/*  */
.event_wrap .evt_book_list .list_item {
	position: relative;
}

/* btn,link */
.event_wrap .e_btn a{display: block;}
.event_wrap .eMap a{background:rgba(240, 47, 13, .5);}/*작업 완료 후 삭제*/

.event_wrap .ebtn_04 { 
	position: absolute;
	left: 32%;
    top: 26%;
    width: 41%;
    height: 37%;
}
