@charset "utf-8";

/* main */
#main { position: relative; overflow: hidden; width:100%; height:500px; background: url(../img/main/image7.jpg) 50% 60% no-repeat;   background-size:cover; }
.title_notice{ font-family: 'RidiBatang'; font-size: 28px; font-weight: 400; display:inline-block; width: 100%; text-align: left; margin-bottom: 20px; margin-top: 20px;}
.title_notice.t2{margin-top: 120px; margin-bottom: 20px;}
.title_notice.t3{margin-top: 130px; margin-bottom: 20px;}
.txt { position: absolute; left: 50%; top: 60%; transform: translate(-50%, -50%); z-index: 101; width: 100%; color: #FFF; text-align: left;  transition: .4s; pointer-events: none; }
.txt .txt-in { display: inline-block; width: 100%; margin: 0px auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; }
.txt .txt-in h1 { display: block; z-index: 1; position: relative; font-family: "Noto Sans KR"; text-shadow: 0 1px 3px rgba(0,0,0,.3); font-size: 32px;  font-weight: 400; letter-spacing: 0px; margin-bottom:10px; }
.txt .txt-in h2 { display: block; z-index: 1; position: relative; font-family: 'Cormorant'; text-shadow: 0 1px 3px rgba(0,0,0,.3); font-size: 50px;  font-weight: 700; letter-spacing: 0px; margin-bottom:20px;}
.txt .txt-in h2 .e{font-size: 40px;}

#travel .travel-in{width: 1400px; margin: 80px auto 120px;}
#travel .travel-in .travel-ico img{display: block; margin: 0 auto;}

#travel .travel-in .travel-list{ display: flex; justify-content: space-between; flex-direction: column; }
#travel .travel-in .travel-list ul li{ display: flex; justify-content: space-between; margin-top: 80px; }
#travel .travel-in .travel-list ul li .travel-img{ width: 50%; height: 420px; background: #666; margin-right: 20px;}
#travel .travel-in .travel-list ul li:nth-child(1) .travel-img{background: url(../img/sub5/1.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(2) .travel-img{background: url(../img/sub5/2.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(3) .travel-img{background: url(../img/sub5/3.png)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(4) .travel-img{background: url(../img/sub5/4.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(5) .travel-img{background: url(../img/sub5/5.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(6) .travel-img{background: url(../img/sub5/6.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(7) .travel-img{background: url(../img/sub5/7.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(8) .travel-img{background: url(../img/sub5/8.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(9) .travel-img{background: url(../img/sub5/9.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(10) .travel-img{background: url(../img/sub5/10.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(11) .travel-img{background: url(../img/sub5/11.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(12) .travel-img{background: url(../img/sub5/12.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(13) .travel-img{background: url(../img/sub5/13.jpg)no-repeat 50% 50%; background-size: cover;}
#travel .travel-in .travel-list ul li:nth-child(14) .travel-img{background: url(../img/sub5/14.jpg)no-repeat 50% 50%; background-size: cover;}

#travel .travel-in .travel-list ul li .travel-txt{ width: 50%; height: 420px; border-top: 1px solid #735e3a; border-bottom: 1px solid #735e3a; padding: 40px 30px;}
#travel .travel-in .travel-list ul li .travel-txt h2{ font-size: 24px; font-family: 'RidiBatang'; font-weight: 600; margin-bottom: 20px;}
#travel .travel-in .travel-list ul li .travel-txt h3{ font-size: 16px; font-family: "Noto Sans KR", sans-serif; font-weight: 300; color: #735e3a; }
#travel .travel-in .travel-list ul li .travel-txt p{ font-size: 14px; font-weight: 300; color: #a5a5a5; line-height: 1.5em; margin-top: 30px;}

/* even: 짝수  /  odd: 홀수 */
#travel .travel-in .travel-list ul li:nth-child(even){ flex-direction: row-reverse;}
#travel .travel-in .travel-list ul li:nth-child(even) .travel-img{ margin-left: 20px; margin-right: 0;}


@media all and (max-width: 1400px){
    #travel .travel-in{ width: 100%; padding: 0 20px; }
}
@media all and (max-width: 840px){

    #travel .travel-in{ margin: 60px auto 120px;}

    #travel .travel-in .travel-list ul li{ flex-direction:column;}
    #travel .travel-in .travel-list ul li .travel-img { width:100%;}
    #travel .travel-in .travel-list ul li .travel-txt { width:100%; margin-top: 20px; height: auto;}

    #travel .travel-in .travel-list ul li:nth-child(even){ flex-direction: column;}
    #travel .travel-in .travel-list ul li:nth-child(even) .travel-img{ margin-left: 0;}
}
@media all and (max-width: 500px){
    #travel .travel-in .travel-list ul li .travel-txt { padding: 40px 20px; }
}