/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
imported styles

font-family: 'Nanum Gothic', serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Nanum Gothic Coding', serif;
font-family: 'Nanum Brush Script', serif;
font-family: 'Nanum Pen Script', serif;
font-family: 'Jeju Gothic', serif;
font-family: 'Jeju Hallasan', serif;
font-family: 'Jeju Myeongjo', serif;

@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejuhallasan.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
*/
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url("./crom/layout.css");
@import url("./crom/layout_sub_menu.css");
@import url("./crom/layout_bottom.css");
@import url("./crom/tbl.css");
@import url("./crom/admin.css");
@import url("./crom/modal.css");
@import url("./crom/crom.css");
@import url("./crom/english.css");

/*crom Glyphicons display*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/css/fonts/glyphicons-halflings-regular.eot');
  src: url('/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('/css/fonts/glyphicons-halflings-regular.woff') format('woff'),
  url('/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  url('/css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


  /*---------------------------------------
      google font   
  -----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+KR:wght@100..900&display=swap');

/*Çì´õ·Î°í*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Black+Ops+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Black+Ops+One&family=Saira+Stencil+One&display=swap');

.anton{
  font-family: "Anton", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.black-ops-one{
  font-family: "Black Ops One", system-ui;
  font-weight: 900;
  font-style: normal;
}

.saira-stencil-one {
  font-family: "Saira Stencil One", sans-serif;
  font-weight: 900;
  font-style: normal;
}



.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}







a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}


body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Noto Sans KR", sans-serif;
  color:#000;
}


html {
  height: -webkit-fill-available;
  overflow-y:scroll; 
}


a {
  text-decoration: none;
}