:root {
	--eisoft-theme-main-body-maxwidth: 1420px;
}

.HWPTABLELINE{width: auto;}
table.HWPTABLELINE tr td p span {
    font-family: 'Noto Sans KR' !important;
    font-style: initial !important;
}
@media (max-width: 700px){
table.HWPTABLELINE tr td p span {
    font-size: 1.7vw !important;
}
}
.content.sub_a .sub_content .citem_box a.homepagembon{
display:none;
}
.txtalign-l{
text-align: left;
}
.border_1_c{
    border: 1px solid #ccc;
}
html {
    min-width: 560px;
	scroll-behavior: smooth;
}
.wdfmode{
max-width: var(--eisoft-theme-main-body-maxwidth);
width: 100%;
}
*{font-family: 'pretend', sans-serif !important;}
.fa{
    font: normal normal normal 14px/1 FontAwesome !important;
}
header .HTP {
    background-color: #dedede;
    margin: 0 -30px;
    padding: 0 30px;
    box-sizing: border-box;
}

header .HTP .IN {
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 44px;
        margin: 0 auto;
        max-width: var(--eisoft-theme-main-body-maxwidth);
}

header .HTP .IN .LT {}

header .HTP .IN .LT ul {
    font-size: 0;
}

header .HTP .IN .LT ul li {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

header .HTP .IN .LT ul li a {
    display: block;
    padding: 0 30px;
    background-color: #dedede;
    color: #000;
    font-size: 13px;
    letter-spacing: -0.52px;
    font-weight: 300;
    line-height: 44px;
    box-sizing: border-box;
}
header .HTP .IN .LT ul li.active a{
    background-color: #1a5ab2;
    color: #fff;
    font-weight: 500;
}

header .HTP .IN .RT {}

header .HTP .IN .RT ul {
    font-size: 0;
}

header .HTP .IN .RT ul li {
    display: inline-block;
    margin-right: 28px;
    font-size: 16px;
    vertical-align: top;
    height: 44px;
}

header .HTP .IN .RT ul li a {
    display: block;
    padding-left: 21px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.52px;
    color: #222;
    line-height: 44px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto 14px;
}

header .HTP .IN .RT ul li.login a {
    background-image: url(/eisoft_data/project/inc20221/web/img/header/top_rt_ico_a.png);
}

header .HTP .IN .RT ul li.singup a {
    background-image: url(/eisoft_data/project/inc20221/web/img/header/top_rt_ico_b.png);
}

header .HTP .IN .RT ul li.customer a {
   
						background-color: #c3c3c3;
						color: #fff;
						font-weight: 500;
						padding-left: 21px;
						padding-right: 21px;
						background-image: none;
}

header .HBT {
    position: relative;
    margin: 0 auto;
    max-width: var(--eisoft-theme-main-body-maxwidth);
    padding-left: 166px;
    padding-right: 80px;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
}

header .HBT h1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

header .HBT h1 img {
    width: 77px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999;
}

header .HBT .all_menu {
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 16px;
    transform: translateY(-50%);
    z-index: 999999;
}

header .HBT .all_menu {
    position: absolute;
}


header .HBT .all_menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #223d71;
    transition: all 0.3s ease-in-out;
}

header .HBT .all_menu span.top {
    top: 0px;
}

header .HBT .all_menu span.middle {
    top: 7px;
}

header .HBT .all_menu span.bottom {
    left: auto;
    right: 0;
    bottom: 0;
    width: 60%;
}

header .HBT div#gnb {
    background: transparent;
}

header .HBT div#gnb ul.warp {
    position: relative;
    display: flex;
    justify-content: space-around;
}

header .HBT div#gnb ul.warp > li {
    position: relative;
    padding: 22px 10px 22px;
    box-sizing: border-box;
    border-top: 5px solid #fff;
}

header .HBT div#gnb ul.warp > li > a {
    display: block;
    font-size: 18px;
    line-height: 1.47;
    letter-spacing: -0.68px;
    color: #222;
    transition: color 0.3s ease-in-out;
    top: -5px;
    position: relative;
}

header .HBT div#gnb ul.warp ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 160px;
    text-align: center;
    padding: 20px 19px;
    background: #fff;
    border: 1px solid #e8e8e8;
    transform: translateX(-50%);
    box-sizing: border-box;
}

header .HBT div#gnb ul.warp li li {
    display: block;
    white-space: nowrap;
    box-sizing: border-box;
}

header .HBT div#gnb ul.warp li li a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    letter-spacing: -0.6px;
    color: #777;
}

header .HBT div#gnb ul.warp > li:hover ul {
    display: block;
}

header .HBT div#gnb ul.warp li li + li {
    padding-top: 10px;
}

header .HBT div#gnb ul.warp > li:hover {
    border-top: 5px solid #cbcbcb;
}

header .HBT div#gnb ul.warp li li a:hover {
    color: #1a5ab2;
    font-weight: 700;
}

header nav.oldver {
    /* border-bottom: 3px solid #e8e8e8; */
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 77777;
    height: 116px;
    padding: 0 30px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    transition: all .6s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    box-sizing: border-box;
}

header .HBT .all_menu.active span.top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

header .HBT .all_menu.active span.middle {
    width: 0;
}

header .HBT .all_menu.active span.bottom {
        top: 50%;
    width: 100%;
    transform: translateY(-50%) rotate(-45deg);
}
nav .allinmenuline {
    display: none;
    position: fixed;
    left: 0;
    top: 115px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    z-index: 2;
    box-sizing: border-box;
}

nav.active .allinmenuline {
    display: block;
}

nav.active .allinmenuline .inner {
       height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

nav.active .allinmenuline .inner .inner_on {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

nav.active .allinmenuline .inner .inner_on ul.allmenu {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--eisoft-theme-main-body-maxwidth);
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

nav.active .allinmenuline .inner .inner_on ul.allmenu > li {
    position: relative;
    width: calc(100% / 5);
    padding: 15px;
    min-height: 180px;
    box-sizing: border-box;
    text-align: left;
}

nav .allinmenuline .inner .inner_on ul.allmenu > li > span, nav.active .allinmenuline .inner .inner_on ul.allmenu > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.64px;
    color: #223d71;
}

nav .allinmenuline .inner .inner_on ul.allmenu > li > span{
display: none;
}

nav .allinmenuline .inner .inner_on ul.allmenu .drp2v {
    margin-top: 13px;
}
nav .allinmenuline .inner .inner_on ul.allmenu .drp2v li + li {
    margin-top: 8px;
}
nav .allinmenuline .inner .inner_on ul.allmenu .drp2v li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.56px;
    color: #888;
    transition: color 0.3s ease-in-out;
}
nav .allinmenuline .inner .inner_on ul.allmenu > li:after {
    position: absolute;
    content: '';
    left: -999%;
    right: -999%;
    bottom: -1px;
    height: 1px;
    background-color: #e8e8e8;
}
nav .allinmenuline .inner .inner_on ul.allmenu > li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 200%;
    width: 1px;
    background-color: #e8e8e8;
}
nav .allinmenuline .inner .inner_on ul.allmenu > li:nth-child(1):before{
	display:none;
}
nav.active .allinmenuline .inner .inner_on {
    border-bottom: 1px solid #ccc;
}
nav .allinmenuline .inner .inner_on ul.allmenu .drp2v li a:hover {
    font-weight: 700;
}
main.nmr {
    padding-top: 115px;
    box-sizing: border-box;
}
.mvline {
    background-color: #ffffff;
}header .HBT h1 img {
    width: 77px;
}

.mvline .mvwrap {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1920px;
    height: 400px;
    background: url(/eisoft_data/project/inc20221/web/img/index/mvi/a.png) no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
}



.mvline .mvwrap .mv_in {
    position: relative;
    margin: 0 auto;
    padding: 75px 0;
    max-width: var(--eisoft-theme-main-body-maxwidth);
    height: 100%;
    box-sizing: border-box;
}

.mvline .mvwrap .mv_in .mv_txt {
    position: relative;
}

.mvline .mvwrap .mv_in .mv_txt strong {
    display: block;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -1.35px;
    color: #222;
}
.mvline .mvwrap .mv_in .mv_txt .mv_linkbox {
    font-size: 20px;
    background: #ffffff;
    display: table;
    padding: 10px 20px;
    margin-top: 10px;
    color: #000;
    border: 1px solid #000;
}
.mvline .mvwrap .mv_in .mv_txt .mv_linkbox {
    cursor: pointer;
}

.mvline .mvwrap .mv_in .mv_txt .mv_linkbox:hover {
    background: #082143;
    color: #fff;
}
#ftr .topline {
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
#ftr .topline .inner {
    padding-right: 130px;
    box-sizing: border-box;
}
#ftr .inner {
    position: relative;
    margin: 0 auto;
    max-width: var(--eisoft-theme-main-body-maxwidth);
    padding: 0 20px;
}
#ftr .topline .line_con {
    font-size: 0;
    margin: 0 -33px;
    padding: 12px 0;
}
#ftr .topline .line_con a {
    position: relative;
    display: inline-block;
    padding: 0 33px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.56px;
    font-weight: 300;
    color: #777;
    vertical-align: top;
    box-sizing: border-box;
}
#ftr .topline .fmrs_load {
    position: absolute;
    top: 0;
    right: 0;
}
#ftr .topline .fmrs_load select.select {
    display: block;
    padding: 0 17px;
    padding-right: 30px;
    width: 130px;
    height: 44px;
    border: none;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
}
#ftr .ft_main_info {
    padding: 32px 20px;
    box-sizing: border-box;
}
#ftr .ft_main_info .inner {
    padding-left: 290px;
    box-sizing: border-box;
}
#ftr .ft_main_info .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 232px;
    height: 43px;
    background: url(/eisoft_data/project/inc20221/web/img/footer/logo.png) no-repeat 50%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#ftr .ft_main_info .info_con {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.64;
    letter-spacing: -0.56px;
    color: #444;
}
#ftr .ft_main_info .info_con .cpr {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.77;
    letter-spacing: -0.52px;
    font-weight: 300;
    color: rgba(102, 102, 102,0.8);
}
.content {}

.content .in_maxline {
    max-width: var(--eisoft-theme-main-body-maxwidth);
    margin: 0 auto;
}

.dp_flex{
    display: flex;
}

div.index.con.st_a {
    display: block;
    text-align: center;
    font-size: 25px;
    padding: 200px;
}
.content.sub_a {
    padding: 10px 0 100px;
}
.content.sub_a div#LTM {
    width: 255px;
    margin-right: 10px;
    min-width: 0;
    min-height: 0;
}

.content.sub_a {}

.content.sub_a div#LTM {}

.content.sub_a div#LTM .top_line {}

.content.sub_a div#LTM .top_line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 240px;
    text-align: center;
    box-sizing: border-box;
    background: #124995;
    -webkit-background-size: cover;
    background-size: cover;
}
.content.sub_a div#LTM .top_line strong {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.17;
    letter-spacing: -1.8px;
    color: #fff;
}
.content.sub_a div#LTM .sub_line {
    position: relative;
    padding: 15px 0;
    background: #f1f1f1;
    z-index: 2;
    box-sizing: border-box;
}
.content.sub_a div#LTM .sub_line a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: -0.8px;
    color: #777;
    box-sizing: border-box;
}
.content.sub_a div#LTM .sub_line li.active a {
    color: #222;
    font-weight: 700;
}
.content.sub_a .sub_content {
    width: 898px;
    flex: 1;
    padding: 24px 30px 50px;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}
.content.sub_a .sub_content .subtoptext {
    margin-bottom: 46px;
    text-align: center;
}
.content.sub_a .sub_content .subtoptext h3 {
    display: block;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -2.5px;
    color: #333;
}
.locationWrap {
    margin-top: 10px;
}

.content.sub_a .sub_content .subtoptext .wrap {
    margin-top: 10px;
}

.content.sub_a .sub_content .subtoptext .wrap ul.loc_lt {
    font-size: 0;
    margin-left: -20px;
}

.content.sub_a .sub_content .subtoptext .wrap ul.loc_lt li {
    display: inline-block;
    padding-left: 20px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #a2a2a3;
    vertical-align: top;
    box-sizing: border-box;
}
.mvline .mvwrap .mv_in .mv_txt strong {
    margin-bottom: 20px;
    display: inline-block;
}
.textcenter{
    text-align: center;
}
section.index.b {}section.index.b {
    min-height: 270px;
    background: #1a5ab2;
}

section.index .inner {
    max-width: var(--eisoft-theme-main-body-maxwidth);
    margin: 0 auto;
}

.mvline .mvwrap .mv_in .mv_txt .mv_linkbox {
}

.mvline .mvwrap .mv_in {
    padding: 75px 0;
}

.mvline .mvwrap .mv_in .mv_txt {
    position: relative;
    top:15px;
}

.ims_ver_a{
    position: relative;
    top: 40px;
}
.MSCODE ul {
    display: flex;
    justify-content: space-between;
}
.MSCODE li:first-child {
    padding-left: 0;
    border-left: none;
}
.MSCODE li {
    padding: 11px 10px 0;
    padding-left: 58px;
    /* width: 25%; */
    border-left: 1px solid #d5d5d5;
    box-sizing: border-box;
}
.MSCODE li .ITEM_BOX {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.MSCODE li .IMGB {
    margin-top: 42px;
}
.IMGB img {
    max-width: 100%;
}
.m_only {
    display: none;
}
.MSCODE li .TXTB strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.68px;
    color: #222;
}
.MSCODE li .TXTB span {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    letter-spacing: -0.56px;
    color: #444;
}
.MSCODE ul {
    padding: 35px 0px;
}
header .HBT h1 img {
    width: 175px;
}
section.index.b .inner {
    position: relative;
}
section.index.b .inner img.ims_ver_a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
	opacity: 0.4;
}
.justsec_check{
	background: url(/eisoft_data/project/inc20221/web/img/index/pick_v/sec_con_a.png);
    background-position: 0 43px;
    height: 271px;
    background-repeat: no-repeat;
}
section.index.b .inner.flexv{
	display: flex;
    align-items: center;
}
section.index.b .inner .ltbox {
    width: 27%;
}
section.index.b .inner .rtbox {
    width: 73%;
}
section.index.b .inner .ltbox span.infotxt {
    color: #fff;
    font-size: 36px;
    position: relative;
    left: -69px;
    top: -7px;
    line-height: 43px;
}
section.index.b .inner .ltbox img.infoboximg {
    position: absolute;
    top: calc( 50% + 13px);
    transform: translateY(-50%);
    left: 121px;
    z-index: 0;
}section.index.b .inner .ltbox span.infotxt {
    color: #fff;
    font-size: 36px;
    position: relative;
    left: -69px;
    top: -7px;
    line-height: 43px;
    z-index: 1;
}
.index.con.st_a.pdreset {
    padding: 0;
}
ul.contentulon.activem {
    display: inline-block;
    position: static;
    left: auto;
    right: auto;
    max-width: 1200px;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    white-space: normal;
    background-color: #fff;
    border: 0;
    table-layout: fixed;
}.index.con.st_a.pdreset {
    padding: 0;
}

ul.contentulon.activem li {
    display: inline-block;
    border: none;
    border: 1px solid #e3e3e3;
    text-align: center;
    vertical-align: middle;
    background: #ededed;
    margin: 2px 0px;
    width: 189px;
}

ul.contentulon.activem li a {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: auto;
    line-height: 1.3em;
    padding: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: .1s background ease-in-out;
}

ul.contentulon.activem li a > span {
    box-sizing: border-box;
    display: table-cell;
    height: 50px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -.02em;
}

ul.contentulon.activem li.active {
    color: #274876;
    border-color: #274876;
    background: #fff;
}

ul.contentulon.activem li:hover {
color: #274876;
    border-color: #274876;
    background: #fff;
    
}
.content.sub_a .sub_content .main_info_txt {
    background: #f4f4f4;
    text-align: left;
    padding: 15px;
    font: caption;
    line-height: 30px;
}

.content.sub_a .sub_content .main_info_txt span.content {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 0;
}

ul.contentulon.activem {margin-bottom: 10px;}

.content.sub_a .sub_content h3.vbtxth3 {
    text-align: left;
    position: relative;
    display: block;
    padding-left: 18px;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.72px;
    font-weight: 400;
    color: #444;
    box-sizing: border-box;
    margin-top: 25px;
}



.content.sub_a .sub_content h3.vbtxth3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    bottom: 4px;
    width: 3px;
    background-color: #124995;
}

.content.sub_a .sub_content .infovblinebglay {
    background: url(/eisoft_data/project/inc20221/web/img/page/eggb/a/vb_a.png);
    width: 100%;  
    position: relative;
	height: 220px;
    background-size: cover !important;
    background-position: center center !important;
}
.content.sub_a .sub_content .infovblinebglay.b{
    background: url(/eisoft_data/project/inc20221/web/img/page/eggb/a/vb_b.png);
}

.content.sub_a .sub_content h3.vbtxth3 {
    margin-bottom: 15px;
}

.content.sub_a .sub_content .infovblinebglay span.info_on {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.content.sub_a .sub_content .infovblinebglay span.info_on:hover {
    background: #124995;
    border-color: #0e3c7c;
}
.content.sub_a .sub_content .infovblinebglay {
    background-size: cover;
}
.content.sub_a .sub_content .infovblinebglay span.info_on_r {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 17px;
    color: #fff;
    border: 1px solid #11448b;
    padding: 10px 20px;
    cursor: pointer;
    background: #0a2d5c;
}.content.sub_a .sub_content .infovblinebglay {
    background-size: cover;
}
.content.sub_a .sub_content .addinfo_box {
    margin-top: 15px;
}

.content.sub_a .sub_content .addinfo_box ul.content {
    display: flex;
    font-size: 15px;
}

.content.sub_a .sub_content .addinfo_box ul.content li {
    margin-right: 25px;
}

.content.sub_a .sub_content .addinfo_box ul.content li span.box_name {
    background: #ccc;
    color: #fff;
    padding: 7px 10px;
    margin-right: 10px;
}

.content.sub_a .sub_content .addinfo_box ul.content li span.box_name.ssg {
    background: #132844;
}

.content.sub_a .sub_content .addinfo_box ul.content li span.box_name.callnm {
    background: #0a5a52;
}
.content.sub_a .sub_content .info_box {
    background: #f4f4f4;
    margin-top: 15px;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    color: #565656;
}
.content.sub_a .sub_content .citem_box {
    margin-top: 20px;
}
.content.sub_a.inr .topinfo {
    display: flex;
    align-items: baseline;
}

.content.sub_a.inr .topinfo ul.kd {
    /* display: flex; */
    align-self: center;
    flex: auto;
    text-align: right;
    position: relative;
    top: 4px;
    color: #fff;
}

.content.sub_a.inr .topinfo ul.kd li {
    display: inline-block;
    font-size: 15px;
    background: #0e2d58;
    padding: 6px;
}
.content.sub_a.inr .main_vb {
    height: 225px;
}
.content.sub_a.inr .vbinfo_crm {
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.content.sub_a.inr .vbinfo_crm span.val {
    margin-left: 15px;
    color: #707070;
}

.content.sub_a.inr .vbinfo_crm span.name {
    color: #fff;
    background: #325079;
    padding: 5px 15px;
}
.content_box {
    background: #f7f7f7;
    font-size: 15px;
    text-align: left;
    padding: 15px;
    color: #4e4e4e;
}.content.sub_a.inr .vbinfo_crm span.name {
    color: #fff;
    background: #2064c3;
    padding: 5px 15px;
}

.content.sub_a.inr .vbinfo_crm {
    margin-bottom: 10px;
}
.weakst_fnt {
    color: #8d8d8d;
    
}
.lineh25{
	line-height: 25px;
}
li.maponloadwkv {
    background: #ccc !important;
    cursor: pointer;
}.weakst_fnt {
    color: #8d8d8d;
    line-height: 25px;
}

li.maponloadwkv:hover {
    background: #124995 !important;
}
.googlemap iframe.inamap {
    width: 100%;
    height: 421px;
}
.googlemap span {
    font-size: 16px;
    display: block;
    text-align: left;
}

.googlemap > iframe {
    width: 100%;
    height: 421px;
}
.content.sub_a .sub_content .addinfo_box ul.content li span.box_name.ssg {
    background: #fff;
    color: #777;
}

.content.sub_a .sub_content .addinfo_box ul.content li span.box_name.callnm {
    background: #fff;
    color: #777;
}
section.index.b .inner .rtbox ul.indexsc2psvul {
    display: flex;
}

section.index.b .inner .rtbox ul.indexsc2psvul li {
    background: #0153a9;
    margin-right: 18px;
    color: #fff;
    text-align: left;
    display: flex;
    padding: 18px;
    padding-top: 50px;
    padding-right: 7px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .maintxt {
    font-size: 21px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .thum_co {
    margin-left: 20px;
    position: relative;
    top: 40px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .lt {}

section.index.b .inner .rtbox ul.indexsc2psvul li .lt .maintxt {
    margin-bottom: 22px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .lt .subtxt {
    font-size: 14px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li:nth-child(4) {
    margin-right: 0;
}
section.index.b .inner .rtbox ul.indexsc2psvul li:hover {
    background: #03376d;
}

section.index.b .inner .rtbox ul.indexsc2psvul li {
    cursor: pointer;
}
.infoboximgst{
display:none;
}


section.index.b .inner .ltbox span.infotxt b, section.index.b .inner .ltbox span.infotxt font {
    position: relative;
    z-index: 1;
}

span.mbspanon{
display:none;
}
section.index.b .inner .rtbox ul.indexsc2psvul li {
    width: 25%;
}
section.index.b .inner .rtbox ul.indexsc2psvul li .thum_co {
    position: absolute;
    right: 10px;
    top: 83px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .thum_co img.infoboximg {
    position: absolute;
    right: 10px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li {
    position: relative;
}
.register {
    max-width: var(--eisoft-theme-main-body-maxwidth);
    margin-top: 130px;
}
.MBLOGINON{
 
    display: none;
    
}
a.onmb_myp{
display:none;
}
.content.sub_a .sub_content .main_info_txt ul {
}

.content.sub_a .sub_content .main_info_txt ul li {
    display: inline-block;
    background: #fefefe;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
}

.content.sub_a .sub_content .main_info_txt ul li:hover {
    background: #124995;
    color: #fff;
}

@media (max-width: 1280px){
.register {
    max-width: var(--eisoft-theme-main-body-maxwidth);
    margin-top: 80px;
}
.inner.textcenter.justsec_check.flexv {}section.index.b .inner.flexv {
    flex-direction: column;
    display: inline;
}

section.index.b .inner .ltbox {
    width: 100%;
    padding: 102px;
}

section.index.b .inner .rtbox {
    width: 100%;
    padding-bottom: 39px;
}

section.index.b .inner .rtbox ul.indexsc2psvul {
    width: 100%;
    display: inline-block;
}

section.index.b .inner .rtbox ul.indexsc2psvul li {
    width: 45%;
}

section.index.b .inner .rtbox ul.indexsc2psvul li {
    display: inline-flex;
}

section.index.b .inner .rtbox ul.indexsc2psvul li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 20px;
}

section.index.b .inner .ltbox span.infotxt {
    position: relative;
    left: 0;
}

section.index.b .inner .ltbox span.infotxt b {
    position: relative;
    z-index: 1;
}

section.index.b .inner .ltbox span.infotxt font {
    position: relative;
    z-index: 1;
}
    
header .HTP {
    display: none;
}

header nav {
    height: 70px;
}

header .HBT div#gnb {
    display: none;
}
    
section.index.b .inner .ltbox img.infoboximg {
    display: none;
}
    
.infoboximgst {
    display: inline;
    position: absolute;
    left: 70px;
    top: -51px;
}
    

.MSCODE li, .MSCODE li:first-child {
    width: auto;
    padding: 22px;
    border-bottom: 1px solid #ccc;
}

.MSCODE ul {
    flex-direction: column;
}
    
main.nmr {
    padding-top: 70px !important;
}
main.nmr main.nmr {
    padding-top: 0px !important;
}

nav .allinmenuline {
    top: 69px;
}
    
nav.active .allinmenuline .inner .inner_on ul.allmenu > li {
    width: calc(100% / 2);
}
img.infoboximgst {
    opacity: 0.7;
}
section.index.b .inner .rtbox ul.indexsc2psvul li .thum_co {
    margin-left: 40px;
}
.MSCODE li .IMGB span.mbspanon {float: right;background: #002c3c;color: #fff;padding: 15px 20px;position: relative;top: 10px;font-size: 17px;}img.infoboximgst {
    opacity: 0.37;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .thum_co {
    margin-left: 40px;
}

.MSCODE li .IMGB {
    display: block;
}

.MSCODE li .TXTB strong {
    font-size: 24px;
}

.MSCODE li .TXTB span {
    margin-top: 10px;
    display: block;
}
.MSCODE li .IMGB span.mbspanon {
    display: block;
}
nav .allinmenuline .inner .inner_on ul.allmenu > li > span, nav.active .allinmenuline .inner .inner_on ul.allmenu > li > a {
    font-size: 25px;
}

nav .allinmenuline .inner .inner_on ul.allmenu .drp2v li a {
    font-size: 17px;
}
section.index.b {
    background: #0d213c;
}
section.index.b .inner .rtbox ul.indexsc2psvul li {
    position: relative;
}section.index.b {
    background: #002c3c;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .thum_co {
    position: absolute;
    right: 10px;
    bottom: 0;
}

section.index.b .inner .rtbox ul.indexsc2psvul li .thum_co img.infoboximg {
    position: relative;
    top: 0px;
}
nav.active .allinmenuline .inner .inner_on ul.allmenu > li {
    min-height: 230px;
}
section.index.b .inner .rtbox ul.indexsc2psvul li{
    background: #034056;
}
.content.sub_a div#LTM {
    display: none;
}
.MBDISPB{display:inherit;}
section.index.b .inner .rtbox ul.indexsc2psvul li {
    padding-bottom: 35px;
}
nav.active .allinmenuline .inner .inner_on ul.allmenu > li {
    padding: 27px;
}
.MBLOGINON{
    background: #01afef;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.swiper-slide img {
    height: 100%;
}
a.onmb_myp {
	display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
}

a.onmb_myp {
    background: #002c3c;
    color: #ffffff;
    padding: 10px;
}
}

@media (max-width: 780px) {


.content.sub_a .sub_content .addinfo_box ul.content li.homepage {
    display: none;
}

    .content.sub_a .sub_content .citem_box {
    margin-bottom: 35px;
}

.content.sub_a .sub_content .citem_box a.homepagembon {
    background: #0a2d5c;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 17px;
}

    }


.itBannerArea {
    background: #1870b2;
}td {}.content.sub_a .sub_content .info_box {
    font-size: 16px;
}

.search_detail:before {}

.search_detail:before {
    display: none;
}

.search_detail {
    border-radius: 0;
}

.systemStep > li .txt_box {
    background: #2aa3d5;
    color: #fff;
    border-radius: 0;
    padding: 27px 10px;
}

/* ADD WORK 20221107 */
:root {
	--eisoft-theme-main-addwork-color: linear-gradient(50deg, rgba(3,134,245,1) 0%, rgba(24,207,192,1) 100%);
}
header .HTP .IN .LT ul li.active a{background: var(--eisoft-theme-main-addwork-color);}
header .HTP {
    background-color: #fcfcfc;
}

header .HTP .IN .LT ul li a {
    background-color: #f6f6f6;
}

header .HTP .IN .RT ul li.customer a {
    background-color: #f6f6f6;
    background: var(--eisoft-theme-main-addwork-color);
}
.search_box_line {
    align-self: center;
}
.content.sub_a div#LTM .top_line {
    background: var(--eisoft-theme-main-addwork-color);
}
.content.sub_a div#LTM .sub_line {
    background: #fcfcfc;
}





.css-1xf1b1m {
    margin: 0px 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 256px;
    transition: max-width 0.2s ease-in-out 0s;
    position: relative;
}
.css-ai6fvq {
    width: 100%;
    border: 1px solid rgb(228, 229, 237);
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    display: inline-flex;
    flex-direction: row;
    overflow: hidden;
    cursor: text;
    background-color: rgb(255, 255, 255);
    color: rgb(48, 52, 65);
    height: 42px;
    padding: 0px 12px;
    min-width: 64px;
    border-radius: 20px;
    font-size: 14px;
}
.css-dka9py {
    outline: none;
    flex: 1 1 0%;
    width: 100%;
    background-image: none;
    box-sizing: border-box;
    font-size: inherit;
    border: none;
    font-weight: inherit;
    background-color: transparent;
    text-align: left;
    color: inherit;
}
.search_box_line button, .search_box_line input {
    overflow: visible;
}
.css-kknodv {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.css-ai6fvq .suffix-wrapper {
    padding-left: 7px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: auto;
}
.css-aah4od {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.css-ai6fvq svg {
    width: 20px;
    height: 20px;
}
.css-ai6fvq svg {
    cursor: pointer;
}
.search_box_line .srh_slt {
    display: inline-block;
}

.search_box_line .srh_con {
    display: inline-block;
}

.search_box_line .srh_slt ul li {
    display: inline-block;
}
header .HTP .IN .LT {
    flex: 100;
}
.search_box_line {
    margin-right: 10px;
}
.search_box_line .srh_slt ul li {
    cursor: pointer;
    margin-left: 5px;
}
.search_box_line .srh_slt ul li.active {
    color: #000;
    font-weight: bold;
}
.search_box_line .srh_slt ul li.active {
    background: #ccc;
    border-radius: 10px;
    padding: 13px;
    background: var(--eisoft-theme-main-addwork-color);
    color: #fff;
}
.search_box_line .srh_slt ul li {
    border-radius: 10px;
    padding: 13px;
}
.search_mn_on{
    position: absolute;
    right: 50px;
    top: calc( 50% + -12px);
	}
@media (min-width: 1280px){
.search_mn_on {
    display: none;
}
}
@media (max-width: 1280px){
.MBLOGINON {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    background: var(--eisoft-theme-main-addwork-color);
}
}
@media (max-width: 1280px){
.MBLOGINON {
    background: #01afef;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    background: var(--eisoft-theme-main-addwork-color);
}
section.MB_SRH_SC {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 77777;
}
section.MB_SRH_SC {
    display: none;
}


section.MB_SRH_SC .head {
    height: 70px;
    display: flex;
}

section.MB_SRH_SC .head .LFM_B {
    align-self: center;
    margin-left: 20px;
}

section.MB_SRH_SC .head .LFM_B span.bt_bk {
    font-size: 20px;
}

section.MB_SRH_SC .head .LFM_T {
    align-self: center;
}

section.MB_SRH_SC .head .LFM_T span.bk_txt {
    font-size: 25px;
    margin-left: 30px;
    font-weight: 500;
}
section.MB_SRH_SC .switch_s ul {
    display: flex;
}

section.MB_SRH_SC .switch_s ul li {
    cursor: pointer;
    padding: 12px;
    font-size: 20px;
    flex: 1;
    text-align: center;
    border: 1px solid #ececec;
}

section.MB_SRH_SC .switch_s ul li:nth-child(2) {
    border-left: 0;
}

section.MB_SRH_SC .switch_s ul li.active {
    background: var(--eisoft-theme-main-addwork-color);
    color: #fff;
    border-color: #12bbce;
}
section.MB_SRH_SC .switch_s {
    margin-top: 20px;
}
section.MB_SRH_SC .search_on {
    border-bottom: 3px solid #058cf1;
    margin: 20px;
    margin-top: 19px;
    padding: 10px;
}

section.MB_SRH_SC .search_on input.css-dka9py.e1fnk6ig1 {
    font-size: 20px;
    width: 100%;
}

section.MB_SRH_SC .search_on form.css-1xf1b1m.e7n0ca10 {
    width: 100%;
    max-width: -webkit-fill-available;
}
.css-aah4od {
    cursor: pointer;
}

section.MB_SRH_SC .search_on {
    border-bottom: 3px solid #058cf1;
    margin: 20px;
    margin-top: 19px;
    padding: 10px;
}

section.MB_SRH_SC .search_on input.css-dka9py.e1fnk6ig1 {
    font-size: 20px;
    width: 100%;
}

section.MB_SRH_SC .search_on form.css-1xf1b1m.e7n0ca10 {
    width: 100%;
    max-width: -webkit-fill-available;
}
section.MB_SRH_SC .head .LFM_B span.bt_bk {
    cursor: pointer;
}
a.search_mn_on {
    width: 24px;
    height: 16px;
    z-index: 999999;
}
section.MB_SRH_SC .head .LFM_B span.bt_bk {
    position: relative;
    top: 5px;
}
}
main.nmr {}main.nmr {
    padding-top: 0;
}
form[name~="fsearch"]{
    margin: 0 auto;
}
div#sch_result {
    max-width: var(--eisoft-theme-main-body-maxwidth);
    margin: 0 auto;
}

section.index.b {
    background: var(--eisoft-theme-main-addwork-color);
}

section.index.b .inner .rtbox ul.indexsc2psvul li:hover {}

section.index.b .inner .rtbox ul.indexsc2psvul li {
    background-color: rgba(255,255,255,0.1);
}

section.index.b .inner .ltbox img.infoboximg {
    opacity: 0.2;
}

section.index.b {
    min-height: 313px;
}

section.index.b .inner.flexv {
    padding-top: 53px;
}

section.index.b .inner .rtbox ul.indexsc2psvul li {
    padding-bottom: 50px;
}

@media (max-width: 1280px){
img.infoboximgst {
    opacity: 0.17;
}
.MSCODE li .IMGB span.mbspanon {
    float: right;
    background: var(--eisoft-theme-main-addwork-color);
    color: #fff;
    padding: 15px 20px;
    position: relative;
    top: 10px;
    font-size: 17px;
}
}
.content.sub_a div#LTM .top_line{
    border-radius: 46px 5px 5px 5px;
}
.content.sub_a div#LTM .sub_line a {
    position: relative;
    display: block;
    padding: 16px 30px;
    font-size: 16px;
    line-height: 1.13;
    letter-spacing: -0.8px;
    color: #777;
    box-sizing: border-box;
}

.content.sub_a div#LTM .sub_line {
    background: transparent;
}

.content.sub_a div#LTM .sub_line a:before {
    position: absolute;
    content: '';
    left: 5%;
    top: 40%;
    margin-top: -6px;
    width: 4px;
    height: 24px;
    background-color: #e7e7e7;
}

.content.sub_a div#LTM .sub_line li.active a:before {
    background-color: #0792ec;
}

.content.sub_a div#LTM .sub_line li.active a {
    background: #f7f7f7;
}

.content.sub_a div#LTM .sub_line a:hover {
    background: #f7f7f7;
}

.content.sub_a div#LTM .sub_line li {
    margin-bottom: 5px;
}
.content.sub_a .sub_content .info_box {
    background: transparent;
    border: 1px solid #ccc;
}

.content.sub_a .sub_content .infovblinebglay span.info_on_r {background: var(--eisoft-theme-main-addwork-color);border: 0;border-radius: 10px;}
.search_area {
    background: #fefefe;
    border: 1px solid #e2e2e2;
}
.content.sub_a .sub_content {
    padding-top: 97px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.content.sub_a {
    padding-top: 0;
}
.content.sub_a .sub_content {
    padding-top: 10px !important;
}
section.vb_top.sublay {
	background: linear-gradient(0deg, rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)) fixed, url(/eisoft_data/project/ms/img/vb_top.jpg) fixed;
    position: relative;
    margin-top: 90px;
    width: 100%;
    height: 386px;
}
section.vb_top.sublay .vb_txt_area {
    color: #fff;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.vb_top.sublay .vb_txt_area span.maint {
    display: block;
    font-size: 50px;
    font-weight: 700;
}

section.vb_top.sublay .vb_txt_area span.subt {
    font-size: 20px;
    display: block;
    margin-top: 20px;
}
.content.sub_a.inr {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}

section.vb_top.sublay {
    
}

.content.sub_a.inr .lt_content {
    width: 300px;
}
.content.sub_a.inr .lt_content .top_line {

        position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 240px;
    text-align: center;
    box-sizing: border-box;
    background: var(--eisoft-theme-main-addwork-color);
    -webkit-background-size: cover;
    background-size: cover;
}

.content.sub_a.inr .lt_content .top_line strong {
    color: #fff;
    font-size: 25px;
}
.content.sub_a div#LTM .top_line {
    border-radius: 0 !important;
}
.content.sub_a div#LTM .top_line strong {
    font-size: 28px;
}
span.h1_style_span_listcmt {
    font-size: 17px;
}

ul.contentulon.activem.remake_new_ul li:hover a {
    color: #fff;
}

ul.contentulon.activem.remake_new_ul li a#bo_cate_on {
    color: #fff;
}
span.sound_only {
    display: none !important;
}
ul.contentulon.activem.remake_new_ul li a {
    padding: 22px;
}
.search_area input.input_search {
    height: 32px;
}
span.h1_style_span_listcmt {
    color: #777;
}
section.vb_top.sublay {
    background-position: center center;
    background-size: cover;
}
section.vb_top.sublay .pos_txt_area {
    color: #fff;
    position: absolute;
    bottom: 16px;
    right: 18px;
}
#header .search-box .tag li.active a {
    background: #b50000;
    color: #fff;
}
@media (max-width: 1280px){
section.vb_top.sublay{
    margin-top: 0px !important;
}
}
@media (max-width: 570px){

    section.vb_top.sublay .vb_txt_area {}

section.vb_top.sublay {}

ul.contentulon.activem.remake_new_ul li a {
    padding: 17px !important;
}

ul.contentulon.activem.remake_new_ul li {
    margin-right: 5px !important;
}

.content.sub_a .sub_content {
    padding: 24px 15px 50px !important;
}

span.h1_style_span_listcmt {
    font-size: 15px;
    display: none !important;
}
   section.vb_top.sublay {
    height: 300px !important;
}
}

.search_area button.in_srch_on_smt_bt {
    background: var(--eisoft-theme-main-addwork-color) !important;
}
#header .search-wrap {
    overflow: hidden;
}
#header .search-box .tag>li>a {
    height: 46.777px;
    line-height: 46.777px;
}
#header .search-box .tag li.active a, #header .search-box .tag>li>a:hover{
background: var(--eisoft-theme-main-addwork-color);
}
.content.sub_a div#LTM{
    min-width: 255px;
}
.sound_only {
    display: none;
}
span.incon {
    line-height: 30px;
}
.info_box p {
    line-height: 29px;
}
span.incon {
    word-break: keep-all;
}
.eis_video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
}
.eis_video-container iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute !important;
    width: 100%;
    height: 100%;
}
/* ADD WORK CSS 20221107 */