@font-face {
  font-family: Pretendard;
  src: url("/fonts/Pretendard-Regular.otf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: Pretendard;
  src: url("/fonts/Pretendard-Thin.otf");
  font-weight: 100;
}

@font-face {
  font-family: Pretendard;
  src: url("/fonts/Pretendard-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: Pretendard;
  src: url("/fonts/Pretendard-Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: Pretendard;
  src: url("/fonts/Pretendard-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: Pretendard;
  src: url("/fonts/Pretendard-Black.otf");
  font-weight: 900;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


h1 {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

h2 {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

h3 {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

h4 {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

h5 {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

div {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

a {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

strong {
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

html {
  width: 100%;
  height: 100%;
  /*overflow-x: hidden;*/
  margin: 0;
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

body {
  width: 100%;
  height: 100%;
  /*overflow-x: hidden;*/
  margin: 0;
  font-family: Lato, "Helvetica Neue", Pretendard !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mlt-15-dm {
  margin-left: 1em !important;
}

.text-primary {
  color: #F44336;
}

.text-black {
  color: #000000;
}

.text-center {
  text-align: center !important;
}

.tiny-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.small-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.full-container {
  width: 100%;
  margin: 0 auto;
}

#mainNav {
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}

#mainNav .logo {
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 0px;
}

#mainNav .logo > img {
  height: 50px;
  cursor: pointer;
}

#mainNav .item.active {
  color: #F44336 !important;
  background-color: transparent !important;
}

#leftMenu .item.active {
  color: #F44336 !important;
  background-color: #fff !important;
}

#leftMenu {
  position: fixed;
  top: 0;
  height: 100%;
  width: 80%;
  left: -80%;
  z-index: 92;
  background-color: #fff;
}

#landing {
  position: relative;
  padding-top: 60px;
  /*padding-bottom: 60px;*/
  text-align: center;
  /*height:auto;*/
  /*height:200px;*/
}

#landing .landing-title {
  /*position:absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*z-index: 10;*/
  /*min-width: 800px;*/
  /*transform: translate(-50%, -50%);*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-moz-transform: translate(-50%, -50%);*/
  /*-o-transform: translate(-50%, -50%);*/
}

#landing .head {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  /*z-index:10;*/
  /*color: #444;*/
}

#landing .sub {
  /*position:relative;*/
  font-weight: 400;
  /*margin-top: 15px;*/
  /*margin-bottom: 50px;*/
  /*z-index:10;*/
  /*color: #444;*/
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 89;
  cursor: pointer;
}

.left-nav-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 91;
  cursor: pointer;
}

.hidden-lg {
  display: none;
}

footer {
  background: #454750;

}

footer .container {
  padding: 40px 0;
  font-size: 16px;
  font-weight: 300;
  color: #e0e0e0;
  font-weight: 300;
  font-size: 12px;
}

.introduce {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #eee;
}

.introduce > .container {
  position: relative;
  padding: 30px;
}

.introduce .img {
  width: 320px;
}

.introduce .text {
  padding-top: 20px;
}

.introduce h2 {
  font-size: 40px;
  font-weight: 300;
}

.introduce h3 {
  font-size: 18px;
  font-weight: 300;
}

.contractedSlides .fontSize {
  font-size: 24px !important;
}

/******** slider *************/
.contractedSlides {
  display: none
}

/* Slidershow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .6
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .6
  }
  to {
    opacity: 1
  }
}


.preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
    background-color: rgba(0, 0, 0, .4);
}
.preloader.active{
    display: block;
}
.preloader.active > .ui.loader{
    display: block;
}

.ui.loader:before {
  border-color: #fff !important;
}

.ui.loader:after {
  border-color: #757575 transparent transparent !important;
}


/***************** branch card *******************/
.branch-card > .card > .content > .header {
  font-size: 1.0em !important;
}

.branch-card > .meta {
  font-size: 0.8em !important;
}

.branch-card > .description {
  font-size: 0.8em !important;
}

.medium-size-font {
  font-size: 1.0em !important;
}

.small-size-font {
  font-size: 0.8em !important;
}


/***************** academy *******************/
.academy-section {
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

/**************** right bottom fixed button **************************/
.fixed-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

/***************** useInfo, commissionInfo ********************/
.font-step {
  font-size: 1.0em !important;
  color: #9C9EAB;
  font-weight:600;
}

.font-title {
  font-size: 1.4em !important;
  color: #454750;
}

.font-description {
  font-size: 0.9em !important;
  color: #7C7F8D;
}

.w-100 {
  width: 100% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

/***************** gapInfo ********************/
/*모바일*/
.hidden-lg > .gap-info-investment {
  margin-top: 80px;
  background: #383A49;
  width: 100%;
}

.hidden-lg > .gap-info-investment > .image-area {
  text-align: center;
}

.hidden-lg > .gap-info-investment > .mt-15 > .gap-info-title {
  font-family: Pretendard, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 46px;

  text-align: center;
  letter-spacing: -0.03em;
  color: #FBFCFD;
}

.hidden-lg > .gap-info-investment > .mt-15 > .gap-info-desc {
  font-family: Pretendard, serif;
  font-style: normal;
  font-weight: 250;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #F5F6F9;
}
/* PC */
.hidden-xs > .gap-info-investment {
  margin-top: 80px;
  background: #383A49;
  width: 100%;
}

.hidden-xs > .gap-info-investment > .image-area {
  text-align: center;
}

.hidden-xs > .gap-info-investment > .mt-15 > .gap-info-title {
  font-family: Pretendard, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;

  text-align: center;
  letter-spacing: -0.03em;
  color: #FBFCFD;
}

.hidden-xs > .gap-info-investment > .mt-15 >  .gap-info-desc {
  font-family: Pretendard, serif;
  font-style: normal;
  font-weight: 250;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #F5F6F9;
}

.display-block {
  display: block !important;
}
