.map_outer{
    position: relative;
    padding: 7.8rem 0rem;
    overflow: hidden;
}
.map{
    position: absolute;
    top: 0rem;
    width: 100%;
    height: 100%;
    left: 0rem;
}
.contact-box{
    background: #fff;
    margin-left: 9rem;
    padding: 6.4rem 9.3rem 6.3rem 5.8rem;
    width: 100%;
    max-width: 56.4rem;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0rem 1.4rem 2rem #0000000A;
    -moz-box-shadow: 0rem 1.4rem 2rem #0000000A;
    -ms-box-shadow: 0rem 1.4rem 2rem #0000000A;
    -o-box-shadow: 0rem 1.4rem 2rem #0000000A;
    box-shadow: 0rem 1.4rem 2rem #0000000A;
}
.contact-item{
    margin-top: 6rem;
}
.head-icon{
    width: 4.2rem;
    padding-right: 1rem;
}
.head-icon img{
    max-width: 100%;
}
.line{
    margin: 2.305rem 0rem 2.405rem;
    width: 12.4rem;
    height: 0.2rem;
    background: #E4E4E4;
}
.contact-item p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.contact-item a {
    color: #000;
}
.contact-now {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-logo {
    max-width: 30rem;
    max-height: 15rem;
    margin: 0 auto 5rem;
}
.contact-logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.contact-outer-big {
    min-height: 69.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-cover {
    position: relative;
    background: rgb(0, 0, 0);
}
.contact_outer_uniwersal {

}
.contact_outer_uniwersal p {
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.contact_outer_uniwersal h1,
.contact_outer_uniwersal h2 {
    font-size: 5.2rem;
    font-family: var(--font-family);
    line-height: 3.8rem;
    font-weight: 600;
}
.contact_outer_uniwersal h3,
.contact_outer_uniwersal h4 {
    font-size: 2.8rem;
    font-family: var(--font-family);
    line-height: 3.8rem;
    font-weight: 600;
}
.contact_outer_uniwersal h5,
.contact_outer_uniwersal h6 {
    font-size: 1.8rem;
    font-family: var(--font-family);
    line-height: 3.8rem;
    font-weight: 600;
}
.contact-outer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.box-slim {
    max-width: 58.8rem;
    margin-left: auto;
    margin-right: auto;
}
.box-medium {
    max-width: 86.5rem;
    margin-left: auto;
    margin-right: auto;
}
.cover-op-01 .contact-outer-bg {
    opacity: 0.1;
}
.cover-op-02 .contact-outer-bg {
    opacity: 0.2;
}
.cover-op-03 .contact-outer-bg {
    opacity: 0.3;
}
.cover-op-04 .contact-outer-bg {
    opacity: 0.4;
}
.cover-op-05 .contact-outer-bg {
    opacity: 0.5;
}
.cover-op-06 .contact-outer-bg {
    opacity: 0.6;
}
.cover-op-07 .contact-outer-bg {
    opacity: 0.7;
}
.cover-op-08 .contact-outer-bg {
    opacity: 0.8;
}
.cover-op-09 .contact-outer-bg {
    opacity: 0.9;
}
.cover-op-none .contact-outer-bg {
    opacity: 0;
}
.cover-op-full .contact-outer-bg {
    opacity: 1;
}
.contact-now-text{
    position: relative;
    z-index: 1;
    color: #fff;
}
.contact-now-text p{
    margin-top: 2.3rem;
}
.contact-now-text .btn{
    margin-top: 3.5rem;
}
.contact_map{
    padding: 14rem 0rem 20.6rem;
}
@media(min-width: 1460px) and (max-width: 1559px){
    .map_outer {
        padding: 6.5rem 0rem;
    }
    .contact-box {
        margin-left: 6rem;
        padding: 4rem;
        max-width: 49rem;
    }
    .contact-item {
        margin-top: 4rem;
    }
    .contact_map {
        padding: 12rem 0rem 14rem;
    }
}
@media(min-width: 1360px) and (max-width: 1459px){
    .map_outer {
        padding: 6.5rem 0rem;
    }
    .contact-box {
        margin-left: 5rem;
        padding: 4rem;
        max-width: 49rem;
    }
    .contact-item {
        margin-top: 4rem;
    }
    .contact_map {
        padding: 12rem 0rem 14rem;
    }
}
@media(min-width: 1200px) and (max-width: 1359px){
    .map_outer {
        padding: 6rem 0rem;
    }
    .contact-box {
        margin-left: 4rem;
        padding: 3.5rem;
        max-width: 47.8rem;
    }
    .contact-item {
        margin-top: 4rem;
    }
    .contact_map {
        padding: 10rem 0rem;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .contact-box {
        margin-left: 3rem;
        padding: 2.5rem;
        max-width: 45.2rem;
    }
    .contact-item {
        margin-top: 4rem;
    }
    .contact_map {
        padding: 10rem 0rem;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .contact-box {
        margin-left: 0rem;
        padding: 2rem;
        max-width: 38rem;
    }
    .contact-box .sub-title br{
        display: none;
    }
    .contact-item {
        margin-top: 3.5rem;
    }
    .contact_map {
        padding: 8rem 0rem;
    }
}
@media(max-width: 767px){
    .map_outer {
        padding: 0rem;
    }
    .map {
        position: relative;
        height: 30rem;
        margin-top: 3rem;
    }
    .contact-box {
        margin-left: 0rem;
        padding: 0rem;
        max-width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .contact-box .sub-title br{
        display: none;
    }
    .contact-item {
        margin-top: 3rem;
    }
    .line {
        margin: 1.805rem 0rem 1.905rem;
    }
    .contact-item p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .contact-now-text p {
        margin-top: 2rem;
    }
    .contact-now-text .btn {
        margin-top: 3rem;
    }
    .contact_map {
        margin: 3rem 0rem 0rem;
    }
}

