﻿@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(--text_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%;}
.bg1{
    position: relative;
    background: url("../images/1306082_bg_line.png") bottom center;
}
.bg1::before{
    position: absolute;content: '';left: 0;top: 0;z-index: -1;
    width: 100%;height: 100%;
    background: linear-gradient(to bottom, white 20%, #79bec7 100%);
}
.bg2{background: linear-gradient(to bottom, white 0%, #e3f1e0 100%);}
.bg3{background-color: #EBEBEB;}
.bg4{background-color: #F6F6F6;}
.bg5{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%;
    }

.nowrap{text-wrap: nowrap}



/*所有元素漸變0.5秒*/

*{transition: all .5s;}

#event_master *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}

/*DIY--設計可增加用樣式*/
:root {
    --text_black: #3f3f3f;
    --text_1: 9rem;
    --text_2: 4.2rem;
    --text_3: 1.2rem;
    --text_4: 1.3rem;
    --text_5: 1.4rem;
    --title: 2.8rem;
    --title2: 2rem;
    --dl_text: 1.55rem;
    --ff1: sans-serif, microsoft yahei, arial;
    --green_blue: #006581;
    --green_blue2: #0085b0;
    --green_blue3: #47beda;
    --blue: #3e7fc2;
    --light_orange: #f29538;
    --deep_red: #bd1a3e;
    --tiffany: #04b5be;
    --orange: #eb611c;
    --orange2: #e26823;
    --orange3: #be4207;
    --border-radius: 6px;   
    --border-radius2: 20px;   
}
header { width: 62%;justify-content: center;align-items: center;margin-block-start: 1rem;}
h1 {
    font-size: var(--text_1);font-family: var(--ff1);font-weight: bold;
    background: linear-gradient(to bottom, #e7b74b, var(--orange2));
    -webkit-background-clip: text;line-height: 1.1;align-items: center;
    color: transparent;letter-spacing: 0.35rem;justify-content: center;
    position: relative;width: fit-content;margin: auto;
}
h1 span {
    background: linear-gradient(to bottom, white, #fff687);
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 3px 5px #000);
}
h1 small { font-size: 0.15em;color: black;position: absolute;right: 0;top:.2rem; }
h2 {
    font-size: var(--text_2);font-family: var(--ff1);font-weight: bold;border-top: solid 2px var(--green_blue);
    border-bottom: solid 2px var(--green_blue);display: inline-block;
    color: var(--green_blue);
}
h2 span { color: var(--orange);font-size: 1.2em; }
h3 dl { justify-content: space-around;align-items: center;margin: 1rem;font-size: var(--dl_text);column-gap: .3rem;row-gap: 1.1rem; }
h3 dt {
    background: linear-gradient(to bottom, var(--orange2) 0%, var(--orange3) 100%);
    color: white;border-radius: var(--border-radius2);padding: 0.3rem;margin: 0.5rem 0;display: inline-block;
    width: 32%;
}
h3 dd {width: 66%;/* text-align: justify; */font-size: var(--text_5);text-align: left;}

/* main */
.banner { width: 1280px;margin: auto;align-items: flex-end; }
.banner > div { width: fit-content;margin-top: 2rem; }
.dcard { background: white;border-radius:0 0 var(--border-radius2) var(--border-radius2);padding: 1rem 2.5rem;margin-block-end: 2rem; }
.dcard_title { background: var(--green_blue2);padding: 1rem; }
.dcard_title span {
    background: var(--green_blue);color: white;padding: 0.2rem 4rem;border-radius: var(--border-radius);
    align-items: center;font-family: var(--ff1);font-weight: bold;width: fit-content;margin: auto;
}
.dcard_title span > div:nth-of-type(1) { display: flex;flex-wrap: wrap;align-items: center; }
.dcard_title span b { color: yellow;margin-left: 0.7rem; }
.dcard_title span  i { background: var(--green_blue3);padding: 0.5rem;display: inline-block;border-radius: var(--border-radius);color: white; }
.dcard_group { padding-bottom: 1.5rem;margin: 1rem auto .5rem;border-bottom: dashed 1px var(--text_black);align-items: flex-start; }
.dcard_group:nth-last-child(1) { border-bottom: none; }
:is(.dcard_group) .dc_subtitle { width: 8%; }
:is(.dcard_group) .dc_des { width: 90%; }
.dc_des { text-align: justify; }
.dc_des span { font-size: 1.2em; }
.feature_title { color: var(--green_blue); }
.feature_title small, .sub_feature span, .service a, .media_title,.media_name span:nth-of-type(2), .more a { color: var(--deep_red); }
.media, .media_group, .feature, .custserv{margin: 1rem;}
.media_title,.dcard_title,.feature_title{font-size: var(--title);margin-block: 1.5rem .5rem;font-family: var(--ff1);font-weight: bold;text-align: center;}
.smallclass{flex-wrap: nowrap;}
.smallclass img{}
.media_sub,.dc_subtitle,.service dt {font-size:1.5rem;}
.dc_des,.progress dt,.more,.media_name{font-size: var(--text_4);}
.media_show{font-size: var(--text_3);line-height: 2rem;}
.progress dd,.ser_list,.media_content{text-align: left;}
.dc_subtitle img,.media_photo img{border-radius: 9999rem;}
.progress{
    width: calc(100%/4);position: relative;border-radius: var(--border-radius2);color: white;padding: 1rem 2.5rem 1rem 1rem;
    clip-path: polygon(0% 0%, 95% 0, 95% 40%, 100% 50%, 95% 60%, 95% 100%, 0 100%);margin-right: -2rem;text-align: center;
}
:is(.progress, .course_date_content):nth-last-child(1) {margin-right: 0;clip-path: none;}
.progress dt { font-size: var(--dl_text);font-family: var(--ff1);border-bottom: 1px solid white; }
.progress dt span { display: block;margin: auto;padding: 0 2rem;width: fit-content; }
.progress a { text-decoration: none; }
.progress:nth-child(1) dt span { color: #244d97;background: white;border-radius: var(--border-radius2); }
.progress:nth-child(2) dt span { color: #c85b1b;background: white;border-radius: var(--border-radius2); }
.progress:nth-child(3) dt span { color: #820018;background: white;border-radius: var(--border-radius2); }
.progress:nth-child(4) dt span { color: #008d98;background: white;border-radius: var(--border-radius2); }
.progress:nth-child(1) { background: var(--blue);z-index: 5; }
.progress:nth-child(2) { background: var(--light_orange);z-index: 4; }
.progress:nth-child(3) { background: var(--deep_red);z-index: 3; }
.progress:nth-child(4) { background: var(--tiffany);z-index: 2; }
.progress:not(.unset)::after{content:'\f35a';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;top:50%;left:105%;transform:translateY(-50%)}
.progress dd { text-align: center;margin: .5rem auto;font-size: var(--text_3); }
.sub_feature { font-size: var(--title2);color: var(--green_blue);text-align: center; }
.ser_list li{list-style-type: disc;}
.service{padding: 0.5rem;}
.service dt a { color: white; }
.service img,.custserv img{margin: 0 auto;}
.service dt,.course_date td{text-align: center;}
.service { width: calc(100%/3 - 8px);background: white;border-radius: var(--border-radius2);padding: 0 1.8rem 1rem;text-align: center; }
.service dt { color: white;padding: 0.3rem 0; }
.service:nth-child(1) dt { background: var(--blue); }
.service:nth-child(2) dt { background: var(--orange2); }
.service:nth-child(3) dt { background: var(--deep_red); }
.service:nth-last-child(1) dd:nth-last-child(1) { margin-top: 1.2rem; }
.service:nth-last-child(1) dd:nth-last-child(1) a { display: inline-block;background: var(--orange); color: white;border-radius: var(--border-radius);text-decoration: none;padding: 0 .3rem; }
.service dd { font-size: var(--text_3); }
.ser_list { margin:1rem 0 0 2rem; }
.custserv { border-radius: var(--border-radius2);background: var(--orange);color: white; }
.custserv dt img{ border-radius: var(--border-radius2) var(--border-radius2) 0 0; }
.custserv dd { font-size: var(--text_3);padding: 0.5rem 0;text-align: center;}
small{font-size: 1.3rem;display: block;}
.course_date_container {
    justify-content: space-between;align-items: flex-start;font-size: var(--text_4);margin: 0.2rem auto 1.3rem;
}
.course_date_content {
    width: calc(100%/4 - 6px);color: white;height: 100%;align-items: flex-start;position: relative;
    border-radius: var(--border-radius2);padding: .2rem 1rem;margin-bottom: 0.5rem;padding: .8rem;
	text-align: left;
}
.course_date_content::after { position: absolute;font-size: var(--title);color: #ffffff25;right: .5rem;top: .3rem;font-weight: bold; }
.course_date_content:nth-child(1)::after { content: '7~8月'; }
.course_date_content:nth-child(2)::after { content: '6~8月'; }
.course_date_content:nth-child(3)::after { content: '7月'; }
.course_date_content:nth-child(4)::after { content: '7月'; }
.course_date_content:nth-child(odd) { background: #169ea9; }
.course_date_content:nth-child(even) { background: #FE8431; }
.course_date_content dt { width: 100%;font-size: var(--title2);text-align: left;padding-left: 1rem; position: relative; }
.course_date_content dt::before { position: absolute;content: '';width: 3px;height: 2rem;left: .3rem;top: .6rem;background: white; }
.course_date_content dd { width: 100%; }
.media_group { padding-bottom: 1.2rem;margin-bottom: 1.2rem;border-bottom: dashed 1px var(--green_blue2);align-items: center; }
.media_group:nth-last-child(2) { border-bottom: none; }
.media_content{ padding: 0 0.5rem; }
.media_name { color: var(--green_blue2);margin-bottom: 0.3rem; }
.media_name span:nth-of-type(1) { display: inline-block;padding: 0 .2rem;border-radius: var(--border-radius);background: var(--light_orange);color: white;margin-right: 0.3rem; }

/*LINE&FB&banner舊稿複製*/
.LINE,.FB,.social_txt,.QRcode{float:left}
.LINE,.FB{width:50%;padding:2%}
.social_txt{width:70%;text-align:left}
.socialTitle{color:#ffed00;font-weight:700;font-size:1.7em;margin-bottom:2%}
.social_txt p{font-size:1.5em;line-height:1.6em}
.social_txt p,.QRcode a{color:#FFF}
.QRcode{text-align:center;font-size:1.3em}
.LINE{background:#44ba44}
.FB{background:#395692}
.QRcode img{max-width:100%}
.link_box{margin:1% auto 2%}
.link_box>ul>li{width:calc(100%/3 - 10px);margin:0 auto;overflow:hidden}
.link_box>ul>li a:hover{transform:scale(1.05);}
.link_box>ul>li a{color:#000;display:inline-block}
.link_box>ul>li img{width:100%}
.navlink{margin:4% auto 1%;text-align:center}
.navlink li{margin:0 2%;display:inline-block}
.navlink a,.nav_media a{font-size:1.3rem;background:#c61719;color:#FFF;padding:8px 20px;text-decoration:none;display:inline-block;border-radius:10px}

/*各大相容檢視*/
@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;z-index: 5;position: relative;}
#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: #339966;}
#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: #eb543f;color: white;}
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; } .lg\:w-2\/12 { width: 16%; } .lg\:w-10\/12 { width: 80%;margin-left: 1rem; } }

@media ( width >= 992px) and (width < 1200px){
    :root { --text_1: 6.6rem;--text_2: 3.7rem;--text_4: 1.3rem;--dl_text: 1.5rem;--title: 2.4rem;--title2: 1.6rem; }
    .menu_btn {top: 1rem!important;}
    .progress { width: 50%; }
}
@media (width >= 768px) and (width < 991px){
    :root { --text_1: 6.8rem;--text_2: 3rem;--text_4: 1.2rem;--dl_text: 1.3rem;--title: 1.6rem;--title2: 1.4rem; }
    .banner > div { width: 30%; }
    header { width: 66%; }
    .menu_btn {top: 1rem!important;}
    .progress { width: 50%; }
}


@media (width < 767px) {
    :root { --text_1: 3.8rem;--text_2: 2.3rem;--text_4: 1.1rem;--dl_text: 1.3rem;--title: 1.8rem;--title2: 1.6rem; }
	.smallclass {flex-wrap: wrap;text-align: center;}
	.media_title, .dcard_title, .feature_title {font-size: 1.7rem;}	
    @media screen and (width < 400px) {
        :root { --text_1: 3.6rem;--text_2: 1.8rem;--dl_text: 1rem; }
        :is(.dcard_group) .dc_subtitle { width: 10%;margin-right: 1rem; }
        :is(.dcard_group) .dc_des { width: 100% !important; }
    }
    @media screen and (width < 340px) { :root { --text_1: 3.3rem;--text_2: 1.5rem;--text_4: 1rem; } }
    header { width: 86%;margin: auto; }
    h1 { width: 100%; }
    h1 small { font-size: 0.4em;top: -2rem; }
    h3 dl { margin: 1rem auto; }
	h3 dt {padding: 0.3rem 0.7rem;font-size: 1.1rem;}
	h3 dd {width: 66%;text-align: left;font-size: 1.2rem;}
    .banner > div { margin: 2rem 4rem; }
    .dcard_title span { flex-direction: column;padding: 1rem; }
    :is(.progress):nth-last-child(1) { margin: .5rem auto; }
    :is(.dcard_group) .dc_subtitle { width: 10%;margin-right: 1rem; }
    :is(.dcard_group) .dc_des { width: 84%; }
    .progress, .service { width: 90%;margin: 1rem auto; }
    .course_date_container { display: grid;grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr)); }
    /*.course_date_content { margin: 1rem auto;height: initial;clip-path: none;width: 90%; }*/
	.course_date_content {display: flex;width: 100%;height: 150px;border: 2px #f3f9f2 solid;}
    .course_date_content:nth-child(1) { grid-area: 1/1/2/2; }
    .course_date_content:nth-child(2) { grid-area: 2/1/3/2; }
    .course_date_content:nth-child(3) { grid-area: 1/2/2/3; }
    .course_date_content:nth-child(4) { grid-area: 2/2/3/3; }
    .course_date_content dt::before { top: 0.3rem; }
    .service dt { position: relative;}
    .service dt::before { position: absolute;content: '';width: 100%;height: 100%;left: 0;top: 0;background: linear-gradient(to right, white 10%, transparent 30%, transparent 70%, white 90%);}
    .media_group { row-gap: 1rem; }
}

@media all and (min-width: 1px) and (max-width: 1200px){
    .banner { width: 100%;align-items: center; }
    .progress{ margin: 0.5rem auto;}
    .progress::after{content: '';display: none;}
    .LINE,.FB{width:100%;padding:3% 4%}
    .link_box>ul>li{width:90%;margin:2% auto;text-align: center;}
    .link_box figcaption{text-align: center;}
    .qrimg{display: flex;flex-wrap: wrap;justify-content: center;}
    .vl_text:nth-child(2) {right: 0rem;}
    .social_txt {text-align: center;}
    .vl_text{writing-mode:inherit;position: inherit;order:1;width: 100%;text-align: center;margin: 1rem 0;}
    .social_txt,.QRcode{width: calc(100%/1);} 
    
/*修正獨立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: 12%;}}
@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 */
}