

/* 폰트 시작 */

@charset "utf-8";

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}


@font-face {
	font-family: 'Noto Sans KR', sans-serif;
	font-style: normal;
	font-weight: 300;
	src: local('NotoSansKR-Regular'), format('woff');
}

/* Bold */
@font-face {
	font-family: 'Noto Sans KR', sans-serif;
	font-style: normal;
	font-weight: 700;
	src: local('NotoSansKR-Bold'), format('woff');
}
/*
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url(//script.ebay.co.kr/fonts/GmarketSansBold.woff2) format('woff2'),
	url(//script.ebay.co.kr/fonts/GmarketSansBold.woff) format('woff'); 
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url(//script.ebay.co.kr/fonts/GmarketSansMedium.woff2) format('woff2'), 
	url(//script.ebay.co.kr/fonts/GmarketSansMedium.woff) format('woff'); 
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url(//script.ebay.co.kr/fonts/GmarketSansLight.woff2) format('woff2'),
	url(//script.ebay.co.kr/fonts/GmarketSansLight.woff) format('woff'); 
}
*/

/* *{
  border: 1px dotted red;
} */

html, body {
	font-family: 'Noto Sans KR', sans-serif!important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  color:#222;
  font-size: 16px;
  background-color: white;
}

body {
  width: 100%;
  padding: 0!important;
  margin: 0;
  /* max-width: 1350px; */
  /* background-image: url('/resource/image/backgroundimage.png');
  background-position: top;
  background-repeat: no-repeat; */
  text-align: center;
  height: auto;
}

button {
    /* font-family: 'Varela Round',sans-serif !important; */
    /* font-size: 1.2em !important; */
    text-transform:none !important;
}

hr {
  margin:5px;
  padding:0px;
  border: none;
  border-top: 1px solid #aaaaaa;
  height: 1px;
}

.btn-sm {
  font-size: 0.6rem !important;
}

a{
  /* color: white !important; */
  text-decoration: none !important;
}

/* a:hover{ */
  /* text-decoration: underline; */
/* } */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/*------------------
# 헤더
-------------------*/

#header {
	font-family: Gmarket Sans;
	height: 100px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 888;
    /* background-color: #fff; */
}

.containerBoxWrap {
	max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
	height: 100%;
    position: relative;
    margin: 0 auto;
}

#header .logo {
    font-family: 'Gmarket Sans';
    position: absolute;
    left: 17px;
    margin: 0;
    padding: 0;
	top: 28px;
    cursor: pointer;
	transition:all 0.3s;
}

#header .logo a{
	font-weight: 500;
	color: #222222;
	font-size: 42px;
	color: #222222 !important;
}
#header .logo img{
	height:50px;
}

#header .logo a:hover{
	text-decoration:none;
}

#header.header-scrolled,
#header.header-pages {
    height: 100px;
	background-color: #fff;
}

/*------------------
# 뉴 좌측 햄버거 메뉴 css 시작
-------------------*/


/* CORE STYLES */
:root {
  --primary-color: rgba(13, 110, 139, 0.75);
  --overlay-color: rgba(24, 39, 51 , 0.85);
  --menu-speed: 0.75s;
}



.btn {
	display: inline-block;
	border: none;
	background: var(--primary-color);
	color: #fff;
	padding: 0.75rem 1.5rem;
	margin-top: 1rem;
	transition: opacity 1s ease-in-out;
	text-decoration: none;
}

.btn:hover {
	opacity: 0.7;
}

/* MENU STYLES */
.menu-wrap {
	display:none;
	transition:all 0.3s;
    position: absolute;
    left: 0px;
    top: 70px;
    z-index: 800;
}

.menu-wrap .toggler {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	cursor: pointer;
	width: 50px;
	height: 50px;
	opacity: 0;
}

.menu-wrap .hamburger {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 950;
	width: 50px;
	height: 50px;
	padding: 12px 10px 12px 10px;
	/* background: #ffffff; */
	/* border: 2px solid #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	width: 100%;
	height: 2px;
	background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
	top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
	transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
	transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
	visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
	transform: scale(1);
	transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
	opacity: 1;
	transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
	z-index: 900;	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-wrap .menu > div {
	position: relative;
	background: #fff;
	/* background: var(--overlay-color); */
	/* border-radius: 50%; */
	width: 100%;
    height: 100%;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
	text-align: center;
	/* max-width: 90vw; */
	/* max-height: 100vh; */
	width:100%;
	height:100%;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.m_menuUl{
	padding-left: 30px;
	padding-right: 60px;
	text-align:left;
	padding-top:80px;
}

.menu-wrap .menu > div > div > ul > li {
	border-bottom: 1px solid #ddd;
    list-style: none;
    color: #222;
    font-size: 20px;
    padding-top: 22px;
    padding-bottom: 20px;
}

.menu-wrap .menu > div > div > ul > li > a {
	color: inherit;
	text-decoration: none;
	transition: color 0.4s ease;
}

.none_borB{border-bottom:none!important;}

.m_mLogo{
	position: absolute;
    left: 30px;
    top: 14px;
    font-size: 30px;
    font-weight: 500;
}
.m_mLogo img{
	height:50px;
}

.m_mLogo > a {
	color : black;
}


/*------------------
# 뉴 좌측 햄버거 메뉴 css 끝
-------------------*/

.seoMenubox{
	transition:all 0.3s;
	z-index: 600;
	position: absolute;
	right: 20px;
	top: 42px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.seoMenuItemBox {
    position: relative;
    display: inline-block;
    flex-direction: row;
    flex-wrap: wrap;
}

.seoMenuItemBox a:hover{
	text-decoration:none!important;
}

.seoMenuItem {
	font-family: 'Gmarket Sans';
    text-align: center;
    flex-grow: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    margin-right: 0px;
    font-size: 21px;
    font-weight: 300;
    cursor: pointer;
    color: #222;
    letter-spacing: -1px;
    transition: all 0.3s;
}

.on_inq{
	font-size: 19px;
    padding-top: 16px;
    height: 50px;
    width: 140px;
    color: #fff;
    background-color: #222;
    border-radius: 30px;
    position: relative;
    top: -14px;
}
.on_inq:hover{
	color:#fff!important;
}

.seoMenuItem.on_seoMenu {
    color: #000;
    font-weight: bold!important;
    border-bottom: 3px solid #000;
}

.seoMenuItem:hover{
	color: #000;
	font-weight: 500;
	border-bottom: 3px solid #000;
}

.back-to-top{
	display:none;
	
	text-align:center;
	position: fixed;
	right: 30px;
    bottom: 110px;
	width: 50px;
	height: 50px;
	background-color: #222222;
	transition: all 0.3s;
	z-index: 8100;
	overflow: hidden;
	padding-top:4px;
}

.back-to-top img{
	/* width: 100%; */
}


@media (max-width: 1140px){
	.seoMenuItem{
		font-size: 20px;
		margin-left: 60px;
	}
	.menu-wrap .toggler {
		top: 15px;
		left: -18px;
	}
	.menu-wrap{
		top: 46px;
	}
}

@media (max-width: 991px){
	#header.header-scrolled,
	#header.header-pages {
		height: 90px;
	}
	#header {
		height: 90px;
	}
	
	#header .logo {
		top: 26px;
	}
	#header .logo a {
		font-size: 40px;
	}
	.on_inq{
		height: 45px;
		width: 130px;
	}
	.seoMenuItem {
		font-size: 18px;
		margin-left: 40px;
	}
}


@media (max-width: 850px){
	
	.seoMenubox{
		display: none;
	}
	.menu-wrap{
		display:block;
	}
	.menu-wrap .toggler {
		top: 15px;
		left: -18px;
		width: 50px;
		height: 50px;
	}
	.menu-wrap .hamburger{
		top: 15px;
		left: -18px;
	}
	
	.menu-wrap {
		top: 9px;
		right: 46px;
		left: inherit;
	}
	#menu{
		width: 44px;
		height: 44px;
	}
	.m_menuUl{
		padding-top: 80px;
	}
	
}


@media (max-width: 767px){
	#header.header-scrolled, #header.header-pages {
		height: 60px;
	}
	#header.header-scrolled .logo {
		top: 5px;
	}
	#header {
		height: 60px;
	}
	#header .logo {
		top: 5px;
		left: 10px;
	}
	#header .logo a {
		font-size: 30px;
		font-weight:400;
	}
	#header .logo a b{
		font-weight:900;
	}
	
	
	.menuWrap a{
		padding: 10px 7.4px 7px 7.4px;
	}
	.menu-wrap .hamburger{
		top: 0px;
		left: 0px;
		width: 40px;
		height: 40px;
		padding: 8px;
	}
	.menu-wrap .toggler {
		top: 0px;
		left: 0px;
		width: 40px;
		height: 40px;
	}
	.menu-wrap .menu > div > div > ul > li {
		list-style: none;
		color: #222;
		font-size: 20px;
	}
	.back-to-top{
		width: 44px;
		height: 44px;
		right: 17px;
		bottom: 80px;
		padding-top: 0px;
	}
	.m_menuUl{
		padding-right: 80px;
		padding-top: 60px;
	}
}



/* ====================================== 
	풋터
====================================== */

#footer {
    width: 100%;
    position: relative;
}

.bottomBox {
    text-align: center;
    width: 100%;
	padding-top:60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.bottomSnsBox {
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}

.bottomSns {
    display: inline-block;
    margin-left: 14px;
    margin-right: 14px;
}

.bottomSns img {
    height: 20px;
}

.nextTel {
    display: block;
    margin-bottom: 24px;
}

.nextTelText {
    color: #212121!important;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
}

.nextTelText b {
    color: #ccc;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
}

.nextAddress {
    font-size: 15px;
    font-weight: 300;
    color: #777;
}

.nextEmail {
    margin-top: 10px;
}

.nextEmail a {
    font-size: 14px;
    font-weight: 300;
    color: #777!important;
}

.nextEmail a b {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
}

@media (max-width: 767px){
	.bottomSnsBox {
		padding-bottom: 30px;
	}
	.bottomSns {
		margin-left: 12px;
		margin-right: 12px;
	}
	.bottomSns img {
		height: 16px;
	}
	.nextTel {
		margin-bottom: 14px;
	}
	.nextTelText {
		font-size: 20px;
	}
	.nextTelText b {
		font-size: 20px;
	}
	.nextAddress {
		font-size: 13px;
	}
	.nextEmail a {
		font-size: 13px;
	}
}

/* ====================================== 
	헤더 -> 퀵메뉴
====================================== */

#quickMenu{
	z-index: 3000;
	position:fixed;
	right:0px;
	top: 33%;
}

.qmInnerBox{
	text-align:right;
	position:relative;
	display:block;
}

.qmBoxWrap{
	display:block;
	position:relative;
	text-align:right;
	height: 70px;
}

.onhei90{
	height:90px;
}

.qmBox{
	display:inline-block;
	width:70px;
	height: 70px;
	position:relative;
	text-align:center;
	background-color:#fff;
	transition:all 0.3s;
}
.qmBox:hover{
	background-color:#f4f9fd;
}

.on_qm{
	height:90px;
	width:70px;
	background-color:#ee3a43;
}
.on_qm:hover{
	background-color:#ee3a43;
}
.on_qm02{
	height:90px;
	width:70px;
	background-color:#333333;
}
.on_qm02:hover{
	background-color:#333333;
}

.on_qmText{
	z-index: 400;
    width: 70px;
    position: absolute;
    bottom: 19px;
    text-align: center;
    color: #fff;
    font-size: 12.5px;
    font-weight: 400;
    font-family: 'Gmarket Sans';
}

.qmText{
	width: 80px;
    text-align: right;
    display: none;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Gmarket Sans';
}

.qmBox a{
	z-index:300;
}

.qmBox img{
	z-index:300;
	height: 70px;
    position: absolute;
    right: 0px;
	top:0px;
}

.on_qmimg{
	right: 5px!important;
    top: -10px!important;
}

/* .qmBox:hover{ */
	/* width:80px; */
	/* background-color:#ee3a43; */
/* } */
.qmBox:hover .qmText{
	display:block;
}


@media (max-width: 850px){
	#quickMenu{
		display:none;
	}
}


/* ====================================== 
	헤더 -> 모바일 sns퀵메뉴
====================================== */

.m_mSnsBox{
	z-index:500;
	position:absolute!important;
	top:65px!important;
	right:0px!important;
	width: 52px!important;
	height:100%!important;
	background-color:#eef7fe;
}

.m_mSns{
	width:52px;
	height:52px;
	position:relative;
}

.m_mSns a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#222222;
}
.mm_bgC{
	background-color:#eef7fe!important;
}

.m_mSns a img{
	width: 52px;
    visibility: visible!important;
    display: inline-block!important;
    height: 52px;
}