@media screen and (max-width: 340px) {
    .prev, .next {
        width: 18% !important
    }
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    color: #ac9455;
    outline: none !important;
    text-decoration: none
}

    a:focus {
        color: #ac9455;
        text-decoration: none
    }

    a:hover {
        text-decoration: none
    }

button, input {
    -webkit-appearance: none
}

.main-content {
    width: 90.625%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 1.4rem
}

.map {
    width: 100%;
    margin-bottom: 40px
}

h1.title {
    margin-bottom: 20px;
    color: #ac9455;
    font-size: 1.7rem;
    text-align: center;
    text-transform: uppercase
}

label {
    display: none
}

.j-selector {
    position: relative
}

    .j-selector .switch, .j-selector .input {
        position: relative;
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ac9455;
        border-radius: 0;
        color: #8c8f94;
        background: #fff;
        text-indent: 3.7931%
    }

        .j-selector .switch.unfolded, .j-selector .input.unfolded {
            box-shadow: 2px 2px 8px #ddd
        }

    .j-selector .sign, .j-selector .scd-sign {
        position: absolute;
        top: 11px;
        right: 2.58620%;
        color: #ac9455;
        font-size: 1.4rem;
        transition: all .3s ease-in
    }

        .j-selector .sign.closed, .j-selector .scd-sign.closed {
            -webkit-transform: rotateZ(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotateZ(-180deg)
        }

        .j-selector .sign.clear, .j-selector .scd-sign.clear {
            font-size: 1.4rem
        }

    .j-selector .menu, .j-selector .scd-menu {
        display: none;
        position: absolute;
        z-index: 3;
        top: 36px;
        left: 0;
        width: 100%;
        border: 1px solid #ac9455;
        border-top: none;
        background: #fff
    }

        .j-selector .menu.unfolded, .j-selector .scd-menu.unfolded {
            box-shadow: 2px 2px 8px #ddd
        }

        .j-selector .menu .option, .j-selector .scd-menu .option {
            position: relative;
            color: #8c8f94;
            font-size: 1.4rem
        }

            .j-selector .menu .option:first-child .link, .j-selector .scd-menu .option:first-child .link {
                border-top: none
            }

            .j-selector .menu .option .link, .j-selector .scd-menu .option .link {
                position: relative;
                display: block;
                width: 100%;
                height: 43px;
                line-height: 43px;
                border-top: 1px solid #ac9455;
                padding-left: 7.58620%;
                color: #222328
            }

                .j-selector .menu .option .link.active, .j-selector .scd-menu .option .link.active {
                    color: #fff;
                    background: #ac9455
                }

    .j-selector .scd-switch.unfolded {
        box-shadow: none
    }

    .j-selector .scd-sign {
        color: #8c8f94
    }

    .j-selector .scd-menu {
        position: static;
        border: none
    }

        .j-selector .scd-menu.unfolded {
            box-shadow: none
        }

        .j-selector .scd-menu .option .link {
            border-top: 1px solid #ac9455 !important
        }

    .j-selector .hidden-input {
        display: none
    }

.office-msg{
    margin-top: 40px
}

    .office-msg .office-head-img {
        display: block;
        max-width: 19.82758%;
        margin: 0 auto 11px
    }

    .office-msg .header,
    .notice-msg .header {
        position: relative;
        margin-bottom: 20px
    }

        .office-msg .header .title,
        .notice-msg .header .title {
            position: relative;
            z-index: 2;
            width: 68.96551%;
            margin: 0 auto;
            color: #ac9455;
            background: #fff;
            font-size: 1.7rem;
            text-align: center;
            text-transform: uppercase
        }

        .office-msg .header .divider,
        .notice-msg .header .divider {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            margin: 0;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-color: #ac9455
        }

    .office-msg .content {
        margin-bottom: 30px;
        padding: 20px 0;        
    }

        .office-msg .content .msg {
            position: relative;
            margin-top: 22px;
            padding-left: 26.55171%;
            color: #343333;
            font-size: 1.4rem;
            line-height: 1.6
        }

            .office-msg .content .msg:first-child {
                margin-top: 0
            }

            .office-msg .content .msg .icon {
                position: absolute;
                display: inline-block;
                width: 18px;
                height: 18px;
                left: 9.82758%;
                vertical-align: middle;
                background: url("/images/phone/ph-contact-us-icon.png");
                background-size: cover
            }

                .office-msg .content .msg .icon.fax {
                    background-position-y: -23px
                }

                .office-msg .content .msg .icon.email {
                    background-position-y: -45px
                }

                .office-msg .content .msg .icon.address {
                    background-position-y: -68px
                }

.view-more {
    display: inline-block;
    width: 37.93103%;
    height: 30px;
    line-height: 30px;
    margin-left: 50%;
    border-radius: 30px;
    color: #fff;
    background: #ac9455;
    font-size: 1.4rem;
    letter-spacing: .14rem;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 35px;
    margin-top: 35px;
    word-break: break-all
}

    .view-more:link, .view-more:visited, .view-more:hover, .view-more:focus, .view-more:active {
        color: #fff !important;
        background: #ac9455
    }

    .view-more.en {
        width: 260px
    }
.notice-msg .notice-content{	
	padding: 20px 0 40px 0;
    border-bottom: 1px solid #e2e3e4;
}
    .notice-msg .notice-content .msg {
        color: #343333;
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: justify;
    }

.notice-msg .notice-content .notice-ul{	
	margin:20px 0;
}
.notice-msg .notice-content .notice-ul li{
	list-style-type: disc;
	margin-left: 15px;
	line-height: 1.6;
}