/* font- 폰트 */
@font-face {
	font-family: "NanumSquare_ac";
	font-weight: 100;
	src: local('NanumSquare_acL'),
		url(/fonts/NanumSquare_acL.eot) format('embeddedopentype'),
		url(/fonts/NanumSquare_acL.woff) format('woff'),
		url(/fonts/NanumSquare_acL.ttf) format('truetype');
}

@font-face {
	font-family: "NanumSquare_ac";
	font-weight: 400;
	src: local('NanumSquare_acR'),
		url(/fonts/NanumSquare_acR.eot) format('embeddedopentype'),
		url(/fonts/NanumSquare_acR.woff) format('woff'),
		url(/fonts/NanumSquare_acR.ttf) format('truetype');
}

@font-face {
	font-family: "NanumSquare_ac";
	font-weight: 700;
	src: local('NanumSquare_acB'),
		url(/fonts/NanumSquare_acB.eot) format('embeddedopentype'),
		url(/fonts/NanumSquare_acB.woff) format('woff'),
		url(/fonts/NanumSquare_acB.ttf) format('truetype');
}

@font-face {
	font-family: "NanumSquare_ac";
	font-weight: 900;
	src: local('NanumSquare_acEB'),
		url(/fonts/NanumSquare_acEB.eot) format('embeddedopentype'),
		url(/fonts/NanumSquare_acEB.woff) format('woff'),
		url(/fonts/NanumSquare_acEB.ttf) format('truetype');
}

* {
	font-family: 'NanumSquare_ac', sans-serif;
}


/* layout 레이아웃 */
body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #1b1b1b;
	font-family: 'NanumSquare_ac', sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
	font-size: 18px;
	font-family: 'NanumSquare_ac', sans-serif;
}

a:hover, a:active, a:visited {
	text-decoration: none;
	color: #fff;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

*:focus {
	outline: 0;
	outline: none;
}

/* 부트스트랩 수정 공통 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-right: 0;
	padding-left: 0;
}

.nav-tabs {
	border-bottom: 1px solid transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: transparent transparent transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #282828;
}

.form-control {
	color: #282828;
}

.form-control:focus {
	color: #282828;
}

.form-group {
	margin-bottom: 0;
}

/* header */
.header {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 41;
	background-color: transparent;
}

.header .header_inner {
	background-color: transparent;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 30px;
}

/* header pc메뉴 */
.header_nav .nav-link {
	color: #fff;
}

.dropdown-menu {
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.dropdown-menu>a:last-child {
	margin-bottom: 15px;
}

.dropdown-menu .dropdown-item {
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff !important;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #eee;
}

/* header 스크롤시 붙는 클래스 */
.header_down {
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

.header_down .header_inner a {
	color: #fff;
}

.header_down .gnb ul li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 3px;
	background: url(../img/link_ico_scroll.png) no-repeat 0 0 / contain;
}

.header_down .header_nav_wrapper .header_nav .nav-link {
	color: #fff;
}

.btn-toggle {
	margin: 0 1rem;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
	color: #bbb;
	background: #8ab4f8;
}

.btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {
	outline: none;
}

.btn-toggle:before, .btn-toggle:after {
	line-height: 1.5rem;
	width: 4rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity 0.25s;
}

.btn-toggle>.handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #fff;
	transition: left 0.25s;
}

.btn-toggle.active {
	transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
	left: 1.6875rem;
	transition: left 0.25s;
}

.btn-toggle.active:before {
	opacity: 0.5;
}

.btn-toggle.active:after {
	opacity: 1;
}

.btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
	display: none;
}

.btn-toggle.active {
	background-color: #ffd100;
}

/* 모바일 메뉴 */
.hamburger-menu {
	display: inline-block;
	cursor: pointer;
	z-index: 10;
	margin: 0 0 0 auto;
}

.hamburger-menu:hover .hamburger span {
	width: 100%;
}

.hamburger-menu:hover .hamburger span:nth-child(n) {
	width: 100%;
}

.hamburger-menu .hamburger {
	float: right;
	margin-top: 1px;
	width: 26px;
	height: 18px;
	position: relative;
}

.hamburger-menu .hamburger.open span:nth-child(1) {
	top: 9px;
	width: 100%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.hamburger-menu .hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -15px;
}

.hamburger-menu .hamburger.open span:nth-child(3) {
	top: 9px;
	width: 100%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.hamburger-menu .hamburger span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #56a6c2;
	z-index: 0;
	transition: 0.25s ease-in-out;
}

.hamburger-menu .hamburger span:nth-child(1) {
	top: 0px;
	width: 50%;
}

.hamburger-menu .hamburger span:nth-child(2) {
	top: 8px;
}

.hamburger-menu .hamburger span:nth-child(3) {
	width: 50%;
	top: 16px;
	right: 0;
	left: auto;
}

.navigation-menu {
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding-top: 45px;
	visibility: hidden;
}

.navigation-menu.active {
	visibility: visible;
}

.navigation-menu.active .bg-layers {
	visibility: visible;
}

.navigation-menu.active .bg-layers span {
	width: calc(25% + 1px);
	transform: skewX(45deg);
}

.navigation-menu.active .bg-layers span:nth-child(1), .navigation-menu.active .bg-layers span:nth-child(4) {
	width: calc(25% + 1px);
}

.navigation-menu.active .inner .menu {
	opacity: 1;
	transform: translateY(0);
}

.navigation-menu .bg-layers {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 0;
}

.navigation-menu .bg-layers * {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition-duration: 700ms;
	-webkit-transition-duration: 700ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation-menu .bg-layers span {
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	transform: skewX(0);
	background: #56a6c2;
}

.navigation-menu .bg-layers span:nth-child(1) {
	left: 0;
}

.navigation-menu .bg-layers span:nth-child(1)::before {
	content: "";
	width: 150%;
	height: 100%;
	background: #56a6c2;
	position: absolute;
	left: -149%;
	top: 0;
}

.navigation-menu .bg-layers span:nth-child(2) {
	left: 25%;
}

.navigation-menu .bg-layers span:nth-child(3) {
	left: 50%;
}

.navigation-menu .bg-layers span:nth-child(4) {
	left: 75%;
}

.navigation-menu .bg-layers span:nth-child(4)::before {
	content: "";
	width: 150%;
	height: 100%;
	background: #56a6c2;
	position: absolute;
	right: -149%;
	top: 0;
}

.navigation-menu .inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}

.navigation-menu .inner * {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition-duration: 700ms;
	-webkit-transition-duration: 700ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation-menu .inner .menu {
	padding: 0;
	margin: 0;
	display: block;
	min-height: 130px;
	opacity: 0;
	transform: translateY(-30px);
}

.navigation-menu .inner .menu li {
	display: inline-block;
}

.navigation-menu .inner .menu li:last-child {
	margin-right: 0;
}

.navigation-menu .inner .menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.navigation-menu .inner .menu li a:hover {
	color: #56a6c2;
}

/* section2 - cont-box */
.section2 .cont-box {
	max-width: 1200px;
	margin: 0 auto;
}

.section2 h2 {
	font-weight: 700;
	text-align: center;
}

.section2 h2 span {
	display: inline-block;
	color: #56a6c2;
}

.section2 .cont-box h4 {
	color: #56a6c2;
	padding-bottom: 10px;
}

/* main footer 하단 */
.footer {
	width: 100%;
	background-color: #000;
	color: #fff;
}

.footer .footer_inner {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.footer .footer_top {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 50px;
}

/* pc */
@media (min-width: 1024px) {

	/* 레이아웃 */
	.header .header_logo {
		width: 60px;
		height: 60px;
	}

	.header .header_logo a {
		display: inline-block;
		background: url(../img/logo_b.png) no-repeat 0 0 / 100%;
		width: 60px;
		height: 60px;
		image-rendering: -webkit-optimize-contrast;
	}

	/* header pc메뉴 */
	.header_nav {
		display: flex;
		transform: translateX(50px);
	}

	.header_nav .nav-link {
		font-size: 16px;
	}

	/* header gnb */
	.gnb {
		margin-left: 100px;
	}

	.gnb ul {
		display: flex;
	}

	.gnb ul li {
		margin-left: 50px;
	}

	.gnb ul li:first-child {
		margin-left: 0;
	}

	.gnb ul li a {
		font-size: 18px;
		color: #fff;
	}

	.gnb ul li a:hover {
		color: #fff;
	}

	/* 모바일 메뉴 */
	.navigation-menu .inner .menu li {
		margin-right: 30px;
	}

	.navigation-menu .inner .menu li a {
		font-size: 36px;
	}

	/* section2 - cont-box */
	.section2 .cont-box {
		padding: 200px 20px;
	}

	.section2 h2 {
		font-size: 40px;
	}

	/* main footer 하단 */
	.footer .footer_inner {
		padding: 50px 30px;
	}

	.footer .footer_img img {
		width: 70px;
		image-rendering: -webkit-optimize-contrast;
	}

	.footer .footer_top>p {
		margin: 0 10px;
	}

	.footer .footer_top>p a {
		font-size: 18px;
	}

}


/* mobile */
@media (max-width: 1023px) {

	/* 레이아웃 */
	.header .header_logo {
		width: 50px;
		height: 50px;
	}

	.header .header_logo a {
		display: inline-block;
		background: url(../img/logo_b.png) no-repeat 0 0 / 100%;
		width: 50px;
		height: 50px;
		image-rendering: -webkit-optimize-contrast;
	}

	/* header pc메뉴 */
	.header_nav {
		display: none;
	}

	/* header gnb */
	.gnb {
		display: none;
	}

	/* 모바일 메뉴 */
	.navigation-menu {
		background: #000;
	}

	.navigation-menu.active {
		background: #000;
	}

	.navigation-menu .inner .menu {
		display: flex;
		flex-direction: column;
	}

	.navigation-menu .inner .menu li {
		margin-bottom: 15px;
	}

	.navigation-menu .inner .menu li a {
		font-size: 24px;
	}

	/* section2 - cont-box */
	.section2 .cont-box {
		padding: 150px 20px 80px 20px;
	}

	.section2 h2 {
		font-size: 25px;
		padding-bottom: 30px;
	}

	/* main footer 하단 */
	.footer .footer_inner {
		padding: 20px;
	}

	.footer .footer_img img {
		width: 50px;
		image-rendering: -webkit-optimize-contrast;
	}

	.footer .footer_top>p {
		margin: 0 5px;
	}

	.footer .footer_top>p a {
		font-size: 16px;
	}

}


/* mobile */
@media (max-width: 576px) {
	.modal-dialog {
		margin: 20px;
	}
}

.swal2-styled.swal2-confirm {
    background-color: #56a6c2;
}