@charset "utf-8";
@media only screen and (max-width:1024px){
  .imgText {text-align:center;}
}

.rBox > li {padding:15px !important}
.rBox > li {padding: 15px 25px !important;}



/* 문화탐방 */
.btn-style.type1::after {
    content: '';
    position: relative;
    top: -4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url(../../../guide/images/guide/ic-btn1.png) no-repeat center;
    vertical-align: middle;
}
.btn-style.type1:hover::after {
    background: url(../../../guide/images/guide/ic-btn1-ov.png) no-repeat center;
}