@charset "utf-8";

#site {
	padding-top: 0;
	font-family: 'notokr', sans-serif;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: rgba(0,0,0,0.25);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	border: 0;
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse{
		transition:all .3s ease;
		height: 106px;
		overflow:hidden;
		text-align:left;
		background-color: rgba(0,0,0,0.25);
	}
	.navbar-inverse.shrink{
		height:80px;
	}
	.navbar-inverse.on{
		height: 310px;
		background-color: rgba(255,255,255,1);
	}
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: .25rem;
		border: 1px solid #d5d5d5;
		padding: 10px 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
	}
	.navbar-inverse .navbar-nav>li>a{
		min-width: 150px;
		text-align:left;

	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 5px 20px;
		
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 600;
	}
	.navbar-inverse.on .navbar-nav > li > a {
		color: #333;
		font-weight: 500;
		position: relative;
	}
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		color: #ff773b;
		}
	.navbar-inverse .navbar-nav:hover .dropdown-menu{
		display:block;
		height:233px;
	}
	.nav.navbar-nav li .dropdown-menu{
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: fadeInDown;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding: 43px 20px 47px;
		transition:padding .3s ease;
	}
	.shrink.navbar-inverse .navbar-nav>li>a{
		padding: 33px 20px 37px;
	}
}
/* 상단 서브 메뉴 설정 시작*/
.nav.navbar-nav li .dropdown-menu{
    background-color: rgba(0, 0, 0, 0);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border: none;
		padding: 0;
		right: auto;
		left: 0;
		box-shadow: none;
}


.nav.navbar-nav li .dropdown-menu > li:last-child {
		border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    color: #555;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    letter-spacing: -0.03em;
    transition: 0.1s;
    font-weight: 500;
}
.nav.navbar-nav li .dropdown-menu > li > a:hover,
.nav.navbar-nav li .dropdown-menu > li > a:focus {
   	color: #e66932;
   	background:transparent;
   	font-weight: 500;
}
/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
	top: 45%;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

.carousel-caption h1{
	margin: 0;
	font-size: 72px;
	color: #fff;
	letter-spacing: -0.034em;
	font-weight: 700;
	text-shadow: 0 0 30px #000;
}
.carousel-caption p{
	margin: -155px auto 0;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	background: #ff7335;
	display: block;
	width: 220px;
	padding: 3px 0;
	border-radius: 33px;
	letter-spacing: -0.034em;
	text-shadow: none;
}
/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 30px 0 35px;
	background-color: #626262;
	color: #ddd;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 100vh
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 350px
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 28px
	}

	#mainCarousel .carousel-caption p {
		margin-top:-105px;
		font-size: 16px;
	}
	.carousel-control{
		display:none;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}

/* personal setting 0.64v */
@media(min-width:768px) {
	.col-sm-20 {
		width: 20%;
	}
}

/* img */
.img-bordered {
	border: 1px solid #ddd;
}

.img-caption {
	margin: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: 500;
	letter-spacing: -0.034em;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center !important;
	vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
	text-align: left !important;
}

/* font */
.numbering {
	margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #e66932;
}

.numbering.circle {
	border-radius: 50%;
}

/*list style*/
.li-none>li {
	list-style: none !important;
	margin-left: 20px;
}

.li-circle>li {
	list-style: circle !important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square !important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc !important;
	margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #e66932;
}

.location-li {
	/* border-top: 2px solid #222; */
	margin: 25px 0 0;
	text-align: center;
}

.location-li li {
	/* border-bottom: 1px solid #ddd; */
	padding: 5px 50px 0 0;
	font-size: 17px;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
	display: inline-block;
}

.location-li span {
	display: inline-block;
	margin-right: 15px;
	/* min-width: 130px; */
	font-weight: 700;
	color: #222;
	border-radius: 4px;
	font-size: 15px;
}

@media(max-width:767px) {
	.location-li span {
		display: block;
	}
}

.location-li span i {
	margin-right: 7px;
	color: #333;
	width: 16px;
	/* display: none; */
}

.partner-li {
	margin: 20px 0;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li>li {
	float: left;
	width: 20%;
	padding: 10px;
}

.partner-li>li img {
	border: 1px solid #ddd;
}

.category-li {
	display: inline-block;
	margin: 20px auto;
}

.category-li:after {
	content: '';
	display: block;
	clear: both;
}

.category-li>li {
	float: left;
	margin: 5px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.li-pill li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 100px;
}

.li-pill li span {
	position: absolute;
	left: 0;
	padding: 5px 0;
	text-align: center;
	width: 90px;
	color: #555;
	line-height: 1.1;
	font-weight: 500;
	border-radius: 4px;
	background: #d5d5d5;
}

.btn-li {
	text-align: center;
}

.btn-li li {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}

.trait-dl {
	margin: 40px 0;
}

.trait-dl:after {
	content: '';
	display: block;
	clear: both;
}

.trait-dl dt,
.trait-dl dd {
	float: left;
	margin-bottom: 10px;
	padding: 20px 40px;
	border-top: 2px solid #ddd;
}

.trait-dl dt {
	border-color: #e66932;
	font-size: 18px;
}

.stripe-dl {
	margin: 30px 0;
}

.stripe-dl dt {
	padding: 10px 20px;
	font-size: 16px;
	background: #f5f5f5;
}

.stripe-dl dd {
	margin-bottom: 20px;
	padding: 20px;
}

@media(min-width:768px) {
	.trait-dl dt {
		width: 25%;
	}

	.trait-dl dd {
		width: 75%;
	}
}

@media(max-width:767px) {
	.partner-li>li {
		width: 50%;
	}
}

/* component */
.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
}

.card .card-ttl {
	margin: -15px -15px 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #e66932;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.more-btn {
	display: block;
	margin: 40px auto 10px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #e66932;
	background: #e66932;
}

.more-btn:hover {
	color: #e66932;
	background: transparent;
}

.circle-wrap {
	margin: 70px 70px 0;
	text-align: center;
}

.circle-wrap .circle {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 220px;
	margin: 0 0 30px;
	vertical-align: top;
	border-radius: 50%;
}

.circle-wrap .circle span {
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
	min-width: 80%;
	letter-spacing: -0.034em;
}

@media(max-width:767px) {
	.column-2 {
		column-count: 1;
	}
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
	margin: 0;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	background: #f5f5f5;
}

.greet .quote,
p.quote {
	margin: 30px 0;
	font-size: 26px;
	font-weight: 300;
	color: #555;
	line-height: 1.2;
}

p.quote span {
	font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
	padding: 0;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}

a:hover,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #e66932;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #333;
}

.history-table {
	border-top: none;
}

.history-table.table-style tr th,
.history-table.table-style tr td {
	border-top: none !important;
	border-bottom: none !important;
	padding: 17px 45px 15px!important;
}

.history-table.table-style tr th {
	position: relative;
	text-align:right;
	border-right: 1px solid #ddd;
	font-size: 27px;
	font-weight: 300;
	color: #e26a32;
	vertical-align: top !important;
}

.history-table.table-style tr th:after {
	content: '';
	display: block;
	position: absolute;
	right: -8px;
	top: 31px;
	transform: translatey(-50%);
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #ffa968;
}

/* personal setting 0.65v end */
/* navigation setting */

@media(max-width:767px) {}

/* mainpage setting */
.main-facility,
.main-flow,
.main-business{
	padding: 50px 0;
	color:#fff;
	/* background: #e66932; */
}
.main-content .title{
	margin-bottom: 50px;
	text-align:center;
}
.main-content .title h3{
	margin-top:0;
	font-size: 34px;
	letter-spacing: -0.034em;
	color: #333;
	font-weight: 500;
}
.main-business .title h3:before{
	content:'';
	display:block;
	margin: 0 auto 16px;
	width:60px;
	height:6px;
	background:#e66932;
	display: none;
}
.main-content .container{
	width:1400px;
	max-width:100%;
}
.main-content .row{
	margin:0 -5px;
}
.main-content .row > div{
	padding: 0 5px;
}
.main-bbs .row{
	margin:0 -30px;
}
.main-bbs .row > div{
	padding:0 30px;
}
.main-content .inner{
	position:relative;
	display:block; 
	color:#fff;
	transition:all .3s ease;
}
.main-content .inner:hover{
	transform:translateY(-5px);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.main-content .inner .txt-box:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/* background:rgba(0,0,0,0.6); */
	transition:all .3s ease;
	/* border:1px solid transparent; */
}
.main-content .inner:hover .txt-box:after{
	/* background: rgba(0,0,0,0.5); */
	/* border:10px solid #e66932; */
}
.main-content .inner h5{
	margin:0;
	z-index:10;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	font-size:24px;
	font-weight:500;
	font-size: 26px;
	letter-spacing: -0.06em;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}
.main-content .inner h5 .numbering{
	display:none;
	/* display:block; */
	margin: 0px auto 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ff8e5c;
	letter-spacing: 0em;
}
.main-bbs{
	padding:50px 0 60px;
	background:#f5f5f5;
}
.main-bbs .page-header{
	border-bottom-color: #999;
	margin-top: 0;
	padding-bottom: 5px;
}
.main-bbs .page-header h4{
	font-size: 24px;
	letter-spacing: -0.06em;
}
div[class^="board_box_"] .page-header .pull-right{
	font-size: 17px;
	padding: 5px 3px 0;
	margin: 0;
	color: #999;
}
.board_box_list ul li{
	font-size:16px;
}
.main-partner{
	padding: 25px 0;
}
.main-partner .container:after{
	content:'';
	display:block;
	clear:both;
}
.main-partner h4{
	float:left;
	margin:0;
	width: 18%;
	font-size: 24px;
	line-height:65px;
	letter-spacing: -.034em;
	font-weight: 400;
	color:#111;
}
.main-partner  ul{
	float:left;
	width: 82%;
	margin:0;
}
.main-partner .slick-arrow:before{
	color:#111;
}
.main-partner li{
	padding:0 5px;
}
.main-partner li span{
	display:block;
	height:65px;
	line-height:65px;
	border:1px solid #ddd;
	text-align:center;
	font-size: 16px;
	color:#666;
}
.main-bbs .board_box_list{
	padding:0;
}
.main-facility .inner{
	border:1px solid #ddd;
}
/* @media(min-width:768px){
	.main-facility .box1,
	.main-flow .box1{
		margin-left:12.5%;
	}
} */
/* .main-facility a{
	display:block;
	text-align:center;
}
.main-facility a h5{
	font-size:20px;
	color:#333;
}
.main-facility a h5 span{
	display:none;
	margin-right:7px;
	color:#ff8e5c;
	font-weight:bold;
}
.main-facility a .more{
	font-size:13px;
	color:#999;
}
.main-facility a:hover .more{
	color:#ff8e5c
}
.main-facility a img{
	transition:all .3s ease;
}
.main-facility a:hover img{
	transform:translateY(-10px)
} */
.main-flow{
	padding-bottom:60px;
}
/* .main-flow a{
	display:block;
	position:relative;
	overflow: hidden;
	min-height:120px;
	border:1px solid #ddd;
	border-radius: 5px;
	transition:all .3s ease;
}
.main-flow a:hover{
	border-color:#ff8e5c
}
.main-flow a i{
	font-size:100px;
	position:absolute;
	right:-0px;
	bottom:-10px;
	color:#000;
	opacity: 0.1;
	transition:all .3s ease;
}
.main-flow a:hover i{
	opacity: 0.3;
	right:10px;
	color:#ff8e5c
}
.main-flow a span{
	font-size:24px;
	letter-spacing: -0.03em;
	font-weight:500;
	color:#333;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
} */
.main-customer{
	padding: 70px 0 70px;
	background: #f5f5f5;
}
.main-customer .row{
	margin:0 -15px;
}
.main-customer .row > div{
	padding:0 15px;
}
.main-customer .box{
	position:relative;
	display:block;
	text-align:center;
	background: #fff;
	color:#333;
	padding-bottom: 20px;
	transition:all .3s ease;
}
.main-customer .box:hover{
	transform:translateY(-5px);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.main-customer i{
	display:inline-block;
	width: 40px;
	height:40px;
	line-height:40px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	background: #626262;
	color:#fff;
	font-size:20px;
}
.main-customer h5{
	margin-top:20px;
	margin-bottom:20px;
	font-size:26px;
}
.main-customer p{
	display:inline-block;
	padding:4px 20px;
	background: #ff7335;
	color:#fff;
	border-radius: 20px;
}
.main-customer .box:hover p{
	background:#de7b4f
}
@media(max-width:767px) {}

/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	letter-spacing: 0em;
	font-size: 14px;
}
#quick-menu{
	z-index: 2000;
	position:fixed;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
#quick-menu ul{
	margin:0;
	background: rgba(0,0,0,.8);
	border-radius: 7px 0 0 7px;
	box-shadow: 0 0 5px 0px rgba(0,0,0,.4);
	overflow: hidden;
	text-align:center;
}
#quick-menu ul li{
	border-bottom:1px solid rgba(0,0,0,0.1)
}
#quick-menu ul li a{
	display:block;
	color: #fff;
	padding: 18px 12px 10px;
	height: 90px;
}
#quick-menu ul li a:hover{
	background: #ff7f3b;
}
#quick-menu ul li i{
	display:block;
	font-size: 27px;
	margin-bottom: 6px;
}
/* #quick-menu ul li a:hover{
	color:#e66932;
} */
#quick-menu ul li img{
	width: 34px;
	margin-bottom: 7px;
	border-radius: 5px;
}
#quick-menu ul li a span{
	font-weight: 400;
	letter-spacing: 0;
	font-size: 13px;
}
@media(max-width:767px) {}

/* subpage setting */
.pageheader {
	height: 320px;
	background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}

.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin-top: 200px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    font-weight: 300;
}
.breadcrumb{
    text-align: center;	
    right:15px;
    bottom:20px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#fff;
}
.breadcrumb .active{
	color:#fff;
}
.breadcrumb>li{
	font-size: 12px;
	letter-spacing: 0.02em;
	color: rgb(255,255,255,.6);
}
.breadcrumb>li+li:before {
    content: '/';
    color: #bbb;
    font-family: "Font Awesome 5 free";
    font-size: 11px;
    font-weight: 900;
}
.subpage-content {
	padding-top: 80px;
	padding-bottom: 120px;
}

.subpage-content .emp {
	font-weight: 500;
	color: #e66932;
}

.subpage-content section {
	padding-bottom: 40px;
}

.subpage-content section h4 {
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 38px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.subpage-content section h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}

@media(max-width:767px) {
	.table_default{
		table-layout: auto;
	}
	.table_default .num,
	.table_default .writer,
	.table_default .hits,
	.table_default .regdate,
	.table_default colgroup,
	.table_default .cate{
		display: none;
	}
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.snb-wrap{
	border-bottom: 1px solid #ddd;
}
.snb-wrap ul {
    margin: 0 auto 0;
    width:100%;
    max-width: 1140px;
    /* box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.15); */
    position: relative;
    z-index: 500;
    overflow: hidden;
}
.snb-wrap ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb-wrap li{
	float:left;
	width:calc(100% / 4);
}
div[id^="about"] .snb-wrap li {width:calc(100% / 5);}
div[id^="support"] .snb-wrap li {width:calc(100% / 3);}
div[id^="flow"] .snb-wrap li {width:calc(100% / 3);}
div[id^="facility"] .snb-wrap li {width:calc(100% / 3);}
.snb-wrap a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    font-weight: 500;
    color: #999;
    font-size: 17px;
    position: relative;
    letter-spacing: -0.034em;
}
.snb-wrap li:last-child a::after{
	display: none;
}
.snb-wrap .active a {
    color: #333;
    font-weight: 700;
}
.snb-wrap li a:hover{
    /* background:#e66932; */
    color: #333;
}
.subpage-content .title{
	margin-bottom: 70px;
	text-align:center;
}
.subpage-content .title h3{
	font-size: 37px;
	font-weight: 700;
	letter-spacing: -0.06em;
}
.subpage-content .title h3:before,
.subpage-content .title h3:after{
	content:'';
	display:inline-block;
	width:60px;
	height:1px;
	margin:-2px 10px 0;
	vertical-align: middle;
	background:#000;
	display: none;
}

/* subpage about */
.circle-wrap .c1{background: #4e89ae;}
.circle-wrap .c2{background: #43658b;}
.circle-wrap .c3{background: #ed6663;}
.circle-wrap .c4{background: #fc9a66;}
.circle-wrap span strong{
	font-size: 34px;
	letter-spacing: -0.034em;
}
.circle-wrap p{
	font-size:16px;
	letter-spacing: -0.06em;
	line-height: 1.45em;
}
.history-table li{
	font-size: 16px;
	position:relative;
	padding-left:70px;
	line-height: 1.8;
}
.history-table li strong{
	position:absolute;
	left:0;
	top:0;
}
.timeline-vt{
    position: relative;
    padding: 50px;
    /* margin-left: 29px; */
}
.timeline-vt::before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #76706E;
    position: absolute;
    left: 50%;
    top: 0;
    transform:  translateX(-50%);
}
.timeline-vt::after{
    content: '';
    display: table;
    clear: both;
}
.timeline-vt .timeline-item {
	margin-top:100px;
    width: 50%;
    padding-left: 0;
	padding-right: 50px;
    float: left;
}
.timeline-vt .timeline-item.reversed {
	/* margin-top:100px; */
    padding-left: 50px;
    padding-right: 0;
}
.timeline-vt .timeline-item:nth-child(1){
	margin-top:0px;
}
.timeline-vt .timeline-item:nth-child(3){
	margin-top:0;
}
.timeline-vt .timeline-item:nth-child(4){
	margin-top:200px;
}
.timeline-vt img{
	margin:20px auto 30px;
}
.timeline-vt .reversed .timeline-item {
    float: left;
    padding-left: 30px;
    padding-right: 0;
    margin-top: 175px;
}
.timeline-vt .timeline-item h5 {
    margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    position: relative;
    letter-spacing: -0.05em;
    font-weight: 400;
    text-align: right;
}
.timeline-vt .reversed.timeline-item h5 {
    text-align: left;
}
.timeline-vt .timeline-item h5::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #ffa968;
    width: 26px;
}
.timeline-vt .timeline-item h5::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -61px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #ffa968;
    border-radius: 50%;
    background: #fff;
}
.timeline-vt .timeline-item.reversed h5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #ffa968;
    width: 26px;
}
.timeline-vt .timeline-item.reversed h5::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #ffa968;
    border-radius: 50%;
    background: #fff;
}
.timeline-vt .timeline-item .list-timeline {
    margin: 0 0 15px;
    padding: 0;
    text-align: right;
}
.timeline-vt .reversed.timeline-item .list-timeline {
    text-align: left;
}
.timeline-vt .timeline-item .list-timeline dt {
    font-size: 16px;
    color: #666;
    padding: 5px 0;
}
.timeline-vt .timeline-item .list-timeline dd {
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    letter-spacing: -0.03em;
    color: #313131;
}
.cert-wrap img{
	margin-bottom:15px;
	padding:10px;
	border:1px solid #ddd;
}
.cert-wrap .img-caption{
	line-height: 1.35;
}

/* subpage business */
.busi-top{
	margin-bottom: 80px;
	text-align:center;
}
.busi-top p{
	display:inline-block;
	position: relative;
	/* padding:40px 50px; */
	font-size: 19px;
	color: #333;
	letter-spacing: -0.034em;
	padding-top: 20px;
}
.busi-top p:before,
.busi-top p:after{
	content:'';
	display:block;
	widtH:80px;
	height:40px;
	position:absolute;
}
.busi-top p:before{
	/* border-top:10px solid #eee; */
	/* border-left:10px solid #eee; */
	width: 1px;
	height: 25px;
	background: #999;
	left: 50%;
	top: -25px;
	/* transform: translateX(-50%); */
}
.busi-top p:after{
	right:0;
	bottom:0;
	/* border-bottom:10px solid #eee; */
	/* border-right:10px solid #eee; */
}
.img-wrap{
	margin: 0 -30px 20px;
}
.img-wrap > div{
	padding: 0 30px;
}
.img-wrap img{
	border:1px solid #ddd;
}

/* subpage facility */
.faci-wrap .inner:after{
	content:'';
	display:block;
	clear:both;
}
.faci-wrap .inner .txt-box,
.faci-wrap .inner img{
	float:left;
	width: 50%;
}
.faci-wrap .inner{
	border: 1px solid #e6e6e6;
	padding: 25px 0 20px;
	border-radius: 5px;
	border-top: 1px solid #999;
	background: #fff;
}
.faci-wrap .inner .txt-box{
	position:relative;
	width: 50%;
	padding: 35px 50px 0 0;
}
#facility02 .faci-wrap .inner .txt-box{
	padding-top:0;
}
.faci-wrap .inner .txt-box:before{
	content:'';
	display:block;
	width: 50px;
	height:7px;
	background:#e66932;
	position:absolute;
	left: 0;
	top:20px;
	display: none;
}
.faci-wrap .inner h5{
	margin-top:0;
	font-size: 32px;
}
.faci-wrap ul{
	border-top:1px solid #333;
}
.faci-wrap ul li{
	padding:0 15px;
	line-height: 42px;
	border-bottom:1px solid #ddd;
}
.faci-wrap ul li span{
	display:inline-block;
	width:100px;
	font-weight:500;
}
.faci-wrap .table-style thead tr th,
.faci-wrap .table-style tbody tr th,
.faci-wrap .table-style tbody tr td{
	padding:14px 0!important;
	font-size:16px;
}
/* .faci-wrap .table-style tbody tr th{
	background:#f5f5f5;
} */
/* board 추가 css */
.board_data_view .header_wrap .title {
    font-size: 24px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.btn.btn-primary {
    background-color: #e37542;
    border: 1px solid #e37542;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #d27043;
    border-color: #d27043;
}
#reply_write {
    margin-bottom: 100px;
}
form#board_write_form {
    margin-bottom: 100px;
}
/* board 추가 css end */
.copy {
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.02em;
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
}
#site footer img {
    width: 130px;
}
#site footer ul {
    padding-top: 10px;
    margin-bottom: 10px;
}
.navbar-inverse.on::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 100px;
}
.shrink.navbar-inverse.on::before{
	top:80px;
}
.navbar-brand>img {
	padding-top: 12px;
	height:92px;
	transition:all .3s ease;
}
.shrink .navbar-brand>img {
	height:70px;
}
.navbar-inverse .navbar-nav > li:hover > a::before, 
.navbar-inverse .navbar-nav > .open > a::before {content: '';display: block;width: 100px;height: 2px;background: #ff7d42;bottom: 9px;position: absolute;}
.snb-wrap .active::after {content: '';display: block;width: 100%;height: 2px;background: #ff7d41;position: absolute;bottom: 0px;}
.snb-wrap a::after {content: '';display: block;width: 1px;height: 15px;background: #ddd;right: 0;position: absolute;bottom: 38%;}
#flow01 .se1 {
    padding-top: 50px;
}
div[id^="facility0"] .subpage-content {
    background: #fafafa;
}
.history-table li i {
    font-size: 13px;
    margin: 0 3px;
}
#quick-menu ul li:last-child {
    border-bottom: none;
}
.main-bbs .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}
.main-bbs .row {
    margin-left: -30px;
    margin-right: -30px;
}
.board_box_list ul li .regdate {
    font-size: 15px;
    color: #777;
}
#about02 .se1 {
    padding-left: 25px;
}
#about02 img + img {
    margin-top: 25px;
}
#flow02 .inner {
    background: rgb(242,173,63,.59);
    text-align: center;
    height: 190px;
    width: 190px;
    padding: 55px 0 0 0;
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.034em;
    line-height: 1.4em;
}
#flow02 .inner i {
    display: block;
    text-align: center;
    font-size: 44px;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0px 2px 7px rgb(0,0,0,0.04);
}
.mes-system > div {
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    padding: 0;
    margin-left: -5px;
}
.mes-system {
    margin: 30px 35px 100px;
}
.mes-wrap{
	margin:0 -5px 60px;
}
.mes-wrap > div{
	padding:0 5px;
}
.mes-wrap ul{
	 padding:20px;
	 border:1px solid #ddd;
	 min-height:160px;
}
.mes-wrap ul li{
	margin-left:0;
}
.mes-li{
	margin:0 -3px 0;
	text-align:center;
}
.mes-li:after{
	content:'';
	display:block;
	clear:both;
}
.mes-li li{
	float:left;
	width:calc(100% / 4);
	position: relative;
	padding:3px ;
}
.mes-li li img{
	border-radius: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.mes-li li .caption{
	margin:15px 0 0;
	font-size:20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 180px;
	line-height: 50px;
	font-weight:500;
	max-width: calc(100% - 6px);
}
.mes-li li:nth-child(1) .caption{background: #002060}
.mes-li li:nth-child(2) .caption{background: #ffc000}
.mes-li li:nth-child(3) .caption{background: #0070c0}
.mes-li li:nth-child(4) .caption{background: #ff3300}
.mes-li li:nth-child(5) .caption{background: #990099}
.mes-li li:nth-child(6) .caption{background: #009900}
.mes-li li:nth-child(7) .caption{background: #b2b2b2}
.mes-li li:nth-child(8) .caption{background: #ff0000}

@media(max-width:767px){
	.navbar-inverse{
		background:rgba(0,0,0,0.5);
	}
	.navbar-toggle{
		top:10px;
	}
	.navbar-toggle .icon-bar{
		background:#fff!important;
	}
	.navbar-brand>img{
		padding-left:10px;
		padding-bottom:10px;
		height:70px;
	}
	.slick-prev, .slick-next{
		display:none!important;
	}
	.navbar-inverse .navbar-nav>li>a{
		font-size:16px;
	}
	.navbar-inverse .navbar-nav > li:hover > a::before{
		display:none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		color:#ddd;
		padding-left:30px;
	}
	#quick-menu ul li i{
		font-size:22px;
	}
	#quick-menu ul li a{
		padding: 13px 7px 5px;
		height: 80px;
	}
	#quick-menu ul li img {
		width: 29px;
	}
	.main-content .title h3{
		font-size:28px;
	}
	.main-customer .box,
	.main-content .inner{
		margin-bottom:10px;
	}
	.main-content .inner h5{
		font-size:22px;
	}
	.main-partner h4{
		float:none;
		margin-bottom:10px;
		width: 100%;
		font-size:22px;
		line-height: 1;
	}
	.main-partner ul{
		float:none;
		width: 100%;
	}
	#site footer img{
		width:auto;
		height:50px;
		margin-bottom:10px;
	}
	.pageheader {
		height: 230px;
	}	
	.pageheader h2 {
		margin-top: 120px;
		font-size: 34px;
	}
	#site .snb-wrap li{
		width:100%!important;
	}
	.snb-wrap a::after,
	.snb-wrap .active::after{
		display:none;
	}
	.snb-wrap a{
		font-size:16px;
		height:45px;
		line-height:45px;
	}
	#quick-menu{
		top:60%;
	}
	.subpage-content{
		padding:60px 0 80px;
	}
	.circle-wrap{
		margin:0;
	}
	.circle-wrap .circle{
		width:180px;
		height:180px;
	}
	.subpage-content .title{
		margin-bottom:60px;
	}
	.circle-wrap .circle span{
		font-size:20px;
	}
	.circle-wrap span strong{
		font-size:30px;
	}
	.circle-wrap> div{
		padding-bottom:40px;
	}
	.timeline-vt{
		padding:0;
	}
	.timeline-vt::before{
		left:10px;
		transform:none;
	}
	#site .timeline-vt .timeline-item:nth-child(1) {
		margin-top: 0px;
	}
	#site .timeline-vt .timeline-item{
		width:100%;
		margin-top: 50px;
		padding-left:61px;
		padding-right:0;
	}
	#site .timeline-vt .timeline-item .list-timeline,
	#site .timeline-vt .timeline-item h5{
		text-align:left;
	}
	#site .timeline-vt .timeline-item h5::after{
		content: '';
		position: absolute;
		top: 50%;
		left: -50px;
		transform: translate(-50%, -50%);
		display: block;
		width: 11px;
		height: 11px;
		border: 2px solid #ffa968;
		border-radius: 50%;
		background: #fff;
	}
	#site .timeline-vt .timeline-item h5::before {
		content: '';
		position: absolute;
		top: 50%;
		left: -45px;
		display: block;
		border-right: 0px;
		border-top: 1px solid #ffa968;
		width: 26px;
	}
	.timeline-vt .timeline-item h5{
		font-size:30px;
	}
	.location-li li{
		display:block;
		padding-right:0;
	}
	.img-wrap{
		margin-left:-15px;
		margin-right:-15px;
	}
	.img-wrap > div{
		padding-left:15px;
		padding-right:15px;
	}
	.subpage-content .title h3{
		font-size:32px;
	}
	.busi-top p{
		font-size:16px;
	}
	.faci-wrap .inner .txt-box, .faci-wrap .inner img{
		float:none;
		width:100%;
	}
	.faci-wrap .inner .txt-box{
		padding:30px 15px 0;
	}
	#flow01 .se1 {
		padding-top: 0;
	}
	.mes-wrap ul{
		margin:0 auto 10px;
		width:250px;
		max-width: 100%;
		min-height:0;
	}
	.mes-li li{
		width:50%;
	}
	.mes-li li .caption{
		margin-top:0;
		font-size: 16px;
		line-height: 40px;
	}
	.form-control{
		max-width: 100%;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding:15px 40px;
	}
}

.contact-wrap{
	margin: 0;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
}
.contact-wrap:before{
	content:'';
	display:block;
	width:100px;
	height:100px;
	background: #eee;
	position:absolute;
	right: -10px;
	bottom: -10px;
	z-index:-1;
}
.contact-wrap .img-box{
	padding:0;
}
.contact-wrap .txt-box .inner{
	padding: 100px 60px 0px;
}
.contact-wrap .txt-box h4:before{
	content:'';
	display: block;
	margin-bottom:15px;
	width:40px;
	height:4px;
	background:#ff7f3b;
}
.contact-li li{
	position: relative;
	padding-left: 130px;
	/* margin-bottom:10px; */
	letter-spacing: -0.04em;
	font-size: 17px;
}
.contact-li li span{
	position:absolute;
	left:0;
	top:0;
	font-weight:bold;
}
.contact-li li span i{
	margin-right:10px;
	color:#ff7f3b;
}
.contact-li li a{
	display: inline-block;
	color:#555;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.contact-li li a:hover{
	color:#111;
	border-color:#333;
}
.lang-li{
	position:absolute;
	right: 5%;
	top: 15px;
	margin: 0;
	display: flex;
	transition: all 0.3s ease 0s;
}
.navbar-inverse.shrink .lang-li{
	top: 6px;
}
.lang-li li{
    padding: 0 10px;
    line-height: 1;
}
.lang-li a{
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.03em;
    font-weight: 500;
    opacity: 0.7;
}
.navbar-inverse.on .lang-li a{
	color:#333;
}
.lang-li a:hover{
    opacity:1;
}
.navbar-inverse.on .lang-li .lang-kr a,
.lang-li .lang-kr a {color: #ff7335;opacity: 1;}
.lang-li .lang-en{
    border-left: 2px solid rgba(255,255,255,0.4);
}
.navbar-inverse.on .lang-li .lang-en{
	border-left: 2px solid rgba(0,0,0,0.4);
}
@media(max-width:767px){
	.contact-wrap .txt-box .inner {
		padding: 50px 30px 40px;
	}
	.contact-li li {
		padding-left: 0px;
		font-size: 14px;
	}

	.contact-li li span{
		position: static;
		display: block;
		margin-bottom:5px;
	}
	#site .contact-wrap h4 {
		position: relative;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 26px;
		letter-spacing: -0.03em;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	
}
@media(max-width:1600px){
	.lang-li{
		right: 0%;
	}
}