@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: "Pretendard Variable", Pretendard, 'Roboto' ,sans-serif ;
}
h1,h2,h3,h4,h5,h6{
    font-weight:600;
}
ul,li,dl,dt,dd,ol{
    list-style:none;
}
p {
    word-break: keep-all;
}
a{
    text-decoration:none;
}
body {
    width: 100%;
    overflow-x: hidden;
}
body,a{
    font-weight:400;
    font-style: normal;
    line-height: 1.3;
    color:#222;
}

button {
    border: 0;
    background: 0;
    cursor: pointer;
}

img , video{
    border:0;
    vertical-align:top;
}
table{
    border-collapse: collapse;
    width:100%;
}

.wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}
input,input[type="submit"]{
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
    appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:800;}
img,video {

    max-width: 100%;
}