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

/* 에스코어드림 */
@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;
}

.cursor{
	cursor: pointer;
}

/* 팝업레이어 */
#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: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-left: 40px;*/
}
#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: 16px;
    line-height: 1em;
    padding: 20px 15px 20px 60px;
    color: #111;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    font-weight: 500;
    position: relative;
    background-color: #fff;
}
#headerSide ._nav > li > a .iconItem {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 30px;
    opacity: 0.8;
}
#headerSide ._nav > li > a .iconItem i {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 26px;
}
#headerSide ._nav > li.current > a {
    color: #3b5bd9;
}
#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: #3b5bd9;
}
#headerSide ._nav > li:first-child > a {
    border-top: 1px solid #ddd;
}
#headerSide ._nav .drop_dw.act {
    background-color: #fcfcfc;
    border-bottom: 1px solid #ddd;
}
#headerSide ._nav .drop_dw.act > a {
    background-color: #fcfcfc;
}
#headerSide ._nav .drop_dw_menu {
    padding: 10px;
    padding-left: 60px;
}
#headerSide ._nav .drop_dw_menu li a {
    text-decoration: none;
    color: #888;
    display: block;
    padding: 5px;
    position: relative;
}
#headerSide ._nav .drop_dw_menu li.act > a {
    color: #3b5bd9 !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: #3b5bd9 !important;
}

#headerSide ._nav .drop_dw_menu2 {
    padding: 10px;
    padding-left: 30px;
}
#headerSide ._nav .drop_dw_menu2 li a {
    text-decoration: none;
    color: #888;
    display: block;
    padding: 5px;
    position: relative;
}
#headerSide ._nav .drop_dw_menu2 li.act a {
    color: #3b5bd9 !important;
}
#headerSide ._nav .drop_dw_menu2 li a,
#headerSide ._nav .drop_dw_menu2 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_menu2 li a:hover {
    padding-left: 15px;
}
#headerSide ._nav .drop_dw_menu2 li a:hover {
    color: #111;
}
#headerSide ._nav .drop_dw_menu2 li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 0px;
    background-color: #666;
}
#headerSide ._nav .drop_dw_menu2 li a:hover:before {
    width: 10px;
}
#headerSide ._nav .drop_dw_menu2 li.act a:hover:before {
    background-color: #3b5bd9 !important;
}

@media (min-width:992px){
    #headerSide {
        position: fixed;
        left: 0;
        top: 0;
        width: 287px;
        height: 100vh;
        background-color: #fff;
        z-index: 1;
        overflow: overlay;
        overflow-x: hidden;
    }
    #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:1200px){
    #headerSide {
        display: none;
    }
}
/*content_wrapper*/
@media (min-width:1200px){
    #content_wrapper {
        margin-left: 270px;
    }    
}

/*headerTop*/
#headerTop {
    background-color: #333;
    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 a {
    text-decoration: none;
    display: block;
    padding-left: 30px;
    background: url(../img/logout.png) left center no-repeat;
}
#headerTop .logout a.mypage {
    background: url(../img/user.png) left center no-repeat;
	    margin-bottom: 10px;
}
.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_5.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_3.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 .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 {
        display: inline-block;
        padding: 2px;
        padding-left: 20px;
        background-size: 15px !important;
    }
    #headerTop .logout a h6 {
        font-size: 13px;
        background-size: 15px !important;
    }
}
@media (max-width:992px){
	
	#headerTop .logout a.mypage {
			margin-bottom: 0px;
			margin-right: 10px;
	}
    #headerTop {
        padding: 0;
    }
    #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: 15px;
    }
    #headerTop .logout a {
        float: left;
    }
    #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: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    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: #fff;
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #fff;
}
.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: 100%;
	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: 130px;
}
.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:1200px){
    .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:1200px){
    .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;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 50px 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.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 400;
}
.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 {
    padding: 50px;
    background-color: #f5f6f1;
    min-height: 100vh;
}
@media (max-width:768px){
    .com_bg {
        padding: 15px;
        min-height: 100vh;
    }
}
/*msec1*/
#msec1 ul li {
    margin-bottom: 24px;
}
#msec1 ul li a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    border-radius: 4px 4px 20px 4px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.15);
}
#msec1 ul li:nth-child(1) a {
    background-color: #3c57d8;
	background: linear-gradient(-45deg, #fea359, #ff7311);
}
#msec1 ul li:nth-child(5) a {
    background-color: #3c57d8;
    background: linear-gradient(-45deg, #3c57d8, #2d9be5);
}
#msec1 ul li a .item {
    height: 300px;
    width: 100%;
    padding: 35px 25px;
}
#msec1 ul li:nth-child(1) a .item {
    background: url(../img/mban_bg1.png) 85% 85% no-repeat;
}
#msec1 ul li:nth-child(2) a .item {
    background: url(../img/mban_bg2.png) 85% 85% no-repeat;
}
#msec1 ul li:nth-child(3) a .item {
    background: url(../img/mban_bg3.png) 85% 85% no-repeat;
}
#msec1 ul li:nth-child(4) a .item {
    background: url(../img/mban_bg4.png) 85% 85% no-repeat;
}
#msec1 ul li:nth-child(5) a .item {
	background: url(../img/mban_bg5.png) 85% 85% no-repeat;
}
#msec1 ul li a .item h6 {
    margin-top: 5px;
}
#msec1 ul li a .item .ban_arr{
    display: inline-block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: url(../img/ban_arr.png) center center no-repeat;
    background-color: #eee;
    margin-top: 20px;
}
#msec1 ul li:nth-child(1) a .item .ban_arr{
    background-color: #fff;
}
@media (max-width:992px){
    #msec1 ul li a .item {
        height: 200px;
        background-position: 90% 90% !important;
    }
    #msec1 ul li:nth-child(1) a .item {
        height: auto;
        background-position: 90% center !important;
    }
    #msec1 ul li a .item .ban_arr {
        width: 22px;
        height: 22px;
        background-size: 100% !important;
    }
}
@media (max-width:768px){
    #msec1 ul li {
        margin-bottom: 10px;
    }
    #msec1 ul li a .item {
        height: 170px;
        padding: 20px 15px;
        background-size: 60px !important;
    }
    #msec1 ul li:nth-child(1) a .item {
        background-size: 80px !important;
    }
}
/*msec2*/
#msec2 .latest_list > li {
    margin-bottom: 24px;
}
#msec2 .latest_list .bd_box {
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.15);
    padding: 35px 25px;
    border-radius: 15px;
}
#msec2 .latest_list .bd_box .bd_tit .lft h5 {
    font-weight: 600;
    padding-left: 35px;
    position: relative;
}
#msec2 .latest_list .bd_box .bd_tit .lft h6 {
    padding-left: 35px;
    position: relative;
}
#msec2 .latest_list .bd_box .bd_tit {
    margin-bottom: 20px;
}
#msec2 .latest_list .bd_box .bd_tit .lft h5 span {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    opacity: 0.8;
}
#msec2 .latest_list .bd_box .bd_tit .lft h5 span i {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 26px;
}
#msec2 .latest_list .bd_box .bd_tit .rt {
    text-align: right;
}
#msec2 .latest_list .bd_box .bd_tit .rt a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 1em;
    padding: 5px 8px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    border-radius: 4px;
    color: #666;
    font-weight: 500;
}
@media (max-width:768px){
    #msec2 .latest_list > li {
        margin-bottom: 10px;
    }
    #msec2 .latest_list .bd_box {
        padding: 25px 15px;
    }
    #msec2 .latest_list .bd_box .bd_tit .rt a {
        font-size: 9px;
    }
    #msec2 .latest_list .bd_box .bd_tit .lft h5 {
        background-size: 20px !important;
        padding-left: 30px;
    }
    #msec2 .latest_list .bd_box .bd_tit .lft h5 span i {
        font-size: 18px;
    }
}
/*table_latest*/
.table_latest.table {
    border: 0px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.table_latest.table .subject {
    width: 60%;
}
.table_latest.table .name {
    width: 20%;
}
.table_latest.table .date {
    width: 20%;
}
.table_latest.table thead tr th,
.table_latest.table thead tr td,
.table_latest.table tbody tr th,
.table_latest.table tbody tr td {
    font-size: 14px;
    color: #333;
    padding: 10px 15px;
    border: 0px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.table_latest.table thead tr th {
    background-color: #f7f7f7;
    text-align: center;
    font-weight: 500;
}
.table_latest.table tbody tr td,
.table_latest.table tbody tr td a {
    color: #333;
    word-break: keep-all;
    vertical-align: middle;

    -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
}
.table_latest.table tbody tr td a {
    text-decoration: none;
    display: block;
    text-align: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_latest.table tbody tr:hover td,
.table_latest.table tbody tr:hover td a {
    color: #ff7311;
}
@media (max-width:500px){
    .table_latest.table .subject {
        width: 50%;
    }
    .table_latest.table .name {
        width: 20%;
    }
    .table_latest.table .date {
        width: 30%;
    }
    .table_latest.table thead tr th,
    .table_latest.table thead tr td,
    .table_latest.table tbody tr th,
    .table_latest.table tbody tr td {
        font-size: 12px;
        padding: 7px;
    }
    .table_latest.table tbody tr td a {
        width: 150px;
    }
}

/*com_top_sec*/
.com_top_sec {
    margin-bottom: 30px;
}
.com_top_sec h3 span {
    position: relative;
    font-size: 0.5em;
    font-weight: 300;
}
@media (max-width: 768px) {
    .com_top_sec {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*table_wrp*/
.table_wrp {
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
    .table_wrp {
        padding: 15px;
    }
}
/*table_default*/
.table.table_default.text_center_all thead tr {}
.table.table_default.text_center_all tbody tr {}
.table.table_default.text_center_all thead tr th,
.table.table_default.text_center_all thead tr td,
.table.table_default.text_center_all tbody tr th,
.table.table_default.text_center_all tbody tr td {
    text-align: center;
}
.table.table_default.text_center_all thead tr th.text-left,
.table.table_default.text_center_all thead tr td.text-left,
.table.table_default.text_center_all tbody tr th.text-left,
.table.table_default.text_center_all tbody tr td.text-left {
    text-align: left;
}
.table.table_default.v_m thead tr th,
.table.table_default.v_m thead tr td,
.table.table_default.v_m tbody tr th,
.table.table_default.v_m tbody tr td {
    vertical-align: middle;
}
.table.table_default.text_center_th thead tr th,
.table.table_default.text_center_th thead tr td {
    text-align: center;
}
.table.table_default.text_center_td thead tr th,
.table.table_default.text_center_td thead tr td {
    text-align: center;
}
.table.table_default thead tr th,
.table.table_default thead tr td,
.table.table_default tbody tr th,
.table.table_default tbody tr td {
}
.table.table_default thead tr th,
.table.table_default thead tr td {
    color: #111;
    font-size: 15px;
    border: 0px;
    padding: 20px 10px;
    background-color: #f4f4f4;
    font-weight: 600;
}
.table.table_default tbody tr td .sbj {
    color: #444;
    text-decoration: none;
}
.table.table_default tbody tr td .sbj:hover {
    color: #3b5bd9;
}
.table.table_default thead tr th:first-child,
.table.table_default thead tr td:first-child {
    border-radius: 10px 0 0 10px;
    padding-left: 20px;
}
.table.table_default thead tr th:last-child,
.table.table_default thead tr td:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 20px;
}
.table.table_default tbody tr th,
.table.table_default tbody tr td {
    color: #444;
    font-size: 14px;
    padding: 20px 10px;
    border: 0px;
}

.table.table_default2 tbody tr th,
.table.table_default2 tbody tr td {
    padding: 10px;
}

.table.table_default tbody tr:nth-child(even) th,
.table.table_default tbody tr:nth-child(even) td {
    background-color: #fcfcfc;
}
.table.table_default2 tbody tr th:first-child,
.table.table_default2 tbody tr td:first-child {
    padding-left: 10px !important;
}
.table.table_default tbody tr th:first-child,
.table.table_default tbody tr td:first-child {
    padding-left: 20px;
}
.table.table_default tbody tr th:last-child,
.table.table_default tbody tr td:last-child {
    padding-right: 20px;
}
@media (min-width: 992px) {
    .table.table_default tbody tr td .sbj {
        display: inline-block;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .table.table_default.table_flat tbody tr td .tableTh {
        display: none;
    }
}
@media (max-width: 992px) {
    .table.table_default thead tr th,
    .table.table_default thead tr td {
        font-size: 13px;
        padding: 10px 7px;
    }
    .table.table_default tbody tr td {
        position: relative;
    }
    .table.table_default tbody tr td .mShowBtn {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 20px;
        height: 20px;
        background: url(../img/bdArr.png) center center no-repeat;
    
        -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
    }
    .table.table_default tbody tr.act td .mShowBtn {
        transform: rotate(180deg);
    }
    .table.table_default thead tr th:first-child,
    .table.table_default thead tr td:first-child {
        padding-left: 10px;
    }
    .table.table_default thead tr th:last-child,
    .table.table_default thead tr td:last-child {
        padding-right: 10px;
    }
    .table.table_default tbody tr th,
    .table.table_default tbody tr td {
        font-size: 13px;
        padding: 10px 7px;
    }
    .table.table_default tbody tr th:first-child,
    .table.table_default tbody tr td:first-child {
        padding-left: 10px;
    }
    .table.table_default tbody tr th:last-child,
    .table.table_default tbody tr td:last-child {
        padding-right: 10px;
    }
    .table.table_default.table_flat thead tr th,
    .table.table_default.table_flat thead tr td {
        display: none;
    }
    .table.table_default.table_flat tbody tr th,
    .table.table_default.table_flat tbody tr td {
        display: block;
        text-align: right;
        position: relative;
        padding: 5px;
        padding-left: 50px;
        padding-right: 0px;
        color: #333;
        font-weight: 600;
    }
    .table.table_default.table_flat.table_chk tbody tr th,
    .table.table_default.table_flat.table_chk tbody tr td {
        padding-left: 5px;
    }
    .table.table_default.table_flat tbody tr th:first-child,
    .table.table_default.table_flat tbody tr td:first-child {
        padding-top: 40px;
    }
    .table.table_default.table_flat tbody tr th:last-child,
    .table.table_default.table_flat tbody tr td:last-child {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .table.table_default.table_flat tbody tr:not(:last-child) th:last-child,
    .table.table_default.table_flat tbody tr:not(:last-child) td:last-child {
        border-bottom: 1px solid #ddd;
    }
    .table.table_default.table_flat tbody tr td:not(:first-child):before {
        position: absolute;
        left: 0;
        color: #666;
        font-weight: 400;
    }
    .table.table_default.table_flat tbody tr td .tableTh {
        position: absolute;
        left: 0;
        top: 0;
        color: #666;
        font-weight: 400;
        line-height: 29px;
    }
    .table.table_default.table_flat tbody tr th:first-child .tableTh, 
    .table.table_default.table_flat tbody tr td:first-child .tableTh {
        top: 40px;
    }
    .table.table_default tbody tr td .sbj {
        text-align: right;
        display: block;
        /*padding-left: 100px;*/
    }
}
/*table_writer*/
.table.table_writer.table_tx {
    table-layout: fixed;
}
.table.table_writer.text_center_all thead tr th,
.table.table_writer.text_center_all thead tr td,
.table.table_writer.text_center_all tbody tr th,
.table.table_writer.text_center_all tbody tr td {
    text-align: center;
}
.table.table_writer.v_m thead tr th,
.table.table_writer.v_m thead tr td,
.table.table_writer.v_m tbody tr th,
.table.table_writer.v_m tbody tr td {
    vertical-align: middle;
}
.table.table_writer.text_center_th thead tr th,
.table.table_writer.text_center_th thead tr td {
    text-align: center;
}
.table.table_writer.text_center_td thead tr th,
.table.table_writer.text_center_td thead tr td {
    text-align: center;
}
.table.table_writer thead tr th,
.table.table_writer thead tr td,
.table.table_writer tbody tr th,
.table.table_writer tbody tr td {
}
.table.table_writer thead tr th,
.table.table_writer thead tr td {
    color: #546885;
    font-size: 15px;
    border: 0px;
    padding: 10px;
    background-color: #f4f4f4;
    font-weight: 600;
}
.table.table_writer tbody tr th,
.table.table_writer tbody tr td {
    font-size: 15px;
    padding: 10px;
    border: 0px;
    /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
}
.table.table_writer tbody tr td .sbj {
    color: #444;
    text-decoration: none;
}
.table.table_writer tbody tr td .sbj:hover {
    color: #e8702e;
}
.table.table_writer thead tr th label,
.table.table_writer thead tr td label,
.table.table_writer tbody tr th label,
.table.table_writer tbody tr td label {
    margin: 0px;
    font-weight: 500;
}
.table.table_writer tbody tr th {
    color: #546885;
    font-weight: 500;
    padding-left: 25px;
}
.table.table_writer tbody tr td .make_inline {
    margin: 5px 0;
    margin-right: 10px;
}
.table.table_writer tbody tr td .make_inline label {
    vertical-align: middle;
    font-weight: 400;
    color: #666;
}
@media (min-width:992px){
    .table.table_writer.table_fx {
        table-layout: fixed;
    }
}
@media (max-width:992px){
    .table.table_writer thead tr th,
    .table.table_writer thead tr td,
    .table.table_writer tbody tr th,
    .table.table_writer tbody tr td {
        font-size: 14px;
    }
    .table.table_writer.dvdhas:not(.noBlock) {
        border-bottom: 1px solid #ddd;
    }
    .table.table_writer.dvdhas:not(.noBlock) tbody tr {
        border-top: 2px solid #96aecd;
    }
    .table.table_writer.dvdhas:not(.noBlock) tbody tr td:last-child {
        border-bottom: 0px;
    }
    .table.table_writer:not(.noBlock) tbody tr th,
    .table.table_writer:not(.noBlock) tbody tr td {
        display: block;
        width: 100%;
    }
    .table.table_writer:not(.noBlock) tbody tr td {
        min-height: 50px;
    }
    .table.table_writer:not(.table_colored) tbody tr th {
        padding-left: 10px;
        border-bottom: 0px;
        background-color: #fff;
        padding-bottom: 0px;
    }
    .table.table_writer tbody tr:not(:first-child) th {
        border-top: 0px;
    }
    .table.table_writer tbody tr th:not(:first-child) {
        border-top: 0px;
    }
    .table.table_writer:not(.table_colored) tbody tr td {
        border-top: 0px;
        padding-top: 0px;
        border-color: #eee;
    }
    .table.table_writer tbody tr:last-child td:last-child {
        border-color: #ddd;
    }
    .table.table_writer tbody tr td .make_inline label {
        font-weight: 400;
    }
}

/*two-table*/
@media (min-width:992px){
    .two-table .sub {
        width: 10%;
    }
    .two-table .con {
        width: 90%;
    }
}
/*four-table*/
@media (min-width:992px){
    .four-table .sub {
        width: 10%;
    }
    .four-table .con {
        width: 40%;
    }
}
/*table_colored*/
.table.table_colored {
    border-top: 1px solid #96aecd;
}
.table.table_colored.pls_data {
    border-top-color: #dfe5ed;
}
.table.table_colored.pls_data tbody tr th,
.table.table_colored.pls_data tbody tr td {
    background-color: transparent;
}
.table.table_colored.table_border_no {
    border-top: 0px;
}
.table.table_colored thead tr th,
.table.table_colored tbody tr th {
    background-color: #f4f7fb;
    border-bottom: 1px solid #dfe5ed;
}
.table.table_colored thead tr th:not(last-child) {
    border-right: 1px solid #eaeef3;
    border-color: #dfe5ed;
}
.table.table_colored thead tr th label,
.table.table_colored thead tr td label,
.table.table_colored tbody tr th label,
.table.table_colored tbody tr td label {
    color: #546885;
}
.table.table_colored tbody tr td {
    border-bottom: 1px solid #dfe5ed;
}
.table.table_colored tbody tr th,
.table.table_colored tbody tr td {
    border-right: 1px solid #dfe5ed;
}
.table.table_colored tbody tr th:last-child,
.table.table_colored tbody tr td:last-child {
    border-right: 0px;
}
.table.table_colored tbody tr td.br_1 {
    border: 1px solid #dfe5ed !important;
}
@media (max-width:992px){
    .table.table_writer.table_colored tbody tr th {
        padding-left: 10px;
    }
}
/*two-table*/
@media (min-width:992px){
    .two-table .sub {
        width: 10%;
    }
    .two-table .con {
        width: 90%;
    }
}
/*four-table*/
@media (min-width:992px){
    .four-table .sub {
        width: 10%;
    }
    .four-table .con {
        width: 40%;
    }
}
/*required*/
.req {
    color: #e60d0d;
}
/*btn_bd*/
.btn_bd {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #666;
    text-align: left;
    padding: 0 10px;
    border-radius: 4px;
    text-decoration: none !important;
    white-space: nowrap;
}
.btn_bd.btn_modify {
    color: #3b5bd9;
    border-color: #3b5bd9;
}
.btn_bd.btn_delete {
    color: #999999;
    border-color: #dddddd;
}
.btn_bd.btn_done {
    color: #999999;
    border-color: #dddddd;
}
.btn_bd.btn_clear {
    height: 32px;
    color: #999999;
    border-color: #dddddd;
    padding: 0px;
    width: 32px;
    background: url(../img/btn_done.png) center center no-repeat;
}
.btn_bd.btn_restore {
    background: url(../img/btn_restore.png) 10px center no-repeat;
    color: #999999;
    border-color: #dddddd;
}
@media (max-width: 768px) {
    .btn_bd {
        font-size: 12px;
        line-height: 24px;
        padding: 0 10px;
    }
}
/*btn_set_board*/
.btn_set_board span,
.btn_set_board input,
.btn_set_board a {
    text-decoration: none;
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
}
.btn_set_board .btn_block {
    display: block;
    width: 100%;
}
.btn_set_board .btn_org {
    background-color: #3b5bd9;
    color: #fff;
}
.btn_set_board .btn_blk {
    background-color: #4e4e4e;
    color: #fff;
}
.btn_set_board .btn_dblk {
    background-color: #121212;
    color: #fff;
}
.btn_set_board .btn_pk {
    background-color: #ec2b4f;
    color: #fff;
}
.btn_set_board .btn_bl {
    background-color: #2a33a4;
    color: #fff;
}
.btn_set_board .btn_w {
    border: 1px solid #ddd;
    line-height: 38px;
    height: 38px;
    background-color: #f7f7f7;
    color: #666;
    width: auto;
    padding: 0 15px 2px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .btn_set_board span,
    .btn_set_board input,
    .btn_set_board a {
        font-size: 13px;
        width: 80px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .btn_set_board .btn_w {
        line-height: 30px;
        height: 30px;
        font-size: 11px;
        padding: 0 8px;
        margin-left: 5px;
    }
}
/*modi_btn*/
.modi_btn {
    font-size: 12px;
    line-height: 1em;
    display: inline-block;
    padding: 7px 8px 7px 25px;
    color: #fff !important;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none !important;
    border-radius: 4px;
    background: url(../img/mod_icon.png) 7px center no-repeat;
    background-color: #10b59f;
}
/*보드 하단*/
.board-bottom {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
}
.board-bottom .cnt {
    text-align: center;
}
.board-bottom .rt {
    text-align: right;
}
@media (max-width: 768px) {
    .board-bottom .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .board-bottom .c_wrp > div {
        width: 100%;
    }
    .board-bottom .c_wrp .cnt {
        order: 2;
    }
    .board-bottom .c_wrp .rt {
        order: 1;
    }
}
/*페이징처리*/
.pagination_wrp .pagination {
    display: inline-block;
}
.pagination_wrp .pagination li a {
    border: 0px;
    color: #bbb;
    font-size: 15px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
}
.pagination_wrp .pagination li a.next,
.pagination_wrp .pagination li a.pre {
    height: 38px;
    width: 38px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    background: url(../img/pagin_arr.png) 14px center no-repeat;
}
.pagination_wrp .pagination li a.next {
    margin-left: 15px;
}
.pagination_wrp .pagination li a.pre {
    transform: rotate(180deg);
    margin-right: 15px;
}
.pagination_wrp .pagination li.active a {
    color: #111;
    background-color: transparent !important;
}
.pagination_wrp .pagination li:hover a {
    background-color: #f4f4f4;
}
@media (max-width: 768px) {
    #shop_list_slt {
        width: 100px;
        font-size: 13px;
        height: 30px;
        padding: 0px 10px;
    }
    
    .pagination_wrp {
        margin-top: 10px;
    }
    .pagination_wrp .pagination li a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 10px;
    }
    .pagination_wrp .pagination li a.next,
    .pagination_wrp .pagination li a.pre {
        height: 28px;
        width: 28px;
        border: 1px solid #ddd;
        background: url(../img/pagin_arr.png) 10px center no-repeat;
        background-size: 3px !important;
    }
    .pagination_wrp .pagination li a.next {
        margin-left: 10px;
    }
    .pagination_wrp .pagination li a.pre {
        margin-right: 10px;
    }
}

/*info_tab_has_sch*/
.info_tab_has_sch {
    margin-bottom: 20px;
}
.info_tab_has_sch .cnt_list {
    color: #676766;
    font-weight: 500;
}
.info_tab_has_sch .cnt_list strong {
    color: #3b5bd9;
    font-weight: 600;
}
.info_tab_has_sch .rt {
    text-align: right;
}
.info_tab_has_sch .sch_ty1 {
    display: inline-block;
    width: 100%;
    max-width: 500px;
}
.info_tab_has_sch .sch_ty1 label,
.info_tab_has_sch .sch_ty1 .form-control {
    display: block;
    margin: 0px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 0;
    padding: 0 15px;
}
.info_tab_has_sch .sch_ty1 select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: url(../img/all_input_arrow.png) no-repeat 93% 50%;
    background-color: #fff;
    padding-right: 50px;
}
.info_tab_has_sch .sch_ty1 .has_sch_mark input {
    background: url(../img/sch_input_icon.png) no-repeat 90% 50%;
    background-color: #fff;
    padding-right: 50px;
}
.info_tab_has_sch .sch_ty1 label {
    text-align: center;
    background-color: #4e4e4e;
    color: #fff;
    border-radius: 10px 0 0 10px;
    font-weight: 500;
}
.info_tab_has_sch .sch_ty1 .form-control.mid {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.info_tab_has_sch .sch_ty1 .form-control.last {
    border-radius: 0 10px 10px 0;
}
@media (max-width:768px){
    .info_tab_has_sch .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .info_tab_has_sch .c_wrp > div {
        width: 100%;
    }
    .info_tab_has_sch .c_wrp .lft {
        order: 2;
    }
    .info_tab_has_sch .c_wrp .rt {
        order: 1;
        text-align: center;
        margin-bottom: 15px;
    }
    .info_tab_has_sch .sch_ty1 select,
    .info_tab_has_sch .sch_ty1 .has_sch_mark input {
        background-size: 13px !important;
    }
    .info_tab_has_sch .sch_ty1 label,
    .info_tab_has_sch .sch_ty1 .form-control {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }
}


/*swiper_menu*/
.swiper_menu {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.swiper_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
}
.swiper_menu ul li {
    float: left;
    width: 110px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}
/*swiper_menu2*/
.swiper_menu2 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}
.swiper_menu2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 15px;
}
.swiper_menu2 ul li {
    float: left;
    width: 130px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    color: #ddd;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
}
.swiper_menu2 ul li a {
    text-decoration: none;
    background-color: #fff;
    color: #333;
    display: block;
    padding-bottom: 1px;
    line-height: 39px;
    border-radius: 50px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.05);
}
.swiper_menu2 ul li.activetop2 a {
    background-color: #3b5bd9;
    color: #fff;
}
@media (max-width:768px){
    .swiper_menu2 {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .swiper_menu2 ul {
        font-size: 13px;
    }
    .swiper_menu2 ul li {
        width: 100px;
        padding: 0 3px;
    }
    .swiper_menu2 ul li a {
        padding-top: 1px;
        padding-bottom: 0px;
        line-height: 29px;
        border-radius: 50px;
        box-shadow: 5px 5px 8px rgba(0,0,0,0.05);
    }
}

/*swiper_menu2*/
.swiper_menu3 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}
.swiper_menu3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 15px;
}
.swiper_menu3 ul li {
    float: left;
    width: 130px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    color: #ddd;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
}
.swiper_menu3 ul li a {
    text-decoration: none;
    background-color: #fff;
    color: #333;
    display: block;
    padding-bottom: 1px;
    line-height: 39px;
    border-radius: 50px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.05);
}
.swiper_menu3 ul li.activetop2 a {
    background-color: #3b5bd9;
    color: #fff;
}
@media (max-width:768px){
    .swiper_menu3 {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .swiper_menu3 ul {
        font-size: 13px;
    }
    .swiper_menu3 ul li {
        width: 100px;
        padding: 0 3px;
    }
    .swiper_menu3 ul li a {
        padding-top: 1px;
        padding-bottom: 0px;
        line-height: 29px;
        border-radius: 50px;
        box-shadow: 5px 5px 8px rgba(0,0,0,0.05);
    }
}
/*check_inline*/
.make_inline {
    display: inline-block !important;
}
/*form-common*/
.form-common.form-control {
    display: block;
    margin: 0px;
    text-align: left;
    height: 40px;
    /* line-height: 40px; */
    box-shadow: 0 0 0;
    vertical-align: middle;
}
.form-common.form-control.text_area {
    height: auto;
    line-height: 1.4em;
    padding: 6px 12px;
}
.form-common.form-control.form-date {
    width: 60px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.form-common.form-control.small {
    width: 45%;
    display: inline-block;
}
.form-common.form-control.small.fix_size {
    width: 150px;
}
@media (max-width:992px){
    .form-common.form-control {
        margin-top: 5px;
    }
}
@media (max-width:768px){
    .form-common.form-control {
        height: 35px;
        line-height: 35px;
        padding: 0 12px;
        font-size: 13px;
    }
}

/*table_schedul1*/
.table_schedul1 {
    border-top: 1px solid #ddd;
    table-layout: fixed;
}
.table_schedul1 thead tr th,
.table_schedul1 thead tr td,
.table_schedul1 tbody tr th,
.table_schedul1 tbody tr td {
    
}
.table_schedul1 thead tr th {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    border: 0px;
}
.table_schedul1 thead tr td {
}
.table_schedul1 tbody tr th {
    
}
.table_schedul1 tbody tr td {
    border-bottom: 1px solid #ddd;
}
.table_schedul1 tbody tr td .scd_list {
    min-height: 100px;
}
.table_schedul1 thead tr th:first-child,
.table_schedul1 tbody tr td:first-child .date_num {
    color: #ff4040;
}
.table_schedul1 thead tr th:last-child,
.table_schedul1 tbody tr td:last-child .date_num {
    color: #515ce6;
}
.table_schedul1 .date_num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.table_schedul1 tbody tr td.gray .date_num {
    color: #c3c3c3;
}
.table_schedul1 .scd_list {
    transition-delay: 3s;
}
.table_schedul1 .scd_list li {
    margin-bottom: 5px;
}
.type {
    position: relative;
    display: block;
    color: #111;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 500;
    padding-right: 30px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    
    -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
}
.type.type1 {
    background-color: #ebf7ff;
    color: #3359e2;
}
.text-type1 {
    color: #3359e2;
}
.type.type1:hover {
    background-color: #3359e2;
    color: #ebf7ff;
}
.type.type2 {
    background-color: #ffefef;
    color: #f34444;
}
.text-type2 {
    color: #f34444;
}
.type.type2:hover {
    background-color: #f34444;
    color: #ffefef;
}
.type.type3 {
    background-color: #ddfff9;
    color: #03bd9e;
}
.type.type3:hover {
    background-color: #03bd9e;
    color: #ddfff9;
}
.type strong {
    position: absolute;
    right: 7px;
    top: 0;
    height: 100%;
    width: 20px;
    text-align: center;
    padding-top: 5px;
}
.type_cycle {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
}
.type_cycle:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}
.type_cycle.type_cycle1:after {
    background-color: #3359e2;
}
.type_cycle.type_cycle2:after {
    background-color: #f34444;
}
.type_cycle.type_cycle3:after {
    background-color: #03bd9e;
}
.no_bg_type .type {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
}
.state {
    display: inline-block;
    width: 17px;
    line-height: 17px;
    border-radius: 2px;
    text-align: center;
    margin-right: 2px;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    /*border: 1px solid rgba(255,255,255,0.3);*/
}
.state.state0 {
    background-color: #999;
}
.state.state1 {
    background-color: #00a9ff;
}
.state.state2 {
    background-color: #ff5583;
}
.state.state3 {
    background-color: #03bd9e;
}
.state.state4 {
    background-color: #515ce6;
}
.state4-color {
    background-color: #769ccf !important;
	color:#FFFFFF !important;
	border-radius: 0 !important;
	font-size: 16px !important;
}
.state.state5 {
    background-color: #ffbb3b;
}

.state-txt.state0 {
    color: #999;
}
.state-txt.state1 {
    color: #00a9ff;
}
.state-txt.state2 {
    color: #ff5583;
}
.state-txt.state3 {
    color: #03bd9e;
}
.state-txt.state4 {
    color: #515ce6;
}
.state-txt.state5 {
    color: #ffbb3b;
}
.state.no_width {
    width: auto;
    padding-left: 4px;
    padding-right: 4px;
}
.wanning_cmt {
    position: relative;
    padding-left: 15px;
    font-weight: 400;
    font-size: 13px;
}
.wanning_cmt > span {
    position: absolute;
    left: 0;
}
.cate {
    color: #111;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
    margin: 5px 0;
}
.cate.cate1 {
    background-color: #ffefef;
    color: #f34444;
}
.cate.cate1 {
    background-color: #ffefef;
    color: #f34444;
}
.cate.cate2 {
    background-color: #ebf7ff;
    color: #3359e2;
}
.cate.cate3 {
    background-color: #ddfff9;
    color: #03bd9e;
}
.cate.cate_unact {
    background-color: #eee !important;
    color: #999 !important;
}
.cate span {
    display: inline-block;
    font-size: 0.7em;
    padding: 2px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 2px;
    vertical-align: middle;
}
.cate_icon {
    background-color: #999;
    line-height: 28px;
    width: 28px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin: 5px 0;
    color: #fff;
    text-decoration: none !important;
}
.cate.disp {
    display: inline-block;
}
a.cate_icon {
    color: #fff;
}
.cate_icon.icon_doc1 {
    background-color: #ff5c5c;
}
.cate_icon.icon_doc2 {
    background-color: #3359e2;
}
.cate_icon.icon_doc3 {
    background-color: #ff7d35;
}
.cate_icon.cate_icon_unact {
    background-color: #ccc;
}
@media (max-width:1200px){
    .table_schedul1 tbody tr td .target_td {
        position: relative;
    }
    .table_schedul1 tbody tr td .target_td:hover .scd_list,
    .table_schedul1 tbody tr td .target_td:active .scd_list {
        display: block;
    }
    .table_schedul1 tbody tr td .target_td:hover .scd_list.empty_list,
    .table_schedul1 tbody tr td .target_td:active .scd_list.empty_list {
        display: none;
    }
    .table_schedul1 tbody tr td .target_td .scd_list {
        display: none;
        position: absolute;
        left: 0;
        top: 15px;
        padding: 10px;
        background-color: #fff;
        z-index: 5;
        box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
        border-radius: 5px;
        max-width: 150px;
    }
    .table_schedul1 tbody tr:nth-child(3) td .target_td .scd_list,
    .table_schedul1 tbody tr:nth-child(4) td .target_td .scd_list,
    .table_schedul1 tbody tr:nth-child(5) td .target_td .scd_list {
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
    }
    .table_schedul1 tbody tr td:nth-child(5) .target_td .scd_list,
    .table_schedul1 tbody tr td:nth-child(6) .target_td .scd_list,
    .table_schedul1 tbody tr td:nth-child(7) .target_td .scd_list {
        left: auto;
        right: 0;
    }
    .btn_blockbox,
    .cate {
        display: inline-block;
    }
    .cate_icon {
        line-height: 18px;
        width: 18px;
    }
    .cate_icon img {
        width: 10px;
    }
}
/*sch_guide*/
.sch_guide {
    padding: 30px;
}
.sch_guide .coment {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
}
.sch_guide .items {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 15px;
}
.sch_guide .items li {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    vertical-align: middle;
    margin: 3px 0;
}
.sch_guide .search ul li {
    margin-top: 5px;
}
.sch_guide .search ul li select {
    padding: 0 12px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: url(../img/all_input_arrow.png) no-repeat 93% 50%;
    background-color: #fff;
}
.sch_yyyymm {
    margin-bottom: 20px;
}
.sch_yyyymm select {
    display: inline-block;
    width: 140px;
    padding: 0 12px;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background: url(../img/all_input_arrow.png) no-repeat 93% 50%;
    background-color: #fff;
}
@media (min-width:1200px){
    .sch_guide {
        background-color: #fff;
    }
}
@media (max-width:768px){
    .sch_guide {
        padding: 0px;
        margin-bottom: 20px;
    }
    .sch_yyyymm select,
    .sch_guide .search ul li select {
        background-size: 13px !important;
    }
    .sch_guide .items li {
        display: inline-block;
        margin-right: 10px;
        font-size: 11px;
    }
    .sch_yyyymm h3 {
        padding-top: 5px;
    }
    .sch_yyyymm select {
        width: 90px;
    }
}
/*table_con_brif*/
.table_con_brif {
    color: #666;
    font-weight: 400;
    font-size: 13px;
}
.table_con_brif span.dvd_line {
    display: inline-block;
    height: 10px;
    width: 1px;
    margin: 0 5px;
    vertical-align: middle;
    background-color: #ddd;
}
.table_con_brif strong {
    color: #111;
    font-weight: 500;
}
@media (max-width:768px){
    .table_con_brif {
        font-size: 11px;
    }
    .table_con_brif span.dvd_line {
        height: 5px;
        margin: 0 2px;
    }
}
/*modal*/
.modalbox .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.modalbox .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.modalbox .modal-dialog > div .modal-content {
    max-width: 500px;
    margin: 0 auto;
}
.modalbox h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.modalbox #modalbox {
    overflow-y: scroll;
}
.modalbox #modalbox::-webkit-scrollbar {
    display: block;
    visibility: visible;
    width: 2px;
}
.modalbox #modalbox::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.modalbox #modalbox::-webkit-scrollbar-track {
    background-color: #eee;
}
.modalbox .btn_set_board {
    margin-top: 20px;
}
.modalbox .btn_set_board .row{
    margin: 0 -5px;
}
.modalbox .btn_set_board .row > div {
    padding: 0 5px;
}
.modalbox .btn_set_board input,
.modalbox .btn_set_board a {
    width: 100%;
}
.modalbox .fileupload .uneditable-input {
    border-right: 0px;
}
.modalbox .fileupload .input-append span {
    font-size: 12px;
}
@media (max-width:768px){
    .modalbox h4 {
        font-size: 16px;
        padding-top: 3px;
    }
    .modalbox .modal-dialog > div .modal-content {
        max-width: 90%;
    }
    .modalbox .btn_set_board {
        margin-top: 20px;
    }
}
/*table_scd_modal*/
.table_scd_modal tbody tr th,
.table_scd_modal tbody tr td {
    border: 0px;
    vertical-align: middle;
    font-size: 15px;
}
.table_scd_modal tbody tr th {
    color: #111;
    font-weight: 500;
    padding-left: 0px;
}
.table_scd_modal tbody tr td {
    color: #666;
    font-weight: 400;
}
.table_scd_modal tbody tr td .uneditable-input {
    position: relative;
}
.table_scd_modal tbody tr td .fileupload .uneditable-input .fa {
    left: 12px;
}
.table_scd_modal tbody tr td .input-group .input-group-addon {
    background-color: #fff;
    border-radius: 0;
}
.table_scd_modal tbody tr td .input-group .form-control {
    box-shadow: 0 0 0;
    border-radius: 0;
}
@media (max-width:768px){
    .table_scd_modal tbody tr th {
        display: none;
    }
    .table_scd_modal tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        position: relative;
        text-align: right;
        color: #333;
        font-weight: 500;
        padding-left: 80px;
    }
    .table_scd_modal tbody tr td:before {
        content: "";
        position: absolute;
        left: 0;
        color: #666;
        font-weight: 400;
    }
    .table_scd_modal tbody tr:last-child td {
        padding-left: 0;
        padding-right: 0px;
        padding-top: 30px;
        text-align: left;
    }
    .table_scd_modal tbody tr:last-child td:before {
        top: 0;
    }
}
/*top*/
.top_cmt {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
}
.top_cmt h5 {
    position: relative;
    font-weight: 500;
}
@media (max-width:768px){
    .top_cmt h5 img {
        width: 17px;
        vertical-align: middle;
    }
}
/*현장정보*/
.site_wrp ul li {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 15px;
}
.site_wrp ul li .type {
    display: inline-block;
    padding-right: 10px;
    margin-top: 5px;
}
.site_wrp ul li .site_tab {
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}


/*lnk_tab*/
.lnk_tab {
    padding: 0 15px;
}
.lnk_tab a {
    display: inline-block;
    background-color: #ddd;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px 8px;
    color: #999;
    font-weight: 500;
}
.lnk_tab a.act {
    background-color: #fff;
    color: #111;
}
.lnk_tab a.active {
    background-color: #fff;
    color: #111;
}
@media (max-width:768px){
    .lnk_tab {
        padding: 0 8px;
    }
    .lnk_tab a {
        padding: 5px 7px 3px;
        font-size: 10px;
        border-radius: 3px 3px 0 0;
    }
}

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
	border-top-color: #fff;
	color: #111;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
	color: #999;
}

.nav-tabs li a, .nav-tabs li a:hover {
	background: #ddd;
	border-bottom: none;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 3px solid #EEE;
	color: #CCC;
}

.nav-tabs li a:hover {
	border-bottom-color: transparent;
	border-top: none;
	box-shadow: none;
}

.nav-tabs {
	margin: 0;
	padding: 0;
	font-size: 0;
	border-bottom-color: #EEE;
	padding: 0 15px;
	font-weight: 500;
}


/*수행현황*/
.yy_box {
    position: relative;
    padding-left: 100px;
}
.yy_box label {
    position: absolute;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 40px;
    left: 0;
}
.yy_box select {
    width: 140px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid #333;
}
/*테이블 상단 버튼*/
.table_top_btn {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #aaa;
    color: #666;
    font-size: 13px;
    white-space: nowrap;
    word-break: keep-all;
}
.table_top_btn.table_top_btn_del {
    background-color: #eee;
    border-color: #ddd;
    color: #999;
}
@media (max-width:768px){
    .table_top_btn {
        line-height: 25px;
        font-size: 11px;
        padding: 0 5px;
    }
}
/*sel_*/
.sel_ {
    position: relative;
}
.sel_ select {
    padding-right: 80px;
}
.sel_ .button {
    padding: 0px 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border: 0px;
    line-height: 40px;
    border-radius: 0 4px 4px 0;
    background-color: #222;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
@media (max-width:768px){
    .sel_ .button {
        line-height: 35px;
        font-size: 12px;
    }
}
/*input-daterange*/
.input-daterange .input-group-addon:first-child {
    border-left-width: 1px;
}
@media (max-width:768px){
    .input-daterange .input-group-addon {
        line-height: 25px;
    }
}
/*visit_box*/
.visit_wrp {
    margin: 0 -10px;
}
.visit_wrp > li {
    padding: 0 10px;
    margin: 10px 0;
}
.visit_box {
    padding: 15px;
    border: 1px solid #ddd;
    position: relative;
}
.visit_box .date_tit {
    padding: 5px;
    background-color: #f7f7f7;
    text-align: center;
    font-weight: 500;
    color: #333;
    position: relative;
    border: 1px solid #ddd;
}
.visit_box .date_tit .pls {
    position: absolute;
    right: -1px;
    top: -1px;
    line-height: 37px;
    width: 37px;
    background-color: #fff;
    color: #999;
    text-align: center;
    font-weight: 300;
    border: 1px solid #ddd;
    cursor: pointer;
}
.visit_box ul li {
    margin-top: 10px;
}
.visit_box ul li label {
    color: #111;
}
.visit_box .row {
    margin: 0 -5px;
}
.visit_box .row > div {
    padding: 0 5px;
}
.visit_box.unact {
    opacity: 0.5;
}
.visit_box.unact:active,
.visit_box.unact:focus,
.visit_box.unact:hover {
    opacity: 1;
}
.visit_box.unact .btn_block {
    background-color: #999 !important;
}
.visit_box .day_w {
    display: inline-block;
    text-align: center;
    border: 1px solid #333;
    font-size: 11px;
    width: 25px;
    line-height: 23px;
    border-radius: 2px;
    background-color: #333;
    margin-left: 5px;
    color: #eee;
}
.visit_box .res {
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 23px;
    border-radius: 2px;
    background-color: #f7f7f7;
    margin-left: 2px;
}
@media (max-width:768px){
    .visit_box .date_tit .pls {
        line-height: 30px;
        width: 30px;
    }
}
/*자료 추가*/
.table tr td,
.table tr td {
    position: relative;
}
.table tr td.minus-cell,
.table tr td.plus-cell {
    padding-right: 60px !important;
}
.table tr td.minus-cell.plus,
.table tr td.plus-cell.plus {
    padding-right: 90px !important;
}
.table tr td.plus-cell .plus,
.table tr td.minus-cell .minus {
    position: absolute;
    right: 0;
    top: 0;
    right: 15px;
    height: 100%;
}
.table tr td.minus-cell .minus span,
.table tr td.plus-cell .plus span {
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 23px;
    border-radius: 2px;
    margin-left: 2px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: #fff;
    color: #999;
    cursor: pointer;
}

.minus2{
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 23px;
    border-radius: 2px;
    margin-left: 3px;
	margin-top: 5px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    background-color: #fff;
    color: #999;
    cursor: pointer;
}

/*table_ovf*/
.table_hide {
    display: none;
}
@media (max-width:1030px){
    .table_ovf_1000 {
        overflow-x: scroll;
    }
    .table_ovf_1000 .table {
        width: 1000px;
    }
    .table_ovf_1000 .table_hide {
        display: block;
    }
}
/*sch_list*/
.sch_list .row {
    margin: 0 -5px;
}
.sch_list .row > div,
.sch_list .row > li {
    padding: 0 5px;
}
.sch_list .top_m {
    padding-top: 29px !important;
}
.sch_list ul li label {
    font-weight: 500;
    color: #333;
    font-size: 13px;
}
.sch_list ul li.has_sch_mark input {
    background: url(../img/sch_input_icon.png) no-repeat 90% 50%;
    background-color: #fff;
    padding-right: 50px;
}
@media (min-width:1200px){
    .sch_list .rt {
        width: 70%;
    }
    .sch_list ul li {
        width: 14.2857142857%;
    }
}
@media (min-width:992px){
    .sch_list .rt {
        padding-left: 15px;
    }
}
@media (max-width:768px){
    .sch_list ul li {
        margin-top: 5px;
    }
    .sch_list ul li.has_sch_mark input {
        background-size: 13px !important;
    }
    .sch_list ul li label {
        margin: 0px;
    }
    .sch_list .top_m {
        padding-top: 24px !important;
    }
    .sch_list .top_m.mo-none {
        padding-top: 5px !important;
    }
    .sch_list .top_m.mo-none input {
        width: 100%;
    }
}
/*color*/
.c_black {
    color: #000 !important;
}
.c_gray {
    color: #666 !important;
}
.c_rd {
    color: #e61c1c !important;
}
.c_pp {
    color: #9e51e6 !important;
}
.c_pk {
    color: #dd3b92 !important;
}
.c_bl {
    color: #515ce6 !important;
}
.c_org {
    color: #3b5bd9 !important;
}
.c_mint {
    color: #00e5bb !important;
}
/*table_visit*/
.table.table_default.table_visit thead tr th:last-child, 
.table.table_default.table_visit thead tr td:last-child, 
.table.table_default.table_visit thead tr th:first-child, 
.table.table_default.table_visit thead tr td:first-child {
    border-radius: 0px;
}
@media (max-width:992px){
    .table_visit tbody tr th,
    .table_visit tbody tr td {
        padding: 2px;
    }
    .table_visit tbody tr th {
        display: none;
    }
    .table_visit tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        position: relative;
        text-align: right;
        border-bottom: 0px !important;
        color: #333;
        font-weight: 500;
        padding-left: 80px;
    }
    .table_visit tbody tr td:before {
        content: "";
        position: absolute;
        left: 0;
        color: #666;
        font-weight: 400;
    }
    .table_visit tbody tr:last-child td {
        padding-left: 0;
        padding-right: 0px;
        padding-top: 30px;
        text-align: left;
    }
}
/*confirm_10*/
.table.table_default.table_del_confrim thead tr th:last-child, 
.table.table_default.table_del_confrim thead tr td:last-child, 
.table.table_default.table_del_confrim thead tr th:first-child, 
.table.table_default.table_del_confrim thead tr td:first-child {
    border-radius: 0px;
}
@media (max-width:992px){
    .table_del_confrim tbody tr th,
    .table_del_confrim tbody tr td {
        padding: 2px;
    }
    .table_del_confrim tbody tr th {
        display: none;
    }
    .table_del_confrim tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        position: relative;
        text-align: right;
        border-bottom: 0px !important;
        color: #333;
        font-weight: 500;
        padding-left: 80px;
    }
    .table_del_confrim tbody tr td:before {
        content: "";
        position: absolute;
        left: 0;
        color: #666;
        font-weight: 400;
    }
    .table_del_confrim tbody tr:last-child td {
        padding-left: 0;
        padding-right: 0px;
        padding-top: 30px;
        text-align: left;
    }
    .table_del_confrim tbody tr td:last-child {
        border-bottom: 1px solid #aaa !important;
    }
}
/*table_contact*/
.table.table_default.table_contact thead tr th:last-child, 
.table.table_default.table_contact thead tr td:last-child, 
.table.table_default.table_contact thead tr th:first-child, 
.table.table_default.table_contact thead tr td:first-child {
    border-radius: 0px;
}
@media (max-width:768px){
    .table.table_default.table_flat.table_contact tbody tr th:first-child, 
    .table.table_default.table_flat.table_contact tbody tr td:first-child, 
    .table.table_default.table_flat.table_contact tbody tr th:last-child, 
    .table.table_default.table_flat.table_contact tbody tr td:last-child {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .table.table_default.table_contact tbody tr th,
    .table.table_default.table_contact tbody tr td {
        padding: 2px;
    }
    .table.table_default.table_contact tbody tr th {
        display: none;
    }
    .table.table_default.table_contact tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        position: relative;
        text-align: right;
        border-bottom: 0px !important;
        color: #333;
        font-weight: 500;
        padding-left: 80px;
    }
    .table.table_default.table_contact tbody tr td:before {
        content: "";
        position: absolute;
        left: 0;
        color: #666;
        font-weight: 400;
        top: 15px;
    }
    .table.table_default.table_contact tbody tr td.top_td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .table.table_default.table_contact tbody tr td:last-child {
        padding-bottom: 10px !important;
    }
    .table.table_default.table_contact tbody tr td.top_td:before {
        top: 12px;
    }
    .table.table_default.table_contact tbody tr td:last-child {
        border-bottom: 1px solid #aaa !important;
    }
}
/*table_equip*/
.table.table_default.table_equip thead tr th:last-child, 
.table.table_default.table_equip thead tr td:last-child, 
.table.table_default.table_equip thead tr th:first-child, 
.table.table_default.table_equip thead tr td:first-child {
    border-radius: 0px;
}
.table_equip .checkbox-custom {
    display: inline-block;
    margin: 5px;
    margin-right: 10px;
}
.table_equip.table.table_writer tbody tr .checkbox-custom label {
    font-weight: 400;
}
/*table_account*/
.table.table_default.table_account thead tr th:last-child, 
.table.table_default.table_account thead tr td:last-child, 
.table.table_default.table_account thead tr th:first-child, 
.table.table_default.table_account thead tr td:first-child {
    border-radius: 0px;
}
@media (max-width:992px){
    .table_account tbody tr th,
    .table_account tbody tr td {
        padding: 2px;
    }
    .table_account thead tr th,
    .table_account tbody tr th {
        display: none;
    }
    .table_account tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        position: relative;
        text-align: right;
        border-bottom: 0px !important;
        color: #333;
        font-weight: 500;
        padding-left: 80px;
    }
    .table_account tbody tr td:before {
        content: "";
        position: absolute;
        left: 0;
        color: #666;
        font-weight: 400;
        top: 17px;
    }
    .table_account tbody tr td {
        padding-left: 60px !important;
        text-align: left;
    }
    .table_account tbody tr td:last-child {
        border-bottom: 1px solid #aaa !important;
    }
}
/*table_acc_view*/
@media (max-width:992px){
    .table.table_acc_view thead tr th,
    .table.table_acc_view thead tr td,
    .table.table_acc_view tbody tr th,
    .table.table_acc_view tbody tr td {
        display: table-cell;
        width: auto;
        font-size: 14px;
    }
}
/*rst_wrp*/
.rst_wrp {
    position: relative;
    padding-right: 120px;
}
.rst_wrp .cover {
    position: relative;
}
.rst_wrp .cover .form-common.form-control {
    margin: 0px !important;
}
.rst_wrp .rst_btn {
    position: absolute;
    width: 121px;
    right: 0;
    top: 0;
    height: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    color: #666;
    padding: 0 15px 2px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
@media (min-width:992px){
    .rst_wrp .cover .form-common.form-control.last_form {
        border-radius: 4px 0 0 4px;
    }
}
@media (max-width:992px){
    .rst_wrp {
        padding-right: 0px;
    }
    .rst_wrp .cover .form-common.form-control {
        margin: 0px !important;
    }
    .rst_wrp .rst_btn {
        position: relative;
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0px;
        margin-top: 5px;
    }
}
/*table_rstcnt*/
.table.table_default.table_rstcnt thead tr th:last-child, 
.table.table_default.table_rstcnt thead tr td:last-child, 
.table.table_default.table_rstcnt thead tr th:first-child, 
.table.table_default.table_rstcnt thead tr td:first-child {
    border-radius: 0px;
}
.table_rstcnt.table.table_writer tbody tr th {
    padding-left: 10px;
}
@media (max-width:992px){
    .table_rstcnt tbody tr th,
    .table_rstcnt tbody tr td {
        padding: 2px;
    }
    .table_rstcnt thead tr th,
    .table_rstcnt tbody tr th {
        display: none;
    }
    .table.table_rstcnt tbody tr th:first-child, 
    .table.table_rstcnt tbody tr td:first-child {
        padding-top: 20px;
    }
    .table_rstcnt.table_writer  tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        position: relative;
        text-align: right !important;
        padding: 5px;
        border-bottom: 0px !important;
        color: #333;
        font-weight: 500;
        padding-left: 80px;
    }
    .table_rstcnt tbody tr td:before {
        content: "";
        position: absolute;
        left: 0;
        color: #666;
        font-weight: 400;
    }
    .table_rstcnt tbody tr td:last-child {
        border-bottom: 1px solid #aaa !important;
    }
    .table_rstcnt tbody tr:first-child td {
        background-color: #f7f7f7;
    }
}
/*file_list*/
.file_list .ibox {
    text-align: center;
    border: 1px solid #ddd;
    padding-top: 10px;
}
.file_list .ibox .file_wrp {
    display: block;
    text-align: left;
    padding: 10px;
}
.file_list .ibox .fileupload .uneditable-input {
    position: relative;
    padding-left: 30px;
}
.file_list .ibox .fileupload .uneditable-input .fa {
    top: 10px;
    left: 10px;
}
.file_list .ibox .img .c_wrp {
    height: 200px;
}
.file_list .ibox .img .c_wrp img {
    max-height: 200px;
}
.file_list .sub {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0px;
}
.file_list .sub p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:768px){
    .file_list > li {
        margin: 5px 0;
    }
    .file_list .ibox {
        padding-top: 5px;
    }
    .file_list .ibox .img .c_wrp {
        height: 130px;
    }
    .file_list .ibox .img .c_wrp img {
        max-height: 130px;
    }
    .file_list .ibox .file_wrp {
        padding: 5px;
    }
    .file_list .ibox .fileupload .uneditable-input .fileupload-preview {
        padding-left: 0;
    }
    .file_list .sub {
        padding: 5px;
    }
}

/*fileupload*/
.fileupload {
    display: block;
    position: relative;
    padding-right: 51px;
    width: 100%;
    max-width: 100%;
}
.fileupload.fileupload-exists .btn-file {
    display: none;
}
.fileupload.fileupload-new .fileupload-exists {
    display: none;
}
.fileupload .input-append {
    width: 100%;
}
.fileupload .uneditable-input {
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.fileupload .uneditable-input .fileupload-preview {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70px;
}
.fileupload .uneditable-input .fa {
    top: 10px;
    left: 10px;
}
.fileupload .btn {
    position: absolute;
    right: 0;
}
@media (max-width:768px){
    .fileupload {
        padding-right: 36px;
    }
    .fileupload .uneditable-input {
        font-size: 12px;
    }
    .fileupload .btn {
        padding: 6px;
        font-size: 12px;
    }
}
/*addr_box*/
.addr_box .row {
    margin: 0 -3px;
}
.addr_box .row > li,
.addr_box .row > div {
    padding: 0 3px;
}
.addr_box .addr_sch {
    padding-right: 44px;
    position: relative;
}
.addr_box .addr_sch .form-common {
    border-radius: 4px 0 0 4px;
}
.addr_box .addr_sch .sch_btn {
    padding: 0px 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border: 0px;
    line-height: 40px;
    border-radius: 0 4px 4px 0;
    background-color: #222;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
@media (max-width: 768px) {
    .addr_box .addr_sch {
        padding-right: 42px;
    }
    .addr_box .addr_sch .sch_btn {
        line-height: 35px;
        font-size: 12px;
    }
}
/*date_select_box*/
.date_select_box .row {
    margin: 0 -3px;
}
.date_select_box .row > li,
.date_select_box .row > div {
    padding: 0 3px;
}
/*calcul_box*/
.calcul_box .nav-tabs {
    border: 0px;
}
.calcul_box .nav-tabs li {
    float: none;
    display: block;
}
.calcul_box .nav-tabs li:hover a,
.calcul_box .nav-tabs li a {
    border: 0px;
    border-radius: 4px;
    color: #999 !important;
    text-decoration: none;
    font-weight: 500;
}
.calcul_box .nav-tabs li.active a {
    border: 0px;
    color: #fff !important;
}
.calcul_box .nav-tabs li:nth-child(1).active a {
    background-color: #00a9ff;
}
.calcul_box .nav-tabs li:nth-child(2).active a {
    background-color: #ff5583;
}
.calcul_box .nav-tabs li:nth-child(3).active a {
    background-color: #03bd9e;
}
.calcul_box .nav-tabs li:nth-child(4).active a {
    background-color: #ffbb3b;
}
.calcul_box .nav-tabs li.active a:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
}
.calcul_box .tab-content {
    padding: 0;
    box-shadow:  0 0 0;
    border: 0px;
    border-radius: 0;
}
.calcul_box .radio-custom {
    display: inline-block;
    margin: 5px;
    margin-right: 10px;
}
.calcul_box .radio-custom label {
    font-weight: 400;
}
.calcul_box .calc_con {
    border: 1px solid #ddd;
    padding: 20px;
}
@media (max-width:768px){
    .calcul_box .nav-tabs {
        margin-top: 20px;
    }
    .calcul_box .nav-tabs li {
        display: inline-block;
    }
    .calcul_box .nav-tabs li:hover a, .calcul_box .nav-tabs li a {
        padding: 10px;
        line-height: 1em;
    }
}
/*table_calcul*/
.table.table_calcul.text_center_all thead tr th,
.table.table_calcul.text_center_all thead tr td,
.table.table_calcul.text_center_all tbody tr th,
.table.table_calcul.text_center_all tbody tr td {
    text-align: center;
}
.table.table_calcul.v_m thead tr th,
.table.table_calcul.v_m thead tr td,
.table.table_calcul.v_m tbody tr th,
.table.table_calcul.v_m tbody tr td {
    vertical-align: middle;
}
.table.table_calcul.text_center_th thead tr th,
.table.table_calcul.text_center_th thead tr td {
    text-align: center;
}
.table.table_calcul.text_center_td thead tr th,
.table.table_calcul.text_center_td thead tr td {
    text-align: center;
}
.table.table_calcul thead tr th,
.table.table_calcul thead tr td {
    color: #111;
    font-size: 15px;
    padding: 10px;
    background-color: #f4f4f4;
    font-weight: 600;
}
.table.table_calcul tbody tr th,
.table.table_calcul tbody tr td {
    color: #444;
    font-size: 15px;
    padding: 10px;
}
.table.table_calcul thead tr th,
.table.table_calcul thead tr td,
.table.table_calcul tbody tr th,
.table.table_calcul tbody tr td {
    border: 1px solid #ddd;
}
.table.table_calcul tbody tr td {
    color: #000;
    background-color: #feffec;
}
.table.table_calcul tbody tr td .sbj {
    color: #444;
    text-decoration: none;
}
.table.table_calcul tbody tr td .sbj:hover {
    color: #3b5bd9;
}
.table.table_calcul thead tr th label,
.table.table_calcul thead tr td label,
.table.table_calcul tbody tr th label,
.table.table_calcul tbody tr td label {
    margin: 0px;
    font-weight: 500;
}
.table.table_calcul tbody tr th {
    color: #111;
    font-weight: 600;
}
@media (min-width:992px){
    .table.table_calcul.table_fx {
        table-layout: fixed;
    }
}
@media (max-width:992px){
    .table.table_calcul thead tr th,
    .table.table_calcul thead tr td,
    .table.table_calcul tbody tr th,
    .table.table_calcul tbody tr td {
        font-size: 14px;
    }
}

.border-none{
	border : 0px !important;
}