/* =============================================================================================== */
/* ================================= NEXON Lv1 Gothic OTF Font Family ============================ */
/* =============================================================================================== */
@font-face {
  font-family: 'NEXON Lv1 Gothic OTF';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic_OTF_TTF/OTF/NEXON Lv1 Gothic OTF.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic OTF';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic_OTF_TTF/OTF/NEXON Lv1 Gothic OTF Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic OTF';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic_OTF_TTF/OTF/NEXON Lv1 Gothic OTF Light.otf')
    format('opentype');
  font-weight: 300;
  font-style: normal;
}
/* =============================================================================================== */
/* ==================== NEXON Lv1 Gothic Font Family ============================================= */
/* =============================================================================================== */
@font-face {
  font-family: 'NEXON Lv1 Gothic';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic Low_OTF/NEXON Lv1 Gothic Low OTF Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic Low_OTF/NEXON Lv1 Gothic Low OTF Light.otf')
    format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic Low_OTF/NEXON Lv1 Gothic Low OTF.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
}
/* =============================================================================================== */
/* =================================== Hanwha Font Family ======================================== */
/* =============================================================================================== */
@font-face {
  font-family: 'Hanwha';
  src: url('../fonts/HanwhaL.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hanwha';
  src: url('../fonts/HanwhaR.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hanwha';
  src: url('../fonts/HanwhaB.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
/* =============================================================================================== */
/* ==================== CLEANED AND EMBEDDED CSS ================================================= */
/* =============================================================================================== */
body {
  padding-top: 64px;
  margin: 0;
  line-height: normal;
}
.main-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* ====================================================================================================== */
/* ============================================= Section 1 ============================================== */
/* ====================================================================================================== */
.section_1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_1 .btn_login {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_1 .btn_login img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
/* ===================================================================================================== */
/* ============================================= Section 2 ============================================= */
/* ===================================================================================================== */
.section_2 {
  width: 100%;
  height: 100%;
}
.section_2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* ===================================================================================================== */
/* ============================================= Section 3 ============================================= */
/* ===================================================================================================== */
.section_3 {
  width: 100%;
  height: 100%;
}
.section_3 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
