@charset "utf-8";
/* CSS Document */
#header .logo {
    top: 20px !important;
	left: 20px !important;
	transform: translateY(0);
    font-size: 29px;
    text-align: left;
}
@media (max-width: 680px) {
    #header .logo {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #header .logo {
        font-size: 20px;
        top: 15px !important;
        left: 10px !important;
    }
    .tel1 {
        font-size: 32px !important;
        padding-top: 2% !important;
    }
}

@media (max-width: 375px){
	#header .logo{
		top: 5px !important;
	}
}
#header{
	height: 400px;
}
#key{
	height: 400px;
	background: url(../img/policy/key_bg.jpg) no-repeat center / cover;
	position: relative;	
}
#key p {
	color: #fff;
	font-family: 'HelveticaThin';
	font-size: 58px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	transform: translateY(-50%);
}
#container{
	padding: 50px 0;
}
h2{
	padding: 50px 0 10px 0;
	font-weight: bold;
	font-size: 30px;
}
h3{
	padding: 10px 0;
	font-weight: bold;
	font-size: 20px;
}
.policyItem{
	padding-bottom: 30px;
}
body.vn #container{
	font-family: 'HelveticaThin';
    font-weight: bold;
}
#container ul{
	margin-left: 20px;
}