.pop_wrap{
  width: 370px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: -0.05em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

#popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: -0.05em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url("../images/main/20240628.png") no-repeat;
  background-position: center;
  background-size: cover;
}

#popup .bg {
  width: 90%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#popup .btn {
  text-align: center;
}

#popup .btn a {
  background: #1b5cb8;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  border-radius: 5px;
  padding: 10px 40px 11px;
  box-sizing: border-box;
  line-height: 1;
}

.pop_wrap .close {
  width: 100%;
  height: 52px;
  position: absolute;
  bottom: 0;
  background: #f6f4f2;
  border-bottom: 5px solid #000;
}

.pop_wrap  .close:after {
  clear: both;
  content: "";
  display: block;
}

.pop_wrap .close a {
  float: left;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 47px;
  margin-left: 25px;
  letter-spacing: normal;
}

.pop_wrap .close button {
  float: right;
  /* font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 37px;
  margin-right: 15px;
  letter-spacing: normal;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: none; */
  margin-right: 15px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background: url("../images/main/pop_btn_close.png") no-repeat;
  background-size:cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
  right: 4px;
}

.popupbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

section.visual {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

section.visual:after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 67.5%, rgba(0, 0, 0, 0.69) 100%);
}

section.visual video {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    object-fit: cover;
}

section.visual h2 {
    display: inline-block;
    font-size: 90px;
    position: relative;
    top: 58%;
    transform: translateY(-50%);
    left: 90px;
    color: #fff;
    font-family: 'Pretendard';
    font-weight: 500;
    line-height: 1.1;
    opacity: 0.95;
}

section.visual h2 i {
    display: block;
    font-style: normal;
    color: #d7b119;
    line-height: 1;
    font-family: 'Pretendard';
    font-weight: 500;
}

section.visual div {
    width: 100%;
    position: absolute;
    bottom: 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 80px;
    box-sizing: border-box;
    z-index: 1;
}

section.visual div a {
    border-radius: 76px;
    background: #d7b119;
    width: 366px;
    height: 105px;
    padding: 23px 31px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    visibility: hidden;
}

section.visual a span {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: 1;
}

section.visual a img {
    display: block;
    width: 32px;
    height: 32px
}

section.visual p {
    color: #fff;
    font-size: 20px;
    text-align: right;
}

section.visual p i {
    font-style: normal;
    color: #d7b119;
}

section.business {
    padding: 130px 0;
}

section.business > div:not(:last-child) {
    margin-bottom: 130px;
}

section.business .tit {
    display: flex;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

section.business .tit h3 {
    color: #B7B7B7;
    font-size: 36px;
    font-weight: 500;
}

section.business .tit p {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.4;
}

section.business .tit i {
    color: #d7b119;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}

section.business .col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

section.business .col img {
    opacity: 0;
    transition: 2.5s ease;
}

section.business .col dl {
    position: relative;
    margin-bottom: 25px;
}

section.business .col dl:after {
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #DCDCDC;
    clear: both;
    content: "";
    display: block;
    transition: 1s ease .5s;
}

section.business .col dt {
    position: relative;
    font-style: normal;
    font-size: 20px;
    color: #d7b119;
    font-weight: 400;
    overflow: hidden;
    display: block;
}

section.business .col dt span {
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    transition: 1.1s ease 1s;
}

section.business .col dd span {
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    transition: 1.1s ease 1s;
}

section.business .col dd {
    position: relative;
    font-size: 42px;
    padding-bottom: 20px;
    font-weight: 700;
    margin-top: 7px;
    overflow: hidden;
    display: block;
}

section.business .col p {
    overflow: hidden;
    display: block;
    line-height: 1.7;
}

section.business .col p em {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    line-height: 1.7;
    font-style: normal;
    position: relative;
    opacity: 0;
    transform: translateY(100%);
    transition: 1.1s ease 1s;
}

section.business .col01 dl {
    padding-left: 180px;
    padding-right: 25px;
    left: -22px;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
}

section.business .col01 p {
    padding-left: 160px;
    box-sizing: border-box;
}

section.business .tit.sc_event .col01 img {
    opacity: 1;
}

section.business .tit.sc_event .col01 dl:after {
    width: 100%;
}

section.business .tit.sc_event .col01 dt span,
section.business .tit.sc_event .col01 dd span,
section.business .tit.sc_event .col01 p em {
    position: relative;
    opacity: 1;
    transform: translateY(0);
}

section.business .col01 dl:after {
    left: 14px;
}

section.business .col.sc_event dt span,
section.business .col.sc_event dd span,
section.business .col.sc_event p em {
    position: relative;
    opacity: 1;
    transform: translateY(0);
}

section.business .col.sc_event dl:after {
    width: 100%;
}

section.business .col.sc_event img {
    opacity: 1;
}

section.business .col02 > div {
    position: relative;
    top: 48px;
}

section.business .col02 dl {
    padding-right: 334px;
    padding-left: 10px;
    box-sizing: border-box;
}

section.business .col02 p {
    padding-left: 14px;
    box-sizing: border-box;
}

section.business .col02 dl:after {
    right: -9px;
}

section.business .col03 dl {
    padding-right: 30px;
    padding-left: 240px;
    box-sizing: border-box;
}

section.business .col03 dl:after {
    left: 11px;
}

section.business .col03 p {
    box-sizing: border-box;
    padding-left: 245px;
}

section.management {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.management video {
    filter: brightness(0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.management .info {
    display: inline-grid;
    align-items: flex-start;
    gap: 60px;
    position: relative;
    z-index: 1;
}

section.management .tit  {
    text-align: center;
}

section.management .tit span {
    color: #ffffff;
}

section.management .tit h5 {
    font-size: 16px;
    font-weight: 600;
    color: #d7b119;
    margin-bottom: 4px;
    letter-spacing: 0.03rem;
}

section.management .tit h6 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

section.management .tit h6:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

section.management .tit h6 * {
    display: flex;
    text-align: center;
    width: 82px;
    height: 83px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    font-size: 72px;
    font-weight: 700;
    width: 83px;
    height: 83px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

section.management .tit h6 b {
    font-weight: 700;
    color: #fff;
}

section.management .tit h6 em {
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.55);
    color: transparent;
    font-style: normal;
}

section.management .tit h6 i {
    font-weight: 100;
    font-style: normal;
    color: #fff;
}

section.management p {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

section.management p span {
    color: #d7b119;
    font-weight: 300;
}

section.social {
    position: relative;
    padding: 130px 0;
}

section.social:after {
    opacity: 0.1;
    background: #816700;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 439px;
    clear: both;
    content: "";
    display: block;
    z-index: -1;
}

section.social .inner {
    max-width: 1360px;
}

section.social h5 {
    font-size: 18px;
    font-weight: 500;
    color: #d7b119;
    text-align: center;
}

section.social h6 {
    font-size: 44px;
    font-weight: 400;
    margin: 7px 0 50px;
    text-align: center;
}

section.social ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

section.social li {
    width: 33.333%;
    max-width: 413px;
}

section.social ul a {
    display: block;
    width: 100%;
    height: 100%;
}

section.social .thumb {
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    overflow: hidden;
    height: 18vw;
    max-height: 256px;
    transition: border 0.5s ease;
}

section.social .thumb div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    transition: transform 0.5s ease, filter 0.5s ease;
}

section.social .txt {}

section.social .txt h7 {
    padding-top: 20px;
    font-size: 26px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

section.social .txt p {
    margin: 15px 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.social .txt span {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #d7b119;
    padding-bottom: 1px;
    text-align: right;
}

section.social .txt span:after {
    position: absolute;
    bottom: 0;
    width: 33px;
    right: 1px;
    height: 1px;
    background: #d7b119;
    clear: both;
    content: "";
    display: block;
}

section.social li:hover .thumb {
    border-color: #d7b119;
    box-sizing: border-box;
}

section.social li:hover .thumb div {
    filter: grayscale(1) brightness(0.75);
    transform: scale(1.1);
}

@media screen and (max-width: 1800px) {
    section.visual h2 {
        left: 40px;
    }

    section.visual div {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1300px) {
    section.social:after {
        display: none;
    }

    section.visual div a {
        width: 315px;
        height: 97px;
        padding: 20px;
    }

    /*
    section.visual h2 {
        top: 48%;
    }
*/

    section.management .info {
        flex-direction: column;
        gap: 100px;
        align-items: center;
    }

    section.management .tit h5 {
        text-align: center;
    }

    section.management p {
        text-align: center;
    }

}

@media screen and (max-width: 1024px) {
    section.business {
        padding: 100px 0;
    }

    section.business .tit {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    section.business .col01 dl:after {
        left: 0;
    }

    section.business .col02 dl {
        padding-right: 35vw;
        padding-left: 0;
    }

    section.business .col02 dl:after {
        right: 0;
    }

    section.business .col img {
        width: 50%;
    }

    section.business .col02 img {
        width: 40%;
    }

    section.business .col02 p {
        padding-left: 0;
    }

    section.business .col01 dl {
        padding-left: 9vw;
        left: 0;
        padding-right: 0;
        text-align: right;
    }

    section.business .col01 p {
        padding-left: 0;
        box-sizing: border-box;
        text-align: right;
    }

    section.business .col03 dl {
        padding-right: 0;
        padding-left: 24vw;
    }

    section.business .col03 p {
        padding-left: 24vw;
    }

    section.management p {
        font-size: 26px;
    }

    section.visual div {
        bottom: 70px;
    }

    section.visual h2 {
        font-size: 80px;
    }

    section.visual h2 {
        display: block;
        left: auto;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        text-align: center;
        line-height: 1.3;
    }

    section.visual div a {
        width: 150px;
        height: 86px;
        padding: 15px 20px;
    }

    section.visual a span {
        font-size: 18px;
    }

    section.visual a img {
        width: 20px;
        height: 20px;
    }

    section.social {
        padding: 100px 0 50px;
    }

    section.social ul {
        flex-direction: column;
    }

    section.social li {
        width: 100%;
        max-width: inherit;
    }

    section.social .thumb {
        max-height: inherit;
        height: 59vw;
    }

}

@media screen and (max-width: 768px) {


    section.business {
        padding: 50px 0 70px;
    }

    section.business .tit {
        gap: 10px;
        /*        margin-bottom: 50px !important;*/
    }

    section.business .tit p,
    section.business .tit p i {
        line-height: 1.4;
        font-size: 7.5vw;
    }

    section.business .tit p i br {
        display: none;
    }

    section.business .col img {
        width: 80%;
    }

    section.business .col02 img {
        width: 70%;
    }

    section.business > div:not(:last-child) {
        margin-bottom: 70px;
    }

    section.business .col dt span,
    section.business .col dd span,
    section.business .col p em {
        transition: 1.1s ease .5s;
    }

    section.business .col p em {
        font-size: 18px;
        line-height: 1.5;
    }

    section.business .tit h3 {
        font-size: 20px;
    }

    section.business .col dl {
        margin-bottom: 0;
        text-align: center;
    }

    section.business .col p {
        text-align: center;
        line-height: 1.5;
    }

    section.business .col dl:after {
        display: none;
    }

    section.business .col dd {
        text-align: center;
        font-size: 7vw;
        padding-bottom: 8px;
    }

    section.business .col dt {
        font-size: 16px;
        margin-top: 20px;
    }

    section.business .col01 {
        flex-direction: column;
    }

    section.business .col01 dl {
        padding-left: 0;
    }

    section.business .col01 p {
        text-align: center;
    }

    section.business .col02 > div {
        top: 0;
    }

    section.business .col02 {
        flex-direction: column-reverse;
    }

    section.business .col02 dl {
        padding-right: 0;
    }

    section.business .col03 {
        flex-direction: column;
    }

    section.business .col03 dl {
        padding-left: 0;
    }

    section.business .col03 p {
        padding-left: 0;
    }

    section.visual p {
        display: none;
    }

    section.visual h2 {
        font-size: 9vw;
    }
    
    section.visual div {
        display: none;
    }

    section.management .info {
        gap: 30px;
    }

    section.management .tit h6 * {
        font-size: 33px;
        width: 53px;
        height: 53px;
    }

    section.management p {
        font-size: 22px;
    }

    section.social {
        padding: 70px 0;
    }

    section.social h5 {
        font-size: 16px;
    }

    section.social h6 {
        margin: 0 0 15px;
        font-size: 33px;
    }

    section.social .txt h7 {
        padding-top: 15px;
        font-size: 22px;
    }

    section.social .txt p {
        margin: 10px 0 20px;
        font-size: 16px;
    }

    section.social .txt span {
        font-size: 14px;
    }

    section.social .txt span:after {
        width: 85px;
    }
}

@media screen and (max-height: 978px) {
    section.visual h2 {
        top: 52%;
    }

    section.visual div {
        bottom: 75px;
    }
}

@media screen and (max-height: 710px) {
    section.visual div {
        display: none;
    }
}

@media screen and (max-height: 414px) {
  .pop_wrap{
    width: 80%;
    height: 116vw;
  }
}
