@charset "utf-8";
/* fonts 설정 */
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url("../fonts/Pretendard-Black.eot") format("eot"),
    url("../fonts/Pretendard-Black.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url("../fonts/Pretendard-ExtraBold.eot") format("eot"),
    url("../fonts/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url("../fonts/Pretendard-Bold.eot") format("eot"),
    url("../fonts/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url("../fonts/Pretendard-SemiBold.eot") format("eot"),
    url("../fonts/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url("../fonts/Pretendard-Medium.eot") format("eot"),
    url("../fonts/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url("../fonts/Pretendard-Regular.eot") format("eot"),
    url("../fonts/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url("../fonts/Pretendard-Light.eot") format("eot"),
    url("../fonts/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url("../fonts/Pretendard-ExtraLight.eot") format("eot"),
    url("../fonts/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url("../fonts/Pretendard-Thin.eot") format("eot"),
    url("../fonts/Pretendard-Thin.woff") format("woff");
}

@font-face {
  font-family: "Refrigerator Deluxe";
  font-weight: 900;
  font-display: swap;
  src: local("Refrigerator Delx W02 Bold"),
    url("../fonts/Refrigerator Delx W02 Bold.eot") format("eot"),
    url("../fonts/Refrigerator Delx W02 Bold.woff") format("woff");
}
@font-face {
  font-family: "Refrigerator Deluxe";
  font-weight: 600;
  font-display: swap;
  src: local("Refrigerator Delx W02 Bold"),
    url("../fonts/Refrigerator Deluxe.eot") format("eot"),
    url("../fonts/Refrigerator Deluxe.woff") format("woff");
}
@font-face {
  font-family: "Refrigerator Deluxe";
  font-weight: 100;
  font-display: swap;
  src: local("Refrigerator Delx W02 Light"),
    url("../fonts/Refrigerator Delx W02 Light.eot") format("eot"),
    url("../fonts/Refrigerator Delx W02 Light.woff") format("woff");
}
/* Reset */
* {
  outline: 0 !important;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  font-family: "Pretendard", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-size: 16px;
  width: 100%;
  color: #333;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
}
body,
input,
select,
textarea,
button {
  border: none;
  font-family: "Pretendard", sans-serif;
  color: #333;
}
select[disabled] {
  border: 1px solid #ddd;
  background: #f6f6f6;
}
select {
  position: relative;
  /* 네이티브 외형 감추기 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 화살표 모양의 이미지 */
  width: 200px;
  padding: 0.8em 0.5em;
  border: 1px solid #999;
  font-family: inherit;
  background: url("../images/arrow01.png") no-repeat 95% 50%;
  border-radius: 0px;
}
select::-ms-expand {
  display: none;
}
select > option {
  display: inline-block;
  height: 30px;
}
h2,
h3 {
  font-family: "Pretendard", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5 {
  word-break: keep-all;
}
button {
  transition: all 0.2s;
  cursor: pointer;
}
ul,
ol,
li {
  list-style: none;
}
table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}
img,
fieldset {
  border: 0;
}
address,
cite,
code,
em {
  font-style: normal;
  font-weight: normal;
}
label,
img,
input,
select,
textarea,
button {
  vertical-align: middle;
}
.hide,
caption,
legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}
hr {
  display: none;
}
main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}
a {
  display: inline-block;
  color: #000;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer;
}
.hide_con{
  display: none;
}
/* Form */
textarea {
  border: 1px solid #dbdbdb;
}
select {
  height: 38px;
  font-size: 12px;
  color: #6c757d;
  border: 1px solid #ddd;
  /* background: #fff; */
  border-radius: 0;
  text-indent: 10px;
  padding: 0 5px 0 0;
}
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="month"],
textarea {
  width: 100%;
  height: 38px;
  font-size: 12px;
  color: #6c757d;
  border: 1px solid #ced4da;
  background: #fff;
  text-indent: 0;
  border-radius: 0;
  transition: all 0.5s;
  vertical-align: middle;
  box-sizing: border-box;
}
.form_row input {
  text-indent: 5px;
}
input::-webkit-input-placeholder {
  color: #888;
  font-size: 12px;
  line-height: 100%;
}
textarea {
  padding: 5px 0;
}
select:focus,
textarea:focus,
input:focus {
  border: 1px solid #727272;
}

input[type="tel"][readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="email"][disabled] {
  background: #f6f6f6;
  border: 1px solid #ddd;
  color: #666;
  -webkit-appearance: none;
  font-size: 12px;
}
textarea[readonly],
textarea[disabled] {
  padding: 11px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 140%;
  height: 78px;
  background: #eaeaea;
  border: 1px solid #c0c0c0;
}

.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.hidden {
  position: absolute;
  left: -10000px;
}
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.f_left{
  float: left;
}
.f_right{
  float: right;
}
/* 초기화 추가 요소 */
*::before,
*::after {
  box-sizing: border-box;
}
/* button 모음 */
/* 초기화버튼 */
p {
  font-weight: 300;
  letter-spacing: 0px;
  color: #fff;
}
/* 부트스트랩요소 수정 */
.col-lg-6,
.container-fluid,
.col-md-6 {
  padding-right: 0;
  padding-left: 0;
}
.row02_img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.img-thumbnail {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--line-color);
  padding: 0.75rem;
}
.row02 .img-thumbnail {
  transition: all 0.5s;
}
.row02 .img-thumbnail:hover {
  transform: scale(1.1);
}
.row02_li {
  transition: all 0.5s;
}
.row02_li:hover .img-thumbnail {
  box-shadow: 0 0.125rem 0.25rem rgba(5, 190, 76, 0.4);
  border: 1px solid var(--down-green);
}
.pagination-rounded{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--text-color);
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
.pagination > li > a:focus,
.pagination .page-item a:visited {
  background: transparent;
  color: var(--text-color);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: transparent;
  color:var(--main_color) !important;
}
.pagination .page-item.num:hover a {
  /* background-color: var(--accent_color); */
  border-radius: 50%;
  color:var(--accent_color);
}
.swiper-button-next, .swiper-button-prev{
  width: 2.9rem;
    height: 2.9rem;
}
.swiper-button-next:after, .swiper-button-prev:after{
  content: '';
}
.swiper-button-prev.swiper-button-disabled,
.pagination .page-item .prev{
  background: url(../images/row02_prev.png) no-repeat center;
}
.swiper-button-next.swiper-button-disabled,
.pagination .page-item .next{
  background: url(../images/row02_next.png) no-repeat center;
}
.swiper-button-prev:after,
.pagination .page-item:hover .prev{
  background: url(../images/row02_prev_hover.png) no-repeat center;
}
.swiper-button-next:after,
.pagination .page-item:hover .next{
  background: url(../images/row02_next_hover.png) no-repeat center;
}
.pagination .page-item:hover .page-link{
  background-color: transparent;
}
.swiper-button-next:after, .swiper-button-prev:after,
.pagination .page-link .btn_pn{
  display: inline-block;
  width: 2.9rem;
  height: 2.9rem;
  background-size: cover;
}
.pagination .page-item:hover .btn_pn{
  background-size: cover;
}
.page-item .a_btn{
  display: flex;
}
/* Swiper slide 수정 */
.swiper-pagination{
  font-size: var(--txt-18-size);
 color:#fff;
}
.swiper-button-next, .swiper-button-prev {
  color:var(--accent_color);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 30%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 30%;
}
