@charset "utf-8";
/*泰揚搬家*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


:root{
    --MainColor:#00509d;
}

body {font-family: 'Noto Sans TC', sans-serif;letter-spacing: 1px;}

/*錨點滾動*/
html { scroll-behavior: smooth; }
::-webkit-scrollbar {width: 4px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);border-radius: 50px;}

/*大圖================================*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*大圖點點-------------------------------------*/
.swiper-pagination-bullet {width: 100px;height: 3px;border-radius: 0%;background: #fdfdfd;}

/*大圖效果*/
.pageIndex .swiper-slide:before { content: "";position: absolute;z-index: 999;pointer-events:none;background-size: contain;background-repeat: no-repeat;}
.pageIndex .swiper-slide:nth-child(1):before {width:100%;background-image: url(https://pic03.eapple.com.tw/sunmovehome/大圖-01_words.png);aspect-ratio: 1/1;height: auto;top: 0;right: 0;}
.pageIndex .swiper-slide:nth-child(2):before {width:100%;background-image: url(https://pic03.eapple.com.tw/sunmovehome/大圖-02_words.png);aspect-ratio: 1/1;height: auto;top: 0;left: 0;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {animation: fade 1.5s linear 0.5s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before{animation: fade 1.5s linear 0.5s both;}
    
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .pageIndex .swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

/*側邊按鈕=============================*/
.linksBtn{background-color: #222;}
.info_fix:hover>.linksBtn{background: var(--MainColor);}
a.info_fix_default.info_fix_line{order:-1;}
a.info_fix_default.info_fix_fb{order: 3;}
a.info_fix_default.info_fix_ig{order:4;}

/*第二層*/
a.info_fix_default.info_fix_mail{display: none;}
.info_fix_links a{background: var(--MainColor);}
.info_fix_links a:hover{background-color:#222;}

/*header=============================*/
.me_tp_features{display: none;}
.header_area{padding: 5px;}
.header_area{background: #ffffff;box-shadow: 0 0 6px rgb(0 0 0 / 60%);padding:10px;}
.header_area.sticky{ background: #ffffff;box-shadow: 0 0 6px rgb(0 0 0 / 60%);}
.pageIndex .header_area{background: #ffffff00;position: fixed;box-shadow:unset;}
.pageIndex .header_area.sticky{ background: #ffffff;box-shadow: 0 0 6px rgb(0 0 0 / 60%);transition:all 0.3s ease-in-out;}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area{position: sticky;box-shadow: 0 0 6px rgb(0 0 0 / 60%);background: #fff;}
}

/*選單*/
.navigation{display: flex;align-items: center;}
.tp_links{display: none;}
.stellarnav li.has-sub > a:after{content:none;}
.stellarnav > ul > li:before , .stellarnav > ul > li:after {content: "";position: absolute; width: 7px;height: 7px; background: var(--SubColor);top: 0;border-radius: 0;transform: translateX(-50%);opacity:0;transition:all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a {color: var(--MainColor);}
.stellarnav > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0%) scale(1, 0);
    left: 50%;
    top: 40px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: var(--MainColor);
    transition: .5s ease;
}
.stellarnav > ul > li:hover:before {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}
.stellarnav li.has-sub > a:after {
    content: '+';
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

@media screen and (max-width:1024px) {
    .stellarnav {top: 5px;}
    .stellarnav > ul > li:before{top: 48px;}
}

/*選單最大寬度*/
.main_header_area .container{max-width: 100%;width: 80%;}


@media screen and (max-width: 768px) {
    .stellarnav > ul > li:before , .stellarnav > ul > li:after{display: none;}
    .main_header_area .container{width: 100%;}
}

/*第二層*/
.stellarnav li li.has-sub > a:after{border-bottom:none;border-left:none;border-top:none;right: 10px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff; padding-left:14px;background-color: var(--MainColor);transition: 0.3s;font-weight: bold;}
.stellarnav li li.has-sub > a{padding: 10px;font-size: 15px;}
.stellarnav li li a{font-size: 15px;}

/*選單最大寬度*/
.main_header_area .container {max-width: 100%;width:75%;transition: .3s;}
.sticky .main_header_area .container {max-width: 100%;width:85%;transition: .3s;}

@media screen and (max-width: 768px) {
    .main_header_area .container {width:85%;}
}

/*LOGO================================*/
.nav-header{max-width: 100px;}

/*banner==============================*/
.banner.banB{display: none;}
.banner.banblog h5:before{
    content: 'ARTICAL';
    display: block;
    font-family: 'Darker Grotesque';
    font-size: 25px;
}
.banner.banA h5:before {
    content: 'NEWS';
    display: block;
    font-family: 'Darker Grotesque';
    font-size: 25px;
}
.banner.banE h5:before {
    content: 'ALBUM';
    display: block;
    font-family: 'Darker Grotesque';
    font-size: 25px;
}
.banner.banC h5:before{
    content: 'LOCATION';
    display: block;
    font-family: 'Darker Grotesque';
    font-size: 25px;
}
.banner h5:after{
    content: '';
    width: 1px;
    display: block;
    left: 50%;
    position: absolute;
    height: 140px;
    background: #fff;
    margin-top: 20px;
}
.banner{
    background-image:url(https://pic03.eapple.com.tw/sunmovehome/banner.png);
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.banner h5 {
    font-weight: 100;
    color: #fff;
    text-shadow: 0 0 black;
}

/*首頁促銷方案=========================*/
.news_part .title_i_box h4:before{
    content: 'NEWS';
    width: 100%;
    font-size: 50px;
    display: block;
    position: relative;
    text-align: center;
    color: var(--MainColor);
    font-weight: bold;
    font-family: 'Darker Grotesque', sans-serif;
}
.news_part .title_i_box h4{
    font-size: 20px;
    font-weight: normal;
    color: var(--MainColor);
}
.news_list ul li a:hover{background: #ddd;}

/*首頁文章=============================*/
.module_i_news .title_i_box{margin-bottom: 10px;}
.module_i_news{background:var(--SubColor2);padding: 50px 0px;opacity: 1;}
.module_i_news ul{display: flex;gap: 10px;justify-content: space-around;}
.module_i_news ul{display: flex;gap: 10px;justify-content: space-around;}
.module_i_news ul li{flex: 1;}
.module_i_news_list, .module_i_news_list.swiper{padding: 30px 0;}
.module_i_news .title_i_box h6{font-size: 40px;color: var(--MainColor);font-family: 'Darker Grotesque', sans-serif;}
.module_i_news .title_i_box h4{font-size: 20px;font-weight: normal;color: var(--MainColor);}
.module_i_news .title_i_box h4:before{content: 'KNOWLEDGE';width: 100%;font-size: 50px;display: block;position: relative;text-align: center;color: var(--MainColor);
    font-weight:bold;font-family: 'Darker Grotesque', sans-serif;}
.i_blog_ri{width: 100%;}
.i_blog_le{width: 100%;}
.module_i_news li a:before{content: 'READ MORE';text-align: center; background: transparent; font-size: 16px; font-weight: bolder;letter-spacing: 1px; 
    color: var(--SubColor); padding: 8px 5px; top: 50%;left: 50%;width: 150px;height: 40px;transform: translate(-50%, -50%) scale(0, 0);font-family: 'Darker Grotesque', sans-serif;}
.module_i_news li a:hover:before{opacity: 1;width: 100%;transform: translate(-50%, -50%) scale(1.1);transition: all 500ms;}
.module_i_news li a:after{content: '';background: rgb(255 255 255 / 86%); border: 1px #fff solid;width: 0;}
.module_i_news li a:hover:after{opacity: 1;width: 100%;}
.module_i_news li{border-bottom: none;}
.animated-arrow{background: transparent;color: var(--MainColor);border: 1px solid var(--MainColor);}
.module_i_news li a{display: flex;flex-direction: column;}

@media screen and (max-width:768px) {
    .module_i_news ul{gap: 10px;padding: 20px;}
    .animated-arrow{margin-bottom: 30px;}
}
@media screen and (max-width:600px) {
    .module_i_news ul{display: grid;grid-template-columns: 1fr 1fr;gap: 5px;}
    .module_i_news .title_i_box{margin-top: 30px;}
}
@media screen and (max-width:320px) {
    .module_i_news ul{display: block;}
}

/*文章管理=============================*/
.blog_le{position: sticky;display: inline-block;top: 120px;}
h5.blog_le_t, h4.blog_category_title {font-size: 25px;margin-bottom: 10px;}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {content: 'READ MORE >';display: block;background: transparent;color: #000;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_back a.article_btn_back { background: #444; }
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: var(--MainColor);color: #fff;transition: all 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: #444;color: #FFF;}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 15px;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;grid-gap: 5px;}
.subbox_item:hover img {transform: translate(-50%, -50%) scale(1.05);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%; }
.blog_list_ri h5 {position: relative;margin: 10px 0 0;font-size: 18px;letter-spacing: 0.035em;}
.blog_list_ri p {color: #595959;margin: 15px 0 0;font-size: 14px;letter-spacing: 0.035em;width: 100%;padding: 0;margin: 10px 0;padding-top: 8px;}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {color: #fff !important;background: var(--SubColor);transition: 0.3s;}

@media screen and (max-width: 1494px) {
    .blog_subbox{grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 30px;grid-template-columns: 1fr 1fr 1fr;}
    .blog_subbox{grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {margin: 0 auto;display: grid;grid-gap: 10px;grid-template-columns: 1fr 1fr;}
    .blog_le{position: relative;top: 0px;}
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {grid-template-columns: 1fr;}
}
/*文章分類ARTICLE*/
h5.blog_le_t em {font-size: 20px;letter-spacing: 0.1em;}
h5.blog_le_t span { font-size: 20px; }

/*第二層*/
.blog_shareData{justify-content: flex-end;}
.articel_mainPic img{max-width: 50%;}
.news_related{display: none;}

/*相簿================================*/
.show-list{
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 15px;
}
.show-list .item:hover .show_name{color:var(--MainColor);}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {
    text-align: center;
    font-weight: normal;
}
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { height:auto; padding:0;}
.other_subalbum li p {margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}
.subalbum-menu{padding: 0px;}
.subalbum-menu h2{color: var(--MainColor);}
.other_album_choice li{background-color: var(--MainColor);}

/*第二層*/
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { 
    height:auto; 
    padding:0;
}

@media (max-width: 1440px){
    .album_info_page .pic-list{ 
        -moz-column-count:3; 
        -webkit-column-count:3;  
        column-count:3;
}
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/**/
.other_subalbum li p {    margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}

/*RWD*/
@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
    }
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*聯絡我們============================*/
body.contact_page .main_part {max-width: 100%;margin: auto;width:60%;}
.contact_content {padding: 0;}
.contact_content .information_left {display: initial;}
.information_left.fadeInLeft.animated15.clearfix {margin: 0;padding: 0;}
.list_before.info iframe {width: 100%;height: 50%;}

@media screen and (max-width: 1200px) {
    .list_before.info {width: 100%;}
}
@media screen and (max-width:768px) {
    body.contact_page .main_part {width:85%;}
    .contact_form li.last{margin-bottom: 50px;justify-content: center;}
}

.list_before {margin-top: 0px;}
.contact_content .information_right {width: 100%;padding-left: 0px;}
.blank_letter {text-align: center;padding: 3% 1% 1% 1%;color: #595656;font-weight: normal;font-size: 1.2rem;letter-spacing: 2px;border-bottom: 1px solid;}
.list_before.info li:last-child {padding-left: 41px;margin-top: 5px;}
.list_before.info li:first-child {margin-top: 15px;}
.list_before.info {max-width: 100%;}
.contact_form li .form__label { padding-right: 5px;width: 115px; }
.contact_le_map { display: none; }
.list_before { margin-bottom: 15px; }
.line_id::before{content:"Line ID";}
.list_before.info li, .list_before.info li:last-child {padding-left: 55px;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before{width: 50px;}
.contact_form li.last cite{background: var(--MainColor);}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px var(--MainColor) solid;}
.contact_form li.last{text-align: center;margin-top: 50px;}
.contact_form li:has(input[type=radio]) .form__insert {display: flex;gap: 5px;}

/* 上下顛倒 */
.contact_content form.style1 {display: flex;flex-wrap: wrap-reverse;}
.information_left.fadeInLeft.animated15.clearfix {width: 100%;}

@media screen and (max-width:600px) {
    .contact_form li .form__label{width:100%;}
}

/*FOOTER==============================*/
.box_link a { display: none; }
.footer {
	padding: 20px 0 0;
	box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
    background-color: #fff;
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
    grid-gap: 0px;
}
.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: #434343;
    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(--MainColor);
}
.copy {
	background: var(--MainColor);
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #fff;
	transition:all 0.3s;
}
.footer_info li { 
    padding: 15px; 
    display: flex;
    flex-direction: column;
}
.footer_info ul>li:before {
    font-size: 115%;
    color: #434343;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px dotted var(--MainColor);
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT"; }
.footer_info ul>li:nth-child(2):before { content: "網站地圖 MAIN MENU"; }
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #434343;
	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: 150px;
    margin-bottom: 10px;
}

/*RWD*/
@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}
.footer_info li+li{margin-top:0;}
.footer{bottom: 54px;}
}

/*手機版選單==============================*/
.stellarnav .menu-toggle:after{display: none;}
.stellarnav .menu-toggle span.bars span{width: 30px;border-radius: 0px;}
.stellarnav .menu-toggle{padding: 30px 0;}

@media screen and (max-width: 768px) { 
    .stellarnav .menu-toggle span.bars span{position: relative;top: 5px;background: var(--MainColor);}
}

/*第二層*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: var(--MainColor);color: #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}
.stellarnav.mobile.left > 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; 
    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;
}

