@charset "utf-8";
@import url(/main/inc/css/fonts/font.css);
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css'); 
@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);
@import url(https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+KR:100,300,400,500,700,900&amp;subset=korean);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);


/* =================reset css starts here=================  */

/* ÃÊ±âÈ­ */
html {overflow-y:scroll; overflow-x:hidden; width:100%;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:15px;height:100%; line-height:140%; font-family: 'Noto Sans KR','Gmarket Sans','S-CoreDream', 'NanumBarunGothic','SeoulNamsan',dotum,'µ¸¿ò',sans-serif; letter-spacing: -0.5px; font-weight:400; border-top: 7px solid #1aa17a; }
div,td,th,tr,ul,li,select,input,button {margin:0;padding:0;box-sizing:border-box;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em; font-family: 'Noto Sans KR','Gmarket Sans', 'S-CoreDream','NanumBarunGothic','SeoulNamsan',dotum,'µ¸¿ò',sans-serif; border:none; outline:0;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em; font-family: 'Noto Sans KR','Gmarket Sans','S-CoreDream', 'NanumBarunGothic','SeoulNamsan',dotum,'µ¸¿ò',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p, div {margin:0;padding:0;word-break:keep-all; letter-spacing: -0.5px;font-weight:400; line-height:140%; font-family: 'Noto Sans KR','Gmarket Sans','S-CoreDream', 'NanumBarunGothic','SeoulNamsan',dotum,'µ¸¿ò',sans-serif;}



hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000; text-decoration:none !important; }
ul,li,dl,dt,dd{padding:0;margin:0}
/*ul{list-style:none;}*/

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/******mymenu »çÀÌÆ®¸Ê*********/

.mymenu {
    width: 100%; z-index:999999999; background:#fff;
}
.mymenu .wrapper {
    padding: 30px;
}
.mymenu .title {
	text-align:left;
    color: #192024;
    margin-bottom: 6px;
    margin-top: 0;
}
.mymenu .subtitle {
	text-align:left;
    font-size: 14px;
	font-weight:500;
    color: #141b1e;
    margin-bottom: 35px;
}
.mymenu .my_box {display:table; position:relative; width:98%; padding:13px 7px; margin:2px auto 20px auto; 
				height:auto; min-height:260px;  border:1px solid #ddd;}
.mymenu .my_box h3, .mymenu .my_box h3 a {font-size: 17px; color:#366da9; font-weight:500; padding-left:10px;text-align:left;  }
.mymenu .my_box .sl_stp_sub { position:block; list-style:none; float:left; width:100%;  padding:7px; }
.mymenu .my_box .sl_stp_sub li { width:100%; border-bottom:1px solid #eee;text-align:left; }
.mymenu .my_box .sl_stp_sub li  a {color:#333; font-size:13px; padding-left:20px}


@media (max-width: 768px) {
    .modal {display:none;}
	.modal-dialog {display:none;}
	.modal-content {display:none;}
}

/******mymenu »çÀÌÆ®¸Ê ³¡*********/



/*
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;

*/


/******** ¸ÞÀÎ½½¶óÀÌµå slide ***********/
#mainPslide { width:100%; height:560px;}


@media only screen and (min-width: 1600px) {
  
   #mainPslide { height:560px;}
  
  }



@media only screen and (max-width: 1600px) {
     #mainPslide { height:430px;}
}

@media only screen and (max-width: 1200px) {
	#mainPslide { height:360px;}
}


@media only screen and (max-width: 900px) {
	#mainPslide { height:280px;}
}


@media only screen and (max-width: 768px) {
	#mainPslide { height:220px;}
}

@media only screen and (max-width: 480px) {
	#mainPslide { height:150px;}
}

/* =================reset css ends here================= */


/* =================core css starts here================= */



.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;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

img {
    max-width: 100%;
}




/* ================= Header start ================= */

header {
    height: 120px;
    color: #fff;
	
	position: relative;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 99;
    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;
    top: 0;
    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 { color:#17a57e; }  /* 2Â÷ ¸Þ´º */


.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-left {
    float: left;
	left:0;
	width:50px;
    z-index: 20;
    position: relative;
	color:#aaa;
	padding-top: 35px;
    margin: 0;
    line-height: 30px;
    font-weight: 700;
	font-size:12px;
}

.header-right, .header-right2 {
    float: right;
	right:0;
	width:130px;
    z-index: 20;
    position: relative;
	color:#aaa;
	padding-top: 15px;
    margin: 0;
    line-height: 40px;
    font-weight: 700;
	font-size:12px;
}

.header-right2 {margin-top: 22px;}


.header-right a, .header-right2 a {
	padding-left:3px;
	padding-right:3px;
}

.header-right span, .header-right2 span {  color:#ccc; font-size:9px;}

	@media only screen and (min-width: 1200px) {
		.header-left-m {display:none;}
	}

	@media only screen and (max-width: 1200px) {
	
		.header-left {display:none;}
		.header-left-m {}

		.header-right, .header-right2 { width:100px;
			position: absolute;
			top: 0;
			margin-top:0px;
			right: 70px;
			padding:12px 2px;
			}
		/*.header-right2 { width:100px;
			position: absolute;
			top: 0;
			margin-top:0px;
			right: 0px;
			padding:12px 2px;
			}*/

		.header-right a, .header-right2 a {font-size:11px; letter-spacing:-0.5px;}

	}



@media only screen and (max-width: 340px) {

	.header-right span, .header-right2 span {display:none;}
	.header-right, .header-right2 {width:107px; letter-spacing:-4px;}
}







.header-search {
    float: left;
    position: relative;
}

.navbar {
    padding: 0;

}


.navbar-nav {	
    font-size: 19px;
    font-weight: 500;
	color:#000;
    text-transform: uppercase;
	padding-right:27px;
}





@media only screen and (min-width: 1200px) {

.navbar_logo {position:relative;margin-right:auto;margin-left:auto;display:block; border:0;padding:0}
.navbar_logo a {padding:0;margin:0; padding:20px 0px;}
.navbar_logo a img{text-align:center;  }

.navbar_mainlogo {position:relative;margin-right:auto;margin-left:auto;display:block; border:0;padding:0}
.navbar_mainlogo a {padding:0;margin:0; padding:25px 0px 0 0;}
.navbar_mainlogo a img{ text-align:center; margin-left: 60px; }

}



@media only screen and (max-width: 1200px) {
	
	.navbar_logo {float:left; padding-top:5px}
	.navbar_logo a img{float:left; left:0;  width:150px; padding:7px;}

	.navbar_mainlogo {float:left; padding-top:5px}
	.navbar_mainlogo a img{width:150px; padding:7px;}

}






.logo-dark {
    display: none;
}

.fixed .logo-white {
    display: none;
}

.fixed .logo-dark {
    display: block;
}



/* 1Â÷ ¸Þ´º */ 
.navbar-nav .nav-link,
.navbar-expand-xl .navbar-nav .nav-link {
    padding: 10px 16px;
    line-height: 60px;
	letter-spacing: -0.5px;
	 font-size: 19px;
    font-weight: 500;
	color:#000;
}



@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;
}

}

/* ================= Search start ================== */

.search-box-outer {
    position: fixed;
    width: 100%;
    height: 60px;
    opacity: 0;
    float: left;
    background: #fff;
    z-index: 99999999;
    left: 0;
    transition: all 0.2s ease-in;
    top: -60px;
}

.search-box {
    width: 100%;
    position: relative;
    padding-right: 60px;
}

.search-box .form-control,
.search-box .form-control:focus {
    height: 60px;
    border: 0;
    box-shadow: none !important;
    font-size: 24px;
    font-weight: 200;
    background-color: #fff;
}

.close-search {
    width: 60px;
    height: 60px;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}

.show-search .search-box-outer {
    top: 0;
    opacity: 1;
}

.search-box-outer .container {
    padding: 0;
}

/* ================= Search end ================= */
.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: 50px 0;
    overflow: hidden;
    position: relative;
}



/*±³È¸¼Ò½Ä*/
#m_news { position:relative;display:block; padding:60px 0; background:#fff; /*background:#fff url(/main/img/m_brd_bg.jpg) bottom center; background-size: cover; */ min-height:200px; }
#m_news .nbox { display:block; width:100%; max-width:583px;  margin:0 auto; padding:40px; /*box-shadow: 0 6px 12px rgba(0,0,0,0.175);*/ }
.nbox.bg_green {background:#4ea2a1;   }
.nbox.bg_blue {background:#cb8383;  }
.nbox a { color:#fff; }
.nbox a:hover {color:#e6f1f5;}
.nbox a h3 { font-weight:700; font-size:25px; }
.nbox a h3 small {float:right; margin-top:-10px;}
.nbox ul {list-style:none; position:relative; padding-top:25px; }
.nbox ul li {position:relative;display:block;clear:both;width:100%;  height:40px; overflow:hidden;}
.nbox ul li a {float:left; font-family:'NanumBarunGothic'; font-size: 16px; font-weight:400; line-height:40px ; letter-spacing:-0.5px;padding-right:90px;}
.nbox h3 small {position:absolute; top:38px;right:50px;   }
.nbox ul li a small { position:absolute; top:0px;right:0; line-height:44px; font-size:15px; letter-spacing:-1px;width:80px; }



	@media (min-width: 1201px){
		#m_news .nbox {height:246px;}
	}

	@media (max-width: 1200px){
		.nbox ul li a {font-size: 14px;padding-right:0;  }
		.nbox ul li a small {display:none;}
	}
	@media (max-width: 991px){
		#m_news { padding:50px 0 30px 0; }
		#m_news .nbox {  padding:30px; height:220px; }
		.nbox a h3 { font-size:22px; }
		.nbox h3 small {position:absolute; top:31px;right:35px;}
		.nbox ul { padding-top:15px;}
	}
	 @media (max-width: 768px){
		#m_news .nbox {  padding:25px 20px 20px 20px;  }
		.nbox li {height:32px;}
		.nboxli a { line-height:32px; }
	}
	 @media (max-width: 480px){
		.nbox li {height:25px;}
		.nboxli a { line-height:25px; }
	}






/* ¹è³Ê ¹öÆ° */
.micban {position: relative;max-width:1200px;height:250px;padding:0px 0 20px 0;/*background:#ff0000;*/ margin:0 auto; }
.micban ul {width:100%;list-style:none;padding:0;margin:0;}
.micban ul li {float:left; display:inline-block;margin-bottom: 0 0 30px 0; padding:0; }
.micban ul li:nth-child(1), .micban ul li:nth-child(2), .micban ul li:nth-child(3), .micban ul li:nth-child(4) {width:243px; height:185px;}
.micban ul li:nth-child(5) {width:225px;height:185px;}
.micban ul li a {display:block !important;color:#fff; text-align:center; }
.micban a div.mban {display:block;width:225px;min-height:185px;padding:100px 10px 20px 10px;}
.micban a { color:#fff;}
.mban h2 {font-size:26px; font-weight:500;}
.mban h5 {font-size:13px; font-weight:300;text-transform: uppercase;}

   @media (max-width: 1215px) {
	   .micban {width:100%; height:auto; min-height:230px;   }
	   .micban ul li:nth-child(1), .micban ul li:nth-child(2),.micban ul li:nth-child(3), .micban ul li:nth-child(4)  {width:25%; height:auto; min-height:170px;}
	   .micban ul li:nth-child(5) {display:none !important}
	   .micban a div.mban {display:block;width:95%;margin:0 auto;min-height:170px;padding:40px 10px 20px 10px;}
	   .mban h2 {font-size:25px;}
	}
	 @media (max-width: 768px) {
	   .micban {min-height:323px; min-height:380px;  }
	   .micban ul li {margin-bottom:15px;}
	   .micban ul li:nth-child(1), .micban ul li:nth-child(2),.micban ul li:nth-child(3), .micban ul li:nth-child(4) {width:50%;  min-height:150px;}
	   .micban a div.mban {min-height:160px;padding:80px 10px 20px 10px; text-align:center;}
	   .mban h2 {font-size:22px; }
		.mban h5 {font-size:12px;}
	}

.mban.bg1 {background-image: url(/main/img/mban1.jpg);background-size: cover;background-position: center center;}
.mban.bg2 {background-image: url(/main/img/mban2.jpg);background-size: cover;background-position: center center;}
.mban.bg3 {background-image: url(/main/img/mban3.jpg);background-size: cover;background-position: center center;}
.mban.bg4 {background-image: url(/main/img/mban4.jpg);background-size: cover;background-position: center center;}
.mban.bg5 {background-image: url(/main/img/mban5.jpg);background-size: cover;background-position: center center;}
/*
.mban.bg1:hover, .mban.bg2:hover, .mban.bg3:hover, .mban.bg4:hover{} 
.micban a h2:hover, .micban a h5:hover {color:#fff; transform: scale(1.1);transition: .4s all ease-in-out;}
*/





.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;
}




.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 ================= */





/* ÇÏ´Ü ·¹ÀÌ¾Æ¿ô */
#ft {position:relative; display:block; max-width:100%; background:#f9f9f9;min-height:180px; height:auto; padding:40px 0; 
	 font-weight:normal; font-size:15px;  font-family: 'NanumBarunGothic';}
#ft .container {position:relative; max-width:1200px; margin:0 auto !important;}

#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft .ftlogo img {width:190px; height:auto; float:left; margin-top:15px;}


/*ÀÌ¿ë¾à°ü*/
#ft .ft_info {position:absolute; right:0; top:10px;font-family: 'NanumBarunGothic' !important;}

/*ÁÖ¼Ò*/
#ft .ft_address {position:relative;  float:left; padding-left:80px; padding-top:10px; line-height:23px;color:#222;  }
#ft .ft_address span {padding-right:25px;}
#ft .ft_address span, #ft .ft_address a {color:#222 !important; font-family: 'NanumBarunGothic' !important;}
#ft .ft_address span b, #ft .ft_address span b a { color:#848384; font-weight:normal;}
#ft .ft_address span.copyright { display:block; padding-top:17px; }


@media (max-width: 1200px){
	#ft {min-height:210px; padding:35px 0; }
    #ft .container {width:100%;}
	#ft .ft_info { /*left:150px; right:none;*/right:10px; top:10px; }
	#ft .ft_address {float:left; padding:20px 5px 20px 10px; display:block;clear:both;  line-height:17px; letter-spacing:-0.5px; }
}
@media (max-width: 768px){
	#ft { padding:30px 5px; }
	#ft .ftlogo img {width:130px; margin-top:5px}
}

#ft b {color:inherit}
#ft a {color:inherit;text-decoration:none}


#ft  .ft-btn {
  font-size: 14px;color:#828181;font-family: 'NanumBarunGothic';
  letter-spacing: -0.5px;
  display: inline-block;
  padding: 4px 7px;
  margin-left:5px;
  transition: 0.5s;
  margin-top: 0px;
  border: 1px solid #908e8e;
}
#ft  .ft-btn:hover {
  background: #908e8e;
  color:#fff;
  border: 1px solid #908e8e;
}

@media (max-width: 768px){
	#ft  .ft-btn {   font-size: 12px;  padding: 2px 7px; }
}



#top_btn {position:fixed;bottom:10px;right:10px;width:40px;height:40px;background:#000;opacity:0.3;border-radius:0px;color:#fff;text-align:center;font-size:15px;z-index:99;border:0}
#top_btn:hover{opacity:1}
#device_change {display:block;line-height:40px;border:1px solid #3a3a3a;border-radius:2em;color:#777;font-size:1em;text-decoration:none;text-align:center}





.inner-banner {
	display:block; 
	min-height: 200px;
    padding: 100px 0 30px 0;
    position: relative;
    background-color: #333;
    margin-bottom:50px;
    background-size: cover;
    background-position: center center;
	
}

.inner-banner:before {
    content: '';
    width: 80%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-banner:after {
    content: '';
    width: 100%;
    height: 100px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-banner h2 {
    margin: 0;
	text-align:center;
	font-family: '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-size:16px;
	color:#7a7979;
	font-weight:400;
}







.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";
}


/* ============SERVICE PAGE START================= */




/* ============SERVICE PAGE END================= */



/* ============BLOG PAGE START================= */


ul.list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

ul.list li a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

ul.list li small {
    font-weight: 400;
    font-size: 11px;
    display: block;
}


/* ============BLOG PAGE END================= */



/* ============FAQS PAGE END================= */


/* ============CONTACT PAGE START================= */


/* ============CONTACT PAGE END================= */


/* ============================= 
! Screen size below 1201px
 ============================= */

@media only screen and (min-width: 1200px) {

	header { height: 100px;}
	.navbar-nav {
       margin-top: 20px;
    }
	
	
	#main-nav span  {display:none}

	.nav-link {
        font-size:  17px;
    }
	
}


@media only screen and (max-width: 1200px) {

	header { height: 65px;}

	/*.navbar_logo {  float:left;left:10px;margin:0; padding:0;}
	.navbar_logo a {float:left; padding:10px 0px; width:100px; }	
	.navbar_logo a img {margin:0; padding:0; width:100px;}*/

   

    .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: 40px;
    }
    .navbar-collapse {
       /* position: fixed;*/
	    float:left;
		z-index:999;
		position: static;
        left: 0;
        top: 65px;
        right: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        max-height: calc(100% - 60px);
        overflow-y: auto;
    }
    .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: 30px 0;

    }
	.subcontent-container {
    padding-top: 30px;
	}
    .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: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 {
		min-height: 150px; 
        padding: 60px 0 20px 0;
		margin-bottom:20px;
    }
	.inner-banner h5, .inner-banner h6 { text-align:right}
    .media-box {
        width: Calc(100% + 30px);
        margin-left: -15px;
    }
    .content-container.contact-container {
        padding-bottom: 0;
    }
	.subcontent-container {
    padding-top: 10px;
	}
    .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: 10px;
	}
}