@charset "UTF-8";

#page .page_section .section_title{padding-bottom:6em;background:linear-gradient(to bottom, #fff, #eee);}
#page .page_section .section_title .title{}
#page .page_section .section_title + .section_content{margin-top:0;}
#page .page_section .section_content{display:flex;}
#page .page_section .section_content > div{width:50%;}
#page .page_section .section_content > div .inner{box-sizing:border-box;}
#page .page_section .section_content > div .inner .centent_title{}
#page .page_section .section_content > div .inner .content_title .title{margin:0;padding:0;font-size:1.4em;font-weight:300;}
#page .page_section .section_content > div .inner .content_desc{margin-top:3em;}
#page .page_section .section_content > div img{display:block;width:100%;}
#page .page_section .section_content .left_content{background-color:#DADDCC;}
#page .page_section .section_content .left_content .inner{padding:6em 10em;}
#page .page_section .section_content .right_content{background-color:#fff;}
#page .page_section .section_content .right_content .inner{padding:0 10em;}
#page .page_section .section_content .desc{line-height:1.6;margin-top:3em;}
#page .page_section .section_content .desc:first-of-type{margin-top:0;}
#page .desc_section{padding-top:0;}
#page .image_section img{display:block;width:100%;}
@media all and (max-width:1600px){
	#page .page_section .section_content .left_content .inner{padding:4em 6em;}
	#page .page_section .section_content .right_content .inner{padding:0 6em;}
}
@media all and (max-width:1200px){
	#page .page_section .section_content .left_content .inner{padding:4em 5em;}
	#page .page_section .section_content .right_content .inner{padding:0 5em;}
}
@media all and (max-width:800px){
	#page .page_section .section_content{flex-wrap:wrap;}
	#page .page_section .section_content > div{width:100%;}
	#page .page_section .section_content > div .inner{padding:5em !important;}
}
@media all and (max-width:500px){
	#page .page_section .section_title .title{text-align:center;}
}
