@charset "utf-8";
@import url(font.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline-style: none; */
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #222;
  text-decoration: none;
}

h2 {
  font-size: 22px;
  position: relative;
  display: block;
  padding-top: 90px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #ded9d9;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

html {
  font-size: 10px;
}

body {
  font-family: "Anek Malayalam", "Apple SD Gothic Neo", "맑은 고딕",
    "malgun gothic", "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.2em;
  font-weight: 400;
}

/* 공통클래스 */
.clearfix::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

.wrap {
  max-width: 1657px;
  margin: 0 auto;
  padding: 0 40px;
}

.inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.container {
  padding-left: 275px;
}

/* 안내창 */
.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.7);
  z-index: 99999;
}

.modal-main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 400px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
  border: 5px solid rgba(0, 0, 0, 0.1);
}

.modal-main h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
  padding: 20px 0;
}

.modal-main .modal-icon {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.modal-main .modal-icon i {
  font-size: 25px;
  margin-top: 20px;
  color: #ed1c24;
  text-shadow: 2px 2px 2px rgb(212, 210, 210);
}

.modal-main h1 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  color: #000;
  text-shadow: 2px 2px 2px rgb(192, 192, 192);
  padding-bottom: 20px;
}

.modal-main p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #999;
  line-height: 1.8;
}

.modal-main strong {
  font-weight: 600;
  text-decoration: underline;
  color: #ed1c24;
}

.modal-bottom {
  position: relative;
  display: block;
  margin-top: 50px;
}
.modal-bottom span {
  position: relative;
  display: block;
  font-size: 16px;
  text-align: center;
}

.modal-bottom-icon {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.modal-bottom-icon i {
  font-size: 30px;
  color: #999;
  transition: all 0.5s;
}

.modal-bottom-icon i:hover {
  color: #000;
}

.modal-close {
  position: absolute;
  right: 30px;
  top: 20px;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  background-color: transparent;
  color: #999;
}

.modal-close:hover {
  transform: rotate(90deg);
  transition: transform 0.5s;
}

/* 전체 레이아웃 */

/* 상단 */
.header {
  position: relative;
  display: block;
  padding-left: 275px;
}

.header .inner {
  position: relative;
  display: block;
  padding: 60px 0 50px;
}

.header-logo {
  position: relative;
  display: block;
  float: left;
}

.header-icon {
  position: relative;
  display: block;
  float: right;
}

.header-icon a {
  margin-left: 23px;
}

/* 검색창 */
.search-box {
  position: fixed;
  display: block;
}

/* 사이드 메뉴 */
.side-menu {
  position: fixed;
  top: 60px;
  width: 265px;
  height: 100vh;
  padding-right: 20px;
  z-index: 9;
  background: #fff;
}

.side-menu-list {
}

.side-menu-list > li {
  padding-bottom: 10px;
}

.side-menu-list > li:first-child {
  padding-bottom: 45px;
}

.side-menu-list > li > a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  font-family: "Aktiv Grotesk KR", sans-serif;
}

.side-menu-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.5s;
}

.side-menu-list a:hover::after {
  width: 100%;
}

.pd-menu {
}
.sub-menu {
  padding: 10px 0;
  display: none;
}

.sub-menu > li {
  position: relative;
  padding-bottom: 5px;
}

.sub-menu > li > a {
  position: relative;
  font-size: 11px;
  font-weight: 400;
  font-family: "Aktiv Grotesk", sans-serif;
}

.sub-menu > li > i {
  position: absolute;
  left: 71.5px;
  top: 0;
  font-size: 12px;
  color: #9c9c9c;
  transition: transform 0.5s;
  cursor: pointer;
}

.sub-menu > li .active {
  transform: rotate(180deg);
}

.sub-menu-2 {
  display: none;
  height: 100px;
  width: 81px;
  overflow-y: auto;
}

.sub-menu-2 li {
  padding-bottom: 10px;
  text-indent: 15px;
}

.sub-menu-2 li a {
  position: relative;
  font-size: 11px;
  font-weight: 400;
  font-family: "Aktiv Grotesk", sans-serif;
}

/* 비주얼 */
.visual {
  position: relative;
  display: block;
  width: 100%;
  height: 630px;
  background: url("../images/visual.jpeg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
}

/* 아티스트 */
.artist {
  position: relative;
  display: block;
}

.artist h2 {
  padding: 90px 0 20px;
}

.artist-list {
  position: relative;
  display: block;
  width: 100%;
}

.artist-list > li {
  position: relative;
  display: block;
  float: left;
  width: 32.2%;
  margin-right: 1.7%;
  margin-top: 90px;
}

.artist-list > li:nth-child(3n) {
  margin-right: 0;
}

.artist-list > li:nth-child(1) {
  margin-top: 0;
}

.artist-list > li:nth-child(2) {
  margin-top: 0;
}

.artist-list > li:nth-child(3) {
  margin-top: 0;
}

.artist-list > li a {
  position: relative;
  display: block;
  text-align: center;
}

.artist-list > li a div {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.artist-list > li a div img {
  width: 419px;
  height: 498px;
}

.artist-list > li a span {
  position: relative;
  display: block;
  font-size: 12px;
  color: #555555;
}

/* 더보기 버튼 */
.more {
  position: relative;
  display: block;
  padding-top: 80px;
}

.more-bt {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 46px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0 45px;
  transition: all 0.3s;
  cursor: pointer;
}

.more-bt:hover {
  background-color: #000;
  color: #fff;
}

/* 세라믹 */
.ceramic h2 a {
  position: relative;
  display: inline-block;
}

.sw-list li {
  position: relative;
  margin-right: 1.53%;
  width: 32.3%;
}

.sw-list li a {
  position: relative;
  display: block;
  width: 100%;
}

.sw-ceramic-next {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 14px;
  height: 24px;
  background: url("../images/icon_next.svg") no-repeat center;
  border: 0;
  cursor: pointer;
}

.sw-list li img {
  width: 100%;
  height: 490px;
  transition: all 0.3s;
}

.main-img {
  /* position: absol; */
  /* transition: all 0.5s; */
  opacity: 1;
}

.change-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.sw-list li:hover .main-img {
  opacity: 0;
}

.sw-list li:hover .change-img {
  opacity: 1;
}

/* 글라스 */
.glass {
}

.glass h2 a {
  position: relative;
  display: inline-block;
}

.sw-glass-next {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 14px;
  height: 24px;
  background: url("../images/icon_next.svg") no-repeat center;
  border: 0;
  cursor: pointer;
}

.sw-glass-list li {
  position: relative;
  margin-right: 1.53%;
  width: 32.3%;
}

.sw-glass-list li a {
  position: relative;
  display: block;
  width: 100%;
}

.sw-glass-list li img {
  width: 100%;
  height: 490px;
  transition: all 0.3s;
}

.main-img {
  /* position: absol; */
  /* transition: all 0.5s; */
  opacity: 1;
}

.change-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.sw-glass-list li:hover .main-img {
  opacity: 0;
}

.sw-glass-list li:hover .change-img {
  opacity: 1;
}

/* 메탈 */
.metal {
}

.metal h2 a {
  position: relative;
  display: inline-block;
}

.sw-metal-next {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 14px;
  height: 24px;
  background: url("../images/icon_next.svg") no-repeat center;
  border: 0;
  cursor: pointer;
}

.sw-metal-list li {
  position: relative;
  margin-right: 1.53%;
  width: 32.3%;
}

.sw-metal-list li a {
  position: relative;
  display: block;
  width: 100%;
}

.sw-metal-list li img {
  width: 100%;
  height: 490px;
  transition: all 0.3s;
}

.main-img {
  /* position: absol; */
  /* transition: all 0.5s; */
  opacity: 1;
}

.change-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.sw-metal-list li:hover .main-img {
  opacity: 0;
}

.sw-metal-list li:hover .change-img {
  opacity: 1;
}

/* 페이퍼 */
.paper {
}

.paper h2 a {
  position: relative;
  display: inline-block;
}

.sw-paper-next {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 14px;
  height: 24px;
  background: url("../images/icon_next.svg") no-repeat center;
  border: 0;
  cursor: pointer;
}

.sw-paper-list li {
  position: relative;
  margin-right: 1.53%;
  width: 32.3%;
}

.sw-paper-list li a {
  position: relative;
  display: block;
  width: 100%;
}

.sw-paper-list li img {
  width: 100%;
  height: 490px;
  transition: all 0.3s;
}

.main-img {
  /* position: absol; */
  /* transition: all 0.5s; */
  opacity: 1;
}

.change-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.sw-paper-list li:hover .main-img {
  opacity: 0;
}

.sw-paper-list li:hover .change-img {
  opacity: 1;
}

/* 페브릭 */
.fabric {
}

.fabric h2 a {
  position: relative;
  display: inline-block;
}

.sw-fabric-next {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 14px;
  height: 24px;
  background: url("../images/icon_next.svg") no-repeat center;
  border: 0;
  cursor: pointer;
}

.sw-fabric-list li {
  position: relative;
  margin-right: 1.53%;
  width: 32.3%;
}

.sw-fabric-list li a {
  position: relative;
  display: block;
  width: 100%;
}

.sw-fabric-list li img {
  width: 100%;
  height: 490px;
  transition: all 0.3s;
}

.main-img {
  /* position: absol; */
  /* transition: all 0.5s; */
  opacity: 1;
}

.change-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.sw-fabric-list li:hover .main-img {
  opacity: 0;
}

.sw-fabric-list li:hover .change-img {
  opacity: 1;
}

/* 하단 */
.footer {
  position: relative;
  display: block;
  margin-top: 200px;
  padding: 55px 0 55px 275px;
  font-family: "Aktiv Grotesk KR", sans-serif;
}

.footer .inner {
  position: relative;
  display: block;
}

.footer-left {
  position: relative;
  display: inline-block;
}

.footer-left-info {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-left-info strong {
  text-decoration: underline;
  text-underline-position: under;
}

.footer-left-info .f-line {
  position: relative;
  margin-right: 10px;
}
.footer-left-info .f-line::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s;
}

.footer-left-info .f-line:hover::after {
  width: 100%;
}
.footer-left-info .mr-30 {
  margin-right: 30px;
}

.footer-left-info .ml-25 {
  margin-left: 25px;
}

.footer-left-address {
  font-size: 10px;
  font-weight: 600;
}

.footer-left-address span {
  margin-right: 5px;
}

.footer-left-address a {
  text-decoration: underline;
  text-underline-position: under;
}

.footer-left-address a:hover {
  text-decoration: none;
}

.footer-right {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
