@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;}
.search_bar select {border:0; padding:0 10px; height:50px; width:140px;}
.search_bar .sch_input {border:0; width:330px; line-height:50px;}
.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');}


.bo-wrap{padding-bottom: 180px;}
/* 일반게시판 */
.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;}
.board-list table td.subject .down-file {position:absolute; right:0; top:50%; margin-top:-9px;}
.board-list table td.date {font-size:16px;}
.m-board-list {display:none;}
/* 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 .title {padding:56px 20px; border-bottom:1px solid #ddd; border-top:1px solid #000; position:relative;}
.board-view .title h3 {font-size:40px; color:#000; line-height:1.2em; margin-bottom:20px; word-break:break-all;}
.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;}
.board-view .title .btns ul li {margin-left:15px;}
.board-view .title .btns ul li a {font-size:16px; color:#666; line-height:1.6em; display:block;}
.board-view .content-box {padding:80px 0 100px; border-bottom:1px solid #ddd; margin-bottom:40px; word-break:break-word;}
.board-view .content-box .text {min-height:400px;}
.board-view .content-box  .file {margin-top:20px;}
.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:30px; 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:64px; height:64px; border:1px solid #000; font-size:0; background:#000; position:relative; transition:all 0.6s; display:block;}
.board-view-btn ul li.list a:hover {background:#fff;}
.board-view-btn ul li.list a span {width:20px; height:2px; background:#fff; position:absolute; top:50%; margin-top:-1px; left:50%; margin-left:-10px; transition:all 0.6s;}
.board-view-btn ul li.list a span:before,
.board-view-btn ul li.list a span:after {content:''; width:20px; height:2px; background:#fff; left:0; position:absolute; transition:all 0.6s;}
.board-view-btn ul li.list a span:before {top:-6px;}
.board-view-btn ul li.list a span:after {bottom:-6px;}
.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:#000;}

.sub_8_1 .board-view #img-box {text-align: center;}
.sub_8_1 .board-view #img-box img {width: auto !important; height: auto !important;}

.gallery-list ul li .hide-box{position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items:center; text-align: center; background: rgba(0,0,0,0.7); z-index: 100; opacity: 1; transition:.3s;}
.gallery-list ul li .hide-box:hover{opacity: 1;}
.gallery-list ul li .hide-box span{font-size: 22px; line-height: 1.5; color: #fff; width: 100%;}

.gallery-list ul li a .thumb .pic img{}

/* 게시판 댓글 */
.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;}
#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 p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#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:10px 0}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;width:calc(50% - 5px); border:1px solid #ddd; line-height:40px; margin-bottom:15px; padding:0 10px;}
.bo_vc_w_info #wr_password {float:right}
.bo_vc_w_info #captcha {display:block;clear:both}
.bo_vc_w .btn_confirm {margin-top:5px;clear:both}
.bo_vc_w .icon_lock {display:inline-block;font-size:16px;vertical-align:baseline; height:20px; margin-bottom:10px;}
.bo_vc_w .btn_submit {height:70px;width:100%;padding:0 20px;font-weight:700;font-size:18px; background:#fff; color:#333; border:1px solid #ddd; transition:all 0.6s;}
.bo_vc_w .btn_submit:hover {background:#111; border-color:#111; color:#fff;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w .bo_vc_secret {display:block}
.bo_vc_w_wr {position:relative; max-width:400px; width:100%; margin:20px auto 0;}
#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;}
.inquiry-wrap .row .bo_w_flie {border-bottom:1px solid #ddd; 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 .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;}
.inq_ol {margin: 20px 0;}
.inq_ol > li{font-size: 16px; line-height: 1.5; }

.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; 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:-48px;}
.gallery-list ul li {width:calc(33.33333333% - 48px); margin-left:48px; margin-bottom:50px;}
.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:10px; 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;}
.gallery-list ul li a .thumb .pic {position:relative; padding-bottom:100%; /* padding-bottom:62.06%; */ overflow:hidden; transition:all 0.6s;}
.gallery-list ul li a .thumb .pic.no_mem{filter: blur(10px);}


.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 {display: none; font-size:18px; margin-bottom:20px; color:#666; line-height:1.6em; height:calc(1.6em * 1 * 2); 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.6s;}
.gallery-list ul li a .date {display: none; 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;}

.sub_8_1 .gallery-list ul li a .thumb .pic.no_mem {filter: unset;}
/* 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_wrap ol {margin:0;padding:0;list-style:none}
#faq_con {border-bottom:1px solid #ddd;}
#faq_con .q-box {background:#fff;border-top:1px solid #000; position:relative; display:flex; padding:30px; border-bottom:1px solid #ddd; margin-bottom:-1px;}
#faq_con .q-box span {display:block; width:40px; line-height:38px; border:1px solid #000; background:#fff; color:#000; border-radius:50%; text-align:center; font-size:18px; font-weight:500;}
#faq_con .q-box a {display:block; width:1%; flex:1 1 auto; padding-left:30px; font-size:18px; color:#000; line-height:1.6em; padding-right:30px;}
#faq_con .q-box a:after {content:''; position:absolute; right:20px; top:50%; margin-top:-7px; display:inline-block; width:14px; height:14px; border-right:2px solid #aaa; border-bottom:2px solid #aaa; transform:rotate(45deg); transition:all 0.6s;} 
#faq_con .q-box a p {padding-top:6px;}
#faq_con .q-box.faq_li_open a:after {transform:rotate(225deg);}
#faq_con .q-box .tit_btn {display:none;}
#faq_con .con_inner {padding:30px; display:none;}
#faq_con .con_inner span {display:inline-block; width:40px; line-height:38px; border:1px solid #000; background:#000; color:#fff; border-radius:50%; text-align:center; font-size:18px; font-weight:500;}
#faq_con .con_inner p {font-size:18px; color:#666; line-height:1.6em; display:inline-block; padding-left:30px;}
#faq_con .con_inner .closer_btn {background:#555; color:#fff; margin:10px 0 0 auto; border:0; width:60px; line-height:32px; display:none;}
/* 로그인 */
.login-box {max-width:620px; width:100%; margin:0 auto; border:1px solid #ddd; padding:34px 110px 50px; text-align:center; border-radius: 30px; margin-top: -30px;}
.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; 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 #53beb7; color:#53beb7; background:#fff; width:100%; display:block; cursor:pointer; transition:all 0.3s; font-size:22px; font-weight:700; margin-top:30px; position:relative; border-radius: 10px;}
.login-box .btn_submit i{display: inline-block; width: 11px; height: 15px; background: url(../img/login_icon.png) center no-repeat; margin-right: 15px; transition:.3s;}

.login-box .btn_submit:hover {background:#53beb7; border-color:#53beb7; color:#fff;}
.login-box .btn_submit:hover i{background: url(../img/login_icon2.png) center no-repeat; }

.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;}
.login-box ul li.join a {color:#000;}
.login-box .captcha {text-align:left; margin-top:30px;}

.login-box .box{flex-direction: column; gap:10px 0; margin-top: 28px; padding-top: 35px; border-top: 1px solid #ddd;} 
.login-box .box > a{position: relative; width: 100%; font-size: 18px; line-height: 55px; letter-spacing: -0.03em; color: #000; font-weight: 600; background: #ffe500; text-align: center; border-radius: 10px; overflow: hidden;}
.login-box .box > a:before{position: absolute; content: ''; width: 65px; height: 55px; background: url(../img/lg-caca.png) center no-repeat; left: 0; top: 0;}
.login-box .box > a:last-child{background: #06bd34; color: #fff;}
.login-box .box > a:last-child:before{background: url(../img/lg-na.png) center no-repeat; }
.login-box .box > a:hover{opacity: 0.8;}




/* 회원가입 약관동의 및 본인확인 */
.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; border-radius: 30px; overflow: hidden;}
.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 #53beb7; color:#53beb7; 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:#53beb7; border-color:#53beb7; 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:#53beb7; border-color:#53beb7; border-radius: 10px;}
.btn-pack.dark:hover {background:#53beb7; color:#fff;}
.btn-pack.gray {background:#fff; color:#666; border-color:#ddd; border-radius: 10px;}
.btn-pack.gray:hover {background:#666; color:#fff; border-color:#666;}
@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 .content-box {padding:30px 0 50px;}
	.board-view .content-box .text {min-height:300px;}
	.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;}
	.inquiry-wrap .check 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 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;}
	/* 로그인 */
	.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 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;}	
}
@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;}
	/* 글작성 버튼 */
	.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 .content-box {padding:20px 0 40px;}
	.board-view .content-box .text {min-height:200px;}
	.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;}
	.inquiry-wrap .check label {font-size:14px;}
	/* 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 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;}
	/* 로그인 */
	.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;}
}

/* s1 */
.sub_1_1{margin-bottom: 0px; position: relative; z-index: 10;}
#sub_layout:before{position: absolute; content: ''; z-index: -1; background: url(../img/sub/s_sub_bg1.jpg) center no-repeat; width: 415px; height: 793px; left: 0; top: 400px;}
.sub_1_1 #bo_cate{margin-bottom: 95px; padding-top: 100px;}
.sub_1_1 #bo_cate ul {background: #53beb7; border-radius: 10px; overflow: hidden; border: 1px solid #53beb7;}
.sub_1_1 #bo_cate ul > li{position: relative; display: flex; flex:1;  align-items:center; text-align: center;  padding: 0; overflow: hidden;}
.sub_1_1 #bo_cate ul li:after{display: none;}
.sub_1_1 #bo_cate ul > li:not(:last-child) > a:after{position: absolute; content: ''; width: 1px; height: 19px; background: #ddd; right: 0; top: 50%; margin-top: -9px;}
.sub_1_1 #bo_cate ul > li > a{width: 100%;  font-size: 20px; line-height: 70px; color: #fff; font-weight: 500; letter-spacing: -0.03em; border-radius: 10px; transition:.3s;}
.sub_1_1 #bo_cate ul > li > a#bo_cate_on,
.sub_1_1 #bo_cate ul > li:hover > a{color: #53beb7; font-weight: 600; background: #fff;}
.sub_1_1 #bo_cate ul > li > a#bo_cate_on:after,
.sub_1_1 #bo_cate ul > li:hover > a:after{display: none;	}
.sub_1_1 #bo_cate ul > li:first-child{display: none; }

.s1_tit {position: relative; text-align: left; font-size: 35px; line-height: 1.5; color: #000; letter-spacing: -0.02em; font-weight: 700; padding-left: 35px;}
.s1_tit:before{position: absolute; content: ''; left: 0; top: 14px; width: 22px; height: 22px; background: url(../img/sub/s1_stit.jpg) center no-repeat;}
.s1_wrap .sec1{position: relative; text-align: center; z-index: 10;}

.s1_wrap .sec1 h3{position: relative; font-size: 50px; line-height: 1.5; color: #000; letter-spacing: -0.02em; font-weight: 700; padding-top: 43px; margin-bottom: 17px;}
.s1_wrap .sec1 h3:before{position: absolute; content: '';	left: 50%; top: 0; margin-left: -18px; width: 37px; height: 38px; background: url(../img/sub/s1_tit.jpg) center no-repeat;}
.s1_wrap .sec1 h3 span{color: #52bdb7;}
.s1_wrap .sec1 p{font-size: 20px; line-height: 34px; letter-spacing: -0.02em; color: #666; }
.s1_wrap .sec1-cnt{align-items:center; border-radius: 20px; box-shadow:0px 0px 10px rgba(0,0,0,0.1); margin-top: 93px; margin-bottom: 29px; background: #fff;}
.s1_wrap .sec1-cnt > *{width: 50%; box-sizing: border-box;}
.s1_wrap .sec1-cnt > .tbx{text-align: left; padding: 60px 0 60px 109px;}
.s1_wrap .sec1-cnt > .tbx .box:first-of-type{position: relative; top: 5px;}
.s1_wrap .sec1-cnt > .tbx .box .tit{font-size: 30px; line-height: 1.5; letter-spacing: -0.02em; color: #000; font-weight: 600; margin-bottom: 14px;}
.s1_wrap .sec1-cnt > .tbx .box .tit span{font-weight: 700; color: #53beb7;}
.s1_wrap .sec1-cnt > .tbx .box ol {margin-left: 2px;}
.s1_wrap .sec1-cnt > .tbx .box ol > li{position: relative; font-size: 20px; line-height: 33px; letter-spacing: -0.02em; color: #888; font-weight: 500; padding-left: 27px; margin-bottom: 2px;}
.s1_wrap .sec1-cnt > .tbx .box ol > li:before{position: absolute; content: ''; width: 19px; height: 19px; background: url(../img/sub/s1_2.jpg) center no-repeat;	 left: 0; top: 6px;}
.s1_wrap .sec1-cnt > .tbx .box:last-of-type{margin-top: 50px;	}
.s1_wrap .sec1-cnt > .tbx .box:last-of-type .tit span{color: #f769a5;}
.s1_wrap .sec1-cnt > .tbx .box:last-of-type  ol > li:before{background: url(../img/sub/s1_3.jpg) center no-repeat;}

.s1_wrap .sec2{text-align: center; }
.s1_wrap .sec2 > h3{position: relative; font-size: 45px; line-height: 1; color: #000; letter-spacing: -0.02em; font-weight: 700; padding-bottom: 77px; margin-bottom: 32px;}
.s1_wrap .sec2 > h3:before,
.s1_wrap .sec2 > h3:after{position: absolute; content: ''; width: 1px; height: 40px; background: #53beb7; left: 50%; bottom: 0;}
.s1_wrap .sec2 > h3:after{height: 20px; background: #ddd; bottom: 20px; }
.s1_wrap .sec2 > h3 small{display: block; font-size: 22px; color: #6cd1ca; margin-bottom: 22px;}
.s1_wrap .sec2 > p{font-size: 20px; line-height: 34px; color: #666; letter-spacing: -0.02em; margin-bottom: 113px;}

.sub_2_1 .s1_wrap .sec2 > h3:before{background: #f769a5;}

/* s11 */
.s1_wrap .cnt-icon .flex-box{border-radius: 20px; box-shadow:0px 0px 10px rgba(0,0,0,0.1); height: 420px; align-items:center; margin-top: 27px;}
.s1_wrap .cnt-icon .flex-box .box{flex:1; flex-basis: 200px; padding-top: 8px; border-right: 1px dashed #ddd;}
.s1_wrap .cnt-icon .flex-box .box:last-child{border-right: 0;}
.s1_wrap .cnt-icon .flex-box .box .tbx .tit{font-size: 30px; line-height: 1; color: #000; letter-spacing: -0.02em; font-weight: 600; margin: 38px 0 20px;} 
.s1_wrap .cnt-icon .flex-box .box .tbx .txt{font-size: 20px; line-height: 34px; letter-spacing: -0.02em; color: #666;}

/* s12 */
.s1_wrap .s1_2_sec2 .flex-box{gap:22px; margin-top: 27px;}
.s1_wrap .s1_2_sec2 .flex-box h4{display: flex; align-items:center; text-align: center; justify-content: center; font-size: 25px; line-height: 1.5; color: #fff; height: 80px; letter-spacing: -0.02em; font-weight: 700; background: #53beb7;}
.s1_wrap .s1_2_sec2 .flex-box > *{border-radius: 20px; overflow: hidden; box-shadow:0px 0px 20px rgba(0,0,0,0.1)}
.s1_wrap .s1_2_sec2 .flex-box > * ul{display: flex; flex-wrap:wrap; height: 210px; box-sizing: border-box; align-items: center; box-sizing: border-box; align-content: center; padding-left: 90px; text-align: left; gap:30px 0px}
.s1_wrap .s1_2_sec2 .flex-box > * ul > li{font-size: 22px; line-height: 50px; letter-spacing: -0.02em; color: #000; font-weight: 600; width: 360px;}
.s1_wrap .s1_2_sec2 .flex-box > * ul > li:nth-child(3){width: auto;}
.s1_wrap .s1_2_sec2 .flex-box > * ul > li:nth-child(6){width: auto;}
.s1_wrap .s1_2_sec2 .flex-box > * ul > li span{display: inline-flex; justify-content: center; align-items: center; width: 50px; height: 50px; border: 2px solid #53beb7; border-radius: 10px; color: #53beb7; text-align: center; margin-right: 13px; line-height: 1;}
.s1_wrap .s1_2_sec2 .flex-box .lbx{width: 73.61%; }
.s1_wrap .s1_2_sec2 .flex-box .rbx{flex:1 1 auto; width: 1%;} 
.s1_wrap .s1_2_sec2 .flex-box .rbx h4{background: #ffb300;}
.s1_wrap .s1_2_sec2 .flex-box > .rbx ul > li span{color: #ffb300; border: 2px solid #ffb300;}

/* s13 */
.s1_wrap .sec2-cnt_ty1 {}
.s1_wrap .sec2-cnt_ty1 h4{font-size: 35px; line-height: 55px; letter-spacing: -0.02em; color: #000; font-weight: 700; margin-bottom: 43px;}
.s1_wrap .sec2-cnt_ty1 h4 span{position: relative; display: inline-block; color: #53beb7; z-index: 10;}
.s1_wrap .sec2-cnt_ty1 h4 span:after{position: absolute; content: ''; width: 100%; height: 20px; background: rgba(83,190,183,0.3); left: 0; bottom: 5px;}
.s1_wrap .sec2-cnt_ty1 p{font-size: 20px; line-height: 34px; letter-spacing: -0.02em; color: #666;}
.s1_wrap .sec2-cnt_ty1 p:not(:last-of-type){margin-bottom: 34px;}

/* s14 */
.s1_wrap .s1_4_sec2 > p{margin-bottom: 34px;}
.s1_wrap .s1_4_sec2 > p:last-child{margin-bottom: 0;}
.s1_wrap .s1_4_sec2 .sec2-cnt{width: calc(100% - 154px); margin-left: 77px; background: #f9f9f9; border-radius: 15px; font-size: 20px; line-height: 34px; letter-spacing: -0.02em; color: #666; padding: 46px 0; margin-top: 41px;}
.s1_wrap .s1_4_sec2 .sec2-cnt span{font-weight: 600; color: #53beb7;}

/* s16 */
.s1_wrap .s1_6_sec2 .sec2-cnt{}
.s1_wrap .s1_6_sec2 .sec2-cnt dl{display: flex; flex-wrap:wrap; border-radius: 20px; border: 2px solid #53beb7; padding: 66px 30px; text-align: left; margin-bottom: 20px; box-shadow:0px 0px 20px rgba(0,0,0,0.1)} 
.s1_wrap .s1_6_sec2 .sec2-cnt dl dt{font-size: 35px; line-height: 1; color: #000; font-weight: 700; letter-spacing: -0.02em; width: 28.77%; padding-left: 35px;}
.s1_wrap .s1_6_sec2 .sec2-cnt dl dd {position: relative; padding-left: 70px; }
.s1_wrap .s1_6_sec2 .sec2-cnt dl dd:before{position: absolute; content: ''; width: 1px; height: calc(100% - 5px); background: #ddd; left: 0; top: 2px;}
.s1_wrap .s1_6_sec2 .sec2-cnt dl dd p{font-size: 20px; line-height: 34px; color: #666; letter-spacing: -0.02em; margin-top: -6px;}
.s1_wrap .s1_6_sec2 .cnt-icon .flex-box{margin-top: 20px; height: 330px;}

.s1_wrap .s1_6_sec2 .cnt-icon .flex-box .box{padding-top: 24px;}
.s1_wrap .s1_6_sec2 .cnt-icon .flex-box .box .tbx .tit{font-size: 26px;}


.s1_wrap .sec3 {margin-top: 121px;}
.s1_wrap .sec3 .s1_tit{display: flex; justify-content: space-between;}
.s1_wrap .sec3 .s1_tit a{position: relative; top: 8px; font-size: 20px; line-height: 1; color: #888; letter-spacing: -0.02em; font-weight: 400; transition:.3s;}
.s1_wrap .sec3 .s1_tit a span{position: relative; top: -2px; display: inline-block; width: 20px; height: 20px; border-radius: 50%; background: #ec2e2a; font-size: 18px;color: #fff; box-sizing: border-box; padding-left: 4px; padding-top: 0px; line-height: 1; margin-left: 13px; transition:.3s;}
.s1_wrap .sec3 .s1_tit a:hover span{transform:rotate(180deg)}

.s1_wrap .sec3 .s1_tit a:hover{color: #333;}
.s1_wrap .sec3 .s1_list {margin-top: 28px;}
.s1_wrap .sec3 .s1_list ul{display: flex; flex-wrap:wrap; gap:64px 40px ; margin-bottom: 50px;}
.s1_wrap .sec3 .s1_list ul > li{width: 30%; text-align: center;}
.s1_wrap .sec3 .s1_list ul > li .thumb{overflow: hidden; border-radius: 10px; transition:.3s; box-sizing: border-box; border: 5px solid #fff;}
.s1_wrap .sec3 .s1_list ul > li:hover .thumb{border: 5px solid #53beb7; }
.s1_wrap .sec3 .s1_list ul > li .tit{font-size: 22px; line-height: 40px; color: #000; letter-spacing: -0.02em; font-weight: 600; border-bottom: 1px solid #ddd; transition:.3s;}
.s1_wrap .sec3 .s1_list ul > li:hover .tit{color: #53beb7; font-weight: 700;}

.s1_wrap .sec3 .s1_list ul > li.none{width: 100%; text-align: center; font-size: 20px; line-height: 1.5; color: #666; padding: 40px 0; border: 1px solid #ddd; border-radius: 20px;}

.s1_wrap .sec4 .sec4-cnt .s1_tit{margin-bottom: 27px;}
.s1_wrap .sec4 .sec4-cnt .box{display: flex; flex-wrap:wrap; align-items:center; border-radius: 15px; box-shadow:0px 0px 10px rgba(0,0,0,0.1); margin-bottom:40px;}
.s1_wrap .sec4 .sec4-cnt .box:last-child{margin-bottom: 0;}
.s1_wrap .sec4 .sec4-cnt .box > *{width: 50%; text-align: left;}
.s1_wrap .sec4 .sec4-cnt .box > figure{background: #f9f9f9; height: 420px; display: flex; justify-content: center; align-items: flex-end;}
.s1_wrap .sec4 .sec4-cnt .box > .tbx{box-sizing: border-box; padding: 64px 70px; align-self:flex-start;}
.s1_wrap .sec4 .sec4-cnt .box > .tbx .num-box span{display: inline-block; font-size: 18px; line-height: 1; letter-spacing: -0.02em; color: #888; font-weight: 700;}
.s1_wrap .sec4 .sec4-cnt .box > .tbx .num-box span:first-child{position: relative; color: #56bfb8; padding-right: 88px;}
.s1_wrap .sec4 .sec4-cnt .box > .tbx .num-box span:first-child:after{position: absolute; content: ''; width: 70px; height: 1px; background: #ddd; right: 10px; top: 50%;}
.s1_wrap .sec4 .sec4-cnt .box > .tbx .tit{font-size: 30px; line-height: 1;color: #000; letter-spacing: -0.02em; font-weight: 600; margin: 29px 0 20px;}
.s1_wrap .sec4 .sec4-cnt .box > .tbx .txt{font-size: 20px; line-height: 34px; letter-spacing: -0.02em; color: #666; }

/* s2 */

#sub_layout.sub_2_1:before{top: 550px;}


.sub_2_1 .s1_wrap .sec2 > h3 small{color: #f769a5;}
.s1_wrap .sec1_s02 h3:before{position: absolute; content: ''; left: 50%; top: 0; margin-left: -18px; width: 37px; height: 38px; background: url(../img/sub/s2_tit.jpg) center no-repeat;}
.s1_wrap .sec1_s02 h3 span{color: #f769a5;}
.s1_wrap .sec1_s02 .sec1-cnt{padding: 70px 0;}
.s1_wrap .sec1_s02 .sec1-cnt > .tbx .box:last-of-type{margin-top: 0;}
.s1_wrap .sec1_s02 .sec1-cnt > .tbx .box h4{font-size: 30px; line-height: 45px; color: #000; letter-spacing: -0.02em; font-weight: 600; margin-bottom: 22px;}
.s1_wrap .sec1_s02 .sec1-cnt > .tbx .box h4 strong{font-size: 45px; color: #f769a5; letter-spacing: -0.02em; font-weight: 600;}
.s1_wrap .sec1_s02 .sec1-cnt > .tbx {padding-left: 91px;}
.sub_2_1{margin-bottom: 0px;}
.sub_2_1 #bo_cate{margin-bottom: 95px; padding-top: 100px;}
.sub_2_1 #bo_cate ul {background: #f769a5; border-radius: 10px; overflow: hidden; border: 1px solid #f769a5;}
.sub_2_1 #bo_cate ul > li{position: relative; display: flex; flex:1;  align-items:center; text-align: center;  padding: 0; overflow: hidden;}
.sub_2_1 #bo_cate ul li:after{display: none;}
.sub_2_1 #bo_cate ul > li:not(:last-child) > a:after{position: absolute; content: ''; width: 1px; height: 19px; background: #ddd; right: 0; top: 50%; margin-top: -9px;}
.sub_2_1 #bo_cate ul > li > a{width: 100%;  font-size: 20px; line-height: 70px; color: #fff; font-weight: 500; letter-spacing: -0.03em; border-radius: 10px; transition:.3s;}
.sub_2_1 #bo_cate ul > li > a#bo_cate_on,
.sub_2_1 #bo_cate ul > li:hover > a{color: #f769a5; font-weight: 600; background: #fff;}
.sub_2_1 #bo_cate ul > li > a#bo_cate_on:after,
.sub_2_1 #bo_cate ul > li:hover > a:after{display: none;	}
.sub_2_1 #bo_cate ul > li:first-child{display: none; }

#bo_cate ul > li[data = "틴력개선목, 손등"] > a{font-size: 0;}
#bo_cate ul > li[data = "틴력개선목, 손등"] > a:before{content: '탄력개선(목, 손등)'; font-size: 20px; vertical-align: middle;}



/* s21 */
.s2_1_sec2 .white-box{border-radius: 20px; box-shadow:0px 0px 20px rgba(0,0,0,0.1); text-align: left; padding: 51px 59px; margin-top: 29px; padding-right: 20px;}  
.s2_1_sec2 .white-box p{font-size: 20px; line-height: 34px; letter-spacing: -0.02em; color: #666;}
.sub_2_1 .s1_wrap .sec1 p:not(:last-of-type){margin-bottom: 33px;}
.s1_wrap .sec1_s02_ty2 .sec1-cnt{padding-top: 60px; padding-bottom: 60px; margin-top: 129px;}
.s1_wrap .sec1_s02 .sec1-cnt > .tbx_ty2{padding-top: 0; padding-bottom: 0;}
.cnt-icon.mt100{margin-top: 100px;}
.s2_1_sec2 .white-box.mt39{margin-top: 39px;}
.s1_wrap .cnt-icon.fig_full .flex-box .box .tbx{height: 118px;}


/* s23 */
.s1_wrap .cnt-icon .flex-box.h630{height: 630px;}
.s1_wrap .cnt-icon .flex-box .box.pt24{padding-top: 24px;}
.s1_wrap .cnt-icon .flex-box  .txtbox{position: relative; top: -29px; width: calc(100% - 140px); margin-left: 70px; border-radius: 20px; background: rgba(247,105,165,0.1); padding: 39px 0; }
.s1_wrap .cnt-icon .flex-box  .txtbox p{font-size: 22px; line-height: 1.5; color: #f769a5; letter-spacing: -0.02em; }
.sub_2_1 .s1_wrap .sec3 .s1_list ul > li:hover .thumb{border: 5px solid #f769a5; }
.sub_2_1 .s1_wrap .sec3 .s1_list ul > li:hover .tit{color: #f769a5; font-weight: 700;}
.s1_wrap .sec4.mt100{margin-top: 100px;}
.sub_2_1 .s1_wrap .sec4 .sec4-cnt .box > .tbx .num-box span:first-child{color: #f769a5;}



.gallery-list.seting-g ul li a .thumb .pic{padding-bottom: 100%;}
.gallery-list.seting-g ul li a .tit{display: none;}
.gallery-list.seting-g ul li a .date{display: none;}

.mypage{padding-bottom: 120px;}
.social_register,
.member_connect{max-width:1650px; margin: 0 auto !important;}
.member_connect{margin-bottom: 120px !important;}