body {
    width: 100%;
    min-width: 1920px;
}

#main {
    position: relative;
}

#main #section0 .inner {
    max-width: 1430px;
    margin: 0 auto;
    position: relative;
}

#main #section0 .inner .title {
    padding: 173px 0 47px;
}

#main #section0 .inner .title p {
    font-size: 40px;
    line-height: 60px;
    font-family: 'Pretendard-Bold';
}

#main #section0 .inner .title p b {
    color: #c24a30;
}

#main #section0 .inner .video {
    position: absolute;
    box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.42);
    top: 160px;
    right: 3%;
    width: 780px;
    height: 470px;
}

#main #section1 .inner {
    max-width: 1430px;
    margin: 0 auto;
    position: relative;
    padding: 203px 0 440px;
}

#main #section1 .inner .title strong {
    font-size: 50px;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 25px;
}

#main #section1 .inner .title p {
    font-size: 30px;
    line-height: 39px;
    color: #575757;
}

#main #section1 .inner .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 170px;
}

#main #section1 .inner .content .area {
    display: flex;
    align-items: center;
    gap: 49px;
    margin-bottom: 75px;
}

#main #section1 .inner .content .area > img {
    box-shadow: -6.36px 6.36px 24px 0 rgba(0, 0, 0, 0.42);
    border-radius: 30px;
}

#main #section1 .inner .content .area .txt span {
    font-size: 60px;
    color: #ef9d8c;
    display: block;
    margin-bottom: 25px;
}

#main #section1 .inner .content .area .txt p {
    font-size: 27px;
    line-height: 36px;
    color: #575757;
}

#main #section1 .inner .content .area:nth-child(n+3) .txt span {
    color: black;
}

#main #section1 .inner .content .area:nth-child(n+3) .txt p {
    color: black;
}

#main #section1 .inner .content .area:nth-child(2n) {
    text-align: right;
}

#main #section1 .img img {
    width: 100%;
}

#main #section2 {
    background: url('../../images/section2_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 128px 0 219px;
}

#main #section2 .inner {
    max-width: 1430px;
    margin: 0 auto;
}

#main #section2 .inner .title {
    color: white;
    margin-bottom: 51px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#main #section2 .inner .title strong {
    font-size: 50px;
    line-height: 52px;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 25px;
}

#main #section2 .inner .title p {
    font-size: 23px;
    line-height: 32px;
}

#main #section2 .inner .title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 360px; */
    background: white;
    border: 1px solid #c24a30;
    border-radius: 10px;
    color: #c24a30;
    font-size: 29px;
    padding: 12px 24px;
    font-family: 'Pretendard-Medium';

}

#main #section2 .inner .title a:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: url('../../images/section2_icon.png');
    margin-left: 10px;
}

#main #section2 .inner .container {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
}

#main #section2 .kwicks-wrapper {
    width: 100%;
    overflow: hidden;
}

#main #section2 .kwicks {
    list-style: none;
    display: flex;
    height: 580px;
    width: 100%;
    gap: 4px;
}

#main #section2 .kwick {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
    background: #fff;
    transition: flex 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex: 0.8;
    min-width: 120px;
}

#main #section2 .kwick.active {
    flex: 4;
}

#main #section2 .kwick-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#main #section2 .kwick.active .kwick-images {
    opacity: 1;
}

#main #section2 .kwick-img-main {
    flex: 2;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

#main #section2 .kwick-img-sub {
    flex: 1;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

#main #section2 .kwick-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 60%, transparent 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#main #section2 .kwick-content > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    color: white;
    width: auto;
    font-size: 24px;
    font-family: 'Pretendard-Medium';
    float: right;
    margin-top: 34px;
    border-radius: 10px;
    padding: 13px 24px 14px;
    margin-left: auto;
}

#main #section2 .kwick-content > a:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../../images/kwick_icon.png');
    margin-left: 20px;
}

#main #section2 .kwick.active .kwick-content {
    opacity: 1;
    transform: translateY(0);
}

#main #section2 .kwick-title-h {
    font-size: 32px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 12px;
    color: #fff;
}

#main #section2 .kwick-desc {
    font-size: 18px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

#main #section2 .kwick-title-v {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 27px;
    font-family: 'Pretendard-Bold';
    color: #333;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.3s ease;
    letter-spacing: 2px;
}

#main #section2 .kwick.active .kwick-title-v {
    opacity: 0;
}

#main #section2 .kwick:not(.active) {
    background: #fff;
}

#main #section2 .kwick:not(.active)::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
}

#main #section2 .kwick:nth-child(1):not(.active)::before {
    background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=300&q=80');
}

#main #section2 .kwick:nth-child(2):not(.active)::before {
    background-image: url('https://images.unsplash.com/photo-1478147427282-58a87a120781?w=300&q=80');
}

#main #section2 .kwick:nth-child(3):not(.active)::before {
    background-image: url('https://images.unsplash.com/photo-1475721027785-f74eccf877e2?w=300&q=80');
}

#main #section2 .kwick:nth-child(4):not(.active)::before {
    background-image: url('https://images.unsplash.com/photo-1515187029135-18ee286d815b?w=300&q=80');
}




/* #main #section4 .inner ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 580px;
    margin: 0;
    padding: 0;
}

#main #section4 .inner ul li {
    background: white;
    border-radius: 20px;
    height: 580px;
    overflow: hidden;
    list-style: none;
    
}

#main #section4 .inner ul .on {
    width: 747px;
    padding: 48px 31px 43px 36px;
}

#main #section4 .inner ul .on .txt strong {
    font-size: 32px;
    font-family: 'Pretendard-Bold';
    border-bottom: 2px solid #c24a30;
    padding-bottom: 18px;
    margin-bottom: 19px;
    display: block;
}

#main #section4 .inner ul .on .txt img {
    margin-bottom: 28px;
}

#main #section4 .inner ul .on .txt p {
    font-size: 18px;
    line-height: 27px;
    color: #444444;
    text-align: center;
    display: block;
}

#main #section4 .inner ul .off {
    width: 220px;
    padding: 60px 16px 36px;
}

#main #section4 .inner ul .off .txt strong {
    font-size: 25px;
    font-family: 'Pretendard-Bold';
    text-align: center;
    margin-bottom: 31px;
    border-bottom: none;
}

#main #section4 .inner ul .off .txt p {
    display: none;
} */

#main #section3 {
    padding-top: 173px;
}

#main #section3 .inner > .title {
    max-width: 1430px;
    margin: 0 auto 40px;
    position: relative;
}

#main #section3 .inner > .title img {
    position: absolute;
    bottom: -40px;
    right: -225px;
}

#main #section3 .inner > .title strong {
    font-size: 50px;
    line-height: 52px;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 23px;
}

#main #section3 .inner > .title p {
    font-size: 23px;
    line-height: 32px;
    color: #444444;
}

#main #section3 .inner .sc6_1 {
    display: flex;
}

#main #section3 .inner .sc6_1 .left {
    background: url('../../images/intro01.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 640px;
    position: relative;
}

#main #section3 .inner .sc6_1 .left .info {
    right: 15px;
    bottom: 65px;
    color: white;
}

#main #section3 .inner .sc6_1 .right {
    background: url('../../images/intro02.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 640px;
    position: relative;
}

#main #section3 .inner .sc6_1 .right .info {
    left: 50px;
    bottom: 65px;
    color: white;
}

#main #section3 .inner .sc6_1 .info {
    position: absolute;
}

#main #section3 .inner .sc6_1 .info p {
    font-size: 23px;
    margin-bottom: 22px;
}

#main #section3 .inner .sc6_1 .info > span {
    font-size: 23px;
    display: block;
    margin-bottom: 10px;
}

#main #section3 .inner .sc6_1 .info p b {
    font-family: 'Pretendard-SemiBold';
    font-size: 26px;
}

#main #section3 .inner .sc6_1 .info ul {
    margin-bottom: 44px;
}

#main #section3 .inner .sc6_1 .info ul li {
    font-size: 21px;
    letter-spacing: -0.8px;
    line-height: 28px;
    list-style-type: disc;
    list-style-position: inside;
}

#main #section3 .inner .sc6_1 .info ul li::marker {
    margin-right: 10px !important;
}

#main #section3 .inner .sc6_1 .info button {
    background: #c24a30;
    color: white;
    font-size: 18px;
    letter-spacing: -0.8px;
    /* line-height: 28px; */
    border-radius: 10px;
    padding: 12px 0;
    width: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main #section3 .inner .sc6_1 .info button:after {
    content: '';
    background: url('../../images/view_icon.png');
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 14px;
}

#main #phrase {
    padding: 210px 0 45px;
}

#main #phrase .inner {
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#main #phrase .inner p:first-child {
    font-size: 23px;
    line-height: 32px;
    color: #444444;
}

#main #phrase .inner p:first-child b {
    font-size: 50px;
    line-height: normal;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 20px;
}

#main #phrase .inner p:last-child {
    font-size: 23px;
    line-height: 32px;
}

#main #phrase .inner p:last-child b {
    font-family: 'Pretendard-Bold';
}

#main #section3_5 {
    background-image: url('../../images/section3_5_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    padding-top: 80px;
}

#main #section3_5 .inner {
    max-width: 1430px;
    margin: 0 auto;
}

#main #section3_5 .inner .title {
    text-align: center;
    margin-bottom: 50px;
}

#main #section3_5 .inner .title p {
    font-size: 24px;
}

#main #section3_5 .inner .title p b {
    font-size: 50px;
    line-height: normal;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 20px;
}

#main #section3_5 .inner .box_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 80px;
}

#main #section3_5 .inner .box_area .box {
    width: 440px;
    border-radius: 10px;
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#main #section3_5 .inner .box_area .box:first-child {
    background-image: url('../../images/section3_5_img1.png');
}

#main #section3_5 .inner .box_area .box:nth-child(2) {
    background-image: url('../../images/section3_5_img2.png');
}

#main #section3_5 .inner .box_area .box:nth-child(3) {
    background-image: url('../../images/section3_5_img3.png');
}

#main #section3_5 .inner .box_area .box:nth-child(4) {
    background-image: url('../../images/section3_5_img4.png');
}

#main #section3_5 .inner .box_area .box:nth-child(5) {
    background-image: url('../../images/section3_5_img5.png');
}

#main #section3_5 .inner .box_area .box:nth-child(6) {
    background-image: url('../../images/section3_5_img6.png');
}

#main #section3_5 .inner .box_area .box p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 18px;
}

#main #section3_5 .inner .bottom {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #c24a30;
    color: white;
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 30px;
}

#main #section3_5 .inner .bottom a {
    background: white;
    width: 300px;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Pretendard-Medium';
    color: #c24a30;
    padding: 9px 24px;

}

#main #section3_5 .inner .bottom a:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../../images/section3_5_icon.png');
}

#main #section4 {
    padding: 143px 0 175px;
}

#main #section4 .inner {
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

#main #section4 .inner .left {
    flex: 0 0 370px;
}

#main #section4 .inner .left .title {
    margin-bottom: 120px;
}

#main #section4 .inner .left .title strong {
    font-family: 'Pretendard-Bold';
    font-size: 50px;
    line-height: 52px;
    display: block;
    margin-bottom: 31px;
}

#main #section4 .inner .left .title p {
    font-size: 23px;
}

#main #section4 .inner .left .nav {
    display: flex;
    gap: 13px;
    margin-bottom: 62px;
}

#main #section4 .inner .left .nav .nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 10px;
    font-size: 20px;
    color: #bcbcbc;
    cursor: pointer;
    transition: all 0.3s ease;
}

#main #section4 .inner .left .nav .nav-btn:hover {
    border-color: #333;
    background: #f9f9f9;
}

#main #section4 .inner .left .nav .arrow-left::before {
    content: '\2190';
    color: black;
}

#main #section4 .inner .left .nav .arrow-right::after {
    content: '\2192';
    color: black;
}

#main #section4 .inner .left .more {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
    padding: 22px 20px;
    background: #c24a30;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
    transition: background 0.3s ease;
}

#main #section4 .inner .left .more::after {
    content: '';
    background: url('../../images/view_icon.png');
    display: block;
    width: 21px;
    height: 21px;
    /* margin-left: 14px; */
}

#main #section4 .inner .left .more:hover {
    background: #a43722;
}

#main #section4 .inner .right {
    flex: 1;
    overflow: hidden;
    margin-right: -225px;
}

#main #section4 .inner .right .newsSwiper {
    overflow: visible;
    padding-right: 100px;
}

#main #section4 .inner .right .newsSwiper .swiper-wrapper {
    align-items: stretch;
}

#main #section4 .inner .right .newsSwiper .swiper-slide {
    width: 419px;
    height: auto;
}

#main #section4 .inner .right .news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

#main #section4 .inner .right .news-card-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-bottom: 34px;
}

/* #main #section4 .inner .right .news-card-content {
    padding: 20px 5px;
} */

#main #section4 .inner .right .news-card-title {
    font-size: 25px;
    font-family: 'Pretendard-SemiBold';
    color: #444444;
    margin-bottom: 17px;
    word-break: keep-all;
}

#main #section4 .inner .right .news-card-desc {
    font-size: 18px;
    color: #5d5d5d;
    line-height: 27px;
    font-family: 'Pretendard-Thin';
    margin-bottom: 22px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    padding-bottom: 20px;
    border-bottom: 1px solid #c24a30;
}

#main #section4 .inner .right .news-card-date {
    font-size: 18px;
    color: #7d7d7d;
}





#main #section5 {
    background: url('../../images/section6_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 0;
}

#main #section5 .inner {
    max-width: 1430px;
    margin: 0 auto;
    color: white;
}

#main #section5 .inner .title strong {
    font-family: 'Pretendard-Bold';
    font-size: 50px;
    line-height: 52px;
    display: block;
    margin-bottom: 31px;
}

#main #section5 .inner .title p {
    font-size: 31px;
    margin-bottom: 22px;
}

#main #section5 .inner .title span {
    font-family: 'Pretendard-Bold';
    font-size: 45px;
    line-height: 58px;
    display: block;
    margin-bottom: 40px;
}

#main #section5 .inner button {
    width: 136px;
    background: black;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    /* line-height: 28px; */
    padding: 10px 0;
    letter-spacing: -0.8px;
    margin-bottom: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

#main #section5 .inner button:hover {
    background: #a43722;
}

#main #section5 .inner button:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url('../../images/view_icon.png');
    margin-left: 14px;
}

#main #section5 .inner .logo {
    margin-bottom: 44px;
}

#main #section5 .inner .logo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main #section5 .inner .bottom {
    text-align: center;
}



.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 1080px;
}

.hero-bg-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #4a2c7a 0%, #5e3a8c 30%, #6b4799 50%, #4a2c7a 100%); */
    background-image: url("../../images/slide_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle cx='100' cy='100' r='80' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='2'/%3E%3Ccircle cx='100' cy='100' r='60' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='2'/%3E%3Cpath d='M100 40 L100 70 M100 130 L100 160 M40 100 L70 100 M130 100 L160 100' stroke='rgba(255,255,255,0.1)' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 300px 300px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 2;
}

.heroSwiper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.heroSwiper .swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.8s ease;
}

.heroSwiper .swiper-slide-active {
    opacity: 1 !important;
}

.heroSwiper .swiper-slide {
    display: block;
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    /* max-width: 550px; */
    z-index: 30;
    padding-right: 20px;
}

.slide-title {
    font-size: 65px;
    font-family: 'Pretendard-Bold';
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}

.slide-subtitle {
    font-size: 35px;
    font-family: 'Pretendard-Medium';
    color: rgba(255,255,255,0.95);
    margin-bottom: 20px;
    line-height: 1.4;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

.slide-desc {
    font-size: 27px;
    font-family: 'Pretendard-SemiBold';
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.slide-cta {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    /* background: rgba(255,255,255,0.15); */
    background-color: #c24a30;
    /* border: 1px solid #67487c; */
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.slide-cta:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url('../../images/view_icon.png');
}

.slide-cta:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
}

.cta-label {
    color: white;
    font-family: 'Pretendard-SemiBold';
    font-size: 33px;
}

.cta-text {
    font-size: 25px;
    font-family: 'Pretendard-Medium';
}

.cta-arrow {
    font-size: 1.2rem;
    opacity: 0.7;
}

.slide-visual {
    position: absolute;
    top: 0;
    left: 35%;
    right: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.visual-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(245,243,240,0.85) 30%, rgba(245,243,240,0.95) 100%);
    z-index: 1;
}

.visual-bg::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 60%;
    height: 60%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 50 Q30 30 50 50 T90 50' fill='none' stroke='rgba(200,190,180,0.3)' stroke-width='1'/%3E%3C/svg%3E");
    background-size: cover;
    opacity: 0.5;
}

.visual-persons {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* height: 90%; */
    z-index: 5;
    gap: 0;
}

.visual-persons img {
    max-width: unset;
}

.person {
    height: 95%;
    max-height: 550px;
    width: auto;
    max-width: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
}

.person-1 {
    transform: translateX(40px);
    z-index: 2;
}

.person-2 {
    transform: translateX(-40px);
    z-index: 1;
}

.visual-caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    /* color: #666; */
    color: white;
    font-size: 22px;
    white-space: nowrap;
    z-index: 10;
    /* background: rgba(255,255,255,0.9); */
    padding: 8px 20px;
    border-radius: 20px;
}

.visual-caption b {
    font-family: 'Nanum Brush Script';
    font-weight: 200;
    font-size: 45px;
}

.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next {
    width: 74px;
    height: 74px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.heroSwiper .swiper-button-prev:hover,
.heroSwiper .swiper-button-next:hover {
    background: rgba(255,255,255,0.2);
}

.heroSwiper .swiper-button-prev::after,
.heroSwiper .swiper-button-next::after {
    font-size: 3.2rem;
    font-weight: bold;
}

.heroSwiper .swiper-button-prev {
    left: 20px;
}

.heroSwiper .swiper-button-next {
    right: 20px;
}

.heroSwiper .swiper-pagination {
    position: absolute;
    bottom: 10px !important;
    left: 20% !important;
    width: auto !important;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(60, 40, 80, 0.7);
    padding: 10px 16px;
    border-radius: 25px;
    backdrop-filter: blur(5px);
}

.heroSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin: 0 !important;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.heroSwiper .swiper-pagination-bullet-active {
    background: #fff;
    width: 20px;
    border-radius: 5px;
}

#sub #sub1 .banner {
    background-image: url('../../images/sub1_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub2 .banner {
    background-image: url('../../images/sub2_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub3 .banner {
    background-image: url('../../images/sub3_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub1 .banner.sub5 {
    background-image: url('../../images/sub5_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub3 .banner.job {
    background-image: url('../../images/sub3_2_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub3 .banner.corp {
    background-image: url('../../images/sub3_5_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub3 .banner.speech {
    background-image: url('../../images/sub3_4_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub3 .banner.speech2 {
    background-image: url('../../images/sub3_3_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub4 .banner {
    background-image: url('../../images/sub4_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub #sub6 .banner {
    background-image: url('../../images/sub4_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub .banner .txt {
    width: 1430px;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#sub .banner .txt strong {
    font-size: 50px;
    font-family: 'Pretendard-Bold';
    position: absolute;
}

#sub .banner .txt strong:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: white;
}

#sub .banner .txt p {
    font-size: 47px;
    line-height: 59px;
    text-align: right;
    position: absolute;
    right: 15%
}

#sub #sub3 .banner .txt p {
    text-align: center;
    right: 7%;
    top: -50px;
}

#sub #sub3 .banner .txt p span {
    display: block;
    font-size: 24px;
    line-height: 59px;
    /* margin-bottom: 30px; */
}

#sub #sub1 .nav {
    width: 100%;
}

#sub #sub1 .nav .inner {
    width: 1430px;
    margin: 0 auto;
    padding: 71px 0 114px;
}

#sub #sub1 .nav .inner.board {
    padding-bottom: 70px !important;
}

#sub #sub1 .nav .inner.board .title {
    margin-bottom: 0 !important;
}

#sub #sub1 .nav .inner .title {
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 44px;
}

#sub #sub1 .nav .inner ul {
    display: flex;
}

#sub #sub1 .nav .inner ul li {
    font-size: 20px;
    font-family: 'Pretendard-Light';
    color: #444444;
    transition: all 0.3s;
    width: 174px;
    border-radius: 10px;
    text-align: center;
    padding: 14px 0 12px;
    margin-right: 45px;
}

#sub #sub1 .nav .inner ul li:hover {
    color: white;
    background: #c24a30;
    transition: all 0.3s;
}

#sub #sub1 .nav .inner ul li:hover a {
    color: white;
    transition: all 0.3s;
}

#sub #sub1 .nav .inner ul li.select {
    color: white;
    background: #c24a30;
}

#sub #sub1 .nav .inner ul li a {
    display: block;
    columns: white;
}

#sub #sub1 .nav .inner ul li.select a {
    color: white;
}

#sub .intro .container {
    width: 100%;
    margin-bottom: 125px;
}

#sub .intro .container .inner {
    width: 1430px;
    margin: 0 auto;
}

#sub .intro.container .inner span:first-child {
    font-size: 40px;
    color: #979797;
    display: block;
    font-family: 'Pretendard-Medium';
    margin-bottom: 22px;
}

#sub .intro .container .inner span:first-child {
    font-size: 40px;
    display: block;
    font-family: 'Pretendard-Medium';
    color: #979797;
    margin-bottom: 20px;
}

#sub .intro .container .inner span:nth-child(2) {
    font-size: 49px;
    line-height: 59px;
    color: #979797;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 61px;
}


#sub .intro .container .inner span:nth-child(2) b {
    color: #c24a30;
    padding-left: 115px;
}

/* #sub .intro .container .inner p:nth-child(3) {
    font-size: 23px;
    line-height: 34px;
    color: #444444;
    font-family: 'Pretendard-Thin';
} */

/* #sub .intro .container .inner p:nth-child(4) {
    font-size: 20px;
    line-height: 34px;
    color: #575757;
} */

#sub .intro .container .inner p {
    font-size: 20px;
    line-height: 34px;
    color: #575757;
}

#sub .core .container {
    width: 100%;
    margin-bottom: 182px;
}

#sub .core .container .inner {
    width: 1430px;
    margin: 0 auto;
}

#sub .core .container .inner .section .title {
    font-size: 34px;
    font-family: 'Pretendard-Bold';
}

#sub .core .container .inner .section:first-child {
    margin-bottom: 148px;
}

#sub .core .container .inner .section:first-child .title {
    margin-bottom: 45px;
}

#sub .core .container .inner .section:first-child .content {
    display: flex;
    justify-content: space-between;
}

#sub .core .container .inner .section:first-child .content .box {
    width: 348px;
    background: #faedea;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 45px 49px;
}

#sub .core .container .inner .section:first-child .content .box img {
    margin-bottom: 23px;
}

#sub .core .container .inner .section:first-child .content .box span {
    font-size: 27px;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 14px;
}

#sub .core .container .inner .section:first-child .content .box p {
    font-size: 20px;
    line-height: 28px;
    color: #575757;
    /* font-family: 'Pretendard-Thin'; */
    text-align: center;
}

#sub .core .container .inner .section:nth-child(2) .title {
    margin-bottom: 17px;
}

#sub .core .container .inner .section:nth-child(2) .content .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 85px;
}

#sub .core .container .inner .section:nth-child(2) .content .area:last-child {
    margin-bottom: 0;
}

#sub .core .container .inner .section:nth-child(2) .content .area .txt {
    width: 47%;
}

#sub .core .container .inner .section:nth-child(2) .content .area .txt span {
    display: block;
    font-size: 34px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 25px;
}

#sub .core .container .inner .section:nth-child(2) .content .area .txt p {
    font-size: 21px;
    line-height: 33px;
    color: #575757;
    /* font-family: 'Pretendard-Thin'; */
}

#sub .location .container {
    width: 100%;
    margin-bottom: 125px;
}

#sub .location .container .inner {
    width: 1430px;
    margin: 0 auto;
}

#sub .location .container .inner .title {
    font-size: 37px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 41px;
}

.root_daum_roughmap .wrap_controllers {
    display: none;
}

.root_daum_roughmap .cont {
    display: none;
}

#sub .location .container .inner .map {
    margin-bottom: 38px;
}

#sub .location .container .inner .info {
    display: flex;
}

#sub .location .container .inner .info .txt {
    margin-right: 179px;
}

#sub .location .container .inner .info .txt span {
    display: block;
    font-size: 22px;
    font-family: 'Pretendard-SemiBold';
    margin-bottom: 18px;
}

#sub .location .container .inner .info .txt p {
    font-size: 20px;
    color: #575757;
    font-family: 'Pretendard-Thin';
}

#sub .mission {
    position: relative;
}

#sub .mission .container:nth-child(3) {
    background-image: url('../../images/mission_bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

#sub .mission .container:nth-child(4) {
    background-image: url('../../images/mission_bg2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    font-family: 'Pretendard-Thin';
    margin-bottom: 170px;
}

#sub .mission .container {
    display: flex;
    align-items: center;
    height: 816px;
}

#sub .mission .container .inner {
    width: 1430px;
    margin: 0 auto;
}

#sub .mission .container .inner span {
    display: block;
    font-size: 34px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 65px;
}

#sub .mission .container .inner p {
    font-size: 48px;
    line-height: 68px;
}


#sub .mission .container:nth-child(4) .inner p {
    font-family: 'Pretendard-Thin';
}

#sub .mission .container:nth-child(4) .inner > div {
    padding-left: 500px;
}

#sub .mission > img {
    position: absolute;
    bottom: -170px;
    right: 240px;
}

#sub #sub2 .title strong {
    display: block;
    width: 1430px;
    margin: 70px auto 120px;
    font-size: 40px;
    font-family: 'Pretendard-Bold';
}

#sub #sub2 .container .inner {
    width: 1430px;
    margin: 0 auto;
}

#sub .coach1 .container:nth-child(3) {
    height: 910px;
    background-image: url('../../images/coach1_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-bottom: 120px; */
}

#sub .coach2 .container:nth-child(3) {
    height: 883px;
    background-image: url('../../images/coach2_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-bottom: 120px; */
    padding-top: 120px !important;
}

#sub #sub2 .container:nth-child(3) {
    display: flex;
    /* align-items: center; */
    padding-top: 70px;
}

#sub #sub2 .container:nth-child(3) .inner .info {
    padding-left: 600px;
    color: white;
}

#sub #sub2 .container:nth-child(3) .inner .info p:first-child {
    font-family: 'Pretendard-Medium';
    font-size: 52px;
    line-height: 78px;
    margin-bottom: 40px;
}

#sub #sub2 .container:nth-child(3) .inner .info p:nth-child(2) {
    font-size: 25px;
    margin-bottom: 40px;
} 

#sub #sub2 .container:nth-child(3) .inner .info p:nth-child(3) {
    color: #d7732a;
    font-size: 31px;
    font-family: 'Pretendard-Medium';
    margin-bottom: 48px;
}

#sub #sub2 .container:nth-child(3) .inner .info p:nth-child(3) b {
    color: white;
    font-size: 52px;
    font-family: 'Pretendard-Bold';
    margin-right: 10px;
}

#sub #sub2 .container:nth-child(3) .inner .info p:nth-child(4) {
    font-size: 20px;
    line-height: 33px;
}

#sub #sub2 .container:nth-child(3) .inner .info p:nth-child(4) b {
    font-family: 'Pretendard-Bold';
}

#sub #sub2 .container.video {
    height: 397px;
    background-image: url('../../images/video_bg.png');
    position: relative;
    margin-bottom: 101px;
}

#sub #sub2 .container.video .video {
    position: absolute;
    right: 13%;
    bottom: 5px;
    box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.42);
    width: 730px;
    height: 449px;
}

#sub .coach2 .container.video .video {
    bottom: 75px !important;
}

#sub .coach1 > span {
    display: block;
    text-align: center;
    font-size: 54px;
    line-height: 81px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 251px;
}

#sub .coach1 > span b {
    color: #c24a30;
}

#sub #sub2 .container.info .inner .area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

#sub #sub2 .container.info .inner .area .left {
    font-size: 34px;
    font-family: 'Pretendard-Bold';
}

#sub #sub2 .container.info .inner .area .right {
    width: 50%;
}

#sub .coach1 .container.info .inner .area:first-child .right ul li {
    font-size: 20px;
    padding: 20px 25px;
    border-top: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}

#sub .coach1 .container.info .inner .area:first-child .right ul li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

#sub .coach1 .container.info .inner .area:first-child .right ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 17px;
    background-image: url('../../images/coach_icon.png');
    margin-right: 16px;
}

#sub .coach1 .container.info .inner .area:nth-child(2) .right ul li {
    font-size: 24px;
    padding: 20px 25px;
    border-top: 1px solid #e7e7e7;
    font-family: 'Pretendard-Medium';
}

#sub .coach1 .container.info .inner .area:nth-child(2) .right ul li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

#sub .coach1 .container.info .inner .area:nth-child(2) .right ul li span {
    display: block;
    font-family: 'Pretendard-Bold';
    color: #c24a30;
    margin-bottom: 15px;
}

#sub .coach1 .container.info .inner .area:last-child .right {
    display: flex;
    justify-content: flex-end;
}

#sub .coach1 .container.info .inner .area:last-child img:first-child {
    margin-right: 30px;
}

/* #sub .coach1 .container:last-child {
    margin-bottom: 120px;
}

#sub .coach1 .container:last-child .inner {
    height: 245px;
    background-image: url('../../images/coach_img3.png');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub .coach1 .container:last-child .inner p {
    font-size: 52px;
    color: white;
    font-family: 'Pretendard-Bold';
} */

/* #sub .coach2 .container:nth-child(3) .inner .info p:first-child {
    margin-bottom: 90px !important;
} */

#sub .coach2 .container:nth-child(3) .inner .info p:nth-child(2) {
    margin-bottom: 35px;
}

#sub .coach2 .container:nth-child(3) .inner .info p:first-child span {
    display: block;
    font-family: 'Pretendard-Medium';
    font-size: 40px;
    line-height: 60px;
    margin-top: 20px;
}

#sub .coach2 .container.info .inner .area:first-child .right ul li {
    font-size: 20px;
    padding: 20px 25px;
    border-top: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}

#sub .coach2 .container.info .inner .area:first-child .right ul li:last-child {
    border-bottom: 1px solid #e7e7e7;
}

#sub .coach2 .container.info .inner .area:first-child .right ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 17px;
    background-image: url('../../images/coach_icon.png');
    margin-right: 16px;
}

#sub .coach2 .container.video {
    margin-bottom: 120px !important;
}

#sub #sub3 > .title {
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin: 72px 0 120px;
}

#sub #sub3 > .title strong {
    display: block;
    width: 1370px;
    margin: 0 auto;
}

#sub #sub3 .container .inner {
    width: 1370px;
    margin: 0 auto;
    margin-bottom: 120px;
}

#sub #sub3 .container .inner > h3 {
    text-align: center;
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 50px;
}

#sub #sub3 .container .inner .inner_tit strong {
    font-size: 34px;
    display: block;
    font-family: 'Pretendard-Bold';
    margin-bottom: 20px;
}

#sub #sub3 .container .inner .inner_tit p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

#sub #sub3 .leadership {
    height: 315px;
    background-image: url('../../images/leadership_bg.png');
    background-repeat: no-repeat;
}

#sub #sub3 .job {
    height: 452px;
    background-image: url('../../images/job_bg.png');
    background-repeat: no-repeat;
}

#sub #sub3 .corp {
    height: 339px;
    background-image: url('../../images/corp_bg.png');
    background-repeat: no-repeat;
}

#sub #sub3 .c_banner {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

#sub #sub3 .c_banner .inner {
    color: white;
    width: 1370px;
    margin: 0 auto;
}

#sub #sub3 .c_banner .inner span {
    display: block;
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 50px;
}

#sub #sub3 .c_banner .inner p {
    font-size: 20px;
    line-height: 30px;
}

#sub .track .container .inner .box_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

#sub .track .container .inner .box_area .box {
    width: 420px;
    height: 280px;
    background: #fafafa;
    border-radius: 15px;
    border: 1px solid #5f5f5f;
    padding: 30px 25px;
    position: relative;
}

#sub .track .container .inner .box_area .empty {
    width: 420px;
    height: 280px;
}

#sub .track .container .inner .box_area .box .box_tit {
    font-size: 24px;
    color: #c24a30;
    font-family: 'Pretendard-Bold';
    margin-bottom: 20px;
}

#sub .track .container .inner .box_area .box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

#sub .track .container .inner .box_area .box ul li {
    font-size: 16px;
    line-height: 24px;
    list-style-type: disc;
    list-style-position: inside;
}

#sub .track .container .inner .box_area .box img {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

#sub .track .container .inner .change1 {
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 10px;
}

#sub .track .container .inner .change2 {
    font-size: 24px;
    line-height: 30px;
}

#sub #sub3 .container .inner.flex {
    display: flex;
    justify-content: space-between;
}

#sub #sub3 .container .inner .content_a {
    width: 1090px;
    border: 1px solid #c24a30;
    border-radius: 15px;
    display: inline-block;
    padding: 18px 30px 0;
}

#sub #sub3 .container .inner .content_a li {
    font-size: 20px;
    padding: 30px 0 30px 16px;
    border-bottom: 1px solid #e2e2e2;
}

#sub #sub3  .container .inner .content_a li:last-child {
    border-bottom: none;
}

#sub #sub3  .container .inner .content_a li span {
    display: inline-block;
    color: #c24a30;
    font-family: 'Pretendard-Bold';
    margin-right: 18px;
}

#sub #sub3 .container .inner .content_a li b {
    font-family: 'Pretendard-Bold';
    padding-left: 55px;
}

#sub #sub3 .container .inner .content_b {
    width: 1090px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

#sub #sub3 .container .inner .content_b .box {
    background: #e0a497;
    border-radius: 15px;
    width: 530px;
    height: 98px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub .comm .container .inner .content_b .box:last-child {
    width: 100% !important;
}

#sub #sub3 .container .inner .content_b .box p {
    font-size: 20px;
    font-family: 'Pretendard-Bold';
}

#sub #sub3 .container .inner .content_c {
    display: flex;
    justify-content: space-between;
    width: 1090px;
}

#sub #sub3 .container .inner .content_c .box {
    width: 250px;
    border-radius: 15px;
    border: 1px solid black;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

#sub #sub3 .container .inner .content_c .box div {
    position: absolute;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 20px;
    font-family: 'Pretendard-Bold';
    background: #c24a30;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    top: -15px;
}

#sub #sub3 .container .inner .content_c .box p:nth-child(3) {
    font-size: 24px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 20px;
    margin-top: 30px;
}

#sub #sub3 .container .inner .content_c .box p:nth-child(4) {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

#sub #sub3 .container:last-child {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

#sub #sub3 .container:last-child p {
    font-size: 30px;
    line-height: 45px;
    font-family: 'Pretendard-Medium';
}

#sub #sub3 .container:last-child p b {
    color: #c24a30;
    font-family: 'Pretendard-Bold';
}

#sub #sub3 .container:last-child.c_bottom1 {
    background-image: url('../../images/leadership_bg2.png');
}

#sub #sub3 .container:last-child.c_bottom2 {
    background-image: url('../../images/job_bg2.png');
}

#sub #sub3 .container:last-child.c_bottom3 {
    background-image: url('../../images/comm_bg3.png');
}

#sub #sub3 .container:last-child.c_bottom4 {
    background-image: url('../../images/speech_bg3.png');
}

#sub #sub3 .banner.job .txt p {
    right: 1%;
}

#sub #sub3 .banner.corp .txt p {
    right: 15%;
}

#sub #sub3 .inner .apply {
    width: 100%;
    background: #c24a30;
    border-radius: 10px;
    color: white;
    font-family: 'Pretendard-Bold';
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 30px;
    margin-bottom: 130px;
}

#sub .speech .inner .apply a {
    width: 47% !important;
}

#sub #sub3 .inner .apply a {
    display: block;
    background: white;
    width: 300px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 30px;
}

#sub #sub3 .inner .apply a:last-child {
    background: black;
    color: white;
}
#sub #sub3 .inner .apply a:last-child:after {
    background-image: url('../../images/apply_icon2.png');
}

#sub #sub3 .inner .apply a:after {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background-image: url('../../images/apply_icon.png');
}

#sub .speech .container .inner .program .program_title {
    margin-bottom: 40px;
}

#sub .speech .container .inner .program .program_title h1 {
    font-size: 34px;
    line-height: 51px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 20px;
}

#sub .speech .container .inner .program .program_title p {
    font-size: 20px;
}

#sub .speech .container .inner .program .program_area {
    display: flex;
    justify-content: space-between;
}

#sub .speech .container .inner .program .program_area .left {
    width: 670px;
    min-height: 300px;
    border-radius: 15px;
    border: 1px solid black;
    padding: 53px 41px;
}

#sub .speech .container .inner .program .program_area .left p:first-child {
    font-size: 34px;
    line-height: 51px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 20px;
}

#sub .speech .container .inner .program .program_area .left p:last-child {
    font-size: 20px;
    line-height: 30px;
}

#sub .speech .container .inner .program .program_area .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sub .speech .container .inner .program .program_area .right a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 640px;
    min-height: 134px;
    border-radius: 15px;
    padding: 0 35px;
}

#sub .speech .container .inner .program .program_area .right a:after {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background-image: url('../../images/apply_icon2.png');
}

#sub .speech .container .inner .program .program_area .right a p {
    font-size: 30px;
    line-height: 45px;
    color: white;
}

#sub .speech .container .inner .program .program_area .right a p b {
    font-family: 'Pretendard-Bold';
}

#sub .speech .container .inner .program .program_area .right a:first-child {
    background: #c24a30;
}

#sub .speech .container .inner .program .program_area .right a:last-child {
    background: black;
}

#sub .comm .container .inner.flex.table {
    flex-wrap: wrap;
}

#sub .comm .container .inner .table_info {
    font-size: 20px;
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

#sub .comm .container .inner table {
    width: 1090px;
    text-align: center;
    border-top: 2px solid #c24a30;
    border-bottom: 2px solid #c24a30;
}

#sub .comm .container .inner table thead {
    font-size: 24px;
    color: #c24a30;
    font-family: 'Pretendard-Bold';
}

#sub .comm .container .inner table thead tr {
    border-bottom: 1px solid #c24a30;
}

#sub .comm .container .inner table thead tr th {
    border: 1px solid #b2b2b2;
    border-bottom: none;
    padding: 15px 0;
    background: #f3dbd6;
}

#sub .comm .container .inner table thead tr th:first-child {
    border-left: none;
}

#sub .comm .container .inner table thead tr th:last-child {
    border-right: none;
}

#sub .comm .container .inner table tbody {
    font-size: 16px;
}

#sub .comm .container .inner table tbody tr td {
    border: 1px solid #b2b2b2;
    border-top: none;
    padding: 15px 0;
}

#sub .comm .container .inner table tbody tr td:first-child {
    border-left: none;
}

#sub .comm .container .inner table tbody tr td:last-child {
    border-right: none;
}

#sub .comm .container .inner table tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

#sub .comm .container .inner .box_area {
    display: flex;
    justify-content: space-between;
    width: 1090px;
}

#sub .comm .container .inner .box_area .box {
    width: 250px;
    height: 303px;
    background: #faedea;
    border-radius: 15px;
    padding: 33px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#sub .comm .container .inner .box_area .box img {
    margin-bottom: 30px;
}

#sub .comm .container .inner .box_area .box p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Pretendard-Bold';
}

#sub .comm .needs {
    background-image: url('../../images/comm_bg2.png');
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-bottom: 120px;
}

#sub .comm .needs .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0 !important;
}

#sub .comm .needs span {
    display: block;
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    color: white;
    margin-bottom: 45px;
}

#sub .comm .needs span b {
    color: #c24a30;
}

#sub .comm .needs ul {
    width: 1090px;
}

#sub .comm .needs ul li {
    font-size: 20px;
    padding: 20px 50px;
    background: white;
    opacity: 0.8;
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

#sub .comm .needs ul li:last-child {
    margin-bottom: 0;
}

#sub .comm .needs ul li img {
    margin-right: 20px;
}

#sub #sub3 .speech {
    height: 339px;
    background-image: url('../../images/speech_bg.png');
    background-repeat: no-repeat;
}

#sub .speech .container .txt {
    width: 1090px;
}

#sub .speech .container .txt p {
    font-size: 20px;
    line-height: 30px;
}

#sub .speech .container .txt ul  {
    margin: 10px 0;
}

#sub .speech .container .txt ul li {
    font-size: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
}

#sub .speech .container .txt ul li:last-child {
    border-bottom: none;
}

#sub .speech .container .txt ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #c24a30;
    margin-right: 20px;
    border-radius: 50%;
}

#sub .speech .container .box_area .box {
    height: 279px !important;
    background: none !important;
    border: 1px solid black;
}

#sub .speech .container .box_area .box span {
    font-size: 24px;
    font-family: 'Pretendard-Bold';
    display: block;
    margin-bottom: 20px;
}

#sub .speech .container .box_area .box p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Pretendard-Regular' !important;
}

#sub .speech .needs {
    background-image: url('../../images/speech_bg2.png');
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-bottom: 120px;
}

#sub #sub4 .banner .txt p {

    text-align: center;
    right: 15%;
    top: -50px;
}

#sub #sub4 .banner .txt p span {
    display: block;
    font-size: 24px;
    line-height: 59px;
}

#sub #sub4 > .title {
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin: 72px 0 120px;
}

#sub #sub4 > .title strong {
    display: block;
    width: 1370px;
    margin: 0 auto;
}

#sub #sub4 .container .inner {
    width: 1370px;
    margin: 0 auto;
    margin-bottom: 120px;
}

#sub #sub4 .container .inner .top {
    padding-bottom: 80px;
    border-bottom: 2px solid #5f5f5f;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 120px;
}

#sub #sub4 .container .inner .top p:first-child {
    font-size: 50px;
    line-height: 65px;
    font-family: 'Pretendard-Bold';
}

#sub #sub4 .container .inner .top p:first-child b {
    color: #c24a30;
}

#sub #sub4 .container .inner .top p:last-child {
    font-size: 20px;
    line-height: 30px;
    margin-right: 25px;
}

#sub #sub4 .container .inner .content .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

#sub #sub4 .container .inner .content .list:last-child {
    margin-bottom: 0;
}

#sub #sub4 .container .inner .content .list .left p {
    font-size: 24px;
    display: flex;
    align-items: center;
}

#sub #sub4 .container .inner .content .list .left p:before {
    content: '';
    display: block;
    width: 10px;
    height: 35px;
    background: #c24a30;
    margin-right: 10px;
}

#sub #sub4 .container .inner .content .list .right {
    width: 1088px;
    border-radius: 15px;
    background: #fafafa;
    border: 1px solid #c24a30;
    text-align: center;
    padding: 26px 0;
    font-size: 20px;
    line-height: 30px;
}

#sub #sub4 .container:last-child {
    background-image: url('../../images/sub4_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0px;
}

#sub #sub4 .container:last-child .inner {
    margin-bottom: 0;
}

#sub #sub4 .container:last-child .inner .txt {
    font-size: 50px;
    line-height: 65px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 85px;
}

#sub #sub4 .container:last-child .inner .txt b {
    color: #c24a30;
}

#sub #sub4 .container:last-child .inner .logo {
    margin-bottom: 23px;
}

#sub #sub4 .container:last-child .inner .logo .area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

#sub #sub4 .container:last-child .inner .logo .area:last-child {
    margin-bottom: 0;
}

#sub #sub4 .container:last-child .inner > p {
    font-size: 20px;
    color: #6b6b6b;
    margin-bottom: 120px;
}

#sub #sub4 .container:last-child .inner .inquiry {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #c24a30;
    font-size: 20px;
    color: white;
    font-family: 'Pretendard-Bold';
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 26px 0 22px;
}

#sub #sub4 .container:last-child .inner .inquiry a {
    display: block;
    background: black;
    border-radius: 10px;
    color: white;
    font-size: 24px;
    font-family: 'Pretendard-Bold';
    text-align: center;
    width: 324px;
    padding: 15px 0;
    margin-top: 15px;
}

.pic_li_lt {
    width: 1290px;
    background: #c24a30;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0  auto;
    padding: 26px 15px 17px 31px;
}

.pic_li_lt > p {
    font-family: 'Pretendard-SemiBold';
    font-size: 25px;
}

.pic_li_lt form {
    font-size: 18px;
    display: flex;
}

.pic_li_lt form > div {
    display: flex;
    align-items: center;
    margin-right: 28px;
}

.pic_li_lt form input {
    background: transparent;
    border: 1px solid white;
    border-radius: 5px;
    width: 181px;
    height: 39px;
    margin-left: 13px;
    font-size: 18px;
    color: white;
    padding: 0 10px;
    font-family: 'Pretendard-Light';
    
}

.pic_li_lt form .button {
    width: 102px;
    background: #d8806c;
    font-size: 21px;
    border-radius: 10px;
    font-family: 'Pretendard-Medium';
    border: none;
    color: white;
}

.tbl_head01 thead th {
    font-size: 20px;
}

.tbl_head01 td {
    font-size: 15px;
}

#sub .faq .container .inner {
    width: 1370px;
    margin: 0 auto;
    margin-bottom: 120px;
}

#sub .faq > .title {
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin: 72px 0 120px;
}

#sub .faq > .title strong {
    display: block;
    width: 1370px;
    margin: 0 auto;
}

#sub .faq .container .inner .content-box .box {
    text-align: center;
}

#sub .faq .container .inner .content-box .box .question {
    width: 100%;
    padding: 40px;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}

#sub .faq .container .inner .content-box .box .question p {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
}

#sub .faq .container .inner .content-box .box .question p strong {
    font-family: 'Pretendard-Bold';
}

#sub .faq .container .inner .content-box .box:first-child .question {
    border-top: 2px solid black;
}

#sub .faq .container .inner .content-box .box .question span {
    transition: transform 0.3s ease;
}
#sub .faq .container .inner .content-box .box .question.active span {
    transform: rotate(45deg); /* + → × */
}

#sub .faq .container .inner .content-box .box .answer {
    width: 100%;
    padding: 40px;
    background-color: #f3f4f8;
    display: none;
}

#sub .faq .container .inner .content-box .box .answer p {
    font-size: 18px;
    line-height: 30px;
}

#sub .faq .container .inner .content-box .box .answer table {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 18px;
    border-top: 3px solid #7f7f7f;
    border-bottom: 3px solid #7f7f7f;
    margin-top: 30px;
    background: white;
    word-break: keep-all;
}

#sub .faq .container .inner .content-box .box .answer table.mobile {
    display: none;
}

#sub .faq .container .inner .content-box .box .answer table caption {
    font-size: 24px;
    margin-bottom: 10px;
}

#sub .faq .container .inner .content-box .box .answer table thead tr th {
    background: #7f7f7f;
    color: white;
}

#sub .faq .container .inner .content-box .box .answer table thead tr th:first-child {
    background: #f2f2f2;
    color: black;
    border-left: none;
}

#sub .faq .container .inner .content-box .box .answer table thead tr th:last-child {
    border-right: none;
}

#sub .faq .container .inner .content-box .box .answer table th {
    padding: 10px;
    border: 1px solid #9c9c9c;
}

#sub .faq .container .inner .content-box .box .answer table td {
    padding: 10px;
    border: 1px solid #9c9c9c;
}

#sub .faq .container .inner .content-box .box .answer table tr td:first-child {
    background: #f2f2f2;
    border-left: none;
}

#sub .faq .container .inner .content-box .box .answer table tr td:last-child {
    border-right: none;
}

#sub .faq .container .inner .content-box .box .answer span {
    float: right;
    font-size: 16px;
    margin-top: 10px;
}


#sub .privacy .container .inner {
    width: 1370px;
    margin: 0 auto;
    margin-bottom: 120px;
}

#sub .privacy > .title {
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    margin: 72px 0 120px;
}

#sub .privacy > .title strong {
    display: block;
    width: 1370px;
    margin: 0 auto;
}

#sub .privacy .container .inner h1 {
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    margin-bottom: 30px;
}

#sub .privacy .container .inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

#sub .privacy .container .inner p.sub_title {
    font-size: 24px;
    margin-bottom: 10px;
}



@media all and (max-width:767px) {
    body {
        width: 100%;
        min-width: 320px;
    }

    .hd_pops_con {
        width: 300px !important;
        height: 410px !important;
    }

    #hd_pops_3 .hd_pops_con > a:nth-child(2) {
        width: 130px !important;
        height: 29px !important;
        bottom: 19px !important;
        right: 148px !important;
    }

    #hd_pops_3 .hd_pops_con > a:nth-child(3) {
        width: 93px !important;
        height: 29px !important;
        bottom: 19px !important;
        right: 24px !important;
    }

    .hero-section {
        /* display: none; */
        min-height: 100px;
        height: 90vh;
    }

    .visual-persons img {
        max-width: 100%;
    }

    .hero-bg-fixed {
        background-size: cover;
    }

    .heroSwiper .swiper-pagination {
        left: 40% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 95% !important;
    }

    .heroSwiper .swiper-button-prev::after, .heroSwiper .swiper-button-next::after {
        font-size: 2.2rem !important;
    }

    .heroSwiper .swiper-button-prev, .heroSwiper .swiper-button-next {
        width: 50px !important;
        height: 50px !important;
    }

    .slide-visual {
        left: 5%;
    }

    .slide-title {
        font-size: 30px;
    }

    .slide-desc {
        font-size: 20px;
    }

    .slide-text {
        left: 10%;
        top: 35%;
    }

    .slide-subtitle {
        font-size: 24px;
    }

    .cta-text {
        font-size: 20px;
    }

    #main #section0 .inner {
        padding: 0 20px;
    }

    #main #section0 .inner .video {
        width: 100%;
        position: relative;
        right: 0;;
        top: 0;
        height: 300px;
    }

    #main #section0 .inner .title {
        padding: 100px 0 50px;
    }

    #main #section0  > img {
        display: none;
    }

    #main #section0 .inner .title p {
        font-size: 24px;
        line-height: 40px;
    }

    #main #section1 .inner {
        padding: 100px 20px;
    }

    #main #section1 .inner .title strong {
        font-size: 30px;
    }

    #main #section1 .inner .title p {
        font-size: 22px;
        line-height: normal;
    }

    #main #section1 .inner .content {
        position: relative;
        top: 0;
        margin: 50px 0;
    }

    #main #section1 .inner .content .area {
        flex-direction: column;
        margin-bottom: 100px;
    }

    #main #section1 .inner .content .area:last-child {
        margin-bottom: 0;
    }

    #main #section1 .inner .content .area .txt {
        display: flex;
        width: 100%;
        text-align: left;
    }

    #main #section1 .inner .content .area .txt p {
        font-size: 24px;
        line-height: normal;
        color: #575757 !important;
    }

    #main #section1 .inner .content .area .txt span {
        margin-bottom: 0;
        font-size: 30px;
        margin-right: 30px;
        color: #ef9d8c !important;
    }

    #main #section1 .inner .content .area:nth-child(2n) .txt {
        order: 1;
    }

    #main #section2 {
        padding: 50px 20px;
    }

    #main #section2 .inner .title {
        flex-direction: column;
        align-items: flex-start;
    }

    #main #section2 .inner .title .txt {
        margin-bottom: 20px;
    }

    #main #section2 .inner .title strong {
        font-size: 30px;
    }


    #main #section2 .inner .title p {
        font-size: 20px;
    }

    #main #section2 .inner .title a {
        font-size: 19px;
    }

    #main #section2 .kwick-title-h {
        font-size: 20px;
    }

    #main #section2 .kwick-content {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
    }

    #main #section2 .kwick-desc {
        font-size: 11px;
        line-height: normal;
        white-space: unset;
    }


    #main #section2 .kwick-content > a {
        font-size: 16px;
    }

    #main #section2 .kwick-title-v {
        writing-mode: unset;
        font-size: 21px;
    }


    #main #section3 {
        padding: 50px 20px;
    }

    #main #section3 .inner > .title strong {
        font-size: 30px;
    }

    #main #section3 .inner > .title p {
        font-size: 20px;
    }
    




    #main #section3 .inner > .title img {
        display: none;
    }

    #main #section3 .inner .sc6_1 {
        flex-direction: column;
    }

    #main #section3 .inner .sc6_1 .left {
        width: 100%;
        height: 305px;
        margin-bottom: 305px;
    }

    #main #section3 .inner .sc6_1 .left .info {
        /* position: relative; */
        left: 50%;
        transform: translateX(-50%);
        bottom: -305px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
    }

    #main #section3 .inner .sc6_1 .info > span {
        font-size: 18px;
    }

    #main #section3 .inner .sc6_1 .right {
        width: 100%;
        height: 305px;
        margin-bottom: 305px;
        margin-top: 50px;
        background-position-x: 80%;
    }

    #main #section3 .inner .sc6_1 .right .info {
        /* position: relative; */
        left: 50%;
        transform: translateX(-50%);
        bottom: -305px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
    }

    #main #section3 .inner .sc6_1 .info ul li {
        font-size: 14px;
    }

    #main #phrase {
        padding: 50px 20px;
    }


    #main #phrase .inner {
        flex-direction: column;
    }

    #main #phrase .inner p:first-child {
        font-size: 20px;
    }

    #main #phrase .inner p:first-child b {
        font-size: 30px;
    }

    #main #phrase .inner p:last-child {
        font-size: 20px;
    }

    #main #phrase .inner br {
        display: none;
    }

    #main #section3_5 {
        padding-top: 50px;
    }

    #main #section3_5 .inner .title p {
        font-size: 20px;
    }

    #main #section3_5 .inner .title p b {
        font-size: 30px;
    }

    #main #section3_5 .inner .bottom {
        flex-direction: column;
        font-size: 20px;
        text-align: center;
    }

    #main #section3_5 .inner .bottom a {
        margin-top: 10px;
        font-size: 20px;
    }

    #main #section4 {
        padding: 50px 20px;
    }

    #main #section4 .inner .left .title strong {
        font-size: 30px;
    }

    #main #section4 .inner .left .title p {
        font-size: 20px;
    }

    #main #section5 {
        padding: 50px 20px 0;
    }

    #main #section5 .inner .title strong {
        font-size: 30px;
    }

    #main #section5 .inner .title p {
        font-size: 20px;
    }

    #main #section5 .inner .title span {
        font-size: 21px;
    line-height: 36px;
    }

    #main #section5 .inner .logo ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    #main #section5 .inner .logo ul li {
        width: 45%;
    }

    #main #section5 .inner .logo ul li img {
        width: 100%;
    }


    .pic_li_lt {
        width: 100%;
        flex-direction: column;
    }

    .pic_li_lt > p {
        margin-bottom: 30px;
    }

    .pic_li_lt form {
        flex-direction: column;
        width: 100%;
    }

    .pic_li_lt form input {
        width: 70%;
    }

    .pic_li_lt form > div {
        margin-right: 0;
        margin-bottom: 15px;
        justify-content: space-between;
    }

    .pic_li_lt form .button {
        margin: 0 auto;
    }

    .kwicks {
        flex-direction: column;
        height: auto;
        gap: 4px;
    }

    .kwick {
        height: 80px;
        min-width: auto;
        flex: none !important;
        transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .kwick.active {
        height: 320px;
    }

    .kwick-title-v {
        writing-mode: horizontal-tb;
        transform: translate(-50%, -50%);
        font-size: 1rem;
    }

    .kwick-content {
        padding: 20px;
        height: 50%;
    }

    .kwick-title-h {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .kwick-desc {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    .kwick-images {
        padding: 10px;
        gap: 8px;
    }

    #main #section3_5 .inner {
        padding: 0 10px;
    }
    
    #main #section3_5 .inner .box_area .box {
        width: 100%;
    }

    #main #section4 .inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    #main #section4 .inner .left {
        flex: none;
        width: 100%;
        padding-top: 0;
    }

    #main #section4 .inner .left .title {
        margin-bottom: 50px;
    }

    #main #section4 .inner .right {
        width: 100%;
        margin-right: -20px;
    }

    .newsSwiper {
        padding-right: 60px;
    }

    .newsSwiper .swiper-slide {
        width: 280px;
    }

    #main #section4 .inner .right .newsSwiper .swiper-slide {
        width: 100%;
    }

    #main #section4 .inner .right .news-card-title {
        font-size: 18px;
        height: 45px;
    }

    #main #section4 .inner .right .news-card-desc {
        font-size: 16px;
        line-height: normal;
        padding-bottom: 20px;
        height: 100px;
    }

    

    #sub .intro .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    #sub #sub1 .banner {
        /* height: 300px; */
        padding: 0 20px;
    }

    #sub #sub2 .banner {
        /* height: 300px; */
        padding: 0 20px;
    }

    #sub #sub3 .banner {
        /* height: 300px; */
        padding: 0 20px;
    }

    #sub #sub4 .banner {
        height: 300px;
        padding: 0 20px;
        background-size: 380%;
    }

    #sub #sub4 .banner .txt strong {
        margin-bottom: 0;
    }

    #sub #sub1 .banner.sub5 {
        height: 300px;
        background-size: 380%;
    }

    #sub #sub1 .banner.sub5 .txt strong {
        margin-bottom: 0;
    }

    #sub #sub6 .banner {
        /* height: 300px; */
        padding: 0 20px;
    }

    #sub .banner .txt {
        flex-direction: column;
    }
    
    #sub .banner .txt strong {
        position: relative;
        margin-bottom: 30px;
    }

    #sub .banner .txt p {
        /* display: none; */
        position: unset;
        text-align: left !important;
        font-size: 30px;
        line-height: 40px;
    }

    #sub #sub3 .banner .txt p span {
        line-height: 30px;
        margin-bottom: 10px;
    }

    #sub #sub1 .nav .inner ul {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
    }

    #sub #sub1 .nav .inner {
        width: 100%;
        padding: 50px 20px;
    }

    #sub #sub1 .nav .inner .title {
        font-size: 30px;
    }

    #sub #sub1 .nav .inner ul li {
        width: 45%;
        margin: 0;
    }

    #sub #sub1 .nav .inner ul::after {
        display: none;
    }

    #sub .intro .container .inner span:first-child {
        font-size: 23px;
    }

    #sub .intro .container .inner span:nth-child(2) {
        font-size: 32px;
    }

    #sub .intro .container .inner span:nth-child(2) b {
        padding: 0;
    }

    #sub .intro .container .inner p {
        font-size: 18px;
        line-height: 24px;
    }

    #sub .mission .container .inner {
        width: 100%;
    }

    #sub .mission .container:nth-child(3) {
        padding: 0 20px;
        height: 300px;
    }

    #sub .mission .container .inner p {
        font-size: 25px;
        line-height: normal;
        font-family: 'Pretendard-Regular' !important;
    }

    #sub .mission .container:nth-child(4) {
        padding: 0 20px;
        height: 300px;
        margin-bottom: 100px;
    }

    #sub .mission .container:nth-child(4) .inner > div {
        padding: 0;
    }

    #sub .mission > img {
        display: none;
    }

    #sub .core .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    #sub .core .container .inner .section:first-child .content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    #sub .core .container .inner .section:first-child .content .box {
        width: 100%;
    }

    #sub .core .container .inner .section:first-child {
        margin-bottom: 100px;
    }

    #sub .core .container .inner .section:nth-child(2) .content .area {
        flex-direction: column;
    }

    #sub .core .container .inner .section:nth-child(2) .content .area:nth-child(2n-1) .txt {
        order: 1;
    }

    #sub .core .container .inner .section:nth-child(2) .content .area .txt {
        width: 100%;
    }

    #sub .core .container .inner .section:nth-child(2) .content .area img {
        margin-bottom: 30px;
    }

    #sub .core .container .inner .section:nth-child(2) .content .area .txt span {
        font-size: 20px;
    }

    #sub .core .container .inner .section:nth-child(2) .content .area .txt p {
        font-size: 18px;
    }

    #sub .core .container .inner .section:nth-child(2) .content .area .txt p br {
        display: none;
    }

    #sub .location .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }

    #sub .location .container .inner .info {
        flex-direction: column;
    }

    #sub .location .container .inner .title {
        font-size: 24px;
    }

    #sub .location .container {
        margin-bottom: 100px;
    }

    #sub .location .container .inner .info .txt {
        margin: 0 0 30px 0;
    }
    
    #sub #sub2 .title {
        padding: 0 20px;
    }

    #sub #sub2 .title strong {
        font-size: 30px;
        width: 100%;
        margin: 70px auto;
    }

    #sub #sub2 .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    #sub #sub2 .container.video {
        height: auto;
    }

    #sub #sub2 .container.video .video {
        position: relative;
        width: 100%;
        height: 300px;
        right: 0;
        bottom: 0 !important;
        padding: 0 20px;
    }

    #sub #sub2 .container:nth-child(3) {
        height: auto;
        padding: 50px 0;
        background-position-x: -158px;
        background-color: rgba(0, 0, 0, 0.3);
        margin-bottom: 50px;
    }

    #sub #sub2 .container:nth-child(3) .inner .info {
        padding: 0;
    }

    #sub #sub2 .container:nth-child(3) .inner .info p:first-child {
        font-size: 30px;
        line-height: normal;
    }

    #sub #sub2 .container:nth-child(3) .inner .info p:nth-child(2) {
        font-size: 20px;
    }

    #sub #sub2 .container:nth-child(3) .inner .info p:nth-child(3) b {
        font-size: 35px;
    }

    #sub #sub2 .container:nth-child(3) .inner .info p:nth-child(4) {
        font-size: 15px;
        line-height: 27px;
    }

    #sub .coach1 > span {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 100px;
        padding: 0 20px;
    }

    #sub .coach1 > span br {
        display: none;
    }

    #sub #sub2 .container.info .inner .area {
        flex-direction: column;
    }

    #sub #sub2 .container.info .inner .area .right {
        width: 100%;
    }

    #sub #sub2 .container.info .inner .area .left {
        font-size: 24px;
        margin-bottom: 30px;
    }

    #sub #sub2 .container.info .inner .area .left br {
        display: none;
    }

    #sub .coach1 .container.info .inner .area:first-child .right ul li {
        font-size: 12px;
        padding: 20px;
    }

    #sub .coach1 .container.info .inner .area:nth-child(2) .right ul li {
        font-size: 12px;
        padding: 20px;
    }

    #sub .coach1 .container.info .inner .area:last-child .right {
        flex-direction: column;
    }

    #sub .coach1 .container.info .inner .area:last-child img:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }

    #sub .coach2 .container.info .inner .area:first-child .right ul li {
        font-size: 12px;
        padding: 20px;
    }

    #sub #sub3 > .title {
        padding: 0 20px;
        margin: 70px 0;
    }

    #sub #sub3 > .title strong {
        width: 100%;
        /* margin: 50px auto; */
        font-size: 30px;
    }

    #sub #sub3 .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    #sub #sub3 .c_banner {
        height:  auto;
        background-size: cover;
    }

    #sub #sub3 .c_banner .inner {
        width: 100%;
        padding: 20px;
    }

    #sub #sub3 .c_banner .inner span {
        font-size: 24px;
    }

    #sub #sub3 .c_banner .inner p {
        font-size: 18px;
    }

    #sub .track .container .inner .box_area .box {
        width: 100%;
        height: auto;
    }

    #sub .track .container .inner .box_area .empty {
        display: none;
    }

    #sub .track .container .inner .box_area .box img {
        display: none;
    }

    #sub #sub3 .container .inner .content_c {
        flex-direction: column;
    }

    #sub #sub3 .container .inner.flex {
        flex-direction: column;
    }

    #sub .track .container .inner .box_area .box .box_tit {
        font-size: 20px;
    }

    #sub .track .container .inner .box_area .box p {
        font-size: 14px;
    }

    #sub .track .container .inner .box_area .box ul li {
        font-size: 14px;
    }

    #sub .track .container .inner .change1 {
        font-size: 20px;
    }

    #sub .track .container .inner .change2 {
        font-size: 18px;
    }

    #sub #sub3 .container .inner .inner_tit strong {
        font-size: 30px;
    }

    #sub #sub3 .container .inner .content_c {
        width: 100%;
        gap: 30px;
    }

    #sub #sub3 .container .inner .content_c .box {
        width: 100%;
        height: 250px;
    }

    #sub .speech .inner .apply {
        flex-direction: column;
        font-size: 15px;
        padding: 15px;
    }

    #sub #sub3 .inner .apply {
        font-size: 15px;
        padding: 15px;
    }

    #sub #sub3 .inner .apply a {
        margin-top: 10px;
    }

    #sub #sub3 .inner .apply a:first-child {
        margin-top: 0;
    }

    #sub #sub3 .inner .apply a:after {
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    #sub #sub3 .container:last-child.c_bottom2 {
        padding: 0 20px;
        height: 250px;
    }

    #sub #sub3 .container:last-child p {
        font-size: 20px;
        line-height: 32px;
    }

    #sub .speech .container .txt {
        width: 100%;
    }

    

    #sub .comm .needs ul {
        width: 100%;
    }

    #sub .speech .container .txt p {
        font-size: 18px;
    }

    #sub .speech .container .txt ul li {
        font-size: 18px;
    }

    #sub .comm .container .inner .box_area {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    #sub .comm .container .inner .box_area .box {
        width: 100%;
        padding: 33px 20px;
    }

    #sub .speech .needs {
        background-size: cover;
    }

    #sub .comm .needs span {
        font-size: 24px;
    }

    #sub .comm .needs ul li {
        padding: 20px;
        font-size: 15px;
    }

    #sub .comm .needs ul li img {
        width: 10%;
    }

    #sub #sub3 .container:last-child {
        height: 250px;
        padding: 20px;
    }


    #sub #sub3 .container .inner .content_a {
        width: 100%;
    }

    #sub #sub3 .container .inner .content_b {
        width: 100%;
    }

    #sub #sub3 .container .inner .content_a {
        padding: 20px;
    }
    #sub #sub3 .container .inner .content_a li {
        display: flex;
        font-size: 15px;
        padding: 20px;
    }

    #sub .comm .container .inner .table_info {
        text-align: left;
    }

    #sub #sub3 .corp {
        margin-bottom: 70px;
    }

    #sub .comm .container .inner table {
        width: 100%;
    }

    #sub .comm .container .inner table thead {
        font-size: 16px;
    }

    #sub .comm .container .inner table tbody {
        font-size: 11px;
    }

    #sub .comm .container .inner table tbody tr td {
        padding: 15px;
    }

    #sub #sub4 > .title strong {
        width: 100%;
        /* margin: 50px auto; */
        font-size: 30px;
    }

    #sub #sub4 > .title {
        padding: 0 20px;
        margin: 70px 0;
    }

    #sub #sub4 .banner .txt p {
        display: none;
    }

    #sub #sub4 .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    #sub #sub4 .container .inner .top {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 40px;
        margin-bottom: 70px;
    }

    #sub #sub4 .container .inner .top p:first-child {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    #sub #sub4 .container .inner .top p:last-child {
        margin-right: 0;
        font-size: 18px;
        line-height: 24px;
    }

    #sub #sub4 .container .inner .top p:last-child br {
        display: none;
    }

    #sub #sub4 .container .inner .content .list {
        flex-direction: column;
    }

    #sub #sub4 .container .inner .content .list .left {
        margin-bottom: 30px;
    }

    #sub #sub4 .container .inner .content .list .right {
        width: 100%;
        padding: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    #sub #sub4 .container:last-child {
        padding: 100px 0 0;
    }

    #sub #sub4 .container:last-child .inner .txt {
        font-size: 30px;
        line-height: 47px;
        margin-bottom: 50px;
    }

    #sub #sub4 .container:last-child .inner .txt br {
        display: none;
    }

    #sub #sub4 .container:last-child .inner .logo .area {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 50px;
    }

    #sub #sub4 .container:last-child .inner > p {
        margin-bottom: 50px;
        font-size: 18px;
        margin-top: 50px;
    }

    #sub #sub4 .container:last-child .inner .inquiry {
        padding: 20px;
    }

    #sub #sub4 .container:last-child .inner .inquiry a {
        font-size: 20px;
    }

    #sub .faq > .title {
        padding: 0 20px;
        margin: 70px 0;
    }

    #sub .faq > .title strong {
        font-size: 30px;
        /* margin: 50px auto; */
        width: 100%;
    }

    #sub .faq .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    #sub .faq .container .inner .content-box .box .question p {
        font-size: 16px;
    }

    #sub .faq .container .inner .content-box .box .question {
        padding: 20px;
    }

    #sub .faq .container .inner .content-box .box .answer p {
        font-size: 14px;
    }

    #sub .privacy > .title {
        margin: 70px auto;
        padding: 0 20px;
    }

    #sub .privacy > .title strong {
        width: 100%;
        font-size: 30px;
    }

    #sub .privacy .container .inner {
        width: 100%;
        padding: 0 20px;
    }

    #sub .privacy .container .inner h1 {
        font-size: 24px;
    }

    #sub .privacy .container .inner p.sub_title {
        font-size: 20px;
    }

    #sub .privacy .container .inner p {
        font-size: 16px;
    }

    #main #section4 .inner .right .newsSwiper .swiper-slide {
        width: 250px;
    }

    #sub .faq .container .inner .content-box .box .answer table caption {
        font-size: 18px;
    }

    #sub .faq .container .inner .content-box .box .answer table.pc {
        display: none;
    }

    #sub .faq .container .inner .content-box .box .answer table.mobile {
        display: table;
        font-size: 12px;
    }

    #sub .faq .container .inner .content-box .box .answer table.mobile thead tr {
        font-size: 12px;
    }

    #sub .faq .container .inner .content-box .box .answer table td {
        padding: 5px;
    }

    #sub .faq .container .inner .content-box .box .answer span {
        font-size: 9px;
    }

    #sub .faq .container .inner .content-box .box .answer table b {
        font-family: 'Pretendard-SemiBold';
    }

    #sub #sub3 .container .inner > h3 {
        font-size: 28px;
    }

    #sub .speech .inner .apply a {
        width: 100% !important;
    }

    #sub #sub3 .inner .apply a {
        width: 35%;
        padding: 10px;
    }

    #sub .speech .container .inner .program .program_title h1 {
        font-size: 24px;
        line-height: normal;
    }

    #sub .speech .container .inner .program .program_title p {
        font-size: 14px;
    }

    #sub .speech .container .inner .program .program_area {
        flex-direction: column;
    }

    #sub .speech .container .inner .program .program_area .left {
        width: 100%;
        min-height: auto;
        padding: 30px;
        margin-bottom: 50px;
    }

    #sub .speech .container .inner .program .program_area .left p:first-child {
        font-size: 24px;
        line-height: normal;
    }

    #sub .speech .container .inner .program .program_area .left p:last-child {
        font-size: 14px;
        line-height: normal;
    }
    
    #sub .speech .container .inner .program .program_area .right a {
        width: 100%;
        min-height: auto;
        padding: 15px 30px;
    }

    #sub .speech .container .inner .program .program_area .right a p {
        font-size: 16px;
        line-height: normal;
    }

    #sub .speech .container .inner .program .program_area .right a:after {
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    #sub .speech .container .inner .program .program_area .right a:first-child {
        margin-bottom: 20px;
    }
}