@charset "utf-8"; 
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;500;700;900&display=swap');*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* 
html {-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;font-size:14px;}
body {background: #F8F7F7;margin:0;padding:0;font-family: 'Noto Sans KR', sans-serif;font-size:14px;height:100%;min-height:100%}
h1, h2, h3, h4, h5, h6 {font-weight:500;font-family:'Noto Sans KR', sans-serif;}

.custom-color-main-text {color: #28AA93}
.custom-color-main-bg {background-color: #28AA93; box-shadow: #000;}
.allButFooter {min-height: calc(100vh - 200px);}

small {font-size:12px}

input, button, textarea, select {-webkit-appearance: none;-moz-appearance: none;font-family:'Noto Sans KR', sans-serif;font-size: 16px !important}
a {color:#000;text-decoration:none;font-family:'Noto Sans KR', sans-serif;}
*/


.swal2-shown { display:flex; flex-direction: column; justify-content: center;}
.pointer {cursor:pointer}
.nav-link {white-space: nowrap;}
.no-wrap {white-space: nowrap;}
.word-break-keep-all {word-break:keep-all;}
.word-break-break-all {word-break:break-all;white-space: initial;}




/*.nav-link {color:#06281e} */
/*.nav-link:hover {color:#fff} */
/*.navbar {background-color: #28AA93 !important} */
/*.btn-primary {background-color: #42639f !important} */

.icon-view-more {
    background: url(/img/svg/list-search.svg) no-repeat center top;
    background-size: contain;
}

.quill-editor {
	min-height: 200px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 16px !important
}
.ql-toolbar{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}