@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css?r=1);
body{
    font-family:'Noto Sans KR', sans-serif;
}
/*------------common style------------*/
.bold{
    font-weight: bold;
}
.clear{
    clear: both;
    height:0;
    overflow:hidden;
}
.hide{
    display: none;
}
.width100{
    width:100% !important;
}
.width120{
    width: 120px;
}
.width237 {
    width: 237px;
}
.width300{
    width:300px;
}
.height35 {
    height: 35px;
}
.bgColorWhite{
    background-color: #fff;
}
.bgColorfb{
    background-color: #fbfbfb;
}
.borderLda{
    border-left:1px solid #dadada;
}
.borderBda{
    border-bottom:1px solid #dadada;
}
.font400{
    font-weight: 400 !important;
}
.font500{
    font-weight: 500;
}
.fontColorcf5959{
    color: #cf5959 !important;
}
.fontColorRed{
    color: #cb3c3c !important;
}
.fontColorBlue{
    color: #1891c3;
}
.style01{
    list-style: disc;
    width: 92%;
    margin-left: 5%;
    margin-bottom: 8px;
    line-height: 1.7em;
}
.fontSize20{
    font-size: 20px !important;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right !important;
}
.font01{
    font-size: 16px;
    font-weight: bold;
    color: #198dbd !important;
}
.paddingB15{
    padding-bottom:15px;
}
.paddingT15{
    padding-top: 15px;
}
.paddingL8{
    padding-left:8px;
    box-sizing: border-box;
}
.padding15{
    padding:15px !important;
    box-sizing: border-box;
}
.marginT0{
    margin-top:0 !important;
}
.marginT15{
    margin-top: 15px;
}
.marginR0{
    margin-right:0 !important;
}
.marginR5{
    margin-right:5px;
}
.marginR15{
    margin-right:15px;
}
.marginB8{
    margin-bottom:8px;
}
.marginB15{
    margin-bottom:15px;
}
.marginB20{
    margin-bottom:20px;
}
.marginB25{
    margin-bottom:25px;
}
.marginB30{
    margin-bottom:30px;
}
.marginL15{
    margin-left:15px;
}
.marginL415{
    margin-left:415px;
}
.title01{
    color: #1b87b3;
    font-size: 16px;
    font-weight: 400;
}
.shadow{
    box-shadow: 0px 2px 2px 1px #ddd;
}
.lineLimit2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.4em;
}
/*------------common style end------------*/

/*-------------------btn------------------*/
.btn06{
    color: #9c9c9c;
    cursor: pointer;
}
.btn07{
    position: absolute;
    left:0;
    top:0;
    display: inline-block;
    width:173px;
    height:60px;
    line-height:60px;
    color: #fff;
    box-sizing:border-box;
    font-size: 20px;
    font-weight: bold;
    background-color: #27a2d6;
}
.btn07:hover{
    background-color: #2395c5;
    cursor: pointer;
}
.btn13{
    padding:11px 0;
    text-align: center;
}
.btn14{
    border: 1px solid #1891c3;
    background-color: #1891c3;
    padding:7px 0;
    color: #fff;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
.btn14:hover{
    background-color: #177ea9;
}
.btn15{
    border: 1px solid #dadada;
    background-color: #fff;
    padding:7px 0;
    color: #7e7e7e;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
.btn15:hover{
    background-color: #f5f5f5;
    color: #373737;
}
/*-----------------btn end----------------*/

.modalBg{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
}
.listMore{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.listMore2{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#wrap{
    background-color: #f5f5f5;
    font-size:14px ;
    font-weight: 400;
    color: #373737;
    margin:0 auto;
    display:block;
    min-width: 970px;
}
.headerWrap{
    background-color: #fff;
    width:100%;
}
.headerTopWrap, .headerMenuWrap{
    width:100%;
    margin:0 auto;
}
.headerTopWrap{
    height:65px;
    border-bottom: 1px solid #dadada;
}
.headerMenuWrap{
    height:48px;
    border-bottom: 1px solid #dadada;
}
.headerMenuFixed{
    position:fixed;
    top: 0px;
    z-index:99;
    background-color: #fff;
}
.headerTop, .headerMenu{
    width:970px;
    margin:0 auto;
}
.scrollMenu{
    position: relative;
    display: none;
    float: right;
    height:48px;
    padding-top: 8px;
    box-sizing: border-box;
}
.scrollTwitter{
    margin-left:5px;
}
.snsKakao{
    margin-left:5px;
}
.scrollSnsKakao{
    margin-left:5px;
}
.scrollSnsKakaoText:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: #dedede transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -5px;
    left: 90px;
}
.scrollSnsKakaoText{
    display: none;
    border: 1px solid #dedede;
    position: absolute;
    top: 45px;
    left:-10px;
    font-size: 14px;
    color: #121212;
    font-weight: bold;
    width: 200px;
    height:30px !important;
    line-height:30px !important;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}
.scrollSearch{
    box-sizing: border-box;
    border-left: 1px solid #8c8c8c;
    width: 29px;
    height: 24px;
    padding-left: 8px;
    margin-left: 10px;
    margin-top: 4px;
}
.scrollSearch:hover{
    cursor: pointer;
}
div#dropSearch {
    display: none;
    height: 56px;
    background-color: #fff;
    line-height: 52px;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
}
.scrollSns img{
    width:30px;
    height:30px;
}
.dropSearchWrap {
    height: 50px;
    width: 430px;
    margin: 0 auto;
}
.dropSearchBtn{
    width: 70px;
    height: 32px;
    line-height: 29px;
    border: none;
    color: white;
    margin-left: -4px;
    cursor: pointer;
    font-weight: bold;
    background-color: #408097;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.dropSearchNews{
    width: 352px;
    height: 32px;
    padding-left: 8px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.headerMenu > .menu{
    float: left;
}
.menuUnderbar{
    width: 100%;
    color: #373737 !important;
    border-bottom:2px solid #1891c3!important;
}
.menuLi:hover > a {
    border-bottom:2px solid #f7f7f7;
}
.wholeMenu:hover{
    border-bottom:2px solid #f7f7f7;
}
.headerTop > a > img{
    display: inline-block;
    margin-top: 20px;
}
.headerRight{
    float: right;
    margin-top: 18px;
}



.headerSns{
    height: 30px;
    float: left;
    position: relative;
}
.snsKakaoText:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: #dedede transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -5px;
    left: 100px;
}
.snsKakaoText{
    display: none;
    border: 1px solid #dedede;
    position: absolute;
    top: 38px;
    left: -15px;
    font-size: 14px;
    color: #121212;
    font-weight: bold;
    width: 200px;
    height: 36px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    line-height: 30px !important;
}
.headerSns > li{
    float: left;
    height: 30px;
}
.headerSns > li > a{
    display: inline-block;
    height: 30px;
}
.headerSns img{
    width:30px;
    height:30px;
}
.headerSearch{
    float: right;
    height:25px;
    margin-top: 1px;
}
.headerSearch > *{
    float: right;
}
.searchText{
    width: 176px;
    height: 30px;
    padding-left: 5px;
    margin-left: 6px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.searchBtnWrap {
    width: 29px;
    height: 24px;
    float: right;
    padding:3px 0 0 8px;
    margin:3px 0 0 10px;
    box-sizing: border-box;
    border-left:1px solid #8c8c8c;
}
.searchBtn{
    width:18px;
    height:18px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.headerMenu{
    background-color: #fff;
    height:48px;
}
.headerMenu li{
    float: left;
    text-align: center;
    line-height: 46px;
}
.menu li:hover{
    cursor: pointer;
    background-color: #f6f6f6;
}
.menu li:hover a{
    color: #373737;
}
.menu a{
    text-decoration: none;
    font-size:14px ;
    font-weight: 400;
    color: #707070;
    display: inline-block;
}
.menu a:visited{
    color: #707070;
}
.clear{
    clear: both;
}
.wholeMenu{
    width:45px;
}
.home{
    width:66px;
}
.business{
    width:92px;
}
.technology{
    width:117px;
}
.investing{
    width:97px;
}
.insight, .usecase{
    width:90px;
}
.about,.event{
    width:77px;
}


.userInOut{
    overflow: hidden;
}
.userInfoBox{
    float: right;
    overflow: hidden;
    margin-top: 9px;
}
.userInfoBox a{
    text-decoration: none;
}
.headerUserMenu{
    overflow: hidden;
    height:30px;
}
.headerUserMenu > div:first-child{
    margin-right:10px;
}
.headerUserMenu1 > div{
    float: left;
}
.headerUserMenu1 > div:first-child{
    width: 90px;
    height:30px;
}
.headerUserMenu1 > div:last-child{
    width: 75px;
    height:30px;
}
.headerUserMenu2 > div{
    float: left;
    width:75px;
    height:30px;
}
.userInOutScroll{
    width:75px;
    height:30px;
    line-height: 16px;
    margin-right: 10px;
}
.userInfoBox2 a{
    text-decoration: none;
}


#navCloseBg{
    display: none;
    position: fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #000;
    opacity: 0;
    z-index: 99;
}
.verticalLeftMenuWrap{
    display: none;
    position: fixed;
    width: 200px;
    height: 100%;
    background-color: #Fff;
    z-index: 999;
    top:66px;
    box-shadow: 10px 0px 9px 0px rgba(0,0,0,0.15);
}
.verticalLeftMenu > li{
    height:40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    border-left:3px solid #fff;
}
.verticalLeftMenu > li:hover{
    background-color: #f7f7f7;
    border-left:3px solid #1891c3 !important;
}
.verticalLeftMenu > li > a{
    display: inline-block;
    text-decoration: none;
    color: #373737;
    width: 100%;
    font-weight: 400;
}
.verticalLeftMenu > li > a:visited{
    color: #373737;
}
.verticalLeftMenu > li > a:hover{
    color: #373737;
}
.verticalLeftMenu img{
    float: right;
    margin-top: 13px;
    margin-right: 15px;
}
.verticalAbout{
    background-color: #f7f7f7;
}
.verticalAbout:hover{
    background-color: #eeeeee !important;
}
.navAbout{
    cursor: pointer;
}
.navAboutSubMenu{
    display: none;
    height: 160px;
}
.navAboutSubMenu > li{
    height:40px;
    line-height:40px;
    padding-left:20px;
    border-left: 3px solid #fff;
}
.navAboutSubMenu > li:hover{
    border-left:3px solid #1891c3;
}
.navAboutSubMenu > li > a{
    text-decoration: none;
    color: #373737;
    display: block;
}
.navAboutSubMenu > li > a:visited{
    color: #373737;
}
.menuStyle{
    border-left: 3px solid #f7f7f7 !important;
}
.menuStyle > a{
    color: #1891C3 !important;
}
.menuStyle > a:visited{
    color: #1891C3;
}
.top{
    position: fixed;
    right: 20px;
    bottom: 8px;
    cursor: pointer;
}
.borderLeftBar{
    border-left:3px solid #1891c3 !important;
}

/*userInOut*/
.verticalUserMenu{
    padding-top:15px;
    text-align: center;
}
.verticalUserMenu > div{
    width:119px;
    height:30px;
    box-sizing: border-box;
    margin:0 auto;
}
.verticalUserMenu > div:first-child{
    margin-bottom:13px;
}
.verticalUserMenu a{
    display: block;
    text-decoration: none;
}
.verticalUserMenu span{
    display: block;
}
/*userInOut end*/

#commonArea:before{
    height:65px;
    background-color: #ff6a42;
    position: absolute;
}
#commonArea{
    /*overflow: hidden;*/
    /*clear div추가로 float 해제함*/
    width:970px;
    margin:0 auto 15px;
}
.commonRight{
    float: right;
    width:300px;
}
.commonRight > div{
    width:300px;
}
.recentArticle{
    overflow: hidden;
    background-color: #fff;
}
.tabTitle{
    padding:13px 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}
.tabCategory{
    border-top:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
    height:40px;
    overflow: hidden;
}
.tabCategory > li{
    float: left;
    width: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.tabCategory > li:hover{
    color: #9b9b9b;
}
.tabUnderbar{
    height: 38px;
    border-bottom:2px solid #1891c3;
}
.tabSection{
    padding: 22px 15px;
    box-sizing: border-box;
}
.tabSection > ul > li{
    list-style: square;
    margin-left: 22px;
    margin-bottom: 15px;
}
.tabSection > ul > li:last-child{
    margin-bottom: 0;
}
.tabSection a{
    text-decoration: none;
    color: #373737;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    vertical-align:top;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.3em;
    width:248px;
    font-weight: bold;
}
.tabSection a:hover{
    text-decoration: underline;
}
.tabSection a:visited{
    color: #373737;
}
.blockchainTv{
    background-color: #fff;
}
.blockchainTvTitle{
    font-weight: bold;
    height:44px;
    padding-left:15px;
    box-sizing: border-box;
    line-height: 44px;
    font-size: 16px;
    border-bottom: 1px solid #d0d0d0;
}
.blockchainTvCont{
    padding:15px;
    box-sizing: border-box;
}
.blockchainTvCont > a{
    color: #373737;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.3em;
    font-weight: bold;
}
.blockchainTvCont > a:hover{
    text-decoration: underline;
}
.blockchainTvCont > a:visited{
    color: #373737;
}
.tvFrame{
    position: relative;
    width:270px;
    height:162px;
    margin:0 auto;
    margin-bottom:15px;
    background-color: #ebebeb;
    cursor: pointer;
}
.tvFrame:hover > .tvCover{
    opacity: 0.5;
}
.tvFrame:hover > .tvPlay{
    opacity:1;
}
.tvFrame > a{
    display: inline-block;
    width:270px;
    height: 162px;
}
.tvCover{
    position: absolute;
    width: 270px;
    height: 162px;
    top: 0;
    background-color: #000;
    opacity: 0.3;
}
.tvFrame > img.tvImg{
    position: absolute;
    width:270px;
    height:162px;
}
.tvPlay{
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    right: 15px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: transparent;
    text-align: center;
    line-height: 50px;
    left:50%;
    margin-left:-25px;
    top: 62px;
    opacity: 0.7;
}
.tvPlayTriangle{
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid transparent;
    border-left: 18px solid #fff;
    display: inline-block;
    margin-left: -6px;
    margin-top:8px;
}
.popularArticle{
    background-color: #fff;
    padding-bottom: 7px;
}
.popularArticleTitle{
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: bold;
    height:44px;
    line-height:44px;
    padding-left:15px;
    box-sizing: border-box;
    border-bottom:1px solid #d0d0d0;
}
.popularCont{
    padding:10px 15px;
    box-sizing: border-box;
}
.popularList{
    overflow: hidden;
    margin-bottom:15px;
}
.popularList:last-child{
    margin-bottom:0;
}
.ranking{
    float: left;
    width:20px;
    height:20px;
    line-height: 19px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-right:13px;
}
.rankingBlue{
    background-color: #2596c5;
}
.rankingGray{
    background-color: #909090;
}
.articleTitle{
    width:233px;
    float: left;
    margin-top: 1px;
}
.articleTitle > a{
    color: #373737;
    text-decoration: none;
    font-weight:400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.4em;
    margin-top:-2px;
}
.articleTitle > a:hover{
    text-decoration: underline;
}
.articleTitle > a:visited{
    color: #373737;
}

.topBanner{
    text-align: center;
    margin-top:15px;
}
.commonAd{
    width:300px;
    padding:15px;
    box-sizing: border-box;
    background-color: #fff;
}
.commonAd > a > img{
    width:270px;
    height:270px;
    display: inline-block;
    margin-bottom:10px;
}
.commonAd > span{
    line-height: 1.3em;
}
.commonAdCont{
    padding:15px;
}
.commonAd3 img{
    width:270px;
    height:270px;
}
.commonAdTitle{
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d0;
}
.adClick{
    display: inline-block;
    width:100%;
    height:36px;
    text-align: center;
    color: #fff;
    font-weight:500;
    font-size: 16px;
    line-height:35px;
    background-color: #5957c5;
    text-decoration: none;
}
.adClick:visited{
    color: #fff;
}
.adClick:hover{
    background-color: #524fbc;
}


/*footer*/
#footerWrap{
    width:100%;
}
.footerTopWrap{
    min-width:970px;
    background-color:#373737 ;
    height: 148px;
    padding-top: 23px;
    box-sizing: border-box;
    text-align: center;
}
.footerTop{
    min-width:970px;
    margin: 0 auto;
}
.footerBottomWrap{
    min-width:970px;
    background-color:#2d2d2d ;
    height:46px;
}
.footerBottom{
    width:970px;
    margin: 0 auto;
}
.footerMenuWrap{
    overflow: hidden;
    width: 550px;
    margin:0 auto;
    margin-bottom:12px;
    height: 16px;
}
.footerMenuWrap > li{
    color: #fff;
    float: left;
}
.footerMenuWrap2{
    overflow: hidden;
    width: 275px;
    margin: 0 auto;
    margin-bottom: 12px;
    height: 16px;
}
.footerMenuWrap2 > li{
    float: left;
    color: #fff;
}
.footerMenu{
    float: left;
}
.footerMenu a{
    text-decoration: none;
    color: #fff;
}
.footerMenu a:visited{
    color: #fff;
}
.footerMenu:hover a{
    text-decoration: underline;
}
.footerBar{
    margin:0 11px;
}
.footerCopyright{
    color: #d5d5d5;
    width: 400px;
    margin:0 auto;
}
.footerInfo {
    color: #d5d5d5;
    height: 18px;
    width: 785px;
    font-weight: 200;
    margin: 0 auto;
    margin-top: 11px;
    font-size: 13px;
    line-height: 1.4em;
}
.footerBottom > a > img{
    display: inline-block;
    width:180px;
    height:auto;
    float: right;
    margin-top: 10px;
}

/*-------------일시적인거-------------*/
/*뉴스레터popup*/
#indexPopup{
    display: none;
    position: fixed;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.85);
    z-index:99999;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.indexPopupClose{
    position: absolute;
    top: 8%;
    right: 2%;
    cursor: pointer;
}
.indexPopupContWrap{
    position: relative;
    width:970px;
    height:340px;
    margin:0 auto;
    overflow: hidden;
    top:30%;
}
.indexPopupLeft{
    float: left;
    width:633px;
    padding-top:42px;
    box-sizing: border-box;
}
.indexPopupTitle{
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
}
.indexPopupText{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.5em;
}
.indexPopupFormWrap{
    overflow: hidden;
}
.indexPopupFormWrap input{
    width:450px;
    height:60px;
    line-height:60px;
    padding-left:20px;
    box-sizing:border-box;
    font-size: 20px;
    color: #a4a4a4;
    border: none;
    float: left;
}
.indexPopupFormWrap button{
    border: none;
    float: right;
    width: 173px;
    height:60px;
    position: relative;
}
.indexPopupRight{
    float: right;
    width:300px;
}

.popupCheckCloseFormWrap{
    position: absolute;
    bottom:0;
    right:0;
}
.popupCheckCloseForm{
    color: #9c9c9c;
}
.subscriptionBtn{
    background-color: rgba(0,0,0,0);
    border: none;
}
/*indexPopup end*/

/*eventResult popup*/
.eventResultPopupWrap{
    display: none;
    width:300px;
    height:400px;
    position: fixed;
    margin:0 auto;
    overflow: hidden;
    top:15%;
    left:50%;
    margin-left:-150px;
    z-index:99999;
    background-color: #fff;
    border:3px solid #1891c2;
    box-sizing: border-box;
}
.eventCheck{
    color: #a6a6a6;
    font-size: 12px;
    position: absolute;
    right:3px;
    bottom:5px;
}
.eventPopupBtn{
    height:50px;
    text-align: center;
}
.eventPopupBtn > a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width:244px;
    height:50px;
    margin:0 auto;
}
.eventPopupBtn > a:visited{
    color: #fff;
}
.eventPopupBtn span{
    display: inline-block;
    width:244px;
    height:50px;
    line-height:50px;
    margin:0 auto;
    border-radius:30px;
    background-color: #1891c2;
    text-align: center;
}
.eventPopupBtn span:hover{
    background-color: #198bb9;
}
.eventPopupBtn img{
    margin-left:5px;
}
.eventPopupBtn span{
    cursor: pointer;
}
.eventPopupClose{
    color: #a6a6a6;
    border:none;
    background-color: #fff;
    cursor: pointer;
}
/*eventResult popup end*/

/*icoCount*/
.icoCountdownWrap{
    background: url(/assets/images/tokenpost/base/banner/imgIcoBannerBg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height:70px;
    border-bottom:1px solid #dadada;
    box-sizing: border-box;
}
.icoCountdownContWrap{
    width:970px;
    height:69px;
    margin: 0 auto;
    overflow: hidden;
}
.icoCountdownContWrap > div{
    float: left;
}
.icoBannerText{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin: 22px 60px 0 0;
}
.icoBannerText > span{
    font-weight: bold;
    color: #ffc000;
}
.icoBannerCount{
    overflow: hidden;
    margin-right: 50px;
}
.icoBannerCount > ul{
    overflow: hidden;
    padding-top:7px;
}
.icoBannerCount > ul > li.icoBannerCountBox{
    position: relative;
    float: left;
    width:60px;
    height:55px;
    margin-right:10px;
}
.icoBannerCount > ul > li.icoBannerCountBox:last-child{
    margin-right:none;
}
.icoBannerCountNum {
    width:60px;
    height:37px;
    line-height:37px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: rgba(0,0,0,0.45);
}
.icoBannerCountTitle{
    position: absolute;
    height: 18px;
    line-height: 18px;
    width: 100%;
    color: #ffc000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: rgba(0,0,0,0.3);
}
.icoBannerBtnWrap{
    position: relative;
}
.icoBannerBtn{
    position: absolute;
    top:17px;
    text-decoration: none;
    background-color: #f0b606;
    display: block;
    width:180px;
    border-radius: 3px;
}
.icoBannerBtn:hover{
    background-color: #daa70d;
}
.icoBannerBtn{
    color: #fff;
}
/*icoCount end*/
/*-------------팝업 끝-------------*/

