/*
Theme Name: marine
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: custum mrban
Author URI: https://wordpress.org/
Description: marine custum theme
Version: 1.0
*/

@charset "UTF-8";

.menu-main-menu-container {
    width: 100%;
}

.banner__main img {
    width: 100%;
}

.message-page__main {
    text-align: center;
}

.message-page__main .thumb {
    margin-bottom: 2rem;
}

.message-page__main .thumb figure {
    margin-bottom: 6rem;
    display: block;
}

.message-page__main .text-box {
    text-align: left;
}

.column-page .head-page {
    text-align: center;
    background: url('images/title-bg.png');
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 7.5rem;
    margin-bottom: 5rem;
    padding: 0 15px;
}

.column-page .head-page h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff;
}

.column-page__main {
    margin: 0 auto;
    width: 100%;
    max-width: 95rem;
    padding: 0 15px;
}

.column-page__main .head {
    width: 100%;
    max-width: 76rem;
    margin: 0 auto 6rem;
}

.column-page__main .head p {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 3rem;
}

.column-page .new-column {
    text-align: center;
    margin-bottom: 5.5rem;
}

.column-page .new-column h3 {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
}

.column-page .new-column .thumb {
    display: inline-block;
    width: 100%;
    max-width: 35rem;
}

.column-page .new-column .thumb figure {
    overflow: hidden;
    position: relative;
}

.column-page .new-column .thumb figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .3s;
}

.column-page .new-column .thumb figure img {
    width: 100%;
    transition: .3s;
}

.column-page .new-column a {
    display: block;
}

.column-page .new-column a:hover figure::before {
    background: rgba(0, 0, 0, .5);
}

.column-page .new-column a:hover img {
    transform: scale(1.05);
}

.column-page .list-column {
    border-top: 1px solid #4FA7F2;
    padding: 6.5rem 3rem;
}

.column-page .list-column .main-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -1rem;
}

.column-page .list-column .items {
    width: 33.33333%;
    padding: 0 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.column-page .list-column .items a {
    display: block;
}

.column-page .list-column .items main {
    display: block;
}

.column-page .list-column .items .thumb {
    border: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
}

.column-page .list-column .items .thumb figure {
    overflow: hidden;
    position: relative;
}

.column-page .list-column .items .thumb figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .3s;
}

.column-page .list-column .items .thumb figure img {
    width: 100%;
    transition: .3s;
}

.column-page .list-column .items a:hover figure::before {
    background: rgba(0, 0, 0, .5);
}

.column-page .list-column .items a:hover img {
    transform: scale(1.05);
}

.apply-box {
    padding: 3rem;
}

.apply-box h3 {
    font-size: 2rem;
    line-height: 3.3rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #707070;
}

.apply-box__main .list-items {
    padding: 0 2.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.apply-box__main .list-items .labels {
    width: 20%;
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #707070;
    padding: 2.2rem 3rem 2.2rem 0;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.apply-box__main .list-items .labels::after {
    content: '';
    width: 70%;
    height: 1px;
    background: #707070;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.apply-box__main .list-items .info {
    width: 80%;
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #707070;
    border-bottom: 1px solid #707070;
    padding: 2.2rem 0;
}

.apply-box__main .list-items .info p {
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #707070;
    margin-bottom: 2.5rem;
}

.apply-box h3 span {
    color: #D30707;
    padding-left: 10%;
}

#gallery_content {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#cboxContent #gallery_content {
    opacity: 1;
    height: 100%;
}

.message-page {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.footer .img-map {
    transform: translateX(105px);
}

.message-page__main img {
    max-width: 63rem;
}

@media (max-width: 767px) {
    .apply-box {
        padding: 0;
    }

    .apply-box__main .list-items {
        display: block;
    }

    .apply-box__main .list-items .labels {
        width: 100%;
    }

    .apply-box__main .list-items .info {
        width: 100%;
    }
    .footer .img-map {
        transform: none;
    }
}

/* appgenerate added */
.blogitems {

}

.card {
    min-height:245px;
    margin-bottom:50px;
}
