
* {
    box-sizing: border-box;
}
body {
    overflow-y: scroll;
    margin: 0;
    height: 100%;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
    -webkit-text-size-adjust: none;
    /* background-color: #ffffff; */
    /* background-color: var(--color-back); */

    letter-spacing: .5px;
    font-weight: 400;


    
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
ol, ul, menu {
    list-style: none;
}
ul, ol {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    padding: 0;
}
button, a {
    width: fit-content;
    color: inherit;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    display: block;
}

p, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}
._hidden {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
address, cite, dfn, em, i, var {
    font-style: normal;
}
:root {

    /* color */
    --color-main: #e22929;
    --color-sub: #192547;
    --color-mainsub: #DDF1FB;
    --color-back: #f6f8fb;
    --color-back1: #eeeeee;
    --color-white: #ffffff;
}
/* #F0E68C: 밝은 노란색으로, #192547와의 대비가 뛰어나
#A3C1AD: 부드러운 연두색으로, #192547와 잘 어울려려
#D9B48C: 따뜻한 베이지색으로, 자연적인 조화
#FFFFFF: 순백색으로, #192547의 어두운 색을 밝게
#C0D6E4: 연한 파란색으로, 상쾌한 느낌 */
/* 607D8B */
button.button:hover, a.a:hover {
    /* outline: 1px solid var(--color-main); */
    outline: 0;
    /* border-radius: 1px; */
    box-shadow: 0 0 0 2px var(--color-white), 0 0 0 3px var(--color-mainsub);
}
button.-line:hover, a.-line:hover {
    text-decoration: underline;
}

.contents {
    margin: 0 auto;
    padding: 40px 0 0;
}
@media (min-width: 1060px) {
    .contents {
        padding: 50px 0 100px;
    }
}
.fit-contents {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.highlight {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}
.highlight:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 8%;
    margin-top: 0;
    width: 100%;
    height: 7px;
    border-radius: 2px;
    background: linear-gradient(to right, rgba(189, 214, 0, 0.7) 0%, rgba(211, 233, 46, 0) 100%);
}

.ux-h1 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
}

@keyframes search_list_none {
    0%, 100% {
        /* transform: scale(1); */
        background: #eeeeee;
    }
    50% {
        /* transform: scale(.96); */
        background: #eeeeee99;
    }
}

@media (min-width:1060px) {
    [class]._pc-hidden {
        display: none !important;
    }
}
@media (max-width:1060px) {
    [class]._mo-hidden {
        display: none !important;
    }
}
/* 특정 하이라이트 */
.search__word {
    font-weight: 700;
    color: #0064de;
}
/* // 특정 하이라이트 */


/* // 스크롤막기 */
.scrollLock { overflow: hidden; }

section.section_ {
    margin-top: 50px;
}
.section_ {
    margin-top: 50px;
}
section.section_.-first {
    margin-top: 100px;
}

section.section_.-none {
    margin-top: 0;
}
@media (max-width:1060px) {
    section.section_.-search {
        margin-top: 30px;
    }  
}
/* .section_ {
    margin-top: 50px;
} */

.p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
}






/* new_min_title */
#ke-min-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;

    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 40px;
}
@media (max-width:1060px) {
    #ke-min-head {
        padding: 20px 20px;
        flex-direction: column;
        gap: 10px;
    }
    #ke-min-head .ke-min-head-group {
        width: 100%;
        text-align: left;
    }
}
#ke-min-head .hig {
    color: var(--color-main);
}
#ke-min-head .ke-min-head-group {
    flex: 1;
}
#ke-min-head .ux-h1 {
    /* margin-bottom: 10px; */
    font-size: 20px;
}
#ke-min-head .p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
}

#ke-min-head.-my_profile:after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 48px;
    background-image: url(/pages/header/images/icon--my-profile.svg);
    background-size: 54px !important;
}

#ke-min-head #min_head_search {
    flex: .6;
}
@media (max-width:1060px) {
    #ke-min-head #min_head_search {
        flex: 1;
        margin-left: auto;
        margin-top: 10px;
        width: 100%;
    } 
}
#ke-min-head #min_head_search .search_bar {
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
#ke-min-head #min_head_search .forms {
    position: relative;
    flex: 1;
}
#ke-min-head #min_head_search .auto_complete__search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#ke-min-head #min_head_search .forms input {
    height: 50px;
    width: 100%;
    padding-right: 40px;
    padding-left: 15px;

    background-color: #fff;
    box-shadow: 0 0 0 2px transparent;
    border-radius: 20px;
    border: 1px solid var(--color-main);
    font-size: 13px;
    font-weight: 700;
}
#ke-min-head #min_head_search .forms_search_button {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 50px;
    height: 50px;
    margin-top: 0;
    min-width: auto;
    background: transparent url(/pages/header/images/search__button.svg) no-repeat center center;
    background-size: 24px 24px;
    transition: right .2s;
}
@media (max-width:1060px) {
    #ke-min-head #min_head_search .forms input {
        height: 40px;
    }
    #ke-min-head #min_head_search .forms_search_button {
        width: 40px;
        height: 40px;
    }
}
/* // new_min_title */




















@keyframes search_list_none {
    0%, 100% {
        /* transform: scale(1); */
        background: #eeeeee;
    }
    50% {
        /* transform: scale(.96); */
        background: #eeeeee99;
    }
}

@media (min-width:1060px) {
    [class]._pc-hidden {
        display: none !important;
    }
}
@media (max-width:1060px) {
    [class]._mo-hidden {
        display: none !important;
    }
}
/* 특정 하이라이트 */
.search__word {
    font-weight: 700;
    color: #0064de;
    /* color: #268331; */
}
/* // 특정 하이라이트 */


/* // 스크롤막기 */
.scrollLock { overflow: hidden; }

section.section_ {
    margin-top: 50px;
}
.section_ {
    margin-top: 50px;
}
section.section_.-first {
    margin-top: 100px;
}

section.section_.-none {
    margin-top: 0;
}
@media (max-width:1060px) {
    section.section_.-search {
        margin-top: 30px;
    }  
}
/* .section_ {
    margin-top: 50px;
} */

.p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
}


/* button-group */
#ke-button-group .confirms {
    margin: 40px 0;
}
#ke-button-group .confirms.-half {
    display: flex;
    justify-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}
#ke-button-group .confirm {
    display: inline-block;
    margin: 0;
    padding: 10px 40px;
    width: auto;
    min-height: 30px;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    background-color: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
#ke-button-group .confirm.-ghost {
    background-color: #ffffff;
    color: var(--color-main);
}
/* // button-group */





/* new_min_title */
#ke-min-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;

    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 40px;
    margin-bottom: 40px;
}
@media (max-width:1060px) {
    #ke-min-head {
        padding: 20px 20px;
        flex-direction: column;
        gap: 10px;
    }
    #ke-min-head .ke-min-head-group {
        width: 100%;
        text-align: left;
    }
}
#ke-min-head .hig {
    color: var(--color-main);
}
#ke-min-head .ke-min-head-group {
    flex: 1;
}
#ke-min-head .ux-h1 {
    /* margin-bottom: 10px; */
    font-size: 20px;
}
#ke-min-head .p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
}

#ke-min-head.-my_profile:after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 48px;
    background-image: url(/pages/header/images/icon--my-profile.svg);
    background-size: 54px !important;
}

#ke-min-head #min_head_search {
    flex: .6;
}
@media (max-width:1060px) {
    #ke-min-head #min_head_search {
        flex: 1;
        margin-left: auto;
        margin-top: 10px;
        width: 100%;
    } 
}
#ke-min-head #min_head_search .search_bar {
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
#ke-min-head #min_head_search .forms {
    position: relative;
    flex: 1;
}
#ke-min-head #min_head_search .auto_complete__search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#ke-min-head #min_head_search .forms input {
    height: 50px;
    width: 100%;
    padding-right: 40px;
    padding-left: 15px;

    background-color: #fff;
    box-shadow: 0 0 0 2px transparent;
    border-radius: 20px;
    border: 1px solid var(--color-main);
    font-size: 13px;
    font-weight: 700;
}
#ke-min-head #min_head_search .forms_search_button {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 50px;
    height: 50px;
    margin-top: 0;
    min-width: auto;
    background: transparent url(/pages/header/images/search__button.svg) no-repeat center center;
    background-size: 24px 24px;
    transition: right .2s;
}
@media (max-width:1060px) {
    #ke-min-head #min_head_search .forms input {
        height: 40px;
    }
    #ke-min-head #min_head_search .forms_search_button {
        width: 40px;
        height: 40px;
    }
}
/* // new_min_title */



/* 목록으로 */
.list_back {
    margin-top: 30px;
    text-align: right;
}
.button_list__ {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border-color: #555;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    font-weight: 700;
    background-color: transparent;
    min-width: 100px;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 50px;
}


/* 링크 */
.link {
    display: inline-block;
    border: 0;
    background: none transparent;
    color: #767676;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-indent: 0;
}
.link.-inner:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0;
    background: url(/pages/header/images/ico-link-inner.svg) no-repeat center center;
    background-size: 16px 16px;
    vertical-align: -5px;
}
/* // 링크 */




/* 검색없음 */
#search_error {
    width: 100%;
}
#search_error .search__error {
    padding: 50px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#search_error .search__error .search__message {
    font-size: 13px;
    color: #555;
    text-align: center;
}
#search_error .search__error .error_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/pages/header/images/icon-nodata-03.png) no-repeat center center;
    background-size: 30px;
    vertical-align: top;
    margin-bottom: 10px;
}






/* 입력폼 */
.requires {
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
    display: flex;
    flex-direction: row;
}
.requires:before {
    content: "[";
    display: inline-block;
    width: 10px;
    height: 2.2rem;
    vertical-align: top;
    margin: 0;
}
.requires:after {
    content: "]";
    display: inline-block;
    width: 10px;
    height: 2.2rem;
    vertical-align: top;
    margin: 0;
}
.required {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    position: relative;
    width: 5px;
    font-size: inherit;
    vertical-align: bottom;
}
.required:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #de001b;
}
.bundle.-bordered {
    border: 1px solid #d9dbe1;
    border-radius: 10px;
    padding: 20px;
}
.bundle {
    position: relative;
    width: 100%;
    margin: 2rem 0;
}
@media (min-width:1060px) {
    .fieldset {
        display: flex;
        flex-wrap: wrap;
    }
}
.fieldset+.fieldset {
    margin-top: 50px;
}
.fieldset__key {
    flex: 4;
    margin-bottom: 0;
    padding-right: 20px;
}
@media (max-width:1060px) {
    .fieldset__key {
        margin-bottom: 20px;
        padding-right: 20px;
    }
}
.fieldset__heading {
    font-size: 15px;
    line-height: 1.56;
    color: #000;
}
.fieldset__value {
    display: flex;
    flex-wrap: wrap;
    flex: 8;
}
.field {
    width: 100%;
}
.field+.field {
    margin-top: 40px;
}
.label {
    display: block;
    margin-bottom: .2rem;
    color: #767676;
    font-size: 13px;
    line-height: 1.58;
}
.forms-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.option.-ghost {
    border-color: #767676;
    color: #555;
}
.option {
    display: inline-block;
    min-width: 100px;
    /* min-height: 40px; */
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #0064de;
    border-radius: 10px;
    background-color: #fff;
    color: #0064de;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;

    display: flex;
    align-items: center;
    justify-content: center;
}
.forms {
    position: relative;
    flex: 1;
}
.forms [type=text], .forms [type=search], .forms [type=password], .forms [type=email], .forms [type=tel], .forms [type=number], .forms select, .forms textarea {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    opacity: 1;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--color-main);
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    transition: border .2s .3s, color .2s .3s, box-shadow .2s .3s;
    /* outline: none; */
    padding: 0 10px ;
}
.forms select {
    padding-right: 30px;
    background: url(/pages/header/images/ico-select.svg) no-repeat right center;
    background-size: 24px 24px;
}
.forms [type=text], .forms [type=search], .forms [type=password], .forms [type=email], .forms [type=tel], .forms [type=number], .forms select, .forms textarea {
    height: 40px;
    font-size: 13px;
    line-height: 1.56;
}
.forms input:hover {
    border-bottom: 2px solid var(--color-main);
}
.forms.-error input, .forms.-error select {
    border-bottom: 1px solid #de001b;
}
.forms.-error textarea {
    border: 1px solid #de001b;
}
.forms .message {
    display: none;
    margin: 5px 0;
    color: #767676;
    font-size: 10px;
    line-height: 1.58;
}
.forms.-error .message {
    display: block;
}
.forms.-error .message {
    color: #de001b;
}
.forms textarea {
    padding: 10px 13px;
    min-height: 100px;
    border-radius: 10px;
    border: solid 1px var(--color-main);
    outline: 0;
    resize: vertical;
    height: 40px;
    font-size: 13px;
    line-height: 1.56;
}
/* button_group */
.confirms_group {
    display: flex;
    justify-items: flex-start;
    justify-content: center;
    margin: 40px 0;
    gap: 10px;
}
.confirms_group .confirm {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 20px;
    min-height: 30px;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    background-color: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.confirms_group .confirm {
    display: inline-block;
    width: auto;
    min-width: 150px;
    padding: 17px 20px;
    min-height: 30px;
    font-size: 15px;
    line-height: 1.56;
}
@media (max-width:1060px) {
    .confirms_group .confirm {
        min-width: 50%;
        min-height: 25px;
        padding: 13px 20px;
    }
}
.confirms_group .confirms.-half {
    justify-content: center;
}
.confirms_group .confirms.-half .confirm:nth-of-type(1) {
    flex: 0 1 auto;
}
.confirms_group .confirm.-ghost {
    background-color: #fff;
    color: var(--color-main);
}
.helper {
    display: block;
    margin-top: 3px;
    color: var(--color-main);
    font-size: 10px;
    line-height: 1.58;
}
.field .counter {
    margin-top: 5px;
    text-align: right;
}
.field .counter__value {
    color: #767676;
    font-size: 10px;
}
.field .counter__value .remark {
    font-style: normal;
}
.remark.-bold {
    color: #000;
    font-weight: 700;
}
/* 라디오 */
.radios_group {
    display: flex;
    gap: 10px;
}
.radios {
    position: relative;
}
.radios [type=radio] {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}
.radios label {
    padding-left: 1.6rem;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 13px;
    text-indent: 0;
    word-break: break-word;
}
.radios [type=radio]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
    background-size: 11px 9px;
}
.radios [type=radio]:checked~label:before {
    background: url(/pages/header/images/ico-radio.svg) 50% 50% no-repeat #fff;
    background-size: 60%;
}
.-disabled {
    color: #bcbcbc !important;
    cursor: not-allowed !important;
    opacity: .3 !important;
}
/* // 입력폼 */


/* 섹션타이틀 */
.section_title {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}
.section_title .h2 {
    color: var(--color-main);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    background: url(/pages/header/images/search__message.svg) no-repeat right center;
    background-size: 15px;
    padding-right: 20px;
}
.section_title .h2 .title {
    color: var(--color-main);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    /* border-bottom: 1px solid var(--color-main); */
}
.section_title .h2 .ads {
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
}
/* .section_title .h2:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    width: 15px;
    height: 15px;
    background-color: var(--color-main);
    border-radius: 50%;
    background: url(/pages/header/images/search__message.svg) no-repeat center center;
    background-size: 100%;
} */
.section_title .h2 .section_title_inner {
    display: none;
}
.section_title .h2:hover .section_title_inner {
    display: flex;
    width: 100%;
    padding: 10px;
    min-width: 280px;
    font-size: 10px;
    position: absolute;
    background: #eee;
    border-radius: 10px;
    min-height: 30px;
    text-align: left;
    z-index: 5;
    left: 0;
    top: 35px;
    padding-left: 30px;
    background: #eee url(/pages/header/images/step-complete.svg) no-repeat left 10px top 10px;
    background-size: 15px;
}
._tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    gap: 20px;
}
._tags_row {
    position: relative;
}
._tags_row [type=checkbox], ._tags_row [type=radio] {
    opacity: 0;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    border: 0;
}
._tags_row label {
    display: inline-block;
    position: relative;
    padding-left: 1.8rem;
    color: #555;
    font-size: 12px;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
._tags_row [type=checkbox]:checked~label:before {
    background: #192547 url(/flow-ceo/img/icon/ico-checkbox.svg) no-repeat 50% 50%;
}
._tags_row [type=checkbox]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #192547;
    border-radius: .2rem;
    background-size: 11px 9px;
}
/* .section_title .h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
} */
.file__type-name {
    flex: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #192547;
    transition: padding .2s, border .2s, background .2s, color .2s, box-shadow .2s;
}





/* modal */
.modals {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25252580;
    z-index: 100000;
    border: 0;
    padding: 0;
}
.modals.-active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modals__content {
    display: inline-block;
    width: 400px;
    min-width: 400px;
    max-width: 90%;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    padding: 50px 30px 20px 30px;
    outline: 0;
    background-color: #fff;
    border-radius: 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: #767676 transparent;
}
@media (max-width:1060px) {
    .modals__content {
        width: 400px;
        min-width: 400px;
        max-width: 90%;
        max-height: 100%;
    }
}
.modals__close {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 10px;
    background: url(/pages/header/images/dialog__close.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
}



















/* new_title_head */
.section_new_title {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width:1060px) {
    .section_new_title.-box {
        position: relative;
        max-width: 1340px;
        margin: 0 auto;
        padding: 0 40px;
    }
}
@media (max-width:1060px) {
    .section_new_title.-box {
        position: relative;
        max-width: 1340px;
        margin: 0 auto;
        padding: 0 20px;
    }
}
/* .section_new_title.-box {
    margin-bottom: 10px;
}
@media (max-width:1060px) {
    .section_new_title.-box {
        padding: 0 20px;
        margin-bottom: 10px;
    }
} */
.section_new_h {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    position: relative;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    white-space: nowrap;
    width: 100%;
    /* background: url(/pages/header/images/search__message.svg) no-repeat right center;
    background-size: 15px;
    padding-right: 20px; */
    
    display: flex;
}
@media (max-width:1060px) {
    .section_new_h {
        width: calc(100% - 100px);
        text-align: left;
    }
}
.section_new_h .title {
    color: var(--color-main);
    position: relative;
}
.section_new_h .title:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 8%;
    margin-top: 0;
    width: 100%;
    height: 7px;
    border-radius: 2px;
    background: linear-gradient(to right, rgba(189, 214, 0, 0.7) 0%, rgba(211, 233, 46, 0) 100%);
}
.section_new_info {
    font-size: 11px;
    line-height: 2;
    color: #999;
    padding-right: 20px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/pages/header/images/search__message.svg) no-repeat right 5px center;
    background-size: 12px;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
}
.section_new_info .section_new_info_inner {
    display: none;
}
.section_new_info:hover .section_new_info_inner {
    display: flex;
    width: 100%;
    padding: 10px;
    max-width: 280px;
    width: max-content;
    font-size: 10px;
    position: absolute;
    background: #eee;
    border-radius: 10px;
    min-height: 30px;
    text-align: left;
    z-index: 10000;
    right: 0;
    top: 25px;
    padding-left: 30px;
    background: #fff url(/pages/header/images/step-complete.svg) no-repeat left 10px top 10px;
    background-size: 15px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.06);
}
/* new_title_head */








.ADS_Content {
    margin: 0 auto !important;
    padding: 20px 0 !important;
    background: #eee !important;
    width: auto;
    display: block;
    text-align: center;
    overflow: hidden;
}