@charset "UTF-8";

/* 공통 */
.disB {
    display: block !important;
}
.header h1 a img {
    width: 120px;
}
.container.main {
    padding-bottom: 0;
}

/* S: index_ */
/* section01 배너 (s) */
.index_head_wrap {
    padding-block: 50px 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/bg/main_Section01_bg.png);
}
.index_head_wrap .index_head {
    margin-bottom: 64px;
}
.index_head_wrap .index_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-family: "SBAggro";
}
.index_head_wrap .index_title_box .index_title_desc {
    font-size: 17px;
    font-weight: 300;
    max-width: 240px;
    margin-inline: auto;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.index_head_wrap .index_title_box .apply_btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    color: #ec437c;
    background-color: #fff;
    border: 1px solid #ec437c;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 16px 40px;
    margin-top: 30px;
    transition: 0.2s;
}
/* 신청내역 조회 (s)*/
.search_apply {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 5px 20px -5px rgba(0, 0, 0, 0.35);
}
.search_apply .apply_input_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search_apply .apply_input_wrap input {
    height: 48px;
    width: 100%;
    padding-inline: 30px;
    font-size: 17px;
    margin-inline: auto;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #a4a4a4;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 3px 2px 9px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 2px 9px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 2px 9px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7.5px);
    outline: none;
}
.search_apply .apply_input_wrap input::placeholder {
    color: #fff;
    font-weight: 400;
}
.search_apply .apply_input_wrap .apply_search_btn {
    height: 48px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(-45deg, #d52534 5%, #8f3e60 40%, #455990 75%, #116cb1 90%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_apply .apply_input_wrap .apply_search_btn i {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url(../images/main/icon/ico_search.svg) no-repeat center/ contain;
    display: block;
    font-size: 0;
}
/* 신청내역 조회 (e) */
/* 배너 (e)*/

/* main_directMenu (s) */
.main_directMenu {
    position: relative;
    background-color: #f8f9fb;
}
.main_directMenu .inner {
    position: relative;
    padding: 0 16px;
}
.main_directMenu:before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #f8f9fb;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: absolute;
    top: -30px;
}
.index_section_t {
    font-size: 20px;
    line-height: 1.25;
    color: var(--subcolor01);
    font-weight: 700;
}
.index_section_t span {
    color: #222;
}
.ico_triangle {
    margin-left: 10px;
    display: inline-flex;
    width: 14px;
    height: 14px;
    -webkit-mask: url(../images/main/icon/ico_triangle.svg) no-repeat center / contain;
    mask: url(../images/main/icon/ico_triangle.svg) no-repeat center / contain;
    background-color: #222222;
}
.main_drctWrap {
    padding-inline: 10px;
    display: block;
}
.mainDrctList {
    margin-top: 10px;
    width: 100%;
}
.mainDrctList ul li {
    padding: 10px;
    width: 100px;
}
.main_directMenu .mainDrctList a {
    width: 100%;
    display: block;
}
.mainDrctList .service_btn {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    transition: 0.2s ease-in-out;
}
.mainDrctList .service_btn:hover {
    box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.3);
}
.mainDrctList li.service_btn01 .service_btn {
    background: url(../images/main/icon/ico_service_btn01.svg) no-repeat center/34px 28px;
}
.mainDrctList li.service_btn02 .service_btn {
    background: url(../images/main/icon/ico_service_btn02.svg) no-repeat center/37px 25px;
}
.mainDrctList li.service_btn03 .service_btn {
    background: url(../images/main/icon/ico_service_btn03.svg) no-repeat center/30px 38px;
}
.mainDrctList li.service_btn04 .service_btn {
    background: url(../images/main/icon/ico_service_btn04.svg) no-repeat center/42px 30px;
}
.mainDrctList .label {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    text-align: center;
}
.customer_service {
    padding-block: 20px 30px;
}
.customer_service .title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    border-top: solid 1px #d9d9d9;
    display: flex;
    align-items: center;
    gap: 4px;
}
.customer_service .ico_call_round {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    flex-shrink: 0;
    display: block;
    background: #494b5c url(../images/main/icon/ico_call_white.svg) no-repeat center/ 10px 10px;
}
.customer_service .textList {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}
.customer_service .textList li:not(:first-child) {
    margin-top: 10px;
}
.customer_service .textList li {
    display: flex;
    gap: 4px;
}
.customer_service .textList .conts {
    color: #6e6e6e;
}
/* main_directMenu (e) */

/* 공지사항 (s) */
.index_notice_wrap .notice_con_wrap .title {
    line-height: 1.4;
    text-align: center;
}
.index_notice_wrap .notice_con_wrap .index_notice_t {
    font-size: 30px;
    color: var(--subcolor01);
}
.index_notice_wrap .notice_con_wrap .title p {
    margin-top: 10px;
    font-size: 17px;
}
.index_notice_wrap .notice_con_wrap .conts {
    margin-top: 20px;
}
.index_notice_wrap .department_call {
    padding: 20px;
    font-size: 20px;
    background-color: var(--maincolor);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    color: #fff;
    position: relative;
}
.index_notice_wrap .department_call:after {
    content: "";
    width: 68px;
    height: 60px;
    display: block;
    background: url(../images/main/icon/ico_dpt_call.png) no-repeat center/contain;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.index_notice_wrap .department_call p {
    font-weight: 600;
}
.index_notice_wrap .department_call .call_list .label {
    margin-top: 10px;
    font-size: 15px;
    color: #ddccfa;
    font-weight: 400;
}
.index_notice_wrap .department_call .call_list .call_number {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
}
.index_notice_wrap .notice_con_wrap .notice_list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_notice_wrap .notice_con_wrap .notice_list li:not(:first-child) {
    margin-top: 10px;
}
.index_notice_wrap .notice_con_wrap .notice_list li a {
    padding: 16px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: var(--greycolor01);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.index_notice_wrap .notice_con_wrap .notice_list li a .notice {
    display: block;
    flex: 1;
    width: 100px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_notice_wrap .notice_con_wrap .notice_list li a .time {
    font-weight: 300;
    letter-spacing: 0;
}
/* 공지사항 (e) */

/* 배출절차 (s) */
.index_process_wrap .inner {
    padding-bottom: 0;
}
.process_info_wrap {
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #f0f5ff;
}
.process_info_wrap .title {
    line-height: 1.4;
    text-align: center;
}
.process_info_wrap .title .process_info_t {
    font-size: 24px;
    color: #484848;
}
.process_info_wrap .title p {
    margin-top: 10px;
    font-size: 17px;
}
.process_info_list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 60px;
}
.process_info_list li {
    flex: 1 0 calc(50% - 30px);
    text-align: center;
    position: relative;
}
.process_info_list li .whbox {
    padding-bottom: 100%;
    margin-bottom: 20px;
    margin-inline: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}
.process_info_list li:not(:nth-child(2n)) .whbox:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/main/icon/ico_triangle_gray.svg) no-repeat center/contain;
    top: 50%;
    left: calc(100% + 24px);
    transform: translateY(-50%);
    position: absolute;
}
.process_info_list li .icobox {
    width: 60px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.process_info_list li [class^="ico_process_info"] {
    width: 100%;
    height: 100%;
    display: block;
}
.process_info_list li .ico_process_info01 {
    background: url(../images/main/icon/ico_prc01.png) no-repeat center;
    background-size: 45px 64px;
}
.process_info_list li .ico_process_info02 {
    background: url(../images/main/icon/ico_prc02.png) no-repeat center;
    background-size: 48px 48px;
}
.process_info_list li .ico_process_info03 {
    background: url(../images/main/icon/ico_prc03.png) no-repeat center;
    background-size: 60px 46px;
}
.process_info_list li .ico_process_info04 {
    background: url(../images/main/icon/ico_prc04.png) no-repeat center;
    background-size: 55px 52px;
}
.process_info_list li span {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #484848;
}
.process_info_list li p {
    font-size: 16px;
    font-weight: 500;
    color: #4e4d67;
    word-break: keep-all;
}
/* 배출절차 (e)*/

/* footer (s)*/
.footer {
    padding-bottom: 40px;
    margin-top: 450px;
    font-size: 14px;
    color: #dbdbdb;
    display: flex;
    align-items: end;
    border: none;
    background-color: #485687;
    position: relative;
}
.footer:before {
    content: "";
    width: 100%;
    /* max-width: 700px; */
    height: 450px;
    display: block;
    background: url(../images/main/bg/footer_bg.png) no-repeat center bottom/cover;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    z-index: -1;
}
@media screen and (min-width: 501px) {
    .footer:before {
        height: 800px;
    }
}
.footer_logo {
    margin-bottom: 20px;
    width: 146px;
    height: 30px;
    background: url(../images/main/logo/footer_logo.svg) no-repeat center bottom/contain;
}
.footer_menu {
    margin-block: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
}
.footer_menu li {
    width: fit-content;
    position: relative;
}
.footer_menu li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 90%;
    background-color: #dbdbdb;
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.footer_menu li a {
    color: inherit;
}
.footer_info {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* footer (e)*/

/* E: index */
