@font-face {
    font-family: 'Anssang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_01@1.0/Anssang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    --ev-font: "NEXON Lv2 Gothic";
    --heading-font: "Anssang";
    --ev-base: #B7D93D;
    --ev-base-rgb: 237, 221, 94;
    --ev-primary: #5b8c51;
    --ev-primary-rgb: 91, 140, 81;
    --ev-black: #417310;
	--ev-green: #5d7e2c;
    --ev-black-rgb: 64, 74, 61;
    --ev-gray: #eceeef;
}
a:hover {color: var(--ev-green);}
#sub .sub-vis .in h3 {font-family: var(--ev-font);}

body {
    font-family: var(--ev-font);
    color: #878986;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
button:focus {
    outline: none;
}
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    font-family: var(--heading-font);
}
h4,
h5,
h6 {
  font-family: var(--ev-font);
}
.label-radio {
  color:#ffffff;
}
.tbltxt  u {
  border: 1px solid #ffffff;
  padding: 5px;
  color: #ffffff;
}
.tbltxt a:link {
  color:#ffffff;
}
.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: var(--ev-base);
    font-size: 20px;
    color: var(--ev-black);
    font-weight: 600;
    padding: 23px 50px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.thm-btn:hover {
    background-color: var(--ev-primary);
    color: #ffffff;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.ev-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: var(--ev-base);
    font-size: 20px;
    color: var(--ev-black);
    font-weight: 600;
    padding: 23px 50px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.ev-btn:hover {
    background-color: var(--ev-primary);
    color: #ffffff;
}
/*
**************************************
**************************************
회사소개
**************************************
**************************************
*/
.aboutus_jami {
    position: relative;
    display: block;
}
.aboutus_jami .block-title {
    margin-bottom: 55px;
}
.aboutus_jami_text {
    margin-top: 28px;
}
.aboutus_jami_text p {
    margin: 0;
}
.aboutus_jami_text h4 {
	font-family: var(--ev-font);
	font-weight: 700;
	font-size:20px;
	color:#545454
}
.aboutus_jami_left {
    margin-right: 70px;
}
.aboutus_jami_left img {
    width: 100%;
    border-radius: 5px;
}
.aboutus_jami_middle {
    margin-right: 140px;
    margin-left: -70px;
}
.aboutus_jami_middle img {
    width: 100%;
    border-radius: 5px;
}
.aboutus_jami-right {
    position: relative;
    display: block;
    margin-left: -140px;
}
.aboutus_jami-right img {
    width: 100%;
    border-radius: 5px;
}
.aboutus_jami_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.aboutus_jami_content h2 {
    color: var(--ev-base);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
}
@media (min-width: 1200px) {
  
}

.block-title {
    margin-bottom: 60px;
    margin-top: -6px;
}

.block-title p {
    margin: 0;
    text-transform: uppercase;
    color: var(--ev-primary);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 24px;
}

.block-title h3 {
    margin: 0;
    /*color: var(--ev-black);*/
	color:#545454;
    font-size: 70px;
    /*font-weight: 700;*/
    font-family: var(--heading-font);
    line-height: 1em;
}

.block-title .leaf {
    padding-top: 5px;
}

@media (max-width: 425px) {
    .block-title h3 {
        font-size: 45px;
        line-height: 1.2;
    }
}
.aboutus_jami_bg_cta {
    position: relative;
    display: block;
    padding: 108px 0 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.aboutus_jami_bg_cta:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(91, 140, 81, 0.9);
    z-index: -1;
}
.aboutus_jami_bg_content {
    text-align: center;
}
.aboutus_jami_bg_content h1 {
    color: #ffffff;
    font-size: 70px;
    line-height: 78px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 22px;
}
.aboutus_jami_bg_content p {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
}
.cta_one__button-block {
    margin-top: 55px;
}

.cta_one__button-block .cta_one__btn:hover {
    color: #ffffff;
    background: var(--ev-black);
}

.about_jami_achive {
    position: relative;
    display: block;
    padding: 120px 0 0;
    margin-bottom: -120px;
    z-index: 1;
}

.about_jami_achive_left_img img {
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.about_jami_achive_right-content {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    padding-left: 90px;
    padding-right: 120px;
    margin-left: -30px;
}
.about_jami_achive_right-content:before {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: -112px;
    left: 0;
    right: 0;
    height: 120px;
    content: "";
    background: #ffffff;
    z-index: -1;
}

.about_jami_achive_right_img img {
    width: 100%;
}
.about_jami_achive_right-content .block-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.about_jami_achive_text p {
    margin: 0;
}
.about_jami_achive_btn {
    margin-top: 42px;
}
.about_jami_achive_btn .ev-btn {
    padding: 13px 40px;
    font-size: 16px;
    color: var(--ev-black);
}
.about_jami_achive_btn .ev-btn:hover {
    background-color: var(--ev-primary);
    color: #fff;
}

.about_4colum_circle {
    position: relative;
    display: block;
    padding: 240px 0 120px;
    background: var(--ev-primary);
}
.counter_one_box {
    margin: 0;
}
.about_4colum_circle_single {
    position: relative;
    text-align: center;
    display: inline-block;
    max-width: 285px;
    width: 100%;
}
.about_4colum_circle_single:before {
    position: absolute;
    top: -120px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #6c9863;
    content: "";
}
.about_4colum_circle_single:last-child:before {
    display: none;
}

.about_4colum_circle_single .about_4colum_circle_icon {
    height: 135px;
    width: 135px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 500ms;
}
.about_4colum_circle_single:hover .about_4colum_circle_icon {
    background-color: var(--ev-black);
}

.about_4colum_circle_single .about_4colum_circle_icon i {
    font-size: 65px;
    color: var(--ev-primary);
    transition: 500ms;
}
.about_4colum_circle_single:hover .about_4colum_circle_icon i {
    color: #fff;
}
.about_4colum_circle_single h3 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    margin-top: 17px;
}

.about_4colum_circle_single p {
    font-size: 16px;
    color: var(--ev-base);
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

.latest_news {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #f5f0e9;
}
.latest_news_sec_single {
    position: relative;
    display: block;
    overflow: hidden;
}
.latest_news_sec_single .content {
    padding: 44px 50px 62px;
    background: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.latest_news_sec_single .content h3 {
    color: #545454;
    font-size: 20px;
	font-family: var(--ev-font);
    font-weight: 700;
    padding-bottom: 36px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.latest_news_sec_single .content p {
    margin: 0;
}
.latest_news_sec_img {
    position: relative;
    display: block;
	height: 150px;
    overflow: hidden;
}
.latest_news_sec_img img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}
.latest_news_sec_img .hover_box {
    position: absolute;
    top: -25px;
    left: -50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.latest_news_sec_img .hover_box span {
    color: var(--ev-black);
    font-size: 15px;
    line-height: 50px;
    transform: rotate(180deg);
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: var(--ev-base);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.latest_news_sec_img .hover_box span:hover {
    color: var(--ev-base);
    background: var(--ev-primary);
}

.latest_news_sec_single:hover .content h3 {
    color: var(--ev-primary);
}
.latest_news_sec_single:hover .latest_news_sec_img img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.latest_news_sec_single:hover .hover_box {
    left: 50px;
}

.auth_service {
    position: relative;
    display: block;
    padding: 120px 0 0;
}
.auth_service hr {
    border-color: #f5f0e9;
    border-width: 1px;
    margin: 0;
    margin-top: 113px;
}
.auth_service .block-title {
    margin-bottom: 55px;
}
.auth_service_top {
    margin: 0;
    text-align: center;
    overflow: hidden;
}
.auth_service_top .service_2_single {
    width: 288px;
    margin: 0 auto;
    float: left;
    border-right: 1px solid #f5f0e9;
}
.auth_service_top .service_2_single:last-child {
    border-right: none;
}

.auth_service_top h4 {
    color: #545454;
	font-family: var(--ev-font);
    font-size: 20px;
    margin: 0;
    margin-top: 21px;
    font-weight: 700;
}
.auth_service_top h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.auth_service_top h3 a:hover {
    color: var(--ev-primary);
}
.service_2_image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 50%;
    width: 214px;
}
.service_2_image > img {
    transition: 500ms;
    opacity: 1;
    width: 100%;
}
.service_2_image:hover > img {
    opacity: 0.5;
}
.factory_content {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.factory_content_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 440px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.factory_content .block-title {
    margin-bottom: 33px;
}
.factory_content_text {
    margin-bottom: 48px;
}
.factory_content_text p {
    margin: 0;
}

.factory_content_image_left {
    margin-left: 100px;
}
.factory_content_image_left img {
    width: 100%;
    border-radius: 5px;
}
.factory_content_image_right {
    margin-right: 100px;
}
.factory_content_image_right img {
    width: 100%;
    border-radius: 5px;
}
.factory_eco_content {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    display: block;
    padding: 135px 0 232px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.factory_eco_content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(57, 67, 54, 0.5);
}
.factory_eco_content_content {
    position: relative;
    display: block;
    text-align: center;
}
.factory_eco_content_icon_box {
    position: relative;
    height: 115px;
    width: 115px;
    background: var(--ev-base);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
}
.factory_eco_content_icon_box:hover {
    background-color: var(--ev-black);
    color: #fff;
}
.factory_eco_content_icon_box:hover span {
    color: #fff;
}
.factory_eco_content_icon_box:before {
    position: absolute;
    content: "";
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 2px dashed #ece9e3;
    border-radius: 50%;
}
.factory_eco_content_icon_box span {
    color: var(--ev-black);
    font-size: 60px;
    transition: 500ms;
}
.factory_eco_content_title {
    margin-top: 57px;
}
.factory_eco_content_title h2 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 77px;
}
.factory_service {
    position: relative;
    display: block;
    padding: 0px 0 143px;
    border-bottom: 1px solid #f5f0e9;
}
.factory_service.service_page {
    padding: 120px 0 144px;
}
.factory_service.service_page .factory_service_top:before {
    display: none;
}
.factory_service_top {
    position: relative;
    display: block;
}
.factory_service_top:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    content: "";
    top: -114px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 100px);
    height: 120px;
    background: #ffffff;
}
.factory_service .block-title {
    margin-bottom: 55px;
}
.factory_service_single {
    border-radius: 5px;
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #f5f0e9;
    padding: 60px 60px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.factory_service_single:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.factory_service_icon {
    height: 135px;
    width: 135px;
    background: #f5f0e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.factory_service_single:hover .factory_service_icon {
    background: var(--ev-primary);
}
.factory_service_icon span {
    color: var(--ev-primary);
    font-size: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.factory_service_single:hover .factory_service_icon span {
    color: var(--ev-base);
}

.factory_service_deatils h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding-top: 31px;
    padding-bottom: 13px;
}
.factory_service_deatils .factory_service_title {
    color: var(--ev-black);
}
.factory_service_deatils p {
    margin: 0;
    margin-bottom: 49px;
}
.factory_service_read_more {
    height: 50px;
    width: 50px;
    background: var(--ev-base);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: -25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.factory_service_read_more:hover {
    background: var(--ev-primary);
}
.factory_service_read_more:hover a {
    color: var(--ev-base);
}
.factory_service_read_more a {
    color: var(--ev-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.factory_service_read_more span {
    position: relative;
    transform: rotate(180deg);
    display: block;
}.factory_work_step {
    position: relative;
    display: block;
    padding: 120px 0 89px;
}
.factory_work_step_single {
    position: relative;
    display: block;
    text-align: center;
}
.factory_work_step_single:before {
    position: absolute;
    content: ">";
    top: 85px;
    right: -45px;
    font-size: 60px;
    color: var(--ev-base);
}
.factory_work_step_single.last_box:before {
    display: none;
}
.factory_work_step_icon_box {
    position: relative;
    height: 188px;
    width: 188px;
    border-radius: 50%;
    border: 10px solid #f5f0e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	background-size: 100%;
}
.factory_work_step_icon_box span {
    color: var(--ev-primary);
    font-size: 60px;
}

.factory_work_step_count_box {
    position: absolute;
    height: 58px;
    width: 58px;
    background: var(--ev-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: -12px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.factory_work_step_count_box h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.factory_work_step_count_box:hover {
    color: var(--ev-black);
    background: var(--ev-base);
}

.factory_work_step_content h2 {
    color: var(--ev-black);
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    padding-top: 31px;
    padding-bottom: 29px;
}
.factory_work_step_content h4 {
	color: #545454;
	font-family: var(--ev-font);
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    padding-top: 31px;
    padding-bottom: 29px;
}
.factory_work_step_content p {
    margin: 0;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

/*
*****************************************
slider-1
*****************************************
*/
.banner-section {
    position: relative;
    z-index: 1;
}
.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: #111111;
    color: #ffffff;
    overflow: hidden;
}
.banner-carousel .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #232a21;
    opacity: 0.2;
    z-index: 1;
}
.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 11;
}
.banner-carousel .content-box .content {
    position: relative;
    padding: 152px 0px 160px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 800px;
}
.banner-carousel .content-box .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-carousel .content-box .sub-title:before {
    position: absolute;
    left: -5px;
    bottom: -21px;
    right: 0;
    height: 23px;
    width: 365px;
    background: url(../images/icon/title_line_2.png);
    background-repeat: no-repeat;
    content: "";
}
.banner-carousel .content-box h1.head-line:before {
    position: absolute;
    left: -5px;
    top: 27%;
    right: 0;
    height: 23px;
    width: 365px;
    background: url(/layout/images/title_line_2.png);
    background-repeat: no-repeat;
    content: "";
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    margin: 19px 0 43px;
    font-size: 90px;
    line-height: 110px;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}
.banner-carousel .content-box .link-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.banner-carousel .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 350px;
    height: 90px;
    text-align: right;
    right: 0;
    margin: 0;
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    position: relative;
    display: block;
    float: left;
    width: 175px;
    height: 90px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 90px;
    text-align: center;
    opacity: 1;
    border-radius: 0%;
    outline: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    letter-spacing: 0.2em;
}
.banner-carousel .owl-nav .owl-next {
    background: var(--ev-black) !important;
    border-radius: 0 !important;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle;
}
.banner-carousel .owl-nav .owl-next p,
.banner-carousel .owl-nav .owl-prev p {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.banner-carousel .owl-nav .owl-next p {
    display: inline-block;
    padding-right: 10px;
}

.banner-carousel .owl-nav .owl-prev span {
    color: var(--ev-black);
}
.banner-carousel .owl-nav .owl-prev p {
    color: var(--ev-black);
    padding-left: 10px;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 50%;
    left: 50%;
    text-align: center;
    transform: translateY(50%) translateX(-50%);
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: block;
    vertical-align: top;
    margin: 4px 0px;
    outline: none;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: none;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: var(--ev-base);
}
/*
*****************************************
slider-2
*****************************************
*/
.banner-carousel-two {
    position: relative;
    z-index: 1;
}.banner-carousel-two {
    position: relative;
    z-index: 1;
}
.banner-carousel-two .slide-item {
    position: relative;
    display: block;
    background-color: #111111;
    color: #ffffff;
    overflow: hidden;
}
.banner-carousel-two .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(35, 42, 33, 0.6);*/
    z-index: 1;
}
.banner-carousel-two .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-carousel-two .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel-two .content-box {
    position: relative;
    z-index: 11;
}
.banner-carousel-two .content-box .content {
    position: relative;
    padding: 215px 0px 215px;
}

.banner-carousel-two .content-box .inner {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner-carousel-two .content-box .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 13px;
    padding: 12px 40px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-carousel-two .active .content-box .sub-title {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}
.banner-carousel-two .content-box .big_text {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.banner-carousel-two .content-box .big_text h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 150px;
    line-height: 170px;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-carousel-two .content-box .big_text h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 10px;
    content: "";
}
.banner-carousel-two .active .content-box .big_text h2 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}
.banner-carousel-two .content-box .link-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.banner-carousel-two .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}.banner-section.banner-two .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.banner-section.banner-two .owl-theme .owl-prev span,
.banner-section.banner-two .owl-theme .owl-next span {
    display: block;
}

.banner-section.banner-two .owl-theme .owl-next span.right-arrow {
    position: relative;
    transform: rotate(180deg);
}
.banner-section.banner-two .owl-theme .owl-nav .owl-prev {
  display:none;
    position: absolute;
    left: 30px;
    top: 0;
    background: #74736c;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: #3a3d32;
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.banner-section.banner-two .owl-theme .owl-nav .owl-prev:hover {
    background: #ffffff;
}
.banner-section.banner-two .owl-theme .owl-nav .owl-prev:focus {
    outline: none;
}
.banner-section.banner-two .owl-theme .owl-nav .owl-next {
    display: none;
    position: absolute;
    right: 30px;
    top: 0;
    background: #74736c;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: #3a3d32;
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.banner-section.banner-two .owl-theme .owl-nav .owl-next:hover {
    background: #ffffff;
}
.banner-section.banner-two .owl-theme .owl-nav .owl-next:focus {
    outline: none;
}
.content_box_agree_policy {
    background-color: #f5f0e9;
    padding: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
}
.content_box_agree_policy__content {
    margin-left: 40px;
}

.content_box_agree_policy__content h3 {
    margin: 0;
    color: var(--ev-black);
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
}

.content_box_agree_policy__content p {
    margin: 0;
    margin-top: 16px;
}
.main_recent_box {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 10;
}
.main_recent_box .block-title {
    margin-bottom: 54px;
}
.main_recent_box_single {
    position: relative;
    display: block;
    overflow: hidden;
}
.project_img_box {
    position: relative;
    display: block;
}
.project_img_box img {
    width: 100%;
    border-radius: 5px;
}
.project_content {
    position: absolute;
    bottom: 40px;
    left: 49px;
}
.project_content h3 {
    color: #ffffff;
	/*font-family: var(--ev-font);*/
    font-size: 50px;
    font-weight: normal;
    margin: 0;
	text-shadow: 1px 1px 10px black;
}
.main_recent_box_single:hover .hover_box {
    bottom: 50px;
}
.main_recent_box_single .hover_box {
    position: absolute;
    bottom: -90px;
    right: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main_recent_box_single .hover_box span {
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    transform: rotate(180deg);
    display: inline-block;
    height: 50px;
    width: 50px;
    background: var(--ev-black);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main_recent_box_single .hover_box span:hover {
    color: var(--ev-base);
    background: var(--ev-primary);
}
.main_full_box_step {
    position: relative;
    display: block;
    padding: 240px 0 120px;
    background: var(--ev-green);
    margin-top: -120px;
}
.main_full_box_step_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 510px;
    opacity: 0.5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.main_full_box_step .block-title {
    margin-bottom: 54px;
}
.main_full_box_step .block-title p {
    color: #c5c9c4;
}
.main_full_box_step .block-title h3 {
    letter-spacing: -0.03em;
    color: #ffffff;
}
.main_full_box_step_text {
    margin-left: 58px;
}
.main_full_box_step_text p {
    margin: 0;
    color: #ffffff;
}

.main_full_box_step .block-title {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .main_full_box_step .block-title {
        margin-bottom: 40px;
    }
}

.main_full_box_step_bottom_part {
    margin-top: 60px;
}

.main_full_box_step_single {
    position: relative;
    display: block;
    background: var(--ev-green);
    padding: 35px 40px 34px;
    border: 1px solid var(--ev-base);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main_full_box_step_single .icon-box span {
    color: var(--ev-base);
    font-size: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main_full_box_step_single h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--ev-font);
    margin: 0;
    margin-top: 0px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main_full_box_step_single:hover {
    background: var(--ev-base);
    border-color: var(--ev-base);
}
.main_full_box_step_single:hover .icon-box span {
    color: var(--ev-black);
}
.main_full_box_step_single:hover h3 {
    color: var(--ev-black);
}
.main_full_box_step.why_choose_us_main_full_box_step {
    padding-top: 120px;
    margin-top: 0;
}
.main_box_full_right_left {
    position: relative;
    display: block;
}
.main_box_full_right_left .col-xl-6 {
    padding: 0;
}
.left_box {
    background: var(--ev-base);
}
.left_box:before {
    position: absolute;
    bottom: 107px;
    right: -40px;
    color: var(--ev-black);
    opacity: 0.05;
}
.left_box,
.right_box {
    position: relative;
    display: block;
    text-align: center;
    padding: 106px 0 120px;
}
.left_box h2 {
    font-size: 60px;
    color:#ffffff;
    font-weight: normal;
    margin: 0;
}
.left_box_btn {
    margin-top: 37px;
}
.left_box_btn .ev-btn {
    background: var(--ev-black);
    color: #ffffff;
}
.left_box_btn .ev-btn:hover {
    background: var(--ev-primary);
    color: var(--ev-base);
}
.right_box {
    background: var(--ev-primary);
}
.right_box:before {
    position: absolute;
    bottom: 112px;
    right: 8px;
    color: #ffffff;
    opacity: 0.1;
}
.right_box h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
}
.right_box_btn {
    margin-top: 37px;
}
.right_box_btn .ev-btn:hover {
    background: var(--ev-black);
}
/**/
#popup_layer {
    position:fixed;
    top:0;
    left:0;
    z-index: 10000;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.4);
}
/*팝업 박스*/
 .popup_box{
    position: relative;
    top:50%;
    left:50%;
     width:40%;
    transform:translate(-50%, -50%);
    z-index:1002;
    box-sizing:border-box;
    background:#fff;
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
}
 .widget, .widget strong, .widget p {
    font-size:0.95em !important;
     line-height:1.0;
     margin-bottom:0 !important;
}
 @media (max-width:1280px) {
     .hc-content .right {
        display:none !important;
    }
}
 @media (max-width:767px) {
     .popup_box {
        width:100%;
    }
     .widget, .widget strong, .widget p {
        font-size:12px !important;
         line-height:1.0;
         margin-bottom:0 !important;
    }
}
/*컨텐츠 영역*/
 #popup-wrap {
    font-size:14px;
     z-index:9990;
     position: relative;
     letter-spacing:-0.1em;
     -ms-user-select: none;
     -moz-user-select: -moz-none;
     -khtml-user-select: none;
     -webkit-user-select: none;
     user-select: none;
     line-height:1.4;
}
 #popup-wrap a{
    color:#0469e3;
    text-decoration:none;
}
 #popup-wrap a:hover{
    color:#0469e3;
    text-decoration:underline;
}
 #popup-wrap h1,#popup-wrap h2{
    line-height:1.4;
}
 #popup-wrap h1{
    font-size:20px;
     color:#f05033;
    margin:0;
     margin:0 0 8px;
}
 #popup-wrap h2{
    font-size:12px;
     color:#777;
     margin-bottom:0px;
}
 #popup-wrap ul, #popup-wrap ol{
    list-style:none;
    margin: 0;
    padding-left: 1em;
    padding:0;
    word-break: break-all;
    font-weight: bold;
}
 #popup-wrap #popup-container {
    display:none;
    width:320px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px;
}
 #popup-wrap #popup-content{
    margin:24px 14px 28px;
}
 #popup-wrap #popup-footer{
    font-size:12px;
     width: 100%;
     padding:0.8em 14px 0.8em;
     background-color:#f5f5f5;
    box-sizing:border-box;
}
 #popup-wrap #popup-footer:after{
    content:'';
     display:table;
     clear:both;
}
 #popup-wrap #popup-footer input {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-bottom:2px;
}
 #popup-wrap #popup-footer p {
    float: left;
    margin:0;
    padding:0;
    padding-top: 0.05em;
}
 #popup-wrap #popup-footer button {
    float: right;
}
 #popup-wrap button{
    background: #e6e6e6;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 1;
    border: 0px;
    color: white;
    border-radius: 0px;
    font-family: 'nanum barun gothic', sans-serif !important;
    font-size: 12px;
    padding: .2em 0.5em .3em;
    background-color: #f05033;
    transition: all .2s linear;
}
 #popup-wrap button:hover{
    background-color: #f08733;
}
/*버튼영역*/
 .popup_box .popup_btn {
    display:table;
    position:absolute;
     bottom:0;
     table-layout: fixed;
    width:100%;
    height:70px;
    background:#ECECEC;
    word-break: break-word;
}
 .popup_box .popup_btn a {
    position: relative;
     display: table-cell;
     height:70px;
     font-size:17px;
    text-align:center;
    vertical-align:middle;
    text-decoration:none;
     background:#ECECEC;
}
 .popup_box .popup_btn a:before{
    content:'';
    display:block;
    position:absolute;
    top:26px;
    right:29px;
    width:1px;
    height:21px;
    background:#fff;
    -moz-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .popup_box .popup_btn a:after{
    content:'';
    display:block;
    position:absolute;
    top:26px;
    right:29px;
    width:1px;
    height:21px;
    background:#fff;
    -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .popup_box .popup_btn a.close_day {
    background:#5d5d5d;
}
 .popup_box .popup_btn a.close_day:before, .popup_box .popup_btn a.close_day:after{
    display:none;
}
/*오버레이 뒷배경*/
 .popup_overlay{
    position:fixed;
    top:0px;
    right:0;
    left:0;
    bottom:0;
    z-index:1001;
    ;
    background:rgba(0,0,0,0.5);
}
/*popup*/
.contact_box__form__wrap {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    margin-right: -20px;
    z-index: 1;
}
.contact_box__form__wrap:before {
    border-top-right-radius: 0px;
    position: absolute;
    content: "";
    top: 0;
    left: -10000px;
    bottom: 0;
    right: 0;
    background: var(--ev-primary);
    z-index: -1;
}
.contact_box__form__wrap .block-title {
    margin-bottom: 55px;
}
.contact_box__form__wrap .block-title p {
    color: #ffffff;
}
.contact_box__form__wrap .block-title h3 {
    color: #ffffff;
}
.contact_box__form {
    margin-right: 114px;
}
.contact_box__form .row.low-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.contact_box__form .row.low-gutters > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.contact_box__form .input-group {
    margin-bottom: 20px;
}
.input-group.contact__btn {
    margin-bottom: 0;
}
.contact_box__form
    .input-group
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact_box__form .input-group textarea {
    width: 100%;
    height: 80px;
    display: block;
    border: none;
    outline: none;
    background-color: #eceeef;
    font-size: 16px;
    font-weight: 500;
    color: #878986;
    padding-left: 30px;
    border-radius: 5px;
}

.contact_box__form .input-group textarea {
    height: 170px;
    padding-top: 20px;
}

.contact_box__btn:hover {
    background: var(--ev-black);
}

.contact_box__form .input-group ::-webkit-input-placeholder {
    color: #878986;
    opacity: 1;
}

.contact_box__form .input-group ::-moz-placeholder {
    color: #878986;
    opacity: 1;
}

.contact_box__form .input-group :-ms-input-placeholder {
    color: #878986;
    opacity: 1;
}

.contact_box__form .input-group ::-ms-input-placeholder {
    color: #878986;
    opacity: 1;
}

.contact_box__form .input-group ::placeholder {
    color: #878986;
    opacity: 1;
}

.contact_box__form .input-group :-ms-input-placeholder {
    color: #878986;
}

.contact_box__form .input-group ::-ms-input-placeholder {
    color: #878986;
}
.contact_question {
    position: relative;
    display: block;
    text-align: center;
    margin-left: 110px;
}
.contact_question .image_box {
    margin-bottom: 50px;
}
.contact_question .image_box img {
    width: 100%;
    border-radius: 5px;
}
.contact_question .block-title {
    margin-bottom: 23px;
}

.contact_question_btn {
    margin-top: 42px;
}
.contact_question_btn .ev-btn {
    font-size: 16px;
    padding: 13px 40px;
}
.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 115px;
}
.product-tab-box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0;
}
.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.product-tab-box .tab-btns .tab-btn:last-child {
    margin-right: 0;
}
.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #f5f0e9;
    margin: 0;
    padding: 23px 80px;
    color: #8a8d91;
    font-size: 26px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--heading-font);
    cursor: pointer;
}
.product-tab-box .tab-btns .tab-btn.active-btn span,
.product-tab-box .tab-btns .tab-btn:hover span {
    color: #ffffff;
    background: var(--ev-primary);
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}
.product-tab-box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
}
.product-tab-box .tabs-content .tab.active-tab {
    display: block;
}
.product_detail {
    position: relative;
    display: block;
    padding-top: 120px;
}

.product_detail_image img {
    width: 100%;
    border-radius: 5px;
}
.product_detail_content {
    margin-top: -11px;
}
.product_detail_content h2 {
    font-size: 50px;
    color: var(--ev-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.product_detail_review_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f0e9;
    border-bottom: 1px solid #f5f0e9;
    padding: 18px 0 22px;
    margin: 21px 0 22px;
}

.product_detail_price_box p {
    color: #878986;
    font-size: 20px;
    margin: 0;
}

.product_detail_review a {
    color: var(--ev-base);
    font-size: 16px;
}
.product_detail_review a.deactive {
    color: #f5f0e9;
}
.product_detail_review a + a {
    margin-left: 5px;
}
.product_detail_review span {
    margin-left: 6px;
}

.product_detail_address {
    margin: 0;
    padding-top: 6px;
}
.product_detail_address li {
    position: relative;
    display: block;
    padding-left: 17px;
}
.product_detail_address li:before {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width: 7px;
    height: 1px;
    background: #878986;
    content: "";
}
.product_detail_share_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f0e9;
    border-bottom: 1px solid #f5f0e9;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 35px;
}
.product-details-content img {width: 100% !important; height: auto !important;}


.video-one {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 135px;
    padding-bottom: 115px;
    background-attachment: fixed;
}

.video-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(57, 67, 54, 0.5);
}

.video-one .container {
    position: relative;
}

.video-one p {
    color: var(--ev-base);
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.video-one__btn {
    position: relative;
        width: 60px;
    height: 30px;
    border: solid 1px #545454;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: var(--ev-black);
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 63px;
    border-radius: 5px;
}

.video-one__btn:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-one__btn:hover {
    background-color: var(--ev-primary);
    color: var(--ev-base);
}

.video-one h3 {
    color: #fff;
    margin: 0;
    font-size: 100px;
    margin-top: 14px;
    font-weight: 700;
    line-height: 1;
}