_other.scss 907 Bytes
.contact-us-wrap {
    width: 1180px;
    margin: 50px auto;
    .info-list {
        float: left;
        border: 1px solid #000;
        padding: 32px;
        .info-title {
            text-align: center;
            font-weight: bold;
            margin: 0 auto 32px auto;
        }
        .info-section {
            margin-bottom: 32px;
            font-size: 16px;
            line-height: 28px;
        }
        .contact-us-section:last-child {
            margin-bottom: 0;
        }
    }
}

.contact-us-info {
    width: 600px;
    margin: 0 0 0  25px;
    .contact-us-title {
        font-size: 32px;
    }
    .contact-us-section {
       
    }
}

.public-number-info {
    width: 300px;
    margin: 0 0 0 50px;
    .public-number-title {
        font-size: 22px;
    }
    .public-number-section {
    	text-align: center;
    	img {
    		width: 200px;
    		height: 200px;
    	}
    }
}