@charset "utf-8";

@font-face {
    font-family: "NanumBarunGothic";
    src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "NanumBarunGothic";
    src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "NanumBarunGothic";
    src: url("//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Watermelon";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-EF@1.0/EF_watermelonSalad.woff2") format("woff2");
    font-weight: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "NanumBarunGothic", sans-serif;
}

html,
body {
    height: 100%;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
textarea,
select {
    font: inherit;
}

li {
    list-style: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrap {
    width: 100%;
    min-height: 100%;
    font-family: "NanumBarunGothic", sans-serif;
    min-width: 996px;
    margin: 76px auto 0 auto;
}

.wrap > div > div {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}

.nav {
    height: 76px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    top: 0px;
}

.links ul {
    display: flex;
}

.links li {
    flex: auto; /* 각 li 너비 동일 */
    display: flex; /* 내부 높이 자동 확장 */
    align-items: center; /* 내용 세로 가운데 */
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.links li a:hover {
    color: rgba(201, 27, 143, 1);
}

.nav > div {
    width: 1232px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visual_top {
    width: 100%;
    height: 600px;
    background: url("../images/bg_top.jpg") repeat-x center top;
    background-color: #06082a;
}

.visual_top_inner {
    width: 100%;
    height: 600px;
    background: url("../images/visual_top.webp") no-repeat center top;
}

.visual_bottom {
    width: 100%;
    height: 636px;
    background: url("../images/bg_bottom.jpg") repeat-x center top;
    background-color: #06082a;
    overflow: hidden;
}

.visual_bottom_inner {
    width: 100%;
    height: 636px;
    background: url("../images/visual_bottom.png") no-repeat center top;
    overflow: hidden;
}

.visual_bottom .text {
    width: 500px;
    margin: 170px auto 0 auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
}

.visual_bottom .text .strong {
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}

.visual_bottom .text .normal {
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.visual_bottom .text .final {
    text-align: center;
    font-size: 22px;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

.intro {
    background-color: #06082a;
    overflow: hidden;
    padding-bottom: 40px;
}

.intro .wrap_box {
    width: 996px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40;
    padding: 0px 0px 50px 0px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px rgba(98, 22, 91, 1), inset 2px 2px 2px 0px rgba(147, 40, 144, 0.3), inset 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    background: rgba(124, 64, 134, 0.1);
    margin: 30px auto 0 auto;
}

.intro .wrap_box .title {
    width: 100%;
    height: 76px;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 20px 0px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: inset 3px 3px 4px 0px rgba(255, 255, 255, 0.1);
    background: linear-gradient(134.71deg, rgba(147, 40, 144, 0.8) 41%, rgba(186.41065979003906, 12.311332702636719, 160.2957763671875, 0.8) 100%);
}

.intro .wrap_box .info {
    width: 836px;
    margin: 40px auto 0 auto;
}

.intro .wrap_box .info li {
    font-size: 23px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
}

.intro .wrap_box .info li span {
    color: #932890;
    margin-right: 4px;
}

.intro .wrap_box .title h2 {
    color: rgba(255, 255, 255, 1);
    font-family: "Watermelon";
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.intro .wrap_box .theme {
    /* 주제 01 */
    width: 836px;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 19px 20px 39px;
    box-sizing: border-box;
    border: 1.5px solid rgba(147, 40, 144, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(147, 40, 144, 1);
    margin-top: 20px;
}

.intro .wrap_box .theme p:nth-child(1) {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    color: #951d99;
}

.intro .wrap_box .theme p:nth-child(2) {
    font-size: 23px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
}

.intro .wrap_box .theme p:nth-child(3) {
    font-size: 18px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
}

.intro .wrap_box .description {
    width: 836px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
    margin-top: 20px;
}

.intro .wrap_box .description p:nth-child(1) {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

.intro .wrap_box .description p:nth-child(1) strong {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.intro .wrap_box .description p:nth-child(2) {
    color: rgba(255, 255, 255, 1);
    font-size: 19px;
    font-weight: 700;
    line-height: 37px;
}

.intro .wrap_box .split {
    width: 836px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("../images/dots.png");
    padding: 20px 0px 20px 0px;
    margin-top: 20px;
}

.intro .wrap_box .title_sub h3 {
    width: 836px;
    color: rgba(255, 255, 255, 1);
    font-size: 23px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 20px;
}

.intro .wrap_box .title_sub h3 span {
    color: rgba(147, 40, 144, 1);
    margin-right: 4px;
}

.intro .wrap_box .photos {
    width: 836px;
    margin-top: 30px;
}

.intro .wrap_box .photos ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.intro .wrap_box .photos ul li {
    margin-right: 13px;
    margin-bottom: 10px;
}

.intro .wrap_box .photos ul li:nth-child(3n) {
    margin-right: 0;
}

.intro .wrap_box .photos ul li p {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 10px;
}

.regist {
    background-color: #06082a;
    overflow: hidden;
    padding-bottom: 30px;
}

.regist .wrap_box {
    width: 996px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40;
    padding: 0px 0px 50px 0px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px rgba(64, 31, 105, 1), inset 2px 2px 2px 0px rgba(96, 12, 186, 0.3), inset 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    background: rgba(101, 64, 134, 0.1);
    margin: 30px auto 0 auto;
}

.regist .wrap_box .title {
    width: 100%;
    height: 76px;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 20px 0px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: inset 3px 3px 4px 0px rgba(255, 255, 255, 0.1);
    background: linear-gradient(134.71deg, rgba(61.3895149230957, 30.205549240112305, 119.30258178710938, 0.8) 41%, rgba(96.45933532714844, 12.311332702636719, 186.41065979003906, 0.8) 100%);
}

.regist .wrap_box .title h2 {
    color: rgba(255, 255, 255, 1);
    font-family: "Watermelon";
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.regist .wrap_box .parts {
    width: 836px;
    margin-top: 40px;
}

.regist .wrap_box .parts ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.regist .wrap_box .parts ul li {
    width: 410px;
    height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20;
    padding: 20px 19px 20px 19px;
    box-sizing: border-box;
    border: 1.5px solid rgba(96, 12, 186, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(147, 40, 144, 1);
}

.regist .wrap_box .parts ul li:nth-child(1) {
    margin-right: 16px;
}

.regist .wrap_box .parts ul li p:nth-child(2) {
    color: rgba(123, 41, 224, 1);
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 10px;
}

.regist .wrap_box .parts ul li p:nth-child(3) {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 6px;
}

.regist .wrap_box .parts ul li p:nth-child(4) {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 6px;
}

.regist .wrap_box .info {
    width: 836px;
    height: 60px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.regist .wrap_box .info strong {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.regist .wrap_box .link_regist {
    width: 836px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.regist .wrap_box .link_regist a {
    width: 333px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 21px 50px 19px 50px;
    border-radius: 50px;
    box-shadow: inset 0px 4px 3px 0px rgba(255, 255, 255, 0.15), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(96, 12, 186, 0.8);
}

.regist .wrap_box .link_regist a:hover {
    border-radius: 50px;
    box-shadow: inset 0px 4px 3px 0px rgba(255, 255, 255, 0.15), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(226.64deg, rgba(186, 12, 160, 0.9), rgba(96, 12, 186, 0.9) 100%);
}

.regist .wrap_box .link_regist a span {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

.audit {
    background-color: #06082a;
    overflow: hidden;
    padding-bottom: 70px;
}

.audit .wrap_box {
    width: 996px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40;
    padding: 0px 0px 50px 0px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 15px;
    box-shadow: 0px 0px 50px 0px rgba(104, 27, 76, 1), inset 2px 2px 2px 0px rgba(147, 40, 144, 0.3), inset 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    background: rgba(124, 64, 134, 0.1);
    margin: 30px auto 0 auto;
}

.audit .wrap_box .title {
    width: 100%;
    height: 76px;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 20px 0px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: inset 3px 3px 4px 0px rgba(255, 255, 255, 0.1);
    background: linear-gradient(134.71deg, rgba(201, 27, 143, 0.8) 41%, rgba(221, 13, 133, 0.8) 100%);
}

.audit .wrap_box .title h2 {
    color: rgba(255, 255, 255, 1);
    font-family: "Watermelon";
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.audit .wrap_box .title_sub h3 {
    width: 836px;
    color: rgba(255, 255, 255, 1);
    font-size: 23px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 30px;
}

.audit .wrap_box .title_sub h3 span {
    color: rgba(201, 27, 143, 1);
    margin-right: 4px;
}

.audit .wrap_box .title_sub p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.audit .wrap_box .list_audit {
    /* 심사 기준 내용 */
    width: 836px;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 39px 20px 39px;
    box-sizing: border-box;
    border: 1.5px solid rgba(201, 27, 143, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(147, 40, 144, 1);
    margin-top: 15px;
}

.audit .wrap_box .list_audit ul {
    width: 100%;
}
.audit .wrap_box .list_audit ul li {
    background-image: url("../images/dots.png");
    background-repeat: no-repeat;
    background-position-y: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.audit .wrap_box .list_audit ul li:last-child {
    margin-bottom: 0px;
}

.audit .wrap_box .list_audit ul li div {
    background: #111033;
}

.audit .wrap_box .list_audit ul li div:nth-child(1) {
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    padding-right: 10px;
}

.audit .wrap_box .list_audit ul li div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.audit .wrap_box .prizes ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.audit .wrap_box .prizes ul li {
    width: 203px;
    height: 262px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0px 20px 0px;
    box-sizing: border-box;
    border: 1.5px solid rgba(201, 27, 143, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(147, 40, 144, 1);
    margin-right: 8px;
}

.audit .wrap_box .prizes ul li div:nth-child(1) {
    width: 203px;
    height: 49px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0px 5px 0px;
    border-radius: 5px 5px 0px 0px;
    background: linear-gradient(110.81deg, rgba(221, 13, 133, 0.9) 45%, rgba(119, 7, 71.61538696289062, 0.9) 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.audit .wrap_box .prizes ul li:nth-child(2) div:nth-child(1) {
    background: linear-gradient(110.81deg, rgba(221, 13, 133, 0.4) 45%, rgba(119, 7, 71.61538696289062, 0.4) 100%);
}
.audit .wrap_box .prizes ul li:nth-child(3) div:nth-child(1) {
    background: linear-gradient(110.81deg, rgba(221, 13, 133, 0.4) 45%, rgba(119, 7, 71.61538696289062, 0.4) 100%);
}
.audit .wrap_box .prizes ul li:nth-child(4) div:nth-child(1) {
    background: linear-gradient(110.81deg, rgba(221, 13, 133, 0.4) 45%, rgba(119, 7, 71.61538696289062, 0.4) 100%);
}
.audit .wrap_box .prizes ul li:last-child {
    margin-right: 0px;
}

.audit .wrap_box .prizes ul li div:nth-child(2) {
    margin-top: 10px;
}

.audit .wrap_box .prizes ul li div:nth-child(3) {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
}

.audit .wrap_box .prizes ul li div:nth-child(4) {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1px;
    text-align: center;
}

.audit .wrap_box .prizes ul li:nth-child(2) div:nth-child(4) {
    letter-spacing: -1px;
}

.audit .wrap_box .prizes ul li:nth-child(3) div:nth-child(4) {
    letter-spacing: -2px;
}

.audit .wrap_box .prizes ul li:nth-child(4) div:nth-child(4) {
    letter-spacing: -3px;
}

.audit .wrap_box .description {
    width: 836px;
    height: 22px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 15px;
}

.audit .wrap_box .date_result {
    width: 836px;
    height: 40px;
    position: relative;
}

.audit .wrap_box .date_result p {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    position: absolute;
    top: 0px;
}

.audit .wrap_box .date_result div {
    width: 352px;
    height: 12px;
    background: rgba(221, 13, 133, 0.7);
    position: absolute;
    top: 16px;
}

.caution {
    background: rgba(33, 40, 90, 1);
    overflow: hidden;
    padding-bottom: 90px;
}

.caution .title {
    width: 771px;
    color: rgba(255, 255, 255, 1);
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    margin: 70px auto 0 auto;
}

.caution .list_caution {
    width: 771px;
    margin: 20px auto 0 auto;
    overflow-x: visible;
}

.caution .list_caution ul {
    width: 100%;
}

.caution .list_caution ul li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    padding-left: 12px;
    list-style: none;
}

.caution .list_caution ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.caution .contact {
    width: 771px;
    margin: 20px auto 0 auto;
}

.caution .contact p:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}
.caution .contact p:nth-child(2) {
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
