* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%; /* Browser default 16px -> 10px; 1=10px */
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:1.6rem;
	color: #707070;
	line-height: normal;
}
.text-size1{
	font-size: 4rem;
}
.text-size2{
	font-size: 3rem;
}
.text-size3{
	font-size: 2.7rem;
}
.text-size4{
	font-size: 2.3rem;
}
.text-size5{
	font-size: 2rem;
}
.text-size6{
	font-size: 1.3rem;
}
@media(max-width:550px){
	.text-size1{
		font-size: 3rem;
	}
	.text-size2{
		font-size: 2rem;
	}
	.text-size3{
		font-size: 3rem;
	}
	.text-size4{
		font-size: 2rem;
	}
	.text-size5{
		font-size: 1rem;
	}
	.text-size6{
		font-size: 1.3rem;
	}
}
p{
	margin:0;
}
button{
	border: none;
	background:#ffffff00;
}
button:focus {
	outline:0;
}
.email_link{
	color: #707070;
}
footer .email_link{
	color: white;
}
/**********************************************
					Header
**********************************************/
header{
	padding-bottom:30px;
}
header .left{
	text-align: left;
	display: inline-block;
	margin: 20px;
}
header .left img{
	width:30px;
	display: inline-block;
	vertical-align: middle;
}
header .left p{
	display: inline-block;
	margin-left: 10px;
}
header .right{
	text-align: right;
	display: inline-block;
	float: right;
	margin: 20px;
}
header .right img{
	height:20px;
	padding-left:10px;
}
header .right #social_media_hide{
	background: #a0a0a0;
    padding: 10px;
    border-radius: 5px;
    color: white;
    position: absolute;
    /* display: block; */
    width: 250px;
    right: 20px;
    display: none;
    transition: all 0.3s;
}
@media(max-width: 550px){
	header .left p{
		display: none;
	}
	header .left img{
		width:20px;
	}
}
/**********************************************
					Part 2
**********************************************/
.part1{
	padding:0 0 40px 20px;
}
.part1 .left{
	text-align: center;
	display: inline-block;
	width:50%;
}
.part1 .right{
	display: inline-block;
	width:47%;
}
.part1 .right img{
	width:100%;
	vertical-align: middle;
}

/*@media(max-width: 560px){
	.part1 .right img{
		display: none;
	}
	.part1{
		background-image:url('image/img1_2x.png');
		background-repeat: no-repeat;
	    background-size: 50%;
	    background-position: right 10px bottom 10px;
	}
}*/

@media(max-width: 560px){
	.part1{
		padding:0 20px 50px 20px;
	}
	.part1 .left{
		width:100%;
		padding-bottom: 20px;
	}
	.part1 .right{
		width:100%;
	}
}

















/**********************************************
					Part 2
**********************************************/

.part2{
	background:#A0A0A0;
	padding: 60px 0;
	color: white;
	text-align: center;
}
.part2 .point{
	display: inline-block;
	width: 23%;
	text-align: center;
	padding: 0 20px;
}
.part2 .point img{
	height: 120px;
	padding-bottom: 20px;
}
.part2 .point .content {
	padding: 10px 0px 20px;
}
.part2 .point1 .content, .part2 .point2 .content {
	padding: 10px 0px 40px;
}
@media(max-width: 1179px){
	.part2 .point2 .content {
		padding: 10px 0px 20px;
	}
}
@media(max-width: 1141px){
	.part2 .point2 .content, .part2 .point3 .content {
		padding: 10px 0px 40px;
	}
	.part2 .point1 .content {
		padding: 10px 0px 60px;
	}
}
@media(max-width: 1005px){
	.part2 .point3 .content {
		padding: 10px 0px 20px;
	}
}
@media(max-width: 830px){
	.part2 .point{
		width: 45%;
		padding-bottom: 50px;
	}
	.part2 .point1 .content, .part2 .point2 .content {
		padding: 10px 0px 20px;
	}
}
@media(max-width: 550px){
	.part2 .point{
		width: 95%;
	}
	.part2{
		padding: 40px 0 0;
	}
	.part2 .point .title{
		font-size: 3rem;
	}
}

/**********************************************
					Part 3
**********************************************/
.part3{
	padding: 60px 20px;
}
.part3 .left{
	display: inline-block;
	width:47%;
}
.part3 .left img{
	width:100%;
	vertical-align: middle;
}
.part3 .right{
	display: inline-block;
	width:50%;
	padding-left: 100px;
	text-align: center;
}
.part3 .right .title{
	padding-bottom: 30px;
}
.part3 .right .content{
	text-align: left;
}
.part3 .right .content span.cross_line{
	text-decoration: line-through;
}
@media(max-width: 1100px){
	.part3 .left img {
	    vertical-align: baseline;
	}
	.part3 .right {
	    padding-left: 20px;
	}
}
@media(max-width: 550px){
	.part3 .left{
		width:100%;
	}
	.part3 .left img{
		padding-bottom: 30px;
	}
	.part3 .right{
		width:100%;
		padding-left: 0;
	}
	.part3 .right .title{
		padding-bottom: 10px;
		text-align: center;
	}
	.part3{
		padding: 40px 20px;
	}
}
/**********************************************
					Footer
**********************************************/

footer{
	background: #A0A0A0;
	padding: 10px 0;
	text-align: center;
}
footer .left{
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}
footer .left img{
	height: 50px;
}
footer .right{
	display: inline-block;
	text-align: left;
	color: white;
	padding-left: 5px;
}
footer .right .title{
	font-size: 2rem;
}
footer .right .content{
	font-size: 1.3rem;
}
@media(max-width: 550px){
	footer .left img{
		height: 40px;
	}
	footer .right .title{
		font-size: 1.8rem;
	}
}


/**********************************************
					Modal
**********************************************/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 20px;
	text-align: center;
}

#view_more_btn{
	color: white;
}

@media(max-width: 838px){
	.modal-content {
	  width: 90%;
	  position: absolute;
	  float: left;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	}
}

.modal img{
	width: 100%;
	max-height: 65vh;
    max-width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 10px;
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}

.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width:550px){
	.modal {
	    padding: 20px;
	}
	.modal-content {
		max-height: 380px;
	}
}