/*============================================================================
  #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: -8px;
    right: 0px;
}

.pf4_button:hover {
    color: #000;
    background-color: rgb(20 31 51 / 0%);
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.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: 23px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    /* background-color: #fff; */
    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.797vw;
        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: 1;
    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;
    }
}

































/* ------------------------------------
About Page CSS here >>>>>>>>>>>>>>>>>> */

/* global */
.desktop_only {
    display: block;
}

br.m {
    display: none !important;
}

@media (max-width: 500px) {
    br.m {
        display: block !important;
    }
}

/* section 1 */
.mka_s1 {
    padding-top: 0;
    background-color: #454B4D;
    position: relative;
    z-index: 9;
}

.mka_s1 .section_inner {
    position: relative;
    display: block;
    width: 1140px;
}

.mka_s1_art1 {
    position: absolute;
    background-color: #fbf6f2;
    top: 50.35%;
    transform: translateY(-50%);
    right: calc(100% - 80px);
    width: 2000px;
    height: 1px;
    z-index: -1;
}

.mka_s1_art2 {
    position: absolute;
    z-index: 1;
    border: solid 1px #fbf6f2;
    border-radius: 100%;
    right: -146px;
    top: -41px;
    width: 811px;
    height: 811px;
}

.mka_s1 .section_in {
    display: flex;
    flex-wrap: wrap;
}

.mka_s1 .section_left_item {
    width: 50%;
}

.mka_s1_img {
    width: 531px;
    margin-left: auto;
}

.mka_s1 .section_right_item {
    width: 50%;
    padding-top: 169px;
    padding-left: 97px;
    position: relative;
    z-index: 99;
}

.mka_s1 .section_right_item h6 {
    font-size: 12px;
    color: #ebe6df;
    margin-bottom: 23px;
}

.mka_s1 .section_right_item h1 {
    font-size: 49px;
    line-height: 1.22;
    margin-bottom: 49px;
}

.mka_s1 .section_right_item p {
    letter-spacing: 0.55px;
}

/* responsive */
@media (max-width: 1280px) {
    .mka_s1 .section_inner {
        width: 89.063vw;
    }

    .mka_s1_art1 {
        right: calc(100% - 6.25vw);
        width: 156.25vw;
        height: 0.078vw;
    }

    .mka_s1_art2 {
        border: solid 0.078vw #fbf6f2;
        right: -11.406vw;
        top: -3.203vw;
        width: 63.359vw;
        height: 63.359vw;
    }

    .mka_s1_img {
        width: 41.484vw;
    }

    .mka_s1 .section_right_item {
        padding-top: 13.203vw;
        padding-left: 7.578vw;
    }

    .mka_s1 .section_right_item h6 {
        font-size: 0.938vw;
        margin-bottom: 1.797vw;
    }

    .mka_s1 .section_right_item h1 {
        font-size: 3.828vw;
        margin-bottom: 3.828vw;
    }

    .mka_s1 .section_right_item p {
        letter-spacing: 0.043vw;
    }
}

@media (max-width: 1140px) {

    .mka_s1 .section_right_item h6 {
        font-size: 1vw;
    }

    .mka_s1 br {
        display: none;
    }
}

@media (max-width: 1024px) {

    .mka_s1 .section_right_item h6 {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    .mka_s1 .section_inner {
        width: 100vw;
        padding: 0 10vw;
    }

    .mka_s1_art1 {
        display: none;
    }

    .mka_s1_art2 {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        top: -20vw;
        width: 105vw;
        height: 105vw;
    }

    .mka_s1 .section_in {
        flex-direction: column-reverse;
    }

    .mka_s1 .section_left_item {
        width: 100%;
    }

    .mka_s1_img {
        margin-left: 0;
        position: relative;
        z-index: 99;
        margin-bottom: 7vw;
    }

    .mka_s1 .section_right_item {
        width: 100%;
        padding: 10vw 15vw 3vw 0vw;
    }

    .mka_s1 .section_right_item h1 {
        font-size: 5.5vw;
    }

    .mka_s1 .section_right_item h6 {
        font-size: 1.8vw;
    }

}

@media (max-width: 550px) {
    .mka_s1 .section_inner {
        padding: 0;
    }

    .mka_s1_art1 {
        display: none;
    }

    .mka_s1_art2 {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        top: -6.3vw;
        width: 115.733vw;
        height: 115.733vw;
    }

    .mka_s1 .section_in {
        flex-direction: column-reverse;
    }

    .mka_s1_img {
        margin-bottom: 0;
        width: 100%;
    }

    .mka_s1_img .desktop_only {
        display: none;
    }

    .mka_s1_img .mobile_only {
        display: block;
    }

    .mka_s1 .section_right_item {
        padding: 22.2vw 10vw 19vw 12.6vw;
    }

    .mka_s1 .section_right_item h1 {
        font-size: 9.6vw;
        line-height: 1.03;
        letter-spacing: normal;
        margin-left: -1.7vw;
        margin-bottom: 0;
    }

    .mka_s1 .section_right_item p {
        display: none;
    }

    .mka_s1 .section_right_item h6 {
        font-size: 2.133vw;
        line-height: 1.38;
        letter-spacing: 0.213vw;
        margin-bottom: 6vw;
    }
}


/* section 2 */
.mka_s2 {
    background-color: #FBF6F2;
    position: relative;
    z-index: 99;
}

.mka_s2 .section_inner {
    width: 1140px;
    display: block;
}

.mka_s2 .section_in {
    padding-top: 100px;
    padding-bottom: 111px;
    position: relative;
    z-index: 9;
}

.mka_s2_art1 {
    position: absolute;
    background-color: #cbcbcb;
    left: 10px;
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.mka_s2_item {
    display: flex;
    flex-wrap: wrap;
}

.mka_s2_item1 .section_left_item {
    width: 50%;
    padding-top: 40px;
    padding-left: 45px;
}

.mka_s2_item h2 {
    color: #333333;
    margin-bottom: 34px;
}

.mka_s2_item p {
    letter-spacing: 0.65px;
    color: #333333;
}

.mka_s2_item h6 {
    font-size: 12px;
    color: #333333;
}

.mka_s2_item1 .section_right_item {
    width: 50%;
}

.mka_s2_item1_img {
    width: 560px;
}

.mka_s2_item2 .section_left_item {
    width: 55%;
    padding-top: 102px;
    padding-right: 151px;
}

.mka_s2_item2_img {
    position: relative;
    z-index: 9;
    width: 546px;
    margin-left: -70px;
}

.mka_s2_art2 {
    position: absolute;
    z-index: -1;
    border: solid 1px #D2D1D0;
    border-radius: 100%;
    left: -80px;
    top: -136px;
    width: 317px;
    height: 317px;
}

.mka_s2_item2 .section_right_item {
    width: 45%;
    padding-top: 149px;
    padding-bottom: 72px;
    padding-left: 120px;
    position: relative;
    z-index: 1;
}

.mka_s2_art3 {
    position: absolute;
    background-color: #cbcbcb;
    left: 66px;
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.mka_s2_art4 {
    position: absolute;
    background-color: #cbcbcb;
    top: 102px;
    left: 66px;
    width: 400%;
    height: 1px;
    z-index: 0;
}

.mka_s2_item2 .section_right_item p {
    letter-spacing: 0.6px;
    margin-bottom: 25px;
}

.mka_s2_item2 .section_right_item h6,
.mka_s2_item3 .section_left_item h6 {
    line-height: 1.5;
    margin-bottom: 19px;
}

.mka_s2_item3 .section_left_item {
    width: 55%;
    padding-top: 90px;
    padding-left: 45px;
}

.mka_s2_item3 .section_left_item h2 {
    margin-bottom: 37px;
}

.mka_s2_item3 .section_left_item p {
    letter-spacing: 0.6px;
    color: #333333;
}

.mka_s2_item3 .section_left_item h6 {
    margin-bottom: 15px;
}

.mka_s2_item3 .section_right_item {
    width: 45%;
    position: relative;
    z-index: 9;
}

.mka_s2_item3_img {
    width: 448px;
    margin-left: auto;
    margin-right: -1px;
}




/* responsive */
@media screen and (max-width: 1280px) {

    .mka_s2 .section_inner {
        width: 89.063vw;
    }

    .mka_s2 .section_in {
        padding-top: 7.813vw;
        padding-bottom: 8.672vw;
    }

    .mka_s2_art1 {
        left: 0.781vw;
        width: 0.078vw;
    }

    .mka_s2_item1 .section_left_item {
        padding-top: 3.125vw;
        padding-left: 3.516vw;
    }

    .mka_s2_item h2 {
        margin-bottom: 2.656vw;
    }

    .mka_s2_item p {
        letter-spacing: 0.051vw;
    }

    .mka_s2_item h6 {
        font-size: 0.938vw;
    }

    .mka_s2_item1_img {
        width: 43.75vw;
    }

    .mka_s2_item2 .section_left_item {
        padding-top: 7.969vw;
        padding-right: 11.797vw;
    }

    .mka_s2_item2_img {
        width: 42.656vw;
        margin-left: -5.469vw;
    }

    .mka_s2_art2 {
        border: solid 0.078vw #D2D1D0;
        left: -6.25vw;
        top: -10.625vw;
        width: 24.766vw;
        height: 24.766vw;
    }

    .mka_s2_item2 .section_right_item {
        padding-top: 11.641vw;
        padding-bottom: 5.625vw;
        padding-left: 9.375vw;
    }

    .mka_s2_art3 {
        left: 5.156vw;
        width: 0.078vw;
    }

    .mka_s2_art4 {
        top: 7.969vw;
        left: 5.156vw;
        height: 0.078vw;
    }

    .mka_s2_item2 .section_right_item p {
        letter-spacing: 0.047vw;
        margin-bottom: 1.953vw;
    }

    .mka_s2_item2 .section_right_item h6,
    .mka_s2_item3 .section_left_item h6 {
        margin-bottom: 1.484vw;
    }

    .mka_s2_item3 .section_left_item {
        padding-top: 7.031vw;
        padding-left: 3.516vw;
    }

    .mka_s2_item3 .section_left_item h2 {
        margin-bottom: 2.891vw;
    }

    .mka_s2_item3 .section_left_item p {
        letter-spacing: 0.047vw;
    }

    .mka_s2_item3 .section_left_item h6 {
        margin-bottom: 1.172vw;
    }

    .mka_s2_item3_img {
        width: 35vw;
        margin-right: -0.078vw;
    }
}

@media (max-width: 1140px) {
    .mka_s2_item h6 {
        font-size: 1vw;
    }

    .mka_s2 br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mka_s2_item h6 {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {
    .mka_s2 .section_inner {
        width: 100vw;
        padding: 0 10vw;
    }

    .mka_s2_art1 {
        left: 0;
    }

    .mka_s2 .section_in {
        padding-top: 7.5vw;
        padding-bottom: 5.5vw;
    }

    .mka_s2_item {
        flex-direction: column;
    }

    .mka_s2_item1,
    .mka_s2_item3 {
        flex-direction: column-reverse;
    }

    .mka_s2_item .section_left_item,
    .mka_s2_item .section_right_item {
        width: 100%;
    }

    .mka_s2_item1 .section_left_item {
        padding-left: 10vw;
    }

    .mka_s2_item1_img {
        margin-left: auto;
    }

    .mka_s2_item2 .section_left_item {
        padding-top: 12vw;
    }

    .mka_s2_item2_img {
        margin-left: -10vw;
    }

    .mka_s2_art2 {
        left: -3vw;
    }

    .mka_s2_item2 .section_right_item {
        padding-left: 10vw;
    }

    .mka_s2_art3 {
        display: none;
    }

    .mka_s2_art4 {
        left: 0;
    }

    .mka_s2_item3_img {
        margin-left: -10vw;
        margin-right: unset;
    }

    .mka_s2_item3 .section_left_item {
        padding-left: 10vw;
    }

    .mka_s2_art5 {
        position: absolute;
        background-color: #cbcbcb;
        top: 68%;
        left: 0;
        width: 400%;
        height: 1px;
        z-index: -1;
    }

}

@media (max-width: 550px) {
    .mka_s2 .section_inner {
        width: 100vw;
        padding: 0 6.7vw;
    }

    .mka_s2_art1 {
        left: 4.2vw;
    }

    .mka_s2 .section_in {
        padding-top: 6.5vw;
        padding-bottom: 12.8vw;
    }

    .mka_s2_item {
        flex-direction: column;
    }

    .mka_s2_item1,
    .mka_s2_item3 {
        flex-direction: column-reverse;
    }

    .mka_s2_item .section_left_item,
    .mka_s2_item .section_right_item {
        width: 100%;
    }

    .mka_s2_item1 .section_left_item {
        padding-left: 13.6vw;
        padding-top: 10.6vw;
    }


    .mka_s2_item1_img {
        width: 57.067vw;
    }

    .mka_s2_item h2 {
        margin-bottom: 3.6vw;
    }

    .mka_s2_item1 h2 br {
        display: block;
    }

    .mka_s2_item p {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.12vw !important;
        margin-bottom: 2.1vw;
    }

    .mka_s2_item h6 {
        font-size: 2.133vw;
        line-height: 1.88;
        letter-spacing: 0.213vw;
    }

    .mka_s2_item2 .section_left_item {
        padding-top: 15vw;
    }

    .mka_s2_item2_img {
        margin-left: -15.2vw;
        width: 60.927vw;
    }

    .mka_s2_art2 {
        left: 3vw;
        width: 33.867vw;
        height: 33.867vw;
        top: -16.4vw;
    }

    .mka_s2_item2 .section_right_item {
        padding-left: 13.4vw;
        padding-top: 20.6vw;
        padding-bottom: 5.2vw;
    }

    .mka_s2_item2 .section_right_item p {
        margin-bottom: 4.7vw;
    }

    .mka_s2_item2 .section_right_item h6 {
        font-size: 2.133vw;
        line-height: 1.88;
        letter-spacing: 0.213vw;
        margin-bottom: 2.8vw;
    }

    .mka_s2_item2 .section_right_item h6 .mobile_only {
        display: unset;
    }

    .mka_s2_art3 {
        display: none;
    }

    .mka_s2_art4 {
        left: 4.2vw;
        top: 10.3vw;
    }

    .mka_s2_item3_img {
        width: 51.867vw;
        margin-left: -6.3vw;
        margin-right: unset;
    }

    .mka_s2_item3 .section_left_item {
        padding-left: 9vw;
        padding-top: 12.5vw;
    }

    .mka_s2_item3 .section_left_item h2 {
        margin-bottom: 3.4vw;
    }

    .mka_s2_item3 .section_left_item h6 {
        line-height: 1.88;
        margin-bottom: 3.1vw;
    }

    .mka_s2_art5 {
        top: 67%;
    }
}


/* section 3 */
.mka_s3 {
    background-color: #7B8C91;
    position: relative;
    z-index: 9;
}

.mka_s3 .section_inner {
    display: block;
    width: 1120px;
}

.mka_s3_art1 {
    position: absolute;
    background-color: #cbcbcb;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.mka_s3_art2 {
    position: absolute;
    border: solid 1px #cbcbcb;
    border-radius: 100%;
    right: -143px;
    bottom: -111px;
    width: 285px;
    height: 285px;
    z-index: 0;
}

.mka_s3 .section_in {
    display: flex;
    flex-wrap: wrap;
    padding-top: 115px;
    padding-bottom: 154px;
    position: relative;
    z-index: 9;
}

.mka_s3 .section_left_item {
    width: 50%;
}

.mka_s3_img {
    width: 475px;
    margin-left: 13px;
}

.mka_s3 .section_right_item {
    width: 50%;
    padding-top: 43px;
    padding-left: 14px;
    padding-right: 25px;
}

.mka_s3 .section_right_item h2 {
    color: #fbf6f2;
    margin-bottom: 36px;
}

.mka_s3 .section_right_item h6 {
    font-size: 12px;
    line-height: 1.5;
    color: #dcd7d1;
    margin-bottom: 84px;
}

.mka_s3 .pf4_button {
    position: relative;
    color: #fbf6f2;
}

.mka_s3 .pf4_button span:before {
    /* background-image: url(mkk-arrow-right-white.svg); */
    /* top: -25px; */
    /* right: -15px; */
}

.mka_s3 .pf4_button:after {
    content: "";
    position: absolute;
    background-color: #fbf6f2;
    width: 107%;
    height: 1px;
    top: -28px;
    left: 0;
    z-index: 1;
}

.mka_s4 {
    height: 504px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}

/* responsive */
@media (max-width: 1280px) {

    .mka_s3 .section_inner {
        width: 87.5vw;
    }

    .mka_s3_art2 {
        right: -11.172vw;
        bottom: -8.672vw;
        width: 22.266vw;
        height: 22.266vw;
    }

    .mka_s3 .section_in {
        padding-top: 8.984vw;
        padding-bottom: 12.031vw;
    }

    .mka_s3_img {
        width: 37.109vw;
        margin-left: 1.016vw;
    }

    .mka_s3 .section_right_item {
        padding-top: 3.359vw;
        padding-left: 1.094vw;
        padding-right: 1.953vw;
    }

    .mka_s3 .section_right_item h2 {
        margin-bottom: 2.813vw;
    }

    .mka_s3 .section_right_item h6 {
        font-size: 0.938vw;
        margin-bottom: 6.563vw;
    }

    .mka_s3 .pf4_button span:before {
        /* top: -1.953vw; */
        /* right: -1.172vw; */
    }

    .mka_s3 .pf4_button:after {
        top: -2.188vw;
    }

    .mka_s4 {
        height: 39.375vw;

    }

}

@media (max-width: 1140px) {
    .mka_s3 .section_right_item h6 {
        font-size: 1vw;
    }

    .mka_s3 br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mka_s3 .section_right_item h6 {
        font-size: 1.4vw;
    }
}

@media (max-width: 768px) {

    .mka_s3 .section_inner {
        width: 100vw;
        padding: 0 10vw;
    }

    .mka_s3_art2 {
        right: -11.172vw;
        bottom: -8.672vw;
        width: 22.266vw;
        height: 22.266vw;
    }


    .mka_s3 .section_in {
        flex-direction: column;
        padding-top: 7vw;
        padding-bottom: 7vw;
    }

    .mka_s3 .section_left_item,
    .mka_s3 .section_right_item {
        width: 100%;
    }

    .mka_s3_img {
        margin-left: 0;
    }

    .mka_s3 .section_right_item {
        padding-top: 6vw;
        padding-left: 0;
    }

}

@media (max-width: 550px) {
    .mka_s3 .section_inner {
        padding: 0 10.7vw;
    }

    .mka_s3 .section_in {
        padding-top: 9.4vw;
        padding-bottom: 29.4vw;
    }

    .mka_s3_art2 {
        width: 40.533vw;
        height: 40.533vw;
        right: -21.4vw;
        bottom: -21.7vw;
    }

    .mka_s3 .section_left_item,
    .mka_s3 .section_right_item {
        width: 100%;
    }

    .mka_s3_img {
        margin-left: 0.4vw;
        width: 72.167vw;
    }

    .mka_s3 .section_right_item {
        padding-top: 9vw;
        padding-left: 0;
    }

    .mka_s3 .section_right_item h2 {
        margin-bottom: 4.5vw;
    }

    .mka_s3 .section_right_item h6 {
        font-size: 2.133vw;
        line-height: 1.88;
        letter-spacing: 0.213vw;
        margin-bottom: 14.3vw;
    }

    .mka_s3 .section_right_item .pf4_button {
        /* font-size: 2.667vw; */
        /* line-height: 1.1; */
        /* letter-spacing: 0.533vw; */
        padding: 9px 16px 7px 17px;
    }

    .mka_s3 .pf4_button:after {
        top: -6.7vw;
        width: 98%;
    }

    .mka_s3 .pf4_button span:before {
        /* width: 6.933vw; */
        /* height: 6.933vw; */
        /* top: -4.453vw; */
        /* right: 1.328vw; */
    }

    .mka_s4 {
        height: 53.867vw;
    }
}