body {
    background-color: #FBF4FC;
    color: #3D3D3D;
}
header {
    height: 830px;
    background-image: url('bg_header.webp');
}
header h1 {
    top: 60px;
    margin-left: -350px;
    background-image: url('logo_icarus.webp');
}
nav {
    top: 700px;
    height: 130px;
    background-image: url('bg_nav.webp');
}
nav ul li:nth-child(1) {
    background-image: url('btn_menu1.html');
}
nav ul li:nth-child(2) {
    background-image: url('btn_menu2.html');
}
.content {
    padding-top: 20px;
}
.content .date {
    color: #49295A;
}
.content h4 {
    margin: 0 0 15px 0;
}
.content h5 {
    font-size: 22px;
    color: #666;
}
.content h6 {
    font-size: 18px;
    color: #888;
}
.content table tr th {
    background-color: #94559C;
    border-bottom: 2px solid #ffffff;
    color: #fff;
}
.content table tr td {
    background-color: #E8E2E8;
    border-bottom: 2px solid #ffffff;
}
.content .btn-new {
    height: 106px;
    background-image: url('btn_new.html');
    background-repeat: no-repeat;
}
.content .btn-comeback {
    height: 106px;
    background-image: url('btn_comeback.html');
    background-repeat: no-repeat;
}
.box-radius {
    position: relative;
    margin: 30px 0;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 50px;
}
.process {
    margin: 30px auto;
}
.process .mark-list {
    color: #585858;
}
.btn-top {
    top: 900px;
    width: 117px;
    height: 122px;
    background-image: url('btn_top.html');
}
.caution {
    margin-top: 100px;
    background-color: #CAB9CB;
}
footer {
    background-color: #443145;
    color: #927b93;
}