@charset "utf-8";

/* ==================================================
	공통사항
================================================== */
.cont_inner {
	width: 100%;
	margin-top: 6rem;
}

.cont_inner2 {
	width: 100%;
	margin-top: 6rem;
}

/* 애니메이션 */
.cont_inner {
	opacity: 0;
	transform: translateY(50px)
}

.cont_inner.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.8s;
	-webkit-transition: all 0.7s 0.8s;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.cont_inner {
		margin-top: 4rem;
	}

	.cont_inner2 {
		margin-top: 4rem;
	}
}

/* ==================================================
	아이콘
================================================== */
.con_title {
	position: relative;
	font-size: 2.6rem;
	font-weight: var(--font-sb);
	padding-left: 1.8rem;
}

.con_title:before {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 0.5rem;
	height: 2.4rem;
	background: var(--brand-color-main);
}

.dot_title {
	position: relative;
	font-size: 3.5rem;
	font-weight: var(--font-bd);
}

.dot_title:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.dot_title2 {
	position: relative;
	font-size: 3.2rem;
	font-weight: var(--font-bd);
}

.dot_title2:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.l-list01 {
	line-height: 1.2;
	font-size: 1.8rem;
}

.l-list01>li {
	position: relative;
	padding-left: 1.5rem;
	margin-top: 1rem;
	color: #606060;
}

.l-list01>li:first-child {
	margin-top: 0;
}

.l-list01>li:before {
	content: "";
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	background: #b8b8b8;
}

.l-list01>li span {
	font-weight: var(--font-bd);
}

.width_line_list {
	margin-top: 0.5rem;
	font-size: 1.6rem;
}

.width_line_list>li:before {
	position: absolute;
	top: 0.9rem;
	left: 0;
	content: "";
	display: block;
	width: 0.5rem;
	height: 1px;
	background: #a0a0a0;
}

.width_line_list>li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.3rem;
}

.width_line_list>li:last-child {
	margin-bottom: 0;
}

.a-tit01 {
	font-size: 2.2rem;
	background: url('../images/icon/arrow_icon.svg') no-repeat 0 0.3rem;
	background-repeat: no-repeat;
	padding-left: 2.7rem;
	line-height: 1.4;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.con_title {
		font-size: 2.4rem;
		padding-left: 1.7rem;
	}

	.con_title:before {
		height: 2.2rem;
	}

	.l-list01 {
		font-size: 17px;
	}

	.l-list01>li:before {
		top: 9px;
		width: 5px;
		height: 5px;
	}

	.a-tit01 {
		font-size: 18px;
		padding-left: 3rem;
	}
}

/* ==================================================
	테이블
================================================== */
table.chart01 {
	width: 100%;
	border-top: solid 2px #c5cbcf;
	border-bottom: solid 2px #c5cbcf;
	font-size: 1.5rem;
	letter-spacing: -0.025em;
}

table.chart01 tr th {
	background-color: #e2e5e7;
	text-align: center;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

/*table.chart01 td {
	padding-left: 2.5rem !important;
	line-height: 1.35;
}*/

table.chart01 tr th,
table.chart01 tr td {
	padding: 1rem 0.2rem;
	border-bottom: solid 1px #c5cbcf;
	border-left: 1px solid #c5cbcf;
	vertical-align: middle;
}

table.chart01 tr th:first-child,
table.chart01 tr td:first-child {
	border-left: 0;
}

table.chart01 tr td.ch_bl {
	border-left: 1px solid #c5cbcf;
}

table.chart01 tr td.ch_bg {
	background: #f8f8f8;
}

table.chart02 {
	width: 100%;
	border-top: solid 1px #262626;
	border-bottom: solid 1px #cdcdcd;
	text-align: center;
	font-size: 1.7rem;
}

table.chart02 tr th {
	background-color: #E5E5E5;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

table.chart02 tr th:first-child {
	border-left: 0;
}

table.chart02 tr td {
	line-height: 1.35;
}

table.chart02 tr td:first-child {
	background: #F8F8F8;
	border-left: 0;
	font-weight: var(--font-sb);
}

table.chart02 tr th,
table.chart02 tr td {
	padding: 1.3rem 0.3rem;
	border-bottom: solid 1px #cdcdcd;
	vertical-align: middle;
	border-left: solid 1px #cdcdcd;
}

/* 테이블 사이즈 */
.chart01_width {
	width: 25%;
}

.chart02_width01 {
	width: 35%;
}

.chart02_width02 {
	width: 50%;
}

.chart02_width03 {
	width: 15%;
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {
	table.chart01 {
		font-size: 1.6rem;
	}

	table.chart02 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {

	table.chart02 tr th,
	table.chart02 tr td {
		padding: 1.3rem 1rem;
	}
}



/* ==================================================
	반응형 테이블 스크롤
================================================== */
.msg_touch_help {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:720px) {
	.con_table_wrap {
		overflow-x: auto;
	}

	.con_table_wrap {
		position: relative;
	}

	.table_scroll {
		width: 100%;
		
	}

	.msg_touch_help {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		display: block;
	}

	.msg_touch_help img {
		width: 100px;
		height: 100px;
	}
}

/* ==================================================
	애니메이션
================================================== */
@-webkit-keyframes fadeUpAni {
	0% {
		opacity: 0;
		transform: translate3d(0, 54px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

.fadeUp.active {
	animation-name: fadeUpAni;
	animation-duration: 2s;
}

/* ==================================================
	이미지 움직이는 효과
================================================== */
.over-cover {
	overflow: hidden;
	position: relative;
	display: inline-block;
	line-height: 0;
}

.over-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.over-cover:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

/* ==================================================
	영상
================================================== */
.movie_con {
	text-align: center;
}

.movie_con video {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
}

.promovie_con {
	text-align: center;
}

.promovie_con video {
	width: 100%;
	max-width: 1000px;
}

/* ==================================================
	유튜브 영상
================================================== */
.youtubeWrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden
}

.youtubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.youtubeWrap .btn_prev,
.youtubeWrap .btn_next {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.6);
	color: var(--color-white)
}

.youtubeWrap .btn_prev {
	left: 0
}

.youtubeWrap .btn_next {
	right: 0
}

.youtubeWrap .btn_prev>img {
	float: left
}

.youtubeWrap .btn_next>img {
	float: right
}

.youtubeWrap .btn_prev>span,
.youtubeWrap .btn_next>span {
	display: inline-block;
	float: left;
	height: 90px;
	padding: 0 15px;
	margin: 20px 0;
	max-height: 50px;
	max-width: 180px;
	font-size: 16px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

.youtubeWrap .btn_prev:hover>span,
.youtubeWrap .btn_prev:focus>span,
.youtubeWrap .btn_next:hover>span,
.youtubeWrap .btn_next:focus>span {
	display: inline-block
}

.overveiw-wrap {
	overflow: hidden;
}

/* ==================================================
	탭메뉴1
================================================== */
#mlayer_menu {
	margin-bottom: 15px;
}
#mlayer_menu ul{
	display: flex;
	align-items: center;
}
#mlayer_menu ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mlayer_menu ul li {
	/* float: left; */
	position: relative;
	line-height: 1.1;
	padding: 0 1.5rem 0 0;
	font-size: var(--rem-30);
}
#mlayer_menu ul li:nth-child(3){
	padding-left: 1.5rem;
}
#mlayer_menu ul li:nth-child(2):after{
	content: '';
	position: absolute;
	bottom: 5px;
    right: 0;
    width: 2px;
    height: 25px;
    background: #c6cbcd;
}
#mlayer_menu ul li button {
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
	color: var(--color-gray2);
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	font-size: var(--rem-30);
}

#mlayer_menu ul li button.on {
	font-weight: 700;
	color: #002C6A;
}

/*** 모바일CSS ***/
@media all and (max-width:900px) {
	#mlayer_menu ul li {
		/* width: 50%; */
		margin-top: -1px;
	}

	#mlayer_menu ul li button {
		/* padding: 15px 3px;
		font-size: 1.8rem; */
	}
	#mlayer_menu ul li:nth-child(2):after {
		height: 20px;
	}
}

@media all and (max-width:640px) {
	.cont_detail {
		margin-top: 25px;
	}

	#mlayer_menu ul li button {
		/* font-size: 1.6rem; */
	}
}

@media all and (max-width:450px) {
	#mlayer_menu ul li {
		/* padding: 0; */
	}
	#mlayer_menu ul li button {
		font-size: 2.5rem;
	}
	#mlayer_menu ul li:nth-child(2):after {
		height: 16px;
	}
}

/* ==================================================
	탭메뉴2
================================================== */
#mlayer2_menu {
	margin-bottom: 15px;
}
#mlayer2_menu ul{
	display: flex;
	padding: 2px 0;
	border-top: solid 1px var(--color-black);
	border-bottom: solid 1px var(--color-gray2);
}
#mlayer2_menu ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mlayer2_menu ul li {
	position: relative;
	width: 50%;
	line-height: 1.1;
	font-size: var(--rem-30);
}
#mlayer2_menu ul li:nth-child(1){
	padding-right: 0.5rem;
}

#mlayer2_menu ul li button {
	position: relative;
	padding: 1.2rem 0;
	display: block;
	width: 100%;
	text-decoration: none;
	color: var(--color-gray3);
	text-align: center;
	cursor: pointer;
	font-size: var(--rem-22);
	background-color: var(--color-gray1);
}

#mlayer2_menu ul li button.on {
	font-weight: var(--font-sb);
	color: var(--color-white);
	background-color: #8098CC;
}

/*** 모바일CSS ***/
@media all and (max-width:900px) {
	#mlayer2_menu ul li {
		width: 50%;
		margin-top: -1px;
	}

	#mlayer2_menu ul li button {
		padding: 15px 3px;
		/* font-size: 1.8rem; */
	}
}

@media all and (max-width:640px) {
	.cont_detail {
		margin-top: 25px;
	}

	#mlayer2_menu ul li button {
		/* font-size: 2rem; */
	}
}

@media all and (max-width:450px) {
	#mlayer2_menu ul li {
		padding: 0;
	}

	#mlayer2_menu ul li button {
		/* font-size: 1.4rem; */
	}
}

/* ==================================================
	여백 및 정렬 등 세부 공통사항
================================================== */
.mgt01 {
	margin-top: 1rem;
}

.mgt02 {
	margin-top: 2rem;
}

.ta_r {
	text-align: right;
}
.ta_l{
	text-align: left;
}

.w100 {
	width: 100%;
}

/* ==================================================
	서브상단멘트 공통
================================================== */
.sub_txt01 {
	padding-bottom: 3rem;
	font-size: var(--rem-35);
	font-weight: var(--font-sb);
	color: var(--brand-color-main);
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.sub_txt01 {
		line-height: 1.3;
	}
}



/* ==================================================
	행사소개
================================================== */

/* 일정 */
.ov_cont01{
	padding-bottom: 7rem;
	border-top: solid 1px #000;
}
.ov_cont01 dl{
	padding: 2.5rem 0;
	display: flex;
	align-items: flex-start;
	font-size: var(--rem-22);
	border-bottom: dashed 1px var(--color-gray2);
}
.ov_cont01 dl dt{
	margin-right: 2%;
	width: 23rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--color-white);
	background: #809eaf;
	border-radius: 20px;
}

.ov_cont01 dl dd{
	width: 88%;
	font-weight: var(--font-sb);
	line-height: 2;
	
}
.ov_cont01 dl:nth-child(3) dd{
	/* display: flex;
    align-items: center; */
}
.ov_cont01 dl:nth-child(3) dd img, .ov_cont01 dl:nth-child(4) dd img{
	margin-right: 1rem;
}
.ov_cont01 dl dd img{
	border: solid 1px var(--color-gray2);
}
.ba2_box{
	display: flex;
	align-items: center;
}

/* 6asean */
.asean{
	display: grid;
	grid-template-columns: repeat(3, 2fr);
	gap: 1rem;
}
.asean li{
	text-align: center;
}
.asean li img{
	width: 100%;
	max-width: 200px;
	border: solid 1px var(--color-gray2);
	border-radius: 1rem;
}
.asean li p{	
	line-height: 1.2;
	font-size: var(--rem-18);
}





/* 모바일CSS */
@media screen and (max-width:1699px) {
	.ov_cont02 .ovTit:before {
		left: 155px;
	}
}
@media screen and (max-width:999px) {
	.ov_cont02 .ovTit:before {
		left: 135px;
	}
}
@media screen and (max-width:800px) {
	.ov_cont01{
		text-align: center;
	}
	.ov_cont01 dl{
		display: block;
	}
	.ov_cont01 dl dt{
		margin: 0 auto 0.5rem auto;
		height: 36px;
		line-height: 36px;
		text-align: center;
	}
	.ov_cont01 dl:nth-child(3) dt{
		margin-bottom: 1.5rem;
	}
	.ov_cont01 dl dd{
		width: 100%;
	}
	/* .ov_cont01 dl dd img {
		width: 140px;
		height: 50px;
	} */
	
}
@media screen and (max-width:450px) {
	/* .ov_cont01 dl dd img {
		width: 145px;
        height: 60px;
	} */
	.asean li p {
    font-size: var(--rem-16);
}
	
	
}

/* 프로세스 */
.ovTitBox{
	padding-bottom: 5rem;
}
.ov_cont02 .ovTit{
	padding-bottom: 1.5rem;
	position: relative;
	font-size: var(--rem-35);
	font-weight: var(--font-bd);
}
.ov_cont02 .ovTit:before{
	content: "";
	position: absolute;
	top: -10px;
    left: 175px;
	background: #FA7421;
	width: 14px;
	height: 14px;
	  /* background: url(../images/icon/point02.png) no-repeat;
    background-repeat: no-repeat;
background-size: cover;
  background-position: center center; 
  background-attachment: fixed;  */
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.ovProcess{	
	padding: 3rem  10rem 5rem 10rem;
	height: auto; 
  background: linear-gradient(to top, #F2F2F2 60%, transparent 60%);
}
.ovProcess ul.p_1st {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.ovProcess ul.p_2nd {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	width: 80%;
    margin: 3rem auto 0 auto;
}
.ovProcess ul li{
	position: relative;
	text-align: center;
}
.ovProcess ul.p_1st li:nth-child(1)::after, .ovProcess ul.p_1st li:nth-child(2)::after, .ovProcess ul.p_1st li:nth-child(3)::after{
	content: url('../images/common/arrow02.png'); 
	position: absolute;
	top: 25%;
	left: 95%;
	transform: translateY(-50%);
}
.ovProcess ul.p_2nd li:nth-child(1)::after, .ovProcess ul.p_2nd li:nth-child(2)::after, .ovProcess ul.p_2nd li:nth-child(3)::after{
	content: url('../images/common/arrow02.png'); 
	position: absolute;
	top: 25%;
	right: 95%;
	transform: translateY(-50%);
}
.ovProcess ul li .ov_propic{
	position: relative;
	text-align: center;
}
.ovProcess ul li .ov_propic img{
	width: 100%;
    max-width: 220px;
	border: solid 3px var(--brand-color-main);
	border-radius: 50%;
	background-color: var(--brand-color-main);
}
.p_circle{
	position: absolute;
    bottom: -15px;
    left: 50%;
	transform: translateX(-50%);
	display: block; 
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--brand-color-main); 
	color: white;
	font-size: 18px; 
	text-align: center; 
	line-height: 36px;
}
.ovProcess ul li dl{
	padding-top: 4rem;
}
.ovProcess ul li dl dt{
	padding-bottom: 1rem;
	font-size: var(--rem-25);
	font-weight: var(--font-sb);
}
.ovProcess ul li dl dd{
	line-height: 1.2;
	word-break: keep-all;
}
/* 모바일CSS */
@media screen and (max-width:1200px) {
	.ovProcess ul.p_1st li:nth-child(1)::after, .ovProcess ul.p_1st li:nth-child(2)::after, .ovProcess ul.p_1st li:nth-child(3)::after {
		content: none;
	}
	.ovProcess ul.p_2nd li:nth-child(1)::after, .ovProcess ul.p_2nd li:nth-child(2)::after, .ovProcess ul.p_2nd li:nth-child(3)::after {
		content: none;
	}
}
@media screen and (max-width:800px){
	.ovProcess{
		padding: 0 5rem 2rem 5rem;
	}
	.ovProcess ul.p_1st {
		grid-template-columns: repeat(2, 2fr);
	}
	.ovProcess ul.p_2nd{
		gap: 2rem;
	}	
	.ovProcess{
		background: none !important;
	}
	/* .ov_cont02 div:nth-child(2) ul.p_1st{
		margin-top: 0;
	}
	.p_mg {
		margin-top: -8rem;
	} */
}
/* 신청버튼 */
.ov_btn{
	margin: 5rem auto 0 auto;
	/* width: 350px; */
	text-align: center;
	
	border-radius: 10px;
}

.ov_btn a {
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
    padding: 2rem 3rem;
    border: 1px solid var(--color-black); 
    border-radius: 8px; 
  
    text-decoration: none;
    transition: all 0.3s ease; 
}

.ov_btn a:hover {
    background-color: var(--color-green); 
    color: var(--color-white);
}

.ov_btn a .arrow {
    display: inline-block;
    margin-left: 8px; 
    width: 16px;
    height: 1px;
    background-color: var(--color-black);
    position: relative;
    transition: background-color 0.3s ease; 
}

.ov_btn a .arrow::after {
	content: "";
    position: absolute;
    top: -3px;
    /* right: -2px; */
    width: 6px;
    height: 6px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg);
    transition: border-color 0.3s ease;
}

.ov_btn a:hover .arrow {
    background-color: var(--color-white);
}

.ov_btn a:hover .arrow::after {
    border-top-color: var(--color-white);
    border-right-color: var(--color-white);
}


/* ==================================================
	 프로그램
================================================== */

/* 기업지원프로그램 */
.corpSupp_tit{
	margin-bottom: 4rem;
	text-align: center;
	font-size: var(--rem-25);
	line-height: 1.5;
	font-weight: var(--font-sb);
	word-break: keep-all;
}
.corpSupp_tit span{
	display: block;
	font-size: var(--rem-18);
	font-weight: normal;
}
.corpSupp_date{
	color: var(--brand-color-main);
}
.corpSupp{
	padding: 3rem 0;
	border-top: solid 1px var(--color-black);
	border-bottom: solid 1px var(--color-black);
}
.corpSupp ul{
	margin-bottom: 3rem;
	display: -ms-grid;
	display: grid;
	align-items: center;
	-ms-grid-columns: (2fr) [3];
	grid-template-columns: repeat(2, 3fr);
	/*    grid-template-columns: 8rem calc(100% - 32rem) 20rem;*/
	gap: 2rem;
}
.corpSupp ul li{
	padding: 2rem 2rem;
	font-weight: var(--font-sb);
	border: solid 1px var(--color-gray2);
}
.corpSupp ul li input{
	margin-right: 1rem;
    /* width: 20px;
    height: 20px; */
}
.corpSupp ul li:hover{	
	color: var(--color-white);
	background-color: var(--brand-color-main);
}
.corpSupp ul li input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 28px;
	height: 28px;
	border: 1px solid var(--color-gray2);
	background-color: white;
	display: inline-block;
	position: relative;
	cursor: pointer;
  }  
  /* 체크박스가 선택되었을 때 */
  .corpSupp ul li input[type="checkbox"]:checked::after {
	content: "✔";
	font-size: 14px;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .corpSupp .input-btn {
    width: 100%;
    display: flex;
    gap: 10px;
}
.c_txtBox{
	display: flex;
	gap: 2rem;
}
.c_txtBox .useInfo_txt{
	margin-top: 1rem;
	display: flex;
	align-items: center;
	width: 50%;
}
.c_txtBox div.c_tit{
	padding-bottom: 1rem;
	width: 20%;
}
.corpSupp_tab th span{
	padding-top: 0.5rem;
	display: block;
	color: var(--brand-color-main);
}
.corpSupp_tab td span{
	display: block;
	font-size: var(--rem-16);
	font-weight: normal;
	color: var(--color-orange);
}
.col_grid3 {
    width: 100%;
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-columns: 8rem calc(100% - 32rem) 20rem; */
    gap: 2rem;
}
.corpSupp .deTit{
	padding: 2rem 0 0.5rem 0;
	font-size: var(--rem-20);
	font-weight: var(--font-sb);
}
.corpSupp_bg{
	padding: 1rem 2rem;
    margin: 1rem 0;
    background-color: #E6EBF3;
}

/* 기업지원프로그램 확인하기 버튼 */
.prd_add2 {
	margin: 2rem auto 0 auto;
	background: #193A70;
	width: 250px;
	padding: 1rem 0;
    line-height: 1.3;
	color: var(--color-white);
	text-align: center;
}

.prd_add2 a {
	display: block;
	width: 100%;
}


  /* 모바일 */
@media screen and (max-width:800px){
	.corpSupp ul li {
		word-break: keep-all;
		line-height: 1.1;
		border: solid 1px var(--color-gray2);
		display: flex
	;
		align-items: center;
	}
	.corpSupp ul li input[type="checkbox"]{
		width: 20px;
		height: 20px;
	}
	.c_txtBox .useInfo_txt {
		display: block;
	}
	.c_txtBox div.c_tit {
		padding-bottom: 0.5rem;
		width: 40%;
	}
}

  /* 신청버튼 */
.corpSupp_btn{
	margin: 5rem auto 0 auto;
	text-align: center;
}
.corpSupp_btn a {
    display: inline-flex; 
    align-items: center; 
    justify-content:space-between;
	margin-right: 1rem;
    padding: 2rem 3rem;
	width: 240px;
    border: 1px solid var(--color-black); 
    text-decoration: none;
    transition: all 0.3s ease; 
}

.corpSupp_btn a:hover {
    background-color: var(--brand-color-main); 
    color: var(--color-white);
}

.corpSupp_btn a .arrow {
    display: inline-block;
    margin-left: 8px; 
    width: 16px;
    height: 1px;
    background-color: var(--color-black);
    position: relative;
    transition: background-color 0.3s ease; 
}

.corpSupp_btn a .arrow::after {
	content: "";
    position: absolute;
    top: -3px;
    /* right: -2px; */
    width: 6px;
    height: 6px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg);
    transition: border-color 0.3s ease;
}

.corpSupp_btn a:hover .arrow {
    background-color: var(--color-white);
}

.corpSupp_btn a:hover .arrow::after {
    border-top-color: var(--color-white);
    border-right-color: var(--color-white);
}
  /* 모바일 */
  @media screen and (max-width:800px){
	.corpSupp_btn a{
		margin-right: 0;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width:520px){
	.corpSupp_btn{
		display: flex;
		gap:1rem;
	}
}



/* 행사배치도 */
.layout{
	display: flex;
	justify-content: space-between;
	gap:3rem
	}
.layBox_cont{
	height: 100%;
}
.layBox{
	padding: 2.5rem;	
	background-color: var(--brand-color-sub);
	border-radius: 1rem;
	
}
.layBox table{
	width: 400px;
}
.layBox table td{
	padding: 1rem 1rem;
	width: 2rem;
	text-align: center;
	font-size: var(--rem-16);
	border: 1px solid var(--brand-color-sub);
	
}
.layBox table td.item{
	width: 10%;
	background-color: #809eaf;
}
.layBox table td.comName, .layComp li span.comName{
	color: var(--color-white);
	background-color:#809eaf ;
}
.layBox table td.blank{
	background-color: var(--color-white);
}
.entrance{
	padding-top: 5rem;
}
.entrance .door{
	margin: 0 auto;
	width: 120px;
	height: 30px;
	
}
.entrance .door ul{
	display: flex;
	gap: 1rem;
}
.entrance .door ul li{
	width: 50px;
	background-color: var(--color-gray2);
}
/* .entrance ul{
	padding-top: 0.5rem;
	margin: 0 auto;
    width: 90px;
    display: flex;
    gap: 2rem;
	font-size: var(--rem-16);
}
.entrance ul img{
	padding-bottom: 0.3rem;
} */
/* .company{
	padding: 1.5rem;
	display: grid;
	grid-template-columns: repeat(5, 10fr);
	gap: 0 4rem;
	border: solid 1px var(--brand-color-sub);
    border-radius: 1rem;
	
}
.company li{
	display: flex;
	align-items: center;
	line-height: 1.1;
} */
.layComp li span{
    margin-right: 0.5rem;
	display: block;
    width: 30px;
	min-width: 3.5rem;
    height: 30px;
    text-align: center;
    line-height: 30px;
	border-radius: 0.5rem;
}
.layComp{
	padding: 3rem 0;
	width: 100%;
}
.layComp_cont{
	width:100%;
}
.layComp_cont .layComp:nth-child(1){
	padding:0 0 3rem  0;
}
.layComp h3{
	margin-bottom: 1rem;
	padding: 1rem 0 1.5rem 1rem;
	/* width: 100%; */
	/* min-width: 20rem; */
	/* border-radius: 2rem; */
	background-color: var(--brand-color-sub);	        
	font-size: var(--rem-22);
	font-weight: var(--font-bd);
	border-bottom: solid 1px var(--brand-color-main);
}
.layComp ul{
	padding-left: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 12fr);
	gap:1rem;
}
.layComp ul li{
	display: flex;
	align-items: baseline;
	line-height: 1.1;
}

/* 모바일 */
@media screen and (max-width:1200px){
	.layout{
		display: block;
	}
	.layBox_cont{
		padding-bottom: 2rem;
	}
	.layBox table{
		margin: 0 auto;
	}
}
@media screen and (max-width:800px){
	
}
@media screen and (max-width:500px){
	.layBox table{
		width: 300px;
	}
	.layBox table td{
		padding: 1rem 0.5rem;
		width: 1rem;
	}	
	.layComp ul li br{
		display: none;
	}
}


/* ==================================================
	 참가신청인트로페이지
================================================== */
.regi_intro {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.regi_intro .top {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.regi_intro .top .img {
	width: 100%;
}

.regi_intro .top .img img {
	width: 100%;
    border-radius: 1.5rem;
}

.regi_intro .txt {
	text-align: center;
}

.regi_intro .txt h4 {
	font-size: var(--rem-28);
	word-break: keep-all;
	line-height: 1.3;
}
.regi_intro .txt h4 span{
	font-size: var(--rem-35);
}
.regi_intro .txt p {
	font-size: var(--rem-18);
	margin-top: var(--rem-15);
	word-break: keep-all;
	line-height: 1.3;
}

.regi_intro .txt p.date {
	font-size: var(--rem-20);
	/* margin-top: 4rem; */
	font-weight: var(--font-bd);
}

.btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 14rem;
	position: relative;
}

.btn::after,
.btn::before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: -1;
}

.btn::before {
	width: 20rem;
	height: 20rem;
	top: calc(50% - 10rem);
	left: calc(50% - 10rem);
	border: 1px solid #405BAA;
}

.btn::after {
	width: 24rem;
	height: 24rem;
	top: calc(50% - 12rem);
	left: calc(50% - 12rem);
	border: 2px dotted #bbcaf6;
	opacity: 0.8;
}

.btn>div {
	overflow: hidden;
	width: 35vw;
	height: 35vw;
	max-width: 32rem;
	max-height: 32rem;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.btn a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
}

.btn a:hover::before {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.411));
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.btn .domestic a {
	background: #3a696b;
}

.btn .buyer a {
	background: #5a8299;
}

.btn a::after {
	content: '';
	display: block;
	position: absolute;
	width: 96%;
	height: 96%;
	top: 2%;
	left: 2%;
	border: 1px solid var(--color-white);
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.btn a .cont {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: var(--rem-25);
	z-index: 10
}

.btn a .img {
	width: 10vw;
	height: 10vw;
	max-width: 7rem;
	height: 7rem;
}

.btn a .img img {
	width: 100%
}


.btn a p {
	color: var(--color-white);
	font-size: var(--rem-35);
	font-weight: var(--font-bd);
}

.btn a p.apply {
	width: 9rem;
	position: relative;
	font-weight: var(--font-rg);
	font-size: var(--rem-18);
}

.btn a p.apply::after {
	content: '';
	display: block;
	position: absolute;
	right: 1rem;
	top: calc(50% - 0.9rem);
	background: url('../images/registration/arrow.svg') 50% 50% no-repeat;
	width: var(--rem-18);
	height: var(--rem-18);
}

.btn a:hover p.apply::after {
	/* right: 10px; */
	transform: translateX(10px);
	transition: all 0.3s ease-in;
}

@media screen and (max-width:750px) {
	.btn {
		gap: 10vw;
	}

	.btn a .cont {
		gap: 2vw;
	}

	.btn a p {
		font-size: var(--rem-20);
	}

}

@media screen and (max-width:450px) {

	.btn {
		flex-direction: column;
		gap: 4vw;
	}

	.btn>div {
		overflow: hidden;
		width: 100%;
		min-width: 100%;
		height: auto;
		border-radius: 1rem;
		-moz-border-radius: 1rem;
	}

	.btn a {
		width: 100%;
		height: 100%;
		display: block;
		align-items: center;
		justify-content: center;
	}
	.btn::before, .btn::after{
		border: 0;
	}

	.btn a::after {
		top: 1rem;
		left: 1rem;
		width: calc(100% - 2rem);
		height: calc(100% - 2rem);
		border-radius: 1rem;
		-moz-border-radius: 1rem;
	}

	.btn a .cont {
		flex-direction: row;
		padding: 3rem;
	}

	.btn a .cont::after {
		content: '';
		display: block;
		position: absolute;
		right: 5rem;
		top: calc(50% - 0.9rem);
		background: url('../images/registration/arrow.svg') 50% 50% no-repeat;
		width: var(--rem-18);
		height: var(--rem-18);
	}

	.btn a p.apply {
		width: auto;
		font-size: var(--rem-20);
	}

	.btn a p.apply::after {
		display: none;
	}

	.btn a .img {
		width: 8vw;
		height: 8vw;
		display: flex;
		align-items: center;
	}
}

/* ==================================================
	참가신청
================================================== */
.regist_cont {
	padding-bottom: 6rem;
}

.cont_tit {
	padding-bottom: 2rem;
	font-size: var(--rem-30);
	font-weight: var(--font-sb);
}

.cont_tit span {
	font-size: var(--rem-17);
	color: #3E5B88;
}

/* 사이트 이용정보 */
.infoCont {
	border-top: solid 1px #333;
}

.last_line {
	padding-bottom: 5rem;
	border-bottom: solid 1px #333;
}

.infoBox {
	margin-top: 0.5rem;
	padding: 1rem 2.5rem;
	background: var(--brand-color-sub);
}

.info_wrap {
	margin-bottom: 1.5rem;
	padding: 1rem 0;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: dashed 1px #ABBCD7;
}

.info_wrap:last-child {
	border-bottom: 0;
}

.infoBox02 {
	width: 100%;
}

.info_wrap02 {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}

.info_wrap02:last-child {
	margin-bottom: 0;
}

.info_wrap02 .contInfo_tit {
	width: 15%;
}

.info_wrap02 .contInfo_txt {
	width: 85%;
}

.useInfo_tit {
	width: 10%;
}

.useInfo_tit span,
.multi,
.guideLine01 {
	font-size: var(--rem-15);
	color: #3E5B88;
}

span.ml_10 {
	margin-left: 10px;
}

.note {
	margin-top: 20px;
	font-size: var(--rem-15);
	line-height: 1.3;
	color: #f24445;
}

.useInfo_txt {
	width: 90%;
}

.useInfo_txt input,
.contInfo_txt input,
.useInfo_txt textarea,
.comp_wrap input {
	width: 100%;
	height: 35px;
	padding: 0px 11px 1px 15px;
	border-radius: 4px;
	border: 1px solid #C2D0E5 !important;
	font-weight: var(--font-rg);
	font-size: var(--rem-17);
	line-height: 1.5;
	color: rgb(51, 51, 51);
	box-sizing: border-box;
}

.attach input {
	height: 35px;
	line-height: 35px;
}

.blank01 {
	height: 13px;
}

.guideLine02 {
	padding-top: 2rem;
}

.guideLine02 li {
	padding-top: 1rem;
	display: flex;
	/* align-items: center; */
}

.guideLine02 li i {
	margin: 2px 5px 0 0;
	font-style: normal;
	font-size: var(--rem-13);
	color: var(--brand-color-dmain);
	/* width: 12px;
	height: 12px;
	background: url(../images/icon/point01.png) no-repeat; */
}

.compInfoBox {
	display: flex;
}

.comp_wrap {}

/* 제품추가하기 버튼 */
.prd_add {
	margin: 2rem auto 0 auto;
	background: #193A70;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: var(--color-white);
	text-align: center;
}

.prd_add a,
.btn_apply li a {
	display: block;
	width: 100%;
}



/* 신청하기 버튼 */
.btn_apply {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	text-align: center;
}

.btn_apply li {
	width: 150px;
	height: 60px;
	line-height: 60px;
	color: var(--color-black);
	border: solid #000 1px;
}

.btn_apply li.tempSave {
	background: var(--color-gray2);
}

.btn_apply li.applyOk {
	background: #809eaf;
	color: var(--color-white);
}

/* 모바일CSS */
@media screen and (max-width:1024px) {
	.info_wrap {
		display: block;
	}

	.site_use .info_wrap .useInfo_tit {
		margin-bottom: 1rem;
	}

	.useInfo_tit,
	.useInfo_txt {
		width: 100%;
	}

	.items form div {
		padding-right: 1.5rem;
	}
}
@media screen and (max-width:800px) {
	.info_wrap {
		border-bottom: none;
	}
	.info_wrap .col_{
		padding-bottom: 1.5rem;
		border-bottom: dashed 1px #ABBCD7;
	}
}
@media screen and (max-width:430px) {
	.col_ .useInfo_tit{
		line-height: 1.2;
	}
}


/* 배열 */
.col_ {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.col_ .useInfo_tit {
	width: 100%;
	font-weight: var(--font-md);
}

.col_ .useInfo_txt {
	width: 100%;
	display: flex;
	gap: 10px;
}

.form_down {
	font-size: 15px;
	margin-left: 10px;
}

.form_down:hover {
	text-decoration: underline;
}

.form_down span {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
}

.form_down span svg {
	width: 100%;
	height: 100%;
}

/* input + button */
.input-btn {
	width: 90%;
	/* width: calc(100% - 140px); */
	display: flex;
	gap: 10px;
}

.input-btn input {
	width: calc(100% - 130px);
	line-height: 35px;
}

.input-btn input+button {
	width: 120px;
	background: #3E5B88;
	/* font-size: 18px; */
	color: #ffffff;
}


/* 배열 2 */
.col_grid2 {
	width: 100%;
	display: -ms-grid;
	display: grid;
	align-items: center;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	/*    grid-template-columns: 8rem calc(100% - 32rem) 20rem;*/
	gap: 7rem;
}

.items form {
	padding-top: 1rem;
	display: flex;
}

.items form div {
	padding-right: 4rem;
	display: flex;
	align-items: center;
}

.items form div input {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.delete-btn{display:inline-block;padding:10px 10px;text-align: center;background-color: #7A97C2;color:#fff;cursor: pointer;}
	input[type=file]{background-color: #fff;}
										input[type=file]::file-selector-button {
											display: none;
											line-height: 1;
										}
.items span {
	padding-top: 1rem;
	display: flex;
}

.items span div {
	padding-right: 4rem;
	display: flex;
	align-items: center;
}

.items span div input {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.allToggleBtnDiv{width:100%;font-size:18px;font-weight: bold;text-align: right;}
p.attach {width:100%;font-size:15px;}
.toggleBtn {
    font-size: inherit;  /* 부모 요소(.cont_tit)의 폰트 크기 상속 */
    font-weight: inherit; /* 부모의 굵기 상속 */
    vertical-align: middle; /* 같은 높이 정렬 */
    margin-left: 5px; /* 글자와 여백 */
    cursor: pointer;
    display: inline-block;
}

/* 모바일CSS */
@media screen and (max-width:1024px) {
	.input-btn {
		width: 100%;
	}
	.items form div {
		padding-right: 1.5rem;
	}
	.items span div {
		padding-right: 1.5rem;
	}
}

@media screen and (max-width:800px) {
	.mgt02 {
		margin-top: 0;
	}

	.col_grid2 {
		grid-template-columns: repeat(1, 2fr);
		gap: 2rem;
	}
}

/* 별표 */
.star {
	margin-left: 2px;
	position: absolute;
	width: 8px;
	height: 9px;
	background: url(../images/icon/star.png) no-repeat;
}

/* ==================================================
	참가기업 정보 입력
================================================== */
.tripBox{
	border-top: solid 1px var(--color-gray2);
    margin-top: -1rem;
}
.tripTxt01 p{
	padding: 2rem  0 0.5rem 0;
}
.tripTxt01 .info_wrap{
	margin-bottom: 0.5rem;
}
.tripTxt01 ul{
	padding: 1.5rem 0;
}
.tripTxt01 li{
	line-height: 1.3;
}
.tripTxt01 li:nth-child(1), .tripTxt01 li:nth-child(2){	
	padding-bottom: 0.5rem;
}
.tripTxt01 li:nth-child(3){
	padding-top: 0.5rem;
}
.tripTxt01 li:nth-child(3), .tripTxt01 li:nth-child(4){	
	padding-bottom: 0.5rem;
	font-size: var(--rem-16);	
}
.tripTxt01 .prd_add button{
	color: var(--color-white);
	font-size: var(--rem-18);
	display: block;
    width: 100%;
    height: 100%;
}
.tripTxt01 .prd_add button::before {
        content: "+";
    color: #fff;
    font-size: 2rem;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border: 1px solid #fff;
    margin-right: 8px;
    vertical-align: middle;
    box-sizing: border-box;
    transform: translateY(-2px);
    line-height: 25px;
}
.tripTxt01 .clear{
	margin-top: 1rem;
	display: flex;
	justify-content: end;
}
.tripTxt01 .clear button{
	display: block;
    width: 100%;
    height: 100%;
	background: #193a70ba;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: var(--color-white);
    text-align: center;
	font-size: var(--rem-18);
}
.tripTxt01 .clear button::before{
	    content: "×";
    color: var(--color-white);
    font-size: 1.4rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    border: 1px solid  var(--color-white);
    margin-right: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    transform: translateY(-2px);
    line-height: normal;
}






/* ==================================================
	Directory
================================================== */
.direc_top{
	display: flex;
	justify-content: space-between;
	align-items: end
}
.direc_top span{
	font-weight: var(--font-bd);
}
.direc_top .input-btn{
	width: 30%;
	display: flex;
	gap: 5px;
}
.direc_top .input-btn input{
	width: 100%;
    height: 46px;
    padding: 0px 11px 1px 15px;
    border: 1px solid #C2D0E5 !important;
    font-weight: var(--font-rg);
    font-size: var(--rem-17);
    line-height: 1.5;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
}
.direc_top button.search_btn{
	width: 60px;
	background-image: url(../images/common/search.png);
	background-repeat: no-repeat;
	background-color: #3E5B88;
	background-position: center;
}
.direc_cont{
	padding-top: 1.5rem;
}
.direc_cont .skin_table table th {
	padding: 1.5rem 0;
}
/* 하단 페이지 버튼  */
.direc_Pbtn{
	margin-top: 6rem;
	text-align: center;
}
.direc_Pbtn li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;    
	font-size: var(--rem-16);
    margin: 5px;
}
.direc_Pbtn li a{
	display: block;
	width: 100%;	
    width: 40px;
    height: 40px;
	line-height: 40px;
}
.direc_Pbtn li.on{
	background-color: var(--brand-color-main);
	color: var(--color-white);
}
.direc_Pbtn li:hover {
    /* background-color: #f0f0f0; */
}
.direc_Pbtn li:nth-child(2){
	/* margin-right: 3rem; */
}
.direc_Pbtn li:nth-last-child(2){
	/* margin-left: 3rem; */
}
/* .double-Larrow::before {
    content: "«"; 
}
.single-Larrow::before {
    content: "‹"; 
}
.double-Rarrow::before {
    content: "»"; 
}
.single-Rarrow::before {
    content: "›"; 
} */
/* 모바일 */
@media screen and (max-width:800px) {
	.direc_top .input-btn{
		width: 60%;
	}
	.direc_Pbtn li{
		margin: 0;
	}
}

/* 국내기업 list*/
.domst{
	padding-top: 2rem;
	margin-top: 1rem;
	border-top: solid 1px var(--color-black);
}
.domst ul{
	display: -ms-grid;
	display: grid;
	align-items: center;
	-ms-grid-columns: (3fr) [4];
	grid-template-columns: repeat(4, 3fr);
	gap: 5rem;
	align-items: stretch;
}
.domst li img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.domst li .imgBox {
    width: 100%;
    height: 300px; /* 이미지 박스 높이 고정 */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: solid 1px var(--color-gray2);
    overflow: hidden;
}
.domst li p{
	padding: 1.5rem 0 1.5rem 0;
	font-size: var(--rem-22);
	font-weight: var(--font-sb);
}
.domst li dl{
	padding-bottom: 0.8rem;
	display: flex;
    /* flex-wrap: wrap; */
	font-size: var(--rem-18);
	line-height: 1.3;
}
.domst li dl dt{
    min-width: 55px; 
}
.domst li dl dd{
	margin: 0;
	display: flex;
	align-items: flex-start; /* 첫 줄을 기준으로 정렬 */
	/* position: relative; */
	width: 80%;
    word-break: keep-all;
}
.domst li dl dd::before {
	content: "|";
	margin-right: 10px;
	color: var(--color-gray2);
	position: relative;
	flex-shrink: 0;
}
/* 모바일 */
@media screen and (max-width:1024px) {
	.domst ul{
		-ms-grid-columns: (4fr) [3];
		grid-template-columns: repeat(3, 4fr);
	}
}
@media screen and (max-width:800px) {
	.domst ul{
		-ms-grid-columns: (5fr) [2];
		grid-template-columns: repeat(2, 5fr);
		gap: 3rem;
	}
}

/* 국내기업 view*/
.domst_view{

}
.d_viewTop{
	display: flex;
}
.d_viewTop img{
	padding-right: 5rem;
	width: 100%;
	max-width: 700px;
    height: 100%;
}
.domst_ov{
	padding: 4rem 1rem;
	width: 100%;
	border-top: solid 1px var(--color-black);
	border-bottom: solid 1px var(--color-gray2); 
}
.domst_ov p{
	padding-bottom: 3rem;
	font-size: var(--rem-35);
	font-weight: var(--font-bd);
}
.domst_ov li{
	padding-bottom: 1.5rem;
}
.domst_ov li span{
	display: inline-block;
	width: 120px;
	font-weight: var(--font-md);
}
.domst_ov li dl{
	display: flex;
	align-items: baseline;
}
.domst_ov li dl dt{
	width: 20%;
}
.domst_ov li dl dd{
	width: 80%;
	line-height: 1.3;
}
.domst_txt{
	padding: 5rem 0;
	line-height: 1.5;
	word-break: keep-all;
}
.domst_txt p{
	padding-bottom: 1rem;
}
.domst_prd{
	padding: 4rem  0;
	display: flex;
	width: 100%;
	border-top: solid 1px var(--color-gray2);
}
.domst_view div.first{
	border-top: solid 1px var(--color-black);
}
.domst_view div.last{
	border-bottom: solid 1px var(--color-black);
}
.domst_prd img{
	margin-right: 4rem;
	border: solid 1px var(--color-gray2);
	width: 300px;
    height: 100%;
}
.dprd_box{
	width: 100%;
}
.dprd_box p{
	padding-bottom: 2rem;
	font-size: var(--rem-28);
	font-weight: var(--font-sb);
}
.dprd_boxTxt{
	display: flex;
}
.dprd_boxTxt dl{
	padding: 2rem 0;
	/* display: flex; */
	width: 50%;
	border-bottom: dashed 1px var(--color-gray2);
	line-height: 1.3;
}
.dprd_boxTxt dl dt{
	font-weight: var(--font-sb);
}
.dprd_boxTxt dl dd{
	/* padding-left: 0.5rem; */
}
.dprd_box ul{
	padding-top: 3rem;
	line-height: 1.5;
}
.domst_listBtn{
	display: flex;
	justify-content: end;
	margin-top: 3rem;
}
.domst_listBtn a{
	display: block;
	width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--color-gray2);
    border: solid #000 1px
}
/* 모바일 */
@media screen and (max-width:1024px) {
	.d_viewTop{
		display: block;
	}
	.d_viewTop img{
		padding-right: 0;
	}
}
@media screen and (max-width:800px) {
	.domst_prd{
		display: block;
	}
	.domst_prd img{
		margin-right: 0;
		margin-bottom: 3rem;
		width: 100%;
        max-height: none;
	}
	.domst_listBtn {
		justify-content: center;
	}
}

/* ==================================================
	convenience - 오시는 길
================================================== */
.location{
	margin: 0 auto;
	width: 80%;
	
}
.location img{
	width: 100%;
	border-radius: 2rem;
}
.laca_cont h3{
	padding: 1.5rem 0;
}
.laca_cont li{
	padding-bottom: 1rem;
}
.laca_txt{
	padding-top: 1rem;
	text-align: center;
	font-size: var(--rem-16);
}

/* 모바일 */
@media screen and (max-width:800px) {
	.location{
		width: 100%;
	}
}



/* ==================================================
	convenience - 관광안내
================================================== */
/* 추천관광 */
.rec_tourBox{
	counter-reset: hotel-counter;
}
.rec_tour{
	padding: 3rem 0 5rem 0;	
}
.rt_top{
	display: flex;	
}
.rt_top img{
	width: 100%;
	max-width: 700px;
}
.rt_top img.m_pic{
	max-width: 1400px;
	border: solid 1px var(--color-gray2);
}
.rt_top iframe{
	margin-left: 30px;
	width: 670px;	
    height: 350px;    
	border: solid 1px var(--color-gray2);
}
.rt_top2 iframe{
	width: 100%;
	height: 450px;	
	border: solid 1px var(--color-gray2);
}
.rtCont{
	padding-top: 4rem;
	display: flex;
	justify-content: space-between;
	gap: 10rem;
	width: 100%;
}
.rtCont_tit{
	padding: 2rem 0;
	font-size: var(--rem-28);
	color: var(--color-green);
	font-weight: var(--font-sb);
}
.rtCont_tit span{
	margin-right: 1rem;
	display: inline-block;    
	width: 50px;
    height: 50px;
	line-height: 50px;
	text-align: center;    
    border-radius: 50%;
    color: var(--color-white);
    background: var(--color-green);
    counter-increment: hotel-counter;
}
.rtCont_tit span:before{
	content: counter(hotel-counter, decimal-leading-zero);	
}
.rtCont .rtCont_left, .rtCont .rtCont_right{
	max-width: 650px;
}
.rtCont .rtCont_left img{
	width: 100%;
    border-radius: 1.5rem;
}
.rtCont .rtCont_left dl{
	padding:2rem 0 1rem 0;
	margin-right: 2rem;
	display: flex;
	width: 100%;
	border-bottom: dashed 1px var(--color-gray2);
	
}
.rtCont .rtCont_left dl dt{
	width: 25%;
	font-weight: var(--font-sb);
	line-height: 1.2;

}
.rtCont .rtCont_left dl dd{
	line-height: 1.5;
	width: 75%;
}
.rtCont_txt{
	line-height: 1.8;
	word-break: keep-all;
}
.rtCont_txt p{
	color: var(--brand-color-main);
}
.rtCont .rtCont_right{
	padding-left: 3rem;
}
.rtCont_prog{
	padding-top: 3rem;
	line-height: 1.5;
	text-align: justify;
}
.rtCont_prog p{
	padding-bottom: 0.5rem;
	font-weight: var(--font-sb);
	color: var(--brand-color-main);
}
.rtCont_prog ul {
	list-style: none; 
  }
.rtCont_prog li{
	position: relative;
  padding-left: 15px; 
	line-height: 1.5;
	align-items: center;
}
.rtCont_prog li::before {
	content: "•";
	color: var(--color-black);
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
    transform: translateY(0);
  }
  .rtCont_prog li span{
	font-size: var(--rem-16);
	color: var(--brand-color-main);
  }

/* 모바일CSS */
@media screen and (max-width:1024px) {
	.rt_top{
		display: inline;
		text-align: center;
	}
	.rt_top img{
		padding-bottom: 1rem;
	}
	.rt_top iframe{
		margin-left: 0;
		width: 700px;
	}
	.rtCont {
		padding-top: 4rem;
		display: block;
		width: 100%;
	}
	.rtCont .rtCont_left, .rtCont .rtCont_right {
		width: 100%;
		max-width: none;
		padding-bottom: 5rem;
	}
	.rtCont .rtCont_right {
		padding-left: 0;
	}
	.rtCont_txt {
		padding-top: 2rem;
	}
	.rtCont_tit span{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: var(--rem-20);
	}
	.rtCont .rtCont_left dl dd{
		br {
			display: none;
		}
	}
}
@media screen and (max-width:800px){
	.rtCont .rtCont_left dl dt{
		width: 20%;
	}
	.rtCont .rtCont_left dl dd{
		width: 80%;
	}
}








/* ==================================================
	관리자페이지
================================================== */
.mgr_tit {
	padding-bottom: 2rem;
	font-size: var(--rem-38);
	font-weight: var(--font-bd);
	border-bottom: solid 1px #333;
}

.mInfoBox01 {
	padding-top: 5rem;
}

.info_top {
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
}

.info_tit {
	font-size: var(--rem-30);
	font-weight: var(--font-sb);
}

.info_tit span {
	font-size: var(--rem-15);
	color: #3E5B88;
}

.recNo ul {
	margin-top: 1rem;
	display: flex;
	font-weight: var(--font-sb);
}

.recNo ul li:nth-child(1) {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: solid 1px #E2E2E2;
}

.recNo ul li:nth-child(2) {
	color: var(--brand-color-main);
}

.view_sp_tb {
	width: 100%;
}

/* 스킨 - 표 */
.skin_table {
	/* margin-top: 2.4rem; */
}

.skin_table table {
	width: 100%;
	border-top: 1px solid #7D96BB;
}

.skin_table table th,
.skin_table table td {
	vertical-align: middle;
	padding: 0.8rem 1.3rem;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}

.skin_table table th {
	background-color: #e6ebf3;
	font-weight: var(--font-sb);
	min-width: 9.5rem;
}
.skin_table table th.t_type{
	min-width: 6rem;
}

.skin_table table thead th:last-child {
	border-right: 0;
}

/* .skin_table table tbody td:nth-child(3){
	text-align: left;
} */
.skin_table table tbody th {
	font-size: 1.6rem;
	font-weight: var(--font-rg);
	color: #222;
	background-color: #f8f8f8;
}

.skin_table table tbody td {
	height: 5rem;
	text-align: center;
	line-height: 1.4;
	word-break: keep-all;
}
.skin_table table tbody td.loc_ta{
	padding-left: 2rem;
	text-align: left;
}

.skin_table table tbody td.tabTxt {
	padding-left: 2rem;
	text-align: left;
}

.skin_table table tbody td:last-child {
	border-right: 0;
}

.hlathe_width01 {
	width: 25%;
	background: var(--brand-color-sub);
}

.hlathe_width02 {
	width: 10%;
}

.hlathe_width03 {
	width: 25%;
}

.hlathe_width04 {
	width: 15%;
	background: var(--brand-color-sub);
}

.hlathe_width05 {}

.hlathe_width07 {
	width: 25%;
	background: var(--brand-color-sub);
}
.hlathe_width08{
	width: 20%;
	min-width: 140px;
	background: var(--brand-color-sub);
}
.hlathe_width09{
	width: 80%;
}

.vt_width01 {
	width: 12.5%;
}

.skin_memo {
	margin-top: 1rem;
}

.skin_table table tbody td ul {
	display: flex;
}

.skin_table table tbody td ul li:nth-child(1),
.skin_table table tbody td ul li:nth-child(2) {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: solid 1px #E2E2E2;
}

/* 하단 버튼 */
.mgr_btnBox {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}

.mgr_btnBox ul {
	display: flex;
}

.mgr_btnBox ul li {
	margin-right: 1rem;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: solid 1px;
	font-weight: var(--font-sb);
}

.mgr_btnBox ul li a,
.mgr_listbnt a {
	display: block;
	width: 100%;
}

.mgr_btnBox div ul li:nth-child(1) {
	border-color: #3771EF;
	color: var(--brand-color-main);
}

.mgr_btnBox div ul li:nth-child(2) {
	border-color: var(--brand-color-dmain);
	color: var(--brand-color-dmain);
}

.mgr_btnBox div ul li:nth-child(3) {
	border-color: var(--color-green);
	color: var(--color-green);
}

.mgr_btnBox div ul li:nth-child(4) {
	border-color: var(--color-gray4);
	color: var(--color-gray4);
}

.mgr_listbnt {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: solid 1px var(--color-black);
	background: var(--color-gray1);
}

/* 모바일CSS */
@media screen and (max-width:1024px) {
	.c_support{
		overflow: scroll;
	}
	.c_support table{
		min-width: 600px;
	}
}
@media screen and (max-width:800px) {
	.mgr_btnBox ul li,
	.mgr_listbnt {
		width: 80px;
	}
}

/* 준비중 */
.soon{
	width: 100%;
	text-align: center;
}
.soon img{
	width: 100%;
	max-width: 700px;
	border-radius: 2rem;
}

/* ==================================================
	Contact us
================================================== */
.content_topcon {
	position: relative;
	margin-bottom: 4rem;
}

.contact_bg {
	background: url('../images/information/contact_bg.jpg') no-repeat 50% 50%;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}

.content_topcon:before,
.content_topcon:after {
	position: absolute;
	top: 50%;
	width: 3.5rem;
	height: 25.8rem;
	margin-top: -12.9rem;
	content: "";
}

.content_topcon:before {
	left: 5rem;
	background: url('../images/common/cont_tleft.png') no-repeat;
	background-size: cover;
}

.content_topcon:after {
	right: 5rem;
	background: url('../images/common/cont_tright.png') no-repeat;
	background-size: cover;
}

.content_topcon p {
	color: var(--color-white);
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: -0.3px;
	font-weight: 400;
	line-height: 1.5;
	padding: 12.4rem 0;
	word-break: keep-all;
}

.content_topcon p b {
	font-weight: var(--font-bd);
}

.ct_dl {
	display: block;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.content_topcon {
		margin-bottom: 4rem;
	}

	.content_topcon p {
		font-size: 2.8rem;
	}
}

@media screen and (max-width:800px) {
	.content_topcon p {
		font-size: 2.2rem;
	}

	.ct_dl {
		display: inline;
	}
}

@media screen and (max-width:640px) {
	.content_topcon {
		margin-bottom: 2.5rem;
	}

	.content_topcon:before,
	.content_topcon:after {
		display: none
	}

	.content_topcon p {
		padding: 15% 1.5rem
	}
}

.contact_bg {
	margin-bottom: 0;
}

.content_topcon p {
	font-size: 4.5rem;
	font-weight: var(--font-sb);
}

.content_topcon .inq_txt {
	font-size: 2.6rem;
	font-weight: var(--font-rg);
}

.inq_con {
	position: relative;
	height: 15rem;
	background: var(--color-green);
	border-radius: 0 0 6rem 6rem;
	display: flex;
	align-items: center;
	padding: 0 3rem;
	position: relative;
	justify-content: center;
}

.inq_logo {
	width: 32rem;
	height: 7rem;
	background: url("../images/gnb/logo_w.svg") center no-repeat;
	background-size: 100%;
}

.inq_con ul {
	position: relative;
	margin-left: 10.8rem;
}

.inq_con ul:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5.3rem;
	width: 1px;
	height: 2.5rem;
	background: rgba(255, 255, 255, 0.6);
}

.inq_con ul li {
	display: flex;
	align-items: center;
}

.inq_con ul li span {
	color: var(--color-white);
	font-size: 2.5rem;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-right: 3.5rem;
}

.inq_con ul li span:last-child {
	margin-right: 0;
}

.inq_con ul li strong {
	font-family: var(--font-nexonlv1);
	color: var(--color-white);
	font-size: 2rem;
	font-weight: var(--font-bd);
	margin-right: 2.5rem;
}

.inq_con ul li a {
	color: var(--color-white);
}

.iqu_flex {
	display: flex;
	align-items: center;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.inq_con {
		height: auto;
		padding: 4rem 5rem;
		flex-wrap: wrap;
	}

	.iqu_flex {
		flex-wrap: wrap;
	}

	.inq_logo {
		margin: 0 auto;
	}

	.inq_con ul {
		width: 100%;
		margin-left: 0;
		margin-top: 3.5rem;
	}

	.inq_con ul:before {
		display: none;
	}

	.inq_con ul li {
		flex-wrap: wrap;
		justify-content: center;
	}

	.inq_con ul li span {
		font-size: 18px;
		flex-wrap: wrap;
		line-height: 1.2;
	}

	.inq_con ul li span:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width:640px) {
	.content_topcon p {
		font-size: 3.5rem;
	}

	.content_topcon .inq_txt {
		display: block;
		font-size: 2.2rem;
	}

	.inq_con ul {
		margin-top: 3rem;
	}

	.inq_con ul li {
		display: block;
	}

	.inq_con ul li span {
		font-size: 17px;
		margin-top: 0.5rem;
		margin-right: 0;
		justify-content: center;
	}

	.inq_con ul li span:first-child {
		margin-top: 0;
	}
}

/* Contact — centered gray panel */
.contact-simple-panel {
	box-sizing: border-box;
	max-width: 96rem;
	margin: 0 auto;
	padding: 5.6rem 4.8rem;
	background: #f2f2f2;
	text-align: center;
	color: var(--color-black);
}

.contact-simple-lead {
	margin: 0 0 2rem;
	font-size: 3.4rem;
	font-weight: var(--font-bd);
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.contact-simple-desc {
	margin: 0 0 2.8rem;
	font-size: 2rem;
	font-weight: var(--font-rg);
	line-height: 1.65;
	color: #333;
}

.contact-simple-meta {
	margin: 0;
	font-size: 2rem;
	font-weight: var(--font-rg);
	line-height: 1.6;
	color: #222;
	word-break: keep-all;
}

.contact-simple-meta strong {
	font-weight: var(--font-bd);
}

.contact-simple-meta a {
	color: inherit;
	text-decoration: none;
}

.contact-simple-meta a:hover {
	text-decoration: underline;
}

.contact-simple-sep {
	display: inline-block;
	padding: 0 1rem;
	font-weight: 400;
	opacity: 0.75;
}

@media screen and (max-width:640px) {
	.contact-simple-panel {
		padding: 3.8rem 2rem;
	}

	.contact-simple-lead {
		font-size: 2.6rem;
	}

	.contact-simple-desc,
	.contact-simple-meta {
		font-size: 1.7rem;
	}

	.contact-simple-sep {
		display: block;
		padding: 0.6rem 0;
		line-height: 1;
	}
}


.update {
	padding-top: 3rem;
	text-align: center;
}

.update img {
	width: 60%;
	border-radius: 2rem;
}