header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

.outbound {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0 1.5rem ;
}
.outbound a {
    width: 100%;
}
.outbound a img {
    width: 100%;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 70%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding-top: 4rem;
}
nav > a {
    font-size: 1.6rem;
    font-weight: 800;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 1.5rem center;
    padding: 2rem 1.5rem;
}
nav > a.on {
    background-color: #ff5001;
    background-image: url(../img/arrow-2.png);
    color: #fff;
}
nav .sub {
    display: flex;
    flex-flow: column nowrap;
}
nav .sub a {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 800;
}
nav h2 {
    font-size: 1.6rem;
    font-weight: 800;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 1.5rem center;
    padding: 2rem 1.5rem;
}
nav h2.on {
    background-color: #ff5001;
    background-image: url(../img/arrow-2.png);
    color: #fff;
}
nav button {
    width: 2rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}
nav button img {
    width: 100%;
}

main {
    padding: 2rem 1.5rem 10rem;
}
main > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .bnr {
    border-radius: 1rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    padding: 2.5rem 1.5rem;
    background-color: #ff5001;
    background-image: url(../img/main-img.png);
    background-repeat: no-repeat;
    background-size: 15rem;
    background-position: right 1.5rem top 4rem;
    margin: 0 1.5rem 2rem;
}
main .bnr .top {
    margin-bottom: 6rem;
}
main .bnr .top p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1.5rem;
}
main .bnr .top h2 {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
}
main .bnr > a {
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 800;
    padding: 2rem 3rem;
    border-radius: 1rem;
    background-color: #fff;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 3rem center;
    color: #ff5001;
}
main .menuWrap {
    padding: 2rem 1.5rem;
}
main .menuWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .menuWrap .menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .menuWrap .menu .top {
    display: flex;
    gap: 1.5rem;
}
main .menuWrap .menu .top a {
    width: 50%;
    height: 12rem;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #f2f2f2;
    background-image: url(../img/main-btn-1.png);
    background-size: 15rem;
    background-position: right center;
    background-repeat: no-repeat;
}
main .menuWrap .menu .top a:nth-of-type(2) {
    background-image: url(../img/main-btn-2.png);
}
main .menuWrap .menu .top a p {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
main .menuWrap .menu .top a h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .menuWrap .menu > a {
    position: relative;
    width: 100%;
    display: inline-block;
}
main .menuWrap .menu > a img {
    width: 100%;
}
main .menuWrap .menu > a .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
}
main .menuWrap .menu > a p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
main .menuWrap .menu > a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}
main .qnaWrap {
    padding: 2rem 1.5rem 0;
}
main .qnaWrap h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .qnaWrap .qna {
    display: flex;
    flex-flow: column nowrap;
}
main .qnaWrap .qna a {
    font-size: 1.4rem;
    font-weight: 800;
    padding: 1.5rem 0 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
main .qnaWrap .qna a::before {
    background: #ff5001;
    content: '';
    display: inline-block;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
main .qnaWrap .qna a img {
    width: 1rem;
}

/* 상세 */
main > h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ff5001;
    margin-bottom: 1rem;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
main > pre em {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ff5001;
    line-height: 1.4;
}
main .box {
    border-radius: 1rem;
    padding: 1.5rem;
    background: #f2f2f2;
    margin-bottom: 4rem;
}
main .box:last-child {
    margin: 0;
}
main .box pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .box pre b {
    font-size: 1.4rem;
    font-weight: 800;
}
main .infoWrap {
    margin-bottom: 4rem;
    position: relative;
}
main .infoWrap .category {
    display: flex;
    gap: 1rem;
}
main .infoWrap .category a {
    width: calc(100% / 3);
    border-radius: 1rem;
    padding: 2rem 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    background-color: #f2f2f2;
    background-image: url(../img/icon-2.png);
    background-size: 1.2rem;
    background-position: top 0.8rem right 2rem;
    background-repeat: no-repeat;
}
main .infoWrap .category a.on {
    background-color: #ff5001;
    color: #fff;
    background-image: url(../img/icon-1.png);
}
main .infoWrap .content {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 6.5rem;
    z-index: 222;
    background: #fff;
}
main .infoWrap .content pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .infoWrap .content pre em {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ff5001;
    line-height: 1.4;
}
main .infoWrap .content button {
    width: 1.5rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
main .infoWrap .content button img {
    width: 100%;
}

/* 지점 */
main #bankFrm {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
main #bankFrm select {
    width: 35%;
    padding: 1.5rem;
    font-size: 1.4rem;
    border-radius: 1rem;
    border: 1px solid #efefef;
    background-color: #fff;
    background-image: url(../img/arrow-4.png);
    background-size: 1.5rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
}
main #bankFrm select option {
    font-size: 1.4rem;
}
main #bankFrm label {
    width: 65%;
    border-radius: 1rem;
    border: 1px solid #efefef;
    display: flex;
    position: relative;
}
main #bankFrm label #search {
    padding: 1.5rem;
    font-size: 1.4rem;
    width: 100%;
    background-color: #fff;
}
main #bankFrm label .btn_submit {
    background: url(../img/search.png) no-repeat center / 80%;
    position: absolute;
    width: 2rem;
    height: 2rem;
    text-indent: -9999px;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
main > .category {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
main > .category a {
    width: 50%;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
    padding: 0.5rem 0;
}
main > .category a.color {
    border: 1px solid #ff5001;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main > .category a img {
    width: 70%;
}
main .result_wrap {}
main .result_wrap .result_none {
    display: none;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    padding: 4rem 0;
}
main .result_wrap ul {
    display: flex;
    flex-flow: column nowrap;
}
main .result_wrap li {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .result_wrap li span {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
}
main .result_wrap li span .bank_address {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .result_wrap li span .bank_name {
    font-size: 1.6rem;
    font-weight: 800;
}
main .result_wrap li span .bank_name em {
    font-size: 1.6rem;
    font-weight: 800;
}
main .result_wrap li a {
    width: 3rem;
}
main .result_wrap li a img {
    width: 100%;
}

/* 리스트 */
main #filterFrm {
    margin-bottom: 3rem;
}
main #filterFrm .selectTop {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
main #filterFrm .selectTop select {
    width: 50%;
    font-size: 1.4rem;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #efefef;
    background-color: #fff;
    background-image: url(../img/arrow-4.png);
    background-size: 1.5rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
}
main #filterFrm .selectTop select option {
    font-size: 1.4rem;
}
main #filterFrm .selectBottom {
    display: flex;
    gap: 1rem;
}
main #filterFrm .selectBottom select {
    width: 50%;
    font-size: 1.4rem;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #efefef;
    background-color: #fff;
    background-image: url(../img/arrow-4.png);
    background-size: 1.5rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
}
main #filterFrm .selectBottom select option {
    font-size: 1.4rem;
}
main .result {
    display: flex;
    flex-flow: column nowrap;
}
main .result a {
    padding: 2.5rem 0;
    border-bottom: 1px solid #e4e4e4;
}
main .result a:last-child {
    border: none;
}
main .result a .titleScrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
}
main .result a .titleScrap .title {
    width: calc(100% - 2rem);
}
main .result a .titleScrap p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
main .result a .titleScrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .result a .titleScrap button {
    width: 2rem;
}
main .result a .titleScrap button img {
    width: 100%;
}
main .result a .pWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .result a .pWrap p {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .result a .pWrap p strong {
    padding: 0.5rem;
    background: #ff5001;
    border-radius: 5rem;
    color: #fff;
    font-size: 1.4rem;
    width: 7rem;
    text-align: center;
}
main .result a .pWrap p span {
    font-size: 1.4rem;
    word-break: break-all;
    line-height: 1.2;
}
main .pagination {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    gap: 0.5rem;
}
main .pagination a {
    font-size: 1.4rem;
    font-weight: 600;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination a.active {
    font-weight: 800;
    background: #ff5001;
    border-radius: 100%;
    color: #fff;
}
main .pagination a img {
    width: 30%;
}
main .pagination .active a {
    font-weight: 800;
    background: #ff5001;
    border-radius: 100%;
    color: #fff;
}

/* 뉴스 */
main .news {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
main .news a {
    display: flex;
    gap: 1.5rem;
}
main .news a .image {
    width: 40%;
    height: 10rem;
}
main .news a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .news a .text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 60%;
}
main .news a .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .news a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .news a .text .date {
    font-size: 1.4rem;
    text-align: right;
}

/* 질문 */
main .qna {}
main .qna .open {}
main .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
main .qna .open h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 800;
    padding: 1.5rem 0 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
main .qna .open h3::before {
    background: #ff5001;
    content: '';
    display: inline-block;
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
main .qna .open h3 img {
    width: 1rem;
}