/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;} 
html {line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
article,aside,footer,header,nav,section {display:block;}
figcaption,figure,main {display: block;}
hr {box-sizing:content-box;height:0;overflow:visible;}
pre {font-family:monospace, monospace;font-size:1em;}
a {background-color: transparent;-webkit-text-decoration-skip:objects;}
ol, ul {list-style: none;} /*reset.css 에서 추가*/
abbr[title] {border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}
b,strong {font-weight: inherit;}
b,strong {font-weight: bolder;}
code,kbd,samp {font-family: monospace, monospace;font-size:1em;}
dfn {font-style:italic;}
mark {background-color: #ff0;color: #000;}
sub,sup {line-height:0;position:relative;vertical-align:baseline;}
sub {bottom:-0.25em;}
sup {top:-0.5em;}
audio,video {display:inline-block;}
audio:not([controls]) {display:none;height:0;}
svg:not(:root) {overflow: hidden;}
input[type="text"],input[type="password"],input[type="tel"],input[type="email"],textarea{-webkit-appearance:none;-webkit-border-radius:0;}
select{-webkit-appearance:none;}
button,input,optgroup,select,textarea {margin:0;}
button,input {overflow: visible;}
button,select {text-transform:none;}
button,html [type="button"], [type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline:1px dotted ButtonText;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress {display:inline-block;vertical-align:baseline;}
textarea {overflow:auto;}
[type="checkbox"],[type="radio"] {box-sizing:border-box;padding:0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height:auto;}
[type="search"] {-webkit-appearance:textfield;outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance:button;font:inherit;}
details, menu {display: block;}
summary {display: list-item;}
canvas {display: inline-block;}
template {display: none;}
[hidden] {display: none;}

/* Body Font */
table {border-collapse:collapse;border-spacing:0;}
a,a:hover,a:active,a:visited,a:focus{color:inherit;text-decoration:none;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
img{display:inline-block;max-width:100%;height: auto;border-style:none;}
body{overflow-x:hidden;font-family: 'Nanum Gothic', sans-serif;}

/* Font-size */
.font-xs {font-size: 10px!important}
.font-sm {font-size: 12px!important}
.font-md {font-size: 15px!important}
.font-lg {font-size: 18px!important}
.font-xl {font-size: 24px!important}

/* Font-weight */
.font-300 {font-weight: 300 !important;}
.font-500 {font-weight: 500 !important;}
.font-600 {font-weight: 600 !important;}
.font-700 {font-weight: 700 !important;}
.font-900 {font-weight: 900 !important;}

/* Font Caps */
.caps {text-transform: uppercase;}
.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}

/* Margin & Padding */
.m0 {margin: 0!important;}
.mr0 {margin-right: 0!important;}
.ml0 {margin-left: 0!important;}
.p0 {padding: 0!important;}
.pr0 {padding-right: 0!important;}
.pl0 {padding-left: 0!important;}

/* Aligh */
.left-align {text-align: left;}
.right-align {text-align: right;}
.center-align {text-align: center;}
.m-x-auto {margin-right: auto !important;margin-left: auto !important;}

/* Float & Clear */
.clear {*zoom: 1}
.clear:after {clear: both;content: "";display: block;}
.f_l {float: left;}
.f_r {float: right;}

/* Long-txt handling */
.ell {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/* Button */
.btn {display: inline-block;height: 40px;line-height: 40px;padding:0 10px;background-color:#ddd;border: none;outline: 0;color: inherit;
    font-size: 12px;text-align: center;text-decoration: none;vertical-align: middle;white-space: nowrap;cursor: pointer;-webkit-appearance: none;
    -webkit-transition: background-color .3s ,color .3s;transition: background-color .3s ,color .3s;}
.btn:hover,.btn.on{background-color:#555; color:#fff}

.btn.sm{width:83px;height:26px}
.btn.black{background-color: #333;color:#fff;line-height:normal}

/* Corp info*/
.corpinfo {display: inline-block;line-height: 18px;padding:10px;background-color:#eee;border: none;outline: 0;color: inherit;
    font-size:12.5px;line-height:160%;text-align: left;text-decoration: none;vertical-align: middle;white-space: nowrap;cursor: none;-webkit-appearance: none;
    -webkit-transition: background-color .3s ,color .3s;transition: background-color .3s ,color .3s;}

/* Position */
.d-topmiddle {position: absolute;top: 0;left: 50%;-ms-transform: translate(-50%, 0%);-webkit-transform: translate(-50%, 0%);transform: translate(-50%, 0%);}
.d-topleft {position: absolute;left: 0;top: 0;}
.d-topright {position: absolute;right: 0;top: 0;}

.d-middle {position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.d-left {position: absolute;top: 50%;left: 0%;-ms-transform: translate(-0%, -50%);-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.d-right {position: absolute;top: 50%;right: 0%;-ms-transform: translate(0%, -50%);-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}

.d-bottommiddle {position: absolute;bottom: 0;left: 50%;-ms-transform: translate(-50%, 0%);-webkit-transform: translate(-50%, 0%);transform: translate(-50%, 0%);}
.d-bottomleft {position: absolute;left: 0;bottom: 0;}
.d-bottomright {position: absolute;right: 0;bottom: 0}

.fixed {position: fixed;}
.relative {position: relative;}
.absolute {position: absolute;}
.static {position: static;}

/* Circle */
.circle {border-radius: 50%;}

/* Display value */
.hide {display: none !important;}
.block {display: block !important;}
.inline-block {display: inline-block !important;}

@media screen and (min-width:544px) {
    .sm-hide {display: none !important;}
    .sm-block {display: block !important;}
    .sm-inline-block {display: inline-block !important;}
}

@media screen and (min-width:768px) {
    .md-hide {display: none !important;}
    .md-block {display: block !important;}
    .md-inline-block {display: inline-block !important;}
}

@media screen and (min-width:992px) {
    .lg-hide {display: none !important;}
    .lg-block {display: block !important;}
    .lg-inline-block {display: inline-block !important;}
}

@media screen and (min-width:1200px) {
    .xl-hide {display: none !important;}
    .xl-block {display: block !important;}
    .xl-inline-block {display: inline-block !important;}
}

/*transition_helper*/
.trs-prop-opacity{
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
}

.trs-prop-bg{
    -webkit-transition-property:background;
    -moz-transition-property:background;
    -o-transition-property:background;
    transition-property:background;
}

.trs-prop-color{
    -webkit-transition-property:color;
    -moz-transition-property:color;
    -o-transition-property:color;
    transition-property:color;
}

.trs-prop-transform{
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:transform;
    -o-transition-property:transform;
    transition-property:transform;
}

.trs-prop-border{
    -webkit-transition-property:border;
    -moz-transition-property:border;
    -o-transition-property:border;
    transition-property:border;
}

.trs-du-03{
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    transition-duration:0.3s
}
.trs-du-06{
    -webkit-transition-duration:0.6s;
    -moz-transition-duration:0.6s;
    -o-transition-duration:0.6s;
    transition-duration:0.6s
}
.trs-du-09{
    -webkit-transition-duration:0.9s;
    -moz-transition-duration:0.9s;
    -o-transition-duration:0.9s;
    transition-duration:0.9s
}
.trs-du-12{
    -webkit-transition-duration:1.2s;
    -moz-transition-duration:1.2s;
    -o-transition-duration:1.2s;
    transition-duration:1.2s
}

/*=========Grid==========*/
.area{position: relative;width: 100%;max-width:1140px;margin-left: auto;margin-right: auto;padding-right: 15px;padding-left: 15px;}
.area_fluid{position: relative;width: 100%;margin-left: auto;margin-right: auto;padding-right: 15px;padding-left: 15px;}

.row {display: block;margin-right: -1%;margin-left: -1%}
.row:after{content: "";display: block;clear: both}
.no-gutters {margin-right: 0;margin-left: 0}
.no-gutters>.col,.no-gutters>[class*=col-] {padding-right: 0; padding-left: 0}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
.col,.col-xl-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
.col,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12
{position: relative;width: 100%;min-height: 1px;padding-right: 1%;padding-left: 1%;float: left;}

@media (min-width:544px) {
    .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
    .col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
    .col,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
    .col,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
    .col,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12
    {padding-right: 1%;padding-left: 1%}
}

@media (min-width:768px) {
    .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
    .col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
    .col,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
    .col,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
    .col,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12
    {padding-right: 1%;padding-left: 1%}
}

@media (min-width:992px) {
    .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
    .col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
    .col,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
    .col,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
    .col,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12
    {padding-right: 1%;padding-left: 1%}
}

@media (min-width:1200px) {
    .col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
    .col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
    .col,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
    .col,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
    .col,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12
    {padding-right: 1%;padding-left: 1%}
}

.col {max-width: 100%}
.col-auto {width: auto}
.col-1 {width:8.333333%;max-width: 8.333333%}
.col-2 {width: 16.666667%;max-width: 16.666667%}
.col-3 {width: 25%;max-width: 25%}
.col-4 {width: 33.333333%;max-width: 33.333333%}
.col-5 {width: 41.666667%;max-width: 41.666667%}
.col-6 {width: 50%;max-width: 50%}
.col-7 {width: 58.333333%;max-width: 58.333333%}
.col-8 {width: 66.666667%;max-width: 66.666667%}
.col-9 {width: 75%;max-width: 75%}
.col-10 {width: 83.333333%;max-width: 83.333333%}
.col-11 {width: 91.666667%;max-width: 91.666667%}
.col-12 {width: 100%;max-width: 100%}

.pull-0 {right: auto}
.pull-1 {right: 8.333333%}
.pull-2 {right: 16.666667%}
.pull-3 {right: 25%}
.pull-4 {right: 33.333333%}
.pull-5 {right: 41.666667%}
.pull-6 {right: 50%}
.pull-7 {right: 58.333333%}
.pull-8 {right: 66.666667%}
.pull-9 {right: 75%}
.pull-10 {right: 83.333333%}
.pull-11 {right: 91.666667%}
.pull-12 {right: 100%}

.push-0 {left: auto}
.push-1 {left: 8.333333%}
.push-2 {left: 16.666667%}
.push-3 {left: 25%}
.push-4 {left: 33.333333%}
.push-5 {left: 41.666667%}
.push-6 {left: 50%}
.push-7 {left: 58.333333%}
.push-8 {left: 66.666667%}
.push-9 {left: 75%}
.push-10 {left: 83.333333%}
.push-11 {left: 91.666667%}
.push-12 {left: 100%}

.offset-1 {margin-left: 8.333333%}
.offset-2 {margin-left: 16.666667%}
.offset-3 {margin-left: 25%}
.offset-4 {margin-left: 33.333333%}
.offset-5 {margin-left: 41.666667%}
.offset-6 {margin-left: 50%}
.offset-7 {margin-left: 58.333333%}
.offset-8 {margin-left: 66.666667%}
.offset-9 {margin-left: 75%}
.offset-10 {margin-left: 83.333333%}
.offset-11 {margin-left: 91.666667%}

@media (min-width:544px) {
    .col-sm {max-width: 100%}
    .col-sm-auto {width: auto}
    .col-sm-1 {width:8.333333%;max-width: 8.333333%}
    .col-sm-2 {width: 16.666667%;max-width: 16.666667%}
    .col-sm-3 {width: 25%;max-width: 25%}
    .col-sm-4 {width: 33.333333%;max-width: 33.333333%}
    .col-sm-5 {width: 41.666667%;max-width: 41.666667%}
    .col-sm-6 {width: 50%;max-width: 50%}
    .col-sm-7 {width: 58.333333%;max-width: 58.333333%}
    .col-sm-8 {width: 66.666667%;max-width: 66.666667%}
    .col-sm-9 {width: 75%;max-width: 75%}
    .col-sm-10 {width: 83.333333%;max-width: 83.333333%}
    .col-sm-11 {width: 91.666667%;max-width: 91.666667%}
    .col-sm-12 {width: 100%;max-width: 100%}

    .pull-sm-0 {right: auto}
    .pull-sm-1 {right: 8.333333%}
    .pull-sm-2 {right: 16.666667%}
    .pull-sm-3 {right: 25%}
    .pull-sm-4 {right: 33.333333%}
    .pull-sm-5 {right: 41.666667%}
    .pull-sm-6 {right: 50%}
    .pull-sm-7 {right: 58.333333%}
    .pull-sm-8 {right: 66.666667%}
    .pull-sm-9 {right: 75%}
    .pull-sm-10 {right: 83.333333%}
    .pull-sm-11 {right: 91.666667%}
    .pull-sm-12 {right: 100%}

    .push-sm-0 {left: auto}
    .push-sm-1 {left: 8.333333%}
    .push-sm-2 {left: 16.666667%}
    .push-sm-3 {left: 25%}
    .push-sm-4 {left: 33.333333%}
    .push-sm-5 {left: 41.666667%}
    .push-sm-6 {left: 50%}
    .push-sm-7 {left: 58.333333%}
    .push-sm-8 {left: 66.666667%}
    .push-sm-9 {left: 75%}
    .push-sm-10 {left: 83.333333%}
    .push-sm-11 {left: 91.666667%}
    .push-sm-12 {left: 100%}

    .offset-sm-1 {margin-left: 8.333333%}
    .offset-sm-2 {margin-left: 16.666667%}
    .offset-sm-3 {margin-left: 25%}
    .offset-sm-4 {margin-left: 33.333333%}
    .offset-sm-5 {margin-left: 41.666667%}
    .offset-sm-6 {margin-left: 50%}
    .offset-sm-7 {margin-left: 58.333333%}
    .offset-sm-8 {margin-left: 66.666667%}
    .offset-sm-9 {margin-left: 75%}
    .offset-sm-10 {margin-left: 83.333333%}
    .offset-sm-11 {margin-left: 91.666667%}
}

@media (min-width:768px) {
    .col-md {max-width: 100%}
    .col-md-auto {width: auto}
    .col-md-1 {width:8.333333%;max-width: 8.333333%}
    .col-md-2 {width: 16.666667%;max-width: 16.666667%}
    .col-md-3 {width: 25%;max-width: 25%}
    .col-md-4 {width: 33.333333%;max-width: 33.333333%}
    .col-md-5 {width: 41.666667%;max-width: 41.666667%}
    .col-md-6 {width: 50%;max-width: 50%}
    .col-md-7 {width: 58.333333%;max-width: 58.333333%}
    .col-md-8 {width: 66.666667%;max-width: 66.666667%}
    .col-md-9 {width: 75%;max-width: 75%}
    .col-md-10 {width: 83.333333%;max-width: 83.333333%}
    .col-md-11 {width: 91.666667%;max-width: 91.666667%}
    .col-md-12 {width: 100%;max-width: 100%}

    .pull-md-0 {right: auto}
    .pull-md-1 {right: 8.333333%}
    .pull-md-2 {right: 16.666667%}
    .pull-md-3 {right: 25%}
    .pull-md-4 {right: 33.333333%}
    .pull-md-5 {right: 41.666667%}
    .pull-md-6 {right: 50%}
    .pull-md-7 {right: 58.333333%}
    .pull-md-8 {right: 66.666667%}
    .pull-md-9 {right: 75%}
    .pull-md-10 {right: 83.333333%}
    .pull-md-11 {right: 91.666667%}
    .pull-md-12 {right: 100%}

    .push-md-0 {left: auto}
    .push-md-1 {left: 8.333333%}
    .push-md-2 {left: 16.666667%}
    .push-md-3 {left: 25%}
    .push-md-4 {left: 33.333333%}
    .push-md-5 {left: 41.666667%}
    .push-md-6 {left: 50%}
    .push-md-7 {left: 58.333333%}
    .push-md-8 {left: 66.666667%}
    .push-md-9 {left: 75%}
    .push-md-10 {left: 83.333333%}
    .push-md-11 {left: 91.666667%}
    .push-md-12 {left: 100%}

    .offset-md-1 {margin-left: 8.333333%}
    .offset-md-2 {margin-left: 16.666667%}
    .offset-md-3 {margin-left: 25%}
    .offset-md-4 {margin-left: 33.333333%}
    .offset-md-5 {margin-left: 41.666667%}
    .offset-md-6 {margin-left: 50%}
    .offset-md-7 {margin-left: 58.333333%}
    .offset-md-8 {margin-left: 66.666667%}
    .offset-md-9 {margin-left: 75%}
    .offset-md-10 {margin-left: 83.333333%}
    .offset-md-11 {margin-left: 91.666667%}
}

@media (min-width:992px) {
    .col-lg {max-width: 100%}
    .col-lg-auto {width: auto}
    .col-lg-1 {width:8.333333%;max-width: 8.333333%}
    .col-lg-2 {width: 16.666667%;max-width: 16.666667%}
    .col-lg-3 {width: 25%;max-width: 25%}
    .col-lg-4 {width: 33.333333%;max-width: 33.333333%}
    .col-lg-5 {width: 41.666667%;max-width: 41.666667%}
    .col-lg-6 {width: 50%;max-width: 50%}
    .col-lg-7 {width: 58.333333%;max-width: 58.333333%}
    .col-lg-8 {width: 66.666667%;max-width: 66.666667%}
    .col-lg-9 {width: 75%;max-width: 75%}
    .col-lg-10 {width: 83.333333%;max-width: 83.333333%}
    .col-lg-11 {width: 91.666667%;max-width: 91.666667%}
    .col-lg-12 {width: 100%;max-width: 100%}

    .pull-lg-0 {right: auto}
    .pull-lg-1 {right: 8.333333%}
    .pull-lg-2 {right: 16.666667%}
    .pull-lg-3 {right: 25%}
    .pull-lg-4 {right: 33.333333%}
    .pull-lg-5 {right: 41.666667%}
    .pull-lg-6 {right: 50%}
    .pull-lg-7 {right: 58.333333%}
    .pull-lg-8 {right: 66.666667%}
    .pull-lg-9 {right: 75%}
    .pull-lg-10 {right: 83.333333%}
    .pull-lg-11 {right: 91.666667%}
    .pull-lg-12 {right: 100%}

    .push-lg-0 {left: auto}
    .push-lg-1 {left: 8.333333%}
    .push-lg-2 {left: 16.666667%}
    .push-lg-3 {left: 25%}
    .push-lg-4 {left: 33.333333%}
    .push-lg-5 {left: 41.666667%}
    .push-lg-6 {left: 50%}
    .push-lg-7 {left: 58.333333%}
    .push-lg-8 {left: 66.666667%}
    .push-lg-9 {left: 75%}
    .push-lg-10 {left: 83.333333%}
    .push-lg-11 {left: 91.666667%}
    .push-lg-12 {left: 100%}

    .offset-lg-1 {margin-left: 8.333333%}
    .offset-lg-2 {margin-left: 16.666667%}
    .offset-lg-3 {margin-left: 25%}
    .offset-lg-4 {margin-left: 33.333333%}
    .offset-lg-5 {margin-left: 41.666667%}
    .offset-lg-6 {margin-left: 50%}
    .offset-lg-7 {margin-left: 58.333333%}
    .offset-lg-8 {margin-left: 66.666667%}
    .offset-lg-9 {margin-left: 75%}
    .offset-lg-10 {margin-left: 83.333333%}
    .offset-lg-11 {margin-left: 91.666667%}
}

@media (min-width:1200px) {
    .col-xl {max-width: 100%}
    .col-xl-auto {width: auto}
    .col-xl-1 {width:8.333333%;max-width: 8.333333%}
    .col-xl-2 {width: 16.666667%;max-width: 16.666667%}
    .col-xl-3 {width: 25%;max-width: 25%}
    .col-xl-4 {width: 33.333333%;max-width: 33.333333%}
    .col-xl-5 {width: 41.666667%;max-width: 41.666667%}
    .col-xl-6 {width: 50%;max-width: 50%}
    .col-xl-7 {width: 58.333333%;max-width: 58.333333%}
    .col-xl-8 {width: 66.666667%;max-width: 66.666667%}
    .col-xl-9 {width: 75%;max-width: 75%}
    .col-xl-10 {width: 83.333333%;max-width: 83.333333%}
    .col-xl-11 {width: 91.666667%;max-width: 91.666667%}
    .col-xl-12 {width: 100%;max-width: 100%}

    .pull-xl-0 {right: auto}
    .pull-xl-1 {right: 8.333333%}
    .pull-xl-2 {right: 16.666667%}
    .pull-xl-3 {right: 25%}
    .pull-xl-4 {right: 33.333333%}
    .pull-xl-5 {right: 41.666667%}
    .pull-xl-6 {right: 50%}
    .pull-xl-7 {right: 58.333333%}
    .pull-xl-8 {right: 66.666667%}
    .pull-xl-9 {right: 75%}
    .pull-xl-10 {right: 83.333333%}
    .pull-xl-11 {right: 91.666667%}
    .pull-xl-12 {right: 100%}

    .push-xl-0 {left: auto}
    .push-xl-1 {left: 8.333333%}
    .push-xl-2 {left: 16.666667%}
    .push-xl-3 {left: 25%}
    .push-xl-4 {left: 33.333333%}
    .push-xl-5 {left: 41.666667%}
    .push-xl-6 {left: 50%}
    .push-xl-7 {left: 58.333333%}
    .push-xl-8 {left: 66.666667%}
    .push-xl-9 {left: 75%}
    .push-xl-10 {left: 83.333333%}
    .push-xl-11 {left: 91.666667%}
    .push-xl-12 {left: 100%}

    .offset-xl-1 {margin-left: 8.333333%}
    .offset-xl-2 {margin-left: 16.666667%}
    .offset-xl-3 {margin-left: 25%}
    .offset-xl-4 {margin-left: 33.333333%}
    .offset-xl-5 {margin-left: 41.666667%}
    .offset-xl-6 {margin-left: 50%}
    .offset-xl-7 {margin-left: 58.333333%}
    .offset-xl-8 {margin-left: 66.666667%}
    .offset-xl-9 {margin-left: 75%}
    .offset-xl-10 {margin-left: 83.333333%}
    .offset-xl-11 {margin-left: 91.666667%}
}

/*animation*/
@-webkit-keyframes scaleUpAnimation {
    from { opacity:0;-webkit-transform: scale(0.5); }
    to { opacity:1;-webkit-transform: scale(1); }
}
@-moz-keyframes scaleUpAnimation {
    from { opacity:0;-moz-transform: scale(0.5); }
    to { opacity:1;-moz-transform: scale(1); }
}
@-o-keyframes scaleUpAnimation {
    from { opacity:0;-o-transform: scale(0.5); }
    to { opacity:1;-o-transform: scale(1); }
}
@keyframes scaleUpAnimation {
    from { opacity:0;transform: scale(0.5); }
    to { opacity:1;transform: scale(1); }
}

@-webkit-keyframes scaleDownAnimation {
    from { opacity:0;-webkit-transform: scale(1.5); }
    to { opacity:1;-webkit-transform: scale(1); }
}
@-moz-keyframes scaleDownAnimation {
    from { opacity:0;-moz-transform: scale(1.5); }
    to { opacity:1;-moz-transform: scale(1); }
}
@-o-keyframes scaleDownAnimation {
    from { opacity:0;-o-transform: scale(1.5); }
    to { opacity:1;-o-transform: scale(1); }
}
@keyframes scaleDownAnimation {
    from { opacity:0;transform: scale(1.5); }
    to { opacity:1;transform: scale(1); }
}

@-webkit-keyframes slideUpAnimation {
    from { opacity:0;-webkit-transform: translateY(50px); }
    to { opacity:1;-webkit-transform: translateY(0px); }
}
@-moz-keyframes slideUpAnimation {
    from { opacity:0;-moz-transform: translateY(50px); }
    to { opacity:1;-moz-transform: translateY(0px); }
}
@-o-keyframes slideUpAnimation {
    from { opacity:0;-o-transform: translateY(50px); }
    to { opacity:1;-o-transform: translateY(0px); }
}
@keyframes slideUpAnimation {
    from { opacity:0;transform: translateY(50px); }
    to { opacity:1;transform: translateY(0px); }
}

@-webkit-keyframes slideDownAnimation {
    from { opacity:0;-webkit-transform: translateY(-50px); }
    to { opacity:1;-webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDownAnimation {
    from { opacity:0;-moz-transform: translateY(-50px); }
    to { opacity:1;-moz-transform: translateY(0px); }
}
@-o-keyframes slideDownAnimation {
    from { opacity:0;-o-transform: translateY(-50px); }
    to { opacity:1;-o-transform: translateY(0px); }
}
@keyframes slideDownAnimation {
    from { opacity:0;transform: translateY(-50px); }
    to { opacity:1;transform: translateY(0px); }
}

@-webkit-keyframes opacityAnimation {
    from { opacity:0;}
    to { opacity:1;}
}
@-moz-keyframes opacityAnimation {
    from { opacity:0;}
    to { opacity:1;}
}
@-o-keyframes opacityAnimation {
    from { opacity:0;}
    to { opacity:1;}
}
@keyframes opacityAnimation {
    from { opacity:0;}
    to { opacity:1;}
}

