@charset "UTF-8";

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

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

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


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

.header .menu li a {
	color: #fff;
}

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

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

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

.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: #30303099;
	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);
}

.header  .menu>li.oneD>.twoD>li {
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

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

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

.header .menu>li>a {
	color: #fff;
}

#mobile {
	display: none;
}

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

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

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


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

.header .menu li a {
	color: #fff;
}

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

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

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

.mo_header  .menu>li.oneD>.twoD {
	display: none;
	position: unset;
	width: 100%;
	background-color: #fff;
	box-shadow: none;
	transform: translateX(0);
}

.mo_header  .menu>li.oneD>.twoD>li {
	box-sizing: border-box;
	height: 64px;
	line-height: 64px;
	width: 100%;
}

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

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

.mo_header  .menu>li.oneD>.twoD>li:hover {
	background-color: #F1FAFB;
}

.mo_header .menu>li>a {
	color: #fff;
}

.footer {
	background-color: #01262b;
	color: #fff;
	padding: 59px 0;
	box-sizing: border-box;
}

.footer .inner {
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .inner  .address {
	width: 80%
}

.footer .col {
	display: inline-block;
	vertical-align: top;
}

.footer .txt_box {
	margin-left: 55px;
}

.footer .txt_box p.tit {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.footer .txt_box .txt {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.footer .txt_box .txt:last-child {
	display: inline-block;
	margin-top: 10px;
}

.footer .kakaotalk p {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	padding-left: 82px;
}

.footer .kakaotalk p .icon {
	width: 52px;
	height: 52px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media ( max-width :1200px) {
	.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.active {
		display: block;
	}
	.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 .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 .img_box {
		width: 110px;
		display: inline-block;
	}
	.mo_header .menu .logo .img_box img {
		width: 100%;
	}
	.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;
	}
	.mo_header>li.oneD>.twoD {
		display: none;
		position: unset;
		width: 100%;
		background-color: #fff;
		box-shadow: none;
		transform: translateX(0);
	}
	.header  .menu>li.oneD>.twoD {
		display: none;
		position: unset;
		width: 100%;
		background-color: #fff;
		box-shadow: none;
		transform: translateX(0);
	}
	.mo_header li.oneD .twoD li {
		text-align: left;
		padding: 0 30px;
	}
	.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;
	}
}