@charset "utf-8";

/* PSD파일로 작업 시 모든 사이즈 나누기 2 */

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
}

.header .inner-center {
    margin: 0 8px;
}

.header .header-content {
    position: relative;
    height: 26px;
}

.header .logo {
    position: absolute;
    top: 6.5px;
    left: 0;
    width: 37.5px;
    height: 13px;
}

.header .logo-link {
    width: 37.5px;
    height: 13px;
    display: block;
}

.header .logo-img {
    width: 100%;
    vertical-align: top;
}

.header .btn-area {
    position: absolute;
    top: 6.5px;
    right: 0;
    font-size: 0;
}

.header .btn-more {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0;
    background: url('../image/btn-menu.png') no-repeat 0 0 / 10px auto;
}

.header .btn-search {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: url('../image/btn-search.png') no-repeat 0 0 / 10px auto;
}

.header .gnb-box {
    border-bottom: 1px solid #f0f0f0;
}

.header .gnb {
    text-align: justify;
    text-align-last: justify;
    margin: 0 5px;
    font-size: 0;
}

.header .gnb-list {
    display: inline-block;
}

.header .gnb-list.on {
    position: relative;
}

.header .gnb-list.on::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.header .gnb-list a {
    display: block;
    font-size: 7px;
    padding: 4px 10px 4px;
    box-sizing: border-box;
}

/* 메인 */
.main-content .notice-board .login-content {
    height: 77px;
}

.main-content .notice-board .desc-btn {
    background-color: #e0f8eb;
    color: #009f47;
}

.main-content .loca .loca-content {
    position: relative;
    height: 101px;
    border-top: 5px solid #eee;
    padding: 10px 0;
}

.main-content .loca .title {
    position: absolute;
    top: 10px;
    left: 8px;
}

.main-content .loca .desc-btn {
    background-color: #f5f6f8;
    color: #676767;
}

.main-content .loca .title::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url('../image/btn-map.png') no-repeat 0 0 / 8px auto;
    margin: 0 0 0 3px;
    vertical-align: -1px;
}

.main-content .cafe-reco .content {
    border-top: 5px solid #eee;
    padding: 0 8px;
    box-sizing: border-box;
}

.main-content .cafe-reco .title {
    margin: 5px 0 0 0;
}

.main-content .cafe-reco .category-box {
    margin: 8px 0 0 0;
    overflow: hidden;
}

.main-content .cafe-reco .category {
    display: flex;
    white-space: nowrap;
}

.main-content .cafe-reco .category::after {
    content: '';
    display: block;
    clear: both;
}

.main-content .cafe-reco .category-list {
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0 4px 0 0;
    border: 0.5px solid #eee;
    border-radius: 18px;
    box-sizing: border-box;
}

.main-content .cafe-reco .category-list.on {
    background-color: #e0f8eb;
    border: 1px solid #e0f8eb;
    color: #009f47;
}

.main-content .cafe-reco .category-link {
    display: block;
    font-size: 5px;
    padding: 0 8px;
}

.main-content .post-box .post {
    padding: 10px 0;
}

.main-content .post-box .post-list {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.main-content .post-box .post-list:last-child {
    border-bottom: none;
}

.main-content .post-box .post-link {
    display: flex;
    justify-content: space-between;
}

.main-content .post-box .desc {
    font-size: 7px;
    margin: 0 0 4px 0;
}

.main-content .post-box .point {
    color: #03c75a;
    margin: 0 4px 0 0;
}

.main-content .post-box .text {
    color: #979797;
    font-size: 6px;
}

.main-content .post-box .desc-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 20px;
    font-size: 6px;
    color: #000;
}

.main-content .cafe-page-inner {
    padding: 10px 8px 16px;
    max-width: 640px;
    box-sizing: border-box;
    margin: 0 auto;
}

.main-content .cafe-page {
    display: flex;
    flex-wrap: wrap;
}

.main-content .cafe-page-list {
    flex-basis: 33.3%;
    display: flex;
    flex-direction: column;
    margin: 0 0 5px 0;
}

.main-content .cafe-page-link {
    display: inline-block;
    flex: auto;
    font-size: 8px;
    height: 17.5px;
    line-height: 17.5px;
}

.main-content .cafe-page-link::before {
    content: '';
    display: inline-block;
    width: 17.5px;
    height: 17.5px;
    vertical-align: -5px;
    margin: 0 6px 0 0;
}

.main-content .cafe-icon01::before {background: url('../image/cafe-page-icon01.png') no-repeat 0 0 / 17.5px auto;}
.main-content .cafe-icon02::before {background: url('../image/cafe-page-icon02.png') no-repeat 0 0 / 17.5px auto;}
.main-content .cafe-icon03::before {background: url('../image/cafe-page-icon03.png') no-repeat 0 0 / 17.5px auto;}
.main-content .cafe-icon04::before {background: url('../image/cafe-page-icon04.png') no-repeat 0 0 / 17.5px auto;}
.main-content .cafe-icon05::before {background: url('../image/cafe-page-icon05.png') no-repeat 0 0 / 17.5px auto;}

.main-content .cafe-add .inner-center{
    max-width: 640px;
    margin: 0 auto;
}

.main-content .cafe-add .content {
    background-color: #fafafa;
    height: 44px;
    border-top: 0.5px solid #f0f0f0;
    border-bottom: 0.5px solid #f0f0f0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .cafe-add-btn {
    display: inline-block;
    padding: 0 6px 0 0;
    height: 21px;
    line-height: 21px;
    color: #fff;
    background-color: #03c75a;
    font-size: 7px;
    vertical-align: top;
}

.main-content .cafe-add-btn::before {
    content: '';
    display: inline-block;
    width: 21.5px;
    height: 21px;
    margin: 0 6px 0 0;
    background: url('../image/cafe-add-btn.png') no-repeat 0 0 / 21.5px auto;
    vertical-align: -7px;
}

.main-content .cafe-add-btn .point {
    color: #fff032;
}

.footer .inner-center {
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #fafafa;
}

.footer .scroll-top {
    font-size: 6px;
    display: block;
    margin: 0 0 13px 0;
}

.footer .scroll-top::before {
    content: '';
    display: inline-block;
    width: 9.5px;
    height: 8.5px;
    background: url('../image/top-arr.png') no-repeat 0 0 / 9.5px auto;
    margin: 0 2px 0 0;
}

.footer .info-list {
    font-size: 0;
}

.footer .info-item {
    display: inline-block;
    border: 0.5px solid #c1c1c1;
    height: 14px;
    line-height: 14px;
}

.footer .info-item + .info-item {
    margin: 0 0 0 4px;
}

.footer .info-link {
    display: block;
    padding: 0 5px;
    font-size: 5px;
}

.footer .cafe-list {
    font-size: 0;
    margin: 6px 0 6px 0;
}

.footer .cafe-item {
    display: inline-block;
    position: relative;
    padding: 0 4px 0 0;
    margin: 0 4px 0 0;
}

.footer .cafe-item::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 0.5px;
    height: 5.5px;
    background-color: #999;
}

.footer .cafe-item:last-child::after {
    content: none;
}

.footer .cafe-link {
    display: block;
    font-size: 5px;
    color: #999;
}

.footer .naver-corp {
    text-align: center;
    font-size: 5px;
    color: #999;
}
