@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain:#F7A8B8/*粉*/;
	--ColorMain2:#BFA2DB /*紫*/;
	--ColorMain3:#81D8D0 /*綠*/;
	
	--ColorSub:#d5c4ad /*米*/;
	--ColorSub2:#78503d/*咖*/;
	--ColorSub3:#626952/*綠*/;
	--ColorSub3:#F6F3EE/*灰*/;
	
	--textColor: #333333; /*文字*/
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub:"Noto Sans TC", sans-serif;
}

#content_main { margin-top: 0; background: #1f1f1f;}
@media screen and (max-width: 1024px){}  
@media screen and (max-width: 768px) {}         
@media screen and (max-width: 450px) {}

/*●●●●●●●●●●●●●●●●●●●●●●●●   浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.info_fix_links{ display:block !important;}/*保持展開*/
.info_fix>span { display: none;}/*隱藏展開鈕*/

.info_fix_links a { opacity: 0.7; background:var(--ColorMain);border: 1px solid #ffc040;}
.info_fix_links a:hover { opacity: 1; background:var(--ColorMain); animation: move2 2s; animation-timing-function: ease-out;}

.info_fix_links a:nth-of-type(even) { opacity: 0.7; background:var(--ColorMain2);}
.info_fix_links a:nth-of-type(even):hover { opacity: 1; background:var(--ColorMain2);}

@keyframes move2{	0%{transform: rotateY(0deg);}	100%{transform:  rotateY(360deg);}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   header   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/******************搜尋購物匯款通知*************************************/
.shop_search_btn{background: #ca0b1a;}
.me_tp_features a{color: var(--ColorMain2);}
.me_tp_features a i { color: var(--ColorMain2);}
.box_search input[type=text] { background: url(../images/search-icon.png) no-repeat 9px center #ffffff99; border-radius: 8px;}
.shop_search_btn {border-radius: 0 8px 8px 0;}

/**************************LOGO*************************************/
.navigation { grid-template-columns: 240px 1fr;}

.nav-header { max-width: fit-content; padding: 25px 0 16px;}
.sticky .nav-header { /*padding: 10px 0;*/}

.nav-brand, .nav-brand img { width: 300px; display: block; transition: all ease 0.3s; display: flex; justify-content: flex-end;}
.sticky .nav-brand, .sticky .nav-brand img { width: 190px;}

.header_area .nav-brand img { /*filter: contrast(0) brightness(100);*/}
.header_area.sticky .nav-brand img {  filter: none;}

/**************************header底色*************************************/
.me_tp_features { margin-top: 2%;}
/*.sticky .stellarnav ul { margin: -0.3% 0 .2%;}*/

.header_area { padding: 0; background: transparent; position: fixed; transition: ease .3s;}
.header_area.sticky { background: #2e10757a;border-bottom: 1px solid #ffff005c;}

.main_header_area { background:linear-gradient(180deg, #221c2d, #21183c47, transparent);}
.main_header_area .container { max-width: 100%; /*padding:0 2%;*/}
/*
.sticky .main_header_area.animated { background-image: url(https://pic03.eapple.com.tw/wangmeen/header_bg01.jpg);
    background-position: center;backgroun-size:cover;background-repeat: no-repeat;  opacity: .9; margin: 20px;border-radius: 20px;}
	*/
/**************************第一層*************************************/	
.stellarnav li.has-sub>a:after { content: none;}
.stellarnav a.dd-toggle .icon-plus {display: none;}

.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px; height: 100%; color: white; display: block; font-weight: 500; margin: 0 10px 0 0;font-weight: bold;
    letter-spacing: 1.5px; transition: all ease 0.3s;}
/*
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {text-shadow: none; color: var(--ColorMain2); font-weight: 800;}*/
.stellarnav>ul>li:last-of-type>a { margin-right: 0;}
/*
.stellarnav>ul>li>a:hover, .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle),
.sticky .stellarnav>ul>li>a:hover, .sticky .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) { font-weight: bold; color: var(--ColorMain);}*/

.stellarnav>ul>li>a:before {content: "♆"; color: var(--ColorMain); font-size: 18px; font-weight: 100; 
  	position: relative; top: -5px;transition: all .5s ease;}
	
.stellarnav>ul>li:nth-of-type(2)>a:before {content: "⛢";}	
.stellarnav>ul>li:nth-of-type(3)>a:before {content: "♥︎";}	
.stellarnav>ul>li:nth-of-type(4)>a:before {content: "☽";}
.stellarnav>ul>li:nth-of-type(5)>a:before {content: "☥";}
.stellarnav>ul>li:nth-of-type(6)>a:before {content: "♣";}
.stellarnav>ul>li:nth-of-type(7)>a:before {content: "♅";}
	
.stellarnav>ul>li:nth-of-type(even)>a:before{color: var(--ColorMain2);}
.stellarnav>ul>li:hover>a:before { top: -10px;}
.stellarnav > ul > li > a{color: var(--textColor);letter-spacing: .2rem;transition: all .5s;font-weight: bold;line-height: 50px;}
.stellarnav > ul > li > a:hover {color:var(--ColorMain2);}
.stellarnav > ul > li > a:hover b { -webkit-transform: translateY(0);}
.stellarnav > ul > li > a b{font-weight: bold;line-height: 20px; height: 20px;top: -15px; position: relative; color: white;}
.stellarnav > ul > li > a b:nth-of-type(2){opacity: 0.8; font-family: Almendra SC;
    font-size: 20px; font-weight: 100; letter-spacing: 0; opacity: .5;}
/*.sticky .stellarnav > ul > li > a b{color: #2a3243}*/

.stellarnav > ul > li.drop-left > ul { display: none !important;}

.swiper-pagination { display: none;}
.swiper-banner .swiper-slide img { width: 100%;}

/*次分類*/
.stellarnav ul ul { background: transparent; animation: navi 0.3s;}
@keyframes navi { 0% { opacity: 0; } 100% {opacity: 1;}}

.stellarnav li li { background: var(--ColorSub); border: none; border-bottom: 1px solid #ffffff7F; margin-bottom: 0; transition: all ease .3s;}
.stellarnav li li:hover { background: var(--ColorSub2);}
.stellarnav li li:last-of-type {  border: none;}
.stellarnav li li a:not(.dd-toggle), .stellarnav li li.has-sub>a:not(.dd-toggle) {
    color: #fff; padding: 10px 20px; font-weight: 500; line-height: initial; height: auto; margin: 0; position: relative;}

.stellarnav>ul>li>ul { left: -25px; bottom: 10px; transform: translateY(100%);}
/*.sticky .stellarnav>ul>li>ul { bottom: auto; transform: none;}*/
.stellarnav.desktop li.bigMenu>ul {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}

.stellarnav.desktop li.bigMenu ul ul { top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li { margin: 0;}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after { border-left: 6px solid transparent;
	border-bottom: unset; border-right: 6px solid transparent; border-top: 6px solid #898989;    right: 5px;}

/*******************************************************************************/
/* === 桌面版主選單設定 === */
.navigation {  display: flex;  align-items: center;  justify-content: center;  position: relative;}

/* LOGO 置中 */
.navigation .nav-header {  position: absolute;  left: 50%;  transform: translateX(-50%);  z-index: 5;}

/* LOGO大小調整 */
.navigation .nav-header img {  /*max-height: 60px;  width: auto;*/}

/* stellarnav 主選單水平排列 */
.navigation .stellarnav ul {
  display: flex;  justify-content: center;    align-items: center;  width: 100%;  max-width: 100%; /* 可依畫面調整 */  position: relative;}

/* 中間留白，避免 LOGO重疊 *//*
.navigation .stellarnav ul::before {
  content: "";
  flex: 0 0 181px; /* 留白區寬度=LOGO寬度，可自行微調 *//*
}*/

/* 選單間距 */
.navigation .stellarnav ul li {  margin: 20px 12px 0;  white-space: nowrap;}

.navigation .stellarnav ul li:nth-of-type(3) {	margin-right: 370px;}
.navigation .stellarnav ul li:nth-of-type(4) {	    right: 20px;}

	
/* 頂部icon區塊維持右上角 */
.me_tp_features {  position: absolute;  right: 20px;  top: 10px;  z-index: 6;}

/* 隱藏h1避免排版錯亂 */
.navigation .nav-header h1 {  display: none;}
@media screen and (max-width: 1024px) {
	
.navigation .stellarnav ul li { margin: 15px 0 0;}		
.navigation .stellarnav ul li:nth-of-type(3) { margin-right: 230px;}
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {font-size: 14px;}	

.me_tp_features {  display: none;}
.nav-brand, .nav-brand img {width: 180px;}
.sticky .nav-brand, .sticky .nav-brand img {width: 180px;}

.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {/* line-height: 20px;*/}
.nav-header, .sticky .nav-header {/*padding: 10px 0 0px;*/}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {/*line-height: 50px;*/}
}

@media screen and (max-width: 768px) {
.nav-header, .sticky .nav-header {padding: 10px 0;}
.nav-brand, .nav-brand img {width: 150px;}
.sticky .nav-brand, .sticky .nav-brand img {width: 150px;}

.pageIndex .stellarnav>ul>li>a, .pageIndex .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;}
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%; padding: 30px 43px 30px 10px; font-weight: 800;}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%;}

.navigation .nav-header { position: static;transform: translateX(0);}

/*menu*/
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 25px;}
.stellarnav .menu-toggle:after {color: white; font-size: 8px;}
.stellarnav .menu-toggle span.bars span {  background: #ffd476;}
/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{padding: 10px; background: transparent;color:#e8ba5d;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #e8ba5d;}
.stellarnav .icon-close { margin-right: 5px;}
	
/*第一層*/
.stellarnav.mobile ul { background: #1b072cbd;backdrop-filter: saturate(93%) blur(10px);	}
.stellarnav.mobile > ul > li { border-bottom: 1px #ffb05b8a solid;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { border-right: 1px #ffb05b8a solid;}
.stellarnav.mobile.left > ul { display: block;}
.navigation .stellarnav ul li { margin: 0 !important; }
.stellarnav > ul > li > a b, .stellarnav>ul>li>a:hover, .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle), .stellarnav>ul>li>a:before { top: 0;font-size: 17px;}
.stellarnav.mobile > ul > li > a { padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;
display: flex; align-items: center; margin-left: 15px;}
.stellarnav.mobile > ul > li > a b{margin: 0 7px;}
.stellarnav.mobile > ul > li > a:hover b, .stellarnav > ul > li > a b:nth-of-type(2){ font-size: 17px;}
.navigation .stellarnav ul li:nth-of-type(4) { right: 0;}
.stellarnav>ul>li:hover>a:before { top: 0; font-size: 30px;}
.navigation .stellarnav ul li { white-space: initial;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { max-width: 320px;}



}
@media screen and (max-width: 570px) {
	
.stellarnav .menu-toggle { padding: 15px 10px;}
.pageIndex .nav-header {}
.pageIndex .nav-brand, .pageIndex .nav-brand img {/* width: 50px;*/}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer { background-image: url(https://pic03.eapple.com.tw/wangmeen/header_bg01.jpg);
    background-size: cover; background-repeat: no-repeat; opacity: 1; padding: 0;}

.footer .center {max-width: 1000px;width: 90%;}

/*LOGO*/
.footer_logo{    margin: auto;display: none;}
/*聯絡資料*/
.footer_info {display: flex; flex-direction: column; grid-gap: 10px;padding: 20px 0 0;}
.footer_info ul{display: flex; flex-direction: column; align-items: center;}

.footer_info li {display: flex; flex-wrap: wrap; justify-content: center;text-align: center; gap: 0 15px;padding: 5px;}
.footer_info li:nth-child(1){}
.footer_info li:nth-child(2){}
.footer_info li+li { margin-top: 0;}

.footer_info li p, .footer_info li p a{ color:var(--textColor); font-size: 13px; letter-spacing: 1px;}

.footer_info li p {display: flex;}
.footer_info li p:after { content: '✦'; color: var(--ColorMain2); font-size: 20px; margin-right: 3px; order: 1;}
.footer_info li p:before {order: 2;}
.footer_info li p a{order: 3;}


/*按鈕*/
.footer_menu a{background: white; color: var(--textColor);font-size: 12px;padding: 6px 8px;position: relative;z-index: 0; margin: 5px 0;width: 130px;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 100%; height: 0; position: absolute; top: 0; left: 0; transition: all .5s; background: #725192;z-index: -1;}
.footer_menu a:hover {background: transparent;}
.footer_menu a:hover:before{bottom: 0; top: auto; height: 100%;transition: all .5s;}

/*copy*/
.copy {padding: 8px 0 10px; margin-top: 5px;background: transparent; border-top: 1px solid #fff;}
.copy, .copy a{color: #512e73;letter-spacing: 0;}

/*#to_top*/
#to_top { border: 1px solid #ffffff33; background: #828282b5; box-shadow: none; border-radius: 0; color: #ffffff;bottom: 90px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*#bottom_menu*/
#bottom_menu{display:none;background: var(--ColorMain2); box-shadow: none;}

#bottom_menu li { border-right: 1px solid #ffffff;}
#bottom_menu li a i { color: white;}
#bottom_menu li a em {color: #878787;}

@media screen and (max-width: 768px) {
	.footer { /*padding: 0 0 55px;*/}
    #to_top { bottom: 66px; }
}




/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide img { height:auto;}

/*共用*/
.bannerindex:before, .bannerindex .swiper-banner:before {
    content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    /*transition-duration: 2s;
    transition-timing-function: linear;*/
    width: 100%;
    background-image: url(https://pic03.eapple.com.tw/wangmeen/cover.png);
    background-size: contain;
    height: 100%;
    background-repeat: repeat-x;
    animation: anime_wave01 120s linear 0s infinite alternate;
    opacity: .6;
}

.bannerindex .swiper-banner:before{ background-image: url(https://pic03.eapple.com.tw/wangmeen/coverf.png);
	background-repeat: no-repeat;opacity: 1;animation-duration: 10s; animation-name: anime_wave02;
}

@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 0;}}
@keyframes anime_wave02 { 
0% { transform: rotateY(0);opacity: 1;}
50% { opacity: 0.5;}
100%{ transform: rotateY(180deg);opacity: 1;}}


/*各別*/
.bannerindex .swiper-slide{position: relative;}
.bannerindex .swiper-slide:before, .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.bannerindex .swiper-slide.swiper-slide-active:before,
.bannerindex .swiper-slide.swiper-slide-active:after {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	top: 0;
    background-size: contain;
    position: absolute;
    z-index: 101;
	
}
.bannerindex .swiper-slide.swiper-slide-active:before{
    background-image: url(https://pic03.eapple.com.tw/wangmeen/BNA1.png);animation: center_pop 5s ease;}
.bannerindex .swiper-slide.swiper-slide-active:after{
    background-image: url(https://pic03.eapple.com.tw/wangmeen/BNA2.png);/*animation: fade_in 5s ease;*/
	animation: fade_in 5s linear 0s infinite alternate;}

@keyframes center_pop {
  0% { opacity: 0; transform: scale(1, 0);}
100% { opacity: 1; transform: scale(1, 1);} 
}

@keyframes fade_in {
 0% { opacity: 0;}
 20% { opacity: 1;}
 80% { opacity: 1;}
 100% { opacity: 0;}
}


/*大圖滑動點*//*
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;}

/*.bannerindex {--swiper-pagination-color: #fff;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 0px 5px; width: 3px; height: 13px;border-radius: 2px;}*/

/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner{background-image: url(https://pic03.eapple.com.tw/wangmeen/BN-----.jpg);
        padding: 5% 5% 0; height: 20vw; justify-content: flex-end;background-size: cover;}
.banner h5 {color: var(--ColorMain2);letter-spacing: 6px;margin-top: 2vw;font-size: 22px;text-align: right;}
.banner h5:before{content: "NEWS"; font-weight: 100;letter-spacing: 0; display: block; font-size: 30px; color: #ffffff;font-family: Almendra SC;}


@media screen and (max-width: 1024px) {
.bannerindex .swiper-slide.swiper-slide-active:after {  top: 10%;}
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
@media screen and (max-width: 600px) {
.bannerindex::after {  left: 40%;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow {border-radius: 20px;background: unset;transition:.3s;position:relative;overflow:hidden;
    color: #fff; background: #e6e6e6;font-size: 14px;height: 40px; line-height: 40px; margin-top: 2%;}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{ font-weight: normal;}
.animated-arrow::after { background: var(--ColorMain); content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:.5s;}
.animated-arrow:hover {	color: #fff;}
.animated-arrow:hover::after {	width:100%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   首頁顯示功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.module_i_news .title_i_box h6
{letter-spacing: 0;font-size: 30px;color: #d5d5d5;font-weight: 100;}

/*中文*/
.module_i_news .title_i_box h4 { font-size: 20px; font-weight: bold;}

/*底色*/
.module_i_news { padding: 5% !important;background-color: #fff;
    background-image: linear-gradient(to right, #f4f1eb 1px, transparent 1px), linear-gradient(to bottom, #f4f1eb 1px, transparent 1px);
    background-size: 20px 20px;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章(最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/

.module_i_news ul { grid-template-columns: 1fr; grid-gap: 5px;}
.i_blog_le {  aspect-ratio: 3 / 2;}
.module_i_news_list{ padding: 0;}
.i_blog_ri h5 { font-weight: bold; font-size: 18px; color: #353535;}
.module_i_news li a {  grid-gap: 25px;}	
	
/*文章首頁*/
.subbox_item a:after, .module_i_news li a:after { background: transparent;border: 1px var(--ColorMain2) solid;}
.subbox_item a:before, .module_i_news li a:before {color: #ffffff; background: var(--ColorMain); padding: 10px;}
.subbox_item a, .module_i_news li a { background: #fff;border: 1px solid #e0e0e0;}
.blog_list_ri, .i_blog_ri {  padding: 15px 0;}


/*內頁*/
.blog_back a.article_btn_back{ background: var(--ColorMain2);}
.lastPage {  background: #adadad; border-radius: 5px;}


@media screen and (max-width: 768px) {
.module_i_news li a {grid-template-columns: 200px 1fr; grid-gap: 15px;}

}
@media screen and (max-width: 425px) {
.module_i_news li a {grid-template-columns: 100px 1fr;}
.i_blog_le { aspect-ratio: 2 / 3;}

}



/*●●●●●●●●●●●●●●●●●●●●●●●●   表單(聯絡我們)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/


.blank_letter:before{content: "FORM";font-family: Sorts Mill Goudy;color: var(--ColorMain2);font-size: 30px;}
.blank_letter { display: flex; font-size: 20px; padding-top: 0; color: #747474; justify-content: center; align-items: flex-end; flex-direction: column;}
.note {margin-top: 5px;}	
.red { color: #ee9518;}
	
.i_contact_box { background: #f3f3f3;padding: 0;
       /* background-image: url(https://pic03.eapple.com.tw/wangmeen/bg_form.jpg); background-repeat: no-repeat;background-size:cover;
background-color: #fff;*/
    background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, 0.02) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, 0.02) 1px, transparent 1px, transparent 20px);
		}
.i_contact_box section { max-width: 800px;}
.contact_content .information_left{display:none;}
.contact_content .information_right { padding: 5%;width: 100%;}

.contact_form li { grid-template-columns: 120px 1fr; grid-gap: 15px;align-items: center;padding: 5px 20px 15px; border-bottom: 1px #d5b2f6 dashed;}

.contact_form li .form__label {display: flex; max-width: 100%; font-weight: bold; flex-direction: row-reverse; justify-content: flex-end;align-items: center;}
.contact_form li:nth-of-type(12) .form__label{color: transparent;}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
   grid-gap: 8px; grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(45%, 1fr));}

.contact_form li.last cite { background: var(--ColorMain2);}
.contact_form li.last blockquote, .contact_form li.last cite { border-radius: 30px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border-radius: 5px;}

.contact_form li.last cite:hover{background: #7b559f;}

@media screen and (max-width: 600px) {
.contact_form li .form__label {   background: transparent; }
.contact_form li {  grid-template-columns: 1fr; grid-gap: 0;}
.contact_form li .form__insert {  grid-gap: 3px 8px;}
.contact_form li:nth-of-type(6) .form__insert, .contact_form li:nth-of-type(10) .form__insert, .contact_form li:nth-of-type(11) .form__insert,
.contact_form li:nth-of-type(12) .form__insert {  margin-left: 8px;}

.contact_form li:nth-of-type(12) .form__label {display: none;}		
}
