@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1100px);

/** font **/
@import url(Castoro-Imperial+Script-Noto+Sans+TC.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;font-size: 10px;}
body{background:#ffffff; margin:0; padding:0; width:100%; height:auto; font-size:1.6rem;line-height: 1.8;font-family: "Castoro", "Noto Sans TC", sans-serif;word-break: break-word;letter-spacing: .5px;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}
p{margin: 0 0 20px 0;}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}

/** 清除瀏覽器的默認選擇框樣式清除，隱藏拖動箭頭 **/
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#ffffff url("../images/select-arrow.svg")no-repeat right 15px center;background-size: 10px;}
select::-ms-expand { display: none; }

/** 反白 **/
::selection {background: #1a3a6f;color: #ffffff;}
::-moz-selection {background:#1a3a6f;color: #ffffff;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#222222;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{background:#f3f3f3; }
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 23px; right: 15px; font-size: 1.2rem;}

/** 上版 **/
header{background:#ffffff;padding: 0 5.04%;border-bottom: 1px #dddddd solid;position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;}
.head-main{margin:0;padding:0; position:relative;}
.head-main .logo{width: 170px; height:auto;margin: 0 auto;padding: 63px 0 25px 0;transition: all 0.5s ease 0s;position: relative;z-index: 1;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.home{position: absolute;top: 8px;right: 312px;font-size: 1.4rem;color: #666666;margin:3px;transition: all 0.5s ease 0s;}
.home i{width: 8px;margin: 0 8px 0 0;}
.home i img{width: 8px;filter: brightness(0) opacity(.6);transition: all 0.5s ease 0s;}
.home a{display: flex; align-items: center;justify-content: center;color: #666666;padding:9px 15px;}
.home a:hover{color: #1a3a6f;}
.home:hover img{filter: brightness(1) opacity(1);transition: all 0.5s ease 0s;}
.tool-link{position: absolute;top: 8px;right: 0;transition: all 0.5s ease 0s;}
.tool-link>ul{list-style: none;padding: 0;margin: 0;display: flex;}
.tool-link>ul>li{padding: 0;margin:3px;width: 150px;font-size: 1.4rem;color: #ffffff;}
.tool-link>ul>li i{width: 24px;margin: 0 8px 0 0;}
.tool-link>ul>li i img{width: 24px;filter: brightness(100);}
.tool-link>ul>li a{display: flex; align-items: center;justify-content: center; background: #1a3a6f; padding:8px 15px;margin: 0;color: #ffffff;position: relative;z-index: 1;border-radius: 5px;overflow: hidden; border: 1px #1a3a6f solid;}
.tool-link>ul>li a:after{content: "";display: block;width: 0%;height: 100%;background: #ffffff; position: absolute;top: 0;left: calc(50% - 0%);z-index: -1;transition: all 0.5s ease 0s;}
.tool-link>ul>li a:hover{color: #1a3a6f;}
.tool-link>ul>li a:hover:after{width: 100%;left: calc(50% - 50%);transition: all 0.5s ease 0s;}
.tool-link>ul>li:hover img{filter: brightness(1);}
.header-height .head-main .logo{width: 150px; padding: 15px 0;transition: all 0.5s ease 0s;}
.header-height .home{top: -80px;transition: all 0.5s ease 0s;}
.header-height .tool-link{top: -80px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1400px){
    header{padding: 0 15px;}
}
@media screen and (max-width:1100px){
    header{border-bottom: 0;}
    .head-main .logo{width: 124px;padding: 0; position: fixed;top: 10px;left: 15px;z-index: 10000;}
    .home{display: none;}
    .tool-link{position:fixed;top: 11px;right: 72px;z-index: 10000;}
    .tool-link>ul>li{font-size: 1.3rem;width: 130px;}
    .tool-link>ul>li i{width: 20px;}
    .tool-link>ul>li i img{width: 20px;}
    .tool-link>ul>li a{padding:6px 10px;}
    .header-height .head-main .logo{width: 124px;padding: 0; } 
    .header-height .tool-link{top:11px;}
}
@media screen and (max-width:575px){
    .head-main .logo{width: 100px;top: 16px;}
    .tool-link{display: none;}
    .header-height .head-main .logo{width: 100px;}
}

/** 主選單與下拉 **/
nav{position: absolute;bottom: 0;left: 0;width: 100%;}
.menu{padding:0; list-style:none; position:relative; margin:0; display:flex;justify-content: center;}
.menu>li{flex:1; color:#fff; font-size:1.6rem; text-align:center; cursor:pointer; padding:0; margin:0;position: relative;z-index: 1;}
.menu>li:nth-child(3){margin:0 10% 0 0;transition: all 0.5s ease 0s;}
.menu>li:nth-child(4){margin:0 0 0 10%;transition: all 0.5s ease 0s;}
.menu>li:nth-last-child(-n+2){display: none;}
.menu-en{color: #222222;font-size: 1.6rem;text-transform: uppercase;line-height: 1.5;}
.menu-tc{color: #a78d74;font-size: 1.4rem;line-height: 1.5;}
.menu>li>a{color:#fff; display:block; padding:20px 15px; margin:0;}
.menu>li:after{content: "";display: block;width: 100%;height: 0;position: absolute;top: 0;left: 0;z-index: -1;background:#f3f3f3;transition: all 0.5s ease 0s;}
.menu>li>a:hover{}
.menu>li:hover:after{height: 100%;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:#f3f3f3; display:none; position:static; z-index:999; margin:0; padding:0; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:85px;}
.menu>li.sub>ul.sub-menu>li{display:block; font-size: 1.4rem;border-top: 1px #dddddd solid;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#222222; padding:8px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#1a3a6f; color: #ffffff;}
.header-height .menu>li:nth-child(3){margin:0 8% 0 0;transition: all 0.5s ease 0s;}
.header-height .menu>li:nth-child(4){margin:0 0 0 8%;transition: all 0.5s ease 0s;}
@media screen and (max-width:1400px){
    .menu>li>a{padding:20px 10px;}
}
@media screen and (max-width:1100px){
	#menu{display:none;}
	.slicknav_menu{display:block;position: fixed;width: 100%;top: 0;left: 0;z-index: 10000;background: #ffffff;border-bottom: 1px #dddddd solid;}
    .slicknav_nav>li:nth-last-child(-n+2){display: none;}
}
@media screen and (max-width:575px){
    .slicknav_nav>li:nth-last-child(-n+2){display:block;}
}

/** edm輪播 **/
.edm-main{background:#ffffff;padding: 151px 0 0 0;}
.edm{}
@media screen and (max-width:1100px){
	.edm-main{padding:66px 0 0 0;}
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}
.photo-main{overflow: hidden;transition: all 0.5s ease 0s;}
.photo{background-color:#ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.i-title{padding: 0;line-height: 1.4;font-size: 3.6rem;color: #1a3a6f;font-weight: 400;text-align: center;margin: 0 0 15px 0;letter-spacing:3px;text-transform: uppercase;}
.more{font-size: 1.4rem;color: #1a3a6f;display: table;margin:4% auto 0 auto;position: relative;z-index: 1;}
.more:after{content: "";display: block;width: 70px; height: 70px; border-radius: 70px; border: 1px #1a3a6f solid;position: absolute;top: 0;left: 0;z-index: -1;}
.more i{width: 24px;margin: 0 10px 0 0;}
.more i img{width: 24px;}
.more a{display: flex;align-items: center;justify-content: center; color: #1a3a6f;text-transform: uppercase;padding: 5px 15px;background: #ffffff;margin: 17.5px 10px 17.5px 10px;}
.more a:hover{margin: 17.5px 10px 17.5px 15px ;}
@media screen and (max-width:1100px){
    .more{margin:30px auto 0 auto;}
}
@media screen and (max-width:767px){
    .i-title{font-size: 3rem;margin: 0 0 5px 0;}
    .more:after{width: 60px; height: 60px;}
    .more a{margin: 12.5px 10px 12.5px 10px;padding: 5px 10px;}
    .more a:hover{margin: 12.5px 10px 12.5px 15px ;}
}

/** 首頁連結 **/
.i-link-main{padding: 4% 5.04%;}
.i-link{}
.i-link>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-link>ul>li{padding: 0;margin: 50px;width: calc(100%/2 - 100px);}
.i-link>ul>li a{display: block;padding: 0;margin: 0;}
.i-link>ul>li a:hover{color: #1a3a6f;}
.i-link>ul>li:hover .photo-main{filter: opacity(.8);transition: all 0.5s ease 0s;}
@media screen and (max-width:1400px){
    .i-link-main{padding: 4% 15px;}
}
@media screen and (max-width:1100px){
    .i-link-main{padding: 40px 15px;}
    .i-link>ul>li{margin: 15px;width: calc(100%/2 - 30px);}
}
@media screen and (max-width:767px){
    .i-link>ul>li{margin: 10px;width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .i-link>ul>li{margin:10px 0;width: 100%;}
}

/** 首頁影片 **/
.i-movie-main{padding:0;margin: 0 0 25px 0;}
.i-movie{}
.popup-main{width: 100%;height: 100vh; margin: 0; padding: 0;position: relative;}
.popup-content{width: 100%;height: 100vh; max-width: 1200px;margin: 0 auto;display: flex;align-items: center;justify-content: center;padding: 15px 5.04%;}
.popup-movie{width: 100%;height: 100vh;margin: 0;}
.popup-movie-play-main{background: #000000;}
.popup-movie-play {position: relative;padding-bottom: 177.77%;padding-top:0;height: 0;overflow: hidden; max-width: 100%;}
.popup-movie-play iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;aspect-ratio: 9 / 16;}
.popup-movie-play .video-thumbnail {position: absolute;top:0;left: 0;width: 100%;height: 100%;cursor: pointer;background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;}
.popup-movie-play .play-button {width: 60px;height: 60px;background: rgba(0,0,0,0.7);border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.popup-movie-play .play-button:after {content: "";width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 20px;border-color: transparent transparent transparent #ffffff;margin-left: 4px;}
.popup-close{background: none;border: 0;width: 40px; height: 40px;position: absolute;top: 15px;right: 15px;z-index: 10;}
.popup-close span{width: 40px; height: 2px; border-radius: 10px;display: block;background: #ffffff;}
.popup-close span:nth-child(1){transform: rotate(45deg) translateY(4px) translateX(-4px);}
.popup-close span:nth-child(2){transform: rotate(-45deg) translateY(-5px) translateX(-2px);}
@media screen and (max-width:1400px){
    .popup-content{padding: 15px;}
}
@media screen and (max-width:1100px){
    .i-movie-main{margin: 0 0 15px 0;}
}
@media screen and (max-width:767px){
    .i-movie-main{margin: 0 0 10px 0;}
}

/** 首頁pick up **/
.i-pick-main{padding:6% 5.04%;}
.i-pick{}
.i-pick>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-pick>ul>li{padding: 0;margin:15px 50px;width: calc(100%/2 - 100px);}
.i-pick>ul>li h3{width: 100%;padding: 0 0 0 20px;line-height: 1.6;font-size: 1.6rem;color: #666666;font-weight: 400;margin: 20px 0 50px 0;position: relative;}
.i-pick>ul>li h3:before{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 9px;border-color: transparent transparent transparent #666666;position: absolute;top: 7px;left: 3px;}
.i-pick>ul>li a{display: block;padding: 0;margin: 0;}
.i-pick>ul>li a:hover{color: #1a3a6f;}
.i-pick>ul>li a:hover h3{color: #1a3a6f;}
.i-pick>ul>li a:hover h3:before{border-color: transparent transparent transparent #1a3a6f;}
.i-pick>ul>li:hover .photo-main{filter: opacity(.8);transition: all 0.5s ease 0s;}
@media screen and (max-width:1400px){
    .i-pick-main{padding: 6% 15px;}
}
@media screen and (max-width:1100px){
    .i-pick-main{padding: 40px 15px;}
    .i-pick>ul>li{margin:15px;width: calc(100%/2 - 30px);}
    .i-pick>ul>li h3{margin: 20px 0;}
}
@media screen and (max-width:767px){
    .i-pick>ul>li{margin:10px;width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .i-pick>ul>li{margin:10px 0;width: 100%;}
}

/** 首頁news **/
.i-news-main{padding: 0 5.04% 7% 5.04%;}
.i-news{}
.i-news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-news>ul>li{padding: 0;margin: 15px;width: calc(100%/4 - 30px);}
.i-news>ul>li .i-news-content{margin: 20px 0 0 0;}
.i-news>ul>li .i-news-content .i-news-category-date{width: 100%;display: flex;justify-content: space-between;}
.i-news>ul>li .i-news-content .i-news-category-date .i-news-category{width: auto;background: #1a3a6f;padding:7.5px 21px 3.5px 21px;font-size: 1.4rem;color: #ffffff;}
.i-news>ul>li .i-news-content .i-news-category-date .i-news-date{font-size: 1.4rem;color: #1a3a6f;width: 90px; text-align: right;margin: 0 0 0 10px;display: flex;align-items: center;justify-content: flex-end;}
.i-news>ul>li .i-news-content h3{width: 100%;padding: 0;line-height: 1.4;font-size: 1.6rem;color: #666666;font-weight: 400;margin: 25px 0 0 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.i-news>ul>li a{display: block;padding: 0;margin: 0;}
.i-news>ul>li a:hover{color: #1a3a6f;}
.i-news>ul>li a:hover .i-news-content h3{color: #1a3a6f;}
.i-news>ul>li:hover .photo-main{filter: opacity(.8);transition: all 0.5s ease 0s;}
@media screen and (max-width:1400px){
    .i-news-main{padding: 0 15px 7% 15px;}
}
@media screen and (max-width:1100px){
    .i-news-main{padding:0 15px 40px 15px;}
    .i-news>ul>li{margin: 15px;width: calc(100%/2 - 30px);}
}
@media screen and (max-width:767px){
    .i-news>ul>li{margin:10px;width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .i-news>ul>li{margin:10px 0;width:100%;}
}

/** 內頁banner **/
.inside-banner{text-align: center;padding:175px 5.04% 25px 5.04% ;}
.inside-banner .banner-title{font-size:3.6rem; color:#222222; margin:0; padding:0;}
.inside-banner .banner-title .banner-title-en{padding: 0;line-height: 1.4;font-size: 3.2rem;color: #1a3a6f;font-weight: 400;margin: 0;letter-spacing:3px;text-transform: uppercase;}
.inside-banner .banner-title .banner-title-tc{color: #222222;font-size:1.8rem;line-height: 1.4;padding: 0;margin: 0;font-weight: 400;letter-spacing:3px;}
@media screen and (max-width:1400px){
	.inside-banner{padding:175px 15px 25px 15px;}
}
@media screen and (max-width:1100px){
    .inside-banner{padding:81px 15px 15px 15px ;}
}
@media screen and (max-width:767px){
    .inside-banner .banner-title .banner-title-en{font-size: 2.8rem;}
    .inside-banner .banner-title .banner-title-tc{font-size:1.6rem;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{padding: 0 5.04%;position: inherit;bottom: inherit;left: inherit;font-size: 1.2rem;color: #444444;}
.breadcrumb{display:flex; flex-wrap:wrap;justify-content: center; width:100%;margin:0; padding:0; list-style:none; background-color:transparent;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:">";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color: #444444;}
.breadcrumb-item a:hover{color:#1a3a6f; text-decoration:none;}
.breadcrumb-item.active{color: #444444;}
@media screen and (max-width:1400px){
    nav[aria-label="breadcrumb"]{padding: 0 15px;}
}

/** 內頁架構 **/
.content-body-main{ padding:40px 5.04%;}
.content-body{margin:0; padding:0;}
.page-title{font-size:2.4rem; color:#444444; padding:8px 0 7px 0; margin:0 0 25px 0;line-height: 1.4;font-weight: 400;border-bottom: 1px #dddddd solid;}
.page-main{padding:0; font-size:1.6rem; color:#444444;}
.page-main a{color:#444444;}
.page-main a:hover{color:#1a3a6f;}
.font001{font-size:2rem; color:#1a3a6f; padding:0; margin:25px 0 15px 0;width: 100%;font-weight: 400;}
.font001:first-of-type{margin: 0 0 15px 0;}
.font002{font-size:4rem; color:#1a3a6f; padding:0; margin:0 0 15px 0;width: 100%;font-weight: 400;font-family: "Imperial Script", "Castoro", "Noto Sans TC", sans-serif;}
.font003{font-size:1.4rem; color:#666666;padding: 5px 0;}
.content{display: flex;}
.content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.content>ul>li{padding: 0;margin: 10px;width: calc(100%/4 - 20px);}
.content>ul>li .content-info{margin: 20px 0;}
.content>ul>li .content-info h3{width: 100%;padding: 0;line-height: 1.4;font-size: 1.6rem;color: #222222;font-weight: 400;margin:0 0 20px 0;position: relative;}
.content>ul>li .content-info h3:after{content: "";display:block;width: 36px; height: 1px; background: #1a3a6f;position: absolute;bottom: -8px;left: 0;transition: all 0.5s ease 0s;}
.content>ul>li .content-info .content-dep{font-size: 1.5rem;color: #666666;}
.content .content-info{flex: 2.6;}
.content .content-photo{flex: 1;margin: 0 0 0 4%;}
.content-photo02{flex: 1.4;}
.content-photo02>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.content-photo02>ul>li{padding: 0;margin: 15px;width: calc(100%/3 - 30px);text-align: center;}
.content-photo02>ul>li .content-photo-pic{}
.content-photo02>ul>li h3{font-size: 1.5rem;color: #666666;margin: 10px 0;padding: 0;font-weight: 400;line-height: 1.6;}
.content-photo03{flex: 2;}
.content-photo03>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.content-photo03>ul>li{padding: 0;margin: 10px;width: calc(100%/2 - 20px);}
.content-info02{}
.content-info02>ul{list-style: none;padding: 0;margin: 0;}
.content-info02>ul>li{padding: 0;margin:4% 0;width:100%;display: flex;}
.content-info02>ul>li:nth-child(even){flex-direction: row-reverse;}
.content-info02>ul>li .content-info-photo{flex: 1;}
.content-info02>ul>li .content-info-content{flex: 1;padding:20px 4%;}
.content-info02>ul>li .content-info-content h3{font-size: 2rem;color: #1a3a6f;margin:0 0 15px 0;padding: 0;font-weight: 400;line-height: 1.6;}
.content-info02>ul>li .content-info-content .content-info-dep{}
.content-info02>ul>li .content-info-content .content-info-dep>ul>li,.content-info02>ul>li .content-info-content .content-info-dep>ol>li{margin: 3px 0;}
.content02{margin: 30px 0;display: flex;flex-wrap: wrap;align-items: center;}
.content02 .content-content{flex: 1;margin: 0 4% 0 0;}
.content02 .content-photo{flex: 1.2;}
.content02 .content-photo>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;align-items: center;}
.content02 .content-photo>ul>li{padding: 0;margin: 10px;width: calc(100%/2 - 20px);text-align: center;}
.content02 .content-photo>ul>li .content-photo-pic{}
.content02 .content-photo>ul>li h3{font-size: 1.4rem;color: #666666;margin: 10px 0;padding: 0;font-weight: 400;line-height: 1.6;}
.content-btn{font-size: 1.5rem;color: #ffffff;display: flex;justify-content:flex-end;margin: 30px 0 0 0;}
.content-btn02{justify-content:flex-start;margin:10px 0 30px 0;}
.content-btn a i{width: 24px; margin: 0 10px 0 0;}
.content-btn a i img{filter: brightness(0) invert(1);width: 24px; height: 24px;}
.content-btn a{display: flex;justify-content:center;align-items: center;background: #1a3a6f;border: 1px #1a3a6f solid;color: #ffffff;padding:10px 25px ;position: relative;z-index: 1;}
.content-btn a:after{content: "";display: block;width: 0;height: 100%;background: #ffffff;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;}
.content-btn a:hover{color: #1a3a6f;}
.content-btn a:hover i img{filter: brightness(1)}
.content-btn a:hover:after{width: 100%;transition: all 0.5s ease 0s;}
.movie{position: relative; padding-bottom: 56.25%;padding-top: 30px; height: 0;overflow: hidden;}
.movie iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.page-width{max-width:1100px;margin: 0 auto;}
@media screen and (max-width:1400px){
    .content-body-main{ padding:30px 15px;}
}
@media screen and (max-width:1100px){
    .content>ul>li{margin: 5px;width: calc(100%/4 - 10px);}
    .content>ul>li .content-info{margin: 15px 0;}
    .content .content-info{flex: 2;}
    .content .content-photo{margin: 0 0 0 30px;}
    .content-photo02>ul>li{margin: 10px;width: calc(100%/3 - 20px);}
    .content-photo03>ul>li{margin: 5px;width: calc(100%/2 - 10px);}
    .content-info02>ul>li{margin:30px 0;}
    .content-info02>ul>li .content-info-content{padding:20px 25px;}
    .content02 .content-content{flex: 2;margin: 0 20px 0 0;}
    .content02 .content-photo{flex: 1;}
    .content02 .content-photo>ul>li{margin: 10px 0;width: 100%;}
}
@media screen and (max-width:767px){
    .content-body-main{ padding:20px 15px;}
    .page-title{font-size:2.2rem; }
    .font001{font-size:1.8rem;} 
    .font002{font-size:3.6rem;}
    .content{display: block;}
    .content>ul>li{width: calc(100%/2 - 10px);}
    .content .content-info{flex:initial;width: 100%;}
    .content .content-photo{flex:initial;width: 100%;margin:20px 0 0 0;}
    .content-photo02>ul>li{margin: 10px 0;width: 100%;}
    .content-info02>ul>li{margin:20px 0;display:block;}
    .content-info02>ul>li .content-info-content{padding:20px 0 10px 0;}
    .content-info02>ul>li .content-info-content h3{font-size: 1.8rem;}
    .content02{display: block;}
    .content02 .content-content{flex: initial;width: 100%; margin: 0 0 20px 0;}
    .content02 .content-photo{flex: initial;width: 100%;}
}

/** 左邊分類 **/
.left-menu-title{background:#e9ecef; text-align:center; font-size:18px; font-weight:bold; padding:8px 0; border-radius:5px 5px 0 0; margin-bottom:3px; border-bottom:2px solid #6d6d6d; color:#525252;}
.in-left-menu-main{margin:0 30px 0 0;}
.in-left-menu{}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{ color:#444444; padding:0;margin:10px 0;}
.in-left-menu>ul>li:first-of-type{margin:0 0 10px 0;}
.in-left-menu>ul>li>a{color:#444444; display:block; padding:10px 15px ;}
.in-left-menu>ul>li>a:hover:not(.current){color: #1a3a6f;}
.in-left-menu>ul>li>.current{background: #1a3a6f;color: #ffffff;}
.in-left-menu>ul>li ul{margin:0; padding:0; list-style:none;background: #f9f9f9;}
.in-left-menu>ul>li ul li{margin: 0; padding:0;}
.in-left-menu>ul>li ul li:last-of-type{border-bottom:0}
.in-left-menu>ul>li ul li a{font-size:1.5rem; color:#666666; display:block;position: relative;padding: 8px 0 8px 34px;}
.in-left-menu>ul>li ul li a:before{content: "";display: block;width: 8px; height: 8px; background: url("../images/arrow-right.svg")no-repeat center center;background-size: 8px;position: absolute;top: 16px;left: 20px;}
.in-left-menu>ul>li ul li a:hover{color:#1a3a6f;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
.in-top-menu-main{background: #f9f9f9;padding: 0 5.04%;margin: 25px 0 0 0;}
.in-top-menu{}
.in-top-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center;}
.in-top-menu>ul>li{width: auto;color:#444444; padding:0;margin: 0;}
.in-top-menu>ul>li>a{color:#444444; display:block; padding:10px 30px 6px 30px;}
.in-top-menu>ul>li>a:hover:not(.current){background: #1a3a6f;color: #ffffff;}
.in-top-menu>ul>li>.current{background: #1a3a6f;color: #ffffff;}
@media screen and (max-width:1400px){
    .in-top-menu-main{padding: 0 15px;}
}
@media screen and (max-width:991px){
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#f9f9f9; border:0;}
	.m_classLink a.main{display:block; background:none; font-size:1.6rem;color:#444444; position:relative; padding:8px 15px;}
	.m_classLink a.main i{display:block; font-size:1.6rem; background:#1a3a6f; width:45px; height:100%; text-align:center; color:#FFF; line-height:40px; position:absolute; right:0; top:0;}
	.m_classLink a.main b{font-weight: 400;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border-bottom:1px solid #dddddd; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:8px 15px; border-top:1px solid #dddddd; font-size:1.6rem; color:#444444;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{color:#1a3a6f;}
	.m_classLink ul li ul{display:block; margin:0; padding:0; list-style:none; width:100%; background:#f9f9f9; border:0; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.m_classLink ul li ul li{}
	.m_classLink ul li ul li a{font-size:1.5rem; color:#666666;border-top:0;}
	.left-menu-title{display:none;}
    .in-left-menu-main{margin:-15px -15px 30px -15px;}
    .in-top-menu-main{padding: 0;margin: 15px 0 0 0;}
	.left-beautify{display:none;}
}
@media screen and (max-width:767px){
    .in-left-menu-main{margin:-5px -15px 20px -15px;}
}

/** 最新消息 **/
.news{}
.news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.news>ul>li{padding: 0;margin: 15px;width: calc(100%/4 - 30px);}
.news>ul>li .news-content{margin: 20px 0 0 0;}
.news-category-date{width: 100%;display: flex;justify-content: space-between;}
.news-category-date .news-category{width: auto;background: #1a3a6f;padding:7.5px 21px 3.5px 21px;font-size: 1.4rem;color: #ffffff;}
.news-category-date .news-date{font-size: 1.4rem;color: #1a3a6f;width: 90px; text-align: right;margin: 0 0 0 10px;display: flex;align-items: center;justify-content: flex-end;}
.news-detail-category-date{margin: 0 0 25px 0;}
.news>ul>li .news-content h3{width: 100%;padding: 0;line-height: 1.4;font-size: 1.6rem;color: #666666;font-weight: 400;margin: 25px 0 0 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news>ul>li a{display: block;padding: 0;margin: 0;}
.news>ul>li a:hover{color: #1a3a6f;}
.news>ul>li a:hover .news-content h3{color: #1a3a6f;}
.news>ul>li:hover .photo-main{filter: opacity(.8);transition: all 0.5s ease 0s;}
@media screen and (max-width:1100px){
    .news>ul>li{margin: 15px;width: calc(100%/3 - 30px);}
}
@media screen and (max-width:767px){
    .news>ul>li{margin:10px;width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .news>ul>li{margin:10px 0;width: 100%;}
}

/** 珠寶經典系列 **/
.collection{}
.collection>ul{ display: grid; grid-template-columns: 1fr 1fr ;list-style: none;padding: 0;margin: 0;}
.collection>ul>li{padding: 0;margin:10px;}
.collection>ul>li img{width: 100%;height: 100%; object-fit: cover;object-position: center;}
.collection>ul>li:nth-child(1){grid-area: 1 / 1 / 3 / 2;}
.collection>ul>li:nth-child(2){grid-area: 1 / 2 / 2 / 3;}
.collection>ul>li:nth-child(3){grid-area: 2 / 2 / 3 / 3;}
.collection01{margin: 30px 0;display: flex;flex-wrap: wrap;align-items: center;}
.collection01 .collection-content{flex: 1;margin: 0 4% 0 0;}
.collection01 .collection-photo{flex: 1.4;}
.collection01 .collection-photo>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.collection01 .collection-photo>ul>li{padding: 0;margin: 10px;width: calc(100%/2 - 20px);}
.collection01 .collection-photo>ul>li .collection-photo-pic{}
.collection01 .collection-photo>ul>li h3{font-size: 1.4rem;color: #666666;margin: 10px 0;padding: 0;font-weight: 400;line-height: 1.6;}
@media screen and (max-width:1100px){
    .collection01 .collection-content{flex: 2;margin: 0 20px 0 0;}
    .collection01 .collection-photo{flex: 1;}
    .collection01 .collection-photo>ul>li{margin: 10px 0;width: 100%;}
}
@media screen and (max-width:767px){
    .collection>ul{ display: block;}
    .collection>ul>li{margin:10px 0;}
    .collection01{display: block;}
    .collection01 .collection-content{flex: initial;width: 100%; margin: 0 0 20px 0;}
    .collection01 .collection-photo{flex: initial;width: 100%;}
}

/** 關於festaria **/
.about{}
.about>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.about>ul>li{padding: 0;margin: 15px;width: calc(100%/3 - 30px);}
.about>ul>li .about-content{margin: 20px 0;}
.about>ul>li .about-content h3{width: 100%;padding: 0;line-height: 1.4;font-size: 1.8rem;color: #222222;font-weight: 400;margin:0 0 20px 0;position: relative;}
.about>ul>li .about-content h3:after{content: "";display:block;width: 36px; height: 1px; background: #1a3a6f;position: absolute;bottom: -8px;left: 0;transition: all 0.5s ease 0s;}
.about>ul>li .about-content .about-info{font-size: 1.5rem;color: #666666;}
.about>ul>li:hover .about-content h3:after{width: 100%;transition: all 0.5s ease 0s;}
.about>ul>li:hover .photo-main{filter: opacity(.8);transition: all 0.5s ease 0s;}
@media screen and (max-width:1100px){
    .about>ul>li{margin: 15px;width: calc(100%/3 - 30px);}
}
@media screen and (max-width:767px){
    .about>ul>li{margin: 10px;width: calc(100%/2 - 20px);}
    .about>ul>li .about-content h3{font-size: 1.6rem;}
}
@media screen and (max-width:575px){
    .about>ul>li{margin: 10px 0;width:100%;}
}

/** FAQ **/
.faq {margin:4% 0;padding:25px 0;position: relative;z-index: 1;}
.faq:after{content: "";display: block;width:300%;height: 100%;background: #f9f9f9;position: absolute;top: 0;left: -100%;z-index: -1;}
.faq-contant{padding: 20px 15px; color: #666666;background: #f3f3f3;}
.faq-contant a{display: block;color: #666666;} 
.faq-contant a:hover{text-decoration: underline;} 
.accordion dl,.accordion-list {}
.accordion dd,.accordion__panel {margin:0;padding:0;border:0;vertical-align:baseline;}
.accordion {position: relative;}
.accordionTitle,.accordion__Heading {position: relative; font-weight:normal;padding:20px 40px 20px 45px;display: block;text-decoration: none;color: #444444;-webkit-transition: background-color 0.5s ease-in-out;transition: background-color 0.5s ease-in-out;background-color: #ffffff;margin: 0;border-bottom: 1px #dddddd solid;}
.accordionTitle:after{content: "Q.";display: inline-block;position: absolute;top: 18px;left: 15px;} 
.accordionTitle:before,.accordion__Heading:before {content: "+";font-size:2.4rem;color: #444444; position: absolute;top:13px;right: 15px;-webkit-transition: -webkit-transform 0.3s ease-in-out;transition: -webkit-transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;}
.accordionTitle:hover,.accordion__Heading:hover {color: #444444;}
.accordionTitleActive,.accordionTitle.is-expanded {}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {transform:rotate(45deg);}
.accordionItem {height: auto;overflow: hidden;max-height: 50em;-webkit-transition: max-height 1s;transition: max-height 1s;}
@media screen and (min-width: 48em) {
    .accordionItem {-webkit-transition: max-height 0.5s;transition: max-height 0.5s;}
}
.accordionItem.is-collapsed {max-height: 0;}
.no-js .accordionItem.is-collapsed {max-height: auto;}
.animateIn {-webkit-animation: accordionIn 0.45s normal ease-in-out both 1;animation: accordionIn 0.45s normal ease-in-out both 1;}
.animateOut {-webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;animation: accordionOut 0.45s alternate ease-in-out both 1;}
@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);

  }
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@media screen and (max-width:1100px){
	.faq {margin:30px 0;}
}

/** 產品列表介紹 **/
.pro {}
.pro>ul{margin:0; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro>ul>li{width:calc(100%/4 - 30px); margin:15px 15px calc(3% + 15px) 15px; padding:0px;font-size:1.4rem; color: #666666;position: relative;}
.pro>ul>li a{display: block; color: #666666;}
.pro>ul>li a:hover{}
.pro-note{font-size:1.3rem; color: #ffffff;background: #1a3a6f;; position: absolute;top: 0;left: 0;padding: 4px 10px;z-index: 2;}
.pro>ul>li .photo01{display: block;}
.pro>ul>li .photo02{display: none;}
.pro>ul>li .pro-info{font-size:1.4rem; color: #444444;margin: 20px 0;text-align: center;}
.pro>ul>li .pro-info .pro-style{}
.pro>ul>li .pro-info h3{font-size:1.4rem; color: #444444; font-weight:400; padding:0; margin:5px 0;}
.pro>ul>li>ul>li .pro-info .pro-price{}
.pro ul li:hover .photo01{display: none;}
.pro>ul>li:hover .photo02{display:block;}
@media screen and (max-width:1100px){
    .pro>ul>li{width:calc(100%/4 - 20px); margin:10px 10px 30px 10px; }
}
@media screen and (max-width:767px){
    .pro>ul>li{width:calc(100%/3 - 20px);}
}
@media screen and (max-width:575px){
    .pro>ul>li{width:calc(100%/2 - 20px);}
}

/** 產品明細 **/
.pro-detaile-photo-box .swiper-container-main{position: relative;padding:0 calc(4% + 40px);}
.pro-detaile-title{font-size:2.4rem; color:#1a3a6f;padding: 0;margin: 5px 0 20px 0;font-weight: normal;line-height: 1.6;}
.product-title02{font-size:2.4rem; color:#1a3a6f;padding: 0;margin: 5px 0 20px 0;font-weight: normal;line-height: 1.6;}
.pro-detaile-style{font-size:1.4rem; color:#666666; }
.pro-detaile-box{display:flex; flex-wrap:wrap; }
.pro-detaile-photo-box{width:calc(40% - 4%); margin:0 4% 0 0;}
.pro-detaile-photo-box .photo-main .photo{background-color: transparent;}
.pro-detaile-photo-box .mySwiper{margin:5px 0 0 0;height: 10.3vw;}
.pro-detaile-spe-box{width:60%; position:relative;padding: 20px 0;}
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-specification{color:#444444; position:relative;}
@media screen and (max-width:1400px){
    .pro-detaile-photo-box .mySwiper{height: 11vw;}
}
@media screen and (max-width:1100px){
    .pro-detaile-photo-box{width:calc(50% - 30px); margin:0 30px 0 0;}
    .pro-detaile-spe-box{width:50%; position:relative;}
    .pro-detaile-photo-box .mySwiper{height: 14.2vw;}
}
@media screen and (max-width:767px){
    .pro-detaile-title{font-size:2.2rem;margin: 5px 0 15px 0;} 
    .product-title02{font-size:2.2rem;margin: 5px 0 15px 0;} 
    .pro-detaile-photo-box .swiper-container-main{padding:0 calc(3% + 30px);}
    .pro-detaile-photo-box .mySwiper{height: 30.1vw;}
	.pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 30px 0;}
	.pro-detaile-spe-box{width:100%; padding: 0;}
}
@media screen and (max-width:575px){
    .pro-detaile-photo-box .mySwiper{height: 29.4vw;}
}
@media screen and (max-width:413px){
    .pro-detaile-photo-box .mySwiper{height: 28.8vw;}
}
@media screen and (max-width:374px){
    .pro-detaile-photo-box .mySwiper{height: 28.4vw;}
}

/** 服務據點 **/
.shop{}
.shop>ul{list-style: none;padding: 0;margin: 0;}
.shop>ul>li{padding: 0;margin: 0 0 4% 0;}
.shop>ul>li:last-of-type{margin: 0 ;}
.shop>ul>li h2{width: 100%;padding: 0;line-height: 1.4;font-size: 2rem;color: #222222;font-weight: 400;margin:10px 0 15px 0;}
.shop>ul>li h3{width: 100%;line-height: 1.4;font-size: 1.8rem;color: #1a3a6f;font-weight: 400;margin:0;background:#f9f9f9;padding: 10px 15px;}
.shop>ul>li .shop-content{margin: 0 0 20px 0;}
.shop>ul>li .shop-content:last-of-type{margin: 0 ;}
.shop>ul>li .shop-content>ul{list-style: none;padding: 0;margin: 0;}
.shop>ul>li .shop-content>ul>li{padding:20px 15px;margin: 0;display: flex;flex-wrap: wrap;border-bottom: 1px #dddddd solid;}
.shop>ul>li .shop-content>ul>li .shop-info{flex: 1;color: #666666;}
.shop>ul>li .shop-content>ul>li .shop-info h4{width: 100%;padding: 0;line-height: 1.4;font-size: 1.6rem;color: #444444;font-weight: 400;margin:0 0 25px 0;position: relative;}
.shop>ul>li .shop-content>ul>li .shop-info h4:after{content: "";display:block;width: 36px; height: 1px; background: #1a3a6f;position: absolute;bottom: -8px;left: 0;transition: all 0.5s ease 0s;}
.shop>ul>li .shop-content>ul>li .shop-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.shop>ul>li .shop-content>ul>li .shop-info>ul>li{padding: 0;margin: 0 30px 0 0;display: flex;width: auto;}
.shop>ul>li .shop-content>ul>li .shop-info>ul>li .shop-icon{width: 20px;margin: 0 10px 0 0;}
.shop>ul>li .shop-content>ul>li .shop-info>ul>li .shop-dep{flex: 1;}
.shop>ul>li .shop-content>ul>li .shop-info>ul>li .shop-dep a{display: inline-block;color: #666666;}
.shop>ul>li .shop-content>ul>li .shop-info>ul>li .shop-dep a:hover{color: #1a3a6f;}
.shop>ul>li .shop-content>ul>li .shop-btn{ width: 70px;text-transform: uppercase;font-size: 1.3rem;text-align: center;margin: 0 0 0 15px;}
.shop>ul>li .shop-content>ul>li .shop-btn a{display: flex;align-items: center;justify-content: center;width: 70px; height: 70px;padding: 5px 10px;border: 1px #1a3a6f solid;background: #ffffff;color: #1a3a6f;position: relative;z-index: 1;}
.shop>ul>li .shop-content>ul>li .shop-btn a:after{content: "";display: block;width: 0%;height: 100%;background:#1a3a6f;position: absolute;top:0;left: 0;z-index: -1; transition: all 0.5s ease 0s;}
.shop>ul>li .shop-content>ul>li .shop-btn a:hover{color: #ffffff;}
.shop>ul>li .shop-content>ul>li .shop-btn a:hover:after{width: 100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:1100px){
    .shop>ul>li{margin: 0 0 30px 0;}
}
@media screen and (max-width:767px){
    .shop>ul>li h2{font-size: 1.8rem;}
    .shop>ul>li h3{font-size: 1.7rem;}
    .shop>ul>li .shop-content>ul>li{align-items: flex-end;}
    .shop>ul>li .shop-content>ul>li .shop-info>ul>li{margin:5px 0;width:100%;}
}
@media screen and (max-width:575px){
    .shop>ul>li .shop-content>ul>li .shop-btn{ width: 100%;margin:10px 0 0 0;}
    .shop>ul>li .shop-content>ul>li .shop-btn a{width: 100%;height: auto;}
}

/** 服務據點明細 **/
.shop-brand{width: 100%;line-height: 1.4;font-size: 1.8rem;color: #1a3a6f;font-weight: 400;margin:0 0 15px 0;background:#f9f9f9;padding: 10px 15px;}
.shop-detail{display: flex;}
.shop-detail-content{flex: 1;}
.shop-detail-content>ul{list-style: none;padding: 0;margin: 0;}
.shop-detail-content>ul>li{padding:15px 15px;margin: 0;color: #444444;border-bottom: 1px #dddddd dotted;display: flex;}
.shop-detail-content>ul>li .shop-detail-title{width: 80px;margin: 0 15px 0 0;}
.shop-detail-content>ul>li .shop-detail-info{flex: 1;}
.shop-detail-content>ul>li .shop-detail-info a{display: inline-block;color: #444444;}
.shop-detail-content>ul>li .shop-detail-info a:hover{color: #1a3a6f;}
.shop-detail-photo{width: 300px; margin: 0 0 0 20px;}
.shop-tool{margin: 10px 0 0 0;font-size: 1.5rem;}
.shop-tool>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.shop-tool>ul>li{padding: 0;display: block;width: auto;margin: 5px 0 5px 20px;color: #666666;}
.shop-tool>ul>li a{display: flex;color: #666666;transform: translateY(0px);}
.shop-tool>ul>li a:hover{transform: translateY(-5px);}
.shop-tool>ul>li .shop-tool-icon{width: 20px;margin: 0 8px 0 0;}
.shop-tool>ul>li .shop-tool-info{flex: 1;}
.google-map {position: relative;padding-bottom: 30%;padding-top: 30px;height: 0;overflow: hidden;margin:4% 0 ;}
.google-map iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.well{margin: 15px;}
.shop-mail{background: #ffffff;padding: 25px;max-width: 500px;min-width: 400px; margin: 0 auto;width: 100%;position: relative;}
button.close{position: absolute;top: 0;right: 0;background: #1a3a6f;color: #ffffff;padding: 5px;border: 0;width: 40px; height: 40px;line-height: 1;}
button.close span{display: block;width: 20px ;height: 1px; background: #ffffff;}
button.close span:nth-child(1){transform: rotate(45deg) translateX(3px) translateY(-4px);}
button.close span:nth-child(2){transform: rotate(-45deg) translateX(5px) translateY(3px);}
button.close:hover{}
@media screen and (max-width:1100px){
    .google-map {margin:30px 0 ;}
    .shop-tool>ul>li{width: calc(100%/2 - 30px);margin: 5px 15px;}
}
@media screen and (max-width:767px){
    .shop-detail{display: block;}
    .shop-detail-content{flex: initial;width: 100%;}
    .shop-detail-photo{width: 100%;margin:20px 0 0 0;}
    .shop-tool>ul>li{width: auto;margin:5px 0 5px 20px;}
    .google-map {padding-bottom: 50%;}
}
@media screen and (max-width:575px){
    .shop-tool>ul>li{width: calc(100%/2 - 30px);margin: 5px 15px;}
    .google-map {padding-bottom: 80%;}
    .shop-mail{padding: 15px;min-width: inherit;}
}

/** 隱私權政策 **/
.terms-note{background: #f9f9f9;padding: 20px;margin: 0 0 30px 0;}
.terms{}
.terms h2{padding: 0;margin: 0 0 15px 0;line-height: 1.6;font-size: 2rem ;color: #1a3a6f;}
.terms-info{color: #666666;display: block;}
.terms-info .terms-title{font-size: 1.6rem;padding:0;margin: 0 0 5px 0; width: 100%;color: #222222;font-weight: 500;}
.terms-info .terms-content{font-size: 1.6rem;padding:0;width: 100%;margin: 0 0 20px 0;}
.terms-info .terms-content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.terms-info .terms-content>ul>li{padding: 0;margin:10px;width: calc(100%/6 - 20px);font-weight: 500;color: #a78d74;}
.terms-info .terms-content>ul>li>ul{list-style: none;padding: 0;margin:5px 0 0 0;display: block;}
.terms-info .terms-content>ul>li>ul>li{padding: 0;margin:2px 0;width: 100%;font-weight:400;color: #444444;}
@media screen and (max-width:1100px){
    .terms-info .terms-content>ul>li{width: calc(100%/4 - 20px);}
}
@media screen and (max-width:767px){
    .terms-note{padding: 15px;margin: 0 0 20px 0;}
    .terms h2{font-size: 1.8rem ;}
    .terms-info .terms-content>ul>li{margin:10px 5px;width: calc(100%/2 - 10px);}
}
@media screen and (max-width:575px){
    .terms-info .terms-content>ul>li{margin:10px 0;width: calc(100%/1 - 0px);}
}

/** 網站地圖 **/
.sitemap{color: #666666; padding: 0px;width: 100%;margin: 0 0 20px 0;}
.sitemap>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.sitemap>ul>li{padding:0;margin:15px;width: calc(100%/4 - 30px);}
.sitemap>ul>li .sitemap-title{padding:0 0 10px 0;margin: 0 0 15px 0; color: #1a3a6f;font-weight: 500;position: relative;font-size: 1.7rem ;}
.sitemap>ul>li .sitemap-title:after{content: "";display: block;width: 34px; height: 2px; background: #1a3a6f;position: absolute;bottom: 0;left: 0;transition: all 0.5s ease 0s;}
.sitemap>ul>li:hover .sitemap-title:after{width: 100%; transition: all 0.5s ease 0s;}
.sitemap>ul>li>ul{list-style: none;padding: 0;margin:5px 0 0 0;display: block;}
.sitemap>ul>li>ul>li{padding:0;margin:0;width: 100%;border-bottom: 1px #dddddd dashed;}
.sitemap>ul>li>ul>li a{display: block; color: #666666;padding:10px 0;}
.sitemap>ul>li>ul>li a:hover{color: #1a3a6f;}
@media screen and (max-width:1100px){
	.sitemap>ul>li{width: calc(100%/3 - 30px);}
}
@media screen and (max-width:767px){
	.sitemap>ul>li{width: calc(100%/2 - 20px);margin:10px;}
}
@media screen and (max-width:575px){
	.sitemap>ul>li{width: 100%;margin:10px 0;}
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{background: #f9f9f9;padding: 20px;margin: 0 0 30px 0;text-align: center;}
.contact-note a{color:#444444;}
.contact-note a:hover{color:#1a3a6f;}

/** 個資管理 **/
.privacy-management-main{font-size: 1.4rem; color: #666666;max-width: 800px;margin:30px auto 0 auto;}
.privacy-management{ padding: 15px;border: 1px solid #1a3a6f;overflow-y: auto;}
.privacy-management a{display: inline-block;color: #666666;}
.privacy-management a:hover{color:#1a3a6f;}
.privacy-agree{text-align: center;display: flex;align-items:center;margin: 20px 0 0 0;}
.privacy-agree input{margin: 0 5px 0 0;}

/** 表單欄位 **/
.star{color: #444444;font-size: 1.2rem;padding: 0 10px;}
label{margin-bottom: 3px;min-width: 100%;}
label:last-of-type{margin-bottom: 0;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap;}
.opinion{ border-radius:0;flex: 1;position: relative;margin: 0 0 20px 0; }
.opinion-left01{width:100%; padding:5px 0; font-weight:normal;  color:#444444;  display:flex; align-items:center;}
.input-main-style01{background: #f9f9f9;flex:1; width:100%; border: 1px #f9f9f9 solid; margin:0; padding:5px 15px;  color:#444444;  min-height:40.8px;}
.input-main-style02{background: #f9f9f9; flex:1; width:100%; border: 1px #f9f9f9 solid; margin:0; padding:5px 115px 5px 15px;color:#444444;  min-height:40.8px;}
.input-main-style03{background: #f9f9f9; flex:1; width:100%; border: 1px #f9f9f9 solid; margin:5px 0 0 0; padding:5px 15px; color:#444444; min-height:40.8px;}
.input-main-style04{background:none;flex:1; width:100%; border: 1px #f9f9f9 solid; margin:0; padding:2px 2px; color:#444444;  min-height:40.8px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; color:#444444;  display:flex; flex-wrap:wrap;}
.input-main-select select{flex: 1;  padding:5px 15px;border: 1px #f9f9f9 solid; color: #444444;width: 100%;background: #f9f9f9 url("../images/select-arrow.svg")no-repeat right 15px center;background-size: 10px;min-height:40.8px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; color:#ffffff;padding:5px 10px; border:0;}
.input-style01{background: #f9f9f9;flex:1; width:100%; border:0; margin:0; padding:5px 15px;  color:#444444; min-height:40.8px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center;  font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:40.8px; margin:0; vertical-align:middle; display:inline-block;position: absolute;right: 0;bottom: 0;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-style04:focus, .input-main-select select:focus{border: 1px #1a3a6f solid;}
@media screen and (max-width:767px){
	.opinion-main{display:block; }
    .opinion{width: 100%;}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin:4% 0 0 0; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
.btn-send{font-size:1.4rem;}
a.btn-send{background:#1a3a6f;color: #ffffff; display: inline-block;padding:5px 15px;border: 1px #1a3a6f solid;min-width: 200px;}
a.btn-send:hover{background:#ffffff;color: #1a3a6f;}
a.btn-reset{background:#e9ecef; padding:5px 20px; text-align:center; font-size:1.5rem; color:#373737; font-weight:bold; min-width:100px; margin:2px; border:2px solid #e9ecef; border-radius:5px;}
a.btn-reset:hover{background:#373737; color:#fff; border:2px solid #373737;}
a.btn-send-over{background:#7ea2c5; padding:5px 20px; text-align:center; font-size:1.5rem; color:#fff; min-width:100px; margin:2px; border-radius:5px; border:2px solid #7ea2c5;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:1100px){
    .cart-btn{margin:30px 0 0 0; }
}

/** 送出訊息 **/
.jump-window-box{max-width:600px; margin:0 auto; border:1px #dddddd solid; padding:20px; border-radius:0;}

/** 頁次 **/
.pagination-main {width: 100%;display: flex;flex-wrap: wrap; justify-content:center;align-items: center;margin:40px 0 0 0;}
.pagination {width: auto;display:table;font-size: 1.3rem; color: #444444;line-height: 1;text-align: center;}
.pagination a {color:#444444;display: inline-flex;align-items: center;justify-content: center; padding: 5px;width: 33px;height: 33px;}
.pagination span {color:#444444;display: inline-block;padding: 5px;}
.pagination a.active {background:#1a3a6f;color: #ffffff;}
.pagination a:hover:not(.active) {color:#1a3a6f;}
@media screen and (max-width:575px){
	.pagination {width: 100%;display: flex;flex-wrap: wrap; justify-content: center;}
    .pagination a {width: 30px;height: 30px;}
}
.page{font-size:1.3rem;color:#444444; text-align:center; clear:both; margin:40px 0 15px 0;width: 100%;display:flex;justify-content: center;}
.page a{color:#1a3a6f;display: inline-block;padding:8px 20px 4px 20px;border: 1px #1a3a6f solid;}
.page a:hover{background:#1a3a6f;color: #ffffff;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#f3f3f3;padding: 30px 5.04%;}
footer .footer{margin:0; padding:0;}
.f-link{display: flex;align-items: center;padding:25px 0;}
.f-link .f-related{flex: 1;display: flex;align-items: center;}
.f-link .f-related h3{padding: 0;line-height: 1.6;font-weight: 400;font-size: 2rem;color: #1a3a6f;text-transform: uppercase;width: auto;margin: 0 25px 0 0;letter-spacing: 1.5px;}
.f-link .f-related>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;flex: 1;}
.f-link .f-related>ul>li{padding: 0;margin:5px;max-width:110px;box-shadow: 0 0 0 0 #1a3a6f;transition: all 0.5s ease 0s;}
.f-link .f-related>ul>li a{display: block;}
.f-link .f-related>ul>li a:hover{}
.f-link .f-related>ul>li:hover{box-shadow: 0 0 0 1px #1a3a6f;transition: all 0.5s ease 0s;}
.f-link .f-community{width: auto;margin: 0 0 0 15px;}
.f-link .f-community>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.f-link .f-community>ul>li{padding: 0;margin: 5px 0 5px 28px;width: 24px;}
.f-link .f-community>ul>li img{transform: translateY(0px);filter: brightness(0);transition: all 0.5s ease 0s;}
.f-link .f-community>ul>li a{display: block;}
.f-link .f-community>ul>li a:hvoer{}
.f-link .f-community>ul>li:hover img{transform: translateY(-5px);filter: brightness(1);transition: all 0.5s ease 0s;}
.f-content{border-top: 1px #dddddd solid;display: flex;align-items: center;padding: 25px 0;}
.f-content .f-menu{flex: 1;}
.f-content .f-menu>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.f-content .f-menu>ul>li{padding: 0;margin: 0;font-size: 1.4rem;color: #666666;position: relative;width: auto;}
.f-content .f-menu>ul>li:after{content: "│";display: inline-block;}
.f-content .f-menu>ul>li:last-of-type:after{display: none;}
.f-content .f-menu>ul>li a{display: inline-block;color: #666666;padding: 0;}
.f-content .f-menu>ul>li a:hover{color: #1a3a6f;}
.f-content .copyright{width: auto;font-size: 1.2rem;color: #222222;text-transform: uppercase;letter-spacing: 1.5px;margin: 0 0 0 15px;}
@media screen and (max-width:1400px){
    footer{padding: 15px;}
}
@media screen and (max-width:1100px){
    .f-link .f-related h3{margin: 0 10px 0 0;}
    .f-link .f-related>ul>li{max-width:100px;}
    .f-link .f-community>ul>li{margin: 5px 0 5px 20px;}
}
@media screen and (max-width:767px){
    .f-link{display: block;padding: 15px 0;}
    .f-link .f-related{flex:initial;width: 100%;display: block;}
    .f-link .f-related h3{width: 100%;text-align: center;margin: 0;}
    .f-link .f-related>ul{justify-content: center;flex:initial;width: 100%;}
    .f-link .f-community{width: 100%;margin: 15px 0 0 0;}
    .f-link .f-community>ul{justify-content: center;}
    .f-link .f-community>ul>li{margin: 5px 10px;}
    .f-content{display: block;padding: 15px 0;}
    .f-content .f-menu{flex:initial;width: 100%;}
    .f-content .f-menu>ul{justify-content: center;}
    .f-content .copyright{width: 100%;margin: 15px 0 0 0;text-align: center;}
}
@media screen and (max-width:575px){
    .f-link .f-related>ul>li{max-width:inherit;width: calc(100%/4 - 4px);margin: 5px 2px;}
}
