#wrap {
    padding-top: 7rem;
    min-height: 100vh;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* header */
/* header {
    position: fixed;
    left: 50%;top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 7rem;
    display: flex;justify-content: space-between;align-items: center;
    padding: 0 2rem;
    background-color: #fff;
    max-width: 1000px;
    z-index: 100;
} 아래 0219수정*/
header {
    position: fixed;
    left: 50%;top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 4.5rem;
    display: flex;justify-content: space-between;align-items: center;
    padding: 0 2rem;
    background-color: #fff;
    max-width: 1000px;
    z-index: 100;
} 
header .prev, 
header .dummy {height: 3rem;width: 3rem;}
header .prev {background: url(../img/prev.png) no-repeat 0 center / 2rem;}
header .logo {display: none;}
header .logo img {height: 4.5rem;width: fit-content;margin-top: 1rem;}
header h1 {font-size: 1.6rem;font-weight: bold;line-height: 1.3;text-align: center;}
header.home .logo {display: block;}
header.home .prev,
header.home h1 {display: none;}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

/* index */
/* #wrap.index {display: flex;justify-content: space-between;flex-direction: column;padding: 15% 0 15% 8%;background-color: #4c61ce;} 아래 0219수정*/
#wrap.index {display: flex;justify-content: space-between;flex-direction: column;padding: 3% 0 15% 5%;background-color: #4c61ce;}
#wrap.index h2 {font-size: 2.2rem;line-height: 1.4;color: #fff;font-weight: 300;}
#wrap.index h2 b {font-size: inherit;font-weight: 700;color: inherit;}
#wrap.index img {margin-top: 1rem;width: 6rem;}
#wrap.index .bar {height: .3rem;width: 90%;display: block;margin-left: 10%;margin-bottom: 10%;background-color: #fff;}


/* home */
#wrap.home .content {padding: 2rem;}
#wrap.home .content h2 {font-size: 1.8rem;font-weight: bold;margin-bottom: 4rem;line-height: 1.4;}
#wrap.home .content > a {display: flex;flex-direction: column;justify-content: space-between;height: 20rem;margin-bottom: 4rem;border-radius: 1rem;overflow: hidden;}
#wrap.home .content > a:nth-of-type(1) {background: #fff8e6 url(../img/coin.png) no-repeat calc(100% - 2rem) calc(100% - 6.5rem) / 7rem;}
#wrap.home .content > a:nth-of-type(2) {background: #e8f2fe url(../img/cash.png) no-repeat calc(100% - 2rem) calc(100% - 6.5rem) / 9rem;}
#wrap.home .content > a .top {padding: 2rem 7.5rem 2rem 2rem;}
#wrap.home .content > a .top h3  {font-size: 2.1rem;font-weight: 800;color: #373332;margin-bottom: 1.3rem;}
#wrap.home .content > a .top p {font-size: 1.4rem;line-height: 1.4;color: #616163;margin-bottom: 2rem;}
#wrap.home .content > a .bottom {display: flex;justify-content: center;align-items: center;width: 100%;height:5rem;font-size: 1.6rem;font-weight: bold;color: #455cce;}
#wrap.home .content > a:nth-of-type(1) .bottom {background-color: #fef5d8;}
#wrap.home .content > a:nth-of-type(2) .bottom {background-color: #deedff;}
#wrap.home .content > a .bottom > img {width: .8rem;margin-left: .5rem;}


/* sub */
#wrap.right .content {padding: 2rem 0 2rem 2rem;}
#wrap.right .content .intro_box {background-color: #e4f5e8;padding: 2rem 10rem 1.5rem 2.5rem;}
#wrap.right .content .intro_box.a {background: #e4f5e8 url(../img/coin.png) no-repeat calc(100% - 2.5rem) calc(100% - 2rem) / 7rem;}
#wrap.right .content .intro_box.b {background: #e4f5e8 url(../img/cash.png) no-repeat calc(100% - 2.5rem) calc(100% - 2rem) / 9rem;}
#wrap.right .content .intro_box h2 {font-size: 2rem;font-weight: 800;line-height: 1.4;color: #485ece;margin-bottom: 1.5rem;}
#wrap.right .content .intro_box pre {font-size: 1.6rem;line-height: 1.4;color: #646162;}
#wrap.right .content .intro_box b {display: block;margin-top: 1.5rem;line-height: 1.4;padding-right: 4rem;}
#wrap.right .content .regular_box {margin: 1rem;margin-right: 0;padding: 3rem 2.5rem 2rem 1.5rem;}
#wrap.right .content .regular_box.borderbox1 {margin-top: 0;margin-bottom: 0;}
#wrap.right .content .regular_box.borderbox2 {margin-top: 2rem;border-top: 1px solid #f3f3f3;}
#wrap.right .content .regular_box.borderbox3 {margin-top: 2rem;margin-bottom: 2rem;padding-bottom: 3rem;border-top: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;}
#wrap.right .content .regular_box h2 {font-size: 1.8rem;font-weight: 800;line-height: 1.4;color: #3a3635;margin-bottom: 1rem;}
#wrap.right .content .regular_box pre {font-size: 1.5rem;line-height: 1.4;color: #3b3838;}
#wrap.right .content a img {width: 100%;}


/* check */
#wrap.check .content {padding: 2rem;}
#wrap.check .content a {
    display: flex;align-items: center;
    padding: 3rem 4rem 3rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #393534;
    background: #f7f8f8 url(../img/next_bold.png) no-repeat calc(100% - 2rem) center / 1rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    box-shadow: .1rem .1rem .3rem #c5cfdb;
}
#wrap.check .content a img:nth-of-type(1) {margin-right: .7rem;width: 2rem;}
#wrap.check .content a img:nth-of-type(2) {margin-left: 1rem;width: 1rem;}


/* toggle */
.toggle_wrap {
    padding: 2rem;
}
.toggle_wrap .box.open .opener {
    background-color: #4c61ce;
}
.toggle_wrap .box.open .opened {
    display: block;
    background-color: #e8f2fe;
}
.toggle_wrap .box .opener {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #fff;
    margin-top: 1rem;
    padding: 1.5rem 1.5rem;
    background-color: #4c61ce;
    display: flex;justify-content: space-between;align-items: center;
}
.toggle_wrap .box .opener img {width: 1.5rem;}
.toggle_wrap .box .opened {
    margin-top: 1rem;
    display: none;
}
.toggle_wrap .box .opened pre {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #3a3837;
    padding: 2rem 4rem 2rem 1.5rem;
}
.toggle_wrap .box .opened pre b {
    line-height: inherit;
    font-size: inherit;
    font-weight: 800;
    color: inherit;
}
.toggle_wrap .box .opened pre a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}