/* Rest */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #000;
	font-family: 'Wanted Sans', sans-serif;
	font-size: 62.5% !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-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;
	border: none;
	outline: none;
	cursor: pointer;
	color: inherit;
	-webkit-appearance: none;
	background: none;
}

select {
	outline: none;
	border: 1px solid transparent;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent;
}

:focus {
	outline: none;
}

::placeholder {
	color:#bbbbbb;
}

em, i {
	font-style: normal;
}

@-webkit-keyframes entry {
	to{opacity: 1;}
}

@keyframes entry {
	to{opacity: 1;}
}


/* Br */
.sm {
	display: block;
}

@media screen and (max-width:1024px) {
	.pc {
		display: none;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	.sm {
		display: none;
	}
}


/* Hidden */
.hidden {
	overflow: hidden;
}

/* 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);
}


/* Display */
.d-inline-block {
	display: inline-block;
}

.d-inline-flex {
	display: inline-flex;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
}

@media screen and (min-width:1201px) {

}
@media screen and (min-width:1025px){
	.d-lg-flex {
		display: flex;
	}
}
@media screen and (min-width:577px){

}
@media screen and (max-width:576px){
	.flex-sm-wrap {
		flex-wrap: wrap;
	}
}


/* Text Align */
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}


/* Family */
.fm-pretendard {
	font-family: 'Pretendard', sans-serif;
}

/* Weight */
.fw-400 {
	font-weight:400;
}

.fw-500 {
	font-weight:500;
}

.fw-600 {
	font-weight:600;
}

.fw-700 {
	font-weight:700;
}

.fw-800 {
	font-weight:800;
}


/* Color */
.text-white {
	color:#fff;
}

.text-point {
	color:#f26521;
}

.text-red {
	color:#ff2727;
}

.text-red2 {
	color:#ff0101;
}

.text-blue {
	color:#0422ff;
}

.text-blue2 {
	color:#0101ff;
}

.text-gray5 {
	color:#cccccc;
}

.text-gray6 {
	color:#acacac;
}

.text-gray7 {
	color:#7a7a7a;
}

.text-gray8 {
	color:#828282;
}

.text-gray9 {
	color:#999999;
}

.text-dark1 {
	color:#111111;
}

.text-dark2 {
	color:#212121;
}

.text-dark3 {
	color:#333333;
}

.text-dark4 {
	color:#414141;
}

.text-dark5 {
	color:#555555;
}


/* Width */
.w100 {
	width: 100%;
}


/* Position */
.position-relative {
	position: relative;
}


/* Container */
.container {
	max-width:1440px;
	width:95%;
	margin:0 auto;
}

.container-w720 {
	max-width: 720px;
}


/* Wrap */
.wrap--none {
	padding-top:0px !important;
}

@media screen and (max-width:1200px) {
	.wrap {
		padding-top:78px;
	}
}


/* Main */
#main {
	min-height: calc(100vh - 220px);
	overflow: hidden;
}


/* Header */
#header[data-header-theme = "header-sub"] {
	border-bottom: 1px solid #f4f4f4;
}

#header {
	position: relative;
	z-index:99;
}

#header .h-band {
	width: 100%;
	height:36px;
	background-color: #f26521;
}

#header .h-container {
	max-width:1680px;
	width: 95%;
	margin:0 auto;
}

#header .h-inner {
	display: flex;
	justify-content: center;
	position: relative;
	width:100%;
}

#header .screen_pc {
	display: block;
}

#header .screen_mo {
	display: none;
}

/* S:Brand Logo */
#header .h_logo01 {
	position: absolute;
	top:16px;
	left:0px;
	width:255px;
	height:64px;
	z-index:100;
}

#header .h_logo02 {
	position: absolute;
	top:20px;
	left:0px;
	width:202px;
	height:56px;
	z-index:100;
}

#header .h_logo03 {
	position: absolute;
	top:18px;
	left:0px;
	width:182px;
	height:60px;
	z-index:100;
}

#header .h_logo04 {
	position: absolute;
	top:18px;
	left:0px;
	width:204px;
	height:60px;
	z-index:100;
}

#header .h_logo05 {
	position: absolute;
	top:28px;
	left:0px;
	width:270px;
	height:40px;
	z-index:100;
}

#header .h_logo06 {
	position: absolute;
	top:32px;
	left:0px;
	width:240px;
	height:32px;
	z-index:100;
}

#header .h_logo07 {
	position: absolute;
	top:20px;
	left:0px;
	width:188px;
	height:56px;
	z-index:100;
}

#header .h_logo08 {
	position: absolute;
	top:20px;
	left:0px;
	width:253px;
	height:55px;
	z-index:100;
}

#header .h_logo09 {
	position: absolute;
	top:23px;
	left:0px;
	width:231px;
	height:50px;
	z-index:100;
}

#header .h_logo10 {
	position: absolute;
	top:23px;
	left:0px;
	width:260px;
	height:50px;
	z-index:100;
}

#header .h_logo11 {
	position: absolute;
	top:20px;
	left:0px;
	width:115px;
	height:56px;
	z-index:100;
}

#header .h_logo a {
	display: block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
}

#header .h_logo01 a {
	background-image: url('../img/common/h_logo01.png');
}

#header .h_logo02 a {
	background-image: url('../img/common/h_logo02.png');
}

#header .h_logo03 a {
	background-image: url('../img/common/h_logo03.png');
}

#header .h_logo04 a {
	background-image: url('../img/common/h_logo04.png');
}

#header .h_logo05 a {
	background-image: url('../img/common/h_logo05.png');
}

#header .h_logo06 a {
	background-image: url('../img/common/h_logo06.png');
}

#header .h_logo07 a {
	background-image: url('../img/common/h_logo07.png');
}

#header .h_logo08 a {
	background-image: url('../img/common/h_logo08.png');
}

#header .h_logo09 a {
	background-image: url('../img/common/h_logo09.png');
}

#header .h_logo10 a {
	background-image: url('../img/common/h_logo10.png');
}

#header .h_logo11 a {
	background-image: url('../img/common/h_logo11.png');
}
/* E:Brand Logo */

#header .h_side {
	display: flex;
	position: absolute;
	top:24px;
	right:0px;
	margin: 0px -12px;
}

#header .h_side a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:0px 12px;
	text-align: center;
	font-size:0px;
}

#header .h_side .icon {
	display: block;
	width:24px;
	height:24px;
	background-repeat: no-repeat;
	background-position: center;
}

#header .h_side .icon-brochure {
	background-image: url('../img/common/h_brochure.png');
}

#header .h_side .icon-mypage {
	background-image: url('../img/common/h_mypage.png');
}

#header .h_side .icon-login {
	background-image: url('../img/common/h_login.png');
}

#header .h_side .icon-logout {
	background-image: url('../img/common/h_logout.png');
}

#header .h_side p {
	font-size:1.4rem;
	margin-top:8px;
}

#header .h_menu {
	display: flex;
	align-items: center;
}

#header .h_menu__list {
	position: relative;
}

#header .h_menu__link {
	display: block;
	font-size:2rem;
	font-weight:600;
	color:#212121;
	padding:26px 20px;
}

#header .h_menu__link h2 {
	font-size: inherit;
	font-weight: inherit;
	padding:10px 20px;
	background-color: transparent;
	border-radius:50px;
	-webkit-transition:background-color .3s ease;
	transition:background-color .3s ease;
}

#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: #000;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-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;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-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;
	background-color: #000;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
	margin-top: 0;
	background-color: #000;
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}


/* Header Sub */
#header .h_submenu {
	position: absolute;
	top:100%;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 260px;
	width:100%;
	height:auto;
	padding:40px;
	background-color: #fff;
	border:1px solid #212121;
	opacity:0;
	visibility: hidden;
	z-index:10;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

#header .h_submenu li {
	padding-top:20px;
}

#header .h_submenu li:first-child {
	padding-top:0px;
}

#header .h_submenu a {
	font-size:1.8rem;
	font-weight:500;
}


/* Header Deps */
#header .deps-layer {
	position: absolute;
	top:100%;
	left:0;
	width:auto;
	height: auto;
	min-height:640px;
	background-color: #fff;
	border:1px solid #212121;
	box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.15);
	opacity:0;
	visibility: hidden;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

#header .deps-menu {
	padding:20px 0px 40px;
}

#header .deps-menu__list {
	height:41px;
}

#header .deps-menu__link {
	display: block;
	position: relative;
	width:230px;
	padding:20px 0px 0px 40px;
	font-size:1.8rem;
	font-weight:500;
}

#header .one-deps {
	display: none;
	position: absolute;
	top: 0;
	left: 230px;
	height: 100%;
	min-height: 718px;
	padding:20px 0px 40px;
	background-color: #f6f6f6;
	margin: -1px 0 0 0;
	border-top:1px solid #212121;
	border-right:1px solid #212121;
	border-bottom:1px solid #212121;
	box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.15);
	z-index: 2;
}

#header .one-deps__list {
	width:230px;
	height:39px;
}

#header .one-deps__link {
	display: block;
	position: relative;
	font-size:1.6rem;
	color:#333333;
	padding:20px 0px 0px 40px;
}

#header .two-deps {
	display: none;
	position: absolute;
	top:0;
	left:230px;
	width:230px;
	height: 100%;
	padding:20px 0px 40px;
	background-color: #f9f9f9;
	z-index: 4;
}

#header .two-deps li {
	width:230px;
	height:39px;
}

#header .two-deps a {
	display: block;
	position: relative;
	font-size:1.6rem;
	color:#888888;
	padding:20px 0px 0px 40px;
}

@media screen and (min-width:1201px) {
	#header .h_menu__all:hover .deps-layer {
		top:80px;
		opacity:1;
		visibility: visible;
		height:auto;
	}

	#header .deps-menu__list.hover .one-deps {
		display: block;
		width:460px;
		height:100%;
		overflow: hidden;
	}

	#header .one-deps__list.hover .two-deps {
		display: block;
	}

	#header .h_menu__all .deps-layer a:hover {
		font-weight:600;
		text-decoration: underline;
		text-underline-offset:6px;
	}


	#header .h_menu__list:hover .h_submenu {
		top:80px;
		opacity: 1;
		visibility: visible;
	}

	#header .h_submenu a:hover {
		font-weight:600;
		text-decoration: underline;
		text-underline-offset:6px;
	}
}
@media screen and (max-width:1366px) {
	#header .h_logo01 {
		top:19px;
		width:230px;
		height:58px;
	}

	#header .h_logo01 a {
		background-size:auto 58px;
	}
}
@media screen and (max-width:1280px) {
	#header .h_menu__link {
		padding: 26px 16px;
	}
}
@media screen and (max-width:1200px) {
	#header {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:78px;
		background-color: #fff;
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
	}

	#header .h-band {
		height:8px;
	}

	#header .h-container {
		width: 100%;
	}

	#header .screen_pc {
		display: none;
	}

	#header .screen_mo {
		display: block;
	}

	#header .h_logo01 {
		top:14px;
		left:20px;
		width:168px;
		height:42px;
	}

	#header .h_logo01 a {
		background-size:auto 42px;
	}

	#header .h_logo02 {
		top:18px;
		left:20px;
		width:154px;
		height:42px;
	}

	#header .h_logo02 a {
		background-size:auto 42px;
	}

	#header .h_logo03 {
		top:18px;
		left:20px;
		width:128px;
		height:42px;
	}

	#header .h_logo03 a {
		background-size:auto 42px;
	}

	#header .h_logo04 {
		top:18px;
		left:20px;
		width:145px;
		height:42px;
	}

	#header .h_logo04 a {
		background-size:auto 42px;
	}

	#header .h_logo05 {
		top:24px;
		left:20px;
		width:205px;
		height:30px;
	}

	#header .h_logo05 a {
		background-size:auto 30px;
	}

	#header .h_logo06 {
		top:26px;
		left:20px;
		width:196px;
		height:26px;
	}

	#header .h_logo06 a {
		background-size:auto 26px;
	}

	#header .h_logo07 {
		top:18px;
		left:20px;
		width:140px;
		height:42px;
	}

	#header .h_logo07 a {
		background-size:auto 42px;
	}

	#header .h_logo08 {
		top:18px;
		left:20px;
		width:190px;
		height:41px;
	}

	#header .h_logo08 a {
		background-size:auto 41px;
	}

	#header .h_logo09 {
		top:22px;
		left:20px;
		width:158px;
		height:34px;
	}

	#header .h_logo09 a {
		background-size:auto 34px;
	}

	#header .h_logo10 {
		top:22px;
		left:20px;
		width:178px;
		height:34px;
	}

	#header .h_logo10 a {
		background-size:auto 34px;
	}

	#header .h_logo11 {
		top:18px;
		left:20px;
		width:86px;
		height:42px;
	}

	#header .h_logo11 a {
		background-size:auto 42px;
	}

	#header .h_mobile {
		display: block;
	}

	#header .h_gnb {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap:60px;
		position: fixed;
		top:8px;
		left: 0;
		width: 100%;
		height: 100%;
		padding:90px 20px 60px;
		background-color: #f9f9f9;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
		z-index:150;
	}

	#header .h_gnb::after {
		content: "";
		display: block;
		position: fixed;
		top:8px;
		left:0;
		width: 100%;
		height:70px;
		background-color: #fff;
		z-index:200;
		opacity:0;
		visibility: hidden;
		-webkit-transition:all .35s ease;
		transition:all .35s ease;
	}

	#header .gnb-side {
		display: flex;
		align-items: center;
		gap:20px;
		position: fixed;
		top:31px;
		left:20px;
		z-index: 300;
	}

	#header .gnb-side a {
		display: block;
		font-size:1.4rem;
		font-weight:500;
	}

	#header .gnb-side .icon {
		display: block;
		width:20px;
		height:20px;
		background-repeat: no-repeat;
		background-position: center;
		background-size:auto 20px;
	}

	#header .gnb-side .icon-mypage {
		background-image: url('../img/common/h_mypage.png');
	}

	#header .gnb-side .icon-login {
		background-image: url('../img/common/h_login.png');
	}

	#header .gnb-side .icon-logout {
		background-image: url('../img/common/h_logout.png');
	}

	#header .gnb-menu__list {
		position: relative;
	}

	#header .gnb-menu__link {
		display: block;
		position: relative;
		font-size:1.8rem;
		font-weight:600;
		padding:15px 0px;
		border-bottom: 1px solid #9a9a9a;
	}

	#header .gnb-menu__link h2 {
		font-size: inherit;
		font-weight: inherit;
		color:inherit;
	}

	#header .gnb-menu__toggle::before,
	#header .gnb-menu__toggle::after {
		content: "";
    display: block;
    position: absolute;
    top: 50%;
    right:10px;
    width: 12px;
    margin-top: -1px;
    background-color: #000;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition:all .35 ease;
    transition:all .35 ease;
	}

  #header .gnb-menu__toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
    opacity: 1;
  }

  #header .gnb-menu__toggle[aria-toggle="true"]::before {
    -webkit-transform: rotate(0deg);
		transform: rotate(0deg);
  }

  #header .gnb-menu__toggle[aria-toggle="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
		transform: rotate(180deg);
  }

	#header .gnb_submenu {
		position: relative;
		top:unset;
		left: unset;
		-webkit-transform: none;
		transform: none;
		height:auto;
		max-height: 0px;
		padding: 0px;
		margin:0px;
		overflow: hidden;
		visibility: visible;
		text-align: left;
		-webkit-transition:all .35s ease;
		transition:all .35s ease;
	}

	#header .gnb_submenu li {
		margin-top:15px;
	}

	#header .gnb_submenu a {
		font-size: 1.6rem;
		font-weight:500;
	}

	#header .gnb-download {
		display: flex;
		align-items: center;
		justify-content: center;
		gap:10px;
		width:100%;
		padding:12px 0px;
		border:1px solid #f26521;
		border-radius:10px;
		font-size:0px;
	}

	#header .gnb-download .icon {
		display: block;
		width:20px;
		height:20px;
		background: url('../img/common/h_brochure.png') no-repeat center / auto 20px;
	}

	#header .gnb-download p {
		font-size:1.3rem;
		font-weight:500;
	}

	#header[data-header-mobile = "on"] .h_gnb {
		opacity: 1;
		visibility: visible;
	}

	#header[data-header-mobile = "on"] .h_gnb::after {
		opacity: 1;
		visibility: visible;
	}

	#header .gnb-menu__toggle[aria-toggle="true"] + .gnb_submenu {
		max-height:280px;
		margin:0px 0px 15px;
	}
}
@media screen and (max-width:1024px) {
	#header .gnb-menu__link {
		font-size:1.6rem;
	}

	#header .gnb_submenu a {
		font-size:1.4rem;
	}

	#header .gnb-download p {
		font-size:1.2rem;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	#header .gnb-download {
		gap:6px;
	}

	#header .gnb-download .icon {
		width:16px;
		height:16px;
		background-size: auto 16px;
	}
}


/* Footer */
#footer {
	background-color: #f6f6f6;
}

#footer .f-container {
	max-width:1440px;
	width:95%;
	margin:0 auto;
}

#footer .f-top {
	border-bottom: 1px solid #212121;;
}

#footer .f-btm {
	position: relative;
	padding:20px 0px 40px;
}

#footer .f_logo {
	position: absolute;
	top:20px;
	right: 0;
	width:240px;
	height:60px;
	background: url('../img/common/f_logo.png') no-repeat center;
}

#footer .f_info {
	display: flex;
	flex-wrap: wrap;
	max-width:1000px;
	width:100%;
	margin:-8px -30px;
}

#footer .f_info li {
	font-size:1.4rem;
	line-height:.8;
	margin:8px 0px;
	padding:0px 30px;
}

#footer .f_info li.line {
	border-right: 1px solid #000;
}

#footer .f_copy {
	font-size: 1.4rem;
	font-weight:600;
	margin-top:20px;
}

#footer .f_member {
	display: flex;
	align-items: center;
	margin:0px -20px;
}

#footer .f_member a {
	display: block;
	font-size:1.6rem;
	font-weight:600;
	padding: 20px;
}

@media screen and (max-width:1200px) {
	#footer .f_logo {
		width:196px;
		height: 48px;
		background-size: auto 48px;
	}

	#footer .f_info {
		max-width:860px;
		margin:-8px -12px;
	}

	#footer .f_info li {
		padding:0px 12px;
	}
}
@media screen and (max-width:1024px) {
	#footer .f_logo {
		position: relative;
		top:unset;
		right:unset;
		margin-bottom:20px;
	}

	#footer .f_info li {
		font-size:1.3rem;
	}

	#footer .f_copy {
		font-size:1.3rem;
		margin-top: 16px;
	}

	#footer .f_member {
		margin:0px -16px;
	}

	#footer .f_member a {
		font-size:1.5rem;
		padding: 16px;
	}
}
@media screen and (max-width:768px) {
	#footer .f_info li {
		width: 100%;
		line-height: inherit;
	}

	#footer .f_info li.line {
		border:0px;
	}

	#footer .f_info b {
		display: block;
		margin-bottom:4px;
	}
}
@media screen and (max-width:576px) {
	#footer .f-btm {
		padding:20px 0px 30px;
	}

	#footer .f_logo {
		width:160px;
		height:40px;
		background-size: auto 40px;
	}

	#footer .f_info li {
		font-size:1.2rem;
	}

	#footer .f_copy {
		font-size:1.2rem;
	}

	#footer .f_member {
		margin: 0px -10px;
	}

	#footer .f_member a {
		font-size:1.4rem;
		padding:12px 10px;
	}
}


/* Quick */
#quick {
	position: fixed;
	right:60px;
	bottom:60px;
	z-index: 90;
	animation: quick-ani 1s ease forwards;
}

#quick .quick-menu li {
	position: relative;
}

#quick .quick-menu li:not(:last-child) {
	margin-bottom: 6px;
}

#quick .quick-menu .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
	width: auto;
	height:36px;
	padding:0px 20px;
	background-color: #7f7f7f;
	border-radius:50px;
	text-align: center;
	white-space: nowrap;
	opacity:0;
	visibility: hidden;
	transition: all .5s ease;
}

#quick .quick-menu .txt span {
	font-size:2rem;
	line-height:1;
}

#quick .quick-menu .icon {
	width:48px;
	height:48px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: relative;
	z-index:20;
}

#quick .quick-menu .icon01 {
	background-image: url('../img/common/q_ico01.png');
}

#quick .quick-menu .icon02 {
	background-image: url('../img/common/q_ico02.png');
}

#quick .quick-menu .icon03 {
	background-image: url('../img/common/q_ico03.png');
}

#quick .quick-menu .icon04 {
	background-image: url('../img/common/q_ico04.png');
}

#quick .quick-menu .icon05 {
	background-image: url('../img/common/q_ico05.png');
}

#quick .quick-menu .icon06 {
	background-image: url('../img/common/q_ico06.png');
}

@keyframes quick-ani {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (min-width:1201px) {
	#quick .quick-menu li:hover .txt {
		right: 58px;
		opacity:1;
		visibility: visible;
	}
}
@media screen and (max-width:1024px) {
	#quick {
		right:30px;
		bottom:30px;
	}

	#quick .quick-menu .icon {
		width:40px;
		height:40px;
		background-size:auto 40px;
	}
}
@media screen and (max-width:768px) {
	#quick {
		right:20px;
		bottom:20px;
	}

	#quick .quick-menu li:not(:last-child) {
		margin-bottom: 4px;
	}

	#quick .quick-menu .icon {
		width:34px;
		height:34px;
		background-size:auto 34px;
	}
}
@media screen and (max-width:576px) {
	#quick {
		right:15px;
		bottom:15px;
	}
}


/* Background Color */
.bg-white6 {
	background-color: #f6f6f6;
}

.bg-pink {
	background-color: #fef7f4;
}


/* Margin */
.mr-20 {
	margin-right:20px;
}

.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;
}

.mt-10 {
	margin-top:10px;
}

.mt-20 {
	margin-top:20px;
}

.mt-40 {
	margin-top:40px;
}

.mt-80 {
	margin-top:80px;
}

.my-40 {
	margin:40px 0px;
}

@media screen and (max-width:1536px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.mr-20 {
		margin-right:16px;
	}

	.mb-10 {
		margin-bottom:6px;
	}

	.mb-20 {
		margin-bottom:16px;
	}

	.mb-30 {
		margin-bottom:20px;
	}

	.mb-40 {
		margin-bottom:30px;
	}

	.mb-60 {
		margin-bottom:40px;
	}

	.mb-80 {
		margin-bottom:60px;
	}

	.mt-10 {
		margin-top:6px;
	}

	.mt-20 {
		margin-top:16px;
	}

	.mt-40 {
		margin-top:30px;
	}

	.mt-80 {
		margin-top:60px;
	}

	.my-40 {
		margin:30px 0px;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
	.mr-20 {
		margin-right:10px;
	}

	.mb-10 {
		margin-bottom:4px;
	}

	.mb-20 {
		margin-bottom:10px;
	}

	.mb-30 {
		margin-bottom:16px;
	}

	.mb-40 {
		margin-bottom:20px;
	}

	.mb-60 {
		margin-bottom:30px;
	}

	.mb-80 {
		margin-bottom:40px;
	}

	.mt-10 {
		margin-top:4px;
	}

	.mt-20 {
		margin-top:10px;
	}

	.mt-40 {
		margin-top:20px;
	}

	.mt-80 {
		margin-top:40px;
	}

	.my-40 {
		margin:20px 0px;
	}
}


/* Padding */
.pb-20 {
	padding-bottom:20px;
}

.pb-40 {
	padding-bottom:40px;
}

.pb-80 {
	padding-bottom:80px;
}

.pt-40 {
	padding-top:40px;
}

.pt-80 {
	padding-top:80px;
}

.py-40 {
	padding:40px 0px;
}

.py-80 {
	padding:80px 0px;
}

.py-120 {
	padding:120px 0px;
}

.py-200 {
	padding:200px 0px;
}

.pa-40 {
	padding:40px;
}

@media screen and (max-width:1024px) {
	.pb-20 {
		padding-bottom:16px;
	}

	.pb-40 {
		padding-bottom:30px;
	}

	.pb-80 {
		padding-bottom:60px;
	}

	.pt-40 {
		padding-top:30px;
	}

	.pt-80 {
		padding-top:60px;
	}

	.py-40 {
		padding:30px 0px;
	}

	.py-80 {
		padding:60px 0px;
	}

	.py-120 {
		padding:100px 0px;
	}

	.py-200 {
		padding:160px 0px;
	}

	.pa-40 {
		padding:30px;
	}
}
@media screen and (max-width:768px) {
	.py-200 {
		padding:120px 0px;
	}
}
@media screen and (max-width:576px) {
	.pb-20 {
		padding-bottom:10px;
	}

	.pb-40 {
		padding-bottom:20px;
	}

	.pb-80 {
		padding-bottom:40px;
	}

	.pt-40 {
		padding-top:20px;
	}

	.pt-80 {
		padding-top:40px;
	}

	.py-40 {
		padding:20px 0px;
	}

	.py-80 {
		padding:40px 0px;
	}

	.py-120 {
		padding:80px 0px;
	}

	.py-200 {
		padding:100px 0px;
	}

	.pa-40 {
		padding:20px;
	}
}


/* Popup */
#popup {
	position: relative;
}

.popup-layer {
	z-index: 10000;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
	animation: popup-fade .65s ease-in-out .35s forwards;
	opacity: 0;
	max-width:800px;
}

@keyframes popup-fade {
	0% { opacity: 0;
		-webkit-transform: translateY(25px);
		-ms-transform: translateY(25px);
		transform: translateY(25px); }
	100% { opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0); }
}
.popup-layer__body {
	background: #fff;
}

.popup-layer__body img {
	display: block;
	margin: 0 auto;
	border: none;
	max-width: 100%;
}

.popup-layer__foot {
	background: #424242;
}

.popup-layer__foot ul {
	display:flex;
	flex-wrap: wrap;
}

.popup-layer__foot li {
	width:50%;
	padding:10px;
}

.popup-layer__foot li:first-child {
	padding-right:0;
}

.popup-layer__foot li:last-child {
	text-align: right;
}

.popup-layer__foot span {
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
	transition:all 0.3s ease;
}

.popup-layer__foot label:hover span { opacity: .7; }

/* .popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; } */


@media (max-width: 1024px){
	/* .popup-layer { z-index: 999; } */
	.popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
}
@media (max-width: 768px){

	.popup-layer {
		width:calc(100% - 10px);
	}

	.popup-layer img {
		max-width: none;
		width:100%;
		height: auto !important;
	}
	.popup-layer-foot span { font-size: 14px; }

}
@media (max-width: 375px){
	.popup-layer-foot li { width: 100%; }
	.popup-layer-foot li:last-child { text-align: left; }
}
