@charset "utf-8";

@font-face {
    font-family: NotoSansKR;
    font-style: normal;
    font-weight: 700;
    src: local("NotoSansKR-Bold.woff");
    src: url(../../font/NotoSansKR-Bold.woff) format("woff");
}

@font-face {
    font-family: NotoSansKR;
    font-style: normal;
    font-weight: 500;
    src: local("NotoSansKR-Medium");
    src: url(../../font/NotoSansKR-Medium.woff) format("woff");
}

@font-face {
    font-family: NotoSansKR;
    font-style: normal;
    font-weight: 400;
    src: local("NotoSansKR-Regular");
    src: url(../../font/NotoSansKR-Regular.woff) format("woff");
}

@font-face {
    font-family: NotoSansKR;
    font-style: normal;
    font-weight: 300;
    src: local("NotoSansKR-Light");
    src: url(../../font/NotoSansKR-Light.woff) format("woff");
}

@font-face {
    font-family: 'Pretendard Variable';
    font-weight: 100 900; /* 100 ~ 900 */
    font-style: normal;
    font-display: swap;
    src: url(../../font/PretendardVariable.woff2) format('woff2-variations');
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 100;
    src: local("Pretendard-Thin");
    src: url(../../font/Pretendard-Thin.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 200;
    src: local("Pretendard-ExtraLight");
    src: url(../../font/Pretendard-ExtraLight.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 300;
    src: local("Pretendard-Light");
    src: url(../../font/Pretendard-Light.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 400;
    src: local("Pretendard-Regular");
    src: url(../../font/Pretendard-Regular.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    src: local("Pretendard-Medium");
    src: url(../../font/Pretendard-Medium.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    src: local("Pretendard-SemiBold");
    src: url(../../font/Pretendard-SemiBold.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    src: local("Pretendard-Bold");
    src: url(../../font/Pretendard-Bold.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 800;
    src: local("Pretendard-ExtraBold");
    src: url(../../font/Pretendard-ExtraBold.woff) format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 900;
    src: local("Pretendard-Black");
    src: url(../../font/Pretendard-Black.woff) format("woff");
}

/* Candara */
@font-face{
    font-family:'Candara';
    font-weight:400;
    src:local('Candara_Bold'), url('../../font/Candara_Regular.woff2') format('woff2'), url('../../font/Candara_Regular.woff');
}
@font-face{
    font-family:'Candara';
    font-weight:700;
    src:local('Candara_Regular'), url('../../font/Candara_Bold.woff2') format('woff2'), url('../../font/Candara_Bold.woff');
}

/*:lang(ko) { word-break:keep-all; } */
* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    color: #333;
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 13px;
}

html *,
div,
p,
ol,
ul,
li,
img,
a,
h1,
h2,
h3,
form,
span,
iframe,
dl,
dt,
dd {}

dl,
ul,
ol {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    background-color: transparent;
    border: 0;
}

fieldset {
    border: none;
}

legend,
caption,
hr {
    display: none;
}

img {
    border: none;
}

img,
label {
    vertical-align: top;
}

button {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input,
select,
textarea {
    border-radius: 0;
    font-family: "NotoSansKR", sans-serif;
    font-weight: 400;
    color: #3e4449;
}

textarea {
    resize: vertical;
}

ul,
ol {
    list-style: none;
}

em {
    font-style: normal;
}

caption span,
legend {
    overflow: hidden;
    position: absolute;
    left: -9999px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/* align */
.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.tal {
    text-align: left !important;
}

.vat {
    vertical-align: top !important;
}

.vam {
    vertical-align: middle !important;
}

.vab {
    vertical-align: bottom !important;
}

.vat18 {
    vertical-align: 18px !important;
}

.frt {
    float: right !important;
}

.flt {
    float: left !important;
}

.fno {
    float: none !important;
}

.cboth {
    *zoom: 1;
}

.cboth:before,
.cboth:after {
    display: table;
    content: "";
}

.cboth:after {
    clear: both;
}

/* text common */
/* default link */
a {
    text-decoration: none;
    cursor: pointer;
}

a:link,
a:visited {
    text-decoration: none;
    color: #666666;
    cursor: pointer;
}

a:hover,
a:active {
    text-decoration: none;
    color: #4a80f6;
    cursor: pointer;
}

.f5f7f9 {
    color: #999 !important;
}

.tx_green {
    color: # !important;
}

f5f7f9 .tx_blue {
    color: #6f70de !important;
}

.tx_red {
    color: #f82154 !important;
}

.tx_white {
    color: #fff !important;
}

.tx_yellow {
    color: # !important;
}

.tx_black {
    color: #000022 !important;
}

.bg_f5f7f9 {
    background-color: #f5f7f9 !important;
}

.bg_3e4449 {
    background-color: #3e4449 !important;
}

.ls0 {
    letter-spacing: 0 !important;
}

.ls1 {
    letter-spacing: -1px !important;
}

.ls2 {
    letter-spacing: -2px !important;
}

.ls3 {
    letter-spacing: -3px !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw700 {
    font-weight: 700 !important;
}

/* etc */
.blind {
    position: absolute;
    top: -100000px;
    left: -100000px;
    width: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

*:first-child+html body .blind {
    clear: both;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: none;
    text-indent: -100000px;
}

.skip {
    position: absolute;
    top: -100000px;
    left: -100000px;
    visibility: hidden;
    overflow: hidden;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tx_ellipsis90 {
    display: block;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tx_ellipsis95 {
    display: block;
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tx_ellipsis100 {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.disable {
    pointer-events: none;
}

.yDisable {
    background-color: #eee !important;
}

.nDisable {
    background-color: #fff !important;
}

/* font */
.fwn {
    font-weight: 400 !important;
}

.fwb {
    font-weight: 700 !important;
}

/* IE10 input type auto x delete */
input[type="text"]::-ms-clear,
input[type="file"]::-ms-clear {
    display: none;
}

/* webkit */
::-webkit-input-placeholder {
    color: rgba(62, 68, 73, 0.5) !important;
}

/* FF 4~18 */
:-moz-placeholder {
    color: rgba(62, 68, 73, 0.5) !important;
}

/* FF 19+ */
::-moz-placeholder {
    color: rgba(62, 68, 73, 0.5) !important;
}

/* IE10+ */
:-ms-input-placeholder {
    color: rgba(62, 68, 73, 0.5) !important;
}

/* placehoder color style */
.my-placeholder {
    color: rgba(62, 68, 73, 0.5) !important;
}

/* from (error)placeholder */
.frmError {
    border-color: #f44949 !important;
}

.frmError::-webkit-input-placeholder {
    color: #f44949 !important;
}

.frmError:-moz-placeholder {
    color: #f44949 !important;
}

.frmError::-moz-placeholder {
    color: #f44949 !important;
}

.frmError:-ms-input-placeholder {
    color: #f44949 !important;
}

/* Chrome Field Outline = None */
input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

button:focus {
    outline: none;
}

/* cursor */
.cursorAuto {
    cursor: auto;
}

.cursorDefault {
    cursor: default;
}

.cursorPointer {
    cursor: pointer;
}

.cursorWait {
    cursor: wait;
}

.cursorMove {
    cursor: move;
}

.cursorNotAllowed {
    cursor: not-allowed;
}

/* block control */
.displayblock {
    display: block !important;
}

.displayinlineblock {
    display: inline-block !important;
}

.displayinline {
    display: inline !important;
}

.displayinherit {
    display: inherit !important;
}

/* position control */
.poRelative {
    position: relative !important;
}

.poAbsolute {
    position: absolute !important;
}

.poStatic {
    position: static !important;
}