﻿@charset "utf-8";

/* login */
.login_wrap {
    position: relative;
    min-height: 100vh;
    background: url('../image/main/login_bg.jpg') no-repeat center / cover;
}

.login_wrap .login_box {
    width: 700px;
    height: 695px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.login_inner {
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.login_inner .logo {
    width: 193px;
    height: 49px;
}

.login_inner .login_ment_box {
    color: #A6A6A6;
}

.common_input_form_box {
    width: 100%;
    color: #111;
}

.common_input_form_box input {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    padding: 0 15px;
}

.common_input_form_box .box {
    border-radius: 3px;
    border: 1px solid #CFD4DD;
    width: 100%;
    height: 50px;
}

.save_btn_box {
    margin-right: auto;
}

.save_btn_box input {
    display: none;
}

.save_btn_box input[type="checkbox"]+label {
    position: relative;
    display: block;
    color: #999;
    padding-left: 30px;
}

.save_btn_box input[type="checkbox"]+label::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../image/main/chk.svg') no-repeat center / contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.save_btn_box input[type="checkbox"]:checked+label:after {
    background: url('../image/main/chk_on.svg') no-repeat center / contain;
}

.login_box .login_btn {
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background-color: #171A1E;
    line-height: 60px;
}

.login_box .etc_box {
    margin-right: auto;
}

.login_box .etc_box .box {
    line-height: 1.6rem;
}

.login_box .etc_box .name {
    min-width: 200px;
}

.common_input_form_box .name {
    line-height: 1;
    font-weight: 500;
}

/* END login */

/* cpmanagement */
.common_form_box .style_box.s_box_2 {
    min-width: 550px;
}

.common_list_top {
    justify-content: space-between;
}

.list_common_btn {
    border-radius: 4px;
    height: 40px;
    background-color: #171A1E;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    padding: 0 27px;
    font-size: 12px;
}


.list_click_btn {
    border-radius: 4px;
    height: 40px;
    background-color: #efeff8;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    padding: 0 27px;
    font-size: 12px;
}

.calendar_table.cpmanagement .body td {
    text-align: center;
}
.calendar_table .body  {
	height: 150px;
	vertical-align: top;

}
.calendar_table.cpmanagement .body td.link {
    cursor: pointer;
}

/* END cpmanagement */

/* cpedit */
.cpedit_wrap {
    padding-bottom: 50px;
	overflow: hidden;
}

.common_table_wrap.pop {
    padding: 35px;
    padding-top: unset;
}

.common_table_wrap.pop.one {
    background-color: #F8F8F8;
}

.common_table_wrap.pop.two .line_box {
    padding-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.pop_input_wrap {
    border: 1px solid #C6C6C6;
    text-align: left;
}

.list_common_btn.pop {
    background-color: #3751FF;
    color: #fff;
    padding: 0 78px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
}

.pop_input_wrap tr:not(:last-child) {
    border-bottom: 1px solid #C6C6C6;
}

.pop_input_wrap th,
.pop_input_wrap td {
    padding: 15px;
    line-height: 1;
    font-weight: 400;
}

.pop_input_wrap th {
    border-right: 1px solid #C6C6C6;
    background-color: #E7EAED;
    width: 150px;
    font-size: 13px;
}

.pop_input_wrap td {
    font-size: 12px;
    width: calc(100% - 150px);
}
.pop_input_wrap .pop_input input.type0 {
    border: 1px solid #D6D6DF;
    height: 30px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #111;
    padding: 0 10px;
}
.pop_input_wrap .pop_input input.type1 {
    border: 1px solid #D6D6DF;
    height: 30px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #111;
    padding: 0 10px;
}
.pop_input_wrap .pop_input textarea.type1 {
    border: 1px solid #D6D6DF;
    height: 200px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #111;
    padding: 0 10px;
}
.pop_input_wrap .pop_input th,
.pop_input_wrap .pop_input td {
    padding: 6.5px 15px;
}

.pop_input_wrap .pop_input td.nft_txt {
	display:flex;
	align-items:center;
	width:100%;
	gap: 10px;
}

.pop_input_wrap .pop_input td.nft_txt .nft_xbtn {
	min-width:14px;
	max-width:14px;
	cursor:pointer;
	display:flex;
	align-items:center;
}

.common_table_wrap.pop .nft_add_btn{
	margin:10px 0 0 auto;
}

.common_table_wrap.pop .nft_add_btn button {
	font-size : 14px;
	padding : 6px 14px;
	border-radius : 50px;
	background-color : #3751ff;
	color:#fff;
}

.pop_radio th,
.pop_radio td {
    padding: 14px 15px;
}

.pop_input_wrap .pop_input input.type0 {
    width: 100px;
}
.pop_input_wrap .pop_input input.type2 {
    width: 160px;
}

.pop_input_wrap .pop_input input.type3 {
    width: 100%;
}

.pop_input_wrap .pop_input .tel span {
    margin: 0 5px;
}

.pop_input_wrap .pop_input .style_box {
    height: 30px;
    position: relative;
    border: 1px solid #D6D6DF;
/*    min-width: 25%;*/
    min-width: 25%;
}

.pop_radio_box input[type='radio'] {
    cursor: pointer;
}

.common_table_wrap_tit {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.common_table_wrap_tit .red {
    color: #EF3C32;
}

.common_table_wrap_box {
    margin-bottom: 10px;
}

.common_table_wrap_box .name {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}

.toast_wrap .alt_msg {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url('../image/main/msg_icon.svg') no-repeat center / contain;
    position: relative;
    display: block;
}

.toast_wrap {
    position: relative;
}

.alt_toast {
    position: absolute;
    left: 150%;
    top: 50%;
    min-width: 250px;
    transform: translateY(-50%);
    padding: 10px;
    padding-right: 30px;
    border-radius: 3px;
    background-color: #171A1E;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    display: none;
}

.alt_toast .ment {
    line-height: 1.3em;
}

.alt_toast::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    left: 0;
    border: 7px solid transparent;
    border-right: 9px solid #171A1E;
    z-index: 0;
}

.toast_close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url('../image/main/toast_close.svg') no-repeat center / contain;
}

.common_table_wrap_box .ct_input_box {
    height: 30px;
    width: 100%;
    border: 1px solid #D6D6DF;
    background-color: #fff;
}

.common_table_wrap_box .ct_input_box input {
    outline: unset;
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #111;
    padding: 0 10px;
}

.ct_input_box_wrap .name {
    color: #999;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
}

.common_table_wrap.two.pop .total_box {
    gap: 40px;
}

.ct_input_box_wrap.one,
.ct_input_box_wrap.two {
    flex: 1;
}

.ct_input_box_wrap.three {
    flex: 2;
    position: relative;
}

.ct_input_box_two {
    height: 30px;
    width: 100%;
    border-bottom: 2px solid #000;
}
.radio_box input[type='radio']:checked+label {
    color: #3361FF;
}
.ct_input_box_two input[type='text'] {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
}

.ct_input_box_two input[type='text']::placeholder {
    color: #D1D1D1;
}

.ct_input_box_two .chk_box input[type='checkbox'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 15px;
    height: 15px;
    background: url('../image/main/md_chk.svg') no-repeat center / contain;
}

.ct_input_box_two .chk_box input[type='checkbox'] + label {
    font-weight: 500;
}

.ct_input_box_two .chk_box input[type='checkbox']:checked+label {
    color: #3361FF;
}

.ct_input_box_two .chk_box input[type='checkbox']:checked {
    background: url('../image/main/md_chk_on.svg') no-repeat center / contain;
}

.ct_input_box_wrap.three .ment {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #8F8F8F;
}

.ct_input_box_wrap.three .ment .blue {
    font-weight: 500;
}

.ct_input_box_wrap.one .ct_input_box_two {
    position: relative;
}

.ct_input_box_wrap.one .ct_input_box_two .percent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 700;
    right: 0;
}

.ct_input_box_two .test_select {
    width: 100%;
    border: unset;
    background-color: transparent;
    height: 100%;
    line-height: 30px;
    padding: unset;
}

.ct_input_box_two .test_select .list {
    width: 100%;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.1);
}

.common_table_wrap.pop.two .ment_box {
    font-size: 13px;
    font-weight: 700;
    color: #999;
}

.common_table_wrap.pop.two .ment_box .input_box {
    height: 30px;
    border-bottom: 2px solid #000;
    margin: 0 10px;
}

.common_table_wrap.pop.two .ment_box .input_box input {
    outline: unset;
    font-size: 12px;
    font-weight: 700;
}

.common_table_wrap.pop.two .ment_box .input_box input::placeholder {
    color: #D1D1D1;
}

.common_table_wrap .two_box_wrap {
    gap: 25px;
}

.common_table_wrap .two_box_wrap .box {
    padding: 15px 20px 35px;
    background-color: #F8F8F8;
    width: 100%;
}

.common_table_wrap .two_box_wrap .box .t_name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.common_table_wrap.two.pop .total_box.two {
    margin-bottom: 15px;
}

.file_box_wrap {
    margin-bottom: 15px;
}

.file_box_wrap .name {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
}

.file_box_wrap .file_box {
    width: 100%;
    height: 30px;
    align-items: stretch;
}

.file_box_wrap .file_box .box {
    height: 100%;
    width: 100%;
    border: 1px solid #D6D6DF;
    border-right: unset;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
}

.file_box_wrap .file_box .file_btn {
    background-color: #3D3D3D;
    width: 130px;
    min-width: 130px;
    height: 100%;
    color: #Fff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file_box_wrap .file_box input.file_btn {
    display: none;
}

/* END cpedit */

/* detail */
.detail_tit {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.detail_tit.chk {
    align-items: flex-end;
    justify-content: space-between;
}

.checkbox_wrap.detail {
    margin-right: 185px;
    font-size: 12px;
    font-weight: 400;
}

.common_form_box_wrap {
    gap: 20px;
    align-items: flex-end;
}

.detail_form_box {
    table-layout: fixed;
}

.detail_form_box th,
.detail_form_box td {
    border: 1px solid #C6C6C6;
    padding: 10px 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.detail_form_box th {
    background-color: #E7EAED;
    width: 175px;
    text-align: left;
}

.detail_form_box td .ment {
    justify-content: space-between;
}

.mail_info_box_wrap {
    font-size: 11px;
    font-weight: 500;
    color: #888;
}

.mail_info_box_wrap>div {
    position: relative;
}

.mail_info_box_wrap>div .icon {
    margin-right: 5px;
}

.mail_info_box_wrap .tel .icon {
    width: 10px;
    height: 10px;
    background: url('../image/main/tell_icon.svg') no-repeat center / contain;
}

.mail_info_box_wrap .mail .icon {
    width: 15px;
    height: 15px;
    background: url('../image/main/mail_icon.svg') no-repeat center / contain;
}

.mail_info_box_wrap .tel {
    align-items: flex-end;
    margin-right: 5px;
    padding-right: 8px;
}

.mail_info_box_wrap .tel::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 9px;
    background-color: #D8D8D8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.common_search_btn.detail {
    min-width: 160px;
    font-size: 12px;
}

.state_chk_box {
    background-color: #F8F8F8;
    padding: 25px 50px;
    height: 185px;
    position: relative;
}

.state_chk_box .no_ment {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    color: #aaa;
    font-size: 11px;
    font-weight: 500;
}

.state_chk_box .box_wrap {
    align-items: baseline;
}

.state_chk_box .box_wrap .sub_box_wrap {
    flex: 1;
    position: relative;
    cursor: pointer;
}

.state_chk_box .box_wrap .box {
    justify-content: center;
    padding: 25px 0 20px;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    position: relative;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    height: 98px;
    width: 100%;
}

.state_chk_box .box_wrap .sub_box_wrap:not(:first-child) .box {
    border-left: unset;
}

.state_chk_box .box_wrap .sub_box_wrap:not(:last-child):after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 16px 11px 17.5px;
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    display: block;
    width: 0;
    z-index: 1;
    top: 45px;
    left: calc(100% - 1.3px);
    transform: translateX(-33%) rotate(90deg);
    z-index: 2;
}

.state_chk_box .box_wrap .sub_box_wrap:not(:last-child):before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 16px 11px 17.5px;
    border-color: #D2D2D2 rgba(0, 0, 0, 0);
    display: block;
    width: 0;
    z-index: 0;
    top: 45px;
    left: calc(100% - 0.3px);
    transform: translateX(-33%) rotate(90deg);
    z-index: 2;
}

.state_chk_box .box_wrap .box .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(1) .icon {
    background: url('../image/sub/step_01.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(1):hover .icon {
    background: url('../image/sub/step_01_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(2) .icon {
    background: url('../image/sub/step_02.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(2):hover .icon {
    background: url('../image/sub/step_02_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(3) .icon {
    background: url('../image/sub/step_03.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(3):hover .icon {
    background: url('../image/sub/step_03_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(4) .icon {
    background: url('../image/sub/step_04.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(4):hover .icon {
    background: url('../image/sub/step_04_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(5) .icon {
    background: url('../image/sub/step_05.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(5):hover .icon {
    background: url('../image/sub/step_05_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(6) .icon {
    background: url('../image/sub/step_06.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(6):hover .icon {
    background: url('../image/sub/step_06_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(7) .icon {
    background: url('../image/sub/step_07.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(7):hover .icon {
    background: url('../image/sub/step_07_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(8) .icon {
    background: url('../image/sub/step_08.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(8):hover .icon {
    background: url('../image/sub/step_08_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(9) .icon {
    background: url('../image/sub/step_09.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(9):hover .icon {
    background: url('../image/sub/step_09_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(10) .icon {
    background: url('../image/sub/step_10.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap:nth-child(10):hover .icon {
    background: url('../image/sub/step_10_on.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap.chk .icon {
    background: url('../image/sub/step_ok.svg') no-repeat center / contain;
}

.state_chk_box .box_wrap .sub_box_wrap.chk {
    pointer-events: none;
}

.state_chk_box .box_wrap .sub_box_wrap.chk .box {
    color: #3361FF;
}

.state_chk_box .box_wrap .sub_box_wrap.chk .box {
    border: 1px solid #3361FF;
}

.state_chk_box .box_wrap .sub_box_wrap.chk:not(:last-child):before {
    border-color: #3361FF transparent;
}

.state_chk_box .box_wrap .sub_box_wrap.chk:not(:first-child) .box {
    border-left: unset;
}

.chk_box_ment {
    margin-top: 10px;
    line-height: 1;
    font-weight: 500;
    font-size: 11px;
    display: none;
}

.state_chk_box .box_wrap .sub_box_wrap.chk .chk_box_ment {
    display: block;
}

.chk_box_ment .name {
    color: #000;
    margin-bottom: 5px;
}

.chk_box_ment .date {
    color: #999;
}

.chk_box_ment .date .bar {
    position: relative;
    padding-right: 7px;
    margin-right: 7px;
}

.chk_box_ment .date .bar::after {
    background-color: #D8D8D8;
    position: absolute;
    content: '';
    width: 1px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.detail_flex_box {
    gap: 20px;
    align-items: flex-start;
}

.detail_list_box {
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    border: 1px solid #d6d6dd;
}

.detail_list_box .detail_tit {
    padding: 0 25px;
}

.detail_list_box .detail_tit.select {
    justify-content: space-between;
}

.detail_list_box .detail_tit.select .ct_input_box_two {
    width: auto;
    min-width: 200px;
}

.detail_list_box.two {
    padding: 30px 20px;
}

.detail_list_box.two .detail_tit {
    padding: unset
}

.detail_list_box.two .memo_text_area {
    width: 100%;
    height: 185px;
    resize: none;
    border: 1px solid #D6D6DF;
    margin: 20px 0;
    padding: 10px;
}

.write_mail_view {
    padding: 50px 0;
}

.write_mail_view .boxes_wrap {
    max-height: 1000px;
    overflow: auto;
}

.write_mail_view .boxes_wrap>div {
    cursor: pointer;
}

.write_mail_view .box {
    background-color: #F8F8F8;
    padding: 20px;
    margin-bottom: 10px;
}

.write_mail_view .box:hover .alt {
    text-decoration: underline;
}

.write_mail_view .boxes_wrap .box2 {
    cursor: default;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
}

.write_mail_view .chk_box_ment {
    display: block;
    margin-top: unset;
    margin-bottom: 10px;
}

.write_mail_view .alt_box .icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    margin-right: 5px;
    display: inline-block;
}

.write_mail_view .alt_box .icon img {
    width: 100%;
    height: 100%;
}

.write_mail_view .alt_box {
    line-height: 1.3em;
    font-size: 12px;
}

.write_mail_view .more_arw {
    margin-left: auto;
    font-size: 10px;
    color: #A3A3A3;
    margin-top: 15px;
}

.write_mail_view .alt_box .more_arw.on .icon2 img{
    transform: rotate(-180deg);
    
}

.write_mail_view .more_arw .icon2 img {
    width: 8px;
    height: 10px;
    min-width: 8px;
    min-height: 10px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.write_mail_view .common_page_nav {
    padding: unset;
    padding-top: 30px;
}

/* END detail */

/* mail_modal */
.m_mail_con {
    padding: 25px 40px 40px;
}

.m_mail_con .common_table_wrap_box .ct_input_box.textarea {
    height: 280px;
}

.m_mail_con .common_table_wrap_box .ct_input_box.textarea textarea {
    padding: 10px;
    outline: unset;
    width: 100%;
    height: 100%;
    overflow: auto;
    resize: none;
}

.mail_modal .modal_con,
.mail_view_modal .modal_con {
    height: auto;
    width: 715px;
}

.mail_modal .list_common_btn.pop {
    margin-top: 25px;
}

.mail_view_modal .m_tit {
    line-height: 1;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
}

.mail_view_modal .m_mali_box.two {
    flex-direction: column;
}

.mail_view_modal .m_mali_box .box {
    border-radius: 50px;
    width: 100%;
    background-color: #F2F2F2;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #111;
}

.mail_view_modal .m_mali_box .box.one {
    max-width: 305px;
    margin-right: 12px;
}

.mail_view_modal .m_mali_box .box.two {
    font-weight: 400;
}

.mail_view_modal .chk_box_ment {
    display: block;
    margin: 15px 0;
    margin-left: auto;
}

.m_mail_con .mail_txt_box {
    padding: 10px 0;
    border-top: 1px solid #E1E1E1;
    height: 333px;
    overflow: auto;
}

.m_mail_con .mail_txt_box .input_file {
    display: inline-flex;
    padding: 9px;
    border-radius: 3px;
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA;
    margin: 5px;
}

.modal_con .mail_txt_box::-webkit-scrollbar {
    width: 6px;
}

.modal_con .mail_txt_box::-webkit-scrollbar-thumb {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: inherit;
    background-color: #DADADA;
    border-radius: 50px;
}

.m_mail_con .mail_txt_box .alt_txt {
    line-height: 1.3em;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}

/* mail_modal */

/* board */
.list_common_btn.write {
    /*width: 120px;*/
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
}

.common_form_box.search>div {
    justify-content: center;
}

.common_form_box.search .style_box.search {
    width: 300px;
}

.common_form_box.search .common_search_btn {
    margin-left: unset;
}

.tab_list.board li {
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #999;
}

.tab_list.board li.active {
    font-weight: 700;
    border-bottom: 1px solid #000;
    color: #000;
}

.list_box.b_write .state {
    font-size: 15px;
    font-weight: 500;
}

.list_box.b_write .state .margin {
    margin: 0 10px;
    font-size: 10px;
}

.list_box.b_write .state .bb {
    height: 30px;
    position: relative;
    border: 1px solid #D6D6DF;
}

.list_box.b_write .btn_box {
    justify-content: center;
    margin-top: 30px;
}

.list_box.b_write .btn_box button {
    margin: unset;
}

.list_box.b_write .btn_box button:last-child {
    background-color: #000;
}

.list_box.b_write .m_mail_con {
    padding: unset
}

.common_table .body td.left.view {
    cursor: pointer;
}

.list_box.b_write .chk_box_ment {
    display: inline-block;
    margin-left: auto;
    margin-bottom: 10px;
}

.list_box.b_write .chk_box_ment.flex {
    display: flex;
    align-items: center;
}

.list_box.b_write.f .m_mail_con {
    flex-direction: column;
    display: flex;
}

.btn_box.b_write {
    margin-top: 25px;
    justify-content: center;
    position: relative;
}

.btn_box.b_write button {
    margin: unset;
}

.btn_box.b_write>button {
    margin-left: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.btn_box.b_write .sub_box {
    margin-left: auto;
}

.btn_box.b_write .sub_box button {
    background-color: #000;
    padding: 0 35px;
}

.list_box.b_write .alt {
    font-size: 14px;
    line-height: 1.3em;
}

.sub_common_tit.contact {
    justify-content: space-between;
}

.sub_common_tit.contact .box {
    font-size: 13px;
}
.sub_common_tit.contact .box .bb {
    height: 30px;
    position: relative;
    border: 1px solid #D6D6DF;
}

.list_box.b_write .state.textarea textarea {
    width: 100%;
    height: 80px;
    resize: none;
}
.btn_box.contact {
    justify-content: center;
}
.btn_box.contact .cancel {
    background-color: #000;
}

.list_box.a_write .ct_input_box_wrap .name,
.list_box.a_write .common_table_wrap_box .name {
    margin: unset;
    min-width: 100px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.list_box.a_write .common_table_wrap_box {
    margin-bottom: unset;
}
.list_box.a_write .total_box {
    gap: 40px;
    margin-bottom: 20px;
}
.list_box.a_write .total_box >div {
    flex: 1;
}
.list_box.a_write .ct_input_box_two {
    width: auto;
}
/* END board */ 
/* calendar */
.calendar_table .main_tit {
    text-align: left;
}
.calendar_table th {
    font-weight: 400;
    padding: 3px 15px;
    font-size: 11px;
}
.calendar_table th,
.calendar_table td {
    border: 1px solid #CECECE;
    line-height: 1.3rem;
}
.calendar_table .head {
    background-color: #E7EAED;
}
.calendar_table .body td {
    padding: 3px 15px;
    font-size: 10px;
}
.calendar_table .body td .box {
    border-radius: 5px;
    background-color: #F8F8F8;
    width: 100%;
    padding: 10px 15px;
    font-size: 10px;
}
.calendar_table .body td .box .name {
    color: #656A84;
    margin-bottom: 8px;
}
.calendar_table .body td .sub_box {
    justify-content: space-between;
}
/* END calendar */

.calendar_table .body td .box {
	font-size: 14px;
}
.tb_opt_left {
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	text-align: right;
}
.list_box.date.last .main_tit {
	justify-content: space-between;
}

.center {
	align-items: center;
}

.devide {
	justify-content: space-between;
}

.devide .common_search_btn {
	margin-left: unset;
}

input#cancel_etc {
	height: 30px;
	padding: 0 10px;
}


/* 230511 추가 (유정) */
.pop_input_wrap .pop_input input.bor_none {
	border: none;
}
.help_area .help_tit {
	font-size: 15px;
	margin-bottom: 30px;
}
.down_area .down_box {
	margin-bottom: 60px;
}
.down_area .down_box li {
	background: #fff;
	text-align: center;
	padding: 40px 20px 20px;
	width: 200px;
	height: 200px;
	border-radius: 5px;
	margin-right: 20px;
	box-shadow: 1px 2px 7px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.down_area .down_box li .txt1 {
    color: #999;
    margin-bottom: 7px;
}
.down_area .down_box li .txt2 {
    font-size: 14px;
}
.down_area .down_box li button {
	background: #3751FF;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	margin-top: 40px;
	height: 40px;
}


/* modal */
/* ip add */
.ip_add_modal .modal_con {
    width: 515px;
}

/* END ip add */

/* push_auto */
.push_auto_modal .modal_con {
    width: 830px;
}

.push_auto_modal .modal_arim_box_wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.push_auto_modal .modal_arim_box_wrap .m_common_input_box {
    max-width: 610px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.modal_chk_wrap {
    display: flex;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #525963;
}

.modal_chk_wrap.first {
    min-width: 280px;
}

.modal_chk_wrap .chk_box:last-child {
    margin-left: 15px;
}

.modal_chk_wrap input {
    display: none;
}

.modal_chk_wrap input[type=radio]+label {
    position: relative;
    padding-left: 30px;
}

.modal_chk_wrap input[type=radio]:checked+label {
    color: #516FF7;
}

.modal_chk_wrap input[type=radio]+label::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../image/sub/r_chk.svg') no-repeat center / contain;
}

.modal_chk_wrap input[type=radio]:checked+label::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../image/sub/r_chk_on.svg') no-repeat center / contain;
}

/* END push_auto */

/* push_add */
.push_add_modal .modal_con {
    width: 930px;
}

.push_add_modal .modal_chk_wrap {
    margin-left: unset;
}

.push_add_modal .modal_chk_wrap .chk_box {
    margin-left: unset;
}

.push_add_modal .modal_chk_wrap .chk_box:not(:last-child) {
    margin-right: 15px;
}

.push_add_modal .modal_arim_box_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.push_add_modal .modal_arim_box_wrap .modal_chk_wrap {
    margin-top: 10px;
}

.push_add_modal .m_common_input_box {
    max-width: 550px;
    margin-left: 20px;
    transition: all 0.5s ease;
}

.push_add_modal .m_common_input_box.on {
    border-radius: 5px 5px 0 0;
}

.modal_con .m_common_input_box.select.on::after {
    transform: translateY(-50%) rotate(180deg);
}

.push_add_modal .modal_scroll_wrap {
    max-height: 670px;
    padding-right: 15px;
}

.modal_bar_box {
    border-top: 1px solid #DCDEE1;
    padding-top: 25px;
}

.push_add_modal .modal_bar_box .m_common_input_box {
    margin-left: unset;
}

.push_add_modal .modal_bar_box .m_common_input_box.input {
    max-width: 100%;
}

.push_add_modal .modal_bar_box .file_wrap {
    display: flex;
    width: 100%;
}

.push_add_modal .modal_bar_box .file_wrap input[type=file] {
    display: none;
}

.push_add_modal .modal_bar_box .file_wrap input[type=file]+label {
    min-width: 130px;
    margin-left: 10px;
    color: #fff;
    background-color: #292B2F;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
}

.push_add_modal .m_common_input_box.last {
    max-width: 345px;
}

.p_select_box_wrap.last {
    margin-right: unset;
}

.p_select_box_wrap.last .style_box {
    height: 100%;
}

.p_select_box_wrap.last .select_ul::after,
.m_common_input_box .select_ul::after {
    top: 16px;
}

.p_select_box_wrap.last .style_box input {
    padding: 0 25px;
}

.modal_view_box {
    width: 100%;
}

.p_select_box_wrap.last .text {
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    height: 100%;
    line-height: 45px;
    padding-left: 45px;
}

.p_select_box_wrap.last .select_ul li a {
    padding: 16px 25px;
}

.modal_view_box.view .fir,
.modal_view_box.view .three {
    display: none;
}

.modal_view_box.view2 .fir,
.modal_view_box.view2 .two {
    display: none;
}

.modal_view_box .three,
.modal_view_box .two {
    display: none;
}

.modal_view_box.view .two {
    display: block;
}

.modal_view_box.view2 .three {
    display: block;
}

.p_select_box_wrap.total {
    margin-right: unset;
}

.p_select_box_wrap.total .style_box {
    height: 50px;
}

.p_select_box_wrap.total .select_ul::after {
    top: 16px;
}

.p_select_box_wrap.total .select_ul li a {
    font-size: 13px;
}

.p_select_box_wrap.total .select_ul.big li a {
    padding: 17px 15px;
}

.modal_people {
    padding: 0 8px;
    line-height: 32px;
    border-radius: 50px;
    background-color: #FFE8E4;
    color: #E84126;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.modal_people .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

.push_add_modal .three .file_wrap {
    display: flex;
    width: 100%;
}

.push_add_modal .three {
    width: 100%;
    width: 550px;
}

.push_add_modal .three input[type=file] {
    display: none;
}

.push_add_modal .three .m_common_input_box {
    margin-left: unset;
    max-width: 410px;
}

.push_add_modal .three input[type=file]+label {
    min-width: 130px;
    margin-left: 10px;
    color: #fff;
    background-color: #292B2F;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
}

.excel_down_btn {
    display: flex;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2E7D32;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #2E7D32;
}

.excel_down_btn .icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.push_btn_box {
    display: flex;
    padding-top: 25px;
    justify-content: center;
}
.modal_con .push_btn_box {
	padding-top: 40px;
}
.modal_con .push_btn_box button {
    margin: unset;
}

.modal_con .push_btn_box button:last-child {
    margin-left: 12px;
}

/* END push_add */
/* END modal */


/* load */
.load {
    display: none;
}

.loading-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.loading-container .loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container #loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bold;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}


@keyframes loading-text-opacity {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

.m_common_box {
position: relative;
}

/* END load */
.datepicker_box {
	position: relative;
	border: 1px solid #D6D6DF;
    height: 30px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #111;
}
.datepicker_box input {
	height: 100%;
	padding: 0 10px;
	width: 90%;
}
.datepicker_box img {
	position: absolute;
	top: 7px;
	right: 10px;
}

#notification {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #4CAF50;
	color: white;
	padding: 15px;
	border-radius: 5px;
	display: none;
	opacity: 0;
	transition: opacity 0.5s, bottom 0.5s;
	z-index: 1000;
}

.point_row {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:5px;
	margin-top:4px;
}

.point_row label {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:4px;
	flex:1;
}

.point_row input {
	width:100% !important;
	min-width:30px;
}