/*@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";*/
/*@import"https://fonts.googleapis.com/css2?family=Spline+Sans+Mono:ital,wght@0,300;0,600;0,700;1,300;1,600;1,700&display=swap";*/

/*
@font-face {
    font-family: "KyoboHand";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/KyoboHand.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
*/
body {
	font-family: 'Pretendard';
    font: 16px/1.5;
    color: #123;
    background: #fff
}

select,
input,
textarea,
button {
	font-family: 'Pretendard';
    font: 16px/1.5;
    color: #333;
    font-size: 100%;
    margin: 0
}

a {
    color: #123;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: keep-all
}

img {
    max-width: 100%
}

@keyframes updown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-15px)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-duration: 2s;
    animation-name: swing;
    animation-iteration-count: infinite
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

.tada {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-duration: 2s;
    animation-name: tada;
    animation-iteration-count: infinite
}

mark {
    margin: 0 -0.4em;
    padding: .1em .4em;
    border-radius: .8em .3em;
    background: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3));
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

mark.blue {
    background-image: linear-gradient(to right, rgba(0, 225, 255, 0.1), rgba(0, 225, 255, 0.7) 4%, rgba(0, 225, 255, 0.3))
}

mark.purple {
    background-image: linear-gradient(to right, rgba(225, 0, 255, 0.1), rgba(225, 0, 255, 0.7) 4%, rgba(225, 0, 255, 0.3))
}

mark.green {
    background-image: linear-gradient(to right, rgba(112, 255, 0, 0.1), rgba(112, 255, 0, 0.7) 4%, rgba(112, 255, 0, 0.3))
}

mark.red {
    background-image: linear-gradient(to right, rgba(255, 90, 118, 0.1), rgba(255, 90, 118, 0.7) 4%, rgba(255, 90, 118, 0.3))
}

mark.whiteText {
    color: #fff
}

h2 {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    color: #123;
    margin-bottom: 50px;
    letter-spacing: -0.5px
}

h2 small {
    font-size: 32px;
    font-weight: 500
}

@media(max-width: 767px) {
    h2 small {
        font-size: 24px
    }
}

h2 b {
    color: #7266d3
}

h2 span {
    display: block
}

@media(max-width: 767px) {
    h2 {
        font-size: 44px;
        margin-bottom: 35px
    }
}

p {
/*    font-size: 27px;*/
/*    font-weight: 400*/
}

p b.pink {
    color: #ff3581
}

@media(max-width: 767px) {
    p {
/*        font-size: 18px*/
    }
}

.exGallery {
    margin: 50px 0
}

@media(max-width: 767px) {
    .exGallery {
        margin: 40px 0
    }
}

.exGallery img {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 15px
}

.exGallery .caption {
    font-size: 16px;
    color: #999;
    margin: 10px 0 0;
    display: block
}

h4 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.3px
}

@media(max-width: 767px) {
    h4 {
        font-size: 30px
    }
}

.gnb {
    height: 60px;
    border-bottom: 1px solid #eee
}

.gnb .container {
    position: relative
}

.gnb span {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #888
}

.pre h2 {
    margin-bottom: 150px
}

@media(max-width: 767px) {
    .pre h2 {
        margin-bottom: 50px
    }
}

.pre p {
    text-align: center
}

.pre .imgBox {
    margin-bottom: 60px
}

.pre .imgBox.boxL {
    text-align: left
}

.pre .imgBox.boxR {
    text-align: right
}

@media(max-width: 767px) {
    .pre .imgBox {
        margin-bottom: 30px
    }

    .pre .imgBox.boxL {
        text-align: center
    }

    .pre .imgBox.boxR {
        text-align: center
    }
}

.pre .imgBox img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    background: #fff
}

.pre .imgBox img.kito {
    position: absolute;
    margin-left: -150px;
    margin-top: -60px;
    width: 280px
}

.pre .imgBox img.salad {
    width: 400px;
    position: relative
}

.pre .imgBox img.lunch1 {
    width: 300px;
    position: relative;
    z-index: 2
}

.pre .imgBox img.lunch2 {
    width: 300px;
    position: absolute;
    margin-left: -50px;
    margin-top: -70px
}

@media(max-width: 767px) {
    .pre .imgBox img {
        position: static !important;
        margin: 0 !important;
        width: 150px !important
    }
}

.pre img.graph {
    width: 458px
}

@media(max-width: 767px) {
    .pre img.graph {
        margin-bottom: 20px
    }
}

.benefit .beneTile {
    margin: 80px 0
}

@media(max-width: 767px) {
    .benefit .beneTile {
        margin: 80px 0 10px;
        overflow: hidden
    }
}

.benefit .tile {
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 30px;
    height: 540px;
    overflow: hidden;
    position: relative
}

@media(max-width: 767px) {
    .benefit .tile {
        padding: 30px;
        height: 440px
    }
}

.benefit .tile.big {
    border: 4px solid #123;
    height: auto
}

.benefit .tile .tTag {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    background: #7266d3;
    display: inline-block;
    text-align: center;
    width: 116px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .benefit .tile .tTag {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        width: 100px
    }
}

.benefit .tile h3 {
    font-size: 48px;
    font-weight: 800
}

@media(max-width: 767px) {
    .benefit .tile h3 {
        font-size: 36px
    }
}

.benefit .tile h4 {
    font-size: 36px;
    font-weight: 800
}

@media(max-width: 767px) {
    .benefit .tile h4 {
        font-size: 30px
    }
}

.benefit .tile p {
    font-size: 30px
}

@media(max-width: 767px) {
    .benefit .tile p {
        font-size: 20px
    }
}

.benefit .tile .mc03Wrap {
    height: 280px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d8d8d8
}

@media(max-width: 767px) {
    .benefit .tile .mc03Wrap {
        height: 220px
    }
}

.benefit .tile img {
    max-width: 100%
}

.benefit .tile img.dia {
    position: absolute;
    bottom: 0;
    max-width: 360px
}

@media(max-width: 767px) {
    .benefit .tile img.dia {
        max-width: 90%
    }
}

.benefit .tile img.mockup {
    position: absolute;
    height: 478px
}

.benefit .tile img.mc01 {
    left: 280px;
    top: 260px
}

@media(max-width: 767px) {
    .benefit .tile img.mc01 {
        left: 200px;
        top: 180px
    }
}

.benefit .tile img.mc02 {
    left: 112px;
    top: 330px
}

@media(max-width: 767px) {
    .benefit .tile img.mc02 {
        left: 50px;
        top: 250px
    }
}

.benefit .tile img.mc03 {
    width: 380px;
    height: auto;
    left: 50%;
    margin-left: -190px;
    top: -420px
}

@media(max-width: 767px) {
    .benefit .tile img.mc03 {
        width: 300px;
        margin-left: -150px;
        top: -330px
    }
}

.benefit .tile img.scale {
    width: 310px;
    position: absolute;
    left: 0;
    bottom: 0
}

.benefit .tile img.mc04 {
    width: 150px;
    height: auto;
    right: 50px;
    top: 320px
}

@media(max-width: 767px) {
    .benefit .tile img.mc04 {
        top: 250px
    }
}

.benefit .tile img.mc05 {
    width: 150px;
    height: auto;
    right: 10px;
    top: 280px
}

@media(max-width: 767px) {
    .benefit .tile img.mc05 {
        top: 200px
    }
}

.benefit .logo {
    margin: 40px auto;
    display: block;
    height: 25px
}

.countdown {
    text-align: center
}

.countdown .timer {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    background: #ff3581;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 100px
}

.countdown .timer small {
    margin-right: 5px
}

.countdown .timer img.watch {
    height: 40px;
    filter: invert(1);
    vertical-align: middle
}

.countdown .timer .left {
    vertical-align: middle;
    letter-spacing: -12px;
/*    font-family: "Spline Sans Mono", monospace*/
	font-family: 'Pretendard';
}

@media(max-width: 767px) {
    .countdown .timer {
        font-size: 36px;
        margin-bottom: 20px
    }

    .countdown .timer img.watch {
        height: 30px
    }

    .countdown .timer .left {
        display: block;
        letter-spacing: -9px
    }
}

.howDietPrev {
    text-align: center
}

.howDietPrev .spotato {
    width: 80%;
    max-width: 690px;
    margin: 50px 0
}

.howDietPrev .noImgWrap {
    text-align: center;
    position: relative
}

.howDietPrev .noImgWrap .womanSS {
    width: 80%;
    max-width: 660px;
    margin: 60px 0;
    border-radius: 6px
}

.howDietPrev .noImgWrap .no {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 240px
}

@media(max-width: 767px) {
    .howDietPrev .noImgWrap .no {
        width: 160px;
        right: 0;
        bottom: 0
    }
}

.nextUrTurn {
    text-align: center
}

.nextUrTurn .beforeAfter {
    position: relative;
    margin: 30px 0
}

.nextUrTurn .beforeAfter img {
    max-width: 100%
}

.nextUrTurn .beforeAfter i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    line-height: 96px;
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    background: #7266d3;
    color: #fff;
    text-align: center
}

.whyKD {
    text-align: center
}

.whyKD .graph {
    width: 100%;
    max-width: 620px;
    margin: 150px auto 0;
    height: 392px;
    background: url(//cdn.weaversmind.com/landing/keepfit/202305/02/bg_graph.svg) no-repeat center bottom;
    background-size: 100% auto;
    position: relative
}

@media(max-width: 767px) {
    .whyKD .graph {
        display: none
    }
}

.whyKD .graph .wPoint .rDot {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgba(240, 74, 57, .5);
    border-radius: 50%;
    border: 5px solid rgba(240, 74, 57, .5)
}

.whyKD .graph .wPoint span {
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    color: #ff2828
}

@media(max-width: 767px) {
    .whyKD .graph .wPoint span {
        position: static
    }
}

.whyKD .graph .wPlus .rDot {
    right: -15px;
    top: -15px
}

.whyKD .graph .wPlus span {
    right: -110px;
    top: -90px
}

.whyKD .graph .wMinus .rDot {
    left: -15px;
    bottom: 85px
}

.whyKD .graph .wMinus span {
    left: -110px;
    bottom: 0px
}

@media(max-width: 767px) {
    .whyKD .graph .wPlus .rDot {
        right: 0;
        top: 0
    }

    .whyKD .graph .wPlus span {
        right: 0;
        top: -90px
    }

    .whyKD .graph .wMinus .rDot {
        left: 0;
        bottom: 85px
    }

    .whyKD .graph .wMinus span {
        left: 0;
        bottom: 0px
    }
}

.whyKD .graph .good {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 40%;
    border-top: 2px dashed #54a000;
    text-align: left
}

.whyKD .graph .good span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #54a000;
    margin-top: 10px
}

.whyKD .graph .good i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #54a000;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -10px
}

@media(max-width: 767px) {
    .whyKD .graph .good {
        left: 0;
        right: 0
    }
}

.whyKD .graph_for_mb {
    display: none
}

@media(max-width: 767px) {
    .whyKD .graph {
        display: none
    }

    .whyKD .graph_for_mb {
        display: block;
        margin: 70px 0 0
    }

    .whyKD .graph_for_mb img {
        max-width: 100%
    }
}

.univSeoul .jikWrap {
    margin: 50px 0 0;
    position: relative;
    text-align: right
}

.univSeoul .jikWrap .about {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 150px
}

@media(max-width: 767px) {
    .univSeoul .jikWrap .about {
        position: static;
        color: #888;
        font-size: 14px
    }
}

.univSeoul .bs {
    width: 471px;
    margin-left: -100px;
    margin-top: 150px
}

@media(max-width: 767px) {
    .univSeoul .bs {
        position: absolute;
        bottom: 0;
        left: 5%;
        margin: 0;
        width: 90%
    }
}

.bubble {
    position: relative;
    background: #fff;
    color: #123;
    font-family: 'Pretendard';
    font-size: 30px;
    font-weight: 400;
    border-radius: 6px;
    padding: 10px 15px;
    border: #123 solid 2px;
    display: inline-block
}

.bubble:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #fff;
    border-width: 6px 9px 6px 0;
    top: 20px;
    left: -9px;
    margin-top: -6px
}

.bubble:before {
    content: "";
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #123;
    border-width: 8px 11px 8px 0;
    top: 20px;
    left: -12px;
    margin-top: -8px;
    display: block
}

.theFirst {
    text-align: center
}

.theFirst .collabo {
    width: 400px;
    margin: 70px 0 30px
}

@media(max-width: 767px) {
    .theFirst .collabo {
        width: 280px;
        margin: 30px 0 10px
    }
}

.spec {
    background: #fa9e00
}

.spec .collabo {
    width: 400px
}

@media(max-width: 767px) {
    .spec .collabo {
        width: 280px;
        display: block;
        margin: 0 auto 30px
    }
}

.spec h2 {
    color: #fff
}

.spec .specBox {
    padding: 60px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin: 0 0 50px
}

@media(max-width: 767px) {
    .spec .specBox {
        padding: 30px;
        margin: 0 0 30px
    }
}

.spec .specBox i {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    background: #fa9e00;
    color: #fff
}

@media(max-width: 767px) {
    .spec .specBox i {
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 20px
    }
}

.spec .specBox h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 60px 0
}

@media(max-width: 767px) {
    .spec .specBox h3 {
        font-size: 30px;
        margin: 30px 0
    }
}

.spec .specBox .consultant {
    margin-top: 60px
}

.spec .specBox .consultant img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 3px solid #123;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.spec .specBox .consultant strong {
    font-size: 24px;
    color: #fa9e00;
    display: block;
    margin: 10px 0 0
}

.spec .specBox .consultant b {
    font-size: 32px
}

@media(max-width: 767px) {
    .spec .specBox .consultant {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .spec .specBox .consultant strong {
        font-size: 20px
    }

    .spec .specBox .consultant b {
        font-size: 24px
    }
}

.spec .specBox .rrWrap .rr {
    max-width: 100%;
    border-radius: 6px
}

.spec .specBox .rrWrap .bs {
    position: absolute;
    right: 270px;
    bottom: 60px;
    width: 471px
}

@media(max-width: 767px) {
    .spec .specBox .rrWrap .bs {
        width: 90%;
        right: 5%;
        bottom: 0
    }
}

.spec .specBox .kal {
    max-width: 100%
}

.counseling {
    background: #7266d3;
    color: #fff;
    text-align: center;
    border-bottom: 0 none;
}

.counseling h2 {
    color: #fff
}

.counseling h3 {
    font-size: 32px;
    font-weight: 400
}

.counseling .vcWrap {
    margin: 50px 0;
    position: relative
}

.counseling .vcWrap .vc {
    max-width: 100%;
    border-radius: 16px
}

.counseling .vcWrap .ic {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 96px
}

@media(max-width: 767px) {
    .counseling .vcWrap .ic {
        height: 48px
    }
}

.counseling .vcWrap span {
    position: absolute;
    right: 140px;
    top: 20px;
    font-size: 20px
}

@media(max-width: 767px) {
    .counseling .vcWrap span {
        right: 60px;
        font-size: 16px
    }
}

.counseling .inner {
    margin: 60px 0;
    background: rgba(255, 255, 255, .15);
    padding: 50px 0;
    border-radius: 12px
}

@media(max-width: 767px) {
    .counseling .inner {
        padding: 50px 0 1px
    }
}

.counseling .inner .csType {
    position: relative;
    margin: 120px 0
}

.counseling .inner .csType i {
    display: inline-block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    font-style: normal;
    margin-bottom: 40px
}

.counseling .inner .csType i.blue {
    background: #1ca8ff
}

.counseling .inner .csType i.purple {
    background: #fff;
    color: #7266d3
}

.counseling .inner .csType i.green {
    background: #7ed321
}

.counseling .inner .csType i img {
    width: 96px;
    margin-top: -30px;
    margin-bottom: 10px
}

.counseling .inner .csType i small {
    display: block;
    font-size: 26px;
    font-weight: 500
}

.counseling .inner .csType i strong {
    display: block;
    font-size: 32px
}

.counseling .inner .csType span {
    display: block;
    font-size: 24px
}

@media(max-width: 767px) {
    .counseling .inner .csType span {
        font-size: 18px;
        margin: 0 0 30px
    }
}

.counseling .inner .csType img.mc {
    position: absolute;
    width: 200px
}

@media(max-width: 767px) {
    .counseling .inner .csType img.mc {
        position: static;
        width: 47%
    }
}

.counseling .inner .csType img.mc.mc01 {
    left: -20px;
    top: 0;
    z-index: 2
}

.counseling .inner .csType img.mc.mc02 {
    left: 160px;
    top: 50px
}

.counseling .inner .csType img.mc.mc03 {
    right: 160px;
    top: 0;
    z-index: 2
}

.counseling .inner .csType img.mc.mc04 {
    right: -20px;
    top: -80px
}

.counseling .inner .csType img.mc.mc05 {
    left: 160px;
    top: -50px
}

.exercise {
    color: #fff;
    background: #1ca8ff;
    text-align: center
}

.exercise h2 {
    color: #fff
}

.exercise .mc {
    width: 300px;
    position: absolute;
    margin-left: -250px;
    margin-top: 110px
}

@media(max-width: 767px) {
    .exercise .mc {
        position: static;
        margin: 0
    }
}

.exercise .ex {
    width: 697px;
    max-width: 100%;
    position: relative;
    margin: 40px 0 0
}

@media(max-width: 767px) {
    .exercise .ex {
        margin-top: -120px
    }
}

.exercise .video {
    margin: 80px 0
}

.exercise .video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.exercise .video .video-container iframe,
.exercise .video .video-container object,
.exercise .video .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.exercise .video .videoCaption {
    font-size: 24px;
    padding: 0 60px;
    text-align: left
}

@media(max-width: 767px) {
    .exercise .video .videoCaption {
        font-size: 14px
    }
}

.plzApply fieldset {
	position: relative;
    width: 100%;
    margin: 130px auto 50px;
    max-width: 500px;
    padding: 50px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 16px
}

@media(max-width: 767px) {
    .plzApply fieldset {
        padding: 50px 20px 30px;
        margin-top: 100px
    }
}

.plzApply fieldset img.pt {
    display: block;
    margin: -100px auto 20px
}

.plzApply fieldset h6 {
    color: #7266d3;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

.plzApply fieldset label {
    font-weight: 600;
    color: #123;
    font-size: 15px
}

.plzApply fieldset .form-control {
    font-size: 16px;
    height: 50px
}

.plzApply fieldset input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.plzApply fieldset .form-group {
    margin-bottom: 40px
}

.plzApply fieldset .selectDay {
    width: 200px
}

@media(max-width: 767px) {
    .plzApply fieldset .selectDay {
        width: 80px
    }
}

.plzApply fieldset select {
    text-align: center;
    height: 50px;
    font-weight: 600
}

.plzApply fieldset .form-check-label {
    font-weight: 400;
    margin-left: 5px;
    margin-top: 4px;
    font-size: 13px;
    color: #888
}

.plzApply fieldset .form-check-label a {
    color: #1ca8ff
}

.plzApply fieldset .btnSubmit {
    width: 100%;
    border-radius: 100px;
    height: 80px;
    background: #7266d3;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .5)
}

.plzApply fieldset .btnSubmit:hover {
    opacity: .8
}

@media(max-width: 767px) {
    .plzApply fieldset .btnSubmit {
        font-size: 24px;
        height: 60px;
        letter-spacing: -0.5px
    }
}

.plzApply .logo {
    display: block;
    margin: 30px auto
}

.plzApply .sorryAnc {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    margin: 20px auto 60px
}

.plzApply .sorryAnc h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.plzApply .sorryAnc p {
    font-size: 18px;
    color: #888;
    margin: 0;
    word-break: keep-all
}

.fixedApply {
    position: sticky;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 -8px 12px rgba(0, 0, 0, .05)
}

.fixedApply .handle {
    text-align: center;
    font-size: 19px;
    padding: 15px 0
}

@media(max-width: 767px) {
    .fixedApply .handle {
        font-size: 14px
    }
}

.fixedApply .handle strong {
    color: #ff3581;
    letter-spacing: -5px;
    font-family: 'Pretendard';
    margin: 0 10px
}

@media(max-width: 767px) {
    .fixedApply .handle strong {
        letter-spacing: -3px;
        margin: 0 5px
    }
}

.fixedApply .handle .apply {
    background: #ff3581;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    font-size: 16px;
    border: 0 none;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    margin-left: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center
}

@media(max-width: 767px) {
    .fixedApply .handle .apply {
        display: block;
        margin: 10px auto 0;
        font-size: 15px;
        padding: 8px 0
    }
}

.fixedApply .handle .apply img {
    width: 16px;
    vertical-align: middle;
    margin-left: 10px
}

.fixedApply .handle .apply span {
    vertical-align: middle
}

.fixedApply .handle .apply:hover {
    transition: all .5s;
    opacity: .8
}

.fixedApply .handle .apply.jump img {
    transform: rotate(90deg)
}

.anc {
    padding: 80px 0
}

.anc h5 {
    font-weight: 800;
    margin-bottom: 20px
}

.anc li {
    margin-left: 20px;
    list-style: disc;
    font-size: 18px;
}

@media(max-width: 767px) {
	.anc li {
		font-size: 11px;
	}
}

.modal p {
    font-size: 14px
}

.hidden-xs {
    display: none!important;
}


@media(max-width: 767px) {
	.tel_wrap input {
		width: 80px;
		height: 30px !important;
	}
}

@media(min-width: 768px) {
	.tel_wrap span {
		padding-top: 10px;
	}
}


@media(max-width: 767px) {
	.at-footer {
		height: 60vw;
	}

	.at-footer .at-copyright .bottom {
	    display: flex !important;
		flex-direction: column !important;
	}
}


/*# sourceMappingURL=style.min.css.map */