/*
cube.css는 서경큐브(연재물코너) 관련 스타일 시트입니다.
20161228 코드 관리와 가독성을 위해 별도분리 하였습니다.
*/
/* -----------------------  레이아웃 --------------------------*/
#sedCube { width:100%;}
#sedCube * { font-family:'맑은 고딕','Malgun Gothic' !important; }
.cube_grayheader { display: none; font-family:'맑은 고딕','Malgun Gothic' !important;}
/* 900 */
@media screen and (max-width:900px){ 
    #header .cube_grayheader{position:relative;width:100%;height:30px;background:#fff;display:block;z-index:9999; text-align: left; border-bottom: 1px solid #d8dbdf;} 
    #header .cube_grayheader a { display: inline-block; height:30px; color:#000; font-size: 14px; text-indent: 10px; line-height: 30px;}
    #header .cube_grayheader a:nth-child(2) { text-indent: 0; color:#0078bd; }
}
/* -----------------------  콘텐츠 --------------------------*/
/*전체묶음*/
#sedCube header { width: 100%; height:162px; background: url("../images/cube/cube_10.jpg") no-repeat center;}
/*1198영역*/
#sedCube header > div { max-width:1198px; height:162px; margin:20px auto 0 auto; text-align: left; padding-left: 25px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
#sedCube header > div:before { display: inline-block; width:0; height:100%; content: ""; vertical-align: middle;}/*수직정렬*/
#sedCube header > div > span { display: none; }
/*텍스트묶음*/
#sedCube header > div div { display: inline-block; vertical-align: middle; max-height: 1198px; position: relative; z-index: 20; margin-top:3px;}
#sedCube header > div div h2 { width:179px; height:auto; margin-bottom: 15px;}
#sedCube header > div div span.m_text { display: none;}
#sedCube header > div div span.pc_text { display: block; width: 377px; height:34px; }
@media screen and (max-width:900px){  
    #sedCube header { height:125px; background:#243d52;}
    #sedCube header > div { height:125px; margin:0 auto;}
    #sedCube header > div:after { display:block; width:468px; height:125px; content: ""; background: url("../images/cube/cube_04.png") no-repeat center; position: absolute; top:0; right: 0;} /*bg gradation*/
    #sedCube header > div > span { display: block; width:319px; height:100%; position: absolute; top:0; right:0; background: url("../images/cube/cube_03.png") no-repeat; z-index: 10;} /*cube img*/
    #sedCube header > div div h2 { width:150px; margin-bottom: 7px;}
    #sedCube header > div div span.m_text { display: inline; color:#fff; line-height: 18px; opacity: 0.5}
    #sedCube header > div div span.pc_text { display: none; }
}
@media screen and (max-width:820px){  
    #sedCube header > div div { margin-top:4px;}
    #sedCube header > div div span.m_text { display: block; opacity: 0.5}
}
@media screen and (max-width:640px){  
    #sedCube header > div div h2 { margin-bottom: 5px;}
    #sedCube header > div:after { right: -100px;}
    #sedCube header > div > span { width:225px; background: url("../images/cube/cube_08.png") no-repeat top right;} /*cube img*/
    #sedCube header > div div span.m_text span{ display: none;}
}
@media screen and (max-width:480px){  
    #sedCube header > div div { margin-top:5px;}
    #sedCube header > div { padding-left: 20px; }
    #sedCube header > div:after { right: -150px;}
    #sedCube header > div div span.m_text { font-size: 12px;}
}
@media screen and (max-width:450px){ 
    #sedCube header > div > span {right:-30px;  } /*cube img*/
}
@media screen and (max-width:400px){ 
    #sedCube header > div { width:100%; padding-left:10px;}
    #sedCube header > div div h2 { width:135px;}
    #sedCube header > div > span {opacity: 0.8; right:-50px;  } /*cube img*/
}
/*------------------- 대선 속보 TOP STORIES ---------------------*/
#cube_el3 { width:100%; border-bottom: 1px solid #e6e8eb; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; position: relative;}
#cube_flash { max-width: 1198px; height:45px; margin:0 auto; text-align: left; line-height:45px; position: relative; box-sizing: border-box; padding-right:55px; }
#cube_flash .cube_flash { display: inline-block; height: 100%; overflow: hidden; float:left; position: relative;}
#cube_flash .cube_flash strong {display:inline-block; font-size: 16px; font-weight: bold; color:#333; position: absolute; top:0; left:0; }
#cube_flash .cube_flash #cube_flash_dot { display: none;}
#cube_flash .cube_flash .flash_btn { display:inline-block; height:100%; line-height:45px; position: absolute; top:0; left:100px; }
#cube_flash .cube_flash .flash_btn img { vertical-align: middle; margin-top:-2px}
#cube_flash .cube_flash .flash_btn .flash_prev { padding-right: 3px;}
#cube_flash .cube_flash .flash_btn .flash_next {padding-left: 3px;}  
#cube_flash .cube_flash ul { display:inline-block; height:100%; overflow:hidden; box-sizing: border-box; width:100%; line-height: 45px; padding-left: 145px; padding-right:70px;  }
#cube_flash .cube_flash ul li { display: block; width:100%; height: 100%; margin-left: 5px; }
#cube_flash .cube_flash ul li a { display: block; width: 100%; height:45px; line-height:45px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; font-size: 15px;}
#cube_flash .cube_flash ul li a span { color:#2479cc; font-size: 13px;}
#cube_flash .cube_flash .flash_time { display:inline-block; width:70px; height:100%; line-height:45px; position: absolute; top:0; right:0; font-size: 12px; color:#999;}
#cube_flash .cube_flash .flash_time img { vertical-align: middle; margin-top:-2px; padding-left: 10px; padding-right:3px}
@media screen and (max-width:1200px){ #cube_el3 { padding: 0 10px;}}
@media screen and (max-width:900px){ #cube_el3 { display: none; }}
/*1번~3번 section: 공통스타일 */
#sedCube section { max-width: 1198px; margin:0 auto; }
#sedCube section h2 { width: 100%; font-size: 36px; font-weight: bold; color:#333; padding:40px 0 37px 0; font-family:'Titillium Web'!important;}
#sedCube section h2 span { display: block; color:#666; font-weight: normal; font-size: 12px; margin-top: 5px; }
/*1번 section : HOT 큐브 연재물 모음 */
.cube_swipe { display: none;}
.cube_box > ul { width: 100%; }
.cube_box > ul:after { display: block; content: ""; clear: both;}
.cube_box > ul > li { width: 25%; float:left; } 
.cube_box > ul li ul {  width: 100%; padding-right: 10px;}
.cube_box > ul li ul.cubelist4 { padding-right: 0;}
.cube_box > ul li ul li { width: 100%; height: 100%; margin-top:10px;}
.cube_box > ul li ul li:first-child { margin-top:0; }
.cube_box > ul li ul li a { display: block; width: 100%; height: 100%; border:1px solid #e2e2e2; border-bottom:1px solid #bfc1c3; }
/*img*/
.cube_box > ul li ul li .thumb { display: block; width: 100%; height:100%; max-height: 400px; overflow: hidden; position: relative;}
.cube_box > ul li ul li .thumb:after { display: block; content: ""; width: 100%; height: 1px; background:#e2e2e2; position: absolute; bottom: 0; left: 0; z-index: 50; opacity: 0.5}
.cube_box > ul li ul li .thumb img { display: block; min-width: 100%; }
/*text => 말줄임 넣기 */
.cube_box > ul li ul li dl { text-align: left; }
.cube_box > ul li ul li dl dt { width: 100%; position: relative; height:100%; padding:16px; font-size: 13px; color:#247acd; font-weight: normal; }
.cube_box > ul li ul li dl dt img { display: inline-block; width:14px; height:10px; vertical-align: middle; margin-top:-3px;}
.cube_box > ul li ul li dl dt span { display: inline-block; width: auto; height:auto; position: absolute; top:0; right:0px; text-align: right; padding:18px 16px; font-size: 11px; color:#247acd; letter-spacing: 0; }
.cube_box > ul li ul li dl dd.cube_tit { width: 100%; font-size: 16px; color:#000; padding:0 15px 8px 15px; line-height: 20px;}
.cube_box > ul li ul li dl dd.cube_con { width: 100%; max-height:40px; line-height:20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; color:#666; padding:0 15px; /*패딩 건드리기 안됨(말줄임)*/}
.cube_box > ul li ul li dl dd.cube_date { padding: 10px 15px 17px 15px; color:#999; font-size: 11px; letter-spacing: 0; }
/*mouseOVER STYLE*/
.cube_box > ul li ul li a.over { border:1px solid #247acd; }
.cube_box > ul li ul li a.over dl dt { color:#fff; }
.cube_box > ul li ul li a.over dl span { color:#b1d5f8; }
.cube_box > ul li ul li a.over dl dd.cube_tit { color:#fff; }
.cube_box > ul li ul li a.over dl dd.cube_con { color:#c7e3ff; }
.cube_box > ul li ul li a.over dl dd.cube_date { color:#77bcff; }
.cube_box > ul li ul li a.over dl dd.cube_date.cube_date_today { color:#77bcff; }
.cube_box > ul li ul li a.over dl dd.cube_date.cube_date_today:after { background: url("../images/cube/cube_19_on.png") no-repeat center left; }
/*오늘작성한 날짜의 경우.*/
.cube_box > ul li ul li dl dd.cube_date.cube_date_today { display: inline-block; color:#222; letter-spacing: -1px; position: relative; text-indent: 14px; vertical-align:middle; height:12px; line-height: 12px; padding:0; margin:10px 15px 17px 15px;}
.cube_box > ul li ul li dl dd.cube_date.cube_date_today:after { display: block; content: ""; width:13px; height:11px; position: absolute; top:1px; left:0px; background: url("../images/cube/cube_19.png") no-repeat center left; }
/*이미지가 없는 박스의 경우.*/
.cube_box > ul li ul li.cube_no_img dl dd.cube_con { max-height:100px; line-height:20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; word-wrap:break-word; padding:0 15px; /*padding 건드리기 안됨(말줄임)*/}
/*border-box*/
.cube_box ul, .cube_box ul li, .cube_box > ul li ul li .thumb, .cube_box > ul li ul li dl * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
@media screen and (max-width:1200px){ .cube_box > ul { width: 100%; padding:0 10px; }}
@media screen and (max-width:900px){ 
    /*1번~3번 section: 공통스타일 */
    #sedCube section { max-width: 1198px; margin:0 auto; padding-bottom: 10px; border-bottom: 1px solid #e6e8eb;}
    #sedCube section h2 { font-size: 30px; padding:13px 0 19px 0; border-top: 9px solid #eceeef; }
    #sedCube section.cube_sec1 h2 { border-top:0 none; }
    #sedCube section h2 span { font-size: 11px; margin-top: 2px; }    
    .cube_box {display: none;}
    .cube_swipe { display: block; width: 100%; }
    .cube_swipe ul { width: 300%;/*임시*/ padding:0 10px; }
    .cube_swipe ul:after { display: block; content: ""; clear: both;}
    .cube_swipe ul li { width: 170px;/*임시*/ float:left; margin-right: 5px; border:1px solid #e1e1e1; border-bottom: 1px solid #bfc1c3;}
    .cube_swipe ul li a {display: block; width: 100%; height: 100%;}
    /*img*/
    .cube_swipe ul li .thumb { display: block; width: 100%; height:100%; max-height: 180px; overflow: hidden; border-bottom:1px solid #e1e1e1;}
    .cube_swipe ul li .thumb:after { display: block; content: ""; width: 100%; height: 100%; }
    .cube_swipe ul li .thumb img { display: block; min-width: 100%;}
    /*text => 말줄임 넣기 */
    .cube_swipe ul li dl { text-align: left; }
    .cube_swipe ul li dl dt { width: 100%; position: relative; height:100%; padding:12px 10px; font-size: 13px; color:#3483ce; font-weight: normal; }
    .cube_swipe ul li dl dd.cube_tit { width: 100%; height: auto; font-size: 15px; color:#000; line-height: 18px; padding:0 10px 7px 10px;}
    .cube_swipe ul li dl dd.cube_con { width: 100%; height: auto; max-height:36px; line-height:18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; color:#666; padding:0 10px; font-size: 12px; }
    .cube_swipe ul li dl dd.cube_date{ display: block; height:12px; line-height: 12px; margin:8px 10px 16px 10px; color:#999; font-size: 11px; letter-spacing: 0;}   
    /*오늘작성한 날짜의 경우.*/
    .cube_swipe ul li dl dd.cube_date.cube_date_today { display: inline-block; color:#222; letter-spacing: -1px; position: relative; text-indent: 14px; vertical-align:middle; height:12px; line-height: 13px;}
    .cube_swipe ul li dl dd.cube_date.cube_date_today:after { display: block; content: ""; width:13px; height:12px; position: absolute; top:0; left:0px; background: url("../images/cube/cube_19_2.png") no-repeat center left; background-size: 13px 12px; }    
    /*이미지가 없는 박스의 경우.*/
    .cube_swipe ul li.cube_no_img dl dd.cube_con { display: block; max-height:7.5em; line-height:1.5em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; word-wrap:break-word; color:#666; padding:0 10px; }
    /*border-box*/
    .cube_swipe ul,
    .cube_swipe ul li,
    .cube_swipe ul li div,
    .cube_swipe ul li .thumb,
    .cube_swipe ul li dl * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
}
@media screen and (max-width:480px){ #sedCube section h2 { font-size: 27px; } }


/*2번 section : 2030 The W 프로젝트 */
#sedCube section.cube_sec2 { max-width: 100%; }
#sedCube section.cube_sec2 h2 { max-width: 1198px; margin: 0 auto; letter-spacing:-2px; padding:66px 0 40px 0; }
#sedCube section.cube_sec2 h2 span { letter-spacing: -1px;}
#sedCube section.cube_sec2 h2 em {vertical-align: middle; }
#sedCube section.cube_sec2 h2 strong { font-size: 31px; vertical-align: middle;}
.cube_accordian_m, .cube_accordian_m_control { display: none;}
.cube_accordian{ width:100%; background:#3f6fad; position:relative;}
.cube_accordian:before { display: block; width: 100%; height:41px; content: ""; position: absolute; top:0; left: 0; background: url("../images/cube/cube_02.png") repeat-x; z-index: 20;}
.cube_accordian dl{ max-width:1198px; margin:0 auto; height: 315px; box-sizing: border-box; position: relative; z-index: 50;}
.cube_accordian dl dt{ width:50px; height:100%; float:left; cursor: pointer;}
.cube_accordian dl dt.click { display: none; }
.cube_accordian dl dt > span{ display:block; width:100%; height:100%; background:#fff; border:1px solid #e1e1e1; border-right:0 none; font-size: 14px; padding-top:63px; color:#333; line-height:15px; position: relative;}
.cube_accordian dl dt > span strong { display:inline-block; color:#247acd; font-weight: normal; margin-top: 5px; }
.cube_accordian dl dt > span strong span { display: block; width: 100%; height: auto; }
.cube_accordian dl dt > span strong span.space { margin-top:3px;}
.cube_accordian dl dt > span.over{ }
.cube_accordian dl dt > span.selected{  border-right:1px solid #e1e1e1; font-weight: bold; background:#eeeeee}
.cube_accordian dl dt > span.selected strong { font-weight: bold; }
.cube_accordian dl dt > span.selected:after { display: block; content: ""; width:10px; height: 17px; position: absolute; top:50%; left:48px; z-index: 50; background:url("../images/cube/cube_18_2.png")no-repeat; margin-top:-8px;}
.cube_accordian dl dd{ width: 100%; height: 100%; margin:0; float:left; overflow:hidden; text-align: left; background: #3f6fad; color:#fff; position: relative; z-index: 40; }
.cube_accordian dl dd:after { display: block; width:23px; height:315px; content: ""; position: absolute; top:0; left:0; background: url("../images/cube/cube_07.png") no-repeat; }
.cube_accordian dl dd:before { display: block; width:23px; height:315px; content: ""; position: absolute; top:0; right:0; background: url("../images/cube/cube_06.png") no-repeat; }
.cube_accordian dl dd h4 a{ display: block; width: 100%; height: 41px; line-height: 37px; padding-left: 20px; font-size: 14px; letter-spacing:-0.5px; }
.cube_accordian dl dd h4 a img { display: inline-block; width:17px; height:17px; margin-left: 5px; margin-top:10.5px;}
.cube_accordian dl dd.step1_con h4 a{color:#accbff; }
.cube_accordian dl dd.step2_con h4 a{color:#abe6ff; }
.cube_accordian dl dd.step3_con h4 a{color:#ff9df5; }
.cube_accordian dl dd.step4_con h4 a{color:#d5a6fe; }
.cube_accordian dl dd.step5_con h4 a{color:#73f5fd; }
.cube_accordian dl dd.step6_con h4 a{color:#ccff81; }
#sedCube section .cube_accordian dl dd h4 strong { font-size: 17px; color:#ff72c4; font-family: 'NanumMyeongjoBold' !important; line-height: 41px;}
/*select*/
.cube_accordian dl dd.step1_con { background:url("../images/cube/cube_51_2.png") no-repeat right bottom; }
.cube_accordian dl dd.step2_con { background:url("../images/cube/cube_52.png") no-repeat right bottom; }
.cube_accordian dl dd.step3_con { background:url("../images/cube/cube_53.png") no-repeat right bottom; }
.cube_accordian dl dd.step4_con { background:url("../images/cube/cube_54.png") no-repeat right bottom; }
.cube_accordian dl dd.step5_con { background:url("../images/cube/cube_55.png") no-repeat right bottom; }
.cube_accordian dl dd.step6_con { background:url("../images/cube/cube_56.png") no-repeat right bottom; }
.cube_accordian dl dd:last-child:before,
.cube_accordian dl dd.step6_con:before { display: none;}
.cube_accordian dl dd > a { display: block; width: 100%; padding: 31px 300px 27px 0; position: relative; }
.cube_accordian dl dd.step1_con > a:after { display: block; content: ""; width:174px; height: 102px; position: absolute; top: 32px; left: -5px;background:url("../images/cube/cube_61.png") no-repeat; }
.cube_accordian dl dd.step2_con > a:after { display: block; content: ""; width:174px; height: 102px; position: absolute; top: 32px; left: -5px;background:url("../images/cube/cube_62.png") no-repeat; }
.cube_accordian dl dd.step3_con > a:after { display: block; content: ""; width:174px; height: 102px; position: absolute; top: 32px; left: -5px;background:url("../images/cube/cube_63.png") no-repeat; }
.cube_accordian dl dd.step4_con > a:after { display: block; content: ""; width:174px; height: 102px; position: absolute; top: 32px; left: -5px;background:url("../images/cube/cube_64.png") no-repeat; }
.cube_accordian dl dd.step5_con > a:after { display: block; content: ""; width:174px; height: 102px; position: absolute; top: 32px; left: -5px;background:url("../images/cube/cube_65.png") no-repeat; }
.cube_accordian dl dd.step6_con > a:after { display: block; content: ""; width:174px; height: 102px; position: absolute; top: 32px; left: -5px;background:url("../images/cube/cube_66.png") no-repeat; }
.cube_accordian dl dd > a .thumb2 { display: block; width:164px; height: 92px; overflow:hidden; position: absolute; top:37px; left:0;}
.cube_accordian dl dd > a .thumb2 img { display: block; width:164px; min-height: 92px;}
.cube_accordian dl dd.no_circle > a .acc_subtit { padding-left: 40px; }
.cube_accordian dl dd > a .acc_subtit { display: block; width: 100%; height: 100px; color:#fff; padding-left: 140px; position: relative; z-index: 50; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cube_accordian dl dd > a .acc_subtit:before { display: inline-block; width: 0; height:100%; content: ""; vertical-align: middle;}
.cube_accordian dl dd > a .acc_subtit > span { display: inline-block; vertical-align: middle}
.cube_accordian dl dd > a .acc_subtit span span:nth-child(1) { display: block; font-size: 22px; max-height:56px; line-height:28px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; }
.cube_accordian dl dd > a .acc_subtit span span:nth-child(2) { display: block; opacity: 0.5; font-weight: normal; margin-top:8px; height:36px; line-height:18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; }
.cube_accordian dl dd ul { width: 100%; padding:0 300px 0 40px; }
.cube_accordian dl dd ul:after { display: block; content: ""; clear: both;}
.cube_accordian dl dd ul li{ width: 50%; float:left; position: relative; padding-left:0; padding-right:12.5px;}
.cube_accordian dl dd ul li:nth-child(2n+2) { padding-right: 0; padding-left:12.5px;}
.cube_accordian dl dd ul li a:after { display: block; width: 3px; height:3px; content: ""; position: absolute; top:7px; left: 0; border-radius: 50%; background: #fff;}
.cube_accordian dl dd ul li a { display: block; height: 100%; color: #fff; font-size: 14px; height:36px; line-height:18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; margin-bottom: 10px; position: relative; padding-left: 10px;}
/*border-box*/
.cube_accordian dl dd h4 a,
.cube_accordian dl dt span,
.cube_accordian dl dd > a,
.cube_accordian dl dd ul,
.cube_accordian dl dd ul li{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
@media screen and (max-width:1200px){ 
    .cube_accordian dl dd > a {  padding: 35px 250px 25px 0; }
    .cube_accordian dl dd ul { padding:0 250px 0 40px; }
}
@media screen and (max-width:900px){     
    #sedCube section.cube_sec2 { margin:0 auto; position: relative;}
    #sedCube section.cube_sec2 h2 { width:100%; margin:0 auto 6px auto; padding-bottom: 25px; padding:9px 0 19px 0;}
    #sedCube section.cube_sec2 h2 strong { font-size: 26px; }
    .cube_accordian_m_control { display: block; width:100%; height: 90px; position: absolute; top:10px; left: 0; }
    .cube_accordian_m_control .left { display:block; width:36px; height: 58px; position: absolute; top:0px; left: 0; padding-top: 32px;  }
    .cube_accordian_m_control .right { display:block; width:36px; height: 58px; position: absolute; top:0px; right: 0; padding-top: 32px;}
    .cube_accordian_m_control div {  position: absolute; bottom:11px; left: 0; width: 100%; height: 9px;}
    .cube_accordian_m_control ul { display: inline-block; height: 9px;}
    .cube_accordian_m_control ul li { width: 7px; height: 7px; background:#fff; border:1px solid #c2c3c5; border-radius: 50%; float:left; margin:0 2px }
    .cube_accordian_m_control ul li.click { background: #0078bd; border:1px solid #0078bd;}
    .cube_accordian { display: none;}
    .cube_accordian_m { display: block; width:100%; text-align: left;}
    .cube_accordian_m > ul { width: 400%;/*임시*/}
    .cube_accordian_m > ul:after { display: block; content: ""; clear: both;}
    .cube_accordian_m > ul > li { width: 25%; position: relative; float: left}
    .cube_accordian_m > ul > li .acc_head_bg { display: block; width: 100%; height:185px; overflow: hidden; position: absolute; top:0; left: 0; }
    .cube_accordian_m > ul > li .acc_head_bg:after { display: block; width:280px; height:185px; content: ""; position: absolute; top:0; right: 0; }
    .cube_accordian_m > ul > li .acc_head_bg:before { display: block; width: 100%; height:185px; content: ""; position: absolute; top:0; right: 0; background: #000; z-index: 10; opacity: 0.2}
    /*개별*/
    .cube_accordian_m > ul > li#step1_m .acc_head_bg { background:#2c68b3; }
    .cube_accordian_m > ul > li#step1_m .acc_head_bg:after { background: url("../images/cube/cube_71.jpg") no-repeat right top;  }
     #sedCube section .cube_accordian_m > ul > li#step1_m .mobile_acc_head h3 strong { color:#accbff; }
    .cube_accordian_m > ul > li#step2_m .acc_head_bg { background:#52abd6; }
    .cube_accordian_m > ul > li#step2_m .acc_head_bg:after { background: url("../images/cube/cube_72_2.png") no-repeat right top;  }
     #sedCube section .cube_accordian_m > ul > li#step2_m .mobile_acc_head h3 strong { color:#abe6ff; }
    .cube_accordian_m > ul > li#step3_m .acc_head_bg { background:#aa56a1; }
    .cube_accordian_m > ul > li#step3_m .acc_head_bg:after { background: url("../images/cube/cube_73.png") no-repeat right top;  }
     #sedCube section .cube_accordian_m > ul > li#step3_m .mobile_acc_head h3 strong { color:#ff9df5; }
    .cube_accordian_m > ul > li#step4_m .acc_head_bg { background:#8356aa; }
    .cube_accordian_m > ul > li#step4_m .acc_head_bg:after { background: url("../images/cube/cube_74.png") no-repeat right top;  }
     #sedCube section .cube_accordian_m > ul > li#step4_m .mobile_acc_head h3 strong { color:#d5a6fe; }
    .cube_accordian_m > ul > li#step5_m .acc_head_bg { background:#3f999e; }
    .cube_accordian_m > ul > li#step5_m .acc_head_bg:after { background: url("../images/cube/cube_75.png") no-repeat right top;  }
     #sedCube section .cube_accordian_m > ul > li#step5_m .mobile_acc_head h3 strong { color:#73f5fd; }
    .cube_accordian_m > ul > li#step6_m .acc_head_bg { background:#88aa56; }
    .cube_accordian_m > ul > li#step6_m .acc_head_bg:after { background: url("../images/cube/cube_76.png") no-repeat right top;  }
     #sedCube section .cube_accordian_m > ul > li#step6_m .mobile_acc_head h3 strong { color:#ccff81; }
    
    /*아코디언콘텐츠해드*/
    .cube_accordian_m > ul > li .mobile_acc_head { width: 100%; height:145px; z-index: 20; position: relative;}
    .mobile_acc_head h3 { width: 100%; height:48px; background: url("../images/cube/cube_12.png") repeat-x; padding:0 30px;}
    .mobile_acc_head h3 a { display: block; height: 100%; line-height: 46px; color:#7bedff; font-size: 12px; letter-spacing: 0;  }
    .mobile_acc_head h3 a img { display:inline-block; width:21px; height: 21px; margin-top: 13px; margin-left: 7px}
    #sedCube section .mobile_acc_head h3 strong { font-size: 20px; font-family: 'NanumMyeongjoBold' !important; line-height: 48px; letter-spacing:-2px; }
    .mobile_acc_head > a { display: block; width: 100%; height: 97px; padding: 0 35% 0 30px; }
    .mobile_acc_head > a:before { display: inline-block; width: 0; height: 100%; vertical-align: middle; content: "";}
    .mobile_acc_head > a dl { width:100%; display: inline-block; vertical-align: middle; margin-top:-5px; }
    .mobile_acc_head > a dt{  width:100%; color:#fff; font-size: 16px; font-weight: bold; max-height:40px; line-height:20px; overflow: hidden; 
text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word;}
    .mobile_acc_head > a dd{  width:100%; font-size: 12px; opacity: 0.5; color:#fff; font-weight: normal; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; margin-top:10px; }
    /*기사목록*/
    .cube_accordian_m > ul > li ul { width:100%; z-index: 20; position: relative; box-sizing: border-box; -web-box-sizing: border-box; -moz-box-sizing: border-box; padding:0 10px; } 
    .cube_accordian_m > ul > li ul:after { display: block; content: ""; clear: both;}
    .cube_accordian_m > ul > li ul li { width: 50%; float: left; background: #fff; padding: 0 10px; }
    .cube_accordian_m > ul > li ul li a { display: block; border-bottom: 1px solid #e1e1e1; padding:10px 10px; font-size: 15px; color:#666; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
    /*box-sizing*/
    .cube_accordian_m * { box-sizing: border-box; -web-box-sizing: border-box; -moz-box-sizing: border-box; } 
    /*more btn*/
    #mobile_acc_more { display: block; width: 100%; height:22px; margin:10px auto 0 auto; text-align: center;}
    #mobile_acc_more img { display: inline-block; height: 22px; width:22px; margin-right: 5px; background: #257acd; border-radius: 50%;}
    #mobile_acc_more span { display: inline-block; height: 22px; line-height:22px; color:#257bcd; font-size:14px; text-align: center;}
}
@media screen and (max-width:640px){ 
    .mobile_acc_head h3 { padding:0 25px;}
    .mobile_acc_head > a { padding: 0 35% 0 25px; }
    .cube_accordian_m > ul > li ul li a { padding:10px 7px; }
    .cube_accordian_m > ul > li ul li { width: 100%; float: none;}
}
@media screen and (max-width:480px){  
    #sedCube section.cube_sec2 h2 { padding:9px 0 24px 0; }
    #sedCube section.cube_sec2 h2 strong { font-size: 21px; line-height: 28px; }
    .cube_accordian_m_control div {  bottom:13px;}
    .cube_accordian_m_control { height:90px; }
    .cube_accordian_m_control .left { height: 56px; padding-top: 30px;  }
    .cube_accordian_m_control .right { height: 56px;padding-top: 30px;}
    .mobile_acc_head h3 { padding:0 20px;}
    .mobile_acc_head > a { padding:0 20px; }
    .cube_accordian_m > ul > li#step1_m .acc_head_bg:after { right:-120px; }
    .cube_accordian_m > ul > li#step2_m .acc_head_bg:after { right:-80px; }
    .cube_accordian_m > ul > li#step4_m .acc_head_bg:after { right:-120px; }
    .cube_accordian_m > ul > li .acc_head_bg:after { top:0; right:-100px; }
    .cube_accordian_m > ul > li .acc_head_bg:after { opacity: 1}
    .cube_accordian_m > ul > li .acc_head_bg:before { opacity: 0.5}
}

/*3번 section : plus 큐브, 인기있는 연재물을 더했습니다. */
#sedCube section.cube_sec3 { position: relative;}
#sedCube section.cube_sec3 h2 { padding:70px 0 40px 0;}
#sedCube section.cube_sec3 h2 strong#plus_cube { width: 100%; font-size: 36px; font-weight: bold; color:#333; font-family:'Titillium Web'!important; position: relative;}
#sedCube section.cube_sec3 h2 span.sec_tit_search { display: inline-block; width:35px; height:35px; padding:0; position: absolute; top:6px; right:-43px;}
#sedCube section.cube_sec3 h2 span.sec_tit_search a { position:relative; overflow: hidden; display:block; width: 35px; height: 35px; border-radius:50%; text-indent: -9999em; float:left; margin:0; padding:0;}
#sedCube section.cube_sec3 h2 span.sec_tit_search a span { margin:0; padding:0;}
/*슬라이드 검색창*/
section.cube_sec3 .sec3_pop { width:100%; height:36px; background: #fff; z-index: 100; padding: 0 0 40px 0}
section.cube_sec3 .sec3_pop > span { display: block; width: 45%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right:105px; margin:0 auto; position: relative;}
section.cube_sec3 .sec3_pop > span input { width:100%; height: 35px; border:0 none; border-bottom:1px solid #000; margin-right: 5px; color:#999; font-size: 16px; outline: none; }
section.cube_sec3 .sec3_pop > span span { display: block; position: absolute; top:0; right:-40px; width:113px; height:35px;}
section.cube_sec3 .sec3_pop > span span a { position:relative; overflow: hidden; display:block; width: 35px; height: 35px; border-radius:50%; text-indent: -9999em; float:left;}
/*돋보기 아이콘*/
section.cube_sec3 a.plus_search { margin-right: 4px;}
section.cube_sec3 a.plus_search .line {z-index:30; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; border-radius:50%; border: 1px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition:all 0.5s ease-out;}
section.cube_sec3 a.plus_search .ico  {z-index:20; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; background:url("../images/cube/cube_31.png") no-repeat; background-position: center center; background-size: 18px; transition:all 0.5s ease-out;}
section.cube_sec3 a.plus_search .bg   {z-index:10; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; transition:all 0.5s ease-out;}
section.cube_sec3 a.plus_search:hover .line {opacity: 0;}
section.cube_sec3 a.plus_search:hover .ico  {background: url("../images/cube/cube_31_2.png") no-repeat; background-position: center center; background-size: 18px;}
section.cube_sec3 a.plus_search:hover .bg   {background-color: #000; }
/*새로고침 아이콘*/
section.cube_sec3 a.plus_refresh { margin-right: 4px;}
section.cube_sec3 a.plus_refresh .line {z-index:30; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; border-radius:50%; border: 1px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition:all 0.5s ease-out;}
section.cube_sec3 a.plus_refresh .ico  {z-index:20; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; background:url("../images/cube/cube_32.png") no-repeat; background-position: center center; transition:all 0.5s ease-out; background-size: 18px;}
section.cube_sec3 a.plus_refresh .bg   {z-index:10; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; transition:all 0.5s ease-out;}
section.cube_sec3 a.plus_refresh:hover .line {opacity: 0;}
section.cube_sec3 a.plus_refresh:hover .ico  {background: url("../images/cube/cube_32_2.png") no-repeat; background-position: center center; background-size: 18px;}
section.cube_sec3 a.plus_refresh:hover .bg   {background-color: #000; }
/*닫기 아이콘*/
section.cube_sec3 a.plus_close .line {z-index:30; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; border-radius:50%; border: 1px solid #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition:all 0.5s ease-out;}
section.cube_sec3 a.plus_close .ico  {z-index:20; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; background:url("../images/cube/cube_33.png") no-repeat; background-position: center center; transition:all 0.5s ease-out; background-size: 15px;}
section.cube_sec3 a.plus_close .bg   {z-index:10; position:absolute; top:0; left:0; display:block; width: 35px; height: 35px; transition:all 0.5s ease-out;}
section.cube_sec3 a.plus_close:hover .line {opacity: 0;}
section.cube_sec3 a.plus_close:hover .ico  {background: url("../images/cube/cube_33_2.png") no-repeat; background-position: center center; background-size: 15px;}
section.cube_sec3 a.plus_close:hover .bg   {background-color: #000; }
.plusCube { width: 100%; }
.plusCube:after { display: block; content: ""; clear: both;}
.plusCube li { width: 20%; float:left; height: 100%; padding:0 5px;}
.plusCube li a { display: block; width:100%; height: 100%; border:1px solid #e2e2e2; margin-bottom: 10px; }
/*img*/
.plusCube li .thumb { display: block; width: 100%; height:100%; overflow: hidden; border-bottom: 1px solid rgba(0,0,0,0.1)}
.plusCube li .thumb:after { display: block; content: ""; width: 100%; height: 100%; }
.plusCube li .thumb img { display: block; min-width: 100%;}
/*text*/
.plusCube li dl { width:100%; height:143px; text-align: left; padding:13px;  }
.plusCube li dl dt { width: 100%; font-size: 18px; color:#333; font-weight: bold; height:46px; line-height:23px; overflow: hidden; position: relative; padding-right: 35px;}
.plusCube li dl dt span { display: inline-block; width: auto; height:auto; position: absolute; top:0; right:0px; text-align: right; font-size: 11px; color:#999; font-weight: normal; letter-spacing: 0;}
.plusCube li dl dd.cube_con { width: 100%; max-height:36px; line-height:18px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; color:#666; font-size: 12px; margin-top:15px; }
.plusCube li dl dd.cube_date { display: block; color:#999; font-size: 11px; letter-spacing: 0; margin:7px 0;}
/*오늘작성한 날짜의 경우.*/
.plusCube li dl dd.cube_date.cube_date_today { display: inline-block; color:#222; letter-spacing: -1px; position: relative; text-indent: 14px; vertical-align:middle; height:12px; line-height: 12px; padding:0; margin:7px 0;}
.plusCube li dl dd.cube_date.cube_date_today:after { display: block; content: ""; width:13px; height:12px; position: absolute; top:0px; left:0px; background: url("../images/cube/cube_19_2.png") no-repeat center left; background-size: 13px 12px; }
/*mouseOVER STYLE*/
.plusCube li a.over dl dt { color:#247acd; }
.plusCube li a.over dl dt span { color:#000; }
/*border-box*/
.plusCube, .plusCube li, .plusCube li *{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
/*more btn*/
#oly_list_more { display:block; width: 100%; height:34px; margin:10px auto 0 auto; text-align: center; }
#oly_list_more span:nth-child(1)  { display: inline-block; height:34px; width:34px; margin-right:10px; background: #666; border-radius: 50%;position: relative;}
#oly_list_more span.plus:after { display:block; content: ""; height:34px; width:34px; position: absolute; top:0; left: 0; background: url("../images/cube/cube_30.png") no-repeat; }
#oly_list_more span.minus:after { display:block; content: ""; height:34px; width:34px; position: absolute; top:0; left: 0; background: url("../images/cube/cube_30_2.png") no-repeat; }
#oly_list_more span:nth-child(2) { display: inline-block; height:34px; line-height:32px; color:#666; font-size:21px; text-align: center; font-weight: bold;}
#oly_list_more:hover span:nth-child(1) { background: #257acd; }
#oly_list_more:hover span:nth-child(2) { color:#257bcd; }
@media screen and (max-width:1200px){ .plusCube { padding:0 5px;}}
@media screen and (max-width:1000px){ 
.plusCube li dl dt { font-size: 16px; padding-right:30px;}
}
@media screen and (max-width:900px){ 
    #sedCube section.cube_sec3 { border-bottom: 0 none;}    
    #sedCube section.cube_sec3 h2 { padding:13px 0 19px 0;} 
    #sedCube section.cube_sec3 h2 strong#plus_cube { font-size: 30px;}    
    /*슬라이드 검색창*/
    #sedCube section.cube_sec3 h2 span.sec_tit_search { width:27px; height:27px; margin:0; top:10px; right:-35px;}
    #sedCube section.cube_sec3 h2 span.sec_tit_search a { width: 27px; height:27px; }
    #sedCube section.cube_sec3 h2 span.sec_tit_search .line { width: 27px; height: 27px; transition:inherit;}
    #sedCube section.cube_sec3 h2 span.sec_tit_search .ico  { width: 27px; height: 27px; background:url("../images/cube/cube_31.png") no-repeat; background-position: center center; transition:inherit; background-size: 15px;}
    #sedCube section.cube_sec3 h2 span.sec_tit_search .bg   { width: 27px; height: 27px; transition:inherit;}
    #sedCube section.cube_sec3 h2 span.sec_tit_search:hover .ico  {background: url("../images/cube/cube_31.png") no-repeat; background-position: center center; background-size: 15px;}
    #sedCube section.cube_sec3 h2 span.sec_tit_search:hover .bg { background: #fff;}
    #sedCube section.cube_sec3 h2 span.sec_tit_search:hover .line {opacity:1;}
    section.cube_sec3 .sec3_pop { padding: 0 0 40px 0}
    section.cube_sec3 .sec3_pop > span { width:75%; padding-right:125px;}
    section.cube_sec3 .sec3_pop > span input { font-size: 14px; padding-left: 3px; }
    section.cube_sec3 .sec3_pop > span span { right:-10px; }
    /* 버튼두개 - 900이하 모션효과 사라지게 */    
    section.cube_sec3 a.plus_search .line { transition:inherit;}
    section.cube_sec3 a.plus_search .ico  { background:url("../images/cube/cube_31.png") no-repeat; background-position: center center; transition:inherit; background-size: 18px;}
    section.cube_sec3 a.plus_search .bg   { transition:inherit;}
    section.cube_sec3 a.plus_search:hover .line {opacity: 1;}
    section.cube_sec3 a.plus_search:hover .ico  {background: url("../images/cube/cube_31.png") no-repeat; background-position: center center; background-size: 18px;}
    section.cube_sec3 a.plus_search:hover .bg   {background-color:#fff; }
    /*새로고침 아이콘*/
    section.cube_sec3 a.plus_refresh .line { transition:inherit;}
    section.cube_sec3 a.plus_refresh .ico  { background:url("../images/cube/cube_32.png") no-repeat; background-position: center center; transition:inherit; background-size: 18px;}
    section.cube_sec3 a.plus_refresh .bg   { transition:inherit;}
    section.cube_sec3 a.plus_refresh:hover .line {opacity: 1;}
    section.cube_sec3 a.plus_refresh:hover .ico  {background: url("../images/cube/cube_32.png") no-repeat; background-position: center center; background-size: 18px;}
    section.cube_sec3 a.plus_refresh:hover .bg   {background-color:#fff; }    
    /*닫기 아이콘*/
    section.cube_sec3 a.plus_close .line { transition:inherit;}
    section.cube_sec3 a.plus_close .ico  { background:url("../images/cube/cube_33.png") no-repeat; background-position: center center; transition:inherit; background-size: 15px;}
    section.cube_sec3 a.plus_close .bg   { transition:inherit;}
    section.cube_sec3 a.plus_close:hover .line {opacity: 1;}
    section.cube_sec3 a.plus_close:hover .ico  {background: url("../images/cube/cube_33.png") no-repeat; background-position: center center; background-size: 15px;}
    section.cube_sec3 a.plus_close:hover .bg   {background-color:#fff; }        
    .plusCube li { width: 25%; padding:0 2.5px; }
    .plusCube li a { margin-bottom: 5px; }
    /*text*/
    .plusCube li dl { height:105px; padding:11px;  }
    .plusCube li dl dt { font-size: 16px; height:40px; line-height:20px; padding-right:0px;}
    .plusCube li dl dt span { display: none;}
    .plusCube li dl dd.cube_con {  max-height:18px; line-height:18px; color:#666; font-size: 12px; margin-top:7px; -webkit-line-clamp:1; }
    .plusCube li dl dd.cube_date { color:#999; font-size: 11px; letter-spacing: 0;  margin:8px 0;}
    /*mouseOVER STYLE*/
    .plusCube li a.over dl dt { color:#333; }  
    .plusCube li dl dd.cube_date.cube_date_today { margin:8px 0; line-height:1.2;}    
    /*more btn*/
    #oly_list_more { height:22px; margin:5px auto 0 auto; }
    #oly_list_more span:nth-child(1){ height:22px; width:22px; margin-right:5px; background: #257bcd; }
    #oly_list_more span.plus:after { height:22px; width:22px; background: url("../images/cube/cube_11_plus.png") no-repeat; }
    #oly_list_more span.minus:after { height:22px; width:22px; background: url("../images/cube/cube_11_minus.png") no-repeat; }
    #oly_list_more span:nth-child(2) { height:22px; line-height:22px; color:#257acd; font-size:14px; font-weight: normal;}   
}
@media screen and (max-width:640px){ 
    .plusCube li { width: 33.333%;} 
    .plusCube li dl { height:102px; padding:10px 9px;}  
    .plusCube li dl dd.cube_con { margin-top:5px; }    
}
@media screen and (max-width:480px){ 
    #sedCube section.cube_sec3 h2 strong#plus_cube { font-size: 27px;}        
    #sedCube section.cube_sec3 h2 span.sec_tit_search { top:8px;} 
    section.cube_sec3 .sec3_pop > span { width:90%; padding-right:125px;}
    section.cube_sec3 .sec3_pop > span input { width: 94% }    
    section.cube_sec3 .sec3_pop > span span { right: 0; }    
    /*슬라이드 검색창*/     
    .plusCube li dl dt { font-size: 15px;}
    .plusCube li dl dt span { display: none;}
    .plusCube li dl dd.cube_date { margin:8px 0;}
    #oly_list_more { margin:4px auto 0 auto; }
}
@media screen and (max-width:450px){ .plusCube li { width: 50%;}    }

/*검색결과가 없습니다.*/
.cube_serch_result1 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px}
.cube_serch_result1 > span { display: block;}
.cube_serch_result1 > span:nth-child(1) { font-size:24px; color:#333; margin:0 0 30px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0 30px; line-height: 30px; }
.cube_serch_result1 > span:nth-child(1) strong { color:#0078bd; font-weight: bold;}
.cube_serch_result1 > p:nth-child(2) { text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0 20%; border-bottom: 1px solid #ced2d7; padding-bottom: 45px }
.cube_serch_result1 > p:nth-child(2) span { display: block; width: 100%; position: relative; line-height:18px; margin-top:9px; font-size: 13px; color:#666; }
.cube_serch_result1 > p:nth-child(2) span:after { content: ""; display: block; width:3px; height:5px; background:url("../images/photo/photo_read_12.jpg") no-repeat; position: absolute; top:6px; left:-5px;}
.cube_serch_result1 > p:nth-child(2) span strong { letter-spacing:0; font-weight: normal; color:#333; text-decoration: underline;}
.cube_serch_result2 { margin-top:45px; margin-bottom: 100px;}
.cube_serch_result2 span { font-size:13px; color:#666; display: block; margin-bottom: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0 30px; line-height: 20px;}
.cube_serch_result2 a { display: inline-block; width:166px; height:46px; line-height: 45px; background:#f8f8f8; border:1px solid #c7c7c7; color:#666; font-size: 16px; font-weight: bold;}
.cube_serch_result2 a.cube_serch_result_btn { margin-right:5px;}
@media screen and (max-width:900px){
    .cube_serch_result1 > span:nth-child(1) { font-size: 18px; }
    .cube_serch_result1 > p:nth-child(2) { padding:0 10%; padding-bottom: 20px;}
    .cube_serch_result2 { margin-top:20px; margin-bottom: 50px;}
    .cube_serch_result2 a { width:130px; height:40px; line-height:40px; font-size: 14px;}
}

/*issue Today 활용페이지 "issue_list_top"*/
.cube_w_issue_top, .cube_w_issue_top * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cube_w_issue_top { width: 100%; height: 122px; position: relative; background: #f2f2f2; border:1px solid #ced1d6;}
.cube_w_issue_top:after { display: block; content: ""; width: 25px; height: 16px; position: absolute; bottom:-16px; left: 50%; margin-left: -8.5px; background: url("../images/cube/cube_37_5.png") no-repeat; z-index: 20; } /*▼*/
.cube_w_issue_top:before { display: inline-block; width: 0; height:100%; content: ""; vertical-align: middle;} /*정렬*/
.cube_w_issue_top > img { display: block; width: 136px; height: 81px; position: absolute; top:21px; left:21px;}
.cube_w_issue_top dl { display: inline-block; width: 100%; vertical-align: middle; padding: 0 165px 0 177px; }
.cube_w_issue_top dl dt { width: 100%; color:#333; font-size: 22px; font-weight: bold; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; }
.cube_w_issue_top dl dd.dd_con { color: #999; font-size: 14px; line-height: 18px; margin-top: 10px; max-height:36px; overflow: hidden; 
text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word;}
.cube_w_issue_top dl dd.dd_title { color:#247acd; font-size: 13px; line-height:22px;}
.cube_w_issue_top > span { display: block; position: absolute; top:50px; right:133px; font-size: 13px; color:#247acd; text-align: right;}
.cube_w_issue_top.only_one > span { right:104px }
.cube_w_issue_top .cube_go { display: inline-block; height:120px; padding:43px 20px; position: absolute; top:0; right:0; background: #e7e7e7; border-left: 1px solid #ced1d6}
/*sns 스르르 버튼 호버*/
.cube_w_issue_top .cube_go li { width: 35px; height:35px; position:relative; float:left;}
.cube_w_issue_top .cube_go li.tooltip { width: 97px; height:20px; position:absolute; top:15px; right:-11px; line-height: 20px; font-size: 11px; color:#fff; background:#4d4c4c; text-align: center; z-index: 20; display: none; }
.cube_w_issue_top .cube_go li.tooltip:after { display: block; content: ""; width: 14px; height: 10px; position: absolute; bottom:-8px; left: 50%; margin-left: -7px; background: url("../images/cube/cube_77.png") no-repeat; z-index: 20;}
.cube_w_issue_top .cube_go li:first-child { margin-right:2px}
.cube_w_issue_top .cube_go li a {overflow: hidden; display:block; width:100%; height:100%; border-radius:50%; text-indent: -9999em; }
.cube_w_issue_top .cube_go li a .line {z-index:30; position:absolute; top:0; left:0; display:block; width:100%; height:100%; border-radius:50%; opacity:0.5; transition:all 0.5s ease-out; border:1px solid #9e9c9c;}
.cube_w_issue_top .cube_go li a .bg {z-index:10; position:absolute; top:0; left:0; display:block; width:100%; height:100%; transition:all 0.5s ease-out; border-radius:50%; background: #fff;}
.cube_w_issue_top .cube_go li.cube a .bg { background: #7c7c7c; }
.cube_w_issue_top .cube_go li a:hover .line {opacity: 0;}
.cube_w_issue_top .cube_go li a:hover .bg, .cube_w_issue_top .cube_go li.cube a:hover .bg    {background-color: #4d4c4c; }
/*아이콘이미지*/
.cube_w_issue_top .cube_go li.clip a .ico  {z-index:20; position:absolute; top:0; left:0; display:block; width:100%; height:100%; background:url("../images/cube/cube_34_2.png") no-repeat; background-position: center center; background-size: 19px; transition:all 0.5s ease-out;}
.cube_w_issue_top .cube_go li.clip a:hover .ico  {background: url("../images/cube/cube_34_2_on.png") no-repeat; background-position: center center; background-size: 19px;}
.cube_w_issue_top .cube_go li.cube a .ico  {z-index:20; position:absolute; top:0; left:0; display:block; width:100%; height:100%; background:url("../images/cube/cube_35_3_on.png") no-repeat; background-position: center center; background-size: 19px; transition:all 0.5s ease-out;}
.cube_w_issue_top .cube_go li.cube a:hover .ico  {background: url("../images/cube/cube_35_3_on.png") no-repeat; background-position: center center; background-size: 19px;}
/*clip 클릭했을때 */
.cube_w_issue_top .cube_go li.clip.click a .line {opacity: 0;}
.cube_w_issue_top .cube_go li.clip.click a .bg   {background-color: #4d4c4c; }
.cube_w_issue_top .cube_go li.clip.click a .ico  {background: url("../images/cube/cube_34_on.png") no-repeat; background-position: center center; background-size: 19px;}
@media screen and (max-width:900px){
    .cube_w_issue_top:after { display: block; content: ""; width: 17px; height: 10px; position: absolute; bottom:-10px; left: 50%; margin-left: -8.5px; background: url("../images/cube/cube_37.png") no-repeat; z-index: 20; } /*▼*/    
    #header .m_grayheader.cube_location { background: #fff; border-bottom:1px solid #dcdcdc; line-height:30px; text-align: left; text-indent: 10px; font-size: 14px; color:#666;}
    #header .m_grayheader.cube_location span { color:#0078bd}
    .cube_w_issue_top { height:90px; }
    .cube_w_issue_top > img { width:113px; height:68px; top:11px; left:11px;}
    .cube_w_issue_top dl { padding: 0 105px 0 137px; }
    .cube_w_issue_top dl dt { font-size: 16px; }
    .cube_w_issue_top dl dd.dd_con { font-size: 12px; line-height: 16px; margin-top: 5px; max-height:16px; -webkit-line-clamp:1;}
    .cube_w_issue_top dl dd.dd_title { font-size: 12px;}
    .cube_w_issue_top > span { display: none;}
    .cube_w_issue_top .cube_go { height:88px; padding:27px 10px;}
    /*sns 스르르 버튼 호버*/
    .cube_w_issue_top .cube_go li.tooltip { display: none;}    
    .cube_w_issue_top .cube_go li a:hover .line {opacity: 0.5;}
    .cube_w_issue_top .cube_go li a:hover .bg   {background-color: #fff; }
    .cube_w_issue_top .cube_go li.cube a .bg,
    .cube_w_issue_top .cube_go li.cube a:hover .bg    {background-color: #7c7c7c; }    
    /*아이콘이미지*/
    .cube_w_issue_top .cube_go li.clip a:hover .ico  {background: url("../images/cube/cube_34_2.png") no-repeat; background-position: center center; background-size: 19px;} 
}
@media screen and (max-width:480px){ 
    .cube_w_issue_top dl { padding: 0 70px 0 137px; }    
    .cube_w_issue_top .cube_go { height:88px; padding:8px 10px;}
    .cube_w_issue_top.only_one .cube_go { padding:26px 10px;}
    .cube_w_issue_top .cube_go li { width: 35px; height:35px; position:relative; float:none;}
    .cube_w_issue_top .cube_go li:first-child { margin-right:0; margin-bottom: 2px;}
}

/* first POP-UP : 내가구독한 기자 */
.cube_w_issue_top .newsman_pop1 { width:320px; height:450px; position: absolute; top:80px; right:50px; z-index: 150; border:1px solid #979797; background: #fff; -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17); }
.cube_w_issue_top .newsman_pop1 h2 { width:100%; height:40px; line-height: 40px; position: relative; background:#247acd; color:#f2f2f2; font-size: 16px; font-weight: bold; border-bottom:1px solid #dfe1e3; text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cube_w_issue_top .newsman_pop1 h2:after { display: block; content: ""; width:13px; height:8px; position: absolute; top:-8px; right:15px; background: url("../images/cube/cube_40.png") no-repeat; }
.cube_w_issue_top .newsman_pop1 h2 > img { display: inline-block; width: 19px; height: 18px; margin: 11px 3px 0 15px;}
.cube_w_issue_top .newsman_pop1 h2 a { display: block; width:13px; height:12px; position: absolute; top:14px; right:15px; }
.cube_w_issue_top .newsman_pop1 h2 span { font-weight: normal;}
.cube_w_issue_top .newsman_pop1 .newsmanpop_con { width:100%; height:auto; overflow: hidden; }
.cube_w_issue_top .newsman_pop1 .newsmanpop_con > ul { width:200%; }
.cube_w_issue_top .newsman_pop1 .newsmanpop_con > ul > li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 50%; height:auto; float:left;}
.cube_w_issue_top .newsman_pop1 ul li ul { width:100%; height:auto;  }
.cube_w_issue_top .newsman_pop1 ul li ul li { width: 100%; height:75px; border-bottom:1px solid #eff0f2; background: #fff; }
.cube_w_issue_top .newsman_pop1 ul li ul li:hover { background: #f0f0f0;}
.cube_w_issue_top .newsman_pop1 ul li ul li:hover a:after { display: block; content: ""; width: 60px; height:60px; position: absolute; top:6px; left:10px; background: url("../images/cube/sed_now_01_cube.png") no-repeat; }
.cube_w_issue_top .newsman_pop1 ul li ul li a { display: table; height:100%; position: relative; }
.cube_w_issue_top .newsman_pop1 ul li ul li a img.sednow_imgwrap { display: block; width:50px; height:50px; position: absolute; top:11px; left: 15px;}
.cube_w_issue_top .newsman_pop1 ul li ul li a:after { display: block; content: ""; width: 60px; height:60px; position: absolute; top:6px; left:10px; background: url("../images/common/sed_now_01_2.png") no-repeat; }
.cube_w_issue_top .newsman_pop1 ul li ul li a > span { display: table-cell; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 15px 0 75px; text-align: left; font-size: 12px; vertical-align: middle; }
.cube_w_issue_top .newsman_pop1 ul li ul li a > span span { display: block; }
.cube_w_issue_top .newsman_pop1 ul li ul li a > span span.clip_dd { color:#247acd; margin-top: -2px; height:13px; line-height:13px; overflow: hidden; 
text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word;}
.cube_w_issue_top .newsman_pop1 ul li ul li a > span span.clip_dt { color:#333; font-size: 14px; line-height: 20px; height:20px; overflow: hidden; 
text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word;}
.cube_w_issue_top .newsman_pop1 ul li ul li a > span span.clip_dd_g { color:#999; font-size: 12px; height:13px; line-height:13px; overflow: hidden; 
text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; margin-top: 2px;}
.cube_w_issue_top .newsman_pop1 .sednow_rbtn { width: 100%; height: 35px; position: absolute; bottom: 0; left:0; text-align: center;}
.cube_w_issue_top .newsman_pop1 .sednow_rbtn ul{ height: 35px; display:inline-block;zoom:1;*display:inline;  }
.cube_w_issue_top .newsman_pop1 .sednow_rbtn ul li { width: 12px; height:12px; border: 1px solid #b1b1b1; border-radius: 50%; background: #fff; margin-top:10px; margin-right: 3px; float: left;}
.cube_w_issue_top .newsman_pop1 .sednow_rbtn ul li.now_on { background: #ffa800 !important; }
.cube_w_issue_top .newsman_pop1 .sednow_rbtn ul li.now_arrow1 { border:0 none; position: absolute; top:2px; left:15px;}
.cube_w_issue_top .newsman_pop1 .sednow_rbtn ul li img { height: 13px; margin-top:-1px;}
.cube_w_issue_top .newsman_pop1 .sednow_rbtn ul li.now_arrow2 { border:0 none;  position: absolute; top:2px; right:15px;}
.newsman_pop3 { display: none;}
@media screen and (max-width:900px){
    .cube_w_issue_top .newsman_pop1 { display: none;}
    /* 팝업  => 모바일  */
    .newsman_pop3 { display: block; width: 100%; height:100%; position: fixed; top:0px; left:0; z-index: 150; background: #fff; overflow-x: hidden; }
    .newsman_pop3 h2{ width:100%; height:50px; line-height: 49px; position: relative; background:#f0f0f0; color:#333; font-size: 16px; font-weight: bold; border-bottom:1px solid #dfe1e3; text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 70px; }
    .newsman_pop3 h2 a{ display: block; width: 50px; height:50px; position: absolute; top:0; left:0px; background: #e5e5e5; border-right:1px solid #e1e1e1;}
    .newsman_pop3 h2 a img { display: block; width:21px; height: 15px; margin-top: 17px; margin-left: 13px;}
    .newsman_pop3 h2 span{ color:#257bcd; }
    .newsman_pop3 ul { width:100%; height:auto; overflow: hidden; margin-top:5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left:10px; }
    .newsman_pop3 ul:after{ content:""; display:block; clear:both; }
    .newsman_pop3 ul li { width:50%; height:75px; float: left; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right:10px; }
    .newsman_pop3 ul li a { display: table; width: 100%; height:100%; position: relative; border-bottom:1px solid #eff0f2;   }
    .newsman_pop3 ul li a img.sednow_imgwrap { display: block; width:50px; height:50px; position: absolute; top:11px; left: 15px;}
    .newsman_pop3 ul li a:after { display: block; content: ""; width: 60px; height:60px; position: absolute; top:6px; left:10px; background: url("../images/common/sed_now_01_2.png") no-repeat; }
    .newsman_pop3 ul li a > span { display: table-cell; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 75px; text-align: left; font-size: 12px; vertical-align: middle; }
    .newsman_pop3 ul li a > span span { display: block; }
    .newsman_pop3 ul li a > span span.clip_dd { color:#247acd; margin-top: -2px; height:13px; line-height:13px; overflow: hidden; 
    text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word;}
    .newsman_pop3 ul li a > span span.clip_dt { color:#333; font-size: 14px; line-height: 20px; height:20px; overflow: hidden; 
    text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word;}
    .newsman_pop3 ul li a > span span.clip_dd_g { color:#999; font-size: 12px; height:13px; line-height:13px; overflow: hidden; 
    text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; margin-top: 2px;}
    /*더보기*/
    .newsman_pop3 .newm_list_more_wrap{ max-width: 1198px; height:58px; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0;  border-bottom: 0 none; }
    .newsman_pop3 .newm_list_more_wrap > div{ width:100%; height: 100%;  border-bottom: 0 none; }
    .newsman_pop3 #newm_list_more{ display:inline-block; height:34px; margin:8px auto 0 auto;  line-height: 33px; font-size:15px; font-weight: normal; }
    .newsman_pop3 #newm_list_more a{ display: block; height: 100%; background: url(../images/newsman/newsman_23.jpg) no-repeat left; padding-left: 33px; color:#257bcd; }
    .newsman_pop3 #newm_list_more a:hover { display: block; height: 100%; background: url(../images/newsman/newsman_23.jpg) no-repeat left; padding-left: 33px; color:#257bcd; } 
    .newsman_pop3 #newm_list_close { display:inline-block; height:34px; margin:8px auto 0 auto;  line-height: 33px; font-size:15px; font-weight: normal; }
    .newsman_pop3 #newm_list_close a{ display: block; height: 100%; background: url(../images/newsman/newsman_23_off.jpg) no-repeat left; padding-left: 33px; color:#257bcd;}
    .newsman_pop3 #newm_list_close a:hover { display: block; height: 100%; background: url(../images/newsman/newsman_23_off.jpg) no-repeat left; padding-left: 33px; color:#257bcd; }     
}
@media screen and (max-width:640px){.newsman_pop3 ul li { width:100%;  }}
/* -----------------------  폰트 --------------------------*/
/*나눔명조 볼드 추가*/
@font-face {
  font-family: 'NanumMyeongjoBold'; 
  src: url('../fonts/NanumMyeongjoBold/NanumMyeongjoBold.eot');
  src: url('../fonts/NanumMyeongjoBold/NanumMyeongjoBold.woff2') format('woff2'),
       url('../fonts/NanumMyeongjoBold/NanumMyeongjoBold.woff') format('woff'),
       url('../fonts/NanumMyeongjoBold/NanumMyeongjoBold.ttf') format('truetype'),
       url('../fonts/NanumMyeongjoBold/NanumMyeongjoBold.svg#NanumMyeongjoBold') format('svg'),
       url('../fonts/NanumMyeongjoBold/NanumMyeongjoBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
