@charset "UTF-8";
/* 프리텐다드 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

/* 잉크리퀴드체 */
@font-face {
    font-family: "InkLipquid";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(https://d16yd5kqyanj9e.cloudfront.net/img/about/bg.png);
    content: url(https://api.seoulfesta.com/api/files/p6jkmqreemblrdy/pu1ufpqa8lwr4x1/frame_1008_min_ixYf10GYk4.png);
    content: url(https://api.seoulfesta.com/api/files/p6jkmqreemblrdy/pu1ufpqa8lwr4x1/frame_1120_min_rtwgp4xlCn.png);
    content: url(https://api.seoulfesta.com/api/files/p6jkmqreemblrdy/pu1ufpqa8lwr4x1/frame_1121_min_uvGJ3bpYdZ.png);
    content: url(https://api.seoulfesta.com/api/files/p6jkmqreemblrdy/pu1ufpqa8lwr4x1/frame_1122_min_womgjkb0mp.png);
    content: url(https://api.seoulfesta.com/api/files/p6jkmqreemblrdy/pu1ufpqa8lwr4x1/frame_1638_min_NRnyKhoiit.png);
}

b {
    font-weight: 600 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /* vertical-align: baseline; */
    font-family: "Pretendard Variable";
    line-height: 1.4;
    box-sizing: border-box;
    color: inherit;
    word-break: keep-all;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: "Pretendard Variable";
    line-height: 1.4;
    box-sizing: border-box;
    color: #222;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

button {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: inherit;
    padding: 0;
}

select,
input {
    border: none;
    outline: none;
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    /* for chrome */
    -moz-appearance: none;
    /*for firefox*/
    appearance: none;
    width: 75px;
    padding: 10px 0;
    background-image: url(https://d16yd5kqyanj9e.cloudfront.net/img/layout/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    color: var(--black);
    display: flex;
}

select::-ms-expand {
    display: none;
    /*for IE10,11*/
}

body {
    overflow-x: hidden;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

:root {
    --mainpink: #F05270;
    --decopink: #F0527020;
    --maingreen: #41BA7C;
    --mainyellow: #FDB834;
    --mainblue: #0099DA;
    --mainpurple: #652A96;
    --lightpurple: #994BDB;
    --black: #222222;
    --white: #FFFFFF;
    --background: #F8F9FB;
    --grayd7: #D7D7D7;
    --grayB: #B0B0B0;
    --grayE: #EEEEEE;
    --gray7: #777777;
    --decoyellow: #f5e2af42;
    /* --decoyellowbold: #f5e2af; */
}

.line_height_1point2 {
    line-height: 1.2;
}

.font_center {
    text-align: center;
}

.font_M {
    font-weight: 500;
}

.font_bold {
    font-weight: 600;
}

.font_black {
    font-weight: 700;
}

.font_ink {
    font-family: "InkLipquid";
}

.deco_yellow {
    position: relative;
    width: fit-content;
    z-index: 10;
}

.deco_yellow::after {
    content: "";
    display: block;
    width: 105%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--decoyellow);
    z-index: -1;
}

.deco_pink {
    position: relative;
    width: fit-content;
    z-index: 10;
}

.deco_pink::after {
    content: "";
    display: block;
    width: 105%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--decopink);
    z-index: -1;
}

.font_50 {
    font-size: 50px;
}

.font_47 {
    font-size: 47px;
}

.font_36 {
    font-size: 36px;
}

.font_32 {
    font-size: 32px;
}

.font_30 {
    font-size: 30px;
}

.font_28 {
    font-size: 28px;
}

.font_24 {
    font-size: 24px;
}

.font_22 {
    font-size: 22px;
}

.font_20 {
    font-size: 20px;
}

.font_18 {
    font-size: 18px;
}

.font_16 {
    font-size: 16px;
}

.font_14 {
    font-size: 14px;
}

.font_pink {
    color: var(--mainpink);
}

.font_green {
    color: var(--maingreen);
}

.font_yellow {
    color: var(--mainyellow);
}

.font_yellow02 {
    color: #F08200;
}

.font_blue {
    color: #652A96;
}

.font_myeongdong {
    color: var(--mainblue);
}

.seoul_park_font {
    color: var(--maingreen);
}

.gwang_park_font {
    color: var(--mainpink);
}

.sunset_park_font {
    color: var(--mainyellow);
}

.seoul_font {
    color: #652A96;
}

.font_grey {
    color: var(--gray7);
}

.myeongdong_font {
    color: var(--mainblue);
}

.bg_pink {
    background-color: var(--mainpink);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    /* 구형 브라우저를 위해 사용 */
    clip-path: polygon(0 0, 0 0, 0 0);
    /* inset(50%) 와 동일한 표현 */
    border: 0;
}

.body-no-scroll {
    overflow-y: hidden;
}

.mobile {
    display: none !important;
}

.cancel {
    text-decoration: line-through;
}

.cancle_desc {
    margin-top: 10px;
}

@media screen and (max-width: 1300px) {
    .font_50 {
        font-size: 45px;
    }

    .font_36 {
        font-size: 24px;
    }

    .font_24 {
        font-size: 20px;
    }

    .font_20 {
        font-size: 18px;
    }

    .inner {
        /* max-width: 700px; */
        padding: 0 20px;
    }
}

@media screen and (max-width: 900px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .font_50 {
        font-size: 30px;
    }

    .font_36 {
        font-size: 24px;
    }

    .font_24 {
        font-size: 18px;
    }

    .font_20 {
        font-size: 16px;
    }

    .font_18 {
        font-size: 16px;
    }

    .font_16 {
        font-size: 14px;
    }

    .inner {
        /* max-width: 700px; */
        padding: 0 10px;
    }
}