@charset "utf-8";

.page-foot p{word-break:break-word;}
.page-foot hr{display:block;}

/*********************************************************************
*
* Section single
*/

.section-single {
	display: flex;
	text-align: center;
}

.section-single.bg-gray-darker {
	color: #fff;
}

.section-single * + .row {
	margin-top: 40px;
}

.section-single * + .rd-mailform {
	margin-top: 40px;
}

.section-single .countdown + p {
	margin-top: 30px;
}

.section-single .form-modern .form-wrap + .button {
	margin-top: 30px;
}

.section-single .form-modern .form-input,
.section-single .form-modern .form-label {
	color: #fff;
}

.section-single .rights a {
	color: #f17b02;
}

@media (min-width: 768px) {
	.section-single * + .row {
		margin-top: 60px;
	}
}

@media (min-width: 1600px) {
	.section-single * + .row {
		margin-top: 100px;
	}
}

.section-single-header,
.section-single-footer {
	position: relative;
}

.section-single-header .divider-wide,
.section-single-footer .divider-wide {
	position: absolute;
	left: 0;
	right: 0;
}

.section-single-header {
	text-align: center;
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-header .divider-wide {
	top: 0;
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-footer .divider-wide {
	bottom: 0;
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1600px) {
	.section-single-header {
		padding: 60px 0 10px;
	}
	.section-single-main {
		padding: 30px 0;
	}
	.section-single-footer {
		padding: 50px 0 35px;
	}
}
/*********************************************************************
*
* Breadcrumbs
*/
.breadcrumbs-custom {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
	background-color: #cccccc;
	z-index: 1;
}

.breadcrumbs-custom  h2.breadcrumbs-custom-title{font-size:2em;}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
	font-size: 14px;
	line-height: 1.33;
	font-weight: 500;
	font-family: 'Noto Sans KR', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
    color: rgba(255, 255, 255, 0.53);
    font-weight: 400;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs-custom-path li::after {
	content: "/";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -8px;
	color: rgba(255, 255, 255, 0.53);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover {
	color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	color: rgba(255, 255, 255, 0.83);
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

@media (min-width: 576px) {
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom  h2.breadcrumbs-custom-title{font-size:3em;}
	.breadcrumbs-custom {
		padding: 100px 0;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom  h2.breadcrumbs-custom-title{font-size:4em;}
	.breadcrumbs-custom-inset {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
 		padding-left: 0px;
		padding-right: 0px;
	}
}

h5.breadcrumbs-custom-title{color: rgba(180,180,180,0.9);}
h5.breadcrumbs-custom-title .tname{display:none;}
@media (max-width: 767px) {
	h5.breadcrumbs-custom-title .tname{display:contents;}
	h5.breadcrumbs-custom-title .pname{display:none;}
}

.box-position {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	will-change: transform;
	-webkit-animation: bgPos 100s linear infinite;
	animation: bgPos 100s linear infinite;
	-webkit-transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
	transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1;
}

@-webkit-keyframes bgPos {
	25% {
		-webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
		transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
	}
	75% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

@keyframes bgPos {
	25% {
		-webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
		transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
	}
	75% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

#breadcrumbs-wsctypeA{border-bottom:1px solid #B6B8C3;background-color:#E8EAF6;}
#breadcrumbs-wsctypeA .breadcrumbs-wsctypeA-path-wrap{display:flex;flex-direction:row-reverse;}
#breadcrumbs-wsctypeA ul.breadcrumbs-wsctypeA-path{display:flex;flex-direction:row;flex-wrap:wrap;}
#breadcrumbs-wsctypeA ul.breadcrumbs-wsctypeA-path>li{position:relative;line-height:48px;font-size:18px;padding:0px 16px;color:#303F9F;}
#breadcrumbs-wsctypeA ul.breadcrumbs-wsctypeA-path>li a{color:#303F9F;}
#breadcrumbs-wsctypeA ul.breadcrumbs-wsctypeA-path>li select{
	border:1px solid #6bc3f0;height:34px;padding:0px 16px;margin:4px 0px;color:#6bc3f0;background-color:#E3F2FD;
}
#breadcrumbs-wsctypeA ul.breadcrumbs-wsctypeA-path>li select>option:selected{color:#FF0000;}
#breadcrumbs-wsctypeA ul.breadcrumbs-wsctypeA-path>li + li::before{
	font-family: 'Material Icons';
	content:'navigate_next';
	-webkit-font-feature-settings:'liga';
	position:absolute;top:0px;left:-10px;
	color:#B6B8C3;
	font-szie:30px;
}
#breadcrumbs-wsctypeA ul.breadcrumbs-wsctypeA-path>li:first-child{padding-left:0px;}

.section-path p.breadcrumbs {
    position:absolute;bottom:7px;right:0px;
    text-align:right;
    font-family: 'Titillium Web', sans-serif;
    /* margin-top:3px; */
}

/* left side bar */

.menu-path {
    height: 100%;
}

.menu-path ul {
    padding-top: 30px;
    background-color: #f5f5f5;
    height: 100%;
    min-height: 500px;
}

.menu-path ul li {
    font-size: 16px;
    padding: 12px 20px;
    line-height: 1;
}

.menu-path ul li:nth-of-type(2) {
	padding-top: 22px;
}

.menu-path ul li a {
	color: #666;
}

.menu-path ul li a.active {
    color: #383b40;
    font-weight: 600;
}

.menu-path ul li.active {
    color: #fff;
	text-transform: uppercase;
/*     background-color: #383b40;
     */    background-color: #0054af;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-path ul li.second {
    color: #0054af;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding-left: 20px;
}
.menu-path ul li.second>ul{padding-top:8px;margin-top:10px;min-height:auto;border-top:1px solid #CCC;}
.menu-path ul li.second>ul>li{padding:8px;}
.menu-path ul li.second>ul>li>a{font-weight:400;font-size:14px;}
.menu-path ul li.second.cur>a{color: #0054af;}

@media (max-width: 991px) {
	.menu-path{display:none;}
}

.section-path {
	position:relative;
    border-bottom: 1px solid #eeeeee;
    /* padding-top: 15px; */
    height: 86px;
    font-size: 16px;
    font-weight: 400;
    color: #989898;
    display: flex;
    flex-direction:column;
    align-items: flex-start;
}
.section-path h2{
	font-size:1.95em;
	line-height:55px;
	width:100%;
	text-align:left;
	margin-top:30px;
	text-transform:none;
	letter-spacing:0px;
}

.section-page-contents{min-height:700px;}

@media (max-width: 1200px) {
}
@media (max-width: 991px) {
	.section-path{height:auto;}
	.section-path h2{margin-top:0px;line-height:200%;}
}
@media (max-width: 767px) {
	.section-page-contents{min-height:auto;}
}

.comming_soon{
	width:100%;
	margin:16px 0px;
	padding:150px 0px;
	text-align:center;
	background-color:#FAFAFA;
	border:1px solid #EEEEEE;
	color:#DDDDDD;
	font-size:2em;
}

.btn.btn2{
	max-width: 100%;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	border-radius: 5px;
	border: 2px solid;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: .3s ease-out;
	padding: 11px 15px;
	cursor: pointer;
	height:auto;
	line-height:1.25;
}
@media (min-width: 992px) {
	.btn.btn2 {
		padding: 15px 35px;
	}
}

.btn.btn2.btn-icon-only {
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 0;
	line-height: 0;
	transition: .33s all ease;
}

.btn.btn2.btn-icon-only::-moz-focus-inner {
	border: none;
	padding: 0;
}

.btn.btn2.btn-icon-only.btn-icon-only-primary, .btn.btn2.btn-icon-only.btn-icon-only-primary:active, .btn.btn2.btn-icon-only.btn-icon-only-primary:focus {
	color: #f17b02;
}

.btn.btn2.btn-icon-only.btn-icon-only-primary:hover {
	color: #000;
}

.btn.btn2.btn-icon-only {
	padding: 9px 18px;
}

#mainpage p{word-break:break-word;}
