/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W3";
    src: url("../fonts/Hiragino Kaku Gothic Pro W3.otf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W6";
    src: url("../fonts/Hiragino Kaku Gothic Pro W6.otf");
}

@font-face {
    font-family: "hiragino-mincho-pro-w6";
    src: url("../fonts/hiragino-mincho-pro-w6.otf");
}

@font-face {
    font-family: "D-DIN-BOLD";
    src: url("../fonts/D-DIN-Bold.ttf");
}
@font-face {
    font-family: "Noto Sans CJK JP Medium";
    src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
    font-family: "Noto Sans CJK JP Bold";
    src: url("../fonts/NotoSansJP-Bold.ttf");
}
@font-face {
    font-family: "Noto Sans CJK JP Light";
    src: url("../fonts/NotoSansJP-Light.ttf");
}
@font-face {
    font-family: "Noto Sans CJK JP Regular";
    src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
    font-family: "Crimson Text Regular";
    src: url("../fonts/CrimsonText-Regular.ttf");
}
@font-face {
    font-family: "Crimson Text SemiBoldItalic";
    src: url("../fonts/CrimsonText-SemiBoldItalic.ttf");
}
@font-face {
    font-family: "Crimson Text SemiBold";
    src: url("../fonts/CrimsonText-SemiBold.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

:root{
    --gold: #A68F2F;
    --blue: #0F4871;
    --sky-blue: #A7CEE9;
}

html {
    scroll-behavior: smooth;
}

body {
    color: black;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    font-family: "Noto Sans CJK JP Medium";
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

picture img{
    width: 100%;
}

/* header top section start */

.header_top_section {
    width: 100%;
}

.call_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 18px 0 25px 120px;
}
.call_text img{
    width: 260px;
}
.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #fda417;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #fda417;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #fda417;
}

.padding_left_15 {
    padding-left: 10px;
}
.top_buttons {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}
.top_button_phone{
    background: linear-gradient(0deg, #936349 0%, #F6CE7D 100%);
}
.top_button_line{
    background: linear-gradient(180deg, #72E6B8 0%, #1F5DAF 100%);
}
.top_button{
    color: white !important;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 55px;
}
.top_button img{
    margin-right: 8px;
}
/* header top section end */


/* header section start */

.header_section {
    background-image: url(../images/pc_top.png);
    background-size: 100% 100%;
    box-sizing: border-box !important;
    width: 86.6vw;
    margin: 0 0 0 auto;
    position: relative;
    height: 44.6vw;
    display: flex;
    align-items: center;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #fcfefe;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fda417;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fda417;
}

.navbar {
    padding: 30px 0px 30px 0px;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #fda417;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #fda417;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}
.font-bold{
    font-family: "Hiragino-Kaku-Gothic-Pro-W6";
}
.font-mincho-bold{
    font-family: 'hiragino-mincho-pro-w6';
}
.font-d-din-bold{
    font-family: 'D-DIN-BOLD';
}
.text-blue{
    color: var(--blue);
}
.text-gold{
    color: var(--gold);
}
.bg_grid{
    background-image: url(../images/grid.png);
    background-repeat: repeat;
}
.d-pc{
    display: block;
}
.d-sp{
    display: none;
}
/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    padding: 0;
}
.banner_section .banner_section_inner{
    max-width: 620px;
    margin-top: 2vw;
}
.almakorea{
    font-family: "Noto Sans CJK JP Bold";
    margin: 0;
    color: black;
    font-size: 20px;
    letter-spacing: .1em;
}
.banner_section .intro_service_title{
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    background-image: url(../images/bg_gold.png);
    background-size: 100% 100%;
    max-width: 550px;
    margin: 5px auto 0;
    padding: 2px 0;
    position: relative;
    color: black;
    font-family: "Noto Sans CJK JP Bold";
}
.banner_section .intro_service_title small{
    font-size: 20px;
    margin-right: -10px;
}
.banner_section .intro_service_title::before{
    content: '';
    position: absolute;
    width: 129px;
    height: 89px;
    background-image: url(../images/certificate.png);
    background-size: 100% 100%;
    top: 0;
    right: 0;
    transform: translate(60%, -80%);
}
.banner_section .intro_service_text{
    font-size: 63px;
    line-height: 1.36;
    margin-top: 11px;
    color: black;
}
.banner_section .intro_service_text span{
    color: rgba(180, 149, 86, 1);
    letter-spacing: -.05em;
}
.banner_section .intro_service_text small{
    font-size: 29px;
    color: white;
    background: rgba(180, 149, 86, 1);
    line-height: 1.1;
    padding: 2px 6px 4px;
    margin-right: 5px;
}
.banner_section .intro_service_subtext{
    font-size: 26px;
    line-height: 1.2;
    margin: 15px 0 0;
    color: black;
    font-family: "Noto Sans CJK JP Medium";
}
.ropponji_only{
    margin: 0 30px 0 0;
    color: black;
}
.banner_section .award{
    margin-top: 34px;
}
.banner_section .award img{
    width: 166px;
}
.banner_section .award img:not(:last-child){
    margin-right: -15px;
}
.banner_section .award img:first-child{
    position: relative;
    z-index: 9;
}
.banner_section .award img:nth-child(2){
    position: relative;
}
.banner_section .cert_num{
    font-size: 12px;
    margin-bottom: 0;
}
.section_title{
    font-size: 36px;
    margin-bottom: 0;
    text-align: center;
    color: black;
}
.section_title .gold{
    color: rgba(180, 149, 86, 1);
}
.section_title_desc{
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
    color: black;
}
.section_desc{
    font-size: 15px;
    line-height: 1.8;
    margin: 18px 0 0;
    font-family: "Noto Sans CJK JP Regular";
    color: black;
}
.section_desc .gold{
    color: rgba(180, 149, 86, 1);
}
.section_desc .underline{
    text-decoration: underline;
}
.ref{
    font-size: 13px;
    font-family: "Noto Sans CJK JP Regular";
    color: black;
}
.title_deco+.section_title{
    font-size: 30px;
    margin-top: 27px;
}
.title_deco.white+.section_title{
    color: white;
}
.bg1{
    padding-top: 700px;
    background-image: url(../images/bg1.png);
    background-size: 100% 110%;
    margin-top: -580px;
}
.concept{

}
.concept_inner{
    max-width: 1200px;
    margin: auto;
}
.concept_inner .section_title{
    margin-top: 60px;
}
.content_content:before{
    content: '';
    position: absolute;
    width: 240px;
    height: 421px;
    background-image: url(../images/titanium_deco.png);
    background-size: 100% 100%;
    top: -163px;
    left: 40px;
}
.concept_compare{
    max-width: 750px;
    margin: 70px auto 0;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.concept_compare .compare_detail{
    width: 49.3%;
}
.compare_detail span{
    text-align: center;
    position: absolute;
    font-size: 18px;
    color: white;
    bottom: 0;
    left: 0;
    line-height: 1.6;
    width: 88px;
}
.compare_detail.before span{
    background: rgba(137, 139, 138, 1);
}
.compare_detail.after span{
    background: linear-gradient(180deg, #72E6B8 0%, #1F5DAF 100%);
}
.compare_desc{
    font-family: "Noto Sans CJK JP Regular";
    font-size: 13px;
    margin: 11px auto 0;
    color: black;
}
.worries{
    max-width: 550px;
    margin: 57px auto 0;
    background: white;
    padding: 43px 56px 51px;
}
.worries_title {
    background: linear-gradient(0deg, #936349 0%, #F6CE7D 100%);
    color: white;
    font-size: 18px;
    line-height: 1.7;
}
.worries_text p{
    font-size: 15px;
    font-family: "Noto Sans CJK JP Regular";
    margin: 0;
    position: relative;
    padding-left: 22px;
    color: black;
}
.worries_text p:before{
    content: '';
    width: 20px;
    height: 17px;
    background-image: url(../images/check.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.worries_text p+p{
    margin-top: 12px;
}
.worries_text span{
    font-family: "Noto Sans CJK JP Bold";
    text-decoration: underline;
}
.point{
    padding: 110px 0 170px;
    background-image: url(../images/bg1.png);
    background-size: 100% 100%;
}
.bg_intro{
    height: 45vw;
    background-size: 100% 100%;
    color: white;
}
.point_top{
    background-image: url(../images/bg_point.jpg);
    margin-top: 110px;
}
.bg_intro:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 27.6vw;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.bg_intro_inner{
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}
.title_deco{
    font-size: 30px;
    margin-bottom: 0;
    color: rgba(180, 149, 86, 1);
    position: relative;
    text-align: center;
    font-family: "Crimson Text SemiBold";
}
.title_deco::before{
    content: '';
    background-image: url(../images/title_deco_gold.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
}
.title_deco.white{
    color: white;
}
.title_deco.white:before{
    background-image: url(../images/title_deco_white.svg);
}
.title_deco::after{
    content: '';
    width: 16px;
    height: 2px;
    border-top: 2px solid rgba(180, 149, 86, 1);
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}
.title_deco.white:after{
    border-top-color: white;
}
.bg_intro .section_title{
    font-size: 30px;
    margin-top: 50px;
}
.point1{
    max-width: 870px;
    margin: auto;
    text-align: center;
}
.point1 img{
    max-width: 458px;
    margin: auto;
}
.point1 .point_num{
    margin-top: -30px;
    position: relative;
}
.point_num{
    font-size: 52px;
    color: white;
    font-family: "Crimson Text SemiBoldItalic";
    background-image: url(../images/bg_point_num.png);
    width: 100px;
    height: 100px;
    margin: auto;
    background-size: 100% 100%;
    line-height: 1;
    padding-top: 18px;
    text-align: center;
}
.point_num small{
    font-size: 15px;
    font-family: "Crimson Text Regular";
    display: block;
}
.point_title{
    font-size: 25px;
    margin: 20px 0 0;
    text-align: center;
    color: black;
}
.point_desc{
    font-size: 15px;
    font-family: "Noto Sans CJK JP Regular";
    line-height: 1.86;
    margin: 15px 0 0;
    color: black;
}
.point_desc span{
    color: rgba(180, 149, 86, 1);
    text-decoration: underline;
}
.mode{
    margin-top: 40px;
    text-align: left;
}
.mode_detail{
    width: 48.5%;
}
.mode_title{
    margin: 0;
    color: white;
    padding: 3px 0 3px 12px;
    background: linear-gradient(90deg, #936349 0%, #F6CE7D 100%);
}
.feature{
    margin-top: 40px;
}
.feature_detail{
    width: 32%;
}
.feature_detail .point_desc{
    text-align: left;
    margin: 0;
    padding: 16px;
    color: black;
}
.feature_detail_title{
    padding: 18px 0;
    margin: 0;
    color: black;
}
.feature_detail:first-child{
    background: rgba(211, 236, 239, 1);
}
.feature_detail:first-child .feature_detail_title{
    background: rgba(186, 231, 233, 1);
}
.feature_detail:nth-child(2){
    background: rgba(245, 234, 208, 1);
}
.feature_detail:nth-child(2) .feature_detail_title{
    background: rgba(249, 228, 181, 1);
}
.feature_detail:last-child{
    background: rgba(238, 226, 245, 1);
}
.feature_detail:last-child .feature_detail_title{
    background: rgba(230, 205, 246, 1);
}
.feature_detail .slimming span{
    letter-spacing: -.1em;
    color: black;
    text-decoration: none;
}
.feature_sp{
    display: none;
}
.point_ref{
    font-size: 13px;
    font-family: "Noto Sans CJK JP Regular";
    margin-top: 24px;
    color: black;
}
.point2 .point_inner{
    max-width: 1080px;
    margin: 156px auto 0;
}
.point2 .point-media{
    width: 48%;
}
.point2 .point-text{
    width: 48%;
    margin-top: 75px;
}
.point2 .point-text img{
    margin: 56px auto 0;
    max-width: 274px;
}
.point2 .point-text .point_desc small{
    letter-spacing: -.1em;
    font-size: 15px;
}
.point3{
    margin-top: 124px;
}
.point3 .point-media1{
    width: 18.6%;
    max-width: 269px;
    transform: translateY(180px);
}
.point3 .point-media2{
    width: 42.5%;
    max-width: 613px;
}
.point3 .point-text{
    width: 24%;
}
.point3 .point-desc{
    margin-top: 27px;
}
.point4{
    margin-top: 292px;
}
.point4 .point_inner{
    max-width: 1080px;
    margin: auto;
}
.point4 .point-media{
    width: 55%;
}
.compare{
    padding: 177px 0 150px;
    background-image: url(../images/bg_compare.png);
    background-size: 100% 100%;
}
.compare_inner {
    width: 100%;
}
.compare_inner2{
    margin-top: 30px;
}
.compare .section_title{
    font-size: 30px;
}
.compare .section_title:before{
    content: '';
    width: 70px;
    height: 33px;
    background-image: url(../images/compare_deco.svg);
    background-size: 100% 100%;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.compare table{
    border-collapse: separate;
    text-align: center;
    line-height: 1.2;
    margin: 39px auto 0;
    width: 745px;
    border-spacing: 2px;
    position: relative;
}
.compare table:before{
    content: '';
    position: absolute;
    width: 26.2%;
    left: 20.6%;
    height: 100%;
    border: 4.32px solid rgba(18, 141, 196, 1);
    top: 0;
}
.compare td{
    background: white;
    width: 26%;
    font-size: 15px;
    font-family: "Noto Sans CJK JP Regular";
    padding: 14px 0;
    color: black;
}
.compare td span{
    font-size: 24px;
}
.compare td:first-child{
    width: 20%;
    background: rgba(156, 149, 139, 1);
    color: white;
    font-size: 16px;
}
.compare thead td{
    font-size: 16px;
    padding: 11px 0;
}
.compare thead td:nth-child(2){
    background: linear-gradient(180deg, #72E6B8 0%, #3C8EB2 64.5%, #1F5DAF 100%);
    color: white;
}
.compare thead td:nth-child(3){
    background: rgba(230, 218, 193, 1);
}
.compare thead td:last-child{
    background: rgba(230, 218, 193, 1);
}
.compare tbody tr:last-child td:not(:first-child){
    padding-left: 18px;
}
.bg2{
    background-image: url(../images/bg1.png);
    background-size: 100% 105%;
    padding: 0 0 75px;
    background-position-y: -150px;
}
.price{
    background-image: url(../images/bg_price.jpg);
    background-size: 100% 100%;
    padding: 194px 0 183px;
}
.price_inner{
    max-width: 610px;
    margin: 40px auto 0;
    font-size: 18px;
    text-align: center;
}
.price_inner span{
    width: 50%;
    padding: 9px 0;
    font-family: "Noto Sans CJK JP Regular";
    color: black;
}
.price_inner span:first-child{
    color: white;
    background: rgba(207, 188, 149, 1);
}
.price_inner span:last-child{
    background: rgba(207, 188, 149, 0.3);
}
.price .ref{
    margin: 25px 0 0;
}
.step_top{
    background-image: url(../images/bg_step.png);
}
.step_top:after{
    display: none;
}
.step{
    background: rgba(245, 245, 245, 1);
    padding: 20px 0 130px;
}
.step_inner{
    max-width: 740px;
}
.step_detail{
    width: 29.7%;
    position: relative;
    margin-top: 70px;
}
.step_detail:not(:last-child):after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 22px;
    border-color: transparent transparent transparent #CFBC95;
    transform: rotate(0deg);
    top: 80px;
    right: -15%;
}
.step_num{
    font-size: 62px;
    font-family: "Crimson Text SemiBoldItalic";
    color: rgba(207, 188, 149, 1);
    margin: 0;
    line-height: 1;
    position: relative;
}
.step_detail img{
    width: 68%;
    margin-top: -35px;
}
.step_title{
    font-size: 23px;
    margin: 8px 0 0;
    color: black;
}
.step .section_desc{
    margin-top: 9px;
    text-align: left;
    line-height: 1.4;
    color: black;
}
.greetings{
    margin-top: 145px;
}
.greetings_content {
    max-width: 876px;
    margin: 65px auto 0;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(180, 149, 86, 1);
}
.greetings-media{
    width: 48.5%;
}
.greetings-text, .greetings_career .section_desc:last-child{
    width: 46%;
}
.greetings-title{
    font-size: 25px;
    color: black;
}
.greetings-text .section_desc{
    line-height: 2;
    color: black;
}
.greetings_career{
    border-bottom: none;
    padding-bottom: 0;
}
.greetings_career .section_desc:first-child{
    padding-left: 105px;
    width: 46%;
}
.feeling{
    background-image: url(../images/bg_feeling.jpg);
    background-size: 100% 100%;
    padding: 190px 0 170px;
}
.feeling_inner{
    max-width: 840px;
    margin: 50px auto 0;
}
.feeling_inner+.feeling_inner{
    margin-top: 20px;
}
.feeling .feeling_text {
    width: 32%;
    height: 135px;
    background-image: url(../images/bg_feeling.png);
    background-size: 100% 100%;
    padding-top: 33px;
    box-sizing: border-box;
}
.feeling .feeling_text+.feeling_text{
    margin-left: 2%;
}
.feeling .section_desc{
    margin: 0;
    line-height: 1.4;
}
.feeling .section_desc span{
    color: rgba(180, 149, 86, 1);
}
.feeling .feeling_text.three_lines{
    padding-top: 20px;
}
.feeling .ref{
    font-size: 11px;
    margin: 49px auto 0;
}
.round-title{
    font-size: 24px;
    color: white;
    background: var(--blue);
    position: relative;
    max-width: 736px;
    margin: 12px auto 0;
    padding: 6px 0;
    border-radius: 24px;
    text-align: center
}
.round-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 26px 14px 0 14px;
    border-color: var(--blue) transparent transparent transparent;
}
.faq {
    margin: 184px 0 0;
    position: relative;
}
.faq .section_title_desc{
    margin-top: 25px;
}
.faq .qa_inner{
    margin: 82px auto 0;
    max-width: 704px;
    position: relative;
    z-index: 9;
}
.faq .qa_detail{
    border-top: 1px solid rgba(217, 217, 217, 1);
}
.faq .qa_detail .question{
    font-size: 15px;
    line-height: 3.8;
    padding-left: 23px;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-family: "Noto Sans CJK JP Regular";
    color: black;
}
.faq .qa_detail:last-child{
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.faq .qa_detail .question:after{
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: white;
    background: rgba(207, 188, 149, 1);
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 100%;
    line-height: 1.8;
}
.faq .qa_detail.open .question:after{
    content: "\f068";
}
.faq .qa_detail .question:before{
    content: 'Q.';
    font-size: 17px;
    margin-right: 11px;
}
.faq .qa_detail .answer{
    line-height: 1.9;
    position: relative;
    padding: 0 0 0 50px;
    max-height: 0;
    overflow: hidden;
    font-size: 15px;
    margin: 0;
    font-family: "Noto Sans CJK JP Regular";
    color: black;
}
.faq .qa_detail.open .answer{
    margin-bottom: 30px;
}
.contact{
    padding-bottom: 107px;
    background-image: url(../images/bg_contact.png);
    background-size: 100% 100%;
}
.map iframe{
    width: 704px;
    margin: 170px auto 0;
    height: 470px;
}
.map_title{
    margin: 62px 0 0;
    font-size: 18px;
    color: black;
}
.map_desc{
    font-size: 14px;
    margin: 23px 0 0;
    font-family: "Noto Sans CJK JP Regular";
    line-height: 1.57;
    color: black;
}
.map_ref{
    font-size: 12px;
    margin: 37px 0 0;
    font-family: "Noto Sans CJK JP Regular";
    color: black;
}
.contact hr{
    max-width: 330px;
    margin: 48px auto 0;
}
.worktime{
    font-size: 14px;
    margin: 48px auto 0;
    font-family: "Noto Sans CJK JP Regular";
    line-height: 1.57;
    max-width: 320px;
    text-align: left;
    color: black;
}
.links{
    margin: 90px auto 0;
}
.links img{
    width: 56px;
}
.links a+a{
    margin-left: 26px;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fda417;
}

.started_text.active a {
    color: #ffffff;
    background-color: #fda417;
}

/* banner section end */

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fda417;
}

.location_text li.active a {
    color: #fda417;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #fda417;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fda417;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #fda417;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: rgba(207, 188, 149, 1);
    height: auto;
    padding: 37px 0 170px;
}

.copyright_text {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-family: "Noto Sans CJK JP Regular";
    color: black;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}

.free_signup{
    position: fixed;
    top: 80vh;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/bg_floating.png);
    width: 264px;
    height: 130px;
    background-size: 100% 100%;
    box-shadow: 0 4px 4px #00000040;
    z-index: 999;
}
.free_signup .free_signup_title{
    font-family: 'Roboto';
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin: 1em 0 0;
    padding-left: 5.5em;
}
.free_signup .free_signup_text{
    font-size: 36px;
    line-height: 1;
    margin: 10px 0 0;
    padding-left: 2em;
}
.free_signup a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.show_more_detail {
    display: none;
}
/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
@media(max-width: 1400px) and (min-width: 768px){
    .almakorea {
        font-family: "Noto Sans CJK JP Bold";
        margin: 0;
        font-size: 12px;
    }
    .banner_section .intro_service_title{
        font-size: 14px;
        max-width: 220px;
    }
    .banner_section .intro_service_text{
        font-size: 25px;
    }
    .banner_section .intro_service_text small{
        font-size: 12px;
    }
    .banner_section .award img{
        width: 100px;
    }
    .banner_section .intro_service_title::before{
        width: 80px;
        height: 55px;
    }
    .ropponji_only{
        font-size: 12px;
    }
    .banner_section .banner_section_inner{
        max-width: 400px;
        margin-top: 20px;
    }
    .banner_section .intro_service_subtext{
        margin-top: 0;
    }
    .content_content:before{
        width: 150px;
        height: 263px;
        top: -120px;
    }
}