@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@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: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Black.woff') format('woff');
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: 'THEFACESHOP';
  src: url('./fonts/THEFACESHOP-INKLIPQUID.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

* {
  word-break: keep-all;
  font-family: "Cormorant Garamond","Pretendard";
}
/* 여백 초기화 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-break: keep-all;
}
html,
body {
  position: relative;
  margin: 0 auto;  
}
body.open {
  overflow: hidden;
}
pre {
  white-space: pre-wrap;
  line-height: 1.7;
}
body {  
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.flex {
  display: flex;
}
.flex__l {
  display: flex;
  justify-content: flex-start;
}
.flex__lc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex__lr {
  display: flex;
  justify-content: space-between;
}
.flex__lrc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex__lrb {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex__r {
  display: flex;
  justify-content: flex-end;
}
.flex__rc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex__c {
  display: flex;
  justify-content: center;
}
.flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
:root {
  --w: #fff;
  /* CSS 전역 변수 선언 */
  --active: #0CB2D6;
}
.com__board1 {
  width: 100%;
  box-sizing: border-box;
}
.com__board1.mt1 {
  margin-top: 230px;
}
.com__board1.p__type1,
.com__board1.p__type2 {
  padding-left: 25px;
  padding-right: 25px;
}
.com__board1 table {
  width: 100%;
}
.com__board1 table th {
  padding: 15px 10px;
  color: #222;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.80);
  border-top: 2px solid #FF792E;
  background: rgba(255, 121, 46, 0.02);
}
.com__board1 table td {
  vertical-align: middle;
  text-align: center;
  padding: 25px 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.com__board1 table tr:nth-child(odd) td {
  background: #fff;
}
.com__board1 table tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.80);
}
.com__board1 table td:nth-child(1) {
  color: #BFBFBF;
  text-align: center;
  font-family: 'Pretendard';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.com__board1 table td:nth-child(2) {
  color: #444;
  font-family: 'Pretendard';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  padding: 25px 0;
}
.com__board1 table td.link {
  padding: 0;
}
.com__board1 table td.link a {
  display: block;
  width: 100%;
  padding: 25px 0;
  box-sizing: border-box;
}
.com__board1 table td:nth-child(3) {
  color: rgba(0, 0, 0, 0.50);
  text-align: center;
  /* font-family: Graphik; */
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.45px;
  text-transform: uppercase;
}
.com__board1.p__type2 table td:nth-child(1) {
  padding: 25px 33px;
  width: 20px;
}
.com__board1.p__type2 table td.link a {
  padding: 25px 65px;
}
.com__board1.p__type2 table td:nth-child(3) {
  padding: 25px 35px;
  width: 90px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;  
  z-index: 33;  
  transition: all 0.2s ease;
}
header.hide {
  transform: translateY(-100%);
}
header.reverse {  
  
}
header.top {  
  box-shadow: none;
}
header.hover {
  background: #333;
  padding-bottom: 170px;
}
.header__top .logo {
  position: relative;
  z-index: 1;
}

.header__logo {
  position: relative;
  z-index: 3;
}

.header__logo a img {
    transition: transform 0.8s ease; /* 회전 부드럽게 */
    transform-origin: center center; /* 회전 중심 설정 */
}



.search__wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.common__select {
  display: inline-block;
  max-width: 180px;
  height: 42px;
  width: 100%;
  margin-right: 8px;
}
.common__select select {
  height: 42px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  box-sizing: border-box;
  padding: 0 35px 0 20px;
  -webkit-appearance: none;
  /* 크롬 화살표 없애기 */
  -moz-appearance: none;
  /* 파이어폭스 화살표 없애기 */
  appearance: none;
  /* 화살표 없애기 */
  background: #F5FCFE url(../images/common/select_arr1.svg) no-repeat;
  background-size: 15px 9px;
  background-position: calc(100% - 24px) 50%;
  color: rgba(0, 0, 0, 0.50);
  font-family: 'Pretendard';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  outline: none;
}
.common__search {
  max-width: 435px;
  height: 42px;
  width: 100%;
  position: relative;
}
.common__search input {
  padding: 0 35px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  outline: none;
}
.common__search button {
  position: absolute;
  background: url(../images/common/select_search.svg) no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: none;
  z-index: 3;
  cursor: pointer;
}

/* paging */
.paging {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.paging>* {
  margin-right: 5px;
}
.paging>*:last-child {
  margin-right: 0;
}
.paging .number {
  font-family: "Pretendard";
  color: rgba(88, 88, 96, 1);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 9px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: transparent;
  box-sizing: border-box;
}
.paging .number.current {
  border-radius: 40px;
  width: 34px;
  height: 34px;
  background: #000;
  color: #fff;
  box-sizing: border-box;
}
.paging span {
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.paging span a {
  font-family: "Pretendard";
  width: 100%;
  height: 100%;
  display: block;
}
.paging span.first {
  font-size: 0;
  background: url(../images/common/paging_first.svg) no-repeat;
  background-position: 50% 50%;
  filter: brightness(0.5);
}
.paging span.prev {
  font-size: 0;
  background: url(../images/common/paging_prev.svg) no-repeat;
  background-position: 50% 50%;
}
.paging span.prev.disible {
  opacity: 0.5;
}
.paging span.next {
  font-size: 0;
  background: url(../images/common/paging_next.svg) no-repeat;
  background-position: 50% 50%;
}
.paging span.next.disible {
  opacity: 0.5;
}
.paging span.last {
  font-size: 0;
  background: url(../images/common/paging_last.svg) no-repeat;
  background-position: 50% 50%;
  filter: brightness(0.5);
}
.paging a.number:first-child {
  /* 여기에 스타일을 적용하세요 */
  margin-left: 15px;
}
.paging>div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a.number:last-child {
  margin-right: 15px;
}

.header__inner {
  max-width: 500px;
  max-height: 72px;  
  margin: 0 auto;
  margin-top: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

header.active .header__inner {
  max-width: 800px;
  max-height: 370px;
  height: 370px;
}

.header__flex {
  height: 72px;
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}

.header__lang {
  position: relative;
  padding: 0 20px;
}

.header__lang span {
  color: rgba(0, 0, 0, 0.70);
  text-align: center;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  cursor: pointer;
}

.header__lang ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  border-radius: 8px;
  background: #000;
  display: flex;
  width: 59px;
  padding: 5px;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  transition: transform 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease, visibility 0.5s ease 0.5s;
  
}

.header__lang.active ul {
  margin-top: 5px;
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
}

.header__lang ul li a {
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-family: "Pretendard";
  font-size: 14px;  
  font-weight: 500;
  line-height: 1.7;
  padding: 3px 10px;
}

.header__lang ul li.active a {
  background: #fff;
  color: #000;
}

.header__logo {
  padding: 18px 0;
}

.header__bottom {
  padding: 30px;
  box-sizing: border-box;
  padding-bottom: 45px;
  display: flex;
  gap: 30px;
  height: auto;
  visibility: hidden;
  padding: 30px;
  box-sizing: border-box;
  padding-bottom: 45px;
  display: flex;
  gap: 30px;
}

header.active .header__bottom {
  visibility: visible;
}



.header__bottom nav {
  flex: 1;
  opacity: 0;
  transition: opacity 0s ease;
}

header.active .header__bottom nav {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header__bottom nav > ul > li {
  margin-top: 10px;
}

.header__bottom nav > ul > li > a > span {
  color: #000;
  font-family: "Pretendard";
  font-size: 20px;  
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
}

.header__bottom nav > ul > li.active > a > span {
  color: #E50808;
}

.header__bottom nav ul.depth2  {
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.header__bottom nav li.drop.on > ul.depth2 {
  max-height: 100px;
}

.header__bottom nav ul.depth2 li a {
  position: relative;
  color: #000;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.header__bottom nav ul.depth2 li a::before {
  content: '-';
  margin-right: 10px;
  display: inline-block;
  position: relative;
  color: #000;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.header__bottom nav ul.depth2 li.active a {
  color: #E50808;
}

.header__bottom__img {
  display: flex;
  align-items: center;
  width: 370px;
  opacity: 0;
  transition: opacity 0.3 ease;
}

header.active .header__bottom__img  {
  opacity: 1;
}

.header__bottom__img img {  
  max-width: 100%;
  width: 100%;
  height: 100%;
  height: 180px;
  object-fit: cover;
}

.header__ham {
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.header__ham div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.header__ham div span {
  position: relative;
  background: rgba(0, 0, 0, 0.70);
  width :40px;
  height: 2px;
  transition: all 0.5s ease;
}

header.active .header__ham div span:nth-child(1) {
  transform: rotate(45deg);     
}

header.active .header__ham div span:nth-child(2) {
  transform: rotate(-45deg);    
  top: -8px;
}

footer {
  margin-top: 150px;
  background: #696260;
}

footer .inner {
  padding: 100px;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__top .footer__logo {
  display: none;
}

.footer__menu nav > ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer__menu nav > ul > li > a > span {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;  
  letter-spacing: -0.44px;
}

.footer__menu nav > ul .depth2 {
  display: none;
}

.footer__info p {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 18px;  
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.54px;
}

.footer__info p b {
  font-weight: 600;
}

.footer__info a {
  display: block;
  margin-top: 45px;
  color: #FFF;
  font-family: "Cormorant Garamond";
  font-size: 65px;  
  font-weight: 500;
  line-height: 0.5;
  letter-spacing: -1.3px;
}

.footer__sns ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__bottom {
  margin-top: 135px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.footer__privacy a {
  color: #FFF;  
  font-size: 14px;  
  font-weight: 400;
  letter-spacing: -0.42px;
}

.footer__copy p,
.footer__copy a {
  color: rgba(255, 255, 255, 0.70);
  text-align: right;
  font-family: "Pretendard";
  font-size: 14px;  
  font-weight: 400;  
  letter-spacing: -0.42px;
}

.footer__privacy {
  width: 487px;
}


.portfolio__grid {
    max-width: 1430px;
    margin: 0 auto;
    margin-top: 150px;
}

.portfolio__grid ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);    
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.portfolio__box {
    position: relative;
    display: flex;
    height: auto;    
    flex-direction: column;
    justify-content: center;
    align-items: center;        
    aspect-ratio: 327 / 480;
}

.portfolio__box > img {
    max-width: 100%;    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;                
}

.portfolio_info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;    
    background: rgba(0, 0, 0, 0.7);    
    gap: 20px;
    transition: height 0.5s ease;
}

.portfolio__grid ul li a:hover .portfolio_info::before {
    height: 100%;
}

.portfolio_info .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 11;
    position: absolute;
    width: 100%;
}

.portfolio_info .desc div {
  text-align: center;
}

.portfolio__grid ul li a:hover .portfolio_info div {
    opacity: 1;
    transition: opacity 0.5s ease 0.3s;
}


.portfolio_info span {
    font-family: "pretendard";
    color: #fff;
}

.video-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.88);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    /* 애니메이션용 */
    opacity: 0;
    visibility: hidden;
    transition:
        opacity .35s ease,
        visibility .35s ease;
}

.video-modal.active{
    opacity: 1;
    visibility: visible;
}

.video-modal__inner{
    position: relative;
    width: min(92vw, 1000px);
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,.45);

    /* 시작 상태 */
    transform: translateY(24px) scale(.96);
    opacity: 0;

    transition:
        transform .42s cubic-bezier(.22,1,.36,1),
        opacity .3s ease;
}

/* 열릴 때 */
.video-modal.active .video-modal__inner{
    transform: translateY(0) scale(1);
    opacity: 1;
}

.video-wrap{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-wrap iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    transition: background .25s ease, transform .25s ease;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.video-close:hover{
    background: rgba(255,255,255,.28);
}

.portfolio_info span {
    font-size: 17px;
}

@media only screen and (max-width: 1600px) { 
  footer .inner {
    padding: 80px 40px;
  }
}

@media only screen and (max-width: 1280px) { 

  .portfolio__grid {  
    margin-top: 100px;
  }

  footer {
    margin-top: 100px;
  }

  .footer__logo img {
    width: 150px;
  }

  .footer__privacy {
      width: 367px;
  }

  .footer__menu nav > ul > li > a > span {   
    font-size: 19px;
  }

  .footer__info p {   
    font-size: 15px;
  }

  .footer__info a {    
    margin-top: 35px;   
    font-size: 50px;
  }

  .footer__bottom {
    margin-top: 100px;
  }
  
  .footer__copy p, .footer__copy a {   
    font-size: 13px;
  }

}

@media only screen and (max-width: 1024px) {

  .portfolio__grid {  
    margin-top: 70px;
  }

  footer .inner {
      padding: 60px 20px;
  }

  .footer__top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }

  .footer__menu nav > ul {
    display: flex;
    flex-direction: row;
  }

  .footer__info a {
      margin-top: 30px;
      font-size: 40px;
  }

  .footer__sns ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .footer__bottom {
      margin-top: 50px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }

  .footer__bottom .footer__logo {
    display: none;
  }

  .footer__top .footer__logo {
    display: block;
    margin-bottom:30px;
  }

}


@media only screen and (max-width: 870px) {

  .portfolio__grid {   
    margin-top: 40px;
  }



}


/* 모바일 */
@media (max-width:780px){

    .video-modal{
        padding: 0;
    }

    .video-modal__inner{
        width: 100vw;
        height: 100vh;
        border-radius: 0;

        /* 모바일은 아래에서 슬라이드 업 */
        transform: translateY(40px);
    }

    .video-modal.active .video-modal__inner{
        transform: translateY(0);
    }

    .video-wrap{
        width: 100%;
        height: 100%;
        padding-top: 0;
    }

    .video-wrap iframe{
        width: 100%;
        height: 100%;
    }

    .video-close {
        filter: invert(1);
        right: 26px;
        top: 55px;
        background: rgba(0, 0, 0, 1);
        font-size: 40px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 30px;
        line-height: 30px;
    }

    .portfolio_info::before {        
        top: 65% !important;        
        height: 35% !important;        
        background: rgba(0, 0, 0, 0.7);
    }

    .portfolio_info .desc {
        height: 35% !important;
        gap: 15px;
        opacity: 1 !important;
        top: 65% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .portfolio_info span {
      font-size: 15px;
      line-height: 1.5;
      word-break: keep-all;
    }


    .portfolio_info::before {
      display: none !important;
    }

    .portfolio_info .desc {
      display: none !important;
    }
}

@media only screen and (max-width: 640px) {

  .portfolio__grid {   
    margin-top: 40px;
  }

  .header__inner { 
    width: calc(100% - 40px);
    height: 52px;
  }

 .header__flex {
      height: 52px;
      padding: 0 20px;      
      box-sizing: border-box;
      gap: 0;
  }

  .header__logo a img {  
    width: 70px;
  }

  .header__lang {
    position: relative;
    padding: 0 0px;
  }

  .header__ham div span {   
    width: 30px;
    height: 2px;
  }

  header.active .header__inner {
      max-width: 800px;
      max-height: 310px;
      height: 310px;
  }

  .header__bottom {    
    padding: 10px 20px;
  }

  .header__bottom nav > ul > li > a > span {   
    font-size: 17px;
  }

  .header__bottom nav ul.depth2 li a,
  .header__bottom nav ul.depth2 li a::before {   
    font-size: 14px;
    line-height: 1.5;
  }

  .header__bottom nav ul.depth2 {
    margin-top: 5px;
  }

  footer {
      margin-top: 50px;
  }

  footer .inner {
      padding: 50px 20px;
  }

  .footer__top {     
      justify-content: center;     
      align-items: center;
  }

  .footer__info div {
    text-align: center;
  }

  .footer__bottom {     
      justify-content: center;
  }

  .footer__privacy {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer__info a {
    text-align: center;    
  }

  .footer__top .footer__logo {
      display: block;
      margin-bottom: 10px;
  }

  .footer__menu nav > ul > li > a > span {
      font-size: 16px;
  }

  .footer__info p {
      font-size: 12px;
  }

  .footer__info a {
      margin-top: 30px;
      font-size: 30px;
  }

  .footer__sns ul li img {
    width: 20px;
  }

  .footer__bottom {
      margin-top: 30px;     
  }

  .footer__logo img {
      width: 120px;
  }

  .header__lang span {   
    font-size: 14px;
  }

  .header__lang ul li a {
    font-size: 13px;
  }

  .portfolio_info span {
      font-size: 12px;     
  }

  .paging {
    margin-top: 50px;  
  }

  .paging .number.current {
      border-radius: 50%;
      width: 24px;
      height: 24px; 
  }

  .paging .number {   
    font-size: 12px;
  }

  .paging span {
    width: 24px;
    height: 24px;
  }

}