/*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;
}
.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 {
    height: auto !important;
}
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    overflow: hidden;
}
html {
    font-size: 10px;
}
@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';
}
.f_mon {
	font-family: 'Montserrat' !important;
    letter-spacing: 0px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*header*/
#header .header-body {
    background-color: #0c0c0c;
    padding: 0px;
    border-bottom: 0px;
}
#header .header-body .cnt .nav > li {
    float: none;
    display: inline-block;
    position: relative;
}
#header .header-body .cnt .nav > li > a {
    text-decoration: none;
    color: #fff;
	font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    padding: 30px;
}
#header .header-body .cnt .nav > li > a > i {
    display: none;
}
#header .header-body .cnt .nav li.dropdown > .dropdown-menu {
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px;
    border-top: 6px solid #003cff;
    margin-top: -4px;
    background-color: #111;
    width: 100%;
    min-width: auto;
}
#header .header-body .cnt .nav li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    top: auto;
    display: block;
    opacity: 1;
}
#header .header-body .cnt .nav li.dropdown > .dropdown-menu li a {
    padding: 10px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    background-color: transparent;
    opacity: 0.7;
}
#header .header-body .cnt .nav li.dropdown > .dropdown-menu li:hover a {
    opacity: 1;
}
#header .header-body .rt .global {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}
#header .header-body .rt .global span {
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    opacity: 0.8;
		
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header .header-body .rt .global span:hover,
#header .header-body .rt .global span:focus {
    opacity: 1;
}
#header .header-body .rt .global span img {
    width: 27px;
    margin-right: 5px;
}
#header .header-body .rt .global ul {
    position: absolute;
    width: 100%;
    background-color: #0137e7;
    top: 90%;
    left: 0;
    padding: 5px 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    height: 0;
    opacity: 0;
		
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header .header-body .rt .global:hover ul,
#header .header-body .rt .global:focus ul {
    opacity: 1;
    height: auto;
    top: 100%;
}
#header .header-body .rt .global ul li {
    margin-bottom: 5px;
}
#header .header-body .rt .global ul li a {
    opacity: 0.7;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 1em;
    border-bottom: 2px solid #fff;
		
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header .header-body .rt .global ul li:hover a,
#header .header-body .rt .global ul li:focus a{
    opacity: 1;
}
@media (min-width:769px) {
    #header .header-body .cnt {
        width: 60%;
    }
    #header .header-body .rt {
        width: 22%;
    }
    #header .header-body .rt {
        min-width: 230px;
    }
}
@media (max-width:768px){
    #header .header-body .lft a img {
        width: 150px;
    }
    #header .header-body .rt .global span img {
        width: 20px;
        margin-right: 3px;
    }
    #header .header-body .rt .global ul li a {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0;
    }
		
	#header {
		    min-height: auto !important;
	}
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 0;
    background-color: transparent;
    color: #fff;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 25px !important;
}
/*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: #000;
}

.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 #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: 0.05em;
	font-weight: 500;
	background-color: transparent;
	color: #fff;
	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_dvd9 {
    padding: 90px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}

@media (max-width:768px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd9 {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_big {
    margin-top: 80px;
}
.conbox.conbox9 {
    margin-top: 90px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 40px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_big {
		margin-top: 50px;
	}
    .conbox.conbox9 {
        margin-top: 50px;
    }
}

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

/*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: 35px;
    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: 22px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    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: 18px;
    }
    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: #ea9d2c !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #ec5ab2 !important;
}
.c_pp {
	color: #3c20a3 !important;
}
.c_yl {
	color: #fddd03 !important;
}
.c_sky {
	color: #94e7ff !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #d72008 !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_pp {
	color: #4c36b2 !important;
}
.c_mc {
	color: #052fb7 !important;
}


/*foottop*/
.foottop {
    border-top: 0px;
    margin-top: 0px !important;
    background-color: #111;
    border-top: 1px solid #333;
    padding: 20px 0 !important;
    background-color: #111;
}
.foottop ul li {
    display: inline-block;
    position: relative;
}
.foottop ul li:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0px;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
}
.foottop ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    color: #ccc;
    font-size: 14px;
}
@media (max-width:768px) {
    .foottop {
        padding: 10px 0 !important;
    }
    .foottop .rt {
        text-align: center !important;
    }
    .foottop ul li a {
        padding: 3px;
        font-size: 10px;
    }
}
/*f_top*/
.f_top {
    padding: 25px 0;
    background-color: #0d1012;
}
@media (max-width:768px) {
    .f_top {
        padding: 15px 0;
    }
    .f_top .lft {
        width: 130px;
    }
}
/*footer*/
#footer {
    border-top: 1px solid #333;
    margin-top: 0px !important;
    background-color: #0d1012;
    padding: 60px 0 !important;
}
#footer p {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 400;
}
#footer strong {
    color: #ddd;
    font-weight: 400;
}
@media (max-width:768px) {
    #footer {
        word-break: keep-all;
        padding: 40px 0 !important;
    }
    #footer p {
        font-size: 12px;
    }
}
/* Centered texts in each section
	* --------------------------------------- */
.section{
    text-align:center;
    overflow: hidden;
}

#myVideo{
    width: 100%;
    height: 700px;
    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: 900px !important;
    overflow: hidden;
}

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



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

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

/*solves problem with overflowing video in Mac with Chrome */
#section0{
    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 {
    height: auto !important;
    position: relative;
}
#fullpage .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#fullpage .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 60px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#fullpage .scroll_msc h6 {
    font-size: 11px;
    line-height: 1em;
    font-weight: 600;
    margin-top: 5px;
}
#fullpage .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 49%;
    width: 2px;
    top: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#fullpage .slide {
    text-align: center;
}
#fullpage .bg01 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg02 {
    background: url(../img/visual_bg2.jpg) right center no-repeat;
    background-size: cover;
}
#fullpage .bg03 {
    background: url(../img/visual_bg3.jpg) left center no-repeat;
    background-size: cover;
}
#fullpage .bg04 {
    background: url(../img/visual_bg4.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg05 {
    background: url(../img/visual_bg5.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg06 {
    background: url(../img/visual_bg6.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg07 {
    background: url(../img/visual_bg7.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg08 {
    background: url(../img/visual_bg7.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    #fullpage .bg01 {
    background: url(../img/visual_bg1_m.jpg) right center no-repeat;
    background-size: cover;
    }
    #fullpage .bg02 {
    background: url(../img/visual_bg2_m.jpg) right center no-repeat;
    background-size: cover;
    }
    #fullpage .bg03 {
    background: url(../img/visual_bg3_m.jpg) left center no-repeat;
    background-size: cover;
    }
    #fullpage .bg04 {
    background: url(../img/visual_bg4_m.jpg) center center no-repeat;
    background-size: cover;
    }
    #fullpage .bg05 {
    background: url(../img/visual_bg5_m.jpg) center center no-repeat;
    background-size: cover;
    }
    #fullpage .bg06 {
    background: url(../img/visual_bg6_m.jpg) center center no-repeat;
    background-size: cover;
    }
    #fullpage .bg07 {
    background: url(../img/visual_bg7_m.jpg) center center no-repeat;
    background-size: cover;
    }
    #fullpage .bg08 {
    background: url(../img/visual_bg8_m.jpg) center center no-repeat;
    background-size: cover;
    }
}

#fullpage h1 {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
}
#fullpage h1 span {
    font-size: 0.8em;
}
#fullpage h2 {
    font-size: 46px;
    line-height: 1em;
    margin-bottom: 40px;
    color: #fff;
}
#fullpage h2.line2 {
    line-height: 1.2em;
}
#fullpage p {
    font-size: 17px;
    line-height: 1.8em;
    color: #fff;
    font-weight: 300;
}
#fullpage .btn_wrp {
    margin: 0 -10px;
    margin-top: 40px;
}
#fullpage .btn_wrp a {
    font-size: 22px;
    line-height: 1em;
    padding: 15px 10px 12px;
    color: #fff;
    border: 3px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    min-width: 200px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    
    -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.btn2 {
    background-color: #003cff;
    border-color: #003cff;
}
#fullpage .fp-controlArrow.fp-next,
#fullpage .fp-controlArrow.fp-prev {
    width: 55px;
    height: 130px;
    border: 0px;
}
#fullpage .fp-controlArrow.fp-prev {
    background: url(../img/owl-prev.jpg) center center no-repeat;
    background-color: transparent !important;
    left: 0;
}
#fullpage .fp-controlArrow.fp-next {
    background: url(../img/owl-next.jpg) center center no-repeat;
    background-color: transparent !important;
    right: 0;
}
.fp-slidesNav.fp-bottom {
    bottom: 60px;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
    height: 14px;
    width: 14px;
    border: 2px solid rgba(255,255,255,0.7);
    background-color: transparent;
    margin: 0 0 0 -6px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 14px;
    width: 14px;
    margin: 0 0 0 -6px;
    border-radius: 100%;
    border: 2px solid #d5a22b;
    background-color: #d5a22b;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    background-color: rgba(255,255,255,0.7);
}
@media (max-width:768px){
    #fullpage .fp-controlArrow.fp-next,
    #fullpage .fp-controlArrow.fp-prev {
        display: none;
    }
    #fullpage .fp-slidesNav {
        display: block;
    }
    #fullpage .bg {
        /* height: 350px; */
        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 h6 {
        font-size: 12px;
        margin-bottom: 15px !important;
    }
    #fullpage .btn_wrp {
        margin: 0 -5px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #fullpage .btn_wrp a {
        font-size: 13px;
        padding: 10px 20px;
        margin: 0 5px;
        width: 140px;
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }
    #fullpage .fp-tableCell,
    #fullpage .fp-section,
    #fullpage .slide {
        height: 900px 
    }
    #fullpage .slide,
    #fullpage .slide .btn_wrp {
        text-align: center;
        word-break: keep-all;
    }
    #fullpage .scroll_msc {
        bottom: 20px;
    }
    #fullpage .scroll_msc a {
        height: 40px;
        width: 20px;
    }
    #fullpage .scroll_msc h6 {
        font-size: 9px;
    }
    #fullpage .scroll_msc a:after {
        top: 7px;
        height: 7px;
        left: 48%;
    }
}


@media (max-width:498px){
    #fullpage .fp-tableCell,
    #fullpage .fp-section,
    #fullpage .slide {
        height: 640px !important;
    }
}
/*mtit*/
.mtit h1 {
    font-weight: 700;
}
.mtit p {
    font-weight: 300;
    margin-top: 30px;
}
@media (max-width:768px){
    .mtit {
        margin: 0 auto;
        max-width: 80%;
    }
    .mtit p {
        margin-top: 15px;
    }
}
/*m_btn*/
.m_btn {
    margin-top: 40px;
}
.m_btn a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 15px 13px;
    text-align: center;
    min-width: 210px;
    border-radius: 50px;
    background-color: #003cff;
    border: 3px solid #003cff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    line-height: 1em;
}
.m_btn a.wh {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.m_btn a.bk {
    border-color: #333;
    background-color: transparent;
    color: #333;
}
@media (max-width:768px){
    .m_btn {
        margin-top: 20px;
    }
    .m_btn a {
        min-width: 160px;
        font-size: 13px;
        padding: 13px 20px;
    }
}
/*msec1*/
#msec1 {
    background-color: #191d22;
    position: relative;
}
#msec1 .m1_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 70%;
}
#msec1 .m1_bgi {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 70%;
}
#msec1 ul li {
    margin: 15px 0;
    position: relative;
    z-index: 3;
}
#msec1 .combox {
    border: 1px solid rgba(255,255,255,0.2);
    padding: 50px 15px;
    background-color: rgba(25, 29, 34, 0.85);
}
#msec1 .combox .ibox img {
    width: 80px;
}
#msec1 .combox h5,
#msec1 .combox h6 {
    color: #fff;
    margin-top: 5px;
}
#msec1 .combox h5 {
    text-transform: uppercase;
    font-weight: 700;
}
#msec1 .combox h6 {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 300;
}
@media (max-width:768px){
    #msec1 ul {
        margin: 0 -5px;
    }
    #msec1 ul li {
        padding: 0 5px;
        margin: 5px 0;
    }
    #msec1 .combox {
        padding: 20px 10px;
    }
    #msec1 .combox .ibox img {
        width: 60px;
        margin-bottom: 5px;
    }
    #msec1 .combox h6 {
        font-size: 13px;
    }
}

/*latest_wt*/
.latest_wt .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.latest_wt .owl-carousel .owl-dots .owl-dot.active span, 
.latest_wt .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #003cff;
}
.latest_wt ul li {
	margin-bottom: 40px;
}
.latest_wt .wt_item {
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.latest_wt .wt_item {
	text-decoration: none;
	display: block;
	position: relative;
	box-shadow: 25px 25px 20px rgba(0,0,0,0.1);
}
.latest_wt .wt_item > span {
  position: absolute;
  background-color: #003cff;
  z-index: 3;
  
  -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;
}
.latest_wt .wt_item .top_l {
  width: 100%;
  height: 8px;
  top: 0;
  right: 100%;
}
.latest_wt .wt_item:hover .top_l {
  right: 0;
}
.latest_wt .wt_item .bottom_l {
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 100%;
}
.latest_wt .wt_item:hover .bottom_l {
  left: 0;
}
.latest_wt .wt_item .left_l {
  width: 8px;
  height: 100%;
  top: 100%;
  left: 0;
}
.latest_wt .wt_item:hover .left_l {
  top: 0;
}
.latest_wt .wt_item .right_l {
  width: 8px;
  height: 100%;
  bottom: 100%;
  right: 0;
}
.latest_wt .wt_item:hover .right_l {
  bottom: 0;
}
.latest_wt .wt_item .imgbox {
    position: relative;
}
.latest_wt .wt_item .imgbox .hvbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.8);
    -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;
}
.latest_wt .wt_item:hover .imgbox .hvbox {
    opacity: 1;
}
.latest_wt .wt_item .imgbox .hvbox .c_wrp {
    height: 100%;
}
.latest_wt .wt_item .imgbox .hvbox .hover_plus {
    width: 80px;
    padding: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.latest_wt .wt_item .imgbox .i_wrp .m_view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg,rgba(0, 61, 250, 0.9) 0%, rgba(77, 218, 252, 0.9) 100%);
    z-index: 1;
    opacity: 0;
    
    -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;
}
.latest_wt .wt_item:hover .imgbox .i_wrp .m_view {
    opacity: 1;
}
.latest_wt .wt_item .imgbox .i_wrp .m_view > .c_wrp {
    height: 100%;
}
.latest_wt .wt_item .imgbox .i_wrp .m_view strong {
    display: inline-block;
    border: 2px solid #fff;
    padding: 13px 30px;
    line-height: 1em;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
}
@media (min-width:769px){
	.main .latest_wt {
		margin-bottom: -50px;
	}
	.main .latest_wt .wt_item:hover {
		margin-top: -15px;
	}
	.latest_wt .wt_item .subbox {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.latest_wt .wt_item .subbox > div {
		height: 0px;
		overflow: hidden;
		opacity: 0;
		background-color: rgba(0, 0, 0, 0.9);

		-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;
	}
	.latest_wt .wt_item:hover .subbox > div {
		height: 100%;
		opacity: 1;
	}
	.latest_wt .wt_item:hover .subbox h5,
	.latest_wt .wt_item:hover .subbox h6 {
		color: #fff;
	}
}
@media (max-width:768px){
    .latest_wt {
        padding: 0 15px;
    }
	.latest_wt .wt_item {
		box-shadow: 15px 15px 20px rgba(0,0,0,0.2);
		margin-bottom: 15px;
	}
	.latest_wt ul li {
		margin-bottom: 20px;
	}
	.latest_wt .wt_item .subbox h5 {
		height: 21px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
		max-width: 200px;
	}
	.latest_wt .wt_item .subbox h6 {
		font-size: 11px;
		line-height: 1.1em;
		height: 18px;
	}
	.latest_wt .wt_item .subbox {
		padding: 10px 5px;
	}
	.latest_wt .wt_item .top_l,
	.latest_wt .wt_item .bottom_l {
	  height: 3px;
	}
	.latest_wt .wt_item .left_l ,
	.latest_wt .wt_item .right_l {
	  width: 3px;
	}
    .latest_wt .wt_item .imgbox .hvbox .hover_plus {
        width: 50px;
        padding: 10px;
    }
    .latest_wt .wt_item .imgbox .i_wrp .m_view strong {
        padding: 8px 20px;
    }
}
/*msec3*/
#msec3 {
    background: url(../img/msec3_bg.png) center 110% no-repeat;
}
#msec3 .top .ibox {
    position: relative;
}
#msec3 .top .ibox .m3_deco {
    position: absolute;
    right: 100%;
    top: -90px;
}
#msec3 .top .ibox .m3_deco2 {
    position: absolute;
    left: 100%;
    top: 0px;
}
#msec3 .top h4 {
    margin-top: 40px;
}
#msec3 .mb1 {
    padding-left: 5%;
}
#msec3 .mb2 {
    margin-top: -50%;
    padding-right: 15%;
}
#msec3 .mb3 {
    margin-top: -5%;
    padding-left: 5%;
}
#msec3 .mb4 {
    margin-top: -50%;
    padding-right: 25%;
}
#msec3 .txt {
    margin-top: -10%;
    padding-bottom: 5%;
}
#msec3 .txt h1 {
    font-size: 190px;
    opacity: 0.2;
    text-shadow: 5px 5px 30px rgba(0,0,0,0.6);
    color: #f1f1f1;
    text-align: right;
    font-weight: 800;
    line-height: 136px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
@media (max-width:992px){
    #msec3 .mb1 {
        padding-left: 0%;
        max-width: 50%;
    }
    #msec3 .mb2 {
        margin-top: -20%;
        padding-right: 5%;
        max-width: 50%;
    }
    #msec3 .mb3 {
        margin-top: -20%;
        padding-left: 0;
        max-width: 50%;
    }
    #msec3 .mb4 {
        margin-top: -20%;
        padding-right: 5%;
        max-width: 50%;
    }
    #msec3 .txt {
        margin-top: -10%;
        padding-bottom: 40px;
    }
}
@media (max-width:768px){
    #msec3 {
        background: url(../img/msec3_bg.png) center 250px no-repeat;
    }
    #msec3 .top .ibox .comix {
        width: 250px;
    }
    #msec3 .top h4 {
        margin-top: 20px;
    }
    #msec3 .txt h1 {
        font-size: 90px;
        line-height: 96px;
    }
}
/*msec4*/
#msec4 {
    background-color: #191d22;
}
/*news_lastest*/
#news_lastest li {
    margin: 15px 0;
}
#news_lastest li a {
    text-decoration: none;
    display: block;
}
#news_lastest li a .ibox {
    position: relative;
    overflow: hidden;
}
#news_lastest li a .ibox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: url(../img/hover_plus.png) center center no-repeat;
    background-color: rgba(0,0,0,0.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;
}
#news_lastest li a:hover .ibox:after {
  opacity: 1;
}
#news_lastest li a .ibox > span {
  position: absolute;
  background-color: #003cff;
  z-index: 3;
  
  -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;
}
#news_lastest li a .ibox .top_l {
  width: 100%;
  height: 5px;
  top: 0;
  right: 100%;
}
#news_lastest li a:hover .ibox .top_l {
  right: 0;
}
#news_lastest li a .ibox .bottom_l {
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 100%;
}
#news_lastest li a:hover .ibox .bottom_l {
  left: 0;
}
#news_lastest li a .ibox .left_l {
  width: 5px;
  height: 100%;
  top: 100%;
  left: 0;
}
#news_lastest li a:hover .ibox .left_l {
  top: 0;
}
#news_lastest li a .ibox .right_l {
  width: 5px;
  height: 100%;
  bottom: 100%;
  right: 0;
}
#news_lastest li a:hover .ibox .right_l {
  bottom: 0;
}
#news_lastest li a .ibox img {
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
#news_lastest li a:hover .ibox img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#news_lastest li a .tbox {
    padding: 15px 0;
}
#news_lastest li a p,
#news_lastest li a h6 {
    color: #fff;
    font-weight: 300;
}
#news_lastest li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news_lastest li a h6 {
    margin-top: 5px;
}
/*msec5*/
#msec5 {
    background: url(../img/msec5_bg.jpg) center center no-repeat;
}
@media (min-width:769px) {
    #msec5 {
        background-attachment: fixed;
    }
}
@media (max-width:768px) {
    #msec5 {
        background-size: cover;
    }
}
/*snsbox*/
.snsbox {
    display: inline-block;
}
.snsbox a {
    text-decoration: none;
    display: inline-block;
    width: 25px;
    margin: 0 5px;
    opacity: 0.8;
}
.snsbox a:hover,
.snsbox a:focus {
    opacity: 1;
}
@media (max-width:768px){
    .snsbox a {
        width: 17px;
        margin: 0 3px;
    }
}

/*subtop*/
.subtop h1 {
	font-size: 60px;
	font-family: Montserrat;
	font-weight: 700;
}
.subtop h1 span {
	color: #2e61ff;
	background: -webkit-linear-gradient(left,#4ddafc 0%, #003dfa 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: 250px;
	}
	.subtop h1 {
		font-size: 40px;
		margin-bottom: 5px;
		opacity: 1;
	}
}

/*sub_menu*/
#sub_menu {
    background-color: #222;
}
html.sticky-header-active #sub_menu {
    top: 87px;
    position: fixed;
    z-index: 10;
    width: 100%;
    border-bottom-color: #e9e9e9;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}
#sub_menu ul li a {
	display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
	padding: 15px;
	letter-spacing: -0.05em;
	/*opacity: 0.5;*/
	position: relative;
	
	-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;
}
#sub_menu ul li:not(:first-child) a:before {
	content: "";
    width: 1px;
    height: 30%;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    left: 0;
    top: 35%;
}
#sub_menu ul li a span {
	position: relative;
	display: inline-block;
}
#sub_menu ul li:hover a,
#sub_menu ul li.active a {
	opacity: 1;
    color:#003cff;
}

#sub_menu ul li a strong {
	position: relative;
	z-index: 3;
}
#sub_menu ul li a span {
	position: relative;
	z-index: 3;
}
@media (max-width:768px) {
	#sub_menu ul li a {
		font-size: 15px;
	}
	
	html.sticky-header-active #sub_menu {
		    top: 65px;
	}
}





/*tab_main*/
#tab_main {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15);
    margin-top: 0px;
    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 > .container > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
#tab_main > .container > 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 > .container > ul > li > span,
#tab_main > .container > ul > li > a {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 1em;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
}
#tab_main > .container > ul > li > span {
	min-width: 155px;
	position: relative;
	cursor: pointer;
}
#tab_main > .container > ul > li > span i {
	position: absolute;
	right: 0;
}
#tab_main .hide_m {
	display: none;
}
#tab_main > .container > ul > li ul {
    z-index: 100;
    width: 100%;
}
#tab_main > .container > ul > li ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
}
#tab_main > .container > ul > li ul li:not(:last-child) a {
	/*border-bottom: 1px solid rgba(255,255,255,0.2);*/
}
#tab_main > .container > ul > li ul li:hover > a {
	color: #4fd8fc;
}
#tab_main .sub_menu_top2 li{
    float: left;
}
@media (max-width:768px){
    #tab_main {
        margin-top: -25px;
    }
	#tab_main > .container > ul > li {
		padding: 0 10px
	}
	#tab_main > .container > ul > li > span,
	#tab_main > .container > ul > li > a {
		font-size: 15px;
		padding: 5px 15px 5px 5px;
	}
	#tab_main > .container > ul > li > span {
		min-width: 125px;
	}
	#tab_main > .container > ul > li > span.tt_btn1 {
		min-width: 100px;
	}
	#tab_main > .container > ul > li ul li a {
		font-size: 14px;
		padding: 15px 10px;
	}
	#tab_main > .container > ul > li .home {
		padding: 5px;
	}
}

/*paging*/
#board_list .table_list {
    border-top: 2px solid #222;
}
#board_list .table_list thead th,
#board_list .table_list tbody th,
#board_list .table_list tbody td,
#board_list .table_list tbody td a {
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
	font-size: 16px;
    line-height: 1.5;
    color: #888;
    letter-spacing: -0.025em;
	/*font-family: 'Montserrat', 'Noto Sans KR';*/
}
#board_list .table_list tbody td a {
	color: #1e1e1e;
	text-decoration: none;
	display: inline-block;
	position: relative;
	line-height: 1em;
}
#board_list .table_list tbody td a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background-color: #f9d839;
	opacity: 0;

	-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;
}
#board_list .table_list tbody td a:hover:after {
	opacity: 1;
}
#board_list .table_list tbody td a span {
	position: relative;
	z-index: 3;
}
#board_list .table_list thead th {
    position: relative;
    font-weight: 500;
    padding: 14px 18px;
    color: #1e1e1e;
}
#board_list .table_list thead th:not(:first-child):before {
	content: "";
    width: 1px;
    height: 16px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
#board_list .table_list thead th,
#board_list .table_list tbody th,
#board_list .table_list tbody td {
	border-bottom: 1px solid #ddd;
}
#board_list .table_list tbody td {
    padding: 14px 18px;
}
#board_list .table_list tbody .sbj,
#board_list .table_list thead .sbj {
	text-align: left;
}
#board_list .paging {
	margin-top: 40px;
}

#board_list .paging .center a {
	text-decoration: none;
	display: inline-block;
    font-weight: 500;
	font-size: 19px;
    color: #1e1e1e;
	padding: 0 10px;
	position: relative;
}
#board_list .paging .center a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	opacity: 0;
	background-color: #a9ddf7;

	-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;
}
#board_list .paging .center a.active:after,
#board_list .paging .center a:hover:after {
	opacity: 1;
}
#board_list .paging .center span {
	position: relative;
	z-index: 3;
}
@media (max-width:768px){
	#board_list .table_list thead {
		display: none;
	}
	#board_list .table_list tbody tr {
		padding: 15px 0;
		display: block;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	#board_list .table_list tbody tr:before,
	#board_list .table_list tbody tr:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 8px;
		width: 1px;
		height: 9px;
		background-color: #333;
	}
	#board_list .table_list tbody tr:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -8px;
	}
	#board_list .table_list tbody tr:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -2px;
	}
	#board_list .table_list tbody th,
	#board_list .table_list tbody td {
		display: block;
		border-top: 0px;
		text-align: left;
    	padding: 4px 15px;
		border-bottom: 0px;
		font-size: 14px;
	}
	#board_list .table_list .date {
		font-size: 12px;
	}
	#board_list .table_list .num {
		display: none;
	}
	#board_list .paging .center a {
		font-size: 14px;
	}
	#board_list .paging .nxt a,
	#board_list .paging .prv a {
		color: #333;
		font-size: 24px;
		text-decoration: none;
	}
}

/*btn_bs*/
.btn_bs {
	font-weight: 500; 
	letter-spacing:0px; 
	line-height: 1.2em; 
	font-size: 18px; 
	border-radius:50px; 
	padding: 10px 50px; 
	text-decoration: none;
	margin: 0 5px;
	display: inline-block;
}
.btn_bs.btn_line {
	border: 2px solid #333;
	color: #333;
	text-decoration: 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;
}
.btn_bs.btn_line:hover {
	color: #fff !important;
	background-color: #333;
}
.btn_bs.btn_full {
	color:#fff; 
	background-color:#4a68b8; 
	text-decoration: none;
}
@media (max-width:768px){
	.btn_bs {
		font-size: 15px; 
		padding: 10px 30px; 
		margin: 0 3px;
	}
}



.owl-theme .owl-nav [class*=owl-] {
	background: none;
}
.owl-carousel .owl-nav .owl-prev {
        height: 100px;
    width: 50px;
    background: url(../img/owl-prev.jpg) center center no-repeat;
}
.owl-carousel .owl-nav .owl-next{
        height: 100px;
    width: 50px;
    background: url(../img/owl-next.jpg) center center no-repeat;
}
.owl-carousel .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "";
    position: relative;
    left: -1px;
    top: 1px;
}
.owl-carousel .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "";
    position: relative;
    left: -1px;
    top: 1px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
    border-color: none;
    background-color: none;
}

.owl-carousel .owl-nav .owl-prev:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: transparent !important;
    background: url(../img/owl-prev.jpg) center center no-repeat !important;
}
.owl-carousel .owl-nav .owl-next:hover {
    border-color: #0099e6 #0099e6 #0077b3;
    background-color: transparent !important;
    background: url(../img/owl-next.jpg) center center no-repeat !important;
}
@media (max-width:768px){
	#fullpage .bg {
		padding: 0px;
		/* height: 500px; */
	}
	#fullpage .scroll_msc {
        bottom: 40px;
	}
	.owl-carousel .owl-nav .owl-prev {
			height: 70px;
		width: 35px;
		background: url(../img/owl-prev.jpg) center center no-repeat;
		  border: 1px solid #000;
	}
	.owl-carousel .owl-nav .owl-next{
			height: 70px;
		width: 35px;
		background: url(../img/owl-next.jpg) center center no-repeat;
		  border: 1px solid #000;
	}

}

.author_box p{
    margin-top: 5px;
}
.author_box h5 span{
    background-color: #003cff;
    padding: 0px 10px 3px;
    color: #fff;
    border-radius: 4px;
}
@media (max-width:768px){
    .author_box h5{
        line-height: 1.6em;
    }
}