/* -------------- Reset -------------- */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #191919;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 62.5% !important;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	letter-spacing: -0.02em;
	-webkit-tap-highlight-color : transparent !important;
	animation:entry .3s ease forwards;
  opacity: 0;
}

html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body {
	font-size: 1.6rem;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b, strong {
	font-weight: 700;
}

img {
	max-width: 100%;
}

button {
	font-family: inherit;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

select {
	outline: none;
	border: 1px solid transparent;
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* background-size:18px auto;
	background-image: url('/child/img/common/btn_select.png');
	background-repeat: no-repeat;
	background-position:right 20px center; */
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent
}

:focus {
	outline: none;
}

::placeholder {
	color: #a5a5a5;
}


@-webkit-keyframes entry {
	to{opacity: 1;}
}

@-moz-keyframes entry {
	to{opacity: 1;}
}

@-ms-keyframes entry {
	to{opacity: 1;}
}

@keyframes entry {
	to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}
/* ---------------------------- */


/* -------------- Overflow -------------- */
.hidden {
	overflow: hidden;
}
/* ---------------------------- */


/* -------------- Display -------------- */
.mo {
	display: none;
}

@media screen and (max-width:1024px) {
	.pc {
		display: none;
	}

	.mo {
		display: block;
	}
}
@media screen and (max-width:768px) {
	.tb {
		display: none;
	}
}
/* ---------------------------- */

/* -------------- Block -------------- */
.d-block {
	display: block;
}
/* ---------------------------- */

/* -------------- Ellip -------------- */
.ellip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* ---------------------------- */


/* -------------- Blind -------------- */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
/* ---------------------------- */


/* ---------------- Button ---------------- */
.button {
	display: inline-flex;
	align-items: center;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	cursor: pointer;
}

@media screen and (min-width:1201px) {

}
/* -------------------------------- */


/* -------------- Board Radius -------------- */
.rounded-1 {
	border-radius:10px;
}

.rounded-2 {
	border-radius:20px;
}

.rounded-5 {
	border-radius:50px;
}
/* ---------------------------- */


/* -------------- Background Color -------------- */
.bg-white {
	background-color: #fff;
}

.bg-gray {
	background-color: #f8f8f8;
}

.bg-blue1 {
	background-color: #eff9fd;
}

.bg-blue2 {
	background-color: #f4f7fb;
}

.bg-blue3 {
	background-color: #e9f0f8;
}

.bg-blue4 {
	background-color: #236cb6;
}

.bg-blue6 {
	background-color:#63c5f0;
}

/* ---------------------------- */


/* -------------- Padding -------------- */
.pb-20 {
	padding-bottom:20px;
}

.pb-40 {
	padding-bottom:40px;
}

.pb-80 {
	padding-bottom:80px;
}

.pb-120 {
	padding-bottom:120px;
}

.pt-120 {
	padding-top:120px;
}

.pl-16 {
	padding-left:16px;
}

.py-120 {
	padding:120px 0px;
}

.py-140 {
	padding:140px 0px;
}

.py-200 {
	padding:200px 0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.pl-16 {
		padding-left:10px;
	}

	.pb-20 {
		padding-bottom:16px;
	}

	.pb-40 {
		padding-bottom:34px;
	}

	.pb-80 {
		padding-bottom:60px;
	}

	.pb-120 {
		padding-bottom:100px;
	}

	.pt-120 {
		padding-top:100px;
	}

	.py-120 {
		padding:100px 0px;
	}

	.py-140 {
		padding:120px 0px;
	}

	.py-200 {
		padding:180px 0px;
	}
}
@media (max-width:768px) {
	.pb-20 {
		padding-bottom:10px;
	}

	.pb-40 {
		padding-bottom:28px;
	}

	.pb-80 {
		padding-bottom:40px;
	}

	.pb-120 {
		padding-bottom:80px;
	}

	.pt-120 {
		padding-top:80px;
	}

	.py-120 {
		padding:80px 0px;
	}

	.py-140 {
		padding:100px 0px;
	}

	.py-200 {
		padding:140px 0px;
	}
}
@media (max-width:576px) {
	.pb-20 {
		padding-bottom:6px;
	}

	.pb-40 {
		padding-bottom:20px;
	}

	.py-200 {
		padding:100px 0px;
	}
}
/* ---------------------------- */


/* -------------- Text Align -------------- */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* ---------------------------- */


/* -------------- Text Family -------------- */
.fm-nanumpen {
	font-family: "Nanum Pen Script", serif;
}
/* ---------------------------- */


/* -------------- Text Weight -------------- */
.fw-500 {
	font-weight:500;
}

.fw-600 {
	font-weight:600;
}

.fw-700 {
	font-weight:700;
}

.fw-800 {
	font-weight:800;
}

.fw-900 {
	font-weight:900;
}
/* ---------------------------- */


/* -------------- Text Color -------------- */
.text-white {
	color:#fff;
}

.text-red {
	color:#ff2727;
}

.text-dark1 {
	color:#010101;
}

.text-dark4 {
	color:#454545;
}

.text-dark5 {
	color:#555555;
}

.text-blue {
	color:#236cb6;
}

.text-blue6 {
	color:#63c5f0;
}

/* ---------------------------- */


/* -------------- Flex -------------- */
.d-flex {
	display: flex;
}
/* ---------------------------- */


/* -------------- Flex Wrap -------------- */
.flex-wrap {
	display:wrap;
}

@media (max-width:1200px) {
	.flex-xl-wrap {
		flex-wrap: wrap;
	}
}
@media (max-width:1024px) {
	.flex-lg-wrap {
		flex-wrap: wrap;
	}
}
@media (max-width:768px){
	.flex-md-wrap {
		flex-wrap: wrap;
	}
}
@media (max-width:576px){
	.flex-sm-wrap {
		flex-wrap: wrap;
	}
}
/* ---------------------------- */


/* -------------- Flex Justify -------------- */
.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

@media screen and (min-width:1201px) {
	.justify-content-xl-between {
		justify-content: space-between;
	}
}
@media screen and (min-width:1025px){
	.justify-content-lg-between {
		justify-content: space-between;
	}
	
}
@media screen and (min-width:769px){
	.justify-content-md-between {
		justify-content: space-between;
	}
}
@media screen and (min-width:577px){
	.justify-content-sm-between {
		justify-content: space-between;
	}
}
/* ---------------------------- */


/* -------------- Flex Align -------------- */
.align-items-center {
	align-items: center;
}

.align-items-start {
	align-items:flex-start;
}

.align-items-end {
	align-items:flex-end;
}

/* ---------------------------- */


/* -------------- Width / Height -------------- */
.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:576px) {

}
/* ---------------------------- */


/* -------------- Margin -------------- */
.mb-6 {
	margin-bottom:6px;
}

.mb-10 {
	margin-bottom:10px;
}

.mb-20 {
	margin-bottom:20px;
}

.mb-30 {
	margin-bottom:30px;
}

.mb-40 {
	margin-bottom:40px;
}

.mb-60 {
	margin-bottom:60px;
}

.mb-80 {
	margin-bottom:80px;
}

.mb-120 {
	margin-bottom:120px;
}

.mt-20 {
	margin-top:20px;
}

.mt-40 {
	margin-top:40px;
}

.my-40 {
	margin:40px 0px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	.mb-20 {
		margin-bottom:16px;
	}

	.mb-30 {
		margin-bottom:24px;
	}

	.mb-40 {
		margin-bottom:34px;
	}

	.mb-60 {
		margin-bottom:40px;
	}

	.mb-80 {
		margin-bottom:60px;
	}

	.mb-120 {
		margin-bottom:100px;
	}	

	.mt-20 {
		margin-top:16px;
	}

	.mt-40 {
		margin-top:34px;
	}

	.my-40 {
		margin:34px 0px;
	}
}
@media (max-width:768px) {
	.mb-20 {
		margin-bottom:10px;
	}

	.mb-30 {
		margin-bottom:20px;
	}

	.mb-40 {
		margin-bottom:28px;
	}

	.mb-60 {
		margin-bottom:34px;
	}

	.mb-80 {
		margin-bottom:40px;
	}

	.mb-120 {
		margin-bottom:80px;
	}	

	.mt-20 {
		margin-top:10px;
	}

	.mt-40 {
		margin-top:28px;
	}

	.my-40 {
		margin:28px 0px;
	}
}
@media (max-width:576px) {
	.mb-20 {
		margin-bottom:6px;
	}

	.mb-30 {
		margin-bottom:16px;
	}

	.mb-40 {
		margin-bottom:20px;
	}

	.mb-60 {
		margin-bottom:28px;
	}

	.mt-20 {
		margin-top:6px;
	}

	.mt-40 {
		margin-top:20px;
	}

	.my-40 {
		margin:20px 0px;
	}
}
/* ---------------------------- */


/* -------------- Container -------------- */
.container {
	max-width: 1790px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

.container-w1200 {
	max-width:1230px;
}

.container-w1280 {
	max-width:1310px;
}

.container-h100 {
	height:100%;
}
/* ---------------------------- */

#smooth-wrapper
#smooth-content {
	will-change: transform;
} 

/* -------------- Main -------------- */
#main {
	min-height:calc(100vh - 170px);
	overflow: hidden;
}

@media (max-width:1200px) {
	#main {
		padding-top:70px;
	}
}
/* ---------------------------- */


/* -------------- Header -------------- */
#header {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

#header .h-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
}

#header .h-inner {
	width: 91.6667vw;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0px 2%;
}

#header .h-background {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 91.6667vw;
	height:100%;
	margin:0 auto;
	background-color: #fff;
	border-radius:10px;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
	z-index:-1;
}

#header .h_logo {
	width:155px;
	height:48px;
}

#header .h_logo a {
	display: block;
	width:100%;
	height:100%;
	background: url('/child/img/common/h_logo.png') no-repeat center;
}

#header .h_menu {
	display: flex;
}

#header .h_menu__list {
	position: relative;
	padding:34px 50px;
}

#header .h_menu__link {
	display: block;
	font-size:1.8rem;
	font-weight:500;
}

#header .h_submenu {
	opacity:0;
	visibility: hidden;
	position: absolute;
	top:100%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width:100%;
	min-width:200px;
	background-color: #f4f4f4;
	box-shadow:3px 3px 5px rgba(0,0,0,.2);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease;
}

#header .h_submenu li {
	text-align: center;
	margin-top:20px;
}

#header .h_submenu a {
	font-size:1.8rem;
	font-weight:500;
	color:#292929;
}

#header .h_btn {
	max-width:160px;
	width:100%;
}

#header .h_btn__link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:48px;
	background: linear-gradient(90deg, rgba(99,197,240,1) 0%, rgba(35,108,182,1) 100%);
	border-radius:100px;
	font-size:1.8rem;
	font-weight:700;
	color:#fff;
} 

#header .h_global {
	position: relative;
}

#header .h_global--pc {
	display: block;
}

#header .h_global--mo {
	display: none;
}

#header .h_global__btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:68px;
	height:48px;
	cursor: pointer;
	z-index: 1;
	font-size:2rem;
	font-weight:700;
	color:#236cb6;
}

#header .h_global__btn::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:30px;
	border:1px solid #236cb6;
	pointer-events: none;
	z-index:-1;
	transition:all .3s ease;
}

#header .h_global__menu {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: auto;
	padding:11px 10px;
	opacity:0;
	overflow: hidden;
	visibility: hidden;
	border-radius:24px;
	background-color: #fff;
	border:1px solid #236cb6;
	text-align: center;
	transition:all .3s ease;
	z-index:10;
}

#header .h_global__menu li:not(:last-child) {
	margin-bottom:20px;
}

#header .h_global__menu a {
	display: block;
	font-size:2rem;
	font-weight:700;
	color:#afafaf;
}

#header .h_global--pc:hover .h_global__btn::after {
	opacity: 0;
}

#header .h_global--pc:hover .h_global__menu {
	opacity:1;
	visibility: visible;
}

/* #header .h_global__menu.on {
	opacity: 1;
	visibility: visible;
} */

#header .h_global__menu li.on a {
	color:#236cb6;
}

#header .h_mobile {
	display: none;
	position: absolute;
  top:0;
  right:0;
  width: 70px;
  height: 70px;
  z-index: 100000;
}

#header .h_mobile__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h_mobile__btn span {
  position: relative;
  margin: 0 auto;
}

#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  content: '';
  position: absolute;
}

#header .h_mobile__btn span,
#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #191919;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
	-moz-transition-property: margin, -webkit-transform;
	-ms-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
	-ms-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
	-moz-transition-property: margin, -webkit-transform;
	-ms-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
	-ms-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

#header.sticky .h-background {
	width:100vw;
	border-radius:0px;
}

@media (min-width:1201px) {
	#header .h_submenu li:first-child {
		margin-top:30px;
	}
	
	header .h_submenu li:last-child {
		margin-bottom:30px;
	}	

	#header.sticky {
		position: fixed;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}	

	#header.sticky .h-background {
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
	}

	#header .h_menu__list:hover .h_submenu {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width:1536px) {
	#header .h-background {
		width:96vw;
	}

	#header .h-inner {
		width:96vw;
		padding:0px 24px;
	}

	#header .h_menu__list {
		padding:28px 34px;
	}
}
@media (max-width:1366px) {
	#header .h-inner {
		padding:0px 20px;
	}

	#header .h_logo {
		width:140px;
		height:42px;
	}

	#header .h_logo a {
		background-size:auto 42px;
	}

	#header .h_menu__list {
		padding:24px;
	}

	#header .h_btn {
		max-width:140px;
	}

	#header .h_btn__link {
		height:42px;
	}
}
@media (max-width:1200px) {
	#header {
		position: fixed;
		transform: none;
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
	}

	#header .h-container {
		display: block;
		height:70px;
	}

	#header .h-background {
		width:100%;
		border-radius:0px;
	}

	#header .h-inner {
		display: block;
		width:100%;
		padding:0px;
	}

	#header .h_logo {
		position: absolute;
		top:18px;
		left:15px;
		width:112px;
		height:34px;
		z-index:99999;
	}

	#header .h_logo a {
		background-size:auto 34px;
	}

	#header .h_primary {
		position: fixed;
		top:0;
		right:-100%;
		width:100%;
		height:100%;
		padding:80px 20px 40px;
		background-color: #fff;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
    transition:all .4s ease;
		z-index:999;
	}

	#header .h_menu {
		display: block;
	}

	#header .h_menu__list {
		padding:0px;
	}

	#header .h_menu__link {
		position: relative;
		padding:20px 0px;
		border-bottom: 1px solid #d2d2d2;
	}

	#header .h_menu__toggle::before,
	#header .h_menu__toggle::after {
		content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    margin-top: -1px;
    background-color: #191919;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
    transition:all .4s ease;
	}

  #header .h_menu__toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
    opacity: 1;
  }

  #header .h_menu__toggle[aria-toggle="true"]::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
  }

  #header .h_menu__toggle[aria-toggle="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
  }

	#header .h_submenu {
		opacity:1;
		visibility: visible;
		overflow: hidden;
		position: relative;
		top:unset;
		left: unset;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
    max-height: 0px;
    padding: 0px;
    margin:0px;
		background-color: transparent;
		box-shadow: none;
	}

	#header .h_submenu li {
		text-align: left;
	}

	#header .h_submenu a {
		color:#999;
	}

	#header .h_btn {
		position: absolute;
		top:18px;
		right:70px;
		max-width:112px;
	}

	#header .h_global--pc {
		display: none;
	}

	#header .h_global--mo {
		display: block;
	}

	#header .h_global {
		position: absolute;
		top:24px;
		right:70px;
	}

	#header .h_global__mobile {
		display: flex;
		gap:12px;
	}

	#header .h_global__mobile a {
		display: block;
		font-size:1.8rem;
		font-weight:700;
		color:#555;
	}

	#header .h_global__mobile a.on {
		color:#236cb6;
	}

	#header .h_btn__link {
		height:34px;
		font-size:1.6rem;
	}

	#header .h_global__btn {
		width:60px;
		height:34px;
		font-size:1.6rem;
	}

	#header .h_mobile {
		display: block;
	}

	#header[data-header-mobile="on"] .h_primary {
		right:0;
	}

	#header .h_menu__link[aria-toggle="true"] + .h_submenu {
		max-height:500px;
		margin:0px 0px 20px;
	}
}
@media (max-width:1024px) {
	#header .h_menu__link {
		font-size:1.6rem;
	}

	#header .h_submenu a {
		font-size:1.6rem;
	}
}
@media (max-width:768px) {
	#header .h_menu__link {
		font-size:1.5rem;
	}

	#header .h_submenu a {
		font-size:1.5rem;
	}

	#header .h_btn__link {
		font-size:1.5rem;
	}
}
@media (max-width:576px) {
	#header .h_logo {
		top:20px;
		width: 100px;
		height:30px;
	}

	#header .h_logo a {
		background-size:auto 30px;
	}

	#header .h_menu__link {
		font-size:1.4rem;
	}

	#header .h_submenu a {
		font-size:1.4rem;
	}

	#header .h_btn {
		top:21px;
		max-width:100px;
	}

	#header .h_btn__link {
		height:28px;
		font-size:1.4rem;
	}
}
/* ---------------------------- */


/* -------------- Footer -------------- */
#footer {
	padding:40px 0px;
	background-color: #383838;
}

#footer .f-container {
	max-width:1790px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

#footer .f-top {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e4e4e4;
}

#footer .f-btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .f_info {
	display: flex;
	flex-wrap: wrap;
	margin:0px -30px;
}

#footer .f_info li {
	position: relative;
	font-size:1.4rem;
	line-height:1.7;
	color:#fff;
	padding:0px 30px;
}

#footer .f_info li:first-child {
	width:100%;
}

#footer .f_info li.at::after {
	content:"";
	display: block;
	position: absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:2px;
	height:13px;
	background-color: #fff;
}

#footer .f_copyright {
	font-size:1.4rem;
	font-weight:600;
	color:#fff;
}

#footer .f_btn {
	font-size:1.4rem;
	font-weight:600;
	color:#fff;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
	#footer {
		padding:34px 0px;
	}

	#footer .f-top {
		padding-bottom:16px;
		margin-bottom:16px;
	}

	#footer .f_info {
		margin:0px -24px;
	}

	#footer .f_info li {
		font-size:1.3rem;
		padding:0px 24px;
	}

	#footer .f_info li.at::after {
		height:11px;
	}

	#footer .f_copyright {
		font-size:1.3rem;
	}

	#footer .f_btn {
		font-size:1.3rem;
	}
}
@media (max-width:768px) {
	#footer {
		padding:28px 0px;
	}

	#footer .f-top {
		padding-bottom:10px;
		margin-bottom:10px;
	}

	#footer .f_info {
		text-align: center;
		margin:0px -16px;
	}

	#footer .f_info li {
		width:100%;
		padding:0px 16px;
	}

	#footer .f_info li.at::after {
		display: none;
	}
}
@media (max-width:576px) {
	#footer .f_info li {
		font-size:1.2rem;
	}

	#footer .f_copyright {
		font-size:1.2rem;
	}

	#footer .f_btn {
		font-size:1.2rem;
	}
}
/* ---------------------------- */


/* -------------- Quick -------------- */
#quick {
	position: fixed;
	right:130px;
	bottom:80px;
	z-index:99;
}

#quick a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#quick .img {
	font-size:0px;
	margin-bottom:10px;
}

#quick .text {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height:32px;
	padding:0px 16px;
	border-radius:100px;
	background-color: #ffffff;
	border:1px solid #236cb6;
}

#quick .text .t01 {
	font-size:1.8rem;
	font-weight:600;
	color:#236cb6;
}

@media (max-width:1536px) {
	#quick {
		right:60px;
		bottom:60px;
	}
}
@media (max-width:1200px) {
	#quick {
		right:40px;
		bottom:40px;
	}

	#quick .img  img{
		width:86px;
	}

	#quick .text .t01 {
		font-size:1.6rem;
	}
}
@media (max-width:1024px) {
	#quick {
		right:30px;
		bottom:30px;
	}
}
@media (max-width:768px){
	#quick {
		right:24px;
		bottom:24px;
	}

	#quick .img {
		margin:0px;
	}

	#quick .img  img{
		width:66px;
	}

	#quick .text {
		display: none;
	}
}
@media (max-width:576px){
	#quick {
		right:20px;
		bottom:20px;
	}

	#quick .img  img{
		width:56px;
	}
}
/* ---------------------------- */


/* -------------- Smooth Content -------------- */
#smooth-content {
  will-change: transform;
}
/* ---------------------------- */

.dis-none {
	display: none;
}