@charset "utf-8";

body.scheme-midnight .links a, body.scheme-midnight .eyebrow, body.scheme-midnight p, body.scheme-midnight pre code, body.scheme-midnight del, body.scheme-midnight .slider-controls, body.scheme-midnight .testimonial, body.scheme-midnight .testimonial p, body.scheme-midnight .site-footer, body.scheme-midnight .site-footer a, body.scheme-midnight a.cta-project {
    color: #eaeaea
}

/* 초기화 */

/* 초기화 */

* {font-family: 'Noto Sans KR', Arial, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, '돋움', Helvetica, sans-serif;}

body {
  text-rendering: optimizeSpeed;
  min-height: 100vh;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
}

html {
  color: #000;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
	scroll-behavior: smooth;
	box-sizing: border-box;
	font-size: 18px;
}

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



/* ------------------------------------------------------------------------------- */
/* Reset */
/* ------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}


img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-style: normal;
  font-weight: 400;
}

.site-footer, section, .top {
  padding: 50px 0 10px 0;
}
@media (max-width: 600px) {
  .site-footer, section, .top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.site-footer, div.boxed, .eyebrow, .top {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;

}

.eyebrow {
	font-size:1.1em;
}

.overview {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;  
}

.testimonial, div.boxed blockquote, div.boxed p,
div.boxed h2 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

a img {
  vertical-align: top;
}

p {
  margin: 0 0 10px 0;
}

li {
  list-style: none;
}

*:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

hr {
  border: none;
  height: 1px;
  display: block;
  margin: 40px 0;
  border-bottom: 2px dotted;
}

b, strong {
  font-style: normal;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

blockquote {
  margin: 40px 0 40px 0;
  padding: 0 20px 0 20px;
  border-left: 1px solid;
}
blockquote a {
}

i, em {
  font-style: italic;
}

pre code {
  display: block;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

textarea,
input,
button,
select {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* ------------------------------------------------------------------------------- */
/* Header (logo + nav) */
/* ------------------------------------------------------------------------------- */
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top__avatar {
  height: 35px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .top__avatar {
    height: 40px;
  }
}
.top__brand {
  font-weight: bold;
     font-size: 1.2em;
}
.top__brand i {
	font-size:.9em;
	font-style: normal;
	font-weight: normal;
	color:#DDD;
}

.top__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .top__right {
    gap: 20px;
  }
}
.top .links {
  display: flex;
  align-items: center;
}
.top__link {
  text-decoration: none;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
  padding:7px 10px 7px 10px;
  font-weight: 500;
  font-size:1.1em;
}
.top__link:hover {
	transition: color 0.1s ease-out, border-color 0.1s ease-out;
	background:#777;
    border-radius: 6px;	
}


/* ------------------------------------------------------------------------------- */
/* Page sections */
/* ------------------------------------------------------------------------------- */
section {
  width: 100%;
  margin: 0;
}
section p {
  margin-bottom: 40px;
}
section p a {
	padding:2px 5px 2px 5px;
	color:#FFF;
	margin-left:5px;
}
section hr {
  border: none;
  height: 160px;
}
@media (max-width: 600px) {
  section hr {
    height: 80px;
  }
}

section .boxed.demo .scroll {
  height: 360px;
  overflow-y:auto;
  padding:20px;
}

section .boxed.demo .url {
	font-size:.65em;
}


div.boxed img {
  width: 100%;
  max-width: 1020px;
  border-radius: 6px;
}
div.boxed p,
div.boxed h2,
div.boxed blockquote p
{
	color:#FFF;
}
div.boxed h2 {
  margin-top: 30px;
  margin-bottom: 30px;
    font-size: 1.35em;  
}
div.boxed blockquote {
}
div.boxed blockquote p {
}
div.boxed p a {
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
div.boxed p a:hover {
  transition: color 0.1s ease-out, border-color 0.1s ease-out;
}

/* ------------------------------------------------------------------------------- */
/* Footers */
/* ------------------------------------------------------------------------------- */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  flex-wrap: wrap;
}


.site-footer a:hover {
  text-decoration: underline;
}

.footer-left,
.footer-right {
  margin: 0.5rem 0;
}

.slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 16px;
}
.slider-controls button {
  cursor: pointer;
  border-bottom: 1px solid;
}

div.boxed .slider-heading {
  margin-top: 0;
}


r{color:#ff3535}




#srv_btn {
}


#top_btns {
	margin: -60px 15px 0 0;
}

#change_host_btn {
	float:right;
    padding: 5px 20px 5px 20px;
    background: #AAA;
    border-radius: 6px;
	cursor:pointer;
    margin-bottom: 20px;
}

#login_btn {
	float:right;
    padding: 5px 20px 5px 20px;
    background: #AAA;
    border-radius: 6px;
    cursor: pointer;
	margin-left:20px;
}

#change_host {
	display:none;
}

#change_host center{
    position: absolute;
    top: 60px;
	width:100%;
}



#srv_host {
	padding:120px 50px 90px 50px;
	display:flex;
    flex-wrap: wrap;
}


#srv_host li {
	width:calc(100% / 3 - 30px);
	margin:15px;
	font-size: 1em;
	font-weight: bold;
}


#srv_host li a {
    border: 1px solid #000;
	border-radius: 6px;
	width:100%;
	line-height:150px;
    display: inline-block;	
    color: #333;
	background-color: rgba(255,255,255,0.3);
	padding:10px 0 10px 0;
	border-radius: 6px;
}

#srv_host li a:hover {
    color: #333;
	background-color: rgba(0,0,0,0.3);
}


#srv_host li.disable a {
    opacity: .35;
	cursor:not-allowed;
}

#srv_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: center;
}

#srv_btn li {
	width: calc(100% / 3 - 30px);
    margin: 15px;	
}

#srv_btn li a {
	font-size: 1.2em;
	font-weight: bold;
    border: 1px solid #000;
	background-color: rgba(0,0,0,0.5);
	border-radius: 6px;
	width:100%;
	padding: 30px 0 30px 0;
	display: inline-block;	
    color: #FFF;
}

#srv_btn li a:hover {
    color: #FFF;
	background-color: rgba(255,255,255,0.5);
}




#srv_btn li.adm_btn a {
    padding: 15px 0 15px 0;
}

.btns {
    text-align: center;
    display: flex;
    justify-content: center;
	padding: 30px 0 50px;
}


.btns span {
    width: 250px;
    display: inline-block;
    margin: 0px 5px 0 5px;
}
.btns span.w_80 {
    width: 200px;
}

.btns span.w_50 {
    width: 150px;
}

.btns span a {
    background: #222;
    border: 1px solid #000;
    color: #FFF;
    display: block;
    padding: 20px 0 20px 0;
	border-radius: 6px;
}

.btns span.active a {
	background:red;
	color:#FFF;
}

.btns span.active .submit {
	background:red;
	color:#FFF;
    display: block;
    padding: 25px 0 25px 0;
    width: 250px;
    border: solid 1px red;
}

section .demo .rows li {
	width:calc(100% / 3);
}	

section .demo .rows {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	padding:20px 50px 20px 50px;
	text-align:center;
	line-height:1.8em;
	font-size:1.5em;
	font-weight: 500;
}	

section .demo .rows img {
    display: inline-block;	
}

section .demo .rows .img {
	width:180px;
}

section .demo .rows .qr {
	width:120px;
}



section.faq ul i {
}

section.faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.faq li {
    border-radius: 6px;
    background: #333;
    color: #EEE;
    margin: 20px;
    line-height: 1.8em;
    font-size: 1.1em;  
}

section.faq .q {
  position: relative;
  cursor: pointer;
  font-weight: bold;
    padding: 30px 60px 30px 30px;
}

section.faq .q i {
	margin-right:15px;
}

section.faq .toggle {
  position: absolute;
  right: 30px;
  top: 30px;
}

section.faq .ans {
	display: none;
    color: #EEE;
    padding: 0 30px 30px 70px;
}


@media screen and (max-width: 800px) {
	html {
		font-size: 16px;
		margin:15px;
	}	
	.top {padding-top: 20px}
}
}
/* 세로 방향일때 */
@media screen and (max-width: 1000px) and (orientation: portrait) {
	.top {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.top__right {
		margin-top:15px;
		justify-content: flex-end;
		width: 100%;
	}	
	
	#srv_btn li {
		width: calc(100% / 3 - 10px);
		margin: 5px;
		letter-spacing: -.5px;
	}	


	#srv_btn li a {
	}

	#srv_btn li.adm_btn a {
	}
	
	section .demo .rows {
		padding: 30px;
		font-size: 1.2em;
		flex-direction: column;
		
	}	
	section .demo .rows li {
		width: 100%;
		padding:5px;
	}	
	
	section .boxed.demo .url {
		font-size: 1em;
	}	
	
	section.faq {
		padding:0;
		margin-top: -40px;
	}
	
	section.faq div.boxed {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
	
	section.faq .q {
	    padding: 20px 40px 20px 20px;
	}

	section.faq .toggle {
		top:20px;
	    right: 0;
	}	
	
	section.faq .ans {
		padding: 0 30px 30px 30px;
	}	
	
}

}

