/* sub_head */
.sub_head {
    position: relative;
}
.sub_head_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
}
.sub_head_title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d3fff0;
}
.sub_head_title h2 {
    font-size: 72px;
    font-weight: 400;
    margin: 20px auto 30px;
}
.sub_head_title p {
    font-size: 20px;
    font-weight: 400;
}
#scroll {
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    z-index: 1;
    letter-spacing: 0;
}
#scroll img {
    margin-top: 8px;
}

/* sub_menu */
.sub_menu {
    background-color: #fff;
}
.sub_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sub_menu a {
    line-height: 80px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #9b9b9b;
    width: 220px;
    text-align: center;
    transition: all 0.2s;
    position: relative;
}
.sub_menu a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    transition: all 0.2s;
}
.sub_menu a:hover {
    color: #333;
    font-weight: 700;
}
.sub_menu a:hover::after {
    height: 2px;
    background-color: #000;
}

/* digital01 */
.digital01 {
    text-align: center;
    padding: 170px 0px 230px;
}
.digital01 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
}
.digital01 h2 {
    font-size: 46px;
    font-weight: 700;
    color: #46675c;
    line-height: 140%;
    margin: 20px auto 34px;
}
.digital01 h4 {
    font-size: 46px;
    font-weight: 400;
    color: #333;
    line-height: 140%;
    margin-bottom: 101px;
}
.digital01 h4 span {
    font-weight: 700;
    color: #d3fff0;
    background-color: #27493e;
    border-radius: 10px;
    line-height: 62px;
    width: 368px;
    display: inline-block;
}

/* digital02 */
.digital02 {
    padding-bottom: 161px;
}
.digital02_wrap {
    margin-bottom: 82px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.digital02_flex {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.digital02_txt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
}
.digital02_txt h2 {
    font-size: 50px;
    font-weight: 400;
    color: #111;
    margin: 10px 0px 43px;
    line-height: 140%;
}
.digital02_txt h2 span {
    color: #46675c;
    font-weight: 700;
}
.digital02_txt > p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 180%;
}
.digital02_txt ul {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.digital02_txt li {
    display: flex;
    align-items: center;
}
.digital02_txt div {
    padding-left: 20px;
}
.digital02_txt div h4 {
    font-size: 24px;
    font-weight: 700;
    color: #46675c;
}
.digital02_txt div p {
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 160%;
    margin-top: 6px;
}
.digital02 .sub_center {
    border-radius: 20px;
    margin-top: 82px;
    text-align: center;
    background-color: #27493e;
    padding: 50px 0px;
}
.digital02 h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    margin-top: 20px;
    color: #fff;
}
.digital02 h5 span {
    color: #d3fff0;
    font-weight: 700;
}

/* digital03 */
.digital03 {
    text-align: center;
    background-image: url(../img/sub/digital03_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 210px;
}
.digital03 h2 {
    font-size: 44px;
    font-weight: 700;
    color: #46675c;
    line-height: 140%;
    letter-spacing: 4.4px;
    text-transform: uppercase;
}
.digital03 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 180%;
    margin: 21px auto 599px;
}
.digital03_con {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}
.digital03_con::before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    border-radius: 50px;
    background: linear-gradient(90deg, #2d5045 0%, #61897c 100%);
    width: 100%;
    left: 0px;
    top: 98px;
}
.digital03_con span {
    display: inline-block;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    border-radius: 99px;
    border: 2px solid #46675c;
    background-color: #fff;
    line-height: 45px;
}
.digital03_dot {
    background-color: #46675c;
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: 38px auto 37px;
    position: relative;
}
.digital03_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    color: #111;
}

/* digital04 */
.digital04 {
    display: flex;
    align-items: center;
    height: 937px;
}
.digital04 > div {
    width: 50%;
    height: 100%;
    text-align: center;
    padding-top: 110px;
    color: #fff;
    position: relative;
}
.digital04 > div::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.2s;
}
.digital04 > div:hover::before {
    opacity: 1;
}
.digital04 > div * {
    position: relative;
}
.digital04_left {
    background-image: url(../img/sub/digital04_left.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.digital04_right {
    background-image: url(../img/sub/digital04_right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.digital04 h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.5;
    margin: 249px auto 10px;
    transition: all 0.2s;
}
.digital04 > div:hover h3 {
    margin: 145px auto 10px;
}
.digital04 h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 160%;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
}
.digital04 > div:hover h2 {
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0);
    font-size: 42px;
}
.digital04 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #ccc;
    margin: 20px auto 104px;
    opacity: 0;
    transition: all 0.2s;
}
.digital04 > div:hover p {
    opacity: 1;
}
.digital04 a {
    font-size: 15px;
    font-weight: 400;
    border-radius: 99px;
    border: 1px solid #fff;
    line-height: 54px;
    padding: 0px 40px;
    color: #fff;
    display: inline-block;
    opacity: 0;
    transition: all 0.2s;
}
.digital04 > div:hover a {
    opacity: 1;
}

/* digital05 */
.digital05 {
    text-align: center;
    padding-top: 153px;
}
.digital05_wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.digital05 .digital05_page {
    margin: 0px auto 64px;
    display: flex;
    align-items: center;
    border-radius: 99px;
    border: 1px solid #ccc;
    padding: 5px 8px;
    width: fit-content;
}
.digital05 .digital05_page span {
    display: inline-block;
    border-radius: 99px;
    width: auto;
    height: auto;
    line-height: 58px;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    opacity: 1;
    background-color: transparent;
    padding: 0px 30px;
    margin: 0 !important;
}
.digital05 .digital05_page span.swiper-pagination-bullet-active {
    background-color: #46675c;
    color: #fff;
    font-weight: 700;
}
.digital05_swiper {
    border-radius: 40px;
    overflow: hidden;
}

/* digital06 */
.digital06 {
    padding: 232px 0px 229px;
    text-align: center;
}
.digital06 h2 {
    font-size: 44px;
    font-weight: 700;
    color: #46675c;
    line-height: 140%;
    letter-spacing: 4.4px;
    text-transform: uppercase;
}
.digital06 p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 180%;
    margin: 21px auto 81px;
}
.digital06_con {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.digital06_con > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.digital06_con::before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    border-radius: 50px;
    background: linear-gradient(90deg, #2d5045 0%, #61897c 100%);
    width: 100%;
    left: 0px;
    bottom: 82px;
}
.digital06_con > div > span {
    display: inline-block;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    border-radius: 99px;
    border: 2px solid #46675c;
    background-color: #fff;
    line-height: 45px;
    margin-top: 35px;
}
.digital06_dot {
    background-color: #46675c;
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: 38px auto 37px;
    position: relative;
}
.digital06_con h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;
    color: #111;
}
.digital06_con h3 span {
    font-weight: 700;
    color: #46675c;
}

/* digital07 */
.digital07 {
    background-image: url(../img/sub/digital07_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 228px;
    text-align: center;
}
.digital07 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
}
.digital07 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #111;
    margin: 20px auto 36px;
}
.digital07 h2 span {
    font-weight: 700;
    color: #46675c;
}
.digital07 > div > p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 180%;
}
.digital07_con {
    margin-top: 92px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.digital07_con > div > div {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}
.digital07_con span {
    font-size: 36px;
    font-weight: 700;
    color: #173348;
    margin-right: 15px;
}
.digital07_con h4 {
    font-size: 28px;
    font-weight: 600;
    color: #46675c;
    margin-bottom: 18px;
}
.digital07_con p {
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 180%;
}
.digital07_con01,
.digital07_con02 {
    margin-bottom: 72px;
}

/* digital08 */
.digital08 {
    position: relative;
    padding: 196px 0px 385px;
}
.digital08 > span {
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    line-height: 140%;
    color: #96b0c3;
    opacity: 0.1;
    left: 82px;
    bottom: 182px;
}
.digital08 h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    color: #111;
}
.digital08 h2 span {
    font-weight: 700;
    color: #46675c;
}
.digital08 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #333;
    margin: 50px 0px 110px;
}
.digital08_nav {
    display: flex;
    align-items: center;
}
.digital08_nav > div {
    cursor: pointer;
}
.digital08_prev {
    margin-right: 18px;
}
.digital08_swiper {
    position: absolute;
    top: 196px;
    right: 70px;
    max-width: 918px;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    background-color: #f5f5f5;
}
.digital08_swiper .swiper-slide {
    background-color: #f5f5f5;
}
.digital08 .digital08_page {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 30px;
    bottom: initial;
    z-index: 2;
    width: auto;
}
.digital08 .digital08_page span {
    width: max-content;
    height: auto;
    opacity: 1;
    margin: 0 !important;
    background-color: transparent;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
}
.digital08 .digital08_page span.swiper-pagination-bullet-active {
    font-weight: 700;
    color: #27493e;
}
