html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    height: 100%;
    min-height: 100%;
    background: #f0f0f0;
    color: #272727;
}

:hover {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

button {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

hr { border: solid 1px #E74310;}

.box-fix {
    min-height: 100%;
    position: relative;
    z-index: 998;
}

.box-main {
    width: 100%;
    position: relative;
    padding-bottom: 230px;
/*    padding-top: 150px;*/
}

.box-white {
    width: 100%;
/*    height: 100px;*/
/*    z-index: 999;*/
/*    position: fixed;*/
    background: #FFF;
/*    background: url(../img/bot-bg.jpg);*/
/*    top: 0;*/
}

.box-topo {
    width: 1000px;
    height: 150px;
    margin: auto;
/*    position: relative;*/
    z-index: 998;
}

.box-logo {
    width: 120px;
    height: 90px;
    padding: 30px;
/*    box-shadow: 0px 0px 35px rgba(0,0,0,0.1);*/
/*    position: absolute;*/
    display: inline-block;
    z-index: 999;
/*    top: 35px;*/
/*    left: 360px;*/
}

.box-menu {
    width: 800px;
    height: 35px;
    margin-top: 55px;
    display: inline-block;
    vertical-align: top;
}

.box-banner {
    width: 100%;
/*    widows: 100%;*/
/*    height: 800px;*/
/*    z-index: 997;*/
/*    margin-top: -100px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 30px;*/
/*    position: relative;*/
/*    display: inline-block;*/
}


.box-pro-banner {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
    overflow: hidden;
}

.box-pro-banner img {
    top: -50%;
    position: relative;
}

.box-bottom {
    width: 100%;
    height: 230px;
    margin-top: -230px;
    position: absolute;
    bottom: 0px;
    clear: both;
    z-index: 1;
    background: #FFF;
}

.box-base {
    width: 1060px;
    height: 220px;
    margin: 12px auto 0px auto;
    position: relative;
/*    color: #FFF;*/
}

.box-base li {
    margin-top: 30px;
/*    width: 33%;*/
    margin-left: 70px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}


.box-content {
    width: 980px;
    padding: 10px;
    margin: 30px auto;
}

.ease {-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;}

a:link {color: #1a1a1a;}
a:visited {color: #1a1a1a;}
a:hover {color: #B1A043;}
a:active {color: #1a1a1a;}

.box-base a:link { color: #FFF;}
.box-base a:visited { color: #FFF;}
.box-base a:hover { color: #DECD8A;}
.box-base a:active { color: #FFF;}

.null-link a:link {color: #222;}
.null-link a:visited {color: #222;}
.null-link a:hover {color: #222;}
.null-link a:active {color: #222;}

.box-vertext {
/*    top: 10;*/
/*    bottom: 52;*/
/*    right: 10px;*/
    width: 280px;
    font-size: 36px;
    font-weight: 600;
    background: rgba(255,255,255,0.5);
    text-align: left;
/*    float: left;*/
/*    position: absolute;*/
/*    display: inline-block;*/
    white-space: nowrap;
    padding: 5px 10px;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -moz-transform: rotate(-90deg) translateX(10px) translateY(10px);
-webkit-transform: rotate(-90deg) translateX(10px) translateY(10px);
-o-transform: rotate(-90deg) translateX(10px) translateY(10px);
-ms-transform: rotate(-90deg) translateX(10px) translateY(10px);
transform: rotate(-90deg) translateX(-180px) translateY(0px);
}

.box-vertical {
    width: 180px;
/*    height: 45px;*/
    position: absolute;
    text-align: center;
    font-size: 24px;
/*    font-weight: 600;*/
    bottom: 15px;
}

.rsDownload {
    width: 43px;
    height: 43px;
    float: none;
    line-height: 43px;
    text-align: center;
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: #000;
    color: #FFF;
    z-index: 999;
}

.rsDownload a:link { color: #FFF;}
.rsDownload a:visited { color: #FFF;}
.rsDownload a:hover { color: #DECD8A;}
.rsDownload a:active { color: #FFF;}





















.box-middle {
    width: 1000px;
    text-align: center;
    margin: auto;
}

.box-middle ul {
    text-align: center;
}

.box-middle li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}







.box-lastpic img {
    width: 400px;
}



.box-date {
    width: 398px;
    padding: 25px 50px;
    display: inline-block;
}

.box-calendar {
    width: 1000px;
    margin: auto;
}

.date-event {
    font-weight: bold;
    color: #008099;
}

.date-day {
    font-size: 14px;
}

.date-title {
    font-size: 32px;
}

.hyeon {
    font-family: 'Do Hyeon', sans-serif;
    font-size: 36px;
    color: #666;
}

.box-copyright {
    width: 100%;
    margin-top: 50px;
    position: relative;
    text-align: center;
}

.box-copyright::before {
    content: '';
    width: 55%;
    height: 1px;
    position: absolute;
    background: #999;
    left: 22%;
    top: -30px;
}

.font-small {
    font-size: 14px;
}

.font-giant {
    font-size: 48px;
}
