/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:1.0em; font-family:'Noto Sans KR', sans-serif; font-weight: 300;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0; font-family:'Noto Sans KR', sans-serif; font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

img {max-width: 100%;}

textarea, select {font-family:'Noto Sans KR', sans-serif; font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a, a:hover {color:#333;text-decoration:none; outline: none;}

.btn.focus, .btn:focus {outline: 0;	box-shadow:none;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.modal-open {

    overflow: auto;

}

body.modal-open[style] {

    padding-right: 0px !important;

}
.modal.show {
	padding-right: 0px !important;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}

input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}
.placeholdersjs { color: #aaa !important; }

.nav-tabs .nav-link {font-weight: 600; color:#999;}
.nav-tabs .nav-link.active {color:#444}

.dark-text {color: #212256}
.light-text {color: #E7006A}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f23{font-size:23px;}
.f24{font-size:24px;}
.f25{font-size:25px;}

.fw1{font-weight:100;}
.fw2{font-weight:200;}
.fw3{font-weight:300;}
.fw4{font-weight:400;}
.fw5{font-weight:500;}
.fw6{font-weight:600;}
.fw7{font-weight:700;}


/*
상하 좌우 조절
**********/
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mt60 {
	margin-top:60px;
}
.mt70 {
	margin-top:70px;
}
.mt80 {
	margin-top:80px;
}
.mt90 {
	margin-top:90px;
}
.mt100 {
	margin-top:100px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb90 {
	margin-bottom:90px;
}
.mb100 {
	margin-bottom:100px !important;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml50 {
	margin-left:50px;
}
.ml60 {
	margin-left:60px;
}
.ml70 {
	margin-left:70px !important;
}
.ml80 {
	margin-left:80px;
}
.ml90 {
	margin-left:90px;
}
.ml100 {
	margin-left:100px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mr50 {
	margin-right:50px;
}
.mr60 {
	margin-right:60px;
}
.mr70 {
	margin-right:70px;
}
.mr80 {
	margin-right:80px;
}
.mr90 {
	margin-right:90px;
}
.mr100 {
	margin-right:100px;
}


.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.btn_admin { float:right; background: #003556 !important; color: rgba(255, 255, 255, 1.0) !important;  padding: 3px 10px !important;  font-size: 13px !important;}
.para-text h2{line-height:2.5;}
.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/*
네비
**********/
.navbar {
	background: #fff;
	position: fixed;
	width:100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	color:#fff;
	padding:0;
}
.navbar.fixed-header {
	background: #fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
	box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}
.navbar .dropdown.show a:active { 
  background-color: #6c757d;
}
.bg-white {
    background-color: #ffffff!important;
	box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 0.98);
}


.navbar-brand { background-image: url("../img/logo.png"); background-position: center center; background-size: cover; width:270px; height: 33px; margin:12px 10px; }
.navbar-nav .nav-link {color:#003556; font-size:20px; font-weight:600; padding:30px !important; transition: 0.5s;}
.navbar-nav .nav-link:hover {background:#003556; color:#fff;}
.navbar-nav .nav-item.show .nav-link {background:#003556; color:#fff;}


.navbar-nav > li > .dropdown-menu {background: #003556; padding:0; border-radius:0; margin:0; transition: 0.5s;}
.navbar-nav > li > .dropdown-menu > li {padding:0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.navbar-nav > li > .dropdown-menu > li a {color:#fff; padding:10px 15px;}
.navbar-nav > li > .dropdown-menu > li a.dropdown-item:focus,
.navbar-nav > li > .dropdown-menu > li a.dropdown-item:hover {background: rgba(255, 255, 255, 0.2);}
.navbar-nav > li > .dropdown-menu > li:last-child {border-bottom: none;}

.navbar-nav .nav-item.lang .nav-link, .navbar-nav .nav-item.sitemap .nav-link {font-size:12px; padding:1px 15px 4px !important; border-radius:45px; margin-top: 28px;}
.navbar-nav .nav-item.lang .nav-link {background: #E8006A; margin-left: 10px;margin-right: 20px;}
.navbar-nav .nav-item.sitemap .nav-link {background:#818B96;}
.navbar.fixed-header .navbar-nav .nav-item.lang .nav-link, .navbar.fixed-header .navbar-nav .nav-item.sitemap .nav-link {color:#fff;}
.dropdown-toggle::after {
    display: none;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.carousel-overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.carousel-caption {
	position: absolute;
	width:80%;
	top: 50%;
	left: 50%;
	z-index: 10;
	color: #fff;
	text-align: center;
	transform: translate(-50%, -25%);
  }
.carousel-caption h1 {font-size: 40px; font-weight:600; line-height: 1.5em; color:#fff; text-shadow: 2px 2px 7px rgba(0,0,0,0.7);}

.carousel-control-prev, .carousel-control-next {display: none;}

.carousel-indicators {bottom:150px;}
.carousel-indicators li {
	height: 6px;
	background-color: rgba(0, 53, 86, 0.3);
}
.carousel-indicators li.active {background: #003556}

.portfolio-item {
  margin-bottom: 30px;
}

.carousel-item.item01 {background-image: url(../img/slider_01.jpg);}
.carousel-item.item02 {background-image: url(../img/slider_02.jpg);}
.carousel-item.item03 {background-image: url(../img/slider_03.jpg);}




/*
아이콘박스
**********/
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #6c757d; vertical-align: middle; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon > .info { margin-top: -24px; border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon > .info > h3.title { margin-top:20px; font-family: "Noto Sans KR",sans-serif !important; font-size: 20px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: 'Noto Sans KR', sans-serif; font-weight:300; color: #666; line-height: 1.7; margin: 20px; text-align:left;}
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box .space { height: 30px; }



/*
footer
*/
footer {background: #003556; color:rgba(255, 255, 255, 0.8); padding:20px 0; font-size:13px;}
footer h5 {font-size:14px; font-weight: 600; margin-bottom: 5px;}
footer p {margin-bottom: 0}
footer p span {position: relative; display: inline-block; padding-left:20px; margin-right: 18px;}
footer p span:before {content:""; position: absolute; left:0; top:5px; width:1px; height:10px; background-color: rgba(255, 255, 255, 0.5);}
footer p span:first-child {padding-left:0;}
footer p span:first-child:before {background-color:transparent;}
footer p span:last-child {margin-right: 0;}

.a-link a { color:#ffffff; }



.sub_visual {position:relative; background-size: cover; background-position:center center; background-color:#efefef; height:465px;}
.sub_visual:before {content: ""; position: absolute; left:0; top:0; bottom:0; right:0; background-color: rgba(0, 0, 0, 0.3); }
.sub_visual h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	padding: 235px 0 0 0;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	animation: up .5s .2s forwards;
	opacity: 0;
	text-shadow: 2px 2px 7px rgba(0,0,0,0.7);
}
.sub_visual:after {content: ""; position: absolute; left:50%; bottom:0; background-image: url(../img/symbol.png); background-size: 155px 95px; width:155px; height:95px; background-position: 0 0; background-repeat: no-repeat; transform: translateX(-50%); opacity: 0.5; }
.sub_visual.sub10 {background-image: url("../img/sub01_top.jpg");}
.sub_visual.sub20 {background-image: url("../img/sub02_top.jpg");}
.sub_visual.sub30 {background-image: url("../img/sub03_top.jpg");}
.sub_visual.sub40 {background-image: url("../img/sub04_top.jpg");}
.sub_visual.sub50 {background-image: url("../img/sub05_top.jpg");}




.content {margin-top:60px;}
.content p {margin-bottom: 20px;;}
.content h1 {font-size: 30px; font-weight: 600; margin-bottom: 10px;}
.content h3 {font-size: 26px; }
.content h4 {font-size: 22px; margin-bottom: 20px;}
.content h4.badge {font-size: 1.25em; margin-bottom: 10px; background: #212256; color:#fff; padding:7px 25px; border-radius:40px;}
.content h3.head-title {font-weight:600; font-size:30px;}
.content h3.head-title span {color:#015BAB;}

.content-tit {font-size: 30px; line-height: 1em; font-weight: 600; margin-bottom:10px; text-align: center; position: relative; }
.sub_title {font-size: 22px; margin-bottom:70px !important; font-weight: 400; text-align: center; color:#828282}

.content ul li {font-size: 1.0em; margin-bottom:8px; line-height: 120%;}
.content ul.square {list-style-type: none; }
.content ul.square li {position:relative; padding-left:20px;}
.content ul.square li:before {content: "\f138"; font-family: FontAwesome;  font-style: normal;  font-weight: normal; color:rgba(33, 34, 86, 0.6); position:absolute; left:0; top:0;}

.company-intro {text-align: center; font-size:20px; font-weight: 400;}

.card-section {background-size: cover; background-position: center center; background-repeat: no-repeat; min-height:338px; padding:130px 0 50px;}
.card-section-2 {min-height:265px; padding:50px 0 10px;}
.card-section h1, .card-section-2 h1 {font-size:46px; color:#003556; margin-bottom: 10px;}
.card-section p {font-size:20px; line-height: 1.6em; font-weight: 400; margin-bottom: 0;}
.card-section-2 p {font-size:18px; line-height: 1.6em; font-weight: 400; margin-bottom: 0;}

.terms-box {border: 1px solid #ddd; padding:10px; overflow: hidden; height:100px; overflow-y: scroll; font-size:13px;}

.contact-form {padding: 0 0 0 60px;}

table, #bo_v_con table { border-top:2px solid #666; width:100%; line-height:120%;}
table th, table td { border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0; padding:12px 10px; text-align:center }
table th:first-child {border-left:1px solid #e0e0e0;} 
table th { background:#f4f4f4;}

.product-label {display: inline-block; background:#003556; color:#fff; font-size:18px; font-weight:600; padding:5px 20px; border-radius: 50px; margin-bottom: 25px; }
ul.circle li { margin:0 0 10px 0; background:url(../img/dot.png) no-repeat 0 9px; padding-left:12px; font-weight: 400;; }
.btn-highlight {background: #e27a6c; color:#fff; display: inline-block; font-size:20px; color:#fff !important; font-weight: 600; padding: 10px 50px; border-radius:50px;}
.btn-highlight:hover {background:#c15e50;}

@media (max-width: 575px) {
	#bo_list .td_name {width:100px; text-align:center; } 
	.card-section {padding:30px 0 0 !important; min-height:130px;}
}

@media (max-width: 767px) {

	.col-sm-push-6 {left: 0;}
	.col-sm-pull-6 {left: 0; right: 0%;}
	
	.carousel-caption {transform: translate(-50%, -20%);}
	.carousel-caption h1 {font-size: 18px; }
	.carousel-caption h3.logo-slide {width:103px; height:25px;}
	.carousel-caption p {font-size:16px;}
	.carousel-control-next-icon, .carousel-control-prev-icon {margin-top: 25px;}
	.carousel-indicators {bottom:50px;}


	.sub_visual {height:250px;}
	.sub_visual h2 {padding: 135px 0 0 0; font-size:1.725em;}
	.sub_visual:after {background-size: 100px 61px; width: 100px; height: 61px;    background-position: 0 0;}

	.content h1 {font-size: 1.8em;}
	.content h3 {font-size: 1.5em;}
	.content h4 {font-size: 1.125em; }
	.content h3.head-title {font-size:1.5em;}
	.content-tit {font-size: 1.8em;	}

	.company-intro {font-size:16px;}

	.card-section {padding:0 ; min-height:130px;}
	.card-section-2 {min-height:50px; padding:30px 0 0 !important;}
	.card-section p, .card-section-2 p{font-size:16px;}



	.contact-form {padding: 0 15px;}
	
	footer {position: relative !important; text-align: center;}
	footer h5 {	font-size: 16px;}
	footer p {font-size: 12px;}
	footer a {color: rgba(255, 255, 255, 0.5);}
	footer p span:first-child {margin-right: 0;}
	footer p span:nth-child(n+2) {padding-left: 0;}
	footer p span:nth-child(n+2):before {background-color: transparent;}

}

@media (min-width: 768px) {
	.col-sm-push-6 {left: 50%;}
	.col-sm-pull-6 {right: 50%;}
}

@media (max-width: 991px) {
	.nav-sm-none {display: none !important;	  }
    .navbar {background:#fff; -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);	-moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);	box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);}
	.navbar-brand { background-image: url("../img/logo.png"); width:205px; height: 25px; margin: 15px 10px; }
	.navbar-nav .nav-item {border-bottom:1px solid #e4e4e4;}
	.navbar-nav .nav-item.lang .nav-link, .navbar-nav .nav-item.sitemap .nav-link {background: none; padding:15px !important; border-radius: 0; margin-top: 0; margin-left: 0; margin-right: 0; font-size:16px;}
	.navbar-nav .nav-item.lang .nav-link {color:#E8006A;}
	.navbar-nav .nav-item.lang, .navbar-nav .nav-item.sitemap {float:left; width:50%;}
	.navbar-nav .nav-item:last-child {border-bottom:none;}
	.navbar-nav .nav-link {color:#333; padding:15px !important; font-size:18px}
	.carousel-caption {transform: translate(-50%, -25%);}
	.carousel-caption h1 {font-size: 22px; }
	.carousel-caption h3 {font-size: 0.95em;}

	.card-section , .card-section-2{padding: 0; min-height: 150px;}
	.card-section h1, .card-section-2 h1 {font-size: 26px;}
	.card-section p, .card-section-2 p {font-size: 16px;}
}
@media (min-width: 992px) {
	.nav-lg-none { display: none !important; visibility: hidden;}
	.col-md-push-6 {left: 50%;}
	.col-md-pull-6 {right: 50%;}
	.lg-none { display: none !important;}
}

@media (min-width: 1px) and (max-width: 1089px) {

	.login{display:none}
	.ety-mt{margin-top:83px;}
	.ety-mt-main{margin-top:63px;}
	.ety-mt-qa{margin-top:110px;}
	.mpage{display:block;}
	.ppage{display:none;}
	.spage{overflow-x:auto;white-space: nowrap;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carousel-caption h1 {font-size: 26px; }
	.card-section-2 {padding: 0; min-height: 150px;}
}

@media (min-width: 1090px) {

	.login{display:none}
	.ety-mt{margin-top:130px;}
	.ety-mt-qa{margin-top:150px;}
	.mpage{display:none;}
	.ppage{display:block;}

	/* header */
	.top-line { background:#333333; }

}
@media (max-width: 1199px) {
	.brblock { display: none;}
}