.citypass-pin-page .section-block{
    padding: 40px 0;
}
@media screen and (min-width: 768px) {
    .citypass-pin-page .section-block{
        padding: 60px 0;
    }
}
@media screen and (min-width: 992px) {
    .citypass-pin-page .section-block{
        padding: 60px 0;
    }
}
.citypass-pin-page .section-block .section-block-title{
    margin-bottom: 50px;
    text-align: center;
}
.citypass-pin-page .section-block .section-block-title p{
    font-size: 20px;
}
@media screen and (min-width: 768px) {
    .citypass-pin-page .section-block .section-block-title{
        /* margin-bottom: 80px; */
    }
}

.citypass-pin-page .otherpack-pic{
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
}
.citypass-pin-page .otherpack-content{
    background-color: #fff1ce;
}
.citypass-pin-page .otherpack-content .card-btn {
    justify-content: end;
}
@media screen and (min-width: 767px) {
    .citypass-pin-page .otherpack-content {
        height: auto;
    }
}
@media screen and (min-width: 1024px) {
    .citypass-pin-page .otherpack-content {
        height: 116px;
    }
}

.section-block-title h2{
    font-size: 28px;
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .section-block-title h2{
        font-size: 30px;
    }
}

.citypass-pin-page .qa-section{
}

.product-txt {
    font-size: 18px;
}

.otherpack-content .modal-header h4 {
    margin: 0;
}
.otherpack-content .modal-body h4 {
    font-weight: bold;
    margin-top: 15px;
}
.otherpack-content .modal-body img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.lang-en .otherpack-content .otherpack-title {
    height: 52px;
}
@media screen and (min-width: 992px) {
    .lang-en .otherpack-content .otherpack-title {
        height: 68px;
    }
    .lang-en .otherpack-title {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .lang-en .citypass-pin-page .otherpack-content {
        height: auto;
    }
}
@media screen and (min-width: 1200px) {
    .lang-en .otherpack-title {
        font-size: 18px;
    }
}

.lang-ja .otherpack-content .otherpack-title {
    height: 52px;
}

.lang-ko .otherpack-content .otherpack-title {
    height: 52px;
}
@media screen and (min-width: 1024px) {
    .lang-ko .citypass-pin-page .otherpack-content {
        height: auto;
    }
    .lang-ko .otherpack-content .otherpack-title {
        height: 78px;
    }
}