@charset 'utf-8';
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root {
  --mainViaual-color: #ffd954;
  --sub-color-Indigo: #4e598c;
  --sub-color-SoftRed: #e56b6f;
  --sub-color-lightPink: #f4eaeb;
  --sub-color-brown: #280000;
}

.cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background: url(../img/hover-2.png) no-repeat 0 0;

  /* 포인터 관련 이벤트를 막고 */
  pointer-events: none;
  /* 사용자에게 선택되지도 마라 */
  user-select: none;
  z-index: 9993;
}
.cursor.click {
  background-position: -33px 0;
}

body,
a,
a:hover,
button,
.swiper-button-next,
.swiper-button-next,
.swiper-rtl,
.btn,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  cursor: none !important;
}

body {
  font: 1.6rem/1.5 'Pretendard', sans-serif;
  overflow-x: hidden;
  word-break: keep-all;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

body::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  display: none;
  /* display: none; */
}

a {
  color: inherit;
  text-decoration: none;
}

.hidden {
  display: none;
}

.inner {
  width: 1720px;
  margin: 0 auto;
}

@keyframes slideBox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.TopBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  background: var(--sub-color-SoftRed);
  color: var(--mainViaual-color);
  border: 4px solid var(--mainViaual-color);
  z-index: 999;
}

/* header :s */
header {
  margin-top: 60px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

nav {
  display: flex;
  margin: 0 auto;
  position: relative;
}

.logo {
  display: flex;
  margin: 0 auto;
  height: 48px;
  order: 1;
}

.logo > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  flex-direction: column;
}

.logo > a::after {
  content: '즐거울 때도, 힘들 때도 아오!';
  font-weight: 600;
  font-size: 12px;
  color: var(--sub-color-Indigo);
  width: 100%;
}

nav > ul {
  display: flex;
}

.menu_icon a {
  width: 48px;
  height: 48px;
  position: fixed;
}

.menu_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  background: #e56b6f;
  color: #fff;
  z-index: 2;
  display: none;
  margin: 0 auto;
}

.menu_icon_off a {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 60px;
  left: 4.4%;
}

.menu_list_2set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

.menu_list_2set::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.menu_list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1350px;
  padding-top: 180px;
  font-weight: 600;
  font-size: 26px;
}

.menu_list ul li a:hover {
  color: var(--mainViaual-color);
}

.MyHomeView {
  width: 100%;
  max-width: 1350px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-left: 0;
}

.MyHomeView .MyHomeView_TxBn p {
  width: 356px;
  font-weight: 600;
  font-size: 72px;
  color: #fff;
}
.MyHomeView .MyHomeView_TxBn .ViewBtn {
  margin-top: 90px;
}
.MyHomeView .MyHomeView_TxBn .ViewBtn a {
  display: inline-flex;
  height: 50px;
  padding: 0px 30px;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: var(--sub-color-SoftRed);
  background: var(--mainViaual-color);
  border-radius: 60px;
}
.MyHomeView .MyHomeView_TxBn .ViewBtn a:hover {
  background: var(--sub-color-Indigo);
  color: var(--mainViaual-color);
}
.MyHomeView .logoPcs {
  /* width: 546px; */
  width: 100%;
  position: relative;
}
.MyHomeView .logoPcs .logoPcs_img {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}
.MyHomeView .logoPcs img {
  position: absolute;
}

.MyHomeView .logoPcs img:nth-child(1) {
  width: 163px;
  height: 266px;
  flex-shrink: 0;
  top: 150px;
  left: 140px;
  animation: roll-in-blurred-bottom 0.8s infinite;
}

.MyHomeView .logoPcs img:nth-child(2) {
  width: 80px;
  height: 131px;
  flex-shrink: 0;
  left: 678px;
  animation: roll-in-blurred-bottom 1.8s infinite;
}

.MyHomeView .logoPcs img:nth-child(3) {
  width: 968px;
  height: 546px;
  flex-shrink: 0;
  animation: roll-in-blurred-bottom 5s infinite;
  z-index: -1;
}
/* header :e */

/* main :s */
.sec {
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

/* viaual_wrap */
.sec_col1 {
  height: 1000px;
  background: var(--mainViaual-color);
}

.viaual_wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
}

h2 {
  position: absolute;
  width: 458px;
  height: 576px;
  left: 330px;
  top: 259px;
  font-weight: 600;
  font-size: 96px;
  letter-spacing: -0.011em;
  color: #e56b6f;
}
h2 .char {
  animation: roll-in-blurred-bottom 1.8s;
  animation-delay: 2s;
  animation-iteration-count: 2;
}

@keyframes roll-in-blurred-bottom {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.visual_imgs li {
  position: absolute;
  animation-delay: 5s;
}
.visual_imgs li:nth-child(1) {
  width: 236px;
  height: 212px;
  left: 0px;
  top: 198px;
}
.visual_imgs li:nth-child(2) {
  width: 116px;
  height: 233px;
  left: 477px;
  top: 0px;
}
.visual_imgs li:nth-child(3) {
  width: 943px;
  height: 560.62px;
  left: 977px;
  top: 96.37px;
}
.visual_imgs li:nth-child(4) {
  width: 235px;
  height: 214px;
  left: 864px;
  top: 204px;
}
.visual_imgs li:nth-child(5) {
  width: 599px;
  height: 539px;
  left: 986px;
  top: 315px;
}
.visual_imgs li:nth-child(6) {
  width: 295px;
  height: 269px;
  left: 1521px;
  top: 587px;
}
.visual_imgs li:nth-child(7) {
  width: 124px;
  height: 148px;
  left: 880px;
  top: 698px;
}
.visual_imgs li:nth-child(8) {
  width: 200px;
  height: 156px;
  left: 75.94%;
  right: 11.46%;
  top: 102px;
  bottom: 94.93%;
}

/* project */
.sec_col2 {
  background: var(--sub-color-Indigo) url(../img/viaual_wave.png) no-repeat 0 0 / contain;
  background-position: 0 0;
  width: 100vw;
  height: 1538px;
}

.project_wrap {
  padding-top: 120px;
  width: 100%;
  margin: 0 auto;
}

h3 {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 62px;
  color: #ffd954;
  margin-top: 100px;
}

.project_list {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.project_list > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.project_list > ul > li {
  color: var(--sub-color-Indigo);
  font-weight: 800;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 50px;
  background: #fff;
  border-radius: 40px;
}
.project_list > ul > li:nth-child(1) {
  height: 66px;
  font-weight: 800;
  font-size: 30px;
  color: #ffffff;
  border: 3px solid #fff;
  background: transparent;
  padding: 10px 40px;
}

/* image */
.project_list .proView {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.project_list .proView .proImg1 a {
  display: block;
  width: 600px;
  height: 868px;
  border-radius: 10px;
}

.pringe .proView .proImg1 a {
  background: url(../img/fringe1920.jpg) no-repeat 0 0 / cover;
}

.project_list .project_pic {
  width: 326px;
  height: 476px;
  background: url(../img/rwd_pro1920-view.jpg) no-repeat 0 0 / cover;
  border-radius: 10px 10px 0px 0px;
}
.project_list .proBtn {
  width: 100%;
  width: 326px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e56b6f;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

.project_list .proBtn_col {
  margin-top: 30px;
  border-radius: 10px;
}

.project_list .pro_ImgBtn .proBtn {
  border-radius: 0px 0px 10px 10px;
}

.project_list .proView {
  margin-top: 50px;
}

.proTool_col {
  /* border: 1px solid #d41010; */
  color: #fff;
}

.proTool_col .proDate,
.proTool_col .proTeam {
  margin-top: 30px;
}

.proTool_col .adobeHJ {
  display: flex;
  gap: 8px;
}
.proTool_col .adobeHJ .icon {
  width: 24px;
  height: 24px;
}
.proTool_col .pro_txt_icon {
  display: flex;
}
.proTool_col span {
  font-weight: 700;
  font-size: 20px;
  padding-right: 16px;
}
.proTool_col p {
  font-weight: 300;
  font-size: 20px;
}

/* gilBokSoon */
.gilBokSoon .proView .proImg1 {
  background: url(../img/gilBokSoon.jpg) no-repeat 0 0 / cover;
  border-radius: 10px;
}

/* 홀로 */
.holo .proView .proImg1 {
  background: url(../img/holo01.jpg) no-repeat 0 0 / cover;
  border-radius: 10px;
}

.holo .project_pic {
  width: 326px;
  height: 476px;
  background: url(../img/holo_page.jpg) no-repeat 0 0 / cover;
  border-radius: 10px 10px 0px 0px;
}

/* 슬라이드 */
.project_wrap .swiper-pagination {
  position: initial;
  margin-top: 50px;
}

.project_wrap .swiper-pagination .swiper-pagination-bullet {
  background: var(--mainViaual-color);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: url(../img/arrow-line.svg) no-repeat 50% / cover;
}
.swiper-button-next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.secFull_inner {
  width: 100vw;
}

/* work :s */
.work_wrap h3,
.work_wrap p {
  color: var(--sub-color-Indigo);
}

.work_wrap p {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 30px;
}

.workImg_list {
  width: 100%;
  margin-top: 50px;
}

.workImg_list img,
.workImg_list2 img {
  height: 354px;
  object-fit: cover;
  border-radius: 50px;
  border: 1.5px solid #dddddd;
}

.work_wrap .swiper-slide a:hover::after {
  content: 'Click';
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(229, 107, 111, 0.8);
  color: #fff;
  border-radius: 50px;
  animation: slideBox 0.4s;
}

.workImg_list2 {
  margin-top: 50px;
}

.swpier-wrapper {
  transition-timing-function: linear;
}
/* work :e */

/* about me:s */
.sec_col4 > .inner {
  height: 100%;
  position: relative;
}

.sec_col4 > .inner .title h3 {
  color: var(--sub-color-SoftRed);
}

.about_ctn_sub {
  /* width: 100vw; */
  width: 6600px;
  height: 660px;
  display: flex;
  margin-top: 50px;
  padding-left: 100px;
  visibility: hidden; /*웹 접근성*/
  /* border: 1px solid #000; */
  background: #f4eaeb;
}

.about_ctn_sub .about_slide {
  display: flex;
  width: 100vw;
  color: #4e598c;
}

/* me : injeong */
.about_ctn_sub .in_profile {
  width: 1036px;
}

.about_ctn_sub .inImgTxt {
  width: 200px;
}
.about_ctn_sub .inImgTxt figure {
  margin-top: 108px;
}

.about_ctn_sub .inImgTxt .text {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

.about_ctn_sub .inImgTxt .text .text_MT {
  margin-top: 20px;
}

/* history */
.about_ctn_sub .history {
  margin: auto 0px auto 80px;
  font-size: 16px;
}

.about_ctn_sub .history .nameYE {
  gap: 30px;
}
.about_ctn_sub .history .yearEmail {
  gap: 10px;
}
.about_ctn_sub .history .nameYE,
.about_ctn_sub .history .yearEmail {
  display: flex;
  align-items: center;
}

.about_ctn_sub .history h4 {
  font-weight: 500;
  font-size: 24px;
}
.about_ctn_sub .history dl,
.about_ctn_sub .history dt {
  display: inline-block;
}
.about_ctn_sub .history dt {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 40px;
  border: 2px solid #4e598c;
  margin: 22px 0px 6px 0px;
}
.about_ctn_sub .history dd {
  font-size: 16px;
  margin-top: 4px;
  letter-spacing: -0.6px;
}

/* skill & timeline 공통*/
.about_ctn_sub .in_skill,
.about_ctn_sub .in_timeline {
  margin-top: 48px;
  margin-left: 100px;
}

.about_ctn_sub h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 38px;
  flex-shrink: 0;
  color: #ffd954;
  background: url(../img/Skill_icon.png) no-repeat 0 0 / contain;
}

.about_ctn_sub .in_skill dl,
.about_ctn_sub .in_timeline .timeline_list {
  margin-left: 80px;
}

/* skill */
.about_ctn_sub .in_skill {
  width: 1456px;
}

.about_ctn_sub .in_skill h5 {
  width: 166px;
  height: 96px;
}

.about_ctn_sub .in_skill dl:nth-of-type(2) {
  margin-left: 50px;
}

.about_ctn_sub .in_skill dl {
  margin-top: 80px;
}

.about_ctn_sub .in_skill dt {
  color: #e56b6f;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 50px;
}

.about_ctn_sub .in_skill dt:nth-child(1) {
  margin-top: 0;
}

.about_ctn_sub .in_skill dt:nth-child(4) {
  float: left;
}

.about_ctn_sub .in_skill dd {
  width: 570px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #ffd954;
  position: relative;
}

.about_ctn_sub .in_skill dd::after {
  content: '90';
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background: #e56b6f;
  width: 90%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
}

.about_ctn_sub .in_skill dd.inD::after {
  content: '80';
  width: 80%;
}
.about_ctn_sub .in_skill dd.HTCSS::after {
  content: '80';
  width: 80%;
}
.about_ctn_sub .in_skill dd.jvasc::after {
  content: '70';
  width: 70%;
}

/* timeline : 내가 걸어온 길 */
.about_ctn_sub .in_timeline {
  width: 4016px;
}
.about_ctn_sub .in_timeline h5 {
  width: 207px;
  height: 90px;
  background: url(../img/My_way.png) no-repeat 0 0 / contain;
}

.about_ctn_sub .in_timeline .timeline_list {
  display: flex;

  position: relative;
  color: var(--sub-color-SoftRed);
  text-transform: capitalize;
  width: 3692px;
}

/* line, dot */
.about_ctn_sub .timeline_list .dot_line {
  position: absolute;
  bottom: 300px;
  left: 0px;
  width: 2734px;
  height: 5px;
  background: var(--sub-color-Indigo);
  border-radius: 5px;
  /* z-index: -1; */
}
.about_ctn_sub .timeline_list .oneSet {
  display: flex;
  gap: 350px;
  position: absolute;
  bottom: 290px;
}
.about_ctn_sub .timeline_list .oneSet .one {
  width: 24px;
  background: var(--sub-color-Indigo);
  height: 24px;
  border-radius: 24px;
}

.about_ctn_sub .timeline_list h6 {
  font-weight: 900;
  font-size: 27px;
}

.about_ctn_sub .timeline_list .month_txt span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.about_ctn_sub .timeline_list p,
.about_ctn_sub .timeline_list .month_txt dl {
  color: var(--sub-color-Indigo);
}

.about_ctn_sub .timeline_list p,
.about_ctn_sub .timeline_list .month_txt dt {
  font-size: 18px;
  font-weight: 500;
}

.about_ctn_sub .timeline_list .month_txt dd {
  font-size: 14px;
  font-weight: 500;
}

.about_ctn_sub .timeline_list .Maylistcol {
  display: flex;
  position: relative;
  width: 380px;
}

.about_ctn_sub .timeline_list .dot_list_top {
  align-items: end;
  height: 260px;
}

.about_ctn_sub .timeline_list .dot_list_bottom {
  align-items: end;
  /* border: 1px solid #000; */
  height: 90%;
}

.about_ctn_sub .timeline_list .Maylistcol figure {
  display: flex;
  width: 218px;
  gap: 20px;
  padding-left: 20px;
}

.about_ctn_sub .timeline_list .May01 {
  position: relative;
}
.about_ctn_sub .timeline_list .May01 figure {
  position: absolute;
  left: 240px;
}
.about_ctn_sub .timeline_list .May02 {
  position: relative;
}
.about_ctn_sub .timeline_list .May02 figure {
  position: absolute;
  left: 260px;
}
.about_ctn_sub .timeline_list .May03 {
  position: relative;
}
.about_ctn_sub .timeline_list .May03 figure {
  position: absolute;
  left: 290px;
  width: 166px;
}
.about_ctn_sub .timeline_list .May04 {
  position: relative;
}
.about_ctn_sub .timeline_list .May04 figure {
  position: absolute;
  left: 250px;
  width: 120px;
  bottom: 35px;
}
.about_ctn_sub .timeline_list .May05 {
  position: relative;
}
.about_ctn_sub .timeline_list .May05 figure {
  position: absolute;
  left: 250px;
  width: 166px;
}
.about_ctn_sub .timeline_list .May06 {
  position: relative;
}
.about_ctn_sub .timeline_list .May06 figure {
  position: absolute;
  left: 350px;
}
.about_ctn_sub .timeline_list .May07 {
  position: relative;
}
.about_ctn_sub .timeline_list .May07 figure {
  position: absolute;
  left: 300px;
  width: 179px;
  flex-direction: column;
}
.about_ctn_sub .timeline_list .May07 figure .IMG_0763 {
  transform: rotate(-14deg);
  top: -152px;
  left: -97px;
  position: absolute;
}

.about_ctn_sub .last_img {
  display: flex;
  align-items: center;
  width: 831px;
  height: 90%;
  flex-shrink: 0;
  position: absolute;
  right: 2%;
}
.about_ctn_sub .last_img img {
  height: 382px;
}

.MayPic-1 {
  animation: wobble-hor-bottom 8s infinite;
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 3s cubic-bezier(0.39, 0.575, 0.565, 1) alternate-reverse;
  animation: wobble-hor-bottom 3s cubic-bezier(0.39, 0.575, 0.565, 1) alternate-reverse;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

/* about me:e */

/* link_sns :s */
.sec_col5 {
  margin: 100px 0;
}

.sec_col5 .link_sns_col,
.sec_col5 .link_sns_col > ul {
  display: flex;
}
.sec_col5 .link_sns_col {
  justify-content: center;
  margin: 0 auto;
  gap: 190px;
}
.sec_col5 .link_sns_col .sec5_title {
  font-weight: 600;
  font-size: 32px;
  background: url(../img/sec5_title.png) no-repeat 0 0 / contain;
  width: 250px;
  height: 146px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sec_col5 .link_sns_col > ul {
  font-size: 22px;
  font-weight: 600;
  color: var(--sub-color-Indigo);
  align-items: center;
  gap: 190px;
}
.sec_col5 .link_sns_col > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.sec_col5 .link_sns_col > ul li::before {
  content: '';
  clear: both;
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/site.svg) no-repeat 0 0 / cover;
}
/* .sec_col5 .link_sns_col > ul li:nth-child(2):before {
  background: url(../img/ins.svg) no-repeat 0 0 / cover;
} */
.sec_col5 .link_sns_col > ul li:nth-child(2):before {
  background: url(../img/homesiteM.svg) no-repeat 0 0 / cover;
}
.sec_col5 .link_sns_col > ul li:nth-child(3):before {
  content: '2019년 포폴';
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--mainViaual-color);
  border-radius: 90px;
  background: var(--sub-color-SoftRed);
}

.sec_col5 a:hover {
  color: var(--sub-color-SoftRed);
}
/* link_sns :e */

/* main :e */

/* footer :s */
#bottomBar {
  background: var(--sub-color-Indigo);
  width: 100vw;
  color: #fff;
}
.footer_box {
  display: flex;
  padding: 50px 0px 100px 0;
}

.footer_logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.footer_logo img {
  width: 72px;
}
.footer_logo p {
  font-weight: 600;
  font-size: 12px;
  color: var(--mainViaual-color);
}
.footer_txt {
  margin-left: 100px;
  font-size: 12px;
  font-weight: 200;
  line-height: 180%;
}
/* footer :e */
