@charset "UTF-8";

/* 폰트 참조 - Apple SD Gothic Neo */
/* Local */
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoT.ttf');

    font-weight: 100; /* Thin */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoUL.ttf');
    font-weight: 200; /* UltraLight */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoL.ttf');
    font-weight: 300; /* Light */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoR.ttf');
    font-weight: 400; /* Medium */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoM.ttf');
    font-weight: 500; /* Regular */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoSB.ttf');
    font-weight: 600; /* SemiBold */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoB.ttf');
    font-weight: 700; /* Bold */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoEB.ttf');
    font-weight: 800; /* ExtraBold */
}
@font-face{
    font-family: 'AppleSDGothicNeo'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/AppleSDGothicNeoH.ttf');
    font-weight: 900; /* Heavy */
}

/* 폰트 참조 - Apple SD Gothic Neo */
/* Local */
@font-face{
    font-family: 'NanumSquare'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/NanumSquareL.ttf');
    font-weight: 300; 
}
@font-face{
    font-family: 'NanumSquare'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/NanumSquareR.ttf');
    font-weight: 400; 
}
@font-face{
    font-family: 'NanumSquare'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/NanumSquareB.ttf');
    font-weight: 700; 
}
@font-face{
    font-family: 'NanumSquare'; 
    src: url('https://gnmbnpuahfvn7432707.gcdn.ntruss.com/move/assets/fonts/NanumSquareEB.ttf');
    font-weight: 800; 
}

/* 여백 초기화 */
html {height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {margin: 0; padding: 0}

/* 테두리 초기화 */
fieldset, img {border: 0 none}
textarea:focus {outline: none;}
button:focus {outline: none;}
input:focus {outline: none;}

/* 리스트 스타일 초기화 */
dl, ul, ol, menu, li {list-style: none}

/* 폰트 초기화 */
body, th, td, input, select, textarea, button {font-size: 14px; font-weight: normal; font-family: 'AppleSDGothicNeo', 'Noto Sans KR', '나눔 고딕', 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', '돋움', 'sans-serif';}
a {color: inherit; text-decoration: none; cursor: pointer; font-size: inherit;}
a:hover {text-decoration: none;}
a:active {background-color: transparent;}
a:focus, select:focus {outline: none;}
html, body, header, footer, a, h1, h2, h3, h4, h5, h6, div, nav, ul, ol, table, tr, td, li, article, section, p, button, input, textarea, select, span, pre, i {color: inherit;}

/* 폰트 스타일 초기화 */
address, caption, cite, code, dfn, em, var{font-style: normal; font-weight: normal}

/* 이미지 */
img {vertical-align: bottom;}

/* 컴포넌트 */
input, textarea, button {-webkit-appearance: none; -webkit-border-radius: 0; -moz-appearance: none; appearance: none;} /* Safari border-radius 해제*/
input::placeholder {color: #bdbdbd;}
input:focus {outline: none;}
button {background: transparent; border: none;}