.titlelist,
.contentmain {
    border-bottom: 1px solid #e1e1e1;
}

.titlelist ul li {
    display: inline-block;
    margin-right: 60px;
    line-height: 60px;
}

.titlelist ul li a {
    font-size: 16px;
    color: #666666;
}

.titlelist ul li:hover a {
    color: #333333;
}

.titlelist ul li.on::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url('../img/second/triangle.png') no-repeat;
    margin-right: 8px;
}

.titlelist ul li.on a,
.titlelist ul li.on:hover a {
    color: #204eb4;
}

.contentmain {
    padding: 40px 0;
}

.title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px solid #204fb4;
    margin-bottom: 30px;
}

.contentmain p,
.boxlist p {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
}

.contentlist {
    padding: 40px 0 60px;
}

.contentlist ul {
    margin-bottom: 30px;
}

.contentlist ul li {
    width: 240px;
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.contentlist ul li:nth-of-type(1) {
    color: #204fb4;
    border: 1px solid #204fb4;
}

.contentlist ul li:nth-of-type(2) {
    color: #3490b0;
    border: 1px solid #3490b0;
}

.contentlist ul li:nth-of-type(3) {
    color: #3d6f9b;
    border: 1px solid #3d6f9b;
}

.contentlist ul li:nth-of-type(4) {
    color: #a9a293;
    border: 1px solid #a9a293;
}

.contentlist ul li:hover,
.contentlist ul li.on {
    color: #ffffff;
}

.contentlist ul li:nth-of-type(1):hover,
.contentlist ul li:nth-of-type(1).on {
    background-color: #204fb4;
}

.contentlist ul li:nth-of-type(2):hover,
.contentlist ul li:nth-of-type(2).on {
    background-color: #3490b0;
}

.contentlist ul li:nth-of-type(3):hover,
.contentlist ul li:nth-of-type(3).on {
    background-color: #3d6f9b;
}

.contentlist ul li:nth-of-type(4):hover,
.contentlist ul li:nth-of-type(4).on {
    background-color: #a9a293;
}

.contentlist ul span {
    width: 24px;
    height: 3px;
    background-color: #e1e1e1;
}

.arrowleft,
.arrowright {
    width: 34px;
    height: 15px;
    cursor: pointer;
}

.arrowleft {
    background: url('../img/second/arrow_left.png') no-repeat;
}

.arrowright {
    background: url('../img/second/arrow_right.png') no-repeat;
}

.arrowleft:hover {
    background: url('../img/second/arrow_left_hover.png') no-repeat;
}

.arrowright:hover {
    background: url('../img/second/arrow_right_hover.png') no-repeat;
}

.box {
    box-shadow: 0px 20px 30px rgba(6, 31, 52, 0.15);
}

.boxlist {
    padding: 40px 50px;
    display: none;
}

.boxlist span {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

.boxlist:nth-child(1) {
    border-top: 2px solid #204fb4;
}

.boxlist:nth-child(1) span {
    color: #204fb4;
}

.boxlist:nth-child(2) {
    border-top: 2px solid #3490b0;
}

.boxlist:nth-child(2) span {
    color: #3490b0;
}

.boxlist:nth-child(3) {
    border-top: 2px solid #3d6f9b;
}

.boxlist:nth-child(3) span {
    color: #3d6f9b;
}

.boxlist:nth-child(4) {
    border-top: 2px solid #a9a293;
}

.boxlist:nth-child(4) span {
    color: #a9a293;
}

.show {
    display: block;
}