@charset "UTF-8";
@import url('./animate.css');
@import url('./font/NotoSansKR.css');
/* Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing : border-box;
}
html {
	width: 100%;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	font-family:'Noto Sans KR',"맑은고딕",MalgunGothic, Helvetica, Arial, sans-serif;
	width: 100%;
	overflow-x:hidden;
	font-size: 14px;
}

.tit_noah{font-family: 'noah'}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	cursor: pointer;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	cursor: pointer;
}
fieldset {
	border: 0;
}
legend, caption {
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
textarea {
	overflow: auto;
}
button {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background: none;
	font-family: inherit;
	cursor: pointer;
	white-space: nowrap ;
	text-decoration: none;
	background: transparent;
	border: none;
	outline: 0
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
i, em, address {
	font-style: normal;
}
small {
	font-size: 80%;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}

/*  */
.blind {
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px !important;
}
.hide {
    display: none;
}

/* Button */
.bt {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	text-align: center;
}
.bt.down {
	position: absolute;
	top: 0px;
	right: 35px;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	background: #000;
	border-radius: 3px;
}


/* Icon */
.ico {
	display: inline-block;
	vertical-align: top;
	background-image: url(../../images/ico/stripe.png);
	background-repeat: no-repeat;
}
.ico.f-s1 {
	width: 41px;
	height: 41px;
	background-position: 0 0;
}
.ico.f-s2 {
	width: 41px;
	height: 41px;
	background-position: -43px 0;
}

.ico.r-1 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -90px 0;
}
.ico.r-2 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -125px 0;
}
.ico.r-3 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -230px 0;
}
.ico.r-4 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -198px -35px;
}
.ico.r-5 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -230px 0;
}
.ico.r-6 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -265px 0;
}
.ico.r-7 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -90px -35px;
}
.ico.r-8 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -125px -35px;
}
.ico.r-9 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: -160px -35px;
}
.ico.r-11 {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-position: 0 50%;
	background-image: url("../../images/ico/icon-r-5.png");
}


.ico.down {
	width: 19px;
	height: 16px;
	background-position: 0 -50px;
}

/* List */
/* table */
ul.table > li {
	display: table;
	width: 100%;
	margin-top: 100px;
	letter-spacing: -0.5px;
}
ul.table > li .table-th {
	display: table-cell;
	vertical-align: top;
	width: 345px;
}
ul.table.en_table > li .table-th{
	padding-right: 50px
}
ul.table > li .table-th strong {
	display: inline-block;
	position: relative;
	padding-bottom: 30px;
	color: #127ab7;
	font-size: 22px;
	font-weight: normal;
}
ul.table > li .table-th strong.arrow:after {
	content: '▼';
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -5px;
	color: #127ab7;
	font-size: 12px;
}
ul.table > li .table-th strong.arrow_none:after{
	display: none;
}
ul.table > li .table-th strong + ul {
	padding-top: 25px;
}
ul.table > li .table-td {
	display: table-cell;
	padding-left: 50px;
	color: #555;
	line-height: 2em;
	border-left: 1px solid #e7e7e7;
}
ul.table > li .table-td div.thumb {
	overflow: hidden;
	padding-top: 30px;
	clear: both;
}
ul.table > li .table-td div.thumb.ea3 {
	overflow: hidden;

}
ul.table > li .table-td .left {
	float: left;
	clear: left;
}
ul.table > li .table-td .center {
	float: left;
	margin-left: 15px;
}
ul.table > li .table-td .right {
	float: right;
}
ul.table > li .table-td .full {
	clear: both;
}
ul.table > li .table-td div.thumb .center {
	margin-left: 50px;
}
ul.table > li .table-td figure.thumb {
	margin-top: 30px;
	border: 1px solid #e7e7e7;
}
ul.table > li .table-td figure.thumb.full {
	padding-top: 30px;
	margin-top: 0px;
	border: 0px;
}
ul.table > li .table-td figure.thumb figcaption {
	padding: 20px;
	color: #111;
	font-size: 15px;
	border-top: 1px solid #e7e7e7;
}
ul.table > li .table-td.en_td figure.thumb figcaption{
	font-size: 13px;
}
ul.table > li .table-td figure.thumb.full figcaption {
	padding: 0px 0px 30px;
	border: 0px;
}
ul.table > li .table-td figure.thumb.full.none figcaption {
	padding: 0px;
}

ul.table > li .table-td .en_ea3 figure.thumb figcaption{
	font-size: 14px;
	padding: 10px;
	height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	text-align: center;
}

/* Dot */
ul.list-dot > li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
	color: #555;
	line-height: 1.5em;
	letter-spacing: -1.5px;
}
ul.list-dot > li > span{
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}
ul.table > li .table-th ul.list-dot > li > span{
	font-weight: normal;
	letter-spacing: 0;
}
ul.list-dot > li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #888;
}
ul.list-dot.inline {
    overflow: hidden;
}
ul.list-dot.inline li {
	float: left;
	margin-left: 14px;
}
ul.list-dot.inline li:nth-child(3n+1) {
	margin-left: 0px;
}
ul.list-dot + ul.list-box {
	margin-top: 40px;
}
ul.con-dot > li{
	font-size: 14px;
}

/* Hyphen */
ul.list-hyphen {
	margin: 10px 0;
}
ul.list-hyphen > li {
	position: relative;
	padding-left: 15px;
	color: #555;
	line-height: 1.5em;
	letter-spacing: -1.5px;
}
ul.list-hyphen > li:before {
	content: '-';
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Gray Box */
ul.list-box {
	overflow: hidden;
}
ul.list-box > li {
	float: left;
	width: 32%;
	height: 135px;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	padding: 20px 30px;
	background: #f5f5f5;
}
ul.list-box > li.welfare{
	height: 150px;
	width: 49%;
}
ul.list-box > li.welfare:nth-child(2n+1){
	margin-left: 0;
}
ul.list-box > li.welfare:nth-child(4){
	margin-left: 1.5%;
}
ul.list-box > li:nth-child(3n+1) {
	margin-left: 0px;
}
ul.list-box > li strong {
	display: block;
	margin-bottom: 15px;
    padding-bottom: 15px;
	color: #111;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: -1px;
	border-bottom: 1px solid #e7e7e7;
}
ul.list-box li ul.list-dot li {
	margin-bottom: 5px;
}
ul.list-box .bt {
	width: 100%;
	margin-top: -16px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #127ab7;
	transition: all 0.3s;
}
ul.list-box .bt.btn_newa+.bt.btn_newa{margin-left: 10px;}
ul.list-box .bt.btn_newa {
	width: calc(50% - 5px);
	height: 40px;line-height: 40px;
}
ul.list-box .bt:hover{
	background: #88bb8a;
}
ul.list-box .bt .ico {
	margin-top: 20px;
	margin-left: 30px;
}
ul.list-box .bt.btn_newa .ico{
margin-top: 12px;
}

/* Text */
.dot {
	display: block;
	position: relative;
	padding-left: 15px;
	color: #555;
}
.dot:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #888;
}

.dot.size-2 {
color: #222;
	font-size: 18px;
}
.dot:before {
	top: 14px;
}


/* Skip */
.nav-skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}
a.nav-skip:active,
a.nav-skip:focus,
a.nav-skip:hover {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	overflow: visible;
	width: auto;
	height: auto;
	padding: 10px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: rgba(6,74,133,0.1);
	outline: 0;
}
.inner {
	position: relative;
	overflow: hidden;
	width: 100%;
    max-width: 1400px;
	margin: 0px auto;
}
.re_inner{
	position: relative;
	overflow: hidden;
	width: 100%;
    max-width: 1640px;
	margin: 0px auto;
}


/* Footer */
footer {
	position: relative;
	color: #bbb;
	font-size: 13px;
	line-height: 1.5em;
	background: #111111;
}
footer .re_inner {
	overflow: visible;
	max-width: 1640px;
	padding: 2% 0 4%;
}
.f-logo {
    position: absolute;
    left: 40px;
    top: 35px;
    width: 152px;
    height: 45px;
    background: url("../../images/logo-footer.png") no-repeat left top;
    text-indent: -9999px;
}
footer ul {
	padding-bottom: 1%;
    margin-bottom: 1%;
	border-bottom: 1px solid #585c5f;
}
footer ul li {
	display: inline-block;
	position: relative;
	padding: 0px 15px 0 18px;
	color: #e7e7e7;
	font-size: 14px;
}
footer ul li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 0;
    height: 12px;
    border-left: 1px solid #585c5f;
}
footer ul li:first-child {
    padding-left: 0;
}
footer ul li:first-child:after {
    border-left: none;
}
footer ul li em {
    color: #5f88dd;
    font-weight: normal;
}
footer ul li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 0;
    height: 8px;
    border-left: 1px solid #c4c4c4;
}
footer address {
    margin-bottom: 0.5%;
	padding-right: 130px;
}
footer address strong {
	font-weight: normal
}
footer address span {
    display: inline-block;
    margin-right: 20px;
}
footer small {
	display: block;
	
    color: #848484;
    font-size: 13px;
}
footer .f-site {
    position: absolute;
    top: 39%;
	right: -8px;
	overflow: hidden;
}
footer .f-site .intranet {
	float: right;
	width: 55px;
	margin-left: 30px;
	text-align: center;
}
footer .f-site span {
	display: block;
	margin-top: 2px;
	padding: 0px;
	color: #d1d2d3;
	font-size: 13px;
}
footer .f-site .link_pdf{
	margin-top:0;
	display:inline-block;
}
footer .f-site .link_pdf .btn{
	height:62px;
}
footer .f-site .link_pdf .btn:after{
	top:18px;
}
footer .f-site .link_pdf .btn .in{
	line-height:62px;
} 
footer .f-site .link_pdf a{
	width:100%;
}
/* Content */
.dim {
	display: none;
	content: '';
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.fix {
    -ms-overflow-style: none;
    overflow: hidden;
}
.fix::-webkit-scrollbar {
}
.fix header {
	padding-right: 17px !important
}
.container {
    position: relative;
    z-index: 1;
}



@media (max-width:1400px) {
	/* Footer */
	footer .re_inner {
		max-width: 1400px;
		padding: 3.4% 5% 7%;
	}
	footer .f-site {
		right: 5%;
		margin-right: -8px;
		position: initial;
	    margin-top: 15px;
	}
}
@media (max-width:1180px) {
	header.home .inner {
		background-position: 0px 95px;
	}
	header.home .inner .bg-text{
		left: 40px;
	}
}
@media (max-width:1100px) {
	/* Header */
	header .logo {
		padding: 0 5%;
	}

	header.home nav {
		display: none;
		padding: 0 6.7%;
	}
	/* Open Header */
	header.open {
		right: -1000px;
		bottom: 0px;
		z-index: 20;
		background-image: url(../../images/bg/bg-header-side.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
	}
	header.open h1 a {
		margin: 0 auto;
	}
	header.open h1 a {
		margin: 0 auto;
	}
	header.open nav .sub-menu {
		display: block !important;
	}
	header.home.open nav {
		display: block;
		clear: both;
	}
	header.home nav .sub-menu {
		display: block !important;
		height: auto !important;
		margin: 1% 0px 0px !important;
		padding: 0px !important;
	}
	header.home .inner .bg-text{
		display: none;
	}

	/* Header */
	header.side {
		width: 100%;
	}
	header nav .nav-title,
	header.open nav .sub-menu {
		float: none;
	}
	header.open nav .sub-menu {
		margin-top: 1%;;
	}
	header.open nav .sub-menu li {
		margin-top: 1%;
	}
	/* Scroll Controller  */
	aside {
		display: none !important;
	}
}

@media (max-width:768px) {
footer address{padding-right: 0;}
footer address strong{display: block;}
	body {
		font-size: 13px;
	}

	/* Button */
	.side .bt.menu {
    	width: 50px;
		height: 50px;
	}
	.side .bt.menu i {
		left: 15px;
		top: 24px;
	}

	/* List */
	/* table */
	ul.table.en_table > li .table-th{
		padding-right: 20px
	}
	ul.table > li {
		margin-top: 50px;
	}
	ul.table > li .table-th {
		width: 50%;
		padding-right: 20px;
	}
	ul.table > li .table-th strong {
		padding-bottom: 20px;
		font-size: 18px;
	}
	ul.table > li .table-th strong + ul {
		padding-top: 15px;
	}
	ul.table > li .table-td {
		padding-left: 20px;
	}
	ul.table > li .table-td p br {
		display: none;
	}
	ul.table > li .table-td figure.thumb figcaption {
		padding: 10px;
		font-size: 13px;
	}

	/* Header */
	header {
		min-height: 60px;
	}
	header .logo {
		min-height: 60px;
	}
	header .bt.menu {
		top: 14px;
	}
	header .logo a {
		width: 101px;
    	height: 30px;
	}
	header nav .nav-title {
		font-size: 15px;
	}
	header nav .sub-menu li a {
		font-size: 13px
	}
	/* Home Header */
	header.home:before {
		top: 59px;
	}
	header.home .logo {
		padding-top: 15px;
	}

	/* Scroll Controller  */
	aside {
		display: none !important;
	}

	ul.list-dot > li > span{
		display: block;
	}
}

@media (max-width:640px) {
	/* Footer */
	footer ul li {
		padding: 0px 5px 0 8px;
		font-size: 12px;
	}
	footer address {
		padding-right:0;
		font-size: 11px;
	}
	footer address span {
		margin-right: 10px;
	}
	footer .f-site {
		top: 30%;
	}
	footer .f-site span {
		margin-top: 5px;
	}
	footer small {
		font-size: 11px;
	}
}

@media (max-width:480px) {
	/* Footer */
	footer {
		text-align: center;
	}
	footer ul {
		padding-bottom: 0px;
		text-align: right;
	}
	footer ul li {
		margin-bottom: 5px;
		padding: 0px 10px;
		color: #666;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		border: 1px solid #666;
	}
	footer ul li:first-child {
		padding-left: 10px;
	}
	footer ul li:after {
		display: none;
	}
	footer ul li em {
		color: #fff;
	}
	footer .f-site {
		display: none;
		top: 35px;
		margin-right: 0px;
	}
	footer address {
		padding-right: 0px;
	}
	footer small {
		width: 240px;
    	margin: 0px auto;
	}
}

.motion-txt{
	opacity: 0;
	transform:translate3d(-80px,0,0);

}
.motion-txt.action{
	opacity: 1;
	transform:translate3d(0,0,0);
	transition:all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


.recruit .con-dot *,
.recruit .list-box a{
	letter-spacing: 0 !important;
}


.txt_second{
	clear: both;
    padding-top: 30px;
}

.survey-arrow{height: 47px;background: url("/images/sub/thumb-arw.png") no-repeat 50% 0;}
.smalls{clear: left;overflow: hidden;margin-top: 10px;font-size: 12px;}

.group-fig{display: flex;justify-content: space-between;align-items: center;}
.group-fig span{display: block;background: url("/images/sub/survey-pl.jpg") no-repeat 50% 0;width: 30px;height: 30px;}
