@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

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

html {
    font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 400;
	word-break: keep-all;
    background: #444;
}

#app {
    color: #2c3e50;
    font-family: 'Pretendard';
    -webkit-font-smoothing : antialiased; 
    width: 100%;
    display: flex;
    padding: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.overflow-hidden {
	overflow: hidden;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    text-decoration: none;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-48 {
    margin-top: 48px;
}

/* .btn-class {
    cursor: pointer;
} */

.btn-class.btn-class:active {
    box-shadow: 2px 2px #999999;
}

/* input 증/감 버튼 없애기 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box {
    padding: 16px 12px;
    background: #fff;
}

.home-btn-class {
    cursor: pointer;
}

.home-btn-class:active {
    transform: translateY(5%);
}

.input-data {
    width: 100%;
    border: none;
    outline: none;
    font-family: Pretendard;
    padding: 1px 2px;
    font-size: 13px;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
}

.input-label-text {
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #0a0912;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
}

.wrong-info-notice {
    display: none;
    margin-top: 0;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 600;
    margin-left: 4px;
    font-size: 12px;
    line-height: 14px;
    color: #e95b2e;
    text-align: left;
}

.input-box.focused {
    border: 1px solid #fe814c;
}

.js-input-copy-text {
    display: none;
}
.js-input-copy-text.active {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    font-size: 1px;
}

.marquee_box {
    cursor: pointer;
    vertical-align: middle;
}

.modal-container {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5;
    display: none;
}
.modal-container.modal-active {
    display: block;
}
.modal-container .header-container {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
    justify-content: space-between;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-container .header-container .header-left {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-container .header-container .select-language {
    width: 80px;
    height: 32px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f8f8f9;
    border: 1px solid #bfc2cb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
    padding-left: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7c3BDUBAEAXQPzgMLktFStGCCiiBCrSjG25WIkYcJdhE7EEyL5nT/JkPKKX+j1yBlE0pRP3VTjap5mVqn+4DOGwEc7cTwgiH0BVYVzuEUQIiFKdikcbaqcNXmPM6iTM5htnU8OEo8fZcKfXeDjIeG8MZyyleAAAAAElFTkSuQmCC);
    background-position: 50px;
    background-repeat: no-repeat;
}

.modal-container .header-container .header-left .home-logo {
    width: 40px;
    height: 40px;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.modal-container .header-container .header-left .btn-menu-cancle {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.modal-container .menu-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 0.9;
    -ms-flex: 0.9;
    flex: 0.9;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px;
}
.modal-container .menu-list-container .menu-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-container .menu-list-container .menu-list-box .menu-box {
    text-align: center;
    margin-bottom: 32px;
    margin-top: 0;
}

.modal-container .menu-list-container .menu-list-box .menu-box .menu-text {
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .06em;
    color: #818791;
    padding: 8px;
    cursor: pointer;
}
.modal-container .menu-list-container .menu-list-box .menu-box a {
    text-decoration: none;
}
.modal-container .menu-list-container .menu-list-box .menu-box .menu-text.active-menu {
    font-family: Pretendard;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .06em;
    color: #0a0912;
    margin-bottom: 32px;
    margin-top: 0;
    cursor: pointer;
}



@media (min-width: 769px){
    #app {
        max-width: 600px;
    }
}

@media (min-width: 481px) {
    #app {
        height: 90vh;
        margin: 50px auto;
        background-color: #444;
        border: 1px solid #444;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 20px;
    }
}
    

