@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);

@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

@font-face {font-family: 'NanumBarunGothic';font-style: normal;font-weight: 400;src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype'); } @font-face {font-family: 'NanumBarunGothic';font-style: normal;font-weight: 700;src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype') } @font-face {font-family: 'NanumBarunGothic';font-style: normal;font-weight: 300;src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype'); 
unicode-range: U+000-5FF; /* Latin glyphs */
} 
.nanumbarungothic * {font-family: 'NanumBarunGothic', sans-serif; }

@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');


/*
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
*/
/*========================================================
					  Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #666;
  font: 300 14px/20px 'Dhyana', 'Noto Sans KR',돋움, sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #434547;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #364d82;
}

h1 {
  font-size: 24px;
  font-family: 'NanumBarunGothic', sans-serif;
  line-height: 38px;
}

h2 {
  /* font-size: 20px;
  line-height: 34px; */
}

h3 {
  font-size: 18px;
  font-family: 'NanumBarunGothic', sans-serif;
  line-height: 32px;
}

h4 {
  font-size: 16px;
  font-family: 'NanumBarunGothic', sans-serif;
}

h5 {
  font-size: 14px;
  font-weight:700;
  font-family: 'NanumBarunGothic', sans-serif;
}

h6 {
  font-size: 13px;
  font-family: 'NanumBarunGothic', sans-serif;
}

p a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

/*********
[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}
*********/

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.hr {
  border-bottom: 3px solid #eee;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
  .mobile-center p {
    text-align: left;
  }
}

.mg-add {
  margin-top: 18px;
}

/*=======================================================
					   Main Layout
=========================================================*/
* + .btn {
/*  margin-top: 32px; */
}

* + .row {
  margin-top: 18px;
}

* + .off1 {
  margin-top: 13px;
}

* + .off2 {
  margin-top: 24px;
}

* + .off3 {
  margin-top: 32px;
}

* + .off4 {
  margin-top: 4px;
}

.info-box + .owl-carousel {
  margin-top: 30px;
}

h2 + img {
  margin-top: 23px;
}

h2 + p {
  margin-top: 14px;
}

h3 + p {
  margin-top: 12px;
}

* + hr {
  margin-top: 40px;
}

.row + p {
  margin-top: 25px;
}

hr + * {
  margin-top: 40px;
}

img + p {
  margin-top: 22px;
}

img + h3 {
  margin-top: 20px;
}

.marked-list + .btn {
  margin-top: 17px;
}

.grid_2 img + img {
  margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img + img {
    margin-top: 0;
    margin-left: 8%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img {
    width: 46%;
  }
}

.off2 + hr,
.off2 + hr + .row {
  margin-top: 50px;
}

p + .btn_bx {
  margin-top: 33px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  font-weight: 700;
  font-size: 55px;
  line-height: 62px;
  color: #5ab7de;
  vertical-align: bottom;
}
.brand_slogan {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 24px;
  vertical-align: bottom;
}
.brand a:hover {
  color: inherit;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
	color: #666;
	background: #f2f2f2;
}
.bg-primary h2 {
	padding:0.8em 0 0 0;
	color: #666;
	font: 700 18px/24px "Noto Sans KR", sans-serif;
}
.bg-primary .icon {
  color: #364d82;
  background: #fff;
}
.bg-primary .product-list li .box:hover .icon {
  background: #fff;
}
.bg-primary .product-list .icon {
  margin-top: 11px;
}
.bg-primary .product-list hr {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.bg-primary .product-list hr + .box {
  margin-top: 39px;
}
.bg-primary .product-list h3 + p {
  margin-top: 12px;
}
.bg-primary .product-list hr {
  border-bottom: 0;
}
.bg-primary .product-list h3 {
  color: #666;
}

.bg-secondary {
  background: #434547;
}

.bg-secondary2 {
  background: #f5f5f5;
}

.bg-image {
  background: url(/theme/vtk/images/page-3_bg.jpg) center no-repeat;
  background-size: cover;
}
.bg-image p {
  font-size: 16px;
}

/*==================     Icons     ======================*/
.icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 52px;
  text-align: center;
  color: #fff;
  background: #364d82;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon2 {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 34px;
  text-align: center;
  color: #364d82;
  background: #4a4c4d;
}
.icon2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*==================    Buttons    ======================*/
.btns,
.btns2 {
  display: inline-block;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 600 16px/18px 'NanumBarunGothic', sans-serif;
}
.btns:hover,
.btns2:hover {
  background: #364d82;
}
.btns:active,
.btns2:active {
  background: #22a1d7;
}

.btns {
  color: #fff;
  background: #364d82;
}

.btns2 {
  color: #333;
  background: #eaeaea;
}
.btns2:hover, .btns2:active {
  color: #fff;
}

.btn_bx [class*="btns"] {
  padding: 16px 30px;
  display: inline-block;
  width: auto;
}
.btn_bx [class*="btns"] + [class*="btns"] {
  margin-top: 0;
  margin-left: 20px;
}
.btn_bx + .btn_bx {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .btn_bx [class*="btns"] {
    width: 100%;
  }
  .btn_bx [class*="btns"] + [class*="btns"] {
    margin-top: 20px;
    margin-left: 0;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}







/*==================     메인 0단 디자인    ======================*/














/*==================     메인 1단 디자인 _Quick service    ======================*/

section.banner_wrbox {
	width:100%;
	clear:both;
}

section.banner_wrbox .container h3 {
	display:block;
	font:600 20px/28px "Noto Sans KR", sans-serif;
	color:#fff;
}

section.banner_wrbox .container h4 {
	display:block;
	font:600 17px/22px "Noto Sans KR", sans-serif;
	color:#fff;
}
section.banner_wrbox .container h5 {
	display:block;
	font:600 14px/18px "Noto Sans KR", sans-serif;
	color:#fff;
}

section.banner_wrbox .banner_wr {
  min-height: 190px;
  padding:91px 0;
  clear:both;
}

section.banner_wrbox .banner_wr .banner {
	margin:0px auto;
	display:flex;
    flex-direction: row;
	justify-content: space-between;
    flex-wrap: wrap;
}

.banner_wr .banner .ind_area01a {
  margin: 0px;
  width: 60%;
  max-width: 705px;
  max-height: 500px;
  width: 705px;
  height: 500px;
  padding: 0px;
}
.banner_wr .banner .ind_area01a h4 {
  margin:-0.5em 0 0 0;
  text-align:center;
  color:#333;
  font-size:3em;
  line-height:2em;
  font-weight:500;
  letter-spacing:-0.05em;
}
.banner_wr .banner .ind_area01a h4 span {
  color:#027837;
  font-weight:900;
}
.banner_wr .banner .ind_area01a p {
  text-align:center;
  color:#333;
  font-size:1.15em;
  font-weight:400;
  line-height:1em;
}

.banner_wr .banner .ind_area01b {
  margin: 0px auto;
  width: 40%;
  max-width: 500px;
  max-height: 500px;
  width: 500px;
  height: 500px;
  padding: 0px;
  color: #fff;
}



.banner_wr .banner .ind_area01b .ind_area01b_01 {
  width:19%;
  height:100%;
  max-width: 160px;
  max-height: 190px;
  margin: 0;
  padding: 0px;
  border:1px solid #e0e0b2;
  text-align:center;
  background-color:#fff;
  box-sizing:border-box;
}

.banner_wr .banner .ind_area01b .ind_area01b_01 a {
	height:100%;
	margin:0px auto;
	clear:both;
	vertical-align:middle;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.banner_wr .banner .ind_area01b .ind_area01b_01 i {
	width:100%;
	margin:0 0 0.3em 0;
	padding:0em;
	font-size:3.3em;
	color:#a09641;
	clear:both;
}
.banner_wr .banner .ind_area01b .ind_area01b_01 a h5 {
	width:100%;
	margin:0.2em 0 0 0;
	clear:both;
	font-family:'Dhyana', 'Noto Sans KR', sans-serif;
	font-weight:600;
	font-size:1.5em;
	color:#898989;
}
.banner_wr .banner .ind_area01b .ind_area01b_01 a p {
	width:100%;
	margin:0px auto;
	clear:both;
	font-family:'Dhyana', 'Noto Sans KR', sans-serif;
	font-weight:500;
	font-size:1em;
	color:#898989;
}




.banner_wr .banner .ind_area01c {
	margin: 0px;
	width: 40%;
	max-width: 245px;
	max-height: 500px;
	padding: 0px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner_wr .banner .ind_area01c .ind_area01c_bnr {
	width: 100%;
	height: 50%;
	max-width: 245px;
	max-height: 245px;
	padding: 0px;
	margin: 0px;
}



.banner_wr .banner .ind_area01d {
	margin: 0px;
	width: 40%;
	max-width: 160px;
	max-height: 500px;
	padding: 0px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner_wr .banner .ind_area01d .ind_area01d_bnr {
	width: 100%;
	height: 33%;
	max-width: 160px;
	max-height: 160px;
	padding: 0px;
	margin: 0px;
}



@media (max-width: 1199px) {
	.banner_wr .banner .ind_area01a h4 {
	  margin:-0.5em 0 0 0;
	  font-size:2.7em;
	  line-height:1.2em;
	  font-weight:500;
	  letter-spacing:-0.05em;
	}
	.banner_wr .banner .ind_area01a p {
	  margin-top:1em;
	  font-size:1.00em;
	  font-weight:400;
	  line-height:1em;
	}
}
@media (max-width: 979px) {

}
@media (max-width: 768px) {
	.banner_wr .banner .ind_area01a {
	  margin: 0px;
	  width: 100%;
	  height: auto;
	  max-width: 100%;
	  max-height: auto;
	  padding: 0 0 2em 0;
	  text-align:center;
	  clear:both;
	  flex-direction:column;
	  justify-content:center;
	}
	.banner_wr .banner .ind_area01b {
	  margin: 0px;
	  width: 100%;
	  height: auto;
	  max-width: 100%;
	  max-height: auto;
	  padding: 0px;
	  clear:both;
	  flex-direction:row;
	  justify-content:space-between;
	}
	.banner_wr .banner .ind_area01b .ind_area01b_01 {
	  width:19.5%;
	  margin: 0;
	  padding: 2em 0;
	}
	.banner_wr .banner .ind_area01c {
		margin: 0px;
		width: 100%;
		max-width: 100%;
		max-height: auto;
		padding: 0px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.banner_wr .banner .ind_area01d {
		margin: 0px;
		width: 100%;
		max-width: 100%;
		max-height: 130px;
		padding: 0px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.banner_wr .banner .ind_area01d .ind_area01d_bnr {
		width: 31%;
		height: auto;
		max-width: 130px;
		max-height: auto;
		padding: 0px;
		margin: 0px;
	}
}

@media (max-width: 623px) {
	section.banner_wrbox {
		height:auto;
	}
	section.banner_wrbox .banner_wr {
	  height: auto;
	  min-height: auto;
	  padding:0px 0;
	}
	.banner_wr .banner .ind_area01b {
	  margin: 0px;
	  width: 100%;
	  height: 100%;
	  max-width: 100%;
	  max-height: 100%;
	  padding: 0px;
	  clear:both;
	  flex-direction:column;
	  justify-content:space-around;
	}
	.banner_wr .banner .ind_area01b .ind_area01b_01 {
	  width:100%;
	  height:auto;
	  max-width: 100%;
	  max-height: auto;
	  margin: 0 0 3px 0;
	  padding: 0px;
	  text-align:center;
	}

	.banner_wr .banner .ind_area01b .ind_area01b_01 a {
		width:100%;
		margin:0px auto;
		padding:1em 0;
		vertical-align:middle;
		display:flex;
		flex-direction:row;
		justify-content:center;
	}
	.banner_wr .banner .ind_area01b .ind_area01b_01 i {
		width:25%;
		margin:0;
		padding:0em;
		font-size:3.3em;
	}
	.banner_wr .banner .ind_area01b .ind_area01b_01 a div {
		width:40%;
		padding:0.3em 0 0 0;
	}
	.banner_wr .banner .ind_area01b .ind_area01b_01 a div h5 {
		width:auto;
		height:auto;
		margin:0;
		font-size:1.5em;
	}
	.banner_wr .banner .ind_area01b .ind_area01b_01 a div p {
		width:auto;
		height:auto;
		margin:0px auto;
		font-size:1em;
	}
}

@media (max-width: 479px) {

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

}







.banner h3 {
  color: #fff;
}
.banner p {
  line-height: 28px;
  color: #fff;
}
.banner [class*="fa-"] + h3 {
  margin-top: 17px;
}
.banner h3 + p {
  margin-top: 13px;
}

/*==============      Product List     ==================*/
.product-list li .box:hover .icon {
  background: #d71219;
}
.product-list li .box_cnt__no-flow {
  padding-left: 30px;
}
.product-list * + hr {
  margin-top: 50px;
}
.product-list hr + * {
  margin-top: 50px;
}
.product-list h3 + p {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .product-list hr {
    display: none;
  }
  .product-list hr + * {
    margin-top: 30px;
  }
  .product-list li .box {
    text-align: center;
  }
  .product-list li .box_aside {
    float: none;
  }
  .product-list li .box_aside .icon {
    display: inline-block;
  }
  .product-list li .box_cnt__no-flow {
    margin-top: 20px;
    padding-left: 0;
  }
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
  padding: 0.5em;
}
blockquote p {
  padding-top: 3px;
}
blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 7px;
  content: "\f10d";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 24px;
  vertical-align: top;
  z-index: 10;
}
blockquote cite {
  display: block;
  font-size: 16px;
  color: #364d82;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 41px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #364d82;
}
.marked-list li a:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 400;
  font-size: 22px;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
}
.marked-list a:hover {
  color: #777777;
}

/*==================  Contact List  =====================*/
.contact-list {
  color: #888a8c;
  font-size: 0.9em;
  font-family:"Dotum", 돋움;
}
.contact-list .box {
  display: table;
}
.contact-list .box_cnt__no-flow {
  vertical-align: middle;
  display: table-cell;
  padding-left: 30px;
}
.contact-list .box + .box {
  margin-top: 30px;
}
.contact-list a[href^="callto:"] {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-list a[href^="callto:"] {
    font-size: 18px;
  }
}
.contact-list a:hover {
  color: #364d82;
}

.contact-list2 {
  padding: 0.5em;
}
.contact-list2 h3 {
  color: #42acda;
}
.contact-list2 i {
  font-size:1em;
  padding:0px;
  margin:0px;
  background:none;
  float:left;
}

/*==================  Marked List  ======================*/
table {
  width: 100%;
}
table td {
 
}
table td:last-child {
  
}
table tr:nth-child(even) {
 /* background: #f9f9f9; */
}

/*==================    Info Box   ======================*/
.info-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 7px;
  padding: 30px 30px 25px;
  color: #fff;
  background: #d71219;
}
.info-box dt,
.info-box dd {
  display: inline-block;
}
.info-box hr {
  background: #fff;
}
.info-box [class^="fa-"]:before {
  padding-right: 13px;
  font-size: 54px;
}
.info-box h2 {
  color: #fff;
  position: relative;
  padding-left: 65px;
}
.info-box h2:before {
  position: absolute;
  left: 0;
}
.info-box h3 {
  color: #fff;
}
.info-box h2 + hr {
  margin-top: 26px;
}
.info-box * + h3 {
  margin-top: 18px;
}
.info-box h3 + dl {
  margin-top: 4px;
}
.info-box dl + hr {
  margin-top: 25px;
}

/*==================     Info     ======================*/
.info dt {
  font-size: 24px;
  color: #434547;
}
.info dt + dd {
  margin-top: 17px;
}
.info dd + dt {
  margin-top: 15px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu {
  float: right;
  text-align:center;
}
.sf-menu > li {
  position: relative;
  float: left;
  text-align:center;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 5px 10px;
  color: #534A40;
  line-height: 1;
  font: 600 16px/22px 'Dhyana', 'Noto Sans KR', sans-serif;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #364d82;
  background: none;
}
.sf-menu > li.active > a {
  color: #364d82;
  background: none;
  border-right: 1px solid #4bb0db;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width:100%;
  padding:1em 0em;
  z-index: 9999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
  font: 400 13px/22px 'NanumBarunGothic', sans-serif;
}
.sf-menu ul > li > a {
  width:100%;
  font-size: 14px;
  padding: 0.3em 5px;
  color: #999;
  background:rgba(255,255,255,0.98);
  font-family: 'NanumBarunGothic', sans-serif;
}

.sf-menu li > ul {
	padding:0px 0 0 0;
	display:none;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #777777;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  width: 235px;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  z-index: 4;
}

.sf-menu li > ul:before {
  background:green;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 19px;
  top: 0;
  margin-left: -6px;
  content: "";
  font: 400 16px/50px 'NanumBarunGothic';
  color: #364d82;
}


.sf-menu2 {
  padding:0.65em 0em;
  float: right;
  text-align:center;
}

.sf-menu2 li {
   float: left;
}
@media (max-width: 1199px) {
  .sf-menu2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #a09641;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.0);
}
.rd-mobilemenu_ul a:hover .rd-submenu-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #534A40;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  height:100%;
  text-align:center;
}

.rd-mobilepanel_title img {
  max-width:80%;
  max-height:90%
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 5px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #534A40;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}









@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background:rgba(255,255,255,0.95);
}

.isStuck {
  position:absolute;
  top:0;
  left:0;
  margin-top: 0;
  z-index: 9999;
  border-bottom: 1px solid #eee;
}
.isStuck ul {
	width:100%;
	margin:0px auto;
	padding:0.5em 0;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.isStuck ul:first-child {
	display:none;
}

.isStuck ul > li {
	display:block;
	width:100%;
	text-align:center;
}

@media only screen and (max-width: 1200px) {
	.isStuck ul {
		width:100%;
	}
	.isStuck ul > li {
		width:100%;
	}
}

@media only screen and (max-width: 979px) {
/*
  .isStuck {
    display: none;
  }
*/
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #888;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #364d82;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
.primary {
  color: #364d82;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #fff;
}

header .lnbarea {
	width:100%;
	background-color:#f1f1f1;
}

header .lnbarea li {
	padding:0.5em 15px;
	font-family: 'NanumSquare',돋움, sans-serif;
	font-size:1em;
	font-weight:300;
}

header .lnbarea ul.lnba_l {
	float:left;
}
header ul.lnba_l li {
	background-color:#333;
	font-weight:100;
	color:#fff;
	float:left;
}
header ul.lnba_l li:last-child {
	background-color:#009140;
}

header .lnbarea ul.lnba_r {
	border-right:1px solid #eee;
	float:right;
}

header ul.lnba_r li {
	border-left:1px solid #eee;
	color:#666;
	float:left;
}

header .lnbarea li.lnb_lang {
	font-family: 'Dhyana', 'Noto Sans KR',돋움, sans-serif;
	border-left:1px solid #ccc;
	color:#222;
}
header .lnbarea li.lnb_lang:last-child {
	border-right:1px solid #ccc;
}


header .lnbarea li.lnbsns {
	color:#d1471c;
	font-weight:700;
}



header .brandgnbarea {
	display:inline-block;
	padding:2.2em 0;
	margin:0px auto;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-content:space-between;
	position:relative;
}
@media (max-width: 1199px) {
	header .brandgnbarea {
		padding:0em 0;
	}
}
@media (max-width: 623px) {
	header .brandgnbarea {
		padding:0em 0;
	}
}

header .brandgnbarea .brand {
  width:15%;
  float: left;
  padding:0;
  margin:0px;
  z-index:9999;
}
header .brandgnbarea .brand img {
  padding:0px;
  margin:0px;
}
header .brandgnbarea .gnbarea {
  width:85%;
  padding:0;
  float: right;
  z-index:999;
}

	.gnbli_01 ul li li {
		display:none;
	}


header .isStuck {
  padding:0.5em 0;
}
header a[href^="callto:"],
header .container > p {
  clear: right;
  float: right;
}
header a[href^="callto:"] {
  margin-top: 7px;
  position: relative;
  font-size: 24px;
  color: #777777;
}
header a[href^="callto:"]:before {
  position: absolute;
  top: -4px;
  left: -44px;
  font-size: 34px;
  color: #d71219;
}
header a[href^="callto:"]:hover {
  color: map;
}
header a[href^="callto:"] + p {
  margin-top: 7px;
}

@media (max-width: 1199px) {
	header .brandgnbarea .brand {
	  width:305px;
	}
	header .brandgnbarea .gnbarea {
	  width:635px;
	}
}

@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .lnbarea div.container {
    width:100%;
  }
  header .brand, header a[href^="callto:"], header .container > p {
    float: none;
  }
  header .brand {
    display: block;
	width:100%;
	padding:0.5em 0;
	text-align:center;
  }
  header .gnbarea {
    display: block;
	width:100%;
	padding:0.4em 0;
	border-top:0px solid #f2f2f2;
  }
  header .brand_slogan {
    padding-left: 0;
  }
  header a[href^="callto:"] {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
	header .lnbarea {
		width:100%;
		height:26px;
		margin:0px auto;
		border:0px solid #eee;
		text-align:center;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 9999999;
		text-align: left;
		-moz-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		-webkit-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}

	header .lnbarea li {
		padding:0.2em 0.5em;
		font-size:0.8em;
		font-weight:300;
	}
	header ul.lnba_l ul {
		width:auto;
		margin:0px auto;
	}

	header .lnbarea ul.lnba_l {
		border:0px solid #eee;
		float:left;
		text-align:center;
	}
	header ul.lnba_l li {
		border:0px solid #eee;
		float:left;
	}

	header .lnbarea ul.lnba_r {
		border:0px solid #eee;
		text-align:center;
	}

	header ul.lnba_r li {
		border:0px solid #eee;
		float:left;
	}

	header .lnbarea li.lnbsns {
		color:#d1471c;
		font-weight:500;
	}

	.container, .container-fluid {
		width: 100%;
		padding: 0;
	}





	header .brand {
		display: none;
		padding:0px;
	}

	.rd-mobilepanel_title img {
	  max-width:80%;
	  max-height:80%;
	  padding:13px 0 0 0;
	  margin:0px;
	}


	header .gnbarea {
		padding:0;
		border-top:0px solid #f2f2f2;
	}
	.gnbli_01 ul li li {
		display:block;
	}
}

@media (max-width: 479px) {
	.rd-mobilepanel_title img {
	  max-width:80%;
	  max-height:80%;
	  padding:13px 0 0 0;
	  margin:0px;
	}

}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}
main .container.hr {
  padding-bottom: 50px;
}
main p + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #364d82;
}
main p + a[href^="mailto:"]:hover {
  text-decoration: underline;
}

a[href^="callto:"]:hover {
  color: #364d82;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 69%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well1 {
  padding-top: 32px;
  padding-bottom: 60px;
}

.well2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.well3 {
  padding-top: 59px;
  padding-bottom: 61px;
}

.well4 {
  padding: 32px 0;
}
.well5 {
  padding-top: 1em;
  padding-bottom: 2em;
}
.well6 {
  padding: 1em 0;
}
.well7 {
  padding: 1em;
}

.ins0 {
  padding: 0px;
}

.ins1 {
  padding-bottom: 0;
}

.ins2 {
  padding-bottom: 52px;
}

.ins3 {
  padding-bottom: 43px;
}

.ins4 {
  padding-bottom: 20px;
}

.ins5 {
  padding-top: 44px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  color: #c6c6c6;
}

footer section {
	
}
footer section.ftrquick {
	padding:0.5em 0;
}
footer section.ftrquick .ftrqkbox ul,
footer section.ftrquick .ftrqkbox .ftrqkbox_r{display:inline-block;vertical-align:middle;}



footer section.ftrquick .ftrqkbox {
	padding:0.5em 0;
}
footer section.ftrquick .ftrqkbox ul {
	width:35%;
	padding:0.7em 0 0 0;
	float:left;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-content:space-between;
	font-size:1.2em;
}
footer section.ftrquick .ftrqkbox .ftrqkbox_r {
	width:56%;
	float:right;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-content:space-between;
}


footer section.ftrquick .ftrqkbox .ftrqkbox_r > div {
	display:inline-block;
	overflow:hidden;
	margin-left:20px;
}
footer section.ftrquick .ftrqkbox .ftrqkbox_r select,
footer section.ftrquick .ftrqkbox .ftrqkbox_r input {
	display:inline-block;
	box-sizing:border-box;
	float:left;
	height:40px;
	border:1px solid #666;
	border-radius:0px;
	color:#fff;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	}
footer section.ftrquick .ftrqkbox .ftrqkbox_r select {
	font-size:14px;
	background:transparent;
	background:url("/theme/vtk/img/gnb_bg_w.gif") no-repeat 95% 50%;
	padding:0 25px 0 10px;
	}
footer section.ftrquick .ftrqkbox .ftrqkbox_r select optgroup { 
	font-size:1.1em;
	color:#333;
	}
footer section.ftrquick .ftrqkbox .ftrqkbox_r input {
	background:#666;
	width:50px;
	font-size:16px;
	cursor:pointer;
	}
footer section.ftrquick .ftrqkbox .ftrqkbox_r input:hover {
	background:#666;
	}
footer section.ftrquick .ftrqkbox .ftrqkbox_r .related-list {
	display:none;
}







@media (max-width: 1199px) {
	footer section.ftrquick .ftrqkbox ul {
		font-size:1.0em;
	}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r {
		width:62%;
	}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r select,
	footer section.ftrquick .ftrqkbox .ftrqkbox_r input {
		height:33px;
		}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r select {
		font-size:12px;
		padding:0 15px 0 10px;
		}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r select optgroup { 
		font-size:1em;
		}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r input {
		width:40px;
		font-size:14px;
		}
}
@media (max-width: 979px) {
	footer section.ftrquick .ftrqkbox ul {
		width:100%;
		margin-bottom:1em;
		padding:0px;
		clear:both;
		font-size:1.0em;
		justify-content:center;
	}
	footer section.ftrquick .ftrqkbox ul li {
		margin:0 1em;
	}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r {
		width:100%;
		clear:both;
		justify-content:center;
	}
}
@media all and (max-width:768px) {
	footer section.ftrquick .ftrqkbox .ftrqkbox_r {
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		align-content:space-between;
	}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r input {
		width:60px;
	}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r > div {
		display:block;
		margin:5px 30px;
		position:relative;
		}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r select {
		width:calc(100% - 60px);
		}
	footer section.ftrquick .ftrqkbox .ftrqkbox_r input {
		position:absolute;
		top:0;
		right:0;
		}
	.container ul.contact-list li {
		text-align:center;
	}
	.container ul.ftul_01 {
		width:auto;
		margin:0px auto;
		text-align:center;
		display:flex;
		flex-direction:row;
		justify-content:center;
	}
}

@media (max-width: 623px) {
	
}
@media (max-width: 479px) {
	footer section.ftrquick .ftrqkbox ul li {
			margin:0 0.4em;
			font-size:0.9em;
		}
}
@media (max-width: 350px) {

}








footer section + section .container {
  border-top: 0px solid #888a8c;
}

footer .contact-list {
	width: 100%;
	padding: 2em 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
footer .ftr_logo img {
	width:auto;
	opacity: 0.3;
}
footer .copyright {
  padding:0px;
}
footer .copyright a:hover {
  text-decoration: none;
  color:#c6c6c6;
}

footer .ftul_01 {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	line-height:1.1em;
	clear:both;
	color:#c6c6c6;
}
footer .ftul_01 li {
	float:left;
	margin:0px;
	padding:0em;
}







@media (max-width: 1199px) {
	footer .contact-list {
		width: 100%;
		padding: 2em 0;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	}
	footer .ftul_01 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .contact-list > li {
		padding: 1em 0;
	}
}
@media (max-width: 979px) {

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

}

@media (max-width: 623px) {

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

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

}





/*========================================================
					 subcontents  Section
=========================================================*/
.sizedisp {
	display:none;
}

@media (max-width: 1199px) {

}
@media (max-width: 979px) {
	.snb {
		display:none;
	}
	.colgroup {
		display:inline-block;
		width:100%;
	}
}
@media (max-width: 768px) {
	.sizedisp {
		display:block;
	}
	.sizehid {
		display:none;
	}
	#hd_pop {
		display:none;
	}
}
@media (max-width: 623px) {

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

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

}
















@media (max-width: 1680px) {

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

}

@media (max-width: 1199px) {

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

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

}

@media (max-width: 623px) {

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

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

}





