html, body{color:#333;scroll-behavior: smooth;}
a{
    text-decoration: none;
    color: inherit;
}

.clearfix {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.container {
    padding: 0;
    margin: 0 auto;
    max-width: 1240px;
    font-size: 15px;
}

.wrap {
    margin: 50px 15px;
}

.innerNav{display: none;}
.innerNav a {
    text-decoration: none;
    color: #25476A;
    font-weight: 300;
    font-size: 0.85rem;
}

.innerNav a:hover {
    font-weight: 400;
}
.l-box{float: left;}
.right-arrow {
    display: inline-block;
    margin: 0px 9px 2px 5px;
    width: 6px;
    height: 6px;
    border-top: 1.3px solid #25476A;
    border-left: 1.3px solid #25476A;
    transform: rotate(135deg);
}
.tab_menu {
    position: relative;
}

.tab_menu .list {
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #333;
    user-select: none;
}

.tab_menu .list li {
    float: left;
    list-style: none;
    padding: 12px 30px 10px 0
}

.tab_menu .list li .btn {
    display: block;
    text-decoration: none;
    color: #777;
    transition-duration: 1s;
    cursor: pointer;
}

.tab_menu .list li .btn:hover {
    color: #333
}

.tab_menu .list li.is_on .btn {
    font-weight: bold;
    font-size: 1.2rem;
    color: inherit
}

.tab_menu .list li.is_on {
    padding: 0 30px 0 0;
    margin-top: 6px;
}

.tab_menu .list .btn {
    font-size: 15px;
}

.tab_menu .cont_area .cont {
    display: none;
}
.subtab_menu .sublist {
    /* overflow: hidden; */
    padding: 0;
    background-color: #0000000f;
    /* background-color: #f7f7f7; */
    box-shadow: 0px 2px 5px #00000020;
    display: flex;
    margin: 0;
}
.subtab_menu .sublist li {
    float: left;
    list-style: none;
    width: calc(100% / 3);
    text-align: center;
    font-weight: 500;
    border-right: 1px solid #edf1f6;
    transition-duration: .2s;
    display: table;
}
.subtab_menu .sublist li:last-child {
    border-right: none;
}
.sublist li:hover{
    background: #0031500c;
}
.sublist li.show {
    background: #fff;
    /* color: #fff; */
}
.subtab_menu .sublist li a{
    padding: 15px 5px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    font-weight: 100;
    display: table-cell;
    vertical-align: middle;
    word-break: keep-all;
}
.subtab_menu .sublist li.show a{
    color: #333;
    font-weight: 600;
    position: relative;
}
.subtab_menu .cont_area .cont {
    display: none;
}
.subtab_menu .cont {
    background: #fff;
    line-height: 190%;
    font-size: 14px;
    padding: 10px;
    box-shadow: 0px 2px 5px #00000020;
    height: 576px;
    overflow-y: auto;
    transition-duration: .2s;
}
.subtab_menu .cont::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
}
.subtab_menu .cont::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #8d8d8dac; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}

.subtab_menu .cont::-webkit-scrollbar-track {
    background: rgba(19, 19, 19, 0.1);  /*스크롤바 뒷 배경 색상*/
}
.subtab_menu .cont li{
    margin-bottom: 15px;
}
.subtab_menu .cont strong{font-size: 16px};

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

#techSpt .titTxt {
    margin-bottom: 20px;
}

#techSpt .titTxt span {
    font-size: 0.9rem;
    margin-left: 5px;
}

.titTxt h1 {
    margin: 0;
    font-weight: normal;
    font-size: 40px;
}

#subtab1 > img {
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

#techSpt .cont-box {
    /* display: table; */
    display: flex;
    position: relative;
}

#techSpt .cont-box .l-box{display: inline-block;width: 65%;}
#techSpt .cont-box .r-box {
    display: inline-block;
    width: 35%;
}

#techSpt .cont-box .r-box {
    padding: 10px 0 0 15px;
}
#techSpt .cont-box .r-box > img {
    max-width: 600px;
    height: 260px;
    object-fit: contain;
}

#techSpt .innertit {
    font-size: 2rem;
}
#techSpt .moretxt{
    background: #f4f4f4;
    box-shadow: 2px 2px 5px #00000007;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    height: auto;
    transition: all 0.5s ease-out;
    padding: 15px 20px;
    margin: 20px;
    text-align: left;
}

#techSpt .moretxt h3{
    margin: 0;
    border-bottom: 1px solid #333;
    padding: 5px 0 10px;
    font-size: 1.3rem;
}
#techSpt .moretxt ul li{
    list-style: none;
    counter-increment: list-number;
    line-height: 150%;
    margin-bottom: 0.5rem;
    font-weight: 100;
}
#techSpt .moretxt ul li:before{
    content:counter(list-number);
    display:inline-block; 
    text-align:center; 
    line-height:14px;  
    width:15px; height:15px; 
    font-size: 12px;
    border-radius:50%; 
    margin-right:10px; 
    border: 1px solid #333;
    position: absolute;
    margin-top: 6px;
    margin-left: -25px;
}

.innertxt {
    font-size: 1rem;
    padding: 10px 0;
}

.innertxtW {
    color: #fff;
    clear: both;
    padding: 5rem 1rem 10rem;
}

.imgwrap {
    margin-bottom: 50px;
    display: inline-block;
}

.innerimg {
    width: 100%;
    height: auto;
}
#company .bgtit {
    background: #e3e3e3;
    color: #333;
    padding: 5px 30px;
    border-radius: 10px 30px 30px 0;
    width: fit-content;
    z-index: 1;
    position: relative;
    font-size: 1.1rem;
}

#company .cont_area {
    width: 90%;
    margin: 0 auto;
} 

#company .cont {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#company .cont:last-child{border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
#company #tab3 img,
#company #tab4 img {
        width: 100%;
        padding: 0 15%;
        border-bottom: 1px solid;
        margin-bottom: 25px;
    }

    #company #tab1 .innertit strong {
        color: #f4a000;
    }

    #company .innertit {
     
            color: #21365f;
            text-shadow: 2px 2px #00000029;
     
    }
    #company #tab1 .innertit {
        font-size: 40px;
        margin: 15px 0;
        color: #21365f;
    }

    #company #tab1 .l-box {
        /* width: 33vw;
        margin-left: calc(-70vw + 60%); */
        /* width: calc(50vw - 90px);
        margin-left: calc(-70vw + 60%); */
        width: 24%;
        max-width: 290px;
        margin-top: 10px;
        padding: 120px 0px 295px;
        box-sizing: border-box;
        background-color: #dadee0;
        text-align: right;
        position: absolute;
        z-index: 0;
    }
    #company #tab1 .r-box{
        /* width: calc(40vw - 5%); */
        width: calc(76% - 130px);
        float: right;max-width: 67%;min-width: 55%;
    }

    #company #tab1 .l-box .img-box img {
        width: 170px;
    }

    #company #tab1 .l-box .img-box {
        background: #fff;
        width: fit-content;
        right: -60px;
        position: absolute;
        top: 55px;
        padding: 10px 0 0 10px;
    }
    #company #tab2 {
        margin-top: 30px;
        background-color: #fff;
        background-image: url('/misc/assets/html/img/center-bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
        padding-bottom: 30px;
        box-shadow: 2px 2px 10px #00000029;
    }

    #company  #tab2 .l-box{
        width: 60%; float: left;
    }
    #company  #tab2 .r-box{
        width: 40%; float: left;
    }
    #company  #tab2 img {
        padding: 20px;
        /* height: 750px; */
        object-fit: cover;
        object-position: bottom;
    }

    #company  #tab2 .innertit{
        padding-top: 20px;
    }
    #company  #tab2 .innertxt {
        text-align: left;
        padding-right: 10%;
        line-height: 190%;
    }

#company .bgtxt {
    background: #fff;
    padding: 30px 40px 20px;
    border-radius: 10px;
    margin-top: -30px;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px #00000008;
}
#techSpt .bgtit {
    background: #333;
    color: #fff;
    padding: 6px 40px 6px 55px;
    border-radius: 30px 30px 30px 0;
    width: fit-content;
    z-index: 1;
    position: relative;
    font-size: 22px;
    margin: 0;
}

#techSpt .bgtxt {
    background: #fff;
    padding:35px 20px 8px;
    border: 1px solid #333;
    border-radius: 1.2rem;
    margin-top: -30px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 20px;
}
#techSpt .bgtxt:last-child {margin-bottom: 0;}

/* #tab1 .btn {
width: 48%;
float: left;
margin: 0 1%;
padding: 6px 30px;
margin-top: 10px;
background: #ffb208;
font-weight: 500;
font-size: 14px;
border-radius: 9px;
cursor: pointer;
border: 1px solid #ffb208;
color: #fff;
transition-duration: .4s;
} */
ul.bgtxt li {
    margin-bottom: 1rem;
}
ul.bgtxt li:last-child {margin-bottom: 0;}

ul.bgtxt2 li {
    width: calc(50% - 30px);
    float: left;
    margin-left: 30px;
}

#techSpt #tab1 .list1:before {
    background-image: url('/misc/assets/html/img/techSupport1.png');
}

#techSpt #tab1 .list2:before {
    background-image: url('/misc/assets/html/img/techSupport2.png');
}

#techSpt #tab1 .list3:before {
    background-image: url('/misc/assets/html/img/techSupport3.png');
}

#techSpt #tab1 .bgtit::before {
    content: '';
    width: 33px;
height: 33px;
    display: inline-block;
    z-index: 99;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -30px;
    background-position: center;
    vertical-align: middle;
    margin-top: -5px;
    filter: invert(1);
}

#techSpt #tab1 .bgtxt em {
    font-weight: bold;
    display: block;
    font-size: 21px;
    /* padding: 20px 0 10px 0; */
}
#techSpt #tab1 .bgtxt ul{margin: 0 0 15px;}
#techSpt button.viewMore:hover, button.viewMore:focus, button.viewMore:active,
#viewbtn span{color:#fff; transition-duration: .4s;}
#techSpt button.viewMore, #tab1 .btn{
    /* position: relative; */
    /* z-index: 1; */
    float: left;
    background: #333;
    color:#fff;
    padding: 6px 20px;
    border:1px solid #333;
    border-radius: 9px;
    transition-duration: .4s;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    /* top: 10px; */
    margin: 0 1%;
    width: 48%;
}
#tab1 .viewMore:hover >span, #tab1 .viewMore:focus >span, #tab1 .viewMore:active >span{color: #333;}
#tab1 .btn:hover, #tab1 .btn:focus, #tab1 .btn:active,
#tab1 .viewMore:hover, #tab1 .viewMore:focus, #tab1 .viewMore:active{
    background: #fff;
    color: #333 !important;
}
#techSpt #ViewMoreCont{
    position: relative;
    width: 100%;
    text-align: center;
    /* border-radius: 20px; */
    top: 15px;
    transition: max-height 0.5s ease-out;
    height: auto;
    max-height: 0;
    background: #fff;
    box-shadow: 0px 2px 5px #00000020;
}
#techSpt #ViewMoreCont.expand{
    max-height: 1000px;
}
#techSpt .showCont{
    background: #fff;
    padding: 10px;
    z-index: 0;
}
#techSpt .cont-list em.bgtit, #techSpt .cont-list em.bgtit {
    background: #e3e3e3;
    color: #333;
    padding: 5px 30px 5px 22px;
    border-radius: 0 30px 30px 0;
    width: fit-content;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: block;
    font-style: normal;
    margin-bottom: 15px;
}
.sp-tit{
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 15px 0;
}
#techSpt #tab3 .cont-list{margin-left: 10px;}
#techSpt .cont-list {
    /* display: table; */
    /* display: flex; */
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

#techSpt .cont-list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#techSpt .cont-list .l-box {
    display: inline-block;
    width: 35%;
}

#techSpt .cont-list .r-box {
    padding: 0 0 0 15px;
    width: 65%;
    display: inline-block;
    line-height: 150%;
}

#techSpt .cont-list .r-box strong.rboxsub{
    padding: 0px 10px;
    font-size: 17px;
    display: block;
    /* margin-top: 10px; */
}
#techSpt .cont-list .r-box ul{
    margin: 0 0 10px;
}
#techSpt .cont-list .r-box .use{
    background: #fff;
    margin: 0 10px;
    padding: 10px 10px
}
#techSpt .cont-list .r-box .use ol {
    padding: 10px 20px 10px 35px;
    margin: 0;
    line-height: 150%;
}
#techSpt #tab3 .cont-list .r-box .use ol li{
    list-style: none;
    margin-bottom: 5px;
}
#techSpt #tab3 .cont-list .r-box .use ol li::before{
    content: '-';
    margin-left: -15px;
    margin-right: 10px;
}
#techSpt .cont-list .r-box .use ol li:last-child{margin-bottom: 0;}
#techSpt .cont-list .r-box ul ul{
    padding-left: 25px;
    font-size: 0.8rem;
    line-height: 150%;
}


.accordion_box .accordion {
    background-color: #ffffff;
    cursor: pointer;
    padding: 1rem 1.25rem;
    width: 100%;
    outline: none;
    border: none;
    text-align: left;
    font-size: 17px;
    transition: 0.4s;
    border: 0 solid rgba(0,0,0,.07);
}

.accordion_box .accordion:first-of-type {
border-top-left-radius: 0.4375rem;
border-top-right-radius: 0.4375rem;
}
.accordion_box .accordion:last-of-type {
border-bottom-left-radius: 0.4375rem;
border-bottom-right-radius: 0.4375rem;
}
.accordion_box .accordion.active, .accordion_box .accordion:hover {
    background-color: #f5f5f5;
    font-weight: bold;
}

.accordion_box .accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion_box .accordion.active:after {
    content: "\2212";
}

.accordion_box .panel {
    padding: 0 16px;
    background-color: #ffffff;
    /* max-height: 0; */
    /* display: none; */
    /* visibility: hidden; */
    overflow: hidden;
    height: 0;
    transition: all .5s ease-out;
    transition-duration: .4s;
    border-bottom: 1px solid #eeeeee;
}
.accordion_box .panel > * {margin: 0;}
.accordion_box .active + .panel {height:auto; padding: 1rem 1.25rem;}

#techSpt #tab1 .slideshow-container {/*max-height: 280px;*/ min-height: 280px; margin-bottom: 15px;}
#techSpt #tab4 .cont-list{display: block;}

@media screen and (max-width: 1000px) {
    #cHuman .cont-list{
        width: 80% !important;
        margin-left: 10%;
        /* min-width: 560px; */
    }
}

@media screen and (max-width: 900px) {
    #techSpt .cont-box,
    #techSpt .cont-list{display: block;}
    #techSpt  .l-box, #techSpt .r-box {width: 100% !important;padding: 0 !important;}
    #techSpt .slideshow-container{min-height: 360px;display: grid;margin-bottom: 20px;}
    #techSpt .cont-box .r-box >img{    max-width: 100% !important;margin: 20px 0px !important;}
    #techSpt .subtab_menu .cont{height: fit-content;}
    #company #tab3 img, #company #tab4 img{padding: 0 !important;padding-bottom: 20px !important;}
    #cHuman .cont-list{width: 100% !important;margin-left: 0;}
}

.pagetit {
    margin: 16px 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: inherit;
    overflow: hidden;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333;
}

#techSptStep .cont-box{
    background: #fff;
    padding: 20px 30px;
    border-radius: 1rem;
    box-shadow: 2px 2px 10px #00000008;
}
#techSptStep .cont-box #viewbtn:hover{
    background: #fff;
    color:#333
}
#techSptStep .cont-box #viewbtn{
    float:right;
    background: #333;
    color:#fff;
    padding: 6px 20px;
    border:1px solid #333;
    border-radius: 9px;
    transition-duration: .4s;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
#techSptStep .cont-box >img{
    width: 100%;
    height: auto;    
    margin-bottom: 20px;
    max-width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#techSptStep #hideCont{
    background: #f4f4f4;
    box-shadow: 2px 2px 5px #00000007;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: 0;
    transition: all 0.5s ease-out;
    padding: 0;
}
#techSptStep #hideCont.expand{
    max-height: 3000px;
    padding: 15px 20px;
}
#techSptStep #hideCont>.close:hover{opacity: .5;}
#techSptStep #hideCont>.close{
    position: absolute;
    right: 20px; top: 11px;
    border: none;
    background: transparent;
    font-size: 24px;
    transition-duration: .2s;
    font-weight: 500;
    cursor: pointer;
}
#techSptStep #hideCont h3{
    margin: 0;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;;
    font-size: 1.3rem;
}
#techSptStep #hideCont a:hover{
    opacity: .8;
}
#techSptStep #hideCont a{
    color:#25476A;
    font-weight: 400;
}
#techSptStep #hideCont ul{
    list-style: none;
    /* padding-left: 20px; */
}
#techSptStep #hideCont ul li{
    counter-increment:list-number; 
    line-height: 150%;
    margin-bottom: 0.5rem;
    font-weight: 100;
}
#techSptStep #hideCont ul li:before{
    content:counter(list-number);
    display:inline-block; 
    text-align:center; 
    line-height:14px;  
    width:15px; height:15px; 
    font-size: 12px;
    border-radius:50%; 
    margin-right:10px; 
    border: 1px solid #333;
    position: absolute;
    margin-top: 6px;
    margin-left: -25px;
}

#techSptStep .cont-box > h3{
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.techSpt_list{
    padding: 0;
}
.techSpt_list li{
    list-style: none;
    width: 50%;
    float: left;
    padding: 10px;
}
.techSpt_list li a {
    display: flex;
}
.techSpt_list .l-box {
    float: left;
    box-shadow: inset 0px -18px 20px #00000036, 0px 4px 5px #ced5d8;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.techSpt_list .r-box {
    float: left;
    display: grid;
}
.techSpt_list li img{
    width: 80px;
    height: auto;
    /* margin-right: 15px; */
    filter: invert(1);
    padding: 20%;
}
.techSpt_list li strong{
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid;
    padding: 5px 0;
}
.techSpt_list li span{
    padding: 5px 0;
}

#cHuman .cont {
    padding: 20px;
}
#cHuman .cont h2{margin-top: 0;}

#cHuman  .cont-list img{
    object-fit: contain;
}
#cHuman .cont-box h3 {
    text-align: center;
}

#cHuman .cont-list {
    background: #fff;
    width: fit-content;
    border-radius: 15px;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 10px;
}
/* #cHuman .cont-list:first-child,#cHuman .cont-list:nth-child(2){
    margin-top: 0;
} */

#cHuman .cont-box-center {
    background: #fff;
    width: 55%;
    padding: 20px 30px 10px 20px;
    border-radius: 15px;
    box-shadow: 4px 4px #00000017;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
    min-width: 400px;
    /* margin-top: 0; */
}
/* #cHuman .cont-list .l-box {
    width: 30%;
} */
#cHuman .cont-list.l-box img{
    width: 95%;
    margin-right: 5%;
}
#cHuman .cont-box-center .cont-list .r-box{
    font-size: 1rem;
}
#cHuman .cont-list .r-box h4{
    margin-top: 5px
}
#cHuman .cont-list .r-box p{
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
#cHuman .cont-box-center .r-box p{
    margin-bottom: 8px;
}

#cHuman .cont-list .l-box img {
    margin-right: 15px;
    max-height: 160px;
}

#cHuman .cont-list .r-box {
    display: inline-flex;
    width: 70%;
}

#cHuman .cont-list .r-box>div:first-child {
    margin-right: 15px;
    width: calc(65% - 15px);
    border-right: 1px solid #eee;
}
#cHuman .cont-list .r-box>div:last-child {
    width: 35%;
}

#training .l-box{width: 40%;}
#training .r-box{width: 60%;float: left;padding-left: 15px;}
#training .innertit {
    color: #21365f;
    text-shadow: 2px 2px #00000029;
}
#training .bgtit {
    background: #e3e3e3;
    color: #333;
    padding: 5px 30px;
    border-radius: 10px 30px 30px 0;
    width: fit-content;
    z-index: 1;
    position: relative;
    font-size: 1.1rem;
}
#training .bgtxt {
    background: #fff;
    padding: 30px 40px 20px;
    border-radius: 10px;
    margin-top: -30px;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 20px;
    box-shadow: 2px 2px 10px #00000008;
}
#training .flexbox-container {
    display: flex;
}
#training .guide-box {
    border: 1px solid #eee;
    margin-right: -1px;
    margin-bottom: -1px;
    color: #333;
    padding: 20px 40px!important;
    position: relative;
}
#training .guide-box:nth-of-type(2n+1) {
    background: #f8f8f8;
}
#training .guide-box .guide-step-txt {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700!important;
}
#training .pr-color-text-y {
    color: #f4a000;
}
#training .guide-box h3 {
    margin-bottom: 5px;
    /* font-weight: 700; */
    letter-spacing: -1px;
    font-weight: 400!important;
}
#training .guide-arrow {
    background: url('/misc/assets/html/img/guide_arrow.png')no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 8;
    right: -17px;
    top: 42%;
    background-size: contain;
}