.en .page-title-wrap{
    margin-bottom:80px;
}
.en .page-title-wrap .h-tit {
    font-size: var(--krds-fz-heading-md);
    font-weight: 700;
    line-height: 1.3;
}
.en .lnb-sub{
    margin-top: 1.6rem;
    border-bottom: 1px solid #ddd;
}
.en .lnb-sub li{

}
.en .lnb-sub li a{
    font-size: 1.7rem;
    position: relative;
    padding:14px 8px 14px 25px;
    display: block;
}
.en .lnb-sub li a.active{
    font-weight: 600;
    background-color: #EDF1F5;
    border-radius: 8px;
}
.en .lnb-sub li a:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 14px;
    top: 26px;
    display: block;
}
.en .left-banner {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border:0;
    padding:0;
}
.en #container .left-menu .left-in {
    padding: 0 var(--krds-spacer-10) var(--krds-spacer-5) 0;
}
.en  #container .left-menu .lnb-tit {
    min-height: 5.3rem;
    height: auto;
}
.en .krds-gnb .gnb-toggle-wrap .gnb-sub-list{
    left: 0;
}
.en #header .m-gnb-wrap .m-gnb-menu .menu-wrap .mn {
    height: auto;
    padding: 1rem 2.4rem;
    line-height: 1.2;
    font-size: 1.5rem;
}
.en #header .m-gnb-wrap .m-gnb-menu .submenu-wrap .dl dt {
    height: auto;
    padding: 0 0 1rem 0;
}
.en .sitemap{
    justify-content: normal;
}
.en .sitemap .dl {
    padding: 0 2rem 0 0;
    width: calc(24% - 2.5rem);
    border-right: 1px solid #F2F2F2;
    margin: 0 2rem 0 0;
}
.en .sitemap .dl:last-child{
    border:none;
    width: 25%;
}
.en .sitemap .dl dd .sub-ul li {
    margin: 0 0 1.2rem 0;
}
.en .sitemap .dl dd .sub-ul .subm {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.2;
    display: block;
}
.en .sitemap .dl dt h2 {
    min-height: 7.5rem;
}
.en .h-tit-sub{
    font-size: 32px;
    font-weight: 600;
        line-height: 1.4;
}


.en footer .foot-info .foot-cerify {
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 0 2rem 0 0;
    align-content: center;
}
.en footer .foot-info .foot-cerify button {
    justify-content: flex-start;
    align-items: center;
}

.e-box{
    border:1px solid #D4E1FF;
    border-radius: 12px;
    padding:24px 32px;
    margin: 20px auto;
        max-width: 532px;
}
.e-box.blue{
    background: rgba(212, 225, 255, 0.2);
}
.e-box h4{
    font-size: 21px;
    color: #2D2D2D;
    margin-bottom: 20px;
    border-bottom: 1px solid #D4E1FF;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.e-box h4 span{
    width: 32px;
    height: 32px;
    display: flex;
    background: #246BEB;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.e-box ul li{
    font-size: 17px;
    color:#1D1D1D;
    position: relative;
    padding: 0 0 0 13px;
}
.e-box ul li:before{
    content:'';
    width: 3px;
    height: 3px;
    display: block;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.e-box ul li.n-disc{
    color:#246BEB;
}
.e-box ul li.n-disc:before{
    content:none;
}
.e-box.alon{
    text-align: center;
    display: block;
    width: max-content;
    margin: 20px auto;
    word-break: keep-all;
}
.e-box.alon h4{
margin-bottom: 0;
    padding: 0;
    border: none;
}
.e-box.para{
border:none;
padding: 0;
width: 100%;
}
.en .tip{
    background-color: #F8F8F8;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0 0 0;
    font-size: 15px;
    color: #1D1D1D;
}
.en .tip strong{
    background: url(../img/ico-noti.svg) left center no-repeat;
    padding: 0 0 0 20px;
}
.en .tip > p{
    padding:0 0 0 20px;
    line-height: 1.5;
}
.a-move{
    display: flex;
    align-items: flex-start;
    justify-content: center;
        gap: 10rem;

}
.d-r{
    position: absolute;
    transform: rotate(45deg);
}
.d-l{
    position: absolute;
    transform: rotate(310deg);
}
.d-r.long{
    left: 28%;
    top: -57px;
}
.a-move > span{
    height: 55px;
        width: 38px;
    display: flex;
    white-space: nowrap;
}
.a-move > span strong{
    color:#246BE3;
}
.a-move > span.down{
    background: url(../img/arrow-line-gray.svg) center bottom no-repeat;
}
.a-move > span.up{
    background: url(../img/arrow-line-blue.svg) center center no-repeat;
}
.a-move > span.diagonal{
    background: url(../img/arrow-line-blue.svg) center top no-repeat;
    height: 270px;
}
.a-move > span.left{
    background: url(../img/arrow-line-blue.svg) center top 25px no-repeat;
    transform: rotate(270deg);
    height: 64px;
    padding: 0 0 61px 0;
    width: 40px;
}
.a-move > span.left strong{
    transform: rotate(90deg);
    margin: 0 0 0 17px;
}
.a-move > span.down.h-20{
    height:20px;
}
.a-move > span.baseline{
    justify-content: center;
    align-items: flex-end;
    height: 86px;
    background-position: center top;
}
.a-move > span.start{
    height: 86px;
    align-items: flex-start;
    background-position: center bottom;
    background: url(../img/arrow-line-blue-sort.svg) center center no-repeat;
}
.a-move > span.start2{
    height: 126px;
    align-items: flex-start;
    background-position: center bottom;
    background: url(../img/arrow-line-blue-sort2.jpg) center center no-repeat;
}
.a-move > span.up.gray
 {
    background: url(../img/arrow-line-gray-up.svg) center center no-repeat;
}
.a-move.half{
    width: 43%;;
}
.dig{
        display: flex;
    flex-direction: row-reverse;
        gap: 20px;
        position: relative;
            align-items: flex-end;
}
.dig-spider{
        display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 42px;
    margin-right: auto;
            margin-bottom: 30px;
}
.dig .e-box:not(.alon){
    width: 48%;
    margin:20px 0;
}
.dig-t{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.dig-t .e-box:not(.alon){
    width: 48%;
    margin:20px 0;
}
.dig-spider-t{
    position: absolute;
    left: 0;
    top:calc(50% - 95px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
        align-items: flex-end;
}
.dig-spider-t .e-box{
    width: 85%;
    margin: 0;
    margin-right: auto;
}
.dig-spider-t .d-r{
    position: relative;
        right: 25px;

}
.dig-spider-t .d-l{
    position: relative;
        right: 25px;
}
.dig-spider-t .a-move > span.diagonal {
    height: 90px;
}
.in-t{
        color: #246BE3;
    position: absolute;
    right: 40px;
    top: 46%;
    font-weight: 600;
}
.turn-cycle{
    background: url(../img/dotted_virtical.svg) left top 25px no-repeat;
    background-size: auto calc(100% - 106px);
        position: relative;
        padding: 0 0 0 35px;
            margin: 0 0 60px 0;
}
.turn-cycle:before{
    background: url(../img/dotted_land.svg) left 102% top no-repeat;
    content:'';
    display: block;
    height: 20px;
        position: absolute;
    width: 47%;
    left: 0;
    top: 25px;
}
.turn-cycle:after{
    background: url(../img/dotted_arrow.svg) left bottom no-repeat;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 80px;

}
.cycle-txt{
        position: absolute;
    left: 48%;
    margin: 12px 0 0 0;
    color: #246BEB;
    font-weight: 500;
}
.sentence{
    color:#3D3D3D;
    margin-bottom:40px;
}
.sentence h4{
    font-size: 24px;
    color:#2D2D2D;
        margin-bottom: 10px;
}
.sentence p{
    font-size: 20px;
    color: #555555;
}
.sentence ul li{
    font-size: 20px;
    /* color:#3D3D3D; */
    color: #555555;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 18px 0;
    /* margin: 0 0 10px 0; */
    line-height: 1.5;
}
.sentence ul li:before{
    content:'-';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.sentence ul.disc-dot{
    padding:0 0 0 10px;
}
.sentence ul.disc-dot > li:before{
    content:'';
width: 5px;
    height: 5px;
    display: block;
    background: #1D1D1D;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.en .sentence ul.bill {
    margin: 10px 0;
}
.en .sentence ul.bill li{
    padding:0 0 0 2.5rem;
    margin: 0 0 0.3rem 0;
}

.en .sentence ul.bill > li:before{
    content:'※';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.en .sentence ul li ul{
    margin:20px 0;
}
.en .sentence ul.disc-dot li.blue:before{
    background: #1F53CC;
}
.en .tit-type{
    font-size: 24px;
}
.en .check-up{
    border:1px solid #E4E4E4;
    background: #EDF1F5;
    padding:16px;
    border-radius: 12px;
    margin-bottom: 40px;
}
.en .check-up strong{
    background: url(../img/check-up.svg) left center no-repeat;
    font-size: 19px;
    color: #003675;
    display: block;
    padding: 0 0 0 29px;
    margin: 0 0 13px 0;
}
.en .check-up p{
    font-size: 17px;
    color:#555555;
    padding:0 0 0 30px;
    line-height: 1.3;
}
.en .en .both {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.en .tab.col-8 > ul {
    width: 100%;
    flex-wrap: wrap;
}
.en .tab.col-8 > ul li {
    width: 12.5%;
}
.en .tab.line.col-8 > ul > li + li {
    margin-left: 0;
}
.en .office-table th{
    background:#EDF1F5;
    border-bottom: 1px solid #99B0CB;
    font-size: 15px;
    color:#1D1D1D;
    height: 39px;
    line-height: 1.4;
    padding: 5px 5px;
}
.en .office-table td{
font-size: 17px;
    color: #555555;
    height: 60px;
    border-bottom: 1px solid #D8D8D8;

}
.en .office-table td:first-child{
text-align:center;
}
.en .office-table .left{
    text-align: left;
}
.en .office-table td a{
    text-decoration: underline;
}
.en .office-table.sm th,
.en .office-table.sm td{
    text-align: left;
    padding-left: 20px
}
.en .office-table.sm td{
height: 48px;
    padding: 5px 0 5px 20px;
}
.en .g-box{
    border:1px solid #C6C6C6;
    border-radius: 10px;
    padding:32px 40px;
}
.en .no-list{
    list-style-type: decimal;
    padding: 0 0 0 20px;
}
.en .no-list li{
    margin:0 0 10px 0;
}
.en .checkO {
    display: inline-block;
    background: url(../img/kr_ico_check_o.svg) no-repeat center center;
    width: 100%;
    height: auto;
    font-size: 0;
}
.en .checkX {
    display: inline-block;
    background: url(../img/kr_ico_check_x.svg) no-repeat center center;
    width: 100%;
    font-size: 0;
    margin-bottom: 5px;
}
.en .mt-10{
    margin-top:10px!important;
}
.en .mt-20{
    margin-top:20px!important;
}
.en .mt-30{
    margin-top:30px!important;
}
.en .mb-10{
    margin-bottom:10px!important;
}
.en .mb-20{
    margin-bottom:20px!important;
}
.en .mb-30{
    margin-bottom:30px!important;
}
.m-pic{
    display: none;
}
.m-block{
    display: block;
}

@media (max-width: 1400px) {
    .en .dig {
            align-items: center;
        gap: 20px;
    }
    .en .dig-spider {
        gap: 0;
        width: 30%;
    }
    .en .d-r.long {
        left:65%;
            top: -90%;
        transform: rotate(360deg);
    }
    .en .dig .e-box:not(.alon) {
        width: 100%;
        margin: 20px 0;
    }
    .en .dig-spider{
            position: relative;
            left: 30px;
    }
    .en .dig-spider-t {
        width: 30%;
    }
    .en .dig-t .e-box:not(.alon) {
        width: 63%;
        margin: 20px 0;
    }
    .en .in-t {
        right: -37px;
    }

    .en .dig-spider-t .d-r,
    .en .dig-spider-t .d-l {
        right: 0;
    }
    .en .a-move.half {
        width: 63%;
    }
    .en .e-box.alon h4 {
        font-size: 15px;
    }
   .en  .a-move > span.diagonal {
                height: 123px;
    }
   .en  .a-move > span.left {
        height: 59px;
        padding: 10px 0 0 0;
        width: 41px;
    }
    .en .cycle-txt {
        position: absolute;
        left: 23%;
        width: 133px;
        background: #fff;
        padding: 0 0 0 20px;
    }
        .en .turn-cycle:after {
        width: 30%;
        background: url(../img/dotted_arrow.svg) right bottom no-repeat;
    }
    .en .turn-cycle:before {
    width: 30%;
    }
    .e-box.alon {
        width: 100%;
    }
    .en .turn-cycle {
        padding:0 0 0 15px;
    }
}
@media (max-width: 1024px) {
 .m-pic{
        display: block;
        text-align: center;
        margin-bottom:30px;
    }
    .m-block{
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        text-indent: -9999px;
    }

}
@media (max-width: 599px) {
    .en .page-title-wrap {
        margin-bottom: 30px;
    }
    .en .page-title-wrap .h-tit {
        font-size: 2.4rem;
    }
    .en .e-box {
        width: 100%;
                margin: 10px auto;
    }
    .en .e-box h4 {
        font-size: 17px;
    }
    .en .e-box ul li {
        font-size: 14px;
    }
    .en .a-move {
        gap: 2rem;
    }
    .en .page-title-wrap[data-type=responsive] .h-tit {
        line-height: 1.2;
        margin-bottom: 0;
        padding: 0;
    }
    .en .sentence {
        margin-bottom: 20px;
    }
    .en .sentence h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .en .sentence p,
    .en .sentence ul li {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .en .sentence ul.bill li{
	    padding:0 0 0 18px;
	}

    .en .g-box {
        padding: 20px;
    }
    .en .check-up{
        margin-bottom: 20px;
    }
    .en .check-up p {
        font-size: 14px;
    }
    .en .page-title-wrap.both .btn{
        width:100%;
    }
    .en .office-table.scroll{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .en .office-table.scroll table{
        width:780px ;
    }
    .en .office-table td {
        font-size: 15px;
    }
    .en .h-tit-sub{
        font-size:2rem;
    }
    .en .mb-30{
        margin-bottom: 15px!important;
    }

    .d-r.long {
        left: 0;
    }
        .a-move > span.diagonal {
        height: 163px;
    }
    .e-box {
        padding: 18px 12px;
    }
    .e-box h4 span {
        width: 24px;
        height: 24px;
        font-size: 13px;
        line-height: 1;
                flex: 0 0 24px;
    }

    .en .tab.col-8 > ul li {
        width: 25%;
    }
    .en .breadcrumb-wrap .breadcrumb li:not(:nth-child(2)):last-child {
        width: 70%;
    }
    .en .breadcrumb-wrap .breadcrumb li:not(:nth-child(2)):last-child .txt {
        display: inline-block;
        order: 3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto;
    }
   .en .tit-type {
    font-size: 24px;
    line-height: 1.3;
}


}