@charset "UTF-8";
section{
    padding-top: 10px;
    padding-bottom: 10px;
}

section h2{
    padding: 5px 0;
}
.more{
    font-size: 14px;
}

/*조은스탁*/

.good_main{
    background-image: url(../img/main/good_main.jpg);
    background-repeat: no-repeat;	
    background-size: cover;	
	text-align: center;
}
.good_main section{
	display: table;
    height: 540px;
	vertical-align: middle;
}
.good_main p{	
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 5px 0;
}

@media (max-width: 767px){
	.good_main li img{
		height: 83px;
	}
	.good_main p {
		font-size: 14px;
	}
	.good_main section{
		display: table;
		height: 440px;
		vertical-align: middle;
	}
	#side{
		display: none;
	}
}
/* 모달박스 */
.btn_modal {
    display: inline-block;
	width: 100%;
	padding: 20px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: none;
	font-size: 24px;
}

/* .modal_g{background-color: #f9f7eb;}
.modal_g:hover{background-color: #ece9d5;}
.modal_s{background-color: #ededed;}
.modal_s:hover{background-color: #e0e0e0;}
.modal_b{background-color: #f9f0e7;}
.modal_b:hover{background-color: #eaddd0;} */


.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 100px 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
	text-align: center;
	border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header h4{
	font-size: 22px;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
 .close {
    float: right;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    color: #454545;
}

@media (min-width: 768px){
	.modal-dialog {
		width: 700px;
		margin: 200px auto;
	}
}
@media (max-width: 767px){
	.modal-dialog {
		width: 90%;
		margin: 20px auto;
	}
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px 20px;
	font-size: 15px;
}

@media (min-width: 768px){
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
}
.form{

	padding: 20px 0;
	text-align: center;
}
.form form{
	/* width: 00%; */
	padding: 10px;
	margin: 0 auto;
}	
.form div{
	padding: 15px 0;
	text-align: left;
}
.form label{
	font-size: 20px;
	color: #ED1C24;
	padding-top: 12px;
}
.form input,
.form select{
	font-size: 20px;
	padding: 10px 20px;
}

.form_btn{
	font-size: 24px;
	padding: 10px 60px;
	margin-top: 20px;
	background-color: #ED1C24;
	border: none;
	color: #fff;
	cursor: pointer;
}
.form_btn:hover{
	background-color: #333;
}
.form div:after{
	content: "";
	display: block;
	clear: both;
}
.rbic_ranad1_btn{
	padding: 2px 10px;
	margin: 0 10px;
	background-color: #ED1C24;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}
@media (max-width: 767px){
	.form form{width: 100%;}
	.form_btn{font-size: 22px;}		
	.form label, .form input, .form select{font-size: 16px;}		
}	







/** 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: 10px;
	margin-bottom: 10px; 
}
.profit_tbl span{
	display: block;
	float: left;
}
.profit_tbl td, .profit_tbl .profit_td{
    padding: 14px 10px;
    border-bottom: 1px solid #b9b5aa;
}
.profit_tbl th, .profit_tbl .profit_th{
    padding: 14px 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_img .live1_exp_img{
    /* width: 100%; */
	/* max-height: 150%;*/
	height: 120%;
	margin: 0 auto;
}
.live1_img{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
}
.live1_img a{
	text-align: center;
    overflow: hidden;
}
.live1_img:hover .live1_home_btn:after{
    content: " 홈";
}
.live1_img:hover .live1_home_btn{
        background-color: rgba(160, 13, 13, 0.8);
}
/*
.live1_list li:hover .live1_exp_img{
       transform: scale(1.1);
        -webkit-transition: all 0.5s; 
        -moz-transition: all 0.5s; 
        -ms-transition: all 0.5s; 
        -o-transition: all 0.5s; 
        transition: all 0.5s;
}
*/
.live1_list .live1_home_btn{
    width: 100%;
    position: absolute;
    bottom: 0; 
    left: 0;
    color: #fff;
    background-color: rgba(160, 13, 13, 0.6);
    padding: 5px 0;
}
.live1_list li{
    padding: 10px;
    /* height: 325px; */
    position: relative;
}
.live1_text{
    padding: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.live1_date{
    color: #929292;
    font-size: 12px;
}

.live1_btn{
    padding: 3px 0;
    margin: 5px 0 0 0;
    width: 100%;
}
.live1_badge{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
}
.live1_sticker{
    padding: 0 5px;
    margin: 5px 2px 0 2px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px; 
}

/* 카카오리스트1 */
.kakao1_btn{
    padding: 3px 0;
    margin: 5px 0 0 0;
    width: 100%;
}
.kakao1_sticker{
    padding: 0 5px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px; 
}
.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: 10px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 767px){
    .live1_img{
        height: 200px;
    }
    .kakao1_txt{
        padding: 10px 0 5px 0;
        height: 47px;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        word-wrap: break-word !important;
        word-break: break-all !important;
        white-space: inherit !important;
    }
}
@media (max-width: 446px){
    .live1_img{
        height: 160px;
    }
    .kakao1_txt{
        padding: 5px 0;
        height: 47px;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        word-wrap: break-word !important;
        word-break: break-all !important;
        white-space: inherit !important;
    }
	.live1_list li{
		/* height: 295px; */
	}
}

/*** 게시판 board ***/
.board_main{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 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 h2{
    text-align: center;
}
.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: 14px 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;
	/* margin-bottom: 5px; */
	color: #454545;
}
.service1 h3 img{
	padding-right: 5px;
}
.service1 p{
	text-align: right;
	color: #555;
}







