/*taste_bg_web*/
/*.taste_bg02{*/
/*position: absolute;*/
/*top: -45px;*/
/*left: -13px;*/
/*width: 300px;*/
/*height: 215px;*/
/*background-image: url("./images/taste_bg2.png");*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/*opacity: 0.3;*/
/*}*/
/* internal */





.dqBtn, .dqBtn:hover, .dqBtn:active, .dqBtn:focus{background-color:transparent; width:100%; border:0; box-shadow: none;}
.btn .btn-default{
    width: 120px;
    color: #000000;
    font-size: 1.3333rem;
    margin: 10px 10px;
    border: none;
    border-radius: 0;
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
}
.btn .btn-default i{
    display: block;
    font-size: 2rem;
}
.btn .btn-default:hover{
    background: #ff4081;
    color: #fff;
    border: none;
}
/**/


.taste_list{
    margin: 0;
}
.taste_card{
    position: relative;
    max-height: 10000px;
    padding: 1.1574074%; /*(20/432)/4*/
    margin: 0;
    padding-bottom: 20px;
}
.taste_card:hover{
    cursor: pointer;
}
.taste_card:hover a img{
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.taste_card_wrap{
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width:767px){
    .taste_card{width:50%;
        float:left;
        padding:5px;
        margin: 0 0 15px 0;
    }
}

.card_img_wrap{
    width: auto;
    position: relative;
    max-height: 100%;
}
.card_img_wrap_thumbnail{
    position: relative;
    padding-top: 75%;  /*1:1 ratio*/
    /*padding-top: 56.136%; !*16:9 ratio*!*/
    overflow: hidden;
    z-index: 1;
    /*border-radius: 10px;*/
}
.card_img_wrap a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.card_img_wrap a img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.card_content{
    float: left;
    width: 100%;
    padding: 7px 0;
    font-size: 1rem;
    /*border-bottom: 1px #e6e7e9 solid;*/
    text-align: left;
}
.card_content .title{
    height:25px;
    vertical-align:middle !important;
    overflow-y:hidden;
    max-width: 100%;
}
.card_content .rates{
    color: #666;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 6px;
}
.card_content .date .label{
    float:left;
    font-size:0.75rem;
    margin-right:7px;
}
.card_content .date{
    position: relative;
    text-align:right;
    font-size: 1.25rem;
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 6px;
}

.card_content .dday{
    position:absolute;
    bottom: 0;
    left: 0;
    font-size: 1.1667rem;
    background: none;
}
.card_content .dday.a{
    font-size: 1rem;
    color: #ff4081;
    font-weight: 400;
}
.card_content .dday .label{
    font-size:12px
}
.card_content .dday.b{
    font-size: 0.75rem;
    color: #666;
    padding-top: 5px;
}
.card_content .dday.c{
    color: #fff;
    background: #ff4081;
    padding: 0 10px;
    border-radius: 100px;
    font-size: 1rem;
}
@media screen and (min-width:568px) and (max-width:767px){
    .taste_card{width:50%; float:left;}
}
.date_label_blur{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -32.322px;
    top: -7.322px;
    width: 100px;
    height: 50px;
    text-align: left;
    background: #ff4081;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.date_label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.25rem;
    color: #fff;
    /*font-size: 0.9167rem;*/
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 0;
}
.date_label.a,
.date_label.c,
.date_label.d{
    font-size: 1rem;
    /*top: 12px;*/
    left: 0;
    bottom: 2px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}
.date_label_blur.b{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./images/dot_texture_black.png") repeat;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    z-index: 1;
}
.date_label.b{
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    font-size: 1.5rem;
    text-shadow: 0 0 10px #000000;
    letter-spacing: 0.2em;
    font-weight: 400;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.date_label_blur.d{
    background: #27aae1;
}
.date_label.d{
    bottom: 2px;
    color: #ffffff;
}
.dday.d{
    color: #27aae1;
    font-size: 1rem !important;
}
.dday.b{
    visibility: visible;
    font-size: 0.8333rem;
}
.card_img_wrap_thumbnail.b a{
    background-color: #615345;
}
.card_img_wrap_thumbnail.b a img{
    opacity: 0.5;
}




.title{
    font-size: 1.1667rem;
    font-weight: 400;
    padding-left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
}
.title_sub{
    /* 한 줄 자르기 */
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date{
    position: relative;
    text-align: left !important;
    font-size: 1.3333rem;
    font-weight: 400;
    margin-top: 0;
}
.dday{
    display: inline-block;
}
.pin{
    display: inline-block !important;
    float: right !important;
    bottom:0;
    color: #ff4081;
    font-size: 1rem;
}








/* Dropdown Button */

.taste_dropdown{
    display: inline-block;
    float: left;
    margin-left: 1.1574074%;
    position: relative;
}
.taste_dropbtn {
    width: 200px;
    height: 36px;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: 500;
    cursor: pointer;
    background: #ff4081;
    border: none;
}
.taste_dropbtn:hover {
    /*background-color: #ffa6a6;*/
    color: #fff;
}

/* The container <div> - needed to position the dropdown content */

/* Dropdown Content (Hidden by Default) */
.taste_dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #fff;
    min-width: 900px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0 0 10px 10px;
    border:1px #d3d3d3 solid;
    border-top: 6px #ff4081 solid;
    top: -6px;
}

/* Links inside the dropdown */
.taste_dropdown-content a {
    width: 100%;
    color: black;
    padding: 0 12px;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 2.6em;
}
.taste_dropdown i{
    position: relative;
    right: 0;
    float: right;
    font-size: 1.6667rem;
    color: #fff;
}
.taste_dropdown-content div{
    margin: 0;
    text-align: left;
}
.taste_dropdown-content div span{
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 0;
    padding-left: 16px;
    background: #fff;
}

.taste_dropdown-content div ul{
    text-decoration: none;
    position: relative;
    background: #fff;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 32px;
    -webkit-column-count: 5;
    -ms-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 10px;
    -ms-column-gap: 10px;
    column-gap: 10px;

}
.taste_dropdown-content div ul li{
    width: 100%;
    line-height: 24pt;
    position: relative;
    padding: 0 10px;
    text-decoration: none;
    display: block;
    float: left;
    border-left:1px #333 solid;
}
.taste_dropdown-content div ul li:hover{
    background: #f0f0f0;
}

#myDropdown{
    z-index: 10;
    margin-top: 35px;
    padding-bottom: 24px;
    top: 0;
}
/* Change color of dropdown links on hover */
.taste_dropdown-content dl dd a:hover {background-color: #f1f1f1}

.dq_select{
    border: 1px #ff4081 solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 1rem;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 200px;
    height: 36px;
    padding: 0 10px;
    font-family: inherit;
    background: url('./images/dropdown.svg') no-repeat 95% 50%;
    background-size: 16px 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.dq_select_box{
    position: relative;
    float: left;
    margin-left: 16px;
}
.dq_select_box option{
    width: 100px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 0;
    top:0;
}

.taste_sort_wrap{
    float: right;
    margin-right: 1.1574074%;
}
.sort_btn{
    height: 36px;
    outline: none;
    background: none;
    border: 0;
    margin-right: 2px;
}
.sort_btn > span{
    display: inline-block;
    width: 0.8333rem;
    height: 0.8333rem;
    /*background: #333;*/
    background: #ffffff;
    border: 1px #ff4081 solid;
}
.sort_btn > span:first-child{
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    /*-webkit-box-shadow: inset 0.1875rem 0.1875rem 0 0 #fff;*/
    /*-moz-box-shadow: inset 0.1875rem 0.1875rem 0 0 #fff;*/
    /*-o-box-shadow: inset 0.1875rem 0.1875rem 0 0 #fff;*/
    /*box-shadow: inset 0.1875rem 0.1875rem 0 0 #fff;*/
}
.sort_btn > span:last-child{
    position: relative;
    width: auto;
    background: none;
    font-size: 1rem;
    margin-left: 6px;
    border: none;
}
.taste_down_wrap .col-xs-12.m {
    margin-bottom: 20px;
}
.taste_down_wrap .col-xs-12.location{
    margin-top: 20px;
    height: 50px;
    float: none;
    display: inline-block;
}

.taste_dropdown_wrap{
    overflow:hidden;
}
@media screen and (max-width: 768px){
    .taste_dropdown_wrap{
        padding: 0 5px;
    }
    .taste_dropdown{
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .taste_dropdown button{
        width: 100%;
        border: none;
        background: #ff7878;
    }
    .dq_select_box{
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .dq_select{
        width: 48.5%;
        float: left;
        margin-top: 15px;
        margin-left: 0;
        border: 1px #ff4081 solid;
        background-color: rgba(255,255,255,0.8);
    }
    .dq_select_box:nth-of-type(3) .dq_select{
        float: right;
    }
    .dq_select_box:nth-of-type(2) .dq_select{
        float: left;
    }

    .dq_select.solo{
        width: 100%;
        border: 1px #333 solid;
    }
    .dq_select option{
        width: inherit;
    }
    .taste_dropdown .dropdown-i{
        position: absolute;
        top: -32px;
        right: 8px;
        background: #ff7878;
    }
    .taste_dropdown-content{
        min-width:100%;
        width: 100%;
        position: relative;
        margin-top: 30px;
    }
    .taste_dropdown-content {
        border: 0;
    }
    .taste_dropdown-content a{
        padding: 0;
        font-size: 0.8333rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .taste_dropdown-content div ul{
        -webkit-column-count: 2;
        column-count: 2;
        padding: 0 8px;
        text-align: left;
    }
    .taste_dropdown-content div ul li{
        width: 100%;
        padding: 0 0 0 10px;
    }
    .taste_dropdown-content div span{
        text-align: left;
    }
    .taste_dropdown .glyphicon-remove-circle{
        font-size: 1.4167rem;
        text-align: right;
        position: absolute;
        right: 10px;
        top: -28px;
        color: #fff;
    }
    .taste_sort_wrap{
        width: 100%;
        position: relative;
        display: block;
        text-align: justify;
        margin: 10px 0 15px 0;
        padding: 0 0 16px;
        /*border-bottom: 1px #ddd dashed;*/
    }
    .sort_btn{
        margin-right: 0;
        padding: 0 8px 0 0;
    }
    .sort_btn > span {
        width: 0.25rem;
        height: 0.25rem;
    }
    .sort_btn > span:first-child{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        width: 16px;
        height:  16px;
        position:  relative;
        top:  4px;
    }
    .sort_btn > span:last-child{
        font-size: 0.8333rem;
        font-weight: 400;
        top: 0.125rem;
    }
    .taste_card{
        margin: 0 0 15px 0;
    }
}



/*-----TASTE Detail Page-----*/
.taste_logo{
    background: url("./images/dq_taste_logo.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    width: 200px;
    display: block;
    height: 100px;
    float: left;
    /* background-color: #ffd000; */
    text-align: center;
    left: -webkit-calc(50% - 100px);
    left: -moz-calc(50% - 100px);
    left: calc(50% - 100px);
    position: relative;
    margin-top: 42px;
}
.t0,.t1,.t2,.t3,.t4,.t5,.t6{
    padding-left: 10px;
}
.t0{
    clear: both;
    font-size: 2rem;
    font-weight: 700;
    margin: 15px 0;
}
.taste_title > .t0{
    padding-top: 40px;
}
.taste_title > .t0,
.taste_title > .t1,
.taste_title > .t2{
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*padding: 0;*/
}
.taste_title > .t1{
    padding: 0;
}
.taste_title > .t2{
    padding: 0;
    padding-bottom: 20px;
}
.t1{
    font-size: 1.1667rem;
    font-weight: 500;
    margin: 10px 0;
}
.t2{
    font-size: 1rem;
    color: #ff4081;
}

.t3{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    margin-left: 5px;
}
.t4{
    font-size: 1rem;
    margin-top: 20px;
    margin-left: 15px;
    color: #333;
    font-weight: 700;
    padding-left: 0;
    display: inline-block;
}
.t5{
    clear: both;
    font-size: 1rem;
    margin: 10px 0 10px 5px;
    font-weight: 300;
    padding-left: 35px;
}
.t6{
    clear: both;
    font-size: 0.9rem;
    margin: 10px 0 10px 5px;
    font-weight: 300;
    padding-left: 35px;
}

.taste_detail{
    background: #fff !important;
    position: relative;
    display: inline-block;
}
.taste_h5{
    font-size: 1.3333rem;
    font-weight: 600;
}
#content{
    background: #fafafa;!important;
    max-width: 1280px;
    position: relative;
    overflow: visible;
    text-align: center;
}

.taste_detail_col_1,.common_other_wrap{
    position: relative;
    display: inline-block;
    float: none;
    padding: 0;
    /*border: 1px #ff4081 solid;*/
}

.common_other_wrap, .taste_detail_col_3{
    display: block;
    float: none;
    margin: 0 auto;
    clear: both;
    position: relative;
    max-width: 1280px;
    /*border: 1px #00ad9a solid;*/
}
.taste_detail_col_3{
    margin: 30px auto;
    max-width: 1280px;
    text-align: center;
}
.common_other_wrap{
    text-align: center;
    max-width: 100%;
    padding: 0 5% 24px 5%;
    margin-top: 0;
}
.taste_detail_col_1 .moreBtn{
    clear: both;
}
.taste_detail_col_3 #reply-box{
    float: left;
    width: 100%;
}
.taste_detail_col_3 .moreBtn{
    /*width: 500px;*/
}
@media screen and (max-width:767px) {
    .common_other_wrap {
        padding: 0 5px 40px 5px;
    }
    .taste_logo{
        background-size: 75%;
    }
    .taste_detail_col_1{
        padding-bottom: 20px;
    }
    .taste_detail_col_3 .moreBtn{
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}
.taste_img{
    width: 50%;
    float: left;
}
.taste_content:nth-of-type(1) .taste_img{
    width: 100%;
}
.taste_btn_center{
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
    padding: 0 10%;
    margin-bottom: 50px;
}
.taste_btn_btn{
    width: 320px;
    height: 50px;
    border-radius: 0;
    font-size: 1.25rem;
    box-sizing: border-box;
    text-align: center !important;
    /*border: 2px #fff solid;*/
    border: none;
    /*-webkit-box-shadow: 0 0 0 8px #333;*/
    /*-moz-box-shadow: 0 0 0 8px #333;*/
    /*-o-box-shadow: 0 0 0 8px #333;*/
    /*box-shadow: 0 0 0 8px #333;*/
    background: #ff4081;
    color: #ffffff;
    font-weight: 400;
    margin-top: 0;
    padding: 0 16px;
    /*-webkit-transform: scale(1);*/
    /*-moz-transform: scale(1);*/
    /*-ms-transform: scale(1);*/
    /*-o-transform: scale(1);*/
    /*transform: scale(1);*/
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    outline: none;
}
.taste_btn_btn:hover{
    box-sizing: border-box;
    background: #ffa6a6;
    border: 2px #fff;
    -webkit-box-shadow: 0 0 0 8px #fff;
    -moz-box-shadow: 0 0 0 8px #fff;
    -o-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
    color: #ffffff;
    font-weight: 700;
    /*-webkit-transform: scale(1.1);*/
    /*-moz-transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
    /*-o-transform: scale(1.1);*/
    /*transform: scale(1.2);*/
}
.taste_btn_btn:active,
.taste_btn_btn:active:focus,
.taste_btn_btn:focus{
    outline: none;
    border: none;
    background: #ffa6a6;
}
@media screen and (max-width:767px) {
    .taste_btn_btn{
        width: 100%;
        margin: 0;
        padding: 0;
    }
}



.floatTaste{
    position:fixed;
    bottom:0;
    left:0;
    height:0;
    width:100%;
    z-index: 1000;
}
.floatBtn{
    height:56px;
    width:100%;
    max-width:1280px;
    margin:0 auto;
    margin-top:-56px;
    background: #ff4081;
}
.floatBtn .btn-danger{
    background: none;
}

.app_down_btn_wrap{
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.app_down_title{
    display: inline-block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 6px 0;
    color: #ff4081;
}
.app_down_btn{
    display: inline-block;
    margin: 0 auto;
    width: 320px;
    height: auto;
    margin-top: 30px;
    background: #fff;
    border-radius: 0;
    border: 2px #ff4081 solid;
    cursor: pointer;
}
.app_down_btn:hover{
    cursor: pointer;
    border-color: #ffa6a6;
}
.app_down_btn a{
    display: block;
    padding: 6px 0;
    text-align: center;
    color: #ff4081;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
}
.app_down_btn:hover a{
    color: #ffa6a6;
}
.app_down_btn_arrow{
    text-align: center;
    margin-left: 20px;
    padding-top: 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
}
.card-body{
    position: relative;
    background: #fff;
    padding: 0 10px 20px 10px;
}
.card_view .card .card-body p{
    /*padding-left: 0;*/
    font-size: 1rem;
    font-weight: 400;
    /*text-align: left;*/
    padding: 10px 0;
    padding-top: 40px;
    text-align: center;
}
.card_view .card .card-body .photo-by{
    text-align: right;
}
.card-body.post{
    width: 100%;
    padding: 50px 0 0 0;
    text-align: left;
    float: none;
}
.card-body.post > p{
}
.card_view .card .card-body.post p{
    text-align: center;
    padding-top: 10px;
    color: #333;
    font-weight: 400;
    line-height: 2rem;
    /*border-top: 1px #333 solid;*/
}
.card_view .card .card-body.post .by{
    color: #333;
    border: none;
    text-align: center;
    padding-right: 0;
    position: relative;
    bottom: -40px;
    text-shadow: none;
}
.card_view .card .card-body.post .by > a{
    color: #ff4081;
    text-shadow: none;
}
.card_view .card .card-body.post > p a{
    width: 100%;
    text-align: center;
    margin: 30px 0 15px 0;
    background: #fff;
    display: inline-block;
    float: right;
    font-size: 1rem;
    font-weight: 400;
    color: #ff4081;
    padding: 5px 10px;
    border-radius: 0;
    border:1px #ff4081 solid;
    /* border: 1px #000 solid; */
}
.card_view .card .card-body.post > p a:hover{
    background: #ff4081;
    color: #fff;
}
@media screen and (max-width:767px) {
    .card_view .card .card-body.post > p a{
        width: 98%;
        margin: 0 1%;
        margin-top: 25px;
        text-align: center;
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .card_view .card .card-body.post > p{
        padding: 25px 5px 20px 5px;
        border: none;
    }
}
/*
.card_view .card p{margin:25px 0; font-size:15px;}
.card_view .card .source{font-size:12px; color:#999;}
.card_view .card .source a{color:#999; text-decoration:none; font-weight:normal;}*/



.card_view  {
    font-size: 1.4167rem;
    font-weight: 700;
    overflow-x: hidden;
}
.taste_main_img_box{
    width: 100%;
    float: left;
    position:relative;
}

.taste_main_img{
    padding: 0;
}
.taste_main_img_wrap{
    background: #fff;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    margin: 0 auto;
}
.taste_main_img_wrap_thumbnail{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
.taste_main_img_src{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 110%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0;
}
/*.taste_main_img_wrap_filter{
    width: 100%;
    position: relative;
    height: 100%;
    background-color:rgba(0,0,0,0.4);
    mix-blend-mode: multiply;
    transform: translate(-50%,-50%);
}*/

/*.taste_process{*/
/*padding: 0 !important;*/
/*margin: 0 auto;*/
/*margin-top: 10px;*/
/*position: relative;*/
/*text-align: center;*/
/*margin-left: 0 !important;*/
/*margin-bottom: 50px !important;*/
/*}*/
/*.taste_process div div{*/
/*box-sizing: border-box;*/
/*display: inline-block;*/
/*width: 180px;*/
/*height: 180px;*/
/*text-align: center;*/
/*border:1px #666 solid;*/
/*border-radius: 200px;*/
/*padding-top: 20px;*/
/*margin: 0 10px;*/
/*}*/
/*.taste_process_wrap{*/
/*position: relative;*/
/*margin: 0 auto;*/
/*margin-top: 40px;*/
/*}*/
/*.taste_process div h4,.taste_process div span{*/
/*margin: 0;*/
/*padding: 0;*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*}*/
/*.taste_process div span{*/
/*display: inline-block;*/
/*padding-top: 20px;*/
/*}*/
.taste_img_text{
    width: 100%;
    display: inline-block;
    position: absolute;
    margin: 0;
    text-align: right;
    float: right;
    top:-58px;
    /*right: 25px;*/
}
.taste_img_text .t5{
    font-size: 0.6667rem !important;
    padding-left: 0 !important;
}
.taste_img_text .t5, .taste_img_text .t5 a {
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 10px #000;
}
.taste_img_text .t5 a{
    color: #ffd000;
}

.taste_img_wrap{
    position: relative;
    max-width: 100%;
    /*background: #fff;*/
    height: auto;
    padding: 30px 30% 50px 30%;
    background-color: #fff;
    /*background-image:*/
    /*linear-gradient(#efefef .1em, transparent .1em);*/
    /*background-size: 100% 1.2em;*/
    /*Made by Anna Kassner (http://annamation.ca/)*/
}
.taste_content:nth-of-type(2) > .taste_img_wrap{
    padding-top: 30px;
}
.taste_img_border{
    padding: 5px;
    margin: 0 0 20px 0;
    background: #fff;
    margin-bottom: 0;
}
.taste_img_wrap > .card-body{
    /*box-shadow: 0 15px 30px #ddd;*/
}
.taste_img_wrap_thumbnail{
    position: relative;
    /*padding-top: 100%;  /*1:1 ratio*/
    overflow: hidden;
    /*margin: 10px;*/
}

.taste_img_wrap .taste_img_wrap_thumbnail a{
    background: #ffffff;/*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/

}
.taste_img_wrap .taste_img_wrap_thumbnail a img{
    position: relative;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.taste_map #map-canvas,
.taste_map .modal-map{
    display: block;
    max-width: 100%;
    height: 576px;
    background-size: cover;
    margin: 0 auto;
    margin-top: 12px;
}
.taste_map #map-canvas{
    max-height: 400px;
}
.taste_title{
    box-shadow: 0 0 20px #fff;
    padding: 20px 0 0 0;
}
.taste_fixed_button{
    clear: both;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0;
    border-radius: 0;
}
.taste_down_wrap{
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    clear: both;
    padding-bottom: 10px;
    text-align: left;
}
.taste_down_wrap > .t3{
    /*border-bottom: 2px #333 solid;*/
    padding-bottom: 12px;
}
.taste_submit_wrap{
    width: 100%;
    float: left;
    padding: 5px 38px;
    padding-top: 0;
    /*border-top: 1px #e6e7e9 solid;*/
}
@media screen and (max-width:767px) {
    .taste_down_wrap{
        width: 100%;
        left: 0;
    }
    .taste_submit_wrap{
        border-top: 2px #d1d3d4 solid;
        padding: 15px 10px 5px 10px;
    }
}
.taste_submit{
    /*width: 5%;*/
    margin-bottom: 0;
    margin-top: 5px;
    padding-top: 10px;
}
.taste_submit img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.taste_submit span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
    .taste_submit{
        padding-top: 0;
        border: none;
    }
}










#share-box{margin-top:35px}

.profile{position:relative;}
.profile .mask{position:absolute; top:0; left:0;}

.reply-card{padding:7px; margin:0; margin-bottom:7px}
.reply-card .profile{top:5px}
.reply-card .author{font-size:12px; font-weight:bold;}
.reply-card .author a{color:#444}
.reply-card .text{font-size:12px}
.reply-card .date{font-size:6px; color:#999}

.dqBtn,
.dqBtn:hover,
.dqBtn:active,
.dqBtn:focus{
    background-color:transparent;
    width:100%; border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;}

@media screen and (max-width:767px){
    #tv-tab{margin-top:15px}
}
.other-btn-wrap{
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 5px 100px 5px;
    vertical-align: top;
}
.other-btn-wrap .btn-default {
    position: relative;
    width: 100%;
    height: 120px;
    max-width: 120px;
    border: 1px #ff4081 solid;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    color: #333;
    font-weight: 400;
    outline: none;
    vertical-align: inherit;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

}
.other-btn-wrap .btn-default > i{
    font-size: 2.1667rem;
    display: block;
}
.other-btn-wrap .other-btn-text{
    display: block;
    font-size: 1rem;
    font-weight: 400;
}
.other-btn-wrap .other-btn-count{
    font-size: 1.1667rem;
    font-weight: 400;
    display: inline-block;
    height: auto;
    border-radius: 1000px;
    border: none;
}
.other-btn-wrap .btn-default:hover{
    border: 1px #ff4081 solid;
    transition: 0.2s;
}
.other-btn-wrap .btn.btn-default.active{
    color: #ff4081;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-weight: 700;
    transform: scale(1.2);
    border: 1px #ff4081 solid;
}
.other-btn-wrap .btn-default:nth-of-type(2){
    margin: 20px 25px 0;
}
.taste_empty{
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    opacity: 0.5;
}
.like-btn {

}

@media screen and (max-width: 767px) {
    .taste_detail{
        width: 100%;
    }
    .taste_empty{
        width: 100%;
    }
    .date_label_blur {
        width: 75px;
        height: 38px;
        left: -24.2415px;
        top: -5.4915px;
    }
    .taste_list{
        margin-top: 0;
    }
    .date_label.a,
    .date_label.c,
    .date_label.d{
        bottom: 0.125rem;
        font-size: 0.75rem;
    }
    .date_label.b{
        font-size: 1rem;
    }
    .date_label_blur.b{
        left: 0;
    }
    .date_label.d{
        font-size: 0.6667rem;
    }
    .dday.d{
        font-size: 0.6667rem !important;
    }
    .card_content {
        padding: 6px 0 0 0;
        float: left;
        width: 100%;
    }
    .card_content .title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.91667rem;
        padding-top: 0;
        width: 100%;
    }
    .card_content .date{
        padding-top: 0;
        top: 0;
        height: 25px;
    }
    .title_main {
        margin-top: 3px;
        font-size: 0.8333rem;
    }
    .title_sub{
        font-size: 0.8333rem;
        padding-top: 0;
    }
    .card_content .rates{
        font-size: 0.8333rem;
        padding-top: 0;
    }
    .card_content .dday{
        top:5px;
    }
    .card_content .date .dday {
        font-size: 0.8333rem;
        padding-top: 0;
        top: 0;
    }
    .card_content .dday.c{
        font-size: 0.8333rem;
        top: 0;
    }
    .card_content .date .pin {
        font-size: 0.8333rem;
        padding-top: 0;
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*.card_content .date .pin.b {*/
    /*padding-top: 2pt;*/
    /*}*/

    /*taste_detail-mobile*/
    .taste_main_img{
        width: 100%;
    }
    .taste_title > .t0{
        padding-top: 0;
    }
    .t0,.t1,.t2,.t3,.t4,.t5{
        padding-left: 0;
    }
    .t0{
        font-size: 1.3333rem;
        margin-bottom: 0px;
    }
    .t1{
        font-size: 1rem;
        margin: 5px 0;
    }
    .t4{
        font-size: 1rem;
        padding-left: 5px;
        border-bottom: none;
        margin-left: 5px;
        padding-bottom: 0;
    }
    .t5{
        font-size: 0.8333rem;
        padding-left: 10px;
    }
    .taste_img_wrap{
        padding:10px 0;
    }
    .taste_img_wrap:last-of-type{
        padding-bottom: 30px;
    }
    .taste_img_border{
        /*padding: 5px;*/
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .card_view .card .card-body{
        padding: 5px;
    }
    .card_view .card .card-body p{
        font-size: 1rem;
        text-align: center;
        font-weight: 400;
        line-height: 1.4em;
        padding: 10px;
    }
    .card_view .card .card-body .taste_img_text.source{
        top: -24px;
        right: 0;
    }
    .card_view .card .card-body .taste_img_text.source .t5{
        text-align: center;
        margin:0;
        position: relative;
        bottom: 15px;
    }

    .card_view .card .card-body .taste_img_text.source .t5.by{
        margin:-10px 0;
        bottom: -26px;
    }

    .taste_img_wrap_thumbnail{
        margin: 0;
    }
    .taste_down_wrap .t3{
        font-size: 1.667rem;
        padding-top: 15px;
        display: inline-block;
        word-break: keep-all;
    }
    .taste_down_wrap .col-xs-12.m,.taste_down_wrap .col-xs-6.m{
        padding-left: 5px;
        padding-right: 5px;
        max-height: 100%;
        height: auto;
        border-top: 1px #d1d1d1 dashed;
    }

    .taste_down_wrap .col-xs-12.location{
        margin-top: 10px;
    }
    .app_down_btn{
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-left: 0;
    }
    .app_down_btn a{
        font-size: 1rem;
        padding: 10px;
    }
    .app_down_btn_arrow{
        font-size: 0.6667rem;
        margin-left: 0;
        padding-top: 15px;
    }
    .like-btn.btn.btn-default,
    .comment-btn.btn.btn-default,
    .share-btn.btn.btn-default{
        height: 70px !important;
        width: 30%;
    }
    .other-btn-wrap .btn.btn-default.active,
    .other-btn-wrap .btn-default:hover{
        border: none;
        outline: none;
        box-shadow: none;
    }
    #likeCount,
    #commentCount{
        font-size: 1rem;
        font-weight: 400;
    }
    .share-btn.btn.btn-default{
        font-size: 1rem;
    }
    .btn .btn-default{
        width: 20%;
        margin: 10px 1%;
        border-top: 0;
        font-size: 1rem;
        text-align: center;
    }
    .btn .btn-default i{
        font-size: 1.3333rem;
        padding-bottom: 10px;
    }
    .taste_submit img{
        width: 45px;
        height: 45px;
    }
}

/*TASTE - 달력*/

.taste-calendar-wrap{
    width: 100%;
    float: left;
}
.taste-calendar{
    /*max-width: 768px;*/
    max-width: 500px;
    margin: 30px auto;
    float: none;
}
@media screen and (max-width:767px) {
    .taste-calendar{
        padding: 0 10px;
    }
}

/*TASTE - 달력 헤더*/
.taste-calendar .fc-view-container{
    text-align: center;
    /*border-bottom: 1px #e6e6e6 solid;*/
    padding-bottom: 20px;
}
.taste-calendar .fc-toolbar.fc-header-toolbar{
    position: relative;
    height: 50px;
    margin-bottom: 8px !important;
}
.taste-calendar .fc-header-toolbar .fc-left{
    display: none;
    position: absolute;
    bottom: 15px;
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 20px;
}
.taste-calendar .fc-header-toolbar .fc-left > button{
    font-size: 1rem;
    background: none;
    border: none;
    outline: none;
    padding: inherit;
    font-weight: 400;
    position: relative;
    bottom: 8px;
    border-radius: 100px;
    padding-left: 15px;
    vertical-align: text-bottom;
    float: left;
    opacity: 1;
    left: 10px;

}
.taste-calendar .fc-header-toolbar .fc-center{
    float: none;
}
.taste-calendar .fc-header-toolbar .fc-center div h2{
    clear: both;
    display: inline-block;
    position: relative;
    bottom: -0.5rem;
    font-size: 1.5rem;
    margin: 0 5px;
    min-width: 140px;
}
.taste-calendar .fc-header-toolbar .fc-center div .fc-prev-button{
    float: left;
}
.taste-calendar .fc-header-toolbar .fc-center div .fc-next-button{
    float: right;
}
.taste-calendar .fc-header-toolbar .fc-center div .fc-prev-button,
.taste-calendar .fc-header-toolbar .fc-center div .fc-next-button {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}
@media screen and (max-width:767px) {
    .taste-calendar .fc-view-container{
        padding: 0 0 25px 0;
    }
    .taste-calendar .fc-toolbar.fc-header-toolbar{
        margin-bottom: 26px !important;
    }
    .taste-calendar .fc-header-toolbar .fc-left{
        bottom: -20px;
    }
    .taste-calendar .fc-header-toolbar .fc-left,
    .taste-calendar .fc-header-toolbar .fc-left > button{
        /*width: 100%;*/
    }
}

/*TASTE - 달력 본문*/
.taste-calendar .fc-view-container .fc-view > table{
    font-size: 1rem;
}
/*TASTE - 달력 본.문. 헤더*/
.taste-calendar .fc-view-container .fc-view > table .fc-head{
    background: #333;
}
.taste-calendar .fc-view-container .fc-view > table .fc-head > tr{
    color: #fff;
}

/*TASTE - 달력 본문 바디*/
.taste-calendar .fc-view-container .fc-view > table .fc-body tr .fc-widget-content .fc-scroller{
    height: auto !important;
    overflow: inherit !important;
}
.taste-calendar .fc-view-container .fc-view > table .fc-body tr .fc-widget-content .fc-scroller .fc-day-grid .fc-row{
    height: 35px;
    min-height: 20px;
    margin-top: 15px;
    overflow: inherit;
}
.taste-calendar.fc td,
.taste-calendar.fc th {
    border-width: 0;
    /*vertical-align: middle;*/
    /*height: 50px;*/
}
.taste-calendar.fc td .fc-future .fc-day-number,
.taste-calendar.fc td .fc-today .fc-day-number{
    font-size: 1rem;
    float: none;
    /*font-weight: 700;*/
}
.taste-calendar.fc td .fc-today > .fc-day-number {
    border: 1px #005cbb solid;
    border-radius: 100px;
}
.taste-calendar.fc td .fc-today .fc-day-text{
    color: #005cbb !important;
}
.taste-calendar .fc-row .fc-bg .fc-today{
    background-color: #fff;
}
.taste-calendar .fc-day-top.fc-other-month{
    opacity: .6;
}
.fc-day-text{
    position: absolute;
    /* padding-right: 19px; */
    font-size: 0.8333rem;
    font-weight: 700;
    transform: translateX(-95.094%);
    top: 24px;
}
.modal-taste-group .fc-day-text{
    transform: translateX(-91.8504%);

}

@media screen and (max-width: 767px) {
    .taste-calendar .fc-view-container .fc-view > table .fc-body tr .fc-widget-content .fc-scroller .fc-day-grid .fc-row{
        height: 30px !important;
    }
    .taste-calendar .fc-row .fc-bg .fc-today{
        width: 26px;
        height: 26px;
        top: -2px;
        background: #fff;
    }
}

/*TASTE - 달력 본문 바디 뼈대*/
/*상단*/
.taste-calendar .fc-view-container .fc-content-skeleton .fc-day-number{
    float: none !important;
    top: 0.3rem;
    font-weight: 400;
}
.taste-calendar .fc-view-container .fc-view .fc-body .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton .fc-other-month .fc-day-number{
    color: #333;
}
.taste-calendar .fc-content-skeleton > table > thead,
.taste-calendar .fc-content-skeleton > table > tbody{
    position: relative;
    z-index: 0;
}
.taste-calendar .fc-content-skeleton > table > thead{
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .taste-calendar .fc-view-container .fc-view .fc-body .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton .fc-day-number{
        font-weight: 400;
    }
}

/*하단*/
.taste-calendar .fc-event,
.taste-calendar .fc-event-dot{
    background: none;
    background: #ffa6a6;
    color: #fff;
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    position: relative;
    bottom: 1.6667rem;
    background: none;
    border: none;
}
.taste-calendar .fc table{
    font-size: 1rem;
}
.taste-calendar .fc-event .fc-content{
    overflow: inherit;
}
.taste-calendar .fc-event .fc-content .fc-title{
    position: relative;
    top: 1.6667rem;
    display: block;
    /*text-align: left;*/
}
.taste-calendar .fc-event.step01 .fc-content .fc-title{
    visibility: hidden;
    font-weight: 400;
    bottom: 0;
}
.taste-calendar .fc-event.step02 .fc-content .fc-title{
    color: #ff4081;
    font-weight: 700;
    background: #fff;
}
.taste-calendar .fc-event.step03 .fc-content .fc-title{
    color: #27aae1;
    visibility: hidden;
    font-weight: 400;
    bottom: 0;
}


.taste-calendar .fc-event.step01{
    /*border-bottom: 1px #333 dashed;*/
    /*padding-bottom: 0.3rem;*/
    height: 16px;
    bottom: 1.25rem;
    background: #ffd000;
    mix-blend-mode: multiply;
    border-radius: 100px;
    /*filter:blur(5px);*/
}

.taste-calendar .fc-event.step03{
    /*border-bottom: 3px #ff4081 dashed;*/
    /*padding-bottom: 0.3rem;*/
    /*border-bottom: 2px #999 solid;*/
    height: 16px;
    background: #ff4081;
    mix-blend-mode: multiply;
    bottom: 1.25rem;
    border-radius: 100px;
    /*height: 10px;*/
}
.taste-calendar .fc-event.step02{
    /*background: #ff4081;*/
    width: -webkit-calc(14.33% - 2px);
    width: -moz-calc(14.33% - 2px);
    width: calc(14.33% - 2px);
    position: absolute;
    color: #ff4081;
    height: 26px;
    border: 1px #ffffff solid;
    border-bottom: none;
    border-top: none;
    border-radius: 100px;
    /*width: 100%;*/
    -webkit-box-shadow:
            inset 0 0 0 2px #ff4081;
    -moz-box-shadow:
            inset 0 0 0 2px #ff4081;
    -o-box-shadow:
            inset 0 0 0 2px #ff4081;
    box-shadow:
            inset 0 0 0 2px #ff4081;
    bottom: 17px;
}
.taste-calendar.fc td.step03 > .fc-day-number{
    /*color: #ffd000 !important;*/
}
@media screen and (max-width: 768px){
    .taste-calendar .fc-event.step01,
    .taste-calendar .fc-event.step02,
    .taste-calendar .fc-event.step03{
        border-width: 1px;
        bottom: 20px;
    }
    .taste-calendar .fc-event.step02{
        bottom: 17px;
    }
    .taste-calendar .fc-event.step02 .fc-content .fc-title{
        top: 1.667rem;
    }
}


/*달력 기간 표시*/
.taste-process{
    padding: 20px 0 30px 0;
}
.taste-process h3{
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    float: left;
}
.taste-process > div{
    height: 85px;
    padding: 0 5px;
}
.taste-process p{
    font-size: 0.8333rem;
    float: left;
    margin: 5px 0 0 20px;
    clear: both;
}
.ol-step{
    margin-right: 6px;
    height: 1rem;
    display: inline-block;
    width: 14px;
    float: left;
    position: relative;
}
.ol-step > div{
    width: 100%;
    height: 3px;
    margin-top: 0.5rem;
}
.ol-step.step01 > div{
    height: 16px;
    background: #ffd000;
    margin: 0;
    border-radius: 100px;
}
.ol-step.step02 > div{
    border-radius: 100px;
    transform: none;
    margin-top: 0;
    height: inherit;
    border: 1px #fff solid;
    background: none;
    -webkit-box-shadow:
            inset 0 0 0 2px #ff4081;
    -moz-box-shadow:
            inset 0 0 0 2px #ff4081;
    -o-box-shadow:
            inset 0 0 0 2px #ff4081;
    box-shadow:
            inset 0 0 0 2px #ff4081;
}
.ol-step.step03 > div{
    height: 16px;
    background: #ff4081;
    margin: 0;
    border-radius: 100px;
}
@media screen and (max-width: 768px){
    #taste-calendar{
        float: left;
        margin: 30px auto 0;
    }
    .taste-process{
        padding: 0 16px;
    }
    .taste-process > article{
        padding: 8px 0;
    }
    .taste-process h3{
        font-weight: 700;
    }
    .taste-process > div{
        height: 60px;
    }
}




/*
*TASTE 신청 모달창
*/
.modal-body.taste-modal-body{
    padding: 0;
    padding-bottom: 20px;
}
.modal-col-left{
    /*max-width: 500px;*/
    max-width: 39.0625%;
    float: left;
    border-right: 1px #d1d1d1 dashed;
}
.modal-col-right{
    /*max-width: 478px;*/
    max-width: -webkit-calc(37.34375% - 2px);
    max-width: -moz-calc(37.34375% - 2px);
    max-width: calc(37.34375% - 2px);
    border-right: 1px #d1d1d1 dashed;
    padding-top: 20px;
}
.modal-col-bottom{
    /*max-width: 300px;*/
    max-width: 23.4375%;
    float: right;
    padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .modal-col-left,
    .modal-col-right{
        max-width: initial;
    }
    .modal-col-bottom{
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .modal-col-left,
    .modal-col-right,
    .modal-col-bottom{
        clear: both;
        float: left;
        max-width: 100%;
        padding-top: 0;
    }
}

/*썸네일*/
.modal-thumb-wrap{
    position: relative;
    /*height: 250px;*/
    overflow: hidden;
    right: 0;
    padding: 0 20px;
}
.modal-thumb-position{
    padding: 0;
    position: relative;
    padding-top: 30%;
}
.modal-thumb-position > div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.modal-thumb-position > div img{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*모달창 taste 타이틀*/
.modal-backdrop.fade.in{
    height: 100% !important;
    position: fixed;
    display: none !important;
}
.modal.fade.in{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
}
.modal-taste-title{
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    clear: both;
    text-align: left;
    margin: 0 20px;
    font-size: 1.1667rem;
    font-weight: 700;
    /*padding-top: 20px;*/
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
/*모달창 지도*/
.taste_map{
    float: left;
    /*width: -webkit-calc(100% - 40px);*/
    /*width: -moz-calc(100% - 40px);*/
    /*width: calc(100% - 40px);*/
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    /*margin-top: 10px;*/
    overflow: hidden;
}
/*모달창 taste 달력*/
.taste-calendar.modal-calendar{
    width: 100%;
    max-width: 100%;
    float: left;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.taste-calendar.modal-calendar .fc-header-toolbar{
    width: 100%;
    padding: 0 20px;
    height: 40px;
}
.taste-calendar.modal-calendar .fc-view-container{
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
}
.taste-calendar.modal-calendar .fc-header-toolbar .fc-left{
    bottom: 0;
}
.taste-calendar.modal-calendar .taste-process{
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    height: 295px;
    padding: 10px 0;
    margin-left: 20px;
    border-top:1px #333 solid;
    border-bottom: 1px #333 solid;
}
@media screen and (max-width: 767px) {
    .taste-calendar.modal-calendar{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .taste-calendar.modal-calendar .fc-view-container {
        width: 100%;
        padding: 0;
    }
    .taste-calendar.modal-calendar .fc-header-toolbar .fc-left{
        right: 0;
    }
    .taste-calendar.modal-calendar .taste-process{
        margin: 0;
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    .taste_map{
        display: inline-block;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 250px;
    }
    .taste_map #map-canvas,
    .taste_map .modal-map{
        display: block;
        max-width: 768px;
        height: inherit;
        background-size: cover;
        margin: 0 auto;
    }
}
.taste-calendar.modal-calendar .taste-process > div{
    padding: 14px 0;
    height: auto;
}
.taste-calendar.modal-calendar .fc-header-toolbar .fc-center div .fc-prev-button,
.taste-calendar.modal-calendar .fc-header-toolbar .fc-center div .fc-next-button{
    font-size: 1.2rem;
}
.taste-calendar.modal-calendar.fc .fc-view-container .fc-content-skeleton .fc-day-number{
    font-size: 0.8333rem;
    float: none !important;
}
.taste-calendar.modal-calendar .fc-header-toolbar .fc-center div h2{
    bottom: -0.6rem;
    margin: 0 10px;
    font-size: 1rem;
    min-width: 100px;
}
.taste-calendar.modal-calendar .fc-header-toolbar .fc-left > button{
    font-size: 0.8333rem;
    width: 20px;
    height: 20px;
    padding-left: 25px;
    left: 0;
    bottom: 0;
}
.taste-calendar.modal-calendar .fc-view-container .fc-view > table .fc-body tr .fc-widget-content .fc-scroller .fc-day-grid .fc-row{
    height: 30px !important;
    margin-top: 15px !important;
}
.taste-calendar.modal-calendar .fc-view-container{
    border: none;
}

/*모달창 TASTE 본문 내용들*/
.modal-taste-group{
    float: left;
    margin-bottom: 10px;
}
.modal-taste-h{
    float: left;
    clear: both;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 20px;
    margin-right: 0;
    padding-bottom: 4px;
    border-bottom: 1px #999 solid;
}
.modal-taste-h-star{
    color: #ff4081;
    max-height: 1rem;
}
.modal-taste-h-sub{
    clear: none;
    float: left;
    display: inline-block;
    font-size: 0.8333rem;
    margin: 6px 5px;
}
.modal-taste-h.form{
    border-bottom: none;
    padding-bottom: 0;
}
.modal-taste-p{
    display: inline-block;
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    clear: both;
    margin: 6px 20px 25px 25px;
    font-size: 0.9167rem;
    font-weight: 300;
}
.modal-taste-p.b{
    font-weight: 400;
}
.modal-taste-p.form-control{
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 5px 20px 10px 20px;
    height: 2rem;
    border-radius: 0;
    border: 1px #999 solid;
}
.modal-taste-p.form-control.check{
    margin-bottom: 0;
}
input[type=checkbox].modal-taste-check,
input[type=radio].modal-taste-check{
    margin: 0 0 0 20px;
    clear: both;
}
.modal-taste-p.reservation{
    width: auto;
    display: inline-block;
    margin: 8px 20px 0 20px;
    float: left;
}
.modal-taste-p.commerce_comment{
    background: #fafafa;
    padding: 5px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 10px 20px 20px 20px;
    border: 1px #ff4081 solid;
}
ul.modal-taste-p{
    margin: 4px 0 25px 0;
    width: 100%;
}
ul.modal-taste-p > li{
    padding: 0 20px 0 0;
    font-size: 0.9167rem;
    font-weight: 300;
}
.modal-taste-label{
    float: left;
    padding: 10px;
    border: 1px #d1d1d1 solid;
    margin: 10px 0 0 0;
}
.modal-taste-label  label{
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 0;
}
.modal-taste-btn-box{
    display: block;
    padding: 10px 20px 30px 20px;
    text-align: center;
    clear: both;
}
.modal-taste-btn-title{
    font-size: 1rem;
    text-align: left;
}
.modal-taste-btn{
    position: relative;
    width: 100%;
    float: none;
    margin: 6px 0;
    padding: 6px 0;
    border: 1px #fff solid;
    box-shadow: none;
    /*-webkit-box-shadow: 0 4px 8px -1px #333;*/
    /*-moz-box-shadow: 0 4px 8px -1px #333;*/
    /*-o-box-shadow: 0 4px 8px -1px #333;*/
    /*box-shadow: 0 4px 8px -1px #333;*/
}
.modal-taste-btn.fb{
    float: left;
}
.modal-taste-btn.nv{
    float: right;
}
.modal-taste-btn.in{
    background: #ff4081; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #df4a32, #f052c2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #df4a32, #f052c2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #df4a32, #f052c2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #df4a32, #f052c2); /* Standard syntax */
}
@media screen and (max-width:767px) {
    .modal-dialog.modal-taste{
        margin: 0;
        width: 100%;
    }
    .modal-thumb-wrap{
        margin-top: 10px;
        padding: 0;
    }
    .modal-taste-group{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .modal-taste-title{
        border-bottom: 1px #333 solid;
    }

    .modal-taste-h{
        margin: 0 10px;
    }
    .modal-taste-title,
    .modal-taste-p,
    .modal-taste-p.form-control{
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .modal-taste-p,
    .modal-taste-p.form-control{
        margin-top: 5px;
    }
    .modal-taste-btn{
        width: 100%;
    }
    ul.modal-taste-p{
        padding-left: 30px;
    }
    .modal-taste-btn-box{
        padding: 10px 10px 30px 10px;
    }
}



.modal-taste-sns-ico.fb,
.modal-taste-sns-ico.nv,
.modal-taste-sns-ico.in {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px;
}
.modal-taste-sns-ico.fb{
    background: url("./images/ico/ico-sns-facebook.svg") no-repeat;
}
.modal-taste-sns-ico.in{
    background: url("./images/ico/ico-sns-instagram.svg") no-repeat;
    background-size: 125%;
    background-position: center;
}
.modal-taste-sns-ico.nv{
    background: url("./images/ico/ico-sns-naver.svg") no-repeat;
}
.modal-taste-sns-btn-p{
    float: none;
    vertical-align: bottom;
    font-size: 1rem;
    height: 22px;
    margin-right: 42px;
}

.modal-taste-policy .point {
    color:#ff4081;
    font-weight: bold;
}
.modal-taste-policy label {
    position:relative;
    line-height:25px;
    padding-left:18px;
    font-weight:normal;
    cursor: pointer;
}
.modal-taste-policy checkbox{
    font-size:22px;
}
.modal-taste-policy label input {
    position:absolute;
    top:6px;
    left:0px;
    margin:0px;
}
.modal-taste-policy ul{
    padding-left:5px;
    list-style: none;
}
.modal-taste-policy li label {
    margin:0px 5px 0px 0px;
    min-height:13px;
}
.modal-taste-policy li label a {
    display:inline-block;
    font-size:12px;
    line-height:12px;
    background:#000000;
    color:#fff;
    border-radius:2px;
    padding:5px;
}
.modal-taste-policy li div {
    padding-left:18px;
}
.modal-taste-policy .h7 {
    font-size:12px;
}