/** Google NanumGotic **/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
*{
    margin:0;
    padding:0;
}
html, body{
    height: 100%;
}
body{
    font-family: 'Nanum Gothic', sans-serif;
}
a{
    transition: all 0.5s ease-out;
}
a:hover{
    text-decoration: none !important;
}
legend{
display: none !important;
}
/** bootstrap col md 2.5 **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.black-menu{
	background-color:#000 !important;
}
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
  }
  
  /* Flip around the padding for proper display in narrow viewports */
  .navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar .container {
  }
/** Slider **/
.black-bg{background-color:#000 !important;}
.active{background-color:#FFF;border-bottom:0px solid rgba(12, 12, 12, 0.04);}
.navbar-wrapper .navbar {padding-right: 15px;padding-left: 15px;}
.navbar-wrapper .navbar .container {}
.dark-color li a{color:#000 !important;}
.navbar{transition: all 0.2s ease-in-out;margin-bottom: 0;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background:none !important;}
.nav .open>a{background-color:none !important;}
.navbar-toggle .icon-bar{background-color:#FFF;}
.navbar-toggle{margin-top:13px;margin-right:0;}
.nav>li>a{color:#FFF;padding:20px 15px;font-weight:700;letter-spacing:2px;}
.nav>li>a:focus, .nav>li>a:hover{background:none !important;color:#ff5100;}
.dropdown-menu{border:0;}
.dropdown-menu>li>a{padding:8px 20px;}
.dropdown-menu>li>a:hover{background:none !important;text-indent: 5px;color: #e03535;}
.navbar-right .dropdown-menu{left:0;}
.carousel-control.left{background-image:none !important;}
.carousel-control.right{background-image:none !important;}
.carousel-caption{top:35% !important;}
.carousel-caption h1{font-size: 60px;font-weight: 800;}
.carousel-caption h2{font-size:5.5vw;font-weight:800;}
.carousel-caption p{font-size:15px;}
.carousel-indicators li{width:40px !important;height:9px !important;border-radius:0px !important;border:1px solid #0075be;}
.carousel-indicators .active{width:40px !important;height:9px !important;border:1px solid #0075be !important;background-color: #0075be;position: relative;top:-1px;}
.carousel-control span{position:absolute;top:45%;}
.carousel-control span i{font-size:60px;}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .navbar-collapse{background-color:#FFF;}
    .nav>li>a{color:#000;padding:12px 15px;}
    .carousel-control.right{right:20px !important;}
    .carousel-caption{top:20% !important;}
    .carousel-control span{position:absolute;top:47%;}
    .carousel-control span i{font-size:30px;}
}

.background01{
    background: url('../img/main_slide01.jpg') no-repeat center center;
    background-size: cover;
    height: 100%;
}
.background02{
    background: url('../img/main_slide02.jpg') no-repeat center center;
    background-size: cover;
    height: 100%;
}
.background03{
    background: url('../img/main_slide03.jpg') no-repeat center center;
    background-size: cover;
    height: 100%;
}
.nav-scroll {
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    left: 0;
    padding: 0;
    position: fixed;
    top: -100px;
    transform: translateY(100px);
    transition: transform .5s;
    width: 100%; 
}
.light-menu li a{
    color:#333;
}

/** SECTION 01 **/
.section01{
    background-color:#0075be;
    padding:50px 0;
}
.section01 .container .title{
    text-align: center;
    color:#FFF;
    font-size: 30px;
    font-weight: 800;
    padding:35px 0;
}
.section01 .container .content{
    text-align: center;
    color:#FFF;
    line-height: 18px;
}
.section01 .container .content p{
	word-break: keep-all;
}
/** SECTION 02 **/
.section02{
    padding:70px 0;
    background-color:#f7f7f7;
}
.section02 .title{
    text-align: center;;
    font-size: 30px;
    font-weight: 800;
    padding:35px 0;
}
.section02 .row .col-md-4 .box{
    -webkit-transition: all .2s linear;
    background-color: #fff;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
    margin:60px 0 35px 0;
    padding: 30px 15px;
    transition: all .2s linear; 
    position: relative;
}
.section02 .row .col-md-4 .box:hover{
    -webkit-transform: translateY(-7px);
      transform: translateY(-7px); 
}
.section02 .row .col-md-4 .box .title-box{
    -webkit-transition: all .2s linear;
    background: #2f3861;
    border:3px solid #ebebeb;
    border-radius: 500px;
    height: 66px;
    left: 41%;
    position: absolute;
    top: -36px;
    width: 66px;
}
.section02 .row .col-md-4 .box .title-box span{
    color:#FFF;
    font-weight: 800;
    font-size: 30px;
    position: absolute;
    top:10px;
    left:12px;
}
.section02 .row .col-md-4 .box .title{
    padding:25px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}
.section02 .row .col-md-4 .box p{
    text-align: center;
}
/** SECTION 0201 **/
.section0201{
    background: url('../img/main_sec01_img.png') no-repeat center center;
    height: 300px;
    background-size: cover;
    /**background-attachment: fixed;**/
}
.section0201 .container .title{
    text-align: center;
    color:#FFF;
    font-size: 30px;
    font-weight: 800;
    padding:75px 0 30px;
	
}
.section0201 .container p{
    text-align: center;
    color:#FFF;
}
/** SECTION 0202 **/
.section0202{
    padding:70px 0;
    background-color:#f7f7f7;
}
.section0202 .container .title{
    text-align: center;;
    font-size: 30px;
    font-weight: 800;
    padding:35px 0 50px;;
}
.section0202 .container .row .col-md-4 .box{
    margin-bottom: 20px;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s linear;
}
.section0202 .container .row .col-md-4 .box:hover{
    -webkit-transform: translateY(-7px);
      transform: translateY(-7px); 
}
.section0202 .container .row .col-md-4 .box:hover .image img{
    -webkit-transform:scale(1);
    transform:scale(1);
}
.section0202 .container .row .col-md-4 .box .content-box{
    padding:15px;
}
.section0202 .container .row .col-md-4 .box .content-box .more{
    margin-top:30px;
    color:#e03535 ;
    font-size: 12px;
}
.section0202 .container .row .col-md-4 .box .content-box .more a{
	text-decoration: none;
	color:#e03535 ;
}
.section0202 .container .row .col-md-4 .box .sub-title{
    padding:15px 0 5px 0;
    font-weight: 800;
    font-size: 20px;
}
.section0202 .container .row .col-md-4 .box .line{
    display: block;
    width:100px;
    height: 1px;
    background-color:#000;
    margin-bottom: 20px;
}
.section0202 .container .row .col-md-4 .box .image{
    overflow:hidden;
}
.section0202 .container .row .col-md-4 .box .image:hover .image2{
    -webkit-transform:scale(1);
    transform:scale(1);
}
.section0202 .container .row .col-md-4 .box .image2{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius: 0px;
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
}
/** SECTION 03 **/
.section03{
    padding:70px 0;
}
.section03 .title{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding:35px 0 50px 0;
}
.section03 .owl-carousel .item .col-md-12 .box{
    -webkit-transition: all .2s linear;
    background-color: transparent;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    padding:0px;
    border-radius: 0px;
    transition: all .2s linear; 
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all .2s linear;
}
.section03 .owl-carousel .item .col-md-12 .box:hover{
    -webkit-transform: translateY(-7px);
      transform: translateY(-7px); 
}
.section03 .owl-carousel .item .col-md-12 .box .title{
    padding:15px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.section03 .owl-carousel .item .col-md-12 .box .content{
    padding:15px;
    line-height: 26px;
}
.section03 .owl-carousel .item .col-md-12 .box .more{
    margin:15px 0 0 0;
}
/** SECTION 04 **/
.section04{
    padding:70px 0;
    background: url('../img/contact_bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 3;
}
.section04 .container .title{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding:35px 0 50px 0;
}
.section04 .container .col-md-8 .row .col-md-6 input{
    width:100%;
    border:1px solid #ebebeb;
    padding:10px;
    margin-bottom: 15px;
    outline: none;
	border-radius: 0px;
}
.section04 .container .col-md-8 .row .col-md-12 input{
    width:100%;
    border:1px solid #ebebeb;
    padding:10px;
    margin-bottom: 15px;
    outline: none;
	border-radius: 0px;
}
.section04 .container .col-md-8 .row .col-md-12 textarea{
    width:100%;
    border:1px solid #ebebeb;
    padding:10px;
    margin-bottom: 15px;
    outline: none;
	border-radius: 0px;
}
.section04 .container .col-md-8 .row p{
    text-align: center;
}

.section041{
    padding:70px 0;

    position: relative;
    z-index: 3;
}
.section041 .container .title{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding:35px 0 50px 0;
}
.section041 .container .col-md-8 .row .col-md-6 input{
    width:100%;
    border:1px solid #ebebeb;
    padding:10px;
    margin-bottom: 15px;
    outline: none;
	border-radius: 0px;
}
.section041 .container .col-md-8 .row .col-md-12 input{
    width:100%;
    border:1px solid #ebebeb;
    padding:10px;
    margin-bottom: 15px;
    outline: none;
	border-radius: 0px;
}
.section041 .container .col-md-8 .row .col-md-12 textarea{
    width:100%;
    border:1px solid #ebebeb;
    padding:10px;
    margin-bottom: 15px;
    outline: none;
	border-radius: 0px;
}
.section041 .container .col-md-8 .row p{
    text-align: center;
}
/** FOOTER **/
.footer{
    background: #163347;
    padding:40px 0;
}
.footer .container .col-md-2 .ft_title{
    color:#EEE;
    font-weight: 700;
    font-size: 14px;
}
.footer .container .col-md-2 ul{
    list-style: none;
}
.footer .container .col-md-2 ul li{
    padding-bottom: 10px;
}
.footer .container .col-md-2 ul li a{
    color: #53a5ce;
    font-size: 12px;
}
.footer .container .col-md-2 ul li a:hover{
    color: #FFF;
}
.footer .container .col-md-2 .text-right .box ul{
    list-style: none;
    margin-top:10px;
}
.footer .container .col-md-2 .text-right .box ul li{
    display: inline;
    padding:0 6px;
}
.footer .container .col-md-2 .text-right .box ul li a{
    color:#FFF;
    font-size: 28px;
}
.footer .container .col-md-2 .text-right .box ul li a:hover{
    color: #FFF;
}
.footer-text{
    background-color: #132d3e;
    padding:25px 0;
}
.footer-text .container p{
    text-align: center;
    color:#FFF;
    line-height: 22px;
    font-size: 13px;
}
.sub-content{
	padding:100px 0;
}

.sub-header {
  background-size: cover;
  background-attachment: fixed;
  min-height: 358px;
  border-bottom: 3px solid #E03535;
}
.sub-header .title {
  text-align: center;
  color: #FFF;
  font-weight: 800;
  padding-top: 158px;
  font-size: 26px;
      text-shadow: 2px 2px #505050
}
.sub-header .line {
  background-color: #FFF;
  height: 2px;
  width: 70px;
  margin: 10px auto;
}
.sub-header ul {
  list-style: none;
  text-align: center;
  margin-top: 35px;
}
.sub-header ul .on a {
  color: #FFDD00;
}
.sub-header ul li {
  display: inline-block;
  *display: inline;
  /*IE7*/
  *zoom: 1;
  /*IE7*/
  margin-bottom: 15px;
}
.sub-header ul li a {
  color: #FFF;
  margin: 0 10px;
  font-weight: 700;
}
.sub-header ul li a:hover {
  text-decoration: none;
}
#wr_content{
	padding:15px 10px;
	border:1px solid #e4eaec;
	outline: none;
}
/**.navbar-right .open .dropdown-toggle{
	color:#E03535;
} **/
.home-nav{
	text-align: center;
	color:#FFF;
	font-size: 13px;
}
.home-nav a{
	color:#FFF;
}
.home-nav a i{
	position: relative;
	top:1px;
}
.footer .container .col-md-2{
	width:13.66666%;
}
.footer .container .col-md-4{
	width:31.33333%;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
	.footer .container .col-md-2{
		width:33%;
	}
	.footer .container .col-md-4{
		width:100%;
	}
	.footer .container .col-md-4 .text-right{
		text-align: center;
	}
	.footer .container .col-md-4 .text-right .box{
		clear: both;
	}
	.carousel-caption h1{
		font-size: 30px;
	}
}