@charset "UTF-8";
/* S: index */
.ico_link{
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url(../images/main/ico_global_menu_white.svg) no-repeat;
}

/* 배너 (s) */
.index_head_wrap {
    background: #fbf0ee url(../images/main/index_visual.png) no-repeat center/cover;
}
.index_head_wrap .index_head {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    padding-bottom: 280px;
}
.index_head_wrap .index_title {
    font-size: 50px;
    line-height: 1.5;
    text-align: center;
}
.index_head_wrap .index_title_box {
    text-align: center;
}
.index_head_wrap .index_title_box .index_title_desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    margin-top: 30px;
    text-align: center;
}
.index_head_wrap .index_title_box [class^="apply_btn"] {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: var(--maincolor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 16px 30px;
    margin-top: 40px;
    transition: 0.2s;
}
.index_head_wrap .index_title_box [class^="apply_btn"]:hover {
    background-color: #a73056;
    transition: 0.2s;
}
.index_head_wrap .index_title_box .apply_btn2 {
	margin-left: 10px;
	background-color: var(--maincolor_active);
}
/* .index_head {
    background: url(../images/main/index_visual.png) no-repeat right 25px top 30px;
    background-size: 520px;
} */
/* 배너 (e)*/

/* 신청내역 조회 (s)*/
.index_service_wrap {
    background-color: #fff;
    border-radius: 150px 150px 0 0;
    position: relative;
    top: -150px;
    margin-bottom: -50px;
}
.search_apply {
    width: 920px;
    height: 100px;
    background: linear-gradient(90deg, #6f3c95 9.13%, #873167 49.52%, #ab3054 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    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 h4 {
    display: inline-block;
    height: 45px;
    color: #fff;
    font-size: 20px;
    margin-left: 40px;
}
.search_apply h4::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/main/index_search_img.svg) no-repeat;
    background-size: 30px;
    position: relative;
    top: 10px;
}
.search_apply .apply_input_wrap {
    width: calc(100% - 230px);
    height: 64px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    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);
}
.search_apply .apply_input_wrap input {
    outline: none;
    border: 0;
    font-size: 19px;
    width: 30%;
    font-weight: 500;
}
.search_apply .apply_input_wrap input::placeholder {
    color: #222;
    font-weight: 500;
}
.search_apply .apply_input_wrap #sCode {
    width: calc(70% - 100px);
    border-left: 1px solid #eaeaea;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 20px;
}
.search_apply .apply_input_wrap .apply_search_btn {
    width: 34px;
    height: 34px;
    background: url(../images/main/search_ico.svg) no-repeat;
    background-size: 34px;
    font-size: 0;
}
/* 신청내역 조회 (e) */

/* 서비스메뉴 (s) */
.index_section_t {
    font-size: 40px;
    line-height: 1.25;
    color: var(--popbg_btn);
    font-weight: 800;
    margin-bottom: 30px;
}
.index_section_t span {
    color: #222;
    display: block;
}

.service_btn_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.service_btn_wrap li {
    width: calc(50% - 20px);
}
.service_btn_wrap li a {
    position: relative;
    height: 130px;
    display: flex;
    font-size: 24px;
    font-weight: 800;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 5px 30px -5px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
}
.service_btn_wrap li a: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);
}
.service_btn_wrap li a div {
    display: flex;
    align-items: center;
}
.service_btn_wrap li a div span {
    font-weight: 400;
}
.service_btn_wrap li a div::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/main/btn_arrow_ico.svg) no-repeat;
    background-size: 40px;
    position: absolute;
    right: 30px;
}
.service_btn_wrap li a div:before {
    content: "";
    display: inline-block;
    margin-right: 16px;
    width: 80px;
    height: 80px;
    background-size: contain;
}
.service_btn_wrap li.service_btn01 a div:before {
    background: url(../images/main/index_section_ico01.svg) no-repeat center;
}
.service_btn_wrap li.service_btn02 a div:before {
    background: url(../images/main/index_section_ico02.svg) no-repeat center;
}
.service_btn_wrap li.service_btn03 a div:before {
    background: url(../images/main/index_section_ico03.svg) no-repeat center;
}
.service_btn_wrap li.service_btn04 a div:before {
    background: url(../images/main/index_section_ico04.svg) no-repeat center;
}
/* 서비스메뉴 (e) */

/* 공지사항 (s) */
.index_notice_wrap {
    background: #000a11c9 url(../images/main/index_notice_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
}
.index_notice_wrap .notice_con_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
}
.index_notice_wrap .notice_con_wrap .index_notice_t {
    display: flex;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
}
.index_notice_wrap .notice_con_wrap .index_notice_t::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/main/index_notice_t_ico.svg) no-repeat center;
    background-size: 50px;
    margin-right: 10px;
}
.index_notice_wrap .notice_con_wrap li {
    margin-left: 50px;
}
.index_notice_wrap .notice_con_wrap li a {
    display: block;
    width: 830px;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    border-bottom: 1px solid #6e7377;
}
.index_notice_wrap .notice_con_wrap li a .notice {
    display: inline-block;
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_notice_wrap .notice_con_wrap li a .time {
    float: right;
    font-weight: 300;
    letter-spacing: 0;
}
/* 공지사항 (e) */

/* 배출절차 (s) */
.index_process_wrap {
    position: relative;
}
.index_bg_img01 {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 700px);
    width: 150px;
    height: 92px;
    background: url(../images/main/index_bg_img01.svg) no-repeat center;
    background-size: 150px;
    font-size: 0;
}
.index_bg_img02 {
    position: absolute;
    top: 100px;
    left: calc(50% + 300px);
    width: 80px;
    height: 60px;
    background: url(../images/main/index_bg_img02.svg) no-repeat center;
    background-size: 80px;
    font-size: 0;
}
.index_bg_img03 {
    position: absolute;
    top: -50px;
    right: 0;
    width: 300px;
    height: 300px;
    background: url(../images/main/index_bg_img03.svg) no-repeat center;
    background-size: contain;
    font-size: 0;
}
.index_bg_img04 {
    position: absolute;
    top: 70%;
    left: calc(50% - 800px);
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: url(../images/main/index_bg_img04.svg) no-repeat center;
    background-size: contain;
    font-size: 0;
}
.index_bg_img05 {
    position: absolute;
    bottom: -200px;
    left: calc(50% - 735px);
    width: 500px;
    height: 300px;
    background: url(../images/main/index_bg_img05.svg) no-repeat center;
    background-size: contain;
    font-size: 0;
}
.index_bg_img06 {
    position: absolute;
    bottom: -60px;
    left: calc(50% + 400px);
    width: 150px;
    height: 92px;
    background: url(../images/main/index_bg_img06.svg) no-repeat center;
    background-size: contain;
    font-size: 0;
}

.process_info_wrap {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 6px 8px 50px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 6px 8px 50px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 6px 8px 50px -5px rgba(0, 0, 0, 0.08);
    padding: 30px 50px 50px 50px;
    margin-bottom: 230px;
}
.process_info_list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
}
.process_info_list li {
    width: 50%;
    padding: 30px;
}
.process_info_list li::before {
    content: "";
    display: block;
    margin-bottom: 10px;
}
.process_info_list li.process_info01::before {
    width: 50px;
    height: 50px;
    background: url(../images/main/index_section_ico05.svg) no-repeat center;
    background-size: 50px;
}
.process_info_list li.process_info02::before {
    width: 50px;
    height: 50px;
    background: url(../images/main/index_section_ico06.svg) no-repeat center;
    background-size: 50px;
}
.process_info_list li.process_info03::before {
    width: 50px;
    height: 50px;
    background: url(../images/main/index_section_ico07.svg) no-repeat center;
    background-size: 50px;
}
.process_info_list li.process_info04::before {
    width: 50px;
    height: 50px;
    background: url(../images/main/index_section_ico08.svg) no-repeat center;
    background-size: 50px;
}
.process_info_list li.process_info01,
.process_info_list li.process_info03 {
    border-right: 1px solid #f3f3f3;
}
.process_info_list li.process_info02,
.process_info_list li.process_info04 {
    padding-left: 70px;
}
.process_info_list:last-child {
    border-bottom: 0;
}
.process_info_list li span {
    font-size: 21px;
    font-weight: 800;
    color: #222;
}
.process_info_list li p {
    font-size: 16px;
    line-height: 1.3;
    color: #666;
    margin-top: 10px;
}

/* 배출절차 (e)*/

/* E: index */

/* E: animation */
@keyframes floatting_01 {
    0% {
        bottom: 180px;
    }
    50% {
        bottom: 185px;
    }
    100% {
        bottom: 180px;
    }
}
@keyframes floatting_02 {
    0% {
        top: 60px;
    }
    50% {
        top: 65px;
    }
    100% {
        top: 60px;
    }
}
@keyframes floatting_03 {
    0% {
        bottom: 163px;
    }
    50% {
        bottom: 168px;
    }
    100% {
        bottom: 163px;
    }
}
/* E: animation */
