@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face{
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'GmarketSansMedium'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal; 
	font-style: normal; 
}
@font-face{ 
	font-family: 'GmarketSansLight'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); 
	font-weight: normal; 
	font-style: normal; 
} 
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a,
a:visited,
a:hover{ color:#222;text-decoration:none; }
img{ border:0px;vertical-align:bottom; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

#wrap{
	width:100%;
	font-family:Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
	letter-spacing:-1px;
}

/* 모바일 환경 */
@media screen and (max-width:800px){

	.tablet,
	.pc{
		display:none;
	}
	.title_font_family{
		font-size:20px;
		font-family:GmarketSansMedium, Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
		font-weight:500;
		text-align:center;
	}
	.title_icon{
		height:30px;
		margin-top:-5px;
		margin-right:5px;
		vertical-align:middle;
	}

	/* 본문 */
	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
		margin-top:120px;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #float_wrap{
		padding-top:30px;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #float_wrap > div{
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu{
		position:relative;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		font-size:0px;
		text-align:center;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li{
		position:relative;
		display:inline-block;
		list-style:none;
		font-size:16px;
		padding:0px 10px;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a:visited{
		color:#222;
		text-decoration:none;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a:hover{
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on:visited,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on:hover{
		color:#fff;
		border-radius:10px;
		background-color:#000;
		padding:5px 10px 7px 10px;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li > div.global_menu_title{
		display:inline;
		font-weight:500;
		margin-top:25px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content{
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul{
		width:100%;
		font-size:0px;
		text-align:center;
		padding-top:20px;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li{
		display:inline-block;
		list-style:none;
		font-size:14px;
		border:1px solid #ddd;
		padding:10px 10px;
		margin-right:5px;
		margin-bottom:5px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li:hover{
		background-color:#a9dced;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a,
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a:hover,
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a:viseted{
		display:block;
		width:100%;
		height:100%;
		color:#222;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li:hover > a{
		display:block;
		width:100%;
		height:100%;
		color:#fff;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li.on{
		background-color:#a9dced;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li.on > a{
		color:#fff;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content{
	}

	/* videos */
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap{
		width:100%;
		background-color:#fff;
		padding:0px 0px;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos{
		text-align:center;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content{
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > .more{
		width:40px;
		height:40px;
		color:#fff;
		font-size:30px;
		font-weight:800;
		font-family: 'Noto Sans KR','GmarketSansBold';
		text-align:center;
		line-height:38px;
		border-radius:50%;
		background-color:#c1c1c1;
		margin:30px auto 60px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box{
		margin:auto;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li{
		position:relative;
		list-style:none;
		background-color:#a9dced;
		padding:5px 0px;
		margin-bottom:10px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li:hover::before{
		display:none;
		position:absolute;
		top:calc(50% - 39px);
		left:calc(50% - 39px);
		width:78px;
		height:78px;
		background:url(/images/icon_video_play.png);
		background-size:78px 78px;
		content:"";
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li iframe{
		width:calc(100% - 10px);
		height:540px;
	}

	/* 로딩바 */
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > #loading_bar{
		display:none;
		width:100%;
		height:50px;
		background-image:url("../images/view_loading.gif");
		background-repeat:no-repeat;
		background-position:center center;
		margin-top:60px;
	}

	/* 전시회 */
	#wrap > #body > #body_content > #gallery1_wrap{
		display:none;
		width:100%;
		background-color:#2daae1;
	}
	#wrap > #body > #body_content > #gallery1_wrap .jquery_box{
		display:none;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1{
		position:relative;
		padding:30px 0px;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content{
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1{
		padding-top:30px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li{
		position:relative;
		height:360px;
		box-sizing:border-box;
		border:1px solid #e5e5e5;
		border-radius:0px;
		background-color:#fff;
		overflow:hidden;
		margin-bottom:10px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.div_goods_list{
		height:260px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.div_goods_list a{
		display:block;
		width:100%;
		height:100%;
		box-sizing:border-box;
		border:10px solid #fff;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.first{
		color:#000;
		font-size:19px;
		font-weight:500;
		text-align:center;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		box-sizing:border-box;
		border-top:1px solid #e5e5e5;
		padding-top:10px;
		margin-top:0px;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.second{
		height:42px;
		color:#222;
		font-size:15px;
		font-weight:500;
		margin:10px 10px 0px 10px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.voice{
		position:absolute;
		top:20px;
		right:20px;
		height:25px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.voice > a{
		display:block;
		width:25px;
		height:25px;
		background:url(/images/icon_speaker2.png) no-repeat;
		background-size:25px 25px;
		background-position:center center;
		animation-duration: 1.5s;
		animation-name: voice_speaker_ani;
		animation-iteration-count: infinite;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content > .more{
		color:#fff;
		font-size:20px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content > .more a{
		color:#fff;
	}

	/* 제품소개 국내, 국외여행 */
	#wrap > #body > #body_content > ul.first{
	}
	#wrap > #body > #body_content > ul > li.product_wrap{
		list-style:none;
		background-color:#fff;
	}
	#wrap > #body > #body_content > ul > li:nth-child(odd){
		background-color:#f5f5f5 !important;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product{
		position:relative;
		padding:30px 0px 30px 0px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content{
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul{
		font-size:0px;
		text-align:left;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li{
		position:relative;
		display:inline-block;
		width:calc(50% - 10px);
		height:270px;
		box-sizing:border-box;
		border:1px solid #e5e5e5;
		border-radius:0px;
		background-color:#fff;
		margin-right:10px;
		margin-bottom:10px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.div_goods_list{
		height:200px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.div_goods_list a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.first{
		color:#000;
		font-size:15px;
		font-weight:500;
		text-align:left;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		margin-top:10px;
		margin-left:5px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.first > .area{
		display:inline-block;
		color:#67ace3;
		font-size:12px;
		font-weight:500;
		font-style:normal;
		text-align:center;
		border:1px solid #67ace3;
		border-radius:3px;
		background-color:#fff;
		padding:0px 5px 2px 5px;
		margin-right:5px;
		vertical-align:bottom;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.second{
		color:#444;
		font-size:16px;
		font-weight:400;
		text-align:left;
		margin-top:5px;
		margin-left:5px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.second > .price{
		font-size:18px;
		font-weight:500;
		margin-right:2px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.popup{
		position:absolute;
		top:10px;
		left:10px;
		height:25px;
		line-height:25px;
		color:#67ace3;
		font-size:13px;
		text-align:center;
		border-radius:7px;
		padding:0px 10px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.voice{
		position:absolute;
		top:10px;
		right:10px;
		height:25px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.voice > a{
		display:block;
		width:25px;
		height:25px;
		background:url(/images/icon_speaker2.png) no-repeat;
		background-size:25px 25px;
		background-position:center center;
		animation-duration: 1.5s;
		animation-name: voice_speaker_ani;
		animation-iteration-count: infinite;
		overflow:hidden;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > .more{
		color:#000;
		font-size:20px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > .more a{
		color:#000;
	}

	/* 사진전시회 */
	#wrap > #body > #body_content > #product_review2_wrap{
		width:100%;
		background:#111;
	}		
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2{
		position:relative;
		padding:40px 0px 60px 0px;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content{
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul{
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li{
		list-style:none;
		position:relative;
		height:400px;
		background-color:#fff;
		margin-bottom:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .photo{
		height:300px;
		border-radius:0px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .photo > a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content{
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:110px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list1{
		color:#222;
		font-size:18px;
		font-weight:600;
		margin:23px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2{
		height:42px;
		color:#222;
		font-size:15px;
		font-weight:500;
		margin:10px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list3{
		margin:10px 20px 20px 20px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list3 > span:nth-child(1){
		position:relative;
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:600;
		padding-right:13px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list3 > span:nth-child(1)::before{
		position:absolute;
		top:5px;
		right:0px;
		width:1px;
		height:13px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list3 > span:nth-child(2){
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:400;
		margin-left:13px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > .more_view{
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > .more_view img{
		height:30px;
	}

	/* 여행후기 */
	#wrap > #body > #body_content > #product_review_wrap{
		width:100%;
		background:url(/images/main_review_bg.jpg);
		background-size:cover;
	}		
	#wrap > #body > #body_content > #product_review_wrap > #product_review{
		position:relative;
		padding:40px 0px 60px 0px;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content{
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul{
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li{
		list-style:none;
		position:relative;
		height:460px;
		background-color:#fff;
		margin-bottom:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .photo{
		height:300px;
		border-radius:0px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .photo > a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content{
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:160px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list1{
		color:#222;
		font-size:18px;
		font-weight:600;
		margin:23px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list2{
		height:42px;
		color:#222;
		font-size:15px;
		font-weight:500;
		margin:10px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3{
		margin:10px 20px 20px 20px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(1){
		position:relative;
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:600;
		padding-right:13px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(1)::before{
		position:absolute;
		top:5px;
		right:0px;
		width:1px;
		height:13px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(2){
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:400;
		margin-left:13px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content > #product_review_list > .more_view{
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content > #product_review_list > .more_view img{
		height:30px;
	}

	#gallery_list1 .als-item,
	#item_list1 .als-item,
	#item_list2 .als-item,
	#item_list3 .als-item,
	#item_list4 .als-item{
		margin-left:10px !important;
		margin-right:10px !important;
		width: 280px !important;
	}
}

/* 테블릿 환경 */
@media screen and (min-width:801px) and (max-width:1200px){

	.mobile,
	.pc{
		display:none;
	}

	.title_font_family{
		font-size:28px;
		font-family:GmarketSansMedium, Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
		font-weight:500;
		text-align:center;
	}
	.title_icon{
		margin-top:-5px;
		margin-right:5px;
		vertical-align:middle;
	}

	/* 본문 */
	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
		margin-top:176px;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
	}
	#wrap > #body > #body_content > #float_wrap{
		padding-top:60px;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #float_wrap > div{
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu{
		position:relative;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		font-size:0px;
		text-align:center;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li{
		position:relative;
		display:inline-block;
		list-style:none;
		font-size:18px;
		padding:0px 20px;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a:visited{
		color:#222;
		text-decoration:none;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a:hover{
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on:visited,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on:hover{
		color:#fff;
		border-radius:10px;
		background-color:#000;
		padding:5px 20px 7px 20px;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li > div.global_menu_title{
		display:inline;
		font-weight:500;
		margin-top:25px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content{
		margin-bottom:40px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul{
		width:100%;
		font-size:0px;
		text-align:center;
		padding-top:30px;
		margin-top:40px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li{
		display:inline-block;
		list-style:none;
		height:45px;
		font-size:16px;
		line-height:45px;
		border:1px solid #ddd;
		padding:10px 10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li:hover{
		background-color:#a9dced;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a,
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a:hover,
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a:viseted{
		display:block;
		width:100%;
		height:100%;
		color:#222;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li:hover > a{
		display:block;
		width:100%;
		height:100%;
		color:#fff;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li.on{
		background-color:#a9dced;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li.on > a{
		color:#fff;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content{
	}

	/* videos */
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap{
		width:100%;
		background-color:#fff;
		padding:0px 0px;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos{
		text-align:center;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content{
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > .more{
		width:60px;
		height:60px;
		color:#fff;
		font-size:50px;
		font-weight:800;
		font-family: 'Noto Sans KR','GmarketSansBold';
		text-align:center;
		line-height:55px;
		border-radius:50%;
		background-color:#c1c1c1;
		margin:30px auto 60px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box{
		margin:auto;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li{
		position:relative;
		float:left;
		list-style:none;
		width:calc(50% - 5px);
		background-color:#a9dced;
		padding:5px 0px;
		margin-right:10px;
		margin-bottom:10px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li:hover::before{
		display:none;
		position:absolute;
		top:calc(50% - 39px);
		left:calc(50% - 39px);
		width:78px;
		height:78px;
		background:url(/images/icon_video_play.png);
		background-size:78px 78px;
		content:"";
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li iframe{
		width:calc(100% - 10px);
		height:540px;
	}

	/* 로딩바 */
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > #loading_bar{
		display:none;
		width:100%;
		height:50px;
		background-image:url("/images/view_loading.gif");
		background-repeat:no-repeat;
		background-position:center center;
		margin-top:60px;
	}

	/* 전시회 */
	#wrap > #body > #body_content > #gallery1_wrap{
		display:none;
		width:100%;
		background-color:#2daae1;
	}		
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1{
		position:relative;
		padding:80px 0px;
		margin-right:20px;
		margin-left:20px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content{
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1{
		padding-top:30px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul{
		font-size:0px;
		text-align:left;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li{
		position:relative;
		display:inline-block;
		width:calc(50% - 10px);
		height:400px;
		list-style:none;
		box-sizing:border-box;
		border:1px solid #e5e5e5;
		border-radius:0px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.div_goods_list{
		height:280px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.div_goods_list a{
		display:block;
		width:100%;
		height:100%;
		box-sizing:border-box;
		border:10px solid #fff;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.first{
		color:#000;
		font-size:22px;
		font-weight:500;
		text-align:center;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		margin-top:20px;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.second{
		height:42px;
		color:#222;
		font-size:15px;
		font-weight:500;
		margin:10px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.voice{
		position:absolute;
		top:20px;
		right:20px;
		height:30px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.voice > a{
		display:block;
		width:30px;
		height:30px;
		background:url(/images/icon_speaker2.png) no-repeat;
		background-size:30px 30px;
		background-position:center center;
		animation-duration: 1.5s;
		animation-name: voice_speaker_ani;
		animation-iteration-count: infinite;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content > .more{
		color:#fff;
		font-size:20px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content > .more a{
		color:#fff;
	}

	/* 제품소개 국내, 국외여행 */
	#wrap > #body > #body_content > ul.first{
	}
	#wrap > #body > #body_content > ul > li.product_wrap{
		list-style:none;
		background-color:#fff;
	}
	#wrap > #body > #body_content > ul > li:nth-child(odd){
		background-color:#f5f5f5 !important;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product{
		position:relative;
		padding:80px 0px 60px 0px;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content{
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list{
		padding-top:30px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul{
		font-size:0px;
		text-align:left;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li{
		position:relative;
		display:inline-block;
		width:calc(50% - 10px);
		height:400px;
		box-sizing:border-box;
		border:1px solid #e5e5e5;
		border-radius:0px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.div_goods_list{
		height:280px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.div_goods_list a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.first{
		color:#000;
		font-size:17px;
		font-weight:500;
		text-align:left;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		margin-top:20px;
		margin-left:20px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.first > .area{
		display:inline-block;
		color:#67ace3;
		font-size:15px;
		font-weight:500;
		font-style:normal;
		text-align:center;
		border:1px solid #67ace3;
		border-radius:3px;
		background-color:#fff;
		padding:0px 8px 2px 8px;
		margin-right:7px;
		vertical-align:bottom;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.second{
		color:#444;
		font-size:18px;
		font-weight:400;
		text-align:left;
		margin-top:10px;
		margin-left:20px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.second > .price{
		font-size:20px;
		font-weight:500;
		margin-right:2px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.popup{
		position:absolute;
		top:20px;
		left:20px;
		height:30px;
		line-height:30px;
		color:#67ace3;
		font-size:16px;
		text-align:center;
		border-radius:15px;
		padding:0px 15px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.voice{
		position:absolute;
		top:20px;
		right:20px;
		height:30px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.voice > a{
		display:block;
		width:30px;
		height:30px;
		background:url(/images/icon_speaker2.png) no-repeat;
		background-size:30px 30px;
		background-position:center center;
		animation-duration: 1.5s;
		animation-name: voice_speaker_ani;
		animation-iteration-count: infinite;
		overflow:hidden;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > .more{
		color:#000;
		font-size:20px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > .more a{
		color:#000;
	}

	/* 사진전시회 */
	#wrap > #body > #body_content > #product_review2_wrap{
		width:100%;
		background:#111;
	}		
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2{
		position:relative;
		padding:80px 0px 100px 0px;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content{
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul{
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li{
		float:left;
		list-style:none;
		position:relative;
		width:calc(50% - 10px);
		height:400px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .photo{
		height:300px;
		border-radius:0px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .photo > a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content{
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:110px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list1{
		color:#222;
		font-size:18px;
		font-weight:600;
		margin:23px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2{
		margin:10px 20px 20px 20px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2 > span:nth-child(1){
		position:relative;
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:600;
		padding-right:13px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2 > span:nth-child(1)::before{
		position:absolute;
		top:5px;
		right:0px;
		width:1px;
		height:13px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2 > span:nth-child(2){
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:400;
		margin-left:13px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > .more_view{
		text-align:center;
		margin-top:20px;
	}

	/* 여행후기 */
	#wrap > #body > #body_content > #product_review_wrap{
		width:100%;
		background:url(/images/main_review_bg.jpg);
		background-size:cover;
	}		
	#wrap > #body > #body_content > #product_review_wrap > #product_review{
		position:relative;
		padding:80px 0px 100px 0px;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content{
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul{
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li{
		float:left;
		list-style:none;
		position:relative;
		width:calc(50% - 10px);
		height:460px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .photo{
		height:300px;
		border-radius:0px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .photo > a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content{
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:160px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list1{
		color:#222;
		font-size:18px;
		font-weight:600;
		margin:23px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list2{
		height:42px;
		color:#222;
		font-size:15px;
		font-weight:500;
		margin:10px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3{
		margin:10px 20px 20px 20px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(1){
		position:relative;
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:600;
		padding-right:13px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(1)::before{
		position:absolute;
		top:5px;
		right:0px;
		width:1px;
		height:13px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(2){
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:400;
		margin-left:13px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content > #product_review_list > .more_view{
		text-align:center;
		margin-top:20px;
	}
}

/* PC 환경 */
@media screen and (min-width:1201px){
	.mobile,
	.tablet{
		display:none;
	}

	.title_font_family{
		font-size:28px;
		font-family:GmarketSansMedium, Noto Sans KR, Nanum Gothic, Helvetica, sans-serif;
		font-weight:500;
		text-align:center;
	}
	.title_icon{
		margin-top:-5px;
		margin-right:5px;
		vertical-align:middle;
	}

	/* 본문 */
	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
		margin-top:176px;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
	}
	#wrap > #body > #body_content > #float_wrap{
		width:1200px;
		padding-top:60px;
		margin:auto;
		overflow:hidden;
	}
	#wrap > #body > #body_content.en > #float_wrap{
		padding-top:0px;
	}
	#wrap > #body > #body_content > #float_wrap > div{
		float:left;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu{
		position:relative;
		width:1000px;
		height:100%;
		margin:auto;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul{
		position:absolute;
		top:0px;
		left:200px;
		width:100%;
		height:100%;
		font-size:0px;
		text-align:center;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li{
		position:relative;
		display:inline-block;
		list-style:none;
		font-size:18px;
		padding:0px 50px;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a:visited{
		color:#222;
		text-decoration:none;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a:hover{
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on:visited,
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li a.on:hover{
		color:#fff;
		border-radius:10px;
		background-color:#000;
		padding:5px 20px 7px 20px;
	}
	#wrap > #body > #body_content > #float_wrap > #video_top_menu > ul > li > div.global_menu_title{
		display:inline;
		font-weight:500;
		margin-top:25px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content{
		width:200px;
		margin-bottom:60px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul{
		border-top:1px solid #ddd;
		margin-top:80px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li{
		display:block;
		list-style:none;
		height:45px;
		font-size:16px;
		line-height:45px;
		border-bottom:1px solid #ddd;
		padding-left:10px;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li:hover{
		background-color:#a9dced;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a,
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a:hover,
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li > a:viseted{
		display:block;
		width:100%;
		height:100%;
		color:#222;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li:hover > a{
		display:block;
		width:100%;
		height:100%;
		color:#fff;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li.on{
		background-color:#a9dced;
	}
	#wrap > #body > #body_content > #float_wrap > .left_content > ul > li.on > a{
		color:#fff;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content{
		width:1000px;
	}

	/* videos */
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap{
		width:100%;
		background-color:#fff;
		padding:80px 0px;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos{
		text-align:center;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content{
		margin-left:20px;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > .more{
		width:60px;
		height:60px;
		color:#fff;
		font-size:50px;
		font-weight:800;
		font-family: 'Noto Sans KR','GmarketSansBold';
		text-align:center;
		line-height:55px;
		border-radius:50%;
		background-color:#c1c1c1;
		margin:50px auto 0px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box{
		margin:auto;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li{
		position:relative;
		float:left;
		list-style:none;
		width:calc(33.33% - 6.66px);
		background-color:#a9dced;
		padding:5px 0px;
		margin-right:10px;
		margin-bottom:10px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li:hover::before{
		display:none;
		position:absolute;
		top:calc(50% - 39px);
		left:calc(50% - 39px);
		width:78px;
		height:78px;
		background:url(/images/icon_video_play.png);
		background-size:78px 78px;
		content:"";
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li:nth-child(3n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > ul.list_box > li iframe{
		width:calc(100% - 10px);
		height:540px;
	}

	/* 로딩바 */
	#wrap > #body > #body_content > #float_wrap > .right_content > #videos_wrap > #videos > #videos_content > #loading_bar{
		display:none;
		width:100%;
		height:50px;
		background-image:url("../images/view_loading.gif");
		background-repeat:no-repeat;
		background-position:center center;
		margin-top:60px;
	}

	/* 전시회 */
	#wrap > #body > #body_content > #gallery1_wrap{
		display:none;
		width:100%;
		background-color:#2daae1;
	}		
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1{
		position:relative;
		width:1200px;
		margin:auto;
		padding:80px 0px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content{
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1{
		margin-top:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul{	
		font-size:0px;
		text-align:left;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li{
		position:relative;
		display:inline-block;
		list-style:none;
		width:calc(50% - 10px);
		height:400px;
		box-sizing:border-box;
		border:1px solid #e5e5e5;
		border-radius:0px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.div_goods_list{
		height:280px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.div_goods_list a{
		display:block;
		width:100%;
		height:100%;
		box-sizing:border-box;
		border:10px solid #fff;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.first{
		color:#000;
		font-size:22px;
		font-weight:500;
		text-align:center;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		margin-top:20px;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.second{
		height:42px;
		color:#222;
		font-size:15px;
		font-weight:500;
		margin:10px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.voice{
		position:absolute;
		top:20px;
		right:20px;
		height:30px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content #gallery_list1 > div > ul > li div.voice > a{
		display:block;
		width:30px;
		height:30px;
		background:url(/images/icon_speaker2.png) no-repeat;
		background-size:30px 30px;
		background-position:center center;
		animation-duration: 1.5s;
		animation-name: voice_speaker_ani;
		animation-iteration-count: infinite;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content > .more{
		color:#fff;
		font-size:20px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #gallery1_wrap > #gallery1 > #gallery1_content > .more a{
		color:#fff;
	}

	/* 제품소개 국내, 국외여행 */
	#wrap > #body > #body_content > ul.first{
	}
	#wrap > #body > #body_content > ul > li.product_wrap{
		list-style:none;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content > ul > li:nth-child(odd){
		background-color:#f5f5f5 !important;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product{
		position:relative;
		width:1200px;
		margin:auto;
		padding:80px 0px 60px 0px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content{
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul{
		font-size:0px;
		text-align:left;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li{
		position:relative;
		display:inline-block;
		list-style:none;
		width:calc(33.33% - 13.34px);
		height:400px;
		box-sizing:border-box;
		border:1px solid #e5e5e5;
		border-radius:0px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li:nth-child(3n){
		margin-right:0px;
	}	
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li:nth-child(n+4):nth-child(-n+10){
		display:none;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.div_goods_list{
		height:280px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.div_goods_list a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.first{
		color:#000;
		font-size:17px;
		font-weight:500;
		text-align:left;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		margin-top:20px;
		margin-left:20px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.first > .area{
		display:inline-block;
		color:#67ace3;
		font-size:15px;
		font-weight:500;
		font-style:normal;
		text-align:center;
		border:1px solid #67ace3;
		border-radius:3px;
		background-color:#fff;
		padding:0px 8px 2px 8px;
		margin-right:7px;
		vertical-align:bottom;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.second{
		color:#444;
		font-size:18px;
		font-weight:400;
		text-align:left;
		margin-top:10px;
		margin-left:20px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.second > .price{
		font-size:20px;
		font-weight:500;
		margin-right:2px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.popup{
		position:absolute;
		top:20px;
		left:20px;
		height:30px;
		line-height:30px;
		color:#67ace3;
		font-size:16px;
		text-align:center;
		border-radius:15px;
		padding:0px 15px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.voice{
		position:absolute;
		top:20px;
		right:20px;
		height:30px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > div > ul > li div.voice > a{
		display:block;
		width:30px;
		height:30px;
		background:url(/images/icon_speaker2.png) no-repeat;
		background-size:30px 30px;
		background-position:center center;
		animation-duration: 1.5s;
		animation-name: voice_speaker_ani;
		animation-iteration-count: infinite;
		overflow:hidden;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > .more{
		color:#000;
		font-size:20px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > ul > li.product_wrap > .product > .product_content .item_list > .more a{
		color:#000;
	}

	/* 사진전시회 */
	#wrap > #body > #body_content > #product_review2_wrap{
		width:100%;
		background-color:#111;
	}		
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2{
		position:relative;
		width:1200px;
		margin:auto;
		padding:80px 0px 100px 0px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content{
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul{
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li{
		float:left;
		list-style:none;
		position:relative;
		width:calc(25% - 15px);
		height:310px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li:nth-child(4n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .photo{
		height:200px;
		border-radius:0px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .photo > a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content{
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:110px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list1{
		color:#222;
		font-size:18px;
		font-weight:600;
		margin:23px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2{
		margin:10px 20px 20px 20px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2 > span:nth-child(1){
		position:relative;
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:600;
		padding-right:13px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2 > span:nth-child(1)::before{
		position:absolute;
		top:5px;
		right:0px;
		width:1px;
		height:13px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > ul > li > .content > .list2 > span:nth-child(2){
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:400;
		margin-left:13px;
	}
	#wrap > #body > #body_content > #product_review2_wrap > #product_review2 > #product_review2_content #product_review2_list > .more_view{
		text-align:center;
		margin-top:20px;
	}

	/* 여행후기 */
	#wrap > #body > #body_content > #product_review_wrap{
		width:100%;
		background:url(/images/main_review_bg.jpg);
		background-size:cover;
	}		
	#wrap > #body > #body_content > #product_review_wrap > #product_review{
		position:relative;
		width:1200px;
		margin:auto;
		padding:80px 0px 100px 0px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content{
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content .title_font_family{
		color:#fff;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list{
		margin-top:30px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul{
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li{
		float:left;
		list-style:none;
		position:relative;
		width:calc(25% - 15px);
		height:360px;
		background-color:#fff;
		margin-right:20px;
		margin-bottom:30px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li:nth-child(4n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .photo{
		height:200px;
		border-radius:0px;
		background-repeat:no-repeat !important;
		background-size:cover !important;
		background-position:center !important;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .photo > a{
		display:block;
		width:100%;
		height:100%;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content{
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:160px;
		background-color:#fff;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list1{
		color:#222;
		font-size:18px;
		font-weight:600;
		margin:23px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list2{
		height:42px;
		color:#222;
		font-size:15px;
		font-weight:500;
		margin:10px 20px 0px 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3{
		margin:10px 20px 20px 20px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(1){
		position:relative;
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:600;
		padding-right:13px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(1)::before{
		position:absolute;
		top:5px;
		right:0px;
		width:1px;
		height:13px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content #product_review_list > ul > li > .content > .list3 > span:nth-child(2){
		display:inline-block;
		color:#222;
		font-size:16px;
		font-weight:400;
		margin-left:13px;
	}
	#wrap > #body > #body_content > #product_review_wrap > #product_review > #product_review_content > #product_review_list > .more_view{
		text-align:center;
		margin-top:20px;
	}
}

/* 음성안내 팝업 */
@keyframes voice_speaker_ani{
	0%{
		opacity:100%;
	}
	50%{
		opacity:0%;
	}
	100%{
		opacity:100%;
	}
}
#modal_ai_speaker{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:999;
}
#modal_ai_speaker > div{
	position:absolute;
	top:calc(50% - 100px);
	left:50%;
	transform:translate(-50%);
	display:block;
	width:calc(100% - 20px);
	max-width:500px;
	box-sizing:border-box;
	border:1px solid #4e4e4e;
	background-color:#fff;
	padding:0;
	margin:auto;
	overflow:hidden;
}
#modal_ai_speaker > div > .close{
	position:absolute;
	top:15px;
	left:50%;
	transform:translateX(-50%);
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background:rgba(0,0,0,0.3);
	cursor:pointer;
}
#modal_ai_speaker > div .close img{
	vertical-align:middle;
}
#modal_ai_speaker > div .content > p{
	text-align:center;
	margin:90px 25px 25px 25px;
}
#modal_ai_speaker > div .content > p > audio{
	margin:auto;
}