/*aochai*/

:root{
    --MainColor:#000;
    --SubColor:#39B1D2;
    --SubColor2:#EA5C40;
    --SubColor3:#2E318D;
    --SubColor4:#E788B8;
}
#content{background-image: url(https://pic03.eapple.com.tw/aochai/bg.png);background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
#content_main{margin-top:0px;}


/*網站字體------------------*/
body {
    font-family: 'Noto Sans TC', 'Marcellus', sans-serif;
    letter-spacing: 1px;
}

/*預設解除背景輪播*/
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
/*其他設定*/
.bannerindex {position: relative;}
.swiper-pagination {margin-left: 0;transform: translateX(-50%);}

/*RWD*/
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*錨點滾動------------------*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--SubColor2);}
html { scroll-behavior: smooth; }

/*header-------------------*/
.me_tp_features{display: none;}
.pageIndex .header_area{background: #000000;position: fixed;}
.header_area{background: #000000;position: sticky;}
.header_area.sticky{background: #000000;}
.navigation{grid-template-columns: 250px 1fr;z-index: 10;}

/*RWD*/
@media screen and (max-width: 1024px) {
    .navigation{display: grid;grid-template-columns: 250px 1fr;}
}
@media screen and (max-width: 768px) {
    .navigation{display: flex;}
}

/*選單最大寬度*/
.main_header_area .container{max-width: 1920px;width: 80%;}

/*RWD*/
@media screen and (max-width: 768px) {
    .main_header_area .container{width: 100%;}
    .header_area{position: relative;}
    .header_area.sticky{position: sticky;}
    .pageIndex .header_area{position: relative;}
    .pageIndex .header_area.sticky{position:sticky;}
}

/*漢堡選單*/
@media screen and (max-width: 768px) {
    .stellarnav.mobile{text-align: right;}
    .stellarnav .menu-toggle span.bars{position: fixed;top: 20px;}
}
@media screen and (max-width: 320px) {
    .stellarnav .menu-toggle span.bars span{width: 25px;}
}

/*第二層*/
.stellarnav > ul > li > a{color: #ffffff;height: 50px;margin: 5px;}
.stellarnav.mobile li a{border-bottom: none;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom:unset;}
.stellarnav a.dd-toggle .icon-plus:before{content: '+';width: 40px;border-bottom:unset;}
.stellarnav.mobile > ul > li > a:hover{color: var(--SubColor);transition: 0.3s;}
.stellarnav.mobile > ul > li > a{padding: 7px 43px 10px 10px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 350px;}
.stellarnav.mobile > ul > li > a.dd-toggle{right: 170px;}
.stellarnav li.open > a.dd-toggle .icon-plus{top: 7px;}

/*次分類*/
.stellarnav li a{color: #bfbfbf;padding: 7px 15px;}
.stellarnav li li{border:none;}
.stellarnav li li:hover a {color:#a5a5a5;}

/*RWD*/
@media screen and (max-width: 768px) {
    .stellarnav.mobile.left > ul{right: unset;left: 0;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 300px;}
    .stellarnav.mobile > ul > li > a{overflow: hidden;}
}
@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle{padding: 7px 10px 10px 10px;}
}

/*第三層*/
.stellarnav.mobile li.open{background: var(--MainColor);}

/*選單設定*/
@keyframes up {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.stellarnav .menu-toggle:after{display: none;}
.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: none;
}
.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: none;
}
.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed !important;
    right: 5%;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000000000000000;
    pointer-events: all;
}
.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.stellarnav ul ul,
.stellarnav ul ul ul {
    position: relative;
    width: 100%;
    background: #f1f1f1;
    transition: all 0.3s ease-in-out;
}
.stellarnav.desktop.active::before {
    content: "";
    width: 100%;
    height: 101%;
    background-color: #ffffffad;
    border-radius: 0;
    backdrop-filter: blur(5px);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.stellarnav.desktop::before {
    content: "";
    position: fixed;
    width: 0%;
    height: 101%;
    top: 0%;
    left: 0%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(0%, 0%);
    transition: 1s;
}
.header_area.sticky .stellarnav.desktop::before,
.header_area.sticky .stellarnav.desktop.active {height: 0;}

/* 漢堡 */
.stellarnav .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #ccc;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}
body.pageIndex .stellarnav .menu-toggle span.bars span { background: #ccc;}
.stellarnav.left.desktop.active .menu-toggle span.bars span { background: #333;}
.stellarnav .menu-toggle:active span.bars span:nth-child(1) {
    left: -10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.stellarnav .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;
}
.stellarnav .menu-toggle:active span.bars span:nth-child(3) {
    left: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* 漢堡關 */
.stellarnav.active .menu-toggle span.bars span:nth-child(1) {left: 0;transform: rotate(45deg);transition: all 1s;}
.stellarnav.active .menu-toggle span.bars span:nth-child(2) {opacity: 0;transition: all 1s;}
.stellarnav.active .menu-toggle span.bars span:nth-child(3) {transform: rotate(315deg);left: 0;top: -16px;transition: all 1s;}
.stellarnav.active .menu-toggle:hover span.bars span:nth-child(1) {transform: rotate(-45deg); transition: all 1s;}
.stellarnav.active .menu-toggle:hover span.bars span:nth-child(3) {transform: rotate(225deg); transition: all 1s;}

/* 未開啟 */
.stellarnav>ul {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    padding: 125px 30px 66px 15px;
    z-index: 99;
    display: flex !important;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: perspective(960px) rotateY(-90deg);
    transform: perspective(960px) rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.stellarnav {
    position: fixed;
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transition: 1s;
}
.stellarnav::before {
    content: "";
    position: fixed;
    width: 0%;
    height: 101%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%, -50%);
    transition: 1s;
}
.stellarnav>ul:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    top: 0;
    left: 0;
    -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: perspective(960px) rotateY(-90deg);
    transform: perspective(960px) rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #000000b3;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(10px);
    opacity: 0;
}

/* 開啟 */
.stellarnav.active>ul:after {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(960px) rotateY(0deg);
    transform: perspective(960px) rotateY(0deg);
    z-index: -1;
}
.stellarnav.active>ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(960px) rotateY(0deg);
    transform: perspective(960px) rotateY(0deg);
}
.stellarnav.active {
    width: 100%;
    height: 100%;
    transition: 1s;
    position: relative;
}

/* 裝飾 */
header.header_area .stellarnav>ul>li:after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: #ccc;
    opacity: 0.2;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
header.header_area .stellarnav>ul>li:hover:after {width: 100%;}


/* 手機板rwd8清除 */
.stellarnav.mobile.left>ul {
    left: auto;
    border: none;
    padding-top: 80px;
}
.stellarnav.mobile ul { background: transparent}
.stellarnav.mobile.left .close-menu { display: none;}
.stellarnav.mobile>ul>li,
.stellarnav.mobile li a { border: none;}
.stellarnav.mobile li.open {background: transparent;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { bottom: -800px; }

/*RWD*/
@media screen and (max-width: 768px) {
    body.pageIndex .stellarnav.active .menu-toggle span.bars span,
    .stellarnav.active .menu-toggle span.bars span {background: #ccc;}
    body.pageIndex .stellarnav .menu-toggle span.bars span,
    .stellarnav .menu-toggle span.bars span {background: #ccc; }
    .stellarnav.mobile.left>ul { max-width: 50%;}
    .stellarnav>ul:after {max-width: 100%;}
    .header_area .stellarnav .menu-toggle {right: auto;left: 5%;}
    .navigation {justify-content: flex-start;}
    .stellarnav.active .menu-toggle span.bars span:nth-child(3){top: 0px;}
    .stellarnav.active .menu-toggle span.bars span:nth-child(1){top: 16px;}
}

@media screen and (max-width: 476px) {
    .stellarnav.mobile.left>ul { max-width: 100%;}
}

/*LOGO---------------------*/
.nav-header{max-width: 250px;}

/*RWD*/
@media screen and (max-width: 600px) {
    .nav-header{max-width: 220px;top: 3px;position: relative;}
}

/*大圖影片-----------------*/
.flex-video video{background-color: #000;}
.flex-video{background-color: #000;}

/*浮動按鈕-----------------*/
.linksBtn{background-color: var(--SubColor2);}
.info_fix:hover>.linksBtn{background-color: #c13a1e;}
a.info_fix_default.info_fix_mail{display: none;}
.info_fix_links a{background: var(--SubColor3);}
.info_fix_links a:hover{background: var(--SubColor4);}

/*BANNER-------------------*/
.banner.banB{display: none;}
.banner.banE{display: none;}
.banner.banblog{display: none;}
.banner.banF{display: none;}
.banner.banC{display: none;}

/*文章管理------------*/
h5.blog_le_t{color: var(--SubColor2);}
.accordion li .link a{color: #ffffff;}
h5.blog_le_t, h4.blog_category_title {font-size: 25px;margin-bottom: 10px;}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {content: 'READ MORE >';display: block; background: transparent;color: #fff;letter-spacing: 1px; opacity: 1;left: 0;position: relative;padding: 0 22px 0 0;font-size: 12px;line-height: 12px;}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; color: #999999;}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {margin: 0 auto; display: grid;grid-gap: 20px;grid-template-columns: 1fr 1fr 1fr 1fr;}
body.blog_page .clearfix:before, body.blog_page .clearfix:after { display: none; }
.subbox_item {background-color: transparent;overflow: hidden;position: relative;width: 100%;border-bottom: none;}
.subbox_item a {display: flex;flex-wrap: wrap;flex-direction: column;}
.subbox_item:hover img {transform: translate(-50%, -50%) scale(1.2);object-fit: cover;width: 100%;transition: all 0.4s ease;}
.blog_list_le img {display: block;max-width: 100%;min-width: 100%;object-fit: cover; position: absolute;left: 50%;top: 50%;transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);transform: translate(-50%, -50%) scale(1);}
.blog_list_le { display: block;position: relative;text-align: center;height: auto;aspect-ratio: 9 / 9;overflow: hidden;padding-bottom: 0;width: 100%;}
.subbox_item a:after { display: none; }
.blog_list_ri { width: 100%;padding: 15px 0;}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 { position: relative;margin: 0px 0 0;font-size: 18px;letter-spacing: 0.035em;color: #ffffff;}
.blog_list_ri p {color: #999999; margin: 15px 0 0;font-size: 14px;line-height: 1.9;letter-spacing: 0.035em;width: 100%;padding: 0;margin: 10px 0;}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;background: var(--SubColor2)!important;transition: 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: var(--SubColor)!important;transition: 0.3s;}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.subbox_item a{grid-gap: 0px;}

/*第二層*/
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i{color: #fff;}
.articel_mainPic img{display: none;}
.news_related{display: none;}
.blog_shareData{justify-content: flex-end;}
h4.blog_category_title{color: #ffffff;}
.edit{color: #fff;}
.blog_back a.article_btn_back { background: var(--SubColor); }
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: var(--SubColor2);color: #fff;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: var(--SubColor3);transition: 0.3s;}

/*RWD*/
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 30px;grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix { margin: 0 auto;display: grid;grid-gap: 10px;grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 500px) {
    .articel_mainPic img{max-width: 100%;}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {grid-template-columns: 1fr;}
}

/*購物車--------------*/
.prod_related h6 span:before {color: #fff;letter-spacing: 0.1em;}
.products-list .name {height: auto; margin: 0;text-align: center;padding: 10px 0;color: #fff;font-size: 16px;}
.products-list .pic:hover img{object-fit: cover;width: 100%;transition: all 0.4s ease;transform: scale(1.2);}
.products-list .pic img{transition: all 0.4s ease;transform:scale(1);object-fit: cover;}
.products-list .more{border: 1px solid var(--SubColor);color: var(--SubColor);}
.products-list .price{margin:0;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--MainColor);}
.nextaction { background-color: var(--MainColor);}
.lastaction { background-color: var(--MainColor);}
ul.prod li h3.prod-thumb {background: #BFB9AA;color: #fff;text-align: center;padding: 5px;}
ul.prod li .prod-panel { font-size: 14px; line-height: 23px; }
.related_list li a {display: block;padding: 4px;background: none;}
.products-list .item a:hover .more {  background: var(--SubColor);color: #fff;transition: 0.3s;letter-spacing: 2px;}
.products-list .price b { color: var(--SubColor);font-size: 16px;}
.product-layer-two li.active a {font-weight: bold;border: unset;border-bottom: 1px dotted #ccc;}
.product_page .main_part {width: 100%;	max-width: 1500px;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;margin: auto;padding: 10px 10px;flex-direction: row;justify-content: center;gap: 20px;}
.product_page .products-list {width: calc(100% - 280px);}
.products-list{grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));grid-gap: 10px;}
.product-layer-two {width: 250px;margin: 0;}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {margin: 0;width: 100%;padding: 0 10px;}

/*選單*/
.product-layer-two li i{width: 50px;height: 45px;}
.product-layer-two li a {color: #fff;border: none;background: transparent;transition: all 0.3s;line-height: 200%;transition: all 0.3s;}
.product-layer-two > li > a {border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #ffffff; background: var(--SubColor);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--SubColor); color:#fff;}
.product-layer-two > li > a:before {border-radius: 100%; align-items: center;justify-content: center;display: flex;height: 18px;content: "";color: var(--MainColor);background: #dddddd;width: 18px;
text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: all 0.3s;padding-left: 2px;font-size: 13px;display:none;}
.product-layer-two li ul {position: relative;padding-top: 1px;}
.product-layer-two li li {border: none;background: transparent;}
.product-layer-two li li a{background: transparent;}
.product-layer-two li li:hover a{color: #BFB9AA;background: transparent;}

/**/
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {font-size: 16px;color: #fff;padding: 10px 0 10px 40px;background: #4d4d4d;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #BFB9AA;}
.sidebarBtn{border: 1px #BFB9AA solid;}

/*第二層*/
.prod_related{display: none;}
.pd_tabInner_contain{color: #fff;}
.pd_tabTitle li.activeTab a{color: #ffffff;}


/*RWD*/
@media screen and (max-width: 768px) { 
.product_page .products-list {display: grid; grid-gap: 5px;grid-template-columns: 1fr 1fr;}
.product-layer-two > li > a {display: none;}
.product_page .products-list ,.product-layer-two { width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none;}
.sidebarBtn { order: -1;margin: 0px auto 20px;}
.product_pic { padding-top: 0px;}
body.pageIndex .products-list {padding: 40px 0 20px;}.products-list .item {width: 100%;}
.product-layer-two {display: none;}
#prod_thumbSwiper{margin: 20px 0;}
}
@media screen and (max-width: 500px) { 
.product_page .products-list{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 425px) { 
.product-layer-two {display: none;}
.product_page .show_content {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-around;margin: auto;padding: 10px 10px;flex-direction: column;align-content: center;}
.product_page .products-list { width: 100%;}
}
@media screen and (max-width: 1024px) {
.clearfix:before, .clearfix:after { display: none; }
.products-list .item { width: 100%; }
}
@media screen and (max-width: 768px) {
.product_page .products-list { width: 100%; display: grid;grid-gap: 10px;}
}

/*聯絡我們------------*/
.blank_letter {color: #ffffff;}
.contact_page .contact_content {padding: 0px 10px 80px; position: relative;}
.contact_form li .form__insert{color: #fff;}
.contact_page form.style1 {padding-bottom: 60px;}
.contact_page .main_part { width: 100%;max-width: 1366px;padding: 50px 0px 0px;}
.contact_page h4.blank_letter.i { width: 100%;position: relative;padding-top: 0; padding-left: 0px; letter-spacing: 0px; text-indent: 5px; font-size: 23px;}
.list_before.info li {padding-left: 40px;margin-left: 5px;color: #fff;}
.list_before li { margin: 15px 0;}
.list_before.info li:nth-last-child(1) {padding-left: 40px;}
.list_before.info li:nth-last-child(1) a img {width: 50px; padding: 5px;background: transparent;}
.list_before.info li:nth-last-child(1) a+a { margin-left: 8px;}
.list_before.info li:nth-last-child(1) a:hover { background: #fff;}
.contact_content .information_left { width: 100%;display: flex;flex-wrap: wrap; justify-content: space-between; max-width: 1366px;margin: 0 auto;z-index: 1;position: relative;}
.contact_page h4.blank_letter.f {text-align: center;padding-bottom: 50px;letter-spacing: 5px;text-indent: 5px; font-size: 23px;position: relative;padding-top: 0px;}
.contact_page .note { display: block;text-align: center;}
.contact_page ul.list_before.info {width: 40%;margin-top: 15px;margin-bottom: 30px;}
.contact_le_nomap {width: 60%;margin-top: -50px;}
.contact_content .information_right {width: 100%;max-width: 1366px;margin: 0 auto; display: block; padding: 50px 0px; border:1px solid #e8e8e8;}
.contact_form {max-width: 1200px;margin: 0 auto;padding: 0 15px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_form li.last { text-align: center;}
.contact_form li.last blockquote { color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #fff solid;}
.contact_form li.last cite { background: #666666; margin-left: 10px;}
.contact_form li.last i.fa-solid.fa-arrow-right { transform: rotate(0deg);}
.contact_le_map{display: none;}/*地圖先隱藏*/

/**/
.contact_form li .form__label {display: block;width: 100%;text-align: right;margin-left: 0px;}
.contact_form li {padding-left: 0px; width: 100%;}
.contact_form li .form__label {font-size: 17px;font-weight: 600;margin: 10px 0 5px;color: #fff;}
.contact_page .form__insert:has(input[type="checkbox"]),.contact_page .form__insert:has(input[type="radio"]) {display: flex;gap: 10px;}
.contact_form li:nth-last-child(6) ,.contact_form li:nth-last-child(3) { width: 100%;}
.contact_page .contact_form li:nth-last-child(6) .form__insert:has(input[type="checkbox"]) {grid-template-columns: repeat(auto-fill,minmax(15px, 15px) minmax(300px, 1fr));}
.noborder { padding: 5px;}
.contact_form li input.noborder{background: none;}
.contact_form li textarea.noborder{background: none;}

/*RWD*/
@media screen and (max-width: 768px) {
.contact_page ul.list_before.info { width: 100%;}
.contact_le_nomap { width: 100%;}
.contact_content .information_right { padding: 10px 35px; }
}
@media screen and (max-width: 600px) {
.contact_form li {width:100%;padding-left:0;}
.contact_form li .form__insert {width: 100%;}
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
	text-align:left;
}
}

/*FOOTER--------------*/
.box_link a { display: none; }
.footer {background: #000;overflow: hidden;background-size: cover;padding: 30px 0 0;}
.footer .center { position: relative;max-width: 900px;}
.footer_info {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0px;flex-direction: column;grid-gap: 10px;}
.footer_menu {display: grid;grid-template-columns: 1fr 1fr;gap: 12px 5px;}
.footer_menu a {margin: 0;text-align: left;padding: 0; transition: all 0.3s;border: none;background: transparent;color: #fff;display: block;width: fit-content;}
.footer_menu a:before { content: "·"; }
.footer_menu a:nth-child(1) { display: none; } 
.footer_menu a:hover {background: transparent;color:var(--SubColor2);}
.copy {background: #000;color: #fff;border:none;margin-top: 0px;position: relative;padding: 10px 0;}
.copy a{color: #fff;transition:all 0.3s;}
.footer_info li { padding: 25px; }
.footer_info ul>li:before { font-size: 115%;color: #fff;display: block;margin: 0 0 20px; border-bottom: 1px solid #fff;padding-bottom: 10px;letter-spacing: 0.2em;font-weight: bold;}
.footer_info ul>li:nth-child(1):before { content: "CONTACT"; font-weight: 500;}
.footer_info ul>li:nth-child(2):before { content: "MAIN MENU"; font-weight: 500;}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {color: #fff;letter-spacing: 0.15em;}
.footer_info ul {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));gap: 0 20px; letter-spacing: 0.15em;}
.footer_logo img { width: 100%; }
.footer_logo {display: inline-block;vertical-align: top;width: 250px;margin: 0px;}
#bottom_menu{display: none;}

/*RWD*/
@media screen and (max-width: 768px) { 
    .footer_info li { flex-direction: column;} 
    .footer_info li+li{margin-top: 0px;}
}



