@charset "UTF-8";
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: "Noto Sans KR", sans-serif;
  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.2;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.blind {
  position: absolute;
  top: -9999px;
  left: -999999px;
}

input {
  outline: none;
  border: none;
  margin: 0;
}

@font-face {
  font-family: "DIN 2014 Narrow Demi";
  src: url("../fonts/02e8581e79a069b96977c8f3e778e057.eot"); /* IE9*/
  src: url("../fonts/02e8581e79a069b96977c8f3e778e057.eot?#iefix") format("embedded-opentype"), url("../fonts/02e8581e79a069b96977c8f3e778e057.woff2") format("woff2"), url("../fonts/02e8581e79a069b96977c8f3e778e057.woff") format("woff"), url("../fonts/02e8581e79a069b96977c8f3e778e057.ttf") format("truetype"), url("../fonts/02e8581e79a069b96977c8f3e778e057.svg#DIN 2014 Narrow Demi") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "1YangPyeongL";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/1YangPyeongL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*-------------------------------------------------------------------

   header

-------------------------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 135px;
}
.header::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff9000;
}
.header--active {
  align-items: flex-start;
  height: 180px;
}
.header--active nav ul li ul {
  display: block;
}
.header__wrap {
  padding: 25px 0;
  height: 160px;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0;
}
.header__vis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.header__logo a {
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-color: transparent;
  display: block;
  padding-left: 35px;
  background-image: url(../img/common/ico-logo.png);
  background-size: 32px;
  color: #010101;
  font-size: 21px;
  line-height: 0.9;
  letter-spacing: -1px;
  text-align: left;
  font-family: "DIN 2014 Narrow Demi", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
.header__logo a span {
  display: inline-block;
  font-family: "DIN 2014 Narrow Demi", sans-serif;
  font-weight: bold;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  align-items: center;
}
.header__item {
  position: relative;
}
.header__item > a {
  display: block;
  position: relative;
  width: 170px;
  color: #010101;
  font-size: 20px;
  text-align: center;
  z-index: 2;
}
.header__item > a br {
  display: none !important;
}
.header__item > a.on {
  font-weight: 700;
}
.header__item > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 38px;
  background: #969492;
  cursor: default;
}
.header__item:first-child > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 38px;
  background: #969492;
  cursor: default;
}
.header__item > a img {
  width: 48px;
}
.header__item:last-child a {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  height: 54px;
  background-image: url(../img/common/max_logo_new.png);
  background-size: 66px;
}
.header__inner {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 55px;
  text-align: center;
}
.header__inner li {
  margin-bottom: 12px;
}
.header__inner a {
  color: #010101;
  font-size: 18px;
}
@media only screen and (max-width: 1440px) {
  .header {
    height: 100px;
  }
  .header--active {
    height: auto;
  }
  .header__wrap {
    padding: 25px 0;
    height: 130px;
  }
  .header__vis {
    width: 920px;
  }
  .header__logo {
    margin-top: -15px;
  }
  .header__logo a {
    font-size: 18px;
  }
  .header__item > a {
    width: 140px;
    font-size: 18px;
  }
  .header__item > a::after {
    width: 1px;
    height: 25px;
  }
  .header__item:last-child > a {
    height: 50px;
    background-size: 40%;
  }
  .header__item:last-child > a::after {
    height: 25px;
  }
  .header:first-child a::before {
    width: 1px;
    height: 25px;
  }
  .header__inner {
    padding-top: 55px;
  }
  .header__inner li {
    margin-bottom: 12px;
  }
  .header__inner a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1080px) {
  .header {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .header--active {
    padding: 0;
  }
  .header--active nav ul li ul {
    display: none;
  }
  .header--active nav ul li a::after {
    height: 4vw !important;
  }
  .header--active nav ul li:last-child a::after {
    display: none;
  }
  .header--active .header__wrap {
    height: 30vw;
  }
  .header__wrap {
    height: auto;
    padding: 0;
  }
  .header__vis {
    display: block;
    width: 100%;
    padding: 0;
  }
  .header__logo a {
    display: inline-block;
    padding: 6vw 0 2vw;
    background: none;
    text-align: center;
    font-size: 3.8vw;
    letter-spacing: -0.5px;
  }
  .header__logo a::before {
    content: "";
    display: inline-block;
    width: 6vw !important;
    height: 6vw !important;
    margin-right: 1vw;
    background: url(../img/common/ico-logo.png) no-repeat center/100%;
    vertical-align: middle;
  }
  .header__logo a br {
    display: none;
  }
  .header__menu {
    position: relative;
  }
  .header__item {
    position: static;
    width: 20%;
  }
  .header__item > a {
    position: relative;
    padding: 0;
    width: 100%;
    font-size: 3vw;
    text-align: center;
  }
  .header__item > a img {
    display: inline-block;
    width: 40%;
    margin: 0 auto;
  }
  .header__item > a::after {
    height: 4vw;
    right: 0;
  }
  .header__item:last-child a {
    height: 8vw;
    margin-top: -2vw;
    background-size: 9vw;
    background-position: center;
  }
  .header__item:first-child a::before,
  .header__item:last-child a::after {
    display: none;
  }
  .header__item--on > a {
    font-weight: 800;
  }
  .header__item--on > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -1vw;
    left: 50%;
    transform: translateX(-50%);
    width: 8vw;
    height: 0.3vw;
    background-color: #fff;
  }
  .header__item--on:nth-child(2) > a::before,
  .header__item--on:nth-child(4) > a::before,
  .header__item--on:nth-child(5) > a::before {
    display: none;
  }
  .header__item--on .header__inner {
    display: block;
    text-align: left;
  }
  .header__item--on:nth-child(3) ul {
    display: flex;
    justify-content: center;
  }
  .header__inner {
    padding-top: 5vw;
  }
  .header__inner li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 20%;
    text-align: center;
  }
  .header__inner a {
    padding-right: 0;
    font-size: 3vw;
  }
  .header nav {
    margin-top: 0;
    padding: 2vw 0;
  }
}

/*-------------------------------------------------------------------

   footer

-------------------------------------------------------------------*/
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 50px 0 80px;
  background-color: #242424;
  font-size: 20px;
  text-align: left;
}

.footer {
  position: relative;
  width: 920px;
  padding: 0 20px;
  margin: 0 auto;
  color: #d1d2d2;
}
.footer__logo a {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: inline-block;
  margin-bottom: 40px;
  width: 283px;
  height: 68px;
  background-image: url(../img/common/mobi_logo.png);
  background-size: 100%;
}
.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  align-items: flex-start;
  padding-bottom: 30px;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  line-height: 1.8;
}
.footer__item {
  display: block;
  position: relative;
  padding: 0 10px;
  letter-spacing: -1px;
}
.footer__item a {
  color: #d1d2d2;
}
.footer__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #d1d2d2;
}
.footer__item:nth-child(3n)::after {
  display: none;
}
.footer p {
  line-height: 2;
}

.family-site {
  position: relative;
  z-index: 9;
}
.family-site > li > a {
  display: block;
  position: relative;
  padding: 10px 0 10px 30px;
  width: 200px;
  box-shadow: 0 2px 4px inset rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  background: #fff;
  text-align: left;
  font-weight: 500;
  color: #000;
}
.family-site > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  right: 15px;
  top: 62%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #000;
}
.family-site__wrap {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 5px 0 15px;
  box-shadow: 0 -4px 4px inset rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
}
.family-site--on > a::after {
  transform: rotate(180deg) !important;
  top: 14% !important;
}
.family-site--on ul {
  display: block;
}
.family-site__item a {
  display: block;
  padding: 8px 0 0 30px;
  color: #000;
  text-align: left;
}
.family-site__item a:hover {
  text-decoration: underline;
}

.sns {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 15%;
}
.sns + p {
  display: none;
}
.sns__wrap {
  display: flex;
}
.sns__item {
  margin: 0 5px;
  width: 62px;
  height: 62px;
}
.sns__item a {
  display: block;
  height: 100%;
}
.sns__item a img {
  width: 100%;
}
.sns__item:nth-child(1) {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../img/common/ico_fb.png);
  background-size: 100%;
}
.sns__item:nth-child(2) {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../img/common/ico_blog.png);
  background-size: 100%;
}
.sns__item:nth-child(3) {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../img/common/ico_share.png);
  background-size: 100%;
}

@media only screen and (max-width: 1440px) {
  /* footer */
  footer {
    padding: 50px 0 80px;
    font-size: 18px;
  }
  .footer {
    width: 920px;
    padding: 0 20px;
  }
  .footer__logo a {
    margin-bottom: 40px;
  }
  .footer__info {
    padding-bottom: 30px;
  }
  .footer__menu {
    margin-left: -8px;
  }
  .footer__item {
    padding: 0 10px;
  }
  .footer__item:after {
    width: 1px;
    height: 20px;
  }
  .family-site {
    position: relative;
  }
  .family-site > li > a {
    padding: 10px 0 10px 30px;
    border-radius: 8px;
  }
  .family-site > li > a::after {
    right: 15px;
    top: 62%;
  }
  .family-site__wrap {
    top: 30px;
    padding: 5px 0 15px;
  }
  .family-site__item a {
    padding: 8px 0 0 30px;
  }
  .sns {
    right: 15px;
    width: 15%;
  }
  .sns__item {
    margin: 0 5px;
  }
  .sns__item img {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  /* footer */
  footer {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 8% 5%;
    font-size: 3vw;
  }
  footer * {
    color: #fff;
  }
  .footer {
    width: 100%;
    padding: 0;
  }
  .footer p {
    line-height: 1.5;
  }
  .footer__logo a {
    width: 40%;
    margin-bottom: 3vw;
  }
  .footer__logo a img {
    width: 100%;
  }
  .footer__info {
    padding-bottom: 3vw;
  }
  .footer__menu {
    margin-left: -2%;
  }
  .footer__item {
    padding: 0 2vw;
  }
  .footer__item:after {
    height: 3vw;
  }
  .family-site {
    width: 30%;
    font-size: 2.5vw;
  }
  .family-site > li > a {
    width: 95%;
    padding: 1vw 0 1vw 5%;
    box-shadow: none;
    border-radius: 3px;
  }
  .family-site > li > a::after {
    right: 1.5vw;
    top: 72%;
    border-width: 1.5vw;
  }
  .family-site__wrap {
    top: 4vw;
    padding: 0 0 2vw;
    border-radius: 0 0 3px 3px;
  }
  .family-site__item a {
    padding: 1vw 0 0 2vw;
    font-size: 2.5vw;
  }
  .family-site--on > a::after {
    top: -15% !important;
  }
  .sns {
    right: 0%;
    width: 25%;
  }
  .sns__item {
    margin: 0 3%;
    width: 12vw;
    height: 12vw;
  }
  .sns__item img {
    width: 100%;
  }
}
/* 팝업 스타일 */
#ch-plugin * {
  z-index: 99 !important;
}

.popup {
  position: relative;
  z-index: 100000000000000000000000000000000000000000000000 !important;
  width: 292px;
  padding: 24px;
  border-radius: 25px;
  background-color: rgba(0, 6, 15, 0.9);
  color: #fff;
  font-size: 20px;
}
.popup2 {
  width: 912px;
  word-break: keep-all;
}

.popup3 {
  width: 500px;
  padding: 0 !important;
  overflow: hidden;
}

.popup::before {
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/common/pop_bg01.png);
  background-size: 98%;
}
.popup2::before {
  background-image: url(../img/common/pop_bg02.png);
  background-size: 100%;
}

.popup3::before {
  display: none;
}

.popup__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 20px;
}
.popup2 .popup__head {
  font-size: 28px;
  font-weight: 600;
}

.popup3 .popup__head {
  font-size: 25px;
  font-weight: 600;
  background-color: #424c53;
  padding: 25px 30px;
}

.popup__close {
  position: absolute;
  top: -5px;
  right: -5px;
}
.popup__close::after {
  content: "X";
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  font-family: "1YangPyeongL";
  font-size: 27px;
}
.popup3 .popup__close {
  top: 25px;
  right: 30px;
}
.popup3 .popup__close::after {
  font-size: 25px;
}

.popup__con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 70px 0;
  letter-spacing: -1px;
  line-height: 1.8;
}
.popup2 .popup__con {
  display: block;
  padding: 10px 0;
  margin: 20px 0;
  border: 1px solid #333;
}

#terms_popup .popup__con,
#rule_popup .popup__con {
  overflow-y: scroll;
  height: 500px;
  text-align: left;
}

#terms_popup .popup__con::-webkit-scrollbar,
#rule_popup .popup__con::-webkit-scrollbar {
  width: 17px;
  border-radius: 10px;
  background-color: #fff1cc;
}

#terms_popup .popup__con::-webkit-scrollbar-thumb,
#rule_popup .popup__con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffbd0a;
  box-shadow: 0 -5px 8px inset #d67f18;
}

.popup2 .popup__con p {
  padding: 20px;
}

.popup3 .popup__con {
  padding: 30px 0 0;
}

.popup__con form {
  width: calc(100% - 60px);
  padding: 0 30px;
}
.popup__con form > p {
  font-size: 15px;
  word-break: keep-all;
}
.popup__con form > p:first-child {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #24292d;
}
.popup__con form > p:last-child {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #24292d;
  text-align: left;
}
.popup__con form > p span {
  font-weight: 300;
  color: #727578;
}
.popup__con img {
  width: 100%;
  cursor: pointer;
}
.popup__table {
  display: block;
  width: 70%;
  margin: 0 auto;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.popup__table thead,
.popup__table tbody {
  width: 100%;
}
.popup__table tr {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.popup__table tr:last-child:not(thead tr) {
  border-bottom: none;
}
.popup__table th {
  background-color: rgba(255, 255, 255, 0.1);
}
.popup__table td,
.popup__table th {
  padding: 10px;
  width: 290px;
}
.popup__table td:first-child,
.popup__table th:first-child {
  border-right: 1px solid #fff;
}
.popup__btn {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.popup__btn a {
  display: inline-block;
  width: 210px;
  padding: 10px 0 12px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+32,ff9a00+97 */
  background: #ffd400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd400 32%, #ff9a00 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd400", endColorstr="#ff9a00",GradientType=0 ); /* IE6-9 */
  border-top: 2px solid #ffefa2;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  /* letter-spacing: -1px; */
}
#warning_popup a {
  width: 100px;
  padding: 5px 0 6px;
}
#warning_popup a:not(:last-child) {
  background: #fff !important;
}

.popup__confirm {
  padding: 30px 0 40px;
  text-align: center;
}
.popup__confirm a {
  display: inline-block;
  width: 130px;
  padding: 8px 0;
  margin: 0 6px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.popup__confirm--inactive {
  cursor: default;
  pointer-events: none;
}
.popup__confirm--active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+32,ff9a00+97 */
  background: #ffd400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd400 32%, #ff9a00 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd400", endColorstr="#ff9a00",GradientType=0 ); /* IE6-9 */
  border-top: 2px solid #ffefa2;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  pointer-events: auto;
}
.popup label:not(.popup__button) {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}
.popup label:not(.popup__button) span {
  font-size: 15px;
  font-weight: 300;
  color: #8d8f91;
}
.popup__item:last-child label:not(.popup__button) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.popup__item {
  position: relative;
  margin-bottom: 8px;
  text-align: left;
}
.popup__item:last-child .popup__input-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.popup__item:last-child .popup__input-area input {
  margin-left: 0;
}
.popup__input-area {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 25px;
}
.popup__input-area input {
  width: calc(100% - 30px);
  padding: 12px 15px;
  background-color: #161c21;
  border: 1px solid #242b31;
  font-size: 15px;
  color: #929394;
  font-family: "Noto Sans KR", sans-serif;
}
.popup__input-area input::-webkit-input-placeholder {
  color: #acacac;
}
.popup--validation {
  padding-left: 15px !important;
}
.popup__button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+32,ff9a00+97 */
  background: #ffd400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd400 32%, #ff9a00 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd400", endColorstr="#ff9a00",GradientType=0 ); /* IE6-9 */
  border-top: 2px solid #ffefa2;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  width: 130px;
  padding: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.popup--upload-name {
  width: 90%;
  height: 100%;
  margin: 0 auto 0 15px;
  background: transparent;
  color: #929394;
  text-align: left;
  font-size: 15px;
}
.popup__attach {
  width: 100%;
}
.popup--validation {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #ff4200;
  text-align: left;
}
.popup > p {
  display: block;
  padding: 20px 30px 30px;
  font-size: 18px;
  text-align: right;
}
.popup > p a {
  color: #fff;
}
.popup__addTxt {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 0;
}
#notice_popup p {
  padding: 20px 30px;
  font-size: 13px;
}

.popup b {
  font-weight: bold;
}
.popup select {
  display: inline-block;
  width: 180px;
  margin-left: 20px;
  padding: 9px 30px 9px 9px;
  background: transparent url("../img/common/ico_select.png") no-repeat 98% center/20px;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 17px;
  vertical-align: bottom;
  outline: none;
  -webkit-appearance: none;
  /*select 내부 스타일 제거 (화살표 제거)*/
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.popup select option {
  color: #fff;
  background-color: #161c21;
}
.popup select option:disabled {
  display: none;
}
.popup select::-ms-expand {
  display: none;
  /*익플 10,11이상. 화살표 감추기*/
}

#file2 {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

@media only screen and (max-width: 1440px) {
  /* 팝업 스타일 */
  .popup {
    padding: 24px;
    font-size: 20px;
  }
  .popup::before {
    height: 20px;
  }
  .popup__head {
    font-size: 20px;
  }
  .popup__close {
    top: -5px;
    right: -5px;
  }
  .popup__con {
    padding: 70px 0;
  }
  .popup__btn {
    margin: 0 auto 10px;
  }
  .popup__btn a {
    width: 210px;
    padding: 10px 0 12px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  /* 팝업 스타일 */
  .popup {
    width: 80%;
    padding: 5% 0;
    border-radius: 3vw;
    font-size: 3vw;
  }
  .popup2 {
    width: 90%;
  }
  .popup3 {
    width: 90%;
    padding-top: 0;
    background: #000;
  }
  .popup::before {
    height: 3vw;
    background-size: 100%;
  }
  .popup2::before {
    background-image: url(../img/common/pop_bg01.png);
    background-size: 98%;
  }
  .popup__head {
    padding: 0 4vw;
    font-size: 4vw;
  }
  .popup2 .popup__head {
    font-size: 5vw;
    text-align: left;
  }
  .popup3 .popup__head {
    font-size: 5vw;
    padding: 5vw 5%;
  }
  .popup__head select {
    width: 50%;
    margin-left: 0;
    padding: 2vw 5vw 2vw 2vw;
    background-size: 3vw;
    font-size: 3vw;
  }
  .popup__close {
    top: 0;
    right: 4vw;
  }
  .popup__close::after {
    font-size: 5vw;
  }
  .popup3 .popup__close {
    top: 5vw;
    right: 5%;
  }
  .popup3 .popup__close::after {
    font-size: 5vw;
  }
  .popup__con {
    padding: 7vw 0;
    font-size: 4vw;
  }
  .popup2 .popup__con {
    width: 90%;
    font-size: 3vw;
    padding: 0;
    margin: 5% auto;
  }
  .popup2 .popup__con p {
    padding: 5%;
  }
  .popup3 .popup__con {
    padding: 5% 0 0;
  }
  .popup__con form {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .popup__con form > p {
    font-size: 2.8vw;
    letter-spacing: -1px;
  }
  .popup__con form > p:first-child {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .popup__con form > p:last-child {
    padding-top: 5vw;
    margin-top: 5vw;
  }
  .popup__table {
    width: 90%;
  }
  .popup__table td,
  .popup__table th {
    width: 290px;
  }
  .popup__btn {
    margin: 0 auto 2vw;
  }
  .popup__btn a {
    width: 60%;
    padding: 2vw 0;
    font-size: 3.5vw;
  }
  #warning_popup a {
    width: 30%;
    padding: 2vw 0;
  }
  #warning_popup a:not(:last-child) {
    margin-right: 2%;
  }
  .popup__confirm {
    padding: 5% 0;
  }
  .popup__confirm a {
    width: 46%;
    padding: 2vw 0;
    margin: 0 1%;
    border-radius: 2vw;
    font-size: 3vw;
  }
  .popup label:not(.popup__button) {
    margin-bottom: 1vw;
    font-size: 4vw;
  }
  .popup label:not(.popup__button) span {
    font-size: 3vw;
  }
  .popup__addTxt {
    margin-top: 5px;
    font-size: 2.5vw;
  }
  .popup__item {
    margin-bottom: 2vw;
  }
  .popup__input-area {
    padding-bottom: 6vw;
  }
  .popup__input-area input {
    width: calc(100% - 6vw);
    padding: 3vw;
    font-size: 3vw;
  }
  .popup--validation {
    width: 100%;
    padding-left: 3vw !important;
    font-size: 2.7vw;
  }
  .popup__button {
    width: 30%;
    padding: 1vw 0;
    margin-left: 1vw;
    font-size: 3vw;
  }
  .popup--upload-name {
    font-size: 3vw;
  }
  .popup__attach.popup--attach::before {
    margin-right: 1vw;
    font-size: 3vw;
  }
  .popup > p {
    padding: 2vw 5% 5vw;
    font-size: 4vw;
  }
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*-------------------------------------------------------------------

    Index 페이지 


    220718 커밍순 → 페이지 오픈 페이지 변경

-------------------------------------------------------------------*/
br.m {
  display: none;
}

#wrap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@keyframes aniBox1 {
  0%,
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transition: 0.3s;
  }
  0% {
    transform: rotate(-120deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes aniBox2 {
  0%,
  100% {
    -webkit-transform-origin: right top;
    -webkit-transition: 0.3s;
  }
  0% {
    transform: rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
/* main */
.main {
  position: relative;
  padding-top: 135px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1455+11,171043+50,07103d+100 */
  /* IE6-9 fallback on horizontal gradient */
}
.main::before {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: transparent;
  content: "";
  display: inline-block;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 13vw;
  height: 16vw;
  background-image: url(../img/main/vis02.png);
  background-size: 100%;
  animation: aniBox2 2.5s;
}
.main__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__img img {
  display: block;
  margin: 0 auto;
}
.main__img p {
  margin-top: 40px;
  margin-left: 55px;
  text-align: center;
  font-family: "Pretendard-Regular";
  font-family: "GmarketSansBold";
  font-size: 61px;
  font-weight: 700;
  line-height: 1.5;
}
.main__img p small {
  margin-bottom: -10px;
  vertical-align: top;
  font-size: 30px;
}
.main__img p strong {
  display: inline-block;
  margin-left: -30px;
  font-family: "GmarketSansBold";
  font-size: 56px;
}
.main__img p i {
  display: inline-block;
  margin-left: -20px;
  margin-right: -10px;
  font-family: "GmarketSansBold";
  font-size: 56px;
}
.main__img p b {
  display: inline-block;
  width: 120px;
  height: 8px;
  background-color: #000;
  vertical-align: middle;
}
.main__img span {
  display: block;
  margin-top: 4vw;
  text-align: center;
  font-family: "Pretendard-Regular";
  font-size: 30px;
  font-weight: bold;
}
.main__img::before {
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-color: transparent;
  content: "";
  display: inline-block;
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14vw;
  height: 14vw;
  background-image: url(../img/main/vis01.png);
  background-size: 100%;
  animation: aniBox1 2.5s;
}
.main__title {
  background: url(../img/main/main_bg_2023.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center 135px, center -100px;
  background-size: 1600px, 200%;
  background-color: #04011e;
  padding: 750px 0;
  text-indent: -999px;
  text-align: center;
}

/* 정보 입력 */
.coming-soon {
  width: 100%;
  margin-top: -500px;
  padding: 140px 0;
  border-radius: 0;
  color: #190404;
  font-size: 20px;
}
.coming-soon__wrap {
  width: 920px;
  padding: 0 20px;
  margin: 0 auto;
}
.coming-soon__con {
  display: block;
  margin-top: 70px;
  line-height: 2;
  text-align: center;
}
.coming-soon__tit {
  display: block;
  padding-bottom: 20px;
  font-size: 63px;
  font-family: "DIN 2014 Narrow Demi";
  letter-spacing: -2px;
  line-height: 1;
}
.coming-soon h3 {
  font-size: 20px;
  letter-spacing: -1px;
}

.form {
  margin: 50px 0 190px;
}
.form ul {
  margin-left: 80px;
}
.form--validation {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #ff4200;
  text-align: left;
}
.form label {
  display: inline-block;
  width: 110px;
  margin-right: 13px;
  padding-top: 10px;
  text-align: right;
}
.form__item {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 35px;
}
.form__item > div {
  width: 620px;
  text-align: left;
}
.form__item:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.form__item:nth-child(3) input[type="text"] {
  width: 590px;
}
.form__input-area {
  display: inline-block;
}
.form__input-area input[type="text"] {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: transparent;
  width: 380px;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  background-image: url(../img/main/input_bg.png);
  background-color: #fff;
  font-size: 20px;
  font-family: "Noto Sans KR", sans-serif;
}
.form__input-area input::-webkit-input-placeholder {
  padding-left: 20px;
  color: #acacac;
}
.form__tel {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 10px;
}
.form__tel .form__input_area {
  vertical-align: top;
}
.form__tel2 {
  display: none;
}
.form__button {
  display: inline-block;
  width: 190px;
  margin-top: 0;
  padding: 9px 0;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #000;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -1px;
}
.form__btn {
  margin-top: 85px;
}
.form__btn a {
  display: inline-block;
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+32,ff9a00+97 */
  background: #ffd400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd400 32%, #ff9a00 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd400", endColorstr="#ff9a00",GradientType=0 ); /* IE6-9 */
  border-top: 2px solid #ffefa2;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
  width: 360px;
  font-size: 30px;
}

.question h3 {
  margin-bottom: 25px;
  font-size: 60px;
  text-align: left;
  font-weight: 700;
}
.question ul {
  border-top: 1px solid #b8b9bb;
  text-align: left;
}
.question li {
  padding: 20px 25px;
  border-bottom: 1px solid #b8b9bb;
  box-sizing: border-box;
}
.question__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px;
}
.question__q::after {
  content: "▼";
  display: inline-block;
  font-size: 13px;
}
.question__q--on::after {
  transform: rotate(-180deg);
}
.question__a {
  display: none;
  padding-top: 20px;
  font-size: 17px;
  font-weight: 400;
  word-break: keep-all;
}

@media only screen and (max-width: 1440px) {
  /* main */
  .main {
    position: relative;
    padding-top: 100px;
  }
  .main__title {
    background-size: 1200px;
    padding: 650px 0;
  }
  .main__img {
    background-size: calc(100vh - 300px);
  }
  /* 정보 입력 */
  .coming-soon {
    margin-top: -500px;
    padding: 100px 0;
    font-size: 20px;
  }
  .coming-soon__wrap {
    width: 920px;
    padding: 0 20px;
  }
  .coming-soon__con {
    margin-top: 70px;
  }
  .coming-soon__tit {
    padding-bottom: 20px;
    font-size: 63px;
  }
  .coming-soon h3 {
    font-size: 20px;
  }
  .form {
    margin: 50px 0 190px;
  }
  .form ul {
    margin-left: 80px;
  }
  .form--validation {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #ff4200;
    text-align: left;
  }
  .form label {
    width: 110px;
    margin-right: 13px;
    padding-top: 10px;
  }
  .form__item {
    margin-bottom: 10px;
    padding-bottom: 35px;
  }
  .form__item > div {
    width: 620px;
  }
  .form__item:nth-child(3) input[type="text"] {
    width: 590px;
  }
  .form__input-area input[type="text"] {
    width: 380px;
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
  }
  .form__tel {
    margin-bottom: 10px;
    padding-bottom: 35px;
  }
  .form__button {
    width: 190px;
    padding: 9px 0;
    border-radius: 50px;
    font-size: 18px;
  }
  .form__btn {
    margin-top: 85px;
  }
  .form__btn a {
    width: 360px;
    padding: 0;
    font-size: 30px;
  }
  .question h3 {
    margin-bottom: 25px;
    font-size: 50px;
  }
  .question li {
    padding: 20px 25px;
  }
  .question__q {
    font-size: 19px;
  }
  .question__q::after {
    font-size: 13px;
  }
  .question__a {
    padding-top: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1440px) {
  .coming .main {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1080px) {
  br.m {
    display: block;
  }
  br.p {
    display: none;
  }
  #wrap {
    max-width: 1918px;
  }
  #wrap::before {
    width: 10vw;
    height: 12vw;
  }
  /* main */
  .main {
    position: relative;
    padding-top: 20vw;
  }
  .main__img {
    max-height: 100vh;
    height: 140vw !important;
  }
  .main__img img {
    width: 90%;
  }
  .main__img p {
    margin-left: 3vw;
    margin-top: 8vw;
    font-size: 6.5vw;
  }
  .main__img p small {
    margin-bottom: -1vw;
    font-size: 4vw;
  }
  .main__img p strong {
    margin-left: -5vw;
    font-size: 6.3vw;
  }
  .main__img p i {
    margin-right: -3vw;
    margin-left: -4vw;
    font-size: 6.3vw;
  }
  .main__img p b {
    width: 10vw;
    height: 1vw;
  }
  .main__img span {
    margin-top: 9vw;
    font-size: 5vw;
  }
  .main__img::before {
    width: 22vw;
    height: 22vw;
  }
  .main__title {
    width: 50%;
    padding: 32vw 0;
    margin: 0 18% 0 auto;
    background: none;
    text-indent: -9999px;
  }
  .main__title img {
    width: 100%;
  }
  /* 정보 입력 */
  .coming-soon {
    width: 100%;
    margin-top: 60vw;
    padding: 10vw 0;
    border-radius: 0;
  }
  .coming-soon__wrap {
    width: 90%;
    padding: 0;
  }
  .coming-soon__con {
    margin-top: 0;
  }
  .coming-soon__tit {
    padding-bottom: 3vw;
    font-size: 10vw;
  }
  .coming-soon h3 {
    font-size: 3vw;
  }
  .form {
    margin: 5vw 0 10vw;
  }
  .form ul {
    margin-left: 0;
  }
  .form--validation {
    bottom: -0.2vw;
    padding-left: 2vw;
    font-size: 2.5vw;
  }
  .form label {
    width: 18%;
    margin-right: 2%;
    margin-top: 0;
    padding: 0;
    font-size: 2.8vw;
  }
  .form__item {
    width: 100%;
    margin-bottom: 1vw;
    margin-left: 0;
    padding-bottom: 4.5vw;
    align-items: flex-start;
  }
  .form__item label {
    margin-top: 2.5vw;
  }
  .form__item > div {
    width: 70%;
  }
  .form__item:nth-child(1) .form__tel,
  .form__item:nth-child(3) .form__tel {
    width: 80%;
  }
  .form__item:nth-child(1) .form__input-area,
  .form__item:nth-child(3) .form__input-area {
    width: 80%;
  }
  .form__item:nth-child(1) input[type="text"],
  .form__item:nth-child(3) input[type="text"] {
    width: 100%;
  }
  .form__input-area {
    width: 60%;
  }
  .form__input-area input[type="text"] {
    width: 100%;
    padding: 2vw 5%;
    border-radius: 2vw;
    background-size: 5vw;
    vertical-align: top;
    font-size: 2.8vw;
  }
  .form__input-area input::-webkit-input-placeholder {
    padding-left: 1vw;
  }
  .form__tel {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1vw;
    padding-bottom: 4.5vw;
  }
  .form__tel2 {
    display: none;
  }
  .form__button {
    padding: 0;
    width: 30%;
    height: 8vw;
    border-radius: 5vw;
    line-height: 8vw;
    font-size: 2.5vw;
  }
  .form__btn {
    margin-top: 5vw;
  }
  .form__btn a {
    width: 50%;
    padding: 1vw 0;
    font-size: 3.5vw;
  }
  .question h3 {
    margin-bottom: 3vw;
    padding-left: 5%;
    font-size: 6vw;
  }
  .question li {
    padding: 3vw 5%;
  }
  .question__q {
    font-size: 3vw;
  }
  .question__q::after {
    font-size: 2vw;
  }
  .question__a {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
}
/*-------------------------------------------------------------------

    개요 페이지 
    – index.html   // 공모전 소개
    – way.html     // 응모방법

-------------------------------------------------------------------*/
.sub {
  padding: 230px 0 80px;
}
.sub__inner {
  width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  color: #04011e;
}
.sub__title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.list {
  margin-top: 60px;
}
.list__item {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: transparent;
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #7a7d82;
  box-sizing: border-box;
  background-image: url(../img/sub/list_bg.png);
  border-radius: 27px;
  line-height: 1.5;
}
.list__item table {
  display: block;
  border: 1px solid #04011e;
}
.list__item table td,
.list__item table th {
  padding: 10px;
}
.list__item table th {
  width: 30%;
  border-right: 1px solid #04011e;
}
.list__item table tr {
  border-bottom: 1px solid #04011e;
}
.list__item table tr:last-child {
  border-bottom: none;
}
.list__item small {
  display: block;
  padding-top: 10px;
}
.list__item:nth-child(1) .list__bullet li {
  padding-bottom: 0;
}
.list__item dt {
  position: relative;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
}
.list__item dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  right: auto;
  left: -10px;
  width: 5px;
  height: 5px;
  background-color: #04011e;
  border-radius: 50%;
}
.list__item dd,
.list__item pre {
  font-size: 20px;
  word-break: keep-all;
  white-space: pre-wrap;
}
.list__item dd p,
.list__item pre p {
  display: block;
  position: relative;
  padding-left: 10px;
  vertical-align: top;
}
.list__item dd p::before,
.list__item pre p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
.list__item dd .list__bullet li {
  padding-bottom: 15px;
  display: block;
}
.list__bullet li {
  position: relative;
  padding-left: 20px;
}
.list__bullet li::before {
  content: "▸";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.tab {
  position: relative;
}
.tab__btn {
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.tab__btn--active {
  font-weight: 700;
}
.tab__btn li {
  position: relative;
  display: inline-block;
}
.tab__btn li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #04011e;
}
.tab__btn li:last-child::after {
  display: none;
}
.tab__btn a {
  margin: 0 25px;
  font-size: 30px;
  color: #04011e;
  vertical-align: middle;
  display: block;
}

@media only screen and (max-width: 1440px) {
  /* 개요 */
  .sub {
    padding: 200px 0 50px;
    background-position: 100% 0;
  }
  .sub__inner {
    width: 920px;
    padding: 0 20px;
  }
  .sub__title {
    font-size: 50px;
  }
  .list {
    margin-top: 30px;
  }
  .list__item {
    margin-bottom: 20px;
    padding: 30px 40px;
    background-size: 60px;
  }
  .list__item dt {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .list__item dt::before {
    width: 5px;
    height: 5px;
    left: -10px;
  }
  .list__item dd,
  .list__item pre {
    font-size: 18px;
  }
  .list__bullet li {
    padding-left: 20px;
  }
  .tab__btn {
    top: -20px;
    padding-top: 50px;
  }
  .tab__btn li::after {
    width: 1px;
    height: 20px;
    top: 55%;
  }
  .tab__btn a {
    margin: 0 20px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 1080px) {
  /* 개요 */
  .sub {
    padding: 35vw 0 10vw;
  }
  .sub__inner {
    width: 90%;
    padding: 0;
  }
  .sub__title {
    font-size: 8vw;
  }
  .list {
    margin-top: 5vw;
  }
  .list__item {
    margin-bottom: 5vw;
    padding: 5vw 8%;
    border-radius: 3.5vw;
    background-size: 10vw;
  }
  .list__item table td,
  .list__item table th {
    padding: 2%;
  }
  .list__item small {
    padding-top: 1vw;
  }
  .list__item dt {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  .list__item dt::before {
    left: -2vw;
    width: 1vw;
    height: 1vw;
  }
  .list__item dd,
  .list__item pre {
    font-size: 3vw;
  }
  .list__item dd p,
  .list__item pre p {
    width: 80%;
    padding-left: 2vw;
  }
  .list__item dd .list__bullet li {
    padding-bottom: 2vw;
  }
  .list__bullet li {
    padding-left: 3vw;
  }
  .tab__btn {
    top: 0;
    padding-top: 4vw;
  }
  .tab__btn li::after {
    top: 55%;
    width: 1px;
    height: 3vw !important;
  }
  .tab__btn a {
    margin: 0 3vw;
    font-size: 3vw;
  }
}
/*-------------------------------------------------------------------

    공모전 과제 페이지
    – index.html   

-------------------------------------------------------------------*/
.mission {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 100px;
}
.mission__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: calc(50% - 14px);
  margin: 7px;
  padding: 140px 0;
  background-color: #ffbb00;
  border: 1px solid #5c6066;
  border-radius: 20px;
  box-sizing: border-box;
}
.mission__item--active .mission__hide {
  display: flex;
}
.mission__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 250px;
  max-height: 150px;
}
.mission__hide {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.mission__hide a {
  display: block;
  width: 200px;
  margin: 10px 0;
  padding: 12px 0;
  background-color: #ffbb00;
  border-radius: 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 1440px) {
  /* 공모전 과제 */
  .mission {
    margin-top: 50px;
  }
  .mission__item {
    width: calc(50% - 14px);
    margin: 7px;
    padding: 120px 0;
    border-radius: 20px;
  }
  .mission__item img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1080px) {
  /* 공모전 과제 */
  .mission {
    margin-top: 8vw;
  }
  .mission__item {
    width: calc(50% - 14px);
    margin: 7px;
    padding: 15vw 0;
    border-radius: 2vw;
  }
  .mission__item img {
    max-width: 25vw;
    max-height: 12vw;
  }
  .mission__logo {
    max-width: 40%;
  }
  .mission__hide a {
    width: 80%;
    margin: 1vw 0;
    padding: 1.5vw 3vw;
    border-radius: 2vw;
    font-size: 2.8vw;
  }
}
/*-------------------------------------------------------------------

    접수 페이지
    – apply.html   // 접수 신청
    – check.html   // 접수 확인

-------------------------------------------------------------------*/
/* 접수 신청 */
.info {
  margin-top: 55px;
}
.info__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 34px;
  color: #04011e;
  font-weight: 700;
  padding: 0 0 18px 18px;
  padding-top: 0;
}
.info__btn {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+32,ff9a00+97 */
  background: #ffd400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd400 32%, #ff9a00 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd400", endColorstr="#ff9a00",GradientType=0 ); /* IE6-9 */
  border-top: 2px solid #ffefa2;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  padding: 4px 0 6px;
  font-size: 19px;
  width: 120px;
  text-align: center;
  cursor: pointer;
}
.info__btn #file {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.info__head ul {
  display: flex;
  border-bottom: 1px solid #2a3033;
}
.info__head ul:last-child {
  border: none;
}
.info__label {
  display: inline-block;
  width: 33.33%;
  padding: 12px 0;
  background-color: #424c53;
  border-right: 1px solid #2a3033;
  font-size: 19px;
  color: #04011e;
  text-align: center;
}
.info__label:last-child {
  border: none;
}
.info__txt {
  display: inline-block;
  width: 33.33%;
  padding: 12px 0;
  background-color: #161c21;
  border-right: 1px solid #2a3033;
  text-align: center;
}
.info__txt:last-child {
  border: none;
}

/* 지원자 정보*/
.volunteer > div {
  border: 1px solid #22292e;
}
.volunteer__head {
  display: flex;
  width: 100%;
  background-color: #424c53;
  border-bottom: 1px solid #22292e;
  text-align: center;
}
.volunteer__head li {
  position: relative;
  width: 31.5%;
  padding: 9px 0;
  font-size: 19px;
}
.check__show .volunteer__head li {
  width: 33.33%;
}

.volunteer__head li:nth-child(4) {
  width: 5.5%;
}
.volunteer__head li:nth-child(4)::after {
  display: none;
}
.volunteer__head li:last-child::after {
  display: none;
}
.volunteer__head li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  width: 1px;
  height: 33px;
  background-color: #20272d;
}
.volunteer__nobody {
  padding: 12px 0;
  background-color: #161c21;
  text-align: center;
  font-size: 15px;
  font-weight: 100;
  color: #929394;
}
.volunteer__body {
  display: flex;
  width: 100%;
  background-color: #161c21;
  border-bottom: 1px solid #22292e;
  text-align: center;
}
.volunteer__body:last-child {
  border-bottom: none;
}
.volunteer__body li {
  position: relative;
  width: 31.5%;
  padding: 12px 0;
  font-size: 15px;
}
.check__show .volunteer__body li {
  width: 33.33%;
}

.volunteer__body li:nth-child(4) {
  width: 5.5%;
}
.volunteer__body li:nth-child(4)::after {
  display: none;
}
.volunteer__body li:last-child::after {
  display: none;
}
.volunteer__body li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  width: 1px;
  height: 33px;
  background-color: #20272d;
}

.checkbox {
  position: relative;
}
.checkbox--off {
  opacity: 0;
}
.checkbox__image {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(../img/sub/sp_checkbox.png);
  background-size: 100%;
}
.entry__select .checkbox__image {
  margin-top: -5px;
  vertical-align: middle;
}

.checkbox__all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 18px;
  height: 17px;
  opacity: 0;
}
.checkbox__all:checked + .checkbox__image {
  background-position: center bottom;
}

/* 응모 정보 */
.entry__head {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #2a3033;
}
.entry__head ul {
  display: flex;
  width: 50%;
  border-bottom: 1px solid #2a3033;
}
.entry__head ul:last-child {
  width: 100%;
  border-bottom: none;
}
.entry__label {
  display: inline-block;
  width: 160px;
  padding: 12px 0;
  background-color: #424c53;
  font-size: 19px;
  color: #04011e;
  text-align: center;
}
.entry__select {
  position: relative;
  width: calc(100% - 160px);
  margin: 0 auto;
  background-color: #161c21;
  text-align: center;
}
.entry__select::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.26' height='10.95' viewBox='0 0 6.26 10.95'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M1.887,5.474,6.03,1.334A.783.783,0,0,0,4.922.229L.228,4.92A.781.781,0,0,0,.205,6l4.714,4.724A.783.783,0,0,0,6.027,9.617Z' transform='translate(6.26 10.95) rotate(180)' fill='%23424c53'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  right: 5%;
  top: 40%;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  transform: rotate(90deg);
}
.check__show .entry__select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 180px);
  padding-left: 20px;
  font-size: 15px;
}

.check__show .entry__select::after {
  display: none;
}

ul:last-child .entry__select::after {
  display: none;
}

.entry__select select {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 100;
  color: #929394;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry__select select option {
  color: #04011e;
}
.entry__select select option:disabled {
  display: none;
}
.entry__select--upload-name {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  color: #929394;
  text-align: left;
  font-size: 15px;
  text-overflow: ellipsis;
}
.entry__txt {
  padding-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.entry__txt i {
  display: inline-block;
  padding-left: 10px;
  font-style: italic;
}
.entry .filebox {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #424c53;
}
.entry .filebox ul {
  flex-direction: column;
  width: calc(100% - 160px);
}
.entry .filebox ul li {
  width: calc(100% - 16px);
  height: 46.8px;
  padding: 0 8px;
  border-bottom: 1px solid #2a3033;
}
.entry .filebox ul li:last-child {
  border-bottom: none;
}

/* 개인정보 동의 */
.agreement {
  padding: 60px 18px;
}
.agreement ul {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 14px 0;
  font-size: 19px;
}
.agreement ul b {
  color: #ff0000;
  font-weight: 800;
}
.agreement ul a {
  font-size: 19px;
  color: #04011e;
}

.btn {
  display: block;
  width: 200px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #04011e;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.btn--inactive {
  cursor: default;
  pointer-events: none;
}
.btn--active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+32,ff9a00+97 */
  background: #ffd400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd400 32%, #ff9a00 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd400", endColorstr="#ff9a00",GradientType=0 ); /* IE6-9 */
  border-top: 2px solid #ffefa2;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  pointer-events: auto;
}

/* 접수확인 */
.check {
  margin: 50px auto 80px;
}
.check__txt {
  padding-bottom: 50px;
  margin: 0 auto 70px;
  border-bottom: 1px solid #242b31;
  text-align: center;
  font-size: 19px;
}
.check__txt p {
  text-align: center;
}
.check__txt ul {
  display: inline-block;
  text-align: left;
}
.check__txt ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.8;
}
.check__txt ul li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
  color: #727578;
}
.check__txt span {
  font-weight: 300;
  color: #727578;
}
.check--validation {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #ff4200;
  text-align: left;
}
.check form {
  width: 70%;
  margin: 0 auto;
}
.check form ul {
  margin-left: -70px;
  margin-bottom: 30px;
}
.check label {
  display: inline-block;
  width: 110px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.check__item {
  position: relative;
}
.check__input-area {
  display: inline-block;
  position: relative;
  width: calc(100% - 114px);
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.check__input-area input {
  width: calc(100% - 30px);
  padding: 15px;
  background-color: #161c21;
  border: 1px solid #242b31;
  font-size: 20px;
  color: #929394;
  font-family: "Noto Sans KR", sans-serif;
}
.check__input-area input::-webkit-input-placeholder {
  color: #acacac;
}
.check__btn {
  margin-top: 65px;
  text-align: center;
}
.check__btn a {
  display: inline-block;
  padding: 0;
  width: 200px;
  padding: 10px 0;
  background-color: #04011e;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.check__btn--inactive {
  cursor: default;
  pointer-events: none;
}
.check__btn--active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd400+32,ff9a00+97 */
  background: #ffd400; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd400 32%, #ff9a00 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd400", endColorstr="#ff9a00",GradientType=0 ); /* IE6-9 */
  border-top: 2px solid #ffefa2;
  border-radius: 15px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  pointer-events: auto;
}

/* 접수완료 */
.complete__head {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #2a3033;
}
.complete__head ul {
  display: flex;
  width: 50%;
}
.complete__head ul:nth-child(3) {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #2a3033;
  background-color: #161c21;
}
.complete__head ul:nth-child(3) .complete__txt {
  width: 96% !important;
  border-bottom: 1px solid #2a3033;
}
.complete__head ul:nth-child(3) .complete__txt:last-child {
  border-bottom: none;
}
.complete__label {
  display: inline-block;
  width: 160px;
  padding: 12px 0;
  background-color: #424c53;
  font-size: 19px;
  color: #fff;
  text-align: center;
}
.complete__txt {
  position: relative;
  width: calc(100% - 200px);
  margin: 0 auto;
  padding: 14px 20px 12px;
  background-color: #161c21;
  word-break: break-all;
}
#applyFile {
  background-color: #161c21;
}
#applyFile ul {
  width: calc(100% - 170px);
}

@media only screen and (max-width: 1080px) {
  /* 접수 신청 */
  .info {
    margin-top: 10vw;
  }
  .info__title {
    font-size: 5vw;
    padding: 0 0 2vw;
  }
  .info__btn {
    width: 15vw;
    padding: 1vw 0 1.2vw;
    border-radius: 2vw;
    font-size: 2.8vw;
  }
  .info__label {
    width: 33.33%;
    padding: 2vw 0;
    font-size: 2.8vw;
  }
  .info__txt {
    width: 33.33%;
    padding: 2vw 0;
  }
  /* 지원자 정보*/
  .volunteer > div {
    border: none;
  }
  .volunteer__head {
    display: none;
  }
  .volunteer__nobody {
    padding: 8vw 0;
    border: 1px solid #22292e;
    font-size: 3vw;
  }
  .volunteer__body {
    flex-direction: column;
    position: relative;
    margin-bottom: 5vw;
    border: 1px solid #22292e;
  }
  .volunteer__body li {
    width: 100%;
    padding: 0;
    font-size: 2.8vw;
    text-align: left;
    border-bottom: 1px solid #22292e;
  }
  .volunteer__body li:nth-child(3) {
    border-bottom: none;
  }
  .volunteer__body li:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    width: 5.5%;
    padding-left: 2%;
    background-color: #161c21;
    border-left: 1px solid #22292e;
    border-bottom: none;
  }
  .volunteer__body li::before {
    display: inline-block;
    width: 24%;
    height: 100%;
    padding: 2vw 0;
    margin-right: 3%;
    background: #424c53;
    text-align: center;
    font-size: 3vw;
  }
  .volunteer__body li:nth-child(1)::before {
    content: "이름";
  }
  .volunteer__body li:nth-child(2)::before {
    content: "휴대폰";
  }
  .volunteer__body li:nth-child(3)::before {
    content: "이메일";
  }
  .volunteer__body li::after {
    display: none;
  }
  .check__show .volunteer__body li {
    width: 100%;
  }
  .volunteer__body:last-child {
    border-bottom: 1px solid #22292e;
  }
  .checkbox {
    display: inline-block;
    width: 5%;
    margin-top: 0;
    margin-right: 3.2%;
  }
  .checkbox__image {
    width: 3vw;
    height: 2.8vw;
  }
  .entry__select .checkbox__image {
    margin-top: 0;
  }
  .checkbox__all {
    width: 3vw;
    height: 2.8vw;
  }
  /* 응모 정보 */
  .entry__head {
    flex-direction: column;
    width: 100%;
  }
  .entry__head ul {
    width: 100%;
  }
  .entry__label {
    width: 25%;
    padding: 2vw 0;
    font-size: 3vw;
  }
  .entry__select {
    width: 80%;
  }
  .entry__select::after {
    width: 1vw;
    height: 2vw;
    background-size: 100%;
  }
  .entry__select select {
    padding: 0 5%;
    font-size: 2.8vw;
  }
  .entry__select--upload-name {
    font-size: 2.8vw;
    text-overflow: ellipsis;
    padding: 0;
    width: 90%;
  }
  .check__show .entry__select {
    display: block;
    width: 80%;
    padding: 0;
    font-size: 2.8vw;
  }
  .check__show .entry__select p {
    padding: 2vw 5% 0;
    text-align: left;
  }
  .entry .filebox ul {
    width: 80%;
  }
  .entry .filebox ul li {
    width: 95%;
    height: 8vw;
    padding: 0 0 0 5%;
  }
  .entry__txt {
    padding: 1vw 0 5vw;
    font-size: 2.5vw;
  }
  .entry__txt i {
    padding-left: 1vw;
  }
  /* 개인정보 동의 */
  .agreement {
    padding: 0;
  }
  .agreement ul {
    padding: 2vw 0 0;
    font-size: 3vw;
  }
  .agreement ul a {
    font-size: 3vw;
  }
  .agreement li:first-child {
    text-align: left;
    width: 80%;
  }
  .agreement .checkbox {
    margin-top: 0;
    margin-right: 0;
  }
  .btn {
    width: 100%;
    padding: 2vw 0;
    margin-top: 10vw;
    border-radius: 2vw;
    font-size: 3vw;
  }
  /* 접수확인 */
  .check {
    margin: 5vw auto;
  }
  .check__txt {
    padding-bottom: 5vw;
    margin: 0 auto 10vw;
    font-size: 2.8vw;
    word-break: keep-all;
  }
  .check__txt ul li {
    padding-right: 1vw;
  }
  .check form {
    width: 100%;
  }
  .check form ul {
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .check--validation {
    padding-left: 2.5vw;
    font-size: 2.7vw;
  }
  .check label {
    width: 20%;
    margin-top: 3vw;
    font-size: 3vw;
  }
  .check__item {
    display: flex;
  }
  .check__input-area {
    margin-bottom: 3vw;
    padding-bottom: 4vw;
    width: 79%;
  }
  .check__input-area input {
    width: calc(100% - 6vw);
    padding: 2.5vw;
    font-size: 3vw;
  }
  .check__btn {
    margin-top: 10vw;
  }
  .check__btn a {
    width: 100%;
    padding: 2vw 0;
    border-radius: 2vw;
    font-size: 3vw;
  }
  /* 접수완료 */
  .complete__head {
    flex-direction: column;
  }
  .complete__head ul {
    width: 100%;
    border-top: 1px solid #2a3033;
  }
  .complete__head ul:first-child {
    border: none;
  }
  .complete__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 25%;
    padding: 2vw 0;
    font-size: 2.8vw;
  }
  .complete__label label {
    margin: 0 auto;
  }
  .complete__txt {
    width: 75%;
    padding: 2vw 3%;
    font-size: 2.8vw;
  }
  #applyFile {
    align-items: center;
    background-color: #424c53;
  }
  #applyFile #fileList {
    overflow: hidden;
    width: 81%;
    border-top: none;
  }
  #applyFile #fileList .complete__txt {
    width: 94% !important;
    margin: 0;
    border-bottom: 1px solid #2a3033;
    word-break: break-all;
    white-space: normal;
  }
  #applyFile #fileList .complete__txt:last-child {
    border-bottom: none;
  }
}
#checkSpan {
  opacity: 0 !important;
}

/*-------------------------------------------------------------------

    게시판 페이지
    – index.html  

-------------------------------------------------------------------*/
.notice ul {
  margin-top: 50px;
  border-left: 1px solid #394249;
  border-right: 1px solid #394249;
  border-bottom: none;
  border-top: 1px solid #394249;
}
.notice li {
  border-bottom: 1px solid #394249;
}
.notice__q {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px 15px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.notice__q p {
  display: inline-block;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.notice__q:hover {
  background-color: #eee;
}
.notice__q--on {
  background-color: #eee;
}
.notice__q--on p {
  white-space: normal;
}
.notice__txt {
  display: none !important;
}
.notice__date {
  font-weight: 500;
}
.notice__a {
  display: none;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  word-break: keep-all;
  line-height: 2;
}
.notice__a p * {
  color: #04011e !important;
}
.notice__a img {
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 55%;
  margin: 80px auto;
}
.pagination__item {
  display: block;
  margin: 12px;
  color: #04011e;
  font-size: 15px;
}
.pagination__item--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.26' height='10.95' viewBox='0 0 6.26 10.95'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M1.887,5.474,6.03,1.334A.783.783,0,0,0,4.922.229L.228,4.92A.781.781,0,0,0,.205,6l4.714,4.724A.783.783,0,0,0,6.027,9.617Z' transform='translate(6.26 10.95) rotate(180)' fill='%234011e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-color: transparent;
  width: 6px;
  height: 18px;
  background-size: 100%;
  transform: rotate(180deg);
}
#mostPrevArrow::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.26' height='10.95' viewBox='0 0 6.26 10.95'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M1.887,5.474,6.03,1.334A.783.783,0,0,0,4.922.229L.228,4.92A.781.781,0,0,0,.205,6l4.714,4.724A.783.783,0,0,0,6.027,9.617Z' transform='translate(6.26 10.95) rotate(180)' fill='%234011e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-color: transparent;
  position: absolute;
  right: -5px;
  width: 6px;
  height: 18px;
  background-size: 100%;
}

.pagination__item--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.26' height='10.95' viewBox='0 0 6.26 10.95'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M1.887,5.474,6.03,1.334A.783.783,0,0,0,4.922.229L.228,4.92A.781.781,0,0,0,.205,6l4.714,4.724A.783.783,0,0,0,6.027,9.617Z' transform='translate(6.26 10.95) rotate(180)' fill='%234011e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: transparent;
  position: relative;
  width: 6px;
  height: 18px;
  background-size: 100%;
}
#mostNextArrow::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.26' height='10.95' viewBox='0 0 6.26 10.95'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M1.887,5.474,6.03,1.334A.783.783,0,0,0,4.922.229L.228,4.92A.781.781,0,0,0,.205,6l4.714,4.724A.783.783,0,0,0,6.027,9.617Z' transform='translate(6.26 10.95) rotate(180)' fill='%234011e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: transparent;
  position: absolute;
  right: -5px;
  width: 6px;
  height: 18px;
  background-size: 100%;
}

.pagination__item--on {
  padding-top: 3px;
  border-bottom: 1px solid #04011e;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  /* 게시판 */
}
@media only screen and (max-width: 1080px) {
  /* 게시판 */
  .notice ul {
    margin-top: 8vw;
  }
  .notice__q {
    padding: 3vw 5%;
    font-size: 3.5vw;
  }
  .notice__q p {
    width: calc(80% - 1vw);
    padding-right: 1vw;
  }
  .notice__a {
    padding: 3vw;
    font-size: 3vw;
  }
  .notice__date {
    width: 21%;
    font-size: 3vw;
  }
  .pagination {
    margin: 8vw auto;
  }
  .pagination__item {
    font-size: 3vw;
    margin: 2vw;
  }
  .pagination__item--prev {
    width: 1vw;
    height: 3vw;
    background-size: 100%;
  }
  .pagination__item--next {
    width: 1vw;
    height: 3vw;
    background-size: 100%;
  }
  .pagination__item--on {
    padding-top: 0.2vw;
  }
  #mostPrevArrow::before {
    right: -0.8vw;
    width: 1vw;
    height: 3vw;
  }
  #mostNextArrow::before {
    right: -0.8vw;
    width: 1vw;
    height: 3vw;
  }
}
