/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');

/*Font: Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}

/* Pop-up */
#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;
	margin:0 auto;
	height:0;
}
.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 (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;*/
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*header_ttop*/

/*body*/
.body {
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -1px;
}
html {
    font-size: 10px;
}

@media (min-width:991px){
    .container.container_main {
        width: 1500px !important;
    }
}
@media (min-width:1400px){
     .container {
         width: 1430px;
    }
}
@media (max-width:992px){
    html {
        font-size: 9px;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_lrd {
    color: #cd121c !important;
}
.c_drd {
    color: #c00000 !important;
}
/*Common*/
img {
	max-width: 100%;
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_mon {
	font-family: 'Montserrat';
    letter-spacing: 0px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*header_top*/
.header_ttop {
	padding: 0;
	background-color: #1e1e1e;
}
.header_ttop a {
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	padding: 5px;
	font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
	font-family: "gulim";
	text-decoration: none;
}
.header_ttop a.fr {
	float: right;
	border: 0px;
	position: relative;
	padding-left: 10px;
}
.header_ttop a.fr:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 40%;
	background-color: #ddd;
	right: 0;
	top: 30%;
}
.header_ttop a.fr.br_none:before {
	display: none;
}
.header_ttop a .nv_login {
	width: 18px;
	vertical-align: middle;
}
@media (max-width:768px){
	.header_ttop a {
		font-size: 12px;
	}	
	.header_ttop a.fr {	
	}
}
.header_ttop {
    height: 64px;
}
.header_ttop {
	position:relative; 
	width:100%;
}
.header_ttop .top_banner > div{
	position:absolute; 
	top:0; 
	left:0; 
	display:none; 
	width:100%; 
	height:100%; 
	z-index:10;
}
.header_ttop .top_banner > div:first-child{display:block}

@media (max-width:768px){
	.header_ttop {
		height: 28px;
	}
}


/*header*/
#header {
    padding: 0 !important;
}
#header .header-body {
    border: 0px !important;
    padding: 0 !important;
}
#header .header-body .hd_top {
    padding: 25px 0;
}
html.sticky-header-active #header .header-body .hd_top {
    padding: 15px 0;
}

html.sticky-header-active #header.header-transparent .header-body:before {
    background: #000;
    opacity: 1;
}
html.sticky-header-enabled #header.header-transparent .header-body {
	 position: unset;
}
html.sticky-header-active #header.header-transparent .header-body  {
		position: fixed;

}
#header .log_box a {
    text-decoration: none;
    display: block;
}
#header .n_box a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 7px 5px;
    cursor: pointer;
    margin-left: 5px;
    text-align: center;
}
@media (max-width:768px){
    #header {
        text-align: left;
        padding: 5px 0;
    }
    #header .container {
        padding: 0 5px;
    }
    #header .header-body {
        border: 0px;
        padding: 10px 0;
    }
    html.sticky-header-active #header.header-transparent .header-body:before {
        background: #fff;
    }
    #header .header-body .hd_top {
        padding: 10px 0;
    }
    html #header .log_box a img,
    #header .log_box a img {
        width: 170px;
    }
    #header .mn_box a {
        font-size: 12px;
        padding: 5px 10px;
    }
    #header .n_box a {
        font-size: 12px;
        padding: 2px 9px;
        width: auto;
        margin-left: 3px;
    }
}
@media (min-width: 1201px){
    #header .ll_box {
        /*width: 38%;*/
		width: 20%;
    }
    #header .log_box {
        width: 24%;
    }
    #header .scr_box {
        width: 18%;
		padding: 0px 0px 0px 40px;
    }
    #header .n_box {
        width: 20%;
    }
}
@media (max-width: 1200px) and (min-width: 769px){
    #header .log_box {
        width: 30%;
    }
    #header .scr_box {
        width: 30%;
    }
    #header .n_box {
        width: 35%;
    }
    #header .h_nav {
        width: 5%;
    }
}

.sesco {
    display: block;
    float: left;
    position: relative;
}
.sesco.sec {
       width: 50px;
    height: 71px;
}
.sesco.sca {
      width: 100px;
    height: 61px;
    margin-top: 3px;
}
.sesco.awad {
    width: 320px;
    height: 78px;
	    margin-top: 10px;
}
.sesco img {
    position: absolute;
    left: 0;
    top: 0;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sesco img.on {
    opacity: 0;
}
.sesco img.off {
    opacity: 1;
}

.sesco.sca img.on {
	width: 90px;
}
.sesco.sca img.off {
	width: 90px;
}
.sesco:hover img.on {
    opacity: 1;
}
.sesco:hover img.off {
    opacity: 0;
}
@media (max-width: 992px){
	.sesco {
		padding-right: 0px;
		margin-top: 30px;
		width: 70px;
		float: left;
	}
	
		#header .scr_box {
			padding: 0px;
		}
}

html #header.header-transparent .header-body:before {
	   background:none;
}
/*mn_box*/
.dropdown-menu>li>a {
	color:#fff;
}
.dropdown-menu>li>a {
	color:#fff;
}
#header .mn_box.sub .dropdown-menu>li>a {
	color:#000;
}
#header .mn_box {
    border-top: 1px solid rgba(221, 221, 221, 0.2);
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    position: relative;
}
#header .mn_box:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    background-color:rgba(29, 29, 29 ,0.7);
    height: 0px;
    left: 0px;
    transform: translate3d(0, 0, 0);
    clear: none;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header .mn_box.sub:after {
    top: 100%;
  background-color: #f7f7f7;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header .mn_box:hover:after {
    height: 340px;
    opacity: 1;
}
#header .mn_box nav > ul > li {
    float: left;
    display: block;
    width: 14.222222%;
    text-align: center;
    margin: 0px;
    position: relative;
}
#header .mn_box nav > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.2);
}
#header .mn_box nav > ul > li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: rgba(221, 221, 221, 0.2);
}
#header .mn_box nav > ul > li > a {
    font-size: 17px;
    line-height: 1em;
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-weight: 400;
}
#header .mn_box nav > ul > li > a i {
    display: none;
}
#header .mn_box nav ul li.dropdown > .dropdown-menu {
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
#header .mn_box nav ul li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    top: auto;
    display: block;
    opacity: 1;
}
#header .mn_box nav ul li > .dropdown-menu li {
    display: block;
}
#header .mn_box nav ul li > .dropdown-menu li a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px;
}
#header .mn_box nav ul li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #b69a68;
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 15px !important;
	line-height: 22px !important;
	font-size: 25px !important;
}
/*header-body:hover*/
#header .header-body:hover .mn_box {
    /*border-color: rgba(0, 0, 0, 0.2) !important;*/
    position: relative;
    z-index: 100;
}
#header .header-body:hover .n_box a {
    color: #333;
}
#header .header-body .log_box a .w {
    display: inline-block;
}
#header .header-body .log_box a .bk {
    display: none;
}
/*#header .header-body:hover .log_box a .w {
    display: none;
}
#header .header-body:hover .log_box a .bk {
    display: inline-block;
}*/
#header .header-body:hover .mn_box nav > ul > li:after,
#header .header-body:hover .mn_box nav > ul > li:before {
    /*background-color: rgba(0, 0, 0, 0.2);*/
	background-color: rgba(221, 221, 221, 0.2);
}
#header .header-body:hover .mn_box nav > ul > li > a {
    /*color: #333;*/
}
#header.header-transparent .header-body:hover:before {
    /*opacity: 1 !important;*/
}
#header.header-transparent .header-body:hover .t_ban_wrp .owl-carousel .t_ban h2,
#header.header-transparent .header-body:hover .t_ban_wrp .owl-carousel .t_ban p {
    /*color: #333;*/
}
@media(max-width:768px){
    html #header.header-transparent {
        position: relative;
    }
    html #header {
        background-color: #fff;
    }
    html #header .header-body .mn_box {
        border-color: rgba(0, 0, 0, 0.2) !important;
        position: relative;
        z-index: 100;
    }
    html #header .header-body .n_box a {
        color: #333;
    }
    html #header .header-body .log_box a .w {
        display: inline-block;
    }
    html #header .header-body .log_box a .bk {
        display: none;
    }
    html #header .header-body .log_box a .w {
        display: none;
    }
    html #header .header-body .log_box a .bk {
        display: inline-block;
    }
    html #header .header-body .mn_box nav > ul > li:after,
    html #header .header-body .mn_box nav > ul > li:before {
       
		/*background-color: rgba(0, 0, 0, 0.2);*/
		background-color: rgba(221, 221, 221, 0.2);
    }
    html #header .header-body .mn_box nav > ul > li > a {
        color: #333;
    }
    html #header.header-transparent .header-body:before {
        /*opacity: 1 !important;*/
    }
    html #header.header-transparent .header-body .t_ban_wrp .owl-carousel .t_ban h2,
    html #header.header-transparent .header-body .t_ban_wrp .owl-carousel .t_ban p {
        color: #333;
    }
    html #header.header-transparent .header-body .t_ban_wrp .owl-carousel .t_ban h2 {
        font-size: 19px;
        line-height: 1em;
    }
}
/*mainNav:hover*/
@media (min-width: 991px){
    #mainNav:hover li > .dropdown-menu {
        height: 340px;
        transform: translate3d(0, 0, 0);
        top: auto;
        display: block;
        opacity: 1;
        text-align: center;
        width: 100%;
        margin: 0px;
        box-shadow: 0 0 0;
        border: 0px;
        border-radius: 0;
        background-color: transparent;
        padding: 18px 0;
    }
}
/*t_ban*/
#header .t_ban_wrp {
    text-align: center;
}
#header .t_ban_wrp h2 {
    line-height: 1em;
}
#header .t_ban_wrp h2 span {
    font-size: 0.6em;
    margin-left: 5px;
}
#header .t_ban_wrp .owl-carousel .owl-nav [class*="owl-"] {
    color: #b69a68;
    font-weight: 700;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.8;
}
#header .t_ban_wrp .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
}
#header .t_ban_wrp .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#header .t_ban_wrp .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
#header .t_ban_wrp .owl-carousel .t_ban h2,
#header .t_ban_wrp .owl-carousel .t_ban p {
    color: #fff;
}
#header .t_ban_wrp .owl-carousel .owl-nav {
    top: 25%;
    opacity: 1;
}
#header .t_ban_wrp .owl-theme .owl-nav [class*='owl-'] {
    padding: 15px 7px;
}
#header .t_ban_wrp .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
#header .t_ban_wrp .owl-carousel .owl-nav .owl-next {
    right: 0;
}
#header .t_ban_wrp .owl-carousel .owl-nav .owl-prev, 
#header .t_ban_wrp .owl-carousel .owl-nav .owl-next {
    width: 30px;
    padding: 0px 40px;
    height: 20px;
    margin: 0;
    font-size: 20px;
}	
@media(min-width:992px){
	#header .t_ban_wrp {
        width: 220px;
	}
}
@media(max-width:768px){
    #header .t_ban_wrp .owl-carousel .owl-nav {
        top: 5%;
    }
    #header .t_ban_wrp .owl-carousel .owl-nav .owl-prev, 
    #header .t_ban_wrp .owl-carousel .owl-nav .owl-next {
        font-size: 13px;
    }	
	#header .t_ban_wrp .owl-carousel .owl-nav .owl-prev, 
	#header .t_ban_wrp .owl-carousel .owl-nav .owl-next {
		padding: 0px;
	}	
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:768px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}



/*subtop*/
.subtop h1 {
	font-size: 40px;
	font-family: Montserrat;
	font-weight: 700;
}
.subtop h1 span {
	color: #fff;
    display: inline-block;
}
.subtop h5  {
	letter-spacing: 10px;
}
@media (min-width:769px){
	.subtop {
		background-attachment: fixed !important;
	}
	.subtop .c_wrp {
		height: 550px;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
	.subtop .c_wrp {
		height: 250px;
	}
	.subtop h1 {
		font-size: 40px;
		margin-bottom: 5px;
		opacity: 1;
	}
}
/*tab_main*/
#tab_main {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
    margin-top: -29px;
    z-index: 10;
    position: relative;
	background-color: #222;
	padding: 10px;
		
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#tab_main.sticky-active {
    width: 100% !important;
    max-width: 100% !important;
	left: 0 !important;
    margin-top: 0px;
}
#tab_main > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
#tab_main > ul > li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background-color: rgba(255,255,255,0.3);
}
#tab_main > ul > li > span,
#tab_main > ul > li > a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
}
#tab_main > ul > li > span {
	min-width: 155px;
	position: relative;
	cursor: pointer;
}
#tab_main > ul > li > span i {
	position: absolute;
	right: 0;
}
#tab_main .hide_m {
	display: none;
}
#tab_main > ul > li ul {
	position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    top: 100%;
    margin-top: 10px;
    width: 100%;
    left: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main > ul > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}
#tab_main > ul > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main > ul > li ul li:hover > a {
	color: #4fd8fc;
}
@media (max-width:768px){
	#tab_main > ul > li {
		padding: 0 10px
	}
	#tab_main > ul > li > span,
	#tab_main > ul > li > a {
		font-size: 15px;
		padding: 5px 15px 5px 5px;
	}
	#tab_main > ul > li > span {
		min-width: 125px;
	}
	#tab_main > ul > li > span.tt_btn1 {
		min-width: 100px;
	}
	#tab_main > ul > li ul li a {
		font-size: 14px;
		padding: 15px 10px;
	}
	#tab_main > ul > li .home {
		padding: 5px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu .header-logo img {
    width: 190px;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #444;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
}
.mobile-side-menu li a {
	font-family: 'Noto Sans KR';
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: -2px;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 15px 10px;
	white-space: normal;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}

/*c_wrp*/
.v_m > div,
.v_m > li {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div,
    .c_wrp > li {
        display: table-cell;
		vertical-align: middle;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div,
    .m_wrp > li {
        display: table-cell;
    }
}

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 25px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 16px;
    line-height: 1.8em;
    color: #221814;
    font-weight: 400;
}
@media (max-width:768px){
    h1.dft {
        font-size: 30px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 17px;
    }
    h5.dft {
        font-size: 15px;
    }    
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 13px;
    }
}


/*font*/
.f_mon {
	font-family: 'Montserrat' !important;
}
/*color*/
.c_org {
	color: #f58f17 !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #ec5ab2 !important;
}
.c_pp {
	color: #3c20a3 !important;
}
.c_yl {
	color: #ffce36 !important;
}
.c_sky {
	color: #0084ff !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #e51d1d !important;
}
.c_gd {
	color: #b69a68 !important;
}
.c_gr {
	color: #00a65a !important;
}
.c_dgr {
	color: #288828 !important;
}
.c_nv {
	color: #0b0b72 !important;
}
.c_lgr {
	color: #999 !important;
}
.c_pp {
	color: #4c36b2 !important;
}

/* Centered texts in each section
	* --------------------------------------- */
.section{
    text-align:center;
    overflow: hidden;
}

#myVideo{
   /*width: 100%;
    height: 100vh;*/
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}

#slide1 .intro,
.fp-auto-height.fp-section, 
.fp-auto-height .fp-slide, 
.fp-auto-height .fp-tableCell{
    position: relative;
    height: 700px !important;
    overflow: hidden;
}

@media (max-width:768px){
    #fullpage,
    #fullpage .section,
    #slide1 .intro,
    .fp-auto-height.fp-section, 
    .fp-auto-height .fp-slide, 
    #fullpage .slide .fp-tableCell,
    .fp-auto-height .fp-tableCell{
        height: 350px !important;
    }
	
	#myVideo{
	    width: 100%;
        height: 350px !important;
	}
}



/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#fullpage .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#fullpage .layer .c_wrp {
    height: 100%;
    background-color: rgba(11, 10, 7, 0.7);
}
/*solves problem with overflowing video in Mac with Chrome */
#fullpage{
    overflow: hidden;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}


/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
  display:none !important;
}
/*fullpage*/
#fullpage {
    position: relative;
}
#fullpage:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 60px;
    background: url(../img/scr_img.png) center center no-repeat;
    z-index: 3;
}
#fullpage .slide {
    text-align: left;
}
#fullpage .slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 10, 7, 0.7);
}
#fullpage .slide .fp-tableCell {
    position: relative;
    z-index: 3;
}
#fullpage .bg01 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage h1 {
    display: inline-block;
    font-size: 60px;
    line-height: 1.1em;
    padding: 15px 0;
    margin: 15px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#fullpage h3 {
    font-weight: 300;
}
#fullpage h3 span {
    font-weight: 700;
}
#fullpage p {
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 30px;
    color: #fff;
}
#fullpage .btn_wrp {
    margin: 0 -10px;
}
#fullpage .btn_wrp a {
    font-size: 17px;
    line-height: 1em;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#fullpage .btn_wrp a:hover {
    background-color: #e40013;
    border-color: #e40013;
}
#fullpage .fp-slidesNav {
    display: none;
}
#fullpage .fp-controlArrow.fp-next,
#fullpage .fp-controlArrow.fp-prev {
    width: 80px;
    height: 80px;
    border: 0px;
}
#fullpage .fp-controlArrow.fp-prev {
    background: url(../img/owl-prev.png) center center no-repeat;
    background-color: transparent !important;
}
#fullpage .fp-controlArrow.fp-next {
    background: url(../img/owl-next.png) center center no-repeat;
    background-color: transparent !important;
}
@media (max-width:768px){
    #fullpage:after {
        height: 30px;
        background-size: contain;
        bottom: 50px;
    }
    #fullpage .fp-controlArrow.fp-next,
    #fullpage .fp-controlArrow.fp-prev {
        display: none;
    }
    #fullpage .fp-slidesNav {
        display: block;
    }
    #fullpage .bg {
        padding: 50px 0;
    }
    #fullpage h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    #fullpage h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #fullpage p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    #fullpage .btn_wrp {
        margin: 0 -5px;
    }
    #fullpage .btn_wrp a {
        font-size: 13px;
        padding: 10px 20px;
        margin: 0 5px;
        width: 140px;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*footer*/
#footer {
	margin-top: 0px !important;
	background-color: #15111e;
	border-top: 0px !important;
	padding: 60px 0 !important;
}
#footer .lft p {
	font-weight: 300;
}
#footer .lft h6 {
    color: rgba(204, 204, 204, 0.6);
    margin-top: 15px;
}
#footer .lft ul li {
	display: inline-block;
	position: relative;
}
#footer .lft ul li:not(:first-child):after{
	content: "";
	position: absolute;
	left: 0px;
	height: 60%;
	top: 20%;
	width: 1px;
	background-color: #ccc;
}
#footer .lft ul {
	margin-left: -5px;
}
#footer .lft ul li a {
	color: #fff;
	padding: 5px;
	font-weight: 600;
    font-size: 18px;
}
@media (max-width:768px){
	#footer {
		text-align: center;
	    padding: 40px 0 140px !important;
	}
    #footer .lft ul li a {
        font-size: 14px;
    }
}
/*mtit*/
.mtit h2 strong {
    font-weight: 400;
    letter-spacing: 0px !important;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.mtit h2 strong:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    height: 6px;
    width: 6px;
    background-color: #dfb976;
}
.mtit h2 strong:before {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    height: 6px;
    width: 6px;
    background-color: #dfb976;
}
.mtit h5 {
    color: #636363;
}
@media (max-width:768px){
    .mtit h2 strong:after,
    .mtit h2 strong:before {
        top: 10px;
    }
}


/*btn_wrp*/
.btn_wrp {
	margin-top: 20px;
}
.btn_wrp a {
	display: inline-block;
	text-decoration: none;
    font-size: 16px;
    line-height: 1em;
    color: #636363;
    font-weight: 400;
	border: 1px solid #636363;
	padding: 10px;
	min-width: 160px;
	text-align: center;
    
    -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;
}
.btn_wrp a:hover {
	background-color: #636363;
	color: #fff;
}
.btn_wrp a {
    color: #1e1e1e;
}
.btn_wrp.btn_wrp_w a {
	border-color: #fff;
	color: #fff;
}
.btn_wrp a.colored {
	border-color: #ff6125;
	background-color: #ff6125;
	color: #fff;
}
@media (max-width:768px){
	.btn_wrp {
		margin-top: 20px;
	}
	.btn_wrp a {
		font-size: 12px;
		padding: 7px;
	    min-width: 110px;
	}
}


/*msec1*/
#msec1 .dbtit {
    position: relative;
    font-weight: 700;
}
#msec1 .dbtit a {
    color: #333;
    position: absolute;
    font-weight: 700;
    right: 0;
    text-decoration: none;
}
#msec1 .owl-carousel a {
    text-decoration: none;
    display: block;
}
#msec1 .owl-carousel a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#msec1 .owl-carousel .owl-dots .owl-dot span {
    border-radius: 0px;
    width: 15px;
    height: 3px;
    margin: 2px;
}
#msec1 .owl-carousel .owl-dots .owl-dot.active span, 
#msec1 .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #111;
}
@media (min-width:769px){
    #msec1 .dbtit {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    #msec1 .owl-carousel a p {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 10px 15px;
        background-color: rgba(0,0,0,0.7);
        color: #fff;
    }
}
@media (max-width:768px){
    #msec1 ul li {
        position: relative;
        padding: 8px;
        border: 1px solid #ddd;
        margin-top: -1px;
        background-color: #f7f7f7;
    }
    #msec1 .dbtit {
        margin-bottom: 0px;
        position: absolute;
        left: 10px;
        width: 75px;
        z-index: 3;
    }
    #msec1 .dbtit a {
        color: #b69a68;
    }
    #msec1 .owl-carousel {
        padding-left: 100px;
    }
    #msec1 .owl-carousel img {
        display: none;
    }
}
/*msec2*/
#msec2 {
    background-color: #f7f7f7;
}
#msec2 .owl-carousel img {
    display: inline-block;
    width: auto;
}
#msec2 .owl-carousel .tbox {
    padding-left: 50px;
}
#msec2 .owl-carousel .titwhy {
    position: relative;
}
#msec2 .owl-carousel .titwhy:after {
    content: "";
    position: absolute;
    left: -50px;
    width: 50px;
    height: 1px;
    top: 50%;
    background-color: #333;
}
#msec2 .owl-carousel .tbox h1,
#msec2 .owl-carousel .tbox h5 {
    margin-top: 15px;
}
#msec2 .owl-carousel .tbox .btn_wrp a {
    display: inline-block;
    border: 1px solid #333;
    padding: 15px 50px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
}
#msec2 .owl-carousel .tbox .btn_wrp a strong {
    display: inline-block;
    margin-left: 10px;
}
#msec2 .owl-carousel .owl-nav [class*="owl-"] {
    border: 1px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
    color: #333;
}
.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
.owl-carousel .owl-nav .owl-next {
    right: -20px;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    top: -1px;
}
@media (max-width:768px){
    #msec2 .owl-carousel .titwhy img {
        max-width: 70%;
    }
    #msec2 .owl-carousel .tbox {
        padding-left: 20px;
    }
    #msec2 .owl-carousel .titwhy:after {
        left: -20px;
        width: 20px;
    }
    #msec2 .owl-carousel .tbox h1 {
        font-size: 19px;
    }
    #msec2 .owl-carousel .tbox h5 {
        display: none;
    }
    #msec2 .owl-carousel .tbox .btn_wrp a {
        padding: 10px 20px;
        font-size: 13px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }
    .owl-carousel .owl-nav .owl-prev:before,
    .owl-carousel .owl-nav .owl-next:before {
        top: 1px;
    }
}
/*msec3*/
#msec3 .owl-carousel a {
    text-decoration: none;
    display: block;
}
#msec3 .owl-carousel a img {
    display: inline-block;
    width: auto;
}
#msec3 .owl-carousel div a {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#msec3 .owl-carousel .msban1 a {
    background: url(../img/msban_bg1.jpg) center center no-repeat;
    background-size: 100%;
}
#msec3 .owl-carousel .msban2 a {
    background: url(../img/msban_bg2.jpg) center center no-repeat;
    background-size: 100%;
}
#msec3 .owl-carousel .msban3 a {
    background: url(../img/msban_bg3.jpg) center center no-repeat;
    background-size: 100%;
}
#msec3 .owl-carousel .msban4 a {
    background: url(../img/msban_bg4.jpg) center center no-repeat;
    background-size: 100%;
}
#msec3 .owl-carousel .msban5 a {
    background: url(../img/msban_bg5.jpg) center center no-repeat;
    background-size: 100%;
}
#msec3 .owl-carousel div a:hover {
    background-size: 110%;
}
/*msec4*/
#msec4 ul li a {
    display: block;
}
#msec4 ul li a {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#msec4 ul li.topban1 a {
    background: url(../img/topban1_bg.jpg) center center no-repeat;
    background-size: 100%;
}
#msec4 ul li.topban2 a {
    background: url(../img/topban2_bg.jpg) center center no-repeat;
    background-size: 100%;
}
#msec4 ul li a:hover {
    background-size: 110%;
}

/*msec5*/
#msec5 {
    background-color: #f7f7f7;
}
#msec5 .nav-tabs,
#msec5 .nav-tabs li {
	border: 0px !important;
	text-align: center;
}
#msec5 .nav-tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#msec5 .nav-tabs:before,
#msec5 .nav-tabs:after {
	display: none;
}
#msec5 .nav-tabs {
	margin: 0 -5px;
	border: 1px solid #ddd !important;
}
#msec5 .nav-tabs li {
	display: table-cell;
	vertical-align: middle;
}
#msec5 .nav-tabs li a {
	display: block;
	border-radius: 0px;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec5 .nav-tabs li a, 
#msec5 .nav-tabs li.active a, 
#msec5 .nav-tabs li.active a:hover, 
#msec5 .nav-tabs li.active a:focus {
	background-color: transparent !important;
	border: 0px;
	border-bottom: 0px;
	cursor: pointer;
}
#msec5 .nav-tabs li a {
	border: 0px;
	background-color: #fff !important;
	color: #333!important;
	width: 100%;
	padding: 15px;
	font-weight: 400;
}
#msec5 .nav-tabs li a:focus,
#msec5 .nav-tabs li a:hover,
#msec5 .nav-tabs li:focus a,
#msec5 .nav-tabs li:hover a,
#msec5 .nav-tabs li.active a,
#msec5 .nav-tabs li.active a:hover, 
#msec5 .nav-tabs li.active a:focus {
	background-color: #0d1633 !important;
	color: #fff !important;
	width: 100%;
	padding: 15px;
}
#msec5 .nav-tabs li a:hover, 
#msec5 .nav-tabs li a:focus {
	background-color: #0d1633 !important;
	color: #fff !important;
	width: 100%;
    padding: 15px;
}
#msec5 .nav-tabs li a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	text-align: center;
}
#msec5 .nav-tabs li a img {
	position: absolute;
	left: 0;
	top: 0;
	
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec5 .nav-tabs li a .hv_unact {
	opacity: 1;
}
#msec5 .nav-tabs li a .hv_act {
	opacity: 0;
}
#msec5 .nav-tabs li:hover a .hv_unact,
#msec5 .nav-tabs li.active a .hv_unact {
	opacity: 0;
}
#msec5 .nav-tabs li:hover a .hv_act,
#msec5 .nav-tabs li.active a .hv_act {
	opacity: 1;
}
#msec5 .tab-content {
	box-shadow: 0 0 0;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 0px;
    background-color: transparent !important;
}
#msec5 .tab-content .tab-pane {
	padding: 60px 0 0;
    background-color: transparent !important;
}
#msec5 .tab-content .tab-pane ul li {
	margin-bottom: 30px;
}
#msec5 .case_wrp {
	position: relative;
	display: block;
	text-decoration: none;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 40px;
}
#msec5 .case_wrp .row {
    margin: 0 -5px;
}
#msec5 .case_wrp .row > div {
    padding: 0 5px;
}
#msec5 .case_wrp .top_img {
	position: relative;
}
#msec5 .case_wrp .top_img .before {
    border: 2px solid #aaa;
}
#msec5 .case_wrp .top_img .after {
    border: 2px solid #1c1827;
}
#msec5 .case_wrp .top_img .after .i_wrp {
	position: relative;
}
#msec5 .case_wrp .top_img .after .i_wrp img{
	-webkit-filter: blur(5px);
}
#msec5 .case_wrp .top_img .after .wan_txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
    text-align: center;
}
#msec5 .case_wrp .top_img .after .wan_txt .c_wrp {
    height: 100%;
}
#msec5 .case_wrp .top_img .after .wan_txt img {
    width: 50px;
    margin-bottom: 5px;
}
#msec5 .case_wrp .txtbox {
	position: relative;
}
#msec5 .case_wrp .before h5,
#msec5 .case_wrp .after h5 {
	padding: 10px;
	background-color: #fff;
	color: #aaa;
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    border-top: 2px solid #aaa;
}
#msec5 .case_wrp .after h5 {
    color: #fff;
	border-color: #1c1827;
	background-color: #1c1827;
    z-index: 10;
    position: relative;
}
#msec5 .txtbox {
	padding: 20px 0 0;
	position: relative;
}
#msec5 .txtbox h4 {
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: keep-all;
}
#msec5 .txtbox h4 strong {
    vertical-align: middle;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
	color: #1e1e1e;
}
#msec5 .txtbox .txt_pls {
	position: absolute;
	right: 0;
	top: 15px;
}
#msec5 .case_btn_wrp a {
    display: inline-block;
    border: 1px solid #333;
    padding: 15px 50px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    
    -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;
}
#msec5 .case_btn_wrp a:hover {
	background-color: #0d1633;
	color: #fff;
}
#msec5 .case_btn_wrp a strong {
    display: inline-block;
    margin-left: 10px;
}
@media (max-width: 768px){
	#msec5 .tab-content .tab-pane > .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	#msec5 .nav-tabs li a {
		padding: 10px 3px;
	}
	#msec5 .nav-tabs li a:focus,
	#msec5 .nav-tabs li a:hover,
	#msec5 .nav-tabs li:focus a,
	#msec5 .nav-tabs li:hover a,
	#msec5 .nav-tabs li.active a,
	#msec5 .nav-tabs li.active a:hover, 
	#msec5 .nav-tabs li.active a:focus {
		padding: 10px 3px;
	}
	#msec5 .nav-tabs li a:hover, 
	#msec5 .nav-tabs li a:focus {
		padding: 10px 3px;
	}
	#msec5 .nav-tabs li a {
		font-size: 11px;
	}
	#msec5 .tab-content .tab-pane {
		padding: 20px 0 15px;
	}
	#msec5 .tab-content .tab-pane ul li {
		margin-bottom: 15px;
	}
	#msec5 .case_wrp {
		padding: 15px 15px 0;
	}
	#msec5 .case_wrp h5 {
		font-size: 14px;
		padding: 5px;
	}
	#msec5 .case_wrp .top_img {
		position: relative;
	}
	#msec5 .case_wrp .top_img:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../img/rv_lock.png) center center no-repeat;
	}
	#msec5 .txtbox {
		padding: 15px 0;
		padding-right: 50px;
	}
	#msec5 .txtbox h4 {
		font-size: 14px;
	}
	#msec5 .txtbox p {
		font-size: 12px;
		min-height: 42px;
	}
    #msec5 .case_wrp .top_img .after .wan_txt img {
        width: 30px;
    }
    #msec5 .case_btn_wrp a {
        padding: 10px 20px;
        font-size: 13px;
    }
}

 #msec5 .case_wrp .top_img:after {
	content: "";
	position: absolute;
	left: 5px;
    top: 0;
    width: 97%;
	height: 100%;
	background: url(../img/rv_lock.png) center center no-repeat;
}

 #msec5 .case_wrp .top_img .after:after {
	content: "";
	position: absolute;
    left: 2%;
    top: 0;
    width: 96%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

/*msec6*/
#msec6 {
    position: relative;
}

#msec6 .mlogo img {
	width:30%
}
#msec6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    -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;
}
#msec6.actv_bg5,
#msec6.actv_bg1:after {
    background: url(../img/actv_bg1.jpg) center no-repeat;
}
#msec6.actv_bg4,
#msec6.actv_bg2:after {
    background: url(../img/actv_bg2.jpg) center no-repeat;
}
#msec6.actv_bg3,
#msec6.actv_bg3:after {
    background: url(../img/actv_bg3.jpg) center no-repeat;
}
#msec6.actv_bg2,
#msec6.actv_bg4:after {
    background: url(../img/actv_bg4.jpg) center no-repeat;
}
#msec6.actv_bg1,
#msec6.actv_bg5:after {
    background: url(../img/actv_bg7.jpg) center no-repeat;
}
#msec6 .con_wrp {
    position: relative;
    z-index: 3;
}
#msec6 .actv_t {
    display: none;
    
    -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;
}
#msec6 .actv_t.active {
    display: block;
}
#msec6 .actv_txt h1 {
    text-transform: uppercase;
    font-weight: 500;
    color: #d9ba68;
    font-size: 100px;
    position: relative;
    line-height: 1em;
    margin-bottom: 10px;
}
#msec6 .actv_txt h1:after {
    content: "";
    position: absolute;
    bottom: 15px;
    height: 1px;
    width: 100px;
    left: 130px;
    background-color: #d9ba68;
}

#msec6 .actv_txt .txtbox {
    border-left: 2px solid #d9ba68;
    padding-left: 25px;
}
#msec6 .actv_txt h3 {
    letter-spacing: 0px;
    font-weight: 400;
	    font-size: 32px;
}
#msec6 .actv_txt h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    margin-top: 8px;
}
#msec6 .actv_txt h5 {
    margin-top: 15px;
}
#msec6 .btn_wrp a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 70px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
}
#msec6 .btn_wrp a strong {
    display: inline-block;
    margin-left: 10px;
}
#msec6 .lft {
    background-color: rgba(28, 24, 39, 0.8);
}
#msec6 .lft .mlogo {
    padding: 40px 20px;
}
#msec6 .lft ul li {
    padding: 20px;
    padding-right: 50px;
    font-size: 24px;
    background-color: #15111e;
    font-weight: 600;
    color: rgba(255,255,255,.7);
    cursor: pointer;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#msec6 .lft ul li.active {
    background-color: #fff;
    color: #15111e;
    font-weight: 700;
}
#msec6 .lft ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#msec6 .lft ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 991px) {
    #msec6 .c_wrp {
        height: 460px;
    }
}
@media (max-width:768px){
    #msec6,
    #msec6:after {
        background-size: cover !important;
    }
    #msec6 .c_wrp {
        height: 350px;
    }
    #msec6 .btn_wrp a {
        padding: 10px 20px;
        font-size: 13px;
    }
    #msec6 .lft {
        width: 35% !important;
    }
    #msec6 .lft .mlogo {
        padding: 20px 10px;
    }
    #msec6 .lft .mlogo img {
        width: 100px;
    }
    #msec6 .lft ul li {
        padding: 10px;
        font-size: 12px;
    }
    #msec6 .rt {
        padding-left: 40% !important;
        padding-right: 15px;
    }
    #msec6 .actv_txt h1 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    #msec6 .actv_txt h1:after {
        bottom: 7px;
        width: 50px;
        left: 55px;
    }
    #msec6 .actv_txt h2 {
        word-break: keep-all;
    }
    #msec6 .actv_txt h3 {
        font-size: 14px;
    }
    #msec6 .actv_txt h2 {
        font-size: 30px;
        margin-top: 10px;
    }
}
/*msec6 : section divider*/
#msec6 .lft {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
}
#msec6 .rt {
    padding-left: 35%;
}
@media (min-width:769px) {
    #msec6 .lft .c_wrp,
    #msec6 .rt .c_wrp {
        height: 600px;
    }
}
/*msec7*/
#msec7 {
    background-color: #ddd;
}
#msec7 .rt {
    background-color: #fff;
    padding-left: 30px;
}
#msec7 .rt h4 {
    position: relative;
    padding-left: 15px;
}
#msec7 .rt h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 5px;
    height: 80%;
    background-color: #b69a68;
}
#msec7 .rt > ul > li {
    margin-top: 20px;
}
#msec7 .rt .table tbody th,
#msec7 .rt .table tbody td {
    font-size: 19px;
    line-height: 1em;
    color: #333;
    font-weight: 400;
    padding: 5px 0;
    border: 0px;
}
#msec7 .rt .table tbody th {
    color: #636363;
}
@media (min-width:769px) {
    #msec7 .lft {
        width: 70%;
    }
}
@media (max-width:768px) {
    #msec7 .rt .table tbody th,
    #msec7 .rt .table tbody td {
        font-size: 13px;
    }
    #msec7 .rt {
        padding: 30px;
    }
    #msec7 .rt h1 img {
        width: 200px;
    }
    #msec7 .rt > ul > li ul li {
        font-size: 12px;
        line-height: 1.4em;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 530px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/*msec8*/
#msec8 {
    background: url(../img/msec8_bg.jpg) center center no-repeat;
}
#msec8 h1 {
    margin-top: 10px;
}
#msec8 h2 {
    font-size: 55px;
    display: inline-block;
    padding: 25px 40px 30px;
    color: #fff;
    font-weight: 700;
    border: 5px solid #fff;
    border-radius: 70px;
    margin-top: 15px;
}
#msec8 h2 strong {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
}
#msec8 .btn_wrp a {
    display: inline-block;
    border: 1px solid #b69a68;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    background-color: #b69a68;
}
#msec8 .btn_wrp a strong {
    display: inline-block;
    margin-left: 10px;
}

#msec8 .num {
      padding: 0px ;
    text-align: center !important;
}
#msec8 .num h4 {
     font-size: 15px;
}
@media (max-width:768px){
    #msec8 {
        background-size: cover;
    }
    #msec8 h2 {
        padding: 5px 30px;
        margin-top: 15px;
        font-size: 25px;
    }
    #msec8 h2 strong {
        font-size: 25px;
    }
    #msec8 .btn_wrp a {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/*msec10*/
#msec10 ul li a {
    display: block;
}
/*#msec10 ul li a {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}*/
#msec10 ul li.topban1 a {
    background: url(../img/naver_res.jpg) center center no-repeat;
    background-size: 100%;
}
#msec10 ul li.topban2 a {
    background: url(../img/kakao_con.jpg) center center no-repeat;
    background-size: 100%;
}
#msec10 ul li a:hover {
    background-size: 100%;
}
/*latest-online*/
#latest-online .lft {
    width: 60%;
}
#latest-online .lft ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 5px;
}
#latest-online .lft ul li label {
    position: absolute;
    left: 0;
    line-height: 40px;
    font-size: 22px;
    color: #333;
}
#latest-online .lft ul li .form-control {
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid #ddd;
    line-height: 40px;
}
#latest-online .lft .agr {
    margin-top: 15px;
}
#latest-online .lft .agr input {
    margin: 0px;
    vertical-align: middle;
}
#latest-online .lft .agr label,
#latest-online .lft .agr span {
    font-size: 15px;
    line-height: 1em;
    color: #333;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
}
#latest-online .rt {
    width: 40%;
    padding-left: 15px;
}
#latest-online .rt input {
    display: block;
    font-size: 28px;
    line-height: 1em;
    color: #fff;
    background-color: #b69a68;
    font-weight: 600;
    padding: 45px 30px;
    text-align: center;
    width: 100%;
    border: 0px;
}
@media (max-width:768px){
    #latest-online .lft {
        width: 75%;
    }
    #latest-online .lft ul li {
        padding-left: 50px;
    }
    #latest-online .lft ul li label {
        font-size: 15px;
    }
    #latest-online .lft ul li .form-control {
        font-size: 15px;
    }
    #latest-online .lft .agr {
        margin-top: 10px;
    }
    #latest-online .lft .agr label,
    #latest-online .lft .agr span {
        font-size: 13px;
    }
    #latest-online .rt {
        width: 25%;
    }
    #latest-online .rt input {
        font-size: 16px;
        padding: 45px 15px;
    }
}
/*msec9*/
#msec9 .banbt a {
    text-decoration: none;
    display: block;
}
@media (max-width:768px){
    #msec9 .banbt {
        margin-top: 30px;
    }
    #msec9 .banbt img {
        width: 100%:
    }
}

/*quick*/
.q_blackout {
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
    display: none;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.quick_wrp.active .q_blackout {
	z-index: 900;
	opacity: 1;
    display: block;
}
#quick {
	position: fixed;
	z-index: 200;
	right: -400px;
	height: 100%;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.quick_wrp.active #quick {
	right: 0;
	z-index: 10000;
}
#quick > div {
	height: 100%;
}
#quick .quick_side {
	width: 400px;
	height: 100%;
	margin-left: 80px;
	position: relative;
	background-color: #f7f7f7;
}
#quick .quick_side > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1010;
}
#quick .quick_side > div.active {
	opacity: 1;
	z-index: 1050;
}
#quick .quick_side .top {
	background-color: #fff;
	padding: 50px 30px;
}
#quick .quick_side .st_map img {
	border: 1px solid #ddd;
}
#quick .quick_side .com {
	background-color: #f7f7f7;
	padding: 30px;
}
#quick .quick_side ul li {
	position: relative;
	padding-left: 100px;
}
#quick .quick_side .checkbox-custom {
	margin: 0px;
    font-size: 14px;
    color: #636363;
    font-weight: 300;
	line-height: 1.4em;
}
#quick .quick_side .checkbox-custom strong {
	display: inline-block;
	color: #333;
	cursor: pointer;
}
#quick .quick_side ul li label {
	margin: 0px;
    font-size: 18px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
	position: absolute;
	left: 0;
	line-height: 45px;
}
#quick .quick_side ul li {
	margin: 15px 0;
}
#quick .quick_side ul li .form-control {
	height: 45px;
	box-shadow: 0 0 0;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	border-radius: 0px;
}
#quick .quick_side .btn_wrp {
	margin-top: 15px;
}
#quick .quick_side .btn_wrp.row {
	margin: 0 -5px;
	margin-top: 15px;
}
#quick .quick_side .btn_wrp.row > div {
	padding: 0 5px;
}
#quick .quick_side .btn_wrp .sd_btn {
	display: block;
	line-height: 1em;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	background-color: #3e1d0b;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border: 0px;
}
#quick .quick_side .btn_wrp .sd_btn.sd_btn1 {
	background-color: #3b7852;
}
#quick .quick_side .btn_wrp .sd_btn.sd_btn2 {
	background-color: #274c35;
}
#quick .nv_ul {
	width: 110px;
	padding: 30px 0;
	border-radius: 50px;
	background-color: #fff;
	width: 110px;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
}
#quick .nv_ul li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 3px;
}
#quick .nv_ul li a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
#quick .nv_ul li a > img {	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#quick .nv_ul li a .off {
	opacity: 1;
}
#quick .nv_ul li a .on {
	opacity: 0;
}
#quick .nv_ul li a:hover .on,
#quick .nv_ul li a.active .on {
	opacity: 1;
}
#quick .nv_ul li a:hover .off,
#quick .nv_ul li a.active .off {
	opacity: 0;
}
@media (max-width:768px) {
    #quick {
        right: auto;
        left: 0;
        height: auto;
        width: 100%;
        bottom: 0;
    }
    #quick .nv_ul {
        width: 100%;
        padding: 0px;
        border-radius: 0;
    }
    #quick .nv_ul li {
        float: left;
        width: 25%;
    }
    #quick .nv_ul li a {
        width: 55px;
        height: 55px;
    }
}



/*ds_story*/
#ds_story {
    padding-bottom: 40px;
}
#ds_story .conbox {
	position: relative;
	word-break:normal;
}
#ds_story h2 {
	font-size: 22px;
	line-height: 1em;
    color: #2c2825;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}
#ds_story h2 span {
	font-size: 12px;
    color: #333;
	font-weight: 300;
	letter-spacing: 0px;
}
#ds_story .owl-carousel a {
	text-decoration: none;
	display: block;
	position: relative;
    overflow: hidden;
}
#ds_story .owl-carousel a:before {
	content: "";
	position: absolute;
	height: 80%;
	top: 10%;
	left: 0;
	width: 1px;
	border-right: 1px dashed #ddd;
}
#ds_story .owl-carousel a.br-none:before {
	display: none;
}
#ds_story .owl-carousel a .txtbox {
	padding: 25px 15px;
    border: 1px solid #282828;
    background-color: #fff;
    position: relative;
    height: 137px;
}
#ds_story .owl-carousel a .tit_box {
    background-color: #0d1633;
    padding: 20px;
    padding-left: 75px;
    position: relative;
}
#ds_story .owl-carousel a .tit_box .mlst_i {
	position: absolute;
	top: calc(50% - 22px);
	left: 20px;
	width: auto;
}
#ds_story .owl-carousel a .tit_box h4 {
	font-size: 20px;
    color: #fff;
    line-height: 1em;
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
}
#ds_story .owl-carousel a .tit_box h6 {
	font-size: 16px;
    color: #fff;
    line-height: 1.4em;
	font-weight: 300;
	margin-bottom: 0;
	position: relative;
    font-family: 'corbel', 'NSK';
    text-transform: uppercase;
}
#ds_story .owl-carousel a .txtbox h5 {
	font-size: 20px;
    color: #1e1e1e;
    line-height: 1em;
	font-weight: 600;
	margin-bottom: 8px;
}
#ds_story .owl-carousel a .txtbox p {
	font-size: 14px;
    color: #282828;
    line-height: 1.4em;
	font-weight: 300;
	margin-bottom: 0px;
}
#ds_story .owl-carousel a .txtbox span {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#ds_story .owl-carousel a .txtbox span strong {
    position: relative;
    color: #fff;
    font-size: 35px;
    z-index: 3;
    padding: 7px;
    display: inline-block;
    font-weight: 200;
}
#ds_story .owl-carousel a .txtbox span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent #0d1633 #0d1633 transparent ;
}
@media (min-width:1200px){
    #ds_story .owl-carousel .owl-item:nth-child(even){
      /*  margin-top: 30px;*/
    }
}
@media (max-width:1200px){
	#ds_story .owl-carousel a:before {
		display: none;
	}
	#ds_story .owl-carousel .owl-nav {
		top: 22px;
		width: auto;
		right: 5px;
		margin: 0;
		line-height: 1;
	}
	#ds_story .owl-carousel  .owl-nav .owl-prev,
	#ds_story .owl-carousel  .owl-nav .owl-next {
		position: static;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
		background-color: transparent !important;
		font-size: 15px;
		line-height: 1;
		min-width: 22px;
		color: #000 !important;
		padding: 0;
		margin: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#ds_story .owl-carousel  .owl-nav .owl-prev:hover, 
	#ds_story .owl-carousel  .owl-nav .owl-prev:focus,
	#ds_story .owl-carousel  .owl-nav .owl-next:hover,
	#ds_story .owl-carousel  .owl-nav .owl-next:focus {
		background-color: transparent !important;
		color: #0f0f0f !important;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 8px;
		height: 8px;
	}
}
@media (max-width:992px){
	#ds_story {
		padding: 15px 0 0;
	}
	#ds_story h2 {
		font-size: 18px;
	}
	#ds_story h2 span {
		font-size: 10px;
	}
	#ds_story .owl-carousel a {
		padding: 5px;
	}
	#ds_story .owl-carousel a h4 {
		font-size: 15px;
		margin-bottom: 5px;
		padding-left: 30px;
	}
	#ds_story .owl-carousel a h4 .mlst_i {
		right: auto;
		left: 0;
		width: 15px;
	}
	#ds_story .owl-carousel a .txtbox {
		padding: 15px 0 0;
	}
	#ds_story .owl-carousel a .txtbox h5 {
		font-size: 13px;
	}
	#ds_story .owl-carousel a .txtbox p {
		font-size: 12px;
	}
	#ds_story .owl-carousel .owl-nav {
		top: -25px;
	}
	#ds_story .owl-carousel  .owl-nav .owl-prev,
	#ds_story .owl-carousel  .owl-nav .owl-next {
		font-size: 12px;
	}

	
	#ds_story .owl-carousel a .tit_box {
		padding: 5px;
	}
	#ds_story .owl-carousel a .tit_box .mlst_i {
		width: 20%;
		    padding: 3px;
	}
	#ds_story .owl-carousel a .tit_box h4 {
		font-size: 14px;
		 text-align: center;
		 top: calc(50% - 10px);
	}
	#ds_story .owl-carousel a .tit_box h6 {
		 font-size: 12px;
		 text-align: center;
	}
}



/*revolutionSlider*/
@media (min-width:991px){
	#revolutionSlider .tp-leftarrow {
		left: 10% !important;
	}
	#revolutionSlider .tp-rightarrow {
		left: 90% !important;
	}
	#revolutionSlider .tp-bullets {
		top: 97% !important;
	}
}
@media (max-width:992px){
	#revolutionSlider .tparrows,
	#revolutionSlider .tp-leftarrow,
	#revolutionSlider .tp-rightarrow {
		opacity: 1 !important;
		visibility: visible !important;
        z-index: 100;
	}
	#revolutionSlider .tp-bullets {
		opacity: 1 !important;
		visibility: visible !important;	
		left: 45% !important;	
	}
	#revolutionSlider .tp-bullet {
		width: 10px;
		height: 10px;
	}
}

/*slider :: arrow*/
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-color: transparent;
	opacity: 0.8 !important;
}
.tp-leftarrow:hover {
	background: url(../img/dot_pr.png) center center no-repeat;
}
.tp-rightarrow:hover {
	background: url(../img/dot_nt.png) center center no-repeat;
}
.tp-leftarrow:before, .tp-rightarrow:before,
.tp-leftarrow:after, .tp-rightarrow:after {
	display: none;
}
.tp-leftarrow, 
.tp-rightarrow {
    width: 70px;
    height: 120px;
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 0 !important;
}
.tp-leftarrow {
    background: url(../img/dot_pr.png) center center no-repeat;
} 
.tp-rightarrow {
    background: url(../img/dot_nt.png) center center no-repeat;
}
@media (max-width: 767px) {
	.tp-leftarrow, .tp-rightarrow {
		width: 30px;
		height: 90px;
        background-size: 100% !important;
	}
	.tp-leftarrow:before, .tp-rightarrow:before {
		width: 20px;
		height: 20px;
	}
	.tp-leftarrow:after, .tp-rightarrow:after {
		width: 50px;
	}
}
.tp-rightarrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*revolutionSlider*/
@media (min-width:991px){
	#revolutionSlider .tp-leftarrow {
		left: 10% !important;
	}
	#revolutionSlider .tp-rightarrow {
		left: 90% !important;
	}
	#revolutionSlider .tp-bullets {
		top: 97% !important;
	}
}
@media (max-width:992px){
	#revolutionSlider .tp-leftarrow,
	#revolutionSlider .tp-rightarrow {
		opacity: 1 !important;
		visibility: visible !important;
	}
	#revolutionSlider .tp-bullets {
		opacity: 1 !important;
		visibility: visible !important;	
		left: 45% !important;	
	}
	#revolutionSlider .tp-bullet {
		width: 10px;
		height: 10px;
	}
}