/* css reset 歸0 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,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%}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
/* css reset 歸0 end */
:root{
    --blue1:#4486D3;
    --green1:#52AD67;
    --gray1:#616161;
    --pink1:#f45372;
    --orange1:#FF8710;
    --red1:#ff2010;
    --text1: #2c99c4;
    --text2: #bf40b9;
    --text_purple: #CE0080;
    --text_black: #3D3E47;
    --text_green: #343D22;
    --text_blue: #0A5A7C;
    --orange1: #FF801D;
    --golden: linear-gradient(45deg, #ffd900ff, #FFA500, #b35e09ff, #FFA500, #ffd900ff);
    --border-radius1: 8px;
    --border-radius2: 20px;
    --font_1: 3.6rem;
    --font_2: 2.2rem;
    --font_3: 1.9rem;
    --font_4: 1.5rem;
    --font_5: 1.1rem;
    --font_6: 1.0rem;
    --ball: 2.6rem;
    --font-family1: microsoft yahei;
    --font-family2: 'Noto Serif TC', serif;
    --liner-gradient1: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}
body{
    position: relative;z-index: 0;
    margin:0 auto;padding:0;font-family:"微軟正黑體";
    font-size: 1.1em;
    background: url(../images/p_da0339_m_da03390.svg);
}
#BodyContainer{margin:0 auto}
#BodyContentEvent,#event{width:100%}
#event a:hover{text-decoration:none;left:1px;top:1px;position:relative}
.bgcolor1{background-color: #F1EFE5;}
.bgcolor1_1{background: linear-gradient(to bottom, white 20%, #F1EFE5 100%)}
.bgcolor2{background: linear-gradient(to bottom,#F1EFE5 20% , transparent 100%);}
.grid{display:grid}
img{max-width:100%;height:auto}
.wrap_all{word-break: keep-all;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%;
}
.row1200{width:1200px;margin:0 auto;max-width: 100%;}

/* main */
.act_title {
    position: relative;text-align: center;border-bottom-left-radius: 60px;font-size: clamp(1.8rem, 8vw, 6.2rem);padding:0;overflow: hidden;
    border-bottom-right-radius: 60px;box-shadow: 0px 7px 10px #e7e8e3;margin: 0 0.6rem;font-weight: bold;justify-content: center;align-items: center;
    font-family: microsoft yahei;background: url(../images/1411062_bg.png) center bottom 100%/auto no-repeat white;
}
.act_title span:nth-of-type(1){width: 100%;justify-content: flex-end;margin-bottom: -0.9rem;}
.act_title span:nth-of-type(3){color:var(--green1) ;}
.act_title span:nth-of-type(4){
    background-color: var(--blue1);color: white;padding: .3rem 1.8rem;margin: 2% auto; width:auto;height: fit-content;
    font-size: clamp(1.2rem, 2.5vw, 2.7rem);clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
}
/* .act_title>div{position: absolute;width: 15%;height: 100%;}
.act_title>div img{position: absolute;}
.act_title>div:nth-of-type(1){left: 4%;}
.act_title>div:nth-of-type(1) img:nth-of-type(1){right:15%;top: 10%;}
.act_title>div:nth-of-type(1) img:nth-of-type(2){bottom: 15%;}
.act_title>div:nth-of-type(2){right:3%;}
.act_title>div:nth-of-type(2) img:nth-of-type(1){left:10%;top: 3%;}
.act_title>div:nth-of-type(2) img:nth-of-type(2){right:12%;top: 24%;}
.act_title>div:nth-of-type(2) img:nth-of-type(3){left:28%;bottom: 2%;} */
.act_title>div:nth-child(1){width: 68%;padding-left: 2rem;align-items: center;color: var(--blue1);}
.act_title>div:nth-child(2){width: 33%;margin:0 -3rem -.8rem 0;}
.act_title_text{background: linear-gradient(90deg, #ff7a18, #af002d 70%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent;}
.act_circle{
    display: inline-flex;justify-content: center;align-items: center;border-radius: 50%;width: clamp(4rem, 9vw, 7.8rem);color: white;height: clamp(4rem, 9vw, 7.8rem);
    background: var(--golden);font-size: clamp(2.7rem, 7vw, 5.8rem);font-weight: bold;border: solid 4px var(--orange1);
}
.act_box br{display: none;}

/*member*/
.rule_group{width: 82%; background: linear-gradient(to bottom, white 80%, #f7f6efff 92%,white 100%);padding: 2% 3%;border-radius: 20px;box-shadow: 1px 1px 3px #e2e4dd;line-height: 1.85em;margin: 2rem auto;position: relative;z-index: 0;font-size: 1.55rem;}
.rule_group2{margin: 2rem auto 0;}
.rule_group:before{position: absolute;background: url(../images/1002031_bg2.png);width:265px;height:177px;left:27%;top:-125px;z-index: -1;}
.rule_group a,.service_group:nth-of-type(2) p a,.bg_line,.bg_line1{color: var(--red1);pointer-events: auto;font-weight: bold;}
.rule_group a,.service_group:nth-of-type(2) p a{text-decoration: underline;}
.rule_group div:nth-of-type(1),.member_group div:nth-of-type(1){font-size:1.95rem;font-weight: bold;color:var(--gray1);line-height: 2.1em;}
.rule_group b{color: var(--blue1);}
.rule_group dl:nth-of-type(2){font-size: 1rem;line-height: 1.5;margin-top: 0.6rem;}
.rule_group ul{margin: -3rem 0 0 13rem;}
.rule_group ul li.note{margin: 0 0 0 -2rem;}
.rule_group ul li.note::marker{color: transparent;}
.rule_group ul li{list-style: auto;e;}
.rule_group ul li::marker{color: var(--blue1);}
.rule_group small{font-size: 0.7em;}
.rule_group_note{margin: 0 0 0 11rem;}
.bg_line{color: var(--red1);font-weight: bold;}
a.line_green{background-color:var(--green1);color: white;padding: .2rem .4rem;text-decoration: none;margin: 0 .2rem;}


/*Tab*/
.Vuecontainer {background-color: #F1EFE5;padding: 1rem 0 3.5rem;}
.Vuetabs {margin-bottom: -2px; }
.Vuetabs ul {/*list-style-type: none; margin-left:; */}
.Vuetabs a{
    padding: 1rem 3rem;transition: background-color 0.2s;border: 1px solid #ccc; border-right: none;text-align: center;cursor: pointer;
    background-color: #f1f1f1;color: var(--text_blue);font-size: calc(var(--font_4) - .2rem);width: -webkit-fill-available;
}
.Vuetabs a:last-child {border-right: 1px solid #ccc;}
.Vuetabs a:hover {background-color: #aaa; color: #fff;}
.Vuetabs a.active {
    color: yellow;background: var(--blue1);cursor: default;font-size: calc(var(--font_4) + .2rem);
    border-top: 1px solid var(--blue1);border-left: 1px solid var(--blue1);border-right: 1px solid var(--blue1);border-bottom: 2px solid #fff;
}
.Vuetabs a.ab-main.active {background: var(--orange1);color: #ffff00;}
.tabs-wrap {  position: relative;/* 讓上方氣泡可以絕對定位在這一塊 */}
/* 氣泡本體 */
.tab-tip {
    position: absolute;left: 1rem;bottom: 100%;margin-bottom: 8px;max-width: 360px;
    background: #fff;border: 2px solid #f7941d;border-radius: 8px;padding: 8px 12px;
    font-size: clamp(1rem, 2vw, 1.2rem);line-height: 1.6;color: #d06100;box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
/* 下方小箭頭 */
.tab-tip-arrow {
    position: absolute;left: 40px;bottom: -10px;width: 0;height: 0;border-style: solid;
    border-width: 10px 10px 0 10px;border-color: #f7941d transparent transparent transparent;
}
/* 讓箭頭裡也有白底，看起來像對話框 */
.tab-tip-arrow::after {
    content: "";position: absolute;left: -8px;top: -11px;width: 0;height: 0;
    border-style: solid;border-width: 10px 10px 0 10px;border-color: #fff transparent transparent transparent;
}
.tabVuecontent { padding: 1rem 2rem; border: 1px solid var(--blue1);background: white;}
.tabVuecontent .title{font-weight: bold;font-size: 1.55rem;color: var(--blue1); }
.fade-enter-active, .fade-leave-active {transition: opacity .5s;}
.fade-enter, .fade-leave-to{opacity: 0;transition: opacity 0s;}

/*student*/
.experience{margin: 2% 4%;}
.student{width:16%;text-align: center;margin: 0 2% 0 0;}
.student figcaption{font-size: calc(var(--font_4) - .1rem);font-weight: bold;color:var(--pink1);margin-bottom: .2em;}
.student img{border-radius: 12px;border-left: solid 3px orange;border-bottom: solid 5px orange;border-top: solid 1px orange;border-right: solid 1px orange;}
.stu_group{width: 82%;line-height: 1.5;text-align: justify;}
.stu_group p{margin: .5% auto;}
.stu_group p a{font-size: calc(var(--font_6) - .2rem);padding:.2% 1.3%!important;color: white;background-color: var(--blue1);border-radius: 20px;text-decoration: none;}
.stu_group p:nth-child(1){font-size: calc(var(--font_4) - .2rem);color:var(--pink1);font-weight: bold;}
.stu_group p:nth-child(2) {background: var(--orange1);color: white;display: inline-block;padding: .2rem 1rem;border-radius: 10px;}
.stu_group p:nth-child(2) span{color:yellow;}
.stu_group p span{color: var(--pink1);font-weight: bold;}
.small{font-size: var(--font_6);margin-top: 0.5rem;}

/*表格*/
caption{font-size: 1.5rem;line-height: 2;color: var(--blue1);font-weight: bold;}
.group_list {color: #444444;box-shadow:  1px 0px 3px #9c9e97;margin-bottom: 2%;line-height: 1.5em;position: relative;text-align: center;word-break: break-all;}
.group_list, .group_list th, .group_list td {border: 1px solid #52AD67;border-collapse: collapse;}
.group_list tr:nth-of-type(odd)>td{background-color: #f9f9f9;}
.group_list th{background-color: var(--green1);color: white;}
.group_list td{background-color: white;padding: .2%;}
.group_list td:nth-of-type(3){text-align: left;padding-left: 1%}
.group_list a,.member_group a{color:var(--blue1);pointer-events: auto;}
.group_list .pink{color: var(--pink1);margin-left: .2em;font-weight: bold;}
.group_list tfoot {text-align: right}
.group_list+div{margin: auto;}

/*線下*/
.subtitle { font-size: var(--font_4); }
.subtitle b { color: var(--text2);color:#F44336 }
.VuecontainerOffline, .VuecontainerIrt { margin: 0.5rem 0 0;font-size: var(--font_5);    padding-bottom: 0.5rem; }
.VuetabsOffline {margin-bottom: -2px; }
.VuetabsOffline ul {/*     list-style-type: none; margin-left:; */}
.VuetabsOffline a, .VuetabsIrt a{
    cursor: pointer;padding: 1rem 0rem;transition: background-color 0.2s;
    border: 1px solid #fff;width:  calc(100%/4 - 4px);
    font-size: var(--font_5);background: #ececec;color:#897d46;font-size: 1.3rem;
}
.VuetabsOffline a:nth-child(1):is(:hover, .active), .VuetabsIrt a:nth-child(1):is(:hover, .active) { background: #BE3931;font-size: 1.3rem }
.VuetabsOffline a:nth-child(2):is(:hover, .active), .VuetabsIrt a:nth-child(2):is(:hover, .active) { background: #224C38; }
.VuetabsOffline a:nth-child(3):is(:hover, .active) { background: #007F9A; }
.VuetabsOffline a:nth-child(4):is(:hover, .active) { background: #AA6709; }
.VuetabsOffline a:last-child {border-right: 1px solid #ccc;}
.VuetabsOffline a:is(:hover, .active), .VuetabsIrt a:is(:hover, .active) { color: white; }
.VuetabsOffline a:hover {background-color: #aaa; }
.VuetabsOffline a.active, .VuetabsIrt a.active {background-color: #fff;border-bottom: 2px solid #fff;cursor: default;border: inset 5px #b8b193;}
.VuecontentOffline, .VuecontentIrt { background: white;font-size: var(--font_6);}
.tabVuecontentOffline { padding: 2rem 1rem;}
.tabVuecontentOffline:nth-of-type(1) { border: 1px solid #BE3931;}
.tabVuecontentOffline:nth-of-type(2) { border: 1px solid #224C38;;}
.tabVuecontentOffline:nth-of-type(3) { border: 1px solid #007F9A;}
.tabVuecontentOffline:nth-of-type(4) { border: 1px solid #AA6709;}
.tabVuecontentOffline:nth-child(1) :is(.name, .goto), .classroom:nth-child(1) div:nth-child(5) dl { color:#BE3931; }
.tabVuecontentOffline:nth-child(2) :is(.name, .goto) { color:#224C38; }
.classroom:nth-child(2) div:nth-child(5) {color: #607D8B;}
.tabVuecontentOffline:nth-child(3) :is(.name, .goto) { color:#007F9A; }
.tabVuecontentOffline:nth-child(4) :is(.name, .goto){ color:#AA6709; }
.link_bt a {color: white;background-color: var(--blue1);display: inline-block;padding: .3rem 2.5rem;border-radius: 20px;font-size: calc(var(--font_4) - .2rem);width: fit-content;margin: .5rem 1rem;}
.classroom:nth-child(4) div:nth-child(5) {color: #607D8B;}
.fade-enter-active, .fade-leave-active {transition: opacity .5s;}
.fade-enter, .fade-leave-to{opacity: 0;transition: opacity 0s;}
.classroom{grid-template-columns: 1fr 1fr;row-gap: 1rem;}
.classroom div:nth-child(5){grid-area: 3/1/4/3}
.classroom:nth-child(1) div:nth-child(5) dl dd span {
    color: #ffffff;background: #b8b193;padding: 0 .35rem;margin-right: 0.3rem;
    padding: 13.5px 10px;border-radius: 80px;margin-top: -2%;display: inline-block;
}
.classroom div:nth-child(5) dl{grid-template-columns: 1fr 1fr 1fr 1fr;row-gap: 1rem;}
.classroom div:nth-child(5) dt{grid-area: 1/1/2/5;color: #607D8B;font-weight: bold;font-size: var(--font_5);margin-bottom: 0.3rem;}
.name,.goto{font-size: var(--font_5);font-weight: 700;}
.comment {font-size: var(--font_6);color: var(--text_black);margin-top: 0.5rem;padding-top: 0.5rem;border-top: 1px solid var(--text_black);}
.classroom .student_off{ padding: 0 1rem;justify-content: space-between;align-items: center; }
.student_container { width: 73%; }
.classroom .pic{ display: flex;flex-wrap: wrap;justify-content: center;align-items: center; }
.classroom .pic img { border-radius: var(--border-radius2); border: 8px solid #8E7E64; }
.classroom div:nth-child(5){text-align: center;}

/*irt*/
.VuecontainerIrt {color:#000}
.VuecontainerIrt a {color: #2e627b;padding: 1%;display: block;}
.irt_title, .irt_item{display: flex;justify-content: center;align-items: center;}
.irt_title {font-size: var(--font_4);padding: 1.2% 0 0;font-weight: bold;color: #009688;}
.irt_item{padding: .7% 0 1.8%;}
.irt_item img {width: 330px;margin: 0 7px;}
.irt_more a {background-color: #9e1e33;padding: .5% 2%;border-radius: 50px;color: #fff;text-decoration: none;font-size: var(--font_4);display: inline-block;}
.fa-star { color: #fdca2f;margin: 0 .2rem; }
.fa-location-dot { color: #ff801d;margin-right: 0.6rem; }
.title4{
    font-size: var(--font_2);color: white;text-align: center;padding: 0 3rem;font-weight: 800;margin: auto;width: fit-content;
    font-family: var(--font-family1);background:linear-gradient(to right, var(--green1) 0%, var(--blue1) 100%);clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
}
.title2{font-size:var(--font_2);font-weight:800;font-family:var(--font-family2);border-radius:0 0 20px 20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-top:9px #d5c09f solid;border-radius:70px 70px 0 0}
.title2 span{border-radius:20px 20px 0 0;padding:.2rem 5.5rem;margin-top:1.5rem;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center}
.title3{font-size:var(--font_2);font-weight:800;font-family:var(--font-family2);border-radius:0 0 20px 20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;border-top:9px #d5c09f solid;border-radius:70px 70px 0 0}
.title3 a{color:#b99b6b;font-size:3rem;line-height:4rem;padding-top:12px;display:inline-block;margin-bottom:-5%}
/*cafe*/
#event_fifth a{text-decoration: none;}
.cafe{ justify-content: space-around;position: relative;align-items: center;margin: 1.5rem 0 0;padding-bottom: 1rem;border-bottom: 9px #46688b dotted;border-left: 10px #ff801d dotted;	border-right: 10px #ff801d dotted;border-radius: 0 0 70px 70px;}
.cafe_container{background: linear-gradient(to bottom, white 20%, #F1EFE5 100%);border-radius:70px;margin-top:3.5rem;}
.cafe .cafe_sale{position:absolute;left:2rem;top:-6.6rem;display:inline-block;border-radius:50%;background:#b99b6b;color:#fff;width:13rem;height:9rem;text-align:center;padding-top:2.5rem;font-size:calc(var(--font_4) - .1rem);text-decoration:none;}
.cafe .cafe_sale:hover { transform: scale(1.02); }
.cafe .cafe_sale a:hover { cursor: pointer; }
.cafe .cafe_sale a { color: #FFFFFF;}
.cafe a:nth-of-type(2) img { width: 370px;border-radius: var(--border-radius1); border: solid 3px #b99b6b; }
.cafe nav { width: 100%;text-align: center;margin-top: 2rem;font-size: var(--font_5);color: var(--text-blue); }
.cafe nav a {background: #0081C7;border-radius: var(--border-radius2);padding: .3rem 2rem;color: white;text-decoration: none;}
.service{width: 70%;font-size: 1rem;margin: 1rem auto 0;}
.more{ margin-top: 2rem; }
.more a{text-decoration: underline;font-size: 1.2rem;line-height: 2.3rem;color: var(--text_purple);}

/**/
.intro{padding: 1rem 3rem;}
.event_banner{grid-template-columns: 1fr 1fr 1fr;    padding: 2% 0;}
.event_banner figure{margin: 1%;}
.event_banner figure figcaption{font-size: 1.3rem;line-height: 2.2;}
.ps{font-size: clamp(1rem, 2.5vw, 1.2rem);}

@media screen and (max-width: 767px){
    :root{--font_1: 1.7rem;--font_2: 1.5rem;--font_3: 1.3rem;--font_4: 1.1rem;}
    body{background: white;}
    .rule_group{ width: 96%;font-size: 1.15rem;padding:.8rem 1.2rem;}
    .rule_group b{ display: block;text-align: center;font-size: 1.4rem;}
    .rule_group ul{margin: 0 0 0 1.5rem;}
    .act_title{border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}
    .act_title>div:nth-child(1){padding-left: 0;}
    .act_title>div:nth-child(2){max-width: 60%;}
    .act_title span:nth-of-type(1) {max-width: 80%;}
    .act_title span:nth-of-type(4){padding: .3rem 1.2rem;}
    @media screen and (max-width: 380px){.act_title span:nth-of-type(4){padding: .3rem .6rem;font-size: .9rem;}}
    .act_box br{display: block;}
    .event_banner{grid-template-columns: .9fr;justify-content: center;row-gap: 1rem;}
    .Vuetabs, .VuetabsOffline,.experience,.classroom .student_off{justify-content: center;}
    .Vuetabs a{padding: 1rem;}
    .tabVuecontent{padding: 1rem;}    
    .classroom{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
    .container{width: calc(100%  - .2rem);}
    .experience{margin: 0 auto 1rem;}
    .student{width: fit-content;margin: .3rem auto;}
    .student_container{width: initial;}
    .stu_group{width: initial;}
    .irt_item img{ max-width: 100%;margin: auto;}
    .cafe nav{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
    .cafe{padding: 0 .5rem;border-bottom: 2px #46688b dotted;border-left: 2px var(--orange1) dotted;border-right: 2px var(--orange1) dotted;}
    .cafe .cafe_sale a br{ display: none;}
    .cafe .cafe_sale{width: initial;height: initial;border-radius:0;padding: 0; }
    .service{width: 90%;}
    .classroom:nth-child(1) div:nth-child(5) dl dd span{display: block;width: fit-content;margin: auto;}
    .link_bt a,.stu_group p:nth-child(1),.Vuetabs a{ font-size: var(--font_4); }
}
@media (min-width:992px) and (max-width:1199px){
    .Vuetabs a{font-size: var(--font_4);}
    .rule_group ul{margin: 0 0 0 4rem;}    
}
@media (min-width:768px) and (max-width:991px){
    .act_title>div{width: 9%;}
    .Vuetabs a{font-size: var(--font_4);}
    .rule_group ul{margin: 0 0 0 4rem;}
}

/*各大相容檢視*/
@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 {
}