@charset "utf-8";

@font-face {
    font-family: "KimjungchulMyungjo-Bold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulMyungjo-Bold.woff2") format("woff2");
    font-weight: 300, 400, 700;
    font-style: normal;
}

.subtop {
    height: 484px;
}

#subtop1 {
    background: url(../img/sub/sub_1_h_bg.png) no-repeat top;
    position: relative;
    height: 660px;
}

#subtop2 {
    background: url(../img/sub/sub_2_h_bg.png) no-repeat top;
    position: relative;
}

#subtop4 {
    background: url(../img/sub/sub_4_h_bg.png) no-repeat top;
    position: relative;
}

#subtop5 {
    background: url(../img/sub/sub_4_h_bg.png) no-repeat top;
    position: relative;
}

.top_Header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    position: relative;
}

.top_Header::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
    width: 56px;
    height: 4px;
    background: #ff8041;
}

.top_Header h3 {
    font-size: 5rem;
    letter-spacing: -2px;
    margin-top: 45px;
}

.top_Header span {
    font-size: 1.63rem;
    letter-spacing: -0.65px;
}

.Sinner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.subtop {
    width: 100%;
}

#subtop3>img,
#subtop5>img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

#subtop1>img {
    width: 100%;
    display: block;
}

#subtop1 .top_Header::before {
    top: 213px;
}

#subtop1 .top_Header h3 {
    margin-top: -58px;
}

.Con_h h4 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
    text-align: center;
}

.Con_h p {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    text-align: center;
}

.lists {
    width: 100%;
    font-size: 0;
    text-align: left;
    margin: 14vh 0 80px;
}

.lists>li {
    width: calc((100% - 60px) / 4);
}

.lists>li:nth-child(4n) {
    margin-right: 0;
}

.lists>li.lists__item .list_img {
    width: 100%;
}

.lists>li.lists__item .list_img img {
    width: 100%;
    display: block;
}

.lists>li.lists__item .list_p {
    width: 100%;
    height: auto;
    background: #ebebeb;
    border-radius: 0 0 15px 0;
    transition: all 0.4s;
}

.lists>li.lists__item .list_p p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #262626;
    line-height: 65px;
    text-align: center;
    transition: all 0.4s;
}

.lists>li.lists__item:hover .list_p {
    background: linear-gradient(to right, #ff641b, #ff8c53);
}

.lists>li.lists__item:hover .list_p p {
    color: #fff;
}

/* sub1 */
.sub {
    width: 100%;
    position: relative;
}

.s111 {
    width: 100%;
    padding: 0 0 45vh;
}

.s111 img {
    width: 100%;
}

.s111_cont {
    margin: -150px 0 0;
}

.s111_cont .s111_img {
    margin: 0 0 100px;
    width: 750px;
    margin: 0 auto 50px;
    padding: 0 10px;
}

.s111_cont .s111_img img {
    width: 100%;
}

.s111_txt {
    text-align: center;
}

.s111_txt .big {
    margin: 0 0 100px 0;
    font-size: 2.3rem;
    color: #000;
}

.s111_txt .small {
    width: 45%;
    margin: auto;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #262626;
    font-weight: 300;
}

.s111_airplane {
    position: absolute;
    left: -5%;
    bottom: 6%;
    transform: translate(-300px, 100px);
}

.s112 {
    position: relative;
    background-image: url(../img/s1/s112_bg2.png);
    background-position: right 100%;
    background-repeat: no-repeat;
}

.s112 .s_inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 0;
}

.s112 .s_inner>div {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 125px);
}

.s112 .s_inner .left {
    margin-right: 250px;
}

.s112_tit {
    margin-bottom: 100px;
}

.s112_tit .bm {
    font-family: "KimjungchulMyungjo-Bold";
    /* font-family: "KimjungchulMyungjo-Bold"; */
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    color: #262626;
}

.s112_tit .big {
    margin: 35px 0;
    font-size: 4rem;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.s112_tit .s_txt {
    width: 82%;
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}

.s112_cont {
    width: 100%;
}

.s112_cont .img {
    width: 100%;
    margin: 0 0 32px 0;
}

.s112_cont .img img {
    width: 100%;
    display: block;
}

.s112_cont .txt {
    width: 100%;
    font-size: 0;
    /* text-align: center; */
    padding-left: 1.5rem;
}

.s112_cont .txt>p {
    display: inline-block;
    vertical-align: top;
}

.s112_cont .txt .check {
    margin-right: 40px;
}

.s112_cont .txt .inner_txt {
    font-size: 1rem;
    letter-spacing: -0.05em;
    line-height: 1.8;
    color: #231815;
    text-align: left;
}

.s112_cont .txt .inner_txt .bold {
    font-family: "KimjungchulMyungjo-Bold";
    display: block;
    line-height: 1.22;
    margin-bottom: 15px;
    font-size: 1.55rem;
    letter-spacing: 0.2px;
    color: #000;
    /* color: #231815; */
}

.s112 .s_inner .right .s112_cont:last-child {
    margin: 120px 0 0;
}

.s112 .s_inner .left .s112_cont:last-child {
    margin: 120px 0 0;
}

.s113 {
    padding: 20vh 0 45vh;
}

.s113 .s_inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 0;
}

.s113 .big {
    margin: 35px 0 20px;
}

.s113 .middle {
    margin: 20px 0 50px;
    font-size: 1.4rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #262626;
}

.bi_wrap {
    margin: 80px 0 0 85px;
}

.bi_wrap .bi_img {
    width: 100%;
    font-size: 0;
}

.bi_wrap .bi_img>div {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
}

.bi_wrap .bi_img .left {
    margin-right: 40px;
}

.bi_wrap .bi_img img {
    width: 100%;
}

.bi_desc {
    margin: 100px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bi_desc .bi_tit p {
    font-size: 1.6rem;
    letter-spacing: -0.025em;
    color: #262626;
    font-weight: 700;
}

.bi_desc .bo_cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bi_desc .bo_cont .left {
    width: 220px;
    height: 89px;
    background: #e84718;
    margin-right: 24px;
}

.bi_desc .bo_cont .right .bold {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #262626;
    letter-spacing: -0.025em;
}

.bi_desc .bo_cont .right .bold::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 115px;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
}

.bi_desc .bo_cont .right .small {
    font-size: 1rem;
    letter-spacing: -0.05em;
    color: #262626;
}

.bi_desc .bo_cont:last-child .left {
    background: #3b3c3b;
}

.s113_airplane {
    position: absolute;
    right: -5%;
    bottom: 6%;
    transform: translate(300px, 100px);
}

.s113_airplane>img {
    width: 100%;
}

.s114 {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.s114.m2 {
    background: #fff;
}

.s114 .m2_tit {
    width: 300px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 75px;
}

.s114 .m2_tit img {
    width: 100%;
}

.s114 .m2_cont_wrap {
    width: 100%;
    position: relative;
}

.s114 .m2_bg {
    width: 100%;
}

.s114 .m2_bg img {
    width: 101%;
}

.s114 .m2_cont {
    width: 75%;
    position: absolute;
    left: 0;
    top: 0;
}

.s114 .m2_cont .m2_cont1 {
    width: 100%;
    padding: 35px 0;
}

.s114 .m2_cont .m2_cont1 p {
    font-size: 2.5rem;
    line-height: 1.3;
    padding-left: 25%;
}

.s114 .m2_cont .m2_cont1 p .big {
    font-size: 3.5rem;
}

.s114 .m2_cont .m2_cont2 {
    width: 100%;
    font-size: 0;
    padding: 55px 0 0;
}

.s114 .m2_cont .m2_cont2>div {
    display: inline-block;
    vertical-align: bottom;
}

.s114 .m2_cont .m2_cont2 .m2_sign {
    width: 25%;
    text-align: end;
    padding-right: 3%;
    margin-bottom: 20px;
}

.s114 .m2_cont .m2_cont2 .m2_sign img {
    width: 72%;
}

.s114 .m2_cont .m2_cont2 .m2_txt {
    width: 75%;
    text-align: end;
    padding-right: 12%;
}

.s114 .m2_cont .m2_cont2 .m2_txt p {
    text-align: left;
    font-size: 1.2rem;
    color: #3c3c3c;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.s114 .m2_cont .m2_cont2 .m2_txt .m2_more {
    display: inline-block;
    width: 16%;
    text-align: left;
    margin-top: 15px;
}

.s114 .m2_cont .m2_cont2 .m2_txt .m2_more span {
    font-size: 1rem;
    font-weight: 600;
    color: #3c3c3c;
}

.s114 .m2_cont .m2_cont2 .m2_txt .m2_more img {
    display: inline-block;
    width: 100%;
    margin-top: -5px;
    transition: all 0.4s;
}

.s114 .m2_cont .m2_cont2 .m2_txt .m2_more:hover img {
    transform: translateX(10px);
}

.s114 .m2_img {
    display: block;
    position: absolute;
    right: -4%;
    bottom: 16px;
    width: 27%;
}

.s114 .m2_img img {
    width: 100%;
}

.s115 {
    width: 100%;
    margin: 20vh 0 0;
}

.s115_bg {
    width: 100%;
    position: relative;
}

.s115_bg img {
    width: 100%;
    display: block;
}

.s115_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.s115_txt p {
    font-size: 2.4rem;
    letter-spacing: -0.025em;
    color: #fff;
    font-weight: 700;
}

/* sub2 */
.s211 .s211_bg1 {
    position: absolute;
    left: 34%;
    top: -1%;
}

.s211 .s211_bg2 {
    position: absolute;
    right: -13%;
    bottom: -12%;
}

.s211 .sub_inner {
    width: 90%;
    max-width: 1420px;
    margin: auto;
    padding: 0 0 30vh 0;
}

.s211 .sub_tit {
    margin: 12vh 0 14vh;
    text-align: center;
}

.s211 .sub_tit .bold {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}

.s211 .sub_tit .s_tit {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.js-load.active {
    display: inline-block;
}

.is_comp.js-load:after {
    display: none;
}

.s211 .sub_inner .lists {
    width: 100%;
    font-size: 0;
    text-align: left;
    margin: 14vh 0 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
    justify-content: center;
}

.s211 .sub_inner .lists>li {
    width: calc((100% - 60px) / 4);
}

.s211 .sub_inner .lists>li:nth-child(4n) {
    margin-right: 0;
}

.s211 .sub_inner .lists>li.lists__item .list_img {
    width: 100%;
    height: 36.87vh;
}

.s211 .sub_inner .lists>li.lists__item:nth-child(2) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 10%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(3) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(4) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(6) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(9) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(10) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 7%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(11) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 10%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(12) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(13) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 5%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(14) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 8%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(15) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 8%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(16) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 5%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(17) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(18) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(19) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(20) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(21) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 5%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(23) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 8%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(24) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 10%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(26) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 4%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(27) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 6%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(28) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(29) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(30) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 10%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(32) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 7%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(33) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(35) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(36) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 5%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(39) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 5%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(40) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 5%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(41) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s211 .sub_inner .lists>li.lists__item:nth-child(43) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 3%);
}

.s221 .sub_inner .lists>li.lists__item:nth-child(2) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 9%);
}

.s221 .sub_inner .lists>li.lists__item:nth-child(3) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 14%);
}

.s221 .sub_inner .lists>li.lists__item:nth-child(4) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 14%);
}

.s221 .sub_inner .lists>li.lists__item:nth-child(6) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 6%);
}

.s221 .sub_inner .lists>li.lists__item:nth-child(7) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 12%);
}

.s221 .sub_inner .lists>li.lists__item:nth-child(8) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 10%);
}

.s231 .sub_inner .lists>li.lists__item:nth-child(1) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 12%);
}

.s231 .sub_inner .lists>li.lists__item:nth-child(2) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 9%);
}

.s231 .sub_inner .lists>li.lists__item:nth-child(3) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 13%);
}

.s231 .sub_inner .lists>li.lists__item:nth-child(4) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 14%);
}

.s231 .sub_inner .lists>li.lists__item:nth-child(6) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 10%);
}

.s231 .sub_inner .lists>li.lists__item:nth-child(7) .list_img::before {
    display: none;
}

.s231 .sub_inner .lists>li.lists__item:nth-child(8) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 17%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(1) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 6%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(2) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 6%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(3) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 8%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(4) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 7%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(6) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 2%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(7) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 6%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(8) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 6%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(9) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 2%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(10) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 2.5%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(11) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 8%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(12) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 7%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(13) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 1%);
}

.s241 .sub_inner .lists>li.lists__item:nth-child(14) .list_img::before {
    display: none;
}

.s241 .sub_inner .lists>li.lists__item:nth-child(15) .list_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 36.87vh;
    background-color: rgb(0 0 0 / 7%);
}

.s211 .sub_inner .lists>li.lists__item .list_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.s211 .sub_inner .lists>li.lists__item .list_p {
    width: 100%;
    height: auto;
    background: #ebebeb;
    border-radius: 0 0 15px 0;
    transition: all 0.4s;
}

.s211 .sub_inner .lists>li.lists__item .list_p p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #262626;
    line-height: 65px;
    text-align: center;
    transition: all 0.4s;
}

.s211 .sub_inner .lists>li.lists__item:hover .list_p {
    background: linear-gradient(to right, #ff641b, #ff8c53);
}

.s211 .sub_inner .lists>li.lists__item:hover .list_p p {
    color: #fff;
}

.btn-wrap {
    text-align: center;
}

.btn-wrap a {
    display: inline-block;
    width: 230px;
    border: 1px solid #000;
    border-radius: 35px;
    line-height: 46px;
    color: #000;
    font-size: 0.95rem;
    letter-spacing: -0.02em;
    transition: all 0.4s;
}

.btn-wrap a:hover {
    background: #ff641b;
    border: 1px solid #ff641b;
    color: #fff;
}

.s221 .lists>li {
    display: inline-block;
}

/* sub3 */
.s311 {
    width: 100%;
}

.s311 img {
    width: 100%;
    display: block;
}

.s312 {
    padding: 20vh 0;
}

.s312>img {
    display: block;
    position: absolute;
    right: 0;
    top: -2%;
    z-index: -1;
}

.s312 .s_inner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.s312 .s_inner>img {
    margin-left: 100px;
}

.s312 .map {
    margin: 100px 0 80px;
    position: relative;
    width: 100%;
    height: 630px;
    font-size: 0.8rem;
}

.s312 .img {
    width: 100%;
}

.s312 .img img {
    width: 100%;
}

.s312 .s_inner .s312_list .lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.s312 .s_inner .s312_list .lists>li {
    display: inline-block;
    position: relative;
    /* margin: 40px; */
    border-radius: 20px;
    transition: all 0.4s;
    width: calc((100% - 40px) / 3);
}

.s312 .s_inner .s312_list .lists>li:nth-child(3n) {
    margin-right: 0;
}

.s312 .s_inner .s312_list .lists>li .list_img {
    width: 100%;
}

.s312 .s_inner .s312_list .lists>li .list_img img {
    width: 100%;
}

.s312 .s_inner .s312_list .lists>li .list_p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0 0 20px 20px;
    transition: all 0.4s;
}

.s312 .s_inner .s312_list .lists>li .list_p p {
    line-height: normal;
    text-align: left;
}

.s312 .s_inner .s312_list .lists>li .list_p .list_tit {
    /* font-family: "KimjungchulMyungjo-Bold"; */
    font-weight: 200;
    font-size: 1.8rem;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-weight: 700;
}

.s312 .s_inner .s312_list .lists>li .list_p .address {
    font-size: 1.4rem;
    color: #fff;
    margin: 24px 0 10px;
    font-weight: 400;
}

.s312 .s_inner .s312_list .lists>li .list_p .tel {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
}

.s312 .s_inner .s312_list .lists>li .list_p .tel img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.s312 .s_inner .s312_list .lists>li:hover .list_p {
    background: linear-gradient(to right, #ff641b, #ff8c53);
}

.s312 .s_inner .s312_list .lists>li.show {
    transform: translateY(-20px);
}

.s312 .s_inner .s312_list .lists>li.show:nth-child(3n-1) {
    transform: translateY(50px);
}

/* sub_4_1 */
.sub_4 .h_banner {
    font-size: 0;
    overflow: hidden;
}

.sub_4 .h_banner>div {
    display: inline-block;
    vertical-align: middle;
}

.sub_4 .h_banner .img {
    width: 54%;
    padding-left: 4%;
    margin-top: -65px;
}

.sub_4 .h_banner .img img {
    width: 100%;
    display: block;
}

.sub_4 .h_banner .txt {
    margin-left: -56px;
    margin-top: -90px;
}

.sub_4 .h_banner .txt .top {
    margin-bottom: 50px;
}

.sub_4 .h_banner .txt .top>span {
    display: inline-block;
    vertical-align: middle;
}

.sub_4 .h_banner .txt .top>span.thesignature {
    font-family: "Thesignature";
    font-size: 8.5rem;
    color: #ff8c36;
    letter-spacing: -0.01em;
    margin-top: -22px;
}

.sub_4 .h_banner .txt .top>span.bold {
    font-size: 4rem;
    letter-spacing: -0.025em;
}

.sub_4 .h_banner .txt .bot {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
    font-weight: 300;
    text-align: end;
    margin: 20px 0;
}

.sub_4 .h_banner .txt .bot .bold {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.sub_4 .h_banner .txt .bot .bold::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -14px;
    width: 100%;
    max-width: 275px;
    height: 12px;
    background: url(../img/s4/s411_txt_img.png) no-repeat center/100%;
}

.sub_4_1 .Contents1and3 .C1and3 {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 130px;
    margin: 0 0 150px;
}

.sub_4_1 .Contents1and3.c3 .C1and3 {
    margin-top: 150px;
}

.sub_4_1 .Contents1and3 .C1and3 h4 {
    transform: rotate(90deg);
    position: absolute;
    top: 40px;
    left: 70vh;
    font-size: 1.13rem;
}

.sub_4_1 .Contents1and3 .C1and3 div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 75px;
    flex: 1;
}

.sub_4_1 .Contents1and3 .C1and3 h3 {
    position: relative;
    letter-spacing: -0.8px;
    font-size: 2rem;
    font-family: "KimjungchulMyungjo-Bold";
    font-weight: 300;
}

.sub_4_1 .Contents1and3 .C1and3 h3::before {
    content: "";
    position: absolute;
    background: url(../img/sub/sub_4_1_Contents1_check_Icon.svg);
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-40px, -15px);
}

.sub_4_1 .Contents1and3 .C1 ul {
    padding: 25px 10px;
}

.sub_4_1 .Contents1and3 .C1and3 ul li {
    font-size: 1.13rem;
    line-height: 24px;
    letter-spacing: -0.9px;
    position: relative;
}

.sub_4_1 .Contents1and3 .C1 ul li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
}

.sub_4_1 .Contents2 .C2 {
    display: flex;
    justify-content: space-between;
    gap: 130px;
}

.sub_4_1 .Contents2 .C2 div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 75px;
    text-align: right;
    flex: 1;
}

.sub_4_1 .Contents2 .C2 div:first-child h3 {
    position: relative;
    letter-spacing: -0.8px;
    font-size: 2rem;
    font-family: "KimjungchulMyungjo-Bold";
    font-weight: 300;
}

.sub_4_1 .Contents2 .C2 div:first-child h3::before {
    content: "";
    position: absolute;
    background: url(../img/sub/sub_4_1_Contents1_check_Icon.svg);
    width: 30px;
    height: 30px;
    right: 37%;
    top: 50%;
    transform: translateY(-50%);
}

.sub_4_1 .Contents2 .C2 div:first-child ul {
    padding: 25px 0;
}

.sub_4_1 .Contents2 .C2 div:first-child ul li {
    font-size: 1.13rem;
    line-height: 24px;
    letter-spacing: -0.9px;
}

.sub_4_1 .Contents2 .C2 div:last-child h4 {
    font-size: 1.13rem;
    margin-bottom: 25px;
}

.sub_4_1 .Contents1and3 .C3 ul {
    padding: 25px 0;
}

.sub_4_1 .Contents4 {
    background: #f2f2f2;
    padding: 70px 0;
}

.sub_4_1 .Contents4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 115px;
    margin-top: 110px;
}

.sub_4_1 .Contents4 ul li h4 {
    margin: 20px 0 10px;
    font-size: 1.5rem;
    letter-spacing: -0.6px;
}

.sub_4_1 .Contents4 ul li p {
    font-size: 1.05rem;
    line-height: 1.3;
    letter-spacing: -0.9px;
    font-weight: 300;
    color: #262626;
}

.sub_4_1 .Contents5 {
    padding: 130px 0 30vh;
}

.sub_4_1 .Contents5 .ImgWrap {
    margin-top: 85px;
    position: relative;
}

.sub_4_1 .Contents5 .ImgWrap img:last-child {
    position: absolute;
    left: 42%;
    top: 18%;
}

/* sub_4_2 */
.sub_4_2 {
    margin-top: 75px;
}

.sub_4_2 .Contents1 .Con_h img {
    margin: 75px 0 55px;
}

.sub_4_2 .Contents1 .swiper .swiper-slide {
    border-bottom: 1px solid #bdbdbd;
}

.sub_4_2 .Contents1 .swiper .swiper-slide img {
    width: 100%;
}

.sub_4_2 .Contents1 .swiper .swiper-slide p {
    font-size: 1.38rem;
    line-height: 30px;
    letter-spacing: -0.55px;
    padding: 20px 0 18px;
}

.sub_4_2 .Contents2 {
    padding: 210px 0 265px;
}

.sub_4_2 .Contents2 h4 {
    text-align: center;
    font-size: 2.63rem;
    line-height: 30px;
    letter-spacing: -1.05px;
}

.sub_4_2 .Contents3 .Con_h .BMYS {
    font-size: 30px;
    line-height: 41.05px;
    letter-spacing: -0.75px;
}

.sub_4_2 .Contents3 .ImgWrap {
    position: relative;
    padding: 205px 0 550px;
}

.sub_4_2 .Contents3 .ImgWrap li {
    height: 400px;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.sub_4_2 .Contents3 .ImgWrap li img {
    width: 198px;
}

.sub_4_2 .Contents3 .ImgWrap li h4 {
    font-size: 1.5rem;
}

.sub_4_2 .Contents3 .ImgWrap li p {
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: -1px;
}

.sub_4_2 .Contents3 .ImgWrap li::after {
    position: absolute;
    width: 19px;
    height: 22px;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(1)::after {
    content: "";
    background: url(../img/sub/sub_4_2_Contents3_R_arrow.svg) no-repeat center;
    top: 20%;
    right: -65%;
    transform: translateY(30%);
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(3)::after {
    content: "";
    background: url(../img/sub/sub_4_2_Contents3_R_arrow.svg) no-repeat center;
    top: 20%;
    right: -40%;
    transform: translateY(30%);
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(5)::after {
    content: "";
    background: url(../img/sub/sub_4_2_Contents3_L_arrow.svg) no-repeat center;
    top: 20%;
    left: -90%;
    transform: translateY(15%);
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(7)::after {
    content: "";
    background: url(../img/sub/sub_4_2_Contents3_R_arrow.svg) no-repeat center;
    top: 20%;
    right: -63%;
    transform: translateY(25%);
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(8)::after {
    content: "";
    background: url(../img/sub/sub_4_2_Contents3_R_arrow.svg) no-repeat center;
    top: 20%;
    right: -41%;
    transform: translateY(25%);
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(1) {
    top: 6%;
    left: 0;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(2) {
    top: 6%;
    left: 26%;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(3) {
    top: 6%;
    left: 60%;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(4) {
    top: 35%;
    left: 75%;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(5) {
    top: 35%;
    left: 45%;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(6) {
    top: 35%;
    left: 15%;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(7) {
    bottom: 14%;
    right: 65%;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(8) {
    bottom: 14%;
    right: 30%;
}

.sub_4_2 .Contents3 .ImgWrap li:nth-child(9) {
    bottom: 14%;
    right: -2%;
}

.sub_4_3 {
    margin-bottom: 20vh;
    margin-top: 75px;
}

.sub_4_3 article {
    position: relative;
}

.sub_4_3 article .swiper {
    padding-top: 22vh;
    position: relative;
}

.sub_4_3 article .swiper::before {
    content: "";
    position: absolute;
    left: 2%;
    top: 22vh;
    width: 57%;
    height: 508px;
    background: #f2f2f2;
    z-index: -1;
}

.sub_4_3 .swiper-pagination-fraction {
    position: absolute;
    left: 99px;
    top: 14vh;
    width: 100%;
    height: auto;
    bottom: auto;
}

.sub_4_3 .swiper-pagination-current {
    color: #ff8041;
}

.sub_4_3 .swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.sub_4_3 .swiper-container .swiper-wrapper {
    left: -38%;
}

.sub_4_3 .swiper-slide {
    display: flex;
    transition: none;
    height: 508px;
    position: relative;
    overflow: hidden;
}

.sub_4_3 .swiper-slide .img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.sub_4_3 .swiper-slide .img-wrap img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.sub_4_3 .swiper-slide.swiper-slide-active {
    transform: translateY(-4vh);
    margin-right: 130px !important;
    width: 57% !important;
}

.sub_4_3 .swiper-slide.swiper-slide-active .img-wrap img {
    width: auto;
}

.sub_4_3 .swiper-slide .img-wrap {
    width: 100%;
}

.sub_4_3 .swiper-slide img {
    width: 100%;
}

.sub_4_3 .control {
    position: absolute;
    right: 15%;
    top: 15vh;
}

.sub_4_3 .swiper-button-next,
.sub_4_3 .swiper-button-prev {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.sub_4_3 .swiper-button-next::after,
.sub_4_3 .swiper-button-prev::after {
    display: none;
}

.sub_4_3 .swiper-button-prev {
    margin-right: 30px;
}

.s432 {
    margin-bottom: 30vh;
}

.s432 img {
    width: auto;
    display: block;
    margin: auto;
}

.s441 .s_inner {
    width: 90%;
    max-width: 1200px;
    margin: 90px auto 20vh;
    text-align: end;
}

.s441 .s_inner>img {
    margin-bottom: 70px;
}

.s441 .s_inner .form {
    text-align: left;
}

.s511 {
    margin: 12vh 0 25vh;
}

.s511 .s_inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.s511 .s_inner .s511_list {
    width: 100%;
}

.s511 .s_inner .s511_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.s511 .s_inner .s511_list .lists>li {
    width: calc((100% - 80px) / 3);
    border: 1px solid #ff5200;
    border-radius: 20px;
    transition: all 0.4s;
    margin-bottom: 50px;
}

.s511 .s_inner .s511_list .lists>li:nth-child(3n) {
    margin-right: 0;
}

.s511 .s_inner .s511_list .lists>li .list_img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.s511 .s_inner .s511_list .lists>li .list_img img {
    width: 100%;
}

.s511 .s_inner .s511_list .lists>li .list_p {
    background: #fff;
    padding: 20px 5% 45px;
    border-radius: 0 0 20px 20px;
}

.s511 .s_inner .s511_list .lists>li .list_p p {
    line-height: normal;
    text-align: left;
    transition: none;
}

.s511 .s_inner .s511_list .lists>li .list_p .date {
    font-size: 0.8rem;
    color: #666;
}

.s511 .s_inner .s511_list .lists>li .list_p .tit {
    font-size: 1.1rem;
    font-weight: 600;
    color: #262626;
    margin: 15px 0;
}

.s511 .s_inner .s511_list .lists>li .list_p .address {
    font-size: 0.9rem;
    color: #262626;
}

.s511 .s_inner .s511_list .lists>li:nth-child(even) .list_p {
    background: linear-gradient(to right, #ff641b, #ff8c53);
}

.s511 .s_inner .s511_list .lists>li:nth-child(even) .list_p p {
    color: #fff;
}

.s511 .s_inner .s511_list .lists>li:nth-child(even) .list_p .date {
    color: #ddd;
}

.s511 .s_inner .s511_list .lists>li.show {
    transform: translateY(-20px);
}

.s511 .s_inner .s511_list .lists>li.show:nth-child(3n-1) {
    transform: translateY(50px);
}