@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none
}

body {
    color: #222;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: pretendard,Apple SD Gothic Neo,sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
caption { display:none; }

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}
button,img,input,label,select {
    vertical-align: middle
}

button,input,select,textarea {
    color: #222;
    margin: 0;
    padding: 0;
    outline: 0;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: pretendard,Apple SD Gothic Neo,sans-serif
}

input[type=submit] {
    cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

figure {
    margin: 0
}

button {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: 0
}

em {
    font-style: normal;
    font-weight: 500
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

table td,table tr {
    margin: 0;
    padding: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/img/arrow_down.svg) no-repeat center right 14px
}

select::-ms-expand {
    display: none
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

a {
    color: #222;
    text-decoration: none;
    font-family: pretendard,Apple SD Gothic Neo,sans-serif
}

::placeholder {
    font-family: pretendard,Apple SD Gothic Neo,sans-serif;
    color: #aaa
}

*,:after,:before {
    box-sizing: border-box
}

svg path {
    transition: all .2s
}

:root {
    --primary-10: #f5f9fc;
    --primary-20: #e8f1fa;
    --primary-25: #c3d4e6;
    --primary-30: #859eb8;
    --primary-40: #1f69b6;
    --primary-50: #195593;
    --primary-90: #061320;
    --secondary-10: #fff7f2;
    --secondary-20: #ffdec9;
    --secondary-40: #ff914a;
    --secondary-50: #ff7e2b;
    --gray-10: #f5f5f5;
    --gray-20: #e0e0e1;
    --gray-30: #a3a5a8;
    --gray-40: #8d9194;
    --gray-50: #65686b;
    --gray-80: #434446;
    --gray-90: #1a1a1a;
    --white: #fff;
    --black: #000;
    --red: #ff411a
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable) {
    min-height: 500px
}
