@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;}
/* 게시판 */
.bbs-top{display: flex;justify-content: space-between;align-items: flex-end;}
.total-count{font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #202020;}
.total-count em{margin-left:10px;display: inline-block;font-weight: 500;letter-spacing: -0.4px;color: #324b28;}
.board-search{position: relative;width:100%;max-width: 440px;}
.board-search .input-wrap{position:relative;display: inline-block;width:100%;max-width:625px;font-size:0;}
.board-search input[type="text"]{width:100%;height:55px;padding:0 15px;border-bottom: 1px solid #ccc; font-size: 18px;font-weight: normal;letter-spacing: -0.45px;}
.board-search input[type="text"]::placeholder{color: #7a7a7a;}
.board-search button{position:absolute;right:15px;top:13px;display:inline-block;width:25px;height:25px;background: url(/_public/images2/icon/ico_search.svg) no-repeat;background-size: cover;font-size:0;}

.re-cont + .bbs{margin-top:150px;}
.record + .bbs{margin-top:150px;}

.bbs-infobox{position:relative;margin-top:150px;border-radius: 20px;border: solid 2px #ccc;background-color: #fff;padding:40px 40px 40px 260px;margin-bottom: 45px;}
.bbs-infobox h3{font-size: 22px;font-weight: 600;letter-spacing: -0.55px;color: #202020;}
.bbs-infobox p{margin-top:10px;font-size: 18px;font-weight: normal;line-height: 1.44;letter-spacing: -0.45px;color: #202020;}
.bbs-infobox p button{display:inline-block;font-size: 18px; font-weight: 600;color: #324b28;border-bottom: 1px solid #324b28}
.bbs-infobox:before{content: "";position:absolute;left:60px;display: block;width:100px;height:100px;background: url(/_public/images2/contents/improvement_icon01.svg) no-repeat;background-size: cover;}
.bbs-infobox:after{content: "";position: absolute;top:-2px;left:-2px;width:200px;height:calc(100% + 4px);border-radius:20px 0 0 20px;border: solid 2px #515c30;border-right:0;}

.bbs-visual{position:relative;height:530px;display: flex;align-items: center;}
.bbs-visual.record{background: url(/_public/images2/contents/record_visual.png) no-repeat;background-size: cover;}
.bbs-visual.improvement{background: url(/_public/images2/contents/improvement_visual.png) no-repeat;background-size: cover;}
.bbs-visual.review{background: url(/_public/images2/contents/improvement_visual02.png) no-repeat;background-size: cover;}
.bbs-visual.beforeafter{background: url(/_public/images2/contents/improvement_visual03.png) no-repeat;background-size: cover;}
.bbs-visual .layout{width:100%;}
.bbs-visual .txt-wrap{max-width: 660px;}
.bbs-visual .txt-wrap i{display: inline-block;}
.bbs-visual .txt-wrap i img{display:block;}
.bbs-visual .txt-wrap em{margin-top:25px;display:block; font-size: 18px;font-weight: bold;line-height: 1;letter-spacing: -0.45px;color: #515c30;}
.bbs-visual .txt-wrap h2{margin-top:10px;font-size: 46px;font-weight: 300;line-height: 1.39;letter-spacing: -1.15px;color: #202020;padding-bottom: 29px;border-bottom: 1px solid #ccc;}
.bbs-visual .txt-wrap h2 strong{font-weight: 500;}
.bbs-visual .txt-wrap h3{margin-top:30px; font-size: 24px;font-weight: 500;line-height: 1.54;letter-spacing: -0.6px;color: #202020;}
.bbs-visual .txt-wrap p{margin-top:20px;font-size: 18px;font-weight: normal;line-height: 1.67;letter-spacing: -0.45px;color: #7a7a7a;}



/* basic */
#board-wrap .list-type1{margin-top:20px;}
#board-wrap .list-type1 .list{border-top:2px solid #515c30;}
#board-wrap .list-type1 .list .board-tbody{}
#board-wrap .list-type1 .list .board-thead li{display:flex;width:100%;border-bottom:1px solid #ccc;background: #f5f5f0;}
#board-wrap .list-type1 .list .board-thead li .col{padding:20px 5px;font-size: 18px;font-weight: 600;letter-spacing: -0.45px;text-align: center;color: #202020;}
#board-wrap .list-type1 .list .board-thead li .col:nth-child(1){width:140px;}
#board-wrap .list-type1 .list .board-thead li .col:nth-child(2){width:770px;max-width:770px;}
#board-wrap .list-type1 .list .board-thead li .col:nth-child(3){width:140px;}
#board-wrap .list-type1 .list .board-thead li .col:nth-child(4){width:210px;}
#board-wrap .list-type1 .list .board-thead li .col:nth-child(5){width:140px;}
#board-wrap .list-type1 .list .board-tbody li{position:relative;display:flex;width:100%;border-bottom:1px solid #ccc;}
#board-wrap .list-type1 .list .board-tbody li .col{padding:20px 5px;font-size: 16px;font-weight: normal;letter-spacing: -0.4px;text-align: center;color: #202020;}
#board-wrap .list-type1 .list .board-tbody li .col .reply-count{display: inline-block;vertical-align: middle;position: relative;top:-8px;color: #515c30;font-weight: 600;}
#board-wrap .list-type1 .list .board-tbody li .col:nth-child(1){width:140px;font-size: 18px;
 font-weight: 500;letter-spacing: -0.45px;color: #202020;}
#board-wrap .list-type1 .list .board-tbody li .col:nth-child(2){width:770px;text-align: left;}
#board-wrap .list-type1 .list .board-tbody li .col:nth-child(3){width:140px;}
#board-wrap .list-type1 .list .board-tbody li .col:nth-child(4){width:210px;}
#board-wrap .list-type1 .list .board-tbody li .col:nth-child(5){width:140px;}
#board-wrap .list-type1 .list .board-tbody li.notice{background: #fafafa;}
#board-wrap .list-type1 .list .board-tbody li .col .icon-file{display: inline-block;vertical-align: middle;position: relative;top:-6px;}
#board-wrap .list-type1 .list .board-tbody li .col a{display: inline-block;  font-size: 18px;
 font-weight: 600;letter-spacing: -0.45px;text-align: left;color: #202020;overflow: hidden;
 white-space: nowrap;text-overflow: ellipsis;max-width: calc(100% - 50px);}
#board-wrap .list-type1 .list .board-tbody li .col.status span{display: inline-block;padding: 5px 15px;border-radius: 20px;}
#board-wrap .list-type1 .list .board-tbody li .col.status span.case1{background: #324b28;color: #fff;}
#board-wrap .list-type1 .list .board-tbody li .col.status span.case2{background: #f5f5f0;color: #202020;}
#board-wrap .list-type1 .button-group{display: flex;justify-content: flex-end;}
#board-wrap .list-type1 .button-group button{position: relative;display: inline-block;padding: 0 60px;line-height: 55px;border-radius: 27.5px;background-color: #324b28;font-size: 18px;font-weight: bold;letter-spacing: -0.36px;color: #fff;}


 /* 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{margin-top:20px;}
#board-wrap .gallery-type1 ul{display: flex;flex-wrap: wrap;gap:40px;}
#board-wrap .gallery-type1 ul li{position: relative;width:calc(33.3333% - 27px);}
#board-wrap .gallery-type1 ul li a{display: block;border:1px solid #ccc;border-radius: 5px;overflow: hidden;}
#board-wrap .gallery-type1 ul li .img{display: block;overflow: hidden;max-height: 285px;}
#board-wrap .gallery-type1 ul li .img img{display: block;width:100%;transition: all 0.5s;object-fit: cover;}
#board-wrap .gallery-type1 ul li .txt-box{padding:30px;}
#board-wrap .gallery-type1 ul li .txt-box h3{font-size: 22px;font-weight: 600;line-height: 1.27;letter-spacing: -0.55px;color: #202020; text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height:56px;}
#board-wrap .gallery-type1 ul li .txt-box .bottom{margin-top:20px;}
#board-wrap .gallery-type1 ul li .txt-box .bottom .date{text-align: right;font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #7a7a7a;}
#board-wrap .gallery-type1 ul li:hover .img img{transform: scale(1.1);}


/* 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{margin-top:20px;}
#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;}



.gallery-type5 .list{margin-top:45px;}
.gallery-type5 .list ul{margin-top:30px;display: flex;flex-wrap: wrap;gap:40px;}
.gallery-type5 .list ul li{width:calc(33.3333% - 27px);overflow: hidden;  border-radius: 5px;border:1px solid #ccc;}
.gallery-type5 .list ul li a{display: block;}
.gallery-type5 .list ul li .img{position: relative;overflow: hidden;}
.gallery-type5 .list ul li .img img{display: block;width:100%;transition: all 0.5s;}
.gallery-type5 .list ul li .txt{padding:30px;}
.gallery-type5 .list ul li .txt h3{font-size: 22px;font-weight: 600;line-height: 1.27;letter-spacing: -0.55px;color: #202020;}
.gallery-type5 .list ul li .txt .b-cont{margin-top:20px;display: flex;justify-content: space-between;align-items: center;}
.gallery-type5 .list ul li .txt .b-cont .p-txt{display: flex;gap:20px;}
.gallery-type5 .list ul li .txt .b-cont .p-txt span{position: relative; font-size: 18px;font-weight: 500;letter-spacing: -0.45px;color: #7a7a7a;}
.gallery-type5 .list ul li .txt .b-cont .p-txt span:before{content: "";position:absolute;top:7px;left:-10px;display: block;width:1px;height:12px;background: #ccc;}
.gallery-type5 .list ul li .txt .b-cont .p-txt span:first-child:before{display: none;}
.gallery-type5 .list ul li .txt .b-cont .date{display: inline-block;font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #7a7a7a;}
.gallery-type5 .list ul li:hover .img img{transform: scale(1.1);}




.gallery-type6 .list{margin-top:45px;}
.gallery-type6 .list ul{margin-top:30px;display: flex;flex-wrap: wrap;gap:40px;}
.gallery-type6 .list ul li{width:calc(50% - 20px);overflow: hidden;  border-radius: 5px;border:1px solid #ccc;}
.gallery-type6 .list ul li a{display: block;}
.gallery-type6 .list ul li .img{position: relative;overflow: hidden;}
.gallery-type6 .list ul li .img img{display: block;width:100%;transition: all 0.5s;}
.gallery-type6 .list ul li .txt{padding:30px;}
.gallery-type6 .list ul li .txt h3{font-size: 22px;font-weight: 600;line-height: 1.27;letter-spacing: -0.55px;color: #202020;}
.gallery-type6 .list ul li .txt .b-cont{margin-top:20px;display: flex;justify-content: space-between;align-items: center;}
.gallery-type6 .list ul li .txt .b-cont .p-txt{display: flex;gap:20px;}
.gallery-type6 .list ul li .txt .b-cont .p-txt span{position: relative; font-size: 18px;font-weight: 500;letter-spacing: -0.45px;color: #7a7a7a;}
.gallery-type6 .list ul li .txt .b-cont .p-txt span:before{content: "";position:absolute;top:7px;left:-10px;display: block;width:1px;height:12px;background: #ccc;}
.gallery-type6 .list ul li .txt .b-cont .p-txt span:first-child:before{display: none;}
.gallery-type6 .list ul li .txt .b-cont .date{display: inline-block;font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #7a7a7a;}
.gallery-type6 .list ul li:hover .img img{transform: scale(1.1);}





/* 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;}


.gallery-type4{}
.gallery-type4 .list{margin-top:80px;position: relative;overflow: hidden;}
.gallery-type4 .list .hidden-wrap{position: absolute;left:0;bottom:80px;width:100%;height:314px;  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);z-index: 10;}
.gallery-type4 .list .grid{font-size:0;}
.gallery-type4 .list .grid .grid-item{margin-bottom: 10px;width:calc(33.3333% - 10px);}
.gallery-type4 .list .grid .grid-item a{position:relative;display: block;overflow: hidden;}
.gallery-type4 .list .grid .grid-item a img{display: block;width:100%;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;transform: scale(1);}
.gallery-type4 .list .grid .grid-item a .mask{position: absolute;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.4);-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;opacity: 0;}
.gallery-type4 .list .grid .grid-item a .txt-box{position: absolute;width:100%;left:0;padding:0 20px;top:50%;transform: translateY(-50%);text-align:center;}
.gallery-type4 .list .grid .grid-item a .txt-box h4{color:#fff;font-size:20px;}
.gallery-type4 .list .grid .grid-item a .txt-box p{margin-top:10px;font-size: 14px;color:#fff;  display:-webkit-box;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:42px;}
.gallery-type4 .list .button-box{margin-top:40px;text-align: center;}
.gallery-type4 .list .button-box button{display: inline-block;width:60px;height:60px;background:url(/_public/images2/icon/more_btn.svg) no-repeat;background-size: cover;font-size:0;}
.gallery-type4 .list .button-box button:hover{background:url(/_public/images2/icon/more_btn_on.svg) no-repeat;background-size: cover;}
.gallery-type4 .list .grid .grid-item:hover a img{transform: scale(1.1);}
.gallery-type4 .list .grid .grid-item:hover a .mask{opacity: 1;}




/* 상세 페이지 */
#board-wrap .view{background: #fff;border-top:2px solid #202020;}
#board-wrap .view.record_view{margin-top:150px;}
#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{position:relative;max-width:1250px;margin:0 auto 40px;}
#board-wrap .view .view-content .video-box video{width:100%;height:100%;}
#board-wrap .view .view-content .video-box iframe{width:100%;height:703px;}
#board-wrap .view .file-box{padding:20px;border-top:1px solid #ccc;border-bottom:1px solid #202020;}
#board-wrap .view .file-box em{display:block;font-size: 18px;font-weight: 600;color: #000;}
#board-wrap .view .file-box .file{display:block;margin-top:10px;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/images2/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/images2/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;}
#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 .write dl{}
#board-wrap .write dl dt{top:25px;width:150px;padding:0 20px;font-size: 16px;font-weight: 600;color: #000;}
#board-wrap .write dl dd{padding:15px 0 15px 150px;}
#board-wrap .write dl dd input[type="text"],
#board-wrap .write dl dd input[type="password"],
#board-wrap .write dl dd input[type="tel"],
#board-wrap .write dl dd input[type="email"],
#board-wrap .write dl dd input[type="number"] {width:100%;border:1px solid #ccc;padding:0 20px;font-size: 16px;height:50px;}
#board-wrap .write .small{max-width:40%;}
#board-wrap .write dl dd select{width:100%;border:1px solid #ccc;padding:0 20px;font-size: 16px;height:50px;}
#board-wrap .write dl dd textarea{width:100%;border:1px solid #ccc;padding:10px 20px;font-size: 16px;height:200px;resize: none;}
#board-wrap .write .button-box{margin-top:50px;display: flex;justify-content: center;gap:10px;}
#board-wrap .write .button-box button{height:50px;width:160px;border-radius: 5px;font-size: 18px;background: #383838;color: #fff;}
#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/images2/@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/images2/@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 0;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{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 0;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{margin-top:0;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:25px;height:25px;background: url(/_public/images2/icon/close.svg) no-repeat;background-size: cover;}


/* tablet */
@media all and (max-width:1400px) {
 .bbs-visual{margin:0 -20px; padding:0 20px;}

 #board-wrap .gallery-type1 ul{gap:30px;}
 #board-wrap .gallery-type1 ul li{width: calc(33.3333% - 20px);}
 #board-wrap .gallery-type1 ul li .txt-box{padding:25px;}
 #board-wrap .gallery-type1 ul li .txt-box h3{font-size:20px;height:54px;}
}


/* tablet */
@media all and (max-width:1280px) {
 .re-cont + .bbs{margin-top:100px;}
 .record + .bbs{margin-top:100px;}

 .bbs-infobox{margin-top:100px;padding:30px 30px 30px 230px;}
 .bbs-infobox h3{font-size:20px;}
 .bbs-infobox p{font-size:16px;}
 .bbs-infobox p button{font-size:16px;}
 .bbs-infobox:before{width:80px;height:80px;}

 .bbs-visual{height:500px;background-position: top center !important;}
 .bbs-visual .txt-wrap{max-width:60%;}
 .bbs-visual .txt-wrap em{font-size:16px;}
 .bbs-visual .txt-wrap h2{font-size:42px;}
 .bbs-visual .txt-wrap h3{font-size:20px;}
 .bbs-visual .txt-wrap p{font-size:16px;}

 .restaurant .anticancerdiet h2{font-size:38px;}
 .restaurant .anticancerdiet ul{gap:40px;}
 .restaurant .anticancerdiet ul li{width:calc(50% - 20px);}
 .restaurant .anticancerdiet ul li .txt{padding:30px;}
 .restaurant .anticancerdiet ul li .txt h3{font-size:24px;}
 .restaurant .anticancerdiet ul li .txt p{margin-top:15px;font-size:18px;word-break: auto-phrase}
 .restaurant .anticancerdiet ul li .txt p .br{display: none;}

 .board-search input[type="text"]{font-size:16px;}

 #board-wrap .list-type1 .list .board-thead li .col{font-size:16px;}
 #board-wrap .list-type1 .list .board-thead li .col:nth-child(2){max-width:675px}
 #board-wrap .list-type1 .list .board-tbody li .col:nth-child(1){font-size:16px;}
 #board-wrap .list-type1 .list .board-tbody li .col a{font-size:16px;}
 #board-wrap .list-type1 .list .board-tbody li .col{font-size: 15px;}
 #board-wrap .list-type1 .list .board-tbody li .col.subject{max-width:675px;}

 #board-wrap .gallery-type1 ul{gap:20px;}
 #board-wrap .gallery-type1 ul li{width: calc(33.3333% - 14px);}
 #board-wrap .gallery-type1 ul li .txt-box{padding:20px;}
 #board-wrap .gallery-type1 ul li .txt-box h3{font-size:18px;height:49px;}


 #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.record_view{margin-top:100px;}
 #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;padding-top:56%;}
 #board-wrap .view .view-content .video-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
 #board-wrap .view .file-box .file{font-size:16px;}

 .gallery-type4 .list{margin-top:40px;}
 .gallery-type4 .list .grid .grid-item{margin-bottom: 10px;width:48%;max-width:100%;}
 .gallery-type4 .list .grid .grid-item a img{width:100%;}
 .gallery-type4 .list .grid .grid-item a .mask{position: relative;top:0;left:0;height:auto;background: #fff;opacity: 1;}
 .gallery-type4 .list .grid .grid-item a .txt-box{position: relative;top:0;transform: none;text-align: left;padding:10px;}
 .gallery-type4 .list .grid .grid-item a .txt-box h4{color:#000;font-size:16px;}
 .gallery-type4 .list .grid .grid-item a .txt-box p{color:#000;margin-top:5px;font-size:13px;}
 .gallery-type4 .list .button-box button{width:40px;height:40px;}


 .gallery-type5 .list ul{gap:20px;}
 .gallery-type5 .list ul li{width:calc(33.3333% - 14px);}
 .gallery-type5 .list ul li .txt{padding:20px;}
 .gallery-type5 .list ul li .txt h3{font-size:20px;}
 .gallery-type5 .list ul li .txt .b-cont{margin-top:15px;}
 .gallery-type5 .list ul li .txt .b-cont .p-txt{gap:10px;}
 .gallery-type5 .list ul li .txt .b-cont .p-txt span{font-size:15px;}
 .gallery-type5 .list ul li .txt .b-cont .date{font-size:14px;}

 .gallery-type6 .list ul{gap:20px;}
 .gallery-type6 .list ul li{width:calc(50% - 10px);}
 .gallery-type6 .list ul li .txt{padding:20px;}
 .gallery-type6 .list ul li .txt h3{font-size:20px;}
 .gallery-type6 .list ul li .txt .b-cont{margin-top:15px;}
 .gallery-type6 .list ul li .txt .b-cont .p-txt{gap:10px;}
 .gallery-type6 .list ul li .txt .b-cont .p-txt span{font-size:16px;}
 .gallery-type6 .list ul li .txt .b-cont .p-txt span:before{top:5px;left:-5px;}
 .gallery-type6 .list ul li .txt .b-cont .date{font-size:14px;}
}


@media all and (max-width:1024px) {
 .re-cont + .bbs{margin-top:50px;}
 .record + .bbs{margin-top:50px;}

 .bbs-infobox{margin-top: 100px;padding: 25px 25px 25px 190px;}
 .bbs-infobox:before{width:60px;height:60px;top:40px;left:45px;}
 .bbs-infobox:after{width:150px;}
 .bbs-infobox h3{font-size:18px;}
 .bbs-infobox p{font-size:14px;}
 .bbs-infobox p button{font-size:14px;}


 .bbs-visual{height:460px;}
 .bbs-visual .txt-wrap{max-width:100%;}
 .bbs-visual .txt-wrap em{font-size:14px;}
 .bbs-visual .txt-wrap h2{font-size:38px;}
 .bbs-visual .txt-wrap h3{font-size:18px;}
 .bbs-visual .txt-wrap p{font-size:14px;}

 .board-search input[type="text"]{height:45px;font-size: 14px;}
 .total-count{font-size:14px;}
 .board-search button{top:11px;width:20px;height:20px;}

 #board-wrap .view.record_view{margin-top:50px;}

 #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 80px 15px 0;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;max-width: 100%;}
 #board-wrap .list-type1 .list .board-tbody li .col.idx{display:none;}
 #board-wrap .list-type1 .list .board-tbody li .col.status{text-align: left;}
 #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;top:-6px;}
 #board-wrap .list-type1 .list .board-tbody li .col.status{width:auto;position: absolute;right:0;top:50%;transform: translateY(-50%);}
 #board-wrap .list-type1 .list .board-tbody li .col.status span{padding:3px 10px;font-size: 14px;}
 #board-wrap .view .file-box .file{font-size:14px;}


 #board-wrap .gallery-type1 ul li{width: calc(50% - 10px);}


 .gallery-type5 .list ul li{width:calc(50% - 10px);}
 .gallery-type5 .list ul li .txt h3{font-size:18px;}
 .gallery-type5 .list ul li .txt .b-cont{margin-top:10px;}

 .gallery-type6 .list ul li{width:calc(50% - 10px);}
 .gallery-type6 .list ul li .txt h3{font-size:18px;}
 .gallery-type6 .list ul li .txt .b-cont{margin-top:10px;}
}



/* mobile */
@media all and (max-width:768px) {
 .bbs-infobox{margin-top:50px;}
 .bbs-infobox{padding:20px 20px 20px 80px;}
 .bbs-infobox:after{width:75px;}
 .bbs-infobox:before{width:40px;height:40px;top:33px;left:20px;}
 .bbs-infobox h3{font-size:16px;}
 .bbs-infobox p{margin-top:5px;}


 .bbs-visual{height:400px;}
 .bbs-visual .txt-wrap h2{font-size:34px;}
 .bbs-visual .txt-wrap h3{margin-top:20px;font-size:16px;}
 .bbs-visual .txt-wrap p{margin-top:10px;}

 .board-search{max-width: 300px;}

 #board-wrap .list-type1 .button-group{justify-content: center;}
 #board-wrap .list-type1 .button-group button{padding: 0 30px;line-height: 45px;font-size: 15px;}


 #board-wrap .gallery-type1 ul li .txt-box{padding:10px;}
 #board-wrap .gallery-type1 ul li .txt-box h3{font-size:16px;height:45px;}
 #board-wrap .gallery-type1 ul li .txt-box .bottom{margin-top:10px;}
 #board-wrap .gallery-type1 ul li .txt-box .bottom .date{font-size:14px;}



 #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{position: relative;}
 #board-wrap .list-type1 .list .board-tbody li .col.subject a{font-size:15px;white-space: initial;text-overflow: initial;overflow: initial;}
 #board-wrap .list-type1 .list .board-tbody li .col.subject .reply-count{top:-2px;}



 #board-wrap .write dl dt{top:0;float:none;width:100%;padding:10px 0;}
 #board-wrap .write dl dd{padding:0;width:100%;}
 #board-wrap .write dl dd input[type="text"],
 #board-wrap .write dl dd input[type="password"],
 #board-wrap .write dl dd input[type="tel"],
 #board-wrap .write dl dd input[type="email"],
 #board-wrap .write dl dd input[type="number"]{height:40px;padding:0 10px;font-size:14px;}
 #board-wrap .write dl dd select{height:40px;width:100%;padding:10px;font-size:14px;}
 #board-wrap .write .small{max-width:100%;}
 #board-wrap .write .button-box{margin-top:30px;}
 #board-wrap .write .button-box button{height:40px;font-size:16px;}

 #board-wrap .gallery-type1 ul{gap:10px;}
 #board-wrap .gallery-type1 ul li{width:calc(50% - 5px);}

 .gallery-typ65 .list ul{gap:10px;}
 .gallery-type5 .list ul li{width:calc(50% - 5px);}
 .gallery-type6 .list ul li .txt h3{font-size:16px;}
 .gallery-type6 .list ul li .txt .b-cont{flex-direction: column;align-items: flex-start;gap:5px;}
 .gallery-type6 .list ul li .txt .b-cont .p-txt span{font-size:14px;}
 .gallery-type6 .list ul li .txt .b-cont .date{display:block;font-size:12px;text-align: right;width:100%;}

 .gallery-type5 .list ul{gap:10px;}
 .gallery-type5 .list ul li{width:calc(50% - 5px);}
 .gallery-type5 .list ul li .txt{padding:10px;}
 .gallery-type5 .list ul li .txt h3{font-size:16px;}
 .gallery-type5 .list ul li .txt .b-cont{gap:5px;}
 .gallery-type5 .list ul li .txt .b-cont .p-txt{display: block;}
 .gallery-type5 .list ul li .txt .b-cont .p-txt span{font-size:14px;}
 .gallery-type5 .list ul li .txt .b-cont .date{font-size:12px;}


 .reply .tit{font-size:14px;}
 .reply .comment-write dl dt{width:60px;margin:3px 0;}
 .reply .comment-write dl dd{width:calc(100% - 63px);margin:3px 0;}
 .reply .comment-write dl dd input[type="text"],
 .reply .comment-write dl dd input[type="password"]{width:100%;}
 .reply .reply-list .sort a{font-size:14px;}
 .reply .inner-reply{padding:0;}
 .reply .inner-reply .inner-list{padding:20px 0;}
}


@media all and (max-width:460px) {
 .bbs-visual .txt-wrap i{width:20px;}
 .bbs-visual .txt-wrap em{margin-top:15px;}
 .bbs-visual .txt-wrap h2{word-break: auto-phrase;}
 .bbs-visual .txt-wrap h2 br{display: none;}
 .bbs-visual .txt-wrap h3{word-break: auto-phrase;}
 .bbs-visual .txt-wrap h3 br{display: none;}
 .bbs-visual .txt-wrap p{word-break: auto-phrase;}
 .bbs-visual .txt-wrap p br{display: none;}

 #board-wrap .view .view-content .video-box{padding-top: 75%;}
 .bbs-top{flex-direction: column;align-items: flex-start;gap:10px;}
 .board-search{max-width:100%;}


 .bbs-infobox{padding:20px;}
 .bbs-infobox:before{display: none;}



}
