.swOval
{
    display: inline-block;
    height: 45px;
    background-color: #ececec;
    border-radius: 22px;
    position: relative;
    top: 0px;
    left: 0px;
}

.swOval .left,
.swOval .right
{
    display: inline-block;
    position: relative;
    height: 36px;
    line-height: 40px;
    margin: 2px;
    padding: 0px 20px
}

.swOval .left span,
.swOval .right span
{
    position: relative;
    z-index: 2;
}

.swOval .bg
{
    position: absolute;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 18px;
    top: 5px;
    bottom: 0px;
}


.swOval .left
{
    margin-right: 20px;
}

.swOval .left .bg
{
    left: 3px;
}

.swOval .right .bg
{
    right: 3px;
}

.swOval.v_0 .left .bg,
.swOval.v_1 .right .bg
{
    width: 100%;
}

.swOval.v_1 .left .bg,
.swOval.v_0 .right .bg
{
    width: 0%;
}

.swOval.v_0 .right,
.swOval.v_1 .left
{
    cursor: pointer;
}


#list
{
    margin-top: 0px;
}


/* SECTION WHERE */
.where-form{
    background: #FCBDDC;
    color: #981251;
    padding: 20px 0px;
    text-align: center;
}

.where-form.v2
{
    background: #FFF;
    color: #000;
    text-align: left;
    max-width: calc(100vw - 20px);
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
}

.where-form.v2 input
{
    line-height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.where-form.v2 #yaAddr
{
    margin-right: 20px;
    padding-left: 20px;
    width: calc(100% - 22px);
}

@media (max-width: 500px)
{
    .where-form.v2
    {
        max-width: 100vw;
    }
}

.where-form.v2 > .inner
{
    margin: auto;
}


.where-form.v2 .sm-right
{
    text-align: right;
}


.where-form.v2 .sm-left,
.where-form.v2 .sm-right
{
    padding: 10px 10px;
}


@media only screen and (max-width : 767px)
{
    .where-form.v2 > .inner
    {
        padding: 0px 10px;
    }

    .where-form.v2 .sm-left,
    .where-form.v2 .sm-right
    {
        width: 100%;
        text-align: left;
        padding: 10px 10px;
    }

    .where-form.v2 .tagFilter
    {
        padding: 0px;
    }

    .where-form.v2 .swOval,
    .where-form.v2 #yaAddr,
    .where-form.v2 #yaPoint
    {
        left: 0px;
    }

    .where-form.v2 .plus
    {
        padding: 16px;
    }
}

@media only screen and (max-width : 429px)
{
    .where-form.v2 > .inner
    {
        padding: 0px;
    }

    .where-form.v2 .sm-left,
    .where-form.v2 .sm-right
    {
        width: 100%;
        text-align: left;
        padding: 10px 0px;
    }

    .where-form.v2 .tagFilter
    {
        padding: 0px;
    }

    .where-form.v2 .swOval,
    .where-form.v2 #yaAddr
    {
        left: 0px;
    }

    .where-form.v2 .row
    {
        margin: 0px;
    }

    .where-form.v2 .plus
    {
        padding: 16px;
    }
}

.where-form select{
    color: #333;
    max-width: 200px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 10px;
    /*display: none;*/
}

.where-form.v2 select
{
    height: 24px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #000;
}

.where-form.v2 input[type=checkbox]
{
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    margin-right: 6px;
}

#yaPoint
{
    display: flex;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #f46eaa;
    border-radius: 20px;
    max-width: calc(100% - 40px);
}

#yaPoint span
{
    flex-grow: 1;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

#yaPoint span.fa
{
    flex-grow: 0;
    margin-left: 40px;
    cursor: pointer;
    transition: 0.5s;
}

#yaPoint span.fa:hover
{
    transform: rotate(180deg);
}


