@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  font-weight: 400;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 14px;
}
body {
  font-family: "Pretendard", sans-serif;
  max-width: 2560px;
  margin: 0 auto;
  line-height: 1.5rem;
  overflow-x: hidden;
  transition: 0.3s all ease;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
}
input {
  border: 1px solid #adb5c2;
}
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  background: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000 !important;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
textarea {
  font-family: inherit;
}
img {
  max-width: 100%;
}

.pt16 {
  padding-top: 16px;
}
.pt18 {
  padding-top: 18px;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.b {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.blue {
  color: #004cff;
}
.red {
  color: #f00;
}
.underline {
  text-decoration: underline !important;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.chlorophyll {
  color: #80bcbb !important;
}

.containerWrap {
  width: 100%;
  padding: 4rem 3rem;
}
.container,
.container2 {
  max-width: 1320px;
  margin: 0 auto;
}
.container.fixed {
  margin-top: 255px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justfy_between {
  justify-content: space-between;
}
.direction-col {
  flex-direction: column !important;
}
.align-center {
  align-items: center;
}

.hidden {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

.pc_none {
  display: none !important;
}
.pc_none_flex {
  display: none !important;
}
.mo_none {
  display: block !important;
}
.mo_none_flex {
  display: flex !important;
}
.bg_none {
  background: none !important;
}

.no-contents {
  text-align: center;
  font-size: 1.5rem;
  padding: 5rem 0 10rem;
}

#privacy-contents {
  display: none;
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  width: 768px;
  box-shadow: 0 0 11px #000;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  background: #fff;
  z-index: 91;
}
#privacy-contents h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 5rem;
  border-bottom: 1px solid #aaa;
  padding-left: 2rem;
  margin-bottom: 2rem;
  background: #fafafa;
}

#privacy-contents .tbl_basic {
  width: 90%;
  text-align: center;
  border-top: solid 2px #bfbfbf;
  border-bottom: solid 2px #bfbfbf;
  margin: 0 auto;
}
#privacy-contents .tbl_basic th {
  color: #222;
  font-weight: 600;
  padding: 0.75rem 0;
  background-color: #e2e2e2;
}
#privacy-contents .tbl_basic td {
  vertical-align: middle;
  border-top: solid 1px #bfbfbf;
  padding: 0.75rem 0;
  background-color: #f4f4f4;
}
#privacy-contents .add {
  width: 90%;
  margin: 2rem auto;
}
#privacy-contents .btns {
  text-align: center;
}
#privacy-contents .btns button {
  color: #fff;
  padding: 1rem 5rem;
  background-color: #222;
}
.grecaptcha-badge {
  display: none;
}

/**************** header ****************/

header {
  position: relative;
  z-index: 100;
  width: 100%;
  transition: 1s all ease;
}
header.fixed {
  position: fixed;
  z-index: 100;
  background: #fff;
  top: 0;
}
header .quick-bar {
  position: fixed;
  z-index: 100;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 6.25rem;
  z-index: 2;
  flex-direction: column;
}
header .quick-bar .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.25rem;
  width: 6.25rem;
  color: #fff;
  font-weight: 600;
  border-radius: 100%;
  margin-bottom: 0.62rem;
  background-color: #000;
}
header .quick-bar .list-wrap {
  text-align: center;
  border-radius: 6.35rem;
  padding: 3rem 0.75rem;
  margin-bottom: 0.62rem;
  backdrop-filter: blur(15px);
  background: #fff;
}
header .quick-bar .list-wrap li {
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 1rem;
}
header .quick-bar .list-wrap li:last-child {
  border-bottom: 0;
}
header .quick-bar .icon {
  width: 3.375rem;
  height: 3.375rem;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.62rem auto;
}
header .quick-bar .icon img {
  width: 1.5rem;
}
header .quick-bar .icon:last-child img {
  width: 0.8rem;
}

header nav {
  display: flex;
  position: relative;
  max-width: 2560px;
  padding: 0;
  justify-content: center;
}
header .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  box-sizing: border-box;
  background-color: #fff;
}
header .back-layer {
  display: none;
  position: fixed;
  z-index: 3;
  top: -50px;
  width: 100%;
  height: calc(100% + 50px);
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
header .back-layer.active {
  display: block;
}
header .menu-pc {
  display: flex;
  position: fixed;
  left: 2vw;
  top: 1vw;
  width: 100%;
  justify-content: space-between;
  z-index: 3;
}
header .menu-pc a {
  width: 9rem;
}
header .menu-pc button {
  position: fixed;
  top: 1.5rem;
  right: 2.5rem;
  width: 2.5rem;
}
header .menu-mo {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
header .menu-mo.active {
  display: block;
}
header .menu-mo .inner {
  display: none;
}
header .menu-mo .logo-mo {
  width: 10rem;
  padding: 1.5rem 0 0.5rem;
}
header .menu-mo-list-wrap {
  display: block;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  width: 25rem;
  height: 100%;
  background: transparent;
  transition: all 0.5s;
}
header .menu-mo-list-wrap.active {
  right: 0;
  transition: all 0.5s;
}
header .menu-mo-list {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  padding: 1.62rem 2.5rem;
  background-color: #fff;
  transition: all 0.5s;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  z-index: 4;
}
header .menu-mo-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
header .menu-mo-list.active {
  margin-left: 0;
}
header .menu-mo-list .menu-mo-header {
  display: flex;
  justify-content: end;
  margin-bottom: 50px;
}
header .menu-mo-list .menu-mo-header > div {
  display: flex;
}
header .menu-mo-list .menu-mo-header a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000000;
}
header .menu-mo-list .menu-mo-header i {
  display: block;
  width: 2px;
  height: 1.5rem;
  background: #7b7b7b;
  margin: 0 1.5rem;
}
header .menu-mo-list .menu-mo-header .btn-close {
  margin-top: -3px;
  padding: 0;
}
header .menu-mo-list .menu-mo-header .btn-close img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
header .menu-mo-list .main-menu-mo {
  display: block;
  margin-bottom: 50px;
}
header .menu-mo-list .main-menu-mo.active {
  display: none;
}
header .menu-mo-list .main-menu-mo > li {
  margin-bottom: 1.38rem;
}
header .menu-mo-list .main-menu-mo > li > a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.875rem 0rem;
}

header .menu-mo-list .main-menu-mo > li > a.active {
  background-image: url("../images/common/icon_minus.jpg");
  background-size: 12.5px 3px;
}
header .menu-mo-list .main-menu-mo .sub-menu-mo li {
  border-bottom: 1px solid #7a7a7a;
}
header .menu-mo-list .main-menu-mo .sub-menu-mo li a {
  display: block;
  font-size: 1.125rem;
  padding: 0.875rem 0rem;
  text-transform: uppercase;
}

/****** main banner ******/
#main section .title-wrap {
  color: #000;
  text-align: center;
  font-family: "Raleway";
  font-size: 3.5rem;
  font-weight: 700;
  padding-top: 6.5rem;
  padding-bottom: 4.5rem;
  line-height: 100%;
}
#main section .inner {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
#main #section1 {
  max-width: 2560px;
  margin: 0 auto 0 auto;
  text-align: center;
}
#main #section1 .mySwiper1 .swiper-pagination {
  bottom: 3.8rem !important;
}
#main #section1 .mySwiper1 .swiper-slide img {
  width: 100%;
}
#main #section1 .mySwiper2 {
  display: none;
}
#main #section1 .mySwiper2 .swiper-pagination {
  bottom: 2rem !important;
}
#main #section1 .mySwiper2 .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
#main #section1 .mySwiper2 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  border-radius: 25px;
}

#main #section1 .swiper-button-prev,
#main #section1 .swiper-button-next {
  top: auto;
  width: 6.5px;
  height: 12px;
  bottom: 4.05rem;
}
#main #section1 .swiper-button-prev {
  left: 47%;
  background: url("../images/common/arrow_prev.png") no-repeat 0 0 / 100%;
}
#main #section1 .swiper-button-next {
  right: 47%;
  background: url("../images/common/arrow_next.png") no-repeat 0 0 / 100%;
}
#main #section1 .swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
#main #section1 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#main #section1 .swiper-pagination-bullet-active {
  background: #000;
  border-radius: 25px;
}
#main #section2 {
  margin-bottom: 11.75rem;
}
#main #section2 .stage {
  display: flex;
  gap: 0.25rem;
}
#main #section3 .stage a {
  display: block;
  width: 100%;
  height: 100%;
}
#main #section3 .stage a span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-100%, -50%);
  color: white;
  font-size: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  white-space: pre-line;
  z-index: 2;
  text-align: left;
}
#main #section3 .stage a span i {
  display: inline-block;
  font-style: normal;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
}
#main #section3 .stage a:hover span {
  transform: translate(0, -50%);
  display: block;
  opacity: 1;
  font-size: 18px;
}
#main #section2 .stage1 {
  margin-right: 0.5rem;
}
#main #section2 .stage2 {
  margin-left: 0.5rem;
}
#main #section2 .stage1,
#section2 .stage2 {
  width: 50%;
}
#main #section2 .stage1 .text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8rem;
}
#main #section2 .stage1 .padding1 {
  padding: 4.69rem 0;
}
#main #section2 .stage2 .title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 155%;
  margin-bottom: 1.56rem;
}
#main #section2 .stage2 .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 155%;
}
#main #section2 .stage2 .padding2 {
  padding: 6.56rem 0;
}

/* section 3 */

#main #section3 {
  margin-bottom: 9.87rem;
}
#main #section3 .stage {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0.5rem;
  justify-content: space-between;
}
#main #section3 .stage li {
  flex: 0 0 calc(25% - 0.5rem);

  /* overflow: hidden; */
}

#main #section3 .stage a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: background 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}
#main #section3 .stage .stage__img {
  height: 16vw;
  position: relative;
  overflow: hidden;
}
#main #section3 .stage__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: background 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}
#main #section3 .stage a:hover .stage__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  opacity: 1;
}
#main #section3 .stage a:hover .stage__img img {
  width: 100%;
  height: 16vw;
}

#main #section3 .stage .stage__txt {
  position: relative;
  min-height: 108.5px;
  text-align: left;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
#main #section3 .stage .stage__txt:before {
  content: "";
  width: 0.5px;
  height: 68px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#main #section3 .stage .stage__txt strong {
  display: inline-block;
  font-size: 24px;
  white-space: wrap;
  font-weight: 500;
}
#main #section3 .stage .stage__txt p {
  font-size: 18px;
}

#main #section3 .stage img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}

#main #section4 {
  margin-bottom: 9.87rem;
}
#main #section4 .stage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main #section4 .stage li {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 100%;
  border: 1px solid #000;
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.88rem;
  margin-right: 0.75rem;
}

#main #section5 {
  margin-bottom: 9.87rem;
}
#main #section5 .stage {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#main #section5 .stage li {
  margin: 0 0.5rem;
}

/********* sub ***********/
#sub .wrap {
  width: 912px;
  margin: 10rem auto;
}
#sub section .category {
  font-size: 1.125rem;
  line-height: 100%;
  margin-bottom: 1.87rem;
}
#sub section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  border-bottom: 4px solid #000;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
#sub section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
}
#sub section h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.1875rem;
  margin-bottom: 4.5rem;
}
#sub section p {
  font-size: 1.25rem;
  letter-spacing: 0.12px;
  line-height: 2.1875rem;
  margin-bottom: 1.25rem;
}
#sub section p.m2 {
  margin-bottom: 2rem;
}
#sub section p.m3 {
  margin-bottom: 3rem;
}
#sub section p.m5 {
  margin-bottom: 5rem;
}
#sub section .video-box {
  text-align: center;
  margin: 2.5rem 0;
}
#sub section .img-box {
  margin: 4rem 0;
}
#sub section .img-box.m0 {
  margin-bottom: 0;
} /*이미지 연속될때*/
#sub section .img-box .one-line {
  display: flex;
  max-width: 100%;
}
#sub section .img-box img {
  flex: 1;
  width: 100%;
}
#sub section .img-box img.square {
  /*이미지 정사각형화*/
  width: 30vw;
  object-fit: cover;
  height: 30vw;
  object-position: top;
}
#sub section .img-box .annotation {
  color: #9b9b9b;
  font-size: 1rem;
  line-height: 155%;
  margin-bottom: 0;
}
#sub section .img-box .annotation.essential {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 700;
}
#sub section .write {
  font-size: 1.125rem;
  margin-top: 3rem;
  line-height: 1.75rem;
}
#sub section .write span {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.5rem;
}
#sub section .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 2.38rem;
}
#sub section .tags li {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  border: 2px solid #000;
  padding: 0.75rem 1rem;
  margin-bottom: 0.88rem;
  margin-right: 0.75rem;
}

#privacy .privacy-content {
  max-width: 1200px;
  color: #797979;
  font-size: 1.2rem;
  line-height: 2rem;
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin: 0 auto 100px;
}
#privacy .privacy-content pre {
  white-space: pre-wrap;
}

/*************** pager *****************/
.pager {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: center;
}
.pager:after {
  content: "";
  display: block;
  clear: both;
}
.pager li {
  padding: 4px 8px 3px;
}
.pager a {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.pager a.active {
  font-weight: bold;
  background: #80bcbb;
  border-radius: 100%;
  color: #fff;
}
.pager .prev {
  background: url("/img/common/pager_prev.png") no-repeat;
  background-size: 100% 100%;
  text-indent: -999999px;
}
.pager .next {
  background: url("/img/common/pager_next.png") no-repeat;
  background-size: 100% 100%;
  text-indent: -999999px;
}
/* 인스타그램 ysy-240110 */
.instagram {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 53px;
}
.instagram__list {
  padding: 10px 30px 20px 30px;
  border: 1px solid #000;
}
.insta__title {
  display: flex;
  align-items: center;
  height: 53px;
  background: url("../2024/01/instagram/logo.svg") no-repeat 0 center / 50px;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 800;
  padding-left: 58px;
}
.insta__img img {
  width: 100%;
  min-height: 207px;
  max-height: 207px;
  object-fit: cover;
}
.insta__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insta__btn .icon1 {
  width: 106px;
  height: 53px;
  background: url(../2024/01/instagram/icon1.svg) no-repeat 0 center / 80px;
}
.insta__btn .icon2 {
  width: 20px;
  height: 53px;
  background: url(../2024/01/instagram/icon2.svg) no-repeat 0 center / 16px;
}
.insta__desc {
  min-height: 150px;
  color: #000;
  text-align: justify;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0;
}
.insta__tag ul {
  /* display: inline-flex;
  flex-wrap: nowrap; */
}
.insta__tag ul li {
  display: inline-block;
  color: #008586;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 155%;
}

/* essential */
#sub section .title-type1 {
  margin-bottom: 4.5rem !important;
}
#sub section .title-type1 > div {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 155% !important;
}
#sub section .title-type1 > div:nth-child(1) {
  padding-bottom: 20px;
}
#sub section .title-type2 {
  font-weight: bold;
}

footer {
  width: 100%;
  max-width: 2560px;
  background: #000814;
}
footer .inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 6.38rem 4.9rem;
}
footer .top {
  color: #fff;
  margin-bottom: 26rem;
}
footer .top img {
  width: 18rem;
}
footer .bottom p {
  margin-bottom: 1.25rem;
}
footer .bottom img {
  width: 9rem;
}
footer .bottom ul {
  display: flex;
}
footer .bottom li {
  color: #fff;
  margin-right: 2.5rem;
}
footer .subscribe {
  position: absolute;
  right: 1vw;
  bottom: 6.38rem;
  color: #000;
  padding: 3.8rem 9.8rem;
  background-color: #fff;
}
footer .subscribe h3 {
  text-align: center;
  font-family: Raleway;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%; /* 3.5rem */
  margin-bottom: 1.19rem;
}
footer .subscribe .sub {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 2.75rem;
}
footer .subscribe input[type="text"] {
  width: 90%;
  border: 0;
  border-bottom: 4px solid #000;
  padding: 1rem 0.5rem;
}
footer .subscribe .name {
  border-bottom: 4px solid #000;
}
footer .subscribe .email {
  display: flex;
}
footer .subscribe .phone {
  display: flex;
  margin-bottom: 1.13rem;
}
footer .subscribe .email span,
footer .subscribe .phone span {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .subscribe .check {
  font-size: 1.125rem;
  line-height: 2rem;
  padding-left: 4rem;
}
footer .subscribe button {
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  padding: 1.5rem 0.5rem;
  margin-top: 2.25rem;
  background-color: #000;
}
footer .modal_content {
  display: none;
}
.img-sign {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 0px;
  margin-top: 0;
}
.img-sign img {
  display: block;
  width: 230px !important;
}
