@charset "utf-8";

/*main-bn*/
.main-bn{ width:100%; height:65vh; background:url(../img/main/image2.jpg) no-repeat; background-size: cover; background-position: 50% 10%;}

/*travel*/
.travel{ margin:120px auto; }
.travel .travel-in{ width:100%; }
.travel .travel-in i{ margin:0 auto 30px; font-size:36px; display:block; text-align: center; color: #a5a5a5;  }
.travel .travel-in .travel-lst{ display:flex; justify-content: center; flex-direction: column; }
.travel .travel-in .travel-lst ul li{ display:flex; justify-content:space-between; margin-top: 80px;}

.travel .travel-in .travel-lst ul li .travel-img{ width:50%; height:420px; background:red; margin-right: 20px;}
.travel .travel-in .travel-lst ul li:nth-child(1) .travel-img{ background:url(../img/sub6/1.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(2) .travel-img{ background:url(../img/sub6/2.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(3) .travel-img{ background:url(../img/sub6/3.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(4) .travel-img{ background:url(../img/sub6/4.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(5) .travel-img{ background:url(../img/sub6/5.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(6) .travel-img{ background:url(../img/sub6/6.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(7) .travel-img{ background:url(../img/sub6/7.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(8) .travel-img{ background:url(../img/sub6/8.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(9) .travel-img{ background:url(../img/sub6/9.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(10) .travel-img{ background:url(../img/sub6/10.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(11) .travel-img{ background:url(../img/sub6/11.jpg) no-repeat; background-size: cover; background-position: center;}
.travel .travel-in .travel-lst ul li:nth-child(12) .travel-img{ background:url(../img/sub6/12.jpg) no-repeat; background-size: cover; background-position: center;}

.travel .travel-in .travel-lst ul li .travel-txt{ width:50%; height:420px; border-top: 1px dashed #707070; border-bottom: 1px dashed #707070; padding:40px 30px; }
.travel .travel-in .travel-lst ul li .travel-txt h2{ font-size:24px; font-family: 'Nanum Myeongjo', serif;font-weight:800; margin-bottom: 20px;}
.travel .travel-in .travel-lst ul li .travel-txt h3{ font-size:18px; font-weight: 400; margin-bottom: 40px; }
.travel .travel-in .travel-lst ul li .travel-txt p{ font-size:16px; font-weight: 300; color:#a5a5a5; line-height: 1.5em;}

.travel .travel-in .travel-lst ul li:nth-child(2),
.travel .travel-in .travel-lst ul li:nth-child(4),
.travel .travel-in .travel-lst ul li:nth-child(6),
.travel .travel-in .travel-lst ul li:nth-child(8),
.travel .travel-in .travel-lst ul li:nth-child(10),
.travel .travel-in .travel-lst ul li:nth-child(12){ flex-direction: row-reverse; }
.travel .travel-in .travel-lst ul li:nth-child(2) .travel-img,
.travel .travel-in .travel-lst ul li:nth-child(4) .travel-img,
.travel .travel-in .travel-lst ul li:nth-child(6) .travel-img,
.travel .travel-in .travel-lst ul li:nth-child(8) .travel-img,
.travel .travel-in .travel-lst ul li:nth-child(10) .travel-img,
.travel .travel-in .travel-lst ul li:nth-child(12) .travel-img{ margin-left:20px; margin-right:0px; }

@media all and (max-width: 1200px){
	.travel .travel-in .travel-lst ul li .travel-txt p{ font-size:13px; }
}

@media all and (max-width: 1200px){
	.travel .travel-in i{ font-size: 30px;}
}

@media all and (max-width: 780px){ 
	.main-bn{ height:50vh; }
	.travel .travel-in i{ font-size: 25px;}
	.travel .travel-in .travel-lst ul li{ flex-direction:column; }
	.travel .travel-in .travel-lst ul li .travel-img{ width:100%; height:280px; }
	.travel .travel-in .travel-lst ul li .travel-txt{ width:100%; height:auto; margin-top: 30px; padding: 30px 10px;}

	.travel .travel-in .travel-lst ul li:nth-child(2),
	.travel .travel-in .travel-lst ul li:nth-child(4),
	.travel .travel-in .travel-lst ul li:nth-child(6),
	.travel .travel-in .travel-lst ul li:nth-child(8),
	.travel .travel-in .travel-lst ul li:nth-child(10),
	.travel .travel-in .travel-lst ul li:nth-child(12){ flex-direction: column; }

	.travel .travel-in .travel-lst ul li:nth-child(2) .travel-img,
	.travel .travel-in .travel-lst ul li:nth-child(4) .travel-img,
	.travel .travel-in .travel-lst ul li:nth-child(6) .travel-img,
	.travel .travel-in .travel-lst ul li:nth-child(8) .travel-img,
	.travel .travel-in .travel-lst ul li:nth-child(10) .travel-img,
	.travel .travel-in .travel-lst ul li:nth-child(12) .travel-img{ margin-left:0px; margin-right:0px; }
}