@charset "UTF-8";

/*  _mixin.scss
    xxx {
        @include box-sizing(50%)  
    }
*/
/* opacity(1.0) == 100% */
/* 1줄 말줄임 */
/* 멀티라인 말줄임 */
/* 텍스트 깨기 */
/* 텍스트 단어별 줄바꿈  */
/* float 영역 유지 */
/* 퍼센티지 계산 */
/* _variables.scss */
/* font family  "Noto Sans KR" */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR|Rajdhani|Roboto&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font-family: "Roboto", "Noto Sans KR", "AppleSDGothicNeo-Regular", "Dotum",
		"AppleSDGothic", "Apple SD Gothic Neo", "AppleGothic", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	color: #000;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

i,
s,
em,
u,
b {
	font-style: normal;
}

input,
select,
textarea {
	font-family: "Roboto", "Noto Sans KR", "AppleSDGothicNeo-Regular", "Dotum",
		"AppleSDGothic", "Apple SD Gothic Neo", "AppleGothic", sans-serif;
}
#skip {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.container {
	display: flex;
	flex-direction: column;
}

.pc {
	display: none;
}

.mo {
	display: block;
}

.wrapper {
	padding-top: 60px;
}

.wrapper .h1 {
	position: absolute;
	left: -9999px;
	opacity: 0;
	text-indent: -9999px;
}
.company-logo {
	position: relative;
}
.company-logo .logo {
	position: relative;
}
.company-logo .logo img {
	display: block;
	height: 50px;
	max-width: 100%;
	margin: 0 auto;
}
.company-logo .logo .hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: all 0.5s;
}
.company-logo:hover .logo .hover {
	opacity: 1;
}
.company-logo .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-indent: -9999px;
}

.company-logo .name {
	text-align: center;
	margin-top: 16px;
	font-size: 7px;
	line-height: 12px;
	color: #030303;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.block-title h3 {
	font-size: 24px;
	line-height: 1;
	color: #030303;
	font-weight: normal;
}

.block-title h3 b {
	color: #043f97;
}

.block-title p {
	font-size: 11px;
	line-height: 1;
	color: #666;
	margin-top: 10px;
}

.block-nav {
	margin-top: 2px;
	text-align: right;
}

.block-nav .bt-more {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #030303;
}

.block-nav .bt-more span {
	display: inline-block;
	border-bottom: 1px solid #043f97;
}

.block-nav .bt-more i {
	margin-left: 12px;
	display: inline-block;
	vertical-align: 5px;
	text-align: left;
	text-indent: -9999px;
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 25px;
	height: 25px;
	background-position: -105px -55.5px;
}

.block-nav .bt-more:hover i {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 25px;
	height: 25px;
	background-position: -70px -55.5px;
}

.paging-wrap {
	text-align: center;
}

.pagination {
	font-size: 0;
	line-height: 0;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

.pagination li a {
	font-size: 15px;
	line-height: 16px;
	display: block;
	padding: 2px 2px;
	color: #000;
}

.pagination .prev {
	margin-right: 10px;
}

.pagination .prev a {
	display: block;
	text-indent: -9999px;
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 20px;
	height: 20px;
	background-position: -170px -55.5px;
}

.pagination .prev a:hover {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 20px;
	height: 20px;
	background-position: -140px -55.5px;
}

.pagination .next {
	margin-left: 10px;
}

.pagination .next a {
	display: block;
	text-indent: -9999px;
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 20px;
	height: 20px;
	background-position: -30px -90.5px;
}

.pagination .next a:hover {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 20px;
	height: 20px;
	background-position: 0px -90.5px;
}

.pagination .active a {
	border-bottom: 1px solid #000;
	line-height: 14px;
	margin-bottom: 0;
}

@media screen and (min-width: 375px) {
	.block-title h3 {
		font-size: 27px;
	}
}

@media screen and (min-width: 1280px) {
	.pc {
		display: block;
	}
	.mo {
		display: none;
	}
	.wrapper {
		padding-top: 90px;
	}
	.company-logo .logo {
	}
	.company-logo .logo img {
		height: 70px;
	}
	.company-logo .name {
		margin-top: 16px;
		font-size: 14px;
		line-height: 21px;
		height: 42px;
	}
	.block-title h3 {
		font-size: 80px;
	}
	.block-title p {
		font-size: 32px;
		margin-top: 22px;
	}
	.block-nav {
		margin-top: 2px;
		text-align: right;
	}
	.block-nav .bt-more {
		font-size: 40px;
		line-height: 42px;
	}
	.block-nav .bt-more span {
		border-bottom: 2px solid #043f97;
	}
	.block-nav .bt-more i {
		margin-left: 40px;
		display: inline-block;
		vertical-align: 8px;
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 60px;
		height: 60px;
		background-position: -80px -185px;
	}
	.block-nav .bt-more:hover i {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 60px;
		height: 60px;
		background-position: 0px -185px;
	}
	.pagination {
		font-size: 0;
		line-height: 0;
	}
	.pagination li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 12px;
	}
	.pagination li a {
		font-size: 36px;
		line-height: 36px;
		display: block;
		padding: 2px 2px;
		color: #000;
	}
	.pagination .prev {
		margin-right: 20px;
	}
	.pagination .prev a {
		display: block;
		text-indent: -9999px;
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 40px;
		height: 40px;
		background-position: -380px -185px;
	}
	.pagination .prev a:hover {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 40px;
		height: 40px;
		background-position: -320px -185px;
	}
	.pagination .next {
		margin-left: 20px;
	}
	.pagination .next a {
		display: block;
		text-indent: -9999px;
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 40px;
		height: 40px;
		background-position: -470px -67px;
	}
	.pagination .next a:hover {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 40px;
		height: 40px;
		background-position: -410px -67px;
	}
	.pagination .active a {
		border-bottom: 1px solid #000;
		line-height: 34px;
		margin-bottom: 0;
	}
}

.page-banner img {
	width: 100%;
	display: block;
}

.sp {
	text-indent: -9999px;
	display: block;
}

.sp-inline {
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
}

/* sprite ui */
.ui-gnb-logo {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 125px;
	height: 17px;
	background-position: 0px -28.5px;
}
.ui-gnb-logo.eng {
	background-image: url("../images/common/dunamu_logo_eng.png");
	width: 132px;
	height: 17.3333px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 0 0;
}

.ui-eng-logo {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 206px;
	height: 18.5px;
	background-position: 0px 0px;
}

.ic-gnb-menu {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 25px;
	height: 17px;
	background-position: 0px 0px;
}

.ic-gnb-close {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 16.5px;
	height: 16.5px;
	background-position: -35px 0px;
}

.ic-mainbanner-plus {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 10px;
	height: 10px;
	background-position: 0px -52.5px;
}

.ic-mainbanner-minus {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 10px;
	height: 1px;
	background-position: -20px -52.5px;
}

.ic-linkedin {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 13px;
	height: 13px;
	background-position: -61.5px 0px;
}

.ic-closed {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 12px;
	height: 12px;
	background-position: -61.5px -23px;
}

.ic-closed-w {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 15px;
	height: 15px;
	background-position: -27px -27px;
}

@media screen and (min-width: 1280px) {
	.ui-gnb-logo {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 196px;
		height: 26px;
		background-position: 0px -139px;
	}
	.ui-gnb-logo.eng {
		background-image: url("../images/common/dunamu_logo_eng.png");
		width: 195px;
		height: 26px;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 0 0;
	}
	.ui-eng-logo {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 552px;
		height: 47px;
		background-position: 0px 0px;
	}
	.ui-footer-logo {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 390px;
		height: 52px;
		background-position: 0px -67px;
	}
	.ic-mainbanner-plus {
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 20px;
		height: 20px;
		background-position: -114px 0px;
	}
	.ic-mainbanner-minus {
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 20px;
		height: 2px;
		background-position: -114px -40px;
	}
	.ic-linkedin {
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 26px;
		height: 26px;
		background-position: 0px -60px;
	}
	.ic-closed {
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 24px;
		height: 24px;
		background-position: -46px -60px;
	}
	.ic-closed-w {
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 30px;
		height: 30px;
		background-position: -64px 0px;
	}
}

/* header.scss */
.header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.header-wrap .header {
	position: relative;
	border-bottom: 1px solid #ddd;
	height: 60px;
	background: #fff;
}

.header-wrap .header .logo,
.header-wrap .header .bt-gnb-toggle {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.header-wrap .header .logo {
	left: 15px;
}

.header-wrap .header .bt-gnb-toggle {
	right: 15px;
}

.header-wrap .gnb-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 25px 15px 50px;
	background: #043f97;
	color: #fff;
}
.header-wrap .select-language {
	position: absolute;
	right: 56px;
	top: 50%;
	transform: translate(0, -50%);
}
.header-wrap .select-language ul li {
	float: left;
	position: relative;
	font-size: 0;
	line-height: 0;
}

.header-wrap .select-language ul li + li {
	margin-left: 6.5px;
	padding-left: 7.5px;
}

.header-wrap .select-language ul li + li:before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #030303;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.header-wrap .select-language ul a {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #030303;
	font-weight: bold;
	opacity: 0.2;
}

.header-wrap .select-language ul a.on {
	opacity: 1;
	color: #0e3f98;
}

.header-wrap .select-language ul:after {
	content: "";
	display: table;
	clear: both;
}

.header-wrap .gnb-wrap .gnb {
	margin-top: 25px;
}

.header-wrap .gnb-wrap .gnb ul li {
	font-size: 0;
	line-height: 0;
}

.header-wrap .gnb-wrap .gnb ul li + li {
	margin-top: 34px;
}

.header-wrap .gnb-wrap .gnb ul li.pc {
	display: none;
}

.header-wrap .gnb-wrap .gnb ul li.mo {
	display: block;
}

.header-wrap .gnb-wrap .gnb ul a {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	color: #fff;
}

.header-wrap .gnb-wrap .gnb ul a.on {
	font-weight: bold;
}

.header-wrap .gnb-wrap .bt-gnb-toggle {
	position: absolute;
	top: 22px;
	right: 15px;
}

.header-wrap.open .gnb-wrap {
	display: block;
}

@media screen and (min-width: 1280px) {
	.header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	.header-wrap .header {
		position: relative;
		border-bottom: 1px solid #ddd;
		height: 90px;
		background: #fff;
	}
	.header-wrap .header .logo {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: 30px;
	}
	.header-wrap .header .bt-gnb-toggle {
		display: none;
	}
	.header-wrap .gnb-wrap {
		display: block;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		padding: 0;
		background: transparent;
		color: #030303;
		height: 90px;
		line-height: 90px;
	}
	.header-wrap .select-language {
		display: none;
	}
	.header-wrap .gnb-wrap .gnb {
		margin-top: 0;
	}
	.header-wrap .gnb-wrap .gnb ul li {
		float: left;
		font-size: 0;
		line-height: 0;
		padding: 35px 0;
	}
	.header-wrap .gnb-wrap .gnb ul li + li {
		margin-top: 0;
		margin-left: 50px;
	}
	.header-wrap .gnb-wrap .gnb ul li + li.bg {
		margin-left: 60px;
		padding: 0;
		background: #043f97;
	}
	.header-wrap .gnb-wrap .gnb ul li.bg a {
		color: #fff;
		display: block;
		padding: 35px 40px;
	}
	.header-wrap .gnb-wrap .gnb ul li.pc {
		display: block;
	}
	.header-wrap .gnb-wrap .gnb ul li.mo {
		display: none;
	}
	.header-wrap .gnb-wrap .gnb ul a {
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 1;
		color: #030303;
		padding: 0 3px;
		font-weight: bold;
	}
	.header-wrap .gnb-wrap .gnb ul a span {
		display: inline-block;
		position: relative;
		z-index: 2;
	}
	.header-wrap .gnb-wrap .gnb ul a.on:after,
	.header-wrap .gnb-wrap .gnb ul a:hover:after {
		content: "";
		position: absolute;
		bottom: 1px;
		left: 0;
		right: 0;
		border: 2px solid #337be7;
		z-index: -1;
	}
	.header-wrap .gnb-wrap .bt-gnb-toggle {
		display: none;
	}
	.header-wrap .gnb-wrap .gnb ul li.s-language {
		margin-left: 0;
		width: 110px;
		text-align: center;
	}
	.header-wrap .gnb-wrap .gnb ul li.s-language span,
	.header-wrap .gnb-wrap .gnb ul li.s-language a {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		line-height: 20px;
		color: #d8d8d8;
	}
	.header-wrap .gnb-wrap .gnb ul li.s-language a:after {
		display: none;
	}
	.header-wrap .gnb-wrap .gnb ul li.s-language span,
	.header-wrap .gnb-wrap .gnb ul li.s-language a:hover,
	.header-wrap .gnb-wrap .gnb ul li.s-language a.on {
		color: #043f97;
		text-decoration: none;
	}
}

/* # */
/* footer.scss */
.footer-wrap {
	padding: 15px 15px 20px;
	background: #000;
	margin-top: 35px;
}

.footer-wrap .find-location-wrap {
	display: none;
	margin-bottom: 40px;
}

.footer-wrap .find-location-wrap .find-map img {
	width: 100%;
	display: block;
}

.footer-wrap .find-location-wrap .find-location {
	margin-top: 25px;
}

.footer-wrap .find-location-wrap .find-location .footer-logo {
	display: none;
}

.footer-wrap .find-location-wrap .find-location .find-road + .find-road {
	margin-top: 15px;
}

.footer-wrap .find-location-wrap .find-location .find-road .tit {
	margin-bottom: 12px;
}

.footer-wrap .find-location-wrap .find-location .find-road .tit h4 {
	font-size: 17px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}

.footer-wrap .find-location-wrap .find-location .find-road .row:after {
	content: "";
	display: table;
	clear: both;
}

.footer-wrap .find-location-wrap .find-location .find-road .kor,
.footer-wrap .find-location-wrap .find-location .find-road .eng {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.03em;
	color: #999;
	display: inline-block;
	vertical-align: top;
	max-width: 45%;
}

.footer-wrap .find-location-wrap .find-location .find-road .eng {
	margin-left: 15px;
}

.footer-wrap .copyright {
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

.footer-wrap .copyright .select-language {
	display: none;
}

.main-page .footer-wrap .find-location-wrap {
	display: block;
}

@media screen and (min-width: 768px) {
	.footer-wrap .find-location-wrap .find-location:after {
		content: "";
		display: table;
		clear: both;
	}
	.footer-wrap .find-location-wrap .find-location .footer-logo {
		display: none;
	}
	.footer-wrap .find-location-wrap .find-location .find-road {
		float: left;
		width: 50%;
	}
	.footer-wrap .find-location-wrap .find-location .find-road + .find-road {
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.main-page .footer-wrap {
		padding-top: 0;
	}
	.footer-wrap {
		padding: 80px 0 80px;
		margin-top: 120px;
	}
	.footer-wrap .find-location-wrap {
		position: relative;
		margin-bottom: 120px;
	}
	.footer-wrap .find-location-wrap .find-map {
		float: none;
		width: 50%;
	}
	.footer-wrap .find-location-wrap .find-location {
		width: 50%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		font-size: 0;
		line-height: 0;
		margin-top: 0;
	}
	.footer-wrap .find-location-wrap .find-location:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.footer-wrap .find-location-wrap .find-location .inner {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		min-width: 80%;
	}
	.footer-wrap .find-location-wrap .find-location .footer-logo {
		display: block;
		margin-bottom: 35px;
	}
	.footer-wrap .find-location-wrap .find-location .find-road {
		width: 100%;
		float: none;
	}
	.footer-wrap .find-location-wrap .find-location .find-road + .find-road {
		margin-top: 15px;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .tit {
		margin-bottom: 16px;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .tit h4 {
		font-size: 21px;
		line-height: 1;
		color: #fff;
		font-weight: bold;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .row:after {
		content: "";
		display: table;
		clear: both;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .kor,
	.footer-wrap .find-location-wrap .find-location .find-road .eng {
		font-size: 16px;
		line-height: 24px;
		vertical-align: top;
		max-width: 48%;
		width: 48%;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .eng {
		margin-left: 4%;
		margin-top: 0;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .mo {
		display: inline;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .pc {
		display: none;
	}
	.footer-wrap .copyright {
		text-align: center;
		font-size: 24px;
		line-height: 1;
		color: #fff;
	}
}
@media screen and (min-width: 1280px) {
	.footer-wrap .copyright .select-language {
		margin-top: 24px;
		display: block;
		text-align: center;
	}
	.footer-wrap .copyright .select-language ul {
		display: inline-block;
		vertical-align: middle;
	}
	.footer-wrap .copyright .select-language ul li {
		float: left;
		position: relative;
		font-size: 0;
		line-height: 0;
	}
	.footer-wrap .copyright .select-language ul li + li {
		margin-left: 12px;
		padding-left: 13px;
	}
	.footer-wrap .copyright .select-language ul li + li:before {
		content: "";
		display: block;
		width: 1px;
		height: 20px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -10px;
	}
	.footer-wrap .copyright .select-language ul a {
		display: inline-block;
		font-size: 24px;
		line-height: 1;
		color: #fff;
		font-weight: bold;
		opacity: 0.2;
	}
	.footer-wrap .copyright .select-language ul a.on {
		opacity: 1;
	}
	.footer-wrap .copyright .select-language ul:after {
		content: "";
		display: table;
		clear: both;
	}
}
@media screen and (min-width: 1600px) {
	.footer-wrap .find-location-wrap {
		position: relative;
	}
	.footer-wrap .find-location-wrap .find-map {
		width: 60%;
	}
	.footer-wrap .find-location-wrap .find-location {
		width: 40%;
	}
	.footer-wrap .find-location-wrap .find-location .find-road + .find-road {
		margin-top: 25px;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .tit {
		margin-bottom: 20px;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .tit h4 {
		font-size: 34px;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .kor,
	.footer-wrap .find-location-wrap .find-location .find-road .eng {
		font-size: 24px;
		line-height: 30px;
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .eng {
		margin-left: 0;
		margin-top: 10px;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .mo {
		display: none;
	}
	.footer-wrap .find-location-wrap .find-location .find-road .pc {
		display: inline;
	}
	.footer-wrap .find-location-wrap .find-location .map-link {
		margin-top: 50px;
	}
	.footer-wrap .find-location-wrap .find-location .map-link a {
		font-size: 24px;
		line-height: 30px;
		color: #3a7fe6;
		text-decoration: underline;
	}
	.footer-wrap .find-location-wrap .find-location .map-link a + a {
		margin-left: 35px;
	}
}

.submit-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	padding: 50px 15px;
	z-index: 1000;
	background: rgba(4, 63, 151, 0.9);
	font-size: 0;
	line-height: 0;
	color: #fff;
	text-align: center;
}

.submit-layer.open {
	display: block;
}

.submit-layer:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.submit-layer .inner {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.submit-layer .inner .bt-close {
	position: absolute;
	left: 50%;
	top: -52px;
	margin-left: -7.5px;
}

.submit-layer h3 {
	font-size: 15px;
	line-height: 17px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 22px;
}

.submit-layer p {
	font-size: 18px;
	line-height: 26px;
}

.submit-layer p.eng {
	margin-top: 10px;
	font-size: 13px;
	line-height: 15px;
}

.submit-layer .bt-wrap {
	padding: 28px 0 0;
	margin-top: 25px;
	position: relative;
}

.submit-layer .bt-wrap p {
	font-size: 20px;
	line-height: 1;
}

.submit-layer .bt-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 4px;
	width: 26px;
	margin-left: -13px;
	background: #fff;
}

.submit-layer .bt-wrap .bt {
	display: block;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 28px;
	color: #043f97;
	width: 120px;
	height: 30px;
	text-align: center;
	border: 1px solid #d8d8d8;
	background: #fff;
}

@media screen and (min-width: 375px) {
	.submit-layer .inner .bt-close {
		position: absolute;
		left: 50%;
		top: -104px;
		margin-left: -15px;
	}
	.submit-layer h3 {
		font-size: 29px;
		line-height: 31px;
		margin-bottom: 70px;
	}
	.submit-layer p {
		font-size: 60px;
		line-height: 80px;
	}
	.submit-layer p b {
		display: block;
	}
	.submit-layer p.eng {
		margin-top: 20px;
		font-size: 30px;
		line-height: 32px;
		font-weight: normal;
	}
	.submit-layer .bt-wrap {
		padding: 65px 0 0;
		margin-top: 65px;
	}
	.submit-layer .bt-wrap p {
		font-size: 40px;
		line-height: 1;
	}
	.submit-layer .bt-wrap:before {
		left: 50%;
		height: 8px;
		width: 50px;
		margin-left: -25px;
	}
	.submit-layer .bt-wrap .bt {
		margin: 40px auto 0;
		font-size: 28px;
		line-height: 58px;
		width: 240px;
		height: 60px;
	}
}

.main-page .main-banner-wrap {
	/*
		min-height: calc(100vh - 60px); 
		min-height: calc(var(--vh, 1vh) * 100 - 60px);
		overflow: hidden; overflow-y: auto;
		*/
}

.main-page .main-banner-wrap .main-banner-menu {
	padding: 38px 30px 48px;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.main-page .main-banner-wrap .main-banner-menu ul {
	position: relative;
	z-index: 10;
}
.main-page .main-banner-wrap .main-banner-menu ul li {
	border-bottom: 2px solid #fff;
	position: relative;
}

.main-page .main-banner-wrap .main-banner-menu ul li + li {
	margin-top: 10px;
}

.main-page .main-banner-wrap .main-banner-menu ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 10;
}

.main-page .main-banner-wrap .main-banner-menu ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	z-index: 0;
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 10px;
	height: 10px;
	background-position: 0px -52.5px;
}

.main-page .main-banner-wrap .main-banner-menu ul li.on:after {
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 10px;
	height: 1px;
	background-position: -20px -52.5px;
	margin-top: -1px;
}
.main-page .main-banner-wrap .main-banner-menu .bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-page .main-banner-wrap .main-banner-menu .bg.v1 {
	display: block;
}
.main-page .main-banner-wrap .main-banner-menu .bg video {
	/* width: 100%; height: 100%; object-fit: cover;  min-width: 100%; min-height: 100%; */
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}
/*
.main-page .main-banner-wrap .main-banner-menu.v1 {
  background: url(/assets/images/main/main_banner_bg_1.png) no-repeat center center;
  background-size: cover;
}

.main-page .main-banner-wrap .main-banner-menu.v2 {
  background: url(/assets/images/main/main_banner_bg_2.png) no-repeat center center;
  background-size: cover;
}

.main-page .main-banner-wrap .main-banner-menu.v3 {
  background: url(/assets/images/main/main_banner_bg_2.png) no-repeat center center;
  background-size: cover;
}

.main-page .main-banner-wrap .main-banner-menu.v4 {
  background: url(/assets/images/main/main_banner_bg_2.png) no-repeat center center;
  background-size: cover;
}
*/

.main-page .main-banner-wrap .main-banner-content {
	padding: 22px 15px 25px;
	background: #fff;
	/* 			.desc {
				margin-top: 15px;
				font-size: 12px;line-height: 1.5;
			} */
}

.main-page .main-banner-wrap .main-banner-content .title {
	text-align: center;
	margin-bottom: 12px;
}

.main-page .main-banner-wrap .main-banner-content .title h3 i {
	margin-right: 4px;
	vertical-align: -5px;
}

.main-page .main-banner-wrap .main-banner-content .title h3 span {
	font-size: 20px;
	line-height: 32px;
	display: inline-block;
	vertical-align: middle;
	word-break: keep-all;
	word-wrap: break-word;
}

.main-page .main-banner-wrap .main-banner-content .title h3 span:first-child {
	margin-right: 4px;
}

.main-page .main-banner-wrap .main-banner-content .title h3 span b {
	display: inline-block;
}

.main-page .main-banner-wrap .main-banner-content .title h3 span b.bg {
	white-space: nowrap;
	font-size: 20px;
	line-height: 24px;
	padding: 2px 4px 2px;
	background: #043f97;
	color: #fff;
}

.main-page .main-banner-wrap .main-banner-content .desc {
	font-size: 13px;
	line-height: 1.5;
}

.main-page .main-banner-wrap .main-banner-content .company-logo-box {
	margin-top: 12px;
}

@media screen and (max-width: 1279px) {
	.main-page .main-banner-wrap .main-banner-content .company-logo-box .hide {
		display: none;
	}
}

.main-page .main-banner-wrap .main-banner-content .company-logo-box:after {
	content: "";
	display: table;
	clear: both;
}

.main-page
	.main-banner-wrap
	.main-banner-content
	.company-logo-box
	.company-logo {
	float: left;
	width: 50%;
	padding: 10px 0;
}

.main-page
	.main-banner-wrap
	.main-banner-content
	.company-logo-box
	.company-logo
	.name {
	padding-left: 10px;
	padding-right: 10px;
}

.main-page .main-interview-wrap {
	margin-top: 48px;
	padding: 0 15px 42px;
	position: relative;
}

.main-page .main-interview-wrap:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 205px;
	background: #043f97;
}

.main-page .main-interview-wrap .main-interview-box {
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}

.main-page .main-interview-wrap .main-interview-box .swiper-button-set {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.main-page .main-interview-wrap .main-interview-box .swiper-button-next,
.main-page .main-interview-wrap .main-interview-box .swiper-button-prev {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin: 0 0 0 1px;
	display: block;
	left: auto;
	right: auto;
	float: left;
	position: static;
}

.main-page .main-interview-wrap .main-interview-box .swiper-button-next:after,
.main-page .main-interview-wrap .main-interview-box .swiper-button-prev:after {
	display: none;
}

.main-page .main-interview-wrap .main-interview-box .swiper-button-prev {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 25px;
	height: 25px;
	background-position: -35px -55.5px;
}

.main-page .main-interview-wrap .main-interview-box .swiper-button-next {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 25px;
	height: 25px;
	background-position: -105px -55.5px;
}

.main-page .main-interview-wrap .main-interview-box .swiper-button-prev:hover {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 25px;
	height: 25px;
	background-position: 0px -55.5px;
}

.main-page .main-interview-wrap .main-interview-box .swiper-button-next:hover {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 25px;
	height: 25px;
	background-position: -70px -55.5px;
}

.main-page .main-interview-wrap .interview-box {
	padding: 38px 0 0;
	background: #fff;
}

.main-page .main-interview-wrap .interview-box .inner {
	border: 1px solid #e5e5e5;
	padding: 12px;
}

.main-page .main-interview-wrap .interview-box .head {
	position: relative;
}

.main-page .main-interview-wrap .interview-box .head:after {
	content: "";
	display: table;
	clear: both;
}

.main-page .main-interview-wrap .interview-box .head .profile {
	padding: 40px 0 0 0;
}

.main-page .main-interview-wrap .interview-box .head .profile .img {
	position: absolute;
	top: -50px;
	width: 78px;
	height: 78px;
	overflow: hidden;
	border-radius: 78px;
}

.main-page .main-interview-wrap .interview-box .head .profile .img img {
	width: 100%;
	height: 100%;
}

.main-page .main-interview-wrap .interview-box .head .profile .name h3 {
	font-size: 13px;
	line-height: 1;
	color: #030303;
	display: inline-block;
	vertical-align: middle;
}

.main-page .main-interview-wrap .interview-box .head .profile .name span {
	font-size: 9px;
	line-height: 1;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.main-page .main-interview-wrap .interview-box .head .ptext {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 90px);
	text-align: right;
	padding-right: 25px;
	color: #043f97;
	font-size: 13px;
	line-height: 16px;
	word-break: keep-all;
	word-wrap: break-word;
}

.main-page .main-interview-wrap .interview-box .head .ptext:after {
	content: "";
	background-image: url("../images/common/sp_ic_mb.png");
	background-size: 74.5px 62.5px;
	width: 17px;
	height: 15.5px;
	background-position: 0px -27px;
	position: absolute;
	top: 1px;
	right: 0;
}

.main-page .main-interview-wrap .interview-box .body {
	margin-top: 12px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

.main-page .main-interview-wrap .interview-box .body p + p {
	margin-top: 12px;
}

.main-page .main-media-wrap {
	margin-top: 35px;
	padding: 15px;
}

.main-page .main-media-wrap .main-media-list {
	margin-top: 15px;
}

.main-page .main-media-wrap .main-media-list:after {
	content: "";
	display: table;
	clear: both;
}

.main-page .main-media-wrap .media-box {
	margin-bottom: 2px;
}

.main-page .main-media-wrap .media-box a,
.main-page .main-media-wrap .media-box span,
.main-page .main-media-wrap .media-box i {
	display: block;
}

.main-page .main-media-wrap .media-box a {
	position: relative;
}

.main-page .main-media-wrap .media-box .img {
	padding-top: 122.5%;
	position: relative;
	overflow: hidden;
}

.main-page .main-media-wrap .media-box .img img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-page .main-media-wrap .media-box .desc {
	padding: 20px 12px;
	background: rgba(4, 63, 151, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-page .main-media-wrap .media-box .desc .tit {
	font-style: bold;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
}

.main-page .main-media-wrap .media-box .desc .date {
	margin-top: 22px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}

.main-page .main-media-wrap .media-box.sm {
	float: left;
	width: calc(50% - 1px);
}

/* .main-page .main-media-wrap .media-box.sm + .media-box {
	margin-left: 2px;
} */

.main-page .main-media-wrap .media-box.sm .desc {
	padding: 15px 6px;
}

.main-page .main-media-wrap .media-box.sm .desc .tit {
	font-size: 10px;
	line-height: 13px;
}

.main-page .main-media-wrap .media-box.sm .desc .date {
	margin-top: 9px;
	font-size: 9px;
	line-height: 1;
}

@media screen and (min-width: 1280px) {
	.main-page .main-banner-wrap {
		display: flex;
		min-height: 640px;
		/* height: calc(100vh - 90px); */
		height: 1000px;
		border-bottom: 1px solid #eee;
	}
	.main-page .main-banner-wrap .main-banner-menu {
		width: 40%;
		height: 100%;
		padding: 25px 55px;
		transition: all 0.5s;
		font-size: 0;
		line-height: 0;
		position: relative;
	}
	.main-page .main-banner-wrap .main-banner-menu:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.main-page .main-banner-wrap .main-banner-menu ul {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		position: relative;
		z-index: 10;
	}
	.main-page .main-banner-wrap .main-banner-menu ul li {
		border-bottom: 2px solid #fff;
		position: relative;
	}
	.main-page .main-banner-wrap .main-banner-menu ul li + li {
		margin-top: 75px;
	}
	.main-page .main-banner-wrap .main-banner-menu ul li a {
		padding: 15px 30px;
		font-size: 32px;
	}
	.main-page .main-banner-wrap .main-banner-menu ul li:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -5px;
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 20px;
		height: 20px;
		background-position: -114px 0px;
	}
	.main-page .main-banner-wrap .main-banner-menu .bg {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
	}
	.main-page .main-banner-wrap .main-banner-menu .bg.v1 {
		display: block;
	}
	.main-page .main-banner-wrap .main-banner-menu .bg video {
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
	}

	.main-page .main-banner-wrap .main-banner-menu ul li.on:after {
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 20px;
		height: 2px;
		background-position: -114px -40px;
		margin-top: -1px;
	}

	.main-page .main-banner-wrap .main-banner-contents {
		width: 60%;
		height: 100%;
	}
	.main-page .main-banner-wrap .main-banner-contents .swiper-wrapper {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.main-page .main-banner-wrap .main-banner-content {
		padding: 22px 100px 25px;
		opacity: 0 !important;
		/* 				.desc.eng {
					margin-top: 25px;
					font-size: 20px;line-height: 32px;
				} */
	}
	.main-page
		.main-banner-wrap
		.main-banner-content.swiper-slide.swiper-slide-active {
		opacity: 1 !important;
	}
	.main-page .main-banner-wrap .main-banner-content .title {
		text-align: center;
		margin-bottom: 5%;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 i {
		margin-right: 4px;
		vertical-align: -3px;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 span {
		font-size: 42px;
		line-height: 66px;
		display: inline-block;
		vertical-align: middle;
		word-break: keep-all;
		word-wrap: break-word;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 span:first-child {
		white-space: nowrap;
		margin-right: 4px;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 span b {
		display: inline-block;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 span b.bg {
		white-space: nowrap;
		font-size: 42px;
		line-height: 60px;
		padding: 2px 4px 2px;
		background: #043f97;
		color: #fff;
	}
	.main-page .main-banner-wrap .main-banner-content .desc {
		font-size: 22px;
		line-height: 40px;
	}
	.main-page .main-banner-wrap .main-banner-content .company-logo-box {
		padding-top: 5px;
	}
	.main-page
		.main-banner-wrap
		.main-banner-content
		.company-logo-box
		.company-logo {
		float: left;
		width: 33.33333333%;
		padding: 3.5% 0;
	}
	.main-page
		.main-banner-wrap
		.main-banner-content
		.company-logo-box
		.company-logo
		.name {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-page .main-interview-wrap {
		margin-top: 150px;
		padding: 0 60px 150px;
		position: relative;
	}
	.main-page .main-interview-wrap:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 205px;
		background: #043f97;
	}
	.main-page .main-interview-wrap .main-interview-box {
		margin-top: 45px;
		padding-top: 110px;
		position: relative;
	}
	.main-page .main-interview-wrap .main-interview-box .swiper-button-set {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.main-page .main-interview-wrap .main-interview-box .swiper-button-next,
	.main-page .main-interview-wrap .main-interview-box .swiper-button-prev {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		margin: 0 0 0 1px;
		display: block;
		left: auto;
		right: auto;
		float: left;
		position: static;
	}
	.main-page .main-interview-wrap .main-interview-box .swiper-button-next:after,
	.main-page
		.main-interview-wrap
		.main-interview-box
		.swiper-button-prev:after {
		display: none;
	}
	.main-page .main-interview-wrap .main-interview-box .swiper-button-prev {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 60px;
		height: 60px;
		background-position: -240px -185px;
	}
	.main-page .main-interview-wrap .main-interview-box .swiper-button-next {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 60px;
		height: 60px;
		background-position: -80px -185px;
	}
	.main-page
		.main-interview-wrap
		.main-interview-box
		.swiper-button-prev:hover {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 60px;
		height: 60px;
		background-position: -160px -185px;
	}
	.main-page
		.main-interview-wrap
		.main-interview-box
		.swiper-button-next:hover {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 60px;
		height: 60px;
		background-position: 0px -185px;
	}
	.main-page .main-interview-wrap .interview-box {
		width: 50%;
		padding: 100px 0 0;
		background: #fff;
	}
	.main-page .main-interview-wrap .interview-box .inner {
		border: 1px solid #e5e5e5;
		padding: 30px 30px 50px;
	}
	.main-page .main-interview-wrap .interview-box .head .profile {
		padding: 100px 0 0 0;
	}
	.main-page .main-interview-wrap .interview-box .head .profile .img {
		position: absolute;
		top: -130px;
		width: 200px;
		height: 200px;
		border-radius: 200px;
	}
	.main-page .main-interview-wrap .interview-box .head .profile .name h3 {
		font-size: 34px;
		line-height: 1;
	}
	.main-page .main-interview-wrap .interview-box .head .profile .name span {
		font-size: 22px;
		line-height: 1;
	}
	.main-page .main-interview-wrap .interview-box .head .ptext {
		width: calc(100% - 240px);
		padding-right: 65px;
		font-size: 32px;
		line-height: 40px;
		height: 80px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.main-page .main-interview-wrap .interview-box .head .ptext:after {
		content: "";
		background-image: url("../images/common/sp_ic.png");
		background-size: 134px 86px;
		width: 44px;
		height: 40px;
		background-position: 0px 0px;
		position: absolute;
		top: 1px;
		right: 0;
	}
	.main-page .main-interview-wrap .interview-box .body {
		margin-top: 27px;
		font-size: 22px;
		line-height: 28px;
	}
	.main-page .main-interview-wrap .interview-box .body p + p {
		margin-top: 22px;
	}
	.main-page .main-media-wrap {
		margin-top: 150px;
		padding: 0 60px;
	}
	.main-page .main-media-wrap .block-title {
		position: relative;
	}
	.main-page .main-media-wrap .block-title .block-nav {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.main-page .main-media-wrap .main-media-list {
		margin-top: 100px;
		display: flex;
	}
	.main-page .main-media-wrap .media-box {
		width: 50%;
		border: 1px solid #fff;
		border-width: 1px 0 0 1px;
		float: none;
		margin-bottom: 0;
	}
	.main-page .main-media-wrap .media-box a,
	.main-page .main-media-wrap .media-box span,
	.main-page .main-media-wrap .media-box i {
		display: block;
	}
	.main-page .main-media-wrap .media-box a {
		transition: all 0.5s;
		position: relative;
	}
	.main-page .main-media-wrap .media-box a:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(/assets/images/main/bg_media.png) no-repeat center bottom;
		background-size: cover;
		z-index: 10;
		transition: all 0.5s;
	}
	.main-page .main-media-wrap .media-box .img {
		padding-top: 123%;
		position: relative;
		overflow: hidden;
	}
	.main-page .main-media-wrap .media-box .img img {
		display: block;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.main-page .main-media-wrap .media-box .desc {
		padding: 72px 30px 76px;
		background: none;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 11;
		transition: all 0.5s;
	}
	.main-page .main-media-wrap .media-box .desc .tit {
		font-size: 45px;
		line-height: 60px;
	}
	.main-page .main-media-wrap .media-box .desc .date {
		margin-top: 55px;
		font-size: 36px;
	}
	.main-page .main-media-wrap .media-box a:hover:after {
		display: none;
	}
	.main-page .main-media-wrap .media-box a:hover .desc {
		background: rgba(4, 63, 151, 0.8);
	}
	.main-page .main-media-wrap .media-box.sm {
		float: none;
		width: 25%;
		height: 50%;
	}
	/* .main-page .main-media-wrap .media-box.sm + .media-box {
		margin-left: 0px;
	} */
	.main-page .main-media-wrap .media-box.sm .desc {
		padding: 30px 15px;
	}
	.main-page .main-media-wrap .media-box.sm .desc .tit {
		font-size: 24px;
		line-height: 30px;
	}
	.main-page .main-media-wrap .media-box.sm .desc .date {
		margin-top: 25px;
		font-size: 20px;
	}
	.main-page .main-media-wrap .media-box:nth-child(1) {
		margin-right: 10px;
	}
	.main-page .main-media-wrap .media-box:nth-child(2) {
		margin: 0px 10px;
	}
	.main-page .main-media-wrap .media-box:nth-child(3) {
		margin: 0px 10px;
	}
	.main-page .main-media-wrap .media-box:nth-child(4) {
		margin-left: 10px;
	}
}

@media screen and (min-width: 1600px) {
	.main-page .main-banner-wrap .main-banner-menu ul li + li {
		margin-top: 95px;
	}
	.main-page .main-banner-wrap .main-banner-menu ul li a {
		padding: 20px 30px;
		font-size: 40px;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 i {
		vertical-align: -12px;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 span {
		font-size: 52px;
		line-height: 74px;
	}
	.main-page .main-banner-wrap .main-banner-content .title h3 span b.bg {
		white-space: nowrap;
		font-size: 52px;
		line-height: 66px;
	}
	.main-page .main-banner-wrap .main-banner-content .desc.kor {
		font-size: 26px;
		line-height: 44px;
	}
	.main-page .main-banner-wrap .main-banner-content .desc.eng {
		margin-top: 35px;
		font-size: 24px;
		line-height: 36px;
	}
}

/* company.scss */
.company-page .company-filter {
	padding: 0 10px;
}

.company-page .company-filter ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
}

.company-page .company-filter ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	line-height: 48px;
	padding: 0 5px;
}

.company-page .company-filter ul li a {
	display: block;
}

.company-page .company-filter ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 9px;
	line-height: 17px;
	font-weight: bold;
	color: #043f97;
	white-space: nowrap;
}

.company-page .company-filter ul li.on span {
	border-bottom: 1px solid #043f97;
}

.company-page .company-list {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 15px;
}
.company-page .company-list + .company-list {
  padding-top: 0;
 }

.company-page .company-box {
	width: 50%;
	position: relative;
	margin-bottom: 8px;
}

.company-page .company-box.on .company-logo:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #043f97;
	opacity: 0.6;
	z-index: 0;
}

.company-page .company-logo {
	padding: 14px 15px 11px;
	position: relative;
}

.company-page .company-logo .logo img {
	height: 50px;
}

.company-page .company-logo .name {
	margin-top: 13px;
	padding: 0 15px;
	font-size: 7px;
	line-height: 15px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.company-page .company-logo .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-indent: -9999px;
}

.company-page .company-info {
	display: none;
}

.company-page .company-info-viewer {
	display: none;
	position: relative;
	margin: 15px -15px;
	padding: 30px 15px;
	border: 1px solid #043f97;
	border-width: 1px 0;
}

.company-page .company-info-viewer .close {
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 20;
	padding: 4px;
}

.company-page .company-info-viewer:before,
.company-page .company-info-viewer:after {
	content: "";
	display: table;
	clear: both;
}

.company-page .company-info-viewer .img {
	display: none;
}

.company-page .company-info-viewer .head .name {
	margin-bottom: 4px;
}

.company-page .company-info-viewer .head .name span {
	font-size: 15px;
	font-weight: bold;
	color: #030303;
	vertical-align: baseline;
}

.company-page .company-info-viewer .head .name sub {
	font-style: normal;
	font-size: 14px;
	color: #030303;
	vertical-align: baseline;
}

.company-page .company-info-viewer .head .shortdesc {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.company-page .company-info-viewer .head .type {
	font-size: 13px;
	color: #999;
	line-height: 19px;
}

.company-page .company-info-viewer .body {
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
	color: #030303;
}

.company-page .company-info-viewer .body p + p {
	margin-top: 12px;
}

.company-page .company-info-viewer .foot {
	margin-top: 25px;
}

.company-page .company-info-viewer .foot a {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #043f97;
	border-bottom: 1px solid #043f97;
}
@media screen and (min-width: 425px) {
	.company-page .company-filter ul li span {
		font-size: 11px;
	}
}

@media screen and (min-width: 1280px) {
	.company-page .company-filter {
		margin-top: 100px;
		padding: 0;
	}
	.company-page .company-filter ul {
		/* fixed */
		width: 100%;
		display: flex;
		justify-content: flex-start;
		border-bottom: 1px solid #043f97;
		padding: 0 60px;
	}
	.company-page .company-filter ul:after {
		content: "";
		display: table;
		clear: both;
	}
	.company-page .company-filter ul li {
		width: 100%;
		float: left;
		max-width: 360px;
		position: relative;
		height: 89px;
	}
	.company-page .company-filter ul li a {
		display: block;
		text-align: center;
		line-height: 88px;
		height: 89px;
		position: absolute;
		top: 0;
		left: 0;
		right: -1px;
		bottom: 0;
		border: 1px solid #043f97;
		border-bottom: 0;
	}
	.company-page .company-filter ul li span {
		display: inline-block;
		vertical-align: middle;
		font-size: 22px;
		line-height: 1;
		font-weight: normal;
		color: #043f97;
	}
	.company-page .company-filter ul li.on a {
		background: #043f97;
	}
	.company-page .company-filter ul li.on span {
		color: #fff;
		font-weight: bold;
	}
	.company-page .company-list {
		padding: 80px 60px;
	}
  .company-page .company-list + .company-list {
    padding-top: 0;
  }
	.company-page .company-list:after {
		content: "";
		display: table;
		clear: both;
	}
	.company-page .company-box {
		float: left;
		width: 25%;
		position: relative;
		margin-bottom: 8px;
	}
	.company-page .company-box:hover .company-logo:after,
	.company-page .company-box.on .company-logo:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 1px solid #043f97;
		opacity: 0.6;
		z-index: 0;
	}
	.company-page .company-logo {
		padding: 45px 25px 39px;
		position: relative;
	}
	.company-page .company-logo .logo img {
		height: auto;
	}
	.company-page .company-logo .name {
		margin-top: 45px;
		padding: 0 30px;
		font-size: 19px;
		line-height: 34px;
		height: 68px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.company-page .company-logo .link {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		text-indent: -9999px;
	}
	.company-page .company-info {
		display: none;
	}
	.company-page .company-info-viewer {
		display: none;
		float: left;
		width: 100%;
		position: relative;
		margin: 30px 0;
		padding: 60px 50px;
	}
	.company-page .company-info-viewer .img {
		display: block;
		float: left;
		width: 50%;
		font-size: 0;
		line-height: 0;
		padding-right: 60px;
	}
	.company-page .company-info-viewer .img img {
		max-width: 100%;
		width: 100%;
	}
	.company-page .company-info-viewer .info {
		float: right;
		width: 50%;
		padding-bottom: 75px;
	}
	.company-page .company-info-viewer .head .name {
		margin-bottom: 2px;
	}
	.company-page .company-info-viewer .head .name span {
		font-size: 30px;
	}
	.company-page .company-info-viewer .head .name sub {
		font-size: 28px;
	}
	.company-page .company-info-viewer .head .shortdesc {
		font-size: 26px;
		line-height: 30px;
		margin: 5px 0;
	}
	.company-page .company-info-viewer .head .type {
		font-size: 24px;
		line-height: 30px;
	}
	.company-page .company-info-viewer .body {
		margin-top: 25px;
		font-size: 20px;
		line-height: 28px;
	}
	.company-page .company-info-viewer .body p + p {
		margin-top: 20px;
	}
	.company-page .company-info-viewer .foot {
		margin-top: 0;
		position: absolute;
		bottom: 60px;
		left: 50%;
	}
	.company-page .company-info-viewer .foot a {
		font-size: 24px;
		line-height: 30px;
	}
}

.team-page {
	padding: 0;
}

.team-page .team-slogan-wrap {
	background: #fafafa;
	padding: 0 15px;
	position: relative;
}

.team-page .team-slogan-wrap .swiper-button-next,
.team-page .team-slogan-wrap .swiper-button-prev {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	top: 50%;
	margin-top: -15px;
	display: block;
	padding: 11px 15px;
	height: 30px;
	width: 35px;
}

.team-page .team-slogan-wrap .swiper-button-next:after,
.team-page .team-slogan-wrap .swiper-button-prev:after {
	display: none;
}

.team-page .team-slogan-wrap .swiper-button-next:before,
.team-page .team-slogan-wrap .swiper-button-prev:before {
	content: "";
	display: block;
}

.team-page .team-slogan-wrap .swiper-button-prev {
	left: 0;
}

.team-page .team-slogan-wrap .swiper-button-prev:before {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 5px;
	height: 8px;
	background-position: -150px -28.5px;
}

.team-page .team-slogan-wrap .swiper-button-next {
	right: 0;
}

.team-page .team-slogan-wrap .swiper-button-next:before {
	background-image: url("../images/common/sp_ui_mb.png");
	background-size: 206px 110.5px;
	width: 5px;
	height: 8px;
	background-position: -135px -28.5px;
}

.team-page .team-slogan {
	height: 150px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	padding: 0 15px;
}

.team-page .team-slogan:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.team-page .team-slogan .inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.team-page .team-slogan h3 {
	font-size: 20px;
	line-height: 1;
	color: #043f97;
	font-weight: normal;
}

.team-page .team-slogan .desc {
	margin-top: 10px;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

.team-page .team-member-list {
	display: flex;
	flex-wrap: wrap;
	padding: 6px 11px 9px;
	margin-top: 14px;
}

.team-page .team-member-box {
	width: 50%;
	position: relative;
	margin-bottom: 8px;
	padding: 0 4px 0;
}

.team-page .team-member-box.on .profile img.on {
	opacity: 1;
}

.team-page .team-member-profile {
	position: relative;
}

.team-page .team-member-profile .profile {
	position: relative;
}

.team-page .team-member-profile .profile img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}

.team-page .team-member-profile .profile img.on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.team-page .team-member-profile .profile:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: url(/assets/images/team/profile_hover_bg.png) repeat-x center
		bottom;
	background-size: auto 149px;
	opacity: 0.6;
}

.team-page .team-member-profile .name {
	padding: 14px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.team-page .team-member-profile .name p {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.team-page .team-member-profile .name p + p {
	font-size: 8px;
	line-height: 14px;
	font-weight: normal;
}

.team-page .team-member-profile .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-indent: -9999px;
}

.team-page .team-member-info {
	display: none;
	width: 100%;
}

.team-page .team-member-info-viewer {
	display: none;
	position: relative;
	margin: 7px 4px 15px;
	padding: 20px 0;
	border: 1px solid #043f97;
	border-width: 1px 0;
}

.team-page .team-member-info-viewer .close {
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 20;
	padding: 4px;
}

.team-page .team-member-info-viewer:before,
.team-page .team-member-info-viewer:after {
	content: "";
	display: table;
	clear: both;
}

.team-page .team-member-info-viewer .img {
	display: none;
}

.team-page .team-member-info-viewer .head {
	padding-right: 30px;
}

.team-page .team-member-info-viewer .head .name {
	line-height: 20px;
}

.team-page .team-member-info-viewer .head .name span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	vertical-align: baseline;
}

.team-page .team-member-info-viewer .head .name sub {
	margin-left: 4px;
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	color: #999;
	vertical-align: baseline;
}

.team-page .team-member-info-viewer .body {
	margin-top: 20px;
	font-size: 12px;
	line-height: 19px;
	color: #030303;
}

.team-page .team-member-info-viewer .body p + p {
	margin-top: 12px;
}

.team-page .team-member-info-viewer .foot {
	margin-top: 20px;
	text-align: center;
}

.team-page .team-member-info-viewer .foot a {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #043f97;
}

.team-page .team-member-info-viewer .foot a .sp-inline {
	vertical-align: -2px;
}

@media screen and (min-width: 1280px) {
	.team-page {
		padding: 0;
	}
	.team-page .team-slogan-wrap {
		background: #fafafa;
		padding: 0 60px;
		position: relative;
	}
	.team-page .team-slogan-wrap .swiper-button-next,
	.team-page .team-slogan-wrap .swiper-button-prev {
		margin-top: -25px;
		display: block;
		padding: 0;
		height: 50px;
		width: 30px;
	}
	.team-page .team-slogan-wrap .swiper-button-next:after,
	.team-page .team-slogan-wrap .swiper-button-prev:after {
		display: none;
	}
	.team-page .team-slogan-wrap .swiper-button-next:before,
	.team-page .team-slogan-wrap .swiper-button-prev:before {
		content: "";
		display: block;
	}
	.team-page .team-slogan-wrap .swiper-button-prev {
		left: 60px;
	}
	.team-page .team-slogan-wrap .swiper-button-prev:before {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 30px;
		height: 50px;
		background-position: -50px -265px;
	}
	.team-page .team-slogan-wrap .swiper-button-next {
		right: 60px;
	}
	.team-page .team-slogan-wrap .swiper-button-next:before {
		background-image: url("../images/common/sp_ui.png");
		background-size: 552px 315px;
		width: 30px;
		height: 50px;
		background-position: 0px -265px;
	}
	.team-page .team-slogan {
		height: 400px;
		padding: 0 100px;
	}
	.team-page .team-slogan h3 {
		font-size: 60px;
	}
	.team-page .team-slogan .desc {
		margin-top: 40px;
		font-size: 28px;
		line-height: 40px;
	}
	.team-page .team-member-list {
		display: block;
		padding: 16px 52px 16px;
		margin-top: 16px;
	}
	.team-page .team-member-list:after {
		content: "";
		display: table;
		clear: both;
	}
	.team-page .team-member-box {
		float: left;
		width: 33.33333333333333333%;
		margin-bottom: 16px;
		padding: 0 8px 0;
	}
	.team-page .team-member-box.on .profile:after {
		display: block;
	}
	.team-page .team-member-box.on .name {
		display: block;
	}
	.team-page .team-member-box:hover .profile img.on {
		opacity: 1;
	}
	.team-page .team-member-profile:hover .profile:after {
		display: block;
	}
	.team-page .team-member-profile:hover .name {
		display: block;
	}
	.team-page .team-member-profile .profile:after {
		display: none;
		background-size: auto 298px;
		opacity: 0.6;
	}
	.team-page .team-member-profile .name {
		display: none;
		padding: 48px 0 48px;
	}
	.team-page .team-member-profile .name p {
		font-size: 40px;
		line-height: 50px;
	}
	.team-page .team-member-profile .name p + p {
		font-size: 28px;
		line-height: 50px;
	}
	.team-page .team-member-info-viewer {
		float: left;
		margin: 34px 8px 50px;
		padding: 0;
		border: 1px solid #043f97;
		border-width: 1px 0;
		width: calc(100% - 16px);
	}
	.team-page .team-member-info-viewer .close {
		top: 28px;
		right: 28px;
	}
	.team-page .team-member-info-viewer:before,
	.team-page .team-member-info-viewer:after {
		content: "";
		display: table;
		clear: both;
	}
	.team-page .team-member-info-viewer .img {
		display: block;
		float: left;
		width: calc(33.333333333333% - 11px);
	}
	.team-page .team-member-info-viewer .img img {
		display: block;
		width: 100%;
	}
	.team-page .team-member-info-viewer .info {
		position: static;
		padding: 85px 100px;
		float: left;
		width: calc(66.666666666666% + 11px);
	}
	.team-page .team-member-info-viewer .head {
		padding-right: 30px;
	}
	.team-page .team-member-info-viewer .head .name {
		line-height: 40px;
	}
	.team-page .team-member-info-viewer .head .name span {
		font-size: 40px;
	}
	.team-page .team-member-info-viewer .head .name sub {
		margin-left: 8px;
		font-size: 24px;
	}
	.team-page .team-member-info-viewer .body {
		margin-top: 40px;
		font-size: 22px;
		line-height: 38px;
	}
	.team-page .team-member-info-viewer .body p + p {
		margin-top: 22px;
	}
	.team-page .team-member-info-viewer .foot {
		position: absolute;
		text-align: right;
		bottom: 32px;
		right: 32px;
	}
	.team-page .team-member-info-viewer .foot a {
		font-size: 20px;
		line-height: 1;
	}
	.team-page .team-member-info-viewer .foot a .sp-inline {
		vertical-align: -2px;
	}
}

@media screen and (min-width: 1921px) {
	.team-page .team-member-box {
		width: 25%;
	}
	.team-page .team-member-info-viewer .img {
		width: calc(25% - 11px);
	}
	.team-page .team-member-info-viewer .info {
		width: calc(75% + 11px);
	}
}

.media-page .media-list {
	padding: 20px 15px;
}

.media-page .media-list ul {
	margin: 0 -5px;
}

.media-page .media-list ul:after {
	content: "";
	display: table;
	clear: both;
}

.media-page .media-list ul li {
	float: left;
	width: 50%;
	padding: 5px;
}

.media-page .media-box {
	width: 100%;
}

.media-page .media-box a,
.media-page .media-box span,
.media-page .media-box i {
	display: block;
}

.media-page .media-box a {
	transition: all 0.5s;
	position: relative;
}

.media-page .media-box a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/assets/images/media/bg_media.png) repeat-x center bottom;
	background-size: auto 117.5px;
	z-index: 10;
	transition: all 0.5s;
}

.media-page .media-box .img {
	position: relative;
	overflow: hidden;
}

.media-page .media-box .img img {
	display: block;
	width: 100%;
}

.media-page .media-box .desc {
	padding: 10px 5px;
	background: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11;
	transition: all 0.5s;
}

.media-page .media-box .desc .tit {
	font-size: 9px;
	line-height: 12px;
	color: #fff;
}

.media-page .media-box .desc .date {
	margin-top: 10px;
	font-size: 8px;
	line-height: 12px;
	color: #fff;
}

.media-page .media-box a:hover:after {
	display: none;
}

.media-page .media-box a:hover .desc {
	background: #043f97;
}

@media screen and (min-width: 1280px) {
	.media-page .media-list {
		padding: 70px 60px;
	}
	.media-page .media-list ul {
		margin: 0 -38px;
	}
	.media-page .media-list ul li {
		width: 33.33333333333%;
		padding: 30px 38px;
	}
	.media-page .media-box a:after {
		background-size: auto 235px;
	}
	.media-page .media-box .desc {
		padding: 48px 20px 48px;
	}
	.media-page .media-box .desc .tit {
		font-size: 28px;
		line-height: 38px;
	}
	.media-page .media-box .desc .date {
		margin-top: 25px;
		font-size: 22px;
		line-height: 30px;
	}
}

.contact-page .find-location-wrap {
	padding: 15px;
}

.contact-page .find-location-wrap .find-map .map {
	border: 1px solid #d8d8d8;
}

.contact-page .find-location-wrap .find-map .map img {
	width: 100%;
	display: block;
}

.contact-page .find-location-wrap .find-map .map-link {
	font-size: 0;
	line-height: 0;
	margin-top: 8px;
	text-align: right;
}

.contact-page .find-location-wrap .find-map .map-link a {
	color: #3a7fe6;
	font-size: 11px;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #3a7fe6;
}

.contact-page .find-location-wrap .find-map .map-link a + a {
	margin-left: 15px;
}

.contact-page .find-location-wrap .find-location {
	margin-top: 30px;
}

.contact-page .find-location-wrap .find-location .find-road + .find-road {
	margin-top: 30px;
}

.contact-page .find-location-wrap .find-location .find-road .tit {
	margin-bottom: 12px;
}

.contact-page .find-location-wrap .find-location .find-road .tit h4 {
	font-size: 20px;
	line-height: 1;
	color: #043f97;
	font-weight: bold;
}

.contact-page .find-location-wrap .find-location .find-road .row:after {
	content: "";
	display: table;
	clear: both;
}

.contact-page .find-location-wrap .find-location .find-road .kor,
.contact-page .find-location-wrap .find-location .find-road .eng {
	font-size: 12px;
	line-height: 15px;
	color: #030303;
}

.contact-page .find-location-wrap .find-location .find-road .eng {
	margin-top: 12px;
}

.contact-page .contact-submit {
	padding: 0 15px;
	margin-top: 25px;
	color: #043f97;
	text-align: center;
}

.contact-page .contact-submit .inner {
	border: 1px solid #043f97;
	padding: 20px;
}

.contact-page .contact-submit h3 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	padding-top: 15px;
}

.contact-page .contact-submit h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background: #043f97;
	top: 0;
	left: 50%;
	margin-left: -15px;
}

.contact-page .contact-submit p {
	font-size: 11px;
	line-height: 15px;
}

.contact-page .contact-submit p + p {
	margin-top: 8px;
}

.contact-page .contact-submit .bt-wrap {
	margin-top: 18px;
	text-align: center;
}

.contact-page .contact-submit .bt-wrap .bt {
	background: #043f97;
	display: block;
	margin: 0 auto;
	width: 145px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

@media screen and (min-width: 1280px) {
	.contact-page .contact-submit {
		padding: 0 60px;
		margin-top: 80px;
	}
	.contact-page .contact-submit .inner {
		border: 2px solid #043f97;
		padding: 23px 0;
	}
	.contact-page .contact-submit .inner:after {
		content: "";
		display: table;
		clear: both;
	}
	.contact-page .contact-submit h3 {
		padding-top: 0;
		width: 24%;
		float: left;
		font-size: 36px;
		line-height: 110px;
		margin-bottom: 0;
	}
	.contact-page .contact-submit h3:before {
		content: "";
		position: absolute;
		background: #043f97;
		top: 0;
		bottom: 0;
		height: auto;
		width: 2px;
		right: 0;
		left: auto;
	}
	.contact-page .contact-submit .desc {
		float: left;
		width: 76%;
		position: relative;
		padding: 28px 210px 28px 3%;
		text-align: left;
	}
	.contact-page .contact-submit p {
		font-size: 21px;
		line-height: 27px;
	}
	.contact-page .contact-submit p + p {
		margin-top: 0;
	}
	.contact-page .contact-submit p br {
		display: none;
	}
	.contact-page .contact-submit .bt-wrap {
		margin-top: 0;
		text-align: right;
		position: absolute;
		top: 50%;
		right: 5%;
		margin-top: -35px;
		width: 20%;
	}
	.contact-page .contact-submit .bt-wrap .bt {
		width: 100%;
		max-width: 290px;
		height: 70px;
		line-height: 70px;
		font-size: 28px;
		text-align: center;
	}
	.contact-page .find-location-wrap {
		padding: 15px 100px;
	}
	.contact-page .find-location-wrap .find-map .map-link {
		margin-top: 17px;
	}
	.contact-page .find-location-wrap .find-map .map-link a {
		font-size: 24px;
		line-height: 30px;
	}
	.contact-page .find-location-wrap .find-map .map-link a + a {
		margin-left: 30px;
	}
	.contact-page .find-location-wrap .find-location {
		margin-top: 85px;
	}
	.contact-page .find-location-wrap .find-location .inner {
		margin-bottom: 100px;
	}
	.contact-page .find-location-wrap .find-location .inner:after {
		content: "";
		display: table;
		clear: both;
	}
	.contact-page .find-location-wrap .find-location .find-road {
		float: left;
		width: 50%;
	}
	.contact-page .find-location-wrap .find-location .find-road + .find-road {
		margin-top: 0;
	}
	.contact-page .find-location-wrap .find-location .find-road .tit {
		margin-bottom: 12px;
	}
	.contact-page .find-location-wrap .find-location .find-road .tit h4 {
		font-size: 36px;
	}
	.contact-page .find-location-wrap .find-location .find-road .kor,
	.contact-page .find-location-wrap .find-location .find-road .eng {
		font-size: 24px;
		line-height: 32px;
	}
	.contact-page .find-location-wrap .find-location .find-road .eng {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1720px) {
	.contact-page .contact-submit h3 {
		font-size: 50px;
	}
	.contact-page .contact-submit p {
		font-size: 26px;
		line-height: 30px;
	}
	.contact-page .find-location-wrap {
		padding: 15px 100px;
	}
	.contact-page .find-location-wrap .find-location {
		margin-top: 85px;
	}
	.contact-page .find-location-wrap .find-location .inner {
		margin-bottom: 100px;
	}
	.contact-page .find-location-wrap .find-location .find-road + .find-road {
		margin-top: 0;
	}
	.contact-page .find-location-wrap .find-location .find-road .tit h4 {
		font-size: 48px;
	}
	.contact-page .find-location-wrap .find-location .find-road .kor,
	.contact-page .find-location-wrap .find-location .find-road .eng {
		font-size: 34px;
		line-height: 42px;
	}
	.contact-page .find-location-wrap .find-location .find-road .eng {
		margin-top: 30px;
	}
}

/* 221114 :: 윤리경영영역추가 */
.ethical-desc {
	margin-top: 105px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #666;
}

.ethical-list {
	display: flex;
	margin-top: 104px;
	padding: 0 50px;
	font-size: 0;
}

.ethical-item {
	width: 50%;
}

.ethical-item + .ethical-item {
	position: relative;
	margin-left: 41px;
}

.ethical-item + .ethical-item:before {
	position: absolute;
	top: 0;
	left: -20px;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #000000;
}

.ethical-item__banner img {
	width: 100%;
}

.ethical-item__info {
	position: relative;
	padding-left: 20px;
	padding-right: 200px;
}

.ethical-item__title {
	font-size: 48px;
	font-weight: bold;
	margin-top: 33px;
	color: #666;
}

.ethical-item__desc {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 33px;
	color: #666;
	line-height: 150%;
	word-break: keep-all;
}

.ethical-item__btn {
	position: absolute;
	right: 0;
	top: 12px;
	display: inline-block;
	padding: 9px 21px 9px 56px;
	border: 1px solid #25337B;
	border-radius: 69px;
	color: #25337B;
	font-size: 18px;
}
.ethical-item__btn a {
	position: relative;
}

.ethical-item__btn a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 1px;
	background-color: #25337B;
}

.ethical-item__btn > span {
	position: relative;
}

.ethical-item__btn > span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 1px;
	background-color: #25337B;
}

.icon-download {
	position: absolute;
	left: -45px;
	display: inline-block;
	width: 33px;
	height: 29px;
	background: url('/assets/images/ethical/icon_download.svg') no-repeat center center;
	vertical-align: middle;
}

.icon-mail {
	position: absolute;
	left: -45px;
	display: inline-block;
	width: 33px;
	height: 26px;
	background: url('/assets/images/ethical/icon_mail.svg') no-repeat center center;
	vertical-align: middle;
}

@media screen and (max-width: 1280px) {

	.ethical-desc {
		margin-top: calc(59px / 2);
		font-size: 10px;
	}

	.ethical-list {
		display: block;
		margin-top: calc(82px / 2);
		padding: 0 calc(15px / 2);
	}

	.ethical-item {
		width: 100%;
		padding: 0;
	}
	.ethical-item +.ethical-item {
		margin-top: calc(95px / 2);
		margin-left: 0;
		padding: 0 calc(15px / 2);
	}

	.ethical-item +.ethical-item:before {
		display: none;
	}

	.ethical-item__info {
		padding: 0 calc(20px / 2);
	}
	.ethical-item__btn {
		top: 0;
		right: 0;
		padding: calc(9px / 2) calc(15px / 2) calc(7px / 2) calc(62px / 2);
		font-size: 10px;
	}
	.ethical-item__title {
		margin-top: calc(30px / 2);
		font-size: calc(36px / 2);
		line-height: 1;
	}
	.ethical-item__desc {
		margin-top: calc(35px / 2);
		font-size: calc(20px / 2);
	}

	.icon-download {
		width: 12px;
		height: 16px;
		left: -20px;
		background-size: contain;
	}

	.icon-mail {
		width: 16px;
		height: 14px;
		left: -20px;
		background-size: contain;
	}
}
	/*# sourceMappingURL=maps/common_pub.css.map */
