@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:500i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Neuton&display=swap');

img{
	max-width: 100%;
}
.content,.people_list{
	max-width: 1140px;
	margin: auto;
}
.page2 .title {
    width: 100%;
    font-size: 28px;
    color: #202020;
    background: url(../images/about/list.jpg)center top no-repeat;
    padding-top: 108px;
    text-align: center;
    margin: 0px 0 40px;
}
.info{
	color: #202020;
	font-weight: 900;
	font-size: 45px;
	font-family: 'Noto Sans TC', sans-serif;
}
.info2{
	color: #333333;
	font-size: 25px;
	font-family: 'Noto Sans TC', sans-serif;
}
.top_box .title2{
	line-height: 1;
	margin-bottom: 17px;
	margin-top: 70px;
}
.top_box .title2 i{
	font-family: 'Open Sans', sans-serif;
	font-size: 88px;
	color: #EDEDED;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 9.5px;

}
.top_box .title2 span{
	display: block;
	color: #000000;
	font-size: 36px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top: -55px;
}
.top_box .title2 span strong{
	font-size: 88px;
	font-family: 'Noticia Text', serif;
	font-style: italic;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	position: relative;

}
.top_box .title2 span strong:before{
	content: '';
	display: inline-block;
	border-left: 25px solid #000000;
	border-top: 14.5px solid transparent;
	border-bottom: 14.5px solid transparent;
	position: absolute;
	left: -40px;
	top: 30px;

}
.top_box .cont{
	border:solid 6px #EEEEEE;
	border-radius: 15px;
	background: #fff;
	padding: 16.5px 70px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.top_box .cont:before{
	content: '';
	display: block;
	height: 2px;
	left: 70px;
	right: 70px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #EEEEEE;
}
.top_box .cont .smll_box{
	width: 12.5%;
	text-align: center;
	color: #454545;
	font-size: 23px;
	font-weight: bold;
	margin: 28.5px 0;
}
.top_box .cont .smll_box i{
	font-style: normal;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #FF632F;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 8px;
}
.top_box .cont .smll_box2{
	color: #AAAAAA;
}
.top_box .cont .smll_box2 i{
	background: #00A0E8;
}
.page2{
	position: relative;
	z-index: 2;
}
.page2 .a1{
	display: inline-block;
	background: url(../images/dmo3/a1.png) top right no-repeat;
	/*background-size: contain;*/
	width: 0;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 389px;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: visible;
    opacity: 0;
    transition-delay: 0.2s;
}
.page2 .a1.animated{
	height: 431px;
	max-width: 413px;
	width: 21.703%;
	opacity: 1;
}

.page2 .a2{
    display: inline-block;
    background: url(../images/dmo3/a2.png) left bottom no-repeat;
    /* background-size: contain; */
    width: 0;
    height: 0px;
    position: absolute;
    right: 0;
    top: 232px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: visible;
    opacity: 0;
    z-index: 2;
    transition-delay: 1.8s;
}
.page2 .a2.animated{
	max-width: 479px;
	width: 25.171%;
	height: 422px;
	opacity: 1;
}

.page2 .a3{
    display: inline-block;
    background: url(../images/dmo3/a3.png) left bottom no-repeat;
    /* background-size: contain; */
    width: 0;
    height: 0px;
    position: absolute;
    right: 0;
    top: 328px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: visible;
    opacity: 0;
    transition-delay: 1.2s;
}
.page2 .a3.animated{
	max-width: 332px;
	width: 17.4462%;
	height: 406px;
	opacity: 1;
}

.top_box2{
	text-align: right;
}
.top_box2 .title2{
	line-height: 1;
	margin-bottom: 38px;
	padding-top: 70px;
	margin-top: 40px;
	
}
.top_box2 .title2 i{
	font-family: 'Open Sans', sans-serif;
	font-size: 88px;
	color: #EDEDED;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 9.5px;

}
.top_box2 .title2 span{
	display: block;
	color: #000000;
	font-size: 36px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top: -55px;
}
.top_box2 .title2 span strong{
	font-size: 88px;
	font-family: 'Noticia Text', serif;
	font-style: italic;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	position: relative;

}
.top_box2 .title2 span strong:before{
	content: '';
	display: inline-block;
	border-left: 25px solid #000000;
	border-top: 14.5px solid transparent;
	border-bottom: 14.5px solid transparent;
	position: absolute;
	left: -40px;
	top: 30px;

}
.page2-2 {
	position: relative;
}
.page2-2 .a4{
	display: inline-block;
	background: url(../images/dmo3/a4.png) top right no-repeat;
	/*background-size: contain;*/
	width: 0;
	height: 0px;
	position: absolute;
	left: 0;
	top: -330px;
	max-width: 1417px;
    width: 74.462%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    visibility: visible;
    opacity: 0;
    transition-delay: 0.2s;
}
.page2-2 .a4.animated{
	height: 709px;
	max-width: 1417px;
	width: 74.462%;
	opacity: 1;
}
.page2-3 .title3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
	display: block;
	margin: auto;
	background: url(../images/dmo3/title_bg.png) center no-repeat; 
	width: 274px;
	margin-bottom: 17px;
}
.page2-3 .title_shadow .title3{
	background: url(../images/dmo3/title_bg2.png) center no-repeat; 
	height: 75px;
}
.title_shadow{
	position: relative;
}
.title_shadow:before{
	content: '';
	display: block;
	background: url(../images/dmo3/title_bg3.png) center no-repeat;
	height: 18px;
	width: 100%;
	position: absolute;
	top: 44px;
	left: 0;right: 0;
	z-index: -1;
}
.layout-sect td:first-child {
    padding-left: 6px;
}
.layout-sect td {
    padding-left: 0px;
}

.layout-sect .title3 >strong{
	font-weight: bold;
	display: inline-block;
	padding: 0 17px;
	position: relative;
}
.layout-sect .title3 >strong.p-0{
	padding: 0;
}
.layout-sect .title3 >strong:before{
	/*width: 191px;*/
	height: 20px;
	content: '';
	display: block;
	background: #FFFF73;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	z-index: -1;
}
.layout-sect  .title3{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    display: block;
    margin: auto;
    background: url(../images/dmo3/title_bg.png) center no-repeat;
    width: 274px;
    margin-bottom: 17px;
}

.layout-sect .title_shadow .title3 >strong:before{
	z-index: 1;
}
.layout-sect .title3 strong strong{
	position: relative;
	z-index: 5;
}
.layout-sect .title3 span{
	display: block;
	font-family: Open Sans;
	font-size: 20px;
}
.layout-sect .info2{
	text-align: center;
	color: #1f1f1f;
	letter-spacing: 3px;
	margin-bottom: 45px;
}
.layout-sect {
	text-align: center;
}

.layout-sect .border_title .title3{
    background:#fff url(../images/dmo3/title_bg.png) center no-repeat;
}
---

.page2-3 .title3 >strong{
	font-weight: bold;
	display: inline-block;
	padding: 0 17px;
	position: relative;
}
.page2-3 .title3 >strong.p-0{
	padding: 0;
}
.page2-3 .title3 >strong:before{
	/*width: 191px;*/
	height: 20px;
	content: '';
	display: block;
	background: #FFFF73;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	z-index: -1;
}
.page2-3 .title_shadow .title3 >strong:before{
	z-index: 1;
}
.page2-3 .title3 strong strong{
	position: relative;
	z-index: 5;
}
.page2-3 .title3 span{
	display: block;
	font-family: Open Sans;
	font-size: 20px;
}
.page2-3 .info2{
	text-align: center;
	color: #1f1f1f;
	margin-bottom: 45px;
	letter-spacing: 3px;
}
.page2-3{
	text-align: center;
}
.top_box3_top{
	text-align: center;
}
.top_box3_bottom{
	background: url(../images/dmo3/bg.png) top no-repeat;
	background-size: 100% auto;
	text-align: center;

}
.top_box3_bottom.border{
	border:solid 1px #CCCCCC;
	display: inline-block;
	max-width: 100%;
}
.top_slider{
	position: relative;
	padding: 0 95px;
	max-width: 1610px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	padding-bottom: 60px;
	padding-top: 17px;

}
.top_slider .slider{
	/*border:solid 5px #FFFFFF;*/
	/*box-shadow: 0 0 25px rgba(0,0,0,0.15);*/
}
.top_slider .slick-arrow {
    background: url(../images/dmo3/slider/arrow.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: -20px 6px 0;
    border: none;
    z-index: 10;
    cursor: pointer;
}

.top_slider button.slick-prev {
    left: -80px;
}

.top_slider button.slick-prev:hover {
    background-position: 0 100%;
}

.top_slider button.slick-next {
    background-position: 100% 0%;
    right: -80px;
}

.top_slider button.slick-next:hover {
    background-position: 100% 100%;
}
/*圖片跑馬燈*/
.scroller {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	height: 300px;
	max-width: 1400px;
	margin: 0 auto 60px;
}
.scroller td{
	min-width: 240px;
}

.scroller img {
	height: 209px;
	max-width: inherit;
	display: block;
}
/*!圖片跑馬燈*/
.info3{
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	padding:30px 15px 45px;
	text-align: center;
}
.pic_box{
	display: flex;
	max-width: 1190px;
	margin: 38px auto;
	justify-content: space-between;
}
.small_pic_box{
	width: 240px;
	padding: 0 5px;
	box-sizing: border-box;
}
.small_pic{
	padding: 8px;
	border:solid 1px #CCCCCC;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}
.small_name{
	text-align: center;
}
.intro{
	max-width: 1400px;
	margin: auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}
.front_bg{
	background: url(../images/dmo3/intro_front/bg.png) left 10% no-repeat;
}
.intro.pt-0{
	padding-top: 0;
	padding-bottom: 0;
}
.intro .pic{
	/*margin-bottom: 25px;*/
	text-align: center;
}
.intro .pic.gif2{
	margin: -7% 0 -10%;
    position: relative;
    z-index: 2;
}
.intro .pic.gif_pic{
	max-width: 1400px;
	margin: auto;
}
.intro .pic3{
	    margin-top: -196px;
}
.intro .pic4{
	    margin-top: -166px;
}
.pic_gif_tit{
	margin-bottom: -40px;
	position: relative;
	z-index: 2;
	text-align: right;
}
.mobile{
	display: none;
}
.plan_list li.demo{
	width: 100%;text-align: center;padding: 0px 0;font-size: 36px; border: solid 1px #AFAFAF; margin-bottom: 10px;
}
.plan_list li.demo.bg2{
	background: #FFE0BA
}
.plan_list li.top_t{
	width: 100%;text-align: center;

}
.plan_list li.top_t .t1{
	font-size: 38px;
}
.plan_list li.top_t .t2{
	color: crimson
}
.plan_list li.top_t .t3{
	font-size: 50px; font-weight: bold
}
.plan_list li.top_t2{
	width: 100%;text-align: center!important;padding: 50px 0;
}
.plan_list li.top_t2 .t1{
	font-size: 36px;text-align: center!important;
}

/*重切開始*/
.case_t{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 51px;
	background: #333333;
	text-align: center;
	margin-bottom: 24px;
}
.plan_list.pb0{
	padding-bottom: 0;
}
.plan_list li .num{
font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    display: inline-block;
    width: 58px;
    height: 57px;
    text-align: center;
    position: absolute;
    left: 30px;
    z-index: 5;
    top: -4px;
    line-height: 43px;
    padding-left: 6px;
    box-sizing: border-box;
}
.plan_list li:nth-child(1) .num{
	background: url(../images/dmo3_case/a.png);
	
}
.plan_list li:nth-child(2) .num{
	background: url(../images/dmo3_case/b.png);
	
}
.plan_list li:nth-child(3) .num{
	background: url(../images/dmo3_case/c.png);
	
}
.plan_list li:nth-child(4) .num{
	background: url(../images/dmo3_case/d.png);

}
.plan_list .tit{
	padding-left: 108px;
	color: #000000;
	font-size: 26px;
}
.plan_list .price_n{
	text-align: center;
	margin-top: 13px;
	font-size: 30px;
	color: #000000;
	line-height: 1.35;

}
.plan_list .price_n small{
	display: block;
	font-size: 20px;
}
.plan_list .box{
	background: #F6F6F6;
	border:solid 1px #DDDDDD;
	padding: 13px 0 30px;
	position: relative;
}
.plan_list li.top_t2{
	padding: 40px 0 100px;
}
.layout-sect{
	background-size: 100% auto;
	padding-top: 0px;
	padding-bottom: 128px;
}
.layout-sect .demo-btns td {
    padding-bottom: 0;
    transition: all .3s ease;
}
.layout-sect .demo-btns td:hover {
    opacity: .7;
    transition: all .3s ease;
}
.content2{
	max-width: 1400px;
	margin: auto;
}
.layout-sect .row_layout{
	display: flex;
}
.layout-sect .row_layout .col1{
	width: 27%;
}
.layout-sect .row_layout .col2{
	width: 73%;
}
.layout-sect .tit{
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	line-height: 1.25;
	margin-bottom: 120px;
}

.layout-sect .tit .top_t{
	background: url(../images/dmo3_case/tit_bg1.png) no-repeat;
	background-position: 0 4px ;
	padding-left: 44px;
	margin-bottom: 17px;

}
.layout-sect .tit .txt{
	padding-left: 44px;
	font-size: 20px;
	font-weight: normal;
}
.layout-sect .tit span{
	display: block;
	font-family: Open Sans;
	font-size: 20px;
	font-weight: normal;
}
.layout-sect .tit_btn{
	display: block;
	width: 252px;
	line-height: 72px;
	background: #333333;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 5;
	margin: 0 auto;
}
.layout-sect .tit_btn:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	background: #D69E0E;
	z-index: -1;
	width: 0;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.layout-sect .tit_btn:hover:before{
	width: 100%;
}
.row_layout_sm{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	padding: 60px 20px 10px;
}
.row_layout_sm .col{
	width: 33.33%;
	padding: 0 22.5px;
	margin-bottom: 50px;
}
.row_layout_sm .col .box:before{
	content: '';
	display: block;
	background: #F1F1F1;
	position: absolute;
	top: 0;
	height: 84px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.row_layout_sm .col .box{
	text-align: left;
	color: #000;
	z-index: 6;
	position: relative;
	padding: 0 30px;
}
.row_layout_sm .num{
	display: inline-block;
	font-size: 60px;
	font-family: Neuton;
	border-bottom: solid 3px #000000;
	line-height: 75px;
	position: relative;
	top: -5px;
	margin: -60px auto 10px;

}
.row_layout_sm .more{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 36px;
	width: 88px;
	float: right;
	text-align: center;
	display: inline-block;
	background: #333333;
	margin-top: -18px;
	position: relative;
	z-index: 2;
}
.row_layout_sm .box:hover .more:before {
    width: 100%;
}
.row_layout_sm .more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row_layout_sm .col .box .txt{
	text-align: justify;
	letter-spacing: 1px;
}

.row_layout_sm .col:nth-child(1) .box:hover:before{
	background: #EDF6E3;
}
.row_layout_sm .col:nth-child(2) .box:hover:before{
	background: #E4F6FF;

}
.row_layout_sm .col:nth-child(3) .box:hover:before{
	background: #E9ECFC;

}
.row_layout_sm .col:nth-child(4) .box:hover:before{
	background: #FFF6DB;

}
.row_layout_sm .col:nth-child(5) .box:hover:before{
	background: #FEEEDD;

}
.row_layout_sm .col:nth-child(6) .box:hover:before{
	background: #FFE5E8;

}
.row_layout_sm .col .box .cover{
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	z-index: 30;
}
.page2-3 .title3 >strong:before{
	display: none;
}
.border_title{
	position: relative;

}
.page2-3 .border_title .title3{
    background:#fff url(../images/dmo3/title_bg.png) center no-repeat;
}
.border_title:before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #B9B9B9;
	top: 35px;
	z-index: -1;

}

.page2-3.bg3{
	background: url(../images/dmo3_case/bg3.png) no-repeat;
	background-position:0 74% ;
	padding-bottom: 120px;
}
.page2-3 .info2{
	margin-bottom: 94px;
}
.page2-3 .row_{
	display: flex;
}
.page2-3 .row_1{
	margin-bottom: 100px;
}
.page2-3 .row_1 .col{
	width: 50%;
}
.page2-3 .row_1 .col1{
	width: 54%;
}
.page2-3 .row_1 .col2{
	text-align: left;
	padding-right: 70px;
	width: 46%;
	padding-top: 59px;
}
.page2-3 .cat_tit{
	color: #D69E0D;
	font-size: 36px;
	position: relative;
	margin-left: -50px;
	margin-bottom: 8px;
	display: inline-block;

}
.page2-3 .cat_txt{
	font-size: 22px;
	color: #000000;
}
.page2-3 .cat_txtbox{
	padding-left: 50px;
}
.page2-3 .cat_tit:before{
	content: '';
	display: inline-block;
	background: url(../images/dmo3_case/tit_bg2.png) no-repeat;
	width: 50px;
	height: 38px;
	vertical-align: middle;
	margin-top: -6px;
}
.page2-3 .row_2 .col1{
	width: 43%;
	text-align: left;
	padding-right: 50px;
	padding-left: 44px;
	padding-top: 240px;
}
.page2-3 .row_2 .col1 .cat_tit:after{
	content: '';
	display: block;
	height: 1px;
	width: 300px;
	position: absolute;
	bottom: 5px;
	left: 100%;
	background: #AAAAAA;

}
.page2-3 .row_2 .col2{
	width: 57%;
	position: relative;
	z-index: 2;
}
.page2-3.bg2{
	background: url(../images/dmo3_case/bg2.jpg) top no-repeat;
	background-size: 100% auto;
	padding-top: 90px;
	padding-bottom: 140px;
}
.info4{
	font-size: 22px;
	color: #000;
	margin-bottom: 67px;
}
.cat_tit2{
	font-size: 36px;
	color: #D69E0D;
	text-align: center;
	margin-bottom: 20px;
}
.cat_tit2:before{
	content: '';
	display: inline-block;
	background: url(../images/dmo3_case/tit_bg2.png) left no-repeat;
	width: 40px;
	height: 38px;
	vertical-align: middle;
	margin-top: -6px;
}
.cat_tit2:after{
	content: '';
	display: inline-block;
	background: url(../images/dmo3_case/tit_bg3.png) right no-repeat;
	width: 40px;
	height: 38px;
	vertical-align: middle;
	margin-top: -6px;
}
.top_slider{
	background: transparent;
	padding: 0 0px;
	max-width: 1400px;
}
.top_slider button.slick-prev {
    left: -27px;
}
.top_slider button.slick-next {
    right: -27px;
}
.page2-3.bg4{
	background: url(../images/dmo3_case/bg4.jpg);
	padding: 100px 0 125px;
}
.row_fea{
	display: flex;
	justify-content: space-between;
}
.row_fea .col{
	width: 16.65%;
	padding: 0 15px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 26px 27px;
    overflow: hidden;
    transition: all .5s ease;
  	box-sizing: border-box;
}
.row_fea .col .item{
	width: 100%;
}
.row_fea .col .box{
	max-width: 178px;
	width: 100%;
	margin: auto;
}
.row_fea .col:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ECECEC;
}
.row_fea .col .cover {
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}
.row_fea .col .item .pic {
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 138px;
    height: 138px;
    background: #FFF;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.12);
    transition: all .3s ease;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.row_fea .col .item .pic img {
    position: relative;
    z-index: 5;
}

.row_fea .col .item .txt{
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: .13em;
    color: #444444;
    text-align: center;
    margin-top: 30px;
}

.row_fea .col:hover .item .pic {
    background: #FBEFDD;
    transition: all .3s ease;
}

.row_fea .col .item .pic:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #FBEFDD;
    transition: all .3s ease;
}

.row_fea .col:hover .item .pic:after {
    background-color: #FFF;
    transition: all .3s ease;
}
.btn01{
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    color:#AAAAAA;
    font-family: "Open Sans", "Noto Sans TC", serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.btn01:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #D69E0E;
}

.btn01:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #F4CB5E;
    transition: all .5s ease;
}

.row_fea .col:hover .btn01:before {
  right: 15px;
  opacity: 1;
  transition: all .5s ease;
}

.row_fea .col:hover .btn01:after {
  width: 100%;
  transition: all .5s ease;
}

.btn01 span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.row_fea .col:hover .btn01 span {
  left: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #D69E0E;
  transition: all .5s ease;
}

.row_fea .col:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4CB5E), to(#F4CB5E)), -webkit-gradient(linear, left top, left bottom, from(#F4CB5E), to(#F4CB5E)), -webkit-gradient(linear, right top, left top, from(#F4CB5E), to(#F4CB5E)), -webkit-gradient(linear, left bottom, left top, from(#F4CB5E), to(#F4CB5E));
  background-image: -webkit-linear-gradient(left, #F4CB5E 0%, #F4CB5E 100%), -webkit-linear-gradient(top, #F4CB5E 0%, #F4CB5E 100%), -webkit-linear-gradient(right, #F4CB5E 0%, #F4CB5E 100%), -webkit-linear-gradient(bottom, #F4CB5E 0%, #F4CB5E 100%);
  background-image: -o-linear-gradient(left, #F4CB5E 0%, #F4CB5E 100%), -o-linear-gradient(top, #F4CB5E 0%, #F4CB5E 100%), -o-linear-gradient(right, #F4CB5E 0%, #F4CB5E 100%), -o-linear-gradient(bottom, #F4CB5E 0%, #F4CB5E 100%);
  background-image: linear-gradient(to right, #F4CB5E 0%, #F4CB5E 100%), linear-gradient(to bottom, #F4CB5E 0%, #F4CB5E 100%), linear-gradient(to left, #F4CB5E 0%, #F4CB5E 100%), linear-gradient(to top, #F4CB5E 0%, #F4CB5E 100%);
  background-position: left top, right top, right bottom, left bottom;
  background-size: 0 1px, 1px 0, 0 1px, 1px 0;
  background-repeat: no-repeat;
  transition: all .5s ease;
  box-sizing: border-box;
}

.row_fea .col:hover {
  background-color: #fff;
  transition: all .5s ease;
}

.row_fea .col:hover:after {
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  transition: all .5s ease;
}
.bg5{
	padding-top: 120px;
}
/*燈箱*/
.fea_box{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 995;
	
	display: none;
	
}
.fea_box_flex{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fea_box .fea_cont{
	max-width: 1000px;
	margin: auto;
	width: 100%;
	padding: 45px 40px 50px 62px; 
	background: #FFFFFF;
	position: relative;
}
.fea_box_flex span.close{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}
.fea_box .fea_cont a.close{
	position: absolute;
	top: 40px;
	right: 40px;
	background: url(../images/dmo3_case/close.png);
	width: 26px;
	height: 25px;

}
.fea_box .fea_cont .close:hover{
	background-position: bottom;
}
.fea_box .fea_cont .pic{
	  text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 138px;
    height: 138px;
    background: #FBEFDD;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.12);
    transition: all .3s ease;
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.fea_box .fea_cont .pic:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #FFF;
    transition: all .3s ease;
}
.fea_box .fea_cont .pic img {
    position: relative;
    z-index: 5;
}
.fea_box .fea_cont .fea_tit{
	text-align: center;
	color: #393F47;
	font-size: 18px;
	background: url(../images/dmo3_case/tit_bg4.png) center no-repeat;
	line-height: 37px;
	margin:24px 0 70px;

}
.fea_box .fea_cont .fea_con{
	max-height: 475px;
	overflow-y: auto;
	padding-right: 65px;
}
.fea_box .fea_cont .fea_con::-webkit-scrollbar-track{
    background-color:#F2F2F2;
    height: 6px;
    border-radius: 80px;
}
.fea_box .fea_cont .fea_con::-webkit-scrollbar{
    width: 6px;
    background-color: #F2F2F2;
    height: 8px;
}
.fea_box .fea_cont .fea_con::-webkit-scrollbar-thumb{
    background-color: #F3CF9A;
    border-radius: 80px;
    height: 8px;
}
.fea_box .fea_cont .fea_con .f_box{
	margin-bottom: 50px;
}
.fea_box .fea_cont .fea_con .f_ti{
	font-size: 22px;
	color: #D69E0D;
	margin-bottom: 10px;

}
.fea_box .fea_cont .fea_con .f_txt{
	font-size: 16px;
	color: #202020;
}
.top_box .cont{
	border:none;
	padding: 0;
}
.top_box .cont:before{
	width: 100%;
	left: 0;
	right: 0;
}
.top_box .cont .smll_box {
	margin: 19px 0 26px;
}
.top_box .cont .smll_box i{
	background: #bbb;
}
.top_box .cont .smll_box2 i{
	background: #D69E0E;

}
.top_box .cont .smll_box{
	font-size: 20px;
}
.fixed_right{
	position: fixed;
	right:47px ;
	top: 35%;
	width: 40px;
	z-index: 80;
}
.fixed_right a{
	display: flex;
	color: #000000;
	font-size: 20px;
	border:solid 1px #000000;
	border-radius: 8px;
	width: 100%;
	text-align: center;
	height: 80px;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	box-sizing: border-box;
}
.fixed_right a:hover{
	background: #EEEEEE;
}
.floating{
	bottom: 40px;
}
@media screen and (max-width: 1800px) {
	.page2 .a2{
		display: none;
	}
}
@media screen and (max-width: 1400px) {
	.top_box .cont .smll_box{
		font-size: 18px;
	}
	.top_box .cont{
		padding: 16.5px 20px;
	}
	.top_box .cont:before{
		left: 20px;
		right: 20px;
	}
	.fixed_right{
		top: 25%;
	}

}
@media screen and (max-width: 1340px) {
	.layout-sect .row_layout{
		display: block;
	}
	.layout-sect .row_layout .col1,.layout-sect .row_layout .col2{
		width: 100%;
	}
	.layout-sect .row_layout .col1{
		text-align: center;
	}
	.layout-sect .tit .top_t{
		background: none;
		padding: 0;
	}
	.layout-sect .tit .txt{
		padding: 0;
	}
	.layout-sect .tit{
		margin-bottom: 0;
	}
	.layout-sect{
		padding-top: 60px;
	}
	.layout-sect .tit_btn{
		margin: 25px auto;
	}
	.row_fea{
		flex-wrap: wrap;
	}
	.row_fea .col{
		width: 33.33%;
	}

}
@media screen and (max-width: 1060px) {
	.fixed_right{
		display: none;
	}
	.row_layout_sm .col{
		width: 50%;
	}
	.page2-3.bg3{
		padding-bottom: 50px;
	}
	.page2-3 .row_1,.page2-3 .row_2{
		display: flex;
		flex-wrap: wrap;

	}
	.page2-3 .row_1{
		margin-bottom: 40px;
	}
	.page2-3 .row_1 .col,.page2-3 .row_2 .col{
		width: 100%;
		padding-right: 15px;
		padding-top: 15px;
	}
	.page2-3 .row_2 .col1{
		order:2;
		padding-left: 0;
	}
	.page2-3 .row_2 .col1 .cat_tit:after{
		display: none;
	}
	.page2-3 .row_1 .col1,.page2-3 .row_2 .col2{
		padding: 0 10px;
	}
	.page2-3 .cat_tit{
		font-size: 30px;
	}
	.page2-3.bg2{
		padding-top: 50px;
		padding-bottom: 80px;
		background-size: auto 50%;

	}
	.page2-3.bg4{
		padding-top: 50px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.pic_gif_tit{
		margin-bottom: -20px;
	}
	.demo{
		font-size: 18px;
	}
	.plan_list li.top_t .t1{
		font-size: 20px;
	}
	.plan_list li.top_t .t2{
		color: crimson
	}
	.plan_list li.top_t .t3{
		font-size: 30px; font-weight: bold
	}
	.plan_list li.top_t2 .t1{
		font-size: 20px;
	}
	.plan_list{
		padding: 0 10px!important;
	}
	.info{
		font-size: 20px;
		margin-top: 15px;
	}
	.info2{
		font-size: 16px;
	}
	.page2 .a1,.page2 .a2,.page2 .a3,.page2-2 .a4{
		display: none;
	}
	.top_box .title2 i{
		font-size: 26px;
		letter-spacing: 0;
	}
	.top_box .title2 span{
		margin-top: 0;
		font-size: 20px;
	}
	.top_box2{
		text-align: left;
	}
	.top_box2 .title2,.top_box .title2{
		padding-left: 50px;
	}
	.top_box2 .title2 span{
		font-size: 24px;
	}
	.top_box .title2 span strong,.top_box2 .title2 span strong{
		font-size: 50px;
	}
	.content{
		min-height: inherit;
	}
	.page2-3{
		padding-top: 60px;
	}
	.page2-3 .title3{
		height: 66px;
	    transform: scale(0.6);
	    margin-bottom: 0;
	}
	.page2-3 .info2{
		margin-bottom: 20px;
		padding: 0 8px;
	}
	.title_shadow:before{
		display: none;
	}
	.front_bg{
		background: none;
	}
	.info3{
		font-size: 20px;
	}
	.top_slider{
		    padding: 17px 56px 30px;
	}
	.top_slider button.slick-prev{
		left: -60px;
	}
	.top_slider button.slick-next{
		right: -60px;
	}
	.pic_box{
		flex-wrap: wrap;
	}
	.intro .pic{
		/*margin-bottom: 20px;*/

	}
	.top_box .title2 span strong:before,.top_box2 .title2 span strong:before{
		top: 13px;
	}
	.intro{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.plan_list li.demo{
		font-size: 20px;
	}
	.plan_list li.top_t2{
		 padding: 30px 0;
	}
	.top_box .cont{
		padding: 16.5px 50px;
		margin: 0 15px;
	}
	.top_box .cont:before{
		display: none;
	}
	.top_box .cont .smll_box{
		width: 25%;
		margin: 18.5px 0;
	}
	.mobile_gif{
		margin-bottom: -9%;
		position: relative;
		z-index: 2;
	}
	.row_fea .col{
		width:50%;
		padding: 20px 16px 27px;
	}
	.layout-sect{
		background-size: auto;
		padding-bottom: 0px;
	}
	.layout-sect .tit{
		font-size: 30px;
	}
	.page2-3 .cat_tit{
		font-size: 28px;
	}
	.cat_tit2{
		font-size: 26px;
	}
	.page2-3 .cat_txt{
		font-size: 18px;
	}
	.info4{
		margin-bottom: 20px;
	}
	.btn01 span{
	white-space:nowrap;	
	}
	.fea_box .fea_cont {
    	padding: 35px 10px 80px 20px;
	}
	.fea_box .fea_cont a.close {
	    top: 20px;
	    right: 20px;
	}
	.fea_box .fea_cont .fea_tit{
		margin-bottom: 30px;
	}
	.fea_box .fea_cont .fea_con{
		padding-right: 20px;
	}
	.fea_box .fea_cont .fea_con .f_box{
		margin-bottom: 30px;
	}
	.fea_box .fea_cont .fea_con{
		max-height: 400px;
		padding-bottom: 70px;
		box-sizing: border-box;
	}

}
@media screen and (max-width: 650px) {
	.top_box .cont{
		padding: 16.5px 15px;
		margin: 0 15px;
	}
	.row_layout_sm .col{
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.plan_list .price{
		padding-top: 20px;
		height: 70px;
	}
	.top_box .cont{
		margin: 0 10px;
		padding: 16.5px 10px;
		/*border: solid 3px #EEEEEE;*/
	}
	.top_box .cont .smll_box{
		width: 50%;
		margin: 10.5px 0;
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	.top_box .cont .smll_box i{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		margin-right: 5px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 415px) {
    .people_list li {
        width: calc(100% / 2);
         padding: 0 5px;
    }
}
@media screen and (max-width: 320px) {
    .people_list li {
        width: calc(100% / 1);
         padding: 0 5px;
    }
}