/*font: 나눔고딕*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*Common*/
body {
	font-family: "Nanum Gothic", "나눔고딕", Arial, sans-serif;
}
img {
	max-width: 100%
}
/*s007 Header-top*/
html #header .header-top.header-top-dark {
    background: #282828;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a{
	padding: 0px 10px;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
    background: transparent;
    color: #fff;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master{
	color: #b89c43;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master:hover{
	color: #ffca1e;
}
#header .header-top {
    position: initial; 
}
#header .header-top.header-top-style-4 {
    margin-bottom: 0px;
}
#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
	 padding: 6px 0px;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 12px;
	font-weight: 300;
    color: #888785;
}
@media only screen and (max-width:992px){
	#header .header-top.header-top-style-4 .container .header-nav-top-wrap,
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	width: 100%;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	text-align: left;
	}
}
@media only screen and (max-width:496px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 0px 3px;
		font-size: 0.9em !important;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
		 padding-top: 0px;
	}
	#header .header-top .header-nav-top-text-wrap strong {
		font-size: 0.9em ;
	}
}
/*s007 Header-top-search*/
#header .header-search{
	margin: 7px 0 0px 5px;
}
#header .header-top p {
    line-height: inherit;
}
#header .header-search .search-toggle {
	display: inline-block;
    font-size: 13px;
    line-height: 22px;
    min-width: 25px;
    margin: 0;
    text-align: center;
    border: 1px solid #92d557;
    background: linear-gradient(#a7dd77,#92d557);
    cursor: pointer;
    color: #fff;
}
@media (max-width: 992px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 3px 5px 3px 0px;
	}
	#header .header-top .header-nav-top {
		margin-right: 0px;
		margin-top: 5px;
	}
	#header .header-search {
		margin: 5px 2px;
	}
	#header .header-search .search-toggle {
		background-color: #222222;
		color: #fff;
    	line-height: 23px;
	}
}
/*search 모달*/
.s007-modal .modal-dialog {
    width: 100%;
    margin: 0;
}
.s007-modal .modal-content{
	border-radius: 0px;
}
#header-search-modal .mobile-search-form input[type="text"]{
	vertical-align: top;
}

#header-search-modal .search-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    min-width: 26px;
    height: 35px;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: #ef6a11;
    border: none;
	vertical-align: top;
}
#header-search-modal .mobile-search-form input[type="text"]{
	padding: 4px 5px;
    border-color: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 50%;
}
@media (max-width: 992px){
	#header-search-modal .mobile-search-form input[type="text"]{
		width: 80%;	
	}
}
/*s007 callnum*/
#header .header-col-2 .callnum {
	text-align: left;
	padding-left: 5px;
}
#header .header-col-2 .callnum a {
	text-decoration: none;
    margin: 10px 0px 0px;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    padding: 0px 5px 2px 5px;
    border-radius: 4px;
    display: inline-block;
}
#header .header-col-2 .callnum a img {
	width: 20px;
	display: inline-block;
	margin-right: 3px;
}
/*s007 - Logo*/
#header.header-narrow .header-logo {
	display: inline-block;
	float: none;
}
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media only screen and (max-width:992px){
	#header .header-logo img {
		width: 170px;
	}
}
/*s007 - Header*/
#header .header-column{
	width: 100%;
	display: block;
	width: 100%;
}
#header .header-column.header-col-2{
	background-color: #333;
	background: linear-gradient(#444,#0c0c0c);
}
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
}
#header .header-nav-main {
    margin: 0;
	float: none;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: #363636;
	border-top: 0px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 14px;
    color: #ccc;
    border-color: #666;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #fff;
	background-color: transparent;
}
#header .header-nav-main > nav > ul > li > a{
	color: #fff !important;
    padding: 12px 30px 12px 30px !important;
    line-height: 25px;
    border-radius: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-right: -3px;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main > nav > ul > li > a:hover{
	color: #eee;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	color: #ffcb32 !important;
    background: rgba(255, 255, 255, 0.1);
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media only screen and (min-width:1200px) {
	#header .header-nav-main nav > ul > li {
		width: 16.5%;
		text-align: center;
	}
}
@media only screen and (max-width:1200px) and (min-width:992px) {
	#header .header-nav-main nav > ul > li {
		width: 16.4%;
		text-align: center;
	}
}
@media only screen and (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: rgba(255,255,255,0.8) !important;
		background-color: transparent;
		color: #ffcb32 !important;
	}
	#header .header-nav-main nav > ul > li {
		border-color: #565656;
	}
    #header .header-nav-main nav > ul > li > a{
        line-height: inherit;
		color: #fff !important;
        padding: 5px 8px 5px 8px !important;
		border-left: 0px !important;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #eee !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media only screen and (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}

/*s007 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 5px 2px;
    padding: 7px 12px;
	background-color: #fff;
	color: #222222;
}
/*header-left-infowrp*/
#header .header-body .header-left-infowrp p.searchnow {
	font-size: 13px;
	color: #0d0d0d;
	font-weight: 600;
}
#header .header-body .header-left-infowrp p.searchnow span {
	color: #d4180b;
}
/*header-right-infowrp*/
#header .header-body .header-right-infowrp {
	width: 230px;
    text-align: left;
    display: inline-block;
}
#header .header-body .header-right-infowrp h5 {
	font-size: 15px;
    padding-left: 36px;
    margin-bottom: 3px !important;
    margin-top: 5px;
}
#header .header-body .header-right-infowrp p {
	color: #c90808;
	font-size: 23px;
	font-weight: 900;
}
/*slider*/
#s007 .slider-container li .bgbox {
    position: absolute;
    width: 43%;
    height: 1000px;
    background-color: rgba(45, 69, 135, 0.75);
    z-index: 3;
    top: 0;
    right: 0;
}
#s007 .slider-container .tp-caption.btn{
	border: 0px;
	background-color: rgba(22, 22, 22, 0.8) !important;
}
#s007 .slider-container .tp-caption.btn:hover{
	background-color: rgba(22, 22, 22, 1) !important;
}
#s007 .slider-container .m_arrow {
	display: inline-block;
    border: 3px solid rgba(239, 239, 239, 0.3);
    border-radius: 30px;
    line-height: 20px;
    padding: 3px 9px 3px 11px;
    font-size: 17px;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
	margin-top: -2px;
}
#s007 .slider-container .m_arrow:hover {
	background-color: #fff;
	color: #564e97;
}
@media only screen and (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
	}
	#s007 .slider-container .tparrows {
	background-color: transparent;
	}
	#s007 .slider-container .tparrows:before {
		font-size: 20px;
	}
}
@media (max-width:992px){
	#s007 .slider-container .m_arrow {
		padding: 0px 6px;
    	font-size: 15px;
		vertical-align: middle;
	}
}
/*Slider bullet*/
#revolutionSlider_forcefullwidth .tp-bullet.selected, 
#revolutionSlider_forcefullwidth .tp-bullet:hover {
    background: #fff;
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .tp-bullet {
		position: absolute;
		background: #fff;
		background: transparent;
		border-radius: 50%;
		border: 2px solid #fff;
	}
	#revolutionSlider_forcefullwidth .tp-bullets{
		top:79% !important;
		left: 88% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.tt-slide {
		background: url(../img/tt-slide.png);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 20;
	}
}
@media (max-width:992px) and (min-width:479px){
	#revolutionSlider_forcefullwidth .tp-bullet {
		position: absolute;
		background: #fff;
		background: transparent;
		border-radius: 50%;
		border: 2px solid #fff;
	}
	#revolutionSlider_forcefullwidth .tp-bullets{
		top:80% !important;
		left: 47% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
@media (max-width:479px){
	#revolutionSlider_forcefullwidth .tp-bullet {
		width: 8px;
		height: 8px;
	}
	#revolutionSlider_forcefullwidth .tp-bullet {
		position: absolute;
		background: #fff;
		background: transparent;
		border-radius: 50%;
		border: 2px solid #fff;
	}
	#revolutionSlider_forcefullwidth .tp-bullets{
		top:81% !important;
		left: 45% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
/*content_top*/
@media (max-width:992px){
	.content_top {
		background-color: rgba(45, 69, 135, 0.75);
		height: 80%;
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0px;
	}
}
/*sec01*/
#sec01 {
	padding: 30px 0;
}
#sec01 .cs-center {
	border: 1px solid #691684;
}
#sec01 .cs-center h4 {
	background-color: #8d1fb1;
    background: linear-gradient(#8d1fb1,#691684);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}
#sec01 .cs-center h4 span {
	font-weight: 400;
	font-size: 10px;
    color: rgba(255, 255, 255, 0.68);
}
#sec01 .cs-center h4 strong {
	font-size: 12px;
    color: rgba(255, 255, 255, 0.68);
}
#sec01 .cs-center h5 {
	color: #7b4c1b;
    font-size: 15px;
    padding-top: 15px;
}
#sec01 .cs-center h1 a {
	text-decoration: none;
    font-weight: 900;
    text-align: center;
    color: #3642a3;
	line-height: 55px;
    display: block;
    width: 100%;
    height: 100%;
}
#sec01 .cs-center .cs_in {
	background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 5px 0;
    margin-top: 10px;
}
#sec01 .cs-center h2 {
	font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    color: #666;
}
@media (min-width:992px){
	#sec01 .cs-center {
		min-height: 328px;
	}
}
@media (max-width:479px){	
	#sec01 .cs-center h1 a {
		font-size: 23px;
		line-height: 30px;
	}
	#sec01 .cs-center h1 a img{
		width: 21px;
	}
	#sec01 .cs-center h2 {
		font-size: 14px;
		line-height: 22px;
	}
	#sec01 .cs-center h5 {
		font-size: 12px;
	}
}
/*sec02*/
#sec02 {
	padding: 30px 0 15px 0;
	background-color: #f4f4f4;
}
#sec02 ul li a {
	text-decoration: none;
	display: block;
	color: #333;
	font-weight: 600;
	position: relative;
	padding: 7px;
}
#sec02 ul li a .b_con {
	border: 1px solid rgba(255, 255, 255,0.7);
	padding-top: 65px;
    padding-bottom: 30px;
	position: relative;
	z-index: 3;
}
#sec02 ul li.sec2_b1 a {
	background: url(../img/sec02_01.jpg) center center;
	background-size: cover;
}
#sec02 ul li.sec2_b2 a {
	background: url(../img/sec02_03.jpg) center center;
	background-size: cover;
}
#sec02 ul li.sec2_b3 a {
	background: url(../img/sec02_02.jpg) center center;
	background-size: cover;
}
#sec02 ul li a {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#sec02 ul li a:hover {
	transform: scale(1.05, 1.05)
}
#sec02 ul li a h3 {
    color: #fff;
	font-weight: 600;
    font-size: 28px;
}
#sec02 ul li a p {
	color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
#sec02 ul li a span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
/*sec03*/
#sec03 {
	padding: 30px 0;
}
/*s007 subtitle 서브페이지 타이틀*/
.page-header.parallax {
    padding: 70px 0 120px 0;
}
/*s007 config_wrp*/
#config_wrp h1{
	display: inline-block;
}
#config_wrp .breadcrumb{
	float: right;
	background-color: transparent;
}
#config_wrp .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
/*s007 subtitle tab 서브페이지 타이틀 하단 탭*/
#tap_wrp.tab_company {
    width: 100%;
    height: 50px;
    background-color: #eee;
}
#tap_wrp.tab_company a {
	color: #666;
    text-decoration: none;
    padding: 14px 15px 11px 15px;
	margin: 0 5px;
    font-size: 1.7rem;
    display: inline-block;
	border-bottom: 3px solid transparent;
}
#tap_wrp.tab_company a.active,
#tap_wrp.tab_company a:hover {
	color: #222;
	border-color: #222;
}
@media only screen and (max-width: 992px){
	#tap_wrp.tab_company a{
		padding: 14px 0 11px 0;
		font-size: 15px;
	}
}
@media only screen and (max-width: 479px){
	#tap_wrp.tab_company {
		display: none;
	}
}
/*tap_wrp2*/
#tap_wrp2.tab_company {
    width: 100%;
    background-color: #f7f7f7;
}
#tap_wrp2.tab_company a {
	color: #666;
    text-decoration: none;
    padding: 9px 4px 6px 15px;
    margin: 0 5px;
    font-size: 14px;
    display: inline-block;
	border-bottom: 3px solid transparent;
}
#tap_wrp2.tab_company a.active,
#tap_wrp2.tab_company a:hover {
	color: #05a3ff;
}
@media only screen and (max-width: 992px){
	#tap_wrp2.tab_company {
		display: none;
	}
	#tap_wrp2.tab_company a{
		padding: 14px 0 11px 0;
		font-size: 15px;
	}
}
/*footer*/
#footer {
	margin: 0px;
	font-size: 12px;
	background-color: #9b9b9b;
	border: 0px;
}
#footer a.btn {
    background-color: rgba(0, 0, 0, 0.3);
}
#footer .logo_wrp a img{
	opacity: 0.8;
}

/*서브타이틀 subtitle*/
.page-header .sub_title h1{
	text-shadow: 0 0 0;
    color: #333;
    font-size: 30px;
    letter-spacing: 0.4rem;
}
.siteconfig{
	width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background-color: #2b3481;
}
.siteconfig .home_box{
	display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}
.siteconfig .home_box2,
.siteconfig .home_box3{
	display: inline-block;
	font-size: 12px;
}
.siteconfig .home_box2::after {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.siteconfig .home_box a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px 15px;
}
/*all-content-common*/
#all-content-common{
    background-color: rgba(238, 238, 238, 0.4);
}
@media only screen and (max-width:992px){
    #all-content-common .m-pn{
        padding: 0px !important;
    }
}
/*left-sitecon*/
#left-sitecon h3{
	padding: 25px 20px;
    background-color: #2b3481;
    color: #fff;
    font-size: 20px;
	border-radius: 0px 10px 0 0;
}
#left-sitecon ul li {
    border-bottom: 1px solid #ddd;
}
#left-sitecon ul li a{
    text-decoration: none;
    color: #333;
    padding: 8px 20px;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
	position: relative;
}
#left-sitecon ul li a.active{
    color: #188ed8;
}
#left-sitecon ul li a.active:after{
    border-color: transparent transparent transparent #188ed8;
    border-style: solid;
    border-width: 4px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 40%;
    right: 5px;
    width: 0;
}
/*all-content-wrp*/
#all-content-wrp{
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
	padding: 50px 15px;
}
