125 lines
4.3 KiB
CSS
125 lines
4.3 KiB
CSS
@charset "utf-8";
|
|
|
|
/* Web Font */
|
|
/*@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;*/
|
|
/* src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}*/
|
|
|
|
/*@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src:*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}*/
|
|
|
|
/*@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;*/
|
|
/* src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}*/
|
|
|
|
/*@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;*/
|
|
/* src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),*/
|
|
/* url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}*/
|
|
|
|
@font-face {
|
|
font-family: 'Pretendard-Regular';
|
|
src: url('font/Pretendard-Regular.otf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Reset style */
|
|
* {word-break: keep-all; word-wrap: break-word; box-sizing: border-box; -webkit-box-sizing: border-box;}
|
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
|
|
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, font, img, ins, q, s, small, strike, strong, sub, sup,
|
|
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, thead, tbody, tfoot, tr, th, td, input {
|
|
margin: 0; padding: 0; font-family: 'Pretendard-Regular';
|
|
}
|
|
|
|
blockquote, button, fieldset, iframe {border: 0;}
|
|
cite, em, u, address, i {font-style: normal;}
|
|
img {border: 0; vertical-align: top;}
|
|
hr{margin: 0}
|
|
legend {position: absolute; left: -9999px; top: -9999px;}
|
|
/*caption {text-indent: -9999px; font-size: 0;}*/
|
|
li {list-style: none;}
|
|
table {width: 100%; table-layout: fixed; border-collapse: collapse;}
|
|
a:link, a:visited, a:hover, a:active {text-decoration: none;}
|
|
|
|
/* Blind 숨김처리 */
|
|
.blind {position: absolute; left: -9999px; top: -9999px;}
|
|
.skip {position: absolute; left: -9999px; top: -9999px;}
|
|
|
|
body {font-family: 'Noto Sans KR', sans-serif; font-size: 14px;}
|
|
button, textarea {font-family: 'Noto Sans KR', sans-serif;}
|
|
button {cursor: pointer;}
|
|
|
|
|
|
/* 정렬 */
|
|
.al_c {text-align: center;}
|
|
.al_r {text-align: right;}
|
|
|
|
|
|
/* 가로길이 */
|
|
.w_full {width: 100%;}
|
|
.w_half {width: 50%;}
|
|
.w_quarter {width: 25%;}
|
|
.w_20 {width: 20px;}
|
|
.w_50 {width: 50px;}
|
|
.w_70 {width: 70px;}
|
|
.w_75 {width: 75px;}
|
|
.w_80 {width: 80px;}
|
|
.w_100 {width: 100px;}
|
|
.w_120 {width: 120px;}
|
|
.w_130 {width: 130px;}
|
|
.w_150 {width: 150px;}
|
|
.w_200 {width: 200px;}
|
|
.w_250 {width: 250px;}
|
|
.w_300 {width: 300px;}
|
|
.w_306 {width: 306px;}
|
|
.w_350 {width: 350px;}
|
|
.w_400 {width: 400px;}
|
|
.w_500 {width: 500px;}
|
|
|
|
.mw_400 {max-width: 400px;}
|
|
.mw_450 {max-width: 450px;}
|
|
|
|
.h_10 {height: 10px;}
|
|
.h_20 {height: 20px;}
|
|
.h_25 {height: 25px;}
|
|
.h_30 {height: 30px;}
|
|
.h_40 {height: 40px;}
|
|
.h_50 {height: 50px;}
|
|
.h_100 {height: 100px;}
|
|
.h_300 {height: 300px;}
|
|
/*.h-100 {height: 100%;}*/
|
|
|
|
.f_11 {font-size: 11px;}
|
|
.f_12 {font-size: 12px;}
|
|
.f_13 {font-size: 13px;}
|
|
.f_14 {font-size: 14px;}
|
|
.f_15 {font-size: 15px;}
|
|
.f_16 {font-size: 16px;}
|
|
.f_17 {font-size: 17px;}
|
|
.f_30 {font-size: 30px;}
|
|
|
|
|
|
/* 여백 */
|
|
.mt0 {margin-top: 0 !important;}
|
|
.mt10 {margin-top: 10px !important;}
|
|
.mt40 {margin-top: 40px !important;}
|
|
.ml10 {margin-left: 10px !important;}
|
|
.pb10 {padding-bottom: 10px !important;}
|
|
|
|
.bg-fa {background: #FAFAFA !important;}
|
|
.bg-224 {background: #22498E !important;}
|
|
.bg-f8f {background: #F8FAFC !important;}
|
|
|
|
.text-4c6 {color: #4C6C84 !important;}
|
|
.text-222 {color: #222222 !important;}
|
|
.text-224 {color: #22498E !important;}
|
|
|
|
.clickable{cursor: pointer;}
|
|
.cursor{cursor: pointer;}
|
|
/*.MuiTab-root.Mui-selected { color: #22498E; }*/
|