@charset "UTF-8";

._fnctWrap {
	line-height: 1.5;
}

.outer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.hiddenT {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
}

/******************************************************************************
  ******************************************************************************/
/* Design - search*/

.cnt-search {
	position: relative;
	text-align: center;
	border: 5px solid #eee;
	padding: 35px 10px;
	margin-bottom: 40px;
}

.cnt-search::after {
	content: '';
	display: block;
	clear: both;
}

.cnt-search .srchBox2 {
	position: relative;
	float: left;
	text-align: right;
	width: 35%;
	box-sizing: border-box;
}

.cnt-search .srchBox2 label {
	position: relative;
	padding-left: 24px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 24px;
	font-family: 'Noto Regular';
}

.cnt-search .srchBox2 label::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: url('../images/contact-bul.png') center center no-repeat;
}

.cnt-search .srchBox2 .srcBox {
	position: relative;
	display: inline-block;
}

.cnt-search .srchBox2 .srcBox::after {
	content: '';
	display: block;
	clear: both;
}

.cnt-search .srchBox2 .srcName {
	min-width: 160px;
	text-align: left;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	padding: 10px;
	transition: ease-in-out .25s;
}

.cnt-search .srchBox2 .srcName.ac {
	border: 1px solid #87939e;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}

.cnt-search .srchBox2 .src_list {
	position: absolute;
	width: 100%;
	max-width: 158px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #87939e;
	border-top: 0;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cnt-search .srchBox2 .src_list a {
	font-size: 14px;
}

.cnt-search .srchBox2,
.cnt-search .srchTxt {
	display: inline-block;
}

.cnt-search .srchTxt {
	float: right;
	text-align: left;
	width: 65%;
	padding-left: 20px;
	box-sizing: border-box;
}

.cnt-search .srchTxt #srchWrd {
	width: 100%;
	max-width: 400px;
	border: 1px solid #ddd;
	border-radius: 20px;
	background-color: #ebebeb;
	padding: 10px;
	box-sizing: border-box;
	transition: ease-in-out .25s;
	height: auto;
	line-height: 1.5;
}

.cnt-search .srchTxt #srchWrd.ac {
	border: 1px solid #87939e;
	background-color: #fff;
}

.cnt-search .srchTxt .srchBtn {
	font-size: 14px;
	padding: 10px 20px;
	color: #fff;
	background-color: #87939e;
	border: 1px solid #87939e;
	border-radius: 20px;
	cursor: pointer;
	transition: ease-in-out .25s;
}

.cnt-search .srchTxt .srchBtn:hover {
	color: #87939e;
	background-color: #fff;
}

@media all and (max-width: 860px) {
	.cnt-search {
		padding: 20px 10px;
	}

	.cnt-search .srchBox2 {
		width: 100% !important;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.cnt-search .srchTxt {
		width: 100%;
		text-align: center;
	}

	.cnt-search .srchTxt #srchWrd {
		max-width: 210px;
	}
}

/* Design - depth 01*/
.cnt-dep-01 {
	position: relative;
	margin-bottom: 40px;
}

.cnt-dep-01 button {
	display: none;
}

.cnt-dep-01 .dep-01-dt {
	overflow: hidden;
}

.cnt-dep-01 .dep-01-dt li {
	position: relative;
	float: left;
	width: calc(100% / 10 - (10px));
	margin-right: 10px;
}

.cnt-dep-01 .dep-01-dt li::after {
	content: '';
	position: absolute;
	right: -11px;
	top: 50%;
	width: 10px;
	height: 1px;
	background-color: #929db5;
}

.cnt-dep-01 .dep-01-dt li a {
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #929db5;
	border-radius: 20px;
	padding: 6px 0;
}

.cnt-dep-01 .dep-01-dt li a.ac,
.cnt-dep-01 .dep-01-dt li a:hover {
	color: #fff;
	font-weight: bold;
	border: 1px solid #018cff;
	background-color: #018cff;
}

.cnt-dep-01 .dep-01-mb {
	display: none;
	position: relative;
	margin-bottom: 30px;
}

.cnt-dep-01 .dep-01-mb ul {
	position: absolute;
	width: 100%;
	border: 1px solid #888;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}

.cnt-dep-01 .dep-01-mb ul a {
	display: block;
	padding: 8px;
}

.cnt-dep-01 .dep-01-mb ul a:hover {
	color: #fff;
	background-color: #43505d;
}

.cnt-dep-01 .dep-01-mb #srch-btn {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	background-color: #018cff;
	border-radius: 5px;
	padding: 10px;
}

.cnt-dep-01 .dep-01-mb #srch-btn::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 7px;
	background: url('../images/contact-arrow.png') center center no-repeat;
	margin-left: 5px;
	transition: ease-in-out .2s;
}

.cnt-dep-01 .dep-01-mb #srch-btn.ac::after {
	transform: rotate(180deg);
}

.cnt-dep-01 .dep-01-mb #srch-btn span {
	color: #fff;
}

@media all and (max-width: 860px) {
	.cnt-dep-01 .dep-01-dt li {
		width: calc(100% / 5 - (10px));
		margin-bottom: 10px;
	}
}

@media all and (max-width: 420px) {

	/* .dep-01-dt {
	display: none;
  }

	.cnt-dep-01 .dep-01-mb {
	display: block;
  } */
	.cnt-dep-01 {
		width: 100%;
		min-height: 38px;
	}

	.cnt-dep-01 button {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		min-height: 38px;
		font-size: 16px;
		border: 1px solid #ddd;
		border-radius: 10px;
	}

	.cnt-dep-01 .dep-01-dt {
		display: none;
		position: absolute;
		left: 0;
		top: 40px;
		width: 100%;
		max-height: 420px;
		border-radius: 10px;
		background-color: #f1f1f1;
		overflow-y: scroll;
		padding: 10px;
		box-sizing: border-box;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
		z-index: 1;
	}

	.cnt-dep-01 .dep-01-dt li {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.cnt-dep-01 .dep-01-dt li::after {
		display: none;
	}

	.cnt-dep-01 .dep-01-dt li a {
		background-color: #f9f9f9;
		font-size: 14px;
	}
}

/* Design - depth 02*/
.cnt-dep-02>ul {
	overflow: hidden;
}

.cnt-dep-02>ul>li {
	float: left;
	width: calc(100% / 5 - (60px / 5));
	margin: 0 15px 10px 0;
}

.cnt-dep-02>ul>li:nth-child(5n) {
	margin-right: 0;
}

.cnt-dep-02 dt {
	text-align: center;
	margin-bottom: 5px;
}

.cnt-dep-02 dt a {
	display: block;
	color: #fff;
	background: url('../images/ptrn-01.png') repeat #43505d;
	padding: 15px;
}

.cnt-dep-02 dd {
	min-height: 200px;
	border: 2px solid #d6d6d6;
	padding: 15px;
}

.cnt-dep-02 dd li {
	position: relative;
	padding-left: 12px;
}

.cnt-dep-02 dd li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	background-color: #666;
	margin-top: -2px;
}

.cnt-dep-02 dd li a {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media all and (max-width: 860px) {
	.cnt-dep-02>ul>li {
		width: calc(100% / 3 - (30px / 3));
	}

	.cnt-dep-02>ul>li:nth-child(5n) {
		margin-right: 15px;
	}

	.cnt-dep-02>ul>li:nth-child(3n) {
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.cnt-dep-02>ul>li {
		width: calc(100% / 2 - (30px / 2));
	}

	.cnt-dep-02>ul>li:nth-child(3n) {
		margin-right: 15px;
	}

	.cnt-dep-02>ul>li:nth-child(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 420px) {
	.cnt-dep-02>ul>li {
		width: 100%;
		margin-right: 0;
	}

	.cnt-dep-02 dd {
		min-height: auto;
	}
}

/* Design - depth 03*/
.cnt-dep-03 {
	margin: 50px 0 0 0;
}

.cnt-dep-03 li {
	display: none;
}

.cnt-dep-03 li.ac {
	display: block;
}

.cnt-dep-03 .in-table {
	position: relative;
	border-top: 5px solid #183d93;
	background-color: #f7f7f7;
	padding: 40px 50px;
}

.cnt-dep-03 .in-table::before {
	content: '';
	position: absolute;
	width: 154px;
	height: 5px;
	top: -5px;
	right: 0;
	background: url('../images/table-deco.png') center center no-repeat;
}

.cnt-dep-03 .in-table h3 {
	display: block;
	color: #222;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Noto Regular';
	padding-left: 25px;
	background: url('../images/contact-bul.png') left 10px no-repeat;
	margin-bottom: 20px;
	line-height: 1.5;
}

.cnt-dep-03 .in-table table {
	border-top: 2px solid #43505d;
}

.cnt-dep-03 .in-table th,
.cnt-dep-03 .in-table td {
	border-right: 1px solid #ccd0d7;
	border-bottom: 1px solid #ccd0d7;
	padding: 15px;
}

.cnt-dep-03 .in-table th:last-child,
.cnt-dep-03 .in-table td:last-child {
	border-right: 0;
}

.cnt-dep-03 .in-table td {
	background: #fff;
}

.cnt-dep-03 .in-table th {
	color: #1b1b1b;
	font-size: 18px;
	background-color: #e4ebf2;
}

.cnt-dep-03 .in-table tbody th {
	color: #666;
	font-size: 16px;
	background-color: #f1f1f1;
}

/* popup area */
.dim-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1000;
}

.dim-layer .dimBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
	position: absolute;
	width: 100%;
	max-width: 1000px;
	left: 50%;
	top: 50%;
	border-top: 5px solid #183d93;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
    transform: translate(-50%,-50%);
}

.dim-layer .pop-layer::before {
	content: '';
	position: absolute;
	width: 154px;
	height: 5px;
	top: -5px;
	right: 0;
	background: url('../images/table-deco.png') center center no-repeat;
}

.dim-layer .btn-layerClose {
	position: absolute;
	display: block;
	right: 0;
	top: -45px;
	margin-bottom: 10px;
	overflow: hidden;
}

.dim-layer .btn-layerClose a {
	float: right;
	display: block;
	width: 29px;
	height: 28px;
	text-indent: -9999px;
	background: url('../images/popup-icon.png') top center no-repeat;
}

.dim-layer .cont-box .tit-wrd {
	display: block;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

.dim-layer .cont-box .tit-wrd span {
	position: relative;
	color: #183d93;
	margin: 0 20px;
}

.dim-layer .cont-box .tit-wrd span::after,
.dim-layer .cont-box .tit-wrd span::before {
	content: '';
	position: absolute;
	top: 5px;
	width: 14px;
	height: 12px;
	background-image: url('../images/popup-icon.png');
	background-repeat: no-repeat;
}

.dim-layer .cont-box .tit-wrd span::after {
	right: -20px;
	background-position: top -140px center;
}

.dim-layer .cont-box .tit-wrd span::before {
	left: -20px;
	background-position: top -78px center;
}

.dim-layer .cont-box .pop-depth {
	padding-left: 30px;
	background: url('../images/popup-icon.png') left -195px no-repeat;
	margin-bottom: 15px;
}

.dim-layer .cont-box .pop-depth span {
	color: #183d93;
	font-size: 18px;
	background: url('../images/popup-icon.png') right bottom 8px no-repeat;
	padding-right: 25px;
}

.dim-layer .cont-box .pop-depth span:last-child {
	background: none;
}

.dim-layer .pop-table {
	border-top: 2px solid #43505d;
}

.dim-layer .pop-table th,
.dim-layer .pop-table td {
	border-right: 1px solid #ccd0d7;
	border-bottom: 1px solid #ccd0d7;
	padding: 10px 15px;
}

.dim-layer .pop-table th:last-child,
.dim-layer .pop-table td:last-child {
	border-right: none;
}

.dim-layer .pop-table th {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: normal;
	background-color: #e4ebf2;
}

.dim-layer .pop-table tbody th {
	background-color: #f1f1f1;
}

.dim-layer .pop-table tbody th,
.dim-layer .pop-table tbody td {
	color: #666;
	font-size: 16px;
}

@media all and (max-width: 1015px) {
	.dim-layer .pop-layer {
		max-width: 800px;
	}
}

@media all and (max-width: 860px) {
	.dim-layer .pop-layer {
		max-width: 600px;
	}

	.dim-layer,
	.dim-layer .pop-layer {
		padding: 30px;
		box-sizing: border-box;
	}
}

@media all and (max-width: 620px) {
	.dim-layer .pop-layer {
		max-width: 400px;
	}

	.dim-layer .cont-box .tit-wrd {
		font-size: 20px;
	}

	.dim-layer .cont-box .pop-depth span {
		font-size: 15px;
	}

	.dim-layer .pop-table th {
		font-size: 15px;
	}

	.dim-layer .pop-table tbody th,
	.dim-layer .pop-table tbody td {
		font-size: 14px;
	}
}

@media all and (max-width: 420px) {
	.dim-layer .cont-box .tit-wrd {
		font-size: 18px;
	}

	.dim-layer .pop-layer {
		max-width: 340px;
	}

	.dim-layer,
	.dim-layer .pop-layer {
		padding: 20px;
	}

	.cnt-dep-03 .in-table {
		padding: 20px;
	}
}