@charset "utf-8";

#wrap {
	position: relative;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}


#header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 15;
	text-align: center;
	font-size: 15px;
	transition: all .3s;
}
#header .grid {
	display: grid;
	grid-template-columns: 1fr 7fr 0.5fr;
	align-items: center;
	padding: 25px 0;
	transition: all .3s;
}
#header .gnb {
	text-align: center;
}
#header .gnb ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 7px;
}
#header .gnb ul li:first-child {
	margin-left: 0;
}
#header .gnb ul li:last-child {
	margin-right: 0;
}
#header .signup a {
	color: #fff;
    background: #E26738;
    padding: 8px 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 25px;
}
#header.fixmenu {
	background: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 0 5px 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 30%);
}
#header.fixmenu .grid {
	padding: 20px 0;
}


#header .menu {
	display: none;
  position: absolute;
  top: 9px;
  right: 15px;
}
#header .menu a {
  background: url(../images/ico_menu.svg)no-repeat 50% 50% / 65%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #E26738;
  font-size: 25px;
}


#side {
	position: relative;
}
.scroll_func {
	width:100%;
	height:95%;
	overflow-x: hidden;
	overflow-y:auto;
}
.scroll_func::-webkit-scrollbar {
  width: 7px; 
}
.scroll_func::-webkit-scrollbar,
.scroll_func::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
  opacity: 0;
}
.scroll_func::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}

.side_wrap {
	width: 320px;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 17;
	height: 100%;
	background: #FFF;
	font-size: 18px;
	padding: 45px 0px 0 0;
	box-sizing: border-box;
	transition: all .2s;
}
#side.on .side_wrap {
	left: 0;
}
.side_wrap .close {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 25px;
	height: 25px;
	z-index: 1;
	background: url("../images/sprite.png")no-repeat -15px -45px;
}
.side_wrap .signup {
  position: absolute;
  top: 20px;
  left: 27px;
}
.side_wrap ul {
	margin-top: 20px;
}
.side_wrap .signup a {
	color: #fff;
  background: #E26738;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 25px;
}
.side_wrap ul li {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}
.side_wrap ul li a {
	display: block;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
	margin-left: 10px;
	box-sizing: border-box;
}
.side_wrap ul li:not(.on) a:hover {
	color: #E26738;
}
.side_wrap ul li.on:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 7px;
	height: 40px;
	border-radius: 0 10px 10px 0;
	background: #E26738;
}




.black_bg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 16;
	background: rgba(0,0,0,0.4);
	display: none;
}
.not_scroll {
	overflow: hidden;
}




#footer {
	position: relative;
	font-size: 15px;
	z-index: 0;
	margin-top: 40px;
}
#footer .newsletter {
  position: relative;
  top: -60px;
  background: #E26738;
  padding: 50px 0;
  border-radius: 5px;
  color: #fff;
  align-items: center;
}
#footer .newsletter > div {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	font-size: 32px;
}
#footer .newsletter > div input[type=text] {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #FFF8F5;
  color: #fff;
  background: transparent;
  border-radius: 20px;
  width: calc(100% - 273px);
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}
#footer .newsletter > div input[type=text]::-webkit-input-placeholder {
	color: #fff;
}
#footer .newsletter > div input[type=text]:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
#footer .newsletter > div input[type=text]::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
#footer .newsletter > div input[type=text]:-ms-input-placeholder {
	color: #fff;
}
#footer .newsletter > div button {
	display: inline-block;
	vertical-align: middle;
	background: #FFF8F5;
	border-radius: 25px;
  padding: 7px 20px;
}
#footer .newsletter > div button svg {
	display: inline-block;
	width: 18px;
	height: 17px;
	margin-left: 5px;
  fill: #000;
}
#footer .footer_conts .footer_info {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-right: 15px;
	box-sizing: border-box;
}
#footer .footer_conts .footer_info p {
	margin-top: 30px;
}
#footer .footer_conts .footer_info .sns {
	margin-top: 30px;
}
#footer .footer_conts .footer_info .sns a {
	display: inline-block;
	margin-right: 3px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	font-size: 0;
	width: 37px;
	height: 37px;
	transition: all .3s;
}
#footer .footer_conts .footer_info .sns a:nth-child(1) {
	background: url("../images/ico-facebook.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(2) {
	background: url("../images/ico-twitter.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(3) {
	background: url("../images/ico-youtube.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(4) {
	background: url("../images/ico-telegram.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(5) {
	background: url("../images/ico-kakao.png")no-repeat 50% 50% / auto 20px;
}
#footer .footer_conts .footer_info .sns a:nth-child(1):hover {
	background: #e26738 url("../images/ico-facebook-on.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(2):hover {
	background: #e26738 url("../images/ico-twitter-on.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(3):hover {
	background: #e26738 url("../images/ico-youtube-on.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(4):hover {
	background: #e26738 url("../images/ico-telegram-on.png")no-repeat 50% 50% / auto 16px;
}
#footer .footer_conts .footer_info .sns a:nth-child(5):hover {
	background: #e26738 url("../images/ico-kakao-on.png")no-repeat 50% 50% / auto 20px;
}
#footer .footer_conts .footer_info .sns a i {
	border: 1px solid #e1e1e1;
	color: #E26738;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: all 0.4s ease 0s;
	border-radius: 50%;
}
#footer .footer_conts .footer_info .sns a:hover i {
	background: #E26738;
	color: #fff;
}
#footer .footer_conts .footer_menu {
	flex: 0 0 66.666%;
	max-width: 66.666%;
}
#footer .footer_conts .footer_menu .flex > div {
	flex: 0 0 66.333%;
	max-width: 66.333%;
}
#footer .footer_conts .footer_menu .flex > div:first-child {
	padding-left: 30px;
	box-sizing: border-box;
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
#footer .footer_conts .footer_menu .flex > div:first-child ul li {
	padding-left: 0;
}
#footer .footer_conts .footer_menu h3 {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 30px;
}
#footer .footer_conts .footer_menu ul li {
	position: relative;
	padding: 4px 0 4px 25px;
	color: #7a7a7a;
}
#footer .footer_conts .footer_menu ul li a {
	color: #7a7a7a;
}
#footer .footer_conts .footer_menu ul li i {
	position: absolute;
	top: 8px;
	left: 0;
  margin-right: 10px;
	color: #E26738;
}
#footer .copyright {
  margin-top: 60px;
	padding: 30px 0;
  border-top: 1px solid #e1e1e1;
}
.go_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #e26738;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
  color: #fff;
  border-radius: 5px;
  z-index: 23;
}


.modal {
	display: none;
	z-index: 16;
}
.modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.4);
	z-index: 17;
}
.modal .modal_cont {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 1200px;
	box-sizing: border-box;
	background: #fff;
	max-height: 80%;
	padding: 70px 100px;
	box-sizing: border-box;
	z-index: 18;
	overflow-x: hidden;
  overflow-y: visible;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.modal .close {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 20px;
}
.modal .close img {
	width: 100%;
}




@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
	#header .logo img {
		height: 36px;
	}
	#header .grid {
		padding: 20px 0;
	}
	#header.fixmenu .grid {
    padding: 10px 0;
	}
	#header .menu {
		display: block;
	}
	#header .gnb,
	#header .signup {
		display: none;
	}


	#footer .newsletter {
		display: block;
		padding: 40px 30px;
	}
	#footer .newsletter > div {
		flex: none;
		max-width: 100%;
		font-size: 28px;
	}
	#footer .newsletter > div:first-child {
		margin-bottom: 30px;
	}

	#footer .footer_conts > .flex {
		display: block;
	}
	#footer .footer_conts .footer_info {
		flex: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 30px;
		padding-right: 0;
	}
	#footer .footer_conts .footer_menu .flex > div:first-child {
		padding-left: 0;
	}
	#footer .footer_conts .footer_menu .flex > div {
		flex: 50%!important;
		max-width: 50%!important;
	}
	#footer .footer_conts .footer_menu {
		flex: none;
		max-width: 100%;
		text-align: center;
	}
	#footer .footer_conts .footer_menu ul li i {
		position: static;
	}
}
@media screen and (max-width: 768px) {
	#footer .newsletter {
    padding: 25px 20px;
	}
	#footer .newsletter > div:first-child {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.1;
	}
	#footer .newsletter > div input[type=text] {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#footer .newsletter > div button {
		font-size: 14px;
	}
	#footer .footer_conts .footer_menu > .flex {
		display: block;
	}
	#footer .footer_conts .footer_menu .flex > div {
		flex: none;
		max-width: 100%!important;
		margin-bottom: 20px;
	}
	#footer .footer_conts .footer_menu h3 {
    font-size: 18px;
    margin-bottom: 5px;
	}
	#footer .footer_conts .footer_menu ul li {
    padding: 2px 0;
    font-size: 13px;
	}
	#footer .copyright {
    margin-top: 30px;
    padding: 15px 0;
    font-size: 13px;
	}	
	.go_top {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}