@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

/* Common */
html,body{height:100%; font-size:16px;}
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;
 vertical-align: baseline;font-family:'Noto Sans KR',sans-serif; letter-spacing:-0.03em; font-style:normal; font-weight:inherit;}

/* 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;}
ul:after{display: block; content:' '; clear: both;}
table {border-collapse:collapse; border-spacing:0;}
a{text-decoration:none; color:inherit;letter-spacing:inherit; font-weight:inherit ;}
a:hover,a:active,a:focus{text-decoration:none;}
table{border-spacing:0;border-collapse:collapse;}
input,select,button{vertical-align:middle; outline:none; -webkit-box-sizing:border-box;-moz-box-sizing:border-box ;box-sizing:border-box ;font-family:'Noto Sans KR','MalgunGothic',sans-serif;}
input[type="text"],input[type="tel"],input[type="submit"],input[type="email"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;-webkit-border-radius: 0;}
ul::after{display: block; clear: both; content:' ';}

::selection{background:#7224e1; color:#fff; }
::-moz-selection{background:#7224e1; color:#fff; }


.en_title{font-family:'Bebas Neue',sans-serif;}
.highlighter{background:#ffecde ; line-height:inherit; font-weight:inherit;	font-size:inherit;}
.center{text-align: center;}

.text_gr{background: rgb(106,36,157);
background: -moz-linear-gradient(90deg, rgba(106,36,157,1) 0%, rgba(50,30,174,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(106,36,157,1) 0%, rgba(50,30,174,1) 100%);
background: linear-gradient(90deg, rgba(106,36,157,1) 0%, rgba(50,30,174,1) 100%); -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}

.efil_gr{background: rgb(106,36,157);
background: -moz-linear-gradient(90deg, rgba(106,36,157,1) 0%, rgba(50,30,174,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(106,36,157,1) 0%, rgba(50,30,174,1) 100%);
background: linear-gradient(90deg, rgba(106,36,157,1) 0%, rgba(50,30,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a249d",endColorstr="#321eae",GradientType=1);}


input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
	 transition: background-color 5000s ease-in-out 0s;
	 -webkit-transition: background-color 9999s ease-out;
     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
     -webkit-text-fill-color: #222 !important;
   }