@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----------*/
.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;
}
.call_yellow {
    color: #f7ae00;
    font-weight: 400;
}

.call_whith {
    color: #fff;
    font-weight: 400;
}
/*--------------------//header--------------------*/
.banner{
    width: 100%;
    height: 500px;
    background-image: url(../img/sub_mo_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 210px 0;
    position: relative;
}
.bn_bigtxt{
    font-size: 40px;
    font-weight: 500;
    color: #f7ae00;
}
.bn_mintxt{
    display: none;
}
.bn_nv{
    height: 70px;
    line-height: 65px;
    background-color: rgba(0, 0, 0, 0.51);
    position: absolute;
    width: 100%;
    bottom: 0;
}
.bn_nv>a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 15PX;
}
.bn_nv>a:first-child{
    color: #f7ad00;
    border-top: 3px solid #f7ad00;
}
.bn_nv>a:hover{
    color: #f7ad00;
}
.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: 10px;
    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;
}
/*--------------------//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--------------------*/
 
 
.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--------------------*/

.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{
    padding: 190px 0;
}
    .bn_mintxt{
        margin-top: 20px;
        display: block;
        color: #fff;
        font-weight: 100;
        font-size: 18px;
    }
    .bn_mb_txt{
        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--------------------*/

    .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--------------------*/

	.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;
    }
    
}
