@charset "utf-8";

/*메인비쥬얼*/
.contents .main .weather {
    margin-top: 0.5rem;
}

/*공통스타일*/
.contents .wrap.cmStyle {
    padding: 20px 0;
}
.contents .wrap.cmStyle .tit {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
}
.contents .wrap.cmStyle .tit .sampo {
    text-align: center;
}

/*이벤트*/
.contents .event .area + .area {
    margin-top: 20px;
}
.contents .event .area .evt-img iframe {
    height: 174px;
    margin-top: 10px;
}
.contents .event .area .h3-tit {
    position: relative;
    font-size: 14px;
    padding-bottom: 8px;
    text-align: center;
    margin-top: 10px;
    border-bottom: none;
}
.contents .event .area .h3-tit:after {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    bottom: 0;
    left: 35%;
    border-bottom: 1px solid #a8a8a8;
}
.contents .event .area .evt-info .detail {
    padding-top: 3px;
}
.contents .event .area .evt-info dl {
    margin-top: 5px;
    font-size: 13px;
    display: flex;
    justify-content: center;
}
.contents .event .area .evt-info .detail dl:nth-child(n + 4) {
    display: none;
}
.contents .event .area .evt-info dt,
.contents .event .area .evt-info dd {
    display: inline-block;
}
.contents .event .area .evt-info dd {
    margin-left: 5px;

}
.contents .event .showing {
    display: none;
}
.contents .event .area .h3-tit,
.contents .event .area .evt-info dd,
.contents .event .showing {
    letter-spacing: -0.9px;
}
.contents .event .showing + .area {
    margin-top: 1.25rem;
}

/*관광지*/
.contents .tourist .area {
    margin-bottom: 1.5rem;
}
.contents .tourist .area .h3-tit {
    font-size: 16px;
    margin: 15px 0 5px;
}
.contents .tourist .area-1 .h3-tit {
    margin-top: 10px;
}
.contents .tourist .area .h3-tit .sampo {
    display: none;
}
.contents .tourist .area .h3-tit:before {
    width: 6px;
    height: 16px;
    margin-right: 5px;
}

/*리스트 컨틀로*/
.contents .tourist .area .list {
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
}
.contents .tourist .area .list > li {
    width: calc(50% - 0.25rem);
}
.contents .tourist .area .list > li:nth-child(2n - 1) {
    margin-left: 0;
}
.contents .tourist .area .list > li .tour-img {
    max-width: 100%;
    max-height: 100%;
}
.contents .tourist .area .list > li .tour-img img {
    width: 100%;
}
.contents .tourist .area .list > li dl {
    margin-top: 5px;
    word-break: keep-all;
}
.contents .tourist .area .list > li dl dt {
    font-size: 11.5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.contents .tourist .area .list > li dl dt h4 {
    font-size: 14px;
    margin-bottom: 2px;
}
.contents .tourist .area .list > li dl dd {
    font-size: 13px;
    line-height: 1.5;
}

/*오시는길*/
.contents .waycome .area {
    margin-top: 12px;
}
.contents .waycome .way-info {
    width: 310px;
    margin: 0 auto;
}
.contents .waycome .way-info .p-1 {
    position: relative;
    margin-top: 15px;
    font-size: 14px;
}
.contents .waycome .way-info dl {
    font-size: 12px;
    word-break: keep-all;
}
.contents .waycome .way-info dd p.dot {
    position: relative;
    padding-left: 8px;
}
.contents .waycome .way-info dd p.dot:before {
    content: "-";
    display: inline-block;
    position: absolute;
    left: 0;
}
.contents .waycome .way-map {
    max-width: 310px;
    margin-top: 0.75rem;
}
.contents .waycome .way-map img.map {
    height: auto !important;
}

@media (max-device-width: 320px) {
    /* 190125_죽기전에 꼭 가봐야할 국내 여행 도서 추가  */
    .contents .main .book-area {
        padding: 11px 18px 12px 20px;
    }
    .contents .main .book-area .img-book {
        width: 36px;
    }
    .contents .main .book-area .book-txt-box {
        padding-left: 8px;
    }
    .contents .main .book-area .book-txt-box p {
        margin-top: 0;
        font-size: 11px;
    }
}
