/*CSS RESET*/

/*FONT*/
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
*{
  font-family: "Pretendard-Regular";
}
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: inherit; */
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  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;
}


@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#about-wrapper .gotopbtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
}
#about-wrapper .gotopbtn img {
  width: 70px;
  height: 70px;
}
#about-wrapper .headercont {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: #fff;
}
#about-wrapper .cont1 {
  margin: 0 !important;
  padding: 0 !important;
  height: 400px;
  display: block;
  background-attachment: scroll;
  background-image: url("/sub/img/works_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0px 0px 999px 0px;
}
#about-wrapper.contact .cont1 {
  background-image: url("/sub/img/contact_bg.jpg");
}
#about-wrapper .headercont {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: #fff;
}
#about-wrapper .headercont .gnb {
  padding: 20px 0 20px 0;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#about-wrapper .headercont .gnb a img {
  height: 54px;
  width: auto;
}
#about-wrapper .headercont .gnb .menu {
  display: flex;
}
#about-wrapper .headercont .gnb .menu li a {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-left: 60px;
  text-decoration: none;
  font-weight: 400;
}
#about-wrapper .headercont .gnb .menu li a:hover {
  text-decoration: underline;
  color: #fff;
  position: relative;
}
#about-wrapper .headercont .gnb.sticky {
  background: #fff;
}
#about-wrapper .headercont .gnb.sticky li a,
#about-wrapper .headercont .gnb .menu li a:hover {
  color: #000;
}
#about-wrapper .cont1 .context-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 96px;
}
#about-wrapper .cont1 .context-wrapper .context {
  max-width: 465px;
  width: 100%;
  padding-top: 366px;
}
#about-wrapper .cont1 .context-wrapper .context > h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #000;
  position: relative;
}
#about-wrapper .cont1 .context-wrapper .context > h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #000000;
}
#about-wrapper .cont2 {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 180px;
}
#about-wrapper .cont2 .selector {
  margin: 70px 0 30px;
}
#about-wrapper .cont2 .selector ul li {
  display: inline-block;
  margin-right: 10px;
}
#about-wrapper .cont2 .selector ul li a {
  display: block;
  position: relative;
  padding: 1rem;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 1.12rem;
}
#about-wrapper .cont2 .selector ul li a.active {
  display: block;
  position: relative;
  padding: 1rem;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 1.12rem;
}
#about-wrapper .cont2 .brands {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#about-wrapper .cont2 .brands .block {
  display: flex;

  position: relative;
  background-color: black;
  border: 1px solid #ddd;
}
#about-wrapper .cont2 .brands .block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: all 0.3s;
}
#about-wrapper .cont2 .brands .block .bg p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  z-index: 10;
  padding: 10px 30px;
  border-radius: 999px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
#about-wrapper .cont2 .brands .block .bg:hover {
  opacity: 1;
}
#about-wrapper .cont2 .brands .block img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#about-wrapper .cont2 .contact_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#about-wrapper .cont2 .contact_inner ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#about-wrapper .cont2 .contact_inner li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1em;
}
#about-wrapper .cont2 .contact_inner li span {
  font-size: 1.125rem;
  font-weight: 500;
}
#about-wrapper .cont2 .contact_inner li::before {
  display: block;
  width: 32px;
}
#about-wrapper .cont2 .contact_inner li.address::before {
  content: url('/img/icon_map.png');
}
#about-wrapper .cont2 .contact_inner li.tel::before {
  content: url('/img/icon_tel.png');
}
#about-wrapper .cont2 .contact_inner li.fax::before {
  content: url('/img/icon_fax.png');
}
#about-wrapper .cont2 .contact_inner li.hour::before {
  content: url('/img/icon_time.png');
}
#about-wrapper .cont2 .contact_inner li.email::before {
  content: url('/img/icon_mail.png');
}

#about-wrapper .footer {
  background-color: #000;
  padding-top: 56px;
  padding-bottom: 56px;
}
#about-wrapper .footer .footercont {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#about-wrapper .footer .footercont .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-wrapper .footer .footercont .left h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 20px;
}
#about-wrapper .footer .footercont .left p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
}
#about-wrapper .footer .footercont .right {
  display: flex;
  align-items: flex-end;
}
#about-wrapper .footer .footercont .right .icons {
  margin-right: 60px;
}
#about-wrapper .footer .footercont .right .icons img {
  margin-left: 16px;
}

.tabmenu {
  background-color: #f8f8f8;
  padding: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}

.tabmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabmenu li {
  display: inline-block;
  margin-right: 10px;
}

.tabmenu li:last-child {
  margin-right: 0;
}

.tabmenu li a {
  color: #555;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.tabmenu li a:hover {
  background-color: #e0e0e0;
}

.tabmenu li.active a {
  background-color: #333;
  color: #fff;
}
