/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

/* font-family:'termina'; */

@font-face {
    font-family: 'Lato';
    src: url('lato-light.woff2') format('woff2'),
        url('lato-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-bold.woff2') format('woff2'),
        url('lato-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('raleway-bold.woff2') format('woff2'),
        url('raleway-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('raleway-regular.woff2') format('woff2'),
        url('raleway-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
    GLOBAL FONT STYLE
===============================================*/
body {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.35px;
    color: #fbf6f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Raleway';
    font-size: 62px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #fbf6f2;
}

h2 {
    font-family: Raleway;
    font-size: 46px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
}

h6 {
    font-family: 'termina';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

br[m] {
    display: none;
}

@media screen and (max-width: 550px) {
    br[m] {
        display: unset;
    }

    br[d] {
        display: none;
    }
}

.mobile_only {
    display: none;
}

.pf4_button {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    background-color: #141F33;
    opacity: 1;
    padding: 8px 22px 7px 17px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.36px;
    color: #FFFFFF;
    line-height: 1.4;
    transition: all 0.5s ease;
    border: 1px solid #141F33;
}

.pf4_button span {
    position: relative;
    z-index: 1;
    padding-right: 34px;
    display: inline-block;
    transition: all 0.5s ease;
}

.pf4_button span:before {
    content: "";
    position: absolute;
    background-image: url(b2arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    width: 21px;
    height: 9px;
    top: -9px;
    right: 0px;
}

.pf4_button:hover {
    color: #000;
    background-color: rgb(20 31 51 / 0%);
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.pf4_button2{
    
}
.pf4_button span{
    
}
.pf4_button span:before{
    
}

.section_inner {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}

.section_inner img {
    max-width: 100%;
    height: auto;
    /* margin: 0 auto; */
}

html {
    padding-top: 0 !important;
}

.pf4_button:hover span {
    transform: translateX(5px);
}

/*
	Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
    position: relative;
}

.full-bg-holder>* {
    position: relative;
    z-index: 1;
}

.full-left-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #F5F5F5;
    opacity: 0;
}

.full-left-bg.active {
    opacity: 1;
}


/*
	Globals --> Full right BG
-----------------------------*/
.full-right-bg {
    position: absolute;
    z-index: 0;
    height: 100%;

    width: 100%;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #859CAC;
    opacity: 0;
}

.full-right-bg.active {
    opacity: 1;
}


/*
	Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-color: #859CAC;
}

.full-bg-mobile.active {
    opacity: 1;
}

.mkk_img_in {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}

@media screen and (max-width: 1280px) {
    .mkk_img_in {
        display: none !important;
    }

    .mkk_img_in {
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 5;
    }
}

/*
  Global Font Variable Size
-----------------------------*/
/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px) {
    body {
        font-size: 1.25vw;
        letter-spacing: 0.027vw;
    }

    h1 {
        font-size: 4.844vw;
    }

    h2 {
        font-size: 3.594vw;
    }

    h6 {
        font-size: 1.094VW;
        letter-spacing: 0.094vw;
    }

    .pf4_button {
        /* padding: 0.625vw 0vw 0.625vw 0vw; */
        /* font-size: 0.938vw; */
        /* letter-spacing: 0.188vw; */
    }

    .pf4_button span {
        /* padding-right: 3.828vw; */
    }

    .pf4_button span:before {
        /* width: 2.813vw; */
        /* height: 2.813vw; */
        /* top: -1.797vw; */
        /* right: 0vw; */
    }
}

@media screen and (max-width: 1140px) {
    body {
        font-size: 1.45vw;
    }

    h6 {
        font-size: 1vw;
    }

    .pf4_button span {
        /* padding-right: 42px; */
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 1.85vw;
    }

    h1 {
        font-size: 5.5vw;
    }

    h2 {
        font-size: 3.7vw;
    }

    h6 {
        font-size: 1.4vw;
    }

    .pf4_button {
        /* font-size: 1.35vw; */
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 480px) {
    body {
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.4px;
    }

    h1 {
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
    }

    h6 {
        font-size: 6px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.95;
        letter-spacing: 2.5px;
    }

    .pf4_button {
        font-size: 10px;
        /* font-weight: bold; */
        /* font-stretch: normal; */
        /* font-style: normal; */
        /* line-height: 1.4; */
        /* letter-spacing: 1.88px; */
    }

    .pf4_button span:before {
        /* width: 26px; */
        /* height: 26px; */
        /* top: -16px; */
        /* right: 0px; */
    }
}






.mkk_s {
    padding-bottom: 9000px;
}

/* 
=======================================
  Site Header Section
=========================================*/
.mkk_header {
    padding-top: 19px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.mkk_header .section_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mkk_logo_image {
    width: 158px;
}

.mkk_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.mkk_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mkk_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 44px;
    padding-right: 41px;
    padding-top: 10px;
}

.mkk_header_right li a {
    text-align: right;
    color: #000000;
    position: relative;
    display: block;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.34px;
    line-height: 1.24;
    text-transform: uppercase;
}

/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px) {
    .mkk_header {
        padding-top: 1.484vw;
        padding-bottom: 1.597vw;
        padding-left: 6.3vw;
        padding-right: 4.1vw;
        width: 100%;
    }

    .mkk_header .section_inner {
        width: 100%;
    }

    .mkk_logo_image {
        width: 12.344vw;
    }

    .mkk_header_right li {
        padding-left: 3.438vw;
        padding-right: 3.203vw;
        padding-top: 0.781vw;
    }

    .mkk_header_right li a {
        font-size: 0.938vw;
        letter-spacing: 0.105vw;
    }
}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {
    .mkk_header {
        padding-top: 2.484vw;
        padding-bottom: 2.563vw;
        padding-left: 8.3vw;
        padding-right: 6.1vw;
    }


    .mkk_logo_image {
        width: 17.344vw;
    }

    .mkk_header_right li a {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 480px) {
    .mkk_header {
        padding-top: 19px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 24px;
    }

    .mkk_logo_image {
        width: 145px;
    }
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 28px;
    width: 23px;
    display: block;
    position: absolute;
    top: 19px;
    right: 6.6vw;
    background-image: url(close2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    background-color: #000;
    height: 5px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -5px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    /* background: #fff; */
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    background-color: #7B8C91;
    vertical-align: top;
}

.responsive_header {
    width: 100%;
    display: block;
    position: relative;
    background-color: #FFF;
    padding-top: 2.45vw;
    padding-bottom: 2.3vw;
    padding-left: 8.3vw;
    padding-right: 6.1vw;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu-close {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
    text-align: left;
}

.responsive-menu ul:first-of-type {
    padding-top: 111px;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 91px;
    text-align: left;
    display: block;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    display: block;
    text-decoration: none;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    margin-bottom: 44px;
    font-family: 'Lato';
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: 72px;
    left: 0;
}

.mkk_logo_responsive img {
    width: auto;
}

.responsive-menu ul:last-of-type li {
    padding: 0 12.2vw;
}

.responsive-menu ul:last-of-type li a img {
    height: 25px;
}

.responsive-menu .social_link {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
    display: none;
}

.responsive-menu .social_link ul {
    display: flex;
    flex-wrap: wrap;
}

.responsive-menu .social_link ul li {
    padding: 0 0vw;
}

.responsive-menu .social_link ul li a {
    padding-left: 0;
    padding-right: 13px;
}

.responsive-menu .social_link ul li img {
    height: 30px !important;
}

@media (max-width: 768px) {
    .mkk_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
        width: 32px;
        height: 18px;
        background-image: url(menu.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 2px;
    }
}

@media (max-width: 550px) {
    .responsive_header {
        padding-top: 19px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 24px;
    }

    .mkk_logo_responsive img {
        width: 144px;
    }
}



/* footer */
.mkk_s7 {
    position: relative;
    z-index: 999;
    background-color: #686360;
}

.mkk_s7_top {
    width: 100%;
    text-align: center;
    padding-top: 63px;
    padding-bottom: 35px;
}

.mkk_s7_top .section_inner {
    width: 1080px;
}

.mkk_s7_top_in {
    width: 100%;
}

.mkk_s7_top_in article h6 {
    color: #fbf6f2;
    letter-spacing: 1.3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.mkk_s7_top_in article h6 a {
    color: #fbf6f2;
}

.mkk_s7_top_in article h2 {
    color: #fbf6f2;
    margin-left: 2px;
}

.mkk_s7_middle {
    background-color: #686360;
    padding-top: 0px;
}

.mkk_s7_middle .section_inner {
    width: 1292px;
    width: 100%;
}

.mkk_s7_middle_in {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    margin-left: 0px;
}

.mkk_s7_middle_in_item {
    display: block;
    padding-right: 8px;
    margin: 0px auto;
    width: 20%;
}

.mkk_s7_middle_in_item:last-child {
    margin-right: -7px;
}

.mkk_s7_middle_in_item a img {
    width: 100%;
    max-width: unset;
    display: block;
}

.mkk_s7_bottom {
    width: 100%;
    background-color: #dcd7d1;
    padding-top: 25px;
    padding-bottom: 2px;
}

.mkk_s7_bottom .section_inner {
    width: 1080px;
}

.mkk_s7_bottom article {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 22px;
}

.mkk_s7_bottom article p {
    font-family: 'Raleway';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.33px;
    color: #333333;
    text-transform: uppercase;
}

.mkk_s7_bottom article p a {
    color: #333333;
}

.mkk_s7_bottom article p .divider {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
}

.mkk_s7_bottom article p .divider:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #333333;
    top: -13px;
    left: 54%;
}

.mkk_s7_bottom article p .bu_art {
    display: inline-block;
    position: relative;
    padding-left: 23px;
}

.mkk_s7_bottom article p .bu_art:before {
    content: "";
    position: absolute;
    background-image: url(mkk-arrow-right-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    width: 16px;
    height: 16px;
    top: -12px;
    right: 0px;
}

/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px) {

    .mkk_s7_top {
        width: 100%;
        padding-top: 4.922vw;
        padding-bottom: 2.734vw;
    }

    .mkk_s7_top .section_inner {
        width: 84.375vw;
    }

    .mkk_s7_top_in {
        width: 100%;
    }


    .mkk_s7_top_in article h6 {
        letter-spacing: 0.102vw;
        margin-left: 0.234vw;
        margin-bottom: 0.234vw;
    }

    .mkk_s7_top_in article h2 {
        margin-left: 0.156vw;
    }

    .mkk_s7_middle {
        padding-top: 0vw;
    }

    .mkk_s7_middle .section_inner {
        width: 100%;
        margin-left: -0.078vw;
    }

    .mkk_s7_middle_in {
        width: 100%;
        margin-left: 0vw;
    }

    .mkk_s7_bottom {
        width: 100%;
        padding-top: 1.953vw;
        padding-bottom: 0.156vw;
    }

    .mkk_s7_bottom .section_inner {
        width: 84.375vw;
    }

    .mkk_s7_bottom article {
        width: 100%;
        margin-left: 1.719vw;
    }

    .mkk_s7_bottom article p {
        font-size: 1.016vw;
        letter-spacing: 0.026vw;
    }

    .mkk_s7_bottom article p .divider {
        padding-left: 1.328vw;
        padding-right: 1.328vw;
    }

    .mkk_s7_bottom article p .divider:before {
        height: 1.406vw;
        top: -1.016vw;
        left: 54%;
    }

    .mkk_s7_bottom article p .bu_art {
        padding-left: 1.797vw;
    }

    .mkk_s7_bottom article p .bu_art:before {
        width: 1.25vw;
        height: 1.25vw;
        top: -0.938vw;
        right: 0vw;
    }
}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {

    .mkk_s7_middle_in_item:last-child {
        margin-right: -0.547vw;
    }

    .mkk_s7_bottom article p {
        font-size: 1.2vw;
    }

    .mkk_s7_bottom article p .divider:before {
        top: -1.6vw;
        height: 2vw;
    }

    .mkk_s7_bottom article p .bu_art {
        padding-left: 2.797vw;
    }

    .mkk_s7_bottom article p .bu_art:before {
        width: 1.5vw;
        height: 1.5vw;
        top: -1.3vw;
        right: 0vw;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 480px) {
    .mkk_s7_top {
        padding-top: 38px;
        padding-bottom: 41px;
    }

    .mkk_s7_top_in article h6 {
        font-size: 9.5px;
        letter-spacing: 1.1px;
        margin-bottom: 7px;
    }

    .mkk_s7_top_in article h2 {
        letter-spacing: 0px;
        margin-bottom: -2.3vw;
        margin-top: -2px;
        font-size: 6.95vw;
    }


    .mkk_s7_middle .section_inner {
        margin-left: -1.5px;
        width: 100.7%;
    }


    .mkk_s7_middle_in_item {
        width: 33.33%;
        padding-right: 1.5px;
        padding-left: 1.5px;
    }

    .mkk_s7_middle_in_item:nth-child(4) {
        display: none;
    }

    .mkk_s7_middle_in_item:nth-child(5) {
        display: none;
    }

    .mkk_s7_bottom {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .mkk_s7_bottom article p {
        font-size: 2.6vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: 0.55px;
        margin-bottom: 11px;
    }

    .mkk_s7_bottom article p .divider {
        display: none;
    }

    .mkk_s7_bottom article p .bu_art {
        padding-left: 28px;
    }

    .mkk_s7_bottom article p .bu_art:before {
        width: 13px;
        height: 13px;
        top: -13px;
    }
}














/* ------------------------------------------------
>>> Services Page CSS start here >>>>>>>>>>>>>> */

br.m {
    display: none !important;
}

@media (max-width: 550px) {
    br.m {
        display: block !important;
    }
}

/* section 1 */
.mks_s1 {
    overflow: hidden;
    background-color: #7B8C91;
}

.mks_s1 .section_inner {
    width: 1280px;
}

.mks_s1_left {
    background-color: #7B8C91;
    position: relative;
    width: 57.45%;
}

.mks_s1_left_art1 {
    position: absolute;
    background-color: #fbf6f2;
    left: 80px;
    bottom: 0px;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.mks_s1_left_art2 {
    position: absolute;
    z-index: 1;
    border: solid 1px #fbf6f2;
    border-radius: 100%;
    left: -97px;
    bottom: -201px;
    width: 393px;
    height: 393px;
}

.mks_s1_left_art3 {
    position: absolute;
    background-color: #fbf6f2;
    bottom: 89px;
    left: 271px;
    width: 100%;
    height: 1px;
    z-index: 0;
}

.mks_s1_left_in {
    padding-top: 120px;
    padding-left: 116px;
    padding-bottom: 234px;
}

.mks_s1_left_in article {
    position: relative;
    z-index: 5;
}

.mks_s1_left_in article h1 {
    font-size: 52px;
    line-height: 1.19;
    margin-bottom: 55px;
}

.mks_s1_left_in article h6 {
    font-size: 12px;
    line-height: 1.5;
    color: #dcd7d1;
    margin-bottom: 24px;
}

.mks_s1_right {
    background-color: #CBCBCB;
    width: 42.55%;
    position: relative;
    z-index: 5;
}

.mks_s1_right_img {
    width: 545px;
    position: relative;
}

.mks_s1_right_img .mkk_img_in {
    background-position: center;
}

.mks_s1_right_bg_art4 {
    position: absolute;
    background-color: #cbcbcb;
    top: 0px;
    left: 0px;
    width: 160%;
    height: 100%;
    z-index: -1;
}

.mks_s1_right_img img {
    opacity: 0 !important;
}

.mks_s1_right .mks_s1_right_content {
    padding-left: 70px;
    padding-top: 34px;
}

.mks_s1_right .mks_s1_right_content article p {
    letter-spacing: 0.5px;
    color: #333333;
}

.mks_s1_link {
    padding-top: 11px;
}

.mks_s1_link .pf4_button span:before {
    content: "";
}

.mks_s1_link .pf4_button span {
    -webkit-animation: anime_button 0.4s infinite alternate;
    -moz-animation: anime_button 0.4s infinite alternate;
    animation: anime_button 0.4s infinite alternate;

}

.mks_s1_link .pf4_button:hover span {
    animation-duration: 50s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px) {


    .mks_s1 .section_inner {
        width: 100vw;
    }

    .mks_s1_left {
        width: 57.45%;
    }

    .mks_s1_right_img {
        opacity: 1 !important;
    }

    .mks_s1_right_bg_art4 {
        top: 0vw;
        left: 0vw;
        width: 160%;
        height: 100%;
    }

    .mks_s1_right_img img {
        opacity: 1 !important;
    }

    .mks_s1_link {
        padding-top: 0.859vw;
    }

    .mks_s1_link .pf4_button span:before {
        content: "";
    }

    .mks_s1_left_art1 {
        left: 6.25vw;
        bottom: 0vw;
        width: 0.078vw;
    }

    .mks_s1_left_art2 {
        border: solid 0.078vw #fbf6f2;
        left: -7.578vw;
        bottom: -15.703vw;
        width: 30.703vw;
        height: 30.703vw;
    }

    .mks_s1_left_art3 {
        bottom: 6.953vw;
        left: 21.172vw;
        height: 0.078vw;
    }

    .mks_s1_left_in {
        padding-top: 9.375vw;
        padding-left: 9.063vw;
        padding-bottom: 18.281vw;
    }


    .mks_s1_left_in article h1 {
        font-size: 4.063vw;
        margin-bottom: 4.297vw;
    }

    .mks_s1_left_in article h6 {
        font-size: 0.938vw;
        margin-bottom: 1.875vw;
    }


    .mks_s1_right_img {
        width: 42.578vw;
    }


    .mks_s1_right .mks_s1_right_content {
        padding-left: 5.469vw;
        padding-top: 2.656vw;
    }

    .mks_s1_right .mks_s1_right_content article p {
        letter-spacing: 0.039vw;
    }

    .mks_s1_link {
        padding-top: 0.859vw;
    }
}

@media screen and (max-width: 1140px) {

    .mks_s1_right .mks_s1_right_content article p br {
        display: none;
    }

    .mks_s1_right .mks_s1_right_content {
        padding-right: 3vw;
    }

}

@media screen and (max-width: 1024px) {

    .mks_s1_left_in article h1 {
        font-size: 5.5vw;
    }

    .mks_s1_left_in article h1 br {
        display: none;
    }

    .mks_s1_left_in article h6 {
        font-size: 1.4vw;
    }

    .mks_s1_left_in article h6 br {
        display: none;
    }

    .mks_s1_right .mks_s1_right_content article p br {
        display: none;
    }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {

    .mks_s1 .section_inner {
        width: 100vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .mks_s1_left {
        width: 100%;
        padding: 16.7vw 8vw 28.2vw;
    }

    .mks_s1_left_in {
        padding: 0vw 0vw 0vw 4.2vw;
    }

    .mks_s1_left_art1 {
        left: 25px;
    }

    .mks_s1_left_art2 {
        width: 47.467vw;
        height: 47.467vw;
        left: -13.7vw;
        bottom: -23.8vw;
    }

    .mks_s1_left_art3 {
        bottom: 12.1vw;
        left: 30.1vw;
    }

    .mks_s1_left_in article h6 {
        font-size: 2.133vw;
        line-height: 1.5;
        letter-spacing: 0.213vw;
        margin-bottom: 10px;
    }


    .mks_s1_left_in article h1 {
        font-size: 7.467vw;
        line-height: 1.11;
        letter-spacing: 0.24vw;
        margin-bottom: 7vw;
    }

    .mks_s1_left_in article h1 br {
        display: block;
    }


    .mks_s1_right {
        width: 100%;
        padding: 0;
    }

    .mks_s1_right_img img {
        display: none;
    }

    .mks_s1_right_img .mobile_only {
        display: block;
    }

    .mks_s1_right .mks_s1_right_content {
        padding: 7.4vw 10vw 4.1vw 14.1vw;
    }

    .mks_s1_right .mks_s1_right_content article p {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.1vw;
        margin-bottom: 3vw;
    }

    .mks_s1_right_img {
        width: 100%;
    }


}




/* section 2 */
.mks_s2 {
    padding-top: 504px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media screen and (max-width: 1280px) {
    .mks_s2 {
        padding-top: 39.375vw;
    }
}

@media screen and (max-width: 550px) {
    .mks_s2 {
        width: 100vw;
        background-image: url(mks_s2_1_m.jpg) !important;
        padding-top: 54.133vw;
    }
}



/* section 3 */
.mks_s3 {
    background-color: #FBF6F2;
    position: relative;
    z-index: 99;
    padding-bottom: 112px;
}

.mks_s3 .section_inner {
    width: 1120px;
    display: block;
    /* border-left: 1px solid #cbcbcb; */
}

.mks_s3 .section_in {
    /* padding-top: 89px; */
}

.mks_s3_item {
    display: flex;
    flex-wrap: wrap;
}

.mks_s3_item1 {
    padding-top: 89px;
    padding-bottom: 71px;
    border-left: 1px solid #cbcbcb;
}

.mks_s3_item1 .section_left_item {
    width: 50%;
    padding-left: 65px;
}

.mks_s3_item1 .section_left_item h2 {
    color: #333333;
    margin-bottom: 27px;
}

.mks_s3_item1 .section_left_item h6 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    color: #686360;
}

.mks_s3_item1 .section_left_item p {
    letter-spacing: 0.53px;
    color: #686360;
    margin-bottom: 49px;
}

.mks_s3_item1 .section_left_item .pf4_button span:before {
    /* right: -4px; */
}

.mks_s3_item1 .section_right_item {
    width: 50%;
    padding-top: 3px;
    padding-left: 78px;
}

.mks_s3_item1_img {
    position: relative;
    z-index: 9;
    width: 559px;
}


.mks_s3_item1_img .full-right-bg {
    background-position: center;
}

.mks_s3_art4 {
    position: absolute;
    border: solid 1px #cbcbcb;
    border-radius: 100%;
    left: -85px;
    bottom: -83px;
    width: 187px;
    height: 187px;
    z-index: -1;
}

.mks_s3_item2 .section_left_item {
    width: 38%;
    padding-top: 0;
    padding-right: 44px;
}

.mks_s3_item2_img {
    position: relative;
    z-index: 9;
    margin-left: -1px;
}

.mks_s3_item2 .section_right_item {
    width: 62%;
    padding-top: 143px;
    padding-bottom: 70px;
    padding-right: 60px;
    padding-left: 133px;
    position: relative;
    z-index: 1;
}

.mks_s3_art2 {
    position: absolute;
    background-color: #cbcbcb;
    left: 38px;
    top: 83px;
    width: 1px;
    height: 120%;
    z-index: 0;
}

.mks_s3_art3 {
    position: absolute;
    background-color: #cbcbcb;
    top: 83px;
    left: -50%;
    width: 500%;
    height: 1px;
    z-index: 0;
}

.mks_s3_item2 .section_right_item h2 {
    color: #333333;
    margin-bottom: 28px;
}

.mks_s3_item2 .section_right_item h6 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    color: #686360;
    margin-bottom: 24px;
}

.mks_s3_item2 .section_right_item p {
    letter-spacing: 0.6px;
    color: #686360;
    margin-bottom: 8px;
}

.mks_s3_item3 .section_left_item {
    width: 55%;
    padding-top: 90px;
    padding-left: 33px;
}

.mks_s3_item3 .section_left_item h2 {
    margin-bottom: 37px;
}

.mks_s3_item3 .section_left_item p {
    color: #333333;
}

.mks_s3_item3 .section_right_item {
    width: 45%;
}

.mks_s3_item3_img {
    width: 448px;
    margin-left: auto;
    margin-right: -11px;
}


@media screen and (max-width: 1280px) {
    .mks_s3 {
        padding-bottom: 8.750vw;
    }

    .mks_s3 .section_inner {
        width: 87.5vw;
        /* border-left: 0.078vw solid #cbcbcb; */
    }

    .mks_s3 .section_in {
        /* padding-top: 6.953vw; */
    }

    .mks_s3_item1 {
        padding-top: 6.953vw;
        padding-bottom: 5.547vw;
    }

    .mks_s3_item1 .section_left_item {
        padding-left: 5.078vw;
    }

    .mks_s3_item1 .section_left_item h2 {
        margin-bottom: 2.109vw;
    }

    .mks_s3_item1 .section_left_item h6 {
        font-size: 0.938vw;
        letter-spacing: 0.094vw;
    }

    .mks_s3_item1 .section_left_item p {
        letter-spacing: 0.041vw;
        margin-bottom: 3.828vw;
    }

    .mks_s3_item1 .section_left_item .pf4_button span:before {
        /* right: -0.313vw; */
    }

    .mks_s3_item1 .section_right_item {
        padding-top: 0.234vw;
        padding-left: 6.094vw;
    }

    .mks_s3_item1_img {
        width: 43.672vw;
    }


    .mks_s3_art4 {
        left: -6.641vw;
        bottom: -6.484vw;
        width: 14.609vw;
        height: 14.609vw;
    }

    .mks_s3_item2 .section_left_item {
        padding-right: 3.438vw;
    }

    .mks_s3_item2_img {
        margin-left: -0.078vw;
    }

    .mks_s3_item2 .section_right_item {
        padding-top: 11.172vw;
        padding-bottom: 5.469vw;
        padding-right: 4.688vw;
        padding-left: 10.391vw;
    }

    .mks_s3_art2 {
        left: 2.969vw;
        top: 6.484vw;
    }

    .mks_s3_art3 {
        top: 6.484vw;
    }

    .mks_s3_item2 .section_right_item h2 {
        margin-bottom: 2.188vw;
    }

    .mks_s3_item2 .section_right_item h6 {
        font-size: 0.938vw;
        letter-spacing: 0.094vw;
        margin-bottom: 1.875vw;
    }

    .mks_s3_item2 .section_right_item p {
        letter-spacing: 0.047vw;
        margin-bottom: 0.625vw;
    }

    .mks_s3_item3 .section_left_item {
        padding-top: 7.031vw;
        padding-left: 2.578vw;
    }

    .mks_s3_item3 .section_left_item h2 {
        margin-bottom: 2.891vw;
    }

    .mks_s3_item3_img {
        width: 35vw;
        margin-right: -0.859vw;
    }
}

@media screen and (max-width: 1024px) {
    .mks_s3_item1 .section_left_item p br {
        display: none;
    }

    .mks_s3_item2 .section_right_item p br {
        display: none;
    }

    .mks_s3_item1 .section_left_item h6 {
        font-size: 1.4vw;
    }

    .mks_s3_item2 .section_right_item h6 {
        font-size: 1.4vw;

    }

    .mks_s3_item2 .section_right_item h6 br {
        display: none;

    }
}

@media screen and (max-width: 550px) {
    .mks_s3 {
        padding-bottom: 8.906vw;
    }

    .mks_s3 .section_inner {
        width: 100vw;
    }

    .mks_s3 .section_in {
        padding-top: 0;
    }

    .mks_s3_item {
        flex-direction: column;
    }

    .mks_s3_item1 {
        padding-bottom: 24.2vw;
        padding-top: 0;
    }

    .mks_s3_item1 .section_left_item {
        width: 100%;
        padding-top: 15.3vw;
        padding-left: 19.4vw;
        padding-right: 10vw;
        position: relative;
        z-index: 9;
    }

    .mks_s3_item1 .section_left_item:before {
        content: "";
        position: absolute;
        background-color: #cbcbcb;
        top: 0;
        left: 11.3vw;
        width: 1px;
        height: 100%;
        z-index: 0;
    }

    .mks_s3_item1 .section_left_item h2 {
        font-size: 6.933vw;
        line-height: 1.19;
        letter-spacing: normal;
        margin-bottom: 4.8vw;
    }

    .mks_s3_item1 .section_left_item h6 {
        font-size: 2.133vw;
        line-height: 1.5;
        letter-spacing: 0.213vw;
    }

    .mks_s3_item1 .section_left_item p {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.11vw;
        margin-bottom: 11.1vw;
    }

    .mks_s3_item1 .section_left_item .pf4_button {
        display: none;
    }

    .mks_s3_item1 .section_right_item {
        width: 100%;
        padding-top: 0.234vw;
        padding-left: 0;
    }

    .mks_s3_item1_img {
        width: 65.6vw;
    }


    .mks_s3_art4 {
        left: unset;
        bottom: -15.7vw;
        right: -15.7vw;
        width: 31.467vw;
        height: 31.467vw;
    }

    .mks_s3_item2 .section_left_item {
        display: none;
    }

    .mks_s3_item2_img {
        margin-left: -0.078vw;
    }

    .mks_s3_item2 .section_right_item {
        width: 100%;
        padding-top: 12.1vw;
        padding-bottom: 38.7vw;
        padding-right: 12vw;
        padding-left: 8.8vw;
    }

    .mks_s3_art2 {
        left: unset;
        top: 0;
        right: 6.3vw;
        height: 100%;
    }

    .mks_s3_art3 {
        top: 0;
    }

    .mks_s3_item2 .section_right_item h2 {
        font-size: 6.933vw;
        line-height: 1.19;
        letter-spacing: normal;
        margin-bottom: 4.7vw;
    }

    .mks_s3_item2 .section_right_item h6 {
        font-size: 2.133vw;
        line-height: 1.5;
        letter-spacing: 0.213vw;
        margin-bottom: 7.5vw;
    }

    .mks_s3_item2 .section_right_item h6 br {
        display: block;
    }

    .mks_s3_item2 .section_right_item p {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.11vw;
        margin-bottom: 0.625vw;
    }

    .mks_s3_item3 .section_left_item {
        padding-top: 7.031vw;
        padding-left: 2.578vw;
    }

    .mks_s3_item3 .section_left_item h2 {
        margin-bottom: 2.891vw;
    }

    .mks_s3_item3_img {
        width: 35vw;
        margin-right: -0.859vw;
    }
}


/* section 4 */
.mks_s4 {
    background-color: #DCD7D1;
    position: relative;
    z-index: 99;
}

.mks_s4 .section_inner {
    width: 1120px;
    display: block;
    border-left: 1px solid #cbcbcb;
    padding-bottom: 144px;
    position: relative;
    z-index: 9;
}

.mks_s4_art1 {
    position: absolute;
    background-color: #807f80;
    left: -1px;
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.mks_s4_art2 {
    position: absolute;
    z-index: -1;
    border: solid 1px #807f80;
    border-radius: 100%;
    left: -134px;
    bottom: -132px;
    width: 263px;
    height: 263px;
}

.mks_s4 .section_in {
    display: flex;
    flex-wrap: wrap;
}

.mks_s4 .section_left_item {
    width: 60%;
    padding-top: 80px;
    padding-left: 95px;
}

.mks_s4 .section_left_item h2 {
    color: #333333;
    margin-bottom: 31px;
}

.mks_s4 .section_left_item h6 {
    font-size: 12px;
    line-height: 1.5;
    color: #454b4d;
    margin-bottom: 26px;
}

.mks_s4 .section_left_item p {
    letter-spacing: 0.6px;
    color: #333333;
    margin-bottom: 31px;
}

.mks_s4 .section_left_item .pf4_button span:before {
    /* right: -4px; */
}

.mks_s4 .section_right_item {
    width: 40%;
    position: relative;
    padding-left: 86px;
}

.mks_s4_img {
    position: relative;
    z-index: 9;
    width: 441px;
    margin-top: -95px;
}

.mks_s4_img .full-right-bg {
    background-position: center;
}



@media screen and (max-width: 1280px) {
    .mks_s4 .section_inner {
        width: 87.5vw;
        border-left: 0.078vw solid #cbcbcb;
        padding-bottom: 11.25vw;
    }

    .mks_s4_art1 {
        left: -0.078vw;
        top: 0vw;
    }

    .mks_s4_art2 {
        left: -10.469vw;
        bottom: -10.313vw;
        width: 20.547vw;
        height: 20.547vw;
    }


    .mks_s4 .section_left_item {
        padding-top: 6.25vw;
        padding-left: 7.422vw;
    }

    .mks_s4 .section_left_item h2 {
        margin-bottom: 2.422vw;
    }

    .mks_s4 .section_left_item h6 {
        font-size: 0.938vw;
        margin-bottom: 2.031vw;
    }

    .mks_s4 .section_left_item p {
        letter-spacing: 0.047vw;
        margin-bottom: 2.422vw;
    }

    .mks_s4 .section_left_item .pf4_button span:before {
        /* right: -0.313vw; */
    }

    .mks_s4 .section_right_item {
        padding-left: 6.719vw;
    }

    .mks_s4_img {
        width: 34.453vw;
        margin-top: -7.422vw;
    }

}

@media screen and (max-width: 1024px) {
    .mks_s4 .section_left_item p br {
        display: none;
    }

    .mks_s4 .section_left_item h6 {
        font-size: 1.4vw;
    }

    .mks_s4 .section_left_item h6 br {
        display: none;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {
    .mks_s4 .section_inner {
        width: 100vw;
        padding: 0 5.5vw;
        padding-bottom: 28.85vw;
    }

    .mks_s4_art1 {
        left: 8.7vw;
    }

    .mks_s4_art2 {
        left: -12.4vw;
        bottom: -21.3vw;
        width: 42.667vw;
        height: 42.667vw;
    }

    .mks_s4 .section_in {
        flex-direction: column-reverse;
    }

    .mks_s4 .section_left_item {
        width: 100%;
        padding-top: 9.6vw;
        padding-left: 9.9vw;
    }

    .mks_s4 .section_left_item h2 {
        font-size: 6.4vw;
        line-height: 1.17;
        letter-spacing: normal;
        margin-bottom: 5.5vw;
    }

    .mks_s4 .section_left_item h6 {
        font-size: 2.133vw;
        line-height: 1.5;
        letter-spacing: 0.213vw;
        margin-bottom: 7.1vw;
    }

    .mks_s4 .section_left_item p {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.11vw;
        margin-bottom: 8.4vw;
    }

    .mks_s4 .section_left_item .pf4_button {
        /* font-size: 2.667vw; */
        /* line-height: 1.1; */
        /* letter-spacing: 0.533vw; */
        padding: 8px 17px 7px 19px;
    }

    .mks_s4 .section_left_item .pf4_button span:before {
        /* right: 0.9vw; */
    }

    .mks_s4 .section_right_item {
        width: 100%;
        padding-left: 0;
    }

    .mks_s4_img {
        width: 49.4vw;
        margin-top: -43.7vw;
        margin-left: auto;
        margin-right: -5.5vw;
    }
}