﻿@import url("../../../icon_new_6.2/css/all.min.css");
@import url(../../../File/css/event_header.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;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* css reset 歸0 end */
body *{font-family: 'Noto Sans TC', sans-serif;color: var(--black);}
a{text-decoration: underline;}
a:hover{text-decoration: none;}
ul,li,h1,h2,h3,dd,dl,p{margin:0;padding:0;}
ul,li,ol{list-style-type:none;}
.bg_padding{padding:1%;}
.bgcolor0 {position: relative;z-index: 1;margin: 0 auto -1rem;z-index: 2;}
.bgcolor0::before{
    position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;
    background: linear-gradient(to bottom,#E29C91 10%, #FBE1D3 72%, white 96%, #b7b7b7 100%);z-index: -1;opacity: 0.97;
}
.bgcolor1 {background-color: #EBEBEB;background: url(../images/1310071_bg.png) no-repeat center top / 100% auto;background-attachment: fixed;}
.bgcolor2{background-color: #F6F6F6;background: url(../images/1301003_bg.jpg) no-repeat center top #f3d5d7;background-size: cover;padding: 0 0 2%;}
.bgcolor3{background: var(--linear1);}
.bgcolor4{background-color: #F6F6F6;}
.bgcolor5{background-color: #EBEBEB;}
.wrap_all{
    word-break: keep-all;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%;
}

/*所有元素漸變0.5秒*/

*{transition: all .5s;}
#event_master *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

/*DIY--設計可增加用樣式*/
:root {
    --red1: #DD0010;
    --red2: #e27173;
    --blue1: #007CBE;
    --black: #2a2a2a;
    --purple:#764a9a;
    --yellow1:#FFF000;
    --yellow2:#ffd356;
    --skin: #FBE1D3;
    --text1: 2.2rem;
    --text2: 1.9rem;
    --text3: 1.7rem;
    --text4: 1.5rem;
    --text5: 1.3rem;
    --text6: 1.1rem;
    --linear1: linear-gradient(to right, #e8609eb3 0%,#9f91bacf 50%,#079dc5b3 100%);
    --linear2: linear-gradient(to right, var(--blue1) 0%, var(--purple) 100%);
}
#Master_title img{margin: 0 auto;padding: 1rem 0;}
.event_master_container{ align-items: center;margin: auto;padding: 2rem 0 1rem;}
.event_master_container2{ padding: 3.5rem;position: relative;z-index: 1; }
.event_master_container2::before{ position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to bottom, white 10%, var(--skin) 60%, var(--skin) 86%, white 100%);opacity: 0.9;z-index: -1; }
.stu_map {display: flex;margin: 0px auto;width: calc(100%/2);justify-content: center;}
.stu_map img {padding: 0 1.5%;}
.ant_list,.ant_note{margin: 1rem 0;}
.ant_list {margin: 1rem 0;font-size: 1.8rem;display: flex;justify-content: left !important;font-weight: bold;}
.ant_list {
    margin: 1rem -7% 1rem 2%;
    font-size: 1.8rem;
    display: flex;
    justify-content: left !important;
    font-weight: bold;
    text-align: justify;
}
.ant_list li {width: calc(100%/5);font-size: 1.75rem;}
.ant_list li:nth-child(2n-1){ color:var(--purple);}
.ant_list li:nth-child(2n){ color:var(--blue1);}
.student_title {font-size: 3rem;font-weight: 900;color: #b21259;padding: 2.5% 0 1%;text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 16px #fff, 0 0 10px #fff; overscroll-behavior: none;}
.ant_note {text-align: center;width: 100%;}
.ant_note dt {font-size: 1.9rem;font-weight: 900;color: #E91E63;text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 16px #fff, 0 0 10px #fff;}
.ant_note dd {font-size: 1.6rem;font-weight: bold;color: #e91e63;}
.ant_note dd a {
    font-size: 1.8rem;
    text-decoration: none;
    color: #ffffff;
    padding: 6px 23px 5px;
    background-color: #764aa0;
    font-weight: normal;
    font-family: auto;
    margin: 0.5% 2px 1%;
    border-radius: 50px;
    display: inline-block;
}
.ant_note dd i{color:var(--yellow1)}
.ant_note dd strong{font-weight: normal;color: white;}
.ant_note dt::before,.ant_note dt::after{content: '★★';}
.stu_group_list{text-align: left;padding: 1rem;}
.stu_group_list {
    text-align: left;
    padding: 0.5rem 0.7rem 1rem;
    background-color: #ffffff57;
    margin: 0 1% 2%;
    width: 48% !important;
    border-radius: 60px;
    border: 1px #ffffffb0 solid;
    border-top: 6px #ffffff91 solid;
    border-bottom: 1px #ffffff solid;
}
.stu_group_list img {margin: 0 3% 0 0;float: left;width: 288px;}
.stu_group_list dt{font-size: 1.2rem;font-weight: 900;}
.stu_group_list dt span{color: red;margin: 0 0.25rem;}
.stu_group_list dd {font-size: 1.2rem;font-family: Arial,Helvetica,"Microsoft JhengHei",Sans-Serif;padding: 18px 2% 0 2%;text-align: justify;}
.stu_group_list dd a {text-decoration: underline;font-weight: bold;font-family: Arial,Helvetica,"Microsoft JhengHei",Sans-Serif;}
a.stu_more {font-size: 1.1rem;color: #fff;background: #c13e97;padding: 0 8px 2px;border-radius: 14px;text-decoration: none;}
a.stu_more:hover{background: var(--red2);}
.socialTitle {color: #fff !important;    font-size: 1.7em !important;line-height: 2.3rem;font-family: "Microsoft YaHei";}
.socialTitle a{color: #fff}
#event_social a {color: var(--yellow1) !important;font-family: "Microsoft YaHei";}

/*特殊狀況強制執行*/
.QRcode img{max-width:140px!important;}
.QRcode{width: unset!important;}
.hit_grade { padding: 1.8rem 1rem 1rem;background: linear-gradient(to bottom, var(--red2) 0%, white 40%, transparent 80%);border-radius: 30px; }
.hit_grade dt { font-size: calc(var(--text1) + .1rem);background: var(--linear2);border-radius: 16px;color: white;padding: 0rem 1.2rem;f }
.hit_grade dt span { font-weight: bold;color: var(--yellow1);margin-left: 0.2rem; }
.hit_grade :is(dd:nth-child(2), a)  { font-size: var(--text3);color: var(--black);font-weight: bold;}
.hit_grade dd {margin: 0.3rem 0;font-size: var(--text6);}
.hit_grade dd:nth-last-of-type(1) {position: relative;}
.hit_grade small { font-size: .7em; }
.hit_grade img{margin: 0 auto;border-radius: 50%;}
.hit_grade dd:nth-last-of-type(1)::after{position: absolute;content: '';left: -2.5rem;bottom: .5rem;}
.hit_grade:nth-of-type(1) dd:nth-last-of-type(1)::after{width: 133px;height: 138px;background: url("../images/1310071_2.png");}
.hit_grade:nth-of-type(2) dd:nth-last-of-type(1)::after{width: 110px;height: 111px;background: url("../images/1310071_4.png");}
.hit_grade:nth-of-type(3) dd:nth-last-of-type(1)::after{left: 0.5rem;width: 92px;height: 94px;background: url("../images/1310071_6.png");}
.feature_title{font-size: calc(var(--text1) + .2rem);display: inline-block;border-radius: 16px;background: var(--linear2);padding: 0 2rem;color: white;margin-bottom: 1rem;}
.feature_sub{font-size: var(--text3);color: var(--blue1);text-align: left;align-items: center;}
:is(.ant_note dt, .student_title, .hit_grade dt span, .hit_grade dt, .feature_title, .feature_sub, .feature_sub *){font-family: MStiffHeiHK;}
.feature_sub:nth-of-type(n+3):nth-of-type(-n+5){margin-top: 1.3rem;border-top: dashed 1px var(--blue1);padding-top: 1.3rem;}
.feature_sub a{color: var(--purple);font-weight: bold;}
.feature_sub span{padding: 0 .9rem;background: var(--red2);color: white;border-radius: 16px;margin-right: 0.5rem;width: fit-content;align-items: center;}
.feature_sub span img{margin-top: -0.35rem; }
.fea_des{text-align: left;padding:0.5rem 1rem;font-size: calc(var(--text6));}
.fea_des:nth-last-of-type(1){justify-content: flex-end;align-items: flex-end;}
.fea_des:nth-last-of-type(1) a{color: var(--blue1);}
.fea_des dt { font-size: var(--text5);padding-left: 0.3rem;border-left: solid 4px var(--red2);color: var(--red2); }
.fea_des dt a{ font-size: var(--text6);background: var(--purple);color:white;padding: 0 .5rem;border-radius: 16px;margin-left: 0.3rem; }
.books figcaption{text-align: center;font-size: var(--text5);display: inline-block;padding: 0.35rem 2.2rem;border-radius: 16px;background: linear-gradient(to bottom, white 0%, #CDC99E 100%);margin-top: 0.4rem;}
.books figcaption a{color: var(--blue1);}
.LINE, .FB{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
/*各大相容檢視*/
@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 {
}

/*站內原有樣式*/
#BodyContent{width:100%;padding:0;margin:0;	}
#BodyContainer_event{width:100%;margin:0;}
#BodyHeader_event_rwd{display:none;}

/*資料集中1200px寬外框*/
#event_master,#event_sec,#event_third,#event_fourth,#event_fifth{margin:0 auto;display:inline-block;width:1200px;padding:0;}
#Master_title{display:block;}/*主圖位置ID*/

/*瀏覽器相容性通知*/
#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; }

/* bodyHeader */
#BodyHeader_event,#header-share {width:100%;float:left;}
#BodyHeader_event a,#BodyHeader_event #header-share{font-size: 1.1em;}
#BodyHeader_event #header-share {margin:0 auto;	background-color: #FFF;}	
#BodyHeader_event #header-share img {margin-bottom: 5px;display: inline;}
#BodyHeader_event a {color: #333;}
#BodyHeader_event a:hover {color: #666;/*position: relative;top: 2px;bottom: 2px;*/}


/*ask*/
#askarea SELECT {color: black;background-color: white;}
#askarea_out{background-color: #d56396;}
#askarea{width: 1200px;margin: 0 auto;padding: 1rem 5rem;text-align: left;}
#askarea .asktitle{color: white;text-align: center;font-size: 1.4rem;}
#formlist SELECT,#formlist input{border-radius: 0.3rem;background-color: #FFF;border: #FFF;padding: 0.25rem;}
#formlist input[name="sContent"]{width:80%;}
#formlist label{display: block;margin: 1rem 0;color: white;font-size: 1.2rem;}
#formlist img{display: inline-block;}
#formlist input{color: #585858;}
#formlist input[type="submit"],#formlist input[type="reset"]{background-color: #00BCD4;color: white;padding: 0.25rem 2%;border: 2px #fff solid}
label > select {margin: 0 1rem;}
#formlist{justify-content: space-around;}

/* Footer */
#BodyFooter_rwd,#footer_inline ul,#footer_inline ul li,#footer_address,#footer_address ul,#footer_address ul li{width:100%;}
#BodyFooter_rwd{float: left;background-color:#FFF;}
#BodyFooter_rwd a:hover{text-decoration: none;}
#BodyFooter_rwd #footer_line {width: 90%;height: auto;margin:1% 5%;display: block;float: left;text-align: center;border-top: thin solid #999;}
#BodyFooter_rwd #footer_inline a {color: #000;font-size:1em;}
#BodyFooter_rwd #footer_inline ul{float: left;padding:0;margin:3% auto 0% auto;}
#BodyFooter_rwd #footer_inline ul li{display: inline;line-height: 2em;font-size: 1em;	clear: both;	margin-right: 0.5em;}
#BodyFooter_rwd #footer_inline ul li img{width:10%;height:auto;vertical-align: middle;display: inline;}
#BodyFooter_rwd #footer_address{margin: 0% auto auto auto;text-align: center;}
#BodyFooter_rwd #footer_address a{color:#000;}
#BodyFooter_rwd #footer_address ul{padding:0;margin-bottom: 1%;text-align: center;}
#BodyFooter_rwd #footer_address ul li{margin-right:0;line-height: 2em;text-align: center;font-size: 1em;	list-style-type: none;	display:inline-block;}
/* Footer end */
@media (min-width:1201px) {#topbutton{display: none;}}

@media all and (min-width: 1px) and (max-width: 1200px){    
    @media all and (min-width: 1px) and (max-width: 767px){
        :root {--text1: 1.8rem;--text2: 1.6rem;--text3: 1.4rem;--text4: 1.3rem;--text5: 1.2rem;--text6: 1rem;}
        .bgcolor0{margin: 0 auto;}
        .bgcolor0::before{background: linear-gradient(to bottom,#E29C91 10%, #FBE1D3 80%, white 96%);}
        @media screen and (max-width: 430px){.event_master_container2{padding: 2.5rem 1rem;}.ant_list li{width: calc(100%/2)!important;}}  
        @media screen and (max-width: 380px){.hit_grade dt span{margin-left: inherit;display: block;}}  
        .event_master_container{align-items: inherit;} 
        .event_master_container2{padding: 2.5rem 1rem;}
        .hit_grade{
            width: 31%;display: flex;flex-wrap: wrap;justify-content: center;padding: 1.8rem .3rem 1rem;text-align: center;
            background: linear-gradient(to bottom, transparent 0%, white 10%, white 50%, var(--red2) 80%, transparent 100%);}         
        .hit_grade dt{font-size: var(--text5);background: transparent;color: var(--blue1);padding: 0;font-weight: bold;} 
        .hit_grade dt span { color: var(--red1);display: block;}
        .hit_grade dd::after{display: none;}     
        .hit_grade small{color: var(--blue1);font-size: calc(var(--text6) - .1rem);} 
        .hit_grade a{ display: block;}    
        .social_txt{width: unset!important;}
        .stu_map {display: flex;margin: 0px auto;flex-wrap: wrap;width: 92%;}
        .stu_map img {width: calc(100%/2);padding: 0 1%;}
        .stu_group_list {text-align: left;padding: 0.5rem 1rem 1rem;background-color: #ffffff57;margin: 0 0 2%;width: 90% !important;border-radius: 50px;}
        .stu_group_list img {width: 76%;float: none;margin: 0 auto;}
        .stu_group_list dd {font-size: 1rem;line-height: 1.7rem;}
        a.stu_more {font-size: 1rem;}
        .ant_list li {font-size: 1.2rem;line-height: 1.7rem;text-align: center;}
        .ant_list {margin: 1rem 0;}
        .ant_note dt {font-size: 1.6rem;line-height: 1.9rem;text-align: center;}
        .ant_note dd {font-size: 1.2rem;font-weight: normal;margin-top: 1rem;}
        .ant_note dd a {font-size: inherit;display: list-item;padding: 5px 15px 3px;width: auto;margin: .5rem 4rem;list-style-type: none;font-size: 1.4rem;}
        .student_title {font-size: 2rem;line-height: 2.4rem;text-align: center;margin: 3% 0;}
        .books{justify-content: center;}
        .books figure{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;flex-direction: column;width: 100%;row-gap: 1rem;}
        .LINE, .FB {width: 100%;padding: 3% 4%;display: flex;}
        .socialTitle {color: #fff !important;font-size: 1.4em !important;line-height: 2rem!important;font-family: "Microsoft YaHei";margin-top: 3%!important;}
        .QRcode img {max-width: 107px!important;}
	}
    @media (min-width: 768px) and (max-width: 1200px){.menu_btn {top: 1rem!important;}}
    .ant_list li{width: calc(100%/3);}
    .socialTitle{font-size: 1.5rem!important;}   
    /*修正獨立event選單click按鈕大小*/
    /* .st-content img{
        width: unset!important;
        height:unset!important;
    }  */
    /*TOP*/
    #topbutton{width:50px;height:50px;color:#FFF;border-radius:50%;background-color:#000;opacity:.4;right:1%;bottom:17%;position:fixed;line-height:50px;font-size:15px;text-align:center;z-index:99}
    #topbutton a{color:#FFF;text-decoration:none;line-height:50px}

    .feature_group{width: calc(100%/1);}
    .books > div:nth-child(1),.books > div:nth-child(2){display: none;}

    /*****站內原有樣式Mobile*****/
    /*隱藏的區塊*/
    #BodyHeader_event,.hottxt,#noie{display:none;}
    /*會撐開的版面控制*/
    #BodyContent{width: 100%;padding:0;}
    #BodyContainer_event{width: 100%;}
    /*會撐開的版面控制END*/
    /* 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;display: initial;padding: 0;}
    /*orientation: portrait   直式
    orientation: landscape  橫式*/
    #BodyHeader_event_rwd img {height: auto;margin:2.5% auto;}
    @media screen and  (orientation:portrait) {#BodyHeader_event_rwd img {max-width: 50%;}}
    @media screen and  (orientation:landscape) {#BodyHeader_event_rwd img {max-width: 25%;}}
    /*body*/
    #Master_title{display:block;}/*主圖位置ID*/
    @media all and (orientation : portrait){#Master_title{margin-top: 15%;}}
    @media screen and  (orientation:landscape) {#Master_title{margin-top: 10%;}}

    /*資料集中1200px寬外框*/
    #event_master,#event_sec,#event_third,#event_fourth,#event_fifth{margin:0 auto;display:inline-block;width:100%;}
    /*ask*/
    #askarea{width: 100%;padding: 0.8rem;}
    #askarea .asktitle{font-size: 1.1rem;}
    #askarea .asktitle > p{line-height: 2.2rem;}
    #formlist{margin: 0 auto;}
    #formlist label{font-size: 1.0rem;}
    #formlist input[name="sContent"],#formlist label,#formlist SELECT,#formlist input{width:100%;margin: 0.25rem 0;}
    #formlist input[type="submit"],#formlist input[type="reset"]{width: calc(100%/4.5);}

    /*TOP按鈕*/
    #topli,#topli a{color: #fff;text-decoration: none;}
    #topli{width:50px;height:50px;text-align:center;border-radius:9999em;background-color:#000;opacity:.4;position:fixed;line-height:50px;font-size:15px;display: initial;}
    @media screen and  (orientation:portrait) {#topli{right:1%;bottom:8%;}}
    @media screen and  (orientation:landscape){#topli{right:1%;bottom:15.8%;}}

    /* Footer */
    #BodyFooter_rwd,#footer_line,#footer_inline ul,#footer_inline ul li,#footer_address,#footer_address ul,#footer_address ul li{width:100%;float: left;}
    #BodyFooter_rwd{background-color:#FFF;margin-top:5%;}
    #BodyFooter_rwd #footer_line{margin:5% auto 3%;display:block;height:auto;text-align:center;border-top:thin solid #999}
    #BodyFooter_rwd #footer_inline a {color: #000;line-height: 2em;}
    #BodyFooter_rwd #footer_inline ul{padding:0;margin-bottom:1%;text-align:center}
    #BodyFooter_rwd #footer_inline ul li img{width:40%;height:auto;margin-bottom:2%;margin: 0 auto;}
    #BodyFooter_rwd #footer_inline ul li{display:inline-block;margin-right:auto;line-height:2em;font-size:1em;clear:both}
    #BodyFooter_rwd #footer_address{margin: 0% auto auto auto;text-align: center;}
    #BodyFooter_rwd #footer_address a {	color: #000;line-height: 2em;}
    #BodyFooter_rwd #footer_address ul{padding:0;text-align:center;margin-bottom:1%;clear:both}
    #BodyFooter_rwd #footer_address ul li{display:block;line-height:2em;text-align:center;font-size:.8em}
    /* Footer end */
}