/*타이틀*/
#content .ctLeft .siteName { color:#9aa4bf; font-size:12px; margin:0 0 10px; }
#content .ctLeft .pageTitle { color:#fff; font-size:20px; /*font-family: "a3";*/ margin:0 0 15px; }
#content .ctLeft .pageTitle .count { color:#4ff461; }

/* 공통버튼 */
.btnFooter {     
    display: inline-block;
    font-size: 12px;
    color: #9aa4bf;
    font-family: "a3";
    width: 115px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 18px; 
}
.btnFooter .iconfont {
    color: #475066;
    transition: all 0.3s;
}
.btnFooter:hover { background:#293249; color:#fff; }
.btnFooter:hover .iconfont { color:#4ff461; }

/*보증업체 리스트*/
.guarantee ul { margin-left:-15px; }
.guarantee ul li { float:left; margin:0 0 15px 15px; width:calc(100% / 3 - 15px); text-align: center; background:#1d2333; border-radius:10px; overflow:hidden; }
.guarantee ul li .thumbnail { margin:0 0 20px; height:145px; overflow:hidden; }
.guarantee ul li .thumbnail a { display:block; }
.guarantee ul li .thumbnail img { width:100%; }
.guarantee ul li .guaTitle { height:34px; overflow:hidden; font-size:15px; color:#fff; margin:0 0 10px; font-family: "a3";}
.guarantee ul li .guaSite { font-size:12px; color:#9aa4bf; margin:0 0 20px; font-family: "a3";}
.guarantee ul li .guaSite a {display:block;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 10px;}
.guarantee ul li .guaInfo { padding:0 40px; margin:0 0 20px; }
.guarantee ul li .guaInfo dl { position:relative; padding:0; }
.guarantee ul li .guaInfo dl:after { content:""; position:absolute; left:0; top:50%; transform: translateY(-50%); width:2px; height:20px; background:#262d3e; }
.guarantee ul li .guaInfo dl:first-child:after { display:none; } 
.guarantee ul li .guaInfo dl dt { font-size:12px; color:#9aa4bf; }
.guarantee ul li .guaInfo dl dd { font-size:12px; color:#fff; margin:0 0 8px; }
.guarantee ul li .guaFooter { padding:9px 0 0 0; height:55px; background:#21283b; border-top:1px solid #1d2333; }
.guarantee ul li .guaFooter .btnFooter { border-radius:10px; }

/*게사판 상세*/
.boardView { padding:25px 0 0 0; margin:0 0 30px; border-radius:10px; overflow:hidden; background:#1d2333; }
.boardView .vHeader { padding:0 0 15px; border-bottom:1px solid #2f3749; height:75px; margin:0 25px; }
.boardView .vHeader .vLeft { float:left; position:relative; padding:0 0 0 70px; }
.boardView .vHeader .vLeft .imgCompany { position:absolute; left:0; top:0; width:55px; height:60px; line-height:60px; text-align: center; background:url(../images/sub/level_detail_bg.png) no-repeat; }
.boardView .vHeader .vLeft .imgCompany strong { display:inline-block; height:40px; overflow:hidden; position:relative; top:50%; transform: translateY(-50%); }
.boardView .vHeader .vLeft .imgCompany img { max-width:32px; vertical-align: top; position:relative; top:50%; transform: translateY(-50%); }
.boardView .vHeader .vLeft .vTitle { margin:12px 0 7px 0; font-size:15px; color:#ffffff; }
.boardView .vHeader .vLeft .vSite {  font-size:12px; color:#9aa4bf; }
.boardView .vHeader .vRight { float:right; margin:13px 0 0; text-align: center; color:#fff; font-size:12px; }
.boardView .vHeader .vRight dl { position:relative; padding:0 15px; min-width:80px; }
.boardView .vHeader .vRight dl:after { content:""; position:absolute; width:2px; height:21px; background:#262d3e; left:0; top:50%; transform: translateY(-50%); }
.boardView .vHeader .vRight dl:first-child:after { display:none; }
.boardView .vHeader .vRight dt,
.boardView .vHeader .vRight dd { font-size:12px; }
.boardView .vHeader .vRight dt { margin-top:10px; color:#9aa4bf; }
.boardView .vContent {  }
.boardView .vContent .artContent { font-size:14px; color:#d6d6d6; line-height:1.5; margin:0 25px; padding:28px 0 40px; }
.boardView .vContent .reply .reTitle { padding:10px 0; border:1px solid #2f3749; border-left:0; border-right:0; background:#21283b; text-align: center;}
.boardView .vContent .reply .reTitle a { display:inline-block; border-radius:10px; padding:0 25px; font-size:14px; font-family:"a3"; height:45px; line-height: 45px; color:#fff; background:#293249; }
.boardView .vContent .reply .reTitle a .iconfont { color:#4ff461; margin-right:3px; }
.boardView .vContent .reply .reList { display:none-; }
.boardView .vContent .reply .reList ul li { position:relative;  }
/* .boardView .vContent .reply .reList .inReply { background:#21283b; } */
.boardView .vContent .reply .reList ul li .reWrite { position:relative; }

.boardView .vContent .reply .reList ul li .reWrite:after { 
    content: "";
    position: absolute;
    bottom: 0;
    left: -1200px;
    right: 0;
    width: 5000px;
    height: 1px;
    border-bottom: 1px solid #2f3749;
 }
.boardView .vContent .reply .reList ul li .reWrap { position:relative; padding:20px 0 20px 0px; }
.boardView .vContent .reply .reList ul li .reWrap:after { content:""; position:absolute; bottom:0; left:-1200px; right:0; width:5000px; height:1px; border-bottom:1px solid #2f3749; }
.boardView .vContent .reply .reList ul li .imgLevel { position:absolute; left:25px; top:20px; width:48px; padding-right:7px; height:48px; line-height:48px; background:url(../images/sub/level_detail_small_bg.png) no-repeat; background-size:40px; text-align: center; }
.boardView .vContent .reply .reList ul li .imgLevel .numLevel { position:absolute; right:0; bottom:2px; background:url(../images/common/level_bg.png) no-repeat; width:17px; height:20px; line-height:20px; background-size:17px; color:#fff; font-size:11px; font-family:"a3"; }
.boardView .vContent .reply .reList ul li .line { border-top:1px solid #2f3749; }
.boardView .vContent .reply .reList ul li .wrInfo { margin:3px 0 7px 80px; color:#fff; font-size:13px; }
.boardView .vContent .reply .reList ul li .wrInfo .name { font-family:"a3"; }
.boardView .vContent .reply .reList ul li .wrInfo .date { color:#9aa4bf; font-size:12px; }
.boardView .vContent .reply .reList ul li .reContent { color:#fff; margin:0 0 0 80px; }
.boardView .vContent .reply .reList ul li .reContent.admin { color:#4ff461; }
.boardView .vContent .reply.verify .reList ul li .reContent { color:#4ff461; line-height:1.5; }
.boardView .vContent .reply.verify .reList ul li .reContent.verify { color:#fff; padding:0 15px 0 0; }
.boardView .vContent .reply .reList ul li .unReply { background:#21283b; }
.boardView .vContent .reply .reList ul li .unReply li { padding:0 0 0 25px; }
.boardView .vContent .reply .reList ul li .unReply .aReply { display:none !important; }
.boardView .vContent .reply .btnMore { display:block; display:none;  line-height: 55px; color:#fff; font-size:12px; text-align: center; border-bottom:1px solid #2f3749; }
.boardView .vContent .reply .btnMore:hover { text-decoration: underline; }
.boardView .vContent .reply .btnMore .count{ color:#4ff461; }
.boardView .vContent .reply .reWrite { position:relative; padding:20px 25px 20px 80px; }
.boardView .vContent .reply .reWrite.noMember { padding-left:20px; }
.boardView .vContent .reply .reWrite .imgLevel { position:absolute; left:25px; top:20px; width:48px; padding-right:7px; height:48px; line-height:48px; background:url(../images/sub/level_detail_small_bg.png) no-repeat; background-size:40px; text-align: center; }
.boardView .vContent .reply .reWrite .imgLevel .numLevel { position:absolute; right:0; bottom:2px; background:url(../images/sub/level_admin_bg.png) no-repeat; width:17px; height:20px; line-height:20px; background-size:17px; color:#fff; font-size:11px; font-family:"a3"; }
.boardView .vContent .reply .reWrite .reText { width:calc(100% - 90px); padding:14px; color:#fff; font-size:12px; border-radius:10px; height:45px; border:1px solid #3f485f; border-radius:10px; outline:0; height:45px; background:#1d2333; }
.boardView .vContent .reply .reWrite .reText::placeholder { color:#70788d; }
.boardView .vContent .reply .reWrite .btnReWrite { width:80px; height:45px; line-height:45px; color:#fff; background:#7750f8; border-radius:10px; text-align: center; float:right;}
.boardView .vContent .reply .reWrite .btnReWrite:hover { background:#5753e4; }

    /* 게시판 보기 type2 */
    .boardView.type2 .vHeader { height:auto; padding:0 0 20px; }
    .boardView.type2 .vHeader .vLeft { padding:0; }
    .boardView.type2 .vHeader .vLeft .vTitle { margin-top:0; font-size:18px; color:#fff; font-family:"a3"; }
    .boardView.type2 .vHeader .vRight { margin-top:0; }
    .boardView.type2 .vHeader .vRight .imgLevel { 
        position: relative;
        display: inline-block;
        width: 40px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: url(../images/sub/level_detail_bg.png) no-repeat;
        background-size: 40px;
        margin-right: 12px;
        vertical-align: top;
    }
    .boardView.type2 .vHeader .vRight .numLevel { position:absolute; bottom:-2px; right:-9px; width:20px; height:23px; background:url(../images/common/level_bg.png) no-repeat; line-height:23px; color:#ffffff; font-family:"a3"; font-size:12px; }
    .boardView.type2 .vHeader .vRight .notice .numLevel { background:url(../images/sub/level_admin_bg.png) no-repeat; }
    .boardView.type2 .vHeader .vRight .info { display:inline-block; width: 102px; text-align: left; }
    .boardView.type2 .vHeader .vRight .info .name { margin: 5px 0 4px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-family:"a3"; max-width:120px; }
    .boardView.type2 .vHeader .vRight .info .date { color:#9aa4bf; font-size:12px; }
    
    .boardView.type2 .siteInfo { position:relative; margin:20px 25px 0; padding:20px 25px; border-radius:10px; background:#21283b;}
    .boardView.type2 .siteInfo dl { margin:20px 0 0; text-align: left; }
    .boardView.type2 .siteInfo dl:first-child { margin:0; }
    .boardView.type2 .siteInfo dl dt { display:inline-block; font-size:13px; color:#9aa4bf; width:100px; }
    .boardView.type2 .siteInfo dl dd { display:inline-block; font-size:13px; color:#fff;  }
    .boardView.type2 .siteInfo dl dd.green { color:#4cea5e; }
    .boardView.type2 .siteInfo .btnCopy { width:140px; height:40px; line-height:38px; border:1px solid #3f485f; color:#969fba; font-size:12px; text-align:center; border-radius:10px; position:absolute; right:30px; top:50%; transform: translateY(-50%); }
    .boardView.type2 .siteInfo .btnCopy:hover { color:#fff; }
    .boardView.type2 .artContent { border-radius:0 0 10px 10px; background:#1d2333; margin:0 0 20px; padding:28px 25px 40px;}
    
    .boardView.type2 .vContent { background:#161b28; }
    .boardView.type2 .vContent .newList { margin:0px 0 20px; padding:25px; background:#1d2333; border-radius:10px; }
    .boardView.type2 .vContent .newList .nTitle { padding:0 0 10px; border-bottom:1px solid #2f3749; }
    .boardView .vContent .reply .reList ul li .imgLevel.notice {  }
    .boardView .vContent .reply .reList ul li .imgLevel.notice .numLevel {  display:inline-block; padding:0 0 0 1px; background:url(../images/sub/level_admin_bg.png) no-repeat; background-size:17px; }
    
    .boardView.type2 .vContent .newList .nTitle .imgLevel { 
        position: relative;
        display: inline-block;
        width: 40px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: url(../images/sub/level_detail_bg.png) no-repeat;
        background-size: 40px;
        margin-right: 12px;
        vertical-align: top;
    }
    .boardView.type2 .vContent .newList .nTitle .numLevel { position:absolute; bottom:-2px; right:-9px; width:20px; height:23px; background:url(../images/common/level_bg.png) no-repeat; line-height:23px; color:#ffffff; font-family:"a3"; font-size:12px; }
    .boardView.type2 .vContent .newList .nTitle .notice .numLevel { background:url(../images/sub/level_admin_bg.png) no-repeat; }
    .boardView.type2 .vContent .newList .nTitle .info { display:inline-block; text-align: left; }
    .boardView.type2 .vContent .newList .nTitle .info .name { font-size:12px; margin: 5px 0 4px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-family:"a3"; max-width:120px; color:#fff; }
    .boardView.type2 .vContent .newList .nTitle .info .detail { color:#fff; font-size:14px; font-family:"a4"; }
    .boardView.type2 .vContent .newList .nContent ul li { margin:18px 0 0; position:relative; padding:0 100px 0 0;}
    .boardView.type2 .vContent .newList .nContent ul li a { max-width:calc(100% - 60px); color:#fff; font-family:"a3"; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; vertical-align: top; }
    .boardView.type2 .vContent .newList .nContent ul li a h6{ max-width:100%; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; vertical-align: top; }
    .boardView.type2 .vContent .newList .nContent ul li a:hover { text-decoration: underline; }
    .boardView.type2 .vContent .newList .nContent ul li .reCount { color:#4ff461; }
    .boardView.type2 .vContent .newList .nContent ul li .file { position:relative; top:-1px; color:#616a82; margin-left:3px; }
    .boardView.type2 .vContent .newList .nContent ul li .date { position:absolute; right:0; top:1px; color:#9aa4bf; font-size:12px; }
    .boardView.type2 .vContent .reply { background:#1d2333; border-radius:10px; overflow:hidden; }
    

/*검색*/
.search { padding:25px; background:#1d2333; border-radius:10px; }
.search .sLeft { float:left; }
.search .sLeft .title{ font-size:15px; color:#fff; font-family:"a3"; margin:5px 0 8px; }
.search .sLeft .produce{ font-size:12px; color:#9aa4bf; }
.search .sRight { float:right; font-size:0; }
.search .sRight form { font-size:0; }
.search .sRight #key { width:205px; height:48px; padding:0 15px; border:1px solid #3f485f; outline:0; font-size:12px; color:#fff; border-radius:10px; background:#1d2333;}
.search .sRight #key::placeholder { color:#70788d; }
.search .sRight .btnSearch { width:62px; height:48px; margin-left:5px; line-height:48px; vertical-align: top; text-align: center; background:#40d04f; border-radius:10px;}
.search .sRight .btnSearch .iconfont { color:#fff; }

/*게시판 리스트형*/
.boardList { margin:15px 0 0; }
.boardList table { margin:0 0 30px; }
.boardList th.left,
.boardList td.left { text-align:left; padding:0 25px; }
.boardList th { height:35px; color:#fff; font-size:12px; font-family:"a2"; font-weight:500; }
.boardList td{ border-left:1px solid #161b28; text-align: center;}
.boardList td:first-child{ border-left:1px solid #161b28; }
.boardList tr td { background:#1d2333; color:#fff; }
.boardList tr:nth-child(2n) td { background:#21283b; }
.boardList tr.hot td { background:#303a56; }
.boardList tr.hot td .no { color:#40d04f; font-family:"a3"; }

.boardList tr.hot td .icoNotice { -webkit-animation: darkback 3s infinite linear;  }
@-webkit-keyframes darkback {
    0% {
        background:#7750f8;
        box-shadow: 0 0 20px 5px #7750f8;
    }
    50% {
        background:#40d04f;
        box-shadow: 0 0 20px 5px #40d04f;
    }
    100% {
        background:#7750f8;
        box-shadow: 0 0 20px 5px #7750f8;
    }
}
/*메모*/
.memo .boardList table { border-radius:0 0 10px 10px; overflow:hidden; }
.memo .boardList tr.detail  { display:none; }
.memo .boardList tr.on a.title { color:#4ff461; }
.memo .boardList tr td { color:#9aa4bf; }
.memo .boardList tr td .date { font-size:12px; font-family:"a3"; }
.memo .boardList tr.unconfirmed td .date { color:#9aa4bf; }
.memo .boardList tr.unconfirmed td .date.on { color:#fff; }
.memo .boardList tr.unconfirmed.active td .date.on { color:#9aa4bf; }
.memo .boardList tr td .status { font-family:"a3"; }
.memo .boardList tr.unconfirmed td .status { color:#9aa4bf; }
.memo .boardList tr.unconfirmed td .status.on { color:#4ff461; }
.memo .boardList tr.detail td {background:#1d2333; }
.memo .boardList tr.art:nth-child(2n) td {background:#21283b; }
.btnArea.right { text-align: right; float:none; }
.btnNormal { padding:0 20px; height:48px; line-height:48px; font-size:14px; border-radius:10px; }
.btnDelete {  color:#fff; background:#21283b; }
.btnWrite {  color:#fff; background:#7750f8; }
.btnWrite:hover {  background:#5753e4; }


#content .boardList tr td { padding:25px; position:relative; }
.boardList tr:first-child td:first-child { border-top-left-radius:10px; }
.boardList tr:first-child td:last-child { border-top-right-radius:10px; }
.boardList tr:last-child td:first-child { border-bottom-left-radius:10px; }
.boardList tr:last-child td:last-child { border-bottom-right-radius:10px; }

#content .boardList tr td.answer { font-size:12px; font-family:"a3"; color:#949eb8 }
#content .boardList tr td .iconfont.answer { color:#4ff461; margin-right:2px; }
#content .boardList tr td.answer .btnDelete { position: absolute; right:15px; top:10px; display:none; }
#content .boardList tr:hover td.answer .btnDelete { display:block; }

.icoNotice { display:inline-block; padding:0 12px; height:20px; line-height: 20px; color:#fff; font-size:12px; border-radius:10px; margin:0 2px 0 0; background:#40d04f; }
.boardList tr td .title { display:inline; color:#ffffff; font-family: "a3"; line-height:17px; }
.memo .boardList tr td .title { color:#9aa4bf; }
.memo .boardList tr.unconfirmed td .title { color:#fff; }
.memo .boardList tr.active td .title { color:#4ff461; }
.boardList tr td .produce { margin:7px 0 0; color:#9aa4bf; font-size:12px; }
.boardList .imgLevel { position:relative; display:inline-block; width:40px; height:44px; line-height:44px; text-align: center; background:url(../images/sub/level_detail_bg.png) no-repeat; background-size:40px; margin-right: 12px; vertical-align: top; }
.boardList .imgLevel .numLevel { position:absolute; bottom:-2px; right:-9px; width:20px; height:23px; background:url(../images/common/level_bg.png) no-repeat; line-height:23px; color:#ffffff; font-family:"a3"; font-size:12px; }
.boardList .notice .imgLevel .numLevel { background:url(../images/sub/level_admin_bg.png) no-repeat; }
.boardList .info { display:inline-block; width: calc(100% - 60px); }
.boardList .info .name { margin: 5px 0 4px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-family:"a3"; max-width:120px; }
.boardList .info .date { color:#9aa4bf; font-size:12px; }
.boardList .no { color:#727a91; }
.boardList .artNew { color:#4ff461; }
.boardList .iconfont.file { color:#616a82; font-size:18px; position:relative; top:-1px; }
.boardList .news .iconfont.file { display:none; }
.boardList .artHot { color:#f91a1a; display:none; }
.boardList .iconfont.hot { color:#f91a1a; font-size:20px; position:relative; top:-1px; }

/*페이징*/
.paging { margin:0 0 30px; font-size:0; text-align: center; }
.paging ul { display:inline-block; font-size:0; border-radius:10px; background:#1d2333; overflow:hidden;}
.paging ul li { position:relative; display:inline-block; width:60px; height:60px; line-height: 60px; padding:3px 0; }
.paging li:after { content:""; position:absolute; left:-1px; top:50%; transform: translateY(-50%); width:2px; height:20px;  vertical-align: top; background:#262d3e; }
.paging a { width:45px; height:45px; line-height:45px; color:#fff; font-size:12px; font-family:"a4"; border-radius:10px;}
.paging a:hover,
.paging a.on { background:#21283b; color:#4ff461; }
.paging li:first-child:after { display:none; }
.paging a.prev,
.paging a.next,
.paging a.next-btn { color:#464e62; }
.paging a.prev { transform: rotate(180deg); }

/* 게시판 탭 + 포토 */
.boardList .boardTab { height:80px; background:#1d2333; font-size:0; border-radius:10px; }
.boardList .boardTab a { position:relative; display:inline-block; line-height:80px; width:calc((100% - 90px) / 4); text-align: center; color:#464e62;}
.boardList .boardTab a span{ position:relative; font-size:30px; transition: all 0.3s;}
.boardList .boardTab a.prev,
.boardList .boardTab a.next { width:45px; vertical-align: top;}
.boardList .boardTab a.prev .iconfont,
.boardList .boardTab a.next .iconfont { font-size:25px; }
.boardList .boardTab a.prev { transform:rotate(180deg); }
.boardList .boardTab a.btnCate .name { position:absolute; left:0; right:0; bottom:10px; color:#fff; font-size:15px; line-height:15px; margin:10px 0 0; transition:all 0.3s; opacity:0; }
.boardList .boardTab a.prev:hover .iconfont,
.boardList .boardTab a.next:hover .iconfont { color:#fff; }
.boardList .boardTab a.btnCate:before { position:absolute;content:""; left:0; right:0; bottom:0; height:3px; background:#1d2333; transition: all 0.3s; }
.boardList .boardTab a.btnCate:after { content:""; position:absolute; top:50%; right:0; transform: translateY(-50%); height:20px; width:2px; background:#262d3e; }
.boardList .boardTab a.prev:after { content:""; position:absolute; top:50%; left:-2px; transform: translateY(-50%); height:20px; width:2px; background:#262d3e; } 
.boardList .boardTab a.btnCate .iconfont { top:0; }
.boardList .boardTab a.btnCate:hover .iconfont { top:-20px; opacity:0; }
.boardList .boardTab a.btnCate.active .iconfont { color:#4ff461; }
.boardList .boardTab a.btnCate:hover:before,
.boardList .boardTab a.btnCate.active:before { background:#4ff461; }
.boardList .boardTab a.btnCate:hover .name { bottom:33px; opacity:1; }
.boardList .boardContent .info { font-size:12px; color:#9aa4bf; font-family:"a3"; margin:20px 0 5px; }
.boardList .boardContent .title { font-family:"a3"; margin:0 0 20px; color:#fff; font-size:20px; }
.boardList .boardContent .title .count { color:#4ff461; }
.boardList .boardContent > div { display:none; }
.boardList .boardContent ul { margin-left:-15px; }
.boardList .boardContent ul li { padding:0 0 0 15px; margin:0 0 15px;  position:relative;  }
.boardList .boardContent ul li a { display:block; height:130px; overflow:hidden;border-radius:10px;}
.boardList .boardContent ul li a img { width:100%; transition:all 0.3s; }
.boardList .boardContent ul li a:hover img { transform: scale(1.2); }
.boardList .boardContent ul li a .name{ position:absolute; bottom:0; left:15px; right:0; padding:0 8px; height:27px; line-height:27px; overflow:hidden; white-space: nowrap; background:url(../images/sub/board_name_bg.png) repeat-x; color:#fff; font-size:12px; border-radius:0 0 10px 10px;}
.boardList .boardContent ul li a .name h6 { width:100%; overflow:hidden; text-overflow:ellipsis; }
.boardList .boardContent ul li a .name h3 { display:inline-block; width:100%; overflow:hidden; text-overflow:ellipsis; }
.boardList .boardTab.sub .inner { width:calc(100% - 90px); display:inline-block; font-size:0; overflow:hidden; overflow-x:auto; white-space: nowrap; height:100%; }
.boardList .boardTab.sub .inner:after { 
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 2px;
    background: #262d3e;
 }
.boardList .boardTab.sub .inner.betscroll::-webkit-scrollbar { height:4px; border-radius:4px; }
.boardList .boardTab.sub a.btnCate { width:114px; height:80px; }
.boardList .boardTab.sub a.next { float:right; }
.boardList .boardTab.sub .btnCate:before { display:none; }
/* .boardList .boardTab.sub a.btnCate { line-height:13px; } */
.boardList .boardTab.sub a.btnCate span { font-size:inherit; }
.boardList .boardTab.sub a.btnCate .thumb { padding-top:15px; height:80px; }
.boardList .boardTab.sub a.btnCate .thumb img { vertical-align: top; }
.boardList .boardTab.sub a.btnCate .name { position:absolute; left:0; right:0; bottom:18px; color:#9aa4b6; font-size:14px; margin:0; opacity:1; }
.boardList .boardTab.sub a.btnCate .thumb .on { display:none; }
.boardList .boardTab.sub a.btnCate .thumb img { max-width:35px; }
.boardList .boardTab.sub a.btnCate.active .thumb .on,
.boardList .boardTab.sub a.btnCate:hover .thumb .on { display:inline-block; }
.boardList .boardTab.sub a.btnCate.active .thumb .off,
.boardList .boardTab.sub a.btnCate:hover .thumb .off { display:none; }
.boardList .boardTab.sub a.btnCate.active .name ,
.boardList .boardTab.sub a.btnCate:hover .name { color:#fff; }

.boardList .boardContent > div.on { display:block; }
.boardList .boardContent .subContent { margin:20px 0 0; }
.boardList .boardContent .subContent .title { font-size:14px; margin:0 0 5px; }
.boardList .boardContent .subContent > div { display:none; }
#content .boardList .boardContent .subContent > div table td { padding:10px; }
#content .boardList .boardContent .subContent > div table tr td:first-child { position:relative; }
#content .boardList .boardContent .subContent table tr td .noBg { display:inline-block; position:relative; width:100%; }
#content .boardList .boardContent .subContent table tr td .noBg:after { content:""; position:absolute; width:5px; left:1px; top:-15px; bottom:-15px; }
#content .boardList .boardContent .subContent table tr td .noBg.blue:after { background:#6f8dd9; }
#content .boardList .boardContent .subContent table tr td .noBg.green:after { background:#80d882; }
#content .boardList .boardContent .subContent table tr td .noBg.grey:after { background:#c0c0c0; }
.boardList .boardTab.sub a.prev:after {  } 

.boardList .boardTab.sub .grid6 a.btnCate { width:calc(100% / 6); }
.boardList .boardTab.sub .grid5 a.btnCate { width:20%; }
.boardList .boardTab.sub .grid4 a.btnCate { width:25%; }
.boardList .boardTab.sub .grid3 a.btnCate { width:calc(100% / 3); }
.boardList .boardTab.sub .grid2 a.btnCate { width:50%; }
.boardList .boardTab.sub .grid1 a.btnCate { width:100%; }

/*스포츠중계*/
.sports { padding: 25px;background: #1d2333;border-radius: 10px; }

/*로그인페이징 */
.loginArea { width:485px; margin:70px auto; background:#1d2333; border-radius:10px; overflow:hidden; }
.loginArea .loginTop { padding:62px 75px; }
#container #content .loginArea .loginTop .title { margin: 0 0 65px; font-family:"a3"; color:#ffffff; font-size:15px; text-align: center; font-size:20px; }
#container #content .loginArea .loginTop .inputArea .id,
#container #content .loginArea .loginTop .inputArea .pass { height:52px; border:1px solid #3f485f; border-radius:10px; position:relative; transition: all 0.3s;}
#container #content .loginArea .loginTop .inputArea .id input,
#container #content .loginArea .loginTop .inputArea .pass input { width:calc(100% - 60px); background:#1d2333; border:0; outline:0; font-size:14px; height:50px; color:#fff; }
#container #content .loginArea .loginTop .inputArea .id input::placeholder,
#container #content .loginArea .loginTop .inputArea .pass input::placeholder { color:#9aa4bf; }
#container #content .loginArea .loginTop .inputArea .id .iconfont,
#container #content .loginArea .loginTop .inputArea .pass .iconfont { margin-left:5px; line-height:40px; width: 42px; font-size:24px; display: inline-block;text-align: center;color: #8e97b1;}
#container #content .loginArea .loginTop .inputArea .id{ margin:0 0 30px; }
#container #content .loginArea .loginTop .inputArea .on .iconfont { color:#fff; }
#container #content .loginArea .loginTop .autoLogin { margin:30px 0; }
#container #content .loginArea .loginTop .autoLogin label input { display:none; }
#container #content .loginArea .loginTop .autoLogin label { color:#8b94ae; }
#container #content .loginArea .loginTop .autoLogin label .iconfont.checked { display:none; }
#container #content .loginArea .loginTop .autoLogin label.checked .iconfont { display:none; }
#container #content .loginArea .loginTop .autoLogin label.checked .iconfont.checked { display:inline-block; color:#fd4350;}
#container #content .loginArea .loginTop .autoLogin .text{ color:#fff; font-size:13px; margin:0 0 0 3px;}
#container #content .loginArea .loginTop .inputArea .name { position:absolute; left:50px; color:#9aa4bf; font-size:14px; top:17px; transition:all 0.4s; background:#1d2333; }
#container #content .loginArea .loginTop .inputArea .active { border:1px solid #7750f8; }
#container #content .loginArea .loginTop .inputArea .active .name { font-size:12px; left:10px; top:-8px; padding:0 5px; }
#container #content .loginArea .loginTop #subLogin { cursor:pointer; width:100%; height:50px; line-height:50px; color:#fff; font-size:16px; border-radius:10px; background:#7750f8; text-align: center;}
#container #content .loginArea .loginTop #subLogin:hover { background:#5753e4; }
#container #content .loginArea .logBottom { padding:0 45px; height:55px; line-height:55px; border-top:1px solid #2f3749; background:#21283b; font-size:0; }
#container #content .loginArea .logBottom a {display:inline-block;margin-top:6px;font-size: 14px;color:#9aa4bf;font-family:"a3";width: 150px;height:40px;line-height:40px;text-align: center;border-radius:10px;} 
#container #content .loginArea .logBottom a:last-child { float:right; }
#container #content .loginArea .logBottom a .iconfont {color:#475066;transition: all 0.3s;}
#container #content .loginArea .logBottom a:hover { background:#293249; color:#fff; }
#container #content .loginArea .logBottom a:hover .iconfont { color:#4ff461; }

#container #content .loginArea.join .inputArea .name { left:15px; }
#container #content .loginArea.join .inputArea input { width:100% !important; border-radius:10px; padding:0 15px;     width: calc(100% - 60px);background: #1d2333;
border: 0;outline: 0;font-size: 14px;height: 50px;color: #fff;}
#container #content .loginArea.join .inputArea .help { font-size:12px; color:#9aa4bf; margin: 8px 0 0 2px;  }
#container #content .loginArea.join .inputArea .item { margin:0 0 45px; }
#container #content .loginArea.join .inputArea .item.code { height:64px; font-size:0; }
#container #content .loginArea.join .inputArea .item.code input { width:calc(100% - 195px) !important; vertical-align: top; float:right; height:62px;}
#container #content .loginArea.join .inputArea .item.code .imgcode{ border-radius:10px 0 0 10px; overflow:hidden; display:inline-block; }
#container #content .loginArea.join .inputArea .item.phone { position:relative; }
#container #content .loginArea.join .inputArea .item.phone input { width:calc(100% - 100px) !important; }
#container #content .loginArea.join .inputArea .item.phone .btnCode { width:85px; height:30px; line-height:30px; border-radius:5px; background:#cf3e3e; text-align: center; color:#fff; font-size:12px; position:absolute; right:10px; top:50%; transform: translateY(-50%); }

#container #content .loginArea .loginTop .btnSubmits {
    cursor: pointer;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
}
#container #content .loginArea .loginTop #eJoin { background: #7750f8; }
#container #content .loginArea .loginTop #eJoin:hover { background:#5753e4; }
#container #content .loginArea .loginTop #eCancel { margin:10px 0 0; background: #293249; }
#container #content .loginArea .loginTop #eCancel:hover { background:#2e364a; }
#content .rank .boardList .boardContent .subContent > div table tr td { font-size:12px; padding:3px 10px; }
 #content .rank .boardList .boardContent .subContent > div table tr td:first-child { padding:0; overflow:hidden; }
 .boardList .boardContent .subContent > div th.eSort { cursor:pointer; position:relative; }
 .boardList .boardContent .subContent > div th.eSort.asc:after,
 .boardList .boardContent .subContent > div th.eSort.desc:after { content:"▲";/* position:absolute; right:5px; top:50%; transform: translateY(-50%);*/ font-size:12px; display:inline-block; margin-left:2px; }
 .boardList .boardContent .subContent > div th.eSort.desc:after { content:"▼"; }

 .boardView.type2 .vContent .reply .reTitle { border-top:0; }

 .boardWrite { 
    padding: 25px 25px 70px;
    background: #1d2333;
    border-radius: 10px;
    margin: 0 0 15px;
  }
  .boardWrite input, 
  .boardWrite textarea { width:100%; height:45px; border:1px solid #3f485f; outline:0; padding:15px; font-size:13px; color:#fff; margin:0 0 10px; border-radius:10px; background:#1d2333; }
  .boardWrite .title.category,
  .boardWrite .title.file { 
    height: 45px;
    border: 1px solid #3f485f;
    outline: 0;
    font-size: 13px;
    color: #fff;
    margin: 0 0 10px;
    border-radius: 10px;
    background: #1d2333;
    overflow:hidden;
    font-size:0;
   }
   .boardWrite .title.file.noThumb { display:none; }
   .boardWrite .title.category input { width:calc(100% - 155px); border:0; }
   .boardWrite .title.category select { width:155px; height:45px; vertical-align: top; background:transparent; border:0; outline:0; color:#fff; padding:0 0 0 20px; }
   .boardWrite .title.file input { padding:0; display:none; }
   .boardWrite .title.category select option { background: #464e62; }
   .boardWrite .title.file .btnFile { margin:7px 0 0 15px; font-size:13px; height:30px; line-height:30px;  display:inline-block; padding:0 20px; background:#9aa4bf; color:#fff; border-radius:10px; }
   .boardWrite .title.file .name { font-size:13px; color:#fff; display:inline-block; margin:0 0 0 20px; }
   .boardWrite .title.file .fileName { color:#fff; font-size:13px; line-height:45px; display:inline-block; padding:0 0 0 15px; }

   table.news .newsType { position:relative; padding:20px 0 20px 210px; }
   table.news .newsType .thumb { position:absolute; left:0; top:20px; width:165px; height:110px; overflow:hidden; border-radius:10px; }
   table.news .newsType .thumb img { max-width:100%; }

  .boardWrite input::placeholder, 
  .boardWrite textarea::placeholder { color:#969fba; }
  .boardWrite textarea { height:auto; color:#000; border-radius:auto;}
  .boardWrite .wContent {   }
  .boardWrite .wContent iframe { background:#fff; width:842px !important; }
  .boardWrite .info input { width:calc(50% - 5px);}
  .boardWrite .info.grid3 input { width:calc((100% - 10px) / 3);}
  .boardWrite .info.grid3 .unit { color:#9aa4bf; float:right; line-height:45px; }
  .boardWrite .info input:last-child { float:right; }
  .btnArea { text-align:center; }
  .btnArea .confirm { background:#7750f8; color:#fff; }
  .btnArea .cancel { background:#293249; color:#fff; }
  .btnArea .btnModify { background:#3aafe2; color:#fff; }
  .btnArea .btnArtDelete { background:#eb3434; color:#fff; }
  .btnArea .btnList { background:#20c543; color:#fff; }

#content .boardList tr td .title { display:inline; color:#ffffff; font-family: "a3"; line-height:17px; font-size:13px; }
#content .boardList tr td .title h6 { display:inline; }
.allBoard { float:right; margin:-37px 0 0; padding:0 0 15px; font-size:0; overflow-y:auto; white-space: nowrap; }
.allBoard a { display:inline-block; font-weight:500; font-size:13px; color:#fff; margin-left:20px; position:relative; }
.allBoard a:first-child { margin:0; }
.allBoard a.on { color:#4ff461; }
.allBoard a.on:after { content:""; position:absolute; left:0; right:0; bottom:-3px; background:#4ff461; height:2px; }
.allBoard a.otherPart { display:none; }
.allBoard a.otherPart.on ~ a { display:none; }

table.news .newsType { position:relative; padding:10px 0 10px 180px; height:118px; }
table.news .newsType .thumb { position:absolute; left:0; top:10px; width:165px; height:100px; overflow:hidden; border-radius:10px; }
table.news .newsType .thumb img { width:100%; }
table.news .newsType .detailInfo { padding:5px 0; }
#content table.news .newsType .detailInfo .title { color:#fff; font-size:14px; max-width:385px; display:inline-block; vertical-align: top; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; }
table.news .newsType .detailInfo .simpContent { color:#9aa4bf; font-size:12px; line-height:20px; margin:5px 0 12px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; line-clamp:2; -webkit-line-clamp:2; -webkit-box-orient: vertical; }
table.news .newsType .detailInfo .count { color:#fff; font-size:12px; }
table.news .newsType .detailInfo .count .seperate { margin:0 10px; color:#9aa4bf; }
#content table.news tr:first-child td { padding-top:10px !important; }
#content table.news tr:last-child td { padding-bottom:10px !important; }

#content table.news tr.hot .newsType .detailInfo .title { width:325px; }

.sports .sWrap {
    overflow: hidden;
    position: relative;
    left: -7px;
}
.sports .sWrap iframe { position:relative; left:17px; }
.titleArea { position:relative; }
.titleArea .titThumb { position:absolute; left:200px; top:5px; }

.event-box {padding: 0px 0 20px;margin-top: -15px;margin-left: -15px;/* border-bottom: aliceblue; */font-size:0;overflow: hidden;width: calc(100% + 15px);}
.event-box  > a{margin-left: 15px;margin-top: 15px;text-align:center;font-size:18px;color: #fff;font-size: 0;float: left;width: calc(100% / 3 - 15px); }
.event-box  > a span{display: block;overflow:hidden;}
.event-box  > a span.img{background: url(https://i.imgur.com/om3u3ky.jpg) no-repeat;background-size: cover; border-radius:10px; overflow:hidden;}
.event-box  > a span.img{height: 300px;}
.event-box  > a .txt { font-size: 15px; margin:10px 0 0; border:0; height:30px; overflow:hidden; text-overflow:ellipsis;display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;}
/* .event-box  > a:hover span{border: 2px solid #ff5500;} */
/* .event-box  > a span:last-child{display:block;border:0;font-size: 16px;font-weight: 700;color: #c4c4c7;margin-top: 10px; height:32px; } */
/* .event-box  > a:hover span:last-child{border:0;} */
.event-box  > a img{width: 100%;}

.attendance-txt{background: url(https://i.imgur.com/4oy89ps.jpg) no-repeat center; border-radius:18px; overflow:hidden;  height: 178px;color: #fff;font-size: 20px;text-align: center;padding-top: 130px;margin-bottom: 10px;}
.attendance-txt span{color: #ffc700;}
.attendance-txt p.small { display:inline-block; font-size:16px; color: #b6b6b6;border-bottom: 2px solid #818387;; padding-top:10px; }
.attendance-txt p.small .c-y { color: #f9ed00;  border-bottom: 2px solid;padding: 0 0 2px;}

/* date */
#date_layer table{border-bottom: 1px solid #41454f;}
#date_layer {
	text-align: left;
	background: #1d2333;
	padding: 0 25px 25px;
	margin: 0 0 30px;
	border-radius: 10px;
	}
#date_layer *{}
#date_layer td table{width:auto;}

#date_layer #box {
	width: 100%;
}

#date_layer #box .top {
	float: left;
}

#date_layer #box .day {
	float: left;
}

#date_layer .w {/* line-height: 20px; */color: #ffc700;font-size: 28px;padding: 6px 20px;}

#date_layer .title {
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 0;
	font-family: "a3";
	background: #343e4f;
	/* border-top: 1px solid #ffae00; */
}

#date_layer .title1 {
	color: #1fbbf5;
	font-size: 14px;
	font-family: "a3";
	padding: 0 0 0 0;
	background: #343e4f;
	/* border-top: 1px solid #ffae00; */
}

#date_layer .title2 {
	color: #f82e2e;
	font-size: 14px;
	padding: 0 0 0 0;
	font-family: "a3";
	background: #343e4f;
	/* border-top: 1px solid #ffae00; */
}

#date_layer .sun1 {
	color: #fff;
	font-size: 14px;
	float: left;
}

#date_layer .sat1 {
	color: #fff;
	font-size: 14px;
	float: left;
}

#date_layer .day1 {
	color: #c8c8cb;
	font-size: 14px;
	float: left;
}
#date_layer .day1 b { font-weight:500; }

#date_layer .sun2 {
	font-weight: bold;
	line-height: 20px;
	color: #FE7676;
	font-size: 16px;
	float: left;
}

#date_layer .sat2 {
	font-weight: bold;
	line-height: 20px;
	color: #82D4FF;
	font-size: 16px;
	float: left;
}

#date_layer .day2 {
	font-weight: bold;
	line-height: 20px;
	color: #FF9933;
	font-size: 16px;
	float: left;
}

#date_layer .sun3 {
	color: #ffbebe;
	font-size: 11px;
}

#date_layer .sat3 {
	color: #b8b8ff;
	font-size: 11px;
}

#date_layer .day3 {
	color: #dcdcdc;
	font-size: 11px;
}

#date_layer .dot {
	color: #000000;
	font-size: 12px;
}

#date_layer .check {
	color: #126420;
	font-size: 11px;
}

#date_layer .check2 {
	color: #dcdcdc;
	font-size: 11px;
}
#date_layer .rowTbl td{position:relative;/* border-bottom:1px solid #334c3e; *//* border: 1px solid #4c515c; */}
#date_layer .rowTbl td .day-s{position:absolute;left: 17px;top: 13px;width: 29px;height: 19px;line-height: 21px;border-radius: 5px;}
#date_layer .rowTbl td .day-s .sun1{color: #c8c8cb;}
#date_layer .rowTbl td .day-s .sat1{color: #c8c8cb;}
#date_layer .rowTbl td .day-s.nowday{/* border: 1px solid #fff; *//* padding:2px 3px; *//* border-radius: 5px; */}
#date_layer .rowTbl td .day-s.nowday .day1{color: #f8dd1c;}
#date_layer .rowTbl td .check-s{position:absolute;width: 100%;right: 0;bottom:10px;}
#date_layer .rowTbl td.noday .day-s a span{color: #7d9a88;}
#date_layer .rowTbl td.noday .check-s img{opacity:0.4;}
.btnCheck { width:130px; line-height:50px; background:#7750f8; border-radius:10px; font-size:16px; color:#fff; text-align: center; font-family: "a3"; }
#date_layer .rowTbl td:first-child { border-left:0 !important; }

.posting { margin:30px 0 0; border-radius:10px; overflow:hidden; padding:30px 0;  background:#1d2333;}
.posting ul li { color:#fff; padding:0 20px 30px; }
/* .posting ul li h4 { font-size: 18px; padding-bottom: 10px; font-style: italic; } */
.posting ul li .hTitle { font-size: 18px; padding-bottom: 10px; font-style: italic; }
.posting ul li .thumb { float: left; display: inline-block; padding-right: 20px; max-width:50%; }
.posting ul li:nth-child(2n) .thumb { float: right; padding:0 0 0 20px; }
.posting ul li .thumb img { max-width:100%; border-radius:10px; overflow:hidden;}
.posting ul li p { font-size: 14px; text-align: justify; margin:0 0 10px;}
.posting ul li .detail:after { content:""; display:block; clear:both; }
.posting ul li .detail .dtInfo { line-height:18px; margin:0 0 10px; }

.thumbList { margin-top:15px; }
.thumbList ul.inner li { padding:0 10px 10px 0; color:#fff; }
.thumbList ul.inner li .inWrap { padding:10px 10px 20px; height:295px; background:#1d2333; border-radius:12px; }
.thumbList ul.inner li .thumb a { display:block; height:170px; overflow:hidden; border-radius:12px 12px 0 0; }
.thumbList ul.inner li .thumb a img { height:100%; width:100%; }
.thumbList ul.inner li .title { font-size:15px; line-height:20px; margin:10px 0; overflow:hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.thumbList ul.inner li .detail { font-size:13px; line-height:18px; color:#9aa4bf; overflow:hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }

.thumbList.typeEscape ul.inner { margin:0 0 30px; }
.thumbList.typeEscape ul.inner li .inWrap { height:330px; position:relative; }
.thumbList.typeEscape ul.inner li .inWrap:after { content:""; position:absolute; left:0; right:0; bottom:0; height:60px; background:#21283b; border-top:1px solid #1d2333; border-radius:0 0 12px 12px; }
.thumbList.typeEscape ul.inner li .inWrap .detail { height:36px; }
.thumbList.typeEscape ul.inner li .inWrap .detail a { display:inline; }
.thumbList.typeEscape ul.inner li .inWrap .footer { position:relative; z-index:1; margin-top:0px; margin-left:5px; top:2px }
.thumbList.typeEscape ul.inner li .inWrap .footer .info { position:relative; }
.thumbList.typeEscape ul.inner li .thumb a img { height:auto; }
.thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight {position:absolute;right: -10px;top: 5px;width:100px;}
.thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl { position:relative; float:left; width:50%; text-align: center; }
.thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl:first-child:after { content:""; position:absolute; right:-2px; width:2px; height:22px; background:#262d3e; top:50%; transform: translateY(-50%); }
.thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl dd { margin:0 0 5px; }
.thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl dd,
.thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl dt { font-size:12px; }
.thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl dt { color:#9aa4bf; }

.noData { text-align:center; padding:50px 0 !important; width:100%; color:#9aa4bf !important; }
/*light mode*/
body.day .loginArea { background:#fff; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); }
body.day #container #content .loginArea .loginTop .title { color:#3e3f5e; }
body.day #container #content .loginArea .loginTop .inputArea .id,
body.day #container #content .loginArea .loginTop .inputArea .pass { border:1px solid #dedeea; }
body.day #container #content .loginArea .loginTop .inputArea .id input, 
body.day #container #content .loginArea .loginTop .inputArea .pass input { background:#fff; color:#000;  }
body.day #container #content .loginArea .loginTop .inputArea .name { background:#fff; }
body.day #container #content .loginArea .loginTop .inputArea .on .iconfont { color:#000; }
body.day #container #content .loginArea .loginTop .autoLogin .text { color:#3e3f5e; }
body.day #container #content .loginArea .loginTop .autoLogin label.checked .iconfont.checked { color:#23d2e2; }  
body.day #container #content .loginArea .loginTop #subLogin { background:#615dfa; }
body.day #container #content .loginArea .loginTop #subLogin:hover { background:#5753e4; }
body.day #container #content .loginArea .logBottom { background:#fbfbfc; border-top:1px solid #eaeaf5; }
body.day #container #content .loginArea .logBottom a { color:#adafcd; }
body.day #container #content .loginArea .logBottom a .iconfont { color:#cdcede; }
body.day #container #content .loginArea .logBottom a:hover { 
    background: #fff;
    color: #3e3f5e;
    box-shadow: 3px 5px 20px 0 rgb(94 92 154 / 10%);
}
body.day #container #content .loginArea .logBottom a:hover .iconfont { color:#23d2e2; }
body.day #container #content .loginArea .loginTop #eCancel { background:#3e3f5e; }

body.day #content .ctLeft .pageTitle { color:#3e3f5e; }
body.day #content .ctLeft .pageTitle .count { color:#615dfa; }
body.day #content .guarantee ul li { background:#fff; box-shadow:0 0 40px 0 rgb(94 92 154 / 10%); }
body.day #content .guarantee ul li .guaTitle { color:#3e3f5e; }
body.day #content .guarantee ul li .guaInfo dl dd { color:#3e3f5e; }
body.day #content .guarantee ul li .guaInfo dl:after { background:#eaeaf5; }
body.day #content .guarantee ul li .guaFooter { background:#fbfbfc; border-top:1px solid #eaeaf5; }
body.day #content .guarantee ul li .guaFooter .btnFooter .iconfont { color:#cecfdf; }
body.day #content .guarantee ul li .guaFooter .btnFooter:hover { background: #fff;color: #3e3f5e;box-shadow: 3px 5px 20px 0 rgb(94 92 154 / 10%); }
body.day #content .guarantee ul li .guaFooter .btnFooter:hover .iconfont { color:#23d2e2; }
body.day .boardView { background:#fff; box-shadow:0 0 40px 0 rgb(94 92 154 / 10%); }
body.day .boardView .vHeader .vLeft .imgCompany { background:url(../images/sub/level_detail_bg_light.png) no-repeat; }

body.day .boardView .vHeader { border-bottom:1px solid #eaeaf5; }
body.day .boardView .vHeader .vLeft .vTitle { color:#3e3f5e; }
body.day .boardView .vHeader .vRight { color:#3e3f5e; }
body.day .boardView .vHeader .vRight dl:after { background:#eaeaf5; }
body.day .boardView .vContent .artContent { color:#3e3f5e; }
body.day .boardView .vContent .artContent > * { color:#3e3f5e !important; }
.boardView .vContent .artContent img { max-width:100%; }
body.day .boardView .vContent .reply .reTitle a .iconfont { color:#23d2e2; }

body.day .boardView .vContent .reply .reTitle { background:#fcfcfd; border:0; border-bottom:1px solid #eaeaf5;border-top:1px solid #eaeaf5; }
body.day .boardView .vContent .reply .reTitle a { color:#3e3f5e; background:#fff; box-shadow:3px 5px 20px 0 rgb(94 92 154 / 10%); }
body.day .boardView .vContent .reply .reList ul li .imgLevel { background:url(../images/sub/level_detail_small_bg_light.png) no-repeat; }
body.day .boardView .vContent .reply .reList ul li .imgLevel .numLevel { background:url(../images/common/level_bg_light.png) no-repeat; background-size: 17px; }
body.day .boardView .vContent .reply .reList ul li .imgLevel.notice .numLevel { display:inline-block; padding:0 0 0 1px; background:url(../images/sub/level_admin_bg_light.png) no-repeat; background-size:17px; }
body.day .boardView .vContent .reply .reList ul li .wrInfo { color:#615dfa; }
.boardView .vContent .reply .reList ul li .wrInfo .action { color:#9aa4bf; display:inline-block; margin-left:5px; font-size:12px; }
.boardView .vContent .reply .reList ul li .wrInfo .action a { color:#fff; }
.boardView .vContent .reply .reList ul li .wrInfo .action .aReply { color:#9aa4bf; display:none; font-weight:"a3"; margin-left:3px;  }
.boardView .vContent .reply .reList ul li .wrInfo .action .aReply:hover { color:#fff; }
body.day .boardView .vContent .reply .reList ul li .wrInfo .action .aReply:hover { color:#615dfa; font-family:"a3"; }
.boardView .vContent .reply .reList ul li .reWrap:hover .wrInfo .action .aReply { display:inline-block; }
body.day .boardView .vContent .reply .reList ul li .reContent { color:#3e3f5e; }
body.day .boardView .vContent .reply .reList ul li { background:#fff; }
body.day .boardView .vContent .reply .reList ul li .reContent.admin { color:#615dfa; font-family:"a3"; }
body.day .boardView .vContent .reply .reList ul li .unReply { background:#fcfcfd; }
body.day .boardView .vContent .reply .reList .inReply { background:#fcfcfd; }
body.day .boardView .vContent .reply .reList ul li .reWrap:after { border-bottom:1px solid #eaeaf5; }
body.day .boardView .vContent .reply .reWrite .imgLevel { background:url(../images/sub/level_detail_small_bg_light.png) no-repeat; background-size:40px; }
body.day .boardView .vContent .reply .reWrite .imgLevel .numLevel { background:url(../images/common/level_bg_light.png) no-repeat; background-size:17px; }
body.day .boardView .vContent .reply .reWrite .reText { background:#f5f5fa; color:#000; border:1px solid #f5f5fa; }

body.day .search { background:#fff; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); }
body.day .search .sLeft .title { color:#3e3f5e; }
body.day .search .sRight #key { background:#fff; border:1px solid #dedeea; color:#000; }
body.day .search .sRight .btnSearch { background:#23d2e2; }
body.day .boardList table { border-radius:10px; overflow:hidden; box-shadow: 6px 3px 21px 0 rgb(94 92 154 / 10%); }
body.day .boardList th { color:#3e3f5e; }
body.day .boardList tr td { background:#fff; border-left:1px solid #eaeaf5; color:#3e3f5e; }
body.day .boardList tr:nth-child(2n) td { background:#fafafb; }
body.day .boardList td:first-child { border-left:0; }
body.day .boardList tr td .title { color:#3e3f5e; }
body.day .boardList .imgLevel { background:url(../images/sub/level_detail_bg_light.png) no-repeat; background-size: 40px; }
body.day .boardList .imgLevel .numLevel { background:url(../images/common/level_bg_light.png) no-repeat; }
body.day .boardList .notice .imgLevel .numLevel { background: url(../images/sub/level_admin_bg_light.png) no-repeat; }
body.day .boardList .info .name { color:#615dfa; }
body.day .paging ul { background:#ffffff; box-shadow:0 0 40px 0 rgb(94 92 154 / 10%);}
body.day .paging a { color:#3e3f63; }
body.day .paging a:hover, 
body.day .paging a.on { color:#00cbe4; background:#ffffff; box-shadow: 3px 5px 20px 0 rgb(94 92 154 / 10%); }
body.day .paging a.prev,
body.day .paging a.next,
body.day .paging a.next-btn { color:#b3b5ce; }
body.day .paging li:after { background: #f2f2f8; }
body.day .boardView.type2 .vHeader .vRight .imgLevel { background:url(../images/sub/level_detail_bg_light.png) no-repeat; background-size: 40px; }
body.day .boardView.type2 .vHeader .vRight .numLevel { background:url(../images/common/level_bg_light.png) no-repeat; }
body.day .boardView.type2 .vHeader .vRight .info .name { color:#615dfa; }
body.day .boardView.type2 .vHeader .vRight .notice .numLevel { background:url(../images/sub/level_admin_bg_light.png) no-repeat; }
body.day .boardView.type2 .siteInfo { background:#f8f8fb; }
body.day .boardView.type2 .vContent { background:#f4f3f8; }
body.day .boardView.type2 .artContent { background:#fff; }
body.day .boardView.type2 .siteInfo dl dd { color:#3e3f5e; }
body.day .boardView.type2 .siteInfo dl dd.green { color:#615dfa; }
body.day .boardView.type2 .siteInfo .btnCopy { color:#969fba; border:1px solid #eaeaf5; background:#fff; }
body.day .boardView.type2 .vContent .newList { background:#fff; }
body.day .boardView.type2 .vContent .newList .nTitle .imgLevel { background:url(../images/sub/level_detail_bg_light.png) no-repeat; background-size:40px; }
body.day .boardView.type2 .vContent .newList .nTitle .numLevel { background:url(../images/common/level_bg_light.png) no-repeat; }
body.day .boardView.type2 .vContent .newList .nTitle .info .name { color:#615dfa; }
body.day .boardView.type2 .vContent .newList .nTitle .info .detail { color:#9aa4bf; }
body.day .boardView.type2 .vContent .newList .nTitle { border-bottom:1px solid #eaeaf5; }
body.day .boardView.type2 .vContent .newList .nContent ul li a { color:#3e3f5e; }
body.day .boardView.type2 .vContent .newList .nContent ul li .reCount { color:#615dfa; }
body.day .boardView.type2 .vContent .reply { background:#fcfcfd; }
body.day .boardView.type2 .siteInfo dl dd.logoName { color:#615dfa; }

body.day .boardList .boardTab { background:#fff; box-shadow:0 0 40px 0 rgb(94 92 154 / 10%) }
body.day .boardList .boardTab a { color:#cecfdf; }
body.day .boardList .boardTab a .iconfont { color:#cecfdf; }
body.day .boardList .boardTab a.btnCate .name { color:#000; }
body.day .boardList .boardTab a.btnCate.active .iconfont { color:#3e3f5e; }
body.day .boardList .boardTab a.btnCate:after,
body.day .boardList .boardTab a.prev:after { background:#f5f5fa; }
body.day .boardList .boardTab a.btnCate:before { background:#fff }
body.day .boardList .boardTab a.btnCate:hover:before, 
body.day .boardList .boardTab a.btnCate.active:before { background:#615dfa }
body.day .boardList .boardTab a.prev:hover .iconfont, 
body.day .boardList .boardTab a.next:hover .iconfont { color:#5e5e64; }
body.day .boardList .boardTab.sub a.btnCate .name { color:#9aa4b6; }
body.day .boardList .boardTab.sub a.btnCate.active .name, 
body.day .boardList .boardTab.sub a.btnCate:hover .name { color:#615dfa; }
body.day .btnDelete { background:#fff; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); color:#5e6266; }
body.day .btnWrite { background:#615dfa; }
body.day .btnWrite:hover { background:#5753e4; }
body.day .memo .boardList tr.unconfirmed td .status,
body.day .memo .boardList tr.on a.title { color:#23d2e2; }
body.day .memo .boardList tr.detail td { background:#fff; }
body.day #content .memo .boardList tr td { color:#adafcd; }
body.day .memo .boardList tr.unconfirmed td .date { color:#3e3f5e; }
body.day .memo .boardList tr td .title { color:#adafcd; }
body.day .memo .boardList tr.unconfirmed td .title { color:#3e3f5e; }
body.day .memo .boardList tr.unconfirmed.on td .title { color:#23d2e2; }
body.day .memo .boardList tr.unconfirmed.active td .title { color:#4ff461; }

body.day .boardList .boardContent .subContent .title { color:#3e3f5e; }
body.day .boardContent  .boardList tr td { border-left:1px solid #dedeea; }
body.day .sports { background:#fff; box-shadow:0 0 40px 0 rgb(94 92 154 / 10%); }

body.day .boardWrite { background:#fff; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); }
body.day .boardWrite input { background:#fff; border:1px solid #dedeea; color:#000; }
body.day .btnArea .confirm { background:#615dfa; }
body.day .btnArea .cancel { 
    background: #3e3f5e;
 }
 /* body.day .btnArea .btnArtDelete { background:#3e3f5e; color:#fff; } */

 body.day #content .boardList tr td .iconfont.answer,
 body.day .boardList .artNew { color:#23d2e2; }
 body.day .boardView .vContent .reply .reList ul li .wrInfo .action { color:#9aa4bf; }
 body.day .boardView .vContent .reply .reList ul li .wrInfo .action a { color:#5e6266; }

 body.day .boardView .vContent .reply .reList ul li .reWrite:after { 
    border-bottom: 1px solid #eaeaf5;
}

body.day .boardList tr.hot td { background:#f2f2ff; }
body.day .boardWrite .title.category,
body.day .boardWrite .title.file  { border:1px solid #dedeea; background:#fff; }
body.day .boardWrite .title.category select { color:#3e3f5e; }
body.day .boardWrite .title.category select option { background:#fff; color:#000; }

/* body.day .boardWrite .title.file .btnFile { background:#615dfa; } */
body.day .boardWrite .title.file .fileName { color:#3e3f5e; }
body.day .boardWrite .title.file .name { color:#3e3f5e; }

body.day .boardWrite .info.grid3 .unit { color:#3e3f5e;}

body.day .boardList tr.hot td .icoNotice { -webkit-animation: lightback 3s infinite linear; }
body.day .boardWrite { background:#fff; box-shadow: 0 0 40px 0 rgb(94 92 154 / 10%); }
body.day .boardWrite input { background:#fff; border:1px solid #dedeea; color:#000; }
body.day .btnArea .confirm { background:#615dfa; }
body.day .btnArea .cancel { 
    background: #3e3f5e;
 }


 body.day .memo .boardList tr.unconfirmed.active td .title { color:#23d2e2; }




@-webkit-keyframes lightback {
    0% {
        background:#615dfa;
        box-shadow: 0 0 20px 5px #615dfa;
    }
    50% {
        background:#23d2e2;
        box-shadow: 0 0 20px 5px #23d2e2;
    }
    100% {
        background:#615dfa;
        box-shadow: 0 0 20px 5px #615dfa;
    }
}


body.day #content .boardList tr td .title { color:#3e3f5e; }
body.day .allBoard a {  color:#3e3f5e; }
body.day .allBoard a.on { color:#615dfa;  }
body.day .allBoard a.on:after { background:#615dfa; }

body.day #content table.news .newsType .detailInfo .title { color:#3e3f5e; }
body.day table.news .newsType .detailInfo .count { color:#9aa4bf; }
body.day .boardView .vContent .reply.verify .reList ul li .reContent.verify { color:#3e3f5e; }

body.day .event-box  > a{color: #3e3f5e;}
body.day .attendance-txt { background:url(https://i.imgur.com/s7LNVQe.jpg) no-repeat center; }
body.day .attendance-txt p span{color: #3e3f5e; font-family:"a3" }

body.day #date_layer { background:#ffffff; }
body.day #date_layer .title2,
body.day #date_layer .title,
body.day #date_layer .title1 { background:#eaeaf5; }
body.day #date_layer .title { color:#3e3f5e; }
body.day #date_layer .rowTbl td { background:#fbfbfc !important; border-left:1px solid #dedeea !important; border-top:1px solid #dedeea !important; }
body.day #date_layer .rowTbl td:first-child { border-left:0 !important; }
body.day #date_layer #calTbl { border-bottom:1px solid #dedeea !important; }
body.day .btnCheck { background:#615dfa; }
body.day #date_layer .w { color:#615dfa; }

body.day #date_layer .day1 { color:#3e3f5e !important; }
body.day #date_layer .day1 b.todayTime { color:#615dfa !important; }
body.day .posting{  background:#fff; }
body.day .posting ul li { color:#3e3f5e; }

body.day .thumbList ul li h6.title { color:#3e3f5e; }
body.day .thumbList ul li { color:#fff; }
body.day .thumbList ul li .inWrap { background:#fff; }
body.day .thumbList.typeEscape ul.inner li .inWrap:after { content:""; position:absolute; left:0; right:0; bottom:0; height:60px; background:#fbfbfc; border-top:1px solid #eaeaf5; }
body.day .thumbList.typeEscape ul li .inWrap { box-shadow:0 0 40px 0 rgb(94 92 154 / 10%); }
body.day .thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl dd { color:#3e3f5e; }
body.day .thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl dt { color:#9aa4bf; }
body.day .thumbList.typeEscape ul.inner li .inWrap .footer .info .iRight dl:first-child:after { background:#eaeaf5; }