body {
    font-size: 19px;
    color:#000;
}

.loading_, .sending_, .processing_ {
    width:100%;
    position: fixed; left:0; background: rgba(255,255,255,.6); text-align: center; padding:20px 0; display: none;
    font-size: 14px; font-weight: 900; color:#000; z-index: 9999;
}
.loading_ i, .sending_ i, .processing_ i {
    font-size:30px
}

.memProfile div.w30 {
    border-radius: 50%; width:30px; height:30px; overflow: hidden;
}

.memProfile div.w30 img {
    width:30px;
}

a {
    cursor:pointer;
}

.pointer {
    cursor:pointer;
}

.boardImg {
    border: 1px solid rgba(0,0,0,.2);
    margin: 5px 0;
}

#result_search {
    display:none;
}

.bootbox-body {
    color:#000;
    font-size: 20px;
    text-align: center;
}
.bootbox .modal-footer {
    text-align:center;
}

.hide {
    display:none;
}

.tag {
    border:1px solid rgba(0,0,0,.0); cursor:pointer;
    padding-top: 3px; padding-bottom: 3px;
    border-radius: 3px;
    font-size: 18px;
    color:#000;
}
.tag:hover {
    background-color:#fff;
    border:1px solid rgba(0,0,0,.2);
    transition: .1s;
}
.tag.active {
    border:1px solid #ff6b6b
}

.alert.alert-danger {
    color:#ff6b6b;
}

.cards {
}
.cards:hover {
    background-color:#fff;
    transition: .5s;
    border-radius: 8px;
}

.cards .img {
    height: 300px;
    border-radius: 8px;
    background-size: cover !important;
    background-position: center !important;
}

.cards .h6 {
    overflow:hidden;
}

.cards .hit {
    font-family:Lato, sans-serif
}
.chkbox {
    height: 40px;
    padding: 0 auto;
}
.chkbox div {
    float:left;
    margin-right: 5px;
    height: 30px;
}
.chkbox div.sel_ico {
    margin-top: -5px;
}
.chkbox div.sel_txt {
    line-height: 138%;
    font-size: 16px;
}
.chkbox i {
    font-size: 24px;
}

.float-right {
    float: right;
}

.avatar {
    border-radius: 50%;
    overflow:hidden;
}

h1.page-heading font {
    font-weight: 200;
    color:#000;
}

.sel_tags {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
    margin: 10px 0;
    border-radius: 3px;
}
.sel_tags .btn {
    font-size: 15px;
}
.sel_tags .btn i {
    margin-left: 5px;
}

.remove_tag_all {
    display: none;
}

#cart {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -3px 5px rgba(0,0,0,.06);
    background:#fff;
    padding-top:5px;
    padding-bottom:5px;
    height: 61px;
    display: none;
    background-color: rgba(255,255,255,.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

#cart .slist {
    flex:3;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart .slist div {
    flex:1;
    max-width: 50px;
    display:inline-block;
    height: 50px;
    width: 50px;
    background-size: cover !important;
    background-position: center !important;
    padding:15px;
}
#cart .left_blank {
    flex:1;
    max-width: 230px;
}
#cart .btn-next {
    flex:1;
    text-align:right;
    line-height: 350%;
    height: 50px;
    display: table-cell;
    vertical-align:middle;
    padding-right: 20px;
    cursor: pointer;
    max-width: 90px;
}



/* -------- Btn-Gray ---------- */
.btn-gray {
    color: #333333;
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-gray:focus,
.btn-gray.focus {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #afafaf;
}
.btn-gray:hover {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #d0d0d0;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #d0d0d0;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
    color: #333333;
    background-color: #c3c3c3;
    border-color: #afafaf;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
    background-image: none;
}
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
    background-color: #eeeeee;
    border-color: #eeeeee;
}
.btn-gray .badge {
    color: #eeeeee;
    background-color: #333333;
}
.btn-circled {
    border-radius: 25px;
}
.btn-flat {
    border-radius: 0;
}

.border-bottom {
    border-bottom: 0.5px solid rgba(0,0,0,.2) !important;
}

.list_tag {
    max-height:220px;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
}

.text-theme-colored {
    color: #ff6b6b !important;
}
.line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.line-bottom:after, .line-bottom:before, .line-bottom:after, .line-bottom-no-border:after, .line-bottom-center:after, .line-bottom-center:before {
    background: #ff6b6b;
}
#listSche.schedule {
    padding-bottom: 60px;
}
#listSche.schedule .btn {
    margin-bottom: 5px;
}
#listSche h5, #listSche .h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#listSche h2, #listSche .h2 {
    font-size: 24px; font-weight: 200;
    font-family:Lato, sans-serif;
    color:#000;
}
#listSche h2 .small, #listSche .h2 .small {
    font-size: 80%; font-weight: 200;
}
#listSche .mon {
    font-family:Lato, sans-serif;
    font-weight: 200px;
}

.fieldname i {
    margin-right: 10px;
}

.catmonth {
    margin:0 !important;
}
.catmonth .col-xs-1 {
    padding:0 !important;
}
.catmonth .mon {
    cursor:pointer;
    overflow:hidden;
    border-radius: 2px;
    padding:10px 0;
    color:#555;
}
.catmonth .mon.active {
    background-color:#ff6b6b;
    color:#fff;
}
.catmonth .mon:hover {
    background-color:rgba(0,0,0,.05);
    color:#555;
}

.alert-danger, .alert-default, .alert-warning, .alert-primary, .alert-success, .alert-info {
    border-color: rgba(0,0,0,.1);
}
.alert-default {
    color: #555;
    background-color: #fff;
}
.alert-gray {
    color: #555;
    background-color: #f9f9f9;
}
.alert-dashed {
    border: 2px dashed rgba(0,0,0,.1);
}
.alert-rounded {
    border-radius: 10px;
}

.inline-block {
    display: inline-block;
}

.prev_sche {
    display:none;
}

.cardsection .item {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 1800px;
}
.slick-slider {
    margin-bottom: 0;
}
.slick-slider.slick-padding-dots {
    padding-bottom: 90px;
    margin-bottom: 0;
}
.slick-slider.slick-padding-dots .slick-dots {
    bottom: 0;
}
.slick-slider.slick-nav-hover .slick-prev,
.slick-slider.slick-nav-hover .slick-next {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}
.slick-slider.slick-nav-hover:hover .slick-prev,
.slick-slider.slick-nav-hover:hover .slick-next {
    opacity: .99;
}
.slick-slider.slick-nav-hover:hover .slick-prev:hover,
.slick-slider.slick-nav-hover:hover .slick-next:hover {
    opacity: .99;
}
.slick-slider.slick-nav-white .slick-prev,
.slick-slider.slick-nav-white .slick-next {
    background-color: #fff;
}
.slick-slider.slick-nav-white .slick-prev:hover,
.slick-slider.slick-nav-white .slick-next:hover {
    background-color: #fff;
}
.slick-slider.slick-nav-white .slick-prev:before,
.slick-slider.slick-nav-white .slick-next:before {
    color: #000;
}
.slick-slider .slick-dots {
    margin-bottom: 50px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
    width: 30px;
    height: 60px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    opacity: .99;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    background-color: rgba(0,0,0,.4);
    opacity: .99;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-family: 'Ionicons';
    font-size: 21px;
    line-height: 42px;
}
.slick-slider .slick-prev {
    left: 0px;
}
.slick-slider .slick-prev:before {
    content: "\f124";
}
.slick-slider .slick-next {
    right: 0px;
}
.slick-slider .slick-next:before {
    content: "\f125";
}
.slick-dots {
    bottom: 0px;
}

.swipe-comment {
    position:absolute;
    width: 100%;
    bottom: 100px;
    text-align:center;
    color:#fff;
    background-color:#ffcc00;
    height: 30px;
    padding: 5px 0;
}

#map_canvas {
    width: 100%;
}

h3 {
    color:#000;
}

.cardsection img {
    width: 100%;
}

.page-title {
    line-height: 180%;
    font-size: 135%;
    font-weight: 500;
    width: 102%;
    text-align: center;
    color:#000;
}

#kakao-link-btn {
    font-size: 16px;
}
#kakao-link-btn img {
    height: 22px;
}

.invite_title {
    color:#000;
    font-weight: 500;
}
.info {
    color:#000;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 1441px) {
    .cards .img {
        height: 410px;
    }

    .cardsection .item {
        height: 900px;
    }

    #map_canvas {
        height: 700px;
    }
}

@media screen and (max-width: 1440px) {
    .cards .img {
        height: 410px;
    }

    .cardsection .item {
        height: 800px;
    }

    #map_canvas {
        height: 700px;
    }
}

@media screen and (max-width: 1201px) {
    .cards .img {
        height: 270px;
    }

    .cardsection .item {
        height: 1150px;
    }

    #map_canvas {
        height: 600px;
    }


    .invite_title, .invite_address {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fieldname {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-block.block-content
    {
        padding: 0 !important;
    }

}

@media screen and (max-width: 1024px) {
    .cards .img {
        height: 260px;
    }

    .cardsection .item {
        height: 1300px;
    }

    #map_canvas {
        height: 900px;
    }
}

@media screen and (max-width: 991px) {
    .cards .img {
        height: 380px;
    }
    #cart .left_blank {
        display:none;
    }

    .cardsection .item {
        height: 900px;
    }

    #map_canvas {
        height: 900px;
    }
}

@media screen and (max-width: 768px) {
    .cards .img {
        height: 420px;
    }

    .cardsection .item {
        height: 730px;
    }

    #map_canvas {
        height: 700px;
    }
}

@media screen and (max-width: 546px) {
    .cards .img {
        height: 360px;
    }

    .cardsection .item {
        height: 480px;
    }

    #map_canvas {
        height: 600px;
    }
}

@media screen and (max-width: 425px) {
    .cards .img {
        height: 250px;
    }

    .cardsection .item {
        height: 400px;
    }

    #map_canvas {
        height: 400px;
    }
}

@media screen and (max-width: 375px) {
    .cards .img {
        height: 230px;
    }

    .cardsection .item {
        height: 370px;
    }

    #map_canvas {
        height: 300px;
    }
}
@media screen and (max-width: 320px) {
    .cards .img {
        height: 200px;
    }

    .cardsection .item {
        height: 320px;
    }

    #map_canvas {
        height: 300px;
    }

}