#wrap {
	overflow: hidden;
}

/* common */
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}

section .title_row {
	text-align: center;
}
section .title_row .sub_title {
	display: inline-block;
	margin-bottom: 55px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-weight: 700;
	color: #252525;
}

section .title_row .sec_title {
	font-size: 38px;
	font-weight: 700;
	color: #252525;
}

.card_box {
	font-size: 0;
	text-align: center;
}
.card_box .card_mo {
	display: inline-block;
	margin-left: 30px;
}
.card_box .card {
	display: inline-block;
	padding-top: 70px;
	width: 326px;
	height: 394px;
	color: #252525;
	background: #fff;
	text-align: center;
	border-radius: 30px;
	box-sizing: border-box;
	transition: all 0.3s;
	vertical-align: top;
}
.card_box .card + .card {
	margin-left: 30px;
}
.card_box .card:hover {
	color: #fff;
	background: #0198f8;
	box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.21);
	transition: all 0.3s;
}
.card_box .card .card_name {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 18px;
	display: block;
	font-size: 20px;
	font-weight: 500;
}
.card_box .card .card_name::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 1px;
	background: #252525;
	content: '';
	transition: all 0.3s;
}
.card_box .card:hover .card_name::after {
	background: #4eb7fa;
	transition: all 0.3s;
}
.card_box .card strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
}
.card_box .card .desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #757575;
	transition: all 0.3s;
}
.card_box .card:hover .desc {
	color: #fff;
	transition: all 0.3s;
}
.etc_box {
	margin: 0 auto;
	width: 1030px;
	text-align: center;
}
.etc_box + .etc_box {
	margin-top: 80px;
}
.etc_box .etc_item .etc_title {
	float: left;
	width: 256px;
	font-size: 28px;
	font-weight: 700;
	color: #252525;
	line-height: 1.4;
	text-align: left;
}
.etc_box .etc_item .etc_desc {
	float: left;
	text-align: left;
}
/* header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 0 60px;
	z-index: 1000;
	box-sizing: border-box;
	transition: all .3s;
}
/* #header.hidden {
	top: -100%;
	transition: all .3s;
} */
#header.fixed {
	position: fixed;
	top: 0;
	background: #1b52dd;
	transition: all .3s;
}

#header .logo {
	float: left;
}
#header .logo a {
	display: block;
	line-height: 100px;
}
#header .logo img {
	vertical-align: middle;
}
#header .gnb {
	float: right;
}
#header .gnb li {
	float: left;
}
#header .gnb li + li {
	margin-left: 50px;
}
#header .gnb li a {
	display: block;
	line-height: 100px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
#header .gnb li a span {
	position: relative;
	display: inline-block;
	padding-bottom: 3px;
	line-height: 1;
}
#header .gnb li a span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #fff;
	transition: all .3s;
	content: '';
}
#header.fixed .gnb li a {
	color: #fff;
}
#header .gnb li a.on span::after,
#header .gnb li a:hover span::after {
	width: 100%;
	transition: all .3s;
	content: '';
}
#header .ham_btn {
	display: none;
}

/* //header */

/* container */
/* main_visual */
.main_visual {
	position: relative;
	display: table;
	width: 100%;
	height: 100vh;
	background: url(../img/main_visual.jpg) center center no-repeat;
	background-size: cover;
}
.main_visual::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 120px;
	background: #fff;
	content: '';
}
.main_visual br {
	display: none;
}
.main_visual .title_box {
	display: table-cell;
	width: 100%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.main_visual .title_box .visual_title {
	margin-bottom: 40px;
	font-size: 78px;
	font-weight: 700;
}
.main_visual .title_box p {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
}
.main_visual .title_box strong {
	display: block;
	font-size: 48px;
	font-weight: 500;
}
.main_visual .scroll {
	display: block;
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	animation: scroll 0.8s ease-in infinite alternate;
}

@keyframes scroll {
	0% {
		bottom: 150px;
	}
	100% {
		bottom: 130px;
	}
}
/* //main_visual */
/* domestic_sec */
.domestic_sec {
	padding: 180px 0 100px;
	background: #f8f8f8;
}
.domestic_sec .sub_desc {
	margin: 30px 0 60px;
	font-size: 20px;
	font-weight: 400;
	color: #757575;
	text-align: center;
}
.domestic_sec .sub_desc br {
	display: none;
}
.domestic_sec .card_box {
	margin-bottom: 120px;
}
.domestic_sec .card_box .card strong {
	margin-bottom: 14px;
	height: 90px;
}
.domestic_sec .card_box .card strong.line_one {
	line-height: 90px;
}
.domestic_sec .etc_box .etc_item .txt_item + .txt_item {
	margin-top: 40px;
}
.domestic_sec .etc_box .etc_item .txt_item strong {
	display: block;
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 500;
	color: #252525;
}
.domestic_sec .etc_box .etc_item .txt_item strong + p {
	font-size: 18px;
	font-weight: 400;
	color: #757575;
}
.domestic_sec .etc_box .etc_item .txt_item .star {
	position: relative;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #252525;
	line-height: 1.5;
}
.domestic_sec .etc_box .etc_item .txt_item .star::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '*';
}
/* //domestic_sec */
/* overseas_sec */
.overseas_sec {
	padding: 80px 0 100px;
	background: #f3f3f3;
}
.overseas_sec .tab_wrap {
	margin: 22px auto 60px;
	border-bottom: 1px solid #dbdbdb;
	width: 900px;
}
.overseas_sec .tab_wrap button {
	float: left;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	width: 33.333%;
	height: 62px;
	line-height: 62px;
	font-size: 24px;
	font-weight: 400;
	color: #252525;
	box-sizing: border-box;
}
.overseas_sec .tab_wrap button.on {
	border-bottom: 2px solid #0198f8;
}
.overseas_sec .card_box {
	display: none;
}
.overseas_sec .card_box.on {
	display: block;
}
.overseas_sec .card_box .card {
	position: relative;
}
.overseas_sec .card_box .card strong {
	position: absolute;
	bottom: 65px;
	left: 0;
	width: 100%;
}
.overseas_sec .card_box .card strong span + span {
	position: relative;
	display: inline-block;
	margin-left: 4px;
	padding-left: 12px;
}
.overseas_sec .card_box .card strong span + span::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #dbdbdb;
	content: '';
}
.overseas_sec .card_box .card:hover strong span + span::before {
	background: #fff;
}
.overseas_sec .card_box .sub_desc {
	padding-top: 60px;
	height: 192px;
	font-size: 18px;
	font-weight: 400;
	color: #757575;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
}
.overseas_sec .etc_box .etc_desc p {
	position: relative;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #252525;
}
.overseas_sec .etc_box .etc_desc p::before {
	position: absolute;
	top: 0;
	left: 0;
}
.overseas_sec .etc_box .etc_desc p.hyphen::before {
	content: '-';
}
.overseas_sec .etc_box .etc_desc p.star::before {
	content: '*';
}
/* //overseas_sec */
/* certifi_sec */
.certifi_sec {
	padding: 80px 0 142px;
	text-align: center;
}
.certifi_sec .certifi_box {
	margin-top: 60px;
	display: inline-block;
}
.certifi_sec .certifi_box .certifi_item {
	float: left;
}
.certifi_sec .certifi_box .certifi_item + .certifi_item {
	margin-left: 20px;
}
.certifi_sec .certifi_box .certifi_item img {
	display: block;
	margin-bottom: 20px;
}
.certifi_sec .certifi_box .certifi_item span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #252525;
	line-height: 1.5;
}
/* //certifi_sec */
/* contact_sec */
.contact_sec {
	padding: 80px 0 86px;
	background: url(../img/contact_bg.jpg) center center no-repeat;
	background-size: cover;
}
.contact_sec .title_row .sub_title {
	border-color: #fff;
	color: #fff;
}
.contact_sec .title_row .sec_title {
	color: #fff;
}
.contact_sec .form_box {
	margin: 58px auto 0;
	width: 580px;
}
.contact_sec .form_box .input_item + .input_item {
	margin-top: 40px;
}
.contact_sec .form_box .input_item .label {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.contact_sec .form_box .input_item input {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	height: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: none;
	box-sizing: border-box;
}
.contact_sec .form_box .radio_wrap {
	margin-top: 10px;
	white-space: nowrap;
}
.contact_sec .form_box .radio_item {
	display: inline-block;
}
.contact_sec .form_box .radio_item + .radio_item {
	margin-left: 26px;
}
.contact_sec .form_box .radio_item input[type='radio'] {
	display: none;
}
.contact_sec .form_box .radio_item input[type='radio'] + label {
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background: url(../img/radio_off.png) left center no-repeat;
	cursor: pointer;
}
.contact_sec .form_box .radio_item input[type='radio']:checked + label {
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background: url(../img/radio_on.png) left center no-repeat;
}
.contact_sec .form_box .input_item textarea {
	display: block;
	margin-top: 10px;
	padding-bottom: 4px;
	border: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 120px;
	background: none;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	resize: none;
	box-sizing: border-box;
}
.contact_sec .form_box .button {
	margin-top: 40px;
}
.contact_sec .form_box .button button {
	display: block;
	margin: 0 auto;
	width: 420px;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	background: #0198f8;
	border-radius: 5px;
	box-shadow: 0px 18px 16px 0px rgba(0, 0, 0, 0.15);
}
.contact_sec .form_box .checkbox_wrap {
	margin-top: 25px;
	text-align: center;
}
.contact_sec .form_box .checkbox_wrap input[type='checkbox'] {
	display: none;
}
.contact_sec .form_box .checkbox_wrap input[type='checkbox'] + label {
	display: inline-block;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	background: url(../img/check_off.png) left center no-repeat;
}
.contact_sec .form_box .checkbox_wrap input[type='checkbox']:checked + label {
	background: url(../img/check_on.png) left center no-repeat;
}
/* //contact_sec */

.shadow_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

/* footer */
#footer {
	position: relative;
	padding: 56px 0;
	background: #313030;
	text-align: center;
}
#footer .foot_logo {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}
#footer .foot_logo img {
	display: block;
}
#footer address {
	font-style: normal;
}
#footer address span {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-right: 6px;
	font-size: 15px;
	font-weight: 350;
	color: #888888;
	line-height: 1.6;
}
#footer address span::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: #555555;
	content: '';
}
#footer address span:last-child {
	padding-right: 0;
	margin-right: 0;
}
#footer address span:last-child::before {
	display: none;
}
#footer .copy {
	font-size: 15px;
	font-weight: 350;
	color: #888888;
	line-height: 1.6;
}
/* //footer */

/* popup_wrap */
.popup_wrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999999999;
}

.popup_wrap .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 640px;
	height: 640px;
	z-index: 2;
}

.popup_wrap .popup .top {
	height: 50px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #0198f8;
	padding: 12px 12px 12px 15px;
}

.popup_wrap .popup .top p {
	float: left;
}

.popup_wrap .popup .top .close {
	float: right;
	cursor: pointer;
}

.popup_wrap .popup .top .close img {
	width: 25px;
}

.popup_wrap .popup .content {
	height: 570px;
	background: #fff;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.popup_wrap .popup .content .padding {
	height: 100%;
	overflow-y: auto;
}

.popup_wrap .popup .content .padding::-webkit-scrollbar {
	width: 0px;
	background: transparent;
	height: 0px !important;
}

.popup_wrap .popup .content .padding::-webkit-scrollbar-thumb {
	background-color: #aaa;
}

.popup_wrap .popup .content .padding::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

.popup_wrap .bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

/* //popup_wrap */

/* 반응형 */

@media all and (max-width: 1860px) {
	.card_box .card_mo {
		display: block;
		margin-left: 0;
		margin-top: 30px;
	}
}

@media all and (max-width: 1300px) {
	#footer .foot_logo {
		position: static;
		transform: none;
		margin-bottom: 20px;
	}
	#footer .foot_logo img {
		display: inline-block;
	}
}

@media all and (max-width: 1040px) {
	.card_box .card {
		padding-top: 50px;
		width: 266px;
		height: 384px;
	}
	.card_box .card + .card {
		margin-left: 20px;
	}
	.card_box .card_mo {
		margin-top: 20px;
	}
	.card_box .card strong {
		font-size: 28px;
	}
	.card_box .card .desc {
		font-size: 16px;
	}
	.overseas_sec .card_box .card strong {
		bottom: 35px;
	}
	.etc_box {
		width: calc(100% - 30px);
	}
	.etc_box .etc_item .etc_title {
		width: 220px
	}
	.etc_box .etc_item .etc_desc {
		width: calc(100% - 220px);
		word-break: keep-all;
	}
	.certifi_sec .certifi_box .certifi_item {
		margin-bottom: 20px;
		width: calc(50% - 10px);
	}
	.certifi_sec .certifi_box .certifi_item:nth-child(3) {
		margin: 0;
	}
	.certifi_sec .certifi_box .certifi_item img {
		margin: 0 auto 20px;
	}

}

@media all and (max-width: 850px) {
	html.overflow {
		overflow: hidden;
	}

	/* header */
	#header {
		height: 50px;
	}
	#header .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}
	#header .logo a {
		line-height: normal;
	}
	#header .logo img {
		display: block;
		width: 90px;
	}
	#header .ham_btn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 48px;
		height: 50px;
		outline: 0;
		z-index: 100;
	}
	#header .ham_btn div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 14px;
		transform: translate(-50%, -50%);
	}
	#header .ham_btn div span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	#header .ham_btn div span:nth-child(1) {
		top: 0;
		transition: all .2s;
	}
	#header .ham_btn div span:nth-child(2) {
		top: 50%;
		width: 70%;
		transform: translateY(-50%);
		transition: all .3s .2s;
	}
	#header .ham_btn div span:nth-child(3) {
		bottom: 0;
		transition: all .2s;
	}
	#header .ham_btn.on div span:nth-child(1) {
		top:0;
		transform: translate3d(0, 4px, 0) rotate(225deg);
		-webkit-transform: translate3d(0, 4px, 0) rotate(225deg);
		-moz-transform: translate3d(0, 4px, 0) rotate(225deg);
		-o-transform: translate3d(0, 4px, 0) rotate(225deg);
		-ms-transform: translate(0, 4px) rotate(45deg);
		transition: all .3s .2s;
	}
	#header .ham_btn.on div span:nth-child(2) {
		/* top: 50%; */
		width: 0;
		transform: none;
		transition: all .2s;
	}
	#header .ham_btn.on div span:nth-child(3) {
		bottom:0;
		transform: translate3d(0, -8px, 0) rotate(-225deg);
		-webkit-transform: translate3d(0, -8px, 0) rotate(-225deg);
		-moz-transform: translate3d(0, -8px, 0) rotate(-225deg);
		-o-transform: translate3d(0, -8px, 0) rotate(-225deg);
		-ms-transform: translate(0, -8px) rotate(-45deg);
		transition: all .3s .2s;
	}
	#header .gnb {
		float: none;
		position: absolute;
		top: 0;
		left: -100%;
		padding-top: 50px;
		width: 100%;
		height: 100vh;
		background: #0198f8;
		box-sizing: border-box;
		transition: all .3s;
	}
	#header .gnb.on {
		left: 0;
		transition: all .3s;
	}
	#header .gnb ul {
		padding-top: 40px;
	}
	#header .gnb li {
		float: none;
		text-align: center;
	}
	#header .gnb li + li {
		margin-left: 0;
	}
	#header .gnb li a {
		padding: 20px 0;
		line-height: normal;
		font-size: 21px;
	}
	#header .gnb li a span {
		padding: 0 4px;
	}
	#header .gnb li a span::after {
		bottom: 50%;
	}
	/* //header */

	section .title_row .sub_title {
		margin-bottom: 40px;
		padding-bottom: 5px;
		font-size: 15px;
	}
	section .title_row .sec_title {
		font-size: 24px;
	}
	.card_box {
		padding: 0 15px;
	}
	.card_box .card {
		display: block;
		padding-top: 40px;
		width: 100%;
		height: 255px;
	}
	.card_box .card + .card {
		margin-left: 0;
		margin-top: 20px;
	}
	.card_box .card .card_name {
		padding-bottom: 14px;
		margin-bottom: 20px;
		font-size: 13px;
	}
	.card_box .card strong {
		font-size: 21px;
	}
	.card_box .card .desc {
		font-size: 15px;
	}
	.etc_box + .etc_box {
		margin-top: 40px;
	}
	.etc_box .etc_item .etc_title {
		float: none;
		margin-bottom: 30px;
		width: 100%;
		font-size: 20px;
	}
	.etc_box .etc_item .etc_title br {
		display: none;
	}
	.etc_box .etc_item .etc_desc {
		float: none;
		width: 100%;
	}

	/* main_visual */
	.main_visual {
		background: url(../img/main_visual_m.jpg) center center no-repeat;
		background-size: cover;
	}
	.main_visual::after {
		height: 60px;
	}
	.main_visual br {
		display: block;
	}
	.main_visual .title_box .visual_title {
		margin-bottom: 30px;
		font-size: 34px;
		line-height: 1.1;
	}
	.main_visual .title_box p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.3;
	}
	.main_visual .title_box strong {
		font-size: 26px;
		line-height: 1.2;
	}
	.main_visual .scroll {
		font-size: 15px;
	}

	@keyframes scroll {
		0% {
			bottom: 75px;
		}
		100% {
			bottom: 65px;
		}
	}
	/* //main_visual */

	/* domestic_sec */
	.domestic_sec {
		padding: 110px 0 94px;
	}
	.domestic_sec .sub_desc {
		margin: 21px 0 33px;
		font-size: 15px;
		line-height: 1.6;
	}
	.domestic_sec .sub_desc br {
		display: block;
	}
	.domestic_sec .card_box {
		margin-bottom: 60px;
	}
	.domestic_sec .card_box .card strong {
		margin-bottom: 20px;
		height: 50px;
	}
	.domestic_sec .card_box .card strong.line_one {
		line-height: 50px;
	}
	.domestic_sec .etc_box .etc_item .txt_item + .txt_item {
		margin-top: 25px;
	}
	.domestic_sec .etc_box .etc_item .txt_item strong {
		margin-bottom: 15px;
		font-size: 17px;
	}
	.domestic_sec .etc_box .etc_item .txt_item strong + p {
		font-size: 14px;
		line-height: 1.3;
	}
	.domestic_sec .etc_box .etc_item .txt_item .star {
		font-size: 17px;
	}
	/* //domestic_sec */

	/* overseas_sec */
	.overseas_sec {
		padding: 60px 0 80px;
	}
	.overseas_sec .tab_wrap {
		margin: 26px auto 30px;
		width: calc(100% - 30px);
	}
	.overseas_sec .tab_wrap button {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.overseas_sec .card_box .card {
		height: auto;
		padding-bottom: 40px;
	}
	.overseas_sec .card_box .card strong {
		position: static;
		margin-top: 32px;
	}
	.overseas_sec .card_box .sub_desc {
		padding-top: 40px;
		padding-bottom: 60px;
		height: auto;
		font-size: 13px;
		letter-spacing: -0.64px;
		word-break: keep-all;
	}
	.overseas_sec .card_box .sub_desc span {
		display: inline-block;
	}
	.overseas_sec .etc_box .etc_desc p {
		font-size: 17px;
	}
	/* //overseas_sec */

	/* certifi_sec */
	.certifi_sec {
		padding: 60px 0 72px;
	}
	.certifi_sec .certifi_box {
		display: block;
		margin: 30px auto 0;
		width: calc(100% - 30px);
	}
	.certifi_sec .certifi_box .certifi_item {
		width: calc(50% - 7px);
	}
	.certifi_sec .certifi_box .certifi_item + .certifi_item {
		margin-left: 14px;
	}
	.certifi_sec .certifi_box .certifi_item:nth-child(3) {
		margin-left: 0;
	}
	.certifi_sec .certifi_box .certifi_item img {
		margin-bottom: 15px;
		max-width: 100%;
	}
	.certifi_sec .certifi_box .certifi_item span {
		font-size: 14px;
		letter-spacing: -0.64px;
		white-space: nowrap;
	}
	/* //certifi_sec */

	/* contact_sec */
	.contact_sec {
		padding: 55px 0 53px;
	}
	.contact_sec .form_box {
		margin-top: 30px;
		padding: 0 20px;
		width: calc(100% - 30px);
		box-sizing: border-box;
	}
	.contact_sec .form_box .input_item + .input_item {
		margin-top: 20px;
	}
	.contact_sec .form_box .input_item .label {
		margin-bottom: 10px;
	}
	.contact_sec .form_box .input_item input {
		padding-bottom: 4px;
		height: 34px;
	}
	.contact_sec .form_box .radio_wrap {
		margin-top: 30px;
	}
	.contact_sec .form_box .radio_item {
		display: block;
	}
	.contact_sec .form_box .radio_item + .radio_item {
		margin: 0;
		margin-top: 22px;
	}
	.contact_sec .form_box .input_item textarea {
		height: 130px;
	}
	.contact_sec .form_box .button {
		margin-bottom: 30px;
	}
	.contact_sec .form_box .button button {
		width: 80%;
		height: 60px;
		line-height: 60px;
		font-size: 21px;
	}
	.contact_sec .form_box .checkbox_wrap {
		margin-top: 20px;
	}
	.contact_sec .form_box .checkbox_wrap input[type='checkbox'] + label {
		font-size: 16px;
	}
	/* //contact_sec */


	.popup_wrap .popup {
		width: 90%;
		height: 70vh;
	}
	.popup_wrap .popup .content {
		height: calc(100% - 50px);
	}


	/* footer */
	#footer {
		padding: 30px 15px 46px;
	}
	#footer .foot_logo img {
		width: 90px;
	}
	#footer address {
		text-align: left;
	}
	#footer address span {
		font-size: 13px;
	}
	#footer .copy {
		font-size: 13px;
		text-align: left;
	}
	/* //footer */



}
