@charset "utf-8";


/*全域設定*/
*{font-family: 'Noto sans TC', sans-serif;}
#content{background: #111e37;}

@media screen and (max-width: 768px){
.show_content {padding: 40px 0 20px;}
#bottom_menu{display: none;}
.nav-brand img { margin-top: 0;}
}         
@media screen and (max-width: 600px) {
.main_part {padding: 10px 20px;}
.path p, .path p a{font-size: 12px;}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色*/
::-moz-selection {background-color: #153063; color: #ffffff;}
::selection {background-color: #153063; color: #ffffff;}
/*右側滾輪設定*/
::-webkit-scrollbar { width: 6px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6);}
::-webkit-scrollbar-thumb { background-color:#424242;}
::-webkit-scrollbar-thumb:hover { background:#424242;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝



/*查看更多按鈕*/
.animated-arrow {background: #040101; height: 40px; line-height: 40px; width: 180px;}
.animated-arrow:hover { background: #e19b34;}
.animated-arrow b {display: block;font-weight: 400;}
.animated-arrow b i{display: none;}
/*浮動按鈕*/
.info_fix_links { padding: 0;  align-items: flex-end;}
.info_fix_links {  display: none !important;}
.linksBtn { color: #FFFFFF;  background-color: #050505; display: none;}
.info_fix>span{  display: none;}


/*＝＝＝大圖部分設定   ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*大圖特效*/


#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
    }

/*第一張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url("https://pic03.eapple.com.tw/0956212180/wb01-04.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 33%;
    left: 20%;
    width: 35% !important;
    height: 32% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
	animation: fade-in-elegant 2.5s ease-in-out both;
}

/*第二張大圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url("https://pic03.eapple.com.tw/0956212180/wb01-05.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20%;
    left: 50%;
    width: 35% !important;
    height: 32% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

.swiper-banner .swiper-slide img {
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after { animation: fade-in-elegant  2.5s ease-in-out both;}


  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

  @media screen and (max-width: 600px) { 


    /*RWD大圖*/
  
 /* .bannerindex .swiper-slide img { display:none; }*/
 /*圖片比例*/
/*  .bannerindex .swiper-slide {height: 117vw;  width: 100% !important; }
  .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/0956212180/rwd01.jpg); background-position: top; background-size:cover;}
  .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/0956212180/rwd02.jpg); background-position: top; background-size:cover;}*/
  
 
  }

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;  top: 0;}
#content_main { margin: 0;}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝HEADER區塊   ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.header_area {padding: 0;}
.header_area {background: #153063;}
.header_area.sticky {background: transparent;}
.main_header_area .container {max-width: 1600px;padding: 15px 3%;}
.navigation {display: flex;}
.nav-brand img{display: block;}
.stellarnav .menu-toggle span.bars span { background: #ffffff;}
.stellarnav .menu-toggle:after {  color: #ffffff;}


/*.header_area:before { content: "";  background: #003B83; height: 3px; width: 100%;    position: absolute; left: 0;  bottom: 0; transition: 0.8s;}
.header_area:after { content: ""; background: #E29B1E;  height: 3px;  width: 0%;    position: absolute;  right: 0;  bottom: 0; transition: 0.8s;}

header.header_area.sticky:before {  width: 25%;}
header.header_area.sticky:after {  width: 75%;}*/

/*商品頁面*/
.lastPage {
    background: #0e0e0e;
}
.product_page .main_part {
    
    max-width: 80%;
    padding: 3% 0;
}
.path {
    margin: 0 0 2% 0;
    letter-spacing: 2px;
}
.path p, .path p a {
    color: #ffffff;
}
.product_page .show_content {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product_page .products-list {
    width: calc(100% - 18%);
    padding: 0;
    padding-left: 2%;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.products-list .item {
    width: 100%;
    background: #111e37;
    padding: 2%;
    /*display: inline-block;*/
    vertical-align: top;
    margin: 0 0 14px 0;
}
.products-list .more {display: none;
/*
    width: 30%!important;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
	left: 0;
	transform: translateX(-3px);
	height: 10%;
	background: #af1d2e;*/}
	.products-list .item:hover:after {background: #000;transition: all .5s;color: #fff;
}
	
.products-list .item:after {
   content: "閱讀案例"; 
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffffff;
    color: #183161;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 4px;

}
.products-list .item a>* {
    max-width: 100% !important ;
}
.products-list .name {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 20px;
    height: auto;
    border-bottom: 1px solid #1b1b1b;
    padding: 2% 0 5% 0;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .item a:hover .more {
    background: linear-gradient(to right, #7f7f7f, #5c5c5c, #4a4a4a);
    border: none;
    color: #ffffff;
}


.products-list .item a {
    display: block;
    margin: 0 auto;
    position: relative;
}
.product-layer-two li a {
    position: relative;
    border: 1px #fff solid;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding-left: 25px;
    background: transparent;
    line-height: 200%;
    transition: all 0.3s;
}
.product-layer-two li {
    display: block;
    margin: 0;
    position: relative;
    padding: 0 6px;
}
.product-layer-two li:hover > a, .product-layer-two li.active > a {
    color: #ac1631;
}
.product-layer-two li i {
    width: 62px;
    height: 45px;
	color: #fff;
}
.product_info_page .product-layer-two {
    display: none;
}
@media screen and (max-width: 1200px) {
    .product_menu_list {
        display: block;
        order: -1;
        padding-bottom: 42px;
    }
}


/*購物車/社群icon設定*/
.me_tp_features {position: absolute;top: 5px;right: 0;z-index: 10000;max-width: 300px;}
.me_tp_features .tp_links{display: none;}
.me_tp_features a i {font-size: 14px;color: #888;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #000;background: #ffb700;font-size: 10px;width: 15px;height: 15px;border-radius: 50%;display: block;text-align: center;line-height: 15px;letter-spacing: 0px;position: absolute;right: -4px;bottom: -6px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;}
.box_search input[type=text]::placeholder{color: #ccc;}/*提示文字*/
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{border-radius: 0;background: #888;}/*搜尋按鈕*/
/*下拉區塊*/
.stellarnav > ul > li > a{font-size: 17px; font-weight: 600;}
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {font-size: 13px;padding: 8px 12px;transition: all .5s;}
.stellarnav li.has-sub li a:hover{background: #e19b34;color: #fff;padding-left: 18px;}

.promotion_title {display: none;}
.other_promotion { display: none;}
.page { display: none;}
.nav-brand img { max-width: 68%;}


@media screen and (max-width: 1024px){
.stellarnav > ul > li > a{font-size: 14px;margin: 0 3px;}
}
@media screen and (max-width: 768px){

.me_tp_features {position: relative;max-width: inherit;z-index: 0;}
.box_search{width: 100%;}
.box_search input[type=text] {max-width: inherit;}
.stellarnav.mobile{top: 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
.stellarnav.mobile > ul > li > a { color: #093388;  font-weight: 600; }
.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #777;}
.stellarnav.mobile .close-menu{position: relative;color: #ffffff;}

.stellarnav.mobile .close-menu > *{display: none;}
.stellarnav.mobile .close-menu:before{content: "×";position: absolute;right: 10px;top: 10px;color: #000;font-size: 12px;}
.stellarnav.mobile > ul > li > a b{vertical-align: middle;}
.stellarnav > ul > li > a b:nth-child(2){font-size: 12px;}
/*商品頁面*/
.product_page .show_content {
    padding: 0;
    display: flex;
    justify-content: center;
}
}
@media only screen and (max-width: 570px) {
.stellarnav .menu-toggle {padding: 10px;}
.main_header_area .container { padding: 10px 3%;}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main_header_area .container{padding: 0 3%;}
.nav-header{max-width: 280px;}
.stellarnav > ul > li{padding: 20px 1%;}
.stellarnav > ul > li > a{color: #d0d0d0;}
.stellarnav > ul > li > a:before{content: ""; width: 18px; height: 18px; background: #424242; position: absolute; bottom: 0; left: 1%; transition: all .5s; top: 12px; z-index: -1;opacity: 0;}
.stellarnav > ul > li > a:hover:before{width: 100%;left: auto;right: 0;opacity: 1;}
.stellarnav li.has-sub li a:hover{background: #e19b34;}
.me_tp_features{display: none;}
@media screen and (max-width: 1300px){
.nav-brand img {
    max-width: 100%!important;
}
.navigation {flex-direction: column;}
.nav-header {margin: 8px auto;width: 250px;}
.stellarnav ul{text-align: center;}
.stellarnav > ul > li {padding: 10px .2% 0;}
.nav-brand img { display: block; margin-top: 20px;}

}
@media screen and (max-width: 768px){
.stellarnav.mobile {top: 5px;}
.stellarnav > ul > li {padding: 5px;}
.stellarnav > ul > li > a:before{display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {top: 7px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: #254ea1;}
.stellarnav.mobile .close-menu:before {color: #555;font-size: 18px;}
.main_header_area .container { padding: 15px 3%;}
}
@media screen and (max-width: 450px){
.nav-brand {transform: translateX(10px);}
}    
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*首頁相簿功能*/
.module_i_album { padding:0;}
.module_i_album section {  width: 100%;  max-width: 2000px;  background: #f9f9f9;  padding: 100px 5%;  background-image: url(https://pic03.eapple.com.tw/0956212180/works_bg_01.jpg);  background-size: cover; background-position: center top;}

.module_i_album .title_i_box h4 {
    font-family: "Noto sans TC";
    font-weight: 800;
    font-size: 48px;
    color: #2968b9;
    margin-bottom: 30px;
    line-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}
.module_i_album .title_i_box h4:after {
    content: "WORKS";
    width: 100%;
    font-size: 20px;
    color: #424242;
    letter-spacing: 3px;
    display: block;
}
.module_i_album .i_album_b {  margin-top: 0;}
@media screen and (max-width: 768px){
.module_i_album .title_i_box h4 {font-size: 35px;}
}




/*＝＝＝FOOTER區塊   ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.footer_logo {
    padding: 20px;
	display: inline-block;
    vertical-align: top;
    max-width: 274px;
    margin-left: 31px;
    width: 80%;
	
}
.footer .center {
    max-width: 1650px;
    padding-left: 58px;
}
.footer {
    padding: 84px 0 11px;
	background: #153063;
}

/*LOGO*/
/* .footer_logo { display: inline-block; vertical-align: top; max-width: 280px; margin: 0; width: auto;} */
/* .footer_logo a { background: url(https://pic03.eapple.com.tw/0956212180/f-logo.png); background-size: contain; width: 200px; height: 130px;  background-repeat: no-repeat; text-indent: 101%; overflow: hidden; white-space: nowrap; transition: all 0.3s ease-in-out; display: inline-block;} */

/*footer*/
.box_link {
    display: none;
}
.copy a:hover {color: #E29B1E;}
.footer_menu a:first-child {display: none;}
/*.footer {
    background: #ffffff;
    padding: 31px 0 24px;
	border-top: 1px #E29B1E solid;
}*/

.footer_info section { max-width: 576px; padding-bottom: 9px;}

.footer_info li:nth-child(2) {
    max-width: 574px;
    width: 100%;
}

.footer_info li p.add2:before { content: '營業時間：';}
.footer_info li p:before { color: #fff;font-weight: 700;}
.footer_info li p a { font-weight: 700; color: #fff;}
.footer_info li p { color: #fff;}
.copy a { color: #cdcdcd;}
.footer_menu { display: flex; justify-content: start; flex-flow: wrap;}
.footer_info figure {  max-width: 347px; gap: 18px;}
.footer_info strong {  font-size: 34px;}
.footer_info figure a img { max-width: 76%;}
.footer_info figure a { max-width: 163px;}
.footer_menu a { border: none; margin: 0 7px; background: transparent; letter-spacing: 1pt; transition: .4s; color: #ffffff40; font-weight: 700;}
.footer_menu a:hover {
    background: #E29B1E;
    transition: .4s;
    padding: 5px 10px;
    color: #ffffff;
}
.footer_info h6 {  font-size: 34px;}

/*.box_link a{
    transition: .4s;
}*/

.box_link a:hover {
    color: #E29B1E;
    transition: .4s;
    text-shadow: 2px 2px 3px #0404048c;
}

.copy {
    padding: 30px 0;
    width: 95%;
    margin: 50px auto 0px;
    border-top: 1px #E29B1E solid;
}


@media screen and (max-width: 1440px){
	.footer_info ul {  gap: 35px;}
	.footer_info section { max-width: 487px;}
	}

@media screen and (max-width: 1200px){

/* .footer_info li:nth-child(1) {
    width: 50%;
} */
.copy {
    display: flex;
    justify-content: center;
}

.footer .center {
    padding: 0px 55px;
}


	.footer_info ul {
        flex-flow: wrap;
    }

}

@media screen and (max-width: 980px){

.footer_menu {
    justify-content: flex-start;
}

.box_link {
    top: -10px;
}
.footer_info section {
        max-width: 535px;
    }

.copy {
    border: none;
}

.footer_menu {
    flex-wrap: wrap;
}

.footer_info li:nth-child(1) {
    width: 100%;
    /* padding: 0px 15px; */
}

/* .footer_logo {
    padding: 0px 18px;
    max-width: 100%;
    width: 330px;
} */


.footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
}

.copy {
    margin-top: -10px;
}    

.footer {
    padding: 80px 0 0px;
}

}

@media screen and (max-width: 768px) {

/*.box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
}*/

.footer_info li+li {
    margin-top: 8px;
}
.footer_info figure {
    max-width: 317px;
    gap: 18px;
}

.footer_menu a {
    margin: 7px 7px;
    border: 1pt solid;
    border-radius: 5px;
}
.copy {
    margin-top: 0px;
}

.footer.with_shopping_mode {
    padding: 80px 0 50px;
}

#bottom_menu li {
    background: #333333;
    border: none;
}

#bottom_menu li a i {
    color: #ffffff;
}

#bottom_menu li a em {
    color: #FFF;
}

}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/
.banner { height: 40vw;  max-height: 350px;  background-size: cover;  background-position: center; position: relative;}

.banner.banA {background-image: url(https://pic03.eapple.com.tw/0956212180/banC.jpg);}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/0956212180/banC.jpg);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/0956212180/banC.jpg);}
.banner.banD {background-image: url(https://pic03.eapple.com.tw/0956212180/banC.jpg);}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/0956212180/banC.jpg);}
.banner.banF {background-image: url(https://pic03.eapple.com.tw/0956212180/banC.jpg);}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/0956212180/banC.jpg);}

.banner h5 { width: 40%; position: absolute; left: 30%; height: 30%; padding: 0 10px; display: flex; align-items: center; color: #fff; justify-content: center; font-weight: 600;}
.banner h5:before { content: ""; position: absolute; top: 105px; left: 50%; transform: translateX(-50%); color: #eee; font-size: 20px; width: 380px; letter-spacing: 0em; background-image: url(https://pic03.eapple.com.tw/0956212180/icc.png); background-repeat: no-repeat; background-position: center top; width: 100%;
    height: 9px;}


@media screen and (max-width: 600px) {
.banner { height: 50vw;}
.banner h5 {
    width: 100%;
    position: absolute;
    left: 0%;
    height: 50%;
    padding: 0 10px;
    top: 65%;
    display: flex;
    align-items: center;
    background: rgb(250 250 250);
    font-weight: lighter;
    color: #424242;
    justify-content: center;
    font-weight: 600;
    border-radius: 50px 50px 0 0;
    font-size: 20px;
    padding: 40px;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









/*＝＝＝相簿管理(有分類)   ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*首頁*/
.i_album_list li a p { background: rgb(228 237 247 / 80%) ;    padding: 20px 10px;}

/*主分類*/
.subalbum-menu h2 {font-size: 18px;color: #333;letter-spacing: .2rem;}
.show-list .show_pic {aspect-ratio: 4 / 3;}
.show-list .show_pic img {transform: scale(1);transition: all .5s;}
.show-list .show_name{color: #333;letter-spacing: .2rem;text-align: center;}
.show-list .item{margin-bottom: 30px;}
.show-list .item .overlay {-webkit-transform: scale(1);transform: scale(1);}
.show-list .item:hover .show_name {color: #e19b34;}
.show-list .item:hover .show_pic img {transform: scale(1.05);}
.other_subalbum li a p {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: transparent;
transition: all .5s;}
.other_subalbum li:hover a p{color: #fff;} 
.other_album_choice li {background: #e19b34;padding: 5px 20px;border-radius: 0;font-size: 13px;}
@media screen and (max-width: 768px){
/*次分類*/
.subalbum-menu{margin: 0;}
.other_subalbum li a p {color: #fff;font-size: 14px;width: 100%;text-align: center;}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*＝＝＝聯絡我們(表單功能)   ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*標題*/
.blank_letter {color: #333;font-size: 25px;font-weight: 800;letter-spacing:0;padding-top: 0;}
/*左側資訊*/
.contact_content .information_left{margin-bottom: 80px;}
.list_before.info li {border-bottom: 1px solid #eee;padding: 5px 5px 10px 70px;word-break: break-word;  line-height: 120%;}
.list_before.info li:before{font-weight: 400;letter-spacing: .4rem;width: 60px;}
/*表格設定*/
.contact_content .information_right {width: calc(100% - 305px);padding-left: 50px;}
button, input, optgroup, select, textarea{outline: none;}
.contact_form li {margin-bottom: 8px;}
.contact_form li input.noborder,.contact_form li textarea.noborder {border: none;background: #fafafa;}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px solid #888;}
.contact_form li.last blockquote{color: #888;}
.contact_form li.last cite {background: #888;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 4px;}
.noborder {padding: 10px;border-radius: 6px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(200px, 1fr));line-height: 1.8;}
.form select{width: 100%;border: 1px solid #eee;padding: 6px 26px 6px 6px;}

@media screen and (max-width: 768px) {
/*左側資訊*/
.list_before.info li,.list_before.info li:before{font-size: 12px;}
.product_page .products-list {
    width: 100%;
    padding: 0;
    padding-left: 0%;
    display: grid
;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
/*表單設定*/
.contact_form li {grid-gap: 5px;}
.form select{margin: 0;}
.contact_form li.last blockquote, .contact_form li.last cite{padding: 0;}
.contact_form li.last input{font-size: 12px;}
}
@media screen and (max-width: 600px){
.contact_form {margin-top: 20px;}
.contact_form li {margin-bottom: 10px;}
.contact_form li .form__label {font-weight: 500;background: transparent;padding: 0;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{font-size: 12px;}
.form select{font-size: 12px;}
.list_before.info li {padding: 5px 5px 5px 70px;}
.blank_letter {font-size: 16px;font-weight: 600;}
.noborder {padding: 5px;}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*表格區塊*/
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(160px, 1fr));}
.contact_form li.last cite {background: #040101;}
.contact_form li input.noborder, .contact_form li textarea.noborder {background: #fff;}
/*標題*/
.blank_letter{color: #040101;}
@media screen and (max-width: 768px){
.contact_content .information_right {width: 100%;padding-left: 10px;}
}
@media screen and (max-width: 600px){
.blank_letter{font-weight: 500;}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






