@charset "utf-8";

@media (min-width: 1270px) {

    #wrap{}
    #wrap .wrap{
		margin: 0 auto;
		width: 1270px;
		}
    
    #header{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 101;
		transition:all 0.5s; 
		background:#ffffff;
		border-bottom:1px #002870 solid;
		}
    
    #header .wrap{
		display: flex;
		align-items: center;
		height: 120px;
		border:0px #002870 solid;
		}
    /*메뉴복구용 #header .logo{margin: 0 80px 0 0;position: relative;z-index: 4;} */
	/*메뉴복구용 2 #header .logo{margin: 0 170px 0 0;position: relative;z-index: 4;} */
	#header .logo{
		margin: 0 220px 0 0;
		position: relative;
		z-index: 4;
		}
		
	#header .logo img {
		margin: 0 0 0 0;
		height:70px;
		}	
		
    #header .logo a{}
    #header .menu{position:relative;z-index:4;}
    #header .menu .dp1{display:flex;align-items:center;}
    #header .menu .dp1 .dl1{
		position:relative;
		margin:20px 120px 0 0;
		border:0px #ff0000 solid;
		}
	#header .menu .dp1 .dl1:last-child{margin-right:0px;}
    #header .menu .dp1 .dl1 .da1{
		line-height: 60px;
		font-size: 20px;
		font-weight: 600;
		color: #000000;
		}
    #header .menu .dp2{position:absolute;top:100%;left:50%;padding: 20px 10px;transform:translate(-50%,-10px);width: 200px;height:0px;opacity: 0;visibility: hidden;transition: all 0.5s;overflow:hidden}
    #header .menu .dp2 .dl2{position:relative;z-index:2;}
    #header .menu .dp2 .dl2 .da2{
		display:flex;
		line-height: 30px;
		font-size: 16px;
		font-weight: 500;
		color:#000000;
		text-align:center;
		justify-content: center;
		}
	
    #header .tool{
		position: absolute;
		top:0;
		left:50%;
		z-index: 4;
		border:0px #ff0000 solid;
		width:1270px;
		margin-left:-635px;
		text-align:right;
		}
    #header .tool ul{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		}
    #header .tool li{padding-top:10px}
    #header .tool li + li{margin: 0 0 0 0px;}
    #header .tool li a{
		/* display: flex;
		align-items: center;
		justify-content: center; */
		padding: 0px 12px 0px 12px;
		height: 14px;
		font-size: 14px;
		font-weight: 500;
		color: #000000;
		border-left: 1px solid #cccccc;
		background: #fff;}
	
	#header .tool li:first-child a {
		border-left:none;
	}
	/* #header .tool li:nth-child(3) a {
		border-left:none;
		display:inline-block;
		width:60px;
		background:#81cec1;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 0 0px 0;
		text-align:center;
		color:#ffffff;
		border-radius:4px;
	} */
	
	#header .tool .langbtn {
		border-left:none;
		display:inline-block;
		width:60px;
		background:#81cec1 !important;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 0 0px 0;
		text-align:center;
		color:#ffffff;
		border-radius:4px;
		margin-right:10px;
	}
	
	#header .tool .gobtn {
		border-left:none;	
		display:inline-block;
		width:30px;
		background: none;
		margin-left:5px;
	}
	
	/* #header .tool li:nth-child(4) a {
		border-left:none;	
		display:inline-block;
		width:30px;
		background: none;
	} */
	/* #header .tool li:nth-child(5) a {
		border-left:none;	
		display:inline-block;
		width:30px;
		background: none;
	} */
	#header .tool li a img {
		height:24px;	
	}
	/* 
	#header .tool li:nth-child(5) img {
		height:24px;	
	} */
	
    #header .allmenu{display:none;position: relative;z-index: 4;}
    #header .category{display:none;}
    #header .bg{position:absolute;z-index: -1;top:0;left:0;width:100%;height:0px;background:#ffffff;transition:all 0.5s;/* opacity:0.95; */}

    #header.fixed{position:fixed;z-index:101;background:#ffffff}
    
    #header.active{
		background:#ffffff;		
		}
    #header.active .menu .dp1 .dl1 .dp2{
		height:210px;
		opacity:1;
		visibility:visible;
		transform:translate(-50%,0);
		border-bottom:0px #ff0000 solid;
		}
		
    #header.active .bg{
		height:320px;
		border-bottom:1px #86bd24 solid;
		}
    
    
    #container{}
    
    /* #container .visual{position: relative;height: 727px;background:url("../images/visual_bg-.png") no-repeat 50% 50% / cover} */
	#container .visual{
		position: relative;
		/* height: 652px;  */
		height: 715px; 
		border-bottom:0px #86bd24 solid; 
		margin-top:120px;
		}
    #container .visual .slider{
		position: relative;
		z-index: 0;
		/* height:651px; */
		height: 715px; 
		overflow: hidden;
		background-color:#f1f6ce;
		}
    /* #container .visual .slider .swiper-slide{background-color:#ffffff; border:0px #ff0000 solid} */
	
	
	.visual_inner {
		position: relative;
		width:1270px;
		margin:0 auto 0 auto;
	}
	
	.main_visual_qbox {
		position: absolute;
		top:0;
		left:0;
		width:457px;
		border:0px #0000ff solid;
	}
	.main_visual_title {
		margin-top:40px;
	}
	
	.main_visual_qbox_inner {
		margin-top:60px;
		width:416px;
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	
	.main_qlink_box_new_1 {		
		display:flex;
		justify-content: center;
		align-items: center;
		width:49%;
		border:1px #583d3c solid;
		border-radius:4px;
		height:150px;
		cursor:pointer;
		flex-wrap:wrap;
		background-color:#ffffff;
	}
	
	.main_qlink_box_new_1 img {
		height:50px;
		margin-top:10px;
	}
	.main_qlink_box_new_1 p {
		width:100%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
		text-align: center;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.main_qlink_box_new_1 span {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	
	
	
	.main_qlink_box_new_2 {		
		margin-top:20px;
		display:flex;
		justify-content: center;
		align-items: center;
		width:100%;
		border:1px #583d3c solid;
		border-radius:4px;
		height:120px;
		cursor:pointer;
		flex-wrap:wrap;
		background-color:#ffffff;
	}
	
	.main_qlink_box_new_2 img {
		height:50px;
		margin-top:10px;
	}
	.main_qlink_box_new_2 p {
		width:50%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
		text-align: center;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.main_qlink_box_new_2 span {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	
	.main_dday_box_new {
		margin-top:20px;
		width:100%;
	}
	
	
	#container .visual .slider .swiper-slide{
		width:1270px;
		margin:0 auto 0 auto;
		background-position:center right ; 
		background-repeat:no-repeat;	
		/* background-size: contain; */
		background-color:#f1f6ce;
		/* animation: grow 10s linear infinite; */
		}
	
	
	
    #container .visual .slider .swiper-slide img{opacity:0;transition:all 0.5s}
    #container .visual .slider .swiper-slide-active img{opacity:1} 
	
	
    #container .visual .wrap{
		display:flex;
		flex-direction:column;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		/* padding: 400px 0 0 0; */
		z-index: 2;
		transform: translateX(-50%);
		
		}
	
	.main_host {
		position: absolute;
		top:530px;
		left:10px;
	}
	
	
	
	
	.main_mov {
		position:absolute; 
		top:92px; 
		left:50%;
		margin-left:-630px;
		display:none;
		}
	
	
	/****/
    #footer{
		background:#edfdfa;
		padding: 30px 0;
		text-align: left; 
		border-top:0px #cccccc solid;
		}
    
	
	.footer_box_1 {
		display:inline-block;
		width:69%;
		vertical-align:top;
	}
	
	.footer_box_2 {
		position:relative;
		display:inline-block;
		width:30.6%;
		vertical-align:top;
		border:0px #cccccc solid;
	}
	
	
	.footer_txt_1 {
		color:#333333;
		font-size:16px;
	}
	.footer_txt_2 {
		color:#333333;
		font-size:16px;
		margin-top:10px;
	}
	
	.footer_host_logos {
		margin-top:10px;
	}
	.footer_host_logos img {
		height:30px;
		margin-right:16px;
	}

	
	/****/
	
	
	.main_sec_1 {
		padding:0px 0 50px 0;
		background:#f2f6cf;
	}
	.main_sec_1 .inner{
		display:flex;
		justify-content: space-between;
		
	}
	
	.main_dday_box {
		/* width:49%; */
		width:33%;
		border:0px #ff0000 solid;
	}
	
	.main_dday_case {
		background: #ffffff; 
		border-radius:4px;
		padding:14px;
	}
	
	.main_dday_box_2 {
		text-align: center;
		border:0px #ff0000 solid;
	}
	
	.main_dday_title {
		text-align: center;
		font-size:28px;
		font-weight:bold;
		color:#583d3c;
	}
	
	.main_qlink_case {
		display:flex;
		justify-content: space-between;
		margin-top:30px;		
	}
	.main_qlink_box {
		display:flex;
		justify-content: center;
		align-items: center;
		width:49%;
		border:1px #583d3c solid;
		border-radius:4px;
		height:150px;
		cursor:pointer;
		flex-wrap:wrap;
	}
	.main_qlink_box div {
		width;100%;
	}
	
	.main_qlink_box img {
		height:50px;
		margin-top:10px;
	}
	.main_qlink_box p {
		width:100%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
		text-align: center;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.main_qlink_box span {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	/**/
	
	.main_cast_case {
		background: #ffffff; 
		border-radius:4px;
		width:33%;
		
		padding-left:30px;
		padding-right:30px;
		padding-bottom:20px;
		
	}	
	.main_cast_title {
		text-align: center;
		font-size:28px;
		font-weight:bold;
		color:#583d3c;
	}
	.main_cast_box {
		background:#ffffff;
		padding-left:0px;
		padding-top:14px;
	}
	
	.main_cast_bttn_box {
		display:flex;
		justify-content: space-between;
		flex-direction:column;
		margin-top:19px;
		height:238px;
		border:0px #ff0000 solid;
	}
	
	.main_cast_bttn {
		/* background:#82cec2; */
		border:1px #583d3c solid;
		border-radius:4px;
		height:70px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding-left:30px;
		padding-right:30px;
		cursor:pointer;
	}
	.main_cast_bttn_title {
		width:70%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
	}
	.main_cast_bttn_title p {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	.main_cast_bttn_icon {
		width:30%;
		text-align:right;
	}
	.main_cast_bttn_icon img {
		height:30px;
	}
	
	/**/
	
	.main_notice_sec {
		
		background: #ffffff; 
		border-radius:4px;
		width:33%;
		border:0px #ff0000 solid;
		padding-left:30px;
		padding-right:30px;
		padding-top:14px;
		padding-bottom:20px;
	}
	
	
	.main_notice_title {
		font-size:28px;
		font-weight:bold;
		color:#583d3c;
		display:flex;
		justify-content: space-between;
		align-items: center;
		border:0px #ff0000 solid;
	}
	
	.main_notice_title p{
		font-size:18px;
		font-weight:normal;
		color:#666666;
	}
	.main_notice_title img{
		height:14px;
		margin-top:-3px;
		margin-right:6px;
	}
	
	.main_notice_list {
		height:220px;
		overflow:hidden;
		margin:20px 0 40px 0;
		border:0px #ff0000 solid;
	}
	.main_press_list {
		height:100px;
		overflow:hidden;
		margin:20px 0 0px 0;
		border:0px #ff0000 solid;
	}
	
	.main_notice_item {
		font-size:18px;
		margin-bottom:8px;
	}
	.main_notice_item a {
		display:inline-block;
		width:490px;
		white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align:top;
		border:0px #ff0000 solid;
	}
	.main_notice_item span {
		font-size:14px;
		border:0px #ff0000 solid;
		vertical-align:middle;
		margin-left:10px;
	}
	
	
	
	
	
	/****/
	
	
	
	
	.main_sec_2 {
		background-color:#f9f9f9;
		padding:30px 0 30px 0;
	}
	
	.main_sec_2 .inner {
		display:flex;
		align-items: center;
	}
	
	.main_host_title {
		display:inline-block;
		width: 80px;
		text-align:center;
		background:#f3f3f3;
		line-height:40px;
		font-size:18px;
		color:#000000;
		font-weight:bold;
		border-radius:4px;
		margin-right:44px;
		vertical-align:middle;
		background-color:#ffffff;
	}
	
	.main_spon_box {
		display:flex;
		justify-content: space-between;
        align-items: center;
		width: 1000px;
		border:0px #cccccc solid;
	}
	
	.main_spon_logo {
		height: 34px;
        margin-right:20px;
	}
	
	/* .main_spon_box a:nth-child(5) .main_spon_logo {
        height: 46px !important;
    } */
	
	/********/
	.sub_header_bg{background:#e9e0d6;}
	
.display-w {
    display: block;
}
.display-inline-w {
    display: inline-block;
}
.display-m {
    display: none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
	
	.inner {
		position: relative;
		width: 1270px;
		max-width: 100%;
		margin: 0 auto;
	}
	
	/****/
.pagetitle_box{
	text-align: center; 
	padding:70px 0 70px 0px;
	border-bottom:1px #d0d0d0 solid;
	
	}
.pagetitle {
	font-size:40px;	
	font-weight:bold;	
	color:#131313;	
	letter-spacing:-1px; 
}	

.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#808080;
	text-align: center; 
}
.page_rout img {
	margin-top:-3px;
	margin-right:4px;
}
	
.pagetitle_underline {
	display:block;
	width:40px;
	height: 4px;
	background:#004ea2;
	margin:70px auto 0 auto;
}



	.pagetitle_invisual {
		width:800px;
		position:absolute;
		top:42px;
		left:50%;
		margin-left:-400px;
		font-size:46px;	
		font-weight:bold;	
		color:#ff4d7c;	 
		text-align:center;
	}


	.sub__visual {
    margin-top:120px;
	height: 200px;
	background:#f1f6ce url('../images/sub_visual_bg.jpg') center bottom no-repeat;
	border-top:0px #cccccc solid; 
	border-bottom:0px #cccccc solid;
	position:relative;
}
	.sub__visual .inner {
		height: 200px;
	}


.snb__list {
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
	
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
	
	position:absolute;
	bottom:0;
	border:0px #ff0000 solid;
}

.snb__arrow {
    display: none;
}

.snb__item {
    border-right: 0px solid #d6d6d6;
    background-color: #cccccc;
}
.snb__item .depth2 {
    display: none;
}

.snb__item:nth-child(1) {
    border-left: 0px solid #d6d6d6;
	border-radius:4px 0 0 0;
}

.snb__item a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    /* height: 3rem; 
	line-height: 3rem;	 */
	padding:16px 0 14px 0;
    background-color: #cccccc;
	word-break:keep-all;
	color: #ffffff;
}

.snb__item:first-child a {	
	border-radius:4px 0 0 0;
}

.snb__item.on a {
    background-color: #ff4d7c;
    color: #ffffff;
	font-weight:bold;
	height: auto;
}

	
/****/

	
.contents {
    padding: 60px 0 80px 0;
}

.section {
    margin-bottom: 110px;
}

.section:last-child {
    margin-bottom: 0px;
}

	/**/
	
.section__nth {
	margin-top:80px;
}

.preparing {
	width: 600px; border:8px #f9f9f9 solid; text-align: center; padding:80px 0 80px 0; font-size:50px; color:#cccccc; margin:0 auto 0 auto; border-radius:20px
}

.section__title {
    font-size: 34px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.5em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#583d3c;
}

.section__title:after {
    /* display: block; */
	display: none;
    content: "";
    width: 7px;
    height: 0.94em;
    background-color: #8fc320;
    position: absolute;
    top: 5px;
    left: 0;
}


	/********/
    .b7_list_button {
		display: inline-block;
		width:80px;
		font-size:14px;
		text-align: center;
		padding:6px 0 6px 0;
		border:1px #21a642 solid;
		border-radius:4px;
	}
	
	/**/

/**/

.login_reglink {
	display: inline-block;
	background:#313131;
	width:150px;	
	text-align:center;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	margin-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:4px;
}

.login_input_box {display:inline-block; width:40%; margin-right:-3px; vertical-align:top}
.login_button_box {display:inline-block; width:20%; margin-right:-3px; vertical-align:top }

.login_login_input {font-size:16px; line-height:48px; padding-left:24px !important; width:97%}
.login_login_button {display:block; background:#ee3f22; color:#ffffff; font-size:16px; line-height:70px; text-align:center; 
border-radius:2px;} 

.login_send_box {margin-top:36px; border:1px #cccccc solid; background:#f7f7f7; padding: 40px 30px 40px 30px}
.login_send_txt {font-size:16px; color:#000000; margin-bottom:20px; }
.login_send_input_box {display:inline-block; width:80%; margin-right:-3px; vertical-align:top}
.login_send_button_box {display:inline-block; width:20%; margin-right:-3px; vertical-align:top}
.login_send_input {font-size:16px; line-height:32px; padding-left:24px !important; width:98%}
.login_send_button {display:block; background:#333333; color:#ffffff; font-size:16px; line-height:54px; text-align:center; 
border-radius:2px;} 

.findid_res {
	display:inline-block;
	padding-left:20px;
	color:#ee3f22;
}
/**/

	
	
.i1_sec_1 {	
	vertical-align: top;
}

.i1_poster {
	display: inline-block;
	width:444px;
	vertical-align: top;
	border:0px #ff0000 solid;
}

.i1_poster img {
	width:400px;
	border:1px #cccccc solid;
}

.i1_info {
	display: inline-block;
	width:820px;
	vertical-align: top;
	border:0px #ff0000 solid;
}

.i1_info_title {
	display: inline-block;
	background:#e6edf1;
	line-height:46px;
	text-align:center;
	color:#000000;
	width: 110px;
	margin-bottom:30px;
	vertical-align:top;
	border-radius:20px;
}

.i1_info_desc {
	display: inline-block;
	line-height:46px;
	text-align:left;
	width: 680px;
	margin-left:20px;
	margin-bottom:30px;
	font-size:18px;
	border:0px #ff0000 solid;
}
.i1_info_desc2 {
	display: inline-block;
	text-align:left;
	width: 680px;
	margin-left:20px;
	margin-bottom:30px;
	font-size:18px;
	border:0px #ff0000 solid;
}

.i1_info_desc .host_logo {
	height:24px;
	margin-right:20px;
}

.i1_txt_big {
	font-size:30px;
	color:#4652a2;
}
.i1_txt_big2 {
	font-size:40px;
	font-weight:bold;
	color:#b137b3;
	letter-spacing:-1px;
}

.i1_day_prog_case {
	display: flex;
	justify-content: space-between;
}
.i1_day_prog {
	width:33%;
}

.i1_day_prog_title {
	background:#f388a4;
	padding:12px 0px 12px 0px;
	border-radius:12px 12px 0 0;
	text-align: center;
	color:#ffffff;
	font-size:20px;
}
.i1_day_prog_title p{
	width:110px;
	text-align: center;
	background:#f9d3dd;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#593d3c;
	border-radius:50px;
	margin:6px auto 0 auto;
}

.i1_day_day {
	background:#c5617b;
	padding:12px 0px 12px 0px;
	text-align: center;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}
.i1_day_prog_desc {
	background:#fef0f4;
	display:flex;
	align-items: center;
	padding:20px 0 20px 0;
}
.i1_day_prog_desc p{
	width:100%;
	font-size:16px;
	text-align: center;
	border:0px #ff0000 solid;
}
.i1_day_prog_gubun {
	width:100%;
	background:#f3f3f3;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	text-align: center;
	color:#333333;
	font-weight:bold;
	padding:10px 0 10px 0;
}

.i1_day_prog_desc2 {
	background:#fefcfd;
	border-bottom:1px #d2d2d2 dashed;
	display:flex;
	align-items: center;
	height: 80px;
}
.i1_day_prog_desc2 p{
	width:100%;
	font-size:16px;
	text-align: center;
	border:0px #ff0000 solid;
}

.i1_day_prog_desc3 {
	width:100%;
	background:#fefcfd;
	border-bottom:1px #f388a4 solid;
	text-align: center;
	color:#333333;
	padding:20px 0 20px 0;
}

.i1_sec_p {
	display: flex; 
	justify-content: space-between; 
	width:100%;
}

.i1_sec_p_inner_1 {
	width:48%;
}

.i1_sec_p_inner_2 {
	width:48%;
}
.td_green {
	background: #dcffbc;
}

	/**/
	
	
.i2_sec_1 {	
	
}

.i2_jang {
	display:flex;
	width:100%;
	justify-content:space-between;
	margin-top:20px;
}

.i2_jang_inner {
	width:33%;
}

.i2_jang_inner img {
	width:100%;
}

/* 
.i2_tab {
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:54px;
	padding:0;
	margin:0 0 30px 0; 
	}
.i2_tab p {
	width: 19%; 
	text-align: center; 
	}
.i2_tab p a {
	display:block; 
	width:100%; 
	padding:0.9rem 0; 
	margin:0; 
	border:1px solid #333333; 
	border-radius:2px;
	box-sizing:border-box; 
	font-size:18px; 
	}
.i2_tab p a.on {
	border:1px solid #cc5bf1; 
	box-sizing:border-box; 
	color:#fff; 
	background-color:#cc5bf1;
	}
.i2_sec_2 div  {
	display:none;
}	
.i2_sec_2 div.on {
	display:block;
}

.i2_cell_color {
	background:#f6ebd4;
}
 */



	/**/
	
.c1_step_box_case {	
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.c1_step_box {
	/* display: inline-block;
    position: relative;
    width: 23%;
    height: auto;    */
	width: 31%; 
	text-align: center; 
	border: 3px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	/* margin-right:30px;
	vertical-align: top; */
}

		
.c1_step_box_title {
	color:#00508f;
	font-size:20px;
	font-weight:normal;
	border-radius: 4px 4px 0 0;
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}		


.c1_step_box:nth-child(2) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(2) .c1_step_box_title {	
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}	
.c1_step_box:nth-child(3) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(3) .c1_step_box_title {
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}
.c1_step_box:nth-child(4) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(4) .c1_step_box_title {
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
	
}
.c1_step_box:nth-child(5) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(5) .c1_step_box_title {
    background:linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
	padding:8px 0 8px 0;
}

.c1_step_desc {
	height:180px;	
	display:flex;	
	align-items:center; 
	flex-wrap:wrap;
}

.c1_step_desc .button_small{
	margin-top:10px;
	margin-right:0;
}

.c1_step_desc_txt {
	width:100%;
	text-align:center; 
	font-size:18px;
}

.c1_step_anne {
	margin:50px auto 0 auto;
	text-align: left;
	width:100%;
	padding:20px 0 0px 30px;
	border-radius:4px;
	border:1px #cccccc dashed;
}

.c1_bene {
	display:flex;
	align-items:center;
	font-size:18px;
	margin-bottom:7px;
}

.c1_bene_num {
	font-size:14px;
	width:26px;
	text-align:center;
	padding:3px 0px 3px 0px;
	background:#86bd24;
	color:#ffffff;
	font-weight:bold;
	font-style: italic;
	margin-right:8px;
	border-radius:50px;
}

	/**/
	
	
.c3_step_anne {
	margin:0px auto 0 auto;
	text-align: left;
	width:100%;
	padding:40px 0 40px 0px;
	border-radius:4px;
	border:1px #cccccc dashed;
}
	
	/****/
	
	
.v1_sec_2_step {
		
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.v1_step_box {
	width:48%;
	height:380px;
	border: 3px #fdbe56 solid;
    border-radius: 8px;
}

		
.v1_step_box_title {
	color:#cc1e02; 
	/* color:#ffffff;*/
	font-size:24px;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
     background-color:#fdbe56; 
	/*background-color:#f3f3f3;*/
	padding:14px 0 14px 0;
	background-position:20px center;
	background-repeat: no-repeat;
	background-size:6%;
	text-align:center;
	margin-bottom:20px;
}		


.v1_step_box:nth-child(1) .v1_step_box_title {	
    background-image:url('../images_icon/icon_monitor.png'); 
}	

.v1_step_box:nth-child(2) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_1_w.png'); 
}	
/* .v1_step_box:nth-child(3) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_3_w.png'); 
}	
.v1_step_box:nth-child(4) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_4_w.png'); 
}	 */

.v1_step_txt {
	text-align: center;
	padding:14px 0 14px 0;
	font-size:20px;
}
.v1_step_arr {	
	text-align: center;
	padding:4px 0 4px 0;
}

/**/

.v3_sec_1 {
	width:800px;
	margin: 0 auto 0 auto;
}

	
	/**/
	
	.b3_sec_1 {
		
	}
	.b3_map_box {
		border:1px #cccccc solid;
		border-radius:4px;
	}
	
	.b3_bttn_box {
		display: flex;
		justify-content: space-around;
		margin-top:40px;
		background:#f6f6f6;
		border:1px #cccccc solid;
		border-radius:4px;
		padding:20px 0 20px 0;
	}
	.b3_bttn_box .button_normal{
		font-size:20px;
		width:200px;
	}
	/**/
	
	.b4_q {
		background:url(../images_icon/ico_q.png) left center no-repeat; 
		min-height:40px;		
		text-align: left; 
		padding:0 0 0 45px;
		border-bottom:1px #cccccc dashed;
	}
	.b4_q a{
		font-size:18px;
		font-weight: bold;
		line-height:40px;
	}
	
	.b4_a {
		
		background:url(../images_icon/ico_a.png) 35px 20px no-repeat #FCFAFC; 
		padding:20px 0 20px 70px; 
		min-height:40px;
		text-align: left;
		font-size:18px;
	}
	
	/**/
	
	/* 
	.e1_top_txt {font-size:34px; color:#005bac; font-weight:bold; text-align: center; letter-spacing:-2px; line-height: 44px;  margin:0 0 40px 0}
.event_img {width:250px; height: 170px; border-radius:4px}
.event_desc {padding:0 20px 0 20px; vertical-align: top}
.event_desc2 {padding:20px 20px 0 20px; vertical-align: top}
.e1_button {position:absolute; top:0; right: 40px}



	.e1_anne_box {
		border:1px #cccccc solid;
		border-radius:4px;
		padding:30px 30px 30px 30px;
	} */
	
	/****/
	/* 
	.e1_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e1_info {
		display: flex;
		justify-content: space-between;
	}

	.e1_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e1_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e1_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e1_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 640px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
	}
	
	.e1_big_txt {
		color:#008cd6;
		font-size:34px;
		font-weight:bold;
		text-align:center;
		margin-bottom:50px;
	}
	
	
	.e1_past_box {
		display: flex;
		justify-content: space-between;
		margin-bottom:30px;
	}
	
	.e1_past_pic {
		width:220px;
		height:150px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
	}
	.e1_past_desc {
		width:400px;
		height:150px;
		padding-left:20px;
		border:0px #ff0000 solid;
	}
	.e1_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:20px;
	}
	.e1_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	 */
	/****/
	/* 
	.e2_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e2_info {
		display: flex;
		justify-content: space-between;
	}

	.e2_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e2_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 100px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e2_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e2_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 500px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	
	.e2_big_txt {
		color:#008cd6;
		font-size:34px;
		font-weight:bold;
		text-align:center;
		margin-bottom:50px;
	}
	
	
	.e2_past_box {
		display: flex;
		justify-content: space-between;
		margin-bottom:30px;
	}
	
	.e2_past_pic {
		width:400px;
		height:260px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
	}
	.e2_past_desc {
		width:800px;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.e2_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:20px;
	}
	.e2_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	 */
	/****/
	/* 
	.e3_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e3_info {
		display: flex;
		justify-content: space-between;
	}

	.e3_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e3_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 100px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e3_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e3_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 500px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	
	.e3_big_txt {
		color:#008cd6;
		font-size:34px;
		font-weight:bold;
		text-align:center;
		margin-bottom:50px;
	}
	
	
	.e3_past_box {
		display: flex;
		justify-content: space-between;
		margin-bottom:30px;
	}
	
	.e3_past_pic {
		width:400px;
		height:260px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
	}
	.e3_past_desc {
		width:800px;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.e3_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:20px;
	}
	.e3_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	
	.e3_past_circle {
		width:200px;
		height:200px;
		border-right:4px #cccccc solid;
		border-bottom:4px #cccccc solid;
		border-radius:200px;
		background:#6eb92b;
		margin:30px 0 0 30px;
	}
	.e3_past_circle p {
		text-align:center;
		padding-top:60px;
		font-size:30px;
		font-weight:bold;
		color:#ffffff;
	}
	.e3_past_circle p span {
		color:#003687;
	}
	 */
	/****/
	/* 
	.e4_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e4_info {
		display: flex;
		justify-content: space-between;
	}

	.e4_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e4_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 390px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e4_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e4_info_desc_null {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 170px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e4_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	.e4_info_desc3 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		line-height:46px;
		border:0px #ff0000 solid;
	}
	
	.e4_show_box {
		background:#f6f6f6;
		text-align:center;
		border-radius:4px;
		border:1px #cccccc dashed;
		padding:30px 0 30px 0;
	}
	
	.e4_show_pic {
		display: inline-block;
		width:307px;
		height:227px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:contain;
		margin:0 30px 0 30px;
		vertical-align:top;
	}
	
	
	.e4_pastshow_box {		
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.e4_pastshow_pic {
		width:400px;
		height:267px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		margin-bottom:30px;
	}
	 */
	/****/
	/* 
	.e5_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e5_info {
		display: flex;
		justify-content: space-between;
	}

	.e5_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e5_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 390px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e5_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e5_info_desc_null {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 170px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e5_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	.e5_info_desc3 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		line-height:46px;
		border:0px #ff0000 solid;
	}
	
	.e5_show_box {
		background:#f6f6f6;
		text-align:center;
		border-radius:4px;
		border:1px #cccccc dashed;
		padding:30px 0 30px 0;
	}
	
	.e5_show_pic {
		display: inline-block;
		width:307px;
		height:227px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:contain;
		margin:0 30px 0 30px;
		vertical-align:top;
	}
	
	
	.e5_pastshow_box {		
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.e5_pastshow_pic {
		width:620px;
		height:450px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		margin-bottom:30px;
	}
	 */
	/****/
	
	
	
	

.c2_tm_box { 
	height:300px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
	}
	

.c2_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:70px;
}

.c2_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
}
.c2_tot_box .input_box {
	border: none;
	color:#ff0000;
	padding-bottom:14px;
}


.c2_magam_box {
	width:700px;
	border:6px #f3f3f3 solid;
	border-radius:10px;
	padding:50px;
	margin:0 auto 0 auto;
	
	text-align:center;
	font-size:24px;	
}

.c2_magam_box p:first-child {
	font-size:28px;	
	font-weight:bold;
	margin-bottom:20px;
}

.c2_magam_box p:last-child {
	margin-top:20px;
}


	/******/
	
	

.comlist_box {
	display: inline-block;
	width:24.6%;
	margin-bottom:30px;
	vertical-align: top;
}

.comlist_com_box {
	width:90%;
	margin:0px auto 0 auto; 
	border:1px #cccccc solid;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
	position:relative;
	padding:20px 0 20px 0;
}

.comlist_com_logo {
	display: inline-block;
	margin-top:20px;
	width:160px;
	height:120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
}

.comlist_com_name {
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}

.comlist_com_pummok {
	display: inline-block;
	margin-top:5px;
	width:90%;
	/* height: 30px; */
	height: 30px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:-1px;
	word-break: keep-all;
}


.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comlist_com_booth_num {
	position:absolute;
	top:0; 
	left:50%;
	width:100px;
	margin-left:-50px;
	padding:4px 16px 5px 16px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
	color:#e6f972;
	text-align:center;
	background:#1191b2;
	border-radius:0 0 6px 6px;
}

.comlist_com_booth_num span {
	color:#ffffff !important;
}

/**/

.l1_view_boothnum_box {
	text-align:left;
	margin-bottom:10px;
	background:#f3f3f3;
	border:0px #ff0000 solid;
}

.comlist_com_booth_num_view {
	display:inline-block;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	color:#e6f972;
	background:#1191b2;
	border-radius:4px 4px 4px 4px;
	text-align:center;
	
}

.comlist_com_booth_num_view span {
	color:#ffffff !important;
}

.comlist_view_box_1 {
	display: flex; 
	justify-content: space-between;  
	/* justify-content: flex-start; */
	overflow:hidden; 
	width:100%;
}

.comlist_view_box_1 .table_title_2 {
	background:#f7f4ff;
}

#c82 .table_title_2 {
	background:#f7f4ff;
}

#v2prog .table_title_4 {
	width:50%;
}

.comlist_view_logobox {
	/* display:inline-block; */
	width:400px;
	height:340px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
	border:1px #cccccc solid;
	border-radius:2px;
}

.comlist_view_infobox {
	/* display:inline-block; */
	width:800px;
	/* margin-left:40px; */
	
}

.comlist_view_infobox .r_item_title_box {
	padding-top:10px !important;
	padding-bottom:10px !important;
	height:auto;
	font-size:18px;
	font-weight:normal !important;
}

.comlist_view_infobox .r_item_input_box_2 {
	text-align:left;
	padding-left:20px;
	padding-top:10px !important;
	padding-bottom:10px !important;
	height:auto;
	font-size:18px;
}

#c82 .r_item_input_box_2 {
	text-align:left;
	padding-left:20px;
	padding-top:14px !important;
	padding-bottom:14px !important;
	height:auto;
}


.comlist_view_picbox {
	display: flex; 
	justify-content: space-between;  
	/* justify-content: flex-start; */
	overflow:hidden; 
	width:100%;
	height:210px;
	border:0px #ff0000 solid;
	padding-top:20px;
}
.comlist_view_pic {
	width:280px;
	height:190px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border:0px #cccccc solid;
	border-radius:2px;
}

.l1_button_download {
	position:absolute;
	top:10px;
	right:0;
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:46px; 
	/* background:#282f79;  */
	background:#333333; 
	line-height:46px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:18px; 
	font-weight:bold;
	text-align:center; 
	border-radius:4px;
	}

.l1_button_download img {
	height:20px;
	margin-right:10px;
	margin-top:14px;
}

	
	
	
	
	
	/****/
	
	
.r2_sec_1 {	
	vertical-align: top;
	width:800px;
	margin: 0 auto 0 auto;
}	

.r2_sec_2 {
	width:800px;
	margin: 80px auto 0 auto;
}
.r2_pp {
	height:300px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
}
.r2_cell_add_left {
	padding-left: 40px;
	border-left:1px #cccccc dashed;
}


.r2_reg_box {
	border:1px #cccccc solid;
	border-radius:2px;
	padding:40px;
}
.r2_reg_item_box {
	padding:10px 0 10px 0;
	font-size:18px;
	border-bottom:0px #e6e6e6 dashed;
}
.r2_reg_item_box_mypage {
	padding:20px 0 10px 0;
	font-size:18px;
	border-bottom:1px #e6e6e6 dashed;
}

.r2_reg_item_box_inner {
	font-size:18px;
	background:#f6f6f6
}

.r2_reg_item_box_inner:first-child {	
	padding:20px 0 10px 0;
	border-bottom:1px #e3e3e3 dashed;
	border-radius:2px 2px 0 0;
}
.r2_reg_item_box_inner:last-child {	
	padding:10px 0 20px 0;
	border-bottom:0px #e3e3e3 dashed;
	border-radius: 0 0 2px 2px;
}

.r2_reg_sv_title {
	padding:12px 10px 10px 20px;
	font-size:18px;
	font-weight:bold;
	background:#f6f6f6;
	border-radius:4px;
	margin-bottom:10px;
}



#off_alert {
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
.off_alert_txt_1 {
	font-size:22px;
	font-weight:bold;
}
.off_alert_txt_2 {
	margin-top:10px;
	font-size:16px;
}

.off_alert_txt_3 {
	margin-top:20px;
	font-size:22px;
	font-weight:bold;
}


	/**/
	
.o1_img	 {
	text-align:center;
}
.o1_img img {
	border:16px #f6f6f6 solid;
	border-radius:6px;
}
	
	/**/
	
	
.p4_top_box {
	background:#fbfbfb;
	border:1px #999999 dashed;
	border-radius:6px;
	padding:40px 40px 20px 40px;
}

.p4_top_txt {
	text-align:center;
	font-size:20px;
	line-height:34px;
	word-break: keep-all;
}
.p4_top_txt_2 {
	margin-top:20px;
	text-align:center;
	font-size:20px;
	line-height:34px;
	word-break: keep-all;
}

	/**/
	
	
.c4_zone_box {
	display:inline-block; 
	width:45%; 	
	vertical-align: top;
	border-right:1px #cccccc dashed;
	margin-right:-3px;
	}
.c4_zone_title {
	padding-left:0px; 
	padding-bottom:10px; 
	border-bottom:1px #cccccc dashed;
	text-align:center;
}
.c4_zone {
	display:inline-block; 
	width:49.2%; 	
	vertical-align: top;
	margin-top:20px;
	font-size:16px;
	}
.c4_zone_box_padding {	
	padding:0 0 0 10px;
}

.c4_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:70px;
}

.c4_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
}
.c4_tot_box .input_box {
	border: none;
	color:#ff0000;
	padding-bottom:14px;
}


.c4_jegong_open {
	display:block;
}
.c4_jegong_close {
	display:none;
}

.c4_btn_plus {
	cursor:pointer;
}

.c4_jegong_title {
	width:100%;
	background:#ffffff;
	border-bottom:1px #666666 solid;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom:6px;
}
.c4_jegong_desc {
	font-size:16px;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	word-break: keep-all;
}

	/**/
	
	
.mypage_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:0px;
}


.mypage_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
	border-bottom: 1px #cccccc dashed;
}

.mypage_tot_box .r_item_input_box_2 {
	border-bottom: 1px #cccccc dashed;
}

.mypage_tot_box .input_box {
	border:none;
	font-size:22px;
	font-weight:bold;
	color: #333333;
	padding-top:6px;
	
}


/**/
	/**/

.b_srch {
	text-align: right;
	margin-bottom:10px;
}

.b_srch .input_box {
	font-size:16px;
	padding:6px 10px 6px 10px;
}

.b_button_srch {
	display:inline-block;
	width:50px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#333333;
	border-radius:2px;
}

.b_button_allview {
	display:inline-block;
	width:80px;
	height:32px;
	line-height:32px;
	text-align: center;
	font-size:14px;
	color:#ffffff;
	background:#999999;
	border-radius:2px;
}


/**/
	.b3_sec_1 {
		margin-bottom:50px;
	}

	.b3_pic_box {		
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	.b3_pic {
		width:300px;
		height:227px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		vertical-align:top;
	}
	/********/
    
.b5_case {
	display:flex;
	justify-content: space-around;
	width:100%;
	background:#f6f6f6;
	padding:30px 0 30px 0;
}

.b5_inner {
	width:560px;
}

.b5_inner iframe {
	border-radius:4px;
}

.b5_title {
	width:100%;
	margin-top:2px;
	text-align: center;
	background:#333333;
	color:#ffffff;
	padding:10px 0 10px 0;
	border-radius:4px;
}

	/********/
    
.b6_case {
	display:flex;
	justify-content: space-between;
	width:100%;
	flex-wrap:wrap;
}
	
	.b6_pic_box {
		width:250px;
		margin-bottom:30px;
	}
	
	.b6_pic {
		width:250px;
		height:160px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
	}
	
	.b6_pic_title {		
		margin-top:6px;
		text-align:center;
		padding:6px 0 6px 0;
		background:#f9f9f9;
		border-radius:4px;
	}
	
	/**/
	
.con_box_2_1 {display:inline-block; width:10%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_15 {display:inline-block; width:14.4%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_2 {display:inline-block; width:20%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_3 {display:inline-block; width:30%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_35 {display:inline-block; width:35%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_4 {display:inline-block; width:40%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_45 {display:inline-block; width:45%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_5 {display:inline-block; width:50%; margin:0 -3px 0 0px; vertical-align: top }
.con_box_2_55 {display:inline-block; width:55%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_6 {display:inline-block; width:60%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_65 {display:inline-block; width:65%; margin:0 -3px 0 -3px; vertical-align: top}
.con_box_2_7 {display:inline-block; width:70%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_8 {display:inline-block; width:80%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_2_9 {display:inline-block; width:90%; margin:0 -3px 0 0px; vertical-align: top}

.con_box_3 {display:inline-block; width:33%; margin:0 -3px 0 0px; vertical-align: top}
.con_box_4 {display:inline-block; width:24.4%; margin:0 -3px 0 0px; vertical-align: top}

.con_box_2_incell {display:inline-block; width:49%; margin:0 0px 0 0px; vertical-align: top}
.con_box_3_incell {display:inline-block; width:32%; margin:0 0px 0 0px; vertical-align: top}
.con_box_4_incell {display:inline-block; width:24%; margin:0 0px 0 0px; vertical-align: top}
.con_box_6_incell {display:inline-block; width:15%; margin:0 0px 0 0px; vertical-align: top}

	/**/
}




@media all and (max-width: 1270px) {

    #wrap{}
    #wrap .wrap{}

    #header{
		position: fixed;
		top:0;left:0;
		width:100%;
		z-index: 101;
		transition: all 0.3s;		
		border-bottom:1px #86bd24 solid;
		}
    #header.fixed{position:fixed;background: #ffffff;}
    #header .wrap{display: flex;align-items: center;height: 60px;padding: 0 20px;}
    #header .wrap .logo{margin: 0 auto 0 0;}
    #header .wrap .logo a{}
    #header .wrap .logo img{display:block;width:auto;height:40px}
    #header .wrap .menu{display: none;}
    #header .wrap .menu .dp1{display:flex;align-items:center;}
    #header .wrap .menu .dp1 .dl1{margin:0 75px 0 0;}
    #header .wrap .menu .dp1 .dl1 .da1{line-height: 30px;font-size: 18px;font-weight: 600;color: #fff;}
    #header .wrap .tool{margin:0 0 0 auto;display: none;}
    #header .wrap .tool ul{display: flex;align-items: center;}
    #header .wrap .tool li{}
    #header .wrap .tool li + li{margin: 0 0 0 12px;}
	
    #header .wrap .tool li a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 18px;
		height: 28px;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		border: 1px solid #fff;
		background: transparent;
		}
    #header .allmenu{}
    #header .allmenu button{width: 24px;height:17px;background:url("../images_icon/icon_allmenu_orange.png") no-repeat 50% 50%;text-indent: -9999em;}
    #header .category{position:fixed;top:0;left:0;z-index:102;width: 100%;height: 100%;background: rgb(11 9 65 / 75%);opacity:0;visibility:hidden;transition: all 0.5s;display: flex;flex-direction: column;align-items: flex-end;}
    #header .category.active{opacity:1;visibility:visible}
    #header .category.active .inner{transform:translateX(0);}
    #header .category .inner{position:relative;width: 80%;background: #fff;height: 100%;padding: 60px 20px 60px;transform:translateX(100%);transition: all 0.5s;display: flex;flex-direction: column;overflow-y: auto;}
    #header .category .inner .menu{}
    #header .category .inner .menu .dmp1{}
    #header .category .inner .menu .dml1{}
    #header .category .inner .menu .dma1{
		display:flex;
		width: 100%;
		height:50px;
		align-items:center;
		font-size:20px;
		font-weight:500;
		color:#000000;
		background: transparent;
		}
    #header .category .inner .menu .dmp2{display: none;}
    #header .category .inner .menu .dml2{}
    #header .category .inner .menu .dma2{display:flex;height:30px;align-items:center;font-size:15px;font-weight:500;color: #303030;}
    #header .category .inner .tool{
		margin-top: auto;
		border:0px #ff0000 solid;
		}
    #header .category .inner .tool ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap
		}
    #header .category .inner .tool li{
		width:48%;		
	}
    /* #header .category .inner .tool li + li{margin: 0 0 0 12px;} */
    #header .category .inner .tool li a{
		display: flex;
		align-items: center;
		justify-content: center;
		/* padding: 0 14px;		 */
		height: 40px;
		font-size: 14px;
		font-weight: 500;
		color: #fff;		
		border-radius:4px;
		background: #eb4022;
		margin-bottom:10px;
		border:0px #ff0000 solid;
		}
	
	#header .tool .langbtn {
		border-left:none;
		display:block;
		width:100%;
		background:#81cec1 !important;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 0 0px 0;
		text-align:center;
		color:#ffffff;
		border-radius:4px;
		margin-right:10px;
	}
	
	#header .tool .gobtn {
		border-left:none;	
		display:inline-block;
		width:30px;
		background: none !important;
		margin-left:5px;
	}
	
	#header .tool li a img {
		height:24px;	
	}	
		
	/****/	
		
	#header .category .inner .tool2{
		margin-top: 20px;
		border:0px #ff0000 solid;
		}
    #header .category .inner .tool2 ul{
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		flex-wrap:wrap
		}
    #header .category .inner .tool2 li{
		width:20%;		
		border:0px #ff0000 solid;
	}
	
	#header .tool2 .gobtn {
		border-left:none;	
		display:inline-block;
		width:30px;
		background: none !important;
		margin-left:0px;
	}
	
	#header .tool2 li a img {
		height:40px;	
	}	
		
	/****/
	
    #header .category .close{position: absolute;top: 10px;right: 20px;width: 24px;height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
    
    #container{}

    
	
	#container .visual{
		position: relative;
		/* height: 816px; */ 
		height: 840px;
		border-bottom:0px #86bd24 solid; 
		margin-top:60px;
		}
    #container .visual .slider{
		position: relative;
		z-index: 1;
		height: 840px;
		overflow: hidden;
		background-color:#f1f6ce;
		}
		
    /* #container .visual .slider .swiper-slide{background-color:#ffffff; border:0px #ff0000 solid} */
	
	
	.visual_inner {
		position: relative;
		width:100%;
		margin:0 auto 0 auto;
	}
	
	.main_visual_qbox {
		position: absolute;
		top:0;
		left:50%;
		width:340px;
		margin-left:-170px;
		border:0px #0000ff solid;
	}
	.main_visual_title {
		margin-top:20px;
	}
	.main_visual_title img {
		width:100%;
	}
	
	.main_visual_qbox_inner {
		margin-top:300px;
		width:340px;
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	
	
	.main_qlink_box_new_1 {		
		display:flex;
		justify-content: center;
		align-items: center;
		width:49%;
		border:1px #583d3c solid;
		border-radius:4px;
		height:150px;
		cursor:pointer;
		flex-wrap:wrap;
		background-color:#ffffff;
	}
	
	.main_qlink_box_new_1 img {
		height:50px;
		margin-top:10px;
	}
	.main_qlink_box_new_1 p {
		width:100%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
		text-align: center;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.main_qlink_box_new_1 span {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	
	
	
	.main_qlink_box_new_2 {		
		margin-top:20px;
		display:flex;
		justify-content: center;
		align-items: center;
		width:100%;
		border:1px #583d3c solid;
		border-radius:4px;
		height:120px;
		cursor:pointer;
		flex-wrap:wrap;
		background-color:#ffffff;
	}
	
	.main_qlink_box_new_2 img {
		height:50px;
		margin-top:10px;
	}
	.main_qlink_box_new_2 p {
		width:50%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
		text-align: center;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.main_qlink_box_new_2 span {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	
	.main_dday_box_new {
		margin-top:20px;
		width:100%;
	}
	
	#container .visual .slider .swiper-slide{
		background-position:center 110px; 
		background-repeat:no-repeat;	
		background-size: contain;
		width:320px;
		height:400px;
		margin:0 auto 0 auto;
		/* animation: grow 10s linear infinite; */
		}
	
	
	
    #container .visual .slider .swiper-slide img{opacity:0;transition:all 0.5s}
    #container .visual .slider .swiper-slide-active img{opacity:1} 
	
	
	.main_mov {
		position:absolute; 
		top:92px; 
		left:50%;
		margin-left:-630px;
		display:none;
		}
	
	
    #container .visual .wrap{position:relative;z-index:2;display:flex;flex-direction:column;justify-content: center;}
  /* 
    #container .organization{padding: 50px 20px;}
    #container .organization .title{line-height: 24px;font-size: 20px;font-weight: bold;color: #0a0a0a;text-align: center;margin: 0 0 20px 0;}
    #container .organization .cont{}
    #container .organization .cont + .title{margin-top: 60px;}
    #container .organization .cont .desc{display: flex;flex-direction: column;align-items: center;}
    #container .organization .cont .desc + .desc{margin: 60px 0 0 0;}
    #container .organization .cont .desc .tit{margin: 0 auto 32px;display: flex;min-width: 150px;height: 28px;background: #fafafa;align-items: center;justify-content: center;border-radius: 12px 12px 0 0;line-height: 18px;font-size: 13px;font-weight: 500;color: #fff;}
    #container .organization .cont .desc .con{display:flex;flex-wrap: wrap;justify-content:center;align-items: center;}
    #container .organization .cont .desc .con img{display: block;width: auto;height: 36px;padding: 10px;}
    #container .organization .cont .desc .con img + img{}
    #container .organization .cont .desc01 .tit{background: #8363fa;}
    #container .organization .cont .desc02 .tit{background: #8f6f16;}
    #container .organization .cont .desc03 .tit{background: #868686;}
    #container .organization .cont .desc04 .tit{background: #803b15;}
    #container .organization .cont .desc05 .tit{background: #405bfb;}
 */
    /****/
    #footer{
		background:#edfdfa;
		padding: 30px 0;
		text-align: center; 
		border-top:0px #cccccc solid;
		}
    
	
	.footer_box_1 {
		display:block;
		width:100%;
		vertical-align:top;
	}
	
	.footer_box_2 {
		position:relative;
		display:block;
		width:100%;
		vertical-align:top;
		margin-top:20px;
		border:0px #cccccc solid;
	}
	
	
	.footer_txt_1 {
		color:#333333;
		font-size:16px;
	}
	.footer_txt_2 {
		color:#333333;
		font-size:14px;
		margin-top:10px;
	}
	
	.footer_host_logos {
		margin-top:10px;
	}
	.footer_host_logos img {
		height:30px;
		margin-right:16px;
	}

	
	/****/
	
	
	/******/
	
	
	
	.main_sec_1 {
		padding:0px 0 50px 0;
		background:#f2f6cf;		
		/* margin-top:140px; */
		border:0px #ff0000 solid;
	}
	.main_sec_1 .inner{
		display:block;
		/* justify-content: space-between;
		flex-wrap:wrap; */
		width:340px;
		margin:0 auto 0 auto;
		border:0px #ff0000 solid;
		padding:0px;
	}
	/* 
	.main_dday_box {
		
		width:33%;
		border:0px #ff0000 solid;
	}
	 */
	.main_dday_case {
		background: #ffffff; 
		border-radius:4px;
		padding:14px;
	}
	
	.main_dday_box_2 {
		text-align: center;
		border:0px #ff0000 solid;
	}
	
	.main_dday_title {
		text-align: center;
		font-size:28px;
		font-weight:bold;
		color:#583d3c;
	}
	
	.main_qlink_case {
		display:flex;
		justify-content: space-between;
		margin-top:30px;		
	}
	.main_qlink_box {
		display:flex;
		justify-content: center;
		align-items: center;
		width:49%;
		border:1px #583d3c solid;
		border-radius:4px;
		height:150px;
		cursor:pointer;
		flex-wrap:wrap;
	}
	.main_qlink_box div {
		width;100%;
	}
	
	.main_qlink_box img {
		height:50px;
		margin-top:10px;
	}
	.main_qlink_box p {
		width:100%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
		text-align: center;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.main_qlink_box span {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	/**/
	
	
	.main_cast_case {
		background: #ffffff; 
		border-radius:4px;
		width:100%;
		
		padding-left:10px;
		padding-right:10px;
		padding-bottom:0px;
		
	}	
	.main_cast_title {
		text-align: center;
		font-size:28px;
		font-weight:bold;
		color:#583d3c;
	}
	.main_cast_box {
		background:#ffffff;
		padding-left:0px;
		padding-top:20px;
	}
	
	.main_cast_bttn_box {
		display:flex;
		justify-content: space-between;
		flex-direction:column;
		margin-top:20px;
		padding-bottom:20px;
		margin-bottom:10px;
		height:238px;
		border:0px #ff0000 solid;
	}
	
	.main_cast_bttn {
		/* background:#82cec2; */
		border:1px #583d3c solid;
		border-radius:4px;
		height:70px;
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding-left:20px;
		padding-right:20px;
		cursor:pointer;
	}
	.main_cast_bttn_title {
		width:70%;
		font-size:18px;
		line-height:24px;
		font-weight:bold;
		color:#583d3c;
	}
	.main_cast_bttn_title p {	
		color:#ff4d7c; 	
		letter-spacing:-1px;
	}
	.main_cast_bttn_icon {
		width:30%;
		text-align:right;
	}
	.main_cast_bttn_icon img {
		height:30px;
	}
	/**/
	
	.main_notice_sec {
		
		background: #ffffff; 
		border-radius:4px;
		width:100%;
		border:0px #ff0000 solid;
		padding-left:20px;
		padding-right:20px;
		padding-top:20px;
		padding-bottom:20px;
		margin-bottom:10px;
	}
	
	
	.main_notice_title {
		font-size:28px;
		font-weight:bold;
		color:#583d3c;
		display:flex;
		justify-content: space-between;
		align-items: center;
		border:0px #ff0000 solid;
	}
	
	.main_notice_title p{
		font-size:18px;
		font-weight:normal;
		color:#666666;
	}
	.main_notice_title img{
		height:14px;
		margin-top:-3px;
		margin-right:6px;
	}
	
	.main_notice_list {
		height:200px;
		overflow:hidden;
		margin:20px 0 40px 0;
		border:0px #ff0000 solid;
	}
	.main_press_list {
		height:100px;
		overflow:hidden;
		margin:20px 0 0px 0;
		border:0px #ff0000 solid;
	}
	
	.main_notice_item {
		font-size:18px;
		margin-bottom:8px;
	}
	.main_notice_item a {
		display:inline-block;
		width:490px;
		white-space: nowrap; 
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align:top;
		border:0px #ff0000 solid;
	}
	.main_notice_item span {
		font-size:14px;
		border:0px #ff0000 solid;
		vertical-align:middle;
		margin-left:10px;
	}
	
	
	/****/
	
	.main_sec_2 {
		background-color:#f9f9f9;
		padding:20px 0 20px 0;
	}
	
	.main_sec_2 .inner {
		display:block;
		/* align-items: center; */
		text-align: center;
	}
	
	.main_host_title {
		display:inline-block;
		width: 80px;
		text-align:center;
		line-height:40px;
		font-size:18px;
		color:#000000;
		font-weight:bold;
		border-radius:4px;
		margin-right:0px;
		margin-bottom:20px;
		vertical-align:middle;
		background-color:#ffffff;
	}
	
	.main_spon_box {
		display:flex;
		justify-content: center;
		width: 100%;
		flex-wrap:wrap;
	}
	
	.main_spon_box a{
		display:inline-block;
		width:45%; 
		text-align:left;
		border:0px #ff0000 solid;
	}
	
	.main_spon_logo {
		height: 30px;
		margin:5px 10px 5px 10px;
	}
	/*.main_spon_box a:last-child{
        width:90%;
    }*/
	
	/****/
	
	
	
	.main_sec_3 {
		background:#ffffff;
		padding:40px 0 20px 0;
		text-align:left;
	}
	.main_sec_3 img {
		height:30px;
	}
	
	.main_sec_3 .con_box_2_3 {
		display:block;
		margin-bottom:20px !important;
		border:0px #ff0000 solid;
	}
	
	/* .main_host_title {
		display:inline-block;
		width: 60px;
		text-align:center;
		background:#f3f3f3;
		line-height:40px;
		font-size:20px;
		color:#000000;
		font-weight:bold;
		border-radius:4px;
		margin-right:14px;
		vertical-align:middle;
	} */
	
	
	.main_nl_txt {
		font-size:24px;
		color:#ffffff;
		margin-bottom:24px;
	}
	
	.main_nl_txt span {
		font-size:24px;
		color:#1da90d;
		font-weight:bold;
	}
	
	
	.main_nl_input_box{
		padding:14px 14px 14px 14px;
		color:#333333;
		background-color:#ffffff;
		vertical-align:middle;
		border:1px solid #cccccc;
		-webkit-appearance: none;
		border-radius:2px;
		font-size:18px;
		width:320px;
		margin-bottom:10px;
		border-radius:6px 6px 6px 6px;
		vertical-align:top;
	}
	
	.main_nl_bttn {
		display:inline-block;
		background:#86bd24;
		width:320px;
		height:51px;
		line-height:50px;
		text-align:center;		
		border-radius:6px 6px 6px 6px;
		color:#ffffff;
		vertical-align:top;
		margin-left:0px;
		font-size:20px;
		vertical-align:top;
		
	}
	
	/* 
	#container .organization{
		padding:30px 0;
		background:#ffffff;
		}
		
	.orga_box_1 {
		display: block;
		width:100%;
		vertical-align:top;
	}
	
	
	.orga_box_2 {
		display: inline-block;
		width:900px;
		vertical-align:top;
		text-align: left;
	}
	.orga_box_3 {
		vertical-align:top;
		margin-top:60px;
	}
	
	.orga_title {
		font-size:20px;
		display: block;
		margin-right:0px;
		margin-bottom:10px;
	}
	.host_logo {
		margin-left:0px;
		margin-right:20px;
		margin-bottom:0px;
		height:40px;
	}
	 */
	
	/********/
	.sub_header_bg{background:#ffffff;}
	.inner {
		width:100%;
		padding-left:10px;
		padding-right:10px;
		}
    .display-w {
        display: none;
    }
    .display-inline-w {
        display: none;
    }
    .display-m {
        display: block;
    }
    .web-br {
        display: none;
    }
	
	/* .sub__visual {
		height: 120px;
		background:#ffe100 url('../images/sub_title_bg.jpg') center bottom no-repeat;
		background-size:cover;
		border-top:0px #cccccc solid; 
		border-bottom:0px #cccccc solid;
	} */
		
.contents {
    padding: 40px 0 40px 0;
}
	
	.sub__visual {
		margin-top:60px;
		height: 100px;
		background:#f1f6ce url('../images/sub_visual_bg.jpg') center bottom no-repeat;
		background-size:cover;
		border-top:0px #cccccc solid; 
		border-bottom:0px #cccccc solid;
		position:relative;
	}
	.sub__visual .inner {
		height: 100px;
	}
	/* 
	.pagetitle{
		font-size:24px;	
		font-weight:bold;	
		color:#ffffff;	
		text-align: center; 
		letter-spacing:-1px; 
		padding:15px 0 0px 0px;
		border-bottom:0px #c0c0c0 solid;
		word-break: keep-all !important;
		}
	.pagetitle_underline {
		display:block;
		width:40px;
		height: 4px;
		background:#ffffff;
		margin:14px auto 0 auto;
	} */

.pagetitle_box{
	text-align: center; 
	padding:20px 0 20px 0px;
	border-bottom:1px #d0d0d0 solid;
	
	}
.pagetitle {
	font-size:30px;	
	font-weight:bold;	
	color:#333333;	
	letter-spacing:-1px; 
	
}	

.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#808080;
	text-align: center; 
}
.page_rout img {
	margin-top:-3px;
	margin-right:4px;
}
	
.pagetitle_underline {
	display:block;
	width:40px;
	height: 4px;
	background:#004ea2;
	margin:70px auto 0 auto;
}

	
	.pagetitle_invisual {
		width:300px;
		position:absolute;
		top:30px;
		left:50%;
		margin-left:-150px;
		font-size:30px;	
		font-weight:bold;	
		color:#ff4d7c;	 
		text-align:center;
	}

	.snb__list {
		display:none;
	}
	
.section__nth {
	margin-top:40px;
}

.section__title {
    font-size: 24px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.2em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#002870;
}

.section__title:after {
    /* display: block; */
	display: none;
    content: "";
    width: 7px;
    height: 0.94em;
    background-color: #8fc320;
    position: absolute;
    top: 5px;
    left: 0;
}

.preparing {
	width: 90%; 
	border:8px #f9f9f9 solid; 
	text-align: center; 
	padding:40px 0 40px 0; 
	font-size:40px; 
	color:#cccccc; 
	margin:0 auto 0 auto; 
	border-radius:20px
}

	/********/
	
	
.i1_sec_1 {	
	vertical-align: top;
}

.i1_poster {
	display: block;
	width:100%;
	vertical-align: top;
	text-align:center;
}

.i1_poster img {
	border:1px #cccccc solid;
	width:300px;
}

.i1_info {
	display: block;
	width:100%;
	vertical-align: top;
	margin-top:30px;
}

.i1_info_title {
	display: block;
	background:#deedf0;
	line-height:46px;
	text-align:center;
	color:#000000;
	width: 110px;
	margin-bottom:10px;
	vertical-align:top;
	border-radius:6px;
}

.i1_info_desc {
	display: block;
	line-height:28px;
	text-align:left;
	width: 100%;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:30px;
	font-size:18px;
}
.i1_info_desc2 {
	display: inline-block;
	text-align:left;
	width: 100%;
	margin-left:10px;
	margin-bottom:30px;
	font-size:18px;
}

.i1_info_desc .host_logo {
	height:24px;
	margin-left:20px;
}

.i1_txt_big {
	font-size:30px;
	color:#4652a2;
}
.i1_txt_big2 {
	font-size:40px;
	font-weight:bold;
	color:#b137b3;
	letter-spacing:-1px;
}

/**/


.i1_day_prog_case {
	display: flex;
	justify-content: space-between;
}
.i1_day_prog {
	width:33%;
}

.i1_day_prog_title {
	background:#f388a4;
	padding:12px 0px 12px 0px;
	border-radius:12px 12px 0 0;
	text-align: center;
	color:#ffffff;
	font-size:20px;
}
.i1_day_prog_title p{
	width:110px;
	text-align: center;
	background:#f9d3dd;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#593d3c;
	border-radius:50px;
	margin:6px auto 0 auto;
}

.i1_day_day {
	background:#c5617b;
	padding:12px 0px 12px 0px;
	text-align: center;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}
.i1_day_prog_desc {
	background:#fef0f4;
	display:flex;
	align-items: center;
	padding:20px 0 20px 0;
}
.i1_day_prog_desc p{
	width:100%;
	font-size:16px;
	text-align: center;
	border:0px #ff0000 solid;
}
.i1_day_prog_gubun {
	width:100%;
	background:#f3f3f3;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	text-align: center;
	color:#333333;
	font-weight:bold;
	padding:10px 0 10px 0;
}

.i1_day_prog_desc2 {
	background:#fefcfd;
	border-bottom:1px #d2d2d2 dashed;
	display:flex;
	align-items: center;
	height: 80px;
}
.i1_day_prog_desc2 p{
	width:100%;
	font-size:16px;
	text-align: center;
	border:0px #ff0000 solid;
}

.i1_day_prog_desc3 {
	width:100%;
	background:#fefcfd;
	border-bottom:1px #f388a4 solid;
	text-align: center;
	color:#333333;
	padding:20px 0 20px 0;
}

.i1_sec_p {
	display: flex; 
	justify-content: space-between; 
	width:100%;
	flex-wrap:wrap;
}

.i1_sec_p_inner_1 {
	width:100%;
	margin-bottom:30px;
}

.i1_sec_p_inner_2 {
	width:100%;
}
.td_green {
	background: #dcffbc;
}
/**/

.set_center img {
	width:100%;
}

/**/

.i1_sec_2 {
	margin-top:60px;
}

.i1_pummok_box {
	border:1px #cccccc dashed;
	text-align:center;
	padding:40px 0 10px 0;
	border-radius:3px;
}
.i1_pummok_box .con_box_2_2 {
	border:0px #ff0000 solid;
	margin-bottom:30px !important;
}

.i1_pummok {
	display: block;
	width:280px; 
	height:170px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:3px 3px 0 0;
	border:0px #0000ff solid;
	margin:0 auto 0 auto;
	vertical-align:top;
}
.i1_pummok_title {
	display: block;
	width:280px; 
	text-align:center;
	background:#7ebf25;
	font-size:20px;
	color:#ffffff;
	padding:10px 0 10px 0;
	border-radius:0 0 3px 3px ;
	vertical-align:top;
	margin:0 auto 0 auto;
}

/****/
/**/
	
	
.i2_sec_1 {	
	
}

.i2_jang {
	display:flex;
	width:100%;
	justify-content:space-between;
	margin-top:20px;
	flex-wrap:wrap;
}

.i2_jang_inner {
	width:100%;
}

.i2_jang_inner img {
	width:100%;
}
/**/
	
.c1_step_box_case {	
	display: block; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.c1_step_box {
	/* display: inline-block;
    position: relative;
    width: 23%;
    height: auto; */   
	width: 100%; 
	text-align: center; 
	border: 3px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-bottom:10px;
	/* margin-right:30px;
	vertical-align: top; */
}

		
.c1_step_box_title {
	color:#00508f;
	font-size:20px;
	font-weight:normal;
	border-radius: 4px 4px 0 0;
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}		


.c1_step_box:nth-child(2) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(2) .c1_step_box_title {	
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}	
.c1_step_box:nth-child(3) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.c1_step_box:nth-child(3) .c1_step_box_title {
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
}
.c1_step_box:nth-child(4) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(4) .c1_step_box_title {
    background:linear-gradient(to right, #d5eef5 0%,  #d5eef5 100%);
	padding:8px 0 8px 0;
	
}
.c1_step_box:nth-child(5) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.c1_step_box:nth-child(5) .c1_step_box_title {
    background:linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
	padding:8px 0 8px 0;
}

.c1_step_desc {
	min-height:100px;	
	height:auto;
	padding:20px 0 20px 0;
	display:flex;	
	align-items:center; 
}

.c1_step_desc .button_small{
	margin-top:10px;
	margin-right:0;
}
.c1_step_desc_txt {
	width:100%;
	text-align:center; 
	font-size:18px;
}

.c1_step_anne {
	margin:50px auto 0 auto;
	text-align: left;
	width:100%;
	padding:20px 0 0px 30px;
	border-radius:4px;
	border:1px #cccccc dashed;
}

.c1_bene {
	display:flex;
	align-items:center;
	font-size:18px;
	margin-bottom:7px;
}

.c1_bene_num {
	font-size:14px;
	width:26px;
	text-align:center;
	padding:3px 0px 3px 0px;
	background:#86bd24;
	color:#ffffff;
	font-weight:bold;
	font-style: italic;
	margin-right:8px;
	border-radius:50px;
}

	/**/
	
	
.c3_step_anne {
	margin:0px auto 0 auto;
	text-align: left;
	width:100%;
	padding:40px 0 40px 0px;
	border-radius:4px;
	border:1px #cccccc dashed;
}
	
	/****/

	/**/
	
	
.v1_sec_2_step {
		
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.v1_step_box {
	width:48%;
	height:380px;
	border: 3px #fdbe56 solid;
    border-radius: 8px;
}

		
.v1_step_box_title {
	color:#cc1e02; 
	/* color:#ffffff;*/
	font-size:24px;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
     background-color:#fdbe56; 
	/*background-color:#f3f3f3;*/
	padding:14px 0 14px 0;
	background-position:10px center;
	background-repeat: no-repeat;
	background-size:10%;
	text-align:center;
	margin-bottom:20px;
}		


.v1_step_box:nth-child(1) .v1_step_box_title {	
    background-image:url('../images_icon/icon_monitor.png'); 
}	

.v1_step_box:nth-child(2) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_1_w.png'); 
}	
/* .v1_step_box:nth-child(3) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_3_w.png'); 
}	
.v1_step_box:nth-child(4) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_4_w.png'); 
}	 */

.v1_step_txt {
	text-align: center;
	padding:14px 0 14px 0;
	font-size:20px;
}
.v1_step_arr {	
	text-align: center;
	padding:4px 0 4px 0;
}

/**/


.b5_map_box img {
	width:100%;
	margin-bottom:10px;
}
	/**/
	

.arr_img {
	width:12px !important;
}
	
	/********/
    
.b5_case {
	display:flex;
	justify-content: center;
	width:100%;
	background:#f6f6f6;
	padding:40px 0 10px 0;
	flex-wrap:wrap;
}

.b5_inner {
	width:340px;
	margin-bottom:30px;
}

.b5_inner iframe {
	border-radius:4px;
}

.b5_title {
	width:100%;
	margin-top:2px;
	text-align: center;
	background:#333333;
	color:#ffffff;
	padding:10px 0 10px 0;
	border-radius:4px;
}

	/**/
	
	
.b6_case {
	display:flex;
	justify-content: space-between;
}
	
	.b6_pic_box {
		width:250px;
	}
	
	.b6_pic {
		width:250px;
		height:180px;
	}
	
	
	
	/****/
	
	.e1_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:20px 20px 20px 20px;
	}
		
	.e1_info {
		/* display: flex;
		justify-content: space-between; */
		display: block;
	}

	.e1_info_title {
		display: block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:10px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e1_info_title_null {
		display: block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e1_info_desc {
		display: block;
		line-height:46px;
		text-align:left;
		width: 100%;
		margin-left:20px;
		margin-bottom:20px;
		font-size:18px;
	}
	.e1_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 100%;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
	}
	
	.e1_big_txt {
		color:#008cd6;
		font-size:22px;
		font-weight:bold;
		text-align:center;
		margin-bottom:30px;
	}
	
	
	.e1_past_box {
		/* display: flex;
		justify-content: space-between; */
		display: block;
		margin-bottom:30px;
	}
	
	.e1_past_pic {
		width:320px;
		height:220px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
		margin:0 auto 14px auto;
	}
	.e1_past_desc {
		width:100%;
		height:auto;
		padding-left:0px;
		border:0px #ff0000 solid;
		text-align:center;
		margin-bottom:30px;
	}
	.e1_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:10px;
	}
	.e1_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	
	/****/
	
	.e2_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:20px 20px 20px 20px;
	}
		
	.e2_info {
		/* display: flex;
		justify-content: space-between; */
		display: block;
	}

	.e2_info_title {
		display: block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:10px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e2_info_title_null {
		display: block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e2_info_desc {
		display: block;
		line-height:46px;
		text-align:left;
		width: 100%;
		margin-left:20px;
		margin-bottom:20px;
		font-size:18px;
	}
	.e2_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 100%;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
	}
	
	.e2_big_txt {
		color:#008cd6;
		font-size:22px;
		font-weight:bold;
		text-align:center;
		margin-bottom:30px;
	}
	
	
	.e2_past_box {
		/* display: flex;
		justify-content: space-between; */
		display: block;
		margin-bottom:30px;
	}
	
	.e2_past_pic {
		width:340px;
		height:240px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
		margin:0 auto 24px auto;
	}
	.e2_past_desc {
		width:100%;
		height:auto;
		padding-left:0px;
		border:0px #ff0000 solid;
		text-align:left;
		margin-bottom:30px;
	}
	.e2_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:10px;
	}
	.e2_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	
	/****/
	
	
	.e3_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:20px 20px 20px 20px;
	}
		
	.e3_info {
		/* display: flex;
		justify-content: space-between; */
		display: block;
	}

	.e3_info_title {
		display: block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:10px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e3_info_title_null {
		display: block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e3_info_desc {
		display: block;
		line-height:46px;
		text-align:left;
		width: 100%;
		margin-left:20px;
		margin-bottom:20px;
		font-size:18px;
	}
	.e3_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 100%;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
	}
	
	.e3_big_txt {
		color:#008cd6;
		font-size:22px;
		font-weight:bold;
		text-align:center;
		margin-bottom:30px;
	}
	
	
	.e3_past_box {
		/* display: flex;
		justify-content: space-between; */
		display: block;
		margin-bottom:30px;
	}
	
	.e3_past_pic {
		width:340px;
		height:240px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
		margin:0 auto 24px auto;
	}
	.e3_past_desc {
		width:100%;
		height:auto;
		padding-left:0px;
		border:0px #ff0000 solid;
		text-align:left;
		margin-bottom:30px;
	}
	.e3_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:10px;
	}
	.e3_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	
	
	
	.e3_past_circle {
		width:200px;
		height:200px;
		border-right:4px #cccccc solid;
		border-bottom:4px #cccccc solid;
		border-radius:200px;
		background:#6eb92b;
		margin:30px auto 0 auto;
	}
	.e3_past_circle p {
		text-align:center;
		padding-top:60px;
		font-size:30px;
		font-weight:bold;
		color:#ffffff;
	}
	.e3_past_circle p span {
		color:#003687;
	}
	/****/
	
	.e4_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:20px 20px 20px 20px;
	}
		
	.e4_info {
		display: block;
		justify-content: space-between;
	}

	.e4_info_title {
		display: block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:10px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e4_info_title_null {
		display: block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 100%;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e4_info_desc {
		display: block;
		line-height:46px;
		text-align:left;
		width: 100%;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e4_info_desc_null {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 170px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e4_info_desc2 {
		display: block;
		text-align:left;
		width: 100%;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	.e4_info_desc3 {
		display: block;
		text-align:left;
		width: 100%;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		line-height:46px;
		border:0px #ff0000 solid;
	}
	
	.e4_show_box {
		background:#f6f6f6;
		text-align:center;
		border-radius:4px;
		border:1px #cccccc dashed;
		padding:30px 0 30px 0;
	}
	
	.e4_show_pic {
		display: block;
		width:340px;
		height:240px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:contain;
		margin:0 auto 10px auto;
		vertical-align:top;
	}
	
	
	.e4_pastshow_box {		
		display: block;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.e4_pastshow_pic {
		width:340px;
		height:240px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		margin:0 auto 10px auto;
	}
	
	/****/
	
	.e5_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:20px 20px 20px 20px;
	}
		
	.e5_info {
		display: block;
		justify-content: space-between;
	}

	.e5_info_title {
		display: block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:10px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e5_info_title_null {
		display: block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 100%;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e5_info_desc {
		display: block;
		line-height:46px;
		text-align:left;
		width: 100%;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e5_info_desc_null {
		display: block;
		line-height:46px;
		text-align:left;
		width: 170px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e5_info_desc2 {
		display: block;
		text-align:left;
		width: 100%;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	.e5_info_desc3 {
		display: block;
		text-align:left;
		width: 100%;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		line-height:46px;
		border:0px #ff0000 solid;
	}
	
	.e5_show_box {
		background:#f6f6f6;
		text-align:center;
		border-radius:4px;
		border:1px #cccccc dashed;
		padding:30px 0 30px 0;
	}
	
	.e5_show_pic {
		display: block;
		width:307px;
		height:227px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:contain;
		margin:0 auto 0 auto;
	}
	
	
	.e5_pastshow_box {		
		display: block;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.e5_pastshow_pic {
		width:340;
		height:240px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		margin:0 auto 20px auto;
	}
	
	/****/
	
	.b6_sec_1 img {
		width:100% !important;
	}
	.b6_sec_2 img {
		width:100% !important;
	}
	
	
	
	
	

.c2_tm_box { 
	height:140px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
	}
	

.c2_tot_box {
	border:2px #999999 solid;
	border-radius: 4px;
	padding:10px 40px 10px 40px;
	background:#f6f6f6;
	margin-top:70px;
}

.c2_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
}
.c2_tot_box .input_box {
	border: none;
	color:#ff0000;
	padding-bottom:14px;
}

		/******/
	
	

.comlist_box {
	display: inline-block;
	width:24.6%;
	margin-bottom:30px;
	vertical-align: top;
}

.comlist_com_box {
	width:90%;
	margin:0px auto 0 auto; 
	border:1px #cccccc solid;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
	position:relative;
	padding:20px 0 20px 0;
}

.comlist_com_logo {
	display: inline-block;
	margin-top:10px;
	width:160px;
	height:120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
}

.comlist_com_name {
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}

.comlist_com_pummok {
	display: inline-block;
	margin-top:5px;
	width:90%;
	height: 30px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:-1px;
	word-break: keep-all;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comlist_com_booth_num {
	position:absolute;
	top:0; 
	left:0;
	padding:4px 10px 5px 10px;
	font-size:12px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ff8d6f;
	background:#2e3092;
	border-radius:0 0 12px 0;
}

.comlist_com_booth_num span {
	color:#ffffff !important;
}

/**/

.l1_view_boothnum_box {
	text-align:left;
	margin-bottom:10px;
}

.comlist_com_booth_num_view {
	display:inline-block;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	color:#ff8d6f;
	background:#2e3092;
	border-radius:4px 4px 4px 4px;
	text-align:center;
}

.comlist_com_booth_num_view span {
	color:#ffffff !important;
}

.comlist_view_box_1 {
	display: flex; 
	justify-content: space-between;  
	/* justify-content: flex-start; */
	overflow:hidden; 
	width:100%;
}

.comlist_view_box_1 .table_title_2 {
	background:#f7f4ff;
}

#c82 .table_title_2 {
	background:#f7f4ff;
}

#v2prog .table_title_4 {
	width:50%;
}

.comlist_view_logobox {
	/* display:inline-block; */
	width:302px;
	height:303px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
	border:1px #cccccc solid;
	border-radius:2px;
}

.comlist_view_infobox {
	/* display:inline-block; */
	width:700px;
	/* margin-left:40px; */
	
}

.comlist_view_picbox {
	display: flex; 
	justify-content: space-between;  
	/* justify-content: flex-start; */
	overflow:hidden; 
	width:100%;
	height:210px;
	border:0px #ff0000 solid;
	padding-top:20px;
}
.comlist_view_pic {
	width:280px;
	height:190px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border:0px #cccccc solid;
	border-radius:2px;
}

.l1_button_download {
	position:absolute;
	top:10px;
	right:0;
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:46px; 
	background:#282f79; 
	line-height:46px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:18px; 
	font-weight:bold;
	text-align:center; 
	border-radius:4px;
	}

.l1_button_download img {
	height:20px;
	margin-right:10px;
	margin-top:14px;
}

	
	
	
	
	
	/****/
	
	
.r2_sec_1 {	
	vertical-align: top;
	width:800px;
	margin: 0 auto 0 auto;
}	

.r2_sec_2 {
	width:800px;
	margin: 80px auto 0 auto;
}
.r2_pp {
	height:140px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
}
.r2_cell_add_left {
	padding-left: 40px;
	border-left:1px #cccccc dashed;
}


.r2_reg_box {
	border:1px #cccccc solid;
	border-radius:2px;
	padding:40px;
}
.r2_reg_item_box {
	padding:10px 0 10px 0;
	font-size:18px;
	border-bottom:0px #e6e6e6 dashed;
}
.r2_reg_item_box_mypage {
	padding:20px 0 10px 0;
	font-size:18px;
	border-bottom:1px #e6e6e6 dashed;
}

.r2_reg_item_box_inner {
	font-size:18px;
	background:#f6f6f6
}

.r2_reg_item_box_inner:first-child {	
	padding:20px 0 10px 0;
	border-bottom:1px #e3e3e3 dashed;
	border-radius:2px 2px 0 0;
}
.r2_reg_item_box_inner:last-child {	
	padding:10px 0 20px 0;
	border-bottom:0px #e3e3e3 dashed;
	border-radius: 0 0 2px 2px;
}

.r2_reg_sv_title {
	padding:12px 10px 10px 20px;
	font-size:18px;
	font-weight:bold;
	background:#f6f6f6;
	border-radius:4px;
	margin-bottom:10px;
}

.comment_incell {
	display:block;
	font-size:14px; 
	margin-left:0px !important;
	margin-top:10px;
	}
	
	/**/
	
.login_reglink {
	display: block;
	background:#313131;
	width:200px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	margin-left:0px;
	margin-top:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:4px;
}

.login_input_box {display:block; width:100%; margin-right:0px; vertical-align:top}
.login_button_box {display:block; width:100%; margin-right:0px; vertical-align:top }

.login_login_input {
	font-size:16px; 
	line-height:48px; 
	padding-left:24px !important; 
	width:100%;
	margin-bottom:10px;	
	}
.login_login_button {
	display:block; 
	background:#ee3f22; 
	color:#ffffff; 
	font-size:18px; 
	line-height:70px; 
	text-align:center; 
border-radius:2px;
} 

.login_send_box {
	margin-top:36px; 
	border:1px #cccccc solid; 
	background:#f7f7f7; 
	padding: 20px 30px 20px 30px;
	}
.login_send_txt {font-size:16px; color:#000000; margin-bottom:20px; }
.login_send_input_box {
	display:block; 
	width:100%; 
	margin-right:0px; 
	vertical-align:top;
	}
.login_send_button_box {
	display:block; 
	width:100%; 
	margin-right:0px; 
	vertical-align:top;
	}
.login_send_input {font-size:16px; line-height:32px; padding-left:24px !important; width:100%;
	margin-bottom:10px;
}
.login_send_button {display:block; background:#011b70; color:#ffffff; font-size:16px; line-height:54px; text-align:center; 
border-radius:2px;} 

/**/
	.b3_sec_1 {
		margin-bottom:50px;
	}

	.b3_pic_box {		
		display: block;
		/* justify-content: space-between;
		flex-wrap:wrap; */
	}
	
	.b3_pic {
		width:340px;
		height:227px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		margin:0 auto 20px auto;
	}
	
	/********/
/**/

	
    .con_box_2_1 {display:block; width:100% !important; margin:0 0px 0 0px !important}
	.con_box_2_15 {display:block; width:100% !important; margin:0 0px 0 0px !important; vertical-align: top}
    .con_box_2_2 {display:block; width:100% !important; margin:0 0px 0 0px !important; }
    .con_box_2_3 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_35 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_4 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_45 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_5 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_55 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_6 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_65 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_7 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_8 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_2_9 {display:block; width:100% !important; margin:0 0px 0 0px !important}

    .con_box_3 {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_4 {display:block; width:100% !important; margin:0 0px 0 0px !important}

	.con_box_3_incell {display:block; width:100% !important; margin:0 0px 0 0px !important}
    .con_box_4_incell {display:block; width:100% !important; margin:0 0px 0 0px !important}
	.con_box_6_incell {display:block; width:100% !important; margin:0 0px 0 0px}
	
	/**/
	
	.r_item_input_box {
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	
		
	.button_download {
		/* display: inline-block; 
		padding-right:20px; 
		padding-left:20px;
		height:50px; 
		background:#614948; 
		line-height:50px; 
		border-radius:2px; 
		color:#ffffff; 
		font-size:18px; 
		text-align:center; 
		border-radius:4px; */
		width:320px;
		margin-bottom:10px;
		}

	.button_download img {
		width:20px;
		height:20px;
		margin-right:10px;
	}
	.c2_sec_1 .r_item_input_box_2 {
		font-size:14px;
	}
	.c2_sec_1 .r_item_input_box{
		font-size:14px;
	}
	
	.c2_sec_2 .r_item_title_box{
		font-size:14px;
	}
	.c2_sec_2 .r_item_input_box_2 {
		font-size:14px;
	}
	.c2_sec_2 .r_item_input_box{
		font-size:14px;
	}
	.c2_sec_2 .input_width {
		width:100%;
	}
	
	.c2_sec_2 .input_width_3 {
		width:100%;
	}
	
	.c2_sec_2 .input_width_9 {
		width:100%;
	}
	
	.c2_sec_2 .width_30 {
		width:100% !important;
	}
	.c2_sec_2 .checkbox_align_nth {
		margin-left:0;
	}
	
	.c2_sec_2 .width_10 {
		width:100% !important;
	}
	
	.v2_sec_1 .input_width {
		width:100%;
	}
	
	/**/

	.b_srch {
		text-align: center;
		margin-bottom:10px;
	}

	.b_srch .input_box {
		font-size:16px;
		padding:6px 10px 6px 10px;
	}

	.b_button_srch {
		display:inline-block;
		width:50px;
		height:32px;
		line-height:32px;
		text-align: center;
		font-size:14px;
		color:#ffffff;
		background:#333333;
		border-radius:2px;
	}

	.b_button_allview {
		display:inline-block;
		width:80px;
		height:32px;
		line-height:32px;
		text-align: center;
		font-size:14px;
		color:#ffffff;
		background:#999999;
		border-radius:2px;
	}
	
	/**/
	
	.b4_q {
		background:url(../images_icon/ico_q.png) left center no-repeat; 
		min-height:40px;		
		text-align: left; 
		padding:0 0 5px 45px;
		border-bottom:1px #cccccc dashed;
		display:flex;
		align-items: center;
	}
	.b4_q a{
		font-size:18px;
		font-weight: bold;
		line-height:20px !important;
	}
	
	.b4_a {
		
		background:url(../images_icon/ico_a.png) 35px 20px no-repeat #FCFAFC; 
		padding:20px 0 20px 70px; 
		min-height:40px;
		text-align: left;
		font-size:18px;
	}
	
	/**/
	
	
	/********/
    
.b6_case {
	display:block;
	justify-content: space-between;
	width:100%;
	flex-wrap:wrap;
}
	
	.b6_pic_box {
		width:250px;
		margin:0 auto 30px auto;
	}
	
	.b6_pic {
		width:250px;
		height:160px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
	}
	
	.b6_pic_title {		
		margin-top:6px;
		text-align:center;
		padding:6px 0 6px 0;
		background:#f9f9f9;
		border-radius:4px;
	}
	
	/**/
	
	
	
	
}


/********************** set **********************************************************/



.bonmun_txt {font-size:18px; line-height:28px; text-align:left; word-break:keep-all}
.bonmun_txt2 {font-size:18px; line-height:28px; text-align:left; word-break:keep-all; margin-top:20px}
.comment_incell {font-size:14px; margin-left:20px}
.top_txt_box {background:#f3f3f3; border:1px #999999 dashed; padding:30px 0 30px 0; border-radius:6px}
.top_txt_box_2_1 {background:#f3f3f3; border:1px #999999 dashed; padding:30px 0 30px 0; border-radius:6px 6px 0 0; border-bottom:none}
.top_txt_box_2_2 {background:#ffffff; border:1px #999999 dashed; padding:20px 0 20px 0; border-radius:0 0 6px 6px; border-top:none}

.margin_top_5 {margin-top:5px}
.margin_top_10 {margin-top:10px}
.margin_top_20 {margin-top:20px}
.margin_top_30 {margin-top:30px}
.margin_top_35 {margin-top:35px}
.margin_top_40 {margin-top:40px}
.margin_top_50 {margin-top:50px}
.margin_top_60 {margin-top:60px}
.margin_top_70 {margin-top:70px}
.margin_top_80 {margin-top:80px}

.margin_bottom_10 {margin-bottom:10px}
.margin_bottom_20 {margin-bottom:20px}
.margin_bottom_30 {margin-bottom:30px}
.margin_bottom_40 {margin-bottom:40px !important}

.border_left_x {border-left:none}
.border_right_x {border-right:none}
.border_top_x {border-top:none}
.border_bottom_x {border-bottom:none}
.border_right_1 {border-right:1px #cccccc solid}


.checkbox_align {width:18px; height:18px; margin:-2px 5px 0 0; border:0px #ff0000 solid}
.checkbox_align_16 {width:16px; height:16px; margin:-2px 5px 0 0; border:0px #ff0000 solid}
.checkbox_align_incell {width:18px; height:18px; margin:-3px 5px 0 3px}
.checkbox_align_nth {width:18px; height:18px; margin:-2px 5px 0 30px; border:0px #ff0000 solid}




.section_subtitle {
	color:#000000; 
	font-size:24px; 
	font-weight:bold;
	word-break: keep-all
	}


.txt_big {font-size:20px; font-weight:bold;letter-spacing:-1px;line-height:30px; color:#000000; word-break: keep-all}
.txt_big1 {font-size:19px; letter-spacing:-1px;line-height:25px; color:#000000; word-break: keep-all}
.txt_big_2 {font-size:20px; font-weight:bold;letter-spacing:-1px; line-height: 40px}
.txt_bigger {font-size:28px; font-weight:bold;}

.txt_small {font-size:14px; font-weight:normal;letter-spacing:0px;line-height:24px; word-break: keep-all}
.txt_normal {font-weight: normal}
.txt_darkblue {color:#011b72;}

.txt_gray {color:#999999 !important}
.txt_red {color:#ff0000 !important}
.txt_blue {color:#0000ff !important}


.img_size { max-width: 100%}
.img_inline {display:inline-block}

.set_center {text-align:center !important}
.set_left {text-align:left !important}
.set_right {text-align:right !important}

.td_left_txt {padding: 1.3em 2em; text-align:left}
.td_left_txt { text-align:left}

.td_left { padding: 1.0em 1.0em; text-align: left; word-break:keep-all}
.td_center { padding: 1.0em 1.0em; text-align: center; word-break:keep-all}
.td_first { border-radius:4px 0 0 4px}
.td_last { border-radius:0px 4px 4px 0px}

.td_bg_gray_1 {background:#f3f3f3}
.td_bg_gray_2 {background:#f9f9f9}


.width_5 {width:5% !important}
.width_10 {width:10% !important}
.width_15 {width:15% !important}
.width_20 {width:20% !important}
.width_25 {width:25% !important}
.width_30 {width:30% !important}
.width_35 {width:35% !important}
.width_40 {width:40% !important}
.width_45 {width:45% !important}
.width_50 {width:50% !important}
.width_55 {width:55% !important}
.width_60 {width:60% !important}
.width_65 {width:65% !important}
.width_70 {width:70% !important}
.width_75 {width:75% !important}
.width_80 {width:80% !important}
.width_85 {width:85% !important}
.width_90 {width:90% !important}
.width_100 {width:100% !important}

.width_16 {width:16% !important}
.width_33 {width:33% !important}
.width_22 {width:22% !important}

.border_bottom_x {border-bottom:none !important}

.button_download {
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:50px; 
	/* background:#484fa0;  */
	background:#614948; 
	line-height:50px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:18px; 
	text-align:center; 
	border-radius:4px;
	}

.button_download img {
	height:20px;
	margin-right:10px;
}




.input_box{
    padding:10px 10px 10px 10px;
    color:#333333;
    background-color:#ffffff;
    vertical-align:middle;
    border:1px solid #cccccc;
    -webkit-appearance: none;
    border-radius:2px;
    font-size:18px;
}

.input_box:focus{
    border-color:#00839e;
    outline:0;
    /*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)*/
}




input::placeholder {
    color: #999999;
    /*font-style: italic;*/
}


textarea::placeholder {
    color: #999999;
    /*font-weight: bold;*/
}




.input_box::-moz-placeholder{
    color:#999999;opacity:1
}
.input_box:-ms-input-placeholder{
    color:#999999
}
.input_box::-webkit-input-placeholder{
    color:#999999
}



.input_width {width:45%}
.input_width_2 {width:20%; }
.input_width_3 {width:30%; }
.input_width_8 {width:80%; }
.input_width_9 {width:90%}
.input_width_10 {width:100%}
.input_width_a {width:100px; text-align:center; margin-right:5px}
.input_width_n {width:49.6%; text-align:center;}
.red_star {color:#ff0000; margin-left:2px}



.button_normal {
    display: inline-block;
    white-space: nowrap;
    background-color:#09913c;
    padding: 14px 20px 14px 20px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;

}

.button_reg {
    display: inline-block;
    white-space: nowrap;
    /* background-color:#09913c; */
	background-color:#ff4d7c;
    padding: 20px 0px 20px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:20px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:340px;
}


.b2_button_small {
    display: inline-block;
    white-space: nowrap;
    background-color:#333333;
    padding: 10px 0px 10px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:14px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:150px;
}

.b2_button_small2 {
    display: inline-block;
    white-space: nowrap;
    background-color:#333333;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}

.button_small {
    display: inline-block;
	height:32px;
	vertical-align:middle; 
	margin-right:8px; 
	display:inline-block;
    border-radius:4px; 
	line-height: 32px;
    background-color:#333333; 
	color:#ffffff; 
	font-size:14px; 
	padding:0 10px 0 10px;
}

.r_button_small {
    display: inline-block;
	vertical-align:middle; 
	margin-right:8px; 
	display:inline-block;
    border-radius:4px; 
    background-color:#333333; 
	color:#ffffff; 
	font-size:14px; 
	padding:10px 10px 10px 10px;
}



.button_round_red {
    display: inline-block;
    white-space: nowrap;
    background-color:#ff0000;
    border: 0px solid #333333;
    padding: 10px 20px 10px 20px !important;
    text-decoration: none;
    color: #ffffff !important;
    font-size:16px;
    font-weight:normal;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    /*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
    letter-spacing:0px;
}


.button_reg_big {
display: inline-block;
white-space: nowrap;
background-color:#431c6e;
width:300px;
border: 0px solid #333333;
padding: 14px 0px 14px 0px !important;
margin: 0px auto 0 auto;
/*font: bold 1em/2em Arial, Helvetica,NanumGothic,"나눔고딕",MalgunGothic,"맑은고딕",Dotum,"돋음";*/
text-decoration: none;
color: #ffffff !important;
font-size:18pt;
font-weight:normal;
/*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
letter-spacing:0px;
}



.mypage_button_small {
    display: inline-block;
    white-space: nowrap;
    background-color:#cc5bf1;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:14px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}

.edit_bg {
    background-color:#999999 !important;
}


.mypage_button_smaller {
    display: inline-block;
    white-space: nowrap;
    background-color:#cc5bf1;
    padding: 6px 0px 6px 0px !important;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:70px;
}


.mypage_add_list {background:#f3f3f3; padding:10px 0 10px 10px; border-bottom: 1px #cccccc solid; font-weight:bold; color:#000000; font-size:16px; position:relative}


/**/



.reg_box {
	border-top:2px #333333 solid;
}

	.reg_box_inner {
		border-bottom:1px #cccccc solid;
		display:flex; align-items: stretch;
	}

	.reg_box_inner .con_box_2_5 {
		display:flex; align-items: stretch;
	}

	.reg_title_1 {
		display:inline-block;
		width:20.3%;
		text-align:center;
		vertical-align: top;
		padding:10px;
		background:#f3f3f3;
	}
	.reg_title_1 p {
		font-size:18px;
		/* line-height:43px;
		vertical-align: middle; */
		padding-top:10px;
		padding-bottom:10px;
		height:100%;
		
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.reg_title_2 {
		display:inline-block;
		width:40.5%;
		text-align:center;
		vertical-align: top;
		padding:10px;
		background:#f3f3f3;
	}
	.reg_title_2 p {
		font-size:18px;
		/* line-height:43px;
		vertical-align: middle; */
		padding-top:10px;
		padding-bottom:10px;
	}

	.reg_item_1 {
		display:inline-block;
		width:79%;
		text-align:left;
		vertical-align: top;
		padding:10px 10px 10px 20px;
		background:#ffffff;
		font-size:18px;
	}
	.reg_item_2 {
		display:inline-block;
		width:58%;
		text-align:left;
		vertical-align: top;
		padding:10px 10px 10px 20px;
		background:#ffffff;
	}
	.reg_option_box {
		display:inline-block;
		margin-top:5px;
		margin-bottom:5px;
		margin-right:30px;
		vertical-align:top;
	}
	.reg_option_box_etc {
		margin-top:10px;
	}
/**/


.dot_txt{
    background:url(../images_icon/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:18px;
    margin-bottom:15px;
    line-height:22px;
}

.dot_txt_s{
    background:url(../images_icon/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    line-height:22px;
}

.dot_txt_i0{
    background:url(../images_icon/biz_out2.png) left 7px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    margin-bottom:6px;
    line-height:24px;
}

.dot_txt_i{
    background:url(../images_icon/biz_out2.png) left 9px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:18px;
    margin-bottom:6px;
    line-height:28px;
}


.dot_txt_t{
    background:url(../images_icon/biz_out2.png) left 9px  no-repeat;
    padding:0 0 5px 15px;
    word-break: keep-all;
    font-size:15px;
    margin-bottom:6px;
    line-height:18px;
}




.bbs_list_header {
    background-color: #f3f3f3;
    color: #000000;
    font-weight: 500;
    padding: 1em 0;
    font-size: 18px;
    border-bottom:1px #999999 solid;
}

.bbs_cell_center {
    padding: 1.3em 0em;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border-bottom:1px #cccccc solid;
}

.bbs_cell_left {
    padding: 1.3em 2em;
    text-align: left;
    font-size: 16px;
    border-bottom:1px #cccccc solid;
}

.bbs_cell_left_2 {
    padding: 0.5em 2em;
    text-align: left;
    font-size: 16px;
    border-bottom:1px #cccccc dashed;
    background:#f9f9f9;
}

.bbs_list_title {font-size:18px; line-height:24px}

.bbs_img {vertical-align:middle; display:inline-block; margin:-3px 5px 0 0}
.bbs_download_a {font-size:14px; font-weight:normal;letter-spacing:0px;line-height:24px}


.paging {display:inline-block;font-size:14px; line-height:14px; width:30px; height:30px; border:1px #cccccc solid; text-align:center; padding-top:6px}
.paging_first {border-radius:4px 4px 0 0}
.paging_last {border-radius:0 4px 4px 0}

.paging_now {display:inline-block;font-size:14px; line-height:14px; width:30px; height:30px;  border:1px #666666 solid; text-align:center; padding-top:6px;
    background:#666666; color:#ffffff;
}

.sub_title {
	color:#000000; 
	font-size:22px; 
	font-weight:normal; 
	margin-left:0px;
	text-align:left;
	padding-bottom:8px;
	border-bottom: 1px #cccccc solid;
	}
/* 
.sub_title:before {
    content: "";
    display: inline-block;
    width: .666em;
    height: .666em;
    background-color: #001b71;
    margin-right: .4em;
} */

.header__links_m {display:none}
.img_size {max-width:100%; height: auto;}

.display_x {display:none}


/****/


.r_item_title_box {
    color: #000000;
    font-size: 18px;
    line-height:26px;
    background-color: #f3f3f3;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    /* width:20%; */
    text-align:center;
    vertical-align:middle;
    height:70px;
}



.r_item_title_box_2 {
    color: #000000;
    font-size: 18px;
    line-height:26px;
    background-color: #f3f3f3;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    text-align:center;
    vertical-align:middle;
    height:70px;
}

.r_item_header {
    color: #ffffff;
    font-size: 18px;
    line-height:26px;
    background-color: #968c7d;
    border: 0px #3b7b7b solid;
    border-bottom: 1px #cccccc solid;
    border-right: none;
    text-align:center;
    vertical-align:middle;
    padding:12px 0 12px 0;
}

.r_item_input_box {
    font-size: 18px;
    border-top: 0px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    /* width:80%; */
    padding-left:30px;
    vertical-align:middle;
    vertical-align:middle;
    min-height:70px;
	word-break: keep-all;
}
.r_item_input_box .con_box_2_5 {
	vertical-align:top;
}

.r_item_input_box_2 {
    font-size: 18px;
    border-top: 0px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    padding-left:0px;
    vertical-align:middle;
    text-align:center;
    min-height:70px;
}

.r_item_input_box_more_height {padding-top:14px; padding-bottom:14px; height:auto}

.r_item_table_top {border-top:2px #333333 solid}

.td_bottom_add {border-bottom:2px #cccccc solid}

.td_bg_sky {
	background:#effaff;
}
	
/****/
