@charset "utf-8";

.dash-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    word-break: auto-phrase;
}
.item-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.dash-item:hover .item-actions {
    opacity: 1;
    pointer-events: all;
}
.item-actions a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid var(--skin-text-color);
    background: var(--skin-base-color);
    color: var(--skin-text-color);
    text-decoration: none;
    font-size: 11px;
}
.item-actions a:hover {
    background: var(--skin-text-color);
    color: var(--skin-base-color);
}
.item-actions.light a {
    border-color: var(--skin-base-color);
    background: transparent;
    color: var(--skin-base-color);
}
.item-actions.light a:hover {
    background: var(--skin-base-color);
    color: var(--skin-text-color);
}

.item-mask-image {
    width: 100%;
    height: 100%;
    background: var(--skin-point-color);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
}

.item-info {
display: flex;
    justify-content: flex-end;
    font-size: 11px;
    width: 100%;
    gap: 20px;
}
.item-left, .item-top, .item-right, item-bottom {
    position: relative;
}
.style-a1 {
    display: flex;
    min-height: 120px;
    gap: 20px;
}
.style-a1 .item-left {
    flex: 1;
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--skin-base-color);
}
.style-a1 .item-no {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 24px;
    top: -17px;
    left: -17px;
    position: relative;
    font-style: italic;
}
.style-a1 .item-content {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.style-a1 .item-right {
    width: 50%;
    flex: 1;
    background-color: var(--skin-point-color);
    background-size: cover;
    background-position: center;
}

.style-a2 {
    display: flex;
    
    min-height: 100px;
}
.style-a2 .item-left {
width: 75px;
    background: var(--skin-text-color);
    color: var(--skin-base-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    flex-shrink: 0;
    gap: 10px;
}
.style-a2 .item-left .item-deco-box {
height: 100%;
    overflow: hidden;
    background: var(--skin-base-color);
    width: 25px;
    min-height: 90px;
    position: relative;
}
.style-a2 .item-left .item-deco-box .item-deco {
    border-radius: 100%;
    width: 25px;
    height: 33%;
    position: absolute;
    background: var(--skin-text-color);
}
.style-a2 .item-left .item-no {
    writing-mode: sideways-lr;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 12px;
}
.style-a2 .item-right {
flex: 1;
    color: var(--skin-base-color);
    background: var(--skin-text-color);
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.style-a2 .item-content {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    height: 100%;
}

.style-c1 {
display: flex;
    min-height: 190px;
    border: 10px solid var(--skin-base-color);
    gap: 10px;
    box-sizing: border-box;
    background: var(--skin-base-color);
}
.style-c1 .item-left {
    width: 170px;
    flex-shrink: 0;
    background: var(--skin-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.style-c1 .item-left .deco-bg {
position: absolute;
    width: 100%;
    height: 100%;
    background: var(--skin-base-color);
    mask-size: 137%;
    mask-repeat: no-repeat;
    mask-position: 66% 60%;
}
.style-c1 .item-left .item-no {
    position: relative;
    z-index: 2;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 20px;
    color: var(--skin-point-color);
}
.style-c1 .item-center {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.style-c1 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.6;
}
.style-c1 .item-info {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 11px;
}
.style-c1 .item-right {
width: 60px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
        gap: 5px;
}
.style-c1 .item-right .barcode {
    width: 20px;
    height: 110px;
    font-family: 'Libre Barcode 39';
    writing-mode: sideways-rl;
    text-align: center;
    font-size: 26px;
}
.style-c1 .item-right .date {
    writing-mode: vertical-rl;
    font-size: 10px;
    margin-top: 5px;
}

.style-c2 {
    border: 10px solid var(--skin-text-color);
}
.style-c2 .item-top {
    display: flex;
    background: var(--skin-base-color);
}
.style-c2 .item-left {
    flex: 1;
    padding: 20px;
}
.style-c2 .item-content {
    font-size: 13px;
    line-height: 1.7;
    min-height: 60px;
}
.style-c2 .item-right {
width: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--skin-text-color);
    color: var(--skin-base-color);
}
.style-c2 .item-right .item-no {
writing-mode: vertical-rl;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 13px;
    margin-left: 10px;
}

.style-c3 {
    display: flex;
    min-height: 180px;
}
.style-c3 .item-left {
    width: 110px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Climate Crisis', sans-serif;
    line-height: 1;
    color: var(--skin-base-color);
    background: var(--skin-text-color);
    font-size: 40px;
}
.style-c3 .item-left .n {
    position: relative;
    top: -8px;
    left: 5px;
 }
.style-c3 .item-left .o { 
    text-align: right;
    right: 5px;
    position: relative;
}
.style-c3 .item-left .num { 
position: absolute;
    bottom: -4px;
    left: 3px;

 }
.style-c3 .item-right {
    flex: 1;
    background: var(--skin-text-color);
    color: var(--skin-base-color);
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.style-c3 .item-right .deco-bg {
position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    bottom: 0;
    mask-size: cover;
    background: var(--skin-base-color);
}
.style-c3 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
.style-c3 .item-info {
    text-align: right;
    font-size: 11px;
    position: relative;
    z-index: 2;
}

.style-e1 {
    background: var(--skin-base-color);
}
.style-e1 .item-top {
    padding: 20px 20px 0px 40px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        gap: 5px;
}
.style-e1 .item-content {
    font-size: 13px;
    line-height: 1.7;
}
.style-e1 .item-top .item-no {
font-size: 50px;
    font-family: 'BBH Sans Bartle';
    font-style: italic;
    opacity: 0.2;
    height: 50px;
    display: flex;
    align-items: center;
}
.style-e1 .item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 50px;
}
.style-e1 .item-bottom .bottom-line {
    background: var(--skin-text-color);
    color: var(--skin-base-color);
    width: 100%;
    position: absolute;
    left: 0px;
    height: 30px;
    bottom: 20px;
        display: flex;
    align-items: center;
padding: 0px 20px;
}
.style-e1 .item-line {
        height: 100vh;
    width: 15px;
    background: var(--skin-text-color);
    position: absolute;
    left: 10px;
    top: 0px;
}
.style-e1 .item-bottom .item-info {
    font-size: 11px;
    text-align: right;
}

.style-e2 {
    display: flex;
    min-height: 200px;
}
.style-e2 .item-left {
    width: 280px;
    flex-shrink: 0;
    display: flex;
}
.style-e2 .item-left .deco-part {
}
.style-e2 .item-left .deco-part .deco-part-mask-image {
    width: 100%;
    height: 100%;
}
.style-e2 .item-left .deco-part:nth-child(1) { 
    background-color: var(--skin-text-color);
    width: 40px;
 }
.style-e2 .item-left .deco-part:nth-child(1) .deco-part-mask-image {
    background: var(--skin-base-color);
    mask-position: left center;
    mask-size: 700% 100%;
    mask-repeat: no-repeat;
}
.style-e2 .item-left .deco-part:nth-child(2) { 
    background-color: var(--skin-base-color); 
    width: 170px;
}
.style-e2 .item-left .deco-part:nth-child(2) .deco-part-mask-image {
    background: var(--skin-text-color);
    mask-position: -40px center;
    mask-size: 165% 100%;
    mask-repeat: no-repeat;
}
.style-e2 .item-left .deco-part:nth-child(3) { 
    background-color: var(--skin-text-color); 
    width: 70px;
}
.style-e2 .item-left .deco-part:nth-child(3) .deco-part-mask-image {
    background: var(--skin-base-color);
    mask-position: -210px center;
    mask-size: 400% 100%;
    mask-repeat: no-repeat;
}

.style-e2 .item-right {
    flex: 1;
    background: var(--skin-text-color);
    color: var(--skin-base-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.style-e2 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.7;
}
.style-e2 .item-info {
    text-align: right;
    font-size: 11px;
}


.style-b1 {
    display: flex;
    min-height: 120px;
    border: 10px solid var(--skin-base-color);
}
.style-b1 .item-left {
    width: 40%;
    flex-shrink: 0;
    background: #ccc;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.style-b1 .item-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.style-b1 .item-right {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: var(--skin-base-color);
    position: relative;
    z-index: 1;
}
.style-b1 .item-right .item-deco {
    height: 100%;
    aspect-ratio: 1;
    background: var(--skin-base-color);
    position: absolute;
    z-index: 0;
    translate: -50% 0;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.style-b1 .item-no {
font-family: 'BBH Sans Bartle';
    font-size: 30px;
    margin-bottom: 10px;
    z-index: 1;

}
.style-b1 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.6;
        z-index: 1;
}
.style-b1 .item-info {
    font-size: 11px;
    margin-top: 10px;
        z-index: 1;
}
.style-b1 .halftone-img-overlay {
    background: var(--skin-text-color);
}

.style-b2 {
    display: flex;
    border: 1px solid var(--skin-text-color);
    background: var(--skin-text-color);
}
.style-b2 .item-left {
background: #666;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: 80%;
    flex-shrink: 0;
}
.style-b2 .item-left .item-deco {
    width: 80px;
    height: 60px;
    position: absolute;
    background: var(--skin-text-color);
    z-index: 6;
    border-radius: 40%;
}
.style-b2 .item-right {
padding: 15px;
    background: var(--skin-text-color);
    color: var(--skin-base-color);
    width: 100%;
}
.style-b2 .item-no {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}
.style-b2 .item-content {
    font-size: 13px;
    line-height: 1.6;
    width: 100%;
}
.style-b2 .item-info {
    margin-top: 10px;
    opacity: 0.7;
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
}
.style-b2 .halftone-img-overlay {
    background: var(--skin-text-color);
}

.style-b3 {
display: flex;
    justify-content: center;
    height: 200px;
    align-items: flex-end;
}
.style-b3 .item-top {
width: 100%;
    height: 200px;
    position: relative;
}
.style-b3 .ellipse-mask-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clip-path: url(#ellipseChain);
    filter: contrast(1.5);
    cursor: zoom-in;
    overflow: hidden;
}
.style-b3 .ellipse-mask-wrap::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    bottom: -50%;
    right: -50%;
    background: radial-gradient(circle at center, #000000, #ffffff);
    background-size: 5px 5px;
    transform: rotate(8deg);
    pointer-events: none;
    transition: opacity 0.3s;
    filter: contrast(5.5);
}
.style-b3 .ellipse-mask-wrap .halftone-img {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: hard-light;
    filter: grayscale(1) brightness(1) contrast(0.8) blur(0px);
}
.style-b3 .ellipse-mask-wrap .original-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    z-index: 5;
    transition: opacity 0.3s;
}
.style-b3 .ellipse-mask-wrap:hover {
    filter: none;
}
.style-b3 .ellipse-mask-wrap:hover::before {
    opacity: 0;
}
.style-b3 .ellipse-mask-wrap:hover .original-img {
    opacity: 1;
}
.style-b3 .ellipse-mask-overlay {
    background: var(--skin-point-color);
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
    z-index: -1;
}

.style-b3 .item-bottom {
padding: 15px;
    background: var(--skin-text-color);
    color: var(--skin-base-color);
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    border-radius: 2px;
    max-width: 80%;
}
.style-b3 .item-no {
    font-family:'Pixelify Sans';
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
}
.style-b3 .item-content {
    font-size: 12px;
    line-height: 1.6;
    font-family: Gulim;
}
.style-b3 .item-info {
font-size: 11px;
    margin-top: 10px;
    opacity: 0.3;
    font-family: gulim;
    justify-content: center;
}

.style-d1 {
    display: flex;
    background: var(--skin-base-color);
    min-height: 150px;
    color: var(--skin-text-color);
    overflow: visible;
}
.style-d1 .item-left {
    width: 80%;
    flex-shrink: 0;
}
.style-d1 .item-left .item-mask {
    width: 100%;
    height: 100%;
    mask-size: cover;
    mask-position: left center;
    mask-repeat: no-repeat;
    mask-image: url(../img/shout2.png);
    background: var(--skin-text-color);
}
.style-d1 .item-right {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.style-d1 .item-no {
font-family: 'Climate Crisis';
    font-size: 50px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 20px;
    color: var(--skin-point-color);
    font-style: italic;
    writing-mode: sideways-lr;
    pointer-events: none;
}
.style-d1 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.6;
}
.style-d1 .item-info {
font-size: 12px;
    margin-top: 10px;
    position: absolute;
    bottom: 14px;
    left: 60px;
    justify-content: flex-start;
    z-index: 1;
    color: var(--skin-base-color);
    flex-direction: column;
    gap: 2px;
    font-family: 'Galmuri11';
    pointer-events: none;
}
.style-d1 .item-name {
    font-weight: bold;
}
.style-d1 .halftone-img-overlay {
    background: var(--skin-text-color);
}

.style-d2 {
    background: var(--skin-base-color);
    border: 20px solid var(--skin-base-color);
}
.style-d2 .item-top {
background: var(--skin-base-color);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.style-d2 .item-bottom {
    padding: 15px;
    position: relative;
    height: 20%;
}
.style-d2 .item-no {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 3px;
    font-family: 'Climate Crisis';
    position: absolute;
    bottom: 0px;
}
.style-d2 .item-deco-wrap {
    display: flex;
    position: absolute;
    top: -40px;
    z-index: 6;
    gap: 10px;
    pointer-events: none;
}
.style-d2 .item-deco {
mask-image: url(../img/xmark.png);
    width: 50px;
    height: 50px;
    mask-size: cover;
    background: var(--skin-text-color);
}
.style-d2 .item-content {
    font-size: 12px;
    line-height: 1.6;
    font-family: 'Paperlogy';
}
.style-d2 .item-info {
    font-size: 11px;
    margin-top: 10px;
}
.style-d2 .halftone-img-overlay {
    background: var(--skin-text-color);
}


@media (max-width: 768px) {
    .style-a1 { flex-direction: column; }
    .style-a1 .item-right { width: 100%; height: 80px; }
    .style-a2 { flex-direction: column; }
    .style-a2 .item-left { width: 100%; flex-direction: row; padding: 10px; }
    .style-a2 .item-left .item-no { writing-mode: horizontal-tb; }
    .style-c1 { flex-direction: column; }
    .style-c1 .item-left { width: 100%; height: 80px; }
    .style-c1 .item-right { width: 100%; flex-direction: row; border-left: none; border-top: 2px dashed var(--skin-text-color); }
    .style-c1 .item-right .barcode { width: 60px; height: 20px; background: repeating-linear-gradient(90deg, var(--skin-text-color) 0px, var(--skin-text-color) 2px, transparent 2px, transparent 4px); }
    .style-c1 .item-right .date { writing-mode: horizontal-tb; margin-top: 0; margin-left: 10px; }
    .style-c3 { flex-direction: column; }
    .style-c3 .item-left { width: 100%; flex-direction: row; gap: 10px; justify-content: flex-start; }
    .style-e2 { flex-direction: column; }
    .style-e2 .item-left { width: 100%; height: 80px; flex-direction: row; }
    .style-f1 { flex-direction: column; }
    .style-f1 .item-left { width: 100%; padding: 10px; }
    .style-f1 .item-left .item-no { writing-mode: horizontal-tb; }
}

.style-g1 {
    display: grid;
    background: var(--skin-base-color);
    color: var(--skin-text-color);
    border: 10px solid var(--skin-base-color);
    min-height: 200px;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 4fr 1fr;
}
.style-g1 .item-top {
    grid-column: 1;
    padding: 20px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.style-g1 .item-bottom {
    grid-column: 1;
    padding: 20px;
    border-right: 1px solid;
}
.style-g1 .item-no {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 14px;
    text-transform: lowercase;
}
.style-g1 .item-info {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
    text-align: right;
}
.style-g1 .item-content {
    font-size: 13px;
    line-height: 1.8;
    columns: 2;
    column-gap: 30px;
    column-rule: 1px solid rgba(0, 0, 0, 0.1);
    grid-row: 1;
    grid-column: 2;
    border-bottom: 1px solid;
    padding: 20px;
}

.style-f1 {
    display: flex;
    background: var(--skin-text-color);
    color: var(--skin-base-color);
    min-height: 280px;
}
.style-f1 .item-left {
    width: 20%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: var(--skin-text-color);
    border-left: 30px solid var(--skin-text-color);
}
.style-f1 .item-left .item-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.style-f1 .item-left .item-no {
    font-family: 'Pixelify Sans';
    font-size: 12px;
    text-transform: lowercase;
    text-orientation: mixed;
    padding: 20px 0;
    text-align: center;
}
.style-f1 .item-right {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.style-f1 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.8;
}
.style-f1 .item-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 15px;
    gap: 5px;
}
.style-f1 .item-footer .point-dot {
    width: 10px;
    height: 10px;
    background: var(--skin-point-color);
}
.style-f1 .item-info {
    font-size: 11px;
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: flex-end;
    font-family: gulim;
}

.style-f2 {
min-height: 300px;
}
.style-f2 .item-inner {
width: calc(100% - 60px);
    height: calc(100% - 140px);
    position: relative;
    background: var(--skin-base-color);
    margin: 70px 30px;
    z-index: 6;
    padding: 20px;
}
.style-f2 .item-no {
    font-family: 'BBH Sans Bartle';
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.style-f2 .item-content {
    padding: 20px 0px;
    line-height: 1.6;
    font-size: 13px;
    border-top: 1px solid var(--skin-text-color);
    word-break: auto-phrase;
}
.style-f2 .item-footer{
    justify-content: space-evenly;
    font-family: 'Paperlogy';
    display: flex;
}
.style-f2 .halftone-img-overlay {
    background: #8b8b8b;
}
.style-g2 {
    display: flex;
    border: 15px solid var(--skin-base-color);
    background: var(--skin-base-color);
    height: 400px;
    gap: 15px;
}
.style-g2 .item-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--skin-base-color);
    color: var(--skin-text-color);
    padding: 15px;
    position: relative;
}
.style-g2 .item-no {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 12px;
    text-transform: lowercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    left: 15px;
    top: 15px;
}
.style-g2 .item-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    overflow: hidden;
}
.style-g2 .item-pages {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.style-g2 .item-pages-inner {
    display: flex;
    transition: transform 0.3s;
    height: 100%;
}
.style-g2 .item-page {
    width: 100%;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 1.8;
    overflow: hidden;
}
.style-g2 .item-content {
    font-size: 13px;
    line-height: 1.8;
}
.style-g2 .item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-shrink: 0;
}
.style-g2 .item-footer .nav-btn {
    width: 24px;
    height: 24px;
    border: 1px solid var(--skin-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    background: transparent;
}
.style-g2 .item-info {
    font-size: 11px;
    gap: 10px;
    justify-content: center;
}
.style-g2 .item-right {
    width: 50%;
    flex-shrink: 0;
    background: var(--skin-text-color);
    position: relative;
    overflow: hidden;
}


.style-i1 {
    display: flex;
    flex-direction: column;
    border: 10px solid var(--skin-base-color);
    background: var(--skin-base-color);
}
.style-i1 .item-top {
height: 80px;
    overflow: hidden;
    background: var(--skin-text-color);
}
.style-i1 .item-maskimage {
    width: 100%;
    height: 100%;
    mask-size: cover;
    background: var(--skin-base-color);
    mask-position: center;
}
.style-i1 .item-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.style-i1 .item-no {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}
.style-i1 .item-content {
width: 100%;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.8;
    word-break: auto-phrase;
}
.style-i1 .item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}
.style-i1 .item-footer .nav-btn {
    width: 28px;
    height: 28px;
    border: 1px solid var(--skin-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
}
.style-i1 .item-info {
    font-size: 11px;
}

.style-i2 {
    border: 10px solid var(--skin-base-color);
    background: var(--skin-base-color);
}
.style-i2 .item-inner {
    padding: 20px;
}
.style-i2 .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--skin-base-color);
}
.style-i2 .item-no {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 18px;
}
.style-i2 .item-info {
    font-size: 11px;
    display: flex;
    gap: 15px;
}
.style-i2 .item-content {
    font-size: 13px;
    line-height: 1.8;
    overflow-y: auto;
}
.style-i2 .item-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--skin-base-color);
    font-size: 11px;
}

.style-h1 {
    display: flex;
    background: var(--skin-base-color);
    min-height: 280px;
}
.style-h1 .item-left {
    width: 30%;
    flex-shrink: 0;
    position: relative;
        z-index: 1;

}
.style-h1 .item-left .item-image {
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 50px);
    bottom: 0;
    right: 0;
        z-index: 1;
}
.style-h1 .item-right {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.style-h1 .item-no {
    display: flex;
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 80px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 20px;
    color: var(--skin-point-color);
    line-height: 100%;
    font-style: italic;
}
.style-h1 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.8;
    border-top: 1px solid var(--skin-text-color);
    margin-top: 20px;
    padding: 20px;
    columns: 2;
    column-rule: 1px dashed rgb(0 0 0 / 19%);
    column-gap: 30px;
    z-index: 0;
}
.style-h1 .item-info {
font-size: 11px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    width: 20px;
    position: relative;
    left: 15px;
    justify-content: flex-end;
    bottom: 20px;
    position: absolute;
}

.style-h1 .item-info span {
    writing-mode: tb;
}

.style-h1 .item-info .item-deco {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--skin-text-color);
}

.style-h2 {
    display: grid;
grid-template-columns: 1fr 6fr;
    grid-template-rows: 1fr 3fr;
    background: var(--skin-base-color);
    min-height: 400px;
}
.style-h2 .item-top {
    grid-column: span 2;
}
.style-h2 .item-info {
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.style-h2 .item-info-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.style-h2 .item-info-left .item-deco {
    width: 50px;
    height: 20px;
    background: var(--skin-point-color);
}
.style-h2 .item-no {
    font-family: 'Dela Gothic One', sans-serif;
    font-size: 14px;
}
.style-h2 .item-info-right {
    font-size: 11px;
}
.style-h2 .content1 {
font-size: 13px;
    line-height: 1.8;
    max-height: 120px;
    overflow: hidden;
    padding: 0px 30px 0px 30px;
}
.style-h2 .item-image-wrap {
position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.style-h2 .item-image-wrap .item-image {
    width: calc(100% - 0px);
    height: calc(100% - 40px);
    position: relative;
}
.style-h2 .item-image-wrap .item-deco {
position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid var(--skin-point-color);
    border-radius: 50%;
    z-index: 6;
}
.style-h2 .item-image-wrap .item-deco:nth-child(2) {
top: 20px;
    right: -20px;
}
.style-h2 .item-image-wrap .item-deco:nth-child(3) {
    top: 50px;
    right: -20px;
}
.style-h2 .content2 {
padding: 0px 30px 30px 40px;
    font-size: 13px;
    line-height: 1.8;
    overflow-y: auto;
}
.style-j1 {
display: flex;
    flex-direction: column;
    background: var(--skin-base-color);
}
.style-j1 .item-header {
    height: 230px;
}
.style-j1 .item-no {
font-family: 'BBH Sans Bartle';
    font-size: 40px;
    position: absolute;
    left: 40px;
    z-index: 6;
    top: 24px;
    font-style: italic;
}
.style-j1 .item-info {
    font-size: 11px;
    display: flex;
    gap: 15px;
    padding: 40px;
}
.style-j1 .item-body {
    display: flex;
    min-height: 400px;
}
.style-j1 .item-image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 100%;
    top: -20px;
    left: 70px;
}
.style-j1 .item-content {
    flex: 1;
    padding: 40px;
    font-size: 13px;
    line-height: 1.8;
    word-break: auto-phrase;
}

.style-j2 {
    position: relative;
    background: var(--skin-base-color);
    min-height: 450px;
    display: flex;
}
.style-j2 .item-bg {
    width: 60%;
    overflow: hidden;
    cursor: zoom-in;
    flex: 1;
    position: relative;
    height: 110%;
    position: absolute;
    right: -30%;
    border-radius: 100%;
    top: -5%;
}
.style-j2 .item-main {
    width: 70%;
    padding: 40px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.style-j2 .item-no {
font-family: 'BBH Sans Bartle';
    font-size: 30px;
    margin-bottom: 15px;
    text-align: right;
}
.style-j2 .item-content {
    flex: 1;
    font-size: 13px;
    line-height: 1.8;
    max-height: 420px;
    overflow-y: auto;
        padding-right: 20px;
    word-break: auto-phrase;
}
.style-j2 .item-info {
    font-size: 11px;
    display: flex;
    gap: 15px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid var(--skin-text-color);
}
