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

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

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

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard",sans-serif;
  font-size: 1.4rem;
  color: #222;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
  margin: 0;
}

dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

a {
  color: #222;
  text-decoration: none;
}

table,
tr,
th,
td {
  border-collapse: collapse;
}

address {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

caption {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
}

img,
video,
audio,
object,
embed,
iframe {
  max-width: 100%;
  vertical-align: middle;
}

img,
fieldeset {
  border: 0 none;
}

button {
  border: 0;
  cursor: pointer;
  background: 0;
  color: #222;
}

.ir {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: no-repeat 0 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.screen-hidden {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 !important;
}

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

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

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

i input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-selection {
  background-color: #f25b2b;
  color: #fff;
}

::selection {
  background-color: #f25b2b;
  color: #fff;
}

input[type=checkbox] {
  width: 2.2rem;
  height: 2.2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: .1rem solid #dfdfdf;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background: url("../images/contact-us/check-icon.png") no-repeat center/cover;
}

@media screen and (max-width: 1580px) {
  .container {
    padding: 0 3rem;
  }
}