.sv_pop_img img{
		display:block;
	}
	.pop_close img{
		display:inline-block;
	}
:root {
    --main-color:#B72025;
}
.img img{
    width:100%;
}
.mobile{
    display:none;
}
.top_banner img{
	display:block;
	margin:0 auto;
}
.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-left: 10px;
    font-size:16px;
}
.blind {
    font-size: 0;
}
.layout_box{
    max-width:1180px;
    margin:0 auto;
    width:100%;
}
.header {
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.1);
     
    top:0;
    left:0;
    width:100%;
    z-index:11;
    background:#fff;
}
.mobile_header{
    display:none;

}
.h_wrap {
    display: flex;
    max-width: 1180px;
    width:100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;

}
.h_wrap .h_left a img{
    display:block;
}
.h_wrap .h_right{
    padding-top:15px;
}
.ipWrap input::placeholder{
    color: #CCCCCC;
    font-weight:300;
}

.ipWrap textarea{
    border:1px solid #eee;

}
.ipWrap label {
    font-size: 14px;
}

.ipWrap label+input[type="text"],
.ipWrap label+input[type="password"] {
    margin-left: 10px;

}

.etc_menu .log_before {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.log_before .ipWrap input{
    height:25px !important;
    line-height:25px !important;
    width:120px !important;
}
.etc_menu .log_before li:nth-child(2) {
    margin-left: 18px;
}
.etc_menu .log_before li:nth-child(3){
    margin-left:10px;
}
.etc_menu .log_before li:nth-child(3) .login_btn .btn_type01{
    background:#B72025;   
    color:#fff;
    width:70px;
    height:25px;
    line-height:25px;
    display:block;
    text-align: center;

}
.etc_menu .log_before li:nth-child(4) {
    margin-left: 40px;
}

.etc_menu .log_before li:nth-child(5) {
    padding-left: 8px;
    margin-left: 8px;
}

.etc_menu .log_before li:nth-child(5):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 {
    margin-top: 20px;
}

.gnb > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.gnb > ul >  li{
    padding-bottom:25px;

}
.gnb > ul >  li:hover > a{
    color: #B72025;

}
.gnb > ul >  li > a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height:1;
}

.gnb > ul > li+li {
    margin-left: 40px;
}
.p_depth02{
    position:absolute;
    background:#B72025;
    width:180px;
    padding: 20px 0;
    transform: translateX(-50%);
    left: 50%;
    top:46px;
    z-index:1;
    display:none;
}
.p_depth02 > li{
    text-align:center;
}
.p_depth02 > li + li{
    margin-top:25px;

}
.p_depth02 > li a{
    color:#fff;
    font-weight: 500;
    font-size: 14px;
}
.p_depth02 > li a:hover{
    text-decoration:underline;

}
.slide_btnWrap {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
	width:100%;
    max-width: 1180px;
	transform:translateX(-50%);	
}

.visualSlide .slick-slide {
    width:680px;

}

.slide_box {

    height: 470px !important;
}
.slide_box a{
    display:block;
}
.slide_box a img{
    display:block;
    width:100%;
}
.visualSlide {
    width: 100%;
    overflow: hidden;
	height:470px;
 
    margin:0 auto;
	
}

.slick-slide>div {
    width: 100%;
    height: 100%;
}

.slide_box .slide_txt {
    padding: 80px;
    padding-left: 0px;
    margin-left: 50%;
}

.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: 1180px;
    width: 100%;
    margin: 0 auto;
	padding-top:70px;
	padding-bottom:75px;
}

.conSection.bg {
    padding: 70px 0;
    background: #f1f1f1;
    max-width: 100%;
    width: 100%;
}

.conSection+.conSection {
    margin-top: 90px;
}

.conSection>.tit {
    font-size: 35px;
    font-weight: 600;
    color: #000;
	line-height:1;
	text-align:center;
	max-width:1180px;
	margin:0 auto;
}

.conSection>.tit>.more{
	position:absolute;
	right:0;
	bottom:0;
	
}
.conSection>.tit>.more a{
	color: #C20007;
	font-size:16px;
	font-weight:500;
}
.conSection>.desc{
	margin-top:20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color:#666;
	text-align:center;
}

.conSection.bg>.tit {
    text-align: center;

}

.best_slide .slick-slide {
    
    margin:0 10px;
}

.content_best {
    margin-top: 45px;
}

.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;*/
    color: #B72025;
    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: 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;
}

.best_page .dots-list li.slick-active {
    background:#B72025;
}

.best_page .dots-list li+li {
    margin-left: 18px;
}

.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;
}
.expert ul li .data_box>.btnWrap + .btnWrap{
    margin-top:8px;
}
.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: #B72025;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.btnWrap a.btn_type02 {
    background: #FFAB2E;
    color: #452507;
    height: 35px;
    line-height: 35px;
}

.btnWrap a.btn_type03 {
    background: #305BF4;
    color: #fff;
    height: 35px;
    line-height: 35px;

}

.btnWrap a.btn_type04 {
    background: #666666;
    color: #fff;
    height: 35px;
    line-height: 35px;

}

.btnWrap a.btn_type05 {
    border:1px solid #666666;
    color: #666;
    height: 35px;
    line-height: 35px;

}
.btnWrap a.btn_type06{
    color: #B72025;
    border:1px solid #B72025;
    height:35px;
    line-height:35px;
}
.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:30px;
    font-weight:600;
    color:#000;
    line-height:1;
}
.main_board .main_board_wrap > .more{
    margin-top:10px;
    text-align:right;
    line-height:1;
}
.main_board .main_board_wrap > .more > a{
    color:#B72025;
    font-size:16px;
    line-height:1;
    font-weight:500;
}
.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: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 .notice li:hover{
    background:#F1F1F1;
}
.main_board .main_board_wrap{
    float:left;
    width:580px;
}
.main_board .main_board_wrap + .main_board_wrap{
    margin-left:20px;
}
.main_board:after{
    clear:both;
    display:block;
    content:'';
}
.main_board .main_board_wrap .notice li a > .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_board .main_board_wrap ul li .wt_date{
    margin-top:15px;
    line-height:1;
}
.main_board .main_board_wrap ul li .wt_date span{
    display:inline-block;
    line-height:1;
    font-size:14px;
    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:1180px;
    width:100%;
    margin:0 auto;

}
.con_banner img{
    display:block;
    width:100%;
}

.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: #B72025;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.thumnail_list {
    margin-top:45px;
}
.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;
    border-style:solid;
}
.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:#B72025;
    cursor:pointer;
}
.footer .foot_top{
    background:#333;
    padding:40px 0 30px 0;
}
.footer .foot_bottom{
    background:#383838;
    padding:50px 0 50px 0;
}
.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 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:25px;
}
.foot_bottom .copyWrap p{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.foot_bottom .copyWrap p + p{
    margin-top:15px;
}
.foot_bottom .copyWrap p + p + p{
    margin-top:20px;
    
}
.foot_bottom .copyWrap p .yellow{
	color: #FAE300;
	font-weight: 500;
	font-size: 20px;
	margin-left:20px;
}
.visual_s01{
  
    background-position:center center; 
    background-size:cover;
}

.visual_s02{
   
    background-position:center center; 
    background-size:cover;
}

.visual_s03{
    
    background-position:center center; 
    background-size:cover;
}
.mobile_gnb{
    display:none;
}

.sidebox img{
    display:block;
}
.right_sidebox{

    position:absolute;
    left:50%;
    top:710px;
    z-index:10;
    margin-left:610px;
}
.left_sidebox{
  
    position:absolute;
    right:50%;
    top:710px;
    z-index:10;
    margin-right:610px;

}
.nobanner .left_sidebox, .nobanner .right_sidebox{
	top:592px;
}

.right_sidebox.sub, .left_sidebox.sub{
    top:285px;
}
.nobanner .right_sidebox.sub, .nobanner .left_sidebox.sub{
	top:167px;

}
.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: #B72025;
    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:#B72025;
    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;
}

.location{
    background:#F1F1F1;
    width:100%;
    padding:15px 0;
}
.location .locaBox{
    width:100%;
    max-width:1180px;
    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:1180px;
    margin:0 auto;
    margin-top:60px;
    padding-bottom:120px;
}
.sub_content.type_full{
    max-width:100%;
 
}
.sub_content .sub_tit{
    font-weight: 600;
    font-size: 35px;
    color:#333;
    margin-bottom:60px;
}
.expert_view .top_area{
    max-width:1180px;
    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: #B72025;
    border:1px solid #B72025;

}
.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: #B72025;
    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:50px;
    padding:50px 0 120px 0;
    background:#F1F1F1;
}

.expert_view .bottom_area .layout_box .img{
    text-align:center;
	margin-top:50px;
}
/*
.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.col05 > div:nth-child(5n){
    border-right:1px solid #ddd;
}
.tabs:after{
    clear:both;
    display:block;
    content:'';
}
.tabs > div{
    margin-top:-1px;
}
.tabs > div a{
    color:#666;
    font-weight:500;
}
.tabs + .thumnail_list {
    margin-top:50px;
}
.tabs > div{
    float:left;
    width:100%;    
    text-align:center;
    height:45px;
    line-height:45px;
    /*color:#666;*/
    color:#000;
    background:#fff;
    font-weight:500;
    border-bottom:1px solid #E0DDDC;
    border-top:1px solid #E0DDDC;
    cursor:pointer;
}
.tabs > div.on{
    background-color: #B72025;
    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_content.ssmall > div:nth-child(2){
	font-size:14px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.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;
 
}
.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:#B72025;
    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:#B72025;
    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:#B72025 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: #B72025;

}
.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: #B72025;
    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 #B72025;
    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:#B72025;
}
.view_prev:hover a .circle, .view_next:hover a .circle{
    background:#B72025;
}

.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:#B72025;
    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{
    margin-top:20px;
}
.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 30px;
    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:#B72025;
}
.payment{
    display:flex;
}
.payment .img img{
    display:block;
}
.payment .img + .desc{
    margin-left:20px;
}
.payment .desc{
    border:4px solid #E0DDDC;
    
    flex:1;
    padding:40px;
}
.payment .desc .indesc + .indesc{
    margin-top:20px;
}
.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; 
}
.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;
}
.d_tb .row .colbd + .colb{
    margin-left:20px;
}

.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 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 .img{
    background:url(../img/login_img.png);
    background-size:cover;
    background-position:center center;
    width:380px;
}
.loginWrap .loginBox{
    padding:60px 45px 70px 45px;
    border:1px solid #E0DDDC;
  
}
.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;
    width:120px;

}
.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:#B72025;
}
.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:#B72025;
}
.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:#B72025;

}
.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;

}

.termSection .desc_bill{

    padding:20px;
    height:100%;

    background:#f1f1f1;

}
.ipWrap.terms{
    margin-top:20px;
    text-align: left;
}
.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:95px;
    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 #B72025;
    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 #B72025;
    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: #B72025;
    font-size:35px;
    font-weight:600;
    line-height:35px;
    margin-right:10px;
}
.tbWrap{
    margin-top:50px;
    overflow-x: auto;
}

.tbWrap table{
    width:1180px;

    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;
}
.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;
}

.visualSlide .f_box{
    display:flex;
    justify-content: space-between;
}
.visualSlide .f_box .left{
    width:100%;
	min-width:100%;
}
.visualSlide .f_box .right{
    min-width:480px;
    width:480px;
}
.visualSlide .f_box .right .img + .video{
    margin-top:20px;
}
.visualSlide .f_box .right .img img{
    display:block;
    width:100%;
}

.kakako ul{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.kakako ul li{
    width:220px;
    height:105px;
    text-align:center;
    color: #666666;
    border: 1px solid #E0DDDC;
}
.kakako ul li a{
    display:block;
    height:100%;
}
.kakako ul li .full_noti{
    display:none;
    position:absolute;
    right:0;
    top:0;
    background:#B72025;
    color:#fff;
    font-size:14px;
    font-weight:500;
    width:70px;
    height:28px;
    line-height:28px;
    transition:all ease 0.2;
    -webkit-transition:all ease 0.2;
    -moz-transition:all ease 0.2;
    -ms-transition:all ease 0.2;
    -o-transition:all ease 0.2;
	z-index:1;
}
.kakako ul li .full_noti.color{
    color:#24FF00;
    transition:all ease 0.2;
}
.kakako ul li.full .full_noti{
    display:block;
}
.kakako ul li .txt{
    font-weight: 500;
    font-size: 14px;
    padding-top: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width:100%;
}
.kakako ul li .txt:before{
    content:'';
    display:inline-block;
    width:50px;
    height:50px;
    background:url(../img/kakao.png);
    background-size:50px;
    position:absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.present .p_section + .p_section{
    margin-top:80px;
}
.present .p_section > .p_tit{
    background: #B72025;
    color:#fff;
    font-weight: 500;
    font-size: 30px;
    height:50px;
    line-height:50px;
    padding-left:10px;

}
.present .p_section .img img{
    display:block;
    width:100%;
}
.present .p_section > .p_desc .top{
    margin-top:40px;
}
.present .p_section > .p_desc .top .t_tit{
    margin-top:40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.present .p_section > .p_desc .top .t_desc{
    margin-top:20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.present .p_section > .p_desc .bottom{
    margin-top:60px;
}
.present .p_table ul{
    border-top:1px solid #e0dddc;
    border-bottom:1px solid #e0dddc;
}
.present .p_table ul li{
    padding:20px 30px;
    display:flex;
}
.present .p_table ul li .left{
    width:250px;
    min-width:250px;
    color: #333333;
    font-size:16px;
    line-height:24px;
    font-weight:500;
}
.present .p_table ul li .right{
    font-weight: 400;
    font-size: 16px;
    line-height:24px;
    color:#666;
}
.present .p_table .p_t_noti{
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color:#888;
    margin-top:15px;
}
.present .gray_box{
    margin-top:50px;
    padding:25px;
    background: #F4F4F4;
}
.present .gray_box .tit{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
.present .gray_box .desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top:10px;
    color:#888;
}

.special .s_desc + .s_desc{
    margin-top:60px;
}

.s_section + .s_section{
    margin-top:60px;
}
.s_section .tit{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color:#333;
}
.s_section .desc{
    margin-top:20px;
}
.s_ul li + li{
    margin-top:20px;
}
.s_ul li .s_ul_t{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color:#333;
    padding-left:12px;
}
.s_ul li .s_ul_t:before{
    content:'';
    display:inline-block;
    width:5px;
    height:5px;
    background:#888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position:Absolute;
    lefT:0px;
    top:10px;
}
.s_ul li .s_ul_d{
    font-weight:400;
    margin-top:5px;
    font-size:16px;
    line-height:30px;
    color: #666666;

}

.s_step_w .s_step + .s_step{
    margin-top:15px;
}

.s_step_w .s_step .s_num{
    height:45px;
    line-height:45px;
    font-weight: bold;
    font-size: 16px;
    background: #F4F4F4;
    padding:0 20px;
    color: #B72025;
}
.s_step_w .s_step .s_desc{
    padding:30px 45px;
    border:1px solid #E0DDDC;
    border-top:none;
}
.sst{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.ssd{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top:5px;
}
.ssi{
    margin-top:20px;
}
.ssd span{
    font-size:14px;
    color:#888;
}
.s_step_w + .s_ul{
    margin-top:40px;
}
.fj-box{
    height:100%;
    display:flex;
    align-items: center;
}
#container_wrap{
    text-align:center;
}
#container_wrap a{
    display:block;
}
.ios_down{text-align: center;}
.ios_down h2{font-size: 40px; color: #000; padding-bottom: 10px; margin-bottom: 12px; font-weight:500;}
.ios_down h6{font-size: 26px; font-weight: 800; color: #000; padding: 10px 8px;}
.ios_down p{font-size: 22px; font-weight: 600; color: #000; padding-top: 10px;}
.ios_down a{display: block; padding: 12px 30px;}

.fx_box{
    display:flex;

}
.paymentWrap .fx_box .payment{
    min-width:65%;
}
.paymentWrap .fx_box .payment + .termSection{
    margin-left:20px;
    min-width:calc(35% - 20px);
}

.tit + .main_board{
    margin-top:45px;
}

.videobox{
	width:1180px;
	margin:0 auto;
	margin-top:115px;
}
.conSection.custombg{
	max-width:100%;
}
.custombg:before{
	content:'';
	display:block;
	width:100%;
	height:400px;
	background:#f1f1f1;
	position:absolute;
	left:0;
	top:185px;
}
.videoconWrap{
	display:flex;
	background:#333333;

}
.videoconWrap .videoLeft{
	width:750px;
}
.vthumnail_list{
	flex:1;
}
.vthumnail_list ul li{
	padding:40px 20px;
	color:#fff;
	font-size:20px;
}
.vthumnail_list ul li + li{
	border-top:1px solid #626262;
}
.vthumnail_list ul li a{
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height:1;
}
.icon_section{
	max-width:1180px;
	margin:0 auto;
	margin-top:40px;
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding-bottom:145px;

}
.icon_section .ic_box{
	width:280px;
	border:1px solid #E0DDDC;
	padding:25px 20px;
}
.icon_section .ic_box .icoimg{
	display:flex;
	align-items:center;
	justify-content: space-between;
	
}
.icon_section .ic_box .icoimg .itxt{
	background: #333333;
	border-radius: 10px 10px 10px 0px;

	text-align:center;
	color:#fff;
	font-size: 15px;
	    padding: 4px 10px;
}
.textWrap{
	margin-top:20px;
}
.textWrap .text01{
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	color:#000;
}
.textWrap .text02{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color:#666;
	margin-top:5px;
}

.textWrap .text03{
	margin-top:5px;
	font-size: 16px;
	line-height: 23px;
	color: #666666;

}
.icon_section .ic_box .btnWrap{
	display:block;
	margin-top:6px;
}
.icon_section .ic_box .btnWrap a{
	background:#C20007;
	height:40px;
}
.icon_section .ic_box .btnWrap a + a{
	margin-top:5px;
}
.btnWrap a span{
	display:inline-block;
	line-height:40px;
	coloR:#fff;
}
.btnWrap .ios{
	padding-left:26px;
}
.btnWrap .ios:before{
	content:'';
	display:inline-block;
	width:18px;
	height:23px;
	background:url(../img/apple.png);
	background-repeat:no-repeat;
	position:absolute;
	lefT:0;
	top:9px;

}
.btnWrap .and{
	padding-left:34px;
}
.btnWrap .and:before{
	content:'';
	display:inline-block;
	width:26px;
	height:15px;
	background:url(../img/and.png);
	background-repeat:no-repeat;
	position:absolute;
	lefT:0;
	top:12px;

}
.footflex{
	display:flex;
}
.footflex .f_left + .f_right{
	margin-left:50px;
}

.movisualSlide{
	display:none;
}
.movisualSlide .slick_slide img{
	width:100%;
}

.visualTop .txt_box{
	display:flex;
	align-items:center;
	padding:50px 130px;
	background:#C20007;
	justify-content: center;
}
.visualTop .txt_box .left + .right{
	margin-left:70px;
	padding-left:70px;
	border-left:1px solid #C4C4C4;
	flex:1;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color:#fff;
}

.visualTop .txt_box .left{
	font-weight: bold;
	font-size: 35px;
	color:#fff;
}

.company_page .sub_tit{
	width:1180px;
	margin:0 auto;
}
.companyWrap{
	margin-top:70px;
}
.companyWrap .visualTop{
	height:480px;
	background: url(../img/companyimg01.png);
	background-repeat:no-repeat;
	background-size:1920px;
	background-position:center top;

 

}
.companyWrap .visualTop .txt_box{
	width:1180px;
	position:Absolute;
	bottom:-130px;
	left: 50%;
    transform: translateX(-50%);
}
.company_content{
	margin:0 auto;
	width:1180px;
	margin-top:235px;
}
.company_content .com_section{
	display:flex;
	align-items:center;
}
.company_content .com_section .img{
	min-width:550px;
}
.company_content .com_section .img.mo{
	display:none;
}
.company_content .com_section > * + *{
	margin-left:80px;
}
.company_content .com_section + .com_section{
	margin-top:100px;
}
.company_content .com_section .tbox .num{
	font-weight: bold;
	font-size: 20px;
	color:#000;
}
.company_content .com_section .tbox .tit{
	margin-top:20px;
	font-weight: bold;
	font-size: 35px;
	line-height: 51px;
	color:#000;
}
.company_content .com_section .tbox .desc{
	font-size: 20px;
	line-height: 30px;
	color:#666;
	margin-top:30px;
}