@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
    font-family:
        "Nanum Square", "NanumSquare", "Nanum Gothic", "Malgun Gothic",
        sans-serif;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #434343;
}

/*공통스타일*/
.wrapper {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
}

.v_pc {
	display: none !important;
}
.v_mo {
	display: block !important;
}

/*해더영역*/
.header .wrap {
	overflow: hidden;
}

.wrapper .wrap .menu > li {
    position: relative;
}
.wrapper .wrap .menu > li > a {
    border-bottom: 1px solid #d2d2d2;
}

.btn-top {
    display: block;
}
