@charset "utf-8";

/* board.css는 프로그램 게시판 스타일 정의 */
/* 카테고리 */
/* #bo_cate {margin-bottom:60px;} */
#bo_cate ul {display:flex; justify-content:center;}
#bo_cate ul li {padding:0 20px; position:relative;}
#bo_cate ul li:after {content:''; width:1px; height:20px; background:#ddd; position:absolute; top:50%; margin-top:-10px; right:0;}
#bo_cate ul li:last-child:after {display:none;}
#bo_cate ul li a {font-size:20px; color:#333; display:block; line-height:1.5em;}
#bo_cate ul li a#bo_cate_on {font-weight:700;}
/* 게시판 카운트, 검색바 */
.board-top {display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:50px;}
.list_total {float:left; font-size:16px; color:#666; line-height:1.6em;}
.list_total strong {color:#000;}
.search_bar {display:inline-block; border-bottom:2px solid #000; padding-right:10px;}
.search_bar select {border:0; padding:0 10px; height:50px; width:140px;}
.search_bar .sch_input {border:0; width:330px; line-height:50px; padding:0 10px;}
.search_bar .sch_btn {width:20px; height:20px; border:0; background:#fff; background:url('../img/layout/search-icon.png');}
.search_bar .sch_btn i {display:none;}
/* pagenate */
.pg_wrap .pg {display:flex; justify-content:center;}
.pg_wrap .pg .pg_page,
.pg_wrap .pg .pg_current {margin:0 5px; width:32px; height:32px; line-height:32px; border-radius:50%; background-color:#fff; color:#999; text-align:center; font-size:20px; transition:all 0.6s;}
.pg_wrap .pg .pg_current {color:#000; font-weight:700;}
/* .pg_wrap .pg .pg_page:hover,
.pg_wrap .pg .pg_current:hover {filter:invert(.2);} */
.pg_wrap .pg .pg_page.pg_prev,
.pg_wrap .pg .pg_page.pg_next,
.pg_wrap .pg .pg_page.pg_start,
.pg_wrap .pg .pg_page.pg_end {font-size:0; background-repeat:no-repeat; background-position:center center;}
.pg_wrap .pg .pg_page.pg_start {background-image:url('../img/layout/pg_start.png');}
.pg_wrap .pg .pg_page.pg_end {background-image:url('../img/layout/pg_end.png');}
.pg_wrap .pg .pg_page.pg_prev {background-image:url('../img/layout/pg_prev.png');}
.pg_wrap .pg .pg_page.pg_next {background-image:url('../img/layout/pg_next.png');}
/* 일반게시판 */
.board-list {margin-bottom:40px; display:block;}
.board-list table {width:100%; border-collapse:collapse; border-spacing:0; border-top:1px solid #333;}
.board-list table th {height:53px; padding:20px 10px; color:#333; font-size:18px; font-weight:700; line-height:1.7em; border-bottom:1px solid #ddd; text-align:center;}
.board-list table td {height:53px; padding:26px 10px; color:#666; font-size:18px; font-weight:400; line-height:1.7em; border-bottom:1px solid #ddd; text-align:center;}
.board-list table tbody tr:hover td {background-color:#f9f9f9; font-weight:600; color:#000;}
.board-list table td .notice_icon {display:inline-block; width:84px; line-height:34px; border:1px solid #111; text-align:center; font-size:14px; color:#000; font-weight:600;}
.board-list table td.subject {text-align:left; padding:26px 35px; position:relative;}
.board-list table td.subject a {height:calc(1.5em * 1 * 1); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; max-width:800px;}
.board-list table td.subject .down-file {position:absolute; right:0; top:50%; margin-top:-9px;}
.board-list table td.date {font-size:16px;}
.board-list .nodata {text-align:center; font-size:18px; color:#666; padding:60px 0; border-bottom:1px solid #ddd;}

.m-board-list {display:none;}
.m-board-list  .nodata {font-size:16px; color:#666; padding:40px 0; border-bottom:1px solid #ddd; text-align:center;}
/* qna */
.qna-list table col:nth-child(1) {width:65px !important;}
.qna-list table col:nth-child(3) {width:90px !important;}
.qna-list table col:nth-child(4) {width:70px !important;}
.qna-list table col:nth-child(5) {width:100px !important;}
.qna-list table td.subject a {display:inline-block; position:relative; padding-right:22px;}
.qna-list table td.subject .rock-icon {position:absolute; right:0; top:50%; margin-top:-10px;}
.qna-list table td.state span {width:80px; line-height:34px; border:1px solid; font-size:16px; color:#666; display:inline-block; font-weight:400 !important;}
.qna-list table td.state span.answer {background:#f9f9f9; border-color:#f9f9f9;}
.qna-list table td.state span.proceder {background:#fff; border-color:#ddd;}
/* 게시판 뷰페이지 */
/* .board-view {margin-bottom:60px;} */
.board-view {max-width: 990px; width: 100%; margin: 0 auto;}
.board-view .title {width: 100%;}
.board-view .title h3 {position: relative;font-size:34px; color:#333; line-height: 1.46; padding-left: 46px;}
.board-view .title h3::before {position: absolute;  content:''; width: 21px; height: 16px; top: 16px; left: 0; background:url(../images/sub/ico_heart_s.png) 0 50% no-repeat; background-size: auto;}
.board-view .title h3 > span {padding-left: 25px; margin-left: 25px; position: relative; font-size: 16px; color: #999; line-height: 1.75; letter-spacing: -.32px; font-weight: 400; vertical-align: middle;}
.board-view .title h3 > span::before {position: absolute; content:''; width: 2px; height: 15px; background-color: #333; top: 50%; left: 0; transform: translateY(-50%);}
.board-view .title .info ul {font-size:16px; color:#666; display:flex;}
.board-view .title .info ul li {padding-right:30px; position:relative;}
.board-view .title .info ul li strong {display:inline-block; margin-right:6px;}
.board-view .title .btns {position:absolute; bottom:50px; right:20px; z-index:11;}
.board-view .title .btns ul {display:flex; gap:5px}
.board-view .title .btns ul li {}
.board-view .title .btns ul li a {font-size:16px; color:#fff; line-height:1.6em; display:block; background: #333; padding: 2px 10px; transition:.3s;}
.board-view .title .btns ul li:hover a{background: #000; }
.board-view .content-box {padding:0 0 55px; border-bottom:1px solid #333; margin-bottom:40px; word-break:break-word;}
/* .board-view .content-box .text {min-height:400px;} */
.board-view .content-box .text img {display: block; margin: 0 auto; max-width: 100%; width: 100%;}
.board-view .content-box .text .txt-box {font-size: 20px; color: #333; font-weight: 400; line-height: 1.74; letter-spacing: -.4px;}
.board-view .content-box .text .img-box {margin-bottom:50px;}
.board-view .content-box .text .img-box img {display: block; max-width: 100%;}
.board-view .content-box  .file {margin-bottom:60px;}
.board-view .content-box  .file ul {display:flex; flex-wrap:wrap;}
.board-view .content-box  .file ul li {margin-right:40px; padding-right:24px; position:relative; margin-bottom:10px;}
.board-view .content-box  .file ul li:after {content:''; width:14px; height:14px; background:url('../img/layout/board-file-down.png') no-repeat; position:absolute; right:0; top:50%; margin-top:-7px;}
.board-view .content-box  .file ul li a {display:block; font-size:18px; line-height:1.4em; color:#666; position:relative;}
.board-view .content-box  .file ul li a:after {content:''; width:100%; height:1px; background:#666; position:absolute; bottom:2px; left:0; transition:all 0.6s; opacity:1;}
.board-view .content-box  .file ul li a:hover {opacity:.7;}
.board-view-btn {margin-top:60px;}
.board-view-btn ul {display:flex; align-items:center; justify-content:center;}
.board-view-btn ul li.btn {width:calc(50% - 32px);}
.board-view-btn ul li.btn a {padding:0 50px; display:block; position:relative;}
.board-view-btn ul li.btn a strong {font-size:16px; line-height:1.6em; color:#000; display:block; margin-bottom:2px;}
.board-view-btn ul li.btn a p {font-size:18px; color:#666; line-height:1.2em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.board-view-btn ul li.next {text-align:right;}
.board-view-btn ul li.btn a:after {content:''; width:10px; height:16px; position:absolute; top:50%; margin-top:-8px; background-repeat:no-repeat; background-size:cover;}
.board-view-btn ul li.prev a:after {background-image:url('../img/layout/board-view-prev.png'); left:0;}
.board-view-btn ul li.next a:after {background-image:url('../img/layout/board-view-next.png'); right:0;}
.board-view-btn ul li.list a {width:56px; height:56px; border:1px solid #FF7F33; font-size:0; background:transparent; position:relative; transition:all 0.6s; display:block; border-radius: 50%;}
.board-view-btn ul li.list a:hover {background:#FF7F33;}
.board-view-btn ul li.list a span {width:36px; height:2px; background:#FF7F33; position:absolute; top:50%; margin-top:-1px; left:50%;transform:translate(-50%, -50%); transition:all 0.6s;}
.board-view-btn ul li.list a span:before,
.board-view-btn ul li.list a span:after {content:''; width:22px; height:2px; background:#FF7F33; left:50%; transform:translateX(-50%); position:absolute; transition:all 0.6s;}
.board-view-btn ul li.list a span:before {top:-8px;}
.board-view-btn ul li.list a span:after {bottom:-8px;}
.board-view-btn ul li.list a:hover span,
.board-view-btn ul li.list a:hover span:before,
.board-view-btn ul li.list a:hover span:after {background:#fff;}




/* 게시판 댓글 */
.comment {padding:30px 20px; margin-bottom:40px; border-top:1px solid #000; border-bottom:1px solid #ddd;}
#bo_vc h2.bo_vc_tit {font-size:22px;}
#bo_vc h2 span {color:#3a8afd;}
#bo_vc article {margin-bottom:20px;}
#bo_vc article .comment_inner{margin:15px 0 0;padding:10px 0;background:#fff;position:relative; border-bottom:1px solid #ddd;}
#bo_vc article h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_vc header {position:relative;padding:0;line-height:20px;}
#bo_vc .profile_img {vertical-align:text-bottom}
#bo_vc .profile_img img {width:23px;height:23px;border-radius:50%}
.comment_inner .bo_vc_w{margin-top:10px;padding-top:15px}
.bo_vc_hdinfo {display:inline-block;color:#777}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {margin:10px 0 0;border-radius:5px;line-height:1.8em}
#bo_vc .cmt_contents p {font-size:16px; color:#666;}
#bo_vc .cmt_contents p img {display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:5px;}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479; display:inline-block;}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
.bo_vc_act {display:block;position:absolute;right:0;top:0; display:flex; margin:0 -10px;}
.bo_vc_act li {padding:0 10px; position:relative;}
.bo_vc_act li:after {content:''; width:1px; height:12px; background:#ddd; position:absolute; top:50%; margin-top:-6px; right:0;}
.bo_vc_act li:last-child:after {display:none;}
.bo_vc_act li a {display:block; font-size:16px; color:#666;}
.bo_vc_act li a:hover {color:#3a8afd}
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w {display:block;position:relative;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {width:100%;min-height:120px;padding:10px;border:1px solid #ddd;background:#fff;color:#000;vertical-align:middle;resize:none;}
.bo_vc_w_info {margin:0; width:1%; flex:1 1 auto; padding-right:40px; display:flex; align-items:flex-start;}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {width:30%; border:1px solid #ddd; line-height:40px; padding:0 10px; margin-right:10px;}
.bo_vc_w_info #wr_password {}
.bo_vc_w_info #captcha {width:30%;}
.bo_vc_w .icon_lock {display:inline-block;font-size:16px;vertical-align:baseline; height:20px; margin-bottom:10px;}
.bo_vc_w .btn_confirm {max-width:200px; width:100%;}
.bo_vc_w .btn_submit {height:100%;width:100%;padding:0 20px;font-weight:700;font-size:18px; background:#fff; color:#333; border:1px solid #ddd; transition:all 0.6s; min-height:70px;}
.bo_vc_w .btn_submit:hover {background:#111; border-color:#111; color:#fff;}
.bo_vc_w_wr:after {}
.bo_vc_w .bo_vc_secret {width:1%; flex:1 1 auto; text-align:right;}
.bo_vc_w_wr {position:relative; width:100%; margin:20px 0 0 auto; display:flex;}
.bo_vc_w_wr {}
#bo_vc_send_sns {display:block;margin-bottom:10px}
#bo_vc_sns {display:block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}
/* 비회원 댓글 */

/* 문의폼 게시판 */
.inquiry-required {text-align:right; margin-bottom:20px;}
.inquiry-required p {display:inline-block; font-size:18px; line-height:1.4em; color:#666;}
.inquiry-required p span {margin-right:10px; vertical-align:middle; margin-top:-3px;}
span.required {display:inline-block; width:5px; height:5px; border-radius:50%; background:#000; vertical-align:top; margin-top:2px; margin-left:5px;}
.inquiry-wrap {padding:50px 0; border-top:1px solid #000;}
.inquiry-wrap .wrap {display:flex;}
.inquiry-wrap .tit-box {max-width:325px; width:100%;} 
.inquiry-wrap .tit-box h4 {font-size:40px; color:#000; line-height:1.2em;}
.inquiry-wrap .txt-box {width:1%; flex:1 1 auto; }
.inquiry-wrap .txt-box .form-agree {margin-top:10px;}
.inquiry-wrap .col {display:flex; margin-bottom:22px; align-items:center;}
.inquiry-wrap .label {width:150px; font-size:18px; font-weight:500; color:#666;}
.inquiry-wrap .row {width:1%; flex:1 1 auto;}
.inquiry-wrap .row .input {width:100%; border:0; border-bottom:1px solid #ddd; font-size:20px; color:#000; height:60px; padding:10px 20px;}
.inquiry-wrap .row .input::placeholder {color:#b5b5b5;}
.inquiry-wrap .row textarea {border:1px solid #ddd; resize:none; padding:10px 20px; font-size:20px;}
.inquiry-wrap .row .bo_w_flie {max-width:440px; margin-bottom:10px; padding:10px 0;}
.inquiry-wrap .row .bo_w_flie:last-child {margin-bottom:0;}
.inquiry-wrap .check label {font-size:18px; font-weight:500; color:#000; line-height:1.8em;}
.inquiry-wrap .radio label {font-size:18px; font-weight:500; color:#000; line-height:1.8em;}
.inquiry-wrap .check a {font-size:16px; color:#666; line-height:1.4em; display:inline-block; text-decoration:underline; margin-left:10px; transition:all 0.6s;}
.inquiry-wrap .row ul {max-width:880px; width:100%; display:flex; margin:0 -20px;}
.inquiry-wrap .row ul li {width:33.3333333%; padding:0 20px; position:relative;}
.inquiry-wrap .row ul li:after {content:''; width:10px; height:1px; background:#666; position:absolute; right:-5px; top:50%;}
.inquiry-wrap .row ul li:last-child:after {display:none;}
.inquiry-wrap .row ul li.at:after {content:'@'; background:none; line-height:20px; margin-top:-10px;}
.inquiry-wrap .row ul.mail li:nth-child(2):after {display:none;}
.inquiry-wrap .row .type {display:flex; flex-wrap:wrap;}
.inquiry-wrap .row .type span {padding:12px 0; margin-right:20px;}
.write_btn {text-align:right; margin-top:40px;}
.write_btn_center {text-align:center;}
.cke_sc {display:none;}
/* 비밀글 */
.secret-post {max-width:620px; width:100%; margin:0 auto; border:1px solid #ddd; padding:130px 110px 150px; text-align:center;}
.secret-post h3 {font-size:40px; color:#000; line-height:1.4em; margin-bottom:66px;}
.secret-post .input {border:0; border-bottom:1px solid #ddd; margin-bottom:10px; height:70px; padding:0 10px; width:100%; font-size:18px; color:#000;}
.secret-post .input::placeholder {color:#999; font-size:18px;}
.secret-post .btn_submit {line-height:68px; border:1px solid #000; color:#000; background:#fff; width:100%; display:block; cursor:pointer; transition:all 0.6s; font-size:22px; font-weight:700; margin-top:60px; position:relative;}
.secret-post .btn_submit:hover {background:#000; border-color:#000; color:#fff;}
.secret-post .btn_submit.btn-lock {background:#fff url('../img/layout/btn-lock.png') no-repeat 150px center;}
.secret-post .btn_submit.btn-lock:hover {background:#000 url('../img/layout/btn-lock-w.png') no-repeat 150px center;}
/* 갤러리게시판 */
.gallery-list ul {display:flex; flex-wrap:wrap; margin-left:-20px;}
.gallery-list ul li {width:calc(33.33333333% - 20px); margin-left:20px; margin-bottom:48px;}
.gallery-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.gallery-list ul li a {display:block; border:1px solid #ddd; padding:25px; height:100%; transition:all 0.6s;}
.gallery-list ul li a .thumb {overflow:hidden; margin-bottom:26px; position:relative;}
.gallery-list ul li a .thumb .notice_icon {position:absolute; top:20px; left:20px; z-index:1; width:84px; text-align:center; line-height:34px; border:1px solid #000; color:#000; font-size:14px; font-weight:600; background:#fff;}
.gallery-list ul li a .thumb .pic {position:relative; padding-bottom:62.06%; overflow:hidden; transition:all 0.6s;}
.gallery-list ul li a .thumb .pic img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.gallery-list ul li a .tit {font-size:18px; margin-bottom:20px; color:#666; line-height:1.6em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition:all 0.3s;}
.gallery-list ul li a .date {font-size:14px; line-height:1.6em; color:#666; transition:all 0.6s;}
/* .gallery-list ul li a:hover {border-color:#000; box-shadow:5px 5px 13px 3px rgba(165,165,165,0.45);}
.gallery-list ul li a:hover .tit  {color:#000; font-weight:600;} */

.gallery-list ul.col3 li{width:calc(33.33333333% - 20px);}
.gallery-list ul.col4 li{width:calc(25% - 20px);}
.gallery-list ul.col5 li{width:calc(20% - 48px);}
.gallery-list ul li.none {width: 100% !important;}

/* s2_1 */
.s2_1 .title h3 {position: relative;font-size:34px; color:#333; line-height: 1.46; padding-left: 46px; background:url(../images/sub/ico_heart_s.png) 0 50% no-repeat; background-size: auto;}{}
.video-list ul {display: flex; width: calc(100% + 60px); margin: 60px -30px 0;}
.video-list ul li {width: 25%; padding: 0 30px;}
.video-list .video {position: relative; overflow: hidden;}
.video-list .video::before {display: block; content: ''; padding-top: 144.73%;}
.video-list .video iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 10px;}
.video-list ul li .item .tit {font-size: 20px; text-align: center; color: #333; font-weight: 400; margin-top: 24px; line-height: 1.74; letter-spacing: -.4px;}

.s2_1 .view-list .gallery-list ul li {margin-bottom:40px;}

.video-box {position: relative; overflow: hidden; margin-bottom: 50px; border-radius: 10px;}
.video-box::before {display: block; content: ''; padding-top: 53.5%;}
.video-box iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.view-banner {position: relative; width: 100%; height: 434px; /* background: url() 50% 50% no-repeat; background-size: cover; */}
.view-banner .bg_img {position: absolute; top: 0; left: 0; height:100%; width: 100%; overflow: hidden; z-index: -1;}
.view-banner .bg_img img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100% !important; height: 100% !important; max-width: 100%; min-height: 100%; object-fit: cover;}
.view-banner > .container {padding-top: 142px; z-index: 2;}

.view-banner h5 {text-align: center; font-size: 26px; color: #fff; font-weight: 600; line-height: 1.68; letter-spacing: -.52px}
.view-banner h3 {font-size: 48px; color: #fff; font-weight: 700; line-height: normal; letter-spacing: -.96px; margin-top: 9px; text-align: center;}
.view-banner span {font-size: 22px; display: block; font-weight: 400; line-height: 1.49; text-align: center; margin-top: 9px; letter-spacing: -.44px; color: #fff; }


/* s3_1 */
.s3_1 .gallery-list ul li a {position: relative; padding: 24px 22.5px 125px; background-color: #F1F4FD; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15); border: 1px solid transparent;}
.s3_1 .gallery-list ul li a .thumb {border-radius: 10px; margin-bottom: 18px;}
.s3_1 .gallery-list ul li a .thumb .pic {padding-bottom: 115%;}
.s3_1 .gallery-list ul li a .txt {position: relative; padding-left: 6px;}
.s3_1 .gallery-list ul li a .tit {font-size: 20px; color: #333; font-weight: 400; line-height: 1.74; letter-spacing: -.4px; -webkit-line-clamp:1; margin-bottom: 0;}
.s3_1 .gallery-list ul li a .tag {margin-top: 7px; display: flex; gap: 10px; flex-wrap: wrap;}
.s3_1 .gallery-list ul li a .tag > span {display: inline-block; padding: 0 13px; line-height: 28px; border: 1px solid #ff9e1b; font-size: 16px; font-weight: 400; letter-spacing: -.32px; color: #ff9e1b; border-radius: 34px;}
.s3_1 .gallery-list ul li a .date {position: absolute; bottom: 49px; right: 22.5px; font-size: 16px; line-height: 1.75; letter-spacing: -.32px; color: #999; text-align: right;}
.s3_1 .gallery-list ul li a:hover {border-color: #ff9e1b;}

.view-list {margin-top: 120px; max-width: 100%;}
.view-list .gallery-list {margin-top: 60px;}
.view-list .gallery-list ul li {margin-bottom:0;}
.view-list .gallery-list ul li a {padding: 0; border: 0;}
.view-list .gallery-list ul li a .thumb {border-radius: 10px; margin-bottom: 18px;}
.view-list .gallery-list ul li a .thumb .pic {padding-bottom: 56.32%;}
.view-list .gallery-list ul li a .tit {padding: 0 6px; font-size: 20px; font-weight: 400; line-height: 1.74; letter-spacing: -.4px; color: #333; -webkit-line-clamp:1; margin-bottom: 0;}
.view-list .gallery-list ul li a .date {padding: 0 6px; font-size: 16px; color: #999; font-weight: 400; line-height: 1.75; letter-spacing: -.32px;}
.view-list .gallery-list ul li a:hover .tit {color: #FF7F33;}


/* QnA */
.qna .content-box {padding: 20px 0; margin-bottom: 0;}
.qna .answer-box {padding: 40px 0px; /* min-height: 200px; */ border-bottom: 1px solid #ddd;}
.qna .answer-box h5 {font-size: 18px; color: #333; font-weight: 400; display: inline-block; padding: 0 10px; line-height: 30px; border: 1px solid #333; border-radius: 3px;}
.qna .answer-box .answer {font-size: 18px; line-height: 1.6; color: #666; padding-top: 20px;}



/* FAQ */
#faq_wrap {word-break: break-all;}
#faq_wrap h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.faq_admin {margin:0 5px;text-align:right}

.faq-list {border-top:1px solid #111;}
.faq-list .cont {transition: all .2s linear;}
.faq-list .cont ~ .cont {margin-top: 20px; border-top: 1px solid #999;}
.faq-list .cont.on{border-top: 3px solid #333;}
.faq-list .cont .cnt {padding:18px 30px; display:flex; position:relative; align-items: flex-start; gap: 44px; background-color: #F1F4FD;}
.faq-list .cont .cnt.answer {gap: 32px; padding: 26px 30px 20px;}
.faq-list .cont .cnt.question:after {content:''; width:17px; height:10px; background:url('../img/layout/faq-arrow.png') no-repeat; background-size:cover; position:absolute; top:29px; right:30px; transition:all 0.4s;}
.faq-list .cont.on .cnt.question:after {transform:rotate(-180deg);}
.faq-list .cont .cnt.answer {background:#fff;}
/* .faq-list .cont .cnt .icon {width:40px;} */
.faq-list .cont .cnt .icon span {display:block; font-family: 'Poppins'; font-size:22px; font-weight:600; color:#ff7f33; letter-spacing: -.44px; line-height: 1.49;}
.faq-list .cont .cnt.answer .icon span {color:#333; opacity:0;}
.faq-list .cont.on .cnt.answer .icon span {opacity:1; transition-delay:0.4s;}
.faq-list .cont .cnt .box {width:1%; flex:1 1 auto; padding-right: 30px;}
.faq-list .cont .cnt.answer .box {padding-right: 0;}
.faq-list .cont .cnt.question .box {color:#333;}
.s1 article .faq-list .cont .cnt .box p {font-size: 22px; font-weight: 600; color: #333; line-height: 1.49;}
.s1 article .faq-list .cont .cnt.answer .box p {font-size: 18px;color:#767676; font-weight: 400; line-height: 1.55; letter-spacing: -.36px;}
/* 로그인 */
.login-box {max-width:620px; width:100%; margin:0 auto; border:1px solid #ddd; padding:120px 110px 150px; text-align:center;}
.login-tit {font-size:40px; color:#000; line-height:1.4em; margin-bottom:86px; text-align:center;}
.login-box .input {border:0; border-bottom:1px solid #ddd; margin-bottom:10px; height:70px; padding:0 10px; width:100%; font-size:18px; color:#000;}
.login-box .input::placeholder {color:#999; font-size:18px;}
.login-box .chk_box {text-align:left; margin-top:20px;}
.login-box .btn_submit {line-height:68px; border:1px solid #000; color:#000; background:#fff url('../img/layout/btn-lock.png') no-repeat; width:100%; display:block; cursor:pointer; transition:all 0.6s; font-size:22px; font-weight:700; margin-top:60px; position:relative;}
.login-box .btn_submit:hover {background:#000 url('../img/layout/btn-lock-w.png') no-repeat; border-color:#000; color:#fff;}
.login-box .btn_submit.btn-login {background-position:150px center;}
.login-box .btn_submit.btn-lost {background-position:110px center;}
.login-box ul {display:flex; justify-content:space-between; margin-top:24px;}
.login-box ul li {}
.login-box ul li a {display:block; font-size:16px; line-height:1.6em; color:#666; transition:all 0.6s;}
.login-box ul li a:hover {opacity:.6;}
.login-box ul li.join a {color:#000;}
.login-box .captcha {text-align:left; margin-top:30px;}
/* 회원가입 약관동의 및 본인확인 */
.join_form {max-width:730px; width:100%; margin:0 auto;}
.join_form h3 {font-size:45px; color:#000; line-height:1.2em; margin-bottom:74px; text-align:center;}
.join_form .step_chart {display:flex; justify-content:space-between; margin-bottom:70px;}
.join_form .step_chart .row {max-width:170px; width:100%; text-align:center; position:relative;}
.join_form .step_chart .row:after {content:''; width:180px; height:1px; background:#ddd; position:absolute; top:30px; left:135px;}
.join_form .step_chart .row:last-child:after {display:none;}
.join_form .step_chart .row .num {width:60px; line-height:60px; border:1px solid #ddd; border-radius:50%; font-size:16px; font-weight:700; color:#666; margin-bottom:14px; display:inline-block;}
.join_form .step_chart .row.on .num {background:#000; border-color:#000; color:#fff;}
.join_form .step_chart .row p {font-size:18px; color:#666; line-height:1.6em;}
.join_form .step_chart .row.on p {color:#000; font-weight:700;}
.join_form h4 {font-size:20px; line-height:1.4em; color:#000; font-weight:500; margin-bottom:50px; text-align:center;}
.join_form h5 {font-size:35px; line-height:1.4em; color:#000; font-weight:500; margin-bottom:30px; text-align:center;}
.join_form .fregister {border:1px solid #ddd; margin-bottom:90px;}
.join_form .fregister .allchk {padding:35px 60px; background:#f7f7f7;}
.join_form .fregister label {font-size:25px; font-weight:500; color:#000; line-height:1.3em;}
.join_form .fregister ul {padding:50px 60px;}
.join_form .fregister ul li {margin-bottom:40px; display:flex; justify-content:space-between; align-items:center;}
.join_form .fregister ul li:last-child {margin-bottom:0;}
.join_form .fregister ul li p {width:1%; flex:1 1 auto;}
.join_form .fregister ul li a {font-size:18px; line-height:1.4em; color:#666; border-bottom:1px solid #ddd; width:75px;}
.join_form .join_btn {text-align:center;}
.join_form .join_btn .bt-can {border-color:#ddd; color:#666;}
.join_form .join_btn .bt:hover {color:#fff; background:#000;}
.join_form .join_btn .bt-can:hover {border-color:#666; background:#666; color:#fff;}
/* 회원가입 회원정보 입력 */
.form-box {padding:25px 0 0; margin-bottom:80px; border-top:1px solid #000;}
.form-box .col .label {font-size:18px; font-weight:500; color:#000;}
.form-box .col .row .input {padding:10px 23px; color:#666; font-size:18px; width:100%; height:60px;}
.form-box .col .row .input::placeholder {color:#acacac;}
.form-block .col {display:block; margin-bottom:40px;}
.form-block .col > div {width:100%;}
.form-block .col .label {margin-bottom:10px;}
.form-flex .col {display:flex; border-bottom:1px solid #ddd; padding-bottom:10px; margin-bottom:10px;}
.form-flex .col.bdn {border:none;}
.form-flex .col .label {width:120px; padding-top:16px;}
.form-flex .col .row {width:1%; flex:1 1 auto;}
.form-flex .col .row .input {border:0;}
.form-flex .col  .row ul {display:flex; margin:0 -20px;}
.form-flex .col  .row ul li {width:33.3333333%; padding:0 20px; position:relative;}
.form-flex .col  .row ul li:after {content:''; width:10px; height:1px; background:#666; position:absolute; right:-5px; top:50%;}
.form-flex .col  .row ul li:last-child:after {display:none;}
.form-flex .col  .row ul li.at:after {content:'@'; background:none; line-height:20px; margin-top:-10px;}
.form-flex .col  .row ul li .input {border-bottom:1px solid #ddd;}
.form-flex .col  .row ul.mail li:nth-child(2):after {display:none;}
.form-flex .col  .row .address > div {margin-bottom:10px;}
.form-flex .col  .row .address > div:last-child {margin-bottom:0;}
.form-flex .col  .row .address .input {border-bottom:1px solid #ddd;}
.form-flex .col  .row .address .btn_frmline {line-height:40px; width:80px; margin-left:10px; border:1px solid #ddd; color:#666; background:#fff; font-size:16px;}
.form-captcha {border-bottom:1px solid #ddd; padding:35px 0 ; text-align:center;}
.form-captcha #captcha #captcha_info {font-size:16px; line-height:1.4em; color:#999999; margin-top:15px; margin-bottom:0;}
/* 회원가입 가입완료 */
.join-end {border:1px solid #ddd; padding:80px 40px; text-align:center;}
.join-end .icon {margin-bottom:30px;}
.join-end h4 {margin-bottom:48px;}
.join-end p {font-size:18px; line-height:1.6em; color:#666; margin-bottom:10px;}
.join-end a {margin-top:60px;}
/* 마이페이지 */
#smb_my {padding-top:100px;}
#smb_my_ov { margin:0 0 20px; background:#fff; border:1px solid #ddd; }
#smb_my_ov h2 { position:absolute; font-size:0; text-indent:-9999em; line-height:0; overflow:hidden; }
#smb_my_ov .hello_name {position:relative; width:100%; padding:20px; display:flex; align-items:center; justify-content:space-between;}
#smb_my_ov .hello_name i { font-size:1.2em; color:#001c78; }
#smb_my_ov .hello_name .name_box {font-size:20px;}
#smb_my_ov .smb_my_act {}
#smb_my_ov .smb_my_act li { display:inline-block; }
#smb_my_ov .smb_my_act li a {line-height:40px; font-size:16px; padding:0 10px; border-radius:3px;background: #001c78; border: none; color:#fff; }
#smb_my_ov .my_po { position:relative; float:left; width:16.666%; padding:0 10px; line-height:45px; border-left:1px solid #dfdfdf; }
#smb_my_ov .my_po a { position:absolute; top:0; right:10px; font-weight:bold; color:#f50057; }
#smb_my_ov .my_info {border-top:1px solid #dfdfdf; padding:20px 10px; display:flex; flex-wrap:wrap;}
#smb_my_ov .my_info_wr { position:relative; width:50%; padding:0 10px; font-size:1em; line-height:20px; margin-bottom:20px;}
#smb_my_ov .my_info_wr strong { display:block; margin-bottom:15px; color:#666; font-weight:normal; overflow:hidden;  font-size:18px;}
#smb_my_ov .my_info_wr span { display:block; padding:10px; color:#999; background:#f4f4f4; border:1px solid #ddd; border-radius:3px; overflow:hidden; font-size:18px; line-height:38px;}
#smb_my_ov .ov_addr { width:100%; margin-bottom:0;}
/* 회원정보수정 */

.confirm h3 {font-size:40px; color:#000; line-height:1.4em; margin-bottom:86px; text-align:center;}
.confirm .box {max-width:620px; width:100%; margin:0 auto; border:1px solid #ddd; padding:120px 50px 150px; text-align:center;}
.confirm .box p {font-size:18px; line-height:1.6em; color:#666; margin-bottom:40px;}
.confirm .box p strong {display:block;}
.confirm .box #mb_confirm_id {display:block; font-size:20px; line-height:1.4em; margin-bottom:30px;}
.confirm .box #mb_confirm_id strong {display:block; margin-top:10px;}
.confirm .box .input {height:60px; width:100%;}
.confirm .box .btn_submit {line-height:68px; border:1px solid #000; color:#000; background:#fff; width:100%; display:block; cursor:pointer; transition:all 0.6s; font-size:22px; font-weight:700; margin-top:10px; position:relative;}
.confirm .box .btn_submit:hover {background:#000; border-color:#000; color:#fff;}
/* button */
.btn-pack {display:inline-block; border:1px solid; text-align:center; transition:all 0.6s; cursor:pointer; }
/* button size */
.btn-pack.large {width:240px; line-height:66px; font-size:20px;}
/* button color */
.btn-pack.dark {background:#fff; color:#000; border-color:#000;}
.btn-pack.dark:hover {background:#000; color:#fff;}
.btn-pack.gray {background:#fff; color:#666; border-color:#ddd;}
.btn-pack.gray:hover {background:#666; color:#fff; border-color:#666;}
@media (max-width:1400px){
	.bo_vc_w_info .frm_input {width:20%;}
	.bo_vc_w_info #captcha {max-width:300px; width:100%;}
}

@media (max-width: 1200px){
	.video-list ul {width: calc(100% + 30px); margin: 60px -15px 0;}
	.video-list ul li {padding: 0 15px;}
}
@media (max-width:1024px){
	/* 게시판 카운트, 검색바 */
	.search_bar .sch_input {width:280px;}
	/* 일반게시판 */
	.board-list table th {height:50px; font-size:16px; padding:15px 10px;}
	.board-list table td {height:50px; font-size:16px; padding:15px 10px;}
	.board-list table td.subject {padding:20px 20px;}
	/* 글작성 버튼 */
	.write_btn {margin-top:50px;}
	.btn-pack.large {width:160px; line-height:52px; font-size:18px;}
	/* 뷰페이지 */
	/* .board-view .title {padding:40px 10px;} */
	/* .board-view .title h3 {font-size:28px; margin-bottom:12px;} */
	.board-view .title h3 {font-size: 26px;}
	.board-view .title h3::before {top: 12px}
	.board-view .content-box {padding:0 0 50px;}
	.board-view .content-box .text {min-height:300px;}
	.board-view .content-box .text .txt-box {font-size: 18px;}
	.board-view .content-box .file ul li {margin-right:30px; padding-right:20px;}
	.board-view-btn ul li.btn {width:calc(50% - 29px);}
	.board-view-btn ul li.btn a {padding:0 30px;}
	.board-view-btn ul li.btn a p {font-size:24px;}
	.board-view-btn ul li.list a {width:58px; height:58px;}
	/* 댓글 */
	.comment {padding:20px 0;}
	#bo_vc h2.bo_vc_tit {font-size:20px;}	
	/* 글작성, 문의폼 */
	.inquiry-wrap {padding:40px 0;}
	.inquiry-wrap .wrap {display:block;}
	.inquiry-wrap .tit-box {max-width:none; margin-bottom:40px;}
	.inquiry-wrap .tit-box h4 {font-size:28px;}
	.inquiry-wrap .txt-box {width:100%;}
	.inquiry-wrap .col {margin-bottom:15px;}
	.inquiry-wrap .label {font-size:16px;}
	.inquiry-wrap .row .input {font-size:16px; height:54px; padding:8px 15px;}
	.inquiry-wrap .row textarea {height:200px !important; font-size:18px;}
	.inquiry-wrap .check label {font-size:16px;}
	.inquiry-wrap .radio label {font-size:16px;}
	.inquiry-wrap .row ul {margin:0 -10px;}
	.inquiry-wrap .row ul li {padding:0 10px;}
	/* qna 리스트 */
	.qna-list .col {padding:20px 0;}
	.qna-list .col .subject {padding:0 20px;}
	.qna-list .col .subject a {font-size:20px;}
	.qna-list .col .name {font-size:16px; width:80px;}
	.qna-list .col .state {width:110px;}
	.qna-list .col .state span {width:84px; line-height:84px;}
	.qna-list .col .date {width:80px; font-size:24px;}
	/* 비밀글 확인 */
	.secret-post {max-width:440px; padding:60px 60px 80px;}
	.secret-post h3 {font-size:28px; margin-bottom:40px;}
	.secret-post .input {height:54px; font-size:16px;}
	.secret-post .btn_submit {line-height:54px; font-size:18px; margin-top:40px;}
	.secret-post .btn_submit.btn-lock {background:#fff url('../img/layout/btn-lock.png') no-repeat 120px center;}
	.secret-post .btn_submit.btn-lock:hover {background:#000 url('../img/layout/btn-lock-w.png') no-repeat 120px center;}
	/* 갤러리 게시판 */
	.gallery-list ul {margin-left:-20px;}
	.gallery-list ul li {width:calc(33.33333333% - 20px); margin-left:20px; margin-bottom:30px;}
	.gallery-list ul:is(.col3, .col4, .col5){margin-left:-20px;}
	.gallery-list ul:is(.col3, .col4, .col5) li {width:calc(33.33333333% - 20px); margin-left:20px; margin-bottom:30px;}
	.gallery-list ul li a {padding:15px;}
	.gallery-list ul li a .thumb .notice_icon {top:15px; left:15px; line-height:30px; width:78px;}
	.gallery-list ul li a .tit {font-size:16px; margin-bottom:12px;}
	
	.video-list ul {width: calc(100% + 20px); margin: 60px -10px 0;}
	.video-list ul li {padding: 0 10px;}
	.video-list ul li .item .tit {font-size: 18px; margin-top: 15px;}
	
	.s2_1 .title h3 {font-size: 26px;}
	
	.view-list .gallery-list ul li a .tit {font-size: 18px;}
	
	.s3_1 .gallery-list ul li a {padding: 20px 12px 90px;}
	.s3_1 .gallery-list ul li a .tit {font-size: 18px;}
	.s3_1 .gallery-list ul li a .date {bottom: 30px;}
	
	/* 로그인 */
	.login-box {max-width:440px; padding:80px 60px 100px;}	
	.login-tit {font-size:28px; margin-bottom:50px;}
	.login-box .input {height:50px; font-size:16px;}
	.login-box .input::placeholder {font-size:16px;}
	.login-box .chk_box {margin-top:10px;}	
	.login-box .btn_submit {line-height:54px; font-size:18px; margin-top:40px;}	
	.login-box .btn_submit.btn-login {background-position:100px center;}
	.login-box .btn_submit.btn-lost {background-position:70px center;}	
	.login-box ul {margin-top:20px;}
	.login-box .captcha {margin-top:20px;}
	/* 회원가입 약관동의 및 본인확인 */
	.join_form {max-width:600px;}
	.join_form h3 {font-size:32px; margin-bottom:50px;}
	.join_form .step_chart {margin-bottom:50px;}
	.join_form .step_chart .row {max-width:150px;}	
	.join_form .step_chart .row:after {width:110px; top:25px; left:135px;}
	.join_form .step_chart .row .num {width:50px; line-height:50px; margin-bottom:10px;}	
	.join_form .step_chart .row p {font-size:16px;}	
	.join_form h4 {font-size:28px; margin-bottom:40px;}
	.join_form h5 {font-size:24px; margin-bottom:20px;}
	.join_form .fregister {margin-bottom:50px;}
	.join_form .fregister .allchk {padding:20px 30px;}
	.join_form .fregister label {font-size:20px;}
	.join_form .fregister ul {padding:40px 30px;}
	.join_form .fregister ul li {margin-bottom:20px;}
	.join_form .fregister ul li a {font-size:16px; width:75px;}	
	/* 회원가입 회원정보 입력 */
	.form-box {padding:20px 0 0; margin-bottom:50px;}
	.form-box .col .label {font-size:16px;}
	.form-box .col .row .input {padding:10px 20px; font-size:16px; height:50px;}
	.form-block .col {margin-bottom:30px;}
	.form-block .col .label {margin-bottom:10px;}
	.form-flex .col {display:flex; border-bottom:1px solid #ddd; padding-bottom:10px; margin-bottom:10px;}
	.form-flex .col.bdn {border:none;}
	.form-flex .col .label {width:100px; padding-top:16px;}
	.form-flex .col .row {width:1%; flex:1 1 auto;}
	.form-flex .col .row .input {border:0;}
	.form-flex .col  .row ul {margin:0 -10px;}
	.form-flex .col  .row ul li {padding:0 10px;}
	.form-captcha {padding:30px 0;}
	/* 회원가입 가입완료 */
	.join-end {padding:60px 30px;}
	.join-end .icon {margin-bottom:20px;}
	.join-end h4 {margin-bottom:32px;}
	.join-end p {font-size:16px;}	
	
	/* 댓글 */
	.bo_vc_w_wr {justify-content:flex-end;}
	.bo_vc_w_info {display:block; width:100%; max-width:400px;}
	.bo_vc_w_info .frm_input {width:calc(50% - 10px); margin-right:10px; margin-bottom:20px;}
	.bo_vc_w_info #wr_password {margin-right:0;}
	
}

@media (max-width: 768px){
	.real-cont {padding: 100px 0 140px;}
	/* .s2_1 {padding: 100px 0 140px;}
	.s3_1 {padding: 100px 0 140px;} */
	.view-banner h5 {font-size: 22px;}
	.view-banner h3 {font-size: 40px;}
	.view-banner span {font-size: 18px;}
	
	/* FAQ */
	.faq-list .cont .cnt {padding:15px; gap: 20px;}
	.s1 article .faq-list .cont .cnt .box p {font-size: 18px;}
	.faq-list .cont .cnt .icon span {font-size: 18px;}
	.faq-list .cont .cnt.question:after {top: 22px; right: 15px;}
	.faq-list .cont .cnt.answer {gap: 20px; padding: 26px 15px 20px;}
	.s1 article .faq-list .cont .cnt.answer .box p {font-size: 16px;}
}

@media (max-width:640px){
	/* 게시판 카운트, 검색바 */
	.list_total {font-size:14px;}
	.search_bar .sch_input {width:200px;}
	/* 일반게시판 */
	.board-list {display:none;}
	.m-board-list {display:block;}
	.m-board-list ul {border-top:1px solid #000;}
	.m-board-list ul li {border-bottom:1px solid #ddd; padding:10px 0;}
	.m-board-list ul li .subject {}
	.m-board-list ul li .subject .num {display:none;}
	.m-board-list ul li .subject .notice_icon {display:inline-block; line-height:28px; border:1px solid #000; color:#000; font-size:14px; padding:0 10px; font-weight:500; margin-right:10px;}
	.m-board-list ul li .subject a {display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:30px; font-size:16px; color:#000;}
	.m-board-list ul li .subject a div {display:none;}
	.m-board-list ul li .txt { margin-top:4px;}
	.m-board-list ul li .txt span {display:inline-block; margin-right:10px; font-size:14px; color:#666; line-height:1.6em;}


	.board-view .title .btns{position: static; margin-top: 20px;}

	/* 글작성 버튼 */
	.write_btn {margin-top:40px;}
	/* button size */
	.btn-pack.large {width:100px; line-height:40px; font-size:16px;}
	/* 뷰페이지 */
	/* .board-view .title {padding:30px 0;} */
	/* .board-view .title h3 {font-size:20px; margin-bottom:10px;} */
	.board-view .title h3 {font-size: 22px; padding-left: 30px;}
	.board-view .title h3::before {top: 8px;}
	.board-view .title h3 > span {padding-left: 15px; margin-left: 15px;}
	.board-view .content-box {padding:0 0 40px;}
	.board-view .content-box .text {min-height:200px;}
	.board-view .content-box .text .txt-box {font-size: 16px;}
	.board-view .content-box  .file {margin-bottom:20px;}
	.board-view .content-box .file ul li {margin-right:20px; padding-right:20px;}
	.board-view .content-box .file ul li a {font-size:16px;}
	.board-view-btn ul li.btn {width:calc(50% - 22px);}
	.board-view-btn ul li.btn a {padding:0 20px;}
	.board-view-btn ul li.btn a strong {font-size:14px;}
	.board-view-btn ul li.btn a p {font-size:18px;}	
	.board-view-btn ul li.list a {width:44px; height:44px;}
	/* 글작성, 문의폼 */
	.inquiry-wrap {padding:30px 0;}
	.inquiry-wrap .tit-box {margin-bottom:20px;}
	.inquiry-wrap .tit-box h4 {font-size:24px;}
	.inquiry-wrap .col {margin-bottom:15px; display:block;}
	.inquiry-wrap .label {font-size:15px; width:100%; margin-bottom:6px;}
	.inquiry-wrap .row {width:100%;}
	.inquiry-wrap .row .input {font-size:14px; height:44px; padding:8px 0;}
	.inquiry-wrap .row select.input {background: #fff url(../img/layout/select.png) right 4px center no-repeat;}
	.inquiry-wrap .row textarea {height:140px !important; font-size:14px;}
	.inquiry-wrap .check label {font-size:14px;}
	.inquiry-wrap .radio label {font-size:14px;}
	.inquiry-wrap .row .bo_w_flie {max-width:300px;}
	/* qna 리스트 */
	.qna-list .col {padding:15px 0; flex-wrap:wrap; text-align:left;}
	.qna-list .col .subject {padding:0; width:100%; margin-bottom:10px;}
	.qna-list .col .subject a {font-size:16px;}
	.qna-list .col .name {font-size:14px; width:60px;}
	.qna-list .col .state {width:80px; text-align:center; margin-right:20px;}
	.qna-list .col .state span {width:100%; line-height:30px; border-radius:0;}
	.qna-list .col .state span.answer {border-color:#666;}
	.qna-list .col .state span.proceder {border-color:#ddd;}
	.qna-list .col .date {width:auto; font-size:20px;}
	/* 비밀글 확인 */
	.secret-post {max-width:350px; padding:30px 30px 50px;}
	.secret-post h3 {font-size:20px; margin-bottom:20px;}
	.secret-post .input {height:44px; font-size:14px;}
	.secret-post .btn_submit {line-height:44px; font-size:14px; margin-top:30px;}
	.secret-post .btn_submit.btn-lock {background:#fff url('../img/layout/btn-lock.png') no-repeat 110px center;}
	.secret-post .btn_submit.btn-lock:hover {background:#000 url('../img/layout/btn-lock-w.png') no-repeat 110px center;}
	/* 갤러리 게시판 */
	.gallery-list ul {margin-left:-15px;}
	.gallery-list ul li {width:calc(50% - 15px); margin-left:15px; margin-bottom:30px;}
	.gallery-list ul:is(.col3, .col4, .col5) li{width:calc(50% - 15px); margin-left:15px; margin-bottom:30px;}
	.gallery-list ul li a {padding:10px;}
	.gallery-list ul li a .thumb .notice_icon {top:10px; left:10px;}
	.gallery-list ul li a .tit {font-size:15px; margin-bottom:10px;}
	
	.video-list ul {width: calc(100% + 20px); margin: 40px -10px 0; flex-wrap: wrap;}
	.video-list ul li {width: 50%;}
	.video-list ul li:nth-of-type(2) ~ li {margin-top: 40px;}
	.video-list ul li .item .tit {font-size: 16px;}
	
	.s2_1 .title h3 {font-size: 22px; padding-left: 30px;}
	
	.view-list .gallery-list ul li a .tit {font-size: 16px;}
	.view-list .gallery-list ul li a .date {font-size: 14px;}
	
	.s3_1 .gallery-list ul li a .tit {font-size: 16px;}
	.s3_1 .gallery-list ul li a .tag {gap: 5px;}
	.s3_1 .gallery-list ul li a .tag > span {font-size: 14px; line-height: 24px;}
	.s3_1 .gallery-list ul li a .date {font-size: 14px;}
	
	/* 로그인 */
	.login-box {max-width:350px; padding:40px 30px 50px;}	
	.login-tit {font-size:24px; margin-bottom:30px;}
	.login-box .input {height:40px; font-size:14px;}
	.login-box .input::placeholder {font-size:14px;}
	.login-box .btn_submit {line-height:44px; font-size:16px; margin-top:30px;}
	.login-box ul li a {font-size:14px;}
	/* 회원가입 약관동의 및 본인확인 */
	.join_form h3 {font-size:24px; margin-bottom:30px;}
	.join_form .step_chart {margin-bottom:30px;}	
	.join_form .step_chart .row {max-width:none; width:33.333333%; padding:0 15px;}
	.join_form .step_chart .row:after {display:none;}
	.join_form .step_chart .row .num {width:46px; line-height:46px;}
	.join_form .step_chart .row p {font-size:14px;}
	.join_form h4 {font-size:24px; margin-bottom:30px;}
	.join_form h5 {font-size:20px;}
	.join_form .fregister {margin-bottom:40px;}
	.join_form .fregister .allchk {padding:20px;}
	.join_form .fregister label {font-size:16px;}
	.join_form .fregister ul {padding:40px 20px;}
	.join_form .fregister ul li {margin-bottom:14px;}
	.join_form .fregister label {font-size:14px;}
	.join_form .fregister ul li a {font-size:14px; width:60px;}
	/* 회원가입 회원정보 입력 */
	.form-box {margin-bottom:40px;}
	.form-box .col .label {font-size:14px;}
	.form-box .col .row .input {padding:5px; font-size:14px; height:40px;}
	.form-box .col .row select.input {background: #fff url(../img/layout/select.png) right 4px center no-repeat;}
	.form-block .col {margin-bottom:20px;}
	.form-block .col .label {margin-bottom:10px;}
	.form-flex .col {display:block; padding-bottom:0; margin-bottom:10px;}
	.form-flex .col .label {width:100px; padding-top:16px;}
	.form-flex .col .row {width:100%;}
	.form-flex .col .row .input {border:0;}
	.form-captcha {padding:25px 0;}
	/* 회원가입 가입완료 */
	.join-end {padding:50px 10px;}
	.join-end h4 {margin-bottom:20px;}
	.join-end p {font-size:14px;}	
	/* 마이페이지 */
	#smb_my_ov .hello_name .name_box {font-size:16px;}
	#smb_my_ov .smb_my_act li a {line-height:32px; font-size:14px;}
	#smb_my_ov .my_info_wr {width:100%; padding:0; margin-bottom:10px;}
	#smb_my_ov .my_info_wr strong {font-size:14px;}
	#smb_my_ov .my_info_wr span {padding:5px; line-height:30px; font-size:14px;}
	
	/* 댓글 */
	.bo_vc_w_wr {display:block; width:100%;}
	.bo_vc_w_info {max-width:none; padding-right:0; margin-bottom:10px; line-height:36px;}
	.bo_vc_w_info #captcha {margin:0 auto;}
	.bo_vc_w .bo_vc_secret {width:100%; text-align:center; display:block;}
	.bo_vc_w .btn_confirm {max-width:none;}
	.bo_vc_w .btn_submit {width:100%; min-height:50px; font-size:16px;}

	

}

@media (max-width:640px){
	#captcha {text-align:center;}

	.qna .answer-box h5 {font-size: 16px; line-height: 26px;}
	.qna .answer-box .answer {font-size: 16px; line-height: 22px;}

}


@media (max-width: 480px){
	.view-banner h5 {font-size: 18px;}
	.view-banner h3 {font-size: 30px; line-height: 1.3;}
	.view-banner span {font-size: 16px;}

	.s2_1 .title h3 {font-size: 18px; padding-left: 25px; background-size: 18px auto;}
	.video-list ul li .item .tit {font-size: 14px;}
	.view-list .gallery-list {margin-top: 40px;}
	.view-list .gallery-list ul li a .thumb {margin-bottom: 10px;}
	.view-list .gallery-list ul li a .tit {font-size: 14px;}
	.view-list .gallery-list ul li a .date {font-size: 12px;}
	
	.s3_1 .gallery-list ul li a {padding-bottom: 60px;}
	.s3_1 .gallery-list ul li a .tit {font-size: 14px;}
	.s3_1 .gallery-list ul li a .tag > span {font-size: 12px; line-height: 20px; padding: 0 7px;}
	.s3_1 .gallery-list ul li a .date {bottom: 15px; font-size: 12px;}
	
	.board-view .title h3 {font-size: 18px; padding-left: 25px;}
	.board-view .title h3::before {top: 5px; width: 18px; background-size: 18px auto;}
	.board-view .title h3 > span {padding-left: 10px; margin-left: 10px;}
	.board-view .content-box .text .txt-box {font-size: 14px;}
	.board-view .content-box .text .img-box {margin-bottom: 30px;}
	.video-box {margin-bottom: 30px;}
	
	.board-view-btn ul li.list a span {width: 25px;}
	.board-view-btn ul li.list a span:before, .board-view-btn ul li.list a span:after {width: 16px;}
	
	.s1 article .faq-list .cont .cnt .box p {font-size: 16px;}
	.s1 article .faq-list .cont .cnt.answer .box p {font-size: 14px;}
}











