@font-face {
    font-family: 'Noto Sans KR medium';
    src: url('/common/fonts/NotoSansKR-Medium.woff');
}
@font-face {
    font-family: 'Noto Sans KR regular';
    src: url('/common/fonts/NotoSansKR-Regular.woff');
}
@font-face {
    font-family: 'Noto Sans KR Bold';
    src: url('/common/fonts/NotoSansKR-Bold.woff');
}

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;
}
body{
    margin: 0;
}
#fullLayout{
    min-width: 1366px;
    /* 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;
    overflow-wrap: break-word;
    word-break: keep-all;
}
.grid {
    width: 1366px;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.banner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gradientContainer{
    position: relative;
}
.gradientContainer span{
    position: absolute;
    bottom: 12px;
    font-size: 14px;
    line-height: 15px;
    width: 92%;
    margin: 0 3% 0 5%;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gradientContainer img{
    width: 100%;
}
.gradientContainer .arrow{
    position: absolute;
    top: 50%;
    width: 15px;
    height: 24px;
    margin-top: -12px;
    cursor: pointer;
}
.gradientContainer .arrow.left{
    left: 3%;
}
.gradientContainer .arrow.right{
    right: 3%;
}
.gradientContainer .arrow .left{
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-radius: 2px;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.gradientContainer .arrow .right{
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-radius: 2px;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
}
.gradientBox{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(10, 10, 10, 0.1) 54%, rgba(15, 15, 15, 0.26) 68%, rgba(11, 11, 11, 0.75) 88%, #000000 100%);
    /* 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;    
}
.greyFilter{
    width: 100%;
    height: 100%;
    opacity: 0.33;
    -webkit-backdrop-filter: blur(48.4px);
    backdrop-filter: blur(48.4px);
    background-color: #020202;
}
.greyFilter2{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #2b2b2b;
}
.dotSlider{
    text-align: center;
}
.dotSlider div{
    cursor: pointer;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    display: inline-block;
    margin: 0 13px;
    vertical-align: bottom;
}
.dotSlider div.active{
    background-color: rgb(0, 42, 221);
}
.containerBox{
    font-size: 0px;
}
.cursorPointer{
    cursor: pointer;
}
.inline{
    display: inline-block;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.hidden{
    display: none !important;
}
.flex{
    display: flex;
}
.verticalCenter{
    align-items: center;
}
.justifyCenter{
    justify-content: center;
}
.justifyBetween{
    justify-content: space-between;
}
.relative{
    position: relative;
}
.backgroundWhite{
    background-color: white;
}
.marginTop10{
    margin-top: 10px;
}
.marginTop14{
    margin-top: 14px;
}
.marginTop15{
    margin-top: 15px;
}
.marginTop20{
    margin-top: 20px;
}
.marginTop25{
    margin-top: 25px;
}
.marginTop35{
    margin-top: 35px;
}
.marginBottom10{
    margin-bottom: 10px;
}
.marginBottom13{
    margin-bottom: 13px;
}
.marginBottom15{
    margin-bottom: 15px;
}
.marginBottom20{
    margin-bottom: 20px;
}
.marginRight17{
    margin-right: 17px;
}
.marginRight25{
    margin-right: 25px;
}
.paddingRight15{
    padding-right: 15px;
}
.border05{
    border: solid 0.5px #9b9b9b;
}
.borderRight05{
    border-right: solid 0.5px #9b9b9b;
}
.border1{
    border: solid 1px #707070;
}
.borderRight1{
    border-right: solid 1px #CCCCCC;
}
.borderRight1Black{
    border-right: solid 1px #000000;
}
.regular{
    font-family: 'Noto Sans KR regular', sans-serif;
}
.width146Image{
    width: 146px;
    height: 84px;
    object-fit: cover;
    object-position: 0 0;
}
.width146Text{
    margin: 3px 0 11px 0;
    width: 146px;
    font-size: 14px;
    line-height: 19px;
    height: 38px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.width191{
    width: 191px;
}
.width195{
    width: 195px;
}
.width195 img{
    width: 195px;
}
.width205{
    width: 205px;
}
.width205 img{
    width: 205px;
    height: 126px;
    object-fit: cover;
    object-position: 0 50;
}
.width210{
    width: 210px;
}
.withPhotoList{
    /* width: 405px; */
}
.subMainList{
    /* width: 450px; */
}
.moreIcon{
    font-size: 14px;
    line-height: 14px;
    margin-top: 3px;
}
.moreArrow{
    vertical-align: bottom;
}

.lineLimit{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.lineLimit.line1{
    -webkit-line-clamp: 1;
}
.lineLimit.line2{
    -webkit-line-clamp: 2;
}
.lineLimit.line3{
    -webkit-line-clamp: 3;
}
.lineLimit.line4{
    -webkit-line-clamp: 4;
}
.lineLimit.line5{
    -webkit-line-clamp: 5;
}
.lineLimit.line6{
    -webkit-line-clamp: 6;
}
.line2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.photoBoxContainer .line2{
    margin-top: 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.contents .title{
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}
.premiumContainer .title{
    margin: 20px 7px 0 17px;
    font-size: 16px;
    line-height: 16px;
}
.premiumContainer .title b{
    font-family: 'Noto Sans KR Bold', sans-serif;
}
.premiumContainer .info{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 13px;
    line-height: 16px;
    opacity: 0.6;
}
.premiumContainerBox{
    font-size: 0px;
    width: 210px;
    margin-right: 25px;
}
.premiumContainerBox .boxText{
    box-sizing: border-box;
    margin: 11px 9px 10px 10px;
    font-size: 14px;
    line-height: 19px;
    height: 39px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.premiumList{
    /* width: 385px; */
}
.premiumList .zoneList{
    margin-top: 14px;
}
.premiumBox{
    box-sizing: border-box;
    /* padding: 18px 10px 12px; */
    /* background-color: #f7f7f7; */
}
.nowrapTitle{
    /* width: 100%; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}
.subMainTitle{
    /* width: 100%; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
}
.premiumRegister{
    float: right;
    margin: 11px 14px;
    width: 178px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    background-color: #ffea77;
}
.premiumHeader1{
    height: 56px;
    background-color: #EFBF3D;
    padding: 17px 0 0;
    box-sizing: border-box;
}
.premiumHeader2{
    height: 50px;
    border-bottom: 1px solid #000000;
    padding: 0 0 0 7px;
    width: 100%;
    box-sizing: border-box;
}
.premiumLabel.active{
    font-family: 'Noto Sans KR Bold', sans-serif;
}
.premiumLabel{
    font-family: 'Noto Sans KR regular', sans-serif;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}
hr{
    border: none;
    border-bottom: 1px solid #CCCCCC;
}
.black hr{
    border-bottom: 1px solid #000000;
}
/* ------------------------------콘텐츠 시작------------------------ */
.body {
    width: 672px;
}
.contents {
    width: 672px;
    box-sizing: border-box;
    padding: 20px 23px 0 0;
    border-right: 1px solid #CCCCCC;
}
/* ------------------------------콘텐츠 끝------------------------ */
/* ------------------------------헤더 시작------------------------------ */
header {
    width: 100%;
    height: 206px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    /* background-color: aqua; */
}
header .header{
    position: relative;
    box-sizing: border-box;
    padding: 0 180px;
    width: 1366px;
    height: 206px;
    margin: 0 auto;
}
header .topLink{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
}
header .lastModify{
    position: absolute;
    left: 180px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    opacity: 0.6;
}
header .mobileLink{
    position: absolute;
    left: 670px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
}
header .loginLink{
    position: absolute;
    right: 180px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
header .loginLink .loginText{
    opacity: 1;
    color: #012684;
    font-weight: bold;
}
header .loginLink .blur{
    opacity: 0.6;
}
header .loginLink .verticalLine{
    display: inline-block;
    margin: 0 5px;
    height: 15px;
    vertical-align: sub;
    border-left: 1px solid black;
}
header .today-information{
    position: absolute;
    top: 70px;
    right: 180px;
    text-align: center;
    vertical-align: bottom;
}
header .today-information .today{
    margin: 0 auto;
    margin-bottom: 3px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}
header .today-information .information{
    display: flex;
}
header .today-information .information .textBox{
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}
header .today-information .information .textBox .temperature{
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}
header .today-information .information .textBox .weather,.finedust{
    font-family: 'Noto Sans KR regular', sans-serif;
    vertical-align: middle;
    font-size: 14px;
    line-height: 19px;
}
header .today-information .information .imageBox{
    width: 80px;
    text-align: center;
}
header .today-information .information .imageBox img{
    width: 70px;
}
header .navigation {
    position: absolute;
    left: 180px;
    bottom: 2px;
    height: 49px;
    line-height: 49px;
    width: 670px;
    box-sizing: border-box;
}
header .navigation .categoryList {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
header .navigation .category.active {
    font-weight: bold;
    border-bottom: 3px solid black;
}
header a{
    vertical-align: top;
}
header .categoryTitle{
    padding: 72px 0 0;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
}
header .logo{
    position: absolute;
    top: 61px;
    left: 460px;
}
header .logo .logoImage{
    width: 450px;
}
header .leftLogo{
    position: absolute;
    top: 72px;
    left: 215px;
}
header .leftLogo .logoImage{
    width: 127px;
}
header .rightSearchBox{
    display: inline-block;
    height: 32px;
    font-size: 0px;
    margin: 0 10px 0;
}
header .rightSearchBox .search{
    position: relative;
    margin: 3px 0 0;
}
header .rightSearchBox .search input[type="text"]{
    padding: 0 30px 0 0;
    text-align: right;
    width: 212px;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
header .rightSearchBox .search input::placeholder {
    font-size: 0px;
}
header .rightSearchBox .search button {
    margin:0;
    padding:0;
    border: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 10px;
    top: 9px;
    background: none;
}
header .rightSearchBox .search button i.fa {
    font-size: 15px;
    color: #000;
}
/* ------------------------------헤더 끝------------------------ */


/* --------------------------사이드바 시작-------------------------- */
.sidebar {
    width: 331px;
    box-sizing: border-box;
    float: right;
    /* padding: 10px 0 0; */
}
.sidebar #sidebarElement{
    box-sizing: border-box;
    width: 331px;
    padding: 20px 0 0 23px;
}
.sidebar .title{
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
}
.fastNewsContainer{
    height: 20px;
    overflow: hidden;
    font-size: 0px;
}
.fastNews{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.fastNews p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bestClickList{
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
}
.bestClickList .num{
    display: inline-block;
    text-align: left;
    width: 24px;
    line-height: 17px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0 10px 0 0;
}
.bestClickList .num.active{
    color: #0b3cb9;
}
.bestClickList .circleNum{
    display: inline-block;
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #000000;
    color: #FFFFFF;
    margin: 0 10px 0 0;
}
.noteContainer .label{
    font-size: 16px;
    font-weight: bold;
}
.noteContainer .noteContent2{
    margin: 15px 0 0;
}
.noteContainer .noteContent2 .image{
    width: 82px;
    height: 82px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 50%;
    margin: 0 23px 0 0;
    float: left;
    border: 1px solid #CCCCCC;
    flex-shrink: 0;
}
.noteContainer .noteContent2 .title{
    font-size: 15px;
    font-weight: bold;
    color: #012684;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noteContainer .noteContent2 .subTitle{
    font-size: 14px;
    color: #454545;
    margin: 5px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.5em;
}


.noteHeader{
    display: flex;
    border: 1px solid #9B9B9B;
    height: 49px;
    box-sizing: border-box;
    border-radius: 34px;
    padding: 4px 6px;
    background-color: #F7F7F7;
    position: relative;
    margin: 0 0 15px;
}
.noteHeader img{
    width: 40px;
    height: 39px;
}
.noteHeader i{
    position: absolute;
    right: 20px;
    line-height: 39px;
    transition: 0.3s ease;
}
.noteHeader .textContainer{
    margin: 2px 0 0 10px;
    font-size: 12px;
    line-height: 17px;
    color: #9B9B9B;
}
.noteHeader .textContainer .noteTitle{
    font-weight: bold;
    color: #000000;
}
.noteContent{
    margin: 10px -10px 0 15px;
}
.chatBox{
    background: url('/common/img/background/chatBox.png'); 
    background-size: 100% 99%; 
    background-repeat: no-repeat;
    padding: 2px;
}
.chatBox .noteTitle{
    width: 202px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    margin: 8px 0 8px 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
.chatBox .noteSubTitle{
    width: 202px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 14px;
    color: #9B9B9B;
}
.noteImage{
    width: 76px;
    height: 87px;
    object-fit: cover;
    object-position: 50% 50%;
}

.issueHeader{
    margin: 10px 0 30px;
    width: 100%;
    height: 73px;
    background-image: url('/common/img/background/todayIssue.png');
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    position: relative;
}
.issueHeader p{
    position: absolute;
    top: 25px;
    left: 91px;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.59);
    /* font-family: SeoulHangangEB; */
}
.issueContent{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 15px 0;
    padding: 0 0 8px;
    border-bottom: 1px solid #CCCCCC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stock{
    margin: 35px 0 0;
}
.stockContainer{
    margin: 10px 0 0;
    box-sizing: border-box;
    height: 242px;
    border: solid 1px #cccccc;
}
.stockContainer .stockHeader{
    height: 37px;
    background-color: #F7F7F7;
    border-bottom: solid 1px #cccccc;
}
.stockContainer .stockLabel{
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 12px 0 12px;
    padding: 0 10px;
    color: #9B9B9B;
    cursor: pointer;
}
.stockContainer .stockLabel.active{
    color: #012684;
}
.stockContainer .stockBox{
    text-align: center;
}
.stockContainer .stockText{
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
}
.stockContainer .stockMargin{
    margin: 12px 0 20px;
}
.simpleList{
    margin: 35px 0 0;
}
.titleList{
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 10px 0;
}
.pictorialContainer .gradientContainer img{
    width: 308px;
    height: 221px;
    object-fit: cover;
}
.pictorialNav{
    margin: 7px 0 0;
}
.pictorialNav .arrow{
    cursor: pointer;
    width: 18px;
    height: 24px;
    margin-top: 11px;
    flex-shrink: 0;
}
.pictorialNav .arrow div{
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-radius: 2px;
    margin-top: 4px;
}
.pictorialNav .arrow .left{
    border-left: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    margin-left: 3px;
}
.pictorialNav .arrow .right{
    border-right: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
    float: right;
    margin-right: 3px;
}
.pictorialNav .navItem{
    position: relative;
    font-size: 0px;
    width: 64px;
    margin: 0 5px 0 0;
    flex-shrink: 0;
}
.pictorialNav img{
    width: 64px;
    height: 46px;
    object-fit: cover;
}

.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 .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('/common/img/background/hotcool.png');
    background-size: 100% 100%; 
    text-align: center;
    margin-bottom: 5px;
}
.sidebar .hotcool .hotcool-title p{
    position: absolute;
    color: #f7f7f7;
    font-size: 17px;
    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: 35px;
    height: 35px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    border-bottom: 1px solid #CCCCCC;
}

.sidebar .timeline .timelineContainer{
    height: 500px;
    overflow: auto;
    margin: 15px 0;
}
.sidebar .timeline .timelineContainer ul li{
    position: relative;
    height: 60px;
    font-family: 'Noto Sans KR regular', sans-serif;
}
.sidebar .timeline .timelineContainer ul li span{
    position: absolute;
    left: 0px;
    width: 60px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #9B9B9B;
    z-index: 2;
    background-color: white;
}
.sidebar .timeline .timelineContainer ul li a{
    position: absolute;
    height: 40px;
    top: -15px;
    left: 30px;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0 4px 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #E3E3E3;
}

/* 사이드바 끝 */

/*====================푸터 시작====================*/
footer{
    padding-top: 10px;
    height: 340px;
}
footer .footer{
    position: relative;
    box-sizing: border-box;
    padding: 0 180px;
    width: 1366px;
    margin: 0 auto;
}
footer .footerTopContainer{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 71px;
}
footer .footerTopContainer .footerTopLeftBox{
    width: 161px;
    text-align: right;
}
footer .footerTopContainer .footerTopLeftBox a .footerTopLeftPhoto{
    width: 86px;
    margin: 20px 75px 0 0;
}
footer .footerTopContainer .footerTopMiddleBox{
    width: 700px;
}
footer .footerTopContainer .footerTopMiddleBox .footerTopMiddleNavigation{
    text-align: left;
    line-height: 71px;
    font-size: 15px;
    font-weight: bold;
}
footer .footerTopContainer .footerTopMiddleBox .footerTopMiddleNavigation .footerTopMiddleList{
    display: inline-block;
    margin-right: 12px;
}

footer .footerTopContainer .footerTopRightBox{
    width: 280px;
}
footer .footerTopContainer .footerTopRightBox a .footerTopRightPhoto{
    width: 124px;
    height:32px;
}
footer .footerBottomContainer{
    display: flex;
    height: 172px;
}
footer .leftBox{
    width: 160px;
}
footer .middleBox{
    width: 650px;
}
footer .middleBox .footerList{
    text-align: left;
    line-height: 64px;
    font-size: 12px;
    color:#393939;
    padding: 0 20px 0 0;
}
footer .middleBox .info{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 21px;
    color:#393939;
}
footer .rightBox{
    width: 130px;
    text-align: right;
}
footer .rightBox .copyrightLogo{
    margin: 27px 0 0;
    width: 48px;
}
footer .rightBox .incLogo{
    margin: 29px 0 0;
    width: 102px;
}
/*====================푸터 끝====================*/


/* ---------------------------------기사본문 ---------------------------------*/

/* new-detail */
.body .contents .news-contents {
    padding-top: 0px;
    margin: 0 0 40px;
}
.body .contents .news-contents .title {
    line-height: 1.5em;
    padding: 0 0 25px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.body .contents .news-contents .information {
    margin: 15px 0 20px;
    line-height: normal;
}
.body .contents .news-contents .information:after {
    content: "";
    display: block;
    clear: both;
}
.body .contents .news-contents .information ul:first-child {
    float: left;
    color: #9b9b9b;
    max-width: 47%;
}
.body .contents .news-contents .information ul:first-child li {
    padding: 0px 10px 0px 0px;
    font-weight: 500;
}
.body .contents .news-contents .information ul:last-child {
    display: flex;
    justify-content: flex-end;
    padding: 0 5px 0 0;
}
.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: 31px;
    height: 31px;
    line-height: 29px;
    font-size: 20px;
    text-align: center;
    background: white;
    border: 1px solid black;
    border-style: inset;
    cursor: pointer;
    margin: 0 3px 0 0;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:nth-last-child(3) {
    margin: 0 20px 0 0;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:nth-last-child(2) {
    font-size: 11px;
    font-weight: normal;
}
.body .contents .news-contents .information ul:nth-last-child(2) li:last-child {
    font-size: 16px;
    font-weight: bold;
}
.body .contents .news-contents .article {
    font-family: 'Noto Sans KR regular', sans-serif;
    line-height: 1.8em;
}
.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: 5px 0 0;
    color: #9b9b9b;
    font-size: 12px;
}
.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-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: outside;
    margin: 0 0 0 15px;
}
.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 .headLineContainer{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}
.contents .headLineContainer .headLineBox {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}
.contents .headLineContainer .headLineImg{
    width: 100%;
    height: 100%;
}
.contents .headLineContainer .label {
    position: absolute;
    bottom: 72px;
    left: 266px;
    width: 99px;
    height: 29px;
    background-color: #000000;
    font-size: 18px;
    line-height: 29px;
    color: #f7f7f7;
    text-align: center;
}
.contents .headLineContainer .headLineTitle{
    font-size:26px;
    line-height: 37px;
    color:#000000;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: center;
    padding: 28px 0 20px;
    border-bottom: 1px solid #000000;
}

/* home 페이지 헤드라인 끝 */

.contents .horizonLine1{
    margin-top: 20px;
}

.contents .horizonLine1 hr{
    border: 0;
    height: 1px;
    background: #ccc;
}
.contents .horizonLine2{
    margin: 0 auto;
    padding: 75px  0 22px 0;
}

.contents .horizonLine2 hr{
    border: 0;
    height: 1px;
    background: #ccc;
}


/* commomPagingList.ejs 시작 */

.contents .articleList{
    margin: 0 auto;
}
.contents .articleList .articleBox{
    width: 100%;
    /* margin: 13px 0 22px; */
}
.contents .articleList .articleBox .imageBox{
    float: left;
    font-size: 0px;
    margin: 0 20px 0 0;
}
.contents .articleList .articleBox .imageBox img{
    width: 162px;
    height: 123px;
    object-fit: cover;
}
.contents .articleList .articleBox .textBox{
    padding: 13px 0 0;
    width: 100%;
    min-height: 110px;
}
.contents .articleList .articleBox .textBox .articleInfo{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #393939;
}
.contents .articleList .articleBox .textBox .articleTitle{
    margin: 2px 0 0;
    font-size: 14px;
    line-height: 23px;
    color: black;
}
.contents .articleList .articleBox .textBox .articleSubtitle{
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.18px;
    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;
    max-height: 3em;
}


.contents .pageNavigation{
    margin: 0 0 20px 0;
}
.contents .pageNavigation div{
    padding: 0;
    margin: 0 auto;
}

.contents .pageNavigation div ul{
    display: flex;
    justify-content: center;
}

.contents .pageNavigation div ul li{
    cursor: pointer;
    padding: 0 7px;
}
.contents .pageNavigation div ul li.active{
    color: #002ADD;
}

/* commomPagingList.ejs 끝 */

/* categoryMain.ejs 시작 */

.contents .categoryMainContainer .imageBox{
    width: 100%;
    height: 330px;
}
.contents .categoryMainContainer .imageBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.contents .categoryMainContainer .mainTitle{
    font-size: 28px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contents .categoryMainContainer .mainSubtitle{
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* categoryMain.ejs 끝 */

/* 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 ;
}

.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:523px;
}

.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: 30.8px;
    height: 362.7px;
    margin-bottom: 40.3px;
}
.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: 371.3px;
    height: 211.7px;
}
.horizontalTwoPhotoBox .horizontalTwoPhotoShape .horizontalTwoPhoto a div{
    display:flex;
}

.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 시작 */

.contents .horizonLine4{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 0 0 0;
    border: 1px solid black;
}

.contents .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;    
}
.contents .ColumnBox{
    width: 255.7px;
    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: 22.6em;
}

.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: 15px;
    margin-top: 5px;
}

.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;    
}



.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;  
}
.WingBannerLeft{
    width: 155px;
    padding: 20px 25px 0 0;
}
.WingBannerRight{
    width: 155px;
    padding: 20px 0 0 25px;
}




.LoginDiv .LoginLabel{
    font-size: 25px;
    text-align: center;
}
.LoginDiv .LoginBox{
    width: 400px;
    margin: 40px auto 80px;
}
.LoginDiv .LoginBox .Label{
    margin: 20px 0 0;
    font-size: 16px;
}
.LoginDiv .LoginBox #account_id,#account_password{
    margin: 10px 0 20px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000000;
}
.LoginDiv .LoginBox .find{
    min-height: 20px;
}
.LoginDiv .LoginBox .submitButton{
    margin: 28px 0 20px;
    height: 56px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background: #efbf3d;
    border: none;
    cursor: pointer;
}
.LoginDiv .LoginBox .register{
    font-family: 'Noto Sans KR regular', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #959595;
}
.LoginDiv .LoginBox .register a{
    margin-left: 10px;
    color: #147DE0;
}

.LoginDiv .LoginBox .info{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #959595;
}
.LoginDiv .LoginBox .info a{
    margin: 0 10px;
}


.RegisterDiv{
    position: relative;
    width: 843px;
    margin: 0 auto 80px;
}
.RegisterDiv .Title{
    font-size: 28px;
    font-weight: bold;
}

.RegisterDiv .selectText{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 18px;
    margin: 17px 0 55px;
}
.RegisterDiv .selectText .registerHelp{
    font-size: 15px;
    margin-left: 15px;
    text-decoration: underline;
    opacity: 0.6;
    cursor: pointer;
}
.RegisterDiv .registerHelpBox{
    position: absolute;
    top: 85px;
    left: 50%;
    padding: 10px;
    background-color: #EEEEEE;
    z-index: 10;
}
.RegisterDiv .registerButtonBox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}
.RegisterDiv .registerButton{
    position: relative;
    width: 239px;
    height: 162px;
    border-radius: 7px;
    border: solid 1px #cccccc;
    background-color: rgba(204, 204, 204, 0.11);
}
.RegisterDiv .registerButton p{
    margin: 22px 0 0 26px;
    font-size: 20px;
    font-weight: bold;
}
.RegisterDiv .registerButton img{
    position: absolute;
    right: 23px;
    bottom: 22px;
}
.RegisterDiv .InfoBox{
    padding: 20px 0;
    border-top: 1px solid #454545;
}
.RegisterDiv .InfoBox .infoTitle{
    font-size: 16px;
}
.RegisterDiv .InfoBox .infoTitle i{
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}
.RegisterDiv .InfoBox .Info{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 15px;
    padding-top: 20px;
}

.RegisterDiv .agreeCheckBox{
    margin: 15px 0 40px;
}
.RegisterDiv .agreeText{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 10px;
}
.RegisterDiv .agreeLabel{
    font-size: 20px;
    font-weight: bold;
}
.RegisterDiv .mtextarea{
    font-size: 15px;
    line-height: 23px;
    padding: 15px 17px 20px;
    margin: 15px 0 55px;
    width: 100%;
    box-sizing: border-box;
}
.RegisterDiv .registerButtonBox #cancelButton{
    width: 300px;
    height: 56px;
    background-color: #9b9b9b;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
}
.RegisterDiv .registerButtonBox #confirmButton{
    width: 300px;
    height: 56px;
    background-color: #efbf3d;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
}

.RegisterDiv .registerButtonBox #confirmButton.disable{
    opacity: 0.5;
}
.RegisterDiv .RegisterBox{
    padding-left: 220px;
}
.RegisterDiv .RegisterBox .Label{
    margin: 20px 0 0;
    font-size: 16px;
}
.RegisterDiv .RegisterBox .Label .ignore{
    font-family: 'Noto Sans KR regular', sans-serif;
    font-size: 14px;
}

.RegisterDiv .RegisterBox .input100{
    margin: 10px 0 20px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 400px;
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000000;
}

.RegisterDiv .RegisterBox .checkBoxDiv{
    font-family: 'Noto Sans KR regular', sans-serif;
    margin: 10px 0 20px;
    font-size: 16px;
}
.RegisterDiv .RegisterBox .checkBoxDiv label{
    cursor: pointer;
    margin-right: 10px;
}
.RegisterDiv #PayInfo{
    margin-left: -60px;
    width: 520px;
    border: 1px solid #707070;
    box-sizing: border-box;
}
.RegisterDiv .Bank{
    box-sizing: border-box;
    width: 518px;
    padding: 5px 32px 25px;
    background-color: #EEEEEE;
}
.RegisterDiv .Bank .Label{
    margin-bottom: 15px;
}
.RegisterDiv .Bank .text{
    font-size: 14px;
}
.RegisterDiv .payInfoContainer{
    padding-left: 59px;
}
.RegisterDiv .payInfoContainer select{
    margin: 10px 0 20px;
    height: 46px;
    width: 400px;
    padding: 10px 30px;
    font-size: 14px;
}
.RegisterDiv .submitButton{
    margin: 40px 0;
    width: 400px;
    height: 56px;
    background-color: #efbf3d;
    border: none;
    font-size: 16px;
    font-weight: bold;
}


.familyContainer {
    background-color: rgb(187, 187, 187);
    width: 1004px;
    margin: 20px auto 0;
}

.familyContainer .familyHeader{
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 10px;
}

.familyContainer .familyHeader .familyHeaderTitle{
    max-width: 90%;
}

.familyContainer .familyBoxArray{
    display: flex;
}

.familyContainer .familyBox{
    width: 33%;
    margin: 0 10px 10px;
}

.familyContainer .familyBoxBackground{
    padding: 20px;
    background-color: white;
    /* border-radius: 10px; */
}

.familyContainer .familyBox .familyNewsBox{
    display: flex;
    overflow: hidden;
}
.familyContainer .familyBox .familyNewsLogo{
    margin: 20px;
    height: 20px;
    max-width: 90%;
}

.familyContainer .familyBox .familyNewsBox .familyNewsPart{
    width: 100%;
    flex-shrink: 0;
}

.familyContainer .familyBox .familyNewsBox .familyNewsPart .firstImg{
    width: 130px;
    height: 85px;
    margin-right: 5px;
    object-fit: cover;
    float: left;
}

.familyContainer .lineLimit{
    word-break: normal;
    font-size: 15px;
    line-height: 25px;
}

.familyContainer .lineLimit:hover{
    text-decoration: underline;
}