@charset "UTF-8";
section{
    padding-top: 10px;
    padding-bottom: 10px;
}

section h2{
    padding: 5px 0;
}
.more{
    font-size: 14px;
}
/** 사이드 배너 **/
@media (max-width: 992px){
	.side, .side2{
		display: none;
	}
}
/** think 210531 **/
.boxWrap{float: left;width: 41.6%;}
.boxWrap .mainBox{margin-top: 10px;margin-left: 20px;}
.boxWrap .mainBox img{width:100%;}
@media (max-width: 992px){
	.boxWrap{float: center;width: 100%;}
	.boxWrap .mainBox{margin-top: 10px;margin-left: 0px;}
}
/** think 181105**/
.vod_main .vod_name, .vod_main .vod_date{
    color: #929292 !important;
    font-size: 12px !important;
    padding-left: 8px !important;
}
.main_top{
    background-image: url(../img/think/main_top_bg.png);
	background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main_slide{
	padding-left: 10px;
	margin-top: 10px;
}
@media (max-width: 767px){
	.main_slide{
		padding-left: 0;
	}
}

/* 메인 타이틀 */
.board_main .board_title h2{
    text-align: center;
	font-size: 20px;
}
.vod_main .board_title h2{
    text-align: center;
	font-size: 20px;
}

/*free_pop*/
#free_pop{
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 100;
	cursor: pointer;
	display: block;
}
.hide_pop{
    position: absolute;
    z-index: 1300;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
@media (max-width: 1500px){
	#free_pop{
		display: none;
	}
}
 
/* live1_list */
.live1{
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 4px solid #f2f2f2;	
}
.live1 h2{
	padding: 0 0 15px 0;
}
.live1_list .home_info{
	text-align: left;
}
.live1_list .home_txt1{
	font-size: 20px;
}
.live1_list .home_name{
	font-size: 36px;
	font-weight: 900;
	padding: 0;
	color: #ce4346;
}
@media (max-width: 767px){
	.live1_list li > div:first-of-type{
		float: none;
		margin: 0 auto;
	}
}
 
/** think end**/

/** main1 **/
.main1{
    padding: 0;
    margin-bottom: 10px;
}
@media (min-width: 992px){
	.main1_slide{
		height: 442px;
		padding-right: 10px!important;
	}
	.main1 .board_title{
		padding-left: 10px!important;
	}
}




/** 수익률 **/

.profit_tbl{
	width: 100%;
	text-align: center;
    border-collapse: collapse;
 	margin-top: 5px;
}
.profit_tbl span{
	display: block;
	float: left;
}
.profit_tbl td, .profit_tbl .profit_td{
    padding: 15px 10px;
    border-bottom: 1px solid #b9b5aa;
}
.profit_tbl th, .profit_tbl .profit_th{
    padding: 15px 10px;
    border-bottom: 1px solid #b9b5aa;
    border-top: 3px solid #4c350a;
    font-weight: 900;
    font-size: 16px;
	background-color: #f2f2f2;
}
.profit_tit{
	font-weight: 900;
}
.profit_up{
	color: #d63963;
	font-weight: 900;
}
.profit_down{
	color: #3f51b5;
	font-weight: 900;
}
.profit_up:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #d63963;
}
.profit_down:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #3f51b5;
}

@media (max-width: 767px){
    .profit_hide{
       display: none !important;
    }
	.profit_tbl span{
		width: 25%;
	}
}
@media (max-width: 442px){
    .profit_hide2{
       display: none !important;
    }
	.profit_tbl span{
		width: 50%;
	}
}




/** review 
	.review_main / .review_main_tf - 메인
	.review_content / .review_tf - 페이지 상단
**/
.review_main{
    position: relative;
    margin-bottom: 90px;
    padding: 0;
    background-image: url(../img/review_bg.png);
    background-repeat: no-repeat;
}
@media (max-width: 767px){
    .review_main{
        margin-bottom: 410px;
    }
}
.review_main_tf{
    text-align: center;
    padding: 35px 0 100px 0;
}
.review_main ul{
    position: absolute;
    z-index: 1;
    top: 160px;
}
.review_main ul li{
    padding: 10px;
}

.review_tf{
    text-align: center;
    padding: 35px 0 100px 0;
}

.review_btn{
    padding: 5px 10px;
    margin: 10px 0 0 0;
    display: inline-block;
    text-align: center;
}

.review_box{
    padding: 10px;
    display: block;
    position: relative;
    box-shadow: 0 3px 3px rgba(25,25,25,0.3);
}
.review_box:hover{
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
    color: #4c350a !important;
}
.review_box span{
    display: block;
}
.review_box .review_date{
    color: #929292;
}
.review_box .review{
    padding: 5px 0;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
.review_box .review_name{
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 16px;
    border-top: 1px solid #929292;
}
.review_box img{
    width: 60px;
    position: absolute;
    z-index: 2;
    bottom: -30px;
    right: -15px;
}
.review_content ul{
    position: absolute;
    z-index: 1;
    top: 160px;
}
.review_content ul li{
    padding: 10px;
}
.review_content{
    position: relative;
    margin-bottom: 90px;
    padding: 0;
    
}
@media (max-width: 767px){
    .review_content{
        margin-bottom: 410px;
    }
}



/** live1 **/
.live1, .live1_list{
    text-align: center;
}
.live1 .live1_list{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}
.live1{
	padding-bottom: 20px;
	
}
.live1_img .live1_exp_img{
    width: 100%;
}
.live1_img{
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
	background-color: #f2f2f2;
}
.live1_home_btn:after{
	content: " 전문가";
}

.live1_img:hover .live1_home_btn{
        background-color: rgba(44, 6, 0, 0.8);
}

.live1_list .live1_home_btn{
    width: 100%;
    position: absolute;
    bottom: 0; 
    left: 0;
    color: #fff;
    background-color: rgba(35, 35, 35, 0.8);
    padding: 5px 0;
}
.live1_list li{
    padding: 10px;
    /*height: 346px;*/
    position: relative;
}
/*
@media (max-width: 767px){
	.live1_list li{
		height: 245px;
	}
}
*/
.live1_text{
    padding: 5px 0;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
.live1_date{
    color: #929292;
    font-size: 12px;
    padding-bottom: 5px;
}

.live1_btn{
    padding: 3px 0;
    width: 100%;
}
.live1_badge{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
}
.live1_sticker{
    padding: 0 5px;
    margin: 10px 5px 0 5px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px; 
}

/* 카카오리스트1 */
.kakao1_btn{
    padding: 3px 0;
    margin: 6px 0 0 0;
    width: 100%;
}
.kakao1_sticker{
    padding: 0 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: -18px;
    left: 0;
    font-weight: 400;
    background-color: #cf4345;
    word-break: keep-all;
}
.kakao2_sticker{
    padding: 0 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
	z-index: 10;
    font-weight: 400;
    background-color: #cf4345;
}
.kakao1_txt .kakao1_sticker{
    margin: 0 3px 0 0;
}
.kakao_num{
    padding: 8px 0 0 0;
}
.kakao_num .kakao1_sticker{
    margin: 0 0 0 3px;
}
.kakao1_txt{
	padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 767px){
  .live1_img{
        height: 180px;
    }
    .kakao1_txt{
        padding: 5px 0;
    }
}
@media (max-width: 464px){
    .live1_img{
        height: 120px;
    }
}


/*** 게시판 board ***/
.board_main{
    padding-left: 10px;
    padding-right: 10px;
	
}
.board_main .board_title{
    position: relative;
    width: 100%;
}
.board_main .broard_list{
    position: relative;
    margin-top: 5px;
    border-top: 3px solid #4c350a;
    width: 100%;
}
.board_main .board_title a{
    position: absolute;
    right: 0;
    bottom: 5px;
}
.board_main .broard_list li{
    padding: 7px 0;
    border-bottom: 1px solid #b9b5aa;
}
.board_main .board_txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.board_main .board_txt:hover{
    text-decoration: underline;
}
.board_main .board_txt:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background-color: #e2dccc;
    position: relative;
    top: -3px; 
}
.board_main .board_name, .board_main .board_exp, .board_main .board_date{
    color: #929292;
    font-size: 12px;
    padding-left: 8px;
}
.board_main .board_exp:after{
    content: "님께";
}
.board_main .answer{
    color: #666;
    padding-left: 10px;
}
.board_main .comment{
    color: #3b5997;
    font-weight: 900;
}
.board_main .board_empty:after{
    content: "　";
}
@media (min-width: 768px){
   .board_main .broard_review li a{
       padding-left: 14px !important;
    } 
}




/*** 녹화방송 ***/
.vod_main{
    padding-left: 10px;
    padding-right: 10px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}
.vod_title{
    position: relative;
    width: 100%;
}
.vod_title h2{
    text-align: center;
}
.vod_title a{
    position: absolute;
    right: 0;
    bottom: 5px;
}
.vod_list{
    position: relative;
    margin-top: 5px;
    border-top: 3px solid #4c350a;
    width: 100%;
}
.vod_list li{
    padding: 7px 10px;
    border-bottom: 1px solid #b9b5aa;
}
.vod_txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    content: "";
    background-image: url(../img/main/player.png);
    padding: 0 10px 0 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.vod_name, .vod_exp, .vod_date{
    color: #929292;
    font-size: 12px;
    padding-left: 8px;
}



/*** 고객지원 service1 ***/
.service1{
    margin-top: 20px;
    margin-bottom: 20px;
}
.service1 h2{
    display: none;
}
.service1 .ser_inner{
	display: block;
	padding: 5px 0;
	margin: 0 10px;
	border-top: 3px solid #3a3a3a;
}
.service1 .ser_inner:hover{
	border-top: 3px solid #dc4848;
}
.service1 a.ser_inner:hover h3,
.service1 a.ser_inner:hover p{
	color: #dc4848;
}
.service1 div.ser_inner a:hover h3{
	color: #dc4848;
}
.service1 h3{
	font-size: 18px;
	font-weight: 900;
	color: #454545;
}
.service1 h3 img{
	padding-right: 5px;
}
.service1 p{
	text-align: right;
	color: #555;
}

/*** 고객지원 service2 ***/
.service2{
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.service2 img{
    margin-left: 5px;
	max-width: 90%;
}
.service2 h2{
    display: none;
}
.service2 h3{
    font-size: 20px;
    font-weight: 900;
    color: #d41d25;
}
.service2 li{
    padding: 0 5px;
    /* height: 110px; */
}
.service2 li:last-child{
    border-right: none;
}
.service2 a{
    display: block;
}


@media (min-width: 768px) and (max-width: 1199px){
    .service2 li:nth-child(3n){
        border-right: none;
    }
    .service2{
        padding: 0;
    }
    .service2 li{
        margin: 10px 0;
    }
}
@media (max-width: 767px){
    .service2 li:nth-child(2n){
        border-right: none;
    }
    .service2{
        padding: 0;
    }
    .service2 li{
        margin: 10px 0;
    }
	.service2 .ser1_madeby a {
		padding: 10px;
	}
}
@media (min-width: 768px) and (max-width: 980px){
	.service2 .ser1_madeby a {
		padding: 12px!important;
	}
}
@media (max-width: 464px){
	.service2 p {font-size: 12px;}
}





