@charset 'utf-8';

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:link,
:visited {
    color: inherit;
    text-decoration: none;
}

ul li {
    list-style: none;
}

section {
    padding: 56px 80px;
}

h1 {
    font-size: 28px;
}

body {
    font-family: "Pretendard";
}



/*헤더 영역*/
#app {
    width: 100%;
    height: 40px;
    background-color: #00ADE1;
    text-align: center;
}

.text {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.text span {
    font-size: 16px;
    font-weight: 500;
}

.download {
    display: inline-block;
    color: #00ADE1;
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 30px;
    margin: 8px;
    margin-left: 20px;
}

.download span {
    font-size: 15px;
    font-weight: bold;
}

header {
    width: 100%;
    height: 335px;
    margin: 0 auto;
    padding-top: 56px;
}

.header-inner {
    padding: 0 80px;
    width: 1440px;
    height: 150px;
    margin: 0 auto;
    display: flex;
}

.logo {
    width: 148px;
    height: 65px;
    object-fit: cover;
    object-position: center;
    margin-top: 45px;
}

.search {
    position: relative;
    width: 380px;
    height: 40px;
    margin-left: 64px;
    margin-top: 64px;
}

.search>input {
    width: 100%;
    border: 2px solid #00ADE1;
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 14px;
}

.search>input::placeholder {
    color: #A9A9A9;
}

.search>input:focus {
    outline: 2px solid #00ADE1;
}

.search>input:focus {
    outline: none;
}

.search>img {
    position: absolute;
    width: 17px;
    top: 10px;
    right: 12px;
    margin: 0;
}


.mini-banner {
    width: 232px;
    height: 76px;
    background-color: #fff;
    margin-left: 64px;
    margin-top: 40px;
}

.mini-banner a {
    display: flex;
    align-items: center;
}

.mini-banner img {
    width: 68px;
    height: 76px;
}

.mini-banner p {
    font-size: 13px;
    color: #636363;
}

.header-box {
    width: 273px;
    height: 22px;
    background-color: #fff;
    margin-left: 120px;
    margin-top: 72px;
}

.header-box-inner {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.header-box-inner a:hover {
    font-weight: bold;
}

nav {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    background-color: #ffffff;
}

.line {
    width: 100%;
    height: 65px;
    position: absolute;
    top: 245px;
    border-top: 1.5px solid #cfcfcf;
    border-bottom: 1.5px solid #cfcfcf;
}

.gnb {
    width: 1440px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 80px;
    /* left: -110px; */
    margin: 0 auto;
    text-align: center;
}

.gnb>li {
    width: 100px;
    height: 63px;
    float: left;
}

.gnb>li>a {
    line-height: 63px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    transition-duration: .4s;
}

.gnb>li:hover>a {
    color: #00ADE1;
    font-weight: bold;
    font-size: 17px;
}

.submenu {
    width: 1280px;
    position: absolute;
    top: 63px;
    display: none;
    margin-left: -55px;
    margin: 0 auto;
}

.submenu>li {
    transition-duration: .4s;
    float: left;
    width: 160px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: #696969;
    transition-duration: .4s;
}

.submenu>li>a:hover {
    color: #00ADE1;
    font-weight: bold;
    font-size: 16px;
}

.left1 {
    left: 45px;
}

.center1 {
    left: 40px;
}

.center2 {
    left: 185px;
}

.center3 {
    left: 100px;
}

.center4 {
    left: 158px;
}

.center5 {
    left: 710px;
}




@media only screen and (max-width:768px) {

    #app {
        display: none;
    }


    header {
        padding-top: 16px;
        height: 120px;
    }

    .header-inner {
        padding: 0 16px;
        width: 100%;
        height: 100px;
    }

    .logo {
        width: 120px;
        height: 50px;
        margin-top: 16px;
    }

    .search {
        width: 100%;
        margin-top: 24px;
    }

    .search>input {
        padding: 10px 0px;
    }

    .search>input::placeholder {
        font-size: 10px;
    }

    .mini-banner {
        display: none;
    }

    .header-box {
        display: none;
    }

    nav {
        display: none;
    }

    .event-box {
        display: none;
    }

}


/*슬라이드 영역*/
#slide {
    width: 100%;
    height: 500px;
    position: relative;
}

#slide>a {
    width: 100%;
    height: 100%;
    position: absolute;
}

#slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg {
    width: 350px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 320px;
    z-index: 9;
    color: #fff;
}

.bg>div {
    position: absolute;
    top: 0;
    left: 0;
}

.bg .text1 h1 {
    font-size: 40px;
}

.bg>.text1 h1:nth-child(1) {
    margin-top: 132px;
    margin-left: 32px;
}

.bg>.text1 h1:nth-child(2) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg>.text1 p:nth-child(3) {
    margin-top: 20px;
    margin-left: 32px;
}

.bg>.text1 p:nth-child(4) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg>.text1 p:nth-child(5) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg .text2 h1 {
    font-size: 40px;
}

.bg>.text2 h1:nth-child(1) {
    margin-top: 132px;
    margin-left: 32px;
}

.bg>.text2 h1:nth-child(2) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg>.text2 p:nth-child(3) {
    margin-top: 20px;
    margin-left: 32px;
}

.bg>.text2 p:nth-child(4) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg>.text2 p:nth-child(5) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg .text3 h1 {
    font-size: 40px;
}

.bg>.text3 h1:nth-child(1) {
    margin-top: 132px;
    margin-left: 32px;
}

.bg>.text3 h1:nth-child(2) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg>.text3 p:nth-child(3) {
    margin-top: 20px;
    margin-left: 32px;
}

.bg>.text3 p:nth-child(4) {
    margin-top: 5px;
    margin-left: 32px;
}

.bg>.text3 p:nth-child(5) {
    margin-top: 5px;
    margin-left: 32px;
}

@media only screen and (max-width:768px) {

    #slide {
        width: 100%;
        height: 300px;
    }

    .bg {
        height: 300px;
        left: 0;
        width: 50%;
    }

    .bg .text1 {
        width: 90%;
    }

    .bg .text1 h1 {
        font-size: 20px;
    }

    .bg>.text1 h1:nth-child(1) {
        margin-top: 60px;
    }

    .bg .text1 p {
        font-size: 13px;
    }

    .bg .text2 {
        width: 90%;
    }

    .bg .text2 h1 {
        font-size: 20px;
    }

    .bg .text2 p {
        font-size: 13px;
    }


    .bg>.text2 h1:nth-child(1) {
        margin-top: 60px;
    }

    .bg .text3 {
        width: 90%;
    }

    .bg .text3 h1 {
        font-size: 20px;
    }

    .bg .text3 p {
        font-size: 13px;
    }

    .bg>.text3 h1:nth-child(1) {
        margin-top: 60px;
    }




}

/*최근 한달간 가장 인기있는 BEST 여행 영역*/
.best-trip {
    width: 1440px;
    height: 550px;
    margin: 0 auto;
}

.best-trip-inner {
    width: 1280px;
    height: 438px;
}

.best-trip-inner>h1>span {
    color: #00ADE1;
}

.best-trip-inner-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 48px;
}

.best-box1 {
    width: 24%;
    height: 350px;
}

.lank-box1 {
    width: 45px;
    height: 50px;
    position: absolute;
    background-color: #fffca6;
    text-align: center;
    padding: 3px;
    padding-top: 8px;
    border-radius: 10px 0 0 0;
}

.lank-box1 p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

.lank-box1 p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
}

.best-box1 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.best-box1 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.best-box1 p:nth-child(4) {
    font-size: 14px;
}

.best-box1 p:nth-child(5) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}

.best-box2 {
    width: 24%;
    height: 350px;
}

.best-box2 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.best-box2 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.best-box2 p:nth-child(4) {
    font-size: 14px;
}

.best-box2 p:nth-child(5) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}

.lank-box2 {
    width: 45px;
    height: 50px;
    position: absolute;
    background-color: #fffca6;
    text-align: center;
    padding: 3px;
    padding-top: 8px;
    border-radius: 10px 0 0 0;
}

.lank-box2 p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

.lank-box2 p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
}

.best-box3 {
    width: 24%;
    height: 350px;
}

.best-box3 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.best-box3 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.best-box3 p:nth-child(4) {
    font-size: 14px;
}


.best-box3 p:nth-child(5) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}

.lank-box3 {
    width: 45px;
    height: 50px;
    position: absolute;
    background-color: #fffca6;
    text-align: center;
    padding: 3px;
    padding-top: 8px;
    border-radius: 10px 0 0 0;
}

.lank-box3 p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

.lank-box3 p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
}

.best-box4 {
    width: 24%;
    height: 350px;
}

.best-box4 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.best-box4 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.best-box4 p:nth-child(4) {
    font-size: 14px;
}

.best-box4 p:nth-child(5) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}

.lank-box4 {
    width: 45px;
    height: 50px;
    position: absolute;
    background-color: #fffca6;
    text-align: center;
    padding: 3px;
    padding-top: 8px;
    border-radius: 10px 0 0 0;
}

.lank-box4 p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

.lank-box4 p:nth-child(2) {
    font-size: 12px;
    font-weight: 500;
}


@media only screen and (max-width:768px) {

    section {
        padding: 16px;
    }

    .best-trip {
        width: 100%;
        height: 900px;
        padding: 40px 16px;
    }

    .best-trip-inner {
        width: 100%;
        height: 100%;
        gap: 16px;
    }

    .best-trip-inner>h1 {
        font-size: 20px;
    }

    .best-box1 {
        width: 47%;
        height: 380px;
    }

    .best-box1 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .best-box1 span {
        font-size: 16px;
    }

    .best-box1 p:nth-child(4) {
        font-size: 12px;
    }

    .best-box1 p:nth-child(5) {
        font-size: 16px;
    }

    .lank-box1 {
        width: 35px;
        height: 40px;
    }

    .lank-box1 p:nth-child(1) {
        font-size: 12px;
    }

    .lank-box1 p:nth-child(2) {
        font-size: 10px;
    }



    .best-box2 {
        width: 47%;
        height: 380px;
    }

    .best-box2 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .best-box2 p:nth-child(4) {
        font-size: 12px;
    }

    .best-box2 p:nth-child(5) {
        font-size: 16px;
    }

    .lank-box2 {
        width: 35px;
        height: 40px;
    }

    .lank-box2 p:nth-child(1) {
        font-size: 12px;
    }

    .lank-box2 p:nth-child(2) {
        font-size: 10px;
    }

    .best-box3 {
        width: 47%;
        height: 380px;
    }

    .best-box3 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .best-box3 p:nth-child(4) {
        font-size: 12px;
    }

    .best-box3 p:nth-child(5) {
        font-size: 16px;
    }

    .lank-box3 {
        width: 35px;
        height: 40px;
    }

    .lank-box3 p:nth-child(1) {
        font-size: 12px;
    }

    .lank-box3 p:nth-child(2) {
        font-size: 10px;
    }

    .best-box4 {
        width: 47%;
        height: 380px;
    }

    .best-box4 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .best-box4 p:nth-child(4) {
        font-size: 12px;
    }

    .best-box4 p:nth-child(5) {
        font-size: 16px;
    }

    .lank-box4 {
        width: 35px;
        height: 40px;
    }

    .lank-box4 p:nth-child(1) {
        font-size: 12px;
    }

    .lank-box4 p:nth-child(2) {
        font-size: 10px;
    }
}


/*여행하기 좋은 날 국내여행 어때요? 영역*/
.local-trip {
    width: 1440px;
    height: 550px;
    margin: 0 auto;
}

.local-trip-inner {
    width: 1280px;
    height: 438px;
}

.local-trip-inner>h1>span {
    color: #00ADE1;
}

.local-trip-inner-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 48px;
}

.local-box1 {
    width: 24%;
    height: 350px;
}

.local-box1 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.local-box1 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.local-box1 p:nth-child(3) {
    font-size: 14px;
}

.local-box1 p:nth-child(4) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}

.local-box2 {
    width: 24%;
    height: 350px;
}

.local-box2 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.local-box2 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.local-box2 p:nth-child(3) {
    font-size: 14px;
}

.local-box2 p:nth-child(4) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}

.local-box3 {
    width: 24%;
    height: 350px;
}

.local-box3 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.local-box3 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.local-box3 p:nth-child(3) {
    font-size: 14px;
}

.local-box3 p:nth-child(4) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}

.local-box4 {
    width: 24%;
    height: 350px;
}

.local-box4 img {
    width: 100%;
    height: 210px;
    border-radius: 20px;
}

.local-box4 span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.local-box4 p:nth-child(3) {
    font-size: 14px;
}

.local-box4 p:nth-child(4) {
    color: #E52605;
    font-weight: bold;
    font-size: 18px;
    margin-top: 35px;
}



@media only screen and (max-width:768px) {

    section {
        padding: 16px;
    }

    .local-trip {
        width: 100%;
        height: 900px;
        padding: 40px 16px;
        border-top: 1.5px solid #eee;
    }

    .local-trip-inner {
        width: 100%;
        height: 100%;
    }

    .local-trip-inner>h1 {
        font-size: 20px;
    }

    .local-box1 {
        width: 47%;
        height: 380px;
    }

    .local-box1 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .local-box1 span {
        font-size: 15px;
    }

    .local-box1 p:nth-child(3) {
        font-size: 12px;
    }

    .local-box1 p:nth-child(4) {
        font-size: 16px;
    }

    .local-box2 {
        width: 47%;
        height: 380px;
    }

    .local-box2 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .local-box2 p:nth-child(3) {
        font-size: 12px;
    }

    .local-box2 p:nth-child(4) {
        font-size: 16px;
    }

    .local-box3 {
        width: 47%;
        height: 380px;
    }

    .local-box3 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .local-box3 p:nth-child(3) {
        font-size: 12px;
    }

    .local-box3 p:nth-child(4) {
        font-size: 16px;
    }

    .local-box4 {
        width: 47%;
        height: 380px;
    }

    .local-box4 img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        object-position: center;
    }

    .local-box4 p:nth-child(3) {
        font-size: 12px;
    }

    .local-box4 p:nth-child(4) {
        font-size: 16px;
    }

}



/*여행시작 X 인플루언서 배너1 영역*/
.banner1 {
    width: 100%;
    height: 208px;
    background-color: #00ADE1;
}

.banner1 img {
    width: 1440px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:768px) {

    .banner1 {
        height: 160px;
    }

    .banner1 img {
        width: 100%;
        padding: 27px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}



/*망설이면 솔드아웃! 타임딜 영역*/
.time-deal {
    width: 1440px;
    height: 550px;
    margin: 0 auto;
    position: relative;
}

.time-deal-icon1 {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 265px;
    cursor: pointer;
    color: #00ADE1;
}

.time-deal-icon2 {
    position: absolute;
    display: inline-block;
    right: 30px;
    top: 265px;
    z-index: 3;
    cursor: pointer;
    color: #00ADE1;
}

.time-deal-inner {
    width: 1280px;
    height: 438px;
    overflow: hidden;
}

.time-deal-inner>h1>span {
    color: #00ADE1;
}

.time-deal-inner-box {
    width: 2560px;
    display: flex;
    gap: 16px;
    margin-top: 48px;

}

.time-box1 {
    width: 630px;
    height: 290px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #f3f3f3;
}

.time-box1 a {
    width: 630px;
    height: 290px;
    display: flex;
}

.time-box1 img {
    width: 45%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    object-position: center;
}

.p-box1 {
    width: 55%;
    height: 100%;
}

.p-box1 p:nth-child(1) {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background-color: #00ADE1;
    display: inline-block;
    width: 280px;
    height: 40px;
    border-radius: 30px;
    margin-left: 30px;
    color: #fff;
    font-weight: bold;
    gap: 20px;
}

.p-box1 p:nth-child(1) i {
    display: inline-block;
    margin-right: 10px;
}

.p-box1 p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box1 p:nth-child(3) {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box1 p:nth-child(4) {
    font-size: 22px;
    font-weight: bold;
    color: #E52605;
    margin-left: 30px;
    margin-top: 50px;
}


.time-box2 {
    width: 630px;
    height: 290px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #f3f3f3;
}

.time-box2 a {
    width: 630px;
    height: 290px;
    display: flex;
}

.time-box2 img {
    width: 45%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    object-position: center;
}

.p-box2 p:nth-child(1) {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background-color: #00ADE1;
    display: inline-block;
    width: 280px;
    height: 40px;
    border-radius: 30px;
    margin-left: 30px;
    color: #fff;
    font-weight: bold;
    gap: 20px;
}

.p-box2 p:nth-child(1) i {
    display: inline-block;
    margin-right: 10px;
}

.p-box2 p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box2 p:nth-child(3) {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box2 p:nth-child(4) {
    font-size: 22px;
    font-weight: bold;
    color: #E52605;
    margin-left: 30px;
    margin-top: 50px;
}

.time-box3 {
    width: 630px;
    height: 290px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #f3f3f3;
}

.time-box3 a {
    width: 630px;
    height: 290px;
    display: flex;
}

.time-box3 img {
    width: 45%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    object-position: center;
}

.p-box3 p:nth-child(1) {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background-color: #00ADE1;
    display: inline-block;
    width: 280px;
    height: 40px;
    border-radius: 30px;
    margin-left: 30px;
    color: #fff;
    font-weight: bold;
    gap: 20px;
}

.p-box3 p:nth-child(1) i {
    display: inline-block;
    margin-right: 10px;
}

.p-box3 p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box3 p:nth-child(3) {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box3 p:nth-child(4) {
    font-size: 22px;
    font-weight: bold;
    color: #E52605;
    margin-left: 30px;
    margin-top: 50px;
}

.time-box4 {
    width: 630px;
    height: 290px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #f3f3f3;
}

.time-box4 a {
    width: 630px;
    height: 290px;
    display: flex;
}

.time-box4 img {
    width: 45%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    object-position: center;
}

.p-box4 p:nth-child(1) {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background-color: #00ADE1;
    display: inline-block;
    width: 280px;
    height: 40px;
    border-radius: 30px;
    margin-left: 30px;
    color: #fff;
    font-weight: bold;
    gap: 20px;
}

.p-box4 p:nth-child(1) i {
    display: inline-block;
    margin-right: 10px;
}

.p-box4 p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box4 p:nth-child(3) {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 20px;
}

.p-box4 p:nth-child(4) {
    font-size: 22px;
    font-weight: bold;
    color: #E52605;
    margin-left: 30px;
    margin-top: 50px;
}


@media only screen and (max-width:768px) {

    section {
        padding: 16px;
    }

    .time-deal {
        width: 100%;
        height: 600px;
        margin: 40px auto;
        border-bottom: 1.5px solid #eee;
    }

    .time-deal-inner>h1 {
        font-size: 20px;
    }

    .time-deal-icon1 {
        left: 25px;
        top: 440px;
    }

    .time-deal-icon2 {
        right: 25px;
        top: 440px;
    }

    .time-deal-inner {
        width: 100%;
        height: 100%;
    }

    .time-deal-inner-box {
        width: 400%;
        display: flex;
        gap: 0px;

    }

    .time-box1 {
        width: calc(200% / 4);
        height: 100%;
    }

    .time-box1 a {
        width: 100%;
        height: 450px;
        display: block;
    }

    .time-box1 img {
        width: 100%;
        height: 55%;
        border-radius: 20px 20px 0 0;
        object-fit: cover;
        object-position: center;
    }

    .p-box1 {
        width: 100%;
        height: 200px;
    }

    .p-box1 p:nth-child(1) {
        text-align: center;
        margin-top: 15px;
        padding: 7px;
        display: inline-block;
        width: 100%;
        height: 35px;
        font-size: 16px;
        margin-left: 0;
    }

    .p-box1 p:nth-child(2) {
        font-size: 15px;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .p-box1 p:nth-child(3) {
        font-size: 13px;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .p-box1 p:nth-child(4) {
        font-size: 19px;
        margin-left: 0px;
        margin-top: 20px;
        text-align: center;
    }


    .time-box2 {
        width: calc(200% / 4);
        height: 450px;
    }

    .time-box2 a {
        width: 100%;
        height: 450px;
        display: block;
    }

    .time-box2 img {
        width: 100%;
        height: 55%;
        border-radius: 20px 20px 0 0;
        object-fit: cover;
        object-position: center;
    }

    .p-box2 {
        width: 100%;
        height: 200px;
    }

    .p-box2 p:nth-child(1) {
        text-align: center;
        margin-top: 15px;
        padding: 7px;
        display: inline-block;
        width: 100%;
        height: 35px;
        font-size: 16px;
        margin-left: 0;
    }

    .p-box2 p:nth-child(2) {
        font-size: 15px;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .p-box2 p:nth-child(3) {
        font-size: 13px;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .p-box2 p:nth-child(4) {
        font-size: 19px;
        margin-left: 0px;
        margin-top: 20px;
        text-align: center;
    }


    .time-box3 {
        width: calc(200% / 4);
        height: 450px;
    }

    .time-box3 a {
        width: 100%;
        height: 450px;
        display: block;
    }

    .time-box3 img {
        width: 100%;
        height: 55%;
        border-radius: 20px 20px 0 0;
        object-fit: cover;
        object-position: center;
    }

    .p-box3 {
        width: 100%;
        height: 200px;
    }

    .p-box3 p:nth-child(1) {
        text-align: center;
        margin-top: 15px;
        padding: 7px;
        display: inline-block;
        width: 100%;
        height: 35px;
        font-size: 16px;
        margin-left: 0;
    }

    .p-box3 p:nth-child(2) {
        font-size: 15px;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .p-box3 p:nth-child(3) {
        font-size: 13px;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .p-box3 p:nth-child(4) {
        font-size: 19px;
        margin-left: 0px;
        margin-top: 20px;
        text-align: center;
    }

    .time-box4 {
        width: calc(200% / 4);
        height: 450px;
    }

    .time-box4 a {
        width: 100%;
        height: 450px;
        display: block;
    }

    .time-box4 img {
        width: 100%;
        height: 55%;
        border-radius: 20px 20px 0 0;
        object-fit: cover;
        object-position: center;
    }

    .p-box4 {
        width: 100%;
        height: 200px;
    }

    .p-box4 p:nth-child(1) {
        text-align: center;
        margin-top: 15px;
        padding: 7px;
        display: inline-block;
        width: 100%;
        height: 35px;
        font-size: 16px;
        margin-left: 0;
    }

    .p-box4 p:nth-child(2) {
        font-size: 15px;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .p-box4 p:nth-child(3) {
        font-size: 13px;
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .p-box4 p:nth-child(4) {
        font-size: 19px;
        margin-left: 0px;
        margin-top: 20px;
        text-align: center;
    }
}

/*주목해야할 New! 신상 여행지 영역*/

.new-trip {
    width: 1440px;
    height: 550px;
    margin: 0 auto;
    position: relative;
}


.new-trip-inner {
    overflow: hidden;
    width: 1280px;
    height: 438px;
}

.new-trip-inner>h1>span {
    color: #00ADE1;
}

.banner-container {
    width: 1280px;
    margin: 56px auto;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: #fff;
    padding: 10px 0;
}

.banner-track {
    display: flex;
    gap: 20px;
    animation: scroll 25s linear infinite;
}

.banner-track:hover {
    animation-play-state: paused;
    /* 마우스 올리면 멈춤 */
}

.banner-item {
    position: relative;
    min-width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition-duration: .4s;
}

.banner-item a:hover {
    transform: scale(1.2);
}

.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* 배너 트랙이 무한 반복되도록 복제 */
.banner-track {
    display: flex;
    width: calc(300px * 8 + 20px * 7);
    /* 이미지 개수와 간격에 맞춰 설정 */
}

@media only screen and (max-width:768px) {
    .new-trip {
        width: 100%;
        height: 300px;
        margin: 40px 0;
    }

    .new-trip-inner {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .new-trip-inner>h1 {
        font-size: 20px;
    }

    .new-trip-inner>h1>span {
        color: #00ADE1;
    }

    .banner-container {
        width: 100%;
    }

    .banner-track {
        animation: scroll 30s linear infinite;
    }

    .banner-item {
        min-width: 155px;
        height: 155px;
    }

    .banner-text {
        font-size: 18px;
    }
}






/*이달의 베스트 찐 리뷰!! 배너2 영역*/
.banner2 {
    width: 100%;
    height: 208px;
    background-color: #fffca6;
}

.banner2 img {
    width: 1440px;
    display: block;
    margin: 0 auto;
}


@media only screen and (max-width:768px) {

    .banner2 {
        height: 160px;
    }

    .banner2 img {
        width: 100%;
        padding: 27px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}



/*어디갈까 할땐 시작 Pick! 영역*/
/*filter: brightness(50%) -> 이미지 어둡게*/
.start-pick {
    width: 1440px;
    height: 850px;
    margin: 0 auto;
}

.start-pick-inner {
    width: 1280px;
    height: 738px;
}

.start-pick-inner>h1>span {
    color: #00ADE1;
}

.start-pick-inner-box {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-top: 48px;
}

.pick-box1 {
    width: 616px;
    height: 300px;
    background-color: #7d7d7d;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.pick-box1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    filter: brightness(50%);
    object-fit: cover;
    object-position: center;
    position: absolute;
    transition-duration: .5s;
}

.pick-box1 span {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 130px;
    left: 42px;
}

.pick-box1 p {
    position: absolute;
    top: 210px;
    left: 42px;
    font-size: 18px;
    color: #fff;
}

.pick-box1 a:hover>img {
    transform: scale(1.2);
}

.pick-box2 {
    width: 616px;
    height: 300px;
    background-color: #7d7d7d;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.pick-box2 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    filter: brightness(50%);
    object-fit: cover;
    object-position: center;
    position: absolute;
    transition-duration: .5s;
}

.pick-box2 span {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 130px;
    left: 42px;
}

.pick-box2 p {
    position: absolute;
    top: 210px;
    left: 42px;
    font-size: 18px;
    color: #fff;
}

.pick-box2 a:hover>img {
    transform: scale(1.2);
}

.pick-box3 {
    width: 616px;
    height: 300px;
    background-color: #7d7d7d;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.pick-box3 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    filter: brightness(50%);
    object-fit: cover;
    object-position: center;
    position: absolute;
    transition-duration: .5s;
}

.pick-box3 span {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 130px;
    left: 42px;
}

.pick-box3 p {
    position: absolute;
    top: 210px;
    left: 42px;
    font-size: 18px;
    color: #fff;
}

.pick-box3 a:hover>img {
    transform: scale(1.2);
}

.pick-box4 {
    width: 616px;
    height: 300px;
    background-color: #7d7d7d;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.pick-box4 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    filter: brightness(50%);
    object-fit: cover;
    object-position: center;
    position: absolute;
    transition-duration: .5s;
}

.pick-box4 span {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 130px;
    left: 42px;
}

.pick-box4 p {
    position: absolute;
    top: 210px;
    left: 42px;
    font-size: 18px;
    color: #fff;
}

.pick-box4 a:hover>img {
    transform: scale(1.2);
}

@media only screen and (max-width:768px) {

    section {
        padding: 16px;
    }

    .start-pick-inner>h1 {
        font-size: 20px;
    }

    .start-pick {
        width: 100%;
        height: 1100px;
        border-bottom: 1.5px solid #eee;
        margin-top: 40px;
    }

    .start-pick-inner {
        width: 100%;
        height: 100%;
    }

    .pick-box1 {
        width: 100%;
        height: 200px;
    }

    .pick-box1 img {
        width: 100%;
        height: 100%;
    }

    .pick-box1 span {
        font-size: 18px;
        top: 85px;
    }

    .pick-box1 p {
        font-size: 13px;
        top: 140px;
    }

    .pick-box2 {
        width: 100%;
        height: 200px;
    }

    .pick-box2 img {
        width: 100%;
        height: 100%;
    }

    .pick-box2 span {
        font-size: 18px;
        top: 85px;
    }

    .pick-box2 p {
        font-size: 13px;
        top: 140px;
    }

    .pick-box3 {
        width: 100%;
        height: 200px;
    }

    .pick-box3 img {
        width: 100%;
        height: 100%;
    }

    .pick-box3 span {
        font-size: 18px;
        top: 85px;
    }

    .pick-box3 p {
        font-size: 13px;
        top: 140px;
    }

    .pick-box4 {
        width: 100%;
        height: 200px;
    }

    .pick-box4 img {
        width: 100%;
        height: 100%;
    }

    .pick-box4 span {
        font-size: 18px;
        top: 85px;
    }

    .pick-box4 p {
        font-size: 13px;
        top: 140px;
    }
}

/*푸터 영역*/
footer {
    width: 100%;
    height: 640px;
    margin: 0 auto;
}

.footer-inner {
    width: 100%;
    height: 160px;
    background-color: #00ADE1
}

.footer-menu1 {
    width: 1440px;
    padding: 0 80px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

.footer-menu1 ul {
    display: flex;
    justify-content: space-between;
    line-height: 80px;
    color: #fff;
}

.footer-menu1-box {
    width: 1280px;
    height: 80px;
    background-color: #00ADE1;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.footer-menu1-box a:hover {
    font-weight: bold;
}

.footer-menu2 {
    width: 1440px;
    padding: 0 80px;
    border-bottom: 1cm solid #fff;
    margin: 0 auto;
}

.footer-menu2 ul {
    display: flex;
    line-height: 80px;
    gap: 80px;
    color: #fff;
}

.footer-menu2-box {
    width: 1280px;
    height: 80px;
    background-color: #00ADE1;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.footer-menu2-box a:hover {
    font-weight: bold;
}

.fcb {
    display: flex;
    flex-wrap: wrap;
    width: 1440px;
    height: 480px;
    background-color: #ffffff;
    margin: 0 auto;
}

.copy1 {
    padding: 0 80px;
    width: 1200px;
    height: 200px;
    padding-top: 48px;
    font-size: 14px;
    color: #909090;
    margin-left: 230px;
    margin: 0 auto;
}

.copy1 span {
    font-size: 16px;
    font-weight: bold;
}

.sns {
    width: 240px;
    height: 40px;
    display: flex;
    margin-top: 48px;
    gap: 24px;
}

.sns img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.copy2 {
    padding: 0 80px;
    width: 1440px;
    height: 200px;
    padding-top: 24px;
    background-color: #fff;
    margin-left: 230px;
    margin: 0 auto;
}

.copy2 h4 {
    color: #00ADE1;
    font-size: 16px;
    margin-bottom: 24px;
}

.copy2 p {
    color: #909090;
    font-size: 14px;
}

@media only screen and (max-width:768px) {

    footer {
        height: 500px;
    }

    .footer-inner {
        display: none;
    }

    .footer-menu1,
    .footer-menu2 {
        display: none;
    }

    .fcb {
        width: 100%;
    }

    .copy1 {
        width: 70%;
        padding: 16px 16px;
        font-size: 10px;
        height: 110px;

    }

    .copy1 span {
        font-size: 12px;
        font-weight: bold;
    }

    .sns {
        width: 30%;
        height: 40px;
        display: flex;
        margin-top: 5px;
        gap: 8px;
    }

    .sns img {
        width: 30px;
        height: 30px;
        object-fit: cover;
        object-position: center;
    }

    .copy2 {
        width: 100%;
        padding: 32px 16px;
        border-top: 1.5px solid #eee;
        height: 250px;
    }

    .copy2 h4 {
        font-size: 13px;
    }

    .copy2 p {
        font-size: 10px;
    }
}

#popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 500px;
    height: 500px;
    /* display: none; */
}

#popup img {
    width: 100%;
    height: 100%;
    display: block;
}

.close {
    float: right;
    padding: 3px 8px 3px;
    display: block;
    background-color: #fff;
    color: #00ADE1;
    font-weight: bold;
    border: 0;
}

@media only screen and (max-width:768px) {
    #popup {
        display: none;
    }
}

.menubar {
    display: inline-block;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 10%;
    right: 0;
    color: #00ADE1;
}