:root {
    --light-blue:#299cd2;
    --grey:#ccc;
    --dark-grey:#666666;
    --light-grey:#f2f2f2;
    --yellow:#ffed4f;
    --orange:#fe4d1d;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosans {
    font-family: "Noto Sans KR", sans-serif !important;
}

* {
    margin: 0 auto;
    padding: 0;

}
*:focus {
    outline: none !important;
}

input:focus { outline: none !important}
input,textarea:focus {

    outline: none 

}
* {-webkit-tap-highlight-color:transparent !important;}

button:focus {
	outline: none !important;
}
input:focus{
	outline:none !important;
    -webkit-tap-highlight-color : rgba(0, 0, 0, 0);

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}
@font-face {
    font-family: 'NotoKrL',sans-serif ;
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Light'), local('NotoSans-Light'), url(/fonts/NotoSans-Light.eot);
    src: url(/fonts/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
    url(/fonts/NotoSans-Light.woff2) format('woff2'),
    url(/fonts/NotoSans-Light.woff) format('woff');;
}

@font-face {
    font-family: 'NotoKrR',sans-serif ;
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(/fonts/NotoSans-Regular.eot);
    src: url(/fonts/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/NotoSans-Regular.woff2) format('woff2'),
    url(/fonts/NotoSans-Regular.woff) format('woff');
}

@font-face {
    font-family: 'NotoKrM',sans-serif ;
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(/fonts/NotoSans-Medium.eot);
    src: url(/fonts/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(/fonts/NotoSans-Medium.woff2) format('woff2'),
    url(/fonts/NotoSans-Medium.woff) format('woff');
}

@font-face {
    font-family: 'NotoKrB',sans-serif ;
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(/fonts/NotoSans-Bold.eot);
    src: url(/fonts/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
    url(/fonts/NotoSans-Bold.woff2) format('woff2'),
    url(/fonts/NotoSans-Bold.woff) format('woff');
}


body {
    font-family: 'Noto Sans KR', sans-serif;
}


body {
    font-family: 'NotoKrR', sans-serif;
}

strong {
    font-family: 'NotoKrB', sans-serif;
}

th {
    font-family: 'NotoKrM', sans-serif;
}

button {
    background: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer
}
textarea{
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: none;
    line-height: 1;

    /* Browsers have different default form fonts */
    font-size: 13px;
   
}
input,
label,
select,
button{
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;

    /* Browsers have different default form fonts */
    font-size: 13px;
   
}

/* Remove the stupid outer glow in Webkit */
input:focus {
    outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio] {
    width: 13px;
    height: 13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file] {

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
    display: none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    /* Fix IE7 display bug */
    overflow: visible;
    width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

/* Textarea
-----------------------------------------------*/

textarea {
    /* Move the label to the top */
    vertical-align: top;

    /* Turn off scroll bars in IE unless needed */
    overflow: auto;
}

/* Selects
-----------------------------------------------*/



select[multiple] {
    /* Move the label to the top */
    vertical-align: top;
}


input:focus {
    outline: none;
}

input, textarea {
    -webkit-appearance: none;
}

select {
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.display-none {
    display: none;
}

.space-pre-line {
    white-space: pre-line;
}


 /* alert style  */
 .swal-modal{
     border-radius: 0 !important;
     max-width: 320px !important;
 }
 .swal-button-container{
     display: flex !important;
     margin: 0 !important;
 }
 .swal-overlay--show-modal .swal-modal{
     box-shadow: none !important;
 }
 .swal-button{
    width: 182px !important;
    border-radius: 0 !important;
    margin: 0 auto 19px;
    padding: 20px;
    border-radius: 30px !important;
}
 

 .swal-footer{
     padding: 0 !important;
 }
 .swal-text:first-child{
    text-align: center !important;
    word-break: keep-all !important;
 }

 .swal-overlay--show-modal .swal-modal{
     border-radius: 10px !important;
    -webkit-animation: none !important;
    animation: none !important;
    will-change: unset !important;
}
 *:focus{
    
    box-shadow: none !important;
}
.swal-button,
.swal-button-container{
    
    box-shadow: none !important;
}

.swal-button:focus
.swal-button-container:focus{
    
    box-shadow: none !important;
}

.margin-0{
    margin: 0 auto !important;
    display: block;
}
.join-start-container{
    
}

input[type=checkbox],
input[type=radio]{
    display: none;
}
.color-blue{
    color: var(--light-blue);
}

/* 미션용 얼랏 style */
.swal2-popup{
 background: var(--orange) !important;
}
.swal2-actions{
    display: none !important;
}
.swal2-close{
 color: #fff !important;
}
.swal2-header{
   display: block !important;
}
.swal2-title{
    font-size: 1.2em !important;
    text-align: left !important;
    color: #fff !important;
}

.swal2-content{
    text-align: left !important;
    font-size: 0.8em !important;
    color: #fff !important;
    line-height: 1.5 !important;

}
