@font-face {
    font-family: 'Noto Sans KR medium';
    src: url('/newCommon/fonts/NotoSansKR-Medium.woff');
}
@font-face {
    font-family: 'Noto Sans KR regular';
    src: url('/newCommon/fonts/NotoSansKR-Regular.woff');
}
/* @font-face {
    font-family: 'Noto Sans KR Bold';
    src: url('/newCommon/fonts/NotoSansKR-Bold.woff');
} */
@font-face {
    font-family: 'Noto Sans';
    src: url('/newCommon/fonts/NotoSansKR-Thin.otf') format('truetype'),
        url('/newCommon/fonts/NotoSansKR-Thin.woff') format('woff'),
        url('/newCommon/fonts/NotoSansKR-Thin.woff2') format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/newCommon/fonts/NotoSansKR-Light.otf') format('truetype'),
        url('/newCommon/fonts/NotoSansKR-Light.woff') format('woff'),
        url('/newCommon/fonts/NotoSansKR-Light.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/newCommon/fonts/NotoSansKR-Regular.otf') format('truetype'),
        url('/newCommon/fonts/NotoSansKR-Regular.woff') format('woff'),
        url('/newCommon/fonts/NotoSansKR-Regular.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/newCommon/fonts/NotoSansKR-Medium.otf') format('truetype'),
        url('/newCommon/fonts/NotoSansKR-Medium.woff') format('woff'),
        url('/newCommon/fonts/NotoSansKR-Medium.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/newCommon/fonts/NotoSansKR-Bold.otf') format('truetype'),
        url('/newCommon/fonts/NotoSansKR-Bold.woff') format('woff'),
        url('/newCommon/fonts/NotoSansKR-Bold.woff2') format('woff2');
    font-weight: 800;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/newCommon/fonts/NotoSansKR-Black.otf') format('truetype'),
        url('/newCommon/fonts/NotoSansKR-Black.woff') format('woff'),
        url('/newCommon/fonts/NotoSansKR-Black.woff2') format('woff2');
    font-weight: 900;
    
}

@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tenada';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Tenada.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,
textarea,button,select {
    margin:0;
    padding:0;
}
pre{
    margin:0;
    padding:0;
    font-family: "Apple SD Gothic Neo", "Noto Sans", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", "굴림", "sans-serif";
}
h6{
    font-weight: normal;
}
ul, ol, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topBanner{
    width: 100%;
    height: 100px;
    background-position: 50%;
}


.topBanner.election{
    background-image: url('/newCommon/img/background/electionBanner.png');
}
.outerImage{
    background-image: url('/newCommon/img/background/electionBackground.png');
    background-size: 100%; 
}
#layout{
    background-color: white;
    font-family: "Apple SD Gothic Neo", "Noto Sans", "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", "굴림", "sans-serif";
    font-size: 15px;
    font-weight: normal;
    /* word-break: keep-all; */
    word-wrap: break-word;
}
#fullLayout{
    width: 1160px;
    margin: 0 auto;
    background-color: white;
    /* border: 1px solid #9b9b9b; */
    font-family: 'Noto Sans KR medium', sans-serif;
    font-size: 15px;
    font-weight: 500;
    word-break: keep-all;
    word-wrap: break-word;
}
body{
    margin: 0;
}
header {
    position: relative;
    width: 1160px;
    margin: 0 auto;
}
.header{
    width: 1160px;
    margin: 0 auto;
}
.header2{
    width: 1160px;
    margin: 0 auto;
}
.grid {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    position: relative;
    /* width: 100%; */
}
.grid2 {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    position: relative;
    /* width: 100%; */
}
#body{
    width: 830px;
}
#contentsArea{
    box-sizing: border-box;
    width: 830px;
    padding-right: 30px;
}
.sidebar2 {
    width: 330px;
    padding-left: 30px;
    box-sizing: border-box;
}
.sidebar {
    padding-left: 30px;
    box-sizing: border-box;
    border-left: 1px solid rgb(232,232,232);
}
.sidebar #sidebarElement{
    width: 300px;
}
.flexWrap{
    flex-wrap: wrap;
}
.absolute{
    position: absolute;
}
.absolute.top{
    top: 0px !important;
}
.absolute.bottom{
    bottom: 0px !important;
}
.absolute.left{
    left: 0px !important;
}
.absolute.right{
    right: 0px !important;
}
.cursorPointer{
    cursor: pointer;
}
.inline{
    display: inline-block;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.hidden{
    display: none !important;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flexwrap{
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vCenter{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vStart{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vEnd{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.justifyCenter{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justifyBetween{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justifyEnd{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.flexRowReverse{
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.shrink0{
    flex-shrink: 0;
}
.shrink1{
    flex-shrink: 1;
}
.overflowHidden{
    overflow: hidden;
}
.fullPageWidth{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.fullWidth{
    width: 100%;
}
.width1\/2{
    width: 50% !important;
}
.width1\/3{
    width: 33.33% !important;
}
.fullHeight{
    height: 100% !important;
}
.borderBox{
    box-sizing: border-box;
}
.relative{
    position: relative;
}
.white{
    color: white !important;
}
.backgroundWhite{
    background-color: white;
}
.backgroundGray1{
    background-color: #f5f5f5;
}
.backgroundGray2{
    background-color: #f1f1f1;
}
.marginTop5{
    margin-top: 5px !important;
}
.marginTop7{
    margin-top: 7px !important;
}
.marginTop8{
    margin-top: 8px !important;
}
.marginTop10{
    margin-top: 10px !important;
}
.marginTop12{
    margin-top: 12px !important;
}
.marginTop13{
    margin-top: 13px !important;
}
.marginTop14{
    margin-top: 14px !important;
}
.marginTop15{
    margin-top: 15px !important;
}
.marginTop17{
    margin-top: 17px !important;
}
.marginTop18{
    margin-top: 18px !important;
}
.marginTop20{
    margin-top: 20px !important;
}
.marginTop23{
    margin-top: 23px !important;
}
.marginTop25{
    margin-top: 25px !important;
}
.marginTop30{
    margin-top: 30px !important;
}
.marginTop33{
    margin-top: 33px !important;
}
.marginTop35{
    margin-top: 35px !important;
}
.marginTop40{
    margin-top: 40px !important;
}
.marginTop50{
    margin-top: 50px !important;
}
.marginTop180{
    margin-top: 180px !important;
}
.marginTop285{
    margin-top: 285px !important;
}
.marginBottom5{
    margin-bottom: 5px !important;
}
.marginBottom10{
    margin-bottom: 10px !important;
}
.marginBottom12{
    margin-bottom: 12px !important;
}
.marginBottom13{
    margin-bottom: 13px !important;
}
.marginBottom15{
    margin-bottom: 15px !important;
}
.marginBottom17{
    margin-bottom: 17px !important;
}
.marginBottom20{
    margin-bottom: 20px !important;
}
.marginBottom25{
    margin-bottom: 25px !important;
}
.marginBottom30{
    margin-bottom: 30px !important;
}
.marginBottom40{
    margin-bottom: 40px !important;
}
.marginRight5{
    margin-right: 5px !important;
}
.marginRight10{
    margin-right: 10px !important;
}
.marginRight15{
    margin-right: 15px !important;
}
.marginRight17{
    margin-right: 17px !important;
}
.marginRight20{
    margin-right: 20px !important;
}
.marginRight25{
    margin-right: 25px !important;
}
.marginRight30{
    margin-right: 30px !important;
}
.marginRight31{
    margin-right: 31px !important;
}
.marginRight36{
    margin-right: 36px !important;
}
.marginRight40{
    margin-right: 40px !important;
}
.marginRight60{
    margin-right: 60px !important;
}
.marginRight66{
    margin-right: 66px !important;
}
.marginRight80{
    margin-right: 80px !important;
}
.marginRight120{
    margin-right: 120px !important;
}
.marginRight133{
    margin-right: 133px !important;
}
.marginLeft5{
    margin-left: 5px !important;
}
.marginLeft10{
    margin-left: 10px !important;
}
.marginLeft15{
    margin-left: 15px !important;
}
.marginLeft20{
    margin-left: 20px !important;
}
.marginLeft30{
    margin-left: 30px !important;
}
.marginLeft40{
    margin-left: 40px !important;
}
.marginLeft233{
    margin-left: 233px !important;
}
.paddingTop3{
    padding-top: 3px !important;
}
.paddingTop10{
    padding-top: 10px !important;
}
.paddingTop20{
    padding-top: 20px !important;
}
.paddingTop37{
    padding-top: 37px !important;
}
.paddingBottom10{
    padding-bottom: 10px !important;
}
.paddingBottom40{
    padding-bottom: 40px !important;
}
.paddingLeft1{
    padding-left: 1px !important;
}
.paddingLeft5{
    padding-left: 5px !important;
}
.paddingLeft10{
    padding-left: 10px !important;
}
.paddingLeft15{
    padding-left: 15px !important;
}
.paddingLeft20{
    padding-left: 20px !important;
}
.paddingRight1{
    padding-right: 1px !important;
}
.paddingRight5{
    padding-right: 5px !important;
}
.paddingRight10{
    padding-right: 10px !important;
}
.paddingRight15{
    padding-right: 15px !important;
}
.paddingRight20{
    padding-right: 20px !important;
}
.paddingRight30{
    padding-right: 30px !important;
}
.paddingRight40{
    padding-right: 40px !important;
}
.padding30{
    padding: 30px !important;
}
.border05{
    border: solid 0.5px #9b9b9b;
}
.border1{
    border: solid 1px #CCCCCC;
}
.borderLeft05{
    border-left: solid 0.5px rgb(232,232,232);
}
.borderRight05{
    border-right: solid 0.5px rgb(232,232,232);
}
.borderRight1{
    border-right: solid 1px rgb(232,232,232);
}
.borderRight1White{
    border-right: solid 1px white;
}
.borderRight1Black{
    border-right: solid 1px #000000;
}

.gradiationFilter{
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.80) 100%, black);
    overflow: hidden;
}

.normal{
    font-weight: normal !important;
}
.bold{
    font-weight: bold !important;
}
.font500{
    font-weight: 500 !important;
}

.pretend{
    font-family: "pretendard";
}
.tenada{
    font-family: "Tenada";
}
.fontSuit{
    font-family: "SUIT";
}

.lineLimit{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line1{
    -webkit-line-clamp: 1 !important;
}
.line2{
    -webkit-line-clamp: 2 !important;
}
.line3{
    -webkit-line-clamp: 3 !important;
}
.line4{
    -webkit-line-clamp: 4 !important;
}
.line5{
    -webkit-line-clamp: 5 !important;
}
.line7{
    -webkit-line-clamp: 7 !important;
}
.line8{
    -webkit-line-clamp: 8 !important;
}
.more{
    float: right;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color:rgb(61, 61, 61);
}

.itemTitle{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.9px;
}
.itemTitle2{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -0.9px;
}
.itemTitle3{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.6px;
    font-weight: bold;
    color: black;
}
.itemTitle4{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.6px;
    font-weight: bold;
    color: #2D2D2D;
}
.itemSubtitle{
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color:#515151;
}
.itemSubtitleReleated{
    font-size: 15px;
    font-weight: bold;
    color:#1e1e1e;
    letter-spacing: -0.7px;
}
.listTitle{
    font-size: 15px;
    letter-spacing: -0.7px;
    font-weight: bold;
}
.listTitle1{
    font-size: 15px;
    letter-spacing: -0.7px;
    font-weight: 500;
}
.listTitle2{
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: normal;
}
.listTitle3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.listTitle4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -0.7px;
}
.listTitle5{
    font-size: 15px;
    letter-spacing: -0.8px;
    font-weight: 500;
}
.listTitle6{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.8px;
    font-weight: normal;
}
.listTitle7{
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.4px;
    font-weight: normal;
    color: #3D3D3D;
}
.listTitle10{
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.5px;
    font-weight: normal;
}
.listTitleTop{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: -2.4px;
    margin-bottom: 17px;
}
.smallInnerText {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: black;
}
.infoText{
    white-space: pre-line;
    font-size: 17px; 
    color: #515151; 
    line-height: 30px; 
    letter-spacing: -0.6px;
}
.infoText .redline{
    color: #e22323;
    text-decoration: underline;
}
.fadeHeadlineTitle{
    font-size: 32px;
    line-height: 47px;
    font-weight: 800;
    letter-spacing: -0.8px;
}


.objectCover{
    object-fit: cover;
}
.objectContain{
    object-fit: contain;
}
.positionCenter{
    object-position: 50% 50% !important;
}
.width70Circle{
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgb(232,232,232);
}
.imgWrapper{
    width: auto;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.imgWrapper img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}
.imgWrapper.vga{
    padding-top: 66.7% !important;
}
.imgWrapper.vga2{
    padding-top: 72.8% !important;
}
.imgWrapper.vga3{
    padding-top: 65% !important;
}
.imgWrapper.wide1{
    padding-top: 50% !important;
}
.imgWrapper.wide2{
    padding-top: 40% !important;
}
.imgWrapper.wide3{
    padding-top: 60% !important;
}
.imgWrapper.wide4{
    padding-top: 58.35% !important;
}
.imgWrapper.wide5{
    padding-top: 48.75% !important;
}
.imgWrapper.wide6{
    padding-top: 33.3% !important;
}
.imgWrapper.wide7{
    padding-top: 37% !important;
}
.imgWrapper.wide8{
    padding-top: 56.667% !important;
}
.imgWrapper.wide9{
    padding-top: 68.75% !important;
}
.imgWrapper.wide10{
    padding-top: 54.06% !important;
}
.imgWrapper .absolute.title{
    color: white;
    background-color: rgba(25,24,24,0.7);
    padding: 0px 8px;
    line-height: 27px;
}



.itemImgWrapperWide{
    width: auto;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}
.itemImgWrapperWide.vga{
    padding-top: 66.7% !important;
}
.itemImgWrapperWide.wide1{
    padding-top: 50% !important;
}
.itemImgWrapperWide.wide2{
    padding-top: 40% !important;
}
.itemImgWrapperWide.wide3{
    padding-top: 55% !important;
}
.itemImgWrapperWide.wide4{
    padding-top: 33.3% !important;
}
.itemImgWrapperWide.wide5{
    padding-top: 37% !important;
}
.itemImgWrapperWide.wide6{
    padding-top: 58.5% !important;
}
.itemImgWrapperWide.wide7{
    padding-top: 43.5% !important;
}
.itemImgWrapperWide.wide8{
    padding-top: 59% !important;
}
.itemImgWrapperWide.wide9{
    padding-top: 28% !important;
}
.itemImgWrapperWide.wide10{
    padding-top: 58.65% !important;
}
.itemImgWrapperWide.wide11{
    padding-top: 62% !important;
}

.itemImgWrapperWide .itemImgWide{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10%);
}
.itemImgWrapperWide .itemImgWide.wide1{
    transform: translateY(-10%) !important;
}
.itemImgWrapperWide .itemImgWide.wide2{
    transform: translateY(-20%) !important;
}
.itemImgWrapperWide .itemImgWide.wide3{
    transform: translateY(-13%) !important;
}
.itemImgWrapperWide .itemImgWide.wide4{
    transform: translateY(-18%) !important;
}
.itemImgWrapperWide .itemImgWide.wide5{
    transform: translateY(-20%) !important;
}
.itemImgWrapperWide .itemImgWide.wide6{
    transform: translateY(-5%) !important;
}
.itemImgWrapperWide .itemImgWide.wide7{
    transform: translateY(0%) !important;
}
.itemImgWrapperWide .absolute.title{
    color: white;
    background-color: rgba(25,24,24,0.7);
    padding: 0px 8px;
    line-height: 27px;
}


.listDot{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 9px;
    background-color: #d6d6d6;
}

.listBox{
    width:100%;
    height: 100px;
    border-bottom: 1px solid rgba(232,232,232); 
}
.categoryName .fold{
    float: right;
    cursor: pointer;
}
.listBox .title{
    padding: 14px 0 2px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.35px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listBox .title2{
    padding: 14px 0 2px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -1.13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colorBase{
    padding: 15px 15px 12px 15px;
}
.colorBase2{
    padding: 20px;
}
.colorBase.grey{
    background-color: #F9F9F9;
}
.colorBase.grey2{
    padding: 20px 0px 45px 0px;
    background-color: #F2F3F6;
}
.colorBase.grey3{
    padding: 20px 0px 30px 0px;
    background-color: #edf2f5;
}
.colorBase.red1{
    background-color: #FFF2F2;
}
.colorBase.red1 .itemTitle{
    color: #FF0000;
}
.colorBase.red1 .more{
    color: #FF7a7a;
}


.colorBlack{
    color: black !important;
}
.colorRed{
    color:#f52a00;
}
.colorGrey1{
    color: #515151 !important;
}
.colorGrey2{
    color: #b5b5b5 !important;
}
.colorGrey3{
    color: #9e9e9e !important;
}
.colorGrey4{
    color: #979797 !important;
}
.colorGrey5{
    color: #838383 !important;
}

.listBox .subtitle{
    box-sizing:border-box;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: #515151;
}
.subtitle2{
    box-sizing:border-box;
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: -0.7px;
    color: #515151;
}
.subtitle3{
    box-sizing:border-box;
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: -0.7px;
}
.subtitle4{
    box-sizing:border-box;
    font-size: 17px;
    line-height: 1.59;
    letter-spacing: -0.43px;
    font-weight: 700;
}
.subtitle5{
    box-sizing:border-box;  
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.55px;
    color: rgb(34, 34, 34);
}


#rankingName{
    margin: 8px 0 0;
}



.photoView{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    color: white;
    z-index: 101;
}
.photoViewContainer{
    position: relative;
    width: 100%;
    height: 100%;
}
.photoViewContainer .arrow{
    top: 50%;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    z-index: 10;
    text-shadow: 5px 5px 10px black;
}
.photoViewContainer .arrow.left{
    padding-left: 30px;
    padding-right: 20px;
    margin-left: -105px
}
.photoViewContainer .arrow.right{
    padding-left: 20px;
    padding-right: 30px;
    margin-right: -105px
}
.photoView .photoViewBox{
    flex-flow: column;
    position: relative;
    width: 1160px;
    height: 100%;
    z-index: 101;
}
.photoView .photoViewBox .titleBox{
    height: 100px;
    font-size: 25px;
}
.photoView .photoViewBox .titleBox .title{
    line-height: 100px;
    margin-left: 30px;
    letter-spacing: -1.5px;
}
.photoView .photoImg {
    display: block;
    max-width: 100%;
    /* height: -webkit-fill-available; */
    height: 750px;
    object-fit: contain;
    margin: auto;
}
.photoView .photoDescription {
    box-sizing: border-box;
    position: absolute;
    background-color: rgba(12,12,12,0.66);
    bottom: 0px;
    width: 100%;
    height: 166px;
    padding: 20px 20px 40px;
    opacity: 0.9;
}
.photoView .photoDescription p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.38px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.photoView .photoPageInfo {
    position: absolute;
    box-sizing: border-box;
    bottom: 0px;
    width: 100%;
    height: 38px;
    padding: 0 20px 15px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.43px;
}
.photoView .photoViewBox .titleBox .closeButton{
    float: right;
    font-size: 70px;
    line-height: 80px;
    margin-right: 30px;
}

.photoBoxContainer.photoList .photoBox.photoListBig{
    width: 523px;
    height: 330px;
}
.photoBoxContainer.photoList .photoBox.photoListBig img{
    width: 523px;
    height: 330px;
}
.photoBoxContainer.photoList .photoBox.photoListBig .photoTitle{
    height: 85px;
    padding: 14px 55px 8px 14px;
    font-size: 20px;
}


.photoBoxContainer.photoList{
    padding: 0px;
}

.photoBoxContainer.photoList .photoBox{
    margin-right:  0px;
    width: 246px;
    height: 150px;
}
.photoBoxContainer.photoList .photoBox img{
    width: 246px;
    height: 150px;
}
.photoBoxContainer.photoList .photoBox .photoTitle{
    height: 60px;
    padding: 10px 46px 8px 15px;
    font-size: 15px;
    line-height: 21px;
}


.photoBoxContainer{
    /* display: flex; */
    overflow: hidden;
    /* overflow-x: scroll; */
    padding: 10px;
}
.photoBoxContainer .arrow{
    width: 90px;
    height: 320px;
    z-index: 3;
}
.photoBoxContainer .arrow.left{
    padding-left: 60px;
}
.photoBoxContainer .arrow.right{
    padding-right: 60px;
}
.photoBoxContainer .photoBox{
    margin-right:  20px;
    width: 460px;
    height: 300px;
    position: relative;
}
.photoBoxContainer .photoBox img{
    width: 460px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0%;
}
.photoBoxContainer .photoBox .photoTitle{
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    padding: 10px 15px 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.8px;
    color: white;
    background-color: rgba(0,0,0,0.66);
}
.photoBoxContainer .photoBox .photoTitle p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.photoBox .photoCnt{
    box-sizing: border-box;
    padding: 0px 8px 4px 2px;
    min-width: 28px;
    height: 28px;
    background: url('/newCommon/icon/photoCnt.svg') no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}


.active{
    font-weight: bold;
    color: #f1804a;
}
.activeBlue{
    font-weight: bold;
    color: #006fff;
}
.activeRed{
    font-weight: bold;
    color: #9a1032;
}

.active2{
    color:#2762bf;
}
.active3{
    color:#000000;
}

.smallImgBox{
    width: 32%;
    background-color: #666666;
    box-sizing: border-box;
    border: 1px solid #cccccc;
} 
.smallImgBox.active{
    border: 1.5px solid rgb(55,55,55) !important;
} 
.smallImgBox.active div{
    opacity: 0.7;
}
.photoTopSmallBox{
    width: 150px;
    height: 110px;
    box-sizing: border-box;
}
.photoTopSmallBox.active{
    border: 5px solid #f1804a !important;
}
.bigImg .arrow{
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    z-index: 5;
    text-shadow: 5px 5px 10px black;
}
.bigImg .arrow.left{
    padding-left: 30px;
    padding-right: 20px;
}
.bigImg .arrow.right{
    padding-left: 20px;
    padding-right: 30px;
}



.companyRunTitle{
    /* height: 75px; */
    padding-top: 20%;
    background: url('/newCommon/img/background/companyRun2.png');
    background-size: 100% 100%;
    /* border-radius: 5px 5px 0 0; */
}
.companyRunContents{
    padding: 15px;
}
.companyRunContents .runNo{
    color:saddlebrown;
}
.companyRunContents img{
    width: 115px;
}


.cardnewsBox{
    box-sizing: border-box;
    width: 50%;
}







.greyFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.35;
}
.greyFilterBox{
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.6);
}
.gradientBox{
    height: 70%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    background: linear-gradient(to bottom, transparent 30%, rgba(11,11,11,0.75) 80%, black);
    overflow: hidden;    
}
.gradientBlue{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(38, 38, 229, 0), rgba(10, 10, 10, 0.1) 37%, rgba(0, 6, 56, 0.26) 56%, rgba(1, 1, 62, 0.75) 80%, #010f58);
    overflow: hidden;    
}
.hidden{
    display: none;
}
.DotSlider{
    display: flex;
    justify-content: center;
}
.DotSlider div{
    cursor: pointer;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    display: inline-block;
    margin: auto 10px;
    vertical-align: bottom;
}
.DotSlider div.active{
    background-color: rgb(0, 42, 221);
}
.electionContainer{
    display: flex;
    margin: 15px 0 0;
    width: 1240px;
}
.electionContainer .title{
    font-size: 19px;
    line-height: 20px;
    color: rgb(45,45,91);
}
.tugArea{
    font-size: 16px;
    font-family: 'Noto Sans KR regular', sans-serif;
    color: rgb(150,150,150);
}
.tugArea p{
    margin: 0 0 0 25px;
}
.tugArea .active{
    font-family: 'Noto Sans KR medium', sans-serif;
    color: rgb(40,40,40);
}
.tugContainer{
    display: flex;
}
.tugContainer div{
    transition: 0.5s ease;
}
.tugContainer img{
    transition: 0.5s ease;
}
.partyLine .title{
    font-size: 19px;
    line-height: 19px;
    height: 45px;
    color: rgb(45,45,91);
}
.partyLineHeader{
    padding: 0 20px;
}
.partyLineHeader p{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 16px;
    color: rgb(84,84,84);
}
.partyLineHeader .active{
    font-family: 'Noto Sans KR medium', sans-serif;
    color: rgb(230,70,115);
    padding: 0 0 5px;
    border-bottom: 1px solid rgb(230,70,115);
}
.partyLineContainer{
    padding: 30px 0 0 20px;
    height: 350px;
    overflow-y: scroll;
}
.partyLineContainer li{
    position: relative;
    padding: 0 0 0 20px;
    border-left: 1px solid rgb(230,70,115);
}
.partyLineContainer li .dot{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(230,70,115);
}
.partyLineContainer li .newsTitle{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 15px;
    height: 3em;
    padding: 0 0 20px;
    color: rgb(84,84,84);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.daytime{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 13px;
    color: rgb(150,150,150);
}
/* ------------------------------헤더 시작------------------------------ */
header .top-link{
    box-sizing: border-box;
    /* margin: 0 63px; */
    height: 60px;
    /* padding-top: 10px; */
    text-align: center;
    font-size: 15px;
    line-height: 60px;
    /* border-bottom: 1px solid #9b9b9b; */
}
header .today-information{
    height: 50px;
    padding-top: 35px;
    margin: 0 0 35px;
    text-align: center;
    vertical-align: bottom;
}
header .today-information .information{
    display: flex;
}
header .today-information .information img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.temperature{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.45px;
}
.navigation{
    letter-spacing: -1px;
}
header .navigation nav{
    height: 60px;
    padding-top: 20px;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #838383;
}
header .navigation nav ul{
    /* width: 820px; */
    display: flex;
    /* justify-content: space-between; */
}
header .navigation ul.topList li{
    padding: 0px 0px 18px 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
header .navigation ul.topList li.active{
    color: black;
    border-bottom: 5px solid #f1804a;
}
header .navigation ul.topList li .menuButton{
    margin-top: 3px;
}
.searchViewer{
    font-size: 18px;
}
header a{
    vertical-align: top;
}
header .logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
header .logo img{
    margin: 10px auto 0;
    height: 90px;
}
header .daily .daily-topic .search{
    position: absolute;
    top: 40px;
    right: 2px;
    z-index: 100;
}
header .daily .daily-topic .search input[type="text"]{
    width: 65px;
    height: 30px;
    padding-left: 13px;
    padding-right:30px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
header .daily .daily-topic .search input::placeholder {
    font-size: 0px;
}
header .daily .daily-topic .search input.active::placeholder {
    color: #9b9b9b;
    font-size: 14px;
}
header .daily .daily-topic .search input.active[type="text"] {
    width: 180px;
}
header .daily .daily-topic .search button {
    margin:0;
    padding:0;
    border: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 10px;
    top: 9px;
    background: none;
}
header .daily .daily-topic .search button i.fa {
    font-size: 15px;
    color: #000;
}
header .daily .daily-topic .daily-bar{
    width: 30px;
    height: 5px;
    border-bottom: 2 solid black;
    display: block;
    float: right;
}
header .daily .daily-topic span{
    font-size: 13px;
}
header .daily .daily-topic font{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid;
    line-height: 45px;
}
header .daily .daily-topic p{
    text-decoration-line: line-through;
}
header .daily .daily-topic .subtitle{
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #6BCB0A;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
header .daily .daily-topic .title{
    display: block;
    font-size: 24px;
    color: #804040;
    /* color: #6BCB0A; */
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
header .daily .daily-image{
    height: 192px;
    display: table-cell;
    vertical-align: bottom;
}
header .daily .daily-image img{
    max-height: 192px;
    max-width: 150px;
    vertical-align: bottom;
    margin: 0 0 1px 10px;
}
/* ------------------------------헤더 끝------------------------ */

/* ------------------------------콘텐츠 시작------------------------ */
.contents {
    padding:0 65px 0px 35px !important;
    width: 730px;
}
/* ------------------------------콘텐츠 끝------------------------ */

/* --------------------------사이드바 시작-------------------------- */
.sidebar #sidebarElement .lightSidebarContent{
    width: 100%;
}
.sidebar dl{
    position: relative;
    display: block;
    height: 505px;
    width: 410px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 1em 0;
}
.sidebar dl div{
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.sidebar dl p{
    font-weight: bold;
    font-size: 20px;
    width: 150px;
    white-space: nowrap;
    display: inline-block;
    margin: 10px 0;
}
.sidebar dt {
    color: #9B9B9B;
    font-weight: bold;
    height: 30px;
    display: inline-block;
    width: 90px;
    z-index: 9;
    position: relative;
    margin-left: 10px;
}
.sidebar dt.active span{
    color: #002ADD;
    padding-bottom: 5px;
    border-bottom: 3px solid #002ADD;
}
.sidebar dd{
    margin: 0;
    padding: 5px;
}
.sidebar dd ol li{
    height: 36.8px;
}
.sidebar dd ol li .number{
    display: inline-block;
    width: 20.45px;
    height: 20.45px;
    line-height: 20.45px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    color: #fff;
    background: #000;
    border-radius: 50%;
}
.sidebar dd ol li a{
    display: inline-block;
    height: 36.8px;
    line-height: 36.8px;
    width: 360px;
    padding-left: 16.56px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar dd ol > li:last-child{
    margin: 0px 0px 0px 20px;
    color: #002ADD;
}
.sidebar dd.hidden{
    display: none;
}

.sidebar .sisaContainer{
    width: 325px;
    height: 310px;
    margin: 15px auto;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.sidebar .sisaContainer .more{
    float: right;
    line-height: 60px;
    margin-right: 28px;
}
.sidebar .sisaContainer .label{
    line-height: 60px;
    font-size: 20px;
    margin-left: 28px;
}
.sidebar .sisaContainer .sisaBox{
    display: flex;
}
.sidebar .sisaContainer .sisaBox i{
    vertical-align: top;
    text-align: center;
    width: 28px;
    height: 230px;
    line-height: 200px;
}
.sidebar .sisaContainer .sisaBox .sisaDiv{
    overflow: hidden;
    font-size: 0px;
    width: 267px;
    height: 230px;
    border: 1px solid #C2C2C2;
}
.sidebar .sisaContainer .sisaBox .sisaDiv img{
    width: 267px;
    height: 200px;
    object-fit: cover;
}
.sidebar .sisaContainer .sisaBox .sisaDiv .title{
    box-sizing: border-box;
    font-family: 'Noto Sans KR regular', sans-serif;
    padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
    width: 267px;
    height: 30px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #EBEBEB;
}




.sidebar .listen{
    margin-left: 15px;
    margin-top: 10px;
}
.sidebar .listen .listen-title{
    position: relative;
    width: 403px;
    height: 72px;
    border-radius: 36px;
    background-color: #f7f7f7;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.sidebar .listen .listen-title img{
    float: left;
    margin: 7px;
    padding-right: 13px;
}
.sidebar .listen .listen-title b{
    display: block;
    font-size: 18px;
    margin-top: 10px;
}
.sidebar .listen .listen-title p{
    margin: 0;
    color: #9B9B9B;
}
.sidebar .listen .listen-title i{
    position: absolute;
    top: 28px;
    right: 28px;
    /* transform: rotate(180deg); */
    transition: 0.3s ease;
}
.sidebar .listen .listen-contents{
    padding-left: 74px;
    width: 336px;
}
.sidebar .listen .listen-contents li{
    text-align: right;
    padding: 10px 25px 10px 10px;
    margin: 0px;
}
.sidebar .listen .listen-contents li b{
    font-size: 18px;
}
.sidebar .listen .listen-contents li p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9B9B9B;
}
.sidebar .listen .listen-contents ul > li:first-child{
    margin-bottom: 15px;
}
.sidebar .listen .hidden{
    display: none;
}

.sidebar .interview{
    margin-top: 16px;
    margin-left: 15px;
}
.sidebar .interview .interview-title{
    position: relative;
    width: 403px;
    height: 72px;
    border-radius: 36px;
    background-color: #f7f7f7;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.sidebar .interview .interview-title img{
    float: left;
    margin: 7px;
    padding-right: 13px;
}
.sidebar .interview .interview-title b{
    display: block;
    font-size: 18px;
    margin-top: 10px;
}
.sidebar .interview .interview-title p{
    margin: 0;
    color: #9B9B9B;
}
.sidebar .interview .interview-title i{
    position: absolute;
    top: 28px;
    right: 28px;
    /* transform: rotate(180deg); */
    transition: 0.3s ease;
}
.sidebar .interview .interview-contents{
    padding-left: 74px;
    width: 336px;
}
.sidebar .interview .interview-contents li{
    text-align: right;
    padding: 10px 25px 10px 10px;
    margin: 0px;
}
.sidebar .chatBox{
    background: url('/newCommon/img/background/chatBox.png'); 
    background-size: 100% 99%; 
    background-repeat: no-repeat;
}
.sidebar .interview .interview-contents li b{
    font-size: 18px;
}
.sidebar .interview .interview-contents li p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9B9B9B;
}
.sidebar .interview .interview-contents ul > li:first-child{
    margin-bottom: 15px;
}
.sidebar .interview .hidden{
    display: none;
}

.sidebar .ceoRun{
    /* margin: 20px 0 10px 90px; */
    margin: 20px auto 10px;
    width: 325px;
}
.sidebar .ceoRun .ceoRun-title{
    height: 75px;
    background: url('/newCommon/img/background/ceoRun.png');
    background-size: 100% 100%;
}
.sidebar .ceoRun .companyRun-title{
    height: 75px;
    background: url('/newCommon/img/background/companyRun.png');
    background-size: 100% 100%;
    border-radius: 5px 5px 0 0;
}
.sidebar .ceoRun .ceoRun-contents{
    margin: 0px;
    padding: 10px 20px;
    height: 145px;
    border: 1px solid #CCCCCC;
    border-top: none;
    vertical-align: top;
}
.sidebar .ceoRun .ceoRun-contents > div{
    margin-top: 5px;
}
.sidebar .ceoRun .ceoRun-contents h5{
    margin: 0px;
    font-size: 12px;
    line-height: 12px;
    color: #9B9B9B;
}
.sidebar .ceoRun .ceoRun-contents h1{
    line-height: 30px;
    display: inline-block;
    margin: 0px;
    padding-right: 10px;
    color: #FF9821;
}
.sidebar .ceoRun .ceoRun-contents p{
    display: inline-block;
    margin: 0px 0px 5px 0px;
    height: 15px;
    line-height: 15px;
    max-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .ceoRun .ceoRun-contents .contentsBox{
    display: flex;
    justify-content: space-between;
}
.sidebar .ceoRun .ceoRun-contents .contentsBox div{
    width: 177px;
    max-height: 120px;
    overflow: hidden;
    margin: 0px;
}
.sidebar .ceoRun .ceoRun-contents .contentsBox b{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: normal;
    color: #9B9B9B;
}
.sidebar .ceoRun .ceoRun-contents .contentsBox img{
    width: 130px;
    max-height: 87px;
    margin: 4px 0px 0px 15px;
}

.sidebar .youtubeContainer{
    margin: 15px auto;
    width: 400px;
}
.sidebar .youtubeContainer .more{
    float: right;
    line-height: 33px;
}
.sidebar .youtubeContainer .label{
    margin-bottom: 15px;
}

.sidebar .youtubeContainer .youtubeBox{
    display: flex;
    justify-content: space-between;
}
.sidebar .youtubeContainer .youtubeDiv{
    flex-shrink: 0;
    font-size: 0px;
    border: 1px solid #ebebeb;
    position: relative;
}
.sidebar .youtubeContainer .youtubeDiv img{
    width: 192px;
    height: 108px;
    object-fit: cover;
}
.sidebar .youtubeContainer .youtubeDiv .title{
    font-family: 'Noto Sans KR regular', sans-serif;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 15px;
    width: 192px;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



.sidebar .pictorial{
    margin-left: 10px;
    margin-top: 28px;
    width: 403px;
    height: 294px;
    border-top: 1px solid #CCCCCC;
    overflow: hidden;
}
.sidebar .pictorial p{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.sidebar .pictorial > a{
    float: right;
    line-height: 69px;
    font-family: 'Noto Sans KR regular', sans-serif;
}
.sidebar .pictorial .pictorial-img{
    position: relative;
    width: 306px;
    display: inline-block;
    text-align: center;
}
.sidebar .pictorial .pictorial-img span{
    text-align: center;
    height: 20px;
    width: 306px;
    position: absolute;
    left: 0px;
    bottom: 3px;
    color: #f7f7f7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .pictorial div img{
    max-width: 306px;
    height: 220px;
    margin: 0 auto;
}
.sidebar .pictorial .pictorial-nav{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 90px;
    margin-top: -5px;
}
.sidebar .pictorial .pictorial-nav .img{
    position: relative;
    margin: 2px 4px 3px;
}
.sidebar .pictorial .pictorial-nav div{
    position: absolute;
    top: 0px;
    width: 82px;
    height: 57px;
    box-sizing: border-box; 
}
.sidebar .pictorial .pictorial-nav div.active{
    border: 2px solid white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.82);
}

.sidebar .pictorial .pictorial-nav ul{
    top: 0px;
    height: 186px;
    overflow: hidden;
}
.sidebar .pictorial .pictorial-nav img{
    width: 82px;
    height: 57px;
}
.sidebar .pictorial .pictorial-nav i{
    width: 90px;
    box-sizing: border-box; 
    border: 1px solid black;
}

.sidebar .banner-sidebar-1{
    margin-left: 10px;
    margin-top: 26px;
    width: 403px;
    height: 245px;
    color: #f7f7f7;
    font-size: 20px;
    line-height: 245px;
    font-weight: bold;
    text-align: center;
    background-color: #CCCCCC;
}

.sidebar .hotcool{
    margin-left: 10px;
    margin-top: 28px;
    width: 403px;
    border-top: 1px solid #CCCCCC;
}
.sidebar .hotcool p{
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
}
.sidebar .hotcool .hotcool-navigation{
    float: right;
    /* display: inline-block; */
    vertical-align: top;
    margin: 0;
    padding: 0;
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    color: #CCCCCC;
}
.sidebar .hotcool span{
    vertical-align: top;
}
.sidebar .hotcool span.active{
    color: #002ADD;
}
.sidebar .hotcool .hotcool-title{
    position: relative;
    height: 106px;
    background: url('/newCommon/img/background/hotcool.png');
    background-size: 100% 100%; 
    text-align: center;
    margin-bottom: 25px;
}
.sidebar .hotcool .hotcool-title p{
    position: absolute;
    color: #f7f7f7;
    font-size: 20px;
    font-weight: bold;
    top: 53px;
    left: 0px;
    width: 400px;
    height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .hotcool .hotcool-contents .hidden{
    display: none;
}
.sidebar .hotcool .hotcool-contents ul li{
    line-height: 54px;
    height: 54px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-top: 1px solid #CCCCCC;
}

.sidebar .cardNews{
    margin: 20px auto;
    width: 403px;
    height: 458px;
    border: 1px solid #CCCCCC;
}
.sidebar .cardNews p{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    margin: 36px 40px;
}
.sidebar .cardNews > a{
    float: right;
    margin-right: 35px;
    line-height: 101px;
    font-family: 'Noto Sans KR regular', sans-serif;
}
.sidebar .cardNews .cardNews-contents{
    vertical-align: top;
}
.sidebar .cardNews .cardNews-contents i{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 30px;
    height: 335px;
    line-height: 335px;
}
.sidebar .cardNews .cardNews-contents div{
    display: inline-block;
    overflow: hidden;
    width: 335px;
    height: 335px;
}
.sidebar .cardNews .cardNews-contents a{
    width: 335px;
    height: 335px;
}

.sidebar .cardNews .cardNews-contents img{
    width: 335px;
    height: 335px;
}


.timeline div{
    width: 410px;
    height: 500px;
    overflow: auto;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    margin-top: 10px;
}
.timeline div ul li{
    position: relative;
    height: 60px;
    font-family: 'Noto Sans KR regular', sans-serif;
}
.timeline div ul li span{
    position: absolute;
    left: 0px;
    width: 60px;
    line-height: 23px;
    text-align: center;
    color: #9B9B9B;
    z-index: 2;
    background-color: white;
}
.timeline div ul li a{
    position: absolute;
    width: 320px;
    height: 40px;
    left: 30px;
    font-size: 15px;
    line-height: 23px;
    padding-left: 40px;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #E3E3E3;
}

.sidebar .right-box2{
    width: 400px;
    margin: 0 auto;
}
.sidebar .right-box2 .right-box2-contents{
    margin: 15px 0;
}
.sidebar .right-box2 .right-box2-contents .right-box2-title{
    display: flex;
    justify-content: space-between;
}

.sidebar .right-box2 .right-box2-contents div.activeSwap{
    margin-right: 0px;
}
.sidebar .right-box2 .right-box2-contents div.hiddenSwap{
    display: none;
    margin-right: 0px;
}

.sidebar .right-box2 .right-box2-contents .right-box2-img{
    position: relative;
    width: 400px;
    height: 289px;
    margin: 0;
    padding: 0;
}
.sidebar .right-box2 .right-box2-contents .right-box2-img img{
    background-color: cornflowerblue;
    width: 400px;
    height: 289px;
    padding: 0;
}
.sidebar .right-box2 .right-box2-contents .right-box2-img a h6{
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 360px;
    height: 20px;
    right: 15px;
    bottom: 10px;
    font-size: 15px;
    color: #F5F5F5;
}


.sidebar .right-box2 .right-box2-contents div a p{
    font-size: 15px;
    color:#393939;
    width: 320px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 사이드바 끝 */

/*====================푸터 시작====================*/
footer{
    padding-top: 60px;
    height: 340px;
}
footer .footerTopContainer{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    width: 1366px;
    height: 71.1px;
}
footer .footerTopContainer .footerTopLeftBox{
    width: 256.1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footerTopContainer .footerTopLeftBox a .footerTopLeftPhoto{
    width: 124px;
    height: 40px;
}
footer .footerTopContainer .footerTopMiddleBox{
    width: 856px;
}
footer .footerTopContainer .footerTopMiddleBox nav div .footerTopMiddleNavigation{
    text-align: center;
    line-height: 71.1px;
    font-size: 15px;
    font-weight: bold;
}
footer .footerTopContainer .footerTopMiddleBox nav div .footerTopMiddleNavigation .footerTopMiddleList{
    display: inline-block;
    margin-right: 12px;
}


footer .footerTopContainer .footerTopRightBox{
    width: 253.9px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footerTopContainer .footerTopRightBox a .footerTopRightPhoto{
    width: 124px;
    height:32px;
}

footer .footerTopContainer2{
    border-top: 1px solid #838383;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}
footer .footerTopContainer2 .footerTopLeftBox{
    width: 256.1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footerTopContainer2 .footerTopLeftBox a .footerTopLeftPhoto{
    width: 124px;
    height: 40px;
}
footer .footerTopContainer2 .footerTopMiddleBox{
    position: relative;
}
.incLogoBox{
    position: absolute;
    bottom: 54px;
    right: 0px;
}
.copyrightLogoBox{
    position: absolute;
    bottom: 38px;
    right: -115px;
}

footer .footerTopContainer2 .footerTopRightBox{
    width: 253.9px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footerTopContainer2 .footerTopRightBox a .footerTopRightPhoto{
    width: 124px;
    height:32px;
}

footer .footerBottomContainer{
    display: flex;
    width: 100%;
    height: 171.9px;
}
footer .footerBottomContainer .footerBottomLeftBox{
    width:330.4px;
}
footer .footerBottomContainer .footerBottomMiddleBox{
    width: 856px;
}
footer .footerBottomContainer .footerBottomMiddleBox nav div .footerBottomMiddleNavigation{
    text-align: center;
    line-height: 71.1px;
    font-size: 14px;
    color:#393939;
}
footer .footerBottomContainer .footerBottomMiddleBox nav div .footerBottomMiddleNavigation .footerBottomMiddleList{
    display: inline-block;
}
footer .footerBottomContainer .footerBottomMiddleBox nav div .footerBottomMiddleNavigation .footerBottomMiddleList .footerBottomMiddleListLetter{
    border-right: 1px solid #393939;
    padding-left:2px;
    padding-right:6px;
    line-height: 14px;
    height: 14px;
}
footer .footerBottomContainer .footerBottomMiddleBox nav div .footerBottomMiddleNavigation .footerBottomMiddleList .footerBottomMiddleListLetterEnd{
    padding-left: 0px;
    padding-right: 6px;
}
footer .footerBottomContainer .footerBottomMiddleBox .footerBottomInfo{
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    line-height: 23px;
}
footer .footerBottomContainer .footerBottomRightBox{
    width: 330.4px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
footer .footerBottomContainer .footerBottomRightBox .footerBottomRightPhoto{
    width: 92px;
    height: 92px;
}
footer .footerBottomContainer2{
    display: flex;
    width: 100%;
}
footer .footerBottomContainer2 .footerBottomLeftBox{
    width:330.4px;
}
footer .footerBottomContainer2 .footerBottomMiddleBox{
    width: 856px;
}
footer .footerBottomContainer2 .footerBottomMiddleBox nav div .footerBottomMiddleNavigation{
    text-align: center;
    line-height: 71.1px;
    font-size: 14px;
    color:#393939;
}
footer .footerBottomContainer2 .footerBottomMiddleBox nav div .footerBottomMiddleNavigation .footerBottomMiddleList{
    display: inline-block;
}
footer .footerBottomContainer2 .footerBottomMiddleBox nav div .footerBottomMiddleNavigation .footerBottomMiddleList .footerBottomMiddleListLetter{
    border-right: 1px solid #393939;
    padding-left:2px;
    padding-right:6px;
    line-height: 14px;
    height: 14px;
}
footer .footerBottomContainer2 .footerBottomMiddleBox nav div .footerBottomMiddleNavigation .footerBottomMiddleList .footerBottomMiddleListLetterEnd{
    padding-left: 0px;
    padding-right: 6px;
}
footer .footerBottomContainer2 .footerBottomMiddleBox .footerBottomInfo{
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    line-height: 23px;
}
footer .footerBottomContainer2 .footerBottomRightBox{
    width: 330.4px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
footer .footerBottomContainer2 .footerBottomRightBox .footerBottomRightPhoto{
    width: 92px;
    height: 92px;
}

.footerTopMiddleBox .snsBox{
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    width: 100%;
}

.footerTopMiddleBox .snsBox .iconContainer{
    margin: 20px 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.footerTopMiddleBox .snsBox .iconContainer .icon{
    width: 30px;
    height: 30px;
    margin: 0 15px;
}
/*====================푸터 끝====================*/




.wideImage{
    width: 786px;
    height: 402px;
}





/*====================정치, 사회 페이지 시작====================*/

/* .contents div.topOfArticleLight{
    padding-bottom: 25px;
} */

.contents div.topOfArticle{
    height: 400x;
}

.contents div.topOfArticle img{
    display: block;
    width: 786px;
}
.contents .topOfArticle h1{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 4px solid #000000;
    font-size: 35px;
    margin: 7px 0 0;
    padding: 0px 0 0 14px;
    max-width: 534.9px;
    max-height: 94.8px;
    line-height: 42px;
}
.contents .topOfArticle h2{
    color: rgb(172,172,172);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-top: 15px;
    max-width: 534.9px;
    max-height: 42px;
}
.contents .topOfArticle .topOfArticleHeader{
    width: 535.8px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-bottom: 14.7px;
}
.contents .topOfArticle .topOfArticleHeader h2{
    color: black;
}
.contents .topOfArticle .topOfArticleDescription{
    font-family: 'Noto Sans KR regular', sans-serif;
    height: 290px;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:24px;
    letter-spacing: -0.3px;
}
.contents .horizonLine1{
    margin-top: 21.1px;
    padding: 0  0 1px 0;
}

.contents .horizonLine1 hr{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 789.19px;
}

.contents .listsOfArticles{
    margin: 0 auto;
}
.contents .listsOfArticles div.hidden{
    display: none;
}

.contents .listsOfArticles div .medialistsofArticles{
    display: inline-block;
    margin-top: 13px;
    margin-left: 21.4px;
    width: 171px;
}

.contents .listsOfArticles div .lightlistsOfArticles{
    display: flex;
    margin-top: 12.2px;
}

/* .contents .listsOfArticles div div{
    background-color: #002ADD
} */

.contents .listsOfArticles div div a img{
    float: right;
    display: block;
    max-width: 171px;
    height: 102px;
}

.contents .listsOfArticles div .textOflist{
    vertical-align: top;
    display: inline-block;
    /* margin-top: 42.2px; */
}

.contents .listsOfArticles div .textOflist h6{
    font-family: 'Noto Sans KR regular', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#393939;
    font-size: 13px;
    height: 19px;
    line-height: 19px;
    margin-top: 13.7px;
}

.contents .listsOfArticles div .textOflist a h2{
    font-size: 18px;
    margin-top: 1.3px;
    width: 590px;
    height: 34.1px;
    line-height: 34.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents .listsOfArticles div .textOflist a div{
    font-family: 'Noto Sans KR regular', sans-serif;
    color:#393939;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: lighter;
    padding: 0 0;
    max-width: 590px;
    height: 41.7px;
    line-height: 20px;
}


.contents .horizonLine2{
    margin: 0 auto;
    padding: 75px  0 22px 0;
}

.contents .horizonLine2 hr{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 789.19px;
}

.contents .pageNavigation{
    margin: 0 0 20px 0;
}
.contents .pageNavigation div{
    padding: 0;
    margin: 0 auto;
    width: 789.19px;
    padding: 0 0;
}

.contents .pageNavigation div ul{
    text-align:center;
}

.contents .pageNavigation div ul .clamp{
    display: inline-block;
    padding: 0 15px;
}

.contents .pageNavigation div ul li{
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}
.contents .pageNavigation div ul li.active{
    color: #002ADD;
}
/*====================정치, 사회 페이지 끝====================*/


/*====================연예 페이지 시작====================*/
.contents .topNavigation{
    margin: 0 auto;
}
.contents .topNavigation .navSize{
    padding: 0 0;
    margin: 0 auto;
    width: 783.194px;
}
.contents .topNavigation .navSize .navMain{
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.contents .topNavigation .navSize .navMain .mainButton{
    display: inline-block;
    padding: 0 14px 0 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    border-right: 2px solid #9b9b9b;
    height:25px;
    margin-top:8px;
}
.contents .topNavigation .navSize .navAlign{
    max-width: 650px;
    display: inline-block;
    text-align: left;
}
.contents .topNavigation .navSize .navAlign .subButton{
    color:#9b9b9b;
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 500;
}
.contents .topNavigation .navSize .navAlign .active{
    color: black;
}

.contents .topNavigation .navSize .photoSizeBox{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #707070;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin-left: 15px;
    cursor: pointer;
}

.contents .horizonLine0{
    margin:0 auto;
    padding: 0  0 0 0;
}

.contents .horizonLine0 hr{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 789.19px;
    margin: 0 0;
}
.contents .photoContainer{
    display: flex;
    width: 789px;
}
.contents .photoContainer .leftContainer{
    width: 545px;
    padding-right: 12.5px;
    padding-top: 12.5px;
    padding-bottom: 5px;
    border-right: 1px solid #ccc; 
}
.contents .photoContainer .leftContainer a .leftPhoto{
    display: block;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 12px;
    max-width: 534.5px;
    height: 385px;
}
.contents .photoContainer .leftContainer a .leftPhotoHeader{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 35px;
    margin-top: 7px;
    margin-bottom: 14px;
    max-width: 534.9px;
    max-height: 86px;
    line-height: 42px;    
}
.contents .photoContainer .leftContainer div{
    font-family: 'Noto Sans KR regular', sans-serif;
    letter-spacing: -0.3px;
    height: 23.6em;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents .photoContainer .leftContainer a .leftPhotoSummary{
    /* font-family: 'Noto Sans KR regular', sans-serif;
    font-weight: normal; */
    color: rgb(172,172,172);
    font-size: 15px;
    margin: 14px 0;
    max-width: 534.9px;
    max-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .photoContainer .leftContainer a .leftPhotoSummary2{
    /* font-family: 'Noto Sans KR regular', sans-serif;
    font-weight: normal; */
    color: rgb(172,172,172);
    font-size: 15px;
    margin: 14px 0;
    max-width: 534.9px;
    max-height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .photoContainer .leftContainer a .leftPhotoSummaryLight{
    font-size: 15px;
    margin: 14px 0;
    max-width: 534.9px;
    max-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents .photoContainer .rightContainer3{
    display: flex;
    flex-direction: column;
    width: 212px;
    /* height: 580px; */
    margin-left: auto;
    margin-right: 0;
}
.contents .photoContainer .rightContainer3 h3{
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.contents .photoContainer .rightContainer3 h3:first-child{
    margin-top: 10px;
}
.contents .photoContainer .rightContainer3 .rightTitleBox{
    width: 212px;
    height: 44px;
    margin: 10px 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents .photoContainer .rightContainer3 .rightTitleBoxLight{
    font-size:14px;
    margin-top:5px;
    width: 212px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .photoContainer .rightContainer3 .rightTitleBoxLight2{
    font-size:14px;
    margin-top:5px;
    width: 212px;
    margin: 10px 0px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.contents .photoContainer .rightContainer{
    display: flex;
    flex-direction: column;
    width: 203px;
    height: 580px;
    margin-left: auto;
    margin-right: 0;
}
.contents .photoContainer .rightContainer h3{
    margin-top: 10px;
    margin-bottom: 5px;
}
.contents .photoContainer .rightContainer .rightPhotoBox{
    position: relative;
    width: 203px;
    height: 146px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.contents .photoContainer .rightContainer .rightPhotoBox p{
    position: absolute;
    padding: 40px 20px 0px 20px;
    width: 163px;
    height: 20px;
    bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6));
    
}
.contents .photoContainer .rightContainer .rightPhotoBox .rightPhoto{
    display: block;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 10px;
    max-width: 203px;
    height: 146px;
}

.contents .horizonLine3{
    margin-top: 0px;
    padding: 0  0 0 0;
}

.contents .horizonLine3 hr{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 789.19px;
    margin: 0 0 0 0;
}


/*====================연예 페이지 끝====================*/


/* ---------------------------------세계 ---------------------------------*/

.world-map{
    position: relative;
    margin-top: 15px;
    padding-top: 78px;

}



.world-map img{
    background-color: #F5F5F5;
}
.world-map .world-title{
    position: absolute;
    top: 0px;
    margin-top: 5px;
    margin-left: 74px;
}
.world-map .world-title h1{
    padding-left: 16px;
    border-left: 4px solid black;
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
}
.world-map .world-title span{
    font-weight: bold;
    line-height: 60px;
}
.world-map .tag{
    position: absolute;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
}
.world-map .tag.europe{
    top: 302px;
    left: 207px;
    width: 61px;
}
.world-map .tag.asia{
    top: 390px;
    left: 500px;
    width: 160px;
}
.world-map .tag.northamerica{
    top: 280px;
    left: 920px;
    width: 110px;
}
.world-map .tag.southamerica{
    top: 520px;
    left: 1065px;
    width: 110px;
}
.world-map .tag.africa{
    top: 400px;
    left: 230px;
    width: 130px;
}
/* ---------------------------------세계 끝 ---------------------------------*/



/* ---------------------------------카드뉴스 ---------------------------------*/

.body .contents .cardNewsList p{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    margin: 36px 40px;
}
.body .contents .cardNewsList > a{
    float: right;
    margin-right: 35px;
    line-height: 101px;
    font-family: 'Noto Sans KR regular', sans-serif;
}
.body .contents .cardNewsList .cardNews-contents{
    float: left;
    width: 390px;
    height: 390px;
    vertical-align: top;
    text-align: center;
}
.body .contents .cardNewsList .cardNews-contents i{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 15px;
    height: 335px;
    line-height: 335px;
}
.body .contents .cardNewsList .cardNews-contents div{
    display: inline-block;
    overflow: hidden;
    width: 335px;
    height: 335px;
}
.body .contents .cardNewsList .cardNews-contents a{
    width: 335px;
    height: 335px;
}

.body .contents .cardNewsList .cardNews-contents img{
    width: 335px;
    height: 335px;
}


/* ---------------------------------카드뉴스 끝 ---------------------------------*/


/* ---------------------------------기사본문 ---------------------------------*/
.contentsBanner{
    margin: 40px 0;
    justify-content: center;
    font-size: 0px;
    display: flex;
    flex-wrap: wrap;
}
.contentsBanner > iframe {
    flex-shrink: 0;
}
.contentsBanner img{
    max-width: 100vw;
    /* height: auto !important; */
}
/* new-detail */
.body .contents .news-contents {
    padding-top: 0px;
    margin: 0 0 40px;
}
.body .contents .news-contents .title {
    text-align: left;
    letter-spacing: -2.4px;
    margin: 0 0 0px;
    font-size: 32px;
    line-height: 1.5em;
}
.body .contents .news-contents .information {
    padding: 8px 0 30px;
    line-height: normal;
    position: relative;
    border-bottom: 2px solid #a8a8a8;
}

.body .contents .news-contents .information div button {
    display: inline-block;
    margin-top: 8px;
    width: 30px;
    object-fit: contain;
    background-color: rgb(255,255,255);
    border: 0px;
    outline: 0px;
}
#urlData{
    position:   absolute;
    top:        0;
    left:       0;
    width:      1px;
    height:     1px;
    margin:     0;
    padding:    0;
    border:     0;
}
.fullPageFilter{
    width: 100%;
    height: -webkit-fill-available;
    visibility: hidden; 
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    background-color: rgba(0,0,0,0.7);
}
.shareBox {
    width: 290px;
    height: 160px;
    margin: 150px auto;
    background-color: white;
    z-index: 12;
}
.shareBox .label {
    padding: 20px 0 0 20px;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: rgb(70,70,70);
}

.shareBox .label .closeButton {
    margin-right: 20px;
}
.shareBox .imgContainer{
    display: flex;
    margin: 25px 20px 0;
}

.shareBox .divImgText{
    flex-direction: column;
    text-align: center;
    margin-right: 17px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: rgb(70,70,70);
}

.shareBox .divImgText img{
    width: 50px;
    height: 50px;
}

.shareBox .divtext {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: rgb(151,151,151);
}

.divtext2 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: rgb(151,151,151);
}

.printButton{
    display: inline-block;
    font-size: 25px;
    vertical-align: top;
    margin: 8px 30px 0 0;
}

s{
    text-decoration: none;
    margin-top: -0.2em;
    width: 1.6em;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 0.7em;
    line-height: 1.5em;
    vertical-align: middle;
}
s::before {
    content: "";
    border: 1px solid;
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    border-radius: 50%;
    left: 0.07em;
    top: 0.05em;
}

.body .contents .news-contents .information .ulone{
    display:inline-block; 
    font-size: 12px; 
    color:rgb(151,151,151);
    line-height: 18px;
    letter-spacing: -0.3px;
}

.body .contents .news-contents .information:after {
    content: "";
    display: block;
    clear: both;
}
.body .contents .news-contents .information ul:first-child {
    float: left;
    /* color: #9b9b9b; */
}
.body .contents .news-contents .information ul:first-child li {
    padding: 0px 10px 0px 0px;
    font-weight: 500;
}
.body .contents .news-contents .information ul:last-child {
    position: absolute;
    top: 0;
    right: 110px;
    display: flex;
    justify-content: flex-end;
    padding: 0 5px 0 0;
}
.body .contents .news-contents .information ul:nth-last-child(2) {
    position: absolute;
    top: 0px;
    right: 0px;
}
.body .contents .news-contents .information ul:nth-last-child(2) li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 31px;
    height: 31px;
    line-height: 29px;
    font-size: 20px;
    text-align: center;
    background: white;
    border: 1px solid black;
    border-style: inset;
    cursor: pointer;
    margin: 0 1px 0 0;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:nth-last-child(3) {
    margin: 0 15px 0 0;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:nth-last-child(2) {
    font-size: 11px;
    font-weight: normal;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:last-child {
    font-size: 16px;
    font-weight: bold;
}
.body .contents .news-contents .article {
    line-height: 1.9rem;
    margin: 40px 0 0;
    font-size: 17px;
}
.copyright{
    font-size: 0.9em;
    text-align: right;
    color: #979797;
}
.seriesSubscribeDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 -50px; 
    padding: 0px 20px; 
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    background-color: rgb(248, 248, 248);
    line-height: 58px;
    font-size: 17px;
    font-weight: bold;
 }
 .seriesSubscribeDiv .colorText{
    color: #03cf5d;
 }

.body .contents .reporterdiv {
    padding: 0px 20px; 
    font-size: 14px;
    margin-top: 100px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    height: 110px;
}

.body .contents .reporterdiv img{
    margin: 0px 30px 0px 0px;
    object-fit: cover;
    width: 70px;
    height: 70px;
    border: 0px;
    object-position: 50% 50%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgb(232,232,232);
    filter: grayscale(1);
 }

.body .contents .reporterdiv .reportText {
    line-height: 22px;
    letter-spacing: -0.35px;
    flex-direction: column;
    text-align: left;
}

.body .contents .reporterdiv .navergudock, .seriesSubscribeDiv .navergudock {
    cursor: pointer;
    background-color: rgb(3,207,93);
    color: rgb(255,255,255);
    line-height: 22px;
    letter-spacing: -0.35px;
    font-weight: bold;
    width: 105px;
    height: 30px;
    outline: 0px;
    border: 0px;
    border-radius: 5px;
    flex-shrink: 1;
}

.body .contents .news-contents .article div .divtag{
    margin-right:20px;
    font-size: 15px;
    color: rgb(37,130,198);
    line-height: 30px;
    letter-spacing: -0.43px;
}

.body .contents .news-contents .article p{
    letter-spacing: -0.43px;
}
.body .contents .news-contents .article .figure {
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
    max-width: 100%;
}
.body .contents .news-contents .article .figure img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.body .contents .news-contents .article .figure span {
    display: block;
    margin-top: 10px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.3px;
}
.body .contents .news-contents .banner-area {
    position: relative;
    margin-bottom: 20px;
    height: 72px;
}
.body .contents .news-contents .article .inner-subtitle {
    display: block;
    margin: 20px 0;
    padding-left: 15px;
    border-left: 4px solid rgb(232,232,232);
    font-weight: bold;
    letter-spacing: -0.43px;
    color: rgb(30,30,30);
}
.body .contents .news-contents .article blockquote{
    display: block;
    padding-left: 15px;
    border-left: 4px solid rgb(232,232,232);
    font-weight: bold;
    color: rgb(30,30,30);
    letter-spacing: -0.43px;
    margin: 0;
}
.body .contents .news-contents .article pre {
    background-color: inherit;
    color: inherit;
    margin: 17px 0;
    padding: 15px 0;
    border-top: 1px solid #444446;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    white-space: pre-wrap;
}
.body .contents .news-contents .article h1 {
    border: 1px solid #A6A6A6;
    padding: 10px;
    font-size: inherit;
    font-weight: inherit;
}
.body .contents .news-contents .article h2 {
    border: 2px solid #A6A6A6;
    padding: 10px;
    font-size: inherit;
    font-weight: inherit;
}
.body .contents .news-contents .article h3 {
    border: 4px solid #D6D6D6;
    padding: 20px;
    margin: 0 0 45px;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
}
.body .contents .news-contents .article h3::before {
    position: absolute;
    left: 30%;
    bottom: -40px;
    height: 41px;
    width: 40px;
    background: no-repeat center/100% url(/newCommon/img/background/bubbleBg4.png);
    content: " ";
}
.body .contents .news-rel {
    margin: 0px;
    line-height: 25px;
}
.body .contents .news-rel h3{
    padding: 9px 0px 9px 0px;
    font-size: 14px;
    line-height: 18px;
}

.body .contents div .showAlldiv{
    margin: 25px 0 25px;
    text-align: center;
}

.body .contents div .showAlldiv .showAlldivdiv {
    border: 1px solid rgb(112,112,112);
    border-radius: 17px;
    width: 119px;
    height: 34px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -0.4px;
    font-weight: bold;
}

.body .contents .appraise {
    margin: 60px 0 40px;
}
.body .contents .appraise .faceIcon {
    width: 260px;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.body .contents .appraise .faceIcon span {
    display: inline-block;
    line-height: 40px;
    margin-left: 12px;
    vertical-align: top;
    letter-spacing: -0.35px;
    font-weight: bold;
}

.body .contents .appraise .share{
    width: 60px;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.body .contents .appraise .share .button {
    cursor: pointer;
    text-align: center;
    margin: 16px 0 0;
}
.body .contents .appraise .share.comment{
    position: relative;
}
.body .contents .appraise .share.comment .countContainer{
    display: flex;
    position: absolute;
    top: 7px;
    right: 0px;
    width: 30px;
}
.body .contents .appraise .share.comment .commentCount{
    margin: 0 auto;
    min-width: 7px;
    padding: 0px 4px;
    height: 15px;
    color: #FFFFFF;
    background-color: #ff6b24;
    border-radius: 8px;
    font-size: 12px;
    line-height: 15px;
}
.body .contents .appraise .far {
    font-size: 40px;
}
.body .contents .appraise .fa-smile {
    color: rgb(241,128,74);
}
.body .contents .appraise .fa-frown {
    color: rgb(122,122,122);
}
.body .contents .report {
    margin-bottom: 35px;
}
.body .contents .report h3 {
    margin-bottom: 20px;
}
.body .reply {
    /* margin-top: 20px; */
}
.body .reply .reply-title {
    position: relative;
    margin-bottom: 20px;
}
.body .reply .reply-title  > div {
    position: absolute;
    top: 0;
    right: 0;
}
.body .reply > div i {
    color: #393939;
    font-size: 24px;
}
.body .reply > div a.active {
    display: block;
}
.body .reply .writeReplyBox{
    border:1px solid rgb(191,191,191);
    display: flex;
    padding: 0px 0px 10px;
    flex-direction: column;
}
.body .reply .writeReplyBox textarea {
    
    width: 100%;
    height: 140px;
    resize: none;
    border: none;
    border-bottom: 1px solid rgb(232,232,232);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: rgb(151,151,151);
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.38px;
}

.body .reply .writeReplyBox .inputer {
    width: 66px;
    height: 35px;
    border: none;
    background-color: rgb(151,151,151);
    color: rgb(255,255,255);
    font-size: 17px;
    line-height: 22px;
    float: right;
    margin-right: 20px;
    
}

.body .reply .writeReplyBox .texter{
    border: 0px;
    outline: 0px;
    background-color: rgb(255,255,255);
    height: 23px;
    font-size: 17px;
    line-height: 33px;
    letter-spacing: -0.43px;
    color: rgb(151,151,151);
    padding-left: 10px;
}
.body .reply .writeReplyBox .texter#textCount{
    color: black;
}

.body .reply textarea::placeholder {
    color: #9b9b9b;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.38px;
}
.body .reply .reply-align {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 0 14px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
}

.body .reply div .addshowbtn{
    width: 100%;
    height: 45px; 
    line-height: 45px;
    text-align: center;
    background-color: rgb(255,255,255);
    color: rgb(30,30,30);
    font-weight: bold;
    border: 0px;
    outline: 0px;
    font-size: 15px;
    
}

.body .reply .reply-align li {
    padding: 13px 15px 0px 0px;
}
.body .reply .reply-align li.active{
    color: rgb(241,128, 74);
}
.body .reply .reply-align li span {
    padding: 0px;
}
.body .reply .reply-align li.active span {
    border-bottom: 3px solid #002ADD;
}

.body .reply .reply-contents {
    /* background-color: rgb(249,249,249); */
    width: 100%;
}

.body .reply .reply-contents > div > ul > li {
    
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.body .reply .reply-contents > div > ul > li > span {
    font-weight: 700;
    
}

.body .reply .reply-contents > div > ul > li .divbottom {
    display: flex; 
    width: 100%;
    padding-bottom: 20px;
    flex-direction: row-reverse;
}

.body .reply .reply-contents > div > ul > li .divbottom .divdabgle{
    display: flex; 
    width: 90%;
    
}

.body .reply .reply-contents > div > ul > li .divbottom .divthumb{
    margin-left: 5px;
    line-height: 22px;
    letter-spacing: -0.35px;
}

.body .reply .reply-contents > div > ul > li .divbottom .divbottomdiv {
    margin: 8px 20px 13px 20px;
}

.body .reply .reply-contents > div > ul > li .divbottom .divbottomdiv ul li div {
   
}

.body .reply .reply-contents > div > ul > li .divcomment {
    display: flex;
    width: 100%;
    flex-direction:row;
    margin-bottom: 10px;
    justify-content: space-between;
}

.body .reply .reply-contents > div > ul > li .divcomment .nickdatediv {
    display: flex;
    margin: 10px 0px 0px 0px;
}


.body .reply .reply-contents > div > ul > li .divcomment .singoupdate {
    display: flex;
    text-align: right;
    padding: 18px 0 0 0;
}

.body .reply .reply-contents > div > ul > li .divcomment .singoupdate .reportbutton {
    background-color: rgb(249,249,249);
    font-size: 12px;
    line-height: 12px;
    margin-left: 10px;
    color: rgb(151,151,151);
    outline: 0px;
    border: 0px;
    text-decoration: underline;
}

.body .reply .reply-contents > div > ul > li >div > div> .nickname {
    font-size: 17px;
    margin-right: 10px;
    color: rgb(30,30,30);
    line-height: 22px;
    
    font-weight: bold;
}

/* .body .reply .reply-contents > div > ul > li >div > input {
   
} */

.body .reply .reply-contents > div > ul > li >div > div> .datehour {
    font-size: 12px;
    color: rgb(151,151,151);
    padding-top: 5px;
    
}


.body .reply .reply-contents > div > ul > li >div > pre {
    margin: 0px 0px 4px 0px; 
    white-space: pre-line;
    color: rgb(30,30,30);
    font-size: 15px;
    line-height: 21px;
}



.body .reply .reply-contents > div > ul > li > div > ul > li> button {
    border: 0px;
    outline: 0px;
    background-color: rgb(249,249,249);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.35px;
    color: rgb(151,151,151);
}

.body .reply .reply-contents > div > ul > li > div > div > ul > li> button {
    border: 0px;
    outline: 0px;
    background-color: rgb(249,249,249);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.35px;
    color: rgb(151,151,151);
    padding-left: 20px;
}

.body .reply .reply-contents > div > ul > li > p {
    margin: 15px 0 10px;
}
.body .reply .reply-contents > div > ul > li > div ul:nth-child(1) {
    float: left;
    color: #9b9b9b;
}
.body .reply .reply-contents > div > ul > li > div ul:nth-child(1) li {
    line-height: 25px;
    padding-right: 10px;
}
.body .reply .reply-contents > div > ul > li > div ul:nth-child(1) li:nth-child(2) {
    padding-right: 20px;
}
.body .reply .reply-contents > div > ul > li > div ul:nth-child(2) {
    float: right;
}
.body .reply .reply-contents > div > ul > li > div ul li {
    float: left;
}
.body .reply .reply-contents > div > ul > li > div ul:nth-child(2) li {
    margin-left: 10px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    
    cursor: pointer;
}
.body .reply .reply-contents > div > ul > li > div ul:nth-child(2) li .fa-thumbs-up {
    color: #ff9821;
}
.body .reply .reply-contents > div > ul > li > div ul:nth-child(2) li .fa-thumbs-down {
    color: rgb(151,151,151);
}

.fa-thumbs-up2{
    color: #ff9821;
}

.fa-thumbs-down2{
    color: rgb(151,151,151);
}

.body .reply .more {
    margin-top: 30px;
    text-align: right;
    font-weight: 400;
}
/*---------------------------------- 기사본문 끝 ---------------------------------*/



/* home 페이지 헤드라인 시작 */

.contents .headLineNewsContainer{
    position: relative;
    width: 786px;
    height: 402px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-top:7px;
}
.contents .headLineNewsContainer > div {
    position: relative;
    width: 786px;
    height: 402px;
    transition: 0.5s ease;
}
.contents .headLineNewsContainer a img{
    width:786px; 
    height:402px;
}
.contents .headLineNewsContainer .headLineTitle{
    position: absolute;
    bottom: 25px;
    left: 50px;
    font-size:32px;
    height: 48px;
    color:white;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 700px;
    text-align: center;
    z-index: 2;
}
.contents .headLineNewsContainer .headLineSummary{
    position: absolute;
    bottom: 5px;
    left: 72px;
    text-align: center;
    width: 641.9px;
    height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color:white;
    z-index: 2;
}
.contents .headLineNewsContainer .headLineBlueBox{
    position: absolute;
    width: 112px;
    height: 0px;
    left: 0px;
    top: 0px;
    border-right: 8px solid transparent;
    border-top: 33px solid rgb(244,135,15);
}
.contents .headLineNewsContainer .headLineBlueBox .headLineBlueBoxLetter{
    position: absolute;
    top: -32px;
    left: 10px;
    font-size: 20px;
    color: white;
}    
.contents .headLineNewsContainer .headLineDotSlider{
    position: absolute;
    right: 20px;
    bottom: 5px;
    width: 10px;
    height: 130px;
}
.contents .headLineNewsContainer .headLineDotSlider div{
    cursor: pointer;
    height: 12px;
    width:  12px;
    margin-bottom: 9px;
    border-radius: 50%;
    background-color: #F5F5F5;
    /* line-height: 20px;
    font-size: 55px;
    color:white; */
}
.contents .headLineNewsContainer .headLineDotSlider div.active{
    background-color:rgb(244,135,15);
}


/* home 페이지 헤드라인 끝 */


/* horizontalThreePhoto.ejs  시작*/
.contents .horizontalThreePhotoContainer{
    display:flex;
    justify-content: space-between;
    margin-top: 17.2px;
    height: 223.6px;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox{
    width: 258px;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox a .horizontalThreePhotoHeader{
    font-size: 18px;
    margin-bottom: 12.3px;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox .horizontalThreePhoto{
    position: relative;
    width: 258px;
    height: 185px;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox .horizontalThreePhoto a{
    width: 258px;
    height: 185px;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox .horizontalThreePhoto img{
    width: 258px;
    height: 185px;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox a h6{
    position: absolute;
    font-size: 15px;
    width: 230px;
    height: 22px;
    left: 14px;
    top: 163px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
/* horizontalThreePhoto.ejs  끝*/

/* mainMiddleNews.ejs  시작*/
.contents .mainMiddleNewsContainer{
    display: flex;
    padding-bottom: 35.9px;
    border-bottom: 1px solid #ccc;
}
.contents .mainMiddleNewsContainer .dummy{
    overflow: hidden;
    width: 498px;
    border-right: 1px solid #ccc;
}
.contents .mainMiddleNewsContainer .dummy .middleTopNewsLists{
    flex-direction: column;
    justify-content: space-between;
    width: 2000px;
    height: 604.8px;
    margin-top: 36.2px;
    padding: 20px 0 0;
    position: relative;
}
.contents .mainMiddleNewsContainer .dummy .middleTopNewsLists .middleTopNewsPage{
    width: 498px;
    display: inline-block;
    transition: 0.5s ease;
}
.contents .mainMiddleNewsContainer .dummy .middleTopNewsLists .middleTopNewsText{
    display: flex;
    margin-bottom: 18px;
}
.contents .mainMiddleNewsContainer .dummy .middleTopNewsLists .middleTopNewsText div a h6{
    width: 271px;
    max-height: 52.3px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11.7px;
}
.contents .mainMiddleNewsContainer .dummy .middleTopNewsLists .middleTopNewsText div a p{
    font-family: 'Noto Sans KR regular', sans-serif;
    color: #393939;
    margin-top: 10px;
    width: 270.7px;
    height: 55px;
    line-height: 18px;
    letter-spacing: 0.23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .mainMiddleNewsContainer .dummy .middleTopNewsLists .middleTopNewsText div a img{
    width: 171px;
    height: 123px;
    margin-left: 17.9px;
}
.contents .mainMiddleNewsContainer .dummy div .middleTopNewsSlider{
    height: 47.4px;
    line-height: 30px;
    text-align: center;
    font-size: 70px;
    color:#cccccc ;
    margin-right: 15px;
}
.contents .mainMiddleNewsContainer .dummy div .middleTopNewsSlider div{
    display: inline-block;
    cursor: pointer;
    width: 15px;
    margin-top: 300px;
}
.contents .mainMiddleNewsContainer .dummy div .middleTopNewsSlider div.active{
    color:#002ADD ;
}


.opinionListBox{
    margin-bottom:30px;
}
.opinionListBox .opinionNewsBox{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.opinionListBox .opinionNewsBox .seriesName {
    padding: 14px 0 2px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.35px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.opinionListBox .opinionNewsBox .seriesNewsTitle {
    margin-right: 20px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: #1e1e1e;
}

.contents .mainMiddleNewsContainer div .dailianFacebook{
    text-align: center;
    padding-top: 0px;
    background-color: #eff1f4;
    height: 387.6px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox{
    height: 990px;
    width: 257px;
    padding: 0px;
    margin-left: 30px;
    margin-top: 20px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightOpinion{
    width: 257px;
    height: 29px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;    
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightOpinion h2{
    margin: 0 auto;
    width: 200px;
    height: 29px;
    font-size: 20px;
    text-align: center;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumnBox{
     width: 257px;
     height: 29px;
     padding-bottom: 10px;
     margin-top: 10px;
     margin-bottom: 8px;
     border-bottom: 1px solid #ccc; 
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumnBox h2{
    margin: 0;
    width: 120px;
    height: 29px;
    font-size: 20px;
    text-align: left;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumn{
    margin-bottom:10px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumn a h3{
    width: 257px;
    height: 24.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 24px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumn a div{
    display: flex;
    align-items: center;
    margin-top: 5.3px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumn a div div img{
   width: 66px;
   height: 66px; 
   border-radius: 50%;
   filter: grayscale();
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumn  a div .middleNewsRightColumnSummary{
    text-align: left;
    margin-left: 13.6px;     
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsRightColumn a div .middleNewsRightColumnSummary p{
    font-family: 'Noto Sans KR regular', sans-serif;
    color: #393939;
    width: 178.7px;
    height: 58.7px;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheopHeader{
    width: 257px;
    height: 29px;
    padding: 10px 0;
    margin-top: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheopHeader h2{
    margin: 0;
    width: 150px;
    height: 29px;
    font-size: 20px;
    text-align: left;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop1{
    text-align: center;
    margin-bottom: 25.9px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop1 img{
    width: 229px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop1 h3{
    height: 19px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop2{
    text-align: center;
    margin-bottom: 15.9px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop2 img{
    width: 229px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop2 h3{
    height: 19px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop3{
    text-align: center;
    margin-bottom: 15.9px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop3 img{
    width: 229px;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsGijaSuCheop3 h3{
    height: 19px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsBanner{
    margin:0 auto;
    width: 233px;
    height: 176.6px;
    background-color:#ccc;
}
.contents .mainMiddleNewsContainer .middleNewsRightBox .middleNewsBanner p{
    text-align:center;
}
/* mainMiddleNews.ejs  끝*/

/* mainTimeLineNews.ejs 시작*/
.contents .timeLineBox{
    display: flex;
    padding-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.contents div .timeLineBoxLight{
    display: flex;
    border-bottom: 2px solid black;
    height:532px;
}

.contents div .timeLineBox .timeLineLeftBox{
    width: 498px;
    margin-right: 32px;
    border-right: 1px solid #ccc;
}
.contents .timeLineBox .timeLineLeftBox .hidden{
    display: none;
}
.contents .timeLineBox .timeLineLeftBox a .emphasisTitle{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px;
    height: 29.3px;
    line-height: 28px;
}
.contents .timeLineBox .timeLineLeftBox a .emphasisTitle span{
    font-size: 15px;
    line-height: 29.3px;
    color:white;
    background-color:#ff9821;
}
.contents .timeLineBox .timeLineLeftBox a .timeLineTopSummary{
    width: 450px;
    height: 40.7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    letter-spacing: 0.23px;
    color:#393939;
    margin-top: 5.1px;
    margin-bottom: 17.9px; 
}
.contents .timeLineBox .timeLineLeftBox a h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 450px;
    height: 29.3px;
    line-height: 28px;
} 
.contents .timeLineBox .timeLineLeftBox a p{
    width: 450.1px;
    height: 45.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    letter-spacing: 0.23px;
    font-family: 'Noto Sans KR regular', sans-serif;
    color: #393939;
    margin-top: 5.1px;
    margin-bottom: 17.9px; 
}
.contents .timeLineBox .timeLineLeftBox .timeLineLefSlider{
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 70px;
    color:#cccccc;
}
.contents .timeLineBox .timeLineLeftBox .timeLineLefSlider div{
    cursor: pointer;
    display: inline-block;
    width: 15px;
}
.contents .timeLineBox .timeLineLeftBox .timeLineLefSlider div.active{
    color:#002ADD;
}
.contents .right-box{
    width: 241px;
}
.contents .right-box .right-box-contents{
    margin-bottom: 15px;
}
.contents .right-box .right-box-contents .right-box-title{
    display: flex;
    justify-content: space-between;
}
.contents .right-box .right-box-contents .right-box-title > div{
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 65px;
    color:#cccccc;
    letter-spacing: -10px;
}
.contents .right-box .right-box-contents .right-box-title > div > div{
    display: inline-block;
    cursor: pointer;
    width: 15px;
}
.contents .right-box .right-box-contents .right-box-title > div > div.active{
    color: #002ADD;
}

.contents .right-box .right-box-contents .right-box-title-swap{
    display: flex;
    justify-content: space-between;
}
.contents .right-box .right-box-contents .right-box-title-swap > div{
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 65px;
    color:#cccccc;
    letter-spacing: -10px;
}
.contents .right-box .right-box-contents .right-box-title-swap > div > div{
    display: inline-block;
    cursor: pointer;
    width: 15px;
}
.contents .right-box .right-box-contents .right-box-title-swap > div > div.active{
    color: #002ADD;
}


.contents .right-box .right-box-contents div.activeSwap{
    margin-right: 0px;
}
.contents .right-box .right-box-contents div.hiddenSwap{
    display: none;
    margin-right: 0px;
}

.contents .right-box .right-box-contents .right-box-img{
    position: relative;
    margin-left: 47px;
    width: 241px;
    height: 174px;
    margin: 0;
    padding: 0;
}
.contents .right-box .right-box-contents .right-box-img img{
    background-color: cornflowerblue;
    width: 241px;
    height: 174px;
    padding: 0;
}
.contents .right-box .right-box-contents .right-box-img a h6{
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 221px;
    height: 20px;
    right: 10px;
    bottom: 3px;
    font-size: 15px;
    color: #F5F5F5;
}


.contents .right-box .right-box-contents div a p{
    font-size: 15px;
    color:#393939;
    width: 241px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* mainTimeLineNews.ejs 끝*/

/* horizontalTwoPhoto.ejs 시작*/
.horizontalTwoPhotoBox{
    margin-top: 30px;
    margin-bottom: 40px;
}
.horizontalTwoPhotoBox .horizontalTwoPhotoHeader{
    width: 50px;
    height: 29px;
    font-size: 20px;
    margin-bottom: 13.6px;
}

.horizontalTwoPhotoBox .horizontalTwoPhotoShape{
    display: flex;
    justify-content: space-between;
}
.horizontalTwoPhotoBox .horizontalTwoPhotoShape .horizontalTwoPhoto a img{
    width: 400px;
    height: 225px;
    object-fit: cover;
}
.horizontalTwoPhotoBox .horizontalTwoPhotoShape .horizontalTwoPhoto a div{
    display:flex;
    width: 400px;
}

.horizontalTwoPhotoBox .horizontalTwoPhotoShape .horizontalTwoPhoto a div .horizontalTwoPhotoNum{
    font-size: 32px;
    font-weight: bold;
    color:#9b9b9b;
    margin-right: 13.5px;
    line-height: 39px;
    height: 39px;
}
.horizontalTwoPhotoBox .horizontalTwoPhotoShape .horizontalTwoPhoto a div .horizontalTwoPhotoText{
    display: flex;
    flex-direction: column;
}


.horizontalTwoPhotoBox .horizontalTwoPhotoShape .horizontalTwoPhoto a div .horizontalTwoPhotoText h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65.7px;
    width: 339.3px;
    font-size: 26px;
    line-height: 33px;
    margin-top: 4.3px;
    margin-bottom: 5px;
}

.horizontalTwoPhotoBox .horizontalTwoPhotoShape .horizontalTwoPhoto a div .horizontalTwoPhotoText p{
    max-width: 319.7px;
    height: 29.4px;
    line-height: 29.4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#002add; 
}

/* horizontalTwoPhoto.ejs 끝*/

/* imageSlider.ejs 시작*/
.contents .imageSliderBox{
    width: 785.5px;
    height: 479px;
    margin-top: 30px;
    padding-bottom: 40.3px;
    border-bottom: 1px solid #ccc;
} 
.contents .imageSliderBox .imageSliderHeader{
    display: inline-block;
    font-size: 20px;
    line-height: 29px;
    margin-bottom : 12.7px;    
}
.contents .imageSliderBox .imageSliderMore{
    float: right;
    line-height: 29px;
    font-family: 'Noto Sans KR regular', sans-serif;
}
.contents .imageSliderBox .imageSliderBackColor{
    position: relative;
    overflow: hidden;
    background-color:rgb(61, 61, 61);
    width: 785.5px;
    height: 437.3px;
}
.contents .imageSliderBox .imageSliderBackColor i{
    cursor: pointer;
    line-height: 320px;
    position: absolute;
    top: 0px;
    color: white;
    font-size: 50px;
    z-index: 10;
}
.contents .imageSliderBox .imageSliderBackColor i.fa-chevron-left{
    left: 10px;
}
.contents .imageSliderBox .imageSliderBackColor i.fa-chevron-right{
    right: 10px;
}
.contents .imageSliderBox .imageSliderBackColor .imageSliderMainBox{
    width: 20000px;
    height: 357px;
}
.contents .imageSliderBox .imageSliderBackColor .imageSliderMainBox a div{
    margin: 30px 20px 0px;
    display: inline-block;
    text-align: center;
    width: 540px;
    height: 280px;
}
.contents .imageSliderBox .imageSliderBackColor .imageSliderMainBox h3{
    color:white;
    font-size: 18px;
    margin: 290px auto 0px;
    width: 430px;
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .imageSliderBox .imageSliderBackColor .imageSlider-nav{
    width: 20000px;
    height: 70px;
}
.contents .imageSliderBox .imageSliderBackColor .imageSlider-nav div{
    display: inline-block;
    text-align: center;    
    width: 140px;
    height: 70px;
}
.contents .imageSliderBox .imageSliderBackColor .imageSlider-nav img{
    cursor: pointer;
    max-width: 130px;
    height : 70px;
    margin-right :10px;
}
/* imageSlider.ejs 끝*/

/* mainSecondCategory.ejs 시작*/
.contents .secondCategoryListsBox{
    width: 785.5px;
    height: 223px;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.secondCategoryListsBox .secondCategoryNav{
    margin-bottom: 12.7px;
    margin-top: 12.8px;  
}
.secondCategoryListsBox .secondCategoryNav .dummy{
    display: inline-block;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    height: 29px;    
}
.secondCategoryListsBox .secondCategoryNav .dummy span:last-of-type{
    margin-right: 50px;
}
.secondCategoryListsBox .secondCategoryNav .categoryNav{
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    height: 15px;
    font-weight: bold;
    color: #808080;
    cursor: pointer;
}
.secondCategoryListsBox .secondCategoryNav .categoryNav .active{
    color: black;
}
.secondCategoryListsBox .secondCategoryNav .categoryNav p{
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #808080;
    display: inline-block;
    cursor: pointer;
}
.contents .secondCategoryListsBox .secondCategoryContents{
    padding-bottom: 21.4px;
}
.contents .secondCategoryListsBox .secondCategoryContents.hidden{
    display: none;
}
.contents .secondCategoryListsBox .secondCategoryContents .secondCategoryMainPhoto{
    float: left;
    margin-right: 33.6px;    
}
.contents .secondCategoryListsBox .secondCategoryContents .secondCategoryMainPhoto a img{
    width: 224px;
    height: 161px;
    background-color:darkgray    
}
.contents .secondCategoryListsBox .secondCategoryContents .secondCategoryMainPhoto a p{
    width: 224px;
    height: 24.7px;
    color:#393939;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24.7px;    
}
.contents .secondCategoryListsBox .secondCategoryContents .dummy a h2{
    width: 490px;
    height: 30.3px;
    margin-bottom: 7.7px;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30.3px;    
}
/* mainSecondCategory.ejs 끝*/


/* oneBigTwoSmallPhoto.ejs 시작*/
.contents .oneBigTwoSmallPhotoBox{
    display:flex;
    margin: 15px 0px 30px
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox{
    width: 390px;  
    margin-right: 47px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox h2{
    height: 40px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor{
    position: relative;
    overflow: hidden;
    background-color:rgb(61, 61, 61);
    width: 390px;
    height: 437px;    
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor i{
    cursor: pointer;
    position: absolute;
    line-height: 437px;
    top:0px;
    height: 437px;  
    font-size: 50px;
    color: white;  
    z-index: 10;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor i.fa-chevron-left{
    left: 0px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor i.fa-chevron-right{
    right: 0px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor .riderSliderMainBox{
    align-items: center;
    width: 20000px;
    height: 437px;    
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor .riderSliderMainBox a{
    display: inline-block;
    margin: 30px 20px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor .riderSliderMainBox a img{
    width: 350px;
    height: 240px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor .riderSliderMainBox a h3{
    border-bottom: 1px solid #ccc;
    color:white;
    margin: 10px 0px 0px;
    max-width: 330px;
    height: 30.3px;
    line-height: 30.3px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:orange;
    font-weight: lighter;
    font-size:18px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor .riderSliderMainBox a p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    max-width: 330px;
    height: 18px;
    color:white;
    margin-bottom: 4.2px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor .riderSliderMainBox a p:last-of-type{
    height: 65.6px;
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 15px;
    color:#CCCCCC;
    max-width: 307.2px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents .oneBigTwoSmallPhotoBox .twoSmallPhoto .twoSmallFinance{
    display: flex;
    justify-content: space-between;
    margin-top: 32.8px;
    margin-left: 27.4px;    
}
.contents .oneBigTwoSmallPhotoBox .twoSmallPhoto .twoSmallFinance p{
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 70px;
    color:#cccccc;
    letter-spacing: -15px;    
}
.contents .oneBigTwoSmallPhotoBox .twoSmallPhoto a img{
    background-color: cornflowerblue;
    width: 256.7px;
    height: 160.8px;
    margin-left: 27.4px;    
}
.contents .oneBigTwoSmallPhotoBox .twoSmallPhoto a p{
    font-size: 15px;
    color:#393939;
    margin-left: 27.4px;
    height: 24.7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.contents .oneBigTwoSmallPhotoBox .twoSmallPhoto .twoSmallStock{
    display: flex;
    justify-content: space-between;
    margin-top: 15.2px;
    margin-left: 27.4px;    
}
.contents .oneBigTwoSmallPhotoBox .twoSmallPhoto .twoSmallStock p{
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 70px;
    color:#cccccc;
    letter-spacing: -15px;    
}

/* oneBigTwoSmallPhoto.ejs 끝*/

/* photo.ejs 시작*/

.contents .photoColumns {
    display: flex;
}
.contents .photoColumns .photoColumn {
    width: 50%;
}

.contents .photoColumns .photoColumn div {
    display: inline-block;
    margin: 0;
    padding: 10px;
}

.contents .photoColumns .photoColumn div img {
    width: 100%;
}

.contents div.photoColumns .photoColumn div p {
    margin-top: 11px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* photo.ejs 끝*/

/* lightMainType0.ejs 시작 */

.horizonLine4{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 0 0 0;
    border: 1px solid black;
}

.mainPageHeadlineBox{
    display:flex;
}
.mainPageHeadlineBox .mainPageHeadlineMiddot{
    font-size:70px;
    height:30px;
    line-height:30px;
}
.mainPageHeadlineBox .mainPageHeadlineLetter{
    font-size:15px;
    height:30px;
    line-height:35px;
}

.contents  .headlineTitle{
    width: 754px;
    max-height: 104px;
    font-size: 35px;
    line-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .headlineSummary{
    max-height: 54px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.contents .headlineDescriptionBox{
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    column-count: 3;
    column-width: 252px;
    max-height: 478px;
    column-gap: 15px;
    margin-bottom: 34.5px;    
}
.contents .headlineTime{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 9px;
    color: #707070;
    margin-bottom: 15px;
}
.contents .headlineDescription{
    font-family: 'Noto Sans KR regular', sans-serif;
    letter-spacing: -0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 61;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* lightMiddleTop.ejs 시작 */
.contents .middleTopBox{
    display: flex;
    margin-bottom: 23.5px;
    max-height: 402.5px;    
}

.contents .middleTopBox .leftMiddleTopBox{
    border-right: 1px solid #ccc;
    padding-right: 29px;    
    max-height: 380px;
}

.contents .middleTopBox .leftMiddleTopBox .leftMiddleTopTitle{
    width: 451px;
    max-height: 80px;
    font-size: 27px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12.5px;    
}
.contents .middleTopBox .leftMiddleTopBox .leftMiddleTopDescriptionBox{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 480px;
    column-count: 2;
    column-width: 227px;
    max-height: 300px;
    column-gap: 19px;   
}
.contents .middleTopBox .leftMiddleTopBox .leftMiddleTopDescriptionBox .leftMiddleTopDescription{
    text-align: justify;
    font-style: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;    
}
.contents .middleTopBox .rightMiddleTopBox{
    margin-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 480px;
    column-count: 2;
    column-width: 251px;
    max-height: 380px;
    column-gap: 19px;   
}
.contents .middleTopBox .rightMiddleTopBox .rightMiddleTopTitle{
    width: 232px;
    max-height: 80px;
    font-size: 27px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12.5px;    
}
.contents .middleTopBox .rightMiddleTopBox .rightMiddleTopDescription{
    text-align: justify;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;    
}

/* lightMini3column.ejs 시작*/
.contents .threeColumnBox{
    display: flex;
    height: 236px;
    margin-bottom: 16px;    
}
.contents .threeColumnBox .columnBoxType1{
    width: 227px;
    height: 236px;
    align-items: center;
    padding: 0px 22px;
    border-right: 1px solid #ccc;
    margin-right: 0px;
}

.contents .threeColumnBox .columnBoxType2{
    width: 227px;
    height: 236px;
    align-items: center;
    padding: 0px 22px;   
}

.contents .threeColumnBox .columnBoxHeader{
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    background-color: #393939;
    color: white;
    width: 136px;
    height: 37px;
    margin: 16px auto 18px;
    font-size: 18px;
    line-height: 37px;    
}
.contents .threeColumnBox .columnBoxTitle{
    text-align: left;
    width: 221px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    max-height: 44px;
    margin-bottom: 7px;
}
.contents .threeColumnBox .columnBoxDescription{
    font-family: 'Noto Sans KR regular', sans-serif;
    text-align: left;
    letter-spacing: -0.3px;
    max-height: 112px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox .horizontalThreePhoto .columnBoxTitle{
    text-align: left;
    width: 258px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    max-height: 44px;
    margin: 7px 0px;
}
.contents .horizontalThreePhotoContainer .horizontalThreePhotoBox .horizontalThreePhoto .columnBoxDescription{
    font-family: 'Noto Sans KR regular', sans-serif;
    text-align: left;
    max-height: 131px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* lightMainColumnSuCheop.ejs */

.contents .ColumnSuCheopBox{
    display:flex;    
    justify-content: space-between;
    margin-top: 10px;
}
.contents .ColumnBox{
    width: 255.7px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;    
}
.contents .ColumnSuCheopBox .ColumnBox .ColumnHeader{
    border-bottom: 1px solid black;
    padding-bottom: 13.2px;
    font-size: 18px;    
}
.contents .ColumnSuCheopBox .ColumnBox .ColumnTitle{
    font-size: 14px;
    height: 24.3px;
    margin-top: 12.8px;
    margin-bottom: 5.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .ColumnSuCheopBox .ColumnBox .ColumnContents{
    display: flex;
    align-items: center;   
}
.contents .ColumnSuCheopBox .ColumnBox .ColumnContents .ColumnImage{
    display: block;
    width: 66px;
    height: 66px;
    margin-right: 13.6px;
    border-radius: 50%;
    filter: grayscale(1);   
}
.contents .ColumnSuCheopBox .ColumnBox .ColumnContents .ColumnDescription{
    font-family: 'Noto Sans KR regular', sans-serif;
    letter-spacing: -0.3px;
    width: 177.4px;
    height: 58.7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;    
}
.contents .SuCheopBox{
    width: 495px;
    margin-left: 28px;
    padding-bottom: 25.4px;
    border-bottom: 1px solid black;    
}
.contents .SuCheopBox .SuCheopHeader{
    border-bottom: 1px solid black;
    padding-bottom: 13.2px;
    font-size: 18px;    
}
.contents .SuCheopBox .SuCheopContentsBox{
    display: flex;
    justify-content: space-between;    
}
.contents .SuCheopBox .SuCheopContentsBox .SuCheopImage{
    width: 229px;
    margin-top: 19.5px;
    background-color: cadetblue;  
    filter: grayscale(1);  
}
.contents .SuCheopBox .SuCheopContentsBox .SuCheopTitle{
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2px;
    width: 229px;
    height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Underline1{
    height: 3px;
    width: 100%;
    margin-bottom: 13.5px;
    border-bottom: 1px solid black;    
}
.Underline2{
    height: 10px;
    width: 100%;
    border-bottom: 1px solid black;    
}
.Underline3{
    height: 3px;
    width: 100%;
    border-bottom: 1px solid black;
}

/* lightSmall2Big1.ejs 시작 */

.contents .bigBox{
    width: 495px;
} 
.contents .bigBox .bigBoxContents{
    margin-top: 8.8px;
    width: 495px;
    /* height: 480px; */
    overflow: hidden;    
}
.contents .bigBox .bigBoxContents .bigBoxHeader{
    border-bottom: 1px solid black;
    padding-bottom: 13.2px;
    font-size: 20px;    
}
.contents .bigBox .bigBoxContents .bigBoxTitle{
    font-size: 18px;
    margin-bottom: 9px;   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.contents .bigBox .bigBoxContents .bigBoxSubtitle{
    color:#393939;
    font-size: 15px;
    height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 29px;
    margin-bottom: 9px;
    border-bottom: 1px solid black;    
}
.contents .bigBox .bigBoxContents .bigBoxDescription{
    font-family: 'Noto Sans KR regular', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22em;
}

.contents div .left-box{
    width: 261px;
    margin-right: 28.4px;
}
.contents div .left-box .left-box-contents:first-child{
    margin-bottom: 25px;
}
.contents div .left-box .left-box-contents .left-box-title{
    display: flex;
    justify-content: space-between;
    margin-top: 8.8px;
    margin-left: 0px;
    font-size: 20px;
    margin-bottom: 16px;
}
.contents div .left-box .left-box-contents .left-box-title h2{
    font-size:20px;
}
.contents div .left-box .left-box-contents .left-box-title p{
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 65px;
    color:#cccccc;
    letter-spacing: -10px;
}
.contents div .left-box .left-box-contents .left-box-title p span{
    cursor: pointer;
    width: 40px;
}
.contents div .left-box .left-box-contents .left-box-title p span.active{
    color: #002ADD;
}


.contents div .left-box .left-box-contents div.active{
    margin-left: 0px;
}
.contents div .left-box .left-box-contents div.hidden{
    display: none;
    margin-left: 0px;
}

.contents div .left-box .left-box-contents div.active a p{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 15px;
    color:#393939;
    height: 156px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents div .left-box .left-box-contents .left-box-contents-title{
    font-size: 15px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}


/* threeColumnArticles.ejs 시작 */
.contents .threeColumnsArticle {
    width: 790px;
}

.contents .threeColumnsArticle div {
    width: 250px;
    height: 300px;
    display: inline-block;
    margin: 0;
    padding: 10px 5px;
    overflow: hidden;
}





.contents div.threeColumnsArticle div h2 {
    margin-top: 11px;
    width: 100%;
    max-height: 80.8px;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 10.7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* lightHorizontalThreePhoto */
.contents .horizon3photoHeader{
    font-size: 18px;
    margin: 15px 0;
}

.contents .horizon3photoBox{
    display: flex;
    justify-content: space-between;    
}

.contents .horizon3photoBox .horizon3photoImageMedia{
    width: 229px;
    height: 152px;
}

.contents .horizon3photoBox .horizon3photoImage{
    width: 229px;
    filter: grayscale(1);
}

.contents .horizon3photoBox .horizon3photoTitle{
    text-align: center;
    font-size: 13px;
    margin-top: 10.1px;    
    max-width:220px;
    height:19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* light10Column.ejs  시작*/
.contents .tenColumnHeader{
    margin-top: 26.9px;
    font-size: 18px;
    border-bottom: 1px solid black;
    padding-bottom: 13.2px;
    margin-bottom: 12.8px;    
}

.contents .tenColumnBox{
    width: 800px;
}
.contents .tenColumnBox > div{
    display: inline-block;
    width: 390px;
}
.contents .tenColumnBox .tenColumnTitle{
    font-size: 14px;
    width: 373px;
    height: 24.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .tenColumnBox .tenColumnTitleContentsBox{
    display: flex;
    vertical-align: top;
    align-items: center;   
    height: 75px;
    margin-bottom: 15px;
}
.contents .tenColumnBox .tenColumnTitleContentsBox .tenColumnImage{
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    filter: grayscale(1);
}
.contents .tenColumnBox .tenColumnTitleContentsBox .tenColumnDescription{
    display: inline-block;
    width: 295px;
    height: 58.7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 13.6px;
    margin-right: 21.4px;
    line-height: 20px;    
}






/* ------------------------------- lineSubTopSlider 시작 --------------------------------------------- */
.lineSlider .lineSliderContainer{
    display: flex;
    overflow: hidden;
}
.lineSlider .lineSliderContainer .lineSliderDiv{
    width: 100%;
    padding-top: 16.54%;
    /* height: 100%; */
    position: relative;
    flex-shrink: 0;
}
.lineSlider .lineSliderContainer .lineSliderDiv img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.lineSlider .lineSliderContainer .lineSliderDiv .seriesName{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.lineSlider .lineSliderContainer .lineSliderDiv .seriesName p{
    margin: 0 auto;
    display: inline;
    font-size: 18px;
    line-height: 20px;
    color: #15FCE9;
    box-sizing: border-box;
    padding: 5px 15px;
    border: 1px solid;
    box-shadow: inset -3px 3px 2px 0px rgba(0,0,0,0.5), -3px 3px 2px 0px rgba(0,0,0,0.5);
    text-shadow: -3px 3px 2px #000000;
}
.lineSlider .lineSliderContainer .lineSliderDiv .title{
    position: absolute;
    top: 70px;
    width: 100%;
}
.lineSlider .lineSliderContainer .lineSliderDiv .title p{
    width: 100%;
    padding: 0 50px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px;
    max-height: 1.5em;
    line-height: 1.5em;
    color: #FFFFFF;
    box-sizing: border-box;
    text-shadow: 0px 2px 4px #000000;
}
.lineSlider .lineSliderContainer .lineSliderDiv .textContainer{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    flex-flow: column;
}
.lineSlider .lineSliderContainer .lineSliderDiv .title2{
    margin-top: 10px;
}
.lineSlider .lineSliderContainer .lineSliderDiv .title2 p{
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 50px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.8px;
    max-height: 1.5em;
    line-height: 1.5em;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px #000000;
}
.lineSlider .lineSliderContainer .lineSliderDiv .seriesName2{
    margin-top: 5px;
    text-align: center;
}
.lineSlider .lineSliderContainer .lineSliderDiv .seriesName2 p{
    box-sizing: border-box;
    margin: 0 auto;
    display: inline;
    font-size: 14px;
    color: #15FCE9;
    padding: 2px 10px;
    border: 1px solid;
    box-shadow: inset -3px 3px 2px 0px rgba(0,0,0,0.5), -3px 3px 2px 0px rgba(0,0,0,0.5);
    text-shadow: -2px 2px 2px #000000;
}
.lineSlider .lineSliderLeft{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 130px;
    width: 50px;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    z-index: 10;
}
.lineSlider .lineSliderRight{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 130px;
    width: 50px;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    z-index: 10;
}
.lineSlider .dotSliderContainer {
    position: absolute;
    display: flex;
    top: 10px;
    right: 15px;
}
.lineSlider .dotSliderContainer .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px 5px;
    background-color: rgb(232,232,232);
}
.lineSlider .dotSliderContainer .dot.active{
    background-color: rgb(21,252,233);
}

/* ------------------------------- lineSubTopSlider 끝 --------------------------------------------- */



/* ------------------------------- horizontalThreeSubTop 시작 --------------------------------------------- */

.subTopContainer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.subTopContainer .subTopDiv{
    position: relative;
    width: 253px;
    height: 180px;
}
.subTopContainer .subTopDiv img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.subTopContainer .subTopDiv .seriesName{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.subTopContainer .subTopDiv .seriesName p{
    margin: 0 auto;
    display: inline;
    font-size: 14px;
    line-height: 13px;
    color: #15FCE9;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid;
    box-shadow: inset -3px 3px 2px 0px rgba(0,0,0,0.5), -3px 3px 2px 0px rgba(0,0,0,0.5);
    text-shadow: -3px 3px 2px #000000;
}
.subTopContainer .subTopDiv .title{
    position: absolute;
    top: 84px;
    width: 100%;
}
.subTopContainer .subTopDiv .title p{
    width: 100%;
    padding: 0 25px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -1.28px;
    max-height: 72px;
    color: #FFFFFF;
    box-sizing: border-box;
    text-shadow: 0px 2px 4px #000000;
}

/* ------------------------------- horizontalThreeSubTop 끝 --------------------------------------------- */

.peopleNowContainer .title {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.peopleNowContainer img {
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 15px;
    border-radius: 50%;
    filter: grayscale(1);
}
.peopleNowContainer .description {
    font-family: 'Noto Sans KR regular', sans-serif;
    letter-spacing: -0.3px;
    height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}











.tabHeader{
    display: flex;
}
.tabHeader div{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #CCCCCC;
}
.tabHeader :last-child{
    border: none;
}
.tabHeader div.active{
    color: #002ADD;
}





.dateBackimage{
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url('/newCommon/icon/calendar.png') 95% 50% no-repeat;
    background-size:23px;  
    background-color: transparent;  
}
.article_wing_left{
    position: absolute;
    top: 1000px;
    right: 1180px;
}
.article_wing_right{
    position: absolute;
    top: 1000px;
    left: 1200px;
}

.categoryTitle{
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 0.58; */
    letter-spacing: -3px;
    font-size: 40px;
    margin-top: 81px;
}

.subcategoryTitle {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 0.58; */
    letter-spacing: -0.8px;
    margin: 106px 0px 0px 30px;
}





/* 추가 css */
.topListHeight{
    margin: 20px 0;
    border-bottom: solid 1px rgb(232,232,232);
}
.weightNom{
    font-weight: normal;
}
.newsCategory2{
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: -1.13px;
    color:#838383;
}
.dustColor{
    color:#37d200;
}
.weatherColor{
    color:#555555;
}

.footerDivOpt{
    margin: 60px auto 54px;
}
.height48{
    height: 48px;
}


.footerBigTitle{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.79;
    letter-spacing: -1.05px;
    color: #000000;
}
.footerSmallTitle{
    font-size: 13px;
    line-height: 2.3;
    letter-spacing: -0.5px;
    color: #515151;;
}

.footerMiddleTitle{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: -0.3px;
    color: #515151;
}

.footerBottomTitle{
    font-size:12px;
    line-height: 1.83;
    letter-spacing: -0.3px;
    color: #515151;
    padding: 17px 0px;
}
.footerBottomDiv{
    background-color: #f2f2f2;
    height: 50px;
}

.marginAuto{
    margin: 0px auto;
}

.peopleNow{
    margin-right: 153px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: -1.28px;
}
.peopleNowImg{
    width: 300px;
    height: 100px;
    object-fit: fill;
}
.peopleNowMore{
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -1.05px;
    color: #515151;
}
.peopleNowTitle{
    line-height: 1.53;
    letter-spacing: -1.13px;
}

.scrollNav{
    width:100%;
    position: fixed; 
    left:0; 
    top:0; 
    background-color:white;; 
    text-align:center;  
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
    z-index: 10;
    
}

.width1920{
    width: 1920px;
}

.headerHideImg{
    width: 90px;
    object-fit: fill;
}

.headerHideNav{
    height: 44px;
    border-bottom: 0.1mm ridge #d6d6d6; 
}

.homeTitleImg{
    width: 690px;
    height: 330px;
    object-fit: cover;
}
.homeTitleId{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.34;
    letter-spacing: -2.4px;
}
.homeTitleSub{
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.9px;
    color: #515151;
}
.homeTitleRightBorder{
    border-right: 1px solid #eBeBeB;
}
.homeSideBigTitle{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: -0.7px;
    color: #2d2d2d;
}
.headerRankingActive{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: -1.28px;
}
.headerRankingNum{
    font-size: 17px;
    font-weight: 500;
    color: #242424;
    line-height: 1.88;
    letter-spacing: -0.7px;
}
.headerRankingNum2{
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.7px;
    width: 20px;
    text-align: center;
}
.headRankingBorder{
    border-right: 1px solid #c4c4c4;
}


.headerRankingBackground{
    background-color: #f5f5f5;
}

.stockSpecial{
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -0.8px;
    color: #2762bf;
}
.stockContainer{
    font-size: 14px;
    line-height: 22px;
}
.stockContainer .exchangeBox{
    width: 100%;
}
.stockContainer .stockName{
    font-weight: bold;
}
.stockContainer .tradeDate{
    color:rgb(151,151,151);
    font-size:11px;
    font-weight:normal;
}
.stockContainer .stockPoint{
    font-size:20px; 
    font-weight: bold;
}
.stockContainer .up{
    color: red;
}
.stockContainer .up:before{
    content: '\25B2';
    color:red;
}
.stockContainer .down{
    color: blue;
}
.stockContainer .down:before{
    content: '\25BC';
    color:blue;
}


.mainBottomNewsImg{
    width: 320px;
    height: 125px;
    object-fit: fill;
}
.mainBottomNewsText{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: -0.7px;
}
.sampleListLeft{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76;
    letter-spacing: -1.28px;
}
.sampleListRight{
    font-size: 14px;
}
.sampleListText{
    line-height: 1.67;
    letter-spacing: -0.7px;
}

.todayColumnsTitle{
    font-size: 32px;
    line-height: 1.56;
    letter-spacing: -2.4px;
}

.reporterEyesImg{
    width: 100%;
    height: 100px;
    object-fit: fill;
}

.testCenter{
    text-align: center;
}
.textCenter{
    text-align: center;
}

.contributionTitle{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.59;
    letter-spacing: -1.65px;
}

.height270{
    height: 270px;
}
.height20{
    height: 20px;
}
.height50{
    height: 50px;
}

.height63{
    height: 63px;
}

.height80{
    height: 80px;
}
.height118{
    height: 118px;
}

.newsColumnPadding{
    padding: 10px 0px;
}

.seriesNewsDiv{
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
}

.seriesNewsImg{
    width: 118px;
    height: 118px;
    object-fit: cover;
}

.textAlignCenter{
    text-align: center;
}

.seriesNewsTitle{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: -1.28px;
}

.opinionColumnsName{
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: -1.13px;
    color: #838383;
}

.fontSize17{
    font-size: 17px;
}
.fontSize14{
    font-size: 14px;
}
.marginAllAuto{
    margin: auto;
}

.headerRankingBorder{
    border-top: 1px solid #c4c4c4; ;
    border-bottom: 1px solid #c4c4c4; ;
}

.width100per{
    width: 100%;
}

.inbudongTitle{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1.88px;
    margin-top: 97px;
}

.dtvTopTitle{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.7px;
    color: #070707;
}
.dtvTopName{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1.28px;
    margin-bottom: 10px;
}

.searchImg{
    background-color: white;
    border-right: none;
}

.searchImg2{
    background-color: #e6e6e6;
    border-right: none;
    width: 50px;
    height: 50px;
}

.searchDiv{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 12;
    text-align: center;
    padding: 53px 0px;
    background-color: #f8f8f8;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}
.searchInput{
    box-sizing: border-box;
    width: 435px;
    height: 50px;
    padding: 14px 0px 11px 15px;
    border: 1px solid #e6e6e6;
    border-right: none;
}
.searchInput:focus{
    outline: none;
    border: 2px solid #444444;
}
.searchInput::placeholder {
    font-size: 17px;
    letter-spacing: -1.28px;
    color: #c4c4c4;
}
.searchOptionContainer select{
    box-sizing: border-box;
    width: 100px;
    height: 35px;
    padding-left: 10px;
    font-size: 12px;
    border: none;
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/newCommon/icon/selectV.svg) #F6F6F6 no-repeat right/35%;
}
.searchOptionContainer .search{
    width: 800px;
}
.searchOptionContainer .search button{
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: none;
}





.bigWideTitle{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    bottom: 23px;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: -2.25px;
    padding: 0px 20px;
}

.planAn{
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -1.2px;
    color: #515151;
}

.cate8SideTitle{
    font-size: 22px;
}


.snsTitle{
    box-sizing: border-box;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 14px 15px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.7px;
}


.mapArtTitle{
    font-size: 17px;
    color: white;
    line-height: 1.47;
    letter-spacing: -0.7px;
    padding: 0 20px;
    position: relative;
    top: -60px;
    text-align: center;
}

.rankingListNum{
    flex-shrink: 0;
    text-align: center;
    box-sizing: border-box;
    padding-right: 20px;
    width: 55px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: -2.4px;
}


/* .gradiationFilter2{
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.80) 100%, black);
    overflow: hidden;
} */

#topMenu{
    position:fixed!important;
    top: 0px;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 11;
    /* background-color: rgba(0,0,0,0.64); */
}
#topMenu #closeButton{
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
}

#topMenu .topMenuBox{
    position: fixed;
    width: 250px;
    max-height: 100%;
    background-color: white;
    overflow-y: scroll;
    z-index: 100;
    left: 0;
    box-shadow: 3px 0 6px rgba(0,0,0,0.1);
}


#topMenu .authBox{
    display: flex;
    justify-content: space-between;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(232, 232, 232);
}
#topMenu .authBox .loginButton, .registerButton{
    width: 50%;
    line-height: 40px;
    padding-left: 20px;
    cursor: pointer;
}
#topMenu .authBox .pcButton{
    margin-left: 20px;
    line-height: 40px;
}
#topMenu .iconBox{
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(232, 232, 232);
}
#topMenu .iconBox a{
    display: flex;
}
#topMenu .iconBox .icon{
    width: 30px;
    height: 30px;
}

.headerIconContainer a{
    display: flex;
    margin-left: 9px;
}
.headerIconContainer .icon{
    width: 30px;
    height: 30px;
}
#topMenu .etcBox{
    display: flex;
    justify-content: space-between;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(232, 232, 232);
    background-color: rgb(246,246,246,246);
}

#topMenu .etcBox .etcItem{
    width: 50%;
    line-height: 40px;
    padding-left: 20px;
}

#topMenu .menuListBox{
    padding: 3px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(232, 232, 232);
}

#topMenu .menuListBox .menuItem{
    box-sizing: border-box;
    padding: 0px;
    margin: 15px 0;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
}
#topMenu .menuListBox .menuItem.type1{
    color: #F1804A;
}
#topMenu .menuListBox .menuItem a{
    margin-left: 20px;
}

.expendMenu{
    float: right;
    margin: -2px 15px 0px;
    width: 24px;
    height: 24px;
    color: #CCCCCC;
    cursor: pointer;
    background-image: url('/newCommon/icon/nav_more.svg');
}
.expendMenu.expended{
    background-image: url('/newCommon/icon/nav_less.svg') !important;
}

#topMenu .menuListBox .menuItem .submenuListBox{
    margin: 18px 0;
    padding: 3px 0 3px 30px;
    font-size: 15px;
    color: rgb(129,129,129);
    font-weight: normal;
    background-color: rgb(246,246,246,246);
    border-bottom: 1px solid rgb(232, 232, 232);
    border-top: 1px solid rgb(232, 232, 232);
}
#topMenu .menuListBox .menuItem .submenuItem{
    margin: 15px 0;
    letter-spacing: -0.5px;
}

.subTopContainer2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.subTopContainer2 .subTopDiv2{
    position: relative;
    width: 253px;
    height: 180px;
}
.subTopContainer2 .subTopDiv2 img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.subTopContainer2 .subTopDiv2 .seriesName2{
    position: absolute;
    top: 47px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.subTopContainer2 .subTopDiv2 .seriesName2 p{
    margin: 0 auto;
    display: inline;
    font-size: 14px;
    line-height: 1.57;
    color: #15FCE9;
    box-sizing: border-box;
    padding: 3px 4px 4px 4px;
    border: 1px solid;
    box-shadow: inset -3px 3px 2px 0px rgba(0,0,0,0.5), -3px 3px 2px 0px rgba(0,0,0,0.5);
    text-shadow: -2px 2px 2px #000000;
}
.subTopContainer2 .subTopDiv2 .title2{
    position: absolute;
    top: 87px;
    width: 100%;
}
.subTopContainer2 .subTopDiv2 .title2 p{
    width: 100%;
    padding: 0 15px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    line-height: 24px;
    max-height: 72px;
    color: #FFFFFF;
    box-sizing: border-box;
    text-shadow: 0px 2px 4px #000000;
}




.borderBox{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border: solid 1px #707070;
    font-size: 15px;
    font-weight: 500;
    color: #979797;
    letter-spacing: -0.4px;
}

.resgisterButton{
    display: block;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    margin: 50px auto 0;
    width: 250px;
    height: 60px;
    color: #ffffff;
    background-color: #979797;
    font-weight: bold;
    font-size: 17px;
}

.explain{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: -0.4px;
    text-align: right;
    color: #464646;
}

.reportDataLabel{
    flex-shrink: 0;
    margin-right: 30px;
    width: 170px;
    min-height: 45px;
    background-color: #f6f6f6;
    font-size: 17px;
    font-weight: bold;
}

.reportData{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px 11px;
    border: solid 1px #e8e8e8;
}

.uploadToggle{
    margin-top: 30px;
    width: 100%;
    height: 45px;
    text-align: center;
    background-color: #f6f6f6;
    border: solid 1px #e8e8e8;
    font-size: 15px;
    font-weight: 300;
    color: #464646;
    letter-spacing: -0.4px;
}










/*--------------------------------------------------olympic start ------------------------------------*/


.topBanner.olympic{
    background-color: #124f95;
    position: relative;
}
.topBanner.olympic .dDay{
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin: 20px 0 0 20px;
}
.topBanner.olympic .bgImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.topBanner.olympic .titleText{
    width: 292.2px;
    height: 41px;
    margin: 31px 0 0;
}
.topBanner.olympic .olympicDate{
    white-space: nowrap;
    font-family: 'Noto Sans';
    font-size: 20px;
    font-weight: 300;
    color: #ffdb4b;
    margin: 48px 0 0 20.8px;
}
.topBanner.olympic .olympicMark{
    width: 121.6px;
    height: 56px;
    object-fit: contain;
    margin: 24px 0 0 0;
}
.topBanner.olympic .olympicMessage{
    width: 265px;
    height: 66px;
    margin: 21px 0 0 19.4px;
    object-fit: contain;
}

.olympicContainer{
    padding: 0 0 18px;
    border: solid 3px #124f95;
    border-top: none;
}
.olympicContainer .olympicTitleBox{
    height: 50px;
    margin: 0 0 15px;
    padding: 0 7px 0 17px;
    background-color: #124f95;
    background-image: url('/newCommon/img/background/olympic1896.svg');
    background-repeat: no-repeat;
    background-position-x: 65%;
}
.olympicContainer .olympicTitleBox .titleText{
    margin: 14px 0 0;
    width: 189px;
    height: 25px;
}
.olympicContainer .olympicTitleBox .shortcutLink{
    margin: 19px 0 0 10px;
    width: 51px;
    height: 17px;
}
.olympicContainer .olympicTitleBox .moreIcon{
    margin: 19px 500px 0 6px;
    width: 10px;
    height: 16px;
}

.olympicContainer .olympicTitleBox .ranking{
    margin: 13px 0 0;
    font-size: 16px;
    color: white;
}
.olympicContainer .olympicTitleBox .ranking span{
    color: #ffdb4b;
    font-weight: 800;
    font-size: 20px;
    margin: 0 2px 0 6px;
}
.olympicContainer .olympicTitleBox .medalBackground{
    margin-left: 12px;
    width: 168px;
    height: 50px;
    background: url('/newCommon/img/background/olympicMedal.png');
    background-size: 100% 100%;
    z-index: 100;
}
.olympicContainer .olympicTitleBox .medalBackground .medal{
    padding: 3px 0 0 3px;
    box-sizing: border-box;
    width: 55px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 800;
    z-index: 100;
}

.olympicContainer .olympicMainBox{
    padding: 0 18px;
}
.olympicContainer .olympicMainBox .mainImage{
    width: 180px;
    height: 120px;
    object-fit: cover;
}
.olympicContainer .olympicMainBox .olympicHotBox{
    box-sizing: border-box;
    margin-left: 15px;
    padding: 9px 10px 0;
    width: 300px;
    height: 120px;
}
.olympicContainer .olympicMainBox .olympicHotBox .olympicHotTitle{
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #124f95;
    margin-bottom: 7px;
}



.olympicPageContainer{
    padding: 0px 0px 60px 0;
    background-color: #124f95;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.olympicPageContainer .olympicDate{
    white-space: nowrap;
    font-family: 'Noto Sans';
    font-size: 20px;
    font-weight: 300;
    color: #ffdb4b;
    margin: 39px 0 0 0px;
}
.olympicPageContainer .titleText{
    margin-top: 10px;
    width: 292.2px;
    height: 41px;
}
.olympicPageContainer .olympicMessage{
    margin-left: 22.8px;
    width: 265px;
    height: 66px;
}
.olympicPageContainer .ranking{
    margin-top: 89px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.olympicPageContainer .ranking span{
    margin: 0 2px 0 6px;
    font-size: 25px;
    font-weight: bold;
    color: #ffdb4b;
}
.olympicPageContainer .medalBackground{
    margin-bottom: -7px;
    margin-top: -15px;
    margin-left: 22px;
    width: 300px;
    height: 168px;
    background: url('/newCommon/img/background/olympicMedalBig.png');
    background-size: 100% 100%;
    z-index: 100;
}
.olympicPageContainer .medalBackground .medal{
    margin-right: 7px;
    padding: 92px 0 0 0px;
    box-sizing: border-box;
    width: 95px;
    height: 165px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1.25px;
    color: #00142a;
    z-index: 100;
}
.olympicPageContainer .medalBackground .medal:last-child{
    margin-right: 0px;
}
/*--------------------------------------------------olympic end ------------------------------------*/




/*--------------------------------------------------hoverSwitch3Items start ------------------------------------*/
.activeDiv::before{
    content: "";
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: solid 3px #4f93e1;
}


.hs3Container .greyFilterBox{
    padding: 16px 20px 13px 20px;
}

.hs3Container .hs3Image{
    width: 600px;
    height: 350px;
    object-fit: cover;
}
.hs3Container .hs3Image2{
    width: 600px;
    height: 340px;
    object-fit: cover;
}

.hs3Container .hs3MainTitle{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.9px;
    color: #ffffff;
    height: 84px;
}
.hs3Container .hs3Relnews{
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
    color: #ffffff;
    padding-top: 4px;
    padding-left: 30px;
}
.hs3Container .hs3Relnews::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 13px;
    height: 13px;
    border-bottom: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
    opacity: 0.4;
}


.type2 .hs3Container{
    width: 100%;
}
.type2 .hs3Container .hs3MainTitle{
    height: 94px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: -0.8px;
    color: rgb(0, 0, 0);
}
.type2 .hs3Container .hs3Summary{
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.64;
    letter-spacing: -0.35px;
    color: rgb(81, 81, 81);
}

.hs3SubContainer{
    margin-left: 1px;
}
.hs3SubContainer .hs3SubBox{
    margin-bottom: 1px;
    padding-right: 14px;
}
.hs3SubContainer .hs3Image{
    margin-right: 14px;
    width: 200px;
    height: 116px;
    object-fit: cover;
}

.type2 .hs3SubContainer{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.type2 .hs3SubContainer .hs3Image2{
    width: 150px;
    height: 100px;
    object-fit: cover;
}
.type2 .hs3SubContainer .hs3SubBox{
    margin-bottom: 0px;
    padding-right: 0px;
}
.type2 .hs3SubContainer .activeDiv::before{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: solid 3px #2b579e;
}
.type2 .hs3SubContainer .activeDiv::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(43,87,158,0.19);
}

/*--------------------------------------------------hoverSwitch3Items end ------------------------------------*/





.shadowBox1 {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 16%);
}
.columnType3Container .shadowBox1{
    width: 355px;
}
.columnType3Image {
    width: 138px;
    height: 108px;
    object-fit: cover;
}

.columnType4Container{
    background-color: #f1f1f1;
    padding: 12px;
}
.columnType4Image{
    width: 260px;
    height: 180px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.columnType4Box .greyFilterBox{
    height: 39%;
    padding: 10px 15px 10px 15px;
}









.verticalSliderContainer {
    box-sizing: border-box;
    height: 47px;
    padding: 10px 15px;
    background-color: #f5f7fc;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.51px;
    border-top: solid 2px #bdccde;
    border-bottom: solid 2px #bdccde;
    overflow: hidden;
}

.verticalSliderContainer .title {
    font-weight: 800;
    color: #124f95;
    flex-shrink: 0;
}

.verticalSliderContainer .verticalSliderBox{
    overflow: hidden;
    height: 23px;
    width: 100%;
}


.verticalSliderContainer .verticalSliderBox .time{
    font-weight: 800;
    color: #2d2d2d;
    margin-right: 10px;
}

.verticalSliderContainer .verticalSliderBox .sports{
    font-weight: 800;
    color: #fc450c;
    margin-right: 10px;
}


.verticalSlider2Container .verticalSliderBox{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    height: 100px;
    width: 100%;
    border-top: solid 2px #D8D8D8;
    border-bottom: solid 1px #E8E8E8;
}

.verticalSlider2Container .verticalSliderBox::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 33.33%;
    width: 1px;
    height: 90px;
    border-left: dotted 1px #D8D8D8;
}

.verticalSlider2Container .verticalSliderBox::after{
    content: "";
    position: absolute;
    top: 5px;
    right: 33.33%;
    width: 1px;
    height: 90px;
    border-left: dotted 1px #D8D8D8;
}

.verticalSlider2Container .verticalSliderBox .sliderBox{
    width: 33.33%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: #2D2D2D;
}

.verticalSlider2Container .verticalSliderBox .time{
    font-weight: bold;
}

.verticalSlider2Container .verticalSliderBox .sports{
    font-weight: bold;
    color: #fc450c;
}


.fullWidthThreeBox{
    display: flex;
    justify-content: space-between;
}

.fullWidthThreeBox img{
    width: 360px;
    height: 200px;
    object-fit: cover;
}

.fullWidthThreeBox .title{
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0 20px 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.59;
    letter-spacing: -0.55px;
    color: rgb(255, 255, 255);
}





.quoteContainer{
    position: relative;
}

.quoteContainer span{
    margin-left: 14px;
    font-family: "Pretendard";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.quoteContainer span::before{
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url('/newCommon/icon/quote.svg');
}

.itemContainer{
    font-size: 15px;
    text-align: left;
    position: relative;
}

.scrollIndicator{
    height: 3px;
    width: 0px;
    background-color: #f1804a;
}


.topBanner.election2022{
    height: 60px;
    padding: 17px 0;
    background-color: #1f244a;
    background-image: url('/newCommon/img/election2022/mainBanner.png');
    box-sizing: border-box;
}

.election2022 .dDay{
    font-family: "Pretendard";
    font-weight: 800;
    color: white;
    font-size: 25px;
    line-height: 30px;
}

.election2022 .pageText{
    font-family: "Pretendard";
    font-weight: 500;
    color: white;
    font-size: 18px;
    line-height: 30px;
}

.election2022 .titleText{
    margin: 1px 0 0 5px;
    width: 185px;
    height: 22px;
}
.election2022 .electionIcon{
    margin: 0 8px 0;
    width: 21px;
    height: 21px;
}
.scrollNav .election2022{
    height: 30px;
    width: 200px;
}
.scrollNav .election2022 .title{
    margin: 0px 0 0 30px;
    font-family: 'GongGothicBold';
    color: #342378;
    font-size: 20px;
    line-height: 23px;
}
.scrollNav .election2022 .electionIcon{
    margin: 0px 0 0 5px;
    width: 20px;
    height: 20px;
}




.electionBg{
    width: 100%;
    height: 210px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to left, rgba(37, 50, 114, 0.64) 1%, #010e54);
}

.electionTitleBox{
    width: 100%;
    height: 210px;
}
.electionTitle{
    z-index: 1;
    width: 100%;
}

.electionTitle .tenadatitle{
    font-family: "Tenada";
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    color: white;

}
.electionTitle .title, .electionTitle .dDay{
    font-family: "Pretendard";
    font-weight: 800;
    font-size: 40px;
    color: white;
}
.electionTitle .date{
    margin-top: 15px;
    font-family: "Pretendard";
    font-weight: 500;
    font-size: 27px;
    color: white;
}

.electionTitle .ranking{
    margin-top: 5px;
    font-family: "Pretendard";
    font-weight: 500;
    font-size: 25px;
    color: white;
}
 
.electionTitle .ranking span{
    font-weight: 800;
    font-size: 32px;
}

.header2 .ranking{
    margin-top: 85px;
    margin-right: 15px;
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 25px;
    color: white;
}
 
.header2 .ranking span{
    font-weight: 800;
    font-size: 30px;
}
.header2 .medals{
    position: relative;
    font-family: "Pretendard";
    font-weight: 1000;
    font-size: 25px;
    letter-spacing: -1.25px;
    text-align: center;
    color: #262626;
}
.header2 .gold{
    position: absolute;
    width: 40px;
    left: 7px;
    bottom: 19px;
}
.header2 .silver{
    position: absolute;
    width: 40px;
    left: 66px;
    bottom: 19px;
}
.header2 .bronze{
    position: absolute;
    width: 40px;
    left: 126px;
    bottom: 19px;
}

.electionTitle .medals{
    margin-left: 10px;
    position: relative;
    font-family: "Pretendard";
    font-weight: 500;
    font-size: 25px;
    color: #404040;
}
.electionTitle .medals > p{
    position: absolute;
}
.electionTitle .gold{
    top: 10px;
    left: 18px;
}
.electionTitle .silver{
    top: 10px;
    left: 76px;
}
.electionTitle .bronze{
    top: 10px;
    right: 21px;
}

.fadeHeadlineContainer {
    position: relative;
}

.fadeHeadlineContainer .dotSlider{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 500px;
}

.fadeHeadlineContainer .dotSlider .dot{
    margin-right: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.fadeHeadlineContainer .dotSlider .dot.active{
    background-color: #253272;
}
.fadeHeadlineContainer .dotSlider .dotPlayer{
    color: #d6d6d6;
    margin-top: -1px;
    line-height: 10px;
    font-size: 10px;
}

.fadeHeadlineContainer .tagsContainer{
    margin-top: 15px;
    overflow: hidden;
}

.fadeHeadlineContainer .tagsContainer .tagBox{
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    box-sizing: border-box;
    border-radius: 14px;
    padding: 0 14px;
}

.fadeHeadlineContainer .tagsContainer .tagBox.fill{
    color: white;
    background-color: #253272;
}

.fadeHeadlineContainer .tagsContainer .tagBox.border{
    color: #253272;
    border: solid 1px #253272;
}

.googleTrend{
    width: 560px;
    height: 280px;
    overflow: hidden;
}
.googleTrend .googleTrendBox{
    margin-top: -80px;
}
.bigKindsTrend{
    display: flex;
    background-color: #F2F3F6;
    height: 280px;
}
.bigKindsTrend svg{
    margin-top: -10px;
}

.polls #canvasDiv{
    margin-top: 15px;
}
.polls .pollsInfo{
    position: absolute;
    right: 75px;
    top: 5px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: -0.28px;
    color: #515151;
}
.polls .candidatesImg{
    position: absolute;
    width: 344px;
    height: 98px;
    object-fit: cover;
    left: 220px;
    top: 110px;
}


.pollNews{
    width: 360px;
}
.pollNewsContainer{
    padding-top: 41px;
}
.pollNewsContainer img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.timeLine2{
    padding-left: 26px;
    position: relative;
}
.timeLine2 .leftBorder{
    position: absolute;
    top: 11px;
    left: 6.5px;
    width: 1px;
    height: 230px;
    border-left: solid 1px rgb(208, 208, 208);
}
.timeLine2 .pubTime{
    margin: 3px 0 11px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #FB4444;
}
.timeLine2 .circleBox{
    position: absolute;
    left: -19px;
    top: 8px;
}
.timeLine2 .circleBox .circle{
    margin-left: -50%;
    border-radius: 50%;
    box-sizing: border-box;
}
.timeLine2 .circleBox.normal .circle{
    width: 7px;
    height: 7px;
    background-color: rgb(208, 208, 208);
}
.timeLine2 .circleBox.active .circle{
    width: 13px;
    height: 13px;
    padding: 2px;
    border: solid 1px rgb(251, 68, 68);
    background-color: rgb(248, 210, 210);
}
.timeLine2 .circleBox.active .circle::before{
    width: 7px;
    height: 7px;
    background-color: rgb(251, 68, 68);
    content: "";
    display: block;
    border-radius: 50%;
}
.timelineLive{
    color: #fb4444;
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
}



.election2022Layout .rankingContainer{
    width: 1160px;
    margin: 0 auto;
}
.election2022Layout .rankingContainer .itemTitle span{
    position: relative;
}
.election2022Layout .rankingContainer .itemTitle span::before{
    position: absolute;
    top: 0px;
    right: -7px;
    width: 7px;
    height: 7px;
    background-color: rgb(251, 68, 68);
    content: "";
    display: block;
    border-radius: 50%;
}



.election2022Layout .infoContainer{
    width: 1160px;
    margin: 0 auto 15px;
}

.election2022Layout .infoContainer .infoBox{
    width: 248px;
    height: 156px;
    border-radius: 24px;
    background-color: white;
    text-align: center;
}

.election2022Layout .infoContainer .infoBox .infoImg1{
    height: 71px;
    margin: 16px 0 0;
}
.election2022Layout .infoContainer .infoBox .infoImg2{
    height: 62px;
    margin: 25px 0 0;
}
.election2022Layout .infoContainer .infoBox .infoImg3{
    height: 62px;
    margin: 25px 0 0;
}
.election2022Layout .infoContainer .infoBox .infoImg4{
    height: 62px;
    margin: 25px 0 0;
}

.election2022Layout .infoContainer .infoBox .infoTitle{
    margin-top: 10px;
    width: 248px;
    height: 27px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.9px;
    color: rgb(37, 50, 114);
}

.election2022Layout .itemTitle{
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -0.58px;
    color: #253272;
}
.election2022Layout .more{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.35px;
    color: #515151;
}

.election2022Layout .active2{
    color: #253272;
}
.election2022Layout .border1{
    border: solid 1px #253272;
}




.olympic2022Layout .rankingContainer{
    width: 1160px;
    margin: 0 auto;
}
.olympic2022Layout .rankingContainer .itemTitle span{
    position: relative;
}
.olympic2022Layout .itemTitle{
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -0.58px;
    color: #2b579e;
}

.olympic2022Layout .rankingBox{
    width: 370px;
}

.olympic2022Layout .rankingBox .rankingImg{
    width: 370px;
    height: 210px;
    object-fit: cover;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.3);
}


.shadowBox {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 16%);
}
.shadowBox .leftPhotoBox {
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.shadowBox .leftPhotoBox img {
    width: 160px;
    height: 130px;
    object-fit: cover;
    margin-right: 15px;
}


.photoBox2Container{
    position: relative;
    padding: 40px 0 40px 20px !important;
}
.photoBox2Container .gradientBox{
    position: absolute;
    left: 20px;
    top: 40px;
    width: 230px;
    height: 325px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(246, 249, 250, 0.72) 40%, rgb(237, 242, 245) 100%);
}

.photoBox2Container .itemTitle{
    position: absolute;
    padding-right: 15px;
    width: 255px;
    top: 40px;
    right: 0px;
}

.photoBox2Container .arrow{
    position: absolute;
    bottom: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
}
.photoBox2Container .arrow.left{
    right: 240px;
}
.photoBox2Container .arrow.right{
    right: 207px;
}

.photoBox2Container .photoList{
    width: 840px;
    overflow: hidden;
}

.photoBox2Container .photoBox{
    display: flex;
    width: 580px;
    margin-left: 30px;
}
.photoBox2Container .photoBox a{
    font-size: 0px;
}
.photoBox2Container .photoBox img{
    width: 580px;
    height: 325px;
    object-fit: cover;
}


.olympic2022Layout .infoContainer{
    width: 1160px;
    margin: 0 auto 15px;
}

.olympic2022Layout .infoContainer .infoBox{
    width: 112px;
    text-align: center;
}
.olympic2022Layout .infoContainer .infoBox img{
    width: 112px;
    height: 112px;
    object-fit: cover;
    background: #2b579e;
    border-radius: 28px;
}
.olympic2022Layout .infoContainer .infoBox .infoTitle{
    margin-top: 10px;
}

.olympicBanner .bannerImage{
    height: 60px;
    background: white;
    z-index: 2;
    margin: 0 30px 0 48px;
}
.olympicBanner .title{
    margin-right: 30px;
    font-family: "Pretendard";
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.75px;
    color: white;
}
.olympicBanner .info{
    font-family: "Pretendard";
    font-weight: 500;
    font-size: 18px;
    color: white;
}

.worldcup2022Layout .itemTitle{
    color: rgb(154, 16, 50);
}

.worldcup2022Layout .smallImgBox{
    background-color: rgb(154, 16, 50) !important;
}

.worldcup2022Layout .smallImgBox.active{
    border: solid 2px rgb(154, 16, 50) !important;
}

.bigImg .gradientBox .title{
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.55px;
    color: #ffffff;
}
.worldcup2022Layout .bigImg .gradientBox .title{
    position: absolute;
    bottom: 20px;
    padding: 0 25px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.7px;
    color: #ffffff;
}


.worldcupSchedule{
    width: 154px;
    height: 22px;
    padding: 0 0 1px 0;
    border-radius: 12px;
    background-color: rgb(154, 16, 50);
}
.worldcupSchedule.result{  
    background-color: rgb(167, 167, 167);
}




.tn4Container .tn4Image{
    width: 680px;
    height: 390px;
    object-fit: cover;
}
.tn4SubContainer .tn4Image{
    width: 200px;
    height: 120px;
    object-fit: cover;
}

.tn4Container .title{
    position: absolute;
    bottom: 20px;
    padding: 0 25px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.7px;
    color: #ffffff;
}
.tn4SubContainer .title{
    margin: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.59;
    letter-spacing: -0.43px;
    color: rgb(255, 255, 255);
}

.tn4SubContainer .imgWrapper img{
    transition: 0.5s ease;
}

.wide1Box .imgWrapper img{
    transition: 0.5s ease;
}


.seriesBorderContiner{
    box-sizing: border-box;
    border: solid 1px rgb(232, 232, 232);
}

.seriesBorderContiner .itemTitle{
    padding: 15px 20px;
}

.seriesBorderContiner .title{
    margin: 10px 15px 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.43px;
}



.doubletapContainer{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}
.doubletapContainer .labelContainer{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.doubletapContainer .labelContainer .label{
    box-sizing: border-box;
    line-height: 50px;
    width: 50%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #929292;
    background-color: #E8E8E8;
}
.doubletapContainer .labelContainer .label.active{
    background-color: white;
    color: #fc2b39;
}
.doubletapContainer .labelContainer .label.active > div{
    margin: 0 auto;
    width: 66%;
    border-bottom: 3px solid #fc2b39;
}

.notice{
    margin-bottom: 40px;
    width: 100%; padding: 1.5px 0; font-size: 20px; text-overflow: ellipsis; overflow: hidden; font-weight: 500; letter-spacing: -0.7px;
}



.asian2023Layout .itemTitle span{
    padding-left: 17px;
    font-size: 23px;
}
.asian2023Layout .itemTitle::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 7px;
    height: 22px;
    background-color: rgb(175, 45, 185);
}
.asian2023Layout .subtitle4{
    font-size: 24px;
}

.asian2023Layout .type2 .hs3SubContainer .activeDiv::before{
    border: solid 3px rgb(175, 45, 185) !important;
}
.asian2023Layout .type2 .hs3SubContainer .activeDiv::after{
    background-color: rgba(158, 43, 158, 0.19) !important;
}



.photoBox3Container {
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 40px calc(50vw - 580px);
    background-color: rgb(242, 239, 252);
}
.photoBox3Container .itemTitle {
    position: relative;
    margin-left: 280px;
}
.photoBox3Container .photoList {
    margin: 20px 0 10px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.photoBox3Container img.arrow {
    position: absolute;
    top: 135px;
    z-index: 1;
}
.photoBox3Container img.arrow.left {
    left: 0px;
}
.photoBox3Container img.arrow.right {
    right: 0px;
}
.photoBox3Container .photoList .flex a {
    width: 540px;
    overflow: unset;
    transform: scale(0.6) translateX(-1310px);
}
.photoBox3Container .photoList .flex a:nth-child(3) {
    transform: scale(1) translateX(-800px);
}
.photoBox3Container .photoList .photoBox {
    position: relative;
    width: 600px;
    height: 360px;
}
.photoBox3Container .photoList .photoBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photoBox3Container .photoList .photoBox :last-child {
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
    position: absolute;
    bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.7px;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2 !important;
}

.shippingContainer{
    width: 100%;
    padding: 5px 10px;
    background-color: #E8E8E8;
}
.shippingContainer .label{
    font-size: 16px;
    font-weight: bold;
}
.shippingContainer .logo{
    margin-top: 5px;
    height: 30px;
}
.shippingTableBox{
    border-radius: 10px;
    overflow: hidden;
}

.shippingTableBox table{
    width: 100%;
    border-spacing: 1px;
}
.shippingTableBox table tr{
    height: 40px;
}

.shippingTableBox table th{
    background-color: #006fff;
    color: white;
    font-size: 12px;
}
.shippingTableBox table th:first-child{
    width: 95px;
}
.shippingTableBox table th:last-child{
    width: 55px;
}
.shippingTableBox table td{
    background-color: white;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.shippingTableBox table p{
    font-size: 9px;
    font-weight: 400;
}


.asian2023Layout .itemTitle{
    font-weight: 800;
}


.election2024PageContainer {
    font-family: 'Noto Sans';
    z-index: 4;
    overflow: hidden;
}

.election2024Layout{
    color: rgb(34, 34, 34);
}

.election2024Layout .electionTitleBox{
    width: 100%;
    height: 197px;
}
.election2024Layout .electionTitle .titleImg{
    width: 243.4px;
    height: 54.4px;
}

.election2024Layout .electionTitle .title{
    font-family: "Pretendard";
    margin-left: 10px;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
}


.election2024Layout .electionTitle .date{
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.38px;
    margin-top: -33px;
}
.election2024Layout .electionTitle .dDay{
    box-sizing: border-box;
    width: 100px;
    height: 52px;
    margin: 7px 0 0;
    text-align: center;
    padding: 0 5px 5px;
    border-radius: 26px;
    background-color: rgb(255, 255, 255);
    font-size: 32px;
    line-height: 52px;
    color: rgb(104, 77, 232);
}


.election2024Layout .elecNav{
    position: relative;
    height: 64px;
    border-bottom: 1px solid rgb(227, 227, 227);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: -0.45px;
    color: rgb(55, 38, 168);
    background-color: rgb(255, 255, 255);
}

.election2024Layout .elecNav div{
    height: 58px;
    margin-left: 60px;
}

.election2024Layout .elecNav :first-child{
    margin-left: 0px;
}
.election2024Layout .elecNav .active{
    font-weight: 900;
    color: rgb(55, 38, 168);
    border-bottom: 6px solid rgb(55, 38, 168);
}

.election2024Layout .itemTitle{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: -0.43px;
    color: rgb(143, 104, 255); margin: 20px 0;
}

.election2024Layout .newsHeaderSelect{
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 22px;
    height: 40px;
    text-align: center;
    border-radius: 21px;
    border: solid 2px rgb(143, 104, 255);
    font-size: 17px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -0.43px;
    color: rgb(143, 104, 255);
    cursor: pointer;
}
.election2024Layout .newsHeaderSelect.active{
    background-color: rgb(143, 104, 255);
    color: rgb(255, 255, 255);
}
.election2024Layout .photoCnt {
    box-sizing: border-box;
    padding: 0px 8px 4px 2px;
    min-width: 28px;
    height: 28px;
    background: url(/newCommon/icon/photoCnt.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 10px;
    color: white;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.election2024Layout .photoBox{
    width: 260px !important;
    height: max-content !important;
    margin: 60px 40px 0 0 !important;
}
.election2024Layout .photoBox img{
    width: 260px !important;
    height: 180px !important;
    object-fit: cover;
}
.election2024Layout .photoBox .photoTitle{
    background-color: initial !important;
    position: initial !important;
    color: rgb(34, 34, 34) !important;  
    font-size: 17px !important;  
    font-weight: bold !important;  
    line-height: 1.47 !important;  
    letter-spacing: -0.43px !important;  
    height: 50px !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.election2024Layout .lineBox{
    box-sizing: border-box;
    width: 50%;
    padding-right: 30px;
    margin-top: 25px;
}

.election2024Layout .lineBox a{
    display: flex;
}

.bgColorContainer {
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 40px calc(50vw - 580px);
}
