﻿@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600&display=swap');
.eng {
    font-family: 'Lalezar', cursive;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
}
#logo {
    width: 196px;
}
.more_bt a {
    color: #fff;
    padding: 12px;
    border-radius: 6px;
}
#top_info > h2 {
    display: none;
}

#main_img::before {
    opacity: 0.24;
    background-color: #531c00;
}
.mini {position: relative;
    display: flex;
    align-items: center;
}
.mini::after {
    content: '';
    display: block;
    height: 1px;
    margin-left: 1rem;
        width: 8rem;
    background-color: #fff;
}



.cms_2-c .cate_box .box_item .box_txt1 {position: relative}
.cms_2-c .cate_box .box_item .box_txt1:before {
   content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 50px;
    height: 50px;
    background-image: url(Dup/img/title_l.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
/* -------------------------------- HEADER ------------------------------------------ */
#header ul.grid_2 {position: relative}
#header ul.grid_2::after {
content: '';
    position: absolute;
    top: 0;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 14px 0 0px;
    border-color: transparent #FF9E03 transparent transparent;
    transition: all 0.5s;
}
#header.head_fix ul.grid_2::after {
    border-width: 70px 14px 0 0px;
}
/* -------------------------------- TOP CONTENTS ------------------------------------------ */
.top_img1, .top_img2 {
    position: relative;
}
.top_img1:after {
    width: 99%;
    height: 99%;
    right: 0px;
    bottom: 0px;
    transition: all 0.4s;
}
.top_img1.trans:after {
    right: -17px;
    bottom: -17px;
}
.top_img1:after {
    content: " ";
    position: absolute;
    display: inline-block;
    border: 3px solid #debd62;
    z-index: 0;
}
.top_img2:before {
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    transition: all 0.4s;
}
.top_img2.trans:before {
    right: -46px;
    top: 46px;
}
.top_img2:before {
    content: " ";
    position: absolute;
    display: inline-block;
    background-color: #debd62;
    background-image: url(Dup/img/grilled-noise.png);
    z-index: -1;
}
.JS_ScrollAnimationItem{
position: relative;display: inline-block;
}
.JS_ScrollAnimationItem:after {
position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 4px;
    content: '';
    background-color: #debd62;
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 1.2s;
}
.JS_ScrollAnimationItem.isActive:after {
    width: 100%;
}
#contents2 .contents2_bg::before {
    opacity: 0.56;
    background-color: #462c00;
    background-image: url(Dup/img/01.png);
}

.cms_2-c .box_item {
    border-left: 0;
}
.cms_2-c .cate_box {padding: 3% 0;}
.cms_2-c .cate_box + .cate_box {
    border-top: 1px solid #e0be63;
}

#cms_2-a .cate_title {position: relative}
#cms_2-a .cate_title:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 70%;
    border-bottom: 2px solid #4d4d4d;
}
/* ------------------------------------UNDER --------------------------------------*/
#page_title::before {
    background: rgba(0, 0, 0, 0.49);
}
/* -------------------------------- FOOTER ------------------------------------------ */
#f_contact a span.hover_box {
    background-color: rgba(10,10,10,0.5);
}

footer {
   background-color: #ffffff;
    background-image: url(Dup/img/light-wool.png);
}


/* ------------------------------------------------------------- */


#top_cms {position: relative}
#top_cms::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
background-color: #fff;
background-image: url("Dup/img/concrete-wall-2.png");
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}


/*faq*/
#cms_5-b .cate_box .open_bt .box_title1,.cms_5-b .cate_box .open_bt .box_title1,#cms_5-b .cate_box .box_txt1, .cms_5-b .cate_box .box_txt1{
    margin-left:50px;
}
#cms_5-b .cate_box .open_bt, .cms_5-b .cate_box .open_bt{padding:10px 0;}
#cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow{
    left:auto;
    right:20px;
}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item{padding:10px 0;}
#cms_5-b .cate_box .box_txt1, .cms_5-b .cate_box .box_txt1 {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    letter-spacing: 1px;
}
#cms_5-b .cate_box  .box_txt1::before, .cms_5-b .cate_box .box_txt1::before{
    content: "A.";
    position: absolute;
    left: -32px;
    top: 0px;
    display: inline-block;
    vertical-align: baseline;
}


@media (max-width: 1343px){
#video video {
    min-height: 100vh;
    width: auto!important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}

@media screen and (max-width: 768px){
.top_img2.trans:before {
    right: -23px;
    top: 39px;
}
#main_img h2 {
    font-size: 46px;
}
}
@media screen and (max-width: 667px) {
#main_img h2 {
    font-size: 29px;
}
#main_img .txt {
    width: 94%!important;
}
#contents1 h2, .contents_txt, #contents1 .mini {
    color: #333;
}
#contents1 .mini::after {
    background-color: #333;
}
#main_img {
height: 37vh!important;
margin-top: 65px;
}
#logo {
    width: 139px;
}
}

@media all and (-ms-high-contrast: none){

}

