.logo {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.logo {
	width: 187px;
	height: 100px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.nav__box {
	width: calc(100% - 357px);
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.nav {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nav__name {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nav__layer {
	max-height: calc(100vh - 100px);
	top: 100px;
}

.header__search {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.header__search-form {
	top: 100px;
}

.header__social-box {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.hamburger {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.header--fixed .logo {
	height: 70px;
}

.header--fixed .nav__layer {
	max-height: calc(100vh - 70px);
	top: 70px;
}

.header--fixed .header__search-form {
	top: 70px;
}

.header {
	width: 100%;
	background-color: #fff;
	-webkit-transition: all .3s ease-out 0.5s;
	-o-transition: all .3s ease-out 0.5s;
	transition: all .3s ease-out 0.5s;
}

.logo {
	-ms-flex-line-pack: center;
	    align-content: center;
}

.logo h1 {
	width: 100%;
	display: block;
	color: #0B7AB7;
	font-size: 0.125rem;
	position: fixed;
	top: -999999px;
}

.logo__img {
	height: 100%;
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.logo__img img {
	height: 100%;
	max-width: 187px;
	display: block;
}

.header--fixed {
	position: fixed;
	top: 0;
	z-index: 10;
}

.nav__box {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav {
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav__item {
	width: auto;
	max-width: 20%;
	height: 100%;
	position: relative;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.556rem;
}

.nav__item::after {
	content: '';
	width: 0;
	height: 3px;
	background-color: #126e4d;
	position: absolute;
	bottom: 0;
	top: 0;
	-webkit-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
}

.nav__item:hover::after {
	content: '';
	width: 100%;
}

.nav__item--on::after {
	content: '';
	width: 100%;
}

.nav__item--on > .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__name {
	width: 100%;
	padding: 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav__btn {
	width: 40px;
	height: 100%;
	border-style: solid;
	border-color: #dee2e6;
	border-width: 0 0 0 1px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.nav__btn-icon {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.nav__btn-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #252525;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.nav__layer {
	width: 250px;
	display: none;
	position: absolute;
	left: 0;
	z-index: 3;
	color: #252525;
	background-color: #fff;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #dee2e6;
}

.nav__layer .nav__item {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-bottom: 1px solid #dee2e6;
	color: #252525;
}

.nav__layer .nav__item::after {
	display: none;
}

.nav__layer .nav__item .nav__layer {
	top: -1px;
	left: 100%;
}

.nav__layer .nav__item .nav__btn {
	border-bottom-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__layer .nav__item .nav__name {
	padding: 5px 40px 5px 10px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	color: #252525;
}

.nav__layer .nav__item .nav__name:hover {
	background-color: #0B7AB7;
	color: #fff;
}

.nav__layer--full {
	width: 100%;
	padding: 10px 20px;
	overflow-y: auto;
	position: fixed;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__item {
	width: 20%;
	border-width: 0;
}

.nav__layer--full .nav__item .nav__name {
	padding-right: 10px;
}

.nav__layer--full .nav__item .nav__btn {
	display: none;
}

.nav__layer--full .nav__item .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	left: 0;
}

.nav__layer--full .nav__layer {
	width: 100%;
	padding: 5px 0 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	top: 0;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__layer .nav__item {
	width: 100%;
}

.nav__prev {
	width: 40px;
	height: 50px;
	border-right: 1px solid #dee2e6;
	cursor: pointer;
	display: none;
	position: relative;
}

.nav__prev-icon {
	width: 40px;
	height: 40px;
	position: relative;
}

.nav__prev-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #252525;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.hamburger {
	width: 40px;
	height: 100%;
	margin: auto;
	position: relative;
	cursor: pointer;
	display: none;
}

.hamburger span {
	width: 30px;
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #252525;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.hamburger span:nth-child(2) {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}

.hamburger span:nth-child(3) {
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
}

.header__search {
	width: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__search-icon {
	width: 50px;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	font-size: 24px;
}

.header__search-form {
	width: 100%;
	padding: 15px 10px;
	background-color: #fff;
	position: fixed;
	left: 100%;
	z-index: 2;
	-webkit-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}

.header__search-form--on {
	left: 0;
}

.header__search-input {
	width: calc(100% - 50px);
	height: 40px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #c0c0c0;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	line-height: 40px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.header__search-input::-webkit-input-placeholder {
	color: #888;
}

.header__search-input::-moz-placeholder {
	color: #888;
}

.header__search-input:-ms-input-placeholder {
	color: #888;
}

.header__search-input::-ms-input-placeholder {
	color: #888;
}

.header__search-input::placeholder {
	color: #888;
}

.header__search-input:focus::-webkit-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

.header__search-input:focus::-moz-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

.header__search-input:focus:-ms-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

.header__search-input:focus::-ms-input-placeholder {
	color: rgba(136, 136, 136, 0.5);
}

.header__search-input:focus::placeholder {
	color: rgba(136, 136, 136, 0.5);
}

.header__search-btn {
	width: 50px;
	height: 40px;
	cursor: pointer;
	border: none;
	background-color: #fff;
	font-size: 24px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.header__social-box {
	width: 120px;
}

.header__social-btn {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	cursor: pointer;
}

.header__social-btn i {
	font-size: 18px;
}

.header__social {
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-item {
	width: 40px;
	display: inline-block;
	text-align: center;
}

.header__social-link {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-icon {
	font-size: 24px;
}

.header__social-facebook:hover {
	color: #1877F2;
}

.header__social-instagram:hover {
	color: #de2d75;
}

.header__social-twitter:hover {
	color: #1DA1F2;
}

.header__social-youtube:hover {
	color: #EE3123;
}

.header__social-LINE:hover {
	color: #00B900;
}

@media only screen and (max-width: 1200px) {
	.header--fixed .nav__layer {
		top: 0;
	}
	.header--fixed .logo {
		height: 50px;
	}
	.header--fixed .header__search-form {
		top: 50px;
	}
	.logo {
		width: calc(100% - 170px);
		height: 50px;
	}
	.logo__img {
		height: 100%;
		padding: 5px 0;
	}
	.logo__img img {
		max-width: 100%;
	}
	.nav__box {
		width: 100%;
		height: 100%;
		padding-top: 50px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 20;
		background-color: #fff;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}
	.nav__box--on {
		right: 0;
	}
	.nav {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		border-top: 1px solid #dee2e6;
	}
	.nav__item {
		width: 100%;
		height: auto;
		max-width: 100%;
		display: block;
		border-bottom: 1px solid #dee2e6;
	}
	.nav__item::after {
		display: none;
	}
	.nav__name {
		padding: 5px 40px 5px 15px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.nav__btn {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__btn .nav__btn-icon {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.nav__btn--on .nav__btn-icon {
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.nav__layer {
		width: 100%;
		top: 0;
		position: relative;
		background-color: #f8f9fa;
		border-width: 1px 0 0 0;
		max-height: none;
		overflow-y: initial;
		display: none;
	}
	.nav__layer .nav__item .nav__name {
		padding: 5px 40px 5px 15px;
	}
	.nav__layer .nav__item .nav__layer {
		padding-left: 20px;
		top: 0;
		left: 0;
	}
	.nav__layer .nav__item:first-child {
		border-top: 1px solid #dee2e6;
	}
	.nav__layer .nav__item:last-child {
		border-bottom: 0;
	}
	.nav__layer--on {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__box--turnover .nav__btn-icon {
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
	}
	.nav__box--turnover .nav__layer {
		height: 100%;
		overflow-y: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		background-color: #fff;
		border-width: 0;
		position: fixed;
		left: 100%;
		z-index: 3;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(1) {
		border-top-width: 0;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(2) {
		border-top: 1px solid #dee2e6;
	}
	.nav__box--turnover .nav__layer .nav__item:last-child {
		border-bottom: 1px solid #dee2e6;
	}
	.nav__box--turnover .nav__layer .nav__layer {
		padding-left: 0;
		left: 100%;
	}
	.nav__box--turnover .nav__layer .nav__layer--on {
		left: 0;
	}
	.nav__box--turnover .nav__layer--on {
		left: 0;
	}
	.nav__box--turnover .nav__prev {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hamburger--on {
		height: 50px;
		position: fixed;
		top: 0;
		right: 10px;
		z-index: 999;
	}
	.hamburger--on span:nth-child(1) {
		opacity: 0;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
	}
	.hamburger--on span:nth-child(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		    -ms-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	.hamburger--on span:nth-child(3) {
		-webkit-transform: translateY(0) rotate(-45deg);
		    -ms-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
	.header__search-form {
		top: 50px;
	}
	.header__social-box {
		width: 40px;
	}
	.header__social-btn {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__search-icon {
		font-size: 20px;
	}
	.header__social {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		position: fixed;
		top: 50px;
		left: 100%;
		background-color: #fff;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.header__social--on {
		left: 0;
	}
}

.footer {
	padding: 40px 0;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5rem;
}

@media only screen and (max-width: 640px) {
	.footer {
		padding: 20px 0;
	}
}

.footer__seo {
	padding: 20px;
	border: 1px solid #dee2e6;
	border-width: 1px 0;
	background: #f8f9fa;
	font-size: 15px;
	font-size: 0.833rem;
	line-height: 1.333rem;
	color: #6c757d;
}

.footer__content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(100% - 325px);
}

@media only screen and (max-width: 1280px) {
	.footer__content {
		width: 100%;
	}
}

.footer__title {
	width: 100%;
	padding: 20px 0;
	letter-spacing: 3px;
	font-size: 30px;
	font-family: 'Libre Baskerville';
	color: #eee;
}

.footer__nav {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 1280px) {
	.footer__nav {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.footer__nav {
		width: 100%;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	.footer__nav {
		display: none;
	}
}

.footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.footer__nav-list:not(:last-child) {
	margin-right: 3%;
}

@media only screen and (max-width: 768px) {
	.footer__nav-list {
		display: inline-block;
		-webkit-box-flex: 47%;
		    -ms-flex: 47%;
		        flex: 47%;
		padding: 10px;
	}
}

.footer__nav-list li {
	width: auto;
}

.footer__nav-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.667rem;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.footer__nav-list li a {
		font-size: 17px;
		font-size: 0.944rem;
		line-height: 1.556rem;
		padding: 2px 0;
	}
}

.footer__nav-list li a:hover {
	color: #126e4d;
}

.footer__subnav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	margin-top: 3px;
}

.footer__subnav-list li a {
	position: relative;
	padding: 5px 0;
	padding-left: 20px;
	font-size: 16px;
	font-size: 0.889rem;
	line-height: 1.444rem;
	color: #333;
}

@media only screen and (max-width: 640px) {
	.footer__subnav-list li a {
		padding: 1px 0;
		padding-left: 20px;
		font-size: 15px;
		font-size: 0.833rem;
		line-height: 1.333rem;
	}
}

.footer__subnav-list li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
	height: 2px;
	margin-top: 1px;
	background-color: #555;
}

.footer__subnav-list li a:hover::before {
	background-color: #0B7AB7;
}

.footer__subnav-list li a::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
	height: 2px;
	margin-top: 1px;
	background-color: #0B7AB7;
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.footer__subnav-list li a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(-270deg);
	    -ms-transform: translateY(-50%) rotate(-270deg);
	        transform: translateY(-50%) rotate(-270deg);
}

.footer__end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(100% - 300px);
}

@media only screen and (max-width: 1024px) {
	.footer__end {
		width: 100%;
	}
}

.footer__end li {
	letter-spacing: 0.05em;
	position: relative;
	padding: 0 30px;
}

.footer__end li:nth-of-type(1) {
	padding: 20px 0;
}

.footer__end li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 18px;
}

@media only screen and (max-width: 640px) {
	.footer__end li {
		width: 100%;
		padding: 0 0 0 30px;
	}
}

.footer__end li font {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.footer__end li font {
		display: inline-block;
	}
}

@media only screen and (max-width: 640px) {
	.footer__end li font {
		display: block;
	}
}

.footer__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-items: center;
	width: auto;
	margin: 40px auto 40px;
}

@media only screen and (max-width: 1024px) {
	.footer__logo {
		margin: 40px 0 20px;
	}
}

.footer__logo img {
	height: 200px;
}

@media only screen and (max-width: 1280px) {
	.footer__logo img {
		display: none;
	}
}

.footer__tel {
	width: 50%;
}

.footer__tel a {
	color: #fff;
}

.footer__add {
	width: 50%;
}

.footer__add a {
	color: #fff;
}

.footer__fax {
	width: 50%;
}

.footer__time {
	width: 50%;
}

#scrollUp {
	bottom: 58px;
	right: 20px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 5px 20px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

#scrollUp:hover {
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	#scrollUp {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		right: 0;
		padding: 5px;
		border-radius: 0;
	}
}

.social-media-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.social-media-icons {
		width: 100%;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}

.social-media-icons li a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 1024px) {
	.social-media-icons li a {
		margin: 0 20px 0 0;
	}
}

.social-media-icons li a .fillColor {
	-webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.social-media-icons li a:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.social-media-icons li a:hover .fillColor {
	fill: #333 !important;
}

.site-info {
	position: relative;
	width: 100%;
	padding-top: 15px;
	font-size: 16px;
	font-size: 0.889rem;
	line-height: 1.333rem;
	color: #999;
	border-top: 1px solid #333333;
	margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
	.site-info {
		text-align: center;
	}
}

.site-info a:link, .site-info a:visited {
	color: #999;
}

.site-info a:hover, .site-info a:active {
	color: #999;
}

.site-info::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
	.site-info::before {
		top: 10px;
	}
}

.work {
	font-size: 10px;
	font-size: 0.556rem;
	line-height: 0.833rem;
	padding: 5px 5px 5px 25px;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	top: 15px;
}

@media only screen and (max-width: 1024px) {
	.work {
		display: block;
		position: inherit;
		right: inherit;
		top: inherit;
	}
}

/*breadcrumb*/
.breadcrumb__box {
	display: block;
}

.breadcrumb {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.breadcrumb li {
	padding-right: 10px;
	display: block;
	position: relative;
}

.breadcrumb li a {
	padding: 0 5px;
	display: block;
	font-size: 15px;
	color: #666666;
	text-transform: uppercase;
}

.breadcrumb li a:hover {
	color: #000;
}

.breadcrumb li::after {
	content: '/';
	color: #dee2e6;
	position: absolute;
	top: 0;
	right: 0;
}

.breadcrumb li:last-child::after {
	display: none;
}

@media only screen and (max-width: 480px) {
	.breadcrumb__box {
		padding: 10px 0;
	}
	.breadcrumb li a, .breadcrumb li::after {
		line-height: 1.25em;
	}
}

.breadcrumb li:last-child {
	padding-right: 0;
}

.social-media {
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.social-media .wechat {
	width: 40%;
}

.social-media .wechat img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.social-media-icons {
	width: 100%;
}

.social-media-icons li a {
	margin: 20px 8px 0 8px;
}

@media only screen and (max-width: 640px) {
	.nav__box {
		width: 100%;
	}
}
