/* Play */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

/* S-CoreDream */
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
     font-weight: 100;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: 200;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: 400;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-7ExtraBold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: 700;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: 800;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: 900;
     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;
	}
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}


/*body*/
img {
    max-width: 100%;
}
.body {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'S-CoreDream', 'malgun gothic', Arial, sans-serif !important;
    letter-spacing: -0.02em;
}
html::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}
/*headerSide*/
#headerSide > .copy {
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: 0 10px;
    color: #999;
    font-size: 12px;
}
#headerSide:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 100%;
    top: 0;
    width: 30px;
    background: linear-gradient(to left, transparent, rgba(0,0,0,0.05));
}
#headerSide .logobox a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 60px 15px;
    text-align: center;
}
#headerSide ._nav {
    margin: 0 20px;
}
#headerSide .nav-pills > li + li {
    margin-left: 0px;
}
#headerSide ._nav li {
    display: block;
    float: none;
}
#headerSide ._nav > li > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid #444;
    border-radius: 0px;
    font-weight: 500;
    position: relative;
    background-color: transparent;
}
#headerSide ._nav > li.drop_dw > a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/arr_bt.png) center center no-repeat;
}
#headerSide ._nav > li.current > a {
    color: #ff470f;
}
#headerSide ._nav > li.current > a:before {
    opacity: 1;
}
#headerSide ._nav > li.current > a:after {
    /*content: "";*/
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    height: 100%;
    background-color: #ff470f;
}
#headerSide ._nav > li:first-child > a {
    border-top: 1px solid #444;
}
#headerSide ._nav .drop_dw.act {
    border-bottom: 1px solid #444;
}
#headerSide ._nav > li > a:hover,
#headerSide ._nav .drop_dw.act > a {
    color: #111;
}
#headerSide ._nav .drop_dw_menu {
    padding: 10px;
    padding-left: 20px;
}
#headerSide ._nav .drop_dw_menu li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 5px;
    line-height: 1em;
    position: relative;
}
#headerSide ._nav .drop_dw_menu li.act a {
    color: #ff470f !important;
}
#headerSide ._nav .drop_dw_menu li a,
#headerSide ._nav .drop_dw_menu li a:before {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
#headerSide ._nav .drop_dw_menu li a:hover {
    padding-left: 15px;
}
#headerSide ._nav .drop_dw_menu li a:hover {
    color: #111;
}
#headerSide ._nav .drop_dw_menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 0px;
    background-color: #666;
}
#headerSide ._nav .drop_dw_menu li a:hover:before {
    width: 10px;
}
#headerSide ._nav .drop_dw_menu li.act a:hover:before {
    background-color: #ff470f !important;
}
@media (min-width:992px){
    #headerSide {
        position: fixed;
        left: 0;
        top: 0;
        width: 270px;
        height: 100vh;
        background-color: #fff;
        z-index: 1;
        /*overflow: overlay;
        overflow-x: hidden;*/
        padding-bottom: 100px;
    }
    #headerSide:after {
        content: "";
        position: absolute;
        left: 100%;
        height: 100%;
        top: 0;
        width: 30px;
        background: linear-gradient(to left, transparent, rgba(0,0,0,0.05));
    }
    #headerSide::-webkit-scrollbar {
        display: none;
        visibility: hidden;
        width: 2px;
    }
    #headerSide::-webkit-scrollbar {
        display: block;
        visibility: visible;
    }
    #headerSide::-webkit-scrollbar-thumb {
        background-color: #ddd;
    }
    #headerSide::-webkit-scrollbar-track {
        background-color: #eee;
    }
}
@media (max-width:992px){
    #headerSide {
        display: none;
    }
}
/*content_wrapper*/
@media (min-width:992px){
    #content_wrapper {
        margin-left: 270px;
    }    
}

/*headerTop*/
#headerTop {
    padding: 15px 30px;
}
#headerTop ._nav .swiper_wrp {
    width: 500px;
}
#headerTop ._nav li {
    display: inline-block;
}
#headerTop ._nav li a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    padding: 25px 40px 25px 35px;
    text-decoration: none;
}
#headerTop .logout {
    position: relative;
}
#headerTop .logout .logo img {
    width: 150px;
}
#headerTop .logout a {
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    padding-left: 20px;
    background-size: 15px !important;
}
#headerTop .logout a.hd_i1 {
    background: url(../img/hd_i1.png) left center no-repeat;
}
#headerTop .logout a.hd_i2 {
    background: url(../img/hd_i2.png) left center no-repeat;
}
#headerTop .logout a.hd_i4 {
    background: url(../img/hd_i4.png) left center no-repeat;
}
#headerTop .logout a.hd_i5 {
    background: url(../img/hd_i5.png) left center no-repeat;
}
.st_bg {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: rgba(51, 51, 51, 0.34);
    vertical-align: -1px;
}
.top_fix_header .unact a {
    opacity: 0.5;
}
.top_fix_header li:nth-child(1) > a {
    background: url(../img/mn2_1.png) left center no-repeat;
}
.top_fix_header li:nth-child(2) a {
    background: url(../img/mn2_2.png) left center no-repeat;
}
.top_fix_header li:nth-child(3) a {
    background: url(../img/mn2_3.png) left center no-repeat;
}
.top_fix_header li:nth-child(4) a {
    background: url(../img/mn2_4.png) left center no-repeat;
}
.top_fix_header li:nth-child(5) a {
    background: url(../img/mn2_5.png) left center no-repeat;
}
.top_fix_header li:nth-child(6) a {
    background: url(../img/mn2_6.png) left center no-repeat;
}
.top_fix_header li:nth-child(7) a {
    background: url(../img/mn2_7.png) left center no-repeat;
}
@media (min-width:992px){
    #headerTop {
        position: fixed;
        width: 100%;
        z-index: 10000;
        right: 0;
        text-align: right;
    }
   /* #headerTop .logout:after {
        content: "";
        position: absolute;
        left: -20px;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: rgba(255,255,255,0.2);
    }*/
}
@media (max-width:1750px){
    #headerTop ._nav li a {
        padding: 25px 10px 25px 23px;
        background-size: 20px !important;
    }
    #headerTop .logout a h6 {
        font-size: 13px;
        background-size: 15px !important;
    }
}
@media (max-width:992px){
    #headerTop {
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        padding: 0;
        left: 0;
        z-index: 1000;
        border-bottom: 1px solid #ddd;
    }
    #headerTop > .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #headerTop > .c_wrp > div {
        width: 100%;
    }
    #headerTop > .c_wrp > ._nav {
        order: 2;
    }
    #headerTop > .c_wrp > .logout {
        order: 1;
        text-align: right;
        padding: 10px;
    }
    #headerTop > .c_wrp > ._nav {
        padding: 0 20px;
        position: relative;
        background-color: #111;
    }
    #headerTop > .c_wrp > ._nav:after {
        content: "";
        position: absolute;
        right: 0;
        width: 70px;
        height: 100%;
        top: 0;
        background: linear-gradient(to right, transparent, #111, #111);
    }
    /*#headerTop > .c_wrp > ._nav:before {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 100%;
        top: 0;
        background: url(../img/arr_w.png) center center no-repeat;
        background-size: 20px;
    }
    #headerTop > .c_wrp > ._nav:after {
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        height: 100%;
        top: 0;
        background: url(../img/arr_w.png) center center no-repeat;
        background-size: 20px;
        transform: rotate(180deg);
    }*/
    #headerTop ._nav li a {
        padding: 0 10px 0 23px;
        font-size: 13px;
        line-height: 50px;
    }
}
/*logo_info*/
.logo_info .profile {
    position: relative;
    padding: 5px 15px 5px 0;
    padding-left: 65px;
}
.logo_info .profile .prf_box {
    position: absolute;
    left: 0;
}
.logo_info .profile h5 {
    opacity: .7;
    color: #fff;
}
.logo_info .profile p {
    color: #b8b8b8;
    font-size: 13px;
}
@media (max-width:1750px){
    .logo_info .profile h5 {
        font-size: 15px;
    }
    .logo_info .profile p {
        font-size: 11px;
    }
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background-color: #333;
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #333;
}
.mmenu-open .mobile-nav .lines_bar:before,
.mmenu-open .mobile-nav .lines_bar:after {
    background-color: #111;
}

/*mn_header*/
.mn_header {
	background-color: #333;
}
.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:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	position: fixed;
    opacity: 0;
	top: 0;
	left: 0;
    z-index: -10;
	width: 80%;
	height: 100%;
    padding: 0px
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}
.mobile-nav .mobile-nav-wrapper {
	padding: 80px 15px 100px;
    position: relative;
}
.mmenu-open .mobile-nav {
    display: block;
    opacity: 1;
	z-index: 190;
}
.mobile-nav .header-logo img {
    width: 100px;
}
.mobile-nav .profile {
	position: fixed;
    left: 0;
    bottom: 0;
    background-color: #333;
    padding: 15px 10px 10px;
    width: 100%;
    padding-left: 65px;
}
.mobile-nav .profile .prf_box {
    left: 15px;
}
.mobile-nav .profile .prf_box img {
    width: 40px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: 85px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
    cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    margin: 0;
}
.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 {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.mobile-side-menu li a {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 15px 10px;
	white-space: normal;
	word-break: keep-all;
	overflow: hidden;
    padding-left: 30px;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
    background-size: 20px !important;
}
.mobile-side-menu li a h6 {
    color:  #fff;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
    padding: 18px 10px;
    padding-left: 30px;
    background-position-x: left !important;
}
.mobile-side-menu li a img {
    position: absolute;
    left: 0;
    width: 25px;
}
.mobile-side-menu li a h6 {
    font-size: 18px;
}
.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: 15px;
}
.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: 5px;
	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;
    color: #111;
    font-weight: 300;
}
.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%;
    background-color: transparent;
    margin-bottom: 15px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 12px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.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;
}

@media (min-width:991px){
    .mobile-side-menu #mainNav > li {
        width: 20%;
        margin: 0;
        position: relative;
        min-height: 230px;
        padding-right: 30px;
    }
    .mobile-side-menu #mainNav > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 15px;
        top: 0%;
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.3);
    }
    .mobile-side-menu li ul {
        display: block;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
}
@media (max-width:992px){
    .mobile-side-menu #mainNav > li:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        right: 10px;
        top: 10px;
    }
    .mobile-side-menu li a {
        padding: 15px 10px;
    }
    .mobile-side-menu li ul {
        padding-bottom: 10px;
    }
    .mobile-side-menu li li a {
        padding: 10px;
        font-weight: 400;
        font-size: 1em;
    }
}
@media (max-width:768px){
    .mobile-nav {
        overflow-y: scroll;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/*font*/
.f_play {
    font-family: "Play", sans-serif !important;
}
/*footer*/
#footer {
    margin-top: 0px !important;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_mini_xs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_mini_xs {
		margin-top: 10px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}

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



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 40px;
    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.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: 1.8em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    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: 12px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*row*/
@media (min-width:768px){
    .row {
        margin: 0 -12px;
    }
    .row > li,
    .row > div {
        padding: 0 12px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*color*/
#c_lgray {
    color: #666 !mportant;
}
/*com_bg*/
.com_bg {
    /*background-color: #f5f6f1;*/
    min-height: 100vh;
}
@media (max-width:768px){
    .com_bg {
        min-height: 100vh;
    }
}

/* 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: 700px !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: 350px !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: 150px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#fullpage .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 50px;
    width: 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#fullpage .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 49%;
    width: 2px;
    top: 10px;
    height: 7px;
    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.png) center center no-repeat;
    background-color: #cce2ee;
}
#fullpage .bg02 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
}
#fullpage .bg02 .btn_wrp {
    margin-bottom: 30%;
}
#fullpage h2.line2 {
    line-height: 1.2em;
}
#fullpage .btn_wrp {
    margin: 0 -2px;
    margin-top: 30px;
}
#fullpage .btn_wrp a {
    font-size: 15px;
    line-height: 1em;
    padding: 20px 15px;
    color: #fff;
    background-color: #32b086;
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
    min-width: 200px;
    font-weight: 500;
    border-radius: 100px;
    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.kakao {
    /*background-color: #3098c5;*/
}
#fullpage .bg02 .btn_wrp a {
    background-color: #0e4e6b;
}
#fullpage .bg02 .btn_wrp a.kakao {
}
#fullpage .fp-controlArrow.fp-next,
#fullpage .fp-controlArrow.fp-prev {
    width: 40px;
    height: 80px;
    background-size: cover !important;
    border: 0px;
    opacity: 0.2;
}
#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;
    display: none;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
    height: 14px;
    width: 14px;
    background-color: rgba(0,0,0,0.1);
    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%;
    background-color: rgba(0,0,0,0.5);
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    background-color: rgba(255,255,255,0.7);
}
@media (min-width:768px){
    #fullpage .bg01 h1.dft {
        font-size: 60px;
    }
    #fullpage .bg01 h5.dft {
        font-size: 24px;
    }
}
@media (max-width:768px){
    #fullpage .slide {
        background-size: cover !important;
    }
}
@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 .btn_wrp {
        margin-top: 10px;
    }
    #fullpage .btn_wrp a {
        font-size: 13px;
        padding: 12px 10px 10px;
        max-width: 160px;
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #fullpage .fp-tableCell,
    #fullpage .fp-section,
    #fullpage .slide {
        height: 500px !important;
    }
    #fullpage .slide,
    #fullpage .slide .btn_wrp {
        text-align: center;
        word-break: keep-all;
    }
    #fullpage .scroll_msc a {
        height: 50px;
        width: 25px;
    }
    .fp-slidesNav.fp-bottom {
        bottom: 40px;
    }
    #fp-nav ul li, .fp-slidesNav ul li {
        margin: 2px;
    }
    #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,
    #fp-nav ul li a span, 
    .fp-slidesNav ul li a span {
        height: 9px;
        width: 9px;
    }
}
/*full_floating*/
.full_floating {
    background-color: #f7f7f7;
}
.full_floating li {
    position: relative;
}
.full_floating li:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: rgba(0,0,0,0.2);
}
.full_floating li a {
    text-decoration: none;
}
.full_floating li .txt h6 {
    color: #999;
}
.full_floating li .txt p {
    color: #333;
    line-height: 1.2em;
    font-weight: 500;
}
@media (min-width:992px){
    .full_floating {
        /*z-index: 100;
        position: absolute;
        bottom: 0;
        left: 0;*/
        padding: 30px 0;
        width: 100%;
    }
    .full_floating li .icon {
        width: 30%;
        text-align: center;
    }
}
@media (max-width:992px){
    .full_floating {
        padding: 15px 0;
        text-align: center;
    }
    .full_floating li .icon img {
        width: 20px;
        margin-bottom: 5px;
    }
    .full_floating li .txt p {
        display: none;
    }
}
/*msec1*/
#msec1 {
    /*background-color: #f5f6f1;*/
}
#msec1 .mtit h2 {
    color: #999;
}
#msec1 .tbox h6,
#msec1 .tbox p {
    margin-top: 15px;
    line-height: 1.8em;
}
@media (max-width:768px){
    #msec1 .tbox {
        text-align: center;
    }
    #msec1 .ibox img {
        max-width: 70%;
        margin-top: 30px;
    }
    #msec1 .tbox h6,
    #msec1 .tbox p {
        margin-top: 10px;
    }
}
/*msec2*/
#msec2 {
    background: url(../img/msec2_bg.jpg) right center no-repeat;
    background-attachment: fixed;
}
#msec2 .box {
    max-width: auto;
    border: 1px solid #fff;
    padding: 60px 80px;
    display: block;
}
#msec2 .box p {
    margin-top: 30px;
}
@media (max-width:768px){
    #msec2 {
        background-size: cover;
        background-position-x: center;
    }
    #msec2 .box {
        padding: 60px 30px;
    }
    #msec2 .box p {
        margin-top: 15px;
    }
}
/*msec3*/
#msec3 {
    background-color: #f5f6f1;
}
#msec3 .his li {
    margin-top: 20px;
}
#msec3 .his li p {
    position: relative;
    padding-left: 15px;
}
#msec3 .his li p > strong {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    #msec3 .tbox {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #msec3 .tbox h2 {
        text-align: center;
    }
    #msec3 .his li {
        margin-top: 10px;
    }
    #msec3 .his li p {
        padding-left: 10px;
    }
    #msec3 .ibox img {
        max-width: 70%;
    }
}
/*msec4*/
#msec4 .prc .icon {
    position: relative;
}
#msec4 .prc li .icon img {
    border-radius: 50%;
}
#msec4 .prc li:nth-child(1) .icon img {
    border: 5px solid #e6dcce;
}
#msec4 .prc li:nth-child(2) .icon img {
    border: 5px solid #ded3c4;
}
#msec4 .prc li:nth-child(3) .icon img {
    border: 5px solid #cabdab;
}
#msec4 .prc li:nth-child(4) .icon img {
    border: 5px solid #b7a793;
}
#msec4 .prc li:nth-child(5) .icon img {
    border: 5px solid #ab9a84;
}
#msec4 .prc li:nth-child(6) .icon img {
    border: 5px solid #9c8a72;
}
#msec4 .prc li:not(:last-child) .icon:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 11px;
    height: 100%;
    background: url(../img/pr_arr.png) center center no-repeat;
}
#msec4 .prc .txt p {
    line-height: 1.2em;
    margin-top: 10px;
    font-weight: bold;
}
#msec4 .contxt {
    padding: 40px 30px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 2px 2px 0px rgb(0 0 0 / 10%);
}
#msec4 .contxt ul li {
    margin: 15px 0;
}
#msec4 .contxt ul li p {
    margin: 0px;
}
#msec4 .contxt ul li p strong {
    color: #999;
}
@media (max-width:768px){
    #msec4 .prc li {
        margin: 10px 0;
    }
    #msec4 .prc li:not(:last-child) .icon:before {
        right: -8px;
        width: 5px;
        background-size: 5px;
    }
    #msec4 .prc li .icon img {
        width: 70%;
    }
    #msec4 .prc .txt p {
        margin-top: 5px;
    }
    #msec4 .contxt {
        padding: 20px 15px;
        background-color: #f4f4f4;
    }
    #msec4 .contxt ul li {
        margin: 10px 0;
    }
}
/*msec5*/
#msec5 {
    background-color: #f4f4f4;
}
#msec5 .tbox {
    padding: 40px;
}
#msec5 .box1 .tbox .id {
    position: relative;
    background: url(../img/iq_icon.png) left center no-repeat;
    padding-left: 60px;
}
#msec5 .box1 .tbox h6 {
    font-weight: 700;
    opacity: 0.5;
}
#msec5 .box1 .tbox h5 {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 30px;
}
#msec5 .box1 .tbox .btn_wrp a {
    display: inline-block;
    padding: 15px 45px 15px 25px;
    color: #fff;
    background: url(../img/go_now_arr_w.png) 90% center no-repeat;
    background-color: #583736;
    text-decoration: none;
    font-weight: 700;
}
@media (max-width:768px) {
    #msec5 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #msec5 .c_wrp > div {
        width: 100%;
    }
    #msec5 .c_wrp .tbox {
        order: 1;
        padding: 40px 25px;
    }
    #msec5 .c_wrp .mapbox,
    #msec5 .c_wrp .ibox {
        order: 2;
    }
    #msec5 .box1 {
        text-align: center;
    }
    #msec5 .box1 .tbox .id {
        background-size: 30px;
        padding-left: 40px;
        width: 320px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 350px !important;
	}
    #msec5 .box1 .tbox .btn_wrp a {
        padding: 10px 35px 10px 15px;
    }
}
/*msec6*/
#msec6 {
    background: url(../img/msec6_bg.jpg) right center no-repeat;
    background-attachment: fixed;
    background-attachment: initial;
}
@media (max-width:768px) {
    #msec6 {
        background-size: cover !important;
    }
}
/*msec7*/
#msec7 {
    background-color: #f4f4f4;
}
#msec7 .icon {
    text-align: center;
}
@media (min-width:992px){
    #msec7 h6 {
        border-top: 3px solid #ddd;
        padding-top: 15px;
        margin-top: 20px;
    }
}
@media (max-width:992px){
    #msec7 .icon img {
        width: 50px;
    }
}
@media (max-width:768px){
    #msec7 ul li {
        margin: 10px 0;
    }
    #msec7 ul li > div {
        position: relative;
        padding-left: 30px;
    }
    #msec7 .icon img {
        width: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }
}
/*mtit*/
.lined {
    display: inline-block;
    margin: 20px auto;
    width: 30px;
    height: 3px;
    background-color: #333;
}
/*msec8*/
#msec8 ul li a {
    text-decoration: none;
}
#msec8 ul li a h5 {
    font-weight: 700;
    padding: 10px 0;
}
#msec8 ul li a span {
    display: block;
    margin-top: 20px;
    text-align: center;
    background-color: #f7f7f7;
    padding: 10px;
    color: #999;
    font-weight: 700;
    font-size: 13px;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
#msec8 ul li a:hover span {
    background-color: #999;
    color: #fff;
}
@media (min-width:768px){
    #msec8 ul li a {
        display: block;
    }
}
@media (max-width:768px){
    #msec8 ul li {
        margin: 10px 0;
    }
    #msec8 .ibox {
        padding-right: 25px;
    }
    #msec8 ul li a h5 {
        padding: 5px 0;
    }
    #msec8 ul li a span {
        margin-top: 7px;
        padding: 10px;
        font-size: 12px;
    }
}

/*msec9*/
#msec9 {
    background-color: #fff;
    text-align: center;
}
#msec9 .check_i {
    font-size: 50px;
    color: #b4d0c2;
    margin-bottom: 15px;
}
#msec9 ul li:nth-child(1) .check_i {
    color: #006279;
}
#msec9 ul li:nth-child(2) .check_i {
    color: #60b1b2;
}
#msec9 ul li:nth-child(3) .check_i {
    color: #006279;
}
#msec9 ul li:nth-child(4) .check_i {
    color: #b4d0c2;
}
#msec9 ul li > div {
    padding: 20px 15px;
    border: 3px solid #ddd;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
}
#msec9 ul li:nth-child(1) > div {
    border-color: #006279;
}
#msec9 ul li:nth-child(2) > div {
    border-color: #60b1b2;
}
#msec9 ul li:nth-child(3) > div {
    border-color: #006279;
}
#msec9 ul li:nth-child(4) > div {
    border-color: #b4d0c2;
}
#msec9 ul li > div h6 {
    height: 120px;
}
@media (max-width:768px){
    #msec9 .check_i {
        font-size: 30px;
        margin-bottom: 5px;
    }
    #msec9 ul li {
        margin: 5px 0;
    }
    #msec9 ul li > div h6 {
        height: 100px;
    }
}

/*msec10*/
#msec10 ul li {
    position: relative;
    overflow: hidden;
}
#msec10 ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.05);
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#msec10 ul li:hover a:after {
    background-color: rgba(255,255,255,0.5);
}
#msec10 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
}
#msec10 ul li img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#msec10 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*msec11*/
#msec11 {
    background-color: #f4f4f4;
}
#msec11 ul li a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
#msec11 ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.05);
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#msec11 ul li:hover a:after {
    background-color: rgba(255,255,255,0.5);
}
#msec11 ul li a {
    text-decoration: none;
    display: block;
    position: relative;
}
#msec11 ul li a > p {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0px;
    padding: 10px;
    background-color: rgba(51, 51, 51, 0.6);
    color: #fff;
    width: 100%;
}
#msec11 ul li img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#msec11 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*latest_online*/
#latest_online ul li {
	margin-top: 30px;
}
#latest_online ul li label,
#latest_online ul li .form-control {
    font-size: 18px;
    line-height: 1.8em;
    color: #636363;
    font-weight: 400;
	margin: 0px;
}
#latest_online ul li label.agr {
    font-size: 14px;
}
#latest_online ul li select.form-control,
#latest_online ul li input.form-control {
	border: 0px;
	border-bottom: 1px solid #aaa;
	height: 40px;
	border-radius: 0px;
	box-shadow: 0 0 0;
}
#latest_online ul li select.form-control:focus,
#latest_online ul li input.form-control:focus {
    border-bottom-color: #9a2d2a;
	color: #1e1e1e;
}
#latest_online ul li textarea.form-control {
	border-radius: 0px;
	box-shadow: 0 0 0;
	background-color: #fff;
    border: 1px solid #aaa;
}
#latest_online ul li textarea.form-control:focus {
	color: #1e1e1e;
}
#latest_online .s_tit {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
#latest_online .s_tit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #ffc32c;
}
#latest_online .prv_area {
	border: 1px solid #ddd;
	padding: 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #636363;
    font-weight: 300;
	height: 150px;
	overflow-y: scroll;
}
#latest_online .prv_area p {
    margin-bottom: 0px;
}
#latest_online ul li input[type="submit"] {
    font-size: 18px;
    line-height: 1.8em;
    color: #fff;
    font-weight: 600;
	padding: 10px;
	border-radius: 4px;
	background-color: #9a2d2a;
	border: 1px solid #9a2d2a;
	display: block;
	width: 100%;
}
@media (max-width:768px){
	#latest_online ul li {
		margin-top: 15px;
	}
	#latest_online ul li label,
	#latest_online ul li .form-control {
		font-size: 14px;
	}
	#latest_online ul li label.agr {
		font-size: 12px;
	}
	#latest_online .s_tit {
		padding-left: 20px;
	}
	#latest_online .s_tit:after {
		top: 8px;
		width: 17px;
		height: 17px;
	}
	#latest_online .prv_area {
		font-size: 12px;
		height: 70px;
	}
	#latest_online ul li input[type="submit"] {
		font-size: 14px;
		padding: 8px;
	}
}
/*footer*/
#footer {
    padding: 20px 0 35px !important;
    background-color: #333;
    text-align: center;
    border-top: 0px;
}
#footer p {
    font-size: 12px;
}

@media (max-width:992px){
    #footer {
        padding-bottom: 100px !important;
    }
    .sub_top {
        margin-top: 60px;
    }
}
/* quick */
#quick {
    position: fixed;
    left: 0%;
    bottom: 0%;
    width: 100%;
    background-color: #111;
    z-index: 100;
}
#quick a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
#quick a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}




/*self*/
#self {
   /* background: url(../img/self_bg.png) center bottom no-repeat;
    background-color: #00091c;*/
}
#self .con_list > li {
    position: relative;
}
#self .con_list > li:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#self .con_list > li h5 {
    line-height: 1.8em;
}
#self .con_list .list_contant h5 {
    position: relative;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding-left: 15px;
}
#self .con_list .list_contant h5:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}
@media (min-width: 768px) {
    #self .con_list > li {
        padding-left: 180px;
    }
    #self .con_list > li h3 {
        position: absolute;
        left: 0;
		 font-size: 24px
    }
}
@media (max-width: 768px) {
    #self .con_list > li h3 {
        margin-bottom: 15px;
    }
    #self .con_list > li:not(:last-child){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}



/*table_basic*/
.table.table_basic.table_fx {
    table-layout: fixed;
}

.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic thead tr th {
    background-color: #103568;
    color: #fff;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
    padding: 15px 40px;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
    .table.table_basic tbody tr td.text-left {
        text-align: left;
        padding: 10px;
    }
}



.txtbox{
	border: 1px solid #adadad;
    padding: 20px;
	margin-bottom: 30px;
}

@media (max-width:768px){
  
	.txtbox h4{
		font-size:14px;
		line-height:25px;
	}
}