@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');

/*sub common start*/
body {
    letter-spacing: -0.7px;
}
body.sub {
    padding-top: 100px;
}
.subVisualWrap {
    height: 362px;
    line-height: 287px;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    position: relative;
    z-index: 2;
}
.fw-700{
    font-weight: 700;
}
/*.contentsWrap {
    padding: 80px 0;
}*/
.tabList li {
    width: 50%;
    height: 55px;
    line-height: 55px;
    float: left;
    text-align: center;
    background: #f8f8f8;
}
.tabList li.on {
    background: #474747;
    color: #fff;
}
.contentsWrap.defence .subInfo .inner h2.fs-black-42 {
    font-size: 39px;
    font-weight: 500;
    line-height: 60px;
}
.contentsWrap.defence .subInfo .inner span.fs-blue-42 {
    color: #00377b;
    font-weight: 700;
    font-size: 39px;
}
.dotTit {
    font-size: 1.5rem;
    padding-left: 30px;
    background: url("../img/sub/icon_tit.png") no-repeat left center;
}

.subTit {
    text-align: center;
    font-size: 2.625rem;
    padding: 70px 0;
}
.subTit + p {
    text-align: center;
    font-size: 1.625rem;
    margin-bottom: 80px;
    /*margin-top: -30px;*/
}
.txtEllipsis {
    width: 100%;
    height: 3rem;
    line-height: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.noDataWrap {
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.galleryList li .btnDefault:hover,
.galleryTop .btnWrap .btnDefault:hover,
.irTable tr td .downloadBtn:hover,
.contentsWrap.contactUs .box .btn:hover {
    background: rgb(89, 177, 36);
}
.galleryTop .btnWrap li:last-child.btnDefault:last-child:hover {
    border-color: rgb(89, 177, 36);
    color: rgb(89, 177, 36);
}
/*sub common end*/

/*sub bg start*/
/*기업정보 bg 통일*/
.subVisualWrap {
    box-shadow: inset 2000px 0 0 0 rgb(0 0 0 / 12%);
}
.subVisualWrap.safety {
    background: url("../img/sub/3_2_sub_bg.png") no-repeat center / cover;
}
.subVisualWrap.report {
    background: url("../img/sub/noticeBanner.png") no-repeat center / cover;
}
.subVisualWrap.introduce {
    background: url("../img/sub/intro_sub_bg.png") no-repeat center / cover;
}
.subVisualWrap.history {
    background: url("../img/sub/bg_history.jpg") no-repeat center / cover;
}
.subVisualWrap.ci {
    background: url("../img/sub/bg_ci.jpg") no-repeat center / cover;
}
.subVisualWrap.sinmungo {
    background: url("../img/sub/bg_sinmungo.jpg") no-repeat center / cover;
}

/*사업영역 bg 통일*/
.subVisualWrap.business {
    background: url("../img/sub/2-4banner.png") no-repeat right center / cover;
}

/*홍보센터 bg 통일*/
.subVisualWrap.businessPerformance,
.subVisualWrap.disclosureInformation,
.subVisualWrap.irArchives {
    background: url("../img/sub/bg_business_performance.jpg") no-repeat center /
    cover;
}

/*투자정보 bg 통일*/
.subVisualWrap.news,
.subVisualWrap.ligNewsletter,
.subVisualWrap.socialContribution {
    background: url("../img/sub/bg_news.jpg") no-repeat left center / cover;
}

/*기타 페이지 bg*/
.subVisualWrap.contactUs {
    background: url("../img/sub/bg_contact_us.jpg") no-repeat center / cover;
}
.subVisualWrap.sitemap {
    background: url("../img/new_design/vision1.png") no-repeat center / cover;
}
.subVisualWrap.privacyPolicy {
    background: url("../../user/img/new_design/5_policy.png") no-repeat center / cover;
}
.subVisualWrap.email {
    background: url("../../user/img/new_design/5_policy.png") no-repeat center / cover;
}
.subVisualWrap.recruit {
    background: url("../img/sub/bg_recruit.jpg") no-repeat center / cover;
}
/*sub bg end*/

/*sub menu start*/
.subMenuWrap {
    height: 75px;
    line-height: 75px;
    background: rgba(0, 0, 0, 0.42);
}
.subMenuWrap .subMenu {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    max-height: 75px;
}
.subMenuWrap .subMenu li a {
    height: 75px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*font-family: 'Noto Sans KR_M';*/
}
.subMenuWrap .subMenu li.active a {
    font-weight: 400;
}
.subMenuWrap .subMenu > li {
    float: left;
    position: relative;
    min-width: 181px;
}
.subMenuWrap .subMenu > li.on {
    background-color: #fff;
    color: #000;
}
.subMenuWrap .subMenu > li.active {
    background-color: #fff;
    color: #000;
    height: 76px;
}
.subMenuWrap .subMenu li .subPageDepth {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    /*border-top: 1px solid #dfdfdf;*/
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 60px;
}
.subMenuWrap .subMenu li.on .subPageDepth {
    height: auto;
}
.subMenuWrap .subMenu li.on .subPageDepth li:hover {
    background-color: rgba(0, 0, 0, 0.33);
}
.subMenuWrap .subMenu li .subPageDepth li {
    width: 100%;
    height: 60px;
    float: left;
    color: #ffffff;
    border-bottom: 1px solid #dfdfdf;
}
/*sub menu end*/

/*table layout start*/
.tableTop {
    height: auto;
    line-height: 45px;
    margin-bottom: 20px;
}
.tableTop .right {
    position: relative;
}
.tableTop select {
    width: 140px;
    float: left;
}
.tableTop .inputWrap {
    width: 355px;
    height: 45px;
    float: left;
    margin-left: -1px;
    position: relative;
}
.tableTop .inputWrap input {
    width: 100%;
    height: 100%;
    float: left;
    padding-right: 45px;
}
.tableTop .searchBtn {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: url("../img/sub/icon_search.png") no-repeat center;
}
.tableFooter {
    margin: 50px 0;
    text-align: center;
}
.paging {
    display: inline-block;
    min-height: 36px;
    white-space: nowrap;
}

.paging:after {
    display: block;
    content: "";
    clear: both;
}

.paging a {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}

.paging .btn_first,
.paging .btn_prev,
.paging .btn_next,
.paging .btn_last {
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid #a6a6a6;
}

.paging .btn_first:after,
.paging .btn_prev:after,
.paging .btn_next:after,
.paging .btn_last:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../img/sub/arr_paging.png) no-repeat;
}

.paging .btn_last {
    margin-right: 0;
}

.paging .btn_first:after {
    background-position: 0 0;
}

.paging .btn_prev:after {
    background-position: -36px 0;
}

.paging .btn_next:after {
    background-position: -72px 0;
}

.paging .btn_last:after {
    background-position: -108px 0;
}

.paging .paginate_input_wrap {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #575757;
}
.paging .paginate_input_wrap > * {
    height: 35px;
    line-height: 35px;
    float: left;
}
.paging .paginate_input {
    display: inline-block;
    width: 30px;
    height: 34px;
    line-height: 33px;
    margin-right: 5px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
    color: #131313;
    text-align: center;
    vertical-align: top;
    padding: 0;
    position: relative;
    border-bottom: 2px solid #131313;
}
.paging .paginate_input2 {
    width: 45px;
}

.paging .total_num {
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
}

.paging .btn_page_go {
    width: 45px;
    height: 36px;
    background: #626262;
    font-family: "Noto Sans KR_M", sans-serif;
    color: #fff;
    line-height: 36px;
}
table tr {
    border-bottom: solid 1px #e8e8e8;
}

.dateWrap .date,
table .date {
    margin-right: 20px;
    position: relative;
}
.dateWrap .date:after,
table .date:after {
    content: "|";
    position: absolute;
    right: -14px;
    top: 1px;
    font-size: 0.875rem;
}
.fileDownWrap ul li {
    width: 100%;
    float: left;
    margin-right: 10px;
}
.fileDownWrap ul li a {
    width: auto;
}
.fileDownWrap ul li img {
    width: 15px;
    margin-right: 8px;
}
.fileDownWrap ul li span {
    font-size: 0.875rem;
    font-family: "Noto Sans KR_L", sans-serif;
    color: #666;
}
.fileDownWrap ul li a {
    margin: 0 3px;
}
.goPrevNext {
    margin-bottom: 100px;
}
.goPrevNext li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    float: left;
    padding: 0 30px;
    border-bottom: 1px solid #ddd;
}
.goPrevNext li .left {
    width: 100px;
    height: 100%;
}
.goPrevNext li:first-child .left:before {
    content: url("../img/sub/up_arrow.png");
    margin-right: 10px;
}
.goPrevNext li:last-child .left:before {
    content: url("../img/sub/down_arrow.png");
    margin-right: 10px;
}
.goPrevNext li:last-child {
    background: #f9f9f9;
}
.goPrevNext li .right {
    width: calc(100% - 100px);
    height: 100%;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nomalTable {
    margin-top: 10px;
    font-size: 1.125rem;
}
.nomalTable tr th {
    height: 80px;
    line-height: 80px;
    background: #f8f8f8;
}
.nomalTable tr td {
    height: 70px;
    line-height: 70px;
    text-align: center;
}
/*table layout end*/

/*ir start*/
.irTable {
    border-bottom: 1px solid #aeaeae;
}
.irTable tr td {
    padding: 30px;
    vertical-align: middle;
}
.irTable tr td .left {
    width: calc(100% - 200px);
}
.irTable tr td .right {
    width: 200px;
    padding: 10px;
}
.irTable tr td .tableTitle {
    font-size: 1.5rem;
    font-family: "Noto Sans KR_M", sans-serif;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.irTable tr td .tableTitle + p {
    color: #595959;
}
.irTable tr td .downloadBtn {
    width: 180px;
}
/*ir end*/
/*newsletter start*/
.galleryWrap {
    border-top: 2px solid #474747;
}
.galleryWrap h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.galleryWrap h2 + p {
    font-size: 1.125rem;
    color: #595959;
    margin-bottom: 30px;
}
.galleryTop .imgWrap {
    width: 350px;
    height: 350px;
    float: left;
}
.galleryTop {
    padding: 30px;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 65px;
}
.galleryTop .right {
    width: calc(100% - 350px);
    padding: 30px 50px 0;
}
.galleryTop .btnWrap .btnDefault {
    width: 195px;
    float: left;
}
.galleryTop .btnWrap li:last-child.btnDefault {
    border: 1px solid #474747;
    color: #474747;
    background: #fff;
    margin-left: 5px;
}
.galleryList li {
    width: calc((100% - 80px) / 3);
    height: 540px;
    float: left;
    margin-right: 40px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
.galleryList li:nth-child(3n) {
    margin-right: 0;
}
.galleryList li:nth-child(-n + 3) {
    margin-top: 0;
}
.galleryList li .imgWrap {
    width: 100%;
    height: 350px;
    margin-bottom: 24px;
}
.galleryList li .btnDefault {
    width: 100%;
}
/*newsletter end*/
/*social start*/
.socialBg {
    height: 620px;
    text-align: center;
    padding-top: 80px;
    background: url("../img/sub/bg_con_social.jpg") no-repeat center / cover;
    margin-bottom: 70px;
}
.socialBg img {
    max-width: 100%;
    margin-bottom: 25px;
}
.socialBg h3 {
    font-size: 2.5rem;
    font-family: "Noto Sans KR_L", sans-serif;
}
.socialConWrap {
    display: flex;
    flex-wrap: wrap;
}
.socialConWrap li {
    width: calc((100% - 45px) / 3);
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    display: flex;
}
.socialConWrap li:nth-child(3n) {
    margin-right: 0;
}
.socialConWrap li .imgWrap {
    height: 270px;
}
.socialConWrap li .txtWrap {
    height: auto;
    padding: 35px 15px;
}
.socialConWrap li .txtWrap h4 {
    font-size: 1.5rem;
    font-family: "Noto Sans KR_M", sans-serif;
    margin-bottom: 25px;
}
.socialConWrap li .txtWrap p {
    height: auto;
    font-size: 1.125rem;
    color: #595959;
    overflow: hidden;
}
/*social end*/
/*information start*/
.mobileWrap {
    padding: 40px 0;
    text-align: center;
}
/*information end*/
/*sinmungo start*/
.contentsWrap.sinmungo {
    font-size: 1.125rem;
    color: #474747;
}
.contentsWrap.sinmungo .tit {
    color: #131313;
    font-size: 1.25rem;
    margin: 50px 0;
}
.contentsWrap.sinmungo .subTit {
    margin-bottom: 0;
}
.contentsWrap.sinmungo h3 {
    font-size: 1.375rem;
    font-family: "Noto Sans KR_M", sans-serif;
}
.contentsWrap.sinmungo .sinmungoProcessWrap {
    margin-bottom: 50px;
}
.contentsWrap.sinmungo .sinmungoProcessWrap ul {
    padding: 50px;
}
.contentsWrap.sinmungo .sinmungoProcessWrap ul li {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
}
.contentsWrap.sinmungo .sinmungoProcessWrap ul li:after {
    content: url("../img/sub/img_process_arrow.png");
    position: absolute;
    right: -10px;
    top: 70px;
}
.contentsWrap.sinmungo .sinmungoProcessWrap ul li:last-child:after {
    display: none;
}
.contentsWrap.sinmungo .sinmungoProcessWrap ul li .imgWrap {
    display: inline-block;
    width: 170px;
    height: 170px;
    line-height: 170px;
    background: #f8f8f8;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 35px;
}
.contentsWrap.sinmungo .sinmungoProcessWrap ul li .txtWrap {
    font-size: 1.25rem;
}
.contentsWrap.sinmungo .sinmungoExplain {
    margin-bottom: 30px;
}
.contentsWrap.sinmungo .sinmungoExplain li {
    width: calc((100% - 60px) / 2);
    height: 400px;
    float: left;
    border: 1px solid #dfdfdf;
    padding: 45px 20px;
    margin: 15px;
}
.contentsWrap.sinmungo .sinmungoExplain li:nth-child(-n + 2) {
    height: 350px;
}
.contentsWrap.sinmungo .sinmungoExplain li h3 {
    margin-bottom: 20px;
}
.contentsWrap.sinmungo .sinmungoExplain li .txtWrap {
    padding-left: 15px;
}
.contentsWrap.sinmungo .sinmungoExplain li .txtWrap p {
    position: relative;
    margin-bottom: 10px;
}
.contentsWrap.sinmungo .sinmungoExplain li .txtWrap p:after {
    content: "·";
    position: absolute;
    left: -15px;
    top: 0;
}
.contentsWrap.sinmungo .btnWrap {
    text-align: center;
}
.contentsWrap.sinmungo .btnWrap .btnDefault {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 1.25rem;
}
.agreeBoxListWrap li {
    width: 100%;
    float: left;
    display: none;
}
.agreeBoxListWrap li.on {
    display: block;
}
.agreeBoxWrap {
    margin: 70px 0 50px;
}
.agreeBoxWrap h3 {
    margin-bottom: 20px;
}
.agreeBoxWrap .box {
    border: 1px solid #e0e0e0;
    padding: 15px 35px 55px;
    color: #626262;
    font-family: "Noto Sans KR_L", sans-serif;
}
.agreeBoxWrap .box h4 {
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 15px;
}
.agreeWrap {
    text-align: center;
    color: #626262;
}
.agreeWrap form {
    padding: 30px 0 70px;
}
.agreeWrap form label + input {
    margin-left: 25px;
}
.contentsWrap.sinmungo .infoTxt {
    margin: 45px 0 30px;
}
.contentsWrap.sinmungo .tableWrap {
    margin-bottom: 70px;
}
.contentsWrap.sinmungo .tableWrap h3 {
    font-size: 1.5rem;
}
.contentsWrap.sinmungo .tableWrap h3 + p {
    margin: 5px 0;
    font-family: "Noto Sans KR_L", sans-serif;
}
.contentsWrap.sinmungo .tableWrap table {
    margin-top: 30px;
}
.contentsWrap.sinmungo .tableWrap table + h3 {
    margin-top: 30px;
}
.contentsWrap.sinmungo .tableWrap table th {
    background: #f8f8f8;
    color: #000;
    vertical-align: middle;
    height: 75px;
    line-height: 75px;
    text-align: left;
    padding-left: 60px;
    position: relative;
    z-index: -1;
}
.contentsWrap.sinmungo .tableWrap table th .colorRed {
    position: relative;
    top: 3px;
    margin-left: -15px;
}
.contentsWrap.sinmungo .tableWrap table .smallTxt {
    width: auto;
    display: inline-block;
    font-family: "Noto Sans KR_L", sans-serif;
    font-size: 0.875rem;
    position: absolute;
    left: 45%;
    top: 75%;
    transform: translate(-50%, -50%);
}
.contentsWrap.sinmungo .tableWrap table td {
    padding: 20px;
    line-height: 40px;
}
.contentsWrap.sinmungo .tableWrap table input,
.contentsWrap.sinmungo .tableWrap table select,
.contentsWrap.sinmungo .tableWrap table span {
    height: 40px;
    line-height: 40px;
}
.contentsWrap.sinmungo .tableWrap table span {
    margin: 0 5px;
}
.contentsWrap.sinmungo .tableWrap table tr td * {
    float: left;
}
.contentsWrap.sinmungo .tableWrap table input[type="text"] {
    width: 385px;
}
.contentsWrap.sinmungo .tableWrap table .smallBox {
    width: 100px;
}
.contentsWrap.sinmungo .tableWrap table .middleBox,
.contentsWrap.sinmungo .tableWrap table input[type="text"].middleBox {
    width: 260px;
}
.contentsWrap.sinmungo .tableWrap table .infoTxt {
    margin: 0;
}
.contentsWrap.sinmungo .tableWrap table .btnDefault {
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 25px;
}
.contentsWrap.sinmungo .tableWrap table .addFile {
    margin: 0 10px 0 20px;
    background: #05467e;
}
.contentsWrap.sinmungo .tableWrap table .delFile {
    background: #6c6c6c;
    margin-right: 15px;
}
.contentsWrap.sinmungo .tableWrap table input[type="radio"] {
    margin-right: 5px;
}
.contentsWrap.sinmungo .tableWrap table label + input[type="radio"] {
    margin-left: 40px;
}
.contentsWrap.sinmungo .tableWrap table tr.contactEmail {
    display: none;
}
.contentsWrap.sinmungo .btnWrap.formBtm .btnDefault {
    width: 200px;
    margin: 0 5px;
}
/*sinmungo end*/
/*news start*/
.contentsWrap.news .circle_content{
    margin-bottom: 80px;
}
.contentsWrap.news .circle_content .circle {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.contentsWrap.news .circle_content .circle img {
    margin-top: -55px
}
.contentsWrap.news .circle_content .circle div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contentsWrap.news .circle_content .circle div > div{
    width: 250px;
    height: 250px;
    background-color: #00377b;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.contentsWrap.news .circle_content .circle .c-img1{
}
.contentsWrap.news .circle_content .circle .c-img2{
}
.contentsWrap.news .circle_content .circle .c-img3{
}
.contentsWrap.news .circle_content .circle div p{
    font-size: 24px;
    margin-top: 30px;
    font-weight: 500;
}
.tableImgWrap tr td {
    height: 300px;
    padding: 30px 0;
}
.tableImgWrap tr td .imgWrap {
    width: 300px;
    height: 100%;
    float: left;
}
.tableImgWrap tr td .txtWrap {
    width: calc(100% - 340px);
    height: 100%;
    float: left;
    padding-left: 30px;
    padding-top: 25px;
    color: #595959;
}
.tableImgWrap tr td .txtWrap h3 {
    font-size: 1.5rem;
    font-family: "Noto Sans KR_M", sans-serif;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}
.tableImgWrap tr td .txtWrap .txt {
    font-size: 1.125rem;
    margin-bottom: 65px;
}
.tableImgWrap tr td .txtWrap .txtBtm {
    font-size: 1rem;
    font-family: "Noto Sans KR_L", sans-serif;
}
.tableDetailWrap h3 {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 1.5rem;
    font-family: "Noto Sans KR_M", sans-serif;
    border-top: 1px solid #dfdfdf;
    border-bottom: 2px solid #474747;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tableImgWrap tr td .txtWrap .txt {
    margin-bottom: 40px;
}
.tableDetailWrap > div {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px;
}
.tableDetailWrap .contents {
    padding: 50px 20px;
    text-align: center;
}
.tableDetailWrap .contents .imgWrap {
    margin-bottom: 80px;
}
.tableDetailWrap .contents img {
    max-width: 100%;
}
.tableDetailWrap .contents .txtWrap {
    text-align: left;
    font-size: 1.25rem;
    color: #595959;
    font-family: "Noto Sans KR_L", sans-serif;
    margin-bottom: 80px;
}
/*.tableDetailWrap .contents .txtWrap p:nth-child(1) {
    text-align: center !important;
}*/
/*news end*/
/*recruit start*/
.bannerWrap {
    margin-bottom: 50px;
}
.bannerWrap img {
    width: 100%;
}
.contentsWrap.recruit {
    margin-top: 75px;
}
.contentsWrap.recruit .tableTop {
    margin: 0;
}
.contentsWrap.recruit .tableTop .borderWrap {
    margin-bottom: 30px;
    padding: 35px 0;
    text-align: center;
    border-bottom: none;
}
.contentsWrap.recruit .tableTop .borderWrap p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-family: "Noto Sans KR_M", sans-serif;
}
.contentsWrap.recruit .tableTop .borderWrap select {
    width: 150px;
}
.contentsWrap.recruit .tableTop .borderWrap select,
.contentsWrap.recruit .tableTop .borderWrap .inputWrap {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 1rem;
}
.contentsWrap.recruit .tableTop .borderWrap .inputWrap input::placeholder {
    font-size: 1rem;
}
.tableRecruitWrap td {
    padding: 25px 20px;
}
.tableRecruitWrap td .colorGreen {
    font-size: 1.125rem;
    font-family: "Noto Sans KR_M", sans-serif;
}
.tableRecruitWrap td h3 {
    font-size: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}
.tableRecruitWrap td .smallTxt {
    color: #595959;
    font-size: 1rem;
}
.tableRecruitWrap td .smallTxt li {
    width: auto;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.tableRecruitWrap td .smallTxt li:nth-child(-n + 2):after {
    content: "|";
    font-size: 0.75rem;
    position: absolute;
    right: -11px;
    top: 3px;
}
.tableRecruitWrap td .smallTxt li:nth-child(3) {
    margin-right: 5px;
}
.tableRecruitWrap td .smallTxt li .dDay {
    display: inline-block;
    color: #fff;
    width: 45px;
    height: 20px;
    line-height: 19px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.875rem;
}
.tableDetailWrap.recruitDetail h3 {
    height: auto;
    line-height: +1.5;
    padding: 20px;
    font-size: 1.375rem;
}
.tableDetailWrap.recruitDetail h3 .colorGreen {
    font-size: 1.25rem;
}
.tableDetailWrap.recruitDetail .type ul li {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.tableDetailWrap.recruitDetail .type ul li:nth-child(n + 2):before {
    content: "|";
    font-size: 0.75rem;
    position: absolute;
    left: -10px;
    top: 3px;
}
.tableDetailWrap.recruitDetail .contents {
    text-align: left;
    color: #595959;
    font-size: 1.125rem;
    font-family: "Noto Sans KR_L", sans-serif;
    border-bottom: 1px solid #aeaeae;
}
.tableDetailWrap.recruitDetail .btnWrap {
    border: none;
    text-align: center;
    padding: 50px 0 0;
}
.tableDetailWrap.recruitDetail .btnWrap .btnDefault {
    width: 200px;
}
.tableDetailWrap.recruitDetail .btnWrap .btnDefault:first-child {
    margin-right: 10px;
}
/*recruit end*/

/*highchart start*/
.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 90%;
    margin: 1em auto;
}
#container {
    height: 500px;
}
.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-family: "Noto Sans KR_M", sans-serif;
    padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
text.highcharts-title {
    font-size: 2rem !important;
    font-family: "Noto Sans KR_M", sans-serif;
}
/*highchart end*/

/*businessPerformance start*/
.businessPerformance h3.center {
    font-size: 2rem;
    font-family: "Noto Sans KR_M", sans-serif;
    margin-bottom: 60px;
}
.businessPerformance h3.dotTit {
    margin-top: 100px;
}
/*businessPerformance end*/

/*introduce start*/
.contentsWrap.introduce .contents01 {
    padding: 60px 0;
    background: url("../img/sub/bg_con_introduce.jpg") no-repeat center / cover;
    text-align: center;
    color: #fff;
    font-size: 1.375rem;
    margin-bottom: 60px;
}
.contentsWrap.introduce .contents01 .conInner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.contentsWrap.introduce .contents01 .left {
    position: relative;
}
.contentsWrap.introduce .contents01 .left:after {
    content: url("../img/sub/icon_introduce_plus.png");
    position: absolute;
    right: -10%;
    top: 30%;
}
.contentsWrap.introduce .contents01 .txtWrap {
    margin-top: 25px;
}
.contentsWrap.introduce .contents01 img {
    max-width: 70%;
}
.contentsWrap.introduce .contents02 li {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.contentsWrap.introduce .contents02 li .imgWrap {
    padding: 25px;
}
.contentsWrap.introduce .contents02 li .imgWrap img {
    width: 100%;
}
.contentsWrap.introduce .contents02 li .txtWrap h4 {
    margin-bottom: 30px;
    font-size: 1.625rem;
    font-family: "Noto Sans KR_M", sans-serif;
}
.contentsWrap.introduce .contents02 li .txtWrap p {
    color: #595959;
    font-size: 1.25rem;
}
.contentsWrap.introduce .contents02 li .middle {
    width: 50%;
    padding: 25px 40px;
    text-align: right;
}
.contentsWrap.introduce .contents02 li:nth-child(odd) .middle {
    left: auto;
    right: 0;
    text-align: left;
    padding: 25px;
}
/*introduce end*/
/*history start*/
.historyTabList {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
.historyTabList li {
    width: 300px;
    max-width: 33.3333%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    font-family: "Noto Sans KR_L", sans-serif;
    cursor: pointer;
}
.historyTabList .on {
    color: #00377B;
    font-family: "Noto Sans KR_M", sans-serif;
    border-bottom: 1px solid #00377B;
}
.historyTabCon > li {
    width: 100%;
    height: auto;
    float: left;
    display: none;
}
.historyTabCon > li.on {
    display: block;
}
.historyTabCon > li > .left {
    height: 750px;
    padding: 150px 25px;
    border-radius: 25px 25px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.historyTabCon > li:nth-child(1) > .left {
    background: url("../img/sub/bg_con_history01.jpg") no-repeat center / cover;
}
.historyTabCon > li:nth-child(2) > .left {
    background: url("../img/sub/bg_con_history02.jpg") no-repeat center / cover;
}
.historyTabCon > li:nth-child(3) > .left {
    background: url("../img/sub/bg_con_history03.jpg") no-repeat center / cover;
}
.historyTabCon > li > .left h3 {
    font-size: 3.75rem;
    font-family: "Noto Sans KR_M", sans-serif;
}
.historyTabCon > li > .left h4 {
    font-size: 2.5rem;
    font-family: "Noto Sans KR_M", sans-serif;
    line-height: +1;
    margin-bottom: 40px;
}
.historyTabCon > li > .left p {
    font-size: 1.375rem;
    font-family: "Noto Sans KR_L", sans-serif;
}
.historyTabCon > li > .right {
    padding: 25px 30px 0;
}
.historyTabCon .historyTxt li {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #dfdfdf;
    padding: 20px 5px;
}
.historyTabCon .historyTxt li .left {
    width: 95px;
    font-size: 1.75rem;
}
.historyTabCon .historyTxt li .right {
    width: calc(100% - 95px);
    font-size: 1.25rem;
    line-height: +2;
    color: #474747;
}
/*history end*/
/*ci start*/
.contentsWrap.ci {
    padding: 0;
}
.contentsWrap.ci .top {
    padding: 80px 0;
    background: #fff;
}
.contentsWrap.ci .top .btnWrap {
    text-align: center;
    margin: -40px 0 40px;
}
.contentsWrap.ci .top .imgWrap img {
    width: 100%;
}
.contentsWrap.ci .top .imgWrap {
    margin-bottom: 40px;
}
.contentsWrap.ci .top .txtWrap {
    font-size: 1.25rem;
    color: #474747;
}
.contentsWrap.ci .btm {
    padding: 80px 0;
    background: #f5f5f5 url("../img/sub/bg_con_ci.png") no-repeat left 55px bottom
    80px;
}
.contentsWrap.ci .btm ul li {
    width: calc((100% - 80px) / 3);
    height: 220px;
    float: left;
    color: #fff;
    font-size: 1.25rem;
    border: 1px solid #dfdfdf;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
}
.contentsWrap.ci .btm ul li:first-child {
    color: #131313;
}
.contentsWrap.ci .btm ul li:first-child h4 {
    font-size: 1.875rem;
}
.contentsWrap.ci .btm ul li:nth-child(3n) {
    margin-right: 0;
}
.contentsWrap.ci .btm ul li > div {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}
.contentsWrap.ci .btm ul li:first-child > div {
    bottom: 20px;
}
/*ci end*/
/*business start*/
.contentsWrap.business .top {
    background: url("../img/sub/bg_con_business.jpg") repeat-x left bottom;
}
.contentsWrap.business .top .txtWrap {
    font-size: 1.25rem;
    padding: 60px 0;
}
.contentsWrap.business .top .txtWrap .half {
    padding: 0 20px;
}
.contentsWrap.business .btm {
    padding: 40px 0;
}
.contentsWrap.business .btm .companyInfo {
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
}
.contentsWrap.business .btm .companyInfo li {
    width: 50%;
    height: 75px;
    line-height: 75px;
    float: left;
    font-size: 1.093rem;
}
.contentsWrap.business .btm .companyInfo li .left,
.contentsWrap.business .btm .companyInfo li .right .middle {
    padding: 0 40px;
}
.contentsWrap.business .btm .companyInfo li .left {
    width: 38%;
    height: 100%;
    background: #f8f8f8;
    font-family: "Noto Sans KR_M", sans-serif;
}
.contentsWrap.business .btm .companyInfo li .right {
    width: 62%;
    height: 100%;
    position: relative;
    line-height: +1.5;
}
.contentsWrap.business .btm .companyInfo li .right a {
    width: auto;
    color: #0068d2;
    border-bottom: 1px solid #0068d2;
    padding-right: 25px;
    background: url("../img/sub/icon_link.png") no-repeat right center;
    letter-spacing: -1px;
}
/*business end*/
/*contact us start*/
.contentsWrap.contactUs h3 {
    margin: 35px 0 15px;
    font-size: 1.125rem;
}
.contentsWrap.contactUs .boxWrap {
    margin-bottom: 60px;
}
.contentsWrap.contactUs .box {
    border: 1px solid #dfdfdf;
    padding: 25px 260px 25px 30px;
    position: relative;
}
.contentsWrap.contactUs .box .address,
.contentsWrap.contactUs .box .tel {
    width: auto;
    display: inline-block;
    font-size: 1rem;
    color: #474747;
}
.contentsWrap.contactUs .box .tit {
    margin-right: 20px;
    position: relative;
    font-family: "Noto Sans KR_M", sans-serif;
}
.contentsWrap.contactUs .box .tit:after {
    content: "|";
    font-size: 0.875rem;
    position: absolute;
    right: -12px;
    top: 1px;
}
.contentsWrap.contactUs .box .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1rem;
}
/*contact us end*/
/*sitemap start*/
.contentsWrap.sitemap .sitemapDepth1 > li > a {
    color: #00377B;
    font-family: "Noto Sans KR_M", sans-serif;
    font-size: 1.5rem;
    height: 70px;
    line-height: 70px;
    float: left;
    border-bottom: 2px solid #00377B;
}
.contentsWrap.sitemap .sitemapMenuDepth2 {
    margin-bottom: 50px;
}
.contentsWrap.sitemap .sitemapMenuDepth2 > li {
    padding-top: 15px;
    width: 25%;
    float: left;
    padding-right: 40px;
}
.contentsWrap.sitemap .sitemapMenuDepth2 > li > a {
    font-size: 1.25rem;
    font-family: "Noto Sans KR_M", sans-serif;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.contentsWrap.sitemap .sitemapMenuDepth3 {
    padding-top: 15px;
}
.contentsWrap.sitemap .sitemapMenuDepth3 > li > a {
    height: 45px;
    line-height: 45px;
    font-family: "Noto Sans KR_L", sans-serif;
    font-size: 1.125rem;
    color: #474747;
}
/*sitemap end*/
/*privacy start*/
.contentsWrap.policy .box {
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    font-size: 1.125rem;
    padding: 50px 20px;
    margin: 60px 0;
}
.contentsWrap.policy .txt:last-child {
    padding-bottom: 60px;
}
.contentsWrap.policy .txt {
    font-size: 1.25rem;
    margin-top: 30px;
    padding-left: 20px;
    position: relative;
}
.contentsWrap.policy .txt:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}
.contentsWrap.policy .bigTxt {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00377B;
}
.contentsWrap.policy ul {
    padding: 40px 30px;
    color: #474747;
    font-size: 1.093rem;
}
.contentsWrap.policy ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.contentsWrap.policy ul li .num {
    position: absolute;
    left: 0;
    top: 0;
}
.contentsWrap.policy .txtWrap {
    padding: 20px 10px;
}
.contentsWrap.policy .txtWrap h3,
.contentsWrap.policy .txtWrap p {
    width: 100%;
    height: auto;
    float: left;
}
.contentsWrap.policy .txtWrap h3 {
    margin-bottom: 10px;
    color: #00377B;
}
.contentsWrap.policy .txtWrap p {
    margin-bottom: 30px;
}
.contentsWrap.policy .txtWrap p a {
    width: auto;
}
/*privacy end*/
/* safety start */
.contentsWrap.safety .oneWrap .custom_btn {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #666666;
    border-radius: 33px;
    min-width: 430px;
    min-height: 65px;
    font-family: "Noto Sans KR_M";
    font-size: 22px;
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 40px;
}
.contentsWrap.safety .oneWrap .custom_btn2 {
    cursor: pointer;
    width: 100%;
    background-color: #666666;
    color: #fff;
    border: 2px solid #666666;
    min-height: 40px;
    font-family: "Noto Sans KR_M";
    font-size: 18px;
}
.contentsWrap.report .searchWrap .dp_flex {
    display: flex;
}
.contentsWrap.safety .oneWrap .inner .img_div {
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 10px 100px 60px;
}
.contentsWrap.safety .oneWrap .inner .img_div.p-c-20 {
    padding: 10px 20px 60px;
}
.contentsWrap.safety .oneWrap .inner .img_div img {
    width: 100%;
}
.contentsWrap.safety .oneWrap .inner .img_div .dp_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.contentsWrap.safety .oneWrap .inner .img_div .dp_flex.s2 {
    margin-top: 50px;
    gap: 30px;
}
.contentsWrap.safety .oneWrap .mainTitle {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 80px 0 60px 0;
}
.contentsWrap.safety .oneWrap .imgTitle1 {
    font-size: 24px;
    color: #00377b;
    font-weight: bold;
    padding: 20px 0;
}
.contentsWrap.safety .oneWrap .imgTitle2 {
    font-size: 24px;
    color: #00377b;
    font-weight: bold;
    padding: 60px 0 40px;
}
.contentsWrap.safety .oneWrap .imgSubTitle {
    margin-bottom: 20px;
    font-size: 20px;
}
.contentsWrap.safety .oneWrap {
    position: relative;
    padding: 0px 0 80px 0;
}
.contentsWrap.safety .oneWrap .summaryWrap {
    color: #fff;
    line-height: 40px;
    padding: 50px 0;
}
.contentsWrap.safety .oneWrap .summaryWrap .c-name {
    margin-bottom: 190px;
}
/*.contentsWrap.safety .oneWrap .summaryWrap.topTxt {
    margin-top: -546px;
}*/
.contentsWrap.safety .oneWrap .summaryWrap.topTxt .p-wh{
    color: #ffffffad;
    font-weight: 300;
}
.contentsWrap.safety .oneWrap .summaryWrap h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 70px;
}
.contentsWrap.safety .oneWrap .summaryWrap h2.Title {
    font-size: 47px;
    line-height: 70px;
    padding-top: 140px;
}
.contentsWrap.safety .oneWrap .summaryWrap p {
    font-size: 24px;
    position: relative;
    top: 28px;
    font-weight: 300;
}
.contentsWrap.safety .oneWrap .summaryWrap .f-text {
    font-size: 22px;
    line-height: 36px;
}
.contentsWrap.safety .oneWrap .summaryWrap .s-text {
    font-size: 18px;
    line-height: 33px;
}
.contentsWrap.safety .mainWrap {
    background-color: #fff;
    padding: 100px;
    margin-top: -155px;
}

.contentsWrap.safety .mainWrap img {
    margin: 0 auto;
    display: block;
}

.contentsWrap.safety .techWrap {
    background-color: #f5f5f5;
    padding: 70px 0;
}
.contentsWrap.safety .twoWrap .twoTit {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
}

.contentsWrap.safety .twoExplain {
    margin: 40px 0 80px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contentsWrap.safety .twoExplain .bg-white {
    border: none;
}
.contentsWrap.safety .twoExplain .bg-white h3{
    color: #000;
}
.contentsWrap.safety .twoExplain li {
    width: calc((100% - 20px) / 2);
    float: left;
    border: 1px solid #dfdfdf;
    padding: 65px 33px 65px 33px;
    margin-bottom: 20px;
}

.contentsWrap.safety .twoExplain li .txtWrap {
    padding-left: 15px;
}
.contentsWrap.safety .twoExplain li .txtWrap p {
    position: relative;
    margin-bottom: 5px;
    line-height: 25px;
}
.contentsWrap.safety .twoExplain li .txtWrap p:after {
    content: "·";
    position: absolute;
    left: -15px;
    top: 0;
}
/* safety end */
/* notice start */
.contentsWrap.report .searchWrap {
    background-color: #f7f7f7;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}
.contentsWrap.report .searchWrap select {
    background-color: #fff;
    border: none;
    width: 150px;
    margin-right: 5px;
}
.contentsWrap.report .searchWrap .inputWrap {
    display: flex;
}
.contentsWrap.report .searchWrap .inputWrap input {
    border: none;
    margin-right: 5px;
    min-width: 350px;
}
.contentsWrap.report .searchWrap .searchBtn {
    background-image: url(../img/sub/icon_srch.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    width: 45px;
    margin-left: -5px;
}
.contentsWrap.report .paginationWrap {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 50px 0;
}
.contentsWrap.report .paginationWrap a {
    width: 37px;
    font-size: 18px;
    padding: 5px;
    height: 37px;
}
.contentsWrap.report .paginationWrap a.active {
    background-color: #00377b;
    color: #fff;
    border-radius: 100%;
}
.contentsWrap.report .paginationWrap .paging1 {
    background-image: url("../img/common/icon_paging.png");
    background-position: 0;
}
.contentsWrap.report .paginationWrap .paging2 {
    background-image: url("../img/common/icon_paging.png");
    background-position: -44px;
    margin-left: 5px;
    margin-right: 15px;
}
.contentsWrap.report .paginationWrap .paging3 {
    background-image: url("../img/common/icon_paging.png");
    background-position: 81px;
    margin-left: 15px;
}
.contentsWrap.report .paginationWrap .paging4 {
    background-image: url("../img/common/icon_paging.png");
    background-position: 37px;
    margin-left: 5px;
}
.contentsWrap.report .searchWrap .dp_flex {
    display: flex;
}
.contentsWrap.safety .oneWrap .inner .img_div .dp_flex div {
    max-width: 235px;
}
.contentsWrap.safety .oneWrap .inner .img_div .dp_flex.s2 div {
    max-width: 28%;
}
.contentsWrap.safety .oneWrap img.p-20 {
    padding: 40px 20px;
}
.contentsWrap.safety .oneWrap img.p-74 {
    padding: 60px 74px;
}
.contentsWrap.safety .oneWrap img.lig-logo-fix {
    width: 100%;
    background: unset;
    padding: 0;
}
.contentsWrap.safety .oneWrap .bgImg {
    width: 100%;
    min-height: 630px;
    padding: 0;
    background: url('../img/sub/2-4img1.png') no-repeat center;
    height: 100%;
    padding: 40px 0 130px;
}

/* 1-2  page start*/


.intro_dev .wrap .box-con .year {
    font-size: 42px !important;
    font-style: italic;
    font-weight: 700;
    position: relative;
    top: 26px;
}
.intro_dev .wrap .box-con .italic {
    font-size: 30px !important;
    font-style: italic;
    color: #7f7f7f;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    top: 26px;
    font-weight: 500;
}
.innovation {
    padding: 190px 0 120px 0;
}
.intro_dev .innovation {
    padding: 190px 0 120px 0;
}
.innovation_bg {
    background: url(../img/new_design/1-3_bg_02.jpg) no-repeat center;
    min-height: 600px;
    background-size: cover;
}
.intro_dev {
    background: url(../img/new_design/1_2_background.jpg) no-repeat center;
    height: 817px;
    background-size: cover;
}
.text-box {
    width: 100%;
    padding: 80px 60px;
    background-color: rgba(255, 255, 255, 0.08);
    font-size: 22px;
    color: #dfdfdf;
}
.fs-21 {
    font-size: 21px;
}
.mb-4 {
    margin-bottom: 40px !important;
}
.mt-2 {
    margin-top: 25px;
}
.pb-4 {
    padding-bottom: 40px;
}
.fw-bold {
    font-weight: 700;
}
.d-inline-block {
    display: inline-block;
}
.subTitle {
    font-size: 24px;
    padding: 0px 15px 0px 0px;
}
.intro_dev .wrap .box-con {
    text-align: center;
    margin-top: -51px;
    display: flex;
    color: #fff;
}
.intro_dev .wrap .box-con > * {
    /* flex: 1 100%; */
    flex-basis: auto;
}
.intro_dev .wrap .box-con .box {
    /* font-size: 0; */
    display: inline-block;
    box-sizing: border-box;
    height: 147px;
    vertical-align: top;
    text-align: left;
}
.intro_dev .wrap .box-con .box {
    overflow: hidden;
    border: none;
    border-bottom: 1px solid white;

    flex: 1 1 auto;
}

.intro_dev .wrap .box-con .box:nth-child(1) {
    margin-top: 298px;
    border-right: 1px solid white;
}
.intro_dev .wrap .box-con .box:nth-child(2) {
    margin-top: 152px;
    border-right: 1px solid white;
}
.intro_dev .wrap .box-con .box:nth-child(3) {
    margin-top: 6px;
}

/* 1-2 page end */

.ligs-fix {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-top: 100px;
    margin-bottom: 96px;
    padding-right: 65px;
}
.contentsWrap.safety .oneWrap img.lig-logo-fix {
    width: 306px;
    height: 60px !important;
    min-height: unset;
}
.subMenuWrap .subMenu > li.on {
    font-weight: 600;
}

/* 1-1.comIntro_vision start */
.contentsWrap.vision > section.in-v {
    overflow: hidden;
    margin-bottom: 100px;
    background: #f5f5f5;
}
.contentsWrap.vision > section {
    width: 100%;
}
.contentsWrap.vision > section > ul {
    position: relative;
    height: 900px;
    left: 37px;
    z-index: 100;
    padding: 0;
    clip-path: polygon(326px 0, 100% 0, 100% 100%, 0 100%);
}
.tri_w_first {
    background: #fff;
    height: 225px;
    position: absolute;
    top: 209px;
    width: 100%;
    z-index: 1;
}
.tri_w_second {
    background: #fff;
    height: 225px;
    position: absolute;
    top: 659px;
    width: 100%;
    z-index: 1;
}
.contentsWrap.vision > section > ul .r-positive {
    margin-left: 100px;
}
.contentsWrap.vision > section > ul .r-co {
    margin-left: 50px;
}
.contentsWrap.vision > section > ul > li {
    overflow: hidden;
    height: 225px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 22px;
    align-items: center;
}
.contentsWrap.vision > section > ul > li:nth-child(3) > ul > li span  {
    font-family: "Noto Sans KR_B", sans-serif;
    font-weight: 500;
}
.contentsWrap.vision > section > ul > li:nth-child(4) > ul > li h2  {
    padding: 63px 0 0 0;
}
.contentsWrap.vision > section > ul > li > ul > li > span {
    font-size: 36px;
    position: relative;
    top: -5px;
    font-weight: 500;
    letter-spacing: -2px;
}
.contentsWrap.vision > section > ul h1 {
    float: left;
    margin: 0 45px 0 0;
    padding: 0;
    height: 225px;
    text-align: center;
    line-height: 225px;
    font-size: 28px;
    font-weight: 300;
    clip-path: polygon(0 0, calc(100% - 69px) 0, 100% 100%, 0 100%);
}
.contentsWrap.vision > section > ul > li h2 {
    padding: 44px 0 0 0;
}
.contentsWrap.vision > section > ul > li:nth-child(1) h2 {
    padding: 51px 0 0 0;
}
.contentsWrap.vision > section > ul > li h2 span {
    opacity: 0.5;
    font-size: 24px;
    padding-left: 12px;
}
.contentsWrap.vision > section > ul > li > strong {
    line-height: 225px;
}
.contentsWrap.vision > section > ul > li h2,
.contentsWrap.vision > section > ul > li > strong {
    font-size: 40px;
    font-weight: 500;
}
.contentsWrap.vision > section > ul > li p {
    color: #c8c8c8;
    font-weight: 400;
    margin-top: 17px;
}
.contentsWrap.vision > section > ul > li li {
    float: left;
    list-style: none;
}
.contentsWrap.vision > section > ul > li:nth-child(odd) {
    color: #fff;
}
.contentsWrap.vision > section > ul > li:nth-child(1) {
    margin-left: 240px;
    background-image: url(../img/new_design/vision1.png);
    background-color: #080d24;
    background-size: cover;
}
.contentsWrap.vision > section > ul > li:nth-child(2) {
    margin-left: 160px;
}
.contentsWrap.vision > section > ul > li:nth-child(3) {
    margin-left: 82px;
    background-image: url(../img/new_design/vision2.png);
    background-color: #252c32;
    background-position-x: 15%;
    background-size: cover;
}
.contentsWrap.vision > section > ul > li:nth-child(odd) h1 {
    background-color: #000;
    color: #fff;
    font-size: 30px;
}
.contentsWrap.vision > section > ul > li:nth-child(even) {
    background-color: #f5f5f5;
}
.contentsWrap.vision > section > ul > li:nth-child(even) h1 {
    color: #000;
    background-color: #fff;
    font-size: 30px;
    font-weight: bolder;
}
.contentsWrap.vision > section > ul > li:nth-child(1) h1 {
    width: 249px;
}
.contentsWrap.vision > section > ul > li:nth-child(2) h1 {
    width: 399px;

}
.contentsWrap.vision > section > ul > li:nth-child(3) h1 {
    width: 546px;
}
.contentsWrap.vision > section > ul > li:nth-child(4) h1 {
    width: 698px;
}
/* 1-1.comIntro_vision end */
/* 1-4.comIntro_news start */
.contentsWrap.defence .subInfo {
    text-align: center;
    margin: 0 auto;
    width: 60%;
    padding: 0;
}

.contentsWrap.defence .subInfo .title_bold {
    font-size: 35px;
    color: #000;
    font-weight: 600;
}
.contentsWrap.defence .subInfo .title_link {
    font-size: 35px;
    color: #00377b;
    font-weight: 600;
}
.contentsWrap .subInfo .l {
    display: flex;
    justify-content: space-around;
}

.contentsWrap .subInfo .l ul {
    display: flex;
    align-items: center;
}
.contentsWrap .subInfo .l .pt-3 {
    justify-content: space-between;
    width: 82%;
}
.contentsWrap .subInfo .l .pt-3 li {
    padding: 80px 0 80px;
}

.contentsWrap .subInfo .l ul.pt-3 > li:nth-child(2),
.contentsWrap .subInfo .l ul.pt-3 > li:nth-child(4) {
    padding: 10px;
}
.contentsWrap .subInfo .l .pb-3 {
    padding-bottom: 4rem;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 3rem;
}
.contentsWrap .subInfo .l p {
    font-size: 24px;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: -70px;
    font-family: 'Noto Sans KR_M';
}
.contentsWrap .subInfo .l .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    background-color: #00377b;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.contentsWrap .subInfo .l .circle .c_img1 {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: url("../img/new_design/레이어 230.png") no-repeat center;
}
/*.contentsWrap .subInfo .l .circle .c_img1:hover {
    background: url("../img/new_design/레이어 227.png") no-repeat center;
}*/
.contentsWrap .subInfo .l .circle .c_img2 {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: url("../img/new_design/레이어 231.png") no-repeat center;
}
/*.contentsWrap .subInfo .l .circle .c_img2:hover {
    background: url("../img/new_design/레이어 228.png") no-repeat center;
}*/
.contentsWrap .subInfo .l .circle .c_img3 {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: url("../img/new_design/레이어 232.png") no-repeat center;
}
/*.contentsWrap .subInfo .l .circle .c_img3:hover {
    background: url("../img/new_design/레이어 229.png") no-repeat center;
}*/

.group .txt {
    padding: 70px 60px;
    background-color: #fff;
}
.news_btn_m {
    display: flex;
    justify-content: center;
    padding: 80px 0 100px 0;
    min-height: 295px;
    width: 100%;
}
.news_btn {
    width: 215px;
    padding: 5px 14px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background-color: #00377b;
    color: #fff !important;
}
.bg-gray {
    background-color: #f5f5f5 !important;
}
.bg-white {
    background-color: #fff !important;
}
.contentsWrap.safety .twoExplain li .txtWrap p:after {
    content: "▪";
    position: absolute;
    left: -25px;
    top: 0;
    font-size: 20px;
    color: #9f9f9f;
}
.contentsWrap.safety .twoExplain li h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #00377b;
}
.contentsWrap.safety .twoExplain li .txtWrap {
    padding-left: 20px;
    font-size: 18px;
    color: #666666;
}


/* 1-4.comIntro_news end */
/* 2-1-1.busArea_defence start */

.contentsWrap.itService .tabs {
    display: flex;
    justify-content: center;
}
.contentsWrap.itService .tabs .tab-item {
    text-align: center;
    width: 200px;
    border: 1px solid #cccccc;

    background-color: #f9f9f9;
    font-size: 18px;
}
.contentsWrap.itService .tabs .tab-item {
    border-right: 0;
}
.contentsWrap.itService .tabs .tab-item:last-child {
    border-right: 1px solid #cccccc;
}
.contentsWrap.itService .tabs .tab-item a {
    padding: 15px;
}
.contentsWrap.itService .tabs .tab-item.active {
    background-color: #00377b;
    color: #fff;
    border: none;
}
.contentsWrap.itService .tabs li {
    border-right: 1px solid #cccccc;
}
.contentsWrap.itService .group .g-content .txt h1 {
    margin-left: -10px !important;
}
.contentsWrap.itService .group .g-content .txt p {
    margin-left: -10px !important;
}

.contentsWrap.itService .circInfo.sub_tab_div .group .g-content .f-text ul.br_block li{
    line-height: 35px;
    margin-bottom: 15px;
}
.contentsWrap.itService .circInfo.sub_tab_div .group .g-content .f-text ul.br_block li:last-child span {
    margin-left: 4px;
    font-size: 19px;
}
.contentsWrap.itService .circInfo.sub_tab_div .group .g-content .f-text ul.br_block li p{
    padding-left: 5px;
    font-size: 19px;
}


.contentsWrap.defence .subInfo {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    padding: 0 0 100px 0;
}
.contentsWrap.career .one {
    margin-bottom: 50px;
}
.contentsWrap.defence .subInfo.sb {
    padding-top: 80px;
}
.contentsWrap.defence .subInfo div + div {
    margin-top: 30px;
}
.contentsWrap.defence .subInfo h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contentsWrap.defence .subInfo span {
    font-size: 18px;
    color: #666666;
    line-height: 33px;
}
.contentsWrap.defence .offerSer {
    background: url(../img/new_design/bg_offerSer.jpg) no-repeat center/cover;
    text-align: center;
    padding: 80px 0;
}
.contentsWrap.defence .offerSer h1 {
    font-size: 36px;
    font-weight: 600;
}
.contentsWrap.defence .offerSer .system img {
    margin-top: 30px;
    padding: 10px;
}
.contentsWrap.defence .offerSer .sub {
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    align-items: center;
    margin-top: 30px;
}
.contentsWrap.defence .offerSer .sub ul {
    display: flex;
    justify-content: center;
}
.contentsWrap.defence .offerSer .sub ul li {
    padding: 18px;
}
.contentsWrap.defence .offerSer .sub .l {
    width: 629px;
    height: 119px;
    position: relative;
    left: 40px;
    background-color: #00377b;
    z-index: 1;
    border-radius: 100px 100px 100px 100px;
}
.contentsWrap.defence .offerSer .sub .r {
    width: 629px;
    height: 119px;
    line-height: 119px;
    position: relative;
    left: -40px;
    z-index: 2;
    background-color: #555555c4;
    border-radius: 100px 100px 100px 100px;
}
.contentsWrap.defence .offerSer .sub span {
    z-index: 3;
    font-size: 40px;
}
.g-content {
    background-color: #f5f5f5;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.g-content .img {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    border-radius: 0;
    width: 50%;
    position: relative;
}
.g-content .img img {
    display: block;
    border-radius: 0;
    width: 100%;
    /* min-height: 410px; */
    position: relative;
}
.g-content .txt {
    padding: 1em 2em 1em 2em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 50%;
    background-color: #f5f5f5;
    text-align: justify;
    padding: 0 0 0 100px;
}
.g-content .f-text {
    padding: 1em 2em 1em 2em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 50%;
    background-color: #f5f5f5;
    text-align: justify;
    padding: 0 0 0 100px;
}
.g-content .f-text h1{
    font-size: 36px;
    font-weight: 600;
    margin-left: -14px;
    margin-bottom: 25px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #200202;
}
.g-content .f-text li p {
    color: #200202;
    line-height: 22px;
}
.g-content .f-text:nth-child(2) {
    max-width: 630px;
}

.g-content .txt:nth-child(2) {
    max-width: 630px;
}
.g-content:nth-child(2) .txt ,
.g-content:nth-child(4) .txt {
    padding: 0px 120px 0px 20px;
}
.g-content .txt h1 {
    font-size: 36px;
    font-weight: 600;
    margin-left: -14px;
    margin-bottom: 25px;
    margin-top: 0px;
    text-transform: uppercase;
}
.g-content .txt p {
    margin-left: -24px;
    margin-bottom: 20px;
    font-size: 18px;
}
.g-content .txt div {
    margin-top: 50px; }
.g-content .r-0 {
    padding: 0 0 0 24px;
}
.g-content ul > li {
    font-size: 18px;
    line-height: 30px;
}
.g-content ul > li span {
    color: #00377b;
    font-weight: 600;
}
.g-content ul > li:before {
    content: "\25AA ";
    color: #00377b;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.g-content:nth-child(2n) {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.manager {
    margin: 80px 0 100px 0;
    width: 100%;
}
.manager h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.manager table tr td {
    padding: 20px 0 20px 40px;
    font-size: 18px;
    font-weight: 400;
}
.manager table tr .t-l {
    background-color: #f8f8f8;
    width: 235px;
}
/* 2-1-1.busArea_it end */

/* 2-1-2.busArea_private start */
.contentsWrap.private .group .one .txt div {
    margin-top: 50px;
}

/* 2-1-2.busArea_dev end */
/* 2-1-2.busArea_circ start */
.contentsWrap.itService .subInfoText {
    width: 100%;
    font-size: 2.625rem;
    line-height: 60px;
    letter-spacing: -3.5px;
    font-weight: 700;
    text-align: center;
    margin: 80px auto;
}

/* 2-1-2.busArea_circ end */
/* 2-2-2.solution-circ start*/
.d-flex {
    display: flex;
}
.contentsWrap.circ .circInfo {
    /*display: none;*/
}
.contentsWrap.circ .tmaxTibero {
    display: none;
}
.contentsWrap.circ .xcelerator {
    display: none;
}
.contentsWrap.circ .snowflake {
    display: none;
}
.contentsWrap.circ .sub-tab-container .sub-tabs {
    justify-content: center;
    margin-top: 50px;
}
.contentsWrap.circ .sub-tab-container .sub-tabs li {
    text-align: center;
    border-bottom: 5px solid #cdcfd1;
    color: #777777;
    cursor: pointer;
    width:281px;
}
.contentsWrap.circ .sub-tab-container .sub-tabs li.active {
    color: #000;
    border-bottom: 5px solid #000;
}
.contentsWrap.circ .sub-tab-container .sub-tabs li a {
    font-size: 26px;
    padding: 15px 0;
    font-weight: 500;
}
.contentsWrap.circ .sub-tab-container .sub-tabs li.active a {
    font-weight: 700;
}
/* tmaxTiberoInfo */
.contentsWrap.circ .subcircOne {
    background: url(../img/new_design/2-2-21_03.jpg) no-repeat center / cover;
    height: 100%;
    padding-bottom: 230px;
    color: #fff;
}
.contentsWrap.circ .subcircOne h1 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 94px;
    margin-bottom: 35px;
}
.contentsWrap.circ .subcircOne p.strong {
    font-size: 24px;
    margin-top: 0;
    font-weight: 400;
    line-height: 40px;
}
.contentsWrap.circ .subcircOne p {
    font-size: 18px;
    margin-top: 25px;
    line-height: 33px;
}
.contentsWrap.circ .subcircOne .p-wh{
    color: #ffffffad;
    font-weight: 300
}
.contentsWrap.circ .subcircTwo {
    margin-bottom: 80px;
    text-align: center;
    /*overflow: hidden;*/
}
.contentsWrap.circ .subcircTwo h1 {
    font-size: 42px;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
}
.contentsWrap.circ .subcircTwo p {
    margin-top: 20px;
    font-size: 18px;
}
.contentsWrap.circ .tmaxTibero section.group {
    margin: 80px 0;
    float: left;
    width: 100%;
}
.t_tibero .t_inner .t_box {
    background-color: #fff;
    float: left;
    padding: 0 64px;
    min-height: 230px;
    height: 200px;
    text-align: left;
    width: 50%;
    display: flex;
    border: 1px solid #cccccc;
    flex-direction: column;
    justify-content: center;
}
.t_tibero .t_inner {
    margin-top: -401px;
}
.t_tibero .t_inner .t_box:nth-child(2n + 2) {
    text-align: right;
}
.t_tibero .t_inner .t_box h1:nth-child(2),
.t_tibero .t_inner .t_box h1:nth-child(2) {
    margin-right: 0;
}
.t_tibero .t_inner .t_box:nth-child(3),
.t_tibero .t_inner .t_box:nth-child(4) {
    border-top: none;
}
.t_tibero .t_inner .t_box:nth-child(1),
.t_tibero .t_inner .t_box:nth-child(3) {
    border-right: none;
}
.t_tibero .t_inner .t_box h1 {
    font-size: 24px;
    font-weight: 700;
    color: #00377b;
    margin: 0 0 10px 0;
    width: 100%;
}
.t_tibero .t_inner .t_box ul {
    line-height: 30px;
}
.t_tibero .t_inner .t_box ul li {
    font-size: 18px;
}
.t_tibero .t_inner .t_box ul li.li-before:before {
    content: "\25AA ";
    color: #00377b;
    display: inline-block;
    width: 1em;
}
.t_tibero .t_inner .t_box ul li.li-after:after {
    content: "\25AA ";
    color: #00377b;
    display: inline-block;
    width: 1em;
}

.t_tibero .t_round {
    position: relative;
    text-align: center;
    margin-top: 120px;
}
.contentsWrap.circ .subcircTwo .inner {
    padding: 100px 0;
    margin-top: -150px !important;
    position: relative;
    background-color: #fff;
}
.contentsWrap.circ .subcircTwo .tmax_box {
    padding: 100px 0;
    margin-top: -150px;
    position: relative;
    background-color: #fff;
}
/* UNI BackupXcelerator */
.contentsWrap.circ .xcelerator .xceler img {
    width: 70%;
}
.contentsWrap.circ .xcelerator .c-func {
    background-color: #f5f5f5;
    padding: 80px 0;
    overflow: hidden;
}

.contentsWrap.circ .xcelerator .c-func h1 {
    color: #200202;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.contentsWrap.circ .xcelerator .c-func .func-item {
    background-color: #fff;
    padding: 60px 30px;
    width: calc((100% - 20px) / 2);
    height: 256px;
    margin-bottom: 20px;
}

.contentsWrap.circ .xcelerator .c-func .func-item h1 {
    color: #00377b;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
}
.contentsWrap.circ .xcelerator .c-func .func-item p {
    color: #666666;
    font-size: 18px;
}
.contentsWrap.circ .xcelerator .c-func .func-img h1 {
    padding-right: 20px;
    padding-top: 45px;
}
.contentsWrap.circ .xcelerator .c-func .d-flex {
    justify-content: space-between;
    flex-direction: row;
}
/* snowFlake */
.contentsWrap.circ .snowflake .c-func .func-img h1 {
    padding-right: 20px;
    padding-top: 45px;
}
/* 2-2-2.solution-circ end*/
/* 3-2 career start*/
.contentsWrap.career .one {
    margin-bottom: 80px;
}
.contentsWrap.career .one .car-box {
    margin-bottom: 20px;
    align-items: center;

}
.contentsWrap.career .one .car-box img {
    width: 412px;
    height: 260px;
}
.contentsWrap.career .one .car-box h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contentsWrap.career .one .car-box p {
    font-size: 18px;
    margin-bottom: 15px;
}
.contentsWrap.career .one .car-box div {
    width: 100%;
    padding: 15px 0 15px 50px;
}
.contentsWrap.career .one .car-box div ul li {
    color: #666666;
    font-size: 18px;
    margin-bottom: 5px;
}
.contentsWrap.career .one .car-box div ul li:last-child {
    margin-bottom: 5px;
}
.contentsWrap.career .one .car-box div span {
    color: #00377b;
    font-weight: 600;
    font-size: 18px;
}
.contentsWrap.career .one .car-box div span {
    color: #00377b;
    font-weight: 700;
    font-size: 18px;
}
.contentsWrap.career .two {
    text-align: center;
    background-color: #f5f5f5;
    padding: 80px 0;
}
.contentsWrap.career .two h1 {
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: 700;
}
.contentsWrap.career .in-two {
    justify-content: space-between;
}
.contentsWrap.career .in-two h1 {
    font-size: 42px;
    margin-bottom: 50px;
}
.contentsWrap.career .in-two .car-box div {
    background-color: #fff;
    width: 397px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contentsWrap.career .in-two .car-box div h2 {

    margin-top: -68px;
    width: 180px;
    height: 165px;
    display: flex;
    background-color: #00377b;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    flex-direction: column;
    justify-content: space-around;
}
.contentsWrap.career .in-two .car-box div .car-txt {
    padding: 46px 34px;
    height: 325px;
    width: 100%;
}
.contentsWrap.career .in-two .car-box div .car-txt p {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    padding-bottom: 15px;
}
.contentsWrap.career .in-two .car-box div .car-txt span {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}
.contentsWrap.career .three {
    padding: 80px 0 100px 0;
}
.contentsWrap.career .three h1 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: 700;
}
.contentsWrap.career .three .in-three {
    display: grid;
    grid-template-rows: 158px 158px 158px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.contentsWrap.career .three .in-three .item {
    display: flex;
    align-items: center;
}
.contentsWrap.career .three .in-three .item p {
    margin-left: 15px;
    margin-right: 15px;
}
.contentsWrap.career-proc .proc-content {
}
.contentsWrap.career-proc .proc-content h2 {
    font-size: 42px;
    text-align: center;
}
.contentsWrap.career-proc .proc-content .proc-item {
    margin-top: 50px;
    margin-bottom: 100px;
}
.contentsWrap.career-proc .proc-content .proc-item .item {
    border-top: 2px solid #efefef;
    padding: 20px 50px;
}
.contentsWrap.career-proc .proc-content .proc-item .item:last-child {
    border-bottom: 2px solid #efefef;
}
.contentsWrap.career-proc .proc-content .proc-item .item {
    border-top: 2px solid #efefef;
    padding: 10px 0px 10px 50px;
    display: flex;
    align-items: center;
}
.contentsWrap.career-proc .proc-content .proc-item .item div {
    margin: 30px 0;
}
.contentsWrap.career-proc .proc-content .proc-item .item .proc-txt {
    padding-left: 65px;
    font-size: 20px;
    color: #666666;
}
.contentsWrap.career-proc .proc-content .proc-item .item .proc-txt .item-content {
    padding-top: 0;
}
.contentsWrap.career-proc .proc-content .proc-item .item h2 {
    font-size: 28px;
    color: #000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}
.contentsWrap.career-proc .proc-content .proc-item .item .in-item {
    display: flex;
    text-align: left;
    margin-bottom: 18px;
    align-items: baseline;
}
.contentsWrap.career-proc .proc-content .proc-item .item .in-item span {
    text-transform: uppercase;
    color: #00377b;
    height: 36px;
    line-height: 32px;
    padding: 0px 20px;
    border: 2px solid #00377b;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}
.contentsWrap.career-proc .proc-content .proc-item .item .in-item strong {
    color: #000;
    /* margin-left: 129px; */
    width: 100px;
    text-align: center;
}
.contentsWrap.career-proc .proc-content .proc-item .item .in-item img {
    position: relative;
    top: -5px;
    margin-right: 15px;
}
.contentsWrap.career-proc .proc-content .proc-item .item .in-item p {
    flex: 1;
    font-size: 18px;
    line-height: 28px;
}
/* 3-2 career end*/
/* 2-3 build start*/
.contentsWrap.build .subImgTxt {
    background: url(../img/new_design/2-3_02.jpg) no-repeat center / cover;
    height: 868px;
    display: flex;
    align-items: center;
}
.contentsWrap.build .subImgTxt h1 {
    color: #ffab26;
    font-size: 38px;
    font-weight: 600;
}
.contentsWrap.build .subImgTxt p {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
}
/* 2-3 build end*/
/* 2-3 talent start*/
.contentsWrap.talent .talentInfo {
    background: url(../img/new_design/3-1_02.jpg) no-repeat center / cover;
    overflow: hidden;
}
.contentsWrap.talent .talentInfo .subInfo {
    display: flex;
    justify-content: space-around;
    padding: 80px 0;
    align-items: center;
    text-align: center;
}
.contentsWrap.talent .talentInfo .icoPlus {
    margin-top: -55px;
}
.contentsWrap.talent .talentInfo .subInfo p {
    color: #fff;
    font-size: 24px;
    margin-top: 33px;
}
.contentsWrap.talent .group {
    margin-bottom: 100px;
    clear: both;
}
.contentsWrap.talent .group .g-title {
    text-align: center;
    padding: 80px 0;
    background-color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.contentsWrap.talent .group .g-content h3 {
    margin-left: -10px;
    font-size: 30px;
    color: #00377b;
    font-weight: 600;
    border-top: 5px solid #bebebe;
    width: 33px;
    margin-bottom: 9px;
}
/* 2-3 talent end*/
/* 4-3 CI start*/
.contentsWrap.ciPage .subInfo {
    text-align: center;
}
.contentsWrap.ciPage .subInfo h1 {
    font-size: 30px;
    font-weight: 600;
}
.contentsWrap.ciPage .subInfo p {
    font-size: 26px;
    font-weight: 200;
    margin: 40px 0;
}
.contentsWrap.ciPage .ciFile {
    text-align: center;
}
.contentsWrap.ciPage .ciFile button {
    border: 1px solid #938f8f;
}
.contentsWrap.ciPage .ciFile button a {
    padding: 15px 50px;
    font-size: 18px;
    margin: 5px;
    width: 240px;
}
.contentsWrap.ciPage .ciFile button img {
    margin-right: 15px;
}
.contentsWrap.ciPage .ci_story {
    margin-bottom: 80px;
}
.contentsWrap.ciPage .ci_story h1 {
    font-size: 26px;
    font-weight: 600;
    color: #00377b;
}
.contentsWrap.ciPage .ci_story p {
    font-size: 20px;
    margin-top: 20px;
}
.contentsWrap.ciPage .lig_logo {
    display: flex;
    justify-content: space-around;
    margin: 80px 0;
}

h1.custom_sub_title{
    text-align: center;
    font-weight: 700;
    font-size: 2.875rem;
    padding: 80px 0 60px 0;
}
.content_inside{
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.contentsWrap.safety .oneWrap .summaryWrap.topTxt p {
    padding-bottom: 100px;
}
.res_content {
    padding: 90px 0 0 0;
    width: 100%;
    float: left;
    background-color: #fff;
    margin-top: -150px;
}
.res_content .tit {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.res_content .res_inner {
    float: left;
    position: relative;
    width: 100%;
    margin: 60px 0 80px 0;
    display: flex;
    justify-content: center;
}
.res_content .res_inner .item {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-evenly;
}
.res_content .res_inner .item:first-child {
    text-align: right;
    margin-right: 30px;
}
.res_content .res_inner .item:nth-child(3) {
    text-align: left;
    margin-left: 30px;
}
.res_content .res_inner .item h1 {
    color: #00377b;
    font-size: 24px;
    font-weight: 700;
}
.res_content .res_inner .item p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
/*.res_content .res_inner .item .i_round {
    background-color: #f5f5f5;
    padding: 45px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}*/
.res_content .res_inner .item .i_round {
    background: url("../img/new_design/2_4circle.png") no-repeat center ;
    background-size: contain;
    width: 100%;
    height: 100%;
    min-height: 500px;
    min-width: 500px;
}
/*
.res_content .res_inner .item .i_round div {
    border: 1px solid #00377b;
    background-color: #fff;
    padding: 45px;
    border-radius: 100%;
    width: 410px;
    height: 410px;
}
.res_content .res_inner .item .i_round div > div {
    color: #fff;
    background-color: #00377b;
    padding: 27px;
    width: 310px;
    height: 310px;
    font-size: 26px;
    text-align: center;
    display: flex;
    align-items: center;
}
.res_content .res_line {
    position: absolute;
    width: 137px;
    height: 1px;
    background: #00377b;
    left: 57%;
    top: 154px;
    margin-left: -405px;
    z-index: 1;
}
.res_content .res_line02 {
    position: absolute;
    width: 141px;
    height: 1px;
    background: #00377b;
    left: 57%;
    top: 356px;
    margin-left: -405px;
    z-index: 1;
}
.res_content .res_line03 {
    position: absolute;
    width: 137px;
    height: 1px;
    background: #00377b;
    left: 96.6%;
    top: 154px;
    margin-left: -405px;
    z-index: 1;
}
.res_content .res_line04 {
    position: absolute;
    width: 137px;
    height: 1px;
    background: #00377b;
    left: 96.3%;
    top: 356px;
    margin-left: -405px;
    z-index: 1;
}
.res_content .circ {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #00377b;
}
.res_content .circ,
.res_content .circ02 {
    top: -5px;
    right: -6px;
}
.res_content .circ03,
.res_content .circ04 {
    left: -7px;
    top: -5px;
}
*/

.g-content .txt li p {
    line-height: 24px;
    margin-left: 5px;
}

/* 4-3 CI end*/
/*@media (max-width: 1260px) {
!*common start*!
.inner {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.headerWrap h1 {
    width: 100px;
}
.headerWrap .menuWrap {
    width: calc(100% - 100px - 160px);
}
!*common end*!
!*main start*!
.fullsection.home .visualTxt img.mHidden {
    padding-left: 70px;
}
!*main end*!
!*sinmungo start*!
.contentsWrap.sinmungo .sinmungoProcessWrap ul {
    padding: 50px 0;
}
!*sinmungo end*!
!*history start*!
.historyTabList li {
    width: 33.3333%;
    float: left;
}
!*history end*!
!* defence start *!
.contentsWrap.defence .subInfo {
    width: 90%;
}
}*/
/*.c_pages {*/
/*    padding-top: 100px;*/
/*    padding-bottom: 100px;*/
/*}*/
.cp-mtit {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 58px;
}
.migration_one,
.managed_one,
.consul_one {
    background: #f5f5f5;
    padding-top: 87px;
    padding-bottom: 100px;
}
.consul_two, .migration_two {
    padding-top: 87px;
}
.migration_one .migration_01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 34px;
}
.migration_one .box {
    margin-bottom: -8px;
}
.migration_one .box h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #00377b;
    padding: 13.5px 0;
    margin: 0;
    text-align: center;
}
.migration_one .box article {
    display: flex;
    align-items: center;
    padding: 48px 60px;
    background: #fff;
}
.migration_one .box article .txt {
    margin-left: 50px;
}
.migration_one .box article .txt h5 {
    font-size: 22px;
    font-weight: 500;
    color: #00377b;
    margin-top: 0;
    margin-bottom: 13px;
}
.migration_one .box article .txt ul li {
    color: #666;
    font-size: 18px;
    position: relative;
    padding-left: 11px;
}
.migration_one .box article .txt ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    margin-top: 11px;
    background: #9f9f9f;
}
.migration_one .migration_02 {
    background: #ca4a4a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0px;
    border-radius: 100px;
    margin-top: 49px;
}
.migration_one .migration_02 h5 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding-right: 72px;
}
.migration_one .migration_02 div {
    display: flex;
}
.migration_one .migration_02 div > ul {
    padding: 0;
    margin: 0;
    margin-right: 35px;
}
.migration_one .migration_02 div > ul li {
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    line-height: 39px;
}
.migration_one .migration_02 div > ul:last-child {
    margin-right: 0;
}
.migration_one .migration_02 div > ul li:before {
    content: url("/lib/user/img/new_design/icon_item.png");
    position: absolute;
    left: 0;
    margin-top: 2px;
}

.migration_two .txt .box {
    background: #6d6d6d;
    margin-bottom: 2px;
    padding: 0px 25px 0 25px;
    margin-right: 27px;
    width: 280px;
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.migration_two .txt h5 {
    font-size: 22px;
    color: #c4c4c4;
    margin: 0;
}
.migration_two .txt p {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: -1.5px;
}
.migration_two article {
    display: flex;
}
.cp_table_info {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}
.managed_one article {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0;
}
.managed_one article h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 31px 0 21px 0px;
}
.managed_one article > div {
    padding: 0 19px;
    height: 560px;
}
.managed_one article > div:first-child {
    background: #199a6b;
}
.managed_one article > div:nth-child(2) {
    background: #fff;
}
.managed_one article > div:nth-child(3) {
    background: #00347c;
}
.managed_one article > div:nth-child(4) {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.managed_one article > div:first-child > div {
    background: #e8f5f0;
    border-radius: 4px;
    height: 416px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.managed_one article > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.managed_one article > div:nth-child(2) img:nth-child(2) {
    margin: 20px 0;
}
.managed_one article > div:nth-child(3) > div {
    clip-path: polygon(
            0 0,
            100% 0,
            100% 91%,
            55% 91%,
            50% 97%,
            44% 91%,
            0 91%
    );
    border-radius: 4px;
    background: #e6ebf2;
    text-align: center;
    padding: 34px 0;
    margin-bottom: 10px;
}
.managed_one article > div:nth-child(3) > div > img {
    margin-bottom: 22px;
}
.managed_one article > div:nth-child(3) > div > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.managed_one article > div:nth-child(3) > div > div > div {
    width: 50%;
    margin-bottom: 23px;
}
.managed_one article > div:nth-child(3) > div > div > div p {
    margin: 0;
    font-size: 15px;
    margin-top: 6px;
    letter-spacing: -1.5px;
}
.managed_one article > div:nth-child(3) > div > div > div:nth-child(2) p{
    top: 1px;
    position: relative;
}
.managed_one article > div:nth-child(3) > div > div > div:last-child p{
    top: 6px;
    position: relative;
}
.managed_one article > div:nth-child(3) ul {
    padding: 0;
    color: #fff;
}
.managed_one article > div:nth-child(3) ul li {
    position: relative;
    padding-left: 9px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 31px;
}
.managed_one article > div:nth-child(3) ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #fff;
    margin-top: 13px;
}
.consul_one {
    text-align: center;
}
.consul_one {
    text-align: center;
}
.consul_one .consul_one_inn > div:nth-child(1) {
    border: 2px solid #00377b;
    width: 364px;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    border-radius: 60px;
}
.consul_one .consul_one_inn > div:nth-child(1) h4 {
    color: #00377b;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
}
.consul_one .consul_one_inn > div:nth-child(1) p {
    color: #00377b;
    font-weight: 500;
    font-size: 24px;
    margin-top: -5px;
}
.consul_one .consul_one_inn > div:nth-child(2) {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.consul_one .consul_one_inn .round {
    width: 226px;
    height: 226px;
    background: #00377b;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 13px;
}
.consul_one .consul_one_inn .round h5 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.consul_one .consul_one_inn .round p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    margin-top: 4px;
}
.consul_one .consul_one_inn > div:nth-child(3) {
    margin-top: -66px;
    position: relative;
    z-index: 1;
}
.consul_one .consul_one_inn > div:nth-child(3) img {
    width: 689px;
    height: 174px;
}
.consul_one .consul_one_inn .item .box h5 {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    background: #0fa17d;
    margin: 0;
    padding: 14.5px 0;
}
.consul_one .consul_one_inn .item .box .bg_bus {
    background: #1492a9;
}
.consul_one .consul_one_inn .item .box .bg_tech {
    background: #1771b0;
}
.consul_one .consul_one_inn .item .box .txt_bus {
    color: #1492a9;
}
.consul_one .consul_one_inn .item .box .txt_tech {
    color: #1771b0;
}
.consul_one .consul_one_inn .item .box p {
    font-weight: 500;
    color: #0fa17d;
    font-size: 20px;
    margin: 0 0 14px 0;
}
.consul_one .consul_one_inn .item .box span {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}
.consul_one .consul_one_inn > div:nth-child(4) {
    display: flex;
    margin-top: -55px;
    z-index: 2;
    position: relative;
}
.consul_one .consul_one_inn > div:nth-child(4) > div:nth-child(2) {
    margin: 0 2px;
}
.consul_one .consul_one_inn > div .box > div {
    background: #fff;
    padding: 45px 0;
}
.consul_one .consul_one_inn > div .box {
    width: 33.33333%;
}
.consul_two .consul_two_inn {
    display: flex;
}
.consul_two .consul_two_inn .box {
    width: 25%;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-right: 0;
    position: relative;
}
.consul_two .consul_two_inn .box:not(:last-child):before {
    content: url(/lib/user/img/new_design/consul_02.png);
    position: absolute;
    top: 44.5%;
    right: -19px;
    z-index: 1;
}
.consul_two .consul_two_inn .box:last-child {
    border-right: 1px solid #dbdbdb;
}
.consul_two .consul_two_inn .box > div {
    position: relative;
}
.consul_two .consul_two_inn .box > div p {
    font-size: 180px;
    color: #f3f3f3;
    margin: 0;
    font-family: 'Lora', serif;
    line-height: 246px;
}
.consul_two .consul_two_inn .box > div span {
    font-size: 22px;
    color: #00377b;
    font-weight: 600;
    position: absolute;
    top: 38%;
    width: 100%;
    left: 0;
    line-height: 32px;
}
.consul_two .consul_two_inn .box > p {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-top: -31px;
    margin-bottom: 50px;
}
.p_cloud {
    margin-bottom: 100px;
}