﻿
.grayBox {
    margin: 0px;
}

.box-title {
    margin-top: 35px;
    margin-bottom: 35px;
}

.box-detail {
    margin-top: 35px;
}

.box-division {
    background-color: #B0903D;
    width: 106px;
    height: 1px;
}
.box-image1 {
    background-image: url('../images/box3.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.box-image2 {
    background-image: url('../images/box4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}