@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

.mainRealtimeBg {
    position: absolute;
    top: 759px;
    height: 70px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.mainRealtimeWrap {
    position: absolute;
    top: 781px;
    height: 70px;
    z-index: 1001;
    width: 100%;
}
.mainRealtimeWrap .mainRealtime {
    width: 1100px;
    margin: 0 auto;
}
.mainRealtimeWrap .mainRealtime h1 {
    float: left;
    margin-right: 5px;
}
.mainRealtimeWrap .mainRealtime ul li {
    float: left;
    margin-right: 5px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 41px;
}
.mainRealtimeWrap .mainRealtime .press {
    text-align: center;
    line-height: 30px;
    border: 1px solid #ea5404;
    background: none;
    color: #ea5404;
    padding: 2px 5px;
}
.mainRealtimeWrap .mainRealtime .title {
    color: #ea5404;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}
.mainRealtimeWrap .mainRealtime .number {
    font-size: 25px;
}
.mainRealtimeWrap .mainRealtime .moreBtn {
    width: 81px;
    height: 30px;
    line-height: 30px;
    background: #ea5404;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.container {
    position: relative;
    width: 100%;
    height: 895px;
}
.ei-slider {
    position: relative;
    width: 100%;
    max-width: 3000px;
    height: 895px;
    margin: 0 auto;
}
.ei-slider-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    line-height: 400px;
}
.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ei-title {
    position: absolute;
    left: 50%;
    margin-left: -415px;
    top: 150px;
}
.ei-slider2 .ei-title {
    position: absolute;
    left: 50%;
    margin-left: -320px;
    top: 150px;
}
.ei-slider3 .ei-title {
    position: absolute;
    left: 50%;
    margin-left: -510px;
    top: 150px;
}

/* NEW start 180423*/
.ei-title_new {
    position: absolute;
    left: 50%;
    margin-left: -415px;
    top: 90px;
}
.ei-slider2 .ei-title_new {
    position: absolute;
    left: 50%;
    margin-left: -320px;
    top: 90px;
}
.ei-slider3 .ei-title_new {
    position: absolute;
    left: 50%;
    margin-left: -510px;
    top: 90px;
}
/* NEW end 180423*/

.ei-slider-large li {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img {
    width: 100%;
}

.ei-title .ei-titleTxt .slideTxt1 {
    display: block;
    margin: 0 auto;
    width: 520px;
    height: 200px;
    background: url("../images/main/slideTxt.png") no-repeat 0 0;
    text-indent: -9999px;
}
.ei-title .ei-titleTxt .slideTxt2 {
    display: block;
    margin: 0 auto;
    width: 520px;
    height: 200px;
    background: url("../images/main/slideTxt.png") no-repeat 0 -200px;
    text-indent: -9999px;
}
.ei-title .ei-titleTxt .slideTxt3 {
    display: block;
    margin: 0 auto;
    width: 520px;
    height: 200px;
    background: url("../images/main/slideTxt.png") no-repeat 0 -400px;
    text-indent: -9999px;
}
.ei-title .ei-titleBanner {
    margin-top: 80px;
}
.ei-title .ei-titleBanner span {
    display: block;
    margin-right: 10px;
    float: left;
}
.ei-title .slideBanner11 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat 0 0;
    text-indent: -9999px;
}
.ei-title .slideBanner12 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -200px 0;
    text-indent: -9999px;
}
.ei-title .slideBanner13 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -400px 0;
    text-indent: -9999px;
}
.ei-title .slideBanner14 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -600px 0;
    text-indent: -9999px;
}

.ei-title .slideBanner21 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat 0 -200px;
    text-indent: -9999px;
}
.ei-title .slideBanner22 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -200px -200px;
    text-indent: -9999px;
}
.ei-title .slideBanner23 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -600px -200px;
    text-indent: -9999px;
}
/*.ei-title .slideBanner24 {width:200px; height:200px; background: url('../images/main/slidelBanner.png') no-repeat -600px -200px; text-indent:-9999px;}*/

.ei-title .slideBanner31 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat 0 -400px;
    text-indent: -9999px;
}
.ei-title .slideBanner32 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -200px -400px;
    text-indent: -9999px;
}
.ei-title .slideBanner33 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -400px -400px;
    text-indent: -9999px;
}
.ei-title .slideBanner34 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -600px -400px;
    text-indent: -9999px;
}
.ei-title .slideBanner35 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -400px -200px;
    text-indent: -9999px;
}

/* NEW start 180423*/
.ei-title_new .ei-titleTxt .slideTxt1 {
    display: block;
    margin: 0 auto;
    width: 520px;
    height: 200px;
    background: url("../images/main/slideTxt.png") no-repeat 0 0;
    text-indent: -9999px;
}
.ei-title_new .ei-titleTxt .slideTxt2 {
    display: block;
    margin: 0 auto;
    width: 520px;
    height: 200px;
    background: url("../images/main/slideTxt.png") no-repeat 0 -200px;
    text-indent: -9999px;
}
.ei-title_new .ei-titleTxt .slideTxt3 {
    display: block;
    margin: 0 auto;
    width: 520px;
    height: 200px;
    background: url("../images/main/slideTxt.png") no-repeat 0 -400px;
    text-indent: -9999px;
}
.ei-title_new .ei-titleBanner {
    margin-top: 80px;
}
.ei-title_new .ei-titleBanner span {
    display: block;
    margin-right: 10px;
    float: left;
}
.ei-title_new .slideBanner11 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat 0 0;
    text-indent: -9999px;
}
.ei-title_new .slideBanner12 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -200px 0;
    text-indent: -9999px;
}
.ei-title_new .slideBanner13 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -400px 0;
    text-indent: -9999px;
}
.ei-title_new .slideBanner14 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -600px 0;
    text-indent: -9999px;
}

.ei-title_new .slideBanner21 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat 0 -200px;
    text-indent: -9999px;
}
.ei-title_new .slideBanner22 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -200px -200px;
    text-indent: -9999px;
}
.ei-title_new .slideBanner23 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -600px -200px;
    text-indent: -9999px;
}
/*.ei-title .slideBanner24 {width:200px; height:200px; background: url('../images/main/slidelBanner.png') no-repeat -600px -200px; text-indent:-9999px;}*/

.ei-title_new .slideBanner31 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat 0 -400px;
    text-indent: -9999px;
}
.ei-title_new .slideBanner32 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -200px -400px;
    text-indent: -9999px;
}
.ei-title_new .slideBanner33 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -400px -400px;
    text-indent: -9999px;
}
.ei-title_new .slideBanner34 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -600px -400px;
    text-indent: -9999px;
}
.ei-title_new .slideBanner35 {
    width: 200px;
    height: 200px;
    background: url("../images/main/slidelBanner.png") no-repeat -400px -200px;
    text-indent: -9999px;
}

/* NEW end 180423*/

.ei-slider-thumbs {
    height: 13px;
    top: 700px;
    position: absolute;
    z-index: 9999999;
    left: 50%;
    margin-left: -150px;
}
.ei-slider-thumbs li {
    width: 100px;
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li.ei-slider-element {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: #ea5404;
}
.ei-slider-thumbs li a {
    display: block;
    text-indent: -9000px;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover {
    background-color: #666;
}

/* NEW start 180423*/
.ei-slider-thumbs_new {
    height: 13px;
    top: 615px;
    position: absolute;
    z-index: 9999999;
    left: 50%;
    margin-left: -150px;
}
.ei-slider-thumbs_new li {
    width: 100px;
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs_new li.ei-slider-element {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: #ea5404;
}
.ei-slider-thumbs_new li a {
    display: block;
    text-indent: -9000px;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs_new li a:hover {
    background-color: #666;
}
/* NEW end 180423*/

#consultWrap {
    position: absolute;
    width: 1120px;
    top: 719px;
    z-index: 999;
    /*background: url(../images/main/consultBg.png) no-repeat center top;*/
    background: rgb(236, 101, 29);
    opacity: 0.9;
    height: 176px;
    left: 50%;
    margin-left: -560px;
}
#consultWrap h1 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-weight: 400;
}
#consult {
    width: 1116px;
    margin: 0 auto;
    height: 87px;
    position: relative;
}
#consult ul {
    float: left;
}
#consult .conTit li {
    line-height: 40px;
    min-height: 40px;
    font-size: 14px;
    text-align: right;
    margin-right: 6px;
    color: #fff;
}

.conForm li {
    margin-right: 10px;
}
.conForm li span {
    /*float: left;*/
    width: 86px;
}
.conForm li input.add {
    float: left;
}
.conForm li p {
    line-height: 32px;
    min-height: 20px;
    color: #fff;
    font-size: 14px;
    float: left;
    padding: 0 5px 0 5px;
}
.conForm li p.fn {
    float: none;
}

.conBtn_wrap {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 222px;
    color: #fff;
    font-family: "Noto Sans KR", "Nanum Gothic", "NanumGothic", "ng", "나눔고딕", "맑은 고딕", "돋음", "tahoma", sans-serif;
}
ul.conBtn input {
    line-height: 1.5;
}
.conBtn.btn {
    display: block;
    height: 32px;
    background: #1a1a1a;
    font-size: 19px;
}

.conForm li input.start {
    background: url(../images/main/search.png) 170px no-repeat #fff;
}
.conForm li input.arrive {
    background: url(../images/main/search.png) 170px no-repeat #fff;
}

input.add {
    height: 32px;
    background: none !important;
}
input {
}

#wrap {
    margin-bottom: none !important;
}

.hnm_pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    width: 660px;
    height: 600px;
    background: #fff;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 10000;
    overflow: scroll;
}
.hnm_pop .hnm_close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}
.hnm_pop > .popup_table {
    margin: 0 auto;
}
/* .hnm_pop .inner {
    line-height: 1.35;
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow-y: scroll;
    box-sizing: border-box;
} */
