/* 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;
}
.sub_head_title h4 {
    width: 800px;
    margin: 93px auto 0px;
    border-radius: 20px;
    line-height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-weight: 400;
    border: 1px solid #67807a;
}
.sub_head_title h4 span {
    font-weight: 700;
}
#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;
}

/* invis01 */
.invis01 {
    padding: 188px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.invis01_wrap {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invis01_txt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #27493e;
}
.invis01_txt h2 {
    font-size: 50px;
    font-weight: 400;
    color: #111;
    margin: 20px 0px 36px;
    line-height: 140%;
}
.invis01_txt h2 span {
    color: #27493e;
    font-weight: 700;
}
.invis01_txt h4 {
    font-size: 24px;
    font-weight: 600;
    color: #27493e;
    line-height: 180%;
}
.invis01_txt p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 180%;
    margin: 32px 0px 74px;
}

/* invis02 */
.invis02 {
    background-image: url(../img/sub/invis02_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 322px 60px 65px;
    color: #fff;
    text-align: center;
}
.invis02_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 285px;
}
.invis02 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 160%;
}
.invis02 h2 span {
    color: #d3fff0;
    font-weight: 700;
}
.invis02_line {
    width: 180px;
    height: 2px;
    margin: 0px 100px;
    background-color: #fff;
}
.invis02_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    border-radius: 20px;
    background-color: rgba(84, 130, 115, 0.6);
    padding: 30px 0px;
}
.invis02_list li {
    background-color: #27493e;
    border: 1px solid #d3fff0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    line-height: 61px;
    gap: 7px;
    font-size: 20px;
    font-weight: 600;
    color: #d3fff0;
    width: 413px;
}

/* invis03 */
.invis03 {
    text-align: center;
    padding: 200px 0px 175px;
    color: #333;
}
.invis03 h2 {
    font-size: 44px;
    font-weight: 700;
    color: #46675c;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    line-height: 140%;
}
.invis03 > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    margin: 41px auto 99px;
    color: #111;
}
.invis03_con h3 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    margin: 68px auto 14px;
}
.invis03_con h3 span {
    color: #46675c;
    font-weight: 700;
}
.invis03_con p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 100px;
}

/* invis04 */
.invis04 {
    background-image: url(../img/sub/invis04_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 119px 0px 139px;
}
.invis04 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 38px;
}
.invis04 h2 span {
    color: #d3fff0;
    font-weight: 700;
}
.invis04_swiper {
    background-color: #fff;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.invis04_swiper .swiper-slide {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 76px 114px 106px 61px;
    justify-content: space-between;
    opacity: 0 !important;
}
.invis04_swiper .swiper-slide-active {
    opacity: 1 !important;
}
.invis04_swiper .swiper-slide > img {
    position: absolute;
    bottom: 30px;
    right: 10px;
}
.invis04_txt {
    padding-top: 43px;
}
.invis04_txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #111;
    margin-bottom: 30px;
}
.invis04_txt ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.invis04_txt li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #46675c;
    padding: 0px 10px;
    display: inline-block;
    line-height: 46px;
    border-radius: 5px;
}
.invis04 .invis04_page {
    position: absolute;
    top: 75px;
    left: 61px;
    display: flex;
    gap: 20px;
    z-index: 1;
}
.invis04 .invis04_page span {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    margin: 0 !important;
    font-size: 24px;
    font-weight: 700;
}
.invis04 .invis04_page span.swiper-pagination-bullet-active {
    color: #46675c;
}
.invis04_nav {
    position: absolute;
    bottom: 59px;
    left: 61px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.invis04_nav > div {
    cursor: pointer;
}

/* invis05 */
.invis05 {
    text-align: center;
    background-image: url(../img/sub/invis05_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 173px 0px 180px;
}
.invis05 h2 {
    font-size: 46px;
    font-weight: 400;
    color: #111;
    margin: 43px auto 21px;
    line-height: 140%;
}
.invis05 h2 span {
    color: #46675c;
    font-weight: 700;
    background: linear-gradient(90deg, #46675c 0%, #27493e 104.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.invis05 h3 {
    display: flex;
    align-items: center;
    gap: 23px;
    margin: 66px auto 63px;
}
.invis05 h3 span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #27493e;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 28px;
    line-height: 44px;
}
.invis05_line {
    height: 1px;
    width: 502px;
    background-color: #46675c;
}
.invis05_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 680px;
    width: 100%;
    margin: 0 auto 84px;
}
.invis05_list > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25%;
}
.invis05_list span {
    display: inline-block;
    background-color: #fff;
    border-radius: 99px;
    font-size: 18px;
    font-weight: 700;
    color: #46675c;
    padding: 0px 20px;
    line-height: 52px;
    border: 2px solid #46675c;
    margin-top: 19px;
}
.invis05 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #333;
    margin: 0 auto;
}
.invis05 p span {
    font-weight: 700;
    color: #46675c;
}

/* invis06 */
.invis06 {
    background-image: url(../img/sub/invis06_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 143px 0px 142px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.invis06_wrap {
    position: relative;
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.invis06_wrap > img {
    position: absolute;
    top: 63px;
    left: 517px;
    z-index: 2;
    opacity: 0;
    transition: all 0.2s 0.2s;
}
.invis06_wrap > img.active {
    opacity: 1;
}
.invis06_title {
    padding-top: 47px;
}
.invis06_title h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    margin: 30px 0px 74px;
}
.invis06_title h2 span {
    font-weight: 700;
    color: #d3fff0;
}
.invis06_con {
    max-width: 1000px;
    overflow: hidden;
}
.invis06_txt {
    display: flex;
    align-items: baseline;

    margin-top: 44px;
}
.invis06_txt span {
    font-size: 24px;
    font-weight: 700;
    color: #ccc;
    margin-right: 12px;
}
.invis06_txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d3fff0;
    margin-bottom: 10px;
}
.invis06_txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
}
.invis06_page {
    font-size: 42px;
    font-weight: 500;
    color: #ccc;
    font-family: 'Noto Serif KR', serif;
}
.invis06_page .swiper-pagination-current {
    font-weight: 700;
    color: #d3fff0;
}
.invis06_page .swiper-pagination-current::before {
    content: '0';
}
.invis06_page .swiper-pagination-total {
    font-size: 24px;
}
.invis06_page .swiper-pagination-total::before {
    content: '0';
}
.invis06_scroll {
    max-width: 774px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    height: 5px;
    margin-top: 60px;
}
.invis06_scroll .swiper-scrollbar-drag {
    border-radius: 0px;
    background-color: #d3fff0;
}

/* invis07 */
.invis07 {
    background-image: url(../img/sub/invis07_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 171px 0px 136px;
    color: #fff;
    position: relative;
}
.invis07 > img {
    position: absolute;
    top: -123px;
    left: 153px;
    z-index: 2;
}
.invis07_wrap {
    max-width: 1429px;
    width: 100%;
    margin: 0 auto;
}
.invis07_wrap h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 140%;
    color: #d3fff0;
}
.invis07_wrap > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    margin: 26px auto 148px;
}
.invis07_wrap > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invis07_wrap > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 27px 0px;
    max-width: 450px;
    width: 100%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}
.invis07_wrap > div > div:hover {
    background-color: #fff;
}
.invis07_wrap > div > div:hover img {
    filter: invert(1);
}
.invis07_wrap > div h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #d3fff0;
    margin: 14px auto;
}
.invis07_wrap > div > div:hover h3 {
    color: #46675c;
}
.invis07_wrap > div p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.invis07_wrap > div > div:hover p {
    color: #111;
}
.invis07_top {
    margin-bottom: 33px;
}

/* invis08 */
.invis08 {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 190px 0px 186px;
}
.invis08 > img {
    position: absolute;
    top: 66px;
    right: -72px;
}
.invis08 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #222;
}
.invis08 h2 span {
    color: #46675c;
    font-weight: 700;
}
.invis08 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
    margin: 40px auto 48px;
}

/* invis09 */
.invis09 {
    background-image: url(../img/sub/invis09_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 136px;
    color: #333;
    text-align: center;
}
.invis09 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 58px;
}
.invis09_con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1260px;
    margin: 0 auto;
}
.invis09_con p {
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    margin-top: 10px;
}
.invis09_con > div {
    width: 620px;
    padding: 40px 0px 28px;
    background-color: #f5f0ec;
    border-radius: 10px;
}

/* invis10 */
.invis10 {
    padding: 201px 0px 161px;
    text-align: center;
    background-image: url(../img/sub/invis10_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.invis10 h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    line-height: 140%;
    margin: 57px auto 60px;
}
.invis10 h2 span {
    color: #eaac1f;
}
.invis10_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 75px;
    width: fit-content;
    margin: 0 auto;
}
.invis10_list > img {
    position: absolute;
    bottom: -133px;
    right: 50%;
    z-index: 1;
}
.invis10_txt {
    padding-top: 50px;
    text-align: left;

    max-width: 525px;
    width: 100%;
}
.invis10_txt h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 160%;
    color: #eaac1f;
}
.invis10_txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #333;
    margin: 27px 0px 58px;
}
.invis10_txt ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.invis10_txt li {
    font-size: 20px;
    font-weight: 500;
    line-height: 52px;
    color: #333;
    border-radius: 99px;
    background-color: #dfdfdf;
    width: 100%;
    padding-left: 10px;
}
.invis10_txt span {
    display: inline-block;
    margin-right: 14px;
    background-color: #fff;
    color: #eaac1f;
    border-radius: 100%;
    line-height: 32px;
    width: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.invis10_con {
    position: relative;
    margin-top: 245px;
    text-align: left;
}
.invis10_con > img:first-child {
    position: absolute;
    top: -100px;
    right: 0px;
}
.invis10_con > img:last-child {
    position: absolute;
    top: 199px;
    right: 281px;
    z-index: 1;
}
.invis10_title h4 {
    font-size: 52px;
    font-weight: 700;
    color: #111;
    line-height: 140%;
}
.invis10_title h4 span {
    color: #eaac1f;
    background-color: #fff;
    display: inline-block;
    padding: 0px 9px;
    line-height: 65px;
    border-radius: 8px;
}
.invis10_title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #111;
    margin: 33px 0px 59px;
}
.invis10_card {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
    position: relative;
}
.invis10_card > div {
    border-radius: 100%;
    background-color: #fff;
    width: 276px;
    height: 276px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #fecc59;
}
.invis10_card p {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: #111;
    margin-top: 10px;
}

/* invis11 */
.invis11 {
    padding: 146px 0px 239px;
}
.invis11 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #111;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 56px;
}
.invis11 h2 span {
    color: #46675c;
    font-weight: 700;
}
.invis11_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1680px;
    width: 100%;
}
.invis11_list {
    display: flex;
    flex-direction: column;
    max-width: 670px;
    width: 100%;
}
.invis11_list li {
    height: 25%;
    padding: 40px 29px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    color: #333;
    gap: 30px;
    position: relative;
}
.invis11_list li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.invis11_list li:last-child:after {
    display: none;
}
.invis11_list li:hover {
    background-color: #27493e;
    border-radius: 20px;
    color: #fff;
}
.invis11_list li:hover img {
    filter: brightness(100);
}

/* invis12 */
.invis12 {
    background-color: rgba(234, 224, 216, 0.5);
    padding: 79px 0px 217px;
}
.invis12_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1800px;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #46675c;
    margin: 0 auto;
}
.invis12_head h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
}
.invis12_head h3 span {
    color: #46675c;
    font-weight: 700;
}
.invis12 .sub_center {
    text-align: center;
    padding-top: 172px;
}
.invis12 h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    color: #222;
}
.invis12 h2 span {
    font-weight: 700;
    color: #46675c;
}
.invis12 h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #222;
    margin: 22px auto 71px;
}
.invis12 h4 span {
    font-weight: 700;
    color: #46675c;
}
.invis12_con {
    position: relative;
}
.invis12_swiper {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
}
.invis12_title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #f5f0ec;
    padding: 22px 0px;
    gap: 22px;
}
.invis12_swiper > div > .swiper-slide {
    padding: 25px 25px 66px;
}
.invis12_title h5 {
    font-size: 30px;
    font-weight: 700;
    color: #46675c;
}
.invis12_num {
    display: inline-block;
    line-height: 44px;
    border-radius: 99px;
    background-color: #46675c;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 20px;
}
.invis12_name {
    display: inline-block;
    line-height: 44px;
    border-radius: 99px;
    border: 1px solid #46675c;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 28px;
}
.invis12_img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 0px auto;
}
.invis12_img > div {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.invis12_img > div > span {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background-color: #111;
    border-radius: 20px 0px 0px 0px;
    padding: 0px 28px;
    line-height: 46px;
}
.invis12_img .invis12_after > span {
    background-color: #46675c;
}
.invis12_date {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin: 30px auto 20px;
}
.invis12_step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.invis12_step span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #27493e;
    color: #fff;
    border-radius: 100%;
    font-size: 17px;
    font-weight: 500;
    margin-right: 6px;
}
.invis12_step h6 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    line-height: 180%;
}
.invis12_prev {
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.invis12_next {
    position: absolute;
    right: -160px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.invis12 p {
    border-radius: 30px;
    color: #222;
    padding: 50px 0px 41px;
    margin: 37px auto 40px;
    line-height: 180%;
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.5);
}
.invis12 > div > a {
    border-radius: 99px;
    border: 1px solid #27493e;
    line-height: 65px;
    padding: 0px 25px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    color: #27493e;
    margin: 0 auto;
    transition: all 0.2s;
}
.invis12 > div > a:hover {
    background-color: #fff;
}
.invis_swiper {
    width: 100%;
    overflow: hidden;
    margin: 43px auto 0px;
}
.invis12 .invis_page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 47px auto 0px;
    border-radius: 99px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: fit-content;
}
.invis12 .invis_page span {
    width: auto;
    height: auto;
    display: inline-block;
    background-color: transparent;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    color: #666;
    padding: 0px 39px;
    border-radius: 99px;
    line-height: 41px;
    margin: 0 !important;
}
.invis12 .invis_page span.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #27493e;
    font-weight: 700;
}
