* {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;

}

html.fix {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
}

button, html [type="button"] {
    -webkit-appearance: none;   
  }

/*header*/
#A_Header {
    width: 100%;
    height: 100px;
    background-color:  rgba(255, 255, 255, 0.373);
    position: fixed;
    left: 0;
    z-index: 10;
    transition: 0.2s ease;
    -webkit-transform: translateZ(0);
  
}

/* #A_Wrap > .active {
    background: #fff;
} */

#A_Header .gnb {
    position: absolute;
    width: 1260px;
    height: 100px;
    line-height: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}

#A_Header .gnb .logo_wrap,
#A_Header .gnb .btn_close,
#A_Header .gnb .btn_hamburger {
    display: none;
}

#A_Header .logo {
    float: left;
    width: 131px;
    height: 75px;
    line-height: 100px;
    padding: 15px 0;
}

#A_Header .logo a {
    display: block;
    width: auto;
    height: 75px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#A_Header .gnb ul {
    float: right;
    height: 100%;
    line-height: 100px;
}

#A_Header .gnb ul li {
    display: inline-block;
}

#A_Header .gnb ul li a {
    padding: 0 20px;
    position: relative;
    transition: .5s ease;
    font-weight: 500;
    font-size: 20px;
}

#A_Header .gnb ul li a span {
    position: absolute;
    width: 0%;
    height: 1px;
    background: #921c22;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .5s ease
}

#A_Header .gnb ul li a:hover {
    color: #921c22;
}

#A_Header .gnb ul li a:hover span {
    width: 70%
}

#fp-nav .active span {
    background: #333;
    border: 1px solid #fff;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
    width:7px;
    height:7px;
    border:1px solid #999;
}

/*A_Container*/
/*intro_area*/
#A_Container .inner {
    width: 100%;
}

#A_Container .section1 {
    background: url("../images/bg6.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  
}

#A_Container .intro_area .contents {
    width: 1260px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#A_Container .intro_area:after {
    content: '';
    clear: both;
    display: block;
}

#A_Container .intro_area .contents_L {
    display: inline-block;
    width:100%;
}

#A_Container .intro_area .contents_R {
    float: right;
    width: 60%;
    transform: translate(0, 300px);
    position: relative;
    display: inline-block;
    opacity: 0;
    margin-top: -140px;
}

 #A_Container .last_area {/* load */
    opacity: 1;
   transform: translate(0, 30px); 
    transition: 1s ease;
}

#A_Container .intro_area .txt_wrap {
    height: 330px;
    background-color: rgba(255, 255, 255, 0.09);
    padding: 70px 35px;
    border-radius: 20px;
    box-sizing: border-box;
}

#A_Container .intro_area .txt_wrap strong {
    font-weight: 500;
    display: block;
    font-size: 55px;
    line-height: 1.2;
}

#A_Container .intro_area .txt_wrap em {
    display: block;
    font-size: 24px;
    color: #ddd;
    font-weight: 400;
    word-break: keep-all;
}

#A_Container .intro_area .txt_wrap em b {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
}

#A_Container .intro_area .txt_wrap em img {
    display: block;
    float: right;
    
}

#A_Container .intro_area .btn_googleplay,
#A_Container .intro_area .btn_appstore {
    display: inline-block;
}

#A_Container .intro_area .btn_googleplay {
    margin-right: 5px;
}

#A_Container .intro_area .btn_googleplay a {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 55px;
    margin-top: 60px;
    border-radius: 10px;
    background: url("https://www.tax-soo.co.kr/main/images/icon/googleplay.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#A_Container .intro_area .btn_appstore a {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 55px;
    margin-top: 60px;
    background: url("https://www.tax-soo.co.kr/main/images/icon/applestore.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}



/* org */
.org_con01 {
    margin-bottom: 50px;
}

.org_back {
    background: url(https://www.tax-soo.co.kr/main/images/sub/org01.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 181px;
}

.org_back .tx_box {
    text-align: center;
}

.org_back .tx_box p {
    font-size: 18px;
    color: #fff;
    padding-top: 45px;
}

.org_con02 {
    background: #fafafa;
    /* padding: 50px 0 100px 0; */
}

.org_map .one {
    background: url(https://www.tax-soo.co.kr/main/images/visual_red.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 192px;
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}

.org_map .one strong {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

.org_map .one strong:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fff;
    left: 50%;
    top: 0;
    transform: translate(-50%, -10px);

}

.org_map .one img {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    display: block;
    height: 43px;

}

/* .org_map .one::after {
    display: block;
    background: #666;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    clear: both;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    position: absolute;
    border: 4px solid #fff;
} */

.org_map .one::before {
    position: absolute;
    display: block;
    content: "";
    clear: both;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30%;
    bottom: -60px;
}

.org_map .two {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.org_map .two_line::before {
    position: absolute;
    display: block;
    content: "";
    background: #ddd;
    height: 1px;
    width: 50%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    clear: both;
}

.org_map .two_line li:nth-child(1)::before {
    position: absolute;
    display: block;
    content: "";
    background: #ddd;
    width: 1px;
    height: 230px;
    left: 25%;
    top: -30px;
}

.org_map .two_line li:nth-child(2)::before {
    position: absolute;
    display: block;
    content: "";
    background: #ddd;
    width: 1px;
    height: 230px;
    right: 25%;
    top: -30px;
}

.org_map .two li {
    width: 50%;
    float: left;
    text-align: center;
}

.org_map .two li:after {
    content: '';
    background: url(https://www.tax-soo.co.kr/main/images/visual_dot.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    transform: translateY(-10px);
}

.org_map .two li:nth-child(1):after {
    top: 0;
    left: 11.3em;
}

.org_map .two li:nth-child(2):after {
    top: 0;
    right: 11.3em;
}

.org_map .two li>div {
    background: #fff;
    border-radius: 25px;
    margin: 0 auto;
    max-width: 310px;
    min-height: 380px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.org_map .two li strong {
    font-size: 16px;
    color: #666;
    display: block;
    padding: 30px 40px;
    text-align: left;
    line-height: 1.6em;
}

.org_map .two li p {
    font-size: 16px;
    color: #fff;
    background-color: #333333;
    height: 50px;
    line-height: 50px;
}

.org_map .three {
    margin-bottom: 70px;
}

.org_map .three li>div {
    max-width: 260px;
    background: #999;
}

.org_map .three li {
    position: relative;
}

.org_map .three li:nth-child(1)::before {
    position: absolute;
    display: block;
    content: "";
    clear: both;
    background: #ddd;
    left: 48%;
    transform: translateX(-50%);
    bottom: -30px;
    height: 1px;
    width: 52%;
}

.org_map .three li:nth-child(2)::before {
    position: absolute;
    display: block;
    content: "";
    clear: both;
    background: #ddd;
    left: 52%;
    transform: translateX(-50%);
    bottom: -30px;
    height: 1px;
    width: 52%;
}

.org_map .four {
    width: 104.3%;
    margin: 0 -2.15%;
    position: relative;
}

.org_map .four li {
    width: 20.7%;
    float: left;
    margin: 0 2.15%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    position: relative;
}

.org_map .four li::before {
    position: absolute;
    display: block;
    content: "";
    clear: both;
    background: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    height: 57%;
    width: 1px;
}

.org_map .four li strong {
    color: #333;
}

.org_map .four li p {
    color: #666;
}

/*mobile_area*/
#A_Container .section2 {
    background: url(../images/bg5.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#A_Container .mobile_area .contents {
    width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: hidden;
}

#A_Container .mobile_area .contents_L {
    width: 100%;
    display: inline-block;
    /* opacity: 0; */
    /* margin-top: 50px; */
    /* margin-left: -100px; */
    float: left;
}

#A_Container .mobile_area {/* scroll */
    opacity: 1;
    transition: 1s ease;
    margin-left: 0;
}

#A_Container .mobile_area .contents_L .box_top {
    display: inline-block;
    width: 100%;
    /* background: #fff; */
    /* padding: 50px 0 50px 0; */
    text-align: center;
    border-radius: 10px;
    margin-bottom: 28px;
}

#A_Container .mobile_area .contents_L .box_top em {
    display: block;
}

#A_Container .mobile_area .contents_L .box_top strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    margin-left:20px;
}

#A_Container .mobile_area .contents_L .box_top p {
    color: #888888;
}

#A_Container .mobile_area .contents_L .box_top p span {
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
}

#A_Container .mobile_area .contents_L .box_top .custom-range {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    border: none;
}



#A_Container .mobile_area .contents_L .box_top .gage_bar {
    position: relative;
    width: 333px;
    margin: 50px auto 30px;
}

#A_Container .mobile_area .contents_L .box_top .visible_gage_wrap {
    position: relative;
    z-index: 1;
    top: 20px;
    left: 0;
    width: 100%;
    height: 7px;
    background: #f7f8fa;
    border-radius: 5px;
}

#A_Container .mobile_area .contents_L .box_top .visible_gage {
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background: #d1d8e7;
    border-radius: 5px;
    transition: 0.9s ease;
}

#A_Container .mobile_area .contents_L .box_top .gage_bar .d-day_wrap {
    position: absolute;
    width: 0%;
    border-radius: 5px;
    height: 100%;
    background: #d1d8e7;
    top: 9px;
    left: 5px;
    transition: 0.9s ease;
}

#A_Container .mobile_area .contents_L .box_top .gage_bar .d-day {
    position: absolute;
    left: 0;
    top: -36px;
}

#A_Container .mobile_area .contents_L .box_top .gage_bar .d-day>span {
    background: #3c70ff;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    width: 39.4px;
    height: 20.2px;
    top: 1px;
    transform: translate(-38%, 0);
    font-size: 11px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

#A_Container .mobile_area .contents_L .box_top .gage_bar .d-day>span>span {
    font-weight: 500;
    font-size: 11px;
}

#A_Container .mobile_area .contents_L .box_top .gage_bar .tri {
    position: absolute;
    width: 0px;
    height: 0px;
    right: -20px;
    top: -27px;
    border-top: 15px solid transparent;
    border-right: 30px solid #3c70ff;
    border-bottom: 15px solid transparent;
    transform: scale(0.3) rotate(-90deg);
}

#A_Container .mobile_area .contents_L .box_top .gage_bar p {
    text-align: left;
    font-size: 11px;
}

#A_Container .mobile_area .contents_L .box_top .gage_bar p span {
    float: right;
    font-size: 11px;
}

#A_Container .mobile_area .contents_L .box_top .btn_pay {
    margin-top: 40px;
}

#A_Container .mobile_area .contents_L .box_top .btn_pay strong a {
    display: inline-block;
    width: 422px;
    height: 80px;
    background: #2db400;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: normal;
    line-height: 80px;
    box-sizing: border-box;
    transition: .2s ease;
}
#A_Container .mobile_area .contents_L .box_top .btn_pay strong:nth-of-type(1) a {
    background: #fff;
    color: #2db400;
}

#A_Container .mobile_area .contents_L .box_top .btn_pay strong:nth-of-type(2) a {
    background-color: #2db400;
}

#A_Container .mobile_area .contents_L .box_top .btn_pay strong a img {
    vertical-align: middle;
    padding-right: 10px;
}

#A_Container .mobile_area .contents_L .box_bottom {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 30px 50px;
}

#A_Container .mobile_area .contents_L .box_bottom table {
    width: 100%;
    
}

#A_Container .mobile_area .contents_L .box_bottom table caption {
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
}

#A_Container .mobile_area .contents_L .box_bottom table tbody tr {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
}

#A_Container .mobile_area .contents_L .box_bottom table tbody tr td {
    position: relative;
    bottom: -15px;
    opacity: 0;
    width: 90px;
    font-weight: 500;
}

#A_Container .mobile_area .contents_L .box_bottom table tbody tr .scroll {
    bottom: 0;
    opacity: 1;
    transition: bottom .5s ease, opacity .5s ease;
}

#A_Container .mobile_area .contents_L .box_bottom table tbody tr td:first-child {
    font-weight: 300;
    width: 53%;
}

#A_Container .mobile_area .contents_L .box_bottom table tbody tr td:nth-child(2) {
    width: 23%;
    font-family: 'Montserrat', sans-serif;
}

#A_Container .mobile_area .contents_L .box_bottom table tbody tr td:nth-child(3) {
    font-family: 'Montserrat', sans-serif;
    color: #ff4c22;
}

#A_Container .mobile_area .contents_L .box_bottom table tbody tr:nth-child(3) td:nth-child(3) {
    color: #3c70ff;
}

#A_Container .mobile_area .contents_R {
    width: 400px;
    margin-top: 90px;
    display: inline-block;
    float: right;
}

#A_Container .mobile_area .contents .title {
    float: right;
    margin-top: 140px;
}

#A_Container .mobile_area .contents .title strong {
    display: block;
    font-size: 55px;
    font-weight: 500;
}

#A_Container .mobile_area .contents_R .icon_wrap {
    display: inline-block;
    margin-left: -100px;
}

#A_Container .mobile_area .contents_R .icon_wrap div {
    position: relative;
    display: inline-block;
    width: 40%;
    text-align: center;
    margin-bottom: 60px;
    float: left;
}

#A_Container .mobile_area .contents_R .icon_wrap div p {
    font-weight: 300;
    font-size: 19px;
}

#A_Container .mobile_area .contents_R .icon_wrap div img {
    margin: 0 auto;
    width: 55px;
}

/*service_area*/
#A_Container .section3 {
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
}

#A_Container .service_area .contents {
    width: 1260px;
    padding: 0 0 0 0;
    margin: 0 auto;

}

#A_Container .service_area .contents .mob_title {
    /*  display: none; */
    margin-top: 50px;
    position: relative;
}

#A_Container .service_area .contents_L {
    display: inline-block;
    width: 45%;
    margin-top: 30px;
    float: left;
}

#A_Container .service_area .contents strong {
    display: block;
    font-size: 55px;
    padding-bottom: 60px;
    font-weight: 500;
}

#A_Container .service_area .contents ul {
    margin-bottom: 10px;
}

#A_Container .service_area .contents_L .icon_wrap {
    margin-bottom: 30px;
}

#A_Container .service_area .contents_L .icon_wrap li {
    margin-right: 20px;
}

#A_Container .service_area .contents_L .icon_wrap li a {
    display: inline-block;
    position: relative;
    top: 10px;

}

#A_Container .service_area .contents_L .icon_wrap li a img {
    margin-bottom: 10px;
}

#A_Container .service_area .contents_L .icon_wrap li a p {
    font-size: 18px;
    font-weight: 300;
}

#A_Container .service_area .contents_L .btn-wrap {
    display: flex;

}

#A_Container .service_area .contents_L .btn-wrap>div {
    width: 40%;
    box-sizing: border-box;
}

#A_Container .service_area .contents_L .btn-wrap>div a {
    font-size: 22px;
    font-weight: 500;
}

#A_Container .service_area .contents_L .btn-wrap>div a img {
    vertical-align: middle;
    padding-right: 10px;
}


#A_Container .service_area .contents_R {
    width: 55%;
    height: 220px;
    margin-right: -10px;
    position: relative;
    float: right;
    margin-top: 30px;
}

#A_Container .service_area .contents_R .wrap_form .wrap {
    margin-bottom: 20px;
}

#A_Container .service_area .contents_R .wrap_form .wrap span {
    width: 210px;
    font-size: 28px;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    padding-right:15px;
    word-break: keep-all;
}

#A_Container .service_area .contents_R .wrap_form .wrap input {
    padding: 15px;
    border-radius: 12px;
    width: 470px;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
}
.tab_contents .left .wrap {
    position:relative;
}

.tab_contents .left .wrap:after {
    content:attr(data-number);
    display:block;
    position:absolute;
    top:100%;
    right:0;
    width:50%;
    height:auto;
    font-size: 16px;
    color: #333;
}

#A_Container .service_area .contents_R .wrap_form .wrap .txtarea {
    padding: 15px;
    border-radius:10px;
    width: 470px;
    height: 100px;
    font-size:12px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: middle;
    overflow-y:scroll;
}

#A_Container .service_area .contents_R img {
    /* transform: translate(0px, 100px); */
    /* opacity: 0; */
    float: right;
    vertical-align: middle;
}

#A_Container .service_area .contents_R  {/* scroll */
    opacity: 1;
    /* transform: translate(0px, 40px); */
    transition: 1s ease;
}

#A_Container .service_area .contents_R .wrap_form .btn_submit {
    display: block;
    width: 210px;
    padding: 20px;
    border-radius: 50px;
    background-color: #921c22;
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    box-sizing: border-box;
    margin-left: auto;
    margin-top: 20px;
    cursor:pointer;

}


/* slide */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: transparent !important;
    z-index: 10000 !important;
}

.swiper-button-prev {
    background: url(../images/arrow_prev.png) no-repeat !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    transition:0.5s;
    left:-30px !important;
}

.swiper-button-prev:hover {
    background: url(https://www.tax-soo.co.kr/main/images/arrow_prev_h.png) no-repeat !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    transform: scale(1);
}

.swiper-button-next {
    background: url(../images/arrow_next.png) no-repeat !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    transition:0.5s;
    right:-30px !important;
}

.swiper-button-next:hover {
    background: url(https://www.tax-soo.co.kr/main/images/arrow_next_h.png) no-repeat !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
}


/* slide end */


/* radio */

#event_section2 .sec2right .rightwrap3 {
    /* width: 530px; */
    width: 80%;
    margin: 0 auto;
    position: relative;

}

.rightwrap3 .fleft {
    float: none;
    /* font-size: 24px; */
    font-size: 20px;
    width: 489px;
    text-align: left;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 10px;
    background-color: #fff;
}

.rightwrap3 .fleft.active {
    border: 1px solid #921c22
}



.rightwrap3 .fright {
    float: none;
    font-size: 16px;
    position: relative;
}

.rightwrap3 .fright:hover a {
    transition: all 0.1s ease-in;
}

.rightwrap3 .fleft input[type=radio] {
    display: none;
}

.rightwrap3 .fleft input[type=radio]+label {
    background: url(../images/radio1.png) no-repeat left center;
    cursor: pointer;
    width: 100%
}

.rightwrap3 .fleft input[type=radio]+label span {
    word-break: keep-all;
    padding-left: 40px;

}

.rightwrap3 .fleft input[type=radio]+label span:nth-child(1) {
    font-size: 22px;
    font-weight: 500;
}

.rightwrap3 .fleft input[type=radio]:checked+label {
    background: url(../images/radio2.png) no-repeat left center;

}

#event_section2 .sec2right .rightwrap3 .fleft input[type=checkbox]+label span {
    /* position: absolute;
    top: 0;
    left:0px; 
     display: block; */
    padding-left: 40px;
    letter-spacing: -1px;
}

/* radio end */

/* check */

.btn_ok input[type=checkbox] {
    display: none;

}

.btn_ok input[type=checkbox]+label[for=checkAgree] {
    background: url(../images/check1.png) no-repeat;
    background-position: right center;
    display: block;
    text-align: right;
    margin-bottom:15px;
}

.btn_ok input[type=checkbox]:checked+label[for=checkAgree] {
    background: url(https://www.tax-soo.co.kr/main/images/check2.png) no-repeat;
    background-position: right center;
    display: block;
    text-align: right;
}

.btn_ok input[type=checkbox]+label[for=checkAgree] span {
    padding-right: 30px;
    color:#999;
}

/* check end */

/*near-area*/
#A_Container .section4 {
    background: url(../images/bg2.jpg) no-repeat;
    position: relative;
    background-size: cover;
}

#A_Container .near_area {
    width: 100%;
    height: 100%;
}

#A_Container .near_area .contents {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
}

#A_Container .near_area .contents .title_wrap {
    position: relative;
    width: 100%;
    transform: translate(0, 100px);
}

#A_Container .near_area .contents strong {
    width: 100%;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    opacity: 0;
}

#A_Container .near_area .contents .scroll {
    opacity: 1;
    transition: opacity 1s ease;
}

#A_Container .near_area .contents img {
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transform: translate(-50%, 50px);
}

#A_Container .near_area .contents .on {
    opacity: 1;
    /* transform: translate(-50%, 0); */
    transition: 1s ease;
}

/* tab */
#section_tab .main_sec {
    padding: 0;
}

#section_tab .main_sec .inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}

#section_tab .main_tit {
    color: #333;
    font-weight: 600;
    font-size: 54px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

/* 아이콘리스트 */

/* theone */
#section_tab .theone {}

#section_tab .tab_cen {
    text-align: center;
}

#section_tab .theone .tab {
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

#section_tab .theone .tab li a {
    text-align: center;
    font-weight: 300;
    color: #999;
    display: block;
    padding: 20px 35px;
    min-width: 200px;
    font-size: 18px;
    border-radius: 50px;
    background: #fff;
}

#section_tab .theone .tab li {
    float: left;
}

#section_tab .theone .tab li.on a {
    background: #333333;
    color: #fff;
    font-weight: 500;
}

#section_tab .theone .tab li a br {display: none;}

#section_tab .theone .tab li:nth-child(2) a {
   min-width:300px;
}

#section_tab .tab_contents .left {
    float: left;
}

#section_tab .tab_contents .left img {
    max-width: 100%;
}

#section_tab .tab_contents .right {
    width: 600px;
    height: 350px;
    line-height: 350px;
    float: right;
    background: rgba(221, 221, 221, 0.319);
    position: absolute;
    right: 0;
    border-radius: 10px;
    text-align: center;

}

#section_tab .tab_contents .right h2 {
    color: #333;
    font-weight: 500;
    font-size: 28px;
    position: relative;
    display: inline-block;
}

#section_tab .tab_contents .right h2 b {
    color: #921c22;
    font-size: 28px;
    font-weight: normal;
}

#section_tab .tab_contents .right h2 strong {
    font-weight: 600;
    font-size: 34px;
    color: #333;
    line-height: 350px;
    text-align: center;
}

#section_tab .tab_contents .right h2 small {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

#section_tab .tab_contents .right02 {
    width: 600px;
    height: auto;
    float: right;
    background: rgba(221, 221, 221, 0.319);
    position: absolute;
    right: 0;
    border-radius: 10px;
    text-align: left;
    padding: 50px;
    display: none;
    word-break:break-all;
}

#section_tab .tab_contents .right02:after {
    content: '';
    clear: both;
    display: block;
}

#section_tab .tab_contents .right02 h2 {
    font-size: 28px;
    font-weight: 500;
    display: table-cell;
    float:left;
}

#section_tab .tab_contents .right02 .conWrap p {
    float:right;
}
.btn01 {margin-top:50px;}

#section_tab .tab_contents .right02 .conWrap {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

#section_tab .tab_contents .right02 .conWrap p b {
    font-size: 44px;
    color: #921c22;
    font-weight: 500;
}
#section_tab .tab_contents .right02 .conWrap  p {
    font-size: 44px;
    color: #666;
}

#section_tab .tab_contents .right02 .conWrap #re01 {
    display: table-cell;
    width:50%;
}
#section_tab .tab_contents .right02 .conWrap #re02 {
    display: table-cell;
    width: 60%;
}

#section_tab .tab_contents .right02 .conWrap:nth-child(2) {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

#section_tab .tab_contents .right02 em {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    display: block;
}

#section_tab .tab_contents .right03 {
    width: 600px;
    height: 350px;
    float: right;
    background: rgba(221, 221, 221, 0.319);
    position: absolute;
    right: 0;
    border-radius: 10px;
    text-align: left;
    padding: 0;
    line-height: 350px;
    text-align: center;
    display: none;
}

#section_tab .tab_contents .right03 h2 {
    color: #666;
    font-weight: 300;
    font-size: 44px;
    position: relative;
    display: inline-block;
}

#section_tab .tab_contents .right03 h2 b {
    color: #921c22;
    font-size: 44px;
    font-weight: normal;
    font-weight: 500;
}


#section_tab .tab_contents ul li p {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

#section_tab .tab_contents ul li p strong {
    color: #333;
    font-weight: 700;
    font-family: "Montserrat";
}

#section_tab .tab_contents ul li h5 {
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#section_tab .tab_contents ul li h4 {
    padding-left: 30px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#section_tab .tab_contents ul li h5 span {
    font-family: "Montserrat";
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

#section_tab .tab_contents ul li {
    margin-bottom: 30px;
}

.tab_contents .left .wrap {
    margin-bottom: 60px;
}

.tab_contents .left .wrap span {
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    min-width: 235px;
    display: inline-block;
    letter-spacing: -0.8px;
}

.tab_contents .left .wrap span#NUM_KOR {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #666;
    font-weight: 400;
    width:50%;
    margin-left:auto;
    margin-right:0;
}

.tab_contents .left .wrap select,
.tab_contents .left .wrap input {
    width: 260px;
    height: 80px;
    font-size: 20px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.tab_contents .left .wrap input {
    position: relative;
}

.tab_contents .left .wrap select,
.tab_contents .left .wrap em {
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
}

.tab_contents .left .wrap select {
    width: 300px;
    background: #fff url(../images/arrow_down.png) no-repeat center right 30px;
    background-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left:20px;
}



.btn_view {
    display: block;
    text-align: center;
    width: 210px;
    height: 80px;
    border-radius: 50px;
    background-color: #921c22;
    color: #fff;
    font-size: 34px;
    line-height: 80px;
    margin: 0 auto;
    font-weight: 500;
}

.btn_view:hover {
    color:#fff;
}

#tab_contents02 .left .wrap:last-child {
 margin-bottom:150px;
}

#tab_contents02 br,
#tab_contents01 br {
    display: none;
}


/*event_area*/
#A_Container .section5 {
    background: url(../images/bg4.jpg) no-repeat;
    position: relative;
    background-size: cover;
}

#A_Container .event_area {/* load */
    opacity: 1;
    transform: translate(0, 30px);
    transition: 1s ease;
}


#A_Container .event_area .contents {
    width: 1260px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

#A_Container .event_area .contents>strong {
    display: block;
    font-size: 55px;
    font-weight: 500;

}

#A_Container .event_area .contents .icon_wrap {
    display: inline-block;
    width: 100%;
}

#A_Container .event_area .contents .icon_wrap li {
    display: inline-block;
    float: left;
    margin: 0 50px 0 0;
    width: calc((100% - 50px) / 2);
    border-radius: 20px;
    overflow: hidden;
    /* opacity: 0; */
    /* transform: translate(0, 100px); */
}

#A_Container .event_area .contents .icon_wrap li:nth-child(2) {
    margin-right: 0;
}

#A_Container .event_area .contents .icon_wrap li img {
    width: 160px;
}

#A_Container .event_area .contents .icon_wrap li:hover a {}

#A_Container .event_area .contents .icon_wrap li:nth-child(1) {
    background: #fff;
}

#A_Container .event_area .contents .icon_wrap li:nth-child(2) {
    background: #fff;
}


#A_Container .event_area .contents .icon_wrap li:last-child {
    margin-right: 0;
}

#A_Container .event_area .contents .icon_wrap  {/* scroll */
    opacity: 1;
    transform: translate(0, 0px);
    /* transition: opacity 1s ease, transform 1s ease; */
}

#A_Container .event_area .contents .icon_wrap li {
    transition: 1s ease;
    position: relative;
    overflow: inherit;
}

#A_Container .event_area .contents .icon_wrap li>a {
    overflow: hidden;
}

#A_Container .event_area .contents .icon_wrap li:nth-child(1):before {
    content: '';
    background: url(../images/woman.png) no-repeat;
    width: 150px;
    height: 170px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
}

#A_Container .event_area .contents .icon_wrap li:nth-child(2):before {
    content: '';
    background: url(../images/man.png) no-repeat;
    width: 150px;
    height: 170px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
}

#A_Container .event_area .contents .icon_wrap li>a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 620px;
    transition: .3s ease;
    text-align: left;
    padding-top: 80px;
}

#A_Container .event_area .contents .icon_wrap li a>em {
    display: block;
    font-weight: 500;
    font-size: 34px;
    line-height: 2;
    text-align: center;
    position: relative;
}


#A_Container .event_area .contents .icon_wrap li a p {
    width: 79%;
    margin: 0 auto;
    font-size: 22px;
    color: #333;
    font-weight: 300;
    text-align: center;
}
#A_Container .event_area .contents .icon_wrap li a p b {
    font-size: 22px;
}
#A_Container .event_area .contents .icon_wrap li a .spanWrap {
    margin: 0 auto;
    text-align: center;
    /* transform: translateX(20%) */
}

#A_Container .event_area .contents .icon_wrap li a span {
    text-align: center;
    font-size: 26px;
    color: #333;
    word-break: keep-all;
}

#A_Container .event_area .contents .icon_wrap li a span b {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

#A_Container .event_area .contents .icon_wrap li a span b.spanb {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    color:#1c9264;
}

#A_Container .event_area .contents .icon_wrap li:nth-child(1) a span b.spanb {
    font-weight: 500;
    color:#1c9264
}

#A_Container .event_area .contents .icon_wrap li a span>em {
    color: #666;
    font-weight: 500;
    text-align: left;
    font-size: 20px;
}

#A_Container .event_area .contents .icon_wrap li a span strong {
    color: #921c22;
    font-weight: 500;
    font-size: 20px;
}


#A_Container .event_area .contents .icon_wrap li a img {
    margin: 0 auto;
    display: block;
}

#A_Container .event_area .contents .icon_wrap li a p.pback {
    background-color: #333;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    border-radius: 0 0 20px 20px;

}

#A_Container .event_area .contents .icon_wrap li a p span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 500;
}

#A_Container .event_area .contents .icon_wrap li a p.pmb {
    padding-bottom:15px;
    margin-bottom:15px;
    position: relative;
}

#A_Container .event_area .contents .icon_wrap li a p.pmb b {
    font-weight: 500;
}

#A_Container .event_area .contents .icon_wrap li a p.pmb:after {
    content: '';
    width:100%;
    height:1px;
    background-color: #ddd;
    display:block;
    position: absolute;
    bottom:0;
    left:0;
    
}

#A_Container .event_area .contents .icon_wrap li:nth-of-type(2) a p.pmb:after {
 
}

#A_Container .event_area .contents .icon_wrap li a p.btn_pop {
    color: #fff;
    background-color: #921c22;
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    transform: translateY(60px);
}

#A_Container .event_area .contents .icon_wrap li a span  {
    line-height: 1.6em;
    font-size: 20px;
}

#A_Container .event_area .contents .icon_wrap li:nth-child(2) a span {
    display: inherit;
    position: relative;
    text-align: center;
    width:80%;
    margin:0 auto;
}

#A_Container .event_area .contents .icon_wrap li:nth-child(2) a .spanWrap {
    transform: translateX(0);
}



#A_Container .event_area .contents .icon_wrap li:nth-child(2) a>em:after {
position: absolute;
content: '';
display:block;
width:79%;
height:1px;
background-color: #ddd;
bottom:0;
left:50%;
transform: translate(-50%,60px);
display: none;
}


.fp-tableCell {
    position: relative !important;
    padding: 50px 0;
}

.section7 .fp-tableCell  {
padding:0 !important;
}



/* 팝업 */
#popup_layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    
}

.table_layer {
    position:static;
    z-index:1;
    margin-top:20px;
}

#popupVideo01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#popupVideo01.on {
    display:block;
}

.swiper-slide iframe {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

.swiper-slide a {
    display:block;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.swiper-slide a:hover:after {
/*     position: absolute;
    content: '';
    background:url(https://www.tax-soo.co.kr/main/images/overlay.png) no-repeat;
    top:0;
    left: 0;
    background-size: cover;
    width:100%;
    height:100%;
    opacity:0.8; */
}

.swiper-slide a:hover {
    filter:grayscale(0.8)
}

/*팝업 박스*/
.popup_box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 35px;
    width: 680px;
    transform: translate(-50%, -50%);
    z-index: 1002;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
}


#popupVideo01 .popup_box {
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    transform: translate(-50%, -50%);
    z-index: 1002;
    box-sizing: border-box;
    background: transparent;
    box-shadow: /* 2px 5px 10px 0px rgba(0, 0, 0, 0.35); */ none;
    -webkit-box-shadow: /* 2px 5px 10px 0px rgba(0, 0, 0, 0.35); */ none;
    -moz-box-shadow: /* 2px 5px 10px 0px rgba(0, 0, 0, 0.35); */ none;
}

#popupVideo01 .popup_cont iframe {
    display: block;
}

/*컨텐츠 영역*/
.popup_box .popup_cont {
    font-size: 14px;
    word-break: break-word;
}

.popup_box .popup_cont img {
    display: block;
}

.popup_box .popup_cont h2 {
    padding: 15px 0;
    color: #333;
    margin: 0;
}

.popup_box .popup_cont p {
    border-top: 1px solid #666;
    padding-top: 30px;
}

/*버튼영역*/
.popup_box .popup_btn {
    display: table;
    table-layout: fixed;
    width: 100%;
    word-break: break-word;
}

#popupVideo01 .popup_box .popup_btn a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width:50px;
    height:50px;
    margin-left:auto;
    margin-right:0;
}

#popupVideo01 .popup_box .popup_btn a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 3px;
    height: 45px;
    background: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#popupVideo01 .popup_box .popup_btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 3px;
    height: 45px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


#popup_layer .popup_box .popup_btn a:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    right: -10px;
    width: 3px;
    height: 45px;
    background: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#popup_layer .popup_box .popup_btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    right: -10px;
    width: 3px;
    height: 45px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup_box .popup_btn a.close_day {
    background: #5d5d5d;
}

.popup_box .popup_btn a.close_day:before,
.popup_box .popup_btn a.close_day:after {
    display: none;
}

/*오버레이 뒷배경*/
.popup_overlay {
    position: fixed;
    -webkit-transform: translateZ(0);
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
}

.popup_cont table {
    border-collapse: collapse;
    width: 590px;
    text-align: center;
    margin: auto auto;
}

.table_cont table {
    border-collapse: collapse;
    width: 90%;
    text-align: center;
    margin: auto auto;
}

.popup_cont table td,
.popup_cont table th {
    border-right: 1px solid #ddd;
}

.popup_cont table td:last-child,
.popup_cont table th:last-child {
    border-right: none;
}

.popup_cont table th {
    background-color: #eaeaea;
    font-size: 14px;
    padding: 5px;
    border-top: 2px solid #333;
}

.popup_cont table td {
    color: #999;
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
}

.popup_cont table tr:last-child td {
    color: #333;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 500;
}


.table_cont table td,
.table_cont table th {
    border-right: 1px solid #ddd;
}

.table_cont table td:last-child,
.table_cont table th:last-child {
    border-right: none;
}

.table_cont table th {
    background-color: #eaeaea;
    font-size: 14px;
    padding: 5px;
    border-top: 2px solid #333;
}

.table_cont table td {
    color: #999;
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
}

.table_cont table tr:last-child td {
    color: #333;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 500;
}


.popup_box02 {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 35px;
    width: 680px;
    transform: translate(0,0);
    z-index: 1002;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
/*last_area*/

#A_Container .section6 {
    position: relative;
    /* background: url(../images/bg6.jpg) no-repeat; */
    background: url(../images/bg7.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: -5;
}
/* #A_Container .section6::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 103vh;
    background-color: rgba(0,0,0,.7);
    z-index: -4;
} */

#A_Container .last_area .contents {
    width: 1260px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom:50px;
 
}

#A_Container .last_area .contents>strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    word-break: keep-all;

}

#A_Container .last_area .contents .icon_wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#A_Container .last_area .contents .icon_wrap li {
    display: inline-block;
    float: left;
    margin: 0 50px 0 0;
    width: calc((100% - 50px )/ 2);
    overflow: hidden;
    /* opacity: 0; */
    /* transform: translate(0, 100px); */
    margin-top: 20px;
    height: 150px !important;

}

#A_Container .last_area .contents .icon_wrap li:nth-child(2) {
    margin:20px 0 0 0;
}

#A_Container .last_area .contents .icon_wrap li a {
    color: #fff;
    text-align: left;
    font-weight: 400;
    background-color: rgba(51, 51, 51, 0.464);
    height: inherit !important;
    padding: 15px 30px;
    text-align: left;
    display: block;
    border-radius: 20px;
}

#A_Container .last_area .contents .icon_wrap li em {
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 2em;
}


#A_Container .last_area .contents .icon_wrap {/* scroll */
    opacity: 1;
    transform: translate(0, 0px);
    /* transition: opacity 1s ease, transform 1s ease; */
}

#A_Container .last_area .contents .icon_wrap li {
    transition: 1s ease;
    position: relative;
    overflow: inherit;
    height: auto;
}


#A_Container .last_area .contents .icon_wrap table tbody tr td {
    line-height:2em;
}






.tableWrap:after {
    content: '';
    display: block;
    clear: both;
}


.tableleft,
.tableright {
    float: left;
    margin: 0 50px 0 0;
    width: calc((100% - 50px) / 2);
}

.tableright {
    margin:0 0 0 0 ;
}

.tableleft h2,
.tableright h2 {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.tableleft table {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
}

.table01 tbody tr {
    border-top: 2px solid #333;
}
.table01 tbody tr td,.table02 tbody tr td,.table03 tbody tr td,.table04 tbody tr td,.table05 tbody tr td,.table06 tbody tr td,
.table01 thead th,  .table02 thead th, .table03 thead th, .table04 thead th, .table05 thead th,.table06 thead th{
    font-size: 14px;
    padding:5px;
}


.table01 tbody tr td:first-child {
    background-color: #eaeaea;
    text-align: left;
    font-weight: 500;
}

.table01 tbody tr td:last-child {
    text-align: right;
    background-color: #fff;
    color: #999;
}

.table02 thead {
    border-top: 2px solid #333;
}

.table02 thead tr th {
    background-color: #eaeaea;
    border-right: 1px solid #eaeaea;
    font-weight: 500;
}

.table02 tbody {
    background-color: #fff;
}

.table02 tbody tr:nth-child(1) td:nth-child(odd) {
    font-weight: 500;
}

.table02 tbody tr:nth-child(1) td:nth-child(even) {
    color: #999;
}

.table02 tbody tr:nth-child(2) td:nth-child(even) {
    color: #999;
}

.table02 tbody tr td {
    border-right: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.table02 tbody tr:nth-child(2) {
    border-top: 1px solid #eaeaea;
}

.table02 tbody tr td:last-child {
    border-right: none;
}

.table02 tbody tr:last-child td {
    background-color: #eee;
}

.table02 tbody tr:last-child td:nth-child(1) {
    font-weight: 500;
}

.table03 thead {
    border-top: 2px solid #333;
}

.table03 thead tr th {
    background-color: #eaeaea;
    font-weight: 500;
}

.table03 thead tr:first-child {
    border-bottom:0;
}

.table02 thead tr th:first-child {
    border-left:0;
    border-right:1px solid #eaeaea;
}
.table03 thead tr th:last-child {
    border-right:0;
}

.table03 thead tr th:first-child {
    border-left:0;
}
.table03 tbody {
    background-color: #fff;
}

.table03 tbody tr:nth-child(1) td:nth-child(odd) {
    font-weight: 500;
}

.table03 tbody tr:nth-child(1) td:nth-child(even) {
    color: #999;
}

.table03 tbody tr:nth-child(2) td:nth-child(even) {
    color: #999;
}

.table03 tbody tr td {
    border-right: 1px solid #eaeaea;
}
.table03 tbody tr:last-child td:nth-child(1) {
    font-weight: 500;
}

.table03 tbody tr:nth-child(2) td:nth-child(1) {
    font-weight: 500;
}
.table03 tbody tr:nth-child(3) td {
    color:#999;
}

.table03 tbody tr:nth-child(3) td:nth-child(1),.table03 tbody tr:nth-child(3) td:nth-child(3) {
    color:#000;
    font-weight: 500;
}

.table04 tbody tr:nth-child(1) td:nth-child(1),.table04 tbody tr:nth-child(1) td:nth-child(3),.table04 tbody tr:nth-child(1) td:nth-child(5) {
    color: #000;
    font-weight: 500;
}

.table03 tbody tr:nth-child(2) {
    border-top: 1px solid #eaeaea;
    background-color: #eee;
    ;
}

.table03 tbody tr td:last-child {
    border-right: none;
}

.table03 tbody tr:nth-child(4) {
    background-color: #eee;
}

.table04 thead {
    border-top: 2px solid #333;
    background-color: #eaeaea;
    font-weight: 500;
}

.table04 thead tr th {
    border-right: 1px solid #eaeaea;
    font-weight: 500;
}

.table04 tbody tr:nth-child(1) {
    background-color: #fff;
    color: #999;
}

.table04 tbody tr:nth-child(1) td {
    border-right: 1px solid #eaeaea;
}

.table04 tbody tr:nth-child(2) {
    background-color: #eee;
    font-weight: 500;
}

.table04 tbody tr:nth-child(2) td {
    font-weight: 500;
}

.table04 tbody tr:nth-child(2) td:last-child {
    color: #921c22;
    font-weight: 500;
}

.table05 thead {
    border-top: 2px solid #333;
}

.table05 tr td:nth-child(1) {
    background-color: #eaeaea;
    color: #333;
    font-weight: 500;
    ;
}

.table05 tr td:nth-child(2) {
    background-color: #fff;
    color: #921c22;
    font-weight: 500;
}

.table03 tbody tr:last-child td:last-child {
    color: #921c22;
    font-weight: 500;
}

.table06 {
    background-color: #fff;
    width: 50%;
}

.table06 tbody tr:nth-child(1) {
    border-top: 2px solid #333;
}

.table06 tbody tr:nth-child(2) {
    border-top: 1px solid #eaeaea
}

.table06 tbody tr:nth-child(3) {
    border-top: 1px solid #eaeaea
}

.table06 tbody tr td:nth-child(2) {
    text-align: right;
    color: #999;
    padding-right:15px;
}



/* mobile table */


.table0402 { 
    width: 100%; 
    border-collapse: collapse; 
    display: none !important;
  }
  /* Zebra striping */
  .table0402 tr:nth-of-type(odd) { 
    background: #fff; 
  }
  .table0402 th { 
    background: #333; 
    color: white; 
    font-weight: bold; 
  }
  .table0402 td,  .table0402 th { 
    padding: 6px; 
    border: 1px solid #eaeaea; 
    text-align: center; 
  }

  .table0402,.table0402 thead, .table0402 tbody,.table0402 th,.table0402 td,.table0402 tr { 
    display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.table0402 thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.table0402 tr {  }

.table0402 td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eaeaea; 
    position: relative;
    padding-left: 50%; 
    font-size: 10px;
}
.table0402 tr:nth-child(2) td:last-child {
    border-bottom: none;
}

.table0402 td:after {
    content: '';
    width:50%;
    background-color: #eee;
    position:absolute;
    top:0;
    left:0;
    height:100%;
}

.table0402 td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    z-index:1;
}

/*
Label the data
*/

.table0402 td:nth-of-type(1):before { content: "감면혜택"; font-weight: 500; color: #000; }
.table0402 td:nth-of-type(2):before { content: "금액"; font-weight: 500; color: #000;   }
.table0402 td:nth-of-type(3):before { content: "감면혜택"; font-weight: 500; color: #000;  }
.table0402 td:nth-of-type(4):before { content: "금액"; font-weight: 500; color: #000;  }
.table0402 td:nth-of-type(5):before { content: "추가납부"; font-weight: 500; color: #000;  }
.table0402 td:nth-of-type(6):before { content: "금액"; font-weight: 500; color: #000;  }
.table0402 tr:nth-child(2) td:nth-of-type(1):before {content: "공제 후 합계(①+②-③-④+⑤)"; font-weight: 500;  color: #000; }
.table0402 tr:nth-child(1) td:nth-child(1) {border-top: 2px solid #000;}
.table0402 tr:nth-child(2) td {color:#921c22; background: #eee;}
.table0402 td:nth-child(1),.table0402 td:nth-child(3),.table0402 td:nth-child(5) {font-weight: 500; }
.table0402 td:nth-child(2),.table0402 td:nth-child(4),.table0402 td:nth-child(6) {color: #999;}

.pwrap {margin-top: 15px;}

.pwrap:after {
    display:block;
    clear:both;
    content: '';
}
.pwrap>p {
    float: left;
    margin-right:10px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.pwrap>p span {
    font-weight: 400;
}
.tableTit {
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-top:10px;
}

.lrWrap:after {
    display: block;
    clear: both;
    content: '';
}

.lrWrap .table06 {
    float: left;
}

.lrWrap img {
    float: left;
    height:120px;
    margin-top: -30px;
}

.tb5 {
    border-top:2px solid #333;
}
.tableright { margin:0 0 0 0;}

.lastTable {width:100%;}
/*footer*/

#A_Footer {
   /*  position: absolute; */
    width: 100%;
    bottom: 0;
    left: 0;
    background: #333;
   /*  padding: 30px 0; */
}

#A_Footer .contents {
    width: 1260px;
    margin: 0 auto;
    padding:30px 10px !important;
}

#A_Footer .contents:after {
    content: '';
    display: block;
    clear: both;
}

#A_Footer .contents>ul {
    float: left;
    height: 50px;
    /* line-height: 50px; */
}

#A_Footer .contents .first_line li {
    display: inline-block;
    padding: 0 20px 10px 0;
    font-size: 16px;
    color: #222;
    font-weight: 300;
    letter-spacing: -1px;
}

#A_Footer .contents .second_line li {
    display: inline-block;
    padding: 0 20px 10px 0;
    font-size: 14px;
    font-weight: 300;
    color: #eee;
}

#A_Footer .contents .second_line li a {
    font-size: 14px;
    color:#eee;
}



#A_Footer .contents .second_line li b {font-weight: 500;}

.section7.fp-section.fp-table {
    height: auto !important;
}

.tableclass {width:100%;}

.brn {display:none;}

.btn-wrap02 {
display:none
}


.brn3 {
    display: none;
}

.nav-up {
    top: -100px; 
}

.disnone {display: none;}


/* 퀵메뉴 */

.quick {
    position:fixed;
    bottom:5%;
    right:5%;
    z-index:2;
}

.quick a {
    display: block;
    width:50px;
    height:50px;
    font-size: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow:hidden;
}

.quick a img {
    height:inherit;
    border-radius: 5px;
}

@media screen and (max-width: 1440px) {
    #section_tab .main_sec {
        padding: 60px 0;
    }
    #A_Container .intro_area .contents {
        width: 1024px;
    }

    #section_tab .inner {
        box-sizing: border-box;
        width: 95%;
    }

    /* intro_area */
  #A_Container .last_area  {/* load */
        transform: translate(0, 0px);

    } 

    #A_Container .intro_area .txt_wrap {
        height: 220px;
        padding: 20px;

    }

    .org_map {
        margin-top: 50px;
    }

    .org_map .one {
        height: 150px;
        margin-bottom: 70px;
    }

    .org_map .one strong {
        font-size: 18px;
    }

    .org_map .one::before {
        bottom: -40px;
    }

    .org_map .two li>div {
        min-height: 300px;
    }

    .org_map .two li strong {
        font-size: 13px;
    }

    .org_map .two li>div {
        max-width: 250px;
    }

    .org_map .two li:nth-child(1):after {
        left: 7.6em;
    }

    .org_map .two li:nth-child(2):after {
        right: 7.6em;
    }

    #A_Container .intro_area .contents_R {
        width: 50%;
    }

    #A_Container .intro_area .contents_L {
       
    }

    .org_map .two li>div {
        max-width: 220px;
    }

    .org_map .two li strong {
        padding: 20px;
    }

    #A_Container .event_area .contents .icon_wrap li a>em {
        font-size: 20px;
    }

    #A_Container .event_area .contents .icon_wrap li:nth-child(1):before {
        width: 100px;
    }

    #A_Container .event_area .contents .icon_wrap li:nth-child(2):before {
        width: 100px;
    }

    #A_Container .event_area .contents .icon_wrap li a p.pmb {
        font-size: 16px;
    }

    #A_Container .event_area .contents .icon_wrap li a p.pmb b {
        font-size: 16px;
    }

    #A_Container .event_area .contents .icon_wrap li a span {
        font-size: 16px;
    }

    #A_Container .event_area .contents .icon_wrap li a span b {
        font-size: 16px;
    }
    #A_Container .event_area .contents .icon_wrap li a span b.spanb {
        font-size: 16px;
    }
    #A_Container .event_area .contents .icon_wrap li a span>em {
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

    #A_Container .event_area .contents .icon_wrap li a span strong {
        font-size: 16px;
    }

    #A_Container .event_area .contents .icon_wrap li a span b {
        font-size: 16px;
    }

    #A_Container .event_area .contents .icon_wrap li:nth-child(2) a span {
        width:85%;
    }
    #A_Container .event_area .contents .icon_wrap li a p.pback {
        font-size: 16px;
    }

    #A_Container .event_area .contents .icon_wrap li a p.btn_pop {
        font-size: 16px;
    }

    #A_Container .event_area .contents .icon_wrap li>a {
        padding-top: 70px;
    }

    #A_Container .event_area .contents .icon_wrap li a p.pmb {
        margin-bottom: 20px;
    }

    #A_Container .event_area .contents .icon_wrap li>a {
        display: block;
        height: 520px;
    }

    #A_Container .event_area .contents .icon_wrap li {
        height: auto !important;

    }

    #A_Container .event_area .contents .icon_wrap li a p.btn_pop{
        height:50px;
        line-height: 50px;
    }


    #A_Container .last_area .contents .icon_wrap li {
        height:auto !important;
    }


    .table01 tbody tr td, .table02 tbody tr td, .table03 tbody tr td, .table04 tbody tr td, .table05 tbody tr td, .table06 tbody tr td, .table01 thead th, .table02 thead th, .table03 thead th, .table04 thead th, .table05 thead th, .table06 thead th {
        padding:0;
    }

    #A_Container .last_area .contents {
        padding-top: 0;
    }

    #A_Container .last_area .contents>strong {font-size: 16px;}

    #A_Container .last_area .contents .icon_wrap table tbody tr td {
        line-height: 1.5em;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap input {
        height:60px;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap span {
        font-size: 20px;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap .txtarea {
        height:80px;
    }

    #A_Container .service_area .contents_R .wrap_form .btn_submit {font-size: 24px; padding:10px;}

    .rightwrap3 .fleft input[type=radio]+label span:nth-child(1) {
        font-size: 16px;
    }

    .rightwrap3 .fleft {
        font-size: 14px;
    }

    #A_Container .service_area .contents .mob_title {
        margin-top: 0;
    }

    #A_Container .mobile_area .contents_L .box_top iframe {
        width: 720px;
        height: 405px;
    }

    #A_Container .near_area .contents .title_wrap {
        transform: translate(0,0);
    }

    .btn_view {
        font-size: 24px;
        height:60px;
        line-height: 60px;
    }

    .tab_contents .left .wrap {margin-bottom: 30px;}

    #section_tab .tab_contents .right {
        height:300px;
        line-height: 300px;
    }

    #section_tab .tab_contents .right02 {
        padding: 30px;
    }

    #section_tab .tab_contents .right02 .conWrap p {
        font-size: 30px;
    }

    #section_tab .tab_contents .right02 .conWrap p b {font-size: 30px;}

    #section_tab .tab_contents .right03 {
        height:300px;
        line-height: 300px;
    }
}


@media screen and (max-width: 1280px) {

    #A_Header {
        width: 100%;
    }

    #A_Header .gnb {
        width: 100%;
        padding: 0 30px;
    }

    #A_Header .logo a {
        /* width: 160px;
        height: 75px;
        margin: 0; */
    }

    #A_Header .gnb {
        line-height: 75px;
    }

    #A_Header .sidenavi {
        display: none;
    }

    
    #A_Container .near_area .contents,
    #A_Container .mobile_area .contents,
    #A_Container .intro_area .contents {
        width: 100%;
    }

    #A_Container .near_area {height:auto;}

    #A_Container .near_area .contents .title_wrap {
        transform: translate(0,50px);
    }

    #A_Footer .contents {width:90%;}

    #A_Container .intro_area .contents {
        width: 950px;
    }

    #A_Container .intro_area .contents_L {
        
    }

    #A_Container .intro_area .contents_R {
        width: 50%;


    }

    .org_map .two li:nth-child(1):after {
        left: 7em;
    }

    .org_map .two li:nth-child(2):after {
        right: 7em;
    }

    #A_Container .intro_area .txt_wrap {
        margin: 0 auto;
    }


    #A_Container .mobile_area .contents_L .box_top .custom-range {
        width: 100%;
    }

    #A_Container .mobile_area .contents .title {
        width: 50%;
        padding: 0 0 0 30px;
    }

    #A_Container .mobile_area .contents_L {
        width: 100%;
    }

    #A_Container .mobile_area .contents_L .box_top iframe {
        width: 720px;
        height:405px;
    }

    #A_Container .mobile_area .contents_L .box_top .gage_bar {
        width: 80%;
    }

    #A_Container .mobile_area .contents_L .box_top .btn-pay {
        width: 80%;

    }

    #A_Container .mobile_area .contents_L .box_top .btn_pay strong a {
        width: 40%;
    }

    #A_Container .mobile_area .contents_R {
        width: 50%;
        padding: 0 0 0 30px;
    }

    #A_Container .mobile_area .contents_R .icon_wrap {
        margin-left: -30px;
    }

    #A_Container .mobile_area .contents_L .box_bottom {
        padding: 30px;
    }

    #A_Container .mobile_area .contents_L .box_bottom table tbody tr td:nth-child(2) {
        width: 30%;
        font-family: 'Montserrat', sans-serif;
    }


    .rightwrap3 .fleft input[type=radio]+label span:nth-child(1) {
        font-size: 16px;
    }

    .rightwrap3 .fleft input[type=radio]+label span {
        font-size: 14px;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap span {
        font-size: 16px;
        display: block;
        padding-bottom: 5px;
    }

    #A_Container .service_area .contents {
        width: 90%;
    }

    #A_Container .service_area .contents_L .btn-wrap>div a {
        font-size: 16px;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap input {
        height: 50px;
        border-radius: 10px;
        width:100%;
    }


    .btn_ok input[type=checkbox]+label[for=check] {
        text-align: left;
        background-position: left center;
        padding-left: 30px;
    }

    .btn_ok input[type=checkbox]:checked+label[for=check] {
        background: url(https://www.tax-soo.co.kr/main/images/check2.png) no-repeat;
        background-position: left center;
        display: block;
        text-align: left;
    }

    #A_Container .service_area .contents_L {
        width: 50%;
    }

    #A_Container .service_area .contents_R {
        display: inline-block;
        width: 50%;
    }

    .btn_ok input[type=checkbox]+label[for=check] {
        margin-bottom: 20px;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap input.txtarea {
        width: 100%;
    }

    #A_Container .service_area .contents_L .btn-wrap>div a img {
        height: 50px;
    }

    #A_Container .service_area .contents_L .btn-wrap>div {
        width: 30%;
    }

    #A_Container .service_area .contents_R .wrap_form .btn_submit {
        margin: 0 auto;
        font-size: 20px;
        width: 160px;
        padding: 10px;
    }

    .rightwrap3 .fleft {
        width: 100%;
    }

    #A_Container .service_area .contents_R img {
        width: 100%;
        /* transform: translate(0, 100px); */
    }

    #A_Container .service_area .contents_R {/* scroll */
        opacity: 1;
        transform: translate(0, 0px);
        transition: 1s ease;
    }

    #A_Container .service_area .contents strong {
        font-size: 5.6vw;
    }
    #A_Container .service_area .contents_R .wrap_form .wrap {
        margin-bottom:10px;
    }
    #A_Container .service_area .contents_L .icon_wrap li a {
        padding: 0;
    }

    #A_Container .event_area .contents {
        width: 90%;
    }

    #A_Container .event_area .contents .icon_wrap {
        padding: 0;
    }

    #A_Container .event_area .contents .icon_wrap li a {
        padding-top: 70px;
    }

    .tab_contents .left .wrap span {
        font-size: 18px;
        min-width: 150px;
    }

    .tab_contents .left .wrap select,
    .tab_contents .left .wrap em {
        font-size: 18px;
    }

    .tab_contents .left .wrap select,
    .tab_contents .left .wrap input {
        height: 50px;
    }

    .tab_contents .left .wrap select {
        background-size: 20px;
    }

    #section_tab .tab_contents .right {
        width: 50%;
        height: 250px;
        line-height: 250px;

    }

    #section_tab .tab_contents .right h2 {
        font-size: 18px;
    }

    #section_tab .tab_contents .right02,
    #section_tab .tab_contents .right03 {
        width: 50%;
        height: 250px;
    }

    #section_tab .tab_contents .right03 {
        line-height: 250px;
    }

    #section_tab .tab_contents .right02 h2,
    #section_tab .tab_contents .right03 h2 {
        font-size: 18px;
    }

    #section_tab .tab_contents .right02 .conWrap p b {
        font-size: 18px;
    }

    #section_tab .tab_contents .right02 .conWrap p {
        font-size: 18px;
        text-align: right;
    }

    #section_tab .tab_contents .right03 h2 {
        font-size: 18px;
    }

    #section_tab .tab_contents .right03 h2 b {
        font-size: 18px;
    }

    #section_tab .tab_contents .right02 em {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .btn_view {
        font-size: 20px;
        height: auto;
        padding: 10px;
        width: 160px;
        line-height: 30px;
    }

    #A_Container .near_area .contents {
        /* margin-top: 50px; */
    }

    #section_tab .theone .tab li a {
        font-size: 16px;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap .txtarea {
        width:100%;
    }
    
    #A_Container .service_area .contents_R .wrap_form .wrap span {
        width:100%;
    }

    #A_Container .service_area .contents .mob_title {
        margin-top: 0;
    }

    #A_Container .last_area {
        overflow-x:scroll;
    }

    #A_Container .last_area .contents {
        width:1098px;
    }
    #A_Container .last_area .contents .icon_wrap table tbody tr td {
        font-size: 14px;
        line-height: 1.2em;
        width:50%;
    }

    #A_Container .last_area .contents .icon_wrap li:nth-of-type(2) table tbody tr:last-child td {
       
       
    }

    #A_Container .last_area .contents .icon_wrap li {
        height:auto !important;
    }

    #section_tab .tab_contents .right02 h2 {
        height:auto;
    }

    .tab_contents .left .wrap input {
        font-size: 18px;
    }
    
}


@media screen and (max-width:1079px) {
    #A_Container .intro_area .contents {
        width: 768px;
    }

    #A_Container .intro_area .contents_L {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    #A_Container .intro_area .contents_R {
        float: none;
        margin-bottom: 100px;
    }

    #A_Container .intro_area .txt_wrap {
        width: 90%;
        height: auto;
    }

    .org_map .two li:nth-child(2):after {
        right: 9.3em;
    }

    .org_map .two li:nth-child(1):after {
        left: 9.3em;
    }


    #A_Container .intro_area .txt_wrap em img {
        float: none;
        margin-top: 20px;
        margin-lefT: auto;
        height: 80px;
    }

    #A_Container .mobile_area .contents_L .box_top .btn_pay strong a {
        margin-bottom:10px;
    }

 #A_Container .last_area { /* load */
        transform: translate(0, 50px)
    } 

    #A_Container .intro_area .contents_R {
        width: 100%;
        margin-top: 50px;
    }

    #A_Container .intro_area .contents {
        width: 640px;
    }

    .org_map {
        margin-top: 0;
    }

    #A_Container .mobile_area .contents_L .box_top iframe {
        width: 640px;
        height:360px;
    }

    #A_Container .mobile_area .contents_L .box_top .btn_pay strong a {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        width: 40%;
    }

    .table01 tbody tr td, .table02 tbody tr td, .table03 tbody tr td, .table04 tbody tr td, .table05 tbody tr td, .table06 tbody tr td, .table01 thead th, .table02 thead th, .table03 thead th, .table04 thead th, .table05 thead th, .table06 thead th {
        padding:5px;
    }

    #A_Container .service_area .contents {margin-bottom: 50px;}
}



/* tablet */
@media screen and (max-width: 1023px) {

    #section_tab .main_sec {
        padding: 60px 0;
    }

    #section_tab .banner {
        padding-top: 0;
    }

    #section_tab .main_tit {
        font-size: 40px;
    }

    #section_tab .tab_contents .left {
        float: none;
        width: 100%;
    }

    #section_tab .tab_contents .right {
        position: relative;
        bottom: auto;
        top: 10px;
        width: 100%;
        float: none;
    }

    #section_tab .tab_contents .right02 {
        width: 100%;
        float: none;
        position: relative;
        bottom: auto;
        top: 10px;
    }

    #section_tab .tab_contents .right03 {
        width: 100%;
        float: none;
        position: relative;
        bottom: auto;
        top: 10px;
    }

    #tab_contents02 .left .wrap:last-child {
        margin-bottom: 50px;
    }

    #tab_contents03 .left .wrap:last-child {
        margin-bottom: 50px;
    }

    #section_tab .banner ul li h2 {
        font-size: 24px;
    }

    #section_tab .tab_contents {
        width: 100%;
        text-align: center;
    }

    .tab_contents .left .wrap {
        margin-bottom: 40px;
    }

    .btn_view {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #A_Container .last_area .contents {
        width:90%;
        margin:0 auto;
    }
    #A_Container .event_area .contents .icon_wrap li {
        width: 80%;
        margin: 0 0 0 0;
        margin-bottom: 20px;
        float: none;
    }

    #A_Container .event_area .contents .icon_wrap li a {
        padding-top: 60px;
    }
    #A_Container .last_area .contents .icon_wrap li {
        width:80%;
        margin:0 auto;
        float:none;
        margin-bottom:20px;
    }
    #A_Container .last_area .contents>strong {
        margin-bottom: 20px;
    }

    .tableleft, .tableright {
        width:100%;
        margin:0 auto;
        float:none;
    }

    .tableright img {
        margin-bottom:30px;
        display:block;
    }

    #A_Footer .contents .second_line li {
        font-size: 12px;
    }

    #A_Footer .contents .second_line li a {
        font-size: 12px;
    }
    .pwrap {
        display:flex;
    }
    
    #A_Container .last_area .contents .icon_wrap li em {
        font-size: 16px;
    }

       #A_Container .last_area .contents .icon_wrap li  td {
        font-size: 14px;
       }

       .lrWrap img {padding-left: 20px;}

       .tablecircle {margin-top: 0;}
       .lrWrap img {margin-top: 15px;
    }

    #popupVideo01 .popup_box {
        width:80%;
        margin:0 auto;
    }


    #popupVideo01 .popup_cont {
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
    }
    #popupVideo01 .popup_cont iframe {
        width:100%;
        height:100%;
        position: absolute;
    }
    #A_Container .event_area .contents .icon_wrap li:last-child {
        margin-top:50px;
    }
    
    #A_Footer .contents .second_line li b {
        font-size: 12px;
    }

    #A_Container .event_area .contents .icon_wrap li a {
        height:450px;
    }

    #A_Container .event_area .contents .icon_wrap li:nth-child(2) a {
        height:500px;
    }


    #A_Container .event_area .contents .icon_wrap li:nth-child(2) a>em:after {
        transform: translate(-50%,30px);
    }

    #A_Container .near_area .contents .title_wrap {
        transform: translate(0,20px);
    }

    .tab_contents .left .wrap:after {
        width:100%;
        font-size: 12px;
    }

    .tab_contents .left .wrap span#NUM_KOR {text-align: /* center */;}
}

@media screen and (max-width:768px) {
    #section_tab .theone .tab li a {
        min-width: unset;
        padding: 15px;
    }

    #section_tab .theone .tab li:nth-child(2) a {min-width:unset;}
    

    #section_tab .theone .tab li {
        width: 50%;
    }

    #section_tab .theone .tab {
        width: 90%;
    }

    #section_tab .tab_contents .right h2 strong {
        font-size: 28px;
    }

    #section_tab .tab_contents .right h2 {
        font-size: 16px;
    }

    #section_tab .banner ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #A_Container .event_area .contents .icon_wrap li {
        width: 90%
    }

    #popupVideo01 .popup_box .popup_btn a:before {
        height:20px;
        top:25px;
        
    }
    #popupVideo01 .popup_box .popup_btn a:after {
        height:20px;
        top:25px;
       
    }
    #popup_layer .popup_box .popup_btn a:before {
        height:20px;
        top:-20px;
        right:0;
    }
    #popup_layer .popup_box .popup_btn a:after {
        height:20px;
        top:-20px;
        right:0;
    }


   #popup_layer .popup_box {width:400px;}
   #popup_layer .popup_box .popup_cont {overflow-x: scroll;}

   .contents .icon_wrap li {
    height:auto;
   }

   #A_Container .last_area .contents .icon_wrap li a {
    height:auto;
   }

   #A_Container .last_area .contents .icon_wrap li td {
    font-size: 12px;
   }

   #A_Container .last_area .contents .icon_wrap li em {
    font-size: 14px;
   }

   #A_Container .last_area .contents>strong {font-size: 13px;}

   #A_Container .last_area .contents .icon_wrap {/* scroll */
    height: auto !important;
   }

   .tableclass {width:100%;}
}




@media screen and (max-width:900px) {

    #A_Header {
     height:70px;
     background-color: #fff;
    }
    #A_Header .gnb ul {
        position: absolute;
        width: 50%;
        height: 100vh;
        right: -75%;
        line-height: 60px;
        background: #fff;
        transition: right 0.5s ease;
        box-shadow: 1px 1px 3px 1px #555;
    }
    #A_Header .logo a {
        height:50px;
        background-size: contain;
    }

    #A_Header .logo {
        width:80px;
        height:40px;
        line-height: 50px;
        margin:10px 0 0 10px;
    }
    
    #A_Header .gnb .btn_hamburger {
        display: inline-block;
        cursor: pointer;
        float: right;
        padding: 0;
        z-index: 12;
    }


    #A_Header .gnb .btn_hamburger {
       /*  display: inline-block; */
        cursor: pointer;
        float: right;
        padding: 0;
        z-index: 12;
    }

    #A_Header .gnb .logo_wrap {
        display: inline-block;
    }

    #A_Header .gnb .btn_close {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        right: 30px;
        top: 30px;
        width: 23px;
        height: 20px;
    }

    #A_Header .gnb .btn_close div {
        position: absolute;
        width: 60%;
        height: 1px;
        top: 9px;
        right: 0;
        background: #000;
    }

    #A_Header .gnb .btn_close div:first-child {
        transform: rotate(45deg) scale(1.3);
    }

    #A_Header .gnb .btn_close div:last-child {
        transform: rotate(-45deg) scale(1.3);
    }

    #A_Header .gnb .clicked {
        right: 0;
    }

    #A_Header .gnb ul {
        position: absolute;
        width: 50%;
        height: 100vh;
        right: -75%;
        line-height: 60px;
        background: #fff;
        transition: right 0.5s ease;
        box-shadow: 1px 1px 3px 1px #555;
    }

    #A_Header .gnb ul li {
        display: block;
        height: 60px;
        padding: 0 10px;
        border-top: 1px solid #999;
    }
    #A_Header .gnb ul li a {
        font-size: 16px;
    }
    #A_Header .gnb ul li a:hover span {
        display: none;
    }

    #A_Header .gnb ul li:first-child {
        margin-top: 70px;
    }

    #A_Header .gnb ul li:nth-child(5) {}

    #A_Header .gnb ul .btn_close {
        border: none;
    }

    #A_Header .gnb ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0 5px;
    }

    #A_Header .gnb ul .logo_wrap {
        position: absolute;
        top: 0px;
        left: 0;
        border: none;
        width: 80px;
        height: 80px;
    }

    #A_Header .gnb ul li:last-child a {
        height: 100%;
        margin-top:10px;
        margin-left:-15px;
    }

    #A_Header .gnb {
        padding: 0 30px 0 0;
    }

    #A_Header .logo {
    
        padding: 0;
    }

    #A_Container .intro_area .contents {
        height: 100%;
        padding: 30px 0 50px 30px;
    }

    .section,
    .fp-tableCell {
        height: auto !important;
    }

    .fp-tableCell {
        position: relative !important;
    }

    .rightwrap3 .fleft input[type=radio]+label span {
     
    }

    #A_Container .service_area .contents_R .wrap_form .wrap span {
        font-size: 14px;
    }

    #A_Container .service_area .contents_L {
        width: 100%;
        float: none;
    }

    #A_Container .service_area .contents_R {
        width: 100%;
        float: none;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap input {
        width: 100%;
    }

    .btn_ok input[type=checkbox]:checked+label[for=check] {
        background: url(https://www.tax-soo.co.kr/main/images/check2.png) no-repeat;
        background-position: left center;
        display: block;
        text-align: left;
    }

    #A_Container .service_area .contents_L .icon_wrap {
        margin-top: 20px;
    }

    #A_Container .last_area .contents {
        padding-bottom: 50px;
    }

    .btn-wrap01 {
    display:none !important;
    } 
    .btn-wrap02 {
    display:flex;
    padding:10px;
    }

    .btn-wrap02 a {font-weight: 500;}

    #A_Container .service_area .contents_R img {width:50px; float:none; padding-left:10px; padding-right: 10px;}

    #A_Container .service_area .contents_R .wrap_form .btn_submit {margin:0;
    float:left;}

    #A_Container .service_area .contents_R .scroll {vertical-align: middle;}

    #A_Container .service_area .contents_L .icon_wrap li {margin-right: 0;}

    #A_Container .last_area {
        transform: translate(0,50px);
    }

    .popup_box02 {
        width:270px !important;
    }

    .popup_box02 img {
        width:100% !important;
        height:100% !important;
        object-fit: cover;
    }

    .popupLayer_{
        top:30px !important;
        left:30px !important;
    }
}

@media screen and (max-width: 720px) {


 
    #A_Container .event_area .contents,
    #A_Container .near_area .contents,
    #A_Container .mobile_area .contents,
    #A_Container .intro_area .contents {
        padding: 0 30px;
    }

    #A_Footer .contents {
        padding:0 0;
    }

    #A_Container .mobile_area .contents {
        padding: 0 0;
    }

    .section,
    .fp-tableCell {
        height: auto !important;
    }

    #A_Container .intro_area .txt_wrap {
        padding: 20px;
    }


    #A_Container .intro_area .contents {
        padding: 30px 0 50px 30px;
        height: 100%;
        width: 520px;
    }

    #A_Container .intro_area {
        /* background: url("https://www.tax-soo.co.kr/main/images/photo/mobile_intro_bg.jpg") no-repeat; */
        background-size: cover;
        background-position: center;
    }

    #A_Container .intro_area .contents_L {
        width: 100%;
        padding-bottom: 80px;
        transform: translate(0, 0);
        float: none;
    }

 #A_Container .last_area { /* load */
        transform: translate(0, 30px);
    } 

    .org_map .two li:nth-child(2):after {
        right: 7.2em;
    }

    .org_map .two li:nth-child(1):after {
        left: 7.2em;
    }

    #A_Container .intro_area .contents_R {}

    #A_Container .mobile_area .contents {
        text-align: center;
    }



    #A_Container .mobile_area .contents .title {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #A_Container .mobile_area .contents_L {
        width: 520px;
        float: none;
        margin-top: 0;
    }

    #A_Container .mobile_area .contents_L .box_top {
        margin-top: 50px;
    }

    #A_Container .mobile_area .contents .title {
        margin-top: 0px;
    }

    #A_Container .mobile_area .contents .title strong {
        padding: 80px 0 20px 0;
    }

    #A_Container .mobile_area .contents_R {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        margin-top: 30px;
        padding: 0;
    }

    #A_Container .mobile_area .contents_L .box_top .gage_bar {
        margin: 40px auto 20px;
    }

    #A_Container .mobile_area .contents_R .icon_wrap {
        width: 100%;
        margin: 0 auto;
    }

    #A_Container .mobile_area .contents_L .box_bottom {
        margin-bottom: 55px;
    }

    #A_Container .mobile_area .contents_R .icon_wrap div {
        width: 50%;
    }

    #A_Container .mobile_area .contents_L .box_top .btn_pay strong a {
        font-size: 16px;
        width: 70%;
        line-height: 50px;
        height: 50px;
    }

    #A_Container .mobile_area .contents_L .box_top strong {
        margin-left: 0;
    }

    #A_Container .mobile_area .contents_L .box_top iframe {
        width: 520px;
        height:293px;

    }

    #A_Container .service_area .contents_R .scroll {
        float: none;
    }

    #A_Container .service_area .contents strong {
        font-size: 8vw;
    }

    #A_Container .service_area .contents {
        /* text-align: center; */
    }

    #A_Container .service_area .contents_R .wrap_form .wrap input {
        width: 100%;
    }

    #A_Container .service_area .contents .mob_title {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: normal;
        /* padding-top: 80px; */
    }

    #A_Container .service_area .contents_L .btn-wrap {
        
        text-align: center;

    }

    #A_Container .service_area .contents_L .btn-wrap>div {
        width: 50%;
        margin-bottom: 10px;
    }

    #A_Container .service_area .contents_L strong {
        display: none;
    }

    #A_Container .service_area .contents_R {
        width: 100%;
        float: none;
    }

    #A_Container .service_area .contents_R img {
        width: 50px;
    }

    #A_Container .service_area .contents_L {
        width: 100%;
        margin: 0;
        padding: 10px 0 0px;
    }

    #A_Container .service_area .btn-wrap {
        display: none;
    }

   .btn-wrap02 {
    width:60%;
    margin-left:auto;
   }

    #A_Container .service_area .contents_L .icon_wrap li {
        margin: 0 2%;
    }


    #A_Container .near_area {
        height: 100%;
    }

    #A_Container .near_area .contents strong {
        display: block;
        font-size: 9vw;
        padding-bottom: 80px;
    }

    #A_Container .near_area .contents .title_wrap {
        transform: translate(0, 60px);
    }

    #A_Container .near_area .contents img {
        position: relative;
        left: 0;
        bottom: 0;
        opacity: 0;
        transform: translate(0, 50px);
    }

    #A_Container .near_area .contents .on {
        opacity: 1;
        transform: translate(0, 0);
        transition: 1s ease;
    }

    #section_tab .theone .tab li a {
        font-size: 14px;
        letter-spacing: -1px;
    }

    #A_Container .event_area .contents strong {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    #A_Container .event_area .contents .icon_wrap {
        width: 100%;
    }

    #A_Container .event_area .contents .icon_wrap li {
        width: 100%;
        margin: 0 0 60px 0;
    }

    #A_Container .event_area .contents .icon_wrap li a p {
        font-size: 20px;
    }

    #A_Container .last_area .contents .tableWrap {
        /* padding-bottom:100px; */
    }

    .tablecircle {margin-top: 0;}
    #A_Footer {
        /* position: relative; */
        padding: 10px 0 50px;
    }

    #A_Container .service_area .contents_R .wrap_form .wrap .txtarea {
        width:100%;
    }

    #A_Footer .contents .second_line li {
        padding:0;
        
    }
    #A_Footer .contents>ul {
        line-height: 20px;
        margin-top:10px;
    }

    .lrWrap img {margin-top: 0;}

    .btn-wrap02 {
        display: flex !important;
        padding:10px;
    }
    #A_Container .service_area .contents_R .wrap_form .btn_submit {width:120px;}
    
}

@media screen and (max-width: 600px) {
    .near_area .contents img {
        width: 100%;
    }

    #A_Container .intro_area .contents {
        width: 460px;
    }

    .org_map .two li:nth-child(1):after {
        left: 6.6em;
    }

    .org_map .two li:nth-child(2):after {
        right: 6.6em;
    }

    .org_map .two li>div {
        max-width: 200px;
    }

    .org_map .two li strong {
        font-size: 14px;
        letter-spacing: -1.5px;
        padding:15px;
    }

    .org_map .one strong {
        font-size: 16px;
    }

    .org_map .one img {
        height: 30px;
    }

    #A_Container .intro_area .contents {
        padding: 0 0 0 0;
    }
    #A_Container .event_area .contents .icon_wrap li:nth-child(2) a {
        height:550px;
    }
    #A_Container .mobile_area .contents_L {
        width: 460px;
    }

    #A_Container .mobile_area .contents_L .box_top iframe {
        width: 460px;
        height: 259px;
    }

    .tab_contents .left .wrap span {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    #popupVideo01 .popup_box {
        top:20%;
    }

    .swiper-button-prev {left:10px !important} 
    .swiper-button-next {right:10px !important}

    #section_tab .theone .tab li a {
        padding:12px;
    }

    .brn {display: block;}

    #A_Container .last_area .contents .icon_wrap table tbody tr td {
        padding-left: 10px;
        text-indent: -8px;
    }
}

@media screen and (max-width: 500px) {
    #A_Container .intro_area .contents {
        padding: 0 0 0 0;
    }


    #A_Container .mobile_area .contents .title strong {
        font-size: 8vw;
    }

    #A_Container .service_area .contents_L .icon_wrap li {
        margin: 0;
    }

    #A_Container .mobile_area .contents_L .box_bottom {
        margin-bottom: 30px;
    }

    #A_Container .service_area .contents_R {
        height: auto;
    }

    #A_Container .service_area .contents_R img {
        width: 50px;
    }

    #A_Container .service_area .contents_L .icon_wrap li a {
        padding: 5px 8px;
    }

    .rightwrap3 .fleft input[type=radio]+label span:nth-child(2) {
        padding-left: 0;
    }

    #A_Container .near_area .contents .photo img {
        width: 100%;
    }



    #A_Container .event_area .contents {
        padding: 70px 0 0 0;
    }

    #A_Container .event_area .contents strong {
        font-size: 8vw;
        padding-bottom: 0;
    }

    #A_Container .event_area .contents .icon_wrap {
        width: 100%;
    }

    #A_Container .event_area .contents .icon_wrap li a em {
       
    }

    #A_Container .event_area .contents .icon_wrap li a p {
        font-size: 4vw;
        letter-spacing: -1px;
    }

    #A_Container .event_area .contents .icon_wrap li a {
        padding-top: calc(50% - 70px);
    }


    #A_Container .service_area .contents_L .icon_wrap li a img {
        width: 90%;
    }

    .rightwrap3 .fleft {
       
    }

    #A_Container .mobile_area .contents_L .box_bottom table tbody tr td {
        text-align: left;
        padding-left: 5px;
    }

    #A_Container .mobile_area .contents_R .icon_wrap div p {
        font-size: 4.5vw;
    }

    #A_Container .mobile_area .contents_L .box_bottom table tbody tr td:first-child {
        text-align: left;
        width: 45%;
        font-size: 4.4vw;
    }

    #A_Container .mobile_area .contents_L .box_bottom table tbody tr td:nth-child(2) {
        width: 30%;
        font-family: 'Montserrat', sans-serif;
    }

    #A_Container .mobile_area .contents_L .box_top .btn_pay strong a {
        width: 100%;
    }

    #section_tab .tab_contents .right02,
    #section_tab .tab_contents .right03 {
        height: 300px;
    }

    #section_tab .tab_contents .right02 h2,
    #section_tab .tab_contents .right03 h2 {
        font-size: 13px;
    }

    #section_tab .tab_contents .right02 .conWrap p b {
        font-size: 13px;
    }

    #section_tab .tab_contents .right02 .conWrap p {
        font-size: 13px;
    }

    #section_tab .tab_contents .right02,
    #section_tab .tab_contents .right03 {
        height: auto;
    }

    #A_Container .event_area .contents .icon_wrap li a {
        padding-top: 60px;
    }
    #A_Container .event_area .contents .icon_wrap {padding:0;}
    .lrWrap img {padding-left: 0px;} 

    #section_tab .theone .tab li a {padding: 10px;}

    #A_Footer .contents {
        padding:10px 10px 60px 10px !important;
    }
}

@media screen and (max-width:480px) {


    #A_Container .intro_area .contents {
        width: 400px;
    }

    #A_Container .intro_area .contents_L {
        padding-bottom: 0;
    }

    .org_map .two li>div {
        max-width: 180px;
    }

    .org_map .two li strong {
        font-size: 12px;
        padding:8px;
    }

    #A_Container .intro_area .txt_wrap em {
        font-size: 14px !important;
    }

    #A_Container .intro_area .txt_wrap em b {
        font-size: 14px !important;
    }

    #A_Container .intro_area .txt_wrap em img {
        height: 50px;
    }


    .org_map .two li>div {
        border-radius: 15px;
    }

    .org_map .two li:nth-child(1):after {
        left: 5.8em;
    }

    .org_map .two li:nth-child(2):after {
        right: 5.8em;
    }

    #A_Container .mobile_area .contents_L {
        width: 360px;
    }

    #A_Container .mobile_area .contents_L .box_top iframe {
        width: 360px;
        height: 203px;
    }

    #A_Container .mobile_area .contents_L .box_top .btn_pay strong a {
        width: 100%;
    }

    #section_tab .theone .tab li a {
        font-size: 12px;
    }

    .tab_contents .left .wrap span {
        font-size: 14px;
    }

    .tab_contents .left .wrap select,
    .tab_contents .left .wrap em {
        font-size: 14px;
    }

    .btn_ok input[type=checkbox]+label[for=check] span {
        padding-right: 0;
        font-size:12px;
    }

    .rightwrap3 .fleft input[type=radio]+label span {
        font-size: 13px;
    }

    .rightwrap3 .fleft input[type=radio]+label span:nth-of-type(2) {
        padding-left: 0;
    }

    #A_Container .near_area .contents {
        margin-top: 0;
    }

    #A_Container .last_area .contents .icon_wrap li:nth-child(2) {
        margin: 0 0 0 0;
    }

    #A_Container .service_area .contents_R {
        margin-top: 0;
    }

    #section_tab .tab_contents .right {
        margin-top:20px;
    }

    #A_Container .event_area .contents .icon_wrap li a span b.spanb {font-size: 14px;}

    #A_Container .event_area .contents .icon_wrap li a span {font-size: 14px;}

    #A_Container .event_area .contents .icon_wrap li a span strong {
        font-size: 14px;
    }

    #A_Container .event_area .contents .icon_wrap li a p.pmb {font-size: 14px;}

    #A_Container .event_area .contents .icon_wrap li a p.pmb b {font-size: 14px;}

    #section_tab .tab_contents .right02 em {
        margin-left: 10px;
        text-indent: -8px;
        word-break: keep-all;
    }

    .btn-wrap02 { padding:10px 0;}
    .btn-wrap02 > div {margin-bottom:5px;}

    #A_Footer {
        padding: 10px 0 70px;
    }

    .disnone {display: block;}
}

@media screen and (max-width: 450px) {
    #A_Container .near_area .contents .photo {
        height: 330px;
    }

}

@media screen and (max-width: 400px) {


    #section_tab .tab_contents .right02,
    #section_tab .tab_contents .right03 {
        height: auto;
        padding: 20px;
    }

    #A_Container .intro_area .contents {
        width: 360px;
    }

    .org_map .two li>div {
        max-width:175px;
    }

    .org_map .two li:nth-child(2):after {
        right:5.4em
    }

    .org_map .two li:nth-child(1):after {
        left:5.4em
    }

    #A_Container .event_area .contents .icon_wrap li a .spanWrap {
        /* transform: translateX(10%); */
    }
}

@media screen and (max-width:360px) {
    #A_Container .intro_area .contents {
        width: 340px;
    }

    .org_map .two li:nth-child(1):after {
        left: 4.8em;
    }

    .org_map .two li:nth-child(2):after {
        right: 4.8em;
    }

    .org_map .two li p {
        height: 40px;
        line-height: 40px;
    }

    .org_map .two li>div {
        max-width: 160px;
    }

    #A_Container .mobile_area .contents_L {
        width: 310px;
    }

    #A_Container .mobile_area .contents_L .box_top iframe {
        width: 300px;
        height:169px;
    }

    .org_map .two li strong{font-size: 11px;}

}

@media screen and (max-width: 350px) {
    #A_Container .near_area .contents .photo {
        height: 300px;
    }

    #A_Container .mobile_area .contents_L .box_bottom table tbody tr td:first-child {
        text-align: left;
        font-size: 4.4vw;
        width: 40%
    }

    #A_Container .mobile_area .contents_L .box_bottom table tbody tr td:nth-child(2) {
        width: auto;
        font-family: 'Montserrat', sans-serif;
    }

    #A_Container .intro_area .contents {
        width:320px;
    }

    .org_map .two li>div {
        width:150px;
    }

    .org_map .two li:nth-child(1):after {
        left: 4.6em;
    }

    .org_map .two li:nth-child(2):after {
        right: 4.6em;
    }
}

@media screen and (max-width: 320px) {

    #A_Container .service_area .contents_L .icon_wrap li a p {
        font-size: 11px;
    }

    #A_Container .near_area .contents .photo {
        height: 320px;
    }

}


/* sub */

.sub_visual {
    width:100%;
    height:60vh;
    position: relative;
}

.sub_visual .subvisualImg {
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}

.sub_visual .intro_area {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 58px;
    font-weight: 500;
}
.sub_cont {
    padding:80px 0;
    color: #333;
}
.sub_cont .inner {
    width:1260px !important;
    margin: 0 auto;
    background:#f1f1f1;
    padding:50px;
    border-radius: 10px;
}
.sub_cont h2 {
    font-size: 24px;
    font-weight: 500;
    color:#921c22;
    padding:30px 0 5px 0;
}

.sub_cont p {
    font-weight: normal;
}

.subTitle {
    color:#333;
    font-size:36px;
    font-weight: 500;
    text-align: center;
    padding-bottom:50px;
}

/* 추가 */
.section6 .near_area .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 36px;
}
.section6 .profile .profile-title {
    color: #fff;
    text-align: center;
}
.section6 .profile .profile-title h3 {
    position: relative;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 20px;
}
.section6 .profile .profile-title span {
    font-size: 18px;
    font-weight: bold;
}
.profile .profile-title {
    position: relative;
}
.profile .profile-title::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 189px;
    width: 1px;
    height: 76px;
    background: rgba(255,255,255,.4);
}
.profile .profile-title img {
    position: static!important;
    opacity: 1!important;
    left: auto!important;
    bottom: auto!important;
    width: 50px;
    height: 42px;
    transform: none!important;
    margin-bottom: 20px;
}
.profile .profile-title h3::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    display: block;
    margin-bottom: 20px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
}
.profile-1 .profile-title {}
.profile-1 .profile-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 216px;
    height: 230px;
    transform: translate(-50%, -50%);
    background: url(../images/pf-bg.png)no-repeat center/216px auto;
    z-index: -1;
}
.profile-2 .profile-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 216px;
    height: 230px;
    transform: translate(-50%, -50%);
    background: url(../images/pf-bg2.png)no-repeat center/216px auto;
    z-index: -1;
}
.profile-content {
    position: relative;
    margin-top: 117px;
}
.profile-content::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.tab-menu,
.tab-menu2 {
    display: flex;
    color: #fff;
}
.tab-menu li,
.tab-menu2 li {
    width: 50%;
    height: 50px;
    text-align: center;
}
.tab-menu li a,
.tab-menu2 li a {
    display: block;
    color: #fff;
    height: inherit;
    line-height: 50px;
    background-color: #aaa;
}
.tab-menu2 li:first-of-type a,
.tab-menu li:first-of-type a {
    border-radius: 24px 0 0 0;
}
.tab-menu2 li:last-of-type a,
.tab-menu li:last-of-type a {
    border-radius: 0 24px 0 0;
}
.profile-1 .tab-menu2 li a.active,
.profile-1 .tab-menu li a.active {
    background-color: #921c22;
    display: block;
}
.profile-2 .tab-menu2 li a.active,
.profile-2 .tab-menu li a.active {
    background-color: #904b4e;
    display: block;
}

.tab-content,
.tab-content2 {
    background-color: rgba(255, 255, 255, 0.09);
    width: 609px;
    border-radius: 24px;
    margin-top: -50px;
}
.tab-content2 .tabs .inner,
.tab-content .tabs .inner {
    padding: 70px 18px 22px;
    align-items: flex-start;
}
.tab-content > div
.tab-content2 > div {
    display: none;
    color: #fff;
}
.tabs ul li {
    margin-bottom: 14px;
    font-size: .9em;
    color: #fff;
}
.tabs {
    display: none;
    min-height: 407px;
}
.tab__content2,
.tab__content {
    display: none;
}
.tab__content2.active,
.tab__content.active {
    display: block;
}
@media screen and (min-width: 1015px) and (max-width: 1280px) {
    .profile-2 .profile-title::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 189px;
        width: 1px;
        height: 76px;
        background: rgba(255,255,255,.4);
    }
}

@media screen and (max-width: 1014px) {
    .profile .profile-title::after {
        top: 70px;
        left: 171px;
        width: 35px;
        height: 1px
    }
}

@media screen and (min-width: 839px) and (max-width:1280px) {
    /* .profile-content::before {display: none;} */
    .section6 .near_area .flex {
        gap: 0;
    }
    .section6 .profile {
        width: calc(50% - 5%);
    }
    .tab-content, .tab-content2 {
        width: 100%;
    }
    .section6 .near_area .contents.flex {
        margin-top: 0;
    }
    .section6 .near_area .contents .pro-inner {
        padding: 0 5%;
        box-sizing: border-box;
        width: 100%;
    } 
    .sub_cont .inner {
        width:95%!important;
        margin:0 auto;
        padding:40px 20px 20px 20px;
    }
    .subTitle {font-size: 32px; padding-bottom: 20px;}
    .sub_cont h2 {font-size: 18px;}
    .sub_cont p {font-size: 14px;}
    
    #A_Container .intro_area .txt_wrap em {font-size: 18px;}
    #A_Container .intro_area .txt_wrap em b {font-size: 18px;}
}
@media screen and (max-width: 1014px) {
    .section6 .contents .pro-inner.flex {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 829px) {
    .profile .profile-title::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 189px;
        width: 1px;
        height: 76px;
        background: rgba(255,255,255,.4);
    }
}

@media screen and (min-width: 830px) and (max-width: 1014px) {
    .profile-content::before {
        left: -3px;
        top: 43%;
        transform: translateY(-50%);
    }
    .section6 .profile {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 75px;
    }
    .profile-content {
        padding-top: 0;
        margin-top: 46px;
        width: 60%;
    }
    #A_Container .section6 {
        background-position: center;
    }
    #A_Container .near_area {
        padding-top: 0!important;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 749px) and (max-width: 950px) {
    .tab-content, .tab-content2 {
        margin-right: 0;
        min-width: auto;
        max-width: none;
        width: 100%;
    }
    .section6 .profile-2 {
        margin-top: 8vh;
    }

}
@media screen and (max-width: 750px) {
    .section6 .profile {
        width: 100%;
    }
    .tab-content, .tab-content2 {
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .section6 .near_area .contents .pro-inner {
        padding: 0 5%;
        box-sizing: border-box;
        width: 100%;
    } 
    #A_Container .near_area {
        padding-top: 50px!important;
    }
    .section6 .profile-2 {
        margin-top: 8vh;
    }
    .profile .profile-title::before {
        background-size: 186px auto;
        width: 186px;
    }
    .section6 .profile .profile-title h3 {
        font-size: 16px;
    }
    .section6 .profile .profile-title span {
        font-size: 12px;
    }
    .profile .profile-title img {
        width: 35px;
        height: auto;
    }
    .profile .profile-title::after {
        top: 161px;
    }
}

@media screen and (max-width:480px) {
    .section6 .near_area .contents .pro-inner {
        padding: 0;
    }
    .section6 .near_area .flex {
        flex-direction: column;
    }
    .tab-content, .tab-content2 {
        height: auto;
    }
    .table0402 {display: block !important;}
    .table04 {display: none;}
    .brn2 {display: none;}
    #A_Container .last_area .contents .icon_wrap li a {padding:15px 15px;}
    #A_Container .last_area .contents .icon_wrap table tbody tr td {
        padding-left: 10px;
        text-indent: -8px;
    }
    .brn3 {
        display: block;
    }
    .table01 tbody tr td:first-child {text-align: center;}
    .table01 tbody tr td:last-child {text-align: center;}

    #A_Container .mobile_area .contents_L .box_top .btn_pay strong a img {
        height:24px;
    }
}

/* mobile */
@media screen and (max-width: 480px) {
    #section_tab .main_sec {
        padding: 0 0 50px 0;
    }

    #section_tab .banner {
        padding-top: 0;
    }

    #section_tab .theone .tab li a {
        font-size: 12px;
        word-break: keep-all;
    }

    #section_tab .tab_contents .right h2 {
        font-size: 12px;
    }

    #section_tab .tab_contents .right h2::before {
        display: none;
    }

    #section_tab .tab_contents .right h2 strong {
        font-size: 24px;
    }

    .tab_contents .left .wrap {
        margin-bottom: 20px;
    }

    #section_tab .banner ul li a {
        padding: 15px;
    }

    .tab_contents .left .wrap select,
    .tab_contents .left .wrap input {
        margin-left: 0;
    }

    #tab_contents02 br,
    #tab_contents01 br {
        display: block;
    }

    .tab_contents .left .wrap select {
        width: 100%;
    }

    .tab_contents .left .wrap input {
        width: 90%;
    }

    #tab_contents02 .left .wrap:last-child {
        margin-bottom: 50px;
    }

    #popup_layer .popup_box {width:300px;}

    #A_Container .last_area .contents .icon_wrap li {
        width:100%;
    }
    #A_Container .last_area .contents .icon_wrap li td {
        font-size: 10px;
        margin-left: 10px;
        text-indent: -8px;
    }
    .table01 tbody tr td, .table02 tbody tr td, .table03 tbody tr td, .table04 tbody tr td, .table05 tbody tr td, .table06 tbody tr td, .table01 thead th, .table02 thead tr th, .table03 thead tr th, .table04 thead  tr th, .table05 thead  tr th, .table06 thead tr th {
        font-size: 10px;
        padding:5px;
    }

    .table02 thead tr th {
        font-size: 10px;
        padding:5px;
    }

    .lrWrap img {
        float:none;
    }

    .table06 {
        float:none;
        width:100%;
    }

    .tableright img {
        float:none;
        height:auto;
        margin:0 auto;
        margin-top: 10px;
    }

    .pwrap {
        margin-top: 0;
    }

    .pwrap>p {font-size: 12px;}
    .pwrap>p span {font-size: 12px;}

    .tableclass {
        width:100%;
        margin-bottom:50px;
    }
    #A_Container .last_area .contents .tableWrap{
        /* padding-bottom:100px; */
    }

    .tablecircle {padding-top:30px;}

    .tableleft table {width:100%;}

    #A_Container .service_area .contents_R .wrap_form .wrap .txtarea {
        font-size: 12px;
    }

    #section_tab .theone .tab li a  br {display:block;}

    #A_Container .last_area .contents .icon_wrap li td {
        margin-left:0;
        text-indent:0;
    }


    #A_Container .last_area .contents .icon_wrap table tbody tr td {
        font-size: 12px;
    }


    #A_Footer .contents {padding: 0 10px !important;}
    .table05 tr td:nth-child(1) {width:50%;}

    .btn-wrap02 a {
        font-size: 12px;
    }

    .btn-wrap02 {
        width:70%;
    }

    #A_Container .service_area .contents_R .wrap_form .btn_submit {
        width:80px;
        font-size: 16px;
    }
    
    .tab_contents .left .wrap span#NUM_KOR {
        width:90%;
    }
    
}