@charset "UTF-8";

/* title_section */
#page.customized .title_section .sitewidth .boxCont{width:100%;}
#page.customized .title_section .sitewidth .boxCont .tmp_txtBox{display:flex;justify-content:space-between;}
#page.customized .title_section .sitewidth .boxCont .tmp_txtBox .title{color:#9452e5;}
#page.customized .title_section .sitewidth .boxCont .tmp_txtBox .description{margin-top:0;margin-left:50px;}
#page.customized .title_section .sitewidth .boxCont .tmp_txtBox .description span{color:#9452e5;}

/* tab_section */
#page.customized .tab_section .sitewidth:before{background-color:#9452e5;}
#page.customized .tab_section .sitewidth ul li.on{color:#9452e5;}
#page.customized .tab_section .sitewidth ul li.on:before{filter: invert(41%) sepia(80%) saturate(4381%) hue-rotate(248deg) brightness(96%) contrast(86%);}
#page.customized .tab_section .sitewidth ul li:after{background:#9452e5;}

/* infor_section */
#page.customized .infor_section .imgBox{height:500px;margin-bottom:60px;background-image:url(../img/title_section_bg.png);background-repeat:no-repeat;background-position:center center;background-size:cover;}
#page.customized .infor_section .sitewidth .boxCont .tmp_txtBox .title:before{background-color:#9452e5;}

/* schedule_section */
#page .schedule_section .sitewidth .boxCont .txtBox .title span{color:#40b04c;}

@media all and (max-width:1201px){
	#page.customized .title_section .sitewidth .boxCont .tmp_txtBox .description{margin-left:2.5em;}
	#page.customized .infor_section .imgBox{height:20em;margin-bottom:3em;}
	#page.customized .title_section .sitewidth .boxCont .tmp_txtBox .description{width:27em;}
}
@media all and (max-width:800px){
	#page.customized .title_section .sitewidth .boxCont .tmp_txtBox{flex-wrap:wrap;}
	#page.customized .title_section .sitewidth .boxCont .tmp_txtBox .description{width:100%;margin-left:0;margin-top:1.5em;}
}
@media all and (max-width:600px){
	#page.customized .infor_section .imgBox{height:15em;}
}
@media all and (max-width:400px){
	#page.customized .infor_section .imgBox{height:10em;}
}