.off {display: none;}

body {
    padding-top: 6rem;
    padding-bottom: 8rem;
    min-height: calc(100vh - 14rem);
}
.body_index {
    padding: 0;
}


/* index */
.index {
    background: #f8f8f6;
    text-align: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index img{
    width: 18rem;
    margin-bottom: 15rem;
}
.index .process_wrap h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #a6a8ab;
    line-height: 1.4;
}
.index .process_wrap .process {
    border-radius: 10rem;
    width: 15rem;
    height: 2rem;
    border: 2px solid #a6a8ab;
    padding: 2px;
}
.index .process_wrap .process .inner {
    width: 100%;height: 100%;
    background-image: linear-gradient(#9ccd4e 0%, #9ccd4e 15%, #cee6a7 15%, #cee6a7 40%, #9ccd4e 40%);
    border-radius: 10rem;
    box-shadow: 0 0 1rem rgba(255, 255, 255, .1) inset;
}




/* bottom main menu */
nav {
    position: fixed;
    height: 8rem;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;    
    overflow: hidden;
    background-color: #fff;
}
nav ul {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #abd037;
}
nav ul li {
    width: 100%;text-align: center;position: relative;
}
nav ul li a {
    display: block;
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #006934;
    opacity: .7;
    line-height: 1.1;
}
nav ul li.on a {font-weight: bold;opacity: 1;}
nav ul li a:before {
    content: '';
    display: block;
    margin: 0 auto ;
    width: 3.0rem;
    height: 3rem;
}
nav ul li:nth-child(1) a:before {background: url(../img/menuicon_1.png) no-repeat;filter: grayscale(1);background-size: contain;}
nav ul li:nth-child(2) a:before {background: url(../img/menuicon_2.png) no-repeat;filter: grayscale(1);background-size: contain;}
nav ul li:nth-child(3) a:before {background: url(../img/menuicon_3.png) no-repeat;filter: grayscale(1);background-size: contain;}
nav ul li:nth-child(4) a:before {background: url(../img/menuicon_4.png) no-repeat;filter: grayscale(1);background-size: contain;}
nav ul li a:before {filter: grayscale(1) opacity(.1);}
nav ul li.on a:before {filter: grayscale(1) opacity(1);}
nav ul li.on:nth-child(1) a:before {background-size: contain;filter: grayscale(0);}
nav ul li.on:nth-child(2) a:before {background-size: contain;filter: grayscale(0);}
nav ul li.on:nth-child(3) a:before {background-size: contain;filter: grayscale(0);}
nav ul li.on:nth-child(4) a:before {background-size: contain;filter: grayscale(0);}
   /* nav ul li.on:after {
 content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4.5rem;
    height: .3rem;
    background: #f86f03;
    border-radius: 3px; 
}*/

/* tab_wrap */
.tab_wrap {
    border-bottom: 1px solid #abd037;
    background-color: #fff;
    width: 100%;
    padding: 1.5rem 1.5rem 1rem;
    padding-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.tab_wrap .swiper {
    height: 3.5rem;
}
.tab_wrap .sub_menu {
    width: 92%;
    margin-left: 0;
}
.tab_wrap .share_wrap {
    width: 8%;
    text-align: center;
}
.tab_wrap .share_wrap .share {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
    z-index: 100;
    background: url("../img/share.png") no-repeat center / contain;
}
.tab_wrap .swiper {
    position: relative;
}
.tab_wrap .swiper:after {
    content: '';
    z-index: 1;
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 20px;
    background: linear-gradient(90deg, transparent, #fff 45%);
}
.tab_wrap .swiper-wrapper {
    align-items: center;
}
.tab_wrap .swiper-wrapper .swiper-slide {
    width: fit-content !important;
}
.tab_wrap .swiper-wrapper .swiper-slide p {
    border: 1px solid #95c042;
    background: #e6f1b5;
    color: #b6be66;
    font-weight: 500;
    padding: 0.7rem 1.5rem;
    font-size: 1.7rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_wrap .swiper-wrapper .swiper-slide p span {
    font-size: 1.7rem;
    color: #666;
    font-weight: 500;
}
.tab_wrap .swiper-wrapper .swiper-slide.on p {
    background-image: linear-gradient(50deg, #5ea931 0%, #cfe396 100%);
    color: #fff;
}
.tab_wrap .swiper-wrapper .swiper-slide.on p span {
    color: #dbf253;
}


/* content_wrap */
.content_wrap {
    display: none;
    padding: 2rem;
    padding-top: 3rem;
    transition: 0.3s ease;
}
.content_wrap.adjusted {
    margin-top: 10rem !important; 
  }
.content_wrap.on {
    display: block;
}
.content_wrap h2 {
    color: #091b30;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
    width: fit-content;
    padding-left: .5rem;
    margin-bottom: 2rem;
    background-image: linear-gradient(transparent 0, transparent 70%, #c9eea9 70%);
}
.content_wrap h2 span {
    font-size: inherit;
    font-weight: inherit;
    color: #f86d00;
}
.content_wrap h3 {
    color: #006934;
    padding-left: 1rem;
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.9rem;
    position: relative;
    margin: 2rem 0 0;
}
.content_wrap h3::before {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 100%;
    position: absolute;
    background-color: #006934;
    left: 0;
    top: calc(50% - 1px);
}
.content_wrap pre {
    line-height: 1.4;
    font-size: 1.8rem;
}
.content_wrap pre .link {
    font-size: inherit;
    font-weight: inherit;
    word-break: break-all;
}
.content_wrap pre .emo {
    height: 2rem;
    margin-right: .5rem;
    transform:translateY(.4rem);
}
.content_wrap pre b {
    font-size: 1.9rem;
    font-weight: bold;
    color: #f86f03;
    line-height: 1.6;
}
.content_wrap pre .bold {
    color: #40404a;
    font-weight: bold;
    font-size: inherit;
}
.content_wrap img {
    width: 100%;
    margin-top: 2rem;
}

.hometax {
    position: fixed;
    display: none;
    bottom: 8.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 5.5rem;
    border-radius: 2rem;
    font-weight: 600;
    color: #fff;
    font-size: 1.8rem;
    justify-content: center;align-items: center;
    background-image: linear-gradient(to right,  #f78617 0%, #fc5b35 100% );
}
.hometax.on {
    display: flex;
}
.hometax img {
    height: 3rem;
    margin-right: .5rem;
}


/* news */
.news .news_wrap {
    position: relative;
    padding-top: 2rem;
}
.news .title_wrap {
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 6rem;
    display: flex;align-items: center;
    padding-left: 2rem;
    background-color: #e4e9cf;
    z-index: 100;
}
.news .title_wrap img {
    width: 3.5rem;
    margin-right: .5rem;
}
.news .title_wrap p {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}
.news .title_wrap p::before {
    content: "";
    position: absolute;
    left: 0;top: 1.5rem;
    z-index: -11;
    height: .8rem;width: 100%;
    background-image: linear-gradient(to right,#5ea931 0%, #dbebaa 100%);
}

.news .news_wrap .news_deco {
    position: absolute;
    left: 0; top: 0;
    background-color: #fcc486;
    width: 100%; height: 10rem;
    border-radius: 0 0 4rem 4rem;
}
.news .news_wrap .recent {
    background: #ebeddd;
    margin: 2rem;
    margin-top: 0;
    padding: 1.5rem;
    z-index: 10;
    position: relative;
}
.news .news_wrap .recent h3 {
    line-height: 1.2;
    color:#000;
    padding-top: .5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #006934;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
}
.news .news_wrap .recent .content {
    font-size: 1.7rem;
    color: #666;
    line-height: 1.2;
    border-bottom: 1px solid #f3f3f3;
}
.news .news_wrap .recent .date {
    font-size: 1.5rem;
    color: #006934;
    margin-top: 1rem;
}


/* news_sub */
.news_sub .title_wrap {
    position: fixed;
    left: 0;top: 0;
    width: 100%;height: 6rem;
    display: flex;align-items: center;
    padding-left: 2rem;
    background-color: #e4e9cf;
    z-index: 100;
}
.news_sub .title_wrap img {
    width: 1rem;
    margin-right: 2rem;
}
.news_sub .title_wrap p {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}
.news_sub .title_wrap p::before {
    content: "";
    position: absolute;
    left: 0;top: 1.5rem;
    z-index: -11;
    height: .8rem;width: 100%;
    background-image: linear-gradient(to right,#5ea931 0%, #dbebaa 100%);
}
.news_sub .content_box {
    padding: 2.5rem 2rem;
}
.news_sub .content_box .date {
    font-size: 1.6rem;
    color: #006934;
}
.news_sub .content_box h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;
    margin: .5rem 0 2rem;
}
.news_sub .content_box .content {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.news_sub .content_box img {
    width: 100%;
}
.news_sub .content_box .newslink {
    font-size: 1.8rem;
    font-weight: bold;
    color: #006934;
    padding: 1.5rem 0;
    width: 100%;
    margin-top: 1rem;
    display: flex;justify-content: center;align-items: center;
    background-color: #ebeddd;
}



.box_wrap {
    padding-bottom: 8rem;
    padding: 2rem 0;
}
.box_wrap h2 {
    margin: 0 2rem 2rem;
}
.box_wrap .box {}
.box_wrap .box h4 {
    background: url('../img/arrow_1.png') no-repeat 95% center / 1.5rem ;
    padding: 1.5rem 6.5rem 1.5rem 4.5rem;
    line-height: 1.3;
    font-size: 1.9rem;
    color: #1a1a1a;
    position: relative;
    border-bottom: 1px solid #d4dfa8;
}
.box_wrap .box.on h4 {
    background: url('../img/arrow_2.png') no-repeat 95% center / 1.5rem ;
}
.box_wrap .box h4::before {
    content:"Q. ";
    font-size: inherit;
    color: #006934;
    font-weight: 500;
    margin-right: .5rem;
    position: absolute;
    left: 2rem;
}
.box_wrap .box:last-of-type h4 {
    border: none;
}
.box_wrap .box pre {
    background-color: #e4e9cf;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 1.5rem 6.5rem 1.5rem 4.5rem;
    color: #777;
    display: none;
    position: relative;
}
.box_wrap .box pre .link {
    border-bottom: 1px solid #aaa;
}
.box_wrap .box pre::before {
    content:"A. ";
    font-size: inherit;
    color: #5ea931;
    margin-right: .5rem;
    position: absolute;
    left: 2rem;
}
.box_wrap .box.on pre {
    display: block;
}



/* 계산기 */
#calc {
    margin-top:2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
#calc h4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin-right: .5rem;
    width: fit-content;
    padding: 0 .5rem;
    background-image: linear-gradient(transparent 0%, transparent 70%, #e6f1b5 70%);
}
#calc div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}
#calc div.plus {
    flex-direction: column;
    align-items: end;
}
#calc div.plus p {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 1rem;
    display: flex;align-items: center;
}
#calc div.plus button.minus {
    border-radius: .5rem;
    border: 1px solid #ddd;
    width: 2rem;height: 2rem;
    display: flex;justify-content: center;align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 1rem;
}
#calc .calBtn {
    border: 1px solid #006934;
    background-color: #e6f1b5;
    padding: .5rem 1.5rem;
    font-size: 1.6rem;
    display: flex;justify-content: center;align-items: center;
    text-align: center;
    border-radius: 10rem;
    margin-bottom: 1rem;
    margin-right: .5rem;
}
#calc .calBtn.color {
    background-color: #006934;
    color: #fff;
}
#calc .calBtn.gray {
    background-color: #e3e3e3;
    color: #000;
}
#calc .result {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}
#calc > span {
    display: flex;
    justify-content: space-between;
}