* {
    box-sizing: border-box;
}
body.fixed {
    overflow: hidden;
}
:root {
    --border: 1.2rem;
    --mb: 4rem;
}
main {
    padding: 7rem 1.5rem 4rem;
}

#indexLoadImg {
    position: relative;
    background: #fff;
    min-height: 100vh;
}
#indexLoadImg img {
    position: absolute;
    display: block;
    height: 16rem;
    left: 50%; top: 20%;
    transform: translateX(-50%);
}
#indexLoadImg .index_btns {
    position: absolute;
    left: 50%; bottom: 25%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
#indexLoadImg .index_btns a {
    display: block;
    background: #3F4AE4;
    width: 75%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 1.7rem 0;
    border-radius: 3rem;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    z-index: 9000;
    background: #fff;
}
header .back {
    display: block;
    position: absolute;
    width: 2.6rem; height: 2.6rem;
    left: 1.5rem; top: 50%;
    transform: translateY(-50%);
    background: url(../img/back.png) no-repeat center/contain;
}
header a {
    display: block;
    height: 2rem;
}
header a img {
    display: block;
    height: 100%;
}

/* home */
.search_wrap {
    background: #F4F4F4;
    padding: 1.5rem;
    border-radius: var(--border);
}
.home_tit {
    font-size: 2.1rem;
    font-family: 'bold';
    margin-bottom: 2rem;
}
.home_tit strong {
    font-size: 2.1rem;
    font-family: 'bold';
    color: #323DE3;
}
.search_wrap form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.search_wrap form .check {
    display: flex;
    align-items: center;
}
.search_wrap form .check p {
    font-size: 1.9rem;
    color: #313C48;
    width: 25%;
}
.search_wrap form .check .input_wrap {
    width: 70%;
}
.search_wrap form .check .input_wrap #year {
    display: block;
    width: 100%;
    padding: 1.2rem 2rem;
    border-radius: var(--border);
    border: .1rem solid #C2C2C2;
    font-size: 1.6rem;
    color: #313C48;
    letter-spacing: -1px;
}
.search_wrap form .check.radio_wrap .input_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_wrap form .check.radio_wrap .input_wrap input {
    display: none;
}
.search_wrap form .check .input_wrap label {
    border: .1rem solid #C2C2C2;
    background: #fff;
    display: block;
    width: calc(50% - .5rem);
    text-align: center;
    padding: 1.2rem;
    font-size: 1.6rem;
    color: #313C48;
    border-radius: var(--border);
}
.search_wrap form .radio_wrap .input_wrap input:checked + label {
    background: #3F4AE4;
    border-color: #3F4AE4;
    color: #fff;
}
.search_wrap form .check .input_wrap select {
    width: 100%;
    border-color: #C2C2C2;
    padding: 1.2rem 2rem;
    border-radius: var(--border);
    font-size: 1.6rem;
    color: #313C48;
    letter-spacing: -1px;
    background-color: #fff;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 1.8rem;
}
.search_wrap form .check .input_wrap select option {
    font-size: 1.6rem;
}
.home_submit {
    display: block;
    text-align: center;
    background: #3F4AE4;
    border-radius: var(--border);
    padding: 1.5rem 0;
    font-size: 2rem;
    color: #fff;
    margin-top: 2.5rem;
}
.home_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: var(--mb) 0;
}
.home_btns li {
    width: calc(100% / 3 - 1rem);
}
.home_btns li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
}
.home_btns li a img {
    display: block;
    height: 6rem;
    object-fit: contain;
}
.home_btns li a p {
    font-size: 1.6rem;
    font-family: 'semi-bold';
    color: #2E3845;
    letter-spacing: -1px;
}
.home_btns_long {
    margin-bottom: var(--mb);
}
.home_btns_long li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 0;
}
.home_btns_long li:first-child a {
    border-bottom: .1rem solid #C1C1C1;
}
.home_btns_long li a p {
    font-size: 1.8rem;
    color: #2E3845;
}
.home_btns_long li a .arrow {
    display: block;
    width: 1.8rem; height: 1.8rem;
    background: url(../img/arrow-5.png) no-repeat center/contain;
}
.home_qna {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.home_qna li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .1rem solid #D3D3D3;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: var(--border);
    padding: 2rem 1.5rem;
}
.home_qna li a p {
    font-size: 1.6rem;
    font-family: 'semi-bold';
    letter-spacing: -1px;
}
.home_qna li a span {
    font-size: 1.5rem;
    color: #fff;
    padding: .7rem 1.2rem;
    border-radius: 2rem;
    background: #3F4AE4;
    font-family: 'light';
}

/* check_list */
.check_list_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.check_list_top .home_tit {
    margin-bottom: 0;
}
.check_list_top .id_edit_btn {
    font-size: 1.5rem;
    background: #3F4AE4;
    padding: .5rem 1rem;
    border-radius: 1.5rem;
    color: #fff;
    font-family: 'light';
    letter-spacing: -1px;
}
.background {
    display: none;
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9990;
}
.background.on {
    display: block;
}
.id_wrap {
    display: none;
    position: fixed;
    left: 0; bottom: 0;
    width: 100%; height: fit-content;
    background: #fff;
    padding: 2.5rem 1.5rem;
    z-index: 9999;
    border-radius: 2rem 2rem 0 0;
}
.id_wrap.on {
    display: block;
}
.id_wrap .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.id_wrap .top .tit {
    font-size: 2rem;
    font-family: 'bold';
}
.id_wrap .top .close_ico {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/close.png) no-repeat center/contain;
}
.id_edit_form .check {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.id_edit_form .check p {
    font-size: 1.7rem;
    color: #303B47;
    width: 17%;
}
.id_edit_form .check .input_wrap {
    width: 80%;
}
.id_edit_form .check.radio_wrap .input_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.id_edit_form .check .input_wrap #year{
    border: .1rem solid #C1C1C1;
    width: 100%;
    padding: 1.2rem 2rem;
    border-radius: var(--border);
    font-size: 1.6rem;
    letter-spacing: -1px;
}
.id_edit_form .check.radio_wrap input {
    display: none;
}
.id_edit_form .check.radio_wrap label {
    width: calc(50% - .7rem);
    text-align: center;
    border: .1rem solid #C5C5C5;
    padding: 1.2rem 0;
    border-radius: var(--border);
    font-size: 1.6rem;
}
.id_edit_form .check.radio_wrap input:checked + label {
    background: #3F4AE4;
    border-color: #3F4AE4;
    color: #fff;
}
.id_edit_form .check select {
    width: 100%;
    border-color: #C3C3C3;
    border-radius: var(--border);
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    color: #47505C;
    background: url(../img/arrow-1.png) no-repeat 95% 50% / 1.7rem; 
}
.detail_form .input_wrap select {
    width: 100%;
    margin-bottom: 1rem;
    border-color: #C3C3C3;
    border-radius: var(--border);
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    color: #47505C;
    background: url(../img/arrow-1.png) no-repeat 95% 50% / 1.7rem; 
}
.check_list_submit {
    background: #3F4AE4;
    padding: 1.5rem 0;
    border-radius: var(--border);
    font-size: 2rem;
    color: #fff;
    width: 100%;
    margin-top: 2rem;
}
.detail_form .input_wrap select option {
    font-size: 1.6rem;
    color: #47505C;
}
.check_list_btn {
    display: block;
    background: #3F4AE4;
    color: #fff;
    font-size: 1.8rem;
    padding: 1.5rem 0;
    text-align: center;
    width: 100%;
    border-radius: var(--border);
    margin-top: 1.5rem;
}
.item_wrap {
    margin-top: 3rem;
}
.item_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-bottom: .1rem solid #DDDDDD;
}
.item_list li a p {
    font-size: 1.6rem;
    color: #2C3743;
}
.item_list li a .arrow {
    display: block;
    width: 1.8rem; height: 1.8rem;
    background: url(../img/arrow-2.png) no-repeat center/contain;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;
}
.pagination li a {
    font-size: 1.6rem;
}
.pagination li.on a {
    color: #3541E3;
}
.pagination .arrow {
    display: block;
    width: 1.6rem; height: 1.6rem;
}
.pagination .arrow a {
    display: block;
    width: 100%; height: 100%;
}
.pagination .arrow.last {
    background: url(../img/arrow-5.png) no-repeat center/contain;
}
.pagination .arrow.prev {
    background: url(../img/arrow-4.png) no-repeat center/contain;
}

/* view_adb */
.view_box {
    border: .1rem solid #DDDDDD;
    margin-bottom: 1.5rem;
    border-radius: var(--border);
}
.view_box .que_inner {
    padding: 2rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view_box.open .que_inner {
    border-bottom: .1rem solid #DDDDDD;
}
.view_box .que_inner .que {
    font-size: 1.8rem;
}
.view_box .que_inner .arrow {
    display: block;
    width: 1.7rem; height: 1.7rem;
    background: url(../img/arrow-1.png) no-repeat center/contain;
}
.view_box.open .que_inner .arrow {
    background-image: url(../img/arrow-3.png);
}
.view_box .ans {
    padding: 2rem 2.5rem;
    display: none;
    flex-direction: column;
    gap: 1rem;
}
.view_box.open .ans {
    display: flex;
}
.view_box .ans p span {
    font-size: 1.6rem;
    color: #323DE3;
}
.view_box .ans p {
    font-size: 1.6rem;
    color: #686868;
    line-height: 1.3;
    font-family: 'regular';
}
.view_adb_btn {
    display: block;
    background: #3541E3;
    color: #fff;
    font-size: 2rem;
    padding: 1.5rem 0;
    text-align: center;
    border-radius: var(--border);
    margin-top: 4rem;
}

/* sub */
.sub_title {
    font-size: 2.2rem;
    font-family: 'bold';
    margin: 1.5rem 0;
}
.sub_cont {
    font-size: 1.6rem;
    color: #6A6A6A;
    line-height: 1.4;
    font-family: 'regular';
    display: block;
    margin-bottom: 4rem;
}
.sub_cont .point3 {
    font-size: 1.6rem;
    color: #2E3AE2;
}

/* online */
#filterFrm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#filterFrm select {
    border: .1rem solid #DFDFDF;
    width: calc(50% - .7rem);
    padding: 1.5rem;
    border-radius: var(--border);
    background: url(../img/arrow-1.png) no-repeat 90% 50% / 1.7rem;
    font-size: 1.6rem;
    color: #3C4652;
    margin-bottom: 2.5rem;
}
#filterFrm select option {
    font-size: 1.6rem;
    color: #3C4652;
}
.result.online a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border);
    background: #F4F4F4;
    margin-bottom: 1.5rem;
}
.result.online a .left {
    max-width: 75%;
}
.result.online a .type {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-bottom: .7rem;
}
.result.online a .type p {
    font-size: 1.5rem;
    color: #707070;
    font-family: 'regular';
}
.result.online a .name {
    font-size: 1.8rem;
    color: #2E3845;
    font-family: 'semi-bold';
    line-height: 1.3;
    word-break: break-all;
}
.result.online a .more {
    width: fit-content;
    padding: .5rem 1rem;
    background: #2E3AE2;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-family: 'light';
    border-radius: 2.5rem;
}
.pagination.online a {
    font-size: 1.7rem;
}
.pagination.online a.active {
    color: #3843E3;
    font-family: 'semi-bold';
}
.pagination.online img {
    display: block;
    width: 1.7rem; height: 1.7rem;
    object-fit: contain;
}

/* online_sub */
.store_tit {
    font-size: 2.1rem;
    font-family: 'bold';
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 2rem;
}
.store_detail {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.store_detail p {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.store_detail p span {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    background: #2E3AE2;
    letter-spacing: -1px;
    padding: .5rem;
    width: 20%;
    text-align: center;
    border-radius: 2rem;
    font-family: 'light';
}
.store_detail p strong {
    display: block;
    max-width: 75%;
    font-size: 1.6rem;
    line-height: 1.3;
}
#listBtn {
    text-align: center;
    background: #2E3AE2;
    color: #fff;
    padding: 1.5rem 0;
    border-radius: var(--border);
    font-size: 1.9rem;
    margin-top: 8rem;
}

/* qna */
.qna_box {
    border: .1rem solid #DDDDDD;
    border-radius: var(--border);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    margin-bottom: 1.5rem;
    padding: 2rem 1.5rem;
}
.qna_box .question_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.qna_box.open .question_inner {
    padding-bottom: 2rem;
    border-bottom: .1rem solid #DDDDDD;
}
.qna_box .question_inner .que {
    font-size: 1.7rem;
    line-height: 1.3;
    letter-spacing: -1px;
}
.qna_box .question_inner span {
    background: #2E3AE2;
    display: block;
    padding: .3rem 1rem;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-family: 'light';
}
.qna_box .ans {
    display: none;
    font-size: 1.6rem;
    font-family: 'regular';
    color: #555555;
    line-height: 1.4;
}
.qna_box.open .ans {
    display: block;
    padding-top: 2rem;
}