/*-- index_banner 段落開始 */
.index_banner {
    
}
.index_banner .sec_item .swiper-slide img {
    max-width: 100%;
}
.index_banner .sec_item .item_detail {
    width:100%;
}
/* index_banner 段落結束 --*/

/* rwd_introduction 段落開始 --*/
.rwd_introduction{
    background-color: rgba(229, 234, 236,1);
    padding:150px 0 250px 0;
    background-image: url(../images/index/rwd_bg.png);
    background-repeat: no-repeat;
    background-position: right 100px;
    background-size: 45%;
}
.rwd_introduction .cont_title{
    font-size:32px;
    color: #1b1b1b;
    margin-bottom: 20px;
}
.rwd_introduction .cont_txt{
    color:#52575c;
    font-size:18px;
    margin-top:10px;
    line-height:27px;
    display: inline-block;
    font-weight:100;
    letter-spacing: 1px;
}
.rwd_introduction .cont_txt span{
    color: #9a0000;
}
/* rwd_introduction 段落結束 --*/

/*-- pagespeed_subject 段落開始 */
.pagespeed_subject {
    padding:90px 0 40px 0;
}
/* pagespeed_info 片段開始 */
.pagespeed_info{
    letter-spacing: 1px;
}
.pagespeed_info .cont_title{
    font-size:25px;
    font-weight:bold;
}
.pagespeed_info .cont_title span{
    color: #9a0000;
}
.pagespeed_info .cont_en{
    margin-bottom:15px;
    letter-spacing: 0px;
}
.pagespeed_info .cont_txt{
    margin-bottom:15px;
}
/* pagespeed_info 片段結束 */
/* pagespeed_subject 段落結束 --*/

/*-- choice_subject 段落開始 */
.choice_subject {
    background-image: url(../images/index/choice_bg.jpg);
    background-repeat: repeat-x;
    padding:90px 0 90px 0;
}
/* choice_title 片段開始 */
.choice_title{
    color: #e7e7e7;
    letter-spacing: 1px;
    margin-bottom:100px;
}
.choice_title .cont_en{
    margin-bottom:10px;
}
.choice_title .cont_title{
    font-size:22px;
}
.choice_title .cont_line{
    width:45px;
    height:1px;
    background: #474851;
    margin:25px auto 20px auto;
}
/* choice_title 片段結束 */
/* choice_info 片段開始 */
.choice_info{
    letter-spacing: 1px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0 10px;
    padding:180px 0 180px 0;
}
.choice_info .cont_en{
    margin-bottom:10px;
}
.choice_info .cont_title{
    font-size:22px;
    color: #1f1f1f;
}
.choice_info .cont_line{
    width:45px;
    height:1px;
    background: #474851;
    margin:25px auto 20px auto;
}
.choice_info .cont_txt{
    color:#6c6c6c;
    margin-bottom:10px;
}
.choice_info .cont_link{
    
}
.choice_info .cont_link a{
    width: 180px;
    height:50px;
    line-height: 50px;
    color:#fff;
    background: #151620;
    display: inline-block;
}
.choice_info .cont_link a:hover{
    background: #161a4f;
}
/* choice_info 片段結束 */
/* maybe_title 片段開始 */
.maybe_content{
    margin-top:100px;
    padding-top:35px;
    border-top:1px solid #ccc;
}
.maybe_content .col-md-4,
.maybe_content .col-md-8{
    padding: 0;
}
/* maybe_title 片段結束 */
/* maybe_link 片段開始 */
.maybe_link{
    padding:0 10px;
    text-align: right;
}
.maybe_link a{
    display: inline-block;
    letter-spacing: 0.5px;
    margin-left:50px;
    color:#1f1f1f;
}
.maybe_link a:hover{
    -webkit-transform : scale(0.92);
    -o-transform : scale(0.92); 
    transform : scale(0.92); 
    transform-origin: center center;
}
.maybe_link a img{
    display: inline-block;
    margin-right:20px;
}
.maybe_link a span{
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
}
.maybe_link a span abbr{
    color:#6c6c6c;
}
/* maybe_link 片段結束 */
/* choice_subject 段落結束 --*/

/* cinic_content */
.cinic_content{
    padding: 0 0;
    background: #eae5e1;
}
.cinic_content img{
    max-width: 100%;
}
.cinic_content_bg{
    padding: 0 0 0 0;
}
.cinic_content_list{
    padding-left: 0;
}
.cinic_content_list .cont_title{
    font-size:50px;
    line-height: 55px;
    letter-spacing: 2px;
    margin-top:0;
}
.cinic_content_list .cont_title .cont_title_first{
    font-size:75px;
}
.cinic_content_list .cont_title_ch{
    font-size:22px;
    letter-spacing: 2px;
    margin-top:45px;
}
.cinic_content_list .cont_txt{
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-top:25px;
}
.cinic_content_list .cont_txt u{
    font-weight: bold;
    color:#000000;
}
/* 蝴蝶 */
.butterfly.one_type {
    position: absolute;
    width: 180px;
    left: 0;
    right: -900px;
    margin: auto;
    top:155px;
    transform: rotate(0deg);
    z-index: 11
}
.butterfly.second_type {
    position: absolute;
    width: 130px;
    margin: auto;
    left: 600px;
    right: auto;
    top:25px;
}
/* banner owl 輪播 */
.owl-carousel.js-banner-carousel .item .item_bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px; /* 根據你的需求調整高度 */
    position: absolute; /* 絕對定位以疊加 */
    top: 0;
    left: 0;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out; /* 設置過渡效果 */
    opacity: 0;
}

.owl-carousel.js-banner-carousel .active .item .item_bg {
    opacity: 1;
    transform: translate(0, 0);
}

.owl-carousel.js-banner-carousel .owl-stage-outer {
    position: relative;
    height: 800px; /* 根據你的需求調整高度 */
    overflow: hidden; /* 隱藏溢出的部分 */
}

.owl-carousel.js-banner-carousel .owl-stage {
    position: relative;
    height: 100%;
}

.owl-carousel .owl-item {
    position: relative;
    /*! height: 100%; */
}
/* banner content */
.banner_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    width: 300px; /* 根據需要調整大小 */
    height: 300px; /* 根據需要調整大小 */
    border-radius: 50%;
}
.banner_content .cont-title {
    font-size: 25px;
    letter-spacing: 2px;
}
.banner_content .cont-text {
    font-size: 18px;
    color: #999;
    letter-spacing: 1px;
}
.animated-border-quote {
    display: inline-block;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.animated-border-quote blockquote {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255,0.5);
    border: solid 1px #e6c598;
    display: inline-block;
    margin: 0;
    padding: 1.8em 0em 0em 0em;
    position: relative;
    border-radius: 100%;
}
.animated-border-quote blockquote:before {
    animation: clockwise 10s infinite linear;
    background-color: #efe4d8;
    bottom:10%;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top:10%;
    border-radius: 50%;
}
.animated-border-quote blockquote:after {
    animation: counter 15s infinite linear;
    background-color: #fff;
    bottom:10%;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top:10%;
    border-radius: 50%;
}
.animated-border-quote blockquote cite {
    display: block;
    text-align: right;
}
.animated-border-quote blockquote cite:before {
    content: "- ";
}
.animated-border-quote blockquote > * {
    position: relative;
    z-index: 1;
}

@keyframes clockwise {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes counter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
        opacity: 1;
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
    }
}

.flipIn {
    animation-name: flipIn;
}
/* js-marquee-carousel */
.owl-carousel.js-marquee-carousel {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.js-marquee-carousel .owl-stage {
    display: flex;
    align-items: center;
    animation: marquee 110s linear infinite;
}
.owl-carousel.js-marquee-carousel .owl-item {
    max-width: 500px;
    background: #4a90e2;
    padding: 0px;
    color: white;
    border-radius: 0px;
    border: 0px solid #fff;
    text-align: center;
    white-space: nowrap;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* main_marquee_info */
.main_marquee{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
}
.main_marquee_info .main_marquee_info_border{
    width: 50%;
    height: 100%;
    position: absolute;
    background: #483c3c;
    top: 0;
    right: 0;
}
.main_marquee_info .main_marquee_info_title{
    position: absolute;
    top: 25px;
    letter-spacing: 4px;
    left: 90px;
    z-index: 4;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    color: transparent; /* 文字顏色設定透明 */
    background-image: linear-gradient(0deg, #e6c598, #fff 35%); /* 設定漸層角度及顏色 */
    -webkit-background-clip: text; /* 背景裁剪成文字的前景色 */
    background-clip: text;
}
.main_marquee_info .main_marquee_info_center{
    width: 220px;
    height: 100%;
    position: absolute;
    background: #483c3c;
    top: 0;
    right: 0;
    left: 220px;
    margin: auto;
    z-index: 2;
}
.main_marquee_info .main_marquee_info_center:before{
    content: "";
    width: 95%;
    height: 99%;
    left: 0;
    right: 0;
    top: 4px;
    margin: auto;
    position: absolute;
    border: 1px solid #bfb6ab;
}

.main_marquee_info .main_marquee_info_center .main_marquee_info_center_img{
    position: absolute;
    left: 0px;
    right: 0;
    top: 200px;
    margin: auto;
}
/* secondary_content */
.secondary_content{
    margin: 60px 0 80px 0;
}
.shadow-effect {
	background: #fff;
	padding: 0;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #dedede;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.shadow-effect img {
	border-radius: 4px;
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 0;
	opacity: 0.5;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
    transform-origin: top center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .item:hover {
	opacity: 1;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials .owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #483c3c;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #483c3c;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
    border-radius: 50px;
}

#customers-testimonials .owl-item > div {
  margin: 0 0;
/*   transition: margin 0.4s ease; */
}
#customers-testimonials .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
/* .content-item {
  display: none;
}
.content-item.active {
  display: block;
} */
.content-item {
  display: none;
  opacity: 0.1;
  transition: opacity 0.5s ease-in-out;
}
.content-item.active {
  display: block;
  opacity: 1;
}
.content-container .content-item{
    
}
.content-container .content-item .cont-en{
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
}
.content-container .content-item .cont-title{
    font-size: 30px;
    letter-spacing: 4px;
}
.content-container .content-item .cont-text{
    max-width: 550px;
    height: 100px;
}
/* arrow */
.custom-nav{
    position: relative;
    z-index: 5;
}
.custom-nav .custom-prev{
    left: 0;
    top: -180px;
}
.custom-nav .custom-next{
    right: 0;
    top: -180px;
}
.custom-nav .custom-prev polyline,
.custom-nav .custom-next polyline{
  stroke-width: 2;
}
.secondary_content_list{
    
}
.secondary_content_list .cont_en{
    font-size: 36px;
    color: #ae7b41;
}
.secondary_content_list .cont_title{
    font-size: 36px;
    letter-spacing: 4px;
}
/* bhairer_content */
.bhairer_content{
    padding: 80px 0 150px 0;
    background: #fff;
}
/* touch */
.touch-indicator {
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    z-index: 11;
    animation-name: viwe_watch;
    -webkit-animation-name: viwe_watch;
    animation-duration: 1.4s;
    -webkit-animation-duration: 1.4s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes viwe_watch {
    0% {
        transform: scale(0.90);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(0.90);
        opacity: 1;
    }
}

@-webkit-keyframes viwe_watch {
    0% {
        transform: scale(0.90);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(0.90);
        opacity: 1;
    }
}
.customers-testimonials_btn{
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(163, 151, 135, 1);
    color: #fff;
    padding: 10px 0 12px 0;
    font-size: 17px;
    border-radius: 0 0 4px 4px;
    letter-spacing: 4px;
    max-width: 100%;
}
.customers-testimonials_btn:before{
    content: "";
    width: 95%;
    height: 82%;
    left: 0;
    right: 0;
    top: 4px;
    margin: auto;
    position: absolute;
    border: 1px solid #bfb6ab;
}
#customers-testimonials .owl-item .customers-testimonials_btn {
	display: none;
}
#customers-testimonials .owl-item.active.center .customers-testimonials_btn {
	display: block;
}


/* 影片播片 */
.video-container {
    position: relative;
    width: 100%; /* 可以根據需要調整 */
    height: 500px; /* 可以根據需要調整 */
    margin: 0;
    background: url('../images/index/item02.jpg') right center / cover no-repeat;
    background-size: cover;
    cursor: pointer;
}

.video-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url('../images/common_icon/icon_video_icon.svg') center center / contain no-repeat;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 200, 200,0.1);
    background: url('../images/index/icon_dots.png') center center / auto repeat;
    opacity: 0.2;
    z-index: 1;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.video-container.playing::before,
.video-container.playing::after {
    display: none;
}
/* 影片播片 end */
.team_content .cinic_content_list.only_type ul{
    padding-left: 20px;
}
.team_content .cinic_content_list.only_type li{
    list-style: disc;
}
.team_content .cinic_content_list.only_type img{
    border-radius: 8px;
}
.info_submit{
    padding: 7px 20px;
    border-radius: 8px;
    background-color: #483c3c;
    color: #fff;
}
/* 響應式裝置========== */

@media only screen and (min-width : 1366px) {
    .cinic_content_list{
        padding-left: 150px;
        padding-right: 150px;
    }
}
@media only screen and (min-width : 992px) {
    .team_content .cinic_content_list.only_type{
        max-width: 400px;
        padding:0;
    }
    .index_banner {
        padding-top:80px;
    }
    .index_banner .sec_item .swiper-slide img {
        max-width: 100%;
    }
    
    .choice_subject .container{
        width:90%;
    }
    .pagespeed_info .cont_image{
        position: relative;
        left:-32px;
    }
    .owl-carousel.js-marquee-carousel .owl-item img {
        max-height: auto;
        max-width: 500px;
    }
    .cinic_content_bg{
        max-width: 100%;
        margin: auto;
    }
    .customers-testimonials-content{
        max-width: 900px;
        margin-top: -30px;
    }
    #customers-testimonials{
        max-width: 1500px;
        margin: auto;
    }
    #customers-testimonials.owl-carousel .owl-dots {
        bottom: -255px;
    }
    .cinic_content_list{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
    .choice_subject {
        background-image: url(../images/index/choice_bg.jpg);
        background-repeat: repeat-x;
        background-size: 100% 300px;
        padding:90px 0 30px 0;
    }
    .choice_info .cont_en img{
        width: 90%;
    }
    .choice_info{
        margin:0 10px;
        padding:80px 0 80px 0;
        background-size: auto auto;
        margin-bottom:50px;
    }
    .maybe_content{
        margin-top:30px;
        padding-top:35px;
    }
    .maybe_title{
        margin-bottom:30px;
    }
    .maybe_link a{
        width: 49%;
        margin-bottom:30px;
        margin-left:0;
    }
    .maybe_link a:hover{
        -webkit-transform : scale(1);
        -o-transform : scale(1); 
        transform : scale(1); 
    }
    .maybe_content .col-md-4,
    .maybe_content .col-md-8{
        width: 100%;
    }
    .maybe_link{
        padding:0 0;
        text-align: left;
    }
    /* rwd_introduction 段落開始 --*/
    .rwd_introduction{
        padding:50px 0 200px 0;
        background-position: right bottom;
        background-size: 48%;
    }
    /* rwd_introduction 段落結束 --*/
}

@media only screen and (max-width : 991px) {
    .video-container {
        height: 300px; /* 可以根據需要調整 */
        background-size: cover;
    }
    .marquee_content,
    .cinic_content{
/*         overflow-x: hidden; */
        max-width: 100%;
        position: relative;
        z-index: 3;
    }
    .index_banner {
        height: 100%;
        padding-top:75px;
    }
    .maybe_content{
        margin-top:0px;
        padding-top:35px;
        border-top:0px solid #ccc;
    }
    .maybe_title{
        margin-bottom:30px;
    }
    .maybe_link{
        padding:0 0;
        text-align: left;
    }
    .maybe_link a{
        margin-left:0;
        margin-bottom:30px;
    }
    /*-- pagespeed_subject 段落開始 */
    .pagespeed_subject {
        padding:50px 0 50px 0;
    }
    /* pagespeed_info 片段開始 */
    .pagespeed_info .cont_txt{
        text-align: left;
    }
    .pagespeed_info .cont_txt br{
        display: none;
    }
    .pagespeed_info .cont_image img{
        width: 100%;
    }
    /* pagespeed_info 片段結束 */
    /* pagespeed_subject 段落結束 --*/
    .cinic_content_bg{
        padding: 0 0 0 0;
    }
    .cinic_content_bg img{
        width: 100%;
    }
    .cinic_content_list{
        padding: 0 15px;
    }
    .cinic_content_list .cont_title{
        font-size:36px;
        line-height: 40px;
        letter-spacing: 2px;
        margin:30px 0 20px 0;
        text-align: left;
    }
    .cinic_content_list .cont_title .cont_title_first{
        font-size:50px;
    }
    .cinic_content_list .cont_title_ch{
        font-size:20px;
        letter-spacing: 1px;
        margin-top:20px;
    }
    .cinic_content_list .cont_txt{
        max-width: 100%;
        margin-top:20px;
        margin-bottom:30px;
    }
    /*   main_marquee_info   */
    .main_marquee_info .main_marquee_info_border{
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .main_marquee_info .main_marquee_info_title{
        top: 15px;
        left: 15px;
        font-size: 35px;
        line-height: 40px;
    }
    .main_marquee {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .main_marquee_info .main_marquee_info_center{
        width: 130px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 30px;
        left: auto;
        margin: auto;
        z-index: 2;
    }
    .main_marquee_info .main_marquee_info_center img{
        width: 100px;
    }
    .main_marquee_info .main_marquee_info_center .main_marquee_info_center_img {
      position: absolute;
      left: 0px;
      right: 0;
      top: 140px;
      margin: auto;
    }
    #customers-testimonials.owl-carousel .owl-dots {
        margin-top: 0;
        bottom: -300px;
    }
    .custom-nav .custom-prev{
        left: 20px;
        top: -175px;
        transform: scale(0.7);
        transform-origin: top left;
    }
    .custom-nav .custom-next{
        right: 20px;
        top: -175px;
        transform: scale(0.7);
        transform-origin: top right;
    }
    /* 蝴蝶 */
    .butterfly.second_type {
        position: absolute;
        width: 120px;
        margin: auto;
        left: auto;
        right: 15px;
        top:-90px;
        transform: scale(0.6);
        transform-origin: center center;
    }
    .touch-indicator {
        position: absolute;
        width: 80px;
        left: -200px;
        right: 0;
        margin: auto;
        bottom: 0px;
        cursor: pointer;
        text-decoration: none!important;
        -moz-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
    }
    .touch-indicator.focus_before {
        left: 0;
        right: -50px;
        bottom: 0px;
    }
    .touch-indicator.focus_after {
        left: -200px;
        right: 0;
    }
    .team_content .cinic_content_list.only_type{
        max-width: 400px;
        padding: 0 15px;
        margin: auto;
    }
    .team_content .cinic_content_list.only_type img{
        max-width: 380px;
        width: 100%;
        margin: auto;
        border-radius: 8px;
    }
    .cinic_content_list{
        padding: 0 15px;
        margin: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .choice_info{
        background-size: auto;
        margin:0 0;
        padding:130px 0 130px 0;
        margin-bottom:50px;
    }
    .choice_subject {
        padding:90px 0 80px 0;
    }
    .maybe_link a{
        width: 49%;
        margin-bottom:30px;
    }
    /* rwd_introduction 段落開始 --*/
    .rwd_introduction{
        padding:50px 0 420px 0;
        background-position: right bottom;
        background-size: 75%;
    }
    /* rwd_introduction 段落結束 --*/
    .butterfly.second_type {
        left: 250px;
        top:-60px;
    }
}
@media only screen and (max-width : 1200px) {
    .bhairer_content{
        padding: 50px 0 100px 0;
    }
    .butterfly.one_type {
        width: 180px;
        left: 0;
        right: -200px;
        margin: auto;
        top:-95px;
        transform: rotate(0deg);
    }
}
@media only screen and (max-width : 767px) {
    .owl-carousel.js-banner-carousel .owl-stage-outer {
        height: 500px; /* 根據你的需求調整高度 */
    }
    .owl-carousel.js-banner-carousel .item .item_bg {
        height: 500px; /* 根據你的需求調整高度 */
    }
    .choice_subject {
        background-image: url(../images/index/choice_bg.jpg);
        background-repeat: repeat-x;
        background-size: 100% 300px;
        padding:90px 0 30px 0;
    }
    .choice_info .cont_en img{
        width: 90%;
    }
    .choice_info{
        margin:0 10px;
        padding:80px 0 80px 0;
        background-size: auto auto;
        margin-bottom:50px;
    }
    .maybe_title img{
        width: 100%;
    }
    /* rwd_introduction 段落開始 --*/
    .rwd_introduction{
        padding:50px 0 300px 0;
        background-position: right bottom;
        background-size: 100%;
    }
    /* rwd_introduction 段落結束 --*/
    .banner_content {
        width: 250px; /* 根據需要調整大小 */
        height: 250px; /* 根據需要調整大小 */
    }
    .animated-border-quote blockquote {
        padding: 1.1em 1em 1em 1em;
        position: relative;
    }
    .banner_content .cont-title {
        font-size: 22px;
    }
    .banner_content .cont-text {
        font-size: 17px;
        color: #9c9c9c;
    }
    .banner_content {
        top: 0;
        bottom: -50px;
    }
/*     .animated-border-quote blockquote {
        background-color: rgba(255, 255, 255,0.1);
    }
    .animated-border-quote blockquote:before {
        background-color: rgba(255, 255, 255,0.7);
    }
    .animated-border-quote blockquote:after {
        background-color: rgba(255, 255, 255,0.7);
    } */
    .content-container .content-item .cont-text{
        max-width: 90%;
        height: 120px;
    }
    .content-container .content-item .cont-en{
        font-size: 24px;
        line-height: 30px;
    }
    .content-container .content-item .cont-title{
        font-size: 26px;
        letter-spacing: 4px;
    }
    .bhairer_content{
        padding: 50px 0 50px 0;
        background: #fff;
    }
    main {
        position: relative;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

}
@media only screen and (max-width : 330px) {
    .banner_content .cont-title {
        font-size: 20px;
    }
    .banner_content .cont-text {
        font-size: 16px;
        color: #9c9c9c;
    }
}
/* ==========響應式裝置 */