@charset "UTF-8";

.w_header .inner {
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
	height: 42px;
}

.w_header .logo_box {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.w_header .menu>li {
	cursor: pointer;
	height: 42px;
	display: inline-block;
	width: 109px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 42px;
}

.w_header .menu>li.oneD {
	position: relative;
}

.w_header .menu>li.oneD>.twoD {
	display: none;
	position: absolute;
	left: 50%;
	top: 42px;
	transform: translateX(-50%);
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 4px 30px 0px rgba(204, 204, 204, 0.25), 5px 5px 20px 0px
		rgba(175, 175, 175, 0.15);
}

.w_header .menu>li.oneD>.twoD>li {
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
}

.w_header .menu>li.oneD>.twoD>li>a {
	color: #272727;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
	width: 100%;
}

.w_header .menu>li.oneD:hover>.twoD {
	display: block;
}

.w_header .menu>li>a {
	display: inline-block;
	width: 100%;
}

#mobile {
	display: none;
}

@media ( max-width :1200px) {
	.w_header {
		display: none;
	}
	#mobile {
		display: block;
	}
	.mo_header .logo_box {
		display: inline-block;
		cursor: pointer;
	}
	.mo_header .menu_btn {
		display: inline-block;
		cursor: pointer;
	}
	.mo_header .menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		height: 100vh;
		z-index: 9999;
		margin-top: 0;
		display: none;
	}
	.mo_header .menu.active {
		display: block;
	}
	.mo_header .menu .logo {
		margin-top: 18px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		box-sizing: border-box;
		cursor: default;
	}
	.mo_header .menu .logo:hover {
		background-color: #fff;
	}
	.mo_header .menu>li {
		cursor: pointer;
		height: 62px;
		display: block;
		width: 100%;
		text-align: left;
		font-size: 16px;
		font-weight: 700;
		line-height: 62px;
	}
	.mo_header .menu>li:hover {
		background: #F1FAFB;
		height: auto;
	}
	.mo_header .menu>li a {
		color: #2E2E36;
		padding: 0 40px;
	}
	#mobile .mo_header .menu>li.oneD>.twoD {
		display: none;
		position: unset;
		width: 100%;
		background-color: #fff;
		box-shadow: none;
		transform: translateX(0);
	}
	#mobile .mo_header .menu>li.oneD:hover>.twoD {
		display: block;
	}
	.mo_header li.oneD .twoD li {
		text-align: left;
		padding: 0 30px;
	}
	
	.w_header .menu>li.oneD>.twoD>li {
		box-sizing: border-box;
		height: 62px;
		line-height: 62px;
	}
	
	.mo_header .menu>li.oneD>.twoD>li>a {
		color: #2E2E36;
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
	}
	.footer {
		padding: 30px 0;
	}
	.footer .inner .address {
		width: 50%;
	}
	.footer .txt_box {
		margin: 0;
		display: block;
		margin-top: 11px;
		width: 359px;
	}
	.footer .txt_box .br {
		display: block;
		visibility: hidden;
		height: 0;
	}
	.footer .txt_box .txt:last-child {
		margin-top: 40px;
	}
	.footer .kakaotalk p {
		padding-left: 82px;
	}
	.footer .kakaotalk p::before {
		left: 0;
	}
}

@media ( max-width :700px) {
	.footer .inner {
		padding: 0 15px;
		display: block;
	}
	.footer .col.kakaotalk {
		padding-top: 35px;
	}
}

@media ( max-width :499px) {
	.main_wrap  .mo_header {
		padding: 25px 20px 0 20px;
	}
	.footer .inner .address {
		width: 100%;
	}
	.footer .txt_box {
		width: 100%;
	}
	.footer .txt_box p.tit {
		font-size: 14px;
	}
	.footer .txt_box .txt {
		font-size: 11px;
		line-height: 18px;
	}
}