@font-face {
  font-family:"Noto Sans KR";
  font-style:normal;
  font-weight:100;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family:"Noto Sans KR";
  font-style:normal;
  font-weight:300;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:400;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
 }
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:500;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
 }
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:700;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
 }
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:900;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

html, body {margin:0; padding:0; font-size:15px; height:100%; color:#000; min-width:320px; font-family:"Noto Sans KR",Helvetica,Arial,sans-serif;}

/* Common */
body {min-width:320px}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure,figcaption{margin:0;padding:0}
p {font-size:24px; font-weight:300; }
img{border:0}
ul,ol,li{list-style:none}
fieldset{border:none}
button{cursor:pointer}
table, th, td {border-collapse:collapse;}
caption {display:none; line-height:0;}
fieldset {border:0;}
legend {display:none;}
img {border:0; vertical-align:top;}
hr {display:none;}
radio, checkbox { border:0; vertical-align:middle;}
a, a:hover, a:foucs, a:active {text-decoration:none;}

.pa_10 {padding:10px !important;}
.pa_15 {padding:15px !important;}
.pa_20 {padding:20px !important;}
.pa_25 {padding:25px !important;}
.pa_30 {padding:30px !important;}
.pa_35 {padding:35px !important;}
.pa_40 {padding:40px !important;}
.pa_45 {padding:45px !important;}
.pa_50 {padding:50px !important;}

.pl_10 {padding-left:10px;}
.pl_15 {padding-left:15px;}
.pl_20 {padding-left:20px;}
.pl_25 {padding-left:25px;}
.pl_30 {padding-left:30px;}
.pl_35 {padding-left:35px;}
.pl_40 {padding-left:40px;}
.pl_45 {padding-left:45px;}
.pl_50 {padding-left:50px;}

.ma_10 {margin:10px !important;}
.ma_15 {margin:15px !important;}
.ma_20 {margin:20px !important;}
.ma_25 {margin:25px !important;}
.ma_30 {margin:30px !important;}
.ma_35 {margin:35px !important;}
.ma_40 {margin:40px !important;}
.ma_45 {margin:45px !important;}
.ma_50 {margin:50px !important;}

.mt_10 {margin-top:10px !important;}
.mt_15 {margin-top:15px !important;}
.mt_20 {margin-top:20px !important;}
.mt_25 {margin-top:25px !important;}
.mt_30 {margin-top:30px !important;}
.mt_35 {margin-top:35px !important;}
.mt_40 {margin-top:40px !important;}
.mt_45 {margin-top:45px !important;}
.mt_50 {margin-top:50px !important;}

.mb_10 {margin-bottom:10px !important;}
.mb_15 {margin-bottom:15px !important;}
.mb_20 {margin-bottom:20px !important;}
.mb_25 {margin-bottom:25px !important;}
.mb_30 {margin-bottom:30px !important;}
.mb_35 {margin-bottom:35px !important;}
.mb_40 {margin-bottom:40px !important;}
.mb_45 {margin-bottom:45px !important;}
.mb_50 {margin-bottom:50px !important;}

.space_h10 {clear:both; height:10px !important;}
.space_h15 {clear:both; height:15px !important;}
.space_h20 {clear:both; height:20px !important;}
.space_h30 {clear:both; height:30px !important;}
.space_h40 {clear:both; height:40px !important;}
.space_h50 {clear:both; height:50px !important;}

.clear {clear:both;}
.center{text-align:center}
.text-right button {display:inline-block !important;}
.text-right .btn, .text-right .btn:visited, .text-right .btn:focus, .btn:active {min-width:120px;}


@media (min-width:991px) {
.md-leftBox {padding-right:0;}
.md-rightBox {padding-left:0;}
}


@media (min-width:768px) {
.sm-leftBox {padding-right:0;}
.sm-rightBox {padding-left:0;}

.view_contents .col-sm-push-6 {padding-right:15px; padding-left:0;}
.view_contents .col-sm-pull-6 {padding-left:15px; padding-right:0;}
}


@media (min-width:300px) {
.xs-leftBox {padding-right:0;}
.xs-rightBox {padding-left:0;}
}


/*****************
	네비
*****************/
.topBar {width:100%;}

.topBar .left {
    float: left;
}
.topBar .left .border {
    border-left: 1px solid #eaeaea;
}
.topBar .left p {
    width: 40px;
    border-right: 1px solid #eaeaea;
    line-height: 40px;
	height:40px;
}
.topBar .left img {padding-top:10px !important}

.topBar .left .text {
    float: left;
    font-size: 12px;
    padding-left: 20px;
    color: #444;
}
span.line {
    font-size: 10px;
    color: #ddd;
    padding: 0 15px;
}
.topBar .right {float:right; margin-top:27px;}
.topBar .right a {font-size:12px; margin-left:10px; color:#777}
.topBar .right a.lang {color:#224d88}
.navbar {margin-bottom:0;}
.navbar-default {background-color:#fff; max-height:60px;}
.dropdown-menu {
	min-width:100%;
	padding:0;
	border:none;
	border-radius:0;
	background-color:#f3f3f3;
}
.dropdown-menu>li>a {
	padding:12px 20px 10px !important;
	font-size:14px;
	color:#666;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {color:#fff; background:#313393;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {background-color:#f3f3f3; border-color:#f3f3f3; color:#444;}
.navbar-nav {width:100%; margin:0;}
.navbar-toggle {padding: 0; border: none; font-size: 21px; margin: 11px 15px 0; color:#858b92}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background:none;}

.display-table-cell {
    display: table-cell !important;
}
.vertical-align-middle {
    vertical-align: middle;
}

@media (min-width: 768px) {
	.topBar {height:75px; border-bottom:1px solid #f3f3f3;}
	.navbar-brand {
		font-size:31px;
		margin-top:12px;
		font-weight:bold;
		padding:0;
		color:#444;
		height:28px;
	}
	.navbar-brand:hover {color:#444}
	.navbar-nav>li {width:20%;}
	.navbar-nav>li:last-child {border-right:1px solid #f3f3f3;}
	.navbar-nav>li>a {
		padding:20px;
		font-size:17px;
		text-align:center;
		border-left:1px solid #f3f3f3;
	}
	.navbar-default .navbar-nav>li>a {color:#444}
}
@media (min-width: 768px) and (max-width:991px) {
	.navbar-nav>li>a {padding:15px;}
	.dropdown-menu>li>a {padding:10px 15px;}
}
@media (max-width:767px) {	
	.topBar {position:absolute; top:0; z-index:99999;}
    .topBar .right {display:none;}
	.navbar-brand {height:50px; font-weight:bold; font-size:22px; padding-top:8px;}
	.navbar-brand img {height:35px;}
	.navbar-default {border-bottom:none;}
	.navbar-default .navbar-collapse {border-top:none; width:100%; background:#fff; position:absolute; padding:0; top:100%;}
	.container>.navbar-header {border-bottom:1px solid #eaeaea;}
	.navbar-nav>li>a {padding-top:15px; padding-bottom:13px; border-bottom:1px solid #eaeaea}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding:8px 20px; background:#f3f3f3}
	.dropdown-menu {border-bottom:1px solid #eaeaea !important}
}


@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/*****************
	Main - Visual 영역
*****************/

.visual_contents {padding:0;}

.owl-carousel {
	text-align: center;
	cursor: default;
}
.owl-carousel h1 { font-size:40px; color:#fff}
.owl-carousel p { font-size:24px; color:#fff; margin-top:15px; font-weight:lighter}
.owl-controls {
	display: inline-block;
    position: relative;
    margin-top: 40px;
}
.panel-group .panel .owl-controls {
    margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
    margin-top: 40px;
}
.owl-pagination {
	position: relative;
	line-height: 30px;
}
.owl-buttons {
	display: none;
}
.owl-prev,
.owl-next {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #FFF;
	background-color: #506A85;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	margin: auto;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
	opacity: 0;
}
.owl-next i {position:absolute; right:17px}
.owl-prev i {position:absolute; left:17px}
.owl-prev {
	left: -35px;
}
.owl-next {
	right: -35px;
}
.owl-carousel:hover .owl-prev {
	left: -40px;
	opacity: .25;
}
.owl-carousel:hover .owl-next {
	right: -40px;
	opacity: .25;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    color: #1ABB9C;
	opacity: 1;
}
.owl-outer-nav:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15%;
	width: 130%;
	height: 100%;
	z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
	z-index: 1;
}
.owl-outer-nav .owl-controls {
	position: static;
}
.owl-outer-nav .owl-prev {
	left: -65px;
}
.owl-outer-nav .owl-next {
	right: -65px;
}
.owl-outer-nav:hover .owl-prev {
	left: -80px;
}
.owl-outer-nav:hover .owl-next {
	right: -80px;
}


.owl-ui-md .owl-pagination {
	line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
	width: 45px;
	height: 45px;
	font-size: 45px;
}
.owl-ui-md .owl-prev {
	left: -55px;
}
.owl-ui-md .owl-next {
	right: -55px;
}
.owl-ui-md:hover .owl-prev {
	left: -60px;
}
.owl-ui-md:hover .owl-next {
	right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
	left: -18%;
	width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
	left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
	right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
	left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
	right: -100px;
}

.owl-ui-lg .owl-pagination {
	line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
	width: 60px;
	height: 60px;
	font-size: 60px;
}
.owl-ui-lg .owl-prev {
	left: -75px;
}
.owl-ui-lg .owl-next {
	right: -75px;
}
.owl-ui-lg:hover .owl-prev {
	left: -80px;
}
.owl-ui-lg:hover .owl-next {
	right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
	left: -22%;
	width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
	left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
	right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
	left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
	right: -120px;
}

.owl-inner-nav .owl-controls {
	position: static;
}
.owl-inner-nav .owl-prev {
	left: 45px;
}
.owl-inner-nav .owl-next {
	right: 45px;
}
.owl-inner-nav:hover .owl-prev {
	left: 30px;
}
.owl-inner-nav:hover .owl-next {
	right: 30px;
}

.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
	bottom: 70px;
}

.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
	bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
	bottom: 100px;
}

.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
	margin-top: -40px;
	top: -60px;
}

.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
	margin-top: -50px;
	top: -65px;
}

.owl-inner-pagination.owl-ui-lg .owl-pagination,

.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
	margin-top: -60px;
	top: -75px;
}

.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
	margin: auto;
	top: 0;
	bottom: 43px;
}

.owl-inner-pagination .owl-pagination {
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
	opacity: 0;
}

.owl-inner-pagination:hover .owl-pagination {
	opacity: 1;
}

.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
	top: -45px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
	top: -50px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
	top: -60px;
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
	top: -60px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
	top: -65px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
	top: -75px;
}

#owl-main .item {
	height: 44vh;
	background-color: #FFF;
	background-position: center 55%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#owl-main.height-md .item {
	height: 50vh;
}
#owl-main.height-lg .item {
	height: 50vh;
}
#owl-main .container {
	display: table;
	height: inherit;
}
#owl-main .caption {
	display: table-cell;
}
#owl-main .caption.vertical-center {
	vertical-align: middle;
	padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
	vertical-align: top;
	padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
	vertical-align: bottom;
	padding-bottom: 14vh;
}
#owl-main .caption.text-center {
	padding-left: 8%;
	padding-right: 8%;
}
#owl-main .caption.text-left {
	padding-right: 20%;
}
#owl-main .caption.text-right {
	padding-left: 20%;
}
#owl-main .caption h1,
#owl-main .caption p,
#owl-main .caption div {
	position: relative;
}
#owl-main .caption h1 span {
	padding: .250em 0;
	line-height: 180%;
}
#owl-main .caption .light-bg,
#owl-main .caption .medium-bg,
#owl-main .caption .dark-bg,
#owl-main .caption .tint-bg {
	background: none;
	padding-left: .500em;
	padding-right: .500em;
}
#owl-main .caption h1.light-bg span,
#owl-main .caption p.light-bg span {
	background: #FFF;
	box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
}
#owl-main .caption h1.medium-bg span,
#owl-main .caption p.medium-bg span {
	background: #A3B1BF;
	box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
}
#owl-main .caption h1.dark-bg span,
#owl-main .caption p.dark-bg span {
	background: #506A85;
	box-shadow: -.500em 0 0 #506A85, .500em 0 0 #506A85;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
}
#owl-main .caption h1.tint-bg span,
#owl-main .caption p.tint-bg span {
	background: #1ABB9C;
	box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
}
#owl-main .owl-controls {
	display: block;
	position: static;
	margin-top: -47px;
}
#owl-main .owl-pagination {
	line-height: inherit;
	position: relative;
	bottom: 0px;
	padding: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	margin: auto;
	opacity: 1;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
	bottom: 0px;
	opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
	bottom: 0;
}

.owl-controls .owl-page {
    display: inline-block;
}
.owl-pagination .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	background: #506A85;
	border: none;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
	background: #1ABB9C;
}
.owl-item-gap .item {
    margin: 0 15px;
}
.owl-item-gap-sm .item {
    margin: 0 10px;
}
/* preloading images */
.owl-item.loading {
    min-height: inherit;
    background: none;
}

@media (min-width: 1200px) { 

	.owl-buttons {
		display: block;
	}
	}

.fa fa-angle-right:before {
    content: '\f061';
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    line-height: 1em;
}













/*카피박스*/
.copyBox {background: #313393; padding:80px 40px 0; height:375px;}
.copyBox .copy {color:#fff; font-size:15px; letter-spacing:-0.05em;}
.copyBox .copy b {font-size:31px; display:block; margin-bottom:12px;}
.copyBox button.borderBtn, .copyBox button.borderBtn:visited, .copyBox button.borderBtn:focus, .copyBox button.borderBtn:active {margin-top:30px;border-color:#fff; color:#255489; background-color:#fff;text-align:left; height:50px; line-height:50px; padding:0 20px; font-size:14px;}
.copyBox button.borderBtn:hover {border-color:#255489; background-color:#255489; color:#fff;}

/*슬라이드*/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	position:relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {width:100%; text-align:center; bottom:15px;}
.swiper-pagination-bullet {width:12px; height:12px; background:#fff; opacity: 0.6;}
.swiper-pagination-bullet-active {background:#fff; opacity:1;}

@media (min-width:992px) and (max-width:1199px) {
	.copyBox {height:310px; padding-top:60px}
}
@media (max-width:991px) {
	.copyBox {height:238px; padding:40px 25px 0;}
	.copyBox .copy {font-size:13px;}
	.copyBox .copy b {font-size:21px; margin-bottom:5px;}
	.copyBox button.borderBtn, .copyBox button.borderBtn:visited, .copyBox button.borderBtn:focus, .copyBox button.borderBtn:active {margin-top:10px; height:35px; line-height:35px; padding:0 15px; font-size:13px;}
	
	.swiper-container {margin-bottom:15px;}
}
@media (max-width:767px) {
	.visual_contents {padding:0}
	.copyBox {height:auto; padding:20px 15px;}
	.copyBox .copy b {font-size:15px; display:inline-block; margin:0}
	
	.swiper-container {margin-bottom:0;}	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {width:auto; text-align:right; right:15px; bottom:10px;}
}




/*****************
	Main - IconLink 영역
*****************/
.link_contents {margin:50px 0;padding:0; border:1px solid #ddd;}
.linkBox [class^=col-] {
	border-left:1px solid #f2f2f2;
	cursor:pointer;
	text-align:center;
	height:120px;
	padding-top:20px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	font-size: 2.7em;
	color: #cbcbcb;
}
.linkBox [class^=col-] p {margin:0; font-size:14px; color:#555555}
.linkTitle [class^=col-] {
	background:#f6f6f6;
	font-size:32px;
	font-weight:600;
	color:#e84c2c;
	height:120px;
	padding:27px 0 0 40px;
	float:left;
	width:100%;
}
.linkTitle small {
	display:block;
	font-size:14px;
	color:#666;
	font-weight:normal;
}

@media (max-width:991px) {
	.linkBox [class^=col-] {
		border-color:#ddd;
		border-bottom:1px solid #ddd;
		height:100px;
		padding-top:10px;
	}
	.linkTitle [class^=col-] {
		font-size:20px;
		text-align:left;
		height:inherit;
		line-height:inherit;
		padding:10px 15px;
		border-bottom:1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.link_contents {border-left:none; border-bottom:none; margin:20px 0;}
}




/*****************
	Main - 이미지링크 영역
*****************/

.view_contents {padding:40px 0;}
.bgcolor01 img, .bgcolor02 img, .bgcolor03 img, .bgcolor04 img {width:100%; position:relative;}
.bgcolor01 .textBox button.borderBtn:hover {background-color:#313393; border-color:#6e70c5;}
.bgcolor02 .textBox button.borderBtn:hover {background-color:#313393; border-color:#6e70c5;}
.bgcolor03 .textBox button.borderBtn:hover {background-color:#313393; border-color:#6e70c5;}
.bgcolor04 .textBox button.borderBtn:hover {background-color:#313393; border-color:#6e70c5;}

.textBox {position:absolute; top:0; text-align:center; z-index:9; padding-top:75px; width:100%; padding-right:15px;}
.textBox h2 {font-size:26px; color:#fff; font-weight:600; margin-bottom:15px; letter-spacing:-0.03em;}
.textBox p {font-size:14px; color:#fff; font-weight:200; margin-bottom:20px; letter-spacing:-0.03em;}
.textBox button.borderBtn , .textBox button.borderBtn:visited, .textBox button.borderBtn:focus, .textBox button.borderBtn:active {display:inline-block; color:#fff; border-color:#fff; font-size:13px; }
.arrow01, .arrow02, .arrow03, .arrow04 {position:relative;}
.arrow01:after, .arrow02:after {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-20px;
	width:20px;
	height:20px;
	border-top:20px solid transparent;
	border-left:20px solid transparent;
	border-bottom:20px solid transparent;	
}
.arrow03:after, .arrow04:after {
	content:"";
	position:absolute;
	right:0;
	top:50%;
	margin-top:-20px;
	width:20px;
	height:20px;
	border-top:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:20px solid transparent;
}
.arrow01:after {border-left-color:#313393}
.arrow02:after {border-left-color:#313393}
.arrow03:after {border-right-color:#313393}
.arrow04:after {border-right-color:#313393}

@media (min-width:992px) and (max-width:1199px) {
	.textBox {padding-top:55px}
	.textBox h2 {margin-bottom:10px;}
}
@media (min-width:768px) and (max-width:991px) {
	.textBox {padding-top:45px;}
	.textBox h2 {font-size:18px; margin-bottom:5px;}
	.textBox p {font-size:12px; letter-spacing:-0.06em; margin-bottom:10px;}
	.textBox button.borderBtn , .textBox button.borderBtn:visited, .textBox button.borderBtn:focus, .textBox button.borderBtn:active {height:30px; line-height:30px; font-size:13px;}
}
@media (max-width:991px) {
	.view_contents {padding:20px 0;}
}
@media (max-width:767px) {
	.view_contents {padding:15px 0}
	.arrow02:after {left:inherit; right:0; border-left:none; border-right:20px solid #313393}
	.arrow03:after {right:inherit; left:0; border-right:none; border-left:20px solid #4cc8ec}
	
}
@media (max-width:580px) {
	.textBox {padding-top:30%;}
	.textBox h2 {font-size:18px; margin-bottom:10px;}
	.textBox p {display:none;}
	.textBox button.borderBtn , .textBox button.borderBtn:visited, .textBox button.borderBtn:focus, .textBox button.borderBtn:active {height:30px; line-height:30px; font-size:13px; padding:0 25px}
}


.visual_contents .typo {position:absolute; background:rgba(0,0,0,0.6); padding:35px; box-sizing:border-box; top:32%;}
.visual_contents .typo h2 {color:#fff; font-weight:bold; font-size:39px; margin-bottom:8px; text-shadow:2px 1px 2px rgba(0,0,0,0.4)}
.visual_contents .typo h2 b {font-weight:500;}
.visual_contents .typo p {color:#fff; font-size:20px; font-weight:300; text-shadow:1px 1px 1px rgba(0,0,0,0.4)}
@media (max-width:1199px) {
	.visual_contents .typo h2 {font-size:34px;}
	.visual_contents .typo p {font-size:14px;}
}
@media (max-width:991px) {
	.visual_contents .typo {padding:20px;}
	.visual_contents .typo h2 {font-size:26px;}
	.visual_contents .typo p {font-size:13px;}
}
@media (max-width:767px) {
	.visual_contents .typo {padding:15px; top:27%;}
	.visual_contents .typo h2 {font-size:19px; margin-bottom:5px;}
	.visual_contents .typo p {font-size:12px;}
	.visual_contents .typo p br {display:none;}
}

.bg_contents {background:url(/images/bnr_bg.jpg) center fixed;}
.bnr_contents {background:rgba(15,27,40,0.3)}
.bnrTitle [class^=col-] {
	background:rgba(15,27,40,0.2);
	font-size:23px;
	font-weight:600;
	color:#fff;
	text-align:center;
	height:120px;
	line-height:120px;
	float:left;
	width:100%;
}
@media (max-width:991px) {
	.bg_contents {background-position:top}
	.bnrTitle [class^=col-] {
		font-size:20px;
		text-align:left;
		height:inherit;
		line-height:inherit;
		padding:10px 15px;
	}
}


/****************
	Sub - 협력사
****************/
.partnerBox {padding:16px 37px 0 22px}
@media (min-width: 992px) {
.owl-partners {display: inline-block !important;
    margin-top: 3px;
    float: left;
}
}
@media (max-width: 991px) {
	.partnerBox {padding:20px 15px 0}
	.owl-partners {display:inline-block !important; padding-top:20px;}
}
.owl-carousel {overflow:hidden}
.owl-carousel .owl-dots {display:none !important;}
.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}


.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.owl-carousel .owl-item {text-align:center;}

.partner-logo {
	text-align: center;
	display: inline-block;
}
.partner-logo img {
	height: 100%;
	border:1px solid #ddd !important;
	width: 212px !important;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3e4a5a !important;
}



/****************
	Sub - 레이아웃
****************/

.board_contents {padding:80px 0}

.board_contents .typo {margin-top:50px;}
.board_contents .typo p {font-size:35px; color:#fff; line-height: 130%; letter-spacing: -.05em;}
.board_contents .typo b {display:block; font-weight:600px;}
.board_contents .typo button {margin-top:30px; width:170px; padding:12px 20px; border-color:#fff; color:#fff; font-size:15px; text-align:left;}
.board_contents .typo button:hover {background:#fff; color:#444}
.board_contents .typo button i {float:right; font-size:19px; position:relative; top:2px;}

.boardBox {background: #fff; width: 100%; display: inline-block; padding:35px 30px 25px;}
.boardBox .title {color:#333; font-weight:600; font-size:23px;}
.boardBox .title .more {font-size: 13px; border: 1px solid #ddd; color: #888; font-weight:400; height:24px; padding: 5px 6px 0; -webkit-padding-before:1px; float: right; text-decoration:none; position:relative; top:4px; line-height:normal;}
.boardBox ul.list {padding-top:5px; }
.boardBox ul.list li {border-bottom:1px solid #eaeaea;}
.boardBox ul.list li:last-child {border-bottom:none;}
.boardBox ul.list li a {display: block; padding:10px 0; color:#555; font-size:13px; text-decoration:none;}
.boardBox ul.list li a:hover {color:#333}
.boardBox ul.list li a .date {float:right; color:#aaa}
.boardBox button.btn , .boardBox button.btn:visited, .boardBox button.btn:focus, .boardBox button.btn:active {width:100%; padding: 15px 20px; border-color:#313393; color:#313393}
.boardBox button.btn:hover {color:#fff; background:#313393;}

.boardBox2 .title {color:#45a2d7;}
.boardBox2 .title i {background:#45a2d7}
.boardBox2 button.btn , .boardBox2 button.btn:visited, .boardBox2 button.btn:focus, .boardBox2 button.btn:active {border-color:#45a2d7; color:#45a2d7}
.boardBox2 button.btn:hover {background:#45a2d7;}

@media (max-width:1199px) {
	.board_contents {padding:60px 0}
	.board_contents .typo {margin-top:45px;}
	.board_contents .typo p {font-size:32px;}
}

@media (max-width:991px) {
	.board_contents {padding:20px 0;}
	.board_contents .typo {margin-top:35px;}
	.board_contents .typo p {font-size:25px;}
	.board_contents .typo button {width:150px; padding:10px 20px; margin-top:20px;}
	.boardBox {padding:20px;}
	.boardBox .title {font-size:19px;}
	.boardBox .title .more {font-size:12px; top:1px;}
	.boardBox ul.list li:nth-child(3) {border:none;}
	.boardBox ul.list li:last-child {display:none;}
	.boardBox ul.list li a .date {display:none;}
}
@media (max-width:767px) {	
	.board_contents {padding:20px 0;}
	.board_contents .typo {margin:10px 0 20px}
	.board_contents .typo button {width:120px; padding:7px 15px; margin-top:10px; font-size:13px;}
	.boardBox {padding:17px 15px;}
	.boardBox ul.list {width:100%; border:none; padding-left:0;}
	.boardBox ul.list li a {padding:7px 0;}	
	.boardBox ul.list li a .date {display:inline-block;}
	.board_contents .typo p {font-size:19px;}
}
@media (max-width:450px) {	
	.board_contents .typo p {font-size:16px;}
	.board_contents .typo button {width:120px; padding:7px 15px; margin-top:10px; font-size:13px;}
	.boardBox ul.list li a .date {display:none;}
	.boardBox button.btn , .boardBox button.btn:visited, .boardBox button.btn:focus, .boardBox button.btn:active {padding:10px 15px;}
}



/****************
	Sub - 레이아웃
****************/


.sub_contents {padding:40px 0 80px;}
.sub_contents .sub_left {padding-right:55px;}
.sub_contents .sub_left .title {font-size:26px; color:#fff; padding:50px 20px 50px; background:#313393; text-align:center;}
.sub_contents .sub_left .title small {display:block; font-size:14px; font-weight:300;}
.sub_contents .sub_left a.btn_left, .sub_contents .sub_left a.btn_right {display:none;}

.sub_contents .sub_right {padding-left:0;}


ul.sub_menu {width:100%; display:inline-block; margin:0; padding:0; float:left;}
ul.sub_menu li {width:100%; border-bottom:1px solid #eaeaea;}
ul.sub_menu li a {display:block; font-size:14px; color:#777; text-decoration:none; font-weight:400; padding:14px 20px 15px; transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; position:relative; }
ul.sub_menu li a:after { position:absolute; bottom:-1px; left:0; display:block; content:''; width:100%; height:1px; background-color:#313393; transform:scale3d(0,1,1); transform-origin:left; transition:transform .3s; opacity:0.7 }
ul.sub_menu li a:hover:after { transform:scale3d(1,1,1); }
ul.sub_menu li a:hover {color:#313393; text-decoration:none; opacity:0.7}
ul.sub_menu li.active a{color:#313393; opacity:1 !important; background:#eee}
ul.sub_menu li.active a:after {opacity:1 !important; transform:scale3d(1,1,1);}

.location {padding:10px 0; margin-bottom:30px}
.location span {display:inline-block; font-size:13px; color:#666}
.location span i {margin-right:3px; font-size:14px;}
.location span.arrow {font-size:11px; font-family:돋움,Dotum,arial,sans-serif; padding:0 5px; color:#ddd}
.location span.page {color:#313393}

.sub_contents .pageTitle {font-size:33px; color:#333; margin:15px 0 40px; display:inline-block;}
.sub_contents p {font-size:14px; color:#666; margin-bottom:15px; line-height:22px;}
.sub_contents .dotTitle {font-size:18px; color:#333; padding-left:20px; position:relative; margin-bottom:10px;}
.sub_contents .dotTitle:after {
	content: "";
    width: 16px;
    height: 16px;
    border: 4px solid #313393;
    position: absolute;
    border-radius: 20px;
    left: 0;
    top:3px;
}
.sub_contents .dotTitle_s {font-size:18px; color:#333; padding-left:18px; position:relative; margin-bottom:5px;}
.sub_contents .dotTitle_s:after {
	content: "";
    width: 15px;
    height: 15px;
    border: 4px solid #313393;
    position: absolute;
    border-radius: 20px;
    left: 0;
    top: 4px;
}
.sub_contents .imgBox {position:relative;}
.sub_contents .imgBox .mask {background: rgba(0,0,0,0.2); position:absolute; width:100%; height:100%;}
.sub_contents .imgBox p {font-size:33px; font-weight:bold; color:#fff; padding:60px 0 0 40px; line-height:130%;}

.sub_contents .borderBox {border:1px solid #eaeaea; padding:20px;}

.sub_contents ul.tab_menu {width:100%; display:inline-block; border-right:1px solid #ddd; border-top:1px solid #ddd; background: #eaeaea; margin-bottom:20px;}
.sub_contents ul.tab_menu li {float:left;}
.sub_contents ul.tab_menu li a {display:block; text-decoration:none; border:1px solid #ddd; border-top:none; border-right:none; background:#eaeaea; padding:12px; color:#777; font-size:15px; text-align:center;}
.sub_contents ul.tab_menu li a:hover {background:#f0f0f0}
.sub_contents ul.tab_menu li.active a{background:#fff; border-color:#ddd; border-bottom-color:#fff; color:#313393; font-weight:500;}
.sub_contents ul.division2 li {width:50%;}
.sub_contents ul.division4 li {width:25%;}
.sub_contents ul.division5 li {width:20%;}
.sub_contents ul.division6 li {width:16.6666666666666667%;}

.sub_contents h4 {font-size:23px; color:#d53615; font-weight:500; margin-bottom:12px; letter-spacing:-.035em; word-break:keep-all; line-height:130%}
.sub_contents h4 i {    margin-right: 7px;
    color: #fff;
    border-radius: 20px;
    width: 28px;
    height: 28px;
    background: #d53615;
    padding: 6px 0;
    font-size: 16px;
    text-align: center;
	position:relative;
	top:-2px;
}
.sub_contents .color {color:#d53615 !important}
.overview {margin-top:20px;}
.overview th {width:18%; font-size:16px; color:#5a5a5a;}
.overview th b {font-size:18px; color:#313393;}
.overview td {word-break:keep-all; letter-spacing:-.03em;}
.overview td b {font-size:15px; color:#444; font-weight:500; display:inline-block; margin-bottom:3px;}
.img-margin {margin:50px 0;}
	
.history li {position:relative; padding-left:125px; margin-bottom:20px;}
.history li:after {position:absolute; left:0; top:8px; width:4px; height:4px; background:#313393; content:''}
.history li span.year {position:absolute; left:0; width:90px;  padding-left:15px; color:#444}
.history li span.year:after {position:absolute; right:-10px; top:0; width:1px; height:20px; background:#eaeaea; content:'';}

.ideology h4 {color:#222}
.ideology ul.dot {margin-top:65px; padding-top:30px; border-top:1px dotted #ddd;}
.ideology ul.dot li {font-size:14px; padding-bottom:30px; border-bottom:1px dotted #ddd; margin-bottom:30px; letter-spacing:-.03em; padding-left:14px;}
.ideology ul.dot li b {display:block; font-size:17px; font-weight:500; color:#333; margin-bottom:3px;}
.ideology ul.dot li:after {top:10px; width:7px; background:#e4715a}

.sub_contents .black {color:#222}
.cooperative {margin-right:-6px; margin-left:-6px;}
.cooperative>[class^=col-] {padding-right:6px; padding-left:6px;}
.cooperative img {border:1px solid #ddd; margin-bottom:12px;}

.quality h4 {font-size:18px;}
.quality ul.dot li {font-size:14px;}
.quality ul.dot li:after {top: 8px;}

.type h4 {color:#222}
.type ul.dot {margin-top:0; padding-top:25px;}
.type ul.dot li {font-size:14px; padding-bottom:25px; border-bottom:1px dotted #ddd; margin-bottom:25px; letter-spacing:-.03em; padding-left:14px;}
.type ul.dot li:last-child {border-bottom:none;}
.type ul.dot li b {display:block; font-size:17px; font-weight:500; color:#333; margin-bottom:3px;}
.type ul.dot li:after {top:10px; width:7px; background:#e4715a}

ul.welfare {margin-bottom:30px; clear:both;}
ul.welfare li {
	width: calc( 50% - 15px );
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    border: 1px solid #eaeaea;
    padding: 10px;
    border-radius: 50px;
}
ul.welfare li:nth-child(2n) {margin-left:15px;}
ul.welfare li img {width:60px; margin-right:15px;}
ul.welfare li span {display:inline-block; margin-top:19px;}
.dotTitle.gray:after {border-color:#b7a4a2}


@media (max-width:1199px) {
	.sub_contents .sub_left .title {padding:45px 20px 33px;}
	.sub_contents .sub_left .title small {font-size:12px;}
	.sub_contents .pageTitle {margin-bottom:30px;}
	.ideology ul.dot {margin-top:40px; padding-top:20px;}
	.ideology ul.dot li {padding-bottom:20px; margin-bottom:20px;}
	
	ul.welfare li {
		width: calc( 50% - 10px );
		padding: 8px;
		font-size:14px;
		margin-bottom:10px;
	}
	ul.welfare li:nth-child(2n) {margin-left:10px;}
	ul.welfare li img {width:50px; margin-right:12px;}
	ul.welfare li span {margin-top:14px;}
}

@media (max-width:991px) {
	.sub_contents {padding:0 0 50px;}
	.sub_contents .sub_left {padding-right:15px;}
	.sub_contents .sub_right {padding-left:15px;}
	.sub_contents .sub_left .title{font-size:20px; color:#333;  padding:20px 0 15px; border-bottom:1px dotted #eaeaea; background:none;}
	.sub_contents .sub_left .title small {padding-left:0; font-size:13px; font-weight:300; color:#999}
	.sub_contents .sub_left a.btn_left, .sub_contents .sub_left a.btn_right {display:block; position:absolute; z-index:999; font-size:35px; top:0; color:#e0e0e0; padding-top:10px;}
	.sub_contents .sub_left a.btn_left:hover, .sub_contents .sub_left a.btn_right:hover {color:#d0d0d0}
	.sub_contents .sub_left a.btn_left {right:50px;}
	.sub_contents .sub_left a.btn_right {right:15px; }
	
	.location {padding:5px 0}

	ul.sub_menu, .location{display:none;}
	.sub_contents .pageTitle {width:100%; font-size:25px; margin:25px 0 20px ; border:none;}
	.sub_contents .dotTitle {font-size:16px; padding-left:18px;}
	.sub_contents .dotTitle:after {width:14px; height:14px; top:4px;}
	.sub_contents .dotTitle_s {font-size:14px; padding-left:17px;}
	.sub_contents p {margin-bottom:10px;}
	.sub_contents .imgBox p {font-size: 25px; padding: 50px 0 0 30px;}
	
	.ideology ul.dot {margin-top:50px;}
	
}

@media (max-width:767px) {
	.sub_contents .borderBox {padding:15px;}
	.sub_contents .sub_left .title {font-size:14px; text-align:center; color:#313393; background:#f7f7f7; position:relative; padding-bottom:0; border:none;}
	.sub_contents .sub_left .title small{display:none;}
	.sub_contents .sub_left .title:after, .sub_contents .sub_left .title:before {position:absolute; background:#f7f7f7; height:100%; top:0; width:15px; content:'';}
	.sub_contents .sub_left .title:after {left:-15px;}
	.sub_contents .sub_left .title:before {right:-15px;}
	
	.sub_contents .sub_left a.btn_left, .sub_contents .sub_left a.btn_right {padding-top:15px; font-size:45px;}
	.sub_contents .sub_left a.btn_left {left:15px; right:inherit;}
	.sub_contents .sub_left a.btn_right {right:15px; }
	
	.sub_contents .pageTitle {font-size:19px; font-weight:bold; padding:3px 0 17px; margin:0 0 25px;text-align:center; background:#f7f7f7; position:relative;}	
	.sub_contents .pageTitle:after, .sub_contents .pageTitle:before {position:absolute; background:#f7f7f7; height:100%; top:0; width:15px; content:'';}
	.sub_contents .pageTitle:after {left:-15px;}
	.sub_contents .pageTitle:before {right:-15px;}		
	
	.sub_contents .imgBox p {font-size:18px; padding:7% 0 0 20px;}
	
	.sub_contents ul.tab_menu {position:relative; margin-bottom:15px;}
	.sub_contents ul.tab_menu:before {width:100%; height:1px; background:#ddd; position:absolute; left:0; bottom:0%; content:''; z-index:8;}
	.sub_contents ul.tab_menu:after {width:100%; height:1px; background:#ddd; position:absolute; left:0; top:50%; margin-top:-1px; content:''; z-index:8;}
	.sub_contents ul.tab_menu li {width:33.3333333333333% !important; position:relative;}
	.sub_contents ul.tab_menu li a {font-size:13px; padding:7px 5px}
	.sub_contents ul.division5 li:nth-child(5):after{width:1px; height:100%; background:#ddd; position:absolute; right:-1px; bottom:0; content:'';}
	

	.sub_contents h4 {font-size:17px; line-height:22px;}
	.overview th, .overview td {width:100%; display:block}
	.overview th {border-right:none; padding:5px 10px;}
	.overview td {padding-bottom:25px;}
	.img-margin {margin:30px 0;}
	
	.history li {margin-bottom:15px;}
	
	.ideology ul.dot {margin-top:20px;}
	

	ul.welfare li {
		width: 100%;
		padding: 0;
		font-size:14px;
		margin-bottom:10px;
		border:none;
	}
	ul.welfare li:nth-child(2n) {margin-left:0;}
	ul.welfare li img {width:40px; margin-right:10px;}
	ul.welfare li span {margin-top:10px;}
}

ul.dot {margin:0; padding:0}
ul.dot li {color:#555; margin-bottom:6px; padding-left:10px; position:relative;}
ul.dot li:after {
    left: 0;
    top: 7px;
    width: 3px;
    height: 3px;
    content: " ";
    position: absolute;
    background: #313393;
}

.app_box {
    background: #f6f6f6;
    color: #444;
    padding: 30px;
    border-radius: 30px 0px;
    margin-bottom: 30px;
}
.app_box2 {
    background: #f6f6f6;
    color: #444;
    padding: 20px;
    border-radius: 30px 0px;
    margin-bottom: 30px;
}
h4.app_title {
    background: #7e9db6;
    padding: 15px 0px;
    border-radius: 17px 0px;
    text-align: center;
    margin: 0px auto 10px;
	font-size:18px;
    font-weight: 400;
    color: #fff;
}

.number_line {border-bottom:1px solid #0073ad; color:#313393 !important;}

.dot-color {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 11px;
    position: relative;
}
.dot-color:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 6px;
    top: 9px;
    left: 0;
    background: #333;
}
/****************
	Sub - 제품 레이아웃
****************/

.major-pro .row {margin-right:-5px; margin-left:-5px;}
.major-pro .row>[class^=col-] {padding-right:5px; padding-left:5px; margin-bottom:20px;}

.major-pro .pro-con {margin-bottom:40px;}
.major-pro ul.title {margin-bottom:12px;}
.major-pro ul.title li.pro-name {font-size:19px; font-weight:bold; color:#333; position:relative;}
.major-pro ul.title li.pro-name:after {
	position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background: #313393;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 11px;
    color: #fff;
    padding: 1px 6px 0;
    border-radius: 20px;
    top: 5px;
}
.major-pro ul.title li {font-size:14px; font-weight:500; color:#313393; letter-spacing:-.02em; padding-left:22px; word-break:keep-all;}

.major-pro ul.con {margin-left:37px;}
.major-pro ul.con li {list-style:decimal; margin-bottom:5px; color:#444; letter-spacing:-.02em; }
.major-pro ul.con dl {position:relative; margin-top:3px;}
.major-pro ul.con dl dt {position:absolute; width:85px; left:0; font-size:13px; font-weight:500; color:#666;}
.major-pro ul.con dl dt:after {position:absolute; content:'→'; right:3px;}
.major-pro ul.con dl dd {margin-left:90px; font-size:13px; color:#666;}

.major-pro ul.con table {width:100%; margin-top:5px; border-top:2px solid #313393}
.major-pro ul.con table th {font-size:13px; font-weight:500; color:#313393; padding:2px 5px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background:#f4f4f4; text-align:center;}
.major-pro ul.con table td {font-size:13px; color:#666; padding:2px 5px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; text-align:center;}
.major-pro ul.con table th:last-child,
.major-pro ul.con table td:last-child {border-right:none;}





/* 검색 */
.srch{float:left; width:100%; display:inline-block;}
.srch legend{overflow:hidden;visibility:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.srch select{
    margin: 0;
    font-size: 13px;
    color: #373737;
    vertical-align: middle;
    height: 60px;
    border: #eaeaea solid 1px;
    outline: none;
    padding: 15px 20px;
    float: left;
    width: 20%;
	font-family: "Noto Sans KR",Helvetica,arial,sans-serif;
	border-radius:0 !important;
}
.srch .keyword{
    margin: 0;
    width: 70%;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 15px;
    outline: none;
    vertical-align: top;
    height: 60px;
    float: left;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	border-left:none;
	font-family: "Noto Sans KR",Helvetica,arial,sans-serif;
	border-radius:0 !important;
}
.srch button.searchBtn {
    height: 60px;
	width: 10%;
    float: left;
    background: #333;
    color: #fff;
    border-color: #333;
    font-size: 17px;
	min-width:inherit !important;
	transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.srch button.searchBtn:hover {background:#313393; border-color:#313393;}

@media (max-width:767px) {
	.srch select {width:27%; padding:10px 8px; height:40px;}
	.srch .keyword {width:56%; padding:10px; height:40px;}
	.srch button.searchBtn {width:17%; height:40px; padding:7px;}
	
}

.product_contents {background:#f3f3f3;}
.product_contents span.bold {font-weight:bold; margin-right:6px; color:#333}
.product_list{
	position:relative;
    width:100%;
    margin: 25px auto 0;
	padding:0;
}
.product_list .titleimg {padding:20px 0 10px 0}
.product_list .proBox {padding:20px; margin-bottom:20px; cursor:pointer; border:1px solid #eaeaea; position:relative; text-transform:uppercase;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;}
.product_list .proBox:hover {background:#f8f8f8}
.product_list .proBox:after {position:absolute; bottom:-1px; left:0; display:block; content:''; width:100%; height:1px; background-color:#313393; transform:scale3d(0,1,1); transform-origin:center center; transition:transform .3s;}
.product_list .proBox:hover:after {transform:scale3d(1,1,1);}
.product_list .proBox .copy {float:left;}
.product_list .space {width:15px !important; float:left}
.product_list .proBox h3 {margin:5px 0 10px; clear:both; font-weight:bold; font-size:15px; color:#555; }
.product_list .proBox:hover h3 {color:#111}
.product_list .proBox p {margin-bottom:0; line-height:19px;}
.product_list .proBox .hit i {margin-right:3px;}
.product_list .proBox .view, .product_list li .view .mask, .product_list li .view .content, .product_list li .view img {width:250px; height:170px}
.product_list .proBox .third-effect .mask {
   opacity: 0;
}

.product_detail {width:100%; display:inline-block;}
.product_detail .top {width:100%; display:inline-block;}
.product_detail .top .info {padding:15px 0; position:relative;}
.product_detail .top .info .title {font-size:24px; color:#333; font-weight:bold; margin-bottom:20px; padding-right:50px;}
.product_detail .top button.list-btn {position:absolute; right:0; top:0; width:44px; height:44px; min-width: inherit;}
.product_detail .top button.list-btn i {font-size:23px}

.product_detail .nav-tabs {width:100%; margin-top:30px;}
.product_detail .nav-tabs>li {width:20%; }
.product_detail .nav-tabs>li>a {border-color:#ddd; border-top:1px solid #ddd; padding:12px 10px 9px;border-radius:0;text-align:center; color:#888; font-weight:bold; font-size:16px; transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s;}
.product_detail .nav>li>a:focus, .product_detail .nav>li>a:visited, .product_detail .nav>li>a:active {background-color:#fff;}
.product_detail .nav-tabs>li.active>a, .product_detail .nav-tabs>li.active>a:focus, .product_detail .nav-tabs>li.active>a:hover {border-top:2px solid #313393; background:#fff; padding:11px 10px 9px; color:#222; border-radius:0; border-bottom-color:#fff;}
.product_detail .tab-content>.tab-pane {padding:30px 15px 15px;; width:100%;}


@media (max-width:1199px) {
	.product_detail {padding:20px;}
}
@media (max-width:991px) {
	.product_list .proBox {padding:15px;}
	.product_list .proBox h3 {margin-top:15px;}
	
	.product_detail {padding:15px;}
	.product_detail .top .info .title {font-size:18px; margin-bottom:10px; padding-right:30px;}
	.product_detail .top button.list-btn {padding:7px; width:30px; height:30px;}
	.product_detail .top button.list-btn i {font-size:14px}
}

@media (max-width:767px) {
	.product_list>.row {margin-right:-7px; margin-left:-7px;}
	.product_list>.row>[class^=col-] {padding-right:7px; padding-left:7px;}
	.product_list .proBox {margin-bottom:15px;}
	
	.product_detail .top button.list-btn {top:10px;}
	
	.product_detail .nav-tabs {margin-top:0}
	.product_detail .nav-tabs>li {width:35%}
	.product_detail .nav-tabs>li>a {font-size:14px; padding:10px 10px 7px;}
	.product_detail .nav-tabs>li.active>a, .product_detail .nav-tabs>li.active>a:focus, .product_detail .nav-tabs>li.active>a:hover {padding:9px 10px 7px;}
	.product_detail .tab-content>.tab-pane {padding:20px 10px 10px;}
}




/*****************
	Sub - 고객상담
*****************/

.agreeboxok {display: inline-block; border: 1px solid #313393; padding: 10px 40px 10px 15px; font-size: 13px; position: relative; font-size:13px; color:#313393; font-weight:bold; cursor:pointer}
.agreeboxok input {position:absolute; right:15px; top:8px;}




/*****************
	Sub - 게시판
*****************/
.board_list {width:100%; display:inline-block; margin:20px 0 0; padding:0}
.board_list li {padding:20px; border: 1px solid #eaeaea; margin-bottom: 10px; cursor:pointer; position:relative;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;}
.board_list li:hover {background:#f8f8f8; border-color:#}
.board_list li:after {position:absolute; bottom:-1px; left:0; display:block; content:''; width:100%; height:1px; background-color:#313393; transform:scale3d(0,1,1); transform-origin:center center; transition:transform .3s;}
.board_list li:hover:after {transform:scale3d(1,1,1);}
.board_list li h3 {font-size: 14px; font-weight:normal; margin-bottom: 7px; color:#555; line-height:140%; padding-left:45px; position:relative;}
.board_list li:hover h3 {color:#111}
.board_list li p {display:inline-block; margin:0}
.board_list li .hit {float: right;}
.board_list li .hit i {margin-right:3px;}
.board_list .date {margin-left:45px}
.board_list .number {font-size: 14px; line-height:140%; font-weight:bold; display: inline-block; position:absolute; left:0;}

.board_detail {border-bottom:1px dotted #ddd; width:100%; display:inline-block;}
.board_detail .top {border-top:2px solid #313393; border-bottom:1px solid #eaeaea; padding:20px; width:100%; float:left;}
.board_detail .top h3 {font-size: 18px; margin-bottom: 7px; color:#444; position:relative; line-height:140%;}
.board_detail .top p {display:inline-block; margin:0}
.board_detail .top .hit {float: right;}
.board_detail .top .hit i {margin-right:3px;}
.board_detail .contents {width:100%; padding:20px; font-size:13px; line-height:20px;  float:left;}
.board_detail .bottom {margin-top:15px; width:100%; display:inline-block; float:left;}
.board_detail .bottom li {font-size:13px; color:#555; padding:15px 20px; border-top:1px dotted #ddd; cursor:pointer; width:100%; display:inline-block; float:left;}
.board_detail .bottom li:hover span.title {color:#313393}
.board_detail .bottom li .left {float:left; width:10%;}
.board_detail .bottom li .right {float:left; width:90%;}
.board_detail .bottom li i {margin-right:5px; color:#313393;}
.board_detail .bottom li span {float:left; display:inline-block;}

@media (min-width:768px) and (max-width:991px) {
	.board_list li h3 {font-size: 16px;} 
	.board_detail .top h3 {font-size:16px;}	
	.board_detail .bottom li {padding:12px 20px;}
	.board_detail .bottom li .left {width:15%;}
	.board_detail .bottom li .right {width:85%;}
}
@media (max-width:767px) {
	.board_list li {padding:15px;}
	.board_list li h3 {font-size: 14px; padding-left:35px;} 
	.board_list .date {margin-left:35px;}
	.board_list .number {font-size:14px;}	
	
	.board_detail .top {padding:15px}
	.board_detail .top h3 {font-size:14px;}
	.board_detail .contents {padding:15px;}
	
	.board_detail .bottom li {padding:10px 15px;}
	.board_detail .bottom li .left {width:23%;}
	.board_detail .bottom li .right {width:77%;}
	.board_detail .bottom li span.title {margin-left:10px;}
}



/*****************
	Sub - 갤러리
*****************/

.small_menu {clear:both; width:100%; margin:0 0 15px;}
.small_menu a {color:#333; font-size:13px; background:#efefef; margin:0 0 3px; padding:10px 20px; display:inline-block; text-decoration:none;}
.small_menu a.select {color:#fff; background:#313393; }

@media (max-width:767px) {
	.small_menu {text-align:center;}
	.small_menu a {padding:5px 0; width:49%;}
}

.gallery_list{
	position:relative;
	padding:0;
}
.gallery_list .gallBox {width:100%; display:inline-block; margin-bottom:20px;cursor:pointer;}
.gallery_list .gallBox h3 {padding:15px 0 7px;clear:both; font-size:16px; color:#444; }
.gallery_list .gallBox p{margin-bottom:0;}
.gallery_list .gallBox:hover h3 {color:#000}
.gallery_list .gallBox .date {padding:0; font-size:13px; color:#888; float:left; margin-right:20px;}
.gallery_list .gallBox .hit {padding:0; font-size:12px; color:#888; float:right;}
.gallery_list .gallBox:hover .date, .gallery_list .gallBox:hover .hit {color:#666}
.gallery_list .gallBox .hit i {margin-right:3px;}

.gallery_detail img {margin-bottom:20px;}

.gallery_list .gallBox:hover .third-effect .mask {
   opacity: 0;
   border:100px solid rgba(0,0,0,0.7);
}

.view {
   margin:0 auto;
   overflow: hidden;
   position: relative;
   text-align: center;

   cursor: default;
}
.view .mask {cursor:pointer}
.view .mask, .view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width:100%;
   height:100%;
}
.view a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}


.third-effect .mask {
   opacity: 0.3;
   overflow:visible;
   border:200px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.third-effect a.info {
   position:relative;
   top:-20px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}

.third-effect:hover a.info {
	opacity:0;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}


@media (max-width:767px) {	
	.gallery_list {margin-right:-7px; margin-left:-7px;}
	.gallery_list>[class^=col-] {padding-right:7px; padding-left:7px;}
}

/*****************
	Histroy
*****************/

.history-box {
  margin: 0 auto;
  width:862px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  position: relative;
  padding-bottom: 120px;
}

.history-border {
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ddd;
  height: 100%;
}

.h-box {
  width:862px;
  float: right;
  text-align: left;
  margin: 0 0 10px;
  padding: 100px 0 0 496px;
  position: relative;
}

.h-box.even {
  float: left;
  text-align: right;
  padding: 10px 496px 0 0;
}

.h-box h5 {
  color: #3f8dbf;
}

.h-box p {
	margin-bottom: 14px;
    font-size: 15px;
}

.h-box .icon-box {
  position: relative;
}

.h-box.even .icon-box {
}

.h-box .icon-box:before {
  content: "";
  display: block;
  width: 65px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 35px;
  left: -65px;
}

.h-box.even .icon-box:before {
  left: auto;
  right: -65px;
}

.icon-box {
  display: inline-block;
}

.icon-box i {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #ddd;
  font-size: 40px;
  padding: 0;
  margin: 0 0 10px 0;
  display: table;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius:35px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.h-box:hover .icon-box i {
  border-color: #313393;
  background-color: #313393;
  color: #FFF;
}

.icon-box i:before {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.h-box h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  font-size: 32px;
  margin-bottom: 15px;
  
}
span.month {padding-right:15px; float:left; display:inline-block; font-size:15px; color:#555; font-weight:600;}

.h-box.even span.month {padding-right:0; padding-left:15px; float:right;}

@media (min-width:992px) and (max-width:1199px) {
	.history-box {width:940px}
	.h-box {width:940px;  padding: 50px 0 0 535px;}
	.h-box.even {padding:10px 535px 0 0}
}

@media (min-width:768px) and (max-width:991px) {
	.history-box {width:720px}
	.h-box {width:720px;  padding: 50px 0 0 400px;}
	.h-box.even {padding:10px 400px 0 0}
	.h-box .icon-box:before {width:40px; top:30px; left:-40px;}
	.h-box.even .icon-box:before {right:-40px;}
	.icon-box i {font-size:30px; width:60px; height:60px;}
	.h-box p {font-size:13px;}
}

@media (max-width:767px) {
  .history-box {
    width: 100%;
	padding-bottom:20px;
  }

  .h-box {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0 0 20px;
    padding: 0 0 13px;
    position: relative;
	border-bottom:1px dashed #eaeaea
  }
  .h-box.even {
    float: none;
    text-align: left;
    padding: 0 0 13px;
  }
  .h-box h5 {font-size:23px; margin-bottom:10px; float:left;}
  .icon-box i {display:none;}
  .h-box p {font-size:13px; margin-bottom:7px; clear:both;}

  .h-box .icon-box:before {
    border: 0px;
  }

  .history-border {
    border: 0;
  }
  span.month {float:none; padding-right:7px; font-size:14px;}
  .h-box.even span.month {float:none; padding-right:7px; padding-left:0;}
}


/*****************
	Map
*****************/

.root_daum_roughmap {width:100% !important;}
@media (max-width:767px) {
	.root_daum_roughmap .wrap_map {height:280px !important}
}




/*****************
	Sitemap
*****************/
.s_box {clear:both; margin-bottom:37px;}
.s_titlebox {width:100%; padding:13px 0; font-size:17px; background:#313393; color:#fff; text-align:center;}
.s_menuul {margin:0; padding:0}
.s_menuul li {list-style:none; text-align:center; width:100%; margin-top:5px; background:#f5f5f5;} 
.s_menuul li:hover {background:#f1f1f1}        	  
.s_menuul li a {display:block; color:#000; font-weight:normal; font-size:15px; padding:12px 0; text-decoration:none;}  
@media (max-width:767px) {
	.s_box {margin-bottom:25px;}
	.s_list {margin-right:-7px; margin-left:-7px;}
	.s_list>[class^=col-] {padding-right:7px; padding-left:7px;}
	.s_list>div:nth-child(odd) {clear:both;}
}

/*****************
	Table
*****************/

.width_table {width:100%; border-collapse:collapse; border-top:solid 1px #eaeaea; border-bottom:solid 1px #eaeaea; }
.width_table th  { color:#333; padding:12px 17px; border-bottom:solid 1px #eaeaea; border-right:dotted 1px #eaeaea;  font-weight:bold; text-align:left; background:#f8f8f8}
.width_table td  { color:#666; border-bottom:solid 1px #eaeaea; padding:12px 17px; line-height:170%; }
.width_table .left { text-align:left;}
.width_table .center { text-align:center;}
.width_table td A:link	{ color:#7c7c7c;text-decoration:none; } /* 방문전 */
.width_table td A:visited	{ color:#7c7c7c;text-decoration:none; } /* 방문후 */
.width_table td A:active	{ color:#7c7c7c;text-decoration:none; } /* 마우스클릭시 */
.width_table td A:hover	{ color:#313393;text-decoration:none; } /* 마우스오버 */

.form_table td {padding:0}
.form_table .form_style {width: 100%; border: none; outline:none; padding:12px 17px; float:left; border-radius:0;}
.form_table .form_code {width:100px; margin:2px 0; margin-left:5px; padding:7px; border:1px solid #eaeaea;  outline:none; border-radius:0;}
.form_table .form_style:focus, .form_table .form_code:focus {background:#f5f5f5}

@media (max-width:767px) {
	.width_table th, .width_table td {padding:8px 10px; font-size:13px;}
	.form_table td {padding:0;}
	.form_table .form_style {padding:8px 10px;}
}

.table-block {border-top:2px solid #313393}
.table-block>tbody>tr>th.view-th {display:none;}
.table-block>tbody>tr.view>th {font-size: 14px; letter-spacing: -.03em; font-weight: 500; color: #333; background:#f5f5f5;}
.table-block>tbody>tr>td:last-child {text-align:right; padding-right:25px;}
.table-block>tbody>tr>td, .table-block>tbody>tr>th, .table-block>tfoot>tr>td, .table-block>tfoot>tr>th, .table-block>thead>tr>td, .table-block>thead>tr>th {font-size:12px; padding:10px 8px; word-break:keep-all;}
.table-block>tbody>tr>td:nth-child(2) {width:22%; color:#333;}
.table-block>tbody>tr>th:nth-child(2) {width:20%;}

@media (max-width:767px) {
	.table .view {display:none;}		
	.table-block {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+1,f5f5f5+30,ffffff+30,ffffff+100 */
		background: #f5f5f5; /* Old browsers */
		background: -moz-linear-gradient(left, #f5f5f5 1%, #f5f5f5 30%, #ffffff 30%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #f5f5f5 1%,#f5f5f5 30%,#ffffff 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #f5f5f5 1%,#f5f5f5 30%,#ffffff 30%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	.table-block>tbody>tr>td, .table-block>tbody>tr>th, .table-block>tfoot>tr>td, .table-block>tfoot>tr>th, .table-block>thead>tr>td, .table-block>thead>tr>th {width:100%; display:block; padding:5px 10px;}
	.table-block>tbody>tr>th.view-th {width:30%; float:left; display:block; font-weight:500; color:#444;}
	.table-block>tbody>tr>th {border-top: 1px dotted #ddd;} 
	.table-block>tbody>tr>td {width:70% !important; float:left; border-top: 1px dotted #eaeaea;}
	.table-block>tbody>tr>td:last-child {text-align:left; padding-right:10px;}
	.table-block>tbody>tr>th:first-child, .table-block>tbody>tr>td:nth-child(2) {border-top:none;}
	.table-block>tbody>tr {border-bottom: 2px solid #ccc;}
	
	.date-left {font-size:12px; padding:6px 0 0;}
	select#select_date {padding:5px;}
}

.sub_right .table {border-top: 2px solid #313393; border-bottom: 2px solid #313393;}
.sub_right .table th {
	width:110px;
	font-size: 16px;
	padding:13px 15px; 
    font-weight: 400;
    color: #333;
    background: #f5f5f5;
	text-align:center;
}
.sub_right .table td {font-size:16px;  font-weight:300; padding:13px 15px; word-break:keep-all;}
.sub_right .table b {font-weight:500}


/*테이블*/
.basic_table {width:100%;;  border-collapse:collapse; border-top:solid 2px #555; border-bottom:solid 1px #ddd; }
.basic_table th  { background:#f9f9f9; color:#666; border-bottom:solid 1px #ddd; border-right:solid 1px #ddd; font-weight:bold; text-align:center; padding:10px; }
.basic_table td  { color:#333; border-bottom:solid 1px #ddd; border-right:solid 1px #ddd; padding:10px; font-size:13px; line-height:160%;  text-align:left; }
.basic_table .left { text-align:left;}
.basic_table .center  { text-align:center}
.basic_table .end  { border-right:none;}
.basic_table td A:link	{ color:#7c7c7c;text-decoration:none; } /* 방문전 */
.basic_table td A:visited	{ color:#7c7c7c;text-decoration:none; } /* 방문후 */
.basic_table td A:active	{ color:#7c7c7c;text-decoration:none; } /* 마우스클릭시 */
.basic_table td A:hover	{ color:#2ac1bc;text-decoration:none; } /* 마우스오버 */

/*****************
	Button
*****************/
button.borderBtn, button.borderBtn:visited, button.borderBtn:focus, button.borderBtn:active {height:40px; background:none; line-height:40px; border:1px solid #ddd; padding:0 35px; font-size:13px; color:#888; text-align:center; letter-spacing: -0.03em;}
button.borderBtn i {padding-left:40px; font-size:15px;}
button.borderBtn:hover {background-color:#313393; border-color:#313393; color:#fff;}
button.borderBtn:hover span {color:#fff}

.btn, .btn:visited, .btn:focus, .btn:active {
	border: 1px solid #313393;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #313393;
    background: none;
	border-radius:0;
	outline:none;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	display:block;
}
.btn:hover {background:#313393; color:#fff;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:none;}


/*****************
	Button
*****************/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover  {background-color:#313393; border-color:#313393;}
.pagination>li>a, .pagination>li>span {color:#313393;}

/*****************
	Footer
*****************/
footer {background:#f0f0f0; padding:30px 0}
footer p {color:#777; display:inline-block; padding-right:20px; font-size:14px;}
footer p.copyright {margin-top:10px; font-size:11px; display:block; color:#aaa}
@media (max-width:991px) {
	footer img {margin-bottom:10px;}
}