
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/* =================reset css starts here=================  */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
	margin: 0;
	padding: 0;

	font-family:'Nanum Gothic', 'NanumSquare','Noto Sans KR','NanumBarunGothic';
	word-break: keep-all;

	// Prevent from blinking when clicked
	-webkit-tap-highbase-color-light: $full-transparent;
}


@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url(./NanumBarunGothic.eot);
  src: local('NanumBarunGothic'),
       local('NanumBarunGothic'),
       url(/2019/inc/fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(/2019/inc/fonts/NanumBarunGothic.woff2) format('woff2'),
       url(/2019/inc/fonts/NanumBarunGothic.woff) format('woff'),
       url(/2019/inc/fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-style: bold;
  font-weight: 600;
  src: url(./NanumBarunGothicBold.eot);
  src: local('NanumBarunGothicBold'),
       local('NanumBarunGothicBold'),
       url(/2019/inc/fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(/2019/inc/fonts/NanumBarunGothicBold.woff2) format('woff2'),
       url(/2019/inc/fonts/NanumBarunGothicBold.woff) format('woff'),
       url(/2019/inc/fonts/NanumBarunGothicBold.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 500;
  letter-spacing:1px;
  src: url(./nanumsquarer.eot);
  src: local('NanumSquareR'),
       local('NanumSquareR'),
       url(/2019/inc/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/2019/inc/fonts/NanumSquareR.woff2) format('woff2'),
       url(/2019/inc/fonts/NanumSquareR.woff) format('woff'),
       url(/2019/inc/fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: bold;
  font-weight: 700;
  letter-spacing:1px;
  src: url(./NanumSquareB.eot);
  src: local('NanumSquareB'),
       local('NanumSquareB'),
       url(/2019/inc/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/2019/inc/fonts/NanumSquareB.woff2) format('woff2'),
       url(/2019/inc/fonts/NanumSquareB.woff) format('woff'),
       url(/2019/inc/fonts/NanumSquareB.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic';
	src: url(/2019/inc/fonts/NanumGothic.eot);
	src: url(/2019/inc/fonts/NanumGothic.eot?#iefix) format('embedded-opentype'),
		 url(/2019/inc/fonts/NanumGothic.woff) format('woff'),
	  	 url(/2019/inc/fonts/NanumGothic.ttf) format('truetype');
}



* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
body,
html,
form,
fieldset {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0
}

img {
    border: 0;
}

a {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
    width: auto !important
}

.bold {font-weight:bold}


ul {
    /*list-style: none;*/
}
.txtctr {text-align:center}

.img-fluid {max-width:100%;height:auto}


@media only screen and (max-width: 1200px) {
	.fx_md { width:100%;}
}
@media only screen and (max-width: 768px) {
	.fx_sm { width:100%;}
}
@media only screen and (max-width: 400px) {
	.fx_xs { width:100%;}
}

.hidden {
	display: none !important;
}


a:focus,
input:focus,
textarea:focus,
*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}



#mainPslide { width:100%; height:500px;}


@media only screen and (min-width: 1600px) {
  
   #mainPslide { height:500px;}
  
  }



@media only screen and (max-width: 1600px) {
     #mainPslide { height:470px;}
}

@media only screen and (max-width: 1200px) {
	#mainPslide { height:380px;}
}


@media only screen and (max-width: 900px) {
	#mainPslide { height:300px;}
}


@media only screen and (max-width: 768px) {
	#mainPslide { height:250px;}
}

@media only screen and (max-width: 480px) {
	#mainPslide { height:150px;}
}

/* =================reset css ends here================= */


/* =================core css starts here================= */

body {
	padding:0;
	margin:0;
	top:0;
	border-top: 4px solid #22437b;
    font-size: 15px;
    line-height: 140%;
    font-weight: 300;
    font-family: 'NanumSquare','Nanum Gothic';
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    max-width: 1200px;
}

a,
input,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

a img {
    border: 0px none;
}

a:hover {
    outline: none;
    color: #0069a0;
    text-decoration: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
    line-height: 1.4;
}

h5 {
    font-size: 18px;
    line-height: 1.4;
}

h6 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px
}

/*p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;*/
}

strong {
    font-weight: 600;
}

b {
    font-weight: 700;
}

p:last-child {
    margin-bottom: 0;
}

.mar-40 {
    margin-bottom: 40px !important;
}

.mar-30 {
    margin-bottom: 30px !important;
}
.mar-20 {
    margin-bottom: 20px !important;
}


.no-mar {
    margin: 0 !important;
}
/* =================core css ends here================= */


/* =================btn css start here================= */


.btn {
    border-radius: 4px;
    font-weight: 700;
    padding: 12px 25px;
    min-width: 170px;
    font-size: 15px;
    box-shadow: none;
    text-transform: uppercase;
}



.btn-circle,
.btn-circle:focus {
    
	color: #fff;
	 background-color: none;
    border: solid 1px #fff;
}

.btn-circle:hover,
.btn-circle:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
/***main ¿ø ¹öÆ° ³¡**/


.btn-default,
.btn-default:focus {
    color: #fff;
    background-color: #0069a0;
    border: solid 1px #0069a0;
}

.btn-default:hover,
.btn-default:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary,
.btn-primary:focus {
    color: #0069a0;
    background-color: #fff;
    border: solid 1px #fff;
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-second,
.btn-second:focus {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
}

.btn-second:hover,
.btn-second:active {
    color: #0069a0;
    background-color: #fff;
    border-color: #fff;
}

.btn.btn-lg {
    padding: 18px 40px !important;
}

.btn.btn-xs {
    padding: 8px 15px !important;
    min-width: auto;
}

.btn+.btn {
    margin-left: 10px;
}

.color-text {
    color: #0069a0 !important;
}

/* =================btn css end here================= */


/* ================= Header start ================= */
#header2{padding:10px 0; height:95px}

#header2 #logo *{margin:0; padding:0; line-height:1;}
#header2 #logo h1{margin-top:8px; font-size:26px; letter-spacing:3px;}
#header2 #logo p{margin-top:-2px; font-size:.9rem; text-transform:lowercase;}

#header2 #quickinfo ul {margin:0; padding:0; list-style:none; }
#header2 #quickinfo li{float:left; display:inline-block; margin-left:5px;}
#header2 #quickinfo li:last-child{margin-right:0;}
#header2 #quickinfo .adm_album { position:absolute; bottom:0; /*padding-bottom:0; margin-bottom:0;*/ padding-right:10px; width:50px;}

/*.nospace{margin:0; padding:0; list-style:none;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}*/
.clear {display:block;}

.fl_left {float:left}
.fl_right {float:right}

@media only screen and (max-width: 1200px) {
	.topban_lg {display:none;}

	#header2 #quickinfo li a img, #header2 #quickinfo li img {/*width:83px;*/ padding-top:10px; padding-right:0}
	.fl_right{display:block; float:right; /*display:block; float:right; display:block; float:none;  display:none  */}
	#header #quickinfo li{  display:block; float:right;/* right:0;*/}
}

@media only screen and (max-width: 360px) {
	#header2 #quickinfo li a img, #header2 #quickinfo li img { width:35px !important; height:auto !important;}
	#logo h1 a img { height:35px; }
}



@media only screen and (min-width: 1200px) {

	.topban_xs {display:none;}	

	header {border-top:1px solid #ddd; }
	
	}



header {
    height: 60px;
    color: #fff;
	position: relative;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 998;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}


.fixed header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    background: #fff;
    color: #000;
}

.navbar-toggler {
    width: 65px;
    height: 65px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
    position: absolute;
	right:0;
	top:0px;

	z-index:999;
	
    /*top: 60px;
	float:right !important;
	right: 0;*/
}

.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus {
    background: transparent;
}

.navbar-toggler:not([class="collapsed"]),
.navbar-toggler:not([class="collapsed"]):focus,
.navbar-toggler:not([class="collapsed"]):hover {
    background: #1f4880;
}

.navbar-toggler.collapsed,
.navbar-toggler.collapsed:focus,
.navbar-toggler.collapsed:hover {
    background: #1f4880;
}

.home .navbar-toggler.collapsed,
.home .navbar-toggler.collapsed:focus,
.home .navbar-toggler.collapsed:hover {
    background: transparent;
}

.navbar-toggler .icon-bar {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 3px;
    color: #243238;
    text-indent: -55px;
    margin-top: 0;
    background: transparent!important;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    vertical-align: middle;
}

.navbar-toggler .icon-bar:before,
.navbar-toggler .icon-bar:after {
    content: '';
    width: 23px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.navbar-toggler.collapsed .icon-bar {
    background: #fff!important;
}

.navbar-toggler.collapsed .icon-bar:before,
.navbar-toggler.collapsed .icon-bar:after {
    background: #fff;
}

.navbar-toggler.collapsed .icon-bar:before {
    top: -7px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.navbar-toggler.collapsed .icon-bar:after {
    bottom: -7px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.dropdown-menu {
    border: 0;
	margin:0; padding:0;
    border-radius: 0 0 3px 3px;
    font-size: 15px;
    line-height: 22px;
	
}
.dropdown-menu li:hover {background:#f5f5f5;}

.dropdown-menu  li:last-child {border-radius: 0 0 3px 3px;}

.dropdown-menu li a:hover {font-weight:600;}


.dropdown-item {
	margin:0; 
    padding: 6px 22px;
	font-size:14px;
	line-height: 22px;
	border-top:1px solid #ddd;

}



.dropdown-menu>li:hover>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>li:focus>a,
.dropdown-menu>li:active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav-item.active>a,
.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
    color: #1f4880;
}



@media only screen and (min-width: 1200px) {

    .navbar-nav>li>.dropdown-menu {
        display: block !important;
        top: 100% !important;
        /*margin-top: 10px !important;*/
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        -webkit-transition: all 0.1s ease-in;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px !important;
        transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
    }
	
}






.header-right {
    float: right;
	right:0;
	/*width:145px;*/
    z-index: 20;
    position: relative;
	color:#aaa;
    margin: 0;
    line-height: 58px;
    font-weight: 700;
	font-size:12px;
	letter-spacing:-0.5px;
}

.header-right ul {list-style:none;}
.header-right ul li {float:left; padding:0 3px; text-align:center;}



.header-right a {
	padding-left:3px;
	padding-right:3px;
}

.header-right span {font-family:'Nanum Gothic'; color:#ccc; font-size:9px; /*padding-right: 1px*/}



@media only screen and (max-width: 1200px) {
	
	.header-right {
        position: absolute;
        top: 0;
        right: 70px;
		padding:0 2px;
		}

	.header-right a {font-size:11px; letter-spacing:-0.5px;}

}

@media only screen and (max-width: 320px) {

	.header-right span {display:none;}
	.header-right {width:200px; }
	.header-right a { letter-spacing:-1px; }

}



.navbar {
    padding: 0;

}

.navbar-nav {
	
    /*font-size: 18x;*/
	font-family:  'NanumSquare','Nanum Gothic';
    font-weight: 500;
	color:#000;
    text-transform: uppercase;
	padding-right:20px;
	
}




/*1Â÷¸Þ´º*/
.navbar-nav .nav-link,
.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0px 25px !important;
    line-height: 59px;
	letter-spacing: -0.5px;
	 font-size: 18px;
	font-family:  'NanumSquare','Nanum Gothic';
    font-weight: 600;
	color:#555555;
}



@media only screen and (max-width: 1200px) {
	
	.navbar-nav .nav-link,
	.navbar-expand-xl .navbar-nav .nav-link {
	 font-size: 17px;
     font-weight: 600;
	 color:#000;
	 padding: 5px 15px;
}

}

/**************************************************/





/************ home_1 ** Ãß°¡ *************/
#mainslider { display: block; width:100%; background:#555; height:auto;}

.hero-outer2 { width:1000px; margin:0 auto;  }

.hero-container2 { height: 625px;}


.hero-container2{
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
    color: #fff;
    /*background-color: #333;*/
    font-size: 15px;
    line-height: 1.6;
    background-size: cover;
    background-position: center center;
	
	}


.hero-container2:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
	background-position: center center;
    left: 0;
    top: 0;
}

.hero-container2:after {
    content: '';
    width: 100%;
    height:625px;
    float: left;
    position: absolute;
	background-position: center center;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1000px) {
	.hero-outer2, .hero-container2 { 
		width:100%; height:auto; min-height:479px;
		background-size: cover;
		background-position: center center;
	}

	.hero-container2:before {
			display: none;
		}
}

@media handheld,
only screen and (max-width: 767px) {

	.hero-outer2, .hero-container2 { 
		width:100%; height:auto; min-height:400px;
		background-size: cover;
		background-position: center center;
	}
	/*.hero-container2:before {
			display: none;
		}
	.hero-outer2,.hero-container2 {
			height: auto;
			min-height:300px;
		}
		.hero-container2 {
			background-size: cover;
			background-position: center center;
		}*/
}


@media handheld,
only screen and (max-width: 480px) {

	.hero-outer2, .hero-container2 { width:100%; height:auto; min-height:280px;
	background-size: cover;
    background-position: center center;}
}

@media handheld,
only screen and (max-width: 400px) {

	.hero-outer2, .hero-container2 { width:100%; height:auto; min-height:250px;
	background-size: cover;
    background-position: center center;}
}

@media handheld,
only screen and (max-width: 350px) {

	.hero-outer2, .hero-container2 { width:100%; height:auto; min-height:210px;
	background-size: cover;
    background-position: center center;}
}

/******* origin ***********/


.hero-outer, .hero-container{height: 500px;}
.hero-container{
	/*margin-top:120px;*/
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #333;
    font-size: 15px;
    line-height: 1.6;
    background-size: cover;
    background-position: center center;
	
	}

.hero-container:before {
    content: '';
    width: 80%;
    height: 100%;
    float: left;
    position: absolute;
	background-position: center center;
    left: 0;
    top: 0;
   /* background: #f0f2f3;
    background: -moz-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: linear-gradient(90deg, rgb(45, 45, 45) 0, rgba(125, 142, 141, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f3', endColorstr='#8f7d8e8d', GradientType=1);*/
}

.hero-container:after {
    content: '';
    width: 100%;
    height: 100px;
    float: left;
    position: absolute;
	background-position: center center;
    left: 0;
    top: 0;
   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);*/
}

.middle-container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0);
}

/*.hero-container h1 {
    font-size: 43px;
	letter-spacing: -0.5px;
	font-family: 'Nanum Myeongjo', serif;
    line-height: 1.1;
    font-weight: 700;
}*/

.hero-container h3 span {font-size: 40px; font-family: 'Nanum Myeongjo', serif;}

.hero-container h3 {
    font-size: 28px;
	letter-spacing: -0.5px;
	font-family: 'Nanum Myeongjo', serif;
    line-height: 1.1;
    font-weight: 700;
}

.hero-container h4 {
    font-size: 21px;
	margin-top:30px;
    line-height: 1.1;
    font-weight: 700;
}

.hero-container p {
    font-size: 16px;
    line-height: 1.5;
}

.content-container {
    padding: 5px 0;
    overflow: hidden;
    position: relative;
}

.content-container.color-bg {
    background: #fff;
}

.subcontent-container {
    padding-top: 0px ;
	border-top:1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.banner-container {
	padding:0;
	margin:0;
	background:#fff;
	border-top:1px solid #ccc;
	text-align:center
}
.banner-container img{
	padding:17px 0px;
	margin:0;
	background:#fff;
}

.heading {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 80px;
}

.heading h2,
.heading h6 {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.heading h1,
.heading h3 {
    font-size: 40px;
    line-height: 1.3;
	text-align:center
}

.hero-slider .owl-prev {
    position: absolute;
    left: 13%;
    top: 45%;
}

.hero-slider .owl-next {
    position: absolute;
    right: 13%;
    top: 45%;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span,
.hero-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}



.link {
  color: #0069a0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.link:hover {
  letter-spacing: 2px;
}

.stat-container {
 width: 100%;
 display: inline-block;
 vertical-align: top;
 text-align: center;
}



.case-slider .owl-nav {
    position: absolute;
    top: 50px;
    right: 40px;
    text-align: right;
    margin: 0;
}

.owl-theme.case-slider .owl-nav [class*='owl-'] {
    font-weight: 700;
    background-color: transparent;
    color: #333;
    font-size: 18px;
}

.owl-theme.case-slider .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    color: #0069a0;
}




/* ================= Header end ================= */




/* main board */
.mboard1 {position:relative; background: #ddd; width:100%;height:100%;min-height:230px; padding:0; overflow: hidden; }
.mboard2 {position:relative; width:100%;height:100%;min-height:230px; padding:0; overflow: hidden;}
.mboard3 {position:relative; width:100%;height:100%;min-height:230px; padding:0; overflow: hidden;}
.mboard4 {position:relative; width:100%;height:100%;min-height:230px; padding:0;overflow: hidden; }


.mboard1 img {width:100%; }

.mboard1 h3,.mboard2 h3,.mboard3 h3,.mboard4 h3 {
	
	text-align:left; padding-left:22px; font-size: 20px; line-height:20px; font-family:'NanumSquare'; 
}

.mboard1 h5,.mboard2 h5,.mboard3 h5,.mboard4 h5
	{font-size:13px; color:#fff; padding-left:22px;  font-family:'NanumSquare'; margin-top:-5px;text-transform: uppercase; }

.mboard1 h3 a,.mboard2 h3 a,.mboard3 h3 a,.mboard4 h3 a{
	position: relative;
	font-family:'NanumSquare';
	font-weight:bold;
	color:#fff ;
	padding-top:25px;	
	text-shadow:0 0 7px #000;
}
.mb_bg1 {position:absolute; bottom:0; background:#8fc159; opacity:0.8; z-index:9; height:70px; width:100%; padding:10px 22px; overflow: hidden; padding:0}
.mb_bg2 {position:absolute; bottom:0; background:#f76f14; opacity:0.8; z-index:9; height:70px; width:100%; padding:10px 22px }
.mb_bg3 {position:absolute; bottom:0; background:#486990; opacity:0.8; z-index:9; height:70px; width:100%; padding:10px 22px }
.mb_bg4 {position:absolute; bottom:0; background:#4a9480; opacity:0.8; z-index:9; height:70px; width:100%; padding:10px 22px }

.mb_txt1 {position:relative; color:#fff; font-size:14px; font-weight:bold; z-index:999; padding-top:85px; padding-left:22px; }
.mb_txt2 {position:relative; color:#fff; font-size:18px; font-weight:bold; z-index:999; padding-left:22px;}

@media only screen and (max-width: 320px) {

	.mb_txt1 {position:relative; color:#fff; font-size:12px; font-weight:bold; z-index:999; padding-top:20px; padding-left:13px; }
	.mb_txt2 {position:relative; color:#fff; font-size:12px; line-height:14px; font-weight:bold; z-index:999; padding-left:13px;}
}


@media handheld,
only screen and (max-width: 767px) {
	
	.mboard1,.mboard2,.mboard3,.mboard4 {
		width:100%;
		height:100%;
		min-height:160px;
		margin-bottom:none;
		margin-bottom:0px;
	}
	.mboard1 h3,.mboard2 h3,.mboard3 h3,.mboard4 h3 {
		font-size: 17px;
		text-align:left; 
		padding-left:17px;		
	}

	.mboard1 h3 a,.mboard2 h3 a,.mboard3 h3 a,.mboard4 h3 a {
		font-size: 17px;
	}

	.mboard1 h5,.mboard2 h5,.mboard3 h5,.mboard4 h5 {
		font-size: 12px;
		padding:0;
		text-align:left; 
		padding-left:17px;
		margin-top:-9px;
	}

	.mb_txt1 {position:relative; color:#fff; font-size:13px; font-weight:bold; z-index:999; padding-top:20px; padding-left:15px; }
	.mb_txt2 {position:relative; color:#fff; font-size:14px; line-height:14px; font-weight:bold; z-index:999; padding-left:15px;}
	

}


.mbanner {position:relative; border:5px solid #eeeeee; height:auto; min-height:150px; width:100%; overflow-y: auto; }
.mbanner ul {display: block; list-style: none; float:left; width:100%;  }
.mbanner ul li {float:left;  font-size:17px; font-weight:bold; color:#68615d; text-align:center; 
				padding:20px 0 15px 0; width:16.6%; background: url(/2019/img/mban_bar.gif) no-repeat right center ;
				}
.mbanner ul li p {padding-top:15px;}
.mbanner ul li a:hover {opacity:0.8}
.mbanner ul li:last-child {background:none;}


@media handheld,
only screen and (max-width: 767px) {
	.mbanner ul li {width:33%; font-size:13px; padding:13px 0; background:none;}	
	.mbanner ul li p {padding:0}
	.mbanner ul li img {width:55px}
}



.mbanner2 {position:relative; min-height:70px; width:100%; background:#f9f9f9; padding:20px 0; overflow-y: auto; }
.mbanner2 ul {display: block; list-style: none; float:left; width:100%;  }
.mbanner2 ul li {float:left; text-align:center;  width:20%; }

.mbanner2 ul li:hover {opacity:0.8; transition: all .3s ease-out;}

@media handheld,
only screen and (max-width: 767px) {
	.mbanner2 ul li {float:left; text-align:center;  width:50%; }
	.mbanner2 ul li img, .mbanner2 ul li a img {width:80%; padding:4px 0;}
}



.btn__ {
	position:absolute;
	bottom:0px;
	right:20px;
    font-weight: 200;
	width:54px;
	height:54px;
    font-size: 30px;
	padding:0 20px;
	line-height:54px;
	background:#000;
	opacity:0.3;
    box-shadow: none;
    text-transform: uppercase;
	font-family:  'NanumSquare' ,'Noto Sans' , 'Nanum Gothic' ;
}


.btn-square,
.btn-square:focus {
    
	color: #fff;
	 background-color: none;

}

.btn-square:hover,
.btn-square:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
	/*opacity:0.7;*/ 
}





@media only screen and (min-width: 992px) {
	

	.msermon {padding-top:40px;}
}

@media only screen and (max-width: 768px) {
	 
	.msermon {padding-top:20px;}
}






.sermon-box ul {width:100%; margin:0 auto; float:left; padding:30px 37px;/*display: inline-block;*/ font-family: 'NanumSquare';}
.sermon-box h3 {font-size:25px; padding : 5px 0 0 50px; height:36px;/*padding: 20px 0 0px 25px;*/ font-weight:bold; color:#fff; line-height:25px; 
			background: url(/2019/img/msermonic.jpg) no-repeat; margin-bottom:35px}
.sermon-box ul li {display:block; list-style: none; line-height: 35px; color:#fff; font-weight:600;}
/*.sermon-box ul li span.tit, .sermon-box ul li span.tit a  {font-size:20px;}
.sermon-box ul li a {font-size:20px;}*/
.sermon-box ul li a.f20 { font-size:20px; }
.sermon-box ul li span.st { font-size:15px; background: url(/2019/img/msermontb.png) no-repeat; text-align:center; padding:3px 17px 2px 14px }


.msermon__bg {background: url(/2019/img/msermonbg.jpg); background-size:cover;  }


@media only screen and (max-width: 1000px) {
   .sermon-box .ms__stxt { display: none; }
   .sermon-box h3 {font-size:22px; line-height:20px; background: url(/2019/img/msermonic_m.jpg) no-repeat; margin-bottom:15px}  
   .sermon-box ul li { line-height: 27px; color:#fff; font-size:15px; font-weight:600;}

}
@media only screen and (max-width: 480px) {

	.sermon-box ul {float:left; padding:20px 23px;}
   .msermon__bg {background: url(/2019/img/msermonbg_m.jpg); background-size:cover;  }
   .sermon-box {max-height:180px;}
   .sermon-box ul li a.f20 { font-size:15px; }
	.sermon-box ul li span.st { font-size:14px;}
	 .sermon-box ul li {  font-size:14px; }
}
@media only screen and (max-width: 360px) {

	.sermon-box ul {float:left; padding:20px 18px;}
    .sermon-box ul li a.f20 { font-size:14px; letter-spacing:-0.5px;  }
	.sermon-box ul li span.st { font-size:13px;}
    .sermon-box ul li {  font-size:13px; }
}




.sermon-box {
    padding: 0;
	/*margin-bottom:30px;*/
	width:100%;
	height: 100%;
	min-height:225px;

	/*max-height:270px;*/
	font-family: 'NanumSquare';
}

.praise-box {
    padding: 0;
	border:1px solid #ddd;
	width:100%;
    height: 100%;
	min-height:225px;
	/*max-height:270px;*/
	font-family: 'NanumSquare';
}
.praise-box p.praise_img {width:100%; /*min-width:268px;  height:189px;*/ padding:0}

.praise-box p.praise_img a img {width:100%; /*min-width:268px;  height:189px;*/ padding:0}
.praise_img_m {width:100%; height:100%; max-height:200px}

@media only screen and (min-width: 1200px) {
   .praise-box p.praise_img, .praise-box p.praise_img a img {width:268px;  height:189px;}
}

@media only screen and (max-width: 480px) {
   .praise_img_m {padding-top:-30px}
   .mpraise p.praise_img_m a img {width:100%; height:114px;}
}

.praise-box ul {float:left; display:block; list-style: none; padding:5px 20px; margin-top:10px }
.praise-box ul li { /* font-size:15px; font-weight:bold; */}
.praise-box ul li.p_st a, .praise-box ul li.p2_st a  { font-size:15px; font-weight:bold; color:#fff}

.praise-box ul li.p_st { color:#fff;font-size:15px; font-weight:bold; 
					background: url(/2019/img/mpraise_bg1.gif) no-repeat;  padding:1px 13px 3px 9px  }

.praise-box ul li.p2_st { color:#fff; font-size:15px; font-weight:bold; 
					background: url(/2019/img/mpraise_bg2.gif) no-repeat;  padding:1px 13px 3px 9px  }
.praise-box ul li.p_stx {color:#555}


.p_stx1 {color:#779648}
.p_stx2 {color:#db7934}

p.p_st { color:#fff; font-size:15px; font-weight:bold; 
		background: url(/2019/img/mpraise_bg1.gif) no-repeat; margin-top:-16px; padding:1px 13px 3px 9px  }

p.p2_st { color:#fff; font-size:15px; font-weight:bold; 
		  background: url(/2019/img/mpraise_bg2.gif) no-repeat; margin-top:-16px; padding:1px 13px 3px 9px  }




@media only screen and (min-width: 768px) {
   .mpraise {display:none;}

}
@media only screen and (max-width: 768px) {
   .p_stx1,.p_stx2  {font-size:13px; color:#555}
   /*.p_stx2 {font-size:14px; color:#db7934}*/
   .p_stx1 a,.p_stx2 a  { color:#555}
   /*.p_stx2 a { color:#db7934}*/
   p.p_st a , p.p2_st a {color:#fff}

}

.mpraise { padding:25px 0 40px 0; background:#f5f5f5; /*color:#000; text-align:center; font-size:23px; border-bottom: 2px solid #555; padding-bottom:20px;clear:both*/ }



.inner-banner {
    padding: 100px 0 30px;
    position: relative;
    background-color: #333;
    /*color: #fff;
	text-align:center;*/
    background-size: cover;
    background-position: center center;
	
}

.inner-banner:before {
    content: '';
    width: 80%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    /*background: #f0f2f3;
    background: -moz-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: linear-gradient(90deg, rgb(45, 45, 45) 0, rgba(125, 142, 141, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f3', endColorstr='#8f7d8e8d', GradientType=1);*/
}

.inner-banner:after {
    content: '';
    width: 100%;
    height: 100px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);*/
}

.inner-banner h2 {
    margin: 0;
	text-align:center;
	font-family: 'NanumSquare','Nanum Gothic';
	text-shadow:0 0 5px #000
}

.inner-banner h5 {
    margin: 0;
	text-align:right;
	font-family: 'Nanum Myeongjo', serif;
	font-size:32px;
	color:#504f4f;
}

.inner-banner h6 {
    margin: 0;
	text-align:right;
	font-family: 'Nanum Gothic', 'NanumSquare';
	font-size:16px;
	color:#7a7979;
	font-weight:400;
}




.cta-container {
    position: relative;
    padding: 140px 0;
    background-color: #333;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center center;
}

.cta-container:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

footer {
    background-color: #f9f9f9;
}

.footer-upper {
    padding: 80px 0;
}

.footer-logo {
    width: 110px;
    margin-bottom: 20px;
}



ul.footer-nav {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

ul.footer-nav li {
    position: relative;
    margin-bottom: 5px;
}

ul.social-links {
    display: inline-block;
    vertical-align: top;
}

ul.social-links li {
    float: left;
    margin-right: 15px;
}

ul.social-links li a {
    float: left;
    line-height: 20px;
    font-size: 14px;
}

.footer-lower {
    padding: 30px 0;
    background-color: #292929;
    /*text-align: center;*/	
}
.footer-lower h4, .footer-lower h4 a{color:#fff; font-size:16px; font-weight:normal; line-height:22px;  font-family: 'NanumSquare';}
.footer-lower p, .footer-lower p.f_copy  {

	color:#fff; font-size:13px;
	padding:0;margin:0
}

@media only screen and (max-width: 768px) {
	.footer-lower p.f_copy {font-size:12px}
	.footer-lower h4, .footer-lower h4 a {font-size:15px;}
}


.media-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff;
	
}

.media-box img {
    width: 100%;
	border-radius:10px;
}

.media-box+.media-box {
    margin-top: 30px;
}

.breadcrumb {
    padding: 0;
    margin: 5px 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
}

.breadcrumb>li+li:before {
    padding: 0 2px;
}

.breadcrumb>.active {
    font-weight: 500;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "/\00a0";
}






/* ============================= 
! Screen size below 1201px
 ============================= */

@media only screen and (min-width: 1200px) {


	.navbar-nav {
       /*margin-top: 5px;*/
    }
	
	#main-nav span  {display:none}
	
}


@media only screen and (max-width: 1200px) {
	
	#header2{padding:0; height:60px; top:0; }
	header {  height: 64px;  border-bottom:1px solid #ddd;}
	#logo h1 img {height:40px; padding:5px; } 


    .navbar-nav {
		
        background-color: #fff;
        color: #000;
		/*border-top:1px solid #ddd;*/

    }
    .navbar-nav .nav-link,
    .navbar-expand-xl .navbar-nav .nav-link {
        line-height: 30px;
    }
    .navbar-collapse {
       /* position: fixed;*/
	    float:left;
		z-index:998;
		position: static;
        left: 0;
        /*top: 65px;*/
        right: 0;
        /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);*/
		border-bottom:1px solid #ddd;
        max-height: calc(100% - 60px);
        overflow-y: auto;
    }

	 .navbar-nav  {margin-top:60px;}



    .dropdown-menu {
        padding: 0;
    }
    .dropdown-menu a {
        padding-left: 30px;
    }
    .navbar-nav.sm-collapsible .sub-arrow {
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        top: 0;
    }
	
}


.hero-slider .owl-prev {
    position: absolute;
    left: 5%;
    top: 45%;
}

.hero-slider .owl-next {
    position: absolute;
    right: 5%;
    top: 45%;
}





/* ============================= 
! Layout for ipad lanscape 
 ============================= */

@media only screen and (max-width: 1048px) {

	.sl__lm {display:none;}
	
	.banner-container img{
		padding:15px 0px;
		margin:0;
		width:150px;
		background:#fff;
	}

	.hero-container h3 span {font-size: 33px; font-family: 'Nanum Myeongjo', serif;}

	.hero-container h3 {
		font-size: 22px;
		letter-spacing: -0.5px;
		font-family: 'Nanum Myeongjo', serif;
		line-height: 1.1;
		font-weight: 700;
	}

	.hero-container h4 {
		font-size: 19px;
		margin-top:30px;
		line-height: 1.1;
		font-weight: 700;
	}

    /*.hero-container h1 {
        font-size: 40px;
    }*/
    .hero-container p {
        font-size: 14px;
    }
    /*.heading h1,
    .heading h3 {
        font-size: 36px;
    }*/
    .feature-right {
        padding: 0 50px;
    }
    ul.stat-list li h3 {
        font-size: 60px;
    }

    .feature-box+.feature-box {
        margin-top: 60px;
    }
    .content-container {
        padding: 0;

    }
	.subcontent-container {
    padding-top: 0px;
	border:none;
	}
    .heading {
        margin-bottom: 40px;
    }
    blockquote {
        font-size: 30px;
    }
    .client-container {
        padding: 70px 0;
    }
    .post-title {
        font-size: 44px;
    }
    .footer-upper {
        padding: 60px 0;
    }
}



/*============================= 
! Layout for ipad portrait  
============================= */

@media only screen and (max-width: 991px) {
    ul.service-list>li,
    .case-box {
        width: 50%;
    }
}



/* =============================  
 ! Layout for mobile(lanscape) version  
 ============================= */

@media handheld,
only screen and (max-width: 767px) {
	
	


	


    .mob-mar-30 {
        margin-bottom: 30px !important;
    }
     
    /*.header-right a {
        margin-left: 0;
    }*/
    .search-box .form-control,
    .search-box .form-control:focus {
        font-size: 14px;
        font-weight: 400;
    }
    
	.hero-container {
       /* text-align: center;*/
    }
    .hero-container p {
        display: none;
    }

	.hero-container h3 span {font-size: 23px; font-family: 'Nanum Myeongjo', serif;}

	.hero-container h3 {
		font-size: 19px;
		letter-spacing: -0.5px;
		font-family: 'Nanum Myeongjo', serif;
		line-height: 1.1;
		font-weight: 700;
		bottom:50px;

	}

	.hero-container h4 {
		display:none;
	}


    /*.hero-container h1 {
        font-size: 32px;
    }
    .heading h1,
    .heading h3 {
        font-size: 28px;
    }*/



    ul.stat-list li {
        width: 100%;
        margin: 15px 0;
    }
    ul.stat-list li h3 {
        font-size: 48px;
    }
    .feature-box {
        display: inline-block;
        vertical-align: top;
    }
    .feature-left,
    .feature-right {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .feature-right {
        padding: 40px 0 0;
    }
    .feature-box+.feature-box {
        margin-top: 40px;
    }
    .content-container {
        padding:10px 0;
    }
    .heading {
        margin-bottom: 30px;
    }
    .recent-project-box {
        margin: 40px 0;
    }
    ul.post-list {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }
    ul.post-list li {
        width: 100%;
        margin-bottom: 30px;
    }
    .post-list.blog-post li {
        width: 100%;
    }
    .post-box-content {
        min-height: 1px;
    }
    blockquote {
        font-size: 24px;
        line-height: 1.4;
    }
    .quote-by {
        font-size: 13px;
    }
    .client-container {
        padding: 50px 0;
    }
    .cta-container {
        padding: 70px 0;
    }
    .footer-upper {
        padding: 40px 0;
        text-align: center;
    }


	.footer-lower span {
    /*clear:both;
	word-wrap: break-word;*/

	}


    .hero-container:before {
        display: none;
    }
    .middle-container {
       /* background-color: rgba(0, 0, 0, 0.3);*/
    }
    .hero-outer,
    .hero-container {
        height: auto;
        min-height: 23vh;
    }
    .hero-container {
        /*background-position-x: 90%;*/
		background-position: center center;
    }
    .owl-nav {
        display: none !important;
    }
    .recent-project-box {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .recent-project-image {
        position: relative;
        height: 240px;
        border-radius: 0;
        width: 100%;
    }
    .recent-project-content {
        margin: 0;
        margin-top: -40px;
        border-radius: 0;
        padding: 30px 20px;
        width: 100%;
    }
    .feature-box .feature-left img {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }
    .feature-box.reverse .feature-left img {
        margin-left: -15px;
        margin-right: auto;
    }
    .inner-banner {
        padding: 60px 0 20px;
		margin-bottom:20px;
    }
    .media-box {
        width: Calc(100% + 30px);
        margin-left: -15px;
    }
    .content-container.contact-container {
        padding-bottom: 20px 0;
    }
	.subcontent-container {
    padding-top: 0px;
	border:none;
	}
    .map-container {
        position: relative;
        left: auto;
        top: auto;
        height: 240px;
        width: 100%;
        margin-top: 50px;
    }
    .single-post-content {
        padding: 0;
    }
    .post-title {
        font-size: 36px;
    }
    .breadcrumb {
        display: none;
    }
    .inner-banner h5 {
        font-size: 23px;
		text-shadow:0 0 5px #fff
    }
	.inner-banner h6 {
        font-size: 14px;
		text-shadow:0 0 5px #fff
    }

    ul.bottom-nav {
        margin: 30px 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }
    .media-box+.media-box {
        margin-top: 10px;
    }
    ul.service-list>li {
        width: 100%;
    }
    .case-box {
        width: 100%;
        height: 300px;
    }
    ul.team-list>li {
        width: 50%;
    }
    .pagination>li>a,
    .pagination>li>span {
        font-size: 15px;
        padding: 8px;
    }
}


/* ============================= 
 ! Layout for mobile(portrait) version  
 ============================= */

@media only screen and (max-width: 479px) {

    ul.team-list>li {
        width: 100%;
    }

	.subcontent-container {
    padding-top: 0px;
	border:none;
	}
}