/* config */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.hidden {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.blind {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.list {
  list-style: none;
}
.border-all {
  border: 1px solid #e6e6e6;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.border-left {
  border-left: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.input-border {
  border: 1px solid #e0e0e0;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.poS {
  position: static;
}
.eng {
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.pointer {
  cursor: pointer;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.thin {
  font-weight: 400;
}
.m0auto {
  margin: 0 auto;
}
.underline {
  text-decoration: underline;
}
.clear5 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 5px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clear30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clear50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.letter-spacing {
  letter-spacing: -0.34px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.vertical-top {
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vertical_mid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical_bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.tdnone {
  text-decoration: none;
}
.oh {
  overflow: hidden;
}
/* Parametic Mixins */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.duration {
  transition-duration: 0.5s;
}
.pp_color {
  color: #4a65f6;
}
/***** config *****/
/* Variables */
/* 단위사이트 color */
/* Mixins */
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-trans {
  background: transparent;
}
.bg-navy {
  background-color: #172d56;
}
.bg-orange {
  background-color: #f68b33;
}
.bg-dark-navy {
  background-color: #101d35;
}
.bg-blue {
  background-color: #2763bb;
}
.bg-dark-blue {
  background-color: #00377a;
}
.bg-f1 {
  background-color: #f1f1f1;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.bg-f7 {
  background-color: #f7f7f7;
}
.bg-f9 {
  background-color: #f9f9f9;
}
.bg-dd {
  background-color: #dddddd;
}
.bg-cc {
  background-color: #cccccc;
}
.bg-ee {
  background-color: #eeeeee;
}
.bg-33 {
  background-color: #333333;
}
.bg-44 {
  background-color: #444444;
}
.bg-55 {
  background-color: #555555;
}
.bg-cafe-clr {
  background-color: #7b4cb6;
}
.bg-entinfo-clr {
  background-color: #2763bb;
}
.bdrT {
  border-top: 1px solid #e1e1e1;
}
.bdrB {
  border-bottom: 1px solid #e1e1e1;
}
.bdrL {
  border-left: 1px solid #e1e1e1;
}
.bdrR {
  border-right: 1px solid #e1e1e1;
}
.bdrA {
  border: 1px solid #e1e1e1;
}
.bdrT2 {
  border-top: 1px solid #dddddd;
}
.bdrB2 {
  border-bottom: 1px solid #dddddd;
}
.bdrL2 {
  border-left: 1px solid #dddddd;
}
.bdrR2 {
  border-right: 1px solid #dddddd;
}
.bdrA2 {
  border: 1px solid #dddddd;
}
.bdr0 {
  border: none;
}
.w100p {
  width: 100%;
  clear: both;
}
.h100p {
  height: 100%;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1160 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.w1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.hidden {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.oh {
  overflow: hidden;
}
.oh-x {
  overflow-x: hidden;
}
.oa {
  overflow: auto;
}
.overauto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.bgrn {
  background-repeat: no-repeat;
}
.taC {
  text-align: center;
}
.taL {
  text-align: left;
}
.taR {
  text-align: right;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.dpblock {
  display: block;
}
.dpinblock {
  display: inline-block;
}
.bgnone {
  background-image: none;
}
.tdnone {
  text-decoration: none;
}
.dpnone {
  display: none;
}
.bdrn {
  border: none;
}
.tdunder {
  text-decoration: underline;
}
.pointer {
  cursor: pointer;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowrap {
  white-space: nowrap;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.z0 {
  z-index: 0;
}
.z1 {
  z-index: 1;
}
.z5 {
  z-index: 5;
}
.z10 {
  z-index: 10;
}
.z20 {
  z-index: 20;
}
.z30 {
  z-index: 30;
}
.z50 {
  z-index: 50;
}
.z100 {
  z-index: 100;
}
.z200 {
  z-index: 200;
}
.z300 {
  z-index: 300;
}
.z400 {
  z-index: 400;
}
.z500 {
  z-index: 500;
}
.z1000 {
  z-index: 1000;
}
.z2000 {
  z-index: 2000;
}
.bgcover {
  background-size: cover;
}
.underline {
  text-decoration: underline;
}
.flexwrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dpflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexCV {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexV {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fdrow {
  flex-direction: row;
}
.fdcol {
  flex-direction: column;
}
.hauto {
  height: auto;
}
.breakall {
  word-break: break-all;
}
.lsnone {
  list-style: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
/* Mixins - transition */
.trans {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Parametic Mixins */
/* fonts */
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f48 {
  font-size: 48px;
}
.f50 {
  font-size: 50px;
}
.f60 {
  font-size: 60px;
}
.lh16 {
  line-height: 16px;
}
.lh19 {
  line-height: 19px;
}
.lh20 {
  line-height: 20px;
}
.lh21 {
  line-height: 21px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh25 {
  line-height: 25px;
}
.lh30 {
  line-height: 30px;
}
.lh36 {
  line-height: 36px;
}
.lh39 {
  line-height: 39px;
}
.lh40 {
  line-height: 40px;
}
.lh42 {
  line-height: 42px;
}
.lh50 {
  line-height: 50px;
}
.lh60 {
  line-height: 60px;
}
.lh12em {
  line-height: 1.2em;
}
.lh13em {
  line-height: 1.3em;
}
.lh14em {
  line-height: 1.4em;
}
.lh15em {
  line-height: 1.5em;
}
.lh16em {
  line-height: 1.6em;
}
.lh17em {
  line-height: 1.7em;
}
.lh18em {
  line-height: 1.8em;
}
.ls-1 {
  letter-spacing: -1px;
}
.fw100 {
  font-weight: 100;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}
.eng {
  font-family: 'Saira Semi Condensed', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
/* margin.padding */
.clfix {
  *zoom: 1;
}
.clfix:before,
.clfix:after {
  display: block;
  line-height: 0;
  content: "";
}
.clfix:after {
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clr {
  clear: both;
}
.clr05 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 5px;
}
.clr10 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clr15 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 15px;
}
.clr20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clr30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clr40 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 40px;
}
.clr50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.clr100 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100px;
}
.mp00 {
  margin: 0;
  padding: 0;
}
.m0auto {
  margin: 0 auto;
}
.mT-1 {
  margin-top: -1px;
}
.mT05 {
  margin-top: 5px;
}
.mT10 {
  margin-top: 10px;
}
.mT12 {
  margin-top: 12px;
}
.mT15 {
  margin-top: 15px;
}
.mT20 {
  margin-top: 20px;
}
.mT30 {
  margin-top: 30px;
}
.mT40 {
  margin-top: 40px;
}
.mT50 {
  margin-top: 50px;
}
.mT60 {
  margin-top: 60px;
}
.mR00 {
  margin-right: 0 !important;
}
.mR05 {
  margin-right: 5px;
}
.mR10 {
  margin-right: 10px;
}
.mR15 {
  margin-right: 10px;
}
.mR20 {
  margin-right: 20px;
}
.mR30 {
  margin-right: 30px;
}
.mB00 {
  margin-bottom: 0;
}
.mB01 {
  margin-bottom: 1px;
}
.mB03 {
  margin-bottom: 3px;
}
.mB05 {
  margin-bottom: 5px;
}
.mB08 {
  margin-bottom: 8px;
}
.mB10 {
  margin-bottom: 10px;
}
.mB15 {
  margin-bottom: 15px;
}
.mB20 {
  margin-bottom: 20px;
}
.mB30 {
  margin-bottom: 30px;
}
.mB35 {
  margin-bottom: 35px;
}
.mB40 {
  margin-bottom: 40px;
}
.mB50 {
  margin-bottom: 50px;
}
.mL00 {
  margin-left: 0;
}
.mL05 {
  margin-left: 5px;
}
.mL07 {
  margin-left: 7px;
}
.mL10 {
  margin-left: 10px;
}
.mL15 {
  margin-left: 15px;
}
.mL20 {
  margin-left: 20px;
}
.mL30 {
  margin-left: 30px;
}
.mL40 {
  margin-left: 40px;
}
.mL50 {
  margin-left: 50px;
}
.mL60 {
  margin-left: 60px;
}
.pT05 {
  padding-top: 5px;
}
.pT10 {
  padding-top: 10px;
}
.pT12 {
  padding-top: 12px;
}
.pT15 {
  padding-top: 15px;
}
.pT20 {
  padding-top: 20px;
}
.pT25 {
  padding-top: 25px;
}
.pT30 {
  padding-top: 35px;
}
.pT35 {
  padding-top: 35px;
}
.pT40 {
  padding-top: 40px;
}
.pT50 {
  padding-top: 50px;
}
.pT80 {
  padding-top: 80px;
}
.pR0 {
  padding-right: 0;
}
.pR10 {
  padding-right: 10px;
}
.pR20 {
  padding-right: 20px;
}
.pB08 {
  padding-bottom: 8px;
}
.pB10 {
  padding-bottom: 10px;
}
.pB20 {
  padding-bottom: 20px;
}
.pB30 {
  padding-bottom: 30px;
}
.pB40 {
  padding-bottom: 40px;
}
.pB50 {
  padding-bottom: 50px;
}
.pL10 {
  padding-left: 10px;
}
.pL15 {
  padding-left: 15px;
}
.pL20 {
  padding-left: 20px;
}
.pL30 {
  padding-left: 30px;
}
.pTB50 {
  padding: 50px 0;
}
.hs10 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.hs20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.hs30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.hs40 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 40px;
}
.hs50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
/* shadow */
.shadow {
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
}
/* Mixins - transition */
.trans {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.trans2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.trans3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* gradation */
.bg-gradation {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
