/* CSS reset  */
/*******************************************************************************************************************************************/
@charset "utf-8";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');


/*
@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
*/


@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 300;
    src: url('font/AppleSDGothicNeoL.woff') format('woff');
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 400;
    src: url('font/AppleSDGothicNeoR.woff') format('woff');
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 500;
    src: url('font/AppleSDGothicNeoM.woff') format('woff');
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 600;
    src: url('font/AppleSDGothicNeoB.woff') format('woff');
}
@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 700;
    src: url('font/AppleSDGothicNeoEB.woff') format('woff');
}

@font-face {
    font-family: 'ONE-Mobile-Light';
    src: url('font/ONE-Mobile-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('font/ONE-Mobile-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'ONE-Mobile-Bold';
    src: url('font/ONE-Mobile-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}



/*******************************************************************************************************************************************/

/*******************************************************************************************************************************************/



/* Reset */
 * {outline:0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {transition:all 0.5s; font-family:'AppleSDGothicNeo'; margin:0;padding:0;}
html{overflow-y:scroll;}
body{width:100%;}
html{-webkit-touch-callout:none; -webkit-user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{width:100%; background:#fff; min-width:280px; -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;font-family:'AppleSDGothicNeo';}
body,input,select,textarea,button {border:none; font-family:'AppleSDGothicNeo';color:#222;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
.hide,caption,legend{line-height:0;font-size:1px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#000;text-decoration:none;cursor:pointer;}
 
footer input select{font-family:'AppleSDGothicNeo' !important;}
 
 
.clear {clear:both;}
.clear:after { content:""; display:block; clear:both;}


input:focus{border:0; outline:0; outline:none}






