@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 100;
	src: url('/fonts/notosanskr-light.woff2') format('woff2'),
		  url('/fonts/notosanskr-light.woff') format('woff')
  }
  
  @font-face {
	font-family: 'Noto Sans KR';
	font-weight: 400;
	src: url('/fonts/notosanskr-regular.woff2') format('woff2'),
		  url('/fonts/notosanskr-regular.woff') format('woff')
  }
  
  @font-face {
	font-family: 'Noto Sans KR';
	font-weight: 500;
	src: url('/fonts/notosanskr-medium.woff2') format('woff2'),
		  url('/fonts/notosanskr-medium.woff') format('woff')
  }
  
  @font-face {
	font-family: 'Noto Sans KR';
	font-weight: 700;
	src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
		  url('/fonts/notosanskr-bold.woff') format('woff')
  
  }

  @font-face {
    font-family: 'yg-jalnan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
  

  
  *:focus { outline: none; }
  *::selection { background-color: #000; color: #FFF; }
  
  a { color: inherit; text-decoration: none; }
  img { vertical-align: middle; }
  ul, li { list-style: none; }
  button { border: 0; cursor: pointer; }
  table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }
  tspan { letter-spacing: -0.5px !important; }
  label { cursor: pointer; }
  label > .on { display: none; color: #3366CC; }
  label > .off { display: inline-block; color: #CCC; }
  input[type="checkbox"], input[type="radio"] { display: none; }
  input[type="checkbox"]:checked + label > .on { display: inline-block; }
  input[type="checkbox"]:checked + label > .off { display: none; }
  
  .absolute { position:absolute; }
  .fixed { position:fixed; }
  
  .bb-tooltip { table-layout : auto; }
  
  input[type="file"] { display: none; }
  
  .left { float: left; }
  .right { float: right; }
  
  .lp0{letter-spacing: 0;}

  .drag { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
  .drag * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
  
  .e { letter-spacing: -0.5px; }
  .e * { letter-spacing: -0.5px; }
  

  input{border:1px solid #cdcdcd;}
  .common_box{width: 100%; float: left; background: #fff; padding: 30px 45px; border: 1px solid #eaeaea; border-radius: 30px; box-shadow: 3px 3px 10px rgba(51,51,51,0.05);}
  
  /* 공통 */
  body{background: rgba(100,0,132,0.03); color: #333;}

  .primary_bg{background: #640084;}
  .primary{color: #640084;}
  .primaryContainer_bg{background: rgba(100,0,132,0.1);}
  .subcolor{color: #cc3333;}

  .badge{border-radius: 50%; width: 16px; height: 16px; line-height: 16px; color: #fff; font-size: 10px; display: inline-block; vertical-align: middle; text-align: center; font-weight: 400;}
  .badge.point_red{background: #cc3333;}
  .badge.point_blue{background: #2060d6;}


  /* loading */
  #loadingWrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999999; display: none; background-color:rgba(0,0,0,0.5) }
  #loadingWrap * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
  #loadingWrap > #loadingPercent { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; text-align: center; line-height: 50px; font-size: 11px; font-weight: bold; letter-spacing: -0.5px; color: #333; text-shadow: 0 0 2px #FFF; }
  #loadingWrap > #loading { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; animation: loading 1s ease-in-out infinite; -webkit-animation: loading 1s ease-in-out infinite; border-top-color:#e7141b; }
  
  @keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
  @-webkit-keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
  