@charset "utf-8";
@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('font/fonts.css');
*/
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 
   v1.0 | 20220516
*/
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; font-family: "GmarketSans", "Noto Sans KR", "Malgun Gothic", "맑은고딕", Dotum, sans-serif; /*font-family: "H2HDRM", "Noto Sans KR", 'Malgun Gothic', "맑은고딕", Dotum, sans-serif; line-height: 110%*/;
  letter-spacing: -.0313rem; color: #363636;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; position: relative; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  outline: none;
  cursor: pointer;
}
div { display: block }
article, aside, footer, header, hgroup, main, nav, section { display: block }
table {
	border-collapse: collapse;
	border-spacing: 0;
  width: 100%;
}
address { display: block; }
figcaption { display: block }
hr {
  display: block; overflow: hidden;
  unicode-bidi: isolate;
  margin-block-start: 0.5em; margin-block-end: 0.5em; margin-inline-start: auto; margin-inline-end: auto;
  border-style: inset; border-width: 1px
}
map {
  display: inline
}
img, video {
  max-width: 100%;
  height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
}
video {
  object-fit: contain;
}
video:-webkit-full-page-media {
  margin: auto; position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  max-height: 100%; max-width: 100%;
}
img {
  border-style: none;
}
button {
  background: none;
  border: 0;
}
strong {
  font-weight: bold; line-height: 140%;
}
p {
  font-size: 1rem; font-weight: normal;
}

/* form elements */
form {
  display: inline-block;
  margin-top: 0__qem;
}
:-webkit-any(table, thead, tbody, tfoot, tr) > form:-internal-is-html {
  display: none !important;
}
label {
  cursor: default;
}
legend {
  display: block;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border: none
}
select { 
  border-radius:0;          /* 아이폰 사파리 보더 없애기 */ 
  -webkit-appearance:none;  /* 화살표 없애기 for chrome*/ 
     -moz-appearance:none;  /* 화살표 없애기 for firefox*/ 
          appearance:none   /* 화살표 없애기 공통*/ 
}


.clearfix:after {
  content: " "; 
  display: block; 
  clear: both;
}

.inb {
  font-size: 0;
}
.inb > * {
  display: inline-block;
  vertical-align: top;
}


/******************************************************************
           input & textarea Style Css 
***********************/
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=url], input[type=number], input[type=search], input[type=date],
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
  outline: none; 
  font-family: sans-serif;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { color: #aaa; }
     :-ms-input-placeholder { color: #aaa; }
         ::-moz-placeholder { color: #aaa; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: transparent; }
          input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: transparent; }
                  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: transparent; }

input {
  vertical-align: middle;
  outline: none; border:none;
  border-radius: 0;
}
input:focus {
  border-color: var(--color-red);
}
.input01 {
  width: 100%; height: 99px; line-height: 99px;
  border:1px solid #0b0306;
  background-color: #fff;
  padding:0 .95rem;
}



/******************************************************************
           Checkbox Box Style Css 
***********************/
.checkbox, .checkbox-alt {
  background-color: #3C4C65;
  display: inline-block;
  height: 20px; width: 20px;
  margin: 0 0.25em;
  border: 1px solid rgba(255, 255, 255, .58); border-radius: 2px;
  cursor: pointer;
}
.checkbox label, .checkbox-alt label {
  display: block;
  position: relative;
  height: 20px; width: 20px;
  cursor: pointer;
}
.checkbox label:after, .checkbox-alt label:after {
  content: '';
  -webkit-transform: scaleX(-1) rotate(135deg);
     -moz-transform: scaleX(-1) rotate(135deg);
      -ms-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  border-top: 2px solid transparent; border-right: 2px solid transparent;
  display: block;
  position: absolute; top: 0.675rem; left: 0.2715rem;
  width: 4px; height: 10px;
}
.checkbox label:hover:after, .checkbox-alt label:hover:after {
  border-color: transparent;
}
.checkbox input, .checkbox-alt input {
  display: none;
}
.checkbox input:checked + label:after, .checkbox-alt input:checked + label:after {
  -webkit-animation: check 0.8s;
  -moz-animation: check 0.8s;
  -o-animation: check 0.8s;
  animation: check 0.8s;
  border-color: var(--color-palegreen);
}
.checkbox.checkbox-alt label:hover:after, .checkbox-alt.checkbox-alt label:hover:after {
  -webkit-animation: check 0.8s ease infinite;
  -moz-animation: check 0.8s ease infinite;
  -o-animation: check 0.8s ease infinite;
  animation: check 0.8s ease infinite;
}
.checkbox.checkbox-alt input:checked + label:after, .checkbox-alt.checkbox-alt input:checked + label:after {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}


/******************************************************************
           2023.05.09 Style Css 
***********************/
#wrap-event {
  background: #499e87 url('../img/230509/background.png') no-repeat;
  background-size: cover;
  width:  100%; height: 100%; min-height: 100vh;
}
.event-cont {
  display: flex;
  flex-direction: column; align-items: flex-start; justify-content: flex-start;
  width: 1248px; height: 1358px;
  background: url('../img/230509/top-back.png') no-repeat;
  margin: 77px auto 0;
}
.event-cont .title {
  margin-top: 120px;
  margin-left: 260px
}
.event-cont .title h1 {
  font-size: 3.5rem; color: #363636; font-weight: 300;
  letter-spacing: -.50px;
  word-break: keep-all;
}
.event-cont .title h1 span {
  position: relative; z-index: 0;
  display: block;
}
.event-cont .title h1 strong {
  font-weight: 500;
}
.event-cont .title h1 span.last:after {
  content: "";
  position: absolute; bottom: 15px; left: 174px; z-index: -1;
  background-color: #fed639;
  width: 446px; height: 34px;
}
.event-cont .text-cont {
  margin: 10px 220px 0 260px;
}
.event-cont .text-cont p {
  font-size: 1.0625rem; font-weight: 500;
  color: #363636; line-height: 1.7;
  word-break: keep-all;
}
.event-cont .hint-cont {
  margin: 20px 290px 0 260px;
}
p.first {
  font-size: 26px;
  font-weight: 700;
  color: #363636; line-height: 1.4;
  word-break: keep-all;
}
.event-cont .hint-cont .nmbr-chrct {
  display: flex;
  flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-start;
  margin-top: 20px;
}
.event-cont .hint-cont .nmbr-chrct .box-hint-list {
  display: flex; 
  flex-direction: row; flex-wrap: nowrap;
}
.event-cont .hint-cont .nmbr-chrct .box-hint-list span {
  display: block;
  width: 60px; height: 60px; line-height: 68px;
  border: 3px solid #4ba28b;
  font-size: 3.1731rem; font-weight: 700;
  color: #4ba28b; text-align: center;
  margin-left: 3px;
}
.event-cont .hint-cont .nmbr-chrct .box-hint-list span:first-child {
  margin-left: 0px;
}
.event-cont .hint-cont .nmbr-chrct .btn-hint {
  margin-left: 112px;
}
.event-cont .hint-cont .nmbr-chrct .btn-hint a {
  display: flex; 
  justify-content: center; align-items: center;
  width: 278px; height: 65px;
  font-family: "yg-jalnan", sans-serif;
  font-size: 1.625rem; font-weight: 700; color: #535353;
  border: 2px solid #333; margin: 0; border-radius: 35px;
  box-shadow: -10px 8px 17px 0px rgba(0,0,0, .2);
  text-decoration: none;
}
.event-cont .inp-box-wrap {
  margin: 30px 290px 100px 260px;
}
.event-cont .inp-box-wrap > ul {
  display: flex;
  flex-direction: row; flex-wrap: wrap; align-content: flex-start; align-items: center;
}
.event-cont .inp-box-wrap > ul li {
  width: 165px;
  margin-top: 30px;
  font-size: 2.5rem;
}
.event-cont .inp-box-wrap > ul li:nth-child(2n + 2) {
  width: calc(100% - 165px);
}
.event-cont .inp-box-wrap > ul li input {
  width: 507px; height: 99px;
  font-size: 2.5rem;
  font-family: "GmarketSans", "Noto Sans KR", "Malgun Gothic", "맑은고딕", Dotum, sans-serif;
}
.event-cont .inp-box-wrap .checkbox-privacy {
  display: flex;
  align-content: flex-start; align-items: flex-start; flex-direction: row;
  font-size: 1.35rem;
  color: #363636;
  margin: 30px 0 0 165px;
  word-break: keep-all; 
}

.event-cont .inp-box-wrap .checkbox-privacy .checkbox {
  background-color: transparent;
  height: 20px; width: 20px; margin-right: 1rem;
  border: 1px solid #363636;
  border-radius: 0px;
  cursor: pointer;
}
.event-cont .inp-box-wrap .checkbox-privacy .checkbox label {
  height: 20px; width: 20px;
}
.event-cont .inp-box-wrap .checkbox-privacy .checkbox label:after {
  position: absolute;
  top: 0.675rem; left: 0.2715rem;
}
.event-cont .inp-box-wrap .checkbox-privacy .checkbox input:checked + label:after {
  border-color: #ea8390;
}
.newsletter {
  display: block;
  width: 100%; height: 100%;
  border: 5px solid #4ba28b; color: #4ba28b; border-radius: 70px;
  background-color: #fed639;
  font-size: 3.5rem; text-align: center;
  font-weight: 700;
  font-family: "yg-jalnan";
  box-shadow: -10px 15px 25px 0px rgba(0,0,0, .2);
}
.newsletter:hover {
  background: #4ba28b;
  color: #fff;
}
.event-cont a {
  display: flex; align-items: center; justify-content: center;
  margin-top: 35px;
  width: 655px; height: 126px;
}

.logo-area {
  display: flex;
  align-items: center; justify-content: center;
  height: 6.25rem;
}


@media only screen and (max-width:999px) and (min-width:280px){
  html, body {
	height: 100vh;
	min-height: 800px;
  }
  #wrap-event {
    background: #f7f4ed url('../img/230509/background.png') no-repeat;
    min-height: 800px; width: 100%;
  }
  .event-cont {
    width: 90%; min-height: 790px; height: 100vh;
	margin: 3rem auto 0;
	background: url('../img/230509/top-back-m.png') no-repeat;
	background-size: cover;
  }
  .event-cont .title {
    margin: 3rem 1rem 0;
	width: calc(100% - 1rem - 1rem);
  }
  .event-cont .title h1 {
    font-size: 1.35rem;
  }
  .event-cont .title h1 span.last:after {
	content: "";
	position: absolute; bottom: 0; left: 4.05rem; z-index: -1;
	background-color: #fed639;
	width: 11.15rem; height: 1.125rem;
  }
  .event-cont .text-cont {
	margin: 1rem 1rem 0;
	width: calc(100% - 1rem - 1rem);
  }
  .event-cont .text-cont p {
    font-size: 17px;
  }
  .event-cont .hint-cont {
	margin: 1rem 1rem 0;
	width: calc(100% - 1rem - 1rem);
  }
  .event-cont .hint-cont p.first {
	font-size: .875rem;
	/* text-align: center; */
  }
  .event-cont .hint-cont .nmbr-chrct {
	display: flex;
    flex-direction: column; align-items: flex-start;
	margin-top: 1rem;
  }
  .event-cont .hint-cont .nmbr-chrct .box-hint-list {
	display: flex; 
	flex-direction: row; flex-wrap: nowrap;
  }
  .event-cont .hint-cont .nmbr-chrct .btn-hint {
    margin: 1rem 0 0;
	width: 273px;
  }
  .event-cont .hint-cont .nmbr-chrct .btn-hint a {
	width: 90%; height: 4rem;
  }

  .event-cont .inp-box-wrap {
    margin: 2rem 1rem 0;
	width: calc(100% - 1rem - 1rem); height: auto;
	overflow: hidden;
  }
  .event-cont .inp-box-wrap > ul li {
    margin-top: 1rem;
    font-size: 1.25rem;
    width: 20%; 
  }
  .event-cont .inp-box-wrap > ul li:first-child {
    margin-top: 1rem;
  }
  .event-cont .inp-box-wrap > ul li:nth-child(2n + 2) {
    width: 80%;
  }
  .event-cont .inp-box-wrap > ul li input {
    width: 100%; height: 2.25rem; line-height: 2.25rem;
    font-size: 1.25rem;
  }
  .event-cont .inp-box-wrap .checkbox-privacy {
    font-size: .85rem;
    margin: 0; margin-top: 1rem;
  }
  .event-cont .inp-box-wrap .checkbox-privacy .checkbox {
    height: 15px; width: 15px;
    margin-right: .55rem;
  }
  .event-cont .inp-box-wrap .checkbox-privacy .checkbox label {
    height: 15px; width: 15px;
  }
  .event-cont .inp-box-wrap .checkbox-privacy .checkbox label:after {
    position: absolute;
    top: 0.515rem; left: 0.1715rem;
    width: 2px; height: 7px;
  }
  .event-cont .inp-box-wrap .checkbox-privacy .checkbox input:checked + label:after {
    border-color: #a22bb8;
  }
  .event-cont a {
    margin: 1rem auto 5rem;
	padding: 0 5%;
    width: calc(90% - 10%); height: 4rem;
    font-size: 1.25rem;
	box-shadow: -3px 8px 10px 0px rgba(0,0,0, .2);
  }
  .logo-area {
    height: 4.25rem;
  }
  .logo-area img {
    height: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .event-cont .title h1 {
    font-size: 1.55rem;
  }
  .event-cont .inp-box-wrap > ul li {
    font-size: 1rem;
  }
}
