@charset "UTF-8";
/* Media Query */
/* Flex Box */
/*

// Breakpoints
@media (min-width: 64em) {
  // styles go here
}

// 640px, 1024px, 1200px, 1400px
$breakpoints-up: ("medium": "40em", "large": "64em", "slarge": "72em", "xlarge": "87.5em");

// 639px, 1023px, 1399px
$breakpoints-down: ("small": "39.9375em", "medium": "63.9375em", "large": "87.4375em");

@mixin breakpoint-up($size){
  @media (min-width: map-get($breakpoints-up, $size)) {
    @content;
  }
}

@mixin breakpoint-down($size){
  @media (max-width: map-get($breakpoints-down, $size)) {
    @content;
  }
}

$xsmall: 48em;
*/
html {
  font-family: pretendard, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #1b1b1d;
}

/* body {
  font-size: 1.6rem;
} */

input, button {
  font-family: pretendard, sans-serif;
  outline: none;
  border: none;
}

h1 {
  font-size: clamp(3.2rem, 2.292vw + 1rem, 4.4rem);
  line-height: 1.4;
  font-weight: 600;
}

h2 {
  font-size: clamp(2.4rem, 2.083vw + 1rem, 4rem);
  line-height: 1.4;
  font-weight: 600;
}

h3 {
  font-size: clamp(2rem, 1.667vw + 1rem, 3.2rem);
  line-height: 1.4;
  font-weight: 600;
}

h4 {
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}

h5 {
  font-size: clamp(1.8rem, 1.042vw + 1rem, 2rem);
  line-height: 1.4;
  font-weight: 600;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
}

.overline {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #FFCC00;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: clamp(1.2rem, 0.729vw + 1rem, 1.4rem);
  line-height: 1.8;
  font-weight: 600;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: normal;
  word-break: keep-all;
  tab-size: 4;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main-wrapper {
  max-width: 1608px;
  margin: 0 auto;
}

.object-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 120px;
}
.object-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-wrapper {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 37.56em) {
  .main-wrapper {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 56.63em) {
  .main-wrapper {
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .main-wrapper {
    margin: 0 100px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1229px) {
	/* main_t */
	.margin_0 {
		margin: 0 auto !important;
	}	
}

@media (min-width: 1299px) {
	/* main_t */
	.margin_0 {
		margin: 0 100px !important;
	}	
}

@media (min-width: 90em) {
  .main-wrapper {
    margin: 0 auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}

.sub-wrapper {
  max-width: 1608px;
  margin: 0 auto;
}

.sub-contents {
  padding-top: clamp(7.2rem, 5.417vw + 1rem, 10.4rem);
  padding-right: 1.6rem;
  padding-bottom: clamp(12rem, 8.333vw + 1rem, 16rem);
  padding-left: 1.6rem;
}
@media (min-width: 37.56em) {
  .sub-contents {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 56.63em) {
  .sub-contents {
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .sub-contents {
    margin: 0 100px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 90em) {
  .sub-contents {
    margin: 0 auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}

.section-title {
  margin-bottom: clamp(4.8rem, 5.417vw + 1rem, 10.4rem);
}
.section-title h1 {
  margin-bottom: 0.8rem;
}
.section-title--centered {
  text-align: center;
}

.sub-title {
  gap: 0.4rem;
  margin-bottom: clamp(3.2rem, 4.167vw + 1rem, 8rem);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 37.56em) {
  .sub-title {
    gap: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.breadcrumb {
  gap: 0.8rem;
  color: #6d6f74;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

button {
  border-radius: 8px;
  font-weight: 700;
}

.float-banner {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
@media (min-width: 37.56em) {
  .float-banner {
    position: fixed;
    right: 40px;
    bottom: 40px;
	z-index: 99;
  }
}
.float-banner button {
  width: 64px;
  height: 64px;
  background-color: white;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.float-banner button:hover {
  opacity: 1;
}
.float-banner__kakao button {
  background: linear-gradient(180deg, #FFEC6D 0%, #FFDD00 100%), #C4C4C4;
}
.float-banner__kakao svg {
  width: 40px;
  height: auto;
  margin: 4px auto 0;
}
.float-banner__top button {
  border: 1px solid #f1f3f8;
}
.float-banner__top i {
  font-size: 32px;
  color: #2f3032;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn i {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
}
.btn--primary {
  background: #FFCC00;
  color: white;
}
.btn--primary.hover:hover {
  border: 1px solid #0062a3;
  background: white;
  color: #0062a3;
}
.btn--secondary {
  border: 1px solid #FFCC00;
  background: white;
  color: #FFCC00;
}
.btn--secondary.hover:hover {
  background: #FFCC00;
  color: white;
}
.btn--tertiary {
  background: #1b1b1d;
  border: none;
  color: white;
}
.btn--large {
  padding: 1.6rem 7.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.btn--medium {
  padding: 1.2rem 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.btn--small {
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.btn--disabled {
  border: 1px solid #eee;
  font-weight: 500;
  color: #ccc;
  cursor: unset;
}

.button-wrap {
  gap: 1.6rem;
  margin-top: clamp(4rem, 6.25vw + 1rem, 12rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media(max-width:768px){
	.button-wrap{
	grid-template-columns: repeat(1, 1fr);
	}
}

.radio {
  margin: 16px 16px 16px 0;
  display: inline-block;
  cursor: pointer;
}

.radio input {
  display: none;
}

.radio input + span {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.radio input + span:not(:empty) {
  padding-left: 30px;
}

.radio input + span:before, .radio input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.radio input + span:before {
  background: #d1d7e3;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio input:checked + span:before {
  transform: scale(1.04);
  background: #107ac1;
}

.radio input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}

.radio:hover input + span:before {
  transform: scale(0.92);
}

.radio:hover input + span:after {
  transform: scale(0.74);
}

.radio:hover input:checked + span:after {
  transform: scale(0.4);
}

.stipulation__wrap {
  margin-bottom: clamp(2.4rem, 2.083vw + 1rem, 4rem);
}
.stipulation__wrap:last-child {
  margin-bottom: 0;
}
.stipulation__wrap h2 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.stipulation__wrap h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #FFCC00;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.stipulation__wrap .box-scroll {
  width: 100%;
  height: 200px;
  margin: 0.8rem 0;
  padding: 1.6rem;
  overflow-y: scroll;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
.stipulation .check-wrap {
  gap: 0.8rem;
  padding: 1.6rem;
  background: #fafafa;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.no-date {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #fafdff;
  text-align: center;
  color: #107ac1;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
}

.course-map {
  margin-bottom: 4rem;
}
@media screen and (min-width: 767px) {
  .course-map {
    margin-bottom: 9.6rem;
  }
}
.course-map__wrap {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 767px) {
  .course-map__wrap {
    margin-bottom: 4rem;
  }
}
.course-map__title {
  margin: 1.6rem 0;
  padding: 1.6rem 2.4rem;
  border-radius: 8px;
  /* background-image: linear-gradient(136deg, #70dbe2 0%, #148b9b 100%); */
   background-image: linear-gradient(269deg, #FFCF71 37.25%, #FFB068 67.29%);
  border-radius: 10px;
  font-size: clamp(1.73rem, 1.61rem + 0.55vw, 2.1rem);
  font-weight: 800;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .course-map__title {
    margin: 1.6rem 0 4rem;
 /* background-image: linear-gradient(269deg, #FFD32C 37.25%, #FF936C 67.29%); */
 /* background-image: linear-gradient(136deg, #70dbe2 0%, #148b9b 100%); */
 /* background-image: linear-gradient(269deg, #81c180 37.25%, #62b583 67.29%); */
  background-image: linear-gradient(269deg, #FFCF71 37.25%, #FFB068 67.29%);
  }
}
.course-map__title strong {
  color: #194400;
}
.course-map__title span {
  padding-right: 0.8rem;
}
.course-map__desc {
  font-size: clamp(1.6rem, 1.042vw + 1rem, 2rem);
  font-weight: 600;
  text-align: center;
}
.course-map__video {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  max-width: 1080px;
  margin: 1.6rem auto 0;
}
.course-map__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course-map__accordion {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.2rem 1.6rem;
  background: #f2f7e8;
  font-size: clamp(1.6rem, 1.53rem + 0.37vw, 1.85rem);
  text-align: left;
  color: #528730;
}
@media screen and (min-width: 767px) {
  .course-map__accordion {
    display: none;
  }
}
.accordion {
  /*
  &__contents {
  	display: none;

  	@media screen and (min-width: 767px) {
  		display: block;
  	}
  }
  */
}
.accordion__image {
  max-width: 1080px;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 767px) {
  .accordion__image {
    margin: 0 auto 4rem;
  }
}
.accordion__image img {
  border-radius: 16px;
}

.main-top {
 padding-top: clamp(7rem, 4.583vw + 1rem, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1230em) {
  .main-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.main-top__desc {
  position: relative;
  padding-left: 0;
}
.main-top__desc::after {
  content: "";
  width: 440px;
  height: 643px;
  position: absolute;
  top: -18%;
  right: -35%;
  z-index: -1;
  background-image: url("/jsp/home/images/main_top_map.png");
  background-repeat: no-repeat;
  opacity: 0.2;
}
@media (min-width: 37.56em) {
  .main-top__desc::after {
    top: -24%;
    right: -20%;
    padding-left: 1.6rem;
    opacity: 1;
  }
}
@media (min-width: 56.63em) {
  .main-top__desc::after {
    top: -24%;
    right: -10%;
  }
}
@media (min-width: 77.56em) {
  .main-top__desc::after {
    top: -20%;
    right: -16%;
  }
}
@media (min-width: 90em) {
  .main-top__desc::after {
    top: -24%;
    right: 10%;
  }
}
@media (min-width: 37.56em) {
  .main-top__desc {
    padding-left: 1.6rem;
  }
}
@media (min-width: 56.63em) {
  .main-top__desc {
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .main-top__desc {
    padding-left: 5.6rem;
   /*  padding-top: 5rem; */
  }
}

@media (max-width: 1229px) {
	.w_auto {
		margin:0 auto;
		text-align: center;
		padding: 0;
	}
}

.main-top__desc--title {
  padding-bottom: clamp(2.4rem, 2.5vw + 1rem, 4.9rem);
  max-width:900px;
}
.main-top__desc--title h1 {
  font-family: "SCoreDream";
  font-size: clamp(4.4rem, 3.75vw + 1rem, 7.2rem);
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width:799px) {
	.main-top__desc--title {
		padding-bottom: clamp(6rem, 2.5vw + 1rem, 4.9rem);
		/* width: 46rem; */
	}
}

.back {
	background-repeat: no-repeat;
	position: relative;
}


@media (min-width: 800px) and (max-width: 1229px) {
.back {
	/* background-image: url("/jsp/home/images/main_bakc_home_t.png");	 */
	background-image: url("/jsp/home/images/main_t-bg.png");
	background-size:100% 1024px;	
	/* height: 1024px; */
	height: 830px;
}
	
}

@media (min-width: 1230px) {
	.back {
		background-image: url("/jsp/home/images/main_bg.png");
/* 		background-size:100% 100%;	
		height: 793px; */
		background-size:cover;
    	height: 1028px;
    	width: 100%;
    	/* max-width: 1920px; */
    	margin: 0 auto;
    	padding-top:50px;
	} 
}


@media (min-width: 56.63em) {

	
  .main-top__desc--title p {
    letter-spacing: 1rem;
  }
}
.main-top__desc--detail {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
  grid-column-gap:1.5rem;
}

@media (min-width: 56.63em) {
  .main-top__desc--detail {
    gap: 3rem;
    margin-top: 7.2rem;
  }
}
@media (max-width: 799px) {
	.back {
		/* background-image: url("/jsp/home/images/main_bg.png"); */
		background-image: url("/jsp/home/images/main_t-bg.png");
		background-size:cover;
    	height: 1090px;
    	width: 100%;
    	max-width: 1920px;
    	margin: 0 auto;
    	padding-top:50px;
	} 
	.main-top__desc--detail {
		text-align: left;
		margin-top: 6.5rem;
	}	
}
@media (min-width: 800px) and (max-width: 1229px) {
	.main-top__desc--detail {
		text-align: left;
		margin-top: 6rem;
	}
}

.main-top__desc--detail dl {
  padding-left: 12px;
  /*
  &:nth-child(1){
  	dt {						
  		&::before {
  			background-color: #E30613;
  		}
  	}
  }

  &:nth-child(2){
  	dt {
  		&::before {
  			background-color: #F39200;
  		}
  	}
  }

  &:nth-child(3){
  	dt {
  		&::before {
  			background-color: #312783;
  		}
  	}
  }

  &:nth-child(4){
  	dt {
  		&::before {
  			background-color: #3AAA35;
  		}
  	}
  }
  */
}
.main-top__desc--detail dl dt {
  position: relative;
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 816px) and (max-width: 1229px) {
.main-top__desc--detail dl dt,.main-top__desc--detail dl dd {
	color: #ffffff;
}
	
}

@media (min-width: 1230px) {
.main-top__desc--detail dl dt,.main-top__desc--detail dl dd {
	color: #ffffff;
}	
}

.main-top__desc--detail dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translatey(-50%);
  width: 4px;
  height: 24px;
  background-color: #FFAD02;
}
@media (min-width: 37.56em) {
  .main-top__desc--detail dl dt::before {
    height: 32px;
  }
}
.main-top__desc--detail dl dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 0;
  width: 4px;
  height: 12px;
  /* background-color: #219AC9; */
}
.main-top__desc--detail dl dd {
  font-size: clamp(1.6rem, 0.938vw + 1rem, 1.8rem);
  line-height: 1.8;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

.btn_mainbax {
	display: flex;
	gap:13px;
	
	
}

@media (max-width: 500px) {
	.btn_mainbax {
		flex-direction: column;
	}	
}


/* @media (min-width: 800px) and (max-width: 1229px) {
	.btn_mainbax {
		width: 100%;
		text-align: left;
	}	
} */

.main-top__btn {
  padding: 1.6rem 3.2rem;
 /*  background-color: #204066; */
  border:3px solid #ffffff;
  /* box-shadow: 8px 8px 16px 0px rgba(32, 64, 102, 0.50); */
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.9;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.main-top__btn:nth-child(2) {
	background-color:transparent;
	color: white;
}
@media (min-width: 37.56em) {
  .main-top__btn {
    padding: 1.75rem 4rem;
    font-size: 2rem;
  }
}
.main-top__btn:hover {
  opacity: 1;
  background-color:#FFCC00;
  border:3px solid #FFCC00;
  /* box-shadow: 8px 8px 16px 0px rgba(32, 64, 102, 0.50); */
  color: white;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.main-top__image {
  padding-right: 0;
}
.relative {
	position: relative;
}

@media (max-width: 799px) {
	.main_img {
			display: none;
	}	
}

@media (min-width: 800px) and (max-width: 1229px) {
	.main_img {
		max-width: 400px;
		margin-left: auto;
	}
	.web {
		display: none;
	}
	.tb {
		display: block;
	}
}


/* 최소 1440넓이까지 */
@media (min-width: 1230px){
	.main_img {
		position:absolute;
		top:95px;
		right: -4%;
	}
	.main_img img {
		max-width: 800px;
	}
	.tb {
		display: none;
	}
}
/* 1600넓이까지  */
/* (min-width: 816px) and (max-width: 1439px) */
@media (min-width: 1600px) {
  .main_img {
		position:absolute;
		top:25px;
		right: 5%;
	}
	.main_img img {
		max-width: 100%;
	}	
	
	.tb {
		display: none;
	}
}

.main-quick {
  margin-bottom: 8rem;
  margin-top: 5rem;
}
.main-quick__list {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (min-width: 56.63em) {
  .main-quick__list {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-quick__item {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 2.4rem 1.6rem;
  background: url("/jsp/home/images/course.png") bottom -1px right -1px no-repeat;
  background-size: 70% !important;
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
@media (min-width: 37.56em) {
  .main-quick__item {
    padding: 4rem 4rem 3.2rem;
  }
}
@media (min-width: 77.56em) {
  .main-quick__item {
    background-size: 90% !important;
  }
}
@media (min-width: 90em) {
  .main-quick__item {
    background-size: contain !important;
  }
}
.main-quick__item:nth-child(2) {
  background: url("/jsp/home/images/location.png") bottom -1px right -1px no-repeat;
}
.main-quick__item:nth-child(3) {
  background: url("/jsp/home/images/promotion.png") bottom -1px right -1px no-repeat;
}
.main-quick__item:nth-child(4) {
  background: url("/jsp/home/images/record.png") bottom -1px right -1px no-repeat;
}
.main-quick__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(253,229,175);
  background: linear-gradient(141deg, rgba(253,229,175,1) 0%, rgba(255,255,255,1) 100%);
  
  

}
.main-quick__item h4 {
  margin-bottom: 4px;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.main-quick__item span {
  color: #6d6f74;
  font-size: clamp(1.6rem, 0.938vw + 1rem, 1.8rem);
  line-height: 1.8;
  font-weight: 400;
}
.main-quick__item a {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 5.6rem;
  background-color: #FFCC00 ;
  font-size: 24px;
  text-align: center;
  color: white;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
/* 첫번째,세번째 버튼 색 변경 */
.main-quick__item:nth-child(1) a,.main-quick__item:nth-child(3) a {
  background-color: #FFAD02 ;
}
.main-quick__item:nth-child(1):hover::before,.main-quick__item:nth-child(3):hover::before {
  background: #FFAD02 ;

}
.main-quick__item:nth-child(1):hover a ,.main-quick__item:nth-child(3):hover a{
  color: #FFAD02;
}
.main-quick__item:hover::before {
  background: #FFCC00;
  transition-duration: 0.5s;
}
.main-quick__item:hover h4, .main-quick__item:hover span {
  color: #fff;
}
.main-quick__item:hover a {
  background-color: white;
  color: #FFCC00;
}
.main-quick__item--title {
  min-height: 72px;
}

.main_back {
	width:100%;
	height:100%;
	background-image: url("/jsp/home/images/background_1.png");
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:100% 90%;
	margin-bottom: 0 !important;
	bottom: 0;
	padding-bottom: clamp(8rem, 8.333vw + 1rem, 16rem);
}
@media screen and (max-width: 786px){
	.main_back{
	width:100%;
	height:100%;
	background-image: url("/jsp/home/images/background_1.png");
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;}
}

.margin-bo {
	margin-bottom: 0 !important;
}
.main-notice {
  margin-top: clamp(4.8rem, 9.375vw + 1rem, 18rem);
  margin-bottom: clamp(8rem, 8.333vw + 1rem, 16rem);
}
.main-notice__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "tel" "deposit" "board";
  gap: 2.4rem;
}
@media (min-width: 56.63em) {
  .main-notice__grid {
    /* grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "tel board" "deposit board"; */
  }
}
.main-notice__grid span.overline {
  margin-bottom: 0.4rem;
  padding-left: 0.8rem;
}
.main-notice__grid h3 {
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
  padding-left: 0.8rem;
  font-size: clamp(2rem, 1.667vw + 1rem, 3.2rem);
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 37.56em) {
  .main-notice__grid h3 {
    margin-bottom: 3.2rem;
  }
}
.main-notice__grid h3 span {
  color: #85868a;
  font-size: clamp(1.6rem, 1.042vw + 1rem, 2rem);
  line-height: 1.8;
  font-weight: 400;
}
.main-notice-tel {
  grid-area: tel;
  padding: clamp(1.6rem, 2.5vw + 1rem, 4.8rem);
  background-color: #fafafa;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main-notice-deposit {
  grid-area: deposit;
  padding: clamp(1.6rem, 2.5vw + 1rem, 4.8rem);
  background-color: #fafafa;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main-notice__info {
  gap: 0.8rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #f1f3f8;
  background-color: white;
  filter: drop-shadow(0px 4px 16px rgba(231, 231, 231, 0.25));
  font-size: clamp(1.6rem, 1.042vw + 1rem, 2rem);
  line-height: 1.8;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 37.56em) {
  .main-notice__info {
    padding: 1.4rem 2.4rem;
  }
}
.main-notice__info i {
  font-size: clamp(1.8rem, 1.042vw + 1rem, 2rem);
  line-height: 1.4;
  font-weight: 600;
}
.main-notice-board {
  grid-area: board;
  padding: clamp(1.6rem, 2.083vw + 1rem, 4rem);
  background-color: #fafafa;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main-notice-board__heading {
  padding: 0 0.8rem;
  border-bottom: 4px solid #FFCC00;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.main-notice-board__heading h3 {
  margin-bottom: 1.6rem;
}
.main-notice-board__list {
  margin-top: 0.8rem;
}
.main-notice-board__item {
  padding: 0.8rem;
  border-bottom: 1px solid #b4b6bb;
}
@media (min-width: 37.56em) {
  .main-notice-board__item {
    padding: 1.6rem;
  }
}
.main-notice-board__item--title {
  margin-bottom: 0.4rem;
  font-size: clamp(1.6rem, 0.938vw + 1rem, 1.8rem);
  line-height: 1.8;
  font-weight: 400;
}
.main-notice-board__item--date {
  color: #b4b6bb;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
.main-notice-board__item--blank {
  padding: 1.6rem 0;
  border-bottom: 1px solid #d1d2d7;
  text-align: center;
}

.visual {
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .visual {
    height: 50vh;
  }
}
.visual.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.visual__wrap {
  position: relative;
  background: #7BBD64;
  height: calc(100vh - 240px);
}
@media screen and (max-width: 1025px) {
  .visual__wrap {
    height: 50vh;
  }
}
.visual__container {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  padding: 1.6rem;
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  .visual__container {
    top: 44%;
    left: 50%;
    padding: 2.4rem;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1401px) {
  .visual__container {
    top: 48%;
    left: 60%;
    padding: 2.4rem;
    max-width: 1104px;
  }
}
.visual__container--logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  max-width: 360px;
  padding: 1.6rem 3.2rem 1.6rem 1.6rem;
}
@media screen and (min-width: 1025px) {
  .visual__container--logo {
    bottom: 0;
    left: 50%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1401px) {
  .visual__container--logo {
    bottom: 32px;
    left: 20%;
    max-width: 560px;
  }
}
.visual .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
}
.visual .svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.visual picture {
  display: flex;
  height: 50vh;
}
@media screen and (min-width: 1025px) {
  .visual picture {
    height: calc(100vh - 240px);
  }
}
.visual .slick-slide {
  position: relative;
  margin: 0;
}
.visual .slick-slide img {
  width: 100%;
  object-fit: fill;
}
@media screen and (min-width: 321px) {
  .visual .slick-slide img {
    object-fit: cover;
  }
}
.visual .slick-list {
  margin: 0;
}
.visual .slick-dots {
  position: absolute;
  bottom: 16px !important;
}
@media screen and (min-width: 769px) {
  .visual .slick-dots {
    bottom: 40px !important;
  }
}
.visual .slick-dots li button::before {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.visual .slick-dots .slick-active button::before {
  border-radius: 50%;
  color: #f28434;
  opacity: 1;
}

#arrow-prev {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
}

.description__eyebrow {
  font-size: 1rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .description__eyebrow {
    font-size: 1.2rem;
  }
}
.description__title {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.description__title--xs {
  margin-bottom: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 481x) {
  .description__title--xs {
    font-size: 4rem;
    line-height: 48px;
  }
}
@media screen and (min-width: 481px) {
  .description__title {
    font-size: 3.6rem;
    line-height: 48px;
  }
}
.description__sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
}
.description__detail {
  font-size: 1.8rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .description__detail {
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.description__category {
  font-size: 2rem;
  line-height: 32px;
}
@media screen and (min-width: 481px) {
  .description__category {
    font-size: 3.2rem;
    line-height: 40px;
  }
}

.main-contest {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
  padding: 3.2rem 0;
}
@media screen and (min-width: 769px) {
  .main-contest {
    flex-direction: row;
    padding: 7.2rem 0 6.4rem;
  }
}
@media screen and (min-width: 1401px) {
  .main-contest {
    padding: 6.4rem 0;
  }
}
.main-contest button {
  padding: 0.8rem 2.4rem;
  border-radius: 999px;
  background: #F28434;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.main-contest__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .main-contest__title {
    justify-content: flex-start;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1281px) {
  .main-contest__title {
    justify-content: flex-start;
    flex: 1 1 224px;
  }
}
.main-contest__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 3.2rem;
  margin-top: 0;
}
@media screen and (min-width: 1281px) {
  .main-contest__info {
    flex-direction: row;
    margin-top: 1.6rem;
  }
}
.main-contest__info dl {
  flex: none;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .main-contest__info dl {
    flex: 1 1 33.3%;
  }
}
.main-contest__info dl::before {
  content: "";
  display: none;
  width: 1px;
  height: 160px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: -24px;
}
@media screen and (min-width: 1281px) {
  .main-contest__info dl::before {
    display: inline-block;
  }
}
.main-contest__info dl::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #787878;
  position: absolute;
  top: -8px;
  left: 0;
}
@media screen and (min-width: 1281px) {
  .main-contest__info dl::after {
    display: inline-block;
    width: 4px;
    height: 88px;
    top: 0;
    left: -24px;
  }
}
.main-contest__info dl:nth-child(1)::after {
  background: #4F92DA;
}
.main-contest__info dl:nth-child(2)::after {
  background: #80BF48;
}
.main-contest__info dl:nth-child(3)::after {
  background: #E85DA2;
}
.main-contest__info dl.description {
  flex: 24%;
}
.main-contest__info dt {
  margin-bottom: 1.6rem;
}
.main-contest__info dd {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.main-contest__info dd ul {
  margin-top: 1.6rem;
}
.main-contest__info dd ul li {
  font-size: 1.6rem;
  font-weight: 300;
}

.main-event {
  position: relative;
  padding: 4.8rem 0 1.6rem;
}
@media screen and (min-width: 481px) {
  .main-event {
    padding: 8.8rem 0 3.2rem;
  }
}
.main-event::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(90deg, #C0E7B1 0%, rgba(237, 251, 231, 0.05) 32.63%, rgba(237, 251, 231, 0.05) 68.58%, #C0E7B1 100%);
}
@media screen and (min-width: 481x) {
  .main-event::after {
    height: 104px;
  }
}
@media screen and (min-width: 769px) {
  .main-event::after {
    height: 176px;
  }
}
.main-event__wrap {
  background: #FAFFF8;
}
.main-event .description {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 481px) {
  .main-event .description {
    margin-bottom: 8rem;
  }
}
.main-event .slick-slide {
  margin-right: 0.8rem;
}
@media screen and (min-width: 481px) {
  .main-event .slick-slide {
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .main-event .slick-slide {
    margin-right: 3.2rem;
  }
}
.main-event .slick-slide > div {
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}
.main-event .slick-center > div {
  transform: scale(1);
  opacity: 1;
}
.main-event .slick-prev:before, .main-event .slick-next:before {
  font-size: 32px;
}
.main-event__list.main-wrapper {
  padding: 0;
}
@media screen and (min-width: 481px) {
  .main-event__list.main-wrapper {
    padding: 0 2.4rem;
  }
}
.main-event__image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  width: 256px;
  height: 256px;
  border-radius: 1.6rem;
}
@media screen and (min-width: 481px) {
  .main-event__image {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 769px) {
  .main-event__image {
    width: 448px;
    height: 448px;
  }
}
.main-event__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-event__image button {
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
.main-event__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  border-radius: 1.6rem;
  background: rgba(46, 215, 121, 0.8);
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 481px) {
  .main-event__hover {
    padding-top: 160px;
  }
}
.main-event__hover p {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}
.is-active .main-event__hover {
  transform: translateY(100%);
}
:hover > .main-event__hover {
  transform: translateY(0);
}
.main-event__title {
  margin: 1.2rem 0 0.4rem;
  padding-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 481px) {
  .main-event__title {
    margin: 2.4rem 0 0.8rem;
    font-size: 2rem;
  }
}
.main-event__info {
  padding-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .main-event__info {
    font-size: 2rem;
    line-height: 24px;
  }
}
.main-event__banner {
  background: linear-gradient(90deg, #C0E7B1 0%, rgba(237, 251, 231, 0.05) 32.63%, rgba(237, 251, 231, 0.05) 68.58%, #C0E7B1 100%);
}

/*.main-event__image:hover .main-event__hover {transform: translateY(0);}*/
.main-banner {
  text-align: center;
}
.main-banner img {
  width: 1408px;
}

/* .main-supporter {
  padding: 4.8rem 0 6.4rem;
} */
@media screen and (max-width: 799px) {
  .main-supporter {
    /* padding: 1rem 0 2rem; */
  }
}

/* @media screen and (min-width: 800px) {
  .main-supporter {
    padding: 6.5rem 0 10rem;
  }
} */
.main-supporter .description {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 481px) {
  .main-supporter .description {
    margin-bottom: 8rem;
  }
}
.main-supporter__item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 56px;
  text-align: center;
}
.main-supporter__item img {
  display: inherit !important;
  /*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  */
}

.main-media {
  padding: 4.8rem 2.4rem 6.4rem;
}
@media screen and (min-width: 1401px) {
  .main-media {
    padding: 8.8rem 0 14.4rem;
  }
}
.main-media__wrap {
  background: #FAFAFA;
}
.main-media .description {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 481px) {
  .main-media .description {
    margin-bottom: 6.4rem;
  }
}
.main-media__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 481px) {
  .main-media__heading {
    margin-bottom: 1.6rem;
  }
}
.main-media__heading a {
  font-size: 1.4rem;
  line-height: 16px;
}
@media screen and (min-width: 481px) {
  .main-media__heading a {
    font-size: 1.6rem;
    line-height: 16px;
  }
}
.main-media__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (min-width: 481px) {
  .main-media__title {
    font-size: 2.4rem;
    line-height: 40px;
  }
}
.main-media__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "youtube" "notice";
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .main-media__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "youtube notice";
    gap: 4rem;
  }
}
.main-media__youtube {
  grid-area: youtube;
}
.main-media__iframe {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 264px;
}
.main-media__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-media__notice {
  grid-area: notice;
}
.main-media .main-media-board__contents {
  padding: 2.4rem;
  background: #fff;
}
.main-media .main-media-board__date {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 24px;
}
.main-media .main-media-board__title {
  height: 48px;
  margin-bottom: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
}
.main-media .main-media-board__preview {
  font-size: 1.8rem;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 2.4rem;
  height: 7.2rem;
}
.main-media__sns {
  grid-area: sns;
  grid-column: inherit;
  grid-row: inherit;
  padding: 1.6rem 2.4rem 2.4rem;
  background: #ddd;
}
@media screen and (min-width: 769px) {
  .main-media__sns {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}

.main-app {
  padding: 7.2rem 2.4rem 4rem;
}
@media screen and (min-width: 481px) {
  .main-app {
    padding: 4.8rem 2.4rem 2.4rem;
  }
}
@media screen and (min-width: 1401px) {
  .main-app {
    padding: 3.2rem 0;
  }
}
.main-app__wrap {
  background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -92px/346px no-repeat, url("/jsp/home/images/main/ad_app_background2.jpg") top left no-repeat, #FAFFF8;
}
@media screen and (min-width: 481px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -104px/416px no-repeat, url("/jsp/home/images/main/ad_app_background2.jpg") bottom left no-repeat, #FAFFF8;
  }
}
@media screen and (min-width: 769px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -104px/560px no-repeat, url("/jsp/home/images/main/ad_app_background2.jpg") bottom left no-repeat, #FAFFF8;
  }
}
@media screen and (min-width: 1025px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -120px no-repeat, url("/jsp/home/images/main/ad_app_background.jpg") bottom right -320px no-repeat, #FAFFF8;
  }
}
@media screen and (min-width: 1401px) {
  .main-app__wrap {
    background: url("/jsp/home/images/main/ad_app_mockup.png") bottom right -56px no-repeat, url("/jsp/home/images/main/ad_app_background.jpg") bottom right no-repeat, #FAFFF8;
  }
}
.main-app .description__eyebrow {
  margin-bottom: 0.8rem;
}
.main-app__link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 90%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 481px) {
  .main-app__link {
    flex-direction: row;
    max-width: 100%;
    margin-top: 4rem;
  }
}
.main-app__link img {
  max-width: 108px;
}
@media screen and (min-width: 481px) {
  .main-app__link img {
    max-width: 100%;
  }
}

/*
footer {
	padding: 0 !important; 
	border-top: none;

}

.footer {
	background-color: #3A7B23;
	color: #000;

	&__wrap {
		background-color: #77BD5A;
		background-color: #92c781;
	}

	&__utill {

		display: flex;
		justify-content: space-between;
		align-items: center;

		padding: 1.6rem 2.4rem;

		font-size: 1.4rem;
		line-height: 24px;

		@media screen and (min-width: 1401px) {
			padding: 1.6rem 0;
		}
	}

	&__sns {
		ul {
			display: flex;
			gap: 0.8rem;
		}
	}

	&__contents {
		padding: 2.4rem;
		color: #fff;

		@media screen and (min-width: 1401px) {
			padding: 3.2rem 0 4rem;
		}


	}

}
*/
.floating-banner {
  display: none;
  flex-direction: column;
  position: fixed;
  width: 120px;
  bottom: 40px;
  right: 16px;
  margin: 15px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .floating-banner {
    display: flex;
  }
}
.floating-banner__apply {
  /*@media screen and (min-width: 768px) {
  	display: block;
  }*/
}
.floating-banner__apply img {
  width: 120px;
}
.floating-banner__top {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.floating-banner__top img {
  max-width: 107px;
  border-radius: 2px;
}
.floating-banner__sns {
  margin-top: 0.8rem;
}
.floating-banner__sns ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.floating-banner__sns ul li {
  align-items: center;
  padding: 0.4rem;
  border-radius: 2px;
  border: 2px solid #000;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.floating-banner__sns ul li a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.floating-banner__sns ul li a i {
  font-size: 1.6rem;
}

.animation {
  margin-top: 5.6rem;
  transform: translatex(-127px) scale(0.24);
  /*
  .animation {
  	display: block;
  	position: relative;
  	width: 100%;
  	max-width: 1320px;
  	height: 50vh;
  	margin: 4rem auto 0;
  	transform: translatex(-50%) scale(0.3);
  	transform-origin: center;
  	left: 50%;
  	top: inherit;
  	transform: translatex(-58%) scale(0.85);
  	margin: 4rem auto 0;

  	@media screen and (min-width: 320px) {
  		height: calc(100vh - 240px);
  		margin: 0 auto;
  		transform: translatey(-50%) translatex(-73%) scale(0.25);
  		top: 50%;
  	}


  	@media screen and (min-width: 480px) {
  		height: calc(100vh - 240px);
  		margin: 0 auto;
  		transform: translatey(-50%) translatex(-73%) scale(0.3);
  		top: 50%;
  	}

  	@media screen and (min-width: 600px) {
  		height: calc(100vh - 240px);
  		transform: translatey(-16%) translatex(-75%) scale(0.4);
  		top: inherit;
  	}


  	@media screen and (min-width: 768px) {
  		height: calc(100vh - 240px);
  		transform: translatex(-60%) scale(0.65);
  		top: inherit;
  	}

  	@media screen and (min-width: 1024px) {
  		top: inherit;
  		transform: translatex(-58%) scale(0.8);
  	}



  	@media screen and (min-width: 1400px) {
  		top: inherit;
  		transform: translatex(-54%) scale(0.8);
  	}

  	@media screen and (min-width: 1600px) {
  		top: inherit;
  		transform: translatex(-58%) scale(0.85);
  		margin: 4rem auto 0;
  	}

  */
}
@media screen and (min-width: 410px) {
  .animation {
    transform: translatex(-134px) scale(0.3);
  }
}
@media screen and (min-width: 374px) {
  .animation {
    margin-top: 8.8rem;
    transform: translatex(-134px) scale(0.3);
  }
}
@media screen and (min-width: 480px) {
  .animation {
    margin-top: 8.8rem;
    transform: translatex(-138px) scale(0.4);
  }
}
@media screen and (min-width: 640px) {
  .animation {
    margin-top: 6.4rem;
    transform: translatex(-134px) scale(0.5);
  }
}
@media screen and (min-width: 767px) {
  .animation {
    margin-top: 4.8rem;
    transform: translatex(-84px) scale(0.55);
  }
}
@media screen and (min-width: 1024px) {
  .animation {
    margin-top: 2.4rem;
    transform: translatex(-56px) scale(0.8);
  }
}
@media screen and (min-width: 1200px) {
  .animation {
    margin-top: 6.4rem;
    transform: translatex(-48px) scale(0.8);
  }
}
@media screen and (min-width: 1400px) {
  .animation {
    margin-top: 5.6rem;
    transform: translatex(180px) scale(0.85);
  }
}
.animation__wrap {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin-inline: auto;
  left: 50%;
  transform: translatex(-50%);
  overflow: hidden;
}
@media screen and (min-width: 281px) {
  .animation__wrap {
    overflow: visible;
  }
}
.animation__part {
  position: absolute;
  top: 0;
  left: 0;
}
.animation__part img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.animation__mountain {
  width: 800px;
  top: 200px;
  left: 520px;
}
.animation__subway {
  width: 533px;
  top: 135px;
  left: 0;
}
.animation__subway .subway-salvi {
  width: 107px;
  top: -18px;
  left: 184px;
}
.animation__subway .subway-arm {
  top: 0px;
  left: 160px;
  animation: armSwing infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__subway .subway-hair {
  top: 8px;
  left: 183px;
  transform-origin: top right;
  animation: hairSwing infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__building {
  width: 496px;
  top: 18px;
  left: 800px;
}
.animation__wheel {
  width: 62px;
  top: 224px;
  left: 368px;
}
.animation__wheel .wheel {
  width: 276px;
  top: -144px;
  left: -106px;
  animation: spinner infinite 6s linear;
  animation-fill-mode: forwards;
  animation-duration: 12s;
}
.animation__mountainfront {
  width: 1074px;
  top: 190px;
  left: 80px;
}
.animation__bush--left {
  width: 295px;
  top: 473px;
}
.animation__bush--left .flower {
  animation: flowerMove infinite 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.animation__bush--left .flower[data-num="1"] {
  width: 24px;
  top: -40px;
  left: 24px;
}
.animation__bush--left .flower[data-num="2"] {
  width: 32px;
  top: -64px;
  left: 128px;
  animation-delay: -4s;
}
.animation__bush--left .leaf01_01 {
  width: 90px;
  top: -56px;
  left: 50px;
}
.animation__bush--left .bush01_01 {
  width: 295px;
}
.animation__bush--right {
  width: 296px;
  top: 509px;
  left: 1026px;
}
.animation__bush--right .flower {
  animation: flowerMove2 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.animation__bush--right .flower[data-num="1"] {
  width: 14px;
  top: -40px;
  left: 114px;
}
.animation__bush--right .flower[data-num="2"] {
  width: 23px;
  top: -56px;
  left: 232px;
  animation-delay: -4s;
}
.animation__bush--right .flower[data-num="3"] {
  width: 17px;
  top: -26px;
  left: 270px;
  animation-delay: -2s;
}
.animation__bush--right .leaf02_01 {
  width: 90px;
  top: -64px;
  left: 136px;
}
.animation__bush--right .bush02_01 {
  width: 296px;
}
.animation__tree {
  width: 156px;
  top: 392px;
  left: 200px;
}
.animation__jonggak {
  width: 210px;
  top: 372px;
  left: 572px;
}
.animation__ground {
  width: 1297px;
  top: 470px;
}
.animation__tumbler {
  width: 120px;
  top: 440px;
  left: 1067px;
}
.animation__tumbler .tumbler-arm {
  width: 54px;
  top: 36px;
  left: -8px;
  animation: tumblerSwing infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__tumbler .tumbler-salvi {
  width: 112px;
}
.animation__tumbler .shadow {
  width: 104px;
  top: 120px;
  animation: shadow infinite 3s ease-in-out;
  animation-fill-mode: none;
}
.animation__plogging {
  width: 200px;
  height: 208px;
  top: 408px;
  left: 720px;
  animation: salviMove infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__plogging .trash {
  width: 112px;
  top: 84px;
  left: -22px;
  animation: tumblerSwing infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__plogging .hand {
  width: 50px;
  height: 49px;
  top: 80px;
  left: 136px;
  animation: handSwing infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.animation__plogging .shadow {
  width: 192px;
  top: 208px;
  animation: shadow infinite 3s ease-in-out;
  animation-fill-mode: none;
}
.animation__plogging .salvi {
  width: 192px;
}
.animation__trashcan {
  width: 149px;
  top: 450px;
  left: 88px;
}
.animation__trashcan .trashcan-arm {
  width: 40px;
  top: 64px;
  left: 70px;
  animation: armSwing2 infinite 1s linear;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
.animation__trashcan .trashcan-bottle {
  width: 28px;
  top: 64px;
  left: 90px;
  animation: vertScroll infinite 2s ease-in-out;
  animation-fill-mode: none;
}
.animation__trashcan .shadow {
  width: 152px;
  top: 136px;
  animation: shadow infinite 3s ease-in-out;
  animation-fill-mode: none;
}
.animation__cloud {
  animation: cloudMove infinite 1s linear;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}
.animation__cloud[data-num="1"] {
  width: 131px;
  left: 72px;
  top: 48px;
}
.animation__cloud[data-num="2"] {
  width: 154px;
  top: 72px;
  left: 824px;
  animation-delay: -4s;
}
.animation__cloud[data-num="3"] {
  width: 170px;
  left: 1160px;
  top: 168px;
  animation-delay: -2s;
}

@keyframes armSwing {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes armSwing2 {
  0% {
    transform: rotate(-16deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-16deg);
  }
}
@keyframes hairSwing {
  0% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
@keyframes handSwing {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes shadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tumblerSwing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vertScroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes cloudMove {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes salviMove {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes flowerMove {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes flowerMove2 {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.login-box {
  width: 100%;
  max-width: 640px;
  background: #FFFFFF;
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}

.login-box .form dl {
  padding: 0.8rem 0;
  border: none;
  margin-bottom: 0;
}
@media (min-width: 37.56em) {
  .login-box .form dl {
    margin-bottom: inherit;
  }
}

.login-box .form dd ~ dt, .login-box .form dd ~ dd {
  border-top: none;
}

.login-right {
  padding: clamp(3.2rem, 2.5vw + 1rem, 4.8rem) clamp(2.4rem, 2.083vw + 1rem, 4rem);
}

.login-right h3 {
  margin-bottom: 3.2rem;
  text-align: center;
}

.login-box .form dt {
  width: 100%;
  padding: 0.8rem 0;
}
@media (min-width: 37.56em) {
  .login-box .form dt {
    padding: 1.6rem 0;
  }
}

.login-box .form dd {
  flex: 1;
  width: 100%;
  margin-left: 0;
}

.login-box .form dd.find-id {
  padding: 0.8rem 1.6rem;
  text-align: center;
  font-size: 1.6rem;
}

div#grecaptcha > div {
  margin: 0 auto;
}

.login-box .button-wrap {
  margin-top: 4rem;
}

.login-box .find-info {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.join__link {
  margin-top: 4rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.join__link > div {
  margin: 0 1.6rem;
  padding: 1.2rem 0.8rem;
  background: #ECF4FF;
}

.join__link a {
  padding-left: 0.8rem;
}

.btn--refund {
  display: block;
  border-radius: 8px;
}

.refund-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 3.2rem;
  border-top: 1px solid #d1d2d7;
}

.refund-table thead {
  background-color: #FFF5FA;
  color: #107ac1;
}

.refund-table th, .refund-table td {
  text-align: center;
  border: 0;
  border-bottom: 1px solid #d1d2d7;
  height: 56px;
  border-right: 1px solid #d1d2d7;
}

.refund-table th:first-child, .refund-table td:nth-child(2) {
  border-left: 1px solid #d1d2d7;
}

.refund-table th.hidden-title {
  display: none;
}

@media (max-width: 768px) {
  .refund-table th, .record-table td {
    display: block;
    float: left;
  }

  .refund-table th {
    width: 100%;
    height: 48px;
    background-color: #333;
    color: white;
    padding-top: 10px;
    font-size: 1.4rem;
  }

  .refund-table td {
    display: block;
    float: left;
    width: 50%;
  }

  .refund-table thead th {
    display: none;
  }

  .refund-table th.hidden-title {
    display: table-cell;
  }

  .refund-table td::before {
    display: block;
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .refund-table td:nth-child(2):before {
    content: "반환금액";
  }

  .refund-table td:nth-child(3):before {
    content: "비고";
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  .refund-table {
    font-size: 1.4rem;
  }

  .refund-table th {
    font-size: 1.4rem;
  }

  .refund-table td {
    width: 50%;
    height: 94px;
    line-height: 16px;
  }

  .refund-table td:nth-child(4n-2) {
    border-left: 1px solid #333;
  }
}
@media (max-width: 460px) {
  .refund-table {
    font-size: 1.4rem;
  }

  .refund-table td {
    height: 120px;
  }

  .refund-table td:nth-child(2n) {
    border-left: 1px solid #525252;
  }
}
.award-info table {
  border-collapse: collapse;
 /*  border-bottom: 1px solid #85868a; */
  font-size: 1.8rem;
  text-align: center;
}
.award-info .text {
	border-bottom: none !important;
	text-align: left !important;
	height: 48px;
}
.award-info .text td {
	padding: 0;
}
.award-info thead {
  border-top: 2px solid #565656;
  border-bottom: 1px solid #85868a;
}
.award-info tr {
  border-bottom: 1px dotted #d1d2d7;
}
.award-info tr:last-child {
  border-bottom: 1px solid #85868a;
}
.award-info td, .award-info th {
  padding: 0.8rem 0;
}
.award-info caption {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 1.6rem;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  background-color: #FFFAF0;
  text-align: left;
  font-size: clamp(1.8rem, 1.042vw + 1rem, 2rem);
  line-height: 1.4;
  font-weight: 600;
}
.award-info caption::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFFAF0;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 1.2rem;
}
.award-info__wrap {
  margin-bottom: 4.8rem;
}
.award-info__wrap h3 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.award-info__wrap h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FFCC00;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.award-info__align {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 37.56em) {
  .award-info__align {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.award-info__category {
  font-weight: 500;
}

.greeting {
  gap: 4rem;
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 77.56em) {
  .greeting {
    gap: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.greeting__text {
  flex: 1 1 100%;
}
.greeting__text h3 {
  margin-bottom: clamp(2.4rem, 1.667vw + 1rem, 3.2rem);
}
.greeting__text p {
  margin-bottom: clamp(2.4rem, 2.5vw + 1rem, 4.8rem);
  padding-bottom: clamp(2.4rem, 2.5vw + 1rem, 4.8rem);
  border-bottom: 1px solid #d1d2d7;
  font-size: 1.8rem;
  color: #6d6f74;
}
.greeting__text pre {
  display: block;
  margin: 0;
  font-family: inherit;
  font-size: 1.8rem;
  white-space: pre-line;
  text-align: left;
}
.greeting__image {
  flex: 1 1 100%;
  /*
  &::before {
  	content: '';
  	width: 80px;
  	height: 80px;
  	border: 8px solid #0077E5;
  	@include position($t: -8px, $l: -8px, $z: -1);

  	@include breakpoint-up(medium) {
  		width: 120px;
  		height: 120px;
  		@include position($t: -40px, $l: -40px, $z: -1);

  	}
  }
  */
}

.Side_box {
		border-radius: 6px;
		border: 1px solid var(--unnamed, #EAEAEA);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: white;
		
	}
.side {
	width: 95% !important;
}

.Side_box h5 {
	color: #204066;
	font-family: Pretendard;
	font-weight: 600;
	line-height: 16px;	
	text-align: center;
}

.side {
	margin-top: 8px;
	padding-top:8px;
	width: 90%;
	border-top: 1px solid #EAEAEA; 
}

.side p {
	color: var(--unnamed, var(--unnamed, #565656));
	font-family: Pretendard;
	font-weight: 600;
	line-height: normal;	
	text-align: center;
}

.side .pointer {
	color: #204066;
}

@media (min-width: 906px) {
	.Side_box {
		width: 172px;
		height: 160px; 
		border-radius: 6px;
		z-index: 99;
	}
	.side_img {
		width: 25px;
		height: 25px;
	}
	.Side_box h5 {
		font-size: 14px;
		margin-top: 3px;
	}
	.side p {
		font-size: 12px;
	}
	.side_on {
		display: none;
	}
}

@media (max-width: 905px) {
	.Side_box {
		width: 100%;
		height: 166px;	
		margin-top: 5.5em;	
	}	
	
	.side_img {
		width: 30px;
		height: 30px;
	}
	
	.Side_box h5 {
		font-size: 16px;
		margin-top: 8px;
	}
	
	.side p {
		font-size: 14px;
		line-height: 18px;
	}
	.side_off {
		display: none;
	}
}



/* @media (min-width: 907px) {
	.side_btn {
		display: none;
	}	
} */

.greeting__image img {
  max-width: 100%;
}

.gather-info table {
  border-collapse: collapse;
  border-top: 2px solid #1b1b1b;
  border-bottom: 1px solid #85868a;
  font-size: 1.8rem;
}
.gather-info tr {
  border-bottom: 1px dotted #d1d2d7;
}
.gather-info tr:last-child {
  border-bottom: 1px solid #85868a;
}
.gather-info td, .gather-info th {
  padding: 0.4rem;
}
@media (min-width: 37.56em) {
  .gather-info td, .gather-info th {
    padding: 0.8rem 0.4rem;
  }
}
.gather-info dl {
  margin-bottom: 1.6rem;
}
.gather-info dt {
  font-weight: 500;
}
.gather-info dd a {
  color: #107ac1;
  text-decoration: underline;
}
.gather-info dd i {
  color: #107ac1;
}
.gather-info__wrap {
  margin-bottom: 4.8rem;
}
.gather-info__wrap h3 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  font-size: clamp(2rem, 1.25vw + 1rem, 2.4rem);
  line-height: 1.4;
  font-weight: 600;
}
.gather-info__wrap h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FFCC00;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.gather-info__align {
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 37.56em) {
  .gather-info__align {
    gap: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.gather-info__category {
  min-width: 104px;
  padding-left: 0.4rem !important;
  font-weight: 500;
}
@media (min-width: 37.56em) {
  .gather-info__category {
    padding-left: 1.6rem !important;
  }
}

.outline {
  margin-bottom: 4rem;
}
.outline dl {
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .outline dl {
    gap: 1.6rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.outline dt {
  width: 120px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 32px;
}
.outline dt:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border-radius: 50%;
}
.outline dd {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 32px;
}
.outline__margin {
  margin-top: 1.6rem;
  margin-bottom: 3.2rem !important;
}
.outline__table {
  border-top: 1px solid #d1d2d7;
  border-bottom: 1px solid #d1d2d7;
  text-align: center;
  line-height: 24px;
}
.outline__table th {
  height: 64px;
  border-bottom: 1px solid #d1d2d7;
  background: #FFFAF0;
}
.outline__table td {
  height: 64px;
}
.outline__title {
  width: 100%;
  height: 64px;
  margin-bottom: 2.4rem;
  padding-left: 109px;
  background-image: url(/jsp/home/images/outline_title_ogc.png);
  background-repeat:no-repeat;
  background-size:699.18px 64px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  padding-top: 4px;
}
.outline.uljin dt:before {
  border: 4px solid #FFCC00;
}

span.uljin {
  color: #204066;
}

.board-edit__title span {
  min-width: 64px;
}
.board-edit__title--input {
  width: 100%;
  gap: 1.6rem;
  padding: 1.6rem;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.board-edit__title--input input {
  flex: 1 1 calc(100% - 64px);
}
.board-edit__title--checkbox {
  gap: 1.6rem;
  padding: 1.6rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.board-edit__file {
  padding: 1.6rem;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.board-edit__file dl {
  gap: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.board-edit__file .down_att {
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .board-edit__file .down_att {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

header {
  position:relative;
  display: block;
  z-index: 100;
  width: 100%;
}

.header_logo {
	display: block;
	max-width: 350px;
	width: 100%;
}

@media (max-width: 768px) {
	.header_logo {
		max-width:auto;
	}
	.header_logo img {
		width: 257px;
	}
}

nav {
  /* margin-top: clamp(1.6rem, 2.5vw + 1rem, 4rem); */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1439px) {
	nav {
		padding: 2.5rem 0;
	}
}

@media (max-width: 768px) {
	nav {
		padding: 2rem 0;
	}
}

/* .logo a {
  display: inline-block;
  width: 100%;
} */
/* .logo a svg {
  width: 80%;
} */
/* @media (min-width: 90em) {
  .logo a svg {
    width: 100%;
  }
} */

.utill ul {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
.utill ul li {
  float: left;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  line-height: 39px;
}
.utill ul li:last-child {
  margin-right: 0;
}
.utill ul li i {
  margin-right: 8px;
}
.utill.translate {
  margin-top: 8px;
  text-align: center;
}
.utill.translate select {
  font-family: "Pretendard";
  font-size: 1.4rem;
  padding: 8px 8px 8px 12px;
  border: none;
  border-radius: 999px;
}
.utill.manager {
  height: 40px;
  padding: 9px 16px;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 1.4rem;
  color: #333;
  line-height: 14px;
}
.utill.manager.white {
  border: 1px solid #E9F1FC;
  color: #fff;
}
.utill__list ul {
  display: inline-block;
  margin-right: 24px;
}
.utill__list ul:last-child {
  margin-right: 0;
}
.utill__list ul.language {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.utill__list ul li {
  display: inline-block;
  margin-right: 16px;
}

/*
button.login{width: 104px; padding: 8px 0; border: 1px solid #E9F1FC; box-sizing:border-box; border-radius:999px; background: linear-gradient(to right, #0D4EA2 50%, white 50%); background-size:200% 100%; background-position: right bottom; transition: all .5s ease-out; font-size: 14px; line-height: 21px; color: #0D4EA2;}
button.login:hover {background-position: left bottom; color:#fff;}

.menu-wrap {position: relative; z-index:100; display: block; z-index: 100;  width: 100%;}*/
.menu-list {
  display: none;
 /*  gap: 6.4rem; */
  max-width: unset !important;
}
@media (min-width: 90em) {
  .menu-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

.btn-dropdown {
  font-size: 1.8rem;
  border: none;
  outline: none;
  margin: 0;
  font-weight: 500;
  line-height: 48px;
  box-sizing: border-box;
  padding: 4.2rem 2.8rem;
}

.main-nav {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100vw;
  background: #fff;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 1.6rem 1.6rem -0.8rem rgba(0, 0, 0, 0.1);
}
.main-nav::before {
  content: "";
  width: 100vw;
  height: inherit;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 30px;
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -10;
  box-shadow: 0 2rem 2rem -0.8rem rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e4e4e4;
}
.main-nav__inner {
  display: block;
  max-width: 1608px;
  margin: 0 200px;
}
@media (min-width: 90em) {
  .main-nav__inner {
    margin: 0 auto;
  }
}
.main-nav__inner::after {
  /*
  content: '';
  display: block;
  clear: both;
  */
}
.main-nav__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-nav__desc {
  display: inline-block;
  position: relative;
  width: 32%;
  height: 160px;
  padding: 32px 0;
  border-right: 1px solid #e4e4e4;
  font-size: 2rem;
  line-height: 1.75;
}
.main-nav__desc::after {
  /*
  background-image:url('../images/logo_bg.png'); 
  top:100px; 
  right:16px; 
  position:absolute; 
  background-repeat:no-repeat; 
  opacity:0.3!important; 
  filter:alpha(opacity=30); 
  z-index:-1; 
  content:""; 
  width:173px; 
  height:74px;
  */
}
.main-nav__list {
  flex-wrap: wrap;
  gap: 4.8rem;
  flex: 1;
  padding: 3.2rem 4.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.main-nav__list a {
  font-size: 1.8rem;
}

.main-dropdown:hover .main-nav {
  display: block;
}

.main-dropdown:hover .btn-dropdown:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  content: "";
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #fff;
}

.sub .main-dropdown:hover .btn-dropdown:after {
  background: #333;
}

.mobile-button {
  width: 56px;
  height: 56px;
  margin: 0 0 8px auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 90em) {
  .mobile-button {
    margin: 8px 8px 8px auto;
  }
}
@media (min-width: 90em) {
  .mobile-button {
    display: none;
  }
}
.mobile-button::before, .mobile-button::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #333;
}
.mobile-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-button span {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 2px;
  background: #333;
  margin: 8px 0;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mobile-menu__inner {
  max-width: 504px;
  margin-left: auto;
  height: 100%;
  background: #fff;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: -504px;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-504px, 0px);
}
.mobile-menu .site__list {
  float: unset;
  margin-top: 8px;
  margin-bottom: 96px;
  padding: 0 24px;
}
.mobile-menu .site__list--title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.mobile-menu .site__list ul li {
  display: inline-block;
  width: calc(33.3333333333% - 2px);
  text-align: center;
}
.mobile-menu .sns__list--item li {
  display: inline-block;
  margin-right: 8px;
}
.mobile-menu .sns__list--item li:last-child {
  margin-right: 0;
}

.sns__list {
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  max-width: 504px;
  padding: 1.6rem 4rem 1.2rem;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
}

.sns__list--title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.sns__list--item li {
  display: inline-block;
  margin-right: 8px;
}

.sns__list--item li:last-child {
  margin-right: 0;
}

.form-input {
  width: 100% !important;
  height: 48px;
  padding: 0 16px;
  background: #F7F7F7;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}
@media (min-width: 37.56em) {
  .form-input {
    width: inherit;
  }
}

.form-input.white {
  background: #fff;
}

.form-input40 {
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input40-20 {
  width : 20%;
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input40-30 {
  width : 30%;
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input40-40 {
  width : 30%;
  height: 40px;
  padding: 0 16px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
}

.form-input1 {
  height: 48px;
  padding: 0 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 16px;
}

.form-input1.white1 {
  padding: 0;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.form-select {
  height: 48px;
  padding: 0 16px;
  background: #Fff;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 16px;
  /*background: url(data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>) 100% 50% no-repeat transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none;*/
}

.form {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 18px;
}

.form dl {
  margin-bottom: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 37.56em) {
  .form dl {
    margin-bottom: inherit;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.form dt {
  flex: 0;
  padding-left: 0.8rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 37.56em) {
  .form dt {
    flex: 0 0 clamp(8rem, 10.417vw + 1rem, 20rem);
  }
}

.form40 dt {
  padding-top: 28px;
}

.form dt.required {
  position: relative;
}

.form dt.required:before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  color: #FFCC00;
}

.form dd {
  box-sizing: border-box;
}

.form dd ~ dt,
.form dd ~ dd {
  border-top: 1px solid #eee;
}

.form dd:after {
  content: "";
  display: block;
  clear: both;
}

.form .row2 + .form dd:after {
  content: none;
}

.form-blank dt {
  padding: 24px;
}

.form-blank dd {
  padding: 24px;
}

.form-blank dd:after {
  display: none;
}

.input-txt {
  display: inline-block;
  margin-top: 0.8rem;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6d6f74;
}
.input-txt1 {
  display: inline-block;
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.form-add {
  padding: 16px;
  font-size: 1.5rem;
  line-height: 24px;
}

.btn-form {
  /* height:48px; */
  margin-left: 4px;
  padding: 14px 24px;
  background: #FFFFFF;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

#cellnum {
  margin-right: 0.8rem;
  font-size: 1.8rem;
}

.address input, .address button {
  margin-bottom: 0.8rem;
}
.address__zip {
  gap: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.form-align {
  gap: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form-align > .form-select {
  width: 100%;
}

.id-number {
  gap: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.form-add-table {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h";
  gap: 1.6rem;
}
@media (min-width: 37.56em) {
  .form-add-table {
    grid-template-areas: "a b c d" "e f g h";
  }
}
@media (min-width: 56.63em) {
  .form-add-table {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(8, minmax(auto-fit, 1fr));
    grid-template-areas: "a b c d e f g h";
  }
}
.form-add-table dl {
  gap: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .form-add-table dl {
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.form-add-table dl:nth-child(1) {
  grid-area: a;
}
.form-add-table dl:nth-child(2) {
  grid-area: b;
}
.form-add-table dl:nth-child(3) {
  grid-area: c;
}
.form-add-table dl:nth-child(4) {
  grid-area: d;
}
.form-add-table dl:nth-child(5) {
  grid-area: e;
}
.form-add-table dl:nth-child(6) {
  grid-area: f;
}
.form-add-table dl:nth-child(7) {
  grid-area: g;
}
.form-add-table dl:nth-child(8) {
  grid-area: h;
}
.form-add-table dl dt {
  height: inherit;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 56.63em) {
  .form-add-table dl dt {
    height: 64px;
    text-align: center;
  }
}
.form-add-table__btn {
  display: inline-block;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid #85868a;
  background: white;
  color: #85868a;
  padding: 1rem 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

footer {
  padding: 4rem 0;
  background-color: #fcfcfd;
  color: #85868a;
  /* font-size: 1.4rem; */
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 37.56em) {
	 footer {
	 	font-size: 1.3rem;
	 }
}
@media (min-width: 37.56em) {
  footer {
    padding: 9.6rem 0;
    /* font-size: 1.3rem; */
    line-height: 1.8;
    font-weight: 400;
  }
  .footer_img {
  	max-width: 280px;
  }
}
@media (min-width: 56.63em) {
  footer {
    padding: 12rem 0;
  }
  .footer_img {
  	max-width: 300px;
  }
}
@media (min-width: 90em) {
  footer {
    padding: 6rem 0 12rem 0;
  }
}

.footer {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #d1d2d7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}

@media (max-width: 37.56em) {
	 .footer {
	 	font-size: 1.3rem;
	 }
}
.footer > nav {
  margin-top: 1.6rem;
}
@media (min-width: 56.63em) {
  .footer > nav {
    margin-top: 0;
  }
}
.footer > nav ul {
  gap: 1.6rem;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 56.63em) {
  .footer > nav ul {
    gap: 4.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__logo svg {
  width: 70%;
}
.footer__slogan {
  margin: 2.4rem 0 1.6rem;
  color: #6d6f74;
}
.footer__utill {
  padding: 3.2rem 0;
  padding-bottom:0;
  flex-direction: column;
}
@media (min-width: 56.63em) {
  .footer__utill {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__sns {
  gap: 2.4rem;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 56.63em) {
  .footer__sns {
    gap: 4rem;
    margin-top: 0;
  }
}

.snb {
  position: relative;
  height: 26.4rem;
}

.snb::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 26.4rem;
  transform: translateX(-50%);
  background: linear-gradient(59deg, rgb(253 234 191) 0%, rgb(253 255 234) 100%);
  /* background: linear-gradient(59deg, rgb(235 255 229) 0%, rgb(255 254 219) 100%); */
  /*  background: linear-gradient(59deg, rgba(211,245,244,1) 0%, rgba(255,255,255,1) 100%); */
  /* background: var(--unnamed, linear-gradient(128deg, #D3F5F4 -15.94%, #FDFFEA 118.86%)); */
  /* background: var(--2, linear-gradient(128deg, #009953 -15.94%, #e9ffe4 118.86%)); */
  /* background: linear-gradient(166deg, #FFF 27.02%, #FFE68B 79.9%, #FFDB59 137.42%, #DECC8E 250.14%); */
  /* background: linear-gradient(166deg, #F9F6EB 27.02%, #FFE68B 79.9%, #FFDB59 137.42%, #DECC8E 250.14%); */
/*   background: linear-gradient(170deg, #e9ffe4 0%, #c1e2f3 100%); */
  /*background-size: cover; z-index: -10; background-repeat: no-repeat; background-position: center;*/
}

@media (max-width: 1024px) {
  .snb {
    height: 21.6rem;
  }

  .snb::before {
    height: 21.6rem;
  }
}
@media (max-width: 768px) {
  .snb {
    height: 16.8rem;
  }

  .snb::before {
    height: 16.8rem;
  }
}
.sub-visual__text {
  height: 100%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-family: "SCoreDream";
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 37.56em) {
  .sub-visual__text {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 56.63em) {
  .sub-visual__text {
    margin: 0 auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 77.56em) {
  .sub-visual__text {
    margin: 0 100px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 90em) {
  .sub-visual__text {
    margin: 0 auto;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}
.sub-visual__text h2 {
  margin-bottom: 0.4rem;
  font-size: clamp(2.8rem, 2.5vw + 1rem, 4.8rem);
  font-weight: 700;
}
@media (min-width: 37.56em) {
  .sub-visual__text h2 {
    margin-bottom: 0.8rem;
  }
}
.sub-visual__text p {
  font-size: clamp(1.4rem, 0.833vw + 1rem, 1.6rem);
  font-weight: 400;
  color: #333333;
}

.sub-menu__list li {
  position: relative;
  float: left;
}

.sub-menu__list .home .sub-menu__item {
  width: 64px;
}

.sub-menu__list .list {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 240px;
  border: 1px solid #eee;
  background: #fff;
}

.sub-menu__list .list li {
  width: 240px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.sub-menu__list .list li:hover {
  background: #eee;
}

.sub-menu__list .list li a {
  display: block;
  padding: 8px 24px;
}

/* 시상안내 안내문구 */
.award_list, .award_memo {
	width:100%;
	height:100%;
	background:rgba(235, 235, 235, 0.5);
	padding:20px 40px;
	margin-bottom:40px;

}
.award_list ul li {
	list-style-type:circle;
}
.award_list ul li::marker {
	color:#FFAD02;
}

/* margin */
.mr-8{
	margin-right:8px;
}
.ml-8{
	margin-left:8px;
}
.mt-20{
	margin-top:20px;
}
/* width  */
.w-140{
	width:140px !important;
}
.w-180{
	width:180px !important;
}
.w-80p
{
	width:100% !important;
}
/* 대중교통  */
.traffic_Title {
	color:#FFCC00;
}
/* .xi-car, .xi-subway, .xi-bus {
	font-size:24px;
} */
.traffic_subTitle{
	font-weight:500;
	background:#FDF4E2;
	padding:0 8px;
	width:80px;
	color:#FFCC00;
	margin-top:8px;
}
.traffic_next{
	color:#565656 !important;
	margin:0 5px;
}
.traffic_next-green{
	color:#FFCC00 !important;
	margin:0 8px;
}
.traffic_bus{
	border-top:2px solid #1b1b1b !important;
}
.traffic_bus-title{
	background:#FFFAF0;
}
.traffic_bus-content td{
	text-align:center ;
}
/* footer  */
@media (max-width:1023px){
	.footer_img{
	width:50%;}
}
@media (min-width: 768px){
		.footer_img{
	/* width:50%; */}
	
}
/*D-day */
.main_d-day{
	width: 100%;
    height: 150px;
    background: #FFCC00;
    display: flex;
}
.d-day_box{
	width:100%;
    display: flex;
    align-items: center;
    margin: auto;
}
.d-day_contents{
	width:100%;
	max-width:1000px;
	display:flex;
	justify-content:space-between;
    color: #1b1b1b;
    font-size: 3rem;
    font-weight: bold;
    align-items: center;
    margin: auto;
    padding:0 20px;
}
.days_box{
	text-align:center;
	display:flex;
	flex-direction:column;
}
.day-days{
	font-size:1.8rem;
	font-weight:300;
}
.days{
	font-size:5rem;
}

@media(max-width:768px){
	.main_d-day{
    height: 90px;
}

.d-day_contents{
	max-width:600px;
    font-size: 2rem;
    

}
.days_box{
	text-align:center;
	display:flex;
	flex-direction:column;
}
.day-days{
	font-size:1.2rem;
}
.days{
	font-size:3rem;
}
.days_text{
	display:none;
}
}
/* floating-btn */

.trip_text{
	font-size:12px;
}
/* 후원  */

.host_box ,.progress_box,.sponsor_box{
	width:100%;
	display:flex;
	align-items:center;
	gap:20px;
	margin-bottom:2rem;
}
.host_title,.progress_title,.sponsor_title {
	color:#1b1b1b;
	width:100px;
}
.host_content, .progress_content,.sponsor_content{
	width:100%;
	gap:20px;
	display:flex;
	flex-flow:wrap;
	
}
.host_img,.progress_img,.sponsor_img{
	width:100%;
	height:100%;
	max-width:120px;
	height:33px;
}
@media(max-width:768px){
	.host_img,.progress_img,.sponsor_img{
	max-width:80px;
	height:20px;
}
}
/* footer  */
@media(max-width:768px){
	  .footer_img {
  	max-width: 300px;
  }
}
/* 대회소개-시상안내 */
.award_title-box{
	display:flex;
	flex-direction:column;
}
@media(max-width:768px){
	.award_title-box font{
	font-size:14px;}
}
/* 참가신청-모든버튼  */
@media(max-width: 480px){
	.btn-size{
	width: calc(50% - 8px)!important;}
}
/* footer-quick */
.footer-quick-box{
	width:100%;
	max-width:450px;
}
.footer__info{
	width:100%;
	display:flex;
	flex-direction:column;
	gap:1.5rem;
}
