@import url("../../../icon_new_6.2/css/all.min.css");
@import url("../../../File/css/ani.css");

/*共用*/
.bgcolor0{background: var(--yellow);}
.bgcolor0_1{position: relative;overflow: hidden;z-index: 0;}
.bgcolor0_1::before{
    position: absolute;content: '';background: url("../images/1208061_dot_bg.png") -28% 160% no-repeat,url("../images/1208061_dot_bg.png") 128% 40% no-repeat;
    width: 100%;height: 100%;
    left: 0;right: 0;top: 0;z-index: -1;
}
.bgcolor1{
    background: -moz-repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 39px, #ABABAB 40px);/* FF3.6+ */
    background: -webkit-repeating-gradient(linear, 0deg, color-stop(39px, FDFDFD), color-stop(40px, ABABAB));/* Chrome,Safari4+ */
    background: -webkit-repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 39px, #ABABAB 40px);/* Chrome10+,Safari5.1+ */
    background: -o-repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 39px, #ABABAB 40px);/* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #FDFDFD, #FDFDFD 39px, #ABABAB 40px);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 39px, #ABABAB 40px);/* W3C */
}
.bgcolor2{background:linear-gradient(0deg,var(--yellow) 20%,#fff5e4 100%)}
.bgcolor3{background-color: #6ac1be;clip-path: polygon(6% 0, 94% 0, 100% 6%, 100% 100%, 0 100%, 0 6%);text-align: center;}
.bgcolor4{background-color: #E4E4E4;}
.bgcolor5{background-color: #DFDFDF;}


/*設計專用樣式Start*/
:root{
    --text-red:#CA193F;
    --yellow:#fff000;
    --orange:#fb695a;
    --purple:#823e93;
    --gray_dark:#272727;
    --linear1:-webkit-radial-gradient(50% 50%, circle closest-corner, #FFFFFF 33%, var(--yellow) 69%);
    --linear2:-webkit-radial-gradient(50% 50%, circle closest-corner, var(--yellow) 33%,#FFFFFF 69%);
}
body{color: #272727;}
.banner{justify-content: center;max-width: 1920px;margin: auto;}
.banner img{max-width: 100%;}
.each_title{
    font-size: 3.5rem;margin:0 0 1rem;display: inline-block;
    font-family: "MStiffHeiHK UltraBold",microsoft yahei;font-weight: bold;
    border-bottom:solid 3px var(--gray_dark);color: var(--gray_dark);
}
.each_title span{color:var(--text-red) ;}
.books{text-align: center;}
.object{position: relative;z-index: 0;padding: 1rem 0 2.5rem;text-align: center;}
.object:before{position: absolute;content: '';width: 100%;height: 100%;left: 0;top: 0;background: url("../images/1208061_line_bg.png") no-repeat center top / 100% auto;z-index: -1;}
.object:after{
    position: absolute;content: '';width: 100%;height: 100%;left: 0;top: 0;z-index: -2;
    background: var(--linear1);
}
.object_list{
    width: calc(100%/3.08);font-size: 1.2rem;
    border-top:solid 2px black;border-bottom:solid 2px black;
    border-left:solid 5px black;border-right:solid 5px black;
    box-shadow: -16px 15px 8px -8px rgb(113 113 113 / 30%);
}
.object_list{background-color: white;border-radius: 2rem 1.3rem;}
.object_list dt{font-size: 2rem;color:var(--text-red);text-align: center;font-weight: 900;}
.object_list dd:first-of-type{font-weight:900;font-size: 1.6rem;}
.object_list dd:first-of-type a{color:var(--text-red);}
.object_list dd:nth-of-type(2),.stu_hit{color:#1888b8;font-size: 1.4rem;}
.object_list dd small,.stu_name small{font-size: 0.8em;font-weight: normal;}
.object_list > dd{text-align: left;}
.object_list dd > span{color: var(--orange);}
.subject_intro li{text-align: left;list-style-type: disc;margin-left: 2rem;}
.subject_list li{font-size: 1.3rem;background-color:var(--orange);border-radius: 0.5rem;padding: 0.2rem 1rem;}
.subject_list li,.subject_list li a{color:white;}
.subject_intro li{font-size: 1.2rem;line-height: 2.2rem;}
.subject_intro{padding: 0.5rem;}
.photolist,.photolist img{text-align: center;margin: 0 auto;border-radius:16px 16px 0 0;}
.photolist figcaption{background: var(--gray_dark);color: white;border-radius:0 0 16px 16px;padding: 0.3rem;width: 220px;margin: auto;}
.photolist_container{padding: 1rem 4rem 0;}
.photolist_img{width: fit-content;}
.subject_list{width:30%;align-content:flex-end;gap: 1rem;margin:auto;flex-direction: column;}
.books img,.books dd{text-align: center;margin: 0 auto;}
.books dt{margin-bottom: .5rem;}
.books dd:nth-of-type(1){font-size: 1.35rem;background: var(--orange);color: white;display: inline-block;border-radius:8px;}
.books dd{font-size: 1.2rem;margin: .5rem auto;padding: 0.2rem 0;}
.books_list li{list-style-type: disc;margin-left: 2rem;text-align: left;font-size: 1.1rem;}
.student{
    text-align: left;padding:2rem 1rem; background-color: white;border-radius: 1rem;margin: 0 .5rem;
    background: -moz-repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 25px, #ABABAB 26px);/* FF3.6+ */
    background: -webkit-repeating-gradient(linear, 0deg, color-stop(25px, FDFDFD), color-stop(26px, ABABAB));/* Chrome,Safari4+ */
    background: -webkit-repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 25px, #ABABAB 26px);/* Chrome10+,Safari5.1+ */
    background: -o-repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 25px, #ABABAB 26px);/* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #FDFDFD, #FDFDFD 25px, #ABABAB 26px);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: repeating-linear-gradient(0deg, #FDFDFD, #FDFDFD 25px, #ABABAB 26px);/* W3C */
}
.student a{color:var(--text-red);}
.stu_name{font-size: 1.6rem;font-weight: bold;}
.stu_content{font-size: 1.1rem;}
.stu_content span{color: var(--orange);}

.offer{background: linear-gradient(0deg, #fff5e4 20%, white 100%);padding: 1rem 6rem;border-radius: 2rem;margin: 2.5rem auto 0;width:fit-content;}
.offer_title{color: #fd513e;border-bottom: solid 1px #fd513e;font-size: 2.8rem;margin: 1rem 0;font-weight: 900;}
.offer_list span{color:var(--text-red);font-weight: 900;}
.offer_list li{list-style-type: none;font-size: 1.4rem;text-align: center;color:var(--purple);}
.offer_list li:last-child{font-size: 2rem;}
.offer_note,.offer_ask{font-size: 1.4rem;text-align: center;}
.others a,.offer_ask a{background: var(--purple);color: var(--yellow);border-radius:10px;display: inline-block;padding: .8rem 2rem;text-decoration: none;transition: .5s ease-in-out;font-size: 1.4rem;}
.others a:hover,.subject_list li:hover{letter-spacing: 0.15rem;}
.offer_ask a{font-size: 1.2rem;text-decoration: none;padding: 0.2rem 2rem;margin-top: 0.8rem;}
.FB_LINE_event .Community dt a,.FB_LINE_event .Community dd{color: black;}
.FB_LINE_event .Community dt{font-size: 1.5rem;}
.FB_LINE_event .Community dd{font-size: 1.2rem;}
.FB_LINE_event .Line dt a{color: #10AC84;}
.FB_LINE_event .FB{border-left:solid 2px #6ac1be;border-right:solid 2px #6ac1be;}
.FB_LINE_event .FB dt a{color: #155190;}
.FB_LINE_event .IG dt a{color: #6722a8;}
.FB_LINE_event i{margin-right: 0.3rem;}
.FB_LINE_event .Line,.FB_LINE_event .FB,.FB_LINE_event .IG{background-color: #fff5ba;background-image: none;}
/*設計專用樣式END*/

/*vue輪播控制*/
#app{width:100%;margin:2rem auto}
#app > div{margin:1rem 0}
.VueCarousel-inner{gap: 0.3rem;}
.VueCarousel-slide{
    display:flex;justify-content:center;box-sizing:border-box;align-items: stretch;
    background: linear-gradient(0deg, #fff5e4 20%, white 100%);padding:0 1rem 0.5rem;
}
.carousel2 .VueCarousel-slide{background: none;}
button.VueCarousel-navigation-button.VueCarousel-navigation-prev {
    left: 0%;
}
button.VueCarousel-navigation-button.VueCarousel-navigation-next {
    left: 98%;
}

/*css reset 歸0*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,thead{margin:0;padding:0;border:0;outline:0;font-size:100%;line-height:1.5em;}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/*remember to define focus styles!*/
:focus{outline:0;}
*{box-sizing: border-box;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
body{font-family:"Microsoft YaHei", 微軟正黑體, Arial;background: var(--yellow);}
a{text-decoration:underline;}
a:hover{text-decoration:none;}
ul,li,dd,ol{margin:0;padding:0;list-style-type:none;}


/*Back to top button */
#back-top {position: fixed;bottom: 30px;margin-left: -150px;right: 1%;z-index: 99;}
#back-top a {width:50px;height:50px;border-radius:50%;display: block;text-align: center;font: 11px/100% Arial, Helvetica, sans-serif;text-transform: uppercase;text-decoration: none;color: #bbb;transition: 1s;}
#back-top a:hover {color: #000;}
/*arrow icon (span tag)*/
#back-top span {width:50px;height:50px;display: block;margin-bottom: 7px;background: rgba(99, 99, 99, 0.74) url(../images/up-arrow.png) no-repeat center center;/*rounded corners*/border-radius:50%;/*background color transition*/transition: 1s;}
#back-top a:hover span {background-color: #777;}

/*所有元素漸變0.5秒*/*{transition: all .5s;}

.ft_NOTO{font-family: 'Noto Sans TC', sans-serif;}
.ft_NOTOSer{font-family: 'Noto Serif TC', serif;}
.ft_Meiro{font-family: Meiryo, "Meiryo UI", Arial, sans-serif;}

#askarea_out input, #askarea_out select {color: rgb(82, 80, 80);padding: 0 0.4rem;}
#askarea input[type="submit"],#askarea input[type="reset"]{color: white;}
#askarea_out img{width: 25%;display: inline-block;margin: 0.5rem 0;}
@media (min-width: 1201px){


    #BodyContent{width:100%;padding:0;margin:0;}
    #BodyContainer_event{width:100%;margin:0;}
    #BodyHeader_event_rwd,#topli{display:none;}

    /*資料集中1200px寬外框*/
    #Master_title{width: 100%;margin: auto;}
    #event_master,#event_sec,#event_third,#event_fourth,#event_fifth,#event_sixth{margin:2% auto;display:inline-block;width:1280px;padding:0;}    
    /*標題大小*/
    /* h1{ font-size: 3em; }
    h2{ font-size: 2.5em; }
    h3{ font-size: 2.2em; }
    #event_sixth nav a{ font-size: 1.3em; } */
    /* bodyHeader */
    #BodyHeader_event,#header-share{width:100%;float:left}
    #BodyHeader_event #header-share{line-height:2;font-size:17px;margin-bottom:0;margin-top:0;background-color:#FFF}
    #BodyHeader_event #header-share img{margin-bottom:5px;max-width: 12%;display: inline-block;}
    #BodyHeader_event a{color:#333;font-size:17px}
    #BodyHeader_event a:hover{text-decoration:none;color:#666;position:relative;top:2px;bottom:2px}
    /* Footer */
    #BodyFooter_rwd,#footer_line,#footer_address ul li,#footer_inline ul{display:inline-block;}
    #BodyFooter_rwd{width:100%;margin-top:2%;}
    #footer_address,#footer_address #adinfo_out,#footer_address #adinfo{margin:0 auto;width:100%;}
    #footer_inline ul,#footer_address ul{width:100%;margin:0% auto;}
    #footer_inline a,#footer_address a{color:#000}
    #footer_inline ul li{display:inline;margin:auto 0.5%;width:13%;}
    #footer_address ul li{width:100%;line-height:1.9em;font-size:1em;}
    #adinfo_out #adinfo{width:50%;display:inline;margin:auto 1%;}
    #footer_inline ul li img{width:10%;height:auto;vertical-align:middle;display: inline-block;}
    #footer_line{width:90%;border-top:thin solid #999;margin:2% 5%}
    /*ask*/
    #askarea_out *{font-family:"微軟正黑體";font-size:1em;color: var(--gray_dark);}
    #askarea_out{background-color:var(--yellow);width:100%;display:inline-block;text-align:left}
    #askarea{width:1200px;margin:0 auto}
    #askarea img{width:8%;height:auto}
    #askarea p{margin-top:1%;margin-bottom:1%;font-size:1.1em}
    #askarea .asktitle,#askarea .asktitle p{text-align:center}
    #askarea .asktitle{font-size:1.55em;margin-top: 1%;margin-bottom: 1%;}
    #askarea #formlist{width:80%;margin:2% auto;color:#FFF}
    #askarea SELECT,#askarea input{border-radius:7px;background-color:#FFF;border:#FFF;padding:.5%;margin:auto 1% 1% auto}
    #askarea SELECT{width:19.7%}
    #askarea input{color:#A1A1A1}
    #askarea input[name="sContent"]{width:50%}
    #askarea input[type="text"]{width:40%;/*height:20px*/}
    #askarea input[type="radio"]{margin-left:3%}
    #askarea input[type="submit"],#askarea input[type="reset"]{width:11%;height:45px;color:#FFF;background-color:#eb543f;padding:.5em}
    #noie{color:#FFF;width:100%;height:60px;text-align:center;border:1px solid #069;background-color:#39C;_z-index:9999;z-index:9999;position:fixed;_top:expression(documentElement.scrollTop+"px");/*讓選單覆蓋內容不會隨著捲軸滑動而消失專用*/left:0;top:0}
    #noie a{color: #FC0;}
    .hottxt{ color: #ffd942; font-size: 13px;}
}

@media (max-width: 1200px){
    /*隱藏的區塊*/
    #BodyHeader_event,.hottxt,#noie{display:none;}
    /*會撐開的版面控制*/
    #BodyContent {width: 100%;padding:0;}
    #BodyContainer_event{width: 100%;}
    /*header*/
    #BodyHeader_event_rwd {	text-align: center;width:100%;height: auto;	margin:0 auto;background-color:#FFF;position:fixed;top:0;float:left;z-index:9;}
    #BodyHeader_event_rwd img,#BodyFooter_rwd #footer_inline ul li img{display: inline-block;}
    @media screen and  (orientation:portrait) {#BodyHeader_event_rwd img {max-width: 50%;margin-top:2.5%;}}
    @media screen and  (orientation:landscape) {#BodyHeader_event_rwd img {max-width: 25%;margin-top:2.5%;}}
    /*選單*/
    #mbSearch {margin: 5% 0 0 0;border-bottom: 1px solid #7D7D7D;width: 100%;}
    #mbSearch input {border: none;outline: 0;font-size: 2em;padding-left: 6%;}
    /*body*/
    #Master_title{display:inline-block;width:100%;padding:0;}/*主圖位置ID*/
    @media screen and (orientation : portrait){#Master_title{margin-top: 10%;}}
    @media screen and (orientation:landscape) {#Master_title{margin-top: 8%;}}
    
    .each_title{margin: 0rem 0;}
    .offer{padding: 1rem;}    
    #event_master{padding: 1rem;}
    .object{padding: 0;}
    .object_list{margin: 1rem auto .5rem;width: 90%;}
    .each_title{text-align: center;}
    .photolist figcaption{max-width: 220px;}

    /*滿百100%區域*/
    .row100{width:100%;}
    /*資料集中寬外框*/
    #event_master,#event_sec,#event_third,#event_fourth,#event_fifth,#event_sixth{width:100%;padding:;}
    /*div section標籤段落*/
    /* section p,div p{font-size:1.3em;line-height:1.9em;text-align:left;} */
    /* nav p{line-height:1.8rem;} */
    /*標題大小*/
    /* h1{font-size: 2.2em;}
    h2{font-size: 2.0em;}
    h3{font-size: 1.6em;} */
    #event_sixth nav a{ font-size: 1.2em;}
    /*footer*/
    #BodyFooter_rwd{float: left;width:100%;background-color:#FFF;margin-top:5%;}
    #BodyFooter_rwd #footer_line {width: 100%;margin-bottom: 3%;margin-top: 5%;display: block;float: left;height: auto;text-align: center;border-top-width: thin;border-top-style: solid;border-top-color: #999;}
    #BodyFooter_rwd #footer_inline a {color: #000;line-height: 2em;}
    #BodyFooter_rwd #footer_inline ul{float: left;padding:0;width:100%;margin:5% auto 0;text-align:center;}
    #BodyFooter_rwd #footer_inline ul li img{max-width:40%;height:auto;margin-bottom: 2%;}
    #BodyFooter_rwd #footer_inline ul li{float: left;display: inline-block;	margin-right: auto;	line-height: 2em;font-size: 1em;clear: both;width: 100%;}
    #BodyFooter_rwd #footer_address{margin-top: 0%;	float: left;width: 100%;margin-right: auto;text-align: center;margin-left: auto;}
    #BodyFooter_rwd #footer_address a {color: #000;line-height: 2em;}
    #BodyFooter_rwd #footer_address ul{float: left;padding:0;text-align: center;margin-bottom: 1%;width: 100%;clear: both;}
    #BodyFooter_rwd #footer_address ul li{float: left;display: block;width: 100%;line-height: 2em;text-align: center;font-size: .8em;}
    /*ask*/
    #askarea{background-color:var(--yellow);width: 100%;height: auto;float: left;padding:4% 1% 2% 1%;}
    #askarea .asktitle,#askarea .asktitle p{text-align: center;}
    #askarea .asktitle{font-size: 1.0em;margin-bottom: 2%;line-height: 2em;}
    #askarea p {margin:0% auto auto 5%;	width: 90%;}
    #formlist{width: 99%;float: left;margin:2% auto auto 0%;padding-right:1%;font-size: 0.8em;}
    input[name="sContent"]{width:50%;}
    input[type="text"]{	width:99%;}
    SELECT,input{border-radius: 7px;font-size: 1.0em;margin:auto 1% 3% auto;background-color: #FFF;height:30px;}
    SELECT{width:100%;border: #FFF;	padding: 0.5%;}
    input{border: #FFF;padding: 1%;color: #C6C6C6;}
    input[type="submit"],input[type="reset"]{color:#FFF;background-color:#eb543f;-webkit-appearance:none;/*ios系統專用，默認的系統樣式*/font-size:1em;margin-top:5%;padding:2%;height:auto}
    input[type="radio"]{width:1em;height:1em;margin-left: 3%;}
    /*TOP按鈕*/
    #topli,#topli a{color: #fff;text-decoration: none;}
    #topli{width:50px;height:50px;text-align:center;border-radius: 9999em;background-color:#000;opacity:0.4;position:fixed;line-height:50px;font-size: 15px;}
    @media screen and  (orientation:portrait) {#topli{right:1%;bottom:8%;}}
    @media screen and  (orientation:landscape){#topli{right:1%;bottom:15.8%;}}
}
@media (max-width: 1750px){.bgcolor0_1::before{display: none;}}
@media (min-width: 768px) and (max-width: 1199px) {
    .offer_title,.each_title{font-size: 2.8rem;}    
}

@media (min-width: 768px) and (max-width: 991px) {          
    button.VueCarousel-navigation-button.VueCarousel-navigation-prev {left: 4%;}
    button.VueCarousel-navigation-button.VueCarousel-navigation-next {left: 89%;}
}
@media (max-width: 767px) {    
    button.VueCarousel-navigation-button.VueCarousel-navigation-prev {left: 5%;}
    button.VueCarousel-navigation-button.VueCarousel-navigation-next {left: 90%;}
    .books{width: auto;}
    .offer_title,.each_title{font-size: 2.2rem;}
    .object_list dt{font-size: 1.6rem;}
    .FB_LINE_event .FB{border-left:none;border-right:none;}
}  


@media screen and (-webkit-min-device-pixel-ratio:0) {/*Webkit*/
}
@-moz-document url-prefix(){/*Firefox*/
}
@media \0screen\,screen\9 {/*IE 6 7 8*/
}
@media screen\0 {/*IE 8 9 10 11*/
}
@media print {
}