@charset "utf-8";
/* ================================================================
subpaddingwrap
   ================================================================ */
.subpaddingwrap {
	padding: 0 0 100px;
}


/* ----------- web -------------*/
@media (min-width:1024px) {
}

/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.subpaddingwrap {
	padding: 30px 0px 70px;
}
}

/* -----------  mobile -------------*/
@media (max-width:650px) {
.subpaddingwrap {
	padding: 20px 0px 50px;
}
}

/* -----------  min-mobile -------------*/
@media (max-width:450px) {
}
/* ================================================================
time_table
   ================================================================ */

html {
 --pointcolor:#ff3300;
 --pointcolor2:#ff6600;
}
.time_table {
	width: 100%;
	border-radius: 30px;
}
.time_table thead {
	position: relative;
	overflow: hidden;
}
.time_table thead th {
	text-align: Center;
	z-index: 3;
	position: relative;
	color: #fff;
	font-weight: var(--fw800);
	line-height: 3em;
	font-size: 26px;
}
.time_table thead:before {
	content: '';
	position: absolute;
	border-radius: 30px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3d3d57;
}
.time_table tbody th, .time_table tbody td {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	line-height: 30px;
	padding: 50px 30px 60px;
}
.time_table tbody th {
	font-size: 30px;
	line-height: 37px;
	font-weight: var(--fw600);
	color: var(--pointcolor);
}
.time_table tbody th span {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	color: #666
}
.time_table tbody th p {
	transform: scale(0.7);
	color: #fff;
	width: var(--fit_width);
	padding: 10px 30px;
	border-radius: 30px;
	display: block;
	font-weight: var(--fw600);
	background: var(--pointcolor);
	margin: 10px auto 0;
}
.time_table tbody td h4 {
	font-size: 25px;
	line-height: 33px;
	padding-top: 20px
}
.time_table tbody td h4 span {
	font-weight: 100 !important;
}
.time_table tbody td h4::before {
	content: "●";
	color: #ff3300;
	margin-right: 10px;
	font-size: 0.5em;
	vertical-align: top;
}
.time_table tbody td ul {
	padding: 0px 0px 10px 0px;
	opacity: 0.7;
}
.time_table tbody td ul li {
	position: relative;
	padding-left: 22px
}
.time_table tbody td ul li:before {
	content: '·';
	padding-right: 10px;
}



/* ----------- web -------------*/
@media (min-width:1024px) {
}

/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.time_table thead th {
	font-size: 20px;
}
.time_table tbody th, .time_table tbody td {
	font-size: 17px;
	line-height: 23px;
	padding: 20px 15px;
}
.time_table tbody th {
	font-size: 23px;
	line-height: 28px;
}
.time_table tbody th span {
	font-size: 19px;
}
.time_table tbody th p {
	padding: 10px 15px;
}
.time_table tbody td h4 {
	font-size: 19px;
	line-height: 23px;
}
.time_table tbody td ul li:before {
	display: none
}
}

/* -----------  mobile -------------*/
@media (max-width:650px) {
.time_table thead {
	display: none;
}
.time_table, .time_table tbody, .time_table tbody th, .time_table tbody td {
	display: flex;
	flex-flow: column;
	width: 100%;
	border: none;
}
.time_table tbody td {
	background: #eee;
	margin-bottom: 30px;
}
.time_table tbody th, .time_table tbody td {
	font-size: 16px;
	line-height: 1.8;
	padding: 30px;
}
.time_table tbody th {
	font-size: 28px;
	line-height: 1.2;
	padding: 10px
}
.time_table tbody th span {
	font-size: 17px;
}
.time_table tbody th p {
	font-size: 22px;
	font-weight: 500;
	padding: 12px 25px;
	margin-top: 0
}
.time_table tbody td h4 {
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	padding-top: 15px
}
.time_table tbody td ul li {
	position: relative;
	padding-left: 0;
	text-align: left;
	line-height: 1.2;
	padding-top: 10px;
}
.time_table tbody td h4::before {
	display: none
}
}

/* -----------  min-mobile -------------*/
@media (max-width:450px) {
.time_table tbody th, .time_table tbody td {
	font-size: 15px;
	line-height: 1.6;
	padding: 20px;
}
.time_table tbody th {
	font-size: 25px;
}
.time_table tbody th span {
	font-size: 16px;
}
.time_table tbody th p {
	font-size: 20px;
	padding: 5px 25px;
}
.time_table tbody td h4 {
	font-size: 17px;
	line-height: 20px;
}
}
/* ================================================================
공통제목
   ================================================================ */
h4.subst01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
h4.subst01 {
	text-align: center;
	font-weight: var(--fw700);
	font-size: 47px;
	line-height: 2.5em;
	margin-bottom: 30px;
	letter-spacing: var(--h1ls) !important;
}
h4.subst01 span {
	border-radius: 30px;
	padding: 0px 35px;
	vertical-align: middle;
	line-height: 55px;
	color: #fff;
	background: var(--pointcolor2);
	font-size: 30px;
	margin: 0px 15px;
	font-weight: 500;
	letter-spacing: -0.3px
}

h4.subst01 a {
	font-weight:300; font-size:1.8rem !important; padding-left:1.2rem !important
}



/* ----------- web -------------*/
@media (max-width:1300px) {
h4.subst01 {
	font-size: 40px;
	line-height: 2em;
}
h4.subst01 span {
	padding: 0px 32px;
	line-height: 50px;
	font-size: 25px;
	margin: 0px 13px;
}
}


/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
h4.subst01 {
	font-size: 33px;
}
h4.subst01 span {
	padding: 0px 25px;
	line-height: 43px;
	font-size: 21px;
	margin: 0px 10px;
}
}

/* -----------  mobile -------------*/
@media (max-width:768px) {
h4.subst01 {
	font-size: 27px;
}
h4.subst01 span {
	padding: 0px 20px;
	line-height: 37px;
	font-size: 17px;
}

h4.subst01 a {
	font-size:1.2rem !important; padding-left:0.8rem !important
}
}

/* -----------  min-mobile -------------*/
@media (max-width:500px) {
h4.subst01 {
	font-size: 24px;
}
h4.subst01 span {
	padding: 0px 16px;
	line-height: 32px;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 8px;
}
}
/* ================================================================
인사말
   ================================================================ */


.greeting {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: flex-end*/
}
.greeting .img {
	width: 500px;
	height: 600px;
	border-radius: 0 100px 0 0px;
	position: relative;
	background: url('/kor/images_new/sub/greeting.jpg') no-repeat center;
	background-size: cover
}
.greeting .img2 {
	width: 500px;
	height: 600px;
	border-radius: 0 100px 0 0px;
	position: relative;
	background: url('/kor/images/sub/poster.jpg') no-repeat center;
	background-size: cover
}
.greeting .img::before {
	content: '';
	display: block;
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 60px;
	background: var(--snbbg);
	z-index: -20;
	border-radius: 0 90px 0 0
}
.greeting .img2::before {
	content: '';
	display: block;
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 60px;
	background: var(--snbbg);
	z-index: -20;
	border-radius: 0 90px 0 0
}
.greeting .txt {
	width: calc(100% - 630px);
	/*display: flex;*/
	flex-flow: column;
	align-items: flex-end;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(3px);
	padding-right: 80px
}
.greeting .txt p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
}
.greeting .txt span {
	margin-top: 60px;
	margin-right: 20px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
}
.greeting .txt span b {
	margin-left: 15px;
	font-weight: 700;
	color: #000;
	font-size: 34px
}
.greeting .txt h2 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-family: 'TTHakgyoansimJiugaeR';
	font-weight: 500
}
.festival-row {
	display: flex;
	margin-bottom: 0.8rem;
	font-size: 1.1rem
}
.festival-row .label {
	width: 120px;
	min-width: 100px;
	font-weight: bold;
	padding-right: 15px;
	line-height: 1.6;
}
.festival-row .label::before {
	content: "●";
	color: #ff3300; /* 붉은색 */
	margin-right: 6px;
	font-size: 0.5em;
	vertical-align: middle;
}
.festival-row .content {
	flex: 1;
	line-height: 1.8;
	font-weight: 400
}
.schedule-list {
	list-style-type: decimal;
	margin: 0;
}
.schedule-list li {
	margin-bottom: 15px;
}
.schedule-list li strong {
	color: #ff6600
}
/* ----------- web -------------*/
@media (max-width:1300px) {
.greeting .img {
	width: 420px;
	height: 520px;
	border-radius: 0 80px 0 0px;
}
.greeting .img::before {
	height: 36%;
	left: 50px;
	border-radius: 0 70px 0 0
}
.greeting .txt {
	width: calc(100% - 500px);
	padding-right: 40px
}
.greeting .txt p {
	font-size: 18px;
}
.greeting .txt span {
	margin-top: 45px;
	margin-right: 10px;
	font-size: 18px;
}
.greeting .txt span b {
	font-size: 28px
}
}


/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.greeting {
	align-items: flex-start;
	margin-bottom: 2rem !important
}
.greeting .img {
	width: 300px;
	height: 400px;
	border-radius: 0 60px 0 0px;
}
.greeting .img::before {
	height: 32%;
	left: 30px;
	border-radius: 0 50px 0 0
}
.greeting .txt {
	width: calc(100% - 370px);
	padding-right: 0px
}
.greeting .txt p {
	font-size: 17px;
}
.greeting .txt span {
	margin-top: 35px;
	font-size: 17px;
}
.greeting .txt span b {
	margin-left: 12px;
	font-size: 25px
}
.text-box {
	position: sticky !important;
	padding: 30px;
	border-radius: 0 !important;
	max-width: 100% !important;
	transform: translate(0, 0) !important;
	top: 0 !important;
	left: 0 !important;
}
.text-box h2 {
	font-size: 1.8rem !important;
}
.text-box h2 span {
	font-size: 1.1rem !important;
}
.text-box p {
	font-size: 0.9rem !important;
}
}


/* -----------  mobile -------------*/
@media (max-width:768px) {
.greeting .img {
	width: 100%;
	max-width: 360px;
	height: 480px;
}
.greeting .img::before {
	height: 30%;
	left: 50px;
}
.greeting .txt {
	width: 100%;
	margin-top: 40px;
}
.greeting .txt p {
	font-size: 16px;
}
.greeting .txt span {
	margin-top: 30px;
	font-size: 16px;
}
.greeting .txt span b {
	margin-left: 10px;
	font-size: 23px
}
.greeting .img2 {
	display: none
}
.greeting .txt h2 {
	font-size: 1.6rem;
}
.festival-row .content {
	font-size: 0.9rem;
}
}



/* -----------  min-mobile -------------*/
@media (max-width:500px) {
.greeting .img {
	max-width: 300px;
	height: 400px;
	border-radius: 0 50px 0 0px;
}
.greeting .img::before {
	height: 25%;
	left: 40px;
	border-radius: 0 40px 0 0
}
.greeting .txt {
	margin-top: 30px;
}
.greeting .txt p {
	font-size: 15px;
}
.greeting .txt span {
	margin-top: 20px;
	font-size: 15px;
}
.greeting .txt span b {
	font-size: 21px
}
}
.image-wrapper {
	position: relative;
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	font-family: 'Noto Sans KR', sans-serif;
}
.image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0,0,0,0.1));
	z-index: 1;
}
.text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 2;
	text-align: center;
	max-width: 90%;
	padding: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	backdrop-filter: blur(3px);
}
.text-box h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
	font-weight: 900;
	color: #fff;
}
.text-box h2 span {
	font-size: 1.8rem;
	font-weight: 400;
	display: block;
	color: #ff0d0d;
}
.text-box p {
	font-size: 1.1rem;
	line-height: 1.5;
}
.text-box strong {
	color: #ff6d6d;
	font-weight: bold;
}
/* ================================================================
castwrapper  - 출연진
   ================================================================ */


.castwrapper .cast_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.castwrapper .cast_list dl {
	width: calc(100%/3 - 50px);
	margin-right: 75px;
}
.castwrapper .cast_list dl:nth-child(3n) {
	margin-right: 0
}
.castwrapper .cast_list dl:nth-child(n+4) {
	margin-top: 70px
}
.castwrapper .cast_list dl dt {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.castwrapper .cast_list dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.castwrapper .cast_list dl dd {
	font-size: 30px;
	line-height: 1;
	text-align: Center;
	margin-top: 20px;
	padding: 0 10px;
	font-weight: var(--fw500);
}
.castwrapper .cast_list dl dd b {
	font-size: 22px;
	font-weight: var(--fw300);
	line-height: 1.3;
	margin-top: 10px;
	color: rgba(0,0,0,.7)
}
.castwrapper .cast_list dl.box01 dt {
	border-radius: 0% 0% 0% 0%;
}
.castwrapper .cast_list dl.box02 dt {
	border-radius: 50% 50% 50% 50%
}
.castwrapper .cast_list dl.box03 dt {
	border-radius: 50% 50% 00% 00%
}



/* ----------- web -------------*/
@media (max-width:1300px) {
.castwrapper .cast_list {
	margin-bottom: 90px;
}
.castwrapper .cast_list dl {
	width: calc(100%/3 - 30px);
	margin-right: 45px;
}
.castwrapper .cast_list dl:nth-child(3n) {
	margin-right: 0
}
.castwrapper .cast_list dl:nth-child(n+4) {
	margin-top: 40px
}
.castwrapper .cast_list dl dd {
	font-size: 27px;
}
.castwrapper .cast_list dl dd b {
	font-size: 20px;
}
}

/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.castwrapper .cast_list {
	margin-bottom: 80px;
}
.castwrapper .cast_list dl {
	width: calc(100%/2 - 25px);
	margin-right: 50px;
}
.castwrapper .cast_list dl:nth-child(2n) {
	margin-right: 0
}
.castwrapper .cast_list dl:nth-child(n+3) {
	margin-top: 40px
}
.castwrapper .cast_list dl dd {
	font-size: 26px;
	margin-top: 15px;
}
.castwrapper .cast_list dl dd b {
	font-size: 19px;
}
}


/* -----------  mobile -------------*/
@media (max-width:768px) {
.castwrapper .cast_list {
	margin-bottom: 70px;
}
.castwrapper .cast_list dl {
	width: calc(100%/2 - 10px);
	margin-right: 20px;
}
.castwrapper .cast_list dl:nth-child(3n) {
	margin-right: 20px
}
.castwrapper .cast_list dl:nth-child(2n) {
	margin-right: 0
}
.castwrapper .cast_list dl:nth-child(n+3) {
	margin-top: 35px
}
.castwrapper .cast_list dl dd {
	font-size: 22px;
	margin-top: 12px;
}
.castwrapper .cast_list dl dd b {
	font-size: 17px;
	margin-top: 6px
}
}


/* -----------  min-mobile -------------*/
@media (max-width:500px) {
.castwrapper .cast_list {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.castwrapper .cast_list dl {
	width: 100%;
	margin-right: 0px !important;
}
.castwrapper .cast_list dl:nth-child(n+2) {
	margin-top: 35px
}
.castwrapper .cast_list dl dd {
	font-size: 20px;
	margin-top: 10px;
}
.castwrapper .cast_list dl dd b {
	font-size: 16px;
	margin-top: 4px
}
}
/* ================================================================
film_wrap - 공식 상영작
   ================================================================ */


.Showing_Films {
	overflow: hidden;
}
.Showing_Films .film_wrap {
	overflow: hidden;
	justify-content: space-between;
	display: flex;
	;
	flex-wrap: wrap;
}
.Showing_Films .film_wrap .img {
	width: 470px;
}
.Showing_Films .film_wrap .img img {
	width: 100%;
}
.Showing_Films .film_wrap .official-slide-inner {
	flex: 1;
	padding-top: 70px;
	padding-left: 30px;
	letter-spacing: var(--h1ls);
}
.Showing_Films .film_wrap .official-slide-inner h3 {
	font-size: 47px;
	line-height: 60px;
	font-weight: var(--fw600);
	color: #000;
	padding-bottom: 10px;
}
.Showing_Films .film_wrap .official-slide-inner .txt {
	font-size: 27px;
	line-height: 1.5;
	font-weight: var(--fw400);
}
.Showing_Films .film_wrap .official-slide-inner .txt2 {
	font-size: 20px;
	padding-top: 40px;
	line-height: 30px;
	font-weight: var(--fw400);
	opacity: 0.7;
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea {
	padding-top: 40px;
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea span {
	background: rgba(0,0,0,0.6);
	border-radius: 30px;
	width: 97px;
	line-height: 2.6em;
	font-size: 18px;
	color: #fff;
	text-align: Center;
	display: inline-block;
	margin-right: 7px;
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea span:nth-child(4n-3) {
	background: #e8709d
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea span:nth-child(4n-1) {
	background: #bc85f2
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea span:nth-child(4n-2) {
	background: #70aae8
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea span:nth-child(4n) {
	background: #52d5aa;
}
.Showing_Films .cast_list {
	display: flex;
	gap: 0px 20px;
	border-top: 1px solid #ddd;
	flex-wrap: Wrap;
}
.Showing_Films .cast_list h5 {
	width: 100%;
	font-size: 25px;
	line-height: 40px;
	padding-bottom: 20px;
}
.Showing_Films .cast_list dl {
	width: 33%;
	max-width: 290px;
	overflow: hidden;
	text-align: center;
}
.Showing_Films .cast_list dl dt {
	width: 100%;
}
.Showing_Films .cast_list dl dt img {
	width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Showing_Films .cast_list dl dd {
	font-size: 19px;
	padding: 10px 5px;
}
/*청년단편영화*/
.sec-movie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec-movie img {
	max-width: 800px;
	width: 100%;
	margin: 0 auto
}
.section-tab {
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}
.section-tab li {
	display: inline-block;
	color: #888;
	text-align: center;
	border-radius: 100px;
	line-height: 52px;
	font-size: 20px;
	padding: 0 25px;
	background: #ddd;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 2px
}
.tabcontent {
	display: none;
	overflow: hidden;
}
.section-tab li.active {
	border: 1px solid #1034ac;
	color: #fff;
	background: #1034ac;
	box-sizing: border-box;
	font-weight: bold;
}
.tabcontent.active {
	display: flex;
}
.section-tab li:hover {
	border: 1px solid #1034ac;
	color: #fff;
	background: #1034ac;
}



/* ----------- web -------------*/
@media (min-width:1300px) {
.Showing_Films .film_wrap .img {
	width: 600px;
}
.Showing_Films .film_wrap .official-slide-inner {
	padding-left: 70px;
}
.Showing_Films .film_wrap .official-slide-inner h3 {
	font-size: 56px;
	line-height: 70px;
}
.Showing_Films .film_wrap .official-slide-inner .txt {
	font-size: 28px;
	line-height: 1.5;
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea span {
	width: 110px;
}
.Showing_Films .cast_list {
	padding-top: 90px;
	margin-top: 90px;
}
}


/* ----------- web -------------*/
@media (min-width:1024px) {
}

/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.Showing_Films .film_wrap {
	flex-direction: column;
	align-content: center;
}
.Showing_Films .film_wrap .img {
	width: 100%;
	text-align: Center;
	padding-bottom: 30px;
}
.Showing_Films .film_wrap .img img {
	max-width: 600px;
	width: 80%;
}
.Showing_Films .film_wrap .official-slide-inner {
	padding: 0px;
	text-align: Center;
}
.Showing_Films .cast_list {
	padding-top: 60px;
	margin-top: 60px;
}
.Showing_Films .film_wrap .official-slide-inner .txt {
	font-size: 22px;
	line-height: 1.4;
}
/*청년단편영화*/
.section-tab {
	margin-bottom: 40px;
}
.section-tab li {
	line-height: 45px;
	font-size: 17px;
	padding: 0 15px;
	margin: 0
}
}


/* -----------  mobile -------------*/
@media (max-width:768px) {
/*청년단편영화*/
.section-tab {
	margin-bottom: 30px;
}
.section-tab li {
	width: calc(100%/3 - 5px);
	line-height: 46px;
	font-size: 16px;
	padding: 0 20px;
}
.section-tab li:nth-child(n+4) {
	margin-top: 5px;
}
}


/* -----------  mobile -------------*/
@media (max-width:650px) {
.Showing_Films .film_wrap .official-slide-inner h3 {
	font-size: 30px;
	line-height: 40px;
}
.Showing_Films .film_wrap .official-slide-inner .txt {
	font-size: 19px;
}
.Showing_Films .film_wrap .official-slide-inner p.tagarea span {
	width: 70px;
	font-size: 14px;
}
.Showing_Films .cast_list {
	padding-top: 30px;
	gap: 10px;
	text-align: center;
}
.Showing_Films .cast_list {
	padding-top: 40px;
	margin-top: 40px;
}
.Showing_Films .cast_list dl {
	width: 30%;
}
.Showing_Films .cast_list dl dd {
	font-size: 16px;
}
.Showing_Films .film_wrap .official-slide-inner .txt2 br {
	display: none;
	content: '';
}
.Showing_Films .film_wrap .official-slide-inner .txt2 {
	font-size: 17px;
	padding-top: 30px;
	line-height: 29px;
}
/*청년단편영화*/
.section-tab {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section-tab li {
	width: 49%;
	margin: 0 2px;
	line-height: 44px;
	font-size: 17px;
	padding: 0 10px;
	padding-top: 2px;
	text-align: center;
}
.section-tab li:nth-child(n+3) {
	margin-top: 5px
}
}

/* -----------  min-mobile -------------*/
@media (max-width:450px) {
.Showing_Films .film_wrap .official-slide-inner .txt {
	font-size: 17px;
}
/*청년단편영화*/
.section-tab li {
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
	padding-top: 1px;
}
.section-tab li:nth-child(n+2) {
	margin-top: 5px
}
}















/* ----------- web -------------*/
@media (min-width:1024px) {
}

/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.subpaddingwrap {
	padding: 70px 0px;
}
}

/* -----------  mobile -------------*/
@media (max-width:650px) {
.subpaddingwrap {
	padding: 10px 0px;
}
}

/* -----------  min-mobile -------------*/
@media (max-width:450px) {
}
/* ================================================================
	밑에부터 전에 파일
   ================================================================ */












.pd80 {
	padding: 80px 0
}
.btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px
}
.btn a, .btn input {
	background: #ee2523;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	padding: 22px 45px 17px;
	border-radius: 100px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
	transform: translateZ(0);
	overflow: hidden;
	transition: color 0.5s ease;
}
.btn a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: #e01212;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s ease-out;
	z-index: -1;
}
.btn a:hover:before, .btn a:focus:before, .btn a:active:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.refer {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	text-align: right;
	width: 100%;
	margin-top: 20px;
}
.refer li {
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	color: #df3636;
	font-family: 'Pretendard', sans-serif !important;
}
.refer li::before {
	content: '※';
	display: inline;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: -1px;
	left: 0;
}
.refer li:nth-child(n+2) {
	margin-top: 3px;
}
/******************************신청폼******************************/
.appli_table input[type="text"], .appli_table input[type="password"] {
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Pretendard', sans-serif !important
}
.appli_table input[type="text"].w100 {
	width: 100%
}
.appli_table input[type="file"] {
	border: 1px solid #ddd;
	line-height: 44px;
}
.appli_table input[type="button"] {
	line-height: 44px;
	text-align: center;
	font-weight: 400;
	font-family: 'Pretendard', sans-serif !important;
	background: #003366;
	letter-spacing: -1px;
	padding: 0px 5px;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
}
.postcode {
	width: 100%;
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.postcode input[type="text"] {
	width: calc(100% - 115px)
}
.postcode input[type="button"] {
	width: 110px;
}
.cate_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px
}
.cate_list label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 25px;
	margin-top: 5px;
	font-size: 16px
}
.cate_list label input {
	margin-right: 3px
}
.cate_list label:last-child {
	margin-right: none !important;
}
.table-refer {
	text-align: left;
	font-size: 17px;
	color: #d60000;
	line-height: 1.4;
	margin-bottom: 5px
}
.agreement {
	margin-top: 50px
}
.form-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #0c1d82;
	text-align: left;
	font-weight: 600;
}
.tb-title {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #0c1d82;
	font-weight: 600;
	text-align: left
}
.tb-title.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: Center;
}
.tb-title.mt80 {
	margin-top: 80px
}
.textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #ddd;
	padding: 20px;
	overflow-y: scroll;
	text-align: left
}
.textarea .info dt {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: 700;
	color: #000;
	font-family: 'Pretendard', sans-serif !important
}
.textarea .info dd {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 20px;
	color: #222;
	font-family: 'Pretendard', sans-serif !important;
	padding-left: 10px
}
.textarea .info dd:last-child {
	margin-bottom: 0
}
.agree-check {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	font-weight: 300;
	letter-spacing: 0px;
	margin-top: 5px;
}
.agree-check input[type="checkbox"] {
	border: 0;
	margin: 0;
	margin-bottom: 1px;
	width: 15px;
	height: 15px;
}
.agree-check p {
	width: calc(100% - 20px);
	text-align: left;
	padding-left: 5px;
	font-family: 'Pretendard', sans-serif !important
}
.tb-p {
	margin-top: 5px;
	font-size: 14px;
	color: #d60000
}
.tb-down {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: fit-content;
	background: #000;
	color: #fff !important;
	font-weight: 300;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 100px;
	margin-top: 10px
}
.tb-down span {
	margin-left: 8px;
	font-weight: 200
}
.online-number {
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 10px
}
.enter_add {
	background-color: #136;
	color: #fff;
	padding: 5px 10px 3px;
	cursor: pointer;
	margin-bottom: 6px;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 300
}
.enter_add.del_add {
	background: #d60000;
	margin-left: 0 !important
}
/*신청완료*/
.complete-box {
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background: #fff;
	border-radius: 20px;
	padding: 60px 20px 50px 20px;
}
.complete-box h3 {
	color: #0c1d82;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 900
}
.complete-box p {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Pretendard', sans-serif !important;
}
.complete-box p a, .complete-box p span {
	font-weight: 600;
	color: #d60000;
	margin-right: 1px
}
.complete-box p a:hover {
	text-decoration: underline;
	text-underline-position : under;
}
.complete-box p b {
	font-weight: 600;
	color: #0c1d82;
	margin-right: 1px
}
.orator2 {
	overflow: hidden;
	width: 100%;
}
h4.innew001 {
	font-size: 35px;
	color: #ea222b;
	position: relative;
	width: 100%;
	line-height: 80px;
	padding-bottom: 20px;
	font-weight: 700;
}
strong.red2 {
	color: #ea222b;
}
.subcontt {
	width: 100%;
	overflow: hidden;
}
h4.innew001:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #ea222b;
}
.orator2 {
	display: flex;
	padding-bottom: 60px;
	overflow: hidden;
	flex-wrap: wrap;
	overflow: hidden;
	box-sizing: border-box;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px 10px;
}
.orator2 .inwrp2 {
	padding: 25px;
	flex: 0 1 calc(31% - 1%);
	position: relative;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.orator2 .inwrp2 dd {
	width: 100%;
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 1.2rem
}
.orator2 .inwrp2 .bio {
	cursor: pointer;
	cursor: pointer;
	/* position: absolute; */
    /* font-weight: 600; */
	font-size: 0.9rem;
	/* line-height: 22px; */
    /* line-height: 35px; */
	padding: 0px 25px;
	border: none;
	background: #e5e3e3;
	/* top: 285px; */
    /* left: 230px; */
    /* border: 2px solid #fb7221; */
    /* color: #fb7221; */
	padding: 5px 20px;
	border-radius: 10px;
	width: 100%;
}
.orator2 .inwrp2 .bio:hover {
	background: #fb7221;
	color: #fff;
	transition: .3s
}
.orator2 .inwrp2 .tit_name {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	;
}
.orator2 .inwrp2 .tit_name h3 {
	overflow: hidden;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: -0.2px !important
}
.orator2 .inwrp2 .tit_name dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}
.orator2 .inwrp2 .tit_name dt img {
	height: 32px;
	margin-right: 10px
}
.orator2 .inwrp2 .tit_name dd {
	font-size: 16px;
	opacity: 0.7;
}
.orator2 .inwrp2 .tit_name dd, .orator2 .inwrp2 .tit_name dt {
	color: #000;
	overflow: hidden;
	line-height: 35px;
}
.orator2 .inwrp2 .img {
	float: left;
	margin-bottom: 0.5rem;
	/* margin-top: 10px; */
    /* border: 1px solid #ddd; */
    /* background: url(https://www.h2mi.co.kr/images/speaker/bg.jpg) no-repeat bottom center; */
	background-size: cover;
	overflow: hidden;
	width: 100%;
/* height: 183px;*/ }
.orator2 .inwrp2 .img img {
	width: 100%;
	border-radius: 10px;
}
.orator2 .inwrp2 .topic_new {
	width: 100%;
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 10px;
	font-weight: 500;
	color: #fb2f2f;
	text-align: center;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.orator2 .inwrp2 .desc {
	clear: both;
	background: #f7f7f7;
	box-sizing: border-box;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
.orator2 .inwrp2 .desc ul {
	padding: 25px;
}
.orator2 .inwrp2 .desc ul li {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	padding: 3px 0px 3px 17px;
}
.orator2 .inwrp2 .desc ul li:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	background: #fb7221;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}
/* 참가업체 목록 */
.tbl_2 {
	border-top: 2px solid #00489d;
	width: 100%;
}
.tbl_2 caption {
	text-align: left;
	padding: 0 0 7px 0;
	font-size: 0;
	line-height: 0;
}
.tbl_2 caption .memo {
	float: right;
	margin: 6px 0 0 0;
	font: normal 11px;
	color: #858585;
}
.tbl_2 caption .memo span {
	color: #cc3300;
	font: normal 11px;
}
.tbl_2 th {
	border: 0.5px solid #ddd;
	background: #f5f5f5;
	font: bold 11px;
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0 10px 10px;
}
.tbl_2 th span {
	color: #cc3300;
	vertical-align: -3px;
}
.tbl_2 th img {
	margin-right: 1px;
}
.tbl_2 td {
	border : 0.5px solid #ddd;
	font: normal 11px;
	padding: 5px 3px 5px 6px;
	text-align: left;
}
.tbl_2 td span {
	width: 45px;
	font: normal 11px;
}
.tbl_2 td input.box {
	border: 1px solid #ddd;
	height: 18px;
	vertical-align: -1px;
}
.tbl_2 td textarea.box {
	border: 1px solid #ddd;
	vertical-align: -1px;
}
.list {
	display: block;
	_float: left;
	padding: 0px 50px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	background: #3983cc;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold
}
.mobile_show, a.homelist {
	display: none;
}
#category a:nth-child(4), #category a:nth-child(3) {/* display:none; */
}
#category > a {
	color: #333;
	padding: 20px 40px;
	font-size: 1.2rem;
	border: 1px solid #ccc;
	border-radius: 30px
}
#category > a.on {
	background: #ff3300;
	color: #fff;
	border: none
}
 @media (max-width:1230px) {
.appli_table input[type="text"], .appli_table input[type="password"] {
	height: 42px;
	line-height: 42px;
	padding: 0 7px;
}
.appli_table input[type="file"] {
	line-height: 42px;
}
.appli_table input[type="button"] {
	line-height: 42px;
	padding: 0px 12px;
}
.cate_list label {
	margin-right: 20px;
}
.table-refer {
	font-size: 16px;
}
.agreement {
	margin-top: 40px
}
.form-title {
	font-size: 18px;
}
.tb-title {
	font-size: 26px;
}
.tb-title.mt80 {
	margin-top: 70px
}
.textarea {
	height: 180px;
	padding: 15px;
}
.agree-check input[type="checkbox"] {
	width: 13px;
	height: 13px;
}
.agree-check p {
	width: calc(100% - 18px);
}
.tb-down {
	font-size: 15px;
	padding: 8px 20px;
	margin-top: 7px
}
.online-number {
	font-size: 27px;
}
.enter_add {
	margin-bottom: 4px;
}
/*신청완료*/
.complete-box {
	border-radius: 15px;
	padding: 45px 10px 35px 10px;
}
.complete-box h3 {
	font-size: 24px;
}
.complete-box p {
	font-size: 16px;
}
}
 @media (max-width:1023px) {
.appli_table input[type="text"], .appli_table input[type="password"] {
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 14px;
}
.appli_table input[type="file"] {
	line-height: 40px;
}
.appli_table input[type="button"] {
	line-height: 40px;
	padding: 0px 10px;
	font-size: 14px;
}
.postcode input[type="text"] {
	width: calc(100% - 105px)
}
.postcode input[type="button"] {
	width: 100px;
}
.cate_list label {
	margin-right: 16px;
	font-size: 15px
}
.table-refer {
	font-size: 15px;
}
.agreement {
	margin-top: 35px
}
.form-title {
	font-size: 17px;
}
.tb-title {
	font-size: 22px;
}
.tb-title.mt80 {
	margin-top: 60px
}
.textarea {
	height: 160px;
	padding: 12px;
}
.textarea .info dt {
	font-size: 16px;
}
.textarea .info dd {
	font-size: 14px;
}
.agree-check {
	font-size: 15px;
}
.agree-check input[type="checkbox"] {
	width: 11px;
	height: 11px;
}
.agree-check p {
	width: calc(100% - 15px);
}
.tb-p {
	font-size: 13px;
}
.tb-down {
	font-size: 14px;
	padding: 6px 15px;
	margin-top: 5px
}
.online-number {
	font-size: 22px;
}
}
 @media (max-width:768px) {
.appli_table colgroup {
	display: none
}
.appli_table tr {
	display: flex;
	flex-flow: column;
	width: 100%
}
.appli_table tr:last-child {
	border-bottom: none
}
.appli_table tr th, .appli_table tr td {
	width: 100%;
	border-right: none;
	text-align: left;
	padding: 12px 15px
}
.appli_table tr td {
	background: #fff
}
.appli_table input[type="text"], .appli_table input[type="password"] {
	width: 100%;
	height: 38px;
	line-height: 38px;
}
.appli_table input[type="file"] {
	line-height: 38px;
}
.appli_table input[type="button"] {
	line-height: 38px;
	padding: 0px 8px;
}
.postcode input[type="text"] {
	width: calc(100% - 100px)
}
.postcode input[type="button"] {
	width: 95px;
}
.cate_list label {
	margin-right: 15px;
	font-size: 14px
}
.table-refer {
	font-size: 14px;
}
.agreement {
	margin-top: 30px
}
.form-title {
	font-size: 16px;
}
.tb-title {
	font-size: 20px;
}
.tb-title.mt80 {
	margin-top: 50px
}
.textarea {
	height: 150px;
	padding: 10px;
}
.textarea .info dt {
	font-size: 15px;
}
.textarea .info dd {
	font-size: 13px;
}
.agree-check {
	font-size: 14px;
}
.agree-check input[type="checkbox"] {
	width: 10px;
	height: 10px;
}
.tb-p {
	font-size: 13px;
}
.tb-down {
	font-size: 13px;
	padding: 5px 12px;
	margin-top: 4px
}
.online-number {
	font-size: 20px;
}
.enter_add {
	padding: 4px 8px 2px;
	margin-bottom: 4px;
	margin-left: 8px;
	border-radius: 2px;
	font-size: 14px
}
/*신청완료*/
.complete-box {
	border-radius: 12px;
	padding: 35px 10px 25px 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.complete-box h3 {
	font-size: 21px;
}
.complete-box p {
	font-size: 15px;
}
.mobile_area .tbl_2 th, .mobile_area .tbl_2 td {
	line-height: 21px;
	padding: 8px 7px;
	border-bottom: 1px solid #ddd;
}
#category > a {
	width: 49%;
	font-size: 0.8rem;
	text-align: center;
	margin-bottom: 2%;
	padding: 3% 1%;
}
}
 @media (max-width:500px) {
.tb-title {
	font-size: 18px;
}
.tb-title.mt80 {
	margin-top: 40px
}
.appli_table tr th, .appli_table tr td {
	padding: 10px 12px
}
.appli_table input[type="text"], .appli_table input[type="password"] {
	height: 36px;
	line-height: 36px;
}
.appli_table input[type="file"] {
	line-height: 36px;
}
.appli_table input[type="button"] {
	line-height: 36px;
	padding: 0px 5px;
}
.postcode input[type="text"] {
	width: calc(100% - 95px)
}
.postcode input[type="button"] {
	width: 90px;
}
.online-number {
	font-size: 17px;
}
/*신청완료*/
.complete-box {
	border-radius: 10px;
	padding: 30px 10px 20px 10px;
}
.complete-box h3 {
	font-size: 19px;
}
.complete-box p {
	font-size: 14px;
}
}
/******************************행사개요******************************/
.point_font {
	text-align: center;
	margin-bottom: 50px;
	font-size: 100px;
	line-height: 1.4;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.1)
}
.point_font p:nth-child(1) {
	color: #bfa2ff;
	text-shadow: 6px 6px 1px #7448d5
}
.point_font p:nth-child(1) span {
	color: #ffdf7f;
	text-shadow: 6px 6px 1px #e69227
}
.point_font p:nth-child(2) {
	color: #fb8f8f;
	text-shadow: 6px 6px 1px #e15656
}
.point_font p:nth-child(2) span {
	color: #ffaddf;
	text-shadow: 6px 6px 1px #d55295
}
.point_font.guide {
	color: #aa8bee;
	text-shadow: 5px 5px 1px #7448d5
}
.point_font.guide strong {
	font-weight: 700;
	color: #ffe245;
	text-shadow: 5px 5px 1px #e69227
}
/*포스터*/
.intro_wrap {
	display: flex;
	flex-wrap: wrap;
}
.poster {
	width: 40%;
	max-width: 500px;
	position: relative
}
.pos-img {
	width: 100%;
}
.download {
	position: absolute;
	bottom: 0px;
	right: -50px;
	text-align: Center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	box-sizing: border-box;
	background: #57135f;
	box-shadow: 4px 4px 0px #e86eb1;
	color: #e86eb1 !important;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	z-index: 3;
}
.download svg {
	color: #e86eb1;
	;
	width: 50px;
	height: 50px;
	margin-bottom: 10px
}
/*개요*/
.intro_info {
	width: 60%;
	max-width: 1200px;
	padding-left: 80px;
}
.intro_info li {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.intro_info li b {
	font-weight: 600;
	border: 1px solid #555;
	border-radius: 100px;
	text-align: center;
	width: 180px;
	font-size: 20px;
	line-height: 50px;
	padding-top: 5px
}
.intro_info li p {
	font-size: 20px;
	line-height: 1.3;
	width: calc(100% - 180px);
	padding-left: 25px
}
.intro_info li p sub {
	font-size: 15px
}
.intro_info li:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd
}
 @media (max-width:1400px) {
/*행사개요*/
.point_font {
	font-size: 80px;
}
.point_font p:nth-child(1) {
	text-shadow: 5px 5px 1px #7448d5
}
.point_font p:nth-child(1) span {
	text-shadow: 5px 5px 1px #e69227
}
.point_font p:nth-child(2) {
	text-shadow: 5px 5px 1px #e15656
}
.point_font p:nth-child(2) span {
	text-shadow: 5px 5px 1px #d55295
}
/*포스터*/
.poster {
	width: 35%;
}
.download {
	right: -40px;
	font-size: 18px;
	width: 130px;
	height: 130px;
}
.download svg {
	width: 45px;
	height: 45px;
	margin-bottom: 6px
}
/*개요*/
.intro_info {
	width: 65%;
	padding-left: 50px;
}
.intro_info li b {
	width: 150px;
	font-size: 18px;
	line-height: 45px;
	padding-top: 4px
}
.intro_info li p {
	font-size: 18px;
	width: calc(100% - 150px);
	padding-left: 20px
}
.intro_info li:nth-child(n+2) {
	margin-top: 15px;
	padding-top: 15px;
}
}
 @media (max-width:1230px) {
.pd80 {
	padding: 60px 0
}
/*행사개요*/
.point_font {
	margin-bottom: 40px;
	font-size: 70px;
}
.point_font p:nth-child(1) {
	text-shadow: 4px 4px 1px #7448d5
}
.point_font p:nth-child(1) span {
	text-shadow: 4px 4px 1px #e69227
}
.point_font p:nth-child(2) {
	text-shadow: 4px 4px 1px #e15656
}
.point_font p:nth-child(2) span {
	text-shadow: 4px 4px 1px #d55295
}
/*포스터*/
.poster {
	width: 35%;
}
.download {
	right: -30px;
	font-size: 16px;
	width: 110px;
	height: 110px;
}
.download svg {
	width: 35px;
	height: 35px;
	margin-bottom: 5px
}
/*개요*/
.intro_info {
	width: 65%;
	padding-left: 40px;
}
.intro_info li b {
	width: 130px;
	font-size: 17px;
	line-height: 38px;
	padding-top: 4px
}
.intro_info li p {
	font-size: 17px;
	width: calc(100% - 130px);
	padding-left: 16px
}
.intro_info li p sub {
	font-size: 14px
}
.intro_info li:nth-child(n+2) {
	margin-top: 12px;
	padding-top: 12px;
}
.btn {
	margin-top: 25px
}
.btn a, .btn input {
	font-size: 25px;
	padding: 20px 40px 15px;
}
}
 @media (max-width:1023px) {
/*행사개요*/
.point_font {
	font-size: 60px;
}
.point_font.guide {
	text-shadow: 4px 4px 1px #7448d5
}
.point_font.guide strong {
	text-shadow: 4px 4px 1px #e69227
}
/*포스터*/
.poster {
	width: 40%;
}
.download {
	right: -30px;
	font-size: 15px;
	width: 95px;
	height: 95px;
}
.download svg {
	width: 30px;
	height: 30px;
	margin-bottom: 5px
}
/*개요*/
.intro_info {
	width: 60%;
	padding-left: 30px;
}
.intro_info li b {
	width: 100px;
	font-size: 15px;
	line-height: 32px;
}
.intro_info li p {
	font-size: 15px;
	width: calc(100% - 100px);
	padding-left: 12px
}
.intro_info li p sub {
	font-size: 13px
}
.intro_info li:nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
}
.btn a, .btn input {
	font-size: 22px
}
.refer {
	margin-top: 15px;
}
.refer li {
	padding-left: 15px;
	font-size: 15px
}
.refer li::before {
	font-size: 18px;
	top: 0px;
}
}
 @media (max-width:768px) {
/*행사개요*/
.point_font {
	margin-bottom: 30px;
	font-size: 45px;
}
.point_font p:nth-child(1) {
	text-shadow: 3px 3px 1px #7448d5
}
.point_font p:nth-child(1) span {
	text-shadow: 3px 3px 1px #e69227
}
.point_font p:nth-child(2) {
	text-shadow: 3px 3px 1px #e15656
}
.point_font p:nth-child(2) span {
	text-shadow: 3px 3px 1px #d55295
}
.point_font.guide {
	text-shadow: 3px 3px 1px #7448d5
}
.point_font.guide strong {
	text-shadow: 3px 3px 1px #e69227
}
/*포스터*/
.poster {
	width: 100%;
	margin-bottom: 40px
}
.download {
	right: -20px;
	font-size: 16px;
	width: 105px;
	height: 105px;
}
.download svg {
	width: 35px;
	height: 35px;
	margin-bottom: 7px
}
/*개요*/
.intro_info {
	width: 100%;
	padding-left: 0px;
}
.intro_info li b {
	width: 130px;
	font-size: 16px;
	line-height: 40px;
}
.intro_info li p {
	font-size: 16px;
	width: calc(100% - 130px);
	padding-left: 18px
}
.intro_info li:nth-child(n+2) {
	margin-top: 15px;
	padding-top: 15px;
}
.btn {
	margin-top: 20px
}
.btn a, .btn input {
	font-size: 20px;
	padding: 17px 35px 15px;
	margin: 0 7px;
}
.refer {
	margin-top: 10px;
	align-items: flex-start;
	text-align: left
}
.refer li {
	padding-left: 13px;
	font-size: 14px;
	font-weight: 400
}
.refer li::before {
	font-size: 16px;
	top: 1px;
}
}
 @media (max-width:500px) {
.pd80 {
	padding: 50px 0
}
/*행사개요*/
.point_font {
	margin-bottom: 25px;
	font-size: 34px;
}
.point_font p:nth-child(1) {
	text-shadow: 2px 2px 1px #7448d5
}
.point_font p:nth-child(1) span {
	text-shadow: 2px 2px 1px #e69227
}
.point_font p:nth-child(2) {
	text-shadow: 2px 2px 1px #e15656
}
.point_font p:nth-child(2) span {
	text-shadow: 2px 2px 1px #d55295
}
.point_font.guide {
	text-shadow: 2px 2px 1px #7448d5
}
.point_font.guide strong {
	text-shadow: 2px 2px 1px #e69227
}
/*포스터*/
.poster {
	width: 100%;
	margin-bottom: 30px
}
.download {
	right: -10px;
	font-size: 15px;
	width: 95px;
	height: 95px;
}
.download svg {
	width: 28px;
	height: 28px;
	margin-bottom: 5px
}
/*개요*/
.intro_info {
	width: 100%;
	padding-left: 0px;
}
.intro_info li b {
	width: 100px;
	font-size: 15px;
	line-height: 32px;
}
.intro_info li p {
	font-size: 15px;
	width: 100%;
	margin-top: 10px;
	padding-left: 5px
}
.intro_info li p sub {
	font-size: 11px
}
.intro_info li:nth-child(n+2) {
	margin-top: 12px;
	padding-top: 12px;
}
.btn a, .btn input {
	font-size: 17px;
	padding: 14px 22px 12px;
	margin: 0 5px;
}
.refer li {
	padding-left: 11px;
	font-size: 13px;
}
.refer li::before {
	font-size: 15px;
	top: 0px;
	font-weight: 300
}
}
 @media (max-width:400px) {
.btn a, .btn input {
	font-size: 15px;
	padding: 13px 25px 9px;
	font-weight: 400
}
}
/******************************전시품목******************************/
.dccf_item {
	text-align: center;
}
.dccf_item dl {
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 50px 10px 50px 10px;
	padding: 50px 80px 40px;
	display: inline-block;
	margin: 10px;
}
.dccf_item dl dt {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 10px;
}
.dccf_item dl dd {
	opacity: 0.6;
	font-size: 21px;
	line-height: 1.5;
}
.dccf_item dl:nth-child(1) {
	background: #e5e5fb;
}
.dccf_item dl:nth-child(1) dt, .dccf_item dl:nth-child(1) dd {
	color: #6363ff;
}
.dccf_item dl:nth-child(2) {
	background: #d1f2f2;
}
.dccf_item dl:nth-child(2) dt, .dccf_item dl:nth-child(2) dd {
	color: #2fc6b7;
}
.dccf_item dl:nth-child(3) {
	background: #f9e2f5;
}
.dccf_item dl:nth-child(3) dt, .dccf_item dl:nth-child(3) dd {
	color: #ec60d3;
}
.dccf_item dl:nth-child(4) {
	background: #f9e8e2;
}
.dccf_item dl:nth-child(4) dt, .dccf_item dl:nth-child(4) dd {
	color: #fb784a;
}
.dccf_item dl:nth-child(2) {
	background: #d3f2f9;
}
.dccf_item dl:nth-child(2) dt, .dccf_item dl:nth-child(2) dd {
	color: #33bcdb;
}
.dccf_item dl:nth-child(5) {
	background: #d3f2f9;
}
.dccf_item dl:nth-child(5) dt, .dccf_item dl:nth-child(5) dd {
	color: #33bcdb;
}
.dccf_item dl:nth-child(6) {
	background: #e5e5fb;
}
.dccf_item dl:nth-child(6) dt, .dccf_item dl:nth-child(6) dd {
	color: #6363ff;
}
.dccf_item dl:nth-child(7) {
	background: #f9e2f5;
}
.dccf_item dl:nth-child(7) dt, .dccf_item dl:nth-child(7) dd {
	color: #ec60d3;
}
 @media (max-width:1400px) {
.dccf_item dl {
	border-radius: 45px 10px 45px 10px;
	padding: 50px 70px 40px;
	margin: 8px;
}
.dccf_item dl dt {
	font-size: 24px;
}
.dccf_item dl dd {
	font-size: 19px
}
}
 @media (max-width:1230px) {
.dccf_item dl {
	border-radius: 35px 5px 35px 5px;
	padding: 40px 50px 30px;
	margin: 6px;
}
.dccf_item dl dt {
	font-size: 20px;
}
.dccf_item dl dd {
	font-size: 17px
}
}
 @media (max-width:1023px) {
.dccf_item dl {
	border-radius: 30px 5px 30px 5px;
	padding: 35px 40px 25px;
	margin: 5px;
}
.dccf_item dl dt {
	font-size: 18px;
}
.dccf_item dl dd {
	font-size: 15px
}
}
 @media (max-width:768px) {
.dccf_item dl {
	width: 100%;
	padding: 35px 20px 25px;
	margin: 0;
}
.dccf_item dl:nth-child(n+2) {
	margin-top: 7px
}
}
 @media (max-width:500px) {
.dccf_item dl {
	width: 100%;
	border-radius: 15px;
	padding: 35px 40px 25px;
}
.dccf_item dl:nth-child(n+2) {
	margin-top: 5px
}
.dccf_item dl dt {
	font-size: 16px;
}
.dccf_item dl dd {
	font-size: 14px
}
}
/******************************행사구성******************************/
.compos-con dl:nth-child(n+2) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd
}
.compos-con dl, .compos-con dl dt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.compos-con dl dt {
	width: 380px
}
.compos-con dl dt div {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #ccc;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.compos-con dl dt div img {
	width: 75%
}
.compos-con dl dt p {
	font-size: 28px;
	line-height: 1;
	margin-left: 20px
}
.compos-con dl dd {
	width: calc(100% - 380px);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	font-family: 'Pretendard', sans-serif !important;
}
.compos-con dl:nth-child(1) div {
	background: #9191ec
}
.compos-con dl:nth-child(2) div {
	background: #75c8c8
}
.compos-con dl:nth-child(3) div {
	background: #ec92dc
}
.compos-con dl:nth-child(4) div {
	background: #82d5e8
}
.compos-con dl:nth-child(5) div {
	background: #b7df70
}
.compos-con dl:nth-child(1) p {
	color: #6e6edd
}
.compos-con dl:nth-child(2) p {
	color: #31c1c1
}
.compos-con dl:nth-child(3) p {
	color: #e65acd
}
.compos-con dl:nth-child(4) p {
	color: #49c5e1
}
.compos-con dl:nth-child(5) p {
	color: #a1d547
}
 @media (max-width:1400px) {
.compos-con dl dt {
	width: 320px
}
.compos-con dl dt div {
	width: 120px;
	height: 120px;
}
.compos-con dl dt div img {
	width: 78%
}
.compos-con dl dt p {
	font-size: 26px;
}
.compos-con dl dd {
	width: calc(100% - 320px);
	font-size: 21px;
}
}
 @media (max-width:1230px) {
.compos-con dl:nth-child(n+2) {
	margin-top: 25px;
	padding-top: 25px;
}
.compos-con dl dt {
	width: 290px
}
.compos-con dl dt div {
	width: 110px;
	height: 110px;
}
.compos-con dl dt p {
	font-size: 23px;
	margin-left: 15px
}
.compos-con dl dd {
	width: calc(100% - 290px);
	font-size: 19px;
}
}
 @media (max-width:1023px) {
.compos-con dl:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}
.compos-con dl dt {
	width: 250px
}
.compos-con dl dt div {
	width: 100px;
	height: 100px;
}
.compos-con dl dt p {
	font-size: 21px;
	margin-left: 15px
}
.compos-con dl dd {
	width: calc(100% - 250px);
	padding-left: 10px;
	font-size: 17px;
}
}
 @media (max-width:768px) {
.compos-con dl dt {
	flex-flow: column;
	width: 120px
}
.compos-con dl dt div {
	width: 100px;
	height: 100px;
}
.compos-con dl dt p {
	font-size: 19px;
	margin-left: 0;
	margin-top: 10px
}
.compos-con dl dd {
	width: calc(100% - 120px);
	font-size: 16px;
}
}
 @media (max-width:500px) {
.compos-con dl:nth-child(n+2) {
	margin-top: 15px;
	padding-top: 15px;
}
.compos-con dl dt {
	width: 90px
}
.compos-con dl dt div {
	width: 80px;
	height: 80px;
}
.compos-con dl dt p {
	font-size: 17px;
	margin-top: 8px
}
.compos-con dl dd {
	width: calc(100% - 90px);
	padding-left: 20px;
	font-size: 15px;
	font-weight: 300
}
}
 @media (max-width:320px) {
.compos-con dl dt {
	width: 80px
}
.compos-con dl dt div {
	width: 70px;
	height: 70px;
}
.compos-con dl dt p {
	font-size: 15px;
}
.compos-con dl dd {
	width: calc(100% - 80px);
	padding-left: 17px;
	font-size: 14px;
}
}
/******************************행사일정******************************/
.contents_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.contents_list li {
	width: calc(100%/3 - 30px);
	margin-right: 45px;
}
.contents_list li:nth-child(3n) {
	margin-right: 0
}
.contents_list li:nth-child(n+4) {
	margin-top: 70px
}
.contents_list li a > div {
	border: 1px solid #eee
}
.contents_list li a p {
	width: 100%;
	padding: 0 5px;
	font-size: 23px;
	line-height: 1.4;
	margin-top: 15px;
	text-align: center;
}
 @media (max-width:1400px) {
.contents_list li {
	width: calc(100%/3 - 15px);
	margin-right: 22px;
}
.contents_list li:nth-child(3n) {
	margin-right: 0
}
.contents_list li:nth-child(n+4) {
	margin-top: 60px
}
.contents_list li a p {
	font-size: 21px;
	margin-top: 13px;
	;
}
}
 @media (max-width:1230px) {
.contents_list li {
	width: calc(100%/3 - 8px);
	margin-right: 12px;
}
.contents_list li:nth-child(3n) {
	margin-right: 0
}
.contents_list li:nth-child(n+4) {
	margin-top: 50px
}
.contents_list li a p {
	font-size: 19px;
	margin-top: 10px;
	;
}
}
 @media (max-width:1023px) {
.contents_list {
	justify-content: space-between;
}
.contents_list li {
	width: 48%;
	margin-right: 0px;
}
.contents_list li:nth-child(n+3) {
	margin-top: 60px
}
.contents_list li a p {
	font-size: 21px;
	margin-top: 15px;
	;
}
}
 @media (max-width:768px) {
.contents_list li {
	width: 49%;
}
.contents_list li:nth-child(n+3) {
	margin-top: 50px
}
.contents_list li a p {
	font-size: 17px;
	margin-top: 12px;
	;
}
}
 @media (max-width:500px) {
.contents_list li {
	width: 49%;
}
.contents_list li:nth-child(n+3) {
	margin-top: 20px
}
.contents_list li a p {
	font-size: 16px;
	margin-top: 10px;
	;
}
}
 @media (max-width:400px) {
.contents_list li {
	width: 100%;
}
.contents_list li:nth-child(n+2) {
	margin-top: 30px
}
}
/******************************참가업체 혜택******************************/
.bene-con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.bene-con .tit {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.bene-con .tit h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #fff
}
.bene-con.bg01 .tit {
	background: #9d78ee;
}
.bene-con.bg02 .tit {
	background: #61bbf0;
}
.bene-con.bg03 .tit {
	background: #f488ca;
}
.bene-con.bg01 ul li b {
	color: #9d78ee;
}
.bene-con.bg02 ul li b {
	color: #61bbf0;
}
.bene-con.bg03 ul li b {
	color: #f488ca;
}
.bene-con ul {
	width: calc(100% - 200px);
	padding-left: 80px;
}
.bene-con ul li {
	display: flex;
	flex-flow: column;
}
.bene-con ul li b {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0px;
}
.bene-con ul li:nth-child(n+2) {
	margin-top: 25px;
}
.bene-con ul li p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	font-family: 'Pretendard', sans-serif !important
}
.bene-con.bg02, .bene-con.bg03 {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
}
 @media (max-width:1400px) {
.bene-con .tit {
	width: 180px;
	height: 180px;
}
.bene-con .tit h3 {
	font-size: 29px;
}
.bene-con ul {
	width: calc(100% - 180px);
	padding-left: 50px;
}
.bene-con ul li b {
	font-size: 22px;
}
.bene-con ul li:nth-child(n+2) {
	margin-top: 25px;
}
.bene-con ul li p {
	font-size: 18px;
}
.bene-con.bg02, .bene-con.bg03 {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
}
}
 @media (max-width:1230px) {
.bene-con .tit {
	width: 170px;
	height: 170px;
}
.bene-con .tit h3 {
	font-size: 27px;
	font-weight: 400
}
.bene-con ul {
	width: calc(100% - 170px);
	padding-left: 40px;
}
.bene-con ul li b {
	font-size: 20px;
}
.bene-con ul li:nth-child(n+2) {
	margin-top: 22px;
}
.bene-con ul li p {
	font-size: 17px;
}
.bene-con.bg02, .bene-con.bg03 {
	margin-top: 45px;
	padding-top: 45px;
}
}
 @media (max-width:1023px) {
.bene-con .tit {
	width: 150px;
	height: 150px;
}
.bene-con .tit h3 {
	font-size: 23px;
}
.bene-con ul {
	width: calc(100% - 150px);
	padding-left: 30px;
}
.bene-con ul li b {
	font-size: 19px;
}
.bene-con ul li:nth-child(n+2) {
	margin-top: 20px;
}
.bene-con ul li p {
	font-size: 16px;
}
.bene-con.bg02, .bene-con.bg03 {
	margin-top: 40px;
	padding-top: 40px;
}
}
 @media (max-width:768px) {
.bene-con ul {
	width: 100%;
	margin-top: 20px;
	padding-left: 5px;
}
.bene-con ul li:nth-child(n+2) {
	margin-top: 15px;
}
}
 @media (max-width:500px) {
.bene-con .tit {
	width: 135px;
	height: 135px;
}
.bene-con .tit h3 {
	font-size: 20px;
}
.bene-con ul {
	margin-top: 15px;
}
.bene-con ul li b {
	font-size: 17px;
}
.bene-con ul li:nth-child(n+2) {
	margin-top: 12px;
}
.bene-con ul li p {
	font-size: 15px;
}
.bene-con.bg02, .bene-con.bg03 {
	margin-top: 30px;
	padding-top: 30px;
}
}
 @media (max-width:400px) {
.bene-con .tit {
	width: 120px;
	height: 120px;
}
.bene-con .tit h3 {
	font-size: 18px;
}
.bene-con ul {
	margin-top: 13px;
}
.bene-con ul li b {
	font-size: 16px;
}
.bene-con ul li:nth-child(n+2) {
	margin-top: 10px;
}
.bene-con ul li p {
	font-size: 14px;
}
.bene-con.bg02, .bene-con.bg03 {
	margin-top: 25px;
	padding-top: 25px;
}
}
/******************************관람안내******************************/
.parti-con {
	max-width: 1200px;
	margin: 0 auto;
}
.parti-con ul {
	display: flex;
	flex-wrap: wrap;
}
.parti-con ul li {
	width: calc(100%/3);
	text-align: center;
	border-right: 1px solid #ddd;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 20px 10px
}
.parti-con ul li:last-child {
	border-right: none
}
.parti-con ul li:nth-child(1) {
	color: #5497ee
}
.parti-con ul li:nth-child(2) {
	color: #cb69d9
}
.parti-con ul li:nth-child(3) {
	color: #f972a5
}
.parti-con ul li span {
	font-size: 50px;
	font-weight: 300
}
.parti-con ul li h1 {
	font-size: 30px;
	line-height: 1;
	margin: 13px 0 20px
}
.parti-con ul li p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: #000 !important;
	font-family: 'Pretendard', sans-serif !important
}
.parti-proc {
	margin-top: 100px;
}
.con-title {
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
}
.con-title strong {
	font-weight: 700;
	color: rgba(238, 117, 163, 1)
}
.parti-proc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.parti-proc ul li {
	width: calc(100%/4 - 50px);
	height: 120px;
	border-radius: 15px;
	background: #ddd;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative
}
.parti-proc ul li::before {
	content: 'keyboard_double_arrow_right';
	font-family: 'Material Symbols Outlined';
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: -55px;
	transform: translateY(-50%)
}
.parti-proc ul li:last-child::before {
	display: none
}
.parti-proc ul li p {
	font-size: 19px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-family: 'Pretendard', sans-serif !important
}
.parti-proc ul li:nth-child(1) {
	background: rgb(238, 117, 163, 1);
}
.parti-proc ul li:nth-child(2) {
	background: rgb(238, 117, 163, 0.9);
}
.parti-proc ul li:nth-child(3) {
	background: rgb(238, 117, 163, 0.8);
}
.parti-proc ul li:nth-child(4) {
	background: rgb(238, 117, 163, 0.7);
}
.parti-proc.proc-02 ul li:nth-child(1) {
	background: rgb(51, 149, 236, 1);
}
.parti-proc.proc-02 ul li:nth-child(2) {
	background: rgb(51, 149, 236, 0.9);
}
.parti-proc.proc-02 ul li:nth-child(3) {
	background: rgb(51, 149, 236, 0.8);
}
.parti-proc.proc-02 ul li:nth-child(4) {
	background: rgb(51, 149, 236, 0.7);
}
.parti-proc.auto li {
	height: auto !important;
	padding: 20px
}
 @media (max-width:1400px) {
.parti-con ul li h1 {
	font-size: 28px;
	margin: 13px 0 20px
}
.parti-con ul li p {
	font-size: 19px;
}
.parti-proc {
	margin-top: 90px;
}
.con-title {
	font-size: 38px;
	margin-bottom: 25px;
}
.parti-proc ul li {
	width: calc(100%/4 - 35px);
	height: 110px;
	border-radius: 13px;
}
.parti-proc ul li::before {
	font-size: 38px;
	right: -43px;
}
.parti-proc ul li p {
	font-size: 18px;
}
}
 @media (max-width:1230px) {
.parti-con ul li {
	padding: 15px 10px
}
.parti-con ul li span {
	font-size: 42px;
}
.parti-con ul li h1 {
	font-size: 25px;
	margin: 10px 0 15px
}
.parti-con ul li p {
	font-size: 18px;
}
.parti-proc {
	margin-top: 80px;
}
.con-title {
	font-size: 35px;
	margin-bottom: 20px;
}
.parti-proc ul li {
	width: calc(100%/4 - 20px);
	height: 100px;
	border-radius: 10px;
}
.parti-proc ul li::before {
	font-size: 30px;
	right: -28px;
}
.parti-proc ul li p {
	font-size: 17px;
}
}
 @media (max-width:1023px) {
.parti-con ul li {
	padding: 10px
}
.parti-con ul li span {
	font-size: 38px;
}
.parti-con ul li h1 {
	font-size: 22px;
	margin: 10px 0 15px
}
.parti-con ul li p {
	font-size: 16px;
}
.parti-proc {
	margin-top: 60px;
}
.con-title {
	font-size: 30px;
	margin-bottom: 15px;
}
.parti-proc ul li {
	width: calc(100%/4 - 20px);
	height: 90px;
}
.parti-proc ul li::before {
	font-size: 28px;
	right: -28px;
}
.parti-proc ul li p {
	font-size: 16px;
}
}
 @media (max-width:768px) {
.parti-con ul li {
	width: 100%;
	border: 1px solid #ddd;
	padding: 25px 10px;
	border-radius: 10px
}
.parti-con ul li:last-child {
	border: 1px solid #ddd;
}
.parti-con ul li:nth-child(n+2) {
	margin-top: 10px
}
.parti-con ul li span {
	font-size: 45px;
}
.parti-con ul li h1 {
	font-size: 24px;
	margin: 15px 0 20px
}
.parti-con ul li p {
	font-size: 17px;
}
.con-title {
	font-size: 32px;
	margin-bottom: 15px;
}
.parti-proc ul li {
	width: calc(100%/2 - 20px);
	height: 100px;
}
.parti-proc ul li::before {
	font-size: 36px;
	right: -39px;
}
.parti-proc ul li:nth-child(2)::before {
	display: none
}
.parti-proc ul li:nth-child(n+3) {
	margin-top: 15px;
}
.parti-proc ul li p {
	font-size: 17px;
}
}
 @media (max-width:500px) {
.parti-con ul li {
	padding: 20px 10px;
	border-radius: 8px
}
.parti-con ul li span {
	font-size: 40px;
}
.parti-con ul li h1 {
	font-size: 20px;
	margin: 10px 0 15px
}
.parti-con ul li p {
	font-size: 15px;
}
.parti-proc {
	margin-top: 50px;
}
.con-title {
	font-size: 28px;
	margin-bottom: 12px;
}
.parti-proc ul li {
	width: 100%;
	height: 90px;
	border-radius: 8px
}
.parti-proc ul li::before {
	content: 'keyboard_double_arrow_down';
	display: inline-block !important;
	font-size: 32px;
	right: initial;
	top: initial;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -44px;
}
.parti-proc ul li:last-child::before {
	display: none !important
}
.parti-proc ul li:nth-child(n+2) {
	margin-top: 35px;
}
.parti-proc ul li p {
	font-size: 16px;
}
}
 @media (max-width:400px) {
.con-title {
	font-size: 22px;
	margin-bottom: 10px;
}
.parti-proc ul li {
	height: 80px;
}
.parti-proc ul li::before {
	font-size: 30px;
	bottom: -40px;
}
.parti-proc ul li:nth-child(n+2) {
	margin-top: 30px;
}
.parti-proc ul li p {
	font-size: 15px;
}
}
/******************************참가업체 혜택******************************/
.part-con {
	margin-top: 100px
}
.part-con p.txt {
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	background: #f5f5f5;
	border-radius: 20px;
	padding: 40px 10px 35px
}
.part-con p.txt.mb15 {
	margin-bottom: 15px;
}
.downbtn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px
}
.downbtn a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #5383df;
	box-shadow: 4px 5px 0px #1f52b5;
	color: #fff;
	border-radius: 100px;
	font-size: 30px;
	line-height: 1.3;
	padding: 25px 70px 20px;
}
.downbtn a span {
	font-size: 45px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: 300
}
.downbtn.instago {
	margin-bottom: 0 !important;
	margin-top: 50px;
}
.downbtn.instago a {
	background: #ff67af;
	box-shadow: 4px 5px 0px #d52c7c;
}
.booth-info {
	padding: 0 20px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	text-align: left
}
.booth-info li {
	padding-left: 10px;
	position: relative;
	line-height: 1.3;
}
.booth-info li::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	background: #555;
	position: absolute;
	top: 11px;
	left: 0;
}
.booth-info li:nth-child(n+2) {
	margin-top: 5px;
}
 @media (max-width:1400px) {
.part-con {
	margin-top: 90px
}
.part-con p.txt {
	font-size: 21px;
	padding: 40px 20px 35px
}
.downbtn a {
	font-size: 28px;
	padding: 23px 65px 18px;
}
.downbtn a span {
	font-size: 42px;
}
}
 @media (max-width:1230px) {
.part-con {
	margin-top: 80px
}
.part-con p.txt {
	font-size: 19px;
	padding: 35px 20px 30px;
	border-radius: 15px
}
.downbtn {
	margin-bottom: 60px
}
.downbtn a {
	box-shadow: 3px 4px 0px #1f52b5;
	font-size: 24px;
	padding: 21px 60px 15px;
}
.downbtn.instago {
	margin-top: 40px;
}
.downbtn.instago a {
	box-shadow: 3px 4px 0px #d52c7c;
}
.downbtn a span {
	font-size: 38px;
}
.booth-info li::before {
	top: 9px;
}
}
 @media (max-width:1023px) {
.part-con {
	margin-top: 60px
}
.part-con p.txt {
	font-size: 17px;
	padding: 30px 20px 25px;
	border-radius: 12px
}
.downbtn {
	margin-bottom: 50px
}
.downbtn a {
	font-size: 21px;
}
.downbtn a span {
	font-size: 34px;
}
}
 @media (max-width:768px) {
.part-con {
	margin-top: 50px
}
.part-con p.txt {
	font-size: 16px;
}
.downbtn {
	margin-bottom: 40px
}
.downbtn a {
	box-shadow: 2px 3px 0px #1f52b5;
	font-size: 19px;
	padding: 19px 40px 13px;
}
.downbtn.instago {
	margin-top: 30px;
}
.downbtn.instago a {
	box-shadow: 2px 3px 0px #d52c7c;
}
.downbtn a span {
	font-size: 30px;
}
.booth-info {
	padding: 0 10px;
}
.booth-info li {
	padding-left: 8px;
}
.booth-info li::before {
	width: 2px;
	height: 2px;
}
}
 @media (max-width:500px) {
.part-con {
	margin-top: 40px
}
.part-con p.txt {
	font-size: 14px;
	padding: 25px 20px 20px;
	border-radius: 10px
}
.downbtn {
	margin-bottom: 30px
}
.downbtn.instago {
	margin-top: 20px;
}
.downbtn a {
	font-size: 17px;
	padding: 17px 30px 11px;
}
.downbtn a span {
	font-size: 25px;
}
.booth-info {
	padding: 0 7px;
}
}
 @media (max-width:400px) {
.downbtn {
	margin-bottom: 30px
}
.downbtn a {
	font-size: 17px;
	line-height: 1.3;
	flex-flow: column;
	align-items: center;
	text-align: center;
	padding: 22px 30px 11px;
}
.downbtn a span {
	font-size: 32px;
	margin: 0;
}
}
/******************************관람객이벤트 - 인스타그램******************************/

.insta h2 {
	text-align: center;
	font-size: 40px;
	line-height: 1.5
}
.insta h2 b {
	color: #ff67af
}
.instaimg {
	width: 100%;
	max-width: 700px;
	margin: 0 auto
}
 @media (max-width:1400px) {
.insta h2 {
	font-size: 38px;
}
}
 @media (max-width:1230px) {
.insta h2 {
	font-size: 35px;
}
}
 @media (max-width:1023px) {
.insta h2 {
	font-size: 30px;
}
}
 @media (max-width:768px) {
.insta h2 {
	font-size: 26px;
}
}
 @media (max-width:500px) {
.insta h2 {
	font-size: 24px;
}
}
/******************************개인/단체 버튼******************************/
.round-circle3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.round-circle3 > div {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px;
}
.round-circle3 > div a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
.round-circle3 > div:first-child a {
	background: #df70ab
}
.round-circle3 > div:nth-child(2) a {
	background: #5567b0
}
 @media (max-width:1023px) {
.round-circle3 > div {
	width: 220px;
	height: 220px;
}
.round-circle3 > div a {
	font-size: 21px
}
}
 @media (max-width:768px) {
.round-circle3 > div {
	width: 190px;
	height: 190px;
	margin: 0 5px;
}
.round-circle3 > div a {
	font-size: 18px
}
}
 @media (max-width:500px) {
.round-circle3 > div {
	width: 140px;
	height: 140px;
}
.round-circle3 > div a {
	font-size: 16px
}
}
 @media (max-width:360px) {
.round-circle3 {
	flex-flow: column;
}
.round-circle3 > div a {
	font-size: 15px
}
.round-circle3 > div:nth-child(n+2) {
	margin-top: 10px
}
}
/******************************사전신청 확인******************************/
.check-form ul, .check-btn {
	width: 100%;
	max-width: 600px;
	margin: 0 auto
}
.check-form ul {
	border: 1px solid #ddd;
	padding: 50px;
	border-radius: 20px
}
.check-form ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.check-form ul li b {
	width: 115px;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	padding-top: 3px;
}
.check-form ul li div {
	width: calc(100% - 115px)
}
.check-form ul li div input[type="text"] {
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	font-family: 'Pretendard', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
}
.check-form ul li div label {
	font-size: 16px;
	font-family: 'Pretendard', sans-serif !important;
	font-weight: 400
}
.check-form ul li div label.ml-10 {
	margin-left: 10px
}
.check-form ul li:nth-child(n+2) {
	margin-top: 10px
}
.check-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px
}
.check-btn input[type="submit"] {
	background: #ee2523;
	color: #fff;
	font-size: 21px;
	padding: 15px 40px 12px;
	border-radius: 100px
}
 @media (max-width:1023px) {
.check-form ul, .check-btn {
	max-width: 500px;
}
.check-form ul {
	padding: 40px;
	border-radius: 15px
}
.check-form ul li b {
	width: 105px;
	font-size: 16px;
}
.check-form ul li div {
	width: calc(100% - 105px)
}
.check-form ul li div input[type="text"] {
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
}
}
 @media (max-width:768px) {
.check-form ul {
	padding: 35px;
	border-radius: 15px
}
.check-form ul li b {
	width: 100px;
	font-size: 15px;
}
.check-form ul li div {
	width: calc(100% - 100px)
}
.check-form ul li div input[type="text"] {
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 15px;
}
.check-form ul li div label {
	font-size: 15px;
}
.check-form ul li div label input[type="radio"] {
	width: 13px !important;
	height: 13px !important
}
.check-form ul li:nth-child(n+2) {
	margin-top: 8px
}
.check-btn {
	margin-top: 25px
}
.check-btn input[type="submit"] {
	font-size: 18px;
	padding: 13px 35px 10px;
}
}
 @media (max-width:500px) {
.check-form ul {
	padding: 30px;
	border-radius: 10px
}
.check-form ul li b {
	width: 90px;
	font-size: 14px;
}
.check-form ul li div {
	width: calc(100% - 90px)
}
.check-form ul li div input[type="text"] {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.check-form ul li div label {
	font-size: 14px;
}
.check-form ul li div label input[type="radio"] {
	width: 11px !important;
	height: 11px !important
}
.check-form ul li:nth-child(n+2) {
	margin-top: 7px
}
.check-btn {
	margin-top: 20px
}
.check-btn input[type="submit"] {
	font-size: 16px;
	padding: 13px 35px 10px;
}
}
a.btn01_b {
	width: 80%;
	display: inline-block;
	border-radius: 10px;
	background: blue;
	color: #fff;
}
/* **************************************** *
 * 수정시작
 * **************************************** */
.preparetxt {
	color: #888;
}
.prepare {
	box-sizing: border-box;
	text-align: center;
	background: #eee
}
.prepare h5 {
	font-weight: 700;
	color: #888;
}
.indetail_topper {
	box-sizing: border-box;
	text-align: Center;
	margin: 10px 0px;
	overflow: hidden;
	width: 100%;
}
.indetail_topper dd a {
	display: inline-block;
	font-weight: 600;
	color: #fff;
	position: relative;
	text-align: left;
	background: #1061ca;
	letter-spacing: -1px;
}
.indetail_topper dd a svg {
	position: Absolute;
}
 @media all and (min-width:1024px) {
.prepare {
	padding: 100px 0px;
}
.prepare h5 {
	font-size: 30px;
	line-height: 130px;
}
.preparetxt {
	font-size: 29px;
	line-height: 50px;
	padding-top: 50px;
}
.indetail_topper {
	padding: 30px 0px;
}
.indetail_topper dt {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 20px;
}
.indetail_topper dd a {
	width: 360px;
	margin: 10px;
	border-radius: 10px;
	padding-left: 20px;
	line-height: 56px;
	font-size: 19px;
}
.indetail_topper dd a svg {
	top: 18px;
	right: 15px;
	width: 20px;
	height: 20px;
}
}
 @media all and (min-width:641px) and (max-width:1023px) {
.prepare {
	padding: 60px 0px;
}
.prepare h5 {
	font-size: 25px;
	line-height: 130px;
}
.preparetxt {
	font-size: 20px;
	line-height: 40px;
	padding-top: 30px;
}
.indetail_topper {
	padding: 10px 0px;
}
.indetail_topper dt {
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 20px;
}
.indetail_topper dd a {
	width: 270px;
	margin: 5px;
	border-radius: 10px;
	padding-left: 15px;
	line-height: 56px;
	font-size: 15px;
}
.indetail_topper dd a svg {
	top: 18px;
	right: 15px;
	width: 20px;
	height: 20px;
}
}
 @media all and (max-width:620px) {
.prepare {
	padding: 100px 0px;
}
.prepare h5 {
	font-size: 17px;
	line-height: 30px;
}
.preparetxt {
	font-size: 17px;
	line-height: 25px;
	padding-top: 30px;
}
.indetail_topper {
	padding: 10px 0px;
}
.indetail_topper dt {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
}
.indetail_topper dd a {
	width: 270px;
	margin: 5px;
	border-radius: 10px;
	padding-left: 15px;
	line-height: 50px;
	font-size: 14px;
}
.indetail_topper dd a svg {
	top: 18px;
	right: 15px;
	width: 16px;
	height: 16px;
}
}
/* **************************************** *
 * 수정끝
 * **************************************** */


































/* sub visual */
.s_vis {
	height: 250px;
	background: #1f1e1d url('/images/sub/vis_bg01.jpg') no-repeat center center;
	background-size: cover;
}
.s_vis p {
	height: 250px;
	padding-top: 55px;
	padding-left: 55px;
}
.s_vis.bg01 {
	background-image: url('/images/sub/vis_bg01.jpg');
}
.s_vis.bg02 {
	background-image: url('/images/sub/vis_bg02.jpg');
}
.s_vis.bg03 {
	background-image: url('/images/sub/vis_bg03.jpg');
}
.s_vis.bg04 {
	background-image: url('/images/sub/vis_bg04.jpg');
}
.s_vis.bg05 {
	background-image: url('/images/sub/vis_bg05.jpg');
}
.s_vis.bg06 {
	background-image: url('/images/sub/vis_bg06.jpg');
}
.s_vis.bg0 {
	background-image: url('/images/sub/vis_bg01.jpg');
}
.s_vis .line {
	display: none;
}
 @media all and (max-width:1024px) {
.s_vis .line {
	display: block;
	position: relative;
	height: 5px;
	background: #282828;
	font-size: 0;
}
.s_vis .line:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 5px;
	background: #ff8035;
}
}
 @media all and (max-width:768px) {
.s_vis {
	height: 195px;
}
.s_vis p {
	height: 190px;
	padding-top: 35px;
	padding-left: 0;
}
.s_vis p img {
	width: 255px;
}
}
 @media all and (max-width:480px) {
.s_vis {
	height: 155px;
}
.s_vis p {
	height: 150px;
	padding-top: 25px;
}
.s_vis p img {
	width: 205px;
}
}
/* container */
#container {
	padding: 30px 0 60px;
	overflow: hidden;
}
.sub_cont {
	min-height: 300px;
}
 @media all and (max-width:1024px) {
#container {
	padding-top: 0;
}
}
/* snb */
#aside {
	float: left;
	width: 16.666%;
}
#aside h2 {
	height: 102px;
	padding-top: 32px;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	background: url('/images/common/snb_bg.png') no-repeat 0 0;
	text-align: center;
}
#snb {
	margin-top: 10px;
	margin-bottom: 30px;
}
#snb > li > a {
	display: block;
	height: 40px;
	line-height: 39px;
	padding-left: 10px;
	font-size: 16px;
	color: #777;
	border-bottom: 1px dashed #b6b6b6;
}
#snb > li > a:hover, #snb > li.on > a {
	background: url('/images/common/snb_on.png') no-repeat 95% 9px;
}
#snb > li > a:hover > span, #snb > li.on > a > span {
	font-weight: 700;
	color: #333;
}
#snb > li > a[target="_blank"] {
	background-image: url('/images/common/blank_1.png') !important;
}
#snb > li > ul {
	display: none;
	padding: 0 0 9px 15px;
	border-bottom: 1px dashed #b6b6b6;
	background: #eee;
}
#snb > li > ul > li:first-child {
	padding-top: 10px;
}
#snb > li > ul > li {
}
#snb > li > ul > li > a {
	display: block;
	padding-left: 10px;
	color: #2d2d2d;
	line-height: 24px;
	background: url('/images/common/snb_bl.png') no-repeat 0 11px;
}
#snb > li > ul > li > a:hover, #snb > li > ul > li.on > a {
	font-weight: 700;
	color: #ff8035;
	text-decoration: underline;
	background-image: url('/images/common/snb_bl_on.png');
}
#aside .ban {
}
#aside .ban > li {
	margin-bottom: 10px;
}
#aside .ban > li > a {
	display: block;
	font-size: 0;
	line-height: 0;
}
#aside .ban > li > a > img {
	width: 100%;
}
 @media all and (max-width:1024px) {
#aside {
	display: none;
}
}
/* content */
#content {
	float: left;
	width: 80%;
	margin-left: 3.333%;
}
.sub_head {
	position: relative;
	padding-top: 18px;
	padding-bottom: 40px;
}
.sub_head > .tle {
	font-weight: 700;
	font-size: 31px;
}
.sub_head > .txt {
	padding-top: 18px;
	font-size: 16px;
	color: #777;
}
.sub_head > .path {
}
.sub_head > .path > li {
	padding-right: 12px;
	padding-left: 16px;
	color: #777;
	background: url('/images/common/path_arr.png') no-repeat 0 3px;
}
.sub_head > .path > li:first-child {
	position: relative;
	background: none;
	padding-left: 22px;
	text-transform: uppercase;
}
.sub_head > .path > li:first-child:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 12px;
	background: url('/images/common/path_home.png') no-repeat 0 0;
}
 @media all and (min-width:1025px) {
.sub_head > .path {
	position: absolute;
	top: 29px;
	right: 0;
}
.sub_head > .path > li {
	float: left;
}
}
 @media all and (max-width:1024px) {
#content {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-top: 18px;
}
.sub_head {
	padding-top: 8px;
}
.sub_head > .tle {
	padding-bottom: 25px;
	font-size: 25px;
	text-align: center;
}
.sub_head > .txt {
	display: none;
}
.sub_head > .path {
	text-align: center;
}
.sub_head > .path > li {
	display: inline;
	padding-right: 6px;
	padding-left: 14px;
}
.sub_head > .path > li:first-child {
	font-size: 0;
	padding-left: 0;
	padding-right: 3px;
}
.sub_head > .path > li:first-child + li {
	background: none;
}
.sub_head > .path > li:first-child:before {
	top: -10px;
}
}
 @media all and (max-width:768px) {
.sub_head {
	padding-bottom: 30px;
}
}
 @media all and (max-width:480px) {
.sub_head {
	padding-bottom: 25px;
}
}
/* sub cont */
.sub_cont h4 {
	margin-top: 40px;
	padding-top: 14px;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	background: url('/images/common/bl_h4.png') no-repeat 0 0;
}
.sub_cont h4:first-child {
	margin-top: 0;
}
.sub_cont h5 {
	padding-bottom: 10px;
	padding-left: 25px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	background: url('/images/common/bl_h5.png') no-repeat 0 4px;
}
.bl_st1, .bul_st1 li {
	padding-left: 12px;
	color: #555;
	line-height: 27px;
	letter-spacing: -0.04em;
	background: url('/images/common/bl_2_1.png') no-repeat 0 9px;
}
.bul_hyp li {
	padding-left: 12px;
	color: #555;
	line-height: 27px;
	letter-spacing: -0.04em;
	background: url('/images/common/bl_hyp.png') no-repeat 0 12px;
}
li.none {
	background: none;
}
.explan {
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.04em;
	color: #555;
	text-align: justify;
}
.ready {
	width: 80%;
	padding-top: 20px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}
.ready1 {
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}
.ready img {
	width: 100%;
	max-width: 355px;
}
.br {
	padding: 7px;
	border: 1px solid #d8d8d8;
	font-size: 0;
	line-height: 0;
}
.br img {
	width: 100%;
}
 @media all and (max-width:768px) {
.sub_cont h4 {
	font-size: 20px;
}
.explan {
	font-size: 14px !important;
	line-height: 22px;
}
}
 @media all and (max-width:480px) {
.sub_cont h4 {
	font-weight: 700;
	font-size: 18px;
}
}
/* box style */
.box_st1 {
	padding: 5px;
	border: 1px solid #c8c8c8;
	background: #dbdbdb;
}
.box_st1 .inr {
	background: #fff;
	overflow: hidden;
}
.box_st1 dl {
	padding: 30px 30px 25px;
}
.box_st1 dt {
	font-weight: 700;
	font-size: 20px;
	color: #333;
}
.box_st1 dd {
	padding-top: 15px;
}
.box_st2 {
	position: relative;
	padding: 53px 0;
	border: 1px solid #d3dde3;
	background: #dce7ee url('/images/common/box_bg2.png') no-repeat center 0;
	background-size: cover;
}
.box_st2 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 27.35%;
	font-size: 0;
	line-height: 0;
}
.box_st2 p img {
	width: 100%;
	max-width: 262px;
}
.box_st2 dl {
	width: 100%;
	padding: 0 30px 0 30%;
}
.box_st2 dt {
	font-size: 0;
	line-height: 0;
}
.box_st2 dd {
	padding-top: 22px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.05em;
}
.box_st3 {
	clear: both;
	position: relative;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	overflow: hidden;
}
.box_st4 {
	padding: 28px 20px;
	border: 1px solid #d3dde3;
	background: #e5eef4 url('/images/common/box_bg4.png') no-repeat center center;
	text-align: center;
}
 @media all and (min-width:769px) {
.box_st2 {
	height: 200px;
}
}
 @media all and (max-width:768px) {
.box_st1 dl {
	padding: 25px 25px 20px;
}
.box_st2 {
	padding: 38px 0;
}
.box_st2 p {
	display: none;
}
.box_st2 dl {
	padding: 0 20px 0 20px;
}
.box_st2 dd {
	padding-top: 17px;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
}
 @media all and (max-width:480px) {
.box_st1 dl {
	padding: 20px 20px 15px;
}
.box_st2 {
	padding: 23px 0;
}
.box_st2 dl {
	padding: 0 15px 0 15px;
}
.box_st2 dd {
	padding-top: 12px;
	font-size: 14px;
}
.box_st4 {
	padding: 20px;
}
}
/* table style */
.tbl_st1.taC tbody td {
	text-align: center !important;
}
.tbl_st1 {
	width: 100%;
	border-top: 1px solid #535353;
}
.tbl_st1 thead th {
	padding: 12px 0 13px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	background: #888;
	text-align: center;
	border: solid #535353;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
}
.tbl_st1 tr:first-child thead th:first-child {
	border-left: 1px solid #535353;
}
.tbl_st1 tbody th, .tbl_st1 td {
	padding: 12px 0 13px;
	color: #666;
	line-height: 22px;
	border: solid #dbdbdb;
	border-width: 0 1px 1px 0;
	border-top: 0;
	text-align: center;
}
.tbl_st1 tbody th {
	background: #f5f5f5;
}
.tbl_st1 tbody th:first-child {
	border-left: 1px solid #dbdbdb;
}
.tbl_st1 td:first-child {
	border-left: 1px solid #dbdbdb;
}
.tbl_st1 td.taL {
	text-align: left;
	padding-left: 10px;
}
/* paging */
.paging {
	clear: both;
	text-align: center;
	padding: 50px 0 0;
}
.paging > * {
	vertical-align: middle;
}
.paging strong, .paging a {
	display: inline-block;
	margin: 0 1px;
	min-width: 32px;
	height: 33px;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	border: 1px solid #cacaca;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.paging a:hover, .paging strong {
	font-weight: 700;
	color: #fff;
	background-color: #555;
}
.paging .arr {
	text-indent: -9999px;
}
.paging .first {
	background: url('/images/common/page_first.png') no-repeat center 0;
}
.paging .prev {
	background: url('/images/common/page_prev.png') no-repeat center 0;
}
.paging .next {
	background: url('/images/common/page_next.png') no-repeat center 0;
}
.paging .last {
	background: url('/images/common/page_last.png') no-repeat center 0;
}
.paging .arr:hover {
	background-color: #ff8035;
	background-position: 0 -33px;
}
/* 문화관광형시장 육성사업단 */
.bizinfo .head {
	position: relative;
	border-bottom: 5px solid #666;
	overflow: hidden;
}
.bizinfo .head p {
	position: absolute;
	width: 165px;
	bottom: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
}
.bizinfo .head p img {
	width: 100%;
}
.bizinfo .head dl {
	margin: 40px 0;
	padding-left: 215px;
}
.bizinfo .head dt img {
	width: 80%;
	max-width: 213px;
	font-size: 0;
	line-height: 0;
}
.bizinfo .head dd {
	padding-top: 22px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.05em;
	text-align: justify;
}
.bizinfo .pic {
	margin-top: 5px;
	overflow: hidden;
}
.bizinfo .pic p {
	float: left;
	width: 31.25%;
	margin-left: 3.125%;
	line-height: 0;
}
.bizinfo .pic p:first-child {
	margin-left: 0;
}
.bizinfo .pic p img {
	width: 100%;
}
 @media all and (max-width:768px) {
.bizinfo .head p {
	position: relative;
	width: 30%;
	margin: 0 auto;
}
.bizinfo .head dl {
	padding-left: 0;
}
.bizinfo .head dt {
	text-align: center;
}
.bizinfo .head dd {
	text-align: center;
}
}
 @media all and (max-width:480px) {
.bizinfo .head p {
	width: 50%;
}
.bizinfo .head dl {
	margin: 30px 0;
}
}
/*  개인정보취급방침 */
.privacy_wrap {
	line-height: 24px;
	text-align: justify;
}
.privacy_wrap p {
	padding-bottom: 13px;
}
.privacy_wrap .box_st1 .inr {
	padding: 20px;
}
.privacy_wrap .bul_hyp li {
	line-height: 24px;
}
/* 이메일무단수집거부 */
.email {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.email > dl {
	padding-top: 138px;
	text-align: center;
	background: url('/images/sub/email_ico.png') no-repeat center 0;
}
.email > dl dt {
	line-height: 0;
}
.email > dl dt > img {
	width: 100%;
	max-width: 466px;
}
.email > dl dd {
	padding-top: 20px;
	font-size: 15px;
	line-height: 26px;
}
 @media all and (max-width:480px) {
.email > dl {
	padding-top: 116px;
	background-size: 80px 86px;
}
.email > dl dd {
	padding-top: 15px;
	font-size: 14px;
}
}
/* 사이트맵 */ 
.sitemap_wrap {
}
.sitemap_wrap > ul {
	overflow: hidden;
}
.sitemap_wrap > ul > li {
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-bottom: 20px;
	border-top: 2px solid #555;
}
.sitemap_wrap > ul > li:nth-child(3n+1) {
	margin-left: 0;
}
.sitemap_wrap > ul > li > a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	border-bottom: 3px solid #ff8035;
	background: #777;
	text-align: center;
}
.sitemap_wrap .sub_menu {
	height: 190px;
	padding: 15px 20px;
	border: 1px solid #d0d0d0;
	border-top: 0;
}
.sitemap_wrap .sub_menu li {
	line-height: 30px;
	border-bottom: 1px dotted #d0d0d0;
}
.sitemap_wrap .sub_menu li a {
	letter-spacing: -0.04em;
}
.sitemap_wrap .sub_menu li a:hover {
	font-weight: 700;
}
 @media all and (max-width:768px) {
.sitemap_wrap > ul > li {
	width: 32%;
	margin-left: 2%;
}
.sitemap_wrap .sub_menu {
	padding: 10px 15px;
}
}
 @media all and (max-width:480px) {
.sitemap_wrap > ul > li {
	width: 49%;
}
.sitemap_wrap > ul > li:nth-child(3n+1) {
	margin-left: 2%;
}
.sitemap_wrap > ul > li:nth-child(2n+1) {
	margin-left: 0;
}
.sitemap_wrap > ul > li > a {
	height: 40px;
	line-height: 40px;
}
.sitemap_wrap .sub_menu {
	padding: 10px 12px;
}
}
/* 커뮤니티 > 상주관광 */
.tour_head {
	margin-bottom: 25px;
	padding: 28px 35px;
	text-align: left;
	overflow: hidden;
}
.tour_head > img {
	float: left;
	width: 78%;
	max-width: 367px;
}
.tour_head > a {
	display: block;
	float: right;
	padding-top: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	border-radius: 8px;
	background: #1a3c4a;
	text-align: center;
}
 @media all and (max-width:768px) {
.tour_head {
	padding: 25px 20px;
}
}
@media all and (min-width:481px) {
.tour_head > a {
	width: 20%;
	max-width: 80px;
	height: 70px;
}
}
@media all and (max-width:480px) {
.tour_head {
	padding: 20px 20px;
}
.tour_head > img {
	width: 100%;
}
.tour_head > a {
	width: 160px;
	height: 40px;
	margin-top: 15px;
	padding-top: 9px;
	border-radius: 6px;
}
.tour_head > a br {
	display: none;
}
}
/* 이벤트 */
.event_topper {
	overflow: hidden;
	background: #f8b62a url('/images/main/safe_bg1.jpg') no-repeat top right;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.event_topper h5 {
	color: #65218a;
	font-weight: 700;
	background: none;
	padding: 0px !important;
	margin-bottom: 18px;
	text-shadow: 0px 0px 4px #fff;
}
.event_topper p {
	overflow: hidden;
	padding-bottom: 10px;
	line-height: 18px;
	color: #000;
}
.event_topper dl {
	overflow: hidden;
	padding-top: 10px;
}
.myButton {
	background-color: #eae0c2;
	border: 1px solid #038b85;
	display: inline-block;
	cursor: pointer;
	color: #505739;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 16px;
}
.myButton:hover {
	background-color: #ccc2a6;
}
.myButton:active {
	position: relative;
	top: 1px;
}
 @media all and (min-width:1024px) {
.event_topper {
	padding: 30px;
	background: #f8b62a url('/images/main/safe_bg1.jpg') no-repeat top left;
}
.event_topper h5 {
	font-size: 25px;
	line-height: 30px;
}
.event_topper dl {
	width: 80%
}
.event_topper dl dt {
	font-weight: bold;
	width: 15%;
	float: left;
	overflow: hidden;
	border-right: 1px solid #038b85;
	line-height: 23px;
	font-size: 13px;
}
.event_topper dl dd {
	overflow: hidden;
	float: right;
	width: 82%;
	line-height: 23px;
	font-size: 13px;
	color: #333;
}
.event_topper dl dd p {
	color: #e55129;
}
.event_topper p strong {
	text-decoration: underline;
	color: #e55129;
}
}
@media all and (min-width:641px) and (max-width:1023px) {
.event_topper {
	background: #f8b62a url('/images/main/safe_bg1.jpg') no-repeat top left;
}
.event_topper {
	padding: 20px;
}
.event_topper h5 {
	font-size: 25px;
	line-height: 30px;
}
.event_topper dl {
	width: 100%
}
.event_topper dl dt {
	font-weight: bold;
	width: 15%;
	float: left;
	overflow: hidden;
	border-right: 1px solid #038b85;
	line-height: 23px;
	font-size: 13px;
}
.event_topper dl dd {
	overflow: hidden;
	float: right;
	width: 82%;
	line-height: 23px;
	font-size: 13px;
	color: #333;
}
.event_topper dl dd p {
	color: #e55129;
}
.event_topper p strong {
	text-decoration: underline;
	color: #e55129;
}
}
@media all and (max-width:640px) {
.event_topper {
	background: #0ba29b url('/images/main/safe_bg2.jpg') no-repeat top left;
}
.event_topper {
	padding: 10px;
}
.event_topper h5 {
	font-size: 16px;
	line-height: 17px;
}
.event_topper dl {
	width: 100%;
	margin-left: 20px;
	margin-top: 10px
}
.event_topper dl dt {
	font-weight: bold;
	overflow: hidden;
	line-height: 23px;
	font-size: 12px;
}
.event_topper dl dd {
	overflow: hidden;
	line-height: 23px;
	font-size: 12px;
	color: #333;
}
.event_topper dl dd p {
	color: #e55129;
}
.event_topper p strong {
	text-decoration: underline;
	color: #e55129;
}
}
.btn_ty1 {
	border: 1px solid #003366;
	background: #003366;
	line-height: 40px;
	font-size: 15px;
	font-family: 'GmarketSansBold';
	color: #fff;
	letter-spacing: -1px;
	padding: 0px 10px;
	border-radius: 4px;
}
.input_txt {
	height: 25px;
	padding: 2px 3px;
}
.btn_confirm {
	border: 1px solid #d53c99;
	background: #d53c99;
	color: #fff;
	font-family: 'GmarketSansBold';
	border-radius: 4px;
	letter-spacing: -1px;
	line-height: 60px;
	cursor: pointer;
}
.btn_confirm:hover {
	color: #ccc;
	text-decoration: underline;
}
.btn_temp {
	border: 1px solid #999;
	background: #ccc;
	color: #000;
	border-radius: 4px;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 8px 20px 8px 20px;
	cursor: pointer;
}
.btn_temp:hover {
	color: #136;
	text-decoration: underline;
}
.btn_cancel {
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	border-radius: 4px;
	letter-spacing: -1px;
	cursor: pointer;
}
.btn_cancel:hover {
	color: #f31;
	text-decoration: underline;
}
/* youtube thumbsNails */
.youtube-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	object-fit: cover;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url('//i.imgur.com/TxzC70f.png') no-repeat;
	cursor: pointer;
}
.tab2 li {
	width: 24.5%;
	float: left;
	margin: 0 0.2%;
	background-color: #1e8ede;
	font-size: 1.3rem;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
}
.tab2 li a {
	color: #FFF !important;
	line-height: 35px;
}
.tab2 li a span {
	font-size: 1rem;
}
.tb_base22 tr th span {
	font-size: 1.2rem;
	font-weight: 600;
}
.subtt {
	font-size: 22px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #003366;
	font-weight: 600;
	padding-left: 0px;
	font-family: 'Do Hyeon', sans-serif;
}
.event {
	max-width: 1400px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	border: 0px solid red;
	overflow: hidden;
}
.event ul {
	float: left;
	border: 0px solid red;
	width: 100%;
}
.event ul li {
	width: calc(50% - 20px);
	margin: 10px 10px;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
}
.event ul li .eventt {
	overflow: hidden;
	margin-bottom: 20px;
}
.event ul li dl {
	width: 100%;
	float: left;
}
.event ul li dl:nth-child(1) {
	margin-top: 20px;
}
.event ul li dl dt {
	width: 20%;
	float: left;
	color: #3aace6;
	padding-left: 5px;
	font-weight: 600;
	box-sizing: border-box;
}
.event ul li dl dt span {
	padding: 0px 15px;
}
.event ul li dl dd {
	width: 80%;
	float: left;
	line-height: 26px;
	text-align: left;
	padding-left: 25px;
	box-sizing: border-box;
}
.eventt {
	background: #c9e6f4;
	color: #3aace6;
	font-weight: 600;
	font-size: 20px;
	line-height: 50px;
	border-radius: 15px;
}
.notice_alert {
	color: #df3636;
	text-align: right;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
}
 @media all and (min-width:1024px) {
.event ul li dt {
}
.event ul li {
	height: 370px;
}
.event ul li dl dt, .event ul li dl dd {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 4px;
}
.btn_confirm, .btn_cancel {
	font-size: 26px;
	padding: 0px 60px;
	line-height: 110px;
}
}
@media all and (max-width:1289px) {
.event {
	width: 100%;
}
}
 @media all and (max-width:989px) {
.event {
	width: 100%;
}
.event ul li {
	width: 96%;
}
}
 @media all and (min-width:641px) and (max-width:1023px) {
body {
	border: 0px solid red
}
.btn_confirm, .btn_cancel {
	font-size: 21px;
	padding: 0px 60px;
	line-height: 80px;
}
}
@media all and (max-width:640px) {
.notice_alert {
	font-size: 13px;
	line-height: 22px;
}
td {
	word-break: break-word !important;
}
.btn_confirm, .btn_cancel {
	font-size: 17px;
	padding: 0px 20px;
	line-height: 60px;
}
}
.aleady_meg {
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
	border: 4px solid #ddd;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.aleady_meg h2 span, .aleady_meg h2 {
	font-family: 'GmarketSansBold';
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 20px;
}
.aleady_meg {
}
.aleady_meg h2 span {
	color: red !important;
}
 @media all and (max-width:640px) {
.aleady_meg {
	font-size: 16px !important;
	line-height: 23px;
}
.aleady_meg h2 span, .aleady_meg h2 {
	font-size: 23px;
	line-height: 27px;
}
}
/*부스배치도*/
.booth_chart_wrap {
	position: relative;
}
.booth_chart_wrap .btn_booth {
	position: absolute;
	bottom: 20px;
	right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e64040;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: none;
}
.booth_chart_wrap .btn_booth i {
	font-size: 15px;
	margin-top: 5px;
	color: #fff;
}
.booth_chart_wrap img {
	max-width: 100%;
}


/*모바일*/
@media (max-width:640px) {
.booth_chart_wrap .btn_booth {
	display: flex;
}
}
/* ================================================================
film_wrap - 스폰서
   ================================================================ */


.sponwrap {
	overflow: hidden;
}
.sponwrap .inner {
	border-radius: 30px;
	padding: 90px;
	background: #f5f5f5;
	text-align: Center;
}
.sponwrap .inner img {
	width: 90%;
	max-width: 300px;
	mix-blend-mode: multiply;
}
.sponwrap .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; /* 좌측 정렬로 변경 */
	gap: 30px; /* 항목 간 간격 */
}
.sponwrap .inner ul li {
	background: #fff;
	width: calc((100% - 60px) / 3); /* 3개 열 기준, gap 고려 */
	border-radius: 10px;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.sponwrap .inner ul li:nth-child(n+4) {
	margin-top: 30px;
}

/* ----------- web -------------*/
@media (max-width:1300px) {
.sponwrap .inner {
	border-radius: 20px;
	padding: 50px;
}
.sponwrap .inner ul li {
	width: calc(100%/3 - 10px);
	padding: 8px 0;
}
.sponwrap .inner ul li:nth-child(n+4) {
	margin-top: 20px;
}
}



/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.sponwrap .inner {
	border-radius: 15px;
	padding: 20px;
}
.sponwrap .inner ul li {
	width: calc(100%/3 - 5px);
	padding: 6px 0;
}
.sponwrap .inner ul li:nth-child(n+4) {
	margin-top: 10px;
}
}

/* -----------  mobile -------------*/
@media (max-width:768px) {
.sponwrap .inner {
	border-radius: 20px;
	padding: 30px;
}
.sponwrap .inner ul {
	gap: 10px;
}
.sponwrap .inner ul li {
	width: calc(100%/2 - 10px);
	padding: 8px 0;
}
.sponwrap .inner ul li:nth-child(n+3) {
	margin-top: 15px;
}
.sponwrap .inner ul li {
	width: calc(100%/2 - 8px);
}
 .time_table_wrap .time_table tbody tr td h4 span {
    display: block;
    margin-top: 0.2em; /* 줄 사이 여유 */
	font-size:0.9rem
  }
}

/* -----------  min-mobile -------------*/
@media (max-width:500px) {
.sponwrap .inner {
	border-radius: 15px;
	padding: 20px;
}
.sponwrap .inner ul li:nth-child(n+3) {
	margin-top: 10px;
}
}

/* -----------  min-mobile -------------*/
@media (max-width:360px) {
.sponwrap .inner ul li {
	width: 100%;
	padding: 8px 0;
}
.sponwrap .inner ul li:nth-child(n+2) {
	margin-top: 12px;
}
}
/* ================================================================
영화관람신청
   ================================================================ */
.dadaepo {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
}
.dadaepo h1 {
	font-size: 50px;
	color: #000
}
.dadaepo p {
	background: rgba(255,255,255,.8);
	backdrop-filter: blur(3px);
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: -0.5px;
	padding: 20px;
	font-weight: 400
}
.over-tit {
	margin-bottom: 0 !important
}
.overview {
	width: 100%;
	background: rgba(0,0,0,.04);
	backdrop-filter: blur(3px);
	padding: 50px;
}
.overview, .overview ul {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center
}
.overview ul li b {
	font-size: 20px;
	font-weight: 600;
	background: #073994;
	color: #fff;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 100px;
}
.overview ul li p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
	margin-top: 5px;
}
.overview ul li:nth-child(n+2) {
	margin-top: 20px;
}
.reser-btn {
	margin-top: 50px;
	border-radius: 100px;
	background: rgb(39,174,215);
	background: linear-gradient(135deg, rgba(39,174,215,1) 0%, rgba(39,102,215,1) 100%);
	color: #fff !important;
	font-size: 27px;
	line-height: 70px;
	padding: 0 50px;
}
.reser-btn.ct {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	margin-top: 50px
}
.screening dl {
	display: flex;
	flex-wrap: wrap;
}
.screening dl dd {
	width: calc(100%/3 - 30px);
	margin-right: 45px;
	border: 1px solid #2766d7;
	padding: 40px 20px;
	background: rgba(255,255,255,.6);
	backdrop-filter: blur(3px);
}
.screening dl dd:hover {
	background: rgba(39,102,215,0.03)
}
.screening dl dd:nth-child(3n) {
	margin-right: 0
}
.screening dl dd:nth-child(n+4) {
	margin-top: 40px
}
.screening dl dd > div {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #2766d7;
}
.screening dl dd > div h1 {
	font-size: 26px;
	line-height: 1.4;
}
.screening dl dd > div b {
	font-weight: 400;
	font-size: 18px;
	color: #666
}
.screening dl dd p {
	font-size: 18px;
	color: #000;
	line-height: 1.4;
	font-weight: 300;
	text-align: center;
	padding: 0 5px;
}
.inquiry {
	margin-top: 120px;
	background: rgba(39,102,215,0.08);
	padding: 60px;
	padding-top: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.inquiry h3 {
	font-size: 24px;
	color: #000
}
.inquiry ul {
	margin: 8px 0
}
.inquiry ul li, .inquiry ul {
	display: flex;
	flex-wrap: wrap;
}
.inquiry ul li {
	margin: 0 40px;
	font-size: 20px;
}
.inquiry ul li b {
	font-weight: 700;
}
.inquiry ul li p {
	font-weight: 300;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}
.inquiry ul li p::before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: #000;
	position: absolute;
	top: 9px;
	left: 0;
}
.inquiry strong {
	color: #d60d0d;
	font-weight: 400;
	font-size: 18px
}


/* ----------- web -------------*/
@media (max-width:1300px) {
.dadaepo h1 {
	font-size: 44px;
}
.dadaepo p {
	background: rgba(255,255,255,.8);
	font-size: 19px;
	line-height: 1.5;
}
.overview {
	padding: 40px;
}
.overview ul li b {
	font-size: 18px;
	line-height: 36px;
	padding: 0 20px;
}
.overview ul li p {
	font-size: 18px;
}
.overview ul li:nth-child(n+2) {
	margin-top: 20px;
}
.reser-btn {
	margin-top: 40px;
	font-size: 24px;
	line-height: 62px;
	padding: 0 40px;
}
.reser-btn.ct {
	margin-top: 40px
}
.screening dl dd {
	width: calc(100%/3 - 15px);
	margin-right: 22px;
	padding: 30px 20px;
}
.screening dl dd:nth-child(3n) {
	margin-right: 0
}
.screening dl dd:nth-child(n+4) {
	margin-top: 20px
}
.screening dl dd > div h1 {
	font-size: 23px;
}
.screening dl dd > div b, .screening dl dd p {
	font-size: 17px;
}
.inquiry {
	margin-top: 100px;
	padding: 55px 20px;
	padding-top: 20px
}
.inquiry h4.subst01 {
	line-height: 2.5em;
}
.inquiry h3 {
	font-size: 21px;
}
.inquiry ul {
	margin: 6px 0
}
.inquiry ul li {
	margin: 0 35px;
	font-size: 19px;
}
.inquiry strong {
	font-size: 17px
}
}



/* ----------- pad mobile -------------*/
@media (max-width:1023px) {
.dadaepo h1 {
	font-size: 38px;
}
.dadaepo p {
	background: rgba(255,255,255,.7);
	font-size: 17px
}
.overview ul li b {
	font-size: 17px;
	line-height: 32px;
	padding: 0 18px;
}
.overview ul li p {
	font-size: 17px;
	margin-top: 3px
}
.overview ul li:nth-child(n+2) {
	margin-top: 15px;
}
.reser-btn {
	margin-top: 35px;
	font-size: 21px;
	line-height: 56px;
	padding: 0 35px;
}
.reser-btn.ct {
	margin-top: 35px
}
.screening dl dd {
	width: calc(100%/3 - 10px);
	margin-right: 15px;
	padding: 20px 10px;
}
.screening dl dd:nth-child(3n) {
	margin-right: 0
}
.screening dl dd:nth-child(n+4) {
	margin-top: 15px
}
.screening dl dd > div {
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.screening dl dd > div h1 {
	font-size: 20px;
}
.screening dl dd > div b, .screening dl dd p {
	font-size: 16px;
}
.inquiry {
	margin-top: 70px;
	padding: 45px 20px;
	padding-top: 20px
}
.inquiry h3 {
	font-size: 20px;
}
.inquiry ul {
	margin: 5px 0
}
.inquiry ul li {
	margin: 0 25px;
	font-size: 18px;
}
.inquiry ul li p::before {
	height: 13px;
	top: 7px;
}
.inquiry strong {
	font-size: 17px
}
}


/* -----------  mobile -------------*/
@media (max-width:768px) {
.dadaepo h1 {
	font-size: 32px;
}
.dadaepo p {
	font-size: 16px
}
.overview {
	padding: 30px;
}
.overview ul li b {
	font-size: 16px;
	line-height: 30px;
	padding: 0 16px;
}
.overview ul li p {
	font-size: 16px;
}
.reser-btn {
	margin-top: 30px;
	font-size: 19px;
	line-height: 50px;
	padding: 0 30px;
}
.reser-btn.ct {
	margin-top: 30px
}
h4.subst01.mt70 {
	margin-top: 50px !important
}
.screening dl {
	justify-content: space-between;
}
.screening dl dd:nth-child(n+3) {
	margin-top: 15px
}
.screening dl dd {
	width: 48%;
	margin-right: 0;
	padding: 20px 10px;
}
.screening dl dd > div {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.screening dl dd > div h1 {
	font-size: 18px;
}
.screening dl dd > div b, .screening dl dd p {
	font-size: 15px;
}
.inquiry {
	margin-top: 50px;
	padding: 35px 10px;
	padding-top: 10px
}
.inquiry h3 {
	font-size: 18px;
}
.inquiry ul {
	margin: 7px 0;
	flex-flow: column;
	align-items: center;
}
.inquiry ul li {
	margin: 0px;
	font-size: 16px;
}
.inquiry ul li p {
	margin-left: 8px;
	padding-left: 8px;
}
.inquiry ul li p::before {
	height: 11px;
	top: 7px;
}
.inquiry strong {
	font-size: 15px
}
}


/* -----------  min-mobile -------------*/
@media (max-width:500px) {
.dadaepo h1 {
	font-size: 27px;
}
.dadaepo p br {
	display: none
}
.overview {
	padding: 30px 15px;
}
.overview ul li b {
	font-size: 15px;
	line-height: 28px;
	padding: 0 13px;
}
.overview ul li p {
	font-size: 15px;
}
.overview ul li:nth-child(n+2) {
	margin-top: 12px;
}
.reser-btn {
	margin-top: 25px;
	font-size: 17px;
	line-height: 44px;
	padding: 0 25px;
}
.reser-btn.ct {
	margin-top: 25px
}
h4.subst01.mt70 {
	margin-top: 30px !important
}
.screening dl dd {
	width: 100%;
	padding: 30px 20px;
}
.screening dl dd:nth-child(n+2) {
	margin-top: 15px
}
.screening dl dd > div {
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.screening dl dd > div h1 {
	font-size: 19px;
}
.screening dl dd > div b, .screening dl dd p {
	font-size: 16px;
}
.inquiry {
	margin-top: 40px;
	padding: 30px 10px;
	padding-top: 10px
}
.inquiry h3 {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center
}
.inquiry ul {
	margin: 4px 0;
}
.inquiry ul li {
	margin: 2px 0px;
	font-size: 15px;
}
.inquiry ul li p {
	margin-left: 6px;
	padding-left: 6px;
}
.inquiry ul li p::before {
	height: 10px;
	top: 7px;
}
.inquiry strong {
	font-size: 14px;
	text-align: center;
}
}
/* -----------  부대행사 - 해변포차 -------------*/
.over-tit.mt100 {
	margin-top: 100px;
}
.side-time {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background: rgb(2,70,194);
	background: linear-gradient(159deg, rgba(2,70,194,1) 0%, rgba(0,44,125,1) 100%);
	color: #fff;
	padding: 30px 10px;
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	border-radius: 100px
}
.side-loca {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 28px;
	line-height: 1.4;
	border-radius: 100px;
	font-weight: 700;
	color: #073ea2;
	background: rgb(2, 70, 194, 0.08);
	padding: 30px 10px;
	text-align: center;
}
.side-time span {
	font-size: 32px;
	font-weight: 300;
	margin-right: 12px;
	margin-top: 2px
}
.side-loca span {
	font-size: 32px;
	font-weight: 500;
	margin-right: 10px;
	margin-top: 3px
}
.pocha-list {
	display: flex;
	flex-wrap: wrap;
}
.pocha-list li {
	width: calc(100%/3 - 25px);
	margin-right: 37px;
	display: flex;
	flex-flow: column;
	border: 1px solid var(--pointcolor2);
	background: rgba(255,255,255,.8);
	backdrop-filter: blur(3px);
}
.pocha-list li:nth-child(3n) {
	margin-right: 0;
}
.pocha-list li:nth-child(n+4) {
	margin-top: 40px
}
.pocha-list h3 {
	width: 100%;
	background: var(--pointcolor2);
	border: 1px solid var(--pointcolor2);
	color: #fff;
	line-height: 64px;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}
.pocha-list dl {
	padding: 30px;
}
.pocha-list dl dd {
	display: flex;
	flex-wrap: wrap;
	font-size: 19px;
	line-height: 1.4;
	padding-left: 12px;
	position: relative;
}
.pocha-list dl dd::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: var(--pointcolor2);
	border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 0;
}
.pocha-list dl dd b {
	font-weight: 800;
	padding-right: 15px;
	color: #000
}
.pocha-list dl dd p {
	font-weight: 300;
	font-size: 18px;
	color: #444
}
.pocha-list dl dd:nth-child(n+2) {
	margin-top: 10px
}
/* -----------  부대행사 - 이벤트 프로그램 -------------*/
.tb_wrap {
	width: 100%;
	overflow: hidden;
}
.tb_wrap table {
	width: 100%;
	border: 1px solid #333
}
.tb_wrap table tr th, .tb_wrap table tr td {
	padding: 25px;
	text-align: center;
	font-weight: 700;
}
.tb_wrap table thead th {
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.tb_wrap table thead th:first-child {
	border-left: 1px solid #333;
}
.tb_wrap table thead th:last-child {
	border-right: 1px solid #333;
}
.tb_wrap table tbody th, .tb_wrap table tbody td {
	background: rgba(255,255,255,.8);
	border-right: 1px solid #ddd;
	font-size: 20px;
	line-height: 1.4
}
.tb_wrap table tbody td:last-child {
	border-right: 1px solid #333;
}
.tb_wrap table tbody tr {
	border-bottom: 1px solid #333
}
.tb_wrap table tbody th {
	font-weight: 700
}
.tb_wrap table tbody td {
	font-weight: 400
}



/* ----------- web -------------*/
@media (max-width:1300px) {
.over-tit.mt100 {
	margin-top: 80px;
}
.side-time {
	padding: 28px 10px;
	font-size: 24px;
}
.side-loca {
	font-size: 26px;
	padding: 28px 10px;
}
.side-time span {
	font-size: 30px;
	margin-right: 10px;
	margin-top: 1px
}
.side-loca span {
	font-size: 30px;
	margin-right: 8px;
	margin-top: 2px
}
.pocha-list li {
	width: calc(100%/3 - 15px);
	margin-right: 20px;
}
.pocha-list li:nth-child(n+4) {
	margin-top: 20px
}
.pocha-list h3 {
	line-height: 58px;
	font-size: 21px;
}
.pocha-list dl {
	padding: 20px;
}
.pocha-list dl dd {
	font-size: 18px;
	padding-left: 10px;
}
.pocha-list dl dd::before {
	width: 4px;
	height: 4px;
	top: 10px;
}
.pocha-list dl dd b {
	padding-right: 13px;
}
.pocha-list dl dd p {
	font-size: 17px;
}
.pocha-list dl dd:nth-child(n+2) {
	margin-top: 10px
}
/* -----------  부대행사 - 이벤트 프로그램 -------------*/
.tb_wrap table tr th, .tb_wrap table tr td {
	padding: 20px 10px;
}
.tb_wrap table thead th {
	font-size: 21px;
}
.tb_wrap table tbody th, .tb_wrap table tbody td {
	font-size: 19px;
}
}


/* ----------- web -------------*/
@media (max-width:1023px) {
.over-tit.mt100 {
	margin-top: 70px;
}
.side-time {
	padding: 22px 10px;
	font-size: 22px;
}
.side-loca {
	font-size: 23px;
	padding: 22px 10px;
}
.side-time span {
	font-size: 27px;
	margin-right: 10px;
	margin-top: 1px
}
.side-loca span {
	font-size: 27px;
	margin-right: 8px;
	margin-top: 2px
}
.pocha-list li {
	width: calc(100%/3 - 8px);
	margin-right: 12px;
}
.pocha-list li:nth-child(n+4) {
	margin-top: 12px
}
.pocha-list h3 {
	line-height: 52px;
	font-size: 19px;
}
.pocha-list dl {
	padding: 12px;
}
.pocha-list dl dd {
	font-size: 16px;
	padding-left: 10px;
}
.pocha-list dl dd::before {
	width: 3px;
	height: 3px;
	top: 9px;
}
.pocha-list dl dd b {
	padding-right: 13px;
}
.pocha-list dl dd p {
	font-size: 15px;
}
.pocha-list dl dd:nth-child(n+2) {
	margin-top: 8px
}
/* -----------  부대행사 - 이벤트 프로그램 -------------*/
.tb_wrap table tr th, .tb_wrap table tr td {
	padding: 18px 10px;
}
.tb_wrap table thead th {
	font-size: 19px;
}
.tb_wrap table tbody th, .tb_wrap table tbody td {
	font-size: 17px;
}
}


/* -----------  mobile -------------*/
@media (max-width:768px) {
.over-tit.mt100 {
	margin-top: 60px;
}
.side-time {
	flex-flow: column;
	align-items: center;
	padding: 20px;
	font-size: 19px;
}
.side-loca {
	flex-flow: column;
	align-items: center;
	font-size: 20px;
	padding: 19px;
}
.side-time span {
	font-size: 27px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px
}
.side-loca span {
	font-size: 27px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px
}
.pocha-list li {
	width: calc(100%/2 - 15px);
	margin-right: 15px !important;
}
.pocha-list li:nth-child(n+3) {
	margin-top: 15px
}
.pocha-list li:nth-child(2n) {
	margin-right: 0 !important
}
.pocha-list h3 {
	line-height: 45px;
	font-size: 17px;
}
.pocha-list dl {
	padding: 12px;
}
.pocha-list dl dd {
	font-size: 15px;
}
.pocha-list dl dd b {
	padding-right: 10px;
}
.pocha-list dl dd p {
	font-size: 14px;
}
.pocha-list dl dd:nth-child(n+2) {
	margin-top: 5px
}
/* -----------  부대행사 - 이벤트 프로그램 -------------*/
.tb_wrap table tr th, .tb_wrap table tr td {
	padding: 16px 5px;
}
.tb_wrap table thead th {
	font-size: 17px;
}
.tb_wrap table tbody th, .tb_wrap table tbody td {
	font-size: 16px;
}
}


/* -----------  mobile -------------*/
@media (max-width:500px) {
.over-tit.mt100 {
	margin-top: 50px;
}
.side-time {
	padding: 17px;
	font-size: 17px;
	border-radius: 10px
}
.side-loca {
	font-size: 17px;
	padding: 17px;
	border-radius: 10px
}
.side-time span {
	font-size: 24px;
}
.side-loca span {
	font-size: 24px;
}
.pocha-list li {
	width: 100%;
	margin-right: 0px !important;
}
.pocha-list li:nth-child(n+2) {
	margin-top: 10px
}
.pocha-list h3 {
	line-height: 45px;
	font-size: 17px;
}
.pocha-list dl {
	padding: 20px;
}
.pocha-list dl dd {
	font-size: 15px;
}
.pocha-list dl dd b {
	font-weight: 600
}
/* -----------  부대행사 - 이벤트 프로그램 -------------*/
.tb_wrap {
	overflow-x: scroll
}
.tb_wrap table {
	width: 130%
}
.tb_wrap table tr th, .tb_wrap table tr td {
	padding: 13px 5px;
}
.tb_wrap table thead th {
	font-size: 16px;
}
.tb_wrap table tbody th, .tb_wrap table tbody td {
	font-size: 15px;
}
}
