@import url("../../../File/Css/icon_new/css/all.min.css");
/*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;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
/*css reset 歸0 end*/
body{font-family: Georgia, "微軟正黑體", Times, serif;}
a{text-decoration:underline;}
a:hover{text-decoration:none;}
ul,li{margin:0;padding:0;list-style-type:none;}
.bg_padding{padding:1%;}
.bgcolor0{background-color: ;}
.bgcolor1{background-color: #E4E4E4;}
.bgcolor2{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 76%, rgba(255,223,203,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 76%, rgba(255,223,203,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 76%, rgba(255,223,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffdfcb",GradientType=1);
}
.bgcolor3{background-color: var(--yellow1);position: relative;}
.bgcolor3:before,.bgcolor3:after{
    position: absolute;content: "";
    width: 5%;height: 100%;
    background-color: var(--yellow1);
}
.bgcolor3:before{
    left: -4.5%;top: -1.3%;
    transform: skewY(30deg);
}
.bgcolor3:after{    
    right: -4.5%;top: -1.3%;
    transform: skewY(-30deg)
}
.bgcolor5{background-color: #fff5bb;}
/*所有元素漸變0.5秒*/*{transition: all .5s;}

:root{
    --green1:#2B4C5D;
    --green2:#406668;
    --red1:#D81A36;
    --red2:#D81A36;
    --blue1:#16597C;
    --blue2:#2A5084;
    --yellow1:#f7d441;
    --font1:"CHei3HK","microsoft yahei";
}

picture img{width: 100%;}
.teacher_title,.read_title,.compete_title,.experience_tiele,.study_title{
    font-size:2.6rem;font-weight: 900;margin: 1rem auto .2rem;color: #D81A36;font-family: var(--font1);
    text-align: center;
}
.experience_tiele{color:var(--blue2)}
.teacher{display: flex;align-items: center;justify-content: space-between;}
.teacher img{width: 30%;}
.teacher_des{width: 65%;}

.read ul{
    display: flex;flex-wrap: wrap;justify-content: space-around;
    margin: .5rem 4rem 1.5rem;font-size: 1.1rem;line-height: 1.8;
    padding-bottom: 1.5rem;border-bottom: dashed 1px var(--blue2);
}
.read ul li{list-style: disc !important;width: 46%;text-align: left;margin:0 0 .6rem 1.5rem;}
.read_des,.compete_des{text-align:center;margin:0 auto 2rem;}
.read_des{
    display: flex;flex-wrap: wrap;justify-content: space-around;align-items: flex-start;margin: 1rem 0 1rem 1rem;
}
.read_des dl{width: calc(100%/3.15 - 10px/2*3);}
.read_des dt{
    color: var(--green1);font-family: var(--font1);
    display: flex;flex-wrap: wrap;font-size: 1.2rem;align-items:flex-start;
    line-height: 1.3;margin-bottom: .8rem;font-weight: bold;
}
.read_des dt span{
    display: inline-block;position: relative;
    text-align: center;font-weight: normal;
    color: white;font-size: 1.4rem;width: 86%;margin:0 auto .6rem;
    background:linear-gradient(to right,var(--green2) 30%,var(--green1) 90%);
}
.read_des dl:nth-of-type(2) dt span{background:linear-gradient(to right,var(--red1) 30%,var(--red2) 90%);}
.read_des dl:nth-of-type(3) dt span{background:linear-gradient(to right,var(--blue1) 30%,var(--blue2) 90%);}
.read_des dt span:after{
    position: absolute;content: "";
    right: -20px;top: 0;bottom: 0;
    width: 0;
    height: 0;
    border-top: 16.3px solid transparent;
    border-left: 20px solid var(--green1);
    border-bottom: 16.3px solid transparent;
}
.read_des dl:nth-of-type(2) dt span:after{border-left: 20px solid var(--red2);}
.read_des dl:nth-of-type(3) dt span:after{border-left: 20px solid var(--blue2);}
.read_des dl:nth-of-type(2) dt{color: var(--red1);}
.read_des dl:nth-of-type(3) dt{color: var(--blue1);}
.read_des dt strong{font-size: 1.7rem;;text-align: center;width: 90%;margin: auto;}
.read_des dl:nth-of-type(1) dt strong{border-bottom: solid 1px var(--green1);padding-bottom: .3rem;}
.read_des dl:nth-of-type(2) dt strong{border-bottom: solid 1px var(--red1);padding-bottom: .3rem;}
.read_des dl:nth-of-type(3) dt strong{border-bottom: solid 1px var(--blue1);padding-bottom: .3rem;}
.read_des dl,.compete_des dl{margin: 1rem 0 0;}
.compete_des img{max-width: 100%;}
/* .compete_des dl{display: grid;flex-wrap: wrap;grid-template-columns: repeat(3, 1fr);grid-template-rows:88% 12%;}
.compete_des dd:nth-of-type(1){grid-area: 1/1/2/2;}
.compete_des dd:nth-of-type(2){grid-area: 1/2/2/3;}
.compete_des dd:nth-of-type(3){grid-area: 1/3/2/4;}
.compete_des dd:nth-of-type(4){grid-area: 2/1/3/4;;}
.compete_des dd:nth-of-type(2) span{background-color: var(--green1);}
.compete_des dd:nth-of-type(3) span{background-color: var(--blue1);}
.compete_des dd{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;text-align: center;}
.cube{
    display:flex;flex-wrap: wrap;font-size: 1.4rem;
    font-weight: bold;font-family: var(--font1);
    justify-content: center;align-items:center;
    color: white;background-color: var(--red1);
    text-align: center;line-height: 1.2;
    width: 90px;height: 90px;border-radius: 50%;
    margin-bottom: .3rem;
}
.cube_center{
    position: relative;color: var(--red1);
    width: 90%;margin: auto;margin-top: 1.5rem;border-top: solid 2px var(--red1);padding-top: .5rem;
}
.cube_center:before,.cube_center:after{position: absolute;content: "";width: 2.5px;height: 15px;background-color: var(--red1);top: -15px;}
.cube_center:before{left: 0;}
.cube_center:after{right: 0;} */
.video{margin: 1.5rem 0;text-align: center;}
.video iframe{border-radius: 12px;border: solid 3px white;}
.book{margin: 2rem 1rem 0;display: flex;justify-content:space-around;align-items: center;}
.book img{max-width: 80%;filter:drop-shadow(-5px 4px 6px #8d7412);}
.book_des{font-size: 1.2rem;text-align: left;}
.book_des a{color: var(--blue2);}
.book_des p{position:relative;color:var(--red2);margin:1rem 0 0 2rem;display:inline-block;width:70%;background-color:white;padding:.5rem 3rem .5rem 1rem;}
.book_des p:after{position:absolute;content:"";right:-30px;top:0;bottom:0;width:0;height:0;border-top:45px solid transparent;border-left:30px solid white;border-bottom:45px solid transparent;}

.book_des li{list-style: disc;margin-left: 2rem;}

.experience{width: 90%;margin: auto;}
.experience .student{text-align: left;font-size:1.1rem;}
.experience li{margin: 1rem 0;list-style: disc;margin-left: 1rem;}
.name{font-size: 1.3rem;color: var(--blue2);font-weight: bold;}

.type_out{display: flex;justify-content:space-around;flex-wrap: wrap;font-size:1.1rem;line-height:1.9em;}
.type_out a{color: var(--red2);text-decoration: none;}
.type_out dl{width: 45%;margin-top: .5rem;display: flex;flex-direction: column;justify-content: center;align-items: center;font-weight: 900;}
.type_out dt{font-size: 1.4rem;color: var(--blue2);font-weight: bold;border-bottom: 4px dotted;margin-bottom: .2rem;background-color: #ffffffc5;width: 100%;}
.type_out dd:nth-of-type(1){background-color: #ffed92;padding: .2rem 0;width: 100%;font-size: 1.2rem;}
.type_out dd:nth-of-type(2){background-color: #FFF;padding: .2rem 0;margin-top: 1rem;border-radius: 10px;border-left:5px solid var(--blue2);width: 50%;text-align: center;}
.type_out img{width: 350px;height: 220px;border-radius: 12px;margin-bottom: .5rem;}
.newline{display: block;}
/*社群連結*/
#morelink{width:100%;float:left;margin:auto;text-align:center;padding:0;background-color:#70bfc6;}
#morelink .link a {font-size: 1.2em;color: #fff;background-color: #d7574a;border-radius: 2px;padding: 4% 1.3%;text-decoration: none;display: -webkit-inline-box;display:inline-block;width: 22.2%;height: 55px;vertical-align: top;}
#morelink .link a:hover{transform: scale(1.1);color: #ffed92;font-size: 1.3em;}
ul.link {width: 100%;margin: 0% 0 2% 0%;text-align: center;list-style-type: none;padding: 0px;}
ul.link li {display: inline;margin: -1px;text-align: -webkit-center;}
#morelink a.socialBtn:hover{color:#000}
ul.social li a{display:inline-block;text-decoration:blink;transition:all .3s ease-in;color:#fff;line-height:1.4rem}
ul.social li a:hover{transform:scale(1.1);color:#fff !important;}
ul.social li {margin: 2% 3%;display: inline-table;vertical-align:top;}
ul.social li img {display: block;margin: 0 auto 7%;width: 94px;height: auto;border-radius: 7px;}

@media (min-width: 1201px){
    /*隱藏的區塊*/
    #BodyHeader,.hottxt,#noie,#BodyHeader_event_rwd,#topbutton,#topli{display:none;}
    /*隱藏的區塊end*/
    *{transition: all .5s}
    body{background: url(../images/1109013/line_bg.gif);margin:0;}
    #BodyContainer_event{margin: 0 auto;text-align:center;width:850px;}
    #BodyContentMainDetail_learning{width:100%;}
    /*滿百100%區域*/
    .row100{width:100%;}
    .row90{width:92%;margin: auto;}
    /*資料集中1200px寬外框*/
    #Master_title,#event_master,#event_sec,#event_third,#event_fourth,#event_fifth,#event_sixth{margin:0% auto;display:block;width:830px;padding:1.5rem 10px;}
    #Master_title{width:850px;padding:0;}
    #event_third{width: 100%;}
    /*div section標籤段落*/
    section p{font-size:1.3em;line-height:1.9em;text-align:left;}
    /*標題大小*/
    h1{ font-size: 2.5em; }
    h2{ font-size: 2.0em; }
    h3{ font-size: 1.8em; }
    #event_sixth nav a{ font-size: 1.3em; }
    /*bodyHeader*/
    #BodyHeader_event #header-share {line-height: 2;margin: 0 auto;}	
    #BodyHeader_event #header-share img {margin-bottom: 5px;}
    #BodyHeader_event a,#BodyHeader_event{font-size: 0.98em;}
    #BodyHeader_event a {color: #333;}
    #BodyHeader_event a:hover {text-decoration: none;position: relative;top: 2px;bottom: 2px;}
    /*Footer*/
    #BodyFooter_rwd{float:left;width:850px;font-family:"微軟正黑體",Arial}
    #BodyFooter_rwd a:hover{text-decoration:none}
    #BodyFooter_rwd #footer_line{width:90%;display:block;float:left;height:auto;text-align:center;border-top-width:thin;border-top-style:solid;border-top-color:#999;margin:2% 5%}
    #BodyFooter_rwd #footer_inline a{color:#000;font-size:15px}
    #BodyFooter_rwd #footer_inline ul{float:left;padding:0;width:850px;margin-bottom:0;margin-top:3%}
    #BodyFooter_rwd #footer_inline ul li{display:inline;line-height:2.2em;font-size:1.1em;clear:both;width:850px;margin-right:.5em}
    #BodyFooter_rwd #footer_inline ul li img{width:20%;height:auto;vertical-align:middle}
    #BodyFooter_rwd #footer_address{margin-top:0;width:850px;margin-right:auto;text-align:center;margin-left:auto}
    #BodyFooter_rwd #footer_address a{color:#000}
    #BodyFooter_rwd #footer_address ul{padding:0;margin-bottom:1%;width:850px;text-align:center}
    #BodyFooter_rwd #footer_address ul li{width:850px;margin-right:0;float:left;line-height:2em;text-align:center;font-size:13px;list-style-type:none;display:inline-block}
    #BodyFooter_rwd #footer_address #adinfo_out{width:638px;margin-right:auto;margin-left:210px}
    #BodyFooter_rwd #footer_address #adinfo{float:left;width:225px;padding:0;margin-right:5px}
    /*ask*/
    #askarea_out{background-color:#069;width:100%;float:left;padding-top:2%}
    #askarea{width:100%;float:left;text-align:left}
    #askarea p{margin-top:1%;margin-bottom:1%}
    #askarea .asktitle{font-size:1.2em;color:#FFF;text-align:center}
    #askarea #formlist{width:80%;margin-right:auto;margin-left:10%;margin-top:3%;font-size:1em;color:#FFF;padding-bottom:1%}
    #askarea SELECT{border-radius:7px;width:10%;background-color:#FFF;border:#FFF;padding:.5%;margin-right:1%;margin-bottom:1%;width:15%}
    #askarea input{border-radius:7px;background-color:#FFF;border:#FFF;padding:.5%;margin-bottom:1%;margin-left:1%;color:#C6C6C6}
    #askarea input[type="submit"]{color:#FFF;background-color:#eb543f;font-size:1em;padding:.5em}
    #askarea input[name="sContent"]{width:50%}
    #askarea input[type="reset"]{color:#FFF;background-color:#eb543f;font-size:1em;padding:.5em}
    #askarea input[type="text"]{width:36%}
    #noie{color: #FFF;width: 100%;height:60px;text-align: center;border: 1px solid #006699;background-color: #3399CC;_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;}
    /*news*/
    #NewsStyle{float: left;text-align:left;width:850px;font-family:"微軟正黑體",Arial;}
    #NewsStyle a:link {font-size: 13px;color: #333333;line-height: 16px;font-weight: normal;}
    #NewsStyle a:visited {font-size: 13px;color: #000;}
    #NewsStyle a:hover {font-size: 13px;color: #114776;text-decoration: none;}
    #NewsStyle a:active {font-size: 13px;color: #000;}
    .style26 {font-size: 15px;line-height: 1.4em;color: #e94730;}
    #newsout{background-color: #DFDFDF;float:left;width:100%;}
}

@media (max-width: 1200px){
    /*隱藏的區塊*/
    #BodyHeader_event,.hottxt,#noie{display:none;}
    /*隱藏區塊END*/
    #BodyContent,#BodyContainer_event,#BodyContentMainDetail,#BodyContentMain{width: 100%;}
    #BodyContent {padding:0;}
    #BodyContentMainDetail_learning{/*float:left;*/	margin:0;}
    /* 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;padding: .5% 0}
    @media screen and  (orientation:portrait) {#BodyHeader_event_rwd img {max-width: 50%;margin:2.5% auto;}}
    @media screen and  (orientation:landscape) {#BodyHeader_event_rwd img {max-width: 25%;margin:2.5% auto 1% auto;}}
    /*body*/
    #Master_title{display:inline-block;width:100%;padding:0;}/*主圖位置ID*/
    @media all and (orientation : portrait){#Master_title{margin-top: 18%;}}
    @media screen and  (orientation:landscape) {#Master_title{margin-top: 8%;}}
    /*滿百100%區域*/
    .row100{width:100%;}
    /*資料集中寬外框*/
    #event_master,#event_sec,#event_third,#event_fourth,#event_fifth,#event_sixth{margin:0% auto;display:inline-block;width:98%;padding:1%;}
    /*div section標籤段落*/
    section p,div p{font-size:1.3rem;line-height:1.9em;text-align:left;}
    /*標題大小*/
    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-bottom:1%;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}
    /* Footer end */
    
    /*ask*/
    #askarea{background-color:#069;width:98%;height:auto;float:left;font-size:.9em;padding:4% 1% 2%}
    #askarea .asktitle{font-size:1em;color:#FFF;text-align:center;}
    #askarea p{margin-top:0;margin-bottom:0;width:90%;margin-left:5%}
    #formlist{width:99%;float:left;margin-right:auto;margin-left:0;padding-right:1%;font-size:1em;color:#FFF}
    SELECT{border-radius:7px;width:100%;background-color:#FFF;border:#FFF;padding:.5%;margin-right:1%;margin-bottom:2%;height:30px;font-size:1em}
    input{border-radius:7px;background-color:#FFF;border:#FFF;padding:.5%;margin-bottom:2%;margin-right:1%;color:#C6C6C6;height:30px;font-size:1em}
    input[type="submit"]{color:#FFF;background-color:#eb543f;-webkit-appearance:none;font-size:1em;margin-top:5%;padding:1%;height:auto}
    input[name="sContent"]{width:50%}
    input[type="reset"]{color:#FFF;background-color:#eb543f;-webkit-appearance:none;font-size:1em;margin-top:5%;padding:1%;height:auto}
    input[type="radio"]{width:1em;height:1em;margin-left:3%}
    input[type="text"]{width:99%}
    /*ask END*/
    
    /*top*/
    @media screen and  (orientation:portrait) {	
        #topli{width:50px;height:50px;text-align:center;color:#FFF;border-radius:9999em;background-color:#000;opacity:.4;right:1%;bottom:8%;position:fixed;line-height:50px;font-size:15px}
    }
    @media screen and  (orientation:landscape) {	
        #topli{width:50px;height:50px;text-align:center;color:#FFF;border-radius:9999em;background-color:#000;opacity:.4;right:1%;bottom:15.8%;position:fixed;line-height:50px;font-size:15px}
    }

    /* news */
    #NewsStyle{display:none}
    /* news end */
}    

@media (min-width: 992px) and (max-width: 1199px) {
    .teacher_title,.read_title,.compete_title,.experience_tiele,.study_title{text-align: center;}
    .book img{max-width: 60%;}
}

@media (min-width: 768px) and (max-width: 991px) { 
    .teacher_title,.read_title,.compete_title,.experience_tiele,.study_title{text-align: center;}
    .book img{max-width: 80%;} 
}

@media (max-width: 767px) { 
    .teacher {display: block;width: 100%;text-align: center;}  
    .teacher img{width: 50%;}
    .teacher_des{width: 100%;}
    .video iframe{width: 96%;}
    .read ul{margin: auto .5rem;}
    .read ul li{width: 42%;}
    .teacher_title, .read_title, .compete_title, .experience_tiele, .study_title{font-size: 1.75rem;}
    @media screen and (max-width:400px){.read ul li{width: auto}.type_out dl:nth-of-type(1) img,.type_out dl:nth-of-type(2) img{height: 55vw !important;}}
    .compete_des dl{grid-template-columns: 18% 18% 18% 18% 28%;}
    .compete_des dd:nth-of-type(1){grid-area: 1/1/2/5;text-align: center;margin: auto;}
    .compete_des dd:nth-of-type(2){grid-area: 2/1/3/5;text-align: center;margin: auto;}
    .compete_des dd:nth-of-type(3){grid-area: 3/1/4/5;text-align: center;margin: auto;}
    .compete_des dd:nth-of-type(4){grid-area: 1/5/4/6;margin: auto;}
    .compete_des dd span{font-size: 1.5rem;}
    .bgcolor3:before, .bgcolor3:after{display: none;}
    
    .book{width: 100%;text-align: center;margin: 2rem auto;flex-wrap: wrap;}
    .book img{width: 35%;margin-bottom: 1rem;}
    .book_des{width: 94%;margin: auto;text-align: center;}
    .book_des p{width: 90%;margin: auto;padding: 0;text-align: center;}
    .book_des p:after {display: none;}
    .type_out{display: block;text-align: center;}
    .type_out dl{width: 86%;margin: 1rem auto}
    .type_out img{width: 100%;height: 50vw;border-radius: 22px;}
}

@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 {
}