@charset "utf-8";
/* CSS Document */
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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
	display: block;
}

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;
}

li{ list-style-type: none;}
#site a, #site a:hover, #site a:active, #site a:focus, .btn a{color:#fff !important;}
a, a:hover, a:active, a:focus{ color:#333 ; text-decoration:none !important;}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;	
}
body { 
	  font-family:'Pretendard-Regular'!important;
      line-height: 1.8;font-size:16px;
  }

@font-face { 
  font-family: 'Arial', 'Helvetica', 'sans-serif'; 
}

.loading{ display:block; width:100%; height:100%; background-color:#fff; position:absolute; top:0; left:0; z-index:2030;}
.load-text{ position: relative; color:#333;  font-size:5rem; width:300px;   margin:0 auto; top:40%;}
.load-bar{  position: relative;  width:300px;  height:2px;  margin:0 auto; top:40%;}
.load-line{  position: absolute;  background:#333;  width:300px;  height:2px;}
.load{  position: absolute;   background:#fff;  width:10px;  height:2px; }
.dot1{ animation: loading 2s infinite;}
.dot2{ animation: loading 2s 0.5s infinite; }
.dot3{ animation: loading 2s 1s infinite; }
@keyframes loading { from { left: 0; } to { left: 300px; }}
@-webkit-keyframes loading { from { left: 0; } to { left: 300px; }}

header{background-color:#fff;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + main {
  padding-top: 70px;
}
nav {    height: 50px; padding:1% 4%; display:inline-flex;   }
nav > ul{ display:flex; justify-content:space-between; flex-wrap: wrap ; }
nav > ul > li{ display: inline; padding:10px; font-weight:bold; }
.logo{    position: absolute;    right: 30px;}
.lab_logo{ margin-right:10px;}

section > img{ width: 100%;}
#site > ul{ display:flex;justify-content:space-between; flex-wrap: wrap ;    padding: 1% 4%;    background-color:#003b7f;
           color:#fff;}		   
#site > ul > span > a{color:#fff !important;}
#site > ul > li > a > p { display:inline;}

#blank{      height: 84px;    background-color: #fff;}

#product{    display: flex;    justify-content: space-between;    flex-wrap: wrap;    padding:0 5%; }
#product img{ width:100%; border:#cfcfcf 1px solid; margin-top:10px; }
#product > article{ width:30%;}
#product > article > div{display: flex;    justify-content:space-between; }
#product > article > div > h2{ font-weight:bold; padding:1% 2%;}
#product > article > div > a{ background-color:#cfcfcf; padding:1% 2%; border-radius:10px;}

.btn{ font-size:30px;  color:#fff ; background-color:#003b7f;  border-radius:10px; width:20%; height:70px; margin: 3% auto 4%; }
.btn a{ text-align: center;    display: block;    line-height: 70px; }


/**************************************************************************************************************************/
@media(min-width: 1025px) {
  .mo{ display:none;}
}
@media(max-width: 1024px) and (min-width: 769px) {
  .mo{ display:none;}
}
@media(max-width: 1184px) {
  .logo img { display:none;}
}
@media(max-width: 768px) { 
   nav{ padding:3% 4%;}
   #site > ul > li > a > p { display:none;}
  .web{ display: none;}
  nav > ul {    flex-wrap: nowrap;    overflow-y: hidden;    white-space: nowrap;    overflow-x: scroll;    width: 78vw;   }
  #site > ul > li{ margin:5px 0;}
  #product > article{ width:100%;    margin: 3% 0;}
  .btn{ font-size:26px;width:70%;height:50px;}
  .btn a{  line-height: 50px;}
  #blank{      height: 60px;  }
}

/**************************************************************************************************************************/