
main > .head {
    position: relative;
    width: 100%;
    height: 60vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

main > .head > img {
    position: relative;
    width: 100%;
    height: 100%;
}

main > .content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

main > .content > .left {
    position: relative;
    width: 30%;
    height: 100%;
    padding: 2vw 1vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

main > .content > .left > ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

main > .content > .left > ul > li:not(.sub) {
    position: relative;
    padding: 0 4vw;
    width: 100%;
    height: 7vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: solid 1px #43434322;
    font-size: 3vw;
    transition: transform 0.1s linear;
    z-index: 1;
    background: white;
    letter-spacing: 0.2vw;
    box-shadow: 0 1px 5px 0 #43434322;
    font-weight: 600;
}

main > .content > .left > ul > .sub {
    position: relative;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

main > .content > .left > ul > .sub > ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

main > .content > .left > ul > .sub > ul > li {
    position: relative;
    padding: 0 1vw;
    width: 100%;
    height: 7vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: rgb(245, 245, 245);
    box-shadow: 0 1px 5px 0 #4343431F;
    transition: background-color, color 0.1s linear;
    font-size: 3vw;
}

main > .content > .left > ul > .sub > ul > li:hover {
    background-color: #a61b29;
    color: white;
}

main > .content > .left > ul > li > .style {
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #a61b29;
}

main > .content > .left > ul > li:not(.sub):hover {
    transform: scale(1.05);
}

main > .content > .left > ul > li > img {
    margin: 0 10px;
    width: 2vw;
    height: 2vw;
}


main > .content > .list {
    position: relative;
    width: 70%;
    height: 100%;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

main > .content > .list > span {
    position: relative;
    padding-left: 2vw;
    height: 10vw;
    font-size: 5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.2vw;
    font-weight: bold;
}

main > .content > .list > hr {
    position: relative;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #43434344;
    margin: 40px 0;
}

main > .content > .list > ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

main > .content > .list > ul > li {
    position: relative;
    margin: 0.5vw 0.5vw;
    width: 100%;
    height: 80vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 5px #43434333;
    border-radius: 0.5vw;
    transition: transform 0.1s linear;
}


main > .content > .list > ul > li > .card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;

}

main > .content > .list > ul > li > .card > img {
    position: relative;
    width: 100%;
    height: 55%;
    border-radius: 0.5vw 0.5vw 0 0;
}

main > .content > .list > ul > li:hover {
    transform: scale(1.01);
}

main > .content > .list > span > img {
    margin: 0 10px;
    width: 2vw;
    height: 2vw;
}

main > .content > .list > .green {
    background: linear-gradient(to right, #318524, #4bc422);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > .red {
    background: linear-gradient(to right, #82111f, #f03752);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > .blue {
    background: linear-gradient(to right, #15559a, #2177b8);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > .yellow {
    background: linear-gradient(to right, #a28f2a, #beb83e);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > ul > li > .card > .text {
    position: relative;
    width: 100%;
    height: 45%;
    display: flex;
    padding: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

main > .content > .list > ul > li > .card > .text > .title {
    position: relative;
    width: 100%;
    font-size: 4vw;
    font-weight: bold;
}

main > .content > .list > ul > li > .card > .text > .subtitle {
    position: relative;
    width: 100%;
    font-size: 2.8vw;
    line-height: 1.6;
    text-overflow: ellipsis;
    overflow: hidden;
}

main > .content > .list > ul > li > .card > .tag {
    position: absolute;
    top: calc(55% - 8vw);
    right: 0;
    height: 8vw;
    width: 100%;
    /* background: #34343455; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

main > .content > .list > ul > li > .card > .tag > span {
    position: relative;
    margin: 1vw;
    padding: 1vw 1vw;
    height: 4.5vw;
    background-color: #00000033;
    color: white;
    display: flex;
    border-radius: 1vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 2.8vw;
}