@charset "utf-8";
.list-box {
    width: 100%;
    max-width: 1580px;
    margin: 52px auto 150px;
    padding: 0 40px
}
.list-box h2 {
    display: inline-block;
    font-size: 3.2rem;
    border-bottom: 5px solid #E70012;
    padding-bottom: 5px
}
.list-box .arti-list {
    position: relative;
    clear: both;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}
.list-box .item {
    position: relative;
    float: left;
    width: 22%;
    max-width: 420px;
    margin-right: 3%;
    margin-bottom: 50px
}
.list-box .arti-box {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding-bottom: 30px
}
.list-box .arti-box .arti-img {
    position: relative;
    overflow: hidden
}
.list-box .arti-box .arti-category {
    color: #E70012;
    font-size: 1.8rem;
    padding-top: 35px
}
.list-box .arti-box .arti-tit {
    font-size: 2.4rem;
    letter-spacing: -0.18rem;
    padding-top: 20px
}
.list-box .item .arti-byline {
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0
}
.list-box .arti-box .arti-txt a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 0;
    font-size: 1.7rem;
    line-height: 3.3rem
}
.list-box .arti-box .date {
    font-size: 1.3rem;
    padding-top: 20px;
    color: #777
}
.list-box .ad-pc {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 150px auto 50px;
    text-align: center
}
.list-box .ad-mobile {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 50px auto 50px;
    text-align: center;
    display: none;
    background-color: #f3f3f3
}
.list-box .ad-pc .ad-box {
    width: 970px;
    height: 250px;
    margin: 0 auto
}
.list-box .ad-mobile .ad-box {
    width: 300px;
    height: 250px;
    margin: 0 auto
}
.list-box .ad-box img {
    width: 100%
}
.btn-plus {
    position: relative;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: 0 auto;
    width: 6rem
}
.btn-plus a {
    display: block;
    position: relative;
    text-align: center;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    border: 1px solid #DFDFDF
}
.btn-plus .icon-cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    height: 24px;
    width: 4px;
    transition: all .3s ease-in-out
}
.btn-plus a:after {
    background: #000;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    width: 24px;
    height: 4px;
    transition: all .3s ease-in-out
}
@media (min-width:1025px) {
.btn-plus .aw-bt:hover .icon-cross {
    height: 20px;
    transform: translateX(-50%) translateX(-6px) translateY(-50%) translateY(3px) rotate(315deg);
}
.btn-plus .aw-bt:hover:after {
    width: 20px;
    transform: translateX(-50%) translateX(9px) translateY(10px) translateY(-50%)  rotate(315deg);
    transform-origin: left;
}
.btn-plus .aw-rt:hover .icon-cross {
    height: 20px;
    transform: translateX(-50%) translateX(3px) translateY(-50%) translateY(5px) rotate(-315deg);
    transform-origin: left;
}
.btn-plus .aw-rt:hover:after {
    width: 20px;
    transform: translateX(-50%) translateX(4px) translateY(-11px) translateY(-50%)  rotate(-320deg);
    transform-origin: left;
}
}
@media (max-width:1366px) {
    .list-box h2 {
        font-size: 2.8rem;
        font-weight: 600
    }
    .list-box .item {
        width: 30%
    }
    .list-box .arti-box .arti-tit {
        font-size: 2.1rem;
        letter-spacing: -0.08rem
    }
    .list-box .arti-box .arti-txt a {
        font-size: 1.5rem;
        line-height: 2.4rem
    }
    .list-box .arti-box .date {
        padding-top: 10px
    }
}
@media (max-width:1024px) {
    .list-box .arti-list {
        justify-content: space-between
    }
    .list-box {
        margin-top: 40px;
        max-width: 880px;
        padding: 0 30px
    }
    .list-box .item {
        width: 48%;
        margin-right: 0
    }
    .list-box .ad-pc {
        display: none
    }
    .list-box .ad-mobile {
        display: flex;
        align-items: center;
        padding: 30px 0
    }
    .btn-plus {
        width: 5rem;
    }
}
@media (max-width:640px) {
    .list-box .item {
        width: 100%;
        margin-bottom: 30px
    }
    .list-box {
        max-width: 460px;
        margin: 50px auto;
        padding: 0 20px
    }
    .list-box h2 {
        font-size: 2.4rem;
        letter-spacing: -0.15rem;
    }
    .list-box .arti-box {
        padding-bottom: 50px;
        border-bottom: 1px solid #dfdfdf;
    }
    .list-box .arti-box .arti-txt {
        padding-top: 10px;
    }
    
}
.subscribe-box {
    padding-top: 40px;
    vertical-align: top
}
.subscribe-box .button {
    display: inline-block;
    text-align: center;
    font-size: 1.52rem;
    font-weight: 500;
    border-radius: 30px;
    height: 30px;
    width: 70px;
    line-height: 28px;
    background-color: #E70012;
    color: #fff
}
.subscribe .on,
.subscribe.active .off {
    display: none
}
.subscribe.active .on {
    display: block;
    background-color: #e3e3e3;
    color: #000
}
.subscribe-box .subscribe {
    display: inline-block;
    vertical-align: top
}
.subscribe-box .num {
    display: inline-block;
    padding-left: 10px;
    font-size: 1.4rem
}
.subscribe-box .num strong {
    font-size: 2.1rem;
    padding-right: 5px
}
.arti-list.reporter {
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: column
}
.reporter-box {
    position: relative;
    border-bottom: 4px solid #000;
    padding-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.reporter-box h2 {
    border: 0;
    font-size: 3.2rem
}
.reporter-box h2 span {
    font-size: 1.9rem;
    font-weight: normal;
    padding-left: 5px
}
.reporter-box .photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #E5E5E5;
    overflow: hidden;
}
.reporter-box .photo img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    width: 100%;
    border-radius: 50%;
    object-fit: cover
}
.reporter-box .description {
    font-size: 1.7rem;
    line-height: 2.7rem;
    padding-right: 42%;
    word-break: keep-all;
    padding-top: 10px
}
.reporter-box .contact {
    position: absolute;
    left: 130px;
    top: 8px
}
.contact li {
    display: inline-block;
    margin-left: 15px
}
.contact li .icon {
    font-size: 2.6rem;
    background: 50% 0 no-repeat
}
.contact li.tool-f .icon {
    width: 25px;
    height: 22px;
    background-size: 12px 22px;
    background-image: url(../images/icon-view-f.svg)
}
.contact li.tool-t .icon {
    width: 25px;
    height: 20px;
    background-size: 23px 20px;
    background-image: url(../images/icon-view-twitter.svg)
}
.contact li.tool-mail .icon {
    width: 25px;
    height: 17px;
    background-size: 21px 17px;
    background-image: url(../images/icon-email.png)
}
.contact li .icon:hover {
    opacity: 0.6;
}
.list-box.reporter .arti-list {
    max-width: 1200px;
    margin: 30px auto
}
.list-box.reporter .item {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px
}
.list-box.reporter .arti-box {
    max-width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf
}
.list-box.reporter .arti-box .arti-img {
    float: left;
    width: 230px;
    height: 138px;
    margin-right: 30px
}
.list-box.reporter .arti-box .arti-img img {
    width: 230px;
    height: 138px;
    object-fit: cover
}
.list-box.reporter .arti-box .arti-category {
    padding-top: 0;
    font-size: 1.5rem
}
.list-box.reporter .arti-box .arti-tit {
    padding-top: 5px;
    padding-right: 100px
}
.list-box.reporter .arti-box .arti-txt {
    padding-top: 10px;
}
.list-box.reporter .arti-box .arti-txt a {
    -webkit-line-clamp: 2;
    padding-top: 0px;
    padding-right: 10%;
    font-size: 1.6rem;
    line-height: 2.6rem
}
.list-box.reporter .arti-box .date {
    position: absolute;
    right: 0;
    top: 0
}
@media (max-width:1024px) {
    .list-box.reporter .arti-box .arti-img {
        float: right;
        width: 172px;
        margin: 0;
        margin-left: 30px
    }
    .list-box.reporter .arti-box .arti-img img {
        width: 172px;
        height: 93px
    }
    .list-box.reporter .arti-box .date {
        position: relative;
        color: #959595;
        font-size: 1.2rem
    }
    .list-box.reporter .arti-box .arti-tit {
        padding-top: 0
    }
    .list-box.reporter .arti-box .arti-category {
        display: none
    }
    .reporter-box {
        padding: 0 0 20px
    }
    .reporter-box h2 {
        font-size: 2.8rem;
    font-weight: 700
    }
    .reporter-box .description {
        font-size: 1.5rem;
        padding-right: 31%
    }
    .btn-plus a {
        display: block;
        position: relative;
        text-align: center;
        border-radius: 50%;
        width: 5rem;
        height: 5rem;
        border: 1px solid #DFDFDF
    }
    .btn-plus .icon-cross:hover {
        transform: none;
    }
}
@media (max-width:768px) {
    .btn-plus .icon-cross {
        height: 25px;
    }
    .btn-plus a:after {
        width: 25px;
    }
}

@media (max-width:640px) {
    .list-box.reporter {
        margin: 50px auto 50px;
        max-width: 100%
    }
    .list-box.reporter .arti-box .arti-tit {
        font-size: 1.9rem;
        line-height: 2.9rem
    }
    .list-box.reporter .arti-box .date,
    .list-box.reporter .arti-box .arti-category,
    .list-box.reporter .arti-box .arti-txt {
        display: none
    }
    .list-box.reporter .arti-box .arti-img {
        width: 140px;
        height: 84px;
        margin-left: 15px
    }
    .list-box.reporter .arti-box .arti-img img {
        width: 140px;
        height: 84px
    }
    .reporter-box .contact {
        overflow: hidden;
        top: 50px;
        left: 0
    }
    .reporter-box .photo {
        width: 90px;
        height: 90px
    }
    .reporter-box .description {
        padding-right: 0;
        padding-top: 60px
    }
    .contact li {
        margin-left: 0;
        margin-right: 20px
    }
    .subscribe-box .button {
        width: 70px
    }
}
.ho-list {
    position: relative;
    max-width: 2000px;
    padding: 50px 40px 150px;
    margin: 0 auto
}
.ho-list .select {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px
}
.ho-list select {
    width: 120px;
    height: 50px;
    border-radius: 4px;
    font-size: 1.9rem;
    border: 1px solid #DFDFDF;
    font-family: inherit;
    text-align: left;
    padding-left: 15px;
    background:url('../images/icon_more_black.svg') no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    padding-right: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ho-list select option {
    line-height: 40px
}
.ho-list .ho-box {
    display: flex;
    flex-wrap: wrap
}
.ho-list .item {
    position: relative;
    display: inline-block;
    width: 22%;
    margin-bottom: 4%;
    margin-right: 4%;
}
.ho-list .item:nth-child(4n) {
    margin-right: 0
}
.ho-list .item > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ho-list .item .photo-box {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 0;
    background-color: #EBEBEB
}
.ho-list .item .photo {
    width: 260px;
    height: 330px
}
.ho-list .item .photo img {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.ho-list .item .txt-box {
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EFA9AE;
    color: #fff;
    padding: 10%;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
.ho-list .item:hover .txt-box {
    opacity: 1;
}
.ho-list .item .numbering {
    font-size: 1.8rem
}
.ho-list .item .date {
    font-size: 1.5rem
}
.ho-list .item .tit {
    font-size: 2.1rem;
    margin-bottom: 20px;
    padding-top: 30px;
    word-break: keep-all;
}
.ho-list .item .btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ho-list .item .btn-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: 1px solid #ffffffe6;
    border-radius: 5px;
    color: #fff;
    font-size: 1.7rem;
    transition: 0.15s;
}
.ho-list .item .btn-wrap a:hover {
    background-color: #ffffff4d;
    opacity: 1;
}
.ho-list .item .btn-wrap a.filled {
    border: none;
    background-color: #000;
}
.ho-list .item .btn-wrap a.filled:hover {
    background-color: #747474;
}
@media (min-width:2050px) {
    .ho-list {
        max-width: 2040px
    }
    .ho-list .item {
        width: 460px;
        margin-bottom: 40px;
        margin-right: 40px
    }
}
@media (max-width:1920px) {
    .ho-list {
        max-width: 1580px
    }
    .ho-list .item .btn-wrap {
        gap: 10px;
    }
    .ho-list .item .btn-wrap a {
        height: 40px;
        font-size: 1.5rem;
    }
}
@media (max-width:1535px) {
    .ho-list .item .photo {
        width: 171px;
        height: 218px
    }
    .ho-list .item .txt-box {
        padding: 8%;
    }
    .ho-list .item .tit {
        padding-top: 16px;
        font-size: 1.8rem;
    }
}
@media (max-width:1024px) {
    .ho-list .item {
        width: 30%;
        margin-right: 3%
    }
    .ho-list .item:nth-child(4n) {
        margin-right: 3%
    }
    .ho-list .item:nth-child(3n) {
        margin-right: 0
    }
    .ho-list .select {
        margin-right: 4%
    }
    .ho-list {
        padding: 50px 30px 150px
    }
    .ho-list .item .photo-box {
        flex-direction: column
    }
    .ho-list .item .txt-box {
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: transparent;
        color: #000;
        padding: 12px 0 0;
        height: 100%;
    }
    .ho-list .item .numbering {
        font-size: 1.2rem;
        padding-right: 5px;
        display: inline-block
    }
    .ho-list .item .date {
        position: relative;
        font-size: 1.2rem;
        display: inline-block;
        padding-left: 8px;
        margin-left: 1px
    }
    .ho-list .item .date::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 1px;
        height: 10px;
        background-color: #dfdfdf
    }
    .ho-list .item .tit {
        width: 100%;
        font-size: 1.9rem;
        line-height: 2.6rem;
        letter-spacing: -0.08rem;
        font-weight: 600;
        padding-top: 8px;
    }
    .ho-list .item .btn-wrap {
        width: 100%;
        margin-top: auto;
    }
    .ho-list .item .btn-wrap a {
        color: #000;
        border-color: #000;
    }
    .ho-list .item .btn-wrap a.filled {
        color: #fff;
    }
    .ho-list .item .btn-wrap a.filled:hover {
        background-color: #000;
    }
}
@media (max-width:767px) {
    .ho-box {
        justify-content: space-between
    }
    .ho-list .select {
        margin-right: 4%;
        margin-bottom: 20px
    }
    .ho-list .item {
        width: 48%;
        margin-bottom: 30px;
        margin-right: 0
    }
    .ho-list .select {
        margin-right: 0
    }
    .ho-list .item:nth-child(4n) {
        margin-right: 0
    }
}
@media (max-width:640px) {
    .ho-list {
        padding: 30px 20px 100px
    }
    .ho-list .item .photo {
        width: 80%;
        height: auto
    }
    .ho-list select {
        width: 100%;
        background-position: 97% 50%;
    }
}
.ho-view {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    margin-top: 52px;
    padding: 0 40px
}
.ho-intro {
    display: flex;
    align-items: center
}
.ho-intro .photo {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.ho-intro .photo img {
    width: 460px;
    height: auto;
    box-shadow: 0 3px 6px #00000029
}
.ho-intro .photo-txt {
    display: inline-block;
    width: 50%;
    text-align: center
}
.ho-intro .photo-txt .tit {
    font-size: 3.2rem;
    margin-bottom: 37px;
    font-family: Noto Serif KR
}
.ho-intro .photo-txt .txt {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
    font-size: 1.6rem;
    margin-bottom: 30px
}
.ho-intro .photo-txt .txt .date {
    position: relative;
    padding-left: 10px;
    margin-left: 10px
}
.ho-intro .photo-txt .txt .date::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 35%;
    width: 1px;
    height: 12px;
    background-color: #959595
}
.ho-intro .photo-txt .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.ho-intro .photo-txt .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 46px;
    border-radius: 5px;
    background-color: #E70012;
    color: #fff;
    font-weight: 900;
    transition: 0.15s;
}
.ho-intro .photo-txt .btn-link a:nth-child(2) {
    background-color: #000;
}
.ho-intro .photo-txt .btn-link a:hover {
    opacity: 1;
    background-color: #B1000E;
}
.ho-intro .photo-txt .btn-link a:nth-child(2):hover {
    background-color: #22222299;
}
.ho-arti {
    margin-top: 100px;
    max-width: 1500px;
    margin-bottom: 150px;
    column-count: 4;
    column-gap: 30px
}
.ho-arti .item {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 30px;
    break-inside: avoid
}
.ho-arti .arti-box {
    grid-row: 1 / -1;
    grid-column: 1;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px
}
.ho-arti .item .arti-category {
    color: #E70012;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px
}
.ho-arti .item .arti-tit {
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: -0.08rem;
    margin-top: 10px
}
.ho-arti .item li {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    padding-top: 16px;
    margin-top: 16px
}
.ho-arti .item li .arti-img {
    float: right;
    margin-left: 10px;
    width: 62px;
    height: 62px
}
.ho-arti .item li .arti-img img {
    object-fit: cover;
    width: 62px;
    height: 62px
}
.ho-arti .item li .arti-tit {
    margin-top: 0
}
@media (max-width:1280px) {
    .ho-arti {
        column-count: 3
    }
    .ho-arti .arti-box {
        padding: 25px
    }
}
@media (max-width:1024px) {
    .ho-intro {
        flex-direction: column
    }
    .ho-intro .photo {
        width: 100%
    }
    .ho-intro .photo-txt {
        margin-top: 30px;
        width: 100%
    }
    .ho-arti .item .arti-tit {
        font-size: 1.8rem
    }
}
@media (max-width:768px) {
    .ho-arti {
        column-count: 2
    }
}
@media (max-width:640px) {
    .ho-arti {
        column-count: 1;
        margin-top: 60px;
    }
    .ho-intro .photo img {
        width: 100%
    }
    .ho-intro .photo-txt .tit {
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center;
    }
    .ho-intro .photo-txt .btn-link {
        flex-direction: column;
    }
    .ho-intro .photo-txt .btn-link a {
        width: 100%;
    }
}
.depth-intro {
    background-color: #001B26;
    max-height: 160px
}
.depth-intro .txt-box {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    padding: 30px 40px
}
.depth-intro h2 {
    font-size: 2.7rem;
    color: #fff
}
.depth-intro .description {
    font-size: 1.9rem;
    color: #fff;
    opacity: .5
}
.depth-list {
    width: 100%
}
.depth-list.temp2 {
    background-color: #fff
}
.depth-list.interactive {
    background-color: #001A25;
    color: #fff
}
.depth-list.interactive .subtitle {
    opacity: 0.5
}
.depth-list .depth-box {
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
    padding: 80px 40px
}
.depth-list h3 {
    font-size: 5rem;
    letter-spacing: -0.2rem;
    font-weight: 300;
    margin-bottom: 40px
}
.depth-list .arti-list {
    position: relative;
    overflow: hidden;
    width: 100%
}
.depth-list .arti-list .left {
    float: left;
    width: 40%;
    max-width: 640px
}
.depth-list .arti-list .right {
    float: right;
    width: 50%;
    max-width: 730px;
    margin-bottom: 0px
}
.depth-list .arti-list .arti-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}
.depth-list .arti-list img {
    width: 100%;
    height: auto;
    object-fit: cover
}
.depth-list .arti-list .arti-box .arti-txt {
    padding-top: 10px;
}
.depth-list .arti-list .arti-txt a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 0;
    font-size: 1.7rem;
    line-height: 2.7rem;
}
.depth-list .arti-list .arti-img {
    margin-bottom: 20px;
}
.depth-list .arti-list .left .arti-tit {
    font-size: 3.2rem;
    line-height: 4.0rem;
    letter-spacing: -0.1rem;
    word-break: keep-all
}
.depth-list .arti-list .right .arti-tit {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.14rem
}
.depth-list.temp1 .arti-list .right .arti-img {
    float: right;
    max-width: 200px;
    margin-left: 50px
}
.depth-list.temp2 .arti-list .right,
.depth-list.temp3 .arti-list .right {
    display: flex;
    flex-wrap: wrap
}
.depth-list.temp2 .arti-list .right .arti-box,
.depth-list.temp3 .arti-list .right .arti-box {
    float: left;
    max-width: 345px;
    width: 47%
}
.depth-list.temp2 .arti-list .right .arti-box:nth-child(2n),
.depth-list.temp3 .arti-list .right .arti-box:nth-child(2n) {
    margin-left: 40px
}
.depth-list.temp3 h3 {
    font-size: 4.0rem;
    letter-spacing: -0.1rem
}
.depth-list.temp3 .left {
    text-align: left
}
.depth-list.temp3 .link li {
    position: relative;
    font-size: 4rem;
    letter-spacing: -0.2rem;
    margin-bottom: 20px;
    font-weight: bold
}
.depth-list.temp3 .link li:hover {
    padding-left: 50px;
    transition: all .3s ease-in-out
}
.depth-list.temp3 .link li a::before {
    display: block;
    content: '';
    position: absolute;
    left: -30px;
    top: 13px;
    background: url(../images/icon-aw-link.svg) 0 0 no-repeat;
    width: 33px;
    height: 33px;
    background-size: 33px 33px;
    transition: all .3s ease-in-out;
    opacity: 0
}
.depth-list.temp3 .link li:hover a::before {
    opacity: 1;
    left: 0
}
.depth-list.temp3 .right .arti-img {
    margin-bottom: 10px
}
.depth-list.temp3 .right .arti-tit {
    font-size: 1.9rem
}
.depth-list.interactive h3 {
    font-size: 4rem;
    margin-bottom: 10px
}
.depth-list.interactive .arti-list {
    margin-top: 50px;
    width: 100%;
    overflow: hidden
}
.depth-list.interactive .arti-list .item {
    width: 30%;
    max-width: 560px;
    padding-right: 30px
}
.depth-list.interactive .arti-tit {
    position: relative;
    font-size: 4rem;
    padding: 0 30px
}
.depth-list.interactive .arti-tit a {
    position: relative;
    padding-right: 50px
}
.depth-list.interactive .arti-tit a::before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    background: url(../images/icon-aw-red.svg) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px
}
.depth-list.interactive .arti-txt {
    padding: 0 30px 30px;
    font-weight: 300;
    color: #fff;
}
.depth-list.interactive .arti-box {
    margin-bottom: 25px;
    background-color: #000
}
.depth-list.interactive .arti-list .slide-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    touch-action: auto
}
.depth-list.interactive .arti-list .slide-item::-webkit-scrollbar {
    display: none
}
.depth-list.interactive .swiper {
    padding-top:25px;
    margin: 0;
}
.depth-list.interactive .swiper-pagination {
    bottom: 7px;
    height: 15px;
}
.depth-list.interactive .swiper-pagination-bullet {
    background-color: #959595;
}
.depth-list.interactive .swiper-pagination-bullet-active {
    background-color: #E70012;
}


@media (max-width:1920px) {
    .depth-intro .txt-box,
    .depth-list .depth-box {
        max-width: 1580px
    }
    .depth-list.temp1 .arti-list .right .arti-img {
        margin-left: 20px
    }
    .depth-list.temp2 .arti-list .right .arti-box:nth-child(2n),
    .depth-list.temp3 .arti-list .right .arti-box:nth-child(2n) {
        margin-left: 6%
    }
}
@media (max-width:1536px) {
    .depth-list .arti-list .right .arti-tit {
        font-size: 2.2rem;
        letter-spacing: -0.1rem;
    }
    .depth-list .arti-list .arti-txt a {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .depth-list.interactive .arti-tit a {
        font-size: 2.5rem;
        padding-right: 40px
    }
}
@media (max-width:1366px) {
    .depth-list.interactive .arti-tit {
        font-size: 3rem;
        padding: 0 20px
    }
    .depth-list.interactive .arti-txt {
        padding: 0 20px 20px
    }
    .depth-list.interactive .arti-tit a::before {
        width: 30px;
        height: 30px;
        background-size: 30px 30px
    }
}
@media (max-width:1024px) {
    .depth-intro .txt-box,
    .depth-list .depth-box {
        padding-left: 30px;
        padding-right: 30px
    }
    .depth-intro .description {
        padding-top: 6px;
        font-size: 1.7rem
    }
    .depth-list .arti-list .left .arti-tit {
        font-size: 2.1rem;
        line-height: 3.0rem;
        margin-top: 15px
    }
    .depth-list .arti-list .right .arti-tit,
    .depth-intro h2 {
        font-size: 2.1rem;
        line-height: 3.0rem;
        margin-top: 0px
    }
    .depth-list h3 {
        font-size: 4rem;
        margin-bottom: 25px
    }
    .depth-list .arti-list .arti-txt {
        padding-top: 5px;
    }
    .depth-list .arti-list .arti-txt a {
        font-size: 1.4rem;
        line-height: 1.8em;
    }
    .depth-list.temp1 .arti-list .right .arti-img {
        max-width: 100px;
        margin-left: 20px
    }
    .depth-list.interactive h3,
    .depth-list.temp3 h3,
    .depth-list.temp3 .link li {
        font-size: 2.4rem
    }
    .depth-list.interactive .arti-tit {
        font-size: 2.8rem
    }
    .depth-list.interactive .arti-txt {
        font-size: 1.6rem
    }
    .depth-list.interactive .arti-list {
        margin-top: 30px
    }
    .depth-list.interactive .arti-tit a::before {
        right: 0;
        bottom: 5px;
        width: 28px;
        height: 28px;
        background-size: 28px 28px
    }
}
@media (max-width:768px) {
    .depth-list.interactive .arti-tit {
        font-size: 2.1rem
    }
}
@media (max-width:640px) {
    .depth-list h3 {
        font-size: 3rem;
        margin-bottom: 20px
    }
    .depth-intro .txt-box,
    .depth-list .depth-box {
        padding-left: 20px;
        padding-right: 20px
    }
    .depth-list .depth-box {
        max-width: 540px;
        padding: 50px 20px
    }
    .depth-list .arti-list .left,
    .depth-list .arti-list .right {
        float: none;
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;
        clear: both
    }
    .depth-list .arti-list .left .arti-tit {
        line-height: 2.7rem;
    }
    .depth-list .arti-list .right .arti-tit {
        font-size: 1.9rem;
        line-height: 2.7rem;
        margin-top: 0
    }
    .depth-list .arti-list .right .arti-txt {
        display: none
    }
    .depth-list.temp1 .arti-list .right .arti-img {
        width: 100px;
        height: 60px
    }
    .depth-list .arti-list .right .arti-box {
        padding: 15px 0;
        margin-bottom: 0;
        border-top: 1px solid #dfdfdf
    }
    .depth-list.temp2 .arti-list .right .arti-box {
        max-width: 100%;
        width: 100%;
        float: none;
        clear: both
    }
    .depth-list.temp2 .arti-list .right .arti-img {
        float: right;
        margin-left: 20px;
        width: 100px;
        height: 60px
    }
    .depth-list .arti-list .arti-img {
        margin-bottom: 0px
    }
    .depth-list.temp2 .arti-list .right .arti-box:nth-child(2n) {
        margin: 0
    }
    .depth-list.temp3 .arti-list .right .arti-box {
        border: 0;
        padding-top: 0;
        margin-bottom: 30px;
        max-width: 100%
    }
    .depth-list.temp3 .left {
        display: none
    }
    .depth-list.interactive .swiper {
        padding-top: 0;
    }
    .depth-list.interactive .arti-list .item {
        width: 100%;
        margin-bottom: 0
    }
    .depth-list.interactive .arti-list {
        flex-direction: column
    }
}