@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    color: #232323;
}

ul li {
    list-style: none;
}

a,
a:active,
a:visited,
a:hover {
    color: #232323;
    text-decoration: none;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}

/*------------//reset------------*/
.header_area {
    width: 100%;
    height: 50px;
    background-color: white;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.header_flex {
    display: flex;
    justify-content: space-between;
}

.head_logo {
    width: 92px;
    height: 30px;
    margin: 10px 0;
}

.head_logo img {
    width: 92px;
    height: 30px;
}

.head_right_top {
    display: flex;
    margin: 10px 0;
}

.head_right_top div {
    margin-left: 10px;
}

.head_right_top_kaka,
.head_right_top_call,
.head_right_down {
    display: none;
}

.head_right_top_find,
.head_right_top_ham {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.head_right_top_find img,
.head_right_top_ham img {
    width: 30px;
    height: 30px;
}

.close_btn img {
    width: 20px;
    height: 20px;
}

.close_btn {
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
}

.ham_menu {
    height: 100vh;
    background-color: #0064b0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    text-align: left;
    width: 300px;
}

.ham_big_menu > li {
    background-color: #0064b0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 50px
}

.ham_big_menu ul {
    display: none;
}

.ham_big_menu ul li {
    padding: 0 20px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: -2px;
    cursor: pointer;
    background-color: #0d78c9;
}

.ham_big_menu ul li:hover {
    text-decoration: underline;
}

.ham_area {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    display: none;
}

/*------------//header------------*/
.banner_area {
    background-image: url(../img/sub1/sub_banner.jpg);
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.banner_bigtxt {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}

.banner_bigtxt span {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.banner_txt_bar,
.banner_mintxt {
    display: none;
}

/*------------//banner-----------*/
.con1_area {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.con1_flex {
    display: flex;
    justify-content: space-between;
}

.mo_road {
    display: flex;
    width: 400px;
}

.mo_road div {
    line-height: 40px;
    font-size: 0.93rem;
    margin-right: 10px;

}

.mo_road img {
    width: 7px;
    height: 14px;
    padding-top: 2.5px;
}

.home_icon {
    font-size: 0;
    width: 40px;
    height: 40px;
}

.home_icon img {
    width: 40px;
    height: 40px;
}

.con1_flex a {
    margin-top: -1px;
}

.gnb_area {
    display: none;
}

/*------------//con1-----------*/
.con2_main h1 {
    font-size: 1.5625rem;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
}
.con2_main_min{
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: -1px;
    color: #8d8d8d;
    margin-top: 10px;
    font-weight: 400;
}
.con2_main {
    width: 200px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-top: 20px;
}

.con2_main_bar {
    width: 50px;
    height: 3px;
    background-color: #0064b0;
    position: absolute;
    bottom: -1.5px;
    left: 75px;
}

.con2_item_box{
    margin-top: 20px;
}

.con2_road{
    display: none;
}
.con2_item_box{
    font-size: 0;
	text-align: center;
}
.con2_item_box img{
    width: 100%;
    height: auto;
    font-size: 0;
}
/*------------//con2------------*/
.footer_area {
    margin-top: 90px;
    width: 100%;
    height: auto;
}

.footer_top {
    width: 100%;
    height: 53px;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}

.footer_top_flex {
    display: flex;
    justify-content: space-between;
}

.footer_top_menu li {
    font-size: 0.75rem;
    line-height: 15px;
}

.footer_icon_box {
    display: flex;
}

.footer_icon img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.footer_logo {
    display: none;
}

.footer_txt {
    text-align: center;
    font-size: 0.625rem;
    margin: 10px 0;
}

.footer_item {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer_item_one {
    font-size: 0;
}

.footer_item_one img:first-child {
    width: 75px;
    height: 43px;
}

.footer_item_one img:last-child {
    width: 85px;
    height: 43px;
}

.footer_item_two img {
    width: 121px;
    height: 43px;
}

/*------------//footer------------*/

#finds{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999999;
    top: 0;
}
.finds_area{
    width: 300px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #232323;
    position: relative;
    padding: 38px 20px;
    top: calc(50vh - 60px);
    left: calc(50% - 150px)
}
.finds_close_btn{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.finds_close_btn img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.finds_box{
    width: 200px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #232323;
}
.finds_btn{
    width: 40px;
    height: 40px;
    background-color: #232323;
    color: #fff;
    border: none;
    margin-left: 5px;
}
/*------------//finds------------*/
    #tops{display: block;}
.tops{
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.tops_box{position: relative;}
.tops_ani{
    width: 35px;
    height: 25px;
    position: absolute;
    animation: ups 1s;
    animation-iteration-count: infinite;
}
@keyframes ups {
    from{
        top: -23px;
    }
    to{
       top:-33px;
    }
}
.tops div{
    font-weight: 900;
    font-size: 17px;
    margin-top: -5px;
}
    /*-----------//tops-----------*/
/*--------------------반응형--------------------*/
@media all and (min-width:768px) {
    .wrap {
        width: 94.7916%;
    }

    .header_area {
        height: 80px;
    }


    .head_logo {
        width: 166px;
        height: 55px;
        margin: 12.5px 0;
    }

    .head_logo img {
        width: 166px;
        height: 55px;
    }

    .head_right_top {
        margin: 25px 0;
    }

    .head_right_top_kaka{
        display: block;
        width: 90px;
        height: 20px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        border-radius: 20px;
        background-color: #0064b0;
        font-size: 0.65rem;
        margin-top: 5px;
}
	.head_right_top_call{
        display: block;
        width: 220px;
        height: 20px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        border-radius: 20px;
        background-color: #0064b0;
        font-size: 0.65rem;
        margin-top: 5px;
}
    /*------------//header------------*/
    .banner_area {
        height: 300px;
    }

    .banner_bigtxt {
        font-size: 1.8rem;
        text-align: left;
        padding-top: 74px;
    }

    .banner_bigtxt span {
        font-size: 2rem;
    }

    .banner_mintxt {
        display: block;
        color: #fff;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
        font-size: 0.9rem;
        margin-top: 10px;
    }

    /*------------//banner-----------*/
    .con1_area {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ddd;
    }

    .con1_flex {
        display: flex;
        justify-content: space-between;
    }

    .mo_road {
        display: none;
    }

    .gnb_area {
        display: flex;
    }

    .gnb_menus {
        padding: 0 15px;
        height: 40px;
        letter-spacing: -1px;
        line-height: 40px;
        font-weight: 600;
        font-size: 0.83rem;
        text-align: center;
    }
    /*------------//con1-----------*/
    .con2_posi {
        position: relative;
    }

    .con2_road {
        display: flex;
        width: 400px;
        right: 0;
        top: 10px;
        position: absolute;
        justify-content: flex-end;
    }
    .con2_road div:last-child{
        margin-right: 0;
    }
    .con2_road div {
        line-height: 14px;
        font-size: 0.93rem;
        margin-right: 10px;
        font-weight: 500;
    }

    .con2_road img {
        width: 7px;
        height: 14px;
        padding-top: 2px;

    }

    .con2_main h1 {
        font-size: 2.1875rem;
        text-align: center;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .con2_main {
        width: 410px;
        margin: 0 auto;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-top:40px;
    }

    .con2_main_bar {
        width: 100px;
        left: 155px;
    }

    .con2_item_box{margin-top: 50px;}
    .con2_item_box img{
        width: 729px;
    }
/*------------//con2------------*/
 .footer_area{
    margin-top: 160px;
}
.footer_top{
    padding-top: 10px;
}
    .footer_top_menu ul{
        display: flex;
        margin-top: 7px;
    }
    .footer_menu_bar{
        width: 1px;
        height:12px;
        background-color:#232323;
        margin: 2px 10px;
    }

.footer_logo{
    display: block;
    width: 215px;
    height: 75px;
    cursor: pointer;
    margin: 30px 0;
}
    .footer_logo img{
    width: 215px;
    height: 75px;
}
    .footer_down_flex{
        display: flex;
        justify-content: space-between;
    }
.footer_txt{
    text-align: left;
    margin:30px 0;
}
.footer_item{
    display: block;
    margin:25px 0;
}
.footer_item_one{
    display: flex;
}
.footer_item_one img:first-child{
    width: 65px;
    height: 40px;
}
.footer_item_one img:last-child{
    width: 75px;
    height: 40px;
}
.footer_item_two img{
    width: 140px;
    height: 45px;
}
/*------------//footer------------*/
	.finds_area{
    width: 500px;
    padding: 38px 50px;
    left: calc(50% - 250px)
}

.finds_box{
    width: 320px;
}
.finds_btn{
    width: 60px;
}
	/*------------//finds------------*/
}
/*-------------------//반응형768--------------------*/
@media all and (min-width:1280px) {
    .wrap {
    width: 1280px;
}

/*------------//reset------------*/
.header_area{
    width: 100%;
    height: 80px;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    z-index: 999;
    position: fixed;
    top: 0;
}
    .header_area:hover{
        background-color:white;
    }  
    
    
    .gnb_menu ul {
        background-color: white;
        margin-top: 15px;
        width: 150px;
        display: none;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    }
    .gnb_menu ul li{
        padding: 10px;
        font-weight: 400;
        font-size: 0.9rem;
        letter-spacing: -2px;
        background-color: white;
    }
    .gnb_menu ul li:hover{
        background-color: #0064b0;
        color: #fff;
    }
.head_logo {
    width: 190px;
    height: 65px;
    margin: 10px 0;
}

.head_logo img {
    width: 190px;
    height:65px;
}

.head_right_top {
    display: flex;
    margin: 15px 0;
    justify-content: flex-end;
}

.head_right_top div {
    margin-left: 10px;
}
.head_right_top_kaka,.head_right_top_call{
        margin-top: 0px;
}

.head_right_down {
    display: flex;
}
    .gnb_menu{
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        width: 150px;
        line-height: 15px;
    }
    .head_right_down a:hover{
        color: #0064b0;
    }
    .head_right_down a:hover div{
        color: #0064b0;
    }
.head_right_top_find,
.head_right_top_ham {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
    .head_right_top_ham{
        display: none;
    }
.head_right_top_find img,
.head_right_top_ham img {
    width: 20px;
    height: 20px;
}
.ham_menu{
    display: none;
}
/*------------//header------------*/
.banner_area {
    height: 300px;
    margin-top: 80px;
}
    .banner_flex{
        display: flex;
    }
.banner_bigtxt {
    text-align: left;
    margin: 0;
    padding-top: 103px;
}
.banner_mintxt {
        margin-top: 142px;
    }
.banner_txt_bar{
    margin: 110px 30px;
    display: block;
    width: 1px;
    height: 80px;
    background-color: #fff;
}

/*------------//banner-----------*/
    .gnb_menus {
        width: 150px;
        font-size: 0.89rem;
    }

    /*------------//con1-----------*/

    /*------------//con2------------*/
    .footer_txt{
    text-align: left;
    margin:30px 0;
}
.footer_item{
    display: flex;
    margin:40px 0;
}

.footer_item_one img:first-child{
    width: 125px;
    height: 65px;
    margin-right: 10px;
}
.footer_item_one img:last-child{
    width: 140px;
    height: 65px;
    margin-right: 10px;
}
.footer_item_two img{
    width: 188px;
    height: 65px;
} 
    
/*------------//footer------------*/  
#tops{display: block;}
.tops{
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
}
.tops_box{position: relative;}
.tops_ani{
    width: 35px;
    height: 25px;
    position: absolute;
    animation: ups 1s;
    animation-iteration-count: infinite;
}
@keyframes ups {
    from{
        top: -23px;
    }
    to{
       top:-33px;
    }
}
.tops div{
    font-weight: 900;
    font-size: 17px;
    margin-top: -5px;
}
}