<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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-cate {margin-bottom:40px; text-align:center; overflow:hidden;}
.board-cate ul {display:flex; flex-wrap:wrap; justify-content:center; margin:-5px;}
.board-cate ul li {min-width:160px; padding:5px;}
.board-cate ul li a {display:flex; align-items:center; justify-content:center; height:45px; padding:0 15px; color:#898989; font-weight:600; line-height:1.2em; border:1px solid #ddd; border-radius:40px;}
.board-cate ul li.active a {color:#fff; background:#333; border-color:#333;}
.board-cate.pdt {padding-top:25px;}

/* 검색 */
.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; margin-right:15px;}
.board-search .cate {float:left; }
.board-search .cate .input {min-width:95px;}
.board-search .search {position:relative; float:right;}
.board-search .search input.input {width:380px;}
.board-search .search .btn-pack {
    display: block;
    width: 50px;
    height: 44px;
    border: 0;
    background: url("../images/bbs/search.png") 50% 50% no-repeat transparent;
    text-indent: -9999em;
    overflow: hidden;
    position: absolute;
    background-size: 24px;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;  
    min-width: auto;
}

/* 리스트 */
.board-list table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #000;}
.board-list table thead th {height:55px; padding:9px 5px; color:#333; font-size:16px; font-weight:700; line-height:1.5em; border-bottom:1px solid #ddd;}
.board-list table tbody td {height:55px; padding:9px 5px; color:#454545; font-size:16px; font-weight:400; line-height:1.5em; text-align:center; border-bottom:1px solid #ddd;}
.board-list table tbody td.subject {text-align:left; padding-left:15px;}
.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:#f49c00; border-radius:4px;}
.board-list .comment {color:#f49c00; font-size:.85em; font-weight:700; line-height:1em;}
.board-list table tbody td span {}
.board-list table tbody td .receipt {font-size:14px; font-weight:500; display:block; text-align:center; width:65px; margin:0 auto; height:27px; line-height:27px; color:#fff; background:#6ad8b4; border-radius:5px;}
.board-list table tbody td .finish {background:#82cef4; font-size:14px; font-weight:500; display:block; text-align:center; width:65px; margin:0 auto; height:27px; line-height:27px; color:#fff; border-radius:5px;}
.board-list table tbody td .reser {background:#f49c00; font-size:14px; font-weight:500; display:block; text-align:center; width:65px; margin:0 auto; height:27px; line-height:27px; color:#fff; border-radius:5px;}

.board-list-m {display:none; border-top:2px solid #000;}
.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:#f49c00;font-weight:500;font-size:12px;line-height:22px;border-radius:4px;}
.board-list-m .tit {color:#333; font-size:15px; font-weight:500; line-height:1.4em; letter-spacing:-.03em;}
.board-list-m .info {color:#888; font-size:12px; font-weight:300; line-height:1.3em; margin-top:7px;}
.board-list-m .info span {margin-right:10px;}
.board-list-m .comment {color:#f49c00; font-size:.85em; font-weight:700; line-height:1em;}
.board-list-m .store-name {color:#333; font-size:17px; font-weight:500; line-height:1.4em; letter-spacing:-.03em;}
.board-list-m .store-addr {font-size:14px; font-weight:300; 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 .receipt {font-size:12px; font-weight:500; display:inline-block; text-align:center; width:50px;  height:20px; line-height:20px; color:#fff; background:#6ad8b4; border-radius:5px;}
.board-list-m .finish {background:#82cef4; font-size:12px; font-weight:500; display:inline-block; text-align:center; width:50px; height:20px; line-height:20px; color:#fff; border-radius:5px;}
.board-list-m .reser {background:#f49c00; font-size:12px; font-weight:500; display:inline-block; text-align:center; width:50px; height:20px; line-height:20px; color:#fff; border-radius:5px;}

.board-list-m table {width:100%; border-collapse:collapse; border-spacing:0px; margin-bottom:15px;}
.board-list-m table th {padding:6px 10px; text-align:left; border:1px solid #ddd; background:#fafafa;}
.board-list-m table td {padding:6px 10px; border:1px solid #ddd;}
.board-list-m table td img {vertical-align:middle;}

.gallery-list {padding:25px 0 0 0; }
.gallery-list ul {display:flex; flex-wrap:wrap; margin:0 -15px;}
.gallery-list ul li {width:33.3333%; padding:0 15px; margin-bottom:50px; 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:79%; 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:#242424; font-size:18px; font-weight:500; line-height:1.4em; margin:20px 0 10px;}
.gallery-list ul li .date {color:#767676; font-size:14px; line-height:1.3em;  }

.news-list {border-top:2px solid #f49c00;}
.news-list.width ul li {padding:20px 0;}
.news-list.width .thumb {width:200px;}
.news-list.width .thumb a {padding-bottom:73%;}
.news-list ul li {display:flex; align-items:center; padding:30px 0; border-bottom:1px solid #ddd;}
.news-list .thumb {width:270px; margin-right:20px;}
.news-list .thumb a {display:block; position:relative; padding-bottom:78%; 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:#242424; font-size:20px; font-weight:500; line-height:1.4em; max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.news-list .tit.size {font-size:18px;}
.news-list .txt {margin-top:15px; color:#454545; 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:20px; color:#686868; 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:600; 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;}

.forecast-list {padding-top:25px; border-top:2px solid #868686; border-bottom:1px solid #ddd;}
.forecast-list ul {display:flex; flex-wrap:wrap; margin:0 -10px;}
.forecast-list ul li {width:25%; padding:0 10px; text-align:center; margin-bottom:40px;}
.forecast-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.forecast-list ul li .thumb {position:relative; padding-bottom:64.69%; overflow:hidden; margin-bottom:17px;}
.forecast-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;}
.forecast-list ul li .tit {font-size:18px; font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.333em;}
.forecast-list ul li .tit strong {color:#333; font-weight:600;}

.winner-list {padding-top:25px; border-top:2px solid #868686; border-bottom:1px solid #ddd;}
.winner-list ul {display:flex; flex-wrap:wrap; margin:0 -10px;}
.winner-list ul li {width:25%; padding:0 10px;  margin-bottom:40px;}
.winner-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.winner-list ul li .thumb {position:relative; padding-bottom:64.69%; overflow:hidden; margin-bottom:20px;}
.winner-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;}
.winner-list ul li .tit {font-size:18px; font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.333em;}
.winner-list ul li .tit strong {color:#333; font-weight:600;}
.winner-list .label {display:inline-block; vertical-align:middle; margin:-.1em 6px 0 0; padding:0 10px; min-width:60px; text-align:center; color:#fff; font-size:14px; font-weight:600; line-height:23px; border-radius:4px;}
.winner-list .label.st1 {background:#333;} /* 대상 */
.winner-list .label.st2 {background:#7bc24d;} /* 우수상 */
.winner-list .label.st3 {background:#f17145;} /* 장려상 */

.video-list {padding-top:25px; border-top:2px solid #868686; border-bottom:1px solid #ddd;}
.video-list ul {display:flex; flex-wrap:wrap; margin:0 -10px;}
.video-list ul li {width:25%; padding:0 10px; text-align:center; margin-bottom:40px;}
.video-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.video-list ul li .thumb {position:relative; padding-bottom:56.25%; overflow:hidden; margin-bottom:17px;}
.video-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;}
.video-list ul li .tit {font-size:18px; font-weight:600; color:#242424; letter-spacing:-.03em; line-height:1.333em;}

.faq {border-top:2px solid #868686;}
.faq ul li {border-bottom:1px solid #ddd;}
.faq ul li:last-child {margin-bottom:0;}
.faq .tit {color:#333; font-size:16px; font-weight:600; line-height:1.5em; letter-spacing:-.02em;}
.faq .tit a {position:relative; display:flex; align-items:center; padding:12px 60px 12px 12px; 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 .cnt {display:none; position:relative; padding:23px 30px 23px 63px; color:#505050;}
.faq .cnt .buttons {margin-bottom:0;}
.faq .q {display:inline-block; margin-right:15px; flex:0 0 38px; width:38px; height:38px; text-align:center; color:#fff; font-size:18px; font-weight:600; line-height:38px; background:#333; border-radius:100%;}
.faq li.active {position:relative;}
.faq li.active .tit {background:#f4f4f4;}
.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:#fff; background-position:50% 50%; background-repeat:no-repeat; border:2px solid #ddd; border-radius:100%;}
.calendar-head .cal-prev {background-image:url("/images/bbs/cal_prev.png"); background-repeat:no-repeat;}
.calendar-head .cal-prev:hover {background:#f49c00; border:2px solid #f49c00; background-image:url("/images/bbs/cal_prev_w.png"); background-repeat:no-repeat; background-position:50% 50%;}
.calendar-head .cal-next {background:#f49c00; border:2px solid #f49c00; background-image:url("/images/bbs/cal_nexts_w.png"); background-repeat:no-repeat; background-position:50% 50%;}
.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 {position:relative; height:120px; 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:700; color:#767676; padding:10px;}
.calendar .cal-blank {background:#fcfcfc;}
.calendar .cal-holiday .cal-date {color:#ea4044 !important;}

/* 글작성 */
.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 #eee; background:#fafafa; font-weight:600; color:#333;}
.board-white table td {padding:12px 20px; border:1px solid #eee; 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 .item {display:inline-block; margin-right:16px;}
.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;}

.board-form table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #333; border-bottom:1px solid #868686; font-size:16px; line-height:1.5em; letter-spacing:-.03em;}
.board-form table th {padding:12px 20px; height:69px; border:1px solid #eee; font-weight:500; color:#454545; background:#fafafa;}
.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 tr .board-flex {display:flex; align-items:center;}
.board-form tr .board-flex a {width:150px; font-size:16px; font-weight:500; text-decoration:underline;}
.board-form tr .board-flex.wd a {width:300px;}
.board-form tr .board-flex a span img {margin-right:5px;}
.board-form .item {margin:5px 20px 5px 0;}
.board-form .item strong {font-weight:600;}
.board-form .item:last-child {margin-right:0;}
.board-form p {font-size:14px; color:#686868; letter-spacing:0; margin-top:5px;}
.board-form p.txt {font-size:15px; margin-bottom:5px;}

.files-upload {max-width:600px;}
.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; padding:0 15px; font-size:15px; border:1px solid #ddd; border-right:0;}
.files-upload-text .input {flex:1 1 auto; min-width:0; width:1%;}

.form-agree {margin:37px 0 50px;}
.form-agree h3 {color:#333; font-size:18px; font-weight:700; letter-spacing:-.03em; line-height:1.3em; margin-bottom:10px;}
.form-agree dd {padding:12px 0 0 0; color:#686868; font-size:15px; line-height:1.5em; text-align:center;}
.form-agree .scroll-box {padding:10px; color:#767676; font-size:14px; font-weight:400; line-height:1.4em; background:#fafafa; border:1px solid #ddd;}
.form-agree .check {text-align:left; color:#505050; font-size:16px; line-height:1.5em; margin-top:18px;}
.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:600; 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:600;}
.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 &gt; 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 img {width:auto !important; height:auto !important; max-width:100%;}
.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:600;}
.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.mg {margin-top:100px;}
.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.focus {background:#f49c00; border:1px solid #f49c00; color:#fff;}
.btn-pack.dark {background:#0d121b; border:1px solid #0d121b; color:#fff;}
.btn-pack.border {background:#fff; border:1px solid #333; color:#333;}
.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:18px;}
.btn-pack.large {min-width:160px; height:60px;padding:0 30px;line-height:58px;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:600;background:#fff;color:#333;border:1px solid #333;}

.btn-etc {display:inline-block; padding:5px 14px; text-align:center; color:#fff; font-size:16px; font-weight:400; line-height:1.5em; text-indent:0; background:#ec773c; border-radius:5px;}

.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;}

.btn-down {display:inline-block; padding:0 15px; color:#fff; font-size:14px; font-weight:600; line-height:25px; background:#f37140; border-radius:30px;}
.btn-down:after {content:""; display:inline-block; vertical-align:middle; margin:-.2em 0 0 10px; width:12px; height:12px; background:url("../images/main/ico_down.png") 50% 50% no-repeat;}


/* 페이지목록 */
.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:#f49c00;background-color:#f49c00;}  
.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:600; 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:600; 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;}

/* 매장안내 */
.store-search {display:flex; align-items:center; width:100%; padding:25px 8%; border:1px solid #ddd; margin-bottom:50px;}
.store-search .map-area {width:320px; margin-left:2%; margin-right:8%;}
.store-search .map-img {position:relative; padding-bottom:155%;}
.store-search .map-img svg {position:absolute; top:0; left:0; width:100%; height:100%;}
.store-search .map-img svg .active {fill:#cccccc;}
.store-search .map-img .local {position:absolute; display:block; text-align:center; color:#333; padding:0 12px; font-size:14px; font-weight:600; line-height:24px; letter-spacing:-.03em; background:#fff; border:1px solid #333; border-radius:30px; transform:translate(-50%,-50%); z-index:2;}
.store-search .map-img .local.hover {color:#333; background:#fff; border-color:#333;}
.store-search .map-img .local.active {color:#fff; background:#333; border-color:#333;}
.store-search .map-img .local.seoul {top:17%; left:26%;}      /* 서울 */
.store-search .map-img .local.busan {top:67.2%; left:88%;}    /* 부산 */
.store-search .map-img .local.daegu {top:51%; left:76%;}      /* 대구 */
.store-search .map-img .local.incheon {top:23.5%; left:9%;}   /* 인천 */
.store-search .map-img .local.gwangju {top:67%; left:18%;}    /* 광주 */
.store-search .map-img .local.daejeon {top:46.5%; left:48%;}  /* 대전 */
.store-search .map-img .local.ulsan {top:60.5%; left:91%;}    /* 울산 */
.store-search .map-img .local.sejong {top:40.3%; left:45.3%;} /* 세종 */
.store-search .map-img .local.gyeonggi {top:27%; left:35.2%;} /* 경기 */
.store-search .map-img .local.gangwon {top:19%; left:59%;}    /* 강원 */
.store-search .map-img .local.chungbuk {top:33%; left:49%;}   /* 충북 */
.store-search .map-img .local.chungnam {top:42%; left:22%;}   /* 충남 */
.store-search .map-img .local.jeonbuk {top:56%; left:33%;}    /* 전북 */
.store-search .map-img .local.jeonnam {top:76%; left:25%;}    /* 전남 */
.store-search .map-img .local.gyeongbuk {top:42%; left:69%;}  /* 경북 */
.store-search .map-img .local.gyeongnam {top:64%; left:58%;}  /* 경남 */
.store-search .map-img .local.jeju {top:92%; left:16%;}       /* 제주 */
.store-search .search-area {flex:1 1 auto; min-width:0; width:1%;}
.store-search .search-area h3 {color:#333; font-size:18px; font-weight:600; line-height:1.4em; letter-spacing:-.03em; margin-bottom:45px;}
.store-search .search-area dl {display:flex; align-items:center; margin-top:25px;}
.store-search .search-area dl dt {width:90px; color:#333; font-size:16px; font-weight:600; line-height:1.4em; letter-spacing:-.03em;}
.store-search .search-area dl dd {display:flex; flex:1 1 auto; min-width:0; width:1%;}
.store-search .search-area input.input {width:calc(100% - 94px); margin-right:5px;}
.store-search .search-area select.input {width:calc(50% - 50px); margin-right:5px;}
.store-search .search-area .btn-pack.medium {width:90px; padding:0;}

/* 제품 */
.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; padding-top:50px; border-top:2px solid #000;}
.product-image {width:550px; margin-right:80px;}
.product-image .img {position:relative; padding-bottom:100%; overflow:hidden;}
.product-image .img.padding {padding-bottom:140%;}
.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%; margin-top:25px;}
.product-info .tit {color:#333; font-weight:700; letter-spacing:-.025em; font-size:30px; line-height:1.3em; margin-bottom:25px;}
.product-info .txt {color:#505050; margin-bottom:80px;}
.product-info .txt dl {display:flex; padding:20px 0; border-top:1px solid #ddd; padding-left:15px;}
.product-info .txt dl:last-child {border-bottom:1px solid #ddd;}
.product-info .txt dl dt {position:relative; color:#333; font-weight:700; letter-spacing:0; min-width:90px; text-align:center;}
.product-info .txt.left dl dt {text-align:left; padding-left:20px; min-width:110px;}
.product-info .txt dl dt:before {position:absolute; content:""; width:3px; height:3px; background:#000; border-radius:50%; left:0; top:50%; margin-top:-1.5px;}
.product-info .txt dl dd {padding-left:10px;}
.product-info .download {float:right; width:160px; height:60px; line-height:60px; background:#0d121b; text-align:center; color:#fff; font-size:18px; font-weight:600; letter-spacing:-.025em;}
.product-detail {color:#505050; padding-bottom:50px; margin-bottom:40px; border-bottom:1px solid #ddd; border-top:1px solid #ddd; padding-top:45px;}
.product-detail.none {border-top:0;}
.product-detail.none .tit {border-bottom:2px solid #000;}
.product-detail .tit {color:#333; font-size:22px; line-height:1.3em; padding-bottom:12px; margin-bottom:20px; }

/* 검색결과 */
.result-top {margin-bottom:30px; color:#333; font-size:20px; font-weight:600; 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:600; 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:600; 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;}

/* 공모작 접수 */
.app-form table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #333; line-height:1.5em;}
.app-form table th {padding:10px 20px; height:60px; border:1px solid #ddd; background:#fafafa; font-weight:500; color:#2c2c2c;}
.app-form table td {padding:10px 20px; border:1px solid #ddd; color:#505050; font-size:14px; line-height:1.5em;}
.app-form tr th:first-child,
.app-form tr td:first-child {border-left:0;}
.app-form tr th:last-child,
.app-form tr td:last-child {border-right:0;}
.app-form .item {display:inline-block; margin:5px 12px 5px 0; }
.app-form .item strong {font-weight:600;}
.app-form .item:last-child {margin-right:0;}
.app-form .input {height:36px; border-color:#ccc;}
.app-form .btn-pack.medium {height:36px; padding:0 15px; line-height:34px; font-size:14px; font-weight:500;}
.app-form .btn-pack.dark {background:#333; border-color:#333;}
.app-form .help-txt {display:inline-block; color:#878787;}
.app-form p.help-txt {display:block; margin-top:5px;}
.app-form .input + .btn-pack {min-width:90px; margin-left:6px;}
.app-form .input-item {display:inline-block; margin-right:10px;}


/* 신청내역 */
.app-table table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #ea773e; line-height:1.5em; letter-spacing:-.01em;}
.app-table table th {padding:10px; height:60px; background:#f8f8f8; font-weight:500; color:#2c2c2c;}
.app-table table td {padding:10px; height:60px; border-bottom:1px solid #ddd; color:#505050; text-align:center;}
.app-table table td.subject {text-align:left; padding-left:20px;}
.app-table .btn {display:inline-block; min-width:136px; text-align:center; color:#454545; padding:8px 20px; border-radius:5px; background:#e6e6e6;}
.app-table .btn.st2 {color:#fff; background:#ea773e;} /* 출력하기 */
.app-table .btn.st3 {min-width:100px; color:#fff; background:#ea773e;} /* 수정 */
.app-table .link {display:inline-block; border-bottom:1px solid #999; margin:5px;}
.app-table .link:hover {color:#165ea7; border-bottom-color:#165ea7;}

/* 공제가입증서 출력 */
.cert-regis {max-width:520px; margin:0 auto; position:relative;}
.cert-regis .txt1 {position:absolute; top:29.5%; left:0; width:100%; padding:0 16.85%; color:#505050; font-size:16px; line-height:1.625em; letter-spacing:0;}
.cert-regis .txt1 .tit {color:#242424; font-weight:600;}
.cert-regis .txt1 .space {display:inline-block; width:1.7em;}
.cert-regis .txt1 .space2 {display:inline-block; width:.45em;}
.cert-regis .txt2 {position:absolute; top:59%; left:0; width:100%; padding:0 16.85%; color:#2c2c2c; font-family:'Nanum Myeongjo',serif; font-size:19px; font-weight:700; line-height:1.421em; letter-spacing:-.02em; word-break:break-all; text-align:justify;}
.cert-regis .date {position:absolute; top:74.4%; left:0; width:100%; padding:0 16.85%; text-align:center; color:#2c2c2c; font-size:16px; line-height:1.625em; letter-spacing:-.01em;}

.cert-regis2 {max-width:520px; margin:0 auto; position:relative;}
.cert-regis2 .txt {position:absolute; top:25.5%; left:0; width:100%; padding:0 15%; color:#2c2c2c; font-size:16px; line-height:1.625em; letter-spacing:-.02em;}
.cert-regis2 .txt p {display:flex;}
.cert-regis2 .txt .tit {color:#505050; white-space:nowrap; margin-right:4px;}
.cert-regis2 .txt .space {display:inline-block; width:.41em;}
.cert-regis2 .txt .space2 {display:inline-block; width:1.8em;}
.cert-regis2 .table {position:absolute; top:41.9%; left:0; width:100%; padding:0 15%;}
.cert-regis2 .table h3 {margin:0 0 10px 2px; color:#2c2c2c; font-size:16px; font-weight:700; line-height:1.3em;}
.cert-regis2 .table h3 img {vertical-align:middle; margin:-.2em 7px 0 0; width:16px;}
.cert-regis2 .table table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #ea773e; font-size:13px; line-height:1.5em; letter-spacing:-.05em;}
.cert-regis2 .table table th {padding:2px; height:33px; background:#f8f8f8; font-weight:500; color:#2c2c2c; border:1px solid #ddd;}
.cert-regis2 .table table td {padding:2px; height:35px; text-align:center; border:1px solid #ddd; color:#505050;}
.cert-regis2 .table tr th:first-child,
.cert-regis2 .table tr td:first-child {border-left:0;}
.cert-regis2 .table tr th:last-child,
.cert-regis2 .table tr td:last-child {border-right:0;}
.cert-regis2 .bottom-txt {position:absolute; top:68.4%; left:0; width:100%; padding:0 15%; text-align:center; color:#2c2c2c; font-size:16px; line-height:1.625em; letter-spacing:-.03em;}
.cert-regis2 .date {position:absolute; top:73%; left:0; width:100%; padding:0 15%; text-align:center; color:#2c2c2c; font-size:16px; line-height:1.625em; letter-spacing:-.01em;}

/* 계약서 출력 */
.contract-wrap {max-width:520px; height:600px; padding:10px 40px 40px; overflow:auto; margin:0 auto; background:#fff; position:relative; color:#505050;}
.contract-wrap .mark {text-align:center; margin-bottom:36px;}
.contract-wrap h1 {text-align:center; color:#2c2c2c; font-family:'Nanum Myeongjo',serif; font-size:30px; font-weight:800; line-height:1.421em; letter-spacing:-.02em; margin:0 0 80px;}
.contract-wrap .group {margin-bottom:22px; font-size:15px; line-height:1.533em; letter-spacing:-.03em; text-align:justify;}
.contract-wrap .group p {margin-top:6px;}
.contract-wrap .group ol li {margin-top:6px; line-height:1.333em;}
.contract-wrap .group .tt {color:#2c2c2c; font-weight:500; margin-top:0; margin-bottom:8px;}
.contract-wrap .group .ps {margin:6px 0; color:#ea773e; font-size:14px;}
.contract-wrap .text-blue {color:#165ea7;}
.contract-wrap h3 {margin:22px 0 11px 0; font-size:16px; font-weight:700; line-height:1.3em;}
.contract-wrap h3 img {vertical-align:middle; margin:-.2em 6px 0 0; width:17px;}
.contract-wrap .table table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #ea773e; font-size:13px; line-height:1.5em; letter-spacing:-.01em;}
.contract-wrap .table table th {padding:9px 10px; width:122px; background:#f8f8f8; font-weight:500; color:#2c2c2c; border-bottom:1px solid #ddd;}
.contract-wrap .table table td {padding:9px 10px; border-bottom:1px solid #ddd; color:#686868;}

/* popup */
.popup-heading {padding:15px 50px; text-align:center; background:#165ea7;}
.popup-heading h2 {color:#fff; font-size:23px; font-weight:500; line-height:1.3em;}

.popup-content {background:#fff; padding:50px;}

.popup-close {position:absolute; top:18px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.popup-close:before,
.popup-close:after {content:" "; position:absolute; top:50%; left:0; margin-top:-1px; width:100%; height:2px; background:#fff;}
.popup-close:before {transform:rotate(45deg);}
.popup-close:after {transform:rotate(-45deg);}

.popup-btn {margin-top:30px; text-align:center;}
.popup-btn .btn-pack {transition:none;}
.popup-btn .btn-pack.dark {background:#333; border-color:#333;}

.edu-act-table table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:2px solid #ea773e; line-height:1.5em; letter-spacing:-.01em;}
.edu-act-table table th {padding:17px; border:1px solid #ddd; border-top:0; background:#f8f8f8; font-weight:500; color:#2c2c2c;}
.edu-act-table table td {padding:17px; border:1px solid #ddd; border-top:0; color:#505050; text-align:center;}
.edu-act-table table tbody tr:last-child td {border-bottom:0;}
.edu-act-table table thead th {border-bottom:0;}
.edu-act-table table tfoot td {border-top:1px solid #505050; border-bottom:0; background:#f8f8f8; font-weight:500; color:#2c2c2c;}
.edu-act-table tr th:first-child,
.edu-act-table tr td:first-child {border-left:0;}
.edu-act-table tr th:last-child,
.edu-act-table tr td:last-child {border-right:0;}

.cost-top-txt {display:flex; justify-content:space-between; margin-bottom:6px; line-height:1.3em;}

.cost-table table {width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0px; border-top:2px solid #ea773e; line-height:1.5em; letter-spacing:-.01em;}
.cost-table table th {padding:17px 9px; border:1px solid #ddd; border-top:0; background:#f8f8f8; font-weight:500; color:#2c2c2c;}
.cost-table table td {padding:9px; border:1px solid #ddd; border-top:0; color:#505050; text-align:center;}
.cost-table table thead th {border-bottom:0;}
.cost-table tr th:first-child,
.cost-table tr td:first-child {border-left:0;}
.cost-table tr th:last-child,
.cost-table tr td:last-child {border-right:0;}

.find-search {text-align:center; margin-bottom:60px;}
.find-search p {color:#505050; line-height:1.5em; margin-bottom:15px;}
.find-search form {display:flex; align-items:center; margin:0 auto; width:100%; max-width:404px;}
.find-search form .input {flex:1 1 auto; min-width:0; width:1%; margin-right:4px;}

.find-list table {width:100%; table-layout:fixed; border-collapse:collapse; border-spacing:0px; border-top:2px solid #ea773e; line-height:1.5em; letter-spacing:-.01em;}
.find-list table th {padding:10px; height:56px; border-bottom:1px solid #ddd; background:#f8f8f8; font-weight:400; color:#505050; word-break:break-all;}
.find-list table th a:hover {text-decoration:underline;}
.find-list table td {padding:10px 10px 10px 18px; border-bottom:1px solid #ddd; color:#505050; text-align:left;}
.find-list table thead th {border-bottom:0;}
.find-list tr th:first-child,
.find-list tr td:first-child {border-left:0;}
.find-list tr th:last-child,
.find-list tr td:last-child {border-right:0;}

.popup-password {padding:40px 0;}
.popup-password p {text-align:center; margin-bottom:25px; font-weight:500;}
.popup-password form {margin:0 auto; max-width:404px; display:flex; align-items:center;}
.popup-password .input {background:#fff !important; flex:1 1 auto; min-width:0; width:1%; margin-right:4px;}
.popup-password .btn-pack.medium {min-width:100px;}

.receipt-paper {background:#fff; padding:60px 30px;}
.receipt-paper .heading {text-align:center; font-size:38px; line-height:1.3em; letter-spacing:.3em; margin-left:.3em; margin-bottom:30px;}
.receipt-paper .table {margin-bottom:27px;}
.receipt-paper .table h2 {font-size:20px; font-weight:700; line-height:1.3em; margin-bottom:15px;}
.receipt-paper .table h2:before {content:"▣ "; font-family:"Noto Sans KR",sans-serif;}
.receipt-paper .table table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:3px solid #505050; font-size:14px; font-weight:600; line-height:1.5em; letter-spacing:-.04em;}
.receipt-paper .table table td {padding:2px; height:36px; text-align:center; border:1px solid #505050;}
.receipt-paper .table table td.right {text-align:right; padding-right:10px;}
.receipt-paper .table tr th:first-child,
.receipt-paper .table tr td:first-child {border-left:0;}
.receipt-paper .table tr th:last-child,
.receipt-paper .table tr td:last-child {border-right:0;}
.receipt-paper .bottom-txt {text-align:center; margin-top:75px; font-size:14px; line-height:1.5em;}
.receipt-paper .date {text-align:center; margin-top:10px; font-size:18px; font-weight:700; line-height:1.5em;}
.receipt-paper .sign {display:flex; align-items:center; justify-content:center; text-align:center; margin-top:15px; font-size:26px; font-weight:700; line-height:1.5em;}
.receipt-paper .sign p {position:relative;}
.receipt-paper .sign img {margin-left:-50px;}
.receipt-paper .etc {text-align:center; margin-top:27px; font-size:12px; line-height:1.5em;}

.receipt-paper-btn {text-align:center; margin-top:30px;}
.receipt-paper-btn .btn-pack.large {margin:0 3px; min-width:160px; height:57px; font-size:18px; font-weight:600; line-height:55px; transition:none;}

/* 로그인 */
.login-area {max-width:470px; margin:60px auto 0;}
.login-area .group {margin-bottom:8px;}
.login-area .group .input {display:block; width:100%; height:54px; font-size:16px; padding:0 18px;}
.login-area .btn-pack {display:block; width:100%; margin-top:20px;}

.app-check-box {padding:46px 85px; background:#fafafa; text-align:center; border-top:2px solid #333;}
.app-check-box .input-wrap {display:flex; align-items:center; max-width:540px; margin:0 auto 15px; text-align:left;}
.app-check-box .input-wrap label {width:70px; font-weight:600;}
.app-check-box .input-wrap .input {flex:1 1 auto; min-width:0; width:1%;}
.app-check-box .input-wrap .space {width:30px; text-align:center;}
.app-check-box .btn-pack.large {background:#333; border-color:#333; margin-top:30px;}
.app-check-box .line {border-bottom:1px solid #ddd; margin:35px 0;}
.app-check-box .txt {color:#454545;}
.app-check-box .tel {margin-top:10px; color:#165ea7; font-size:20px; font-weight:500; line-height:1.3em;}</pre></body></html>