/*타이틀*/
#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; }
.wr-icon.wr-new {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-image: url('/mobile/img/icon_new.gif');
}

.company .comList { font-size:0; margin-left:-5px;}
.company .comList li { display:inline-block; width:25%; padding:0 5px 5px; vertical-align: top;}
.company .comList li a img{ width:100%; }
.company .comList.grid2 { display:grid; grid-template-columns: calc(50% - 5px) calc(50% - 5px); gap:10px; margin-left:0;}
.company .comList.grid2 li { padding:0; width:100%;}

.titleBanner { margin-bottom:25px; }
.titleBanner img{ max-width:100%; }
.boardWrap { margin:0 0 20px;}
.boardWrap.main { padding:0 8px; }
.boardWrap .boardTitle { border-bottom:1px solid #ccc; position:relative; height:26px; margin-bottom:15px;}
.boardWrap .boardTitle .title{ border-bottom:2px solid rgb(0, 125, 180); position:absolute; top:5px; font-size:12px; color:#000; padding-bottom:5px; font-weight:700; }
.boardWrap .boardTitle .title.orange { border-bottom:2px solid rgb(240, 150, 20); }
.boardWrap .boardTitle .title.green { border-bottom:2px solid rgb(160, 200, 80); }
.boardWrap .boardTitle .title.red { border-bottom:2px solid orangered; }
.boardWrap .boardTitle .more { position:absolute; right:0; top:4px; font-size:11px; color:#888;}
.boardWrap .typeThumb { font-size:0; margin-left:-15px;}
.boardWrap .typeThumb li { position:relative; display:inline-block; width:calc(100% / 6 - 15px); height:185px; overflow:hidden; margin:0 0px 15px 15px;}
.boardWrap .typeThumb li > a { display:block; height:185px; position:relative;}
.boardWrap .typeThumb li > a img{ width:100%; transition: all 0.2s ease-in-out;}
.boardWrap.main .typeThumb li a:hover img{ transform: scale(1.15); }
.boardWrap .typeThumb li > a span.subject { display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; position: absolute; width: 100%; left: 0px; bottom: 0px; padding: 6px 8px; margin: 0; line-height: 20px;background-color: rgba(0, 0, 0, 0.75) !important; color: #fff !important; font-size:12px;}


.boardWrap.grid4 { margin-left:-20px; font-size:0;}
.boardWrap.grid4 .board { display:inline-block; vertical-align: top; width:calc(25% - 20px); margin-left:20px; }
.boardWrap.grid4 .board li a { display:block; color:#000; font-size:12px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; line-height:22px;}
.boardWrap.grid4 .board li span { display:inline-block; color:#ddd; }
.boardWrap.grid4 .board.humor li span.iconfont { transform: rotate(270deg); }
.boardWrap.grid4 .board li span.count { float:right; color:orangered; font-size:10px; font-weight:bold;}

.boardWrap.grid7 { margin-left:-20px; font-size:0;}
.boardWrap .typeThumb.grid7 li { width: calc(100% / 7 - 15px); margin: 0 0 30px 15px; }
.boardWrap .typeThumb.cartoon li,
.boardWrap .typeThumb.cartoon li > a { height:148px; }
.boardWrap .typeThumb li a span.subject { line-height: 25px; padding:0 10px;;}
.boardWrap .typeThumb li a span.status_update { display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; position: absolute; width: 100%; left: 0px; bottom: 24px; margin: 0; line-height: 25px;background-color: rgba(233, 27, 35, 0.75) !important; color: #fff !important; font-size:12px; text-align: center;}
.boardWrap .typeThumb li .list-publish {
    position: absolute;
    top: 2px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 23px;
    white-space: nowrap;
    left: 2px;
}
.trans-bg-blue { 
	background-color: rgba(52, 152, 219, 0.75) !important; 
	color: #fff !important; 
}

.boardWrap .typeThumb li .list-date {
    position: absolute;
    top: 2px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 23px;
    white-space: nowrap;
    border-radius: 10px;
}
.boardWrap .typeThumb li .list-date.left { left:0px; }
.boardWrap .typeThumb li .list-date.right {right: 2px; }
.trans-bg-color { 
	background-color: rgba(233, 27, 35, 0.75) !important; 
	color: #fff !important; 
}

/* 공통버튼 */
.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; }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    
}
.well h2 { font-weight: bold !important; }
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}
  .boardWrite input, 
  .boardWrite textarea {width:100%;height: 30px;border:1px solid #3f485f;outline:0;padding: 5px 10px;font-size: 12px;color: #555;margin:0 0 10px;border-radius: 0;background: #fff;border: 1px solid #ccc;}
  .boardWrite .title.category,
  .boardWrite .title.file {
    height: 53px;
    /* border: 1px solid #3f485f; */
    outline: 0;
    font-size: 13px;
    color: #fff;
    margin: 0 0 0px;
    /* background: #1d2333; */
    overflow:hidden;
    font-size:0;
   }
   .boardWrite .title.file #bCategory { width:195px; height: 30px; line-height: 30px; padding: 5px 10px; font-size: 12px; color: #555;background-color: #fff;border: 1px solid #ccc; vertical-align: 0px;}
   .boardWrite .title.file.noThumb { display:none; }
   .boardWrite .title.category input {width: calc(100% - 147px);display: inline-block !important;padding: 5px 10px !important;}
   .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 0px;font-size:13px;height:30px;line-height:30px;display:inline-block;padding:0 20px;background: rgb(240, 240, 240);color: rgb(51, 51, 51);border-radius:10px;} */
   .boardWrite .title.file .name {font-size:12px; font-weight:bold; color: #333;display:inline-block;/* margin:0 0 0 20px; */width: 16.66666667%;text-align: right;padding-right: 30px;padding-left: 15px;}
   .boardWrite .title.file .fileName {color: #333;font-size:13px;line-height:45px;display:inline-block;padding:0 0 0 15px;display: none;}
   .btnImageUpload.btn { color: #333; background-color: #fff; border-color: #ccc; padding: 6px 10px;}
   .talker-photo, .talker-photo i, .talker-photo img, i.talker-photo {
        display: inline-block !important;
        width: 50px !important;
        height: 50px !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        line-height: 50px;
        font-size: 24px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        text-align: center;
        background-color: rgb(240, 240, 240);
        color: #fff;
    }
    .talker-photo i { color: rgb(51, 51, 51); }
   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: calc(100% + 2px) !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; }

.boardWrap .typeThumb.flex { display:flex; flex-wrap: wrap;}
.boardWrap .typeThumb.flex li { }
.boardWrap .typeThumb.flex.grid2.update li { width:calc(50% - 15px); height:auto; display:grid; grid-template-columns: 80px 250px 80px; gap: 10px; border: 1px solid #ddd; border-radius: 5px;}
.boardWrap .typeThumb.flex.grid2.update li a { height:auto; }
.boardWrap .typeThumb.flex.grid2.update li .thumbImg { height:103px; overflow:hidden;}
.boardWrap .typeThumb.flex.grid2.update li .titleInfo {  }
.boardWrap .typeThumb.flex.grid2.update li .titleInfo a { color: #000; overflow: hidden; min-height: 60px; font-size: 14px; text-overflow: ellipsis; font-weight: bold; display: table-cell; height: 60px; vertical-align: middle; }
.boardWrap .typeThumb.flex.grid2.update li .titleInfo a:hover { color:#dd4b39; }
.boardWrap .typeThumb.flex.grid2.update li .icoWrap { font-size:10px; font-weight: bold; }
.boardWrap .typeThumb.flex.grid2.update li .icoWrap .iconfont { vertical-align: -1px; }
.boardWrap .typeThumb.flex.grid2.update li .subject .icoWrap { margin-right:8px; }
.boardWrap .typeThumb.flex.grid2.update li .subject b { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical; }
.boardWrap .typeThumb.flex.grid2.update li .tag { margin-top:8px; font-size:11px; }
.boardWrap .typeThumb.flex.grid2.update li .tag .icoWrap .iconfont { color:#888; margin-right:5px; }
.boardWrap .typeThumb.flex.grid2.update li .right { text-align: center; padding:5px; }
.boardWrap .typeThumb.flex.grid2.update li .right .time { margin:10px 0 5px; line-height:20px; font-size:12px; }

.btn { border-radius: 3px; color: #fff; padding: 4px 10px; font-size: 12px; line-height: 1.5; }
.btn.btn-primary { background-color: #428bca; border-color: #357ebd; }
.btn.btn-primary:hover { color: #fff; background-color: #3071a9; border-color: #285e8e; }

.cartoon_view_title {display:grid;grid-template-columns: 70px 425px 340px;gap: 15px;height: 52px;margin: auto;font-size: 15px;padding: 5px 10px;background-color: #f5f5f5;border: 1px solid #ddd;margin-bottom: 20px;}
.cartoon_view_title .subArea p { color:#333; font-size:15px; margin-bottom:7px;}
.cartoon_view_title .btnArea {margin-right:10px;margin-top: -5px;}
.cartoon_view_title .btnArea a:hover { color:#dd4b39; }
.cartoon_view_title .episode_control { font-size:15px; color:#000; }
.cartoon_view_title .episode_control .iconfont { width:30px; height:30px; border-radius:50%; background:#000; color:#fff; line-height:30px; text-align: center; font-weight:bold;}
.cartoon_view_title .episode_control .iconfont:hover { background:#dd4b39; color:#fff; }
.cartoon_view_title .episode_control { margin:0 10px; }
.cartoon_view_title .episode_control select { font-size:15px; }
.cartoon_view_title .backList { font-size:15px; }

.cartoon_view_detail img { display:block; margin:0 auto; }

.cartoon_view_button { margin:15px 0 0; padding-bottom:20px; text-align: center; border-bottom: 1px solid #eee}
.cartoon_view_button .good { width: 80px; height: 80px; display: inline-block; background: rgb(245, 245, 245); padding-top: 14px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height: 26px;}
.cartoon_view_button .good:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }

.cartoon_view_comment .view-comment { font-size:18px; color:#333;     margin: 0px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; border-bottom: 1px solid rgb(51, 51, 51); display: inline-block; position: relative;}
.cartoon_view_comment .view-comment .orangered { color:orangered; }
.cartoon_view_comment .view-comment .lightgray { color:#ddd; }
.rate.iconfont { color:#ccc; font-size:16px; }
.rate.iconfont.on { color:rgb(220, 20, 60); }
.cartoon_view_comment .view-comment .rate.iconfont { font-size:22px; }

/* Comment */
.comment-media { margin:10px 0px; }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media .media:first-child { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px;  }
.comment-media .media .media-info { margin-left:10px; font-size:12px; color:#777;}
.comment-media .media .media-content { margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; height:30px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('/images/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('/images/cmt_nogood.gif') no-repeat left center; color:#888; }

.comment-form { padding-top:10px; }
.comment-box { border:1px solid #ddd; padding:12px 12px 0px; margin-bottom:15px; background:#fbfbfb; }
.comment-content { display:table; width:100%; table-layout:fixed; }
.comment-content .comment-cell { display:table-cell; padding:0px; text-align:center; vertical-align:middle; }
.comment-content .comment-cell.comment-submit { width:80px; height:100%; background:#fafafa; border:1px solid #ccc; border-left:0px; cursor:pointer; }
.comment-btn .cursor { margin-left:12px; color:#787878; cursor:pointer;}
.comment-btn .cursor .iconfont { font-size:20px; }

.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}


.media-heading {
    margin: 0 0 5px;
    line-height:22px;
}
.media>.pull-left {
    margin-right: 10px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border-radius:0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background:#fff;
    border-left:0;
    border-radius:0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size:12px;
}

.input-sm,.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group {
    margin-bottom: 15px
}
.form-group.grid2 { display:grid; gap:15px; grid-template-columns: calc(50% - 8px) calc(50% - 8px); }
.form-group.grid2 select { width:100%; }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline:0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.media-heading .pull-right a { font-size:11px; color:#777; margin-left:4px;}
.comment-media .media .media-content { margin-top: 8px; font-size:12px; line-height:22px; }

.hide { display:none; }

.comment_login {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    text-align: center;
}
.comment_login a { color:#000; }

		
.btn-resource {
    background: url(/images/btn.resource.png) no-repeat;
}
.btn-prev {
    position: fixed;
    top: 50%;
    margin-top: -19px;
    left: 0;
    z-index: 100;
    background-position: -212px -10px;
    width: 38px;
    height: 73px;
}
.btn-next {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -19px;
    z-index: 100;
    background-position: -268px -10px;
    width: 38px;
    height: 73px;
}
.btn-resource a span {
    display: none;
}
.btn-resource a {
    display: block;
    width: inherit;
    height: inherit;
}

.list-tsearch {
    padding: 5px 10px !important;
}

.list-tsearch table {
    border: none;
}

.list-tsearch table td, .list-tsearch table th {
    padding: 3px 5px;
    line-height: 30px;
    font-size:12px;
}

.list-tsearch .btn-danger {
    color: #ffffff;
}
.list-tsearch .btn { font-size:12px; }
.list-tsearch { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus,.btn:active:focus,.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-xs { padding: 4px 10px;font-size: 12px; line-height: 1.5;color: #333;background-color: #fff; border-color: #ccc; }
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.input-sm,.form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e
}

.view-content { line-height: 180%; font-size:12px; text-align: left;}
.view-content .row { margin-right: -15px;margin-left: -15px; }
.view-content .row::before { display: table; content: " "; }
.view-content .thumb { float: left; width: 16.66666667%; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px;}
.view-content .detail { width: 83.33333333%; float: left; }
.view-content .detail strong { font-weight: 600; }
.view-content .detail .rate.iconfont { font-size:13px; }
body.is-pc .ko {
    font-size: 12px;
}
.view-content1 img { width:100%; max-width:100%; height:auto; display:block; border:0;}
.table>tbody>tr>th.active { background-color: #f5f5f5; }
.table>tbody>tr>th { font-size:12px; padding: 8px; line-height: 1.42857143; vertical-align: middle; border-top: 1px solid #ddd; }
.btn.btn-blue {
    color: #fff !important;
    border-image: none !important;
    background-image: none !important;
    border: 1px solid rgb(40, 130, 190);
    background-color: rgb(52, 152, 219);
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-size:12px;
}
.btn.active.btn-blue, .btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active { 
	background-color: rgb(40, 130, 190); 
}
.btn.btn-green {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(110, 180, 20);  
	background-color: rgb(140, 195, 70); 
}
.btn.active.btn-green, .btn.btn-green:hover, .btn.btn-green:focus, .btn.btn-green:active { 
	background-color: rgb(110, 180, 20); 
}
.btn.btn-white { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd; 
	background-color: #fff; 
}
.btn.active.btn-white, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active { 
	background-color: #f5f5f5; 
}
.btn.btn-red {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(213, 7, 15);  
	background-color: rgb(233, 27, 35); 
}
.btn.active.btn-red, .btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active { 
	background-color: rgb(213, 7, 15); 
}
.div-tab.tabs.trans-top ul.nav-tabs li.active a { 
	color: crimson !important;
	border-top-color: transparent !important; 
}

/* Serial List */
.serial-list { margin-bottom:15px; }
.serial-list .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.div-head { 
	display:table; 
	width:100%; 
	table-layout:fixed; 
	padding:15px 0; 
	border-top-width:2px; 
	border-top-style:solid; 
	border-bottom:1px solid #c3c3c3; 
	border-collapse:separate;
}
.div-head > span { 
	display:table-cell; 
	text-align:center; 
	vertical-align:middle; 
	border-right:1px solid #ddd; 
	font-weight:bold; 
	line-height:1; 
    font-weight:normal;
    font-size:12px;
}
.div-head > span:last-child { 
	border-right:0; 
}
.div-head.list-head > span { 
	border:0; 
}
.serial-list .wr-num { width:60px; }
.serial-list .wr-thumb { width:80px; }
.serial-list .wr-name { width:120px; }
.serial-list .wr-star { width:120px; }
.serial-list .wr-date { width:90px; }
.serial-list .wr-hit { width:60px; }
.serial-list .wr-good { width:50px; }
.serial-list .wr-hidden { display:none; }
.serial-list .wr-none { text-align:center; color:#888; padding:50px 0px; }
.serial-list .list-body { list-style:none; padding:0px; margin:0px; }
.serial-list .list-body li { border-bottom:1px solid #ddd; display:table; width:100%; table-layout:fixed; }
.serial-list .list-body li:hover { color:#000; background-color:#F8F8F8; }
.serial-list .list-body li > div { display:table-cell; height:34px; line-height:22px; padding:6px 0px; text-align:center; color:#666; vertical-align:middle; font-size:12px; }
.serial-list .list-body .wr-subject { padding-left:10px; text-align:left; }
.serial-list .list-body .wr-subject .item-subject { display:block; word-break:break-all; }
.serial-list .list-body a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
.serial-list .list-body a:hover, a:focus, a:active { color: #dd4b39; text-decoration: none; }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
.div-tab.tabs ul.nav-tabs li.active a, .div-tab.tabs ul.nav-tabs li.active a:hover, .div-tab.tabs ul.nav-tabs li.active a:focus,
.div-tab.tabs ul.nav-tabs li.active:first-child a, .div-tab.tabs ul.nav-tabs li.active:first-child a:hover, .div-tab.tabs ul.nav-tabs li.active:first-child a:focus,
.div-tab.tabs ul.nav-tabs li.active:last-child a, .div-tab.tabs ul.nav-tabs li.active:last-child a:hover, .div-tab.tabs ul.nav-tabs li.active:last-child a:focus { 
	color: #333;
	border:0;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	background:none;
	border-top:1px solid #333; 
	border-bottom:1px solid transparent;
	margin:0;
	line-height:14px !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.div-tab.tabs ul.nav-tabs li { 
	background: rgb(247, 247, 247); 
	border-image: none; 
	color: #333; 
	margin-right: 0; 
	border: 0; 
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-top: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(230, 230, 230); 
	border-image: none;
	line-height:14px !important;
}
.div-tab.tabs ul.nav-tabs li:hover, .div-tab.tabs ul.nav-tabs li:focus { 
	border:0;
	border-top: 1px solid rgb(221, 221, 221);
	border-left: 1px solid rgb(230, 230, 230); 
	border-image: none;
}
.div-tab.tabs ul.nav-tabs li:first-child  {
	border-left:1px solid rgb(221, 221, 221); 
	margin-left:0px;	
}
.div-tab.tabs ul.nav-tabs li:last-child, .div-tab.tabs ul.nav-tabs li:last-child:hover {
	border-right:1px solid rgb(221, 221, 221); 
}
.div-tab.tabs ul.nav-tabs li.active { 
	background: #fff; 
	/* border-top:1px solid #333;  */
}
.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus,
.div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus,
.div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus { 
	color:#333;
	border:0;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	background:none;
	border-top: 1px solid transparent; 
	border-bottom:1px solid rgb(221, 221, 221);
	margin:0;
	line-height:14px !important;
    font-size:12px;
}
.div-tab.tabs ul.nav-tabs li.active a, .div-tab.tabs ul.nav-tabs li.active a:hover, .div-tab.tabs ul.nav-tabs li.active a:focus,
.div-tab.tabs ul.nav-tabs li.active:first-child a, .div-tab.tabs ul.nav-tabs li.active:first-child a:hover, .div-tab.tabs ul.nav-tabs li.active:first-child a:focus,
.div-tab.tabs ul.nav-tabs li.active:last-child a, .div-tab.tabs ul.nav-tabs li.active:last-child a:hover, .div-tab.tabs ul.nav-tabs li.active:last-child a:focus { 
	color: #333;
	border:0;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	background:none;
	border-top:1px solid #333; 
	border-bottom:1px solid transparent;
	margin:0;
	line-height:14px !important;
    
}
.div-tab-top.tabs ul.nav-tabs, .div-tab-bottom.tabs ul.nav-tabs { 
	background: none; 
	border-image: none; 
	color: #333; 
	margin: 0; 
	border: 0;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-image: none;
	line-height:18px;
	border-top:1px solid rgb(221, 221, 221); 
	border-bottom:1px solid rgb(221, 221, 221); 
}
.div-tab-top.tabs ul.nav-tabs li, .div-tab-bottom.tabs ul.nav-tabs li  {
	border:0;
	margin:0;
	line-height:14px !important;
}
.div-tab-top.tabs ul.nav-tabs li a, .div-tab-top.tabs ul.nav-tabs li a:hover, .div-tab-top.tabs ul.nav-tabs li a:focus,
.div-tab-top.tabs ul.nav-tabs li:first-child a, .div-tab-top.tabs ul.nav-tabs li:first-child a:hover, .div-tab-top.tabs ul.nav-tabs li:first-child a:focus,
.div-tab-top.tabs ul.nav-tabs li:last-child a, .div-tab-top.tabs ul.nav-tabs li:last-child a:hover, .div-tab-top.tabs ul.nav-tabs li:last-child a:focus { 
	color:#333;
	border:0;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	background:none;
	border-top:2px solid transparent; 
	border-bottom:0;
	padding:12px 12px 10px;
	margin-top:-1px;
	line-height:14px !important;
}
.div-tab-top.tabs ul.nav-tabs li.active a, .div-tab-top.tabs ul.nav-tabs li.active a:hover, .div-tab-top.tabs ul.nav-tabs li.active a:focus,
.div-tab-top.tabs ul.nav-tabs li.active:first-child a, .div-tab-top.tabs ul.nav-tabs li.active:first-child a:hover, .div-tab-top.tabs ul.nav-tabs li.active:first-child a:focus,
.div-tab-top.tabs ul.nav-tabs li.active:last-child a, .div-tab-top.tabs ul.nav-tabs li.active:last-child a:hover, .div-tab-top.tabs ul.nav-tabs li.active:last-child a:focus { 
	color: #333;
	border:0;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	background:none;
	border-top:2px solid #333; 
	border-bottom:0;
	padding:12px 12px 10px;
	line-height:14px !important;
}
.list-board .wr-chk { width:40px; }
.list-board .wr-num { width:60px; }
.list-board .wr-thumb { width:60px; }
.list-board .wr-category { width:80px; }
.list-board .wr-name { width:120px; }
.list-board .wr-date { width:90px; }
.list-board .wr-hit { width:60px; }
.list-board .wr-down { width:50px; }
.list-board .wr-visit { width:50px; }
.list-board .wr-good { width:50px; }
.list-board .wr-nogood { width:50px; }
.list-board .wr-none { padding:50px 0px; text-align:center; color:#888; }
.list-board .wr-comment { margin:0px 10px; }
.list-board .wr-hidden { display:none; }

.list-board .list-body { list-style:none; padding:0px; margin:0px; }
.list-board .list-body li { border-bottom:1px solid #ddd; display:table; width:100%; table-layout:fixed; }
.list-board .list-body li:hover { color:#000; background-color:#F8F8F8; }
.list-board .list-body li > div { display:table-cell; height:34px; line-height:22px; padding:6px 0px; text-align:center; color:#000; vertical-align:middle; font-size:12px; }
.list-board .list-body .wr-subject { padding-left:10px; text-align:left; }
.list-board .list-body .wr-subject .item-subject { display:block; word-break:break-all; }
.list-board .list-body .wr-subject .count { font-size: 10px; font-weight: bold; font-family: verdana; letter-spacing: -1px; line-height: 16px; padding-right: 1px; color: orangered;}
.list-board .list-body .wr-name { text-align:left; padding-left:10px; }
.list-board .list-body .wr-name a { display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;  }
.list-board .list-body .wr-name .sv_member { color:#666; font-weight:bold; }
.list-board .list-body .thumb-img { position:relative; width:46px; height:46px; margin:0px auto; }
.list-board .list-body .thumb-icon { position:relative; width:46px; height:46px; display:table; margin:0px auto; }
.list-board .list-body .thumb-icon a { display:table-cell; width:1%; background:#eee; color:#fff; vertical-align:middle; font-size:30px; }
.list-board .list-body .thumb-icon a i { color:rgb(51, 51, 51); font-size:30px; }
.list-board .list-body .thumb-icon img { max-width:100%;height:46px; margin:0px auto; }
.list-board .list-body li > div.wr-date,
.list-board .list-body li > div.wr-hit { color:#666; }
.list-board .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.list-board .wr-icon { display:inline-block; padding:0px; margin:0px; overflow:hidden; vertical-align:-2px; background-repeat: no-repeat; background-position: left top; }
.list-board .wr-notice { width:37px; height:19px; background-image: url('/images/icon_notice.gif'); }
.list-board .wr-new { width:12px; height:12px; background-image: url('/images/icon_new.gif'); }
.list-board .wr-secret { width:12px; height:12px; background-image: url('/images/icon_secret.gif'); }
.list-board .wr-hot { width:12px; height:12px; background-image: url('/images/icon_hot.gif'); }
.list-board .wr-video { width:12px; height:12px; background-image: url('/images/icon_video.gif'); }
.list-board .wr-image { width:12px; height:12px; background-image: url('/images/icon_image.gif'); }
.list-board .wr-file { width:12px; height:12px; background-image: url('/images/icon_file.gif'); }
.list-board .wr-vicon { position:absolute; left:4px; bottom:3px; color: rgba(255,255,255,1); font-size:16px; z-index:1; }

.btn.btn-black { 
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #111; 
	background-color: #333; 
}
.btn.active.btn-black, .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active { 
	background-color: #111; 
}
.btn-group,.btn-group-vertical {
    position: relative;
    vertical-align: middle
}
.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left;
    font-size:12px;
}

.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active { 
	background-color: rgb(213, 7, 15); 
}
.is-pc .ko .list-btn .sort-drop { font-size: 12px; min-width: 120px !important;
    left: auto !important;
    right: 0px !important;
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
.open>.dropdown-menu {
    display: block
}
.dropdown-menu {display:none; position: absolute;right: 0;left: auto;width: 280px;padding: 0;margin: 0;top: 100%;box-shadow: none;border: 1px solid #eee;background-color: #fff;z-index: 1000;border-radius: 4px;}
.dropdown-menu>li.header { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-color: #fff; padding: 7px 10px; border-bottom: 1px solid #f4f4f4; color: #444; font-size: 14px; }
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>li>a .iconfont { color:#333; }

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.list-board { margin-bottom:15px; }
.list-btn .btn-sm { padding:2px 10px; }
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade.in {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-sm {
    width: 300px;
}
.modal-dialog {
    width: 300px;
    margin: 90px auto;
    position: relative;
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-body {
    position: relative;
    padding: 15px;
}
.modal-body .btnArea.grid2{
    display:grid;
    gap:16px;
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
}
.modal-body .btnArea.grid2 button { padding:2px 10px; outline:0;}
.row-15 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}
.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    display: table;
    content: " "
}
.text-center {
    text-align: center;
}
h4, .h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    display: none;
}
.modal-backdrop.in {
    filter: alpha(opacity = 50);
    opacity: .5;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 19px;
    height:33px;
}
.pagination>li>a .iconfont {font-size:11px;vertical-align: -1px;}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    /* border-top-left-radius: 4px;
    border-bottom-left-radius: 4px */
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    /* border-top-right-radius: 4px;
    border-bottom-right-radius: 4px */
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #444;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #444;
    border-color: #444;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.list-wrap .pagination a, .view-wrap .pagination a { color:#333 !important; }
.list-wrap .pagination .active a, .view-wrap .pagination .active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

.pageTitle { width:1200px; margin:0 auto; line-height: 48px; position: relative; color: #000; background-color: #fafafa; border-bottom: 1px solid #dfdfdf; font-size:22px; padding-left:20px; font-weight:700;}
.pageTitle span.artTitle { display:inline-block; vertical-align: middle; position:relative; top:3px; margin-left: 10px; color: #888; font-weight: 600; font-size: 13px; }

.view-wrap .artTitle { font-size: 22px; font-weight: bold; margin: 0px; line-height: 50px; display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; margin: 0px; padding: 0px 10px; color: rgb(59, 62, 67); letter-spacing: -1px;}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.view-head {
    border-left: 0px;
    border-right: 0px;
}
.view-wrap .no-attach {
    border-bottom: 0px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel .panel-heading {
    border-radius: 0px;
    font-size:12px;
}
.panel .panel-heading span {
    font-size:12px;
}
.panel-body {
    padding: 15px
}
.text-muted {
    color: #777;
}
.view-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.view-content {
    padding-bottom: 20px;
    line-height: 180%;
}
.view-content p {
    padding: 0;
    margin: 0;
    line-height: 180%;
}
.view-icon img {
    width: 34px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.view-author-none {
    height: 1px;
    border-top: 1px solid #eee;
    margin: 12px 0px 20px;
}
.view-btn .btn-group { font-size:0; }
.view-btn .btn-group a { float:none; height:30px; padding-top:0; padding-bottom:0; line-height:28px; }
.view-btn .btn-group a .iconfont { font-size:12px; font-weight:bold; }

.bg-light, i.bg-light, .badge.bg-light {
    color: #333;
    background-color: #f5f5f5;
}

/* 로그인 */
.form-box {
    margin: 0px 0px 15px;
    border: 1px solid rgb(231, 231, 231);
    transition: 0.3s linear;
    border-image: none;
    overflow: hidden;
    position: relative;
    cursor: default;
    -webkit-transition: all 0.3s linear;
    background: rgb(252, 252, 252);
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
}
.form-box::before {
    display: table;
    content: "";
}
.form-box .form-header { 
	padding: 15px; 
	border-bottom-color: rgb(243, 243, 243); 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
}
.form-box .form-header h2, .form-box .form-heading { 
	margin: 0px; 
	padding: 0px !important; 
	font-size: 18px; 
	font-weight: 500; 
}
.form-box .form-body { 
	background: rgb(255, 255, 255); 
	padding: 15px; 
}
.form-box .form-body p { 
	padding-left: 0px; 
	margin-bottom: 10px; 
    font-size:12px;
}
.form-box .form-body .condition { 
	margin:10px 0px; 
	height:200px; 
	overflow:auto; 
	background:#fff; 
	border:1px solid #ddd; 
	padding:15px; 
}
.form-box .form-footer { 
	padding: 6px 0px; 
	border-top-color: rgb(243, 243, 243); 
	border-top-width: 1px; 
	border-top-style: solid; 
}
.form-box .form-footer::before { 
	display: table; 
	content: ""; 
}
.form-box .form-footer::after { 
	display: table; 
	content: "";
	clear: both; 
}
.form-box .form-footer p { 
	margin: 6px 15px; 
}
.form-box .form-footer a { 
	margin:0px 15px; 
}
.form-box .form-footer a .iconfont { font-weight:bold; }
.form-box .form-footer a { font-size:12px; } 
.form-box .form-footer a:hover { color:orangered; }
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control-feedback {
    position: absolute;
    top: -2px;
    right: 12px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    
}
.joinWrap .form-control-feedback {
    font-size: 12px;
}
#loginForm1 .form-control-feedback {
    top: 18px;
    right: 0px;
}
.has-feedback {
    position: relative;
}

.joinWrap { padding:15px 15px 35px; }

.register-form .form-group:after { content:""; display:block; clear:both; }
.form-group .col-sm-2 {
    width: 16.66666667%;
    float: left;
}
.form-group .col-sm-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group .col-sm-5 {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group .col-sm-8 {
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group .col-sm-offset-2 {
    margin-left: 16.66666667%;
}
.form-group.text-gap { margin-bottom:4px; }

#captcha {display:inline-block;position:relative;min-width: 0;padding: 0;margin: 0;border: 0;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('/images/a_captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/images/a_captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em;color: #333;}

.btn.btn-color {
    color: #fff !important;
    border-image: none !important;
    background-image: none !important;
    border: 1px solid rgb(213, 7, 15);
    background-color: rgb(233, 27, 35);
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sub-title { padding:10px 12px; border-top:4px solid #444; }
.sub-title h4 { padding:0; margin:0; line-height:50px; font-size:18px; }
.sub-title i { line-height: 27px; vertical-align:middle; background: rgb(245, 245, 245); padding-top: 12px; border-radius: 50%; width: 50px; height: 50px; text-align: center; color: rgb(143, 143, 143); font-size: 25px; display: inline-block; }
.sub-title img { border-radius: 50%; width: 50px !important; height: 50px !important; display:inline-block; }
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.bg-black, i.bg-black, .badge.bg-black {
    background-color: #333;
    color: #fff;
}
.text-primary {
    color: #428bca;
}
.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.memo-send-form {
    padding: 20px;
}
.memo-send-form * {
    font-size:12px;
}

.myresponse-skin .photo i {
    border-radius: 50%;
    background: rgb(238, 238, 238);
    padding: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: inline-block;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.mypage-skin .img-photo i {
    background: rgb(245, 245, 245);
    padding: 16px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 27px;
    display: inline-block;
}
.mypage-skin .view-author .auth-photo {
    width: 160px;
    padding-right: 15px;
}
.auth-photo .btn-group>.btn { padding:0 10px; height:30px; line-height:30px; float:none;}
.member, .guest {
    color: rgb(51, 51, 51);
}
.lv-1, .lv-2, .lv-3, .lv-4, .lv-5, .lv-6, .lv-7, .lv-8, .lv-9 {
    background-color: rgb(208, 208, 208);
    color: rgb(255, 255, 255);
}
.lv-icon {
    display: inline-block;
    font-family: tahoma;
    height: 16px;
    width: 20px;
    line-height: 16px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
}
.col-sm-7 {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 22px;
}
.list-group-item {
    word-break: break-all;
    border-radius: 0 !important;
    font-size:12px;
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
    color:#333;
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.col-sm-5 {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.btn.btn-lightgray {
    color: #333 !important;
    border-image: none !important;
    background-image: none !important;
    border: 1px solid #ddd;
    background-color: #fafafa;
    
}
.myBtns .btn.btn-lightgray { display:block; }

.mypost-media {
    padding-bottom: 10px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.mypost-media .media {
    border-bottom: 1px solid #eee;
    margin: 7px 0px;
    padding: 0px 12px 7px;
}
.mypost-media :first-child.media {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.media>.pull-left {
    margin-right: 10px;
}
.mypost-media .photo img {
    border-radius: 50%;
    width: 64px !important;
    height: 64px !important;
    display: inline-block;
}
.mypost-media .media .media-body {
    padding-left: 0px;
    line-height:22px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.mypost-media .media-heading {
    padding: 0;
    margin: 0px;
    line-height: 20px;
}
.mypost-skin i.img-fa {
    width: 40px;
    height: 40px;
    padding: 10px 0px 0px;
    font-size: 20px;
    text-align: center;
    color: #aaa;
}
.mypost-media .photo i {
    border-radius: 50%;
    background: rgb(245, 245, 245);
    padding: 15px;
    width: 64px;
    height: 64px;
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 33px;
    display: inline-block;
}
.media-content { color:#333; }
.myphoto {
    margin-bottom: 15px;
}
.myphoto i {
    background: rgb(245, 245, 245);
    padding: 18px;
    border-radius: 50%;
    text-align: center;
    color: rgb(143, 143, 143);
    font-size: 40px;
    display: inline-block;
    width: 80px;
    height: 80px;
    
}
.myphoto img {
    border-radius: 50%;
    display: inline-block;
}

.board_hide { display:none !important; }
/* Auto Size */
.apms-autowrap { 
	margin:0 auto 15px;
}
.apms-autosize { 
	position:relative; height: 0; padding-bottom: 56.25%; overflow: hidden; margin:0;
}
.apms-autosize iframe, .apms-autosize object, .apms-autosize embed { 
	position: absolute; top: 0; left: 0; width: 100%; height:100%; 
}

/* Memo */
.memo-send-info { padding:8px 20px;background:#fafafa;border-bottom:1px solid #eee; font-size:12px; }
.memo-content { padding:20px; line-height:22px;border-bottom:1px solid #eee; margin-bottom:15px; font-size:12px; }
.memo-send-form { padding:20px; }

.faq-category .div-tab { margin-bottom:15px; }
.faq-category .dropdown { margin-bottom:15px; }
.faq-category .active a, .list-category .selected a { color:crimson; font-weight:bold !important; }
.faq-box { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }
.faq-img img, .faq-html img, .faq-content img { width:auto; max-width:100%; border:0; }
.faq-content .panel-body p { padding:0; margin:0; }
.faq-none { padding:50px 0; }
.faq-box .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.faq-box .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.faq-box .col-sm-offset-3 {
    margin-left: 25%;
}
.faq-box .col-sm-3 {
    width: 25%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}
.faq-box .btn-block {
    display: block;
    width: 100%;
}