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

/*Font: Pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
/* 관리버튼 최소 사이즈 */
.min-width-30{min-width:30px;width:30px;}
.min-width-40{min-width:40px;width:40px;}
.min-width-50{min-width:50px;width:50px;}
.min-width-60{min-width:60px;width:60px;}
.min-width-70{min-width:70px;width:70px;}
.min-width-80{min-width:80px;width:80px;}
.min-width-90{min-width:90px;width:90px;}
.min-width-100{min-width:100px;width:100px;}
.min-width-110{min-width:110px;width:110px;}
.min-width-120{min-width:120px;width:120px;}
.min-width-130{min-width:130px;width:130px;}
.min-width-140{min-width:140px;width:140px;}
.min-width-150{min-width:150px;width:150px;}
.min-width-160{min-width:160px;width:160px;}
.min-width-170{min-width:170px;width:170px;}
.min-width-180{min-width:180px;width:180px;}
.min-width-190{min-width:190px;width:190px;}
.min-width-200{min-width:200px;width:200px;}
.min-width-220{min-width:220px;width:220px;}
.min-width-250{min-width:250px;width:250px;}
.min-width-300{min-width:300px;width:300px;}
.min-width-350{min-width:350px;width:350px;}

a:link { color: red; text-decoration: none;}
a:visited { color: black; text-decoration: none;}

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        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*/
.body {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Pretendard', 'malgun gothic', Arial, sans-serif !important;
    letter-spacing: -0.02em;
}
html::-webkit-scrollbar {
    /* display: none;
    visibility: hidden; */
    width: 3px;
}
html::-webkit-scrollbar-thumb {
  background-color: #2f3542;
}
html::-webkit-scrollbartrack {
  background-color: grey;
}

/*font*/
.f_ck {
	font-family: 'Chakra Petch', sans-serif !important;
}
.f_noto {
	font-family: 'Pretendard', sans-serif !important;
}
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

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

/*Common*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
/* pagination */
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #eee !important;
    border-color: #0088cc;
}
.pagination > .active > a, body.dark .pagination > .active > a {
    border-color: #eee;
}
/* carousel */
.owl-carousel .owl-nav {
    top: 40%;
}
.owl-carousel.arr_car .owl-nav [class*="owl-"],
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:focus, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:hover, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active:hover, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active:focus {
    background: url(../img/arr_nav.png) center center no-repeat;
    width: 42px;
    height: 42px;
}
.owl-carousel.arr_car .owl-nav .owl-prev:before,
.owl-carousel.arr_car .owl-nav .owl-next:before {
    content: "";
}
.owl-carousel.arr_car .owl-nav .owl-next {
    transform: rotate(180deg);
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ffd051;
}
@media (max-width:992px){
    .owl-carousel .owl-nav {
		top: 40%;
	}
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #333;
        border-radius: 0px;
        background: #fff;
		color: #333;
        font-size: 12px;
        padding-top: 2px;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_mini_xs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_mini_xs {
		margin-top: 10px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}

.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:768px) {
    .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:768px) {
    .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: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 30px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 17px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 15px;
    line-height: 2em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 20px;
    }
    h3.dft {
        font-size: 17px;
    }
    h4.dft {
        font-size: 15px;
    }
    h5.dft {
        font-size: 14px;
    }    
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #fffc02 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_gray {
    color: #666 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_nvy {
    color: #101624 !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*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: #8d8ea6;
    border-bottom: 1px solid #212c44;
    border-radius: 0px;
    font-weight: 500;
    position: relative;
}
#headerSide ._nav > li > a:hover,
#headerSide ._nav > li > a:focus {
    background-color: transparent;
}
#headerSide ._nav > li > a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 30px;
    background-size: 25px !important;
}
#headerSide ._nav > li:nth-child(1) > a:before {
    background: url(../img/mn1_1.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(2) > a:before {
    background: url(../img/mn1_2.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(3) > a:before {
    background: url(../img/mn1_3.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(4) > a:before {
    background: url(../img/mn1_3.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(5) > a:before {
    background: url(../img/mn1_3.png) center center no-repeat;
}

#headerSide ._nav > li:nth-child(6) > a:before {
    background: url(../img/mn1_4.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(7) > a:before {
    background: url(../img/mn1_5.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(8) > a:before {
    background: url(../img/mn1_5.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(9) > a:before {
    background: url(../img/mn1_6.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(10) > a:before {
    background: url(../img/mn1_7.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(11) > a:before {
    background: url(../img/mn1_8.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(12) > a:before {
    background: url(../img/mn1_9.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(13) > a:before {
    background: url(../img/mn1_10.png) center center no-repeat;
}
#headerSide ._nav > li:nth-child(14) > a:before {
    background: url(../img/mn1_11.png) center center no-repeat;
}

/*act*/
#headerSide ._nav > li.current > a {
    color: #fff;
    background: url(../img/nav_arr.png) 90% center no-repeat;
}
#headerSide ._nav > li.current > a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    height: 100%;
    background-color: #8db922;
}
#headerSide ._nav > li:first-child > a {
    border-top: 1px solid #212c44;
}
#headerSide ._nav .drop_dw.act {
    background-color: #fcfcfc;
    border-bottom: 1px solid #212c44;
}
#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: #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: #101624;
        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*/
#content_wrapper {
    background-color: #e9ecef;
}    
@media (min-width:1200px){
    #content_wrapper {
        margin-left: 270px;
        min-height: 100vh;
    }    
}

/*headerTop*/
#headerTop {
    border-bottom: 1px solid #ddd;
    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: inline-block;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding-left: 55px;
    background: url(../img/logout.png) 30px center no-repeat;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.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:1800px){
    #headerTop .logo_info {
        width: 20%;
    }
    #headerTop .logout {
        width: 10%;
    }
}
@media (max-width:1800px) and (min-width:1200px){
    #headerTop .logo_info {
        width: 27%;
    }
    #headerTop .logout {
        width: 17%;
    }
}
@media (max-width:1200px) and (min-width:992px){
    #headerTop ._nav {
        width: 70%;
    }
    #headerTop .logout {
        text-align: right;
    }
}
@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 {
        background-size: 15px !important;
    }
    #headerTop .logout a h6 {
        font-size: 13px;
        background-size: 15px !important;
    }
}
@media (max-width:992px){
    #headerTop {
        padding: 0;
    }
    #headerTop > .c_wrp > .logout {
        text-align: right;
        padding: 15px;
        white-space: nowrap;
    }
    #headerTop > .c_wrp > ._nav {
        padding: 0 0 0 15px;
        position: relative;
    }
    #headerTop ._nav li a {
        padding: 0 10px 0 23px;
        font-size: 13px;
        line-height: 50px;
    }
    #headerTop .logout a {
        box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
        background-color: #fff;
        padding: 5px 13px;
        padding-left: 30px;
        background-position-x: 10px !important;
        background-size: 13px !important;
    }
    #headerTop .logout a h6 {
        font-size: 11px;
    }
}
@media (max-width:768px){
    #headerTop ._nav .top_fix_header > h3 {
        font-size: 15px;
    }
}

/*logo_info*/
.logo_info .profile {
    position: relative;
    padding: 5px 15px 5px 0;
    padding-left: 50px;
}
.logo_info .profile .prf_box {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}
.logo_info .profile h5 {
    color: #111;
    font-weight: 600;
}
.logo_info .profile p {
    color: #666;
    font-size: 14px;
}
@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: #111;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #111;
    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: #e9ecef;
    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;
}
/*footer*/
#footer {
	margin-top: 0px !important;
	border-top: 0px;
	padding: 20px 0 !important;
    background-color: #eee;
}

/* intro */
#intro #intro_top {
    padding: 60px 0;
    background: url(../img/intro_bg.jpg) center top no-repeat;
}
#intro #intro_top .intro_head .right h4  {
    font-weight: 400;
}
#intro #intro_top .intro_head .right h4 span {
    display: inline-block;
    height: 5px;
    width: 50px;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}
#intro #intro_top .intro_head .right h4 span::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 50%;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
#intro #intro_top .intro_head .right h4 span:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 10px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    
    -webkit-animation: arr 1.5s linear infinite;
    -moz-animation: arr 1.5s linear infinite;
    -ms-animation: arr 1.5s linear infinite;
    -o-animation: arr 1.5s linear infinite;
    animation: arr 1.5s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
        transform: translateX(0px);
	}
	70% {
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-ms-transform: translateX(40px);
		-o-transform: translateX(40px);
        transform: translateX(40px);
	}
	100% {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
        transform: translateX(0px);
	}  
}
@media (min-width:768px) {
    #intro #intro_top {
        padding: 60px 0;
        background: url(../img/intro_bg.jpg) center top no-repeat;
        background-attachment: fixed;
    }
}
@media (max-width:768px) {
    #intro #intro_top {
        padding: 30px 0;
        background-size: cover !important;
    }
    #intro #intro_top .intro_head .right h4  {
        font-size: 12px;
    }
    #intro #intro_top .intro_head .right h4 span {
        display: block;
        height: 3px;
        width: 50px;
        position: relative;
        margin-right: 10px;
        margin-bottom: 5px;
        margin-left: auto;
        vertical-align: middle;
    }
    #intro #intro_top .intro_head .right h4 span::before {
        content: "";
        position: absolute;
        left: 0%;
        bottom: 50%;
        width: 50px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
    }
    #intro #intro_top .intro_head .right h4 span:after {
        bottom: 1px;
        width: 8px;
        height: 2px;
    }
}

/* login_box */
.login_box li a {
    text-decoration: none;
    display: block;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 60px 15px;
    text-align: center;
    background: url(../img/log_bg.png) center center no-repeat;
    background-size: cover;
}
.login_box li a h3 {
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    margin-top: 15px;
}
.login_box li a h6 {
    color: #fff;
    font-weight: 300;
    line-height: 1em;
    margin-top: 10px;
}
.login_box li a .l_btn {
    display: inline-block;
    line-height: 33px;
    border: 1px solid #fff;
    width: 95px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    color: #fff;
}
@media (min-width:992px) {
    .login_box li a,
    .login_box li a .l_btn {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    .login_box li a:hover {
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    }
    .login_box li:nth-child(1) a:hover {
        background-color: #2081b8;
        border-color: #2081b8;
    }
    .login_box li:nth-child(2) a:hover {
        background-color: #8db922;
        border-color: #8db922;
    }
    .login_box li:nth-child(3) a:hover {
        background-color: #68441d;
        border-color: #68441d;
    }
    .login_box li a:hover .l_btn {
        background-color: #fff;
    }
    .login_box li:nth-child(1) a:hover .l_btn {
        color: #2081b8;
    }
    .login_box li:nth-child(2) a:hover .l_btn {
        color: #8db922;
    }
    .login_box li:nth-child(3) a:hover .l_btn {
        color: #68441d;
    }
}
@media (max-width:992px) {
    .login_box li a {
        box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
    }
    .login_box li:nth-child(1) a {
        background-color: #2081b8;
        border-color: #2081b8;
    }
    .login_box li:nth-child(2) a {
        background-color: #8db922;
        border-color: #8db922;
    }
    .login_box li:nth-child(3) a {
        background-color: #68441d;
        border-color: #68441d;
    }
}
@media (max-width:768px) {
    .login_box li a {
        padding: 30px 15px;
        border-radius: 4px;
    }
    .login_box li a .icon img {
        width: 30px;
    }
    .login_box li a .txt h3 {
        margin-top: 10px;
    }
    .login_box li a .txt h6 {
        display: none;
    }
    .login_box li a .l_btn {
        line-height: 22px;
        width: 75px;
        font-size: 12px;
        border-radius: 4px;
        margin-top: 10px;
    }
}
/* intro_bottom */
#intro_bottom .latest_box .latest_tit .latest_i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 19px;
    background: url(../img/latest_i1.png) center center no-repeat;
    margin-right: 5px;
}
#intro_bottom .latest_box .latest_tit .latest_i.latest_i2 {
    background: url(../img/latest_i2.png) center center no-repeat;
}
#intro_bottom .latest_box .latest_tit a {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #666;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
#intro_bottom .latest_box > ul {
    border-top: 1px solid #333;
    margin-top: 10px;
}
#intro_bottom .latest_box > ul > li {
    border-bottom: 1px solid #ddd;
}
#intro_bottom .latest_box > ul > li a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
}
#intro_bottom .latest_box > ul > li a .date {
    text-align: center;
    width: 15%;
}
#intro_bottom .latest_box > ul > li a .date h2 {
    color: #89b618;
    line-height: 1em;
    font-weight: 700;
    white-space: nowrap;
}
#intro_bottom .latest_box > ul > li a .date h6 {
    font-size: 14px;
    line-height: 1em;
    margin-top: 5px;
    color: #666;
    font-weight: 600;
    white-space: nowrap;
}
#intro_bottom .latest_box > ul > li a .sub {
    width: 70%;
}
#intro_bottom .latest_box > ul > li a .sub h5 {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#intro_bottom .latest_box > ul > li a .sub h6 {
    font-weight: 300;
    color: #999;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#intro_bottom .latest_box > ul > li a .arr {
    text-align: right;
    width: 15%;
    padding-right: 20px;
}
#intro_bottom .latest_box > ul > li a .arr span {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}
#intro_bottom .latest_box > ul > li a .arr span:before,
#intro_bottom .latest_box > ul > li a .arr span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/latest_arr.png) 0 center no-repeat;
}
#intro_bottom .latest_box > ul > li a .arr span:after {
    opacity: 0;
    background: url(../img/latest_arr_gr.png) 0 center no-repeat;
}
@media (min-width:992px) {
    #intro_bottom .latest_box > ul > li a .arr span:before,
    #intro_bottom .latest_box > ul > li a .arr span:after {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
    #intro_bottom .latest_box > ul > li a:hover .arr span:before,
    #intro_bottom .latest_box > ul > li a:hover .arr span:after {
        left: 15px;
    }
    #intro_bottom .latest_box > ul > li a:hover .arr span:before {
        opacity: 0;
    }
    #intro_bottom .latest_box > ul > li a:hover .arr span:after {
        opacity: 1;
    }
}
@media (max-width:768px) {
    #intro_bottom .latest_wrp > div:not(:first-child) {
        margin-top: 20px;
    }
    #intro_bottom .latest_box .latest_tit .latest_i {
        background-size: 15px !important;
        margin-right: 0px;
        margin-bottom: 3px;
    }
    #intro_bottom .latest_box .latest_tit a {
        font-size: 11px;
        line-height: 22px;
        padding: 0 10px;
    }
    #intro_bottom .latest_box > ul > li a .date h6 {
        font-size: 11px;
        margin-top: 2px;
    }
    #intro_bottom .latest_box > ul > li a .sub h6 {
        margin-top:2px;
    }
    #intro_bottom .latest_box > ul > li a .arr span {
        width: 10px;
    }
    #intro_bottom .latest_box > ul > li a .arr span:before {
        background-size: 10px !important;
        width: 10px;
        background-position-x: right !important;
    }
}
/* 로그인 */
#member_login {
    height: 100vh;
    width: 100%;
}
#member_login .member_logoin_wrp {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#member_login .member_logoin_wrp .member_login {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 30px;
}
#member_login .member_logoin_wrp .member_login .log_forms > li {
    margin-top: 15px;
}
#member_login .member_logoin_wrp .member_login .log_forms .checkbox-custom label {
    font-size: 17px;
    margin: 0px;
    color: #333;
}
#member_login .member_logoin_wrp .member_login .log_forms .log_btn {
    line-height: 90px;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    background-color: #8db922;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 600;
    border: 0px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}
#member_login .member_logoin_wrp .member_login .bottom_link {
    text-align: center;
    margin: 40px 0;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 2px;
    background-color: #aaa;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li a {
    font-size: 17px;
    line-height: 1em;
    color: #666;
    font-weight: 400;
}
#member_login .member_logoin_wrp .member_login .not_mem a {
    font-size: 17px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
@media (max-width:768px) {
    #member_login .member_logoin_wrp .member_login .log_forms > li {
        margin-top: 10px;
    }
    #member_login .member_logoin_wrp .member_login .log_forms .checkbox-custom label {
        font-size: 15px;
    }
    #member_login .member_logoin_wrp .member_login .log_forms .log_btn {
        line-height: 60px;
        font-size: 18px;
        margin-top: 10px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link {
        margin: 20px 0;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li {
        padding: 0 10px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li a {
        font-size: 15px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li:not(:first-child):before {
        width: 1px;
    }
    #member_login .member_logoin_wrp .member_login .not_mem a {
        font-size: 15px;
        line-height: 50px;
    }
}
/* log_form */
.log_form {
    border: 1px solid #f7f7f7;
    height: 58px;
    line-height: 58px;
    width: 100%;
    box-shadow: 0 0 0;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 17px;
    padding: 0px 20px;
}
.log_form:focus {
    border-color: #8db922;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
}
@media (max-width:768px) {
    .log_form {
        height: 48px;
        line-height: 48px;
        font-size: 15px;
    }
}

/* main_ban_wrp */
.main_ban_wrp .lank,
.main_ban_wrp > li:not(:first-child) {
    margin-top: 40px;
}
@media (max-width:1200px) {
    .main_ban_wrp .btnsWrp {
        margin-top: 40px;
    }
}
@media (max-width:768px) {
    .main_ban_wrp .btnsWrp,
    .main_ban_wrp .lank,
    .main_ban_wrp > li:not(:first-child) {
        margin-top: 20px;
    }
}
/* com_bg */
.com_bg {
    padding: 30px;
}
@media (max-width:768px){
    .com_bg {
        padding: 20px 15px;
    }
}
/* mbanTit */
.mbanTit {
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
}
.mbanTit .left h3 {
    line-height: 1.2em;
}
.mbanTit .left h3 span {
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
}
.mbanTit .left h3 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #101624;
}
.mbanTit .left .form-control {
    box-shadow: 0 0 0;
    border-radius: 0;
    height: 35px;
    padding: 2px;
    border: 1px solid #ddd;
    border: 0px;
    color: #666;
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
    display: inline-block;
    width: auto;
}
.mbanTit p {
    color: #999;
    margin-top: 5px;
}
@media (min-width:992px){
    .mbanTit .left h3 {
        display: inline-block;
        width: auto;
    }
}
@media (max-width:992px){
    .mbanTit {
        margin-bottom: 15px;
    }
    .mbanTit p {
        margin-top: 0px;
    }
    .mbanTit .c_wrp > div {
        vertical-align: bottom;
    }
    .mbanTit .left .form-control {
        margin-left: -5px;
        padding: 0;
        height: 25px;
    }
}
@media (max-width:768px){
    .mbanTit {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .mbanTit .left h3 {
        font-size: 17px;
    }
    .mbanTit .left h3 span {
        padding-bottom: 10px;
    }
}
/* ban_numbers : 숫자로 보는 자연사 박물관 */
.ban_numbers_wrp {
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.03);
}
.ban_numbers_wrp .slick_latest_nums .slick-list {
    margin:0 -5px;
}
.ban_numbers_wrp .slick_latest_nums .slick-list .slick-slide {
    margin:0 5px;
}
.ban_numbers_wrp .ban_numbers .row {
    margin: 0 -10px;
}
.ban_numbers_wrp .ban_numbers .row > li {
    padding: 0 10px;
}
.ban_numbers_wrp .ban_numbers .num {
    background-color: #eef8fd;
    padding: 20px;
}
.ban_numbers_wrp .ban_numbers .num .txt {
    position: relative;
    z-index: 3;
}
.ban_numbers_wrp .ban_numbers .num .txt p {
    font-weight: 400;
    line-height: 1.2em;
}
.ban_numbers_wrp .ban_numbers .num .txt h4 {
    color: #3142d6;
}
.ban_numbers_wrp .ban_numbers .num .icon {
    text-align: right;
    margin-top: -30px;
}
.ban_numbers_wrp .slider_wrp {
    position: relative;
}
/* .ban_numbers_wrp .ban_numbers li:nth-child(2) .num {
    background-color: #e0f7ea;
}
.ban_numbers_wrp .ban_numbers li:nth-child(2) .num .txt h3 {
    color: #2f934e;
}
.ban_numbers_wrp .ban_numbers li:nth-child(3) .num {
    background-color: #fdefea;
}
.ban_numbers_wrp .ban_numbers li:nth-child(3) .num .txt h3 {
    color: #f16344;
}
.ban_numbers_wrp .ban_numbers li:nth-child(4) .num {
    background-color: #f1e8fe;
}
.ban_numbers_wrp .ban_numbers li:nth-child(4) .num .txt h3 {
    color: #6959bd;
} */
@media (min-width:992px){
    .ban_numbers_wrp .slider_wrp {
        padding-right: 200px;
    }
    .ban_numbers_wrp .slider_wrp > .total {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 180px;
    }
}
@media (max-width:992px){
    .ban_numbers_wrp .slider_wrp > .total {
        text-align: center;
        padding: 10px;
        margin-top: 15px;
        background-color: #f7f7f7;
    }
    .ban_numbers_wrp .slider_wrp > .total h5,
    .ban_numbers_wrp .slider_wrp > .total h3 {
        display: inline-block;
    }
    .ban_numbers_wrp .slider_wrp > .total h5 {
        margin-right: 5px;
    }
    .ban_numbers_wrp .ban_numbers .row {
        margin: 0 -5px;
    }
    .ban_numbers_wrp .ban_numbers .row > li {
        padding: 0 5px;
    }
    .ban_numbers_wrp .ban_numbers li:nth-child(1),
    .ban_numbers_wrp .ban_numbers li:nth-child(2) {
        margin-bottom: 10px;
    }
    .ban_numbers_wrp .ban_numbers .num {
        padding: 15px 10px;
    }
}
@media (max-width:768px){
    .ban_numbers_wrp {
        padding: 15px;
    }
    .ban_numbers_wrp .ban_numbers .num .icon {
        margin-top: -20px;
    }
    .ban_numbers_wrp .ban_numbers .num .icon img {
        width: 40px;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 20px;
    height: 8px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 0px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0px;
    color: transparent;
}
.slick-dots li.slick-active button {
    width: 30px;
    border-radius: 50px;
    background-color: #afb8c2;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}
/* .btns */
.btns {
    background-color: #fff;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 3%);
    border-radius: 4px;
}
.btns .row {
    margin: 0 -5px;
}
.btns .row > li {
    padding: 0 5px;
    position: relative;
}
.btns .row > li:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #aaa;
}
.btns .row > li a {
    text-decoration: none;
    display: block;
    color: #7a8795;
    padding: 25px 8px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 4px;
    text-align: center;
    word-break: keep-all;
    -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;
}
.btns .row > li a .icon {
    margin-bottom: 10px;
}
.btns .row > li a .icon img {
    width: 80px;
}
.btns .row > li a span{
    display: block;
    line-height: 30px;
    border-color: #8db922;
    background-color: #8db922;
    color: #fff;
    width: 95px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width:768px) {
    .btns .row > li a {
        padding: 15px 8px;
        font-size: 13px;
    }
    .btns .row > li a .icon {
        margin-bottom: 5px;
    }
    .btns .row > li a .icon img {
        width: 40px;
    }
    .btns .row > li a span{
        line-height: 22px;
        width: 75px;
        font-size: 12px;
        border-radius: 4px;
        margin-top: 0px;
    }
}
/* slick_latest_gall */
.slick_latest_gall_wrp {
    margin: 0 -10px;
    margin-top: 20px;
}
.slick_latest_gall .slick-slide {
    padding: 0 10px;
}
.slick_latest_gall a {
    text-decoration: none;
    display: block;
}
.slick_latest_gall a .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.slick_latest_gall a .img img {
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.slick_latest_gall a:hover .img img {
    transform: scale(1.1);
}
.slick_latest_gall a .txt {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px ;
}
.slick_latest_gall a .txt p {
    color: #68441d;
    font-weight: 600;
    line-height: 1em;
}
.slick_latest_gall a .txt p,
.slick_latest_gall a .txt h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width:768px) {
    .slick_latest_gall_wrp {
        margin: 0 -5px;
        margin-top: 10px;
    }
    .slick_latest_gall .slick-slide {
        padding: 0 5px;
    }
    .slick_latest_gall a .txt {
        background-color: #fff;
        padding: 15px 10px 15px;
        border-radius: 0 0 10px 10px ;
    }
}
/* lank */
.lank .slick_lank {
    margin-top: 20px;
}
.lank .slick-slide h5 {
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lank .slick-slide h5 strong {
    display: inline-block;
    line-height: 25px;
    width: 25px;
    background-color: #afb8c2;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    margin-right: 5px;
}
.lank .slick-slide.top h5 strong {
    background-color: #1c8bc9;
}
@media (max-width:768px) {
    .lank .slick_lank {
        margin-top: 10px;
    }
}
/* go_ban */
.go_ban a {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: 30px 20px;
    background: url(../img/go_ban_bg.png) right center no-repeat;
    background-color: cover;
    background-color: #8db922;
    margin-top: 25px;
    text-decoration: none;
}

/*table_wrp*/
.table_wrp {
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.03);
}
@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: #8db922;
}
.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: 15px;
    padding: 20px 10px;
    border: 0px;
}
.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;
    }
}
@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 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: 10px;
        color: #333;
        font-weight: 600;
    }
    .table.table_default.table_flat tbody tr th:first-child,
    .table.table_default.table_flat tbody tr td:first-child {
        padding-top: 20px;
    }
    .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: 10px;
        color: #666;
        font-weight: 400;
    }
    .table.table_default.table_flat.employee tbody tr td:nth-child(2):before {
        content: "ì•„ì´ë””";
    }
    .table.table_default.table_flat.employee tbody tr td:nth-child(3):before {
        content: "ì´ë¦„";
    }
    .table.table_default.table_flat.employee tbody tr td:nth-child(4):before {
        content: "ë‹‰ë„¤ìž„";
    }
    .table.table_default.table_flat.employee tbody tr td:nth-child(5):before {
        content: "ê¶Œí•œ";
    }
    .table.table_default.table_flat.employee tbody tr td:nth-child(6):before {
        content: "ê°€ìž…ì¼";
    }
    .table.table_default.table_flat.employee tbody tr td:nth-child(7):before {
        content: "ì ‘ì†ì¼";
    }
    .table.table_default.table_flat.employee tbody tr td:nth-child(8):before {
        content: "ê´€ë¦¬";
    }
    .table.table_default.table_flat.department tbody tr td:nth-child(2):before {
        content: "ë¶€ì„œëª…";
    }
    .table.table_default.table_flat.department tbody tr td:nth-child(3):before {
        content: "ì„¤ëª…";
    }
    .table.table_default.table_flat.department tbody tr td:nth-child(4):before {
        content: "ë“±ë¡ì¼";
    }
    .table.table_default.table_flat.department tbody tr td:nth-child(5):before {
        content: "ê´€ë¦¬";
    }
    .table.table_default tbody tr td .sbj {
        text-align: right;
        display: block;
        /*padding-left: 100px;*/
    }
}
/*table_writer*/
.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: #111;
    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 {
    color: #444;
    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: #8db922;
}
.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: #111;
    /*background-color: #f4f4f4;*/
    font-weight: 600;
    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 tbody tr th,
    .table.table_writer tbody tr td {
        display: block;
        width: 100%;
        font-size: 14px;
    }
    .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;
    }
}
/*table_colored*/
.table.table_colored {
    border-top: 2px solid #101624;
}
.table.table_colored.table_border_no {
    border-top: 0px;
}
.table.table_colored thead tr th,
.table.table_colored tbody tr th {
    background-color: #f3f6f9;
    border-bottom: 1px solid #ddd;
}
.table.table_colored tbody tr td {
    border-bottom: 1px solid #ddd;
}
.table.table_colored tr th,
.table.table_colored tr td {
    color: #222;
    font-size: 15px;
}
@media (max-width:992px){
    .table.table_writer.table_colored tbody tr th {
        padding-left: 10px;
    }
}


/* 테이블 글자색 */
.table.table_colored thead tr th .c_rd {
    color: #849997 !important;
    font-weight: 500;
}
.table.table_colored tbody tr td a:not(.btn_bd) {
    color: #4432d7;
    font-weight: 600;
}
.table.table_colored thead tr td .c_rd {
    
}
.table.table_colored tbody tr td .c_rd:not(.wanning) {
    color: #8db922 !important;
}
.table.table_colored tbody tr td .text-info {
    color: #4f958e !important;
}
/*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: 500;
    border: 1px solid #666;
    text-align: left;
    padding: 0 10px 0 30px;
    border-radius: 4px;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
}
.btn_bd.btn_modify {
    background: url(../img/btn_modify.png) 10px center no-repeat;
    color: #1c8bc9;
    border-color: #e5f3f9;
    background-color: #e5f3f9;
}
.btn_bd.btn_write {
    background: url(../img/btn_write.png) 10px center no-repeat;
    color: #23bb51;
    border-color: #e5f9eb;
    background-color: #e5f9eb;
}
.btn_bd.btn_reply {
    background: url(../img/btn_reply.png) 10px center no-repeat;
    color: #f18944;
    border-color: #fdf6ea;
    background-color: #fdf6ea;
}
.btn_bd.btn_delete {
    background: url(../img/btn_delete.png) 10px center no-repeat;
    color: #f16344;
    border-color: #fdefea;
    background-color: #fdefea;
}
.btn_bd.btn_done {
    background: url(../img/btn_done.png) 10px center no-repeat;
    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 0 25px;
    }
    .btn_bd {
        background-size: 10px !important;
        background-position-x: 10px !important;
    }
}
/*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;
    font-size: 15px;
    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: #e8702e;
    color: #fff;
}
.btn_set_board .btn_grn {
    background-color: #8db922;
    color: #fff;
}
.btn_set_board .btn_blk {
    background-color: #333;
    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_ww {
    border: 1px solid #ddd;
    color: #fff;
    background-color: #f7f7f7;
    color: #666;
}
.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: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .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 .c_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.board-bottom .c_wrp > div {
    width: 10%;
}
.board-bottom .c_wrp .cnt {
    text-align: center;
    width: 60%;
}
.board-bottom .c_wrp .rt {
    text-align: right;
}
@media (max-width: 1700px) {
	.board-bottom .hidden-xs {
	    display: none;
	}
    .board-bottom .c_wrp .cnt {
	    text-align: left;
        width: 80%;
    }
    .board-bottom .c_wrp .rt {
        width: 20%;
    }
}
@media (max-width: 768px) {
    .board-bottom .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .board-bottom .c_wrp .rt,
    .board-bottom .c_wrp .cnt {
        width: 100%;
    }
    .board-bottom .c_wrp .cnt {
        order: 2;
		text-align: center;
    }
    .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: #8db922;
    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;
    }
}

/*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;
    color: #111;
    font-weight: 400;
    font-size: 15px;
}
.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;
    }
}
/* echoFileName */
.echoFileName {
    word-break: break-all;
    color: #888;
    font-size: 13px;
    margin-top: 5px;
    background-color: #f7f7f7;
    padding: 10px;
}
/*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;
}
.sch_list ul li .btn_set_board input {
    width: 100%;
}
@media (min-width:1200px){
    .sch_list .rt {
        width: 70%;
    }
    .sch_list ul li {
        width: 11%;
    }
	.sch_list2 ul li {
        width: 16%;
    }
	.sch_list3 ul li {
        width: 20%;
    }
}
@media (max-width:1200px){
    .sch_list ul li {
        margin: 5px 0;
    }
}
@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%;
    }
}
/*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;
    }
}
/* subtit */
.subtit {
    margin-bottom: 40px;
}
@media (max-width:768px) {
    .subtit {
        margin-bottom: 20px;
    }
}

/* sch_in_sch */
.sch_in_sch .rt label,
.sch_in_sch .rt .form-control,
.sch_in_sch .rt .btn_set_board {
    display: inline-block;
}
.sch_in_sch .rt label {
    font-weight: 400;
    color: #333;
    font-size: 17px;
    margin: 0px;
    margin-right: 10px;
}
.sch_in_sch .rt .form-control {
    width: 200px;
}
@media (max-width:768px) {
    .sch_in_sch {
        display: flex;
        flex-wrap: wrap;
    }
    .sch_in_sch > div {
        width: 100%;
    }
    .sch_in_sch .lft {
        order: 2;
    }
    .sch_in_sch .rt {
        order: 1;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sch_in_sch .rt label,
    .sch_in_sch .rt .form-control,
    .sch_in_sch .rt .btn_set_board {
        width: 32%;
        margin: 0px;
    }
    .sch_in_sch .rt label {
        padding-right: 5px;
        font-size: 15px;
        text-align: right;
        width: auto;
    }
    .sch_in_sch .rt .btn_set_board input {
        width: 100%;
    }
}
/*표본등록정보조회*/
.table.table_default.table_register thead tr th:last-child, 
.table.table_default.table_register thead tr td:last-child, 
.table.table_default.table_register thead tr th:first-child, 
.table.table_default.table_register thead tr td:first-child {
    border-radius: 0px;
}
@media (max-width:992px){
    .table_register tbody tr th,
    .table_register tbody tr td {
        padding: 2px;
    }
    .table_register tbody tr th {
        display: none;
    }
    .table_register 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: 110px !important;
    }
    .table_register tbody tr td:nth-child(even) {
        background-color: #f7f7f7;
    }
    .table_register tbody tr td:before {
        content: "";
        position: absolute;
        left: 10px;
        color: #666;
        font-weight: 400;
    }
    .table_register tbody tr:last-child td {
        padding-left: 0;
        padding-top: 30px;
        text-align: left;
    }
	.table_register tbody tr td:nth-child(1):before {
        content: "관리번호";
    }
    .table_register tbody tr td:nth-child(2):before {
        content: "기관명";
    }
    .table_register tbody tr td:nth-child(3):before {
        content: "사진";
    }
    .table_register tbody tr td:nth-child(4):before {
        content: "국명(학명/영명)";
    }
    .table_register tbody tr td:nth-child(5):before {
        content: "크기";
    }
    .table_register tbody tr td:nth-child(6):before {
        content: "Phylum";
    }
    .table_register tbody tr td:nth-child(7):before {
        content: "Class";
    }
    .table_register tbody tr td:nth-child(8):before {
        content: "Order";
    }
    .table_register tbody tr td:nth-child(9):before {
        content: "Family";
    }
    .table_register tbody tr td:nth-child(10):before {
        content: "Genus";
    }
    .table_register tbody tr td:nth-child(11):before {
        content: "Species";
    }
	 .table_register tbody tr td:nth-child(12):before {
        content: "관리";
    }

	.table_register_Phylum tbody tr td:nth-child(1):before {
        content: "분류군";
    }
    .table_register_Phylum tbody tr td:nth-child(2):before {
        content: "학명";
    }
    .table_register_Phylum tbody tr td:nth-child(3):before {
        content: "Phylum";
    }
    .table_register_Phylum tbody tr td:nth-child(4):before {
        content: "Class";
    }
    .table_register_Phylum tbody tr td:nth-child(5):before {
        content: "Order";
    }
    .table_register_Phylum tbody tr td:nth-child(6):before {
        content: "Family";
    }
    .table_register_Phylum tbody tr td:nth-child(7):before {
        content: "Genus";
    }   
    .table_register_Phylum tbody tr td:nth-child(8):before {
        content: "Species";
    }
    .table_register_Phylum tbody tr td:nth-child(9):before {
        content: "Subspecies";
    }
	 .table_register_Phylum tbody tr td:nth-child(10):before {
        content: "관리";
    }

	.table_register2 tbody tr td:last-child {
        border-bottom: 1px solid #aaa !important;
    }
    .table_register2 tbody tr td:nth-child(1):before {
        content: "회원타입";
    }
    .table_register2 tbody tr td:nth-child(2):before {
        content: "기관명";
    }
    .table_register2 tbody tr td:nth-child(3):before {
        content: "부서명";
    }
    .table_register2 tbody tr td:nth-child(4):before {
        content: "회원아이디";
    }
    .table_register2 tbody tr td:nth-child(5):before {
        content: "회원이름";
    }
    .table_register2 tbody tr td:nth-child(6):before {
        content: "E-mail";
    }
	 .table_register2 tbody tr td:nth-child(7):before {
        content: "연락처";
    }
    .table_register2 tbody tr td:nth-child(8):before {
        content: "접근여부";
    }
	 .table_register2 tbody tr td:nth-child(9):before {
        content: "사용자수";
    }
    .table_register2 tbody tr td:nth-child(10):before {
        content: "관리";
    }

    .table_register tbody tr td .cate_icon {
        margin: 0px;
        background-color: transparent;
    }
    .table_register tbody tr td .btn_blockbox {
        margin: 0px !important;
    }
}
/*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;
}
.type.type1:hover {
    background-color: #3359e2;
    color: #ebf7ff;
}
.type.type2 {
    background-color: #ffefef;
    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;
}
.state.state5 {
    background-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: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin: 5px 0;
}
.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;
    }
}
/*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: #f4670b;
    color: #fff;
}
@media (max-width:768px){
    .swiper_menu2 {
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .swiper_menu2 ul {
        font-size: 13px;
    }
    .swiper_menu2 ul li {
        width: auto;
        padding: 0 3px;
    }
    .swiper_menu2 ul li a {
        padding-top: 1px;
        padding-bottom: 0px;
        line-height: 32px;
        border-radius: 50px;
        padding: 0 15px;
        box-shadow: 5px 5px 8px rgba(0,0,0,0.05);
    }
}

/*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_del {
    height: 20px;
}
.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: 1px;
}
@media (max-width:768px){
    .fileupload {
        padding-right: 36px;
    }
    .fileupload .uneditable-input {
        font-size: 12px;
    }
    .fileupload .btn {
        padding: 6px;
        font-size: 12px;
    }
}
/*table_write*/
.table.table_write .radio-custom,
.table.table_write .checkbox-custom {
    display: inline-block;
    margin: 5px;
    margin-right: 10px;
}
.table.table_write tbody tr .radio-custom label,
.table.table_write tbody tr .checkbox-custom label {
    font-weight: 400;    
}
/* table_view */
.table.table_view thead tr th,
.table.table_view thead tr td,
.table.table_view tbody tr th,
.table.table_view tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* 숫자로 보는 표본 수 : banCountAgency */
.banCountAgencyOvf {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
}
#banCountAgency {
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
}
#banCountAgency::-webkit-scrollbar {
    height: 5px;
    background-color: #ddd;
}
#banCountAgency::-webkit-scrollbar-thumb {
  background-color: #8db922;
}
#banCountAgency::-webkit-scrollbartrack {
  background-color: #ddd;
}
.banCountAgency {
    position: relative;
    max-height: 600px;
    overflow-y: scroll;
}
.banCountAgency .flH {
    position: sticky;
    left: 0;
    display: inline-block;
    top: 0;
    width: 200px;
    z-index: 5;
    vertical-align: middle;
}
.banCountAgency::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}
.banCountAgency::-webkit-scrollbar-thumb {
  background-color: #8db922;
}
.banCountAgency::-webkit-scrollbartrack {
  background-color: #ddd;
}
.banCountAgency .table.countTable {
    border-top: 2px solid #101624;
    margin: 0px !important;
}
.banCountAgency .table.countTable.countTableScon {
    border-top: 0px;
}
.banCountAgency .table.countTable .cell_con > div {
    word-break: keep-all;
}
.banCountAgency .table.countTable .cell_con > div:last-child {
    margin-top: 5px;
}
.banCountAgency .table.countTable>tbody+tbody {
    border: 0px;
}
.banCountAgency .table.countTable thead tr th,
.banCountAgency .table.countTable thead tr td,
.banCountAgency .table.countTable tbody tr th,
.banCountAgency .table.countTable tbody tr td {
    vertical-align: middle;
    border: 0px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
.banCountAgency .table.countTable:not(.countTableTit) thead tr th,
.banCountAgency .table.countTable:not(.countTableTit) thead tr td,
.banCountAgency .table.countTable:not(.countTableTit) tbody tr th,
.banCountAgency .table.countTable:not(.countTableTit) tbody tr td {
    /*height: 125px;*/
	height: 50px;
    line-height: 1.2em;
}
.banCountAgency .table.countTable thead tr th,
.banCountAgency .table.countTable thead tr td {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #111;
    border: 1px solid #ddd;
    word-break: keep-all;
}
.banCountAgency .table.countTable tbody tr th,
.banCountAgency .table.countTable tbody tr td {
    border: 1px solid #d6e4eb;
    background: #f3f7f8;
}
.banCountAgency .table.countTable thead tr .minWid,
.banCountAgency .table.countTable tbody tr .minWid {
    width: 200px;
    min-width: 200px;
}
.banCountAgency .table.countTable tbody.even tr th,
.banCountAgency .table.countTable tbody.even tr td {
    background: #fefefe;
}
.banCountAgency .table.countTable tbody tr th {
    text-align: center;
    font-weight: 600;
    color: #4b7487;
}
.banCountAgency .table.countTable tbody tr td {
    color: #8799a1;
}
.banCountAgency .table.countTable .cell_con .tdCell {
    font-family: 'Poppins';
    font-weight: 600;
    color: #4b7487;
}
.banCountAgency .table.countTable .uni_sym img {
    width: 50px;
    height: 50px;
}
@media (min-width:768px) {
    .banCountAgency .table.countTable .cell_con {
        display: flex;
        flex-wrap: wrap;
    }
    .banCountAgency .table.countTable .cell_con > div {
        width: 100%;
    }
    .banCountAgency .table.countTable .cell_con .tdCell {
        text-align: center;
    }
}
@media (max-width:768px) {
    .banCountAgency .flH {
        width: 80px;
    }
    .banCountAgency {
        max-height: 300px;
    }
    .banCountAgency .table.countTable thead tr th,
    .banCountAgency .table.countTable thead tr td,
    .banCountAgency .table.countTable tbody tr th,
    .banCountAgency .table.countTable tbody tr td {
        padding: 8px;
        font-size: 12px;
        text-align: center;
    }
    .banCountAgency .table.countTable:not(.countTableTit) thead tr th,
    .banCountAgency .table.countTable:not(.countTableTit) thead tr td,
    .banCountAgency .table.countTable:not(.countTableTit) tbody tr th,
    .banCountAgency .table.countTable:not(.countTableTit) tbody tr td {
        height: 105px;
    }
    .banCountAgency .table.countTable thead tr .minWid,
    .banCountAgency .table.countTable tbody tr .minWid {
        width: 80px;
        min-width: 80px;
    }
    .banCountAgency .table.countTable .cell_con .thCell {
        white-space: nowrap;
    }
    .banCountAgency .table.countTable .uni_sym img {
        width: 30px;
        height: 30px;
    }
}

.table_overflow {
    overflow-x: scroll;
}
.table_overflow .table {
    width: 1500px;
}
.table_overflow .table tr th, 
.table_overflow .table tr td {
    word-break: keep-all;
}
/* 모달 */
@media (min-width:992px){
    .mfp-img-wrp {
        padding: 40px 0;
    }
    .mfp-img-wrp .mfp-zoom {
        position: absolute;
        right: 0;
        bottom: 40px;
        z-index: 10;
    }
    .mfp-img-wrp .mfp-zoom span {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #fff;
        color: #111;
        font-weight: 700;
        text-align: center;
        border: 1px solid #ddd;
        margin-left: -1px;
        font-size: 20px;
        cursor: pointer;
    }
    .mfp-img-wrp .mfp-zoom .zoom-in {
        background: url(../img/zoom-in.png) center center no-repeat;
        background-color: #fff;
    }
    .mfp-img-wrp .mfp-zoom .zoom-out {
        background: url(../img/zoom-out.png) center center no-repeat;
        background-color: #fff;
    }
    .mfp-img-wrp img.mfp-img {
        padding: 0;
        max-width: 100% !important;
        max-height: 100% !important;
        
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out
    }
}
@media (max-width:992px){
    .mfp-img-wrp .mfp-zoom {
        display: none;
    }
}

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

