@charset "utf-8";

/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /public_htm/css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     : 2020-05-08
************************** 수정이력 **************************************
* 날짜                    작업자                  변경내용
* 2020-05-08              한주현                 최초작성
**************************************************************************/

/* 필수항목 체크 */
.necessary{display: inline-block;vertical-align: middle;color:#333;}
/* 게시판 */
.board-search{position:relative;font-size:0;text-align: center;background:#f5f5f5;padding:20px 10px;}
.board-search .input-wrap{position:relative;display: inline-block;width:100%;max-width:625px;font-size:0;}
.board-search input[type="text"]{display:inline-block;width:100%;height:55px;background:#fff;border:1px solid #e5e5e5;font-size: 16px;padding:0 38px;}
.board-search input[type="text"]::placeholder{color:#787878;}
.board-search button{position:absolute;right:0;top:0;display:inline-block;width:55px;height:55px;background: url(/_public/images1/icon/search.svg) no-repeat;background-size: cover;font-size:0;}

/* basic */
#board-wrap{margin-top:30px;}
#board-wrap .list-type1{margin:0 auto;margin-top:40px;background: #fff;border-top:2px solid #202020;}
#board-wrap .list-type1 .list{border-bottom:1px solid #dbdbdb;}
#board-wrap .list-type1 .list .board-tbody{}
#board-wrap .list-type1 .list .board-thead li{display:table;table-layout:fixed;width:100%;border-top:1px solid #202020;box-sizing: border-box;line-height: 80px;}
#board-wrap .list-type1 .list .board-tbody li{display:table;table-layout:fixed;width:100%;border-top:1px solid #ccc;box-sizing: border-box;line-height: 80px;}
#board-wrap .list-type1 .list .board-thead li{border-top:0;border-bottom:1px solid #202020;}
#board-wrap .list-type1 .list .board-tbody li.notice{background: #f9f9f9;}
#board-wrap .list-type1 .list .board-tbody li.notice .idx{font-weight: bold;font-size:18px;}
#board-wrap .list-type1 .list .board-tbody li:first-child{border-top:0;}
#board-wrap .list-type1 .list .board-tbody li.notice .col.subject a{font-weight:500;color:#202020;}
#board-wrap .list-type1 .list .board-thead li .col{display: table-cell;width:15%;color:#202020;font-size:18px;text-align:center;font-weight:bold;vertical-align: middle;}
#board-wrap .list-type1 .list .board-tbody li .col{display: table-cell;width:15%;color:#202020;font-size:16px;text-align:center;font-weight:normal;vertical-align: middle;}
#board-wrap .list-type1 .list .board-thead li .col.idx,
#board-wrap .list-type1 .list .board-tbody li .col.idx{width:10%;vertical-align: middle}
#board-wrap .list-type1 .list .board-thead li .col.subject,
#board-wrap .list-type1 .list .board-tbody li .col.subject{width:75%;text-align: left;vertical-align: middle;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .icon-lock{display:inline-block;margin-left:10px;vertical-align: middle;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .ct-badge{display:inline-block;margin-right:10px;vertical-align: middle;line-height: 20px;width:60px;color:#fff;text-align: center;border-radius: 20px;font-size:12px;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .ct-badge.normal{background: #3cc194}
#board-wrap .list-type1 .list .board-tbody li .col.subject .ct-badge.event-badge{background: #202020}
#board-wrap .list-type1 .list .board-tbody li .col.subject a{color:#202020;font-size:18px;font-weight:500;display:inline-block;vertical-align: middle;max-width:85%;vertical-align:middle;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#board-wrap .list-type1 .list .board-tbody li .col.subject a:hover{text-decoration: underline;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .icon-group{display:inline-block;vertical-align: middle;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .icon-group em{display: inline-block;margin-left:5px;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .noti-icon{display:inline;margin-right:10px;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .icon-new{display:inline-block;width:15px;vertical-align: middle;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .icon-file{color:#b1b1b1;}
#board-wrap .list-type1 .list .board-tbody li .col.subject .reply-count{display:inline;margin-left:5px;color:#ff2f3b;font-size:13px;}
#board-wrap .list-type1 .list .board-thead li .col.subject{text-align: center;}


/* gallery-default */
#board-wrap .gallery{margin-top:50px;}
#board-wrap .gallery ul{font-size:0;}
#board-wrap .gallery ul li{display:inline-block;width:21.7%;margin-left:4.3%;margin-bottom:120px;}
#board-wrap .gallery ul li:nth-child(4n+1){margin-left:0;}{}
#board-wrap .gallery ul li a{display:block;}
#board-wrap .gallery ul li a .img{overflow: hidden;}
#board-wrap .gallery ul li a .img img{width:100%;display:block;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
#board-wrap .gallery ul li a .txt{margin-top:20px;color:#333;font-size:16px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#board-wrap .gallery ul li:hover a .img{display:block;}
#board-wrap .gallery ul li:hover a .img img{transform: scale(1.2);}

/* gallery-type1 */
#board-wrap .gallery-type1{font-size:0;margin:0 auto;}
#board-wrap .gallery-type1 .list{display:inline-block;width:23%;margin:0 1% 0.4px;}
#board-wrap .gallery-type1 .list .img{}
#board-wrap .gallery-type1 .list .img img{width:100%;}
#board-wrap .gallery-type1 .list .txt-box{}
#board-wrap .gallery-type1 .list .txt-box .tit{padding:0.3px 0 0.1px;font-size:0.16px;text-align:center;font-weight:500;border-bottom:0.02px solid #333;}
#board-wrap .gallery-type1 .list .txt-box .tit span{display:block;margin-top:0.1px;font-size:0.13px;font-weight:400;}
#board-wrap .gallery-type1 .list .txt-box .tit span a{color:#333;}
#board-wrap .gallery-type1 .list .txt-box .tit span em{display: inline-block;margin-left:0.1px;}
#board-wrap .gallery-type1 .list .txt-box .tit span:hover a{text-decoration: underline;}
#board-wrap .gallery-type1 .list .txt-box .txt{display:-webkit-box;padding:0.1px 0;height:0.48px;font-size:0.12px;font-weight:300;color:#898989;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}

/* gallery-type2 */
#board-wrap .gallery-type2{font-size:0;overflow: hidden;margin:0 auto;max-width:1200px;}
#board-wrap .gallery-type2 .list{float:left;display:flex;margin:2% 1%;width:31.3333%;background: #fff;box-sizing: border-box;box-shadow:6px 6px 10px -1px rgba(0,0,0,0.1), -6px -6px 10px -1px rgba(255,255,255,0.7) }
#board-wrap .gallery-type2 .list .date-box{position:relative;display:inline-block;width:30%;box-sizing: border-box;border-right:0.01px solid #ccc;}
#board-wrap .gallery-type2 .list .date-box > div{position: absolute;width:100%;text-align: center;top:50%;transform: translateY(-50%);}
#board-wrap .gallery-type2 .list .date-box > div strong{display: block;font-size:0.3px;}
#board-wrap .gallery-type2 .list .date-box > div span{display: block;color:#898989;font-size:0.13px;font-weight:500;}
#board-wrap .gallery-type2 .list .content-box{position:relative;display:inline-block;width:70%;overflow: hidden;}
#board-wrap .gallery-type2 .list .content-box img{}
#board-wrap .gallery-type2 .list .content-box .txt-box{opacity:0;position:absolute;bottom:-100%;left:0;padding:0.2px;width:100%;height:100%;background: #fff;box-sizing: border-box;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
#board-wrap .gallery-type2 .list .content-box .txt-box .tit{font-size:0.14px;color:#898989;font-weight:500;}
#board-wrap .gallery-type2 .list .content-box .txt-box .txt{display:-webkit-box;margin-top:0.2px;height:0.58px;font-size:0.13px;color:#333;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
#board-wrap .gallery-type2 .list:hover{}
#board-wrap .gallery-type2 .list:hover .content-box .txt-box{opacity: 1;bottom:0;}

/* gallery-type3 */

#board-wrap .gallery-type3{}
#board-wrap .board-topinfo{font-size:16px;color:#333;padding:15px 0;}
#board-wrap .gallery-type3 .list{padding-top:50px;border-top:2px solid #202020;}
#board-wrap .gallery-type3 .list ul{font-size:0;}
#board-wrap .gallery-type3 .list ul li{display: inline-block;width:23%; margin:0 1% 70px;vertical-align: top;}
#board-wrap .gallery-type3 .list ul li a{display: block;}
#board-wrap .gallery-type3 .list ul li .img{overflow: hidden;}
#board-wrap .gallery-type3 .list ul li .img img{transform: scale(1);-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
#board-wrap .gallery-type3 .list ul li .txt-box{margin-top:20px;}
#board-wrap .gallery-type3 .list ul li .category{font-size:17px;color:#04214d;border-bottom:1px solid #a1a1a1;padding-bottom:15px;}
#board-wrap .gallery-type3 .list ul li .subject{margin-top:15px;font-size:18px;color:#020200;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
#board-wrap .gallery-type3 .list ul li .txt{margin-top:10px;font-size:16px;color:#787878; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis;height:48px;}
#board-wrap .gallery-type3 .list ul li .date{margin-top:15px;font-size:16px;color:#787878;font-weight:600;}
#board-wrap .gallery-type3 .list ul li:hover .img img{transform: scale(1.1);}
#board-wrap .gallery-type3 .list ul li:hover .subject{text-decoration: underline;}

/* gallery-type3[slide] */
#board-wrap .gallery-swiper{}
#board-wrap .gallery-swiper .swiper-slide{width:240px !important;}
#board-wrap .gallery-swiper .swiper-slide .img{}
#board-wrap .gallery-swiper .swiper-slide .img img{display:block;width:100%;}
#board-wrap .gallery-swiper .swiper-slide .txt-box{margin-top:0.2px;}
#board-wrap .gallery-swiper .swiper-slide .txt-box a .tit{color:#333;font-size:0.16px;font-weight:500;}
#board-wrap .gallery-swiper .swiper-slide .txt-box a .txt{margin-top:0.2px;color:#959595;font-size:0.12px;word-break: break-all;}
#board-wrap .gallery-swiper .swiper-slide .txt-box a .name{margin-top:0.2px;color:#959595;font-size:0.12px;}
#board-wrap .gallery-swiper .swiper-slide .txt-box a .name em{display:inline-block;font-style: italic;margin-right:0.05px;}
#board-wrap .gallery-swiper .swiper-slide:hover .txt-box a .tit{text-decoration: underline;}
#board-wrap .gallery-swiper .swiper-button-prev{width:1px;height:1px;background: url(/public_html/images/@draft/Arrow-right-03.png) 50% 50% no-repeat;background-color:rgba(255,255,255,0.5);background-size:50%;border-radius: 100%;transform: rotate(-180deg);}
#board-wrap .gallery-swiper .swiper-button-next{width:1px;height:1px;background: url(/public_html/images/@draft/Arrow-right-03.png) 50% 50% no-repeat;background-color:rgba(255,255,255,0.5);background-size:50%;border-radius: 100%;}
#board-wrap .gallery-swiper .swiper-button-next:after,
#board-wrap .gallery-swiper .swiper-button-prev:after{display:none;}
#board-wrap .gallery-swiper .swiper-button-prev.swiper-button-disabled{opacity: 0;}

/* webzine */
#board-wrap .webzine-type1{margin-top:50px;}
#board-wrap .webzine-type1 ul{border-top:2px solid #000;}
#board-wrap .webzine-type1 ul li{position:relative;border-bottom: 1px solid #ccc;}
#board-wrap .webzine-type1 ul li a{position:relative;display: flex;padding:30px 40px;font-size:0;}
#board-wrap .webzine-type1 ul li .picture{display: inline-block;width:360px;}
#board-wrap .webzine-type1 ul li .txt-box{display: inline-block;width:calc(100% - 400px);margin-left:40px;}
#board-wrap .webzine-type1 ul li .txt-box h4{margin-top:20px;font-size: 24px;font-weight: bold;color: #202020;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#board-wrap .webzine-type1 ul li .txt-box .date{margin-top:5px;font-size: 17px;font-weight: normal;color: #555;}
#board-wrap .webzine-type1 ul li .txt-box .txt{margin-top:28px;font-size: 16px;
 font-weight: normal;line-height: 1.63;color: #787878;display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:104px;}





/* 상세 페이지 */
#board-wrap .view{background: #fff;margin:0 auto;border-top:2px solid #202020;}
#board-wrap .view .top{padding:30px 0;}
#board-wrap .view .top .tit{margin-top:20px;font-size: 22px;font-weight: 600;color: #000;}
#board-wrap .view .top .ct-badge{display:inline-block;vertical-align: middle;line-height: 20px;width:60px;color:#fff;text-align: center;border-radius: 20px;font-size:12px;}
#board-wrap .view .top .ct-badge.normal{background: #3cc194}
#board-wrap .view .top .ct-badge.event-badge{background: #202020}
#board-wrap .view .top .txt{position:relative;color:#787878;font-size: 16px;
 font-weight: 500;}
#board-wrap .view .top .txt span{display:inline-block;margin-right:40px;font-weight:600;}
#board-wrap .view .top .txt span em{display:inline-block;margin-right:10px;color:#000;}
#board-wrap .view .top .txt .name{}
#board-wrap .view .top .txt .name em{font-style: italic;font-family: san-serif;display:inline-block;margin-right:5px;}
#board-wrap .view .top .txt .date{}
#board-wrap .view .top .txt .modify-date{}
#board-wrap .view .top .txt .comment{}
#board-wrap .view .top .txt .comment a{display:block;color:#202020;text-align: center;font-weight:500;}
#board-wrap .view .top .txt .file{float:right;}
#board-wrap .view .top .txt .file a{color:#898989;font-size:14px;}
#board-wrap .view .view-content{padding:40px 0;min-height:300px;font-size:18px;border-top:1px solid #e5e5e5;line-height: 1.67;}
#board-wrap .view .view-content .video-box{max-width:1120px;margin:0 auto 40px;}
#board-wrap .view .view-content .video-box video{width:100%;height:100%;}
#board-wrap .view .file-box{padding:20px;border-top:1px solid #ccc;border-bottom:1px solid #202020;}
#board-wrap .view .file-box em{display: inline-block;font-size: 18px;font-weight: 600;color: #000;}
#board-wrap .view .file-box .file{display: inline-block;margin-left:30px;font-size: 18px;font-weight: 600;color: #202020;}
#board-wrap .view .bottom{overflow:hidden;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
#board-wrap .view .bottom a{display:block;font-size:18px;padding:30px 25px;color:#000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#board-wrap .view .bottom a + a{border-top:1px solid #ccc;}
#board-wrap .view .bottom a span{display:inline-block;}
#board-wrap .view .bottom a em{display: inline-block;position: relative;padding-left:37px; font-size: 18px;color: #787878;margin-right:30px;}
#board-wrap .view .bottom a em:before{content: "";position:absolute;top:7px;left:0;display:inline-block;width:17px;height: 10px;background: url(/_public/images1/icon/bbs_arrow.svg) no-repeat;background-size: cover; }
#board-wrap .view .bottom .prev{}
#board-wrap .view .bottom .prev span{}
#board-wrap .view .bottom .next em:before{transform:rotate(-180deg);}
#board-wrap .view .bottom .next span{margin-left:10px;}
#board-wrap .view .button-group{padding:40px 0;text-align: center;}
#board-wrap .view .button-group .button{display:inline-block;border:1px solid #202020;color:#202020;line-height: 58px;font-size:18px;font-weight:500;width: 160px;}
#board-wrap .view .button-group .button i{display: inline-block;width:25px;height: 16px;background:url(/_public/images1/icon/list.svg) no-repeat;background-size: cover;margin-right:30px;position:relative;top:1px;}
#board-wrap .view .button-group .button + .button{margin-left:5px;}




/* 쓰기 페이지 [공통 폼 스타일] */
#board-wrap .write{background:#fff;border-top: 2px solid #333;margin-top:40px;max-width:1050px;}
#board-wrap .write .cmm-form .select{display:inline-block;width:180px;}
#board-wrap .write .button-group{text-align: center;padding:40px 0;font-size:0;}
#board-wrap .write .button-group .button{width:150px;margin:0 5px;}
#board-wrap .write2{border-top: 2px solid #333;}
#board-wrap .write2 table{}
#board-wrap .write2 table tbody tr th{padding:30px 20px;font-size:14px;font-weight:600;text-align: left;vertical-align: top;border-bottom:1px solid #e5e5e5;background: transparent;}
#board-wrap .write2 table tbody tr td{padding:20px 0;text-align: left;border-bottom:1px solid #e5e5e5;}
#board-wrap .write2 table tbody tr td .select{display:inline-block;width:175px;height:37px;}
#board-wrap .write2 table tbody tr td .select .select-styled{border-radius: 10px;font-weight:700;line-height: 35px;}
#board-wrap .write2 table tbody tr td input[type="text"],
#board-wrap .write2 table tbody tr td input[type="password"]{width:100%;height:35px;padding:0 10px;border: 1px solid #e5e5e5;}
#board-wrap .write2 table tbody tr td input[type="password"]{width:200px;}
#board-wrap .write2 table tbody tr td textarea{width: 100%;height: 229px;display: block;padding: 20px 20px 40px;resize: none;border: 1px solid #c0c0c0;}
#board-wrap .write2 table tbody tr td .txt{font-size: 12px;margin-top: 10px;}
#board-wrap .write2 table tbody tr td .button{line-height: 35px;font-size:14px;width:125px;}
#board-wrap .write2 table tbody tr td dl{}
#board-wrap .write2 table tbody tr td dl dt{position:relative;padding:20px 20px 20px 40px;font-size:14px;font-weight:500;cursor: pointer;}
#board-wrap .write2 table tbody tr td dl dt:before{content: "Q";position:absolute;top:16px;left:7px;display:inline-block;color:#333;font-size:21px;font-family: "NanumSquareRound";font-weight:100;}
/* #board-wrap .write2 table tbody tr td dl dt.on{color:#333;} */
#board-wrap .write2 table tbody tr td dl dd{position:relative;display:none;background: #fcfcfc;padding:20px 40px;font-size:14px;}
#board-wrap .write2 table tbody tr td dl dd:before{content: "A";position:absolute;top:16px;left:7px;display:inline-block;color:#333;font-size:21px;font-family: "NanumSquareRound";font-weight:100;}
#board-wrap .write2 table tbody tr td .checkbox-type1{}
#board-wrap .write2 table tbody tr td .checkbox-type1 + .checkbox-type1{margin-top:10px;}
#board-wrap .write2 table tbody tr td .checkbox-type1 label{padding-left:25px;width:90px;line-height: 37px;}
#board-wrap .write2 table tbody tr td .checkbox-type1 label:before{top:11px;}
#board-wrap .write2 table tbody tr td .checkbox-type1 label:after{top:11px;}
#board-wrap .write2 table tbody tr td .checkbox-type1 .select{vertical-align: middle;display:inline-block;width:100px;height:35px;}
#board-wrap .write2 table tbody tr td .checkbox-type1 .select .select-styled{line-height: 35px;border-radius: 10px;}
#board-wrap .write2 table tbody tr td .checkbox-type1 .select .select-options li{line-height: 35px;}
#board-wrap .write2 table tbody tr td .checkbox-type1 em{display: inline-block;margin:0 4px;vertical-align:middle;}
#board-wrap .write2 table tbody tr td .checkbox-type1 input[type="tel"],
#board-wrap .write2 table tbody tr td .checkbox-type1 input[type="number"],
#board-wrap .write2 table tbody tr td .checkbox-type1 input[type="text"],
#board-wrap .write2 table tbody tr td .checkbox-type1 input[type="email"]{display:inline-block;padding:0 10px;width:100px;border:1px solid #e5e5e5;height:35px;vertical-align: middle;}
#board-wrap .write2 table tbody tr td .checkbox-type1.email .select{width:135px;}
#board-wrap .write2 table tbody tr td .checkbox-type1.email input[type="tel"],
#board-wrap .write2 table tbody tr td .checkbox-type1.email input[type="number"],
#board-wrap .write2 table tbody tr td .checkbox-type1.email input[type="text"],
#board-wrap .write2 table tbody tr td .checkbox-type1.email input[type="email"]{width:135px;}
#board-wrap .write2 table tbody tr td .search-box{font-size:0;}
#board-wrap .write2 table tbody tr td .search-box .input-wrap{position: relative;display:inline-block;width:470px;}
#board-wrap .write2 table tbody tr td .search-box input[type="text"]{width:100%;padding:0 35px 0 10px;height:37px;border:1px solid #d0d0d0;background: #fafafa;}
#board-wrap .write2 table tbody tr td .search-box em{cursor: pointer;display:inline-block;position: absolute;top:8px;right:5px;width:20px;height:20px;background: url(/_public/images1/@draft/sp_ico.png) no-repeat;background-position: -180px 0;}
#board-wrap .write2 table tbody tr td select{margin-left:5px;padding:0 10px;width:120px;border:1px solid #d0d0d0;height:35px;background: url(/_public/images1/@draft/select_icon01.png) 95% 50% no-repeat;}
#board-wrap .write2 table tbody tr td .search-box .button{margin-left:10px;}
#board-wrap .write2 table tbody tr td .ios-chk label{font-size:14px;}
#board-wrap .write2 table tbody tr td .file-list{margin-bottom:10px;}
#board-wrap .write2 table tbody tr td .uploaded_files{position: relative;display:inline-block;font-size:13px;margin: 0 2px;padding: 0 30px 0 10px;color:#fff;background:#3cc194;line-height: 30px;border: 1px solid #3cc194;border-radius: 25px;}
#board-wrap .write2 table tbody tr td .uploaded_files button{position: absolute;top: 9px;right: 10px;color: #fff;}
#board-wrap .write2 table tbody tr td .filebox{position:relative;}
#board-wrap .write2 table tbody tr td .filebox button{position:absolute;width:30px;height:30px;line-height: 30px;text-align: center;background: #333;color:#fff;border-radius: 100%;right: 0;top: 8px;font-size: 20px;font-weight: 100;}
#board-wrap .write2 table tbody tr td .filebox button.del-button{font-size: 25px;line-height: 25px;}
#board-wrap .write2 table tbody tr td .filebox + .filebox{margin-top:5px;}
#board-wrap .write2 table tbody tr td .filebox .upload-name{width:300px;}
#board-wrap .write2 .button-group{padding:55px 0;text-align: center;}
#board-wrap .write2 .button-group .button{margin:0 5px;width:160px;line-height: 41px;font-weight:500;}


#board-wrap .form-flex{display:flex;}
#board-wrap .form-flex .cmm-form{}
#board-wrap .form-flex .cmm-form:first-child{width:195px !important;}
#board-wrap .cmm-form{padding:20px;box-sizing: border-box;}
#board-wrap .cmm-form .form{position:relative;overflow:hidden;border-bottom:1px solid #f3f3f3;}
#board-wrap .cmm-form .form .ios-chk{padding:10px 20px;}
#board-wrap .cmm-form .form .ios-chk label{position:relative !important;top:inherit !important;left:inherit !important;margin-right:10px;}
#board-wrap .cmm-form .form:after{content: "";opacity:0;display:inline-block;position:absolute;left:50%;transform: translateX(-50%);bottom:0;width:0;height:2px;background:#333;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
#board-wrap .cmm-form .form.active:after{opacity:1;width:100%;height:2px;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
#board-wrap .cmm-form .label{display:block;padding: 20px 20px 10px;font-size:16px;font-weight:500;}
#board-wrap .cmm-form .label .add-button{float: right;display: inline-block;font-size: 16px;}
#board-wrap .cmm-form .form label{position: absolute;top:-9999999px;left:-999999px;}
#board-wrap .cmm-form .form input[type="text"],
#board-wrap .cmm-form .form input[type="tel"],
#board-wrap .cmm-form .form input[type="email"],
#board-wrap .cmm-form .form input[type="password"]{width:100%;height:40px;color:#898989;border:0;box-sizing: border-box;padding:0 20px;}
#board-wrap .cmm-form .form input.inputTitle{font-size:20px;height:60px;}
#board-wrap .cmm-form .form input.inputTitle::-webkit-input-placeholder {}
#board-wrap .cmm-form .form input::placeholder{color: #ccc;}
#board-wrap .cmm-form .form input.inputTitle::placeholder{font-size:20px;line-height: 40px;}
#board-wrap .cmm-form .form input:focus{border:0;outline: none;}
#board-wrap .cmm-form .form textarea{border:0;resize: none;padding:20px 20px 40px;width:100%;height:300px;border:1px solid #c0c0c0;border-radius: 5px;}
#board-wrap .cmm-form .form .filebox{padding:20px 0;}
#board-wrap .cmm-form .form .filebox-txt{font-size: 12px;padding-bottom:10px;}
#board-wrap .cmm-form.error .form{border-color:#ff4947;}
#board-wrap .cmm-form.error .form input{color:#ff4947;}
#board-wrap .cmm-form.error .form input::placeholder{color:#ff4947;}

/* 댓글 */
.reply{padding:20px 40px;border-top:1px solid #ccc;}
.reply .tit{font-size:16px;font-weight:500;}
.reply .chk-button{display: inline-block;position:relative;margin-left:10px;width: 45px;height: 20px;background: #333;vertical-align: middle;border-radius: 10px;cursor:pointer;}
.reply .chk-button:before{content: "";display:inline-block;position:absolute;top:50%;margin-top:-8px;right:2px;width:16px;height:16px;background:#fff;border-radius: 100%;}
.reply .chk-button:after{content: "on";color: #fff;font-weight:100;font-size: 12px;position: absolute;left: 6px;}
.reply .chk-button.on{background:#e5e5e5;}
.reply .chk-button.on:before{right:inherit;left:2px;}
.reply .chk-button.on:after{content: "off";color: #fff;left: inherit;right:8px;}
.reply .reply-wrap{display:block;}
.reply .reply-wrap.disable{display:none;}
.reply .comment-write{margin-top:10px;padding:20px;border:1px solid #ccc;box-sizing: border-box;}
.reply .comment-write dl{padding-bottom:10px;border-bottom:1px solid #ccc;}
.reply .comment-write dl dt{display:inline-block;}
.reply .comment-write dl dt label{font-size:14px;}
.reply .comment-write dl dd{display:inline-block;padding:0 10px;}
.reply .comment-write dl dd input[type="text"],
.reply .comment-write dl dd input[type="password"]{border:1px solid #e5e5e5;padding:0 10px; width:120px;height:30px;}
.reply .comment-write .member{padding:5px;}
.reply .comment-write .member .user{padding:10px;font-size:14px;font-weight: 600;}
.reply .comment-write .input-area{overflow: hidden;}
.reply .comment-write .input-area label{position: absolute;top:-99999999px;left:-9999999px;}
.reply .comment-write .input-area textarea{padding:20px;border:0;border-bottom:1px solid #f3f3f3;box-sizing: border-box;width:100%;height:100px;resize: none;}
.reply .comment-write .input-area .button-box{margin-top:10px;text-align: right;}
.reply .comment-write .input-area .button-box button{display: inline-block;font-size:13px;border:1px solid #333;background:#fff;color:#333;text-align: center;width:70px;line-height:30px;}
.reply .comment-write .input-area .button-box button + button{margin-left:5px;}
.reply .comment-write .input-area .button-box button.del{border:1px solid #ff0000;background:#fff;color:#ff0000;}
.reply .reply-list{margin-top:20px;}
.reply .reply-list .sort{padding:10px 0;border-bottom:1px solid #ccc;}
.reply .reply-list .sort a{display:inline-block;margin-right:10px;color:#333;font-size:16px;}
.reply .reply-list .sort a.on{font-weight:500;}
.reply .reply-list .list{padding:10px 0;border-bottom:1px solid #f3f3f3;}
.reply .reply-list .list .name{font-size:14px;font-weight:500;}
.reply .reply-list .list .name em{color:#898989;font-weight:400;}
.reply .reply-list .list .txt{padding:10px 0;font-size:14px;}
.reply .reply-list .list .option{margin-top:10px;overflow: hidden;}
.reply .reply-list .list .option .reply-count{display:inline-block;padding:0 10px;color:#333;font-size:12px;background:#fff;border:1px solid #ccc;border-radius:5px;line-height:25px;}
.reply .reply-list .list .option .reply-count a{color:#333;}
.reply .reply-list .list .option .option-button{float:right;font-size:0;}
.reply .reply-list .list .option .option-button button{display:inline-block;margin-left:5px;background:#fff;color:#333;border:1px solid #333;font-size:11px;line-height:25px;width:50px;}
.reply .reply-list .more-button{margin-top:20px;display:block;width:100%;background:transparent;box-sizing: border-box;text-align: center;font-size:13px;line-height:40px;}
.reply .reply-list .more-button em{display:inline-block;margin-left:10px;}
.reply .reply-list .list .modify-comment{padding:20px;border:1px solid #ccc;overflow: hidden;}
.reply .reply-list .list .modify-comment textarea{padding:20px;border:0;border-bottom:1px solid #f3f3f3;box-sizing: border-box;width:100%;height:80px;resize: none;}
.reply .reply-list .list .modify-comment button{float:right;margin-top:10px;display: inline-block;margin-left: 5px;background: #fff;color: #333;border: 1px solid #333;font-size: 11px;line-height: 25px;width: 50px;}
.reply .inner-reply{display:none;margin-top:20px;padding:30px;background:#FBFCFD;}
.reply .inner-reply.active{display:block;}
.reply .inner-reply .inner-input-area{overflow: hidden;padding:20px;background:#fff;}
.reply .inner-reply .inner-input-area .member{padding: 0;}
.reply .inner-reply .inner-input-area .member .user{padding:10px;font-size:14px;font-weight: 600;}
.reply .inner-reply .inner-input-area input[name="name"]{border:1px solid #ccc;width:100px;height:25px;box-sizing: border-box;padding:0 10px;}
.reply .inner-reply .inner-input-area input[name="passwd"]{margin-left:10px;border:1px solid #ccc;width:100px;height:25px;box-sizing: border-box;padding:0 10px;}
.reply .inner-reply .inner-input-area label{position: absolute;top:-99999999px;left:-9999999px;}
.reply .inner-reply .inner-input-area textarea{padding:20px;border:0;border-bottom:1px solid #f3f3f3;box-sizing: border-box;width:100%;height:70px;resize: none;}
.reply .inner-reply .inner-input-area button{float:right;margin-top:10px;border:1px solid #333;background:#fff;color:#333;text-align: center;width:70px;line-height: 40px;}
.reply .inner-reply .inner-list{padding:20px;border-bottom:1px solid #f0f0f0;}

/* 비밀글 레이어 */
.layer-password{display:none;position: fixed;top:0;left:0;width:100%;height:100%;z-index:100;line-height: normal;}
.layer-password .layer-password-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:500px;background: #fff;padding:20px 50px;border-radius: 15px;}
.layer-password .layer-password-wrap .layer-body{padding:20px;}
.layer-password .layer-password-wrap .layer-body .form-wrap{text-align: center;font-size:0;}

.layer-password .layer-password-wrap .layer-body .form-wrap input[type="password"]{padding:0 10px;width:270px;vertical-align: top;height:40px;border:1px solid #dbdbdb;}
.layer-password .layer-password-wrap .layer-body .form-wrap .button{line-height: 38px;border-radius:0;width:80px;font-size:12px;vertical-align: top;}
.layer-password .layer-password-wrap .layer-body .layer-password-close{position:absolute;top:10px;right:20px;width:35px;height:35px;overflow: hidden;text-indent: -99999px;}
.layer-password .layer-password-wrap .layer-body .layer-password-close:before{content: "";position:absolute;top:0;left:0;display:inline-block;width:32px;height:32px;background: url("/_public/images1/@draft/sp_ico.png") no-repeat;background-size: 490px;background-position: -224px -20px;}



/* tablet */
@media all and (max-width:1280px) {
 .bbs{padding:0 40px;}
 .board-search{padding:10px;}
 .board-search .input-wrap{max-width:100%;}
 .board-search input[type="text"]{padding:0 20px;font-size:14px;height:45px;}
 .board-search button{width:45px;height:45px;}

 #board-wrap .list-type1{margin-top:20px;}
 #board-wrap .list-type1 .list .board-thead{display:none;}
 #board-wrap .list-type1 .list .board-tbody li{display:block;box-sizing: border-box;padding:15px 10px;line-height: normal;}
 #board-wrap .list-type1 .list .board-thead li .col,
 #board-wrap .list-type1 .list .board-tbody li .col{padding:0;}
 #board-wrap .list-type1 .list .board-tbody li .col.subject{display:block;width:100%;font-size:14px;margin-bottom:10px;}
 #board-wrap .list-type1 .list .board-tbody li .col.idx{display:none;}
 #board-wrap .list-type1 .list .board-tbody li .col.name{display: inline-block;width: auto;margin-right:10px;font-size:14px;}
 #board-wrap .list-type1 .list .board-tbody li .col.date{display: inline-block;width: auto;text-align: right;font-size: 12px;color:#707070;}
 #board-wrap .list-type1 .list .board-tbody li .col.viewcount{display: none;}
 #board-wrap .list-type1 .list .board-tbody li .col.subject .icon-group{display:none;}
 #board-wrap .list-type1 .list .board-tbody li .col.subject .reply-count{font-size:13px;}


 #board-wrap .webzine-type1 ul li a{align-items: center;}
 #board-wrap .webzine-type1 ul li .picture{width:300px;}
 #board-wrap .webzine-type1 ul li .txt-box{width: calc(100% - 340px);}
 #board-wrap .webzine-type1 ul li .txt-box h4{margin-top:0;}
 #board-wrap .webzine-type1 ul li . txt-box .txt{margin-top:15px;}



 #board-wrap .view .top{padding:20px 10px;}
 #board-wrap .view .top .tit{margin-top:10px;font-size:18px;}
 #board-wrap .view .top .txt{margin-top:10px;font-size:13px;}
 #board-wrap .view .top .txt span{margin-right:20px;}
 #board-wrap .view .top .txt .name{display:inline-block;font-size: 14px;font-weight:500;}
 #board-wrap .view .top .txt .name em{margin-right:5px;}
 #board-wrap .view .top .txt .date{display:inline-block;}
 #board-wrap .view .top .txt .modify-date{display:inline-block;}
 #board-wrap .view .top .txt .view{display:none;}
 #board-wrap .view .file-box em{font-size:16px;display: block;}

 #board-wrap .view .top .txt .comment{margin-top:10px;}
 #board-wrap .view .top .txt .comment a{display:inline-block;font-size: 15px;text-align: left;}
 #board-wrap .view .top .txt .file{position:absolute;right:0;bottom:0;font-size:13px;float:none;}
 #board-wrap .view .top .txt .file a{font-size: 13px;}
 #board-wrap .view .view-content{font-size:15px;border-width:1px;padding:20px;}
 #board-wrap .view .bottom a{font-size:13px;padding:15px 20px;}
 #board-wrap .view .bottom a em{font-size:13px;padding-lefT:20px;}
 #board-wrap .view .bottom a em:before{width:10px;height: 5px;top:6px;}
 #board-wrap .view .button-group{padding:20px 0;}
 #board-wrap .view .button-group .button{width:100px;line-height:40px;font-size:14px;border-width:1px; }
 #board-wrap .view .button-group .button i{width:15px;height: 12px;margin-right:10px;}
 #board-wrap .view .bottom{padding:0;}
 #board-wrap .view .view-content .video-box{margin-bottom:20px;}
}


/* mobile */
@media all and (max-width:768px) {
 #board-wrap{margin-top:15px;}
 .bbs{padding:0;}


 #board-wrap .webzine-type1{margin-top:25px;}
 #board-wrap .webzine-type1 ul li a{padding:20px;display: block;}
 #board-wrap .webzine-type1 ul li .picture{display: block;width:100%;}
 #board-wrap .webzine-type1 ul li .picture img{display: block;width:100%;}
 #board-wrap .webzine-type1 ul li .txt-box{display:block;width:100%;margin:20px 0 0;}
 #board-wrap .webzine-type1 ul li .txt-box h4{font-size: 18px;font-weight: bold;color: #202020;display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:53px;white-space: inherit;}
 #board-wrap .webzine-type1 ul li .txt-box .date{font-size:16px;}
 #board-wrap .webzine-type1 ul li .txt-box .txt{font-size:14px;max-height: 93px;height: 100%;}
 #board-wrap .list-type1 .list .board-tbody li .col.subject a{font-size:15px;}
}
