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

body {
    margin: 0px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 16px;
    height: 100%;
    min-height: 100%;
/*    background: #E9E9E9;*/
    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: 110px;
    margin: auto;
/*    position: relative;*/
    z-index: 998;
}

.box-logo {
    width: 355px;
    margin: auto;
/*    height: 90px;*/
    padding: 10px;
/*    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: 600px;*/
    z-index: 997;
/*    margin-top: -100px;*/
    overflow: hidden;
/*    margin-bottom: 30px;*/
    position: relative;
/*    display: inline-block;*/
}

.box-banner::before {
    content: "";
    background: url("../img/pattern-dotter.png") repeat;
    top: 0;
    left: 0;
    bottom: 3px;
    right: 0;
    position: absolute;
    z-index: 2;
}


.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;
}

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

.box-base li {
    margin-top: 30px;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.box-content {
    width: 960px;
    padding: 20px;
    margin: 30px auto;
    background: #FFF;
}

.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: #ff6e04;}
a:active {color: #1a1a1a;}

.box-base a:link { color: #FFF;}
.box-base a:visited { color: #FFF;}
.box-base a:hover { color: #ff6e04;}
.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-unbanner {
    width: 1000px;
    height: 400px;
    position: relative;
    background: #FFF;
    margin: auto;
    z-index: 999;
/*    display: inline-block;*/
}

.box-mainpic {
    width: 460px;
    height: 400px;
    position: absolute;
    top: -30px;
    left: -30px;
}

.box-maintex {
    width: 505px;
    height: 345px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.box-maintitle {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
}

.box-mainscrit {
    width: 400px;
    margin: 60px 0px 60px 100px;
/*    margin-top: 60px;*/
/*    margin-bottom: 60px;*/
    text-align: right;
    font-size: 18px;
}

.box-mainbutton {
    width: 140px;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background: #ff6C00;
    position: relative;
    color: #FFF;
    float: right;
}

.box-mainbutton::before {
    content: "";
    width: 250px;
    height: 1px;
    display: block;
    position: absolute;
    right: 160px;
    top: 23px;
    background: #CCC;
}

.box-spine {
    width: 1000px;
    margin: auto;
    min-height: 290px;
    position: relative;
    background: url(../img/spine.png) no-repeat center -75px;
}

.box-spine::before {
    content: 'Cervical';
    text-align: center;
    font-size: 48px;
    position: absolute;
    padding: 10px;
    width: 230px;
    border: 3px solid #ff6C00;
    top: 30px;
}

.box-spine::after {
    content: 'Lombar';
    text-align: center;
    font-size: 48px;
    position: absolute;
    padding: 10px;
    width: 230px;
    border: 3px solid #ff6C00;
    top: 125px;
    right: 0px;
}

.box-middle {
    padding: 20px 0px;
    width: 1000px;
    margin: auto;
    background: #FFF;
}

.box-division {
    padding: 60px 0px;
    width: 800px;
    margin: auto;
    background: #FFF;
}

.box-lastext {
    width: 505px;
/*    height: 345px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
}

.box-lastpic {
    position: absolute;
/*    box-shadow: 0px 0px 150px rgba(0,0,0,0.3);*/
    right: -20px;
/*    top: 40px;*/
}

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

.box-gray {
    width: 100%;
    background: #D4D4D4;
}

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

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

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

.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: 75%;
    height: 1px;
    position: absolute;
    background: #7bad81;
    left: 120px;
    top: -30px;
}

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

.box-products {
    width: 185px;
    height: 185px;
    display: inline-block;
    border: solid 1px #7bad81;
    padding: 20px;
    margin: 5px;
    text-align: center;
    vertical-align: top;
    position: relative;
    z-index: 990;
/*    cursor: pointer;*/
}

.box-products::after {
    content: '';
    width: 185px;
    height: 185px;
    background: rgba(0,0,0,0.04);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}

.box-cell {
    width: 185px;
    height: 185px;
    display: table-cell;
    vertical-align: middle;
}

.box-cell img {
    width: 185px;
}


.box-title {
    width: 980px;
    padding: 10px;
    margin: 20px auto;
    font-size: 36px;
    border-bottom: solid 1px #CCC;
}

.box-text {
    width: 650px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

.box-text p {text-align: justify;}

.box-text p {margin-top: 0px}

.sub-title {
    font-size: 22px;
    color: #e74310;
}

.box-video {
    width: 100%;
    margin: 20px auto;
}

.button {
    text-align: center;
    padding: 10px;
    background: #E74310;
    color: #FFF;
}

.button :link, .button :visited {
    color: #FFF;
}

.button:hover {
/*    color: #FF6C00;*/
    background: #E15a1f;
}

.box-emultec {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: -5px;
}

.box-left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.box-right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.box-button {
    width: 250px;
    padding: 30px;
/*    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);*/
    margin: auto;
    border-radius: 20px;
    border: solid 10px #f0f0f0;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.green:hover {
    border: solid 10px rgba(164,172,26,0.5);
}

.blue:hover {
    border: solid 10px rgba(130,191,201,0.5);
}
