@charset 'utf-8';

@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-style: normal;
    font-weight: 300;
    src: url(/public/fonts/AppleSDGothicNeoL.woff2) format('woff2'),
    url(/public/fonts/AppleSDGothicNeoL.woff) format('woff')
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-style: normal;
    font-weight: 400;
    src: url(/public/fonts/AppleSDGothicNeoR.woff2) format('woff2'),
    url(/public/fonts/AppleSDGothicNeoR.woff) format('woff')
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-style: normal;
    font-weight: 500;
    src: url(/public/fonts/AppleSDGothicNeoM.woff2) format('woff2'),
    url(/public/fonts/AppleSDGothicNeoM.woff) format('woff')
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-style: normal;
    font-weight: 600;
    src: url(/public/fonts/AppleSDGothicNeoSB.woff2) format('woff2'),
    url(/public/fonts/AppleSDGothicNeoSB.woff) format('woff')
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-style: normal;
    font-weight: 700;
    src: url(/public/fonts/AppleSDGothicNeoB.woff2) format('woff2'),
    url(/public/fonts/AppleSDGothicNeoB.woff) format('woff')
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-style: normal;
    font-weight: 800;
    src: url(/public/fonts/AppleSDGothicNeoEB.woff2) format('woff2'),
    url(/public/fonts/AppleSDGothicNeoEB.woff) format('woff')
}
@font-face {
    font-family: 'Apple SD Gothic Neo';
    font-style: normal;
    font-weight: 900;
    src: url(/public/fonts/AppleSDGothicNeoH.woff2) format('woff2'),
    url(/public/fonts/AppleSDGothicNeoH.woff) format('woff')
}

html {
    scroll-behavior: smooth;
    min-width: 320px;
    overflow-x: hidden;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, code, em, img, select,
small, strong, sub, sup, var, button,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, mark, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font-weight:inherit;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family:'Apple SD Gothic Neo', sans-serif;
    word-break: break-all;
    
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    width:100%
}
ul,
ol {
    list-style: none;
}
pre {
    white-space: pre-line;
    overflow: unset;
}

a,
a:active,
a:hover {
    text-decoration: none;
}
a,
button {
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color:inherit;
    font-size:inherit;
    font-family:'Apple SD Gothic Neo', sans-serif;
}
a:hover {
    color: #FF7A37;
}

::-moz-selection{
    color: #fff;
    background: #231F20;
}
::selection{
    color: #fff;
    background: #231F20;
}
caption {
    display: none;
}
svg {
    height: auto;
}

/* 인풋 기본 스타일 */
textarea,
input,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    line-height: normal;
}
form {
    width:100%
}
/* input type number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a:focus,
button:focus {
    outline: 3px solid #000;
}
:focus:not(:focus-visible) {
    outline: 0;
} 

/* button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
} */
select::-ms-expand {
    display: none;
}
textarea {
    width: 100%;
    background: none;
    resize: none;
}
button {
    border: 0;
    background: none;
    cursor: pointer;
}
select {
    cursor: pointer;
    background-color: #fff;
    outline: none;
    overflow: hidden;
    width: 100%;
    background: #fff url("/public/images/select-arrow.svg") no-repeat right 1.25rem center;
}

:lang(en) {
    font-family: 'Poppins', sans-serif;
}
/* placeholder css */
input::placeholder,
textarea::placeholder {
    color: #3a3a3a;
    opacity: 1;
    font-size: 0.938rem;
    font-weight: 500;
    /* íŒŒì´ì–´í­ìŠ¤ì—ì„œ ë¿Œì˜‡ê²Œ ë‚˜ì˜¤ëŠ” í˜„ìƒì„ ë°©ì§€í•˜ê¸° ìœ„í•œ css */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #3a3a3a;
    font-size: 0.938rem;
    font-weight: 500;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #3a3a3a;
    font-size: 0.938rem;
    font-weight: 500;
}
input:-mos-input-placeholder,
textarea:-mos-input-placeholder {
    color: #3a3a3a;
    font-size: 0.938rem;
    font-weight: 500;
}

/* placeholder */
/* input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
        color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
        color: transparent;
} */

/* Padding & Margin  */
.p0 {
    padding: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.m0 {
    margin-top: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.ml0 {
    margin-left: 0 !important;
}

.pd10 {
    padding: 10px !important;
}

/* Float */
.fl {
    float: left;
}
.fr {
    float: right;
}
.cb {
    clear: both !important;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}

/* Display */
.db {
    display: block !important;
}
.di {
    display: inline !important;
}
.dib {
    display: inline-block !important;
}
.dibw100 {
    width: 100%;
    display: inline-block;
}

/* Alaign */
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}

/* Absolute align */
.xyalign {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.yalign {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xalign {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Border */
.b0 {
    border: 0 !important;
}
.bt0 {
    border-top: 0 !important;
}
.bl0 {
    border-left: 0 !important;
}
.br0 {
    border-right: 0 !important;
}
.bb0 {
    border-bottom: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    svg {
        height: 100%;
    }
}

/* float */
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.leftbox {
    float: left;
}
.rightbox {
    float: right;
}

/* Efftect */
.shadow {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.dot {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.effect1 {
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ani-itxt {
    -webkit-transition: all 0.3s;;
    -ms-transition: all 0.3s;;
    -o-transition: all 0.3s;;
    -moz-transition: all 0.3s;;
    transition: all 0.3s;
}

.ready {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    border-bottom:1px solid #EBEBEB;
    text-align:center;
    padding:80px 30px;
    color: #393939;
    font-size:16px
}

/* hover image */
.hover-img {
    display: block;
    overflow: hidden;
}
.hover-img img {
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hover-img:hover img {
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
}

/*  웹접근성 본문바로가기 */
#skip-btn a {
    display: block;
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 100%;
    z-index:999999
}
#skip-btn a:active,
#skip-btn a:focus,
#skip-btn a:hover {
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    background: #333;
    outline: none;
    border:none;
    color: #fff;
    text-align: center;
    z-index: 99999;
}

