/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*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
}

/* 팝업레이어 */
#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 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;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -1.5px;
}
html {
    font-size: 10px;
}
@media (min-width:1300px){
     .container {
         width: 1330px;
    }
}
@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;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.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*/
#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;
}
#header .t_ban_wrp a {
    text-decoration: none;
    display: inline-block;
}
#header .log_box a {
    text-decoration: none;
    display: block;
}
#header .n_box {
    font-weight: 300;
    color: #ddd;
}
#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 (min-width:1500px) {
    .container {
        width: 1530px;
    }
}
@media (min-width:1080px) and (max-width:1410px) {
	#header .scr_box  {
        width: 30%;
    }
	
    #header .scr_box img {
        width: 80%;
    }
    #header .log_box {
        width: 30%;
    }
    #header .n_box  {
		width: 30%;
    }
	
    #header .h_nav {
        width: 10%;
    }
}
@media (min-width:769px) {
    #header .t_ban_wrp a {
        margin-right: 5px;
    }
}
@media (min-width:769px) and (max-width:1079px) {
    #header .scr_box  {
        width: 30%;
    }
    #header .scr_box img {
        width: 80%;
    }
    #header .log_box {
        width: 25%;
    }
    #header .n_box  {
		width: 30%;
    }
	
    #header .h_nav {
        width: 7%;
    }
}
@media (max-width:768px){
    #header {
        text-align: left;
        padding: 5px 0;
    }
    #header .container {
        padding: 0 5px;
    }
    #header .header-body {
        border: 0px;
        padding: 10px 0;
    }
    #header .header-body .hd_top {
        padding: 10px 0;
    }
    #header .t_ban_wrp {
        text-align: center;
    }
    #header .t_ban_wrp a img {
        width: 25px;
    }
    html #header .log_box a img,
    #header .log_box a img {
        width: 170px;
    }
    #header .mn_box a {
        font-size: 12px;
        padding: 5px 10px;
    }
}
/*mn_box*/
#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: #f7f7f7;
    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:hover:after {
    height: 220px;
    opacity: 1;
}
#header .mn_box nav > ul > li {
    float: left;
    display: block;
    width: 12.5%;
    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 10px;
    color: #fff;
    font-weight: 300;
}
#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: 300;
    padding: 7px 20px;
}
#header .mn_box nav ul li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #dd78a1;
    font-weight: 500;
}
/*#  - 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-wt .header-body .mn_box,
#header .header-body:hover .mn_box {
    border-color: rgba(0, 0, 0, 0.2) !important;
    position: relative;
    z-index: 100;
}
#header.header-wt .header-body .n_box a,
#header .header-body:hover .n_box a {
    color: #666;
}
#header.header-wt .header-body .log_box a .w,
#header .header-body .log_box a .w {
    display: inline-block;
}
#header.header-wt .header-body .log_box a .bk,
#header .header-body .log_box a .bk {
    display: none;
}
#header.header-wt  .header-body .log_box a .w,
#header .header-body:hover .log_box a .w {
    display: none;
}
#header.header-wt  .header-body .log_box a .bk,
#header .header-body:hover .log_box a .bk {
    display: inline-block;
}
#header.header-wt .header-body .mn_box nav > ul > li:after,
#header.header-wt .header-body .mn_box nav > ul > li:before,
#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);
}
#header.header-wt .header-body .mn_box nav > ul > li > a,
#header .header-body:hover .mn_box nav > ul > li > a {
    color: #333;
}
#header.header-transparent .header-body:hover:before {
    opacity: 1 !important;
}
@media(max-width:768px){
    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);
    }
    html #header .header-body .mn_box nav > ul > li > a {
        color: #333;
    }
    html #header.header-transparent .header-body:before {
        opacity: 1 !important;
    }
}
/*mainNav:hover*/
@media (min-width: 991px){
    #mainNav:hover li > .dropdown-menu {
        height: 220px;
        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;
    }
}
/*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;
	}
}

/*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;
    }
}
/*c_wrp_lg*/
.v_m > div,
.v_m > li {
    vertical-align: middle;
}
@media (min-width:991px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > div,
    .c_wrp_lg > li {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:992px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > div,
    .m_wrp_lg > li {
        display: table-cell;
    }
}
/*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: 1.5em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1.8em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.8em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.8em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 2em;
    color: #221814;
    font-weight: 400;
}


@media (max-width:768px){
    h1.dft {
        font-size: 24px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 13px;
    }    
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 14px;
    }
}


/*font*/
.f_mon {
	font-family: 'Montserrat' !important;
}
/*color*/
.c_org {
	color: #f58f17 !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #d478a0 !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;
}
.c_gray {
	color: #848484 !important;
}

/*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: #f7f7f7;
	border-top: 0px !important;
	padding: 60px 0 !important;
}
#footer .lft p {
	font-weight: 300;
    color: #333;
}
#footer .lft h6 {
    color: #333;
    margin-top: 0px;
    font-weight: 300;
    letter-spacing: -1px;
}
#footer .agr_btn li {
	display: inline-block;
	position: relative;
}
#footer .agr_btn li:not(:first-child):after{
	content: "";
	position: absolute;
	left: 0px;
	height: 60%;
	top: 20%;
	width: 1px;
	background-color: #ccc;
}
#footer .agr_btn {
	margin-left: -5px;
    margin-top: 10px;
}
#footer .agr_btn li a {
    color: #333;
	padding: 5px;
	font-weight: 300;
    font-size: 14px;
}
#footer .rt .t_ban_wrp a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #fff;
}
#footer .rt .t_ban_wrp {
    margin-top: 15px;
}
#footer .rt .t_ban_wrp a img {
    width: 40px;
}
@media (max-width:768px){
	#footer {
		text-align: center;
	    padding: 40px 0 110px !important;
	}
    #footer .lft .f_logo {
        width: 150px;
    }
    #footer .lft ul li a {
        font-size: 14px;
    }
    #footer .rt {
        text-align: center;
    }
    #footer .rt .t_ban_wrp a img {
        width: 35px;
    }
}
/*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:1410px) {
    #quick .quick_side {
		width: 400px;
		height: 100%;
		margin-left: 10px;
		position: relative;
		background-color: #f7f7f7;
	}
}
@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: 20%;
    }
    #quick .nv_ul li a {
        width: 55px;
        height: 55px;
    }
}
#visual img {
    width: auto;
    display: inline-block;
}
#visual .bg1 {
    background: url(../img/bg1.jpg) center center no-repeat;
}
#visual .bg2 {
    background: url(../img/bg2.jpg) center center no-repeat;
}

/*msec1*/
#msec1 {
    padding: 40px 0;
    border: 1px solid #ddd;
}
#msec1 .i_list a {
    text-decoration: none;
    display: block;
}
#msec1 .i_list a h5 {
    font-weight: 500;
    margin-top: 5px;
}
#msec1 .i_list li {
    position: relative;
}
#msec1 .i_list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ddd;
}
@media (min-width:991px) {
    #msec1 .c_wrp {
        height: 100px;
    }
    #msec1 .time_list li {
        position: relative;
    }
    #msec1 .time_list li:after {
        content: "";
        position: absolute;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: #ddd;
        right: 15px;
    }
}
@media (max-width:992px) {
    #msec1 {
        padding: 20px 0;
    }
    #msec1 .time_list {
        margin: 0 -5px;
    }
    #msec1 .time_list li {
        padding: 0 5px;
    }
    #msec1 .i_list {
        margin-top: 15px;
        padding: 15px 10px;
        border-radius: 10px;
        background-color: #f7f7f7;
    }
    #msec1 .i_list li:last-child:after {
        display: none;
    }
    #msec1 .i_list li img {
        width: 30px;
    }
}
/*msec2*/
#msec2 {
    margin: 25px 0;
}
#msec2 ul li a {
    text-decoration: none;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#msec2 a .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#msec2 a .txt .c_wrp {
    height: 100%;
}
#msec2 a .txt .c_wrp > div {
    padding-left: 30px;
}
#msec2 a .txt h6 {
    line-height: 1.4em;
}
#msec2 a .btn_more {
    margin-top: 30px;
}
#msec2 a .btn_more span {
    line-height: 1em;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 50px;
    background-color: #333;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
}
#msec2 a .btn_more span.pk {
    background-color: #de7ea5;
}
#msec2 ul li a img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#msec2 ul li a:hover img {
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
#msec2 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
}
#msec2 .owl-carousel .owl-dots .owl-dot.active span, 
#msec2 .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #de7ea5;
}
@media (min-width:769px) {
    #msec2 ul li {
        margin: 15px 0;
    }
}
@media (max-width:768px) {
    #msec2 {
        margin: 20px 0;
    }
    #msec2 a .txt .c_wrp > div {
        padding-left: 20px;
    }
    #msec2 a .btn_more {
        margin-top: 20px;
    }
    #msec2 a .btn_more span {
        font-size: 12px;
    }
}
/*msec3*/
#msec3 {
    padding: 60px 0;
    background-color: #f4f4f4;
}
@media (max-width:768px) {
    #msec3 {
        padding: 30px 0;
    }
}
/*bd_tit*/
.bd_tit {
    position: relative;
    margin-bottom: 15px;
}
.bd_tit a {
    text-decoration: none;
    position: absolute;
    top: 6px;
    right: 0;
    width: 30px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #333;
    color: #333;
}
.bd_tit h4,
.bd_tit h6 {
    display: inline-block;
}
.bd_tit h6 {
    position: relative;
    color: #7b3551;
    padding-left: 5px;
    margin-left: 5px;
}
.bd_tit h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #333;
}

@media (max-width:768px){
    .bd_tit {
        margin-bottom: 7px;
    }
    .bd_tit a {
        top: 1px;
        width: 25px;
        line-height: 23px;
        font-size:17px;
    }
}
/*bd_wrp*/
.bd_wrp .rw1_list a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
}
.bd_wrp .rw1_list a .tbox {
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
}
.bd_wrp .rw1_list .tbox h5 {
    font-weight: 500;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bd_wrp .rw1_list .tbox h6 {
    margin-top: 10px;
}
.bd_wrp .rw1_list .bt > div {
    padding: 10px;
    text-align: center;
}
.bd_wrp .rw1_list .bt > .nm {
    border-right: 1px solid #ddd;
}
.bd_wrp .rw2_list a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
}
.bd_wrp .rw2_list a .tbox {
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
}
.bd_wrp .rw2_list a .nm {
    padding: 10px;
    text-align: center;
}
.bd_wrp .rw2_list a .nm h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bd_wrp .got_carousel .owl-nav [class*="owl-"] {
    border: 1px solid #ddd;
    border-radius: 0px;
    opacity: 0;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    background-color: rgba(222, 126, 165, 0.6);
    
    -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;
}
.bd_wrp .got_carousel:hover .owl-nav [class*="owl-"]:hover,
.bd_wrp .got_carousel:hover .owl-nav [class*="owl-"]:active {
    background-color: rgba(222, 126, 165, 0.6);
}
.bd_wrp .got_carousel:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}
.bd_wrp .got_carousel .owl-nav {
    top: 40%;
}
.bd_wrp .got_carousel .owl-nav .owl-prev {
    left: 0;
    margin: 0px;
}
.bd_wrp .got_carousel .owl-nav .owl-next {
    right: 0;
    margin: 0px;
}
.bd_wrp .got_carousel .owl-nav .owl-prev:before,
.bd_wrp .got_carousel .owl-nav .owl-next:before {
    top: -1px;
}
@media (max-width:768px){
    .bd_wrp .got_carousel .owl-nav .owl-prev:before,
    .bd_wrp .got_carousel .owl-nav .owl-next:before {
        top: 1px;
    }
    .bd_wrp > li:not(:last-child) {
        margin-bottom: 30px;
    }
}
/*bd_wrp2*/
.bd_wrp2 > li {
    padding: 0 30px;
    position: relative;
}
.bd_wrp2 > li:not(:last-child):after {
    content: "";
    position: absolute;
}
@media (max-width:769px){
    .bd_wrp2 > li:not(:last-child):after {
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        border-right: 1px dashed #aaa;
    }
}
@media (max-width:768px){
    .bd_wrp2 > li {
        padding: 0 15px;
    }
    .bd_wrp2 > li:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .bd_wrp2 > li:not(:last-child):after {
        right: 0;
        top: 100%;
        height: 0;
        width: 100%;
        border-bottom: 1px dashed #aaa;
    }
}
/*basic_latest*/
.basic_latest li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: 300;
    font-size: 17px;
    padding: 5px 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;
}
.basic_latest li a:hover {
    color: #de7ea5;
}
.basic_latest li a .ta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:768px){
    .basic_latest li a {
        font-size: 13px;
    }
}
/*onm*/
.onm p {
    line-height: 1.4em;
}
.onm .ibox {
    padding-right: 15px;
}
.onm .btn_wrp a {
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 15px;
    color: #333;
    font-weight: 300;
    margin-top: 10px;
    text-decoration: none;
}
@media (max-width:768px){
    .onm .ibox img {
        width: 70px;
    }
    .onm .btn_wrp a {
        font-size: 13px;
        padding: 3px 10px;
    }
}
/*msec4*/
#msec4 {
    padding: 60px 0;
}
@media (max-width:768px) {
    #msec4 {
        padding: 30px 0;
    }
}
/*mapbox*/
.mapbox {
    position: relative;
}
.mapbox .tbox .c_wrp {
    background-color: rgba(220, 118, 160, 0.9);
    height: 100%;
    padding: 30px;
}
.mapbox .tbox .logo_wh {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.mapbox .tbox ul {
    text-align: center;
    margin-top: 15px;
}
.mapbox .tbox ul li {
    display: inline-block;
    width: 50px;
    margin: 0 3px;
}
.mapbox .tbox ul li a {
    text-decoration: none;
}
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (min-width:769px) {
    .mapbox .tbox {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 35%;
        padding: 15px;
        z-index: 100;
    }
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
    .mapbox .tbox .logo_wh {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .mapbox .tbox .logo_wh img {
        width: 120px;
    }
    .mapbox .tbox ul {
        margin-top: 5px;
    }
    .mapbox .tbox ul li {
        width: 40px;
    }
}

/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 250px;
	position: relative;
}
.page-header.parallax.bo_h {
    height: 150px;
}
.page-header.parallax .txt_wrp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.page-header.parallax .txt_wrp .txtbox {
	display: table;
	width: 100%;
	height: 100%;
}
.page-header.parallax .txt_wrp .txt_in {
	display: table-cell;
	vertical-align: middle;
}
.page-header.parallax .txt_wrp h2 {
	font-size: 35px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: none;
	margin-top: 0px;
}
.page-header.parallax .txt_wrp h3 {
	font-size: 20px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 17px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 15px;
    text-transform: none;
    letter-spacing: 0px;
	margin-bottom: 20px;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.page-header h1 {
	display: inline-block;
    position: relative;
    text-shadow: 0 0 0;
    color: #fff;
    font-weight: 600;
	padding-bottom: 0px;
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
    .page-header.parallax .para_img {
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);

        -webkit-transition: transform 3000ms ease-in-out;
        -moz-transition: transform 3000ms ease-in-out;
        -o-transition: transform 3000ms ease-in-out;
        -ms-transition: transform 3000ms ease-in-out;
        transition: transform 3000ms ease-in-out;	
    }
    .page-header.parallax .para_img.active {
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    .page-header h2 {
        margin-top: 40px;
    }
}
@media (max-width:768px){
	.page-header.parallax {
		height: 150px;
	}
	.page-header.parallax.bo_h {
		height: 80px;
	}
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}
/*sub_menu*/
#sub_menu  .sub_menu_top ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 20px 0;
    margin: 0px 10px;
    color: #848484;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
}
@media (min-width:769px){
    #sub_menu  .sub_menu_top {
        bottom: 0px;
        background-color: #eee;
    }
    #sub_menu  .sub_menu_top ul {
        display: block;
        width: 100%;
        text-align: center;
    }
    #sub_menu  .sub_menu_top ul li {
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid rgba(221, 221, 221, 0.1);
        border-right: 1px solid rgba(221, 221, 221, 0.1);
    }
    #sub_menu  .sub_menu_top ul li:hover a {
        color: #636363;
    }
    #sub_menu  .sub_menu_top ul li a.active {
        color: #d83c3c;
        border-bottom: 2px solid #d83c3c;
    }
}
@media (max-width:768px){
    #sub_menu {
        width: 100%;
        left: 0;
        bottom: 0px;
    }
    #sub_menu  .sub_menu_top {
        position: relative;
    }
    #sub_menu  .sub_menu_top ul {    
        position: absolute;
        width: 100%;
        z-index: 10;
        left: 0;
    }
    #sub_menu .tt_btn {
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 15px 15px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 1em;
        cursor: pointer;
        background-color: rgba(250, 83, 37, 1);
    }
    #sub_menu  .sub_menu_top {
        top: 100%;
    }
    #sub_menu  .sub_menu_top.hide_m {
        display: none;
    }
    #sub_menu  .sub_menu_top ul li a {
        background-color: rgba(250, 83, 37, 0.95);
        padding: 15px 15px;
        font-size: 15px;
        border-top: 1px solid rgba(255,255,255,0.1);
        margin: 0px;
        color: #fff;
    }
    #sub_menu  .sub_menu_top ul li a:hover{
        background-color: rgba(216, 63, 21, 0.95);
    }
}

/*sub_top*/
.sub_top {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.sub_top h1 {
	font-size: 24px;
    line-height: 1.6em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	margin-bottom: 0px;
}
@media (max-width:768px){
	.sub_top h1 {
		font-size: 17px;
    	margin-bottom: 0;
	}	
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 5px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #eee;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #aaa;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*bo_bt*/
@media (min-width:991px){
	.bo_bt {
        padding: 60px 15px;
	}
}
@media (max-width:992px){
	.bo_bt {
        padding: 30px 15px;
	}
}


/*tab_main*/
#tab_main {
    margin: 0 auto;
    z-index: 8;
    position: relative;
	background-color: #f7f7f7;
	border-bottom: 1px solid rgba(0,0,0,0.1);
		
	-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;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main .tabcon > li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
#tab_main .tabcon > li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0%;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
#tab_main .tabcon > li:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0%;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,0.1);
}
#tab_main .tabcon > li > span,
#tab_main .tabcon > li > a {
	display: inline-block;
	color: #222;
	font-size: 15px;
	line-height: 1em;
	text-decoration: none;
	padding: 15px 10px;
}
#tab_main .tabcon > li > span {
	min-width: 160px;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 10px;
}
#tab_main .tabcon > li > span i {
	position: absolute;
	right: 5px;
}
#tab_main .hide_m {
	display: none;
}
#tab_main .tabcon > li ul {
	position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    top: 100%;
    margin-top: 0px;
    width: 100%;
    left: 0;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
}
#tab_main .tabcon > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	line-height: 1em;
}
#tab_main .tabcon > li ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#tab_main .tabcon > li ul li:hover > a {
	color: #fff;
}
@media (max-width:768px){
	#tab_main {
		padding: 5px;
	}
	#tab_main .tabcon > li {
		padding: 0 10px;
	}
	#tab_main .tabcon > li > span,
	#tab_main .tabcon > li > a {
		font-size: 12px;
		padding: 5px 20px 5px 5px;
	}
	#tab_main .tabcon > li > span {
		min-width: 100px;
	}
	#tab_main .tabcon > li > span.tt_btn1 {
		min-width: 100px;
	}
	#tab_main .tabcon > li ul {
		margin-top: 5px;
	}
	#tab_main .tabcon > li ul li a {
		font-size: 12px;
		padding: 15px 10px;
	}
	#tab_main .tabcon > li .home {
		padding: 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%;
    }
}

.bg_gr{
    background-color: #f7f7f7;
}