@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&');
​

/* noto-sans-kr-300 - korean_latin */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('/css/font/noto-sans-kr-v8-korean_latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Noto Sans KR Light'), local('NotoSansKR-Light'),
        url('/css/font/noto-sans-kr-v8-korean_latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/css/font/noto-sans-kr-v8-korean_latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/css/font/noto-sans-kr-v8-korean_latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('/css/font/noto-sans-kr-v8-korean_latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/css/font/noto-sans-kr-v8-korean_latin-300.svg#NotoSansKR') format('svg');
    /* Legacy iOS */
}

:root {
    --main_color: #D70000;
}

/* 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;
}

button {
    border: 0;
    background: 0;
}

html {
    scroll-behavior: smooth;

}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    line-height: 170%;
    position: relative;
}

header {
    position: absolute;
    width: 100%;
}

header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: var(--main_color);
    z-index: 0;
}

ol,
ul,
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 {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}


.layout-wrap {
    width: 1200px;
    margin: 0 auto;
}

.header-layout {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    background: var(--main_color);
}

.headerLogo {
    z-index: 10;
    width: 135px;
    height: 33px;
}

nav {
    z-index: 10;
}

nav li {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    letter-spacing: -0.2px;
    padding: 0 30px;
}

.gnb {
    gap: 41px;
}

.nav-wrap {
    display: flex;
}

.nav-wrap li a {
    position: relative;
}

.nav-wrap li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    width: 0;
    height: 2px;
}

.nav-wrap li:hover a:after,
.nav-wrap li.on a:after {
    transition: all .3s;
    width: 100%;
}


.searchBtn {
    position: relative;
    z-index: 10;
    width: 35px;
    height: 35px;
    margin-left: 30px;
    padding-left: 0;
    text-indent: -99999px;
    font-size: 0;
    color: transparent;
    background: url("https://imgen.seoul.co.kr/img/en_btn_search.png") no-repeat center;
}

.searchBtn:hover {
    cursor: pointer;
}

.flex {
    display: flex;
    align-items: center;
}

.mainBg {
    background-color: #f5f5f5;
    padding: 151px 0 124px;
}

.main-layout {
    display: flex;
    justify-content: space-between;
}

.main-left {
    box-sizing: border-box;
    width: 780px;
}

.main-left .topNews {
    position: relative;
    width: 780px;
    height: 330px;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px 30px 30px 10px;
}

.topNews .topNewsTitle {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 283px;
    font-size: 32px;
    color: #fff;
    letter-spacing: -0.01em;
    font-weight: 500;
    line-height: 41.6px;
}

.topNews .topNewsImage {
    display: flex;
    /* width: 100%; */
    /* padding-left: 20%; */
    padding-left: 150px;
    height: 330px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: 10px 30px 30px 10px;
}

.topNews .topNewsImage::before {
    z-index: 9;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 65%);
    border-radius: 10px 0 0 10px;
}

.topNews:hover .topNewsImage img {
    transition: all .7s;
    transform: scale(1.03);
}

.rowArticleBox {
    margin: 71px 0;
}

.rowArticleBox ul.articleList li .articleBox {
    display: flex;
    justify-content: center;
    border-radius: 10px 30px 30px 10px;
    box-shadow: 1px 1px 3px 2px rgba(221, 221, 221, 1);
    background-color: #fff;
}

.rowArticleBox ul.articleList li {
    width: 780px;
    margin: 45px 0;
}

.rowArticleBox ul.articleList li .articleImage {
    display: flex;
    width: 300px;
    height: 200px;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 10px 0 0 10px;
    align-items: center;
    justify-content: center;
}

.rowArticleBox ul.articleList li .articleTextWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px 0 28px;
}

.rowArticleBox ul.articleList li .articleTitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 20px;
}

.rowArticleBox ul.articleList li .articleText {
    font-size: 14px;
    font-weight: 300;
    line-height: 18.2px;
    letter-spacing: -0.01em;
    color: #555;
}

.rowArticleBox ul.articleList li:hover .articleBox {
    transition: all .3s;
    transform: translateY(-2%);
    box-shadow: 1px 1px 15px 2px rgba(221, 221, 221, 1);
}

.rowArticleBox ul.articleList li:hover .articleTitle {
    transition: all .15s;
    color: #777;
}

.columnNewsBox {
    margin-bottom: 70px;
}

.columnNewsBox ul {
    display: flex;
    justify-content: space-between;
}

.columnNewsBox .boxItem {
    position: relative;
    border-radius: 10px 30px 30px 10px;
    background-color: #fff;
    width: 175px;
    min-height: 360px;
    box-shadow: 1px 1px 3px 2px rgba(221, 221, 221, 1);
}

.columnNewsBox .articleImage {
    display: flex;
    border-radius: 10px 30px 0 0;
    overflow: hidden;
    height: 280px;
    justify-content: center;
    align-items: center;
}

.columnNewsBox .articleImage>img {
    height: 100%;
    width: auto;
}

.columnNewsBox .articleTitle {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.15px;
    font-weight: 400;
    color: #000;
    padding: 18px 19px 23px 12px;
}

.columnNewsBox .hoverBox {
    transition: all .3s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 30px 30px 10px;
    background-color: var(--main_color);
}

.columnNewsBox .hoverBox .txt {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 0 13px 0 14px;
}

.columnNewsBox .boxItem:hover .hoverBox {
    opacity: 1;
}

.hotPhotoBox {
    display: flex;
    background-color: #fff;
    padding: 43px 40px 43px 35px;
    border-radius: 10px 30px 30px 10px;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
}

.hotPhotoBox .leftSide {
    width: 280px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotPhotoBox .leftSide .slider-thumb {
    width: 100%;
    display: flex;
}

.hotPhotoBox .leftSide .photoImage {
    width: 83px;
    height: 83px;
    border-radius: 15px;
    overflow: hidden;
}

.slider-thumb .slick-track {
    width: 100% !important;
}

.slider-thumb .slickList {
    cursor: pointer;
    margin-right: 10px;
    width: 83px !important;
    position: relative;
    filter: sepia(40%);
}

.slider-thumb .slickList .photoImage::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: inset 0 -5px var(--main_color);
    opacity: 0;
}

.slider-thumb .slickList:hover {
    filter: sepia(0);
}

.slider-thumb .slickList:hover .photoImage::before {
    transition: all .3s;
    opacity: 1;
}

.slider-thumb .slick-current .photoImage::before {
    opacity: 1;
}

.slider-thumb .slick-current {
    filter: sepia(0);
}

.slider-content {
    overflow: hidden;
}

.slider-content .slick-prev {
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.slider-content .slick-next {
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 10px;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.5 !important;
}

.slider-content .slick-prev:before {
    content: '';
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://imgen.seoul.co.kr/img/seoulEn_arrow.png") no-repeat;
    background-position: -153px -15px;
    overflow: hidden;
    width: 22px;
    height: 22px;
}

.slider-content .slick-next:before {
    content: '';
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://imgen.seoul.co.kr/img/seoulEn_arrow.png") no-repeat;
    background-position: -211px -15px;
    overflow: hidden;
    width: 22px;
    height: 22px;
}

.sectionTit {
    font-size: 15px;
    line-height: 19.5px;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.hotPhotoBox .articleTitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: -0.01em;
}

.hotPhotoBox .photoGroup_box.hide {
    display: none;
}

.hotPhotoBox .rightSide {
    width: 390px;
    border-radius: 0 15px 15px 0;
    background-color: #000;
    overflow: hidden;
}

.hotPhotoBox .rightSide .photoImage {
    display: flex;
    justify-content: center;
    width: 390px;
    height: 250px;
    overflow: hidden;
    border-radius: 0 15px 15px 0;
}

.hotPhotoBox .rightSide .photoImage>img {
    width: auto;
    height: 100%;
}

.main-right {
    z-index: 10;
    box-sizing: border-box;
    width: 370px;
	position:relative; /*20240731 추가*/
}

.BestNewsList-wrap .articleTitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #000;
    padding-right: 20px;
}

.BestNewsList-wrap li:hover .articleTitle {
    transition: all .3s;
    color: var(--main_color);
}

.BestNewsList-wrap li:hover .articleImage img {
    transition: all .5s;
    transform: scale(1.1);
}

.BestNewsList-wrap li:not(:first-child) {
    padding-top: 10px;
}

.BestNewsList-wrap li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.BestNewsList-wrap li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.BestNewsList-wrap .articleImage {
    width: 83px;
    height: 83px;
    border-radius: 15px;
    overflow: hidden;
    flex: 0 0 auto;
}

.adBox {
    background-color: #fff;
    padding: 12px 35px;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px 30px 30px 10px;
    margin: 70px 0;
}

.add-wrap {
    width: 100%;
    background-color: #eee;
}


.cardNewsBox {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 20px 40px;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px 30px 30px 10px;
}

.cardRow:not(:last-child) {
    margin-bottom: 15px;
}

.cardBox {
    position: relative;
}

.cardNewsBox .cardNewsTitle {
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--main_color);
    border-radius: 15px;
    padding: 10px;
    opacity: 0;
    transition: all .3s;
}

.cardNewsTitle h3 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #fff;
}

.cardNewsLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.cardBox.cardStyle1 {
    width: 200px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
}

.cardBox.cardStyle2 {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
}

.cardBox.cardStyle3 {
    width: 160px;
    height: 105px;
    border-radius: 15px;
    overflow: hidden;
}

.cardBox .cardNewsImage {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cardBox.cardStyle2 .cardNewsImage img {
    width: auto;
    height: 100%;
}

.cardBox:hover .cardNewsTitle {
    cursor: pointer;
    opacity: 1;
}

.cardNewsTitle.default {
    opacity: 1;
    background-color: #000;
}

.main-bottom {
    margin: 122px 0 223px;
    height: 510px;
    width: 100%;
    overflow: hidden;
}


.mainBottomTit {
    margin-bottom: 53px;
}

.slick-eTrand .slick-track {
    margin-left: -24px;
}

.slick-eTrand .slick-list {
    overflow: visible;
}

.slick-eTrand .slick-list a {
    filter: sepia(40%);
}

.slick-eTrand .slick-list a:hover {
    transition: all .3s;
    filter: sepia(0);
}

.slick-eTrand .slick-prev {
    z-index: 10;
    top: 105px;
    left: -30px;
    transition: all .3s;
}

.slick-eTrand .slick-next {
    top: 105px;
    left: auto;
    right: 10px;
    transition: all .3s;
}

.slick-eTrand .slick-prev:before {
    content: '';
    opacity: 1;
    position: absolute;
    background: url("https://imgen.seoul.co.kr/img/seoulEn_arrow.png") no-repeat;
    background-position: 0 -6px;
    overflow: hidden;
    width: 42px;
    height: 42px;
}

.slick-eTrand .slick-next:before {
    content: '';
    opacity: 1;
    position: absolute;
    background: url("https://imgen.seoul.co.kr/img/seoulEn_arrow.png") no-repeat;
    background-position: -76px -6px;
    overflow: hidden;
    width: 42px;
    height: 42px;
}

.slick-eTrand .slick-prev,
.slick-eTrand .slick-next {
    opacity: 1;
}

.slick-eTrand .slick-list {
    overflow: visible;
}


.slideArticle .articleBox {
    width: 185px !important;
    padding: 0 25px;
}

.slideArticle .articleImage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 18px;
}

.slideArticle .articleTitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.01em;
    padding: 0 0 10px;
}

.slideArticle .articleText {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.01em;
}

footer {
    background-color: #000;
}

.footer-layout {
    padding: 99px 0 79px;
    display: flex;
    justify-content: space-between;
    background-color: #000;
}

footer .footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

footer .sitemap {
    cursor: pointer;
}

footer .siteInfo {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: rgba(234, 234, 234, .55);
    margin-bottom: 50px;
}

.snsWrap {
    width: 250px;
}

.snsWrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .snsWrap .icon {
    height: 20px;
    line-height: 20px;
} */


.snsWrap ul li a .icon {
    background: url("https://imgen.seoul.co.kr/img/seoulEn_sns_footer.png");
    background-repeat: no-repeat;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    text-indent: -99999px;
}


.snsWrap ul li a .facebookBtn {
    width: 12px;
    height: 25px;
    background-position: 0 0;
}

.snsWrap ul li a .twitterBtn {
    width: 22px;
    height: 25px;
    background-position: -35px 0;
}

.snsWrap ul li a .kakaoBtn {
    width: 26px;
    height: 25px;
    background-position: -80px 0;
}

.snsWrap ul li a .youtubeBtn {
    width: 26px;
    height: 25px;
    background-position: -132px 0;
}

.snsWrap ul li a .instaBtn {
    width: 25px;
    height: 25px;
    background-position: -182px 0;
}

.snsWrap ul li a .naverBtn {
    width: 25px;
    height: 25px;
    background-position: -230px 0;
}


/* view */

.viewArticleWrap {
    position: relative;
    width: 100%;
    margin: 0 0 297px;
    padding: 573px 0 0;
}

.content-layout {
    display: flex;
    justify-content: space-between;
    margin: 123px 0 283px;
}

/* view header */
.content-header {
    position: absolute;
    top: 5px;
    left: 0;
    height: 450px;
    width: 100%;
}

.content-left {
    box-sizing: border-box;
}

.content-header .headerImage {
    height: 450px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("https://imgen.seoul.co.kr/img/en_noimage_top.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.content-header .headerImage:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.contentInfo {
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsCategory {
    color: var(--main_color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    border-bottom: 2px solid var(--main_color);
}

.contentInfo h1.newsTitle {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.4px;
    margin: 33px 0 18px;
}

.contentInfo .newsEditInfo {
    display: flex;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.14px;
}

.newsEditInfo .writeDate {
    position: relative;
}

.newsEditInfo .writeDate:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 11px;
    background-color: #8B8B8B;

}

.newsEditInfo .editDate {
    padding-left: 8px;
}

.newsEditInfo .date {
    padding: 0 8px;
}

/* view body */
.articleBody {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 750px;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.18px;
}

.articleSmallTit {
    font-size: 20px;
    line-height: 1.6em;
    padding-top: 5px;
    padding-bottom: 25px;
    font-weight: bold;
}

.articleBody .articleImage {
    position: relative;
    width: 660px;
}

/*
.articleImageSlide {
    position: relative;
    margin-bottom: 89px;
}
.articleImageSlide .articleImageWrap {
    padding: 0 45px;
}
.articleImageSlide .articleImage {
    display: table;
    margin: 0 auto;
    width: inherit;
}
.articleImageSlide figure > img {
    width: auto;
    height: 100%;
    max-width: 660px;
}
*/

.articleImageSlide {
    position: relative;
}

.articleImageWrap {
    padding: 45px;
    margin-bottom: 30px;
}

.articleImageWrap .articleImage {
    display: table;
    margin: 0 auto;
    width: inherit;
}

.articleImageWrap figure>img {
    width: auto;
    height: 100%;
    max-width: 660px;
    margin: 0 auto;
}

/*.articleImageSlide:not(:first-of-type) { margin-top: 50px; margin-bottom:89px;}*/
.articleImageWrap:first-of-type {
    padding-top: 0px;
}

.articleImageSlide .slick-articleImage {
    overflow: hidden;
}

/*
.articleImageSlide .articleImage{
    display: flex;
    margin-left: 44px;
    max-width: 660px;
    width: 100%;
    justify-content: center;
}


.articleImageSlide .articleImage > img{
    height:100%;
    width: auto;
    max-width:660px;
}
*/

.articleImageSlide .pagenation {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 60px;
    opacity: 0.7;
    background-color: #000000;
    border-radius: 10px;
    z-index: 200;
    color: #FFFFFF;
    padding: 3px 5px;
    font-weight: 300;
    font-size: 12px;
}

.carousel_page_div {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 48px;
    opacity: 0.7;
    background-color: #000000;
    border-radius: 10px;
    z-index: 200;
    color: #FFFFFF;
    padding: 0 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.8em;
}

.carousel_page_div span {
    margin: 0 1px;
}

.articleImageSlide .prevArrow,
.articleImageSlide .nextArrow {
    display: inline-flex;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    padding-bottom: 32px;
    align-items: center;
    z-index: 200;
    text-indent: -99999px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

.articleImageSlide .prevArrow {
    background: url("https://imgen.seoul.co.kr/img/seoulEn_arrow.png");
    background-repeat: no-repeat;
    background-position: -391px calc(50% - 16px);
    width: 28px;
}

.articleImageSlide .nextArrow {
    background: url("https://imgen.seoul.co.kr/img/seoulEn_arrow.png");
    background-repeat: no-repeat;
    background-position: -454px calc(50% - 16px);
    width: 28px;
}

.nextArrow.slick-arrow {
    right: 0;
}

.articleImageSlide .slickList {
    position: relative;
}

.articleImageFigcaption {
    display: table-caption;
    caption-side: bottom;
    position: relative;
    margin-top: 7px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.14px;
    padding-top: 7px;
    /*color: #828282;*/
}

.articleKeyword {
    margin: 145px 0 100px;
}

.articleKeyword ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.articleKeyword ul li {
    border-radius: 30px;
    border: 1px solid #777;
    padding: 4px 16px;
    color: #777;
    font-size: 16px;
    font-weight: 500;
}

.articleKeyword ul li:hover {
    transition: all .3s;
    background-color: var(--main_color);
    border: 1px solid var(--main_color);
    color: #fff;
}

.articleRelation {
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    /*margin-top: 100px;*/
	margin-top:50px;
}

.articleRelation .title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.articleRelation .relationList {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.articleAD {
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.articleAD ul li {
    position: relative;
    text-indent: 10px;
}

.articleAD ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 6px;
    background-color: #000;
}

/* sns */
.snsShare {
    margin: 70px 0;
}

.snsShare ul {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}


.snsShare ul li a {
    display: inline-block;
    background: url("https://imgen.seoul.co.kr/img/seoulEn_sns.png");
    background-repeat: no-repeat;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    text-indent: -99999px;
}

.snsShare .facebookBtn {
    width: 12px;
    height: 25px;
    background-position: 0 0;
}

.snsShare .twitterBtn {
    width: 22px;
    height: 25px;
    background-position: -34px 0;
}

.snsShare .kakaoBtn {
    width: 26px;
    height: 25px;
    background-position: -80px 0;
}

.snsShare .naverblogBtn {
    width: 25px;
    height: 25px;
    background-position: -228px 0;
}

.snsShare .naverBandBtn {
    width: 25px;
    height: 25px;
    background-position: -273px 0;
}


/* 인기기사 */
.articleIssue {
    margin-bottom: 70px;
}

.articleIssue .title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.15px;
}

.issue-layout {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.issueList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.issueList li {
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    width: 381px;
}

.issueList li:hover {
    transition: all .3s;
    border: 1px solid var(--main_color);
}

.issue-layout {
    padding: 25px 20px;
}

.issue-layout .photoImage {
    min-width: 83px;
    height: 83px;
    overflow: hidden;
    border-radius: 10px;
}

.issueTextWrap {
    width: 100%;
}

.issueTextWrap .issueTitle {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.15px;
    margin-bottom: 8px;
}

.issueTextWrap .issueText {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.14px;
}

.taboolaAdTag {
    margin-bottom: 70px;
}

.seoulAdTag {
    margin-bottom: 100px;
}

.seoulAdTag_box {
    display: flex;
    justify-content: space-evenly;
}

/* twig slider */
.TwigArea {
    margin-top: 100px;
}

.TwigArea .articleBox {
    height: 235px;
    width: 235px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}

.TwigArea .articleBox {
    width: 235px !important;
}

.TwigArea .slick-slide {
    margin: 0 19px;
}

.TwigArea .slick-list {
    margin: 0 -19px;
}

.TwigArea .slick-track {
    margin: 0 0 3px 0;
}

.TwigArea .articleImage {
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 235px;
    height: 157px;
    overflow: hidden;
}

.TwigArea .articleTitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.15px;
    padding: 22px 17px;
}

/* 해외연애 */
.cardRowBox .cardBoxWrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cardRowBox .cardBox a {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cardRowBox .cardImage {
    width: 160px;
    height: 105px;
    border-radius: 10px;
    overflow: hidden;
}

.cardRowBox .cardTextWrap {
    display: flex;
    flex-direction: column;
    justify-self: center;
    width: 155px;
    gap: 10px;
}

.cardRowBox .cardTextWrap .cardTitle {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.15px;
    font-weight: 400;
}

.cardRowBox .cardTextWrap .cardText {
    color: #6B6B6B;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.14px;
    font-weight: 300;
}

.cardRowBox .cardBox:hover .cardTitle {
    transition: all .3s;
    color: var(--main_color);
}

.cardRowBox .cardBox:hover .cardImage img {
    transition: all .3s;
    transform: scale(1.1);
}



/* sidemenu */
#bar-fixed {
    position: absolute;
    margin-left: -102px;
    margin-top: 90px;
}

#bar-fixed.stickIt {
    position: fixed;
    margin-top: 30px;
    margin-left: -102px;
    top: 10px;
}

.sideMenu {
    display: inline-flex;
    padding: 22px 16px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.sideMenu button {
    cursor: pointer;
}

.sideMenu button:hover {
    transition: all .3s;
    opacity: .8;
}

.sideMenu button {
    width: 24px;
    height: 24px;
    background-image: url("https://imgen.seoul.co.kr/img/seoulEn_toolbar.png");
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sideMenu button {
    color: transparent;
    font-size: 0;
    text-indent: -99999px;
}

.sideMenu button.shareBtn {
    background-position: 0 1px;
}

.sideMenu button.commentsBtn {
    background-position: 0px -47px;
}

.sideMenu button.printBtn {
    background-position: 0px -94px;
}

.sideMenu button.goTopBtn {
    background-position: 0px -140px;
}

.width750 {
    padding-right: 30px;
    position: relative;
}


/* list page */
.list-layout {
    position: relative;
    padding: 153px 0 283px;
}

.topArticleCardWrap {
    position: relative;
    margin-bottom: 90px;
    padding-top: 151px;
}

.topArticleCard {
    display: flex;
    justify-content: space-between;
}

.topArticleCard .Articlecard {
    box-sizing: border-box;
    width: 260px;
    border-radius: 10px 30px 30px 10px;
    background: #FFF;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.10);
}

.topArticleCard .cardImage {
    width: 260px;
    height: 174px;
    overflow: hidden;
    border-radius: 10px 30px 0 0;
}

.topArticleCard .cardBody {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.topArticleCard .cardBody .cardNewsTitle {
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}

.topArticleCard .cardBody .cardNewsText {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.14px;
}

.topArticleCard .Articlecard:hover {
    transition: all .3s;
    transform: translateY(-5px);
}

.listContainerWrap {
    margin-bottom: 283px;
    ;
}

.ArticleListTitle {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    margin-bottom: 18px;
}

.articleList .articleRow {
    border-bottom: 1px solid #E6E6E6;
}

.articleList .articleRow .listBlock {
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 32px 0;
}

.articleList .articleRow article:first-child {
    padding-top: 0;
}

.articleList .articleRow article:first-child {
    border: 0;
}

.articleList .articleRow:hover .articleTitle {
    transition: all .3s;
    color: #777;

}

.articleList .listImage {
    min-width: 110px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}

.articleList .listImage img {
    border-radius: 15px;
}

.listTextWrap .articleTitle {
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.listTextWrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 605px;
}

.listTextWrap .articleText {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.14px;
}

.listTextWrap .writeDate {
    color: #555;
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.12px;
}


/* pagenation */
.pagination {
    padding: 126px 0 0;
    display: flex;
    justify-content: center;
}

.pagination ul {
    display: flex;
    align-items: center;
}

.pagination ul li.pagePrevBtn,
.pagination ul li.pageNextBtn {
    width: 24px;
    height: 24px;
}

.pagination ul li.pagePrevBtn > a,
.pagination ul li.pageNextBtn > a { display: inline-block; width: inherit; height: inherit; }

.pagination ul li.pagePrevBtn,
.pagination ul li.pageNextBtn {
    background: url("https://imgen.seoul.co.kr/img/seoulEn_arrow.png");
    background-repeat: no-repeat;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    text-indent: -99999px;
}

.pagination ul li.pagePrevBtn {
    background-position: -260px -10px;
}

.pagination ul li.pageNextBtn {
    background-position: -321px -10px;
}

.pagination ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.12px;
    padding: 2px 10px;
    cursor: pointer;
}

.pagination ul li.presentPage {
    color: var(--main_color);
}

.pagination ul li.presentPage::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 1px;
    bottom: 2px;
    background-color: var(--main_color);
}

/* list AD */
.listAD {
    padding: 30px 20px;
}

.listAD .sectionTit {
    margin-bottom: 10px;
}

.listAD li {
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.15px;
    padding: 10px 0;
}

.listAD li:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}

/******SITEMAP*******/
.sitempapWrapper {
    position: relative;
    width: 100%;
    padding-top: 152px;
}

.whiteBar {
    position: absolute;
    width: 100%;
}

.whiteBar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 74px;
}

.sitemap_wrapper {
    position: relative;
    margin: 74px auto 315px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}

.sitemapTit {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}

.dateSelecteWrap dl {
    margin-bottom: 70px;
    text-align: left
}

.dateSelecteWrap dt {
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.dateSelecteWrap dd {
    display: inline-flex;
    width: 80px;
    height: 40px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #f5f5f5;
    margin-bottom: 3px;
}

.dateSelecteWrap a dd.on {
    background: #000000;
    color: #fff;
}

.allnews21_result_tit {
    display: block;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    letter-spacing: -1px;
}

.allnews21_ymd_s_result ul {
    margin-top: 50px;
}

.allnews21_ymd_s_result li {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 18px;
    text-align: left;
}

.allnews21_ymd_s_result li:hover {
    cursor: pointer;
}

/******SITEMAP*******/

/* 404 에러페이지 */
.no-result21 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    color: #777;
    letter-spacing: -1px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.no-result21 img {
    width: 30%;
    margin: 20px 0 30px 0;
}

.no-result21 .sorry {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.no-result21_btnB {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
}

.no-result21_btn {
    float: left;
    width: 40%;
    margin: 5%;
    height: 35px;
    border-radius: 10px;
    color: #fff;
    line-height: 2.3em;
}

.result21_gray {
    background: #a5a5a5;
}

.result21_orange {
    background: #fa8563;
}


.margin70 {
    margin: 70px 0;
}

.marginBottom100 {
    margin-bottom: 100px;
}

.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;
}

/********** 기사 본문 스타일 **********/
.subTitle_s0 {
    padding: 15px 0px 14px;
    border-top: 1px solid #141414;
    border-bottom: 1px solid rgb(210, 210, 210);
    color: rgb(0, 0, 0);
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 25px;
    display: inline-block;
    width: 100%;
}

.subTitle_s1 {
    padding: 15px 0px 14px;
    border-top: 1px solid rgb(175, 7, 7);
    border-bottom: 1px solid rgb(210, 210, 210);
    color: rgb(0, 0, 0);
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 25px;
    display: inline-block;
    width: 100%
}

.subTitle_s2 {
    display: inline-block;
    overflow: hidden;
    margin: 0px 20px 0px 3px;
    padding: 0px 0px 0px 11px;
    font-weight: bold;
    border-left: #141414 2px solid;
}

.articleBody b {
    font-weight: 700;
}

/*cms add*/

.con_snsBox {
    text-align: center;
    margin-bottom: 20px;
}

.con_googleMap {
    text-align: center;
    margin-bottom: 20px;
}

.con_openLinkA:hover {
    color: inherit;
    text-decoration: none;
}

.con_openLinkBox_V {
    text-align: center;
    border: 1px solid #ddd;
    max-width: 550px;
    margin: 0 auto 20px;
    cursor: pointer;
    padding: 15px 20px;
    text-decoration: none;
}

.con_openLinkBox_V .con_openLinkThumb img {
    max-width: 500px;
    max-height: 500px;
}

.con_openLinkBox_V .con_openLinkTitle {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4em;
}

.con_openLinkBox_V .con_openLinkSummery {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 1.4em;
    word-break: break-all;
}

.con_openLinkBox_V .con_openLinkHost {
    font-size: 13px;
    font-weight: normal;
    color: #1976d2;
    text-align: left;
}

.con_openLinkBox_H {
    text-align: center;
    border: 1px solid #ddd;
    max-width: 650px;
    margin: 0 auto 20px;
    cursor: pointer;
    padding: 10px 15px;
    text-decoration: none;
}

.con_openLinkBox_H .con_openLinkThumb {
    width: 100px;
    height: 100px;
    float: left;
}

.con_openLinkBox_H .con_openLinkThumb img {
    max-width: 100px;
    max-height: 100px;
}

.con_openLinkBox_H .con_openLinkTitle {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4em;
}

.con_openLinkBox_H .con_openLinkSummery {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    line-height: 1.4em;
    word-break: break-all;
}

.con_openLinkBox_H .con_openLinkHost {
    font-size: 13px;
    font-weight: normal;
    color: #1976d2;
    text-align: left;
}

.con_quotation_01 {
    position: relative;
    font-style: italic;
    font-weight: bold;
    line-height: 1.7em;
    margin: 30px 0 30px 80px
}

.con_quotation_01::before {
    content: "❝";
    font-size: 60px;
    position: absolute;
    left: -50px;
    top: 0px;
}

.con_quotation_02 {
    font-style: italic;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
    padding: 24px;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    left: 0;
    top: 0;
    background: #fff;
    border: 2px solid #ced4da;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.con_quotation_02::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -18px;
    left: calc(50% - 15px);
    width: 30px;
    height: 14px;
    background: transparent;
    border-bottom-right-radius: 35px 20px;
    display: block;
    border: 2px solid #ced4da;
    border-top: 2px solid #fff;
    border-left: 0;
}

.con_quotation_02::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -16px;
    left: calc(50% - 15px);
    width: 10px;
    height: 12px;
    border: 2px solid #ced4da;
    background: transparent;
    border-bottom-right-radius: 35px 31px;
    display: block;
    border-left: 0;
}

.con_quotation_03 {
    font-style: italic;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
    padding: 24px;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    left: 0;
    top: 0;
    background: #fff;
    border: 2px solid #ced4da;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.con_quotation_03::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -18px;
    left: calc(50% - 15px);
    width: 30px;
    height: 14px;
    background: transparent;
    border-bottom-right-radius: 35px 20px;
    display: block;
    border: 2px solid #ced4da;
    border-top: 2px solid #fff;
    border-left: 0;
}

.con_quotation_03::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -16px;
    left: calc(50% - 15px);
    width: 10px;
    height: 12px;
    border: 2px solid #ced4da;
    background: transparent;
    border-bottom-right-radius: 35px 31px;
    display: block;
    border-left: 0;
}

.con_quotation_span {
    font-size: 0.7em;
    font-style: normal;
    color: #aaa;
}

.con_hr_01 {
    width: 100%;
    border: 2px #000000;
    display: block;
    border-top-style: solid;
    margin: 30px 0;
}

.con_hr_02 {
    width: 100%;
    border: 2px #000000;
    display: block;
    border-top-style: dashed;
    margin: 30px 0;
}

.con_hr_03 {
    width: 100%;
    border: 2px #000000;
    display: block;
    border-top-style: dotted;
    margin: 30px 0;
}

.con_hr_04 {
    width: 100%;
    border: 2px #000000;
    display: block;
    border-top-style: double;
    border-top-width: 4px;
    margin: 30px 0;
}

.con_textbox_01 {
    min-height: 34px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.con_textbox_02 {
    min-height: 34px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #d3d9ff;
    background-color: #f3f4fd;
}

.con_textbox_03 {
    min-height: 34px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #d3ecc5;
    background-color: rgba(211, 236, 197, .3137254901960784);
}

.con_textbox_04 {
    min-height: 34px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #fcf0c5;
    background-color: rgba(252, 240, 197, .3137254901960784);
}

.con_textbox_05 {
    min-height: 34px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f8dfd8;
    background-color: rgba(248, 223, 216, .3137254901960784);
}


.con_ulist {
    margin-bottom: 20px;
}

.con_ulist li::before {
    content: "•";
    margin-right: 5px;
}

.con_olist {
    margin-bottom: 20px;
    counter-reset: rol 0;
}

.con_olist li::before {
    counter-increment: rol;
    content: counter(rol)".";
    margin-right: 5px;
}



.con_googleMap {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.con_googleMap iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* PC 모바일 보기 버튼 추가 240507 */
.goMobile { width: 100%; padding: 32px 0; display: none; }
.goMobile div { box-sizing: border-box; display: flex; align-items: center; gap: 17px; justify-content: center; color: var(--bg-black, #000); text-align: center; font-size: 25px; font-weight: 700; line-height: 24px; letter-spacing: -0.25px; }
.goMobile div span { width: 28px; height: 36px; display: inline-block; background: url("https://img.seoul.co.kr/img/n24/goMobile.png") no-repeat; background-position: 0 0; }