.conWrap {
    max-width:1920px;
    height:100%;
    overflow: hidden;
    margin:0 auto;
}

.visual {
    position: relative;
    width:100%;
    height:100%;
    top:0;
    left:0;
    overflow: hidden;
}

.visual img {
    width:100%;
}

.slider {
    position: relative;
    width:100%;
}

.slider > div {
    position: relative;
    overflow: hidden;
}

.visualTxt {
    position: absolute;
    margin:0 20%;
    top:43%;
    z-index: 10;
    text-align: left;
    font-size:3em;
    text-shadow: 3px 3px 0 #fff;
    background:transparent;
}

.color1 {
    color:#099696
}
.color2 {
    color:#092348
}
.color3 {
    color:#e10000
}


.bx-wrapper {
    box-shadow: 0 0 0 #fff !important;
    border:0 solid #fff !important;
    margin-bottom: 0px !important;
}

.bx-wrapper .bx-controls-direction a {
    z-index:99 !important;
}
.bx-wrapper .bx-prev {
    left:7% !important;
    padding:1%;
    background: rgba(255,255,255,0.3) url('/new/kr/img/left.png') no-repeat center !important;
    border:2px solid #fff;
    border-radius: 10px;
}

.bx-wrapper .bx-next {
    right:7% !important;
    padding:1%;
    background: rgba(255,255,255,0.3) url('/new/kr/img/right.png') no-repeat center !important;
    background-color: #fff;
    border:2px solid #fff;
    border-radius: 10px;
}

.bx-wrapper .bx-pager {
    font-size:2em !important;
    color:#e0e0e0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom:7% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width:25px !important;
    height:25px !important;
    margin:0 10px !important;
    border-radius: 30px !important;
    background:#e0e0e0 !important;
    transition: all 0.35s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #45bdff !important;
}








.maincon {
    width:100%;
    text-align: center;
    padding:5% 0;
    background-image: url('/new/kr/img/main_bg.jpg');
    background-size: 100% 100%;
}

.barTxt {
    text-align: center;
    font-size:3em !important;
    line-height: 0.7;
}

.maincon > h2 {
    font-size:2.4em;
    font-weight:700;
    margin:0 0 3% 0;
}

.mainconInner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mainconInner ul {
    width:20%;
    color:#fff;
    padding:2% 1%;
    list-style:url('/new/kr/img/plus3.png');
    transition: all 0.35s;
}

.mainconInner ul:hover {
    opacity: 0.9;
}

.mainconInner ul:nth-child(1) {
    background-color: #2d4971;
}
.mainconInner ul:nth-child(2) {
    background-color: #256296;
}
.mainconInner ul:nth-child(3) {
    background-color: #5b85ca;
}
.mainconInner ul:nth-child(4) {
    background-color: #099c9c;
}
.mainconInner ul:nth-child(5) {
    background-color: #6461a4;
}

.mainconInner ul h3 {
    font-size:1.8em;
    font-weight: 500;
    padding:0 0 10% 0;
}

.mainconInner ul li {
    text-align: left;
    margin:3% 7%;
    text-indent: 1%;
}

.mainconInner ul > a {
    display: none;
    width:40px;
    height:40px;
    margin:0 auto;
    text-align: center;
    background-image: url('/new/kr/img/plus4.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent:-999999999;
}

.mainconInner ul li a {
    color:#fff;
    font-size:1.2em;
    font-weight: 500;
    letter-spacing: -1px;
    transition: all 0.35s;
}

.mainconInner ul li a:hover {
    text-decoration: underline;
}

.maincon2 {
    width:100%;
    background-color: #f4f4f4;
    text-align: left;
    padding:3% 0;
}

.mainconInner2 {
    max-width: 1600px;
    margin: 0 10%;
    display: flex;
    justify-content: space-between;
}

.mainconInner2  > li {
    width:50%;
    padding:3% 0;
    text-align: left;
}

.mainconInner2  > .left > h3 {
    margin:5% 0 5% 5%;
    font-size:2.3em;
}

.mainconInner2  > .left > h3 > span {
    font-size:1.3em;
    font-weight:800;
    color:#09469d;
}

.mainconInner2 .right {
    margin:0 2% 0 5%;
    padding:2%;
    max-height:300px;
    background-color: #fff;
    background-image: url('/new/kr/img/main_bg2.jpg');
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.mainconInner2 > .right > .contact  {
}

.mainconInner2 > .right > .contact > h4 {
    font-size:1.8em;

}

.mainconInner2 > .right > .contact > p {
    margin:4% 0 7% 0;
    line-height:1.8;
    font-size:1.3em;
    font-weight:500;
    color:#5b5b5b
}

  .mainconInner2  > .right > contact > span {
        margin:5% 0 5% 0%;
        font-size:1.2em;
    }

.mortBtn {
    float:right;
    padding:2% 10% 2.8% 6%;
    border-radius: 50px;
    margin-top:3%;
    background-color: #2d4971;
    background-image: url('/new/kr/img/plus.png');
    background-position: center right 7%;
    background-repeat: no-repeat;
    font-size:1.2em;
    font-weight:500;
    color:#fff;
    transition: all 0.35s;
}

.mortBtn:hover {
    background-color: #4a79bd;
}










/* responsive */  
@media screen and (max-width: 1800px) {
    .bx-wrapper .bx-prev {
        left:2% !important;
    }
    
    .bx-wrapper .bx-next {
        right:2% !important;
    }

    .visualTxt {
        margin:0 15%;
        top:40%;
        font-size:3em;
    }

    .mainconInner {
        margin: 0 7%;
    }
    
    .mainconInner ul h3 {
        font-size:1.5em;
    }
    

    .mainconInner ul li a {
        font-size:1em;
    }

    .bx-wrapper .bx-prev {
        left:5% !important;
    }
    
    .bx-wrapper .bx-next {
        right:5% !important;
    }
   
    .bx-wrapper .bx-pager.bx-default-pager a {
        width:20px !important;
        height:20px !important;
        margin:0 8px !important;
    }

    .mainconInner2 {
        margin: 0 10%;
    }

    .mainconInner2  > .left > h3 {
        font-size:2em;
    }

    .mainconInner2  > .left > h3 > span {
        margin:5% 0 5% 0%;
        font-size:1.2em;
    }

    .mainconInner2 > .right > .contact > h4 {
        font-size:1.5em;
    }
    
    .mainconInner2 > .right > .contact > p {
        line-height:1.5;
        font-size:1.2em;
    }

    .mortBtn {
        font-size:1em;
    }

}

@media screen and (max-width: 1570px) {
    
}

@media screen and (max-width: 1440px) { 
    
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1112px) {

    .conWrap {
        margin-top:10%;
    } 

    .visual {
        height:700px;
    }

    .visual img {
        width:auto;
        height:700px;
        object-fit: cover;
    }


    .visualTxt {
        margin:0 10%;
        top:40%;
        font-size:3em;
    }
    
    .mainconInner ul {
        padding:4% 0%;
    }

    .mainconInner ul h3 {
        font-size:1.7em;
    }

    .mainconInner ul > a{
        display: block;
    }

    .mainconInner ul li {
        display: none;
    }

    .mortBtn {
        padding:2% 15% 2.8% 6%;
    }
}

@media screen and (max-width: 1024px) {
    .visualTxt {
        margin:0 11%;
        top:40%;
        font-size:2.7em;
    }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 840px) {
    .visual {
        height:600px;
    }

    .visual img {
        height:600px;
    }

    .visualTxt {
        top:30%;
    }
    
}

@media screen and (max-width: 768px) {
    .visualTxt {
        margin:0 15%;
        top:24%;
    }

    .maincon {
        padding:5% 0 10% 0;
        background-size: auto 100%;
        background-position: left center;
    }

    .mainconInner {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .mainconInner ul {
        width:50%;
    }

    .maincon2 {
        padding:5% 0 10% 0;
    }
    
    .mainconInner2 {
        margin: 0 2%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .mainconInner2  > li {
        width:100%;
        margin:0 5%;
    }

    .mainconInner2  > .left > h3 {
        margin:0 0 4% 0;
    }
    
    .mainconInner2 .right {
        margin:5%;
        padding:5%;
    }


}

@media screen and (max-width: 651px) {
}

@media screen and (max-width: 501px) {
    .visual {
        height:450px;
    }

    .visual img {
        height:450px;
    }

    .visualTxt {
        font-size:2em;
        margin:0 5%;
        top:20%;
    }

    .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
        display: none;
    }

    
    .bx-wrapper .bx-pager.bx-default-pager a {
        width:15px !important;
        height:15px !important;
        margin:0 5px !important;
    }

    .barTxt {
        font-size:2em !important;
    }

    .maincon {
        padding:10% 0;
    }
    
    .maincon > h2 {
        font-size:1.8em;
    }

    .mainconInner {
        margin:5%
    }

    .mainconInner ul {
        width:100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        text-align: center;
    }
    .mainconInner ul h3 {
        padding:2% 7%;
        font-size:1.2em
    }

    .mainconInner ul > a {
        margin:0 7% 0 auto;
        background-size: 70%;
    }

    .maincon2 {
        padding:10% 0 15% 0;
    }
    
    .mainconInner2 {
        margin: 0 5%;
    }

    .mainconInner2  > .left > h3 {
        font-size:1.5em;
        margin:0 0 7% 0;
    }

    .mainconInner2 .right {
        padding:7%;
        margin:0;
        background-position: bottom right;
        background-size: 100% auto;
    }

    .mainconInner2 > .right > .contact > h4 {
        font-size:1.5em;
    }

    
    .mainconInner2 > .right > .contact > p {
        line-height:1.5;
        font-size:1.1em;
    }

    .mortBtn {
        padding:2% 20% 2.8% 10%;
        font-size:1.1em;
        background-size: 15%;
    }
}

@media screen and (max-width: 414px) {
    .mainconInner2  > .left > h3 {
        font-size:1.3em;
    }

    .mainconInner2 > .right > .contact > h4 {
        font-size:1.2em;
    }

    .mainconInner2 > .right > .contact > p {
        font-size:0.9em;
    }

    .mortBtn {
        font-size:1em;
    }


}

@media screen and (max-width: 390px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}



