@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #242424;
    font-family: 'Noto Sans KR', 'sans-serif';
    box-sizing: border-box;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #fff;
    font-family: 'Noto Sans KR', 'sans-serif';
}

.wrap {
    width: 80%;
    margin: 0 auto;
}

ul li {
    text-decoration: none;
    list-style-type: none;
}

/*----------//reset----------*/


.slide_wrap {position:relative;overflow:hidden;}
.slide_ag_wrap {font-size:0px;}
.slide_ag {display:inline-block;vertical-align:top;width:50%;height:350px;overflow: hidden;background-position:center;background-size:cover;}
.slide_txt {display:inline-block;vertical-align:top;width:50%;background-color:#2fa8e1;height: 350px;position: relative;overflow: hidden;}
.slide_txt img {width: 500px;position:absolute;bottom: -130px;right: 50px;}
.slide_wrap .swiper-button-prev, .slide_wrap .swiper-container-rtl .swiper-button-next {
    background-image: url('/img/leftbig.png');
    left: 10px;
    right: auto;
}
.slide_wrap .swiper-button-next, .slide_wrap .swiper-container-rtl .swiper-button-prev {
    background-image: url('/img/rightbig.png');
    right: 10px;
    left: auto;
}
.slide_wrap .swiper-button-prev, .slide_wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    width:60px;
    height:60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.layer_popup01 {background:#fff;box-shadow:2px 2px 4px rgb(0 0 0 / 50%);padding:10px 10px 0px 10px;position:absolute;left:50%;margin-left:-220px;top:110px;z-index:10;visibility:hidden;}
.layer_popup02 {background:#fff;box-shadow:2px 2px 4px rgb(0 0 0 / 50%);padding:10px 10px 0px 10px;position:absolute;left:50%;margin-left:0px;top:110px;z-index:9;visibility:hidden;}

@media (max-width:1200px) {
	.slide_wrap .swiper-button-prev, .slide_wrap .swiper-button-next {width:50px;height:50px;margin-top:-25px;}
}

@media (max-width:640px) {
	.slide_ag {display:block;width:100%;height:300px;}
	.slide_txt {display:block;width:100%;background-color:#2fa8e1;height:200px;}
	.slide_wrap .swiper-button-prev, .slide_wrap .swiper-button-next {width:40px;height:40px;margin-top:-20px;}

	.layer_popup01 {left:5%;margin-left:0px;top:90px;width:90%;}
	.layer_popup02 {left:5%;margin-left:0px;top:90px;width:70%;}
}

.header {
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
}

.web_menu,
.web_call {
    display: none;
}

.header_big {
    width: 100%;
    height: 80px;
    border-bottom: 0.5px solid #fff;
}

.header_area {
    text-align: center;
}
.top_logo{
    z-index: 33;
}
.top_logo img {
    width: 160px;
    height: auto;
    margin-top: 17px;
    
}


.ham_btn {
    width: 30px;
    height: auto;
    position: absolute;
    top: 28px;
    right: 30px;
    cursor: pointer;
}

.ham_btn2 {
    width: 30px;
    height: auto;
    position: absolute;
    top: 28px;
    right: 30px;
    cursor: pointer;
}
.hambug_manu {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #14244d;
    top: 0;
    right: 0;
    right: -100%;
}

.mb_menu {
    margin-top: 80px;
}

.mb_top {
    text-align: left;
    padding: 0px 30px;
}

.big_menu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.menu_btn {
    padding: 14px;
    transition: 0.3s;
}
.menu_btn_plus {
   transform: rotate(180deg);
    
}
.menu_btn img {
    width: 20px;
    height: 12px;
}


.big_menu > a {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}

.dep2 a {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    width: 100%;
    padding: 10px;
    background-color:#131b33;
}

.dep2 a:hover {
    background-color:  #101624;
}

.dep2 {
    display: none;
}

.mb_top li:first-child > .dep2 {
    display: block;
}

/*--------------------//header--------------------*/

.banner {
    width: 100%;
    height: auto;
}

.banner_area {
    width: 100%;
    height: 600px;
    ;
    position: relative;
    text-align: center;
}

.banner1 {
    width: 100%;
    height: 600px;
    background-image: url(../img/mb_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    padding: 140px 0;
}

.banner2 {
    width: 100%;
    height: 600px;
    background-image: url(../img/mb_bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    padding: 140px 0;
    display: none;
}

.banner3 {
    width: 100%;
    height: 600px;
    background-image: url(../img/mb_bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    padding: 140px 0;
    display: none;
}

.banner4 {
    width: 100%;
    height: 600px;
    background-image: url(../img/mb_bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    padding: 140px 0;
 display: none;
}

.bn_top_txt {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: -2px;
}

.bn_bottom_txt {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    letter-spacing: -2.5px;
}

.bn_bottom_txt span {
    color: #f7ae00;
    margin-left: 5px;
}

.bn_web_txt {
    display: none;

}

.bn_mb_txt {
    display: flex;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 6px;
    margin-top:230px;
    border-radius: 100px;
    font-size: 20px;
}

.bn_mb_txt img {
    height: 20px;
    margin: 5px 10px;
    ;
}

.call_yellow {
    color: #f7ae00;
    font-weight: 400;
}

.call_whith {
    color: #fff;
    font-weight: 400;
}

.banndr_slide {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100px;
    left: calc(50% - 50px);
    bottom: 30px;
}

.slide_btn {
    width: 25px;
    line-height: 25px;
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
}

.slide_circle {
    background-color: #fff;
    color: #242424;
}

/*--------------------//banner--------------------*/

.con1 {
    margin: 60px 0;
    text-align: center;
}

.con1_title {
    font-size: 35px;
    font-weight: 100;
    letter-spacing: -3px;

}

.con1_title span {
    font-weight: 700;
    font-size: 31px;
}

.con1_min_title {
    letter-spacing: -1px;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 300;
}

.con1_img {
    margin: 50px 0;
   
}
.con1_img:hover img{
    transform: rotate(20deg);
}
.con1_img img {
    width: 60px;
    height: auto;
     transition: 0.5s;
}

.con1_img h2 {
    font-size: 18px;
    letter-spacing: -2px;
    font-weight: 700;
    margin-top: 10px;
}

.con1_img h6 {
    font-weight: 100;
    font-size: 15px;
    letter-spacing: -1px;
    margin-top: 5px;
}

/*--------------------//con1--------------------*/

.con2_web {
    display: none;
}

.con2_box {
    width: 100%;
    height: 750px;
    position: relative;
}

.con2_bg {
    width: 100%;
    height: 750px;
        overflow: hidden;
        height: 750px;
        position: absolute;
    text-align: center;
}
.con2_bg > img{
    height: 750px;
}

.con2 {
    width: 100%;
    height: 750px;
    background-color: #2fa8e1;
    padding: 60px 0;
    text-align: center;
    position: absolute;
    top: 0;
}

.con2_title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -3px;
    color: #fff;

}

.con2_min_title {
    letter-spacing: -1px;
    font-weight: 100;
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
}

.con2_mb_big {
    display: flex;
    justify-content: space-between;
}

.con2_mbbox {
    margin-top: 50px;
}

.con2_mb_img {
    width: 47%;
    border: 1px solid #fff;
    padding: 20px 0;

}

.con2_mb_img img {
    width: 40px;
}

.con2_mb_img h3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: -1.5px;
    font-weight: 400;
    margin-top: 10px;
}

.low_icon {
    width: 15px;
    height: 10px;
    margin-left: calc(50% + 3%);
}

.low_icon2 {
    width: 15px;
    height: 10px;
    margin-right: calc(50% + 3%);
}

.con2_mb_big > img {
    width: 10px;
    height: 15px;
    margin: 45px 0;
}

/*--------------------//con2--------------------*/

.con3 {
    width: 100%;
    margin: 60px 0;
    text-align: center;
}

.con3_title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -3px;

}

.con3_min_title {
    letter-spacing: -1px;
    font-weight: 100;
    font-size: 15px;
    margin-top: 10px;
}

.con3_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.con3_icon {
    height: 110px;
}

.con3_icon img {
    width: 25px;
}

.con3_icon p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
}

.con3_box2,
.con3_box2 img {
    width: 155px;
}

.con3_web {
    display: none;
}

/*--------------------//con3--------------------*/

.con4 {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background-color: #f3f3f3;
    position: relative;
}

.con4_title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -3px;

}

.con4_min_title {
    letter-spacing: -2px;
    font-weight: 100;
    font-size: 15px;
    margin-top: 10px;
}

.con4_sel_top {
    display: flex;
    justify-content: space-between;

}

.con4_selbox {
    margin-top: 30px;
}

.sel {
    width: 48%;
    background-color: transparent;
    padding: 10px;
}

.sel > option {
    background-color: #f3f3f3;
    font-size: 13px;
}

.looking {
    width: 100%;
    padding: 10px;
    background-color: #f3f3f3;
    margin-top: 15px;
    border: 1px solid #6d6d6d;
}

.look_btn {
    position: absolute;
    right: 10px;
    width: 30px;
    bottom: 5px;

}

.look {
    position: relative;
}

.con4_conbox {
    margin-top: 40px;
    width: 100%;

}

.con4_con_img {
    background-image: url(../img/con4_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.con4_con_img2 {
    background-image: url(../img/con4_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.con4_con_img3 {
    background-image: url(../img/con4_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.con4_con_img4 {
    background-image: url(../img/con4_4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.con4_con_txt {
    width: 100%;
    background-color: #2fa8e1;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.con4_con_txt img {
    width: 230px;
    position: absolute;
    bottom: -50px;
    right: 0px;
}

.con4_txt_box {
    padding: 30px 0;
}

.con4_txt_box h1 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -2px;
}

.con4_txt_box h6 {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: -1px;
}

.map_btn {
    display: inline-block;
    width: 160px;
    padding: 8px 0px;
    margin-top: 20px;
    border: 1px solid #fff;
    font-weight: 500;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 80px);
    transition: 0.5s;font-size:18px;
}
.map_btn:hover{
    background-color: #fff;
    color: #2fa8e1;
}
.con4_slide {
    width: 100%;
}

.con4_slidebox {
    width: 400%;
    display: flex;
}

.con4_conbox {
    overflow: hidden;
}

.con4_left {
    position: absolute;
    width: 70px;
    left: calc(10% - 35px);
    top: 500px;
    cursor: pointer;
}

.con4_right {
    position: absolute;
    width: 70px;
    right: calc(10% - 35px);
    top: 500px;
    cursor: pointer;
}

/*--------------------//con4--------------------*/
.con5_web {
    display: none;
}

.con5 {
    width: 100%;
}

.con5_top {
    display: flex;
    width: 100%;
}

.con5_top img {
    
    overflow: hidden;
    width: 25%;
    transition: 0.5s;
}
.con5_top img:hover{
    transform: scale(1.1);
}
.con5_bottom img:hover{
    transform: scale(1.1);
}
.con5_bottom {
    display: flex;
    width: 100%;
    
}

.con5_bottom img {
    width: 25%;
    transition: 0.5s;
}

.con5_title {
    display: none;
}

/*--------------------//con5--------------------*/
  
.con6 {
    position: sticky;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    padding: 5px 0 10px 0;
    background-color: #f7ad00;
}

.con6_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -3px;

}

.con6_flex {
    display: flex;
    justify-content: space-between;
}

.ok_flex {
    display: flex;
    margin-top: 10px;
}

.ok_btn {
    width: 15px;
    height: 15px;
    border-radius: 0px;
}

.ok_name {
    font-size: 13px;
    letter-spacing: -1px;
    margin-left: 3px;
    margin-top: -3px;
}

.con6_in_top {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.name {
    width: 30%;
    height: 30px;
    padding: 10px;
}

.num {
    width: 68%;
    display: flex;
    justify-content: space-between;
    height: 30px;
}
.numsm{
    width: 30%;
}
.brs{
    width: 5px;
    height: 1px;
    background-color: #242424;
    margin: 15px 5px;
}
.go_btn {
    width: 100%;
    height: 30px;
    padding: 5px;
    background-color: #242424;
    color: #fff;
    margin-top: 5px;
    border: none;
    cursor: pointer;
}

/*--------------------//con6--------------------*/

.footer {
    width: 100%;
    background-color: #1b2224;
    text-align: center;
    padding: 60px 0;
}

.footer_logo {
    width: 160px;
}


.footer_box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer_box a {
    font-size: 13px;
    cursor: pointer;
    color: #a7a7a7;
    letter-spacing: -1px;
}

.footer_txt {
    margin-top: 20px;
    font-size: 14px;
    color: #a7a7a7;
    letter-spacing: -1px;
    line-height: 25px;
}

.footer_copy {
    margin-top: 20px;
    font-size: 14px;
    color: #a7a7a7;
    letter-spacing: -1px;
    line-height: 25px;
}
/*-----------------footer-----------------*/
.top{
    position: fixed;
    bottom: 0;
    right:0;
    width:50px;
    height: 50px;
}
.top img{
    width: 50px;
    height: 50px;
}
/*--------------------반응형--------------------*/
@media all and (min-width:1280px) {
    .wrap {
        width: 1280px;
    }

    .header {
        height: 80px;
        background-color: rgba(36, 36, 36, 0);
        transition: 0.5s;
        overflow: hidden;
    }

    .header:hover {
        height: 320px;
        background-color: rgba(36, 36, 36, 0.8);
    }

    .hambug_manu {
        display: none;
    }

    .web_menu,
    .web_call {
        display: block;
    }

    .web_menu {
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .header_area {
        display: flex;
        justify-content: space-between;
    }

    .web_top {
        width: 440px;
        margin: 0 auto;
        justify-content: space-between;
        display: flex;

    }

    .web_bar {
        position: absolute;
        width: 0px;
        height: 5px;
        border-radius: 5px;
        background-color: #f7ad00;
        z-index: 999;
        left: 60px;
        bottom: -1.5px;
        transition: 0.5s;

    }

    .web_ho:hover .web_bar {
        width: 50px;
        transform: translateX(-30px);
    }

    .web_big {
        width: 110px;
        height: 80px;
        padding: 27px 0 0 0;
        font-size: 17px;
        transition: 0.3s;
        position: relative;
    }

    .web_big a {
        display: inline-block;
        width: 110px;
    }

    .web_ho:hover > .web_big {
        letter-spacing: 3px;
    }

    .web_dep2 {
        margin-top: 10px;
        transition: 0.5s;
    }

    .web_dep2 > li {
        height: 60px;
        padding: 17px 0;
    }

    .web_dep2 > li > a {
        padding: 3px 0px;
        display: inline-block;

        font-size: 15px;
        transition: 0.5s;
    }

    .web_dep2 > li > a:hover {
        color: #f7ad00;
    }

    .top_logo img {
        width: 160px;
        height: auto;
        margin: 17px 0;
    }

    .web_call {
        display: flex;
        justify-content: center;
        width: 200px;
        height: 40px;
        border-radius: 50px;
        margin: 20px 0;
        background-color: #161a1e;
    }

    .web_call div {
        line-height: 37px;
    }

    .web_call img {
        height: 15px;
        margin: 12px 10px 0px 10px;
    }

    .ham_btn {
        display: none;
    }

    /*--------------------//header--------------------*/


    .banner_area {
        width: 100%;
        height: 1005px;
        ;
        position: relative;
        text-align: left;
    }

    .banner1 {
        width: 100%;
        height: 1005px;
        background-image: url(../img/bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        padding: 460px 0;
    }

    .banner2 {
        width: 100%;
        height: 1005px;
        background-image: url(../img/bg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        padding: 460px 0;
    }

    .banner3 {
        width: 100%;
        height: 1005px;
        background-image: url(../img/bg3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        padding: 460px 0;
    }

    .banner4 {
        width: 100%;
        height: 1005px;
        background-image: url(../img/bg4.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        padding: 460px 0;
    }

    .bn_top_txt {
        font-size: 50px;
        line-height: 60px;
    }

    .bn_bottom_txt {
        line-height: 70px;
        font-size: 60px;
        font-weight: 500;
        color: #fff;
        letter-spacing: -2.5px;
    }

    .bn_bottom_txt span {
        color: #fff;
        margin-left: 10px;
    }

    .web_bn_wrap {
        height: 1005px;
        position: relative;
    }

    .bn_web_txt {
        display: block;
        color: #fff;
        font-weight: 100;
        letter-spacing: -1px;
        margin-top: 20px;
        font-size: 22px;
    }

    .bn_mb_txt {
        display: none;
    }

    .banndr_slide {
        z-index: 99;
        display: flex;
        justify-content: space-between;
        width: 100px;
        left: 0;
        bottom: 570px;
    }

    .slide_btn {
        text-align: center;
        width: 25px;
        line-height: 25px;
        border-radius: 50px;
        font-weight: 500;
    }
    .bn_bottom_txt br {
        display: none;
    }
    /*--------------------//banner--------------------*/

    .con1 {
        margin: 120px 0;
        text-align: center;
    }

    .con1_title {
        font-size: 48px;
        font-weight: 100;
        letter-spacing: -3px;

    }

    .con1_title span {
        font-weight: 700;
        font-size: 48px;
    }

    .con1_min_title {
        letter-spacing: -1px;
        font-size: 18px;
        margin-top: 20px;
        font-weight: 300;
    }

    .con1_box {
        display: flex;
        justify-content: space-around;
    }

    .con1_img {
        margin: 100px 0;
        width: 400px;
    }

    .con1_img img {
        width: 95px;
    }

    .con1_img h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .con1_img h6 {
        margin-top: 15px;
    }

    /*--------------------//con1--------------------*/

    .con2_mb {
        display: none;
    }
    .con2_box {
        width: 100%;
        height: 750px;
        position: relative;
    }
    .con2_box:hover .con2_bg>img{
         transform: scale(1.08);
    transition: 5s;
    transform-origin: center;
    }
    .con2_bg {
        width: 40%;
        overflow: hidden;
        height: 750px;
        position: absolute;
    }

    .con2 {
        width: 60%;
        height: 750px;
        background-color: #2fa8e1;
        padding: 60px 0;
        text-align: center;
        position: absolute;
        top: 0;
        padding: 110px;
        right: 0;
    }

    .con2_title_web {
        text-align: left;
        font-size: 48px;
        font-weight: 600;
        letter-spacing: -3px;
        color: #fff;

    }

    .con2_min_title_web {
        text-align: left;
        letter-spacing: -1px;
        font-weight: 100;
        font-size: 18px;
        margin-top: 20px;
        color: #fff;
    }

    .con2_min_title br {
        display: none;
    }

    .con2_wrap {
        width: 1280px;
        margin: 0 auto;
        position: relative;
    }

    .con2_web {
        width: 55%;
        float: right;
        display: block;
        margin: 110px 0;
    }

    .con2_web_box {
        margin-top: 70px;
        text-align: right;
    }

    .con2_web_big {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .low_icon {
        margin: 12px 13.5% 8px 0;
    }

    .con2_web_img {
        width: 30%;
        border: 1px solid #fff;
        padding: 25px 0;

    }

    .con2_web_img img {
        width: 47px;
    }

    .con2_web_img h3 {
        color: #fff;
        font-size: 14px;
        letter-spacing: -1.5px;
        font-weight: 400;
        margin-top: 10px;
    }

    .con2_web_big > img {
        width: 10px;
        height: 15px;
        margin: 45px 0;
    }

    /*--------------------//con2--------------------*/
    .con3_web {
        display: block;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: -1px;
    }

    .con3 {
        width: 100%;
        margin: 120px 0;
        text-align: center;
    }

    .con3_title {
        font-size: 48px;
        font-weight: 700;
        letter-spacing: -3px;

    }

    .con3_min_title {
        letter-spacing: -1px;
        font-weight: 100;
        font-size: 18px;
        margin-top: 20px;
    }

    .con3_br br {
        display: none;
    }

    .con3_box {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }

    .con3_box1 {
        text-align: right;
    }

    .con3_box3 {
        text-align: left;
    }

    .con3_icon {
        height: 180px;

    }

    .con3_icon img {
        width: 30px;
    }

    .con3_icon p {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -1px;
    }


    .con3_box1,
    .con3_box3 {
        width: 400px;
    }

    .con3_box2 {
        margin: 0 50px;
    }

    .con3_box2,
    .con3_box2 img {
        width: 250px;
    }

    .con3_min_title > br {
        display: none;
    }

    /*--------------------//con3--------------------*/
    .con4_min_title > br {
        display: none;
    }

    .con4 {
        width: 100%;
        padding: 120px 0;
        text-align: center;
        background-color: #f3f3f3;
        position: relative;
    }

    .con4_title {
        font-size: 48px;
        font-weight: 700;
        letter-spacing: -3px;

    }

    .con4_min_title {
        letter-spacing: -2px;
        font-weight: 100;
        font-size: 18px;
        margin-top: 20px;
    }

    .con4_selbox {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .con4_sel_top {
        display: flex;
        justify-content: space-between;
        width: 48%
    }


    .sel {
        width: 49%;
        background-color: transparent;
        padding: 10px;
        font-size: 20px;
        border: 2px solid;
    }

    .sel > option {
        background-color: #f3f3f3;
        font-size: 17px;
    }

    .looking {
        margin-top: 0px;
        width: 100%;
        padding: 20px;
        background-color: #f3f3f3;
        border: 1px solid #6d6d6d;
        font-size: 20px;
        border: 2px solid;
    }

    .look_btn {
        position: absolute;
        right: 20px;
        width: 30px;
        bottom: 20px;

    }

    .look {
        position: relative;
        width: 51%
    }

    .con4_conbox {
        margin-top: 40px;
        width: 100%;

    }

    .con4_con_img {
        background-image: url(../img/con4_1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 350px;
    }

    .con4_con_img2 {
        background-image: url(../img/con4_2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 350px;
    }

    .con4_con_img3 {
        background-image: url(../img/con4_3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 350px;
    }

    .con4_con_img4 {
        background-image: url(../img/con4_4.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 350px;
    }

    .con4_con_txt {
        width: 100%;
        background-color: #2fa8e1;
        height: 350px;
        position: relative;
        overflow: hidden;
    }

    .con4_con_txt img {
        width: 500px;
        position: absolute;
        bottom: -130px;
        right: 50px;
    }

    .con4_txt_box {
        padding: 100px;

    }

    .con4_txt_box h1 {
        font-size: 34px;
        color: #fff;
        font-weight: 600;
        letter-spacing: -2px;
        text-align: left;
    }

    .con4_txt_box h6 {
        color: #fff;
        font-weight: 100;
        font-size: 18px;
        margin-top: 10px;
        letter-spacing: -1px;
        text-align: left;
    }

    .map_btn {
        display: inline-block;
        width: 170px;
        line-height: 45px;
        padding: 0px;
        margin-top: 0px;
        border: 1px solid #fff;
        font-weight: 300;
        font-size: 16px;
        position: absolute;
        bottom: 100px;
        left: 100px;
    }

    .con4_slide {
        width: 100%;
        display: flex;
        height: 350px;
    }

    .con4_slidebox {
        width: 400%;
        display: flex;
    }

    .con4_conbox {
        overflow: hidden;
    }

    .con4_web_wrap {
        position: relative;
    }

    .con4_left {
        position: absolute;
        width: 50px;
        left: -80px;
        top: calc(70% - 15px);
        cursor: pointer;
    }

    .con4_right {
        position: absolute;
        width: 50px;
        right: -80px;
        top: calc(70% - 15px);
        cursor: pointer;
    }

    /*--------------------//con4--------------------*/
    .con5_title {
        font-size: 24px;
        font-weight: 600;
        color: #2fa8e1;
        text-align: center;
        margin: 100px 0 80px 0;
        display: block;
    }

    .con5_web {
        display: block;
    }

    .con5 {
        width: 100%;
    }

    .con5_area {
        width: 1280px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .con5_top {
        display: flex;
        width: 1280px;
    }

    .con5_top img {
        width: 213.3px;
    }

    .con5_bottom {
        display: flex;
        width: 1280px;
    }

    .con5_bottom img {
        width: 213.3px;
    }

    /*--------------------//con5--------------------*/
    .con6 {
        padding: 20px 0;
    }

    .con6_title {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -3px;

    }

    .con6_web_wrap {
        display: flex;
        position: relative;
    }

    .con6_flex {
        display: flex;
        justify-content: space-between;
    }

    .ok_flex {
        position: absolute;
        right: 80px;
        display: flex;
        margin-top: 0px;
        line-height: 50px;
    }

    .ok_btn {
        width: 20px;
        height: 20px;
        border-radius: 0px;
        margin-top: 13px;
    }

    .ok_name {
        font-size: 18px;
        letter-spacing: -1px;
        margin-left: 10px;
        margin-top: -3px;
    }

    .con6_in_top {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
    }

    .name {
        font-size: 18px;
        height: 50px;
        width: 190px;
        margin-left: 50px;
        border: 2px solid;
    }

    .num {
        height: 50px;
        font-size: 18px;
        width: 400px;
        margin-left: 10px;

    }
    .numsm{
        border: 2px solid;
    }
    .brs{
        
        margin: 25px 5px;
    }

    .go_btn {
        font-size: 18px;
        width: 140px;
        height: 50px;
        line-height: 50px;
        padding: 0px;
        color: #fff;
        margin-top: 0px;
        margin-left: 10px;
    }

    /*--------------------//con6--------------------*/

    .footer {
        width: 100%;
        background-color: #1b2224;
        text-align: center;
        padding: 70px 0;
    }

    .footer_logo {
        width: 175px;
    }


    .footer_box {
        width: 400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .footer_box a {
        font-size: 15px;
        cursor: pointer;
        color: #a7a7a7;
        letter-spacing: 0px;
    }

    .footer_web {
        display: none;
    }

    .footer_txt {
        margin-top: 15px;
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 25px;
    }

    .footer_copy {
        margin-top: 20px;
        font-size: 14px;
        color: #a7a7a7;
        letter-spacing: 0px;
        line-height: 25px;
    }
    .top, .top img{
        width: 50px;
        right: 100px;
        height: 50px;
        bottom: 100px;
    }
    
}
