@charset "utf-8";


body {
    scroll-behavior: smooth;
}

.op_none {
    opacity: 0;
}

.pro_wrap {
    padding: 10% 10% 0 0;
    text-align: left;
}

.pro_wrap>span {
    font-family: var(--fm);
    color: var(--sub-color);
    font-size: 1.75rem;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.pro_wrap>h2 {
    font-size: 1.75rem;
    letter-spacing: 0.45px;
    font-family: var(--fm);
    font-weight: 400;
    padding-bottom: 1.5rem;
}

.grid_wrap {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 1px;
    gap: 3rem;
    margin-bottom: 10%;
}

.grid_item {
    display: flex;
    flex-direction: column;
    opacity: 0;
    text-align: left;
    padding: 22px;
    min-height: 420px;
    outline: none;
    outline-color: transparent;
    transition: all 0.3s;
    background: linear-gradient(0deg, #1a1a1abb 0%, #000 70%, transparent 100%);
}

.grid_item:hover {
    outline: 1px solid var(--sub-color);
    background: linear-gradient(0deg, #e6002d91 0%, transparent 60%);
}

.grid_item span {
    color: #808080;
    margin-bottom: 2rem;
}

.grid_item h3 {
    color: white;
    font-size: 1.5rem;
}

.grid_item p {
    color: #999999;
}

.grid_item a {
    display: inline-block;
    padding: 0.25em 0.75em;
}

.grid_item>:not(p) {
    margin-top: 30px;
}

.grid_item:hover .detail_p a {
    outline: 1px solid var(--sub-color);
    color: var(--sub-color);
    background-color: #000;
}

.grid_item .item_img {
    margin: 0 auto;
}

.pro_desc {
    margin-top: 2.1rem;
}

.pro_desc h3 {
    font-size: 1.75rem;
    font-family: var(--fm);
    font-weight: 400;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.pro_desc li {
    font-family: var(--ro);
    color: #999999;
    font-size: 1.15rem;
    font-weight: 300;
}

.pro_desc span {
    display: inline-block;
}

.pro .flex_wrap {
    display: flex;
    height: 100%;
    width: 100%;
}

.pro .flex_wrap .pro_wrap {
    padding: 0;
}

.pro .flex_wrap .flex_left {
    padding: 10% 0 0 0;
    flex: 1 1 35%;
    overflow: auto;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
        display: none;
    }
}

.pro .flex_wrap .flex_right {
    flex: 1 1 65%;
    background: radial-gradient(circle, rgba(100, 38, 11, 1) 0%, rgba(0, 0, 0, 0) 75%);
}

.pro .flex_wrap .flex_right .pro_img {
    padding-top: 5rem;
    align-content: center;
    height: 100%;
    margin-right: 10%;
}

.pro_wrap h3:last-child {
    cursor: pointer;
    transition: 0.3s;
}

.pro_wrap h3:last-child:hover {
    background: rgba(255, 255, 255, 0.2);
}

.pro_desc details h3 i {
    display: inline-block;
    margin-left: 0.25rem;
    animation: circle2 1s infinite both;

}

.pro_desc details h3 i img {
    display: block;
    align-content: center;
}

.pro_desc details[open] {
    margin-bottom: 5rem;
    transition: all 0.3s;
    cursor: n-resize;
}

.pro_desc details[open] h3 i img {
    rotate: 180deg;
}

.pro_desc details span {
    display: inline-block;
    text-align: right;
    color: #999999;
    width: 80%;
    margin-bottom: 6px;
}

.pro_desc details table {
    max-width: 80%;
    width: 100%;
}

.pro_desc details table>* {
    text-align: center;
}

.pro_desc details thead tr {
    font-size: 20px;
}

.pro_desc details tbody tr {
    background-color: #bfbfbf;
}

.pro_desc details tbody tr td {
    color: #333;
    width: 50%;
    font-size: 18px;
}

.pro_desc details tbody tr:nth-of-type(even) {
    background-color: #8c8c8c;
}

/* tooltip */

[data-tooltip] {
    position: relative;
    cursor: help;
    color: inherit;
}

[data-tooltip][data-position=right]::before {
    top: -50%;
    left: 105%;
    transform: translateX(-20px);
    color: white;
    font-size: 12px;
    text-align: left;
}

[data-tooltip]:hover::before {
    transform: translate(0);
    opacity: 1;
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    width: 150px;
    display: block;
    background: #404040;
    padding: 10px;
    top: -50px;
    box-shadow: 0px 2px 5px #0000008c;
    border-radius: 3px;
    text-align: center;
    left: 0;
    z-index: 8;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* history */
.history .flex_wrap {
    display: flex;
    align-items: baseline;
    margin-bottom: 5rem;
    overflow: hidden;
}

.history .flex_wrap .flex_left {
    flex: 1 1 38%;
    font-size: 2.25rem;
    font-family: var(--fh);
}

.history .flex_wrap .flex_right {
    display: flex;
    flex-direction: column;
    flex: 1 1 62%;
    font-size: 1.5rem;
    font-family: var(--fm);
}

.history .flex_wrap .flex_right .r_item {
    display: flex;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.history .flex_wrap .flex_right .years {
    font-family: inherit;
}

.history .flex_wrap .flex_right .month {
    margin-inline: 0.7rem 1.85rem;
    font-family: inherit;
    color: var(--sub-color);
    min-width: 2rem;
}

.history .flex_wrap .flex_right .desc {
    font-family: inherit;
}



.s1 .fp-overflow {
    z-index: 0;
}

.s1 .about_desc {
    margin-top: 3.5rem;
    width: 60%;
    font-weight: 300;
}

.s1 .about_desc p {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: var(--ro);
    font-style: italic;
}

.s1 .about_bg_box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: "";
}

.s1 .t2 .flex_wrap {
    display: flex;
    margin-block: 5% 10%;
    gap: 1rem;
    margin-block: 3rem 7rem;
}


.s3 .tab_menu {
    width: 100%;
    margin-block: 2rem 3.5rem;
}

.s3 .tab_menu ul {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.s3 .tab_menu ul li {
    padding: 0.45rem 1.25rem;
    border: 1px solid #4d4d4d;
    border-radius: 5rem;
    color: #999;
    font-family: var(--ro);
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.5s;
}

.s3 .tab_menu .on {
    border-color: #e6002d;
    color: #e6002d;
    transition: 0.5s;
}

.s3 .tab_menu .on i {
    display: inline;
}

.s3 .tab_menu ul li i {
    margin-right: 1rem;
    display: none;
    color: #e6002d;
}