@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {background: #7d7d7d;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;}
.pageIndex .main_header_area {
    background: linear-gradient(180deg, #f0f0f0e8, #f0f0f000);
    height: 150px;
    transition: all 0.5s;}
.main_header_area {background: #f0f0f0;}
.main_header_area .container {width: 90%;}
.header_area.sticky .pageIndex .main_header_area {
    background: #f0f0f0c4;
    transition: all 0.5s;}
.pageIndex .header_area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #f0f0f0e8;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 0%;
    transition: all 0.5s;}
.pageIndex .header_area.sticky:before {
    height: 55%;
    transition: all 0.5s;}
.me_tp_features {display: none;}
.navigation {padding: 0px 0 0px 100px;}
/*LOGO*/
.nav-brand {width: 90px;padding: 8px 0 0;transition: all 0.3s;}
.header_area.sticky .nav-brand {width: 60px;transition: all 0.3s;}

/*選單*/
.stellarnav > ul > li > a {
    padding: 60px 20px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #444;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 0;
    height: 0;
    margin: 0;
    transition: all 0.3s;}
.header_area.sticky .stellarnav > ul > li > a {padding: 40px 20px;}
.stellarnav > ul > li > a:hover {color: #000000; transition: all 0.3s;}

/*下拉*/
.stellarnav ul ul {min-width: 250px; transform: translateX(-50%); left: 50%; background:#f5f5f5;}
.stellarnav ul ul ul {transform: translateX(-50px);left: 250px;background: #828383;}
.stellarnav > ul > li.drop-left > ul { right: unset;}
/*下拉選單*/
.stellarnav li li {border: unset;margin-bottom: 0;}
.stellarnav li li a {text-align: center; padding: 10px;color: #000000;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav li li a:hover {color: #000000;background: #CDCDCD;}

@media screen and (max-width: 1024px) {
.navigation {padding: 0;}
.pageIndex .main_header_area {height: auto;}
.main_header_area, .header_area.sticky .main_header_area {height: 175px;background: #f0f0f0e8;}
.pageIndex .header_area::before {display: none;}
.nav-header {padding-top: 10px;}
.nav-brand, .header_area.sticky .nav-brand {width: 80px;}
.pageIndex .header_area {position: relative;}
.stellarnav > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 25px 20px;}
}

@media screen and (max-width: 768px) {
.main_header_area .container {width: 100%;}
.main_header_area, .header_area.sticky .main_header_area {height: 100%;}
.nav-header {    padding-top: 5px;}
.nav-brand, .header_area.sticky .nav-brand {width: 60px;}
.stellarnav.mobile {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0 15px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: #ddd;}
.stellarnav .menu-toggle span.bars span {
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: #000000;
    margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {
    font-size: 10px;
    color: #000000;
    transform: unset;
    letter-spacing: 1px;
    margin-top: 10px;}
.stellarnav.mobile.left > ul {background: #f0f0f0;padding: 0;}
.stellarnav.mobile > ul > li {border-bottom: 1px #fff solid;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 18px 40px;color: #000000;}
.stellarnav > ul > li > a:before, .stellarnav > ul > li:hover > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;top: 6px;}
.stellarnav.mobile li.open {background:#B4B5B5;padding: 0;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #000000;}
.stellarnav.mobile ul ul{background: #B4B5B5;}
.stellarnav li li {border: unset;}
.stellarnav li li a {padding: 15px 5px;}
.stellarnav .icon-close {    margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #000000;
    letter-spacing: 2px; 
    background: unset;
    border-bottom: 1px #fff solid;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #000000;}
}

@media screen and (max-width: 500px) {
.nav-header {padding-top: 10px;}
.nav-brand, .header_area.sticky .nav-brand {width: 55px;}
.stellarnav .menu-toggle {padding: 15px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖
.swiper-container-fade .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw//大圖-03.svg);
    width: 400px;
    height: 770px;
    top: 45%;
    left: 85%;
    max-width: 15vw;
    max-height: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);}

.swiper-container-fade .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw//大圖-03.svg);
    width: 400px;
    height: 770px;
    top: 33%;
    left: 53%;
    max-width: 15vw;
    max-height: 30vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);}

/*內頁背景
body:after{
    content:"";
    position:fixed; 
    top:0;
    height:100vh;
    left:0;
    right:0;
    z-index:-1;
    background: url(https://pic03.eapple.com.tw//bg-01.jpg) center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
*/
#content_main {background: #fff0;}
#content { min-height: 100vh;}

/*內頁BANNER 設定*/
.banner {
    position: relative;
    height: 600px;
    padding: 0;}
.banner:after {}
.banner h5 {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 21%;
    bottom: 5%;
    color: #fff;
    filter: drop-shadow(0px 0px 10px black);}
.banner h5:before {}

.services_page .banner.banB {display: none;}
.other_page .banner.banB {}
.banner.banC {
    background: url(https://pic03.eapple.com.tw/oyallydesign/banner_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.banner.banE {
    background: url(https://pic03.eapple.com.tw/oyallydesign/banner_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
.banner {height: 550px;}
.banner.banE, .banner.banC  {
    background-size: cover;
    background-attachment: unset;
    background-position: top;}
.banner h5 {left: 50%;}
}
@media screen and (max-width: 768px) {
.banner {height: 300px;}
.banner h5 {font-size: 28px;}
}
@media screen and (max-width: 450px) {
.banner {height: 170px;}
.banner h5 {font-size: 25px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {background: #F5F5F5;}
.footer .center {padding: 0 0 15px 0;}
.footer_info {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;}
.footer_info ul {display: flex;width: 85%;}
.footer_info li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;}
.footer_info li p {
    line-height: 220%;
    letter-spacing: 2px;
    font-size: 14px;}
.footer_info li p, .footer_info li p a {color: #000;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {width: 95px;}
.footer_logo img {width: 100%;}

/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    background: unset;
    margin: 0 5px 0px 0;
    padding: 6px 10px 5px;
    color: #828383;
    border: unset;
    border-radius: 5px;
    transition: all 0.3s;}
.footer_menu a:hover {
    background: unset;
    color: #828383;
    opacity: 0.5;
    transition: all 0.3s;}

.double_key {    width: 100%;}
.copy {
    padding: 15px 0;
    letter-spacing: 1px;
    border-top: unset;
    background: #B4B5B5;
    color: #ffffff;}
.copy a {color: #ffffff;}

#to_top {
    bottom: 100px;
    right: 10px;
    left: unset;
    width: 45px;
    height: 45px;
    padding-top: 8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #B4B5B5;
    box-shadow: unset;
    border-radius: 5px;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {
    height: 12px;
    background: #fff;
    width: 2px;}

@media screen and (max-width: 1024px) {
.footer_info ul {width: 80%;}
}

@media screen and (max-width: 768px) {
.footer_info {justify-content: space-evenly;}
.footer_info ul {flex-direction: column;width: auto;}
.footer_info li p {font-size: 13px;}
.footer_menu a {
    padding: 0px 25px 0px 0;
    margin: 0;
    text-align: left;}
}
@media screen and (max-width: 600px) {
#to_top {width: 40px;border-radius: 10px;}
}
@media screen and (max-width: 400px) {
.footer_logo {width: 80px;margin-bottom: 0;}
.footer_info li {padding: 15px 20px;text-align: center;}
.footer_menu a {margin: 10px 0;padding: 0px 10px 0px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相簿*/
.album_page .main_part {padding:50px 0;}
.album_page .show_content {width: 100%;margin: auto;padding: 0px;}
.show_content > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.album_page .show-list .item {width: 50%;padding: 0 10px;margin: 20px 0;}
.album_page .show-list .show_pic {padding-bottom:65%;}
.album_page .show-list .show_pic img {height: 400px;width: 100%;object-fit: cover;}
.album_page .show-list .show_name {font-size: 17px;letter-spacing: 0;text-align: center;font-weight:normal;}
.album_page .show-list .show_name { 
	position:absolute;
    top: 45%;
    right: 0%;
    width: 100%;
	height:auto;
	line-height:160%;
	font-size: 17px;
    letter-spacing: 2px;
	color: #FFFFFF !important;
	text-align: center;
    margin: 0;
    padding: 0;
	transition:all ease-in .3s;
	opacity:0;}
	
.album_page .show-list .item:hover .show_name {opacity:1;}
.overlay {background:rgba(0,0,0,0.7);transform:none;transition:none;}
.album_page .show-list .item:hover .show_name {color: #828383;}

/*相簿次分類*/
.subalbum-menu {margin: 0; padding: 0;}
.subalbum-menu h2 {display: none;}

/*更多作品*/
.other_subalbum {
    display: flex;
    flex-wrap: wrap;}
.other_subalbum li {
    background: unset;
    width: 33%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;}
.other_subalbum li a {border-radius: 5px;}
.other_subalbum li a img {
    transform: scale(1);
    transition: all .2s 100ms cubic-bezier(.42,0,.58,1);}
.other_subalbum li a:hover img {
    transform: scale(1.1);
    transition: all .2s 100ms cubic-bezier(.42,0,.58,1);}
.other_subalbum li p {
    padding: 10px 0 0;
    text-align: center;
    letter-spacing: 2px;
    color: #828383;
    font-size: 18px;
    font-weight: bold;}
.album_fixed_title {
    font-size: 18px;
    letter-spacing: 1px;
    color: #CDCDCD;
    padding-right: 0px;
    background: unset;}
.other_album_choice li {
    background: #CDCDCD;
    border-radius: 20px;
    padding: 9px 20px 12px;}

/*相簿內頁*/
.album_info_page .main_part {padding:50px 0;}
.album_info_page .show_content {width: 100%;margin: auto;padding: 0px;}
.album_info_page .pic-list .item {width: 100%;}
.album_info_page .show_pic {height:auto;padding-bottom: 0;}
.other_album {display:none;}


@media screen and (max-width: 768px) {
.album_page .show-list .item {width: 100%;}
.album_page .show-list .show_pic img {width: 100%;height: auto;}
}

@media screen and (max-width:500px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_page .main_part {max-width: 1200px;width: 90%;padding: 50px 0;}
.contact_content {padding: 0;}
.contact_content form {display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.contact_content .information_left { width: 28%;padding: 0;}
.contact_content .information_right { width: 70%;padding-left: 0px;padding: 0;}
.contact_content .blank_letter {display: flex; align-items: flex-end;font-size: 25px; letter-spacing: 1px;color: #000000;}
.list_before.info li, .list_before.info li::before {    letter-spacing: 1px;}
.list_before.info li {padding-left: 40px;}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}
.contact_form {margin-top: 25px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_form li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: column;}
.contact_form li .form__label {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;}
.contact_form li .form__insert {display: flex; align-items: center;width: 100%;flex-wrap: wrap;line-height: 270%;gap: 10px;}
.noborder { padding: 10px;letter-spacing: 1px;}
.form select {width: 100%;padding: 10px 5px;border: 1px #ddd solid;margin-right: 0; margin-bottom: 0;    color: #a4a4a4;}
.form select option {color: #3d3d3d;}
.captcha { width: 100%;}
input[type="checkbox"], input[type="radio"] {margin: 0;}
.contact_form li.last { 
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;}
.contact_form li.last blockquote {
    border: 1px #ccc solid;
    color: #ccc;
    margin-right: 20px;
    width: 50%;}
.contact_form li.last cite {
    background: #666;
    border: 1px #666 solid;
    width: 50%;}

@media screen and (max-width: 1050px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
}

@media screen and (max-width: 768px) {
.contact_content form {align-items: center;flex-direction: column;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
.contact_content .blank_letter {font-size: 22px;}
}

@media screen and (max-width: 600px) {
.contact_content .blank_letter {font-size: 20px;}
.list_before, .contact_form {margin-top: 20px;}
.list_before {font-size: 14px;}
.contact_form li {padding: 0 0 15px 0;}
.contact_form li .form__label {margin-bottom: 0;}
}

@media screen and (max-width: 375px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




