@charset "utf-8";

/*서브비쥬얼*/
.contents .subVisual {
    background: #eee url(../../img/m/tourist/subVisual.jpg) no-repeat center
        60% / cover;
}

/*공통스타일*/
.contents .wrap.cmStyle {
    padding: 17px 0 20px;
}

/*관광지*/
.contents .tourist .area .h3-tit {
    font-size: 16px;
    margin: 0px 0 5px;
}
.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;
}
