h2{
    color:000;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 54px;
}
.under-line{
    width: 30px;
    height: 6px;
    background-color: #FA6029;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
}

.title{
    font-size: 40px;
    color:#000;
    font-weight: 500;
    line-height: 56px;
}

.oranger-line{
    width: 30px;
    height: 6px;
    background-color: #FA6029;
    display: inline-block;
}

.desc{
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color:#333333
}

.content{
    min-width: 1200px;
    overflow:hidden;
}
.content-img{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 150px;
}

.main:nth-of-type(2){
    display: none;
}

.map{
    margin-top: 151px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.about ul{
    margin-top: 10px;
}

.about li{
    width: 363px;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.about li:nth-of-type(3){
    margin-top: 40px;
}

#map{
    width: 780px;
    height: 450px;
}

#map img{
    width: 100%;
    height: 100%;
}
.about-as{
    text-indent: 2em;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}