@charset "utf-8";

@media (min-width: 1270px) {

    #wrap{}
    #wrap .wrap{
		margin: 0 auto;
		width: 80%;
		min-width: 1270px;
		border:0px #ff0000 solid;
		}
    
    #header{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 101;
		transition:all 0.5s; 
		background:#ffffff;
		border-bottom:0px #002870 solid;
		}
		
	
	
	
    #header .wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
		border:0px #002870 solid;
		}
		
	.ghst {	/* 헤더 픽스일 때 페이지 내 이동 설정 */
		display: block;
		height:150px; 
		margin-top: -150px;  
		visibility: hidden;
		}

	#header .logo{
		/* margin: 0 220px 0 0; */
		margin: 0 0px 0 0;
		position: relative;
		z-index: 4;
		}
		
	#header .logo img {
		margin: 0px 0 0 0;
		height:44px;
		}
		
    #header .logo a{}
    #header .menu{
		position:relative;		
		z-index:4;
		border:0px #ff0000 solid;
		}
    #header .menu .dp1{
		display:flex;
		align-items:center;
		width:1250px; /* 메뉴 간격 +50px (7개 간격 × 50px) */
		justify-content:space-between;
		border:0px #00ff00 solid;
		}
    #header .menu .dp1 .dl1{
		position:relative;
		margin:16px 0px 0 0;
		text-align: center;
		border:0px #ff0000 solid;
		}
	#header .menu .dp1 .dl1:last-child{margin-right:0px;}
    #header .menu .dp1 .dl1 .da1{
		/* line-height: 60px; */
		line-height: 30px;
		font-size: 20px;
		font-weight: 600;
		color: #000000;
		border:0px #ff0000 solid;
		position: relative;
		display: inline-block;
		}
	/* 메인 메뉴 hover 밑줄 (좌→우 펼쳐지기) */
	#header .menu .dp1 .dl1 .da1::after{
		content:'';
		position:absolute;
		left:0;
		bottom:-2px;
		width:100%;
		height:2px;
		background:#00FF3B;
		transform:scaleX(0);
		transform-origin:left center;
		transition:transform 0.3s ease;
		}
	#header .menu .dp1 .dl1:hover .da1::after{
		transform:scaleX(1);
		}
	
	.da1 p{
		font-size: 16px !important;
		font-weight: normal !important;
		color: #999999;
		/* display:inline-block;
		margin-left:14px; */
	}			
		
    #header .menu .dp2{
		position:absolute;
		top:100%;
		left:50%;
		padding: 20px 10px;
		transform:translate(-50%,-10px);
		width: 200px;
		height:0px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		overflow:hidden;
		
		}
    #header .menu .dp2 .dl2{position:relative;z-index:2;}
    #header .menu .dp2 .dl2 .da2{
		display:flex;
		line-height: 30px;
		font-size: 15px;
		font-weight: 400;
		color:#ffffff;
		text-align:center;
		justify-content: center;
		
		}
		
	#header .menu .dp2 .dl2 .da2 p {
		color:#999999;
		margin-left:10px;
	}		
		
	/* #header .menu .dl1:nth-child(2) .dp2 .dl2 .da2 {
		display:block;
		line-height: 20px;
		margin-top:5px;
		margin-bottom:10px;
		border:0px #ff0000 solid;
	} */
	
	#header .menu .dl1:nth-child(4) .dp2 .dl2 .da2 p{
		margin-left:0px;
	}
	
	
    #header .tool{
		position: absolute;
		top:0;
		left:50%;
		z-index: 4;
		width:80%;
		min-width:1270px;
		transform: translateX(-50%);
		text-align:right;
		border:0px #ff0000 solid;
		}
	/* #header .tool{	
		width:100px;
		border:0px #ff0000 solid;
	} */
		
    #header .tool ul{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-top:5px;
		}
    #header .tool li{padding-top:0px}
    #header .tool li + li{margin: 0 0 0 0px;}
    #header .tool li a{
		display: flex;
		align-items: center;
		justify-content: center;
		/* display:inline-block; */
		width:auto;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 10px 0px 10px;
		text-align:center;
		color:#333333;
		border-radius:10px;
		corner-shape: squircle; 
		background: #ffffff;
		border:1px #999999 solid;
		margin-right:6px;
		}
	.tool_icon{ 
		height:14px;
		margin-right:4px;
	}
	.tool_gray{ 
		background:#cccccc;
	}
	
	#header .tool li:last-child a {
		border-left:none;
		margin-right:0px;
		color:#ffffff;
		background:#33609b;
		border:0px #999999 solid;
	}
	/* #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:#ffd204 !important;
		font-size:12px;
		line-height:20px;
		height:20px;
		padding:0px 0 0px 0;
		text-align:center;
		color:#0d0f1b;
		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: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:#f0fafd;		 */
		background:#171c61;	/**메뉴 롤오버배경**/
		transition:all 0.5s;
		/* opacity:0.95; */
		}

    #header.fixed{
		position:fixed;
		z-index:101;
		/* background:#f0fafd;		 */
		background:#171c61;
		}
	#header.fixed .da1{
		color:#ffffff !important;
	}
    #logo_ori.hide {
		display:none;
		transition:all 0.5s;
	}
    #logo_wht.hide {
		display:none;
		transition:all 0.5s;
	}
	
    #header.active{
		/* background:#f0fafd;		 */
		background:#171c61;	/**메뉴 롤오버배경**/
		}
	
	#header.active .da1{
		color:#ffffff !important;
	}
    #header.active .menu .dp1 .dl1 .dp2{
		height:200px;
		opacity:1;
		visibility:visible;
		transform:translate(-50%,0);
		border-bottom:0px #ff0000 solid;
		}
		
    #header.active .bg{
		height:280px;
		background:#171c61;
		border-bottom:0px #86bd24 solid;
		}
    
    
    #container{}
    
    /* #container .visual{position: relative;height: 727px;background:url("../images/visual_bg-.png") no-repeat 50% 50% / cover} */
	#container .visual{
		position: relative;
		/* height: 750px;  */
		height:96vh;
		border-bottom:0px #ff0000 solid; 
		/* margin-top:120px; */
		margin-top:30px;
		overflow:hidden;
		}
    #container .visual .slider{
		position: relative;
		z-index: 0;
		/* height: 750px;  */
		height:96vh;
		/* padding-top:120px; */
		overflow: hidden;
		background-color:#032949;
		}
    /* #container .visual .slider .swiper-slide{background-color:#ffffff; border:0px #ff0000 solid} */
	
	
	/* .visual_inner {
		position: relative;
		width:1900px;
		margin:0 auto 0 auto;
	} */
	#container .visual .slider .swiper-wrapper {		
		position: relative;
		/* margin:0 auto 0 auto !important; */
		border:0px #ff0000 solid; 
	}
	
	#container .visual .slider .swiper-slide{
		/* width:1270px; */
		/* width:1900px; */
		margin:0 auto 0 auto;
		background-position:center center ; 
		background-repeat:no-repeat;	
		background-size: cover;
		background-color:#032949;
		/* animation: grow 10s linear infinite; */
		}
	
	
	
    #container .visual .slider .swiper-slide img{opacity:0;transition:all 0.5s}
    #container .visual .slider .swiper-slide-active img{opacity:1} 
	
	.swiper-button-next {
	  /*--swiper-navigation-size: 44px;
	  --swiper-navigation-top-offset: 50%;
	  --swiper-navigation-sides-offset: 10px;
	   --swiper-navigation-color: var(--swiper-theme-color); */
	  --swiper-navigation-color: #ffffff;
	}
	.swiper-button-prev {
	  /*--swiper-navigation-size: 44px;
	  --swiper-navigation-top-offset: 50%;
	  --swiper-navigation-sides-offset: 10px;
	   --swiper-navigation-color: var(--swiper-theme-color); */
	  --swiper-navigation-color: #ffffff;
	}
	
	
    #container .visual .wrap{
		/* display:flex;
		flex-direction:column;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		z-index: 2;
		transform: translateX(-50%); */
		}
		
	/* 반투명 마스크 */
	#container .visual::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.4); /* 검은색 반투명 마스크 (투명도 조절 가능) */
	  z-index: 1;
	}

	.visual_inner {				
		z-index:2;
		position:absolute;		
		width:90%;
		height:96vh;
		top:0px;
		left:50%;
		transform: translateX(-50%);
		border:0px #ff0000 solid;
	}
	
	.visual_txt {
		position:absolute;	
		top:30%;
		left:0;
	}
	.visual_txt img{
		height:328px;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.6));
	}
	
	.visual_qbtn_box {
		position:absolute;	
		bottom:0;
		left:0;
		width:780px;
		display:flex;
		justify-content:space-between;
	}
	.visual_qbtn {
		width:250px;
		background:#171c61;
		/* display:flex;
		justify-content:center;
		align-items:center; */
		padding:14px 0 14px 0;
		background-image: url('../images_icon/icon_arrow_3.png');
		background-repeat: no-repeat;
		background-position: right 20px center;
		/* background-size: 20px;  */
		text-align:center;
		color:#ffffff;
		font-size:28px;
		cursor:pointer;
		border-radius:4px 4px 0 0;
	}
	/* .visual_qbtn_txt {
		width:80%;
		text-align:center;
		color:#ffffff;
		font-size:28px;
		border:1px #ffffff solid;
	}
	.visual_qbtn_arr {
		width:20%;
		text-align:center;
	} */
	
	.visual_qbtn_won_1 {	/* 건축 */
		width:216px;
		height:216px;
		border-radius:250px;
		background-color: rgba(255, 139, 0, 0.8);
		position:absolute;
		top:200px;
		left:50%;
		margin-left:320px;
		display:flex;
		justify-content:center;
		align-items:center;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
		cursor:pointer;
	}
	
	.visual_qbtn_won_2 {	/* 뷰티 */
		width:216px;
		height:216px;
		border-radius:250px;
		background-color: rgba(255, 197, 0, 0.8);
		position:absolute;
		top:486px;
		left:50%;
		margin-left:260px;
		display:flex;
		justify-content:center;
		align-items:center;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
		cursor:pointer;
	}
	
	.visual_qbtn_won_3 {	/* 푸드 */
		width:216px;
		height:216px;
		border-radius:250px;
		background-color: rgba(255, 85, 0, 0.8);
		position:absolute;
		top:384px;
		left:50%;
		margin-left:590px;
		display:flex;
		justify-content:center;
		align-items:center;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
		cursor:pointer;
	}
	
	.visual_qbtn_won_4 {	/* 기타 */
		width:216px;
		height:216px;
		border-radius:250px;
		background-color: rgba(255, 47, 0, 0.8);
		position:absolute;
		top:650px;
		left:50%;
		margin-left:490px;
		display:flex;
		justify-content:center;
		align-items:center;
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
		cursor:pointer;
	}
	
	.visual_qbtn_won_inner {
		width:60px;
		height:180px;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
		border:0px #ffffff solid;
	}
	.visual_qbtn_won_icon {
		
	}
	.visual_qbtn_won_txt {
		color:#ffffff;
		font-size:38px;
		font-weight:bold;
	}
	.visual_qbtn_won_arr {
		
	}
	
	
	
	/****/
    #footer{
		background:#000000;
		padding: 100px 0;
		}
    
	#footer .inner{
		display:flex;
		justify-content: space-between;
		/* align-items: center; */
		width:1270px;
		margin:0 auto 0 auto;
	}
	
	.footer_box_1 {
		width:40%;
	}
	
	.footer_box_2 {
		width:40%;
	}
	
	.footer_box_3 {
		flex:1;
		display:flex;
		align-items: flex-end;
		justify-content:flex-end;
		border:0px #ff0000 solid;
	}
	.footer_box_3 img{
		height:45px;
		margin-left:10px;
	}
	
	.footer_logo {
		
	}
	
	.footer_txt_1 {
		margin-top:34px;
		color:#999999;
		font-size:16px;
		font-weight:bold;
	}
	.footer_txt_2 {
		color:#666666;
		font-size:16px;
		margin-top:10px;
	}
	

	
	/****/
	
	/****/
	
	/* .video_big {
		position:relative;
		z-index:1 !important;
	} */
	.main_sec_1 {		
		
	}
	
	.main_sec_1 .inner{
		width:1270px;
		margin:0 auto 80px auto;
	}
	
	
	
	.main_sec_1_txt {
		padding:96px 0 80px 0;
		font-size:28px;
		color:#333333;
	}
	.main_sec_1_siljuk_title {
		font-size:56px;
		line-height:56px;
		font-weight:bold;
		color:#026598;
	}
	.main_sec_1_siljuk {
		margin-top:45px;
		width:100%;
		display:flex;
		justify-content:space-between;
		align-items: flex-start;
	}
	
	.box_ttl {
		padding:14px 0px 14px 0px;
		font-size:22px;
		line-height:22px;
		text-align:center;
		color:#000000;
		background-color:#e9e9e9;
		border-radius:60px;
	}
	.box_1 {
		border:0px #ff0000 solid;
	}
	.box_2 {
		border:0px #ff0000 solid;
	}
	.box_3 {
		border:0px #ff0000 solid;
	}
	.box_4 {
		border:0px #ff0000 solid;
	}
	
	.box_1 .box_ttl {
		width:250px;
	}
	.box_2 .box_ttl {
		width:134px;
	}
	.box_3 .box_ttl {
		width:134px;
	}
	.box_4 .box_ttl {
		width:134px;
	}
	.box_data {
		font-size:50px;
		line-height:50px !important;
		font-weight:bold !important;
		color:#e14b00 !important;
		margin-top:30px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	
.slot-wrapper {
    display: inline-flex;
    align-items: flex-end;
    gap: 5px;
}

.slot-machine {
    display: inline-flex;
    gap: 0px;
	
}

.slot-digit {
    /* width: 32px;
    height: 50px; 
	line-height:50px;*/
	width: 36px;
    height: 60px;
	line-height:54px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background: transparent;  /* 배경 투명 */
}

.slot-reel {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;  /* 초기에 숨김 */
}
.slot-reel.active {
    opacity: 1;  /* 애니메이션 시작하면 보임 */
}
.slot-number {
    /* height: 50px;
    font-size: 50px; */
	height: 60px;
    font-size: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
	color: #e14b00;
	line-height: 1 !important; 
	margin: 0;
	padding: 0; 
	border:0px #00ff00 solid;
	
}
	.num_comma {
		/* font-size: 50px !important; */
		font-size: 60px !important;
		font-weight: bold !important;
		color: #e14b00 !important;
	}
	.num_plus {
		/* font-size: 50px !important; */
		font-size: 60px !important;
		font-weight: bold !important;
		color: #e14b00 !important;
	}
	
	.box_data span {
		font-size:25px;
		line-height:1;
		font-weight:normal;
		color:#666666;
		position: relative;
		top: -4px;  
		border:0px #00ff00 solid;
	}
	.box_dal {
		margin-top:14px;
		font-size:25px;
		line-height:25px;
		font-weight:normal;
		color:#333333;
		text-decoration: underline;
		text-underline-offset: 5px;
	}
	.slider_wrapper {
		width: 100%;
		overflow: hidden; 
		margin-top:70px;
		border: 0px #00ff00 solid;
	}
	.main_pic_box-xx {
		display: flex;
		justify-content: flex-start; /* 좌측 정렬로 변경 */
		align-items: center;
		width: 100%;
		overflow: hidden; /* 넘치는 이미지 숨김 */
		gap: 2px; /* 이미지 간격  */
		border: 0px #00ff00 solid;
	}
	
	.main_pic_box {
		display: flex;
		width: 100%; /* 기본 너비 */
		transition: transform 0.5s ease; /* margin 대신 transform 사용 (성능 우수) */
		gap: 2px; /* 이미지 간격  */
	}
	.main_pic-xx {
		flex: 0 0 34%; /* 너비 고정 */
		height: 290px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex; /* 숫자 중앙 정렬용 */
		align-items: center;
		justify-content: center;
		background-color: #eee; /* 확인용 배경색 */
	}
	
	.main_pic {
		flex: 0 0 33.333%; /* 한 화면에 3개씩 보이게 설정 (100 / 3) */
		height: 290px;
		background-size: cover;
		background-position: center;
		background-color: #eee;
		border: 0px solid #ccc;
		box-sizing: border-box;
		border-radius:4px;
	}
	/****/
	
		
	.main_sec_2 {		
		padding:80px 0px 80px 0px;
		background-color: #f5f5f5;
	}
	
	.main_sec_2 .inner{
		width:1270px;
		margin:0 auto 0 auto;
		display:flex;
		justify-content:space-between;
	}
	
	.main_sec_2_qck {
		width:410px;	
	}
	
	.main_sec_2_qck .bttn {
		height:124px;
		width:100%;
		border:1px #ababab solid;
		border-radius:4px;
		margin-bottom:20px;
		cursor:pointer;
		
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.main_sec_2_qck .bttn:last-child {
		margin-bottom:0px;
	}
	.main_sec_2_qck .bttn .inner_1{
		width:100px;
		text-align:center;
	}
	.main_sec_2_qck .bttn .inner_2{
		font-size:26px;
		color:#777777;
		flex:1;
	}
	.main_sec_2_qck .bttn .inner_2 span{
		font-weight:bold;
		color:#333333;
	}
	.main_sec_2_qck .bttn .inner_3{
		width:100px;
		text-align:center;
	}
	
	.main_sec_2_list {
		width:820px;
		border:0px #ff0000 solid;
	}
	
	.tab-buttons {
		/* border-bottom:3px #0283c5 solid; */
		border-bottom:3px #171c61 solid;
		font-size: 0;
	}
	
	/* 탭 버튼 스타일 */
	.tab-button {
		width:214px;
		text-align:center;
		padding: 14px 0 14px 0;
		cursor: pointer;
		border: none;
		border-radius:10px 10px 0 0;
		background-color: #b7cdd8;
		color:#ffffff;
		font-weight:bold;
		font-size:22px;
		transition: background-color 0.3s ease; /* 색상 전환 부드럽게 */
	}

	.tab-button.active {
		background-color: #171c61; /* 진한 파란색 */
		color: #ffffff;
	}
	.tab-content-container {
		position: relative;
		overflow: hidden;
	}

	/* 탭 내용 스타일 */
	.tab-content {
		display: none; /* 기본 숨김 */
		opacity: 0; /* 투명하게 */
		/* padding: 20px;
		border: 1px solid #ccc; */
		margin-top:2px;
		border-top: none;
		transition: opacity 0.5s ease-in-out; /* 나타날 때 부드럽게 */
		border:0px #ff0000 solid;
	}

	.tab-content.active {
		display: block; /* 활성 탭만 보이게 */
		opacity: 1; /* 불투명하게 */
	}

	.main_list_item {
		font-size:18px;
		padding-left:20px;
		border-bottom:1px #666666 solid;
		height:88px;
		line-height:88px;
		
		display:flex;
		justify-content:space-between;
	}
	.main_list_date {
		width:17%;
		color:#939393;
		border:0px #ff0000 solid;
	}
	.main_list_title {
		width:83%;
		border:0px #00ff00 solid;
	}
	
	/********/
	
		
	.main_sec_3 {		
		padding:120px 0px 130px 0px;
		/* background-color: #567e92; */
		background-color: #171c61;
	}
	
	.main_sec_3 .inner {	
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	
	.main_sec_3_inner {
		width:50%;
		color:#ffffff;
	}
	
	.main_sec_3_title {
		font-size:52px;
		font-weight:bold;
	}
	.main_sec_3_txt {
		font-size:22px;
		margin-top:10px;
	}
	.main_sec_3_input_box {
		border-bottom:1px #ffffff solid;
		padding:6px 0 6px 0;
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	
	.main_sec_3_input {
		width:80%;
		position: relative;
	}
	.main_sec_3_bttn {
		width:20%;
	}
	.main_sec_3_bttn .bttn{
		display:inline-block;
		background-color:#f18a04;
		width:100%;
		text-align:center;
		border-radius:4px;
		font-size:16px;
		color:#ffffff;
		padding:8px 0 8px 0;
	}
	.main_sec_3_pp_box {
		margin-top:20px;
		font-size:16px;
		text-align:right;
	}
	
	
.main_sec_3_input input {
    width: 98%;
    padding: 12px 10px 8px 10px;
    font-size: 22px;
    color: #ffffff;
    border: 0px solid #ccc;
    border-radius: 0px;
    outline: none;
    background: none;
    transition: border-color 0.3s;
}

.main_sec_3_input input:focus {
    border-color: #007bff;
}

.main_sec_3_input label {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #f3f3f3;
    pointer-events: none;
    transition: all 0.3s ease;
    background: #none;
    padding: 0 10px;
}

/* 포커스되거나 값이 있을 때 */
.main_sec_3_input input:focus + label,
.main_sec_3_input input:not(:placeholder-shown) + label {
    top: -6px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffffff;
}
	/*******************************************/
	
	
	
	/* .sub_header_bg{background:#e9e0d6;} */
	
.display-w {
    display: block;
}
.display-inline-w {
    display: inline-block;
}
.display-m {
    display: none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
	
	.inner {
		position: relative;
		width: 1270px;
		max-width: 100%;
		margin: 0 auto;
	}
	.inner.c2_wide { width: 1400px; max-width: 100%; } /* c2.php 전용: inner 1400px */

	/****/
.pagetitle_box{
	text-align: center; 
	padding:50px 0 50px 0px;
	border-bottom:1px #d0d0d0 solid;
	/* display:none; */
	}
	
	.pagetitle_box p {
		display:inline-block;
		margin-left:5px;
	}
		
.pagetitle {
	font-size:40px;	
	font-weight:bold;	
	color:#171c61;	
	letter-spacing:-1px; 
}	

.page_rout {
	margin-top:10px;
	font-size:14px;	
	color:#808080;
	text-align: center; 
	display:none;
}
.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:1000px;
		position:absolute;
		top:36px;
		left:50%;
		margin-left:-500px;
		font-size:46px;	
		font-weight:bold;	
		/* color:#e85977; */	
		color:#171c61;
		text-align:center;
		border:0px #ff0000 solid;
		font-family: 'GMarketSans';
	}
 
	.pagetitle_invisual p {
		display:inline-block;
		margin-left:8px;
	}

	.sub__visual {
    margin-top:100px;
	height: 180px;
	/* #159A4B 기준 그린 계열 색상 변화 애니메이션 (ISSM 방식) */
	background:linear-gradient(120deg, #159A4B, #0BB89A, #2FB457, #159A4B);
	background-size:300% 300%;
	animation:subVisualShift 14s ease infinite;
	border-top:0px #cccccc solid;
	border-bottom:0px #cccccc solid;
	position:relative;




}
@keyframes subVisualShift {
	0%   { background-position:0% 50%; }
	50%  { background-position:100% 50%; }
	100% { background-position:0% 50%; }
}



	.sub__visual .inner {	/** 서브메뉴 포함 높이 **/
		height: 180px;
		border:0px #ff0000 solid; 
	}


.snb__list {
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
	
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
	
	position:absolute;
	bottom:0;
	border:0px #ff0000 solid;
	
	/* box-shadow: -8px -3px 10px rgba(0,0,0,0.2), */ /* 왼쪽 */
              /* 8px -3px 10px rgba(0,0,0,0.2); */  /* 오른쪽 */

}

.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:0px 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:0px 0 0 0;
}

.snb__item.on a {
    background-color: #e85977;
    color: #ffffff;
	font-weight:bold;
	height: auto;
}

	.snb__item p {
		display:inline-block;
		margin-left:8px;
	}

	
/****/

	
.contents {
    padding: 60px 0 80px 0;
	min-height:500px;
}

.section {
    margin-bottom: 110px;
}

.section:last-child {
    margin-bottom: 0px;
}

	/**/
	
.section__nth {
	margin-top:80px;
}

.preparing {
	width: 600px; border:8px #f9f9f9 solid; text-align: center; padding:80px 0 80px 0; font-size:50px; color:#cccccc; margin:0 auto 0 auto; border-radius:20px
}

.section__title {
    font-size: 34px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.5em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#171c61;
}

.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;
	}
	
	/**/

/**/

.l_sec_1 {
	width:700px;
	border:1px #cccccc solid;
	border-radius:10px;
	padding:40px;
	margin:0 auto 0 auto;
}

.login_reglink {
	display: inline-block;
	background:#3668a5;
	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 {
	margin-bottom:10px;
	width:100%; 
	}
.login_button_box {
	width:100%;  
	vertical-align:top;
	}

.login_login_input {
	font-size:18px; 
	line-height:26px; 
	padding-left:18px !important; 
	width:100%;
	border-radius:8px !important;
	text-align:center !important;
	}
	
.login_login_button {
	display:block; 
	width:200px;
	margin:20px auto 0 auto;
	background:#3668a5; 
	color:#ffffff; 
	font-size:18px; 
	line-height:50px; 
	text-align:center; 
	border-radius:10px 
} 

.login_send_box {
	margin-top:50px; 
	border:0px #cccccc solid; 
	background:#faf9f6; 
	padding: 40px 30px 40px 30px;
	border-radius:10px ;
	}
	
.login_findid {
	color:#000000;
	text-decoration:underline;
}
	
.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:18px; 
	line-height:26px; 
	padding-left:18px !important; 
	border-radius:8px !important;
	width:98%}
.login_send_button {
	display:block; 
	background:#999999; 
	color:#ffffff; 
	font-size:14px; 
	line-height:46px; 
	text-align:center; 
	border-radius:8px;} 

.findid_res {
	display:inline-block;
	padding-left:20px;
	color:#ee3f22;
}
/**/

	.i1_sec_1 {	
		vertical-align: top;
	}

	.i1_head_txt {
		background: #f9f6fa;
			border-radius:6px;
			padding:40px 40px 40px 40px;
			font-size:24px;
			font-weight:bold;
			text-align:center;
			color:#171c61;
	}

	.i1_anne_case {
		margin-top:40px;
			border:1px #d3d3d3 solid;
			border-radius:6px;
			padding:40px 60px 40px 60px;
			
			display: flex;
			justify-content: space-between;
	}

	.i1_anne_inner_1 {
		width: 450px;
		
	}
	.i1_anne_inner_2 {
		width: 700px;
		
	}
	.i1_anne_inner_1 img {
		width:400px;
		border-radius:2px;
	}
	
	.i1_info_item {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px #d3d3d3 dashed;
	}
	
	.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:20%;
		font-size:18px;	
		font-weight:bold;
		text-align:center;
	}
	
	.i1_info_desc {
		width:80%;	
		font-size:18px;	
	}
	
	
	.i1_info_desc span {
		color:#d043c5;
	}
	
	.i1_info_desc img {
		height:28px;
	}

	.i1_sec_2 {
		
	} 
	
	.i1_lang {
		display: inline-block;
		width:120px;
		padding:8px 0 8px 0;
		text-align:center;
		border:5px #cccccc solid;
		border-radius:80px;
		background:#ffffff;
		font-size:20px;
		color:#999999;
	}
	.i1_lang.on {
		border:5px #85b72c solid;
		background:#f0ffd5;
		color:#000000;
	}
	.insa_box {
		display:flex;
		justify-content:space-between;
		margin-top:40px;
	}
	
	.insa_box_inner_1 {
		width:500px;
	}
	.insa_box_inner_1 img {
		width:400px;
		border-radius:2px;
	}
	.insa_box_inner_2 {
		width:750px;
	}
	.insa_box_txt_1 {
		text-align: center;
		font-size:34px;
		font-weight:bold;
		color:#148eca;
	}
	.insa_box_txt_2 {
		font-size:18px;
		padding-bottom:20px;
		border-bottom:0px #cccccc solid;
		margin-top:20px;
	}
	.insa_box_txt_3 {
		font-size:18px;
		padding-top:20px;
	}

/****/
	
	
	/* .i1_anne_case {
			border:1px #d3d3d3 solid;
			border-radius:6px;
			padding:40px 60px 40px 60px;
			
			display: flex;
			justify-content: space-between;
	} */

	.i1_anne_inner_1 {
		width: 450px;
		
	}
	.i1_anne_inner_2 {
		width: 700px;
		
	}
	.i1_anne_inner_1 img {
		width:400px;
		border-radius:2px;
	}
	
	.i1_info_item {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px #d3d3d3 dashed;
	}
	
	.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:20%;
		font-size:18px;	
		font-weight:bold;
		text-align:center;
	}
	/* .i1_info_title2 {
		width:80px;	
		font-size:18px;	
	} */
	.i1_info_desc {
		width:80%;	
		font-size:18px;	
	}
	/* .i1_info_desc2 {
		width:350px;	
		font-size:18px;	
	} */
	
	.i1_info_desc span {
		color:#d043c5;
	}

	/**/
	
	
	.i2_sec_2 {	
	}
	
	
	.i2_head_txt {
		background: #f9f6fa;
			border-radius:6px;
			padding:40px 40px 40px 40px;
			font-size:30px;
			font-weight:bold;
			text-align:center;
			color:#171c61;
	}
	
	.i2_case {
		display:flex;
		justify-content: space-between;
		margin-top:40px;
	}
	.i2_inner {
		width:48%;
			
	}
	
	.i2_inner_box_head {
		border-radius:6px 6px 0 0;
			padding:0px 40px 0px 40px;
			font-size:30px;
			font-weight:bold;
			text-align: center;
			color:#171c61;
			border:1px #cccccc solid;
			border-bottom:none;
			display:flex;
			justify-content: center;
			align-items:center;
			height:180px;
	}
	
	.i2_inner_box_bottom {
		border-radius: 0 0 6px 6px;
			padding:0px 40px 0px 40px;
			font-size:22px;
			font-weight:bold;
			text-align: center;
			color:#ffffff;
			border:1px #cccccc solid;
			border-top:none;
			display:flex;
			justify-content: center;
			align-items:center;
			height:380px;
			background-size:cover;
			background-position:center center;
			background-repeat:no-repeat;
	}
	/******/

.modal {
	width:800px !important;
	max-width:800px !important;
	z-index:101;
}


	/**/

.logo_aff_box_line_1 {
	height:50px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.logo_aff_box_line_2 {
	height:100px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.logo_aff_box_line_3 {
	height:150px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}


.logo_aff {
	height:30px;
}

.i1_info_desc .logo_aff_box_line_1 {
	justify-content: left;
}


.i1_info_desc .logo_aff_box_line_2 {
	justify-content: left;
	border:0px #ff0000 solid;
}
.i1_info_desc .logo_aff {
	margin-right:50px;
}
.i1_info_desc .logo_aff_box_line_1 .logo_aff:last-child {
	margin-right:0px;
}

.logo_h_20 {
	height:20px !important;
}
.logo_h_24 {
	height:24px;
}
.logo_h_40 {
	height:40px;
}

/****/

.i4_case {
	display:flex;
	justify-content: space-between;
}
.i4_inner {
	width:47%;
}
.i4_inner img {
	width:100%;
	border-radius:10px;
}

/**/


.p1_sel_box_case {
	display:flex;
	justify-content: center;
}

.p1_sel_box {
	display:flex;
	justify-content: space-around;
	width:80%;
	margin:0 auto 10px auto;
}

.p1_date_sel {
	display: inline-block;
	width:240px;
	padding:8px 30px 8px 30px;
	border:5px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
}

.p1_date_sel.on {
	border:5px #e91a7e solid;
		background:#faf9f6;
		color:#e91a7e;
} 
/* 
.p1_sel_box .p1_date_sel:nth-child(2).on {
	border:5px #ef5512 solid;
		background:#ffe0d3;
		color:#000000;
}

.p1_sel_box .p1_date_sel:nth-child(3).on {
	border:5px #3aa5ff solid;
		background:#e0f1ff;
		color:#000000;
}

.p1_sel_box .p1_date_sel:nth-child(4).on {
	border:5px #4FAF06 solid;
		background:#E9FFD8;
		color:#000000;
} */

.p1_btn_box {
	text-align:right;
	width:30%;
}

.p1_sec_1 {
	
}


.p1_table {
	margin-top:40px;
}

.p1_table .hd {
	/* background:#5480b5; */
	background:#646464;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}


.p1_table .hd_sub {
	/* background:#5480b5; */
	background:#ffecf2;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}

.p1_table .hd_sub p {
	font-weight:bold;
	color:#e91a7e;
}
.p1_g2_head_txt {
	font-size:20px;
	font-weight:bold;
	color:#e91a7e;
	text-align: left;
}


.p1_table .g2 .hd {
	/* background:#5480b5; */
	background:#9e5c45;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}


.p1_table .g2 .hd_sub {
	/* background:#5480b5; */
	background:#ffe4db;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}

.p1_table .g2 .hd_sub p {
	font-weight:bold;
	color:#471314;
}


.p1_table .g3 .hd {
	/* background:#5480b5; */
	background:#406892;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}
.p1_table .g3 .hd_sub p {
	font-weight:bold;
	color:#07285B;
}


.p1_table .g3 .hd_sub {
	/* background:#5480b5; */
	background:#d2e8ff;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}




.p1_table td {
	font-size:16px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:8px;
	text-align: left;
	position:relative;
}
    
    .p1_table tr td:first-child {
        text-align: center;
    }


.p1_cell_bg_1 {
	background: #ffdfd7;
}
.p1_cell_bg_2 {
	background: #ffe1ff;
}
.p1_cell_bg_3 {
	background: #ffeae5;
}
.p1_cell_bg_4 {
	background: #fffae0;
}
.p1_cell_bg_gray {
	background: #f3f3f3;
}

.p1_online {
	display: inline-block;
	margin-left:10px;
	font-size:12px;
	padding:0px 6px 0px 6px;
	border:0px #666666 dashed;
	border-radius:4px;
	color:#333333;
}
.p1_online img {
	height:16px;
	margin-left:10px;
}

.p1_ssn_ttl {
	color:#033776;
	font-size:18px;
	font-weight:bold;
}
.p1_ssn_chr {
	margin-top:4px;
	color:#000000;
	text-align:right;
}

.p1_spk_link {
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:80px;
	height:20px;
}
.p1_spk_link2 {
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:4px;
	height:14px;
}

.p1_ssn_chr .p1_spk_link{
	position:relative;
	height:20px;
	display:inline-block;
	margin-top:-2px;
	margin-left:6px;
	right:0px;
}

.p1_booth_box {
	display:flex;
	justify-content: space-between;
	
}
.p1_booth_img {
	width:44%;
}

.p1_booth_img img {
	width:100%;
}
.p1_booth_list {
	width:54%;
}
.p1_booth_list td{
	text-align:center;
}
.p1_home_link {
	width:24px;
}




	/**/
/**/


/**/


.s1_sel_box_case {
	display:flex;
	justify-content: center;
}

.s1_sel_box {
	display:flex;
	justify-content: space-around;
	width:40%;
	margin:0 auto 40px auto;
}

.s1_date_sel {
	display: inline-block;
	width:320px;
	padding:8px 0px 8px 0px;
	border:5px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
	margin-right:10px;
	margin-left:10px;
}

.s1_date_sel.on {
	border:5px #ad3fb8 solid;
		background:#fae4fc;
		color:#000000;
} 

.s1_sel_box .s1_date_sel:nth-child(2).on {
	border:5px #ef5512 solid;
		background:#ffe0d3;
		color:#000000;
}

.s1_sel_box .s1_date_sel:nth-child(3).on {
	border:5px #3aa5ff solid;
		background:#e0f1ff;
		color:#000000;
}

	.s1_speaker_box {
		margin:40px auto 40px auto;
		display: flex;
		justify-content: center;
		/* align-items: flex-start; */
		flex-wrap:wrap;
		border-bottom:0px #cccccc solid;
		border-radius:6px;
		padding-top:60px;
		position:relative;
	}
	
	.s1_speaker_box_title {
		position:absolute;
		width:600px;
		border:5px #cccccc solid;
		background:#faf9f6;
		color:#e91a7e;
		font-size:24px;
		font-weight:bold;
		/* color:#333333; */
		padding:14px 0 14px 0;
		text-align:center;
		/* border:1px #cccccc solid; */
		border-radius:15px;
		/* background:#ffffff; */
		top:-32px;
		left:50%;
		margin-left:-300px;
	}
	
	.s1_speaker_item {
		/* width:300px; */
		width:240px;
		margin-left:6px; 
		margin-right:6px;
		margin-bottom:40px;
		cursor:pointer;
	}
	.s1_speaker_pic_box {
		width:230px;
		height:300px;
		/* border-radius:300px; */
		
		border-radius:14px;
		overflow: hidden;		
	}
	
	.s1_speaker_pic {
		width:230px;
		height:300px;
		/* border-radius:300px; */
		border-radius:14px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		filter:grayscale(100%);
	}
	.gijo .s1_speaker_pic {
		background-color:#e91a7e;
		filter:grayscale(100%);
	}
		
	.sanup .s1_speaker_pic {
		background-color:#0064d1;
		filter:grayscale(100%);
	}
	.guje .s1_speaker_pic {
		background-color:#00c892;
		filter:grayscale(100%);
	}
	.dosi .s1_speaker_pic {
		background-color:#f0b537;
		filter:grayscale(100%);
	}
	
	
	
	.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-radius:14px;
		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:230px;
		font-size:18px;
		letter-spacing:-1px;
		color:#ffffff;
		margin-top:20px;
	}
	
	.s1_speaker_name {
		width:230px;
		text-align: center;
		font-size:18px;
		font-weight:bold;
		color:#000000;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	
	.s1_speaker_job {
		width:230px;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color:#333333;
		margin-top:5px;
		border:0px #666666 solid;
	}
	

.modal {
	min-width:500px !important;
	width:500px !important;
	z-index:101;
}

.s1_modal_inner_case {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


	.s1_modal_who {
		position:relative;
		/* width:150px; */
		width:100%;
	}
	.s1_modal_who .txt_small{
		display:block;
		margin-top:10px;
		line-height:20px !important;
	}
	.s1_modal_pic {
		/* width:54px;
		height:54px;
		border-radius:60px; */
		width:150px;
		height:150px;
		border-radius:150px;
		border:1px #cccccc solid;
		
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		
		margin:0 auto 20px auto;
		
		/* position:absolute;
		top:6px;
		left:0; */
	}

	.s1_modal_inner {
		/* width:560px; */
		width:100%;
		max-height:600px !important;
		overflow-y:auto;
		background:#faf9f6;
		padding:20px;
		margin-top:0px;
		border-radius:10px;
	}
	
	.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_rol {
		display: block;
		font-size: 14px;
		color:#000000;
		padding:2px;
		background:#f3f3f3;
		border-radius:50px;
		width:50px;
		text-align: center;
		margin:5px auto 0 auto;
	}
	
	
/** 연사 모달 **/


	.p2_pic_box {
		display:inline-block;
		width:360px;
		vertical-align:top;
		margin-bottom:50px;
	}
	.p2_pic {
		width:300px;
		height:400px;
		border:1px #cccccc solid;
		border-radius:4px;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		margin:0 auto 0 auto;
	}
	.p2_name {
		margin-top:20px;
		text-align: center;
		font-size:20px;
		font-weight:bold;
	}
	.p2_aff {
		margin-top:10px;
		text-align: center;
		font-size:16px;
	}
	.p2_desc {
		display:inline-block;
		width:950px;
		vertical-align:top;
		padding-left:60px;
		border:0px #cccccc solid;
	}
	
	.p2_sec_2 .modal {
		max-width:800px !important; 
	}
	.p2_sp_desc_pop {
		display:flex;
		justify-content: space-between;
		padding-top:20px;
		padding-bottom:20px;
		border:0px #ff0000 solid;
	}
	
	.p2_sp_desc_pop .p2_pic {
		width:200px;
		height:300px;
	}
	
	.p2_sp_desc {
		width:550px;
		border:0px #ff0000 solid;
		padding-left:50px;
	}
	
	.p2_sp_desc .p2_name {
		text-align: left;
	}
	.p2_sp_desc .p2_aff {
		text-align: left;
	}
	
	.p2_tema {
		margin-top:40px;
		text-align: left;
		font-size:24px;
		font-weight:bold;
		color:#4b2673;
	}

/****/

/**/
/* .s1_speaker_box {
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px #cccccc solid;
	border-radius: 4px;
	position:relative;
	margin:0 auto 60px auto;
	background: #f9f9f9;
	padding:40px 40px 40px 40px;
	vertical-align: top;
	display:flex;
	justify-content:space-between;
}

.s1_speaker_box_inner_left {
	
}

.s1_speaker_pic {
	display: inline-block;
	width: 250px;
	height:250px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	border-radius: 4px;
	vertical-align: top;
	border: 0px #ff0000 solid;
}

.s1_speaker_info {
	display: inline-block;
	width: 880px;
	vertical-align: top;
	margin-left:0px;
	border: 0px #ff0000 solid;
	
}

.s1_speaker_info .inner {
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	width: 100%;
	height:250px;
	border: 0px #ff0000 solid;
}

.s1_speaker_info .inner div {
	width: 100%;
}
.s1_speaker_role {
	width:180px;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	position:absolute;
	top:338px;
	left:50%;
	margin-left:-90px;
	background:#2a3380;
	border-radius: 60px;
}

.s1_speaker_name {
	vertical-align: top;
	margin: 0px 0 0 0px;
	color:#000000;
	font-size: 22px;
	font-weight:normal;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}


.s1_pt_title {
	vertical-align: top;
	margin: 20px 0 0 0px;
	color:#000000;
	font-size: 28px;
	font-weight:bold;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}

.s1_pt_title p {
	font-size: 22px !important;
	font-weight:bold;
	color:#000000;
	line-height:28px !important;
}

.s1_speaker_job {
	margin-top: 20px;
	font-size: 20px;
	line-height:22px;
	text-align:left;
	word-break: keep-all;
}


.s1_speaker_gi_box {
	margin: 20px 0 0 0px;
	border: 0px #ff0000 solid;
	width: 250px;
	text-align:center;
	font-size:18px;
}

.s1_speaker_gi_box img {
	height: 20px;
	border-radius:2px;
	margin-right:10px;
	border:1px #333333 solid;
}

.s1_speaker_btton_box {
	margin: 40px 0 0 0px;
	text-align: right;
	border: 0px #ff0000 solid;
	
}

.s1_speaker_btton {
	display: inline-block;
	width: 100px;
	background: #ffe100;
	text-align: center;
	color:#000000;
	font-weight:normal;
	font-size:16px;
	padding:8px 0 7px 0;
	border-radius : 4px;
	margin-left:10px;
}

.s1_speaker_btton img {
	height:18px;
	margin-right:6px;
	vertical-align:middle;
	margin-top:-4px;
}

.modal {
	width:800px !important;
	max-width:800px !important;
}

.s1_modal_name {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}
.s1_modal_aff {
	margin-top:4px;
	font-size: 14px;
	color:#666666;
}
.s1_modal_abs {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}
.s1_modal_prof {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}

.s1_qtxt_box {
	margin-top:30px;
	text-align:center;
}

.s1_qtxt_box_any {
	margin-top:30px;
	text-align:center;
	background:#f6f6f6;
	border:1px #cccccc solid;
	padding:70px 0 70px 0;
	font-size:24px;
	font-weight:bold;
}

.s1_qtxt_box textarea {
	width:100%;
	font-family: 'Noto Sans KR', sans-serif; }


.s1_speaker_more {
	position:absolute;
	bottom:0px;
	right:0;
}

.s1_view_sec_1 {
	margin-top:80px;
	background: #f8f8f8;
	padding:30px;
	position: relative;
}

.s1_speaker_view_pic {
	display: inline-block;
	width:300px;
	height: 360px;
	border: 1px #f3f3f3 solid;
	border-radius:2px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	vertical-align:top;
}
.s1_speaker_view_info_box {
	display: inline-block;
	width:990px;
	height: auto;
	padding-left:40px;
	vertical-align:top;
}

.s1_speaker_view_name {
	margin-top:50px;
	font-size:30px;
	font-weight:bold;
	color:#2a3380;
}

.s1_speaker_view_title {
	margin-top:25px;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	word-break: keep-all;
}
.s1_speaker_view_title_en {
	margin-top:10px;
	font-size:20px;
	font-weight:normal;
	color:#333333;
	word-break: keep-all;
}
.s1_speaker_view_job {
	margin-top:25px;
	font-size:18px;
	font-weight:normal;
	color:#666666;
	word-break: keep-all;
}

.s1_speaker_view_button_box {
	position: absolute;
	bottom:0;
	right:0;
}


.s1_view_sec_2 {
	margin-top:40px;
	background: #f8f8f8;
	padding:30px;
	position: relative;
	vertical-align: top;
}

.s1_view_sec_2 p {
	line-height: 24px;
	word-break: keep-all;
}

.s1_view_sec_2 .con_box_2_5 {
	vertical-align: top;
}

.s1_view_sec_2_title {
	color:#000000; 
	font-size:24px; 
	font-weight:bold; 
	margin:0px 0 30px 0;	
	vertical-align: top;
	} */

/**/

.s2_sel_box {
	display:flex;
	justify-content: space-around;
}

.s2_sel_box .s1_sel {
	width:300px;
}
.s_view_box {
	display:flex;
	justify-content: space-between;
	margin-bottom:60px;
}
.s_view_box_inner_1 {
	width:20%;
}
.s_view_box_inner_2 {
	width:40%;
	padding-left:50px;
}
.s_view_box_inner_3 {
	width:40%;
	padding-left:50px;
}

.s_view_pic {
	width:250px;
	height:350px;
	border-radius:2px;
	border:1px #999999 solid;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
}
.s_view_name  {
	font-size:20px;
	color:#329bcf;
	font-weight:bold;
}

.s_view_pt  {
	margin-top:20px;
	font-size:20px;
	color:#333333;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px #cccccc dashed;
}
.s_view_prof  {
	margin-top:20px;
	font-size:18px;
	color:#666666;
}


/**/

.s3_sel_box {
	display:flex;
	justify-content: space-between;
}

.s3_sel_box .s1_sel {
	width:350px;
}

.s3_track_title {
	font-size:30px;
	font-weight:bold;
	color:#de4f8f;
	margin-bottom:30px;
}

/**/

.p3_sel_box {
	text-align:center;
}

.p3_date_sel {
	display: inline-block;
	width:340px;
	border: 4px #cacbcb solid;
	padding:20px 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
}

.p3_date_sel_on {
	background:#ee3c48;
	color:#ffffff;
}

.p3_sche_tab_box {
	border:1px #cecece solid;
	text-align: center;
	width:50%;
	margin:0 auto 0 auto;
}

.p3_sche_tab {
	display: inline-block;
	width:33.3333%;
	margin-right:-3px;
	text-align: center;
	padding:20px 0 20px 0;
	font-size:20px;
	color:#000000;
	cursor:pointer;
}

.p3_sche_tab_box .on {
	background:#2a3380;
	color:#ffffff;
}


.p3_anne {
	margin:50px auto 0 auto;
	text-align: center;
	width:630px;
	padding:20px 0 20px 30px;
	font-size:20px;
	border-radius:4px;
	border:1px #cccccc dashed;
	background:#f3f3f3;
}
/**/


.p4_sel_box {
	text-align:center;
}

.p4_ssn_sel {
	display: inline-block;
	width:340px;
	border: 4px #cacbcb solid;
	padding:20px 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
}

.p4_ssn_sel_on {
	background:#ee3c48;
	color:#ffffff;
}
.p4_speaker_box {
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px #cccccc solid;
	border-radius: 4px;
	position:relative;
	margin:0 auto 60px auto;
	background: #f9f9f9;
	padding:40px 40px 40px 40px;
	vertical-align: top;
	display:flex;
	justify-content:space-between;
}
.p4_speaker_pic {
	display: inline-block;
	width: 250px;
	height:250px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	border-radius: 4px;
	vertical-align: top;
	border: 0px #ff0000 solid;
}

.p4_speaker_info {
	display: inline-block;
	width: 880px;
	vertical-align: top;
	margin-left:0px;
	border: 0px #ff0000 solid;
}

.p4_speaker_role {
	width:180px;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	position:absolute;
	top:338px;
	left:50%;
	margin-left:-90px;
	background:#2a3380;
	border-radius: 60px;
}

.p4_speaker_name {
	vertical-align: top;
	margin: 40px 0 0 0px;
	color:#000000;
	font-size: 22px;
	font-weight:normal;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}


.p4_pt_title {
	vertical-align: top;
	margin: 20px 0 0 0px;
	color:#000000;
	font-size: 28px;
	font-weight:bold;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}


.p4_speaker_job {
	margin-top: 20px;
	font-size: 20px;
	line-height:22px;
	text-align:left;
	word-break: keep-all;
}

.p4_speaker_btton_box {
	margin: 40px 0 0 0px;
	text-align: right;
	border: 0px #ff0000 solid;
}

.p4_speaker_btton {
	display: inline-block;
	width: 100px;
	background: #ffe100;
	text-align: center;
	color:#000000;
	font-weight:normal;
	font-size:16px;
	padding:8px 0 7px 0;
	border-radius : 4px;
	margin-left:10px;
}

.p4_speaker_btton img {
	height:18px;
	margin-right:6px;
	vertical-align:middle;
	margin-top:-4px;
}

.p4_modal_name {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}
.p4_modal_aff {
	margin-top:4px;
	font-size: 14px;
	color:#666666;
}
.p4_modal_abs {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}
.p4_modal_prof {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}


/**/

.p5_sel_box {
	text-align:center;
}

.p5_ssn_sel {
	display: inline-block;
	width:340px;
	border: 4px #cacbcb solid;
	padding:20px 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
}

.p5_ssn_sel_on {
	background:#ee3c48;
	color:#ffffff;
}
.p5_speaker_box {
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px #cccccc solid;
	border-radius: 4px;
	position:relative;
	margin:0 auto 60px auto;
	background: #f9f9f9;
	padding:40px 40px 40px 40px;
	vertical-align: top;
	display:flex;
	justify-content:space-between;
}
.p5_speaker_pic {
	display: inline-block;
	width: 250px;
	height:250px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	border-radius: 4px;
	vertical-align: top;
	border: 0px #ff0000 solid;
}

.p5_speaker_info {
	display: inline-block;
	width: 880px;
	vertical-align: top;
	margin-left:0px;
	border: 0px #ff0000 solid;
}

.p5_speaker_role {
	width:180px;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	position:absolute;
	top:338px;
	left:50%;
	margin-left:-90px;
	background:#2a3380;
	border-radius: 60px;
}

.p5_speaker_name {
	vertical-align: top;
	margin: 40px 0 0 0px;
	color:#000000;
	font-size: 22px;
	font-weight:normal;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}


.p5_pt_title {
	vertical-align: top;
	margin: 20px 0 0 0px;
	color:#000000;
	font-size: 28px;
	font-weight:bold;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}


.p5_speaker_job {
	margin-top: 20px;
	font-size: 20px;
	line-height:22px;
	text-align:left;
	word-break: keep-all;
}

.p5_speaker_btton_box {
	margin: 40px 0 0 0px;
	text-align: right;
	border: 0px #ff0000 solid;
}

.p5_speaker_btton {
	display: inline-block;
	width: 100px;
	background: #ffe100;
	text-align: center;
	color:#000000;
	font-weight:normal;
	font-size:16px;
	padding:8px 0 7px 0;
	border-radius : 4px;
	margin-left:10px;
}

.p5_speaker_btton img {
	height:18px;
	margin-right:6px;
	vertical-align:middle;
	margin-top:-4px;
}

.p5_modal_name {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}
.p5_modal_aff {
	margin-top:4px;
	font-size: 14px;
	color:#666666;
}
.p5_modal_abs {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}
.p5_modal_prof {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}


/**/


.e1_sec_1 {	
}

.e_case {
	display:flex;
	justify-content: space-between;
	
}
.e_case_2 {
	display:flex;
	justify-content: space-between;
	
}
.e_inner_1 {
	width:15%;
	display:flex;
	justify-content: flex-start;
	align-items:center;
	border:0px #cccccc solid;
}
.e_inner_1 img {
	width:80%;
}
.e_inner_2 {
	width:60%;
	display:flex;
	justify-content: flex-start;
	align-items:center;
	flex-wrap:wrap;
	border:0px #cccccc solid;
}
.e_inner_22 {
	width:40%;
	border:0px #cccccc solid;
}
.e_inner_title {
	font-size: 30px;
	font-weight:bold;
}
.e_inner_txt {
	font-size: 22px;
	font-weight:bold;
	color:#666666;
	margin-top:20px;
}
.e_inner_txt_2 {
	margin-top:30px;
	font-size: 18px;
}
.e_inner_txt_2_title {
	width:100px;
	border-radius:60px;
	text-align: center;
	padding:6px 0 4px 0;
	margin-bottom:10px;
	font-weight:bold;
}


.const {
	color:#0000AA;
}
.beauty {
	color:#E95A5E;
}
.food {
	color:#009070;
}

.e_inner_txt_2_title.const{
	border:1px #0000AA solid;
}
.e_inner_txt_2_title.beauty{
	border:1px #E95A5E solid;
}
.e_inner_txt_2_title.food{
	border:1px #009070 solid;
}
.e_inner_3 {
	width:20%;
	border:0px #cccccc solid;
}
.e_inner_3 img {
	width:100%;
	border-radius:8px;
}
.e_inner_32 {
	width:40%;
	display:flex;
	justify-content: flex-end;
	align-items:center;
	border:0px #cccccc solid;
}
.e_inner_32 img {
	width:100%;
	border-radius:8px;
}

.e_case_2 .e_inner_1 {
	width:18%;
}
.e_case_2 .e_inner_2 {
	flex:1;
}

/* 
.e1_anne {
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.e1_anne_box_1 {
	width:100%;
	font-size:18px;
	margin-top:30px;
	border:1px #cccccc solid;
	border-radius:4px;
	padding:30px;
	
}

.e1_anne_box_2 {
	width:20%;
	height:360px;
	background-image:url('../images24/e1_1.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:4px;
}


.e1_sec_1 {	
	vertical-align: top;
}

.e1_poster {
	display: inline-block;
	width:444px;
	vertical-align: top;
	border:0px #ff0000 solid;
}

.e1_poster img {
	width:400px;
	border:1px #cccccc solid;
}

.e1_info {
	display: inline-block;
	width:820px;
	vertical-align: top;
	border:0px #ff0000 solid;
}

.e1_info_title {
	display: inline-block;
	background:#e6edf1;
	line-height:46px;
	text-align:center;
	color:#000000;
	width: 110px;
	margin-bottom:30px;
	vertical-align:top;
	border-radius:20px;
}

.e1_info_desc {
	display: inline-block;
	line-height:46px;
	text-align:left;
	width: 680px;
	margin-left:20px;
	margin-bottom:30px;
	font-size:18px;
	border:0px #ff0000 solid;
}
.e1_info_desc2 {
	display: inline-block;
	text-align:left;
	width: 680px;
	margin-left:20px;
	margin-bottom:30px;
	font-size:18px;
	border:0px #ff0000 solid;
}

.e1_info_desc .host_logo {
	height:24px;
	margin-right:20px;
}

.e1_txt_big {
	font-size:30px;
	color:#4652a2;
}
.e1_txt_big2 {
	font-size:40px;
	font-weight:bold;
	color:#b137b3;
	letter-spacing:-1px;
} */

/**/
/* 
.e3_sec_1 {
	
}

.e3_anne_box {
	width:60%;
	margin:0 auto 0 auto;
	background:#f3f3f3;
	border:1px #cccccc solid;
	border-radius:4px;
	padding:40px;
}
.e3_anne_title {
	text-align:center;
	font-size:22px;
	font-weight:bold;
}

.e3_anne_item {
	width:80%;
	padding:14px 0 14px 0;
	margin:0 auto 0 auto;
	border-bottom:1px #cccccc dashed;
	text-align:left;
	font-size:18px;
}

.e3_anne_item span {
	display:inline-block;
	width:150px;
	font-weight: bold;
}
.e3_dnbox {
	background:#fbfbfb;
	border:1px #999999 dashed;
	border-radius:6px;
	padding:30px 0px 30px 0px;
	display:flex;
	justify-content: space-evenly;
	width:80%;
	margin:50px auto 0 auto;
}
 */
/**/

	.r1_sec_1 {
		width:800px;
		margin:0 auto 0 auto;
	}

.r1_sel_box {
	text-align:center;
}

.r1_anne_sel {
	display: inline-block;
	width:340px;
	border: 4px #cacbcb solid;
	padding:20px 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
}

.r1_anne_sel_on {
	background:#ee3c48;
	color:#ffffff;
}


	.r1_pp {
		height:200px; 
		overflow-x:hidden; 
		overflow-y:auto; 
		text-align:left; 
		padding:20px 20px 20px 20px; 
		font-size:16px; 
		line-height: 22px; 
		border:1px #cccccc solid; 
	}
	


/**/

	
.r3_step_box_case {	
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.r3_step_box {
	
	width: 23%; 
	text-align: center; 
	border: 3px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	
}

		
.r3_step_box_title {
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	border-radius: 4px 4px 0 0;
    background:linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
	padding:8px 0 8px 0;
}		


.r3_step_box:nth-child(2) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.r3_step_box:nth-child(2) .r3_step_box_title {	
    background:linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
	padding:8px 0 8px 0;
}	
.r3_step_box:nth-child(3) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}	
.r3_step_box:nth-child(3) .r3_step_box_title {
    background:linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
	padding:8px 0 8px 0;
}
.r3_step_box:nth-child(4) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.r3_step_box:nth-child(4) .r3_step_box_title {
    background:linear-gradient(to right, #5aa6db 0%,  #5aa6db 100%);
	padding:8px 0 8px 0;
	
}
.r3_step_box:nth-child(5) {	
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	margin-right:0;
}	
.r3_step_box:nth-child(5) .r3_step_box_title {
    background:linear-gradient(to right, #3081c4 0%,  #28b9dd 100%);
	padding:8px 0 8px 0;
}

.r3_step_desc {
	height:100px;	
	display:flex;	
	align-items:center; 
	flex-wrap:wrap;
}

.r3_step_desc .button_small{
	margin-top:10px;
	margin-right:0;
}

.r3_step_desc_txt {
	width:100%;
	text-align:center; 
	font-size:18px;
}

.r3_step_anne {
	margin:50px auto 0 auto;
	text-align: left;
	width:100%;
	padding:20px 0 0px 30px;
	border-radius:4px;
	border:1px #cccccc dashed;
}

.r3_bene {
	display:flex;
	align-items:center;
	font-size:18px;
	margin-bottom:7px;
}

.r3_bene_num {
	font-size:14px;
	width:26px;
	text-align:center;
	padding:3px 0px 3px 0px;
	background:#86bd24;
	color:#ffffff;
	font-weight:bold;
	font-style: italic;
	margin-right:8px;
	border-radius:50px;
}

	
.r3_step_anne {
	margin:0px auto 0 auto;
	text-align: left;
	width:100%;
	padding:40px 0 40px 0px;
	border-radius:4px;
	border:1px #cccccc dashed;
}
	
	
.r3_guide_box {
		border-top:1px #999999 solid;
		border-bottom:1px #999999 solid;
		vertical-align:top;
}
.r3_guide_box_inner {
	border-bottom:1px #cccccc dashed;
}
.r3_guide_title_cell {
	display: inline-block;
	vertical-align:top;
	width:20%;
	margin-right:-6px;
	background:#ffffff;
	padding: 30px 0 30px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	
}
.r3_guide_desc_cell {
	display: inline-block;
	vertical-align:top;
	width:80%;
	background:#ffffff;
	padding: 30px 0 30px 0px;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}
	
.r3_table_title_1 {
    color: #000000;
    font-size: 18px;
	font-weight:bold;
    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;
}

.r3_table_td {
	text-align:center;
	font-size: 18px;
	vertical-align:middle;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding:30px 0 30px 0;
}
.r3_table_td_left {
	text-align:left;
	font-size: 18px;
	vertical-align:middle;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding:30px 0 30px 30px;
}

.r3_abs_list {
	padding:5px 0 5px 0;
}

/****/

.r_abs_dnbox {
	background:#fbfbfb;
	border:1px #999999 dashed;
	border-radius:6px;
	padding:40px 40px 40px 40px;
	display:flex;
	justify-content:space-around;
	width:100%;
}

.r_abs_listbox {
	padding:30px;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
}
.r_abs_list {
	display:flex;
	width:100%;
	justify-content:space-between;
	padding:4px 0 4px 0;
}
	.r_abs_list_box_1 {
		width:15%;
		font-size:18px;
		font-weight:bold;
	}
	
	.r_abs_list_box_1 span {
		font-size:14px;
		font-weight:normal;
	}
	
	.r_abs_list_box_2 {
		width:20%;
		font-size:18px;
	}
	
	.r_abs_list_box_3 {
		width:55%;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	.r_abs_list_box_4 {
		width:90px;
		display:flex;
		align-items:center;
		justify-content:space-around;
		border:0px #ff0000 solid;
	}
	/****/
	
	
.b2_sec_1 {
	
}

.b2_list {
	display:flex;
	/* justify-content:space-between; */
	justify-content:center;
	flex-wrap: wrap;
	width:100%;
}

.b2_list_item {
	width:310px;
	margin-bottom:40px;
	border:0px #ff0000 solid;
}

.b2_list_item_title {
	width:100%;
	word-break:keep-all;
	text-align:center;
}
/* 
.b2_sec_1 .con_box_2_2 {
	display: inline-block;
	width:340px !important;
	vertical-align:top;
}
.b2_sec_1 .con_box_2_2 div {
	word-break:keep-all;
	
} */

.b2_list_img {
	/* display: inline-block; */
	width:240px;
	height:240px;
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
	margin:0 auto 10px auto;
	cursor: pointer;
	border:0px #0000ff solid;
}

	/****/
	
	

.b3_pw_box {
	text-align:center; 
	padding:50px 0 30px 0; 
	border-radius:10px; 
	border:1px #cccccc solid; 
	width:500px; 
	margin:0 auto 0 auto;
	}

	
/**/

.b4_sec_1 {
	
}

.b4_post {
	display: flex;
	justify-content:center;
	align-items: center;
	width:800px;
	margin:0 auto 0 auto;
	padding:40px;
	border:1px #cccccc dashed;
	border-radius:10px;
	flex-wrap:wrap;
}

.b4_post .txt_1{
	width:100%;
	text-align:center;
	font-size: 24px;
	font-weight:bold;
	color:#171c61
}

.b4_post .txt_2{
	width:100%;
	text-align:center;
	font-size: 18px;
	margin-top:30px;
}
/**/
	/******/
	
.v1_sec_2_step {
		
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.v1_step_box {
	width:48%;
	height:380px;
	border: 3px #fdbe56 solid;
    border-radius: 8px;
}

		
.v1_step_box_title {
	color:#cc1e02; 
	/* color:#ffffff;*/
	font-size:24px;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
     background-color:#fdbe56; 
	/*background-color:#f3f3f3;*/
	padding:14px 0 14px 0;
	background-position:20px center;
	background-repeat: no-repeat;
	background-size:6%;
	text-align:center;
	margin-bottom:20px;
}		


.v1_step_box:nth-child(1) .v1_step_box_title {	
    background-image:url('../images_icon/icon_monitor.png'); 
}	

.v1_step_box:nth-child(2) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_1_w.png'); 
}	
/* .v1_step_box:nth-child(3) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_3_w.png'); 
}	
.v1_step_box:nth-child(4) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_4_w.png'); 
}	 */

.v1_step_txt {
	text-align: center;
	padding:14px 0 14px 0;
	font-size:20px;
}
.v1_step_arr {	
	text-align: center;
	padding:4px 0 4px 0;
}

/**/

.v3_sec_1 {
	width:800px;
	margin: 0 auto 0 auto;
}

	
	/**/
	
	.b3_sec_1 {
		
	}
	.b3_map_box {
		border:1px #cccccc solid;
		border-radius:4px;
	}
	
	.b3_bttn_box {
		display: flex;
		justify-content: space-around;
		margin-top:40px;
		background:#f6f6f6;
		border:1px #cccccc solid;
		border-radius:4px;
		padding:20px 0 20px 0;
	}
	.b3_bttn_box .button_normal{
		font-size:20px;
		width:200px;
	}
	/**/
	
	.b4_q {
		background:url(../images_icon/ico_q.png) left center no-repeat; 
		min-height:40px;		
		text-align: left; 
		padding:0 0 0 45px;
		border-bottom:1px #cccccc dashed;
	}
	.b4_q a{
		font-size:18px;
		font-weight: bold;
		line-height:40px;
	}
	
	.b4_a {
		
		background:url(../images_icon/ico_a.png) 35px 20px no-repeat #FCFAFC; 
		padding:20px 0 20px 70px; 
		min-height:40px;
		text-align: left;
		font-size:18px;
	}
	
	
	
	
	
	
	/* 
	.e1_top_txt {font-size:34px; color:#005bac; font-weight:bold; text-align: center; letter-spacing:-2px; line-height: 44px;  margin:0 0 40px 0}
.event_img {width:250px; height: 170px; border-radius:4px}
.event_desc {padding:0 20px 0 20px; vertical-align: top}
.event_desc2 {padding:20px 20px 0 20px; vertical-align: top}
.e1_button {position:absolute; top:0; right: 40px}



	.e1_anne_box {
		border:1px #cccccc solid;
		border-radius:4px;
		padding:30px 30px 30px 30px;
	} */
	
	/****/
	/* 
	.e1_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e1_info {
		display: flex;
		justify-content: space-between;
	}

	.e1_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e1_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e1_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e1_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 640px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
	}
	
	.e1_big_txt {
		color:#008cd6;
		font-size:34px;
		font-weight:bold;
		text-align:center;
		margin-bottom:50px;
	}
	
	
	.e1_past_box {
		display: flex;
		justify-content: space-between;
		margin-bottom:30px;
	}
	
	.e1_past_pic {
		width:220px;
		height:150px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
	}
	.e1_past_desc {
		width:400px;
		height:150px;
		padding-left:20px;
		border:0px #ff0000 solid;
	}
	.e1_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:20px;
	}
	.e1_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	 */
	/****/
	/* 
	.e2_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e2_info {
		display: flex;
		justify-content: space-between;
	}

	.e2_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e2_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 100px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e2_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e2_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 500px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	
	.e2_big_txt {
		color:#008cd6;
		font-size:34px;
		font-weight:bold;
		text-align:center;
		margin-bottom:50px;
	}
	
	
	.e2_past_box {
		display: flex;
		justify-content: space-between;
		margin-bottom:30px;
	}
	
	.e2_past_pic {
		width:400px;
		height:260px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
	}
	.e2_past_desc {
		width:800px;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.e2_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:20px;
	}
	.e2_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	 */
	/****/
	/* 
	.e3_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e3_info {
		display: flex;
		justify-content: space-between;
	}

	.e3_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e3_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 100px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e3_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e3_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 500px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	
	.e3_big_txt {
		color:#008cd6;
		font-size:34px;
		font-weight:bold;
		text-align:center;
		margin-bottom:50px;
	}
	
	
	.e3_past_box {
		display: flex;
		justify-content: space-between;
		margin-bottom:30px;
	}
	
	.e3_past_pic {
		width:400px;
		height:260px;
		border:0px #ff0000 solid;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		border-radius:4px;
	}
	.e3_past_desc {
		width:800px;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	.e3_past_desc_title {
		font-size:20px;
		font-weight:bold;
		color:#4d9111;
		margin-bottom:20px;
	}
	.e3_past_desc_desc {
		font-size:18px;
		color:#000000;
	}
	
	.e3_past_circle {
		width:200px;
		height:200px;
		border-right:4px #cccccc solid;
		border-bottom:4px #cccccc solid;
		border-radius:200px;
		background:#6eb92b;
		margin:30px 0 0 30px;
	}
	.e3_past_circle p {
		text-align:center;
		padding-top:60px;
		font-size:30px;
		font-weight:bold;
		color:#ffffff;
	}
	.e3_past_circle p span {
		color:#003687;
	}
	 */
	/****/
	/* 
	.e4_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e4_info {
		display: flex;
		justify-content: space-between;
	}

	.e4_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e4_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 390px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e4_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e4_info_desc_null {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 170px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e4_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	.e4_info_desc3 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		line-height:46px;
		border:0px #ff0000 solid;
	}
	
	.e4_show_box {
		background:#f6f6f6;
		text-align:center;
		border-radius:4px;
		border:1px #cccccc dashed;
		padding:30px 0 30px 0;
	}
	
	.e4_show_pic {
		display: inline-block;
		width:307px;
		height:227px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:contain;
		margin:0 30px 0 30px;
		vertical-align:top;
	}
	
	
	.e4_pastshow_box {		
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.e4_pastshow_pic {
		width:400px;
		height:267px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		margin-bottom:30px;
	}
	 */
	/****/
	/* 
	.e5_info_box {
		border:1px #d9d9d9 solid;
		border-radius: 4px;
		padding:40px 40px 40px 40px;
	}
		
	.e5_info {
		display: flex;
		justify-content: space-between;
	}

	.e5_info_title {
		display: inline-block;
		background:#e6edf1;
		line-height:46px;
		text-align:center;
		color:#000000;
		width: 110px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}
	
	.e5_info_title_null {
		display: inline-block;
		background:none;
		line-height:0px;
		text-align:center;
		color:#000000;
		width: 390px;
		margin-bottom:30px;
		vertical-align:top;
		border-radius:20px;
	}

	.e5_info_desc {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 450px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e5_info_desc_null {
		display: inline-block;
		line-height:46px;
		text-align:left;
		width: 170px;
		margin-left:20px;
		margin-bottom:30px;
		font-size:18px;
	}
	.e5_info_desc2 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		border:0px #ff0000 solid;
	}
	.e5_info_desc3 {
		display: inline-block;
		text-align:left;
		width: 1090px;
		margin-left:30px;
		margin-bottom:30px;
		font-size:18px;
		line-height:46px;
		border:0px #ff0000 solid;
	}
	
	.e5_show_box {
		background:#f6f6f6;
		text-align:center;
		border-radius:4px;
		border:1px #cccccc dashed;
		padding:30px 0 30px 0;
	}
	
	.e5_show_pic {
		display: inline-block;
		width:307px;
		height:227px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:contain;
		margin:0 30px 0 30px;
		vertical-align:top;
	}
	
	
	.e5_pastshow_box {		
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.e5_pastshow_pic {
		width:620px;
		height:450px;
		border-radius:4px;
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
		margin-bottom:30px;
	}
	 */
	/****/
	
	
	
	

.c2_tm_box { 
	height:300px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	text-align:left; 
	padding:20px 20px 20px 20px; 
	font-size:16px; 
	line-height: 22px; 
	border:1px #cccccc solid; 
	border-radius:10px;
	}
	

.c2_tot_box {
	border:2px #999999 solid;
	border-radius: 10px;
	padding:40px 40px 40px 40px;
	background:#faf9f6;
	margin-top:50px;
}

.c2_tot_box .table_case {
	width:800px;
	margin:0 auto 0 auto;
}
.c2_tot_box .table_case td{
	border-right:none;
	text-align:center;
}
.c2_tot_box .table_case .input_box {
	background:#faf9f6;
	border: none;
	color:#ff0000;
	padding-bottom:14px;
}

.c2_tot_anne {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.c2_tot_box .r_item_title_box {
	width:50% !important;
	background:none;
}


.c2_magam_box {
	width:700px;
	border:6px #f3f3f3 solid;
	border-radius:10px;
	padding:50px;
	margin:0 auto 0 auto;
	
	text-align:center;
	font-size:24px;	
}

.c2_magam_box p:first-child {
	font-size:28px;	
	font-weight:bold;
	margin-bottom:20px;
}

.c2_magam_box p:last-child {
	margin-top:20px;
}


	/******/
	
	

.comlist_box {
	display: inline-block;
	width:24.6%;
	margin-bottom:30px;
	vertical-align: top;
}

.comlist_com_box {
	width:90%;
	margin:0px auto 0 auto; 
	border:1px #cccccc solid;
	text-align: center;
	vertical-align: top;
	cursor:pointer;
	position:relative;
	padding:20px 0 20px 0;
}

.comlist_com_logo {
	display: inline-block;
	margin-top:20px;
	width:160px;
	height:120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
}

.comlist_com_name {
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}

.comlist_com_pummok {
	display: inline-block;
	margin-top:5px;
	width:90%;
	/* height: 30px; */
	height: 30px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:-1px;
	word-break: keep-all;
}


.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comlist_com_booth_num {
	position:absolute;
	top:0; 
	left:50%;
	width:100px;
	margin-left:-50px;
	padding:4px 16px 5px 16px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
	color:#e6f972;
	text-align:center;
	background:#1191b2;
	border-radius:0 0 6px 6px;
}

.comlist_com_booth_num span {
	color:#ffffff !important;
}

/**/

.l1_view_boothnum_box {
	text-align:left;
	margin-bottom:10px;
	background:#f3f3f3;
	border:0px #ff0000 solid;
}

.comlist_com_booth_num_view {
	display:inline-block;
	padding:10px 20px 10px 20px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	color:#e6f972;
	background:#1191b2;
	border-radius:4px 4px 4px 4px;
	text-align:center;
	
}

.comlist_com_booth_num_view span {
	color:#ffffff !important;
}

.comlist_view_box_1 {
	display: flex; 
	justify-content: space-between;  
	/* justify-content: flex-start; */
	overflow:hidden; 
	width:100%;
}

.comlist_view_box_1 .table_title_2 {
	background:#f7f4ff;
}

#c82 .table_title_2 {
	background:#f7f4ff;
}

#v2prog .table_title_4 {
	width:50%;
}

.comlist_view_logobox {
	/* display:inline-block; */
	width:400px;
	height:340px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
	border:1px #cccccc solid;
	border-radius:2px;
}

.comlist_view_infobox {
	/* display:inline-block; */
	width:800px;
	/* margin-left:40px; */
	
}

.comlist_view_infobox .r_item_title_box {
	padding-top:10px !important;
	padding-bottom:10px !important;
	height:auto;
	font-size:18px;
	font-weight:normal !important;
}

.comlist_view_infobox .r_item_input_box_2 {
	text-align:left;
	padding-left:20px;
	padding-top:10px !important;
	padding-bottom:10px !important;
	height:auto;
	font-size:18px;
}

#c82 .r_item_input_box_2 {
	text-align:left;
	padding-left:20px;
	padding-top:14px !important;
	padding-bottom:14px !important;
	height:auto;
}


.comlist_view_picbox {
	display: flex; 
	justify-content: space-between;  
	/* justify-content: flex-start; */
	overflow:hidden; 
	width:100%;
	height:210px;
	border:0px #ff0000 solid;
	padding-top:20px;
}
.comlist_view_pic {
	width:280px;
	height:190px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border:0px #cccccc solid;
	border-radius:2px;
}

.l1_button_download {
	position:absolute;
	top:10px;
	right:0;
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:46px; 
	/* background:#282f79;  */
	background:#333333; 
	line-height:46px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:18px; 
	font-weight:bold;
	text-align:center; 
	border-radius:4px;
	}

.l1_button_download img {
	height:20px;
	margin-right:10px;
	margin-top:14px;
}

	
	
	
	
	
	/****/
	
	
.r2_sec_1 {	
	/* vertical-align: top;
	width:800px;
	margin: 0 auto 0 auto; */
}	

.r2_item {
	width:95%;
	margin:0 auto 0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px 0 10px 0;
	border-bottom:1px #cccccc solid;
	flex-wrap:wrap;
	font-size:16px;
}
.review .r2_item:last-child {
	border-bottom:none;
}
.r2_item_inner_1 {
	width:6%;
	border:0px #cccccc solid;
}
.r2_item_inner_2 {
	width:22%;
	border:0px #cccccc solid;
}
.r2_item_inner_3 {
	width:20%;
	border:0px #cccccc solid;
}
.r2_item_inner_4 {
	width:18%;
	border:0px #cccccc solid;
}
.r2_item_inner_ct {
	width:24%;
	word-break:break-all;
	border:0px #cccccc solid;
}
.r2_item_inner_5 {
	width:10%;
	text-align:right;
	border:0px #cccccc solid;
}
/* ===== 메인 팝업 (dmgm/popwn → home/popup_win.php) ===== */
.home_popwin {
	box-shadow:0 6px 24px rgba(0,0,0,.25);
	background:#ffffff;
	max-width:calc(100vw - 24px);
}
.home_popwin_body { line-height:0; }
.home_popwin_body img { width:100%; height:auto; }
.home_popwin_bar {
	background:#333333;
	padding:7px 12px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:14px;
}
.home_popwin_bar label { color:#ffffff; font-size:12px; cursor:pointer; display:flex; align-items:center; gap:5px; }
.home_popwin_bar label input { vertical-align:middle; }
.home_popwin_bar a { color:#ffffff; font-size:12px; text-decoration:none; }
.home_popwin_bar a:hover { text-decoration:underline; }
/****/


.r3_sign_box {
	background:#f6f6f6;
	padding:30px;
	border-radius:8px;
	text-align: center;
}

.r3_sign_input {
	width:956px;
}
.r3_sign_input_review {
	width:1033px;
}

.r3_sign_spell{
	width:36px;
	height:36px;
	text-align:center;	
	margin:0px 2px 0px 0px;
	font-size: 18px;
	padding:0px 0 0 0;
	color:#000000;
	border:1px solid #cccccc;
}


.r3_button_small {
    display: inline-block;
    white-space: nowrap;
    background-color:#78BDE5;
    padding: 10px 0px 8px 0px !important;
    margin: 0px 0 0 3px;
    text-align: center;
    color: #ffffff !important;
    font-size:16px;
    font-weight:normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    border-radius: 4px;
    letter-spacing:0px;
    width:70px;
	vertical-align:middle;
}

/****/


#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:20px 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_sec_1 {
	text-align:center; 
	vertical-align: top;
}

.mypage_sec_1 .con_box_3 {
	vertical-align: top;
}
.mypage_sec_1 .con_box_2_5 {
	vertical-align: top;
}

.mypage_box {
	display: inline-block;
	width:90%;
	border:1px #cccccc solid; 
	border-radius:4px;
	background:#fbfbfb; 
	margin-bottom:40px;
	padding:30px 30px 30px 30px;
	vertical-align: top;
}

.mypage_sub_title {
	color:#000000; 
	font-size:22px; 
	font-weight:normal; 
	margin-left:0px;
	text-align:left;
	padding-bottom:8px;
	border-bottom: 1px #cccccc solid;
	}

.mypage_info {
	color:#000000; 
	font-size:18px; 
	font-weight:normal; 
	text-align:left;
	margin-top:30px;
	vertical-align: top;
	padding-left:10px;
	word-break: keep-all;
}

.mypage_subm_list {
	margin-top: 10px;
	font-size: 14px;
	line-height:20px;
	letter-spacing:0px;
	padding-left:10px;
	word-break: keep-all;
}
.mypage_subm_list strong{
	word-break: keep-all;
}

.mypage_button {
	display: inline-block;
	background:#333333;
	width:200px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:40px;
	height:40px;
	margin-left:20px;
	padding-bottom:2px;
	border-radius:4px;
}


.mypage_button_s {
	display: inline-block;
	background:#333333;
	width:140px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	height:30px;
	margin-right:10px;
	padding-bottom:2px;
	border-radius:4px;
}

.mypage_box_1 {border:1px #cccccc dashed; border-radius:6px; text-align:center; padding:40px 0 40px 0; 
	background:#f9f9f9; margin-bottom:40px}
.mypage_box_2 {border:1px #cccccc dashed; border-radius:6px; text-align:center; padding:40px 0 40px 0;}
.mypage_table { width:60%; margin:0 auto 0 auto}
.mypage_table_td {padding:10px 10px 10px 10px; border-bottom:1px #cccccc solid; font-size:18px}


.mypage_tot_box {
	margin-top:40px;
	background:#faf9f6;
	padding:30px;
	border-radius:12px;
}

.mypage_tot_box .item {	
	display:flex;
	justify-content: space-around;
	align-items: center;
	width:90%;
	margin:0 auto 0 auto;
	padding:10px 0 10px 0;
	border-bottom:1px #cccccc solid; 
}
.mypage_tot_box .item:last-child {
	border-bottom:none; 
}
.mypage_tot_box .item .item_inner {	
	width:50%;
	text-align:center;
	font-size:18px;
}

/**/
	/**/

.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;
	}
	
	/********/
    
	
	/**/
	
.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}

	/**/


/* ===================== i3 주관사 소개 ===================== */
/* 탭 버튼 */
.i3_tab_wrap {
    text-align: center;
    margin-bottom: 50px;
}
.i3_tab_btn {
    display: inline-block;
    width: 160px;
    padding: 12px 0;
    text-align: center;
    border: 3px #cccccc solid;
    border-radius: 80px;
    background: #ffffff;
    font-size: 20px;
    color: #999999;
    cursor: pointer;
    margin: 0 8px;
    transition: all 0.2s;
}
.i3_tab_btn.on {
    border: 3px #171c61 solid;
    background: #eef0fa;
    color: #171c61;
    font-weight: bold;
}
.i3_tab_btn:hover {
    border-color: #171c61;
}

/* 탭 콘텐츠 */
.i3_tab_content { display: none; }
.i3_tab_content.active { display: block; }

/* 킨텍스 - 회사정보 */
.i3_company_wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}
.i3_company_img {
    flex: 0 0 45%;
}
.i3_company_img img {
    width: 100%;
    border-radius: 4px;
}
.i3_company_table {
    flex: 1;
}
.i3_company_table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    white-space: nowrap;
    border-top: 3px solid #111111;
}
.i3_company_table table td {
    padding: 15px;
    border-bottom: 1px solid #111111;
    vertical-align: top;
    line-height: 1.6;
}
.i3_company_table table td:first-child {
    width: 25%;
    font-weight: 700;
    text-align: center;
}
.i3_company_table table td img {
    max-width: 80%;
}

/* 킨텍스 - 사업영역 */
.i3_biz_area {
    margin-bottom: 60px;
}
.i3_biz_cards {
    display: flex;
    gap: 20px;
}
.i3_biz_card {
    flex: 1;
    border: 1px #198fd9 solid;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.i3_biz_card_title {
    background: #198fd9;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 10px;
}
.i3_biz_card_body {
    padding: 28px 16px 32px 16px;
}
.i3_biz_card_body .sub_title {
    font-size: 18px;
    font-weight: 600;
    color: #212326;
    margin-bottom: 14px;
    text-align: center;
}
.i3_biz_card_body .sub_desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
}

/* 킨텍스 - 소개문 */
.i3_intro_box {
    background: linear-gradient(135deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 50px 40px;
    margin-bottom: 50px;
}
.i3_intro_box .intro_head {
    font-size: 22px;
    font-weight: 600;
    color: #171c61;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
}
.i3_intro_cols {
    display: flex;
    gap: 24px;
}
.i3_intro_col {
    flex: 1;
    background: #171c61;
    border-radius: 8px;
    padding: 30px 24px;
    color: #ffffff;
}
.i3_intro_col .col_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
}
.i3_intro_col .col_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #d0d6e8;
}

/* 메쎄이상 - 로고/소개 */
.i3_messe_logo {
    text-align: center;
    margin-bottom: 40px;
}
.i3_messe_logo img {
    max-width: 300px;
}
.i3_messe_intro {
    text-align: center;
    margin-bottom: 50px;
}
.i3_messe_intro .intro_main {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 25px;
}
.i3_messe_intro .intro_desc {
    font-size: 17px;
    color: #333333;
    line-height: 1.7;
    max-width: 960px;
    margin: 0 auto;
}

/* 메쎄이상 - 숫자 카운터 */
.i3_numbers {
    background: #171c61;
    border-radius: 10px;
    padding: 50px 30px;
    margin-bottom: 60px;
}
.i3_numbers_title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    margin-bottom: 30px;
}
.i3_numbers_title span {
    font-weight: 300;
}
.i3_numbers_grid {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.i3_num_item {
    text-align: center;
    flex: 1;
    max-width: 220px;
}
.i3_num_value {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}
.i3_num_value .unit {
    font-size: 28px;
}
.i3_num_label {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
}

/* 메쎄이상 - 전시장 */
.i3_venue_wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    justify-content: center;
}
.i3_venue_item {
    flex: 0 1 48%;
    max-width: 500px;
    text-align: center;
}
.i3_venue_item img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 12px;
}
.i3_venue_item .venue_name {
    font-size: 20px;
    font-weight: 700;
    color: #212326;
}
.i3_venue_item .venue_name span {
    font-weight: 300;
    color: #888888;
}

/* 메쎄이상 - Data Marketing Platform */
.i3_dmp {
    background: linear-gradient(180deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 10px;
    padding: 50px 40px;
    margin-bottom: 60px;
}
.i3_dmp_title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #171c61;
    margin-bottom: 40px;
}
.i3_dmp_cards {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}
.i3_dmp_card {
    flex: 1;
    border: 1px #ff5000 solid;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
}
.i3_dmp_card_header {
    background: #ff5000;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    padding: 14px 10px;
}
.i3_dmp_card_body {
    padding: 24px 20px 28px 20px;
}
.i3_dmp_card_body .dmp_sub {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}
.i3_dmp_card_body .dmp_sub_sm {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 8px;
}
.i3_dmp_card_body ul {
    margin: 0;
    padding-left: 20px;
}
.i3_dmp_card_body ul li {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
}
.i3_dmp_bottom {
    text-align: center;
}
.i3_dmp_bottom .dmp_tagline {
    display: inline-block;
    border: 2px #ff5000 solid;
    border-radius: 45px;
    padding: 14px 40px;
    font-size: 22px;
    font-weight: 600;
    color: #ff5000;
}
.i3_dmp_bottom .dmp_tagline span {
    font-weight: 200;
    color: #ff5000;
}

/* 섹션 제목 */
.i3_section_title {
    font-size: 26px;
    font-weight: bold;
    color: #171c61;
    margin-bottom: 30px;
    padding-bottom: 14px;
    border-bottom: 2px #171c61 solid;
}
/* ===================== //i3 주관사 소개 ===================== */


/* ===================== i5 교통/숙박 ===================== */
/* 탭 버튼 (i3과 동일 패턴) */
.i5_tab_wrap {
    text-align: center;
    margin-bottom: 50px;
}
.i5_tab_btn {
    display: inline-block;
    width: 160px;
    padding: 12px 0;
    text-align: center;
    border: 3px #cccccc solid;
    border-radius: 80px;
    background: #ffffff;
    font-size: 20px;
    color: #999999;
    cursor: pointer;
    margin: 0 8px;
    transition: all 0.2s;
}
.i5_tab_btn.on {
    border: 3px #171c61 solid;
    background: #eef0fa;
    color: #171c61;
    font-weight: bold;
}
.i5_tab_btn:hover {
    border-color: #171c61;
}
.i5_tab_content { display: none; }
.i5_tab_content.active { display: block; }

/* 소개 텍스트 */
.i5_intro_text {
    text-align: center;
    margin-bottom: 50px;
}
.i5_lead {
    font-size: 22px;
    font-weight: 600;
    color: #171c61;
    line-height: 1.6;
    margin-bottom: 16px;
}
.i5_sub_lead {
    font-size: 17px;
    color: #333333;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}
.i5_note {
    font-size: 15px;
    color: #888888;
    margin-top: 16px;
}

/* 섹션 제목 */
.i5_section_title {
    font-size: 26px;
    font-weight: bold;
    color: #171c61;
    margin-bottom: 24px;
    margin-top: 50px;
    padding-bottom: 14px;
    border-bottom: 2px #171c61 solid;
}

/* 교통 - 지도/이미지 */
.i5_map_section,
.i5_traffic_section {
    margin-bottom: 50px;
}
.i5_map_img img,
.i5_traffic_img img {
    width: 100%;
    border-radius: 6px;
}

/* 숙박 - 호텔 그리드 */
.i5_hotel_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.i5_hotel_card {
    display: block;
    width: calc(25% - 15px);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s;
}
.i5_hotel_card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.i5_hotel_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.i5_hotel_info {
    padding: 14px 16px 18px 16px;
}
.i5_hotel_info .hotel_name {
    font-size: 16px;
    font-weight: 700;
    color: #212326;
    margin-bottom: 6px;
    line-height: 1.3;
}
.i5_hotel_info .hotel_detail {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}
/* ===================== //i5 교통/숙박 ===================== */


/* ===================== 공통 step 카드 (c2, v1 공유) ===================== */
.step_wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}
/* 점선 연결 - 첫 카드 중앙 ~ 마지막 카드 중앙 */
.step_wrap::before {
    display: none;
}
.step_card + .step_card::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 30px;
    border-top: 3px dashed #cccccc;
    z-index: 0;
}
.step_card {
    flex: 1;
    max-width: 280px;
    text-align: center;
    padding: 30px 16px;
    border: 1px #dddddd solid;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 4px 4px 0 0 rgba(221,221,221,0.57);
    position: relative;
    z-index: 1;
}
.step_num {
    font-size: 22px;
    font-weight: 600;
    color: #141617;
    margin-bottom: 12px;
}
.step_icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 12px auto;
    font-size: 28px;
    background: #020873;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_icon img {
    width: 28px;
    height: 28px;
}
.step_desc {
    font-size: 18px;
    color: #434549;
    line-height: 1.5;
}
.step_desc span {
    font-size: 15px;
    color: #666666;
}
/* ===================== //공통 step 카드 ===================== */


/* ===================== c2 참가안내 ===================== */
.c2_section {
    margin-bottom: 60px;
}
.c2_price_bg {
    background: linear-gradient(180deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 10px;
    padding: 50px 40px;
}
.c2_title {
    font-size: 34px;
    font-weight: 700;
    color: #171c61;
    text-align: center;
    margin-bottom: 10px;
}
.c2_subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}

/* 버튼 */
.c2_btn_wrap {
    text-align: center;
    margin-top: 10px;
}
.c2_btn {
    display: inline-block;
    padding: 16px 50px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
}
.c2_btn_primary {
    background: #020873;
    color: #ffffff;
    border: 1px #020873 solid;
}
.c2_btn_primary:hover {
    background: #ffffff;
    color: #020873;
}

/* 부스 카드 */
.c2_booth_wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.c2_booth_card {
    flex: 1;
    max-width: 480px;
    border: 1px rgba(2,8,115,0.6) solid;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}
.c2_booth_header {
    background: rgba(2,8,115,0.6);
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 16px 10px;
}
.c2_booth_body {
    padding: 24px 28px 30px 28px;
    text-align: center;
}
.c2_booth_price {
    font-size: 22px;
    font-weight: 600;
    color: #141617;
    margin-bottom: 10px;
}
.c2_booth_price span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.c2_booth_desc {
    font-size: 18px;
    color: #141617;
    margin-bottom: 24px;
}
.c2_booth_img {
    margin-bottom: 24px;
}
.c2_booth_img img {
    max-width: 260px;
}
.c2_booth_label {
    font-size: 20px;
    font-weight: 600;
    color: #141617;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 5%;
}
.c2_booth_list {
    text-align: left;
    padding-left: 22px;
    margin: 0 0 0 0%;
}
.c2_booth_list li {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}
/* ===================== //c2 참가안내 ===================== */


/* ===================== c3 광고/스폰서십 ===================== */
.c3_section {
    margin-bottom: 60px;
}

/* 히어로 */
.c3_hero_bg {
    background: #f9f6fa;
    border-radius: 6px;
    padding: 40px 40px;
    text-align: center;
}
.c3_hero_title {
    font-size: 24px;
    font-weight: 700;
    color: #E85977;
    line-height: 1.5;
    margin-bottom: 14px;
}
.c3_hero_desc {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
}

/* 제목 */
.c3_title {
    font-size: 34px;
    font-weight: 700;
    color: #171c61;
    text-align: center;
    margin-bottom: 40px;
}

/* 스폰서십 패키지 카드 */
.c3_package_wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.c3_package_card {
    flex: 1;
    max-width: 320px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.2s;
}
.c3_package_card:hover {
    transform: translateY(-5px);
}
.c3_package_header {
    padding: 30px 20px;
    text-align: center;
    color: #ffffff;
}
.c3_pkg_star {
    font-size: 22px;
    color: #ffd700;
    letter-spacing: 4px;
}
.c3_pkg_name {
    font-size: 28px;
    font-weight: 700;
    margin-top: 8px;
}
.c3_package_body {
    padding: 30px 20px;
    text-align: center;
}
.c3_pkg_price {
    font-size: 32px;
    font-weight: 700;
    color: #171c61;
}
.c3_pkg_price span {
    font-size: 18px;
    font-weight: 400;
    color: #888888;
}

/* 패키지 등급별 색상 */
.c3_pkg_gold .c3_package_header {
    background: #daa520;
}
.c3_pkg_silver .c3_package_header {
    background: #8a9aaa;
}
.c3_pkg_bronze .c3_package_header {
    background: #c4875b;
}

/* 상세 테이블 */
.c3_table_wrap {
    width: 100%;
}
.c3_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
}
.c3_table thead tr {
    background: #c97882;
    color: #ffffff;
}
.c3_thead_row1 th:first-child {
    border-radius: 8px 0 0 0;
}
.c3_thead_row1 th:last-child {
    border-radius: 0 8px 0 0;
}
.c3_table th {
    padding: 14px 10px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none;
}
.c3_thead_row2 {
    background: #f2dce0 !important;
}
.c3_thead_row2 th {
    font-weight: 400;
    padding: 10px 10px;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: #333333;
}
.c3_table th .c3_pkg_star {
    font-size: 18px;
    color: #ffd700;
}
.c3_th_pkg_label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.c3_th_item {
    width: 35%;
    text-align: center;
}
.c3_th_price {
    width: 25%;
}
.c3_th_pkg {
    width: 13.3%;
}
.c3_table tbody td {
    padding: 12px 14px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
}
.c3_table tbody td:first-child {
    text-align: left;
    font-weight: 500;
}
.c3_table tbody tr:hover {
    background: #f8f8fc;
}
.c3_table_note {
    text-align: right;
    font-size: 14px;
    font-style: italic;
    color: #cc3333;
    margin-top: 12px;
}

/* 문의 */
.c3_contact_bg {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 50px 40px;
    text-align: center;
}
.c3_contact_desc {
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 14px;
}
.c3_contact_info {
    font-size: 20px;
    font-weight: 600;
    color: #171c61;
}
/* ===================== //c3 광고/스폰서십 ===================== */


/* ===================== v1 관람안내 ===================== */
.v1_section {
    margin-bottom: 60px;
}
.v1_title {
    font-size: 34px;
    font-weight: 700;
    color: #171c61;
    text-align: center;
    margin-bottom: 40px;
}
.v1_entry_bg {
    background: linear-gradient(180deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 10px;
    padding: 50px 40px;
}
.v1_entry_label {
    font-size: 28px;
    font-weight: 600;
    color: #020873;
    text-align: center;
    margin-bottom: 8px;
}
.v1_entry_sub {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
}
/* ===================== //v1 관람안내 ===================== */


/* ===================== v2 사전등록 ===================== */
/* 모달 */
.v2_modal_overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.v2_modal {
    background: #ffffff;
    border-radius: 10px;
    width: 560px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.v2_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: #171c61;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.v2_modal_close {
    color: #ffffff;
    font-size: 28px;
    text-decoration: none;
    line-height: 1;
}
.v2_modal_body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}
.v2_modal_label {
    display: block;
    padding: 10px 12px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5;
}
.v2_modal_label:hover {
    background: #f5f7ff;
}
.v2_modal_label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    accent-color: #171c61;
}

/* inline_fields 폰트 통일 */
.v2_inline_fields select,
.v2_inline_fields input {
    font-size: 18px;
}
.v2_inline_fields input::placeholder {
    font-size: 18px;
}
.v2_modal_footer {
    padding: 16px 24px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.v2_modal_footer .button_reg {
    padding: 12px 0 !important;
    font-size: 15px;
    width: 160px;
    border-radius: 6px;
}

/* 라디오/체크박스 아이템 */
.v2_chk_item,
.v2_radio_item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
}
.v2_chk_item input[type="checkbox"],
.v2_radio_item input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #171c61;
}
/* select + input 인라인 정렬 */
.v2_inline_fields {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 45%;
}
.v2_inline_fields select {
    flex: 0 0 120px;
}
.v2_inline_fields input {
    flex: 1;
}

.v2_inline_wide {
    width: 90%;
}

/* 옵션 박스 */
.v2_option_box {
    background: #f5f6f8;
    border-radius: 10px;
    padding: 14px 20px;
}
/* 그리드 레이아웃 */
.v2_grid_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px 20px;
}
.v2_grid_empty {
    padding: 0 !important;
}
/* 기타 입력란 인라인 */
.v2_etc_item {
    grid-column: span 2;
}
.v2_etc_input {
    width: 180px !important;
    height: 32px;
    margin-left: 8px;
    font-size: 15px;
    padding: 4px 8px;
}
.v2_etc_input:disabled {
    background: #e8e8e8;
    color: #aaaaaa;
}

/* 완료 페이지 */
.v2_done_wrap {
    text-align: center;
    padding: 80px 20px;
}
.v2_done_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 30px auto;
    font-size: 40px;
    background: #171c61;
    color: #ffffff;
    border-radius: 50%;
}
.v2_done_title {
    font-size: 30px;
    font-weight: 700;
    color: #171c61;
    margin-bottom: 16px;
}
.v2_done_desc {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}
/* ===================== //v2 사전등록 ===================== */


/* ===================== c1 Why Exhibit ===================== */

/* 인트로 */
.c1_head_txt {
    background: #f9f6fa;
    border-radius: 6px;
    padding: 40px 40px;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    color: #171c61;
}

/* 섹션 제목 */
.c1_section_title {
    font-size: 34px;
    font-weight: bold;
    color: #171c61;
    padding-bottom: 14px;
    border-bottom: 3px solid #171c61;
    margin-top: 80px;
    margin-bottom: 40px;
    word-break: keep-all;
}
.c1_section_title span {
    font-size: 20px;
    font-weight: normal;
    color: #888888;
    margin-left: 12px;
}

/* 검증된 성과 - 숫자 박스 */
.c1_siljuk_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.c1_siljuk_box {
    flex: 1;
    background: #f5f0eb;
    border-radius: 10px;
    padding: 18px 10px 30px 10px;
    text-align: center;
}
.c1_siljuk_box .box_data {
    font-size: 50px;
    line-height: 50px !important;
    font-weight: bold !important;
    color: #e01a1a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.c1_siljuk_box .box_data span {
    font-size: 22px;
    line-height: 1;
    font-weight: normal;
    color: #666666;
    position: relative;
    bottom: -8px;
}
.c1_siljuk_box .box_data .num_comma,
.c1_siljuk_box .box_data .num_plus,
.c1_siljuk_box .box_data .num_tilde {
    font-size: 50px !important;
    font-weight: bold !important;
    color: #e01a1a !important;
    position: static;
    bottom: auto;
}
.c1_siljuk_label {
    font-size: 16px;
    color: #444444;
    margin-top: 16px;
}

/* 차별점 카드 */
.c1_diff_case {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
.c1_diff_inner {
    width: 48%;
}
.c1_diff_head {
    border-radius: 6px 6px 0 0;
    padding: 0px 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    background: #5b9bd5;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 70px;
}
.c1_diff_head .num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 16px;
    margin-right: 14px;
    flex-shrink: 0;
}
.c1_diff_body {
    border-radius: 0 0 6px 6px;
    padding: 30px 40px 30px 86px;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    background: #f4f4f4;
    min-height: 120px;
    position: relative;
}
.c1_diff_emoji {
    position: absolute;
    right: 30px;
    bottom: 24px;
    font-size: 52px;
    opacity: 0.2;
}
.c1_diff_emoji img {
    height: 52px;
}

/* 추천 기업 */
.c1_recom_case {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.c1_recom_item {
    width: 48%;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 24px 30px;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    display: flex;
    align-items: center;
}
.c1_recom_item .chk_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #138808;
    color: #ffffff;
    font-size: 14px;
    margin-right: 16px;
    flex-shrink: 0;
}

/* ===================== //c1 Why Exhibit ===================== */

}

/* ===================== FAQ (공통) ===================== */
.faq_list { max-width:900px; margin:0 auto; }
.faq_item {
    border:1px solid #e0e0e0; border-radius:10px; margin-bottom:10px;
    overflow:hidden; transition:box-shadow 0.3s ease, border-color 0.3s ease;
}
.faq_item.active {
    box-shadow:0 4px 16px rgba(0,0,0,0.1); border-color:#0066cc;
}
.faq_question {
    display:flex; align-items:center; justify-content:space-between;
    padding:18px 20px; cursor:pointer; font-size:18px; color:#333333; line-height:1.5;
}
.faq_question:hover { background:#f9f9f9; }
.faq_question .q_mark { color:#0066cc; font-weight:700; margin-right:12px; flex-shrink:0; }
.faq_question .q_txt { flex:1; }
.faq_question .q_arrow { flex-shrink:0; margin-left:10px; font-size:14px; color:#999999; transition:transform 0.3s ease; }
.faq_item.active .faq_question .q_arrow { transform:rotate(180deg); }
.faq_answer {
    max-height:0; overflow:hidden; transition:max-height 0.35s ease;
    background:#f5f6f8; font-size:16px; color:#555555; line-height:1.8;
}
.faq_answer_inner { padding:18px 20px; }
.faq_answer .a_mark { color:#0066cc; font-weight:700; margin-right:10px; }
.faq_nodata { text-align:center; padding:60px 0; color:#999999; font-size:16px; }
/* ===================== //FAQ (공통) ===================== */

/* ===================== i2 Why India (공통) ===================== */
.i2_hero {
    margin-bottom: 60px;
}
.i2_hero_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f4fa;
    border-radius: 14px;
    padding: 50px 50px;
}
.i2_hero_txt {
    flex: 1;
    padding-right: 40px;
}
.i2_hero_title {
    font-size: 36px;
    font-weight: 800;
    color: #171c61;
    line-height: 1.3;
    margin-bottom: 24px;
}
.i2_hero_desc {
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
}
.i2_hero_desc p {
    margin-bottom: 4px;
}
.i2_hero_img {
    flex-shrink: 0;
    width: 280px;
}
.i2_hero_img img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    opacity: 0.85;
}
.i2_market {
    margin-bottom: 60px;
}
.i2_market_title {
    font-size: 28px;
    font-weight: 700;
    color: #171c61;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid #171c61;
}
.i2_market_cards {
    display: flex;
    gap: 20px;
}
.i2_market_card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
}
.i2_card_label {
    font-size: 20px;
    font-weight: 700;
    color: #171c61;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8ecf4;
}
.i2_card_now {
    font-size: 18px;
    color: #555555;
    margin-bottom: 4px;
}
.i2_card_now span {
    font-size: 14px;
    color: #999999;
}
.i2_card_arrow {
    font-size: 22px;
    color: #0066cc;
    margin: 6px 0;
}
.i2_card_future {
    font-size: 20px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 12px;
}
.i2_card_cagr {
    display: inline-block;
    background: #eef3ff;
    color: #0066cc;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
}
.i2_cooperation {
    margin-bottom: 40px;
}
.i2_coop_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.i2_coop_item {
    background: #f8f9fb;
    border-left: 4px solid #171c61;
    border-radius: 0 10px 10px 0;
    padding: 18px 24px;
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}
/* ===================== //i2 Why India (공통) ===================== */

/* ===================== 구성전시회 공통 (ex_) ===================== */
.ex_hero { margin-bottom: 50px; }
.ex_hero_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    padding: 40px 50px;
}
.ex_hero_inner.ex_const { background: #e8edf6; }
.ex_hero_inner.ex_beauty { background: #faeaea; }
.ex_hero_inner.ex_food { background: #e4f3ed; }
.ex_hero_txt { flex: 1; }
.ex_hero_label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #888888;
    margin-bottom: 10px;
}
.ex_hero_title {
    font-size: 34px;
    font-weight: 800;
    color: #171c61;
    line-height: 1.3;
}
.ex_hero_icon {
    flex-shrink: 0;
    width: 120px;
    margin-left: 30px;
}
.ex_hero_icon img { width: 100%; height: auto; }
.ex_section { margin-bottom: 50px; }
.ex_section_title {
    font-size: 24px;
    font-weight: 700;
    color: #171c61;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #171c61;
}
.ex_stat_cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.ex_stat_card {
    flex: 1;
    min-width: 150px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
}
.ex_stat_label {
    font-size: 14px;
    color: #888888;
    margin-bottom: 6px;
}
.ex_stat_num {
    font-size: 26px;
    font-weight: 800;
    color: #171c61;
    margin-bottom: 4px;
}
.ex_stat_desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.5;
}
.ex_stat_desc span {
    font-size: 13px;
    color: #999999;
}
.ex_opportunity_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ex_opportunity_item {
    width: calc(50% - 6px);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    background: #f8f9fb;
    border-radius: 10px;
    padding: 18px 24px;
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
}
.ex_opp_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 14px;
    flex-shrink: 0;
}
.ex_opp_dot.const { background: #0000AA; }
.ex_opp_dot.beauty { background: #E95A5E; }
.ex_opp_dot.food { background: #009070; }
.ex_items_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ex_item_tag {
    display: inline-block;
    background: #f0f2f8;
    color: #333333;
    font-size: 15px;
    padding: 8px 18px;
    border-radius: 20px;
}
.ex_section_note {
    margin-top: 12px;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.ex_highlight_list { margin-top: 16px; }
.ex_highlight_item {
    font-size: 17px;
    color: #333333;
    padding: 8px 0;
    line-height: 1.6;
}
.ex_highlight_badges {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.ex_highlight_badge {
    display: block;
    width: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 18px 22px;
    border-radius: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}
.ex_highlight_badge.const {
    background: #e8edf6;
    color: #0000AA;
}
.ex_highlight_badge.beauty {
    background: #fce8ea;
    color: #c0392b;
}
.ex_highlight_badge.food {
    background: #e4f3ed;
    color: #009070;
}
/* ===================== //구성전시회 공통 (ex_) ===================== */


@media all and (max-width: 1270px) {

    #wrap{}
    #wrap .wrap{}

    #header{
		position: fixed;
		top:0;left:0;
		width:100%;
		z-index: 101;
		transition: all 0.3s;		
		background: #171c61;
		}
    #header.fixed{position:fixed;background: #171c61;}
	
	
    #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{
		margin: 10px 0 0 0;
		display:block;
		width:auto;
		height:20px;
		}
    #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;
		}
		
	
	/* #logo_pnk {
		display:none;
		transition:all 0.5s;
	}
    #logo_wht.hide {
		display:inline-block !important;
		transition:all 0.5s;
	}	 */
		
    #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;
		padding-left:20px;
		}
    #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;
		}
	.dma2 p{ 
		color:#999999;
		margin-left:10px;
	}	
		
    #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: #000000;		
		border-radius:4px;
		background: #ffffff;
		margin-bottom:10px;
		border:1px #333333 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{
		display:none; /* 모바일 메뉴 SNS 아이콘 숨김 */
		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: 240px; */
		height:auto;
		border-bottom:0px #86bd24 solid; 
		margin-top:60px;
		overflow:hidden;
		border:0px #ff0000 solid;
		}
		
    #container .visual .slider{
		position: relative;
		z-index: 0;
		height: 240px;
		overflow: hidden;
		background-color:#171c61;
		}
			
	/* .visual_inner {
		position: relative;
		width:100%;
		margin:0 auto 0 auto;
	} */
	
	#container .visual .slider .swiper-slide{
		/* width:1270px; */
		width:100%;
		margin:0 auto 0 auto;
		background-position:center center ; 
		background-repeat:no-repeat;	
		background-size: cover;
		background-color:#0d0f1b;
		/* animation: grow 10s linear infinite; */
		}
	
	.swiper-button-next {
	  /*--swiper-navigation-size: 44px;
	  --swiper-navigation-top-offset: 50%;
	  --swiper-navigation-sides-offset: 10px;
	   --swiper-navigation-color: var(--swiper-theme-color); */
	  --swiper-navigation-color: #ffffff;
	}
	.swiper-button-prev {
	  /*--swiper-navigation-size: 44px;
	  --swiper-navigation-top-offset: 50%;
	  --swiper-navigation-sides-offset: 10px;
	   --swiper-navigation-color: var(--swiper-theme-color); */
	  --swiper-navigation-color: #ffffff;
	}
	
	/* 
    #container .visual .wrap{position:relative;z-index:2;display:flex;flex-direction:column;justify-content: center;}
   */
    /****/
	
	
	/* 반투명 마스크 */
	#container .visual::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.4); /* 검은색 반투명 마스크 (투명도 조절 가능) */
	  z-index: 1;
	}	
		
	.visual_inner {				
		z-index:2;
		position:absolute;		
		width:90%;
		height:240px;
		top:0px;
		left:50%;
		transform: translateX(-50%);
		border:0px #ff0000 solid;
	}
	
	
	.visual_txt {
		position:absolute;	
		top:17%;
		left:0;
	}
	.visual_txt img{
		height:110px;
		filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.6));
	}
	
	
	.visual_qbtn_box {
		position:absolute;	
		bottom:0;
		left:0;
		width:100%;
		display:flex;
		justify-content:space-between;
	}
	.visual_qbtn {
		width:32%;
		background:#171c61;
		/* display:flex;
		justify-content:center;
		align-items:center; */
		padding:14px 0 14px 0;
		background-image: url('../images_icon/icon_arrow_3.png');
		background-repeat: no-repeat;
		background-position: right 5px top 5px;
		background-size: 10px; 
		text-align:center;
		color:#ffffff;
		font-size:18px;
		cursor:pointer;
		border-radius:4px 4px 0 0;
	}
	
	
	.visual_qbtn_won_1 {	/* 건축 */
		display:none;
	}
	
	.visual_qbtn_won_2 {	/* 뷰티 */
		display:none;
	}
	
	.visual_qbtn_won_3 {	/* 푸드 */
		display:none;
	}
	
	.visual_qbtn_won_4 {	/* 기타 */
		display:none;
	}
	
	
    /****************************************/
    #footer{
		background:#000000;
		padding: 40px 20px 50px 20px;
		}
    
	#footer .inner{
		display:flex;
		justify-content: space-between;
		width:100%;
		margin:0 auto 0 auto;
		flex-wrap:wrap;
	}
	
	.footer_box_1 {
		width:100%;
	}
	
	.footer_box_2 {
		width:100%;
		margin-top:30px;
	}
	
	.footer_box_2 img {
		height:38px;
		margin-bottom:8px;
	}
	.footer_box_3 {
		
		width:100%;
		margin-top:50px;
		display:flex;
		align-items: flex-end;
		justify-content:flex-start;
		border:0px #ff0000 solid;
	}
	.footer_box_3 img{
		height:45px;
		margin-right:10px;
	}
	
	.footer_txt_1 {
		color:#999999;
		font-size:16px;
	}
	.footer_txt_1 a{
		color:#999999;
	}
	.footer_txt_2 {
		color:#666666;
		font-size:14px;
		margin-top:10px;
	}
	
	.footer_txt_2 a{
		color:#666666;
	}
	.footer_box_1 img {
		height:34px;
		margin-right:16px;
	}
	.footer_host_logos {
		margin-top:10px;
	}

	
	/****/
	
	/****/
	
	
	/****/
	
	
	.main_sec_1 {
		
	}
	
	.main_sec_1 .inner{
		width:100%;
		padding: 0 20px;
		margin:0 auto 40px auto;
	}
	.main_sec_1_txt {
		padding:40px 0 40px 0;
		font-size:18px;
		color:#333333;
		text-align:center;
	}

	.main_sec_1_siljuk_title {
		font-size:30px;
		line-height:30px;
		font-weight:bold;
		color:#026598;
		text-align:center;
	}
	.main_sec_1_siljuk {
		margin-top:25px;
		width:100%;
		display:flex;
		justify-content:center;
		align-items: flex-start;
		flex-wrap:wrap;
	}

	.box_ttl {
		padding:10px 0px 10px 0px;
		font-size:16px;
		line-height:16px;
		text-align:center;
		color:#000000;
		background-color:#e9e9e9;
		border-radius:60px;
		margin:0 auto;
	}
	.box_1 {
		width:100%;
		margin-bottom:20px;
		border:0px #ff0000 solid;
		text-align:center;
	}
	.box_2 {
		width:100%;
		margin-bottom:20px;
		border:0px #ff0000 solid;
		text-align:center;
	}
	.box_3 {
		width:100%;
		margin-bottom:20px;
		border:0px #ff0000 solid;
		text-align:center;
	}
	.box_4 {
		width:100%;
		border:0px #ff0000 solid;
		text-align:center;
	}

	.box_1 .box_ttl {
		width:250px;
	}
	.box_2 .box_ttl {
		width:250px;
	}
	.box_3 .box_ttl {
		width:250px;
	}
	.box_4 .box_ttl {
		width:250px;
	}
	.box_data {
		font-size:40px;
		line-height:40px !important;
		font-weight:bold !important;
		color:#e14b00 !important;
		margin-top:10px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border:0px #ff0000 solid;
	}
	
.slot-wrapper {
    display: inline-flex;
    align-items: flex-end;
    gap: 5px;
}

.slot-machine {
    display: inline-flex;
    gap: 0px;
	
}

.slot-digit {
    /* width: 32px;
    height: 50px; 
	line-height:50px;*/
	width: 28px;
    height: 40px;
	line-height:54px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background: transparent;  /* 배경 투명 */
}

.slot-reel {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;  /* 초기에 숨김 */
}
.slot-reel.active {
    opacity: 1;  /* 애니메이션 시작하면 보임 */
}
.slot-number {
    /* height: 50px;
    font-size: 50px; */
	height: 40px;
    font-size: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
	color: #e14b00;
	line-height: 1 !important; 
	margin: 0;
	padding: 0; 
	border:0px #00ff00 solid;
	
}
	.num_comma {
		/* font-size: 50px !important; */
		font-size: 40px !important;
		font-weight: bold !important;
		color: #e14b00 !important;
	}
	.num_plus {
		/* font-size: 50px !important; */
		font-size: 40px !important;
		font-weight: bold !important;
		color: #e14b00 !important;
	}
	
	.box_data span {
		font-size:18px;
		line-height:1;
		font-weight:normal;
		color:#666666;
		position: relative;
		top: -4px;  
		border:0px #00ff00 solid;
	}
	.box_dal {
		margin-top:8px;
		font-size:18px;
		line-height:25px;
		font-weight:normal;
		color:#333333;
		text-decoration: underline;
		text-underline-offset: 5px;
		text-align:center;
	}
	
	
	.slider_wrapper {
		width: 100%;
		max-width: 360px;
		overflow: hidden; 
		margin:30px auto 0 auto;
		border: 0px #00ff00 solid;
	}
	.main_pic_box {
		display: flex;
		width: 100%; /* 기본 너비 */
		transition: transform 0.5s ease; /* margin 대신 transform 사용 (성능 우수) */
		gap: 2px; /* 이미지 간격  */
	}
	.main_pic {
		flex: 0 0 100%; /* 한 화면에 1개씩 보이게 설정 (100 / 1) */
		height: 250px;
		background-size: cover;
		background-position: center;
		background-color: #eee;
		border: 0px solid #ccc;
		box-sizing: border-box;
		border-radius:4px;
	}
	/****/
	
	
	
		
	.main_sec_2 {		
		padding:40px 0px 40px 0px;
		background-color: #f5f5f5;
	}
	
	.main_sec_2 .inner{
		width:100%;
		padding:0 20px;
		margin:0 auto 0 auto;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.main_sec_2_qck {
		width:100%;	
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	
	.main_sec_2_qck .bttn {
		height:auto;
		width:30%;
		border:1px #ababab solid;
		border-radius:4px;
		margin-bottom:0px;
		cursor:pointer;
		padding:20px 0 20px 0;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-wrap:wrap;
	}
	.main_sec_2_qck .bttn:last-child {
		margin-bottom:0px;
	}
	.main_sec_2_qck .bttn .inner_1{
		width:100%;
		text-align:center;
	}
	.main_sec_2_qck .bttn .inner_1 img {
		height:24px;
	}
	.main_sec_2_qck .bttn .inner_2{
		font-size:18px;
		color:#777777;
		width:100%;
		text-align:center;
		margin-top:8px;
	}
	.main_sec_2_qck .bttn .inner_2 span{
		font-weight:bold;
		color:#333333;
	}
	.main_sec_2_qck .bttn .inner_3{
		width:30px;
		text-align:center;
		display:none;
	}
	
	.main_sec_2_list {
		width:100%;
		margin-top:40px;
		border:0px #ff0000 solid;
	}
	
	.tab-buttons {
		border-bottom:3px #0283c5 solid;
		font-size: 0;
	}
	
	/* 탭 버튼 스타일 */
	.tab-button {
		width:28%;
		text-align:center;
		padding: 8px 0 8px 0;
		cursor: pointer;
		border: none;
		border-radius:10px 10px 0 0;
		background-color: #b7cdd8;
		color:#ffffff;
		font-weight:bold;
		font-size:18px;
		transition: background-color 0.3s ease; /* 색상 전환 부드럽게 */
	}

	.tab-button.active {
		background-color: #0283c5; /* 진한 파란색 */
		color: #ffffff;
	}
	.tab-content-container {
		position: relative;
		overflow: hidden;
	}

	/* 탭 내용 스타일 */
	.tab-content {
		display: none; /* 기본 숨김 */
		opacity: 0; /* 투명하게 */
		/* padding: 20px;
		border: 1px solid #ccc; */
		margin-top:2px;
		border-top: none;
		transition: opacity 0.5s ease-in-out; /* 나타날 때 부드럽게 */
		border:0px #ff0000 solid;
	}

	.tab-content.active {
		display: block; /* 활성 탭만 보이게 */
		opacity: 1; /* 불투명하게 */
	}

	.main_list_item {
		font-size:16px;
		padding-left:10px;
		border-bottom:1px #666666 solid;
		height:40px;
		line-height:40px;
	}
	
	/********/
	
		
	.main_sec_3 {		
		padding:50px 20px 50px 20px;
		background-color: #171c61;
	}
	
	.main_sec_3 .inner {	
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-wrap:wrap;
	}
	
	.main_sec_3_inner {
		width:100%;
		color:#ffffff;
	}
	
	.main_sec_3_title {
		font-size:34px;
		font-weight:bold;
	}
	.main_sec_3_txt {
		font-size:16px;
		margin-top:10px;
	}
	.main_sec_3_input_box {
		border-bottom:1px #ffffff solid;
		padding:6px 0 6px 0;
		display:flex;
		justify-content:space-between;
		align-items:center;
		margin-top:30px;
	}
	
	.main_sec_3_input {
		width:80%;
		position: relative;
	}
	.main_sec_3_bttn {
		width:20%;
	}
	.main_sec_3_bttn .bttn{
		display:inline-block;
		background-color:#f18a04;
		width:100%;
		text-align:center;
		border-radius:4px;
		font-size:16px;
		color:#ffffff;
		padding:8px 0 8px 0;
	}
	.main_sec_3_pp_box {
		margin-top:20px;
		font-size:14px;
		text-align:center;
	}
	
	
.main_sec_3_input input {
    width: 98%;
    padding: 12px 10px 8px 10px;
    font-size: 22px;
    color: #ffffff;
    border: 0px solid #ccc;
    border-radius: 0px;
    outline: none;
    background: none;
    transition: border-color 0.3s;
}

.main_sec_3_input input:focus {
    border-color: #007bff;
}

.main_sec_3_input label {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #f3f3f3;
    pointer-events: none;
    transition: all 0.3s ease;
    background: #none;
    padding: 0 10px;
}

/* 포커스되거나 값이 있을 때 */
.main_sec_3_input input:focus + label,
.main_sec_3_input input:not(:placeholder-shown) + label {
    top: -6px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffffff;
}
	
	/********/
	.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;
	min-height:auto;
	position:relative;
}
	
	.sub__visual {
		margin-top:60px;
		height: 100px;
		background:linear-gradient(120deg, #159A4B, #0BB89A, #2FB457, #159A4B);
		background-size:300% 300%;
		animation:subVisualShift 14s ease infinite;
		border-top:0px #cccccc solid;
		border-bottom:0px #cccccc solid;
		position:relative;

	}
	.sub__visual .inner {
		height: 100px;
	}
	

.pagetitle_box{
	text-align: center; 
	padding:20px 0 20px 0px;
	border-bottom:1px #d0d0d0 solid;
	display:none;
	}
	

	.pagetitle_box p {
		display:inline-block;
		margin-left:5px;
	}	
	
	
.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:360px;
		position:absolute;
		top:32px;
		left:50%;
		margin-left:-180px;
		font-size:30px;	
		line-height:34px;
		font-weight:bold;	
		/* color:#e91a7e;	 */ 	
		color:#e85977;		
		text-align:center;
		font-family: 'GMarketSans';
	}

	.snb__list {
		display:none;
	}
	
.section__nth {
	margin-top:40px;
}

.section__title {
    font-size: 24px;
    position: relative;
    /* padding-left: 0.6em; */
    padding-left: 0;
    border-bottom: 0px solid #aaaaaa;
    /* padding-bottom: .86666em; */
	padding-bottom: 0.2em;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom: 10px;
    font-weight:bold;
	word-break: keep-all;
	color:#e91a7e;
}

.section__title:after {
    /* display: block; */
	display: none;
    content: "";
    width: 7px;
    height: 0.94em;
    background-color: #8fc320;
    position: absolute;
    top: 5px;
    left: 0;
}

.preparing {
	width: 90%; 
	border:8px #f9f9f9 solid; 
	text-align: center; 
	padding:40px 0 40px 0; 
	font-size:40px; 
	color:#cccccc; 
	margin:0 auto 0 auto; 
	border-radius:20px
}

	/********/
	
	/* 
.i1_sec_1 {	
	vertical-align: top;
}

.i1_poster {
	display: block;
	width:100%;
	vertical-align: top;
	text-align:center;
}

.i1_poster img {
	border:1px #cccccc solid;
	width:300px;
}

.i1_info {
	display: block;
	width:100%;
	vertical-align: top;
	margin-top:30px;
}

.i1_info_title {
	display: block;
	background:#deedf0;
	line-height:46px;
	text-align:center;
	color:#000000;
	width: 110px;
	margin-bottom:10px;
	vertical-align:top;
	border-radius:6px;
}

.i1_info_desc {
	display: block;
	line-height:28px;
	text-align:left;
	width: 100%;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:30px;
	font-size:18px;
}
.i1_info_desc2 {
	display: inline-block;
	text-align:left;
	width: 100%;
	margin-left:10px;
	margin-bottom:30px;
	font-size:18px;
}

.i1_info_desc .host_logo {
	height:24px;
	margin-left:20px;
}

.i1_txt_big {
	font-size:22px;
	color:#333333;
	font-weight:bold;
	text-align: center;
}
.i1_txt_big2 {
	font-size:30px;
	font-weight:bold;
	color:#3b77c5;
	letter-spacing:-1px;
	text-align: center;
}
.i1_info2_box_2 {
	margin-top:20px;
}
.i1_info2_box_2 .bonmun_txt{
	font-size:20px;
}


.logo_aff_box_line_1 {
	height:50px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.logo_aff_box_line_2 {
	height:auto;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.logo_aff_box_line_3 {
	height:150px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}


.logo_aff {
	height:30px;
}

.i1_info_desc .logo_aff_box_line_1 {
	justify-content: left;
}


.i1_info_desc .logo_aff_box_line_2 {
	justify-content: left;
	border:0px #ff0000 solid;
}
.i1_info_desc .logo_aff {
	margin-right:50px;
}
.i1_info_desc .logo_aff_box_line_1 .logo_aff:last-child {
	margin-right:0px;
}

.logo_h_20 {
	height:20px;
}
.logo_h_24 {
	height:24px;
}
.logo_h_40 {
	height:40px;
} */



	.i1_head_txt {
		background: #f9f6fa;
			border-radius:6px;
			padding:20px 20px 20px 20px;
			font-size:20px;
			font-weight:bold;
			text-align:center;
			color:#171c61;
	}

	.i1_anne_case {
		margin-top:20px;
			border:0px #d3d3d3 solid;
			border-radius:6px;
			/* padding:40px 60px 40px 60px; */
			padding:0px 0px 0px 0px;
			display: block;
			justify-content: space-between;
	}

	.i1_anne_inner_1 {
		width: 100%;
		text-align:center;
	}
	.i1_anne_inner_2 {
		width: 100%;
		margin-top:30px;
	}
	.i1_anne_inner_1 img {
		width:340px;
		border-radius:2px;
	}
	
	.i1_info_item {
		display: flex;
		justify-content: flex-start;
		flex-wrap:wrap;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:1px #d3d3d3 dashed;
	}
	
	.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_desc2 {
		width:350px;	
		font-size:18px;	
	} */
	
	.i1_info_desc span {
		color:#d043c5;
	}
	

	.i1_info_desc img {
		height:28px;
	}




	.i1_sec_2 {
		
	} 
	
	.i1_lang_box {
		text-align: center;
	}
	
	.i1_lang {
		display: inline-block;
		width:120px;
		padding:8px 0 8px 0;
		text-align:center;
		border:5px #cccccc solid;
		border-radius:80px;
		background:#ffffff;
		font-size:20px;
		color:#999999;
	}
	.i1_lang.on {
		border:5px #85b72c solid;
		background:#f0ffd5;
		color:#000000;
	}
	.insa_box {
		display:flex;
		justify-content:space-between;
		margin-top:40px;
		flex-wrap:wrap;
	}
	
	.insa_box_inner_1 {
		width:300px;
		margin:0 auto 0 auto;
	}
	.insa_box_inner_1 img {
		width:300px;
		border-radius:2px;
	}
	.insa_box_inner_2 {
		width:100%;
		margin-top:40px;
	}
	.insa_box_txt_1 {
		text-align: center;
		font-size:28px;
		font-weight:bold;
		color:#148eca;
	}
	.insa_box_txt_2 {
		font-size:18px;
		padding-bottom:20px;
		border-bottom:0px #cccccc solid;
		margin-top:20px;
	}
	.insa_box_txt_3 {
		font-size:18px;
		padding-top:20px;
	}


/**/
	
	
	.i2_sec_2 {	
	}
	
	.i2_sec_2_addr {
		background:#f6f6f6;
		border-radius:2px;
		padding:20px 10px 20px 10px;
		display: flex; 
		justify-content: space-between; 
		flex-wrap:wrap;
	}
	
	.i2_sec_2_addr_inner_1 {
		width:100%;
	}
	.i2_sec_2_addr_inner_2 {
		width:100%;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	.i2_sec_2_addr_inner_3 {
		width:100%;
		margin-top:20px;
		padding-left:0px;
		border:0px #ff0000 solid;
	}
	
	.i2_sec_2_addr_box:first-child {
		width:100%;
		padding-left:40px;
		background-position:left center;
		background-repeat: no-repeat;
		background-size:8%;
		background-image:url('../images_icon/icon_location.png');
	}
	.i2_sec_2_addr_box:last-child {
		width:100%;
		padding-left:40px;
		background-position:left center;
		background-repeat: no-repeat;
		background-size:5%;
		background-image:url('../images/icon_location--.png');
		margin-top:10px;
	}


		
	/* .i2_box_2 {
		width:50%;
	} */

	.i2_icon_box {
		display: flex; 
		justify-content: space-around; 
		width:100%;
		margin-top:10px;
	}
	.i2_icon_box2 {
		display: flex; 
		justify-content: center; 
		width:100%;
		margin-top:10px;
	}

	.i2_icon {
		width:90px;
		height:90px;
		/* border:1px #0d0f1b solid; */
		border:1px #999999 solid;
		border-radius:4px;
		background-repeat : no-repeat;
		background-position: center 10px;
		background-size:60%;
		background-color:#ffffff;
		cursor:pointer;
	}
	.i2_icon2 {
		width:90px;
		height:90px;
		/* border:1px #0d0f1b solid; */
		border:1px #e37d10 solid;
		border-radius:90px;
		background-repeat : no-repeat;
		background-position: center 10px;
		background-size:60%;
		background-color:#ffffff;
		cursor:pointer;
		display:flex;
		align-items:center;
		margin-left:10px;
		margin-right:10px;
	}

	.i2_icon_box a:nth-child(1) .i2_icon{
		background-image:url('../images_icon/icon_car.png');
	}
	.i2_icon_box a:nth-child(2) .i2_icon {
		background-image:url('../images_icon/icon_bus.png');
	}
	.i2_icon_box a:nth-child(3) .i2_icon {
		background-image:url('../images_icon/icon_bus2.png');
	}
	.i2_icon_box a:nth-child(4) .i2_icon {
		background-image:url('../images_icon/icon_subway.png');
	}
	.i2_icon_box a:nth-child(5) .i2_icon {
		background-image:url('../images_icon/icon_taxi.png');
	}
	.i2_icon_box a:nth-child(6) .i2_icon {
		background-image:url('../images_icon/icon_train.png');
	}

	.i2_icon_title {
		text-align:center;
		margin-top:64px;
		font-size:14px;
		font-weight:bold;
		color:#e37d10;
	}
	.i2_icon2_title {
		text-align:center;
		font-size:18px;
		font-weight:bold;
		color:#1a2c79;
		width:100%;
	}


.i2_t_title {
	font-size:20px;
	font-weight:bold;
}
.i2_t_table {
	margin-top:20px;
}

.i2_t_table .hd {
	background:#5480b5;
	color:#ffffff;
	font-size:14px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:6px;
	text-align: center;
}
.i2_t_table td {
	font-size:14px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:8px;
	text-align: center;
}

/* .modal {
	width:360px !important;
	max-width:360px !important;
	
} */
		
.s1_modal_inner_case {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
/**/

.i3_table {
	margin-top:0px;
}

.i3_table .hd {
	background:#f3f3f3;
	color:#000000;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}
.i3_table td {
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}


.i3_cell_bg_1 {
	background: #d3f0ff;
}
.i3_cell_bg_2 {
	background: #e5ffb2;
}

.logo_aff_box_line_1 {
	height:50px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.logo_aff_box_line_2 {
	height:100px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.logo_aff_box_line_3 {
	height:150px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}


.logo_aff {
	height:30px;
}

.i1_info_desc .logo_aff_box_line_1 {
	justify-content: left;
}


.i1_info_desc .logo_aff_box_line_2 {
	justify-content: left;
	border:0px #ff0000 solid;
}
.i1_info_desc .logo_aff {
	margin-right:50px;
}
.i1_info_desc .logo_aff_box_line_1 .logo_aff:last-child {
	margin-right:0px;
}

.logo_h_20 {
	height:20px !important;
}
.logo_h_24 {
	height:24px;
}
.logo_h_40 {
	height:40px;
}

/****/
/**/

.set_center img {
	width:100%;
}
/****/

/* 
.i3_sel_box {	
	display:block;
	justify-content: space-between;
	flex-wrap:wrap;
	width:100%;
	background:#f9f9f9;
	padding:40px 20px 20px 20px;
}

.i3_sel_btn_box {
	width:300px;
	margin:0 auto 20px auto;
	vertical-align:top;
}

.i3_sel_btn {
	display: inline-block;
	width:100%;
	background:#5aa6db;
	border-radius:16px;
	text-align: center;
	padding:30px 0 32px 0;
	vertical-align:top;
}

.i3_sel_btn2 {
	display: inline-block;
	width:100%;
	background:#5aa6db;
	border-radius:16px;
	text-align: center;
	padding:16px 0 20px 0;
	vertical-align:top;
}

.i3_sel_btn_yyyy {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}
.i3_sel_btn_title {
	margin-top:10px; 
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:-1px;
	word-break: keep-all;
}

.i3_sel_btn_on {
	background:#ffe100;
	color:#004ea2 !important;
}


.i3_sec_2 {
	margin-top: 60px;
	text-align: center;
	
}

.i3_sec_2_img {
	display: inline-block;
	width: 250px;
	height:167px;
	border-radius:4px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
 */
/**/

/**/


.p1_sel_box_case {
	display:block;
	justify-content: center;
}


.p1_sel_box {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto 0 auto;
}

.p1_date_sel {
	display: block;
	width:49%;
	padding:8px 0 8px 0;
	border:5px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
	margin:0 auto 14px auto;
}

.p1_date_sel.on {
	border:5px #e91a7e solid;
		background:#faf9f6;
		color:#e91a7e;
} 
/* 
.p1_sel_box .p1_date_sel:nth-child(2).on {
	border:5px #ef5512 solid;
		background:#ffe0d3;
		color:#000000;
}

.p1_sel_box .p1_date_sel:nth-child(3).on {
	border:5px #3aa5ff solid;
		background:#e0f1ff;
		color:#000000;
}
.p1_sel_box .p1_date_sel:nth-child(4).on {
	border:5px #4FAF06 solid;
		background:#E9FFD8;
		color:#000000;
} */
.p1_btn_box {
	text-align:center;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}


.p1_sec_1 {
	
}


.p1_table {
	margin-top:6px;
}

.p1_table .hd {
	background:#646464;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}


.p1_table .hd_sub {
	/* background:#5480b5; */
	background:#ffecf2;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}

.p1_table .hd_sub p {
	font-weight:bold;
	color:#e91a7e;
}

.p1_g2_head_txt {
	font-size:20px;
	font-weight:bold;
	color:#e91a7e;
	text-align: left;
}

.p1_table .g2 .hd {
	/* background:#5480b5; */
	background:#9e5c45;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}


.p1_table .g2 .hd_sub {
	/* background:#5480b5; */
	background:#ffe4db;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}


.p1_table .g2 .hd_sub p {
	font-weight:bold;
	color:#471314;
}


.p1_table .g3 .hd {
	/* background:#5480b5; */
	background:#406892;
	color:#ffffff;
	font-size:16px;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:8px;
	text-align: center;
}

.p1_table .g3 .hd_sub p {
	font-weight:bold;
	color:#07285B;
}

.p1_table .g3 .hd_sub {
	/* background:#5480b5; */
	background:#d2e8ff;
	color:#000000;
	font-size:18px;
	border:0px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px;
	text-align: center;
}


.p1_table td {
	font-size:16px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:8px;
	text-align: center;
}


.p1_cell_bg_1 {
	background: #ffdfd7;
}
.p1_cell_bg_2 {
	background: #ffe1ff;
}
.p1_cell_bg_3 {
	background: #ffeae5;
}
.p1_cell_bg_4 {
	background: #fffae0;
}
.p1_cell_bg_gray {
	background: #f3f3f3;
}

.p1_online {
	display: block;
	margin-left:0px;
	margin-top:4px;
	font-size:12px;
	padding:0px 6px 0px 6px;
	border:0px #666666 dashed;
	border-radius:4px;
}
.p1_online img {
	height:16px;
	margin-left:10px;
}


.p1_ssn_ttl {
	color:#033776;
	font-size:18px;
	font-weight:bold;
}
.p1_ssn_chr {
	margin-top:4px;
	color:#000000;
	text-align:right;
}

.p1_spk_link {
	display:block;
	position:relative;
	/* top:50%; */
	margin:6px auto 0 auto;
	/* right:4px; */
	height:24px;
}
.p1_spk_link2 {
	display:block;
	position:relative;
	/* top:50%; */
	margin:6px auto 0 auto;
	/* right:4px; */
	height:16px;
}


.p1_booth_box {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.p1_booth_img {
	width:100%;
	margin-bottom:20px;
}

.p1_booth_img img {
	width:100%;
}

.p1_booth_list {
	width:100%;
}


.p1_home_link {
	width:24px;
}
	/**/
/**/

.s1_sel_box_case {
	display:block;
	justify-content: space-between;
}


.s1_sel_box {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto 0 auto;
}

.s1_date_sel {
	display: block;
	width:340px;
	padding:8px 0 8px 0;
	border:5px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
	margin:0 auto 14px auto;
}

.s1_date_sel.on {
	border:5px #ad3fb8 solid;
		background:#fae4fc;
		color:#000000;
} 

.s1_sel_box .s1_date_sel:nth-child(2).on {
	border:5px #ef5512 solid;
		background:#ffe0d3;
		color:#000000;
}

.s1_sel_box .s1_date_sel:nth-child(3).on {
	border:5px #3aa5ff solid;
		background:#e0f1ff;
		color:#000000;
}
.s1_btn_box {
	text-align:center;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
	
	.s1_speaker_box {
		margin:40px 0 40px 0;
		display: flex;
		justify-content: space-around;
		/* align-items: flex-start; */
		flex-wrap:wrap;
		border-bottom:0px #cccccc solid;
		border-radius:6px;
		padding-top:60px;
		position:relative;
	}
	
	.s1_speaker_box_title {
		position:absolute;
		width:320px;
		font-size:20px;
		font-weight:bold;
		color:#e91a7e;
		padding:14px 0 14px 0;
		text-align:center;
		border:5px #cccccc solid;
		background:#faf9f6;
		border-radius:15px;
		top:-32px;
		left:50%;
		margin-left:-160px;
	}
	.s1_speaker_item {
		width:340px;
		margin:0 auto 40px auto;
		cursor:pointer;
		border:0px #ff0000 solid;
	}
	.s1_speaker_pic_box {
		width:290px;
		/* height:290px; */
		height:350px;
		margin:0 auto 0 auto;
		border-radius:14px;
		overflow: hidden;		
	}
	.s1_speaker_pic {
		width:290px;
		/* height:290px; */
		height:350px;
		border-radius:14px;
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		margin:0 auto 0 auto;
		filter:grayscale(100%);
	}
	
	.gijo .s1_speaker_pic {
		background-color:#e91a7e;
		filter:grayscale(100%);
	}
	
		
	.sanup .s1_speaker_pic {
		background-color:#0064d1;
		filter:grayscale(100%);
	}
	.guje .s1_speaker_pic {
		background-color:#00c892;
		filter:grayscale(100%);
	}
	.dosi .s1_speaker_pic {
		background-color:#f0b537;
		filter:grayscale(100%);
	}
	
	
	
	
	.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; */
		height:350px;
		border-radius:14px;
		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:100%;
		text-align: center;
		font-size:18px;
		font-weight:bold;
		color:#000000;
		margin-top:20px;
		border:0px #ff0000 solid;
	}
	
	.s1_speaker_job {
		width:100%;
		text-align: center;
		font-size:16px;
		font-weight:normal;
		color:#333333;
		margin-top:5px;
		border:0px #666666 solid;
	}
	



	.s1_modal_who {
		position:relative;
		width:100%;
	}
	.s1_modal_who .txt_small{
		display:block;
		margin-top:10px;
		line-height:20px !important;
	}
	.s1_modal_pic {
		/* width:54px;
		height:54px;
		border-radius:60px; */
		width:180px;
		height:180px;
		border-radius:180px;
		border:1px #cccccc solid;
		
		background-position: center top; 
		background-size: cover; 
		background-repeat: no-repeat; 
		
		margin:0 auto 20px auto;
		
		/* position:absolute;
		top:6px;
		left:0; */
	}

	.s1_modal_inner {
		width:100%;
		max-height:400px !important;
		overflow-y:auto;
		background:#faf9f6;
		padding:20px;
		margin-top:0px;
		border-radius:10px;
	}
	
	.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_rol {
		display: block;
		font-size: 14px;
		color:#000000;
		padding:2px;
		background:#f3f3f3;
		border-radius:50px;
		width:50px;
		text-align: center;
		margin:5px auto 0 auto;
	}

/**/

 /**/


.s1_all_sel_box {
	display:flex;
	justify-content: center;
}

.s1_all_sel {
	display: inline-block;
	width:350px;
	padding:8px 0 8px 0;
	border:5px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
	line-height:50px;
	margin-left:10px;
	margin-right:10px;
}

.s1_all_sel.on {
	border:5px #85b72c solid;
		background:#f0ffd5;
		color:#000000;
} 


.s1_sel_box {
	display:flex;
	justify-content: space-between;
}

.s1_sel {
	display: inline-block;
	width:200px;
	padding:8px 0 8px 0;
	border:5px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
}

.s1_sel p {
	font-size: 16px;
}

.s1_sel.on {
	border:5px #85b72c solid;
		background:#f0ffd5;
		color:#000000;
} 

.s1_sel.day2 { 
	/* line-height:50px; */
}

.s1_sel.day2 p{ 
	font-size:14px;
	font-weight:normal;
	margin-top:4px;
}
.s1_sec_1  {
	margin-top:50px;
}

.s1_speaker_all_box {
	width:240px;
	height:400px;
	overflow:hidden;
	border:1px #cccccc solid;
	position:relative;
	margin:0 auto 60px auto;
	border-radius:20px;
	position:relative;
	cursor:pointer;
}

.s1_speaker_all_pic {
	height:280px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
}

.s1_speaker_all_role {
	width:220px;
	padding:16px 0 16px 0;
	text-align:center;
	font-size:18px;
	color:#0660c1;
	position:absolute;
	top:250px;
	left:50%;
	margin-left:-110px;
	background:#ffffff;
	border-radius: 60px;
}

.s1_speaker_all_name {
	margin-top: 30px;
	color:#000000;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	word-break: keep-all;
	letter-spacing:-1px;
} 
.s1_speaker_all_name2 {
	margin-top: 24px;
	color:#000000;
	font-size: 16px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	word-break: keep-all;
	letter-spacing:-1px;
} 

.s1_speaker_all_job {
	margin-top: 10px;
	color:#000000;
	font-size: 14px;
	font-weight:normal;
	text-align:center;
	word-break: keep-all;
	letter-spacing:-1px;
} 
.s1_speaker_all_job2 {
	margin-top: 4px;
	color:#000000;
	font-size: 14px;
	line-height: 16px;
	font-weight:normal;
	text-align:center;
	word-break: keep-all;
	letter-spacing:-1px;
} 

/**/
/* .s1_speaker_box {
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px #cccccc solid;
	border-radius: 4px;
	position:relative;
	margin:0 auto 60px auto;
	background: #f9f9f9;
	padding:40px 40px 40px 40px;
	vertical-align: top;
	display:flex;
	justify-content:space-between;
}

.s1_speaker_box_inner_left {
	
}

.s1_speaker_pic {
	display: inline-block;
	width: 250px;
	height:250px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	border-radius: 4px;
	vertical-align: top;
	border: 0px #ff0000 solid;
}

.s1_speaker_info {
	display: inline-block;
	width: 880px;
	vertical-align: top;
	margin-left:0px;
	border: 0px #ff0000 solid;
	
}

.s1_speaker_info .inner {
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	width: 100%;
	height:250px;
	border: 0px #ff0000 solid;
}

.s1_speaker_info .inner div {
	width: 100%;
}
.s1_speaker_role {
	width:180px;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	position:absolute;
	top:338px;
	left:50%;
	margin-left:-90px;
	background:#2a3380;
	border-radius: 60px;
}

.s1_speaker_name {
	vertical-align: top;
	margin: 0px 0 0 0px;
	color:#000000;
	font-size: 22px;
	font-weight:normal;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}


.s1_pt_title {
	vertical-align: top;
	margin: 20px 0 0 0px;
	color:#000000;
	font-size: 28px;
	font-weight:bold;
	text-align:left;
	border: 0px #ff0000 solid;
	vertical-align: top;
}

.s1_pt_title p {
	font-size: 22px !important;
	font-weight:bold;
	color:#000000;
	line-height:28px !important;
}

.s1_speaker_job {
	margin-top: 20px;
	font-size: 20px;
	line-height:22px;
	text-align:left;
	word-break: keep-all;
}


.s1_speaker_gi_box {
	margin: 20px 0 0 0px;
	border: 0px #ff0000 solid;
	width: 250px;
	text-align:center;
	font-size:18px;
}

.s1_speaker_gi_box img {
	height: 20px;
	border-radius:2px;
	margin-right:10px;
	border:1px #333333 solid;
}

.s1_speaker_btton_box {
	margin: 40px 0 0 0px;
	text-align: right;
	border: 0px #ff0000 solid;
	
}

.s1_speaker_btton {
	display: inline-block;
	width: 100px;
	background: #ffe100;
	text-align: center;
	color:#000000;
	font-weight:normal;
	font-size:16px;
	padding:8px 0 7px 0;
	border-radius : 4px;
	margin-left:10px;
}

.s1_speaker_btton img {
	height:18px;
	margin-right:6px;
	vertical-align:middle;
	margin-top:-4px;
}

.modal {
	width:800px !important;
	max-width:800px !important;
}

.s1_modal_name {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}
.s1_modal_aff {
	margin-top:4px;
	font-size: 14px;
	color:#666666;
}
.s1_modal_abs {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}
.s1_modal_prof {
	margin-top:30px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
	padding-bottom:20px;
}

.s1_qtxt_box {
	margin-top:30px;
	text-align:center;
}

.s1_qtxt_box_any {
	margin-top:30px;
	text-align:center;
	background:#f6f6f6;
	border:1px #cccccc solid;
	padding:70px 0 70px 0;
	font-size:24px;
	font-weight:bold;
}

.s1_qtxt_box textarea {
	width:100%;
	font-family: 'Noto Sans KR', sans-serif; }


.s1_speaker_more {
	position:absolute;
	bottom:0px;
	right:0;
}

.s1_view_sec_1 {
	margin-top:80px;
	background: #f8f8f8;
	padding:30px;
	position: relative;
}

.s1_speaker_view_pic {
	display: inline-block;
	width:300px;
	height: 360px;
	border: 1px #f3f3f3 solid;
	border-radius:2px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	vertical-align:top;
}
.s1_speaker_view_info_box {
	display: inline-block;
	width:990px;
	height: auto;
	padding-left:40px;
	vertical-align:top;
}

.s1_speaker_view_name {
	margin-top:50px;
	font-size:30px;
	font-weight:bold;
	color:#2a3380;
}

.s1_speaker_view_title {
	margin-top:25px;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	word-break: keep-all;
}
.s1_speaker_view_title_en {
	margin-top:10px;
	font-size:20px;
	font-weight:normal;
	color:#333333;
	word-break: keep-all;
}
.s1_speaker_view_job {
	margin-top:25px;
	font-size:18px;
	font-weight:normal;
	color:#666666;
	word-break: keep-all;
}

.s1_speaker_view_button_box {
	position: absolute;
	bottom:0;
	right:0;
}


.s1_view_sec_2 {
	margin-top:40px;
	background: #f8f8f8;
	padding:30px;
	position: relative;
	vertical-align: top;
}

.s1_view_sec_2 p {
	line-height: 24px;
	word-break: keep-all;
}

.s1_view_sec_2 .con_box_2_5 {
	vertical-align: top;
}

.s1_view_sec_2_title {
	color:#000000; 
	font-size:24px; 
	font-weight:bold; 
	margin:0px 0 30px 0;	
	vertical-align: top;
	} */

/**/

.s2_sel_box {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.s2_sel_box .s1_sel {
	width:300px;
	margin-bottom:5px;
}
.s_view_box {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
.s_view_box_inner_1 {
	width:100%;
}
.s_view_box_inner_2 {
	width:100%;
	padding-left:0px;
	margin-top:20px;
}
.s_view_box_inner_3 {
	width:100%;
	padding-left:0px;
	margin-top:40px;
}

.s_view_pic {
	width:250px;
	height:350px;
	border-radius:2px;
	border:1px #999999 solid;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	margin:0 auto 0 auto;
}
.s_view_name  {
	font-size:20px;
	color:#329bcf;
	font-weight:bold;
	text-align: center;
}

.s_view_pt  {
	margin-top:20px;
	font-size:20px;
	color:#333333;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px #cccccc dashed;
}
.s_view_prof  {
	margin-top:20px;
	font-size:18px;
	color:#666666;
}

/**/


.r1_sel_box {
	text-align:center;
}

.r1_anne_sel {
	display: inline-block;
	width:340px;
	border: 4px #cacbcb solid;
	padding:20px 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align:center;
	border-radius:80px;
	cursor:pointer;
	color:#999999;
}

.r1_anne_sel_on {
	background:#ee3c48;
	color:#ffffff;
}


	.r1_pp {
		height:200px; 
		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_sec_1 {	
	/* vertical-align: top;
	width:800px;
	margin: 0 auto 0 auto; */
}	

.r2_anne_title {
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.r2_anne_txt_bttm {
	font-size:14px;
	margin-top:30px;
	margin-bottom:20px;
}

.r2_anne_incell {
	margin-top:10px;
	padding:10px;
	background:#f3f3f3;
	font-size:14px;
	line-height:18px;
	border-radius:4px;
}
.r2_anne_incell_2 {
	margin-top:0px;
	padding:6px;
	font-size:18px;
	font-weight:bold;
	border:1px #cccccc solid;
	border-radius:60px;
	width:150px;
	text-align: center;
	margin-bottom:14px;
}

.r2_anne_opt {
	width:600px;
	margin: 30px auto 30px 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; 
	margin-top:20px;
	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;
}

	
.r2_review_box {
	background:#fbfbfb;
	border:1px #999999 dashed;
	border-radius:6px;
	display:flex;
	align-items:center;
	justify-content: center;
	width:100%;
	height:auto;
	padding:30px 0 30px 0;
	text-align:center;
	margin:0 auto 0 auto;
	flex-wrap:wrap;
}

.r2_login_box {
	background:#ffffff;
	border:1px #999999 solid;
	border-radius:6px;
	display:flex;
	align-items:center;
	justify-content: center;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto 0 auto;
}

.r2_login_box_inner {
	width:80%;
	margin:30px auto 30px auto;
}

.r2_login_title {
	color:#666666;
	text-align: left;
	font-size:14px;
	margin-bottom:6px;
}
.r2_hp_box {
	display: flex;
	justify-content:space-between;
}



#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;
}


	/**/
/**/

.s3_sel_box {
	display:flex;
	justify-content: space-around;
	flex-wrap:wrap;
}

.s3_sel_box .s1_sel {
	width:300px;
	margin-bottom:5px;
}

 
.s3_track_title {
	font-size:30px;
	font-weight:bold;
	color:#de4f8f;
	margin-bottom:30px;
}
 
/**/

	/****/
	
.b_srch form {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}	

.b_srch .input_box {
	width:35%;
}
	
.b_srch select.input_box {
	width:25%;
}
	
	
	
	
.b2_sec_1 {
	
}

.b2_list {
	display:flex;
	/* justify-content:space-between; */
	justify-content:center;
	flex-wrap: wrap;
	width:100%;
}

.b2_list_item {
	width:310px;
	margin-bottom:40px;
	border:0px #ff0000 solid;
}

.b2_list_item_title {
	width:100%;
	word-break:keep-all;
	text-align:center;
}
/* 
.b2_sec_1 .con_box_2_2 {
	display: inline-block;
	width:340px !important;
	vertical-align:top;
}
.b2_sec_1 .con_box_2_2 div {
	word-break:keep-all;
	
} */

.b2_list_img {
	/* display: inline-block; */
	width:240px;
	height:240px;
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
	margin:0 auto 10px auto;
	cursor: pointer;
	border:0px #0000ff solid;
}

	/****/
	
	

.b3_pw_box {
	text-align:center; 
	padding:50px 0 30px 0; 
	border-radius:10px; 
	border:1px #cccccc solid; 
	width:500px; 
	margin:0 auto 0 auto;
	}
.b3_sec_1 .input_width_2 {
	width:90%;
}
	/**/
	
	.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;
	}
	
/**/

/**/
	
	
.v1_sec_2_step {
		
	display: flex; 
	justify-content: space-between; 
	overflow:hidden; 
	width:100%;
	height:auto;
	padding:0;
	margin:0 0 30px 0;
}

.v1_step_box {
	width:48%;
	height:380px;
	border: 3px #fdbe56 solid;
    border-radius: 8px;
}

		
.v1_step_box_title {
	color:#cc1e02; 
	/* color:#ffffff;*/
	font-size:24px;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
     background-color:#fdbe56; 
	/*background-color:#f3f3f3;*/
	padding:14px 0 14px 0;
	background-position:10px center;
	background-repeat: no-repeat;
	background-size:10%;
	text-align:center;
	margin-bottom:20px;
}		


.v1_step_box:nth-child(1) .v1_step_box_title {	
    background-image:url('../images_icon/icon_monitor.png'); 
}	

.v1_step_box:nth-child(2) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_1_w.png'); 
}	
/* .v1_step_box:nth-child(3) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_3_w.png'); 
}	
.v1_step_box:nth-child(4) .v1_step_box_title  {	
    background-image:url('../images_icon/v1_icon_4_w.png'); 
}	 */

.v1_step_txt {
	text-align: center;
	padding:14px 0 14px 0;
	font-size:20px;
}
.v1_step_arr {	
	text-align: center;
	padding:4px 0 4px 0;
}

/**/


.b5_map_box img {
	width:100%;
	margin-bottom:10px;
}
	/**/
	

.arr_img {
	width:12px !important;
}
	
	
	/**/
	
	
	
	/****/
	
	.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: 40px auto 0 auto;
}

.r2_sec_2 .input_width_2 {
	width:90%;
}
.r2_sec_2 .input_width_3 {
	width:60%;
}
.r2_sec_2 .input_width {
	width:90%;
}
.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_anne_incell {
	margin-top:10px;
	padding:10px;
	background:#f3f3f3;
	font-size:14px;
	line-height:18px;
	border-radius:4px;
}

.r2_cell_add_left {
	padding-left: 40px;
	border-left:1px #cccccc dashed;
}


.r2_reg_box {
	border:1px #cccccc solid;
	border-radius:2px;
	padding:40px;
}
.r2_reg_item_box {
	padding:10px 0 10px 0;
	font-size:18px;
	border-bottom:0px #e6e6e6 dashed;
}
.r2_reg_item_box_mypage {
	padding:20px 0 10px 0;
	font-size:18px;
	border-bottom:1px #e6e6e6 dashed;
}

.r2_reg_item_box_inner {
	font-size:18px;
	background:#f6f6f6
}

.r2_reg_item_box_inner:first-child {	
	padding:20px 0 10px 0;
	border-bottom:1px #e3e3e3 dashed;
	border-radius:2px 2px 0 0;
}
.r2_reg_item_box_inner:last-child {	
	padding:10px 0 20px 0;
	border-bottom:0px #e3e3e3 dashed;
	border-radius: 0 0 2px 2px;
}

.r2_reg_sv_title {
	padding:12px 10px 10px 20px;
	font-size:18px;
	font-weight:bold;
	background:#f6f6f6;
	border-radius:4px;
	margin-bottom:10px;
}

.comment_incell {
	display:block;
	font-size:14px; 
	margin-left:0px !important;
	margin-top:10px;
	}
	
	/**/
	
.login_reglink {
	display: block;
	background:#313131;
	width:200px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	margin-left:0px;
	margin-top:20px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius:4px;
}

.login_input_box {display:block; width:100%; margin-right:0px; vertical-align:top}
.login_button_box {display:block; width:100%; margin-right:0px; vertical-align:top }

.login_login_input {
	font-size:16px; 
	line-height:48px; 
	padding-left:24px !important; 
	width:100%;
	margin-bottom:10px;	
	}
.login_login_button {
	display:block; 
	background:#d01376; 
	color:#ffffff; 
	font-size:18px; 
	line-height:50px; 
	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;} 

/**/
	
	
.mypage_sec_1 {
	text-align:center; 
	vertical-align: top;
}

.mypage_sec_1 .con_box_3 {
	vertical-align: top;
}
.mypage_sec_1 .con_box_2_5 {
	vertical-align: top;
}

.mypage_box {
	display: block;
	width:100%;
	border:1px #cccccc solid; 
	border-radius:4px;
	background:#fbfbfb; 
	margin-bottom:40px;
	padding:20px 20px 20px 20px;
	vertical-align: top;
}

.mypage_sub_title {
	color:#000000; 
	font-size:22px; 
	font-weight:normal; 
	margin-left:0px;
	text-align:left;
	padding-bottom:8px;
	border-bottom: 1px #cccccc solid;
	}

.mypage_info {
	color:#000000; 
	font-size:18px; 
	font-weight:normal; 
	text-align:left;
	margin-top:30px;
	vertical-align: top;
	padding-left:10px;
	word-break: keep-all;
}

.mypage_subm_list {
	margin-top: 10px;
	font-size: 14px;
	line-height:20px;
	letter-spacing:0px;
	padding-left:10px;
	word-break: keep-all;
}
.mypage_subm_list strong{
	word-break: keep-all;
}

.mypage_button {
	display: inline-block;
	background:#333333;
	width:200px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:40px;
	height:40px;
	margin-left:20px;
	padding-bottom:2px;
	border-radius:4px;
}


.mypage_button_s {
	display: inline-block;
	background:#333333;
	width:140px;	
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	height:30px;
	margin-right:10px;
	padding-bottom:2px;
	border-radius:4px;
}

.mypage_box_1 {border:1px #cccccc dashed; border-radius:6px; text-align:center; padding:20px 0 20px 0; 
	background:#f9f9f9; margin-bottom:40px}
.mypage_box_2 {border:1px #cccccc dashed; border-radius:6px; text-align:center; padding:20px 0 20px 0;}
.mypage_table { width:60%; margin:0 auto 0 auto}
.mypage_table_td {padding:10px 10px 10px 10px; border-bottom:1px #cccccc solid; font-size:18px}

/**/
	.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;
	}
	
	/**/
	
	/**/
	
	
.e1_sec_1 {	
	vertical-align: top;
}

.e1_poster {
	display: block;
	width:100%;
	vertical-align: top;
	text-align:center;
}

.e1_poster img {
	border:1px #cccccc solid;
	width:300px;
}

.e1_info {
	display: block;
	width:100%;
	vertical-align: top;
	margin-top:30px;
}

.e1_info_title {
	display: block;
	background:#deedf0;
	line-height:46px;
	text-align:center;
	color:#000000;
	width: 110px;
	margin-bottom:10px;
	vertical-align:top;
	border-radius:6px;
}

.e1_info_desc {
	display: block;
	line-height:28px;
	text-align:left;
	width: 100%;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:30px;
	font-size:18px;
}
.e1_info_desc2 {
	display: inline-block;
	text-align:left;
	width: 100%;
	margin-left:10px;
	margin-bottom:30px;
	font-size:18px;
}

.e1_info_desc .host_logo {
	height:24px;
	margin-left:20px;
}

.e1_txt_big {
	font-size:30px;
	color:#4652a2;
}
.e1_txt_big2 {
	font-size:40px;
	font-weight:bold;
	color:#b137b3;
	letter-spacing:-1px;
}

	/**/

.e3_sec_1 {
	
}

.e3_anne_box {
	width:90%;
	margin:0 auto 0 auto;
	background:#f3f3f3;
	border:1px #cccccc solid;
	border-radius:4px;
	padding:20px;
}
.e3_anne_title {
	text-align:center;
	font-size:22px;
	font-weight:bold;
}

.e3_anne_item {
	width:80%;
	padding:14px 0 14px 0;
	margin:0 auto 0 auto;
	border-bottom:1px #cccccc dashed;
	text-align:left;
	font-size:18px;
}

.e3_anne_item span {
	display:inline-block;
	width:150px;
	font-weight: bold;
}

/**/
	
	
	
	

/* ===================== i3 주관사 소개 (모바일) ===================== */
/* 탭 버튼 */
.i3_tab_wrap {
    text-align: center;
    margin-bottom: 30px;
}
.i3_tab_btn {
    display: inline-block;
    width: 130px;
    padding: 10px 0;
    text-align: center;
    border: 3px #cccccc solid;
    border-radius: 80px;
    background: #ffffff;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
    margin: 0 5px;
}
.i3_tab_btn.on {
    border: 3px #171c61 solid;
    background: #eef0fa;
    color: #171c61;
    font-weight: bold;
}

/* 탭 콘텐츠 */
.i3_tab_content { display: none; }
.i3_tab_content.active { display: block; }

/* 킨텍스 - 회사정보 */
.i3_company_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.i3_company_img img {
    width: 100%;
    border-radius: 4px;
}
.i3_company_table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    white-space: nowrap;
    border-top: 3px solid #111111;
}
.i3_company_table table td {
    padding: 12px;
    border-bottom: 1px solid #111111;
    vertical-align: top;
    line-height: 1.6;
}
.i3_company_table table td:first-child {
    width: 25%;
    font-weight: 700;
    text-align: center;
}
.i3_company_table table td img {
    max-width: 80%;
}

/* 킨텍스 - 사업영역 */
.i3_biz_area {
    margin-bottom: 40px;
}
.i3_biz_cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.i3_biz_card {
    border: 1px #198fd9 solid;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.i3_biz_card_title {
    background: #198fd9;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 10px;
}
.i3_biz_card_body {
    padding: 20px 14px 24px 14px;
}
.i3_biz_card_body .sub_title {
    font-size: 16px;
    font-weight: 600;
    color: #212326;
    margin-bottom: 10px;
    text-align: center;
}
.i3_biz_card_body .sub_desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
}

/* 킨텍스 - 소개문 */
.i3_intro_box {
    background: linear-gradient(135deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 40px;
}
.i3_intro_box .intro_head {
    font-size: 18px;
    font-weight: 600;
    color: #171c61;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.5;
}
.i3_intro_cols {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.i3_intro_col {
    background: #171c61;
    border-radius: 8px;
    padding: 24px 20px;
    color: #ffffff;
}
.i3_intro_col .col_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}
.i3_intro_col .col_desc {
    font-size: 14px;
    line-height: 1.7;
    color: #d0d6e8;
}

/* 메쎄이상 - 로고/소개 */
.i3_messe_logo {
    text-align: center;
    margin-bottom: 30px;
}
.i3_messe_logo img {
    max-width: 240px;
}
.i3_messe_intro {
    text-align: center;
    margin-bottom: 40px;
}
.i3_messe_intro .intro_main {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}
.i3_messe_intro .intro_desc {
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
    margin: 0 auto;
}

/* 메쎄이상 - 숫자 카운터 */
.i3_numbers {
    background: #171c61;
    border-radius: 10px;
    padding: 30px 16px;
    margin-bottom: 40px;
}
.i3_numbers_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    margin-bottom: 20px;
}
.i3_numbers_title span {
    font-weight: 300;
}
.i3_numbers_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.i3_num_item {
    text-align: center;
    min-width: 140px;
    flex: 1;
}
.i3_num_value {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}
.i3_num_value .unit {
    font-size: 22px;
}
.i3_num_label {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
}

/* 메쎄이상 - 전시장 */
.i3_venue_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}
.i3_venue_item {
    text-align: center;
}
.i3_venue_item img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}
.i3_venue_item .venue_name {
    font-size: 18px;
    font-weight: 700;
    color: #212326;
}
.i3_venue_item .venue_name span {
    font-weight: 300;
    color: #888888;
}

/* 메쎄이상 - Data Marketing Platform */
.i3_dmp {
    background: linear-gradient(180deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 40px;
}
.i3_dmp_title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #171c61;
    margin-bottom: 24px;
}
.i3_dmp_cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}
.i3_dmp_card {
    border: 1px #ff5000 solid;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
}
.i3_dmp_card_header {
    background: #ff5000;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    padding: 12px 10px;
}
.i3_dmp_card_body {
    padding: 20px 16px 24px 16px;
}
.i3_dmp_card_body .dmp_sub {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}
.i3_dmp_card_body .dmp_sub_sm {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 6px;
}
.i3_dmp_card_body ul {
    margin: 0;
    padding-left: 20px;
}
.i3_dmp_card_body ul li {
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
}
.i3_dmp_bottom {
    text-align: center;
}
.i3_dmp_bottom .dmp_tagline {
    display: inline-block;
    border: 2px #ff5000 solid;
    border-radius: 45px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ff5000;
}
.i3_dmp_bottom .dmp_tagline span {
    font-weight: 200;
    color: #ff5000;
}

/* 섹션 제목 */
.i3_section_title {
    font-size: 22px;
    font-weight: bold;
    color: #171c61;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px #171c61 solid;
}
/* ===================== //i3 주관사 소개 (모바일) ===================== */

/* ===================== i5 교통/숙박 (모바일) ===================== */
.i5_tab_wrap {
    text-align: center;
    margin-bottom: 30px;
}
.i5_tab_btn {
    display: inline-block;
    width: 130px;
    padding: 10px 0;
    text-align: center;
    border: 3px #cccccc solid;
    border-radius: 80px;
    background: #ffffff;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
    margin: 0 5px;
}
.i5_tab_btn.on {
    border: 3px #171c61 solid;
    background: #eef0fa;
    color: #171c61;
    font-weight: bold;
}
.i5_tab_content { display: none; }
.i5_tab_content.active { display: block; }

.i5_intro_text {
    text-align: center;
    margin-bottom: 30px;
}
.i5_lead {
    font-size: 18px;
    font-weight: 600;
    color: #171c61;
    line-height: 1.5;
    margin-bottom: 12px;
}
.i5_sub_lead {
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
}
.i5_note {
    font-size: 14px;
    color: #888888;
    margin-top: 12px;
}
.i5_section_title {
    font-size: 22px;
    font-weight: bold;
    color: #171c61;
    margin-bottom: 16px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px #171c61 solid;
}
.i5_map_section,
.i5_traffic_section {
    margin-bottom: 30px;
}
.i5_map_img img,
.i5_traffic_img img {
    width: 100%;
    border-radius: 4px;
}
.i5_hotel_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}
.i5_hotel_card {
    display: block;
    width: calc(50% - 6px);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
}
.i5_hotel_img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}
.i5_hotel_info {
    padding: 10px 12px 14px 12px;
}
.i5_hotel_info .hotel_name {
    font-size: 14px;
    font-weight: 700;
    color: #212326;
    margin-bottom: 4px;
    line-height: 1.3;
}
.i5_hotel_info .hotel_detail {
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}
/* ===================== //i5 교통/숙박 (모바일) ===================== */

/* ===================== 공통 step 카드 (모바일) ===================== */
.step_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
    position: relative;
}
.step_wrap::before {
    display: none;
}
.step_card + .step_card::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    height: 16px;
    border-left: 3px dashed #cccccc;
    border-top: none;
    z-index: 0;
}
.step_card {
    text-align: center;
    padding: 24px 14px;
    border: 1px #dddddd solid;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 4px 4px 0 0 rgba(221,221,221,0.57);
    position: relative;
    z-index: 1;
}
.step_num {
    font-size: 20px;
    font-weight: 600;
    color: #141617;
    margin-bottom: 10px;
}
.step_icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 10px auto;
    font-size: 24px;
    background: #020873;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_icon img {
    width: 24px;
    height: 24px;
}
.step_desc {
    font-size: 16px;
    color: #434549;
    line-height: 1.5;
}
.step_desc span {
    font-size: 14px;
    color: #666666;
}
/* ===================== //공통 step 카드 (모바일) ===================== */

/* ===================== c2 참가안내 (모바일) ===================== */
.c2_section {
    margin-bottom: 40px;
}
.c2_price_bg {
    background: linear-gradient(180deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 30px 16px;
}
.c2_title {
    font-size: 26px;
    font-weight: 700;
    color: #171c61;
    text-align: center;
    margin-bottom: 8px;
}
.c2_subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-bottom: 24px;
}
.c2_btn_wrap {
    text-align: center;
    margin-top: 10px;
}
.c2_btn {
    display: inline-block;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
}
.c2_btn_primary {
    background: #020873;
    color: #ffffff;
    border: 1px #020873 solid;
}
.c2_booth_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.c2_booth_card {
    border: 1px rgba(2,8,115,0.6) solid;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}
.c2_booth_header {
    background: rgba(2,8,115,0.6);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 14px 10px;
}
.c2_booth_body {
    padding: 20px 16px 24px 16px;
    text-align: center;
}
.c2_booth_price {
    font-size: 20px;
    font-weight: 600;
    color: #141617;
    margin-bottom: 8px;
}
.c2_booth_price span {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}
.c2_booth_desc {
    font-size: 16px;
    color: #141617;
    margin-bottom: 20px;
}
.c2_booth_img {
    margin-bottom: 20px;
}
.c2_booth_img img {
    max-width: 220px;
}
.c2_booth_label {
    font-size: 18px;
    font-weight: 600;
    color: #141617;
    text-align: left;
    margin-bottom: 8px;
}
.c2_booth_list {
    text-align: left;
    padding-left: 20px;
    margin: 0;
}
.c2_booth_list li {
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
}
/* ===================== //c2 참가안내 (모바일) ===================== */

/* ===================== c3 광고/스폰서십 (모바일) ===================== */
.c3_section {
    margin-bottom: 40px;
}
.c3_hero_bg {
    background: #f9f6fa;
    border-radius: 6px;
    padding: 24px 16px;
    text-align: center;
}
.c3_hero_title {
    font-size: 20px;
    font-weight: 700;
    color: #E85977;
    line-height: 1.5;
    margin-bottom: 10px;
}
.c3_hero_desc {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
}
.c3_title {
    font-size: 26px;
    font-weight: 700;
    color: #171c61;
    text-align: center;
    margin-bottom: 24px;
}
.c3_package_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.c3_package_card {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.c3_package_card:hover {
    transform: none;
}
.c3_package_header {
    padding: 20px 16px;
    text-align: center;
    color: #ffffff;
}
.c3_pkg_star {
    font-size: 20px;
    color: #ffd700;
    letter-spacing: 4px;
}
.c3_pkg_name {
    font-size: 24px;
    font-weight: 700;
    margin-top: 6px;
}
.c3_package_body {
    padding: 20px 16px;
    text-align: center;
}
.c3_pkg_price {
    font-size: 26px;
    font-weight: 700;
    color: #171c61;
}
.c3_pkg_price span {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}
.c3_pkg_gold .c3_package_header {
    background: #daa520;
}
.c3_pkg_silver .c3_package_header {
    background: #8a9aaa;
}
.c3_pkg_bronze .c3_package_header {
    background: #c4875b;
}
.c3_table_wrap {
    width: 100%;
    overflow-x: auto;
}
.c3_table {
    width: 100%;
    min-width: 640px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}
.c3_table thead tr {
    background: #c97882;
    color: #ffffff;
}
.c3_thead_row1 th:first-child {
    border-radius: 8px 0 0 0;
}
.c3_thead_row1 th:last-child {
    border-radius: 0 8px 0 0;
}
.c3_table th {
    padding: 10px 6px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border: none;
}
.c3_thead_row2 {
    background: #f2dce0 !important;
}
.c3_thead_row2 th {
    font-weight: 400;
    padding: 8px 6px;
    border-top: 1px solid rgba(255,255,255,0.3);
    color: #333333;
}
.c3_table th .c3_pkg_star {
    font-size: 14px;
    color: #ffd700;
}
.c3_th_pkg_label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}
.c3_th_item {
    width: 30%;
    text-align: center;
}
.c3_th_price {
    width: 22%;
}
.c3_th_pkg {
    width: 16%;
}
.c3_table tbody td {
    padding: 10px 8px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
    font-size: 14px;
}
.c3_table tbody td:first-child {
    text-align: left;
    font-weight: 500;
}
.c3_table tbody tr:hover {
    background: #f8f8fc;
}
.c3_table_note {
    text-align: right;
    font-size: 13px;
    font-style: italic;
    color: #cc3333;
    margin-top: 10px;
}
.c3_contact_bg {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 30px 16px;
    text-align: center;
}
.c3_contact_desc {
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 12px;
}
.c3_contact_info {
    font-size: 17px;
    font-weight: 600;
    color: #171c61;
}
/* ===================== //c3 광고/스폰서십 (모바일) ===================== */

/* ===================== v1 관람안내 (모바일) ===================== */
.v1_section {
    margin-bottom: 40px;
}
.v1_title {
    font-size: 26px;
    font-weight: 700;
    color: #171c61;
    text-align: center;
    margin-bottom: 24px;
}
.v1_entry_bg {
    background: linear-gradient(180deg, #dfeef6 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 30px 16px;
}
.v1_entry_label {
    font-size: 22px;
    font-weight: 600;
    color: #020873;
    text-align: center;
    margin-bottom: 6px;
}
.v1_entry_sub {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-bottom: 24px;
}
/* ===================== //v1 관람안내 (모바일) ===================== */

/* ===================== v2 사전등록 (모바일) ===================== */
.v2_modal {
    width: 92%;
    max-height: 85vh;
}
.v2_modal_header {
    padding: 14px 16px;
    font-size: 18px;
}
.v2_modal_body {
    padding: 16px;
}
.v2_modal_label {
    font-size: 15px;
    padding: 8px 10px;
}
.v2_modal_label input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
    accent-color: #171c61;
}
.v2_chk_item,
.v2_radio_item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 15px;
    color: #333333;
    line-height: 1.4;
}
.v2_chk_item input[type="checkbox"],
.v2_radio_item input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #171c61;
}
.v2_inline_fields {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.v2_inline_fields select,
.v2_inline_fields input {
    width: 100%;
}
.v2_option_box {
    background: #f5f6f8;
    border-radius: 8px;
    padding: 10px 14px;
}
.v2_grid_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 12px;
}
.v2_grid_empty {
    display: none;
}
.v2_etc_item {
    grid-column: span 2;
}
.v2_etc_input {
    width: 140px !important;
    height: 30px;
    margin-left: 6px;
    font-size: 14px;
    padding: 4px 6px;
}
.v2_etc_input:disabled {
    background: #e8e8e8;
    color: #aaaaaa;
}
/* v2 사전등록 모바일 입력폼 */
.reg_box .width_45 {
    width: 100% !important;
}
.reg_box .input_width_2 {
    width: 100% !important;
}
.reg_box .reg_item_1 .r_button_small {
    display: block;
    margin-top: 8px;
    text-align: center;
}
.v2_grid_3 {
    grid-template-columns: 1fr;
    gap: 2px 0;
}
.v2_etc_item {
    grid-column: span 1;
}
.v2_done_wrap {
    padding: 50px 16px;
}
.v2_done_icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    margin-bottom: 20px;
}
.v2_done_title {
    font-size: 24px;
}
.v2_done_desc {
    font-size: 16px;
}
/* ===================== //v2 사전등록 (모바일) ===================== */


/* ===================== c1 Why Exhibit (모바일) ===================== */

/* 인트로 */
.c1_head_txt {
    background: #f9f6fa;
    border-radius: 6px;
    padding: 24px 20px;
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #171c61;
}

/* 섹션 제목 */
.c1_section_title {
    font-size: 24px;
    font-weight: bold;
    color: #171c61;
    padding-bottom: 14px;
    border-bottom: 3px solid #171c61;
    margin-top: 50px;
    margin-bottom: 24px;
    word-break: keep-all;
}
.c1_section_title span {
    font-size: 16px;
    font-weight: normal;
    color: #888888;
    display: block;
    margin-left: 0;
    margin-top: 6px;
}

/* 검증된 성과 - 숫자 박스 */
.c1_siljuk_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.c1_siljuk_box {
    flex: 1 1 45%;
    background: #f5f0eb;
    border-radius: 8px;
    padding: 18px 10px 24px 10px;
    text-align: center;
}
.c1_siljuk_box .box_data {
    font-size: 36px;
    line-height: 36px !important;
    font-weight: bold !important;
    color: #e01a1a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.c1_siljuk_box .box_data span {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    color: #666666;
    position: relative;
    bottom: -6px;
}
.c1_siljuk_box .box_data .num_comma,
.c1_siljuk_box .box_data .num_plus,
.c1_siljuk_box .box_data .num_tilde {
    font-size: 36px !important;
    font-weight: bold !important;
    color: #e01a1a !important;
    position: static;
    bottom: auto;
}
.c1_siljuk_label {
    font-size: 14px;
    color: #444444;
    margin-top: 12px;
}

/* 차별점 카드 */
.c1_diff_case {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.c1_diff_inner {
    width: 100%;
}
.c1_diff_head {
    border-radius: 6px 6px 0 0;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: #5b9bd5;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 56px;
}
.c1_diff_head .num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
}
.c1_diff_body {
    border-radius: 0 0 6px 6px;
    padding: 20px 20px 20px 56px;
    font-size: 17px;
    line-height: 28px;
    color: #333333;
    background: #f4f4f4;
    min-height: auto;
    position: relative;
}
.c1_diff_emoji {
    position: absolute;
    right: 20px;
    bottom: 16px;
    font-size: 40px;
    opacity: 0.2;
}
.c1_diff_emoji img {
    height: 40px;
}

/* 추천 기업 */
.c1_recom_case {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.c1_recom_item {
    width: 100%;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 20px 20px;
    font-size: 17px;
    line-height: 26px;
    color: #333333;
    display: flex;
    align-items: center;
}
.c1_recom_item .chk_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #138808;
    color: #ffffff;
    font-size: 12px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* ===================== //c1 Why Exhibit (모바일) ===================== */

/* ===================== FAQ (모바일) ===================== */
.faq_question {
    padding:14px 16px; font-size:16px;
}
.faq_answer {
    font-size:15px;
}
.faq_answer_inner {
    padding:14px 16px;
}
/* ===================== //FAQ (모바일) ===================== */

/* ===================== i2 Why India (모바일) ===================== */
.i2_hero { margin-bottom: 40px; }
.i2_hero_inner {
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
}
.i2_hero_txt { padding-right: 0; margin-bottom: 24px; }
.i2_hero_title { font-size: 26px; }
.i2_hero_desc { font-size: 16px; }
.i2_hero_img { width: 160px; }
.i2_market { margin-bottom: 40px; }
.i2_market_title { font-size: 22px; }
.i2_market_cards { flex-direction: column; gap: 14px; }
.i2_card_label { font-size: 18px; }
.i2_card_now { font-size: 16px; }
.i2_card_future { font-size: 18px; }
.i2_coop_item { font-size: 16px; padding: 14px 18px; }
/* ===================== //i2 Why India (모바일) ===================== */

/* ===================== 구성전시회 공통 (모바일) ===================== */
.ex_hero { margin-bottom: 30px; }
.ex_hero_inner {
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
}
.ex_hero_icon { width: 80px; margin-left: 0; margin-top: 20px; }
.ex_hero_title { font-size: 24px; }
.ex_section { margin-bottom: 36px; }
.ex_section_title { font-size: 20px; }
.ex_stat_cards { flex-direction: column; gap: 12px; }
.ex_stat_num { font-size: 22px; }
.ex_opportunity_item { font-size: 15px; padding: 14px 16px; width: 100%; }
.ex_highlight_item { font-size: 15px; }
.ex_item_tag { font-size: 14px; padding: 6px 14px; }
.ex_highlight_badge { font-size: 17px; padding: 14px 16px; width: 100%; }
/* ===================== //구성전시회 공통 (모바일) ===================== */

}


/********************** set **********************************************************/
/****/
	
	
.table_case {
	
}

.table_case .hd {
	background:#5d5d5d;
	color:#ffffff;
	font-size:18px !important;
	border:1px #cccccc solid;
	border-left:none;
	border-bottom:none;
	padding:10px 0px 10px 0px;
	text-align: center !important;
	font-weight:bold;
}


.table_case.booth .hd {
	background:#5d5d5d;
	color:#ffffff;
	font-size:18px !important;
	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:#f6f6f6;
	text-align: center !important;
}

.table_case .hd_ssn {
	background:#d9edff;
	color:#224398;
	font-size:20px;
	font-weight:bold;
	text-align: center;
	padding:12px 0 12px 0;
}

.hd_ssn.set_left{
	padding-left:12px;
}

.table_case .hd_break {	
	text-align: center !important;
	padding:8px !important;
}
.table_case td {
	font-size:18px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:12px;
	/* text-align: left; */
	line-height:26px;
}
.table_case.booth td {
	font-size:18px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:12px;
	text-align: center;
}
.table_case tr td:last-child {
	border-right:none;
}

.table_case td sup{
	line-height:0;
}
	
.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:18px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
	padding:8px 8px 8px 16px;
	text-align: left;
}
	
.table_case.sisul td{
	text-align: center !important;
}
	
.table_case.sisul.review .input_box{
	border:none;
	background-color:#ffffff;
	padding:8px 10px 9px 0;
	vertical-align: middle;
}
	
.td_green {
	background: #dcffbc;
}

.p1_sp_name {
	font-weight:bold;
}

/****/

#t1 td {
	text-align: center;
}

#t1 .ssn_title {
	font-size:16px;
	font-weight:bold;
}
#t1 .ssn_title a img {
	height:18px;
	margin-left:4px;
}
#t1 .ssn_desc {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}

#t2 td {
	text-align: center;
}
#t3 td {
	text-align: center;
	font-size:16px;
}
#t3 .ssn_title {
	font-size:16px;
	font-weight:bold;
}
#t3 .ssn_title a img {
	height:18px;
	margin-left:4px;
}
#t3 .ssn_desc {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}
#t4 td {
	text-align: center;
	font-size:16px;
}
#t4 .ssn_title {
	font-size:16px;
	font-weight:bold;
}
#t4 .ssn_title a img {
	height:18px;
	margin-left:4px;
}
#t4 .td_bg_light_green a img {
	height:18px;
	margin-left:4px;
}
#t4 .td_bg_light_yellow a img {
	height:18px;
	margin-left:4px;
}
#t4 .td_bg_light_green a img {
	height:18px;
	margin-left:4px;
}
#t4 .td_bg_light_purple a img {
	height:18px;
	margin-left:4px;
}
#t4 .ssn_desc- a img {
	height:18px;
	margin-left:4px;
}
#t4 .ssn_desc {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}
#t5 td {
	text-align: center;
	font-size:16px;
}
#t6 td {
	text-align: center;
	font-size:16px;
}
#t6 .ssn_title {
	font-size:16px;
	font-weight:bold;
}
#t6 .ssn_desc {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}
#t7 td {
	text-align: center;
	font-size:16px;
}
#t7 .ssn_title {
	font-size:16px;
	font-weight:bold;
}
#t7 .ssn_desc {
	font-size:14px;
	line-height:18px;
	margin-top:5px;
}
/****/


.bonmun_txt {font-size:18px; line-height:28px; text-align:left; word-break:keep-all}
.bonmun_txt2 {font-size:18px; line-height:28px; text-align:left; word-break:keep-all; margin-top:20px}
.comment_incell {font-size:14px; margin-left:20px}
.reg_file {font-size:15px}
.reg_file_note {font-size:14px; line-height:22px; color:#888888; margin-top:8px; word-break:keep-all}
.input_disabled {background:#f2f2f2; color:#999999}
.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_right_1 {border-right:1px #cccccc solid}
.border_top_1 {border-top:1px #cccccc solid !important}
.border_bottom_1 {border-bottom:1px #cccccc 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:#666666; 
	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_underline {text-decoration:underline;}

.txt_gray {color:#999999 !important}
.txt_red {color:#ff0000 !important}
.txt_blue {color:#0000ff !important}
.txt_blue2 {color:#8500C8 !important; font-weight:bold;}
.txt_blue3 {color:#3668a5 !important}


.img_size { max-width: 100%}
.img_inline {display:inline-block}

.set_center {text-align:center !important}
.set_left {text-align:left !important}
.set_right {text-align:right !important}

.td_left_txt {padding: 1.3em 2em; text-align:left}
.td_left_txt { text-align:left}

.td_left { padding: 1.0em 1.0em; text-align: left; word-break:keep-all}
.td_center { padding: 1.0em 1.0em; text-align: center; word-break:keep-all}
.td_first { border-radius:4px 0 0 4px}
.td_last { border-radius:0px 4px 4px 0px}

.td_bg_gray_1 {background:#f3f3f3}
.td_bg_gray_2 {background:#f9f9f9}


.width_5 {width:5% !important}
.width_10 {width:10% !important}
.width_15 {width:15% !important}
.width_20 {width:20% !important}
.width_25 {width:25% !important}
.width_30 {width:30% !important}
.width_35 {width:35% !important}
.width_40 {width:40% !important}
.width_45 {width:45% !important}
.width_50 {width:50% !important}
.width_55 {width:55% !important}
.width_60 {width:60% !important}
.width_65 {width:65% !important}
.width_70 {width:70% !important}
.width_75 {width:75% !important}
.width_80 {width:80% !important}
.width_85 {width:85% !important}
.width_90 {width:90% !important}
.width_100 {width:100% !important}

.width_12 {width:12% !important}
.width_13 {width:13% !important}
.width_14 {width:14% !important}
.width_16 {width:16% !important}
.width_33 {width:33% !important}
.width_22 {width:22% !important}

.border_bottom_x {border-bottom:none !important}

.button_download {
	display: inline-block; 
	padding-right:20px; 
	padding-left:20px;
	height:50px; 
	/* background:#484fa0;  */
	background:#ad3fb8; 
	line-height:50px; 
	border-radius:2px; 
	color:#ffffff; 
	font-size:18px; 
	text-align:center; 
	border-radius:4px;
	}

.button_download img {
	height:20px;
	margin-right:10px;
}




.input_box{
    padding:10px 10px 10px 10px;
    color:#333333;
    background-color:#ffffff;
    vertical-align:middle;
    border:1px solid #cccccc;
    -webkit-appearance: auto; 
    border-radius:2px;
    font-size:18px;
}

.input_box:focus{
    border-color:#00839e;
    outline:0;
    /*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)*/
}




input::placeholder {
    color: #999999;
    /*font-style: italic;*/
}


textarea::placeholder {
    color: #999999;
    /*font-weight: bold;*/
}




.input_box::-moz-placeholder{
    color:#999999;opacity:1
}
.input_box:-ms-input-placeholder{
    color:#999999
}
.input_box::-webkit-input-placeholder{
    color:#999999
}


input[readonly] {
  background-color: #f5f5f5;
  color: #000000;
  font-size:20px;
}


.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:#0465a8; margin-left:2px}

.scroll_on {opacity: 0;transition: all 1s;}
.scroll_on.active {opacity: 1 !important;transform: translate(0, 0) !important;}
.scroll_on.type_top {transform: translate(0, -50px);}
.scroll_on.type_bottom {transform: translate(0, 50px);}
.scroll_on.type_left {transform: translate(-50px, 0);}
.scroll_on.type_right {transform: translate(50px, 0);}

.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: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    letter-spacing:0px;

}

.button_reg {
    display: inline-block;
    white-space: nowrap;
    /* background-color:#09913c; */
	background-color:#171c61;
    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: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    letter-spacing:0px;
    width:320px;
}


.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:0px; 
	display:inline-block;
    border-radius:8px; 
    background-color:#78BDE5; 
	color:#ffffff; 
	font-size:16px; 
	padding:10px 20px 10px 20px;
}



.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:#171c61;
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: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*-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:#78BDE5;
    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: 8px;
    letter-spacing:0px;
    width:70px;
}

.mypage_button_invoice {
    display: inline-block;
    white-space: nowrap;
    background-color:#78BDE5;
    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: 8px;
    letter-spacing:0px;
    width:150px;
}

.mypage_gumek {
	font-size:24px !important;
	font-weight:bold;
	padding:20px 0 20px 0 !important;
}
.mypage_gumek_2 {
	font-size:24px !important;
	font-weight:bold;
}


.edit_bg {
    background-color:#999999 !important;
}


.mypage_button_smaller {
    display: inline-block;
    white-space: nowrap;
    background-color:#099bdb;    
    margin: 0 auto 0 auto;
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
	line-height:20px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:40px;
}

.mypage_button_smaller2 {
    display: inline-block;
    white-space: nowrap;
    background-color:#099bdb;  
    text-align: center;
    color: #ffffff !important;
    font-size:12px;
	line-height:16px;
    font-weight:normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0px;
    width:40px;
}

.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 {
		width:100%;
		border:1px #cccccc solid;
		border-radius:10px;
		padding:20px 0 20px 0;
	}
	
	.b4_sec_1 .reg_box {
		max-width:900px;
		margin:0 auto 0 auto;
	}
	
	.reg_box_inner {
		padding:5px 0 5px 0;
		border-bottom:0px #e9e9e9 solid;
		display:flex; 
		align-items: stretch;		
		justify-content:space-between;
		flex-wrap:wrap;
	}
	

	.reg_box_inner .con_box_2_5 {
		display:flex; align-items: stretch;
	}
	
	.reg_title_1 {
		width:20%;
		text-align:center;
		padding:0px;
		background:#ffffff;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
	}
	.reg_title_1 p {
		font-size:18px;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.reg_item_1 {
		width:80%;
		text-align:left;
		padding:0px 10px 0px 20px;
		background:#ffffff;
		font-size:18px;
	}

	/* 라벨을 입력칸(상단)에 맞춰 정렬 - 사업자등록번호 등 세로로 긴 행 */
	.reg_box_inner.reg_top .reg_title_1 { align-items:flex-start; }

	/* 인풋 하단 인라인 검증 메시지 (아이디 중복검사 / 사업자번호 유효성) */
	.reg_inline_msg { display:block; margin-top:6px; font-size:15px; line-height:1.4; min-height:1em; }
	.reg_inline_msg.is_err { color:#e60012; }
	.reg_inline_msg.is_ok { color:#0a7a34; }
	
	.b4_sec_1 .reg_title_1 {
		width:30%;		
	}
	
	.b4_sec_1 .reg_item_1 {
		width:70%;		
	}
	
	.reg_box.review .reg_title_1 {
		border:0px #ff0000 solid;
	}
	.reg_box.review .reg_item_1 {		
		padding:10px 10px 10px 20px;
		border:0px #ff0000 solid;
	}
	.reg_box.review .reg_box_inner {
		border-bottom:1px #e9e9e9 solid;
	}
	
	.reg_box.review .reg_box_inner:last-child {
		border-bottom:0px #e9e9e9 solid;
	}
	
	.r_cat_box {
		min-height:50px;
		display:flex;
		align-items:center;
		border:0px #ff0000 solid;
	}
	.reg_box.review .r_cat_box div {
		margin-right:30px;
	}
	
	.reg_item_1 .con_box_4_incell {
		padding-top:10px;
	}
	.reg_item_1 .con_box_2_4 {
		padding-top:10px;
	}
	.reg_item_1 .con_box_2_3 {
		padding-top:10px;
	}
	.booth.review .input_box {
		border:none !important;
		background:#ffffff  !important;
	}
	
	/* .review .reg_item_1 .con_box_2_4 {
		padding-top:0px;
	}
	.review .reg_item_1 .con_box_2_3 {
		padding-top:0px;
	} */
	
	.sajun_qa_box {
		padding:16px 0px 8px 0px;
		border-bottom:1px #cccccc dashed;
	}
	
	.reg_item_1 .sajun_qa_box:first-child {
		padding-top:10px;
	}
	
	.reg_item_1 .sajun_qa_box:last-child {
		border-bottom:0px #cccccc dashed;
	}
	
	.sajun_qa_box_date {
		display:inline-block;
		width:20%;
		vertical-align: top;
		text-align:left;
	}
	
	.sajun_qa_box_prog {
		display:inline-block;
		width:70%;
		vertical-align: top;
		text-align:left;
	}
	
	.sajun_qa_box_prog p{
		margin-bottom:8px;
	}
	
	.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;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.reg_item_2 {
		display:inline-block;
		width:58%;
		text-align:left;
		vertical-align: top;
		padding:10px 10px 10px 20px;
		background:#ffffff;
	}
	
	.reg_box_inner .con_box_2_7 {
		margin-top:10px;
	}
	
	.reg_option_box {
		display:inline-block;
		margin-top:10px;
		margin-right:30px;
		vertical-align:top;
	}
	.reg_option_box_etc {
		margin-top:10px;
	}
			
	.p1 {
		padding-top:5px !important;
		padding-bottom:5px !important;
		line-height:18px;
	}
			
	.p2 {
		padding-top:26px !important;
		padding-bottom:26px !important;
		border:0px #ff0000 solid;
	}
	.p3 {
		padding-top:52px !important;
		padding-bottom:52px !important;

	}
	
	.reg_title_1 .set_left {
		padding-left:20px;
		font-size:20px;
		font-weight:bold;
	}
	
	/* .review .reg_item_1 {
		padding-top:20px;
	} */
		
	.findid_res {	
		display: inline-block;
		background:none;
		width:300px;	
		text-align:left;
		color:#0000ff;
		font-size:16px;
		line-height:24px;
		margin-left:20px;
		padding-top:2px;
		padding-bottom:2px;
		border-radius:4px;
	}
	.findid_res span {
		color:#ff0000;
		font-weight: bold;
	}
	
	.yng_anne {
		padding-top:0 !important;
	}
	
	.reg_box_inner.border_bottom_x {
		padding-bottom:0 !important;
	}
	
/**/


.dot_txt{
    background:url(../images_icon/biz_out2.png) left 10px  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;
    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;
    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;
}
	
/**/

.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: 10001;
  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;
}
/****/

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  /* 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); */
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  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);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/* Float */
.hvr-float {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}




/* Float Shadow */
.hvr-float-shadow {
  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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 20px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow */
.hvr-shadow {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/********/

.bounce1, .bounce2, .bounce3, .bounce4 {
  /* display: inline-block;
  cursor: pointer; */
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.bounce1 { animation-duration: 0.8s; }
.bounce2 { animation-duration: 0.9s; }
.bounce3 { animation-duration: 1.2s; }
.bounce4 { animation-duration: 1.0s; }

@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}


/* ===================== 홍보자료/디렉토리 입력 (promo_) ===================== */

@media (min-width: 1270px) {

    /* 공통 */
    .promo_thumb { max-width:100px; max-height:100px; border:1px solid #dddddd; margin-top:6px; }

    /* Section C 인도 진출 배경 */
    .promo_sec_c_wrap { background:#eafaea; border:2px solid #a7d8a7; border-radius:10px; padding:30px 25px; margin-top:20px; }
    .promo_sec_c_wrap .reg_title_1 p { color:#2a7a2a; }
    .promo_sec_c_wrap .reg_box { background:#ffffff !important; }
    .promo_sec_c_wrap .reg_box_inner + .reg_box_inner { margin-top:20px; }
    .promo_buyer_etc_input { margin-left:6px; }

    /* 브랜드 제품 블록 (폼 안) */
    .promo_product_block { border:1px dashed #cccccc; padding:14px; border-radius:6px; margin-bottom:10px; }

    /* 브랜드 카드 슬롯 그리드 */
    .promo_brand_cards_wrap { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; margin-bottom:30px; }
    .promo_brand_slot { flex:1 1 200px; min-width:200px; max-width:calc(20% - 8px); min-height:140px; border-radius:10px; overflow:hidden; box-sizing:border-box; padding:14px; border:none; background:transparent; }
    .promo_brand_slot.filled { display:flex; flex-direction:column; gap:10px; border:2px solid #171c61 !important; background:#ffffff !important; box-shadow:0 1px 3px rgba(0,0,0,0.08); }
    .promo_brand_slot.empty { display:flex; align-items:center; justify-content:center; color:#888888; font-size:18px; font-weight:bold; text-decoration:none; background:#fafafa; border:2px dashed #cccccc; cursor:pointer; }
    .promo_brand_slot.empty:not(.with_prefill):hover { background:#fff3e0; border-color:#ffa040; color:#e67300; }
    .promo_brand_slot.empty.with_prefill { display:flex; flex-direction:column; gap:10px; align-items:stretch; border:2px solid #171c61 !important; background:#ffffff !important; box-shadow:0 1px 3px rgba(0,0,0,0.08); cursor:default; }
    .promo_brand_slot_top { display:flex; gap:10px; align-items:flex-start; }
    .promo_brand_slot_thumb { width:80px; height:80px; flex-shrink:0; align-self:flex-start; display:flex; align-items:center; justify-content:center; background-color:#f5f5f5; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:6px; overflow:hidden; }
    .promo_brand_slot_noimg { color:#aaaaaa; font-size:12px; text-align:center; padding:6px; }
    .promo_brand_slot_info { flex:1; display:flex; flex-direction:column; min-width:0; }
    .promo_brand_slot_name { font-weight:bold; font-size:14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#171c61; }
    .promo_brand_slot_name_en { font-size:12px; color:#666666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:2px; }
    .promo_brand_slot_cat { font-size:12px; color:#888888; margin-top:4px; }
    .promo_brand_slot_btn { display:inline-block; margin-top:auto; padding:5px 10px; background:#555555; color:#ffffff !important; font-size:12px; font-weight:normal; border-radius:4px; text-decoration:none; text-align:center; align-self:center; }
    .promo_brand_slot_btn:hover { background:#333333; }

    /* 리뷰 페이지 — 제품 이미지 그리드 (reg_box 안에서 사용) */
    /* 리뷰 페이지 — 제품 이미지 세로 리스트 (제품 1~4) */
    .promo_product_list { display:flex; flex-direction:column; }
    .promo_product_item { display:flex; gap:16px; align-items:flex-start; padding:14px 0; border-bottom:1px dashed #cccccc; }
    .promo_product_item:last-child { border-bottom:none; }
    .promo_product_thumb { width:160px; height:160px; flex-shrink:0; box-sizing:border-box; padding:14px; border:1px solid #dddddd; border-radius:4px; overflow:hidden; }
    .promo_product_img { width:100%; height:100%; object-fit:cover; display:block; }
    .promo_product_meta { flex:1; display:flex; flex-direction:column; gap:4px; min-width:0; }
    .promo_product_name { font-weight:bold; font-size:16px; color:#171c61; }
    .promo_product_name_en { margin-bottom:10px; }
    .promo_product_desc { font-size:16px; color:#666666; }

}


@media all and (max-width: 1270px) {

    .promo_thumb { max-width:80px; max-height:80px; border:1px solid #dddddd; margin-top:6px; }

    .promo_sec_c_wrap { background:#eafaea; border:2px solid #a7d8a7; border-radius:10px; padding:20px 14px; margin-top:14px; }
    .promo_sec_c_wrap .reg_title_1 p { color:#2a7a2a; }
    .promo_sec_c_wrap .reg_box { background:#ffffff !important; }
    .promo_sec_c_wrap .reg_box_inner + .reg_box_inner { margin-top:20px; }
    .promo_buyer_etc_input { margin-left:6px; }

    .promo_product_block { border:1px dashed #cccccc; padding:10px; border-radius:6px; margin-bottom:10px; }

    /* 모바일: 카드 2열 구성 */
    .promo_brand_cards_wrap { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; margin-bottom:20px; }
    .promo_brand_slot { flex:1 1 calc(50% - 4px); min-width:0; max-width:calc(50% - 4px); min-height:120px; border-radius:10px; overflow:hidden; box-sizing:border-box; padding:10px; border:none; background:transparent; }
    .promo_brand_slot.filled { display:flex; flex-direction:column; gap:8px; border:2px solid #171c61 !important; background:#ffffff !important; box-shadow:0 1px 3px rgba(0,0,0,0.08); }
    .promo_brand_slot.empty { display:flex; align-items:center; justify-content:center; color:#888888; font-size:15px; font-weight:bold; text-decoration:none; background:#fafafa; border:2px dashed #cccccc; cursor:pointer; }
    .promo_brand_slot.empty.with_prefill { display:flex; flex-direction:column; gap:8px; align-items:stretch; border:2px solid #171c61 !important; background:#ffffff !important; box-shadow:0 1px 3px rgba(0,0,0,0.08); cursor:default; }
    .promo_brand_slot_top { display:flex; gap:8px; align-items:flex-start; }
    .promo_brand_slot_thumb { width:60px; height:60px; flex-shrink:0; align-self:flex-start; display:flex; align-items:center; justify-content:center; background-color:#f5f5f5; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:6px; overflow:hidden; }
    .promo_brand_slot_noimg { color:#aaaaaa; font-size:11px; text-align:center; padding:4px; }
    .promo_brand_slot_info { flex:1; display:flex; flex-direction:column; min-width:0; }
    .promo_brand_slot_name { font-weight:bold; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#171c61; }
    .promo_brand_slot_name_en { font-size:11px; color:#666666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:2px; }
    .promo_brand_slot_cat { font-size:11px; color:#888888; margin-top:3px; }
    .promo_brand_slot_btn { display:inline-block; margin-top:auto; padding:4px 8px; background:#555555; color:#ffffff !important; font-size:11px; font-weight:normal; border-radius:4px; text-decoration:none; text-align:center; align-self:center; }
    .promo_brand_slot_btn:hover { background:#333333; }

    /* 리뷰 페이지 — 제품 이미지 그리드 (reg_box 안에서 사용) */
    /* 리뷰 페이지 — 제품 이미지 세로 리스트 (제품 1~4) 모바일 */
    .promo_product_list { display:flex; flex-direction:column; }
    .promo_product_item { display:flex; gap:10px; align-items:flex-start; padding:10px 0; border-bottom:1px dashed #cccccc; }
    .promo_product_item:last-child { border-bottom:none; }
    .promo_product_thumb { width:120px; height:120px; flex-shrink:0; box-sizing:border-box; padding:14px; border:1px solid #dddddd; border-radius:4px; overflow:hidden; }
    .promo_product_img { width:100%; height:100%; object-fit:cover; display:block; }
    .promo_product_meta { flex:1; display:flex; flex-direction:column; gap:3px; min-width:0; }
    .promo_product_name { font-weight:bold; font-size:16px; color:#171c61; }
    .promo_product_name_en { margin-bottom:10px; }
    .promo_product_desc { font-size:16px; color:#666666; }

}

/* ===================== //홍보자료/디렉토리 입력 (promo_) ===================== */

/* ===================== v3 디렉토리 상세 - 브랜드 소개/제품 (제목 위, 내용 아래) ===================== */
.v3_brand_detail { margin-top:0; }
.v3_bd_item { padding:16px 4px; border-bottom:1px solid #e5e5e5; }
.v3_bd_title { font-weight:bold; font-size:16px; color:#171c61; margin-bottom:10px; }
.v3_bd_body { font-size:15px; line-height:1.7; color:#333333; }
.v3_product_grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.v3_product_grid .promo_product_item { padding:0; border-bottom:none; }
@media all and (max-width: 1270px) {
  .v3_product_grid { grid-template-columns:1fr; }
}
/* ===================== //v3 디렉토리 상세 ===================== */

/* ===================== 기본 조립부스 미리보기 (booth_preview) ===================== */
.booth_preview_wrap { margin-bottom:12px; }
.booth_preview_btn { display:inline-flex; align-items:center; padding:8px 16px; background:#1e9e54; color:#ffffff; border:none; border-radius:4px; font-size:14px; cursor:pointer; }
.booth_preview_btn_icon { width:16px; height:16px; margin-right:6px; filter:brightness(0) invert(1); }
.booth_preview_layer { display:none; margin-top:10px; border:1px solid #cccccc; border-radius:6px; background:#f8f8f8; padding:20px; position:relative; }
.booth_preview_close { position:absolute; top:10px; right:10px; width:28px; height:28px; padding:0; background:#666666; border:none; border-radius:50%; cursor:pointer; font-size:0; }
.booth_preview_close::before, .booth_preview_close::after { content:""; position:absolute; top:50%; left:50%; width:13px; height:2px; background:#ffffff; }
.booth_preview_close::before { transform:translate(-50%,-50%) rotate(45deg); }
.booth_preview_close::after { transform:translate(-50%,-50%) rotate(-45deg); }
.booth_preview_body { display:flex; align-items:flex-start; gap:24px; flex-wrap:wrap; }
.booth_zoom { position:relative; width:250px; flex-shrink:0; }
.booth_zoom_img { width:250px; height:auto; display:block; border-radius:8px; }
.booth_zoom_btn { position:absolute; right:8px; bottom:8px; width:36px; height:36px; padding:0; display:flex; align-items:center; justify-content:center; border:none; cursor:pointer; background:#555555; border-radius:6px; }
.booth_zoom_btn_icon { width:20px; height:20px; filter:brightness(0) invert(1); }
.booth_modal { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:9999; }
.booth_modal_inner { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.booth_modal_img { display:block; width:800px; max-width:90vw; max-height:90vh; border-radius:8px; }
.booth_modal_close { position:absolute; top:-16px; right:-16px; width:36px; height:36px; background:#ffffff; color:#333333; border:none; border-radius:50%; font-size:20px; line-height:1; cursor:pointer; box-shadow:0 0 8px rgba(0,0,0,0.5); }
.booth_preview_info { flex:1; min-width:260px; }
.booth_preview_info h4 { margin:0 0 12px 0; font-size:18px; font-weight:bold; }
.booth_preview_info p { margin:0; font-size:16px; line-height:1.8; }
@media all and (max-width: 1270px) {
  .booth_preview_wrap { display:none; }
}
/* ===================== //기본 조립부스 미리보기 (booth_preview) ===================== */

/*******/

/* ======================================================================
   친환경대전 추가 스타일 (k-eco 콘텐츠 구현용) - 코인덱스 원본 이후 append
   색상 토큰: primary #159a4b / dark #0f7a3a / light #eef7ef
   ====================================================================== */

/* --- 공통 --- */
.section__stitle{font-size:17px;color:#555;line-height:1.7;margin:8px 0 30px;}
.contents section{margin-bottom:70px;}
.set_center{text-align:center;}

/* 스크롤 등장 애니메이션 (reveal 클래스는 JS가 부여 → JS없으면 그대로 노출) */
.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease, transform .8s ease;}
.reveal.on{opacity:1;transform:none;}

/* --- i1 전시분야 --- */
.i1_field_list{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px;}
.i1_field_item{flex:1 1 calc(50% - 16px);box-sizing:border-box;background:#f7faf7;border:1px solid #e2ede3;border-left:4px solid #159a4b;border-radius:8px;padding:22px 24px;}
.i1_field_title{font-size:19px;font-weight:700;color:#0f7a3a;margin-bottom:8px;}
.i1_field_desc{font-size:15px;color:#555;line-height:1.6;}

/* --- i2 전시 경쟁력 --- */
.i2_head_txt{font-size:34px;font-weight:800;color:#1B2A9C;text-align:center;line-height:1.4;}
.i2_head_desc{font-size:26px;color:#555;text-align:center;line-height:1.8;margin-top:16px;}
.i2_head_desc .i2_head_desc_first{font-weight:700;}
.i2_point_list{display:flex;flex-wrap:wrap;gap:20px;}
.i2_point_item{flex:1 1 calc(25% - 20px);box-sizing:border-box;text-align:center;background:#fff;border:1px solid #e2ede3;border-radius:12px;padding:30px 18px;box-shadow:0 6px 18px rgba(21,154,75,.06);}
.i2_point_title{display:inline-block;width:120px;box-sizing:border-box;text-align:center;white-space:nowrap;font-size:22px;font-weight:700;color:#fff;background:#1BB55C;border-radius:20px;padding:6px 0;margin-bottom:24px;}
.i2_point_desc{font-size:18px;color:#555;line-height:1.6;}
.i2_visitor_list{list-style:none;padding:0;margin:0;}
.i2_visitor_list li{position:relative;padding:12px 0 12px 22px;border-bottom:1px dashed #dbe7dc;font-size:16px;color:#444;}
.i2_visitor_list li:before{content:"";position:absolute;left:2px;top:19px;width:8px;height:8px;border-radius:50%;background:#159a4b;}
.i2_visitor_bottom{margin-top:18px;font-size:16px;font-weight:600;color:#0f7a3a;}
.i2_org_eng{text-align:center;font-size:36px;font-weight:800;color:#111;line-height:1.4;margin-bottom:34px;}
.i2_org_list{display:flex;flex-wrap:wrap;gap:3%;}
.i2_org_item{flex:1 1 calc(50% - 1.5%);box-sizing:border-box;position:relative;background:#f9f9f9;border-radius:12px;padding:40px;}
.i2_org_logo{margin-bottom:20px;}
.i2_org_logo img{height:46px;width:auto;display:block;}
.i2_org_title{font-size:24px;font-weight:700;color:#111;margin-bottom:14px;}
.i2_org_desc{font-size:16px;color:#555;line-height:1.7;}
.i2_org_link{position:absolute;right:24px;bottom:24px;width:30px;height:30px;}
.i2_org_link::after{content:'\2197';font-size:22px;line-height:30px;color:#999;}
.i2_org_link:hover::after{color:#159a4b;}

/* --- i3 공식행사 --- */
.i3_event_list{display:flex;flex-wrap:wrap;gap:20px;}
.i3_event_item{flex:1 1 calc(33.333% - 20px);box-sizing:border-box;background:#fff;border:1px solid #e2ede3;border-top:4px solid #159a4b;border-radius:10px;padding:28px 24px;}
.i3_event_title{font-size:20px;font-weight:700;color:#111;margin-bottom:12px;}
.i3_event_desc{font-size:15px;color:#555;line-height:1.7;}

/* --- i4 참가기업 인터뷰 --- */
.i4_interview_list{display:flex;flex-wrap:wrap;gap:30px;margin-top:10px;}
.i4_interview_item{flex:0 0 calc(25% - 23px);box-sizing:border-box;}
.i4_interview_thumb{width:100%;aspect-ratio:1/1;background:#eef2ee;border-radius:10px;overflow:hidden;}
.i4_interview_thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.i4_interview_name{margin-top:16px;text-align:center;font-size:18px;font-weight:600;color:#333333;}

/* --- i5 지난 전시회 --- */
.i5_head_txt{font-size:26px;font-weight:800;color:#111;text-align:center;}
.i5_head_desc{font-size:16px;color:#555;text-align:center;line-height:1.8;margin-top:14px;}
.i5_stat_list{display:flex;justify-content:center;gap:60px;margin-top:34px;}
.i5_stat_item{text-align:center;}
.i5_stat_num{font-size:52px;font-weight:900;color:#159a4b;line-height:1;}
.i5_stat_label{margin-top:8px;font-size:15px;letter-spacing:2px;color:#888;}
.i5_speaker_txt{font-size:16px;color:#555;line-height:1.9;text-align:center;}

/* --- 특별관 e --- */
.e_head_txt{font-size:18px;color:#444;line-height:1.8;text-align:center;margin-bottom:26px;}
.e_img_box{width:100%;border-radius:14px;overflow:hidden;background:#eef2ee;}
.e_img_box img{width:100%;display:block;}

/* --- c1 참가절차 / 부스 --- */
.c1_step_list{display:flex;flex-wrap:wrap;gap:14px;margin:10px 0 20px;}
.c1_step_item{flex:1 1 0;min-width:160px;background:#eef7ef;border-radius:10px;padding:22px 18px;text-align:center;}
.c1_step_no{display:block;font-size:14px;font-weight:700;color:#159a4b;margin-bottom:8px;}
.c1_step_txt{font-size:16px;color:#333;font-weight:600;}
.c1_note_list{list-style:disc;padding-left:20px;margin-top:10px;}
.c1_note_list li{font-size:15px;color:#555;line-height:1.8;}
.c1_booth_box{background:#fff;border:1px solid #e2ede3;border-radius:12px;padding:26px 28px;margin-top:18px;}
.c1_booth_title{font-size:20px;font-weight:800;color:#0f7a3a;margin-bottom:14px;}
.c1_booth_desc{list-style:disc;padding-left:20px;margin-bottom:14px;}
.c1_booth_desc li{font-size:15px;color:#555;line-height:1.7;}
.c1_booth_spec{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px;}
.c1_booth_spec li{flex:1 1 calc(50% - 10px);box-sizing:border-box;background:#f4f9f4;border-radius:8px;padding:12px 16px;font-size:15px;color:#444;}
.c1_booth_spec li span{display:inline-block;min-width:78px;font-weight:700;color:#159a4b;}
.c1_apply_btn{display:inline-block;background:#159a4b;color:#fff;font-size:18px;font-weight:700;padding:16px 46px;border-radius:40px;border:0;cursor:pointer;transition:background .2s;}
.c1_apply_btn:hover{background:#0f7a3a;}

/* --- c2 홍보지원 --- */
.c2_head_txt{font-size:26px;font-weight:800;text-align:center;color:#111;}
.c2_head_desc{font-size:16px;color:#555;text-align:center;line-height:1.8;margin-top:14px;}
.c2_promo_list{display:flex;flex-wrap:wrap;gap:20px;}
.c2_promo_item{flex:1 1 calc(50% - 20px);box-sizing:border-box;background:#fff;border:1px solid #e2ede3;border-radius:12px;padding:26px 28px;}
.c2_promo_title{font-size:19px;font-weight:700;color:#0f7a3a;margin-bottom:10px;}
.c2_promo_desc{font-size:15px;color:#555;line-height:1.7;}

/* --- c3 지원사업 --- */
.c3_head_txt{font-size:24px;font-weight:800;text-align:center;color:#111;line-height:1.4;}
.c3_head_desc{font-size:16px;color:#555;text-align:center;line-height:1.8;margin-top:14px;}
.c3_target_list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:16px;}
.c3_target_list li{flex:1 1 calc(50% - 16px);box-sizing:border-box;background:#eef7ef;border-radius:10px;padding:22px 24px;font-size:16px;color:#444;line-height:1.6;}
.c3_step_list{display:flex;flex-wrap:wrap;gap:14px;}
.c3_step_item{flex:1 1 0;min-width:180px;background:#fff;border:1px solid #e2ede3;border-radius:10px;padding:22px 18px;text-align:center;}
.c3_step_no{display:block;font-size:14px;font-weight:700;color:#159a4b;margin-bottom:8px;}
.c3_step_txt{font-size:15px;color:#333;font-weight:600;line-height:1.5;}

/* --- 상담회 m / 세미나 s 공통 헤드 --- */
.m_head_txt,.s1_head_txt{font-size:26px;font-weight:800;text-align:center;color:#111;line-height:1.4;}
.m_head_desc,.s1_head_desc{font-size:16px;color:#555;text-align:center;line-height:1.8;margin:14px 0 26px;}

/* --- b1 FAQ 아코디언 --- */
.faq_list{border-top:2px solid #159a4b;}
.faq_item{border-bottom:1px solid #e2ede3;}
.faq_q{position:relative;font-size:17px;font-weight:600;color:#222;padding:22px 50px 22px 20px;cursor:pointer;}
.faq_q:after{content:"+";position:absolute;right:22px;top:18px;font-size:26px;color:#159a4b;transition:transform .3s;}
.faq_item.on .faq_q:after{transform:rotate(45deg);}
.faq_qm{display:inline-block;color:#159a4b;font-weight:800;margin-right:12px;}
.faq_a{max-height:0;overflow:hidden;font-size:15px;color:#555;line-height:1.8;padding:0 20px;transition:max-height .5s ease, padding .4s ease;}
.faq_item.on .faq_a{max-height:1600px;padding:0 20px 24px;}
.faq_am{display:inline-block;color:#159a4b;font-weight:800;margin-right:10px;}
/* FAQ 탭 */
.faq_tabs{display:flex;gap:10px;max-width:450px;margin:0 auto 30px;}
.faq_tab{flex:1;background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:30px;padding:18px 0;font-size:18px;font-weight:700;cursor:pointer;transition:background .2s,color .2s,border-color .2s;}
.faq_tab.on{background:#0000aa;color:#fff;border-color:#0000aa;}
.faq_panel{display:none;}
.faq_panel.on{display:block;}

/* --- b2 에코 크리에이터 --- */
.b2_head_desc{font-size:16px;color:#555;text-align:center;line-height:1.9;}
.b2_target_list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:16px;}
.b2_target_list li{flex:1 1 calc(50% - 16px);box-sizing:border-box;background:#eef7ef;border-radius:10px;padding:20px 24px;font-size:16px;color:#444;}
.b2_target_note{margin-top:14px;font-size:14px;color:#888;}

/* 히어로 (좌 텍스트 / 우 이미지) */
.b2_hero{display:flex;align-items:center;gap:4%;padding:20px 0 44px;}
.b2_hero_txt{flex:1 1 52%;min-width:0;}
.b2_hero_title{font-size:34px;font-weight:800;color:#000;margin-bottom:20px;}
.b2_hero_desc{font-size:16px;color:#444;line-height:1.9;}
.b2_hero_img{flex:0 0 40%;}
.b2_hero_img img{width:100%;height:auto;display:block;}

/* 누가 참여하나요 (2카드 + or) */
.b2_who_grid{display:flex;align-items:center;justify-content:center;gap:2.5%;margin-top:34px;}
.b2_who_card{flex:0 0 38%;box-sizing:border-box;border:1px solid #e5e5e5;border-radius:12px;padding:34px 24px;text-align:center;}
.b2_who_ico{margin-bottom:16px;}
.b2_who_ico img{width:80px;height:auto;display:inline-block;}
.b2_who_desc{font-size:16px;color:#333;line-height:1.6;}
.b2_who_or{flex:0 0 auto;font-size:20px;font-weight:700;color:#159a4b;}

/* 참여방법 */
.b2_step_note{text-align:center;font-size:15px;color:#555;margin-top:12px;}
.b2_step_grid{list-style:none;padding:0;margin:30px 0 0;display:flex;gap:2%;}
.b2_step_box{flex:1 1 0;box-sizing:border-box;background:#fff;border:2px solid #e9e9e9;border-radius:5px;padding:30px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;}
.b2_step_ttl{font-size:16px;font-weight:700;color:#000;line-height:1.5;margin-top:12px;flex:1 1 auto;}
.b2_step_sub{font-size:13px;color:#777;margin-top:6px;}
.b2_step_btn{display:inline-flex;align-items:center;gap:6px;margin-top:16px;background:#0000aa;color:#fff;font-size:13px;font-weight:700;padding:9px 16px;border-radius:20px;text-decoration:none;}
.b2_step_btn_off{background:#bbb;cursor:default;}

/* 유의사항 */
.b2_notice{margin-top:30px;background:#f6f8f7;border-radius:10px;padding:24px 28px;}
.b2_notice_h{font-size:16px;font-weight:800;color:#159a4b;margin-bottom:10px;}
.b2_notice_list{list-style:none;padding:0;margin:0;}
.b2_notice_list li{position:relative;padding-left:16px;font-size:14px;color:#555;line-height:1.7;}
.b2_notice_list li:before{content:"·";position:absolute;left:4px;color:#159a4b;font-weight:700;}

/* 참여 혜택 (3카드) */
.b2_benefit_grid{list-style:none;padding:0;margin:34px 0 0;display:flex;gap:2.5%;}
.b2_benefit_box{flex:1 1 0;box-sizing:border-box;background:#fff;border:1px solid #e9e9e9;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,0.05);padding:40px 24px;text-align:center;}
.b2_benefit_ico{display:inline-block;color:#159a4b;font-size:34px;margin-bottom:18px;}
.b2_benefit_ttl{font-size:18px;font-weight:800;color:#000;}
.b2_benefit_sub{font-size:13px;color:#888;margin-top:10px;}

@media (max-width:768px){
	.b2_hero{flex-direction:column;gap:24px;}
	.b2_hero_txt,.b2_hero_img{flex:1 1 auto;width:100%;}
	.b2_hero_title{font-size:26px;}
	.b2_who_grid{flex-direction:column;gap:16px;}
	.b2_who_card{flex:1 1 auto;}
	.b2_step_grid{flex-wrap:wrap;gap:3%;}
	.b2_step_box{flex:0 0 48.5%;}
	.b2_benefit_grid{flex-direction:column;gap:16px;}
	.b2_benefit_box{flex:1 1 auto;}
}

/* --- b3 뉴스레터 / 게시판 --- */
.b3_subscribe_box{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;background:#eef7ef;border-radius:14px;padding:34px 40px;margin-bottom:30px;}
.b3_subscribe_txt{font-size:16px;color:#444;line-height:1.7;}
.b3_subscribe_txt b{font-size:22px;color:#0f7a3a;}
.b3_subscribe_form{flex:0 0 auto;display:flex;align-items:center;gap:12px;}
.b3_hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;}
.b3_subscribe_input{width:280px;max-width:100%;height:52px;box-sizing:border-box;border:none;border-bottom:1px solid #b7c9ba;border-radius:0;padding:0 6px;font-size:16px;color:#333;background:transparent;}
.b3_subscribe_input:focus{outline:none;border-bottom-color:#159a4b;}
.b3_subscribe_btn{flex:0 0 auto;background:#159a4b;color:#fff;font-size:17px;font-weight:700;padding:14px 40px;border-radius:40px;border:none;cursor:pointer;}
.b3_subscribe_btn:hover{background:#0f7a3a;}
.board_list{width:100%;border-collapse:collapse;border-top:2px solid #159a4b;}
.board_list th{background:#f4f9f4;font-size:15px;color:#333;padding:14px 8px;border-bottom:1px solid #e2ede3;}
.board_list td{font-size:15px;color:#555;text-align:center;padding:16px 8px;border-bottom:1px solid #eee;cursor:pointer;}
.board_list tr:hover td{background:#fafdfa;}
.board_title{text-align:left !important;color:#222 !important;}
.board_empty{color:#999 !important;cursor:default !important;padding:50px 0 !important;}
.board_list .w_10{width:10%;}
.board_list .w_15{width:15%;}

/* --- 사전등록/확인 폼 --- */
.reg_form_list{list-style:none;padding:0;max-width:560px;margin:0 auto;}
.reg_form_item{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.reg_form_item label{flex:0 0 130px;font-size:16px;font-weight:600;color:#333;}
.reg_form_item input{flex:1;height:46px;border:1px solid #cfe0d1;border-radius:8px;padding:0 14px;font-size:15px;}
.reg_form_item input:focus{outline:none;border-color:#159a4b;}
.reg_form_agree{max-width:560px;margin:10px auto 24px;font-size:15px;color:#555;}
.reg_form_agree input{margin-right:8px;}

/* --- 메인 리스트/주최기관 (코인덱스 미정의분 보강) --- */
.main_sec_1_txt{font-size:26px;font-weight:800;color:#111;text-align:center;line-height:1.5;padding:60px 0;}
.main_list_head{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #159a4b;padding-bottom:14px;margin-bottom:6px;}
.main_list_head_title{font-size:24px;font-weight:800;color:#111;}
.main_list_more{font-size:14px;color:#159a4b;font-weight:600;}
.organization{padding:60px 0;background:#f4f9f4;}
.organization .wrap{max-width:1200px;margin:0 auto;text-align:center;}
.orga_title{font-size:20px;font-weight:800;color:#0f7a3a;margin-bottom:22px;}
.host_logo{height:56px;margin:0 18px;vertical-align:middle;}

/* ======================================================================
   반응형 (모바일 max-width:768px 통합)
   ====================================================================== */
@media (max-width:768px){
    .contents section{margin-bottom:48px;}
    .section__stitle{font-size:15px;margin-bottom:22px;}

    .i1_field_item{flex:1 1 100%;}
    .i1_field_title{font-size:17px;}

    .i2_head_txt{font-size:21px;}
    .i2_head_desc{font-size:20px;}
    .i2_point_item{flex:1 1 calc(50% - 20px);padding:24px 12px;}
    .i2_org_item{flex:1 1 100%;}

    .i3_event_item{flex:1 1 100%;}

    .i4_interview_item{flex:0 0 calc(50% - 15px);}

    .i5_head_txt{font-size:21px;}
    .i5_stat_list{gap:36px;}
    .i5_stat_num{font-size:40px;}

    .c1_step_item{flex:1 1 calc(50% - 14px);}
    .c1_booth_spec li{flex:1 1 100%;}
    .c1_apply_btn{font-size:16px;padding:14px 36px;}

    .c2_head_txt,.c3_head_txt,.m_head_txt,.s1_head_txt{font-size:21px;}
    .c2_promo_item{flex:1 1 100%;}
    .c3_target_list li{flex:1 1 100%;}
    .c3_step_item{flex:1 1 100%;}

    .b2_target_list li{flex:1 1 100%;}

    .b3_subscribe_box{flex-direction:column;text-align:center;padding:28px 24px;}
    .b3_subscribe_form{width:100%;flex-wrap:wrap;justify-content:center;}
    .b3_subscribe_input{flex:1 1 100%;width:100%;}
    .b3_subscribe_btn{flex:1 1 100%;}
    .board_list th:nth-child(4),.board_list td:nth-child(4){display:none;}

    .reg_form_item{flex-direction:column;align-items:stretch;gap:6px;}
    .reg_form_item label{flex:none;}

    .main_sec_1_txt{font-size:20px;padding:40px 0;}
    .main_list_head_title{font-size:20px;}
    .host_logo{height:42px;margin:8px 12px;}
}


/* --- 주최/주관 리스트 (orga) --- */
.orga_list{list-style:none;padding:0;margin:0;display:inline-block;text-align:left;}
.orga_list li{display:flex;align-items:center;gap:14px;padding:10px 0;font-size:17px;}
.orga_role{flex:0 0 54px;font-weight:700;color:#159a4b;}
.orga_name{display:flex;align-items:center;gap:10px;color:#333;font-weight:600;}
.orga_name .host_logo{height:40px;margin:0;}

/* --- 메인 비주얼 텍스트(이미지 대체 텍스트형) --- */
.visual_txt_lines{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35);}
.visual_txt_lines .vt_1{font-size:22px;font-weight:600;letter-spacing:1px;}
.visual_txt_lines .vt_2{font-size:44px;font-weight:900;line-height:1.25;margin-top:10px;}
.visual_txt_lines .vt_3{font-size:20px;font-weight:600;margin-top:14px;}
@media (max-width:768px){
    .visual_txt_lines .vt_1{font-size:16px;}
    .visual_txt_lines .vt_2{font-size:28px;}
    .visual_txt_lines .vt_3{font-size:15px;}
}


/* --- 사전등록 폼 보조 (허니팟/필수/완료) --- */
.hp_field{position:absolute !important;left:-9999px !important;top:-9999px !important;width:1px;height:1px;opacity:0;overflow:hidden;}
.reg_form_item .req{color:#e5015a;margin-left:2px;}
.reg_form_agree label{cursor:pointer;}

/* --- 사전등록(v1) 확장 폼 (국적/업종/관심품목/참관목적/경로) --- */
.v1_form_gtitle{ max-width:560px; margin:28px auto 12px; font-size:18px; font-weight:700; color:#159a4b; border-bottom:2px solid #159a4b; padding-bottom:8px; }
.v1_req_note{ font-weight:400; font-size:14px; color:#888; }
.reg_form_item select.v1_sel{ flex:1; height:46px; border:1px solid #cfe0d1; border-radius:8px; padding:0 10px; font-size:15px; background:#fff; color:#333; }
.reg_form_item select.v1_sel:focus{ outline:none; border-color:#159a4b; }
.reg_form_item select.v1_sel_sm{ flex:0 0 96px; }
.v1_item_wide{ align-items:flex-start !important; }
.v1_item_wide > label{ padding-top:8px; }
.v1_lb_sub{ display:block; font-size:12px; font-weight:400; color:#999; margin-top:2px; }
.v1_ck_grid{ flex:1; display:flex; flex-wrap:wrap; gap:8px 16px; padding-top:6px; }
.v1_ck_grid label{ flex:0 0 auto !important; display:inline-flex; align-items:center; font-size:15px !important; font-weight:400 !important; color:#444; cursor:pointer; white-space:nowrap; }
.v1_ck_grid input{ flex:none !important; width:auto !important; height:auto !important; margin:0 5px 0 0; }

/* --- 사전등록(v1) 원본 폼 구성 --- */
.v1_verify_btn{ display:inline-block; height:44px; line-height:44px; padding:0 16px; margin-left:6px; background:#9a9a9a; color:#fff !important; font-size:14px; border-radius:6px; text-decoration:none; vertical-align:middle; white-space:nowrap; }
.v1_radio{ display:inline-flex; align-items:center; margin-right:28px; font-size:17px; color:#444; cursor:pointer; }
.v1_radio input{ width:20px; height:20px; margin-right:8px; accent-color:#159a4b; }
.v1_none_ck{ display:inline-flex; align-items:center; margin-top:10px; font-size:17px; color:#444; cursor:pointer; }
.v1_none_ck input{ width:20px; height:20px; margin-right:8px; vertical-align:middle; accent-color:#159a4b; }
.v1_qtitle{ margin-top:34px; margin-bottom:12px; padding-bottom:6px; font-size:24px; font-weight:bold; color:#171c61; word-break:keep-all; }
.v1_qtitle .red_star{ margin-left:2px; }
.v1_qsub{ font-size:16px; font-weight:400; color:#2f6fe0; margin-left:4px; }
.v1_sec_desc{ font-size:14px; font-weight:400; color:#2f6fe0; margin-left:10px; }
.v1_opt_grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px 26px; padding:26px 28px; border:1px solid #cccccc; border-radius:10px; }
.v1_opt_grid label{ display:flex; align-items:center; font-size:17px; color:#333; cursor:pointer; word-break:keep-all; }
.v1_opt_grid input{ width:20px; height:20px; margin-right:10px; flex:none; accent-color:#159a4b; }
.v1_agree_box{ border:1px solid #e0e0e0; border-radius:6px; padding:14px 16px; margin-bottom:8px; }
.v1_agree_box label{ font-size:15px; color:#444; cursor:pointer; word-break:keep-all; }
.v1_agree_box input{ margin-right:8px; vertical-align:middle; }
.v1_req_txt{ color:#2f6fe0; font-weight:600; }
.v1_sel_txt{ color:#888; }
@media (max-width:768px){ .v1_opt_grid{ grid-template-columns:1fr; gap:12px; } }
.v1_done_sec{padding:40px 0;}
.done_icon{width:84px;height:84px;line-height:84px;border-radius:50%;background:#159a4b;color:#fff;font-size:46px;margin:0 auto 22px;}
.done_title{font-size:26px;font-weight:800;color:#111;margin-bottom:14px;}
.done_desc{font-size:16px;color:#555;line-height:1.8;}
@media (max-width:768px){
    .done_title{font-size:21px;}
    .done_icon{width:68px;height:68px;line-height:68px;font-size:38px;}
}


/* ======================================================================
   친환경대전 브랜드 톤 override (코인덱스 네이비/핑크 → 친환경 그린)
   ※ 코인덱스 원본은 수정하지 않고, 후순위 규칙으로 색상만 덮어씀
   ====================================================================== */

/* 헤더 롤오버/고정 배경: 네이비 → 그린(약간 밝게) */
#header.active{ background:#159a4b !important; }
#header.active .bg{ background:#159a4b !important; }
#header.fixed{ background:#159a4b !important; }

/* 메인 퀵버튼: 네이비 → 그린 */
.visual_qbtn{ background:#159a4b !important; }

/* 활성 서브내비: 핑크 → 그린 */
.snb__item.on a{ background-color:#159a4b !important; }

/* 서브 비주얼 페이지타이틀 강조/라인 톤 */
.sub__visual .pagetitle_invisual{ color:#ffffff; }
.page_rout{ color:#666; }


/* ======================================================================
   메인(index) — k-eco 홈 구조 반영 (골격=코인덱스, 콘텐츠=k-eco)
   ====================================================================== */

/* 공통 섹션 프레임 */
.home_sec{ padding:80px 20px; }
.home_inner{ max-width:1200px; margin:0 auto; }
.home_sec_eng{ text-align:center; font-size:15px; letter-spacing:3px; color:#159a4b; font-weight:700; margin-bottom:6px; }
.home_sec_eng_sub{ text-align:center; font-size:14px; letter-spacing:1px; color:#888; margin-bottom:34px; }
.home_sec_title{ text-align:center; font-size:34px; font-weight:900; color:#111; margin-bottom:12px; }
.home_sec_lead{ text-align:center; font-size:22px; font-weight:700; color:#0f7a3a; margin-bottom:14px; }
.home_sec_desc{ text-align:center; font-size:16px; color:#555; line-height:1.8; margin-bottom:34px; }
.home_more_btn{ display:inline-block; background:#159a4b; color:#fff; font-size:21px; font-weight:700; padding:18px 52px; border-radius:40px; transition:background .2s; }
.home_more_btn:hover{ background:#0f7a3a; }

/* 메인 비주얼 */
.main_visual{ position:relative; min-height:620px; background:linear-gradient(rgba(8,60,30,.55),rgba(8,60,30,.55)), url('../images/visual_1.png') center/cover no-repeat; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:120px 20px 60px; box-sizing:border-box; }
.mv_slider{ width:100%; max-width:1000px; text-align:center; }
.mv_slider .swiper-slide{ color:#fff; }
.mv_tag{ display:inline-block; font-size:16px; font-weight:800; letter-spacing:3px; background:#159a4b; padding:6px 18px; border-radius:20px; margin-bottom:16px; }
.mv_lead{ font-size:40px; font-weight:900; line-height:1.3; text-shadow:0 2px 14px rgba(0,0,0,.4); }
.mv_desc{ font-size:19px; font-weight:500; line-height:1.6; margin-top:16px; text-shadow:0 2px 10px rgba(0,0,0,.4); }
.main_visual .swiper-pagination{ position:static; margin-top:26px; }
.main_visual .swiper-pagination-bullet{ background:#fff; opacity:.5; }
.main_visual .swiper-pagination-bullet-active{ background:#fff; opacity:1; }
.mv_bottom{ position:relative; margin-top:40px; text-align:center; }
.mv_date{ color:#fff; font-size:20px; font-weight:700; letter-spacing:1px; margin-bottom:20px; }
.mv_btns{ display:flex; gap:14px; justify-content:center; }
.mv_btn{ display:inline-flex; align-items:center; gap:8px; background:#159a4b; color:#fff; font-size:17px; font-weight:700; padding:15px 34px; border-radius:40px; transition:all .2s; }
.mv_btn span{ font-size:18px; }
.mv_btn:hover{ background:#0f7a3a; }
.mv_btn_line{ background:transparent; border:2px solid #fff; }
.mv_btn_line:hover{ background:#fff; color:#0f7a3a; }

/* 전시품목 */
.home_item{ background:#f4f9f4; }
.item_list{ list-style:none; padding:0; display:flex; flex-wrap:wrap; gap:16px; margin-bottom:34px; }
.item_cell{ flex:1 1 calc(33.333% - 16px); box-sizing:border-box; background:#fff; border:1px solid #e2ede3; border-radius:12px; padding:26px 24px; text-align:center; box-shadow:0 6px 18px rgba(21,154,75,.05); }
.item_kr{ display:block; font-size:20px; font-weight:800; color:#0f7a3a; }
.item_en{ display:block; font-size:13px; color:#999; margin-top:6px; letter-spacing:.5px; }

/* SPECIAL EXHIBITION */
.special_list{ list-style:none; padding:0; display:flex; flex-wrap:wrap; justify-content:center; gap:24px; }
.special_item{ flex:0 0 calc((100% - 48px)/3); box-sizing:border-box; background:#fff; border:1px solid #e2ede3; border-radius:14px; overflow:hidden; display:flex; flex-direction:column; }
.special_thumb{ position:relative; aspect-ratio:320 / 210; background-size:cover; background-position:center; display:flex; align-items:center; justify-content:center; padding:16px; }
.special_thumb::before{ content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,20,40,.15) 0%, rgba(0,20,40,.55) 100%); transition:background .35s ease; }
.special_item:hover .special_thumb::before{ background:linear-gradient(180deg, rgba(0,20,40,.28) 0%, rgba(0,20,40,.68) 100%); }
.special_title{ position:relative; z-index:1; text-align:center; font-size:27px; font-weight:800; color:#fff; line-height:1.3; text-shadow:0 2px 8px rgba(0,0,0,.35); }
.special_body{ display:flex; flex-direction:column; align-items:center; text-align:center; padding:30px 26px 34px; flex:1 1 auto; }
.special_desc{ font-size:16px; color:#444; line-height:1.7; margin-bottom:22px; }
.special_more{ display:inline-flex; align-items:center; margin-top:auto; background:#111; color:#fff; font-weight:700; font-size:15px; padding:13px 30px; border-radius:8px; }
.special_more:after{ content:"→"; margin-left:8px; }

/* BUSINESS MATCHING (k-eco 원본 복제 - Swiper 캐러셀) */
.home_matching{ background:#ffffff; padding-bottom:40px; }
.home_matching .home_sec_eng{ font-size:40px; letter-spacing:6px; margin-bottom:44px; }
.matching_slide{ position:relative; width:100%; padding-bottom:3%; }
.scale_slide_wrap{ overflow:hidden !important; }
.scale_slide_box{ transform:scale(0.75) !important; transition:transform .8s ease; }
.scale_slide_box.swiper-slide-active{ transform:scale(1) !important; }
.matching_item{
	position:relative; box-sizing:border-box; height:auto;
	min-height:328px; padding:7% 50px;
	display:flex; flex-direction:column; align-items:center; justify-content:flex-start;
	border-radius:10px; overflow:hidden;
	background-size:cover; background-position:center center; background-color:rgba(0,0,0,0.5); background-blend-mode:multiply;
	text-align:center;
}
.matching_link{ position:absolute; inset:0; z-index:3; }
.matching_en{ position:relative; z-index:2; color:#00ff3b; font-weight:700; font-size:32px; line-height:1.2; }
.matching_title{ position:relative; z-index:2; margin-top:0; color:#00ff3b; font-weight:700; font-size:46px; line-height:1.1; }
.matching_desc{ position:relative; z-index:2; margin-top:24px; color:#ffffff; font-size:24px; line-height:1.3; }
.matching_more{ position:relative; z-index:2; display:inline-flex; align-items:center; margin-top:52px; background:#7AB8EA; color:#ffffff; font-weight:700; font-size:18px; padding:14px 34px; border-radius:8px; transition:background .2s; }
.matching_more:after{ content:"→"; margin-left:10px; }
.matching_more:hover{ background:#5fa6de; }
/* 좌우 네비 버튼 */
.slide_option .swiper_btn{
	position:absolute; top:50%; transform:translateY(-50%); z-index:10;
	width:64px; height:64px; border:1px solid rgba(255,255,255,.7); border-radius:50%;
	display:flex; align-items:center; justify-content:center; cursor:pointer;
	background:transparent; color:#ffffff; font-size:26px; line-height:1;
}
.slide_option .swiper_btn.swiper_button_prev{ left:10%; }
.slide_option .swiper_btn.swiper_button_next{ right:10%; }
.slide_option .swiper_btn.swiper-button-disabled{ opacity:.35; }

/* 포럼 (k-eco 원본 복제 - 영상 배경 블록) */
.home_forum{ background:#ffffff; overflow:hidden; padding:0; }
.forum_video_box{ position:relative; overflow:hidden; background:#3a3a3a; }
.forum_content{ position:relative; z-index:2; max-width:1456px; margin:0 auto; padding:110px 20px; text-align:center; color:#ffffff; }
.forum_title{ font-size:46px; font-weight:800; line-height:1.2; color:#159a4b; }
.forum_sub{ font-size:24px; font-weight:500; line-height:1.1; margin-top:30px; }
.forum_desc{ font-size:20px; line-height:1.5; margin-top:24px; }
.forum_btn_wrap{ margin-top:50px; }
.forum_btn{ display:inline-block; background:#00ff3b; color:#000000; font-weight:700; font-size:18px; text-transform:uppercase; letter-spacing:0; padding:12px 36px; border:1px solid #00ff3b; border-radius:5px; transition:background .3s ease, border-color .3s ease; }
.forum_btn:hover{ background:#14d886; border-color:#14d886; }
/* 부대행사 (ESG 포럼 / 정부포상 시상식) 2단 구성 */
.forum_sec_head{ font-size:44px; font-weight:800; color:#159a4b; line-height:1.2; }
.forum_two{ display:flex; justify-content:center; align-items:stretch; gap:40px; margin-top:50px; text-align:center; }
.forum_col{ flex:1 1 0; max-width:620px; box-sizing:border-box; background:#e9f5ea; border-radius:16px; padding:44px 40px; }
.forum_col_title{ font-size:28px; font-weight:800; line-height:1.3; color:#111111; }
.forum_col_title .forum_hl{ color:#e60012; }
.forum_col_sub{ font-size:20px; font-weight:700; line-height:1.4; margin-top:22px; color:#1b2a1b; }
.forum_col_desc{ font-size:17px; line-height:1.7; margin-top:22px; color:#333333; }
@media (max-width:768px){
	.forum_title{ font-size:28px; }
	.forum_sub{ font-size:17px; margin-top:20px; }
	.forum_desc{ font-size:15px; margin-top:18px; }
	.forum_btn_wrap{ margin-top:30px; }
	.forum_sec_head{ font-size:26px; }
	.forum_two{ flex-direction:column; gap:40px; margin-top:34px; }
	.forum_col_title{ font-size:21px; }
	.forum_col_sub{ font-size:16px; margin-top:16px; }
	.forum_col_desc{ font-size:14px; margin-top:16px; }
}

/* OFFICIAL TRAILER / 현장 스케치 (k-eco 원본 복제 - 좌:영상 우:사진롤링) */
.media_row{ display:flex; gap:7.68%; align-items:flex-start; }
.media_col{ flex:1 1 50%; min-width:0; }
.media_title{ text-align:left; font-size:32px; font-weight:800; text-transform:uppercase; color:#000000; line-height:1.5; margin-bottom:15px; }
.media_sub{ text-align:left; font-size:18px; font-weight:500; color:#333333; letter-spacing:-0.03em; line-height:1.5; }
.media_sep{ margin-top:4%; }
/* 좌: 영상 */
.trailer_video{ position:relative; width:100%; padding-top:60%; margin-top:4%; }
.trailer_video iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
/* 우: 사진 롤링 */
.sketch_carousel{ position:relative; margin-top:4%; }
.sketch_swiper{ overflow:hidden; }
.sketch_swiper .swiper-slide img{ width:100%; height:auto; display:block; }
.sketch_btn{ position:absolute; top:50%; transform:translateY(-50%); z-index:10; width:40px; height:40px; border-radius:50%; background:rgba(0,0,0,.35); color:#fff; display:flex; align-items:center; justify-content:center; font-size:24px; line-height:1; cursor:pointer; }
.sketch_btn_prev{ left:12px; }
.sketch_btn_next{ right:12px; }

/* NEWSLETTER / FOLLOW US / CONTACT US (k-eco 원본 복제 - 전체 폭 파란 배경) */
.home_contactbar{ background:#0000aa; padding:1% 0; }
.cbar_box{ display:flex; align-items:stretch; background:transparent; }
.cbar_col{ box-sizing:border-box; color:#ffffff; }
.cbar_news{ flex:0 0 44%; padding:60px 30px 60px 0; }
.cbar_follow{ flex:0 0 28%; padding:60px 30px 56px 60px; }
.cbar_contact{ flex:0 0 28%; padding:60px 0 20px 30px; }
.cbar_title{ font-size:32px; font-weight:700; line-height:1.4; color:#ffffff; }
.cbar_sub{ font-size:18px; font-weight:400; line-height:1.5; color:#ffffff; margin-top:6px; }
.cbar_sep{ margin-top:25px; }
/* NEWSLETTER 입력 */
.news_row{ display:flex; align-items:center; gap:10px; }
.news_input{ flex:1 1 70%; background:transparent; border:0; outline:0; color:#ffffff; font-size:16px; padding:8px 0; }
.news_input::placeholder{ color:rgba(255,255,255,.8); }
.news_btn{ flex:0 0 auto; color:#ffffff; font-size:16px; font-weight:400; white-space:nowrap; padding:10px; border-radius:5px; transition:background .3s ease; }
.news_btn span{ margin-left:6px; }
.news_btn:hover{ background:#00ff3b; color:#0000aa; }
.news_line{ border-top:1px solid #f4f4f4; margin-top:8px; }
/* FOLLOW US 아이콘 */
.sns_icons{ display:flex; gap:7.68%; }
.sns_icons a{ flex:0 0 auto; }
.sns_icons img{ width:48px; height:48px; display:block; }
/* CONTACT US 전화 */
.cbar_phone{ display:flex; align-items:center; font-size:18px; color:#ffffff; }
.cbar_phone_ico{ font-style:normal; font-size:16px; margin-right:12px; }

@media (max-width:768px){
	.home_sec{ padding:50px 18px; }
	.home_sec_title{ font-size:24px; }
	.home_sec_lead{ font-size:18px; }
	.main_visual{ min-height:520px; padding:100px 18px 40px; }
	.mv_lead{ font-size:26px; }
	.mv_desc{ font-size:16px; }
	.mv_date{ font-size:16px; }
	.mv_btns{ flex-direction:row; flex-wrap:wrap; justify-content:flex-start; align-items:flex-start; }
	.mv_btn{ width:220px; justify-content:center; }
	.item_cell{ flex:1 1 calc(50% - 16px); padding:20px 12px; }
	.item_kr{ font-size:17px; }
	.special_item{ flex:1 1 100%; }
	.special_desc{ min-height:0; }
	.matching_item{ min-height:360px; padding:60px 30px; }
	.matching_en{ font-size:19px; }
	.matching_title{ font-size:26px; }
	.matching_desc{ font-size:15px; margin-top:22px; }
	.matching_more{ font-size:14px; padding:10px 24px; margin-top:18px; }
	.slide_option .swiper_btn{ width:44px; height:44px; font-size:20px; }
	.slide_option .swiper_btn.swiper_button_prev{ left:2%; }
	.slide_option .swiper_btn.swiper_button_next{ right:2%; }
	.media_row{ flex-direction:column; gap:40px; }
	.media_title{ font-size:24px; }
	.media_sub{ font-size:15px; }
	.cbar_box{ flex-direction:column; border-radius:16px; }
	.cbar_news, .cbar_follow, .cbar_contact{ flex:1 1 100%; padding:34px 28px; }
	.cbar_title{ font-size:24px; }
	.cbar_sub{ font-size:15px; }
	.sns_icons img{ width:50px; height:50px; }
}


/* ======================================================================
   메인 비주얼 — k-eco 히어로 그대로 재현 (배경 영상 + 좌측 타이틀 + 마퀴)
   ※ 앞선 .main_visual 규칙을 후순위로 덮어씀
   ====================================================================== */
.main_visual{ position:relative; height:780px; min-height:0; padding:0; display:block; background:none; overflow:hidden; }
.mv_video{ position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.mv_overlay{ position:absolute; inset:0; z-index:1; background:linear-gradient(90deg, rgba(15,25,20,.72) 0%, rgba(15,25,20,.45) 45%, rgba(15,25,20,.15) 100%); }

.mv_content{ position:relative; z-index:2; max-width:1200px; margin:0 auto; padding:150px 20px 0; box-sizing:border-box; text-align:left; }
.mv_title{ color:#fff; }
.mv_title .mv_t1{ display:block; font-size:60px; font-weight:900; line-height:1.08; letter-spacing:-1px; }
.mv_title .mv_t2{ display:block; font-size:60px; font-weight:900; line-height:1.08; letter-spacing:-1px; }
.mv_title .mv_t2 em{ font-style:normal; color:#14d886; }
.mv_title .mv_t3{ display:block; font-size:30px; font-weight:400; letter-spacing:1px; margin-top:10px; color:#fff; }
.mv_line{ width:470px; max-width:80%; height:1px; background:rgba(255,255,255,.55); margin:26px 0; }
.mv_date{ color:#fff; font-size:28px; font-weight:700; letter-spacing:0; }
.mv_btns{ display:flex; justify-content:flex-start; gap:14px; margin-top:26px; }
.mv_btn{ display:inline-flex; align-items:center; gap:10px; font-size:18px; font-weight:700; padding:15px 32px; border-radius:4px; transition:opacity .2s; }
.mv_btn span{ font-size:18px; }
.mv_btn:hover{ opacity:.9; }
.mv_btn_solid{ background:#1b2a9c; color:#fff; }
.mv_btn_white{ background:#fff; color:#1b2a9c; }
.mv_orga{ display:flex; align-items:center; flex-wrap:wrap; gap:10px 14px; margin-top:34px; }
.mv_orga_role{ font-size:13px; color:#e6f3ea; opacity:.85; }
.mv_orga_name{ font-size:15px; color:#fff; font-weight:600; }
.mv_orga_logo{ height:30px; vertical-align:middle; }

/* 하단 대각선 마퀴 */
.mv_marquee{ position:absolute; left:-6%; width:112%; z-index:2; overflow:hidden; white-space:nowrap; transform:rotate(-3deg); }
.mv_marquee_track{ display:inline-block; animation:mv_marquee_move 22s linear infinite; }
.mv_marquee_track span{ display:inline-block; font-size:22px; font-weight:800; letter-spacing:1px; padding:12px 26px; }
.mv_marquee_track span b{ font-weight:900; }
.mv_marquee_blue{ bottom:44px; background:#1b2a9c; }
.mv_marquee_blue .mv_marquee_track span{ color:#14d886; }
.mv_marquee_green{ bottom:0; background:#14d886; }
.mv_marquee_green .mv_marquee_track span{ color:#1b2a9c; }
@keyframes mv_marquee_move{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

@media (max-width:768px){
	.main_visual{ height:600px; }
	.mv_content{ padding:110px 18px 0; }
	.mv_title .mv_t1, .mv_title .mv_t2{ font-size:38px; }
	.mv_title .mv_t3{ font-size:20px; }
	.mv_line{ margin:20px 0; }
	.mv_date{ font-size:20px; }
	.mv_btns{ flex-wrap:wrap; }
	.mv_btn{ font-size:16px; padding:13px 24px; }
	.mv_orga{ gap:8px 10px; }
	.mv_orga_name{ font-size:13px; }
	.mv_marquee_track span{ font-size:17px; padding:10px 18px; }
}


/* ======================================================================
   하단 마퀴 — k-eco tilted 원본 값 그대로
   초록 텍스트띠(.tilted_txt_slide_wrap) rotate(-2.5deg) #00ff3b z11 margin-top:-50px
   파랑 배경선(.tilted_bg_line)          rotate(3deg)   #0000aa z10 margin-top:-3%
   ====================================================================== */
.tilted_txt_slide_wrap{ position:relative; z-index:11; margin-top:-20px; padding:1.2% 0; background:#00ff3b; transform:rotate(-2.5deg); overflow:hidden; white-space:nowrap; }
.tilted_txt_slide_inner{ display:inline-flex; flex-wrap:nowrap; animation:tilted_scroll 30s linear infinite; }
.tilted_txt_slide_wrap .smooth_txt{ display:inline-block; text-transform:uppercase; white-space:nowrap; color:#0000aa; font-size:24px; font-weight:800; letter-spacing:1px; padding:0 22px; }
.tilted_bg_line{ position:relative; z-index:10; margin-top:-3%; padding-top:3%; background:#0000aa; transform:rotate(3deg); }
@keyframes tilted_scroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

@media (max-width:768px){
	.tilted_txt_slide_wrap{ margin-top:-30px; }
	.tilted_bg_line{ margin-top:-5%; padding-top:20px; }
	.tilted_txt_slide_wrap .smooth_txt{ font-size:17px; padding:0 16px; }
}


/* ======================================================================
   히어로 타이틀/주최주관 이미지 + 버튼 위치 (k-eco 이미지 사용)
   ====================================================================== */
.mv_content{ padding-top:130px; }
.mv_title{ margin:0; }
.mv_title img{ display:block; width:540px; max-width:82%; height:auto; }
.mv_line{ width:470px; max-width:82%; height:1px; background:rgba(255,255,255,.6); margin:24px 0; }
.mv_date{ color:#fff; font-size:30px; font-weight:800; letter-spacing:0; }
.mv_btns{ display:flex; justify-content:flex-start; gap:14px; margin-top:26px; }
.mv_btn{ display:inline-flex; align-items:center; gap:10px; font-size:19px; font-weight:700; padding:16px 40px; border-radius:4px; }
.mv_orga{ display:block; margin-top:34px; }
.mv_orga img{ display:block; width:634px; max-width:92%; height:auto; }

@media (max-width:768px){
	.mv_content{ padding-top:96px; }
	.mv_title img{ width:340px; max-width:88%; }
	.mv_line{ width:300px; margin:18px 0; }
	.mv_date{ font-size:20px; }
	.mv_btn{ font-size:16px; padding:13px 26px; }
	.mv_orga img{ width:100%; max-width:420px; }
}


/* ======================================================================
   히어로 배경 유튜브 영상 (cover) — k-eco data-ytid=9l0V09JOzic
   ====================================================================== */
.mv_video_wrap{ position:absolute; inset:0; overflow:hidden; z-index:0; pointer-events:none; }
.mv_video{ position:absolute; top:50%; left:50%; width:100vw; height:56.25vw; min-height:100%; min-width:177.78vh; transform:translate(-50%,-50%); border:0; }


/* ======================================================================
   히어로 콘텐츠 : 가로는 원래대로(중앙 1200 블록) + 세로만 절대중앙
   ====================================================================== */
.main_visual{ display:block; }
.mv_content{ position:absolute; top:57%; left:0; right:0; transform:translateY(-50%); padding-top:0; padding-bottom:0; }


/* ======================================================================
   영상 아래 인트로 + GREEN LIFE / GREEN INDUSTRY 카드 (k-eco)
   ====================================================================== */
.home_intro_sec{ padding:100px 20px 80px; }
.hi_lead_top{ text-align:center; font-size:34px; font-weight:800; color:#333; margin-bottom:20px; }
.hi_top_red{ color:#e60012; }
.hi_top_green{ color:#628402; }
.hi_lead_main{ text-align:center; font-size:30px; font-weight:400; color:#111; line-height:1.45; }
.hi_hl{ background:linear-gradient(transparent 55%, #00ff3b 55%); padding:0 3px; }

.green_cards{ display:flex; flex-wrap:wrap; justify-content:center; gap:24px; margin-top:54px; }
.green_card{ flex:0 0 calc((100% - 48px)/3); box-sizing:border-box; position:relative; height:380px; border-radius:6px; overflow:hidden; }
.gc_bg{ position:absolute; inset:0; background-size:cover; background-position:center; transition:transform .7s ease; }
.green_card:hover .gc_bg{ transform:scale(1.07); }
.gc_dim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,32,16,.55) 0%, rgba(0,32,16,.22) 42%, rgba(0,32,16,.68) 100%); }
.gc_inner{ position:relative; z-index:2; height:100%; box-sizing:border-box; padding:46px 39px; color:#fff; display:flex; flex-direction:column; justify-content:space-between; }
.gc_label{ color:#00ff3b; font-size:22px; font-weight:800; letter-spacing:1px; }
.gc_title{ font-size:27px; font-weight:800; line-height:1.32; margin-top:16px; }
.gc_desc{ font-size:16px; line-height:1.7; }

@media (max-width:768px){
	.home_intro_sec{ padding:56px 18px 44px; }
	.hi_lead_top{ font-size:22px; }
	.hi_lead_main{ font-size:22px; }
	.green_cards{ flex-direction:column; gap:18px; margin-top:34px; }
	.green_card{ flex:1 1 100%; height:300px; }
	.gc_inner{ padding:32px 28px; }
	.gc_title{ font-size:23px; }
}


/* ======================================================================
   EXHIBITION CATEGORY (전시품목) — 사진 카드 그리드
   ====================================================================== */
.home_category{ background:#f4f9f4; }
.cat_grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:24px; margin:36px 0 44px; }
.cat_card{ flex:0 0 calc((100% - 48px)/3); box-sizing:border-box; position:relative; aspect-ratio:600 / 396; border-radius:8px; overflow:hidden; background:#e6efe7; }
.cat_bg{ position:absolute; inset:0; background-size:cover; background-position:center; transition:transform .6s ease; }
.cat_card:hover .cat_bg{ transform:scale(1.08); }
.cat_label{ position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:16px; background:rgba(0,25,12,.35); color:#fff; }
.cat_kr{ display:block; font-size:27px; font-weight:800; }
.cat_en{ display:block; font-size:12px; opacity:.85; margin-top:5px; letter-spacing:.3px; }

@media (max-width:1024px){
	.cat_card{ flex:0 0 calc((100% - 48px)/3); }
	.matching_en{ font-size:24px; }
	.matching_title{ font-size:34px; }
	.matching_desc{ font-size:18px; margin-top:34px; }
}
@media (max-width:768px){
	.cat_grid{ gap:10px; margin:24px 0 32px; }
	.cat_card{ flex:0 0 calc(50% - 5px); }
	.cat_kr{ font-size:16px; }
	.cat_label{ padding:14px 12px; }
}

/* EXHIBITION CATEGORY 텍스트 확대 (k-eco 기준) */
.home_category .home_sec_eng{ font-size:40px; letter-spacing:6px; margin-bottom:18px; }
.home_category .home_sec_desc{ font-size:25px; font-weight:500; color:#222; line-height:1.5; }
@media (max-width:768px){
	.home_category .home_sec_eng{ font-size:15px; letter-spacing:2px; }
	.home_category .home_sec_desc{ font-size:17px; }
}

/* SPECIAL EXHIBITION 타이틀 확대 (EXHIBITION CATEGORY와 동일) */
.home_special .home_sec_eng{ font-size:40px; letter-spacing:6px; margin-bottom:44px; }
@media (max-width:768px){
	.home_special .home_sec_eng{ font-size:22px; letter-spacing:2px; }
	.home_matching .home_sec_eng{ font-size:22px; letter-spacing:2px; margin-bottom:28px; }
}


/* 푸터 (k-eco 원본 복제 - 2단: ㈜메쎄이상 / 한국환경산업기술원) */
.ft_col{ width:48%; display:flex; align-items:center; gap:2.56%; }
.ft_logo{ flex:0 0 22%; }
.ft_logo img{ max-width:100%; height:auto; display:block; }
.ft_info{ flex:1 1 auto; }
.ft_org{ font-size:18px; font-weight:700; color:#8c8989; line-height:1.3; margin-bottom:15px; }
.ft_detail{ font-size:14px; color:#8c8989; line-height:1.65; letter-spacing:-0.02em; }
.ft_detail a{ color:#c0c1c1; }
@media (max-width:768px){
	.ft_col{ width:100%; }
	.ft_col + .ft_col{ margin-top:24px; }
}

/* ======================================================================
   i1.php 전시 소개 (k-eco /overwiew/summary/ 원본 복제)
   ====================================================================== */
.i1_intro{ padding:20px 0 60px; }
.i1_intro_row{ display:flex; gap:2.88%; align-items:flex-start; }
.i1_intro_left{ flex:1 1 66%; min-width:0; }
.i1_intro_kv{ flex:0 0 30%; }
.i1_intro_kv img{ width:100%; height:auto; display:block; border-radius:5px; }
.i1_intro_title{ font-size:36px; font-weight:700; line-height:1.31; color:#111; }
.i1_intro_title .hl{ background:linear-gradient(transparent 50%, #00ff3b 50%); }
.i1_intro_desc{ font-size:20px; color:#333; line-height:1.6; letter-spacing:-0.01em; margin-top:18px; }
.i1_intro_desc b{ font-weight:700; }
.i1_info_tables{ display:flex; gap:3.84%; margin-top:30px; }
.i1_info_tbl{ flex:1 1 50%; border-collapse:collapse; }
.i1_info_tbl th{ width:74px; text-align:left; vertical-align:top; padding:12px 8px; color:#111; font-weight:700; font-size:16px; border-top:1px solid #e5e5e5; white-space:nowrap; }
.i1_info_tbl td{ padding:12px 8px; color:#444; font-size:16px; border-top:1px solid #e5e5e5; line-height:1.4; }
.i1_intro_btns{ display:flex; gap:2%; margin-top:6%; }
.i1_btn{ flex:1 1 50%; text-align:center; padding:16px 10px; border-radius:5px; font-size:18px; font-weight:700; letter-spacing:-0.04em; border:1px solid #000; transition:all .3s ease; }
.i1_btn_fill{ background:#000; color:#fff; }
.i1_btn_fill:hover{ background:#01014b; border-color:#01014b; color:#fff; }
.i1_btn_out{ background:transparent; color:#000; }
.i1_btn_out:hover{ background:#01014b; border-color:#01014b; color:#fff; }
.i1_btn_full{ display:block; width:100%; box-sizing:border-box; margin-top:12px; }
.i1_btn_full span{ margin-left:8px; }

/* 전시품목 (Exhibition Category) */
.i1_category{ padding:60px 0; }
.i1_sec_eng{ text-align:center; font-size:36px; font-weight:700; text-transform:uppercase; color:#111; line-height:1.5; }
.i1_sec_sub{ text-align:center; font-size:24px; color:#333; line-height:1.5; margin-top:12px; margin-bottom:30px; }
.i1_cat_grid{ list-style:none; padding:0; display:flex; flex-wrap:wrap; justify-content:center; gap:40px 2%; }
.i1_cat_card{ flex:0 0 18.4%; }
.i1_cat_img{ position:relative; border-radius:5px; overflow:hidden; aspect-ratio:4 / 3; }
.i1_cat_img img{ width:100%; height:100%; object-fit:cover; display:block; }
.i1_cat_en{ position:absolute; left:0; right:0; bottom:0; padding:14px 12px; background:linear-gradient(transparent, rgba(0,0,0,.7)); color:#fff; font-size:14px; line-height:1.4; }
.i1_cat_kr{ font-size:24px; font-weight:700; color:#111; margin-top:16px; }
.i1_cat_desc{ font-size:15px; color:#333; line-height:1.6; margin-top:8px; }

/* 특별관 소개 */
.i1_special{ padding:4% 40px; background:#f9f9f9; border-radius:8px; margin-top:20px; }
.i1_sp_grid{ list-style:none; padding:0; display:flex; flex-wrap:wrap; justify-content:center; gap:2.56%; }
.i1_sp_card{ flex:0 0 31%; }
.i1_sp_img{ border-radius:5px; overflow:hidden; }
.i1_sp_img img{ width:100%; height:180px; object-fit:cover; display:block; }
.i1_sp_title{ font-size:24px; font-weight:800; line-height:1.3; color:#111; margin-top:16px; }
.i1_sp_desc{ font-size:15px; line-height:1.6; margin-top:10px; color:#333; }

@media (max-width:1024px){
	.i1_cat_card{ flex:0 0 30.66%; }
	.i1_sp_card{ flex:0 0 48.7%; }
}
@media (max-width:768px){
	.i1_intro_row{ flex-direction:column; gap:24px; }
	.i1_intro_kv{ flex:1 1 auto; width:100%; max-width:360px; }
	.i1_intro_title{ font-size:24px; }
	.i1_intro_desc{ font-size:16px; }
	.i1_info_tables{ flex-direction:column; gap:0; }
	.i1_sec_eng{ font-size:24px; }
	.i1_sec_sub{ font-size:16px; }
	.i1_cat_grid{ gap:16px 4%; }
	.i1_cat_card{ flex:0 0 48%; }
	.i1_cat_kr{ font-size:18px; }
	.i1_sp_card{ flex:0 0 100%; min-height:240px; }
}

/* ======================================================================
   i2.php WHO VISIT (k-eco /overwiew/why-esg/ 원본 복제)
   ====================================================================== */
.i2_who{ padding:20px 0 40px; }
.i2_who_eng{ text-align:center; font-size:36px; font-weight:800; color:#111; line-height:1.4; }
.i2_who_sub{ text-align:center; font-size:18px; color:#333; line-height:1.5; margin-top:14px; margin-bottom:34px; }
.i2_who_grid{ list-style:none; padding:0; display:flex; gap:2.56%; }
.i2_who_card{ flex:1 1 32%; box-sizing:border-box; border-radius:12px; padding:44px 24px 40px; text-align:center; color:#fff; }
.i2_who_gov{ background:#00d2a9; }
.i2_who_b2b{ background:#0072d2; }
.i2_who_green{ background:#01cbd7; }
.i2_who_title{ font-size:32px; font-weight:800; color:#fff; line-height:1.2; margin-bottom:26px; }
.i2_who_ico{ margin-bottom:26px; }
.i2_who_ico img{ width:120px; height:auto; display:inline-block; }
.i2_who_desc{ font-size:18px; color:#fff; line-height:1.7; }
@media (max-width:768px){
	.i2_who_eng{ font-size:24px; }
	.i2_who_sub{ font-size:15px; }
	.i2_who_grid{ flex-direction:column; gap:16px; }
	.i2_who_title{ font-size:26px; }
	.i2_who_ico img{ width:100px; }
	.i2_who_desc{ font-size:15px; }
}

/* i2.php PRORAMS (k-eco /overwiew/why-esg/ 원본 복제) */
.i2_program{ padding:40px 0; }
.i2_prog_eng{ text-align:center; font-size:36px; font-weight:800; text-transform:uppercase; color:#111; line-height:1.4; }
.i2_prog_sub{ text-align:center; font-size:18px; color:#333; line-height:1.5; margin-top:14px; margin-bottom:34px; }
.i2_prog_grid{ list-style:none; padding:0; display:flex; justify-content:center; gap:2.56%; }
.i2_prog_card{ flex:1 1 32%; position:relative; border-radius:5px; overflow:hidden; }
.i2_prog_card img{ width:100%; height:280px; object-fit:cover; display:block; }
.i2_prog_card::before{ content:''; position:absolute; inset:0; background:rgba(0,0,0,.28); }
.i2_prog_label{ position:absolute; inset:0; z-index:1; display:flex; align-items:center; justify-content:center; text-align:center; padding:0 12px; color:#fff; font-size:29px; font-weight:800; line-height:1.2; }
@media (max-width:1024px){
	.i2_prog_grid{ flex-wrap:wrap; }
	.i2_prog_card{ flex:1 1 48.8%; }
}
@media (max-width:768px){
	.i2_prog_eng{ font-size:24px; }
	.i2_prog_sub{ font-size:15px; }
	.i2_prog_card{ flex:1 1 100%; }
	.i2_prog_card img{ height:220px; }
	.i2_prog_label{ font-size:22px; }
	.i2_org_eng{ font-size:24px; }
	.i2_org_item{ padding:28px; }
	.i2_org_title{ font-size:20px; }
}

/* i2.php 하단 버튼 (부스참가 신청 / 사전등록) */
.i2_bottom_btns{ display:flex; justify-content:center; gap:16px; margin-top:44px; }
.i2_bbtn{ min-width:220px; text-align:center; padding:16px 30px; border-radius:5px; font-size:18px; font-weight:700; border:1px solid #000; transition:all .3s ease; }
.i2_bbtn_fill{ background:#000; color:#fff; }
.i2_bbtn_fill:hover{ background:#159a4b; border-color:#159a4b; color:#fff; }
.i2_bbtn_out{ background:transparent; color:#000; }
.i2_bbtn_out:hover{ background:#159a4b; border-color:#159a4b; color:#fff; }
@media (max-width:768px){
	.i2_bottom_btns{ flex-direction:column; align-items:center; gap:12px; }
	.i2_bbtn{ width:100%; max-width:320px; min-width:0; box-sizing:border-box; }
}

/* i3.php 공식행사 (k-eco /program/official-event/ 원본 복제) */
.i3_event{ padding:36px 0; }
.i3_event_eng{ text-align:center; font-size:36px; font-weight:700; color:#111; line-height:1.5; }
.i3_event_sub{ text-align:center; font-size:20px; color:#333; line-height:1.5; margin-top:14px; margin-bottom:30px; }
.i3_photo_grid{ list-style:none; padding:0; display:flex; gap:2.4%; }
.i3_photo{ flex:1 1 31.7%; border-radius:5px; overflow:hidden; }
.i3_photo img{ width:100%; height:280px; object-fit:cover; display:block; }
@media (max-width:768px){
	.i3_event_eng{ font-size:22px; }
	.i3_event_sub{ font-size:16px; }
	.i3_photo_grid{ flex-direction:column; gap:14px; }
	.i3_photo img{ height:220px; }
}

/* i4.php 참가기업 인터뷰 (k-eco /interview/ 원본 복제 - 좌 텍스트 58% / 우 이미지 42%) */
.i4_intro{ display:flex; align-items:center; gap:2%; padding:10px 0 40px; }
.i4_intro_left{ flex:1 1 58%; min-width:0; }
.i4_intro_right{ flex:0 0 40%; }
.i4_intro_title{ font-size:42px; font-weight:700; color:#111; line-height:1.2; white-space:nowrap; }
.i4_intro_desc{ font-size:18px; color:#333; line-height:1.7; margin-top:20px; }
.i4_intro_btns{ display:flex; gap:2%; margin-top:30px; }
.i4_btn{ flex:1 1 50%; text-align:center; padding:16px 10px; border-radius:5px; font-size:18px; font-weight:700; border:1px solid #0000aa; transition:all .3s ease; }
.i4_btn_fill{ background:#0000aa; color:#fff; }
.i4_btn_fill:hover{ background:#01014b; border-color:#01014b; color:#fff; }
.i4_btn_out{ background:#fff; color:#0000aa; }
.i4_btn_out:hover{ background:#01014b; border-color:#01014b; color:#fff; }
.i4_intro_img{ border-radius:8px; overflow:hidden; }
.i4_intro_img img{ width:100%; height:auto; display:block; }
.i4_portfolio{ padding:20px 0 40px; }
.i4_interview_thumb{ display:block; }
@media (max-width:768px){
	.i4_intro{ flex-direction:column; align-items:stretch; gap:24px; }
	.i4_intro_left, .i4_intro_right{ flex:1 1 auto; }
	.i4_intro_title{ font-size:26px; white-space:normal; }
	.i4_intro_desc{ font-size:15px; }
	.i4_intro_btns{ flex-direction:column; gap:10px; }
}

/* i4_view.php 참가기업 인터뷰 상세 (k-eco /blog/portfolio-items/ 원본 복제) */
.ivv_top{ display:flex; align-items:center; gap:4%; padding:10px 0 40px; }
.ivv_top_left{ flex:1 1 62%; min-width:0; }
.ivv_top_right{ flex:0 0 30%; text-align:center; }
.ivv_top_right img{ max-width:100%; height:auto; display:inline-block; }
.ivv_cat{ display:inline-block; background:#fff; color:#0000aa; border:1px solid #0000aa; border-radius:24px; padding:6px 16px; font-size:15px; font-weight:700; }
.ivv_title{ font-size:50px; font-weight:700; color:#111; line-height:1.4; letter-spacing:-0.03em; margin-top:18px; }
.ivv_desc{ font-size:17px; color:#333; line-height:1.7; margin-top:18px; }
.ivv_btns{ display:flex; gap:2%; margin-top:30px; }
.ivv_btn{ text-align:center; padding:15px 20px; border-radius:5px; font-size:17px; font-weight:700; border:1px solid #0000aa; transition:all .3s ease; }
.ivv_btns .ivv_btn{ flex:1 1 50%; }
.ivv_btn_fill{ background:#0000aa; color:#fff; }
.ivv_btn_fill:hover{ background:#fff; color:#0000aa; }
.ivv_btn_out{ background:#fff; color:#0000aa; }
.ivv_btn_out:hover{ background:#0000aa; color:#fff; }
.ivv_interview{ padding:30px 0; }
.ivv_iv_title{ text-align:center; font-size:36px; font-weight:700; color:#111; line-height:1.3; margin-bottom:30px; }
.ivv_iv_img{ text-align:center; }
.ivv_iv_img img{ width:100%; max-width:800px; height:auto; display:inline-block; }
.ivv_rel_btns{ display:flex; justify-content:center; gap:16px; margin-top:20px; padding-bottom:20px; }
.ivv_rel_btns .ivv_btn{ min-width:260px; }
@media (max-width:768px){
	.ivv_top{ flex-direction:column; align-items:flex-start; gap:24px; }
	.ivv_top_left, .ivv_top_right{ flex:1 1 auto; width:100%; }
	.ivv_title{ font-size:30px; }
	.ivv_desc{ font-size:15px; }
	.ivv_btns{ flex-direction:column; gap:10px; }
	.ivv_iv_title{ font-size:24px; }
	.ivv_rel_btns{ flex-direction:column; align-items:center; }
	.ivv_rel_btns .ivv_btn{ width:100%; max-width:320px; min-width:0; box-sizing:border-box; }
}

/* ======================================================================
   i5.php 지난 전시회 (k-eco /overwiew/지난-전시회/ 원본 복제)
   ====================================================================== */
/* 개최 결과 + 카운터 */
.i5_result{ padding:20px 0 40px; }
.i5_result_title{ text-align:center; font-size:46px; font-weight:700; color:#000; line-height:1.4; }
.i5_result_sub{ text-align:center; font-size:24px; color:#000; line-height:1.4; margin-top:20px; }
.i5_counters{ list-style:none; padding:0; margin:40px 0 0; display:flex; }
.i5_counter{ flex:1 1 25%; text-align:center; padding:10px; box-sizing:border-box; }
.i5_counter_ico{ font-size:30px; color:#0000aa; display:block; margin-bottom:14px; }
.i5_counter_num{ font-size:42px; font-weight:700; color:#0000aa; line-height:1.1; }
.i5_counter_unit{ font-size:42px; font-weight:700; color:#0000aa; margin-left:2px; }
.i5_counter_label{ font-size:20px; color:#666; margin-top:10px; letter-spacing:0.02em; }

/* 녹색 플랫폼 소개 (좌 텍스트 66% / 우 키비주얼 31%) */
.i5_intro{ padding:40px 0 60px; }
.i5_intro_row{ display:flex; gap:2.34%; align-items:flex-start; }
.i5_intro_left{ flex:1 1 66%; min-width:0; }
.i5_intro_kv{ flex:0 0 31%; }
.i5_intro_kv img{ width:100%; height:auto; display:block; border-radius:5px; }
.i5_intro_title{ font-size:36px; font-weight:700; line-height:1.31; color:#000; }
.i5_intro_title .hl{ background:linear-gradient(transparent 50%, #00ff3b 50%); }
.i5_intro_desc{ font-size:24px; color:#333; line-height:1.6; letter-spacing:-0.01em; margin-top:20px; }
.i5_intro_desc b{ font-weight:700; }
.i5_info_tables{ display:flex; gap:3.84%; margin-top:30px; }
.i5_info_tbl{ flex:1 1 50%; border-collapse:collapse; }
.i5_info_tbl th{ width:74px; text-align:left; vertical-align:top; padding:12px 8px; color:#111; font-weight:700; font-size:16px; border-top:1px solid #e5e5e5; white-space:nowrap; }
.i5_info_tbl td{ padding:12px 8px; color:#444; font-size:16px; border-top:1px solid #e5e5e5; line-height:1.4; }

/* 공통 섹션 타이틀 */
.i5_sec_title{ text-align:center; font-size:36px; font-weight:700; color:#000; line-height:1.5; }
.i5_sec_sub{ text-align:center; font-size:24px; color:#333; line-height:1.5; margin-top:12px; }

/* 이미지프레임 공통 (hover reveal) */
.i5_frame{ position:relative; border-radius:5px; overflow:hidden; }
.i5_frame_img img{ width:100%; display:block; }
.i5_frame_cap{ position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:2em; box-sizing:border-box; color:#fff; }
.i5_frame_title{ font-size:30px; font-weight:700; color:#fff; line-height:1.4; }
.i5_frame_text{ font-size:18px; color:#fff; line-height:1.6; margin-top:14px; }

/* 공식행사 (dany 스타일 - 기본 사진, hover 시 어두운 오버레이 + 텍스트) */
.i5_official{ padding:50px 0 40px; }
.i5_official_grid{ list-style:none; padding:0; margin:30px 0 0; display:flex; justify-content:center; gap:2.82%; }
.i5_official .i5_frame{ flex:0 0 34%; aspect-ratio:3/2; }
.i5_official .i5_frame_img{ position:absolute; inset:0; }
.i5_official .i5_frame_img img{ height:100%; object-fit:cover; }
.i5_frame_dany .i5_frame_cap{ background:rgba(2,2,2,0.74); opacity:0; transition:opacity .35s ease; }
.i5_frame_dany .i5_frame_title, .i5_frame_dany .i5_frame_text{ transform:translateY(20px); transition:transform .35s ease; }
.i5_frame_dany:hover .i5_frame_cap{ opacity:1; }
.i5_frame_dany:hover .i5_frame_title, .i5_frame_dany:hover .i5_frame_text{ transform:translateY(0); }

/* 부스배치도 */
.i5_floor{ padding:50px 0 40px; }
.i5_floor_img{ margin-top:30px; border-radius:5px; overflow:hidden; }
.i5_floor_img img{ width:100%; height:auto; display:block; }

/* 비즈니스 프로그램 (resa 스타일 - 기본 타이틀, hover 시 테두리 프레임 + 설명) */
.i5_biz{ padding:50px 0 40px; }
.i5_biz_grid{ list-style:none; padding:0; margin:30px 0 0; display:flex; gap:2.4%; }
.i5_biz .i5_frame{ flex:1 1 31.7%; }
.i5_biz .i5_frame_img{ background:#000; }
.i5_biz .i5_frame_img img{ opacity:.8; transition:opacity .35s ease; }
.i5_frame_resa:hover .i5_frame_img img{ opacity:.55; }
.i5_frame_resa .i5_frame_cap::before{ content:''; position:absolute; top:30px; right:30px; bottom:30px; left:30px; border:1px solid #fff; opacity:0; transform:scale(1.05); transition:opacity .35s ease, transform .35s ease; }
.i5_frame_resa:hover .i5_frame_cap::before{ opacity:1; transform:scale(1); }
.i5_frame_resa .i5_frame_text{ opacity:0; transform:translateY(30px); transition:opacity .35s ease, transform .35s ease; }
.i5_frame_resa:hover .i5_frame_text{ opacity:1; transform:translateY(0); }

/* 현장스케치 마퀴 캐러셀 */
.i5_sketch{ padding:50px 0 40px; }
.i5_sketch_swiper{ margin-top:30px; padding-bottom:44px; }
.i5_sketch_swiper .swiper-slide img{ width:100%; height:auto; display:block; border-radius:5px; }
.i5_sketch_pag.swiper-pagination{ bottom:0; }
.i5_sketch_pag .swiper-pagination-bullet-active{ background:#159a4b; }

/* 대한민국ESG포럼 (영상 배경 + 다크 오버레이 + SPEAKER 로고) */
.i5_forum{ position:relative; overflow:hidden; border-radius:8px; margin-top:50px; padding:60px 5%; }
.i5_forum_bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.i5_forum_dim{ position:absolute; inset:0; background:rgba(0,0,0,0.55); z-index:1; }
.i5_forum_inner{ position:relative; z-index:2; text-align:center; }
.i5_forum_title{ font-size:36px; font-weight:700; color:#fff; line-height:1.5; text-transform:uppercase; }
.i5_forum_desc{ font-size:24px; color:#fff; line-height:1.4; margin-top:20px; }
.i5_forum_desc b{ font-weight:700; }
.i5_forum_box{ margin-top:36px; background:rgba(0,0,0,0.2); border-radius:6px; padding:5%; }
.i5_forum_speaker{ font-size:32px; font-weight:700; color:#00ff3b; letter-spacing:0.02em; }
.i5_forum_logos{ list-style:none; padding:0; margin:34px 0 0; display:flex; flex-wrap:wrap; justify-content:center; gap:34px 0; }
.i5_forum_logos li{ flex:0 0 20%; text-align:center; }
.i5_forum_logo{ display:flex; align-items:center; justify-content:center; height:80px; background:#d5d5d5; border-radius:4px; margin:0 12px; padding:10px; box-sizing:border-box; }
.i5_forum_logo img{ max-width:100%; max-height:100%; display:block; }
.i5_forum_name{ display:block; font-size:18px; color:#fff; margin-top:14px; line-height:1.4; }

@media (max-width:1024px){
	.i5_forum_logos li{ flex:0 0 33.33%; }
}
@media (max-width:768px){
	.i5_result_title{ font-size:26px; }
	.i5_result_sub{ font-size:16px; }
	.i5_counters{ flex-wrap:wrap; }
	.i5_counter{ flex:0 0 50%; margin-bottom:20px; }
	.i5_counter_num, .i5_counter_unit{ font-size:34px; }
	.i5_counter_label{ font-size:16px; }
	.i5_intro_row{ flex-direction:column; gap:24px; }
	.i5_intro_kv{ flex:1 1 auto; width:100%; max-width:360px; }
	.i5_intro_title{ font-size:24px; }
	.i5_intro_desc{ font-size:16px; }
	.i5_info_tables{ flex-direction:column; gap:0; }
	.i5_sec_title{ font-size:22px; }
	.i5_sec_sub{ font-size:16px; }
	.i5_official_grid{ flex-direction:column; gap:16px; }
	.i5_official .i5_frame{ flex:1 1 auto; }
	.i5_biz_grid{ flex-direction:column; gap:16px; }
	.i5_biz .i5_frame{ flex:1 1 auto; aspect-ratio:3/2; }
	.i5_frame_title{ font-size:22px; }
	.i5_frame_text{ font-size:15px; }
	.i5_forum{ padding:40px 6%; }
	.i5_forum_title{ font-size:22px; }
	.i5_forum_desc{ font-size:16px; }
	.i5_forum_speaker{ font-size:22px; }
	.i5_forum_logos li{ flex:0 0 50%; }
	.i5_forum_name{ font-size:15px; }
}

/* ======================================================================
   c1.php 참가신청 안내 (k-eco /exhibitor/participation/ 원본 복제)
   ====================================================================== */
.c1_sec_title{ text-align:center; font-size:36px; font-weight:700; color:#000; line-height:1.5; }
.c1_sec_sub{ text-align:center; font-size:18px; color:#333; line-height:1.6; margin-top:14px; }
/* 전역 .contents section{margin-bottom:70px}(0,1,1) 보다 우선순위 높게(0,2,0) 지정해 절반(35px)으로 */
.contents .c1_proc, .contents .c1_booth, .contents .c1_premium, .contents .c1_fee{ margin-bottom:35px; }

/* 참가 절차 */
.c1_proc{ padding:10px 0 25px; }
.c1_step_list{ list-style:none; padding:0; margin:36px 0 0; display:flex; flex-wrap:nowrap; gap:3%; }
.c1_step{ flex:1 1 0; min-width:0; text-align:center; position:relative; box-sizing:border-box; padding:28px 10px; border:1px solid #d5d5d5; border-radius:5px; }
.c1_step + .c1_step::before{ content:'\203A'; position:absolute; left:-6.6%; top:50%; transform:translate(-50%,-50%); color:#0000aa; font-size:34px; line-height:1; }
.c1_step_no{ font-size:18px; font-weight:700; color:#0000aa; }
.c1_step_ico{ width:88px; height:88px; margin:14px auto 0; border-radius:50%; background:#0000aa; color:#fff; display:flex; align-items:center; justify-content:center; }
.c1_step_ico i{ font-size:36px; color:#fff; }
.c1_step_txt{ font-size:17px; color:#333; line-height:1.4; margin-top:14px; }
.c1_note_list{ list-style:none; padding:0; margin:36px 0 0; }
.c1_note_list li{ position:relative; padding-left:16px; font-size:15px; color:#555; line-height:1.7; }
.c1_note_list li::before{ content:'*'; position:absolute; left:0; top:2px; color:#555; }
.c1_apply_wrap{ text-align:center; margin-top:36px; }
.c1_apply_btn{ display:inline-block; min-width:280px; text-align:center; padding:16px 30px; border-radius:5px; font-size:18px; font-weight:700; background:#0000aa; color:#fff; border:1px solid #0000aa; transition:all .3s ease; }
.c1_apply_btn:hover{ background:#01014b; border-color:#01014b; color:#fff; }

/* 부스 타입 */
.c1_booth{ padding:25px 0; }
.c1_booth_row{ display:flex; gap:3%; align-items:stretch; margin-top:30px; }
.c1_booth_box{ flex:1 1 48.5%; min-width:0; box-sizing:border-box; border:1px solid #e5e5e5; border-radius:8px; padding:30px; }
.c1_booth_img{ margin-top:16px; height:240px; display:flex; align-items:center; justify-content:center; background:#fff; border-radius:5px; }
.c1_booth_img img{ max-width:100%; max-height:100%; width:auto; height:auto; display:block; }
.c1_booth_img img.c1_booth_img_asm{ max-width:80%; max-height:80%; }
.c1_booth_name{ font-size:24px; font-weight:700; color:#0000aa; line-height:1.3; }
.c1_booth_desc{ list-style:none; padding:0; margin:16px 0 0; }
.c1_booth_desc li{ position:relative; padding-left:14px; font-size:15px; color:#444; line-height:1.7; }
.c1_booth_desc li::before{ content:'-'; position:absolute; left:0; top:0; color:#444; }
.c1_spec_tbl{ width:100%; border-collapse:collapse; margin-top:20px; }
.c1_spec_tbl th{ width:110px; text-align:left; vertical-align:top; padding:12px 14px; background:#f5f5f7; color:#111; font-weight:700; font-size:15px; border:1px solid #e5e5e5; white-space:nowrap; }
.c1_spec_tbl td{ padding:12px 14px; color:#444; font-size:15px; border:1px solid #e5e5e5; line-height:1.6; }

/* 프리미엄 부스 */
.c1_premium{ padding:25px 0; }
.c1_prem_btns{ display:none; justify-content:center; gap:16px; margin-top:28px; }
.c1_prem_btn{ min-width:220px; text-align:center; padding:15px 26px; border-radius:5px; font-size:17px; font-weight:700; border:1px solid #0000aa; transition:all .3s ease; }
.c1_prem_btn_fill{ background:#0000aa; color:#fff; }
.c1_prem_btn_fill:hover{ background:#01014b; border-color:#01014b; color:#fff; }
.c1_prem_btn_out{ background:#fff; color:#0000aa; }
.c1_prem_btn_out:hover{ background:#0000aa; color:#fff; }
.c1_table_scroll{ overflow-x:auto; margin-top:30px; }
.c1_prem_tbl{ width:100%; min-width:960px; border-collapse:collapse; }
.c1_prem_tbl th, .c1_prem_tbl td{ border:1px solid #e5e5e5; padding:12px 10px; text-align:center; font-size:14px; color:#444; line-height:1.5; vertical-align:middle; }
.c1_prem_tbl th{ background:#f5f5f7; color:#111; font-weight:700; white-space:nowrap; }
.c1_prem_head td{ background:#0000aa; color:#fff; font-weight:700; font-size:15px; }
.c1_prem_head td:first-child{ background:#01014b; }
.c1_prem_imgrow td{ padding:14px 8px 58px; position:relative; vertical-align:top; }
.c1_prem_imgrow img{ width:100%; max-width:180px; height:auto; display:inline-block; }
.c1_prem_total th, .c1_prem_total td{ background:#f0f4ff; font-weight:700; color:#0000aa; font-size:15px; }

/* 프리미엄 부스 '자세히 보기' 버튼 (비교표 부스안내 셀) */
.c1_prem_more_wrap{ position:absolute; left:0; right:0; bottom:14px; margin-top:0; }
.c1_prem_more{ display:inline-block; background:#25597e; color:#fff; font-size:14px; font-weight:700; padding:8px 22px; border-radius:6px; text-decoration:none; line-height:1.2; }
.c1_prem_more:hover{ background:#1c465f; }

/* 프리미엄 부스 상세 모달 (PC 가로 1100px, 좌 이미지 / 우 설명 2단) */
.c1_prem_modal{ display:none; position:fixed; inset:0; z-index:10000; background:rgba(0,0,0,.6); align-items:flex-start; justify-content:center; padding:40px 20px; overflow-y:auto; }
.c1_prem_modal_box{ position:relative; width:100%; max-width:1100px; background:#fff; border-radius:12px; padding:44px 46px; box-sizing:border-box; }
.c1_prem_modal_close{ position:absolute; top:12px; right:16px; width:36px; height:36px; border:0; background:transparent; color:#333; font-size:30px; line-height:1; cursor:pointer; }
.c1_prem_modal_close:hover{ color:#000; }
.c1_prem_modal_body{ max-height:calc(100vh - 160px); overflow-y:auto; }
/* 모달 상세 콘텐츠 - 2단 배치 */
.c1_pv_wrap{ display:flex; gap:36px; align-items:flex-start; }
.c1_pv_left{ flex:0 0 46%; max-width:46%; }
.c1_pv_right{ flex:1 1 0; min-width:0; }
.c1_pv_title{ font-size:26px; font-weight:800; color:#c8102e; margin:0 0 20px; padding-bottom:16px; border-bottom:2px solid #c8102e; }
.c1_pv_imgs{ display:flex; flex-direction:column; gap:36px; }
.c1_pv_img{ width:100%; }
.c1_pv_img_row{ display:flex; gap:14px; align-items:flex-end; }
.c1_pv_img_row .c1_pv_img{ flex:1 1 0; min-width:0; }
.c1_pv_img_row .c1_pv_img:nth-child(1){ flex-grow:4; }
.c1_pv_img_row .c1_pv_img:nth-child(2){ flex-grow:6; }
.c1_pv_img img{ width:100%; height:auto; display:block; border:0; border-radius:6px; }
.c1_pv_size{ font-size:16px; color:#111; font-weight:700; margin-bottom:14px; }
.c1_pv_size span{ display:inline-block; background:#25597e; color:#fff; font-size:14px; padding:3px 12px; border-radius:4px; margin-right:10px; }
.c1_pv_spec{ width:100%; border-collapse:collapse; margin-bottom:24px; }
.c1_pv_spec th, .c1_pv_spec td{ border:0; padding:2px 18px; font-size:15px; text-align:left; vertical-align:top; line-height:1.45; }
.c1_pv_spec{ table-layout:fixed; }
.c1_pv_spec th{ color:#222; font-weight:400; width:30%; white-space:nowrap; }
.c1_pv_spec td{ width:70%; }
.c1_pv_spec th::before{ content:'- '; }
.c1_pv_spec td{ color:#333; border-left:1px solid #d9d9d9; }
.c1_pv_block{ margin-bottom:22px; }
.c1_pv_bt{ font-size:17px; font-weight:800; color:#111; margin:0 0 10px; padding-left:12px; border-left:4px solid #25597e; }
.c1_pv_list{ list-style:none; padding:0; margin:0; }
.c1_pv_list li{ position:relative; padding-left:14px; font-size:15px; color:#444; line-height:1.8; }
.c1_pv_list li::before{ content:'-'; position:absolute; left:0; top:0; color:#444; }
.c1_pv_note{ font-size:13px; color:#888; margin:8px 0 0; }

/* 참가규정 링크 + 모달 (PC 가로 800px) */
.c1_rule_link_wrap{ text-align:center; margin-top:14px; }
.c1_rule_link{ display:inline-block; color:#1a5fd0; text-decoration:underline; text-underline-offset:3px; font-size:18px; font-weight:700; cursor:pointer; }
.c1_rule_link:hover{ color:#0f3f96; }
.c1_rule_modal{ display:none; position:fixed; inset:0; z-index:10000; background:rgba(0,0,0,.6); align-items:flex-start; justify-content:center; padding:40px 20px; overflow-y:auto; }
.c1_rule_modal_box{ position:relative; width:100%; max-width:800px; background:#fff; border-radius:12px; padding:44px 46px; box-sizing:border-box; }
.c1_rule_modal_close{ position:absolute; top:12px; right:16px; width:36px; height:36px; border:0; background:transparent; color:#333; font-size:30px; line-height:1; cursor:pointer; }
.c1_rule_modal_close:hover{ color:#000; }
.c1_rule_modal_body{ max-height:calc(100vh - 200px); overflow-y:auto; font-size:15px; line-height:1.6; color:#333; text-align:left; }
.c1_rule_modal_body strong{ color:#111; }

/* 출품료 / 납입방법 */
.c1_fee{ padding:25px 0 15px; }
.c1_tbl_cap{ font-size:20px; font-weight:700; color:#111; margin:34px 0 7px; }
.c1_tbl_cap span{ font-size:15px; font-weight:400; color:#888; margin-left:8px; }
/* 표제목 바로 다음 표 사이 간격 50% 축소 (기존 30px → 15px) */
.c1_tbl_cap + .c1_table_scroll{ margin-top:15px; }
.c1_fee_tbl{ width:100%; min-width:640px; border-collapse:collapse; }
.c1_fee_tbl th, .c1_fee_tbl td{ border:1px solid #e5e5e5; padding:14px 12px; text-align:center; font-size:15px; color:#444; line-height:1.6; vertical-align:middle; }
.c1_fee_tbl th{ background:#f5f5f7; color:#111; font-weight:700; white-space:nowrap; }
.c1_fee_head td{ background:#666666; color:#fff; font-weight:700; }
.c1_fee_head td:first-child{ background:#555555; }
/* 참가비 금액 행 - 프리미엄 부스 '총 합계' 행과 동일 색상 */
.c1_fee_price th, .c1_fee_price td{ background:#f0f4ff; color:#0000aa; font-weight:700; }
/* 2·3번째 표(3칼럼) 칼럼폭 33% 통일 */
.c1_fee_tbl_3col{ table-layout:fixed; }
.c1_fee_tbl_3col th, .c1_fee_tbl_3col td{ width:33.33%; }
/* 1번째 표(4칼럼) colgroup 폭 10/30/30/30 고정 */
.c1_fee_tbl_4col{ table-layout:fixed; }
/* 부스타입 이미지 행 */
.c1_fee_imgrow td{ padding:16px 12px; height:150px; }
.c1_fee_imgrow img{ max-width:80%; max-height:120px; width:auto; height:auto; display:inline-block; }
.c1_fee_imgrow img.c1_fee_img_asm{ max-width:40%; }
.c1_fee_imgrow img.c1_fee_img_prem{ max-width:60%; }

@media (max-width:768px){
	.c1_sec_title{ font-size:22px; }
	.c1_sec_sub{ font-size:15px; }
	.c1_step_list{ flex-wrap:wrap; gap:24px 2%; }
	.c1_step{ flex:0 0 49%; }
	.c1_step + .c1_step::before{ display:none; }
	.c1_step_ico{ width:70px; height:70px; }
	.c1_step_ico i{ font-size:28px; }
	.c1_step_txt{ font-size:15px; }
	.c1_apply_btn{ width:100%; max-width:320px; min-width:0; box-sizing:border-box; }
	.c1_booth_row{ flex-direction:column; gap:20px; }
	.c1_booth_box{ flex:1 1 auto; padding:20px; }
	.c1_booth_name{ font-size:20px; }
	.c1_prem_btns{ flex-direction:column; align-items:center; gap:12px; }
	.c1_prem_btn{ width:100%; max-width:320px; min-width:0; box-sizing:border-box; }
	.c1_prem_more{ font-size:13px; padding:7px 16px; }
	.c1_prem_modal{ padding:20px 12px; }
	.c1_prem_modal_box{ padding:34px 20px; border-radius:10px; }
	.c1_rule_modal{ padding:20px 12px; }
	.c1_rule_modal_box{ padding:34px 20px; border-radius:10px; }
	.c1_rule_link{ font-size:16px; }
	.c1_pv_wrap{ flex-direction:column; gap:18px; }
	.c1_pv_left{ flex:1 1 100%; max-width:100%; }
	.c1_pv_title{ font-size:21px; }
	.c1_pv_imgs{ gap:8px; }
	.c1_pv_img{ width:100%; }
	.c1_pv_spec th, .c1_pv_spec td{ font-size:14px; padding:8px 10px; }
	.c1_tbl_cap{ font-size:17px; }
	.c1_tbl_cap span{ display:block; margin-left:0; margin-top:4px; }
}

/* ======================================================================
   c2.php 홍보지원 프로그램 (k-eco /exhibitor/홍보지원-프로그램/ 원본 복제)
   ====================================================================== */
.c2_promo{ padding:10px 0 20px; }
.c2_head_title{ text-align:center; font-size:36px; font-weight:700; color:#000; line-height:1.4; }
.c2_head_desc{ text-align:center; font-size:18px; color:#333; line-height:1.6; margin-top:16px; }
.c2_card_list{ list-style:none; padding:0; margin:40px 0 0; display:flex; flex-wrap:wrap; justify-content:center; gap:30px 2.30%; } /* 열 간격 3.84% → 60% 축소 */
.c2_card{ flex:0 0 30%; box-sizing:border-box; border:1px solid #d5d5d5; border-radius:5px; padding:24px; } /* 3개 한 줄 배치, 폭 약간 축소 */
.c2_card_img{ width:100%; padding-top:36.26%; /* 546:198 비율 유지 */ background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:5px; }
.c2_card_title{ text-align:center; font-size:24px; font-weight:700; color:#000; line-height:1.4; margin:24px 0 16px; }
.c2_card_desc{ font-size:18px; color:#333; line-height:1.7; }
.c2_card_bul{ font-size:18px; color:#333; line-height:1.6; }
.c2_card_bul + .c2_card_bul{ margin-top:10px; }
@media (max-width:768px){
	.c2_head_title{ font-size:22px; }
	.c2_head_desc{ font-size:15px; }
	.c2_card_list{ gap:20px; }
	.c2_card{ flex:0 0 100%; padding:20px; }
	.c2_card_title{ font-size:20px; }
	.c2_card_desc, .c2_card_bul{ font-size:15px; }
}

/* ======================================================================
   c3.php 지원사업 공고 목록 (k-eco /exhibitor/company-notice/ 화면 정적 복제)
   ====================================================================== */
.c3_bid{ max-width:1400px; margin:0 auto; padding:10px 0 20px; }
.c3_bid_sitebar{ background-color:#f9f9f9; }
.site-list{ padding:0; margin:0; }
.site-list li{ font-size:14px; line-height:1.1rem; text-align:center; background-color:#f9f9f9; cursor:pointer; color:#515151; padding:15px 20px 13px; margin:0 2px; list-style:none; display:inline-block; }
.selected-site{ font-weight:bold; border-bottom:2px solid #545861; }
.c3_bid_topbar{ display:flex; justify-content:space-between; align-items:center; padding:0 4px 10px; }
.c3_bid_kw{ font-size:14px; color:#333; }
.search-wrap{ display:flex; align-items:center; border:1px solid #ccc; border-radius:4px; padding:5px 5px 4px 10px; max-width:400px; width:100%; box-sizing:border-box; }
.search-wrap input{ border:none; outline:none; flex:1; padding:3px 5px 5px; font-size:14px; max-height:30px; min-width:0; }
.search-wrap .icon{ margin-right:5px; font-size:15px; color:#777; }
.bid-list{ width:100%; border-collapse:collapse; }
.bid-list td, .bid-list td a, .bid-list th{ border:0; padding:10px 2px; font-size:14px; color:#545861; }
.bid-list th{ border-bottom:2px solid #f1f1f1; font-weight:bold; text-align:center; }
.bid-list td{ border-bottom:1px solid #f1f1f1; }
.bid-list .c3_ct{ text-align:center; }
.bid-list .c3_tt{ text-align:left; }
.bid-list .c3_dt{ text-align:center; white-space:nowrap; }
.bid-list td a:hover{ color:#F05233; }
.bid-list tbody tr:hover{ background-color:#fafafa; }
.page-ul{ display:flex; list-style:none; justify-content:center; margin-top:30px; padding:0; }
.page-ul li{ cursor:pointer; margin:0 20px; font-size:14px; color:#aaa; }
.selected-page{ font-weight:bold; color:#000 !important; }
@media (max-width:768px){
	.c3_bid_topbar{ flex-direction:column; align-items:stretch; gap:10px; }
	.bid-list td, .bid-list th{ font-size:13px; }
	.page-ul li{ margin:0 12px; }
}

/* ======================================================================
   e1.php 에코라이프 특별관 (k-eco /ecolife_2025/ 원본 복제)
   ====================================================================== */
.contents .e1_hero{ padding:10px 0 8px; margin-bottom:40px; text-align:center; }
.e1_hero_sub{ font-size:30px; font-weight:700; color:#000; line-height:1.5; }

/* 소개 + 기획의도 (좌 55% / 우 45%) */
.e1_intro{ display:flex; gap:3.84%; align-items:stretch; padding:0 0 50px; }
.e1_intro_left{ flex:1 1 55%; min-width:0; }
.e1_intro_right{ flex:0 0 41.16%; position:relative; }
.e1_intro_right img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; border-radius:5px; }
.e4_intro .e1_intro_right img{ object-fit:contain; }
.e1_eco_life{ font-size:36px; font-weight:800; color:#000; line-height:1.3; text-transform:uppercase; }
.e1_intro_lead{ font-size:18px; color:#333; line-height:1.6; margin-top:16px; }
/* 품목 표 */
.e1_item_tbl{ width:100%; border-collapse:collapse; margin-top:24px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.e1_item_tbl th{ width:90px; text-align:center; font-weight:700; font-size:17px; color:#000; border-right:1px solid #e5e5e5; padding:14px 10px; white-space:nowrap; vertical-align:middle; }
.e1_item_tbl td{ font-size:17px; color:#333; line-height:1.5; padding:9px 18px; }
/* 기획의도 연녹색 박스 */
.e1_plan{ margin-top:0; background:#f2fff5; border-radius:12px; padding:46px 50px; }
.e1_plan_head{ font-size:22px; font-weight:700; color:#000; line-height:1.4; }
.e1_plan_num{ color:#14d886; }
.e1_plan_d{ font-size:19px; color:#444; line-height:1.7; margin-top:14px; }

/* 참여 브랜드 */
.e1_brands{ padding:20px 0 40px; }
.e1_brands_title{ font-size:36px; font-weight:800; color:#000; line-height:1.3; }
.e1_brands_sub{ font-size:18px; color:#333; line-height:1.5; margin-top:10px; margin-bottom:30px; }
.e1_brand_grid{ list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; gap:30px 3%; }
.e1_brand_card{ flex:0 0 31.33%; box-sizing:border-box; border:1px solid #e9e9e9; border-radius:5px; padding:20px; display:flex; flex-direction:column; }
.e1_brand_img{ border-radius:5px; overflow:hidden; }
.e1_brand_img img{ width:100%; height:auto; display:block; }
.e1_brand_name{ font-size:18px; font-weight:800; color:#000; line-height:1.3; margin-top:16px; }
.e1_brand_cat{ font-size:15px; color:#14d886; font-weight:600; line-height:1.4; margin-top:8px; }
.e1_brand_desc{ font-size:15px; color:#333; line-height:1.6; margin-top:10px; flex:1 1 auto; }
.e1_brand_btn{ margin-top:16px; align-self:flex-start; padding:10px 22px; border:1px solid #000; background:#fff; color:#000; font-size:15px; font-weight:700; border-radius:4px; cursor:pointer; transition:all .3s ease; }
.e1_brand_btn:hover{ background:#000; color:#fff; }

/* 브랜드 소개 모달 */
.e1_modal{ display:none; position:fixed; inset:0; z-index:9999; }
.e1_modal.on{ display:block; }
.e1_modal_dim{ position:absolute; inset:0; background:rgba(0,0,0,.55); }
.e1_modal_box{ position:relative; max-width:720px; width:calc(100% - 40px); max-height:86vh; overflow-y:auto; margin:6vh auto 0; background:#fff; border-radius:8px; padding:36px; box-sizing:border-box; }
.e1_modal_close{ position:absolute; top:16px; right:20px; width:36px; height:36px; border:0; background:transparent; font-size:28px; line-height:1; color:#333; cursor:pointer; }
.e1_modal_title{ font-size:26px; font-weight:800; color:#000; line-height:1.3; padding-right:40px; }
.e1_modal_img{ margin-top:20px; border-radius:5px; overflow:hidden; }
.e1_modal_img img{ width:100%; height:auto; display:block; }
.e1_modal_sec{ margin-top:26px; }
.e1_modal_h{ font-size:19px; font-weight:800; color:#159a4b; margin-bottom:10px; }
.e1_modal_sec p{ font-size:15px; color:#333; line-height:1.7; }
.e1_modal_sub{ font-size:16px; font-weight:700; color:#000; margin-top:14px; }
.e1_modal_hp{ display:inline-block; margin-top:26px; font-size:16px; font-weight:700; color:#0000aa; }

@media (max-width:1024px){
	.e1_brand_card{ flex:0 0 48.5%; }
}
@media (max-width:768px){
	.e1_hero_sub{ font-size:20px; }
	.e1_intro{ flex-direction:column; gap:24px; }
	.e1_intro_left, .e1_intro_right{ flex:1 1 auto; width:100%; }
	.e1_intro_right{ max-width:420px; }
	.e1_intro_right img{ position:static; height:auto; }
	.e1_eco_life{ font-size:26px; }
	.e1_plan_h{ font-size:20px; }
	.e1_brands_title{ font-size:24px; }
	.e1_brands_sub{ font-size:15px; }
	.e1_brand_card{ flex:0 0 100%; }
	.e1_modal_box{ padding:24px; }
	.e1_modal_title{ font-size:22px; }
}

/* e2.php GALLERY 캐러셀 (구조/스타일 e1.php 재사용, 갤러리만 추가) */
.e2_gallery{ padding:20px 0 40px; }
.e2_gallery_swiper{ margin-top:26px; padding-bottom:44px; }
.e2_gallery_swiper .swiper-slide img{ width:100%; height:auto; display:block; border-radius:5px; }
.e2_gallery_pag.swiper-pagination{ bottom:0; }
.e2_gallery_pag .swiper-pagination-bullet-active{ background:#159a4b; }

/* e3.php 녹색전환 지원사업 특별관 (구조 e1.php 재사용 + 특별관구성/카테고리/Q&A 추가) */
.e3_compose, .e3_cat{ margin-top:24px; }
.e3_box_h{ font-size:20px; font-weight:800; color:#000; margin-bottom:12px; }
.e3_chk{ font-size:16px; color:#333; line-height:1.7; }
.e3_cat p{ font-size:16px; color:#444; line-height:1.7; }
/* 지원사업 안내 Q&A */
.e3_qa{ padding:20px 0 40px; }
.e3_qa_row{ display:flex; gap:3.84%; align-items:center; }
.e3_qa_img{ flex:0 0 41%; }
.e3_qa_img img{ width:100%; height:auto; display:block; border-radius:8px; object-fit:cover; object-position:top; aspect-ratio:928/1035; }
.e3_qa_content{ flex:1 1 55%; min-width:0; }
.e3_q{ padding:6px 0 22px; }
.e3_q + .e3_q{ border-top:1px solid #e5e5e5; padding-top:22px; }
.e3_q_head{ font-size:20px; font-weight:800; color:#000; line-height:1.4; }
.e3_q_mark{ color:#14d886; margin-right:4px; }
.e3_q_lead{ font-size:16px; color:#444; line-height:1.6; margin-top:12px; margin-bottom:6px; }
.e3_q_row{ font-size:15px; color:#444; line-height:1.6; margin-top:6px; }
.e3_q_row b{ color:#000; margin-right:4px; }
.e3_hl{ color:#14d886; font-weight:700; }
.e3_q_note{ font-size:14px; color:#888; margin-top:8px; }
.e3_qa_btns{ display:flex; gap:16px; margin-top:24px; }
.e3_qa_btn{ flex:1 1 50%; text-align:center; padding:16px 20px; border-radius:5px; font-size:17px; font-weight:700; border:1px solid #14d886; transition:all .3s ease; }
.e3_qa_btn span{ margin-left:6px; }
.e3_qa_btn_fill{ background:#14d886; color:#fff; }
.e3_qa_btn_fill:hover{ background:#018d4e; border-color:#018d4e; color:#fff; }
.e3_qa_btn_out{ background:#fff; color:#14d886; }
.e3_qa_btn_out:hover{ background:#018d4e; border-color:#018d4e; color:#fff; }
@media (max-width:768px){
	.e3_box_h{ font-size:18px; }
	.e3_qa_row{ flex-direction:column; gap:20px; align-items:stretch; }
	.e3_qa_img{ flex:1 1 auto; max-width:420px; margin:0 auto; }
	.e3_q_head{ font-size:18px; }
	.e3_qa_btns{ flex-direction:column; }
}



/* ======================================================================
   s1.php 대중소 녹색협력 세미나 (k-eco /openseminar/ 원본 복제)
   ====================================================================== */
.s1_hero{ text-align:center; padding:10px 0 26px; }
.s1_hero_title{ font-size:56px; font-weight:700; color:#000; line-height:1.2; }
.s1_hero_sub{ font-size:22px; color:#333; line-height:1.5; margin-top:16px; }

/* KOREA ESG FORUM 무한 스크롤 배너 */
.banner_list{ overflow:hidden; }
.loop_banner{ display:flex; width:max-content; animation:s1_marquee 60s linear infinite; }
.loop_banner ul{ display:flex; flex-wrap:nowrap; align-items:center; margin:0; padding:0; list-style:none; background:#58dda8; font-weight:800; flex:0 0 auto; }
.loop_banner ul li{ flex:0 0 auto; white-space:nowrap; color:#0000aa; padding:8px 1.2rem; font-size:26px; line-height:2; }
.loop_banner ul li span{ color:#000; margin-left:6px; }
@keyframes s1_marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* 소개 문구 */
.s1_intro_txt{ text-align:center; padding:36px 0 20px; }
.s1_intro_h{ font-size:36px; font-weight:700; color:#000; line-height:1.4; }
.s1_intro_desc{ font-size:18px; color:#333; line-height:1.7; margin-top:16px; }

/* 개요 (좌 이미지 / 우 정보) */
.s1_overview{ display:flex; gap:3.84%; align-items:center; padding:20px 0 40px; }
.s1_ov_img{ flex:0 0 48%; border-radius:8px; overflow:hidden; }
.s1_ov_img img{ width:100%; height:auto; display:block; }
.s1_ov_info{ flex:1 1 48%; min-width:0; }
.s1_ov_row{ font-size:18px; color:#333; line-height:1.6; padding:12px 0; border-bottom:1px solid #eee; }
.s1_ov_row:first-child{ border-top:1px solid #eee; }
.s1_ov_row strong{ display:inline-block; min-width:90px; margin-right:30px; color:#000; font-weight:700; }

/* PROGRAM */
.s1_program{ padding:20px 0 40px; }
.s1_prog_title{ text-align:center; font-size:36px; font-weight:800; color:#000; letter-spacing:0.04em; }
.s1_session_h{ font-size:20px; font-weight:800; color:#fff; background:#159a4b; text-align:center; padding:12px 16px; border-radius:6px; margin:34px 0 20px; }
.s1_card_grid{ list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; gap:24px 2.5%; }
.s1_card{ flex:0 0 31.66%; box-sizing:border-box; border:1px solid #e5e5e5; border-radius:8px; padding:24px; display:flex; flex-direction:column; }
.s1_card_top{ flex:1 1 auto; display:flex; flex-wrap:wrap; align-items:baseline; border-bottom:1px solid #eee; padding-bottom:18px; }
.s1_card_label{ font-size:18px; font-weight:800; color:#0000aa; }
.s1_card_time{ font-size:15px; color:#666; margin-left:auto; }
.s1_card_ttl{ flex:0 0 100%; font-size:17px; font-weight:700; color:#111; line-height:1.5; margin-top:10px; }
.s1_card_spk{ display:flex; align-items:center; gap:14px; margin-top:18px; }
.s1_spk_info{ flex:1 1 auto; min-width:0; }
.s1_spk_name{ font-size:17px; font-weight:800; color:#000; }
.s1_spk_name span{ font-size:14px; font-weight:500; color:#555; margin-left:6px; }
.s1_spk_org{ font-size:14px; color:#159a4b; margin-top:6px; }
.s1_spk_photo{ flex:0 0 68px; }
.s1_spk_photo img{ width:68px; height:68px; border-radius:50%; object-fit:cover; display:block; }

@media (max-width:1024px){
	.s1_card{ flex:0 0 48.75%; }
}
@media (max-width:768px){
	.s1_hero_title{ font-size:30px; }
	.s1_hero_sub{ font-size:16px; }
	.loop_banner ul li{ font-size:18px; }
	.s1_intro_h{ font-size:22px; }
	.s1_intro_desc{ font-size:15px; }
	.s1_overview{ flex-direction:column; gap:20px; align-items:stretch; }
	.s1_ov_img, .s1_ov_info{ flex:1 1 auto; width:100%; }
	.s1_prog_title{ font-size:26px; }
	.s1_session_h{ font-size:17px; }
	.s1_card{ flex:0 0 100%; }
}

/* ===================== m1 녹색제품·공공구매 상담회 ===================== */
/* 공통 섹션 타이틀 */
.m1_sec_title{ text-align:center; font-size:30px; font-weight:800; color:#000; line-height:1.3; }
.m1_sec_sub{ text-align:center; font-size:16px; color:#555; margin-top:12px; }

/* 인트로 */
.m1_intro{ text-align:center; padding:36px 0 20px; }
.m1_intro_h{ font-size:36px; font-weight:800; color:#000; line-height:1.35; }
.m1_intro_sub{ font-size:18px; color:#333; margin-top:16px; }
.m1_meta{ list-style:none; padding:0; margin:24px 0 0; display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:0 22px; }
.m1_meta li{ display:flex; align-items:center; gap:10px; }
.m1_meta_bar{ color:#ccc; }
.m1_meta_lb{ display:inline-block; color:#0000aa; font-weight:800; font-size:16px; padding-right:12px; border-right:2px solid #d5d5e6; }
.m1_meta_val{ font-size:17px; color:#000; font-weight:600; }

/* 누가 참여하나요 */
.m1_who_grid{ display:flex; justify-content:center; gap:3.84%; margin-top:34px; }
.m1_who_card{ flex:0 0 33.3%; box-sizing:border-box; border:1px solid #e5e5e5; border-radius:12px; padding:36px 24px; text-align:center; }
.m1_who_ico{ margin-bottom:18px; }
.m1_who_ico img{ width:88px; height:auto; display:inline-block; }
.m1_who_tag{ font-size:20px; font-weight:800; color:#018d4e; }
.m1_who_desc{ font-size:17px; color:#333; line-height:1.6; margin-top:12px; }
.m1_who_btnwrap{ text-align:center; margin-top:30px; }
.m1_btn{ display:inline-block; background:#0000aa; color:#fff; font-size:17px; font-weight:700; padding:14px 40px; border-radius:30px; text-decoration:none; }

/* 상담회 신청 방법 */
.m1_step_grid{ list-style:none; padding:0; margin:34px 0 0; display:flex; gap:1.5%; }
.m1_step_box{ flex:1 1 0; box-sizing:border-box; border:1px solid #e5e5e5; border-radius:10px; padding:26px 16px; text-align:center; display:flex; flex-direction:column; align-items:center; }
.m1_step_no{ font-size:18px; font-weight:800; color:#0000aa; }
.m1_step_date{ font-size:15px; color:#018d4e; font-weight:700; margin-top:10px; }
.m1_step_txt{ font-size:16px; color:#333; line-height:1.5; margin-top:12px; flex:1 1 auto; }
.m1_step_btn{ display:inline-block; margin-top:16px; background:#0000aa; color:#fff; font-size:14px; font-weight:700; padding:9px 18px; border-radius:20px; text-decoration:none; }

/* 시간표 */
.m1_time_imgs{ margin-top:28px; }
.m1_time_img{ border:1px solid #e9e9e9; border-radius:5px; overflow:hidden; margin-bottom:20px; }
.m1_time_img img{ width:100%; height:auto; display:block; }

/* 공급 기업 요건 */
.m1_cert_note{ text-align:center; font-size:15px; color:#c00; margin-top:10px; }
.m1_cert_grid{ list-style:none; padding:0; margin:28px 0 0; display:flex; justify-content:center; gap:6%; }
.m1_cert_item{ flex:0 0 24%; box-sizing:border-box; background:#fff; border:1px solid #e9e9e9; border-radius:5px; overflow:hidden; text-align:center; padding-bottom:10px; }
.m1_cert_img{ padding:30px 20% 0; }
.m1_cert_img img{ width:100%; height:auto; display:block; }
.m1_cert_item p{ font-size:17px; font-weight:700; color:#333; border-top:1px solid #e9e9e9; margin:35px 0 0; padding:22px 12px 0; }

/* 공급기업 목록 */
.m1_co_grid{ list-style:none; padding:0; margin:34px 0 0; display:flex; flex-wrap:wrap; gap:24px 2.5%; }
.m1_co_card{ flex:0 0 31.66%; box-sizing:border-box; background:#fff; border:1px solid #e9e9e9; border-radius:12px; box-shadow:0 4px 16px rgba(0,0,0,0.05); padding:26px 84px 26px 26px; display:flex; align-items:center; gap:16px; background-repeat:no-repeat; background-position:right 20px center; background-size:60px auto; }
.m1_co_logo{ flex:0 0 70px; }
.m1_co_logo img{ width:70px; height:70px; border-radius:50%; object-fit:contain; display:block; }
.m1_co_info{ flex:1 1 auto; min-width:0; }
.m1_co_name{ font-size:19px; font-weight:800; color:#000; }
.m1_co_prod{ font-size:14px; color:#777; line-height:1.5; margin-top:10px; }

/* 지난 상담회 갤러리 (원본: marquee 자동 스크롤) */
.m1_gallery{ overflow:hidden; }
.m1_gallery_track{ display:flex; width:max-content; animation:m1_marquee 40s linear infinite; }
.m1_gallery_track:hover{ animation-play-state:paused; }
.m1_gallery_item{ flex:0 0 auto; width:400px; margin-right:20px; border-radius:8px; overflow:hidden; }
.m1_gallery_item img{ width:100%; height:auto; display:block; }
@keyframes m1_marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* ===================== m2 차세대 패키징 상담회 (바이어 참가사) ===================== */
.m2_buyer_grid{ list-style:none; padding:0; margin:34px 0 0; display:flex; flex-wrap:wrap; gap:24px 2.5%; }
.m2_buyer_box{ flex:0 0 31.66%; box-sizing:border-box; background:rgba(255,255,255,0.9); border:2px solid #e9e9e9; border-radius:5px; box-shadow:0 4px 16px rgba(0,0,0,0.05); padding:30px 20px; display:flex; align-items:center; justify-content:center; transition:border-color .2s; }
.m2_buyer_box:hover{ border-color:#0000aa; }
.m2_buyer_box img{ max-width:100%; height:auto; display:block; }

/* m2 상담회 신청 방법 (원본: 2px 테두리·5px 라운드·간격 3.84%) */
.m2_step_grid{ list-style:none; padding:0; margin:34px 0 0; display:flex; gap:3.84%; }
.m2_step_box{ flex:1 1 0; box-sizing:border-box; background:#fff; border:2px solid #e9e9e9; border-radius:5px; padding:34px 30px; text-align:center; }
.m2_step_no{ font-size:20px; font-weight:800; color:#0000aa; text-transform:uppercase; }
.m2_step_ico{ display:inline-flex; width:52px; height:52px; border-radius:50%; background:#0000aa; color:#fff; align-items:center; justify-content:center; font-size:22px; margin:14px 0 6px; }
.m2_step_txt{ font-size:16px; color:#000; line-height:1.6; margin-top:12px; }
.m2_step_sub{ font-size:0.75em; }

/* ===================== m3 글로벌 수출상담회 ===================== */
/* 상담회 신청 방법 (5박스: 아이콘+날짜+국문+영문) */
.m3_step_grid{ list-style:none; padding:0; margin:34px 0 0; display:flex; gap:1.9%; }
.m3_step_box{ flex:1 1 0; box-sizing:border-box; background:#fff; border:2px solid #e9e9e9; border-radius:5px; padding:30px 18px; text-align:center; }
.m3_step_date{ font-size:15px; font-weight:700; color:#000; margin-top:14px; }
.m3_step_ko{ font-size:16px; font-weight:700; color:#0000aa; line-height:1.5; margin-top:8px; }
.m3_step_en{ font-size:13px; color:#888; margin-top:6px; }

/* 참가기업 지원사항 (아이콘 32px 파랑, 원 없음) */
.m3_support_grid{ list-style:none; padding:0; margin:34px 0 0; display:flex; gap:2.5%; }
.m3_support_box{ flex:1 1 0; box-sizing:border-box; background:#fff; border:1px solid #e9e9e9; border-radius:8px; box-shadow:0 4px 16px rgba(0,0,0,0.05); padding:36px 24px; text-align:center; }
.m3_support_ico{ display:inline-block; color:#0000aa; font-size:32px; margin-bottom:16px; }
.m3_support_ttl{ font-size:19px; font-weight:800; color:#000; }
.m3_support_desc{ font-size:15px; color:#777; line-height:1.6; margin-top:12px; }

/* 2024 결과 (원본: 배경 영상 bg_video.mp4) */
.m3_result{ position:relative; border-radius:10px; overflow:hidden; padding:50px 24px; text-align:center; color:#fff; }
.m3_result_video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.m3_result_inner{ position:relative; z-index:1; }
.m3_result_title{ font-size:36px; font-weight:800; color:#fff; }
.m3_result_box{ max-width:820px; margin:34px auto 0; background:rgba(0,0,0,0.2); border:2px solid #00ff3b; border-radius:5px; padding:40px 5%; }
.m3_result_lead{ font-size:20px; font-weight:700; color:#fff; }
.m3_result_sub{ font-size:17px; color:#fff; margin-top:10px; }
.m3_result_note{ font-size:14px; color:rgba(255,255,255,0.8); margin-top:18px; }
.m3_result_office{ font-size:16px; font-weight:700; color:#fff; margin-top:30px; }
.m3_result_contact{ font-size:15px; color:#fff; margin-top:8px; }

/* ===================== m4 ESG 컨설팅 (컨설팅사 리스트) ===================== */
/* 원본: 로고 50% + 텍스트 50%, 카드 없음, 아이템 사이 구분선 */
.m4_list_ul{ list-style:none; padding:0; margin:34px 0 0; }
.m4_item{ display:flex; align-items:center; gap:2%; padding:40px 0; border-bottom:1px solid #e5e5e5; }
.m4_item:first-child{ border-top:1px solid #e5e5e5; }
.m4_item_logo{ flex:0 0 48%; display:flex; align-items:center; justify-content:center; }
.m4_item_logo img{ max-width:90%; max-height:90px; height:auto; display:block; }
.m4_item_body{ flex:1 1 48%; min-width:0; }
.m4_item_name{ font-size:20px; font-weight:800; color:#000; }
.m4_item_desc{ font-size:15px; color:#555; line-height:1.6; margin-top:12px; }
.m4_item_field{ margin-top:16px; padding-top:16px; border-top:1px dashed #ddd; }
.m4_field_h{ font-size:15px; font-weight:800; color:#018d4e; margin-bottom:8px; }
.m4_field_row{ font-size:14px; color:#555; line-height:1.6; margin-top:4px; }
.m4_field_row strong{ color:#000; font-weight:700; }
.m4_item_btn{ display:inline-flex; align-items:center; gap:8px; margin-top:20px; background:transparent; color:#000; border:2px solid #000; font-size:14px; font-weight:700; padding:9px 24px; border-radius:4px; text-decoration:none; transition:color .2s, border-color .2s; }
.m4_item_btn:hover{ color:#333; border-color:#333; }

@media (max-width:768px){
	.m4_item{ flex-direction:column; align-items:stretch; gap:20px; padding:26px 0; }
	.m4_item_logo{ flex:1 1 auto; }
	.m4_item_logo img{ max-height:70px; }
}

@media (max-width:1024px){
	.m1_step_grid{ flex-wrap:wrap; }
	.m1_step_box{ flex:0 0 48.5%; }
	.m1_co_card{ flex:0 0 48.75%; }
	.m2_buyer_box{ flex:0 0 48.75%; }
	.m2_step_grid{ flex-wrap:wrap; gap:3%; }
	.m2_step_box{ flex:0 0 48.5%; }
	.m3_step_grid{ flex-wrap:wrap; gap:3%; }
	.m3_step_box{ flex:0 0 48.5%; }
}
@media (max-width:768px){
	.m1_intro_h{ font-size:24px; }
	.m1_intro_sub{ font-size:15px; }
	.m1_sec_title{ font-size:22px; }
	.m1_who_grid{ flex-direction:column; align-items:stretch; gap:16px; }
	.m1_who_card{ flex:1 1 auto; }
	.m1_step_box{ flex:0 0 100%; }
	.m1_cert_grid{ gap:4%; }
	.m1_cert_item{ flex:0 0 28%; }
	.m1_co_card{ flex:0 0 100%; }
	.m2_buyer_box{ flex:0 0 100%; }
	.m2_step_box{ flex:0 0 100%; }
	.m3_step_box{ flex:0 0 100%; }
	.m3_support_grid{ flex-direction:column; gap:16px; }
	.m3_support_box{ flex:1 1 auto; }
	.m1_gallery_item{ width:260px; margin-right:14px; }
}


/* ============================= My page (참가업체) ============================= */
.mypage_sec_1{ max-width:760px; margin:0 auto; text-align:left; }
.mypage_head{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; margin-bottom:24px; }
.mypage_hello{ font-size:22px; color:#333; }
.mypage_hello b{ color:#159a4b; }
.mypage_stat{ display:inline-block; font-size:14px; line-height:1; padding:8px 16px; border-radius:20px; color:#fff; }
.mypage_stat_y{ background:#159a4b; }
.mypage_stat_n{ background:#b7952b; }
.mypage_stat_x{ background:#b23a3a; }
.mypage_info_box{ border-top:2px solid #333; }
.mypage_info_row{ display:flex; align-items:stretch; border-bottom:1px solid #e2e2e2; margin:0; }
.mypage_info_row dt{ flex:0 0 200px; background:#f6f8f6; color:#333; font-weight:600; font-size:16px; padding:18px 24px; box-sizing:border-box; }
.mypage_info_row dd{ flex:1 1 auto; color:#555; font-size:16px; padding:18px 24px; margin:0; word-break:break-all; }
.mypage_btn_box{ margin-top:40px; text-align:center; }
.mypage_logout_btn{ display:inline-block; min-width:200px; background:#333; color:#fff; font-size:17px; line-height:52px; text-align:center; border-radius:4px; }

@media (max-width:768px){
	.mypage_hello{ font-size:19px; }
	.mypage_info_row{ flex-direction:column; }
	.mypage_info_row dt{ flex:0 0 auto; padding:12px 16px 4px 16px; font-size:15px; }
	.mypage_info_row dd{ padding:4px 16px 14px 16px; font-size:15px; }
	.mypage_logout_btn{ width:100%; min-width:0; }
}


/* ============================================================
   참가기업 접수(r_userb) - 좌측 LNB 2단 레이아웃
   ============================================================ */

/* 2단 레이아웃 (본문 시작 간격은 다른 페이지 .contents 와 동일: PC 60px / 그 외 40px) */
.reg_layout{ display:flex; gap:40px; align-items:flex-start; padding:40px 0 40px 0; }
.reg_content{ flex:1 1 auto; min-width:0; }

/* 좌측 고정 LNB */
.reg_lnb{ flex:0 0 240px; position:sticky; top:120px; }
.reg_lnb_group{ margin-bottom:24px; }
.reg_lnb_gtitle{ font-size:20px; font-weight:bold; color:#171c61; margin-bottom:10px; }
.reg_lnb_group ul{ list-style:none; margin:0; padding:0; }
.reg_lnb_group li{ border:1px solid #cfd4e4; margin-top:-1px; }
.reg_lnb_group li a{ display:block; padding:12px 16px; font-size:15px; color:#333333; text-align:center; text-decoration:none; word-break:keep-all; }
.reg_lnb_group li a:hover{ background:#f2f4fb; }
.reg_lnb_group li.on{ border-color:#e6a400; }
.reg_lnb_group li.on a{ background:#f5b100; color:#111111; font-weight:bold; }

/* 섹션 */
.reg_sec{ margin-bottom:44px; }
.reg_sec_title{ font-size:24px; font-weight:bold; color:#171c61; padding-bottom:12px; border-bottom:2px solid #171c61; margin-bottom:18px; }
.reg_sec_note{ font-size:14px; font-weight:normal; color:#888888; margin-left:6px; }
.reg_sec_desc{ font-size:15px; color:#666666; margin-bottom:14px; word-break:keep-all; }
.reg_sub_title{ font-size:18px; font-weight:bold; color:#333333; margin-bottom:8px; }

/* 회사정보(읽기전용) - 코인덱스 리뷰 스타일 회색 라운드 박스 */
.reg_box.review{ background:#f5f6f8; border:0; border-radius:10px; padding:8px 24px; }
.reg_box.review .reg_title_1,
.reg_box.review .reg_item_1{ background:transparent; }
.reg_box.review .reg_item_1{ display:flex; align-items:center; word-break:break-all; }

/* 제출 완료(잠금) - 표시전용 */
.reg_locked_banner{ background:#eef3ff; border:1px solid #c7d6f5; color:#1a3f8f; border-radius:8px; padding:14px 18px; font-size:15px; margin-bottom:24px; word-break:keep-all; line-height:1.5; }
.reg_locked_note{ color:#1a7f3f; font-weight:bold; }
.reg_locked_val{ font-weight:bold; color:#222222; }
.reg_locked_val::before{ content:"\2192"; color:#2f6fe0; font-weight:bold; margin-right:6px; }

/* 부스 품목 테이블 */
.reg_booth_tbl{ width:100%; border-collapse:collapse; min-width:640px; }
.reg_booth_tbl th, .reg_booth_tbl td{ border:1px solid #d5d5d5; padding:12px 14px; font-size:15px; vertical-align:middle; }
.reg_booth_tbl thead th{ background:#171c61; color:#ffffff; text-align:center; }
.reg_booth_name b{ font-size:16px; }
.reg_booth_desc{ display:block; margin-top:4px; font-size:13px; color:#777777; line-height:19px; word-break:keep-all; }
.reg_booth_qty{ width:80px; text-align:center; padding:8px; }
.reg_booth_total td{ background:#f7f8fc; font-weight:bold; text-align:right; }
.reg_booth_total td.set_center{ text-align:center; }

/* 신청금액 합계 박스 */
.reg_sum_box{ background:#f5f6f8; border:1px solid #e5e7ee; border-radius:10px; padding:26px 24px; }
.reg_sum_inner{ max-width:620px; margin:0 auto; }
.reg_sum_row{ display:flex; justify-content:space-between; align-items:center; padding:12px 4px; margin:0; font-size:16px; }
.reg_sum_row + .reg_sum_row{ border-top:1px dashed #b0b0b0; }              /* 항목 경계선: 약간 진한 점선 */
.reg_sum_box .reg_sum_row.reg_sum_supply{ border-top:1px solid #999999; }  /* 합계금액 위: 실선 1px */
.reg_sum_box .reg_sum_row.reg_sum_total{ border-top:2px solid #555555; }   /* 총합계 위: 2px 진한 실선 */
.reg_sum_row dt{ color:#555555; }
.reg_sum_row dd{ font-weight:bold; color:#333333; }
.reg_sum_row.reg_sum_total dt{ font-size:19px; font-weight:bold; color:#d81f2a; }
.reg_sum_row.reg_sum_total dd{ font-size:22px; font-weight:bold; color:#d81f2a; }

/* 마이페이지 체크리스트 */
.chk_tbl{ width:100%; border-collapse:collapse; min-width:720px; }
.chk_tbl th, .chk_tbl td{ border:1px solid #e0e0e0; padding:14px 12px; font-size:15px; vertical-align:middle; }
.chk_tbl thead th{ background:#4a4a4a; color:#ffffff; text-align:center; font-weight:bold; }
.chk_tbl .chk_gubun{ font-weight:bold; color:#333333; }
.chk_tbl .chk_item{ font-weight:bold; color:#171c61; word-break:keep-all; }
.chk_tbl .chk_desc{ color:#555555; line-height:21px; word-break:keep-all; }
.chk_btn{ display:inline-block; min-width:74px; padding:8px 12px; border-radius:4px; font-size:14px; text-decoration:none; text-align:center; }
.chk_btn_go{ background:#2f6fe0; color:#ffffff; }
.chk_btn_edit{ background:#6c757d; color:#ffffff; }
.chk_btn_wait{ background:#dbe4f0; color:#5a6b82; }
.chk_btn_close{ background:#efefef; color:#999999; }

/* 마이페이지 참가비 납부내역 (mypagep) */
.pay_tbl{ width:100%; border-collapse:collapse; min-width:720px; table-layout:fixed; }
.pay_tbl th, .pay_tbl td{ border:1px solid #e0e0e0; text-align:center; vertical-align:middle; }
.pay_tbl thead th{ background:#4a4a4a; color:#ffffff; font-weight:bold; padding:15px 10px; font-size:16px; }
.pay_tbl .pay_amt_row td{ padding:26px 10px; }
.pay_tbl .pay_amt{ display:block; font-size:26px; font-weight:bold; color:#222222; }
.pay_tbl .pay_won{ font-size:15px; font-weight:normal; }
.pay_tbl .pay_dc{ display:block; margin-top:6px; font-size:14px; color:#d81f2a; }
.pay_tbl .pay_btn_row td{ padding:16px 10px; }
.pay_invoice_btn{ display:inline-block; min-width:140px; padding:10px 16px; border-radius:6px; background:#7ea6cf; color:#ffffff; font-size:15px; font-weight:bold; text-decoration:none; }
.pay_invoice_btn:hover{ background:#6b96c4; }

.pay_sum_box{ margin-top:30px; background:#f5f6f8; border:1px solid #e5e7ee; border-radius:10px; padding:20px 24px; }
.pay_sum_row{ display:grid; grid-template-columns:1fr 1.3fr 1fr; align-items:center; padding:18px 4px; }
.pay_sum_row + .pay_sum_row{ border-top:1px solid #d5d8e0; }
.pay_sum_label{ text-align:center; font-size:17px; color:#333333; }
.pay_sum_value{ text-align:center; font-size:24px; font-weight:bold; color:#222222; }
.pay_sum_value .pay_won{ font-size:14px; font-weight:normal; }
.pay_sum_value.pay_paid{ color:#2f6fe0; }
.pay_sum_value.pay_balance{ color:#d81f2a; }
.pay_sum_memo{ text-align:right; color:#666666; font-size:14px; line-height:20px; }
.pay_hist_line{ display:block; }
.pay_hist_line em{ font-style:normal; margin-left:10px; color:#888888; }

/* 공식 노출 회사명 등록 (r3) */
.reg_content .r3_sign_box{ text-align:left; }
.reg_content .r3_sign_input{ width:calc(100% - 92px); max-width:956px; }
.reg_content .req_star{ color:#e02020; font-size:16px; vertical-align:middle; margin-left:2px; }
.r3_sign_scroll{ overflow-x:auto; white-space:nowrap; text-align:left; }
.r3_guide{ margin-top:34px; padding-top:22px; border-top:1px solid #e0e0e0; color:#444444; }
.r3_guide_lead{ font-size:16px; font-weight:bold; color:#222222; line-height:24px; word-break:keep-all; }
.r3_guide_list{ margin-top:12px; padding-left:2px; }
.r3_guide_list li{ position:relative; padding-left:14px; margin-bottom:6px; font-size:15px; line-height:22px; color:#555555; word-break:keep-all; }
.r3_guide_list li:before{ content:"-"; position:absolute; left:0; color:#888888; }
.r3_guide_note{ margin-top:16px; font-size:15px; color:#d81f2a; line-height:22px; word-break:keep-all; }

/* 온라인 홍보자료 등록 (promo) */
.promo_textarea{ width:100%; height:150px; padding:12px 14px; border:1px solid #cccccc; border-radius:4px; font-size:15px; line-height:22px; resize:vertical; box-sizing:border-box; }
.promo_textarea:focus{ border-color:#171c61; outline:none; }
.promo_count{ margin-top:6px; text-align:right; font-size:13px; color:#888888; }

/* 참가기업 출입증 신청 (r2) */
.reg_content .r2_anne_box{ background:#f6f6f8; border:1px solid #e5e7ee; border-radius:8px; padding:18px 22px; }
.reg_content .r2_anne_box .dot_txt{ margin:2px 0; }
.reg_content .r2_form_tbl .hd{ background:#5d5d5d; color:#ffffff; font-size:17px; font-weight:bold; padding:12px 0; text-align:center; border:1px solid #cccccc; border-left:none; border-bottom:none; }
.reg_content .r2_form_tbl .hd:first-child{ border-left:1px solid #cccccc; }
.reg_content .r2_form_tbl td{ border:1px solid #cccccc; border-top:none; border-left:none; padding:14px 10px; vertical-align:middle; }
.reg_content .r2_form_tbl tr td:first-child{ border-left:1px solid #cccccc; }
.reg_content .ok_bg{ background:#cccccc !important; color:#ffffff !important; }

/* 준비중 안내 (cmn/ready.php) */
.ready_box{ padding:70px 20px; text-align:center; background:#ffffff; border:1px solid #cccccc; border-radius:10px; }
.ready_icon{ margin-bottom:18px; opacity:0.35; }
.ready_icon img{ width:40px; height:auto; }
.ready_title{ font-size:44px; font-weight:bold; color:#888888; }

/* 마이페이지 게시판 (mb1/mb2) */
.reg_content .bbs_tbl{ width:100%; border-collapse:collapse; min-width:640px; }
.reg_content .bbs_tbl .bbs_list_header{ background:#4a4a4a; color:#ffffff; font-weight:bold; font-size:15px; padding:13px 8px; text-align:center; border:1px solid #4a4a4a; }
.reg_content .bbs_tbl td{ border:1px solid #e0e0e0; padding:13px 10px; font-size:15px; }
.reg_content .bbs_tbl .bbs_cell_center{ text-align:center; }
.reg_content .bbs_tbl .bbs_cell_left{ text-align:left; }
.reg_content .bbs_tbl .bbs_cell_left a{ color:#333333; }
.reg_content .bbs_tbl .bbs_cell_left a:hover{ color:#171c61; text-decoration:underline; }
.reg_content .bbs_tbl .td_bg_gray_2{ background:#f5f6f8; }
.reg_content .bbs_tbl .td_bg_gray_2 b{ color:#171c61; }
.reg_content .b_button_srch{ display:inline-block; width:auto; height:34px; line-height:34px; padding:0 18px; background:#171c61; color:#ffffff; border-radius:4px; font-size:14px; text-align:center; text-decoration:none; vertical-align:middle; box-sizing:border-box; }
.reg_content .b_button_allview{ display:inline-block; width:auto; height:34px; line-height:34px; padding:0 16px; background:#888888; color:#ffffff; border-radius:4px; font-size:14px; text-align:center; text-decoration:none; vertical-align:middle; box-sizing:border-box; }
.reg_content .paging, .reg_content .paging_now{ display:inline-block; min-width:32px; padding:6px 8px; margin:0 2px; text-align:center; border:1px solid #ddd; border-radius:4px; text-decoration:none; color:#555; font-size:14px; }
.reg_content .paging_now{ background:#171c61; color:#ffffff; border-color:#171c61; font-weight:bold; }

/* 게시판 보기 (mb1_view/mb2_view) */
.bbs_view{ border-top:2px solid #171c61; }
.bbs_view_head{ padding:20px 6px; border-bottom:1px solid #e0e0e0; }
.bbs_view_title{ font-size:20px; font-weight:bold; color:#222222; line-height:28px; word-break:keep-all; }
.bbs_view_info{ margin-top:10px; color:#888888; font-size:14px; }
.bbs_view_info span{ margin-right:16px; }
.bbs_view_file{ padding:14px 6px; border-bottom:1px solid #e0e0e0; background:#f8f9fb; }
.bbs_view_file p{ margin:3px 0; font-size:14px; }
.bbs_view_file .bbs_img{ width:16px; vertical-align:middle; opacity:0.5; }
.bbs_view_file .bbs_download_a{ color:#171c61; text-decoration:underline; }
.bbs_view_body{ padding:26px 6px; min-height:180px; line-height:26px; font-size:15px; color:#444444; word-break:break-word; }
.bbs_view_body img{ max-width:100%; height:auto; }

/* PC (다른 페이지 .contents 와 동일 간격) */
@media (min-width:1270px){
	.reg_layout{ padding:60px 0 80px 0; }
}

/* 모바일 */
@media (max-width:768px){
	.reg_layout{ flex-direction:column; gap:20px; }
	.reg_lnb{ position:static; top:auto; flex:1 1 auto; width:100%; }
	.reg_lnb_group{ margin-bottom:16px; }
	.reg_sec_title{ font-size:20px; }
	.reg_box.review{ padding:6px 14px; }
	.reg_booth_name b{ font-size:15px; }
	.pay_tbl .pay_amt{ font-size:22px; }
	.pay_invoice_btn{ min-width:0; padding:9px 12px; font-size:13px; }
	.pay_sum_row{ grid-template-columns:0.8fr 1.2fr 1fr; padding:14px 2px; }
	.pay_sum_label{ font-size:15px; }
	.pay_sum_value{ font-size:19px; }
	.pay_sum_memo{ font-size:12px; }
	.r3_sign_box{ padding:18px 14px; }
	.section_subtitle{ font-size:20px; }
	.r3_guide_lead{ font-size:15px; }
}

