.wrap {
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 40px 0;
    font-size: 20px;
    font-weight: 500;
}

.main01 {
    background: url(../img/main-img.png) no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.section-inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.top-qna p:nth-child(1) {
    float: right;
}

.top-qna p:nth-child(2) {
    font-weight: 600;
}

.main01 h1 {
    margin-top: 100px;
}

.main01 h2 {
    display: flex;
    max-width: 1500px;
    justify-content: space-between;
}

.main01 h3 {
    position: absolute;
    top: 50%;
    left: 43%;
}

.line {
    width: 100%;
    height: 1px;
    background: #ececec;
    margin: 40px 0;
    opacity: 0.3;
}

@media screen and (max-width: 1600px) {
    .header h4 {
        display: none;
    }

    .top-qna {
        display: none;
    }

    .logo {
        margin: 0 auto;
        padding: 0 50px;
    }

    .main01 {
        height: 80vh;
    }

    .main01 h1 {
        margin-top: 20px;
    }

    .main01 img {
        width: 100%;
    }

    .main01 h3 {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .main01 {
        padding: 0 20px;
    }

    .main01 h2 {
        flex-direction: column;
        gap: 20px;
    }

    .main01 h2 img:nth-child(1) {
        width: 90%;
    }

    .main01 h2 img:nth-child(2) {
        width: 70%;
    }
}

/* ?��?��2 */

.main02-slide {
    padding: 10px 0;
    overflow: hidden;
}

.main02-slide .slide-inner img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main02-slide {
        padding: 10px;
    }

    .main02-slide img {
        display: block;
        width: 100%;
    }

}

.main03 {
    background: url(../img/main03-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    height: 1180px;
    padding: 200px 0;
    position: relative;
}

.main03 h1 {
    width: 50%;
}

.main03 h3 {
    position: absolute;
    top: 0;
    right: 0;
}

.main03 h5 {
    position: absolute;
    top: 60%;
    right: 0;
}

.main03 h2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.main03 h2 img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 480px) {
    .main03 {
        padding: 80px 20px;
        background: url(../img/main03-bg-m.png) no-repeat;
        height: 580px;
    }

    .main03 img {
        width: 100%;
    }

    .main03 h1 {
        width: 100%;
    }

    .main03 h3 {
        width: 40%;
        position: absolute;
        top: -50px;
        right: -10px;
    }

    .main03 h2 {}

    .main03 h5 {
        display: none;
    }

    .main03 .line {
        margin: 10px 0 !important;
    }
}

.main04 {
    text-align: center;
    padding: 200px 0;
}

.main04 h2 {
    margin-top: 100px;
}

@media screen and (max-width: 480px) {
    .main04 {
        padding: 40px 20px;
        height: auto;
    }

    .main04 img {
        width: 100%;
    }

    .main04 h1 {
        padding: 0 20px;
    }

    .main04 h2 {
        margin-top: 30px;
    }
}

.main05 {
    background: url(../img/main05-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    height: 1100px;
    padding: 200px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.main05 h1 {
    margin: 0 0 80px 0;
}

.main05 h4 {
    position: relative;
}

.main05 .num-ani h5 {
    font-size: 80px;
    font-family: 'HSBombaram3_Regular';
    position: absolute;
    right: 29%;
    top: 50%;
    transform: translate(0, -50%);
}



.main05 h3 {
    position: absolute;
    top: 70%;
    right: -70px;
}

.main05 h2 {
    position: absolute;
    top: 30%;
    left: -20px;
}

strong {
    color: #e70000;
    animation: Textani 1s 0s infinite;
}

.main05 .h4_m {
    display: none;
}

@media screen and (max-width: 480px) {
    .main05 {
        padding: 40px 20px;
        height: auto;
        background: url(../img/main05-bg-m.png) no-repeat;
    }

    .main05 img {
        width: 100%;
    }

    .main05 .num-ani h5 {
        font-size: 30px;
        right: 8%;
    }

    .main05 h1 {
        padding: 0 20px;
    }

    .main05 h1 {
        margin: 0 0 32px 0;
    }

    .main05 h2 {
        display: none;
    }

    .main05 h3 {
        display: none;
    }

    .main05 h4 {
        display: none;
    }

    .main05 .h4_m {
        background: url(../img/main05-sub.jpg)no-repeat center center/cover;
    }

    .main05 .h4_m img {
        height: 100%;
        object-fit: cover;
    }

    .main05 .h4_m {
        display: block;
        position: relative;
        font-family: 'HSBombaram3_Regular';
    }

    .main05 .h4_m .txt_box {
        text-align: right;
        padding: 16px 0 0 0;
        margin: 0 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: end;
        height: 83px;
        max-height: 83px;
    }



    .main05 .h4_m .txt_box p {
        color: #e70000;
        font-size: 30px;
        line-height: 83px;
        height: 83px;
        animation: Textani 1s 0s infinite;
    }

    .main05 .h4_m .txt_box p span {
        color: #000;
    }

    .main05 .num-ani h5 {
        top: 55%;
    }
}

.main06-slide {
    padding: 30px 0;
}

@media screen and (max-width: 480px) {
    .main06-slide {
        padding: 0px;
    }

    .main06-slide img {
        display: block;
        width: 100%;
    }
}

.main07-slide {
    text-align: center;
    padding: 200px 0;
    background: url(../img/main07-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    height: 1120px;
}


.main07-slide h2 {
    margin: 30px 0 100px 0;
}

@media screen and (max-width: 480px) {
    .main07-slide {
        padding: 40px 20px;
        background: url(../img/main07-bg-m.png) no-repeat;
        height: auto;
    }

    .main07-slide img {
        width: 100%;
    }

    .main07-slide h2 {
        margin: 30px 0 50px 0;
    }
}

.main08 {
    padding: 200px 0;
    background: url(../img/main08-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    text-align: center;
    height: 1680px;
}

.main08 h1 {
    text-align: left;
    padding-left: 140px;
    margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
    .main08 {
        padding: 40px 20px;
        background: url(../img/main08-bg-m.png) no-repeat;
        height: auto;
    }

    .main08 img {
        width: 100%;
    }

    .main08 h1 {
        text-align: left;
        padding-left: 0px;
        margin-bottom: 20px;
        width: 30%;
    }
}

.main09-slide {
    text-align: center;
    padding: 200px 0;
    overflow: hidden;
    background: #f5f5f5;
}

.main09-slide h1 {
    margin-bottom: 50px;
}

.main09-slide h2 {
    margin-bottom: 100px;
}

.main09-slide .slide-inner img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .main09-slide {
        padding: 40px 20px;
        height: auto;
    }

    .main09-slide img {
        width: 100%;
    }

    .main09-slide h1 {
        margin-bottom: 20px;
    }

    .main09-slide h2 {
        margin-bottom: 30px;
    }
}

.main10 {
    text-align: center;
    padding: 200px 0;
    position: relative;
}

.main10 h2 {
    margin: 100px 0;
}

.main10 h4 {
    position: absolute;
    top: 30%;
    right: 5%;
    animation: moveUpDown 2s infinite;
}

.main10 h5 {
    position: absolute;
    top: 40%;
    left: 5%;
    animation: moveUpDown 2s infinite;
}

.main10 p {
    position: absolute;
    top: 60%;
    left: 5%;
}

.main10 span {
    display: block;
    position: absolute;
    top: 60%;
    right: 5%;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
    }
}

@media screen and (max-width: 480px) {
    .main10 {
        padding: 40px 20px;
        height: auto;
    }

    .main10 img {
        width: 100%;
    }

    .main10 p {
        display: none;
    }

    .main10 span {
        display: none;
    }

    .main10 h4 {
        display: none;
    }

    .main10 h5 {
        display: none;
    }

    .main10 h2 {
        margin: 30px 0;
    }
}

.main11 {
    background: url(../img/main11-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    height: 1320px;
    padding: 200px 0;
}

.main11 .section11-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main11 .left {
    text-align: center;
}

.main11 h2 {
    margin: 50px 0;
}

@media screen and (max-width: 480px) {
    .main11 {
        background: url(../img/main11-bg-m.png) no-repeat;
        height: auto;
        padding: 40px 20px;
    }

    .main11 img {
        width: 100%;
    }

    .main11 .section11-inner {
        flex-direction: column;
        gap: 20px
    }

    .main11 .left {
        padding: 0 40px;
    }
}

.main12 {
    background: url(../img/main12-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    height: 1860px;
    padding: 200px 0;
    text-align: center;
}

.main12 h2 {
    margin: 100px 0 80px 0;
}

@media screen and (max-width: 480px) {
    .main12 {
        background: url(../img/main12-bg-m.png) no-repeat;
        height: auto;
        padding: 40px 20px;
    }

    .main12 img {
        width: 100%;
    }

    .main12 h2 {
        margin: 30px 0 20px 0;
    }
}

.main13 {
    padding: 200px 0;
    text-align: center;
}

.main13 .vat {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 0px;
}

@media screen and (max-width: 480px) {
    .main13 {
        height: auto;
        padding: 40px 20px;
    }

    .main13 img {
        width: 100%;
        padding: 0 50px;
    }

    .main13 h1 {
        padding: 0 20px;
    }
}

.table-inner {
    width: 65%;
    margin: 100px auto 0;
}

.table-main {
    width: 100%;
}

.table-main p {
    font-size: 18px;
    font-weight: 500;
    color: #818181;
    text-align: left;
    padding: 5px 0;
}

.table-main table {
    width: 100%;
    border-collapse: collapse;
}

.table-main table thead th {
    padding: 20px 0;
    background-color: #113614;
    color: #fff;
    font-size: 26px;
}

.table-main table tbody tr td {
    padding: 25px 0;
    font-size: 20px;
    border: 1px solid #ececec;
    font-weight: 500;
    line-height: 26px;
}

.table-main table tbody tr td:nth-child(1) {
    font-weight: 600;
}

.first {
    margin-top: 30px;
}

.small {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    animation: none;
}

.total {
    background: #c51111;
    color: #fff;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 600;
}

.ani-txt {
    font-family: 'HSBombaram3_Regular';
    font-size: 24px;
    animation: Textani 1s 0s infinite;
}

.price {
    text-decoration: line-through;
    color: #222;
    margin-right: 10px;
    animation: none;
}

@keyframes Textani {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media screen and (max-width: 1000px) {
    .cost-table {
        padding: 50px 20px 20px 20px;
        height: auto;
    }

    .table-inner {
        width: 100%;
        margin: 30px auto 0;
    }

    .cost-table img {
        width: 100%;
    }

    .cost-table h1 {
        margin: 50px 0;
        padding: 0 300px;
    }

    .cost-table h2 {
        margin-bottom: 30px;
    }

    .info-section {
        padding: 50px 20px;
    }

    .info-section img {
        width: 100%;
    }

    .info-section h2 {
        padding: 0 80px;
        margin-bottom: 40px;
    }

    .info-section form table tr td.inputCon input {
        width: 100%;
    }

    .info-section form table tr td.inputCon.email input {
        width: 100%;
    }

    .info-section form table tr td.inputCon input[type="number"] {
        width: 50.8%;
    }

    .info-section form .inquiry__agree label span {
        font-size: 16px;
    }

    .info-section form .inquiry__agree li.check input {
        width: 20px;
        height: 20px;
    }

    .inquiry__agree span {
        font-size: 16px;
    }

    .info-section form .btn_submit {
        min-width: 180px;
        min-height: 40px;
        padding: 10px 0;
    }

    .info-section form .btn_submit span {
        font-size: 18px;
        font-weight: 600;
    }

    .total {
        font-size: 16px;
        padding: 10px 0;
    }

    .table-main p {
        font-size: 12px;

    }
}

.active {
    display: none;
}

.etc {
    width: 20%;
}

.red {
    color: #c51111;
    animation: none;
    font-weight: 500;
}

@media screen and (max-width: 480px) {

    .cost-table h1 {
        padding: 0 80px;
    }

    .table-main {
        overflow: scroll;
    }

    .table-main table {
        border-collapse: collapse;
    }

    .table-main table thead th {
        padding: 10px 20px;
        font-size: 14px;
    }

    .table-main table tbody tr td {
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .info-section form table tr td.tit {
        width: 25%;
    }

    .ani-txt {
        font-size: 18px;
    }

    .active {
        display: block;
    }

    .etc {
        width: 10%;
    }
}

.main14 {
    background: url(../img/main14-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    padding: 200px 0;
    text-align: center;
    position: relative;
}

.main14 h1 {
    margin-bottom: 50px;
}

.main14 p {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'HSBombaram3_Regular';
    font-size: 80px;
    letter-spacing: -1px;
}

@media screen and (max-width: 480px) {
    .main14 {
        background: url(../img/main14-bg-m.png) no-repeat;
        padding: 40px 20px;
    }

    .main14 img {
        width: 100%;
    }

    .main14 p {
        width: 100%;
        top: 67%;
        font-size: 22px;
    }

    .main14 h1 {
        margin-bottom: 20px;
    }
}

/* �?맹문?�� */

.info-section {
    background: url(../img/main15-bg.png) no-repeat;
    background-size: cover;
    background-size: 100%;
    position: relative;
    padding: 200px 0;
    text-align: center;
    overflow: hidden;
    height: 1430px;
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto;
    background: #fff;
    padding: 120px 80px 80px 80px;
    position: relative;
}

.inner-top {
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 26px;
    font-weight: 500;
}

.info-section form table {
    width: 100%;
    border-collapse: collapse;
}

.info-section form table tr td.tit {
    width: 10%;
    padding: 20px 0;
    text-align: left;
}

.info-section form table tr td.tit label {
    position: relative;
    font-size: 20px;
}

.info-section form table tr td.tit .required::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dc000c;
}

.info-section form table tr td.inputCon {
    width: 80%;
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #302d2d;
}

.info-section form table tr td.inputCon input {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: solid 1px #ccc;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #666;
}

.info-section form table tr td.inputCon.email input {
    width: 25.4%;
}

.info-section form table tr td.inputCon input[type="number"] {
    width: 27.8%;
}

.info-section form table tr td.inputCon select {
    width: 54.16%;
    height: 60px;
    text-indent: 15px;
    border: solid 1px #ccc;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #666;
}

.info-section form table tr td.inputCon .experience {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.info-section form table tr td.inputCon .experience li {
    display: flex;
    align-items: center;
}

.info-section form table tr td.inputCon .experience li:nth-child(2) {
    margin-left: 24px;
}

.info-section form table tr td.inputCon .experience input {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #e6e6e6;
    background-color: #f5f5f5;
}

.info-section form table tr td.inputCon .experience .iq_rad {
    margin-left: 5px;
    font-size: 18px;
    line-height: 1;
    text-align: left;
}

.info-section form .inquiry__agree {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
}

.info-section form .inquiry__agree li.check .agree {
    display: flex;
    align-items: center;
}

.info-section form .inquiry__agree li.check input {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #403533;
}

.info-section form .inquiry__agree label span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #555;
}

.info-section form button {
    display: flex;
    align-items: center;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    letter-spacing: normal;
    text-align: right;
    color: #302d2d;
}

.info-section form .center {
    display: flex;
    justify-content: center;
}

.info-section form .btn_submit {
    display: inline-block;
    text-align: center;
    width: 240px;
    height: 60px;
    border-radius: 50px;
    background-color: #cc000a;
    box-sizing: border-box;
    cursor: pointer;
}

.info-section form .btn_submit span {
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.inquiry__agree span {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.black {
    font-weight: 800;
}

@media screen and (max-width: 480px) {
    .info-section {
        background: url(../img/main15-bg-m.png) no-repeat;
        padding: 40px 20px;
        height: auto;
    }

    .info-section h2 {
        margin-bottom: 20px;
    }

    .inner {
        margin: 30px auto 0;
        padding: 100px 20px 20px 20px;
    }

    .inner-top {
        font-size: 16px;
    }

    .info-section form table tr td.tit {
        width: 25%;
    }

    .info-section form table tr td.inputCon.email input {
        width: 100%;
    }

    .info-section form table tr td.inputCon input {
        height: 20px;
        font-size: 16px;
    }

    .info-section form table tr td.tit label {
        font-size: 16px;
    }

    .info-section form .inquiry__agree label span {
        font-size: 14px;
    }

    .info-section form table tr td.inputCon select {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    .info-section form .inquiry__agree li.check input {
        width: 15px;
        height: 15px;
    }

    .info-section form .inquiry__agree {
        margin-bottom: 30px;
    }

    .inquiry__agree span {
        font-size: 12px;
    }

    .info-section form .btn_submit {
        width: 150px;
        height: 40px;
        padding: 5px 0;
    }

    .info-section form .btn_submit span {
        font-size: 16px;
        font-weight: 400;
    }

}

/********* footer ***********/
.footer {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background: #325f36;
}


.btn_top {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 60px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 9;
    animation: moveUpDown 2s infinite;
}

/* 개인?��보수�? */
.agree_pop {
    display: none;
    width: 500px;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 200px;
    z-index: 75;
    overflow: hidden;
}

.agree_pop .title {
    width: 500px;
    background-color: #333;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    text-align: left;
}

.agree_pop .pop-esc {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 0 15px;
    font-size: 20px;
    right: 0;
    position: absolute;
    top: 0;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.pop-content {
    padding: 30px 20px;
    font-size: 12px;
    background-color: #fff;
    overflow-y: hidden;
    border: 1px solid #ddd;
    line-height: 1.3;
    color: #5d5d5d;
    text-align: left;
}

@media screen and (max-width: 480px) {

    .footer {
        padding: 50px 20px;
    }

    .footer img {
        width: 100%;
        padding: 0 50px;
    }

    .agree_pop {
        width: 350px;
        left: 50%;
        margin-left: -175px;
    }

    .btn_top {
        width: 50px;
        height: 50px;
        right: 15px;
    }

    .btn_top img {
        width: 100%;
    }
}


/* 팝업 */

.pop {
    display: none;
}

.pop.on {
    display: flex;
    flex-direction: column;
}

.popup01 {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.popup01 .con {
    max-height: 713px;
    background: #000;
}

.pop_footer {
    height: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    margin: -1px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pop_footer button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.pop_footer button:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pop_footer>* {
    flex: 1;
    text-align: center;
}


.pop_footer button {
    color: rgba(255, 255, 255, 0.5);
}

.pop_footer button:hover {
    color: #fff;
}

@media(max-width: 1024px) {

    .popup01 {
        top: 45%;
    }

    .pop_footer {
        padding: 8px 0;
        gap: 12px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }



}

@media(max-width: 480px) {

    .popup01 {
        width: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        right: unset;
    }

    .popup01 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}