@charset "utf-8";
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff")
    format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff")
    format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff")
    format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff")
    format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
th,
td,
input,
select,
textarea,
button,
code,
kbd,
pre,
samp {
  font-family: "Pretendard", sans-serif;
  color: #444;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

ul,
ol,
dl {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
  font-weight: normal;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
textarea:focus,
input:focus,
select,
button,
.swiper-button-prev,
.swiper-button-next,
a {
  outline: none;
}
img {
  max-width: 100%;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
input[type="password"] {
  font-family: "Noto Sans Korean", Arial, Tahoma, sans-serif, serif;
}
select {
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
.hide {
  display: none;
}
button {
  cursor: pointer;
}
/* float */
.float .left {
  float: left;
}
.float .right {
  float: right;
}

.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* vertical align */
.align_top {
  vertical-align: top;
}
.align_middle {
  vertical-align: middle;
}
.align_bottom {
  vertical-align: bottom;
}

/* text align */
.align_center {
  text-align: center !important;
}
.align_left {
  text-align: left !important;
}
.align_right {
  text-align: right !important;
}

/* display */
.block {
  display: block !important;
}
.il_block {
  display: inline-block !important;
}
.hide {
  display: none !important;
}
.screen_hide {
  position: absolute;
  text-indent: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
.txt_deg {
  transform: skew(0.028deg);
  display: inline-block;
}
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

.mgt0 {
  margin-top: 0px !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt25 {
  margin-top: 25px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt35 {
  margin-top: 35px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt50 {
  margin-top: 50px !important;
}
.mgt60 {
  margin-top: 60px !important;
}
.mgt70 {
  margin-top: 70px !important;
}
.mgt80 {
  margin-top: 80px !important;
}

.mgr5 {
  margin-right: 5px !important;
}
.mgr10 {
  margin-right: 10px !important;
}
.mgr20 {
  margin-right: 20px !important;
}
.mgr30 {
  margin-right: 30px !important;
}
.mgr50 {
  margin-right: 50px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}
.mgb10 {
  margin-bottom: 10px !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.mgb30 {
  margin-bottom: 30px !important;
}
.mgb50 {
  margin-bottom: 50px !important;
}

.mgl5 {
  margin-left: 5px !important;
}
.mgl10 {
  margin-left: 10px !important;
}
.mgl20 {
  margin-left: 20px !important;
}
.mgl30 {
  margin-left: 30px !important;
}
.mgl50 {
  margin-left: 50px !important;
}

.pdt0 {
  padding-top: 0px !important;
}
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}

.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.pdl30 {
  padding-left: 30px !important;
}
.pdl40 {
  padding-left: 40px !important;
}
.pdl50 {
  padding-left: 50px !important;
}

.pdr0 {
  padding-right: 0px !important;
}
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdr30 {
  padding-right: 30px !important;
}
.pdr40 {
  padding-right: 40px !important;
}
.pdr50 {
  padding-right: 50px !important;
}

.txt_underline {
  text-decoration: underline !important;
}
.txt_red {
  color: #ec1b36 !important;
}
.txt_bgreen {
  color: #8edac2 !important;
}
.txt_green {
  color: #00c63d !important;
}
.txt_blue {
  color: #006699 !important;
}
.txt_skyblue {
  color: #55acee !important;
}
.txt_orange {
  color: #ed573d !important;
}
.txt_pdt {
  color: #f36c01 !important;
}

.fs_13 {
  font-size: 13px !important;
}
.fs_14 {
  font-size: 14px !important;
}
.fs_15 {
  font-size: 15px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_17 {
  font-size: 17px !important;
}
.fs_18 {
  font-size: 18px !important;
}

.bold {
  font-weight: 600;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
.container_sm {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.container_md {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.container:after,
.container_sm:after {
  clear: both;
  display: table;
  content: "";
  *display: block;
  *overflow: hidden;
}
.container:before,
.container_sm:before {
  display: table;
  content: "";
  *display: block;
  *overflow: hidden;
}

/*디자인 체크,라디오*/
.design_check,
.design_radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 29px;
  min-height: 20px;
  line-height: 20px;
  color: #444;
  font-size: 14px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.design_check input[type="checkbox"],
.design_radio input[type="radio"] {
  position: absolute;
  left: -999em;
  top: 0;
  z-index: -1;
}
.design_check {
  padding-left: 28px;
}
.design_check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #b3b3b3;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/design_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s;
}
.design_check.active:before {
  background-color: #444;
}
.design_check.sm:before {
  width: 15px;
  height: 15px;
  background-size: 17px;
  top: 2.5px;
}
.design_radio {
  background-image: url("../images/design_radio.png");
  background-size: 20px;
  padding-left: 28px;
}
.design_radio.active {
  background-image: url("../images/design_radio_on.png");
}
.design_check.inline,
.design_radio.inline {
  margin-right: 15px;
}
.design_check.single {
  width: 20px;
  padding-left: 20px;
  height: 20px;
}
.design_check .light {
  color: #888;
}

select {
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}
select.type2 {
  background-image: url("../images/select2.png");
  background-position: right 10px center;
  background-size: 7px;
}
select.type3 {
  background-image: url("../images/select3.png");
  background-position: right 14px center;
  background-size: 16px;
}

.btn {
  opacity: 1;
  transition: all 0.2s;
}
.btn:hover {
  opacity: 0.9;
}

/*슬라이더*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
