
/*  transportation*/
.transportation{
    width: 100%;
    padding: 71px 0 0 57px;
}
.transportation .transportation-header{
    display: flex;
}

.transportation .transportation-header button{
    width: 244px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #9F9F9F;
    border-radius: 24px;
    font-size: 20px;
    color: #9F9F9F;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
    margin-right: 64px;
}

.transportation .transportation-header .active{
    width: 244px;
    height: 48px;
    background: #754EBE;
    border-radius: 24px;
    color: #FFFFFF ;
    font-size: 20px;
    margin-right: 64px;
}

.transportation .transportation-content{
    display: none;
}
.transportation .parking-content{
    display: none;
}

.transportation .content-active{
    display: block;
}

.transportation .transportation-header  button:focus {outline:none;}

.transportation .transportation-content-title{
    font-size: 35px;
    color: #754EBE;
    margin: 58px 0 40px 30px;
    font-weight: bold;
}

.transportation-card{
    margin-bottom: 57px;
    margin-left: 30px;
}

.transportation  .transportation-card-title{
    font-size: 23px;
    color: #1E1D1D;
    font-weight: bold;
    border-bottom: 1px #1E1D1D solid;
    display: inline-block
}
.transportation  .transportation-card-detail{
    font-size: 20px;
    color: #434343;
    letter-spacing: 0.4px;
    width: 621px;
    font-weight: 600;
}

.transportation  .transportation-card-detail-2{
    font-size: 20px;
    color: #434343;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    font-weight: 600;
}

.transportation  .transportation-card-point{
    font-size: 15px;
    color: #434343;
    letter-spacing: 0.3px;
}

.transportation  .parking-content-contact{
    font-size: 16px;
    color: #434343;
    letter-spacing: 0.32px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.transportation  .parking-content-contact img{
    width: 15px;
}

/*selection*/
.transportation .transportation-selection-tool{
    display: none;
 }

@media only screen and (max-width: 650px){
    .transportation{
        padding: 20px 0 0 0;
    }

    .transportation .transportation-header{
        /* flex-direction: column; */
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        flex-grow: 1;

    }
    .transportation .transportation-header button{
        margin-top: 20px;
        margin-right: 0;
        width: 45%;
    }
    .transportation .transportation-header .active{
        margin-right: 0;
        width: 45%;
    }
    .transportation .transportation-content-title {
        font-size: 26px;
        color: #754EBE;
        margin:  30px 5%;
        font-weight: bold;
    }

    .transportation-card {
        margin-bottom: 30px;
        margin-left: 5%;
        margin-right: 5%;
        max-width: 100%;
    }

    .transportation .transportation-card-detail {
        width: 100%;
        font-size: 18px;
    }

    .transportation  .transportation-selection-tool{
        display: flex;
        flex-direction: column;
        align-items: top;
        width: 100%;
        margin-top: 20px;
        align-items: center;
    }
    .transportation .parking-content-contact {
        margin-bottom: 15px;
        margin-left: 5%;
        margin-right: 5%;
        max-width: 100%;
    }

    .transportation .transportation-selection-tool .select{
        width: 90%;
        border-radius: 20px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
        color: #754EBE;
        background: #FFFFFF;
        border: 1px solid #858383;
        box-shadow: 0 2px 4px 0 rgba(108,105,105,0.15);
        padding-left: 20px;
        padding-right: 30px;
        outline: none;
        background: url("./../image/select-bar-icon.png") right center no-repeat; 
        background-size: 16px auto;
        appearance: none; 
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .transportation .transportation-selection-tool .select option:hover{
        font-weight:normal;
        color: #754EBE;
        background: #754ebe50;
    
    }
    
    .transportation .transportation-selection-tool .select option:focus,
    option:active,
    option:checked {
        font-weight:normal;
        color: #754ebe;
    }
}

@media only screen and (max-width: 500px){
    .transportation .transportation-header{
        flex-direction: column;
        align-items: center;
        padding: 0;

    }
    .transportation .transportation-header button{
        margin-top: 20px;
        margin-right: 0;
        width: 90%;
    }
    .transportation .transportation-header .active{
        margin-right: 0;
        width: 90%;
    }
}
