@charset "utf-8";

a {color:#333; text-decoration:none; cursor:pointer; margin:0;}
a:link {color:#333;}
a:visited {color:#333;}
a:active {color:#333;}
a:hover {text-decoration: underline;}
:focus {-moz-outline-style:none;}

.wrap{width:100%; max-width:100%; margin:0 auto 0; background: #fff; position: relative;}
/* 본문 Contents */

.Top_m_conts{
    width:1090px;
    margin:0 auto 0;
    background: #fff;
}

/* 2018-05-30 상단 슬라이드 배너 */
.Top_m_conts .swiper-container {width: 100%; height: 100%; position:relative;}
.Top_m_conts .swiper-wrapper{margin:0 auto 0; position:relative;}
.Top_m_conts .swiper-slide {
    width: 640px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    margin-right: 10px;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.Top_m_conts .swiper-slide div.bullet{
    background: #ff1f64;
    height: 30px;
	padding: 0 10px 0;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
}
.Top_m_conts .swiper-slide div.bullet span{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Malgun Gothic'
}
/* 동영상 썸네일일 경우 플레이 버튼 노출 */
.Top_m_conts .swiper-slide div.playbtn{
    width: 65px;
    height: 65px;
    background: url('/images/201806/play_btn.png') no-repeat;
    position: absolute;
    top: 35%;
    left: 45%;
}


.swiper-pagination {margin-left: 440px !important}
.swiper-prev {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    width: 55px;
    height: 100px;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    opacity: 0.9;
}

.swiper-next {
    content: '';
    position: absolute;
    top: 120px;
    right: 0;
    width: 55px;
    height: 100px;
    background: rgba(0, 0, 0, .7);
    z-index: 999;

}
.Top_m_conts .swiper-slide img{width:100%; height: 100%;}
.contents-box {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 72px;
    bottom:0px;
    font-size: 0;
    background: rgba(0, 0, 0, .6);
    text-align: center;
}

.contents-box .topbanner_title {
    z-index: 99;
    padding:20px 15px 20px 15px;
}

.contents-box .topbanner_title h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    color: #fff;
    font-weight: 400;
    font-size: 24px;     
    margin: 0;
    max-height: 30px;
    font-family: 'Malgun Gothic'
}

/* // 2018-05-30 상단 슬라이드 배너 */

/* 2018-05-30 섹션 별 콘텐츠 영역 */
.section_contentsWrap{
    width: 700px;
    clear: both;
    margin-top: 40px;
    overflow: hidden;
}
.section_contentsWrap .sect_list{
    width: 330px;
    float: left;
    margin-bottom: 40px;
}
.section_contentsWrap .sect_list:nth-of-type(2n){
    float: right;
}
.section_contentsWrap .sect_list:nth-of-type(1n+3){
    margin-bottom: 0;
}
.section_contentsWrap .sect_list h2.sect_tit{
    font-size: 22px;
    font-weight: bold;
}
.section_contentsWrap .sect_list h2.sect_tit a{
    font-size: 22px;
    font-weight: bold;
}
.section_contentsWrap .sect_list h2.sect_tit span.addbtn{
    float: right;
    margin-top: 8px;
}
.section_contentsWrap .sect_list dl.m_news{
    clear: both;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;     
    margin-top: 10px;
}
.section_contentsWrap .sect_list dl.m_news dt.news_thum{
    clear: both;
    width: 100%;
    max-width: 330px;
    height: 200px;   
}
.section_contentsWrap .sect_list dl.m_news dd.news_tit{
    font-size: 19px;
    margin-top: 12px;
    margin-left: 8px;
    font-weight: 600;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;    
    padding-right: 10px;
}
.section_contentsWrap .sect_list ul.s_news{
    margin-top: 15px;
    max-width: 330px;
}
.section_contentsWrap .sect_list ul.s_news li.s_news_tit{
    font-size: 16px;
    margin-bottom: 12px;
	display: inline-block;
   /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap:break-word; */
    max-height: 22px;
}
.section_contentsWrap .sect_list ul.s_news li.s_news_tit a{
    font-size: 16px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space:nowrap;
	width: 320px;
	overflow: hidden;
}
.section_contentsWrap .sect_list ul.s_news li.s_news_tit:before{
    content: "";
    background: url('/images/news_list_bullet.png') no-repeat;
    background-position: 5px 7px;
    width: 4px;
    height: 4px;
    padding-right: 15px;
}

/* 2018-05-30 비즈돌 투표하기 모듈 */
.bizdol_contentsWrap{
    width: 700px;
    clear: both;
    margin-top: 40px;
    overflow: hidden;
}
.bizdol_contentsWrap .bizdol_rankingWrap{
    width:700px;
    position: relative;

}
.bizdol_contentsWrap h2.bizdol_tit{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}
.bizdol_contentsWrap h2.bizdol_tit span.addbtn{
    float: right;
    margin-top: 8px;
}
.bizdol_contentsWrap .bizdol_rankingWrap h3{
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    padding: 0 30px 0;
}
.bizdol_contentsWrap .bizdol_rankingWrap .bizdol_rankingCont{
    font-size:0;
    text-align: center;
    margin-top: 25px;
    overflow: hidden;
}
.bizdol_contentsWrap .bizdol_rankingWrap .bizdol_rankingCont ul.content:nth-of-type(5n){
    margin-right: 0;
}
.bizdol_contentsWrap .bizdol_rankingWrap .bizdol_rankingCont ul.content{
    width:100px;
    max-height: 160px;
    position: relative;
    display:inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.bizdol_contentsWrap .bizdol_rankingWrap .bizdol_rankingCont ul.content .thum img{
    height:100px;
    width: 100%;
    border-radius: 50px;
}
.bizdol_contentsWrap .bizdol_rankingWrap .bizdol_rankingCont ul.content .name{
    text-align: center;
    font-size: 15px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    max-height: 40px;
    
}
.bizdol_contentsWrap .bizdol_rankingWrap .bizdol_rankingCont ul.content .num{
    font-size: 12px;
    color:#fff;
    background: #ff1f65;
    position: absolute;
    border-radius: 80px;
    width:30px;
    height:30px;
    line-height: 30px;
    text-align: center;
}
.bizdol_contentsWrap .bizdol_rankingWrap .bizdol_rankingCont .rankbtn3{
    background: #ff1f65;
    font-size: 13px;
    width: 100px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    color:#fff;
    border-radius: 3px;
    margin: 15px auto 0;
}
.bizdol_contentsWrap .bizdol_rankingWrap div.rankbtn3 > a{
    color: #fff;
    text-decoration: none;
    display: block;
}


/* 2018-05-30 포토갤러리 */
.photo_contentsWrap{
    clear: both;
    width: 700px;
    margin-top: 40px;
    overflow: hidden;
}
.photo_contentsWrap h2.photo_tit{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}
.photo_contentsWrap h2.photo_tit a{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}
.photo_contentsWrap h2.photo_tit span.addbtn{
    float: right;
    margin-top: 8px;
}

 
/* image 스크롤 */
#makeMeScrollable
{
  width:700px;  /* 보여지는 넓이 */
  height: 150px; /* 보여지는 높이 */
  position: relative;
}
 
#makeMeScrollable div.scrollableArea *
{
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#makeMeScrollable span a:hover
{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}










