@font-face {
    font-family: 'segoe_semilight';
    src: url('fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('fonts/SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'segoe_black';
    src: url('fonts/SegoeUIBlack.woff2') format('woff2'),
        url('fonts/SegoeUIBlack.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* iPhone specific (portrait & landscape) */
@supports (-webkit-touch-callout: none) {
  body {
    overflow-x: hidden;
  }
}


body {
    font-family: "segoe_semilight", sans-serif;
    color: #1D1D1B;
    padding-top: 100px;
}

body.home {
    padding-top: 0px;
    overflow: hidden;
}

a {
    color: #1D1D1B;
}

.cntr {
    width: 100%;
    max-width: 1802px;
    padding: 0px 20px;
    margin: 0px auto;
}

.pr_button {
    display: inline-block;
    height: 44px;
    background: url(../images/ic_btn.png) no-repeat top 13px right 20px #ffffff;
    border-radius: 5px;
    line-height: 1;
    color: #000000;
    padding: 13px 60px 0px 20px;
    margin: 0px auto;
    transition: 0.5s;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

input[type=text] {
    font-family: "segoe_semilight", sans-serif;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc
}

input[type=password] {
    font-family: "segoe_semilight", sans-serif;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc
}

input[type=email] {
    font-family: "segoe_semilight", sans-serif;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc
}

select {
    font-family: "segoe_semilight", sans-serif;
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    font-family: "segoe_semilight", sans-serif;
    border: none;
    outline: none;
    width: 100%;
    height: 100px;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    border: 1px solid #ccc;
}

.lb-closeContainer {
    position: absolute;
    top: 0px;
    right: 20px;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close_pop.png) top right no-repeat;
    text-align: right;
    outline: none;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

/*.breadcrumb { font-size: 18px; line-height: 1.2; margin-bottom:60px; }
.breadcrumb div {position:relative; float: left; margin-right:20px; margin-bottom:10px;}
.breadcrumb div:after {position: absolute; top:5px; right:-15px; content: ""; background: url(../images/ic_bc.png) no-repeat center center; width:10px; height:10px;}
.breadcrumb div a {color:#949494; transition: 0.5s;}
.breadcrumb div:last-child:after {display: none;}
.breadcrumb::after {content: ""; display: block; clear: both;}*/

.producttitle {
    width: 100%;
    font-size: 28px;
    margin: -106px 0px 70px 0px;
    font-weight: 700;
}

.producttitle.cat {
    margin: 0px 0px 10px 0px;
}

.producttitle span {
    font-size: 20px;
    text-transform: capitalize;
    color: #666;
    font-weight: 300;
}

.maintitle {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
}

.bigtitle {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}

.easyzoom {
    position: relative;
}


.bodytext {
    padding-bottom: 60px;
}

.bodytext a {
    text-decoration: underline;
}

.bodytext h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
}

.bodytext h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
    line-height: 1.2;
}

.bodytext p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bodytext ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 0px 20px 20px;
}

.bodytext ul li:before {
    position: absolute;
    top: 8px;
    left: 0px;
    content: "";
    background: #000000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-between;
    padding: 16px 40px 16px 40px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

header .btn_menu {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 48px;
    height: 48px;
    background: url(../images/btn_menu.png) no-repeat 0px 0px;
    cursor: pointer;
    transition: 0.5s;
}

header .lt {
    display: flex;
    gap: 10px;
    padding-left: 40px;
}

header .rt {
    display: flex;
    gap: 10px;
    padding-right: 50px;
}

header .lt a {
    position: relative;
    color: #ffffff;
    padding: 10px;
    display: block;
    transition: 0.5s;
}

header .lt a:after {
    position: absolute;
    bottom: 6px;
    left: 10px;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    opacity: 1;
    transition: 0.5s;
}

header .lt a.active:after {
    width: calc(100% - 20px);
}

header .rt a {
    position: relative;
    color: #ffffff;
    padding: 10px;
    display: block;
    transition: 0.5s;
}

header .rt a:after {
    position: absolute;
    bottom: 6px;
    left: 10px;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    opacity: 1;
    transition: 0.5s;
}

header .rt .mobile_links {
    display: none;
}

header .rt .mobile_links a {
    position: relative;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

header .rt .mobile_links a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

header .rt .mobile_links a:after {
    display: none;
}

header .rt .mobile_links a:nth-child(1) {
    background-image: url(../images/ic_hd_mail_white.png);
}

header.fixed {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #E7E5E5;
}

header.fixed .btn_menu {
    background-position: 0px -48px;
}

header.fixed .lt a {
    color: #000000;
}

header.fixed .rt a {
    color: #000000;
}

header.fixed .lt a:after {
    background-color: #000000;
}

header.fixed .rt a:after {
    background-color: #000000;
}

header.fixed .rt .mobile_links a:nth-child(1) {
    background-image: url(../images/ic_hd_mail.png);
}

header.fixed .rt .mobile_links a:nth-child(2) {
    background-image: url(../images/ic_search_black.png);
}

.srch {
    position: fixed;
    top: -100px;
    right: 40px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1001;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.srch .cl {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 6px 6px;
    background-color: #ffffff;
    padding: 14px 30px;
    box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none;
}

.srch .cl img {
    display: block;
}

.srch .inp input[type=text] {
    font-family: 'segoe_semilight', sans-serif;
    color: #1D1D1B;
    height: 40px;
    border: none;
    outline: none;
    padding: 0px;
    background-color: transparent;
    width: 0px;
    transition: 0.5s;
    opacity: 0;
    font-size: 16px;
    margin: 0px;
}

.srch button {
    width: 50px;
    height: 40px;
    background: url(../images/ic_search.png) no-repeat center center;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}

.srch.fixed button {
    background-image: url(../images/ic_search_black.png);
}

.srch .inp input[type=text] {
    width: 300px;
    opacity: 1;
    padding: 0px 10px;
}

.srch button {
    background-image: url(../images/ic_search_black.png);
}

.srch.show {
    top: 70px;
    opacity: 1;
}

.search_toggle {
    position: fixed;
    top: 18px;
    width: 40px;
    height: 40px;
    background: url(../images/ic_search.png) no-repeat center center;
    z-index: 1001;
    right: 45px;
    cursor: pointer;
}

.search_toggle.active {
    background-image: url(../images/ic_close_white.png);
}

.search_toggle.fixed {
    background-image: url(../images/ic_search_black.png)
}

.search_toggle.fixed.active {
    background-image: url(../images/ic_close.png);
}

.navmenu {
    position: fixed;
    top: 0px;
    left: -320px;
    width: 300px;
    height: 100%;
    background: url(../images/logo_gray.png) no-repeat bottom 10px right 20px #FFFFFF;
    z-index: 1003;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.navmenu .lg img {
    width: 100px;
}

.navmenu .cl {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 19px 20px;
    cursor: pointer;
}

.navmenu .tp {
    position: relative;
    display: none;
}

.navmenu .tp a {
    display: flex;
    padding: 8px 0px;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
}

.navmenu .tp .mn {
    background: url(../images/ic_arr.png) no-repeat top 11px right 0px;
}

.navmenu .bt a {
    display: flex;
    padding: 8px 0px;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
}

.navmenu.active {
    left: 0px;
}

.navmenu .scrollbar {
    overflow: auto;
    height: calc(100vh - 80px);
    margin-top: 20px;
}

.navmenu .scrollbar::-webkit-scrollbar {
    display: none;
}

.navback {
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
}

.navback img {
    transform-origin: center;
    transform: rotate(180deg);
}

.navsubmenu {
    position: fixed;
    top: 52px;
    left: 90px;
    width: 400px;
    height: auto;
    background-color: #ffffff;
    z-index: 1002;
    padding: 0px 20px 20px 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: none;
}

.navsubmenu .sub {
    display: none;
}

.navsubmenu .sub .ttl {
    display: none;
    gap: 10px;
    margin-bottom: 16px;
    font-weight: 700;
}

.navsubmenu .sub .grd {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.navsubmenu .sub .grd a {
    display: block;
    padding: 0px;
    text-align: center;
    font-size: 15px;

}

.navsubmenu .sub .grd a .th {
    margin-bottom: 6px;
    overflow: hidden;
}

.navsubmenu .sub .grd a .th img {
    width: 100%;
    border: 1px solid #999999;
    transition: all .5s ease-in-out;
    /* border-radius: 4px; */
}

.navsubmenu .sub .grd a:hover .th img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.navsubmenu .sub .grd a .cat-title {
    transition: all .5s ease-in-out;
}


.cdj img {
    height: 530px;
}



.navsubmenu.active {
    left: 300px !important;
}

.navsubmenu .scrollbar {
    overflow: auto;
    /*height: calc(100vh - 80px);*/
    margin-top: 20px;
}

.navsubmenu .scrollbar::-webkit-scrollbar {
    display: none;
}

.disablebg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1001;
    display: none;
}

.contact_form {
    position: fixed;
    bottom: 20px;
    right: -300px;
    z-index: 800;
    background-color: #f2f2f2;
    padding: 20px;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    box-sizing: border-box;
    width: 300px;
    border-radius: 6px 0px 0px 6px;
    transition: 0.5s;
    border: 1px solid #ccc;
    border-right: none;
}

.contact_form .rm {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    background-color: #000000;
    width: 18px;
    height: 18px;
    border-radius: 6px 0px 0px 0px;
    cursor: pointer;
    margin-top: -34px;
}

.contact_form .rm img {
    margin: 4px 0px 0px 0px;
    width: 16px;
}

.contact_form .hd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #f2f2f2;
    width: 50px;
    height: 50px;
    border-radius: 6px 0px 0px 6px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-right: none;
}

.contact_form .hd .ic {
    margin: 16px 14px 0px 14px;
}

.contact_form .hd .tx {
    font-size: 14px;
    transform-origin: center left;
    transform: rotate(0deg);
    text-align: center;
    position: absolute;
    top: 47px;
    left: 16px;
}

.contact_form .lbl {
    margin-bottom: 6px;
}

.contact_form .inp {
    margin-bottom: 16px;
}

.contact_form .lk {
    text-align: right;
}

.contact_form .lk button {
    font-family: "segoe_semilight", sans-serif;
    padding: 0px 60px 0px 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    background-position: top 11px right 20px;
    border: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.contact_form.active {
    right: 0px;
}


.logo {
    position: fixed;
    top: 12px;
    width: 162px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.home .logo {
    position: fixed;
    top: calc(100vh - (70vw * 0.27758) - 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
    z-index: 1000;
}

.logo img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%
}

.logo img:nth-child(1) {
    opacity: 1;
}

.logo img:nth-child(2) {
    opacity: 0;
}

.home .logoanim {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1005;
}

.home .logoanim .dv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    width: 879px;
    height: 244px;
}

.home .logoanim .lg1 {
    position: absolute;
    opacity: 0;
    top: 68px;
    left: 0px;
    margin-top: -200px;
}

.home .logoanim .lg2 {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 193px;
    margin-top: 100px;
}

.home .logoanim .lg3 {
    position: absolute;
    opacity: 0;
    top: 68px;
    left: 394px;
}

.home .logoanim .lg4 {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 582px;
    margin-top: -130px;
}

.home .logoanim .lg5 {
    position: absolute;
    opacity: 0;
    top: 69px;
    left: 570px;
}

.home .logoanim .lg6 {
    position: absolute;
    opacity: 0;
    top: 68px;
    left: 662px;
    margin-left: -310px;
}

.home .logoanim .lg7 {
    position: absolute;
    opacity: 0;
    top: 219px;
    left: 838px;
    margin-left: 100px;
}

.hp_banner {
    position: relative;
    height: 100vh;
    margin-bottom: 140px;
}

.hp_banner .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(117, 104, 104, 0.3);
}

.hp_banner .vd {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hp_banner .vd video {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.hp_sec1 {
    margin-bottom: 80px;
}

.hp_sec1 .hd {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hp_sec1 .hd2 {
    margin: -20px 0px 30px 0px;
}

.hp_sec1 .item .pc {
    margin-bottom: 10px;
    overflow: hidden;
}

.hp_sec1 .item .pc img {
    transition: 0.5s;
    transform-origin: center;
}

.hp_sec1 .item .tx {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #1D1D1B;
}

.hp_sec2 {
    margin-bottom: 80px;
}

.hp_sec2 .pd {
    position: relative;
    background: url(../images/home-abt-bg.jpeg) no-repeat center center;
    background-size: cover;
    padding: 140px 20px;
    color: #ffffff;
    background-attachment: fixed;
}

.hp_sec2 .pd .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 26, 26, 0.3);
}

.hp_sec2 .pd .ct {
    position: relative;
    text-align: center;
}

.hp_sec2 .pd .ct .lg {
    width: 275px;
    margin: 0px auto 10px auto;
}

.hp_sec2 .pd .ct .lg img {
    width: 100%
}

.hp_sec2 .pd .ct .t1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
}

.hp_sec2 .pd .ct .t2 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    max-width: 730px;
    font-weight: 300;
    margin: 0px auto 30px auto;
}

.hp_sec3 {
    position: relative;
    height: calc(100vh - 72px);
    background: url(../images/hp_sec3.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 140px;
    margin-bottom: 80px;
    color: #ffffff;
}

.hp_sec3 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 27, 27, 0.7);
}

.hp_sec3 .ct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 220px;
}

.hp_sec3 .ct .tx {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.hp_sec4 {
    margin-bottom: 80px;
}

.hp_sec4 .hd {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hp_sec4 .grd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.hp_sec4 .grd .pc {
    margin-bottom: 20px;
    overflow: hidden;
}

.hp_sec4 .grd .pc img {
    width: 100%;
    transition: 0.5s;
    transform-origin: center;
}

.hp_sec4 .grd .t1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #1D1D1B;
    margin-bottom: 10px;
}

.hp_sec4 .grd .t2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #3f3f3f;
    margin-bottom: 10px;
}

.hp_sec4 .grd .lk {
    display: inline-block;
    height: 44px;
    background: url(../images/ic_btn.png) no-repeat top 13px right 20px #ffffff;
    border-radius: 5px;
    line-height: 1;
    color: #000000;
    padding: 13px 50px 13px 0px;
    margin: 0px auto;
    transition: 0.5s;
}

.hp_sec5 {
    margin-bottom: 80px;
    background-color: #F2F2F2;
    padding: 80px 0px;
    overflow: hidden;
}

.hp_sec5 .hd {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
}

.hp_sec5 .grd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.hp_sec5 .grd .ct {
    background-color: #ffffff;
    text-align: center;
    padding: 40px 20px;
    transition: 0.5s;
    border: 1px solid #ffffff;
}

.hp_sec5 .grd .ct .pc img {
    height: 80px;
}

.hp_sec5 .grd .ct .tx {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 20px;
    text-align: center;
}

.product_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    padding-bottom: 0px;
}

.product_grid a {
    margin-bottom: 34px;
}

.product_grid .pc {
    margin-bottom: 10px;
    overflow: hidden;
}

.product_grid .pc img {
    width: 100%;
    transition: 0.5s;
    display: block;
    transform-origin: center;
    transition: 0.5s;
    transform-origin: center;
}

.product_grid .t1 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 4px;
    text-transform: lowercase;
}

.product_grid .t1::first-letter {
    text-transform: uppercase;
}

.product_grid .t2 {
    font-size: 15px;
    line-height: 1.2;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.product_grid .t3 {
    font-size: 13px;
    line-height: 1.2;
    color: #696969;
}

.product_grid .t3 b {
    font-weight: 700;
    color: #000000;
}


.pg_category {
    padding-bottom: 40px;
}

.pg_category .ct .lt {
    margin-bottom: 20px;
}

.pg_category .ct .lt .bx {
    display: flex;
    flex-wrap: nowrap;
    text-transform: unset;
    overflow: auto;
}

.pg_category .ct .lt .bx a {
    white-space: nowrap;
    margin-bottom: 0px;
    padding: 20px 14px;
    font-size: 18px;
}

.pg_category .ct .lt .bx a.active {
    color: #000000;
    background-color: #ffffff;
    text-decoration: underline;
}

.pg_category .ct .lt .bx a:first-child {
    padding-left: 0px;
}

.pg_category .ct .rt .product_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pg_category .ct .rt .tab {
    position: relative;
    border-top: 1px dashed rgb(178 178 178);
    border-radius: 0px;
    margin-bottom: 0px;
}

.pg_category .ct .rt .tab:last-child {
    border-bottom: 1px dashed rgb(178 178 178);
}

.pg_category .ct .rt .tab:after {
    content: "+";
    position: absolute;
    top: 23px;
    right: 10px;
    font-size: 36px;
    line-height: 0;
    font-weight: 200;
    cursor: pointer;
    transition: 0.5s;
}

.pg_category .ct .rt .tab.active:after {
    content: "-";
}

.pg_category .ct .rt .tab.active .ttx {
    color: #ff093e;
}

.pg_category .ct .rt .tab.active:after {
    color: #ff093e;
}

.pg_category .ct .rt .tab .ttx {
    font-size: 16px;
    line-height: 1.2;
    padding: 16px 0px 16px 0px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.pg_category .ct .rt .tab .tab_cnt {
    padding: 0px 0px 40px 0px;
    display: none;
}

.pg_category .ct .rt .tab .grd {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.pg_category .ct .rt .tab .grd .productBlock {
    position: relative;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #E7E5E5;
    padding: 10px;
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
}

.pg_category .ct .rt .tab .grd .productBlock a {
    color: #000000;
    transition: 0.5s;
}

.pg_category .ct .rt .tab .grd .productBlock a .pc {
    width: 100%;
    transition: 0.5s;
    transform-origin: center;
    margin: 0px;
    padding: 0px;
    height: 200px;
    object-fit: contain;
    transition: 0.5s;
}

.pg_category .ct .rt .tab .lks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pg_category .ct .rt .tab .lks .l {
    display: flex;
    gap: 20px;
}

.pg_category .ct .rt .tab .lks .l .pdf {
    font-size: 14px;
    color: #626262;
    background: url(../images/ic_specsheet.png) no-repeat 12px 7px;
    background-size: 16px;
    padding: 10px 10px 10px 36px;
    transition: 0.5s;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.pg_category .ct .rt .tab .lks .lk {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    padding: 14px 10px;
    text-align: center;
    border-radius: 5px;
    width: 200px;
    transition: 0.5s;
}

.pg_category .ct .rt .tab .dwg::after {
    content: "";
    display: block;
    clear: both;
}

.pg_category .ct .rt .tab .dwg a {
    float: left;
    margin: 0px 10px 10px 0px;
    background-color: #e2e2e2;
    color: #000000;
    padding: 10px 20px;
    border-radius: 20px;
    transition: 0.5s;
}

.pg_category .ct .rt .tab .dwg a:hover {
    border-radius: 6px;
    background-color: #000000;
    color: #ffffff;
}

.pg_category.fixed .ct .lt .bx {
    position: fixed;
    top: 92px;
    left: 50%;
    margin-left: -881px;
    width: 360px;
}

.pg_category.flow .ct .lt .bx {
    position: absolute;
    bottom: 80px;
    left: 0px;
    margin-left: 0px;
    width: 100%;
}


.pg_detail {
    padding-bottom: 60px;
}

.pg_detail .downarrow {
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px auto -10px auto;
    display: none;
}

.pg_detail .downarrow.active {
    transform: rotate(-90deg);
}

.pg_detail .sec1 {
    display: flex;
    margin-bottom: 80px;
}

.pg_detail .sec1 .lt {
    width: 50%;
}

.pg_detail .sec1 .lt .pc {
    width: 100%;
}

.pg_detail .sec1 .lt .cr {
    position: relative;
}

.pg_detail .sec1 .lt .count_bx {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.pg_detail .sec1 .lt .count_bx .car_count {
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
}

.pg_detail .sec1 .lt .count_bx .car_left {
    padding: 10px;
    cursor: pointer;
}

.pg_detail .sec1 .lt .count_bx .car_left img {
    width: 6px;
}

.pg_detail .sec1 .lt .count_bx .car_right {
    padding: 10px;
    cursor: pointer;
}

.pg_detail .sec1 .lt .count_bx .car_right img {
    width: 6px;
}

.pg_detail .sec1 .lt .owl-dots {
    display: none;
}

/*.pg_detail .sec1 .lt .car_left {position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; width: 50px; height:50px; padding-top:6px; cursor: pointer; text-align: center; left:0px;}
.pg_detail .sec1 .lt .car_left img {width:20px;}
.pg_detail .sec1 .lt .car_right {position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; width: 50px; height:50px; padding-top:6px; cursor: pointer; text-align: center; right:0px;}
.pg_detail .sec1 .lt .car_right img {width:20px;}*/
.pg_detail .sec1 .rt {
    width: 50%;
    padding-left: 70px;
}

.pg_detail .sec1 .rt .tp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
}

.pg_detail .sec1 .rt .tp .t1 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}

.pg_detail .sec1 .rt .tp .t2 {
    border-radius: 4px;
    color: #696969;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    padding: 12px 0px;
}

.pg_detail .sec1 .rt .tp .t2 span {
    font-weight: 700;
    color: #000000;
}

.pg_detail .sec1 .rt .bx {
    margin-bottom: 20px;
}

.pg_detail .sec1 .rt .bx .maintitle {
    font-weight: 700;
    margin-bottom: 20px;
}

.pg_detail .sec1 .rt .bx ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-size: 16px;
    color: #3F3F3F;
    line-height: 1.2;
}

.pg_detail .sec1 .rt .bx ul li {
    position: relative;
    padding: 0px 24px 14px 24px;
    break-inside: avoid;
}

.pg_detail .sec1 .rt .bx ul li:before {
    position: absolute;
    top: 4px;
    left: 0px;
    content: '';
    border: 1px solid #1D1D1B;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.pg_detail .sec1 .rt .bx .grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 18px;
    color: #3F3F3F;
}

.pg_detail .sec1 .rt .bx .grid .pc {
    overflow: hidden;
    border-radius: 50%;
}

.mat_popup {position:fixed; top:50%; left:50%; z-index:99999; transform: translate(-50%, -50%); background-color:#ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); padding:30px 10px 10px 10px; display:none;}
.mat_popup .cl {position: absolute; cursor:pointer; top: 0px; right: 0px; font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; padding: 10px;}
.mat_popup img {width: 200px;}

.pg_detail .sec1 .rt .bx .grid .pc img {
    width: 100%;
    display: block;
}

.pg_detail .sec1 .rt .bx .grid .tx {
    text-align: center;
    margin-top: 4px;
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.pg_detail .sec1 .rt .bx:last-child {
    border: none;
    padding: 0px;
}

.pg_detail .sec2 {
    display: flex;
    margin-bottom: 80px;
}

.pg_detail .sec2 .lt {
    width: 30%;
    background-color: #ffffff;
    font-size: 20px;
}

.pg_detail .sec2 .lt a {
    display: block;
    border-bottom: 1px solid #E7E5E5;
    padding: 36px 0px 36px 40px;
    background-repeat: no-repeat;
    background-position: 0px 32px;
    transition: 0.5s;
}

/* .pg_detail .sec2 .lt a:nth-child(1) {
    background-image: url(../images/ic_2.svg);
    background-position: 0px 5px;
    padding-top: 10px;
}

.pg_detail .sec2 .lt a:nth-child(2) {
    background-image: url(../images/ic_1.svg);
}

.pg_detail .sec2 .lt a:nth-child(3) {
    background-image: url(../images/pr_ic3.png);
}

.pg_detail .sec2 .lt a:nth-child(4) {
    background-image: url(../images/ic_3.svg);
    border: none;
} */

.pg_detail .sec2 .rt {
    width: 70%;
    background-color: #F2F2F2;
    padding: 46px 65px;
}

.pg_detail .sec2 .rt .ttl {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    margin-bottom: 24px;
}

.pg_detail .sec2 .rt p {
    font-size: 18px;
    line-height: 28px;
    color: #3F3F3F;
    margin-bottom: 24px;
}

.pg_detail .sec2 .rt p:last-child {
    margin-bottom: 0px;
}

.pg_detail .sec3 {
    margin-bottom: 10px;
}

.pg_detail .sec3 .grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
}

.pg_detail .sec3 .grid a {
    overflow: hidden;
}

.pg_detail .sec3 .grid img {
    width: 100%;
    transition: 0.5s;
    transform-origin: center;
}

.sec_collection {
    margin-bottom: 80px;
}

.sec_collection .item .pc {
    margin-bottom: 30px;
    overflow: hidden;
}

.sec_collection .item .pc img {
    width: 100%;
    transition: 0.5s;
    transform-origin: center;
}

.sec_collection .item .lk {
    display: flex;
    margin-bottom: 20px;
}

.sec_collection .item .lk a {
    font-size: 18px;
    margin: 0px;
    display: block;
    padding: 6px 26px 6px 0px;
    background: url(../images/ic_arrow.png) no-repeat top 6px right 0px;
    transition: 0.5s
}

.sec_collection .item .tags {
    font-size: 0px;
}

.sec_collection .item .tags a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    padding: 4px 20px 4px 0px;
    text-decoration: underline;
    transition: 0.5s;
}

.sec_collection .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}

.sec_collection .owl-nav button {
    position: relative;
    font-size: 40px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
}

.sec_collection .owl-nav button span {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.pg_reglog {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    max-width: 500px;
    margin: 0px auto 100px auto;
}

.pg_reglog .maintitle {
    font-size: 24px;
    text-transform: unset;
}

.pg_reglog .lbl {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.pg_reglog .lbl span {
    color: #ff093e;
}

.pg_reglog .inp {
    margin-bottom: 20px;
}

.pg_reglog .tp {
    display: flex;
    gap: 20px;
}

.pg_reglog .tp .dv {
    width: 50%;
}

.pg_reglog .md {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}

.pg_reglog .md input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.pg_reglog button {
    font-family: "segoe_semilight", sans-serif;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    padding: 14px 10px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    transition: 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 20px auto 40px auto;
}

.pg_reglog .or {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px dashed #999999;
}

.pg_reglog .or .dv {
    position: absolute;
    top: -10px;
    left: 50%;
    background-color: #ffffff;
    padding: 0px 10px;
    transform: translateX(-50%);
}

.pg_reglog .bt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pg_reglog .bt a {
    width: 50%;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    transition: 0.5s;
}

.pg_reglog .bt a:nth-child(1) {
    border: 1px solid #000000;
    background: url(../images/ic_google.png) no-repeat 0px 1px #ffffff;
    color: #000000;
}

.pg_reglog .bt a:nth-child(2) {
    border: 1px solid #4562AE;
    background: url(../images/ic_facebook.png) no-repeat 0px 1px #4562AE;
    color: #ffffff;
}

.pg_reglog .bt2 {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}

.pg_reglog .bt2 .dv {
    margin-bottom: 6px;
}

.pg_reglog .bt2 a {
    color: #ff093e;
}

.pg_about {
    padding-bottom: 60px;
}

.pg_about .dv {
    display: flex;
    margin-bottom: 80px;
}

.pg_about .dv .lt {
    width: 50%;
}

.pg_about .dv .lt img {
    width: 100%;
    max-width: 650px;
}

.pg_about .dv .rt {
    width: 50%;
    padding-left: 40px;
    line-height: 1.5;
    /* padding-right: 8%; */
}

.pg_about .dv .rt .t1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.pg_about .dv .rt p {
    margin-bottom: 20px;
}

.pg_about .dv .rt ul {
    padding-bottom: 10px;
}

.pg_about .dv .rt ul li {
    position: relative;
    padding: 0px 0px 10px 20px;
}

.pg_about .dv .rt ul li:before {
    position: absolute;
    top: 7px;
    left: 0px;
    content: '';
    border: 1px solid #1D1D1B;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.pg_about .dv .rt .t2 {
    font-style: italic;
    font-size: 20px;
    margin-top: 20px;
}

.pg_about .dv:nth-child(even) {
    flex-direction: row-reverse;
}

.pg_about .dv:nth-child(even) .rt {
    padding-left: 0px;
    padding-right: 40px;

}




.pg_about_banner {
    margin-top: 40px;
}

.pg_about_banner .ct {
    position: relative;
    height: 400px;
    margin-top: -42px;
    margin-bottom: 40px;
    background: url(../images/hp_sec3.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.pg_about_banner .ct:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(29, 27, 27, 0.7);
}

.pg_about_banner .maintitle {
    position: absolute;
    bottom: 0px;
    left: 0%;
    padding-left: 20px;
    color: #ffffff;
    z-index: 1;
}

footer {
    background-color: #1D1D1B;
    color: #ffffff;
    font-weight: 300;
}

footer .tp {
    padding: 80px 0px 40px 0px;
}

footer .tp .ttl {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 700;
}

footer .tp a {
    position: relative;
    color: #ffffff;
    display: block;
    padding: 8px 0px;
    transition: 0.5s;
}

footer .tp a:after {
    position: absolute;
    bottom: 15px;
    left: 0px;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ff093e;
    opacity: 1;
    transition: 0.5s;
}

footer .tp .lt {
    float: left;
    width: 75%;
}

footer .tp .lt .dv {
    float: left;
    padding-right: 40px;
}

footer .tp .lt .dv1 {
    width: 20%;
}

footer .tp .lt .dv2 {
    width: 20%;
}

footer .tp .lt .dv3 {
    width: 30%;
}

footer .tp .lt .dv4 {
    width: 30%;
}

footer .tp .lt .dv3 .pc {
    margin-bottom: 20px;
}

footer .tp .lt .dv3 .pc img {
    width: 100%;
    max-width: 283px;
}

footer .tp .lt .dv3 .tx {
    font-size: 12px;
    line-height: 1.5;
}

footer .tp .lt .dv4 .lk1 {
    display: block;
    color: #ffffff;
    background: url(../images/ic_phone.png) no-repeat 0px center;
    padding: 2px 0px 2px 34px;
    margin-bottom: 18px;
}

footer .tp .lt .dv4 .lk2 {
    display: block;
    color: #ffffff;
    background: url(../images/ic_mail.png) no-repeat 0px center;
    padding: 2px 0px 2px 34px;
}

footer .tp .rt {
    float: left;
    width: 25%;
}

footer .tp .rt .t1 {
    line-height: 1.2;
    margin-bottom: 18px;
}

footer .tp .rt .frm {
    position: relative;
    padding-right: 40px;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 60px;
}

footer .tp .rt .frm input[type=text] {
    height: 52px;
    font-size: 16px;
    border: none;
    margin: 0px;
}

footer .tp .rt .frm button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/ic_btn.png) no-repeat 10px 16px;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
}

footer .tp .rt .t2 {
    margin-bottom: 20px;
}

footer .tp .rt .ic {
    display: flex;
    gap: 20px;
}

footer .tp .rt .ic a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    padding-left: 0px;
}

footer .md {
    position: relative;
}

footer .md:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #8A8A8A;
}

footer .md .lg {
    float: left;
    margin-bottom: 20px;
    background-color: #1D1D1B;
    padding-right: 10px;
    z-index: 1;
    position: relative;
}

footer .md .lg img {
    width: 162px;
}

footer .bt {
    padding-bottom: 30px;
}

footer .bt .lt {
    float: left;
    margin-top: 19px;
    line-height: 1.3;
}

footer .bt .lt br {
    display: none;
}

footer .bt .rt {
    float: right;
    display: flex;
    gap: 10px;
}

footer .bt .rt a {
    position: relative;
    padding: 20px;
    color: #ffffff;
}

footer .bt .rt a:after {
    position: absolute;
    bottom: 12px;
    left: 20px;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    opacity: 1;
    transition: 0.5s;
}

footer .bt .rt a:last-child {
    padding-right: 0px;
}

/* .target_popup_contact .dv {padding:20px !important; background: url(../images/logo_gray.png) no-repeat bottom 10px right 20px #FFFFFF !important;} */
.target_popup_contact .dv {
    padding: 20px !important;
    background: url(../images/logo_gray.png) no-repeat bottom 20px right 20px #FFFFFF !important;
}

.target_popup_contact .lbl {
    font-weight: 400 !important;
}

.target_popup_contact .lbl.ttl {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

#distributer_btn_send {
    font-family: 'segoe_semilight';
}

@media (max-width:1832px) {
    .pg_category.fixed .ct .lt .bx {
        left: 20px;
        margin-left: 0px;
    }
}

@media(max-width:1200px) {
    .pg_category .ct .rt .tab .grd {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    footer .tp .lt {
        width: 100%;
        margin-bottom: 60px;
    }

    footer .tp .rt {
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
    }

    footer .tp .lt .dv1,
    footer .tp .lt .dv2,
    footer .tp .lt .dv3,
    footer .tp .lt .dv4 {
        width: 25%;
    }

    footer .tp .lt .dv4 {
        padding-right: 0px;
    }

    footer .tp .rt .frm {
        max-width: 300px;
        margin: 0px auto 30px auto;
    }

    footer .tp .rt .ic {
        justify-content: center;
    }
}

@media(max-width:980px) {
    .search_toggle {
        right: 10px;
    }

    .srch {
        right: 10px;
    }

    header {
        justify-content: flex-end;
        padding-right: 10px;
        padding-left: 20px;
    }

    header .btn_menu {
        left: 4px;
    }

    header .lt {
        display: none;
    }

    header .rt {
        padding-right: 45px;
    }

    header .rt .lk1 {
        display: none;
    }

    header .rt .lk2 {
        display: none;
    }

    header .rt .mobile_links {
        display: flex;
    }

    .navmenu .tp {
        display: block;
    }

    .navmenu .bt {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px dashed #cccccc;
    }

    .navsubmenu {
        top: 0px;
        left: -420px !important;
        height: 100%;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        transition: 0.5s;
        display: block !important;
        border-radius: 0px;
        padding: 20px;
    }

    .navsubmenu .sub .ttl {
        display: flex;
    }

    /*.srch {right: 0px; position: fixed; top: -120px; left: 0px; width: 100%; height: 72px; background-color: #ffffff; border-radius: 0px; padding-left:10px; overflow: unset;  box-shadow: 0px 6px 6px rgba(0,0,0,0.2);}
    .srch .cl {display: block;}
    .srch.expand {top:0px;}
    .srch button {background-image: url(../images/ic_search_black.png);}
    .srch .inp {width:100%;}
    .srch .inp input[type=text] {width:100%;  opacity:1}*/
    .hp_sec2 .pd .ct .lg {
        width: 200px;
    }

    .hp_sec2 .pd .ct .t1 {
        font-size: 20px;
    }

    .hp_sec2 .pd .ct .t2 {
        font-size: 20px;
        max-width: 630px;
    }

    .hp_sec4 .grd .t1 {
        font-size: 18px;
    }

    .product_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .producttitle span {
        font-size: 18px;
    }

    .pg_detail .sec1 {
        flex-direction: column;
    }

    .pg_detail .sec1 .lt {
        width: 100%;
        margin: 0px auto 40px auto;
        max-width: 600px;
    }

    .pg_detail .sec1 .rt .bx .grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .pg_detail .sec2 .lt a {
        padding: 26px 0px 26px 40px;
        background-position: 0px 22px;
    }

    .pg_detail .sec1 .rt {
        width: 100%;
        padding-left: 0px;
    }

    .pg_detail .sec2 .rt {
        padding: 40px;
    }

    .pg_category.fixed .ct .lt .bx {
        width: 280px;
    }

    .pg_category .ct .rt .product_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pg_category .ct .rt .tab .grd {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pg_category .ct .rt .tab .lks {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .pg_category .ct .rt .tab .grd {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    footer .md:after {
        top: 22px;
    }

    footer .md .lg {
        float: none;
        width: 130px;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 10px;
    }

    footer .md .lg img {
        width: 120px;
    }

    footer .bt .lt {
        float: none;
        text-align: center;
    }

    footer .bt .rt {
        float: none;
        justify-content: center;
    }

    footer .bt .rt a:last-child {
        padding-right: 20px;
    }

    footer .tp .lt .dv1,
    footer .tp .lt .dv2,
    footer .tp .lt .dv3,
    footer .tp .lt .dv4 {
        width: 50%;
    }

    footer .tp .lt .dv1 {
        margin-bottom: 40px;
    }

    footer .tp .lt .dv2 {
        margin-bottom: 40px;
    }

    footer .tp .lt .dv2 {
        padding-right: 0px;
    }

    footer .tp .lt .dv3 {
        clear: both;
    }

    footer .tp .rt {
        border-top: 1px solid #8a8a8a;
        padding-top: 60px;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .producttitle {
        font-size: 20px;
    }

    .navsubmenu.active {
        left: 0px !important;
    }

    .navsubmenu {
        left: -320px !important;
        width: 300px;
        z-index: 1003;
    }

    .hp_banner {
        margin-bottom: 60px;
    }

    .hp_sec2 .pd .ct .lg {
        width: 140px;
    }

    .hp_sec2 .pd .ct .t1 {
        font-size: 18px;
    }

    .hp_sec2 .pd .ct .t2 {
        font-size: 18px;
    }

    .hp_sec3 .ct .tx {
        font-size: 20px;
    }

    .hp_sec1,
    .hp_sec2,
    .hp_sec3,
    .hp_sec4,
    .hp_sec5 {
        margin-bottom: 50px;
    }

    .hp_sec5 {
        padding: 50px 0px;
    }

    .hp_sec4 .grd {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .hp_sec5 .grd {
        gap: 20px;
    }

    .hp_sec5 .grd .ct {
        padding: 20px;
    }

    .hp_sec5 .grd .ct .tx {
        font-size: 14px;
    }

    .hp_sec5 .grd .ct .pc img {
        height: 60px;
    }

    .producttitle {
        margin: 0px 0px 20px 0px;
        text-align: left;
    }

    .producttitle span {
        display: block;
        margin-top: 10px;
    }

    .product_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .product_grid .t1 {
        font-size: 14px;
    }

    .product_grid .t2 {
        font-size: 12px;
    }

    .pg_detail .downarrow {
        display: flex;
    }

    .pg_detail {
        margin-bottom: 30px;
    }

    .pg_detail .sec1 {
        margin-bottom: 40px;
    }

    .pg_detail .sec1 .rt .tp {
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        gap: 10px;
        margin-bottom: 30px;
    }

    .pg_detail .sec1 .rt .tp .t2 {
        padding: 0px;
    }

    .pg_detail .sec1 .lt {
        width: calc(100% + 40px);
        margin: -30px auto 40px -20px;
        max-width: unset;
    }

    .pg_detail .sec1 .lt .car_left {
        left: 10px;
    }

    .pg_detail .sec1 .lt .car_right {
        right: 10px;
    }

    .pg_detail .sec2 {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }

    .pg_detail .sec2 .lt {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0px;
    }

    .pg_detail .sec2 .lt a {
        padding: 8px 16px 8px 16px !important;
        height: 60px;
        background-position: center 8px !important;
        font-size: 14px;
        border: 1px solid #d3d3d3 !important;
        background-size: 16px;
        margin-right: -1px;
        text-align: center;
        width: 100%;
    }

    .pg_detail .sec2 .lt a:nth-child(1) {
        background-position: 0px 22px;
        min-width: 120px;
        border-right: none !important;
        border-bottom: none !important;
    }
    .pg_detail .sec2 .lt a:nth-child(2) {
        border-bottom: none !important;
    }
    .pg_detail .sec2 .lt a:nth-child(3) {
        border-right: none !important;
    }

    .pg_detail .sec2 .rt {
        width: 100%;
        padding: 20px;
        border: 1px solid #d3d3d3;
    }

    .pg_detail .sec3 .grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
    }

    .pg_detail .sec1 .rt .bx {
        margin-bottom: 0px;
    }

    .pg_detail .sec1 .rt .bx .ac {
        border-top: 1px solid #cccccc;
    }

    .pg_detail .sec1 .rt .bx .tb {
        position: relative;
    }

    .pg_detail .sec1 .rt .bx .tb:after {
        position: absolute;
        top: 6px;
        right: 0px;
        content: '+';
        font-size: 30px;
        font-weight: 400;
    }

    .pg_detail .sec1 .rt .bx .ac.active .tb:after {
        right: 6px;
        content: '-';
    }

    .pg_detail .sec1 .rt {
        border-bottom: 1px solid #cccccc;
    }

    .pg_detail .maintitle {
        font-size: 16px;
    }

    .pg_detail .sec1 .rt .bx .maintitle {
        margin-bottom: 0px;
        padding: 14px 0px;
    }

    .pg_detail .sec1 .rt .tp .t1 {
        font-size: 18px;
    }

    .pg_detail .sec2 .rt .ttl {
        font-size: 16px;
    }

    .pg_detail .tb_ct {
        display: none;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .pg_detail .sec2 .tb_ct {
        padding: 0px 0px 20px 0px;
    }

    .pg_category .ct .rt .product_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    footer .tp {
        padding-top: 50px;
    }

    footer .bt .rt a {
        text-align: center;
        line-height: 1.3;
        padding: 10px;
    }

    footer .bt .lt br {
        display: block;
    }
}

@media(max-width:600px) {
    .hp_sec5 .grd {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .pg_detail .sec1 .rt .bx ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .pg_detail .sec1 .rt .bx .grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    footer .tp .lt .dv3 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 40px;
    }

    footer .tp .lt .dv3 .tx {
        max-width: 210px;
    }

    footer .tp .lt .dv4 {
        clear: both;
    }
}

@media(max-width:500px) {
    .hp_sec4 .grd {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }

    .logo img {
        transform-origin: center;
        transform: scale(0.6);
    }

    .pg_reglog {
        padding: 0px;
        box-shadow: none;
        max-width: unset;
    }

    .pg_reglog .tp {
        flex-direction: column;
        gap: 0px;
    }

    .pg_reglog .tp .dv {
        width: 100%;
    }

    .pg_reglog .bt {
        flex-direction: column;
        gap: 20px;
    }

    .pg_reglog .bt a {
        width: 100%;
    }

    .pg_detail .sec1 .rt .bx .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pg_detail .sec3 .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media(max-width:380px) {
    .contact_form {
        width: 240px;
        right: -240px;
    }
}

/* Overlay when popup is open */
body.open_popup_customer_service .popup_contact_customer_service {
    display: flex;
}

/* Base popup hidden */
.popup_contact_customer_service {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

/* Inner box styling */
.popup_contact_customer_service .dv {
    background: url(../images/logo_gray.png) no-repeat bottom 20px right 20px #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

/* Close button */
.popup_contact_customer_service .popup_contact_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/* Row styling */
.popup_contact_customer_service .rw {
    margin-bottom: 15px;
}

/* Label styling */
.popup_contact_customer_service .lbl {
    margin-bottom: 5px;
    display: block;
}

.popup_contact_customer_service .lbl.ttl {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Input and textarea */
.popup_contact_customer_service .inp input,
.popup_contact_customer_service .inp textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Submit button */
#cs_btn_send {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'segoe_semilight';
    font-size: 14px;
    letter-spacing: 0.5px;
}

#cs_btn_send:hover {
    background-color: #0056b3;
}

/* Popup Feedback Form */
.popup-career-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* Optional overlay */
    z-index: 9999;

    padding: 20px;
    overflow-y: auto;
}

/* 
/* Popup Feedback Form */
.popup-feedback-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* Optional overlay */
    z-index: 9999;

    padding: 20px;
    overflow-y: auto;
}

.form-container {
    position: relative;
    background: url(../images/logo_gray.png) no-repeat bottom 20px right 20px #FFFFFF;
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #1d1d1b;
}

.form-container h4 {
    text-align: left !important;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-container p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}



label {
    display: block;
    margin: 10px 0 5px;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    height: 120px;
    resize: none;
}

.rating {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    max-width: 150px;
    margin-top: -10px;
    flex-direction: row-reverse;
}

.rating input[type="radio"] {
    display: none;
}

.rating label {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}

.rating input[type="radio"]:checked~label {
    color: gold;
}

.submit-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'segoe_semilight';
}

.submit-btn:hover {
    background-color: #0056b3;
}

.cancel-btn {
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: url(../images/btn_close.png) no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 20px;
}


@media(min-width:980px) {
    .pr_button:hover {
        padding-right: 80px;
        border-radius: 44px;
    }

    header .lt a:hover:after {
        width: calc(100% - 20px);
    }

    header .rt a:hover:after {
        width: calc(100% - 20px);
    }

    .srch:hover {
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .srch:hover .inp input[type=text] {
        width: 300px;
        opacity: 1;
        padding: 0px 10px;
    }

    .srch:hover button {
        background-image: url(../images/ic_search_black.png);
    }

    .hp_sec1 .item:hover .pc img {
        transform: scale(1.1);
    }

    .hp_sec4 .grd .pc:hover img {
        transform: scale(1.1);
    }

    .hp_sec4 .grd .lk:hover {
        padding-right: 60px;
        padding-left: 20px;
        border-radius: 44px;
        background-color: #ccc;
    }

    .hp_sec5 .grd .ct:hover {
        border-radius: 20px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

    .product_grid a:hover .pc img {
        transform: scale(1.1);
    }

    .pg_category .ct .rt .tab:hover .ttx {
        color: #ff093e;
    }

    .pg_category .ct .rt .tab:hover:after {
        color: #ff093e;
    }

    .pg_category .ct .rt .tab .grd .productBlock a:hover .pc {
        transform: scale(1.5);
    }

    .pg_category .ct .rt .tab .lks .l .pdf:hover {
        color: #ff093e;
    }

    .pg_category .ct .rt .tab .lks .lk:hover {
        border-radius: 24px;
        width: 220px;
        background-color: #ff093e;
    }

    .pg_detail .sec2 .lt a:hover {
        padding-left: 50px;
        background-position-x: 20px !important;
        color: #ff093e;
    }

    .pg_detail .sec3 .grid a:hover img {
        transform: scale(1.1);
    }

    .sec_collection .item .lk a:hover {
        padding-right: 60px;
        padding-left: 20px;
        border-radius: 44px;
        background-color: #ccc;
        background-position: top 6px right 10px;
    }

    .sec_collection .item .tags a:hover {
        color: #ff093e;
    }

    .sec_collection .item:hover .pc img {
        transform: scale(1.1);
    }

    .pg_reglog button:hover {
        border-radius: 24px;
        background-color: #ff093e;
    }

    .pg_reglog .bt a:hover {
        border-radius: 24px;
    }

    footer .tp a:hover {
        padding-left: 10px;
        color: #ff093e;
    }

    footer .tp a:hover:after {
        width: 6px;
    }

    footer .tp .lt .dv4 .lk1:hover {
        padding-left: 40px;
    }

    footer .tp .lt .dv4 .lk2:hover {
        padding-left: 40px;
    }

    footer .bt .rt a:hover:after {
        width: calc(100% - 40px);
    }

    footer .bt .rt a:last-child:hover:after {
        width: calc(100% - 20px);
    }

    footer .tp .rt .ic a:hover {
        transform: scale(1.3);
    }

    footer .tp .rt .ic a:hover:after {
        display: none;
    }
}


/* 19-05-2025  */
.about_hero {
    margin-bottom: 50px;
}

.about-design {
    position: relative;
    background-color: #cccccc;
    color: #4f4f4f;
    gap: 14px;
    min-height: 470px;
    display: grid;
    align-items: center;
    margin-bottom: 80px;
    font-size: 70px;
    font-weight: 700;
    text-align: right;
    overflow: hidden;
    margin-top: -28px;
}

.about-design .ct {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.about-design .ln {
    position: absolute;
    left: 50%;
    opacity: 0;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.about-design .ln.black {
    color: #000000;
}

.about-design .ln.rotate {
    transform: translateX(0) rotateY(360deg);
    transition: 1.5s;
    transform-origin: center;
}

.about-design .tx1 {
    top: 48px;
    margin-left: -542px;
    transform: translateX(100px)
}

.about-design .tx2 {
    top: 48px;
    margin-left: -425px;
    transform: translateX(100px)
}

.about-design .tx3 {
    top: 48px;
    margin-left: -271px;
    transform: translateX(100px)
}

.about-design .tx4 {
    top: 48px;
    margin-left: 92px;
    transform: translateX(100px)
}

.about-design .tx5 {
    top: 48px;
    margin-left: 237px;
    transform: translateX(100px)
}

.about-design .tx6 {
    top: 145px;
    margin-left: -557px;
    transform: translateX(100px)
}

.about-design .tx7 {
    top: 145px;
    margin-left: -419px;
    transform: translateX(100px)
}

.about-design .tx8 {
    top: 145px;
    margin-left: -356px;
    transform: translateX(100px)
}

.about-design .tx9 {
    top: 145px;
    margin-left: -81px;
    transform: translateX(100px)
}

.about-design .tx10 {
    top: 145px;
    margin-left: 213px;
    transform: translateX(100px)
}

.about-design .tx11 {
    top: 145px;
    margin-left: 294px;
    transform: translateX(100px)
}

.about-design .tx12 {
    top: 244px;
    margin-left: -524px;
    transform: translateX(100px)
}

.about-design .tx13 {
    top: 244px;
    margin-left: -334px;
    transform: translateX(100px)
}

.about-design .tx14 {
    top: 244px;
    margin-left: 52px;
    transform: translateX(100px)
}

.about-design .tx15 {
    top: 244px;
    margin-left: 185px;
    transform: translateX(100px)
}

.about-design .tx16 {
    top: 244px;
    margin-left: 440px;
    transform: translateX(100px)
}

.about-design .tx17 {
    top: 341px;
    margin-left: -517px;
    transform: translateX(100px)
}

.about-design .tx18 {
    top: 341px;
    margin-left: -340px;
    transform: translateX(100px)
}

.about-design .tx19 {
    top: 341px;
    margin-left: 13px;
    transform: translateX(100px)
}

.about-design .tx20 {
    top: 341px;
    margin-left: 149px;
    transform: translateX(100px)
}

.about-design .tx21 {
    top: 341px;
    margin-left: 228px;
    transform: translateX(100px)
}

.about-design .animate {
    opacity: 1;
    transform: translateX(0);
}


.ab_anim_text {
    position: relative;
    background: #000000;
    color: #deebf7;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'segoe_black';
    padding: 40px 20px 60px 20px;
    line-height: 1.2;
    min-height: 600px;
    overflow: hidden;
    transition: 0.5s;
    transform-origin: center;
}

.ab_anim_text:hover {
    transform: scale(1.03);
}

.ab_anim_text .t {
    position: absolute;
    left: 50%;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.ab_anim_text .t.rotate {
    transform: translateX(0) rotateY(360deg);
    transition: 1.5s;
    transform-origin: center;
}

.ab_anim_text .t1 img {
    width: auto;
}

.ab_anim_text .t1 {
    margin-left: -6px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t2 {
    top: 132px;
    margin-left: -190px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t3 {
    top: 132px;
    margin-left: -157px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t4 {
    top: 132px;
    margin-left: -111px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t5 {
    top: 132px;
    margin-left: -53px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t6 {
    top: 132px;
    margin-left: -14px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t7 {
    top: 132px;
    margin-left: 19px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t8 {
    top: 132px;
    margin-left: 65px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t9 {
    top: 132px;
    margin-left: 104px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t10 {
    top: 132px;
    margin-left: 136px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t11 {
    top: 132px;
    margin-left: 170px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t12 {
    top: 204px;
    margin-left: 176px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t13 {
    top: 204px;
    margin-left: 139px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t14 {
    top: 204px;
    margin-left: 106px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t15 {
    top: 204px;
    margin-left: 57px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t16 {
    top: 204px;
    margin-left: 12px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t17 {
    top: 204px;
    margin-left: -21px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t18 {
    top: 204px;
    margin-left: -60px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t19 {
    top: 204px;
    margin-left: -118px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t20 {
    top: 204px;
    margin-left: -164px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t21 {
    top: 204px;
    margin-left: -196px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t22 {
    top: 276px;
    margin-left: -128px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t23 {
    top: 276px;
    margin-left: -95px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t24 {
    top: 276px;
    margin-left: -49px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t25 {
    top: 276px;
    margin-left: 8px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t26 {
    top: 276px;
    margin-left: 47px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t27 {
    top: 276px;
    margin-left: 95px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t28 {
    top: 348px;
    margin-left: 132px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t29 {
    top: 348px;
    margin-left: 86px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t30 {
    top: 348px;
    margin-left: 36px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t31 {
    top: 348px;
    margin-left: -5px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t32 {
    top: 348px;
    margin-left: -50px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t33 {
    top: 348px;
    margin-left: -88px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t34 {
    top: 348px;
    margin-left: -132px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t35 {
    top: 348px;
    margin-left: -165px;
    opacity: 0;
    transform: translateX(-200px)
}

.ab_anim_text .t36 {
    top: 420px;
    margin-left: -106px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t37 {
    top: 420px;
    margin-left: -42px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t38 {
    top: 420px;
    margin-left: 4px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t39 {
    top: 420px;
    margin-left: 44px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t40 {
    top: 420px;
    margin-left: 87px;
    opacity: 0;
    transform: translateX(200px)
}

.ab_anim_text .t41 {
    top: 492px;
    margin-left: -76px;
    opacity: 0;
    transform: translateX(-100px);
    font-family: 'segoe_semilight';
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    margin-top: 20px;
}

.ab_anim_text .animate {
    opacity: 1;
    transform: translateX(0);
}

.ab_anim_text .t39.fadeout {
    transition: 0.3s;
}

.ab_anim_text .fadeout {
    opacity: 0;
}

/* .text {
      
      width: 100%;
      text-align: center;
      font-size: 2em;
      opacity: 0;
    } */

.getInTouch {
    background: #dcf3ff;
    padding: 50px;
    margin-bottom: 40px;
    min-height: 300px;
    display: grid;
    place-content: center;
}

.getInTouch h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.innerGet {
    text-align: center;
}

.btn_git {
    background: red;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
}

.pg_about .dv:nth-child(even) {
    margin-bottom: 0;
}

.pg_about .dv .rt p {
    margin-bottom: 20px;
    font-size: 25px;
}

.pg_about .dv .rt .t1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 60px;
}

.pg_about .dv .rt p strong {
    font-weight: 600;
}

.cn-link {
    font-weight: bold;
    font-size: 25px;
    text-decoration: underline;
}

.hp_sec1 .item .pc {
    height: 300px;
}

.hp_sec1 .item .pc img {
    object-fit: cover;
    height: 300px;
}

.navsubmenu .sub .grd a .th img {
    /* height: 80px; */
    width: 120px;
    border: none;
}

.pg_about .dv .lt img {
    margin: auto;
}

.pg_about .dv .lt {
    text-align: center;
}


.pg_detail .sec1 .lt .pc {
    width: 100%;
    height: auto;
}

.pg_detail .sec3 .grid img {
    height: 100%;
}

.pg_detail .sec1 .rt .bx .grid .pc {
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;

}

.material_img img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* ..nee section  */
.book-section {
    padding: 50px 0;
}

.book-section .container {
       display: flex;
    flex-wrap: wrap;
    max-width: 1800px;
    padding: 0 20px;
    margin: 20px auto;
}

/* .book-section .image-box {
    flex: 1 1 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
} */

.book-section .image-box {
    flex: 1 1 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    margin-right: 1rem;
}

.book-section .image-box img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* .book-section .content-box {
    flex: 1 1 40%;
    background: #3b3838;
    color: white;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
} */

.book-section .content-box {
    flex: 1 1 48%;
    background: #3b3838;
    color: white;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-left: 1rem;
}

.book-section .content-box h2 {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.book-section .content-box p {
    font-size: 22px;
    margin: 0 0 20px;
    line-height: 1.5;
    color: #ddd;
    margin-bottom: 40px;
}

.book-section .content-box button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background: #f2f2f2;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
    display: inline-block;
    max-width: 190px;
}

.book-section .content-box button:hover {
    background: #ccc;
}

.hp_banner .bg{
        position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(38 37 37 / 33%);
    z-index: 2;
}
.pt-0{
    padding-top: 0;
}

#lightbox .lb-nav {height: auto; top: 50%;}
#lightbox .lb-prev {position: absolute; top: 0px; left: 0px; width: 60px; height: 60px; transform: translateY(-50%);}
#lightbox .lb-next {position: absolute; top: 0px; right: 0px; width: 60px; height: 60px; transform: translateY(-50%);}

/* Responsive */

@media (max-width: 1599px) {
    .pg_about .dv .lt {width:40%;}
    .pg_about .dv .rt {width:60%;}
    .pg_about .dv .rt .t1 {font-size: 28px; margin-bottom: 20px;}
    .pg_about .dv .rt p {font-size: 20px; line-height: 1.3;}
}


@media (max-width: 768px) {

.book-section .image-box {
margin: 0;
}
 
.book-section .content-box {
    margin: 0;
}
    .book-section .container {
        flex-direction: column;
        padding: 10px 20px;
    }

    .book-section .content-box {
        text-align: center;
        padding: 40px 20px;
    }

    .book-section .content-box h2 {
        font-size: 24px;
        margin-bottom: 22px;
        text-align: center;
    }
    .book-section .content-box p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}
.book-section .content-box button {
    max-width: 100%;
}
}

@media (max-width:1440px) {
    .cdj img {
        height: 558px;
    }
}


@media (max-width:1366px) {

    /*section.pg_about.abt-1 .dv:nth-child(1) p{
margin-bottom: 50px;
    }

     section.pg_about.abt-1 .dv:nth-child(2) p{
margin-bottom: 50px;
font-size: 28px;
line-height: 1.5;
    }*/
    section.pg_about.abt-1 .dv .rt {
        padding-right: 3%;
    }

    section.pg_about.abt-1 .dv:nth-child(2) .rt {
        padding-right: 3%;
    }

    section.pg_about.abt-3 .rt .t1 {
        margin-bottom: 25px;
    }
    
}


@media (max-width:1280px) {
    .cdj img {
        height: 590px;
    }
  
    .book-section .content-box{
        padding: 50px 30px;
    }
}


@media (max-width: 1200px) {
    .about-design {
        min-height: 380px;
    }

    .about-design .ct {
        transform: scale(0.75);
        transform-origin: center;
        margin-top: -38px;
        margin-left: 18px;
    }
    .book-section .content-box h2{
    font-size: 33px;
 }
}

@media (max-width: 980px) {
    .about-design {
        min-height: 280px;
    }

    .about-design .ct {
        transform: scale(0.6);
        margin-top: -60px;
    }
}

@media (max-width: 768px) {


    .pg_about .dv,
    .pg_about .dv:nth-child(even) {
        flex-direction: column;
    }

    .pg_about .dv .lt {
        width: 100%;
    }

    .pg_about .dv .rt {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        padding-right: 0;
    }

    .getInTouch h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .getInTouch {
        padding: 10px;
    }

    .pg_about .dv .rt .t1 {
        margin-bottom: 20px;
    }

    .pg_about .dv:nth-child(even) .rt {
        padding-right: 0;
    }

    .pg_about .dv .rt p {
        font-size: 18px;
    }

    .hp_sec3 {
        height: 50vh;
    }

    .hp_sec2 .pd {
        padding: 70px 20px;
        background-attachment: inherit;
    }

    .getInTouch {
        min-height: 300px;
    }

    .pg_about .dv .rt .t1 {
        font-size: 25px;
    }

    .hp_sec5 .grd .ct .pc img {
        height: 95px;
    }

    .cdj img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .about-design {
        min-height: 220px;
    }

    .about-design .ct {
        transform: scale(0.4);
        margin-top: -54px;
        margin-left: 10px;
    }

    .about-design .tx1 {
        margin-left: -572px;
    }

    .about-design .tx2 {
        margin-left: -445px;
    }

    .about-design .tx3 {
        margin-left: -271px;
    }

    .about-design .tx4 {
        margin-left: 112px;
    }

    .about-design .tx5 {
        margin-left: 267px;
    }

    .about-design .tx6 {
        margin-left: -587px;
    }

    .about-design .tx7 {
        margin-left: -439px;
    }

    .about-design .tx8 {
        margin-left: -366px;
    }

    .about-design .tx9 {
        margin-left: -81px;
    }

    .about-design .tx10 {
        margin-left: 233px;
    }

    .about-design .tx11 {
        margin-left: 324px;
    }

    .about-design .tx12 {
        margin-left: -554px;
    }

    .about-design .tx13 {
        margin-left: -344px;
    }

    .about-design .tx14 {
        margin-left: 52px;
    }

    .about-design .tx15 {
        margin-left: 205px;
    }

    .about-design .tx16 {
        margin-left: 470px;
    }

    .about-design .tx17 {
        margin-left: -547px;
    }

    .about-design .tx18 {
        margin-left: -360px;
    }

    .about-design .tx19 {
        margin-left: 13px;
    }

    .about-design .tx20 {
        margin-left: 169px;
    }

    .about-design .tx21 {
        margin-left: 258px;
    }

    .pg_detail .sec3 .grid.gallery_img {
        grid-template-columns: repeat(4, minmax(0, 1fr));

    }

    .hp_sec4.scrolly .cntr{
overflow-x: auto;
    }

}

@media (max-width: 500px) {
    .ab_anim_text {
        min-height: 490px;
    }

    .ab_anim_text .ct {
        transform: scale(0.7);
        margin: -10px 0px;
    }

    .ab_anim_text .t41 {
        top: 392px;
    }

    .pg_detail .sec3 .grid.gallery_img {
        grid-template-columns: repeat(4, minmax(0, 1fr));

    }
}

@media (max-width: 490px) {
    .about-design {
        min-height: 160px;
        margin-bottom: 20px;
    }

    .about-design .ct {
        transform: scale(0.3);
        margin-top: -50px;
    }
}