html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
h1, h2 {
text-align: center;
    font-weight: 600;
    font-style: normal;
	    font-size: 40px;
}
@media (max-width:1118px) {
	h1, h2 {
	    font-size: 36px;
}
}
@media (max-width:908px) {
	h1, h2 {
	    font-size: 32px;
}
}
@media (max-width:708px) {
	h1, h2 {
	    font-size: 30px;
}
}
@media (max-width:558px) {
	h1, h2 {
	    font-size: 28px;
}
}
@media (max-width:458px) {
	h1, h2 {
	    font-size: 26px;
}
}
img {
   border: none;
   vertical-align: middle;	
}
body,td,th {
font-family: 'Times New Roman';
}
body {
display: flex;
flex-direction: column;
}
*,*:before,*:after  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
a, a:visited  {
text-decoration: none;
color: #1F1F1F;
border: none;
outline: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
.ln {
	position: relative;
	color: #000;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
}
.ln:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	content: "";
	transition: width 0.3s ease-out;
}
 
.ln:hover:after,
.ln:focus:after {
	width: 100%;
}
input:active, input:hover, input:focus, button:active, button:hover, button:focus, textarea:active, textarea:hover, textarea:focus {
    outline: 0;
    outline-offset: 0;
}
.wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;	
	width: 100%;
	min-width: 320px;
}
main {
  flex: 1 0 auto;
}
.block {
	margin: 0 auto;
	min-width: 320px;
	max-width:1400px;
	position: relative;
}
header {
position: fixed;
height: 110px;
min-width: 320px;
padding: 25px 0;
background-color: #2E2E33;
width: 100%;
top: 0;
left: 0;
z-index:4;
}
.logo {
margin: 3px 0 12px 45px;
width: 233px;
}
.logo img {
width: 100%;
height: auto;
}
.top {
position: fixed;
min-width: 300px;
padding: 10px 0;
width: 534px;
top: 27px;
left: 50%;
z-index: 4;
margin-left: -214px;
text-align: center;
}
.top_btn {
display: inline-block;
color: #fff;
text-align: center;
vertical-align: middle;
border: 2px solid #fff;
border-radius: 8px;
width: auto;
height: 36px;
margin: 0 3px;
}
.top_btn1 {
padding: 6px 38px 6px 12px;
}
.top_btn2 {
padding: 6px 19px;
}
.tbtn {
position: relative;	
}
.tbtn::after {
width: 18px;
height: 18px;
content: "";
position: absolute;
right: 6px;
top: 67%;
background-image: url(../all-img/expand-down-white.svg);
background-repeat: no-repeat;
background-size: 100% auto;
transform-origin: 50% 50%;
transform: translateY(-50%);
}
.top a, .top a:visited  {
	color: #fff;
	border: 2px solid #fff;
}
.top a:hover {
color: #7C7C7C;
border: 2px solid #fff;
background-color: #f8f2fb;
}

.pop_up {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
text-align: center;
z-index: 999;
overflow: hidden;
}
.pop_up:before {
  content: "";
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
.pop1_up {
padding-top: 111px;
}
.pop1_up:before {
  height: 100%;
}
.popup-inner {
display: inline-block;
vertical-align: middle;
position: relative;
max-width: 980px;
width: 90%;
padding: 25px;
box-shadow: 0px 2px 6px #000;
background: #FFFDDE;
text-align: center;
overflow-y: auto;
max-height: 100%;
}
@media (max-width:880px){
.popup-inner {
width: 95%;
padding: 25px 14px;
}
}
.popup2-inner {
display: inline-block;
vertical-align: middle;
position: relative;
width: 100%;
padding: 80px 25px;
box-shadow: 0px 2px 6px #000;
background: #FFFDDE;
text-align: center;
overflow-y: auto;
max-height: 100%;
}
.popup-close {
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 24px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #808080;
}
.popup-close:after, .popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-close:hover {
-webkit-transform: translate(50%, -50%) rotate(180deg);
transform: translate(50%, -50%) rotate(180deg);
background-color: #585858;
text-decoration: none;
border-color: #343434;
}
.popup-close:hover:after, .popup-close:hover:before {
  background: #fff;
}
.pop_up a, .pop_up a:visited  {
color: #161616;
}
.pop_up a:hover {
color: #5B5B5B;
}
.gor {
padding: 5px 12px 10px;
text-align: left;
		column-width: 98%;
	column-count: 1;
	column-gap: 4%;
}
@media (max-width:648px){
.gor {
padding: 5px 9px 10px;
}
}
.gor a {
display: block;	
		padding: 2px 4px;
	margin: 0 0 7px 0;
position: relative;
 }
	 .gor a::before {
content: "\e809";
font-weight: normal;
font-size: 15px;
font-family: fontello;
color: #332F2F;
margin: 1px 6px 0 9px;
display: inline-block;
float: left;
opacity: 0;
-webkit-transition: all .45s ease;
-ms-transition: all .45s ease;
transition: all .45s ease
 }
 .gor a:hover::before {
opacity: 1;	
 }
.psk {
position: relative;
width: 390px;
padding: 2px 0 10px 8px;
border: 1px solid #666;
margin: 10px auto 0;
border-radius: 11px;
}
.tb {
 display: table;
 width: 100%;
}
.td {
 display: table-cell;
 vertical-align: middle;
}
.psk input, .psk button {
 color: #333;
 padding: 0;
 margin: 0;
 border: 0;
 background-color: transparent;
}
.psk form {
 height: 26px;
}
.psk input[type="text"] {
 width: 100%;
 height: 34px;
 font-size: 13px;
 line-height: 1;
}
.psk input[type="text"]::-moz-placeholder {
 color: #A6A6A6;
}
.psk input[type="text"]:-ms-input-placeholder {
 color: #A6A6A6;
}
.psk input[type="text"]::placeholder {
 color: #A6A6A6;
}
#s-cover {
 width: 1px;
 padding: 0 4px 0 17px;
}
.psk button {
 position: relative;
 display: block;
 width: 26px;
 height: 22px;
 cursor: pointer;
 padding-left: 6px;
}
#s-circle {
 position: relative;
 top: 0;
 left: 0;
 width: 14px;
 height: 14px;
 margin-top: 0;
 border-width: 2px;
 border: 2px solid #000;
 background-color: transparent;
 border-radius: 50%;
 transition: 0.3s ease all;
}
.psk button span {
 position: absolute;
 top: 17px;
 left: 15px;
 display: block;
 width: 6px;
 height: 2px;
 background-color: transparent;
 transform: rotateZ(52deg);
 transition: 0.3s ease all;
}
.psk button span:before, .psk button span:after {
 content: "";
 position: absolute;
 bottom: 0;
 right: 0;
 width: 6px;
 height: 3px;
 background-color: #000;
 transform: rotateZ(0);
 transition: 0.3s ease all;
}
#s-cover:hover #s-circle {
 top: 1px;
 width: 18px;
 height: 4px;
 border-width: 0;
 background-color: #000;
 border-radius: 1px;
 left: -4px;
}
#s-cover:hover span {
 top: 50%;
 left: 3px;
 width: 10px;
 margin-top: 0;
 transform: rotateZ(0);
}
#s-cover:hover button span:before {
 bottom: 3px;
 transform: rotateZ(45deg);
}
#s-cover:hover button span:after {
 bottom: -3px;
 transform: rotateZ(-45deg);
}
#s-cover:hover button span:before, #s-cover:hover button span:after {
 right: -10px;
 width: 12px;
 background-color: #000;
}
@media (max-width:449px){
.psk {
width: 100%;
}
}

.pcle {
padding-top: 4px;
display: inline-block;
position: absolute;
top: 13px;
right: 48px;
font-size: 15px;
}
.top a,.pop_up a{
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.setx {
font-size: 12px;
position: absolute;
top: 28px;
right: 99px;
color: #fff;
width: 60px;
height: auto;
padding: 0 4px 1px;
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
text-align: center;
}
.seicon {
display: block;
font-size: 22px;
margin-top: 7px;
}
.setx:hover {
color: #FFED00;
}
@media (max-width:1140px){

.top {
margin-left: -224px;
}
	
	.logo {
margin: 5px 0 12px 15px;
width: 200px;
}

}

@media (max-width:939px){
.top {
padding: 10px 0;
width: 100%;
top: auto;
left: 0;
margin-left: 0;
bottom: 0;
background-color: #2E2E33;
}
}

@media (max-width:489px){
	.top_btn {
height: 36px;
margin: 0 2px;
font-size: 13px;
padding-top: 8px;
}
.tbtn::after {
width: 14px;
height: 14px;
right: 6px;
top: 67%;
}
}
@media (max-width:427px){
	.top_btn {
height: 32px;
margin: 0 2px;
font-size: 12px;
padding-top: 6px;
}
.tbtn::after {
width: 12px;
height: 12px;
right: 5px;
	top: 65%;
}
	.top_btn1 {
padding: 6px 25px 5px 8px;
}
.top_btn2 {
padding: 6px 8px 5px;
}
}
@media (max-width:419px){

	

.logo {
margin: 15px 0 12px 9px;
width: 170px;
}
	
}

.sect{
position: relative;
margin-top: 130px;
}

article {
	padding: 0;
	margin: 0;
}
footer {
	flex-shrink: 0;
	min-width: 320px;
	background-color: #2E2E33;
	position: relative;
	padding: 22px 30px 36px;
	color: #FFF;
	overflow: hidden;
	font-size: 13px;
}
footer a,.social a, footer a:visited,.social a:visited  {
	color: #FFF;
}
footer a:hover {
color: #A3A3A3;
}
.fcont {
width: 25%;
padding: 30px 5px 30px 25px;
float: left;
}
.logo2 {
margin: 0 0 20px 0;
width: 150px;
}
.logo2 img {
width: 100%;
height: auto;
}
.soc {
margin: 30px 0;
display: block;
position: relative;
left: -7px;
}
.fbc {
font-size: 33px;
top: 2px;
position: relative;
}
.icco {
font-size: 28px;	
}



.fcont2 {
	width: 25%;
	float: left;
	padding: 30px 5px 30px 15px;
}

	 .fca a {
margin-left: -5px;
 }
	 .fca a::before {
content: "\e800";
font-weight: normal;
font-size: 14px;
font-family: fontello;
color: #fff;
margin: -1px 11px 0 0;
display: inline-block;
float: left;
opacity: 0;
-webkit-transition: all .45s ease;
-ms-transition: all .45s ease;
transition: all .45s ease
 }
 .fca a:hover::before {
opacity: 1;	
 }


.fcont3 {
	width: 25%;
	float: left;
	padding: 30px 5px 30px 15px;
}
.fcont4 {
	width: 25%;
	float: left;
	padding: 30px 5px 30px 15px;
}
.tf {
	display: inline-block;
	float: left;
	clear: left;	
	margin: 4px 0 9px;
}
.tlf:before {
	font: normal 12px fontello;
	display: inline-block;
	float: left;
	margin: 1px 6px 0 0;
	content: '\e833';
	color: #ddd;
}
.pd {
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.pd:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ddd;
	content: "";
	transition: width 0.3s ease-out;
}
.pd:hover:after,
.pd:focus:after {
	width: 100%;
}
.ztl {
font-weight: 500;
margin-bottom: 10px;
padding-bottom: 12px;
font-size: 16px;
}
.zt2 {
padding-left: 15px;	
}




.cop {
color: #A7A7A7;
font-size: 12px;
text-align: left;
display: inline-block;
padding-left: 25px;
}
.made {
font-size: 12px;
display: inline-block;
float: right;
padding-right: 50px;
}
.made a {
	color: #A7A7A7;
}
.made:before {
	content: "\e803";
	font-weight: normal;
	font-size: 22px;
	font-family: fontello;
	color: #A7A7A7;
	margin: -4px 0 0 6px;
	display: inline-block;
	float: right;
}

@media (max-width:1079px){
	footer {
	padding: 22px 5px 36px 3px;
}
}

@media (max-width:1029px){
.fcont {
padding: 30px 5px 30px 15px;
}
.logo2 {
width: 140px;
}
.soc {
left: -9px;
}


.fcont2 {
	padding: 30px 5px 30px 7px;
}



.fcont3 {
	padding: 30px 5px 30px 7px;
}
.fcont4 {
	padding: 30px 5px 30px 7px;
}
}


@media (max-width:939px){
	footer {
	padding: 38px 60px 86px 60px;
}
	
.fcont {
width: 50%;
padding: 20px 5px 10px 25px;
float: left;
}
.fcont2 {
width: 50%;
padding: 20px 5px 10px 7px;
float: right;
}

.fcont3 {
width: 50%;
padding: 20px 5px 20px 7px;
clear: left;
border-top: 1px solid #474747;
}
.fcont4 {
width: 50%;
padding: 20px 5px 20px 7px;
float: right;
border-top: 1px solid #474747;
}
}
@media (max-width:599px){
	footer {
	padding: 38px 9px 86px 10px;
}
	

}
@media (max-width:499px){
	
.fcont {
width: 100%;
}
.fcont2 {
width: 100%;
padding: 20px 5px 20px 7px;
border-top: 1px solid #474747;
}

.fcont3 {
width: 100%;
}
.fcont4 {
width: 100%;
}
}
.br1 {
 padding-bottom: 10px;
}
.br2 {
 padding-bottom: 20px;
}
.br3 {
 padding-bottom: 30px;
}
.br4 {
 padding-bottom: 40px;
}
.br5 {
 padding-bottom: 50px;
}
.br6 {
 padding-bottom: 60px;
}
.br7 {
 padding-bottom: 80px;
}
.clear {
	clear: both;
}
.hidd {
	display: none;
}
