@font-face {
  font-family: 'GmarketSans';
  src: url('../font/GmarketSansTTFBold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('../font/GmarketSansTTFMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Pretendard';
  src: url('../font/Pretendard-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../font/Pretendard-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../font/Pretendard-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}

.banner-section {
  background-image: url('../img/banner-back.svg');
  background-size: contain;
  background-position: center;
}


.time_countdown {
  box-sizing: border-box;
  min-height: 43px;
  padding: 12px 10px;
  background: #222;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 19px;
  letter-spacing: -.03em;
}

a .tc_btn_text1 {
    display: inline-block;
    position: relative;
    left: 50%;
    padding-left: 55px;
    background: url('../img/sns_kakaotalk.png') no-repeat 0 50%;
    background-size: 44px auto;
    font-size: 15px;
    color: #391b1b;
    line-height: 20px;
    letter-spacing: -.03em;
    vertical-align: top;
    transform: translateX(-50%);
}