:root {
}

body {width:100%; height:100%; margin:0; padding:0; font-family:'NanumSquare'; font-size:var(--fs-bodym); font-weight:var(--fw-r); color:var(--fc-base); line-height:1.5; letter-spacing:normal;}

ul {margin:0; padding:0; list-style:none;}
p {margin:0; padding:0;}
a {text-decoration:none; color:#000;}
a:hover, a:active, a:focus {text-decoration:none;}

#wrap {width:100%; max-width: 860px; height:auto; margin: auto;}
.inner {position: relative; width:100%; max-width:1440px; padding:0px 40px; margin:auto; text-align:center; box-sizing:border-box;}
.inner-p {position: relative; width:100%; max-width:1440px; padding:120px 40px; margin:auto; text-align:center; box-sizing:border-box;}

.dis-on {display: inline-block !important;}
.dis-off {display: none !important;}
.strong {font-weight:var(--fw-eb);}

img {width: 100%;}

/* header */
header {display: flex; flex-direction: row;}
header div {}

/* con */
.con li {margin: 0; line-height: 0;}
.con .link {display: flex; flex-direction: row;}



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