/* Custom Styles */
@font-face {
    font-family: 'Roboto';
    src: url('roboto-regular.ttf'),
         url('roboto-regular.woff2') format('woff2'),
         url('roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-bold.ttf'),
         url('roboto-bold.woff2') format('woff2'),
         url('roboto-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlegreyaSans';
    src: url('alegreyasans-regular.ttf'),
         url('alegreyasans-regular.woff2') format('woff2'),
         url('alegreyasans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlegreyaSans';
    src: url('alegreyasans-bold.ttf'),
         url('alegreyasans-bold.woff2') format('woff2'),
         url('alegreyasans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YesevaOne';
    src: url('yesevaone-regular.ttf'),
         url('yesevaone-regular.woff2') format('woff2'),
         url('yesevaone-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('inconsolatasemiexpanded-black.ttf'),
         url('inconsolatasemiexpanded-black.woff2') format('woff2'),
         url('inconsolatasemiexpanded-black.woff') format('woff');
    font-weight: 900;
    font-stretch: semi-expanded;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@500&display=swap');

body {
    font-family: 'AlegreyaSans';
    font-size: 23.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: 0.59px;
    color: #102f4b;
}

h2 {
    margin: 0;
    font-family: 'YesevaOne';
    font-size: 70.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.76px;
    color: #102f4b;
    margin-bottom: 16px;
}

h3 {
    margin: 0;
    font-family: 'YesevaOne';
    font-size: 25px;
    letter-spacing: 0.63px;
    text-align: center;
    margin-bottom: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #102f4b;
}

h4 {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: 3.6px;
    color: #f05d54;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.site_button,
input[type="submit"] {
    display: inline-block;
    font-family: 'Inconsolata';
    font-size: 19.5px;
    font-weight: 900;
    font-stretch: semi-expanded;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.95px;
    text-align: center;
    color: #102f4b;
    text-transform: uppercase;
    padding: 10px 25px 10px 32px;
    background-color: #EDBD5E;
    border: 0;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.site_button:hover,
input[type="submit"]:hover,
.form-btn:hover {
    background-color: #F05D55;
    color: #fff;
}



p {
    margin-top: 0;
    margin-bottom: 26px;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #FCDEC9 0%, #FCDEC9 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 48%;
    color: inherit;
}

.section_inner {
    margin: 0 auto;
}

.section_left_item {
    width: 50%;
}

.section_right_item {
    width: 50%;
}

.align_middle {
    text-align: center;
}

.br {
    display: none;
}

.mobile_only {
    display: none;
}

@media (max-width: 1440px) {


    body {
        font-size: 1.632vw;
        letter-spacing: 0.041vw;
    }

    h2 {
        font-size: 4.896vw;
        letter-spacing: 0.122vw;
        margin-bottom: 1.111vw;
    }

    h3 {
        font-size: 1.736vw;
        letter-spacing: 0.044vw;
        margin-bottom: 0.833vw;
    }

    h4 {
        font-size: 1.25vw;
        letter-spacing: 0.25vw;
        margin-bottom: 1.389vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.354vw;
        letter-spacing: 0.135vw;
        padding: 0.694vw 1.736vw 0.694vw 2.222vw;
    }

    p {
        margin-bottom: 1.806vw;
    }


}

@media (max-width: 1140px) {


    body {
        font-size: 2.04vw;
    }

    h2 {
        font-size: 6.12vw;
    }

    h3 {
        font-size: 2.0832vw;
    }

    h4 {
        font-size: 1.5vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.6248vw;
        white-space: nowrap;
        padding: 0.894vw 2.136vw 0.894vw 2.622vw;
    }

    p {
        margin-bottom: 1.806vw;
    }
}

@media (max-width: 1024px) {

    body {
        /* font-size: 2.448vw; */
    }

    h2 {
        /* font-size: 7.344vw; */
    }

    h3 {
        font-size: 2.49984vw;
    }

    h4 {
        font-size: 1.8vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.94976vw;
        white-space: nowrap;
        padding: 0.894vw 2.136vw 0.894vw 2.622vw;
    }

    p {
        margin-bottom: 1.806vw;
    }
}

@media (max-width: 768px) {

    body {
        font-size: 2.4vw;
    }

    h2 {
        font-size: 6vw;
    }

    h3 {
        font-size: 3.39984vw;
    }

    h4 {
        font-size: 2vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2.2vw;
        white-space: nowrap;
        padding: 1.594vw 5.436vw 1.594vw 5.436vw;
    }

    p {
        margin-bottom: 1.806vw;
    }
}

@media (max-width: 550px) {

    body {
        font-size: 4.167vw;
        line-height: 1.33;
        letter-spacing: 0.104vw;
    }

    h2 {
font-size: 10.417vw;
letter-spacing: 0.26vw;
    }

    h3 {
        font-size: 3.542vw;
letter-spacing: 0.09vw;
    }

    h4 {
        font-size: 3.125vw;
        line-height: 1.67;
        letter-spacing: 0.625vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 4.063vw;
        letter-spacing: 0.406vw;
        padding: 1.994vw 5.436vw 2.094vw 6.636vw;
    }

    p {
        margin-bottom: 4.506vw;
    }
}

/*
    Header
------------------------------*/
.kp_header {
    padding-top: 32px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.kp_header .section_inner {
    display: flex;
    justify-content: center;
    position: relative;
    width: 1290px;
}

.kp_header_left {
    /* margin: 0 auto; */
    /* width: 85%; */
    padding-left: 0;
    position: relative;
}

.kp_header_right {
    /* width: 15%; */
    padding-right: 0;
    margin-top: -2px;
    padding-left: 60px;
}

.kp_header_right ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin-top: 21px;
}

.kp_header_right li {
    padding-right: 15px;
}

.kp_header_right li:last-child {
    padding-right: 0;
}

.kp_header_right li a img {
    width: 26px;
}

.kp_header_right li:nth-child(2) a img {
    width: 28px;
}

.kp_header_right li:nth-child(3) a img {
    width: 26px;
}

.kp_header_right li:nth-child(4) a img {
    width: 36px;
}

.inner_main_menu {
    margin: 0 auto;
    width: 100%;
}

.inner_main_menu ul {
    padding: 0;
    margin: 0;
    padding-top: 27px;
    list-style: none;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inner_main_menu ul li {
    float: none;
    display: inline-block;
    position: relative;
}

.inner_main_menu ul li:nth-child(2),
.inner_main_menu ul li:nth-child(3),
.inner_main_menu ul li:nth-child(4) {
    margin-left: 50px;
}

.inner_main_menu ul li:nth-child(4) {
    margin-right: 177px;
}

.inner_main_menu ul li:nth-child(5),
.inner_main_menu ul li:nth-child(6),
.inner_main_menu ul li:nth-child(7) {
    margin-right: 50px;
    margin-left: -1px;
}

.inner_main_menu ul li:nth-child(8),
.inner_main_menu ul li:nth-child(9),
.inner_main_menu ul li:nth-child(10) {
    margin-right: 12px;
}

.inner_main_menu ul li:last-child {
    margin-right: 0;
}

.inner_main_menu ul li a {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.4px;
    text-align: left;
    color: #102f4b;
    position: relative;
    display: block;
    margin: 0;
    padding: 0 10px;
}

.inner_main_menu ul li a:after {
    content: " ";
    width: 100%;
    height: 17px;
    background-image: url(menu_hover_img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    opacity: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.inner_main_menu ul li a:hover:after {
    opacity: 1;
}

#main_menu {
    width: 100%;
    position: relative;
}

.logo_area {
    width: 57px;
    height: auto;
    position: absolute;
    left: 50%;
    top: -3px;
    content: "";
    transform: translateX(-50%);
    text-align: center;
    margin-left: 91px;
}

.logo_area img {
    display: unset;
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 36px;
    right: 54px;
}

.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: 60px;
    display: block;
    background-color: #000;
    height: 3px;
}

.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: -3px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #FAECEE;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu .social_link{position: absolute;bottom: 46px;padding-left: 66px;}

.responsive-menu .social_link ul{
    display: flex;
    flex-wrap:wrap;
}

.responsive-menu .social_link ul li a{padding-left: 0;padding-right: 13px;}

.responsive-menu .social_link ul li img{
    width: 40px;
    height: 40px;
}

.responsive_menu_art{
    position: absolute;
    background: url(responsive_menu_art.png) no-repeat;
    background-size: contain;
    width: 168px;
    height: 469px;
    z-index: 99;
    bottom: 0;
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 2.8px;
    text-align: left;
    color: #102f4b;
    /* height: 40px; */
    display: block;
    text-decoration: none;
    color: #000000;
    /* font-size: 22px !important; */
    /* letter-spacing: 0.3px; */
    position: relative;
    text-transform: uppercase;
    /* text-align: center; */
    /* line-height: 1.52; */
    /* font-weight: bold; */
    border: 0;
    margin: 0;
    padding-left: 66px;
}
.responsive-menu ul li .user__avatar{
    display:none;
}
.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}


@media (max-width: 1440px) {


    .kp_header {
        padding-top: 2.222vw;
        padding-bottom: 3.472vw;
    }

    .kp_header .section_inner {
        width: 89.583vw;
    }

    .kp_header_right {
        margin-top: -0.139vw;
        padding-left: 0;
    }

    .kp_header_right ul {
        margin-top: 1.458vw;
    }

    .kp_header_right li {
        padding-right: 1.042vw;
    }

    .kp_header_right li a img {
        width: 1.806vw;
    }

    .kp_header_right li:nth-child(2) a img {
        width: 1.944vw;
    }

    .kp_header_right li:nth-child(3) a img {
        width: 1.806vw;
    }

    .kp_header_right li:nth-child(4) a img {
        width: 2.5vw;
    }

    .inner_main_menu ul {
        padding-top: 1.875vw;
    }

    .inner_main_menu ul li:nth-child(2),
    .inner_main_menu ul li:nth-child(3),
    .inner_main_menu ul li:nth-child(4) {
        margin-left: 3.472vw;
    }

    .inner_main_menu ul li:nth-child(4) {
        margin-right: 12.292vw;
    }

    .inner_main_menu ul li:nth-child(5),
    .inner_main_menu ul li:nth-child(6),
    .inner_main_menu ul li:nth-child(7) {
        margin-right: 3.472vw;
        margin-left: -0.069vw;
    }

    .inner_main_menu ul li:nth-child(8),
    .inner_main_menu ul li:nth-child(9),
    .inner_main_menu ul li:nth-child(10) {
        margin-right: 0.833vw;
    }

    .inner_main_menu ul li a {
        font-size: 0.972vw;
        letter-spacing: 0.097vw;
        padding: 0 0.694vw;
    }

    .inner_main_menu ul li a:after {
        height: 1.181vw;
        bottom: -0.208vw;
    }

    .logo_area {
        width: 3.958vw;
        top: -0.208vw;
        margin-left: 6.319vw;
    }
}

@media (max-width: 1140px) {
    .inner_main_menu ul li a {
        font-size: 1.1664vw;
    }

    .inner_main_menu ul li:nth-child(2),
    .inner_main_menu ul li:nth-child(3),
    .inner_main_menu ul li:nth-child(4) {
        margin-left: 2.672vw;
    }

    .inner_main_menu ul li:nth-child(4) {
        margin-right: 12.292vw;
    }

    .inner_main_menu ul li:nth-child(5),
    .inner_main_menu ul li:nth-child(6),
    .inner_main_menu ul li:nth-child(7) {
        margin-right: 1.872vw;
    }

    .kp_header_right li a img {
        width: 2.106vw;
    }
}

@media (max-width: 1024px) {

    .inner_main_menu ul li a {
        font-size: 1.39968vw;
    }

    .inner_main_menu ul li:nth-child(2),
    .inner_main_menu ul li:nth-child(3),
    .inner_main_menu ul li:nth-child(4) {
        margin-left: 1.272vw;
    }

    .inner_main_menu ul li:nth-child(4) {
        margin-right: 12.292vw;
    }

    .inner_main_menu ul li:nth-child(5),
    .inner_main_menu ul li:nth-child(6),
    .inner_main_menu ul li:nth-child(7) {
        margin-right: 0.872vw;
        margin-left: -0.069vw;
    }

    .kp_header_right li a img {
        width: 2.306vw;
    }

    .logo_area {
        width: 5.458vw;
        top: -0.208vw;
        margin-left: 7.219vw;
    }

    .inner_main_menu ul {
        padding-top: 1.675vw;
    }
}

@media (max-width: 768px) {


    .kp_header_left .inner_main_menu {
        display: none;
    }

    .kp_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
        max-width: 12vw;
    }

    .logo_area {
        text-align: left;
        left: 5vw;
        width: 9vw;
        margin-left: 0;
        top: -4.1vw;
    }


    .kp_header .section_inner {
    padding-right: 4.8vw;
    justify-content: space-between;
}

    .kp_header_left {
        margin: unset;
        width: unset;
    }

    .kp_header_right {
        width: unset;
    }

    .kp_header {
        padding-top: 6.2vw;
        padding-bottom: 3.472vw;
        padding-left: 4.167vw;
        padding-right: 2.467vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
    }

}

@media (max-width: 550px) {
        .kp_header {
    padding-top: 10.2vw;
    padding-bottom: 3.472vw;
    padding-left: 4.167vw;
    padding-right: 2.467vw;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    }

        .logo_area {
        text-align: left;
        left: 5vw;
        width: 12vw;
        margin-left: 0;
        top: -4.1vw;
    }

}


   .kp_header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/ }
.kp_header .user__avatar {
    height: 40px;
    max-height: 40px;
    margin: 0 0 0 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: -5px;
    margin-top: -10px;
}
    .kp_header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 32px;
      right: 0;
      display: none;
      padding: 13px 20px;
      text-align: left;
      white-space: nowrap;
      border-top: 1px solid #f9f9f9;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .kp_header .user__dropdown--light a {
        color: #0a2338; }
      .kp_header .user__dropdown--dark a {
        color: #fff; }
      .kp_header .user__dropdown span {
        display: block; }
      .kp_header .user__dropdown a {
        line-height: 30px !important;
        display: block;
        }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }




/* ABS Section 01
======================================*/
.abs_s1{
    position: relative;
    padding-bottom: 120px;
    padding-top: 173px;
}
.abs_s1 .section_inner{
    width: 1294px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
}

.abs_s1_left{
    width: 49.45%;
    position: relative;
    padding-top: 184px;
    padding-left: 108px;
    padding-bottom: 120px;
}
.abs_s1_art1{
    width: 435px;
    height: 333px;
    display: inline-block;
    position: absolute;
    bottom: 101px;
    right: -198px;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(abs_s1_art1.png);
}


.abs_s1_left h1{
    position: relative;
    z-index: 2;
    font-family: 'YesevaOne';
    font-size: 67px;
    font-weight: normal;
    line-height: normal;
    color: #102f4b;
    margin-bottom: 20px;
    position: relative;
    word-spacing: 5.8px;
}


.abs_s1_left article{
    z-index: 2;
    position: relative;
    padding-left: 4px;
    margin-bottom: 39px;
}
.abs_s1_left article h4{
    letter-spacing: 3.5px;
    line-height: 1.67;
}
.abs_s1_left article h4 br{}

.abs_s1_right{
    width: 48.59%;
    position: relative;
    z-index: 2;
    padding-left: 54px;
}
.abs_s1_right_img{
    width: 100%;
    display: block;
    position: relative;
}
.abs_s1_right_img:before{
    content: "";
    position: absolute;
    bottom: -27px;
    left: -35px;
    width: 98.1%;
    height: 98.5%;
    background-color: #eec4e0;
}
.abs_s1_right_img span{
    width: 100%;
    height: 628px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.abs_s1_right_img span img{
    width: 10%;
    opacity: 0;
}
.art_image_1 {
    position: relative;
}

.art_image_1 img {
    position: absolute;
    right:0;
    bottom:0;
}
.abs_s1_left .site_button,
input[type="submit"] {
    display: inline-block;
    font-family: 'Inconsolata';
    margin-left: 5px;
    font-size: 19.5px;
    font-weight: 900;
    font-stretch: semi-expanded;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.95px;
    text-align: center;
    color: #102f4b;
    text-transform: uppercase;
    padding: 11px 35px 10px 25px;
    background-color: #EDBD5E;
    border: 0;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/* ABS Section 01 Mobile*/
@media (max-width: 1440px) {
    .abs_s1{
        padding-bottom: 8.333vw;
        padding-top: 12.014vw;
    }
    .abs_s1 .section_inner{
        width: 89.861vw;
    }

    .abs_s1_left{
        width: 49.45%;
        padding-top: 12.778vw;
        padding-left: 7.5vw;
        padding-bottom: 8.333vw;
    }
    .abs_s1_art1{
        display: inline-block;
        bottom: 7.014vw;
        right: -13.75vw;
        z-index: 1;
        background-image: url(abs_s1_art1.png);
    }


    .abs_s1_left h1{
        z-index: 2;
        font-size: 4.653vw;
        margin-bottom: 1.389vw;
        word-spacing: 0.403vw;
    }


    .abs_s1_left article{
        z-index: 2;
        padding-left: 0.278vw;
        margin-bottom: 2.708vw;
    }
    .abs_s1_left article h4{
        letter-spacing: 0.243vw;
        line-height: 1.67;
    }
    .abs_s1_left article h4 br{}

    .abs_s1_right{
        width: 48.59%;
        padding-left: 3.75vw;
    }
    .abs_s1_right_img{
        width: 100%;
    }
    .abs_s1_right_img:before{
        bottom: -1.875vw;
        left: -2.431vw;
        width: 98.1%;
        height: 98.5%;
    }
    .abs_s1_right_img span{
        width: 100%;
        height: 43.611vw;
        z-index: 1;
    }
    .abs_s1_right_img span img{

    }
    .art_image_1 {
    }

    .art_image_1 img {
        bottom:0;
    }
    .abs_s1_left .site_button,
    input[type="submit"] {
        margin-left: 0.347vw;
        font-size: 1.354vw;
        letter-spacing: 0.135vw;
        padding: 0.764vw 2.431vw 0.694vw 1.736vw;

    }
}
@media (max-width: 1140px) {
    .abs_s1{
        padding-bottom: 10.526vw;
        padding-top: 15.175vw;
    }
    .abs_s1 .section_inner{
        width: 101.509vw;
    }

    .abs_s1_left{
        width: 55.45%;
        padding-top: 13.14vw;
        padding-left: 7.474vw;
        padding-bottom: 10.526vw;
    }
    .abs_s1_art1{
        display: inline-block;
        bottom: 2.86vw;
        right: -17.368vw;
        background-size: contain;
        z-index: 1;
        background-image: url(abs_s1_art1.png);
    }


    .abs_s1_left h1{
        z-index: 2;
        font-size: 4.877vw;
        margin-bottom: 1.754vw;
        word-spacing: 0.509vw;
    }


    .abs_s1_left article{
        z-index: 2;
        padding-left: 0.351vw;
        margin-bottom: 3.421vw;
    }
    .abs_s1_left article h4{
        letter-spacing: 0.307vw;
        line-height: 1.67;
    }
    .abs_s1_left article h4 br{}

    .abs_s1_right{
        width: 42.59%;
        padding-left: 5.737vw;
    }
    .abs_s1_right_img{
        width: 100%;
    }
    .abs_s1_right_img:before{
        bottom: -2.2vw;
        left: -2.07vw;
        width: 98.1%;
        height: 99.5%;
    }
    .abs_s1_right_img span{
        width: 100%;
        height: 47.088vw;
        z-index: 1;
    }
    .abs_s1_right_img span img{

    }
    .art_image_1 {
    }

    .art_image_1 img {
        bottom:0;
    }
    .abs_s1_left .site_button,
    input[type="submit"] {
        margin-left: 0.439vw;
        font-size: 1.711vw;
        letter-spacing: 0.171vw;
        padding: 0.965vw 3.07vw 0.877vw 2.193vw;

    }
}
@media (max-width: 1024px) {
    .abs_s1{
        padding-bottom: 11.719vw;
        padding-top: 16.895vw;
    }
    .abs_s1 .section_inner{
        width: 98.367vw;
    }

    .abs_s1_left{
        width: 54.45%;
        padding-top: 12.969vw;
        padding-left: 2.547vw;
        padding-bottom: 11.719vw;
    }
    .abs_s1_art1{
        display: inline-block;
        bottom: 10.863vw;
        right: -9.336vw;
        width: 30.208vw;
        height: 23.125vw;
        background-size: contain;
        z-index: 1;
        background-image: url(abs_s1_art1.png);
    }


    .abs_s1_left h1{
        z-index: 2;
        font-size: 5.543vw;
        margin-bottom: 1.953vw;
        word-spacing: 0.566vw;
    }


    .abs_s1_left article{
        z-index: 2;
        padding-left: 0.391vw;
        margin-bottom: 3.809vw;
    }
    .abs_s1_left article h4{
        letter-spacing: 0.2vw;
        line-height: 1.67;
    }
    .abs_s1_left article h4 br{}

    .abs_s1_right{
        width: 43.59%;
        padding-left: 5.273vw;
    }
    .abs_s1_right_img{
        width: 100%;
    }
    .abs_s1_right_img:before{
        bottom: -2.637vw;
        left: -2.418vw;
        width: 101.1%;
        height: 98.5%;
    }
    .abs_s1_right_img span{
        width: 100%;
        height: 50vw;
        z-index: 1;
    }
    .abs_s1_right_img span img{

    }
    .art_image_1 {
    }

    .art_image_1 img {
        bottom:0;
    }
    .abs_s1_left .site_button,
    input[type="submit"] {
        margin-left: 0.488vw;
        font-size: 1.904vw;
        letter-spacing: 0.19vw;
        padding: 1.074vw 3.418vw 0.977vw 2.441vw;

    }
}


@media (max-width: 768px) and  (min-width: 550px){
    .abs_s1{
        padding-bottom: 15.625vw;
        padding-top: 22.526vw;
    }
    .abs_s1 .section_inner{
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .abs_s1_left{
        width: 54.45%;
        padding-top: 8.958vw;
        padding-left: 3.063vw;
        padding-bottom: 0.625vw;
    }
     .abs_s1_left br{
         display:none;
     }
    .abs_s1_art1{
        display: inline-block;
        bottom: 5.151vw;
        right: -12.781vw;
        background-size: contain;
        z-index: 1;
        background-image: url(abs_s1_art1.png);
    }


    .abs_s1_left h1{
        z-index: 2;
        /* font-size: 8.724vw; */
        margin-bottom: 2.604vw;
        word-spacing: 0.755vw;
        font-size: 5.5vw;
    }


    .abs_s1_left article{
        z-index: 2;
        padding-left: 0.521vw;
        margin-bottom: 5.078vw;
    }
    .abs_s1_left article h4{
        letter-spacing: 0.456vw;
        line-height: 1.67;
        font-size: 2vw;
    }
    .abs_s1_left article h4 br{}

    .abs_s1_right{
        width: 44.59%;
        padding-left: 1.031vw;
    }
    .abs_s1_right_img{
        width: 100%;
    }
    .abs_s1_right_img:before{
        bottom: -2.516vw;
        left: -3vw;
        width: 101.1%;
        height: 97.5%;
    }
    .abs_s1_right_img span{
        width: 100%;
        height: 53.771vw;
        z-index: 1;
    }
    .abs_s1_right_img span img{

    }
    .art_image_1 {
    }

    .art_image_1 img {
        bottom:0;
    }
    .abs_s1_left .site_button,
    input[type="submit"] {
        margin-left: 0.651vw;
        font-size: 2.539vw;
        letter-spacing: 0.254vw;
        padding: 1.432vw 4.557vw 1.302vw 3.255vw;

    }
}




@media (max-width: 550px) {
    .abs_s1{
        padding-bottom: 15.818vw;
        padding-top: 31.455vw;
    }
    .abs_s1 .section_inner{
        width: 235.273vw;
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .abs_s1_left{
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 10.378vw;
    }
    .abs_s1_art1{
        display: inline-block;
        bottom: 18.364vw;
        right: -36vw;
        z-index: 1;
        background-image: url(abs_s1_art1.png);
    }


    .abs_s1_left h1{
        z-index: 2;
        margin-bottom: 1.874vw;
        font-size: 9.625vw;
        letter-spacing: 0vw;
    }


    .abs_s1_left article{
        z-index: 2;
        padding-left: 0.727vw;
        margin-bottom: 7.091vw;
    }
    .abs_s1_left article h4{
        line-height: 1.67;
        letter-spacing: 0vw;
        font-size: 3.8vw;
    }
    .abs_s1_left article h4 br{}

    .abs_s1_right{
        width: 100%;
        padding-left: 0px;
    }
    .abs_s1_right_img{
        width: 100%;
    }
    .abs_s1_right_img:before{
        width: 100%;
        height: 100%;
        bottom: -3.012vw;
        left: -3.012vw;
    }
    .abs_s1_right_img span{
        width: 100%;
        height: 75vw;
        z-index: 1;
        background-position: center top;
    }
    .abs_s1_right_img span img{

    }
    .art_image_1 {
    }

    .art_image_1 img {
        bottom:0;
    }
    .abs_s1_left .site_button,
    input[type="submit"] {
        margin-left: 0.909vw;
        /* font-size: 3.545vw; */
        /* letter-spacing: 0.355vw; */
        padding: 2.1vw 6.5vw 2.1vw 6.847vw;
        font-size: 4.063vw;
        letter-spacing: 0.406vw;
    }
}


/* ABS Section 02
======================================*/
.abs_s2{
    background-color: #faebed;
    padding-top: 83px;
    padding-bottom: 78px;
}
.abs_s2 .section_inner{
    width: 900px;
    padding-left: 62px;
}
.abs_s2_inn{
    margin: 0 auto;
    text-align: center;

}
.abs_s2_inn h2{
    font-size: 66.5px;
    letter-spacing: 1.66px;
    margin-bottom: 24px;
}
.abs_s2_inn h4{
    padding-left: 0px;
    padding-right: 59px;
}
.abs_s2_inn h2 br{

}

.abs_s2_art1 {
    background-image: url(abs_s2_art1.png);
    width: 130px;
    height: 220px;
    display: block;
    position: absolute;
    bottom: -28px;
    left: 1px;
    z-index: 1;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
}


/* ABS Section 02 Mobile*/
@media (max-width: 1440px) {
    .abs_s2{
        background-color: #faebed;
        padding-top: 5.764vw;
        padding-bottom: 5.417vw;
    }
    .abs_s2 .section_inner{
        width: 62.5vw;
        padding-left: 4.306vw;
    }
    .abs_s2_inn{
        margin: 0 auto;


    }
    .abs_s2_inn h2{
        font-size: 4.618vw;
        letter-spacing: 0.115vw;
        margin-bottom: 1.667vw;
    }
    .abs_s2_inn h4{
        padding-left: 0vw;
        padding-right: 4.097vw;
    }
    .abs_s2_inn h2 br{

    }

    .abs_s2_art1 {
        background-image: url(abs_s2_art1.png);
        width: 9.028vw;
        height: 15.278vw;
        bottom: -1.944vw;
        left: 0.069vw;
        z-index: 1;


    }

}
@media (max-width: 1140px) {
        .abs_s2{
        background-color: #faebed;
        padding-top: 7.281vw;
        padding-bottom: 6.842vw;
    }
    .abs_s2 .section_inner{
        width: 78.947vw;
        padding-left:0vw;
    }
    .abs_s2_inn{
        margin: 0 auto;


    }
    .abs_s2_inn h2{
        /* font-size: 5.5vw; */
        /* font-size: 6.12vw; */
        letter-spacing: 0.146vw;
        margin-bottom: 2.105vw;
        font-size: 4.605vw;
    }
    .abs_s2_inn h4{
        padding-left: 0vw;
        padding-right:0vw;
    }
    .abs_s2_inn h2 br{

    }

    .abs_s2_art1 {
        background-image: url(abs_s2_art1.png);
        width: 11.404vw;
        height: 19.298vw;
        bottom: -2.456vw;
        left: 0.088vw;
        z-index: 1;


    }

}
@media (max-width: 1024px) {
    .abs_s2{
        padding-top: 8.105vw;
        padding-bottom: 7.617vw;
    }
    .abs_s2 .section_inner{
        width: 87.891vw;
    }
    .abs_s2_inn{
        margin: 0 auto;


    }
    .abs_s2_inn h2{
        font-size: 5.494vw;
        letter-spacing: 0.162vw;
        margin-bottom: 2.344vw;
    }
    .abs_s2_inn h4{
        padding-left: 0vw;
        padding-right:0vw;
    }
    .abs_s2_inn h2 br{

    }

    .abs_s2_art1 {
        background-image: url(abs_s2_art1.png);
        width: 12.695vw;
        height: 21.484vw;
        bottom: -2.734vw;
        left: 0.098vw;
        z-index: 1;


    }

}
@media (max-width: 768px) and  (min-width: 550px){
    .abs_s2{
        padding-top: 10.807vw;
        padding-bottom: 10.156vw;
    }
    .abs_s2 .section_inner{
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .abs_s2_inn{
        margin: 0 auto;


    }
    .abs_s2_inn h2{
        font-size: 5.659vw;
        letter-spacing: 0.216vw;
        margin-bottom: 3.125vw;
    }

    .abs_s2_art1 {
        background-image: url(abs_s2_art1.png);
        width: 12.927vw;
        height: 28.646vw;
        bottom: -3.646vw;
        left: 0.13vw;
        z-index: 1;
        background-size: contain;
    }

}

@media (max-width: 550px) {
    .abs_s2{
        padding-top: 15.091vw;
        padding-bottom: 14.182vw;
    }
    .abs_s2 .section_inner{
        width: 100% !important;
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .abs_s2_inn{
        margin: 0 auto;


    }
    .abs_s2_inn h2{
        margin-bottom: 4.364vw;
        font-size: 7vw;
        letter-spacing: 0vw;
    }
    .abs_s2_inn h4{
        padding-left: 8vw;
        padding-right: 8vw;
        line-height: 1.67;
        letter-spacing: 0vw;
        font-size: 3.8vw;
    }
    .abs_s2_inn h4 br{

display: none;

}

    .abs_s2_art1 {
        background-image: url(abs_s2_art1.png);
        width: 16.636vw;
        height: 40vw;
        bottom: -5.091vw;
        left: 0.182vw;
        z-index: 1;
    }

}


/* Section 03
======================================*/
.abs_s3{
    position:relative;
    padding-top: 92px;
    padding-bottom: 131px;
}
.abs_s3 .section_inner{
    width: 1255px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
}

.abs_s3_left{
    width: 57.5%;
    position: relative;
    padding-top: 123px;
    padding-left: 103px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.abs_3_subtitle_m{ display:none; }

.abs_s3_left h2{
    margin-bottom: 40px;
    font-size: 52.5px;
    line-height: 1.08;
    letter-spacing: 1.31px;
    color: #102f4b;
}

.abs_s3_left article{
    z-index: 2;
    position: relative;
    padding-left: 5px;
    margin-bottom: 33px;
}
.abs_s3_left article h4{
    letter-spacing: 3.5px;
    line-height: 1.67;
}
.abs_s3_left article h4 br{}

.abs_s3_right{
    width: 42.5%;
    position: relative;
    z-index: 2;
    padding-left: 55px;
}
.abs_s3_right_img{
    width: 100%;
    display: block;
    position: relative;
}
.abs_s3_right_img:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 97.95%;
    height: 98.5%;
    background-color: #eec4e0;
}
.abs_s3_right_img span{
    width: 100%;
    height: 628px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.abs_s3_right_img span img{
    width: 10%;
    opacity: 0;
}
.abs_s3 .site_button {
     margin-left: 6px;
     padding: 11px 35px 10px 25px;
    padding-left: 29px;
    padding-right: 36px;
    letter-spacing: 1.4px;
}
.abs_s3_art1{
    background-image: url(abs_s3_art1.png);
    width: 277px;
    height: 208px;
    display: block;
    position: absolute;
    top: -52px;
    right: -11px;
    z-index: 3;
}
.abs_s3_header{ position:relative;}
.abs_s3_header:before {
    content: "";
    width:2000px;
    height: 6px;
    background-color: #EFC5E1;
    position: absolute;
    left: -2028px;
    top: 19px;
}

/* ABS Section 03 Mobile*/

@media (max-width: 1440px) {
    .abs_s3{
        padding-top: 6.389vw;
        padding-bottom: 9.097vw;
    }
    .abs_s3 .section_inner{
        width: 87.153vw;
    }

    .abs_s3_left{
        width: 57.5%;
        padding-top: 8.542vw;
        padding-left: 7.153vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
    }
    .abs_s3_left h2{
        margin-bottom: 2.778vw;
        font-size: 3.646vw;
        line-height: 1.08;
        letter-spacing: 0.091vw;
        color: #102f4b;
    }

    .abs_s3_left article{
        z-index: 2;
        padding-left: 0.347vw;
        margin-bottom: 2.292vw;
    }
    .abs_s3_left article h4{
        letter-spacing: 0.243vw;
        line-height: 1.67;
    }
    .abs_s3_left article h4 br{}

    .abs_s3_right{
        width: 42.5%;
        z-index: 2;
        padding-left: 3.819vw;
    }
    .abs_s3_right_img{
        width: 100%;
    }
    .abs_s3_right_img:before{
        bottom: -2.083vw;
        left: -2.083vw;
        width: 97.95%;
        height: 98.5%;
    }
    .abs_s3_right_img span{
        width: 100%;
        height: 43.611vw;
        z-index: 1;
    }
    .abs_s3_right_img span img{

    }
    .abs_s3 .site_button {
         margin-left: 0.417vw;
         padding: 0.764vw 2.431vw 0.694vw 1.736vw;
        padding-left: 2.014vw;
        padding-right: 2.5vw;
        letter-spacing: 0.097vw;
    }
    .abs_s3_art1{
        width: 19.236vw;
        height: 14.444vw;
        top: -3.611vw;
        right: -0.764vw;
        z-index: 3;
    }
    .abs_s3_header{ position:relative;}
    .abs_s3_header:before {
        width:138.889vw;
        height: 0.417vw;
        left: -140.833vw;
        top: 1.319vw;
    }

}
@media (max-width: 1140px) {
    .abs_s3{
        padding-top: 9.1vw;
        padding-bottom: 11.491vw;
    }
    .abs_s3 .section_inner{
        width: 101.088vw;
    }

    .abs_s3_left{
        width: 57.5%;
        padding-top: 8.789vw;
        padding-left: 8.035vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
    }
    .abs_s3_left h2{
        margin-bottom: 3.509vw;
        /* font-size: 3.605vw; */
        line-height: 1.08;
        letter-spacing: 0.115vw;
        color: #102f4b;
        font-size: 4vw;
    }

    .abs_s3_left article{
        z-index: 2;
        padding-left: 0.439vw;
        margin-bottom: 2.895vw;
    }
    .abs_s3_left article h4{
        letter-spacing: 0.307vw;
        line-height: 1.67;
    }
    .abs_s3_left article h4 br{}

    .abs_s3_right{
        width: 42.5%;
        z-index: 2;
        padding-left: 0.825vw;
    }
    .abs_s3_right_img{
        width: 88%;
    }
    .abs_s3_right_img:before{
        bottom: -2.45vw;
        left: -2.632vw;
        width: 97.95%;
        height: 98.5%;
    }
    .abs_s3_right_img span{
        width: 100%;
        height: 56.088vw;
        z-index: 1;
    }
    .abs_s3_right_img span img{

    }
    .abs_s3 .site_button {
         margin-left: 0.526vw;
         padding: 0.965vw 3.07vw 0.877vw 2.193vw;
        padding-left: 2.544vw;
        padding-right: 3.158vw;
        letter-spacing: 0.123vw;
    }
    .abs_s3_art1{
        width: 24.298vw;
        height: 18.246vw;
        top: -4.561vw;
        right: -0.965vw;
        z-index: 3;
    }
    .abs_s3_header{ position:relative;}
    .abs_s3_header:before {
        width:175.439vw;
        height: 0.526vw;
        left: -177.895vw;
        top: 1.667vw;
    }

}
@media (max-width: 1024px) {
    .abs_s3{
        padding-top: 8.984vw;
        padding-bottom: 12.793vw;
    }
    .abs_s3 .section_inner{
        width: 101.559vw;
    }

    .abs_s3_left{
        width: 57.5%;
        padding-top: 12.012vw;
        padding-left: 8.059vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
    }
    .abs_s3_left h2{
        margin-bottom: 3.906vw;
        font-size: 4.127vw;
        line-height: 1.08;
        letter-spacing: 0.128vw;
        color: #102f4b;
    }

    .abs_s3_left article{
        z-index: 2;
        padding-left: 0.488vw;
        margin-bottom: 3.223vw;
    }
    .abs_s3_left article h4{
        letter-spacing: 0.342vw;
        line-height: 1.67;
    }
    .abs_s3_left article h4 br{}

    .abs_s3_right{
        width: 42.5%;
        z-index: 2;
        padding-left: 0vw;
    }
    .abs_s3_right_img{
        width: 88%;
    }
    .abs_s3_right_img:before{
        bottom: -2.93vw;
        left: -2.93vw;
        width: 97.95%;
        height: 98.5%;
    }
    .abs_s3_right_img span{
        width: 100%;
        height: 63.328vw;
        z-index: 1;
    }
    .abs_s3_right_img span img{

    }
    .abs_s3 .site_button {
         margin-left: 0.586vw;
         padding: 1.074vw 3.418vw 0.977vw 2.441vw;
        padding-left: 2.832vw;
        padding-right: 3.516vw;
        letter-spacing: 0.137vw;
    }
    .abs_s3_art1{
        width: 27.051vw;
        height: 20.313vw;
        top: -5.078vw;
        right: -1.074vw;
        z-index: 3;
    }
    .abs_s3_header{ position:relative;}
    .abs_s3_header:before {
        width:195.313vw;
        height: 0.586vw;
        left: -198.047vw;
        top: 1.855vw;
    }

}



@media (max-width: 768px) and  (min-width: 550px){
    .abs_s3{
        padding-top: 9.5vw;
        padding-bottom: 11.5vw;
    }
    .abs_s3 .section_inner{
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .abs_s3_left{
        width: 57.5%;
        padding-top: 12.016vw;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
    }
    .abs_s3_left h2{
        margin-bottom: 5.208vw;
        font-size: 4.8vw;
        line-height: 1.08;
        letter-spacing: 0.171vw;
        color: #102f4b;
    }

    .abs_s3_left article{
        z-index: 2;
        padding-left: 0.651vw;
        margin-bottom: 4.297vw;
    }
    .abs_s3_left article h4{
        letter-spacing: 0.456vw;
        line-height: 1.67;
    }
    .abs_s3_left article h4 br{}

    .abs_s3_right{
        width: 42.5%;
        z-index: 2;
        padding-left: 4.161vw;
    }
    .abs_s3_right_img{
        width: 100%;
    }
    .abs_s3_right_img:before{
        bottom: -2.906vw;
        left: -2.906vw;
        width: 97.95%;
        height: 96.5%;
    }
    .abs_s3_right_img span{
        width: 100%;
        height: 63.771vw;
        z-index: 1;
    }
    .abs_s3_right_img span img{

    }
    .abs_s3 .site_button {
         margin-left: 0.781vw;
         padding: 1.432vw 4.557vw 1.302vw 3.255vw;
        padding-left: 3.776vw;
        padding-right: 4.688vw;
        letter-spacing: 0.182vw;
    }
    .abs_s3_art1{
        width: 34.068vw;
        height: 22.083vw;
        top: -4.771vw;
        right: -5.432vw;
        z-index: 3;
        background-size: contain;
    }
    .abs_s3_header{ position:relative;}
    .abs_s3_header:before {
        width:260.417vw;
        height: 0.781vw;
        left: -261.063vw;
        top: 2.474vw;
    }

}

@media (max-width: 550px) {
    .abs_s3{
        padding-top: 16.727vw;
        padding-bottom: 13.818vw;
    }
    .abs_s3 .section_inner{
        width: 228.182vw;
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .abs_s3_left{
        width: 100%;
        padding-top: 10vw;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
        order: 2;
    }
    .abs_s3_left h2{
        margin-bottom: 7.273vw;
        line-height: 1.08;
        color: #102f4b;
        font-size: 8vw;
        letter-spacing: 0vw;
    }
    .abs_3_subtitle_d{ display:none; }
    .abs_3_subtitle_m{ display:block; }
    .abs_3_subtitle_m br{ display:block !important }
    .abs_s3_left article{
        z-index: 2;
        padding-left: 0.909vw;
        margin-bottom: 6vw;
    }
    .abs_s3_left article h4{
        line-height: 1.67;
        letter-spacing: 0vw;
        font-size: 3.6vw;
    }
    .abs_s3_left article h4 br{
    display: none;
}
.abs_s3_left article p br{
    display:none;
}
    .abs_s3_right{
        width: 100%;
        z-index: 2;
        padding-left: 0vw;
        order: 1;
    }
    .abs_s3_right_img{
        width: 100%;
    }
    .abs_s3_right_img:before{
        bottom: -3vw;
        left: -3vw;
        width: 97.95%;
        height: 98.5%;
    }
    .abs_s3_right_img span{
        width: 100%;
        height: 70vw;
        z-index: 1;
        background-position: center top;
    }
    .abs_s3_right_img span img{

    }
    .abs_s3 .site_button {
         margin-left: 1.091vw;
         padding: 2vw 6.364vw 1.818vw 4.545vw;
        padding-left: 5.273vw;
        padding-right: 6.545vw;
        letter-spacing: 0.255vw;
    }
    .abs_s3_art1{
        width: 50.364vw;
        height: 37.818vw;
        top: -9.455vw;
        right: -2vw;
        z-index: 3;
        background-size: contain;
    }
    .abs_s3_header{ position:relative;}
    .abs_s3_header:before {
        width:363.636vw;
        height:5px;
        left:-366vw;
        top: 3.455vw;
    }

}



/* Section 04
======================================*/
.abs_s4{
    padding-top: 51px;
    background-color: #FFF2EA;
    padding-bottom: 41px;
}
.abs_s4_art1{
    width: 148px;
    height: 444px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -31px;
    z-index: 1;
    background-image: url(abs_s4_art1.png);
}
.abs_s4 .section_inner{
    width: 1084px;
    display: block;
}

.abs_s4_title{
    width: 100%;
    text-align: center;
    padding-left: 37px;
}
.abs_s4_title h2{
    font-size: 66.5px;
}
.abs_s4_de_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    padding-left: 51px;
    padding-top: 35px;
}
.abs_s4_art2{
    width: 187px;
    height: 271px;
    display: block;
    position: absolute;
    bottom: -24px;
    right: 0px;
    z-index: 1;
    background-image: url(abs_s4_art2.png);
}

.abs_s4_left{
    width: 50%;
    padding-right: 10px;
    z-index: 1;
    position: relative;
}
.abs_s4_left ul{
    margin: 0px;
    padding: 0px;
}
.abs_s4_left ul li{
    font-family: 'Roboto';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 28px;
    font-size: 17.5px;
    line-height: 1.68;
    letter-spacing: 1.5px;
    color: #102f4b;
    list-style: none;
    position: relative;
    cursor: pointer;
}
.abs_s4_left ul li:before{
    content: "";
    background-image: url(kp3_item_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 22px;
    display: block;
    position: absolute;
    top: 2px;
    left: -37px;
}




.abs_s4_left ul li p{
    display: none;
    font-size:90%;
    padding-top: 15px; padding-left:15px;
    text-transform:capitalize;
}

.abs_s4_right{
    width: 50%;
    z-index: 1;
    position: relative;
    padding-left: 60px;
}
.abs_s4_right ul{
    margin: 0px;
    padding: 0px;
}
.abs_s4_right ul li{
    font-family: 'Roboto';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 28px;
    font-size: 17.5px;
    line-height: 1.68;
    letter-spacing: 1.5px;
    color: #102f4b;
    list-style: none;
    position: relative;
    cursor: pointer;
}
.abs_s4_right ul li:before{
    content: "";
    background-image: url(kp3_item_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 22px;
    display: block;
    position: absolute;
    top: 1px;
    left: -35px;
}


.abs_s4_left ul li.s4_active:before, .abs_s4_right ul li.s4_active:before{
  transform: rotate( 45deg );
transition: all 1s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}

.abs_s4_right ul li p{
    display: none;
    font-size:90%;
    padding-top: 15px; padding-left:15px;
    text-transform:capitalize;
}
.s4_active{

}


/* ABS Section 04 Mobile*/


@media (max-width: 1440px) {
    .abs_s4{
        padding-top: 3.542vw;
        padding-bottom: 2.847vw;
    }
    .abs_s4_art1{
        width: 10.278vw;
        height: 30.833vw;
        left: 0vw;
        bottom: -2.153vw;
        z-index: 1;
    }
    .abs_s4 .section_inner{
        width: 75.278vw;

    }

    .abs_s4_title{
        width: 100%;
        text-align: center;
        padding-left: 2.569vw;
    }
    .abs_s4_title h2{
        font-size: 4.618vw;
    }
    .abs_s4_de_in{
        width: 100%;
        z-index: 1;
        padding-bottom: 1.042vw;
        padding-left: 3.542vw;
        padding-top: 2.431vw;
    }
    .abs_s4_art2{
        width: 12.986vw;
        height: 18.819vw;
        bottom: -1.667vw;
        right: 0vw;
        z-index: 1;
    }

    .abs_s4_left{
        width: 50%;
        padding-right: 0.694vw;
        z-index: 1;
    }
    .abs_s4_left ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_left ul li{
        margin: 0;
        margin-bottom: 1.944vw;
        font-size: 1.215vw;
        line-height: 1.68;
        letter-spacing: 0.104vw;
    }
    .abs_s4_left ul li:before{
        background-size: contain;
        width: 1.667vw;
        height: 1.528vw;
        top: 0.139vw;
        left: -2.569vw;
    }
    .abs_s4_left ul li p{
        display: none;
    }

    .abs_s4_right{
        width: 50%;
        z-index: 1;
        padding-left: 4.167vw;
    }
    .abs_s4_right ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_right ul li{
        margin: 0;
        margin-bottom: 1.944vw;
        font-size: 1.215vw;
        line-height: 1.68;
        letter-spacing: 0.104vw;
    }
    .abs_s4_right ul li:before{
        background-size: contain;
        width: 1.667vw;
        height: 1.528vw;
        top: 0.069vw;
        left: -2.431vw;
    }
    .abs_s4_right ul li p{
        display: none;
    }
    .s4_active{
        display: block;
    }
}
@media (max-width: 1140px) {
    .abs_s4{
        padding-top: 4.474vw;
        padding-bottom: 3.596vw;
    }
    .abs_s4_art1{
        width: 12.982vw;
        height: 38.947vw;
        left: 0vw;
        bottom: -2.719vw;
        z-index: 1;
    }
    .abs_s4 .section_inner{
        width: 90.088vw;
    }

    .abs_s4_title{
        width: 100%;
        text-align: center;
        padding-left: 3.246vw;
    }
    .abs_s4_title h2{
        /* font-size: 5.833vw; */
        /* font-size: 3.605vw; */
        font-size: 4.605vw;
    }
    .abs_s4_de_in{
        width: 100%;
        z-index: 1;
        padding-bottom: 1.316vw;
        /* padding-left: 4.474vw; */
        padding-top: 3.07vw;
    }
    .abs_s4_art2{
        width: 16.404vw;
        height: 23.772vw;
        bottom: -2.105vw;
        right: 0vw;
        z-index: 1;
    }

    .abs_s4_left{
        width: 50%;
        padding-right: 0.877vw;
        z-index: 1;
    }
    .abs_s4_left ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_left ul li{
        margin: 0;
        margin-bottom: 2.456vw;
        font-size: 1.535vw;
        line-height: 1.68;
        letter-spacing: 0.132vw;
    }
    .abs_s4_left ul li:before{
        background-size: contain;
        width: 2.105vw;
        height: 1.93vw;
        top: 0.175vw;
        left: -3.246vw;
    }
    .abs_s4_left ul li p{
        display: none;
    }

    .abs_s4_right{
        width: 50%;
        z-index: 1;
        padding-left: 5.263vw;
    }
    .abs_s4_right ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_right ul li{
        margin: 0;
        margin-bottom: 2.456vw;
        /* font-size: 1.535vw; */
        line-height: 1.68;
        letter-spacing: 0.132vw;
        font-size: 1.5vw;
    }
    .abs_s4_right ul li:before{
        background-size: contain;
        width: 2.105vw;
        height: 1.93vw;
        top: 0.088vw;
        left: -3.07vw;
    }
    .abs_s4_right ul li p{
        display: none;
    }
    .s4_active{
        display: block;
    }
}
@media (max-width: 1024px) {
    .abs_s4{
        padding-top: 4.98vw;
        padding-bottom: 4.004vw;
    }
    .abs_s4_art1{
        width: 14.453vw;
        height: 43.359vw;
        left: 0vw;
        bottom: -3.027vw;
        z-index: 1;
    }
    .abs_s4 .section_inner{
        width: 90.859vw;
    }

    .abs_s4_title{
        width: 100%;
        text-align: center;
        padding-left: 3.613vw;
    }
    .abs_s4_title h2{
        /* font-size: 6.494vw; */
        font-size: 4.127vw;
    }
    .abs_s4_de_in{
        width: 100%;
        z-index: 1;
        padding-bottom: 1.465vw;
        padding-left: 4.98vw;
        padding-top: 3.418vw;
    }
    .abs_s4_art2{
        width: 18.262vw;
        height: 26.465vw;
        bottom: -2.344vw;
        right: 0vw;
        z-index: 1;
    }

    .abs_s4_left{
        width: 50%;
        padding-right: 0.977vw;
        z-index: 1;
    }
    .abs_s4_left ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_left ul li{
        margin: 0;
        margin-bottom: 2.734vw;
        font-size: 1.5vw;
        line-height: 1.68;
        letter-spacing: 0.146vw;
        /* font-size: 1.8vw; */
    }
    .abs_s4_left ul li:before{
        background-size: contain;
        width: 2.344vw;
        height: 2.148vw;
        top: 0.195vw;
        left: -3.613vw;
    }
    .abs_s4_left ul li p{
        display: none;
    }

    .abs_s4_right{
        width: 50%;
        z-index: 1;
        padding-left: 3.859vw;
    }
    .abs_s4_right ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_right ul li{
        margin: 0;
        margin-bottom: 2.734vw;
        /* font-size: 1.709vw; */
        line-height: 1.68;
        letter-spacing: 0.146vw;
        font-size: 1.5vw;
    }
    .abs_s4_right ul li:before{
        background-size: contain;
        width: 2.344vw;
        height: 2.148vw;
        top: 0.098vw;
        left: -3.418vw;
    }
    .abs_s4_right ul li p{
        display: none;
    }
    .s4_active{
        display: block;
    }
}
@media (max-width: 768px) and  (min-width: 550px){
    .abs_s4{
        padding-top: 6.641vw;
        padding-bottom: 1.339vw;
    }
    .abs_s4_art1{
        width: 7.271vw;
        height: 57.813vw;
        left: 0vw;
        bottom: -37.036vw;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .abs_s4 .section_inner{
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .abs_s4_title{
        width: 100%;
        text-align: center;
        padding-left: 4.818vw;
    }
    .abs_s4_title h2{
        /* font-size: 8.659vw; */
        font-size: 4.8vw;
    }
    .abs_s4_de_in{
        width: 100%;
        z-index: 1;
        padding-bottom: 1.953vw;
        padding-left: 4.641vw;
        padding-top: 4.557vw;
    }
    .abs_s4_art2{
        width: 11.349vw;
        height: 35.286vw;
        bottom: -20.125vw;
        right: 0vw;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }

    .abs_s4_left{
        width: 100%;
        padding-right: 1vw;
        z-index: 1;
    }
    .abs_s4_left ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_left ul li{
        margin: 0;
        margin-bottom: 3.646vw;
        line-height: 1.68;
        letter-spacing: 0.195vw;
        font-size: 2.1vw;
    }
    .abs_s4_left ul li br{
        /* display:none; */
    }
    .abs_s4_left ul li:before{
        background-size: contain;
        width: 3.125vw;
        height: 2.865vw;
        top: 0.26vw;
        left: -4.818vw;
    }
    .abs_s4_left ul li p{
        display: none;
    }

    .abs_s4_right{
        width: 100%;
        z-index: 1;
        padding-left: 0vw;
    }
    .abs_s4_right ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_right ul li{
        margin: 0;
        margin-bottom: 3.646vw;
        /* font-size: 2.279vw; */
        line-height: 1.68;
        letter-spacing: 0.195vw;
        font-size: 2.1vw;
    }
    .abs_s4_right ul li:before{
        background-size: contain;
        width: 3.125vw;
        height: 2.865vw;
        top: 0.13vw;
        left: -4.557vw;
    }
    .abs_s4_right ul li p{
        display: none;
    }
    .s4_active{
        display: block;
    }
}

@media (max-width: 550px) {
    .abs_s4{
        padding-top: 9.273vw;
        padding-bottom: 7.455vw;
    }
    .abs_s4_art1{
        width: 20.909vw;
        height: 58.727vw;
        left: 0vw;
        bottom: -5.636vw;
        z-index: 1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .abs_s4 .section_inner{
        width: 197.091vw;
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .abs_s4_title{
        width: 100%;
        text-align: center;
        padding-left: 0vw;
        padding-bottom: 5vw;
    }
    .abs_s4_title h2{
        font-size: 8vw;
        letter-spacing: 0vw;
    }
    .abs_s4_de_in{
        width: 100%;
        z-index: 1;
        padding-bottom: 0vw;
        padding-left: 7vw;
        padding-top: 0vw;
        padding-right: 1vw;
    }
    .abs_s4_art2{
        width: 34vw;
        height: 49.273vw;
        bottom: -4.364vw;
        right: 0vw;
        z-index: 1;
    }

    .abs_s4_left{
        width: 100%;
        padding-right: 0vw;
        z-index: 1;
    }
    .abs_s4_left ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_left ul li{
        margin: 0;
        margin-bottom: 5.091vw;
        font-size: 3.182vw;
        line-height: 1.68;
        letter-spacing: 0.273vw;
    }
    .abs_s4_left ul li br{
        display:none;
    }
    .abs_s4_left ul li:before{
        background-size: contain;
        width: 4.364vw;
        height: 4vw;
        top: 0.364vw;
        left: -6.727vw;
    }
    .abs_s4_left ul li p{
        display: none;
    }

    .abs_s4_right{
        padding-left: 0vw;
        width: 100%;
        padding-right: 0vw;
        z-index: 1;
    }
    .abs_s4_right ul{
        margin: 0vw;
        padding: 0vw;
    }
    .abs_s4_right ul li{
        margin: 0;
        margin-bottom: 5.091vw;
        font-size: 3.182vw;
        line-height: 1.68;
        letter-spacing: 0.273vw;
    }
    .abs_s4_right ul li:before{
        background-size: contain;
        width: 4.364vw;
        height: 4vw;
        top: 0.182vw;
        left: -6.364vw;
    }
    .abs_s4_right ul li p{
        display: none;
    }
    .s4_active{
        display: block;
    }
}



/* Section 05
======================================*/
.abs_s5{
    padding-top: 100px;
    padding-bottom: 82px;
}
.abs_s5_art1{
    background: url(abs_s5_art1.png) no-repeat;
    content: "";
    width: 174px;
    height: 6px;
    background-color: #EFC5E1;
    position: absolute;
    left: 188px;
    top: 39px;
}
.abs_s5_art2{}
.abs_s5 .section_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1251px;
    margin: 0 auto;
    padding-left: 102px;
}
.abs_s5_left{
    padding-top: 91px;
    width: 50%;
}
.abs_s5_header{ position:relative;}
.abs_s5_header:before {
    content: "";
    width:2000px;
    height: 6px;
    background-color: #EFC5E1;
    position: absolute;
    left: -2028px;
    top: 34px;
}
.abs_s5_header h2{
    font-size: 68.5px;
    letter-spacing: 0.76px;
    margin-bottom: 32px;
}
.abs_s5_header h2 br{}
.abs_s5_header p{
    padding-left: 3px;
    letter-spacing: 0.53px;
    line-height: 1.364;
}
.abs_s5_header p br{}
.abs_s5_content{
    padding-top: 56px;
    padding-right: 94px;
}
.abs_s5_content_items{}
.abs_s5_content_item{
    justify-content: space-between;
    display: flex;
    padding-bottom: 31px;
}
.abs_s5_content_item span{
    width: 25%;
}
.abs_s5_content_item span img{}
.abs_s5_content_item article{
    width: 80%;
}
.abs_s5_content_item h4{
    margin-bottom: 7px;
}
.abs_s5_content_item p{
    line-height: 1.35;
    letter-spacing: 0.4px;
    font-size: 24px;
}

.abs_s5_right{
    width: 43.8%;
}
.abs_s5_img1{
    width: 100%;
    display: block;
    position: relative;
}
.abs_s5_img1 span{
    width: 100%;
    height: 628px;
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}
.abs_s5_img1 span img{
    width: 10%;
    opacity: 0;
}
.abs_s5_img1:before {
    content: "";
    width: 98.2%;
    height: 98.5%;
    position: absolute;
    top: 39px;
    left: -31px;
    background-color: #eec4e0;
}

.abs_s5_img2{position: relative;width: 297px;margin-left: -118px;margin-top: -174px;}
.abs_s5_img2 span{
    width: 100%;
    height: 389px;
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}
.abs_s5_img2 span img{
    width: 10%;
    opacity: 0;
}
.abs_s5_img2:before {
    content: "";
    width: 98.1%;
    height: 98.6%;
    position: absolute;
    top: 24px;
    left: -19px;
    background-color: #eec4e0;
}

.abs_s5_img3{position: relative;margin-left: 223px;margin-top: -145px;width: 190px;}
.abs_s5_img3 span{
    width: 100%;
    height: 249px;
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}
.abs_s5_img3 span img{
    width: 10%;
    opacity: 0;
}
.abs_s5_img3:before {
    content: "";
    width: 98.5%;
    height: 98.5%;
    position: absolute;
    top: 39px;
    left: -32px;
    display: none;
    background-color: #eec4e0;
}
@media (max-width: 1440px){
    .abs_s5{
        padding-top: 6.944vw;
        padding-bottom: 5.694vw;
    }
    .abs_s5_art1{
        width: 12.083vw;
        height: 0.417vw;
        left: 13.056vw;
        top: 2.708vw;
    }
    .abs_s5_art2{}
    .abs_s5 .section_inner{
        width: 86.875vw;
        padding-left: 7.083vw;
    }
    .abs_s5_left{
        padding-top: 6.319vw;
    }
    .abs_s5_header{}
    .abs_s5_header:before {
        width:138.889vw;
        height: 0.417vw;
        left: -140.833vw;
        top: 2.361vw;
    }
    .abs_s5_header h2{
        font-size: 4.757vw;
        letter-spacing: 0.053vw;
        margin-bottom: 2.222vw;
    }
    .abs_s5_header h2 br{}
    .abs_s5_header p{
        padding-left: 0.208vw;
        letter-spacing: 0.037vw;
        line-height: 1.364;
    }
    .abs_s5_header p br{}
    .abs_s5_content{
        padding-top: 3.889vw;
        padding-right: 7vw;
    }
    .abs_s5_content_items{}
    .abs_s5_content_item{
        padding-bottom: 2.153vw;
    }
    .abs_s5_content_item span{
        width: 25%;
    }
    .abs_s5_content_item span img{}
    .abs_s5_content_item article{
        width: 80%;
    }
    .abs_s5_content_item h4{
        margin-bottom: 0.486vw;
    }
    .abs_s5_content_item p{
        letter-spacing: 0.028vw;
        font-size: 1.667vw;
    }

    .abs_s5_right{}
    .abs_s5_img1{}
    .abs_s5_img1 span{
        height: 43.6vw;
        /* width: 86%; */
        background-size: contain;
    }
    .abs_s5_img1 span img{}
    .abs_s5_img1:before {
        top: 2.708vw;
        left: -2.153vw;
    }

    .abs_s5_img2{
        width: 20.625vw;
        margin-left: -8.194vw;
        margin-top: -12.083vw;
    }
    .abs_s5_img2 span{
        height: 27.014vw;
    }
    .abs_s5_img2 span img{}
    .abs_s5_img2:before {
        top: 1.667vw;
        left: -1.319vw;
    }

    .abs_s5_img3{
        margin-left: 15.486vw;
        margin-top: -10.069vw;
        width: 13.194vw;
    }
    .abs_s5_img3 span{
        height: 17.292vw;
    }
    .abs_s5_img3 span img{}
    .abs_s5_img3:before {
        top: 2.708vw;
        left: -2.222vw;
    }
}
@media (max-width: 1140px){
    .abs_s5{
        padding-top: 8.771vw;
        padding-bottom: 7.192vw;
    }
    .abs_s5_art1{
        width: 15.263vw;
        height: 0.527vw;
        left: 16.492vw;
        top: 3.421vw;
    }
    .abs_s5_art2{}
    .abs_s5 .section_inner{
        width: 92.737vw;
        padding-left: 2.947vw;
    }
    .abs_s5_left{
        padding-top: 7.982vw;
    }
    .abs_s5_header{}
    .abs_s5_header:before {
        width:175.439vw;
        height: 0.527vw;
        left: -177.894vw;
        top: 2.982vw;
    }
    .abs_s5_header h2{
        font-size: 5.009vw;
        letter-spacing: 0.067vw;
        margin-bottom: 2.807vw;
    }
    .abs_s5_header h2 br{}
    .abs_s5_header p{
        padding-left: 0.1vw;
        letter-spacing: 0.047vw;
        line-height: 1.364;
        font-size: 2.04vw;
    }
    .abs_s5_header p br{}
    .abs_s5_content{
        padding-top: 4.912vw;
    }
    .abs_s5_content_items{}
    .abs_s5_content_item{
        padding-bottom: 2.72vw;
    }
    .abs_s5_content_item span{
        width: 25%;
    }
    .abs_s5_content_item span img{}
    .abs_s5_content_item article{
        width: 80%;
    }
    .abs_s5_content_item h4{
        margin-bottom: 0.614vw;
        font-size: 1.6vw;
    }
    .abs_s5_content_item p{
        letter-spacing: 0.035vw;
        font-size: 1.7vw;
    }

    .abs_s5_right{}
    .abs_s5_img1{}
    .abs_s5_img1 span{
        height: 55.088vw;
    }
    .abs_s5_img1 span img{}
    .abs_s5_img1 span img:before{
        top: 3.421vw;
        left: -2.72vw;
        width: 75.2%;
        height: 92.5%;
    }
    .abs_s5_img1:before {
        top: 3.421vw;
        left: -2.72vw;
    }

    .abs_s5_img2{
        width: 26.053vw;
        margin-left: -10.35vw;
        margin-top: -15.263vw;
    }
    .abs_s5_img2 span{
        height: 34.123vw;
    }
    .abs_s5_img2 span img{}
    .abs_s5_img2:before {
        top: 2.106vw;
        left: -1.666vw;
    }

    .abs_s5_img3{
        margin-left: 19.561vw;
        margin-top: -12.719vw;
        width: 16.666vw;
    }
    .abs_s5_img3 span{
        height: 21.843vw;
    }
    .abs_s5_img3 span img{}
    .abs_s5_img3:before {
        top: 3.421vw;
        left: -2.807vw;
    }
}
@media (max-width: 1024px){


    .abs_s5{
        padding-top: 9.765vw;
        padding-bottom: 8.007vw;
    }
    .abs_s5_art1{
        width: 16.992vw;
        height: 0.587vw;
        left: 18.36vw;
        top: 3.808vw;
    }
    .abs_s5_art2{}
    .abs_s5 .section_inner{
        width: 100%;
        padding-left: 7vw;
        padding-right: 7vw;
        justify-content: unset;
        flex-wrap: wrap;
        display: flex;
    }
    .abs_s5_left{
        padding-top: 8.886vw;
        width: 50%;
    }
    .abs_s5_header{}
    .abs_s5_header:before {
        width:195.313vw;
        height: 0.587vw;
        left: -198.046vw;
        top: 3.32vw;
    }
    .abs_s5_header h2{
        margin-bottom: 3.125vw;
        font-size: 5vw;
        letter-spacing: 0vw;
    }
    .abs_s5_header h2 br{}
    .abs_s5_header p{
        padding-left: 0.293vw;
        letter-spacing: 0.052vw;
        line-height: 1.364;
    }
    .abs_s5_header p br{
    display: none;
}
    .abs_s5_content{
        padding-top: 5.468vw;
    }
    .abs_s5_content_items{}
    .abs_s5_content_item{
        padding-bottom: 3.028vw;
    }
    .abs_s5_content_item span{
        width: 25%;
    }
    .abs_s5_content_item span img{}
    .abs_s5_content_item article{
        width: 80%;
    }
    .abs_s5_content_item h4{
        margin-bottom: 0.684vw;
        font-size: 1.6vw;
    }
    .abs_s5_content_item p{
        letter-spacing: 0.039vw;
        font-size: 1.93vw;
    }

    .abs_s5_right{
    width: 50%;
    padding-left: 8vw;
}
    .abs_s5_img1{}
    .abs_s5_img1 span{
        height: 43.328vw;
    }
    .abs_s5_img1 span img{}
    .abs_s5_img1:before {
        top: 3.808vw;
        left: -3.028vw;
    }

    .abs_s5_img2{
        width: 23.004vw;
        margin-left: -7.1vw;
        margin-top: -8.992vw;
    }
    .abs_s5_img2 span{
        height: 28.988vw;
    }
    .abs_s5_img2 span img{}
    .abs_s5_img2:before {
        top: 2.345vw;
        left: -1.855vw;
    }

    .abs_s5_img3{
        margin-left: 18.4vw;
        margin-top: -14.16vw;
        width: 16.554vw;
    }
    .abs_s5_img3 span{
        height: 21.317vw;
    }
    .abs_s5_img3 span img{}
    .abs_s5_img3:before {
        top: 3.808vw;
        left: -3.125vw;
    }
}
@media (max-width: 768px) and  (min-width: 550px){
    .abs_s5{
        padding-top: 9.765vw;
        padding-bottom: 8.007vw;
    }
    .abs_s5_art1{
        width: 16.992vw;
        height: 0.587vw;
        left: 18.36vw;
        top: 3.808vw;
    }
    .abs_s5_art2{}
    .abs_s5 .section_inner{
        width: 100%;
        padding-left: 5vw;
        padding-right: 6vw;
        justify-content: unset;
        flex-wrap: wrap;
        display: flex;
    }
    .abs_s5_left{
        padding-top: 6.886vw;
        order: 2;
        width: 100%;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .abs_s5_header{}
    .abs_s5_header:before {
        width:195.313vw;
        height:0.781vw;
        left:-196.5vw;
        top: 3.32vw;
    }
    .abs_s5_header h2{
        font-size: 4.69vw;
        letter-spacing: 0.075vw;
        margin-bottom: 3.125vw;
    }
    .abs_s5_header h2 br{}
    .abs_s5_header p{
        padding-left: 0.293vw;
        letter-spacing: 0.052vw;
        line-height: 1.364;
        font-size: 2.4vw;
    }
    .abs_s5_header p br{}
    .abs_s5_content{
        padding-top: 5.468vw;
    }
    .abs_s5_content_items{
        padding-left: 18vw;
        padding-right: 0vw;
    }
    .abs_s5_content_item{
        padding-bottom: 3.028vw;
    }
    .abs_s5_content_item span{
        width: 25%;
    }
    .abs_s5_content_item span img{}
    .abs_s5_content_item article{
        width: 80%;
    }
    .abs_s5_content_item h4{
        margin-bottom: 0.684vw;
        font-size: 2.1vw;
    }
    .abs_s5_content_item p{
        letter-spacing: 0.039vw;
        font-size: 2.4vw;
    }

    .abs_s5_right{
        width: 100%;
        padding-left: 15vw;
        padding-right: 10vw;
    }
    .abs_s5_img1{}
    .abs_s5_img1 span{
        height: 64.328vw;
    }
    .abs_s5_img1 span img{}
    .abs_s5_img1:before {
        top: 3.808vw;
        left: -3.028vw;
    }

    .abs_s5_img2{
        width: 23.004vw;
        margin-left: -7.1vw;
        margin-top: -8.992vw;
    }
    .abs_s5_img2 span{
        height: 28.988vw;
    }
    .abs_s5_img2 span img{}
    .abs_s5_img2:before {
        top: 2.345vw;
        left: -1.855vw;
    }

    .abs_s5_img3{
        margin-left: 18.4vw;
        margin-top: -14.16vw;
        width: 16.554vw;
    }
    .abs_s5_img3 span{
        height: 21.317vw;
    }
    .abs_s5_img3 span img{}
    .abs_s5_img3:before {
        top: 3.808vw;
        left: -3.125vw;
    }
}
@media (max-width: 550px){
    .abs_s5{
        padding-top: 9.765vw;
        padding-bottom: 8.007vw;
    }
    .abs_s5_art1{
        width: 16.992vw;
        height: 0.587vw;
        left: 18.36vw;
        top: 3.808vw;
    }
    .abs_s5_art2{}
    .abs_s5 .section_inner{
        width: 100%;
        padding-left: 8vw;
        padding-right: 8vw;
        justify-content: unset;
        flex-wrap: wrap;
        display: flex;
    }
    .abs_s5_left{
        padding-top: 6.886vw;
        order: 2;
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .abs_s5_header{}
    .abs_s5_header:before {
        width:195.313vw;
        height:5px;
        left:-197.046vw;
        top: 3.32vw;
    }
    .abs_s5_header h2{
        margin-bottom: 3.125vw;
        font-size: 8vw;
        letter-spacing: 0vw;
    }
    .abs_s5_header h2 br{}
    .abs_s5_header p{
        padding-left: 0.293vw;
        font-size: 4.167vw;
        line-height: 1.33;
        letter-spacing: 0.104vw;
    }
    .abs_s5_header p br{}
    .abs_s5_content{
        padding-top: 5.468vw;
        padding-right: 0;
    }
    .abs_s5_content_items{
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .abs_s5_content_item{
        padding-bottom: 3.028vw;
    }
    .abs_s5_content_item span{
        width: 25%;
    }
    .abs_s5_content_item span img{ width: 50%; margin-left: 20%; }
    .abs_s5_content_item article{
        width: 80%;
    }
    .abs_s5_content_item h4{
        margin-bottom: 0.684vw;
        line-height: 1.67;
        letter-spacing: 0vw;
        font-size: 3.8vw;
    }
    .abs_s5_content_item p{
        font-size: 4.167vw;
        line-height: 1.33;
        letter-spacing: 0.104vw;
    }

    .abs_s5_right{
        width: 100%;
        padding-left: 15vw;
        padding-right: 10vw;
    }
    .abs_s5_img1{}
    .abs_s5_img1 span{
        height: 64.328vw;
    }
    .abs_s5_img1 span img{}
    .abs_s5_img1:before {
        top: 3.808vw;
        left: -3.028vw;
    }

    .abs_s5_img2{
        width: 28.755vw;
        margin-left: -7.1vw;
        margin-top: -8.992vw;
    }
    .abs_s5_img2 span{
        height: 36.235vw;
    }
    .abs_s5_img2 span img{}
    .abs_s5_img2:before {
        top: 2.345vw;
        left: -1.855vw;
    }

    .abs_s5_img3{
        margin-left:25.4vw;
        margin-top: -14.16vw;
        width:20.6925vw;
    }
    .abs_s5_img3 span{
        height:26.65vw;
    }
    .abs_s5_img3 span img{}
    .abs_s5_img3:before {
        top: 3.808vw;
        left: -3.125vw;
    }
}
/* Section 06
======================================*/
/* Section 06
======================================*/
.abs_s6{
    padding-top: 0px;
    padding-bottom: 58px;
    z-index: 1;
}
.abs_s6_art1{
    width: 349px;
    height: 262px;
    display: block;
    position: absolute;
    top: -189px;
    left: -87px;
    z-index:2;
    background-image: url(abs_s6_art2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.abs_s6 .section_inner{
    width: 1195px;
    display: block;
    padding-right: 10px;
}

.abs_s6_title{
    width: 100%;
    text-align: center;
    padding-bottom: 41px;
}
.abs_s6_title h2{
    font-size: 68.5px;
    padding-right: 92px;
    letter-spacing: 0.6px;
}

.abs_s6_de{
    position: relative;
}
.abs_s6_de:before {
    content: "";
    width: 100%;
    height: 100.9%;
    position: absolute;
    top: 21px;
    left: 27px;
    background-color: #eec4e0;
}
.abs_s6_de_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: #faebed;
    padding-top: 61px;
    padding-left: 123px;
    padding-right: 43px;
    padding-bottom: 35px;
}
.abs_s6_art2{
    width: 408px;
    height: 444px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background-image: url(abs_s6_art1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    opacity:1;
    z-index: -1;
}

.abs_s6_left{
    width: 50%;
    padding-right: 40px;
    z-index: 1;
    position: relative;
}
.abs_s6_left article{}
.abs_s6_left article h4{
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.29;
    letter-spacing: 4.12px;
}
.abs_s6_left article h4 br{}

.abs_s6_left article p{
    margin-bottom: 58px;
    letter-spacing: 0.59px;
    font-size: 23.5px;
}
.abs_s6_left article p br{}
.abs_s6_right{
    width: 50%;
    padding-left: 21px;
    z-index: 1;
    position: relative;
    padding-right: 40px;
}
.abs_s6_right article{}
.abs_s6_right article h4{
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.29;
    letter-spacing: 4px;
}
.abs_s6_right article h4 br{}

.abs_s6_right article p{
    margin-bottom: 42px;
}
.abs_s6_right article p br{}

.abs_s6_right article p.name{
    position: relative;
    font-family: Meritocracy;
    font-size: 61px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -1px;
    text-align: left;
    color: #f05d54;
    display: block;
    margin-top: -11px;
    padding-left: 107px;
}
.abs_s6_right article p.name span{
    display: inline-block;
    position: absolute;
    top: 31px;
    left: 1px;
}
.abs_s6_right article p.name span:before{
    content: "";
    width: 84px;
    height: 4px;
    /* background-color: #f05d54; */
    display: block;
    position: relative;
    background-image: url(line_img11.png);
    background-position: center;
    background-size: cover;
}
.abs_s6_link{
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 11px;
    padding-right: 70px;
    padding-bottom: 33px;
    z-index: 1;
}

.abs_s6_link .site_button {
    margin: 0 auto;
    padding: 10px 66px 11px 66px;
}
@media (max-width: 1440px){
    .abs_s6{
        padding-top: 0vw;
        padding-bottom: 4.028vw;
    }
    .abs_s6_art1{
        width: 24.236vw;
        height: 18.194vw;
        display: block;
        position: absolute;
        top: -13.125vw;
        left: -6.042vw;
        z-index:2;
        background-image: url(abs_s6_art2.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .abs_s6 .section_inner{
        width: 82.986vw;
        display: block;
        padding-right: 0.694vw;
    }

    .abs_s6_title{
        width: 100%;
        text-align: center;
        padding-bottom: 2.847vw;
    }
    .abs_s6_title h2{
        font-size: 4.757vw;
        padding-right: 6.389vw;
        letter-spacing: 0.042vw;
    }

    .abs_s6_de{}
    .abs_s6_de:before {
        width: 100%;
        height: 100.9%;
        top: 1.458vw;
        left: 1.875vw;
    }
    .abs_s6_de_in{
        width: 100%;
        padding-top: 4.236vw;
        padding-left: 8.542vw;
        padding-right: 2.986vw;
        padding-bottom: 2.431vw;
    }
    .abs_s6_art2{
        width: 28.333vw;
        height: 30.833vw;
        bottom: 0vw;
        right: 0vw;
        z-index: 1;
        opacity:1;
    }

    .abs_s6_left{
        width: 50%;
        padding-right: 2.778vw;
        z-index: 1;
        position: relative;
    }
    .abs_s6_left article{}
    .abs_s6_left article h4{
        margin-bottom: 1.042vw;
        font-size: 1.458vw;
        line-height: 1.29;
        letter-spacing: 0.286vw;
    }
    .abs_s6_left article h4 br{}

    .abs_s6_left article p{
        margin-bottom: 4.028vw;
        letter-spacing: 0.041vw;
        font-size: 1.632vw;
    }
    .abs_s6_left article p br{}
    .abs_s6_right{
        width: 50%;
        padding-left: 1.458vw;
        padding-right: 2.778vw;
    }
    .abs_s6_right article{}
    .abs_s6_right article h4{
        margin-bottom: 0.694vw;
        font-size: 1.458vw;
        line-height: 1.29;
        letter-spacing: 0.278vw;
    }
    .abs_s6_right article h4 br{}

    .abs_s6_right article p{
        margin-bottom: 2.917vw;
    }
    .abs_s6_right article p br{}

    .abs_s6_right article p.name{
        font-size: 4.236vw;
        line-height: 1.19;
        letter-spacing: -0.069vw;
        margin-top: -0.764vw;
        padding-left: 7.431vw;
    }
    .abs_s6_right article p.name span{
        top: 2.153vw;
        left: 0.069vw;
    }
    .abs_s6_right article p.name span:before{
        width: 5.833vw;
        height: 0.278vw;
    }
    .abs_s6_link{
        width: 100%;
        padding-top: 0.764vw;
        padding-right: 4.861vw;
        padding-bottom: 2.292vw;
    }

    .abs_s6_link .site_button {
        margin: 0 auto;
        padding: 0.694vw 4.583vw 0.764vw 4.583vw;
    }
}
@media (max-width: 1140px){
    .abs_s6{
        padding-top: 0vw;
        padding-bottom: 5.088vw;
    }
    .abs_s6_art1{
        width: 30.614vw;
        height: 22.982vw;
        top: -16.579vw;
        left: -7.632vw;
    }
    .abs_s6 .section_inner{
        width: 88.825vw;
        padding-right: 0.876vw;
    }

    .abs_s6_title{
        width: 100%;
        padding-bottom: 3.596vw;
    }
    .abs_s6_title h2{
        font-size: 5.009vw;
        padding-right: 8.07vw;
        letter-spacing: 0.053vw;
    }

    .abs_s6_de{}
    .abs_s6_de:before {
        width: 100%;
        height: 100.9%;
        top: 1.842vw;
        left: 2.369vw;
    }
    .abs_s6_de_in{
        width: 100%;
        padding-top: 5.35vw;
        padding-left: 7.79vw;
        padding-right: 1.772vw;
        padding-bottom: 3.071vw;
    }
    .abs_s6_art2{
        width: 35.789vw;
        height: 38.947vw;
        bottom: 0vw;
        right: 0vw;
    }

    .abs_s6_left{
        width: 50%;
        padding-right: 3.509vw;
    }
    .abs_s6_left article{}
    .abs_s6_left article h4{
        margin-bottom: 1.316vw;
        font-size: 1.79vw;
        line-height: 1.29;
        letter-spacing: 0.361vw;
    }
    .abs_s6_left article h4 br{}

    .abs_s6_left article p{
        margin-bottom: 5.088vw;
        letter-spacing: 0.052vw;
        font-size: 1.79vw;
    }
    .abs_s6_left article p br{}


    .abs_s6_right{
        width: 50%;
        padding-left: 1.842vw;
        padding-right: 3.509vw;
    }
    .abs_s6_right article{}
    .abs_s6_right article h4{
        margin-bottom: 0.876vw;
        font-size: 1.79vw;
        line-height: 1.29;
        letter-spacing: 0.351vw;
    }
    .abs_s6_right article h4 br{}

    .abs_s6_right article p{
        margin-bottom: 3.684vw;
        font-size: 1.79vw;
    }
    .abs_s6_right article p br{}

    .abs_s6_right article p.name{
        font-size: 5.35vw;
        line-height: 1.19;
        letter-spacing: -0.087vw;
        margin-top: -0.965vw;
        padding-left: 9.386vw;
    }
    .abs_s6_right article p.name span{
        top: 2.72vw;
        left: 0.087vw;
    }
    .abs_s6_right article p.name span:before{
        width: 7.368vw;
        height: 0.351vw;
    }
    .abs_s6_link{
        width: 100%;
        padding-top: 0.965vw;
        padding-right: 6.14vw;
        padding-bottom: 2.896vw;
    }

    .abs_s6_link .site_button {
        margin: 0 auto;
        padding: 0.876vw 5.789vw 0.965vw 5.789vw;
    }
}
@media (max-width: 1024px){
    .abs_s6{
        padding-top: 0vw;
        padding-bottom: 5.664vw;
    }
    .abs_s6_art1{
        width: 23.082vw;
        height: 19.585vw;
        top: -10.457vw;
        left: -8.497vw;
    }
    .abs_s6 .section_inner{
        width: 82.7vw;
        padding-right: 0.975vw;
    }

    .abs_s6_title{
        width: 100%;
        padding-bottom: 4.003vw;
    }
    .abs_s6_title h2{
        font-size: 4.69vw;
        padding-right: 8.984vw;
        letter-spacing: 0.059vw;
    }

    .abs_s6_de{}
    .abs_s6_de:before {
        width: 100%;
        height: 100.9%;
        top: 2.051vw;
        left: 2.637vw;
    }
    .abs_s6_de_in{
        width: 100%;
        padding-top: 5.956vw;
        padding-left: 7.012vw;
        padding-right: 0.199vw;
        padding-bottom: 3.419vw;
    }
    .abs_s6_art2{
        width: 39.843vw;
        height: 43.359vw;
        bottom: 0vw;
        right: 0vw;
    }

    .abs_s6_left{
        width: 50%;
        padding-right: 3.907vw;
    }
    .abs_s6_left article{}
    .abs_s6_left article h4{
        margin-bottom: 1.465vw;
        /* font-size: 2.051vw; */
        line-height: 1.29;
        letter-spacing: 0.402vw;
    }
    .abs_s6_left article h4 br{}

    .abs_s6_left article p{
        margin-bottom: 5.664vw;
        letter-spacing: 0.058vw;
        /* font-size: 2.294vw; */
    }
    .abs_s6_left article p br{
    display: none;
}


    .abs_s6_right{
        width: 50%;
        padding-left: 2.051vw;
        padding-right: 3.907vw;
    }
    .abs_s6_right article{}
    .abs_s6_right article h4{
        margin-bottom: 0.975vw;
        /* font-size: 2.051vw; */
        line-height: 1.29;
        letter-spacing: 0.391vw;
    }
    .abs_s6_right article h4 br{}

    .abs_s6_right article p{
        margin-bottom: 4.101vw;
    }
    .abs_s6_right article p br{
    display: none;
}

    .abs_s6_right article p.name{
        /* font-size: 5.956vw; */
        line-height: 1.19;
        letter-spacing: -0.097vw;
        margin-top: -1.074vw;
        padding-left: 10.449vw;
    }
    .abs_s6_right article p.name span{
        top: 3.028vw;
        left: 0.097vw;
    }
    .abs_s6_right article p.name span:before{
        width: 8.203vw;
        height: 0.391vw;
    }
    .abs_s6_link{
        width: 100%;
        padding-top: 1.074vw;
        padding-right: 6.836vw;
        padding-bottom: 3.224vw;
    }

    .abs_s6_link .site_button {
        margin: 0 auto;
        padding: 0.975vw 6.445vw 1.074vw 6.445vw;
    }
}
@media (max-width: 768px) and  (min-width: 550px){
    .abs_s6{
        padding-top: 0vw;
        padding-bottom: 7.552vw;
    }
    .abs_s6_art1{
        width: 26.442vw;
        height: 22.114vw;
        top: -11.609vw;
        left: -5.329vw;
        }
    .abs_s6 .section_inner{
        width: 85.599vw!important;
        padding:0;
    }
    .abs_s6_title{
        width: 100%;
        padding-bottom: 5.338vw;
    }
    .abs_s6_title h2{
        /* font-size: 8.919vw; */
        padding-right: 11.979vw;
        letter-spacing: 0.079vw;
    }

    .abs_s6_de{}
    .abs_s6_de:before {
        width: 100%;
        height: 100.9%;
        top: 2.734vw;
        left: 3.516vw;
    }
    .abs_s6_de_in{
        width: 100%;
        padding-top: 7.942vw;
        padding-left: 6.016vw;
        padding-right: 0.599vw;
        padding-bottom: 4.558vw;
    }
    .abs_s6_art2{
        width: 29.124vw;
        height: 34.812vw;
        bottom: 0vw;
        right: 0vw;
    }
    .abs_s6_left{
        width: 50%;
        padding-right: 5.209vw;
    }
    .abs_s6_left article{}
    .abs_s6_left article h4{
        margin-bottom: 1.954vw;
        /* font-size: 2.734vw; */
        line-height: 1.29;
        letter-spacing: 0.2vw;
        font-size: 1.9vw;
    }
    .abs_s6_left article h4 br{}

    .abs_s6_left article p{
        margin-bottom: 3.552vw;
        letter-spacing: 0.077vw;
        font-size: 2.4vw;
    }
    .abs_s6_left article p br{}


    .abs_s6_right{
        width: 50%;
        padding-left: 2.734vw;
        padding-right: 5.209vw;
    }
    .abs_s6_right article{}
    .abs_s6_right article h4{
        margin-bottom: 1.301vw;
        line-height: 1.29;
        letter-spacing: 0.2vw;
        font-size: 1.9vw;
    }
    .abs_s6_right article h4 br{}

    .abs_s6_right article p{
        margin-bottom: 3.552vw;
        letter-spacing: 0.077vw;
        font-size: 2.4vw;
    }
    .abs_s6_right article p br{}

    .abs_s6_right article p.name{
        /* font-size: 7.942vw; */
        line-height: 1.19;
        letter-spacing: -0.129vw;
        margin-top: -1.433vw;
        padding-left: 13.933vw;
    }
    .abs_s6_right article p.name span{
        top: 4.037vw;
        left: 0.129vw;
    }
    .abs_s6_right article p.name span:before{
        width: 10.937vw;
        height: 0.521vw;
    }
    .abs_s6_link{
        width: 100%;
        padding-top: 1.433vw;
        padding-right: 9.114vw;
        padding-bottom: 4.298vw;
    }

    .abs_s6_link .site_button {
        margin: 0 auto;
        padding: 1.301vw 8.593vw 1.433vw 8.593vw;
    }
}
@media (max-width: 550px){
    .abs_s6{
        padding-top: 0vw;
        padding-bottom: 12.083vw;
    }
    .abs_s6_art1{
        width: 34.442vw;
        height: 22.114vw;
        top: -5.609vw;
        left: -7.329vw;
    }
    .abs_s6 .section_inner{
        width: 100% !important;
        padding-right: 8vw;
        display: block;
        padding-left: 8vw;
    }

    .abs_s6_title{
        width: 100%;
        padding-bottom: 8.54vw;
    }
    .abs_s6_title h2{
        width: 100%;
        bottom: 0vw;
        text-align: left;
        font-size: 8vw;
        letter-spacing: 0vw;
        padding-right: 0vw;
        letter-spacing: -0.2vw;
        padding-top: 6vw;
    }

    .abs_s6_de{}
    .abs_s6_de:before {
        height: 100% !important;
        top: 3vw;
        left: -3vw;
        width: 100%;
    }
    .abs_s6_de_in{
        width: 100%;
        padding-top: 8.083vw;
        padding-left: 7vw;
        padding-right: 7vw;
        padding-bottom: 7.292vw;
        z-index: 1;
    }
    .abs_s6_art2{
        width: 34.998vw;
        height: 44.499vw;
        bottom: 0vw;
        right: -1vw;
    }

    .abs_s6_left{
        width: 100%;
        padding:0;
    }
    .abs_s6_left article{}
    .abs_s6 article h4{
        margin-bottom: 3.333vw;
        font-size: 4vw;
        line-height: 1.2;
        letter-spacing: 0.625vw;
    }
    .abs_s6 article h4 br{}

    .abs_s6 article p{
        margin-bottom: 6.667vw;
        letter-spacing: 0.123vw;
        font-size: 4.2vw;
    }
    .abs_s6 article p br{}


    .abs_s6_right{
        width: 100%;
        padding:0;
    }
    .abs_s6_right article{}
    .abs_s6_right article h4{}
    .abs_s6_right article h4 br{}

    .abs_s6_right article p{}
    .abs_s6_right article p br{}

    .abs_s6_right article p.name{}
    .abs_s6_right article p.name span{}
    .abs_s6_right article p.name span:before{}
    .abs_s6_link{
    padding-top: 1.433vw;
    padding-right: 0vw;
    padding-bottom: 4.298vw;
}

    .abs_s6_link .site_button {
        padding: 2.1vw 6.5vw 2.1vw 6.847vw;
        font-size: 4.063vw;
        letter-spacing: 0.406vw;
    }
}

/* Section 07
======================================*/
.abs_s7{
    padding-top: 54px;
    padding-bottom: 89px;
}
.abs_s7_art1{
    background: url(abs_s7_art1.png);
    content: "";
    position: absolute;
    width: 273px;
    height: 275px;
    top: 35px;
    left: 0px;
    background-repeat: no-repeat;
}
.abs_s7 .section_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1046px;
}
.abs_s7_left{
    width: 57%;
    padding-top: 116px;
    padding-right: 26px;
}
.abs_s7_left h2{
    text-align: right;
    font-size: 66.5px;
}
.abs_s7_right{
    width: 37%;
    padding-right: 41px;
}
.abs_s7_box_img{
    -webkit-box-shadow: 0px 0px 40px 0px rgb(216 90 174 / 40%);
    -moz-box-shadow: 0px 0px 40px 0px rgba(216,90,174,0.4);
    box-shadow: 0px 0px 40px 0px rgb(216 90 174 / 40%);
}
.abs_s7_box_img span{}
.abs_s7_box_img span img{ width: 100%; }
.abs_s7_box_img .offer_warp{   
    padding: 26px 26px 25px 26px;
}
.abs_s7_box_img .offer_warp h4{    
    font-size: 21px; 
    text-transform: uppercase;    
    letter-spacing:0.5px;    
    color: #3c4547;    
    font-weight: 600;    
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.abs_s7_box_img .offer_warp p{    
    font-size: 13px;     
    text-transform: uppercase;    
    letter-spacing: 0.5px;    
    color: #3c4547;    
    font-weight: 400;    
    font-family: Open Sans;    
    margin-bottom: 14px;
}
.abs_s7_box_img .offer_warp span{
        font-weight: 600;
    font-size: 17px;
    display: block;
    color: #1b2628;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
    padding-top: 5px;
}
@media (max-width: 1440px){
    .abs_s7{
        padding-top: 3.75vw;
        padding-bottom: 6.181vw;
    }
    .abs_s7_art1{
        width: 18.958vw;
        height: 19.097vw;
        top: 2.43vw;
        left: 0vw;
    }
    .abs_s7 .section_inner{
        width: 72.639vw;
    }
    .abs_s7_left{
        width: 57%;
        padding-top: 8.055vw;
        padding-right: 1.805vw;
    }
    .abs_s7_left h2{
        font-size: 4.618vw;
    }
    .abs_s7_right{
        width: 37%;
    }
    .abs_s7_box_img{}
    .abs_s7_box_img span{}
    .abs_s7_box_img span img{}
}
@media (max-width: 1140px){
    .abs_s7{
        padding-top: 4.737vw;
        padding-bottom: 7.808vw;
    }
    .abs_s7_art1{
        width: 23.947vw;
        height: 24.123vw;
        top: 3.069vw;
        left: 0vw;
    }
    .abs_s7 .section_inner{
        width: 91.755vw;
        position: relative;
        z-index: 3;
    }
    .abs_s7_left{
        width: 57%;
        padding-top: 10.175vw;
        padding-right: 2.28vw;
    }
    .abs_s7_left h2{
        font-size: 5.833vw;
    }
    .abs_s7_right{
        width: 37%;
    }
    .abs_s7_box_img{}
    .abs_s7_box_img span{}
    .abs_s7_box_img span img{}
}
@media (max-width: 1024px){
    .abs_s7{}
    .abs_s7_art1{
    background-size: contain;
}
    .abs_s7 .section_inner{}
    .abs_s7_left{}
    .abs_s7_left h2{
    font-size: 5vw;
    letter-spacing: 0vw;
}
    .abs_s7_right{}
    .abs_s7_box_img{}
    .abs_s7_box_img span{}
    .abs_s7_box_img span img{}
}
@media (max-width: 768px) and  (min-width: 550px){
    .abs_s7{}
    .abs_s7_art1{
        background-size: contain;
    }
    .abs_s7 .section_inner{}
    .abs_s7_left{
        width: 52%;
    }
    .abs_s7_left h2{
        font-size: 6vw;
        letter-spacing: 0vw;
        text-align: left;
    }
    .abs_s7_right{
        width: 45%;
        padding-right: 10px;
    }
    .abs_s7_box_img{}
    .abs_s7_box_img span{}
    .abs_s7_box_img span img{}
}
@media (max-width: 550px){
    .abs_s7{
        padding-top: 4.737vw;
        padding-bottom: 12.808vw;
    }
    .abs_s7_art1{
        background-size: contain;
    }
    .abs_s7 .section_inner{}
    .abs_s7_left{
        width: 100%;
        padding-right: 0vw;
        padding-top: 0vw;
    }
    .abs_s7_left h2{
        font-size: 9vw;
        letter-spacing: 0vw;
        text-align: center;
    }
    .abs_s7_right{
        width: 100%;
        text-align: center;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-top: 5vw;
    }
    .abs_s7_box_img{
        text-align: center;
        padding-top: 0vw;
    }
    .abs_s7_box_img span{
        display: block;
    }
    .abs_s7_box_img span img{
        max-width: unset;
    }
}

/* Section 08
======================================*/
.abs_s8{
    background-color: #fff2e9;
    padding-top: 45px;
    padding-bottom: 54px;
    z-index: 1;
}
.abs_s8_art1{
    background: url(abs_s8_art1.png);
    content: "";
    position: absolute;
    width: 248px;
    height: 271px;
    top: 105px;
    left: -42px;
    background-repeat: no-repeat;
    z-index: 2;
}
.abs_s8_art2{
    background: url(abs_s8_art21.png);
    content: "";
    position: absolute;
    width: 292px;
    height: 316px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 2;
}
.abs_s8 .section_inner{
    width: 786px;
    margin:0 auto;
}
.abs_s8_title{
    padding-bottom: 2px;
}
.abs_s8_title h2{
    text-align: center;
    padding-left: 49px;
    letter-spacing: -0.5px;
}
.abs_s8_content{}
.abs_s8_content{
    padding-left: 10px;
}
.abs_s8_content ul{
    list-style-type: none;
    padding: 0;
}
.abs_s8_content ul li{
    border-bottom: 2px solid #eec4e0;
    padding-bottom: 13px;
    padding-top: 14px;
    margin-bottom: 3px;
}
.abs_s8_content ul li:last-child{ border-bottom: none; }
.abs_s8_qus_line{
    display: flex!important;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 13px;
    cursor: pointer;
}
.abs_s8_content ul li h6{
    font-size: 25.5px;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-family: 'Roboto';
}
.abs_s8_content ul li span{
    padding-top: 8px;
}
.abs_s8_content ul li span img{}
.abs_s8_text{
    display: none;
}
.abs_s8_content ul li p{
    padding-left: 25px;
}
.abs_s8_content ul li p br{}
.faqActive{
    display: block;
}
.faq_icon_active{
    transform: rotate(45deg);
    transition: all 1s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
@media (max-width: 1440px){
    .abs_s8{
        padding-top: 3.125vw;
        padding-bottom: 3.75vw;
    }
    .abs_s8_art1{
        width: 17.222vw;
        height: 18.819vw;
        top: 7.292vw;
        left: -2.917vw;
    }
    .abs_s8_art2{
        width: 20.278vw;
        height: 21.944vw;
        bottom: 0;
        right: 0;
    }
    .abs_s8 .section_inner{
        width: 54.583vw;
        margin:0 auto;
    }
    .abs_s8_title{
        padding-bottom: 0.139vw;
    }
    .abs_s8_title h2{
        padding-left: 3.403vw;
        letter-spacing: -0.035vw;
    }
    .abs_s8_content{}
    .abs_s8_content{
        padding-left: 0.694vw;
    }
    .abs_s8_content ul{
        padding: 0;
    }
    .abs_s8_content ul li{
        padding-bottom: 0.903vw;
        padding-top: 0.972vw;
        margin-bottom: 0.208vw;
    }
    .abs_s8_content ul li:last-child{ border-bottom: none; }
    .abs_s8_qus_line{
        padding-left: 1.736vw;
        padding-right: 0.903vw;
    }
    .abs_s8_content ul li h6{
        font-size: 1.771vw;
        font-weight: 300;
        letter-spacing: 0.028vw;
    }
    .abs_s8_content ul li span{
        padding-top: 0.556vw;
    }
    .abs_s8_content ul li span img{}
    .abs_s8_text{
    }
    .abs_s8_content ul li p{
        padding-left: 1.736vw;
    }
    .abs_s8_content ul li p br{}
    .faqActive{
    }
    .faq_icon_active{
    }
}
@media (max-width: 1140px){
    .abs_s8{
        padding-top: 3.947vw;
        padding-bottom: 4.737vw;
    }
    .abs_s8_art1{
        width: 21.754vw;
        height: 23.771vw;
        top: 9.211vw;
        left: -3.685vw;
    }
    .abs_s8_art2{
        width: 25.614vw;
        height: 27.719vw;
        bottom: 0;
        right: 0;
    }
    .abs_s8 .section_inner{
        width: 68.947vw;
        margin:0 auto;
        position: relative;
        z-index: 3;
    }
    .abs_s8_title{
        padding-bottom: 0.176vw;
    }
    .abs_s8_title h2{
        padding-left: 4.299vw;
        letter-spacing: -0.044vw;
    }
    .abs_s8_content{}
    .abs_s8_content{
        padding-left: 0.877vw;
    }
    .abs_s8_content ul{
        padding: 0;
    }
    .abs_s8_content ul li{
        padding-bottom: 1.141vw;
        padding-top: 1.228vw;
        margin-bottom: 0.263vw;
    }
    .abs_s8_content ul li:last-child{ border-bottom: none; }
    .abs_s8_qus_line{
        padding-left: 2.193vw;
        padding-right: 1.141vw;
    }
    .abs_s8_content ul li h6{
        font-size: 2.237vw;
        font-weight: 300;
        letter-spacing: 0.035vw;
    }
    .abs_s8_content ul li span{
        padding-top: 0.702vw;
    }
    .abs_s8_content ul li span img{}
    .abs_s8_text{
    }
    .abs_s8_content ul li p{
        padding-left: 2.193vw;
    }
    .abs_s8_content ul li p br{}
    .faqActive{
    }
    .faq_icon_active{
    }
}
@media (max-width: 1024px){
    .abs_s8{
        padding-top: 6.394vw;
        padding-bottom: 5.274vw;
    }
    .abs_s8_art1{
        width: 24.218vw;
        height: 26.464vw;
        top: 10.254vw;
        left: -4.102vw;
    }
    .abs_s8_art2{
        width: 28.516vw;
        height: 30.859vw;
        bottom: 0;
        right: 0;
    }
    .abs_s8 .section_inner{
        width: 76.757vw;
        margin:0 auto;
    }
    .abs_s8_title{
        padding-bottom: 0.196vw;
    }
    .abs_s8_title h2{
        padding-left: 0vw;
        font-size: 6vw;
        letter-spacing: 0vw;
    }
    .abs_s8_content{}
    .abs_s8_content{
        padding-left: 0.976vw;
    }
    .abs_s8_content ul{
        padding: 0;
    }
    .abs_s8_content ul li{
        padding-bottom: 1.27vw;
        padding-top: 1.367vw;
        margin-bottom: 0.293vw;
    }
    .abs_s8_content ul li:last-child{ border-bottom: none; }
    .abs_s8_qus_line{
        padding-left: 2.441vw;
        padding-right: 1.27vw;
    }
    .abs_s8_content ul li h6{
        font-size: 2.49vw;
        font-weight: 300;
        letter-spacing: 0.039vw;
    }
    .abs_s8_content ul li span{
        padding-top: 0.782vw;
    }
    .abs_s8_content ul li span img{}
    .abs_s8_text{
    }
    .abs_s8_content ul li p{
        padding-left: 2.441vw;
    }
    .abs_s8_content ul li p br{}
    .faqActive{
    }
    .faq_icon_active{
    }
}
@media (max-width: 768px) and  (min-width: 550px){
    .abs_s8{
        padding-top: 5.859vw;
        padding-bottom: 7.032vw;
    }
    .abs_s8_art1{
        width: 28.291vw;
        height: 31.285vw;
        top: 13.672vw;
        left: -5.469vw;
        background-size: contain;
    }
    .abs_s8_art2{
        width: 27.021vw;
        height: 29.145vw;
        bottom: 0;
        right: 0;
        background-size: contain;
    }
    .abs_s8 .section_inner{
        width: 102.343vw;
        margin:0 auto;
    }
    .abs_s8_title{
        padding-bottom: 0.261vw;
    }
    .abs_s8_title h2{
        padding-left: 0vw;
        letter-spacing: -0.065vw;
    }
    .abs_s8_content{}
    .abs_s8_content{
        padding-left: 0vw;
    }
    .abs_s8_content ul{
        padding: 0;
    }
    .abs_s8_content ul li{
        padding-bottom: 1.693vw;
        padding-top: 1.823vw;
        margin-bottom: 0.391vw;
    }
    .abs_s8_content ul li:last-child{ border-bottom: none; }
    .abs_s8_qus_line{
        padding-left: 3.255vw;
        padding-right: 1.693vw;
    }
    .abs_s8_content ul li h6{
        font-size: 3.32vw;
        font-weight: 300;
        letter-spacing: 0.052vw;
    }
    .abs_s8_content ul li span{
        padding-top: 1.043vw;
    }
    .abs_s8_content ul li span img{}
    .abs_s8_text{
    }
    .abs_s8_content ul li p{
        padding-left: 3.255vw;
    }
    .abs_s8_content ul li p br{}
    .faqActive{
    }
    .faq_icon_active{
    }
}
@media (max-width: 550px){
    .abs_s8{
        padding-top: 12.859vw;
        padding-bottom: 7.032vw;
    }
    .abs_s8_art1{
        width: 28.291vw;
        height: 31.285vw;
        top: 13.672vw;
        left: -5.469vw;
        background-size: contain;
    }
    .abs_s8_art2{
        width: 27.021vw;
        height: 29.145vw;
        bottom: 0;
        right: 0;
        background-size: contain;
    }
    .abs_s8 .section_inner{
        width: 102.343vw;
        margin:0 auto;
    }
    .abs_s8_title{
        padding-bottom: 0.261vw;
    }
    .abs_s8_title h2{
        padding-left: 0vw;
        font-size: 8vw;
        letter-spacing: 0vw;
    }
    .abs_s8_content{}
    .abs_s8_content{
        padding-left: 1.301vw;
        padding-right: 1.301vw;
    }
    .abs_s8_content ul{
        padding: 0;
    }
    .abs_s8_content ul li{
        padding-bottom: 1.693vw;
        padding-top: 1.823vw;
        margin-bottom: 0.391vw;
    }
    .abs_s8_content ul li:last-child{ border-bottom: none; }
    .abs_s8_qus_line{
        padding-left: 3.255vw;
        padding-right: 1.693vw;
    }
    .abs_s8_content ul li h6{
        font-weight: 300;
        margin-bottom: 3.333vw;
        font-size: 4vw;
        line-height: 1.2;
        letter-spacing: 0.1vw;
    }
    .abs_s8_content ul li span{
        padding-top: 0.5vw;
    }
    .abs_s8_content ul li span img{}
    .abs_s8_text{
    }
    .abs_s8_content ul li p{
        padding-left: 3.255vw;
    }
    .abs_s8_content ul li p br{}
    .faqActive{
    }
    .faq_icon_active{
    }
}



/*
    footer
------------------------------*/

.kp_footer {
    background: #EFC4E0;
    padding-top: 34px;
    overflow: hidden;
    padding-bottom: 4px;
}

.kp_footer .section_inner {
    width: 1258px;
    position: relative;
    z-index: 1;
}

.kp_art1 {
    position: absolute;
    background: url(kp_footer_art1.png) no-repeat;
    background-size: contain;
    width: 136px;
    height: 127px;
    left: -103px;
    top: -64px;
    z-index: -1;
}

.kp_art2 {
    position: absolute;
    background: url(kp_footer_art2.png) no-repeat;
    background-size: contain;
    width: 179px;
    height: 169px;
    right: -114px;
    top: -73px;
    z-index: -1;
}

.kp_footer .section_inner>h2 {
    font-size: 25px;
    letter-spacing: 0.63px;
    text-align: center;
    margin-bottom: 12px;
}

.kp_footer .section_inner>article p {
    font-size: 12.5px;
    line-height: 1.52;
    letter-spacing: 0.63px;
    text-align: center;
}

.kp_footer_in {
    display: flex;
    flex-wrap: wrap;
}

.kp_footer_social {
    width: 20%;
    padding-top: 84.4px;
}

.kp_footer_social ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-left: 2px;
}

.kp_footer_social li {
    padding-right: 15px;
}

.kp_footer_social li a img {
    width: 26px;
}

.kp_footer_social li:nth-child(2) a img {
    width: 28px;
}

.kp_footer_social li:nth-child(3) a img {
    width: 26px;
}

.kp_footer_social li:nth-child(4) a img {
    width: 35px;
}

.kp_footer_form {
    width: 60%;
    padding-top: 17px;
}

.kp_form {
    width: 588px;
    margin: 0 auto;
    padding-left: 20px;
}

.form_textmail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

.form_textmail input {
    border: none;
    border-radius: 0;
    height: 35px;
    text-align: center;
    font-family: Roboto;
    font-size: 13.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.4px;
    text-transform: uppercase;
}

.form_textmail input[type="text"] {
    background: #FAECEE;
}

.form_textmail input[type="email"] {
    background: #F6DFEA;
}

.form_textmail input::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.form_textmail input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.form_textmail input::placeholder {
    color: #000;
}

.kp_form .align_middle {
    margin-top: -26px;
    width: 100%;
}

.kp_form button {
    border: none;
    width: 176px;
    font-family: Inconsolata;
    font-size: 13.5px;
    font-weight: 900;
    font-stretch: semi-expanded;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.35px;
    text-align: center;
    color: #ffffff;
    background: #F05D53;
    white-space: nowrap;
}

.kp_form button:hover {
    background: #EDBD5E;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.kp_form .text-field {
    width: 41%;
    margin-bottom: 2.12vw;
}

.kp_form .email-field {
    width: 59%;
    margin-bottom: 2.12vw;
}

.kp_footer_copyright {
    width: 20%;
    padding-top: 64px;
    margin-bottom: 0px;
}

.kp_footer_copyright h4 {
    font-size: 12.5px;
    line-height: 2.16;
    letter-spacing: 2.13px;
    text-align: right;
    color: #102f4b;
}

.kp_footer_copyright h4 a {
    color: #102f4b;
}



@media (max-width: 1440px) {

    .kp_footer {
        padding-top: 2.361vw;
        padding-bottom: 0.278vw;
    }

    .kp_footer .section_inner {
        width: 87.361vw;
    }

    .kp_art1 {
        width: 9.444vw;
        height: 8.819vw;
        left: -7.153vw;
        top: -4.444vw;
    }

    .kp_art2 {
        width: 12.431vw;
        height: 11.736vw;
        right: -7.917vw;
        top: -5.069vw;
    }

    .kp_footer .section_inner>h2 {
        font-size: 1.736vw;
        letter-spacing: 0.044vw;
        margin-bottom: 0.833vw;
    }

    .kp_footer .section_inner>article p {
        font-size: 0.868vw;
        letter-spacing: 0.044vw;
    }

    .kp_footer_social {
        padding-top: 5.861vw;
    }

    .kp_footer_social ul {
        padding-left: 0.139vw;
    }

    .kp_footer_social li {
        padding-right: 1.042vw;
    }

    .kp_footer_social li a img {
        width: 1.806vw;
    }

    .kp_footer_social li:nth-child(2) a img {
        width: 1.944vw;
    }

    .kp_footer_social li:nth-child(3) a img {
        width: 1.806vw;
    }

    .kp_footer_social li:nth-child(4) a img {
        width: 2.431vw;
    }

    .kp_footer_form {
        padding-top: 1.181vw;
    }

    .kp_form {
        width: 40.833vw;
        padding-left: 1.389vw;
    }

    .form_textmail {
        margin-bottom: 0.069vw;
    }

    .form_textmail input {
        height: 2.431vw;
        font-size: 0.938vw;
        letter-spacing: 0.375vw;
    }

    .kp_form .align_middle {
        margin-top: -1.806vw;
    }

    .kp_form button {
        width: 12.222vw;
        font-size: 0.938vw;
        letter-spacing: 0.094vw;
    }

    .kp_footer_copyright {
        padding-top: 4.444vw;
        margin-bottom: 0vw;
    }

    .kp_footer_copyright h4 {
        font-size: 0.868vw;
        letter-spacing: 0.148vw;
    }

}

@media (max-width: 1140px) {


    .kp_form button {
        font-size: 0.938vw;
        padding: 0.86vw 2.083vw;
    }

    .kp_footer .section_inner>article p {
        font-size: 1.0616vw;
    }

    .kp_footer_copyright h4 {
        font-size: 1.068vw;
    }

    .form_textmail input {
        font-size: 1.038vw;
    }

}

@media (max-width: 1024px) {
    .kp_form button {
        font-size: 1.1256vw;
        padding: 0.86vw 0.983vw;
    }

    .kp_footer .section_inner>article p {
        font-size: 1.27392vw;
    }

    .kp_footer_copyright h4 {
        font-size: 1.1816vw;
    }

    .form_textmail input {
        font-size: 1.038vw;
    }

    .kp_footer_social li a img {
        width: 2.006vw;
    }
}

@media (max-width: 768px) {

    .kp_footer {
        padding-top: 5.361vw;
        padding-bottom: 5.278vw;
    }

    .kp_art1 {
        width: 20.444vw;
        height: 20.819vw;
        left: -6.153vw;
        top: -8.444vw;
    }

    .kp_art2 {
        width: 16.431vw;
        height: 16.736vw;
        right: -3.917vw;
        top: -5.069vw;
    }

    .kp_footer .section_inner>article p {
        font-size: 2.07392vw;
        padding: 0 8vw;
        margin-top: 3vw;
        margin-bottom: 2vw;
    }

    .kp_footer .section_inner>article p br {
        display: none;
    }

    .kp_footer_in {
        flex-direction: column;
    }

    .kp_footer_social {
        display: none;
    }

    .kp_footer_form {
        width: 100%;
    }

    .kp_footer_copyright {
        display: none;
    }

    .kp_footer .mobile_only {
        display: flex;
        align-items: center;
        padding-top: 5vw;
    }

    .mobile_only .kp_footer_social {
        display: unset;
        width: 40%;
        padding-top: 0;
    }

    .mobile_only .kp_footer_copyright {
        display: unset;
        width: 60%;
        padding-top: 0;
    }

    .kp_form {
        width: 68.833vw;
        padding-left: 0;
    }

    .form_textmail input {
        font-size: 1.938vw;
        height: unset;
    }


    .form_textmail {
        margin-bottom: 0;
    }

    .kp_form .align_middle {}

    .kp_form button {
        font-size: 1.9256vw;
        padding: 1.56vw 4vw;
        width: unset;
    }

    .kp_footer_copyright h4 {
        font-size: 1.6816vw;
        text-align: left;
        padding-left: 3vw;
    }


    .kp_footer_social li a img {
        width: 5.006vw;
    }

    .kp_footer_social ul {
        padding-left: 0.139vw;
        justify-content: flex-end;
    }

    .kp_footer_social li:nth-child(2) a img,
    .kp_footer_social li:nth-child(3) a img,
    .kp_footer_social li:nth-child(4) a img {
        width: 5.006vw;
    }

    .kp_footer_social li {
        padding-right: 0;
        padding-left: 3vw;
    }





    /* Common Style For Mobile */

    .mobile_only {
        display: block;

    }
    .desktop_only{
        display: none;
    }

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }

    .br {
        display: block;
    }
}

@media (max-width: 550px) {

    .kp_footer {
        padding-top: 8.461vw;
        padding-bottom: 3.5vw;
    }

    .kp_art1 {
        width: 20.444vw;
        height: 20.819vw;
        left: -6.153vw;
        top: -13.744vw;
    }

    .kp_art2 {
        width: 19.531vw;
        height: 19.736vw;
        right: -4.817vw;
        top: -12.269vw;
    }

    .kp_footer .section_inner>article p {
        font-size: 2.292vw;
        line-height: 1.5;
        letter-spacing: 0.115vw;
        padding: 0 6.2vw;
        margin-top: 3.5vw;
        margin-bottom: 2vw;
    }

    .kp_footer .section_inner>article p br {
        display: none;
    }

    .kp_footer_in {
        flex-direction: column;
        padding-top: 0.5vw;
    }

    .kp_footer_social {
        display: none;
    }

    .kp_footer_form {
        width: 100%;
    }

    .kp_footer_copyright {
        display: none;
    }

    .kp_footer .mobile_only {
        display: flex;
        align-items: center;
        padding-top: 6.3vw;
    }

    .mobile_only .kp_footer_social {
        display: unset;
        width: unset;
        padding-top: 0;
        margin-left: 2vw;
    }

    .mobile_only .kp_footer_copyright {
        display: unset;
        width: 70%;
        padding-top: 0;
    }

    .kp_form {
        width: 76.433vw;
        padding-left: 2vw;
    }

    .form_textmail input {
        font-size: 1.979vw;
        letter-spacing: 0.792vw;
        height: 4.9vw;
    }
    .form_textmail {
        margin-bottom: 0;
    }

    .kp_form button {
        font-size: 2.188vw;
        letter-spacing: 0.219vw;
        padding: 1.56vw 3.7vw 1.56vw 2.86vw;
        width: unset;
        margin-left: -1.9vw;
    }

    .kp_footer_copyright h4 {
        font-size: 1.979vw;
        line-height: 1.79;
        letter-spacing: 0.338vw;
        text-align: left;
        padding-left: 3.6vw;
    }


    .kp_footer_social li a img {
        width: 3.506vw;
    }

    .kp_footer_social ul {
        padding-left: 0.139vw;
        justify-content: flex-end;
    }

    .kp_footer_social li:nth-child(2) a img,
    .kp_footer_social li:nth-child(3) a img {
        width: 4.206vw;
    }

    .kp_footer_social li:nth-child(4) a img {
        width: 5.306vw;
    }

    .kp_footer_social li {
        padding-right: 0;
        padding-left: 2.2vw;
    }

        .kp_footer_social li:nth-child(1) {
        padding-left: 0;
    }
}
