/*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;
}
.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;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.8px;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.8px;
}
img {
    max-width: 100%;
}
@media (min-width:1430px){
    .container {
        width: 1400px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*sticky*/
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background: transparent;
    opacity: 0.6;
    border-bottom: 0px;
}
html:not(.sticky-header-active) #header.header-transparent.s_bg,
html:not(.sticky-header-active) #header.header-transparent.s_bg .header-body {
	/*position: relative;*/
}
html:not(.sticky-header-active) #header.s_bg .header-body,
html:not(.sticky-header-active) #header.s_bg .header-body:before {
    background: #333;
    opacity: 1;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    padding: 30px 5px !important;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8) !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
html.sticky-header-active #header .logbox a {
    color: #666 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #111;
    border-color: #b3b3b3;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #111;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #0b7a0e;
	background-color: transparent;
}
@media (min-width:991px) {
    html #header .header-nav-main nav > ul > li > a {
        font-size: 17px;
        font-weight: 400;
    }
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(11, 14, 31, 0.6);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 0px;
        color: #ddd;
	}
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #d3e7f1;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: rgba(255, 255, 255, 1);
}
#header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    padding: 15px 0;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #0b7a0e;
    font-weight: 600;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
    color: #0b7a0e !important;
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #fff;
}
@media (min-width:991px) {
    #header .header-nav {
        display: table-cell !important;
    }
}
@media (min-width:991px) and (max-width:1600px) {
    html #header .header-nav-main nav > ul > li > a {
		padding: 35px 5px !important;
        min-width: 120px;
	}
}
@media (min-width:991px) {
	#header .header-nav-main nav > ul > li > .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        background-color: #0b7a0e;
        height: 4px;
        width: 0%;
        z-index: 5;

        -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;
    }
	#header .header-nav-main nav > ul > li:hover > .dropdown-menu:before {
        width: 100%;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
		left: 50%;
    	transform: translate3d(-50%, 0, 0);
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px;
        text-align: center;
	}
}
@media (max-width:992px) {
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #d3e7f1 !important;
		border-color: #fff;
	}
    html #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 15px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #d3e7f1 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}
    #header.header-narrow .header-logo img {
		width: 100px;
    	margin: 19px 0;
    }
}

/*header-logo*/
#header .hd_tel img {
	width: 27px;
}
#header .header-logo {
	float: none;
}
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .h_nav,
	#header .header-nav,
	#header .fc_box {
		width: 30%;
	}
	#header .header-logo {
		width: 40%;
		text-align: center;
		float: none;
	}
	#header .header-logo img {
		width: 140px;
		margin: 15px 0 !important;
	}
}
/*header-logo*/
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 140px;
		margin: 20px 0 !important;
	}
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 0;
    background-color: transparent;
    color: #111;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 25px !important;
}
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #1e1e1e;
}
/*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 > .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 > 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: 20px;
	letter-spacing: -0.02em;
	line-height: 40px;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 0;
	white-space: nowrap;
	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;
}
.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/40px "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: 15px;
}
.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;
}

/*log_box*/
.log_box a {
    text-decoration: none;
    display: block;
    float: right;
    background: linear-gradient(#f7f7f7,#fff);
    border: 1px solid #ddd;
    margin-right: -1px;
    line-height: 35px;
    color: #636363;
    font-size: 13px;
    padding: 0px 20px;
    vertical-align: middle;
}
.log_box a.social {
    background: rgba(2, 199, 58, 0.9);
    color: #fff !important;
    border: 1px solid #14b100;
}
.log_box a img {
    width: 22px;
}
@media (max-width:992px){
	.log_box {
		padding-right: 30px;
	}
	.log_box a {
		float: none;
		display: inline-block;
    	padding: 0px 5px;
	}
	.log_box a img {
		width: 17px;
	}
}
/*foot_top*/
.foot_top {
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.lnk_bt li {
	display: inline-block;
	position: relative;
}
.lnk_bt li:not(:first-child):after {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	height: 40%;
	width: 1px;
	background-color: #ddd;
}
.lnk_bt li a {
	text-decoration: none;
	display: block;
	font-size: 17px;
	line-height: 1.7em;
	color: #222;
	font-weight: 400;
	padding: 5px 10px;
}
.lnk_bt.lnk_sm li a {
    font-size: 14px;
    padding: 5px 20px;
}
@media (max-width:768px){
	.lnk_bt.lnk_sm li a {
		font-size: 12px;
		padding: 3px 5px;
	}
}
/*footer*/
#footer {
    margin-top: 0px !important;
    border-top: 0px !important;
    padding: 60px 0 !important;
	background-color: #fff;
}
#footer p {
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	font-weight: 300;
	word-break: keep-all;
}
#footer .m_wrp > div {
    padding: 5px;
}
#footer .m_wrp > div img {
    border: 1px solid #ddd;
    padding: 5px;
}
@media (min-width:769px){
	#footer .lft {
        width: 60%;
	}
}
@media (max-width:768px){
	#footer {
		padding: 30px 0 !important;
	}
	#footer .m_wrp {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #ddd;
        text-align: center;
	}
    #footer .m_wrp img {
        width: 130px;
    }
}
/*log_box*/
.log_box a {
    text-decoration: none;
    display: block;
    float: right;
    background: linear-gradient(#f7f7f7,#fff);
    border: 1px solid #ddd;
    margin-right: -1px;
    line-height: 35px;
    color: #636363;
    font-size: 13px;
    padding: 0px 20px;
    vertical-align: middle;
}
.log_box a img {
    width: 22px;
}
@media (min-width:991px) and (max-width:1200px) {
    .log_box a {
        padding: 0px 5px;
    }
}
@media (max-width:992px){
	.log_box {
		padding-right: 0;
	}
	.log_box a {
        float: none;
        display: inline-block;
        padding: 0;
        line-height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 4px;
	}
	.log_box a img {
		width: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 20px 0;
    }
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 15px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 5px;
    }
}
/*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;
    }
}
/*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;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
	margin-bottom: 0px !important;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:767px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:767px){
    .pList > li:after {
        top: 10px ;
    }
}

/*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: 40px;
    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: 15px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 400;
}
@media (max-width:768px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }    
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 13px;
    }
}


/*font*/
.f_mon {
	font-family: 'Montserrat' !important;
}
/*color*/
.c_org {
	color: #ea9d2c !important;
}
.c_dorg {
	color: #ec4f20 !important;
}
.c_pk {
	color: #ec5ab2 !important;
}
.c_pp {
	color: #3c20a3 !important;
}
.c_yl {
	color: #edd030 !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #e51d1d !important;
}
.c_gd {
	color: #ce911b !important;
}
.c_gr {
	color: #00a65a !important;
}
.c_dgr {
	color: #288828 !important;
}
.c_nv {
	color: #0b0b72 !important;
}
.c_lgr {
	color: #999 !important;
}
.c_gray {
	color: #666 !important;
}

/*slider*/
.rev_slider .hermes .tp-bullet {
    border-radius: 0;
    width: 35px;
	height: 4px;
    box-shadow: inset 0 0 0 0 #FFF;
	background-color: rgba(255,255,255,0.3);
}
.rev_slider .hermes .tp-bullet:after, 
.rev_slider .tp-bullet.selected, 
.rev_slider .tp-bullet:hover {
	background-color: #fff;
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 50px;
		opacity: 0.7;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 1;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-leftarrow {
		left: 5% !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-rightarrow {
		left: 95% !important;
	}
}
@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}

/* nt_sec */
#nt_sec {
	background-color: #352b26;
	padding: 15px 0;
}
@media (max-width:768px){
	#nt_sec {
		padding: 10px 0;
	}
}
/*notice_slk*/
.notice_slk{
	height:30px;
	overflow:hidden;
}
.notice_slk ul li {
	padding: 0 10px;
	position: relative;
}
.notice_slk .slick-list {
	height: 28px !improtant;
	overflow: hidden;
	margin-left: 100px;
}
.notice_slk .slick-arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 15px;
	border: 0px;
	background: url("../img/slik_arr.png") center center no-repeat;
	text-indent: -99999em;
	overflow: hidden;
	z-index: 10;
	background-size: cover;
}
.notice_slk .slick-prev{
	left:40px;
	background-position: 0 100%;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.notice_slk ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	padding: 5px;
	font-weight: 300;
	position: relative;
	padding-right: 100px;
}
.notice_slk ul li a .date {
	position: absolute;
	right: 0;
}
.notice_slk ul li a span {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	opacity: 0.7;
}
@media (min-width: 991px) {
	.notice_slk ul li:nth-child(even):before {
		content: "";
		position: absolute;
		left: 0;
		top: 10%;
		height: 80%;
		width: 1px;
		background-color: rgba(255,255,255,0.3);
	}
	.notice_slk .slick-slide {
		width: 50% !important;
		float: left;
	}
}
@media (max-width: 768px) {
	.notice_slk .slick-list {
		margin-left: 40px;
	}
	.notice_slk ul li a {
		font-size: 13px;
        padding-right: 5px;
	}
	.notice_slk .slick-arrow{
		width: 16px;
		height: 16px;
        left: 10px;
        background-size: 16px !important;
	}
	.notice_slk .slick-prev{
		left:28px;
	}
}
/*p-side*/
.p-side {
	padding: 0 30px;
}
@media (max-width:768px){
	.p-side {
		padding: 0 15px;
	}
}
/*msec1*/
#msec1 {
	background-color: #f7f7f7;
}
#msec1 ul li {
	margin: 15px 0;
}
#msec1 ul li a {
	text-decoration: none;
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 40px 15px;
	
	-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;
}
#msec1 ul li a:hover {
	border-color: #288928;
	background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
#msec1 ul li a .i_wrp img {
	background-color: #f7f7f7;
	border-radius: 50%;
}
#msec1 ul li a .t_wrp {
	margin-top: 10px;
}
@media (max-width:768px){
	#msec1 ul li {
		margin: 5px 0;
	}
	#msec1 ul li a {
		padding: 20px 10px;
	}
	#msec1 ul li a .i_wrp img {
		width: 80px;
	}
	#msec1 ul li a .t_wrp {
		margin-top: 5px;
	}
    #msec1 ul li a .t_wrp h6 {
        font-size: 11px;
        font-weight: 300;
    }
	#msec1 ul li a .t_wrp h4 {
        font-size: 15px;
	}
}
/*msec2*/
@media (max-width:992px){
	#msec2 > ul > li:first-child {
		margin-bottom: 30px;
	}
}
/*lt_tit*/
.lt_tit {
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.lt_tit h5 {
	font-weight: 700;
	position: relative;
}
.lt_tit h5 a {
	position: absolute;
	right: 0;
	display: inline-block;
	text-decoration: none;
	color: #333;
}
.lt_tit img {
	width: 40px;
	vertical-align: middle;
    margin-top: -13px;
}
@media (max-width:768px){
    .lt_tit img {
        width: 30px;
        vertical-align: middle;
        margin-top: -3px;
    }
}
/*news_latest*/
#news_latest a {
    text-decoration: none;
    display: block;
    padding: 0 10px;
	position: relative;
}
#news_latest a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	background-color: #ddd;
	height: 100%;
}
#news_latest a .imgbox {
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}
#news_latest a .imgbox img {
    display: inline-block;
}
#news_latest a .txtbox {
    margin-top: 10px;
}
#news_latest a .txtbox .conb {
	height: 42px;
}
#news_latest a .txtbox .date {
	margin-top: 15px;
}

@media (max-width:768px){
    #news_latest {
        margin-bottom: 40px;
    }
}

/*subtop*/
.subtop h1 {
	font-size: 60px;
	font-family: Montserrat;
	font-weight: 700;
}
.subtop h1 span {
	color: #30ad30;
    background: -webkit-linear-gradient(right,#30ad30 0%, #60e660 50%,#30ad30 100%);
	
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
    display: inline-block;
}
@media (min-width:769px){
	.subtop {
		background-attachment: fixed !important;
	}
	.subtop .c_wrp {
		height: 350px;
	}
}
@media (max-width:768px){
	.subtop {
		background-size: cover !important;
	}
	.subtop .c_wrp {
		height: 200px;
		padding-bottom: 20px;
	}
	.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: 160px;
	position: relative;
	cursor: pointer;
}
#tab_main > ul > li > span i {
	position: absolute;
	right: 0;
    top: 10px;
}
#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: rgba(255, 255, 255, 0.6);
	font-size: 17px;
	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: #fff;
}
@media (max-width:768px){
	#tab_main {
		padding: 5px;
	}
	#tab_main > ul > li {
		padding: 0 5px;
	}
	#tab_main > ul > li > span,
	#tab_main > ul > li > a {
		font-size: 12px;
		padding: 5px 10px 5px 5px;
	}
	#tab_main > ul > li > span {
		min-width: 80px;
	}
	#tab_main > ul > li > span.tt_btn1 {
		min-width: 100px;
	}
    #tab_main > ul > li > span i {
        top: 6px;
    }
	#tab_main > ul > li ul {
		margin-top: 5px;
	}
	#tab_main > ul > li ul li a {
		font-size: 12px;
		padding: 15px 10px;
	}
	#tab_main > ul > li .home {
		padding: 5px;
	}
}
/*private*/
.private p {
    margin-bottom: 0px;
}