@charset "UTF-8";

@import url('https://img.seoul.co.kr/css/webfont_pretendard.css');


/* reset css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

caption {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
}

ol,
li,
dl,
dt,
dd {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

img {
    width: 100%;
    vertical-align: middle;
}


:root {
    --bg-primary-100: #F26930;
    --bg-b-bg: #262323;
    --text-gray-100: #F8F8F8;
    --text-gray-200: #f4f4f4;
    --text-gray-300: #EEE;
    --text-gray-400: #DDD;
    --text-gray-500: #999;
    --text-gray-600: #666;
    --text-gray-700: #444;
    --text-black: #111;
    --text-white: #FFF;
    --etc-notice: #F00;
    --etc-notice-blue: #3A84FF;
    --highlight-pen: #FFA48F;
}

/* headline text */
.h44 {
    color: var(--text-black, #111);
    /* PC/H_44 */
    font-family: Pretendard;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 136.364% */
    letter-spacing: -0.44px;
}

.h38 {
    color: var(--text-black, #111);
    /* PC/H_38 */
    font-family: Pretendard;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 126.316% */
    letter-spacing: -0.38px;
}

.h32 {
    color: var(--text-black, #111);
    /* PC/H_32 */
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 137.5% */
    letter-spacing: -0.32px;
}

.h28 {
    color: var(--text-black, #111);
    /* PC/H_28 */
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 142.857% */
    letter-spacing: -0.28px;
}

.h24 {
    color: var(--text-black, #111);
    /* PC/H_24 */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
    letter-spacing: -0.24px;
}

.h20 {
    color: var(--text-black, #111);
    /* PC/H_20 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.2px;
}

.h18 {
    color: var(--text-black, #111);
    /* PC/H_18 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.18px;
}

.h16 {
    color: var(--text-black, #111);
    /* PC/H_16 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: -0.16px;
}

.h15 {
    color: var(--text-black, #111);
    /* PC/H_15 */
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: -0.15px;
}

.h14 {
    color: var(--text-black, #111);
    /* PC/H_14 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
}

.e60 {
    color: var(--text-black, #111);
    /* PC/EN_14 */
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    letter-spacing: -0.6px;
}

/* body text */
.body24 {
    color: var(--text-black, #111);
    /* PC/body_20 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 150% */
    letter-spacing: -0.24px;
}

.body20 {
    color: var(--text-black, #111);
    /* PC/body_20 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 160% */
    letter-spacing: -0.2px;
}

.body18 {
    color: var(--text-black, #111);
    /* PC/body_18 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: -0.18px;
}

.body16 {
    color: var(--text-black, #111);
    /* PC/body_16 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
    letter-spacing: -0.16px;
}

.body15 {
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.15px;
}

.body14 {
    color: var(--text-black, #111);
    /* PC/body_14 */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: -0.14px;
}


.body13 {
    color: var(--text-black, #111);
    /* PC/body_13 */
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: -0.13px;
}

.colorPrimary {
    color: var(--bg-primary-100);
}

.colorRed {
    color: var(--etc-notice);
}

.color111 {
    color: var(--text-black);
}

.color000 {
    color: var(--bg-b-bg);
}

.colorFFF {
    color: var(--text-white);
}

.color700 {
    color: var(--text-gray-700);
}

.color600 {
    color: var(--text-gray-600);
}

.color500 {
    color: var(--text-gray-500);
}

.color400 {
    color: var(--text-gray-400);
}

.color300 {
    color: var(--text-gray-300);
}

.color200 {
    color: var(--text-gray-200);
}

.color100 {
    color: var(--text-gray-100);
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.hideText {
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    font-size: 0;
}



.lineclamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* max-height: 2.8em; */
    /* text-align:left; */
}


.lineclamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    /* max-height: 4.2em; */
    text-overflow: ellipsis;
}


.lineclamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lineclamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lineclamp6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* 라인수 */
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img120 {
    display: inline-block;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
    background-size: 884px;
    background-position: -60px -169px;
    width: 94px;
    height: 50px;
    vertical-align: middle;
}

.goMainBtn {
    padding-bottom: 44px;
    text-align: right;
}

.goMainBtn span {
    position: relative;
    padding-left: 22px;
}

.goMainBtn span:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 20px;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
    background-size: 884px;
    background-position: -788px -160px;
}


.flowTextWrap {
    position: relative;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.80);
}

.marquee {
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    font-family: Montserrat;
    font-weight: 800;
    white-space: nowrap;
    mix-blend-mode: darken;
}

.pcSlide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.pcVer.marquee {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.moVer.marquee .marquee__inner {
    display: flex;
    height: 100vh;
    align-items: center;
    background-color: #000;
}

.marquee__inner {
    display: flex;
    gap: 20px;
}

.marquee__content {
    position: relative;
    z-index: 100;
    color: #fff;
    font-size: clamp(40px, 4.375vw, 70px);
    font-size: 35vw;
}

.mainTypo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.forMo {
    position: relative;
    width: 100%;
    height: 100%;
}

.forMo .flowTextWrap {
    background: transparent;
}


.splashTextTop {
            z-index: 100;
            position: absolute;
            width: 100%;
            left: 20px;
            top: 15vh;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }

.splashText .line {
    display: block;
    width: 100px;
    height: 4px;
    background: var(--text-white);
}

.splashTextTop .text {
            color: #FFF;
            font-family: Montserrat;
            font-size: 68px;
            font-style: normal;
            font-weight: 800;
            line-height: 74px;
            letter-spacing: -0.8px;
        }

.splashTextTop .line {
    margin-bottom: 34px;
}

.splashTextBottom {
            z-index: 50;
            position: absolute;
            width: 100%;
            bottom: 10%;
            right: 19px;
			bottom: 15vh;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }

.splashTextBottom .text {
            color: #FFF;
            font-family: Montserrat;
            font-size: 68px;
            font-style: normal;
            font-weight: 800;
            line-height: 74px;
            letter-spacing: -0.8px;
            bottom: 62px;
            right: 19px;
            order: 2;
        }

.splashTextBottom .line {
    order: 1;
    margin-top: 34px;
    left: 0;
}

.moslideBg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/mainTop-bg-mo.png") center;
    background-size: contain;
}

.slideBg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
/*    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/BGcomponent-disolve2.gif") center;*/
	background: url("") center;
    background-size: cover;
}

#splash-screen {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mainTop {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.mainTopMo {
    display: none;
}

#content {
    display: none;
}

body.no-scroll {
    overflow: hidden;
}

.sectionWrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.sectionTitle {
    margin-bottom: 60px;
}

.specialArticle .banner {
    margin: 54px 0 0;
	border-radius: 12px;
    overflow: hidden;
}

.specialArticle {
    overflow: hidden;
    background: var(--text-gray-200);
    padding: 16px 0 114px;
}

.specialArticle .sectionWrap {
    position: relative;
}

.specialArticle .sectionWrap:after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    top: 72px;
    right: -15vw;
    width: 460px;
    height: 214px;
    background: url(https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png) no-repeat;
    background-size: 884px;
    background-position: 1px -257px;
}

.serialTitle:hover .arrowIcon {
    animation: tongtong 1s infinite;
}


@keyframes tongtong {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(4px)
    }

    100% {
        transform: translateX(0)
    }
}

.specialArticle .serialTitleWrap {
    margin-bottom: 12px;
}

.specialArticle .serialTitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.specialArticle .serialTitle .arrowIcon {
    display: block;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
    background-size: 884px;
    background-position: -420px -180px;
    width: 12px;
    height: 22px;
}

.serialBoxList {
    position: relative;
    z-index: 10;
}

.serialBoxList>li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--text-gray-400);
}

.specialArticle .serialBoxList li:first-child {
    padding-top: 0;
}

.specialArticle .serialBoxList li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.specialArticle .serialBox .serialList {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.specialArticle .serialBox .articleImage {
    width: 380px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.specialArticle .serialBox .serialList li {
    box-sizing: border-box;
    border-radius: 24px;
}

.specialArticle .serialBox .articleTitleWrap {
    width: 380px;
    box-sizing: border-box;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: var(--text-white);
    padding: 12px 12px 12px 16px;
	min-height: 84px;
}


/* 창간 기념 행사 */
.specialEvent {
    padding: 100px 0 210px;
}

.eventList {
    position: relative;
    display: flex;
    justify-content: space-between;
}
/*
.eventBox {
    width: calc(50% - 20px);
    height: 317px;
    border-radius: 12px;
    overflow: hidden;
}
*/

.showOnlyMo {
    display: none;
}

.eventBoxWrap {
    width: calc(50% - 20px);
    height: 317px;
    border-radius: 12px;
    overflow: hidden;
}

.eventBoxWrap:hover {
    z-index: 100;
    cursor: pointer;
}

.eventBox {
    width: auto;
	height: 317px;
}

.eventBox .boxWrap {
    position: relative;
    height: 100%;
}

.eventBox01 {
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event01.png") no-repeat center;
    background-size: cover;
}

.eventBox02 {
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event02.png") no-repeat center;
    background-size: cover;
}

.eventBox01:after {
    z-index: 6;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 20px);
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
}

.eventBox02:after {
    z-index: 6;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 20px);
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
}

.eventBox01 .innerInfo {
    z-index: 6;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50% - 20px);
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.eventBox02 .innerInfo {
    z-index: 6;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 20px);
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.eventBox01 .innerInfo::before {
    opacity: 1;
    content: '';
    z-index: 5;
    display: block;
    position: absolute;
    transition: all .5s ease;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #000 73.2%, rgba(0, 0, 0, 0.00) 97.59%);
    border-radius: 12px;
    overflow: hidden;
}

.eventBox02 .innerInfo::before {
    opacity: 1;
    content: '';
    z-index: 10;
    display: block;
    position: absolute;
    transition: all .5s ease;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(-90deg, #000000 88.7%, rgba(0, 0, 0, 0.00) 99%);
    border-radius: 12px;
    overflow: hidden;
}

/*
.eventBox:hover {
    z-index: 100;
    cursor: pointer;
}
*/

.eventBox01:hover .innerInfo {
    width: 100%;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event01.png"), linear-gradient(-90deg, rgba(193, 57, 40, 1) 48%, rgba(178, 37, 27, 1) 30%, rgba(178, 37, 27, 1) 100%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.eventBox02:hover .innerInfo {
    width: 100%;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event02.png") no-repeat left center #000;
    background-position: center left;
    background-size: contain;
}

.eventBox01:hover .innerInfo::before {
    opacity: 1;
    width: 60%;
}

.eventBox02:hover .innerInfo::before {
    opacity: 1;
    width: 60%;
}

.eventTitle {
    position: relative;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.eventImage {
    flex-shrink: 0;
    width: 580px;
    height: 317px;
}

.eventBox01 .goPage div {
    display: inline-flex;
    position: relative;
}

.eventBox01 .goPage div:after {
    width: 22px;
    height: 22px;
    content: '';
    display: block;
    position: absolute;
    right: -30px;
    top: 4px;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
    background-size: 884px;
    background-position: -534px -181px;
}

.eventBox01 .goPage div::before {
    display: block;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 125px;
    height: 2px;
    background: var(--text-white);
}

.eventBox01 .detailContent {
    position: relative;
    z-index: 10;
    opacity: 0;
    flex-direction: column;
    gap: 10px;
    padding: 38px 104px 28px 44px;
}

.eventBox:hover:after{
    display: none;
}

.eventBox02 .innerInfo {
    display: flex;
    justify-content: flex-end;
}

.eventBox02 .detailContent {
    position: relative;
    z-index: 10;
    opacity: 0;
    padding: 38px 44px 38px 0;
}

.eventBox:hover .detailContent {
    opacity: 1;
    display: flex;
    width: 480px;
}

.eventBox:hover:after {
    opacity: 0;
}

.eventBox:hover .eventTitle {
    opacity: 0;
}


/* 역사 */
.seoulShinmunhistory {
    padding: 100px 0 223px;
    background: #e8e8e8;
}

.specialVideo {
    padding: 100px 0 150px;
}

.videoLayoutWrap {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
}

.videoWrap {
    z-index: 0;
    will-change: transform;
    transform: translateZ(0);
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 12px;
    background: var(--text-gray-100);
    overflow: hidden;
}

.videoWrap iframe {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}


.footer {
    padding: 58px 0;
    background: #000;
    text-align: center;
}

.header {
    display: none;
}

.goTopBtn {
    opacity: 0;
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    bottom: 100px;
    right: 90px;
    width: 96px;
    height: 96px;
    background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
    background-size: 884px;
    background-position: -145px -11px;
}

.goTopBtn.fadeOut {
    display: block;
    animation: fadeOut .5s forwards ease-out;
    -webkit-animation: fadeOut .5s forwards;
}

.goTopBtn.fadeIn {
    display: block;
    animation: fadein 1s forwards;
    -webkit-animation: fadein 1s forwards;
    /* Safari and Chrome */
}


@keyframes fadein {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}


@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        display: none;
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes fadeOut {

    /* Safari and Chrome */
    from {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.sct {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sct.short {
    height: 150px;
}

.line-guide {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #999;
}


.progress-bar {
    position: relative;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #000;
    z-index: 10;
    /* transition: height .3s; */
    transform-origin: top;
}

.subStext {
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.16px;
}


.historyRow {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.historyRow li {
    position: relative;
}

.historyRow .yearTitle {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    background: #e8e8e8;
    padding: 20px 0 20px 0;
    color: var(--text-gray-500);
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    /* 50% */
    letter-spacing: -0.6px;
}


.historyRow .yearTitle.position {
    color: var(--text-black);
}

.historyBox {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;

}

.order1 {
    order: 1;
    width: 435px;
    display: flex;
    justify-content: flex-end;
}

.order1 .historyImageBox {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}

.order1 .historyImageBox img,
.order3 .historyImageBox img {
    width: auto;
}

.order3 {
    order: 3;
    width: 472px;
}

.highlight {
    background: var(--highlight-pen);
}

.historyInfoBox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 366px;
    padding: 12px;
}

.orderlist {
    margin-top: 24px;
    counter-reset: ranking 0;
}

.orderlist li {
    position: relative;
    padding-left: 24px;
    ;
}

.orderlist li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--gray-600, #666);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.24px;
    counter-increment: ranking;
    content: counter(ranking);
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.sideNavi {
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    flex-direction: column;
    gap: 12px;
}

.sideNavi a {
    text-decoration: none;
    color: transparent;
    transition: color 0.3s;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.14px;
}

/* .sideNavi a.active {
    color: var(--gray-700, #444);
} */

.sideNavi .navMenu {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.sideNavi strong {
    display: flex;
    width: 58px;
    height: 48px;
    align-items: center;
    padding-left: 24px;
    visibility: hidden;
}

.sideNavi .navMenu strong {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sideNavi .navMenu:hover strong {
    visibility: visible;
    color: var(--text-gray-700);
}

/* 
.sideNavi .navMenu:hover a.active strong{
    visibility:visible;
    color: var(--text-gray-700);
} */

.sideNavi .point {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border: 1px solid var(--text-gray-500);
}


.sideNavi a.active .point {
    display: block;
    border: 1px solid var(--text-gray-700);
    background: var(--text-gray-700);
}

.sideNavi li:not(:first-child) .navMenu .point::before {
    display: none
}

.sideNavi li:not(:first-child) .navMenu .point::before {
    position: absolute;
    z-index: -1;
    bottom: 8px;
    left: 4px;
    content: '';
    display: block;
    width: 1px;
    height: 39px;
    background: var(--text-gray-600);
}

@media screen and (max-width:1200px) {
    .sectionWrap {
        width: calc(100% - 37px);
    }

    .specialArticle .serialBox .serialList li {
        width: calc(33.333% - 2%);
    }

    .specialArticle .serialBox .articleImage {
        height: 100%;
        width: auto;
    }

    .specialArticle .serialBox .articleImage {
        width: 100%;
    }

    .specialArticle .serialBox .articleTitleWrap {
        width: 100%;
    }

    .historyBox {
        justify-content: space-between;
        gap: 100px;
    }

    .order1 .historyImageBox img,
    .order3 .historyImageBox img {
        width: 100%;
    }

    .order1 {
        width: auto;
    }

    .order3 {
        width: auto;
    }

}

@media screen and (max-width:916px) {
    .line-guide {
        left: 0;
        transform: none;
        top: 17px
    }

    .progress-bar {
        background: var(--text-gray-700);
    }

    .historyRow li.active .progress-bar:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background-color: var(--text-gray-700);
        border-radius: 24px;
        z-index: 10;
        transform-origin: top;
    }

    .historyRow li.active .progress-bar::before {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 17px;
        height: 17px;
        background-color: var(--text-gray-500);
        opacity: .3;
        border-radius: 24px;
        z-index: 10;
        transform-origin: top;
    }

    .historyRow .yearTitle {
        text-align: left;
    }

    .historyBox {
        flex-direction: column;
        padding: 0 0 60px 40px;
        gap: 4px;
    }

    .order3 {
        order: 3;
    }

    .order1 {
        order: 3;
    }


    .order1 .historyImageBox img,
    .order3 .historyImageBox img {
        width: 100%;
    }


    .textBox {
        order: 0;
    }

    .historyRow .yearTitle {
        font-size: 38px;
        font-style: normal;
        font-weight: 800;
        line-height: 44px;
        /* 115.789% */
        letter-spacing: -0.38px;
        padding: 0 0 16px 52px;
        background: 0;
    }

    .historyInfoBox {
        width: 100%;
    }


    .specialEvent {
        padding: 100px 0;
    }

    .eventList {
        flex-direction: row;
        gap: 60px;
    }

/*
    .eventBox {
        position: relative;
        width: 100%;
        height: 260px;
        border-radius: 20px;
        border-top-left-radius: 0;
    }
*/

	.eventBoxWrap {
        position: relative;
        border-radius: 0;
        margin-top: 2px;
    }

    .eventBox {
        border-radius: 12px;
        border-top-left-radius: 0;
    }

    .eventBox01:after,
    .eventBox02:after {
        display: none;
    }

    .eventBox01::before,
    .eventBox02::before {
        display: none;
    }

    .eventBox .innerInfo {
        display: none;
    }

    .eventBox:hover .eventTitle {
        opacity: 1;
    }

/*
    .eventTitle {
        display: flex;
        align-items: center;
        border-bottom-right-radius: 14px;
        position: absolute;
        width: 70%;
        height: 40px;
        text-align: left;
        top: -1px;
        left: 0;
        transform: none;
        z-index: 10;
        color: var(--text-gray-700);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.2px;
        background: #fff;
    }
    .eventTitle::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: transparent;
        top: -12px;
        right: -38px;
        height: 52px;
        width: 26px;
        border-top-right-radius: 20px;
        box-shadow: 0 -32px 0 0 #fff;
        transform: rotate(270deg);
    }

    .eventTitle:after {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: transparent;
        top: 28px;
        left: 12px;
        height: 50px;
        width: 26px;
        border-top-right-radius: 22px;
        box-shadow: 0 -25px 0 0 #fff;
        transform: rotate(270deg);
    }
*/

    .eventTitle::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: transparent;
        top: -11px;
        right: -39px;
        height: 52px;
        width: 26px;
        border-top-right-radius: 20px;
        box-shadow: 2px -20px 0 0 #fff;
        transform: rotate(270deg);		
    }

    .eventTitle {
        display: flex;
        align-items: center;
        border-bottom-right-radius: 14px;
        position: absolute;
        width: 70%;
        height: 42px;
        text-align: left;
        top: -2px;
        left: -2px;
        transform: none;
        z-index: 10;
        color: var(--text-gray-700);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.2px;
        background: #fff;
        text-indent: 2px;
    }

    .eventTitle:after {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: transparent;
        top: 28px;
        left: 15px;
        height: 52px;
        width: 26px;
        border-top-right-radius: 25px;
        box-shadow: 3px -20px 0 0 #fff;
        transform: rotate(270deg);
    }

    .monch {
        position: relative;
    }

    .monch:after {
        position: absolute;
        top: 50%;
        right: -34px;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
        background-size: 884px;
        background-position: -472px -181px;
    }


   .flex-mo {
       display: flex;
       flex-direction: column;
       gap: 20px;
   }

   .showOnlyMo {
       display: block;
   }

}


@media screen and (max-width:750px) {


    .sideNavi {
        display: none !important;
    }

    .mainTop {
        z-index: 30;
    }

    .forMo {
        display: block;
    }

    .forPc {
        display: none;
    }

    .pcVer.marquee {
        display: none;
    }

    .pcSlide {
        display: none;
    }

    .mainTopMo {
        display: block;
        position: relative;
        height: 414px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/mainTop-bg-mo.png") no-repeat;
        background-size: cover;
        box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.40) inset;
    }

	/*
    .header {
        top: 28px;
        display: flex;
        width: 100%;
        z-index: 10;
        position: fixed;
        transition: all .3s ease;
    }
	*/

    .headerWrap {
        box-sizing: border-box;
        padding: 12px 18px 12px 19px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .header .logo {
        width: 22px;
        height: 32px;
    }

    .header-nav ul {
        flex-shrink: 0;
        display: flex;
        gap: 17px;
    }

    .header-nav li {
        position: relative;
    }

    .header-nav li:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -8px;
        background: var(--text-gray-400);
        height: 10px;
        width: 1px;
    }

    .header.scroll {
        background: var(--text-white);
    }

    .header.scroll .header-nav ul {
        color: var(--text-gray-600);
    }

    .header.scroll .header-nav li:not(:last-child):after {
        background: var(--text-gray-400);
    }


    .fixedHeader {
        z-index: 20;
        position: fixed;
        top: 0px;
        background: #fff;
    }


    .fixedHeader .header-nav ul {
        color: var(--text-gray-600);
    }

    .fixedHeader .header-nav ul li a.active div {
        color: var(--text-black);
        font-weight: 700;
    }

    .img120 {
        width: 62px;
        height: 33px;
        background-position: -191px -176px;
    }

    .sectionTitle {
        margin-bottom: 32px;
    }

    .specialArticle .banner {
        border-radius: 8px;
        overflow: hidden;
        height: 100px;
        margin: 60px 0 0;
        background: #e8e8e8;
    }

    .specialArticle .banner img {
        height: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }


    .specialArticle {
        padding: 60px 0;
    }

    .specialArticle:after {
        display: none;

    }

    .specialArticle .sectionWrap:after {
        display: none;
    }

    .goMainBtn {
        display: none;
    }

    .serialBoxList>li {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .specialArticle .serialTitleWrap {
        margin-bottom: 24px;
    }

    .sectionTitle {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        /* 142.857% */
        letter-spacing: -0.28px;
    }

    .serialTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        /* 150% */
        letter-spacing: -0.2px;
    }

    .specialArticle .serialBox .serialList {
        flex-direction: column;
        gap: 20px;
    }

    .specialArticle .serialBox .serialList li {
        width: 100%;
    }

    .specialArticle .serialBox .serialList .articleBox {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .specialArticle .serialBox .articleImage {
        flex-shrink: 0;
        width: 90px;
        height: 90px;
        border-radius: 20px;
    }

    .specialArticle .serialBox .articleImage img {
        width: auto;
        height: 100%;
    }

    .specialArticle .serialBox .articleTitleWrap {
        background: 0;
        padding: 0;
        width: 100%;
    }

    .specialEvent {
        padding: 100px 0;
    }


    .eventBoxWrap {
        width: 100%;
    }

    .eventBox01 {
        background-position-x: 2px;
        background-position-y: 2px;
    }
    .eventBox02 {
        background-position-x: 2px;
        background-position-y: 2px;
    }

    .eventList {
        flex-direction: column;
    }

    .specialVideo {
        padding: 100px 0;
    }

    .historyRow li:nth-child(1) .historyBox .textBox {
        order: 4;
    }

    .goTopBtn {
        opacity: 0;
        display: block;
        cursor: pointer;
        position: fixed;
        bottom: 120px;
        right: 90px;
        width: 50px;
        height: 44px;
        background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
        background-size: 884px;
        background-position: -288px -169px;
    }

/*
    .goTopBtn {
        width: 40px;
        height: 43px;
        right: 18px;
        bottom: 20px;
        background-position: -292px -169px;
    }
*/

    .footer {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 160% */
        letter-spacing: -0.15px;
    }



    @media screen and (max-width:660px) {
        .eventBox {
            height: 197px;
        }
    }

    @media screen and (max-width:440px) {
        .specialArticle .banner{
            height: auto;
        }
        .specialArticle .banner img {
          width: 100%;
          height: auto;

        }
    }

    
  

}






/* 20241224 */
 
    .moreHistoryBtnWrap {
      margin-top: 50px;
      display: flex;
      justify-content: center;
    }

    .moreHistoryBtn {
      width: 240px;
      border: 1px solid transparent;
      box-sizing: border-box;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 4px;
      padding: 14px 16px;
      background: var(--text-white);
      border-radius: 40px;
    }

    .moreHistoryBtn .icon {
      width: 16px;
      height: 16px;
      background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
      background-size: 884px;
      background-position: 1px -450px;
    }

    .moreHistoryBtn:hover {
      transition: all .15s ease-in-out;
      box-sizing: border-box;
      box-shadow: 0 0 25px 5px rgb(130 82 82 / 10%);
    }

    .mainTopWrap {
      background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/mainTopBg.png") no-repeat center;
      background-size: cover;
      height: 730px;
    }


    .mainTopContent {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 730px;
    }

    .mainTopContent .ssGlogoImage {
      width: 134px;
      height: 138px;
      margin-bottom: 28px;
    }

    .mainTopContent .ssLogo {
      width: 290px;
      height: 73px;
    }

    .owl-stage-outer-custom {
      overflow: visible;
    }

    .mainTopContent .sinceTxt {
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.25px;
      margin-bottom: 14px;
    }

    .mainTopContent .mainTit {
      display: flex;
      gap: 24px;
      align-items: flex-end;
      font-size: 72px;
      font-style: normal;
      font-weight: 700;
      line-height: 62px;
      /* 86.111% */
      letter-spacing: -1.8px;
      margin-bottom: 32px;
    }

    .mainTopContent .mainSubTit {
      color: #E4E4E4;
      font-size: 25px;
      font-style: normal;
      font-weight: 500;
      line-height: 62px;
      /* 248% */
      letter-spacing: -0.625px;
    }

    .principalEvent {
      background: var(--text-gray-200);
      padding: 120px 0;
      overflow: hidden;
    }

    #principalEvent-owl li {
      overflow: hidden;
      width: 400px;
      height: 363px;
      border-radius: 20px;
      background: #000;
    }

    .seoulPeople {
      padding: 120px 0 150px;
    }

    .principalEventBox {
      position: relative;
      width: 400px;
      height: 363px;
    }

    #principalEvent-owl .con01 {
      background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/principalEventBox_01.png") no-repeat center;
      background-size: contain;
    }

    #principalEvent-owl .con02 {
      background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/principalEventBox_02.png") no-repeat center;
      background-size: contain;
    }

    #principalEvent-owl .con03 {
      background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/principalEventBox_03.png") no-repeat center;
      background-size: contain;
    }

    #principalEvent-owl .con04 {
      background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/principalEventBox_04.png") no-repeat center;
      background-size: contain;
    }

    #principalEvent-owl .con05 {
      background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/principalEventBox_05.png") no-repeat center;
      background-size: contain;
    }

    .peTit {
      max-width: 234px;
      z-index: 10;
      position: absolute;
      bottom: 40px;
      left: 40px;
    }

    .seoulPeople {
      background-image:
        radial-gradient(circle,
          rgba(243, 243, 243, .5) 0%,
          rgba(246, 233, 220, .5) 47%,
          rgba(250, 222, 194, .5) 100%),
		  url('https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/seoulPeopleBg.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
    }

    .seoulPeopleList {
      display: flex;
      flex-direction: column;
      gap: 60px;
    }

    .seoulPeopleBox {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 4em;
    }

    .seoulPeopleInfo {
      max-width: 660px;
    }

    .seoulPeopleInfo .peopleContent {
      margin-top: 20px;
    }

    .seoulPeopleBox .peopleImage {
      flex-shrink: 0;
      width: 450px;
      height: 450px;
      border-radius: 500px;
      background: #eee;
    }

    .eventOfseoulSinmun {
      padding: 120px 0 150px;
      border-bottom: 1px solid #E8E8E8;
    }

    .eventOfseoulSinmun .eventList {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      align-items: center;
    }

    .eventOfseoulSinmun .eventList li {
      position: relative;
      width: 380px;
      height: 253px;
      border-radius: 24px;
      overflow: hidden;
      cursor: pointer;
    }

    .eventOfseoulSinmun .eventList .frontBox {
      position: relative;
    }

    .eventOfseoulSinmun .eventList .ssEventTitle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% - 80px);
      text-align: center;
    }

    .eventOfseoulSinmun .eventList .frontBox .articleImage {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 380px;
      height: 253px;
    }

    .eventOfseoulSinmun .eventList .frontBox .articleImage img {
      height: 100%;
      width: auto;
    }

    .eventOfseoulSinmun .eventList li:hover .frontBox {
      transition: all .15s ease-in-out;
      opacity: 0;
    }

    .eventOfseoulSinmun .eventList .frontBox:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%) no-repeat;

    }

    .eventOfseoulSinmun .eventList .frontBox:before {
      content: '';
      position: absolute;
      z-index: 10;
      bottom: -245px;
      right: -180px;
      width: 446.092px;
      height: 311.771px;
      transform: rotate(-18.384deg);
      opacity: .7;
      background: var(--bg-primary-100, #F26930);
    }

    .eventOfseoulSinmun .eventList .frontBox .ssEventTitle {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .eventOfseoulSinmun .eventList li:hover .behindBox {
      transition: all .2s ease-in-out;
      opacity: 1;
    }


    .eventOfseoulSinmun .eventList .behindBox {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 380px;
      height: 253px;
      box-sizing: border-box;
      border-radius: 24px;
      overflow: hidden;
      background: var(--bg-primary-100);
      padding: 51px 25px 52px;
    }

    .onlyPC {
      display: block;
    }

    .onlyMo {
      display: none;
    }

    @media screen and (max-width: 950px) {
      .seoulPeopleBox .peopleImage {
        width: 320px;
        height: 320px;
      }
    }

    @media screen and (max-width: 827px) {

      .eventOfseoulSinmun {
        overflow: hidden;
        padding: 60px 0;
      }

      .eventOfseoulSinmun .eventList li:hover .frontBox,
      .eventOfseoulSinmun .eventList li:hover .behindBox {
        transition: none;
        opacity: 1;
      }

      .eventOfseoulSinmun .eventList .behindBox {
        position: relative;
        opacity: 1;
        background: transparent;
        color: var(--text-gray-600);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 175% */
        letter-spacing: -0.16px;
        width: 280px;
        height: 140px;
        padding: 0;
        border-radius: 0;
        overflow: auto;
      }

      .eventOfseoulSinmun .eventList .ssEventTitle {
        margin: 32px 0 8px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        /* 150% */
        letter-spacing: -0.2px;
        color: var(--text-black);
        width: 100%;
        text-align: left;
      }

      .eventOfseoulSinmun .eventList {
        display: block;

      }

      .eventOfseoulSinmun .eventList li {
        display: flex;
        flex-direction: column;
        height: auto;
      }

      .eventOfseoulSinmun .eventList .frontBox:before {
        display: none;
      }

      .eventOfseoulSinmun .eventList .frontBox:after {
        display: none;
        border-radius: 12px;
        overflow: hidden;
      }

      .eventOfseoulSinmun .eventList li {
        width: 280px;
        height: auto;
        overflow: auto;
        border-radius: 0;
      }

      .eventOfseoulSinmun .eventList .frontBox .articleImage {
        width: 280px;
        height: 186px;
        border-radius: 12px;
        overflow: hidden;
      }

      .eventOfseoulSinmun .eventList .frontBox .articleImage img {
        height: 100%;
        width: auto;
      }


    }

    
	@media screen and (max-width: 750px) {
      .moreHistoryBtnWrap {
        margin-top: 24px;
      }

      .moreHistoryBtn {
        width: 220px;
        padding: 12px 16px;
      }

      .owl-carousel {
        touch-action: pan-y;
        /* 수직 스크롤 허용, 수평 제스처 우선 */
      }

      /* 기존 css 수정 :: start*/
      .header {
        top: 0;
        display: flex;
        width: 100%;
        z-index: 1000;
        position: fixed;
        transition: all .3s ease;
      }

      .seoulShinmunhistory {
        padding: 100px 0 140px;
        background: #e8e8e8;
      }
      /*기존 css 수정 :: end */

      .header .logo {
        filter: grayscale(1) opacity(.5)
      }

      .header.fixedHeader .logo {
        filter: grayscale(0) opacity(1)
      }

      .onlyPC {
        display: none;
      }

      .onlyMo {
        display: block;
      }

      .mainTopContent,
      .mainTopWrap {
        height: 310px;
      }

      .mainTopContent {
        justify-content: unset;
        padding-top: 88px;
      }


      .mainTopContent .ssGlogoImage {
        width: 74px;
        height: 80px;
        margin: 0;
		margin-bottom: -4px;
      }

      .mainTopContent .ssLogo {
        width: auto;
        height: auto;
      }

      .mainTopContent .sinceTxt {
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 146.667% */
        letter-spacing: -0.15px;
        margin-bottom: 8px;
      }

      .mainTopContent .mainTit {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        /* 146.667% */
        letter-spacing: -0.3px;
        gap: 8px;
        margin-bottom: 10px;
      }

      .mainTopContent .mainSubTit {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 160% */
        letter-spacing: -0.15px;
      }

      .principalEvent {
        padding: 60px 0;
      }

      #principalEvent-owl li,
      .principalEventBox {
        width: 305px;
        height: 277px;
      }

      .principalEvent .peTit {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        /* 150% */
        letter-spacing: -0.2px;
        bottom: 24px;
        left: 32px;
      }

      .seoulPeople {
        padding: 60px 0;
      }

      .seoulPeopleBox {
        display: flex;
        flex-direction: column;
        gap: 32px;
      }

      .seoulPeopleBox .seoulPeopleInfo {
        width: 100%;
        order: 2;
      }

      .seoulPeopleBox .seoulPeopleInfo dt {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        /* 150% */
        letter-spacing: -0.2px;
      }

      .seoulPeopleBox .seoulPeopleInfo dt,
      .seoulPeopleBox .seoulPeopleInfo .subInfo {
        text-align: center;
      }

      .seoulPeopleBox .seoulPeopleInfo .subInfo,
      .seoulPeopleBox .seoulPeopleInfo .peopleContent {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 175% */
        letter-spacing: -0.16px;
      }

      .seoulPeopleBox .peopleImage {
        width: 250px;
        height: 250px;
      }

      .seoulPeopleBox .seoulPeopleInfo .peopleContent {
        margin-top: 10px
      }

    }


/* 20250717 */
      .specialArticle .sectionWrap:after {
        display: none;
      }

      .specialArticle .serialBox .slideList {
        display: block;
      }

      .slideList .owl-stage li,
      .specialArticle .slideList li {
        display: flex;
        gap: 32px;
      }

      .slideList .owl-stage li .box {
        min-width: calc(33.333% - 2%);
        width: calc(33.333% - 2%);
      }

      .specialArticle .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 6px 6px;
        background: #bebdbd;
      }

      .specialArticle .owl-theme .owl-dots .owl-dot.active span,
      .specialArticle .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--bg-b-bg);
      }

      .specialArticle .arrowBtnWrap {
        display: none;
      }

      .specialArticle .serialTitle .arrowIcon {
        display: block;
        background: url("https://img.seoul.co.kr/SpecialEdition/seoulHistory/img/event120-icon.png") no-repeat;
        background-size: 884px;
        background-position: -371px -159px;
        width: 14px;
        height: 22px;
      }
	  /*
      .principalEvent {
        background: #fff;
      }
	  */

      @media screen and (max-width: 1200px) {
        .specialArticle .serialBox .serialList li {
          width: auto;
        }

        .specialArticle .serialBox .articleImage {
          width: auto;
          height: 180px;
        }
        .slideList .owl-stage li,
        .specialArticle .slideList li {
          gap: 0;
        }

        .specialArticle .slideList li .box,
        .slideList .owl-stage li .box {
          padding: 0 1%;
        }
      }

      @media screen and (max-width: 916px) {
        .specialArticle .serialBox .articleImage {
          height: 140px;
        }
      }
      @media screen and (max-width: 750px) {
        /* 기존 CSS 임시 적용 :: start */
        .specialArticle .serialBox .articleImage {
          flex-shrink: 0;
          width: 90px;
          height: 90px;
          border-radius: 20px;
        }
        /* 기존 CSS 임시 적용 :: end */

        /* 기존 CSS 수정 :: start */
        .goTopBtn {
          width: 40px;
          height: 43px;
          right: 18px;
          bottom: 20px;
          background-position: -292px -149px;
        }
        /* 기존 CSS 수정 :: end */

        .slideList .owl-stage li .box {
          width: 100%;
        }

        .specialArticle .slideList li .box:first-child,
        .slideList .owl-stage li .box:first-child {
          margin: 0;
        }

        .specialArticle .slideList li .box:last-child,
        .slideList .owl-stage li .box:last-child {
          margin: 0;
        }

        .specialArticle .slideList li .box,
        .slideList .owl-stage li .box {
          padding: 0;
        }

        .slideList .owl-stage li {
          display: flex;
          flex-direction: column;
          gap: 32px;
        }

        .specialArticle .serialBox .serialList li {
          width: auto;
          flex-direction: column;
          gap: 32px;
        }
        .specialArticle .arrowBtnWrap {
          display: none;
          width: 100%;
          margin: 0 auto;
        }

        .specialArticle .arrowBtnWrap.on {
          position: relative;
          display: block;
          display: flex;
          justify-content: center;
        }

        .specialArticle .listSlideArrow .owl-prev {
          font-size: 0;
          border: 0;
          background: 0;
          cursor: pointer;
          position: absolute;
          z-index: 1;
          top: 0;
          left: calc(50% - 56px);
          width: 30px;
          height: 30px;
        }
        .specialArticle .listSlideArrow .owl-prev::before {
          content: "";
          opacity: 1;
          position: absolute;
          top: 0;
          left: 0;
          background: url("https://imgmo.seoul.co.kr/img/n24/seoulIcon-mo.webp") no-repeat;
          background-size: 772px;
          background-position: -274px -85px;
          width: 30px;
          height: 30px;
        }

        .specialArticle .listSlideArrow .owl-next {
          font-size: 0;
          border: 0;
          background: 0;
          cursor: pointer;
          position: absolute;
          z-index: 1;
          top: 0;
          transform: 0;
          left: auto;
          right: calc(50% - 56px);
          width: 30px;
          height: 30px;
        }

        .specialArticle .listSlideArrow .owl-next:before {
          content: "";
          opacity: 1;
          position: absolute;
          top: 0;
          left: 0;
          background: url("https://imgmo.seoul.co.kr/img/n24/seoulIcon-mo.webp") no-repeat;
          background-size: 772px;
          background-position: -297px -85px;
          width: 30px;
          height: 30px;
        }
      }
/********************/