/*---------------- 首頁 ----------------*/

.airport01 {
    background-color: #fff;
}

.airport02 {
    background-color: #393939;
    padding: 20px 0;
}

.area01 {
    background: url("../images/demo011.jpg") no-repeat center center;
    background-size: cover;
}

.area02 {
    background-color: #fff;
}

.area03 {
    background: url("../images/demo004.jpg") no-repeat center center;
    background-size: cover;
}

/*---------------- 其他 ----------------*/
.Min {
    font-family: "Chiron GoRound TC", serif !important;
}

.btn-close2 {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*---------------- 影像地圖滑鼠移過特效 ----------------*/

.image-map-container {
    position: relative;
    display: inline-block;
}

.image-map-container img {
    display: block;
}

.image-map-container .map-selector {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ef335700;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, color;
}

.image-map-container .map-selector.hover {
    color: #ef335790;
}

.map-selector:after {
    content: "";
    position: absolute;
    background: currentColor;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    background: currentColor;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, background;
    pointer-events: none;
}