:root {
    --main-color:#EE2944;
}
select{
    outline:none;
}
.guideWrap > section{
    padding:0 20px;
}
.guideWrap > section + section{
    margin-top:50px;
    padding-top:50px;
    border-top:1px solid #d7d7d7;
}

.guideWrap > section .guide_tit{
    font-size:40px;
    font-weight:700;
    color:#222;
}
.guideWrap > section .guide_desc{
    margin-top:30px;
}
.guideWrap > section .desc{
    color:#ff0000;
    margin-top:20px;
    font-weight:500;
}

.dash{
    width:10px;
    display:inline-block;
    font-size:10px !important;
    text-align:center;
}
.w120p{
    width:120px !important; 
}

.name_data {
    display: flex;
    align-items: center;
    justify-content:center;
}
.name_data .img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.name_data .txt {
    margin-top: 10px;
    margin-left: 10px;
    font-size:16px;
}
.blind {
    font-size: 0;
}
.layout_box{
    max-width:1480px;
    margin:0 auto;
    width:100%;
}
.header {
   
    position:fixed; 
    top:0;
    left:0;
    width:100%;
    z-index:11;
    background:#fff;
}
.mobile_header{
    display:none;

}
.h_wrap {

    width:100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.h_wrap .h_left{
    height:100px;
    display:flex;
    align-items: center;
    justify-content:center;
}
.h_wrap .h_left .inner{
    width:1480px;
    display:flex;
    align-items: center;
    justify-content:space-between;
    height:100%;
}
.h_wrap .h_left
.h_wrap .h_left a img{
    display:block;
}
.h_wrap .h_right{
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-top:1px solid #E0DDDC;
    border-bottom:1px solid #E0DDDC;
}
.h_wrap .h_right .inner{
    height:50px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:1480px;
} 
.h_wrap .h_right .inner .kakao a{
    background: #FFD246;
    border-radius: 4px;
    padding:8px 12px;
    display:inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;

    color: #222222;
}

.ipWrap input::placeholder{
    color: #CCCCCC;
    font-weight:300;
}

.ipWrap textarea{
    border:1px solid #eee;
    outline:none;
    padding:15px;

}
.ipWrap label {
    font-size: 14px;
}

.ipWrap label+input[type="text"],
.ipWrap label+input[type="password"] {
    margin-left: 10px;

}
.etc_menu{
   height:100%;
   padding-top:18px;
}
.etc_menu .log_before {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.etc_menu .log_before li + li {
    margin-left: 18px;
}



.etc_menu .log_before li:nth-child(4) {
    padding-left: 8px;
    margin-left: 8px;
}

.etc_menu .log_before li:nth-child(4):before {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -1.5px;
    content: '';
    width: 3px;
    height: 3px;
    background: #c4c4c4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


.gnb > ul {
    display: flex;
    align-items: center;
   
    
}
.btnWrap.log{
	margin-left:20px;
}
.btnWrap.log a{
	display:inline-block;
	text-align:center;
	color:#fff;
	background: #F44336;
	    padding: 5px 12px;
}
.gnb > ul >  li:hover > a{
    color: var(--main-color);

}
.gnb > ul >  li > a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height:1;
}
.gnb > ul > li{
    display:flex;
    align-items: center;
	height:50px;
}
.gnb > ul > li+li {
    margin-left: 100px;
}
.p_depth02{
    position:absolute;
	color:#fff;
    width:180px;

    transform: translateX(-50%);
    left: 50%;
    top:30px;
    z-index:1;

	height:0;
	overflow:hidden;
}
.p_depth02 > li:first-child{
	margin-top:20px;
}
.p_depth02 > li{
    text-align:center;
	height:32px;
	line-height:40px;
}
.p_depth02 > li + li{
	margin-top:5px;
}
.p_depth02 > li a{
    color:#fff;
    font-weight: 500;
    font-size: 14px;
}
.p_depth02 > li a:hover{
    text-decoration:underline;
	color: var(--main-color);

}
.slide_btnWrap {
    display: flex;
    position: absolute;

    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.visualWrap{
    width:1480px;
    padding-top:180px;
    margin:0 auto;
    display:flex;
}
.visualWrap .visual_login{
    min-width:330px;
    margin-left:20px;
    background: #FFFFFF;
    border: 1px solid #E0DDDC;
    border-radius: 30px;
    padding:30px;
    max-width:330px;
        
}
.visual_login .desc{
	margin-top:20px;
	font-size:16px;
	font-weight:500;
}
.visual_login .desc ul{
	margin-top:15px;
}
.visual_login .desc ul li{
	font-size:15px;
	font-weight:400;
}
.visual_login .desc ul li + li{
	margin-top:10px;
}
.visual_login .tit{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color:#161516;
    text-align: center;
}
.visual_login .tit2{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color:#161516;
    text-align: left;
}
.visual_login .tit + .btnWrap{
    margin-top:228px;
}
.visual_login .ipgroup{
    margin-top:10px;
}
.visual_login .ipgroup .ipWrap{
    display:block;
}
.visual_login .ipgroup .ipWrap label{
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #161516;
}
.visual_login .ipgroup .ipWrap input{
    width:100%;
    margin-left:0px;

    outline:none;
}
.visual_login .ipgroup .ipWrap + .ipWrap{
    margin-top:10px;
}
.visual_login .btnWrap{
    margin-top:20px !important;
}
.visual_login .btnWrap a{
	border-radius:20px;
    background: #161516;
    
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    height:40px;
    
}
.visual_login .btnWrap + .btnWrap a{
	background:#fff;
	color:#161516;
	border:1px solid #161516;
}
.visualSlide .slick-slide {
    min-width:1130px;
}

.slide_box {

    height: 430px !important;
}

.visualSlide {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
	height:430px;
}

.slick-slide>div {
    width: 100%;
    height: 100%;
}

.slide_box .slide_txt {
    padding: 80px;
    padding-left: 0px;
    margin-left: 50%;
    overflow:hidden;
}

.slide_box .slide_txt .txt01 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;

}

.slide_box .slide_txt .txt02 {
    margin-top: 35px;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1px;
}

.slide_box .slide_txt .txt03 {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.slide_box .slide_txt .txt04 {
    display: flex;
    margin-top: 60px;
}

.slide_box .slide_txt .txt04>div a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;

}

.slide_box .slide_txt .txt04>div+div {
    margin-left: 10px;

}

.slide_btnWrap .slide-prev {
    width: 60px;
    height: 60px;
    background: url(/img/slide_prev.png);
    background-repeat: no-repeat;
    background-size: 60px;
    cursor: pointer;
}

.slide_btnWrap .slide-next {
    width: 60px;
    height: 60px;
    background: url(/img/slide_next.png);
    background-repeat: no-repeat;
    background-size: 60px;
    cursor: pointer;
}


.conWrap {
    margin-top: 70px;
}

.conSection {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

.conSection.bg {
    padding: 70px 0;
    background: #f1f1f1;
    max-width: 100%;
    width: 100%;
}

.conSection+.conSection {
    margin-top: 120px;
}

.conSection>.tit {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.conSection.bg>.tit {
    text-align: center;
}

.best_slide .slick-slide {
    
    margin:0 10px;
}

.content_best {
    margin-top: 15px;
}

.content_best .best_slide_box {
    border: 1px solid #E0DDDC;
    padding: 30px;

}

.content_best .best_slide_box>.tit {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.content_best .best_slide_box>.num_data {
    margin-top: 25px;

}

.content_best .best_slide_box>.num_data span {
    display: inline-block;
    color: #333;
    font-size: 35px;
    font-weight: 700;
    padding-left: 32px;
    line-heighT: 1;
}

.content_best .best_slide_box>.num_data span.up:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 18px;
    height: 15px;
    margin-top: -7.5px;
    background: url(/img/icon_up.png);
    background-repeat: no-repeat;

}

.content_best .best_slide_box>.num_data span.down:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 18px;
    height: 15px;
    margin-top: -7.5px;
    background: url(/img/icon_down.png);
    background-repeat: no-repeat;

}

.content_best .best_slide_box .txt_data {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #E0DDDC;
}

.content_best .best_slide_box .txt_data ul li {
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

.content_best .best_slide_box .txt_data ul li+li {
    margin-top: 15px;
}

.content_best .best_slide_box .txt_data ul li .data_tit {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1;
}

.content_best .best_slide_box .txt_data ul li .data_data {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 1;
}

.content_best .best_slide_box .name_data {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.content_best .best_slide_box .name_data .img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.content_best .best_slide_box .name_data .txt {
    margin-left: 10px;
}



.best-prev {
    width: 7px;
    height: 16px;
    background: url(/img/best_prev.png);
    background-repeat: no-repeat;
    background-size: 7px;
    cursor: pointer;
}

.best-next {
    width: 7px;
    height: 16px;
    background: url(/img/best_next.png);
    background-repeat: no-repeat;
    background-size: 7px;
    cursor: pointer;
}

.pagi_btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;

}

.best_page .dots-list {
    display: flex;
    align-items: center;

}

.best_page .dots-list li {
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #E0DDDC;;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.best_page .dots-list li.slick-active {
    /*background:var(--main-color);*/
    background: #222222;
}

.best_page .dots-list li+li {
    margin-left: 10px;
}

.best_page {
    margin: 0 20px;
}

.content_strategy {
    margin-top: 45px;

}

.strategy_slide_box {
    top: 20px;
    padding: 60px;
    padding-bottom: 65px;
    background: rgba(255, 255, 255, 0);
    opacity: 0.5;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    border: 1px solid #E0DDDC;

}

.slick-active.slick-current .strategy_slide_box {
    top: 0px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    border: 1px solid #fff;
    box-shadow: 1px 26px 20px -14px rgba(0, 0, 0, 0.2);
    border-radius: 0px 50px 0px 0px;
    -webkit-border-radius: 0px 50px 0px 0px;
    -moz-border-radius: 0px 50px 0px 0px;
    -ms-border-radius: 0px 50px 0px 0px;
    -o-border-radius: 0px 50px 0px 0px;
}

.strategy_slide .slick-slide {
    margin: 0 60px;
    /*min-width: 580px !important;*/

}

.strategy_slide_box>.tit {
    display: -webkit-box;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    height: 20px;

    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.strategy_slide_box>.desc {
    display: -webkit-box;
    margin-top: 40px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    height: 104px;

    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.strategy_slide_box>.date {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 1;

}

.strategy_slide_box .circle_box {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.strategy_slide .slick-list {
    height: 450px;

}

.circle_box .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.circle_box .p_name {
    margin-top: 15px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.conSection .expert {
    margin-top: 45px;

}

.expert ul:after {
    display: block;
    clear: both;
    content: '';
}

.expert ul li {
    float: left;
    width: 280px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.expert ul li .img {
    width: 100%;
    height: 170px;
    overflow: hidden;

}

.expert ul li .img img {
    display: block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}


.expert ul li+li {
    margin-left: 20px;
}

.expert ul li:nth-child(n + 5) {
    margin-top: 20px;
}
.expert ul li:nth-child(4n + 1){
    margin-left:0px;

}
.expert ul li a.blind {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(/img/export_home.png);
    width: 34px;
    height: 34px;
}

.expert ul li .data_box {
    padding: 25px 20px 35px 20px;
    border: 1px solid #E0DDDC;
    border-top: none;
}

.expert ul li:hover {
    box-shadow: 2px 8px 30px 8px rgba(0, 0, 0, 0.07);
}

.expert ul li:hover .data_box {
    border: 1px solid #fff;
    border-top: none;
}

.expert ul li:hover .img img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.expert ul li .data_box>.tit {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.expert ul li .data_box>.desc {
    display: -webkit-box;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.expert ul li .data_box>.date {
    margin-top: 20px;
}

.expert ul li .data_box>.date>span {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.expert ul li .data_box>.date>span+span {
    margin-left: 20px;
}

.expert ul li .data_box>.btnWrap {
    display: flex;
    margin-top: 20px;
}
.btnWrap.board{
    margin-top:20px;
    justify-content: flex-end;
}
.btnWrap.board a{
    padding:4px 20px;
    font-size:14px;
    width:auto;
}
.btnWrap.board a + a{
    margin-left:10px;
}
.b_type01{
    border: 1px solid #666666;
    background: #666666;
    color:#fff;
}
.b_type02{
    border: 1px solid #333333;
    background: #333333;
    color:#fff;
}
.b_type03{
    border: 1px solid #666666;
    color:#666;
}
.btnWrap{
    display:flex;
    align-items: center;
    justify-content: center;
}
.btnWrap a {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 500;
    overflow:hidden;

}

.btnWrap a.btn_type01 {
    background: var(--main-color);
    color: #fff;
}

.btnWrap a.btn_type02 {
    background: #FFAB2E;
    color: #452507;

}

.btnWrap a.btn_type03 {
    background: #305BF4;
    color: #fff;


}

.btnWrap a.btn_type04 {
    background: #666666;
    color: #fff;


}

.btnWrap a.btn_type05 {
    border:1px solid #666666;
    color: #666;


}
.btnWrap a:after {
    position: absolute;
    top: -50px;
    left: -40px;
    content: '';
    height: 155px;
    opacity: 0.2;
    background: #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all .55s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .55s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -1;
}
.btnWrap a:hover:after{
    left: 100%;
    z-index:2;
}
.main_board .main_board_wrap > .tit{
    font-size:24px;
    font-weight:600;
    color:#161516;
    line-height:24px;
}
.main_board .main_board_wrap > .more{
  
    text-align:right;
    line-height:1;
    position:absolute;
    top:5px;
    right:0;
}
.main_board .main_board_wrap > .more > a{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #161516;
}
.main_board .main_board_wrap ul{
    margin-top:20px;
    border-top:1px solid #333;
}
.main_board .main_board_wrap .notice li{
    border-bottom:1px solid #E0DDDC;
    padding:18px 0px;
    transition:all ease 0.4s;
    -webkit-transition:all ease 0.4s;
    -moz-transition:all ease 0.4s;
    -ms-transition:all ease 0.4s;
    -o-transition:all ease 0.4s;
}
.main_board .main_board_wrap .notice li:hover{
    background:#F1F1F1;
}
.main_board .main_board_wrap .notice li a{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.main_board .main_board_wrap .notice2 li{
    border-bottom:1px solid #E0DDDC;
    padding:12px 0px;
    transition:all ease 0.4s;
    -webkit-transition:all ease 0.4s;
    -moz-transition:all ease 0.4s;
    -ms-transition:all ease 0.4s;
    -o-transition:all ease 0.4s;
}
.main_board .main_board_wrap .notice2 li:hover{
    background:#F1F1F1;
}
.main_board .main_board_wrap .notice2 li a{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.main_board .main_board_wrap{
    float:left;
    width:calc( (100% - 40px) / 2);
}
.main_board .main_board_wrap + .main_board_wrap{
    margin-left:40px;
}
.main_board:after{
    clear:both;
    display:block;
    content:'';
}
.main_board .main_board_wrap .notice li > .tit{
	display: -webkit-box;
    font-weight: 500;
    font-size: 16px;
    color:#666;
    line-height:1;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main_board .main_board_wrap .notice li a > .tit{
    display: -webkit-box;
    font-weight: 500;
    font-size: 16px;
    color:#666;
    line-height:1;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main_board .main_board_wrap ul li .wt_date{
    
    line-height:1;
}
.main_board .main_board_wrap ul li .wt_date span{
    display:inline-block;
    line-height:1;
    font-size:16px;
    color:#666;
}
.main_board .main_board_wrap ul li .wt_date span + span{
    margin-left:15px;
}
.vod > li{
    display:flex;
    align-items: center;

}
.vod_left{
    display:flex;
    align-items: center;
    flex:1;
}
.vod_left .vod_left_r{
    margin-left:20px;

}
.vod_right{
    width:120px;
}
.vod_left_l .img img{
    display:block;

}
.main_board .main_board_wrap .vod li{
    border-bottom: 1px solid #E0DDDC;
    padding: 20px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;

}

.main_board .main_board_wrap .vod .vod_left .tit{
    display: -webkit-box;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.main_youtube{
    max-width:1480px;
    width:100%;
    margin:0 auto;

}
.con_banner img{
   
    width:100%;
}

.con_banner{
    overflow:hidden;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
}
.main_youtube > .tit{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height:1;
    color:#000;

}
.main_youtube > .more{
    margin-top: 10px;
    text-align: right;
    line-height: 1;
}
.main_youtube > .more > a {
    color: var(--main-color);
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.thumnail_list ul{
    margin-top:20px;
}
.thumnail_list + .pagination_wrap{
    padding-top:40px;
    border-top:1px solid #E0DDDC;

}
.thumnail_list ul li{
    float:left;
    width:calc( (100% - 60px) / 4);
    cursor:pointer;
}
.thumnail_list ul li .img img{
    width:100%;
    height:170px;
}
.thumnail_list ul li + li{
    margin-left:20px;
}
.thumnail_list ul li:nth-child(4n + 1){
    margin-left:0px;
}
.thumnail_list ul li:nth-child(n + 5){
    margin-top:50px;
}
.thumnail_list ul:after{
    clear:both;
    display:block;
    content:'';
}
.thumnail_list ul li > .img img{
    display:block;
}
.thumnail_list ul li > .tit{
    display:-webkit-box;
    margin-top:20px;
    font-size: 16px;
    line-height: 26px;
    font-weight:500;
    color:#333;
    height:52px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.thumnail_list ul li > .writer{
    margin-top:20px;
    display:flex;
    justify-content: space-between;
    
}
.thumnail_list ul li > .writer > span{
    font-weight: 500;
    font-size: 14px;
    line-height:1;
    color:#666;
    
}
.dimed_pop{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 500;

    display:none;
}
.dimed_pop .dimed{
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:absolute;
}
.layer_popup{
    position:absolute;
    width:700px;
    height:450px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.close_pop{
    position:absolute;
    right:-60px;
}
.close_pop > .blind{
    width:40px;
    height:40px;
    display:block;
    background:url(/img/pop_close.png);
    background-repeat:no-repeat;
    background-size:20px;
    background-position:center center;
    background-color:var(--main-color);
    cursor:pointer;
}
.footer{
    background:#161516;
    padding:40px 0 30px 0;
}
.footer .foot_bottom{
    width:1480px;
    display:flex;
    justify-content: center;
    margin:0 auto;
}
.foot_top .foot_info{
    display:flex;
    justify-content: space-between;
}
.foot_top .foot_info .logo a img{
    display:block;

}
.info_icon{
    display:flex;
}
.info_icon li + li{
    margin-left:100px;
}
.info_icon li .icon img{
    display:inline-block;
}
.info_icon li > .tit{
    margin-top:15px;
    color:#fff;
    font-size:14px;
    font-weight:500;
}
.info_icon li > .desc{
    margin-top:5px;
    color:#666;
    font-weight:700;
    font-size:20px;
}
.info_icon li > .desc2{
    margin-top:5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.info_icon li > .linkBox{
    display:flex;
    margin-top:10px;
}
.info_icon li > .linkBox > a{
    padding:10px 15px;
    border: 1px solid #575757;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}
.info_icon li > .linkBox > a + a{
    margin-left:8px;

}
.info_icon li > .linkBox > a > span{
    padding-left:35px;
    font-weight: 500;
    font-size: 14px;
    display:inline-block;
}
.info_icon li > .linkBox > a > span.ios:before{
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/img/apple.png);
    background-size:20px;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0;
}

.info_icon li > .linkBox > a > span.and:before{
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background:url(/img/and.png);
    background-size:20px;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0;
}

.foot_bottom ul{
    display:flex;
}
.foot_bottom .layout_box{
    margin-left:60px;
}
.foot_bottom ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
}
.foot_bottom ul li + li{
    margin-left:30px;

}
.foot_bottom .copyWrap{
    margin-top:10px;
}
.foot_bottom .copyWrap p{
    font-size: 14px;
    line-height: 22px;
    color: #888888;
}
.foot_bottom .copyWrap p + p{
    margin-top:15px;
}
.foot_bottom .copyWrap p + p + p{
    margin-top:20px;
    
}

.visual_s01{
    background:url(/img/visual01.png); 
    background-position:center center; 
    background-size:cover;
}

.visual_s02{
    background:url(/img/visual01.png); 
    background-position:center center; 
    background-size:cover;
}

.visual_s03{
    background:url(/img/visual01.png); 
    background-position:center center; 
    background-size:cover;
}
.mobile_gnb{
    display:none;
}

.sidebox img{
    display:block;
}
.right_sidebox{

    position:absolute;
    left:50%;
    top:753px;
    z-index:10;
    margin-left:610px;
}
.left_sidebox{
  
    position:absolute;
    right:50%;
    top:753px;
    z-index:10;
    margin-right:610px;

}
.sidebox + .sidebox{
    margin-top:10px;

}
.gotop{
    display:none;
}

.log_after{
    display:flex;
    justify-content: flex-end;
}
.log_after li + li{
    margin-left:15px;
}
.log_after li a{
    font-size: 14px;
    color:#666;
    line-height:1;
    font-weight:500;
    line-height:27px;
}
.log_after li.on a{
    font-size: 14px;
    color: var(--main-color);
    line-height:27px;
    
}
.log_after li:last-child{
    padding-left: 8px;
    margin-left: 8px;
}
.log_after li:last-child:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -1.5px;
    content: '';
    width: 3px;
    height: 3px;
    background: #c4c4c4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.gotop{
    display:none;
    position:fixed;
    bottom: 40px;
    right: 20px;
    text-align:center;
}
.gotop.stop{
    position:absolute;

}
.gotop > p{
    margin-top:5px;
    font-weight: 700;
    font-size: 15px;
    color:#333;
    line-height:1;
}
.gotop span{
    width:50px;
    height:50px;
    display:block;
    background:url(/img/top_btn.png);
    background-color:var(--main-color);
    background-repeat:no-repeat;
    background-size:15px 21px;
    background-position:center center;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.25);
    cursor:pointer;
}

.sub_wrap{
    padding-top:150px;

}
.location{
    background:#F1F1F1;
    width:100%;
    padding:15px 0;
}
.location .locaBox{
    width:100%;
    max-width:1480px;
    margin:0 auto;
}
.location .locaBox ul{
    display:flex;
}
.location .locaBox ul li + li{
    margin-left:35px;    
}
.location .locaBox ul li + li:before{
    content:'';
    display:inline-block;
    width:4px;
    height:8px;
    background:url(/img/loca_ar.png);
    background-size:4px;
    background-repeat:no-repeat;
    position:absolute;
    left: -17px;
    top: 6px;
}
.location .locaBox ul li a{
    font-size: 14px;
    color:#666;
}
.location .locaBox ul li:last-child a{
    color:#333;
    font-weight:500;

}
.sub_content{
    width:100%;
    max-width:1480px;
    margin:0 auto;
    margin-top:60px;
    padding-bottom:120px;
}
.sub_content.type_full{
    max-width:100%;
    padding-bottom:0px;
}
.sub_content .sub_tit{
    font-weight: 600;
    font-size: 35px;
    color:#333;
    margin-bottom:0px;
}
.expert_view .top_area{
    max-width:1480px;
    width:100%;
    margin:0 auto;
    display:flex;
}
.expert_view .top_area .left_box{
    min-width:480px;
    max-width:480px;
}
.expert_view .top_area .left_box .img img{
    width:100%;
    display:block;
}
.expert_view .top_area .left_box .btnWrap{
    margin-top:30px;
    justify-content: center;
}
.expert_view .top_area .left_box .btnWrap a{
    width:150px;
    height:45px;
    line-height:43px;
    border:1px solid #E0DDDC;
    border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    font-size:16px;
    color: #666666;
}
.expert_view .top_area .left_box .btnWrap a.color{
    color: var(--main-color);
    border:1px solid var(--main-color);

}
.expert_view .top_area .left_box .btnWrap a + a{
    margin-left:10px;

}
.expert_view .top_area .right_box{
    margin-left:100px;
}
.expert_view .top_area .right_box > .tit{
    font-weight: 500;
    font-size: 35px;
    color: var(--main-color);
    line-height:1;
}
.expert_view .top_area .right_box > .desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color:#333;
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid #E0DDDC;
}
.expert_view .top_area .right_box > .content{
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid #E0DDDC;
}
.expert_view .top_area .right_box > .content > ul > li{
    display:flex;
}
.expert_view .top_area .right_box > .content > ul > li .tit{
    font-weight: 500;
    font-size: 20px;
    min-width:130px;
    color:#333;

}
.expert_view .top_area .right_box > .content > ul > li + li{
    margin-top:30px;
}
.expert_view .top_area .right_box > .content > ul > li > .desc > ul > li + li{
    margin-top:7px;
}
.expert_view .top_area .right_box > .content > ul > li > .desc > ul > li{
    padding-left:10px;
    font-size: 16px;
    color:#666;
}
.expert_view .top_area .right_box > .content > ul > li > .desc > ul > li:before{
    content:'';
    width:2px;
    height:2px;
    background:#666;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    position:absolute;
    left:0;
    top:10px;
}
.expert_view .bottom_area{
    margin-top:75px;
    padding:70px 0 120px 0;
    background:#F1F1F1;
}

.expert_view .bottom_area .layout_box .img{
    text-align:center;
}

.bottom_area .layout_box .view_tb_data{
    margin-top:70px;

}
.tabs.col06 > div{
    width:calc(100% / 6);
}
.tabs.col05 > div{
    width:calc(100% / 5);
}
.tabs.col02 > div{
    width:calc(100% / 2);
}
.tabs.col03 > div{
    width:calc(100% / 3);
}
.tabs.col04 > div{
    width:calc(100% / 4);
}
.tabs:afteR{
    clear:both;
    display:block;
    content:'';
}
.tabs > div a{
    color:#666;
    font-weight:500;
}
.tabs > div{
    float:left;
    width:100%;    
    text-align:center;
    height:45px;
    line-height:45px;
    color:#666;
    background:#fff;
    font-weight:500;
    border-bottom:1px solid #E0DDDC;
    border-top:1px solid #E0DDDC;
    cursor:pointer;
}
.tabs > div.on{
    background-color: var(--main-color);
    color:#fff;
}
.tabs > div.on a{
    color:#fff;
}
.tabs > div:first-child{
    border-left:1px solid #E0DDDC;
}
.tabs > div + div{
    border-left:1px solid #E0DDDC;
}
.tabs > div:last-child{
    border-right:1px solid #E0DDDC;

}
.view_tb_data .tabs + .tb_box{
    margin-top:50px;

}

.contBox .div_tb .tb_tit{
    border-top:1px solid #333;
    border-bottom:1px solid #E0DDDC;
}
.contBox .div_tb .tb_tit > div{
    float:left;
    font-size:16px;
    font-weight:500;
    color:#333;
    height:56px;
    line-height:55px;
    background:#F1F1F1;
    text-align:center;
}
.contBox .div_tb .tb_tit:after{
    clear:both;
    display:block;
    content:'';
}
.contBox .div_tb .tb_content:after{
    clear:both;
    display:block;
    content:'';
}
.contBox .div_tb .tb_content .ipWrap{
    line-height:56px;
}
.contBox .div_tb .tb_content .ipWrap select{
    vertical-align: middle;
}
.contBox .div_tb .tb_content .ipWrap input{
    vertical-align: middle;
}
.contBox .div_tb .tb_content > div{
    float:left;
    font-size:16px;
    height:56px;
    line-height:55px;
    text-align:center;
}
.contBox .div_tb .tb_content{
    border-bottom:1px solid #E0DDDC;

}

.div_tb.col05 > div > div{
    width:calc(100% / 5);
    text-align:center;
}

.search_top select{
    height:35px;

}
.search_top + .tb_box{
    margin-top:20px;
}
.search_top{
    display:flex;
    justify-content: flex-end;
}
.search_top .ipWrap + .ipWrap{
    margin-left:10px;
}
.ipWrap input[type="text"], .ipWrap input[type="password"]{
    height:35px;
    line-height:33px;
    border:1px solid #eee;
    padding:0 10px;
    outline:none;
 
}
.broadcast .tb_box{
    margin-top:20px;

}
.tb_content .name_data{
    margin-top:8px;

}

.tb_content_t p{
    display:-webkit-box;
    font-size: 16px;
    line-height: 56px;
  
    color:#333;
    height:56px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding:0 40px;

}

.pagination_wrap{
    margin-top:40px;

}
.pagination {
    text-align: center;
}
.pagination span {
    display: inline-block;
    padding: 0 20px;
}
.pagination span a:hover {
    color: #fff;
    background:var(--main-color);
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
}
.pagination span a + a {
    position: relative;
}

.pagination a {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    min-width: 30px;
    color: #666;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.pagination a.on {
    color: #fff;
    background:var(--main-color);
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
}
.pagination a.paging {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 0;
   
}
.pagination a.paging + .paging {
    margin-left: 2px;
}
.pagination a.paging.first {
    background:url(/img/first_btn.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.pagination a.paging.prev {
    background:url(/img/prev_btn.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.pagination a.paging.next {
    transform: rotate(180deg);
    background:url(/img/prev_btn.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.pagination a.paging.last {
    transform: rotate(180deg);
    background:url(/img/first_btn.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.search.blind{
    display:inline-block;
    width:15px;
    height:15px;
    background:url(/img/icon_search.png);
    background-size:15px;
    background-repeat:no-repeat;
    position:absolute;
    right:12px;
    top:12px;
}
.pin.blind{
    display:inline-block;
    background:var(--main-color) url(/img/icon_pin.png);
    width:25px;
    height:25px;
    background-size:12px;
    background-repeat:no-repeat;
    vertical-align: middle;
    background-position:center center;
    border-radius:50%;
    display:none;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
}
.noti{
    background:#FFF5F4;

}
.noti .num span{
    display:none;
}
.noti .num span.pin.blind{
    display:inline-block;

}
.write_board{
    text-align: right   ;

}
.write_board a{
    display:inline-block;
    width: 80px;
    height:35px;
    line-height:35px;
    background:#666;
    color:#fff;
    font-size:14px;
    color:#fff;
    text-align: center;
}
.box_list .contBox .div_tb .tb_content{
    width:calc( (100% - 60px) / 4);
    float:left;
    border-bottom:none;
    padding:30px 25px;
    border:1px solid #E0DDDC;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -ms-transition:all ease 0.3s;
    -o-transition:all ease 0.3s;
}
.box_list .contBox .div_tb .tb_content:hover{
    box-shadow: 2px 8px 30px 8px rgba(0, 0, 0, 0.07);
    border:1px solid #fff;;
}
.box_list .contBox .div_tb .tb_content:hover p{
    color: var(--main-color);

}
.box_list .contBox .div_tb .tb_content + .tb_content{
    margin-left:20px;

}
.box_list .contBox .div_tb:after{
    clear:both;
    display:block;
    content:'';

}
.box_list .contBox .div_tb .tb_content:nth-child(4n + 1){
    margin-left:0px;
}
.box_list .contBox .div_tb .tb_content:nth-child(n + 5){
    margin-top:50px;

}
.box_list .noti{
    background:none;
}
.box_list .contBox .div_tb .tb_content > div{
    float:none;
    text-align:left;
    height:auto;
    line-height:1;
}
.box_list .tb_content_t{
    margin-top:10px;
}
.box_list .tb_content_t p{
    display: -webkit-box;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding:0;
    font-weight:500;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -ms-transition:all ease 0.3s;
    -o-transition:all ease 0.3s;
}
.box_list .tb_content_desc{
    margin-top:30px;
    font-size: 16px !important;
    line-height: 24px !important;
    display: -webkit-box;

    color:#666;
    height: 72px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box_list .tb_etc{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-top:40px;

}
.box_list .num span{
    color: #F44336;

}

.board_view .view_top{
    background:#F1F1F1;
    padding:40px 0 20px 0;
    border-top:1px solid #000000;
    text-align:center;

}
.board_view .view_top .view_tit{
    font-weight: 500;
    font-size: 25px;
    color:#333;
}
.board_view .view_top .view_info{
    margin-top:40px;
    display:flex;
    justify-content: center;
}
.board_view .view_top .view_info .left + .right{
    margin-left:50px;
}
.board_view .view_top .view_info .left{
    display:flex;
    align-items: center;
    justify-content: center;
    line-height:1;
}
.board_view .view_top .view_info .left > div{
    font-size: 16px;
    color:#666;
}
.board_view .view_top .view_info .left > .date{
    margin-left:30px;
}


.board_view .view_top .view_info .left > .date:before{
    content:'';
    display:inline-block;
    width:2px;
    height:2px;
    background:#666;
    top: 10px;
    left: -15px;
    position: absolute;
}
.file{
    display:flex;
    align-items: center;

}
.file .filt_tit{
    height:50px;
    line-height:50px;
    min-width:100px;
    text-align:center;
}
.file .file_desc{
    height:50px;
    line-height:50px;
    flex:1;
}

.file .file_desc a{
    display:inline-block;
    padding-left:25px;
}
.file .file_desc a:before{
    content:'';
    display:inline-block;
    width:15px;
    height:15px;
    background:url(/img/save.png);
    background-repeat:no-repeat;
    background-size:15px;
    position:absolute;
    left:0;
    top:2px;
}

.view_cont{
    border-top:1px solid #E0DDDC;
    padding:50px 100px 60px 100px;
}
.view_cont img{
    max-width:100%;
    display:inline-block;
}
.view_cont p + p{
    margin-top:40px;
}
.view_cont p{
    font-size: 16px;
    line-height: 1.6;
    coloR:#666;
}
.view_bottom{
    border-top:1px solid #E0DDDC;
}
.view_bottom .view_pagination{
    margin-top:50px;
    display:flex;
    align-items: center;
    justify-content: space-between ;


}
.view_prev a, .view_next a{
    display:flex;
    align-items: center;

}
.fa-angle-left, .fa-angle-right{
    color: var(--main-color);
    font-size:20px;
}
.circle{
    width:45px;
    height:45px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border:1px solid var(--main-color);
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -ms-transition:all ease 0.3s;
    -o-transition:all ease 0.3s;
}
.circle .fas{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
}

.view_prev a > span + span, .view_next a > span + span{
    margin-left:15px;
}

.view_prev a > span , .view_next a > span{
    font-weight: 500;
    font-size: 16px;
    color:var(--main-color);
}
.view_prev:hover a .circle, .view_next:hover a .circle{
    background:var(--main-color);
}

.view_prev:hover a .circle .fas, .view_next:hover a .circle .fas{
    color:#fff;
}
.go_list a{
    display:block;
    width:80px;
    line-height:45px;
    color:#fff;
    background:var(--main-color);
    text-align:center;
    font-size:16px;
    font-weight:500;
    
}
.comment_wrap + .view_pagination{
    margin-top:50px;
    border-top:1px solid #E0DDDC;
    padding-top:40px;

}
.comment_wrap .comment_input{
    margin-top:20px;
    display:flex;
}
.comment_wrap .comment_input textarea{
    background: #F1F1F1;
    flex:1;
    height:70px;
    padding:10px;
    overflow-y:auto;
    box-sizing:border-box;

}
.comment_wrap .comment_input textarea::placeholder{
    color: #CCCCCC;
    font-size:15px;
    font-weight:300;

}
.comment_wrap .comment_input button{
    width:100px;
    height:70px;
    line-height:70px;
    background:#666;
    color:#fff;

    font-size:14px;
    font-weight:500;
    text-align:center;
    margin-left:10px;
}
.comment_wrap .comment{
    margin-top:40px;
}
.comment_wrap .comment .tit_area{
    display:flex;
    align-items: center;
}
.comment_wrap .comment .tit_area .tit{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.comment_wrap .comment .tit_area > span{
    margin-left:5px;
    background: #F44336;
    border-radius: 100px;
    color:#fff;
    display:block;
    line-height:1;
    padding:4px 10px;
    text-align: center;
    font-size:11px;
    letter-spacing: 1px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.comment_wrap .comment .comment_list{
    margin-top:20px;
}
.comment_wrap .comment .comment_list ul li{
    border-top: 1px solid #E0DDDC;
    padding:20px 0;
}
.comment_wrap .comment .comment_list ul li:last-child{
    border-bottom:1px solid #E0DDDC;
}
.comment_wrap .comment .comment_list ul li .writer{
    font-weight: 500;
    font-size: 16px;
    line-height:1;
    color:#333;
}
.comment_wrap .comment .comment_list ul li .desc{
    margin-top:15px;
    font-size: 14px;
    line-height: 24px;
    coloR:#666

}
.comment_wrap .comment .comment_list ul li .etc{
    float: right;
}
.comment_wrap .comment .comment_list ul li .etc > span{
    font-size:14px;
    color: #666666;
    line-height:26px;
}
.comment_wrap .comment .comment_list ul li .etc > span + span{
    margin-left:15px;
}
.comment_wrap .comment .comment_list ul li .etc > span.delete{
    display:inline-block;
    padding-left:18px;
    color:#333;
    cursor:pointer;
}
.comment_wrap .comment .comment_list ul li .etc > span.delete:before{
    content:'';
    display:inline-block;
    width:15px;
    height:15px;
    background:url(/img/icon_del.png);
    background-size:15px;
    background-repeat:no-repeat;
    position:absolute;
    lefT:0;
    top:5px;
}
.box_tb{
   
    border-top:1px solid #333;
    border-bottom:1px solid #E0DDDC;    
}
.fbox{
    display:flex;
}
.fbox .fl{
    width:170px;
    background:#F1F1F1;
    padding:20px 40px;
    font-size:16px;
    color:#333;
    font-weight:500;
    line-height:16px;

}
.fbox .fr{
    padding:10px 20px;
    flex:1;

}
.fbox .fr .data_txt{
    line-height:35px;
}
.box_tb .fbox + .fbox{
    border-top:1px solid #E0DDDC;
}
.btnWrap.page{
    margin-top:40px;
}
.btnWrap.page > a{
    display:block;
    width:auto;
    padding:10px 25px;
    color:#fff;
    font-weight:500;
    background:#333333;
}
.btnWrap.page > a + a{
    margin-left:5px;
    background:var(--main-color);
}
.payment{
    display:flex;
}
.payment .img img{
    display:block;
}
.payment .desc{
    border:4px solid #E0DDDC;
    margin-left:20px;
    flex:1;
    padding:40px;
}
.payment .desc .tit{
    font-size: 20px;
    color:#000;
    font-weight:500;
}
.payment .desc .d_tb{
    margin-top:20px;
    border-top:1px solid #333;
}
.ico_recepit{
    padding:40px 30px 0 40px;
    height:171px;
}
.ico_recepit .recepit_icon{
    padding-left:80px;
}
.ico_recepit .recepit_icon:before{
    content:'';
    display:inline-block;
    width:46px;
    height:54px;
    background:url(/img/icon_receipt.png);
    background-repeat:no-repeat;
    background-size:46px;
    position:absolute;
    left:0;
    top:0;
}
.ico_recepit .recepit_icon .prd_n{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color:#666;

}
.ico_recepit .recepit_icon .dis_price{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color:#888;
    
}
.ico_recepit .recepit_icon .priceWrap{
    margin-top:15px;
    display:flex;
    align-items: center;
}
.priceWrap .price{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display:flex;
    align-items: center;
    padding-left:60px;
}

.priceWrap .price span{
    color: #F44336;
    font-weight: bold;
    font-size: 25px;
  
    margin-left:5px;
}
.priceWrap .price span.won{
    font-size:16px;
}
.ipWrap input[type="checkbox"] + label{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size:16px;
    color: #333;
    font-weight:500;
    line-height:24px;
}
/*
.ipWrap input + button{
    margin-left:10px;
}


.ipWrap button{
    padding:0 20px;
    height:35px;
    line-height:35px;
    font-size: 14px;
    color:#fff;
    background:#666;
    font-weight:300;
    vertical-align: top;
    min-width:92px;
}
*/
.ipWrap input[type="checkbox"] + label:before{
    position: absolute;
    top:2px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    vertical-align: middle;
    background:url(/img/icon_check_off.png);
    background-size:18px !important; 
}
.ipWrap input[type="checkbox"]:checked + label:before{

    background:url(/img/icon_check_on.png);

}


.ipWrap input[type="radio"] + label{
    display: inline-block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size:14px;
    color: #666666;
    font-weight:500;
    line-height:24px;
}

.ipWrap input[type="radio"] + label:before{
    position: absolute;
    top:3px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    content: '';
    vertical-align: middle;
    background:url(/img/icon_radio_off.png);
    background-size:17px; 
}
.ipWrap input[type="radio"]:checked + label:before{

    background:url(/img/icon_radio_on.png);

}
.d_tb .row{
    height:57px;
    line-height:57px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.d_tb .row + .row{
    border-top:1px solid #E0DDDC;
}
.before_price{
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    font-weight:500;
    color:#888;
    letter-spacing:0px;
}
.last_price{
    color:#666;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.last_price > span{
    display:inline-block;
    margin-left:10px;
    color: #F44336;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;

}
.payment .desc .result{
    margin-top:20px;
    background:#f1f1f1;
    text-align:center;
    padding:20px 0;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}
.payment .desc .result .result_sub{
    margin-top:0px;
    background:#f1f1f1;
    text-align:center;
    padding:20px 0;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.payment .desc .result span{
    font-size: 25px;
    line-height: 30px;
    color:#F44336;
    font-weight:700;
    margin-left:8px;
}
.payment .desc .result span.won{
    font-size: 16px;
    line-height: 24px;
    color: #F44336;
    font-weight:500;
    margin-left:0px;
}
.view_count{
    display:inline-block;
    padding-left:25px;
   
}
.view_count:before{
    content:'';
    display:inline-block;
    width:15px;
    height:15px;
    background:url(/img/icon_eye.png);
    background-repeat:no-repeat;
    background-size:15px;
    position:absolute;
    left:0;
    top:3px;
}
.payment .desc .result{
    display:flex;
    align-items: center;
    justify-content: center;
}
.result > div{
    font-weight: 500;
    font-size: 16px;
    line-height:1;
    color:#666;
}
.result > div + div{
    margin-left:140px;
    
}
.termWrap{
    padding:30px 35px;
    background: #F1F1F1;
    max-height:1000px;
    overflow-y:auto;

}
.loginWrap{
    display:flex;
    justify-content: center;

	
}
.loginWrap.visual_login{
	
}
.loginWrap .img{
    background:url(/img/login_img.png);
    background-size:cover;
    background-position:center center;
    width:380px;
}

.loginWrap .loginBox .login_row .label{
    font-weight: 500;
    font-size: 13px;
    line-height:1;
    coloR:#333;
}
.loginWrap .loginBox .login_row .label + .ipWrap{
    margin-top:10px;
}
.loginWrap .loginBox .login_row + .login_row{
    margin-top:20px;
}
.linkWrap ul li + li{
    margin-left:15px;
}
.loginWrap .loginBox .linkWrap{
    margin-top:20px;
}
.loginWrap .loginBox .btnWrap{
    margin-top:50px;
}
.loginWrap .loginBox .btnWrap > a{
    display:inline-block;

	display:block;

}
.linkWrap ul li + li:before{
    content:'';
    display:inline-block;
    width:2px;
    height:2px;
    background:#666;
    position:absolute;
    left:-8px;
    top:8px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.linkWrap ul li a{
    font-weight: 500;
    font-size: 14px;
    color:#666;
}
.linkWrap ul{
    display:flex;
    align-items: center;
    justify-content: center;
}
.joinWrap{
    border-top:1px solid #E0DDDC;
}
.stepWrap{
    margin-top:50px;
}
.stepWrap ul{
    display:flex;
    align-items: center;
    justify-content: center;
}
.stepWrap ul li{
    text-align:center;
}
.stepWrap ul li + li{
    margin-left:110px;
}
.stepWrap ul li .txt{
    font-weight: bold;
    font-size: 16px;
    color:#333;
}
.stepWrap ul li.on .txt{
    color:var(--main-color);
}
.stepWrap ul li .stepcircle{
    margin-top:10px;
    width:60px;
    height:60px;
    background:#f1f1f1;
    border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
}
.stepWrap ul li .stepcircle > span{
    width:54px;
    height:54px;
    line-height:54px;
    text-align:center;
    border-radius:100px;
    border:1px solid #f1f1f1;
    font-size: 20px;
    color:#333;
    font-weight:600;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
}
.stepWrap ul li.on .stepcircle{
    background:var(--main-color);
}
.stepWrap ul li.on .stepcircle > span{
    border:1px solid #fff;
    coloR:#fff;
}
.stepWrap ul li + li:before{
    content:'';
    display:inline-block;
    width:70px;
    height:1px;
    background:#E0DDDC;
    position:absolute;
    left:-92px;
    top:64px;
}
.stepWrap ul li.on+ li:before{
    background:var(--main-color);

}
.joindesc{
    margin-top:50px;
}
.termSection + .termSection{
    margin-top:50px;
}
.termSection .tit{
    font-weight: 500;
    font-size: 20px;
    color:#333;
    line-height:1;
}
.termSection .desc{
    margin-top:30px;
    padding:30px 35px;
    height:254px;
    overflow-y:auto;
    background:#f1f1f1;

}
.ipWrap.terms{
    margin-top:20px;
    text-align: right;
}
.joindesc .termnoti{
    margin-top:50px;
    padding:35px 45px;
    border:4px solid #e0dddc;
}

.joindesc .termnoti .tit{
    color: #F44336;
    font-weight: 500;
    font-size: 20px;
    line-height:1;
}
.joindesc .termnoti .desc{
    margin-top:20px;
}
.joinWrap .btnWrap{
    margin-top:40px;
}
.btnWrap.join{
    margin-top:40px;
}
.btnWrap.join a{
    width:140px;
    height:45px;
    line-height:45px;
}
.btnWrap.join a + a{
    margin-left:5px;
}
.join_complete{
    background:#F1F1F1;
    text-align:center;
    padding:40px 25px 50px 25px;
}
.join_complete .txt{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color:#333;
}
.join_complete .txt .check_circle{
    display:block;
    margin:0 auto;
    margin-bottom:25px;
    width:70px;
    height:70px;
    border:1px solid var(--main-color);
    border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
}
.join_complete .txt .check_circle:before{
    content:'';
    display:inline-block;
    position:absolute;

    width:25px;
    height:10px;
    border:1px solid var(--main-color);
    top: 28px;
    left: 25px;
}
.join_complete .txt .check_circle:after{
    content:'';
    display:inline-block;
    position:absolute;
    left:0;
    top:0;
    width:25px;
    height:10px;
    background: #f1f1f1;
    border: 1px solid #F1F1F1;
    top: 27px;
    left: 26px;
}
.join_complete .txt span{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color:#333;
}
.join_complete .id_check{
    margin: 50px auto 0 auto;
    background:#333;
    padding:7px 25px;
    width:250px;
    display:flex;
    align-items: center;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}
.join_complete .id_check span{
    color:#fff;
    font-weight: 500;
    font-size: 14px;
    line-height:1;
}
.join_complete .id_check span + span{
    font-size:20px;
    text-align:center;
    flex:1;
}
.join_input{
    margin-top:50px;
}
.join_input > .tit{
    font-weight: 500;
    font-size: 20px;
    color:#333;
}
.box_tb select{
    height:35px;
}
.join_input .tit + .box_tb{
    margin-top:20px;
}

.join_input .btnWrap{
    margin-top:40px;
}
.ipWrap{
    font-size:0px;
}
.phone{
    display:flex;
    align-items: center;
}
.phone .ipWrap{
    font-size:0px;
    display:flex;
    align-items: center;
}
.findinfoWrap .joindesc{
    margin-top:50px;
}
.fbox .fr .ipWrap input + button{
    position:relative;
}
.fbox .fr .ipWrap .noti_txt{
    display:inline-block;
    font-size: 14px;
    color:#888;
    font-weight:400;
    margin-left:20px;
}

.fbox .fr .alert_txt{
    margin-top:10px;
}
.alert_txt{
    display:none;
    padding-left:20px;
    font-size: 14px;
    font-weight:400;
    color: #F44336;
}
.alert .alert_txt{
    display:block;
}
.alert_txt:before{
    content:'';
    display:inline-block;
    width:15px;
    height:15px;
    background:url(/img/icon_alert.png);
    background-size:15px;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:2.5px;
}
.agree{
    display:flex;
    align-items: center;
    margin-left:20px;
}
.agree > .ipWrap{
    margin-left:20px;
}
.agree > .ipWrap + .ipWrap{
    margin-left:15px;
}

.agree > .tit{
    font-size: 14px;
    color:#666;
    line-height:35px;
}
.agree:after{
    clear:both;
    display:block;
    content:'';
}
.borderbox{
    border:4px solid #E0DDDC;
    padding:35px;
}
.tabs_content{
    margin-top:50px;
}
.my_info{
    padding-left:75px;
    display:flex;
    justify-content: space-between;
}
.my_info > div > span:first-child{
    display:inline-block;
    font-weight: 500;
    font-size: 16px;
    color:#333;
}
.my_info > div > span + span{
    display:inline-block;
    font-size: 16px;
    color: #666666;
    margin-left:15px;
    min-width:200px;
}
.my_info:before{
    content:'';
    display:inline-block;
    width:40px;
    height:36px;
    background:url(/img/icon_my.png);
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:-7px;
}

.join_input + .join_input{
    margin-top:50px;
}
.list li{
    padding-left:12px;
    font-size:16px;
    line-height:25px;
    color:#666;
}
.list li:before{
    content:'';
    display:inline-block;
    width:4px;
    height:4px;
    background:#c4c4c4;
    border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    position:absolute;
    left:0;
    top:9px;
}
.list li + li{
    margin-top:5px;
}
.leavebox{
    padding-left:110px;
}
.leavebox:before{
    content:'';
    display:inline-block;
    width:70px;
    height:70px;
    background:url(/img/icon_leave.png);
    background-size:70px;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0;
}
.leavebox > .tit{
    font-weight: 500;
    font-size: 20px;
    color:#333;
}
.leavebox > .tit + .desc{
    margin-top:20px;
}


.mem_num{
    max-width:330px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
}
.mem_num > .tit{
    font-weight: 500;
    font-size: 20px;
    coloR:#333;
    line-height:35px;
}
.mem_num > .desc{
    font-weight: 500;
    font-size: 20px;
    coloR:#333;
    line-height:35px;
}
.mem_num > .desc span{
    color: var(--main-color);
    font-size:35px;
    font-weight:600;
    line-height:35px;
    margin-right:10px;
}
.tbWrap{
    margin-top:50px;
    overflow-x: auto;
}

.tbWrap table{
    width:1480px;

    border-top:1px solid #333;
    border-bottom:1px solid #E0DDDC;
}
.tbWrap table tr th{
    background:#F1F1F1;
    font-weight: 500;
    font-size: 16px;
    line-height:1;
    color:#333;
}
.tbWrap .tit + table{
    margin-top:20px;
}
.tbWrap table tr th, .tbWrap table tr td{
    text-align:center;
    padding:20px 5px;
}
.tbWrap table tr td{
    border-top:1px solid #E0DDDC;
    color: #666666;
}

.textarea textarea{
    background:#F1F1F1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding:30px;

}
.send_message{
    display:flex;
}
.notiwrap{
    position:absolute;
    right:25px;
    bottom:20px;
}
.textarea{
    flex:1;
}
.notiwrap .noti_txt{
    color:#305BF4;
    font-size:14px;
}
.notiwrap span + span{
    margin-left:25px;
    color: #888888;
    font-size:14px;
}
.sendWrap{
    width:480px;
    height:230px;
    margin-left:20px;
    border: 1px solid #E0DDDC;
}
.sendWrap .emote_icon{
    padding:10px 15px;
}
.sendWrap .bbox{
    border-top:1px solid #E0DDDC;
    display:flex;
    justify-content: space-between;
    padding:15px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.emote_icon > a{
    display:inline-block;
    width:20px;
    text-align:center;
}
.radioWRap{
    display: flex;
    height: 100%;
    align-items: center;
}
.sendWrap .bbox > .tit{
    font-size:14px;
}
.radioWRap .ipWrap + .ipWrap{
    margin-left:20px;
}

.radioWRap .ipWrap input[type="radio"] + label{
    font-size:14px;
}
.datapicker{
    
    border: 1px solid #E0DDDC;
    width:150px;
    text-align:center;
    padding-right:27px !important;
    background:#F1F1F1 url(/img/icon_datapicker.png);
    background-repeat:no-repeat;
    background-position:95% center;
    cursor:pointer;
}

.ipWrap .time{
    font-size:14px;
    display:inline-block;
    width:20px;
    line-height:35px;
    text-align: center;
}
.date_ip .ipWrap{
    display:inline-block;
    vertical-align: top;
}
.date_ip .ipWrap + .ipWrap{
    margin-left:10px;
}
.tb_box > .tit{
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color:#333;
}
.tb_box > .tit + .contBox{
    margin-top:20px;
}
.schedule_top .btnWrap{
    margin-top:20px;
    justify-content: flex-end;
}
.schedule_top .btnWrap a{
    width:auto;
    padding:0 20px;
}
.schedule_bottom{
    margin-top:60px;
}
.schedule_bottom .btnWrap a{
    width:auto;
    padding:0 20px;
}
.schedule_bottom .btnWrap a + a{
    margin-left:5px;
}
.ico_recepit .recepit_icon .dis_price + .price:before{
    content:'';
    display:inline-block;
    width:14.5px;
    height:6px;
    background:url(/img/icon_arrow-.png);
    background-size:14.5px;
    position:absolute;
    top:14px;
    left:24px;

}
.d_tb .row > .colb:first-child{
    flex:1;
    display:flex;
}
.payment .d_tb .row{
    justify-content: inherit;
}
.payment .d_tb .row .colb .ipWrap{
    min-width:220px;

}
.payment .d_tb .row.dis > .colb + .colb:before{
    content:'';
    display:inline-block;
    width:14.5px;
    height:6px;
    background:url(/img/icon_arrow-.png);
    background-size:14.5px;
    position:absolute;
    top:12px;
    left:-65px;
}
.ipNbtn{
    height:35px;
    line-height:35px;
    background:#666;
    font-size:14px;
    text-align:center;
    padding:0 20px;
    color:#fff;
    font-weight:500;
}
input + .ipNbtn{
    margin-left:10px;
}

.custom_slide{
    max-width:1480px;
    width:100%;
    margin:0 auto;
    margin-top:110px;
}
.slide_Wrap{
    width:100%;
    height:430px;
}
.slide_Wrap .slide{
    width:100%;
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    z-index:0;
    transition:all ease 0.4s;
    -webkit-transition:all ease 0.4s;
    -moz-transition:all ease 0.4s;
    -ms-transition:all ease 0.4s;
    -o-transition:all ease 0.4s;
}  
.slide_Wrap .slide .slidetxtBox{
    position:absolute;
    left:50px;
    top:150px;
    z-index:2;
}
.slide_Wrap .slide .slidetxtBox .txt{
    color:#fff;
    font-size:40px;
    font-weight:500;
    line-height:1;
}
.slide_Wrap .slide.on{
    z-index:1;
    opacity:1;
}
.slide_Wrap .slide img{
    display:block;
    width:100%;
}

.slide_txt{
    position:absolute;
    top:15px;
    right:15px;
    width:200px;
    background:rgba(0,0,0,0.4);
    height:calc(100% - 30px);
    z-index:1;
    overflow:hidden;
}
.slide_txt .slide_txt_top{
    display:flex;
    justify-content:space-between;
    padding:15px 20px;
  
}
.slide_txt .slide_txt_top .btn_txt{
    color:#fff;
    font-size:16px;
    font-weight:500;
}
.slide_txt .slide_txt_top .slide_btn a{
    color:#fff;
    font-weight:500;
}
.slide_txt .slide_txt_top .slide_btn a + a{
    margin-left:5px;
}
.slide_txt .slide_txt_bottom {
    overflow:hidden;
}
.slide_txt .slide_txt_bottom ul li{
    color:rgba(255, 255, 255, 0.4);
    transition:all ease 0.2s;
    -webkit-transition:all ease 0.2s;
    -moz-transition:all ease 0.2s;
    -ms-transition:all ease 0.2s;
    -o-transition:all ease 0.2s;
    padding:11px 15px;
    z-indeX:1;
    cursor:pointer;
}
.slide_txt .slide_txt_bottom ul li.on{
    color:rgba(255, 255, 255, 1);
   
    transition:all ease 0.2s;
    -webkit-transition:all ease 0.2s;
    -moz-transition:all ease 0.2s;
    -ms-transition:all ease 0.2s;
    -o-transition:all ease 0.2s;
}
.slide_txt .slide_txt_bottom ul li:before{
    content:'';
    display:inline-block;
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(244, 67, 54, 0);
    z-index:-1;
    top:0;
    left:0;
}
.slide_txt .slide_txt_bottom ul li.on:before{
    content:'';
    display:inline-block;
    position:absolute;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
    top:-5px;
    left:-5px;
    background:rgba(244, 67, 54, 1);   
}
.numbering{
    position:absolute;
    bottom:30px;
    right:250px;
    z-index:2;
    color:#fff;
}
.numbering span{
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    display:inline-block;
    line-height:1;
    text-shadow: 1px 1px 20px black;
}
.numbering span + span{
    margin-left:10px;
}
.numbering .allNum{
    font-size:20px;
}
.numbering .loading{
    font-size:0;
    width:70px;
    height:2px;
 

}
.numbering .loading:before{
    content:'';
    display:inline-block;
    width:100%;
    height:2px;
    background:rgba(255,255,255,0.4);
    position:absolute;
    left:0;
    bottom:0;
}

.numbering span.bar{
    width:1%;
    height:2px;
    background:#fff;

}


.page_btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;

}

.main_page .dots-list {
    display: flex;
    align-items: center;

}

.main_page .dots-list li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.main_page .dots-list li.slick-active {
    background:var(--main-color);
}

.main_page .dots-list li+li {
    margin-left: 18px;
}

.main_page {
    margin: 0 20px;
}
.eco_best{
    display:flex;
}

.eco_best .eb_left .tag{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #EE2944;
}
.eco_best .eb_left .tit{
    margin-top:16px;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #161516;
}
.eco_best .eb_left .more{
    position:absolute;
    bottom:0;
    top:150px;
}
.eco_best .eb_left .more a{
    background: #161516;
    border-radius: 30px;
    padding:12px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color:#fff;
    display:inline-block;
}
.eco_best .eb_left .more a:hover{
    background: #EE2944;
    border-radius: 30px;
    padding:12px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color:#fff;
    display:inline-block;
}
.eco_best .eb_right{
    margin-left:20px;
    width:calc(100% - 224px - 20px);

}
.eb_slide_box .img{
    display:flex;
    align-items: center;
    justify-content: center;
}
.eb_slide_box .eb_tit{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-align:center;
    margin-top:20px;
	display:none;
}

.eb_slide_box .img img{
    display:inline-block;
    width:100%;
	border-radius:20px;
	overflow:hidden;
}
.eb_slide_box .img .live_tag{
    position:absolute;
    margin:0 20px;
    bottom:0px;
    background: #EE2944;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    height:40px;
    display:block;
    color:#fff;
    /*width:154px;*/
    width:280px;
    text-align:center;
}
.eb_slide_box .live_tag{
    margin:0 14px;
    background: #EE2944;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    height:40px;
    display:block;
    color:#fff;
    width:280px;
    text-align:center;
    cursor:pointer;
}
.eb_slide_box .live_tag2{
    margin:0 14px;
    /*background: #666666;*/
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    height:40px;
    display:block;
    color:#fff;
    width:280px;
    text-align:center;
    cursor:pointer;
}


.movislide{
    display:none;
}
.main_youtube{
    /*
    margin-top: 20px;
    border-top: 1px solid #333;
    */
    display:flex;
    align-items: center;
    justify-content: center;
}
.youboxWrap{
    margin-top:30px;
    width:600px;
    height:350px;
}
.youprev{
    display:block;
    background:url(/img/youprev.png);
    width:30px;
    height:30px;
    /*margin-top:30px;*/
    min-width:30px;
}
.younext{
    display:block;
    background:url(/img/younext.png);
    width:30px;
    height:30px;
    /*margin-top:30px;*/
    min-width:30px;
}
.youboxWrap{
    margin:0px 30px 0px 30px;
}
.bannerimg{
    
    padding-bottom:120px;
}
.bannerimg > li{
	float:left;
	width:calc( (100% - 30px) / 2);
}
.bannerimg > li img{
display:block;
width:100%;}
.bannerimg > li:nth-child(2n){
	margin-left:30px;
	}
	.bannerimg > li:nth-child(n + 3){
	margin-top:30px;}
.bannerimg:after{
	content:'';
	display:block;
	clear:both;
}
.lineUl{
    display:block !important;   
    margin-top:10px;
}
.lineUl li{
    float:left;
    font-weight: 400;
    font-size: 14px;

    color: #888888;

}
.lineUl li + li{
    margin-left:15px !important; 
    padding-left:15px !important; 
    border-left:1px solid #888888;

}
.lineUl:after{
    clear:both;
    display:block;
    content:'';
}

.mobanner{
    display:none;
}
.pcbanner{
    
    display:block;
}

.ee_top{
    background:#F1F1F1;
  
}
.ee_inner{
    width:1480px;
    margin:0 auto;
    padding:60px 0;
    display:flex;
}

.ee_inner .img{
    width:350px;
}
.ee_inner .img img{
    width:100%;
    display:block;
}
.ee_inner .ee_bt{
    flex:1;
    margin-left:46px;
}
.ee_inner .ee_bt .desc ul li{
    height:70px;
    background:#fff;
    padding:0 30px;
}
.ee_inner .ee_bt .desc ul .ipWrap input[type="radio"] + label:before{
    top:26px;
}
.ee_inner .ee_bt .desc ul li label{
    display:flex;
    align-items: center;
    justify-content: space-between;
    height:100%;
    font-size:16px;

}
.ee_inner .ee_bt .desc ul li label .left{
    display:flex;
    align-items: center;

}
.ee_inner .ee_bt .desc ul li label .left div + div{
    margin-left:20px;
    text-decoration: line-through;
}
.ee_inner .ee_bt .desc ul li label .left div{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}
.ee_inner .ee_bt .desc ul li label .right div{
    color: #EE2944;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.ee_inner .ee_bt .desc{
    margin-top:20px;
}
.ee_inner .ee_bt .tit{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #161516;
}
.ee_btb + .ee_btb{
    margin-top:40px;
}
.ee_btb .desc .mylec{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.ee_btb .desc .mylec div + div{
    color: #EE2944;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.mylec .ipWrap{
    display:flex;
    align-items: center;
}
.mylip{
    display:flex;
    align-items: center;
    
}
.mylec .ipWrap input:disabled{
    background: #F1F1F1;
    border: 1px solid #E0DDDC;
    width:150px;
    color: #CCCCCC;
}
.mylec .ipWrap + .ipWrap{
    margin-left:30px;
}
.ee_bt .btnWrap{
    margin-top:30px;
	align-items: center;
	justify-content: center;
}
.ee_bt .btnWrap a{
    padding:15px 50px;
    background: #EE2944;
    /*
    background: #161516;
    */
    font-weight: 400;
    font-size: 20px;
    line-height: 14px;
    color: #FFFFFF;
    display:inline-block;
    width:auto;
}
.ee_bottom{
    margin-top:60px;
}
.ee_tabs{
    display:flex;
    justify-content: space-around;
    width:100%;

}
.ee_tabs > div{
    width:calc(100% / 3);
    background: #F1F1F1;
    padding:15px 0;
    text-align:center;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    cursor:pointer;
}
.ee_tabs > div.on{
    background: #EE2944;
    color: #FFFFFF;
    font-weight: 700;
}
.ee_tabs_con{
    margin-top:40px;
}
.ee_tabs_con > div{
    display:none;
}
.ee_tabs_con > div.on{
    display:block;
}
.ee_bottom .ee_inner{
    display:block;
}
.tb_content .btnWrap a{
	width:90px;
	padding:5px 0;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    background: #EE2944;
    /*
    background: #666666;
    */
    display:inline-block;
}
.filterW{
    justify-content: space-between;
    align-items: center;
}
.filterip{
    display:flex;
    align-items: center;
    flex:1;
    justify-content: flex-end;
}
.filter{
    display:flex;
    align-items: center;
}
.filter > div{
    padding:10px 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #161516;
    border: 1px solid #161516;
    cursor:pointer;
}
.filter > div a{
    color: #161516;
	    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
}
.filter > div.on a{
color: #EE2944;
}
.filter > div + div{
    margin-left:8px;
}
.filter > div.on{
    color: #EE2944;
    border: 1px solid #EE2944;
}
.radioflex{
    display:flex;
    align-items: center;
    height:100%;
}
.radioflex > .ipWrap + .ipWrap{
    margin-left:20px;
}


.eb_exlist > .eb_slide_box{
    float:left;
}

.eb_exlist:after{
    clear:both;
    display:block;
    content:'';
}
.eb_exlist > .eb_slide_box + .eb_slide_box{
    margin-left:52px;
}
.eb_exlist > .eb_slide_box:nth-child(5n + 1){
    margin-left:0px;
}
.eb_exlist > .eb_slide_box:nth-child(n + 6){
    margin-top:60px
}
.txtonly{
    height:100%;
    display:flex;
    align-items: center;
}
.notice2 .flex{
	display:flex;
	align-items:center;
	justify-content: space-between;
}

.notice2 .flex .wt_date a{
	padding:4px 14px 3px 14px;
	color:#fff;
	background:#ff0000;
}
.notice2 .flex .tit{
	flex:1;
	padding:0 0px;

    display: -webkit-box;
    font-weight: 500;
    font-size: 16px;
    color:#666;
    line-height:1;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.notice2 .flex .wt_date{
	margin-left:20px;
}
.visual_login .ipWrap.si{
	display:flex;
	align-items:center;
	justify-content: flex-end;
}

.visual_login .ipWrap.si label{
	height:20px;
	line-height:21px;
}
.gnbdim{
	display:block;
	position:fixed;

	width:100%;
	top:149px;
	left:0;
	height:0;
	/*
	background: #4e5059dd;
	*/
	background: #111111dd;
	backdrop-filter: blur(5px);

}
.slick-next{
right:20px!important;
}
.slick-prev{
left:10px!important;
z-index:90;
}
.slick-prev:before, .slick-next:before{
font-size:30px !important;}

.visual_login {
    min-width: 330px;
    margin-left: 20px;
    background: #FFFFFF;
    border: 1px solid #E0DDDC;
    border-radius: 30px;
    padding: 30px;
    max-width: 330px;
}
.visual_login .tit{
}

.eb_slide.sub .eb_slide_box{
	width:calc( (100% - 40px) / 5);
	float:left;

}
.eb_slide.sub:after{
	clear:both;
	display:block;
	content:'';
}
.eb_right.sub{
	width:100%;
	margin-left:0px;
}
.eb_right.sub .live_tag{
	margin-left:0px;
	width:100%;
}
.eb_slide.sub .eb_slide_box + .eb_slide_box{
	margin-left:10px;	
}
.eb_slide.sub .eb_slide_box:nth-child(5n + 1){
	margin-left:0px !important;
}
.eb_slide.sub .eb_slide_box:nth-child(n + 6){
	margin-top:30px !important;
}

.conWrap .eb_slide_box{
	float:left;
	width:calc( (100% - 30px)  / 4);
}
.conWrap .eb_slide:after{
	clear:both;
	display:block;
	content:'';
}
.conWrap .eb_slide .eb_slide_box + .eb_slide_box{
	margin-left:10px;
}
.conWrap .eb_slide .eb_slide_box:nth-child(4n + 1){
	margin-left:0px;
}
.conWrap .eb_slide .eb_slide_box:nth-child(n + 5){
	margin-top:30px;
}
.conWrap .eb_slide_box .live_tag2{
	width:100%;
	margin:0;
}
.conWrap .eb_slide_box .live_tag1{
	width:100%;
	margin:0;
}
.conWrap .eb_slide_box .live_tag3{
	width:100%;
	margin:0;
}
.sv_pop_img > img{
display:block;
}