* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body,
html {
  height: 100%;
  font-family: "Pretendard", sans-serif;
  max-width: 1900px;
  margin: auto;
}

header {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #111;
}

header .top {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .myLogo img {
  width: 150px;
  height: 50px;
}

.top .link {
  width: fit-content;
  display: flex;
  gap: 10px;
}

.top .link a:first-child {
  color: #111;
  width: 200px;
  line-height: 30px;
  padding: 6px 15px 6px 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #111;
  border-radius: 25px;
}

.top .link a:last-child {
  color: #fff;
  background-color: #111;
  width: 200px;
  line-height: 30px;
  padding: 6px 15px 6px 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #111;
  border-radius: 25px;
}


/*rotate part*/
#rotating-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 45px;
  font-weight: 100;
  text-align: center;
  transition: all ease 0.3s;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
}

#rotating-text strong {
  font-weight: bold;
}


/*main*/
main {
  width: 100%;
  height: auto;
}
#uiux {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

#uiux #leftImg {
  width: 50%;
  height: auto;
  position: relative;
}

#uiux #leftImg img {
  width: 100%;
  height: 100%;
  display: block;
}

#uiux #leftImg .name {
  position: absolute;
  bottom: 100px;
  left: 25px;
  color: #000;
}

#uiux #leftImg .name h1 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

#uiux #leftImg #tag {
  /* width: 50%; */
  position: absolute;
  bottom: 55px;
  left: 25px;
  color: #111;
  display: flex;
  gap: 5px;
}

#uiux #leftImg #tag p {
  padding: 10px 20px;
  background-color: #fff;
  border: 0.2px solid #dcdcdc;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 0.9;
}

#uiux #leftImg span {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #000;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.3;
  line-height: 1.1;
}

#uiux #rightImg {
  width: 50%;
  height: auto;
  position: relative;
}

#uiux #rightImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#uiux #rightImg .name {
  position: absolute;
  bottom: 100px;
  left: 25px;
  color: #ff6003;
}

#uiux #rightImg .name h1 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

#uiux #rightImg .name h5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.9;
}

#uiux #rightImg #tag {
  /* width: 50%; */
  position: absolute;
  bottom: 55px;
  left: 25px;
  color: #111;
  display: flex;
  gap: 10px;
}

#uiux #rightImg #tag p {
  padding: 10px 20px;
  background-color: #fff;
  border: 0.2px solid #dcdcdc;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 0.9;
}

#uiux #rightImg span {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #ff6003;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.3;
  line-height: 1.1;
}

#poster-usj {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

#poster-usj #leftImg {
  width: 50%;
  height: auto;
  position: relative;
}

#poster-usj #leftImg img {
  width: 100%;
  height: 100%;
  display: block;
}

#poster-usj #leftImg .name {
  position: absolute;
  bottom: 100px;
  left: 25px;
  color: #000;
}

#poster-usj #leftImg .name h1 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

#poster-usj #leftImg .name h5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.9;
}

#poster-usj #leftImg #tag {
  /* width: 50%; */
  position: absolute;
  bottom: 55px;
  left: 25px;
  color: #111;
  display: flex;
  gap: 10px;
}

#poster-usj #leftImg #tag p {
  padding: 10px 20px;
  background-color: #fff;
  border: 0.2px solid #dcdcdc;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 0.9;
}

#poster-usj #leftImg span {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #000;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.3;
  line-height: 1.1;
}

#poster-usj #rightImg {
  width: 50%;
  height: auto;
  position: relative;
}

#poster-usj #rightImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#poster-usj #rightImg .name {
  position: absolute;
  bottom: 100px;
  left: 25px;
  color: #fff;
}

#poster-usj #rightImg .name h1 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

#poster-usj #rightImg .name h5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.9;
}

#poster-usj #rightImg #tag {
  /* width: 50%; */
  position: absolute;
  bottom: 55px;
  left: 25px;
  color: #111;
  display: flex;
  gap: 10px;
}

#poster-usj #rightImg #tag p {
  padding: 10px 20px;
  background-color: #fff;
  border: 0.2px solid #dcdcdc;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 0.9;
}

#poster-usj #rightImg span {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.3;
  line-height: 1.1;
}

#poster {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

#poster #leftImg {
  width: 50%;
  height: auto;
}

#poster #leftImg img {
  width: 100%;
  height: 100%;
  display: block;
}

#poster #rightImg {
  width: 50%;
  height: auto;
  position: relative;
}

#poster #rightImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#poster .name {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
}

#poster .name h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.8;
}

#poster .name h5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.9;
}

#poster #tag {
  /* width: 50%; */
  position: absolute;
  bottom: 55px;
  left: 25px;
  color: #111;
  display: flex;
  gap: 10px;
}

#poster #tag p {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 0.9;
}

#poster span {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.3;
  line-height: 1.1;
}


#det {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

/*left part*/
#det .left {
  width: 50%;
  height: 100%;
}

#det .left .site {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

#det .left .site .part {
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#det .left .site .part img {
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}

#det .left .site .part h1 {
  position: absolute;
  top: 5%;
  left: 8%;
  font-size: 34px;
  color: #fff;
  line-height: 0.9;
  letter-spacing: 0.5px;
}

#det .left .site .part #tag {
  position: absolute;
  bottom: 20%;
  left: 8%;
  display: flex;
  gap: 10px;
}

#det .left .site .part #tag p {
  background-color: #fff;
  color: #111;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

#det .left .site .part span {
  width: 60%;
  position: absolute;
  top: 85%;
  left: 8%;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}

/*hover 효과*/
#det .left .site .part:hover img {
  transform: scale(1.3);
}

/*rotate part 2*/
#det .left .cn {
  width: 100%;
  height: 120px;
  background-color: #0be086;
  border-bottom: 10px solid #111;
  overflow: hidden;
}

#det .left .cn #rotating {
  display: inline-block;
  white-space: nowrap;
  font-size: 60px;
  font-weight: 200;
  text-align: center;
  transition: all ease 0.3s;
  line-height: 120px;
}

.des {
  width: 100%;
  height: 100%;
  border-bottom: 20px solid #111;
}

.des #wrap {
  width: 100%;
  background-color: #fff;
}

.des #wrap #window {
  width: 100%;
  height: 100%;
}

.des #wrap #window img {
  width: 100%;
  height: auto;
  padding: 50px 100px;
}

.des #wrap #window .name {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}

.des #wrap #window .name h5 {
  font-size: 22px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 1px;
}

.des #wrap #window .name h6 {
  font-size: 10px;
  font-weight: 500;
  transform: rotate(90deg);
}

.des .nav-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.des #nav-wrapper .nav-btn i {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.des #nav {
  display: flex;
  overflow-x: auto;
  /* 수평 스크롤 가능하게 */
  white-space: nowrap;
  /* 줄 바꿈 방지 */
  gap: 10px;
  /* 이미지 간격 */
  padding: 10px 0;
  margin: 0 20px 10px 20px;
  scrollbar-width: thin;
}

.des s #nav a {
  display: block;
  border: 2px solid #bbb;
  border-radius: 5px;
}

.des #nav a img {
  width: 70px;
  height: 100px;
}

.des #nav a.active {
  border-color: #fff;
}

.des #nav::-webkit-scrollbar {
  height: 8px;
}

.des #nav::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}


/*right part*/
#det .right {
  width: 50%;
  height: 100%;
}

#det .right #box1 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #111;
}

#det .right #box1 .info {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

#det .right #box1 .info .title {
  width: 25%;
  text-align: left;
}

#det .right #box1 .info .title h5 {
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #111;
}

#det .right #box1 .info .txt {
  width: 75%;
}

#det .right #box1 .info .txt p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

#det .right #box2 {
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
}

#det .right #box2 .info {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
}

#det .right #box2 .info .title {
  width: 25%;
  text-align: left;
}

#det .right #box2 .info h5 {
  width: fit-content;
  height: fit-content;
  font-size: 14px;
  border-bottom: 1px solid #111;
}

#det .right #box2 .info .txt {
  width: 75%;
}

#det .right #box2 .info .txt p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

#det .right #box2 hr {
  width: 93%;
  margin: auto;
}

#det .right #box2 .ex {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 35px;
  display: flex;
  justify-content: space-between;
}

#det .right #box2 .ex .title {
  width: 25%;
  text-align: left;
}

#det .right #box2 .ex .title h5 {
  width: fit-content;
  height: fit-content;
  font-size: 14px;
  border-bottom: 1px solid #111;
}
#det .right #box2 .ex .list{
  width: 75%;
}

#det .right #box2 .ex .list .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: right;
}

#det .right #box2 .ex .list .txt p {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 10px;
}


#det .right #box2 .pro {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}

#det .right #box2 .pro .mobile-br {
  display: none;
}

#det .right #box2 .pro .title {
  width: 25%;
  text-align: left;
}

#det .right #box2 .pro h5 {
  width: fit-content;
  height: fit-content;
  font-size: 16px;
  border-bottom: 1px solid #111;
}

#det .right #box2 .pro .txt {
  width: 75%;
  display: flex;
  justify-content: space-between;
  text-align: right;
}

#det .right #box2 .pro .txt #zone {
  width: 23%;
  margin-right: 2%;
  text-align: left;
}

#det .right #box2 .pro .txt #zone:last-child {
  margin-right: 0;
}

#det .right #box2 .pro .txt #zone img {
  width: 100%;
  height: auto;
}

#det .right #box2 .pro .txt p {
  font-size: 10px;
  font-weight: 100;
  line-height: 2;
  margin-bottom: 10px;
}


#det .right #box2 .language {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 30px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

#det .right #box2 .language .title {
  width: 25%;
  text-align: left;
}

#det .right #box2 .language h5 {
  width: fit-content;
  height: fit-content;
  font-size: 16px;
  border-bottom: 1px solid #111;
}

#det .right #box2 .language .txt {
  width: 75%;
  display: flex;
  justify-content: space-between;
  text-align: right;
}

#det .right #box2 .language .txt #zone {
  width: 18%;
  margin-right: 2%;
  text-align: left;
  font-size: 10px;
}

#det .right #box2 .language .txt #zone:last-child {
  margin-right: 0;
}

#det .right #box2 .language .txt #zone img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

#det .right #box2 .lanuage .txt #zone p {
  font-size: 10px;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*myImg part*/
#det .right #box2 .myImg {
  width: 100%;
  height: 100%;

  border-top: 2px solid #111;
}

#det .right #box2 .myImg img {
  width: 100%;
  height: 100%;
}

/*vise part*/
#det .right #box2 .vise {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 35px;
  padding-bottom: 300px;
  display: flex;
  justify-content: space-between;
}

#det .right #box2 .vise .title {
  width: 25%;
  text-align: left;
}

#det .right #box2 .vise .title h5 {
  width: fit-content;
  height: fit-content;
  font-size: 16px;
  border-bottom: 1px solid #111;
}

#det .right #box2 .vise .txt {
  width: 75%;
  text-align: left;
}

#det .right #box2 .vise .txt p {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

/*logo part*/
#det .right #box2 .logo {
  width: 100%;
  height: auto;
  padding-left: 25px;
  padding-top: 650px;
  padding-bottom: 30px;
}

#det .right #box2 .logo h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -1px;
}


/*1200px*/
@media screen and (max-width:1200px) {
  #uiux #leftImg .name h1{
    font-size: 20px;
  }

  #uiux #rightImg .name h1{
    font-size: 20px;
  }
  #poster-usj #leftImg .name h1 {
    font-size: 20px;
  }

  #poster-usj #rightImg .name h1 {
    font-size: 20px;
  }

  #poster .name h1 {
    font-size: 30px;
  }

  #poster .name h5 {
    font-size: 15px;
  }
}

/*1024px*/
@media screen and (max-width:1024px) {
  #uiux #leftImg .name{
    bottom: 68px;
  }

  #uiux #leftImg .name h1{
    font-size: 14px;
  }

  #uiux #leftImg #tag{
    bottom: 38px;
  }

  #uiux #leftImg #tag p {
    font-size: 12px;
    padding: 5px 10px;
  }

  #uiux #leftImg span {
    font-size: 10px;
    bottom: 10px;
  }

  #uiux #rightImg .name{
    bottom: 68px;
  }

  #uiux #rightImg .name h1{
    font-size: 14px;
  }

  #uiux #rightImg #tag{
    bottom: 38px;
  }

  #uiux #rightImg #tag p {
    font-size: 12px;
    padding: 5px 10px;
  }

  #uiux #rightImg span {
    font-size: 10px;
    bottom: 10px;
  }

  #poster-usj #leftImg .name{
    bottom: 68px;
  }

  #poster-usj #leftImg .name h1{
    font-size: 14px;
  }

  #poster-usj #leftImg #tag{
    bottom: 38px;
  }

  #poster-usj #leftImg #tag p {
    font-size: 12px;
    padding: 5px 10px;
  }

  #poster-usj #leftImg span {
    font-size: 10px;
    bottom: 10px;
  }

  #poster-usj #rightImg .name{
    bottom: 68px;
  }

  #poster-usj #rightImg .name h1{
    font-size: 14px;
  }

  #poster-usj #rightImg #tag{
    bottom: 38px;
  }

  #poster-usj #rightImg #tag p {
    font-size: 12px;
    padding: 5px 10px;
  }

  #poster-usj #rightImg span {
    font-size: 10px;
    bottom: 10px;
  }

  #poster #tag{
    bottom: 38px;
  }

  #poster #tag p {
    font-size: 12px;
    padding: 5px 10px;
  }

  #poster span {
    font-size: 10px;
    bottom: 10px;
  }

  #det .left .site .part h1 {
    font-size: 24px;
  }

  #det .left .site .part #tag {
    gap: 5px;
  }

  #det .left .site .part #tag p {
    padding: 3px 8px;
    font-size: 12px;
  }

  #det .left .site .part span {
    width: 90%;
    font-size: 10px;
  }

  #det .right #box1 .info .title h5,
  #det .right #box2 .info .title h5,
  #det .right #box2 .ex .title h5,
  #det .right #box2 .pro .title h5,
  #det .right #box2 .language .title h5,
  #det .right #box2 .vise .title h5 {
    font-size: 12px;
  }

  /* #det .right #box2 .pro .txt #zone p,
  #det .right #box2 .language .txt #zone p{
    font-size: ;
  } */

  #det .right #box1 .info .txt p,
  #det .right #box2 .info .txt p {
    font-size: 12px;
  }
}


/*768px*/
@media screen and (max-width:768px) {
  header {
    height: 150px;
  }

  header .top {
    display: block;
    text-align: center;
    padding-top: 20px;
  }

  header .top .link {
    width: 380px;
    margin: auto;
    padding-top: 20px;
  }

  header .top .link a {
    font-size: 16px;
  }

  #uiux{
    flex-direction: column;
  }
  #uiux #leftImg,
  #uiux #rightImg{
    width: 100%;
    height: auto;
  }

  #uiux #rightImg img{
    position: static;
  }

  #uiux #leftImg .name h1 {
    font-size: 16px;
  }

  #uiux #leftImg #tag{
    bottom: 42px;
    gap: 5px;
  }

  #uiux #leftImg #tag p {
    font-size: 8px;
    padding: 4px 8px;
  }

  #uiux #leftImg span {
    font-size: 10px;
  }

  #uiux #rightImg .name h1 {
    font-size: 16px;
  }

  #uiux #rightImg #tag{
    bottom: 42px;
    gap: 5px;
  }

  #uiux #rightImg #tag p {
    font-size: 8px;
    padding: 4px 8px;
  }

  #uiux #rightImg span {
    font-size: 10px;
  }


  #poster-usj {
    flex-direction: column;
  }

  #poster-usj #leftImg,
  #poster-usj #rightImg {
    width: 100%;
    height: auto;
  }

  #poster-usj #rightImg img {
    position: static;
    /* 혹은 제거 */
  }

  #poster-usj #leftImg .name h1 {
    font-size: 16px;
  }

  #poster-usj #leftImg #tag{
    bottom: 42px;
    gap: 5px;
  }

  #poster-usj #leftImg #tag p {
    font-size: 8px;
    padding: 4px 8px;
  }

  #poster-usj #leftImg span {
    font-size: 10px;
  }

  #poster-usj #rightImg .name h1 {
    font-size: 16px;
  }

  #poster-usj #rightImg #tag{
    bottom: 42px;
    gap: 5px;
  }

  #poster-usj #rightImg #tag p {
    font-size: 8px;
    padding: 4px 8px;
  }

  #poster-usj #rightImg span {
    font-size: 10px;
  }

  #poster {
    flex-direction: column;
  }

  #poster #leftImg,
  #poster #rightImg {
    width: 100%;
    height: auto;
  }

  #poster #rightImg img {
    position: static;
    /* 혹은 제거 */
  }

  #poster .name h1 {
    font-size: 16px;
  }

  #poster .name h5 {
    font-size: 10px;
    margin-top: 5px;
  }

  #poster #tag{
    bottom: 42px;
    gap: 5px;
  }

  #poster #tag p {
    font-size: 8px;
    padding: 4px 8px;
  }

  #poster span {
    font-size: 10px;
  }

  #det {
    display: block;
  }

  #det .left {
    width: 100%;
  }

  #det .right {
    width: 100%;
  }

  #det .right #box2 .vise {
    padding-bottom: 50px;
  }

  #det .right #box2 .logo {
    padding-top: 50px;
    padding-bottom: 100px;
  }

}

/*480px*/
@media screen and (max-width:480px) {
  header .top .link {
    width: 100%;
    margin: auto;
    justify-content: space-around;
    gap: 10px;
  }



  .des #wrap #window img {
    width: 100%;
    height: auto;
    padding: 30px 50px;
  }

  #det .right #box2 .pro .mobile-br {
    display: inline;
  }

  #det .right #box2 .logo h1 {
    font-size: 60px;
  }



}