body{
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
}
div{
box-sizing:border-box;
margin:0px;
border:0px;
padding:0px;
}/* -------------------------position-------------------- */
.cn{
display:none;/* -------------------------display:none;-------------------- */
}
.dlyN{
display:none;/* -------------------------display:none;-------------------- */
}
.eng{
display:none;/* -------------------------display:none;-------------------- */
}
.flxArnd{
display:flex;
justify-content:space-around;
}
.flxBtwn{
display:flex;
justify-content:space-between;
}
.grdBx{
padding:10px 3px;
border:1px solid;
}
.marA{
margin:auto;
}
.marT1{
margin-top:1%;
}
.pc{
display:none;
}
.txtC{
text-align:center;
}
/* -------------------------size-------------------- */
.mxW1280{
max-width:1280px;
}
.txt12B{
font-size:12px;
font-weight:bold;
}
.txt24{
font-size:24px;
}
.txt28{
font-size:28px;
}
.txt28B{
font-size:28px;
font-weight:bold;
}
.txt36{
font-size:36px;
}
.w98{
width:98%;
}
@media screen and (min-width:600px){
body{font-size:18px;}
.mbl{display:none;}
.pc{display:block;}
}
.sldDv{
position: fixed;
z-index: 1;
overflow-x: hidden;
transition: 0.8s;
background-color:white;
}
.clsBtn {
position: absolute;
top: 30px;
right: 30px;
}
.hndPnt{
cursor:pointer;
} 