@charset "utf-8";

div, ul, li, p, span, b, strong, h1, h2, h3, h4, h5 {word-break: keep-all;}

.desc {
  font-size: 20px;
  line-height: 1.7;
}
.arrow {
  width: 14px !important;
  height: 12px !important;
}
.arrow .st0 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.more-btn {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  transition: all .2s;
}
.more-btn b {
  font-size: 14px;
  color: #c31e34;
}
.more-btn .arrow {
  margin-left: 8px;
  transition: all .2s;
}
.more-btn .arrow .st0 {stroke: #c31e34;}
.more-btn:hover {background: #c31e34;}
.more-btn:hover b {color: #fff;}
.more-btn:hover .arrow {margin-left: 16px;}
.more-btn:hover .arrow .st0 {stroke: #fff;}
.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #c31e34;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.arrow-btn .arrow .st0 {stroke: #fff;}
.arrow-btn.white {background: #fff;}
.arrow-btn.white .arrow .st0 {stroke: #c31e34;}
.note {
  font-size: 17px;
  color: #333;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .desc {
    font-size: 15px;
    line-height: 1.4;
  }
  .btn-wrap {gap: 6px;}
  .more-btn {
    width: 160px;
    height: 42px;
    border-radius: 5px;
  }
  .arrow {
    width: 12px !important;
    height: 10px !important;
  }
  .note {
    font-size: 15px;
    margin-top: 12px;
  }
}

/*main*/
.main section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background: #fff;
}
.main .title {
  text-align: center;
  margin-bottom: 80px;
}
.main .title h2 {font-size: 50px;}
.main .hero {
  position: sticky;
  top: 0;
  height: 100svh;
  height: calc(var(--vh) * 100);
  padding: 0;
  z-index: 0;
  background: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main .hero::before {
  content: "";
  background: linear-gradient(to bottom, #000, transparent);
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.main .hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.main .hero .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
  background: #000;
  opacity: 0;
  transition: opacity .4s ease;
}
.main .hero .video.video-loaded video {opacity: 1;}
.main .hero .txt {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding-top: 100px;
}
.main .hero .txt h2 {
  font-size: 60px;
  margin-bottom: 50px;
}
.main .hero .txt p {
  font-size: 20px;
  font-weight: bold;
}
.main .hero .scroll-down {
  position: absolute;
  right: 80px;
  bottom: 80px;
  z-index: 2;
}
.main .hero .scroll-down .inner {
  width: 120px;
  height: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .hero .scroll-down .inner::before {
  content: "";
  background: url(/img/assets/scroll_down.svg) center / cover no-repeat;
  animation: scrollDown 20s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
}
@keyframes scrollDown {
  100% {transform: rotate(360deg);}
}
.main .hero .scroll-down .arrow {
  width: 22px !important;
  height: 26px !important;
  transform: rotate(90deg);
}
.main .hero .scroll-down .arrow .st0 {stroke: #fff;}

.main .about {
  position: relative;
  z-index: 2;
}
.main .about strong {
  display: block;
  font-size: 42px;
  margin-bottom: 80px;
}
.main .about .box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main .about .box-wrap > div {
  width: calc((100% - 20px)/2);
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  position: relative;
}
.main .about .box-wrap .txt {
  position: absolute;
  left: 80px;
  bottom: 80px;
  color: #fff;
}
.main .about .box-wrap .txt h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.main .about .box-wrap .txt .desc {margin-bottom: 30px;}
.main .about .box-wrap > div:last-child .more-btn b {font-size: 16px;}
.main .business {padding-top: 0;}
.main .business ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.main .business ul li {width: calc((100% - 60px)/3);}
.main .business ul li .label {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  height: 42px;
  line-height: 42px;
  border-radius: 10px 0 0 0;
  background: #c31e34;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.main .business ul li .label::after {
  content: "";
  background: url(/img/assets/label.svg) center / contain no-repeat;
  display: block;
  aspect-ratio: 65 / 42;
  height: 42px;
  position: absolute;
  right: -65px;
  top: 0;
}
.main .business ul li .box {
  background: #f8f8f8;
  border-radius: 0 20px 20px 20px;
  padding: 40px;
  min-height: 320px;
  position: relative;
  transition: all .2s;
}
.main .business ul li .box h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.main .business ul li .box p {
  font-size: 16px;
  color: #555;
}
.main .business ul li .box p .en {
  display: block;
  margin-top: 15px;
}
.main .business ul li .box img {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.main .business ul li:hover .box {background: #f1f1f1;}
.main .link {
  background: url(/img/assets/main_link_bg.jpg) center / cover no-repeat;
  background-attachment: fixed;
}
.main .link .top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main .link .top li {width: calc((100% - 40px)/3);}
.main .link .top li a {
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
  display: block;
  min-height: 250px;
}
.main .link .top li h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.main .link .top li .arrow-btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.main .link .top li:nth-child(2) a,
.main .link .top li:nth-child(3) a {color: #fff;}
.main .link .top li a:hover .arrow-btn {background: #fff;}
.main .link .top li a:hover .arrow-btn .st0 {stroke: #c31e34;}
.main .link .top li a:hover .arrow-btn.white {background: #c31e34;}
.main .link .top li a:hover .arrow-btn.white .st0 {stroke: #fff;}
.main .link .bottom {
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-top: 100px;
}
.main .link .bottom li {width: 20%;}
.main .link .bottom li a {
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.main .link .bottom li .ico img {transition: transform .3s ease;}
.main .link .bottom li .desc {
  font-weight: bold;
  transition: color .3s ease;
  position: relative;
  display: block;
  margin: 30px auto 0;
}
.main .link .bottom li .desc::after {
  content:"";
  position:absolute;
  left:50%;
  bottom:-12px;
  width:40px;
  height:2px;
  background:#000;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.main .link .bottom li a:hover .desc::after{transform: translateX(-50%) scaleX(1);}
.main .link .bottom li a:hover .ico img {transform: translateY(-6px);}
.main .link .bottom li a:hover .desc {color: #c31e34;}

@media all and (max-width: 1024px) {
  .main .about strong {font-size: 30px;}
  .main .about .box-wrap > div {height: 300px;}
  .main .about .box-wrap .txt {
    left: 30px;
    bottom: 30px;
  }
  .main .about .box-wrap .txt .btn-wrap .more-btn {width: calc((100% - 10px)/2)}
  .main .business ul li .box {
    padding: 30px;
    min-height: 380px;
  }
  .main .link .top li a {padding: 40px;}
}
@media all and (max-width: 991px) {
  .main .hero .scroll-down {
    right: 30px;
    bottom: 30px;
  }
  .main .about strong {font-size: 24px;}
  .main .about .box-wrap .txt {width: calc(100% - 60px)}
  .main .about .box-wrap .txt h3 {font-size: 30px;}
  .main .business ul {gap: 20px;}
  .main .business ul li {width: calc((100% - 20px) / 2);}
  .main .business ul li .box {min-height: 350px;}
  .main .link .top {gap: 20px 0;}
  .main .link .top li {width: 100%;}
  .main .link .top li a {min-height: 200px;}
  .main .link .top li h3 {font-size: 30px;}
}
@media all and (max-width: 767px) {
  .main section {padding: 80px 0;}
  .main .title {margin-bottom: 30px;}
  .main .title h2 {font-size: 30px;}
  .main .hero .txt {padding-top: 50px;}
  .main .hero .txt h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main .hero .txt p {font-size: 16px;}
  .main .hero .scroll-down .inner {
    width: 80px;
    height: 80px;
  }
  .main .about strong {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main .about .box-wrap > div {
    width: 100%;
    height: 250px;
  }
  .main .about .box-wrap .txt h3 {font-size: 24px;}
  .main .about .box-wrap .txt .desc {margin-bottom: 20px;}
  .main .business ul li {width: 100%;}
  .main .business ul li .label {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
  }
  .main .business ul li .label::after {
    height: 32px;
    right: -49px;
  }
  .main .business ul li .box {min-height: auto;}
  .main .business ul li .box h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .main .business ul li .box p {font-size: 15px;}
  .main .business ul li .box p .en {margin-top: 10px;}
  .main .business ul li .box img {
    position: static;
    margin-top: 20px;
    margin-left: auto;
    max-width: 50px;
    max-height: 50px;
    display: block;
  }
  .main .link .top {gap: 10px;}
  .main .link .top li a {
    padding: 30px;
    min-height: 150px;
  }
  .main .link .top li h3 {font-size: 24px;}
  .main .link .top li .arrow-btn {
    right: 30px;
    bottom: 30px;
  }
  .main .link .bottom {
    margin-top: 50px;
    padding-top: 10px;
    justify-content: center;
  }
  .main .link .bottom li {width: 33.33%;}
  .main .link .bottom li .ico img {height: 36px;}
  .main .link .bottom li .desc {margin-top: 15px;}
}

/*sub*/
.sub .title h3 {font-size: 50px;}
.sub .title p {
  font-size: 22px;
  margin-top: 30px;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .sub .title h3 {font-size: 24px;}
  .sub .title p {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*협회 비전*/
.sub-vision .top {padding: 0 80px;}
.sub-vision .top .inner {
  position: relative;
  height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .5s;
}
.sub-vision .top .inner:hover {border-radius: 80px;}
.sub-vision .top .inner::after {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}
.sub-vision .top .txt {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 50px;
}
.sub-vision .top .txt strong {
  font-size: 30px;
  display: block;
  margin-bottom: 40px;
}
.sub-vision .top .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.sub-vision .top .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
}
.sub-vision .bottom {margin-top: 180px;}
.sub-vision .bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sub-vision .bottom .title {
  width: 36%;
  padding-right: 50px;
}
.sub-vision .bottom .content {width: 64%;}
.sub-vision .bottom .content ul li {
  border-bottom: 1px solid #000;
  padding-bottom: 80px;
  margin-bottom: 80px;
  position: relative;
}
.sub-vision .bottom .content ul li:last-child {margin-bottom: 0;}
.sub-vision .bottom .content ul li h4 {font-size: 36px;}
.sub-vision .bottom .content ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #c31e34;
  margin: 15px 0 40px;
}
.sub-vision .bottom .content ul li .en {margin-top: 20px;}
.sub-vision .bottom .content ul li img {
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 1500px) {
  .sub-vision .top {padding: 0 30px;}
}
@media all and (max-width: 1300px) {
  .sub-vision .top {padding: 0 30px;}
  .sub-vision .bottom .title {
    width: 100%;
    padding: 0 0 80px;
  }
  .sub-vision .bottom .content {width: 100%;}
}
@media all and (max-width: 767px) {
  .sub-vision .top {padding: 0;}
  .sub-vision .top .inner {height: auto;}
  .sub-vision .top .txt {padding: 60px 20px;}
  .sub-vision .top .txt strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sub-vision .top .inner:hover {border-radius: 0;}
  .sub-vision .bottom {margin-top: 60px;}
  .sub-vision .bottom .title {padding-bottom: 60px;}
  .sub-vision .bottom .content ul li {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .sub-vision .bottom .content ul li h4 {font-size: 24px;}
  .sub-vision .bottom .content ul li p {
    font-size: 15px;
    margin: 8px 0 20px;
    padding-right: 80px;
  }
  .sub-vision .bottom .content ul li img {
    max-width: 52px;
    max-height: 52px;
  }
}

/*회장 인사말*/
.greeting-object {
  position: absolute;
  right: 0;
  bottom: 150px;
}
.sub-greeting {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.sub-greeting .txt {
  width: 57%;
  padding-right: 50px;
}
.sub-greeting .txt strong {
  display: block;
  font-size: 30px;
  margin-bottom: 40px;
}
.sub-greeting .img {
  width: 43%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 600 / 850;
}
.sub-greeting .img p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  text-align: right;
}
.sub-greeting .img p b {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
  .sub-greeting .img {
    order: 1;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
  .sub-greeting .txt {
    order: 2;
    width: 100%;
    padding: 80px 0 0;
  }
  .greeting-object {
    bottom: auto;
    top: 25%;
  }
  .greeting-object svg {
    width: 100% !important;
    height: 600px !important;
  }
}

@media all and (max-width: 767px) {
  .sub-greeting .img {
    max-width: 80%;
    border-radius: 10px;
  }
  .sub-greeting .img p {
    right: 20px;
    bottom: 25px;
  }
  .sub-greeting .img p b {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sub-greeting .img p img {width: 50px;}
  .sub-greeting .txt {padding-top: 50px;}
  .sub-greeting .txt strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .greeting-object {top: 12%;}
}

/*조직 구성*/
.sub-organization {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.sub-organization .left {width: calc(71% - 50px);}
.sub-organization .right {width: 29%;}
.sub-organization .box {
  border-radius: 10px;
  width: 33.33%;
  margin: 0 auto 40px;
  position: relative;
}
.sub-organization .box::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  display: block;
}
.sub-organization .box:last-child {margin-bottom: 0;}
.sub-organization .box:last-child::after {content: none;}
.sub-organization .box h4 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #c31e34;
  border-radius: 10px 10px 0 0;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-organization .box .inner {
  background: #f1f1f1;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  border-radius: 0 0 10px 10px;
}
.sub-organization .box .inner .profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-organization .box .inner .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.sub-organization .box .inner .company {
  font-size: 18px;
  color: #666;
}
.sub-organization .line-2 h4 {background: #db6575;}
.sub-organization .line-3 h4 {background: #564a4b;}
.sub-organization .line-4 h4 {background: #9c9192;}
.sub-organization .right h4 {background: #111;}
.sub-organization .line-3,
.sub-organization .right .box {width: 100%;}
.sub-organization .line-3 .profile,
.sub-organization .right .profile {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.sub-organization .line-3 .profile {width: calc((100% - 20px)/3);}
.sub-organization .right .box {height: 100%;}
.sub-organization .right .box .inner {
  height: calc(100% - 58px);
  flex-direction: column;
}
.sub-organization .right .profile {
  width: 100%;
  height: calc((100% - 30px) / 4);
}
@media all and (max-width: 767px) {
  .sub-organization {gap: 30px;}
  .sub-organization .left {width: 100%;}
  .sub-organization .right {width: 100%;}
  .sub-organization .box {
    width: 50%;
    margin-bottom: 30px;
  }
  .sub-organization .box::after {
    height: 30px;
    bottom: -30px;
  }
  .sub-organization .box h4 {
    font-size: 16px;
    height: 40px;
  }
  .sub-organization .box .inner {
    padding: 20px;
    gap: 6px;
  }
  .sub-organization .box .inner .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sub-organization .box .inner .company {font-size: 15px;}
  .sub-organization .line-3, .sub-organization .right .box {width: 100%;}
  .sub-organization .line-3 .profile, .sub-organization .right .profile {padding: 20px 10px;}
  .sub-organization .line-3 .profile {width: calc((100% - 6px) / 2);}
}

/*회원사*/
.register-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 180px;
}
.register-info .title {
  width: 36%;
  padding-right: 50px;
}
.register-info .content {width: 64%;}
.register-info .content > div {margin-bottom: 100px;}
.register-info .content > div:last-child {margin-bottom: 0;}
.register-info .content h4 {
  font-size: 36px;
  margin-bottom: 20px;
}
.register-info .content h4 span {
  font-size: 20px;
  color: #c31e34;
  margin-left: 12px;
}
.register-info .content ul li {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
}
.register-info .content ul li:last-child {margin-bottom: 0;}
.register-info .content ul li .txt {
  width: 50%;
  padding: 50px 40px;
}
.register-info .content ul li .txt .desc {margin-top: 30px;}
.register-info .content ul li .txt .desc span {
  background: #111;
  border-radius: 3px;
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
}
.register-info .content ul li .img {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.register-info .content .box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.register-info .content .box-wrap > div {
  width: calc((100% - 15px)/2);
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
}
.register-info .content .box-wrap .ico {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-info .content .box-wrap .txt {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.register-info .content .box-wrap .txt p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.register-info .content .box-wrap .txt a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
}
.register-info .content .box-wrap .txt .mail {font-size: 18px;}

@media all and (max-width: 1400px) {
  .register-info .content .box-wrap > div {width: 100%;}
}
@media all and (max-width: 1300px) {
  .register-info .title {
    width: 100%;
    padding: 0 0 80px;
  }
  .register-info .content {width: 100%;}
}
@media all and (max-width: 767px) {
  .register-info {margin-top: 80px;}
  .register-info .title {padding-bottom: 20px;}
  .register-info .content > div {margin-bottom: 60px;}
  .register-info .content h4 {font-size: 20px;}
  .register-info .content h4 span {
    font-size: 16px;
    margin-left: 8px;
  }
  .register-info .content ul li {
    margin-bottom: 15px;
    min-height: auto;
  }
  .register-info .content ul li .txt {
    width: 100%;
    padding: 25px;
  }
  .register-info .content ul li .txt .desc {margin-top: 15px;}
  .register-info .content ul li .img {
    width: 100%;
    aspect-ratio: 300 / 180;
  }
  .register-info .content .box-wrap {gap: 10px;}
  .register-info .content .box-wrap > div {padding: 15px;}
  .register-info .content .box-wrap .ico {
    width: 50px;
    height: 50px;
  }
  .register-info .content .box-wrap .txt {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .register-info .content .box-wrap .txt p {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .register-info .content .box-wrap .txt a {
    pointer-events: visible;
    font-size: 20px;
  }
  .register-info .content .box-wrap .txt .mail {font-size: 16px;}
}