@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 {position: relative; float:right;}
.board-search .search input.input {width:300px; padding-right: 44px;}
.board-search .search button {position: absolute; top: 0; right: 0; border: 0; padding: 22px; background: transparent no-repeat url("../images/bbs/btn_search2.png") center center; text-indent:-9999em; overflow:hidden;}


/* 리스트 */
.board-list table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:1px solid #242424;}
.board-list table thead th {height:69px; padding:9px 5px; color:#333; font-size:16px; font-weight:600; line-height:1.5em; background:#fff; border-bottom:1px solid #ddd;}
.board-list table tbody td {height:69px; 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:#e84426; border-radius:4px;}
.board-list .comment {color:#ff6000; font-size:.85em; font-weight:700; line-height:1em;}

.board-list-m {display:none; border-top:1px solid #242424;}
.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:#e84426;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:400; line-height:1.3em; margin-top:7px;}
.board-list-m .info span {margin-right:10px;}
.board-list-m .comment {color:#ff6000; 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: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;}

.gallery-list {padding-top: 10px;}
.gallery-list ul {display:flex; flex-wrap:wrap; margin:0 -20px;}
.gallery-list ul li {width:33.333333%; padding:0 20px; margin-bottom:70px; 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:56.25%;; margin-bottom:20px; overflow:hidden;}
.gallery-list ul li .thumb img ,
.gallery-list ul li .thumb iframe {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); z-index: -1;}
.gallery-list ul li .tit {color:#333; font-size:20px; font-weight: 500; line-height:1.4em;}



/* 글작성 */
.board-white table {width:100%; border-collapse:collapse; border-spacing:0px; border-top:1px solid #242424; 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:500; 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:1px solid #242424; 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:500; 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;}

.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:35px 0 50px;}
.form-agree h3 {color:#333; font-size:18px; font-weight:500; 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:center; 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:1px solid #242424;}
.board-view-tit {padding:16px 16px; border-bottom:1px solid #ddd;}
.board-view-tit h3 {color:#333; font-size:20px; font-weight:500; 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:500;}
.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 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:500;}
.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.focus {background:#085183; border:1px solid #085183; color:#fff;}
.btn-pack.dark {background:#555; border:1px solid #555; color:#fff;}
.btn-pack.border {background:#fff; border:1px solid #085183; color:#085183;}
.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:#085183;border:1px solid #085183;}

.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-shop {display:inline-block; padding:0 22px; color:#333; line-height:45px; letter-spacing:-.03em; border-radius:6px; background:#fff; border:1px solid #333; text-align:center; text-decoration:none !important;}
.btn-shop:hover {color:#fff; background:#085183; border-color:#085183; color: #fff;}

/* 페이지목록 */
.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:#085183;background-color:#085183;}  
.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:500; 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:500; 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 14%; 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:500; 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:#085183; background:#fff; border-color:#085183;}
.store-search .map-img .local.active {color:#fff; background:#085183; border-color:#085183;}
.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:22px; font-weight:500; line-height:1.4em; letter-spacing:-.03em; margin-bottom:45px;}
.store-search .search-area dl {margin-top:25px;}
.store-search .search-area dl dt {color:#333; font-size:20px; font-weight:500; line-height:1.4em; letter-spacing:-.03em; margin-bottom: 6px;}
.store-search .search-area dl dd {display:flex;}
.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;}

.store-list {border-top:2px solid #242424;}
.store-list ul li {display:flex;align-items:center; padding:30px 0; border-bottom:1px solid #ddd;}
.store-list .thumb {width:384px; margin-right:7%;}
.store-list .thumb a {display:block; position:relative; padding-bottom:65%; overflow:hidden;}
.store-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;}
.store-list .thumb a:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08);}
.store-list .info {flex:1 1 auto; min-width:0; width:1%;}
.store-list .tit {color: #333; font-size: 26px; font-weight: 700; line-height: 1.4; margin-bottom: 35px;}
.store-list .info dl {display: flex; margin-bottom: 1.625em;}
.store-list .info dl:last-child {margin-bottom: 0;}
.store-list .info dl dt {min-width: 138px; color: #333; font-weight: 600;}
.store-list .info dl dt img {display: inline-block; vertical-align:middle; margin: -.2em 10px 0 0;}
.store-list .info dl dd {color: #454545;}
.store-list ul li.none {display:block; width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}

.store-list2 {border-top:2px solid #242424;}
.store-list2 ul li {display:flex;align-items:center; padding:25px 0; border-bottom:1px solid #ddd;}
.store-list2 .tit {flex: 1 1 auto; min-width: 0; width: 1%; margin: 0 10px; color: #333; font-size: 20px; font-weight: 700; line-height: 1.4;}
.store-list2 .tel {width: 200px; color: #454545;}
.store-list2 .tel img {display: inline-block; vertical-align:middle; margin: -.2em 10px 0 0;}
.store-list2 .btn {width: 165px; margin: 0 10px; text-align: center;}
.store-list2 ul li.none {display:block; width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}

/* 제품 */
.product-list ul {display:flex; flex-wrap:wrap; margin:0 -17px;}
.product-list ul li {width:25%; padding:0 17px; margin-bottom:80px;}
.product-list ul li.none {width:100%; padding:70px 0; margin:0; text-align:center; color:#767676;}
.product-list ul li a {display:block; height: 100%; border-radius:20px; box-shadow:rgba(0,0,0,.13) 3px 0 18px;}
.product-list ul li .thumb {padding: 20px;}
.product-list ul li .thumb .img {position:relative; padding-bottom:129.29%; overflow:hidden;}
.product-list ul li .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(1); -ms-transform:translate(-50%,-50%) scale(1); -webkit-transform:translate(-50%,-50%) scale(1); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain; transition:.4s;}
.product-list ul li a:hover .thumb img {transform:translate(-50%,-50%) scale(1.08); -ms-transform:translate(-50%,-50%) scale(1.08); -webkit-transform:translate(-50%,-50%) scale(1.08);}
.product-list ul li .info {position: relative; padding: 20px; border-top: 1px solid #ddd;}
.product-list ul li .cate {font-family: 'Jost', sans-serif; color:#085183; font-weight: 600; line-height:1.4em; margin-bottom: 4px;}
.product-list ul li .tit {font-family: 'Jost', sans-serif; color:#333; font-size: 22px;line-height:1.4em; margin-bottom: 10px;}
.product-list ul li .desc {color:#888; line-height: 1.625;}
.product-list ul li .plus {position: absolute; top: 40px; right: 30px; width: 60px; height: 60px; background-color: #ddd; border-radius:100%; text-align: center; line-height: 60px; color: #fff; font-size: 30px; transition:.2s;}
.product-list ul li a:hover .plus {background-color: #085183;}

.product-summary {display:flex; margin-bottom:100px;}
.product-image {width:400px; margin-right:8%;}
.product-image .items {}
.product-image .items .item {position:relative; padding-bottom:129.29%; box-shadow:rgba(0,0,0,.13) 0px 3px 18px; overflow:hidden;}
.product-image .items .item 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 .slider-for .slick-list {margin: -20px;}
.product-image .slider-for .slick-slide {padding: 20px;}

.product-image .slider-nav {position: relative; margin-top: 20px;}
.product-image .slider-nav .slick-list {margin:-12px;}
.product-image .slider-nav .slick-list .slick-slide {margin:12px;}
.product-image .slider-nav .items {}
.product-image .slider-nav .items .item {cursor:pointer;}
.product-image .slider-nav .items .slick-slide.slick-current .item img {opacity: .2;}


.product-info {flex:1 1 auto; min-width:0; width:1%;}
.product-info .tit {padding-bottom: 28px; margin-bottom: 40px; border-bottom: 1px solid #ddd; font-family: 'Jost', sans-serif;}
.product-info .tit p {color:#085183; font-size: 22px; font-weight: 600; line-height:1.4em; margin-bottom: 2px;}
.product-info .tit h3 {color:#333; font-size: 30px; font-weight: 400; line-height:1.4em;}
.product-info .btns {color:#505050;}
.product-info .btns .row {display: flex;flex-wrap:wrap; margin: -12px;}
.product-info .btns .row .col {width: 50%; padding: 12px;}
.product-info .btns .btn {display: block; padding: 0 28px; background-color: #fff; color: #333; font-size: 18px; line-height: 58px; letter-spacing: -.03em; border: 1px solid #555;}
.product-info .btns .btn:hover {background-color: #fafafa;}
.product-info .btns .btn-down {background: no-repeat url("../images/sub/btn_down.png") right 28px center;}
.product-detail {}
.product-detail .table {overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 80px;}
.product-detail .table table {width:100%; table-layout: fixed; border-collapse:collapse; border-spacing:0px; line-height:1.75em; letter-spacing:-.03em;}
.product-detail .table table th {height: 60px; padding:10px 8px; font-weight:600;}
.product-detail .table table thead th {font-size: 1.25em; color: #242424;}
.product-detail .table table thead th.bg1 {background:#e8efed;}
.product-detail .table table thead th.bg2 {background:#e9f0f5;}
.product-detail .table table tbody th {background:#fafafa; border:1px solid #ddd; color: #333;}
.product-detail .table table td {height: 60px; padding:10px 8px; border:1px solid #ddd; color:#454545; text-align:center;}
.product-detail .table table tr th:first-child,
.product-detail .table table tr td:first-child {border-left:0;}
.product-detail .table table tr th:last-child,
.product-detail .table table tr td:last-child {border-right:0;}