@charset "utf-8";

@media (min-width: 1270px) {

    #wrap{
		background:#000028;
	}
    #wrap .wrap{
		margin: 0 auto;
		width:80%;
		min-width: 1270px;
		}
    
    #header{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 101;
		transition:all 0.5s; 
		background:#000028;
		border-bottom:0px #002870 solid;
		}
    
    #header .wrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 80px;
		border:0px #ffffff 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 120px 0 0; */
		position: relative;
		z-index: 4;
		width:200px;
		text-align:left;
		border:0px #ff0000 solid;
		}
		
	#header .logo img {
		margin: 0 0 0 0;
		height:39px;
		}	
		
    #header .logo a{}
    #header .menu{position:relative;z-index:4;}
    #header .menu .dp1{
		display:flex;
		align-items:center;
		justify-content: space-between;
		width:800px;
		border:0px #ff0000 solid;
		}
    #header .menu .dp1 .dl1{
		position:relative;
		/* margin:18px 100px 0 0; */
		border:0px #00ff00 solid;
		}
	/* #header .menu .dp1 .dl1:last-child{margin-right:0px;} */
    #header .menu .dp1 .dl1 .da1{
		line-height: 60px;
		font-size: 18px;
		font-weight: 600;
		color: #ffffff;
		}
	#header .menu .dp1 .dl1 .da1:hover{
		transition: all 0.5s;
		color: #99cbff;
	}
    #header .menu .dp2{
		position:absolute;
		top:100%;
		left:50%;
		padding: 20px 10px;
		transform:translate(-50%,-10px);
		/* width: 200px; */
		width: 180px;
		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: 18px;
		font-weight: 500;
		color:#ffffff;
		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:#7fe6d5 !important;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 0 0px 0;
		text-align:center;
		color:#152244;
		border-radius:4px;
		margin-right:0px;
	}
	
	#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:#1a1c49;
		transition:all 0.5s;/* opacity:0.95; */}

    #header.fixed{position:fixed;z-index:101;background:#1a1c49}
    
    #header.active{
		background:#1a1c49;		
		}
    #header.active .menu .dp1 .dl1 .dp2{	/* 각 서브메뉴판 */
		height:110px;
		opacity:1;
		visibility:visible;
		transform:translate(-50%,0);
		border:0px #ff0000 solid;
		}
		
    #header.active .bg{	/* 전체 */
		height:220px;
		border-bottom:0px #00ff00 solid;
		}
		
	.header_sns {
		height:30px;
	}		
    /****/
    #footer{
		background:#000000;
		padding: 30px 0;
		text-align: CENTER; 
		border-top:0px #cccccc solid;
		}
    #footer .inner {
		width:80%;
		min-width:1270px;
		display:flex;
		justify-content:space-between;
		
	}
	
	.footer_box_1 {
		width:15%;
		text-align:left;
	}
	.footer_box_1 img{
		height:30px;
	}
	
	.footer_box_2 {
		width:70%;
		text-align:center;
	}
	
	.footer_box_3 {
		width:15%;
		text-align:right;
	}
	
	.footer_box_3  img{
		height:36px;
	}
	
	.footer_txt_1 {
		color:#ffffff;
		font-size:16px;
	}
	.footer_txt_2 {
		color:#ffffff;
		font-size:16px;
		margin-top:10px;
	}
	
	.footer_host_logos {
		margin-top:10px;
	}
	.footer_host_logos img {
		height:30px;
		margin-right:16px;
	}


/******/
    
    #container{}
    
    /* #container .visual{position: relative;height: 727px;background:url("../images/visual_bg-.png") no-repeat 50% 50% / cover} */
	#container .visual{
		position: relative;
		height: 750px;
		min-height:750px;
		border-bottom:0px #86bd24 solid; 
		margin-top:80px;
		/* margin-top:120px; 
		background-image:url('../images/visual_bg-.jpg');*/
		border:0px #cccccc solid;
		}
		
		
    #container .visual .slider{
		position: relative;
		z-index: 0;
		height: 750px;
		min-height:750px;
		margin-top:0px;
		overflow: hidden;
		background-repeat:repeat-x;
		}
	
	.visual_inner {
		width:80%;
		min-width:1270px;
		height: 700px;
		min-height:700px;
		z-index: 1;
		position: absolute;
		top:0px;
		left:50%;
		transform: translateX(-50%);
		display:flex;
		align-items:center;
		justify-content:space-between;
		border:0px #ff0000 solid; 
	}
	.visual_inner_box_1 {		
		width:60%;
		min-width:700px;
		height: 560px; 
		display:flex;
		align-items:flex-end;
		justify-content:left;
		border:0px #00ff00 solid; 
	}
	.visual_notice {
		width:100%;
		height:40px;		
		overflow: hidden;
		position: relative;

		border:0px #ff0000 solid; 
	}
	.visual_notice_list {
  display: flex;
  flex-direction: column;
}

	.visual_notice_item {
		color:#ffffff;
		font-size:28px;
		line-height:40px;
	}
	.visual_inner_box_2 {		
		width:500px;
		height: 560px; 
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		border:0px #00ff00 solid; 
	}
	.visual_box_1 {
		text-align:center;
	}
	.img_1 img {
		width:400px;
	}
	.img_2 {
		margin-top:30px;
	}
	.img_2 img {
		height:20px;
	}
	.img_2 img:nth-child(2) {
		margin-left:10px;
	}
	.img_3 {
		margin-top:10px;
	}
	.img_3 img {
		height:16px;
	}
	.img_3 img:nth-child(2) {
		margin-left:10px;
	}
	.visual_box_2 {
		width:400px;
		margin:0px auto 0 auto;
	}
	
	.visual_menu {
		width:100%;
		border:2px #faf9f6 solid;
		border-radius:4px;
		text-align:center;
		color:#faf9f6;
		font-size:22px;
		font-weight:bold;
		padding:10px 0 10px 0;
		margin-bottom:10px;
		cursor:pointer;
	}
	
	
	#container .visual .slider .swiper-slide{
		width:1270px;
		margin:0 auto 0 auto;
		background-position:center center ; 
		background-repeat:no-repeat;	
		background-size:cover;
		}
	
	
	
    #container .visual .slider .swiper-slide img{opacity:0;transition:all 0.5s}
    #container .visual .slider .swiper-slide-active img{opacity:1} 
	
	
	
	
	/****/
	
	
	.main_sec_1 {
		padding:0px 0 100px 0;
	}
	.main_sec_1 .inner{
		display:flex;
		justify-content: space-between;
		width:80%;
		min-width:1270px;
	}
	
	.main_sec_1_inner {
		width:35%;
		/* background:#222222;
		border-radius:6px; */
		border:0px #ff0000 solid; 
	}
	.main_poster {
		width:100%;
	}
	.main_poster img {
		width:100%;
		border-radius:6px;
	}
	
	.main_sec_2_inner {
		width:60%;
		border:0px #ff0000 solid; 
	}
	
	
	.main_sec_1_title {
		font-size:42px;
		font-weight:bold;
		color:#ffffff;
		display:flex;
		justify-content: center;
		align-items: center;
		height:180px;
		background:#7140fc;
		margin-bottom:60px;
		border:0px #0000ff solid;
	}
	.main_sec_1_title p{
		font-size:26px;
		font-weight:bold;
		color:#ffffff;
		margin-top:14px;
		text-align:center;
	}
	
	/* .main_sec_1_txt_1 {
		color:#ffffff;
		font-size:33px;
	}
	.main_sec_1_txt_2 {
		color:#ffffff;
		font-size:40px;
		font-weight:bold;
	}
	.main_sec_1_txt_3 {
		color:#ffffff;
		font-size:20px;
		font-weight:bold;
		margin-top:20px;
	}
	.main_sec_1_txt_4 {
		color:#ffffff;
		font-size:18px;
		margin-top:20px;
	} */
	
	
	
	/* .main_dday_box {
		width:100%;
		margin-bottom:30px;
		border:0px #ff0000 solid;
	}
	
	.main_dday_case {
		background: #faf9f6; 
		border-radius:8px;
		padding:14px;
		margin-top:10px;
	}
	
	.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_ov_txt {
		color:#f3f3f3;
		line-height: 32px;
		font-size:20px;
	}
	
	.main_ov_table_case {
		/* display:flex;
		justify-content: space-between;
		align-items: center; */
		width:100%;
		border:0px #666666 solid;
		border-radius:10px;
		padding:40px;
		margin-top:30px;
		flex-wrap:wrap;		
		background:#11365b;
	}
	
	.main_ov_item {
		display:flex;
		justify-content: space-between;
		align-items: center;
		width:100%;
		padding:14px 0px 14px 0px;
		border-bottom:1px #386089 dashed;
	}
	.main_ov_item_title {
		width:20%;
		text-align:center;
		color:#f3f3f3;
	}
	
	.main_ov_item_desc {
		width:80%;
		text-align:left;
		color:#f3f3f3;
	}
	/* 
	.main_ov_table_case .main_ov_item:last-child{
		border-bottom:none;
	} */
	
	.main_ov_in_table_case {
		/* display:flex;
		justify-content: space-between;
		align-items: center; */
		width:100%;
		border:0px #666666 solid;
		border-radius:10px;
		padding:10px 20px 10px 20px;
		margin-top:20px;
		flex-wrap:wrap;		
		background:#102f4e;
	}
	
	
	.main_ov_in_table_case .main_ov_item {
		display:flex;
		justify-content: space-between;
		align-items: center;
		width:100%;
		padding:8px 0px 8px 0px;
		border-bottom:1px #386089 dashed;
	}
	
	.main_ov_in_table_case .main_ov_item:last-child{
		border-bottom:none;
	}
	.main_ov_in_table_case .main_ov_item_title {
		width:10%;
		text-align:left;
		color:#f3f3f3;
		font-size:14px;
	}
	
	.main_ov_in_table_case .main_ov_item_desc {
		width:90%;
		text-align:left;
		color:#f3f3f3;
		font-size:14px;
	}
	
	.main_ov_button_box {
		margin-top:50px;
		text-align:center;
		border:0px #ff0000 dashed;
	}
	.main_ov_button {
		display:inline-block;
		background:#d55000;
		width:250px;
		text-align: center;
		padding:20px 0 20px 0;
		color:#f3f3f3;
		font-size:24px;
		border-radius:100px;
	}
	.main_ov_button img {
		height:40px;
		margin-right:20px;
	}
	
	/****/
	
	
	.main_sec_2 {
		padding:60px 0 60px 0;
	}
	
	.main_sec_2 .inner {
		width:80%;
		min-width:1270px;
		border:0px #ff0000 solid; 
	}
	
	.main_sec_2_title {
		color:#fbdf00;
		font-size:33px;
		font-weight:bold;
		text-align:center;
	}
	
	.main_sp_case {
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin-top:50px;
		border:0px #ff0000 solid;
	}
	
	.main_speaker_item {
		width:250px;
		margin-bottom:40px;
		/* cursor:pointer; */
		border:0px #ff0000 solid;
	}
	.main_speaker_pic_box {
		width:220px;
		/* height:290px;
		border-radius:300px; */
		height:280px;
		border-radius:10px;
		overflow: hidden;		
	}
	.main_speaker_pic {
		width:220px;
		/* height:290px;
		border-radius:300px; */
		height:280px;
		border-radius:10px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		/* filter:grayscale(100%); */
		filter:grayscale(0%);
	}
	
	.main_speaker_name {
		width:100%;
		text-align: center;
		font-size:18px;
		font-weight:bold;
		color:#ffffff;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	
	.main_speaker_job {
		width:100%;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color:#cccccc;
		margin-top:5px;
		border:0px #666666 solid;
	}
	/****/
	
	
	.main_sec_3 {
		padding:60px 0 60px 0;
	}
	
	.main_sec_3 .inner {
		width:80%;
		min-width:1270px;
		border:0px #ff0000 solid; 
	}
	
	.main_sec_3_title {
		color:#fbdf00;
		font-size:33px;
		font-weight:bold;
		text-align:center;
	}
	
	
	
	
	.main_gigan_box {
		display:flex;
		justify-content: center;
        align-items: center;
		width: 100%;
		margin-top:30px;
		flex-wrap:wrap;
		border:0px #cccccc solid;
	}
	
	.main_spon_logo {
		width:18%;
		height:100px;
		display:flex;
		justify-content: center;
        align-items: center;
		background:#ffffff;
		border-radius:10px;
		margin:0 10px 20px 10px;
	}
	.main_spon_logo img {
		width:70%;
		height:auto;
		max-height:60px;
	}
	
	
	/********/
	.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:80%;
		min-width: 1270px;
		max-width: 100%;
		margin: 0 auto;
	}
	
	/****/
.pagetitle_box{
	text-align: center; 
	padding:50px 0 50px 0px;
	border-bottom:1px #d0d0d0 solid;
	
	}
.pagetitle {
	font-size:40px;	
	font-weight:bold;	
	color:#ffffff;	
	letter-spacing:-1px; 
}	

.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#ffffff;
	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:#e9edee; 
		text-align:center;
	}


	.sub__visual {
    margin-top:80px;
	height: 200px;
	background:#0d2f79 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: 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%;
	
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
		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: #3b98b9;
    color: #ffffff;
	font-weight:bold;
	height: auto;
}

	
/****/

	
.contents {
    padding: 100px 0 80px 0;
}

.contents.d1 {
    padding-top: 30px;
}

.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: 30px;
    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: 0px;
    font-weight:bold;
	word-break: keep-all;
	color:#f3f3f3;
}

.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_soge_case {
	display:flex;
	justify-content:center;
	align-items:center;
	height:200px;
	background:#333333;
}

.i1_soge_case_inner {
	width:80%;
	min-width:1270px;
	border:0px #ff0000 solid;
	display:flex;
	justify-content:left;
}

.i1_soge_inner_1 {
	width:100%;
	border:0px #0000ff solid;
}
.i1_soge_title {
	font-size:42px;
	font-weight:bold;
	color:#f3f3f3;
	text-align:center;
}
/* .i1_soge_txt {
	font-size:20px;
	color:#f3f3f3;
	margin-top:30px;
} */

.i1_sec_1 .txt_big {
	color:#f3f3f3;
	font-size:22px; 
	font-weight:normal;
	letter-spacing:0px;
	line-height:36px;
}

.i1_box {
	display: flex;
	justify-content: space-between;
}

.i1_box_inner {
	width:45%;
}

	.i1_poster {
		width:50%;
		text-align:center;
	}
	.i1_poster img {
		width:420px;
		border-radius:2px;
	}

	.i1_anne_case {
			width:50%;
			border:1px #666666 solid;
			border-radius:8px;
			padding:30px 40px 30px 40px;
	}

	.i1_anne_case .main_ov_in_table_case {
		padding:20px 30px 20px 30px;
	}
	.i1_anne_case .main_ov_item {
		padding:10px 0px 10px 0px;
	}
	.i1_anne_case .main_ov_in_table_case .main_ov_item_title{
		width:20%;
	}
	.i1_anne_case .main_ov_in_table_case .main_ov_item_desc{
		width:80%;
		line-height:24px;
	}

	.i1_anne_txt {
		margin-top:30px;
		margin-bottom:30px;
	}
	.i1_anne_txt_1 {
		font-size:34px;
		font-weight:bold;
		color:#99d1f4;
		text-align:center;
	}
	.i1_anne_txt_2 {
		font-size:24px;
		font-weight:normal;
		color:#53a2d4;
		text-align:center;
		margin-top:10px;
	}
	.i1_info_item {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px #999999 dashed;
		color:#f3f3f3;
	}
	
	.i1_anne_case .i1_info_item:last-child {
		border-bottom:0px #d3d3d3 dashed;
	}
	
	.i1_info_item2 {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:4px;
		padding-bottom:4px;
		border-bottom:1px #cccccc dashed;
		padding-left:20px;
	}
	.i1_info_title {
		width:25%;
		font-size:18px;	
		font-weight:bold;
		text-align:center;
	}
	/* .i1_info_title2 {
		width:80px;	
		font-size:18px;	
	} */
	.i1_info_desc {
		width:75%;	
		font-size:18px;	
	}
	.i1_info_desc img {
		height:30px;
		margin-right:20px;		
	}
	
	.i1_rt_box {
		display: flex;
		justify-content : space-between;
	}
	
	.i1_rt_box_inner {
		width:600px;
		border: 0px #ff0000 solid;
	}
	
	.i1_rt_addr {
		margin-bottom:10px;
		height:30px;
		display: flex;
		align-items: center;
		border: 0px #ff0000 solid;
	}
	
	.i1_rt_addr span {
		font-weight:bold;
		margin-right: 30px;
	}
	.i1_rt_addr_title {
		display: inline-block;
		width:40px;
		height:18px;
		line-height:18px;
		text-align:center;
		border: 1px #999999 solid;
		border-radius:6px;
		color:#999999;
		font-size:11px;
		margin-right:4px;
	}
	
	
	.i1_map {
		border: 1px #cccccc solid;
		border-radius:6px;
	}
	
	.i1_rt_1 {
		border: 1px #cccccc solid;
		border-radius:6px;
		padding:40px 24px 24px 24px;
		position: relative;
		margin-top:40px;
	}
	.i1_rt_title {
		border: 1px #cccccc solid;
		border-radius:6px;
		width:180px;
		text-align:center;
		position: absolute;
		top:-20px;
		left:20px;
		background: #ffffff;
		font-weight: bold;
		font-size:20px;
		padding-top:8px;
		padding-bottom:8px;
	}
	.i1_rt_1_inner div {
		margin-top:8px;
	}
	.i1_rt_1_item {
		
	}
	.i1_rt_1_item span {
		color:#2662e7;
		font-size:18px;
		font-weight: bold;
	}
	.i1_rt_sub {
		margin-top:6px;
		padding-left:10px;
		font-size:16px;
	}
	
	
	
.td_green {
	background: #dcffbc;
}

.p1_sp_name {
	font-weight:bold;
}

	/**/
	
	
.i2_sec_1 {	
	
}

.i2_box {
	display: flex;
	justify-content: space-between;
}


	.i2_inner_1 {
		width:50%;
	}
	
	.i2_map {
		width:90%;
	}
	.i2_map iframe {
		border-radius:8px;
	}

	.i2_anne_case {
			width:50%;
			border:0px #666666 solid;
			border-radius:8px;
			/* padding:30px 40px 30px 40px; */
			padding:0px 0px 0px 40px;
	}
	.i2_anne_1 {
		background:#faf9f6;
		padding:10px 20px 10px 20px;
		border-radius:8px;
	}


	.i2_anne_2 {
		background:#faf9f6;
		padding:10px 20px 10px 20px;
		border-radius:8px;
		margin-top:30px;
	}

	.i2_info_item {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px #cccccc dashed;
		color:#000024;
	}
	
	.i2_anne_case .i2_info_item:last-child {
		border-bottom:0px #d3d3d3 dashed;
	}
	
	.i2_info_item2 {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:4px;
		padding-bottom:4px;
		border-bottom:1px #cccccc dashed;
		padding-left:20px;
	}
	.i2_info_title {
		width:25%;
		font-size:18px;	
		font-weight:bold;
		text-align:center;
	}
	.i2_info_title img {
		height:40px;
	}
	/* .i1_info_title2 {
		width:80px;	
		font-size:18px;	
	} */
	.i2_info_desc {
		width:75%;	
		font-size:18px;	
		line-height:30px;
	}
	/**/
.p1_btn_box {
	display:flex;
	justify-content:space-between;
}

.p1_day {
	width:200px;
	border:2px #ffffff solid;
	border-radius:100px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	height:60px;
	padding:0 10px 0 10px;
	margin-bottom:30px;
}
.p1_day_title {
	width:100%;
	font-size:30px;
	color:#f3f3f3;
	text-align:center;
	border:0px #ff0000 solid;
}

.p1_day_desc {
	width:60%;
	font-size:18px;
	color:#64a8f4;
	text-align:center;
	border:0px #ff0000 solid;
}

.p1_download {
	display:inline-block;
	width:220px;
	background:#6045c6;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items: center;
	height:60px;
	padding:0 10px 0 10px;
	color:#ffffff;
	font-size:18px;
}
.p1_download img {
	height:24px;
	margin-right:10px;
}

.p1_tbl_header {
	display:flex;
	justify-content:space-between;
	background:#666666;
	border-radius:8px;
}
.p1_tbl_header_time {
	width:20%;
	color:#ffffff;
	text-align:center;
	padding:8px 0 8px 0;
}
.p1_tbl_header_gubun {
	width:80%;
	color:#ffffff;
	text-align:center;
	padding:8px 0 8px 0;
}

.p1_tbl_item {
	display:flex;
	justify-content:space-between;
	border:1px #666666 solid;
	border-radius:8px;
	margin:10px 0 10px 0;
}
.p1_tbl_item.morebox {
	background:#030450;
}
.p1_tbl_item .morebox_2 {
	color:#999999 !important;
}
.p1_tbl_item .morebox_3 {
	color:#f155ff !important;
}
.p1_tbl_item_time {
	width:20%;
	color:#ffffff;
	text-align:center;
	padding:10px 0 10px 0;
}
.p1_tbl_item_gubun {
	width:80%;
	color:#ffffff;
	text-align:center;
	padding:8px 0 8px 0;
}

.p1_tbl_item_ssn {
	display:flex;
	justify-content:space-between;
	border:0px #666666 solid;
	border-radius:8px;
	margin:10px 0 10px 0;
	height:100px;
}

.p1_tbl_item_ssn .p1_tbl_item_time {
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px #666666 solid;
	border-right:none;
	border-radius:8px 0 0 8px;
	margin:0px 0 0px 0;
}

.p1_tbl_item_gubun_ssn {
	display:flex;
	justify-content:space-between;
	width:80%;
	color:#ffffff;
	text-align:center;
	padding:0px 0 0px 0;
}

.p1_tbl_item_gubun_ssn_1 {
	width:29%;
	background:#e7d4ff;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-radius:8px;
	color:#333333;
}
.p1_tbl_item_gubun_ssn_2 {
	width:29%;
	background:#ffddea;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-radius:8px;
	color:#333333;
}
.p1_tbl_item_gubun_ssn_3 {
	width:29%;
	background:#e3ffdd;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-radius:8px;
	color:#333333;
}
.p1_tbl_item_gubun_ssn_4 {
	width:9%;
	background:#fffadd;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-radius:8px;
	color:#333333;
}
.p1_tbl_ssn_inner_1 {
	width:15%;
}
.p1_tbl_ssn_inner_2 {
	width:85%;
	border-left:1px #000128 dashed;
}

.p1_tbl_item_gubun_ssn_4 .p1_tbl_ssn_inner_1{
	width:30%;
}
.p1_tbl_item_gubun_ssn_4 .p1_tbl_ssn_inner_2{
	width:70%;
}

.p1_tbl_ssn_inner_2_1 {
	padding:8px 0 8px 0;
	border-bottom:1px #000128 dashed;
}
.p1_tbl_ssn_inner_2_2 {
	color:#2a35a1;
	padding:8px 0 8px 0;
}
.morebox_4 {
	padding:8px 8px 8px 8px;
	text-align:center;
}

/* 
.p1_box {
	display: flex;
	justify-content: space-between;
	border:0px #ff0000 solid;
}


	.p1_inner_1 {
		width:47%;
	}

	.p1_inner_2 {
		width:47%;
	}
	
	.p1_bude {
		display: flex;
		justify-content: space-between;
		margin-top:50px;
	}
	.p1_bude_inner {
		width:47%;
		background:#d9edff;
		color:#224398;
		border-radius:10px;
		padding:20px 0 20px 0;
		display: flex;
		justify-content: center;
		align-items:center;
	}
	.p1_bude_inner .ttl {		
		font-size:18px;
		font-weight:bold;
		text-align:center;
	}
	.p1_bude_inner .jang {		
		font-size:16px;
		text-align:center;
		margin-top:10px;
	} */

/****/

.s1_sec_3 {
	display:flex;
	justify-content: space-between;
}

.s1_sec_3_inner {
	width:31%;
	border: 0px #ffcccc solid;
}

.s1_sel_box {
	text-align:center;
}

.s1_sel {
	display: inline-block;
	width:240px;
	border: 4px #cccccc solid;
	padding:16px 0 16px 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#666666;
}

.s1_sel_on {
	border: 4px #308ee9 solid;
	background:#308ee9 ;
	color:#ffffff;
}

.section__title_s1 {
	/* font-family: 'TmonMonsori'; */
	background:#9f69f8;
    font-size: 22px;
	font-weight:bold;
	color:#ffffff;
	display:inline-block;
	width:auto;
	padding:10px 26px 10px 26px;
	border-radius:10px;
}


	.s1_speaker_box {
		margin:40px 0 40px 0;
		display: flex;
		justify-content: space-around;
		/* align-items: flex-start; */
		flex-wrap:wrap;
		border:0px #ff0000 solid;
		
	}
	
	.s1_speaker_item {
		width:300px;
		margin-bottom:40px;
		cursor:pointer;
		border:0px #ff0000 solid;
	}
	.s1_speaker_pic_box {
		width:290px;
		/* height:290px;
		border-radius:300px; */
		height:380px;
		border-radius:10px;
		overflow: hidden;		
	}
	.s1_speaker_pic {
		width:290px;
		/* height:290px;
		border-radius:300px; */
		height:380px;
		border-radius:10px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		/* filter:grayscale(100%); */
		filter:grayscale(0%);
	}
	
	.s1_speaker_pic:hover  {
			transform:scale(1.1);
			transition: .5s;
			opacity: 1;
			filter:grayscale(0);
		}
	.s1_speaker_pic:not(:hover) {
			transform:scale(1.0);
			transition: .5s;
		}
	.s1_speaker_pic_hover {
		width:290px;
		height:290px;
		border-radius:300px;
		border:1px #ff0000 solid;
		/* background:rgba(38,82,163,0.1); 		 */
		/* text-align: center; */
		background-position: center center; 
		background-size: cover; 
		background-repeat: no-repeat; 
	}
	
	.s1_speaker_gang {
		width:290px;
		font-size:18px;
		letter-spacing:-1px;
		color:#ffffff;
		margin-top:20px;
	}
	
	.s1_speaker_name {
		width:290px;
		text-align: center;
		font-size:18px;
		font-weight:bold;
		color:#ffffff;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	
	.s1_speaker_job {
		width:290px;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color:#cccccc;
		margin-top:5px;
		border:0px #666666 solid;
	}
	.s1_speaker_role {
		width:60px;
		background:#0e7198;
		text-align:center;
		color:#ffffff;
		font-size:14px;
		padding:4px 0 4px 0;
		border-radius:100px;
	}
	.s1_speaker_role.chair {
		background:#c28604 !important;
	}
	/* 세로나열 기획세션용 */
	
	.s1_sec_3_inner .section__title_s1 {
		width:100%;
		text-align:center;
		border-radius:10px 10px 0 0;
		
	}
	
	.s1_sec_3_inner .s1_speaker_box {
		width:100%;
		margin:40px 0 70px 0;
		display: block;
		/* justify-content: space-around; */
		/* align-items: flex-start; */
		/* flex-wrap:wrap; */
		border:0px #ffffff solid;
		
	}
	.s1_ssn_tema {
		background:#f3f3f3;
		color:#333333;
		padding:6px 0 6px 0;
		text-align:center;
		border-radius: 0 0 10px 10px;
	}
	
	.s1_sec_3_inner .s1_speaker_item {
		width:100% !important;
		display:flex;
		justify-content:space-between;
		margin-bottom:40px;
		cursor:pointer;
		border:0px #ffffff solid;
		
	}
	.s1_sec_3_inner .s1_speaker_pic_box {
		width:200px;
		height:250px;
		border-radius:10px;
		overflow: hidden;		
		border:0px #0000ff solid;
	}
	
	
	.s1_sec_3_inner .s1_speaker_pic {
		width:200px;
		height:250px;
		border-radius:10px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		/* filter:grayscale(100%); */
		filter:grayscale(0%);
	}
	
	.s1_sec_3_inner .s1_speaker_info_box {
		width:250px;
		padding-left:20px;
		border:0px #0000ff solid;
	}
	
	
	.s1_sec_3_inner .s1_speaker_gang {
		width:100%;
		font-size:18px;
		letter-spacing:0.5px;
		color:#9ce3ff;
		text-align: left;
		margin-top:20px;
	}
	
	.s1_sec_3_inner .s1_speaker_name {
		width:100%;
		text-align: left;
		font-size:18px;
		font-weight:bold;
		color:#ffffff;
		margin-top:20px;
		letter-spacing:0.5px;
		border:0px #ff0000 solid;
	}
	
	.s1_sec_3_inner .s1_speaker_job {
		width:100%;
		text-align: left;
		font-size:16px;
		font-weight:normal;
		color:#cccccc;
		margin-top:5px;
		border:0px #666666 solid;
	}
	
	/* //세로나열 기획세션용 */

.modal {
	min-width:800px !important;
}

	.s1_modal_who {
		position:relative;
	}
	.s1_modal_pic {
		width:54px;
		height:54px;
		border-radius:60px;
		border:1px #cccccc solid;
		
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		
		position:absolute;
		top:6px;
		left:0;
	}

	.s1_modal_inner {
		max-height:600px !important;
		overflow-y:auto;
	}
	
	.s1_modal_inner::-webkit-scrollbar {
		width: 3px;
	}
	.s1_modal_inner::-webkit-scrollbar-track {
		background-color: #ffffff;
	}
	.s1_modal_inner::-webkit-scrollbar-thumb { 
		background-color: #cccccc;
	}
	.s1_modal_inner::-webkit-scrollbar-button {
		display: none;
	}

/**/

.d1_down_box {
	background:#faf9f6;
	display:flex;
	align-items: center;
	justify-content: center;
	height:80px;
	border-radius:10px;
	
}
.d1_down_box span {
	font-size:24px;
}
.d1_down_box a{
	margin-left:30px;
}
.d1_sec_1 {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top:60px;
}

.d1_list_box_case {	
	margin-bottom:80px;
	border:1px #cccccc solid;
	border-radius:6px;
	padding:60px 0 40px 0;
	position:relative;
	width:49%;
}

.d1_list_box_case.on {	
	border:1px #2662e7 solid;
}

.d1_list_box_title {
	position: absolute;
	width:400px;
	top:-30px;
	left:50%;
	margin-left:-200px;
	border:1px #cccccc solid;
	border-radius: 100px;
	text-align: center;
	font-size:28px;
	padding:8px 0 8px 0;
	background: #ffffff;
	color:#cccccc;
}
.d1_list_box_title.on {	
	border:1px #2662e7 solid;
	color:#2662e7;
}

.d1_list_box {
	/* display: flex;
	justify-content: space-between; */
	width:600px;
	margin:0 auto 0 auto;
}

.d1_thm {
	width:400px;
	height:225px;
	border-radius:4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin:0 auto 0 auto;
	/* cursor:pointer; */
	position: relative;
	filter:grayscale(0%);
}
	 /* .d1_thm:hover  {
			transform:scale(1.00);
			transition: .5s;
			opacity: 1;
			filter:grayscale(80%);
		}
	.d1_thm:not(:hover) {
			transform:scale(1.0);
			transition: .5s;
		}  */
		
	.hover-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(255, 255, 255, 0.9);
            color: #333;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            opacity: 0.7;
            transition: opacity 0.3s ease-in-out;
            backdrop-filter: blur(5px);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }	
		
	.d1_thm:hover .hover-button {
            opacity: 1;
        }	
	.hover-button:hover {
            background-color: rgba(255, 255, 255, 1);
            transform: translate(-50%, -50%) scale(1.05);
            transition: all 0.2s ease;
        }	
		

.d1_desc {
	width:450px;
	margin:30px auto 0 auto;
}

.d1_desc_title {
	font-size:22px;
	color:#000000;
	font-weight: bold;
	margin-bottom: 20px;
	text-align:center;
	
}
.d1_desc_linkbutton {
	border:1px #cccccc solid;
	border-radius:4px;
	font-size:14px;
	color:#666666;
	display:flex;
	align-items: center;
	padding:0 6px 0 6px;
	cursor:pointer;
}

.hover-button img {
	height:16px;
	margin-right:10px;
}

.d1_desc_desc {
	display: flex;
	justify-content: space-between;
	margin-bottom:4px;
}
.d1_desc_desc_title {
	width: 100px;
	font-weight:bold;
}
.d1_desc_desc_desc {
	width: 350px;
	text-align: left;
}
.d1_desc_desc_desc img {
	height: 20px;
	margin-right:20px;
}

/**/

.r1_sec_1 {
	width:1000px;
	margin:0 auto 0 auto;
}

.r1_post_sec_1 {
	width: 1000px;
	margin:0 auto 0 auto;
}

.r1_post_anne {
	width: 1000px;
	margin:0 auto 0 auto;
	text-align:center;
	font-size:24px;
	padding:60px 20px 60px 20px;
	border:1px #cccccc solid;
	border-radius: 6px;
	color:#f3f3f3;
}

.r1_sec_2_step {
		
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:1000px;
	height:auto;
	padding:0;
	margin:0 auto 0 auto;
}

.r1_step_box_case {
	/* width:30%; */
	width:47%;
}

.r1_step_box {
	/* width:30%; */
	width:100%;
	border: 3px #d301d2 solid;
    border-radius: 8px;
	background:#6e0b6e;
}

		
.r1_step_box_title {
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
    background-color:#d301d2;
	padding:14px 0 14px 0;
	background-position:20px center;
	background-repeat: no-repeat;
	background-size:7%;
	text-align:center;
	margin-bottom:0px;
}		


.r1_sec_2_step .r1_step_box_case:nth-child(1) .r1_step_box_title {	
    background-image:url('../images_icon/icon_r1_2_w.png'); 
}	

/* .r1_sec_2_step .r1_step_box_case:nth-child(2) .r1_step_box_title  {	
    background-image:url('../images_icon/icon_r1_3_w.png'); 
	background-color:#0cb96e;
} */	
.r1_sec_2_step .r1_step_box_case:nth-child(2) .r1_step_box_title  {	
    background-image:url('../images_icon/icon_r1_1_w.png'); 
	background-color:#009bff;
}	

/* .r1_sec_2_step .r1_step_box_case:nth-child(2) .r1_step_box {	
	border: 3px #0cb96e solid !important;
	background:#045733;
} */	
.r1_sec_2_step .r1_step_box_case:nth-child(2) .r1_step_box{	 
	border: 3px #009bff solid !important;
	background:#0d4061;
}	

.r1_sec_2_step .r1_step_box_case:nth-child(1) .button_download {	
	border: 1px #d301d2 solid !important;
	margin-top:20px;
}	

/* .r1_sec_2_step .r1_step_box_case:nth-child(2) .button_download {	
	border: 1px #045733 solid !important;
	margin-top:20px;
} */	
/* .r1_sec_2_step .r1_step_box_case:nth-child(3) .button_download{	 
	border: 1px #009bff solid !important;
}	 */




.r1_step_txt {
	text-align: center;
	/* padding:14px 0 14px 0; */
	height:150px;
	font-size:20px;
	color:#ffffff;
	display:flex;
	justify-content:center;
	align-items:center;
}
.r1_step_arr {	
	text-align: center;
	padding:4px 0 4px 0;
}

/**/

.r2_in_td {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.r2_in_td_inner {
	width:49%;
}
.r2_in_td_inner div {
	margin-bottom:10px;
}
.r2_in_td_inner div:last-child {
	margin-bottom:0px;
}

.r2_in_td_item {
	width:100%;
	margin-bottom:13px;
}

.r2_in_td_item:last-child {
	margin-bottom:0px;
}

.r2_in_td_item_desc {
	padding-top:5px;
	padding-left:25px;
	font-size:16px;
	line-height:22px;
	color:#7ca3fe;
	letter-spacing:0px;
}
.r2_in_td_item_desc span {
	color:#b3c9fc;
}
.r2_login_box {
	width: 800px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:60px 20px 60px 20px;
	border:1px #cccccc solid;
	border-radius: 6px;
}

.r2_login_box_inner {
	width:500px;
	margin:0 auto 0 auto;
}

.r2_login_title {
	color:#666666;
	text-align: left;
	font-size:14px;
	margin-bottom:6px;
}
.r2_hp_box {
	display: flex;
	justify-content:space-between;
}

.login_login_button {
	display:block; 
	background:#333333; 
	color:#ffffff; 
	font-size:18px; 
	line-height:50px; 
	text-align:center; 
	border-radius:6px;
} 
/**/
	
	.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;
	}
	
	/**/
	
	/****/
	
	
	
	

.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:1000px;
	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 #666666 solid; 
	border-radius:8px;
	color:#f3f3f3;
}
.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{ background:#000028; }
    #wrap .wrap{}

    #header{
		position: fixed;
		top:0;left:0;
		width:100%;
		z-index: 101;
		transition: all 0.3s;		
		border-bottom:1px #162144 solid;
		background: #162144;
		}
    #header.fixed{
		position:fixed;
		background: #162144;
		}
    #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:30px;
		}
    #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.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: 170px;
		border-bottom:0px #86bd24 solid; 
		margin-top:60px;
		}
    #container .visual .slider{
		position: relative;
		z-index: 1;
		height: 170px;
		overflow: hidden;
		background-color:#f1f6ce;
		}
		
    /* #container .visual .slider .swiper-slide{
		background-color:#ffffff; 
		border:0px #ff0000 solid;
		} */
		
	#container .visual .slider .swiper-slide{
		width:100%;
		margin:0 auto 0 auto;
		background-position:center center ; 
		background-repeat:no-repeat;	
		background-size:cover;
		}
	
	/*
	.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;
		} */
	
	
	
    /* #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;}
 */
 
 
 
        .video-background-container {
            margin: 0;
            padding: 0;
            position: relative; 
            width: 100vw; 
            width: 100%;
            height: 100vh; 
			/* height:300px; */
            overflow: hidden; 
            background-color: #152244;
            border:0px #0000ff solid;
        }
	
        .video-background {
            position: absolute;
            top: 0;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            width: 100%;
            height: auto;
			/* height:300px; */
            z-index: -1; 
            transform: translateX(-50%); 
            object-fit: cover; 
            /* filter: brightness(0.6); /* 비디오 밝기*/
            overflow: hidden; 
            border:0px #ff0000 solid;
            margin-top:0px;
            z-index:1;
        }
	
        .main_visual_txt {
            position: relative;
            z-index: 1; 
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%; 
            background-color: rgba(0, 0, 0, 0.0); /* 가독성용 배경 오버레이 */
            padding: 20px;
            box-sizing: border-box;
			width:100%;
			margin:0px auto 0 auto;
			
        }
	
	.main_visual_txt_inner {
		margin-top:0px;
		border:0px #ff0000 solid;
	}
	.main_visual_txt_1 {
		
	}
	
	.main_visual_txt_1 img {
		height:50px;
	}
	.main_visual_txt_2 {
		margin-top:30px;
	}
	.main_visual_txt_2 img {
		height:90px;
	}
	.main_visual_txt_3 {
		margin-top:56px;
	}
	.main_visual_txt_3 img{
		height:34px;
	}
	
	.main_visual_txt_4{
		position:absolute;		
		bottom:30px;
		left:50%;
		transform: translateX(-50%); 
		width:600px;
		
	}
	.main_visual_txt_4 img:first-child{
		height:32px;
		margin-right:30px;
	}
	
	.main_visual_txt_4 img:last-child{
		height:28px;
	}
	
 
 
    /****/
    #footer{
		background:#000000;
		padding: 30px 0;
		text-align: CENTER; 
		border-top:0px #cccccc solid;
		}
    #footer .inner {
		width:100%;
		min-width:340px;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.footer_box_1 {
		width:100%;
		text-align:center;
	}
	.footer_box_1 img{
		height:30px;
	}
	
	.footer_box_2 {
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	
	.footer_box_3 {
		width:15%;
		text-align:right;
	}
	
	.footer_box_3  img{
		height:36px;
	}
	
	.footer_txt_1 {
		color:#ffffff;
		font-size:16px;
	}
	.footer_txt_2 {
		color:#ffffff;
		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;
		/* 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_sec_1_inner {
		width:100%;
		/* background:#222222;
		border-radius:6px; */
		border:0px #ff0000 solid; 
	}
	.main_poster {
		width:100%;
		text-align:center;
	}
	
	.main_poster img {
		width:300px;
		border-radius:6px;
	}
	
	
	.main_sec_2_inner {
		width:100%;
		border:0px #ff0000 solid; 
	}
	
	
	.main_sec_1_title {
		font-size:30px;
		font-weight:bold;
		color:#ffffff;
		display:flex;
		justify-content: center;
		align-items: center;
		height:180px;
		background:#7140fc;
		margin-bottom:30px;
		border:0px #0000ff solid;
	}
	.main_sec_1_title div{
		text-align:center;
	}
	.main_sec_1_title p{
		font-size:26px;
		font-weight:bold;
		color:#ffffff;
		margin-top:14px;
		text-align:center;
	}
	
	.main_ov_txt {
		color:#f3f3f3;
		line-height: 32px;
		font-size:18px;
		margin-top:30px;
	}
	
	.main_ov_table_case {
		/* display:flex;
		justify-content: space-between;
		align-items: center; */
		width:100%;
		border:0px #666666 solid;
		border-radius:10px;
		padding:10px 20px 10px 20px;
		margin-top:30px;
		flex-wrap:wrap;		
		background:#11365b;
	}
	
	.main_ov_item {
		display:flex;
		justify-content: space-between;
		align-items: center;
		width:100%;
		padding:14px 0px 14px 0px;
		flex-wrap:wrap;
		border-bottom:1px #386089 dashed;
	}
	.main_ov_item_title {
		width:100%;
		text-align:left;
		color:#f3f3f3;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	.main_ov_item_desc {
		width:100%;
		text-align:left;
		color:#f3f3f3;
	}
	
	
	.main_ov_in_table_case {
		/* display:flex;
		justify-content: space-between;
		align-items: center; */
		width:100%;
		border:0px #666666 solid;
		border-radius:10px;
		padding:10px 20px 10px 20px;
		margin-top:20px;
		flex-wrap:wrap;		
		background:#102f4e;
	}
	
	
	.main_ov_in_table_case .main_ov_item {
		display:flex;
		justify-content: space-between;
		align-items: center;
		width:100%;
		padding:8px 0px 8px 0px;
		border-bottom:1px #386089 dashed;
		flex-wrap:wrap;
	}
	
	.main_ov_in_table_case .main_ov_item:last-child{
		border-bottom:none;
	}
	.main_ov_in_table_case .main_ov_item_title {
		width:100%;
		text-align:left;
		color:#f3f3f3;
		font-size:14px;
	}
	
	.main_ov_in_table_case .main_ov_item_desc {
		width:100%;
		text-align:left;
		color:#f3f3f3;
		font-size:14px;
	}
	
	.main_ov_button_box {
		margin-top:30px;
		margin-bottom:20px;
		text-align:center;
		border:0px #ff0000 dashed;
	}
	.main_ov_button {
		display:inline-block;
		background:#d55000;
		width:250px;
		text-align: center;
		padding:20px 0 20px 0;
		color:#f3f3f3;
		font-size:24px;
		border-radius:100px;
	}
	.main_ov_button img {
		height:40px;
		margin-right:20px;
	}
	
	
	/****/
	
	.main_sec_2 {
		padding:0px 0 30px 0;
	}
	
	.main_sec_2 .inner {
		width:100%;
		min-width:320px;
		border:0px #ff0000 solid; 
	}
	
	.main_sec_2_title {
		color:#fbdf00;
		font-size:33px;
		font-weight:bold;
		text-align:center;
	}
	
	.main_sp_case {
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		margin-top:30px;
		border:0px #ff0000 solid;
	}
	
	.main_speaker_item {
		width:100%;
		margin:0 auto 40px auto;
		/* cursor:pointer; */
		border:0px #ff0000 solid;
	}
	.main_speaker_pic_box {
		width:300px;
		/* height:290px;
		border-radius:300px; */
		height:350px;
		border-radius:10px;
		overflow: hidden;				
		margin:0 auto 0px auto;
	}
	.main_speaker_pic {
		width:300px;
		/* height:290px;
		border-radius:300px; */
		height:350px;
		border-radius:10px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		/* filter:grayscale(100%); */
		filter:grayscale(0%);
	}
	
	.main_speaker_name {
		width:100%;
		text-align: center;
		font-size:20px;
		font-weight:bold;
		color:#ffffff;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	
	.main_speaker_job {
		width:100%;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color:#cccccc;
		margin-top:5px;
		border:0px #666666 solid;
	}
	
	
	
	/* 
	.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;
		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 {
		padding:0px 0 40px 0;
	}
	
	.main_sec_3 .inner {
		width:100%;
		min-width:340px;
		border:0px #ff0000 solid; 
	}
	
	.main_sec_3_title {
		color:#fbdf00;
		font-size:33px;
		font-weight:bold;
		text-align:center;
	}
	
	
	
	
	.main_gigan_box {
		display:flex;
		justify-content: center;
        align-items: center;
		width: 100%;
		margin-top:10px;
		flex-wrap:wrap;
		border:0px #cccccc solid;
	}
	
	.main_spon_logo {
		width:300px;
		height:80px;
		display:flex;
		justify-content: center;
        align-items: center;
		background:#ffffff;
		border-radius:10px;
		margin:0 10px 20px 10px;
	}
	.main_spon_logo img {
		width:60%;
		height:auto;
		max-height:60px;
	}
	
	
	
	
	
	
	/****/
	
	
	
	/* .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;
}
	
.contents.d1 {
    padding-top: 20px;
}
	.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:#9ed4ff;	 
		text-align:center;
	}

	.snb__list {
		display:none;
	}
	
.section__nth {
	margin-top:40px !important;
}

.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_soge_case {
	display:flex;
	justify-content:center;
	align-items:center;
	height:auto;
	background:#333333;
	padding:30px 0 30px;
}

.i1_soge_case_inner {
	width:100%;
	min-width:340px;
	border:0px #ff0000 solid;
	display:flex;
	justify-content:center;
}

.i1_soge_inner_1 {
	width:100%;
	border:0px #0000ff solid;
}
.i1_soge_title {
	font-size:30px;
	font-weight:bold;
	color:#f3f3f3;
	text-align:center;
}






.i1_box {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.i1_box_inner {
	width:100%;
}

	.i1_poster {
		width:100%;
		text-align:center;
	}
	.i1_poster img {
		width:300px;
		border-radius:4px;
	}

	.i1_anne_case {
			width:100%;
			border:1px #666666 solid;
			border-radius:8px;
			padding:30px 20px 30px 20px;
			margin-top:30px;
	}

	.i1_anne_case .main_ov_in_table_case {
		padding:20px 30px 20px 30px;
	}
	.i1_anne_case .main_ov_item {
		padding:10px 0px 10px 0px;
	}
	.i1_anne_case .main_ov_in_table_case .main_ov_item_title{
		width:20%;
	}
	.i1_anne_case .main_ov_in_table_case .main_ov_item_desc{
		width:80%;
		line-height:24px;
	}

	.i1_anne_txt {
		margin-top:10px;
		margin-bottom:30px;
	}
	.i1_anne_txt_1 {
		font-size:28px;
		font-weight:bold;
		color:#99d1f4;
		text-align:center;
	}
	.i1_anne_txt_2 {
		font-size:24px;
		font-weight:normal;
		color:#53a2d4;
		text-align:center;
		margin-top:10px;
	}
	.i1_info_item {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px #999999 dashed;
		color:#f3f3f3;
	}
	
	.i1_anne_case .i1_info_item:last-child {
		border-bottom:0px #d3d3d3 dashed;
	}
	
	.i1_info_item2 {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:4px;
		padding-bottom:4px;
		border-bottom:1px #cccccc dashed;
		padding-left:20px;
	}
	.i1_info_title {
		width:100%;
		font-size:18px;	
		font-weight:bold;
		text-align:left;
	}
	/* .i1_info_title2 {
		width:80px;	
		font-size:18px;	
	} */
	.i1_info_desc {
		width:100%;	
		font-size:18px;	
	}
	.i1_info_desc img {
		height:30px;
		margin-right:20px;		
	}
	
	.i1_rt_box {
		display: flex;
		justify-content : space-between;
	}
	
	.i1_rt_box_inner {
		width:600px;
		border: 0px #ff0000 solid;
	}
	
	.i1_rt_addr {
		margin-bottom:10px;
		height:30px;
		display: flex;
		align-items: center;
		border: 0px #ff0000 solid;
	}
	
	.i1_rt_addr span {
		font-weight:bold;
		margin-right: 30px;
	}
	.i1_rt_addr_title {
		display: inline-block;
		width:40px;
		height:18px;
		line-height:18px;
		text-align:center;
		border: 1px #999999 solid;
		border-radius:6px;
		color:#999999;
		font-size:11px;
		margin-right:4px;
	}
	
	
	
	
	.i1_map {
		border: 1px #cccccc solid;
		border-radius:6px;
	}
	
	.i1_rt_1 {
		border: 1px #cccccc solid;
		border-radius:6px;
		padding:40px 24px 24px 24px;
		position: relative;
		margin-top:40px;
	}
	.i1_rt_title {
		border: 1px #cccccc solid;
		border-radius:6px;
		width:180px;
		text-align:center;
		position: absolute;
		top:-20px;
		left:20px;
		background: #ffffff;
		font-weight: bold;
		font-size:20px;
		padding-top:8px;
		padding-bottom:8px;
	}
	.i1_rt_1_inner div {
		margin-top:8px;
	}
	.i1_rt_1_item {
		
	}
	.i1_rt_1_item span {
		color:#2662e7;
		font-size:18px;
		font-weight: bold;
	}
	.i1_rt_sub {
		margin-top:6px;
		padding-left:10px;
		font-size:16px;
	}
	
	/****/
	
	
.p1_btn_box {
	display:flex;
	justify-content:space-between;
}

.p1_day {
	width:200px;
	border:2px #ffffff solid;
	border-radius:100px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	height:auto;
	padding:10px 10px 10px 10px;
	margin-bottom:30px;
	flex-wrap:wrap;
}
.p1_day_title {
	width:100%;
	font-size:26px;
	color:#f3f3f3;
	text-align:center;
	border:0px #ff0000 solid;
}

.p1_day_desc {
	width:100%;
	font-size:18px;
	color:#64a8f4;
	text-align:center;
	border:0px #ff0000 solid;
}

.p1_download {
	display:inline-block;
	width:150px;
	background:#6045c6;
	border-radius:10px;
	/* display:flex;
	justify-content:center;
	align-items: center; */
	height:86px;
	padding:16px 10px 0px 10px;
	color:#ffffff;
	font-size:16px;
	text-align: center;
}
.p1_download img {
	height:24px;
	margin-right:0px;
	margin-bottom:5px;
}

	/* 
.table_case_r .hd_r {
	background:#f3f3f3;
	color:#000000;
	text-align: center !important;
	padding-top:16px;
	padding-bottom:16px;
}
.table_case_r td {
	font-size:16px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:8px 8px 8px 16px;
	text-align: left;
}
	
	
.td_green {
	background: #dcffbc;
}

.table_case_r .input_width {
	width:90%  !important;
}

.mmm {
	margin-left:0 !important;
}
.mmm2 {
	margin-top:10px!important
}
.mmm3.width_20 {
	width:90%  !important;
}
.mmm3.width_45 {
	width:90%  !important;
}
.hd_r .txt_small {
	margin-top:10px;
	line-height:16px;
}
.table_case_r td .con_box_3_incell{
	margin-bottom:10px !important;
}	
.table_case_r td .con_box_3_incell:last-child {
	margin-bottom:0px !important;
}	
	 */
	
	/**/

.set_center img {
	width:100%;
}

/**/

.i1_sec_2 {
	margin-top:0px;
}

.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 {	
	
}

	/**/

/****/

.s1_sec_3 {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.s1_sec_3_inner {
	width:100%;
	border: 0px #ffcccc solid;
}

.s1_sel_box {
	text-align:center;
}

.s1_sel {
	display: inline-block;
	width:240px;
	border: 4px #cccccc solid;
	padding:16px 0 16px 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#666666;
}

.s1_sel_on {
	border: 4px #308ee9 solid;
	background:#308ee9 ;
	color:#ffffff;
}

.section__title_s1 {
	/* font-family: 'TmonMonsori'; */
	background:#9f69f8;
    font-size: 22px;
	font-weight:bold;
	color:#ffffff;
	display:inline-block;
	width:auto;
	padding:10px 26px 10px 26px;
	border-radius:10px;
}


	.s1_speaker_box {
		margin:40px 0 40px 0;
		display: flex;
		justify-content: space-around;
		/* align-items: flex-start; */
		flex-wrap:wrap;
		border:0px #ff0000 solid;
		
	}
	
	.s1_speaker_item {
		width:300px;
		margin-bottom:40px;
		cursor:pointer;
		border:0px #ff0000 solid;
	}
	.s1_speaker_pic_box {
		width:290px;
		/* height:290px;
		border-radius:300px; */
		height:380px;
		border-radius:10px;
		overflow: hidden;		
	}
	.s1_speaker_pic {
		width:290px;
		/* height:290px;
		border-radius:300px; */
		height:380px;
		border-radius:10px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		/* filter:grayscale(100%); */
		filter:grayscale(0%);
	}
	
	.s1_speaker_pic:hover  {
			transform:scale(1.1);
			transition: .5s;
			opacity: 1;
			filter:grayscale(0);
		}
	.s1_speaker_pic:not(:hover) {
			transform:scale(1.0);
			transition: .5s;
		}
	.s1_speaker_pic_hover {
		width:290px;
		height:290px;
		border-radius:300px;
		border:1px #ff0000 solid;
		/* background:rgba(38,82,163,0.1); 		 */
		/* text-align: center; */
		background-position: center center; 
		background-size: cover; 
		background-repeat: no-repeat; 
	}
	
	.s1_speaker_gang {
		width:290px;
		font-size:18px;
		letter-spacing:-1px;
		color:#ffffff;
		margin-top:20px;
	}
	
	.s1_speaker_name {
		width:290px;
		text-align: center;
		font-size:18px;
		font-weight:bold;
		color:#ffffff;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	
	.s1_speaker_job {
		width:290px;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color:#cccccc;
		margin-top:5px;
		border:0px #666666 solid;
	}
	.s1_speaker_role {
		width:80px;
		background:#0e7198;
		text-align:center;
		color:#ffffff;
		font-size:16px;
		padding:4px 0 4px 0;
		border-radius:100px;
		margin:20px auto 0 auto;
	}
	.s1_speaker_role.chair {
		background:#c28604 !important;
	}
	/* 세로나열 기획세션용 */
	
	.s1_sec_3_inner .section__title_s1 {
		width:100%;
		text-align:center;
		border-radius:10px 10px 0 0;
		
	}
	
	.s1_sec_3_inner .s1_speaker_box {
		width:100%;
		margin:40px 0 70px 0;
		display: block;
		/* justify-content: space-around; */
		/* align-items: flex-start; */
		/* flex-wrap:wrap; */
		border:0px #ffffff solid;
		
	}
	.s1_ssn_tema {
		background:#f3f3f3;
		color:#333333;
		padding:6px 0 6px 0;
		text-align:center;
		border-radius: 0 0 10px 10px;
	}
	
	.s1_sec_3_inner .s1_speaker_item {
		width:100% !important;
		display:flex;
		justify-content:space-between;
		margin-bottom:40px;
		cursor:pointer;
		border:0px #ffffff solid;
		flex-wrap:wrap;
	}
	.s1_sec_3_inner .s1_speaker_pic_box {
		width:100%;
		height:400px;
		border-radius:10px;
		overflow: hidden;		
		border:0px #0000ff solid;
	}
	
	
	.s1_sec_3_inner .s1_speaker_pic {
		width:300px;
		height:400px;
		border-radius:10px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		/* filter:grayscale(100%); */
		filter:grayscale(0%);
	}
	
	.s1_sec_3_inner .s1_speaker_info_box {
		width:100%;
		padding-left:0px;
		padding-top:2px;
		border:0px #0000ff solid;
		text-align:center;
	}
	
	
	.s1_sec_3_inner .s1_speaker_gang {
		width:100%;
		font-size:18px;
		letter-spacing:0.5px;
		color:#9ce3ff;
		text-align: center;
		margin-top:20px;
	}
	
	.s1_sec_3_inner .s1_speaker_name {
		width:100%;
		text-align: center;
		font-size:18px;
		font-weight:bold;
		color:#ffffff;
		margin-top:20px;
		letter-spacing:0.5px;
		border:0px #ff0000 solid;
	}
	
	.s1_sec_3_inner .s1_speaker_job {
		width:100%;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color:#cccccc;
		margin-top:5px;
		border:0px #666666 solid;
	}
	
	/* //세로나열 기획세션용 */

.modal {
	min-width:100% !important;
	margin-top:60px;
}

.s1_modal {	
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
}

	.s1_modal_who {
		position:relative;
		width:200px;
		margin: 0 auto 0 auto;
	}
	.s1_modal_pic {
		width:200px;
		height:200px;
		border-radius:200px;
		border:1px #cccccc solid;
		
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		
		margin: 0 auto 0 auto;
		
		/* position:absolute;
		top:6px;
		left:0; */
	}

	.s1_modal_desc {		
		padding-left:10px;
	}

	.s1_modal_inner {
		max-height:200px !important;
		overflow-y:auto;
		margin-top:30px;
	}
	
	.s1_modal_inner::-webkit-scrollbar {
		width: 3px;
	}
	.s1_modal_inner::-webkit-scrollbar-track {
		background-color: #ffffff;
	}
	.s1_modal_inner::-webkit-scrollbar-thumb { 
		background-color: #cccccc;
	}
	.s1_modal_inner::-webkit-scrollbar-button {
		display: none;
	}
	
	.s1_modal_name {
		font-size:24px;
		font-weight:bold;
		text-align: center;
	}
	.s1_modal_aff {
		font-size:16px;
		margin-top:0px;
		color:#999999;
		text-align: center;
	}
	
	.s1_modal_cham {
		font-size:16px;
		padding:20px 0 10px 0;
		border-bottom:1px #cccccc solid;
	}
	.s1_modal_cham_ssn {
		padding:20px 0 10px 0;
		font-size:18px;
		font-weight:bold;
		border-bottom:1px #cccccc solid;
	}
	
	.s1_pt_title {
		margin-top:6px;
		background:#faf9f6;
		padding:10px;
		border-radius:6px;
		color:#0f95cc;
	}
/**/

.d1_down_box {
	background:#faf9f6;
	display:block;
	align-items: center;
	justify-content: center;
	height:auto;
	border-radius:10px;
	text-align:center;
	padding-top:14px;
	padding-bottom:14px;
}
.d1_down_box span {
	font-size:22px;
	display:block;
	margin-bottom:12px;
}
.d1_down_box a{
	margin-left:0px;
}
.d1_sec_1 {
	margin-top:50px;
}

.d1_list_box_case {	
	margin-bottom:80px;
	border:1px #cccccc solid;
	border-radius:6px;
	padding:50px 0 40px 0;
	position:relative;
}

.d1_list_box_case.on {	
	border:1px #2662e7 solid;
}

.d1_list_box_title {
	position: absolute;
	width:330px;
	top:-30px;
	left:50%;
	margin-left:-165px;
	border:1px #cccccc solid;
	border-radius: 100px;
	text-align: center;
	font-size:22px;
	padding:8px 0 8px 0;
	background: #ffffff;
	color:#cccccc;
}
.d1_list_box_title.on {	
	border:1px #2662e7 solid;
	color:#2662e7;
}

.d1_list_box {
	display: flex;
	justify-content: space-between;
	width:300px;
	margin:0 auto 0 auto;
	flex-wrap:wrap;
}

.d1_thm {
	width:330px;
	height:186px;
	border-radius:4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	/* cursor:pointer; */
	position: relative;
	filter:grayscale(0%);
}
	 /* .d1_thm:hover  {
			transform:scale(1.00);
			transition: .5s;
			opacity: 1;
			filter:grayscale(80%);
		}
	.d1_thm:not(:hover) {
			transform:scale(1.0);
			transition: .5s;
		}  */
		
	.hover-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(255, 255, 255, 0.9);
            color: #333;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            opacity: 0.7;
            transition: opacity 0.3s ease-in-out;
            backdrop-filter: blur(5px);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }	
		
	.d1_thm:hover .hover-button {
            opacity: 1;
        }	
	.hover-button:hover {
            background-color: rgba(255, 255, 255, 1);
            transform: translate(-50%, -50%) scale(1.05);
            transition: all 0.2s ease;
        }	
		

.d1_desc {
	width:330px;
	margin-top: 30px;
}

.d1_desc_title {
	font-size:22px;
	color:#000000;
	font-weight: bold;
	margin-bottom: 20px;
}
.d1_desc_linkbutton {
	border:1px #cccccc solid;
	border-radius:4px;
	font-size:14px;
	color:#666666;
	display:flex;
	align-items: center;
	padding:0 6px 0 6px;
	cursor:pointer;
}

.hover-button img {
	height:16px;
	margin-right:10px;
}

.d1_desc_desc {
	display: flex;
	justify-content: space-between;
	margin-bottom:4px;
}
.d1_desc_desc_title {
	width: 70px;
	font-weight:bold;
	font-size:16px;
}
.d1_desc_desc_desc {
	width: 270px;
	text-align: left;
	font-size:16px;
}
.d1_desc_desc_desc img {
	height: 20px;
	margin-right:20px;
}

/**/

.r2_login_box {
	width: 330px;
	margin:0 auto 0 auto;
	text-align:center;
	padding:20px 0px 20px 0px;
	border:1px #cccccc solid;
	border-radius: 6px;
}

.r2_login_box_inner {
	width:300px;
	margin:0 auto 0 auto;
	border:0px #ff0000 solid;
}

.r2_login_title {
	color:#666666;
	text-align: left;
	font-size:14px;
	margin-bottom:6px;
}
.r2_hp_box {
	display: flex;
	justify-content:space-between;
}

.login_login_button {
	display:block; 
	background:#333333; 
	color:#ffffff; 
	font-size:18px; 
	line-height:50px; 
	text-align:center; 
	border-radius:6px;
	
} 

.r2_login_box_inner .width_100 {
	width:90% !important;
}

/**/


.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:16px; 
	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:40%; 
	margin:0 auto 0 auto;
	}

.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 **********************************************************/



.modal_alert {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  display: flex; justify-content: center; align-items: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal_alert.show {
  opacity: 1;
  pointer-events: auto;
}

.modal_alert-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  
  width: 90%;          
  max-width: 400px;    
  box-sizing: border-box;
  font-size:16px;

}

.modal_alert.show .modal_alert-content {
  transform: translateY(0);
  opacity: 1;
}

.modal_alert button {
	border:1px #333333 solid;
	border-radius: 6px;
	padding: 6px 10px 6px 10px;
	background:#ffffff;
	margin-top:14px;
}
/****/

/****/
	
	
.table_case {
	
}

.table_case .hd {
	background:#5d5d5d;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px 0px 10px 0px;
	text-align: center !important;
	font-weight:bold;
}

.table_case .hd_sub {
	background:#d9edff;
	color:#000000;
	padding:10px 0px 10px 0px;
	text-align: center !important;
}

.table_case .hd_sub_sky {
	background:#d9edff;
	color:#000000;
	padding:10px 0px 10px 0px;
	text-align: center !important;
}
.table_case .hd_sub_wh {
	background:#ffffff;
	padding:10px 0px 10px 0px;
	text-align: center !important;
}

.table_case .hd_sub_gray {
	background:#cccccc;
	color:#333333;
	text-align: center !important;
}

.table_case .hd_ssn {
	background:#d9edff;
	color:#224398;
	font-size:18px;
	font-weight:bold;
	text-align: center !important;
	padding:12px 0 12px 0;
}
.table_case .hd_break {	
	text-align: center !important;
	padding:8px !important;
}
.table_case td {
	font-size:16px;
	border-bottom:1px #666666 solid;
	border-right:1px #666666 solid;
	border-left:none;
	padding:16px 8px 16px 16px;
	text-align: left;
	color:#d3d3d3;
}
	
.table_case tr td:last-child {
	border-right:none;
}
.table_case tr:first-child td {
	border-top:1px #666666 solid;
}
/* .table_case tr:last-child td {
	border:none;
} */

.table_case tr:first-child td:first-child {
	border-radius: 8px 0 0 0;
}
.table_case tr:first-child td:last-child {
	border-radius: 0 8px 0 0;
}

.table_case tr:last-child td:first-child {
	border-radius: 0 0 0 0px;
}
.table_case tr:last-child td:last-child {
	border-radius: 0  0 0px 0;
}

.table_case  #bd tr:first-child td:first-child {
	border-radius: 8px 8px 0 0;
}
.table_case #bd td {
	text-align:center;
}
.table_case .td_div {
	display:flex;
	align-items:center;
	justify-content:center;
	height:200px;
}
.table_case .td_div_2 {
	display:flex;
	align-items:center;
	justify-content:center;
	height:250px;
}
.table_case .td_div_3 {
	display:flex;
	align-items:center;
	justify-content:center;
	height:300px;
}
.table_case .ssn_gubun_title {
	background:#1b4381;
	width:60px;
	border-radius:100px;
	text-align:center;
	color:#ffffff;
	padding:8px 0 8px 0;
	margin:0 auto 0 auto;
}
.table_case .ssn_title {
	font-size:16px;
	font-weight:bold;
}
.table_case .ssn_desc {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}

/****/	
	
.table_case_r {
	border:1px #666666 solid;
	padding:30px;
	border-radius: 8px;
}	
	
	
.table_case_r .hd_r {
	/* background:#b6b6b6; */
	background:none;
	/* color:#000025; */
	color:#f3f3f3;
	text-align: center !important;
	/* padding-top:16px;
	padding-bottom:16px; */
}
.table_case_r td {
	font-size:18px;
	border-bottom:1px #666666 dashed;
	border-top:none;
	border-left:none;
	padding:16px 8px 16px 16px;
	text-align: left;
	color:#d3d3d3;
}
.table_case_r td span{
	margin-left:4px;
}

.table_case_r tr td:last-child {
	border-right:none;
}
.table_case_r tr:first-child td {
	border-top:0px #666666 solid;
}
.table_case_r tr:last-child td {
	border:none;
}

.table_case_r tr:first-child td:first-child {
	border-radius: 8px 0 0 0;
}
.table_case_r tr:first-child td:last-child {
	border-radius: 0 8px 0 0;
}

.table_case_r tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}
.table_case_r tr:last-child td:last-child {
	border-radius: 0  0 8px 0;
}

/****/

.bonmun_txt {
	font-size:18px; l
	ine-height:28px; 
	text-align:left; 
	word-break:keep-all;
	color:#f3f3f3;
	}
.bonmun_txt2 {
	font-size:18px; 
	line-height:28px; 
	text-align:left; 
	word-break:keep-all; 
	margin-top:20px;
	color:#f3f3f3;
	}

.comment_incell {
	display:block;
	font-size:16px; 
	margin-left:0px !important;
	margin-top:10px;
	color:#f3f3f3;
	}
.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 !important}
.border_right_x {border-right:none !important}
.border_top_x {border-top:none !important}
.border_bottom_x {border-bottom:none !important}
.border_top_1 {border-top:1px #cccccc solid !important}
.border_right_1 {border-right:1px #666666 solid !important}

.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}
.txt_pink {color:#ae5093 !important}
.txt_pink_2 {color:#dc54b5 !important}
.txt_sky {color:#4da2db  !important}
.txt_black {color:#333333  !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}

.td_top_add {border-top:1px #666666 solid !important; }
.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}

.set_bg_ccc {background-color:#cccccc !important;}
.set_bg_sky {background-color:#48a7cf !important;}
.set_bg_green {background-color:#3cb806 !important;}
.set_bg_purple {background-color:#9f69f8 !important;}
.set_bg_blue {background-color:#0091f4 !important;} 
.set_bg_blue2 {background-color:#1839ff !important;}
.set_bg_blue3 {background-color:#206396 !important;} 
.set_bg_pink {background-color:#e40085 !important;}
.set_bg_orange {background-color:#ff6000 !important;}
.set_bg_yello {background-color:#e0ae00 !important;}



.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_8 {width:8% !important}
.width_16 {width:16% !important}
.width_33 {width:33% !important}
.width_22 {width:22% !important}
.width_26 {width:26% !important}

.border_bottom_x {border-bottom:none !important}

.button_download {
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:50px; 
	/* background:#484fa0;  */
	background:#333333; 
	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;
}


.button_download_s {
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:30px; 
	background:#484fa0; 
	line-height:30px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:14px; 
	text-align:center; 
	border-radius:4px;
	}

.button_download_s img {
	height:16px;
	margin-right:10px;
}

.button_apply {
	display: inline-block;
	padding:4px 10px 4px 10px;
	border:1px #92fa00 solid;
	background:#333333; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:14px; 
	text-align:center; 
	border-radius:4px;
	}

.button_apply 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:4px;
    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}
.pink_star {color:#ae5093; 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:#aa2a00;
    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: 6px;
    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;
}
	
/****/

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 5px);
  bottom: 0;
  border-width: 5px 5px 0 5px;
  border-color: #000028 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  border-width: 5px 5px 0 5px;
  border-color:#f342f4 transparent transparent transparent;
}