.page {
    margin-top: 90px;
}

.pro-title {
    line-height: 2;
    margin-top: 40px;
}

.pro-title span {
    font-size: 26px;
}

.pro-title a {
    color: #0061a5;
    text-decoration: underline;
    font-size: 23px;
}

.pro-list .item {
    margin-top: 50px;
    width: 32%;
    margin-right: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.pro-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.pro-list .item:last-child {
    margin-right: 0;
}

.pro-list .item .pic {
    width: 100%;
    padding-top: 58%;
    overflow: hidden;
}

.pro-list .item .pic a {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pro-list .item .pic img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.pro-list .item .text-content {
    padding: 30px;
}

.pro-list .item .title {
    font-size: 27px;
}

.pro-list .item .title a {
    color: #0061a5;
}

.pro-list .item .text {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.pro-list .item .submit {
    margin-top: 20px;
}

.pro-list .item .submit a {
    width: 150px;
    height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border: 1px #0061a5 solid;
    color: #0061a5;
    margin: 0 5px;
    font-size: 18px;
    line-height: 46px;
}

@media (min-width:1025px) {
    .pro-list .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .pro-list .item .submit a:hover {
        background-color: #0061a5;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .pro-title span {
        font-size: 24px;
    }
    .pro-title a {
        font-size: 18px;
    }
    .pro-list .item .text-content {
        padding: 20px;
    }
    .pro-list .item .title {
        font-size: 20px;
    }
    .pro-list .item .text {
        font-size: 14px;
    }
    .pro-list .item .submit a {
        font-size: 14px;
        width: 45%;
    }
}

@media (max-width:1023px) {
    .page {
        margin-top: 70px;
    }
    .pro-title {
        margin-top: 40px;
    }
    .pro-title span {
        font-size: 20px;
    }
    .pro-title a {
        font-size: 16px;
    }
    .pro-list .item .text-content {
        padding: 15px;
    }
    .pro-list .item .title {
        font-size: 18px;
    }
    .pro-list .item {
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .page {
        margin-top: 50px;
    }
    
    .pro-list .item {
        width: 49%;
    }
    .pro-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro-list .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .pro-list .item {
        width: 100%;
        margin-right: 0;
    }
}

.details {
    margin-top: 20px;
}

.details h1 {
    font-size: 25px;
    line-height: 1.5;
}

.details .info {
    font-size: 16px;
    border-bottom: 1px #e9ebeb solid;
    padding-bottom: 5px;
}

.details .info .sns {
    justify-content: flex-end;
    /* margin-top: -42px; */
}
.details .info .sns img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 14px;
}

.details .info .share {
    position: absolute;
    right: 0;
    top: 5px;
}

.details .body {
    line-height: 2;
    padding: 2%;
    font-size: 18px;
    border-bottom: 1px #e9ebeb solid;
    padding-bottom: 50px;
}

.details .body img {
    max-width: 100%;
    height: auto;
}

.details .prev-next {
    margin-top: 30px;
}

.details .prev-next a {
    border: 1px #e9ebeb solid;
    font-size: 16px;
    padding: 5px 40px;
    background-color: #0061a5;
    color: #FFF;
}

.details .prev-next a:first-child::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px #FFF solid;
    border-left: 2px #FFF solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-right: 10px;
}

.details .prev-next a:last-child::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: 10px;
}

.childmenu {
    flex-wrap: wrap;
    margin: 20px 0 30px;justify-content: left
}

.childmenu a {
    line-height: 40px;
    font-size: 20px;
    margin: 0 35px 0 0;
    text-transform: capitalize;
}

.childmenu a:active{
    font-weight: bold;
}

.childmenu .on {
    color: #0061a5;
}

.childmenu .on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0061a5;
}

.solutions .item {
    width: 49%;
    margin-top: 40px;
    margin-right: 2%;
}

.solutions .item:first-of-type{
    margin-top: 0;
}
.solutions .item:nth-of-type(2) {
    margin-top: 0;
}

.solutions .item:nth-child(even) {
    margin-right: 0;
}

.solutions .item .pic {
    width: 100%;
    /* padding-top: 46%; */
    overflow: hidden;
}

.solutions .item .pic img {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.solutions .item .text {
    color: #919493;
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}

.solutions .item .tit {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.solutions .item .more {
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 120px;
    height: 38px;
    background-color: #0066b3;
    color: #FFF;
    font-size: 16px;
    line-height: 38px;
}

@media (min-width:1025px) {
    .solutions .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .solutions .item:hover .more {
        background-color: #ed9a03;
    }
}

@media (max-width:1199px) {
    .details h1 {
        font-size: 35px;
    }
    .details .body {
        font-size: 18px;
        padding: 0;
        border-bottom: 0;
    }
    .details .info .share {
        display: none;
    }
    .solutions .item {
        margin-top: 50px;
    }
    .solutions .item .text {
        font-size: 18px;
    }
    .solutions .item .tit {
        font-size: 20px;
    }
    .solutions .item .more {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width:1023px) {
    .details {
        margin-top: 15px;
    }
    .details .body,
    .details .prev-next a,
    .solutions .item .text,
    .solutions .item .more {
        font-size: 15px;
    }
    .solutions .item .tit {
        font-size: 18px;
    }
    .childmenu a {
        font-size: 15px;
        line-height: 27px;
    }
    .details .info .sns img {
        width: 45px;
    }
}

@media (max-width:767px) {
    .details h1 {
        font-size: 32px;
    }
    .details .body,
    .details .prev-next a {
        font-size: 16px;
    }
    .details .info .sns {
        margin: 10px 0;
        justify-content: center;
    }
    .details .info .sns img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin: 0 10px;
    }
    .childmenu {
        margin: 20px 0;
    }
}

@media (max-width:540px) {
    .details h1 {
        font-size: 18px;
    }
    .solutions .item .text,
    .solutions .item .more {
        font-size: 14px;
    }
    .solutions .item .tit {
        font-size: 18px;
        height: auto;
    }
    .solutions .item {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .solutions .item:nth-of-type(2) {
        margin-top: 30px;
    }
    .childmenu {
        margin: 20px 0;
        /* margin-top: 30px; */
        /* overflow: hidden; */
        /* overflow-x: auto; */
        /* white-space: nowrap; */
        /* display: block; */
    }
    .childmenu a {
        font-size: 15px;
        margin: 0 8px;
        display: inline-block;
    }
}

@media (max-width:395px) {
    .childmenu a {
        /* margin: 0 5px; */
    }
}