@charset "utf-8";

.video-wrap {max-width:860px; margin:0 auto}
.video-container {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000;}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;}

/* 검색 */
.board-search {margin-bottom:20px;}
.board-search:after {content:""; display:block; clear:both;}
.board-search .total-page {float:left; color:#686868; font-size:15px; line-height:44px;}
.board-search .cate {float:left; margin-left:15px;}
.board-search .search {float:right;}
.board-search .search input.input {width:300px;}
.board-search .arrange ul {display:flex;}
.board-search .arrange ul li {padding:0 15px; border-right:1px solid #ddd; line-height:1.1em;}
.board-search .arrange ul li:first-child {padding-left:0;}
.board-search .arrange ul li:last-child {border-right:0;}
.board-search .arrange ul li a {display:flex; align-items:center; font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; color:#bcbdc0;}
.board-search .arrange ul li.active a {color:var(--color-primary);}
.board-search .arrange ul li.active a:before {content:''; width:12px; height:8px; background:url('/images/bbs/arrange-check.png') no-repeat 0 center / contain; margin-right:5px;}
.board-search.type2 {display:flex; justify-content:space-between; align-items:center;}
.board-search.type2:after {display:none;}
/* 리스트 */
.board-list table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #242424;}
.board-list table thead th {height:72px; padding:9px 5px; font-size:var(--fz18); font-weight:700; line-height:1.5em; border-bottom:1px solid #ddd;}
.board-list table tbody td {height:72px; padding:9px 5px; font-size:var(--fz18); font-weight:400; line-height:1.5em; color:#454545; text-align:center; border-bottom:1px solid #ddd;}
.board-list table tbody td.subject {text-align:left; padding-left:15px; font-weight:500; color:#242424;}
.board-list table tbody td.subject.type2 {font-weight:400; color:#454545;}
.board-list table tbody td img {vertical-align:middle; margin:-.2em 2px 0;}
.board-list table tbody td a:hover {text-decoration:underline;}
.board-list table tbody tr:hover td {background-color:#fafafa;}
.board-list .label {color:#fff; font-weight:500; display:inline-block; padding:0 12px; font-size:14px; background:var(--color-primary); border-radius:4px;}
.board-list .comment {color:var(--color-primary); font-size:.85em; font-weight:700; line-height:1em;}
.board-list .goods-name {color:#242424; font-weight:700;}
.board-list .file-btn {margin:0 auto; display:block; width:21px; height:26px; background:url("/images/bbs/icon-file.png") no-repeat center center / contain;}
.board-list .file-btn:hover {background-image:url('/images/bbs/icon-file-on.png');}
.board-list.type2 table {border-bottom:2px solid #242424;}

.into-btns {display:flex; justify-content:center; gap:0 5px; padding:0 10px;}
.into-btns .btn {text-align:center; min-width:74px; font-weight:500; letter-spacing:-.03em; line-height:34px; color:#fff; border-radius:4px;}
.into-btns .btn.st1 {background:var(--color-primary);}
.into-btns .btn.st2 {background:var(--color-secondary);}
.into-btns .btn.st3 {background:#a6a6a6;}
.into-btns .btn.st4 {background:#ffc000;}
.into-btns .btn.st5 {background:#7f7f7f;}
.into-btns .btn.per {position:relative; border:1px solid var(--color-secondary); color:var(--color-secondary);}
/* .into-btns .btn.per .bar {position:absolute; left:0; top:0; bottom:0; background:var(--color-secondary);} */
.into-btns .btn.per {
    isolation: isolate; /* 블렌드 모드 격리 */
}

.into-btns .btn.per .txt {
    mix-blend-mode: difference;
    color: var(--color-secondary); /* 기본 색상을 흰색으로 설정 */
}

.m-into-btns {margin-top:10px; display:flex; justify-content:flex-start; gap:0 5px;}
.m-into-btns .btn {min-width:80px; padding:0 10px; text-align:center; line-height:30px; font-weight:500; letter-spacing:-.03em; color:#fff; border-radius:4px;}
.m-into-btns .btn.st1 {background:var(--color-primary);}
.m-into-btns .btn.st2 {background:var(--color-secondary);}
.m-into-btns .btn.st3 {background:#a6a6a6;}
.m-into-btns .btn.st4 {background:#ffc000;}
.m-into-btns .btn.st5 {background:#7f7f7f;}
.m-into-btns .btn.per {position:relative; border:1px solid var(--color-secondary); color:var(--color-secondary);}
.m-into-btns .btn.per .bar {position:absolute; left:0; top:0; bottom:0; background:var(--color-secondary);}

.board-list-m {display:none; border-top:2px solid #868686;}
.board-list-m li {padding:14px 0; border-bottom:1px solid #ddd;}
.board-list-m li img {vertical-align:middle; margin:-.2em 2px 0; height:16px;}
.board-list-m li.none {padding:40px 0; text-align:center; color:#999;}
.board-list-m .label {display:inline-block;vertical-align:middle;margin:-.2em 4px 0 0;padding:0 6px;color:#fff;background:var(--color-primary);font-weight:500;font-size:12px;line-height:22px;border-radius:4px;}
.board-list-m .tit {color:#333; font-size:15px; font-weight:700; line-height:1.4em; letter-spacing:-.03em;}
.board-list-m .info {color:#888; font-size:12px; font-weight:400; line-height:1.3em; margin-top:7px;}
.board-list-m .info span {margin-right:10px; display:inline-block;}
.board-list-m .comment {color:var(--color-primary); font-size:.85em; font-weight:700; line-height:1em;}
.board-list-m .store-name {color:#333; font-size:17px; font-weight:700; line-height:1.4em; letter-spacing:-.03em;}
.board-list-m .store-addr {font-size:14px; font-weight:400; line-height:1.3em; color:#505050; margin-top:4px;}
.board-list-m .btns {margin-top:12px;}
.board-list-m .btns .btn-map {line-height:28px; margin-right:4px;}
.board-list-m .goods-name {color:#505050; font-size:15px; font-weight:700; line-height:1.3em; margin-bottom:4px;}
.board-list-m .file-btn {vertical-align:middle; display:inline-block; width:12px; height:15px; background:url("/images/bbs/icon-file.png") no-repeat center center / contain;}

.vat-txt {color:#686868; text-align:right; margin-top:17px;}

.gallery-list {padding:25px 0 0 0; border-bottom:1px solid #ddd; border-top:2px solid #868686;}
.gallery-list ul {display:flex; flex-wrap:wrap; margin:0 -15px;}
.gallery-list ul li {width:25%; padding:0 15px; margin-bottom:35px; text-align:center;}
.gallery-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.gallery-list ul li a {display:block;}
.gallery-list ul li .thumb {position:relative; padding-bottom:65%; margin-bottom:12px; overflow:hidden;}
.gallery-list ul li .thumb 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 .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.gallery-list ul li .tit {color:#333; font-size:16px; line-height:1.4em;}
.gallery-list ul li .date {color:#767676; font-size:14px; line-height:1.3em; margin-top:6px;}

.news-list {border-top:2px solid #868686;}
.news-list ul li {display:flex; padding:20px 0; border-bottom:1px solid #ddd;}
.news-list .thumb {width:220px; margin-right:20px;}
.news-list .thumb a {display:block; position:relative; padding-bottom:65%; overflow:hidden;}
.news-list .thumb a 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;}
.news-list .thumb a:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.news-list .info {flex:1 1 auto; min-width:0; width:1%;}
.news-list .tit {color:#333; font-size:18px; font-weight:700; line-height:1.4em; max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.news-list .txt {margin-top:10px; color:#767676; font-size:16px; line-height:1.5em; max-height:4.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.news-list .date {margin-top:13px; color:#767676; font-size:14px; line-height:1.3em;}
.news-list ul li.none {display:block; width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}

.event-list {padding:40px 0 0; border-top:2px solid #868686; border-bottom:1px solid #ddd;}
.event-list ul {display:flex; flex-wrap:wrap; margin:0 -15px;}
.event-list ul li {width:33.33333333%; padding:0 15px; margin-bottom:45px; text-align:center;}
.event-list ul li a {display:block; position:relative; background:#fff;}
.event-list ul li .thumb {position:relative; height:0; padding-bottom:55%; margin-bottom:12px; overflow:hidden;}
.event-list ul li .thumb img {position:absolute; top:50%; left:0; 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;}
.event-list ul li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.event-list ul li .tit {color:#333; font-size:16px; font-weight:700; line-height:1.4em;}
.event-list ul li .date {color:#767676; font-size:14px; line-height:1.3em; margin-top:6px;}
.event-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.event-list ul li.ended .ended-txt {position:absolute; top:0; left:0; right:0; bottom:0; display:flex; align-items:center; color:#fff; background:rgba(0,0,0,.4);}
.event-list ul li.ended .ended-txt p {width:100%;}
.event-list ul li.ended .tit {color:#767676;}
.event-list ul li.ended .date {color:#767676;}

.faq {border-top:2px solid #242424;}
.faq ul li {border-bottom:1px solid #ddd;}
.faq ul li:last-child {margin-bottom:0;}
.faq .tit {font-size:var(--fz18); font-weight:500; line-height:1.5em;}
.faq .tit a {position:relative; display:flex; align-items:center; padding:27px 60px 27px 20px; text-decoration:none !important; transition:none;}
.faq .tit a:after {content:""; position:absolute; right:20px; top:20px; display:inline-block; width:14px; height:14px; border-right:2px solid #aaa; border-bottom:2px solid #aaa; transform:rotate(45deg);}
.faq .tit .label {margin-right:20px; border-radius:4px; padding:0 7px; color:#fff; background:var(--color-primary); font-size:var(--fz14); font-weight:600; letter-spacing:0; line-height:20px;}
.faq .cnt {display:none; position:relative; padding:23px 30px 23px 100px; color:#505050;}
.faq .cnt .buttons {margin-bottom:0;}
.faq .q {color:var(--color-primary); margin-right:10px; font-weight:600;}
.faq li.active {position:relative;}
.faq li.active .tit {background:#f6f6f8;}
.faq li.active .tit a:after {transform:rotate(-135deg); margin-top:6px; border-color:#555;}
.faq .none {padding:70px 0; text-align:center; color:#999;}

.calendar-head {text-align:center; margin-bottom:20px;}
.calendar-head h3 {display:inline-block; vertical-align:middle; margin:0 40px; color:#333; font-size:33px; line-height:1.15em;}
.calendar-head .cal-btn {display:inline-block; vertical-align:middle; width:46px; height:46px; overflow:hidden; text-indent:-999em; background-color:var(--color-primary); background-position:50% 50%; background-repeat:no-repeat; border-radius:100%;}
.calendar-head .cal-prev {background-image:url("/images/bbs/cal_prev.png");}
.calendar-head .cal-next {background-image:url("/images/bbs/cal_next.png");}
.calendar table {width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0px;}
.calendar table th {padding:12px 4px; text-align:center; border:1px solid #ddd; background:#eee; color:#2d2c2c; font-size:16px; line-height:1.4em;}
.calendar table td {height:120px; padding:10px; vertical-align:top; border:1px solid #ddd; color:#454545; font-size:15px; line-height:1.4em; letter-spacing:-.03em;}
.calendar table tr th:first-child,
.calendar table tr td:first-child .cal-date {color:#ea4044;}
.calendar table tr th:last-child,
.calendar table tr td:last-child .cal-date {color:#3584e7;}
.calendar ul li {position:relative; padding-left:10px; margin-bottom:8px;}
.calendar ul li:last-child {margin-bottom:0;}
.calendar ul li:before {content:""; position:absolute; top:8px; left:0; width:4px; height:4px; background:#ddd; border-radius:100%;}
.calendar ul li a {display:block; line-height:1.4em; letter-spacing:-.03em; max-height:2.8em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.calendar ul li a:hover {text-decoration:underline;}
.calendar .cal-date {line-height:1em; font-weight:500; color:#767676; margin-bottom:10px;}
.calendar .cal-blank {background:#fcfcfc;}
.calendar .cal-holiday .cal-date {color:#ea4044 !important;}

/* 글작성 */
.board-white .required {font-style:normal; color:var(--color-secondary);}
.board-white table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #868686; border-bottom:1px solid #868686; font-size:16px; line-height:1.5em; letter-spacing:-.03em;}
.board-white table th {padding:12px 20px; border:1px solid #ddd; font-weight:700; font-size:var(--fz18);}
.board-white table td {padding:12px 20px; border:1px solid #ddd; color:#505050;}
.board-white tr th:first-child,
.board-white tr td:first-child {border-left:0;}
.board-white tr th:last-child,
.board-white tr td:last-child {border-right:0;}
.board-white tr:last-child th,
.board-white tr:last-child td {border-bottom:0;}
.board-white .input {width:100%;}
.board-white .item {display:inline-block; margin-right:38px;}
.board-white .item.directly {display:inline-flex; align-items:center; white-space:nowrap; gap:0 5px;}
.board-white .item:last-child {margin-right:0;}
.board-white .editor {border:0; padding:12px 0;}
.board-white .editor iframe,
.board-white .editor textarea {display:block; width:100%; vertical-align:middle;}
.board-white + .buttons {margin-top:50px;}

.table-txt {margin-top:6px; font-size:var(--fz16); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:var(--color-primary);}

.board-form table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #868686; border-bottom:1px solid #868686; font-size:16px; line-height:1.5em; letter-spacing:-.03em;}
.board-form table th {padding:12px 20px; border:1px solid #eee; background:#fafafa; font-weight:700; color:#333;}
.board-form table td {padding:12px 20px; border:1px solid #eee; color:#505050;}
.board-form tr th:first-child,
.board-form tr td:first-child {border-left:0;}
.board-form tr th:last-child,
.board-form tr td:last-child {border-right:0;}
.board-form tr:last-child th,
.board-form tr:last-child td {border-bottom:0;}
.board-form + .buttons {margin-top:50px;}

.captcha-wrap {display:flex; gap:10px; /* height:54px; */ flex-wrap:wrap; align-items:flex-start; max-width: 100%;}
.captcha-wrap .img {display:flex; flex-direction:column; align-items:center;}
.captcha-wrap .input {max-width: 300px; width: 100%; }
.captcha-wrap button {width: 100%; height: 40px;}
#kcaptcha_image {height:100%; cursor:pointer;}
.inquiry-form .captcha-wrap .input { flex: 1; max-width: 100%;}

.files-upload-group {padding:20px 0; border-top:1px dashed #ddd;}
.files-upload-group:first-child {padding-top:0; border-top:0;}
.files-upload-group:last-child {padding-bottom:0;}
.files-upload-input {display:flex;}
.files-upload-input .input {flex:1 1 auto; min-width:0; width:1%;}
.files-upload-input .files-upload-btns {display:flex;}
.files-upload-input .files-upload-btns a {margin-left:4px;}
.files-upload-text {display:flex; margin-top:7px;}
.files-upload-text .upfiles-alt {display:flex; align-items:center; background:#fafafa; font-size:15px; border:1px solid #ddd; border-right:0; width: 100px; justify-content: center;}
.files-upload-text .input {flex:1 1 auto; min-width:0; width:1%;}

.form-agree {margin:35px 0 50px;}
.form-agree h3 {font-size:var(--fz18); font-weight:700; letter-spacing:0; line-height:1.3em; margin-bottom:20px;}
.form-agree .scroll-box {border-radius:var(--radius16); padding:20px 30px; color:#454545; letter-spacing:0; font-weight:400; line-height:1.63em; background:#f8f8f8; border:1px solid #ddd;}
.form-agree .scroll-box dl {margin-bottom:10px; display:flex; text-align:left;}
.form-agree .scroll-box dl:last-child {margin-bottom:0;}
.form-agree .scroll-box dl dt {min-width:140px; font-weight:400; letter-spacing:-.03em; line-height:1.4em;}
.form-agree .check {text-align:center; color:#505050; line-height:1.5em; letter-spacing:0; margin-top:25px;}
.form-agree .check a {display:inline-block; background:#fff; margin-left:6px; padding:0 10px; font-size:13px; line-height:26px; letter-spacing:-.03em; border:1px solid #ddd;}

/* 상세보기 */
.board-view {border-top:2px solid #868686;}
.board-view-tit {padding:16px 16px; border-bottom:1px solid #ddd;}
.board-view-tit h3 {color:#333; font-size:20px; font-weight:700; line-height:1.3em; letter-spacing:-.015em;}
.board-view-info {padding:13px 16px; color:#767676; font-size:15px; line-height:1.3em; border-bottom:1px solid #ddd; overflow:hidden;}
.board-view-info strong {color:#333; font-weight:700;}
.board-view-info .name {float:left; margin-right:15px;}
.board-view-info .date {float:left;}
.board-view-info .hit {float:right;}
.board-view-info .hit strong {margin-right:5px;}
.board-view-files {position:relative; text-align:right; margin-top:10px; font-size:14px; line-height:1.5em;}
.board-view-files > a {text-decoration:none;}
.board-view-files img {vertical-align:middle; margin-top:-.2em;}
.board-view-files .ico-down {vertical-align:middle; margin-left:4px;}
.board-view-files .num {color:#ff4e00;}
.board-view-files .fileLayer {display:none; position:absolute; margin-top:2px; right:0; text-align:left; font-size:12px; font-weight:400; line-height:24px; border:1px solid #f0f0f0; background:#f7f7f7; padding:9px 29px 9px 11px; z-index:5;}
.board-view-files .fileLayer a {display:block; text-decoration:none;}
.board-view-files .fileLayer .divClose {position:absolute; display:inline-block; top:5px; right:5px; line-height:0;}
.board-view-files .fileLayer .divClose img {margin-top:0;}
.board-view-cnt {padding:15px 16px 60px; border-bottom:1px solid #ddd;}
.board-view-cnt ul {list-style-type:disc; margin-left:1.25em;}
.board-view-cnt ol {list-style-type:decimal; margin-left:1em;}

/* 이전글,다음글 */
.board-prev-next {border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-size:16px; line-height:1.5em;}
.board-prev-next dl {display:flex; padding:12px 16px;}
.board-prev-next dt {width:90px; color:#333; font-weight:700;}
.board-prev-next dt:after {content:""; display:inline-block; vertical-align:middle; margin:-.2em 0 0 10px;}
.board-prev-next dd {color:#505050; flex:1 1 auto; min-width:0; width:1%;}
.board-prev-next dd a {display:inline-block; vertical-align:top; max-width:100%; height:1.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.board-prev-next dd a:hover {text-decoration:underline;}
.board-prev-next .prev {border-bottom:1px solid #eee;}
.board-prev-next .prev dt:after {border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #aaa;}
.board-prev-next .next dt:after {border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #aaa;}

/* 버튼 */
.buttons {margin:20px 0;}
.buttons:after {content:" "; display:block; clear:both;}
.buttons .cen {text-align:center;}
.buttons .cen .btn-pack {margin:0 3px;}
.buttons .fr {float:right;}
.buttons .fl {float:left;}
.buttons a {text-decoration:none;}
.buttons a,.buttons input {vertical-align:top;}
.buttons + .paginate {margin-top:20px;}

.btn-pack {display:inline-block;overflow:visible;position:relative;margin:0;padding:0 10px;background:#fafafa;color:#333;border:1px solid #ddd;text-align:center;text-decoration:none !important;vertical-align:top;white-space:nowrap;cursor:pointer;}
.btn-pack.dark:focus {outline-color:#f37736;}
.btn-pack.focus {background:var(--color-primary); border:1px solid var(--color-primary); color:#fff;}
.btn-pack.dark {background:#555; border:1px solid #555; color:#fff;}
.btn-pack.border {background:#fff; border:1px solid var(--color-primary); color:var(--color-primary);}
.btn-pack.small {height:30px;padding:0 15px;line-height:28px;font-size:13px;}
.btn-pack.medium {height:44px;padding:0 20px;line-height:43px;font-size:16px;}
.btn-pack.large {min-width:130px; height:50px;padding:0 30px;line-height:48px;font-size:18px;font-weight:500;}
.btn-pack.xlarge {min-width:180px; height:60px;padding:0 40px;line-height:58px;font-size:20px;font-weight:500;}
.btn-pack.comment {width:120px; height:90px;padding:0;font-size:20px;font-weight:500;background:#fff;color:var(--color-primary);border:1px solid var(--color-primary);}
.btn-pack.bbs-btn {background:#fff; height:60px; min-width:230px; padding:0 20px; display:inline-flex; align-items:center; justify-content:center; text-align:center; font-size:var(--fz20); font-weight:600; letter-spacing:0; line-height:1.2em; border:2px solid #454545; border-radius:var(--radius30);}
.btn-pack.bbs-btn:hover {transition:.3s; color:#fff; background:var(--color-primary); border-color:var(--color-primary);}
.btn-pack.bbs-btn-2 {color:#fff; background:#fff; height:60px; min-width:230px; padding:0 20px; display:inline-flex; align-items:center; justify-content:center; text-align:center; font-size:var(--fz20); font-weight:600; letter-spacing:0; line-height:1.2em; background:var(--color-primary); border-color:var(--color-primary); border-radius:var(--radius30);}
.btn-pack.bbs-btn-2.type2 {background:#fafafa; color:#2c2c2c; border-color:#ddd;} 

.radius-btn {border:1px solid var(--color-primary); background:#fff; min-width:90px; padding:0 14px; font-weight:500; color:var(--color-primary); border-radius:4px;}

.btn-map {display:inline-block; padding:0 15px; color:#505050; font-size:14px; font-weight:400; line-height:32px; letter-spacing:-.03em; border-radius:30px; background:#fff; border:1px solid #505050; text-align:center; text-decoration:none !important;}
.btn-map:hover {color:#fff; background:#333; border-color:#333;}

/* 페이지목록 */
.paginate {margin-top:40px;text-align:center;}
.paginate a,  
.paginate strong{display:inline-block;padding:0;margin:0 3px;width:38px;height:38px;font-size:15px;font-weight:500;line-height:38px;color:#555;border-radius:100%;text-decoration:none;text-align:center;vertical-align:middle;}  
.paginate strong{color:#fff;border-color:var(--color-primary);background-color:var(--color-primary);font-weight:700;}  
.paginate a:focus,
.paginate a:hover {background-color:#f4f4f4;}
.paginate a.direction{background-position:50% 50%;background-repeat:no-repeat;}
.paginate a.direction span {font-size:0;line-height:0;text-indent:-999px;}
.paginate a.direction.first {background-image:url("/images/bbs/btn_first.png");}
.paginate a.direction.prev {background-image:url("/images/bbs/btn_prev.png"); margin-right:20px;}
.paginate a.direction.next {background-image:url("/images/bbs/btn_next.png"); margin-left:20px;}
.paginate a.direction.last {background-image:url("/images/bbs/btn_last.png");}
.paginate a.direction.disabled {display:none;}

/* 코멘트 */
.comment-area {margin-top:50px;}
.comment-total {margin-bottom:15px; color:#333; font-size:16px; font-weight:400; line-height:1.3em;}
.comment-total strong {font-size:1.5em;}
.comment-write {padding:20px; border:1px solid #ddd; background:#f4f4f4;}
.comment-write .byte {font-size:14px; line-height:1.3em; color:#505050; letter-spacing:0; margin-bottom:10px;}
.comment-write .write {display:flex;}
.comment-write .write textarea {flex:1 1 auto; min-width:0; width:1%; height:90px; resize:none; margin-right:15px;}
.comment-item {border-bottom:1px solid #e5e5e5; padding:20px 0;}
.comment-item.comment-reply {padding-left:40px; background:url("/images/bbs/icon_reply.png") 10px 18px no-repeat;}
.comment-box {position:relative;}
.comment-info {font-size:15px; font-weight:400; line-height:1.5em; margin-bottom:2px;}
.comment-info .name {font-weight:700; color:#333; margin-right:8px;}
.comment-info .date {color:#878787; font-family:"Arial",sans-serif; font-size:12px; letter-spacing:0;}
.comment-link {margin-top:10px; color:#878787; font-size:14px; font-weight:400; line-height:1.3em;}
.comment-link a:hover {text-decoration:underline;}
.comment-txt {color:#505050; font-size:15px; line-height:1.7em;}
.comment-ctr {position:absolute; top:0; right:0; color:#878787; font-size:14px; font-weight:400; line-height:1.5em;}
.comment-ctr a:hover {text-decoration:underline;}
.comment-ctr .bar {display:inline-block; width:1px; height:11px; background:#ddd; margin:0 5px;}
.comment-input {border:1px solid #ddd; padding:15px;}
.comment-input .byte {font-size:12px; line-height:1.3em; color:#878787; letter-spacing:0; margin-bottom:8px;}
.comment-input textarea {display:block; width:100%; height:54px; border:0; padding:0 !important; resize:none;}
.comment-input .btns {text-align:right; margin-top:5px;}
.comment-password {display:flex;}
.comment-password .input {flex:1 1 auto; min-width:0; width:1%; max-width:180px;}

/* 비밀번호 */
.board-password {max-width:480px; text-align:center; margin:30px auto; padding:50px 40px; border:1px solid #ddd; border-radius:10px;}
.board-password dt {color:#333; font-size:16px; font-weight:700; padding-bottom:27px;}
.board-password dd {display:flex; align-items:center;}
.board-password dd label {color:#505050; font-size:15px; font-weight:400; margin-right:13px;}
.board-password dd .input {flex:1 1 auto; min-width:0; width:1%; margin-right:4px;}

/* 제품 */
.product-list ul {display:flex; flex-wrap:wrap; margin:0 -13px;}
.product-list ul li {width:20%; padding:0 13px; margin-bottom:35px; text-align:center;}
.product-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.product-list ul li a {display:block;}
.product-list ul li .thumb {position:relative; padding-bottom:100%; margin-bottom:12px; overflow:hidden;}
.product-list ul li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.product-list ul li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.product-list ul li .tit {color:#333; font-size:16px; line-height:1.4em;}
.product-list ul li .date {color:#767676; font-size:14px; line-height:1.3em; margin-top:6px;}

.product-summary {display:flex; margin-bottom:40px;}
.product-image {width:400px; margin-right:40px;}
.product-image .img {position:relative; padding-bottom:100%; overflow:hidden;}
.product-image .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.product-image .img:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.product-info {flex:1 1 auto; min-width:0; width:1%;}
.product-info .tit {color:#333; font-size:28px; line-height:1.3em; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd;}
.product-info .txt {color:#505050;}
.product-detail {color:#505050; padding-bottom:50px; margin-bottom:40px; border-bottom:1px solid #ddd;}
.product-detail .tit {color:#333; font-size:22px; line-height:1.3em; padding-bottom:12px; margin-bottom:20px; border-bottom:1px solid #ddd;}

/* 검색결과 */
.result-top {margin-bottom:30px; color:#333; font-size:20px; font-weight:700; line-height:1.3em;}
.result-top .word {color:#d12a07;}
.result-top .num {color:#2e6bdb;}
.result-group {border-top:1px solid #ddd; padding:30px 0;}
.result-group h3 {margin:0 0 20px; color:#333; font-size:18px; font-weight:700; line-height:1.3em;}
.result-group h3 span {color:#7d7d7d; font-size:14px; font-weight:normal;}
.result-group dl {margin:0 0 20px;}
.result-group dl dt {font-size:16px; line-height:1.5em; letter-spacing:-.03em; color:#1861c3;}
.result-group dl dt a:hover {text-decoration:underline;}
.result-group dl dd {margin-top:5px; font-size:14px; line-height:1.5em; color:#505050; max-height:3em; overflow:hidden; text-overflow:ellipsis; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.result-group dl dd.date {color:#999; font-size:13px;}
.result-group .gall {display:flex; flex-wrap:wrap; margin:0 -10px;}
.result-group .gall li {width:200px; text-align:center; padding:0 10px; margin-bottom:30px;}
.result-group .gall li a {display:block; text-decoration:none!important;}
.result-group .gall li .thumb {position:relative; padding-bottom:100%; margin-bottom:10px; overflow:hidden;}
.result-group .gall li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.result-group .gall li .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.result-group .gall li .tit {color:#333; font-size:15px; line-height:1.4em;}
.result-group .gall li .price {color:#f03b3b; font-size:14px; font-weight:700; line-height:1.3em; margin-top:4px;}
.result-group .more {text-align:right;}
.result-group .more a {font-size:15px; color:#767676; text-decoration:underline;}

.inquiry-form .required {color:var(--color-primary);}
.inquiry-form .form .row {display:flex; flex-wrap:wrap; margin:-25px -30px;}
.inquiry-form .form .col {width:50%; padding:25px 30px;}
.inquiry-form .form .col.col-x2 {width:100%;}
.inquiry-form .form .ico-required {color:var(--color-primary);}
.inquiry-form .form dl dt {margin-bottom:15px; font-size:var(--fz18); font-weight:600; letter-spacing:0; line-height:1.4em;}
.inquiry-form .form .input {width:100%; height:54px; border-radius:4px;}

.inquiry-txt {margin-bottom:13px; text-align:right; color:#686868; font-weight:500; letter-spacing:-.03em;}

.file-upload {display:flex; gap:0 10px;}
.file-upload .file-input {flex:1 1 auto; min-width:0; width:1%;}

.table01 .required {color:var(--color-secondary); font-style:normal;}
.table01 .input {width:100%;}
.table01 table {border-top:2px solid #242424; border-bottom:2px solid #242424; width:100%; border-collapse:collapse; border-spacing:0;}
.table01 thead th {padding:12px; border-bottom:2px solid #ddd; border-right:1px solid #ddd; font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.table01 tbody td {height:70px; padding:12px 20px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-weight:400; letter-spacing:-.03em; line-height:1.37em; color:#454545;}
.table01 tbody th {height:70px; font-size:var(--fz18); padding:12px; line-height:1.4em; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.table01 tbody th small {font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#686868;}
.table01 thead th:last-child,
.table01 tbody td:last-child {border-right:0;}
.table01 .radiobox label:before {margin: 0;}
.table01 .checkboxes {display:flex; gap:0 40px;}
.table01 .file-upload {display:flex; gap:0 10px;}
.table01 .file-upload .btn-pack {min-width:100px;}
.table01.type2 thead th {background:#f8f8f8; height:70px; border-bottom-width:1px;}

.required-txt {font-size:var(--fz16); font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:var(--color-secondary);}

.aster-box {margin-bottom:35px; padding:17px 20px; line-height:1.6em; border-radius:8px; color:var(--color-primary); background:#f3f3f6;}
 
.lord-check-ico {margin:55px auto 45px; width:180px; height:180px; border-radius:100%; display:flex; align-items:center; justify-content:center; background:#f8f8f8;}
.lord-check-ico lord-icon {width:110px; height:110px;}

.i-pop {margin-left:7px; display:inline-block; line-height:0; position:relative; vertical-align:middle;}
.i-button {border:0; display:inline-block; width:18px; height:18px; background:url('/images/bbs/i-button.png') no-repeat center center / contain;}
.i-button:hover {background-image:url('/images/bbs/i-button-on.png');}
.i-layer {text-align:left; z-index:90; display:none; position:absolute; white-space:nowrap; padding:7px 19px; border-radius:8px; font-size:var(--fz15); font-weight:500; letter-spacing:-.03em; line-height:1.47em; color:var(--color-primary); background:#f3f3f6;}
.i-layer.st2 {text-align:center; background:var(--color-primary); color:#fff;}
.i-layer:before {position:absolute; content:''; width:18px; height:18px; background:url('/images/sub/pos-ico.png') no-repeat center center / contain;}
.i-layer.st2:before {background-image:url('/images/sub/pos-ico2.png');}
.i-layer.pos1 {left:50%; bottom:30px; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}
.i-layer.pos1:before {bottom:-9px; left:50%; margin-left:-8px;}
.i-layer.pos2 {left:35px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}
.i-layer.pos2:before {left:-8px; top:50%; margin-top:-8px;}
.i-layer.pos3 {left:35px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}
.i-layer.pos3:before {left:-8px; top:50%; margin-top:-8px;}
.i-layer.pos4 {left:115%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}
.i-layer.pos4:before {left:-8px; top:50%; margin-top:-8px;}
.i-layer.pos5 {left:50%; top:calc(100% + 20px); transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}
.i-layer.pos5:before {bottom:100%; left:50%; margin:0 0 -8px -8px;}
.i-layer.pos6 {left:50%; top:calc(100% + 20px); transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}
.i-layer.pos6:before {bottom:100%; left:50%; margin:0 0 -8px -8px;}
.i-layer.pos7 {left:50%; top:calc(100% + 20px); transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}
.i-layer.pos7:before {bottom:100%; left:50%; margin:0 0 -8px -8px;}
.i-layer.pos8 {left:50%; top:calc(100% + 20px); transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}
.i-layer.pos8:before {bottom:100%; left:50%; margin:0 0 -8px -8px;}

.ing-pop {position:relative;}
.ing-bt {border:0; background:#f3f3f6; font-weight:600; color:var(--color-primary) !important;}

.layer_popup {display:none; background:transparent;}

.pop-interest {background:#fff; border-radius:var(--radius24); padding:55px 30px; text-align:center;}
.pop-interest .txt1 {margin-bottom:10px; font-size:var(--fz22); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.pop-interest .txt2 {margin-bottom:22px; color:#454545; font-size:var(--fz18); line-height:1.75em; letter-spacing:-.03em;}
.pop-interest .btn {display:inline-flex; align-items:center; justify-content:center; font-size:var(--fz20); font-weight:600; letter-spacing:0; line-height:1.4em; background:var(--color-primary); color:#fff; width:140px; height:40px; border-radius:var(--radius20);}

.pop-date {background:#fff; border-radius:var(--radius24); overflow:hidden; text-align:center;}
.pop-date .head {padding:20px; font-size:var(--fz24); font-weight:700; background:var(--color-primary); color:#fff;}
.pop-date .cnt {padding:48px 30px;}
.pop-date .cnt .tit {font-size:var(--fz28); font-weight:700; letter-spacing:0; line-height:1.4em;}
.pop-date .lord-check-ico {margin:40px auto;}
.pop-date .cnt-2 {padding:38px 20px; text-align:center;}
.pop-date .cnt-2 .txt {margin-bottom:28px; font-weight:400; letter-spacing:-.03em; line-height:1.75em; color:#454545;}
.pop-date .cnt-2 .txt strong {color:#242424;}
.pop-date .cnt-2 .tel {color:var(--color-primary); font-weight:600;}
.pop-date .btns ul {display:flex; justify-content:center; gap:0 10px;}
.pop-date .btns .btn {min-width:100px;  border-width:1px; border-style:solid; height:36px; border-radius:var(--radius18); display:flex; align-items:center; justify-content:center; text-align:center; font-size:var(--fz18); font-weight:600; letter-spacing:0;}
.pop-date .btns .btn.st1 {border-color:var(--color-primary); color:#fff; background:var(--color-primary);} 
.pop-date .btns .btn.st2 {border-color:#6b6b6b; color:#686868; background:#fff;} 

.pop-date .info-area {padding: 30px 40px 45px; text-align:left;}
.pop-date .info-area .info .row {padding-bottom: 30px; margin-bottom: 30px; border-bottom:1px dashed #ddd;}
.pop-date .info-area .info dl dt {font-size: var(--fz18); font-weight: 500; letter-spacing:-.03em; line-height: 1.4em;}
.pop-date .info-area .info dl dd {margin-top: 6px; color: #686868;}
.pop-date .info-area .info .dot-list li {display: flex; color: #686868;}

.apply-area {display:flex; gap:0 40px;}

.apply-form {flex:1;}
.apply-form .group:not(:last-child) {margin-bottom:70px;}
.apply-form .load-title {margin-bottom:9px; display:flex; justify-content:space-between; align-items:center;}
.apply-form .load-title .ico-tit {margin-bottom:0;}
.apply-form .load-title .load-check {text-align:right;}
.apply-form .load-title p {font-weight:400; letter-spacing:-.03em; color:#74a9ca;}
.apply-form .pay-method {padding-top:30px; border-top:2px solid #242424;}
.apply-form .pay-method .row {display:flex; flex-wrap:wrap; margin:-10px -5px;}
.apply-form .pay-method .col {width:25%; padding:10px 5px;}
.apply-form .pay-method .radiobox {width:100%;}
.apply-form .pay-method .radiobox small {font-weight:400;}
.apply-form .pay-method .radiobox label {cursor:pointer; border-radius:8px; font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.4em; display:flex; align-items:center; justify-content:center; text-align:center; height:70px; border:2px solid #ddd; color:#242424;}
.apply-form .pay-method .radiobox label:before {display:none;}
.apply-form .pay-method .radiobox input:checked + label  {color:var(--color-primary); border-color:var(--color-primary);}
.apply-form .release {text-align:center; margin-top:20px;}
.apply-form .release .checkbox:not(:last-child) {margin-bottom:10px;}

.apply-form-2 .form-group:not(:last-child) {margin-bottom:60px;}

.apply-payment-area {width:300px;}
.apply-payment-sticky {position:sticky; top:calc(var(--header-height) + 20px);}
.apply-payment {padding:25px; border:1px solid #ddd; border-radius:var(--radius16);}
.apply-payment .cate {margin-bottom:6px; color:var(--color-primary); font-weight:500; letter-spacing:-.03em; line-height:1.4em;}
.apply-payment .title {margin-bottom:28px; font-size:var(--fz22); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.apply-payment .info-1 {padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #ddd;}
.apply-payment .info-1 .row {margin-bottom:12px; display:flex; justify-content:space-between; gap:0 15px;}
.apply-payment .info-1 .row:last-child {margin-bottom:0;}
.apply-payment .info-1 .label {font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.apply-payment .info-1 .label .del {text-decoration:line-through; color:#aeaeae;}
.apply-payment .info-1 .value {font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.apply-payment .info-1 .value strong {color:var(--color-primary);}
.apply-payment .info-2 {margin-bottom:30px; text-align:right;}
.apply-payment .info-2 .total-label {margin-bottom:8px; font-size:var(--fz18); color:#454545;}
.apply-payment .info-2 .total-value {font-size:var(--fz24);}
.apply-payment .info-2 .total-value .vat {font-size:var(--fz16);}
.apply-payment .check {font-size:var(--fz15); color:#686868; line-height:1.5em;}
.apply-payment .check .checkbox {position:relative; padding-left:30px;}
.apply-payment .check .checkbox label:before {position:absolute; left:0; top:.3em;}
.apply-payment .buttons {margin:30px 0 0;}
.apply-payment .btn-pack.bbs-btn {min-width:auto; width:100%;}
.apply-payment .btn-pack.bbs-btn:hover {background:transparent; border-color:#454545; color:#242424;}
.apply-payment .btn-pack.bbs-btn.active {transition:.3s; color:#fff; background:var(--color-primary); border-color:var(--color-primary);}
.apply-payment-sticky .buttons-2 {margin-top:20px;}
.apply-payment-sticky .buttons-2 ul {display:flex; margin:-5px;}
.apply-payment-sticky .buttons-2 ul li {flex:1; padding:5px;}
.apply-payment-sticky .buttons-2 ul li .btn-pack {border-radius:8px; height:60px; display:flex; align-items:center; justify-content:center; text-align:center; width:100%; border:0; font-size:var(--fz20); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#fff;}
.apply-payment-sticky .buttons-2 ul li .btn-pack.btn1 {background:var(--color-secondary);}
.apply-payment-sticky .buttons-2 ul li .btn-pack.btn2 {background:#7f7f7f;}

.edu-detail {margin-bottom:80px; border-bottom:1px solid #ddd;}
.edu-detail .group {margin-bottom:85px;}
.edu-detail .group .cnt {padding-left:30px;}
.edu-detail .list li {color:#454545;}
.edu-detail .list li:before {content:'•'; color:var(--color-primary); margin-right:5px;}

.list-btns ul {display:flex; justify-content:center; gap:0 20px;}
.list-btns .btn {display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; font-size:var(--fz20); font-weight:600; letter-spacing:0; line-height:1.4em; height:60px; border-radius:var(--radius30); padding:0 18px; min-width:230px;}
.list-btns .btn.st1 {background:var(--color-primary);}
.list-btns .btn.st2 {background:var(--color-secondary);}
.list-btns .btn.st3 {background:#bbb;}

.complete-cnt {text-align:center; display:flex; flex-direction:column; align-items:center;}
.complete-cnt .tit {font-size:var(--fz28); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.complete-cnt .txt {font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; color:#333;}
.complete-cnt .btn {font-size:var(--fz20); font-weight:500; letter-spacing:0; line-height:1.4em; height:60px; display:flex; align-items:center; justify-content:center; text-align:center; background:var(--color-primary); color:#fff; width:100%; max-width:470px; border-radius:var(--radius30);}
.complete-cnt .tt {margin:50px 0 30px; font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.6em; color:#454545;}
.complete-cnt .tel {margin-top:20px; font-size:var(--fz28); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.complete-cnt .tel img {vertical-align:middle; margin-right:12px;}

.starter-apply {display:flex; gap:0 40px;}
.starter-apply .edit-area {flex:1;} 

.apply-count {margin-top:20px; padding:10px; border-radius:8px; text-align:center; background:#f3f3f6; font-size:var(--fz14); font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#686868;}
.apply-count strong {font-weight:700; color:var(--color-primary);}

.video-list ul {border-top:2px solid #242424;}
.video-list ul li {position:relative; padding:40px 170px 40px 40px; border-bottom:1px solid #ddd; display:flex; align-items:center;}
.video-list .img-wrap {width:300px; margin-right:40px;}
.video-list .img {position:relative; padding-bottom:66.5%; overflow:hidden;}
.video-list .img 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;}
.video-list .cnt {flex:1 1 auto; min-width:0; width:1%;}
.video-list .cnt .tit {font-size:var(--fz28); font-weight:600; letter-spacing:-.02em; line-height:1.4em; color:#242424;}
.video-list .date dl {margin:15px 0 25px; display:flex; align-items:center;}
.video-list .date dl dt {padding-right:17px; margin-right:17px; border-right:1px solid #ddd; color:#242424; font-weight:500; letter-spacing:-.03em; line-height:1.2em; font-size:var(--fz16); font-weight:500; letter-spacing:-.03em;}
.video-list .date dl dd {font-weight:400; color:#686868; line-height:1.2em;}

.status {display:flex; flex-wrap:wrap; gap:0 10px;}
.status .box {padding:0 17px; height:30px; border:1px solid var(--color-primary); border-radius:4px;}
.status .box.ing {background:var(--color-primary); color:#fff;}
.status .box.per {text-align:center; 
    white-space:nowrap; 
    min-width: 105px; 
    position:relative;
    line-height: 30px;
    isolation: isolate;}

.status .box.per .txt {position:relative; background:linear-gradient(to right,white var(--progress,0%),#333 var(--progress,0%)); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; color:transparent;}
/* .status .box.per span {position:absolute; left:0; top:0; height:100%; background:var(--color-primary);} */

.hat-btn {position:absolute; right:40px; top:50%; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); border-radius:var(--radius16); height:120px; width:120px; border:1px solid #ddd; display:flex; flex-direction:column; justify-content:center; align-items:center; color:var(--color-primary); color:#686868;}
.hat-btn i {margin-bottom:7px; display:block; width:36px; height:27px; background:url('/images/sub/hat.png') no-repeat center center / contain;}
.hat-btn:hover {border-color:var(--color-primary); color:#fff; background:var(--color-primary);}
.hat-btn:hover i {background-image:url('/images/sub/hat-on.png');}

.hat-btn-2 {font-size:var(--fz24); font-weight:600; letter-spacing:-.03em; line-height:1.4em; background:var(--color-primary); border-radius:var(--radius16); height:200px; width:200px; display:flex; flex-direction:column; justify-content:center; align-items:center; color:#fff;}
.hat-btn-2 i {margin-bottom:25px; display:block; width:72px; height:53px; background:url('/images/sub/hat2.png') no-repeat center center / contain;}

.study-date {margin-top:23px;}
.study-date dl {gap:0 15px; display:flex; justify-content:center; align-items:center; text-align:center;}
.study-date dl dt span {border-radius:4px; display:inline-block; font-weight:500; line-height:30px; padding:0 10px; color:#fff; background:var(--color-primary);}
.study-date dl dd {font-size:var(--fz18); font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#686868;}

.study-tab {margin-bottom:60px; border-radius:var(--radius16) var(--radius16) 0 0; overflow:hidden;}
.study-tab ul {display:flex; background:#f8f8f8; border-bottom:1px solid #ddd;}
.study-tab ul li {position:relative;}
.study-tab ul li:after {content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); height:12px; width:1px; background:#ddd;} 
.study-tab ul li a {position:relative; display:flex; align-items:center; justify-content:center; height:60px; padding:0 30px; font-size:var(--fz20); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.study-tab ul li.active a:after {content:''; position:absolute; bottom:-1px; left:0; width:100%; height:3px; background:var(--color-primary);} 

.study-status {margin-bottom:55px; padding:50px 150px; border:1px solid #ddd; border-radius:var(--radius16);}
.study-status .row {display:flex; justify-content:center; margin:0 -50px;}
.study-status .col {display:flex; padding:0 50px;}

.progress-circle {width:200px; height:200px; border-radius:50%; display:flex; justify-content:center; align-items:center; background:#eeeeef; transition:background 1s ease; margin:0 auto;}
.progress-inner {width:170px; height:170px; border-radius:50%; background:#fff; display:flex; justify-content:center; align-items:center; flex-direction:column;}
.progress-value {font-weight:600; color:#454545;}
.progress-value span {line-height:1.2em; font-size:var(--fz54); font-weight:700;}
.progress-circle.st1 .progress-value span {color:var(--color-primary);}
.progress-circle.st2 .progress-value span {color:var(--color-secondary);}
.progress-label {font-weight:600;}

.study-current .wrap {display:flex; justify-content:space-between;}
.study-current .wrap .col {width:calc(50% - 15px);}
.study-current .wrap .box {overflow:hidden; height:100%; border:1px solid #ddd; border-radius:var(--radius16); padding:20px 24px;}
.study-current .wrap .box .title {display:flex; justify-content:space-between; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #f1f1f1; font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.study-current .wrap .box .title span {display:inline-block; padding:0 10px; color:var(--color-primary); border-radius:4px; font-size:var(--fz15); font-weight:400; letter-spacing:-.03em; border:1px solid var(--color-primary)}
.study-current .wrap .box1 .cnt {color:#454545;}
.study-current .wrap .box2 {background:#f8f8f8;}
.study-current .wrap .box2 .cnt dl {margin-bottom:9px; display:flex;}
.study-current .wrap .box2 .cnt dl:last-child {margin-bottom:0;}
.study-current .wrap .box2 .cnt dl dt {min-width:140px; color:#454545;}
.study-current .wrap .box2 .cnt dl dd {color:#686868;}

.study-video .title {padding:15px 20px; background:#333; color:#fff; font-size:var(--fz22); font-weight:600; letter-spacing:-.03em;}
.study-video .title small {display:block; font-size:var(--fz14); font-weight:400; letter-spacing:-.03em;}
.study-video .produce-video {border-radius:0;}
.study-video .controls {gap:0 10px; display:flex; justify-content:flex-end; padding:20px; background:#333;}
.study-video .controls .btn {display:inline-flex; align-items:center; justify-content:center; min-width:70px; height:40px; border-radius:4px;}
.study-video .controls .btn.prev {background:var(--color-primary); color:#fff;}
.study-video .controls .btn.next {background:var(--color-secondary); color:#fff;}
.study-video .controls .btn.list {background:#fff; color:#686868;}

.survey-table table {border-top:2px solid #242424; border-bottom:2px solid #242424; width:100%; border-collapse:collapse; border-spacing:0; text-align:center;}
.survey-table thead th {padding:22px 5px; border-bottom:2px solid #ddd; font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.survey-table tbody td {padding:45px 5px; font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#454545;}

.survey-bt {margin:0 auto; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; color:#fff; background:var(--color-primary); border-radius:var(--radius16); height:120px; width:120px; font-weight:600; letter-spacing:-.03em; line-height:1.25em;} 
.survey-bt i {margin-bottom:8px; width:32px; height:35px; display:block; background:url('/images/sub/survey-ico.png') no-repeat center center / contain;}

.m-survey-bt {margin-top:10px; display:flex; gap:0 10px; justify-content:center; align-items:center; text-align:center; color:#fff; background:var(--color-primary); border-radius:var(--radius16); height:50px; font-weight:600; letter-spacing:-.03em; line-height:1.25em;} 
.m-survey-bt i {width:20px; height:22px; display:block; background:url('/images/sub/survey-ico.png') no-repeat center center / contain;}

.completion-t {color:var(--color-primary);}

.coupon-cnt {margin-bottom:55px;}

.coupon-guide-1 .row {display:flex; margin:-15px;}
.coupon-guide-1 .col {width:33.333%; padding:15px;}
.coupon-guide-1 .box {height:100%; background-position:right 8px bottom 8px; background-repeat:no-repeat; padding:38px; background-color:#f6f6f8; min-height:200px; border-radius:var(--radius16);}
.coupon-guide-1 .box1 {background-image:url('/images/sub/coupon-info-ico1.png');}
.coupon-guide-1 .box2 {background-image:url('/images/sub/coupon-info-ico2.png');}
.coupon-guide-1 .box3 {background-image:url('/images/sub/coupon-info-ico3.png');}
.coupon-guide-1 .box .tit {font-size:var(--fz20); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.coupon-guide-1 .box .tit:after {margin:22px 0; content:''; display:block; width:50px; height:3px; background:var(--color-primary);}
.coupon-guide-1 .box .txt {font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.44em; color:#454545;}

.coupon-guide-2 .row {display:flex; margin:-15px;}
.coupon-guide-2 .col {width:33.333%; padding:15px;}
.coupon-guide-2 .box {height:100%; padding:40px 5px; border-radius:0 0 16px 16px; border:1px solid #dcdee5; border-top:2px solid var(--color-primary);  text-align:center;}
.coupon-guide-2 .box lord-icon {width:80px; height:80px;}
.coupon-guide-2 .box .tit {margin-bottom:9px; font-size:var(--fz20); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.coupon-guide-2 .box .txt {letter-spacing:-.03em; line-height:1.63em; color:#454545;}

.coupon-select {margin-bottom:100px;}
.coupon-select .row {display:flex; justify-content:center; margin:0 -50px;}
.coupon-select .col {padding:0 50px;}
.coupon-select .box {margin:0 auto; width:230px; height:230px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; border-radius:100%; background:#f6f6f8;}
.coupon-select .box lord-icon {width:80px; height:80px;}
.coupon-select .box .tit {margin-top:15px; font-size:var(--fz20); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.coupon-select .col.active .box {box-shadow:0 0 10px rgba(82,88,124,.6);}

.certi-btn {border-radius:var(--radius18); padding:7px 15px; font-size:var(--fz18); font-weight:600; letter-spacing:0; line-height:1.4em; background:var(--color-primary); color:#fff;}

.questions{border-top:2px solid #242424; padding:25px 0 0 25px;}
.questions .group {margin-bottom: 45px;}
.questions h3 {margin-bottom: 20px;}
.questions h3 small {font-size:var(--fz16); font-weight: 500; letter-spacing:-.03em; line-height: 1.4em; color:var(--color-primary);}
.questions textarea.input {border-radius:8px;}
.questions .radios {display: flex; flex-wrap:wrap; gap:20px;}
.questions .radios .radiobox label {padding: 10px 20px; border:1px solid #ddd; border-radius:8px;}
.questions .radios .radiobox input:checked + label {border-color:var(--color-secondary);}

.email-verification-area {display:flex; align-items:center;}
#send_verification_btn {margin:0 0 0 10px; text-align:center; height: 54px; width: auto;}