@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    font-style: normal;
}
a {
    text-decoration: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
body {
    font-family: var(--lm-font-family);
    background: #f5f5f5;
}

.px1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#wrapper > .px1200 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#wrapper > .px1200 > h1 {
    width: 100%;
}
.fll {
    float: left;
}
.flr {
    float: right;
}

/*#container_wr { width:730px !important;  }*/

.header ul {
    float: right;
}
.header ul li {
    float: left;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}

.header ul li i {
    padding: 0 20px 0 0;
    font-size: 18px;
    vertical-align: text-bottom;
}

.top_vis {
    width: 100%;
    height: 110px;
    background-image: linear-gradient(128deg, #6a80f8 6%, #00aee9 91%);
    padding-top: 80px;
}
.search_bg {
    width: 90%;
    margin: 20px auto 0 auto;
    height: 40px;
    background: #fff;
    border-radius: 25px;
}
.search_bg input:first-child {
    border: none;
    font-size: 15px;
    width: 83%;
    height: 36px;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 2px;
}
.search_bg input:last-child {
    margin-top: 5px;
}
.search_bg input::placeholder {
    color: #aaa;
    opacity: 1;
}

header {
    width: 100%;
    height: 108px;
    position: absolute;
    background-image: linear-gradient(90deg, #6a80f8 6%, #239eee 91%);
}
header h1 {
    float: left;
    line-height: 80px;
}
header h1 img {
    vertical-align: middle;
}

header .search {
    float: left;
    background: #fff;
    line-height: 40px;
    width: calc(100% - 25rem);
    margin-top: 20px;
    border-radius: 10px;
    padding-left: 10px;
    margin-left: 100px;
}
header .search input {
    border: none;
    height: 25px;
    vertical-align: middle;
    width: 430px;
    font-size: 16px;
    border-radius: 10px;
    padding-left: 10px;
    color: #333;
}
header .search input:last-child {
    width: 25px;
    margin-left: 10px;
}

.favorite-search {
    scrollbar-width: none;
}
.favorite-search > div {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10rem;
    padding: 2px 16px;
    flex-shrink: 0;
    line-height: 1.5;
}
.favorite-search > div:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}
.favorite-search::-webkit-scrollbar {
    display: none;
}

#nav {
    float: right;
    margin-top: 22.5px;
}
#nav .menu {
    float: left;
}
#nav .menu > li {
}
#nav .menu > li a {
    display: block;
    float: right;
}
#nav ul svg {
    width: 35px;
    height: 35px;
    color: #fff;
}
#nav ul.menu li {
    width: 100%;
    list-style-type: none;
    font-size: 15px;
}
#nav ul.menu li .sub {
    position: absolute;
    right: 0;
    top: 63px;
    /* width: 100px; */
    min-width: 100px;
    width: auto;
    /* padding-left: 0; */
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 20px 0 20px 20px;
    background: rgba(255, 255, 255, 0.9);
}
#nav ul.menu li .sub a {
    display: block;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    z-index: 999;
    text-align: center;
}
#nav ul.menu li .sub a:hover {
    color: #2e9af0;
}

#wrapper {
    padding-top: 108px;
    min-height: 600px;
}

.visual {
    display: block;
    content: "";
    clear: both;
    width: 100%;
    height: 850px;
    background-image: linear-gradient(128deg, #6a80f8 6%, #00aee9 91%);
    padding-top: 30px;
}
.visual h2 {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -2.5px;
    color: #fff;
    font-weight: 800;
    margin-top: 40px;
}
.visual p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 35px;
}
.visual .px1200 {
    background: url(../img/main-phone-1111.png) no-repeat right bottom;
    background-position-y: 120px;
    height: 850px;
}
.visual .fll ul {
    margin-top: 50px;
}
.visual .fll ul li {
    background: #fff;
    border-radius: 25px;
    width: 180px;
    text-align: left;
    margin-top: 20px;
}
.visual .fll ul li a {
    padding: 10px 0 10px 30px;
    line-height: 50px;
    font-size: 18px;
    color: #02ade9;
}
.visual .fll ul li a i {
    margin-right: 10px;
    font-size: 20px;
}

#content {
    padding-bottom: 100px;
}
#content:after {
    display: block;
    clear: both;
    content: "";
}
#content h1 {
    margin-top: 120px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}
.lt_more {
    width: 200px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    border: none;
    display: block;
    background: #00aee9;
    border-radius: 25px;
    margin-top: 80px;
    margin-bottom: 20px;
    cursor: pointer;
    clear: both;
    line-height: 40px;
    text-align: center;
}
.lt_more a {
    color: #fff;
}

#sub_content {
    width: 100%;
}
.food_main img {
    width: 100%;
    height: auto;
}
.food_img_m {
    position: relative;
}
.food_img_m .circle {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -30px;
}
.food_img_m .circle li {
    color: #fff;
    font-size: 10px;
    float: left;
    margin: 0 5px;
}
.food_img_m .circle li.c_active {
    color: #0094ff;
}
.food_img_m .view li {
    float: left;
    font-size: 12px;
    color: #e2e2e2;
    margin-right: 10px;
}
.food_img_m .view {
    margin-top: 10px;
    height: 13px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.food1 {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}
.food1 .tit {
}
.food1 .tit h2 {
    font-weight: 500;
    display: inline-block;
    font-size: 23px;
    /* float: left; */
    margin-bottom: 7px;
}
.food1 .tit .star {
    margin-bottom: 5px;
    margin-top: 4px;
}
.food1 .tit .star span {
    font-size: 18px;
    font-weight: 500;
}
.food1 .tit .star span span {
    color: #ff9a00;
    letter-spacing: 0.1em;
}
.food1 .tit .star span span b {
    color: #ddd;
}
.food1 .tit .star span em {
    font-size: 13px;
    font-style: normal;
    color: #777;
}
.food1 .tit .coupon {
    clear: both;
    font-size: 13px;
    line-height: 10px;
    color: #222;
    padding-bottom: 3px;
}
.food1 .tit .coupon em {
    font-style: normal;
    color: #ff9a00;
    font-weight: 700;
}
.food1 .tit .tag {
    padding-bottom: 15px;
    clear: both;
    height: 32px;
}
.food1 .tit .tag span {
    margin-right: 5px;
    font-size: 13px;
    background: #aaa;
    padding: 3px;
    color: #fff;
    border-radius: 3px;
}
.food1 .tit .pay {
    clear: both;
    width: 100%;
    font-size: 13px;
    padding: 8px 0 5px 0;
    padding-bottom: 13px;
}
.food1 .tit .pay span {
    color: #00aff5;
    border: 1px solid #00aff5;
    padding: 5px;
    font-size: 13px;
    margin-right: 5px;
    font-weight: 700;
}
.food1 .tit .pay em {
    font-style: normal;
    color: #888;
}

#content h3 {
    font-size: 25px;
    font-weight: 900;
    color: #333;
    text-align: center;
    margin-top: 50px;
}
.list {
    width: 360px;
    position: relative;
    margin: 30px 20px;
    padding-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 5px 10px #eee;
    float: left;
    position: relative;
}
.list img {
    width: 100%;
}
.list h2 {
    font-size: 16px;
    padding: 0;
    letter-spacing: -0.025em;
}
.list h2 > a {
    color: #333;
}
.list .star {
}
.list .star img {
    width: 15px;
    height: 15px;
    vertical-align: text-top;
}
.list .star span {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.list .star span span {
    color: #ff9a00;
    letter-spacing: -0.05em;
}
.list .star span span b {
    color: #ddd;
}
.list .star span em {
    font-size: 12px;
    font-style: normal;
    color: #888;
}
.list .tag {
    margin-top: 5px;
    font-size: 12px;
    color: #2e9af0;
    line-height: 16px;
    clear: both;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list .tag span {
    margin-right: 5px;
    font-size: 13px;
    background: #aaa;
    padding: 3px;
    color: #fff;
    border-radius: 3px;
}
.list .tag button {
    padding: 6px 12px;
    border: none;
    border-radius: 20px;
    color: #00aee9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list .about_food > a {
    color: #333;
}

.reviewbtn {
    width: calc(100% - 40px);
    font-size: 15px;
    text-align: center;
    margin: 5px 0 5px 20px;
    padding: 7px 0;
    border-radius: 15px;
    background: #3199f0;
}
.reviewbtn span {
    font-weight: bold;
    color: #fdec9b;
}
.reviewbtn a {
    color: #fff;
}

.list .pay {
    clear: both;
    width: 100%;
    font-size: 13px;
    padding: 5px 0;
    margin-bottom: 5px;
}
.list .pay span {
    color: #00aff5;
    border: 1px solid #00aff5;
    padding: 5px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 700;
}
.list .pay em {
    font-style: normal;
    color: #888;
}

.list .coupon {
    clear: both;
    padding-left: 20px;
    font-size: 13px;
    margin: 5px 0;
}
.list .coupon em {
    font-style: normal;
    color: #ff9a00;
    font-weight: 700;
}
.list .instaa {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #555;
}

.list .you_icon {
    position: absolute;
    width: 35px;
    left: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 15px;
}
.list .you_adicon {
    position: absolute;
    width: 35px;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 15px;
}
.list .bxslider {
    height: 280px;
    padding-left: 0;
}
.list .about_food {
    background: #fff;
    padding: 16px 16px 4px;
    bottom: 0;
    width: 100%;
}

.list .gofood {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #00aee9;
    border-radius: 35px;
    text-align: center;
    font-weight: 900;
}
.list .gofood a {
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 10px 0;
    color: #fff;
}
.list .gofood1 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffbf00;
    border-radius: 35px;
    text-align: center;
    font-weight: 900;
}
.list .gofood1 a {
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 10px 0;
    color: #fff;
}

.btn_top {
    position: absolute;
    top: 30px;
    left: 20px;
}
.pg_wrap {
    padding: 80px 0 50px 0;
    position: relative;
    left: 50%;
    margin-left: -25%;
}
.btn_bo_user button,
.btn_bo_user a {
    font-size: 16px;
    color: #fff;
    background: #00aee9;
    padding: 10px 20px;
    border-radius: 50px;
    margin-right: 10px;
}
.btn_bo_user a {
    padding: 9px 20px 11px 20px;
}

#star_grade a {
    text-decoration: none;
    color: gray;
}
#star_grade a.on {
    color: red;
}

.bx-wrapper {
    border: none;
    box-shadow: none;
}

footer {
    clear: both;
    background: #aaa;
    padding: 20px 0;
}
footer p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

/*----------검색-------------------*/
.search_h2 {
    margin-top: 80px;
    font-size: 28px;
    text-align: center;
}
.search_h2 strong {
    color: #4490f2;
}
#sch_res_detail {
    margin-top: 50px;
    padding: 20px;
    margin-bottom: 30px;
}
#sch_res_detail select {
    font-size: 16px;
}
.frm_input {
    padding: 0 10px;
    font-size: 16px;
    height: 43px !important;
}
#sch_res_detail .btn_submit {
    font-size: 16px;
}

.cmt_btn {
    width: 95%;
    display: block;
    margin: 30px auto 0 auto;
    border: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-left: 1%;
    padding-bottom: 10px;
}
.cmt_btn span.total:after {
    bottom: -10px;
}
#bo_vc {
    width: 95%;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
}
.mbskin .mbskin_box {
    background: #f5f5f5;
}

.ccc p {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}
.ccc img {
    max-width: 100%;
}

.con_view {
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    position: relative;
}

.cmt_btn span.total {
    font-size: 16px;
}
.food1 .gofood0 {
    right: 0 !important;
    background: #ffbf00 !important;
}
.btm_btn3 {
    margin: 50px auto !important;
}
.btn_list {
    position: relative;
    right: 0;
}
.fix_btn {
    font-size: 16px;
    color: #333;
    border-radius: 50px;
    margin-right: 10px;
}

#fviewcomment {
    width: 95%;
    margin: 10px auto;
}
.bo_vc_w textarea {
    /* width: calc(100% - 40px); */
    padding: 20px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
}
.bo_vc_w_wr {
    position: relative;
}

.editt textarea {
    width: 958px;
    max-width: 100%;
    padding: 20px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
}
.editt #fviewcomment {
    width: 980px;
    max-width: 100%;
}
#wr_3:not(.form-control) {
    display: block;
    width: 200px;
    height: 35px;
    margin-bottom: 10px;
    font-size: 13px;
}

.soldout {
    width: 72px;
    height: 42px;
    position: absolute;
    right: 50%;
    margin-right: -560px;
    top: 9px;
    background: #ddd;
    border-radius: 35px;
    text-align: center;
    font-weight: 900;
    color: #555;
    z-index: 999;
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 16px 0;
}
.soldout2 {
    width: 62px;
    height: 32px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: #ddd;
    border-radius: 35px;
    text-align: center;
    font-weight: 900;
    color: #555;
    z-index: 999;
    font-size: 15px;
    line-height: 18px;
    display: block;
    padding: 16px 0;
}

.bg-header {
    background-image: linear-gradient(128deg, #6a80f8 6%, #00aee9 91%);
}

.scrollbar-none {
    scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
    display: none;
}
