/* section1 */
#section1 {
    display: flex;
    box-sizing: border-box;
    padding: 120px 120px 60px;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    background: #F6F6F6;
    margin-top: 58px;
    overflow: hidden;
}

.st1-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.st1-top .info-wrap{
    display: flex;
    padding: 0;
}
.st1-top .info-wrap .left-wrap{
    width: 33%;
    padding-right: 60px;
    border-right: 1px solid #DDD;
}
.st1-top .info-wrap .left-wrap img{
    width: 80%;
    margin-bottom: 40px;
}
.st1-top .info-wrap .left-wrap .txt{
    color: #111;
    font-family: Pretendard;
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
}
.st1-top .info-wrap .right-wrap{
    width: 67%;
    padding-left: 100px;
}
.st1-top .info-wrap .right-wrap .txt{
    color: #505050;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 30.6px */
    letter-spacing: -0.45px;
}
.st1-top .info-wrap .right-wrap .txt strong{
    font-weight: 700;
}
.st1-top .info-wrap .right-wrap .txt:nth-child(1){
    margin-bottom: 30px;
}


.p24 {
    line-height: 130%;
}
.intro-wrap{
    border-radius: 12px;
    box-shadow: 0px 24px 40px -4px rgba(35, 48, 59, 0.08);
}
.intro-wrap .intro-img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.intro-wrap .intro-img.mo-img{
    display: none;
}
.intro-wrap .tab-wrap{
    display: flex;
    justify-content: center;
}
.intro-wrap .tab-wrap .item{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 28px;
    box-sizing: border-box;
}
.intro-wrap .tab-wrap .item:hover{
    background: rgba(6, 3, 141, 0.05);
    cursor: pointer;
}
.intro-wrap .tab-wrap .item svg{
    width: 50px;
}
.intro-wrap .tab-wrap .item .txt-wrap{
    width: calc(100% - 66px);
    text-align: left;
}
.intro-wrap .tab-wrap .item .txt-wrap .label{
    color: #505050;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.45px;
}
.intro-wrap .tab-wrap .item .txt-wrap .txt{
    color: #111;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}

.section1-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.section1-container>.p24 {
    line-height: 170%;
    word-break: keep-all;
}

.section1-container>.p24>span {
    color: #000;
}
.section1-circle-container.mobile-circle{
    display: none;
}
.section1-circle-container.pc-circle{
    display: flex;
}
.section1-circle-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.section1-circle {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #F8F8F8;
}

.section1-circle>p {
    line-height: 150%;
}

.section1-circle>.p40 {
    color: #444;
}

.section1-circle:nth-child(2), .section1-circle:nth-child(3) {
    background: #F4F6FD;
}


/* section2 */
#section2 {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    background: #F6F6F6;
    padding: 60px 120px 70px;
    position: relative;
}
#section2 .ceo{
    position: absolute;
    bottom: 0;
    right: 8%;
    max-width: 582px;
    width: 38%;
}
#section2 .section2-container{

}
#section2 .section2-container .name-wrap{
    padding-left: 70px;
    margin-top: 58px;
}
#section2 .section2-container .name{
    color: #111;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.7px;
    margin-bottom: 20px;
}
#section2 .section2-container .name strong{
    color: #111;
    font-family: Pretendard;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 67.6px */
    letter-spacing: -1.3px;
}
#section2 .section2-container .r{
    color: #505050;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 12px;
    margin-right: 8px;
}
#section2 .section2-container .role{
    color: #505050;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
}
#section2 .section2-container .career{
    color: #505050;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
    list-style: disc;
    margin-top: 30px;
    padding-left: 20px;
}
#section2 .section2-container .info-box{
    margin-top: 70px;
    width: 100%;
    border-radius: 12px;
    background: #FFF;
    padding: 40px 70px;
}
#section2 .section2-container .info-box .line-wrap{
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}
#section2 .section2-container .info-box .line-wrap:nth-child(1){
    margin-bottom: 32px;
}
#section2 .section2-container .info-box .line-wrap .left-wrap{
   width: 20%;
    color: #505050;
    text-align: left;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.45px;
    border-right: 0.5px solid #BBB;
    padding-left: 20px;
}
#section2 .section2-container .info-box .line-wrap .right-wrap svg{
    display: inline;
    margin-right: 5px;
}
#section2 .section2-container .info-box .line-wrap .right-wrap{
    width: 80%;
}
#section2 .section2-container .info-box .line-wrap .right-wrap .txt1{
    color: #222;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.45px;
    margin-bottom: 8px;
}
#section2 .section2-container .info-box .line-wrap .right-wrap .txt2{
    color: #767676;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: -0.35px;
}
#section2 .section2-container .info-box .line-wrap .right-wrap .txt3{
    color: #505050;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.45px;
}


.p36 {
    font-size: 36px;
    line-height: 140%; /* 50.4px */
    letter-spacing: -0.9px;
}

.p52 {
    font-size: 52px;
    line-height: 140%;
    letter-spacing: -1.3px;
}



/* section3 */
#section3 {
    display: flex;
    box-sizing: border-box;
    padding: 120px;
    flex-direction: column;
    gap: 60px;
    background: #171855;
}

#section3>.p36, #section4>.p36 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.9px;
    padding-bottom: 20px;
}

.section3-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 100px;
}

.section3-wrap {
    width: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 270px 76px 0px rgba(0, 0, 0, 0.00), 0px 173px 69px 0px rgba(0, 0, 0, 0.01), 0px 97px 58px 0px rgba(0, 0, 0, 0.05), 0px 43px 43px 0px rgba(0, 0, 0, 0.09), 0px 11px 24px 0px rgba(0, 0, 0, 0.10);
}

.section3-wrap>img {
    width: 100%;
}

.section3-wrap:nth-child(2n) {
    margin-bottom: -150px;
}

.section3-div {
    width: 100%;
    display: flex;
    gap: 20px;
    box-sizing: border-box;
    padding: 40px 30px;
    background: #FFF;
}

.section3-div-tit {
    color: #1B1C80;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.6px;
    padding: 4px 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.section3-div>.p18 {
    word-break: keep-all;
}


/* section4 */
#section4 {
    background: #F7FAFF;
    display: flex;
    box-sizing: border-box;
    padding: 120px;
    flex-direction: column;
    gap: 60px;
}

.process-container {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    row-gap: 50px;
}

.line {
    position: absolute;
    top: 22%;
    left: 11%;
    width: 91%;
    height: 56%;
    border: 2px dashed rgba(153, 154, 246, 0.50);
    border-left: none;
    margin: 20px 0;
    z-index: 1;
}

.step-circle-wrap {
    width: 160px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    z-index: 10;
}

.step-circle-wrap:first-child {
    order: 1;
}

.step-arrow-div:nth-child(2) {
    order: 2;
}

.step-circle-wrap:nth-child(3) {
    order: 3;
}

.step-arrow-div:nth-child(4) {
    order: 4;
}

.step-circle-wrap:nth-child(5) {
    order: 5;
}

.step-arrow-div:nth-child(6) {
    order: 6;
}

.step-circle-wrap:nth-child(7) {
    order: 7;
}

.step-arrow-div:nth-child(8) {
    order: 8;
}

.step-circle-wrap:nth-child(9) {
    order: 9;
}

.step-arrow-div:nth-child(10) {
    order: 10;
}

.step-circle-wrap:nth-child(11) {
    order: 11;
}

.step-circle-wrap:nth-child(12) {
    order: 20;
}

.step-arrow-div:nth-child(13) {
    order: 13;
}

.step-circle-wrap:nth-child(14) {
    order: 18;
}

.step-arrow-div:nth-child(15) {
    order: 15;
}

.step-circle-wrap:nth-child(16) {
    order: 16;
}

.step-arrow-div:nth-child(17) {
    order: 17;
}

.step-circle-wrap:nth-child(18) {
    order: 14;
}

.step-arrow-div:nth-child(19) {
    order: 19;
}

.step-circle-wrap:nth-child(20) {
    order: 12;
}

.step-arrow-div:nth-child(21) {
    order: 20;
}


.step-circle-wrap>p {
    color: #1B1C80;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px; /* 175% */
    letter-spacing: -0.4px;
}

.step-circle-svg {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    border: 1px solid rgba(153, 154, 246, 0.05);
    background: #FFF;
    aspect-ratio: 1 / 1;
}

.step-circle-svg>p {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
}

.process-content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.process-detail {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 25px 30px;
    gap: 20px;
    background: #FFF;
}

.process-detail:nth-child(2n) {
    background: #F4F6FD;
}

.process-left-wrap {
    width: 220px;
    border-right: 0.5px solid rgba(0, 0, 0, 0.10);
    display: flex;
    gap: 12px;
    align-items: start;
}

.process-left-wrap>svg {
    display: none;
}

.process-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.process-left .p20 {
    color: #222;
}

.process-detail>.p18 {
    width: calc(100% - 220px);
    word-break: keep-all;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.process-detail>.p18>span {
    color: #999AF6;
    font-size: 15px;
    letter-spacing: -0.35px;
}

/* section5 */
#section5 {
    display: flex;
    box-sizing: border-box;
    padding: 120px;
    flex-direction: column;
    gap: 60px;
    background: #FFF;
}

#section5>.p36 {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.certificate-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.certificate-wrap {
    width: calc(25% - 10px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.certificate-wrap>img {
    width: 100%;
    border: 1px solid #EEE;
    height: 100%;
}

.certificate-wrap>.p20 {
    line-height: 130%;
}

.step-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 600px;
    box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.80);
    z-index: 1000;
    max-height: 90vh;
}

.step-popup.active {
    display: flex;
}

.step-popup-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
}

.step-popup-content .p16 {
    font-size: 16px !important;
    letter-spacing: -0.4px !important;
}

.step-popup-content .p20 {
    font-size: 20px !important;
    line-height: 130% !important; /* 33px */
    letter-spacing: -0.5px !important;
    padding: 8px 0;
    text-align: center;
}

.step-popup-content .p20 span {
    color: #777;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.35px;
}

.step-popup-content .p16:last-child {
    padding: 8px 0;
    word-break: keep-all;
}

#section4 .p32 {
    border-bottom: 1px solid #EAEEFF;
    padding-bottom: 20px;
}

/* 1400px */
.huge-br {
    display: none;
}

/* 1300px */
.big-br {
    display: none;
}

/* 1150px */
.big-br3 {
    display: none;
}

/* 1100px */
.big-br2 {
    display: none;
}

/* 1000px */
.mi-br {
    display: none;
}

/* 700px */
.ta-br {
    display: none;
}

/* 600px */
.mo-br {
    display: none;
}

/* 480px */
.xs-br {
    display: none;
}

/* 400px */
.xxs-br {
    display: none;
}

.montserrat>span {
    font-family: 'Pretendard';
}

.step-arrow-div {
    width: 56px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* video-section */
#video-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 120px 0;
    background: linear-gradient(180deg, #FFF 50%, #171855 50%), #F6F6F6;
    margin-bottom: -2px;
}

.video-container {
    max-width: 1320px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
}

.video-left {
    width: 530px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -10px;
}

.video-left div {
    color: #171855;
    font-family: "Montserrat";
    font-size: 48px;
    font-weight: 600;
    line-height: 150%; /* 72px */
    letter-spacing: -1.2px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.video-left div hr {
    display: block !important;
    opacity: 1 !important;
    width: 80px;
    height: 1px;
    background: #171855;
    border-bottom: 1px solid #171855;
}

.video-left p {
    color: #FFF;
    font-size: 52px;
    font-weight: 600;
    line-height: 150%; /* 78px */
    letter-spacing: -1.3px;
}

.video-container iframe {
    width: calc(100% - 530px);
    aspect-ratio: 16 / 9;
    border-radius: 8px;
}

@media(min-width: 1700px) {
    .ceo-img {
        width: 35%;
    }
    .process-container {
        max-width: 1500px;
    }
    .step-circle-wrap {
        width: 190px;
    }
    .step-circle-svg svg {
        width: 70px;
        height: 70px;
    }
    .step-circle-wrap>p, .step-circle-svg>p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
}

@media(max-width: 1500px) {
    .step-arrow-div {
        width: 50px;
    }
    .ceo-img {
        width: 45%;
    }
    #section2 .ceo {
        position: absolute;
        bottom: 0;
        right: 6%;
    }
    .line {
        left: 12%;
        width: 90%;
    }
}

@media(max-width: 1450px) {
    .step-circle-wrap {
        width: 150px;
    }
}

@media(max-width: 1435px) {
    .st1-top .info-wrap .left-wrap {
        padding-right: 40px;
    }
    .st1-top .info-wrap .right-wrap{
        padding-left: 80px
    }
    .intro-wrap .tab-wrap .item .txt-wrap .label{
        font-size: 16px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .txt{
        font-size: 17px;
    }
    .st1-top .info-wrap .right-wrap .txt{
        font-size: 17px;
    }
}
@media(max-width: 1400px) {
    .huge-br {
        display: block;
    }
    .step-circle-wrap {
        width: 140px;
    }
    .step-circle-svg>p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #section2 .ceo {
        right: 5%;
        width: 36%;
    }
}
@media(max-width: 1350px) {
    #section1 {
        padding: 120px 60px 60px;
    }
    #section5, #section4 {
        padding: 120px 60px;
    }
    #section2{
        padding: 60px 60px 60px;
    }
    .section2-wrap {
        margin-top: 20px;
    }
    #section3 {
        padding: 120px 60px;
    }
    .line {
        left: 15%;
        width: 84%;
    }
    #video-section {
        padding: 100px 60px 0;
    }
    .video-left {
        width: 450px;
    }
    .video-left div {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .video-left p {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .video-container iframe {
        width: calc(100% - 450px);
    }
}

@media(max-width: 1300px) {
    .big-br {
        display: block;
    }
}

@media(max-width: 1250px) {
    .st1-top{
        gap: 40px;
    }
    .st1-top .info-wrap .right-wrap{
        padding-left: 50px;
    }
    .st1-top .info-wrap .right-wrap .txt {
        font-size: 15px;
    }
    .st1-top .info-wrap .left-wrap {
        padding-right: 30px;
    }
    .intro-wrap .tab-wrap .item {
        padding: 22px 20px
    }
    .intro-wrap .tab-wrap .item svg {
        width: 45px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .txt {
        font-size: 15px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .label {
        font-size: 14px;
    }
    #section2 .ceo {
        right: 2%;
        width: 36%;
    }
    .big-br {
        display: block;
    }
    .big-filp {
        aspect-ratio: 1 / 1;
    }
    .p28 {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .card-front-text .p24 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .big-br3 {
        display: block;
    }
    .section2-container {
        flex-direction: column;
        gap: 40px;
    }
    #section2 {
        gap: 30px;
    }
    .ceo-img {
        width: 50%;
        margin: 0 auto;
    }
    .section2-wrapper {
        width: 100%;
    }
    .step-circle-wrap {
        width: 135px;
    }
    .step-circle-svg>svg {
        width: 43px;
        height: 43px;
    }
    .step-arrow-div>svg {
        width: 24px;
        height: 24px;
    }
}

@media(max-width: 1200px) {
    .big-br2 {
        display: block;
    }
    .p32 {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .p52 {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    #section2 {
        padding: 60px 60px;
    }
    #section2 .ceo {
        right: 0%;
        width: 36%;
    }
    #section2 .section2-container .name-wrap {
        margin-top: 30px;
    }
    #section2 .section2-container .info-box {
        padding: 40px 20px;
    }
    .huge-br {
        display: none;
    }
    .p36, #section5>.p36 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .big-filp {
        aspect-ratio: 1 / 1.2;
    }
    .section1-circle>.p40{
        font-size: 28px;
    }
    .section3-div-tit {
        flex-direction: row;
        gap: 8px;
        align-items: center;
        padding: 4px 0;
    }
    .section3-div {
       padding: 20px;
       flex-direction: column;
       gap: 10px;
    }
    .big-no-br {
        display: none;
    }
    .process-container {
        display: none;
    }
    .process-detail {
        flex-direction: column;
        gap: 12px;
    }
    .process-left-wrap {
        width: 100%;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.10);
        border-right: none;
        padding-right: 0;
    }
    .process-left {
        padding-bottom: 10px;
    }
    .process-left-wrap>svg {
        display: block;
    }
    .process-detail>.p18 {
        padding: 0;
        width: 100%;
    }
    .video-left {
        width: 400px;
        margin-top: -25px;
    }
    .video-left div {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .video-left p {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .video-container iframe {
        width: calc(100% - 400px);
    }
}

@media(max-width: 1100px) {
    .section1-circle{
        height: 215px;
    }
    #section1 {
        padding: 80px 60px 60px;
    }
    .st1-top .info-wrap{
        flex-wrap: wrap;
        border-right: none;
    }
    .st1-top .info-wrap .left-wrap img {
        width: 300px;
    }
    .st1-top .info-wrap .left-wrap .txt br{
        display: none;
    }
    .st1-top .info-wrap .right-wrap .txt{
        font-size: 19px;
    }
    .st1-top .info-wrap .left-wrap{
        width: 100%;
        border-bottom: 1px solid #DDD;
        padding-right: 0;
        padding-bottom: 40px;
        border-right: none;
    }
    .st1-top .info-wrap .right-wrap{
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
    }
    .intro-wrap .tab-wrap .item {
        padding: 22px 10px;
    }
    #section2{
        overflow: hidden;
    }
    #section2 .ceo {
        right: -1%;
        width: 33%;
    }
}
@media(max-width: 1024px) {
    #section1, #section2, #section5, #section4, #section3 {
        padding: 80px 60px;
    }
    #section2 .profile-txt{
        border-bottom: 1px solid #EAEEFF;
    }
    #section2 .section2-container .name-wrap{
        padding-left: 0;
    }
    #section2 .ceo{
        position: relative;
        right: 0;
        display: block;
        margin-top: 30px;
    }
    #section2 .section2-container .info-box{
        margin-top: 0;
    }
    .step-open {
        display: flex;
    }
    .section3-wrap {
        width: 47%;
    }
    .video-container {
        flex-direction: column;
        gap: 20px;
    }
    .video-left div {
        width: 100%;
    }
    .video-left div hr {
        width: 100%;
        background: rgba(23, 24, 85, 0.50);
        border-bottom: 1px solid rgba(23, 24, 85, 0.50);
    }
    .video-left p {
        box-sizing: border-box;
        color: #001A72;
        padding-left: 20px;
    }
    .video-left p br {
        display: none;
    }
    .video-left, .video-container iframe {
        width: 100%;
    }
}


@media(max-width: 1000px) {
   .mi-br {
        display: block;
   }
    .big-br, .big-br2 {
        display: none;
    }
    .text-right {
        text-align: left !important;
    }
    .intro-wrap .tab-wrap{
        flex-wrap: wrap;
    }
    .intro-wrap .tab-wrap .item{
        width: 50%;
        flex-direction: column;
    }
    .intro-wrap .tab-wrap .item .txt-wrap{
        text-align: center;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .label {
        font-size: 17px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .txt {
        font-size: 17px;
    }
}

@media(max-width: 980px) {
    .section1-circle {
        height: 190px;
    }
}

@media(max-width: 900px) {
    #section1 {
        gap: 80px;
    }
   .section-tit-div .p18 {
        font-size: 16px;
        line-height: 24px; /* 150% */
        letter-spacing: -0.4px;
   }
   .st1-top {
    gap: 40px;
   }
    .intro-wrap .intro-img.pc-img{
        display: none;
    }
    .intro-wrap .intro-img.mo-img{
        display: inline;
    }
   .section1-container>.p24 {
    font-size: 20px;
    letter-spacing: -0.5px;
   }
   .p32 {
    font-size: 24px;
    letter-spacing: -0.6px;
    }
    .huge-br {
        display: block;
    }
    .ceo-img {
        width: 60%;
    }
    .p36, #section5>.p36 {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .section3-div-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .certificate-wrap {
        width: calc(30% - 10px);
    }
    .p28 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .card-front-text .p24, .p18 {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .section1-circle-container.mobile-circle{
        display: flex;
    }
    .section1-circle-container.pc-circle{
        display: none;
    }
    .section1-circle-container{
        flex-wrap: wrap;
    }
    .section1-circle {
        width: 250px;
        height: 250px;
    }
    #section2 .p18 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .section3-div .p18 {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .section-div-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .section3-container {
        flex-direction: column;
        gap: 40px;
    }
    .section3-wrap {
        width: 100%;
        margin: 0 !important;
    }
    #section3>.p36, #section4>.p36 {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .process-detail .p18 {
        font-size: 18px !important;
        letter-spacing: -0.45px !important;
    }
    .video-left div {
        font-size: 24px;
        letter-spacing: -0.6px;
        gap: 10px;
    }
    .video-left p {
        font-size: 28px;
        letter-spacing: -0.7px;
        padding-left: 15px;
    }
}
@media(max-width: 865px) {
    #section2 .section2-container .info-box .line-wrap{
        flex-wrap: wrap;

    }
    #section2 .section2-container .info-box .line-wrap .right-wrap{
        width: 100%;
    }
    #section2 .section2-container .info-box .line-wrap .left-wrap{
        width: 100%;
        border-right: none;
        border-bottom: 0.5px solid #BBB;
        padding-bottom: 20px;
        padding-left: 0;
    }
}
@media(max-width: 850px) {
    .st1-top .info-wrap .right-wrap .txt {
        font-size: 18px;
    }
}
@media(max-width: 768px) {
    .pc-br{
        display: none;
    }
    #section1, #section2, #section5, #section4, #section3 {
        padding: 80px 40px;
    }
    .st1-top .info-wrap .left-wrap img {
        width: 205px;
    }
    .st1-top .info-wrap .left-wrap .txt {
        font-size: 18px;
    }
    .st1-top .info-wrap .right-wrap .txt {
        font-size: 16px;
    }
    .intro-wrap .tab-wrap .item svg {
        width: 30px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap{
        width: 100%;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .label {
        font-size: 16px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .txt {
        font-size: 16px;
    }
    .share-btn {
        width: 20px;
        height: 20px;
    }
    .section1-circle-container {
        width: 100%;
        gap: 12px;
    }
    .info-icon {
        width: 20px;
        height: 20px;
    }
    #section2 .ceo{
        width: 300px;
    }
    #section2 .profile-bold {
        font-size: 30px;
    }
    #section2 .profile-txt {
        font-size: 17px;
    }
    #section2 .section2-container .name strong {
        font-size: 40px;
    }
    #section2 .section2-container .name {
        font-size: 25px;
        margin-bottom: 15px;
    }
    #section2 .section2-container .r:nth-child(2){
        display: inline-block;
        margin-bottom: 16px;
    }
    #section2 .section2-container .career {
        font-size: 16px;
    }
    #video-section {
        padding: 80px 40px 0;
    }
}

@media(max-width: 700px) {
    .ta-br {
        display: block;
    }
    .section2-box .p20 {
        display: flex;
        align-items: start;
    }
    .process-card-wrap {
        justify-content: start;
    }
}

@media(max-width: 650px) {
    .section1-circle {
        width: 220px;
        height: 220px;
    }
    .p40 {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .p32 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .p24 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
}

@media(max-width: 600px) {
    #section1 {
        padding: 40px 20px 80px;
        gap: 60px;
    }
    .mo-br {
        display: block;
    }
    .section1-container>.p24 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .section1-circle {
        width: 200px;
        height: 200px;
    }
    .section1-container {
        gap: 40px;
    }
    #section4, #section5, #section3 {
        padding: 80px 20px;
        gap: 40px;
    }
    #section2 {
        padding: 50px 20px;
        gap: 28px;
    }
    #section2 .ceo{
        margin-left: auto;
        left: -20px;
    }
    .p32 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .p52 {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .p20 {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .p16 {
        font-size: 14px;
        letter-spacing: -0.35px;
        word-break: keep-all;
    }
    .p36, #section5>.p36 {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .certificate-container {
        gap: 12px;
    }
    .certificate-wrap {
        width: calc(33.3% - 6px);
        gap: 8px;
    }
    .step-popup {
        width: 450px;
    }
    #section4 .p32 {
        padding-bottom: 12px;
    }
    .mo-no-br {
        display: none;
    }
    .ceo-img {
        width: 100%;
    }
    #section2 .p24 {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #section2 .p40 {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #section2 .p52 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .p18 {
        font-size: 16px !important;
        letter-spacing: -0.4px !important;
    }
    .section2-div {
        flex-direction: column;
        gap: 12px;
    }
    .section2-div>.p18:first-child {
        width: 100%;
        border-bottom: 0.5px solid #BBB;
        padding-bottom: 6px;
        border-right: none;
    }
    .section2-div>.p18:last-child {
        width: 100%;
    }
    #section3>.p36, #section4>.p36 {
        font-size: 20px;
        letter-spacing: -0.5px;
        padding: 0 !important;
    }
    .process-detail {
        padding: 20px;
    }
    .process-detail .p20 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .process-detail>.p18 {
        font-size: 16px !important;
        letter-spacing: -0.4px !important;
    }
    .process-detail>.p18>span {
        font-size: 13px !important; 
        line-height: 140%;
        letter-spacing: -0.35px !important;
    }
    #video-section {
        padding: 80px 20px 0;
    }
    .video-left div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .video-left p {
        font-size: 24px;
        letter-spacing: -0.6px;
        padding-left: 10px;
    }
}

@media(max-width: 500px) {
    .section1-circle {
        width: 190px;
        height: 190px;
    }
    #section2 .profile-bold{
        font-size: 20px;
    }
    #section2 .profile-txt{
        font-size: 17px;
    }
    #section2 .section2-container .name{
        font-size: 18px;
    }
    #section2 .section2-container .name strong{
        font-size: 34px;
    }
    #section2 .section2-container .r,
    #section2 .section2-container .role,
    #section2 .section2-container .info-box .line-wrap .left-wrap,
    #section2 .section2-container .info-box .line-wrap .right-wrap .txt1,
    #section2 .section2-container .info-box .line-wrap .right-wrap .txt3{
        font-size: 16px;
        word-break: keep-all;
    }
    #section2 .section2-container .info-box .line-wrap .right-wrap .txt2{
        font-size: 12px;
    }
    #section2 .section2-container .info-box .line-wrap .right-wrap .txt1 .mobile-br{
        display: none;
    }

}

@media(max-width: 480px) {
    .magazine-box, .magazine-video-box {
        width: 100%;
    }
    .contact-btn {
        width: 100%;
    }
    .xs-br {
        display: block;
    }
    .section1-circle {
        width: 150px;
        height: 150px;
    }
    .p40 {
        line-height: 130% !important;
    }
    .section1-container img {
        width: 200px;
    }
    .p32 {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .p52 {
        font-size: 30px;
        letter-spacing: -0.75px;
    }
    .p20 {
        font-size: 12px;
        letter-spacing: -0.30px;
        line-height: 150%;
    }
    .section2-div>.p16:first-child  {
        width: 80px;
    }
    .section2-div {
        gap: 12px;
    }
    .p36, #section5>.p36 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #section5>.p36 {
        padding-bottom: 12px;
    }
    .xs-no-br {
        display: none;
    }
    .certificate-wrap .p20 {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .step-popup {
        width: 390px;
    }
    .info-icon {
        right: 12px;
        top: 12px;
    }
    .p40 {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .section1-container>.p24 {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .p32 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .p52 {
        font-size: 38px;
        letter-spacing: -0.95px;
    }
    .p20 {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .p16 {
        font-size: 12px;
        letter-spacing: -0.3px;
        word-break: keep-all;
    }
    .p36, #section5>.p36 {
        font-size: 22px;
        letter-spacing: -0.55px;
    }
    #section2 .p24 {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #section2 .p40 {
        font-size: 22px;
        letter-spacing: -0.55px;
    }
    #section2 .p52 {
        font-size: 30px;
        letter-spacing: -0.75px;
    }
    .p18 {
        font-size: 14px !important;
        letter-spacing: -0.35px !important;
    }
    #section3>.p36, #section4>.p36 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .process-detail .p20 {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .process-detail>.p18 {
        font-size: 14px !important;
        letter-spacing: -0.35px !important;
    }
    .st1-top .info-wrap .right-wrap .txt {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .label {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .intro-wrap .tab-wrap .item .txt-wrap .txt {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #section2 .profile-txt {
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    #section2 .section2-container .name strong {
        font-size: 38px;
        letter-spacing: -0.95px;
    }
    #section2 .section2-container .name {
        font-size: 25px;
        letter-spacing: -0.625px;
    }
    #section2 .section2-container .career {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #section2 .profile-bold{
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #section2 .profile-txt{
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    #section2 .section2-container .name{
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #section2 .section2-container .name strong{
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #section2 .section2-container .r,
    #section2 .section2-container .role,
    #section2 .section2-container .info-box .line-wrap .left-wrap,
    #section2 .section2-container .info-box .line-wrap .right-wrap .txt1,
    #section2 .section2-container .info-box .line-wrap .right-wrap .txt3{
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #section2 .section2-container .info-box .line-wrap .right-wrap .txt2{
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    .section3-div-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .section3-div-tit>svg {
        width: 32px;
        height: 32px;
    }
    .process-detail .p18 {
        font-size: 16px !important;
        letter-spacing: -0.4px !important;
    }
}

@media(max-width: 420px) {
    .detail-img-big-container .detail-img-container {
        min-height: unset;
    }
    .detail-img-big-container {
        min-height: unset;
    }
}

@media(max-width: 400px) {
    .xxs-br {
        display: block;
    }
    .step-popup {
        width: 340px;
    }
}

@media(max-width: 370px) {
    .video-left p {
        font-size: 22px;
        letter-spacing: -0.55px;
    }
}


