@charset 'UTF-8';
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

html {
    background: #f2f2f2;
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
}

body {
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    width: 1000px;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    background: #fff;
}

h1, h2 {
    margin: 0; padding: 0;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Typography */
body {
    font-family: 나눔고딕, 'Nanum Gothic', sans-serif;
}

span.weak {
    font-weight : lighter;
}
.rule.section, .contacts.section {
    font-family: 나눔명조, 'Nanum Myeongjo', serif;
}

.title, .heading {
    line-height: 1.0;
    letter-spacing: -0.05em;
    text-align: center;
}

.head.section .title {
    font-size: 66px;
}

.feature.section .heading {
    font-size: 27px;
}

.feature.section .description {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.025em;
    text-align: center;
}

.oneyear.section .title, .rule.section .title {
    font-size: 56px;
}

.rule.section .heading, .contacts.section .heading {
    text-align: left;
    font-size: 27px;
}

/* section boxes */
.section {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.section .container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* head section */
.head.section {
    height: 500px;
    background: url(../images/bg_lightgray.png) no-repeat;
}

.head.section .container {
    width: 100%;
    height: 66px;
}

/* feature sections */
.feature.section .container {
    margin: auto 0;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
}

/* academic feature section */
.academic.feature.section {
    background: url(../images/bg_section1.png) no-repeat;
}

.academic.feature.section .container {
    width: 441px;
    height: 132px;
    left: 80px;
    right: auto;
}

/* passion feature section */
.passion.feature.section {
    background: url(../images/bg_section2.png) no-repeat;
}

.passion.feature.section .container {
    width: 462px;
    height: 108px;
    left: auto;
    right: 51px;
}

/* craft feature section */
.craft.feature.section {
    background: url(../images/bg_section3.png) no-repeat;
}

.craft.feature.section .container {
    width: 462px;
    height: 132px;
    left: 16px;
    right: auto;
}

/* together feature section */
.together.feature.section {
    background: url(../images/bg_section4.png) no-repeat;
}

.together.feature.section .container {
    width: 330px;
    height: 132px;
    left: auto;
    right: 12px;
}

/* powerful chairman feature section */
.chairman.feature.section {
    background: url(../images/bg_section5.png) no-repeat;
}

.chairman.feature.section .container {
    width: 400px;
    height: 100px;
    left: 10px;
    right: auto;
}

/* one-year section */
.oneyear.section {
    height: 500px;
    background: url(../images/bg_lightgray.png) no-repeat;
}

.oneyear.section .container {
    width: 960px;
    height: 268px;
}

.oneyear.section .title {
    margin-bottom: 60px;
}

/* rule section */
.rule.section {
    height: 700px;
}

.rule.section .container {
    width: 600px;
    height: 600px;
}

.rule.section .title {
    margin-bottom: 16px;
}

.rule.section a:link,
.rule.section a:visited,
.rule.section a:active {
    color: #08c;
    font-weight: bold;
}

/* contacts section */
.contacts.section {
    height: 150px;
}

.contacts.section .container {
    width: 600px;
    height: 100px;
}

.contacts.section .title {
    margin-bottom: 16px;
}

/* join section */
.join.section {
    height: 200px;
    text-align: center;
}

.join.section p {
    margin: 0;
    padding: 0;
}

.join.section .container {;
    width: 600px;
    height: 155px;
}

.join.section .welcome {
    margin: 0 0 32px 0;
    padding: 0;
    font-size: 56px;
    letter-spacing: -0.07em;
}

/**
 * button style from Bootstrap by Twitter
 * http://twitter.github.com/bootstrap/;
 */
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
}

.join.section .btn {
  padding: 19px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff; /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.join.section .btn:hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}

.join.section .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}

.join.section a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* copyright */
.copyright {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    height: 50px;
}
.copyright p {
    position: absolute;
    display: block;
    top: auto;
    bottom: auto;
    left: 16px;
    height: 12px;
    padding: 0;
    color: #999;
    font-size: 12px;
}

/* scheduler */
.schedule {
    width: 960px;
    height: 151px;
    margin: 0 auto;
    position: relative;
}

/* scheduler grid */
.schedule .grid {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.schedule .grid .month_list {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.schedule .grid .month {
    width: 71px;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
    display: block;
    float: left;
    border-left: 1px solid #ccc;
    font-size: 27px;
    line-height: 1.0;
    font-weight: bold;
}

/* scheduler events */
.schedule .item_box {
    width: 100%;
    height: 100%;
    margin-top: 35px;
    padding-top: -35px;
    z-index: 2;
    position: absolute;
}

.schedule .item_box .event_list {
    margin: 0;
    padding: 0;
    position: relative;
}

.schedule .item_box .event_list .event {
    position: absolute;
    display: block;
    height: 12px;
    margin: 0;
    padding: 4px;
    list-style: none;
    font-size: 11px;
    line-height: 1.0;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
}

.schedule .item_box .event_list .type1.event {
    top: 0px;
    background: rgba(204,0,0,.5);
}

.schedule .item_box .event_list .type2.event {
    top: 28px;
    background: rgba(255,153,0,.5);
}

.schedule .item_box .event_list .type3.event {
    top: 56px;
    background: rgba(0,204,0,.5);
}

.schedule .item_box .event_list .type4.event {
    top: 84px;
    background: rgba(0,153,204,.5);
}

.warning-block {
/*  position: relative;*/
    height: 400px;
    float: bottom;
    bottom:-400px;
    display:none;
}
