/* Minification failed. Returning unminified contents.
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-base'
(50,17): run-time error CSS1039: Token not allowed after unary operator: '-gray'
(149,17): run-time error CSS1039: Token not allowed after unary operator: '-black'
(154,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xl'
(164,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(165,32): run-time error CSS1039: Token not allowed after unary operator: '-purple'
(174,33): run-time error CSS1039: Token not allowed after unary operator: '-font-size-2xl'
(179,33): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xl'
(193,25): run-time error CSS1039: Token not allowed after unary operator: '-black'
(194,29): run-time error CSS1039: Token not allowed after unary operator: '-font-size-2xl'
(223,29): run-time error CSS1039: Token not allowed after unary operator: '-font-size-2xl'
(227,43): run-time error CSS1039: Token not allowed after unary operator: '-gray6'
(259,36): run-time error CSS1039: Token not allowed after unary operator: '-black'
(263,36): run-time error CSS1039: Token not allowed after unary operator: '-blue60'
(267,36): run-time error CSS1039: Token not allowed after unary operator: '-purple'
(321,25): run-time error CSS1039: Token not allowed after unary operator: '-gray6'
(328,29): run-time error CSS1039: Token not allowed after unary operator: '-black'
(335,29): run-time error CSS1039: Token not allowed after unary operator: '-font-size-4xl'
(342,36): run-time error CSS1039: Token not allowed after unary operator: '-purple'
(344,29): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xl'
(354,40): run-time error CSS1039: Token not allowed after unary operator: '-black'
(358,32): run-time error CSS1039: Token not allowed after unary operator: '-sky'
(366,32): run-time error CSS1039: Token not allowed after unary operator: '-sky'
(380,25): run-time error CSS1039: Token not allowed after unary operator: '-black'
(385,29): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xl'
(407,30): run-time error CSS1039: Token not allowed after unary operator: '-black'
(408,25): run-time error CSS1039: Token not allowed after unary operator: '-white'
(413,43): run-time error CSS1039: Token not allowed after unary operator: '-gray9'
(417,32): run-time error CSS1039: Token not allowed after unary operator: '-sky'
(433,33): run-time error CSS1039: Token not allowed after unary operator: '-font-size-2xl'
(439,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-base'
(452,17): run-time error CSS1039: Token not allowed after unary operator: '-gray6'
(487,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(505,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");

:root {
    --white: #fff;
    --black: #000;
    --gray: #333;
    --gray6: #666;
    --gray9: #eae9e9;
    --blue: #2f79d9;
    --blue60: #bed0f0;
    --darkblue: #008080; 
    --purple:#8b00ff;   /*보라색*/
    --sky: #f4f6fa;
    --font-size-base: 1em;
    --font-size-6xs: calc(var(--font-size-base) * 0.25);
    --font-size-5xs: calc(var(--font-size-base) * 0.3125);
    --font-size-4xs: calc(var(--font-size-base) * 0.375);
    --font-size-3xs: calc(var(--font-size-base) * 0.5);
    --font-size-2xs: calc(var(--font-size-base) * 0.625);
    --font-size-xs: calc(var(--font-size-base) * 0.75);
    --font-size-sm: calc(var(--font-size-base) * 0.875);
    --font-size-md: var(--font-size-base);
    --font-size-lg: calc(var(--font-size-base) * 1.25);
    --font-size-xl: calc(var(--font-size-base) * 1.5);
    --font-size-2xl: calc(var(--font-size-base) * 2);
    --font-size-3xl: calc(var(--font-size-base) * 2.5);
    --font-size-4xl: calc(var(--font-size-base) * 3);
    --font-size-5xl: calc(var(--font-size-base) * 3.75);
    --font-size-6xl: calc(var(--font-size-base) * 4.5);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    zoom: 100%;
}

html {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    font-family: 'Pretendard Variable', '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif;
    font-size: var(--font-size-base);
    letter-spacing: -0.2px;
    color: var(--gray);
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.1;
    scroll-behavior: smooth;
    text-rendering: optimizespeed;
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, table, tr, th, td {
    margin: 0;
    padding: 0 ;
   
}

ul, ol, li {
    list-style: none
}

img, fieldset {
    border: none;
    vertical-align: top
}

legend, caption {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1
}

textarea {
    overflow: auto;
}

input[type=submit],
input[type=button],
button {
    cursor: pointer;
    font-family: 'Pretendard Variable', '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif;
}

img {
    vertical-align: top;
}

address, em {
    font-style: normal;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table, th, td {
    border: none;
}

caption {
    overflow: hidden;
    line-height: 0;
    text-indent: -2000em;
}

legend, .hidden {
    padding: 0;
    margin: 0;
    overflow: hidden !important;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
}

i {
    font-style: normal;
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

.inner {
    width: 768px;
    margin: 0 auto;
    text-align: center;
}

h2 {
    text-align: left;
    padding-bottom: 20px;
}

/* header */
#header {
    position: relative;
    color: var(--black);
    padding: 30px 0;
}

    #header h1 {
        font-size: var(--font-size-xl);
        font-weight: 700;
    }
/* content */
#content {
    position: relative;
}

/*텍스트박스 칼라*/
    #content .info {
        color: var(--white);
        background-color: var(--purple);
        padding: 70px 0;
    }

        #content .info ul li {
            text-align: left;
        }

            #content .info ul li:nth-child(1) {
                font-size: var(--font-size-2xl);
            }

            #content .info ul li:nth-child(2),
            #content .info ul li:nth-child(3) {
                font-size: var(--font-size-xl);
                opacity: 0.;  
            }

            #content .info ul li:nth-child(2) {
                padding: 30px 0 10px;
            }

    #content .img {
    }

        #content .img .inner {
            padding: 80px 0 100px;
            text-align: left;
            color: var(--black);
            font-size: var(--font-size-2xl);
            line-height: 1.3;
            background: url("/Images/img.png") no-repeat right bottom;
            background-size: auto;
        }

    #content .input {
        padding: 0 0 20px;
    }

        #content .input .inner {
            text-align: left;
        }

        #content .input label {
            font-weight: 700;
        }

        #content .input input[type=text] {
            text-align: left;
        }

        #content .input input[type=text] {
            width: 100%;
            padding: 1px;
            margin: 5px 0 22px 0;
            display: inline-block;
            border: none;
            border-bottom: 2px solid #bdbfc7;
            font-size: var(--font-size-2xl);
        }

            #content .input input[type=text]:focus {
                border-bottom-color: var(--gray6);
                outline: none;
            }

        #content .input label.cbox {
            display: block;
            position: relative;
            padding-left: 28px;
            margin-bottom: 10px;
            cursor: pointer;
            font-weight: 400;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        #content .input .cbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        #content .input .checkmark {
            position: absolute;
            top: -2px;
            left: 0;
            height: 20px;
            width: 20px;
            border-radius: 5px;
            background-color: var(--black);
        }

        #content .input .cbox:hover input ~ .checkmark {
            background-color: var(--blue60);
        }

        #content .input .cbox input:checked ~ .checkmark {
            background-color: var(--purple);
        }

        #content .input .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        #content .input .cbox input:checked ~ .checkmark:after {
            display: block;
        }

        #content .input .cbox .checkmark:after {
            left: 8px;
            top: 4px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #content .input .cbox span {
            cursor: pointer;
            color: #999;
            text-decoration: underline;
        }

        #content .input .overlay {
            height: 100%;
            width: 100%;
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(255,255,255, 0.9);
            z-index: 999;
        }

        #content .input .overlay-content {
            position: relative;
            width: 100%;
            text-align: left;
            margin-top: 30px;
            padding: 10%;
            line-height: 1.2;
        }

        #content .input .overlay a {
            padding: 8px;
            text-decoration: none;
            color: var(--gray6);
            display: block;
            transition: 0.3s;
        }

            #content .input .overlay a:hover,
            #content .input .overlay a:focus {
                color: var(--black);
            }

        #content .input .overlay .closebtn {
            position: absolute;
            top: 20px;
            right: 45px;
            font-size: var(--font-size-4xl);
        }

        #content .input button {
            position: fixed;
            left: 0;
            bottom: 0;
            background-color: var(--purple);
            color: white;
            font-size: var(--font-size-xl);
            padding: 20px 0;
            border: none;
            cursor: pointer;
            width: 100%;
            font-weight: 700;
            z-index: 99;
        }

            #content .input button:hover {
                background-color: var(--black);
            }

    #content Text-1 {
        background-color: var(--sky);
        padding: 30px 0;
        font-size: 30px;
        font-weight: 700;
        padding: 55px 0 220px;
    }

    #content .step {
        background-color: var(--sky);
        padding: 20px 0;
    }

        #content .step ul.box {
            background: rgba(255,255,255, 0.5);
            border-radius: 20px;
            padding: 45px 20px 30px;
            box-shadow: 2px 4px 10px 1px rgba(0,0,0,.09);
            margin-bottom: 20px;
        }

        #content .step ul li:nth-child(1) {
            text-align: left;
            color: var(--black);
            font-weight: 700;
        }

        #content .step ul li:nth-child(3) {
            font-size: var(--font-size-xl);
            font-weight: 700;
            padding: 15px 0 10px;
        }

    #content .price {
        padding: 20px 0;
    }

        #content .price ul li {
            text-align: left;
            padding: 5px 0;
        }

        #content .price table {
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0 20px;
        }

        #content .price th {
            /*  background: var(--black);*/
            background: var(--black);
            color: var(--white);
        }

        #content .price th, td {
            padding: 15px 5px;
            border-bottom: 1px solid var(--gray9);
        }

    #content .contact {
        background-color: var(--sky);
        padding: 10px 0;
    }

        #content .contact ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: left;
        }

            #content .contact ul li:nth-child(1) {
                line-height: 1.2;
            }

            #content .contact ul li:nth-child(2) {
                font-size: var(--font-size-2xl);
                font-weight: 800;
            }
/* footer */
#footer {
    position: relative;
    font-size: var(--font-size-base);
    padding: 30px 0 100px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #80bdff;
}
#footer .inner {
    color: var(--gray6);
}
.content div .more {
    margin-left: 3px;
    cursor: pointer;
    color: #999;
    text-decoration: underline;
}
    #footer img {
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }

/*@media screen and (max-width:768px) {
    .inner {
        width: 94%;
    }
    #content .img .inner{
        background: none;
    }
}

@media screen and (max-width:460px) {
    :root {
        --font-size-base: 0.875em;
    }
    #content .img .inner {
        font-size: var(--font-size-xl);
    }
}*/


@media screen and (max-width:768px) {
    :root {
        --font-size-base: 0.9em;
    }

    .inner {
        width: 90%;
    }

    #content .img .inner {
        background-size: auto 70%;
    }

    #content .step li img {
        width: 120px;
    }
}

@media screen and (max-width:460px) {
    :root {
        --font-size-base: 0.8em;
    }

    #content .img .inner {
        padding-top: 50px;
        background-size: auto 50%;
    }
}
