* {
    box-sizing: border-box;
}
:root {
    --margin-btm: 2.5rem;
    --border-ra: 1rem;
    --border-bold: 7px solid #CCCCCC;
}
.main_tit {
    font-size: 1.9rem;
    font-family: '600';
    padding: 1rem 1.5rem 2rem;
}
#indexWrap {
    background: #02408D;
    position: relative;
    min-height: 100vh;
}
#indexWrap img {
    position: absolute;
    display: block;
    width: auto; height: 15rem;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}

/* header */
header {
    background: #fff;
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    z-index: 999;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
}
header a {
    display: block;
    height: 2rem;
}
header a img {
    display: block;
    height: 100%;
}

/* footer */
footer {
    position: fixed;
    left: 0; bottom: 0;
    width: 100%; height: 7.5rem;
    box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 999;
    padding: 1rem 0;
}
footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer ul li {
    width: calc(100% / 3);
}
footer ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}
footer ul li a img {
    height: 2.7rem;
}
footer ul li a span {
    font-size: 1.4rem;
    color: #959595;
}
footer ul li.on a span {
    color: #00B565;
}

/* home */
main {
    padding: 9rem 0 9rem;
    background: #F2F2F2;
    /* min-height: 100vh; */
}
.home_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    margin-bottom: var(--margin-btm);
}
.home_btn li {
    width: 50%;
    background: #E6E6E6;
    padding: .5rem .6rem;
}
.home_btn li:first-child {
    border-radius: 3rem 0 0 3rem;
}
.home_btn li:last-child {
    border-radius: 0 3rem 3rem 0;
}
.home_btn li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
    border-radius: 2.5rem;
    color: #939393;
}
.home_btn li a.on {
    background: #fff;
    color: #0B613A;
    font-family: '600';
}
.home_search {
    display: block;
    background-color: #fff;
    border: 1px solid #18BF7A;
    border-radius: var(--border-ra);
    margin: 0 1.5rem var(--margin-btm);
    color: #999999;
    padding: 1.5rem;
    font-size: 1.7rem;
    font-family: '500';
    background-image: url(../img/icon9.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 2rem;
}
.home_swiper_box {
    padding-bottom: 1.5rem;
    border-bottom: var(--border-bold);
}
.homeSwiper {
    height: 34rem;
}
.homeSwiper.home2 {
    height: 30rem;
}
.slide_btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 1.5rem;
}
.slide_btn_box li {
    width: calc(100% / 3 - 1.5rem);
    height: 14rem;
}
.slide_btn_box li a {
    display: block;
    height: 100%;
}
.slide_btn_box li .img_box {
    width: 100%;
    height: 10rem;
    background-color: #fff;
    border-radius: var(--border-ra);
    margin-bottom: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4.5rem;
}
.slide_btn_box li:nth-child(1) .img_box{
    background-position: 58% 50%;
    background-image: url(../img/main_icon1.png);
}
.slide_btn_box li:nth-child(2) .img_box{
    background-image: url(../img/main_icon2.png);
}
.slide_btn_box li:nth-child(3) .img_box{
    background-image: url(../img/main_icon3.png);
}
.slide_btn_box li:nth-child(4) .img_box{
    background-position: 58% 50%;
    background-image: url(../img/main_icon4.png);
    background-size: 3.8rem;
}
.slide_btn_box li:nth-child(5) .img_box{
    background-image: url(../img/main_icon5.png);
}
.slide_btn_box li:nth-child(6) .img_box{
    background-image: url(../img/main_icon6.png);
    background-size: 4.1rem;
}
.slide_btn_box li span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
}
.slide_btn_box_b {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 1.5rem;
}
.slide_btn_box_b li {
    width: calc(100% / 3 - 1.2rem);
    height: 14rem;
}
.slide_btn_box_b li a {
    display: block;
    height: 100%;
}
.slide_btn_box_b li .img_box {
    width: 100%;
    height: 10rem;
    background-color: #fff;
    border-radius: var(--border-ra);
    margin-bottom: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4.5rem;
}
.slide_btn_box_b li:nth-child(1) .img_box{
    background-size: 4.7rem;
    background-image: url(../img/main_icon7.png);
}
.slide_btn_box_b li:nth-child(2) .img_box{
    background-image: url(../img/main_icon8.png);
}
.slide_btn_box_b li:nth-child(3) .img_box{
    background-image: url(../img/main_icon9.png);
}
.slide_btn_box_b li:nth-child(4) .img_box{
    background-image: url(../img/main_icon10.png);
}
.slide_btn_box_b li:nth-child(5) .img_box{
    background-image: url(../img/main_icon11.png);
}
.slide_btn_box_b li span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
}
.slide_btn_box.home2 li:nth-child(1) .img_box{
    background-position: 50% 50%;
    background-image: url(../img/main_icon12.png);
    background-size: 3.5rem;
}
.slide_btn_box.home2 li:nth-child(2) .img_box{
    background-image: url(../img/main_icon13.png);
    background-size: 5.8rem;
}
.slide_btn_box.home2 li:nth-child(3) .img_box{
    background-image: url(../img/main_icon14.png);
}
.slide_btn_box.home2 li:nth-child(4) .img_box{
    background-position: 50% 50%;
    background-image: url(../img/main_icon15.png);
    background-size: 4.1rem;
}
.slide_btn_box.home2 li:nth-child(5) .img_box{
    background-image: url(../img/main_icon16.png);
    background-size: 3.3rem;
}
.slide_btn_box.home2 li:nth-child(6) .img_box{
    background-image: url(../img/main_icon17.png);
    background-size: 4.1rem;
}
.swiper-pagination-bullet {
    width: 7px !important; height: 7px !important;
}
.swiper-pagination-bullet-active {
    background: #0B613A !important;
}
.home_cont {
    padding: 0 1.5rem;
    margin: var(--margin-btm) 0;
}
.home_info {
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 2rem;
    border-radius: var(--border-ra);
}
.home_info h2 {
    font-size: 1.8rem;
    color: #07BA70;
    font-family: '600';
    margin-bottom: 1.5rem;
}
.home_info pre {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #606060;
    word-break: break-all;
}
.home_info pre b {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #606060;
    font-family: '600';
}
.home_qna {
    margin-top: var(--margin-btm);
}
.home_qna .home_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.9rem;
    font-family: '600';
    margin-bottom: var(--margin-btm);
}
.home_qna .home_tit a {
    display: block;
    color: #ADADAD;
    font-size: 1.6rem;
}
.home_qna_box {
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: var(--border-ra);
    margin-bottom: var(--margin-btm);
    padding: 2rem;
}
.home_qna_box .que_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_qna_box.open .que_inner {
    padding-bottom: 2rem;
    border-bottom: 1px solid #E4E4E4;
}
.home_qna_box .que_inner .que {
    font-size: 1.6rem;
    letter-spacing: -1px;
    line-height: 1.2;
    max-width: 90%;
}
.home_qna_box .que_inner i {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/arrow2.png) no-repeat center/contain;
}
.home_qna_box .ans {
    display: none;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #5A5A5A;
    padding-top: 2rem;
}
.home_qna_box.open .ans {
    display: block;
}

/* warning */
.war_txt {
    padding: 0 1.5rem 2rem;
    font-size: 1.6rem;
    color: #5A5A5A;
    line-height: 1.3;
}
.war_tit {
    padding: 0 1.5rem;
    font-size: 1.7rem;
    font-family: '600';
    color: #606060;
    padding-bottom: .5rem;
}
.warning_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 1.5rem 2rem;
}
.warning_btn li {
    width: calc(50% - 1rem);
    border-radius: var(--border-ra);
}
.warning_btn li:nth-child(1) {
    background: #18BF7A;
}
.warning_btn li:nth-child(2) {
    background: #1F88ED;
}
.warning_btn li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.warning_btn li a img {
    display: block;
    width: auto;
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}
.warning_btn li a p {
    color: #fff;
    font-size: 1.7rem;
}

/* qna */
.qna_area {
    padding: 0 1.5rem;
}

/* search */
.search_top {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: 0 1.5rem;
    margin-bottom: var(--margin-btm);
}
.search_top .back {
    display: block;
    width: 1.3rem; height: 1.3rem;
    background: url(../img/arrow3.png) no-repeat center/contain;
}
.search_top p {
    font-size: 1.7rem;
    margin-top: .2rem;
}
.search_box {
    background: #fff;
    border: 1px solid #18BF7A;
    border-radius: var(--border-ra);
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1.5rem;
}
.search_box.on {
    border-radius: var(--border-ra) var(--border-ra) 0 0;
}
.search_box input {
    display: block;
    width: 80%;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
}
.search_box input:focus {
    outline: none;
}
.search_box .submit {
    display: block;
    width: 2rem; height: 2rem;
    background: url(../img/icon9.png) no-repeat center/contain;
}
.autocomplete_box {
    position: relative;
    max-height: 15rem;
    overflow-y: auto;
    display: none;
    margin: 0 1.5rem;
    background: #C6E8DA;
}
.autocomplete_box ul {
    padding: 0 2.5rem;
}
.autocomplete_box li {
    font-size: 1.6rem;
    margin: 2rem 0;
}
.autocomplete_box li strong {
    font-size: 1.6rem;
}
.result {
    padding: 0 1.5rem;
}
.result.on {
    padding-bottom: 1rem;
    border-bottom: var(--border-bold);
    margin-top: 2rem;
}
.result_box {
    margin-bottom: var(--margin-btm);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: var(--border-ra);
    background: #fff;
    padding: 2.5rem 2rem .5rem;
}
.result_box h3 {
    font-size: 1.8rem;
    color: #18BF7A;
    font-family: '600';
    word-break: break-all;
}
.result_box h3 strong {
    display: inline-block;
    padding: .3rem .1rem 0 .1rem;
    font-size: 1.8rem;
    color: #18BF7A;
    font-family: '600';
    background: #D1F2E4;
}
.result_box pre {
    color: #646464;
    font-size: 1.5rem;
    line-height: 1.3;
    word-break: break-all;
    padding: 1rem 0 2rem;
}
.result_box p {
    font-size: 1.6rem;
    font-family: '600';
    color: #646464;
}
.result .none {
    font-size: 1.7rem;
    color: #606060;
    text-align: center;
    padding: 6rem 0;
}
.main_tit.search {
    margin-top: 2rem;
}
.warning_btn.search {
    padding: 0 1.5rem 3rem;
}

/* noti */
.noti_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    margin-bottom: 2rem;
}
.noti_top a,
.noti_top button {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.noti_top .prev {
    background-image: url(../img/sub_arrow1.png);
}
.noti_top .next {
    background-image: url(../img/sub_arrow2.png);
}
.noti_top p {
    color: #0B613A;
    font-size: 1.8rem;
    font-family: '600';
    margin-top: .5rem;
}
.result_box.noti {
    margin: 0 1.5rem var(--margin-btm);
}
.noti_link {
    background: #18BF7A;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 2rem 0;
    border-radius: var(--border-ra);
    display: block;
    margin: 3.5rem 1.5rem 3rem;
}

/* counsel */
.noti_top p.counsel_txt {
    color: #013F8C;
}
.counsel_link {
    display: block;
    margin: 3.5rem 1.5rem 3rem;
    background: #1F88ED;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 2rem 0;
    border-radius: var(--border-ra);
}