@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BMDOHYEON';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.fs_dh {
	font-family: 'BMDOHYEON';
}
.fs_star {
	font-family: 'Cafe24Shiningstar';
		font-style: italic;
}
.fs70 {
	font-size:70px;
}
.fs60 {
	font-size:60px;
}
.fs50 {
	font-size:50px;
}
.fs30 {
	font-size:30px;
}
.fs40 {
	font-size:40px;
}
.fs24 {
	font-size:24px;
}
.fs28 {
	font-size:28px;
}
.fs22 {
	font-size:22px;
}
.fs20 {
	font-size:20px;
}
.fs18 {
	font-size:18px;
}
.fs16 {
	font-size:16px;
}

.mobi_br {
		display: none;
}


html {
  scroll-behavior: smooth;
}
.another_btn {
	position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 18px;
    z-index: 999;
    font-weight: 900;
	border:none;
	background:#0e6eb8;
	color:white;
	cursor:pointer;
	width:120px;
	height:90px;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s;
}
.another_btn img{
width: 8px;
    margin-left: 2px;
}
.another_btn:after {
content: '';
    position: absolute;
    top: -41px;
    left: 20px;
    background: url(../images/world.png) no-repeat;
    width: 80px;
    height: 42px;
    background-size: 80px;
    z-index: -2;
}

.check_wrap3 .red_text {
	color: #cd2f2f;
    line-height: 1.3;
	font-size:15px;
}
.busanseoul .check_wrap {
    grid-template-columns: max-content max-content;
    gap: 10px 25px;
}
.busanseoul .check_wrap .last_check {
	grid-column: span 2;
}
.check_wrap .seminar_flex > div.check_wrap {
	gap:10px 25px;
}



/* 팝업 CSS */

.pop_wrap {
	position:fixed;
	background:#000000b8;
	width:100%;
	height:100%;
	z-index: 99999;
	display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}
.pop_wrap .pop_box {
	display:flex;
	gap:20px;
    margin-top: -80px;
}
.pop_wrap .pop_box .pop_img {
	width:400px;
	height:483px;
	background: url(../images/fair_pop1.jpg) no-repeat;
	cursor:pointer
}
.pop_wrap .pop_box .pop_img2 {
	background: url(../images/fair_pop2.jpg) no-repeat;
}



body {
	color:#222;
	font-family: "Noto Sans KR";
    letter-spacing: -1px;
}
a {
    color: #222;
    text-decoration: none;
}
.br_box  {
	border-radius:30px;
}
.red_color {
	color:#a93838;
}
.red_btn {
    background: #a93838;
    color: white;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 16px;
}
.red_btn a {
	color:white;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.section2 {
	overflow:hidden;
}
.section2 .slick-list {
	overflow:inherit;
}
.section2 .br_box img {
	border-radius:30px;
	width:100%;
} 
.section2 .slick-next:before,
.section2  .slick-prev:before{
	font-size:60px;
}
.section2 .container .slick-arrow{
border: none;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 60px;
    width: 60px;
    background-position: center;
    text-indent: -9999px;
    background-color: #ffffffad;
    border-radius: 100px;
    position: absolute;
    cursor: pointer;
    background-image: url(/newfair/gamjafair/images/arrow_icon2.png);
    top: 50%;
    position: absolute;
    z-index: 2;
    box-shadow: 2px 2px 10px #00000014;

}
.section2 .container .slick-prev {
	transform: rotate(180deg);
	    left: -80px;
	    margin-top: -30px;
}
.section2  .slick-next {
    right: -80px;
}
.section2 .slick-slide {
	margin:0 10px;
}



header {
	position:fixed;
	top:0;
	background:white;
	z-index:9999;
	width:100%;
	height:60px;
	display:flex;
	box-shadow: 0 0 10px #00000014;
}
header .header_logo {
	cursor:pointer
}
header .container {
	display:flex;
	align-items: center;
    justify-content: space-between;
	padding:0;
}
header .gnb {
    display: flex;
    gap: 60px;
    align-items: center;
}
header .gnb a {
	font-weight:500;
}


.special_event {
    display: flex;
    gap: 20px;
}

.special_event .special_center {
	background:	#f5f5f5;
	border-radius:20px;
	color: white;
    padding: 50px 20px;
	flex:1;
}
.special_event .special_center .fs40 span {
	font-size:24px;
    margin-left: 6px;
}
.special_event .special_center .fs22 {
margin-top: 20px;
    line-height: 1.3;
    border-top: 2px solid white;
    padding-top: 20px;
	font-size:18px;
    word-break: keep-all;
}
.special_event .special_center.center_4 {
	 background: url(../images/special_busan_bg.jpg) no-repeat;
	 background-size: cover;
}
.special_event .special_center.center_3 {
	 background: url(../images/special_daegu_bg.jpg) no-repeat;
	 background-size: cover;
}
.special_event .special_center.center_2{
	 background: url(../images/special_bundang_bg.jpg) no-repeat;
	 background-size: cover;
}
.special_event .special_center.center_1{
	 background: url(../images/special_seoul_bg.jpg) no-repeat;
	 background-size: cover;
}











.main_section {
    height: 700px;
    background: #f9f1eb;
	display: flex;
    align-items: center;
	overflow:hidden;
}
.main_section .container {
	display:flex;
	gap:10px;
	padding:0;
	position:relative;
	align-items: center;
	height:100%;
}

.main_section .fs70 .red_color {
    font-family: "Noto Sans KR";
    font-size: 40px;
}
.main_section .fs30 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    background: white;
    width: max-content;
    border-radius: 100px;
    padding: 16px 30px;
    font-weight: 400;
    letter-spacing: -2.5px;
    font-size: 28px;
}
.main_section .fs30.second {
font-size: 36px;
    border-top: 3px solid #762323;
    border-radius: 0;
    display: flex;
    gap: 10px;
    background: white;
	margin-top: 45px;
}
.camp_body .main_section .fs30.second {
	border-top:3px solid #0e6eb8;
}

.main_section .red_btn {
font-size: 24px;
    padding: 12px 26px;
    margin-top: 50px;
}

.main_section .main_illust {
	position:absolute;
	right:0;
	top:0;
}
.main_section  .main_title {
	width:620px;
}

.container {
	padding:100px 0 120px;
}
.section_title  {
	margin-bottom:50px;
}
.section_title .red_line {
	width: 60px;
    height: 10px;
    background: #a93838;
    display: block;
}
.section_title .fs30 {
	color:#888888;
	margin: 12px 0 20px;
}
.section_title .fs50 {
	font-family: 'BMDOHYEON';
}


/* section1 CSS*/
.section1 .br_box {
 background: url(../images/busan_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	height:300px;
	display: flex;
    align-items: center;
    color: white;
}
.section1 .br_box .fs_dh {
	display: flex;
    align-items: end;
    gap: 15px;
}
.section1 .br_box .content {
display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	padding: 0 50px
}
.section1 .right_cont {
    background: #0000008a;
    display: grid;
    gap: 20px;
    width: 560px;
    padding: 40px 0px 40px 50px;
}
.section1 .right_cont p {
display: flex;
    align-items: center;
    gap: 10px;

}
.section1 .red_btn img {
	width:12px;
}
.section1 .red_btn {
display: flex;
    align-items: center;
    gap: 10px;
	margin-top:30px;
    font-size: 20px;
}
.section1 .br_box.daegu_box {
	background: url(../images/daegu_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	margin:30px 0;
}
.section1 .br_box.seoul_box {
	background: url(../images/seoul_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.section2 {
	background:#f9f9f9;
}


.section3 .block_wrap{
	display:flex;
	gap:20px;
	height: 530px;
}
.section3 .block_wrap .grid_wrap {
	display:grid;
	gap:20px;
	flex: 1;
}

.p_back {
	background:#fff5f5
}
.g_back {
	background:#f9f9f9
}
.y_back {
	background:#fff8f1
}

.section3 .block_wrap .grid_wrap .fs24 {
	font-weight:500;
	margin-top:4px;
}
.section3 .block_wrap .grid_wrap .text_list {
display: grid;
    gap: 15px 25px;
    margin-top: 15px;
    text-align: left;
    justify-content: center;
}

.section3 .block_wrap .grid_wrap .text_list.flex4 {
    grid-template-columns: max-content max-content max-content max-content;
}
.section3 .block_wrap .grid_wrap .text_list.flex2 {
    grid-template-columns: max-content max-content;
}
.section3 .block_wrap .grid_wrap .text_list.flex3 {
    grid-template-columns: max-content max-content max-content;
}

.section3 .block_wrap.block_wrap3 .grid_wrap .g_back  .flex3 {
	gap:15px;
}


.section3 .block_wrap .grid_wrap .text_list li {
	font-size:18px;
}

.section3 .block_wrap .grid_wrap .box_title {
    margin-top: 40px;
}
.section3 .block_wrap2 .main_box {
background: url(../images/section3_back2.jpg) no-repeat;
}

.section3 .block_wrap4 .p_back .text_list {
    grid-template-columns: max-content max-content max-content;
}
.section3 .block_wrap4 .p_back .text_list li:last-child {
grid-column: 1 / span 3;
}

.section3 .block_wrap .grid_wrap .span2{
grid-column: 1 / span 2;
}

.section3 .block_wrap3  {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:2px dashed #ddd;
}
.section3 .block_wrap2 {
	border-top:2px dashed #ddd;
	margin:40px 0;
	padding: 40px 0;
	border-bottom:2px dashed #ddd;
}

.section3 .block_wrap3 .main_box {
background: url(../images/section3_back3.jpg) no-repeat;
}
.section3 .block_wrap4 .main_box {
background: url(../images/section3_back4.jpg) no-repeat;
}






.section3 .block_wrap3 .flex3 li {
	flex-basis: calc(33% - 55px);
}
.section3 .block_wrap3 .grid_wrap .flex4 {
	gap:15px;
}
.section3 .block_wrap3 .y_back {
	padding: 0 70px;
}

.section3 .block_wrap4 .grid_wrap .flex2 li{
	flex-basis: calc(100% - 55px);
}
.bold {
	font-weight:600;
}
.section3 .block_wrap4 .fs20 {
	font-size:18px;
}
.section3 .block_wrap .grid_wrap .text_list li.fs18 {
	font-size:16px;
}







.section3 .main_box {
	width:360px;
	background:url('../images/section3_back1.jpg') no-repeat;
	    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section3 .main_box  .fs_star {
    background: #a93838;
    color: white;
    border-radius: 100px;
    padding: 8px 20px;
    display: inline-block;
}
.section3 .main_box  .fs_dh {
    color: white;
    line-height: 1.5;
    margin-top: 15px;
}
.section3  .grid_wrap .br_box {
	text-align:center;
}


.section4 .seminar_table {
	background:white;
	width:100%;
	border-radius:30px;
}
.section4 .seminar_table thead tr {
    background: #a93838;
    color: white;
    letter-spacing: 0;
    font-weight: bold;
	height:60px;
}
.section4 .seminar_table thead td {
	font-size:30px;
}
.section4 .seminar_table thead td:nth-child(odd) {
	background:#933535;
}
.section4 .seminar_table td {
	text-align:center;
	font-size:20px;
	vertical-align: middle;
	 border:3px solid #ffffff;
}
.section4 .seminar_table tbody td {
    height: 130px;
    line-height: 1.2;
border:2px solid #eee;
}

.section4 .seminar_table tbody td span {
	color:#777;
	font-size:16px;
}
.section4 .seminar_table tbody td .num {
	background: #933535;
    color: white;
    border-radius: 100px;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}
.section4 .seminar_table tbody tr:nth-child(even)  td .num{
background: #cd7070;
}
.section4 .seminar_table tbody td .bold {
	color:#a93838;
	font-size:20px;
}
.section4 .seminar_table tbody td:first-child {
	width:140px;
	font-weight:500;
}


.section4 .seminar_table tbody tr:hover {
	background:#f9f9f9
} 

.section4 .seminar_table tbody td:nth-child(3) {

} 
.section4 .seminar_table tbody td:nth-child(4) {
	
} 

.section4 .seminar_table thead td:first-child {
    border-top-left-radius: 30px;
}
.section4 .seminar_table thead td:last-child {
    border-top-right-radius: 30px;
}

.section4 .seminar_table tbody td .small_text {
color: #222;
    line-height: 1.4;
    display: inline-block;
    margin: 4px 0;
}
.section4 .seminar_table tbody td .red_text {
	color:#a93838;
}
.section4 .fs18 {
	color:#666;
	margin-top:10px;
}
.camp_body .section4 .content .right_cont .fs18 {
	margin-top:0;
}







.section4 {
	background:#f9f9f9;
}

.section4 .red_back {
    background: #a93838;
    color: white;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    padding: 12px 15px;
}

.section4 .grid_wrap {
	display:grid;
	gap:30px;
	margin-top:20px;
}
.section4 .grid_wrap .br_box {
    display: flex;
    overflow: hidden;
}
.section4 .grid_wrap .white_back {
    background: white;
    flex: 1;
	display: flex;
    align-items: center;
    padding-left: 40px;
	justify-content: space-between;
	padding-right: 40px;
}
.section4 .grid_wrap .white_back .content .fs20 {
	line-height:1.3;
}
.section4 .grid_wrap .white_back .fs30 {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.5px;
	margin: 5px 0 15px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}



#section4.section4 .content {
    background: white;
    flex: 1;
	display: flex;
    align-items: center;
    padding-left: 40px;
    justify-content: left;
    gap: 40px;
	padding-right: 40px;
	margin-bottom:30px;
    border-radius: 30px;
	height:230px;
    overflow: hidden;
	position:relative;
}
#section4.section4 .grid_wrap .white_back .fs30 {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.5px;
	margin: 5px 0 15px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}


 #section4.section4 .content .left_cont .fs60{
	margin-bottom: 10px;
}
 #section4.section4 .content .left_cont .fs20{
	line-height:1.5;
    color: #a93838;
}
 #section4.section4 .content .right_cont  {
	display:grid;
	gap:10px;
}
 #section4.section4 .content .right_cont .fs18 {
	line-height:1.5;
	display:flex;
	gap:5px;
}
 #section4.section4 .content .right_cont  .color_back {
    background: #222;
    color: white;
    font-size: 14px;
    align-self: center;
    border-radius: 100px;
    padding: 5px 12px;
}
 #section4.section4 .seminar_img {
position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: -30px;
    width: 370px;
}





.section4 .titme_wrap {
	display:flex;
	gap:20px;
}
.section4 .titme_wrap .red_back {
    padding: 9px 12px;
    font-size: 14px;
}
.section4 .fs22 {
    font-weight: 600;
    margin-bottom: 8px;
	color:#aaa;
}


.section4 .busan_seminar {
margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #ddd;
}
.section4 .daegu_seminar .red_back {
	background:#222;
}
.section4 .busan_seminar.busan_2 .red_back  {
	background:#762323
}


.section5 .grid_wrap {
	display:grid;
	gap:40px;
}

.section5  .color_back {
    background: #a93838;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    border-radius: 100px;
    padding: 10px 18px 12px;
	margin-bottom:20px;
}

.section5 .grid_box:nth-child(even) .color_back {
	background:#222;
}
.section5 .grid_box .flex_wrap {
display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.section5 .grid_box.grid_box3 .flex_wrap {
	grid-template-columns: 353.33px 353.33px;
}
.section5 .grid_box .flex_wrap .br_box {
    height: 180px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.section5 .grid_box .flex_wrap .br_box .fs24 {
	line-height:1.3;
}
.section5 .grid_box .flex_wrap .br_box .fs22 {
	font-family: 'BMDOHYEON';
	color:#a93838;
	margin-bottom:4px;
}
.section5 .grid_box .flex_wrap .br_box .fs18 {
color: #777777;
    margin: 6px 0;
}
.section5 .grid_box .flex_wrap .br_box .fs16 {
    color: #a93838;
	font-size:14px;
}

.section5  {
	position:relative;
	overflow:hidden;
}
.section5:after  {
content: '';
    position: absolute;
    top: 0;
    right: -40px;
    background: url(../images/rebon.png) no-repeat;
    width: 660px;
    height: 600px;
    background-size: 660px;
}
.section5 .money_box,
.section5 .money_box2,
.section5 .money_box3,
.section5 .money_box4,
.section5 .ipad_box{
	position:relative;
}

.section5 .money_box:after,
.section5 .money_box2:after,
.section5 .money_box3:after,
.section5 .money_box4:after {
	content: '';
    position: absolute;
    top: -45px;
    right: 10px;
    background: url(../images/money1.png) no-repeat;
    width: 88px;
    height: 71px;
}
.section5 .money_box2:after {
	background: url(../images/money2.png) no-repeat;
}
.section5 .money_box3:after {
	background: url(../images/money3.png) no-repeat;
}
.section5 .money_box4:after {
	background: url(../images/money4.png) no-repeat;
    top: -22px;
}
.section5 .ipad_box:after {
	content: '';
    position: absolute;
    top: 34px;
    right: 25px;
    background: url(../images/ipad.png) no-repeat;
    width: 100px;
    height: 109px;
}
.section5 .br_back .bold {
	font-weight:700;	
}


.section7 .grid_wrap {
	display:grid;
	gap:30px;
}
.section7 .grid_wrap .br_box {
	position:relative;
}
.section7 .grid_wrap .text_wrap {
    position: absolute;
    top: 50%;
    left: 32px;
    background: #ffffffc7;
    padding: 30px;
    width: 290px;
    transform: translate(0, -50%);
}
.section7 .grid_wrap .daegu_box .text_wrap  {
	left:auto;
	right:32px;
}

.section7 .grid_wrap .text_wrap .fs30 {
    font-family: 'BMDOHYEON';
    margin-right: 8px;
}
.section7 .grid_wrap .text_wrap .fs20 {
	margin-bottom:15px;
}
.section7 .grid_wrap .text_wrap .fs18 {
	display:flex;
	gap:8px;
	margin-bottom:10px;
	align-items:center;
}
.section7 .map_wrap {
width: 100%; overflow: hidden; height: 300px;    border-radius: 30px;
}
.section7 .red_btn {
display: flex
;
    align-items: center;
    gap: 10px;
}
.section7 .red_btn  img{
		width:10px;
}



footer {
background: #222;
    color: white;
    font-size: 14px;
    line-height: 1.6;
}
footer .container {
    align-items: center;
    padding: 40px 0;
    gap: 50px;
	display:flex;
}
footer .footer_logo {
    width: 160px;
}



/* 영어캠프 박람회 CSS */

.camp_body .gold_png {
position: absolute;
    top: 116px;
    left: 0;
    width: 100px;
}
.camp_body .red_btn,
.camp_body .section_title .red_line,
.camp_body .section5 .color_back{
	background:#0e6eb8;
}
.camp_body .red_color {
	color:#0e6eb8;;
}
.camp_body .main_section {
	background:#e7f6f9;
}
.camp_body .another_btn {
	background:#a93838;
}
.camp_body .main_section .main_illust {
    top: auto;
       bottom: -310px;
    RIGHT: -95PX;
}

.camp_body .section3 {
	background:#375d89;
}

.camp_body .section3 .section_title .red_line {
	background:white;
}
.camp_body .section3 .section_title .fs30,
.camp_body .section3 .section_title .fs50,
.camp_body .section3 p {
	color:white;
}
.camp_body .section3 li {
display: flex;
    align-items: center;
    gap: 10px;
}
.camp_body .section3 li  p {
	font-weight:400;
}
.camp_body .section3 li  span {
	font-weight:bold;
}
.camp_body .section3 ul {
	display:grid;
	gap:7px;
}

.camp_body .camp_section4 .content_wrap .content_1, 
.camp_body .camp_section4 .content_wrap .content_2 {
	margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #ccc;
}
.camp_body .camp_section4 .content_wrap .top_con {
    display: flex;
    align-items: center;
    height: 260px;
    gap: 50px;
    box-shadow: 2px 2px 10px 1px #0000001f;
    overflow: hidden;
    border-radius: 30px;
}
.camp_body .camp_section4 .content_wrap .top_con .con_1 {
    background: #222;
    color: white;
    text-align: center;
    width: 345px;
    height: 100%;
    padding-top: 70px;
}
.camp_body .camp_section4 .content_wrap .top_con .con_1 .fs30 {
    font-weight: bold;
}
.camp_body .camp_section4 .content_wrap .top_con .con_1 .fs30 .fs20 {
	line-height:1.4;
}
.camp_body .camp_section4 .content_wrap .top_con .con_1 .flex {
	display: grid;
    grid-template-columns: 85px 85px 85px;
	    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.camp_body .camp_section4 .content_wrap .content_3 .top_con .con_1 .flex {
	grid-template-columns: 85px 85px;
}
.camp_body .camp_section4 .content_wrap .content_2 .top_con .con_1 {
	margin-top:50px;
}
.camp_body .camp_section4 .content_wrap .top_con .con_1 .flex2 {
	margin-top:10px;
}
.camp_body .camp_section4 .content_wrap .top_con .con_1 .flex2 {
    margin-top: 10px;
}
.camp_body .camp_section4 .content_wrap .content_3 .top_con .con_1 {
	padding-top:43px;
}



.camp_body .camp_section4  .content_wrap .top_con .con_1 .flex p {
    background: #0e6eb8;
    border-radius: 40px;
    padding: 5px 15px;
    min-width: 30px;
    font-weight: bold;
}

.camp_body .camp_section4 .content_wrap .top_con .con_2 .fs18 {

	line-height:1.3;
}




.camp_body .camp_section4  .content_wrap .top_con .con_2 .fs20 {
    font-weight: 600;
    margin-bottom: 10px;
}
.camp_body   .container .slick-next {
    background-image: url(/newfair/gamjafair/images/arrow_icon_pp.png);
    right: -100px;
}
.camp_body  .container .slick-prev {
    background-image: url(/newfair/gamjafair/images/arrow_icon_pp.png);
    left: -100px;
}
.camp_body  .container .slick-prev {
    transform: rotate(180deg);
    box-shadow: -2px -2px 10px #00000014;
}

.camp_body  .container .slick-arrow {
    border: none;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 60px;
    width: 60px;
    background-position: center;
    text-indent: -9999px;
    background-color: #ffffffad;
    border-radius: 100px;
    position: absolute;
    cursor: pointer;
    background-image: url(/newfair/gamjafair/images/arrow_icon.png);
    top: 50%;
    margin-top: -30px;
    position: absolute;
    z-index: 2;
    box-shadow: 2px 2px 10px #00000014;
}
.camp_body .camp_section4 .slick-list img {
    margin: 0 10px;
    box-shadow: 2px 2px 10px 1px #0000003b;
    border-radius: 30px;
}
.camp_body .camp_section4 .slider_con {
    margin-top: 40px;
}
.camp_body .section4 .seminar_table thead td:nth-child(odd) {
	background:#375d89;
}
.camp_body .section4 .seminar_table thead tr {
    background:#0e6eb8;
}
.camp_body .section4 .seminar_table tbody td .bold {
	color:#0e6eb8;
}

.camp_body .camp_section5 .container > .flex {
    justify-content: space-between;
    align-items: center;
	display:flex;
}

.camp_body .camp_section5 .fs24 {
	color:#375d89;
	font-size:40px;
}
.camp_body .camp_section5 .fs50 {
	font-weight:bold;
    margin-bottom: 20px;
}
.camp_body .camp_section5 .fs18 {
	line-height:1.3;
}

.camp_body .camp_section5 .green_text {
background: #375d89;
    width: 430px;
    border-radius: 100px;
    padding: 10px 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    color: white;
	font-size:26px;
}

.camp_body .camp_section5 .slide_wrap2 .ab_text {
    position: absolute;
    top: 10px;
    right: 30px;
    background: #222;
    border-radius: 30px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: bold;
	color:white;
}
.camp_body .camp_section5 .slide_wrap2 .slick-slide {
    position: relative;
}
.camp_body .camp_section5 .slider-container img {
    height: 260px;
    border-radius: 30px;
    margin: 0px 10px
}
.camp_body .camp_section5 .slide_wrap2 {
    margin-top: 50px;
}







.camp_body .camp_section6 {
	background:#375d89;
}

.camp_body .camp_section6 .section_title .red_line {
	background:white;
}
.camp_body .camp_section6 .section_title .fs30,
.camp_body .camp_section6 .section_title .fs50 {
	color:white;
}
.camp_body .camp_section6 .section_title .fs50 .red_color {
	color:white;
}
.camp_body .camp_section6 .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.camp_body .camp_section6 .br_box {
    background: white;
    overflow: hidden;
}
.camp_body .camp_section6 .br_box.end_camp {
	position:relative;
}
.camp_body .camp_section6 .br_box.end_camp:after {
    content: '마감된 캠프입니다.';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;

}
.camp_body .camp_section6 .br_box .white_back {
    padding: 30px;
}
.camp_body .camp_section6 .br_box .white_back .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.camp_body .camp_section6 .br_box .white_back .flex .fs20 {
	display:flex;
align-items: center;
    font-size: 18px;
gap:5px;
}
.camp_body .camp_section6 .br_box .detail {
	margin-top:20px;
display: grid;
    gap: 10px;
}
.camp_body .camp_section6 .br_box .detail .fs18 {
    display: flex;
    gap: 10px;
    line-height: 1.2;
}
.camp_body .camp_section6 .br_box .detail .fs18 .red_color {
	font-weight:500;
}
.camp_body .camp_section6 .br_box .color_back {
    background: #a93838;
    color: white;
    border-radius: 100px;
    font-size: 16px;
    padding: 7px 11px;
}
.camp_body .camp_section6 .grid_wrap2 {
	border-top:2px dashed white;
	padding-top:80px;
	margin-top:80px;
}
.camp_body .camp_section6 .grid_wrap2 .fs24 {
	text-align:center;
	font-family: 'BMDOHYEON';
	line-height:1.4;
}
.camp_body .camp_section6 .grid_wrap2 .fs24 .red {
	color:#a93838;
}

.camp_body .main {
	overflow:hidden;
}





.camp_body  .another_btn:after {
background: url(../images/air.png) no-repeat;
    width: 80px;
    height: 63px;
	    top: -63px;
    left: 16px;
}



/* 미참석자 이벤트 관련 추가 CSS 250515 */
.section8 .event_btn {
	background: #a93838;
    color: white;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    padding: 25px 60px;
    font-size: 32px;
    margin: 0 auto;
    display: block;
    margin-top: 100px;
}
.section8 {
    background: #fff5f5;
}

.camp_body  .section8 .event_btn {
    background: #0e6eb8;
}

.camp_body  .section8 {
	background: #e7f9ff;
}




@media screen and (max-width: 1000px) {
.fs70 {
	font-size:35px;
}
.fs60 {
		font-size: 30px;
	}
	.fs30 {
		font-size: 16px;
	}
	.fs50 {
		font-size: 22px;
	}
.fs40 {
	font-size:20px;
}
.fs24 {
	font-size:14px;
}
.fs28 {
	font-size:16px;
}
.fs22 {
	font-size:14px;
}
.fs20 {
	font-size:14px;
}
.fs18 {
	font-size:12px;
}
.fs16 {
	font-size:16px;
}








header .container {
	padding:0 16px;
}
header .container li{
	display:none;
}
header .header_logo {
	width:180px;
}
.main_section {
	height:400px;
}
.main_section .container{
	padding-left: 16px;
}
.main_section .main_illust {
        width: 180px;
        transform: rotate(45deg);
        top: 130px;
        right: -15px;
}
.main_section .main_title {
	width:310px;
	z-index:900;
	margin-top: 20px;
	position:relative;
}
.main_section .fs30 {
	font-size:16px;
    padding: 10px 20px;
	margin-top:25px;
}
	.container {
	        padding: 40px 16px 60px;
	box-sizing: border-box;
	}
	.red_btn {
	    padding: 7px 12px;
    font-size: 14px;
	}
	.section_title {
		margin-bottom:30px
	}
	.section_title .fs30 {
	margin: 9px 0 11px;
	}
	.section_title .red_line {
	width: 40px;
    height: 5px;
	}

	.br_box {
	    border-radius: 20px;
	}
	.section1 .br_box {
		height:150px;
	}
	.section1 .br_box .content {
		padding:0 16px;
	}
	.section1 .right_cont {
		width: 175px;;
        padding: 16px;
		gap: 5px;
	}
	.section1 .right_cont p img {
		width: 22px;
	}
	.section1 .br_box .fs_dh {
		gap:5px;
        display: grid;
	}
	.section1 .red_btn {
	    margin-top: 5px;
		font-size: 14px;
	}
	.section1 .red_btn img {
	    width: 8px;
	}
	.section1 .br_box.daegu_box {
		margin:16px 0;
	}
	.section2 .br_box img {
		border-radius: 20px;
		    height: 170px;
    object-fit: cover;
	}
	.section3 .main_box {
width: auto;
        height: 160px;
	}
	.section3 .block_wrap {
        gap: 10px;
        height: auto;
display: grid
;
	}
	.section3 .block_wrap .grid_wrap .box_title {
		margin-top:16px;
	}
	.section3 .block_wrap .grid_wrap .box_title img{
		width:30px;
	}
	.section3 .block_wrap .grid_wrap .text_list li {
		font-size:14px;
	}
	.section3 .block_wrap .grid_wrap .text_list {
	    gap: 5px 10px;
		margin-top:12px;
		padding-bottom:16px;
		}

	.section3 .block_wrap .grid_wrap {
		gap:10px;
	}
	.section3 .main_box .fs_dh {
	margin-top: 7px;
	}
	.section3 .main_box .fs_star {
	    font-size: 24px;
		padding:4px 16px;
	}

	.section3 .block_wrap2 .main_box,
	.section3 .block_wrap4 .main_box{
		order:1;
	}
	.section3 .block_wrap2 .grid_wrap,
	.section3 .block_wrap4 .grid_wrap{
		order:2;
	}
	.section3 .block_wrap2 {
		padding: 16px 0;
		margin: 16px 0;
	}
	.section3 .block_wrap3 .flex3 li,
	.section3 .block_wrap4 .grid_wrap .flex2 li{
	      flex-basis: auto;
	}
	.section3 .block_wrap3 .y_back {
	        padding: 0 20px;
	}
	.section3 .block_wrap4 .fs20 {
		font-size:14px;
	}
	.section3 .block_wrap .grid_wrap .text_list li.fs18 {
		font-size:12px;
	}
	.section4 .red_back {
	padding: 10px 12px;
	}

	.section4 .grid_wrap .br_box {
	}
	.section4 .grid_wrap .br_box img {
		width:160px;
        object-fit: cover;
	}
	.section4 .grid_wrap .white_back {
	        padding: 16px 16px;
	}
	.section4 .grid_wrap .white_back .fs30 {
        font-size: 18px;
        margin: 5px 0 10px;
        padding-bottom: 5px;
        border-bottom: 0;
	}
	.section4 .titme_wrap .red_back {
    padding: 7px 10px;
    font-size: 12px;
	}
	.section4 .titme_wrap {
		gap:10px;
	        font-size: 13px;
			display:grid;
	}
	.section4 .grid_wrap {
		gap:10px;
	}
	.section3 .main_box {
	background: url(../images/section3_back1_mo.jpg) no-repeat;
	background-size: cover;
	}
	.section3 .block_wrap2 .main_box {
		background: url(../images/section3_back2_mo.jpg) no-repeat;
		background-size:cover;
	}
	.section3 .block_wrap3 .main_box {
	background: url(../images/section3_back3_mo.jpg) no-repeat;
		background-size:cover;
	}
	.section3 .block_wrap4 .main_box {
	background: url(../images/section3_back4_mo.jpg) no-repeat;
		background-size:cover;
	}
	

	.section5:after {
		width:140px;
		background-size:140px;
		height:130px;
		right:0;
	}


	.section5 .grid_box .flex_wrap {
		gap:10px;
	}
	.section5 .color_back {
		padding: 10px 14px 10px;
		font-size:14px;
	    margin-bottom: 10px;
	}
	.section5 .grid_box .flex_wrap .br_box {
		padding-left:10px;
		height:120px;
	}
	.section5 .grid_box .flex_wrap .br_box .fs24{
		font-size:16px;
	}
	.section5 .grid_box .flex_wrap {
		    grid-template-columns: 1fr 1fr
	}
	.section5 .ipad_box,
	.section5 .grid_box5 .g_back,
	.section5 .grid_box6 .y_back {
	grid-column: span 2;
	}
	
	.section5 .money_box:after, .section5 .money_box2:after, .section5 .money_box3:after, .section5 .money_box4:after {
	    width: 60px;
    height: 55px;
    background-size: 60px;
	    top: -26px;
    right: 10px;
	}
	.section5 .money_box4:after {
		top:-11px;
	}
	.section5 .grid_wrap {
		gap:16px;
	}
	.section5 .ipad_box:after {
	top: 24px;
	    width: 80px;
    height: 86px;
    background-size: 80px;
	}
	.section4.section6 .grid_wrap .br_box .white_back img {
		display:none;
	
	}
	.section4.section6 .grid_wrap .br_box img {
		height:160px;
	}
	.section4.section6 .grid_wrap .br_box .white_back .fs20 br {
		display:none;
	}
	.section4.section6 .grid_wrap .br_box .white_back .fs20 {
		line-height:1.3;
        word-break: keep-all;
	}
	.section4.section6 .grid_wrap .white_back .fs30 {
		margin-bottom:5px;
	}
	.section7 .map_wrap {
		border-radius:20px;
	        height: 210px;
	}
	.section7 .grid_wrap .text_wrap {
		width:150px;
	    left: 16px;
		padding:16px;
	}
	.section7 .grid_wrap .map_wrap iframe {
		height:475px;
	}
	.section7 .grid_wrap {
		gap:16px;
	}
	.section7 .grid_wrap .text_wrap .fs18 img {
	width:15px;
	}
	.section7 .red_btn img {
		width:7px;
	}

	footer {
		font-size:12px;
	}
	    footer .container {
        display: grid;
        text-align: center;
        gap: 25px;
        padding-bottom: 90px;
    }
	    footer .flex .footer_logo {
        margin: 0 auto;
        width: 115px;
    }

	.section4 .seminar_table tbody td:first-child {
		width:auto;
	}
	.section4 .seminar_table tbody td {
	font-size: 12px;
        border: 1px solid #eee;
        padding: 0 10px;
        word-break: keep-all
	}
	.section4 .seminar_table tbody td span {
		font-size:12px;
	}
	.section4 .seminar_table tbody td .bold {
		font-size:12px;
	}
	.section4 .seminar_table thead td {
		font-size:14px;
		border:1px solid #fff;
	}
	.section4 .seminar_table td br {
		display:none;
	}
	.mo_block {
		display:block !important;
	}
	.mobi_br {
		display:block !important;
	}
	.section4 .seminar_table thead tr {
		height:50px;
	}
	.section4 .seminar_table thead .fs20 {
		font-size:12px;
	}

	.section4 .seminar_table thead td:first-child {
		border-top-left-radius: 20px;
	}
	.section4 .seminar_table thead td:last-child {
	    border-top-right-radius: 20px;
	}

	.another_btn {
		font-size:14px;
		font-weight:400;
		width: 85px;
    height: 60px;
		border-radius:20px;
	    right: 16px;
		bottom:70px;
	}
	.another_btn img {
	    width: 6px;
    margin-left: 1px;
	}
	.another_btn:after {
        top: -35px;
        left: 12px;
        width: 60px;
        height: 36px;
        background-size: 60px;
	
	}
	header .gnb .red_btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 500;
	}
	.camp_body .gold_png {
		width:60px;
		top: 80px;
    left: 16px;
	}
	.camp_body .main_section .title_wrap {
		margin-top:40px;
	}
	.camp_body .main_section .main_illust {
transform: none;
        width: 240px;
        bottom: -127px;
        right: -52px;
	}

	.camp_body .section3 li img {
		width:35px;
	}
	.camp_body .camp_section4 .content_wrap .top_con {
	display: block;
        height: auto;
        margin: 0 auto;
	gap: 0px;
	}
	.camp_body .camp_section4 .content_wrap .top_con .con_1 {
		width:auto;
		height:auto;
		padding-top: 20px;
    padding-bottom: 20px;
	}
	.camp_body .camp_section4 .content_wrap .top_con .con_2 {
        padding: 25px 16px
	}
	.camp_body .camp_section4 .content_wrap .top_con .con_1 .flex p {
		font-size:12px;
	}
	.camp_body .camp_section4 .content_wrap .top_con .con_1 .flex {
	    padding: 0 60px;
	}
	.camp_body .another_btn:after {
	width: 50px;
    height: 42px;
    top: -42px;
    background-size: 50px;
	}
	.camp_body .camp_section5 .container > .flex {
        display: block;
	}
	.camp_body .camp_section5 .fs24 {
	font-size: 24px;
	}
	.camp_body .camp_section5 .map_png {
width: 350px;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
	}
	.camp_body .camp_section5 .green_text {
		width:auto;
		font-size:14px;
	}
	.camp_body .camp_section5 .left_con {
	    display: flex
;
    align-items: center;
    gap: 25px;
	}
	.camp_body .camp_section4 .slick-list img{
	height: 170px;
    object-fit: cover;
	border-radius:20px;
	}
	.camp_body .camp_section5 .slider-container img {
		height: 170px;
    object-fit: cover;
	width:100%;
	        margin: 0;
			border-radius:20px;
	}
	.camp_body .camp_section5 .slide_wrap2 .slick-slide {
		margin:0 10px;
	}
	.camp_body .camp_section6 .grid_wrap {
		grid-template-columns: 1fr 1fr;
		gap:10px;
	}
	.camp_body .camp_section6 .br_box .white_back {
		padding:10px;
	}

	.camp_body .camp_section6  .flag_img {
		width:20px;
	}
	.camp_body .camp_section6 .br_box .white_back .flex .fs20 {
		font-size:12px;
	}
	.camp_body .camp_section6 .br_box .color_back {
		font-size:11px;
		    padding: 5px 9px;
	}
	.camp_body .camp_section6 .br_box .detail {
		gap:5px;
		margin-top:10px;
	}
	.camp_body .camp_section6 .br_box .detail .fs18 {
	word-break: keep-all
	}

	.camp_body .camp_section6 .camp_img {
	    height: 130px;
		        width: 100%;
        object-fit: cover;
	}
	.camp_body .camp_section6 .grid_wrap2 {
		padding-top:40px;
		margin-top:40px;
	}





	.mobi_none {
		display:none;
	}
	.camp_body .camp_section4 .content_wrap .top_con .con_2 .fs18{
		font-size:14px;
		line-height:1.3;
	}
	#section4.section4 .content .right_cont {
		gap:5px;
	}
	#section4.section4 .content .right_cont .fs18 {
		gap:3px;
        align-items: center;
		 display: grid;
        justify-items: start;
	}
	 #section4.section4 .content .right_cont .color_back {
		font-size:10px;
	 }

	#section4.section4 .content {
		height: auto;
		display: grid;
		padding:16px;
		gap:10px;
        border-radius: 20px;
		margin-bottom:16px;
		position:relative;
		justify-content: left;

	}
	#section4.section4 .content .left_cont .fs60 {
		margin-bottom:5px;
	}



	#section4.section4 .seminar_img {
        width: 250px;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        right: -80px;
        opacity: 0.3;
	}
	#section4.section4 .right_cont {
	    position: relative;
    z-index: 1;
	}


	.section5 .grid_box.grid_box3 .flex_wrap {
	grid-template-columns: 1fr 1fr;
}

.section3 .block_wrap .grid_wrap .text_list.flex4 {
grid-template-columns: max-content max-content;
gap:15px;
}
.section3 .block_wrap .grid_wrap .text_list.flex2 {
grid-template-columns: max-content;
gap:10px;
}
.section3 .block_wrap .grid_wrap .text_list.flex3 {
grid-template-columns: max-content max-content;
gap:15px;
}
.section3 .block_wrap4 .p_back .text_list {
grid-template-columns: max-content max-content;
	gap:10px;
}

.section3 .block_wrap4 .p_back .text_list li:last-child {
	    grid-column: 1 / span 2;
}



.pop_wrap .pop_box {
	display:grid;
	gap:10px;
}
.pop_wrap .pop_box .pop_img {
    background: url(../images/fair_pop1_mo.jpg) no-repeat;
	background-size:344px;
	width:344px;
	height:209px;;
}

.pop_wrap .pop_box .pop_img2 {
	background: url(../images/fair_pop2_mo.jpg) no-repeat;
	background-size:344px;
}




.busanseoul .check_wrap {
grid-template-columns: 1fr;
}

.busanseoul .check_wrap .last_check {
grid-column: auto;
}
.sub_section1 .busanseoul .check_wrap {
	gap:8px;
}
.sub_section1 .check_wrap span {
line-height: 1.3;
        word-break: keep-all;
}
.sub_section1 .check_wrap p.check_wrap3 {
	font-size:14px;
}

.section4 .seminar_table tbody td .num {
	font-size:12px;
	    padding: 3px 8px;
}












.camp_body .camp_section4 .content_wrap .content_2 .top_con .con_1 {
	margin-top:0;
}
.camp_body .camp_section4 .content_wrap .content_3 .top_con .con_1 {
	padding-top:18px;
}

.camp_body .camp_section4 .content_wrap .content_3 .top_con .con_1 .flex {
grid-template-columns: 85px 85px 85px;
}

.camp_body .camp_section6 .br_box.end_camp:after  {
	font-size:14px;
}








.special_event {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap:10px;
}
.special_event .special_center {
	padding:16px;
	height:130px;
}
.special_event .special_center .fs40 span {
	font-size:14px;
}
.special_event .special_center .fs22 {
	font-size:14px;
    border-top: 1px solid white;
	margin-top: 10px;
	padding-top:10px;

}
.special_event .special_center  img {
	width:20px;
}
.main_section .fs30.second {
font-size: 18px;
margin-top:15px;
}
.section7 .grid_wrap .text_wrap .fs20 {
	margin-bottom:6px;
}


.section8 .event_btn {
margin-top: 50px;
    padding: 15px 40px;
    font-size: 20px;
}






}


@media (hover: hover) { 
header .gnb a:hover {
	color:black;
}


.red_btn:hover {
    background: #762323;
}
.br_box:hover {
box-shadow:0 0 12px #0000001f;
}

.another_btn:hover {
	background:#16598d;
}

.camp_body .red_btn:hover {
	background:#375d89;
}
.camp_body .another_btn:hover {
	background:#762323;
}







}









