html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#333;
    text-decoration: none;
}

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
font-family: "Noto Sans KR", sans-serif;
color:#333;
}






.center_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0 150px;
    margin-bottom: 40px;
}
.center_list li {
	cursor:pointer;
    background: #dbdbdb;
    font-weight: 500;
    border-radius: 100px;
    transition: all 0.3s;
    padding: 9px 20px 8px;
    font-size: 18px;
}
.center_list li.on {
    background: #0051cb;
	color:white;
}

.center_list li:hover {
    background: #0051cb;
    color: white;
}

.center_section .grid_wrap {
    display: grid;
    gap: 30px;
}
.center_section .grid_wrap .br_box {
    position: relative;
}
.center_section .grid_wrap .text_wrap {
    position: absolute;
    top: 50%;
    left: 32px;
    background: #ffffffc7;
    padding: 30px;
    width: 290px;
    transform: translate(0, -50%);
    z-index: 10;
}
.center_section .text_wrap .fs20 {
    margin-bottom: 10px;
    font-size: 20px;
}
.center_section .text_wrap .fs30 {
    display: inline-block;
    margin-right: 6px;
    font-size:30px;
	font-weight:bold;
}

.center_section .map_wrap {
    width: 100%;
    overflow: hidden;
    height: 300px;
    border-radius: 30px;
}






@media screen and (max-width: 768px) {
 .center_list{
	gap:5px;
	padding:0;
}
 .center_list li {
    font-size: 12px;
}
.center_section .grid_wrap .text_wrap {
padding: 16px;
        left: 50%;
        transform: translate(-50%, -50%);
}
.center_section .text_wrap .fs30 {
	font-size:22px;
	margin-right: 3px;
}
.center_section .text_wrap .fs20 {
	font-size:14px;
}
.center_section .text_wrap .fs18 {
	font-size:14px;
}
}






















/* °øÅë */ 

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
	letter-spacing: -0.5px;
	padding:100px 0 100px;
}
.color_text {
	color:#1b468b;
}
button {
    color: white;
    background: #1b468b;
    border: none;
    border-radius: 100px;
    font-size: 26px;
    cursor: pointer;
    padding: 9px 23px 12px;
    letter-spacing: -1px;
    font-weight: bold;
	transition:all 0.3s;
}

button  img {
	width:12px;
	margin-left:7px;
}


.sub_title {
	font-size:24px;
	font-weight:bold;
    text-align: center;
}
.main_title {
	font-size:40px;
	font-family: 'yg-jalnan';
	color:#1b468b;
    text-align: center;
    margin-bottom: 40px;
}








/* header */

header {
    background: #1b468b;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 7px #00000070;
    z-index: 99;
}
header .container {
	display: flex;
    justify-content: space-between;
    align-items: center;
	height:60px;
	padding:0;
}
header  h1 {
	font-family: 'yg-jalnan';
	font-size:22px;
	cursor:pointer;
}
header .nav {
	display:flex;
	gap:20px;
	
}
header  a {
	color:white;
	font-size:18px;
	font-weight:500;
}
header .white_btn a {
	background: white;
    color: #1b468b;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    padding: 5px 10px
}


/* main css*/
.main_section {
    height: 600px;
    overflow: hidden;
	background-color:#fafafa;
	padding:140px 0 0; 
}
.main_section .container {
	padding:0;
}
.main_section .year {
	color:#2a426a;
	font-size:60px;
	font-family: 'yg-jalnan';
}
.main_section .main_title {
	font-size: 100px;
    line-height: 1.1;
    font-family: 'yg-jalnan';
    margin-top: 10px;
    text-align: left;
    color: #333;

}

.main_section .title_wrap {
	position: relative;
    display: inline-block;
    z-index: 2;
}
.main_section .title_wrap:after {
	content:'';
	position:absolute;
    top: 0;
    left: -60px;
	background: url(../images/title_icon.png) no-repeat;
	width:38px;
	height:38px;
	background-size:38px;
}
.main_section .title_wrap:before {
	content: '';
    position: absolute;
    bottom: 90px;
    right: -60px;
    background: url(../images/title_icon.png) no-repeat;
    width: 38px;
    height: 38px;
    background-size: 38px;
    transform: rotate(180deg);
}

.main_section .world_wrap {
    position: absolute;
    top: 0px;
    right: 50px;
    background: url(../images/world_back.png) no-repeat;
    width: 178px;
    height: 121px;
    text-align: center;
    color: white;
    font-family: 'yg-jalnan';
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_section .world_wrap .world_list {
    transform: rotate(8deg) translate(-10px, -3px);
	line-height:1.5;
	font-size:18px;
}

.main_section .main_illust {
	position:absolute;
	bottom:-150px;
	right:100px;
	width:680px;
}

.absolute_section {
    background: white;
    z-index: 1;
    position: relative;
}

.board_box {
    border-radius: 20px;
    box-shadow: 0 0 10px #00000029;
}
.board_box .color_back {
    color: white;
    background: #2a426a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
}
.board_box .content {
	background: url(../images/board_back.jpg) no-repeat center / cover;
}
.absolute_section .container {
	padding:0;
}
.absolute_section .board_box {
	position:relative;
	top:-120px;
}
.absolute_section .board_box .con_title {
	text-align: center;
    display: grid;
	font-family: 'yg-jalnan';
	font-size:38px;
    justify-content: center;
	padding:40px 0 40px;
}
.absolute_section .board_box .con_title img {
	width:50px;
	margin:0 auto;
	margin-bottom:10px;
}
.absolute_section .board_box .flex_wrap {
    display: grid;
    gap: 27px 0;
    justify-content: center;
}
.absolute_section .board_box .flex_wrap .flex_box {
    display: flex;
    gap: 15px;
    align-items: center;
}
.absolute_section .board_box .flex_wrap .flex_box img {
    width: 32px;
    margin-right: 5px;
}
.absolute_section .board_box .flex_wrap .flex_box .con_text {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1.5px;
}
.absolute_section .board_box .flex_wrap .flex_box .num {
    border-radius: 100%;
    color: white;
    background: #1b468b;
    font-family: 'yg-jalnan';
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.absolute_section .board_box .flex_wrap .flex_box.blue .num{
	background:#2a426a;
}
.absolute_section .board_box .content {
	padding: 0 20px 60px 30px;
}

.section1 .container {
	padding-top:0;
}
.section1 .content {
	display:flex;
	gap:20px;
}
.section1 .content > div {
	flex: 1;
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 0 5px #00000029;
    display: grid;
    justify-content: center;
    padding: 40px 0;
}
.section1 .content  .con_title {
    font-size: 28px;
    font-family: 'yg-jalnan';
    text-align: center;
}
.section1 .content  .con_title img {
	margin:0 auto;
	width:35px;
}
.section1 .content  .con_ul {
	display:grid;
	gap:10px;
	margin-top: 30px;
}
.section1 .content  .con_ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1.5px;
}
.section1 .content  .con_ul img {
	width:22px;
}



.section2 .flex_wrap {
	display:flex;
	gap:20px;
}
.section2 .flex_wrap .flex_box {
	flex: 1;
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 0 5px #00000029;
    padding: 40px 0;
    text-align: center;
}
.section2 .location_title {
	font-size: 26px;
    font-family: 'yg-jalnan';
	margin:10px 0 20px;
}
.section2 .icon_box {
    background: white;
    display: inline-block;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 5px #00000017;

}
.section2 .icon_box img{
	width:20px;
	margin-top:16px;
}
.section2 .location_sub {
	font-size: 18px;
    line-height: 1.5;
}
.section2 .location_sub .bold {
	font-weight:500;
	font-size:20px;
}
.section2 .under_text {
	font-size: 14px;
    color: #cd2d2d;
    margin-top: 10px;
}

.section3 {
	background:#fafafa;
}
.section3 .main_title {
	margin-bottom:20px;
}
.section3 .content_text {
	text-align:center;
	font-size:24px;
	margin-bottom:60px;
}
.section3 .table_vs {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}
.section3 .table_vs  td {
    font-size: 20px;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    height: 80px;
		background:white;
}
.section3 .table_vs  .bold {
	font-size:24px;
	font-weight:600;
}
.section3 .table_vs thead {
	position:relative;
}
.section3 .table_vs thead:after {
content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    background: url(../images/vs_icon.png) no-repeat;
    width: 115px;
    height: 115px;
    background-size: 115px;
    transform: translate(-50%);
}
.section3 .table_vs thead td{
	font-size:28px;
	font-family: 'yg-jalnan';
	background:#666666;
	color:white;
	border-right: none;
}
.section3 .table_vs .color_back {
background: #1b468b;
    border-left: none;
    border-right: 1px solid #1b468b;
}

.section3 .table_vs .bold_td {
	font-size:24px;
	font-family: 'yg-jalnan';
	color:#999999;
}
.section3 .table_vs .bold_td.color_text {
	color:#1b468b;
	position:relative;
}
.section3 .table_vs .bold_td.color_text:after {
	content:'';
	position:absolute;
	left: 95px;
    top: 12px;
	background: url(../images/blue_point.png) no-repeat;
	width: 27px;
    height: 27px;
    background-size: 27px;
}
.section3 .table_vs .gray_text {
	color:#999
}
.section3 .table_vs .small_text {
	font-size:20px;
}
.section3  .under_text {
	color: #666666;
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}


.section4 .grid_wrap {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap:20px;
}
.section4 .grid_wrap .grid_box {
	background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 0 5px #00000029;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.section4 .grid_wrap .left_content {
	text-align:center;
}
.section4 .grid_wrap .left_content p {
	font-weight:bold;
	margin-top:10px;
}
.section4 .grid_wrap .right_content  img{
	width:30px;
}
.section4 .grid_wrap .right_content .content_text {
font-size: 18px;
    font-weight: bold;
    margin: 5px 0px 5px;
}
.section4 .grid_wrap .right_content .content_text2 {
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
	padding-right:20px;

}
.section4 .grid_wrap .right_content .content_text3 {
	margin-top:5px;
	color:#555;
}



.section5 {
	background-color: #2a426a;
    background-image: url(../images/benefit_back.svg);
    background-repeat: no-repeat;
    background-position: center 0;
}
.section5 .sub_title,
.section5 .main_title {
	color:white;
}
.section5  .grid_box {
	background: white;
    border-radius: 20px;
    box-shadow: 0 0 5px #00000029;
    padding: 25px;
    text-align: center;
    padding-bottom: 32px;
}
.section5 .grid_wrap {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px;
}
.section5  .grid_box.last_box {
grid-column:  span 4;
}
.section5  .grid_box .num {
	font-size:22px;
    font-family: 'yg-jalnan';
}

.section5  .grid_box  .benefit_icon {
width: 60px;
    margin: 10px 0 5px;
}
.section5  .grid_box .content_text {
	font-size:22px;
	font-weight:500;
    position: relative;
}

.section5  .grid_box .content_text .color_text {
font-family: 'yg-jalnan';
display: inline-block;
    margin-top: 7px;
}
.section5  .grid_box .red_text {
	font-size:16px;
color: #dd2b2b;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
	bottom:-20px;
}

.section5 .last_box .num {
	color:#c96254;
	font-size:26px;
}
.section5 .last_box .content_text {
	font-size:24px;
}
.section5 .last_box .content_text .bold{
	font-weight:bold;
}
.section5 .last_box .under_text {
    margin-top: 10px;
    /* font-weight: 500; */
    color: #dd2b2b;
}

.mb_80 {
	margin-bottom:80px;
}
.section6 .board_box .content{
	padding:50px;
}
.section6 .content_title {
	font-size:32px;
	font-family: 'yg-jalnan';
    text-align: center;
	margin-left: -46px;
}
.section6 .content_title  img {
    width: 20px;
    margin-right: 7px;
}
.section6 .grid_wrap {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 0;
     margin-top: 45px;
    margin-bottom: 55px;

}
.section6 .grid_wrap .last_box {
	grid-column: span 2;
}

.section6 .grid_wrap .grid_box {
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.section6 .board_box .grid_wrap .color_back {
	border-radius: 100px;
    line-height: 40px;
    padding: 0 20px 3px;
	width:50px;
}
.section6 .board_box .grid_wrap .content_text {
	font-size: 20px;
    letter-spacing: -1px;
	line-height:1.9;
	
}
.section6 .board_box .grid_wrap .content_text .bold {
	font-weight:500;
	color:#2458d3;
}
.section6 .board_box .grid_wrap .content_text .bold.color {
	color:#111;
}


.section6 .board_box1  .grid_wrap .last_box  p {
line-height: 1.3;
font-size: 20px;
    letter-spacing: -1px;
}
.section6 .board_box1  .grid_wrap .last_box .red_text {
	color:#c33434;
}
.section6 .board_box .go_btn {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
	background:#c96254;
}
.section6 .board_box2  .go_btn {
	background:#60a0d8;
}
.section6 .board_box2 .color_back  {
	background:#294f8e;
}
.section6 .board_box3  .go_btn {
	background:#7ac3a0;
}
.section6 .grid_wrap .grid_box.last_box {
    align-items: start;
    justify-content: start;
    padding-left: 120px;
}
.section6 .board_box1 .grid_wrap .grid_box.last_box {
	padding-left:111px;
}

.section6 .board_box .content .under_text {
    font-size: 20px;
    color: #c33434;
    padding-left: 117px;
    width: 100%;
	margin-top: -20px;
    text-align: center;
}


.section6 .white_box {
    border-radius: 20px;
    box-shadow: 0 0 10px #00000029;
	text-align:center;
	padding: 25px;
    text-align: center;
	padding-bottom: 32px;
}

.section6 .white_box .content_text {
	font-size:24px;
	font-weight:500;
}
.section6 .white_box .bold {
	font-weight:bold;
}
.section6 .white_box .under_text {
    margin-top: 10px;
	color:#dd2b2b;
}
.section6 .white_box  img {
    margin-bottom: 5px;
    width: 30px;
}

.section6 {
	background:#fafafa;
}





.section7 .map_box {
	position:relative;
	box-shadow: 0 0 10px #00000029;
	border-radius:20px;
}
.section7 .root_daum_roughmap_landing {
	border-radius:20px;
}
.section7 .map_box .absolute_box {
	position: absolute;
    top: 50%;
    left: 50px;
    background: #294f8ed9;
    color: white;
    z-index: 1;
    padding: 40px 20px;
    width: 300px;
    height: 180px;
    transform: translate(0, -50%);
    border-radius: 20px;
}
.section7 .map_box2 .absolute_box {
	left:auto;
	right:50px;
	background:#233e6bd9;
}
.section7 .map_box .content_title {
	font-size:20px;
}
.section7 .map_box .content_title .bold {
	font-size:28px;
	font-family: 'yg-jalnan';
}
.section7 .map_box .content_title  img {
	width:18px;
	margin-right:5px;
}
.section7 .map_box .content_box {
    border-top: 2px dashed white;
    padding-top: 15px;
    margin-top: 15px;

}
.section7 .map_box .content_text {
	font-size:22px;
	font-weight:bold;
}
.section7 .map_box .content_text2 {
	margin-top:10px;
	font-size:20px;
}
.section7 .map_box .content_text3 {
	margin-top:7px;
	padding-bottom:10px;
}

.section7 .map_wrap {
	display:grid;
	gap:60px;
}




/* ½ÅÃ»ÇÏ±â */
.section8 {
	background:#fafafa;
	padding-top:80px;
    padding-bottom: 100px;
	overflow:hidden;
}
.section8 .container {
	position:relative;
    z-index: 2;
	background:#fff;
	padding: 100px 40px 100px;
	box-shadow: 0 0 10px #00000029;
}
.section8 .container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-1deg);
}
.section8 .container:before {
	content: '';
    position: absolute;
    bottom: -200px;
    right: -209px;
    background: url(../images/hand.svg) no-repeat;
    width: 484px;
    height: 785px;
    background-size: 484px;

}
.section8 .container .border_box {
border-top: 2px dashed #ccc;
padding:40px 16px;
}
.section8 .container .border_box1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap:30px;
}
.section8 .container .input_box > p {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.section8 .container .gray_back {
    background: #f1f1f1;
    border: none;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    padding-left: 16px;
    font-size: 18px;
	font-family: "Noto Sans KR", sans-serif;
    color: #333;
    box-sizing: border-box;
}
.section8 .container  .border_box1 .input_wrap {
display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    font-size: 20px;
}
.section8 .container .border_box1 select {
background: #f1f1f1;
    border: none;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 18px;
	font-family: "Noto Sans KR", sans-serif;
    color: #333;
    box-sizing: border-box;
}


.section8 .container .border_box2 .input_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.section8 .container .border_box2  .flex {
	display:flex;
	font-size:16px;
}
.section8 .container .border_box2 {
    display: grid;
    gap: 30px;
	border-bottom:2px dashed #ccc;
}
.section8 .container .border_box2  .gray_back {
    display: flex;
    align-items: center;

}
.section8 .container .border_box2  .gray_back .red_text {
    font-size: 14px;
    color: #dd2b2b;
    margin-left: 15px;
}

.section8 .container .js_bene_terms {
	background: #f1f1f1;
    border-radius: 12px;
    margin: 40px 16px;
    padding: 40px;
    line-height: 1.5;
}
.section8 .container .js_bene_agree {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.section8 .container  .fair_btn {
margin: 0 auto;
    display: block;
    padding: 10px 25px 12px;
}
#seminar_place_p,
#seminar_place_s,
#seminar_place_d {
    display: flex;
    align-items: center;
}
#seo_seminar_area > p,
#busan_seminar_area > p,
#daegu_seminar_area > p{
	margin-bottom:8px;
	    font-size: 20px;
    font-weight: 500;
}
#seo_seminar_area .input_wrap,
#busan_seminar_area .input_wrap,
#daegu_seminar_area .input_wrap{
	display:grid;
}
.section8 .container .border_box2 #seo_seminar_area .flex,
.section8 .container .border_box2 #busan_seminar_area .flex,
.section8 .container .border_box2 #daegu_seminar_area .flex {
	margin-bottom:0;
}
.section8 #s_area {
	display:grid;
	gap:10px;
}

.sub_title_section {
	background:#f5f5f5;
}
.sub_title_section .container {
background: url(../images/sub_main.svg) no-repeat;
    background-size: 550px;
    background-position: 100% 100%;
}
.sub_title_section p{
    font-size: 50px;
    line-height: 1.1;
    font-family: 'yg-jalnan';
    color: #1b468b;
    margin-top: 40px;
    text-align: left;
}
.section8 .container .border_box2 .small_text  {
    font-size: 14px;
    color: #dd2b2b;
    margin-left: 10px;
	}

footer {
	background:#333;
	position:relative;
	z-index:10;
}
footer .container {
	padding: 50px 0 50px;
    text-align: center;
	color:#999;
	line-height:1.4;
}

footer .container img {
	margin-bottom:15px;
	width:170px;
}
.mobi_br {
		display:none;
}
.mobi_header {
	display:none;
}
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.hamburger span {
    background: white;
    height: 3px;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.mobi_fair_btn {
		display:none;
		position: fixed;
        bottom: 0;
        width: 100%;
        background: #a71616;
        z-index: 999;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
	}
.mobi_fair_btn.hidden {
 opacity: 0;
  visibility: hidden;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.overlay.active {
    display: block;
    opacity: 1;
}
.nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: white;
    z-index: 20;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex
;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 90px;
}
.nav-menu.active {
    transform: translateX(0);
}
.nav-menu li {
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
.nav-menu li a {
    color: #333;
    font-size: 16px;
}
.nav-menu  .white_btn {
    background: #1b468b;
    color: white;
    border-radius: 100px;
    display: inline-block;
    width: fit-content;
    padding: 8px 16px 10px;
}
.nav-menu  .white_btn  a {
	color:white;
}
@media screen and (max-width: 1000px) {
	body {
	word-break: keep-all;
	}
	.section8 .container:after {
		display:none;
	}
	.pc_header {
		display:none;
	}
	.mobi_header {
		display:block;
	}
	header h1 {
		font-size:20px;
	}
	header .container {
		        padding: 0 16px;
        width: auto;
	}
	.container {
		padding:60px 16px;
		width:auto;
	}
	.main_section {
        height: 480px;
        background: url(../images/main_illust.svg) no-repeat;
        background-size: cover;
        background-position-y: 320px;
        background-position-x: 45px;
	}
	.main_section .year {
		font-size:40px;
	}
	.main_section .main_title {
		font-size:60px;
	        margin-top: 3px;
		    margin-bottom: 30px;
	}
	button {
		font-size:20px;
	}
	.main_section .world_wrap {
		background-size:125px;
		width:125px;
		height:100px;
        top: -42px;
        right: 67px;
	}
	.main_section .world_wrap .world_list {
		font-size:14px;
		    transform: rotate(8deg) translate(-10px, -5px);
	}
	.main_section .container {
		padding-left:16px;
	}
	.main_section .title_wrap:before {
	    width: 25px;
		height: 25px;
		background-size: 25px;
		    bottom: 75px;
    right: -32px;
	}
	.main_section .title_wrap:after {
	width: 25px;
		height: 25px;
		top: -22px;
    left: -10px;
		background-size: 25px;
	}
	.main_section .main_illust {
		width: 371px;
        bottom: 177px;
        right: -43px;
		display:none;
	}
	.absolute_section .container {
		padding:0 16px;
	}
	.absolute_section .board_box .content {
		padding:0 16px 30px 16px;
	}
	.board_box .color_back {
		font-size:16px;
	}
	.absolute_section .board_box .con_title {
        font-size: 26px;
        padding: 25px 0 16px;
	}
	.absolute_section .board_box .con_title img {
		width:40px;
	}
	.absolute_section .board_box .flex_wrap .flex_box .con_text {
		font-size:16px;
	}
	.absolute_section .board_box .flex_wrap {
	    grid-template-columns: 1fr;
		gap:12px;
	}
	.absolute_section .board_box .flex_wrap .flex_box .num {
		width:25px;
		height:25px;
		font-size:14px;
	}
	.absolute_section .board_box .flex_wrap .flex_box img {
		width: 25px;
        margin-right: 3px;
	}
	.sub_title {
		font-size:18px;
	}
	.main_title {
		font-size:30px;
		margin-bottom:30px;
	}
	.section1 .content {
		        gap: 20px;
        display: grid;
	}
	.section1 .content .con_title {
		font-size:18px;
	}
	.section1 .content .con_title img {
		width:41px;
	}
	.section1 .content .con_ul li {
		font-size:15px;
	}
	.section1 .content > div {
        display: grid;
        align-items: center;
       justify-content: center;
        gap: 25px;
        padding: 20px 16px;
	}
	.section1 .content .con_ul {
		        margin-top: 0;
        gap: 7px;
	}
	.section1 .content .con_ul img {
		width:18px;
	}
	.section2 .flex_wrap {
gap: 20px;
        display: grid;
	}
	.section2 .flex_wrap .flex_box {
		padding:16px 0;
	}
	.section2 .location_title {
        font-size: 20px;
        margin-bottom: 10px;
	}
	.section2 .location_sub {
		font-size:14px;
	}
	.section2 .location_sub .bold {
		        font-size: 16px;
        letter-spacing: -1px;

	}
	.section2 .icon_box {
		width:40px;
		height:40px;
	}
	.section2 .icon_box img {
		width:14px;
		margin-top:10px;
	}
	.section2 .under_text {
		font-size:12px;
	}

	.section7 .root_daum_roughmap_landing {
		width:100% !important;
		height:260px !important;
	}
	.section4 .grid_wrap {
	    grid-template-columns: 1fr;
	}
	.section3 .content_text {
        font-size: 18px;
        margin-bottom: 30px;
	}
	.section3 .table_vs thead:after {
		background-size:43px;
		width:43px;
		height:43px;
		top:3px;
	}
	.section3 .table_vs thead td {
		height:45px;
		font-size:20px;
	}
	.section3 .table_vs .bold_td {
		font-size:16px;
	}
	.section3 .table_vs td {
		font-size:12px;
		height:65px;
	}
	.section3 .table_vs .bold {
		font-size:14px;
	}
	.section3 .under_text {
		font-size:12px;
		margin-top:10px;
	}
	.mobi_br {
		display:block;
	}
	.section4 .grid_wrap .left_content img {
		width:80px;
	}
	.section4 .grid_wrap .left_content p {
		font-size:14px;
	}
	.section4 .grid_wrap .right_content img {
		width:25px;
	}
	.section4 .grid_wrap .right_content .content_text,
	.section4 .grid_wrap .right_content .content_text2{
		font-size:16px;
	}
	.section4 .grid_wrap .right_content .content_text3 {
		font-size:14px;
	}
	.section5 .grid_wrap {
		    grid-template-columns: 1fr 1fr;
	}
	.section5 .grid_box.last_box {
		    grid-column: span 2;
	}
	.section5 .grid_box .num,
	.section5 .grid_box .content_text{
		font-size:18px;
	}
	.section5 .grid_box .benefit_icon {
		width:45px;
	}
	.section5 .grid_box .red_text {
		font-size:14px;
	}
	.section5 .grid_box {
		padding:16px;
		padding-bottom:32px;
	}
	.section5 {
		background-size: contain;
	}
	.section5 .last_box .under_text {
		font-size:14px;
	}
	.section5 .last_box .num {
		font-size:22px;
	}
	.section6 .board_box .content {
        padding: 26px 16px;
	}
	.section6 .content_title img {
		width: 14px;
        margin-right: 5px;
	}
	.section6 .content_title {
		font-size:24px;
	}
	.section6 .grid_wrap {
		    display: grid;
    grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 16px;
	}
	.section6 .grid_wrap .last_box {
	        grid-column: initial;
	}
	.section6 .board_box .grid_wrap .content_text {
		font-size:14px;
	}
	.section6 .board_box .grid_wrap .color_back {
		        font-size: 14px;
        padding: 0 9px 1px;
        line-height: 32px;
	}
	.section6 .board_box .go_btn {
        padding: 7px 21px 10px;
        font-size: 18px;
        margin-top: 20px;
	}
	.section6 .board_box .grid_wrap .content_text {
		display:block;;
		gap:0;
	}
	.section6 .board_box .grid_wrap .content_text .text_wrap {
        line-height: 1.3;
        display: inline-block;
        margin-bottom: 10px;
   
	}
	.section6 .board_box .content .under_text {
		font-size:14px;
	    margin-top: -10px;
		padding-left:0px;
		width:auto;
		margin-left: -35px;
	}
	.mb_80  {
		margin-bottom:50px;
	}
	.section6 .white_box img {
		width:18px;
	}
	.section6 .white_box .content_text {
		font-size:18px;
	}
	.section6 .white_box .under_text {
        font-size: 14px;
        margin-top: 7px;
	}
	.section7 .map_box .content_title .bold {
		font-size:20px;
	}
	.section7 .map_box .content_title img {
		width:14px;
	}
	.section7 .map_box .content_title {
		font-size:14px;
	}
	.section7 .map_box .content_text {
		font-size:16px;
	}
	.section7 .map_box .content_text2 {
		font-size:14px;
	}
	.section7 .map_box .absolute_box {
        width: auto;
        height: auto;
        padding: 16px;
        transform: none;
        left: 0;
		right:auto;
        bottom: 0;
        top: auto;
		        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
	}
	.section7 .map_box .content_text3 {
		font-size:12px;
	}
	.section7 .map_box .content_box {
	    padding-top: 10px;
    margin-top: 10px;

	}
	.section8 .container {
		padding:50px 16px;
		box-shadow:none;
	}
	.section8 .container .border_box {
		padding:30px 10px;
	}
	.section8 .container .border_box1 {
        gap: 15px;
        grid-template-columns: 1fr;
	}
	.section8 .container .input_box > p {
		font-size:14px;
	}
	.section8 .container .gray_back,
	.section8 .container .border_box1 select{
		font-size:14px;
		height:40px;
	}
	.section8 .container .border_box2 {
		gap:20px;
	}
	.section8 .container .border_box2 .input_wrap {
		font-size:14px;
	}
	.section8 .container .border_box2 .flex {
		margin-bottom:0px;
	}
	.section8 .container .border_box2 .gray_back {
        display: grid;
        padding-left: 10px;
        height: 50px;
	}
	.section8 .container .border_box2 .gray_back .red_text {
        font-size: 12px;
        margin-top: -13px;
	}
	.section8 .container .border_box2 .gray_back .flex {
		margin-bottom:0;
	}
	.section8 .container:before {
		background-size:200px;
		display:none;
	}
	.section8 .container .js_bene_terms {
	        padding: 16px;
        font-size: 14px;
        word-break: keep-all;
	}
	.section8 .container .js_bene_agree {
		font-size:14px;
	}
	.section8 {
		padding-top:60px;
		padding-bottom:80px;
	}
	footer .container {
		font-size:12px;
	}
	footer .container img {
		width:120px;
	}

	.sub_title_section p {
	text-align:center;
		font-size:30px;
	}
	.sub_title_section .container {
        background-size: 350px;
        padding: 80px 13px 130px;
        background-position: 50% 100%;
	}
	.sub_main .container  img {
		width:100%;
	}

	.mobi_fair_btn {
		display:block;
	}
	.section6 .grid_wrap .grid_box {
		    display: grid;
    grid-template-columns: 65px 1fr;
	}
	#seo_seminar_area > p,
#busan_seminar_area > p,
#daegu_seminar_area > p{
        font-size: 14px;
}
.section6 .board_box1 .grid_wrap .grid_box.last_box {
	padding-left:0;
}
.section6 .grid_wrap .grid_box.last_box {
	padding-left:0;
}

.section6 .board_box1 .grid_wrap .last_box p {
	font-size:14px;
}
.absolute_section .board_box .flex_wrap .flex_box {
	gap:5px;
}
.section5 .grid_box .content_text .color_text {
	margin-top:4px;
}


}


