.shop01-template-11 {
    position: relative;
    display: block;
}

.shop01-template-11 .this_container {
    padding: 180px 0 130px;
    width: 85%;
    position: relative;
    margin: 0 auto;
    color: white;
    max-width: 1400px;
    font-family: 'Microsoft JhengHei', sans-serif;
}

.shop01-template-11 .this_container .box_center {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #313131;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.shop01-template-11 .this_container::before {
    content: '';
    background-color: #ff0000;
    position: absolute;
    top: 0;
    width: 0%;
    height: 6px;
    left: 50%;
    transition: all .8s ease;
}

.shop01-template-11 .this_container.-scroll-active::before {
    width: 100%;
    left: 0;
    transition: all .8s ease .3s;
}

.shop01-template-11 .this_container::after {
    content: '';
    clear: both;
    display: block;
}

.shop01-template-11 .logo {
    display: block;
    text-align: left;
    float: left;
    width: 254px;
    margin-right: 80px;
    position: relative;
}

.shop01-template-11 .logo img {
    max-width: 100%;
}

.shop01-template-11 .box {
    width: 272px;
    margin-right: 80px;
    position: relative;
}

.shop01-template-11 .box:last-of-type {
    width: 440px;
    margin-right: 0;
    height: 310px;
}

.shop01-template-11 .line {
    position: relative;
    margin-bottom: 56px;
}

.shop01-template-11 .line::before {
    content: '';
}

.shop01-template-11 .line label {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.shop01-template-11 .line .field {
    color: #a4a4a4;
    font-size: 16px;
    display: block;
    position: relative;
}

.shop01-template-11 .line .field span {
    display: block;
    margin-bottom: 20px;
}

.shop01-template-11 .mapBox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.shop01-template-11 .mapBox img {
    max-height: 310px;
}

.shop01-template-11 .copyright {
    font-family: 'Microsoft JhengHei', sans-serif;
    position: absolute;
    font-size: 16px;
    color: #606060;
    width: 100%;
    display: flex;
}

.shop01-template-11 .copyright span {
    width: 46.5%;
}

.shop01-template-11 .letter_box {
    display: flex;
    position: relative;
    margin-top: 0;
    background-color: #202020;
    z-index: 5;
    right: 2px;
    padding-top: 0;
    width: 100%;
    height: 72px;
    border-radius: 5px;
    outline: none;
}

.shop01-template-11 .letter_box .input_box {
    background-color: transparent;
    font-size: 16px;
    color: white;
    display: block;
    position: relative;
    border-radius: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
}

.shop01-template-11 .letter_box .button {
    position: relative;
    cursor: pointer;
    top: 0;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    min-width: 88px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .5s ease;
}

.shop01-template-11 .letter_box .button img {
    max-width: 100%;
}

.shop01-template-11 .shop01-template-11__social-media {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 3px;
    position: relative;
    left: 0;
    flex-wrap: wrap;
}

.shop01-template-11 .shop01-template-11__social-media .shop01-template-11__social-media-li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.shop01-template-11 .shop01-template-11__social-media .shop01-template-11__social-media-li a {
    width: 30px;
}

.shop01-template-11 .shop01-template-11__social-media .shop01-template-11__social-media-li img {
    width: 100%;
}

.shop01-template-11 .shop01-template-11__social-media .shop01-template-11__social-media-li:last-child {
    margin-right: 0;
}

.shop01-template-11 .shop01-template-11__social-media .icon {
    color: gray;
}

.shop01-template-11 .gotop {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #ff0000;
    right: -30px;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    transform: translateX(100%);
}

.shop01-template-11 .gotop::after {
    content: '';
    border: 2px solid white;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    BORDER-BOTTOM: 0;
    border-right: 0;
    margin-top: 5px;
    transform: translate(-50%, -50%)rotate(45deg);
    transition: all .3s ease;
}

@media (max-width:1500px) {
    .shop01-template-11 .gotop {
        right: -5vw;
        transform: none;
    }
}

@media (max-width:1500px) and (min-width: 1100px) {
    .shop01-template-11 .mapBox iframe {
        width: auto;
    }
}

@media (min-width:1199px) {
    .shop01-template-11 .letter_box .button:hover {
        color: white;
    }
    .shop01-template-11 .gotop:hover::after {
        width: 16px;
        height: 16px;
        margin-top: 0;
    }
}

@media (min-width:1000px) {
    .shop01-template-11 .box:last-of-type {
        min-width: 325px;
    }
    .shop01-template-11 .logo {
        min-width: 150px;
        margin-right: 80px;
    }
    .shop01-template-11 .box {
        min-width: 100px;
        margin-right: 50px;
    }
}

@media (max-width:1000px) {
    .shop01-template-11 .this_container {
        width: 90%;
        padding: 80px 0 100px;
    }
    .shop01-template-11 .this_container::before {
        height: 4px;
    }
    .shop01-template-11 .this_container .box_center {
        display: block;
        padding-bottom: 80px;
    }
    .shop01-template-11 .logo {
        width: 180px;
        float: none;
    }
    .shop01-template-11 .box {
        margin-right: 0;
        position: relative;
        margin-top: 35px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .shop01-template-11 .line {
        width: 50%;
        margin-bottom: 0;
    }
    .shop01-template-11 .box:last-of-type {
        width: 100%;
    }
    .shop01-template-11 .mapBox {
        background-position: left;
        left: 0%;
    }
    .shop01-template-11 .gotop {
        right: 0;
        transform: none;
        width: 50px;
        height: 50px;
    }
    .shop01-template-11 .gotop::after {
        width: 10px;
        height: 10px;
    }
    .shop01-template-11 .copyright {
        font-size: 14px;
    }
    .shop01-template-11 .copyright span {
        width: 50%;
    }
    .shop01-template-11 .letter_box {
        height: 60px;
    }
}

@media (max-width:600px) {
    .shop01-template-11 .line {
        width: 100%;
        margin-bottom: 16px;
    }
    .shop01-template-11 .line label {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .shop01-template-11 .line .field {
        font-size: 12px;
        display: flex;
    }
    .shop01-template-11 .line .field span {
        width: 50%;
    }
    .shop01-template-11 .box {
        display: block;
        margin-top: 0;
    }
    .shop01-template-11 .logo {
        width: 130px;
        float: none;
        margin-bottom: 20px;
    }
    .shop01-template-11 .this_container {
        padding: 50px 0 100px;
    }
    .shop01-template-11 .letter_box {
        height: 45px;
        margin-top: 7px;
        border-radius: 3px;
    }
    .shop01-template-11 .letter_box .button {
        font-size: 14px;
    }
    .shop01-template-11 .copyright span {
        width: auto;
        margin-right: 10px;
    }
    .shop01-template-11 .copyright {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .shop01-template-11 .mapBox {
        left: 0;
        max-width: 340px;
    }
    .shop01-template-11 .mapBox iframe {
        width: 100%;
    }
    .shop01-template-11 .this_container {
        width: 85%;
    }
}

@media (max-width:350px) {}

.shop01-template-11 sup {
    display: inline-block;
}