/* about_gyeongju */
.about_gyeongju .info {
    position: relative;
    font-weight: 300;
    margin-top: 40px;
    z-index: 1;
}

.about_gyeongju .info .bg {
    background-image: url(../images/about_gyeongju_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.about_gyeongju .info h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

/* contents */
.contents {
    padding-top: 0px;
}

.contents .card_list li {
    display: flex;
    width: 100%;
    height: 450px;
    position: relative;
    margin-bottom: 40px;
}

.contents .card_list li .img_wrap {
    background-position: center;
    background-size: cover;
    width: 60%;
    height: 100%;
}

.contents .card_list li .text_wrap {
    width: 40%;
    height: 100%;
    color: #fff;
    font-weight: 300;
    padding: 30px 40px;
    background-color: #1a6ca0;
}

.contents .card_list li .text_wrap .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}

.contents .card_list .card01 .img_wrap {
    background-image: url(../images/about_gyeongju_card01.png);
}

.contents .card_list .card02 .img_wrap {
    background-image: url(../images/about_gyeongju_card02.png);
}

.contents .card_list .card03 .img_wrap {
    background-image: url(../images/about_gyeongju_card03.png);
}

.contents .card_list .card04 .img_wrap {
    background-image: url(../images/about_gyeongju_card04.png);
}

.contents .card_list .card01 .img_wrap,
.contents .card_list .card03 .img_wrap {
    position: absolute;
    left: 0;
}

.contents .card_list .card01 .text_wrap,
.contents .card_list .card03 .text_wrap {
    position: absolute;
    right: 0;
}

.contents .card_list .card02 .img_wrap,
.contents .card_list .card04 .img_wrap {
    position: absolute;
    right: 0;
}

.contents .card_list .card02 .text_wrap,
.contents .card_list .card04 .text_wrap {
    position: absolute;
    left: 0;
}

.contents .video_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contents .video_list iframe {
    width: 33%;
    height: 240px;
}

.contents .video_list .btn_wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 0px;
}

.contents .video_list .btn_wrap a {
    background-color: #070078;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
    padding: 10px 60px;
}

.contents .link_list {
    margin-top: 40px;
}

.contents .link_list span {
    line-height: 1.2;
}

.contents .link_list table {
    width: 100%;
    margin-top: 10px;
     table-layout: fixed;
}

.contents .link_list table th {
    background-color: #3b66b4;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.contents .link_list table td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}

.contents .link_list table td a {
    text-decoration: underline;
}

@media all and (max-width:1400px) {
.contents .video_list iframe {
    height: 200px;
}
}

@media all and (max-width:1200px) {
    .contents .card_list li {
        height: 380px;
        margin-bottom: 20px;
    }

    .contents .video_list .btn_wrap a {
        padding: 10px 40px;
    }
}

@media all and (max-width:1050px) {
.contents .video_list iframe {
    height: 180px;
} 
}

@media all and (max-width:1000px) {
.about_gyeongju .info h3 {
    font-size: 20px;
}

.contents .card_list li .text_wrap .title {
    font-size: 18px;
}
}


@media all and (max-width:900px) {
.contents .video_list iframe {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
} 
   .contents .video_list .btn_wrap {
       padding: 0px;
    }
   .contents .video_list .btn_wrap a {
        padding: 14px 50px;
    }
    .contents .link_list span {
    }
}

@media all and (max-width:800px) {
    .contents .card_list li {
        position: static;
        height: fit-content;
        display: block;
    }

    .contents .card_list .card01 .img_wrap,
    .contents .card_list .card02 .img_wrap,
    .contents .card_list .card03 .img_wrap,
    .contents .card_list .card04 .img_wrap {
        position: static;
        width: 100%;
        height: 360px;
    }

    .contents .card_list .card01 .text_wrap,
    .contents .card_list .card02 .text_wrap,
    .contents .card_list .card03 .text_wrap,
    .contents .card_list .card04 .text_wrap {
        position: static;
        width: 100%;
        height: fit-content;
        padding: 20px 30px;
    }

    .contents .card_list li .text_wrap .title {
        margin-bottom: 5px;
    }

    .contents .card_list li .text_wrap {
    }
}

@media all and (max-width:700px) {
  .contents .card_list .card01 .img_wrap,
    .contents .card_list .card02 .img_wrap,
    .contents .card_list .card03 .img_wrap,
    .contents .card_list .card04 .img_wrap {
        height: 300px;
    }

    .contents .video_list iframe {
    height: 320px;
} 
}

@media all and (max-width:550px) {
  .contents .card_list .card01 .img_wrap,
    .contents .card_list .card02 .img_wrap,
    .contents .card_list .card03 .img_wrap,
    .contents .card_list .card04 .img_wrap {
        height: 240px;
    }

     .contents .video_list iframe {
    height: 250px;
} 

   .contents .video_list .btn_wrap a {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width:400px) {
  .contents .card_list .card01 .img_wrap,
    .contents .card_list .card02 .img_wrap,
    .contents .card_list .card03 .img_wrap,
    .contents .card_list .card04 .img_wrap {
        height: 200px;
    }

         .contents .video_list iframe {
    height: 200px;
} 
}