@charset "UTF-8";
@import "reset.css";
* {
  box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  color: #fff;
}

html, body {
  height: 100%;
  background: #111111;
}

#wrapper {
  padding: 0 60px 100px;
  max-width: 1900px;
  margin: 0 auto;
}
#wrapper.subPage {
  padding: 0 0 100px 0;
  max-width: none;
}

img {
  vertical-align: top;
}

#header h1 {
  font-family: "IvyOra Display", sans-serif;
  font-weight: normal;
  font-size: 10.1vw;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}
@media (min-width: 1920px) {
  #header h1 {
    font-size: 202px;
  }
}
#header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header .menu .side {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .menu a {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
#header .menu a span {
  font-weight: 400;
}
#header .menu a.on span {
  position: relative;
}
#header .menu a.on span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #d50404;
}

#wrapper {
  /* index page - AI GRAPHIC LAB */
  height: 100%;
  min-width: 1730px;
}
#wrapper.index-page > * {
  word-break: keep-all;
}
#wrapper.index-page .fit-contents {
  max-width: 1400px;
}
#wrapper.index-page h2 {
  margin-top: 130px;
}
#wrapper.index-page h2.title {
  font-size: 180px;
  font-weight: 700;
  white-space: nowrap;
}
#wrapper.index-page .link {
  margin-top: 30px;
  font-size: 40px;
}
#wrapper.index-page .link > p {
  margin-bottom: -16px;
}
#wrapper.index-page .link a {
  font-size: 16px;
}
#wrapper.index-page .link a:hover, #wrapper.index-page .link a:focus {
  text-decoration: underline;
}
#wrapper.index-page .desc-wrap {
  margin-top: 170px;
}
#wrapper.index-page .desc-wrap .ti {
  font-size: 60px;
}
#wrapper.index-page .desc-wrap .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}
#wrapper.index-page .contents {
  padding-bottom: 300px;
}
#wrapper.index-page .contents .section {
  margin-top: 200px;
}
#wrapper.index-page .contents .section:first-of-type {
  margin-top: 150px;
  padding-top: 200px;
  position: relative;
}
#wrapper.index-page .contents .section:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
#wrapper.index-page .contents .section .ti {
  font-size: 40px;
}
#wrapper.index-page .contents .section .desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
}
#wrapper.index-page .contents .section .img-area {
  margin-top: 70px;
}
#wrapper.index-page .contents .section .sample {
  margin-top: 100px;
}
#wrapper.index-page .contents .section .sample .ti {
  font-size: 20px;
  font-weight: 500;
}
#wrapper.index-page .contents .section .sample .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
#wrapper.index-page .contents .section .sample .sample-pic {
  margin-top: 20px;
}
#wrapper.index-page .contents .section .sample a {
  line-height: 28px;
  color: #111;
}
#wrapper.index-page .contents .section .sample a:hover, #wrapper.index-page .contents .section .sample a:focus {
  text-decoration: underline;
}
#wrapper.index-page .contents .section .sample .descTypeA {
  display: flex;
}
#wrapper.index-page .contents .section .sample .descTypeA p {
  width: 50%;
}
#wrapper.index-page .contents .section .sample .descTypeA p.jinair {
  padding-left: 20px;
}
#wrapper.index-page .contents .section .img-area, #wrapper.index-page .contents .section .sample {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s linear;
}
#wrapper.index-page .contents .section .img-area.show, #wrapper.index-page .contents .section .sample.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s linear;
}
#wrapper.index-page .comment {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
#wrapper.index-page footer {
  height: 198px;
  background-color: #000;
}
#wrapper:not(.main-page) #header .fit-contents {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper:not(.main-page) #header .fit-contents ul li a {
  color: #fff;
}

#container {
  position: relative;
}

.fit-contents {
  max-width: 1730px;
  margin: 0 auto;
}

.modelList {
  position: fixed;
  right: 80px;
  top: 80px;
  z-index: 100;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
.modelList:hover {
  transform: rotate(180deg);
}

#container .comment {
  padding: 40px 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
#container.main-page {
  padding-bottom: 264px;
}
#container.main-page h2 {
  padding-top: 216px;
  font-size: 13.75rem;
  font-weight: 900;
  line-height: 0.4;
}
#container.main-page h2 strong {
  display: block;
  font-size: 11.25rem;
}
#container.main-page h2 strong br {
  display: none;
}
#container.main-page .visual-area {
  height: 100%;
  transform: translate(0, 420px);
}
#container.main-page .visual-area .img-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px 110px;
}
#container.main-page .visual-area .img-wrap.scroll {
  transform: translate(0, -230px);
}
#container.main-page .visual-area .img-wrap li:nth-of-type(1) {
  margin-top: 157px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(1) div video {
  height: 649px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(2) div video {
  height: 676px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(3) {
  margin-top: 104px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(3) div video {
  height: 625px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(4) div video {
  height: 676px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(5) {
  margin-top: -153px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(5) div video {
  height: 625px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(6) div video {
  height: 702px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(7) div video {
  height: 649px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(8) {
  margin-top: -272px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(11) {
  margin-top: -153px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(11) div video {
  height: 675px;
}
#container.main-page .visual-area .img-wrap li:nth-of-type(12) div video {
  height: 663px;
}
#container.main-page .visual-area .img-wrap li p {
  margin-top: 9px;
  font-size: 1.125rem;
}
#container.main-page .visual-area .img-wrap li a {
  display: block;
}
#container.main-page .visual-area .img-wrap li a > div.wrap {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}
#container.main-page .visual-area .img-wrap li a > div.wrap.visible {
  opacity: 1;
  transform: translate(0, 0);
}
#container.main-page .visual-area .img-wrap li a > div.wrap .profile img {
  opacity: 1;
  transition: all 1s;
}
#container.main-page .visual-area .img-wrap li a > div.wrap .profile img.hover {
  opacity: 0;
  transition: all 1s;
}
#container.main-page .visual-area .img-wrap li a > div video {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#container.main-page .visual-area .img-wrap li a > div .img {
  position: absolute;
  top: 0;
  left: 0;
}
#container.main-page .report {
  padding: 264px 0 0 30px;
  display: flex;
  gap: 146px;
}
#container.main-page .report h2 {
  padding-top: 0;
  writing-mode: vertical-lr;
  font-weight: 700;
}
#container.main-page .report dl + dl {
  margin-top: 150px;
}
#container.main-page .report dl dt {
  font-size: 3.75rem;
}
#container.main-page .report dl dd {
  margin-top: 12px;
  line-height: 28px;
}
#container.main-page .report dl dd b {
  font-size: 1.125rem;
  font-weight: 900;
}
#container .visual-area {
  width: 100%;
  height: 2053px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
#container .visual-area .name {
  padding: 264px 0 0 10px;
  display: block;
  font-size: 17.5rem;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-lr;
}
#container .visual-area.model01 {
  background-image: url("../images/contents/hyelin-main.png");
}
#container .visual-area.model02 {
  background-image: url("../images/contents/soyeon-main.png");
}
#container .visual-area.model02 .name {
  font-size: 15.75rem;
}
#container .visual-area.model03 {
  background-image: url("../images/contents/siena-main.png");
}
#container .visual-area.model04 {
  background-image: url("../images/contents/hana-main.png");
}
#container .visual-area.model05 {
  background-image: url("../images/contents/jian-main.png");
}
#container .visual-area.model06 {
  background-image: url("../images/contents/frank-main.png");
}
#container .visual-area.model07 {
  background-image: url("../images/contents/haena-main.png");
  background-repeat: no-repeat;
  background-position: center;
}
#container .visual-area.model07 .name {
  white-space: nowrap;
}
#container .visual-area.model07 .profile-area .info-list {
  grid-template-columns: 3fr 1.5fr 1.5fr 1.5fr;
}
#container .visual-area.model08 {
  background-image: url("../../static/images/contents/jeongu-main.png");
  background-repeat: no-repeat;
  background-position: center;
}
#container .visual-area.model08 .profile-area .info-list {
  grid-template-columns: 3fr 1.5fr 1.5fr 1.5fr;
}
#container .visual-area.model09 {
  background-image: url("../../static/images/contents/david-main.png");
  background-repeat: no-repeat;
  background-position: center;
}
#container .profile-area {
  margin: -20% 0 0 0;
  position: relative;
}
#container .profile-area .info-list {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr;
}
#container .profile-area .info-list li {
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
#container .profile-area .info-list li > strong {
  font-weight: bold;
  font-size: 22px;
  color: #d0d0d0;
}
#container .profile-area .info-list li > span {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  line-height: 30px;
}
#container .profile-area .info-list li ul {
  padding-top: 10px;
}
#container .profile-area .info-list li ul li {
  padding: 0;
  font-weight: 500;
  font-size: 1.75rem;
  color: #fff;
  line-height: 42px;
  border: 0;
}
#container .profile-area .info-list li ul li:first-child {
  font-size: 1.25rem;
  line-height: 32px;
}
#container .profile-area .info-list li:nth-of-type(1) {
  grid-row: 1/3;
}
#container .profile-area .info-list li:nth-of-type(5) {
  grid-column: 2/5;
}
#container .gallery .pic {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}
#container .gallery .pic.center {
  text-align: center;
}
#container .gallery .pic.visible {
  opacity: 1;
  transform: translate(0, 0);
}
#container .gallery.hyelin {
  padding-top: 267px;
}
#container .gallery.hyelin .fit-contents .pic-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
  margin-top: 172px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:first-child {
  margin-left: 200px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
  margin: 50px 0 0 250px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(3) {
  margin: -295px 0 0 52px;
  grid-column: 2/3;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio {
  position: relative;
  width: 276px;
  height: 380px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .slider-container {
  width: 217px;
  position: absolute;
  bottom: 98px;
  left: 50%;
  transform: translateX(-50%);
  /*.seek-slider {
    appearance: none; width: 100%; height: 3px; background: #ebebeb; accent-color:#d889ad;
    transition: opacity .2s;
  }
  .seek-slider::-webkit-slider-runnable-track{
    background: #d889ad;
  }
  .seek-slider::-webkit-range-progress{
    background: #d889ad;
  }*/
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .slider-container input[type=range] {
  overflow: hidden;
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #ebebeb;
  border-radius: 0; /* iOS */
  accent-color: #ca5f90;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .slider-container input[type=range]:focus {
  outline: none;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .slider-container input[type=range]::-webkit-slider-thumb {
  width: 9px;
  height: 9px;
  background: #d889ad;
  box-shadow: -100vw 0 0 100vw #d889ad;
  border-radius: 50%;
  cursor: pointer;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .slider-container .current-time,
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .slider-container .total-duration {
  position: absolute;
  bottom: -23px;
  font-weight: 700;
  font-size: 12px;
  color: #ababab;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .slider-container .total-duration {
  right: 0;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .color-bar {
  position: absolute;
  left: 0;
  top: 12px;
  height: 3px;
  width: 0;
  background: #d889ad;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio .buttons button {
  cursor: pointer;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic.audio audio {
  opacity: 0;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:first-child {
  margin: -300px 0 0 230px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
  margin: 50px 0 0 108px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(3) {
  margin: -235px 0 0 35px;
}
#container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(4) {
  margin-top: 125px;
}
#container .gallery.soyeon {
  padding: 218px 0 0 0;
}
#container .gallery.soyeon .fit-contents .pic.cente r {
  margin-top: 134px;
}
#container .gallery.soyeon .fit-contents .pic-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
#container .gallery.soyeon .fit-contents .pic-wrap:first-child .pic:first-child {
  margin-left: 260px;
}
#container .gallery.soyeon .fit-contents .pic-wrap:first-child .pic:nth-of-type(2) {
  margin: 188px 0 0 87px;
}
#container .gallery.soyeon .fit-contents .pic-wrap:nth-of-type(2) .pic:first-child {
  margin: 210px 0 0 242px;
}
#container .gallery.soyeon .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
  margin: 427px 0 0 64px;
}
#container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:first-child {
  margin: 130px 0 0 162px;
}
#container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:nth-of-type(2) {
  margin: 519px 0 0 75px;
}
#container .gallery.siena .pic.center {
  margin-top: 179px;
}
#container .gallery.siena .pic.full {
  margin: 179px 0;
}
#container .gallery.siena .pic-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
#container .gallery.siena .pic-wrap:first-child .pic:first-child {
  margin: 187px 0 0 238px;
}
#container .gallery.siena .pic-wrap:first-child .pic:nth-of-type(2) {
  margin: 547px 0 0 31px;
}
#container .gallery.siena .pic-wrap:nth-of-type(2) .pic:first-child {
  margin: -32px 0 0 232px;
}
#container .gallery.siena .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
  margin: 466px 0 0 99px;
}
#container .gallery.hana {
  padding: 124px 0 0 0;
}
#container .gallery.hana .fit-contents .pic.center {
  margin-top: 184px;
}
#container .gallery.hana .fit-contents .pic-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
#container .gallery.hana .fit-contents .pic-wrap .pic:first-child {
  margin: 184px 0 0 142px;
}
#container .gallery.hana .fit-contents .pic-wrap .pic:nth-of-type(2) {
  margin: 677px 0 0 63px;
}
#container .gallery.hana .fit-contents .pic-wrap:last-of-type .pic:first-child {
  margin: 575px 0 0 178px;
}
#container .gallery.hana .fit-contents .pic-wrap:last-of-type .pic:nth-of-type(2) {
  margin: 140px 0 0 117px;
}
#container .gallery.jian .fit-contents .pic.full {
  margin: 0;
}
#container .gallery.jian .fit-contents .pic.center {
  margin-top: 254px;
}
#container .gallery.jian .fit-contents .pic:first-child {
  margin-top: 14%;
  text-align: right;
}
#container .gallery.jian .fit-contents .pic:nth-of-type(4) {
  margin-top: 8%;
}
#container .gallery.jian .fit-contents .pic:nth-of-type(5), #container .gallery.jian .fit-contents .pic:nth-of-type(6) {
  margin-top: 12%;
}
#container .gallery.jian .pic-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
#container .gallery.jian .pic-wrap:nth-of-type(2) {
  margin-top: 160px;
}
#container .gallery.jian .pic-wrap:nth-of-type(2) .pic:first-child {
  margin: 0;
}
#container .gallery.jian .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
  margin-left: 55px;
}
#container .gallery.jian .pic-wrap:nth-of-type(2) .pic:nth-of-type(3) {
  margin: -58% 0 0 40px;
  grid-column: 2/3;
}
#container .gallery.jian .pic-wrap:nth-of-type(3) .pic:first-child {
  margin-left: 55px;
}
#container .gallery.jian .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
  margin: 59% 0 0 30px;
}
#container .gallery.jian .pic-wrap:nth-of-type(4) .pic:first-child {
  margin: 146px -86px 0 -86px;
}
#container .gallery.jian .pic-wrap:nth-of-type(5) .pic:first-child {
  margin: 218px -86px 0 -86px;
}
#container .gallery.jian .pic-wrap:nth-of-type(8) .pic:first-child {
  margin-top: 218px;
}
#container .gallery.jian .pic-wrap:nth-of-type(8) .pic:nth-of-type(2) {
  margin: 465px 0 0 45px;
}
#container .gallery.jian .pic-wrap:nth-of-type(9) .pic:first-child {
  margin-top: 88px;
}
#container .gallery.jian .pic-wrap:nth-of-type(9) .pic:nth-of-type(2) {
  margin: 300px 0 0 45px;
}
#container .gallery.frank .fit-contents {
  padding-top: 5%;
}
#container .gallery.frank .fit-contents .pic.full {
  margin: 0 -30px;
}
#container .gallery.haena .fit-contents:after {
  content: "";
  display: block;
  clear: both;
}
#container .gallery.haena .pic:after {
  content: "";
  display: block;
  clear: both;
}
#container .gallery.haena .pic.float {
  float: left;
}
#container .gallery.haena .pic:nth-of-type(4) {
  margin-top: 172px;
}
#container .gallery.haena .pic:nth-of-type(5) {
  float: right;
  margin: -60px -86px 0 0;
}
#container .gallery.haena .pic:nth-of-type(9) {
  margin: 842px -86px 0 0;
  float: right;
}
#container .gallery.haena .pic:nth-of-type(10) {
  margin-top: 189px;
  float: left;
}
#container .gallery.haena .pic-wrap.float-left:after {
  content: "";
  display: block;
  clear: both;
}
#container .gallery.haena .pic-wrap.float-left .pic {
  float: left;
}
#container .gallery.haena .pic-wrap:nth-of-type(1) {
  padding: 158px 0 0 20px;
}
#container .gallery.haena .pic-wrap:nth-of-type(1) .pic:nth-of-type(2) {
  margin-left: 40px;
}
#container .gallery.haena .pic-wrap:nth-of-type(3) {
  padding: 150px 0 0 20px;
}
#container .gallery.haena .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
  float: right;
  margin-right: -86px;
}
#container .gallery.haena .pic-wrap:nth-of-type(6) {
  margin: 0 -86px;
}
#container .gallery.haena .pic-wrap:nth-of-type(6) .pic:first-child {
  margin: 213px 0 0 0;
}
#container .gallery.haena .pic-wrap:nth-of-type(6) .pic:nth-of-type(2) {
  margin: 341px 0 0 0;
  float: right;
}
#container .gallery.haena .pic-wrap:nth-of-type(8) {
  float: left;
  margin: 225px 0 0 -86px;
}
#container .gallery.haena .pic-wrap:nth-of-type(8) .pic:nth-of-type(2) {
  margin: 405px 0 0 0;
}
#container .gallery.jeongu .pic:first-child {
  margin-top: -190px;
}
#container .gallery.jeongu .pic.full {
  margin-top: 170px;
}
#container .gallery.jeongu .pic:nth-of-type(3) {
  margin-top: 260px;
}
#container .gallery.jeongu .pic:nth-of-type(4) {
  margin-top: 196px;
}
#container .gallery.jeongu .pic:nth-of-type(5) {
  margin-top: 192px;
}
#container .gallery.jeongu .pic-wrap {
  margin-top: 246px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 0 5%;
}
#container .gallery.jeongu .pic-wrap .pic:first-child {
  margin-top: initial;
}
#container .gallery.jeongu .pic-wrap .pic:nth-of-type(2) {
  margin-top: 436px;
}
#container .gallery.jeongu .pic-wrap .pic:nth-of-type(3) {
  margin-top: -190px;
}
#container .gallery.david .pic:nth-of-type(1) {
  margin-top: 122px;
}
#container .gallery.david .pic.center {
  margin-top: 12%;
}
#container .gallery.david .pic-wrap {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
#container .gallery.david .pic-wrap:nth-of-type(2) {
  margin-top: 10%;
}
#container .gallery.david .pic-wrap:nth-of-type(2) .pic:first-child {
  margin: 15% 0 0 12%;
}
#container .gallery.david .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
  margin: -5% 0 0 -2%;
}
#container .gallery.david .pic-wrap:nth-of-type(3) .pic:first-child {
  margin: 35% 0 0 20%;
}
#container .gallery.david .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
  margin-top: 10%;
}
#container .gallery.david .pic-wrap:nth-of-type(3) .pic:nth-of-type(3) {
  grid-column: 2/3;
  margin-top: -8%;
}
#container .btm-profile .fit-contents {
  display: flex;
  gap: 45px;
  justify-content: center;
}
#container .btm-profile .fit-contents .info {
  padding-top: 10px;
}
#container .btm-profile .fit-contents .info .default .name {
  font-size: 3.75rem;
}
#container .btm-profile .fit-contents .info .default p {
  line-height: 24px;
  color: #666;
}
#container .btm-profile .fit-contents .info .desc-wrap {
  margin-top: 80px;
}
#container .btm-profile .fit-contents .info .desc-wrap > strong {
  font-weight: 500;
  font-size: 1.125rem;
}
#container .btm-profile .fit-contents .info .desc-wrap .desc {
  margin-top: 19px;
  line-height: 28px;
}
#container .btm-profile .imp {
  margin: 156px 97PX 18px 0;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: right;
}
#container .btm-profile.hyelin {
  margin: 513px 0 0 0;
}
#container .btm-profile.soyeon {
  gap: 35px;
  margin: 285px 0 163px 0;
}
#container .btm-profile.siena {
  margin: 162px 0 0 0;
}
#container .btm-profile.siena .fit-contents {
  gap: 0;
}
#container .btm-profile.hana {
  margin: 427px 0 0 0;
}
#container .btm-profile.jian {
  margin: 226px 0 0 0;
}
#container .btm-profile.jian .fit-contents {
  gap: 0;
}
#container .btm-profile.frank {
  margin: 129px 0 0 0;
}
#container .btm-profile.frank .fit-contents {
  gap: 0;
}
#container .btm-profile.haena {
  margin: 420px 0 0 0;
}
#container .btm-profile.jeongu {
  margin: 597px 0 0 0;
}
#container .btm-profile.david {
  margin: 400px 0 0 0;
}

#footer {
  padding: 35px 0 14px 0;
  background: #000;
}
#footer .fit-contents {
  margin: 0;
  padding: 0 97px 0 164px;
  max-width: initial;
}
#footer .logo {
  width: 91px;
}
#footer p {
  font-family: "Adobe Clean";
  font-size: 0.875rem;
  line-height: 20px;
  color: #fff;
}
#footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom .sns img {
  margin: 17px 0 0 -12px;
}

/* 메인만 해당 */
@media all and (max-width: 1770px) {
  #wrapper {
    min-width: 100%;
  }
  .fit-contents {
    max-width: 100%;
    height: 100%;
    padding: 0 30px;
  }
  #container.main-page.fit-contents {
    padding: 0 30px;
  }
  #container.main-page h2 {
    font-size: 10.75rem;
  }
  #container.main-page h2 strong {
    font-size: 10rem;
    line-height: 0.9;
  }
  #container.main-page .visual-area .img-wrap {
    gap: 120px 30px;
  }
  #container .visual-area {
    width: 100%;
    height: 103.36vw;
    background-position: center;
    background-size: cover;
  }
  #container .visual-area .profile-area .info-list {
    width: calc(100% - 100px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 1620px) {
  #wrapper.index-page h2.title {
    white-space: initial;
  }
  #container.main-page .visual-area .img-wrap {
    grid-template-columns: repeat(2, 2fr);
    gap: 120px 50px;
  }
  #container.main-page .visual-area .img-wrap li {
    width: 100%;
    max-width: 500px;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(1) {
    margin-left: 55px;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(3) {
    margin: 0 0 0 50px;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(4) {
    margin: -110px 0 0 0;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(5) {
    margin: 70px 0 0 60px;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(7) {
    margin: 0 0 0 70px;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(8) {
    margin: 20px 0 0 20px;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(9) {
    margin: -70px 0 0 50px;
  }
  #container.main-page .visual-area .img-wrap li:nth-of-type(11) {
    margin: -100px 0 0 40px;
  }
}
@media all and (max-width: 1200px) {
  #container.main-page .visual-area .img-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 120px 50px;
    justify-items: center;
  }
  #container.main-page .visual-area .img-wrap li {
    width: 100%;
    max-width: 500px;
    margin: initial !important;
  }
}
/* sub */
@media all and (max-width: 1550px) {
  #header .logo {
    width: 20% !important;
  }
  #container .visual-area .name {
    font-size: 10.75rem;
  }
  #container .visual-area.model08 .name {
    font-size: 7.75rem;
  }
  #container .profile-area .info-list {
    grid-template-columns: initial;
  }
  #container .profile-area .info-list li {
    padding: 0.8rem;
  }
  #container .profile-area .info-list li > strong {
    font-size: 1.5rem;
  }
  #container .profile-area .info-list li > span {
    font-size: 1rem;
    line-height: 22px;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap {
    margin-top: 125px;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap .pic {
    text-align: center;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:first-child {
    margin: 0;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(3) {
    margin: -25% 0 0 20px;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:first-child {
    margin: -76% 10% 0 0;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
    margin: 50px 0 0 30px;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(3) {
    margin: -20% 0 0 0;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:last-of-type {
    margin: 125px 0 0 30px;
  }
  #container .gallery.hana .fit-contents .pic {
    text-align: center;
    float: none;
  }
  #container .gallery.hana .fit-contents .pic.center:first-child {
    margin-top: 144px;
  }
  #container .gallery.hana .fit-contents .pic-wrap .pic:first-child, #container .gallery.hana .fit-contents .pic-wrap .pic:nth-of-type(2) {
    margin: 184px 0 0 0;
  }
  #container .gallery.hana .fit-contents .pic-wrap:last-of-type .pic:first-child, #container .gallery.hana .fit-contents .pic-wrap:last-of-type .pic:nth-of-type(2) {
    margin: 184px 0 0 0;
  }
  #container .gallery.haena .pic:nth-of-type(5), #container .gallery.haena .pic:nth-of-type(9) {
    float: none;
    margin: 150px 0 0 0;
    text-align: center;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(1) {
    padding: 270px 0 0 0;
    display: flex;
    justify-content: center;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(1) .pic {
    float: none;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(3) .pic {
    float: none !important;
    text-align: center;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
    margin: 150px 0 0 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(6) {
    margin: 150px 0 0 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(6) .pic {
    float: none !important;
    text-align: center;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(6) .pic:nth-of-type(2) {
    margin: 150px 0 0 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(8) {
    float: none;
    margin: 150px 0 0 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(8) .pic {
    text-align: center;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(8) .pic:nth-of-type(2) {
    margin: 150px 0 0 0;
  }
  #container .gallery.siena .pic-wrap {
    gap: 0 5%;
  }
  #container .gallery.siena .pic-wrap:first-child {
    margin: 15% 0 0 0;
  }
  #container .gallery.siena .pic-wrap:first-child .pic:first-child {
    margin: 0 0 0 10%;
  }
  #container .gallery.siena .pic-wrap:first-child .pic:nth-of-type(2) {
    margin: 40% 0 0 0;
  }
  #container .gallery.siena .pic-wrap:nth-of-type(2) {
    margin: 4% 0 0 0;
  }
  #container .gallery.siena .pic-wrap:nth-of-type(2) .pic:first-child {
    margin: 0 0 0 10%;
  }
  #container .gallery.siena .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 50% 0 0 -15%;
  }
  #container .gallery.soyeon {
    padding: 15% 0 0 0;
  }
  #container .gallery.soyeon .fit-contents .pic.center {
    margin-top: 12%;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap {
    gap: 0 5%;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:first-child .pic:first-child {
    margin: 0 0 0 10%;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:first-child .pic:nth-of-type(2) {
    margin: 15% 0 0 -10%;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:nth-of-type(2) .pic:first-child {
    margin: 12% 0 0 10%;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 35% 0 0 -5%;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type {
    margin: 5% 0 0 0;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:first-child {
    margin: 0 0 0 15%;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:nth-of-type(2) {
    margin: 20% 0 0 0;
  }
  #container .gallery.david .pic-wrap {
    gap: 0 5%;
  }
  #container .gallery.david .pic-wrap:nth-of-type(2) .pic:first-child {
    margin: 25% 0 0 0;
  }
  #container .gallery.david .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: -5% 0 0 0;
  }
  #container .gallery.david .pic-wrap:nth-of-type(3) .pic:first-child {
    margin: 35% 0 0 0;
  }
  #container .gallery.david .pic-wrap:nth-of-type(3) .pic:nth-of-type(3) {
    grid-column: 1/3;
    margin: 15% auto 0;
  }
  #container .btm-profile {
    margin: 24% 0 0 0 !important;
    padding: 0 10%;
  }
  #container .btm-profile .fit-contents {
    flex-direction: column;
  }
  #container .btm-profile .fit-contents .info {
    margin: 0;
  }
  #container .btm-profile .fit-contents .info .default .name {
    font-size: 2.8rem;
  }
  #container .btm-profile .fit-contents .info .desc-wrap {
    margin-top: 5%;
  }
  #container .btm-profile .imp {
    margin: 20% 5% 2% 0;
  }
}
@media all and (max-width: 1080px) {
  #container .visual-area .name {
    padding: 18% 0 0 0;
    font-size: 8.75rem !important;
  }
  #container .profile-area {
    margin: -22% 0 0 0;
  }
  #container .profile-area .info-list li > strong {
    font-size: 1.2rem;
  }
  #container .profile-area .info-list li ul li:first-child {
    font-size: 1rem;
    line-height: 22px;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) {
    gap: 0 70px;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 0;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(3) {
    margin: 25px 0 0 0;
  }
  #container .gallery.hana .pic-wrap {
    gap: 5%;
  }
  #container .gallery.siena .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 50% 0 0 0;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:first-child .pic:nth-of-type(2) {
    margin: 15% 0 0 0;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:first-child {
    margin: 10% 0 0 0;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:nth-of-type(2) {
    margin: 26% 0 0 0;
  }
  #container .btm-profile .fit-contents .info .desc-wrap .desc br {
    display: none;
  }
  #footer .fit-contents {
    padding: 0 30px !important;
  }
}
/* 메인 타이틀 , 서브 프로필 영역만 해당 */
@media all and (max-width: 1050px) {
  #container.main-page h2 {
    font-size: 6.75rem;
  }
  #container.main-page h2 strong {
    font-size: 5.75rem;
  }
  #container .profile-area {
    margin: 5% 0 0 0;
  }
  #container .profile-area .info-list li {
    border-color: #111;
  }
  #container .profile-area .info-list li strong {
    color: #888;
  }
  #container .profile-area .info-list li > span {
    color: #111;
  }
  #container .profile-area .info-list li:nth-of-type(5) {
    grid-column: initial;
  }
  #container .profile-area .info-list li ul li {
    color: #111;
  }
  #container .gallery {
    padding: 5% 0 0 0 !important;
  }
}
@media all and (max-width: 768px) {
  #header .fit-contents .logo {
    width: 40% !important;
  }
  #container.main-page h2 strong {
    line-height: 0.9;
  }
  #container.main-page h2 strong br {
    display: block;
  }
  #container.main-page .visual-area .img-wrap li a > div video {
    object-fit: initial;
    height: auto !important;
  }
  #container .visual-area .name {
    font-size: 5.75rem !important;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap {
    display: block;
    gap: 0;
    margin-top: 15%;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2), #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(3) {
    margin: 15% auto 0;
  }
  #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:first-child, #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(2), #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(3), #container .gallery.hyelin .fit-contents .pic-wrap:nth-of-type(3) .pic:last-of-type {
    margin: 15% auto 0;
  }
  #container .gallery.jian .fit-contents .pic.full {
    margin: 15% -30px 0;
  }
  #container .gallery.jian .fit-contents .pic.center {
    margin: 15% auto 0 !important;
  }
  #container .gallery.jian .fit-contents .pic-wrap {
    grid-template-columns: 1fr;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(2) {
    margin-top: 15%;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(2) .pic {
    text-align: center;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 2% 0 0 4%;
    text-align: left;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(3) {
    grid-column: initial;
    margin: 15% 0 0 0;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(3) {
    margin-top: 15%;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(3) .pic:first-child {
    margin: 0;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(8), #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(9) {
    margin: 15% 0 0 0;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(8) .pic:first-child, #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(9) .pic:first-child {
    margin: 0 auto;
  }
  #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(8) .pic:nth-of-type(2), #container .gallery.jian .fit-contents .pic-wrap:nth-of-type(9) .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.hana .fit-contents .pic-wrap {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 15% 0 0 0;
  }
  #container .gallery.hana .fit-contents .pic-wrap:last-of-type .pic:first-child {
    margin: 0;
  }
  #container .gallery.hana .fit-contents .pic-wrap:last-of-type .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.hana .fit-contents .pic-wrap .pic:first-child {
    margin: 0 auto;
  }
  #container .gallery.hana .fit-contents .pic-wrap .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.hana .fit-contents .pic.center {
    margin: 15% 0 0 0;
  }
  #container .gallery.hana .fit-contents .pic.center:first-child {
    margin: 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(1) {
    padding: 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(3) {
    padding: 8% 0 0 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
    margin-top: 8%;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(6) {
    margin-top: 8%;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(6) .pic:first-child {
    margin: 0;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(6) .pic:nth-of-type(2) {
    margin-top: -10%;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(8) {
    margin-top: 8%;
  }
  #container .gallery.haena .pic-wrap:nth-of-type(8) .pic:nth-of-type(2) {
    margin-top: 8%;
  }
  #container .gallery.haena .pic:nth-of-type(4), #container .gallery.haena .pic:nth-of-type(9) {
    margin-top: 8%;
  }
  #container .gallery.haena .pic:nth-of-type(5) {
    margin-top: -6%;
  }
  #container .gallery.haena .pic.center:nth-of-type(6), #container .gallery.haena .pic.center:nth-of-type(7) {
    margin-top: -8%;
  }
  #container .gallery.haena .pic.center:nth-of-type(10) {
    margin-top: 8%;
  }
  #container .gallery.siena .fit-contents .pic.center {
    margin: 15% auto 0;
  }
  #container .gallery.siena .fit-contents .pic.full {
    margin: 15% -30px 0;
  }
  #container .gallery.siena .fit-contents .pic-wrap {
    margin: 0;
    grid-template-columns: 1fr;
  }
  #container .gallery.siena .fit-contents .pic-wrap:first-child .pic:first-child {
    margin: 0 auto;
  }
  #container .gallery.siena .fit-contents .pic-wrap:first-child .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.siena .fit-contents .pic-wrap:nth-of-type(2) .pic:first-child, #container .gallery.siena .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap {
    grid-template-columns: 1fr;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:first-child .pic:first-child {
    margin: 0 auto;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:nth-of-type(2) .pic:first-child, #container .gallery.soyeon .fit-contents .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type {
    margin: 0;
  }
  #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:first-child, #container .gallery.soyeon .fit-contents .pic-wrap:last-of-type .pic:nth-of-type(2) {
    margin: 15% auto 0;
  }
  #container .gallery.jeongu .pic-wrap {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 15%;
  }
  #container .gallery.jeongu .pic-wrap .pic:nth-of-type(2), #container .gallery.jeongu .pic-wrap .pic:nth-of-type(3) {
    margin-top: 15%;
  }
  #container .gallery.jeongu .pic:first-child {
    margin-top: -26%;
  }
  #container .gallery.jeongu .pic.full {
    margin: 15% -30px 0;
  }
  #container .gallery.jeongu .pic:nth-of-type(3), #container .gallery.jeongu .pic:nth-of-type(4), #container .gallery.jeongu .pic:nth-of-type(5) {
    margin-top: 15%;
  }
  #container .gallery.david .pic {
    text-align: center;
  }
  #container .gallery.david .pic.center {
    margin: 15% 0 0 0;
  }
  #container .gallery.david .pic.center:first-child {
    margin: 0;
  }
  #container .gallery.david .pic-wrap {
    grid-template-columns: 1fr;
  }
  #container .gallery.david .pic-wrap:nth-of-type(2) .pic:first-child {
    margin: 5% 0 0 0;
  }
  #container .gallery.david .pic-wrap:nth-of-type(2) .pic:nth-of-type(2) {
    margin: 15% 0 0 0;
  }
  #container .gallery.david .pic-wrap:nth-of-type(3) .pic:first-child, #container .gallery.david .pic-wrap:nth-of-type(3) .pic:nth-of-type(2) {
    margin: 15% 0 0 0;
  }
  #container .gallery.david .pic-wrap:nth-of-type(3) .pic:nth-of-type(3) {
    grid-column: 1;
  }
  #container .btm-profile {
    padding: 0;
  }
}
@media all and (max-width: 490px) {
  #container.main-page h2 {
    font-size: 4.75rem;
  }
  #container.main-page h2 strong {
    font-size: 3.75rem;
  }
  #container .visual-area .name {
    padding: 20% 0 0 5%;
    font-size: 3.75rem !important;
  }
  #container .btm-profile {
    padding: 0;
  }
  #container .btm-profile .imp {
    margin: 20% 10% 2%;
    text-align: initial;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=contents.css.map */
