
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&display=swap');

html{
	-webkit-text-size-adjust: none;
	height:100%;
}
body{
	-webkit-text-size-adjust: none;
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#1d1d1b;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size:16px;
	height:100%;
    box-sizing: border-box;
}

h1{
	font-size:36px;
	line-height: 48px;
	font-weight:300;
	margin:0px 0px 17px 0px;
	color: #ee7219;
	letter-spacing: 0.02em;
}
h2{
	font-size:28px;
	line-height: 32px;
	font-weight:300;
	margin:0px 0px 10px 0px;
	color: #ee7219;
}
h3{
	font-size:20px;
	line-height: 26px;
	font-weight:400;
	margin:0px 0px 15px 0px;
}
p{
	font-size: 16px;
	line-height:22px;
	margin:0px 0px 21px 0px;
}

b, strong{
	font-weight: bold;
}
ul, ol{
	margin:-21px 0px 0px 0px;
	padding:0px 0px 0px 32px;
}
ul{
	list-style-type: none;
}
li{
	padding:0px 0px 0px 23px;
	margin:0px 0px 0px 0px;

    background-size: 16px 17px;   
    background-image: url('/im/li-disc-img.png'); 
    background-repeat: no-repeat;
    background-position: 0px 4px;

}




form{
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}
div, h1, h2, h3, h4, p{
	box-sizing: border-box;
}

a{
	color:#ee7219;
	text-decoration:none;
	font-weight: 700;
}
a:hover{
	text-decoration:underline;
}

a.clean{
	color:#1d1d1b;
	text-decoration:none;
	font-weight: 400;
}
a.clean:hover{
	text-decoration:underline;
}

strong.or{
	color:#ee7219;
}

.clfl{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

img{
	border:none;
	vertical-align: bottom;
	max-width: 100%;
}

br.frns{
	display: none;
}


textarea, input, textarea, select{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:16px;
	color:#1d1d1b;
	display: block;
	box-sizing: border-box;
}
select{
	cursor: pointer;
}

form{
	margin-top:15px;
}

input.tfield, textarea.tfield, select.tfield, input.subbutton{
	width:auto;
	margin:0px;
	padding:3px 5px 4px 5px;
	font-weight: normal;
	height: 36px;
}
select.tfield{
	min-width:190px;
	max-width: 100%;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.tfield, textarea.tfield{
	max-width: 100%;
	width:300px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea.tfield{
	height: auto;
}

div.body{

}

div.container{
	width: 100%;
	background-color: #fff;
}
div.container.or{
	background-color: #ee7219;
}
div.container.bot-pad{
	position: relative;
	padding-bottom: 100px;
}
div.cont-inner{
	width: 1604px;
	margin: 0 auto;
}

div.mobile-menu{
	display: none;
}

div.header{
	padding-top: 31px;
	padding-left: 32px;
	height: 244px;
}

div.logo{
	float:left;
	width: 450px;
}
div.menu{
	float:right;
	width: 600px;
	padding-top: 146px;
}
div.menu div{
	float:right;
	text-align: center;
}
div.menu div.ko{
	width: 160px;
	text-align: right;
}
div.menu div.om{
	width: 91px;
}
div.menu div.tj{
	width: 180px;
}
div.menu div.st{
	width: 137px;
}
div.menu a{
	color:#ee7219;
	font-size: 32px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.01em;
}
div.menu a:hover, div.menu a.m{
	font-weight: 700;
	letter-spacing: -0.03em;
}

div.main-text{
	padding-left:12.1%;
	padding-top:65px;
	width: 980px;
}

div.address-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 354px;
	height: 366px;
	padding-top:199px;
	background-image: url(/im/x-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.footer{
	padding-top:23px;
	color:#fff;
	font-weight: 700;
	padding-bottom: 7px;
}
div.f-left{
	float: left;
	width: calc(100% - 84px);
}
div.f-left div{
	width: 109px;
	text-align: center;
	padding-bottom: 9px;
}
div.f-right{
	float: right;
	width: 84px;
	padding-top: 14px;
	padding-bottom: 25px;
}

div.footer a{
	color:#fff;
	font-weight: 400;
}












