@charset "utf-8";

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-Black.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Black.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-ExtraBold.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-Bold.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-SemiBold.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-Medium.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-Regular.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-Light.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Light.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-ExtraLight.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url(https://s3.unipware.com/common/fonts_pretendard/Pretendard-Thin.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Thin.woff) format('woff');
}

/* common */
.c_form_control {
    display: block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color-3);
    background-color: var(--white-color);
    border: var(--input-border-grey);
    border-radius: 4px;
}
.c_line_form_control {
    display: block;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid var(--light-grey);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.btn_style{
    cursor: pointer;
    color: var(--white-color);
    padding: 6px 16px;
    border-radius: 4px;
    background-color: var(--main-color);
    white-space: nowrap;
}
.btn_outline_style{
    cursor: pointer;
    color: var(--main-color);
    padding: 6px 16px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    background-color: var(--white-color);
    white-space: nowrap;
}
.btn_grey_style{
    cursor: pointer;
    color: var(--white-color);
    padding: 6px 16px;
    border-radius: 4px;
    background-color: var(--light-grey);
    white-space: nowrap;
}
:root {
    --main-color: #5E8FEE;
    --secondary-color: #2851A0;
    --main-hover-color: #0579af;
    --main-contents-bg-color: #F5F9FF;
    --left-side-select-color: #E3EDFF;
    --font-color: #344054;
    --font-color-2: #737373;
    --font-color-3: #667085;
    --header-font-color: #2851A0;
    --white-color: #ffffff;
    --red-color: #ff0000;
    --left-side-bg: #E7EFF3;
    --table-hover-grey: #d1d1d1;
    --table-border: #c9c9c9;
    --light-grey: #C0C0C0;
    --dark-grey: #CCD2E3;
    --line-color: #E1E1E1;
    --main-border: 1px solid var(--main-color);
    --input-border-grey: 1px solid var(--light-grey);
    --bg-black-op-5: #00000080;
    --shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
body {
    font-size: 15px;
    color: var(--font-color-2);
    font-family: 'Pretendard';
    font-weight: 400;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
    -ms-overflow-style: none;
    background-color: var(--main-contents-bg-color);
    height: 100vh;
}
select.c_form_control.arrow {
    min-width: 100px;
    display: block;
    padding-right: 24px;
    line-height: 1.5;
    background-clip: padding-box;
    background: url(https://s3.unipware.com/images/arrow_down_black.png) calc(100% - 0.3rem) center no-repeat;
    background-color: var(--white-color);
    background-size: 9px;
    background-position: 92% 50%;
    outline: none;
}

/*로그인 페이지*/
.login_bg{
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--white-color),#A6C1FF 95%);
}
main#login_wrap {
    position: relative;
    width: 60%;
    height: 70%;
    background: linear-gradient(120deg, var(--main-color)50%, var(--white-color)33%);
    box-shadow: 7px 8px 15px gray;
}
.login_img{
    width: 300px;
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
}
.login_area{
    position: absolute;
    width: 260px;
    height: 45%;
    border: 1px;
    top: 50%;
    left: 78%;
    transform: translate(-50%, -50%);
}
.login_logo{
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    font-size: 30px;
    font-family: 'Pretendard'; 
    font-weight: 800;
    margin-bottom: 20px;
}
.login_text{
    margin-bottom: 7px;
    color: var(--font-color);
    font-family: 'Pretendard'; 
    font-weight: 500;
}
.login_area .form_control{
    padding: 8px;
}
.btn_login {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: var(--main-color);
    color: var(--white-color);
    transition: background-color 0.3s;
    margin-top: 25px;
}

/* common popup style */
.modal_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    background: var(--bg-black-op-5);
    z-index: 201;
}

.modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    min-height: 100px;
    overflow-y: auto !important;
    padding: 30px 16px;
    background: var(--white-color);
    z-index: 101;
    text-align: center;
}

.modal_wrap_sm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    padding: 0px 16px 20px 16px;
    background: var(--white-color);
    z-index: 101;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 3px 9px rgba(0,0,0,.5);
}
.modal_wrap_smd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 425px;
    width: 96%;
    padding: 0px 16px 20px 16px;
    background: var(--white-color);
    z-index: 101;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 3px 9px rgba(0,0,0,.5);
}
.modal_wrap_lg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1024px;
    width: 95%;
    padding: 0px 16px 20px 16px;
    background: var(--white-color);
    z-index: 101;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 3px 9px rgba(0,0,0,.5);
}
.modal_scroll {
    padding: 0 40px;
    max-height: 66vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal_scroll::-webkit-scrollbar{
    width: 6px;
    margin-right: 20px;
}
.modal_scroll::-webkit-scrollbar-thumb{
    background-color: #dfdfdf;
    border-radius: 10px;
    margin-right: 20px;
}
.modal_scroll::-webkit-scrollbar-track{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    margin-right: 20px;
}
.modal_top_w{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 15px 0px;
    background: var(--white-color);
}
.modal_top_w_sm{
    width: 100%;
    display: flex;
    justify-content:end;
    padding: 15px 0px;
    background: var(--white-color);
}
.modal_title {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    color: var(--font-color);
}
.modal_control{
    width: 15px;
    cursor: pointer;
}
.modal_contents_title{
    text-align: start;
    font-family: 'Pretendard';
    font-weight: 400;
    color: #000;
}
.modal_btn_w{
    margin-top: 30px !important;
    width: 100%;
    justify-content: center;
}
.modal_btn_w button{
    margin: 3px;
    padding: 5px 20px;
    border-radius: 3px;
}
.modal_btn_ok{
    background: var(--main-color);
    color: var(--white-color);
}

.modal_wrap_md {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
    max-height: 90%;
    padding: 50px 60px;
    background: var(--white-color);
    z-index: 101;
}

.modal_wrap>.modal_button {
    margin-top: 20px !important;
}

.modal_button>button {
    width: 100px;
    height: 40px;
    margin-bottom: 15px;
}
.manager_modal_wrap_sm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 270px;
    padding: 0px 24px 20px 33px;
    background: var(--white-color);
    z-index: 101;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 3px 9px rgba(0,0,0,.5);
}

/* common left aside */
#leftAside{
    background-color: var(--main-color);
    width: 250px;
    height: 100%;
    position: absolute;
}
.left_aside_logo{
    text-align: center;
    font-weight: bold;
    color: var(--white-color);
    font-size: 30px;
    font-family: 'Pretendard'; 
    font-weight: 800;
}
.logo{
    padding: 40px 0;
    cursor: pointer;
}
#pcNav{
    color: var(--white-color);
    margin-top: 19px;
}
#pcNav>ul>li>a, #mobileNav>ul>li>a{
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 20px;
    font-family: 'Pretendard';
    font-weight: 600;
    padding-left: 40px;
    /* margin-bottom: 10px; */
}
#pcNav>ul>li, #mobileNav>ul>li{
    padding: 6px 0;
}

#pcNav>ul>li.active>a{
    background-color: var(--left-side-select-color);
    color: var(--main-color);
    width: 85%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#pcNav>ul>li.active svg path, #mobileNav>ul>li.active svg path{
    fill: var(--main-color);
}
.nav_icon{
    width: 30px;
    margin-right: 30px;
}
.nav_lnb{
    display: none;
    background-color: var(--main-color);
}
.nav_lnb>li {
    opacity: 0.5;
    margin-left: 70px;
    font-size: 17px;
    padding: 9px;
    /* margin-bottom: 18px; */
    color: var(--white-color);
}
.nav_lnb.active{
    display: block;
}
.nav_lnb>li.active {
    opacity: 1;
}
.m_sign_out svg{
    fill:var(--white-color);
    width: 30px;
    height: 27px;
}

/* mobile nav */
.mobile_nav_bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--bg-black-op-5);
    z-index: 100;
}
.btn_close_mobile_nav{
    cursor: pointer;
    width: 30px;
    position: absolute;
    left: 230px;
    top: 10px;
}
.btn_close_mobile_nav svg{
    width: 30px;
}
#mobileNav{
    width: 220px;
    height: 100%;
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
    color: var(--white-color);
}
#mobileNav>ul>li.active>a{
    background-color: var(--white-color);
    color: var(--main-color);
}
.mobile_account{
    width: 80%;
    height: 40px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 40px;
}
.mobile_account>svg{
    margin-right: 10px;
}
.mobile_account>div{
    line-height: 35px;
}
.icon_account{
    width: 40px;
}
.m_sign_out{
    cursor: pointer;
    width: 80%;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 50px;
    left: 65%;
    transform: translateX(-50%);
}

/* header */
header{
    width: 100%;
    height: 12%;
    display: flex;
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_title{
    color: var(--header-font-color);
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 27px;
    display: flex;
    align-items: center;
}
.breadcrumb_arrow{
    width: 23px;
}
.account_sign_out_w{
    display: flex;
    align-items : center;
}
.account_area{
    color: var(--main-color);
    font-family: 'Pretendard';
    font-weight: 800;
    margin-left: 15px;
}
.sign_out_area{
    width: 30px;
    margin-left: 20px;
    cursor: pointer;
}
.sign_out_area>svg{
    width: 30px;
    height: 30px;
}
.account_sign_icon{
    width: 40px;

}

/* mobile header */
.mobile_header{
    width: 100%;
    padding: 0 16px;
    height: 60px;
    background-color: var(--main-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m_logo{
    cursor: pointer;
    font-weight: bold;
    color: var(--white-color);
    font-size: 30px;
    font-family: 'Pretendard'; 
    font-weight: 800;
}
.burger_icon{
    width: 30px;
    cursor: pointer;
}

/* common wrap */
.wrap {
    padding: 40px 150px 0px 150px;
}


/* tab&search area */
.tab_search_w{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.user_tab_area, .measure_tab_area{
    display: flex;
}
.user_tab_area>div, .measure_tab_area>div{
    cursor: pointer;
    text-align: center;
    padding: 5px 15px;
    font-size: 18px;
    border-color: var(--main-color);
    /* border-radius: 30px; */
    font-family: 'Pretendard';
    font-weight: 500;
    background-color: var(--main-contents-bg-colorr);
    color: var(--font-color-3);
    
    
}
.user_tab_area>div.active, .measure_tab_area>div.active{
    background-color: #e1ecff;
    color: #3853ec;
    border-bottom: 3px solid #3853ec;
    font-family: 'Pretendard';
    font-weight: 600;
}
.user_tab_area>div:first-of-type, .measure_tab_area>div:first-of-type{
    margin-right: 10px;
}
.user_tab_guest{
    margin-right: 10px;
}
.search_area{
    display: flex;
}
.user_search_input{
    padding-left: 45px;
    width: 200px;
}
.search_icon{
    width: 30px;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
}
.search_icon svg path{
    fill: #ddd;
}
.btn_add svg{
    fill: var(--white-color);
    width: 25px;
}




/* common maincontents */
#mainContents{
    width: calc(100% - 250px);
    height: 100vh;
    overflow: auto;
    margin-left: 250px;
    background-color: var(--main-contents-bg-color);
}




/* user */
.table_wrap{
    padding: 20px 45px 40px 45px;
    background-color: var(--white-color);
    border-radius: 15px;
    width: 100%;
}
.tab_contents_02, .tab_contents_03{
    display: none;
}
.search_area input{
    padding: 8px 15px 8px 45px;
}

/* table */
.table_w{
    max-height: 550px;
    overflow: auto !important;
    width: 100%;
    white-space: nowrap;
    border-bottom: 2px solid var(--font-color-2);
}
.table_w table.table thead th, .table_w table.table thead td {
    border-bottom: 2px solid #A3A3A3;
}
.table_w table.table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}
.table_w_01{
    max-height: 340px;
}
.table_w::-webkit-scrollbar {
    width: 6px;
}
.table_w::-webkit-scrollbar:horizontal {
    height: 6px;
}
.table_w::-webkit-scrollbar-thumb {
    background-color: #727272;
    border-radius: 10px;
}
.table_w::-webkit-scrollbar-track {
    background-color: rgb(206, 206, 206);
    border-radius: 10px;
}
.table_w .table_thead {
    background-color: var(--white-color);
    position: sticky !important;
    top: 0;
    border-bottom: 2px solid #a3a3a3 !important;
}
.table{
    color: var(--font-color-2) !important;
    margin-bottom: 0;
}
.table_hover_light_blue>tbody>tr:hover{
    background-color: #E8EFFD;
}
.table>thead>tr>th{
    border-top: 0;
}
.table tbody tr td{
    vertical-align: middle;
}
.table td{
    border-bottom: 1px solid #A3A3A3;
}
.table tr:last-child td{
    border-bottom: 0;
}
.table thead th {
    border-bottom: 3px solid #A3A3A3;
}
/* table sorting */
.table_w table.table thead>tr>th.sorting, .table_w table.table thead>tr>th.sorting_asc{
    cursor: pointer;
    position: relative;
    padding-left: 26px;
}
.table_w table.table thead>tr>th.sorting:before, .table_w table.table thead>tr>th.sorting:after, .table_w table.table thead>tr>th.sorting_asc:before{
    position: absolute;
    display: block;
    opacity: .125;
    line-height: 8px;
    font-size: .6em;
}
.table_w table.table thead>tr>th.sorting:before, .table_w table.table thead>tr>th.sorting_asc:before{
    bottom: 50%;
    content: "▲";
    content: "▲"/"";
}
.table_w table.table thead>tr>th.sorting:after, .table_w table.table thead>tr>th.sorting_asc:after{
    top: 50%;
    content: "▼";
    content: "▼"/"";
}
.table_w table.table thead>tr>th.sorting_asc:before, .table_w table.table thead>tr>th.sorting_desc:after, .table_w table.table thead>tr>td.sorting_asc:before, .table_w table.table thead>tr>td.sorting_desc:after {
    opacity: 0.8;
}
.table_w table.table thead>tr>th.sorting:before, .table_w table.table thead>tr>th.sorting:after{
    left: 10px;
}
.table_w table.table thead>tr>th.sorting {
    padding-right: 10px;
}
/* pagination */
.pagination{
    font-size: 15px;
    padding: 20px 0 10px 0;
    width: 100%;
    /* margin: 20px 0px */
}
.pagination ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pagination li{
    display: inline-block;
    color: #222;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
}
.pagination li.is-active{
    background-color: #dbdbdb;
    border-radius: 100%;
}
.pg_arrow{
    width: 100%;
    height: 37px;
}
.pg_arrow svg{
    width: 23px;
}

/* unuser_detail */
.measurement_data_area>div:nth-child(1), .survey_data_area>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.user_info, .by_period_contents, .by_trend_contents, .survey_result{
    background-color: var(--white-color);
    padding: 20px 20px;
    border-radius: 15px;
    margin-top: 20px;
}
.by_period_contents>div>div, .by_trend_contents>div>div{
    justify-content: center;
}
.user_info{
    max-width: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 35px;
}
.user_info>div>div{
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.user_info>div>div:last-child{
    margin-bottom: 0;
}
.user_info>div>div>div:nth-child(1){
    width: 66px;
}
.user_info>div>div>div:nth-child(2){
    color: var(--font-color);
    font-weight: normal;
}
.recent_7days{
    width: 100%;
    padding: 30px 0 20px 0;
    cursor: pointer;
    li{
        text-align: center;
        margin-right: 25px;
        margin-top: 20px;
    }
    li:last-child{
        margin-right: 0px;
    }
    .date{
        margin-bottom: 15px;
        color: #000;
        font-weight: 600;
    }
    ul{
        display: flex;
        flex-wrap: wrap;
    }
    .card_w{
        background: var(--white-color);
        padding: 15px 25px;
        box-shadow: 3px 0px 5px rgba(99, 147, 239, .25);
        border-radius: 10px;
        position: relative;
        height: 100px;
    }
    label{
        word-break: keep-all;
    }
    .img_w{
        width: 35px;
        height: 35px;
        background: #D1DFFB;
        border-radius: 5px;
        /* box-shadow: 3px 0px 5px rgba(99, 147, 239, .25); */
        padding: 5px;
        margin-right: 20px;
        transition: all 0.3s ease;
    }
    .img_w.second{
        padding: 7px;
    }
    .card_w:hover .img_w, li.active .img_w{
        background: var(--main-color);
    }
    .index{
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    .arrow_down{
        background: #EBEBEB;
        height: 20px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: flex;
        justify-content: center;
        transition: all 0.3s ease;
    }
    .card_w:hover .arrow_down, li.active .arrow_down{
        background: var(--main-color);
    }
    .arrow_down img{
        width: 10px;
    }
}
.date_area{
    display: none;
}
.date_area.active{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 5px 20px 0 20px;
    label.date{
        position: absolute;
        font-size: 20px;
        border-bottom: 2px solid var(--main-color);
        left: 0;
        top: 20px;
        padding: 10px 40px 10px 35px;
        color: var(--main-color);
        font-weight: 600;
    }
    .button{
        width: 100%;
        display: flex;
        justify-content: end;
    }
    button{
        background: var(--main-color);
        border-radius: 3px;
        display: flex;
        padding: 5px 20px;
        color: var(--white-color);
        align-items: center;
        cursor: pointer;
    }
    button img{
        width: 15px;
    }
    .button_divider {
        width: 1px; /* 세로 줄의 너비 */
        height: 26px; /* 세로 줄의 높이, 원하는 높이로 조절 가능 */
        background: var(--white-color); /* 세로 줄의 색상 */
        margin: 0 15px; /* 세로 줄 주위의 간격 */
    }
    button label{
        display: block;
        text-align: left;
        font-size: 12px;
    }
    button label.download{
        font-size: 15px;
        margin-top: -3px;
    }
    .img_download {
        display: none;
    }
    button:hover .img_sound {
        display: none;
    }
    button:hover .img_download {
        display: inline;
    }
}
.recent_measure{
    max-width: calc(100% - 340px);
    min-width: 450px;
    width: 100%;
    background-color: var(--white-color);
    padding: 20px 0px;
    border-radius: 15px;
    margin-top: 20px;
}
.recent_measure>div:nth-child(1){
    font-size: 13px;
    margin-left: 20px;
}
.recent_measure>div:nth-child(2){
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    text-align: center;
}
.recent_measure>div:nth-child(2)>div{
    width: 33%;
    border-right: 1px solid var(--dark-grey);
}
.recent_measure>div:nth-child(2)>div:last-child{
    border-right: 0;
}
.recent_measure_title{
    color: #000;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.recent_measure_result{
    font-size: 30px;
    font-weight: bold;
}
.recent_measure>div:nth-child(2)>div:nth-child(1)>div.recent_measure_result{
    color: var(--main-color);
}
.recent_measure>div:nth-child(2)>div:nth-child(2)>div.recent_measure_result{
    color: #4973C5;
}
.recent_measure>div:nth-child(2)>div:nth-child(3)>div.recent_measure_result{
    color: #8688BF;
}
.recent_measure>div:nth-child(2)>div:nth-child(4)>div.recent_measure_result{
    color: #419DF2;
}
.measurement_data_tab{
    display: flex;
}
.measurement_data_tab>div{
    padding: 3px 10px;
    color: #A1A1A1;
    font-size: 20px;
    margin-top: 30px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 15px;
}
.measurement_data_tab>div.active{
    border-bottom: 5px solid #2851A0;
    color: #2851A0;
}
.by_trend_contents{
    display: none;
}
.by_period_contents>div, .by_trend_contents>div, .survey_result>div{
    max-height: 360px !important;
    overflow-y: auto;
}
.by_period_contents.long>div{
    max-height: 380px !important;
    overflow-y: auto;
}
.by_period_contents>div::-webkit-scrollbar, .by_trend_contents>div::-webkit-scrollbar, .survey_result>div::-webkit-scrollbar{
    width: 6px;
    margin-right: 20px;
}
.by_period_contents>div::-webkit-scrollbar-thumb, .by_trend_contents>div::-webkit-scrollbar-thumb, .survey_result>div::-webkit-scrollbar-thumb {
    background-color: #727272;
    border-radius: 10px;
    margin-right: 20px;
}
.by_period_contents>div::-webkit-scrollbar-track, .by_trend_contents>div::-webkit-scrollbar-track, .survey_result>div::-webkit-scrollbar-track {
    background-color: rgb(206, 206, 206);
    border-radius: 10px;
    margin-right: 20px;
}
.period_title{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.period_contents_w{
    display: none;
}
.period_contents_w.active{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.period_contents{
    margin-top: 5px;
}
.period_sm_txt{
    color: #898989;
    font-size: 14px;
}
.period_average>div{
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--dark-grey);
}
.period_average>div:last-child{
    border-bottom: 0;
}
.period_average>div>div:nth-child(1){
    width: 100px;
}
.period_average>div>div:nth-child(2){
    font-size: 20px;
    font-weight: 600;
}
.period_average>div:nth-child(1)>div:nth-child(2){
    color: var(--main-color);
}
.period_average>div:nth-child(2)>div:nth-child(2){
    color: #4973C5;
}
.period_average>div:nth-child(3)>div:nth-child(2){
    color: #8688BF;
}
.period_average>div:nth-child(4)>div:nth-child(2){
    color: #419DF2;
}
/* .period_chart{
    max-width: 900px;
    width: 100%;
    max-height: 260px;
    min-height: 260px;
}
.period_chart>canvas{
    max-width: 900px !important;
    width: 100% !important;
    max-height: 260px !important;
    min-height: 260px !important;
} */
.period_chart{
    max-width: 70%;
    width: 100%;
    max-height: 270px;
    min-height: 270px;
}
.period_chart>canvas{
    max-width: 100% !important;
    width: 100% !important;
    max-height: 270px !important;
    min-height: 270px !important;
}
.period_badge{
    padding: 3px 14px;
    border-radius: 20px;
    color: var(--white-color);
}
.mon_badge{
    background-color: #F96A6A;
}
.tue_badge{
    background-color: #FFA031;
}
.wed_badge{
    background-color: #FFD056;
}
.thu_badge{
    background-color: #59C931;
}
.fri_badge{
    background-color: #5999BD;
}
.sat_badge{
    background-color: #6B78BB;
}
.sun_badge{
    background-color: #A443B4;
}
.survey_data_area{
    display: none;
}
.survey_date_select{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.survey_question{
    color: #C0C0C0;
    width: 35%;
}
.survey_question>div:nth-child(1){
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.survey_quesion.active{
    color: var(--main-color);
    font-family: 'Pretendard';
    font-weight: 600;
}
.survey_result>div{
    max-height: 423px;
    overflow-y: auto;
}
.survey_result_total{
    display: flex;
    right: 0;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.survey_result_total_title{
    font-size: 17px;
    color: #000;
    font-family: 'Pretendard';
    font-weight: 800;
    display: flex;
}
.survey_result_total_title>div{
    padding: 8px;
}
.under_line{
    border-bottom: 0.5px solid var(--light-grey);
    width: 100%;
}

/* statistics_measure */
.measure_option{
    font-size: 18px;
    border-color: var(--main-color);
    border-width: 2px;
    border-radius: 8px;
    color: var(--font-color-3);
    font-family: 'Pretendard';
    font-weight: 500;
}
.statistics_contents{
    width: 100%;
    background-color: var(--white-color);
    padding: 40px 40px;
    border-radius: 15px;
    margin-top: 20px;
}
.survey_content{
    margin-bottom: 40px;
}
.choose_area{
    display: flex;
    justify-content: center;
}
.choose_area>div{
    display: flex;
    align-items: center;
}
.choose_area_title{
    color: #000;
    font-family: 'Pretendard';
    font-weight: 500;
}
.unit_group{
    display: flex;
}
.unit_group>button{
    border: 1px solid var(--light-grey);
    margin-right: -4px;
    background: var(--white-color);
    display: block;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color-3);
}
.unit_group button.active{
    background: var(--main-color);
    color: var(--white-color);
}
.statistics_contents button.active{
    background: var(--main-color);
    color: var(--white-color);
}
.unit_group div :first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.unit_group :first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.unit_group div :last-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.unit_group :last-child{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.statistics_contents .period_chart{
    max-width: 1300px;
    max-height: 450px;
    text-align: center;
}
.statistics_contents .period_chart>canvas{
    margin: 0 auto;
}
.btn_serch{
    display: flex;
    background: #25C7BD;
    padding-bottom: 2px;
    border-radius: 5px;
    color: var(--white-color);
    align-items: center;
    padding: 4px 20px;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 500;
}
.btn_serch svg{
    width: 15px;
    height: 15px;
    fill:var(--white-color);
}
.modal_wrap_line{
    border-bottom: 0.5px solid var(--light-grey);
    width: 100%;
}

/* statistics_survey */
.survey_title{
    color: #000;
    font-family: 'Pretendard';
    font-weight: 400;
    margin-bottom: 10px;
}
.survey_table_section{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.survey_table_area{
    width: 40%;
}
.survey_table_W{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 15px;
}
.survey_table {
    max-height: 550px;
    overflow: auto !important;
    width: 100%;
    white-space: nowrap;
    border-bottom: 2px solid #EAECF0;
    font-size: 14px;
    font-family: 'Pretendard';
    font-weight: 400;
}
.survey_table>thead>tr>th{
    /* border-top: 0; */
    padding: 10px 10px;
}
.survey_table tbody tr td{
    vertical-align: middle;
    padding: 8px 10px 8px 15px;
}
.survey_table td{
    border-bottom: 1px solid #EAECF0;
}
.survey_table tr:last-child td{
    border-bottom: 0;
}
.survey_table thead th {
    border-top: 2px solid #EAECF0;
    border-bottom: 2px solid #EAECF0;
}
.survey_table_highlight{
    background-color: #dde8fd;
}
.survey_table_highlight>td{
    color: #000;
    font-family: 'Pretendard';
    font-weight: 500;
}
.statistics_contents{
    max-height: 500px;
    overflow-y: auto;
}




/* information */
.contents_wrap{
    padding: 30px 45px;
    background-color: var(--white-color);
    border-radius: 15px;
    width: 100%;
}
.info_edit_buttons{
    display: flex;
    justify-content: end;
}
.modify_icon, .delete_icon, .edit_icon{
    width: 30px;
    cursor: pointer;
    fill:var(--light-grey)
}
.info_add_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info_add_wrap>div:nth-child(1){
    width: 150px;
}
.date_input{
    width: 200px;
}
.textarea_style{
    width: 100%;
    min-height: 400px;
}
.btn_info_common{
    padding: 3px 16px;
    background-color: var(--left-side-bg);
    color: var(--header-font-color);
    border-radius: 6px;
}
.input_link{
    width: 440px;
}
.max_length{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link_max{
    max-width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* information_detail */
.info_detail_title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 30px;
    font-family: 'Pretendard';
    font-weight: 600;
    
    color: #000;
}
.info_detail_period{
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-grey);
}
.info_detail_contents{
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 17px;
    line-height: 30px;
}
.info_detail_img img{
    max-height: 250px;
    object-fit: scale-down;
}
.info_detail_file{
    color: #000;
    display: flex;
    margin-bottom: 20px;
}
.info_detail_file svg{
    width: 15px;
    fill:var(--font-color-2);
    margin-right: 8px;
}
.info_detail_link{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.info_detail_link_title{
    background: var(--left-side-select-color);
    padding: 7px 12px;
    border-radius: 5px;
}

/* information_add */
.info_add_form_control {
    display: block;
    padding: 10px 10px 10px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color-3);
    background-color: var(--white-color);
    border: var(--input-border-grey);
    border-radius: 4px;
}
.size_helper{
    font-size: 12px;
    color: #F96A6A;
}
.img_file_delete{
    width: 14px;
    padding-bottom: 10px;
    cursor: pointer;
}
.add_image, .minus_image{
    cursor: pointer;
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 2px;
}
.add_image svg, .minus_image svg{
    width: 20px;
    fill: var(--main-color);
}
.info_preview{
    max-width: 360px;
    margin: 0 auto;
    border: var(--input-border-grey);
    border-radius: 10px;
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
}
.info_preview::-webkit-scrollbar{
    width: 6px;
    margin-right: 20px;
}
.info_preview::-webkit-scrollbar-thumb{
    background-color: #dfdfdf;
    border-radius: 10px;
    margin-right: 20px;
}
.info_preview::-webkit-scrollbar-track{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    margin-right: 20px;
}
.info_preview::-webkit-scrollbar-button:start {
    background-color: transparent;
}
.info_preview::-webkit-scrollbar-button:end {
    background-color: transparent;
}
.info_title{
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
    text-align: left;
}
.info_date{
    font-size: 13px;
    text-align: left;
}
.info_contents{
    text-align: left;
    line-height: 1.6;
}
.info_contents>figure{
    margin: 15px 0;
}

.btn_link{
    position: relative;
    cursor: pointer;
    background-color: #8148E9;
    color: var(--white-color);
    font-size: 12px;
    padding: 2px 10px;
    padding-right: 26px;
    border-radius: 13px;
}
.btn_link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    background: var(--white-color);
    width: 15px;
    height: 1px;
}
.btn_link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    margin: -2.3px 0 0;
    background: var(--white-color);
    transform: rotate(45deg);
    width: 6.5px;
    height: 1px;
}
.text-ellipsis{
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



















#footer{
    padding: 30px;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    font-family: 'Pretendard';
    font-weight: 100;
    opacity: 0.5;
    color: var(--white-color);
    letter-spacing: 0.5px;
}
















/* 미디어쿼리 */
@media (max-width:1620px) {
    .wrap{
        padding: 40px 60px 0px 60px
    }
    .unit_group>button{
        padding: 4px 10px;
    }
}

@media (max-width:1500px) {
    .recent_measure_title{
        font-size: 15px;
    }
    .recent_measure_result{
        font-size: 20px;
    }
    .recent_measure>div:nth-child(2){
        margin-top: 35px;
    }

}
@media (max-width:1440px) {
    .choose_area{
        display: block;
    }
    .choose_area>div{
        margin-bottom: 10px;
    }
    .survey_content{
        margin-bottom: 0px;
    }
    .statistics_contents{
        max-height: 380px;
        overflow-y: auto;
        padding: 20px;
    }
    .survey_table_section{
        display: block;
    }
    .survey_table_area{
        margin-bottom: 60px;
        width: 80%;
    }
}


@media (max-width:1200px) {
    .wrap{
        padding: 30px;
    }
    
}

@media (max-width:1100px) {
  
    .login_img{
        display: none;
    }
    main#login_wrap{
        background: white;
        width: 80%;
    }
    .login_area{
        max-width: 380px;
        width: 80%;
        left: 50%;
    }
}

@media (max-width:1024px) {
}

@media (max-width:991px) {
}

@media (max-width:859px) {
}

@media (max-width:767px) { 
    #leftAside{
        display: none;
    }
    #mainContents{
        margin-left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: var(--white-color);
    }
    #header{
        display: none;
    }
    .wrap{
        padding: 30px 16px;
    }
    #footer{
        width: 100%;
        margin-left: 0;
        position: static;
    }
    .modal_scroll {
        padding: 0px 10px;
    }
    .table_wrap, .contents_wrap {
        padding: 0;
    }
    .pagination {
        font-size: 14px;
    }
    .pagination li{
        color: #222;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .statistics_contents{
        padding: 10px 10px;
    }
    .survey_table_area{
        margin-bottom: 60px;
        width: 100%;
    }
}

@media (max-width:620px) {}

@media (max-width:540px) {
    
}

@media (max-width:500px) {
    .recent_measure{
        min-width: 10px;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width:425px) {
    .all, .one_month, .three_month, .year{
        padding: 5px 15px;
    }
    .modal_scroll {
        padding: 0;
    }
    .date_area.active label.date{
        padding: 10px 20px 10px 15px;
    }
    .date_area .button button img{
        display: none;
    }
    .date_area .button button{
        padding: 5px 10px;
    }
    .button_divider{
        display: none;
    }
}

@media (max-width:375px) {
    .modal_wrap_sm{
        width: 95%;
    }

}

@media (max-width:320px) {

}