@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;
    
}
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;
}
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-image: url('/newCommon/img/background/electionBanner.png');
    background-position: 50%;
}
body{
    margin: 0;
}
.outerImage{
    background-image: url('/newCommon/img/background/electionBackground.png');
    background-size: 100%; 
}
#layout{
    width: 1366px;
    margin: 0 auto;
    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: 1366px;
    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;
}
.grid {
    display: flex;
    position: relative;
    width: 100%;
}
#body{
    width: 900px;
}
.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;
}
.shrink0{
    flex-shrink: 0;
}
.shrink1{
    flex-shrink: 1;
}
.overflowHidden{
    overflow: hidden;
}
.fullWidth{
    width: 100%;
}
.relative{
    position: relative;
}
.backgroundWhite{
    background-color: white;
}
.marginTop7{
    margin-top: 7px !important;
}
.marginTop10{
    margin-top: 10px !important;
}
.marginTop14{
    margin-top: 14px !important;
}
.marginTop15{
    margin-top: 15px !important;
}
.marginTop20{
    margin-top: 20px !important;
}
.marginTop23{
    margin-top: 23px !important;
}
.marginTop25{
    margin-top: 25px !important;
}
.marginTop35{
    margin-top: 35px !important;
}
.marginBottom5{
    margin-bottom: 5px !important;
}
.marginBottom10{
    margin-bottom: 10px !important;
}
.marginBottom13{
    margin-bottom: 13px !important;
}
.marginBottom15{
    margin-bottom: 15px !important;
}
.marginBottom20{
    margin-bottom: 20px !important;
}
.marginRight5{
    margin-right: 5px !important;
}
.marginRight10{
    margin-right: 10px !important;
}
.marginRight15{
    margin-right: 15px !important;
}
.marginRight17{
    margin-right: 17px !important;
}
.marginRight25{
    margin-right: 25px !important;
}
.marginLeft5{
    margin-left: 5px !important;
}
.marginLeft10{
    margin-left: 10px !important;
}
.marginLeft15{
    margin-left: 15px !important;
}
.marginLeft20{
    margin-left: 15px !important;
}
.paddingTop3{
    padding-top: 3px !important;
}
.paddingTop10{
    padding-top: 10px !important;
}
.paddingTop20{
    padding-top: 20px !important;
}
.paddingBottom10{
    padding-bottom: 10px !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;
}
.border05{
    border: solid 0.5px #9b9b9b;
}
.border1{
    border: solid 1px #707070;
}
.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;
}
.regular{
    font-family: 'Noto Sans KR regular', sans-serif;
}
.width1\/2{
    width: 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);
}


.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;
}
.more{
    float: right;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color:rgb(61, 61, 61);
}
.itemTitle{
    font-size: 17px;
    font-weight: bold;
}
.itemSubtitle{
    font-size: 14px;
    color:rgb(61, 61, 61);
}
.listTitle{
    font-size: 15px;
    font-weight: bold;
}

.itemImgWrapperWide{
    width: auto;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}
.itemImgWrapperWide.wide1{
    padding-top: 50% !important;
}
.itemImgWrapperWide.wide2{
    padding-top: 40% !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 .absolute.title{
    top: 0px;
    right: 0px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 3px 7px;
}




.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 .subtitle{
    box-sizing:border-box;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
    color: #1e1e1e;
}




.photoView{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.82);
    color: white;
    z-index: 100;
}
.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;
}
.photoViewContainer .arrow.right{
    padding-left: 20px;
    padding-right: 30px;
}
.photoView .photoViewBox{
    flex-flow: column;
    position: relative;
    width: 1100px;
    height: 100%;
    background-color: black;
    z-index: 101;
}
.photoView .photoViewBox .titleBox{
    height: 100px;
    font-size: 25px;
}
.photoView .photoViewBox .titleBox .title{
    line-height: 100px;
    margin-left: 30px;
}
.photoView img {
    display: block;
    max-width: 100%;
    height: -webkit-fill-available;
    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{
    /* display: flex; */
    overflow: hidden;
    /* overflow-x: scroll; */
    padding: 10px;
}
.photoBoxContainer .arrow{
    line-height: 320px;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    z-index: 10;
    text-shadow: 5px 5px 3px black;
}
.photoBoxContainer .arrow.left{
    padding-left: 150px;
    padding-right: 20px;
}
.photoBoxContainer .arrow.right{
    padding-left: 20px;
    padding-right: 150px;
}
.photoBoxContainer .photoBox{
    margin-right:  20px;
    width: 460px;
    height: 300px;
    position: relative;
}
.photoBoxContainer .photoBox img{
    width: 460px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 50%;
}
.photoBoxContainer .photoBox .photoTitle{
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    padding: 10px 15px 8px;
    font-size: 16px;
    line-height: 23px;
    color: white;
    background-color: rgba(0,0,0,0.7);
}
.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: 2px 5px 6.5px 2px;
    min-width: 23.5px;
    height: 23.5px;
    background: url('/newCommon/icon/photoCnt.svg') 100% 100% no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}













.greyFilter{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.35;
}
.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 {
    position: relative;
    width: 100%;
    /* height: 230.85px; */
    /* background-color: aqua; */
}
header .top-link{
    box-sizing: border-box;
    margin: 0 63px;
    height: 38.85px;
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #9b9b9b;
}
header .login-link{
    float: right;
    margin-right: 30px;
    height: 27.85px;
    font-size: 13px;
}
header .today-information{
    width: 170px;
    height: 99.5px;
    margin-left: 63px;
    margin-top: 13.15px;
    margin-bottom: 45.5px;
    text-align: center;
    vertical-align: bottom;
}
header .today-information .today{
    margin: 0 auto;
    margin-bottom: 3px;
    padding-bottom: 5px;
    border-bottom: 3px solid;
    font-size: 16px;
}
header .today-information .information{
    display: flex;
}
header .today-information .information > div:nth-child(1){
    width: 60%;
    height: 62px;
    text-align: center;
    vertical-align: middle;
    font-size: 19px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid #CCCCCC;
    line-height: 0.9em;
}
header .today-information .information > div:nth-child(1) p{
    margin: 0 auto;
}
header .today-information .information > div:nth-child(1) font{
    vertical-align: middle;
    font-size: 15px;
}
header .today-information .information > div:nth-child(1) span{
    font-family: 'Noto Sans KR regular', sans-serif;
    vertical-align: middle;
    font-size: 10px;
}
header .today-information .information > div:nth-child(2){
    width: 40%;
    height: 62px;
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
header .today-information .information > div:nth-child(2) img{
    width: 90%;
    height: 95%;
    object-fit: contain;
}
header .navigation nav{
    margin: 0 63px;
    height: 33px;
    letter-spacing: -1px;
    border-bottom: 1px solid #CCCCCC;
}
header .navigation nav ul{
    width: 820px;
    display: flex;
    justify-content: space-between;
}
header .navigation ul li{
    padding: 0px 0px 8px 3px;
    font-weight: bold;
}
header a{
    vertical-align: top;
}
header .logo{
    font-family: Roboto, Helvetica, sans-serif;
    position: absolute;
    top: 27.88px;
    left: 535px;
}
header .daily{
    height: 192px;
    float: right;
    text-align: right;
}
header .daily .daily-topic{
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 15px;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
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;
}
/* ------------------------------헤더 끝------------------------ */

/* ------------------------------콘텐츠 시작------------------------ */
.body {
    width: 64%;
}
.contents {
    padding:20px 25px 0px 63px;
    width: 785.906px;
}
/* ------------------------------콘텐츠 끝------------------------ */

/* --------------------------사이드바 시작-------------------------- */
.sidebar {
    width: 36%;
    padding-left:25px;
    box-sizing: border-box;
}
.sidebar #sidebarElement{
    width: 425px;
    padding: 20px 0 0;
}
.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;
}


.sidebar .timeline div{
    width: 410px;
    height: 500px;
    overflow: auto;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    margin-top: 10px;
}
.sidebar .timeline div ul li{
    position: relative;
    height: 60px;
    font-family: 'Noto Sans KR regular', sans-serif;
}
.sidebar .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;
}
.sidebar .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 .footerBottomContainer{
    display: flex;
    width: 1366px;
    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;
}
/*====================푸터 끝====================*/




.wideImage{
    width: 786px;
    height: 402px;
}





/*====================정치, 사회 페이지 시작====================*/
.contents div{
    text-align: left;
}

/* .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;
}


/* ---------------------------------카드뉴스 끝 ---------------------------------*/


/* ---------------------------------기사본문 ---------------------------------*/

/* new-detail */
.body .contents .news-contents {
    padding-top: 0px;
    margin: 0 0 40px;
}
.body .contents .news-contents h2 {
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.body .contents .news-contents .information {
    margin: 20px 0 35px;
    line-height: normal;
    margin-bottom: 18px;
}
.body .contents .news-contents .information:after {
    content: "";
    display: block;
    clear: both;
}
.body .contents .news-contents .information li {
    float: left;
}
.body .contents .news-contents .information ul:first-child {
    float: left;
    color: #9b9b9b;
}
.body .contents .news-contents .information ul:first-child li {
    padding: 0 10px;
    border-left: 1px solid #9B9B9B;
    font-weight: 500;
}
.body .contents .news-contents .information ul:first-child li:first-child {
    padding: 0px 10px 0px 0px;
    border-left: 0px;
}
.body .contents .news-contents .information ul:last-child {
    float: right;
}
.body .contents .news-contents .information ul:nth-last-child(2) {
    float: right;
}
.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: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    background: white;
    border: 1px solid black;
    border-style: inset;
    cursor: pointer;
    margin-right: 20px;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:nth-last-child(2) {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:last-child {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
}
.body .contents .news-contents .article {
    font-family: 'Noto Sans KR regular', sans-serif;
    padding: 0 90px;
    line-height: normal;
}
.body .contents .news-contents .article .figure {
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
}
.body .contents .news-contents .article .figure img {
    display: block;
    margin: 0 auto;
}
.body .contents .news-contents .article .figure span {
    display: block;
    margin: 10px 0 0;
    color: #9b9b9b;
    /* font-weight: bold; */
}
.body .contents .news-contents .banner-area {
    position: relative;
    margin-bottom: 20px;
    height: 72px;
}
.body .contents .news-contents .article .inner-subtitle {
    display: block;
    margin: 27px 40px 27px 0px;
    border-left: 4px solid #3c3e40;
    font-weight: bold;
    padding-left: 24px;
}
.body .contents .news-contents .article blockquote{
    display: block;
    border-left: 4px solid #3c3e40;
    font-weight: bold;
    padding-left: 24px;
    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 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-top: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: normal;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.body .contents .news-rel h3{
    margin: 10px 0px 15px;
}
.body .contents .news-rel li{
    list-style: inside;
}
.body .contents .appraise {
    display: flex;
    margin: 20px 0 20px;
    padding: 20px 60px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.body .contents .appraise > div {
    display: block;
    flex: 3 0 auto;
    text-align: center;
}
.body .contents .appraise span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
}
.body .contents .appraise .far {
    font-size: 50px;
}
.body .contents .appraise div:nth-child(1) {
    color: #ff9821;
}
.body .contents .appraise div::nth-child(2) {
    color: #000;
}
.body .contents .appraise div:nth-child(3) {
    color: #002add;
}
.body .contents .report {
    margin-bottom: 35px;
}
.body .contents .report h3 {
    margin-bottom: 20px;
}
.body .contents .reply .reply-title {
    position: relative;
    margin-bottom: 20px;
}
.body .contents .reply .reply-title  > div {
    position: absolute;
    top: 0;
    right: 0;
}
.body .contents .reply > div i {
    color: #393939;
    font-size: 24px;
}
.body .contents .reply > div a.active {
    display: block;
}
.body .contents .reply textarea {
    padding: 10px;
    width: 100%;
    height: 110px;
    resize: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.body .contents .reply textarea::placeholder {
    color: #9b9b9b;
}
.body .contents .reply .reply-align {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.body .contents .reply .reply-align li {
    display: inline-block;
    padding-right: 30px;
}
.body .contents .reply .reply-align li span{
    display: inline-block;
    line-height: normal;
}
.body .contents .reply .reply-align li.active{
    position: relative;
    color: #002add;
}
.body .contents .reply .reply-align li span {
    padding: 0px;
}
.body .contents .reply .reply-align li.active span {
    border-bottom: 3px solid #002ADD;
}
.body .contents .reply .reply-contents > div > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.body .contents .reply .reply-contents > div > ul > li > span {
    font-weight: 700;
}
.body .contents .reply .reply-contents > div > ul > li > p {
    margin: 15px 0 10px;
}
.body .contents .reply .reply-contents > div > ul > li > div:after {
    content: "";
    display: block;
    clear: both;
}
.body .contents .reply .reply-contents > div > ul > li > div ul:nth-child(1) {
    float: left;
    color: #9b9b9b;
}
.body .contents .reply .reply-contents > div > ul > li > div ul:nth-child(1) li {
    line-height: 25px;
    padding-right: 10px;
}
.body .contents .reply .reply-contents > div > ul > li > div ul:nth-child(1) li:nth-child(2) {
    padding-right: 20px;
}
.body .contents .reply .reply-contents > div > ul > li > div ul:nth-child(2) {
    float: right;
}
.body .contents .reply .reply-contents > div > ul > li > div ul li {
    float: left;
}
.body .contents .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;
    border: 1px solid #ccc;
    cursor: pointer;
}
.body .contents .reply .reply-contents > div > ul > li > div ul:nth-child(2) li .fa-thumbs-up {
    color: #ff9821;
}
.body .contents .reply .reply-contents > div > ul > li > div ul:nth-child(2) li .fa-thumbs-down {
    color: #002add;
}
.body .contents .reply .more {
    margin-top: 30px;
    text-align: right;
    font-weight: 400;
}
/*---------------------------------- 기사본문 끝 ---------------------------------*/



/* home 페이지 헤드라인 시작 */
.contents div{
    text-align: left;
}
.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: 498px;  
    margin-right: 47px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox h2{
    height: 40px;
}
.contents .oneBigTwoSmallPhotoBox .oneBigBox .imageSliderBackColor{
    position: relative;
    overflow: hidden;
    background-color:rgb(61, 61, 61);
    width: 498px;
    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;
    /* height: 130px; */
    margin: 30px 0;
    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-size: 25px;
    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: 18px;
    color: #15FCE9;
    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 .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: 249px;
    height: 200px;
}
.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: 47px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.subTopContainer .subTopDiv .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;
}
.subTopContainer .subTopDiv .title{
    position: absolute;
    top: 87px;
    width: 100%;
}
.subTopContainer .subTopDiv .title p{
    width: 100%;
    padding: 0 25px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 24px;
    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: 1386px;
}
.article_wing_right{
    position: absolute;
    top: 1000px;
    left: 1386px;
}










