﻿@charset "utf-8";
/*
@font-face {
    font-family: "NanumGothicWeb";
    src: url("./wfont/NanumGothic.eot");
    src: url("./wfont/NanumGothic.eot?#iefix") format("embedded-opentype"),
         url("./wfont/NanumGothic.woff") format("woff"),
         url("./wfont/NanumGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
 */
html {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}
body {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: "Apple SD Gothic Neo", "NanumGothicWeb", "Malgun Gothic", "Dotum", "Gulim", "Verdana", "Helvetica", "AppleGothic";
  /* font-family: NanumGothicWeb,'Malgun Gothic','Apple SD Gothic Neo',AppleGothic,DroidSansFallback,Dotum,'돋움',Tahoma,Verdana,sans-serif; */
  font-size: 10pt;
  background-color: #111;
  background-size: 100% 100%;
}

div.outer { border: 0px solid #5e4a96;
  /* width: 320px;  height: 470px; */
  width: 100%;  height: 100%;
  margin: 0 auto;
  background: url(../img/m_bg_edit.jpg) no-repeat;
  background-size: 100% 100%;
  }

p.notice {
  width: 96%;
  font-size: 120%;
  font-weight: 900;
  color: #ff0;
  background-color: #111;
  opacity: 0.8;
  padding: 2%;
  z-index: 99;
  text-align: center;
  }

div.header { border: 0px solid red;
  position: relative;
  top: .2em;
  width: 100%;
  height: 113px;
  background: url(../img/logo_2026.png) no-repeat 50% 30%;
  background-size: 60% 60%;
}

ul.main {border: 0px solid red;
  position: absolute;
  bottom: 3.5em;
  width: 100%;
  text-align: center;
  }
  ul.main li { border: 0px solid red;
    display: inline-block;
    background: url(../img/b_bg.png);
    padding: .5em;
    margin: .5em 1.5em;
    border-radius: 1em;
    }
    ul.main li a { border: px solid red;
      display: inline-block;
      text-decoration: none;
      padding: .5em 4em .5em .5em;
      /* border: 5px solid #999; */
      border: 8px solid #fff;
      font-size: 2em; font-weight: 600; line-height: 1.5em; color: #999;
      text-shadow: 2px 2px 2px #000;
      border-radius: .3em;
      }
      ul.main li a.ch1 {
        background: url(../img/ch1.gif) 230% 50% no-repeat #fff;
        color: #9fcc40;
        }
      ul.main li a.ch2 {
        background: url(../img/ch2.gif) 230% 50% no-repeat #fff;
        color: #00bff3;
        }
      ul.main li a.on {
        /*
        border: 5px solid #fff;
        color: #00bff3;
        */
        }

ul.items { border: 0px solid red;
  display: inline-block;
  width: 280px;
  height: 378px;
  margin-left: 20px;
}
  ul.items li { border: 0px solid red;
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
  }
  ul.items li a { border: 0px solid red;
    display: inline-block;
    width: 101px;
    height: 114px;
  }
    ul.items li a p {
      position: relative;
      top: 73px;
      font-size: 120%;
      color: #fff;
      /* left: 10px; */
      width: 100%;
      text-align: center;
    }
  ul.items li a.item1 { background: url(../img/ch1.gif) no-repeat; }
  ul.items li a.item2 { background: url(../img/ch2.gif) no-repeat; }
  ul.items li a.item3 { background: url(../img/item3.png) no-repeat; }
  ul.items li a.item4 { background: url(../img/item4.png) no-repeat; }
  ul.items li a.item5 { background: url(../img/item5.png) no-repeat; }
  ul.items li a.item6 { height: 133px; background: url(../img/item6.png) no-repeat; }

/*
div.footer {
  position: absolute;
  bottom: 0;
  width: 320px;
  padding: 19px 0;
  text-align: center;
  color: #616161;
  background: #191919;
}
*/
div.footer {border: 0px solid red;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: .8em 0 .5em 0;
  font-size: .77em; color: #fff;
  text-shadow: 2px 2px 2px #000;
  /* background: url(../imgs/b_bg.png); */
  }
