/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative; background: #f5e9eb; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1366px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(18px, 1.5vw, 20px); line-height:1.8; color: #3e3a39; letter-spacing: 0; font-weight: 400; padding-top: 140px;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}


.demo-section { padding-left: 5%; padding-right: 5%;}

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.6vw, 32px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

.font-noto-serif { font-family: "Noto Serif TC", sans-serif; }

.color-white { color: #fff !important;}
.color-red { color: #cb1d20 !important;}
.color-orange { color: #e17a15 !important;}
.color-gray { color: #333 !important;}
.color-green { color: #32a2b0 !important;}
.color-black { color: #000 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-600 { font-weight: 600;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(20px + 1%) 0; font-weight: 400; line-height: 1.7; font-size: clamp(18px, 1.5vw, 20px);}

.layout-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: calc(10px + 1%);line-height: 1.3;}

.banner { position: relative; margin-bottom: calc(20px + 2%); }
.banner-pc { }
.banner-mobile { display: none !important;}

.loop .owl-dots { }
.loop .owl-item {position: relative; }
.loop .owl-nav { position: absolute; top:calc(50% - 40px); width: 100%; z-index: 11;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop .owl-prev { left:30px; }
.loop .owl-next { right:30px;}
.loop .owl-prev:before, .loop .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.5;transition: all 0.4s ease-out 0s;width: 35px; height: 35px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;}
.loop .owl-prev:before { content: ""; transform: rotate(-135deg); }
.loop .owl-next:before { content: ""; transform: rotate(45deg);}
.loop .owl-prev:hover:before, .loop .owl-next:hover:before { opacity: 1;}
.loop .owl-stage-outer {z-index: 2;}
.loop .owl-dots { position: absolute; z-index: 100; bottom: 3%; width: 100%; text-align: center !important; padding: 0 0px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: none !important; width: 12px !important; height: 12px !important; border: 1px solid #fff;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #452568 !important; border: 1px solid #452568;}

.idx-about-section { padding: 0 3% calc(20px + 4%) 3%;}
.idx-about-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding: 60px 0; position: relative;}
.idx-about-content > div:nth-of-type(1) { width: calc(50% + 60px);}
.idx-about-content > div:nth-of-type(1) img { width: 100%; box-shadow: 0px 25px 20px 0px rgba(0,0,0,0.2);}
.idx-about-content > div:nth-of-type(2) { width: calc(50% - 60px); padding: 0 4.5%;}
.idx-about-content:after { content: ""; position: absolute; width: calc(50% + 50px); height: 100%; top: 0; right: 0; background: #fff; z-index: -1;}

.titl01 { display: flex; flex-direction: row; flex-wrap: nowrap; width: fit-content; margin-bottom: 22px;}
.titl01 > div, .titl01 > h1 { font-family: 'Noto Sans TC', sans-serif; font-weight: 700;  padding: 0 16px 6px 16px; margin: 0 0 0 0; line-height: 1.2; position: relative; letter-spacing: 0.1rem;font-size: clamp(26px, 3.3vw, 38px); color: #452568;}
.titl01 > span { width: 1px; display: block; background: #452568;}

.btn-more { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.btn-more:hover > div { color: #452568;margin-right: 10px;  }
.btn-more:hover > span { background: #452568; }
.btn-more:hover > span > span { width: 16px; left: 50%; transform: translateY(-50%) translateX(-50%); background: #fff; }
.btn-more:hover > span > span:after { border-color: #fff; }
.btn-more > div { line-height: 1; font-size: 16px; margin-right: 30px; color: #3e3a39;transition: all 0.4s ease-out 0s;}
.btn-more > span { display: block; position: relative; width: 40px; height: 40px; border-radius: 100%; border: 1px solid #3c312c;transition: all 0.2s ease-out 0s;}
.btn-more > span > span { position: absolute; top:50%; left: -12px; transform: translateY(-50%); width: 30px; height: 1px; background: #3e3a39;transition: all 0.2s ease-out 0s;}
.btn-more > span > span:after { content: ""; position: absolute; width: 9px; height: 9px; border-width: 1px 1px 0 0; border-style: solid; border-color: #3e3a39; top:50%; right: 0; transform: translateY(-50%) rotate(45deg);}

.idx-main-section { background: url("/images/theme-b67/idx-main-bg.png") no-repeat top right; background-size: 49%;}

.idx-flow-section { padding: calc(20px + 5%) 0 calc(20px + 8%) 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.idx-flow-section > div { width: 13%; display: flex; flex-direction: column; flex-wrap: wrap; position: relative;}
.idx-flow-section > div:nth-child(even) .idx-flow-icon { background: #4e3780;}
.idx-flow-section > div:after { content: ""; position: absolute; background: url("/images/theme-b67/arrow.png") no-repeat top center; background-size: contain; width: 26px; height: 26px; right: -24%; top:33%;}
.idx-flow-section > div:last-child:after { display: none;}
.idx-flow-icon { margin-bottom: 24px; border-radius: 100%; position: relative; padding-bottom: 100%; background: #3a275c;}
.idx-flow-icon img { position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); height: 48%;}
.idx-flow-title { background: url("/images/theme-b67/title-bg.png") no-repeat center bottom; text-align: center; padding: 0 0 15px 0; font-weight: 700;font-size: clamp(20px, 1.7vw, 22px); line-height: 1.2;}

.idx-news-top { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 15px; align-items: center; }
.idx-news-top .titl01 {  margin-bottom: 0;}

.loop-news { margin:0 0 calc(35px + 5%) 0;}
.loop-news .owl-dots { }
.loop-news .owl-item {position: relative; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
.loop-news .owl-nav { position: absolute; bottom: 10%; transform: translateX(-50%); left: 50%; width: 120px; z-index: 11;}
.loop-news .owl-prev, .loop-news .owl-next { position:absolute; z-index:100;  width: 45px !important; height: 45px !important; border-radius: 100% !important; background: rgba(60,49,44,.8) !important; border: 0px solid #074151 !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%);}
.loop-news .owl-prev:hover, .loop-news .owl-next:hover { background: rgba(60,49,44,1) !important;}
.loop-news .owl-prev:hover:before, .loop-news .owl-next:hover:before { border-color: #fff;}
.loop-news .owl-prev { left:0px; }
.loop-news .owl-next { right:0px;}
.loop-news .owl-prev:before, .loop-news .owl-next:before { content: ""; position: absolute; width: 13px; height: 13px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.loop-news .owl-prev:before { transform:translate(-30%, -50%) rotate(-135deg);}
.loop-news .owl-next:before { transform:translate(-70%, -50%) rotate(45deg);;}
.loop-news .owl-prev:hover:before, .loop-news .owl-next:hover:before { }
.loop-news .owl-stage-outer {z-index: 2; padding: 20px 0;}
.loop-news .owl-stage {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.loop-news .owl-dots { position: absolute; z-index: 100; bottom:24px; left:0; width: 100%; text-align: left !important; padding: 0 0px; }
.loop-news .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 0px;  margin-right: 0px; border-radius: 100%;}
.loop-news .owl-dots { position: absolute; z-index: 100; bottom: -30px; width: 100%; text-align: center !important; padding: 0 0px; }
.loop-news .owl-dots .owl-dot span, .loop-news  .owl-dots .owl-dot span { background: #fff !important; width: 12px !important; height: 12px !important; border: 1px solid #fff;}
.loop-news .owl-dots .owl-dot.active span, .loop-news  .owl-dots .owl-dot:hover span { background: #452568 !important; border: 1px solid #452568;}


.idx-news-pto { border-bottom: 1px solid #e0d2b8; padding-bottom: 71%; display: block;}
.idx-news-content { padding: 22px;}
.idx-news-date { line-height: 1; font-size: 17px; color: #aa9e89; padding-bottom: 15px;}
.idx-news-title {  color: #3e3a39; line-height: 1.3; margin-bottom: 20px; white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}
.idx-news-btn {  color: #3e3a39; line-height: 1.3; margin-bottom: 20px; white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}

.btn01 { position: relative; display: block; width: 120px; border: 1px solid #3e3a39; text-align: center; padding: 0 10px; overflow: hidden;}
.btn01:before, .btn01:after { position: absolute; content: ""; border-radius: 100%; background: #452568;transition: all 0.3s ease-out 0s; transform: scale(0);}
.btn01:before { width: 100px; height: 100px; left: -20%;bottom: -50px; transform-origin: 0 100%;}
.btn01:hover:before, .btn01:hover:after  { transform: scale(1);}
.btn01:after { width: 200px; height: 200px; right: -55%;bottom: -100px; transform: 100% 100%;}
.btn01 span { display: inline-block; line-height: 1; padding:12px 0; font-size: 16px; position: relative; z-index: 3; letter-spacing: 0.1rem; }
.btn01:hover span { color: #fff;}




@media only screen and (max-width: 1365px) {

	
}
@media only screen and (max-width: 1279px) {
    #content { padding-top: 60px;}
	
	.idx-about-content { padding: 0;}
	.idx-about-content > div:nth-of-type(1) { width: 100%; order: 2;}
	.idx-about-content > div:nth-of-type(2) { width: 100%; padding: 0 0 30px 0; order: 1;}
	.idx-about-content:after { display: none;}

}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none !important;}
	.banner-mobile { display: block !important;}
	
	.idx-flow-section > div { width: 28%; margin-bottom: 30px;}
	.idx-flow-section > div:after { right: -17%;}
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.idx-flow-section { justify-content: flex-start;}
	.idx-flow-section > div { width: 42%; margin-right: 8%; }
	.idx-flow-section > div:after { right: -17%;width: 16px; height: 16px; }
	
}

@media only screen and (max-width: 414px) {
	.idx-flow-section > div:after { top:30%; }
	
	.idx-about-data br { display: none;}
}

@media only screen and (max-width: 320px) {
	.idx-flow-section > div:after { top:25%; }
	
	
}