/*.TopMenu {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	background-image: url(/images/project/1stdesign/2022/topic_visual_480.jpg);
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 42px;
}*/
/*---漢堡選單----*/
.sidenav {  height: 100%; width: 0;  position: fixed;  z-index:9999;  top: 0;  right: 0;  background-color:#ffdc3f;  overflow-x: hidden;  transition: 0.5s;  padding-top: 60px;}
.sidenav a {  padding: 8px 8px 10px 30px;  text-decoration: none;  font-size: 20px;  color:#000;  display: block;  transition: 0.3s;}
.sidenav a:hover {text-decoration: underline;}
.sidenav .closebtn {  position: absolute;  top: 0;  right: 25px;  font-size: 36px;  margin-left: 50px;}

#hambger {  display:none;  transition: margin-right .5s;  padding:3px 10px;  box-sizing: border-box;  position: absolute;   z-index: 99;  right:0px;  color: #000;  top:-10px;}

.mobile_bottom_fix{display: block; width: 100%; background-color: #000;height: 50px;text-align:center; }
.mobile_bottom_fix a{color: #fff;display: inline-block; padding:15px;text-decoration: none; }




.trendlogo{display: inline-block;position: absolute;  z-index:99;}
.share{display: inline-block; position: absolute;left:110px;top:10px;z-index: 99;}
.team{display: block; text-align: center;margin-top:0px;padding: 10px;}

.sidebar{display: inline-block; position: fixed;right:3%; bottom: 1vh;z-index:999; }
.sidebar a{display: block;}


/*---專題樣式----*/
#wrapper{box-sizing: border-box;position: relative;}
#wrapper h2 {font-weight:600;}
#wrapper h3 , #wrapper h4 {font-weight:500;}
#wrapper h2 {display: block;width:350px;height: 50px; border-radius: 30px;background-color: #ffdc3f; color:#fff; font-size: 1.5em;line-height: 50px; text-align: center;margin: 0 auto;border:3px solid #000;position: relative; top: -30px;}
#wrapper h2 span{display: block;content: ""; width:330px;height:50px; border-radius: 30px;background-color: #000;margin: 0 auto;}

/*---趨勢版頭&測驗版頭-------------*/
.deco_visual {max-width:1200px;height:500px;background-image:url(/images/project/1stdesign/2022/topic_visual.jpg);position:relative;z-index:15;background-repeat: no-repeat;margin: 0 auto;background-color: #fff;background-size: contain;}

/*---類別選單-------------*/
.deco_nav{display:block;max-width: 1200px; height:75px; margin: 0 auto;position: relative;z-index:99;text-align: center;border:3px solid #000; border-radius: 50px;background-color: #fff;top: -70px;}
.deco_nav ul{display: block; max-width: 1200px; height: 65px; background-color: #ffdc3f;border-radius: 50px;margin: 0 auto;margin:5px;}
.deco_nav ul li{display: inline-block;background-repeat: no-repeat;box-sizing: border-box;margin-right:8px;position: relative;}
.deco_nav ul li a{display: block; font-size: 1.25em; font-weight:600; color:#000;text-align: center;line-height: 60px; padding: 0 25px;position: relative;}
.deco_nav ul li a span{display:inline-block; width:30px; height:30px;background-color: #000; border-radius: 100%; line-height: 30px; color: #fff;position: absolute; top:-75px;  right: 0;  bottom:0px;  left:0px;  margin: auto;z-index:999;}
.deco_nav ul li a span+span{display: block; content: ""; width: 36px; height: 36px; border:3px solid #000; border-radius: 100%;z-index: 10;background-color: #fff; }
.deco_nav ul li a:after{display:none;content:""; border-color: #000 transparent transparent transparent;border-style: solid;  height: 0px;width: 0px;border-width:10px;position: absolute; top: 0;  right: 0;  bottom:-50px;  left:0px;  margin: auto;}
.deco_nav ul li a:hover:after , .deco_nav ul li a:focus:after{display: block;}

/*---專題內文樣式-------------*/
.deco_container {display: block; width:100%;margin: 0 auto;box-sizing: border-box;color: #000;line-height: 1.8em;background: #fdf2de; padding:30px 0;background-image:url(/images/project/1stdesign/2022/grid-me.png);}
.inner_box{position: relative; top:-60px;box-sizing: border-box;}
section{display:block;margin-top:100px;max-width: 1200px;border-radius: 20px; border:3px solid #000;background-color: #fff;margin: 0 auto;margin-top:120px;}

/*---chapter01-------------*/
.descrip_box{display: flex;box-sizing: border-box;justify-content: space-around;padding:30px 30px 50px 30px;flex-wrap: wrap;}
.descrip_box>div{width:30%;}
.descrip_box h3{display: block;background-image: url(/images/project/1stdesign/2022/triangle01.png);height: 93px;margin-bottom: 30px;background-repeat: no-repeat;text-align: right;font-size: 1.625em;background-size: contain;}
.descrip_box div+div h3{background-image: url(/images/project/1stdesign/2022/triangle02.png);}
.descrip_box div+div+div h3{background-image: url(/images/project/1stdesign/2022/triangle03.png);}
.descrip_box i{ display: block;text-align: center;background-color: #000;color: #fff; padding: 5px;}
.descrip_box h4{display: block;text-align: center; font-size: 1.25em;margin-top:10px;}
.descrip_box p{display: block;text-align: center;}
.btn_switch{display: block;text-align: center; }
.btn_switch a{display:inline-block;width: 30px; height: 30px; border-radius: 100%; margin: 8px; }
.btn_switch a:hover, .btn_switch a:focus, .btn_switch a.selected{background-color:#f2adaa;color:#fff;}
.descrip_box>div+div a:hover, .descrip_box>div+div a:focus, .descrip_box>div+div a.selected{background-color:#63c092;}
.descrip_box>div+div+div a:hover, .descrip_box>div+div+div a:focus, .descrip_box>div+div+div a.selected{background-color:#7ac8cc;}
.slider_img{ width: 100%; position: relative;overflow: hidden;}
.slider_img a{display: block;width: 100%;height: 0;padding-bottom: 66%;overflow: hidden;}
.descrip_box div img{display: block;max-width: 100%;max-height: 100%;position: absolute;top: 0;right: 0;left: 0;margin: auto;}
.note_desc{display: block; background-color:#f2adaa; padding: 10px;height: 150px; }
.note_desc strong{display: block;background-color: #fff; padding: 5px;font-size: 1.25em;font-weight: 500;color:#f2adaa;}
.note_desc ul li{list-style-type: decimal; list-style-position: outside; margin-left: 20px;line-height: 1.6em; margin-top:5px;}
.descrip_box>div+div .note_desc{background-color:#63c092;}
.descrip_box>div+div .note_desc strong{color:#63c092;}
.descrip_box>div+div+div .note_desc{background-color:#7ac8cc;}
.descrip_box>div+div+div .note_desc strong{color:#7ac8cc;}


/*--- 前言-------------*/
.forword{display: block; position: relative;width:60%;margin: 0 auto;text-align: center;}
.forword em{display: block; width:55px; height:55px; background-color: #fff;position:relative; top:40px;left:-15px;z-index:20;text-align: center; line-height:70px; }
.forword i{ font-size: 2.5em; transform: rotate(45deg);}
.subtitle{ display: block;width:100%; margin: 0 auto;box-sizing: border-box;position: relative;border:3px solid #000;text-align: center; padding:30px;box-sizing: border-box;background-color: #fff;z-index:10;}
.subtitle strong{display: inline-block;font-size:2.5em;line-height: 1.2em;position: relative;z-index:1;}
.forword h2:after{display:block;content: ""; width:100%; height: 20px; background-color:#fcf400;position:absolute;bottom: 0;left: 0;z-index:-1;}
.subtitle strong , .cssChapter03 strong , .cssChapter04 strong{display:inline-block; font-size: 1.625em;font-weight:600; text-align: center; margin: 0 auto;background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 51%, #ffea29 51%, #ffea29 100%); background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 51%,#ffea29 51%,#ffea29 100%); 
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 51%,#ffea29 51%,#ffea29 100%);margin-bottom: 15px;}
.color_block{display: block;width:100%;height: 170px; background-color: #fcf400;position: absolute; top:30px;  right: 0;  bottom:0px;  left:-25px;  margin: auto;}

/*---chapter02 圖表-------------*/
.diagram{display: flex;flex-wrap: wrap;padding:30px;}
.diagram div{width: 22.5%;text-align:left;margin:0px 13px;padding:50px 0; border-bottom:1px dotted #999;text-align: center;}
.diagram p {font-size:1.25em; font-weight: 500;text-align: left;}
.diagram div p>span{display: block;float: left;width:40px; height:40px;text-align: center;background-color: #000;color: #fff; border-radius: 100%;line-height:35px;margin-right: 5px;}

/*--- 類別選單-------------*/
.nav{position: relative;max-width:480px; margin: 0 auto;margin-top:50px;margin-bottom:70px;}
.nav ul{display:block; border:3px solid #000;position: relative;z-index: 99;background-color: #fff;text-align: center;}
.nav ul li{display: inline-block; padding:10px 0;position: relative; width:33.3%;}
.nav ul li:after{ display: none; content:""; border-color: #000 transparent transparent transparent;border-style: solid;  height: 0px;width: 0px;border-width:10px;position: absolute; top: 0;  right: 0;  bottom:-74px;  left:0px;  margin: auto;}
.nav ul li:hover:after, .nav ul li:focus:after, .nav ul li.selected:after{ display:block;}
.nav ul li a{display: block;font-size: 1.5em; text-align: center;padding: 0px 20px;font-weight: 500;/*border-right: 1px solid #000;*/ }
.nav ul li.selected{background-color:#000; }
.nav ul li.selected a{color:#fff; }
.nav .color_block{height:55px;top:-20px;  right: 0;  bottom:0px;  left:-20px;  margin: auto;}

/*---chapter03 裝潢前期-------------*/
.nav_content{display: flex;justify-content:center;margin:30px 0;flex-wrap: wrap;}
.step_desc{width: 20%; margin:30px 20px; box-sizing: border-box; padding:50px 20px 30px 20px; border-radius: 20px; border:3px solid #000;text-align: center;position:relative;   background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 45%, #ffea29 45%, #ffea29 100%);background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 45%,#ffea29 45%,#ffea29 100%);background: linear-gradient(to bottom, #ffffff 0%,#ffffff 45%,#ffea29 45%,#ffea29 100%);}
.no{display: block;width: 80px; height: 70px; line-height: 70px;background-color: #fff; font-size:3.5em; font-family: sans-serif; font-weight: 600; position:absolute; top:-45px;left:45%;}
.no:before{display: inline-block; content: "STEP";font-size: 16px; position:absolute;left: -40px;top:-15px; font-weight:bolder;}
.no:after{display: inline-block;content: ""; width:40px; height:3px;background-color: #000; position: absolute;left:23px;bottom:-5px;}
.step_icon{display: block;width: 150px; height: 150px; border-radius: 100%; text-align: center;margin: 0 auto; border:3px dotted;background-color: #fff;margin-bottom:15px;}
.step_icon img{width:65%;margin-top: 25px;}
.step_desc p{ font-weight: 500;position:relative;}
.step_desc.blue_bg{ background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 45%, #7ac8cc 45%, #ffea29 100%);background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 45%,#7ac8cc 45%,#ffea29 100%);background: linear-gradient(to bottom, #ffffff 0%,#ffffff 45%,#7ac8cc 45%,#7ac8cc 100%);}

/*---chapter03 流桯一覽-------------*/
.list_drop_down{ width:28%;margin: 30px 10px; padding:20px;background-color:#e8e8e8;position: relative;}
.list_drop_down:before{display: inline-block; content:"";width: 95px;height: 37px;background-image: url(/images/project/1stdesign/2022/clip.png);position: absolute; top:-25px; right: 0;   left:0px;  margin: auto;}
.list_drop_down h3{display: block; font-size: 1.625em;text-align: center;margin: 30px 0;}
.drop_down_title{position: relative;z-index: 99;}
.drop_down_title>li{ display: block; border-radius: 15px; border:3px solid #000;margin-top: 20px;overflow: hidden;position: relative;z-index: 99;}
.drop_down_title .line{display: inline-block; content: ""; width: 2px; height:95%;background-color: #000; position: absolute; top:30px; right: 0;  left:0px; margin: auto;bottom:50px;}
.drop_down_title a {display: block; padding: 5px 15px;font-size: 1.25em;background-color: #fff;}
.drop_down_title a:hover , .drop_down_title a:focus{background-color:#f2a8a6; color: #fff;}
.title_blue a:hover , .title_blue a:focus{background-color:#7ac8cc;}
.title_purple a:hover , .title_purple a:focus{background-color:#d38cbd;}
.drop_down_title a h4{display: inline-block;}
.drop_down_title a h4 span{display: inline-block; width: 25px; height: 25px; border-radius: 100%; color: #fff; background-color:#f2a8a6;text-align: center;line-height: 25px;margin-right: 5px;font-size: 16px;position: relative; top:-1px }
.drop_down_title.title_blue a h4 span{background-color:#7ac8cc;}
.drop_down_title.title_purple a h4 span{background-color:#d38cbd;}
.drop_down_title a:hover h4 span , .drop_down_title a:focus h4 span{ color: #000; background-color: #fff;}
.drop_down_title a i{float: right;line-height: 30px;font-size:16px;}
.drop_down_desc {display: block; padding:15px;background-color: #fff;}
.drop_down_desc li{list-style-type: decimal;margin-left: 20px;}

/*---chapter03 費用說明-------------*/
.cost_desc{display:block;margin: 0 auto;width: 50%;box-sizing: border-box;margin-top: 50px; margin-bottom:80px;}
.flow{display: flex;flex-direction: row;}
.chart{display: block;padding: 0 10px;  height: 215px;font-size:1.87em; font-weight:600;background-color: #bdc3c5;color: #fff;text-align: center; padding-top:100px;box-sizing: border-box;position: relative;}
.chart:after{display: block; content: "";border-color: #bdc3c5 transparent transparent transparent;border-style: solid;  height: 0px;width: 0px;border-width:27px;position: absolute;bottom:-54px;left:-0px;z-index: 99;}
.flow.flow_02 .chart {background-color:#7b8992;}
.flow.flow_02 .chart:after{border-color:#7b8992 transparent transparent transparent;}
.flow.flow_03 .chart {background-color:#2d3f50;}
.flow.flow_03 .chart:after{border-color:#2d3f50 transparent transparent transparent;}
.flow.flow_04 .chart {background-color:#ffdc3f;}
.flow.flow_04 .chart:after{border-color:#ffdc3f transparent transparent transparent;}
.chart span{display: block;font-size: 14px;}
.chart_des{display: block;margin-left:30px;margin-top:30px; }
#wrapper .chart_des h3{font-size: 1.625em;margin-bottom: 10px;font-weight: 600;}
.chart_des li{list-style-type: decimal; margin-left: 20px;}

/*---chapter04 付款方式-------------*/
.cssChapter04{position: relative;}
.cssChapter04 strong+p{text-align: center;}
.proportion{display: flex; flex-wrap: wrap;justify-content:center;margin: 50px 0;}
.proportion>div{width: 15%;margin:40px 20px;}
.proportion>div img{width: 100%;}
#wrapper .proportion h3{display: block;width: 100%;font-size: 1.62em;text-align: center;font-weight: 600;}
.proportion_desc{display: block; width: 100%;position: relative; }
.proportion_desc h4{font-size: 1.25em;}
.proportion_desc:before{display: block; content:""; width: 15px; height: 100px; border-top: 1px solid #000; border-left: 1px solid #000; position: absolute;left:-15px; top:-15px;}

/*---chapter04 減法思考-------------*/
.deco_cost{ display: flex; justify-content: center; margin:50px 0;flex-wrap: wrap;  }
.formula{ display:block; width:35%;margin: 0 30px;margin-top:80px;text-align: center;}
.formula div{display: block;height: 110px;  box-sizing: border-box; margin:10px 0; border-radius:15px;border:3px solid #000;overflow: hidden;vertical-align:middle;}
.formula h3{font-size: 1.625em;text-align: center;position: relative; top:-50px;}
.formula div h4{display: block;background-color:#7ac8cc;color: #fff; padding:5px 15px;font-size: 1.25em;}
.formula div p{padding:5px 15px;}
.formula.into_the_formula{margin-top:-7px;}
.formula.into_the_formula p{text-align: left;}
.formula .answer p , .formula.into_the_formula em{display: block; font-size: 1.625em;margin-top: 15px;padding: 0;}
.formula.into_the_formula h4{background-color: #9b9b9b;}
.formula .answer h4{background-color: #ffdc3f;color: #000;font-size: 1.5em;}
.formula span{display: block; font-size: 2em;font-weight: 600;}

/*---chapter04 費用試算-------------*/
.trial_balance{position: relative;margin-bottom:100px;}
.trial_balance:before{display: block;content: "";width:92%;height:90%; margin: 0 auto; border-radius: 20px; background-color: #63c092;position: absolute;bottom:-50px;margin: auto; left: 0; right: 0;}
.trial_balance_items , .percentage_show{display: block;width:85%; margin: 0 auto;background-color: #fff;padding:30px;box-sizing:border-box; border-radius: 20px;border:3px solid #000;position: relative;}
.percentage_show{padding-bottom:60px;}
.issue{position: relative;display: flex;padding: 20px 10px;border-bottom: 2px dotted #000;}
.issue h3{display:block;width: 120px;height:35px;box-sizing: border-box; line-height:35px; border-radius: 30px; background-color: #000;color: #fff;text-align: center;margin-right: 15px;position: relative;font-size: 1.25em;}
.issue h3:before{display: block; content: ""; border:2px solid #ffdc3f;width: 127px;height:41px;border-radius: 30px; position: absolute;top: -5px;left: -6px;}

/*------checkbox樣式------*/
.trial_balance .checkbox {display: inline-block;top:3px;position: relative;margin-bottom: 5px;}
.trial_balance .checkbox input[type=checkbox] {  position: absolute;  opacity: 0;}
.trial_balance .checkbox input[type=checkbox] + .checkbox-label:before { content: "";background: #fff;border-radius: 100%;  border: 1px solid #000;  display: inline-block;  width:20px;  height:20px;  position: relative;  top:4px;   cursor: pointer;  text-align: center;  transition: all 250ms ease;}
.trial_balance .checkbox input[type=checkbox]:checked + .checkbox-label:before {  background-color: #000;  box-shadow: inset 0 0 0 4px #f4f4f4;}
.trial_balance .checkbox input[type=checkbox]:focus + .checkbox-label:before {  outline: none;  border-color: #3197ee;}
.trial_balance .checkbox input[type=checkbox]:disabled + .checkbox-label:before {  box-shadow: inset 0 0 0 4px #f4f4f4;  border-color: #b4b4b4;  background: #b4b4b4;}
.checkbox span{font-size: 1.25em;margin-right: 12px;margin-left: 2px; cursor:pointer; }

/*------百分比顯示------*/
.trial_balance em{display: block;text-align: center; font-size: 1.625em; font-weight: 600; margin-top:40px;position: relative;}
.percentage_show{margin-top:15px; margin-bottom: 50px;}
.percentage_bar{ display: block; }
.percentage_bar span{font-size: 1.87em; font-weight: 600;}
.percentage_bar span+span{float: right; color:#f40d0d;}
.progress_dark{display: block;width: 100%;height: 20px; background-color: #000;border-radius: 20px; border:3px solid #000;}
.progress_yellow{display: block;width:0;height: 20px;background-color: #ffdc3f;position: relative;border-radius: 20px;}
.progress_yellow:before{display: block; position: absolute;font-size: 1.87em; font-weight: 600;top: 38px; }

/*---chapter05-------------*/
#chapter05{padding:0px 30px 0px 30px;background-color:#7ac8cc;box-sizing:border-box; }
.experience_content{display: flex;justify-content:space-around;background-color:#fff;padding: 20px;border-radius: 20px;margin-bottom: 50px;flex-wrap: wrap;}
.experience_content>div{width:26%;}
.experience_content figure {padding-bottom:10px;margin-top:30px; border-bottom: 1px dotted #000;}
.experience_content figure+figure{border-bottom: 0;}
.experience_content figure img{width: 100%; border-radius: 20px;}
.experience_content .middle_container{width: 32%;text-align: center;}
.middle_container i{display: block; font-size: 2.25em;font-weight: 600;margin-top:30px; }
.pic {position: relative; margin-bottom:-20px;}
.pic img{display: block;width:100%; border-radius: 100%; margin: 0 auto; margin-top:30px;border:5px solid #7ac8cc;}
.pic span{display: block;background-color:#7ac8cc; padding: 5px;color: #fff; position: relative;top:-30px;}

.contact_link{border-top: 1px solid #000;border-bottom: 1px solid #000;padding:0px 0 15px 0;margin-top: 20px; }
.contact_link a{ display: inline-block;line-height: 30px;margin: 0 5px;}
.contact_link span{display: inline-block;width: 40px;height:40px;position: relative;top:12px;margin-right: 5px;}
.contact_link span img{width: 100%;}
.home_data{margin-top: 15px;}
.home_data em{font-size: 1.25em;font-weight: 600;}

.cssChapter05 + .cssChapter05 { padding: 40px 30px 0px 30px; background-color: #f0a5a9; }
.cssChapter05 + .cssChapter05 + .cssChapter05{background-color:#57ae8b;}
.cssChapter05 + .cssChapter05 + .cssChapter05 + .cssChapter05{background-color:#e7bd43;}
.cssChapter05 + .cssChapter05 .pic img{border:5px solid #f0a5a9;}
.cssChapter05 + .cssChapter05 .pic span{background-color: #f0a5a9;}
.cssChapter05 + .cssChapter05 + .cssChapter05 .pic img{border:5px solid #57ae8b;}
.cssChapter05 + .cssChapter05 + .cssChapter05 .pic span{background-color:#57ae8b;}
.cssChapter05 + .cssChapter05 + .cssChapter05 + .cssChapter05 .pic img{border:5px solid #e7bd43;}
.cssChapter05 + .cssChapter05 + .cssChapter05 + .cssChapter05 .pic span{background-color:#e7bd43;}


/*---測驗-------------*/
.exam_visual{background-image:url(/images/project/1stdesign/2022/exam_visual.jpg);height: 500px;}
.exam_container{max-width: 1200px; box-sizing: border-box;color: #000;padding:0 40px 0 40px;margin:80px auto;}
.exam_container+.exam_container{margin-top: 100px;}
.exam_container .color_block{height: 120px; top:25px; }
.exam_container .forword p{font-size: 1.25em;font-weight: 500;}
.exam_container ul{margin-top: 50px;margin-bottom: 30px;}
.exam_container ul li{list-style-type: decimal;margin-left:30px;margin-top: 10px;}
.exam_container strong {display: block; color:#000;font-size:1.5em; font-weight:600;margin-top: 20px;}

/*---獎品-------------*/
.prize{display: flex; flex-wrap: wrap;justify-content: center;}
.prize div{width: 180px;margin:30px; text-align:center;}
.prize div img{width: 100%;border-radius: 100%;box-shadow:0px 0px 7px rgb(0 0 0 / 20%); }
.prize span{font-size: 1.25em; font-weight: 500;}
.prize p{padding-bottom: 20px;}
.prize em{display: block;border-top: 1px solid #000; padding-top: 20px;}

/*---按鈕-------------*/
.exam_btn{display: flex;justify-content: center; text-align: center; margin-top: 30px;margin-bottom: 50px;flex-wrap: wrap;flex-direction: row-reverse;}
.exam_btn a{display:inline-block; border-radius: 50px;margin: 0 auto;margin:0 20px;width: 250px; height:45px;border:3px solid #000;line-height: 45px;font-size: 1.25em; font-weight: 500;background-color:#ffdc3f;}
.exam_btn a:hover{ background-color: #f89903;color:#fff; }
.exam_btn a.negative{border-color: #363636;color: #363636;}
.exam_btn a.negative:hover{background-color: #363636; color: #fff;}
.exam_btn a.review{background-color: #e8e8e8;}
.exam_btn a.review:hover{ background-color:#999; color: #fff; }

/*---大圖-------------*/
.exam_img img{display: block; width:70%;margin: 0 auto;margin-top:80px;}
.exam_star{text-align: center;}
.exam_star h2{font-size:1.625em;margin-bottom: 30px; }
.exam_star h2 span{display: block;font-size:1.8em;}
.tip{margin-top: 20px;}
.tip a{text-decoration: underline; color:#f89903;}
.result{display: block; text-align: center;margin-top:50px;}
.result em{display: block;width: 250px; margin: 0 auto;line-height: 50px; font-size: 1.4em; border-radius: 60px;background-color: #000;color: #fff; font-weight:600;margin-top:20px;margin-bottom:30px;}
.result h3{display:inline-block; font-size:3em;padding-bottom:40px; border-bottom: 1px solid;}
.result i ,  .result p{width: 60%; margin: 0 auto;font-size: 1.25em;margin-top:30px;}

/*---影片-------------*/
.videobox {	display: block;position: relative;width:100%;height: 0;padding-bottom: 56.25%;margin-top: 50px;margin-bottom:50px;}
.videobox iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

a.fb_btn {background: #4267b2;color: #fff;}
a.fb_btn:hover{background: #244381;}

/*---贊助商-------------*/
.sponser{background-color:#272727;text-align: center;color:#fff;padding: 20px 0;margin-top:80px;}
.sponser a {display:inline-block;margin:30px 20px;}



@media (min-width:320px) and (max-width: 1100px) {  
#hambger { display: inline-block;}
.sidebar{right:0;margin-right:0px;top:200px }
.deco_nav{display: none;}
.deco_visual{height:430px;}
.inner_box{top: -20px;padding: 0 20px;}
.diagram div{width:30%;margin: 0 15px;}
.list_drop_down{width: 40%;margin: 30px 20px;}
.chart{padding-top: 80px;}
.flow_03 .chart{height: 260px;padding-top:100px;}
.formula{width:40%;}
.trial_balance_items, .percentage_show{width:90%;}
.trial_balance:before{width: 95%;}
.checkbox span{font-size: 1em;}
.middle_container i{font-size: 2em;}
.experience_content{padding: 20px 0;}

.exam_container{margin:30px 20px;}

}

@media (min-width:320px) and (max-width: 780px) {  
.deco_visual{height: 325px;}	
.descrip_box>div{width:70%;margin-bottom: 50px;}
.descrip_box h3{background-position: center;}
.forword{width:85%;}
.diagram{justify-content:space-around;}
.diagram div{width:50%;margin: 0;}
.step_desc{width: 40%;}
.list_drop_down{width: 80%;}
.cost_desc{width:80%;}	
.proportion>div{width:25%;}
.formula{margin-top: 140px;}
.formula div{height: 140px;}
.formula .answer p, .formula.into_the_formula em{margin-top: 30px;}
.issue{display: block;}
.issue h3{display: block;margin-bottom: 10px;}

.experience_content>div{width:85%;order: 1;}
.experience_content .middle_container{width:85%;order:0;}
.experience_content figure+figure{border-bottom:1px dotted;}
	
.exam_container .color_block{height: 150px;}
.prize div{width: 200px;}	
.exam_img img{width: 100%;}	
.result p{width:90%;}	
	
}

@media (min-width:320px) and (max-width: 640px) {
section{margin-top:100px;}
.deco_visual{height: 267px;}	
.descrip_box>div{width: 80%;}
.cssChapter02 .color_block{top:10px;}
.subtitle strong, .cssChapter03 strong, .cssChapter04 strong{font-size:1.37em;}
.formula h3{top:-10px;}
.formula{width:100%;margin-top:20px;margin-bottom:50px;}
.formula div{height: 110px;}
.formula .answer p, .formula.into_the_formula em{margin-top:15px;}

.trial_balance_items{padding: 20px;}	
/*.percentage_show{padding: 20px;}		*/
.trial_balance .checkbox{width:100px;}	
	
.exam_btn a{margin-bottom: 20px;}
}



@media (min-width:320px) and (max-width: 480px) {
.deco_visual {background-image:url(/images/project/1stdesign/2022/topic_visual_480.jpg);}
.descrip_box>div{width:100%;}
.cssChapter02 .color_block{top:-20px;}
.diagram div{width:90%;}
.diagram{padding:0;}
.step_desc{width: 80%;}
.formula div p{padding: 5px;}
.deco_cost{margin: 30px 0;}
.nav{width:300px;}
.nav ul li a{font-size: 1.25em;padding: 0 8px;}	
.flow_03 .chart{height:350px;padding-top:150px;}

.proportion>div{width:50%;}
.percentage_bar span {font-size:1.37em;top: -34px; }
.progress_yellow:before{font-size:1.37em;top: 25px; }

.exam_visual {background-image:url(/images/project/1stdesign/2022/exam_visual_480.jpg);height:290px;}	
.exam_container{padding: 0 15px;}	
.exam_container .color_block{height:180px;}
	
}

@media (min-width:320px) and (max-width:414px) {
.deco_visual{height: 250px;}
#wrapper h2 span{width:240px;}
#wrapper h2{width:255px;font-size: 1.25em;}
.cssChapter02 .color_block{top:2px;}
.subtitle{padding: 15px;}
.formula div{height: 140px;}
.middle_container i{font-size: 1.5em;}
.formula .answer p, .formula.into_the_formula em{margin-top: 30px;}	
.flow_03 .chart{height:360px;padding-top:150px;}
.flow_04 .chart{height:300px;padding-top:120px;}
.exam_container .color_block{height: 190px;}	
.subtitle{padding-top:30px;}
	
.percentage_bar span {font-size:1.25em;top:-5px;right: 5px; }	
.progress_yellow:before{font-size:1.25em; }	
	
	
}

@media (min-width:320px) and (max-width:375px) {
.deco_visual{height: 230px;}
.diagram div{width: 100%;}
.cost_desc{width: 90%;}
.proportion>div{margin:20px;}
.nav { width: 260px; margin-top:30px;}
.nav ul li a{font-size: 1em;}

.exam_container .color_block{height: 190px;}
	
}

@media (min-width:320px) and (max-width:360px) {	
.exam_container .color_block{height: 220px;}	
}


@media (min-width:320px) and (max-width:360px) {
.deco_visual{height: 200px;}
.inner_box{padding: 0 10px;}
.btn_switch a{margin:8px 5px;}
.descrip_box{padding:  15px;}
.formula .answer p, .formula.into_the_formula em{font-size: 1.5em;}	

.drop_down_title a{font-size: 1em;}		
.exam_visual {height:210px;}	
}

@media (min-width:320px) and (max-width:320px) {	
.flow_03 .chart{height:480px;padding-top:180px;}		
.flow_04 .chart{height:330px;padding-top:120px;}	

}