@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";

* {
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}

li {
    list-style: none;
}

a,
button {
    display: inline-block;
    text-decoration: none;
    color: var(--textColor);
    /*transition: 0.2s ease-in-out;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.button {
    touch-action: manipulation;
}

.hide {
    display: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard';
    color: var(--font-color);
    box-sizing: border-box;
    font-size: 24px;
    overflow: hidden;
}

div,
input,
form,
a,
select,
button {
    font-family: 'Pretendard';
    box-sizing: border-box;
}

:root {
    --background-color: #f5f5f5;
    --font-color: #323232;
    --pointColor: #0692E7;
    --textColor: #666666;
    --firstColor: #333;
    --secondColor: #0692E7;
    --backgroundColor: #ffffff;
    --boxBackgroundColor: #0000000d;
    --borderColor: #dddddd;
    --ovbtnTextColor: #ffffff;
    --black: #000000;
    --light-pointColor: #ECF3F9;
    --w-fontColor: #fff;
}
/*Ã«Â°Â©Ã«Â¬Â¸Ã¬Å¾Â Ã¬Å Â¹Ã¬ÂÂ¸,Ã«Â°ËœÃ«Â Â¤Ã­Å½ËœÃ¬ÂÂ´Ã¬Â§â‚¬ PCÃ«Â²â€žÃ¬Â â€ž*/
.pc_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(#ebebeb, #dbdbdb);
    width: 100%;
    height: 100%;
    font-size: 17px;
}

    .pc_wrap form {
        width: 450px;
        background-color: #fafbfc;
    }

    .pc_wrap .visit_pagetitle {
        justify-content: center;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 26px;
    }

        .pc_wrap .visit_pagetitle img {
            opacity: .7;
            width: 50%;
        }

    .pc_wrap .btn_column.between {
        margin-top: 20px;
    }
/*Ã«Â°Â©Ã«Â¬Â¸Ã¬Å¾Â Ã¬Å Â¹Ã¬ÂÂ¸,Ã«Â°ËœÃ«Â Â¤Ã­Å½ËœÃ¬ÂÂ´Ã¬Â§â‚¬ PCÃ«Â²â€žÃ¬Â â€ž - Ã¬â€”Â¬ÃªÂ¸Â°ÃªÂ¹Å’Ã¬Â§â‚¬*/
.headerContainer {
    height: 88px;
    border-bottom: 1px solid #d7d7d7;
}

.header {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 30px;
}

.headerLogo {
    align-items: center;
    display: flex;
    cursor: pointer;
}

    .headerLogo img {
        margin-right: 15px;
        width: 80px;
    }

.header span {
    color: var(--font-color);
}

.toolbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.lang {
    display: flex;
    align-items: center;
}

    .lang img {
        width: 24px;
        margin-right: 5px;
    }

.select {
    position: relative;
    font-size: 0.7em;
    display: block;
    width: 100%;
    margin-left: 5px;
    max-width: 325px;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .select .placeholder {
        position: relative;
        display: block;
        background-color: none;
        color: var(--background-color);
        padding-right: 55px;
        border-radius: 2px;
        cursor: pointer;
    }

        .select .placeholder:after {
            position: absolute;
            right: 1em;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: "FontAwesome";
            content: "\f078";
            z-index: 10;
        }

    .select.is-open .placeholder:after {
        content: "\f077";
    }

.box_logo {
    display: flex;
    justify-content: flex-start;
    margin-top: -25px;
    margin-bottom: 30px;
}

    .box_logo img {
        width: 90px;
    }

.select.is-open .ul {
    display: block;
}

.select .ul {
    display: none;
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--borderColor);
    border-radius: 10px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

    .select .ul .li {
        display: block;
        text-align: left;
        padding: 15px;
        color: var(--font-color);
        cursor: pointer;
        font-size: 0.8em;
    }

        .select .ul .li:first-child {
            border-bottom: 1px solid var(--borderColor);
        }

        .select .ul .li:hover {
            background: rgba(0,0,0,.1);
            color: #333;
        }

        .select .ul .li:active {
            background: rgba(0,0,0,.15);
            color: #000;
        }

.containermain {
    width: 100%;
    height: calc(100vh - 163px) !important;
    display: flex;
    /* min-height: 100%; */
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: overlay;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wrap {
}



.footermain {
    width: 100%;
    background: #ddd;
    color: #666;
    display: flex;
    justify-content: center;
    font-size: 0.7em;
    padding: 17px;
}

    .footermain .wrap {
        display: flex;
        align-items: center;
        /* margin-left: 130px; */
        justify-content: center;
    }


.lang select {
    border: none;
    color: var(--background-color);
    background: none;
    font-size: 0.7em;
    outline: none;
}

    .lang select option {
        color: var(--font-color);
    }

.mobile,
.page {
    width: 100%;
    height: calc(100vh - 163px);
    display: flex;
    justify-content: center;
    align-items: center;
}


.simple_main {
    /* margin: 0 auto; */
    width: 100%;
    /* padding-bottom: 60px; */
    /* margin-bottom: 10px; */
}

.main {
    width: 25%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 65px;
}

.main_img {
    /* width: 25%; */
}

.simple_main img {
    width: 20%;
    display: flex;
    /* margin: 0 auto; */
    margin-bottom: 99px;
    /* padding-bottom: 80px; */
}

.information_main {
    min-width: 728px;
    /*padding-top: 430px;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}

}

.information_main .footer {
    margin-top: 150px;
}

.qr_main {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pt_500 {
    padding-top: 500px;
}

.pt_150 {
    padding-top: 150px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_130 {
    margin-bottom: 20px;
}

.main_title {
    text-align: left;
    font-size: 2.6em;
    font-weight: 800;
    margin-bottom: 26px;
    letter-spacing: -0.03em;
}



.main_desc {
    font-size: 1.3em;
    margin-bottom: 50px;
    color: #717577;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
}


.point_text {
    color: var(--pointColor);
}



.main_page {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 75px;
}

    .main_page a {
        border-radius: 10px;
        padding: 20px 50px;
        text-align: center;
        color: #067BE7;
        background-color: #ECF3F9;
        font-size: 1em;
    }

        .main_page a.on {
            background-color: var(--pointColor);
            color: var(--w-fontColor);
        }



.button:hover,
.plus_data a:hover,
.plus_data a:focus,
.inquiry_button:hover,
.pop_btns button:hover {
    background-color: rgba(0,0,0,.1);
    color: #666;
}


#info_id button:active,
/*.button:active,*/
.plus_data a:active,
.plus_data a:active,
.inquiry_button:active,
.pop_btns button:active {
    background-color: rgba(0,0,0,.15);
    color: #333;
}

#info_id button:hover {
    opacity: 0.8;
}

.on {
    background-color: var(--pointColor) !important;
    color: var(--background-color) !important;
    border: 1px solid var(--pointColor) !important;
}

    /*.on:hover {
        opacity: 0.9;
    }*/
    .on:not(.sequence_box):hover,
    .main_page a:hover,
    .back:hover, a.wire:hover {
        opacity: 0.8;
    }

.light:active {
    background-color: var(--pointColor) !important;
    color: #ECF3F9 !important;
    opacity: 1 !important;
}

/*.on:not(.sequence_box):active{
        background-color: #067BE7 !important;
        color: #ECF3F9 !important;
    }*/
.back:active,
.main_page a:active,
.on:not(.sequence_box):active {
    opacity: 0.5;
}

/*.on:active {
        opacity: 0.8;
    }*/

.del:active {
    background: #505050 !important;
    color: #F5F5F5 !important;
}

/*.main_page a:hover{
    opacity: 0.9;
}*/

.off {
    background: #F5F5F5 !important;
    color: #D9D9D9 !important;
    border: 1px solid #ebebeb;
}

.del {
    background: #F5F5F5 !important;
    color: #505050 !important;
    border: 1px solid #ebebeb;
}

.main_top,
.main_bottom {
    text-align: center;
}

.main_bottom {
    margin-bottom: 100px;
}

.history_back {
    display: none;
}

    .history_back div {
        /* width: 33.33%; */
        flex: 1;
    }

    .history_back img {
        width: 25px;
    }

.pagetitle {
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    flex: 3 !important;
}

.description {
    margin: 50px 0;
}

.content {
    margin-bottom: 45px;
    font-size: 0.9em;
    line-height: 45px;
    text-align: center;
    color: var(--textColor);
}



.red_span {
    color: rgba(208, 66, 67, 1);
    margin-right: 6px;
}

.red_content {
    margin-top: 50px;
    color: rgba(208, 66, 67, 1);
    font-size: 18px;
    line-height: 30px;
}

.center {
    margin: 80px 0;
    font-size: 0.9em;
}

.information {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

    .information input {
        height: 50px;
        width: 480px;
        outline: unset;
        border: 2px solid #ddd;
        padding-left: 10px;
        font-size: 0.7em;
        margin-left: 15px;
    }

.footer {
    background-color: var(--background-color);
    height: 75px;
    width: 100%;
    margin: 0 auto;
    /*position: relative;*/
    /*bottom: 0*/;
    color: var(--textColor);
    font-size: 18px;
    display: flex;
    justify-content: center;
}

    .footer .content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 965px;
        padding-top: 10px;
    }

    .footer span {
        text-decoration: underline;
        text-underline-position: under;
    }


.bold {
    margin-top: 50px;
    font-weight: 700;
}

.form {
    border: 3px solid #ddd;
    margin: 20px 0;
}

    .form > img {
        width: 270px;
        /* padding: 20px 0; */
    }

.qr_imgwrap {
    margin: 10px;
}

    .qr_imgwrap img {
    }

.qr_imgbox {
}

    .qr_imgbox img {
        width: 100%;
    }

.p_content p {
    text-align: left;
    font-size: 0.8em;
    line-height: 40px;
    padding: 0 20px;
}

.main_bottom .p_content {
    padding: 20px 0;
}

.modal {
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.pop_content {
    padding: 0 45px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
    background-color: var(--backgroundColor);
    border-radius: 10px;
    text-align: center;
    font-size: 0.8em;
}

.pop_title {
    padding-top: 60px;
    color: var(--light-background-color);
    line-height: 32px;
}

.pop_inner_title {
    color: var(--font-color);
    padding-top: 25px;
    line-height: 50px;
}

.pop_btns {
    padding-bottom: 40px;
}

    .pop_btns button {
        font-size: 0.8em;
        color: var(--font-color);
        border-radius: 5px;
        padding: 10px 30px;
        margin-top: 30px;
        border: 1px solid var(--font-color);
        background-color: unset;
        cursor: pointer;
    }

.agreement {
    display: flex;
    margin-top: 20px;
}

.check {
    display: flex;
    font-size: 0.8em;
    margin-left: 4px;
}

    .check input[type="checkbox"] {
        width: 30px;
        margin-right: 10px;
    }

    .check input:last-of-type {
        margin-left: 30px;
    }

/*.visit_center {
    margin: 100px 0;
}*/

.visit_top .form,
.visit_bottom .form {
    font-size: 0.7em;
    line-height: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 30px;
    height: 617px;
    overflow-y: auto;
}

    .visit_top .form::-webkit-scrollbar {
        width: 8px;
    }

    .visit_top .form::-webkit-scrollbar-thumb {
        height: 30%; /* 스크롤바의 길이 */
        background: #bbb; /* 스크롤바의 색상 */
        border-radius: 10px;
    }

    .visit_top .form::-webkit-scrollbar-track {
        background: #eee; /*스크롤바 뒷 배경 색상*/
    }



.appointment {
    width: 880px;
    padding-top: 65px;
}

.form table {
    margin-top: 40px;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

    .form table td {
        padding: 10px;
    }

.list {
    /* display: flex; */
    /* margin-top: 40px; */
    padding: 20px 0 40px 0;
    width: 728px;
}

.list_name {
    font-size: 0.8em;
    /* margin-right: 190px; */
    font-weight: 700;
    font-size: 23px;
}

.list_content {
    font-size: 0.7em;
}

.companion {
    margin-bottom: 40px;
}

    .companion .red_content {
        margin-top: 10px;
    }

.companion_button {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

    .companion_button button {
        width: 100px;
        height: 50px;
    }

.companion_plus {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .companion_plus button {
        margin-top: 0;
    }

.sticky_tabs {
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    width: 728px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}

.list_content input {
    font-size: 1em;
    outline: none;
}

.list > div:first-child {
    width: 270px;
    font-weight: 600;
}

.plus_data {
    display: flex;
    height: 65px;
    gap: 5px;
}

    .plus_data a {
        border: 1px solid var(--borderColor);
        width: 262.5px;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 5px;
    }

.blood a {
    width: 129px;
}

.plus_date input {
    width: 310px;
    height: 50px;
    padding: 0 5px;
}

.box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
}

.box_content {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    /* flex: 1; */
}

    .box_content select option {
        color: var(--font-color);
    }

    .box_content:last-child {
        margin: 0;
    }

.list .form_title {
    /*width: 100px;*/
}

.box input {
    border: none;
    outline: none;
    border: 1px solid #ddd;
    width: 350px;
    height: 60px;
    padding: 10px 10px 10px 13px;
    border-radius: 13px;
    color: var(--font-color);
}

    input[type="datetime-local"],
    .box input::placeholder,
    .box .selectbox,
    .entry input::placeholder {
        color: #999;
    }

#info_id {
    position: relative;
}


input[type="datetime-local"]:valid {
    color: #323232;
}

.list input[type="text"]:not(.pop_text),
.list input[type="tel"],
.list input[type="datetime-local"],
.list input[type="date"] {
    /* width: 400px; */
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    color: var(--font-color);
    border-radius: 13px;
    outline: none;
}

#info_id button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    background-color: var(--pointColor);
    color: var(--ovbtnTextColor)
}

.button {
    /*width: 80px;
    height: 40px;*/
    padding: 10px 25px;
    border-radius: 5px;
    background-color: var(--background-color);
    border: 1px solid #ebebeb;
    margin-top: 10px;
    cursor: pointer;
    color: var(--font-color);
    font-size: 14px;
}

.timer {
    /*margin-bottom: 75px;*/
    font-size: 0.8em;
}

.timer_color {
    color: var(--pointColor);
    /* font-weight: 500; */
}

.radio {
    display: flex;
}

    .radio li {
        align-items: center;
        display: flex;
    }

        .radio li:first-child {
            margin-right: 30px;
        }

. {
    border-bottom: 1px dashed #ddd;
    padding: 0 18px;
}

    .under_line {
        border-bottom: 1px dashed #ddd;
    }

    .list_content input[type="radio"] {
        margin-right: 5px;
    }

    .selectbox_wrap {
        position: relative;
        width: 100%;
    }

    .list_content .selectbox {
        background-color: White;
        border: 1px solid #ddd;
        border-radius: 13px;
        padding: 10px 10px 10px 13px;
        height: 60px;
        width: 350px;
        color: var(--font-color);
        -webkit-appearance: none;
        font-size: 1em;
        outline: none;
    }


    .arrow_icon {
        position: absolute;
        top: 35%;
        right: 10px;
        width: 18px;
        transform: rotate(90deg);
    }


    .date {
        margin: 30px 0;
        font-size: 1.1em;
        display: flex;
        align-items: center;
    }

        .date input[type="datetime-local"] {
            padding: 5px;
        }

    .agree {
        margin: 40px 0;
        font-size: 1.3em;
    }

        .agree input[type="checkbox"] {
            width: 30px;
            margin-right: 10px;
        }

        .agree span {
            border-bottom: 1px solid;
        }

    .page_num {
        color: rgba(0, 0, 0, 0.4);
        padding: 30px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .page_num .paging_prev {
            padding-right: 10px;
        }

        .page_num .paging_next {
            padding-left: 10px;
        }

        .page_num a {
            display: flex;
            font-size: 1em;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            cursor: pointer;
        }

            .page_num a:hover {
                color: var(--secondColor);
                background: rgba(0, 0, 0, 0.03);
            }

            .page_num a:active {
                color: var(--secondColor);
            }

            .page_num a.on {
                background-color: var(--secondColor);
                color: var(--ovbtnTextColor);
                font-size: 1.1em;
                align-items: center;
                justify-content: center;
            }

            .page_num a.on {
                color: var(--ovbtnTextColor);
                font-weight: 800;
            }

    .d_pop {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        z-index: 9999;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        font-size: 1em;
    }

    .d_pop_top {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: center;
    }

input[type="submit"] {
    /*height: 34px;
    padding: 10px 20px;*/
    font-size: 1em;
    background: var(--boxBackgroundColor);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--textColor);
    box-shadow: none;
    transition: 0.2s ease-in-out;
}

.d_pop .d_pop_box {
    /*position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80% !important;
  max-height: 90% !important;
    width: auto;
    height: auto;
    min-width: 550px;
    min-height: 500px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
    background: var(--backgroundColor);
    padding: 40px;
    border: 3px solid var(--secondColor);
    flex-direction: column;
    flex-wrap: nowrap;*/
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-width: 80% !important;
  max-height: 90% !important;*/
    width: 550px;
    height: auto;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
    background: var(--backgroundColor);
    padding: 20px 30px;
    border-radius: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.d_pop .selectbox {
    background-color: White;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px;
    height: 42px;
    width: 60%;
    font-size: 1em;
    color: var(--font-color);
}

.d_pop input {
    height: 42px;
    border: 1px solid var(--borderColor);
    border-radius: 0px;
    color: var(--textColor);
    font-size: 1em;
    vertical-align: middle;
    outline: none;
    padding-left: 10px;
    width: 60%;
}

.d_pop .d_pop_top {
    margin-bottom: 25px;
    justify-content: space-between;
}

    .d_pop .d_pop_top .title {
        font-size: 20px;
        font-weight: 600;
        color: var(--secondColor);
    }

    .d_pop .d_pop_top .close_btn {
        font-size: 42px;
        /*position: absolute;*/
        right: 20px;
        top: 5px;
        margin-bottom: 5px;
    }

.d_pop .d_pop_middle {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    /*margin-bottom: 30px;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.pop_text {
    width: auto;
    height: 38px;
    border-radius: 0;
}

.mini {
    width: 100%;
}

.tbl_search table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    .tbl_search table tr:first-child {
        border-top: 1px solid var(--borderColor);
    }

    .tbl_search table tr {
        border-bottom: 1px solid var(--borderColor);
    }

    .tbl_search table th {
        font-weight: 500;
        text-align: left;
        padding-left: 15px;
        background-color: var(--boxBackgroundColor);
    }

.tbl_search .mini td {
    height: 30px;
}

.inner_td {
    align-items: center;
    gap: 5px;
}

    .inner_td .arrow_icon {
        position: absolute;
        top: 25%;
        right: 43%;
        width: 18px;
        transform: rotate(90deg);
    }


.tbl_search td a.on,
.tbl_info td a.on,
.btn_input_a a.on {
    background-color: var(--secondColor);
    color: var(--ovbtnTextColor);
    border: 1px solid var(--secondColor);
}

.tbl_search td a,
.tbl_info td a,
.btn_input_a a {
    vertical-align: middle;
    padding: 10px;
    color: var(--textColor);
    background-color: var(--boxBackgroundColor);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
}

    .tbl_search td a:hover,
    .tbl_info td a:hover,
    .btn_input_a a:hover {
        background-color: var(--secondColor);
        color: var(--ovbtnTextColor);
        border: 1px solid var(--secondColor);
        transition: none;
    }

.tbl_list table tr:hover td {
    /*background-color: rgba(0, 0, 0, 0.03);*/
}

.tbl_search table td {
    font-size: 1em;
    font-weight: 400;
    padding: 7px 0 7px 10px;
}

.tbl_list table {
    border-collapse: collapse;
}

.tbl_list.mini {
    width: 100%;
}

    .tbl_list.mini table {
        width: 100%;
    }

        .tbl_list.mini table thead tr:first-child {
            border-top: 2px solid var(--secondColor);
        }

.tbl_list table th a {
    font-weight: 600;
}

.tbl_list table td {
    /* height: 40px; */
    text-align: left !important;
    padding-left: 10;
    padding-left: 17px !important;
}

.tbl_title {
    padding-left: 10px !important;
    text-align: left !important;
}

.btn_bottom_a {
    justify-content: center;
    align-content: center;
    gap: 5px;
}

    .btn_bottom_a a {
        padding: 10px 20px;
        background: #f2f4f7;
        border: 1px solid #cbcbcb;
        display: inline-block;
        font-weight: 500;
        vertical-align: middle;
    }

.tbl_list table tr {
    border-bottom: 1px solid var(--borderColor);
}

.tbl_search td a,
.tbl_info td a,
.btn_input_a a {
    vertical-align: middle;
    padding: 10px;
    color: var(--textColor);
    background-color: var(--boxBackgroundColor);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
    border-radius: unset;
}

.num {
    font-family: tahoma;
    font-size: 0.8em;
    opacity: 0.8;
}

.covid_container {
    background-color: #eee;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}

.covid_contents {
    padding: 50px;
}

.covid_top {
    font-weight: 800;
}

.covid_bottom {
    font-size: 0.9em;
    margin-top: 20px;
    line-height: 35px;
}

.middle {
    display: flex;
    justify-content: center;
    margin: 230px 0;
}

.count_page {
    font-size: 0.7em;
    margin-top: 40px;
    margin-bottom: 20px;
}

.count_num {
    display: flex;
    align-items: center;
}

    .count_num span {
        font-weight: 800;
        padding: 0 2px;
    }

.accent_color {
    color: red;
}

.count_num :nth-child(4) {
    margin: 0 5px;
}

.count_page select {
    font-size: 1em;
    height: 50px;
    border: 1px solid var(--borderColor);
    color: var(--textColor);
    vertical-align: middle;
    padding: 0 3px;
    outline: none;
}

.container {
    /* margin-top: 10px; */
    font-size: 0.6em;
    flex-direction: column;
    /*padding-bottom: 58px;*/
}

    .container .tbl_list {
        width: 100%;
        margin-bottom: 10px;
    }

.tbl_prog table td {
    text-align: center !important;
}

.tbl_list table thead tr:first-child {
    border-top: 2px solid var(--pointColor);
}

.tbl_list table th,
.tbl_list table td {
    padding: 6px 17px;
    vertical-align: middle;
}

.mini table th,
.mini table td {
    padding: 7px;
}

.mini table th {
    height: 34px;
    /*padding-left: 15px;*/
    text-align: center;
}


.mini table td {
    height: 0;
}

.mini_choice table td {
    padding: 5px 0 !important;
    text-align: center !important;
}

.tbl_list table th a {
    font-weight: 600;
}

.num {
    font-family: tahoma;
    font-size: 0.8em;
    opacity: 0.8;
}

.td_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat {
    color: var(--ovbtnTextColor);
    width: 65px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pass {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 7px;
    height: 100% !important;
}

    .pass input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;*/
    }

.box_content input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .box_content input[type="datetime-local"] {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.qr_imgwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

    .qr_imgwrap img {
        width: 100%;
        height: auto;
    }

        .qr_imgwrap img.back_white {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: -10;
        }

.back_blue {
    background: #4770ff;
}

.back_green {
    background: #48c26a;
}

.back_grey {
    background: #666;
}

.back_red {
    color: #e05353;
}

.text_blue {
    color: #4770ff;
}

.text_green {
    color: #48c26a;
}

.text_grey {
    color: #666;
}

.text_red {
    color: rgba(208, 66, 67, 1);
}


.inquiry {
    align-items: center;
    font-size: 0.7em;
    line-height: 30px;
    width: 728px;
    margin: 0 auto;
    /*padding: 10px 0;*/
    position: relative;
    margin-left: 0;
}

.pass_button {
    height: 100%;
}

.inquiry_button {
    width: 70px;
    height: 40px;
}

.inquiry_button {
    background-color: var(--background-color);
    color: var(--font-color);
    border: 1px solid var(--borderColor);
    /* padding: 10px; */
    cursor: pointer;
}

.completion {
    width: auto;
}

.entry {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.mr10 {
    margin-top: 10px;
}

.mr30 {
    margin-top: 30px;
}

.form_title {
    margin-left: 10px;
    width: 170px;
}

.additional {
    /*position: absolute;*/
    left: 0;
    font-size: 0.9em;
    margin-left: 13px;
    color: rgba(208, 66, 67, 1);
}

.input_address {
    display: flex;
    gap: 5px;
    align-items: center;
}

.verification_code {
    display: flex;
    align-items: center;
}

.btns .gray {
    background: #a9afb5;
    cursor: default;
}

.btns a {
    background: rgba(113, 117, 119, 1);
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
    color: #fff;
    padding: 0 20px;
}

.inquiry input[type="text"] {
    width: 330px;
    height: 60px;
    padding: 0 0 0 13px;
    color: #323232;
    border-radius: 13px;
    border: 1px solid #ddd;
    display: block;
    font-size: 16px;
    -webkit-appearance: textfield;
    background-color: unset;
}

.input_btn input[type="text"] {
    width: 444px;
    height: 60px;
    padding: 0 0 0 13px;
    color: #323232;
    border-radius: 13px;
    border: 1px solid #ddd;
    display: block;
    font-size: 16px;
    -webkit-appearance: textfield;
    background-color: unset;
}

.inquiry input:focus {
    border: 1px solid var(--pointColor);
    outline: none;
    background: unset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.verification_code div {
    /* padding-right: 10px; */
    font-weight: 600;
    font-size: 15px;
}

.only_mobile {
    display: none;
}

.plus_list {
    align-items: center;
}

input.date-field::before {
    color: #ddd;
    content: attr(placeholder);
    font-size: 1em;
}


.page_num .pageing {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0,0);
}

    .page_num .pageing b {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        margin: 5px;
        font-weight: 500;
        font-size: 14px !important;
        background: var(--secondColor);
        color: #fff !important;
        margin-right: -1px;
    }

.page_num .paging_prev {
    padding-right: 10px;
}

.page_num .paging_next {
    padding-left: 10px;
}

.page_num .pageing a {
    display: flex;
    font-size: 1em;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px !important;
}


.page_num img {
    width: 20px;
}


.page_num .pageing a:hover {
    color: var(--secondColor);
    background: rgba(0, 0, 0, 0.03);
}

.page_num a:active {
    color: var(--secondColor);
}

.page_num .pageing a.on {
    background-color: var(--secondColor);
    color: var(--ovbtnTextColor);
    font-size: 1.1em;
    align-items: center;
    justify-content: center;
}

.page_num .pageing a.on {
    color: var(--ovbtnTextColor);
    font-weight: 800;
}

.btn_visit_check {
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}

    .btn_visit_check.ok {
        background: var(--pointColor) !important;
    }

    .btn_visit_check.no {
        background: #ff6f6f;
    }

.visit_done_text {
}

#approval_div {
    /* margin-top:10px; */
}

#web_link {
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background: #afafaf;
    margin-top: 5px;
}

.new_footer {
    justify-content: space-between;
}

    .new_footer div {
        width: 33.33%;
    }

.footer_button {
    display: flex;
    justify-content: flex-end;
}

    .footer_button button {
        padding: 15px 20px;
        cursor: pointer;
        border: 1px solid #cccccc;
        font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´, "NanumSquare", sans-serif;
        background-color: #eeeeee;
    }

        .footer_button button:hover {
            background-color: var(--pointColor) !important;
            color: var(--background-color) !important;
            border: 1px solid var(--pointColor) !important;
        }

        .footer_button button:active {
            opacity: 0.8;
        }



/*230412 ì˜ˆì§„*/
.slideshow-container {
    max-width: 1000px;
    position: relative;
}

.mySlides {
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.prev {
    position: absolute;
    top: 50%;
    left: -80px;
    cursor: pointer;
    background: none;
    border: none;
}

.next2 {
    position: absolute;
    top: 50%;
    right: -80px;
    cursor: pointer;
    background: none;
    border: none;
}

.visit_center {
    width: 728px;
}

.m50 {
    margin-top: 50px
}

.visit_center .slide_btn {
    opacity: 0.2;
}

    .visit_center .slide_btn:hover {
        opacity: 0.5;
    }

    .visit_center .slide_btn:active {
        opacity: 0.7;
    }

    .visit_center .slide_btn img {
        width: 57px;
    }

.question_paragraph {
    margin-bottom: 50px;
}

.question {
    font-size: 0.9em;
}

.answer_choice {
    font-size: 0.8em;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    flex-direction: column;
}

    .answer_choice div {
        display: flex;
        align-items: baseline;
        gap: 7px;
        margin-bottom: 17px;
        word-break: break-all;
    }

.again_wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

    .again_wrap a {
    }
/*240311 기애리*/

.p65 {
    padding-bottom: 65px;
}

.procedure span {
    color: var(--textColor);
}

.procedure_wrap {
    position: relative;
    margin-top: 8px;
}

    .procedure_wrap:before {
        content: '';
        position: absolute;
        height: fit-content;
        top: 55px;
        right: 50%;
        left: 50%;
        border: 1px dashed #ddd;
        width: 440px;
        transform: translate(-50%, -50%);
    }



.ste {
    position: relative;
    /* padding: 0px 104px; */
}

.list_state {
    padding: 25px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .list_state li {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .list_state li span {
            color: var(--textColor);
            font-size: 18px;
        }

.procedure_box {
    display: flex;
    width: 64px;
    height: 64px;
    border: 1px solid #ddd;
    border-radius: 18px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.motionstep1 {
    text-align: left;
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 0.5s ease-out 0.3s;
}

.motionstep2 {
    text-align: left;
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 0.5s ease-out 0.5s;
}

.motionstep3 {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 0.5s ease-out 1.0s;
}

.motionstep4 {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 0.5s ease-out 1.5s;
}

.motionstep5 {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 0.5s ease-out 1.8s;
}

.main_wrap.show .motionstep1,
.main_wrap.show .motionstep2,
.main_wrap.show .motionstep3,
.main_wrap.show .motionstep4,
.main_wrap.show .motionstep5 {
    opacity: 1;
    transform: translate(0, 0);
}

.bottom_btn {
    /*background-color: var(--background-color);*/
    /*height: 65px;*/
    width: 220px;
    margin: 100px auto 0px;
    display: flex;
    justify-content: center;
    padding-bottom: 65px;
}

    .bottom_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 50px;
        color: var(--font-color);
        text-align: center;
        font-size: 0.8em;
        border: 1px solid var(--borderColor);
        border-radius: 10px;
        width: 100%;
    }

.bottom_btn_two {
    width: 350px;
    margin: 100px auto 0px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .bottom_btn_two a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        color: var(--font-color);
        text-align: center;
        font-size: 0.8em;
        /*border: 1px solid var(--borderColor);*/
        border-radius: 10px;
    }

        .bottom_btn_two a:first-child {
            width: 50%;
        }

        .bottom_btn_two a:last-child {
            width: 100%;
        }

.sequence {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 77px;
}

    .sequence p {
        font-size: 24px;
        font-weight: 700;
    }

.sequence_box {
    padding: 8px 25px;
    display: flex;
    align-items: center;
    background-color: #d7d7d7;
    border-radius: 18px;
    grid-gap: 6px;
    color: #fff;
}

    .sequence_box span {
        font-size: 18px;
    }

input[type="text"]:disabled {
    background: #eee;
}

.info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
    width: 728px;
}


.font_20 {
    font-size: 20px;
    color: var(--textColor);
}

.font_32 {
    color: var(--font-color);
    font-weight: 700;
}

.gray_box {
    width: 65px;
    height: 30px;
    background-color: rgba(113, 117, 119, 0.6);
    color: #fff;
    border-radius: 7px;
    padding: 8px 0;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.light {
    background-color: #ECF3F9 !important;
    color: #067BE7 !important;
    border: 1px solid #ebebeb !important;
}

.input_btn {
    position: relative;
}

a.wire {
    position: absolute;
    height: 46px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto 0;
    border-radius: 8px;
    cursor: pointer;
}

.time_limit {
    position: absolute;
    top: 50%;
    right: 56px;
    margin: auto 0;
    transform: translate(-50%, -50%);
    color: #0692E7;
}

.modal_title {
    font-weight: 700;
    font-size: 27px;
    padding-top: 50px;
}

.pop_wrap {
    padding-top: 20px;
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.pop_btns2 {
    display: flex;
    flex-direction: column;
    color: var(--font-color);
    padding: 10px 30px;
    margin-top: 30px;
    background-color: unset;
    cursor: pointer;
}

.pop_bbtn {
    padding: 5%;
    border-radius: 15px;
    background-color: var(--light-pointColor);
    margin-bottom: 15px;
    border: none;
    color: var(--pointColor);
    font-size: 20px;
    cursor: pointer;
}

.po_3d {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}

.img_3d {
    width: 80px;
    transform: rotate(14deg);
    margin-bottom: 25px;
    animation: bounce 0.7s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
}

.shadow {
    width: 142px;
    height: 11px;
    filter: blur(7px);
    border-radius: 10px;
    background: radial-gradient(circle, gray, white);
    animation: shadow 0.7s cubic-bezier(0.11, 0.57, 1, 1) infinite alternate;
}

@keyframes bounce {
    to {
        transform: translateY(-30px);
    }
}

@keyframes shadow {
    0% {
        transform: scale(0.8);
        background-color: rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: scale(0.5);
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.tbl_w {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.list_num > li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 15px;
}

    .list_num > li:before {
        margin-right: 5px;
    }

.list_num {
    padding-right: 10px;
}

.list_count > li {
    counter-increment: my-counter;
    padding-left: 25px;
    list-style-position: outside;
    text-indent: -17px;
}

    .list_count > li:before {
        content: counter(my-counter) ") ";
        margin-right: 5px;
    }

.list_hyphen {
    list-style-type: none;
    padding: 0;
}

    .list_hyphen > li {
        padding-left: 35px;
    }

        .list_hyphen > li:before {
            content: "-";
            margin-right: 5px;
        }

.visit_top .form section {
    margin-bottom: 20px;
}

.visit_top .form p {
    margin-bottom: 5px;
}

.policy_content {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -1px;
}

    .policy_content section {
        margin-bottom: 20px;
    }

input[type="datetime-local"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
.list input[type="text"]:not(.pop_text):focus,
.list input[type="tel"]:focus {
    border: 1px solid var(--pointColor);
    outline: none;
    background: unset;
}

.list_over {
    display: block;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.p90 {
    height: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 0px;
}

.d_pop a {
    text-align: center;
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 5px;
}

.main_wrap {
    display: flex;
    justify-content: center;
}

.only_mobile_table, .only_mobile_table_td {
    display: none;
}

.back {
    background: #f1f1f1;
    border: none;
    color: #7f7f7f !important;
}
.progress_m {
    padding-top: 65px;
}
/*//240311 기애리*/
/*//230412 ì˜ˆì§„*/
@media screen and (max-width: 1000px) {
    .under_line {
        width: 90%;
        margin: 0 auto;
    }

    .error {
        height: calc(100vh - 60px);
    }

    .pc_wrap {
        all: unset;
    }

        .pc_wrap form {
            all: unset;
        }

    .no_mobile {
        display: none !important;
    }

    .mobile {
        /*height: 100vh;*/
    }

        .mobile main {
            height: 100%;
        }

    a,
    button {
        color: #323232;
        text-decoration: none;
        transition: none;
    }

    body {
        font-size: 17px;
    }

    .headerContainer {
        height: 60px;
        border: none;
    }

    .header {
        margin: 0 15px;
    }

    .headerLogo img {
        width: 96px;
        margin-left: 6px;
    }

    .date {
        gap: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .lang {
        margin-right: -10px;
    }

        .lang img {
            width: 17px;
            margin-right: 3px;
        }

    .select .placeholder {
        padding-right: 30px;
    }

    .mobile {
        padding: 30px 18px 0 18px;
        align-items: unset;
    }

    .tbl_prog colgroup col:nth-child(10) {
        width: 43% !important;
    }

    .tbl_prog colgroup col:nth-child(9) {
        width: 15% !important;
    }

    .tbl_prog colgroup col:nth-child(1) {
        width: 35% !important;
    }

    .tbl_prog colgroup col:last-child {
        width: 35% !important;
    }

    .tbl_prog .inquiry_button,
    .tbl_prog .stat {
        padding: 0 !important;
        height: 30px;
        width: 45px;
    }

    .box_content {
        margin-bottom: 10px;
        width: 100%;
    }

    .main,
    .simple_main {
        /*width: 90%;*/
        padding: 0;
    }

    .simple_main {
        padding-bottom: 60px;
    }

    .qr_main {
        padding: 0;
    }

    .appointment {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
    }

    .containermain {
        height: 100vh !important;
        padding: 0 18px;
        width: 100%;
        /* height: calc(100vh - 163px) !important; */
        /*display: flex;
        justify-content: center;
        align-items: center;
        position: relative;*/
        min-height: 100%;
    }

    .main_wrap {
        width: 100%;
        display: unset;
    }


    .main_title {
        text-align: left;
        font-size: 2.6em;
        font-weight: 800;
        margin-bottom: 23px;
        letter-spacing: -0.03em;
        /* padding: 0 80px; */
    }


    .main_desc {
        font-size: 20px;
        /* padding: 0 85px; */
    }

    .main_page {
        flex-direction: column;
        /* padding: 0 75px; */
        margin-bottom: 65px;
    }


    .procedure_wrap {
        position: relative;
        margin-top: 0;
    }

        .procedure_wrap:before {
            content: '';
            position: absolute;
            height: fit-content;
            top: 50px;
            right: 50%;
            left: 50%;
            border: 1px dashed #ddd;
            width: 100%;
            transform: translate(-50%, -50%);
        }



    .ste {
        position: relative;
        padding: 0;
    }

    .list_state {
        padding: 25px 0 0 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 50px;
    }

        .list_state li {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

            .list_state li span {
                color: var(--textColor);
                font-size: 0.7em;
            }

    .procedure_box {
        display: flex;
        width: 45px;
        height: 45px;
        border: 1px solid #ddd;
        border-radius: 15px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
    }

        .procedure_box img {
            width: 17px;
        }

    #info_id button {
        height: 30px;
    }

    .main_page a {
        width: 100%;
        font-size: 1em;
    }

    .main_bottom {
        margin-bottom: 0;
    }

    .pt_500 {
        padding-top: 250px;
    }

    .pt_150 {
        padding-top: 30px;
    }

    .pagetitle {
        font-size: 1.5em;
    }

    .red_content {
        line-height: 23px;
        margin-top: 20px;
        font-size: 0.8rem;
    }

    .center {
        margin: 20px 0;
        font-size: 1em;
    }

    .information:last-child {
        margin-top: 20px;
    }

    .footer {
        height: 50px;
        width: 150px;
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }

    .bold {
        margin-top: 45px;
        font-weight: 700;
    }

    .form {
        margin: 15px 0;
    }

        .form img {
            width: 170px;
            /* padding: 10px 0; */
        }

    .qr_imgwrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        position: relative;
    }

        .qr_imgwrap img {
            width: 100%;
            height: auto;
        }

            .qr_imgwrap img.back_white {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: -10;
            }

    /*.qr_imgbox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
    }

        .qr_imgbox img {
            width: 100%;
            padding: unset;
        }*/



    .main_bottom .p_content {
        padding: 15px;
    }

    .p_content p {
        padding: 0;
        line-height: 25px;
    }

    .pop_content {
        width: 80%;
        padding: 0 30px;
    }

    .pop_title {
        padding-top: 30px;
        line-height: 25px;
    }

    .pop_inner_title {
        padding-top: 10px;
        line-height: 25px;
    }

    .pop_btns {
        padding-bottom: 20px;
    }

        .pop_btns button {
            margin-top: 20px;
        }

    .visit_center {
        margin: 0;
        margin-top: 44px;
        font-size: 1.3em;
        width: 100%
    }

    .visit_top .form,
    .visit_bottom .form {
        line-height: 22px;
        padding: 15px;
        /*margin-bottom: 50px;*/
        font-size: 0.9em;
        height: 364px !important;
    }

    .form table {
        margin-top: 15px;
    }

    .check {
        align-items: center;
    }

        .check input[type="checkbox"] {
            width: auto;
            margin-right: 6px;
            scale: 1.3;
        }

        .check input:last-of-type {
            margin-left: 20px;
        }

    .information_main {
        display: block;
        width: 100%;
        min-width: unset;
        margin-bottom: 100px;
        /*padding-top: 50px;
        padding-bottom: 60px;*/
    }

    .covid_contents {
        font-size: 0.9em;
        padding: 20px;
    }

    .covid_bottom {
        line-height: 25px;
    }

    .mt_60 {
        margin-top: 30px;
    }

    .completion {
        /*height: auto;*/
        padding: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mb_110 {
        margin-bottom: 110px;
    }

    .mb_130 {
        margin-bottom: 20px;
    }

    .list {
        display: block;
        /* margin-top: 30px;*/
        width: 100%;
    }

    .plus_list {
        display: flex;
    }

        .plus_list .list_name {
            width: 205px !important;
            margin-right: 20px;
        }

        .plus_list .list_content {
            margin: 0;
        }

            .plus_list .list_content input {
                width: 180px !important;
                background-color: unset;
            }

    .list input[type="datetime-local"] {
        background-color: unset;
        width: 400px;
    }

    /*.list_content {
        margin-top: 20px;
    }*/


    .companion {
        margin-bottom: 50px;
    }

    .companion_button {
        margin-top: 20px;
        gap: 5px;
    }

        .companion_button button {
            width: 80px;
            height: 40px;
        }

    .companion_plus .list_name {
        margin: 0;
    }

    .list input[type="text"]:not(.pop_text),
    .list input[type="tel"],
    .list input[type="datetime-local"],
    .list input[type="date"] {
        /*width: 100%;
        height: 40px;*/
        font-size: 15px;
    }



    #employee_pop div {
        /*flex-wrap: unset;*/
    }

    .d_pop .d_pop_box {
        width: 90%;
        max-height: 70% !important;
        padding: 20px;
        min-width: 320px;
        min-height: 500px;
        flex-direction: column;
    }



    .d_pop .d_pop_top .title {
        font-size: 18px;
    }

    .d_pop .d_pop_top {
        margin-bottom: 20px;
    }

    .d_pop .d_pop_middle {
        margin: 0;
    }

    .tbl_search table {
        margin-bottom: 20px;
    }

        .tbl_search table th {
            padding: 0 1%;
            text-align: center;
        }

        .tbl_search table th,
        .tbl_search table td {
            font-size: 0.8em;
        }

    .d_pop .d_pop_top .close_btn {
        font-size: 28px;
    }

    .d_pop input {
        height: 37px !important;
    }

    .input_address :first-child {
        /*flex: 2;*/
        width: 100%;
        display: block;
    }

    .information {
        display: block;
        margin: 0;
        margin-bottom: 15px;
    }

        .information input {
            width: 100%;
            margin: 0;
            margin-top: 10px;
        }

    /*.count_page {
        display: none;
    }*/

    .container {
        font-size: 1em;
        padding-bottom: 20px;
    }

        .container .tbl_list {
            font-size: 0.8em;
        }

        .container th:not(.display),
        .container td:not(.display, .state_center) {
            display: none;
        }

    .first {
        /* width: 85% !important; */
    }

    .tbl_list table th,
    .tbl_list table td {
        padding: 7px !important;
        text-align: center !;
        /* text-align: left; */
        font-size: 0.9em;
    }

    .tbl_list table td {
        height: 30px;
        align-items: center;
    }

    .tbl_list table th {
        height: 25px;
        font-size: 0.8em;
    }

    .tbl_search table td {
        padding: 5px 0 5px 5px;
    }

    .inquiry_button {
        width: 63px;
        font-size: 0.8em !important;
        padding: 10px;
        height: 100% !important;
    }

    .stat {
        padding: 10px;
        width: 70px;
        font-size: 1em;
    }

    .inner_td {
        gap: 5px;
    }

    .content {
        margin-bottom: 65px;
        line-height: 27px;
        font-size: 1.1em;
        font-weight: 400;
    }

    .main_page a:active,
    .footer a:active,
    #info_id button:active,
    .button:active,
    .inquiry_button:active,
    .pop_btns button:active {
        background-color: var(--pointColor);
        color: var(--background-color);
    }

    .page_num {
        font-size: 0.8em;
    }

        .page_num a:active {
            color: var(--secondColor);
            background: rgba(0, 0, 0, 0.03);
        }

    .information_main .page_num {
        padding: 15px 15px 75px;
    }

        .information_main .page_num a,
        .information_main .page_num b {
            width: 25px;
            height: 25px;
        }

    .page_num .pageing b {
        font-weight: 300;
    }


    .page_num .pageing a {
        font-weight: 300;
    }

    .tbl_search td a:active,
    .tbl_info td a:active,
    .btn_input_a a:active {
        background-color: var(--secondColor);
        color: var(--ovbtnTextColor);
        border: 1px solid var(--secondColor);
        transition: none;
    }

    .plus_data {
        width: 100%;
        height: 50px;
        margin-top: 10px;
    }

        .plus_data a {
            height: 40px;
            font-size: 1.2em;
        }

    .tbl_list table {
        border: unset !important;
        /* border-top: 1px solid var(--borderColor); */
        border-top: 1px solid var(--borderColor) !important;
        width: 100%;
    }

    .middle {
        margin-top: 100px;
    }

    .btn_column.between {
        display: flex;
        gap: 10px;
        margin-top: 23px;
    }

        .btn_column.between div {
            flex: 1;
        }

    .pass {
        height: 40px !important;
    }

        .pass .stat {
            width: 63px;
        }

    .entry {
        display: block;
        margin-top: 20px;
    }



    .additional {
        /*all: unset;*/
        font-size: 1em;
        /*margin-left: 32px;*/
    }

    .btns a {
        font-size: 0.9em;
    }

    .visit_pagetitle {
        font-size: 1em;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 26px;
    }

        .visit_pagetitle img {
            width: 60%;
            display: block;
            opacity: .7;
            margin-bottom: 7px;
        }

    .inquiry input[type="text"] {
        width: 100%;
        height: 55px;
    }

    .top_modal {
        top: 400px;
        width: 90%;
        padding: 20px;
        position: fixed;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        background: #fafbfc;
        color: var(--font-color);
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
        flex-direction: column;
        animation: fadein 2.5s;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(0.5, -0.6, 0.58, 1);
    }

    @keyframes fadeout {
        0% {
            position: fixed;
            top: -40px;
        }

        10% {
            top: 40px;
        }

        80% {
            top: 40px;
        }

        100% {
            top: -40px;
        }
    }

    .only_mobile {
        display: unset;
    }

    .only_pc {
        display: none;
    }

    .list_content select {
        width: 100%;
        height: auto;
        line-height: normal;
        font-family: inherit;
        padding: 0.8em 0.5em;
        background-color: var(--backgroundColor);
        border: 1px solid var(--borderColor);
        height: 50px;
        border-radius: 5px;
        height: 55px !important;
    }

    .form_title {
        margin-right: 0;
        font-size: 15px;
    }

    input[type="datetime-local"]::-webkit-calendar-picker-indicator,
    input[type="date"]::-webkit-calendar-picker-indicator {
        /*display: none;
        -webkit-appearance: none;*/
    }

    .companion .red_content {
        margin-top: 20px;
    }

    .new_footer {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 6px;
    }

        .new_footer div {
            width: auto;
        }

            .new_footer div:first-of-type {
                display: none;
            }

    .footermain {
        padding: 15px;
    }

        .footermain div {
            font-size: 5px;
        }

    .footer_button {
        display: block;
    }

        .footer_button button {
            padding: 6px;
            font-size: 6px;
            justify-content: center;
            display: flex;
            align-items: center;
        }

    /*230412 ì˜ˆì§„*/
    .prev {
        left: 5px;
    }

    .next2 {
        right: 5px;
    }



    .visit_center .slide_btn {
        opacity: 0.7;
    }

        .visit_center .slide_btn:hover {
            opacity: unset;
        }

        .visit_center .slide_btn:active {
            opacity: 0.9;
        }

        .visit_center .slide_btn img {
            width: 30px;
        }

    .question_paragraph {
        margin-bottom: 30px;
    }

    .question {
        font-size: 0.7em;
        line-height: 28px;
    }

    .answer_choice {
        padding: 0 17px;
        font-size: 0.6em;
        margin: 15px 0px;
    }

        .answer_choice div {
            gap: 4px;
            align-items: flex-start;
        }

    .again_wrap {
        align-items: unset;
        margin-top: 70px;
    }

        .again_wrap .main_page {
            padding: 0;
        }

        .again_wrap a {
            margin-top: 0 !important;
        }
    /*//230412 ì˜ˆì§„*/

    /*240313 기애리*/

    .motionstep4 {
        margin-bottom: 0;
        padding: 0;
    }

    .bottom_btn {
        /*height: 80px;
        width: 100%;
        margin: 70px auto 0px;
        position: fixed;
        bottom: 0;
        z-index: 0;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px);
        display: flex;
        left: 0;
        justify-content: center;
        align-items: center;*/
        /*height: 80px;
        margin: 70px auto 0px;
        align-items: center;*/
        align-items: center;
        width: 100%;
        margin: 0;
        height: unset;
        padding: 15px;
        position: fixed;
        bottom: 0;
        background-color: #fff;
    }

        .bottom_btn a {
            border-radius: 10px;
            width: 100%;
            font-size: 1em;
        }


    .bottom_btn_two {
        width: 100%;
        margin: 70px auto 0px;
        position: fixed;
        bottom: 0;
        z-index: 0;
        background-color: #fff;
        backdrop-filter: blur(10px);
        display: flex;
        left: 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 12px;
    }

        .bottom_btn_two a:first-child {
            width: 45%;
        }

        .bottom_btn_two a {
            width: 100%;
            font-size: 1em;
        }



    .info {
        width: 100%
    }


    .box {
        display: flex;
        flex-direction: column;
        align-content: center;
    }


    .list_name {
        font-weight: 700;
        font-size: 1.3rem;
    }

    .font_20 {
        font-size: 17px;
    }


    .po_3d {
        margin-top: 123px;
        margin-bottom: 27px;
    }

    .timer {
        /* font-weight: 500; */
        font-size: 0.9em;
    }

    .verification_code div {
        padding: 0;
    }

    a.wire {
        right: 5px;
        height: 45px;
        border-radius: 10px;
    }


    .pop_bbtn {
        width: 100%;
        border-radius: 10px;
    }

    .box input {
        width: 100%;
        font-size: 15px;
        height: 55px;
    }

    .main_bottom_container {
        color: #666666;
        font-size: 12px;
        display: flex;
        justify-content: center;
    }

    .inner_td .pop_text {
        width: 169px;
    }


    .mini_choice table td {
        padding: 5px !important;
        text-align: center !important;
    }

    .list_content .selectbox {
        width: 100%;
    }

    .d_pop .selectbox {
        height: 40px !important;
        width: 90%;
    }

    .modal_title {
        font-size: 1.5em;
    }

    .pop_wrap {
        font-size: 1.3em;
        padding-top: 15px;
    }

    .pop_btns2 {
        margin-top: 10px;
    }

        .pop_btns2 button {
            font-size: 1.2em;
            margin-bottom: 12px;
        }


    .policy_content {
        margin-top: 45px;
    }

    .check {
        font-size: 0.9em;
    }

    .state_center {
        display: flex;
        justify-content: center;
    }

    .completion_mobile {
        height: calc(100% - 80px) !important;
    }

        .completion_mobile .appointment {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .time_limit {
        font-size: 0.9em !important;
    }

    .sticky_tabs {
        border: none;
        margin-left: -10px;
        width: calc(100% + 20px);
        padding: 20px 30px;
    }

    .img_3d {
        width: 120px;
    }

    .only_mobile_table {
        display: block;
    }

    .only_mobile_table_td {
        display: table-cell;
    }

    .terms {
        padding: 0;
        padding-top: 30px;
        height: 100%;
    }

        .terms .history_back,
        .visit_top,
        .terms .visit_center,
        .terms .inquiry,
        .terms .main_top {
            padding: 0 18px;
        }

        .terms .history_back {
            padding: 20px 18px;
            z-index: 1;
        }

        .terms .bottom_btn_two {
            margin: 20px 0 0;
            gap: 8px;
            padding: 12px;
        }

    .inner_td .arrow_icon {
        right: 14%;
    }

    .progress_wrap {
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
        height: 100%;
    }

    .tbl_w {
        width: 100%;
        padding: 0 18px;
    }
    .progress_m {
        padding-top: 0;
    }
}

/*//240313 기애리*/

@media screen and (max-width: 1920px) {
    .visit_top .form {
        height: 450px;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .visit_top .form {
        height: 300px !important;
    }
}

@media (min-width: 280px) and (max-width: 319px) {
    .list_state {
        gap: 0;
    }

    .check,
    .btns a {
        font-size: 0.8em;
    }

    .bottom_btn_two a {
        padding: 14px;
    }

    .info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .list_name {
        margin-bottom: 3px;
    }

    .galaxy_fold {
        display: flex;
        gap: 5px;
    }

    .button {
        padding: 9px;
        font-size: 13px;
    }

    .font_20 {
        font-size: 16px;
    }

    .box input,
    .inquiry input[type="text"],
    .additional,
    .list input[type="text"]:not(.pop_text),
    .list input[type="tel"] {
        font-size: 13px;
    }

    .list_name {
        font-size: 16px;
    }

    .d_pop .d_pop_box {
        width: 90%;
        max-height: 70% !important;
        padding: 20px;
        min-width: 260px;
        min-height: 500px;
        flex-direction: column;
    }

    .inner_td .pop_text {
        width: 112px;
    }

    .tbl_search table th, .tbl_search table td {
        font-size: 0.7em;
    }

    .tbl_list table th {
        font-size: 0.9em;
    }

    .d_pop a {
        padding: 7px 6px;
    }

    .gray_box {
        font-size: 12px;
        width: 60px;
    }

    .bottom_btn {
        margin: 50px auto 0;
    }

    .verification_code div {
        font-size: 1em;
    }

    .btns a {
        padding: 0 20px;
    }

    .tbl_list table th {
        height: 30px;
    }

    .mr10 {
        margin-top: 10px;
    }

    .time_limit {
        position: absolute;
        top: 52%;
        right: 52px;
        margin: auto 0;
        transform: translate(-50%, -50%);
    }

    .time_limit {
        font-size: 0.8em !important;
    }

    .tbl_prog colgroup col:nth-child(1) {
        width: 55% !important;
    }

    .main_desc {
        font-size: 19px;
    }

    .content {
        line-height: 26px;
        font-size: 14px;
    }

    .form_title,
    .timer {
        font-size: 15px;
    }
}



.lang {
    display: flex;
    align-items: center;
}

    .lang img {
        width: 24px;
        margin-right: 5px;
    }

.select {
    position: relative;
    font-size: 0.7em;
    display: block;
    width: 100%;
    margin-left: 5px;
    max-width: 325px;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .select .placeholder {
        position: relative;
        display: block;
        background-color: none;
        color: var(--background-color);
        padding-right: 55px;
        border-radius: 2px;
        cursor: pointer;
    }

        .select .placeholder:after {
            position: absolute;
            right: 1em;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: "FontAwesome";
            content: "\f078";
            z-index: 10;
        }

    .select.is-open .placeholder:after {
        content: "\f077";
    }

.box_logo {
    display: flex;
    justify-content: flex-start;
    margin-top: -25px;
    margin-bottom: 30px;
}

    .box_logo img {
        width: 90px;
    }

.select.is-open .ul {
    display: block;
}

.select .ul {
    display: none;
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--borderColor);
    border-radius: 10px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

    .select .ul .li {
        display: block;
        text-align: left;
        padding: 15px;
        color: var(--font-color);
        cursor: pointer;
        font-size: 0.8em;
    }

        .select .ul .li:first-child {
            border-bottom: 1px solid var(--borderColor);
        }

        .select .ul .li:hover {
            background: rgba(0,0,0,.1);
            color: #333;
        }

        .select .ul .li:active {
            background: rgba(0,0,0,.15);
            color: #000;
        }


.footermain {
    width: 100%;
    background: #ddd;
    color: #666;
    display: flex;
    justify-content: center;
    font-size: 0.7em;
    padding: 17px;
}

    .footermain .wrap {
        display: flex;
        align-items: center;
        /* margin-left: 130px; */
        justify-content: center;
    }


.lang select {
    border: none;
    color: var(--background-color);
    background: none;
    font-size: 0.7em;
    outline: none;
}

    .lang select option {
        color: var(--font-color);
    }


/*.error {
    height: calc(100vh - 70px);
}*/

.simple_main {
    /* margin: 0 auto; */
    width: 100%;
    /* padding-bottom: 60px; */
    /* margin-bottom: 10px; */
}

.main_img {
    /* width: 25%; */
}

.simple_main img {
    width: 20%;
    display: flex;
    /* margin: 0 auto; */
    margin-bottom: 99px;
    /* padding-bottom: 80px; */
}

.information_main .footer {
    margin-top: 150px;
}

.qr_main {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pt_500 {
    padding-top: 500px;
}

.pt_150 {
    padding-top: 150px;
}

.mt_60 {
    margin-top: 60px;
}


#info_id button:active,
/*.button:active,*/
.plus_data a:active,
.plus_data a:active,
.inquiry_button:active,
.pop_btns button:active {
    background-color: rgba(0,0,0,.15);
    color: #333;
}

#info_id button:hover {
    opacity: 0.8;
}



.light:active {
    background-color: var(--pointColor) !important;
    color: #ECF3F9 !important;
    opacity: 1 !important;
}

/*.on:not(.sequence_box):active{
        background-color: #067BE7 !important;
        color: #ECF3F9 !important;
    }*/
.back:active,
.main_page a:active,
.on:not(.sequence_box):active {
    opacity: 0.5;
}

/*.on:active {
        opacity: 0.8;
    }*/

.del:active {
    background: #505050 !important;
    color: #F5F5F5 !important;
}

/*.main_page a:hover{
    opacity: 0.9;
}*/

.del {
    background: #F5F5F5 !important;
    color: #505050 !important;
    border: 1px solid #ebebeb;
}


.main_bottom {
    margin-bottom: 100px;
}

.history_back {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    top: 0;
    z-index: -1;
}

.description {
    margin: 50px 0;
}


.information {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

    .information input {
        height: 50px;
        width: 480px;
        outline: unset;
        border: 2px solid #ddd;
        padding-left: 10px;
        font-size: 0.7em;
        margin-left: 15px;
    }


.footer span {
    text-decoration: underline;
    text-underline-position: under;
}

.form > img {
    width: 270px;
    /* padding: 20px 0; */
}

.qr_imgwrap {
    margin: 10px;
}

    .qr_imgwrap img {
    }

.qr_imgbox {
}

    .qr_imgbox img {
        width: 100%;
    }

.p_content p {
    text-align: left;
    font-size: 0.8em;
    line-height: 40px;
    padding: 0 20px;
}

.main_bottom .p_content {
    padding: 20px 0;
}

.pop_inner_title {
    color: var(--font-color);
    padding-top: 25px;
    line-height: 50px;
}


.visit_top .form::-webkit-scrollbar {
    width: 8px;
}

.visit_top .form::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #bbb; /* 스크롤바의 색상 */
    border-radius: 10px;
}

.visit_top .form::-webkit-scrollbar-track {
    background: #eee; /*스크롤바 뒷 배경 색상*/
}


.companion .red_content {
    margin-top: 10px;
}

.companion_button {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

    .companion_button button {
        width: 100px;
        height: 50px;
    }

.plus_data {
    display: flex;
    height: 65px;
    gap: 5px;
}

    .plus_data a {
        border: 1px solid var(--borderColor);
        width: 262.5px;
        align-items: center;
        justify-content: center;
        display: flex;
        border-radius: 5px;
    }

.blood a {
    width: 129px;
}

.plus_date input {
    width: 310px;
    height: 50px;
    padding: 0 5px;
}

.box_content select option {
    color: var(--font-color);
}


.list .form_title {
    /*width: 100px;*/
}


#info_id {
    position: relative;
}


input[type="datetime-local"]:valid {
    color: #323232;
}

.list input[type="text"]:not(.pop_text),
.list input[type="tel"],
.list input[type="datetime-local"],
.list input[type="date"] {
    /* width: 400px; */
    height: 60px;
    padding: 10px 10px 10px 13px;
    border: 1px solid #ddd;
    color: var(--font-color);
    border-radius: 13px;
    outline: none;
}

#info_id button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    background-color: var(--pointColor);
    color: var(--ovbtnTextColor)
}

.radio {
    display: flex;
}

    .radio li {
        align-items: center;
        display: flex;
    }

        .radio li:first-child {
            margin-right: 30px;
        }

. {
    border-bottom: 1px dashed #ddd;
    padding: 0 18px;
}


    .list_content input[type="radio"] {
        margin-right: 5px;
    }


    .date {
        margin: 30px 0;
        font-size: 1.1em;
        display: flex;
        align-items: center;
    }

        .date input[type="datetime-local"] {
            padding: 5px;
        }

    .agree {
        margin: 40px 0;
        font-size: 1.3em;
    }

        .agree input[type="checkbox"] {
            width: 30px;
            margin-right: 10px;
        }

        .agree span {
            border-bottom: 1px solid;
        }


    .page_num .paging_prev {
        padding-right: 10px;
    }

    .page_num .paging_next {
        padding-left: 10px;
    }

    .page_num a {
        display: flex;
        font-size: 1em;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        cursor: pointer;
    }

        .page_num a:hover {
            color: var(--secondColor);
            background: rgba(0, 0, 0, 0.03);
        }

        .page_num a:active {
            color: var(--secondColor);
        }

        .page_num a.on {
            background-color: var(--secondColor);
            color: var(--ovbtnTextColor);
            font-size: 1.1em;
            align-items: center;
            justify-content: center;
        }

        .page_num a.on {
            color: var(--ovbtnTextColor);
            font-weight: 800;
        }

input[type="submit"] {
    /*height: 34px;
    padding: 10px 20px;*/
    font-size: 1em;
    background: var(--boxBackgroundColor);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--textColor);
    box-shadow: none;
    transition: 0.2s ease-in-out;
}

.pop_text {
    width: auto;
    height: 38px;
    border-radius: 0;
}

.tbl_search .mini td {
    height: 30px;
}

.inner_td {
    align-items: center;
    gap: 5px;
}

.tbl_search td a.on,
.tbl_info td a.on,
.btn_input_a a.on {
    background-color: var(--secondColor);
    color: var(--ovbtnTextColor);
    border: 1px solid var(--secondColor);
}

.tbl_search td a,
.tbl_info td a,
.btn_input_a a {
    vertical-align: middle;
    padding: 10px;
    color: var(--textColor);
    background-color: var(--boxBackgroundColor);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
}

    .tbl_search td a:hover,
    .tbl_info td a:hover,
    .btn_input_a a:hover {
        background-color: var(--secondColor);
        color: var(--ovbtnTextColor);
        border: 1px solid var(--secondColor);
        transition: none;
    }

.tbl_list table tr:hover td {
    /*background-color: rgba(0, 0, 0, 0.03);*/
}


.tbl_list table th a {
    font-weight: 600;
}

.tbl_list table td {
    /* height: 40px; */
    text-align: left !important;
    padding-left: 10;
    padding-left: 17px !important;
}

.tbl_title {
    padding-left: 10px !important;
    text-align: left !important;
}

.btn_bottom_a {
    justify-content: center;
    align-content: center;
    gap: 5px;
}

    .btn_bottom_a a {
        padding: 10px 20px;
        background: #f2f4f7;
        border: 1px solid #cbcbcb;
        display: inline-block;
        font-weight: 500;
        vertical-align: middle;
    }


.tbl_search td a,
.tbl_info td a,
.btn_input_a a {
    vertical-align: middle;
    padding: 10px;
    color: var(--textColor);
    background-color: var(--boxBackgroundColor);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
    border-radius: unset;
}

.num {
    font-family: tahoma;
    font-size: 0.8em;
    opacity: 0.8;
}

.covid_container {
    background-color: #eee;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
}

.covid_contents {
    padding: 50px;
}

.covid_top {
    font-weight: 800;
}

.covid_bottom {
    font-size: 0.9em;
    margin-top: 20px;
    line-height: 35px;
}

.count_num :nth-child(4) {
    margin: 0 5px;
}

.count_page select {
    font-size: 1em;
    height: 50px;
    border: 1px solid var(--borderColor);
    color: var(--textColor);
    vertical-align: middle;
    padding: 0 3px;
    outline: none;
}

.tbl_prog table td {
    text-align: center !important;
}

.tbl_list table th {
    height: 50px;
    font-weight: 600;
    background-color: var(--boxBackgroundColor);
    font-size: 1em;
}

.tbl_list table th,
.tbl_list table td {
    padding: 6px 17px;
    vertical-align: middle;
}


.mini_choice table th {
    padding: 7px;
}

.mini_choice table td {
    padding: 5px 0 !important;
    text-align: center !important;
}

.tbl_list table th a {
    font-weight: 600;
}

.num {
    font-family: tahoma;
    font-size: 0.8em;
    opacity: 0.8;
}

.td_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat {
    color: var(--ovbtnTextColor);
    width: 65px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pass {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 7px;
    height: 100% !important;
}

    .pass input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;*/
    }


.box_content input[type="datetime-local"] {
    background-color: #fff;
    border: 1px solid #ddd;
}

.qr_imgwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

    .qr_imgwrap img {
        width: 100%;
        height: auto;
    }

        .qr_imgwrap img.back_white {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: -10;
        }

.back_blue {
    background: #4770ff;
}

.back_green {
    background: #48c26a;
}

.back_grey {
    background: #666;
}

.back_red {
    color: #e05353;
}

.text_blue {
    color: #4770ff;
}

.text_green {
    color: #48c26a;
}

.text_grey {
    color: #666;
}

.pass_button {
    height: 100%;
}

.inquiry_button {
    width: 70px;
    height: 40px;
}

.inquiry_button {
    background-color: var(--background-color);
    color: var(--font-color);
    border: 1px solid var(--borderColor);
    /* padding: 10px; */
    cursor: pointer;
}

.completion {
    width: auto;
}

.mr30 {
    margin-top: 30px;
}


.inquiry input:focus {
    border: 1px solid var(--pointColor);
    outline: none;
    background: unset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.plus_list {
    align-items: center;
}


.page_num .pageing {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0,0);
}

    .page_num .pageing b {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        margin: 5px;
        font-weight: 500;
        font-size: 14px !important;
        background: var(--secondColor);
        color: #fff !important;
        margin-right: -1px;
    }

.page_num .paging_prev {
    padding-right: 10px;
}

.page_num .paging_next {
    padding-left: 10px;
}

.page_num .pageing a {
    display: flex;
    font-size: 1em;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px !important;
}


.page_num img {
    width: 20px;
}


.page_num .pageing a:hover {
    color: var(--secondColor);
    background: rgba(0, 0, 0, 0.03);
}

.page_num a:active {
    color: var(--secondColor);
}

.page_num .pageing a.on {
    background-color: var(--secondColor);
    color: var(--ovbtnTextColor);
    font-size: 1.1em;
    align-items: center;
    justify-content: center;
}

.page_num .pageing a.on {
    color: var(--ovbtnTextColor);
    font-weight: 800;
}

.btn_visit_check {
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}

    .btn_visit_check.ok {
        background: var(--pointColor) !important;
    }

    .btn_visit_check.no {
        background: #ff6f6f;
    }

.visit_done_text {
}

#approval_div {
    /* margin-top:10px; */
}

#web_link {
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background: #afafaf;
    margin-top: 5px;
}

.new_footer {
    justify-content: space-between;
}

    .new_footer div {
        width: 33.33%;
    }

.footer_button {
    display: flex;
    justify-content: flex-end;
}

    .footer_button button {
        padding: 15px 20px;
        cursor: pointer;
        border: 1px solid #cccccc;
        font-family: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´, "NanumSquare", sans-serif;
        background-color: #eeeeee;
    }

        .footer_button button:hover {
            background-color: var(--pointColor) !important;
            color: var(--background-color) !important;
            border: 1px solid var(--pointColor) !important;
        }

        .footer_button button:active {
            opacity: 0.8;
        }



/*230412 ì˜ˆì§„*/
.slideshow-container {
    max-width: 1000px;
    position: relative;
}

.mySlides {
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.prev {
    position: absolute;
    top: 50%;
    left: -80px;
    cursor: pointer;
    background: none;
    border: none;
}

.next2 {
    position: absolute;
    top: 50%;
    right: -80px;
    cursor: pointer;
    background: none;
    border: none;
}

.visit_center .slide_btn {
    opacity: 0.2;
}

    .visit_center .slide_btn:hover {
        opacity: 0.5;
    }

    .visit_center .slide_btn:active {
        opacity: 0.7;
    }

    .visit_center .slide_btn img {
        width: 57px;
    }

.question_paragraph {
    margin-bottom: 50px;
}

.question {
    font-size: 0.9em;
}

.answer_choice {
    font-size: 0.8em;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    flex-direction: column;
}

    .answer_choice div {
        display: flex;
        align-items: baseline;
        gap: 7px;
        margin-bottom: 17px;
        word-break: break-all;
    }

.again_wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

    .again_wrap a {
    }
/*240311 기애리*/


.ste {
    position: relative;
    /* padding: 0px 104px; */
}

.list_state {
    padding: 25px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .list_state li {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .list_state li span {
            color: var(--textColor);
            font-size: 18px;
        }

.procedure_box {
    display: flex;
    width: 64px;
    height: 64px;
    border: 1px solid #ddd;
    border-radius: 18px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.motionstep5 {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 0.5s ease-out 1.8s;
}


.sequence p {
    font-size: 24px;
    font-weight: 700;
}

input[type="text"]:disabled {
    background: #eee;
}



.time_limit {
    position: absolute;
    top: 50%;
    right: 70px;
    margin: auto 0;
    transform: translate(-50%, -50%);
    color: #0692E7;
}

.modal_title {
    font-weight: 700;
    font-size: 27px;
    padding-top: 50px;
}

.pop_wrap {
    padding-top: 20px;
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.pop_btns2 {
    display: flex;
    flex-direction: column;
    color: var(--font-color);
    padding: 10px 30px 20px 30px;
    margin-top: 30px;
    background-color: unset;
    cursor: pointer;
}

.list_num > li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 15px;
}

    .list_num > li:before {
        margin-right: 5px;
    }

.list_num {
    padding-right: 10px;
}

.list_hyphen {
    list-style-type: none;
    padding: 0;
}

    .list_hyphen > li {
        padding-left: 35px;
    }

        .list_hyphen > li:before {
            content: "-";
            margin-right: 5px;
        }

.policy_content {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -1px;
}

    .policy_content section {
        margin-bottom: 20px;
    }

input[type="datetime-local"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
.list input[type="text"]:not(.pop_text):focus,
.list input[type="tel"]:focus {
    border: 1px solid var(--pointColor);
    outline: none;
    background: unset;
}

.list_over {
    display: block;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}


.only_mobile_table, .only_mobile_table_td {
    display: none;
}


/*//240311 기애리*/
/*//230412 ì˜ˆì§„*/
@media screen and (max-width: 1000px) {

    .error {
        height: calc(100vh - 60px);
    }

    .pc_wrap {
        all: unset;
    }

        .pc_wrap form {
            all: unset;
        }

    .mobile {
        /*height: 100vh;*/
    }

        .mobile main {
            height: 100%;
        }

    .headerContainer {
        height: 60px;
        border: none;
    }

    .header {
        margin: 0 15px;
    }

    .headerLogo img {
        width: 96px;
        margin-left: 6px;
    }

    .date {
        gap: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .lang {
        margin-right: -10px;
    }

        .lang img {
            width: 17px;
            margin-right: 3px;
        }

    .select .placeholder {
        padding-right: 30px;
    }

    .mobile {
        padding: 30px 18px 0 18px;
        align-items: unset;
    }

    .tbl_prog colgroup col:nth-child(10) {
        width: 43% !important;
    }

    .tbl_prog colgroup col:nth-child(9) {
        width: 15% !important;
    }

    .tbl_prog colgroup col:nth-child(1) {
        width: 35% !important;
    }

    .tbl_prog colgroup col:last-child {
        width: 35% !important;
    }

    .tbl_prog .inquiry_button,
    .tbl_prog .stat {
        padding: 0 !important;
        height: 30px;
        width: 45px;
    }

    .main,
    .simple_main {
        /*width: 90%;*/
        padding: 0;
    }

    .simple_main {
        padding-bottom: 60px;
    }

    .qr_main {
        padding: 0;
    }

    .ste {
        position: relative;
        padding: 0;
    }

    .list_state {
        padding: 25px 0 0 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 36px;
    }

        .list_state li {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

            .list_state li span {
                color: var(--textColor);
                font-size: 0.7em;
            }

    .procedure_box {
        display: flex;
        width: 45px;
        height: 45px;
        border: 1px solid #ddd;
        border-radius: 15px;
        background-color: #fff;
        justify-content: center;
        align-items: center;
    }

        .procedure_box img {
            width: 17px;
        }

    #info_id button {
        height: 30px;
    }


    .main_bottom {
        margin-bottom: 0;
    }

    .pt_500 {
        padding-top: 250px;
    }

    .pt_150 {
        padding-top: 30px;
    }

    .information:last-child {
        margin-top: 20px;
    }

    .form {
        margin: 15px 0;
    }

        .form img {
            width: 170px;
            /* padding: 10px 0; */
        }

    .qr_imgwrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        position: relative;
    }

        .qr_imgwrap img {
            width: 100%;
            height: auto;
        }

            .qr_imgwrap img.back_white {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: -10;
            }

    /*.qr_imgbox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
    }

        .qr_imgbox img {
            width: 100%;
            padding: unset;
        }*/



    .main_bottom .p_content {
        padding: 15px;
    }

    .p_content p {
        padding: 0;
        line-height: 25px;
    }

    .pop_inner_title {
        padding-top: 10px;
        line-height: 25px;
    }

    .visit_top .form,
    .visit_bottom .form {
        /*line-height: 22px;*/
        line-height: 30px;
        padding: 15px;
        /*margin-bottom: 50px;*/
        font-size: 0.9em;
        height: 364px !important;
    }

    .form table {
        margin-top: 15px;
    }

    .check {
        align-items: center;
    }

        .check input[type="checkbox"] {
            width: auto;
            margin-right: 6px;
            scale: 1.3;
        }

        .check input:last-of-type {
            margin-left: 20px;
        }

    .information_main {
        display: block;
        width: 100%;
        min-width: unset;
        margin-bottom: 100px;
        /*padding-top: 50px;
        padding-bottom: 60px;*/
    }

    .covid_contents {
        font-size: 0.9em;
        padding: 20px;
    }

    .covid_bottom {
        line-height: 25px;
    }

    .mt_60 {
        margin-top: 30px;
    }

    .completion {
        /*height: auto;*/
        padding: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mb_110 {
        margin-bottom: 110px;
    }

    .plus_list {
        display: flex;
    }

        .plus_list .list_name {
            width: 205px !important;
            margin-right: 20px;
        }

        .plus_list .list_content {
            margin: 0;
        }

            .plus_list .list_content input {
                width: 180px !important;
                background-color: unset;
            }

    .list input[type="datetime-local"] {
        background-color: unset;
        width: 400px;
    }

    /*.list_content {
        margin-top: 20px;
    }*/


    .companion {
        margin-bottom: 50px;
    }

    .companion_button {
        margin-top: 20px;
        gap: 5px;
    }

        .companion_button button {
            width: 80px;
            height: 40px;
        }

    .companion_plus .list_name {
        margin: 0;
    }

    .list input[type="text"]:not(.pop_text),
    .list input[type="tel"],
    .list input[type="datetime-local"],
    .list input[type="date"] {
        /*width: 100%;
        height: 40px;*/
        font-size: 15px;
    }


    .d_pop .d_pop_box {
        width: 90%;
        max-height: 70% !important;
        padding: 20px;
        min-width: 320px;
        min-height: 500px;
        flex-direction: column;
    }



    .d_pop .d_pop_top .title {
        font-size: 18px;
    }

    .d_pop .d_pop_top {
        margin-bottom: 20px;
    }

    .d_pop .d_pop_middle {
        margin: 0;
    }

    .tbl_search table {
        margin-bottom: 20px;
    }

        .tbl_search table th {
            padding: 0 1%;
            text-align: center;
        }

        .tbl_search table th,
        .tbl_search table td {
            font-size: 0.8em;
        }

    .d_pop .d_pop_top .close_btn {
        font-size: 28px;
    }

    .inquiry {
        display: block;
        width: 100%;
        font-size: 0.8em;
        line-height: 30px;
        padding: 0;
        /*padding-bottom: 30px;*/
        margin-top: 0px;
    }

    .input_address :first-child {
        /*flex: 2;*/
        width: 100%;
        display: block;
    }

    .information {
        display: block;
        margin: 0;
        margin-bottom: 15px;
    }

        .information input {
            width: 100%;
            margin: 0;
            margin-top: 10px;
        }

    .container th:not(.display),
    .container td:not(.display, .state_center) {
        display: none;
    }

    .first {
        /* width: 85% !important; */
    }

    .tbl_list table th,
    .tbl_list table td {
        padding: 7px !important;
        text-align: center !;
        /* text-align: left; */
        font-size: 0.9em;
    }

    .tbl_list table th {
        height: 25px;
        font-size: 0.8em;
    }

    .tbl_search table td {
        padding: 5px 0 5px 5px;
    }

    .inquiry_button {
        width: 63px;
        font-size: 0.8em !important;
        padding: 10px;
        height: 100% !important;
    }

    .stat {
        padding: 10px;
        width: 70px;
        font-size: 1em;
    }

    .inner_td {
        gap: 5px;
    }

    .main_page a:active,
    .footer a:active,
    #info_id button:active,
    .button:active,
    .inquiry_button:active,
    .pop_btns button:active {
        background-color: var(--pointColor);
        color: var(--background-color);
    }

    .page_num {
        font-size: 0.8em;
    }

        .page_num a:active {
            color: var(--secondColor);
            background: rgba(0, 0, 0, 0.03);
        }

    .information_main .page_num {
        padding: 15px 15px 75px;
    }

        .information_main .page_num a,
        .information_main .page_num b {
            width: 25px;
            height: 25px;
        }

    .page_num .pageing b {
        font-weight: 300;
    }


    .page_num .pageing a {
        font-weight: 300;
    }

    .tbl_search td a:active,
    .tbl_info td a:active,
    .btn_input_a a:active {
        background-color: var(--secondColor);
        color: var(--ovbtnTextColor);
        border: 1px solid var(--secondColor);
        transition: none;
    }

    .plus_data {
        width: 100%;
        height: 50px;
        margin-top: 10px;
    }

        .plus_data a {
            height: 40px;
            font-size: 1.2em;
        }

    .btn_column.between {
        display: flex;
        gap: 10px;
        margin-top: 23px;
    }

        .btn_column.between div {
            flex: 1;
        }

    .pass {
        height: 40px !important;
    }

        .pass .stat {
            width: 63px;
        }



    .btns a {
        font-size: 0.9em;
    }

    .visit_pagetitle {
        font-size: 1em;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 26px;
    }

        .visit_pagetitle img {
            width: 60%;
            display: block;
            opacity: .7;
            margin-bottom: 7px;
        }

    @keyframes fadeout {
        0% {
            position: fixed;
            top: -40px;
        }

        10% {
            top: 40px;
        }

        80% {
            top: 40px;
        }

        100% {
            top: -40px;
        }
    }

    .list_content select {
        width: 100%;
        height: auto;
        line-height: normal;
        font-family: inherit;
        padding: 0.8em 0.5em;
        background-color: var(--backgroundColor);
        border: 1px solid var(--borderColor);
        height: 50px;
        border-radius: 5px;
        height: 55px !important;
    }


    input[type="datetime-local"]::-webkit-calendar-picker-indicator,
    input[type="date"]::-webkit-calendar-picker-indicator {
        /*display: none;
        -webkit-appearance: none;*/
    }

    .companion .red_content {
        margin-top: 20px;
    }

    .new_footer {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 6px;
    }

        .new_footer div {
            width: auto;
        }

            .new_footer div:first-of-type {
                display: none;
            }

    .footermain {
        padding: 15px;
    }

        .footermain div {
            font-size: 5px;
        }

    .footer_button {
        display: block;
    }

        .footer_button button {
            padding: 6px;
            font-size: 6px;
            justify-content: center;
            display: flex;
            align-items: center;
        }

    /*230412 ì˜ˆì§„*/
    .prev {
        left: 5px;
    }

    .next2 {
        right: 5px;
    }



    .visit_center .slide_btn {
        opacity: 0.7;
    }

        .visit_center .slide_btn:hover {
            opacity: unset;
        }

        .visit_center .slide_btn:active {
            opacity: 0.9;
        }

        .visit_center .slide_btn img {
            width: 30px;
        }

    .question_paragraph {
        margin-bottom: 30px;
    }

    .question {
        font-size: 0.7em;
        line-height: 28px;
    }

    .answer_choice {
        padding: 0 17px;
        font-size: 0.6em;
        margin: 15px 0px;
    }

        .answer_choice div {
            gap: 4px;
            align-items: flex-start;
        }

    .again_wrap {
        align-items: unset;
        margin-top: 70px;
    }

        .again_wrap .main_page {
            padding: 0;
        }

        .again_wrap a {
            margin-top: 0 !important;
        }
    /*//230412 ì˜ˆì§„*/

    /*240313 기애리*/


    .bottom_btn_two {
        width: 100%;
        margin: 70px auto 0px;
        position: fixed;
        bottom: 0;
        z-index: 0;
        background-color: #fff;
        backdrop-filter: blur(10px);
        display: flex;
        left: 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 12px;
    }

        .bottom_btn_two a:first-child {
            width: 45%;
        }

        .bottom_btn_two a {
            width: 100%;
            font-size: 1em;
        }


    .font_20 {
        font-size: 17px;
    }

    .verification_code div {
        padding: 0;
    }

    a.wire {
        right: 5px;
        height: 45px;
        border-radius: 10px;
    }


    .pop_bbtn {
        width: 100%;
        border-radius: 10px;
    }

    .d_pop_box input {
        font-size: 15px;
    }

    .main_bottom_container {
        color: #666666;
        font-size: 12px;
        display: flex;
        justify-content: center;
    }

    .inner_td .pop_text {
        width: 169px;
    }


    .mini_choice table td {
        padding: 5px !important;
        text-align: center !important;
    }

    .list_content .selectbox {
        width: 100%;
        font-size: 15px;
    }

    .box_content select option {
        font-size: 15px;
    }

    .d_pop .selectbox {
        height: 37px !important;
        width: 90%;
    }

    .modal_title {
        font-size: 1.5em;
    }

    .pop_wrap {
        font-size: 1.3em;
        padding-top: 15px;
    }

    .pop_btns2 {
        margin-top: 10px;
    }

        .pop_btns2 button {
            font-size: 1.2em;
            margin-bottom: 12px;
            padding: 15px 0;
        }


    .policy_content {
        margin-top: 45px;
    }

    .check {
        font-size: 0.9em;
    }

    .state_center {
        display: flex;
        justify-content: center;
    }

    .completion_mobile {
        height: calc(100% - 80px) !important;
    }

        .completion_mobile .appointment {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .time_limit {
        font-size: 0.9em !important;
    }

    .sticky_tabs {
        border: none;
        margin-left: -10px;
        width: calc(100% + 20px);
        padding: 20px 30px;
        top: 71px;
    }

    .only_mobile_table {
        display: block;
    }

    .only_mobile_table_td {
        display: table-cell;
    }

    .terms {
        padding: 0;
        padding-top: 30px;
        height: 100%;
    }

        .terms .bottom_btn_two {
            margin: 20px 0 0;
            gap: 8px;
            padding: 12px;
        }

    .inner_td .arrow_icon {
        right: 14%;
    }

    w_728 {
        width: 728px;
    }

    .history_back {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        position: fixed;
        width: 100%;
        padding: 20px 0;
        top: 0;
        z-index: 1;
    }
}

/*//240313 기애리*/

@media screen and (max-width: 1920px) {
    .visit_top .form {
        height: 450px;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .visit_top .form {
        height: 300px !important;
    }
}

@media (min-width: 280px) and (max-width: 344px) {
    .list_state {
        gap: 0;
    }

    .check,
    .btns a {
        font-size: 0.8em;
    }

    .bottom_btn_two a {
        padding: 14px;
    }

    .info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .list_name {
        margin-bottom: 3px;
    }

    .galaxy_fold {
        display: flex;
        gap: 5px;
    }

    .button {
        padding: 9px;
        font-size: 13px;
    }

    .font_20 {
        font-size: 16px;
    }

    .box input,
    .inquiry input[type="text"],
    .additional,
    .list input[type="text"]:not(.pop_text),
    .list input[type="tel"] {
        font-size: 13px;
    }

    .list_name {
        font-size: 16px;
    }

    .d_pop .d_pop_box {
        width: 90%;
        max-height: 70% !important;
        padding: 20px;
        min-width: 260px;
        min-height: 500px;
        flex-direction: column;
    }

    .inner_td .pop_text {
        width: 112px;
    }

    .tbl_search table th, .tbl_search table td {
        font-size: 0.7em;
    }

    .tbl_list table th {
        font-size: 0.9em;
    }

    .d_pop a {
        padding: 7px 6px;
    }

    .gray_box {
        font-size: 12px;
        width: 60px;
    }

    .bottom_btn {
        margin: 50px auto 0;
    }

    .verification_code div {
        font-size: 1em;
    }

    .btns a {
        padding: 0 20px;
    }

    .tbl_list table th {
        height: 30px;
    }

    .mr10 {
        margin-top: 10px;
    }

    .time_limit {
        position: absolute;
        top: 52%;
        right: 52px;
        margin: auto 0;
        transform: translate(-50%, -50%);
    }

    .time_limit {
        font-size: 0.8em !important;
    }

    .tbl_prog colgroup col:nth-child(1) {
        width: 45% !important;
    }
        .tbl_prog colgroup col:last-child {
            width: 32% !important;
        }

        .main_desc {
            font-size: 19px;
        }

        .content {
            line-height: 26px;
            font-size: 14px;
        }

        .form_title,
        .timer {
            font-size: 15px;
        }

        .btn_tool {
            touch-action: manipulation;
        }
    }
