@charset "UTF-8";
@import url("/assets/css/init.css?v=1");
/* 라인박스 */
.line-box {position: absolute;top:0;width:100%;}
.line-box .item-wrap {width:var(--container-width);margin:auto;display: flex;justify-content: space-between}
/*.line-box-item:first-child {border-left:1px solid var(--box-border-color);}*/
.line-box-item {padding: 8px 10px;display: inline-block;font-size:var(--font-size-14);}
.line-box-item a {color: #8c8b8b;text-decoration: none;}
.line-box .items-right {display: flex;align-items: center}
.line-box .split-line {font-size:var(--font-size-12);color:#8c8b8b}

/* Header */
#header {margin-top:20px;}
#header .header-row {width:var(--container-width);margin:0 auto 10px;padding:0 0 10px 0;display: flex;justify-content: space-between}
#header .header-row h1.logo img {width:200px;height:auto;}

#nav {width:var(--container-width);margin:0 auto;border-top:1px solid var(--box-border-color);border-bottom:1px solid var(--box-border-color);background-color:#6f81bc;position: relative}
#nav .nav-row {display: flex;justify-content: flex-start;}
#nav .nav-row .nav-item {display: inline-block;padding: 15px 25px;font-size:var(--font-size-15);font-weight: normal;}
#nav .nav-row .nav-item.selected a {color:#fff443}
#nav .nav-row .nav-item a {color:#fff;padding:6px 3px;}
#nav .nav-row .nav-item a:hover {color:#e1e2e2;}
/*#nav .nav-row .nav-item.active a {color:#fff;border-bottom:1px solid #fff;}*/
#nav .nav-row .nav-item.active .sub-menu {display:flex;background: #ffffff;z-index: 2000;padding:0 16px}
#nav .nav-row .sub-menu {display:none;position: absolute;left:0;top:44px;justify-content: flex-start;align-items:center;width:880px;border-bottom:1px solid #e1e2e2;border-left:1px solid #e1e2e2;border-right:1px solid #e1e2e2;}
#nav .nav-row .nav-item.active .sub-menu li.sub-event-item span,
#nav .nav-row .nav-item.active .sub-menu li a {color:#000;padding:10px 8px;display: inline-block;cursor: pointer}
#nav .nav-row .nav-item.active .sub-menu li.sub-event-item .sub-menu {width:878px;}
#nav .nav-row .sub-menu li > .circle {border:1px solid #e1e2e2; font-size:var(--font-size-12);border-radius: 10px;padding: 5px 10px !important;margin:0 16px;display: inline-block}
#nav .nav-row .sub-menu.depth-2 {top:44px;}
#nav .nav-row .nav-item.active .sub-menu.depth-3 {top:35px;border-left:0;border-right:0;display:none;}
#nav .nav-row .nav-item.active .sub-menu.depth-2 li.active .sub-menu.depth-3 {display:flex;border-top:1px solid #e1e2e2;}
.current-page {border:1px solid #0c7998; font-size:var(--font-size-12);border-radius: 10px;padding: 5px 10px !important;margin:0;display: inline-block;}

#content {
}
/* 검색 박스 */
#search-box {
    --search-box-height: 36px;
    --search-type-basic-width: 100px;
    --search-type-basic-input-width: 450px;
    --search-type-basic-search-btn-width: 100px;
    --nav-title-color : #333;
    width:550px;
    margin:20px 0 0 0;
}

#search-box .box {width: auto;height:38px;border-radius: 5px;position: relative;display:flex;justify-content: space-between}
#search-box .search-type {width:var(--search-type-basic-width);line-height:var(--search-box-height);text-align:left;flex-basis: var(--search-type-basic-width);border:1px solid var(--box-border-color);margin-bottom:0}
#search-box .search-type button {border: 0;background: transparent;outline: 0;cursor: pointer;}
#search-box .search-type button > span {display: inline-block;margin-right:10px}
#search-box .search-type button svg {width:10px;height:10px;transform: rotate(180deg);}
#search-box .search-type button svg > polygon {fill: #333;}
#search-box .search-type > select {width:0;height:0;opacity: 0;}
#search-box .search-input {flex-basis:var(--search-type-basic-input-width);border-left:1px solid var(--box-border-color);border-top:1px solid var(--box-border-color);border-bottom:1px solid var(--box-border-color);margin-bottom:0}
#search-box .search-input input {border:0;outline: 0;height:var(--search-box-height);padding: 0 10px;width:100%}
#search-box #search-btn {flex-basis: var(--search-type-basic-search-btn-width);color:#000;cursor: pointer;outline: 0;border:0;background: #3d3d3d}
#search-box #search-btn svg {width:18px;height:18px;}

#search-box .search-func {margin-top:var(--mt10);margin-left:10px;display: flex;font-size:var(--font-size-12);}
#search-box .search-func h3 {flex-basis: 93px;line-height: 1.2;text-align: left;font-weight: 600}
#search-box .search-func ul {display: flex;flex-wrap: wrap;}
#search-box .search-func ul li a {line-height: 1.2;border-right:1px solid #333;margin-right:10px;padding-right:10px;text-decoration: none;}
#search-box .search-func ul li:last-child a {border-right:0;}

.main-slide {width:100%;height:auto;margin-bottom:0;position: relative}
.main-slide ul li.item {background-image:url(/pub/sample.jpg);background-size:cover;background-position:center center;width:100%;height:450px;}

.slide-pages {position: absolute;width:200px;top:70px;left:50%;margin-left:240px;}
.slide-pages ul {border:1px solid #dadada;}
.slide-pages ul li {padding:10px;background:#fff;border-bottom:1px solid #dadada;height:71px;box-sizing: border-box}
.slide-pages ul li img {vertical-align: middle;display: inline-block;margin-right:10px;}
.slide-pages ul li:last-child {border-bottom:0;}
.slide-pages ul li:hover {background:#ffd69a;border-bottom-color:#e99923;cursor: pointer}
.slide-pages ul li img {width:50px;height:50px;}

#content {width:var(--container-width);margin:auto;display: flex;justify-content: space-between}
#content .main-contnet {width:var(--content-width);flex-basis: var(--content-width);border-left:1px solid #e1e2e2;border-right:1px solid #e1e2e2;padding:80px 15px 30px 15px;box-sizing: border-box;min-height:100vh}
#content .main-contnet.no-padding {padding-top:0}
#content.full-width .main-contnet{width:100%;flex-basis: 100%}
#content .aside {flex-basis: var(--right-side-width);padding-top:10px;position: relative}

.goods-nav {
    --goods-nav-height:34px;
    --goods-nav-active-color: #6778a8;
    display: flex;
    position: relative;
    width:var(--content-inner-width);

}
.goods-nav:before {
    position: absolute;
    /*bottom: -8px;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #eee;
    content: '';
}
/*#goods-nav h2 {font-size:var(--font-size-16);text-align:center;line-height:35px;height:35px;font-weight:600;color:#fff;flex-basis: 153px;background: var(--goods-nav-active-color);}*/
.goods-nav ul {display: flex;flex-wrap: wrap;width:100%;overflow: hidden;align-items: center}
.goods-nav ul li {border-bottom:2px solid transparent;text-align:center;z-index:10;outline: 0;height:45px;padding:8px 6px;}
.goods-nav ul li:first-child {padding-left: 0;font-weight: bold}

.goods-nav ul li a {border:1px solid transparent;border-radius: 5em;padding:5px 8px;}
.goods-nav ul li.height a {color: #424548;}
.goods-nav ul li a {outline: 0}
.goods-nav ul li.active {border-bottom-color:var(--goods-nav-active-color)}
.goods-nav ul li.active a {color:#000}
/*.goods-nav ul li.active a {color:#272727;border-color:#0c7998;font-size:var(--font-size-12);top:2px;position: relative}*/
.goods-nav ul a {color:#94969b;display: inline-block;font-size:var(--font-size-14);}

.goods-nav.price-by-top ul li a {color:#94969b;font-weight: initial}
.goods-nav.price-by-top ul li.active a {color: #000}

.goods-list {}
.goods-list ul li {border-bottom:1px solid #e1e2e2;}
/*.goods-list ul li:last-child {border-bottom:0;}*/
.goods-list ul li a, .goods-list ul li > span {display:flex;padding:15px 0 10px 0;color:#272727;transition:border-bottom-color .5s ease-in-out;align-items: center}
/*.goods-list.first-padding-no ul li:first-child a {padding-top:0}*/
/*.goods-list ul li:last-child a {border-bottom:0;}*/
.goods-list ul li a:hover {border-bottom-color:#e99923;}
.goods-list ul li .img-box {width: 150px;flex-basis: 160px;display: flex;align-items: center;position: relative}
.goods-list ul li .img-box img {width: 150px;height:150px;border-radius: 10px;border:1px solid #e1e2e2;}
.goods-list ul li .img-box .badge {position: absolute;top:10px;left:10px;width:40px;height:40px;background: #00a0ea;color:#fff;font-size:var(--font-size-14);font-weight:600;text-align:center;line-height:calc(40px - 6px);border-radius: 5em;opacity: .8}
.goods-list ul li .content-section {flex-basis: 620px;}
.goods-list ul li h3 {font-size:var(--font-size-17);font-weight:600;margin-bottom:var(--mt10);padding:0 0 15px;border-bottom: 1px solid #e1e2e2}
.goods-list ul li h3 span {font-size:var(--font-size-13);font-weight:400;color:#666;}
.goods-list ul li p {line-height:1.25;text-overflow:ellipsis;overflow:hidden;width:545px;height:60px;-webkit-line-clamp: 3;  -webkit-box-orient: vertical; display: -webkit-box;}
.goods-list ul li .company,
.goods-list ul li .company-cnt {display: block;margin-bottom:5px;font-size:var(--font-size-14);color:#272727;}
.goods-list ul li .add-info {flex-basis: 130px;margin-left:28px;text-align:center;align-items: center;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
.goods-list ul li .add-info .company-create-pay,
.goods-list ul li .add-info .company-monthly-pay {
    width:130px;
    display: block;
    margin-bottom:6px;
    font-weight:700;
    border:1px solid #e1e2e2;
    padding:13px 10px;
    border-radius:10px;
    font-size:var(--font-size-14);
    line-height:1.6;
    background-color: #f4f4f4;
    /*box-sizing: border-box;*/
}
.goods-list ul li .add-info .company-create-pay div,
.goods-list ul li .add-info .company-monthly-pay div{
    color:#272727;
}
.goods-list.half {
    --half-width: 300px;
}
.goods-list.half ul {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.goods-list.half ul li h3 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.goods-list.half ul li .content-section {width:var(--half-width);flex-basis: var(--half-width);}
.goods-list.half ul li .img-box {margin-right:10px;}
.goods-list.half ul li a, .goods-list.half ul li > span {height:180px;}
.goods-list.half ul li p {width:var(--half-width);margin-bottom:10px;}
.goods-list.half ul li a, .goods-list.half ul li > span {padding-top:0;padding-bottom:0}

.goods-list.shopinshop_detail.half ul li p,
.kitchen_detail .goods-list.half ul li p{width:294px;}
/*.goods-list.half ul li:nth-child(1) a,*/
/*.goods-list.half ul li:nth-child(2) a {padding-top:0}*/

.board-wrap {width:var(--content-inner-width);display: flex; gap:0 1%;flex-wrap: wrap;justify-content: space-between}
.board-type.half {width:45%;}

.board-header {display: flex;justify-content: space-between;align-items: center;margin-bottom:0;padding:15px 10px 15px 0;border-bottom:1px solid #e1e2e2;}
.board-header h3 {font-size:var(--font-size-18);font-weight:600}
.board-header .more {font-size:var(--font-size-14);color:#666}

.board-list.half {width:auto;}
.board-list ul li {display:flex;padding:5px 0;font-size:var(--font-size-14);height:30px;}
.board-list ul li .board-title {flex-basis: 350px;line-height:1.25;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.board-list ul li .board-title a {color:#333;}
.board-list ul li .board-hit {width:44px;flex-basis: 50px;text-align:center;margin-left:20px;color:#707070}
.board-list ul li .board-icon {width:44px;flex-basis: 50px;text-align:center;vertical-align: middle}
.comment-color {color:#b3b3b3}
/*.board-list.stripe ul li:nth-child(2n) {background: #f5f5f5}*/
.tab-box {border:1px solid var(--box-border-color);border-radius: 5px;}
.tabs ul {display: flex;justify-content: space-between;align-items: center;}
.tabs ul li {flex-basis: 50%;text-align:center;}
.tabs ul li a {display: block;text-decoration: none;color:#666;padding:15px 0;}
.tabs ul li.active {background: #94969b;}
.tabs ul li.active a {color:#fff}

.board-list-type {}
.board-list-type ul {padding:10px;box-sizing: border-box;}
.board-list-type ul li {display: flex;justify-content: space-between;flex-wrap: wrap;align-items:center;margin-bottom:12px;}
.board-list-type ul li a {width:310px;flex-basis:310px;line-height:1.25;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#272727;font-size:var(--font-size-14)}
/*.board-list-type ul li a span:first-child {width:266px;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}*/
.board-list-type ul li a .hot {color:red;font-weight:600;}
.board-list-type ul li a .new {color:#dfdf00;font-weight:600;}
.board-list-type ul li .date {font-size:var(--font-size-12);text-align:center;color:#656565;width:50px;flex-basis: 50px;}

.main-slide {
    --slide-btn-size: 60px;
    --badge-size: 40px;
}
.main-slide .item a {display:block;color:#272727;position: relative;outline: none}
.main-slide .multiple-items {width:var(--content-inner-width);height:330px;overflow: hidden;}
.main-slide .multiple-items * {user-select: none;-webkit-user-select: none}
.main-slide .item a > img {width:100%;margin-bottom:var(--mt10);border-radius: 10px;}
.main-slide .item .badge {position: absolute;top:10px;left:10px;width:40px;height:var(--badge-size);background: #00a0ea;color:#fff;font-size:var(--font-size-13);font-weight:600;text-align:center;line-height:calc(var(--badge-size) - 6px);border-radius: 5em;opacity: .8}
.main-slide .item h3 {
    text-align:left;line-height:1.4;font-size:var(--font-size-16);font-weight: 600;margin-bottom:10px;
    /** 한줄 벗어나면 ...*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.main-slide .item dl {display:flex;justify-content: flex-start;align-items:center;}
.main-slide .item dl.shop-total {margin-bottom:4px;}
.main-slide .item dt,
.main-slide .item dd {font-size:var(--font-size-14);letter-spacing: -1px;line-height:1.2;text-align: left}
.main-slide .item dt {font-weight:600;margin-right:5px;}
.main-slide .slick-next,
.main-slide .slick-prev {width:var(--slide-btn-size);height:var(--slide-btn-size);z-index: 1000}
.main-slide .slick-next {right:0}
.main-slide .slick-prev {left:0;}
.main-slide .slick-next:before,
.main-slide .slick-prev:before {font-size:var(--slide-btn-size);opacity: .5;color:#131313}
.main-slide .slick-slide {
    margin: 0 6px;
    color:#000;
}
.main-slide .slick-list {
    margin: 0 -6px;
}

.main-slide.shopinshop_list .multiple-items {height:270px}

/*.board-list*/
.list-header {padding:16px 0;border-bottom:2px solid #bbb;}
.list-header h2 {font-size:var(--font-size-16);color:#989898}
.board-list {width:100%;}
/*.board-list.stripe tbody tr:nth-child(2n) {background: #f5f5f5}*/
/*.board-list thead th {background: #f5f5f5;font-size:var(--font-size-14);font-weight:600;color:#272727;padding:10px 0;border-bottom:1px solid #bbb}*/
.board-list thead th {font-size:var(--font-size-14);font-weight:600;color:#272727;padding:12px 0;text-align: center;border-bottom:2px solid #e1e2e2}
.board-list thead th.no {width:75px;text-align:center;}
.board-list thead th.title {width:auto;}
.board-list thead th.recommend {width:50px;text-align:center;}
.board-list thead th.username {width:200px;text-align:center;}
.board-list thead th.date {width:100px;text-align:center;}
.board-list thead th.hit {width:70px;text-align:center;}
.board-list tbody td {padding:12px 0;font-size:var(--font-size-14);color:#272727;border-bottom:1px solid #e1e2e2;}
.board-list tbody td.no {text-align:center;font-size:var(--font-size-14);}
.board-list tbody td.title a {padding-left:10px;width:443px;overflow:hidden;white-space: nowrap;display: inline-block;color: #272727;}
.board-list tbody td.title.notice a {color:#272727;}
.board-list tbody td.recommend {width:50px;text-align:center;font-size:var(--font-size-14)}
.board-list tbody td.username {text-align:center;font-size:var(--font-size-14)}
.board-list tbody td.date {text-align:center;font-size:var(--font-size-14)}
.board-list tbody td.hit {text-align:center;font-size:var(--font-size-14)}
.board-list-page {margin:0 auto 30px;width:800px;display: flex;justify-content: center}
.split-curcle {display: inline-block;position: relative;top:3px}
.board-list-btn {display:flex;justify-content: flex-end;align-items:center;margin:20px 0 0}
.board-list-btn > form {margin:auto;}
.board-list-btn #search-box {margin-top:0;}
/*.pagenation {display:flex;justify-content: center;align-items:center;margin-top:var(--mt20)}*/
/*.pagenation a {display: block;text-decoration: none;color:#666;padding:10px}*/
/*.pagenation a.active {background: #e99923;color:#fff}*/
/*.pagenation a:hover {background: #e99923;color:#fff}*/
/*.pagenation a:first-child {border-radius: 5px 0 0 5px;}*/
/*.pagenation a:last-child {border-radius: 0 5px 5px 0;}*/

.board-category ul {display:flex;justify-content: start;align-items:center;margin:var(--mt10) auto 0}
.board-category ul li:not(:last-child):after {content: "-";display: inline-block;padding:0 5px;color:#e99923}
.board-category a {color:#989898}
.board-category ul li:last-child a {font-weight: bold}

h1.board-title {font-size:var(--font-size-20);font-weight:600;border-bottom:2px solid #e1e2e2;padding:20px 100px 10px 0;line-height:1.2;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}

.board-info {
    --info-font-color:#999;
    display:flex;justify-content: space-between;align-items:center;padding:7px 0;border-bottom:1px solid #e1e2e2;
}
.board-info span.nick-name {font-size:var(--font-size-12);color:var(--info-font-color)}
.board-info ul {display:flex;justify-content: start;align-items:center;}
.board-info ul li dl {display:flex;justify-content: start;align-items:center;margin-right:10px;}
.board-info ul li dl dt {padding:0 15px;font-size:var(--font-size-12);color:var(--info-font-color);font-weight: normal}
.board-info ul li dl dd {font-size:var(--font-size-12);color:var(--info-font-color)}
.board-info .like-wrap {display: flex;align-items: center;border-radius: 3px;padding:1px 4px;font-size:var(--font-size-12);color:var(--info-font-color)}
.board-info .like-wrap img {display: inline-block;margin-right:1px;cursor:pointer}

.board-content {white-space: pre-wrap;word-break: break-all;word-wrap: break-word;font-size:var(--font-size-14);line-height:1.5;padding:15px 0}
.board-go-btn {text-align:center;}



.comment-box {
    width: 100%;
    padding:20px 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    box-sizing: border-box;
}

.comment-box textarea {
    width: 100%;
    height: 100px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1.4;
}
.comment-box .button-align {
    display: flex;
    justify-content: space-between;
}
.comment-list {}
.comment-list h3.comment-count-wrap {font-size:var(--font-size-16);font-weight: 700;}
.comment-list li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    box-sizing: border-box;
}
.comment-list li.child {
    padding-left: 50px;
}
.comment-list li .comment-icon .icon-image {
    width:80px;
    height:80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    flex-basis: 100px;
    justify-content: center;

}
.comment-list li .comment-icon .icon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-list .comment-content {
    flex-basis: 750px;
    position: relative;
    line-height: 1.5;
}
.comment-list .comment-content .reply {
    display:none;
}
.child .comment-content .reply {
    display: block;
    width:20px;
    position: absolute;
    top:5px;
    left:-30px;
}
.comment-list .comment-content .comment-head {
    display: flex;
    justify-content: space-between;
    /*justify-content: flex-start;*/
    align-items: center;
}
.comment-list .comment-content .comment-head .user {
    font-size:var(--font-size-14);
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.comment-list .comment-content .comment-head .user img {
    width:25px;
    height:25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.comment-list .comment-content .comment-head .comment-date {
    margin-left:60px;
    font-size:var(--font-size-12);
    color: #999;
    position: relative;
    top:8px;

}
.comment-list .comment-content .comment-flex {
    display: flex;
    justify-content: space-between;

}
.comment-list .comment-content .comment-body {
    flex-basis: 700px;
    display: flex;

}

.comment-list .child .comment-content .comment-body .reply-user {
    display: block;
    font-size:var(--font-size-14);
    color: #999;
    margin-right: 4px;
    flex-shrink: 0;
}

.comment-list .comment-content .comment-body .reply-user{
    display: none;
}
.comment-list .comment-content .comment-body {
    font-size:var(--font-size-14);
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.comment-list .comment-content .comment-foot {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.comment-list .comment-content .comment-date a {
    display: inline-block;
    color: #999;
    font-size:var(--font-size-13);
}
.comment-list .comment-content .comment-foot a {
    margin:0 5px;
    display: inline-block;
    color: #999;
    font-size:var(--font-size-13);
}
.add-comment-form {
    padding:10px 0;
    margin-top: 20px;
    border-top:1px solid #e1e2e2;
}
.add-comment-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    resize: none;
    box-sizing: border-box;
    font-size:var(--font-size-14);
    font-family: 'Nanum Gothic', 'Open Sans', sans-serif;
}
.add-comment-form .comment-add {
    margin-top: 10px;
}

.btn-flex {display: flex;justify-content: flex-end}
.comment-child-list li {
    border-bottom: 0;
    border-top:1px solid #e5e5e5;
}

.board-detail-footer .btn-wrap {
    margin:20px 0;
    text-align: center;
}

.board-detail-footer .btn-wrap a {
    width:150px;
}

.form-label label {
    display: block;
    margin:20px 0 10px;
    font-weight:bold;
}

.button-stick {display: flex;}
.button-stick > input {width:600px;display: inline-block;margin-right:10px;}
.board-btns {margin:30px 0;text-align:center;}

.mobile-detail-2-title {padding:10px 15px;font-weight: bold}
.board-type2-content {padding:10px 15px;white-space: pre-wrap}
.detail-go-to-btn {width:200px;margin:auto;text-align: center;display: block}
.board-page {text-align: center}

.login-page {width:480px;margin:auto;}
.login-page .form-signin h1 {text-align: center;margin-bottom: 30px;}
.login-page .form-group.form-margin {margin-bottom:25px;}
.login-page .join-text {padding:20px 0;}

.login-page .login-func {text-align: right;margin:50px 0;}
.login-page .login-func a {color:#272727}
.login-page .check-box-ui label{
    font-size:var(--font-size-12);
}
.login-page .check-box-ui input[type="checkbox"] {
    margin-top:0;
}

.join-page {width:480px;margin:auto;}
.join-page .form-group {margin-bottom:30px;}
.join-page h1 {text-align: center;margin-bottom: 30px;}
.form-flex {display:flex;justify-content: space-between;align-items:center;}
.form-flex input {margin-right:10px;}

.divider {width:100%;height:1px;margin:20px 0;background-color:transparent;}
.divider.line {background-color:#e1e2e2;}
.divider.line.more-bottom-margin {margin-bottom:50px;}

.required label:after {content:'*';color:#4e6fd9;display: inline-block;margin-left:5px;}

.agreements .document-header {display: flex;justify-content: space-between;align-items: center;padding:20px 0;border-bottom:1px solid #e1e2e2;margin-bottom:20px;}
.agreements .document-header h2 {font-size:var(--font-size-25);font-weight: bold;}
.agreements .document {line-height: 1.3;padding:15px;}

/*#footer {background: #272727;margin-top:50px;}*/
/*#footer .content-inner {border-top:1px solid #000;border-bottom:1px solid #000;background: #1d2248}*/
/*#footer ul{width:var(--container-width);margin:auto;padding:20px 0;display:flex;justify-content: space-between;align-items: center;}*/
/*#footer ul a {font-size:var(--font-size-16);color:#fff}*/
/*#footer .company-info {width:var(--container-width);margin:auto;padding:20px 0;}*/
/*#footer .company-info p {font-size:var(--font-size-16);color:#b0b0b0;line-height: 1.4;margin-bottom:5px;}*/


/*#footer {background: #e1e2e2;margin-top:50px;}*/
/*#footer .content-inner {border-top:1px solid #000;border-bottom:1px solid #000;background: #3d3d3d}*/
/*#footer ul{width:var(--container-width);margin:auto;padding:20px 0;display:flex;justify-content: space-between;align-items: center;}*/
/*#footer ul a {font-size:var(--font-size-16);color:#fff}*/
/*#footer .company-info {width:var(--container-width);margin:auto;padding:20px 0;}*/
/*#footer .company-info p {font-size:var(--font-size-16);color:#000;line-height: 1.4;margin-bottom:5px;}*/

.footer {margin-top:0;background:#ededed;padding:50px 0}
.footer-inner {display:flex;justify-content: flex-start;width:1380px;margin:auto;}
.footer-inner .flex-left-side {flex-basis:970px}
.company-list {width:100%}
.company-list ul {display:flex;align-items: center}
.company-list ul li:not(:last-child):after {content:'|';display:inline-block;margin:0 9px;font-size:var(--font-size-11);position:relative;top:-2px}
.company-list ul li a {color:#444444;font-size:var(--font-size-14);text-decoration:none;}
.com-info {margin:15px 0 0;line-height:1.4}
.copyright {display:inline-block;color:#444;font-size:var(--font-size-14);font-weight:bold;margin-top:21px;}

.note-placeholder {color:#999;}


.temp-type {
    margin-bottom:30px;
    --table-td-bg:#eee;
    --table-border-color:#cecece;
    --table-border-top-color:#00bfff;
}
.temp-type h2 {font-size:var(--font-size-16);font-weight: bold;margin:15px 0}
.temp-type table,.temp-type th,.temp-type td {
    border: 1px solid var(--table-border-color);
    border-left:0;
    border-collapse: collapse;
}
.temp-type table,.temp-type th:last-child,.temp-type td:last-child {
    border-right:0;
}


.temp-type table {width:100%}
.temp-type table th,
.temp-type table td {padding:12px;text-align:center;font-size:var(--font-size-14);}
.temp-type table thead th {background: var(--table-td-bg);border-top:1px solid var(--table-border-top-color)}

.temp-type .table-type2 tbody td {border-top:1px solid var(--table-border-top-color)}
.temp-type .table-type2 td {width:50%}
.temp-type .table-type2 td:first-child {background: var(--table-td-bg)}

.no-bottom-border,
.no-bottom-border td {border-bottom:0 !important;}
.fill-border-color {background: var(--table-td-bg)}

.table-notice {text-align: right;color:#2b2b2b;font-size:var(--font-size-12);}
.title-both {display: flex;justify-content: space-between;align-items: center}
.shop-info {}
.shop-info h3 {margin:10px 0 5px}
.shop-info p {line-height: 1.4;vertical-align: center;color:#8c8b8b;position: relative;padding:0 0 0 10px;font-size:var(--font-size-12);}
.shop-info p > span {position: absolute;top:3px;left:0;}

.shop-info.shopinshop h3 {font-size:var(--font-size-18);}

.sort-select-box {display: flex;align-items: center;justify-content: space-between;padding-top:10px;}
.sort-select-box.form-group {margin-bottom:0;}
.sort-select-box select {width:180px;font-size:var(--font-size-12);padding:2px 8px 4px;height:30px}

.relative {position: relative}
.speech-bubble {
    position: relative;
    background-color: #fff;
    border: 1px solid #6f81bc;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
    z-index: 2000;
    display: none;
}

.all-category.show-item .speech-bubble,
.all-category-money.show-item .speech-bubble,
.community.active .speech-bubble {
    display: block;
}

.speech-bubble:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.speech-bubble-content {
    margin-bottom: 10px;
}
.speech-bubble .speech-bubble-content ul li {
    border-bottom:1px dotted #e1e2e2;
}
.speech-bubble .speech-bubble-content ul li a {
    color:#000!important;
    display: block;
    padding:10px 0;
    font-size:var(--font-size-14);
    font-weight: normal;

}

.speech-bubble.pos {
    position: absolute;
    top:45px;
    left:-45px;
}

.speech-bubble.type2 {
    width:130px;
    transform: translateX(50%);
}

.slick-slide {
    /*pointer-events: none;*/
    transform: translate3d(0, 0, 0);
}

.multiple-items .item {
    cursor:pointer;
}
.multiple-items .slick-slide a {
    pointer-events: none;
    cursor:pointer;
    color:#000
}

.body-line-wrap h3 {
    padding:15px 0;
    font-size:var(--font-size-18);
    font-weight: 600;
}
.body-content img {
    width:100%;
}

.body-line-wrap .body-content p {
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.company-popup {
    padding:0 15px;
}
.nohand {cursor:default!important;}

.note-editable {line-height: 1.2}

.kitchen_detail .body-content img,
.shopinshop_detail .body-content img {width:100% !important;}

.search-btn-wrap {display:flex;justify-content: center;align-items:center;margin-top:15px;}

.sort-select-box h3 {font-size:var(--font-size-16)}

.my-page .form-group {margin-bottom:25px;}
.my-page input[type="text"],
.my-page input[type="password"] {
    height: 45px;
}
.my-page .form-group label {font-weight: normal;margin-bottom:13px;}
.my-page .button-align {display:flex;justify-content: space-between}
.my-page .mypage-btn-align {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0;
}
.my-page .mypage-btn-align button:first-child {margin-right:10px;}

.pagination>li>a, .pagination>li>span {
    cursor: pointer;
}

.img-error {
    background-color: #e1e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color:#fff;
    border-radius: 15px;
}

.error_msg {
    display: none;
    padding:10px 0;
}

.reject_login_id .error_msg {display: block;color:red;}
.confirm_login_id .error_msg {display: block;color:blue}
.confirm .error_msg {display: block;color:blue}
.reject .error_msg {display: block;color:red}
.btn {outline: none !important;}

.pc-group-search h2 {
    padding:8px 0;
    border-bottom: 2px solid #b3b3b3;
}

.is_image {
    width:15px;
    vertical-align: bottom;
}

.no-login-comment {
    font-size: 12px;
    margin:15px 5px 0;
    color:#272727;
    display: block;
}

.main-ad-1 {width:398px;margin-top:10px;}
.main-ad-2 {
    width:150px;min-height:500px;
    position:absolute;
    right:-160px;
    top:10px;
}
.main-ad-3 {
    width:938px;
}
.franchise-ad-1 {
    width:938px;
    margin:10px 0
}
.franchise-ad-2 {
    width:938px;
}
.shopinshop-ad-1 {
    margin-top:10px;
    width:938px;
}

.shopinshop-ad-2 {
    margin-top:10px;
    width:938px;
}

.kitchen-ad-1{
    margin-top:10px;
    width:938px;
}

.kitchen-ad-2{
    margin:10px 0;
    width:938px;
}
.shopinshop-detail-ad-2 {
    margin:10px 0;
    width:938px;
}

.kitchen_detail-ad-2 {
    margin:10px 0;
    width:938px;
}

.kitchen-detail-ad-3 {
    margin:10px 0;
    width:938px;
}
.board-ad-2 {
    margin:10px 0;
    width:938px;
}
