/* style css */

a[href^="tel"] {
	color:inherit;
	text-decoration:none;
}

body, html {
	!overflow-x:hidden;
	min-width:320px;
	font-size:62.5%;
}

*[class*='motion'] {
	transition: ease-in-out all .4s;
} 


::selection {
   background: #003366;
   color: #fff
}

::-moz-selection {
   background: #003366;
   color: #fff
}


::-webkit-selection {
    background: #003366;
   color: #fff
}


.flex {
	display: -webkit-flex;
	display: flex
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center
}

body, html {
	
}

body {
	-webkit-font-smoothing: antialiased
	color:#333;
}

.row {
	padding: 0 45px;
	margin: auto
}

.bx-wrapper {
	border:none;
	box-shadow:none;
	margin-bottom: 0;
}

.bx-wrapper img {
	display:inline-block;
}

/* Çì´õ */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 99999;
	transition:all 300ms ease-in-out;
	height: 100px;
	border-bottom:1px solid rgba(225, 225, 225, .2);
	max-width: 100vw !important;
	width: 100%;
}

.header.up {
	top: -100px;
}

.header:hover,
.header.w {
	background-color:#fff;
}

.header .row {
	justify-content:space-between;
	width: 100%;
	height: 100%;
}

.header .logo {
	position:absolute;
	left: 40px;
	top: 50%;
	transform:translateY(-50%);
	display:inline-block;
	width: 96px;
	height: 16px;
	background-image:url('../img/logo_img.png');
	text-indent:-9999px;
}

.header:hover .logo,
.header.w .logo {
	background-image:url('../img/logo_img_over.png');
} 

.header .inner {
	max-width:770px;
	height: 100px;
	margin: auto;
}


.header .nav-wrap {
	position:absolute;
	left: 50%;
	height: 100%;
	top: 0;
	transform:translate(-50%, 0);
	min-width:770px;
}

.header .nav li {
	width: 130px;
	text-align:center;
	height: 100%;
	line-height:100px;
	position:relative;
}

.header .nav li:nth-child(2) {
	width: 250px;
}

.header .nav > li a {
	color:#fff;
	font-family:'NotoSansKR-Bold';
	letter-spacing:-1px;
	font-size:17px;
}

.header:hover .nav > li a,
.header.w .nav > li a {
	color:#141414;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#354d73;
}

.header .drop-menu {
	display:none; 
	position:absolute;
	background-color:#fff;
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 280px;
	border-bottom:1px solid rgba(225, 225, 225, .2);
}

.header .drop-menu .drop {
	position:absolute;
	z-index: 998;
	left: 50%;
	transform:translate(-50%, 0);
	font-size:15px;
	width: 770px;
	display: flex
}

.header .drop-menu .drop > li {
	width: 130px;
	text-align:center;
}

.header .drop-menu .drop > li:nth-child(2) {
	width: 250px;
}

.header .drop-menu .drop > li a {
	color:#141414;
	font-weight: bold;
}

.header .drop-menu .drop > li a:hover {
	color:#354d73;
}

.header .drop-menu .sub-menu > li {
	margin-bottom: 14px;
	letter-spacing:-1px
}

.header .menu-btn {
	position:absolute;
	right: 40px;
	top: 50%;
	transform:translateY(-50%);
	cursor:pointer;
}

.header .menu-btn span {
	display:block;
	height: 3px;
	width: 30px;
	background-color:#fff;
	margin: 8px 0;
	transition: all 400ms;
}

.header .menu-btn span:nth-child(2) {
	background-color:transparent !important;
	background-image:url('../img/menu_btn_middle.png');
	background-position:100% center;
	height: 5px;
}

.header:hover .menu-btn span,
.header.w .menu-btn span {
	background-color:#141414;
}

.header.w .menu-btn span:nth-child(2),
.header:hover .menu-btn span:nth-child(2) {
	background-image:url('../img/menu_btn_middle_over.png');
}

.header .menu-btn:hover span:nth-child(2){
  opacity: 0;
}

.header .menu-btn:hover span:nth-child(1){
  transform: translateY(11px);
  background-color:#354d73;
}

.header .menu-btn:hover span:nth-child(3){
  transform: translateY(-11px) rotate(90deg);
  background-color:#354d73;
}


.bottom-line {
    position: absolute;
    top: 97px;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #354d73;
    opacity: 0;
}


.footer {
	padding: 60px 0;
	background-color:#354d73;
}

.footer .row {
	width: 100%;
	max-width:1610px !important;
	display:flex;
	align-items: center;
	justify-content: flex-start !important;
	font-size:14px;
	color:#fff;
}

.footer .terms {
	display:flex;
	margin-bottom: 40px;
}

.footer .terms li {
	position:relative;
	margin-right: 40px;
}

.footer .terms li:last-child {
	margin-right: 0;
}

.footer .terms li:first-child::before {
	content:'';
	display:inline-block;
	position:absolute;
	right: -20px;
	width: 1px;
	height: 14px;
	background-color:#d5d5d5;
	top: 50%;
	margin-top: -7px;
}

.footer .terms li a {
	color:#fff;
	transition:all 300ms;
}

.footer .terms li a:hover {
	color:#a6a6a6;
}

.footer p.pharases {
	font-size:13px;
	margin-top: 5px;
	color:#d5d5d5;
}

.footer .right-section {
	display:none;
	align-self: flex-end
}

.footer .follow-us {
	display:inline-block;
	width: 138px;
	height: 12px;
	background-image:url('../img/footer_sns.png');
	background-position:center 0;
	margin-bottom: 10px;
}

.footer .sns {
	width: 138px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.footer .sns li {
	width: 33.3333%;
}

.footer .sns li a {
	transition:all 700ms;
}

.footer .sns li a:hover {
	opacity: .5;
}

.footer .sns li:first-child a {
	display:inline-block;
	width: 25px;
	height: 25px;
	background-image:url('../img/footer_sns.png');
	background-position:0 100%;
}

.footer .sns li:nth-child(2) {
	text-align:center;
}

.footer .sns li:nth-child(2) a {
	display:inline-block;
	width: 24px;
	height: 24px;
	background-image:url('../img/footer_sns.png');
	background-position:-57px 100%;
}

.footer .sns li:nth-child(3) {
	text-align:right;
}

.footer .sns li:nth-child(3) a {
	display:inline-block;
	width: 32px;
	height: 22px;
	background-image:url('../img/footer_sns.png');
	background-position:100% 100%;
}

.all-menu {
	position:fixed;
	z-index: 9999999;
	background-color:rgba(20, 20, 20, .97);
	width: 100vw;
	height: 100vh;
	
	transform:translateX(-100vw);
	transition:all 1s;
	visibility:hidden;
	opacity: 0;
	min-width:1440px;
}

.all-menu.open {
	transform:translateX(0);
	visibility:visible;
	opacity: 1;
}


.all-menu .row {
	height: 100%;
	max-width:1400px;
	position:relative;
}

.all-menu .close-wrap {
	position:absolute;
	right: 45px;
	top: 45px;
	width: 44px;
	height: 34px;
	z-index: 99999;
}

.all-menu .close-btn {
	height: 100%;
	cursor:pointer;
	transition: all 0.3s ease-in-out;
	
}

.all-menu .close-btn .line {
	width: 44px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}

.all-menu .close-btn .line:first-of-type {
	transform: translateY(7px) rotate(45deg);
}

.all-menu .close-btn .line:nth-of-type(2) {
	transform: translateY(-7px) rotate(-45deg);
}

.all-menu .over .close-btn {
	padding-right: 5px;
	padding-top: 5px;
}

.all-menu .over .close-btn .line {
	width: 34px;
	background-color:#354d73;
}

/* .all-menu .close-btn::before {
	content: "";
    position: absolute;
    width: 60px;
    height: 60px;
	margin-top: -18px;
	margin-left: -18px;
    border: 5px solid #ecf0f1;
	border-radius: 50%;
	visibility:hidden;
	opacity: 0;
    transition: all 0.3s ease-in-out;
}

.all-menu .close-btn:hover::before {
	visibility:visible;
	opacity: 1;
	border-color:#bb0841;
} */

.all-menu .close-btn .border {
	position: absolute;
	display:block;
	margin-top: -48px;
	margin-left: -10px;
}

/* .all-menu .close-btn.hover .border {
	visibility:visible;
	opacity: 1;
} */

.all-menu .image {
	position:relative;
	width: 409px;
	height: 596px;
	margin-right: 200px;
}

.all-menu .image img {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.all-menu.open .image img {
	animation: allMenuImageAni 1s 600ms ease-in-out both;
}

@keyframes allMenuImageAni {
	0% {
		opacity: 0;
		clip:rect(0,0,596px,0);
	}

	100% {
		opacity: 1;
		clip:rect(0,409px,596px,0);
	}
}

.all-menu .menu > li {
	position:relative;
	margin-bottom: 30px;
}

.all-menu .menu > li .menu-wrap {
	position:relative;
	display:inline-block;
}



.all-menu .menu > li .menu-wrap::before {
	/* content:''; */
	display:inline-block;
	font-family:'Montserrat-Bold';
	font-size:14px;
	visibility:hidden;
	opacity: 0;
	transition:all 300ms;
	position:absolute;
	left: -30px;
	top: -10px;
	color:#fff;
}

.all-menu .menu > li.active .menu-wrap::before {
	visibility:visible;
	opacity: 1;
}

.all-menu .menu > li:first-child .menu-wrap::before {
	content:'01';
}

.all-menu .menu > li:nth-child(2) .menu-wrap::before {
	content:'02';
}

.all-menu .menu > li:nth-child(3) .menu-wrap::before {
	content:'03';
}

.all-menu .menu > li:nth-child(4) .menu-wrap::before {
	content:'04';
}

.all-menu .menu > li:nth-child(5) .menu-wrap::before {
	content:'05';
}

.all-menu .menu > li.active .menu-wrap {
	width: 400px;
}

.all-menu .menu > li {
	visibility:hidden;
	opacity: 0;
	transition:all 700ms;
}

.all-menu .menu > li.on {
	visibility:visible;
	opacity: 1;
}

.all-menu .menu > li strong {
	position:relative;
	display:inline-block;
	font-size:2.5rem;
	font-family:'Montserrat-Bold';
	color:#3a3a3a;
	cursor:pointer;
	transition: color 0.5s 0.25s;
	overflow: hidden;
	line-height:1;
}


.all-menu .menu > li.on strong {
	transition: none;
	color: transparent;
}

.all-menu .menu > li strong::before {
	content: '';
	width: 100%;
	height: 6px;
	margin: -3px 0 0 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(-100%,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	
}

.all-menu .menu > li.on strong::before {
	transform: translate3d(100%,0,0);
}

.all-menu .menu > li strong span {
	position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	line-height:1;
}

.all-menu .menu > li strong span::before {
	content: attr(data-letters);
	position: absolute;
	left: 0;
	width: 100%;
	color: #3a3a3a;
	transition: transform 1s;
}

.all-menu .menu > li .menu-wrap strong:hover span::before,
.all-menu .menu > li.active .menu-wrap strong span::before {
	color:#fff;
}

.all-menu .menu > li strong span:nth-child(2) {
	top: 50%;
}

.all-menu .menu > li strong span:first-child::before {
	top: 0;
	transform: translate3d(0,100%,0);
}

.all-menu .menu > li strong span:nth-child(2)::before {
	bottom: 0;
	transform: translate3d(0,-100%,0);
}

.all-menu .menu > li.on strong span::before {
	transition-delay: 0.6s;
	transform: translate3d(0,0,0);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.all-menu .menu > li.active .menu-wrap strong {
	width: 400px;
	color:#fff;
}

.all-menu .menu > li .sub-menu {
	display:none;
	position:absolute;
	left: 400px;
	top: 0;
	
}

.all-menu .menu > li.active .menu-wrap .sub-menu {
	
}

.all-menu .menu > li .sub-menu li {
	margin-bottom: 15px;
}

.all-menu .menu > li .sub-menu li a {
	position:relative;
	display:inline-block;
	color:#fff;
	white-space:nowrap;
	font-size:1.6rem;
}

.all-menu .menu > li .sub-menu li a::before {
	content:'';
	display:inline-block;
	width: 16px;
	height: 16px;
	border-radius:50%;
	background-color:#354d73;
	position:absolute;
	left: -40px;
	top: 50%;
	margin-top: -8px;
	visibility:hidden;
	opacity: 0;
	transition: all 400ms;
}

.all-menu .menu > li .sub-menu li a:hover::before {
	visibility:visible;
	opacity: 1;
}

.back-top {
	cursor:pointer;
	z-index: 98;
	opacity: 0;
	right: -72px;
	bottom: 10px;
	transition: all 300ms;
	border:1px solid #354D72;
	width: 62px;
	height: 62px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	font-size:16px;
	font-family:'Montserrat-Bold';
	color:#354D72;
	flex-direction:column;
	padding-bottom: 5px;
}


.back-top p {
	line-height:120%;
}

.back-top.show {
	opacity: 1;
	right: 10px
}

.back-top.fixed {
	position:fixed;
	bottom: 10px
}

.mousescroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #fff;
    letter-spacing: -.5px;
    font-size: 10pt;
    transition: all 250ms;
	z-index: 999;
	font-family:'Montserrat-SemiBold';
}

.mousescroll p {
	margin-top: 20px;
}

.mousescroll.fixed {
	position:fixed;
}

.mousescroll .mouse {
    width: 2px;
    height: 75px;
	background-color:rgba(255, 255, 255, .3);
    position: relative;
    margin: auto;
}

.mousescroll .mouse .wheel {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
	transform:translate(-50%);
    animation: wheel 1s ease-out infinite;
}

@keyframes wheel {
0% {
	margin-top: -5px;
    opacity: 1;
}

50% {
	margin-top: 5px;
    opacity: 0;
}

100% {
   margin-top: -5px;
}
}


@media(max-width:1440px) {
	.all-menu {
		min-width:100vw;
	}

	.all-menu .menu > li .sub-menu {
		left: 250px;
	}

	.header .nav li {
		width: 120px;
	}

	.header .nav li:nth-child(2) {
		width: 240px;
	}

	.header .nav-wrap {
		min-width:720px;
	}

}


@media(min-width:992px) {
	
}

@media(max-width:991px) {
	
	body, html {
		overflow-x:hidden;
	}

	.header {
		height: 80px;
	}

	.header .row {
		padding: 0 20px;
	}

	.header .logo {
		left: 20px;
	}

	.header .menu-btn {
		right: 20px;
	}

	.header .nav-wrap,
	.all-menu .image {
		display:none;
	}

	.all-menu .row {
		padding: 0 100px;
	}

	.footer {
		padding: 40px 0;
		text-align:center;
	}

	.footer .row {
		flex-direction:column;
		justify-content: center;
	}

	.footer .terms {
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer .right-section {
		margin-top: 30px;
		align-self: center;
	}

	.all-menu .menu > li,
	.all-menu .menu > li .sub-menu li {
		margin-bottom: 0;
		padding: 15px 0;
	}

	.all-menu .menu > li .sub-menu li {
		padding: 8px 0;
	}

	.all-menu .menu > li .sub-menu {
		display:none;
		position:static;
		opacity: 1;
		visibility: visible;
		padding-top: 30px;
		transition:0s;
	}

	.all-menu .menu > li .menu-wrap {
		position:static;
	}

	.all-menu .menu > li .sub-menu li {
		
	}

	.all-menu .menu > li.active .menu-wrap,
	.all-menu .menu > li.active .menu-wrap strong {
		width: auto;
	}

}

@media(max-width:575px) {


	.header {
		height: 60px;
	}

	.all-menu .close-wrap {
		top: 25px;
		right: 25px;
	}

	.all-menu .row {
		padding: 0 60px;
	}

	.section-04 .title h2 {
		margin-top: 0;
	}
	
	.section-04 .more-btn {
		margin: 30px 0 60px;
	}

	
	.footer p {
		font-size:1.2rem;
	}
	
	.footer p.pharases {
		font-size:1.1rem;
	}
}