@import url("/css/main/font.css");

/* 사이트맵 css 시작 */
.sitemap-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visible 0.5s;
    z-index:115;
}

.sitemapWrap-actived .sitemap-bg {
    opacity: 1;
    visibility: visible;
}

.sitemapWrap-actived {
    overflow: hidden;
}

.sitemapWrap {
    position: absolute;
    left:400%;
    transition: left 0.5s;
    z-index: 115;
    top:50%;
    transform: translateY(-50%);
    display:none;
}

.sitemapWrap-actived .sitemapWrap {
    width: 70%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 40%;
    height: 70%;
    padding: 30px;
    text-align: left;
    display: block;
}

@media (max-width: 820px)
.sitemapWrap-actived .sitemapWrap {
    width: 70%;
    left: 50%;
    top: 40%;
    height: 55%;
}

.sitemap_con {
    width:90%;
    margin:0 auto;
}

.sitemapWrap .sitemap_title {
    margin-bottom: 30px;
}

.sitemapWrap .sitemap_title h2 {
    font-weight: normal;
    float: left;
    font-size: 26px;
}

.sitemapWrap .sitemap_title .btn-hide-sitemap {
    float: right;
    cursor: pointer;
}

.site-over {
    overflow-y: auto;
    height: 600px;
    border-top:1px solid #000;
    border:1px solid #000;
}

/* 임시 */
.list-w>ul>li:first-child{
}

.list-w>ul>li{
    position: relative;
}

.list-w>ul>li li {

}
.list-w>ul>li>a{
	font-size: 16px;
	padding:10px;
	padding-left:16px;
	display:block;
	margin-right:10px;
	font-weight:bold;
}

.list-w>ul ul ul {
    display: none;
}

.list-w ul ul a:not(:only-child)::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right:20px;
    font-weight: 600;
    margin-top:4px;
    font-size: 16px;
}


.list-w>ul>li{
    background:#f2f2f2;
    color:#000;
}

.list-w li li{
    background: #fff;
}

.list-w li li a {
	font-size:15px;
	color:#000;
	letter-spacing: -0.05em;
	padding: 6px;
	padding-left: 16px;
	display: block;
}


.list-w li li li a {
    font-family: NotoSanslight;
}

.list-w li li li {

}


/* 가이드네비 */
/* .localnav_wrap {
    background: rgb(53, 133, 216);
    padding: 0px;
    width: 100%;
    height: 50px;
    position: relative;
}

.localnav_wrap ul.guidenav > li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 20px;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.localnav_wrap ul.guidenav > li:not(:first-child) {
    text-align: left;
    width: 221px;
}

.localnav_wrap ul.guidenav > li:last-child {
    border-left: none;
    background-color: #2d5689;
}


.localnav_wrap ul.guidenav > li + li::after {
    top: 23px;
    right: 20px;
    border-top-color: rgba(255, 255, 255, 0.98);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    position: absolute;
    content: "";
}

.localnav_wrap ul.guidenav > li:hover .guidenav2depth {
    display: block;
}

.guidenav2depth {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: rgb(53, 133, 216);
    padding: 20px 0px;
    display: none;
    z-index: 10;
}

.guidenav2depth > li {
    padding: 8px 15px;
    position: relative;
    color: rgba(255, 255, 255, .5);
    font-family: NotoSansLight;
}

.guidenav2depth > li:hover {
    color: #fff;
}

.guidenav2depth > li.on {
    color: #fff;
}

.guidenav2depth > li.on::after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.guidenav2depth > li:hover::after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.navy {
    background-color: #2d5689;
}

.localnav_ico {
    height: 50px;
}

.localnav_ico > li {
    padding: 15px 15px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.localnav_ico > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.localnav_ico > li > a > .fas {
    font-size: 21px;
    color: #d7e7f7;
}

.localnav_ico > li.share {
position: relative;
height: 50px;
}

.localnav_ico > li.share .hide_ico {
position: absolute;
z-index: 10000;
height: 0px;
width: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transition: .3s;
top: 100%;
}


.localnav_ico > li.share:hover .hide_ico {
opacity: 1;
visibility: visible;
}

.localnav_ico > li.share .hide_ico > li {
height: 50px;
cursor: pointer;
}

.localnav_ico > li.share .hide_ico > li img {
width: 50px;
height: 50px;
}

.localnav_ico > li img {
display: block;
width: 21px;
height: 21px;
}

.localnav_ico > li img {
    display: block;
    width: 21px;
    height: 21px;
}

.box1 {
    width: 100%;
    height: 700px;
    background-color: #fff;
}

@media (max-width:1242px) {
    .localnav_wrap > .con {
        width: 90%;
    }


}


@media (max-width:950px) and (min-width:820px) {
    .localnav_wrap ul.guidenav > li:not(:first-child) {
        width: 130px;
    }
}

@media (max-width:1150px) and (min-width:950px) {
	.localnav_wrap ul.guidenav > li:not(:first-child) {
    width: 150px;
}
}


@media (max-width:820px) {
    .localnav_wrap > .con {
        width: 100%;
    }

    .localnav_wrap ul.guidenav > li {
        border-left: 0px solid rgba(255, 255, 255, 0.2);
    }

    .localnav_wrap ul.guidenav > li:nth-child(2),
    .localnav_wrap ul.guidenav > li:nth-child(3),
    .localnav_wrap ul.guidenav > li:nth-child(4) {
        display: none;
    }

    .localnav_wrap ul.guidenav {
        width: 100%;
    }


    .localnav_wrap ul.guidenav > li:not(:first-child) {
    	display : none;
    }

    .guidenav2depth {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background-color: rgb(53, 133, 216);
        padding: 20px 0px;
        display: none;
    }

    .guidenav2depth > li {
        padding: 8px 15px;
        position: relative;
        color: rgba(255, 255, 255, .5);
        font-family: NotoSansLight;
    }

    .localnav_ico > li:last-child {
        display: none;
    }

    .localnav_ico > li:last-child {
        border-right: 0px solid rgba(255, 255, 255, .2);
    }

    .localnav_ico {
        position: absolute;
        right: 0;
    }

    .localnav_ico > li {
        border-left: 0px solid rgba(255, 255, 255, .2);
    }

    .localnav_ico > li:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, .2);
    }
} */

.localnav_wrap {
    background: #fff;
    padding: 0px;
    width: 100%;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.localnav_wrap ul.guidenav > li {
    border-left: 1px solid #ddd;
    padding: 13px 15px;
    color: #565656;
    font-size: 15px;
    position: relative;
}

.localnav_wrap ul.guidenav > li:first-child {
    padding: 12px 15px;
}

.localnav_wrap ul.guidenav > li:first-child {padding: 13px 15px;}

.localnav_wrap ul.guidenav > li a.home {display: block; width: 24px; height: 24px; background: url(../../img/main/home.png) no-repeat center center; color:transparent;}

.localnav_wrap ul.guidenav > li:not(:first-child) {
    text-align: left;
    width: 220px;
}

.localnav_wrap ul.guidenav > li:last-child {
    border-right: 1px solid #ddd;
    color: #333;
    /*
    background-color: #2d5689; */
}

.localnav_wrap ul.guidenav > li + li::after {
    top: 23px;
    right: 20px;
    border-top-color: #777;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 6px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    position: absolute;
    content: "";
}

.localnav_wrap ul.guidenav > li:hover .guidenav2depth {
    display: block;
}

.guidenav2depth {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 95%;
    width: 100%;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top:none;
    padding: 0px 0px 10px 0;
    display: none;
    z-index: 500;
}

.guidenav2depth > li {
    padding: 5px 15px;
    position: relative;
    color: #565656;
    font-size: 15px;
}

.guidenav2depth > li:hover {
    color: #333;
}

.guidenav2depth > li:hover::after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 10px;
}



.localnav_ico {
    height: 49px;
    /* overflow: hidden; */
}

.localnav_ico > li {
    padding: 13px 15px;
    border-left: 1px solid #ddd;
}

.localnav_ico > li a.sitemap {display: block; width: 24px; height: 24px; background: url(../../img/main/sitemap.png) no-repeat center center; color:transparent;}
.localnav_ico > li a.social {display: block; width: 24px; height: 24px; background: url(../../img/main/social.png) no-repeat center center; color:transparent;}
.localnav_ico > li a.printer {display: block; width: 24px; height: 24px; background: url(../../img/main/printer.png) no-repeat center center; color:transparent;}


.localnav_ico > li:last-child {
    border-right: 1px solid #ddd;
}

.localnav_ico > li > a > .fas {
    font-size: 21px;
    color: #d7e7f7;
}

.localnav_ico > li.share {
position: relative;
height: 50px;
}

.localnav_ico > li.share .hide_ico {
position: absolute;
z-index: 10000;
height: 0px;
width: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transition: .3s;
top: 100%;
}


.localnav_ico > li.share:hover .hide_ico {
opacity: 1;
visibility: visible;
}

.localnav_ico > li.share .hide_ico > li {
height: 50px;
cursor: pointer;
}

.localnav_ico > li.share .hide_ico > li img {
width: 55px;
height: 50px;
}

.localnav_ico > li img {
    display: block;
    width: 21px;
    height: 21px;
}

.box1 {
    width: 100%;
    height: 700px;
    background-color: #fff;
}

@media (max-width:1242px) {
    .localnav_wrap > .con {
        width: 90%;
    }


}


@media (max-width:950px) and (min-width:820px) {
    .localnav_wrap ul.guidenav > li:not(:first-child) {
        width: 170px;
    }
}


@media (max-width:820px) {

    .spot {display: none;}

    .localnav_wrap {
    background: #3585d8;
    }

    .localnav_wrap > .con {
        width: 100%;
    }

    .localnav_wrap ul.guidenav > li {
        border-left: none;
        color: #fff;
    }
    .localnav_wrap ul.guidenav > li a.home {display: block; width: 24px; height: 24px; background: url(../../img/common/homeM.png) no-repeat center center; color:transparent;}

    .navy {
        background-color: #2d5689;
    }

    .localnav_wrap ul.guidenav > li:nth-child(2),
    .localnav_wrap ul.guidenav > li:nth-child(3) {
        display: none;
    }

    .localnav_wrap ul.guidenav > li:last-child {background: #013d7b;}

    .localnav_wrap ul.guidenav {
        width: 100%;
    }


    .localnav_wrap ul.guidenav > li:not(:first-child) {
        width: 50%;
    }

    .guidenav2depth {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background-color: rgb(53, 133, 216);
        padding: 20px 0px;
        display: none;
    }

    .guidenav2depth > li {
        padding: 8px 15px;
        position: relative;
        color: rgba(255, 255, 255, .5);
        font-family: NotoSansLight;
    }

    .localnav_ico > li:last-child {
        display: none;
    }

    .localnav_ico > li:last-child {
        border-right: 0px solid rgba(255, 255, 255, .2);
    }

    .localnav_ico {
        position: absolute;
        right: 0;
    }

    .localnav_ico > li {
        border-left: 0px solid rgba(255, 255, 255, .2);
    }

    .localnav_ico > li:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, .2);
    }

    .localnav_ico > li a.sitemap {display: block; width: 24px; height: 24px; background: url(../../img/common/sitemapM.png) no-repeat center center; color:transparent;}
    .localnav_ico > li a.social {display: block; width: 24px; height: 24px; background: url(../../img/common/socialM.png) no-repeat center center; color:transparent;}
    .localnav_ico > li a.printer {display: block; width: 24px; height: 24px; background: url(../../img/common/printerM.png) no-repeat center center; color:transparent;}


}

.localnav_ico > li.share .hide_ico {
position: absolute;
z-index: 10000;
height: 0px;
width: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transition: .3s;
top: 100%;
}


.localnav_ico > li.share:hover .hide_ico {
opacity: 1;
visibility: visible;
}

.localnav_ico > li.share .hide_ico > li {
height: 50px;
cursor: pointer;
}

/* 경영장부메인콘텐츠 시작 */
.newManagement {
    margin: 0 auto;
    height: 680px;

}

/* 경영장부탭메뉴 */
.newTab.list {
    margin-top: 50px;

}

.newTab.list.jx {
    height: auto;
}

.newTab.list.jx ul {
    border: 0;
}

.newTab.list.jx li {
    float: none;
    position: relative;
}

.newTab.list > ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
}

.newTab.list > ul:after {
    content: "";
    display: block;
    clear: both;
}

.newTab.list > ul > li {
    float: left;
    width: 50%;
    text-align: center;
    background-color: #ffab34;
    height: 130px;
    color: #fff;
}

.newTab.list > ul > li:last-child {
    background-color: #4873c2;
}

.newTab.list > ul > li > a {
    position: relative;
    display: block;
    padding-top: 45px;
}

.newTab.list > ul > li:first-child > a::after {
    content: "";
    position: absolute;
    background-image: url(../../img/main/management_tabimg_2.png);
    width: 120px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 80%;
    transform: translateY(-50%);
    right: 100px;
}

.newTab.list > ul > li:last-child > a::after {
    content: "";
    position: absolute;
    background-image: url(../../img/main/management_tabimg_1.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 80%;
    transform: translateY(-50%);
    right: 100px;
}


.newTab.list li a span {
    display: inline-block;
    padding: 6px 25px 6px 25px;
    cursor: pointer;
    font-family: YiSunShinDotumB;
}

.newTab.list li:first-child .newManagement-body {
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    border: 5px solid #ffab34;
    box-sizing: border-box;
    padding: 40px;
}

.newTab.list li:last-child .newManagement-body {
    border: 5px solid #4873c2;
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    box-sizing: border-box;
    padding: 40px;
}

.newTab.list li li {
    color: #000;
}


/* 회계장부 탭메뉴 시작 */
.newManagement_guide .newManagement_guide_box {
    border: 1px solid #dddddd;
    width: 416px;
    height: 85px;
    float: left;
    margin-top: 15px;
}

.newManagement_guide .newManagement_guide_box .txt-box {
    margin-top: 14px;
}

.newManagement_guide .newManagement_guide_box p {
    font-size: 14px;
    color: #ff6934;
}

.newManagement_guide .newManagement_guide_box span {
    font-size: 21px;
    position: relative;
    display: block;

}

.newManagement_guide .newManagement_guide_box span::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../../img/main/guide_ico.png);
    width: 20px;
    height: 20px;
    left: 70px;
    top: 5px;
}

.newManagement_guide .guide-txt {
    float: left;
    text-align: left;
    width: 60%;
    margin-left: 30px;
}

.newManagement_guide .guide-txt p {
    font-size: 16px;
    letter-spacing: 0px;
}

.newManagement_guide .guide-txt span {
    font-size: 21px;
}

.newManagement_status {
    text-align: left;
    margin-top: 30px;
}

.newManagement_status h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: YiSunShinDotumB;
    margin-bottom: 30px;
}

.status-box {
    background-color: #f0f2f8;
    height: 390px;
    width: 100%;
    position: relative;
}

.status-box .status-title span {
    font-size: 20px;
}

.status-box .status-box-1 {
    position: absolute;
    width: 44%;

    left: 0;
    padding: 30px;
}

.status-box .status-title {
    height: 50px;
}

.status-box .status-box-1 .status-table-wrap {
    background: #fff;
    width: 100%;
    height: 270px;
    position: relative;
}

.status-box .status-box-2 {
    position: absolute;
    width: 44%;
    right: 0;
    padding: 30px;
}a1s


.status-box .status-box-2 .status-title {
    height: 50px;
}

.status-box .status-box-2 .status-table-wrap {
    background: #fff;
    width: 100%;
    height: 270px;
    position: relative;
}


/* 표 시작 */
.statustable {
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto;
    font-family: NotoSansLight;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.statustable th,
.statustable td {
    border: 1px solid #dddddd;
    padding: 10px 0px;
}

.statustable .color {
    background: #fafafc;
}

.statustable .borderblack {
    border-top: 1px solid black;
}


.status-table-wrap .graph {
    position: absolute;
    width: 90%;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 230px;
}

/* 달력 시작 */
.calender_wrap td {
    text-align: left;
}

.calender_wrap {
    margin-top: 60px;
    height: auto;
    margin-bottom: 50px;
}

.calender_wrap h2 {
    font-size: 24px;
    float: left;
    margin-top: 13px;
    font-weight: normal;
    font-family: YiSunShinDotumB;
}

.calender_wrap .title-box {
    border-bottom: 3px solid black;
    padding-bottom: 15px;
}

.calender_wrap .title-box::after {
    content: "";
    display: block;
    clear: both;
}

.calender_wrap .title-box .tip-box {
    float: left;
}

.calender_wrap .title-box .tip-box .far {
    font-size: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.calender_wrap .title-box .tip-box ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.calender_wrap .title-box .tip-box ul li:first-child {
    background: #ff3366;
    padding: 7px 15px;
    border-radius: 5px;
    position: relative;
    margin-left: 15px;
}

.calender_wrap .title-box .tip-box ul li:last-child {
    background: #f7941d;
    padding: 7px 15px;
    border-radius: 5px;
    position: relative;
    margin-left: 15px;
}

.calender_wrap .setting-box {
    float: right;
}

.calender_wrap .setting-box .calenderinput {
    width: 95px;
    float: left;
}


.default_box select {
	appearance: button;
}

.calender_wrap .setting-box .calenderinput select {
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url(../../img/main/relate_ico.png) no-repeat 95% 50%;
    padding: 12px 10px;
    border: 1px solid #ddd;
    width: 80px;
    border-radius: 5px;
    color: #666666;
    font-family: NotoSansLight;
}

.calender_wrap .setting-box .calenderinput select:focus {
    border: 1px solid black;
}

select::-ms-expand {
    display: none;
}

.calender_wrap .setting-box .calenderinput .imgbtn {
    float: left;
    display: block;
    margin-top: -10px;
    margin-left: 10px;
}

.calender_wrap .setting-box .custom {
    float: left;
    border: 1px solid #dddddd;
    padding: 8px 10px;
    border-radius: 5px;

}

.calender_wrap .setting-box .custom a {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    font-family: NotoSansLight;
}

.calender_wrap .setting-box .custom .fas {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
    margin-right: 5px;
}


.calender_wrap .title2-box {
    height: 60px;
    border-bottom: 1px solid #d9d9d9;

}

.calender_wrap .title2-box > ul > li {
    float: left;
    padding: 16px 10px;
}

.calender_wrap .title2-box a {
    font-size: 16px;
    position: relative;
}


.calender_wrap .title2-box > ul:first-child > li a::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: -25px;
    top: 60%;
    transform: translateY(-50%);
}

.calender_wrap .title2-box > ul:first-child > li a.diary::before {
    background-image: url(../../img/main/pen_ico.png);
    width: 18px;
    height: 19px;
}

.calender_wrap .title2-box > ul:first-child > li a.money::before {
    background-image: url(../../img/main/won_ico.png);
    width: 20px;
    height: 15px;
}

.calender_wrap .title2-box > ul:first-child > li a.edu::before {
    background-image: url(../../img/main/icon_edu_02.png);
    width: 20px;
    height: 16px;
}

.calender_wrap .title2-box > ul:first-child > li a.pesticide::before {
    background-image: url(../../img/main/icon_pesticide.png);
    width: 12px;
    height: 21px;
}

.calender_wrap .title2-box > ul:first-child > li a.water::before {
    background-image: url(../../img/main/icon_water.png);
    width: 14px;
    height: 19px;
}

.calender_wrap .title2-box > ul:first-child > li a.fertilizer::before {
    background-image: url(../../img/main/icon_fertilizer.png);
    width: 14px;
    height: 13px;
}



.calender_wrap .title2-box > ul > li:not(:last-child) {
    margin-right: 30px;
}

/* 달력 표시작 */
.calender_wrap .calender-title {
    margin-top: 30px;
}

.calender_wrap .date-select {
    width: 40%;
    margin: 0 auto;
}

.calender_wrap .date-select > ul {
    float: left;
    margin-right: 30px;
}

.calender_wrap .date-select > ul > li > a {
    font-size: 17px;
}

.calender_wrap .date-select > ul > li:first-child {
    border: 1px solid #dddddd;
    padding: 6.5px 15px;
    height:40px;
}

.calender_wrap .date-select > ul > li:first-child {
    margin-right: 50px;
}

.calender_wrap .date-select {

}
.calender_wrap .date-select > ul > li .far {
    font-size: 20px;
}

.calender_wrap .date-slide ul {
    width: 100%;
}

.calender_wrap .date-slide ul > li {
    margin-right: 15px;
    margin-top: 5px;
    font-size: 24px;
}

.calender_wrap .icon-area > ul > li img {
    display: block;
    margin-right: 5px;
}


.calender_wrap .icon-area {
    margin-top: 25px;
    margin-bottom: 25px;
}

.calender_wrap .icon-area ul:first-child {
    float: left;
    font-size: 16px;
}

.calender_wrap .icon-area ul:first-child > li:nth-child(2n) {
    margin-right: 10px;
}

.calender_wrap .icon-area ul:last-child {
    float: right;
}

.calender_wrap .icon-area ul:last-child > li {
    float: left;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

.calender_wrap .icon-area ul:last-child > li:not(:last-child) {
    margin-right: 15px;
}

.calender_wrap .icon-area ul:last-child > li:first-child,
.calender_wrap .icon-area ul:last-child > li:nth-child(2) {
    background: #5ebb25;
    border: 1px solid #509f1f;
}

.calender_wrap .icon-area ul:last-child > li:last-child,
.calender_wrap .icon-area ul:last-child > li:nth-child(3) {
    background: #b79e80;
    border: 1px solid #9c866d;
}


.calender_wrap .date-slide ul > li:first-child,
.calender_wrap .date-slide ul > li:last-child {
    opacity: 0.5;
}

.calender_wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-family: NotoSansLight;
    font-size: 18px;
    text-align: center;
    font-family: Montserrat-Medium;
}


.calender_wrap table th {
    border: 1px solid #dddddd;
    padding: 25px 0px;
}

.calender_wrap table td {
    padding-bottom: 90px;
    padding-top: 10px;
    border: 1px solid #dddddd;
    padding-left: 20px;
    position: relative;
}

.calender_wrap table thead {
    background: #d7e7f7;
    color: #2d5689;
}

.calender_wrap table thead th {
    border: 1px solid #eeeeee;
}

.calender_wrap table tbody {
    text-align: left;
}

.calender_wrap span {
    position: relative;
    display: block;
}

.calender_wrap table td:hover {
    background-color: #ebf3fb;
    cursor : copy;
}

.outDay {
    opacity: 0.5;
}

.holiday {
    color: red;
}

.calender_wrap .farm .ui-datepicker-trigger {
	height:40px;
	 border: 1px solid #dddddd;
    padding: 3px 15px;
    width:60px;
    box-sizing:border-box;
}
.calender_wrap .farm .ui-datepicker-trigger::before {
	font: 27px/36px "okdab";
    left: 0px;
    top: 0px;
    width: 100%;
    color: black;
    text-transform: none;
    text-indent: 0px;
    text-decoration: inherit;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    content: "\e825";
    -webkit-font-smoothing: antialiased;
}

/* .ui-datepicker-title select {
	appearance:button;
} */
@media (max-width:820px) {
	.calender_wrap .farm .ui-datepicker-trigger {
	margin-top:-2px;
}

.calender_wrap .date-select > ul > li:first-child {
    border: 1px solid #dddddd;
    padding: 6.5px 7px;
    height:40px;
}

.calender_wrap .farm .ui-datepicker-trigger {
    width:40px;
}

.calender_wrap .farm .ui-datepicker-trigger::before {
	font: 18px/36px "okdab";
    left: 0px;
    top: 0px;
}
}

.today {
    border-radius: 50%;
    background: #3585d8;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    margin-left: -10px;
}

.today > span {
    padding-top: 4px;
    display: block;
}

.calender_wrap .desc {
    position: absolute;
    left: 15px;
    margin-top: 10px;
}

.calender_wrap .desc span {
    color: #000;
}

.calender_wrap .desc img {
    margin-right: 5px;
    margin-top: 5px;
}

.calender_wrap .desc .desc-txt {
    font-size: 14px;
    margin-top: 5px;
    font-family: NotoSansMedium;
    box-sizing: border-box;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}

.calender_wrap .desc .desc-num {
    width: 20px;
    height: 20px;
    background: #898989;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
}

.calender_wrap .desc-num a {
    display: block;
    color: #fff;
    /* margin-top: 2px; */
}

.calender_wrap .desc_1 {
    position: absolute;
    left: 15px;
    margin-top: 35px;
}

.calender_wrap .desc_1 .desc-txt {
    font-size: 14px;
    font-family: NotoSansMedium;
    text-align: left;
}

.calender_wrap .desc_2 {
    position: absolute;
    left: 15px;
    margin-top: 60px;
}

.calender_wrap .desc_2 .desc-txt {
    font-size: 14px;
    font-family: NotoSansMedium;
    text-align: left;
}


/* 게시판영역 시작 */
.newManagement-footer {
    height: 230px;
}

.newManagement-footer .qna {
    width: 33%;
    border-right: 1px solid #ddd;
    height: 200px;
}

.newManagement-footer .qna .fas {
    font-size: 18px;
    float: right;
    margin-right: 20px;
    margin-top: 3px;
    cursor: pointer;
    transition: 0.5s;
}

.newManagement-footer .qna .fas:hover {
    transform: rotate(360deg);

}

.newManagement-footer .qna .title {
    height: 35px;
    margin-top: 10px;
}

.newManagement-footer .qna .title h4 {
    font-weight: normal;
    font-size: 24px;
}

.newManagement-footer .qna ul li {
    margin-left: 20px;
    display: block;
    width: 90%;
    height: 30px;
    padding: 5px 0px;
    position: relative;
}

.newManagement-footer .qna ul li a {
    display: block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    display: block;
}

.newManagement-footer .qna ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: black;
    opacity: 0.3;
    left: -20px;
    top:33%;
}

.newManagement-footer .qna ul li img {
    margin-left: 10px;
    display: block;
    margin-top: 5px;
}

.newManagement-footer .download {
    width: 33%;
    border-right: 1px solid #ddd;
    height: 200px;
}

.newManagement-footer .download .title {
    height: 35px;
    font-size: 24px;
    width: 80%;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
}

.newManagement-footer .download .download_1 {
    border: 1px solid #dddddd;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.newManagement-footer .download .download_1 a {
    font-size: 16px;
    display: block;
    position: relative;
    padding: 10px 0;
}

.newManagement-footer .download .download_1 a::after {
    content: '';
    position: absolute;
    background-image: url(../../img/main/download.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
}

.newManagement-footer .service {
    width: 33%;
    height: 200px;
}

.newManagement-footer .service .title {
    font-size: 24px;
    width: 90%;
    text-align: left;
    margin-left: auto;
}

.newManagement-footer .service .title div:first-child {
    margin-top: 10px;
}

.newManagement-footer .service .title .trouble {
    font-size: 16px;
    border: 1px solid #ddd;
    height: 45px;
}

.newManagement-footer .service .title .trouble a {
    padding: 0px 15px;
    margin-top: 10px;
    display: block;
}

.newManagement-footer .service .service-num {
    text-align: left;
    width: 90%;
    margin-left: auto;
    color: #f26522;
    font-family: YiSunShinDotumB;
    margin-top: 20px;
}

.newManagement-footer .service .service-num span {
    font-size: 35px;
}

.newManagement-footer .service .service-time {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-top: 20px;
}

.newManagement-footer .service .service-time p {
    font-size: 15px;
    opacity: 0.5;
}

/* 테블릿 반응형 */
@media (min-width:821px) and (max-width:950px) {

    .newTab.list > ul > li:first-child > a::after {
        right: 30px;
    }

    .newTab.list > ul > li:last-child > a::after {
        right: 30px;
    }

    .calender_wrap .desc .desc-txt {
        max-width: 40px;
    }

    .calender_wrap .title2-box a {
        font-size: 14px;
    }

    .newManagement-footer .qna ul li {
        width: 95%;
    }

    .newManagement-footer .qna ul li img {
        margin-left: 3px;
    }

    .newManagement-footer .qna ul li a {
        font-size: 16px;
    }

    .newManagement-footer .download .download_1 a::after {
        right: 10px;
    }
}


/* 모바일 메인콘텐츠 반응형 */
@media (max-width:820px) {

    /* 경영장부메인콘텐츠 시작 */
    .mana_wrap {
        width: 100%;
    }

    .newManagement {
        margin: 0 auto;
        height: 850px;
        min-width: 320px;
    }

    /* 경영장부탭메뉴 */
    .newTab.list {
        margin-top: 30px;
    }

    .newTab.list > ul {
        font-size: 18px;
    }


    .newTab.list > ul > li {
        float: left;
        width: 50%;
        height: 70px;
    }

    .newTab.list > ul > li > a {
        position: relative;
        display: block;
        padding-top: 20px;
    }

    .newTab.list > ul > li:first-child > a::after {
        content: "";
        display: none;
    }

    .newTab.list > ul > li:last-child.active > a::before {
        width: 15px;
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        height: 15px;
        background: #4873c2;
        bottom: -50%;
    }

    .newTab.list > ul > li:first-child.active > a::before {
        width: 15px;
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        height: 15px;
        background: #ffab34;
        bottom: -50%;
    }

    .newTab.list > ul > li:last-child > a::after {
        content: "";
        display: none;
    }

    .newTab.list li a span {
        display: inline-block;
        padding: 6px 25px 6px 25px;
        cursor: pointer;
        font-family: YiSunShinDotumB;
    }

    .newTab.list li:first-child .newManagement-body {
        width: 95%;
        top: 70px;
        border: 0px;
        padding: 0px;
        left: 50%;
        transform: translateX(-50%);
    }


    .newTab.list li:last-child .newManagement-body {
        border: 0px solid #ffab34;
        width: 95%;
        top: 70px;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 0px;
    }


    .status-box {
        height: 720px;
        width: 100%;
    }

    .status-box .status-box-1 {
        width: 90%;
        padding: 20px;
        position: static;
    }

    .status-box .status-title {
        height: 50px;
    }

    .status-box .status-box-2 {
        width: 90%;
        padding: 20px;
        position: static;
    }

    .status-box .status-box-2 .status-title {
        height: 40px;
    }


    /* 달력 시작 */
    .calender_wrap {
        margin-top: 40px;
        height: auto;
        margin-bottom: 50px;
        min-width: 320px;
    }

    .calender_wrap .title-box .tip-box {
        display: none;
    }

    .calender_wrap .setting-box .custom {
        padding: 8px 10px;
    }

    .calender_wrap .setting-box .custom a {
        margin-top: 2px;
    }

    .calender_wrap .setting-box .custom .fas {
        margin-top: 7px;
    }

    .calender_wrap .title2-box {
        height: 130px;
    }

    .calender_wrap .title2-box > ul {
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .calender_wrap .title2-box > ul > li {
        padding-top: 16px;
        width: 45%;
        padding: 7px;
        text-align: center;
    }

    .calender_wrap .title2-box > ul > li:nth-child(2n) {
        margin-right: 0px;
    }

    .calender_wrap .title2-box > ul > li:not(:last-child) {
        margin-right: 0px;
    }

    .calender_wrap .title2-box > ul > li:first-child {
        display: none;
    }

    .calender_wrap .title2-box a {
        font-size: 14px;
    }

    /* 달력 표시작 */
    .calender_wrap .calender-title {
        margin-top: 30px;
        position: relative;
    }

    .calender_wrap .date-select {
        width: 100%;
        margin: 0 auto;
        height: 40px;
    }

    .calender_wrap .date-select > ul {
        margin-right: 0;
    }

    .calender_wrap .date-select > ul > li > a {
        font-size: 12px;
    }

    .calender_wrap .date-select > ul > li {
        padding: 3px 10px;
    }

    .calender_wrap .date-select > ul > li:first-child {
        margin-right: 30px;
        display:block;
        padding-top:10px;
    }

    .calender_wrap .date-select > ul > li .far {
        font-size: 15px;
    }

    .calender_wrap .date-slide ul {
        width: 138px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .calender_wrap .date-slide ul > li {
        margin-right: 10px;
        margin-top: 0px;
        font-size: 16px;
    }

    .calender_wrap .icon-area {
        margin-top: 15px;
    }

    .calender_wrap .icon-area > ul > li > a {
        font-size: 14px;
    }

    /* 추가 */
    .calender_wrap .icon-area > ul > li img {
        display: block;
        margin-top: 5px;
        margin-right: 5px;
    }

    .calender_wrap .icon-area {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .calender_wrap .icon-area ul:first-child {
        float: none;
    }

    /*
    .calender_wrap .icon-area ul:first-child > li:nth-child(2n) {
        margin-right: 10px;
    }

    .calender_wrap .icon-area ul:last-child > li:not(:last-child) {
    margin-right:2%;
    }
    */


    .calender_wrap .icon-area ul:last-child > li:not(:last-child) {
        margin-right: 0;
    }

    .calender_wrap .icon-area ul:last-child {
        float: none;
        clear: both;
        margin-top: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .calender_wrap .icon-area ul:last-child > li {
        color: #fff;
        padding: 7px 5px;
        text-align: center;
        font-size: 14px;
        width: calc(50% - 20px);
    }

    .calender_wrap .icon-area ul:last-child > li:nth-child(2n) {
        margin-left: 10px;
    }

    .calender_wrap .icon-area ul:last-child > li:nth-child(3),
    .calender_wrap .icon-area ul:last-child > li:last-child {
        margin-top: 10px;
    }


    .calender_wrap table {
        font-size: 11px;
        margin-top: 15px;
    }

    .calender_wrap table th {
        padding: 10px 0px;
        width: 14.2%;
    }

    .calender_wrap table td {
        padding-bottom: 60px;
        padding-top: 5px;
        border: 1px solid #dddddd;
        padding-left: 10px;
        position: relative;
    }

    .today {
        width: 30px;
        height: 30px;
        margin-left: -5px;
    }

    .today > span {
        padding-top: 3px;
    }

    .calender_wrap .desc {
        position: absolute;
        left: 5px;
        margin-top: 5px;
    }

    .calender_wrap .desc img {
        margin-right: 0px;
        margin-top: 0px;
        width: 18px;
        height: 18px;
    }

    .calender_wrap .desc .desc-txt {
        display: none;
    }

    .calender_wrap .desc .desc-num {
        width: 18px;
        height: 18px;
        font-size: 11px;
        margin-top: 0px;
    }

    .calender_wrap .desc-num a {
        margin-top: 3px;
    }

    .calender_wrap .desc_1 {
        position: absolute;
        left: 5px;
        margin-top: 25px;
    }

    .calender_wrap .desc_2 {
        position: absolute;
        left: 5px;
        margin-top: 45px;
    }



    /* 게시판영역 시작 */
    .newManagement-footer {
        height: 500px;
    }

    .newManagement-footer .qna {
        width: 95%;
        border-right: 0px solid #ddd;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .newManagement-footer .qna .title h4 {
        font-weight:bold;
        font-size: 18px;
    }

    .newManagement-footer .qna .title .fas {
        margin-right: 0;
    }

    .newManagement-footer .qna ul li {
        margin-left: 20px;
        display: block;
        width: 90%;
        height: 30px;
        padding: 5px 0px;
        position: relative;
    }

    .newManagement-footer .qna ul li::before {
        width: 7px;
        height: 7px;
        left: -15px;
        top: 40%;
    }

    .newManagement-footer .qna ul li img {
        width: 14px;
    }

    .newManagement-footer .qna ul li a {
        font-size: 14px;
    }

    .newManagement-footer .download {
        width: 95%;
        border-right: 0px solid #ddd;
        height: auto;
    }

    .newManagement-footer .download .title {
        font-size: 18px;
        width: 95%;
        font-weight: bold;
    }

    .newManagement-footer .download .download_1 {
        border: 1px solid #dddddd;
        width: 95%;
        margin: 0 auto;
        margin-top: 0px;
    }

    .newManagement-footer .download .download_1 a {
        font-size: 14px;
    }

    .newManagement-footer .service {
        width: 103%;
        height: 200px;
        margin-top: 20px;
        background-color: #ff7800;
        margin-left: -20px;
    }

    .newManagement-footer .service .title {
        font-size: 17px;
        width: 87%;
        margin: 0 auto;
        font-weight: bold;
        color: #fff;
        margin-top: 20px;
    }

    .newManagement-footer .service .title .trouble {
        font-size: 14px;
    }

    .newManagement-footer .service .title .trouble a {
        font-family: NotoSansLight;
    }

    .newManagement-footer .service .service-num {
        width: 89%;
        margin-left: 0;
        margin: 0 auto;
        color: #fff;
    }

    .newManagement-footer .service .service-num span {
        font-size: 25px;
    }

    .newManagement-footer .service .service-time {
        text-align: left;
        width: 94%;
        margin-left: auto;
        margin-top: 20px;
    }

    .newManagement-footer .service .service-time p {
        font-size: 13px;
        opacity: 0.5;
        color: #fff;
    }
}


/* 플로팅 메뉴 */
.floating {
    position: absolute;
    right: 10%;
    top: 30%;
    text-align: center;
    transition: 0.5s;
    z-index: 1000;
    font-weight: bold;
}

.floating-menu {
    background: #409d4a;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}

.floating-menu a {
    color: #fff;
    font-size: 16px;
    padding-top: 27px;
    display: block;
}


.hide li:first-child a {
    padding-top:0px;
}

.floating-menu.active a.open::after {
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
    font-size: 30px;

}

.floating-menu a.open::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
    font-size: 30px;

}

.floating-menu .floatingHide {
    margin-top: 40px;
}

.floating-menu .floatingHide>li {
    background: #3a83f9;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* 팝업버튼 */
.floating-menu .floatingHide .popup-btn {
    background-color: #41bdce;
}

.popup-btn .txt {
    color: #fff;
}

.popup-btn .popup-num {
    color: #fddc00;
}

.popup-btn p {
    margin:0;
}
.floating-menu .floatingHide>li a.br {
    display: block;
    padding-top: 20px;
}

.floating-menu .floatingHide>li a.no_br {
    display: block;
    padding-top: 28px;
}


.floating-menu .floatingHide {
    display: none;

}

@media (max-width:820px) {
    .floating-menu {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .floating-menu a {
        color: #fff;
        font-size: 12px;
        padding-top: 8px;
        display: block;
    }

    .popup-btn .txt{
    	padding-top:0px;
    	font-size: 12px;
    }

    .hide li:first-child a {
	    padding-top:2px;
	}

    .floating-menu.active a.open::after {
        content: '\f106';
        font-family: "Font Awesome 5 Free";
        color: #fff;
        font-weight: 600;
        font-size: 30px;
    }

    .floating-menu a.open::after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        color: #fff;
        font-weight: 600;
        font-size: 30px;
    }

    .floating-menu .floatingHide {
        margin-top: 20px;
    }

    .floating-menu .floatingHide>li {
        width: 60px;
        height: 60px;
    }

    .floating-menu .floatingHide>li a.br {
        padding-top: 10px;
    }

    .floating-menu .floatingHide>li a.no_br {
        padding-top: 17px;
    }
}

/* 모바일 메인콘텐츠 반응형 */
@media (max-width:820px) {

	.floating {
	    right:0%;
	}

	.floating-menu {
	    width: 50px;
	    height: 50px;
	    margin-bottom: 15px;
	}

	.floating-menu a {
	    color: #fff;
	    font-size: 12px;
	    /* padding-top: 14px; */
	    display: block;
	}

	.floating-menu.active a.open::after {
	    content:'\f106';
	    font-family: "Font Awesome 5 Free";
	    color:#fff;
	    font-weight: 600;
	    font-size: 30px;
	}

	.floating-menu a.open::after {
	    content:'\f107';
	    font-family: "Font Awesome 5 Free";
	    color:#fff;
	    font-weight: 600;
	    font-size: 30px;
	}

	.floating-menu .floatingHide {
	    margin-top:20px;
	}

	.floating-menu .floatingHide > li {
	    width: 50px;
	    height: 50px;
	}

	.floating-menu .floatingHide > li a.br {
	    padding-top:10px;
	}

	.floating-menu .floatingHide > li a.no_br {
	    padding-top:17px;
	}
}

@media (min-width:950px) and (max-width:1650px) {
    .floating {
        right:0;
        z-index: 1;
    }
}

@media (max-width:820px) {
	.sitemapWrap-actived .sitemapWrap{
	    width: 70%;
		left: 50%;
		top: 45%;
		height: 70%;
	}

	.site-over {
	    height: 400px;
	}
}

.tipPop > div {
    width: 45%;
}

.userMainGuide li {
	margin-left:-5px;
}

/* 추가 */
.newManagement_status .man_go-box .go-box {
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    transition: 0.3s;
}

.newManagement_status .man_go-box .go-box:hover {
    background-color: #3585d8;
    color:#fff;
    box-shadow:200px 0 0 0 #3585d8 inset;
}

@media (max-width:820px) {
   .newManagement_status .man_go-box .go-box {
	    border: 1px solid #ccc;
	    padding: 5px 10px;
	    border-radius: 20px;
	    position: relative;
	    background-color: #fff;
	    transition: 0.3s;
	}
}

.newManagement_status .man_go-box .go-box a {
    font-size: 15px;
    display: block;

}

.newManagement_status .man_go-box .go-box img {
    display: block;
    margin-top:5px;
    margin-left: 5px;
}

/* TODO CNB 임시 그래프추가 */
.status-table-wrap .graph-wrap {
    /* padding-top:30px; */
}

/* TODO CNB 임시 그래프추가 */
.status-table-wrap img {
    display: block;
    margin:0 auto;
    height:200px;
    width:90%;
}

/* TODO CNB 임시 그래프추가 */
.img-area img:first-child {
    margin:0 auto;
    display: block;
    width:80%;
    margin-top:10px;
}

/* TODO CNB 임시 그래프추가 */
.img-area img:last-child {
    display: none;
}

/* TODO CNB 임시 그래프추가 */
@media (max-width:820px) {
    .img-area img:first-child {
	    display: none;
	}
    .img-area img:last-child {
	    display:block;
	    width:90%;
	    margin:0 auto;
	    max-height: 200px;
	    max-width:335px;
	}
}

@media (max-width: 820px){
	.footer-btn {
		position: absolute;
		left: 50%;
		bottom: 10px;
		z-index: 9999999;
		display: block;
		transform: translateX(-50%);
	}
}

.graph-wrap {
    background-color:#fff;
}

.board_list_box .body {
    min-width:900px;
    overflow-x: auto !important;
}

.board_list_box .body table.list.rtable {
    min-width:1000px;
    overflow-x:auto !important;
    overflow:hidden !important;
}

.hit_menu button {padding: 5px 5px;}

/** --------------------------------------------------
------------서브 탭 이동 추가 시작 ------------------
--------------------------------------------------- **/
.localnav_wrap ul.guidenav > li {
    position: relative;
}

/* 마우스 호버 시 서브메뉴 열림 */
.localnav_wrap ul.guidenav > li:hover .guidenav2depth {
    display: block;
}

/* 키보드 포커스 시 서브메뉴 열림 */
.localnav_wrap ul.guidenav > li:focus-within .guidenav2depth {
    display: block;
}

/* 기본적으로 서브메뉴는 숨김 */
.guidenav2depth {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 100;
}

/* 서브메뉴 내부 링크 스타일 */
.guidenav2depth a {
    display: block;
    color: #333;
    text-decoration: none;
}

/** --------------------------------------------------
------------서브 탭 이동 추가 끝 ------------------
--------------------------------------------------- **/

/**sns 탭 이동 **/
.localnav_ico > li.share .hide_ico {
    position: absolute;
    z-index: 10000;
    height: auto;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    top: 100%;
}

/* 마우스 호버 시 메뉴 보이기 */
.localnav_ico > li.share:hover .hide_ico {
    opacity: 1;
    visibility: visible;
}

/* 키보드(Tab, Enter)로 접근 시 메뉴 보이기 */
.localnav_ico > li.share:focus-within .hide_ico {
    opacity: 1;
    visibility: visible;
}