/* 공통 타이틀 css 시작 */


.page-section .title {
    text-align: center;
}

.page-section .title h2 {
    font-size: 42px;
    line-height: 1.2;
    font-family: 'Pretendard800';
}

.page-section .title p {
    font-size: 22px;
    line-height: 1.3;
    margin: 10px auto 40px;
}

@media (max-width:767px) {
    .page-section .title h2 {
        font-size: 2.2rem;
    }

    .page-section .title p {
        font-size: 1.2rem;
        margin: 10px 0 30px;
    }
}

@media (max-width:575px) {
    .page-section .title h2 {
        font-size: 1.9rem;
    }

    .page-section .title p {
        font-size: 1.1rem;
    }
}

.swiper-pagination-bullet-active {
    background: #ffbb00;
}

/* 공통 타이틀 css 끝 */

/* main1_wrap 시작 */

.main1_wrap {
    /* height: 900px; */
    /* background-image: url(../assets/main/main1_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    padding: 0;
}

.main1_wrap .main1_tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    text-align: center;
    gap:30px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.main1_wrap .main1_tit h6 {
    color: #d7d7d7;
    font-size: 32px;
    font-weight: 400;
}

.main1_wrap .main1_tit h2 {
    font-size: 62px;
    line-height: 1.3;
    width: 75%;
    font-family: 'Pretendard800';
}

.main1_wrap .main1_tit h2 span {
    color: #ffbb00;
}


.main1_wrap .main1_tit p {
    font-size: 28px;
    line-height: 1.4;
    width: 60%;
    margin-top: 80px;
}

.main1_wrap .main1_txt {
    
}

.main1_wrap .main1_txt img {
    width:100%;
    object-fit: cover;
}

@media (max-width:1199px) {
    .main1_wrap .main1_tit h2,
    .main1_wrap .main1_tit p {
        width: 100%;
    }

    .main1_wrap .main1_txt img {
        height: 700px;
    }
}

@media (max-width:1099px) {
    .main1_wrap .main1_tit {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .main1_wrap .main1_tit {
        width: 92%;
    }

    .main1_wrap .main1_tit h6 {
        font-size: 1.8rem;
    }

    .main1_wrap .main1_tit h2 {
        font-size: 3.3rem;
        width: 100%;
    }

    .main1_wrap .main1_tit p {
        font-size: 1.5rem;
        width: 80%;
    }

    .main1_wrap .main1_txt img {
        height: 850px;
    } 
}

@media (max-width: 575px) {
    .main1_wrap {
        height: 80vh;
    }

    .main1_wrap .main1_tit h6 {
        font-size: 1.3rem;
    }

    .main1_wrap .main1_tit h2 {
        font-size: 2.5rem;
    }

    .main1_wrap .main1_tit p {
        font-size: 1.2rem;
        width: 100%;
        margin-top: 40px;
    }

    .main1_wrap .main1_txt img {
        height: 600px;
    } 
}

@media (max-width: 375px) {

    .main1_wrap .main1_tit h6 {
        font-size: 1.1rem;
    }

    .main1_wrap .main1_tit h2 {
        font-size: 2rem;
    }

    .main1_wrap .main1_tit p {
        font-size: 1.1rem;
        margin-top: 20px;
    }
}

/* main1_wrap 끝 */

/* main2_wrap 시작 */


.main2_wrap .main2_txt {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
}

.main2_wrap .tab-content > .tab-pane {
    height: 100%;
}

.main2_wrap .main2_txt > ul,
.main2_wrap .main2_txt > div {
    width: calc(50% - 30px);
    height: 650px;
}
.main2_wrap .main2_txt .nav-pills {
    display: flex;
    gap: 15px;
}

.main2_wrap .main2_txt .nav-pills .nav-item {
    background: #f7f7f7;
}

.main2_wrap .main2_txt .nav-pills .nav-item .nav-link {
    color: #a6a6a6;
    text-align: left;
    padding: 15px 20px;
}

.main2_wrap .main2_txt .nav-pills .nav-item .nav-link:hover,
.main2_wrap .main2_txt .nav-pills .nav-item .nav-link:focus {
    color: #000000;
}

.main2_wrap .main2_txt .nav-pills .nav-link.active,
.main2_wrap .main2_txt .nav-pills .show > .nav-link {
    background-color: #000000;
    height: 100%;
}

.main2_wrap .main2_txt .nav-pills .nav-link.active  {
    color: #ffffff;
}

.main2_wrap .main2_txt .nav-pills .nav-link.active h4,
.main2_wrap .main2_txt .nav-pills .nav-link.active p {
    color: #ffffff;
}

.main2_wrap .main2_txt .nav-pills .nav-link.active h3 {
    color: #ffbb00;
}

.main2_wrap .main2_txt .nav-link h4 {
    font-size: 50px;
    line-height: 1.2;
    font-family: 'Pretendard900';
}

.main2_wrap .main2_txt .nav-link h3 {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Pretendard600';
}

.main2_wrap .main2_txt .nav-link p {
    font-size: 17px;
    line-height: 1.3;
    font-family: 'Pretendard400';
    padding-right: 15%;
}

.main2_wrap .main2_txt .swiper-horizontal {
    height: 100%;
}

.main2_wrap .main2_txt .tab-pane > img,
.main2_wrap .main2_txt .tab-pane .swiper-slide > img {
    width: 100%;
    height: 100%;
}

.main2_wrap .main2_txt .swiper-slide {
    position: relative;
}

.modal_btn,
.modal_btn2,
.modal_btn3,
.modal_btn4 {
    display: block;
    background-color: #ffbb00;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
}

.main2_pop .project2-1 {
    left: 160px;
    top: 280px;
}

.main2_pop .project2-2 {
    right: 200px;
    top: 300px;
}

.main2_pop .project2-3 {
    right: 160px;
    top: 200px;
}

.main2_pop .project2-4 {
    right: 200px;
    top: 150px;
}

/*모달 팝업 영역 스타일링*/
.modal {
	display: none; /*평소에는 보이지 않도록*/
    /* position: absolute;
    top:0;
    left: 0; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}

.modal2 {
	display: none; /*평소에는 보이지 않도록*/
    /* position: absolute; */
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    position: fixed;
}

.modal3 {
	display: none; 
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    position: fixed;
}

.modal4 {
	display: none; 
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    position: fixed;
}

.modal img {
    width: 100%;
}

.modal .modal_popup,
.modal2 .modal_popup2,
.modal3 .modal_popup3,
.modal4 .modal_popup4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 20px;
    max-width: 800px;
    height: 700px;
    overflow-y: auto;
}

.modal img,
.modal2 img,
.modal3 img,
.modal4 img {
    width: 100%;
}
.modal .modal_popup .close_btn,
.modal2 .modal_popup2 .close_btn2,
.modal3 .modal_popup3 .close_btn3,
.modal4 .modal_popup4 .close_btn4 {
    display: block;
    cursor: pointer;
    transition: box-shadow 0.2s;
    position: absolute;
    top: 15px;
    right: 30px;
    text-align: right;
}

.modal .modal_popup .close_btn img,
.modal2 .modal_popup2 .close_btn2 img,
.modal3 .modal_popup3 .close_btn3 img,
.modal4 .modal_popup4 .close_btn4 img {
    width: 30px;
}

.modal.on,
.modal2.on,
.modal3.on,
.modal4.on {
    display: block;
}

.pop_detail {
    height: 100%;
    overflow-x: hidden;
}


.pop_detail::-webkit-scrollbar {
    width: 12px;
    background-color: #ffffff;
}
  
.pop_detail::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, #ffbb00);
    border-radius: 6px;
    border-radius: 20px;
    transition: 0.3s;
}
  
.pop_detail::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(transparent, #000000, transparent);
}


@media (max-width: 999px) {
    .main2_wrap .main2_txt {
        flex-direction: column-reverse;
    }
    .main2_wrap .main2_txt > ul,
    .main2_wrap .main2_txt > div {
        width: calc(100% - 0px);
        height: auto;
    }

    .main2_wrap .main2_txt .nav-pills {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .main2_wrap .main2_txt .nav-pills .nav-item {
        flex-shrink: 0;
        width: 80%;
    }

    .main2_pop .project2-1 {
        top: 43%;
        left: 18%;
    }

    .main2_pop .project2-2 {
        top: 35%;
        right: 18%;
    }

    .modal .modal_popup,
    .modal2 .modal_popup2,
    .modal3 .modal_popup3,
    .modal4 .modal_popup4 {
        width: 88%;
        height: 70%;
    }
}

@media (max-width: 767px) {
    .main2_wrap .main2_txt .nav-link h4 {
        font-size: 2.8rem;
    }

    .main2_wrap .main2_txt .nav-link h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .main2_wrap .main2_txt .nav-link p {
        font-size: 1rem;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .main2_wrap .main2_txt .nav-pills .nav-item .nav-link {
        padding: 13px;
    }

    .main2_wrap .main2_txt .nav-link h4 {
        font-size: 2.2rem;
    }

    .main2_wrap .main2_txt .nav-link h3 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .main2_wrap .main2_txt .nav-link p {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .modal .modal_popup .close_btn,
    .modal2 .modal_popup2 .close_btn2,
    .modal3 .modal_popup3 .close_btn3 {
        width: 25px;
    }
}
/* main2_wrap 끝 */

/* main3_wrap 끝 */

.main3_wrap {
    background: #000000;
    color: #ffffff;
}

.main3_wrap .main3_txt {
    display: flex;
    align-items: flex-start;
}

.main3_wrap .main3_txt > div {
    width: calc(50% - 10px);
}

.main3_wrap .main3_txt .main3_moneylist {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.main3_wrap .main3_txt .main3_moneylist > div {
    background: #ffbb00;
    text-align: center;
    color: #000000;
    border-radius: 10px;
    padding: 20px 0;
}

.main3_wrap .main3_txt .main3_moneylist > div p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

.main3_wrap .main3_txt .main3_moneylist > div h4 {
    font-size: 58px;
    line-height: 1.2;
    font-family: 'Pretendard900';
    letter-spacing: -2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.main3_wrap .main3_txt .main3_moneylist > div h4::after {
    font-size: 36px;
    font-family: 'Pretendard300';
    content: '원';
    display: block;
}

.main3_wrap .main3_txt .count_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main3_wrap .main3_txt .count_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #ffffff;
}

.main3_wrap .main3_txt .count_list li p {
    margin-bottom: 0;
}

.main3_wrap .main3_txt .count_list li .tit {
    color: #dedddd;
    font-size: 20px;
}

.main3_wrap .main3_txt .count_list li .counting {
    font-size: 48px;
    font-family: 'Pretendard700';
}

.main3_wrap .main3_txt .count_list li i {
    font-family: 'Pretendard400';
    font-size: 26px;
}

.main3_wrap .main3_txt .main3_moneylist h6 {
    text-align: right;
    font-size: 16px;
    color: #858585;
}

.main3_wrap .main3_txt .main3_graph_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 60px;
}

.main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info {
    width: 70%;
}

.main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info h4 {
    font-size: 26px;
}
.main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
}

/* 그래프 영역 스타일링 */

.main3_wrap .main3_txt .graphWrap {
    position: relative;
    width: 92%;
    height: 300px;
    margin: 20px auto 0;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.main3_wrap .main3_txt .graphWrap .graph > div {
    position: absolute;
    bottom: 0;
    width: 50px;
    border-radius: 5px 5px 0 0;
}

.main3_wrap .main3_txt .graphWrap .graph > div span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #aeabab;
    font-size: 14px;
}

.main3_wrap .main3_txt .graphWrap .graph > div span:first-child {
    top: -20px;
}

.main3_wrap .main3_txt .graphWrap .graph > div span:last-child {
    bottom: -50px;
}

.main3_wrap .main3_txt .graphWrap .graph > div#item1 {
    left: 10%;
    background: #858585;
}
.main3_wrap .main3_txt .graphWrap .graph > div#item2 {
    left: 28%;
    background: #858585;
}

.main3_wrap .main3_txt .graphWrap .graph > div#item3 {
    left: 45%;
    background: #858585;
}

.main3_wrap .main3_txt .graphWrap .graph > div#item4 {
    left: 63%;
    background: #858585;
}

.main3_wrap .main3_txt .graphWrap .graph > div#item5 {
    left: 83%;
    background: #858585;
}

.main3_wrap .main3_txt .graphWrap .graph > div.point {
    background: #ffbb00 !important;
}

.main3_wrap .main3_txt .graphWrap .graph > div.point span {
    color: #ffbb00;
    font-weight: bold;
    width: 80px;
}

/* 그래프 애니메이션 */
.p-100 {
    height: 100%;
    animation: p-100 2s;
}

.p-90 {
    height: 90%;
    animation: p-90 2s;
}

.p-80 {
    height: 80%;
    animation: p-80 2s;
}

.p-70 {
    height: 70%;
    animation: p-70 2s;
}

.p-60 {
    height: 60%;
    animation: p-60 2s;
}
.p-50 {
    height: 50%;
    animation: p-50 2s;
}

.p-40 {
    height: 40%;
    animation: p-40 2s;
}

.p-30 {
    height: 30%;
    animation: p-30 2s;
}

.p-20 {
    height: 20%;
    animation: p-20 2s;
}

.p-10 {
    height: 10%;
    animation: p-10 2s;
}

.p-0 {
    height: 0%;
    animation: p-0 2s;
}

@keyframes p-100 {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes p-90 {
    from {
        height: 0;
    }
    to {
        height: 90%;
    }
}

@keyframes p-80 {
    from {
        height: 0;
    }
    to {
        height: 80%;
    }
}

@keyframes p-70 {
    from {
        height: 0;
    }
    to {
        height: 70%;
    }
}

@keyframes p-60 {
    from {
        height: 0;
    }
    to {
        height: 60%;
    }
}

@keyframes p-50 {
    from {
        height: 0;
    }
    to {
        height: 50%;
    }
}

@keyframes p-40 {
    from {
        height: 0;
    }
    to {
        height: 40%;
    }
}

@keyframes p-30 {
    from {
        height: 0;
    }
    to {
        height: 30%;
    }
}

@keyframes p-20 {
    from {
        height: 0;
    }
    to {
        height: 20%;
    }
}

@keyframes p-10 {
    from {
        height: 0;
    }
    to {
        height: 10%;
    }
}

@keyframes p-0 {
    from {
        height: 0;
    }
    to {
        height: 0%;
    }
}

@keyframes p-30 {
    from {
        height: 0;
    }
    to {
        height: 30%;
    }
}

@media (max-width: 999px) {
    .main3_wrap .main3_txt .main3_moneylist > div h4{
        font-size: 2.5rem;
    }

    .main3_wrap .main3_txt .main3_moneylist > div h4::after {
        font-size: 1.4rem;
    }

    .main3_wrap .main3_txt .graphWrap .graph > div {
        width: 40px;
    }

    .main3_wrap .main3_txt .graphWrap .graph > div span {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .main3_wrap .main3_txt {
        flex-direction: column;
    }

    .main3_wrap .main3_txt > div {
        width: calc(100% - 0px);
    }

    .main3_wrap .main3_txt .main3_moneylist > div p {
        font-size: 1.2rem;
        line-height: 1;
    }

    .main3_wrap .main3_txt .main3_moneylist > div h4 {
        font-size: 3rem;
    }

    .main3_wrap .main3_txt .main3_moneylist > div h4::after {
        font-size: 1.4rem;
    }

    .main3_wrap .main3_txt .count_list li .tit {
        font-size: 1.2rem;
    }
    .main3_wrap .main3_txt .count_list li .counting {
        font-size: 2.5rem;
    }

    .main3_wrap .main3_txt .count_list li i {
        font-size: 1.2rem;
    }
    .main3_wrap .main3_txt .main3_moneylist h6 {
        font-size: 1rem;
    }
    
    .main3_wrap .main3_txt .graphWrap {
        width: 100%;
    }

    .main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info {
        width: 100%;
    }

    .main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info h4 {
        font-size: 1.5rem;
    }
    
    .main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info p {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    
    .main3_wrap .main3_txt .main3_moneylist > div p {
        font-size: 1rem;
        line-height: 1;
    }

    .main3_wrap .main3_txt .main3_moneylist > div h4 {
        font-size: 2.5rem;
    }

    .main3_wrap .main3_txt .main3_moneylist > div h4::after {
        font-size: 1.2rem;
    }

    .main3_wrap .main3_txt .count_list li .tit {
        font-size: 1rem;
    }
    .main3_wrap .main3_txt .count_list li .counting {
        font-size: 2rem;
    }

    .main3_wrap .main3_txt .count_list li i {
        font-size: 1rem;
    }
    .main3_wrap .main3_txt .main3_moneylist h6 {
        font-size: 1rem;
    }
    .main3_wrap .main3_txt .graphWrap .graph > div {
        width: 30px;
    }
    .main3_wrap .main3_txt .graphWrap .graph > div span {
        font-size: 0.8rem;
    }

    .main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info h4 {
        font-size: 1.3rem;
    }
    
    .main3_wrap .main3_txt .main3_graph_wrap .main3_txt_info p {
        font-size: 1rem;
    }
}

@media (max-width: 350px) {
    .main3_wrap .main3_txt .main3_moneylist > div h4 {
        font-size: 2rem;
    }

    .main3_wrap .main3_txt .main3_moneylist > div h4::after {
        font-size: 1rem;
    }
}
/* main3_wrap 끝 */

/* main4_wrap 시작 */

.main4_wrap .main4_txt ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.main4_wrap .main4_txt ul li {
    width: calc(50% - 30px);
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.main4_wrap .main4_txt ul li > div {
    width: calc(100% - 220px);
}

.main4_wrap .main4_txt ul li > div h4 {
    font-size: 24px;
    font-family: 'Pretendard700';
    line-height: 1;
}

.main4_wrap .main4_txt ul li > div p {
    color: #777777;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 0;
}

.main4_wrap .main4_txt ul li > img {
    border-radius: 10px;
    max-width: 200px;
    width: 100%;
}


@media (max-width: 999px) {
    .main4_wrap .main4_txt ul li {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .main4_wrap .main4_txt ul li > div {
        width: 100%;
    }

    .main4_wrap .main4_txt ul li > div h4 {
        font-size: 1.3rem;
    }

    .main4_wrap .main4_txt ul li > div p {
        font-size: 0.9rem;
    }

    .main4_wrap .main4_txt ul li > img {
        max-width: 30%;
    }
}

@media (max-width: 375px) {
    .main4_wrap .main4_txt ul li {
        flex-direction: column;
        gap: 20px;
    }

    .main4_wrap .main4_txt ul li > img {
        max-width: 80%;
    }
}
/* main4_wrap 끝 */

/* main5_wrap 시작 */

.main5_wrap {
    background: #f7f7f7;
    overflow: hidden;
    padding: 80px 0 0;
}


.main5_wrap .swiper-horizontal>.swiper-pagination-bullets,
.main5_wrap .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.main5_wrap .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.main5_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 10px 20px;
    border-radius: 5px;
    
}

.main5_wrap .swiper-pagination-bullet {
    color: #000000;
    border: 1px solid #000000;
    background: #f7f7f7;
    opacity: 1;
    font-size: 17px;
}

.main5_wrap .swiper-pagination-bullet-active {
    border: 1px solid #ffbb00;
    background: #ffbb00;
}

.main5_wrap .main5_txt {
    height: 620px;
    position: relative;
    overflow: hidden;
}

.main5_wrap .main5_txt .swiper-wrapper {
    /* overflow: hidden; */
}

.main5_wrap .main5_txt .swiper-slide {
    display: flex;
}

.main5_wrap .main5_txt .swiper-slide .text_wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.main5_wrap .main5_txt .swiper-slide .text_wrap img {
    max-width: 80px;
}

.main5_wrap .main5_txt .swiper-slide .text_wrap h4 {
    font-size: 42px;
    line-height: 1.2;
    font-family: 'Pretendard700';
}

.main5_wrap .main5_txt .swiper-slide .text_wrap p {
    font-size: 21px;
    line-height: 1.3;
    width: 40%;
}

.main5_wrap .main5_txt .swiper-slide .text_wrap p span {
    font-weight: bold;
    color: #ffbb00;
}
.main5_wrap .main5_txt .swiper-slide .img_wrap {
    position: absolute;
    right: -50px;
    bottom: 50px;
    border: 15px solid #000000;
    border-radius: 20px;
}

.main5_wrap .main5_txt .swiper-slide .img_wrap img {
    max-width: 1000px;
    width: 100%;
    border-radius: 5px;
}


@media (max-width: 1400px) {
    
    .main5_wrap .main5_txt {
        height: 950px;
    }
    
    .main5_wrap .main5_txt .swiper-wrapper {
        width: 92%;
        margin: 0 auto;
    }

    .main5_wrap .main5_txt .swiper-slide .text_wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 999px) {
    .main5_wrap .swiper-horizontal>.swiper-pagination-bullets,
    .main5_wrap .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        justify-content: flex-start;
        width: 92%;
        overflow-x: auto;
    }
    .main5_wrap .swiper-pagination-bullet {
        flex-shrink: 0;
        font-size: 1rem;
    }

}

@media (max-width: 767px) {

    .main5_wrap .main5_txt {
        height: 90vh;
    }

    .main5_wrap .main5_txt .swiper-slide .text_wrap img {
        max-width: 60px;
    }
    .main5_wrap .main5_txt .swiper-slide .text_wrap h4 {
        font-size: 2.4rem;
    }

    .main5_wrap .main5_txt .swiper-slide .text_wrap p {
        font-size: 1.3rem;
        width: 80%;
    }

    .main5_wrap .swiper-button-prev,
    .main5_wrap .swiper-button-next {
        display: none;
    }
}

@media (max-width: 575px) {

    .main5_wrap .main5_txt {
        height: 620px;
    }

    .main5_wrap .main5_txt .swiper-slide .text_wrap h4 {
        font-size: 2rem;
    }

    .main5_wrap .main5_txt .swiper-slide .text_wrap p {
        font-size: 1.1rem;
    }

    .main5_wrap .main5_txt .swiper-slide .img_wrap {
        bottom: 70px;
    }
}

@media (max-width: 375px) {
    .main5_wrap .main5_txt {
        height: 600px;
    }

    .main5_wrap .main5_txt .swiper-slide .img_wrap {
        bottom : 70px;
    }
}
/* main5_wrap 끝 */

/* main6_wrap 시작 */

.main6_wrap .main6_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
}

.main6_wrap .main6_txt .list_check {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main6_wrap .main6_txt .list_check > div {
    border: 1px solid #c6c6c6;
    padding: 15px;
    border-radius: 10px;
}

.main6_wrap .main6_txt .list_check .select_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.main6_wrap .main6_txt .list_check .select_title img {
    width: 25px;
}

.main6_wrap .main6_txt .list_check .select_title h3 {
    font-size: 24px;
    font-family: 'Pretendard500';
}
.main6_wrap .main6_txt .list_check .select_title p {
    font-size: 16px;
    color: #aeabab;
}

.main6_wrap .main6_txt .select_form  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.main6_wrap .main6_txt .select_form::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    margin-top: 8px;
}

.main6_wrap .main6_txt .select_form input {
    display: none;
}

.main6_wrap .main6_txt .select_form label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    float: left;
    font-size: 15px;
    font-family: 'Pretendard500';
    font-weight: 400;
    color: #c6c6c6;
    cursor: pointer;
    transition: 0.3s all;
    width: calc(25% - 10px);
    position: relative;
    transition: 0.3s;
}

.main6_wrap .main6_txt .select_form label:hover {
    background: #ffbb00;
    color: #000000;
}

.main6_wrap .main6_txt .select_form input:checked+label {
    background: #ffbb00;
    color: #000000;
    font-family: 'Pretendard700';
}

.main6_wrap .main6_txt .select_form label span {
    display: block;
    background: #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: none;
    transition: 0.3s all;
}

.main6_wrap .main6_txt .select_form label span img {
    width: 100%;
    height: 100%;
}

.main6_wrap .main6_txt .select_form input:checked+label span,
.main6_wrap .main6_txt .select_form input:checked+label .sale_box {
    display: flex;
    justify-content: center;
}

.main6_wrap .main6_txt .select_form label .sale_box {
    background: #ea0303;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50px;
    position: absolute;
    padding: 3px 0px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
    display: none;
    width: 80px;
}

.main6_wrap .main6_txt .select_form label .sale_box::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 5px 10px 5px;
    border-color: transparent transparent #ea0303 transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main6_wrap .main6_txt .select_form label h6 {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    line-height: 1;
    width: 100%;
}

.main6_wrap .main6_txt .list_check > div.advertising_form {
    padding: 0;
    overflow: hidden;
    border: none;
}

.main6_wrap .main6_txt .list_check .advertising_form img {
    width: 100%;
}
.main6_wrap .main6_txt .amount_wrap {
    background: #f3f3f3;
}
.main6_wrap .main6_txt .amount_wrap > div {
    border: none;
    padding: 40px;
}

.main6_wrap .main6_txt .amount_wrap .amount {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}

.main6_wrap .main6_txt .amount_wrap .amount > div {
    display: flex;
}

.main6_wrap .amount_info1 {
    flex-direction: column;
    gap: 10px;
}

.main6_wrap .amount_info1 h3 {
    font-size: 24px;
}

.main6_wrap .amount_info1 h2 {
    padding: 20px;
    background: #ffffff;
    border: 2px solid #ffbb00;
    border-radius: 10px;
    color: #ffbb00;
    text-align: center;
    font-size: 48px;
    font-family: 'Pretendard700';
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}
.main6_wrap .amount_info1 h2:after {
    content: '원';
    line-height: 1.8;
    font-size: 30px;
    font-family: 'Pretendard300';
    display: block;
}

/* 
.main6_wrap .amount_info1 h2 span {
    font-family: 'Pretendard300';
    font-size: 34px;
} */

.main6_wrap .amount_info2 {
    gap:10px;
    align-items: center;
    padding: 10px 0 10px 30px;
}

.main6_wrap .amount_info2 > div:first-child {
    width: 70px;
    height: 70px;
    background: #000000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main6_wrap .amount_info2 > div:first-child img {
    width: 80%;
}

.main6_wrap .amount_info2 p {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Pretendard500';
    color: #959595;
}

.main6_wrap .amount_info2 p .month_switch,
.main6_wrap .amount_info2 p .model_switch {
    font-size: 18px;
    font-family: 'Pretendard600';
    color: #000000;
}

.main6_wrap .amount_info2 p .switch_text {
    margin-left: -2px;
}

.main6_wrap .amount_info3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 1px dashed #c9c9c9;
    border-bottom:  1px dashed #c9c9c9;
    padding: 25px;
    gap: 10px;
}

.main6_wrap .amount_info3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.main6_wrap .amount_info3 li h4 {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 100;
}

.main6_wrap .amount_info3 li p {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 500;
    color: #959595;
    text-align: right;
}

.main6_wrap .amount_info3 .sale_box {
    background: #ea0303;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 50px;
    position: relative;
    margin-left: 10px;
    width: 75px;
}

.main6_wrap .amount_info3 .sale_box.sale_box_right {
    display: none;
}

.main6_wrap .amount_info3 .sale_box::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0px;
    border-color: transparent #ea0303 transparent transparent;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
}

.main6_wrap .amount_info4 {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 25px;
}

.main6_wrap .amount_info4 h4 {
    font-size: 18px;
    font-weight: 100;
}

.main6_wrap .amount_info4 h5 {
    font-size: 22px;
    font-family: 'Pretendard500';
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}

.main6_wrap .amount_info4 h5:after {
    content: '원';
    line-height: 1.7;
    font-size: 18px;
    font-family: 'Pretendard300';
    display: block;
}

.main6_wrap .info_list_wrap {
    padding: 40px 0;
}

.main6_wrap .info_list_wrap > div {
    display: flex;
}

.main6_wrap .info_list_wrap .info_list1 {
    flex-direction: column;
    gap: 10px;
}

.main6_wrap .info_list_wrap .info_list1 h3 {
    font-size: 22px;
    font-family: 'Pretendard700';
}

.main6_wrap .info_list_wrap .info_list1 ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.main6_wrap .info_list_wrap .info_list1 ul li {
    font-size: 18px;
    font-family: 'Pretendard500';
}
.main6_wrap .info_list_wrap .info_list1 ul li span {
    font-family: 'Pretendard700';
}

.main6_wrap .info_list_wrap .info_list1 .text_box {
    background: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
}

.main6_wrap .info_list_wrap .info_list1 .text_box h4 {
    font-size: 18px;
    font-family: 'Pretendard300';
    margin-bottom: 8px;
}

.main6_wrap .info_list_wrap .info_list1 .text_box h5 {
    font-size: 18px;
    font-family: 'Pretendard300';
    padding-left: 50px;
    line-height: 1.6;
}

.main6_wrap .info_list_wrap .info_list2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px;
    gap: 20px;
}

.main6_wrap .info_list_wrap .info_list2 li {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    gap: 20px;
}

.main6_wrap .info_list_wrap .info_list2 li .img_box {
    background: #fff6dc;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main6_wrap .info_list_wrap .info_list2 li .text_box h6 {
    font-size: 20px;
    font-family: 'Pretendard500';
}

.main6_wrap .info_list_wrap .info_list2 li .text_box p {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Pretendard400';
}


@media (max-width: 999px) {
    .main6_wrap .main6_txt {
        flex-direction: column;
    }

    .main6_wrap .main6_txt .list_check {
        width: calc(100% - 0px);
    }

    .main6_wrap .main6_txt .list_check .select_title h3 {
        font-size: 1.5rem;
    }
    .main6_wrap .main6_txt .list_check .select_title p {
        font-size: 1rem;
    }

    .main6_wrap .main6_txt .select_form label {
        font-size: 1rem;
    }

    .main6_wrap .main6_txt .select_form label .sale_box {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {

    .main6_wrap .main6_txt .amount_wrap > div {
        padding: 25px;
    }

    .main6_wrap .amount_info2 > div:first-child {
        width: 50px;
        height: 50px;
    }

    .main6_wrap .main6_txt .select_form label {
        width: calc(33% - 10px);
    }

    .main6_wrap .amount_info1 h3 {
        font-size: 1.5rem;
    }

    .main6_wrap .amount_info1 h2 {
        font-size: 2.5rem;
    }

    .main6_wrap .amount_info1 h2:after {
        font-size: 1.5rem;
    }

    .main6_wrap .amount_info2 {
        padding: 10px 0 10px 0px;
    }

    .main6_wrap .amount_info2 p {
        font-size: 1rem;
    }

    .main6_wrap .amount_info2 p .month_switch,
    .main6_wrap .amount_info2 p .model_switch {
        font-size: 1.1rem;
    }

    .main6_wrap .amount_info3 {
        padding: 15px;
    }    

    .main6_wrap .amount_info3 li h4,
    .main6_wrap .amount_info3 li p {
        font-size: 1rem;
    }

    .main6_wrap .info_list_wrap .info_list1 h3 {
        font-size: 1.3rem;
    }

    .main6_wrap .info_list_wrap .info_list1 ul li {
        font-size: 1rem;
    }

    .main6_wrap .info_list_wrap .info_list1 .text_box {
        padding: 20px;
    }

    .main6_wrap .info_list_wrap .info_list1 .text_box h4 {
        font-size: 1rem;
    }
    .main6_wrap .info_list_wrap .info_list1 .text_box h5 {
        font-size: 1rem;
        padding: 0;
    }

    .main6_wrap .info_list_wrap .info_list2 ul {
        padding: 25px;
    }
    
    .main6_wrap .info_list_wrap .info_list2 li {
        width: calc(100% - 0px);
    }
    
    .main6_wrap .info_list_wrap .info_list2 li .text_box h6 {
        font-size: 1.2rem;
    }

    .main6_wrap .info_list_wrap .info_list2 li .text_box p {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .main6_wrap .main6_txt .list_check .select_title {
        flex-wrap: wrap;
        gap: 5px;
    }

    .main6_wrap .main6_txt .list_check .select_title h3 {
        font-size: 1.2rem;
    }

    .main6_wrap .main6_txt .list_check .select_title p {
        line-height: 1.2;
        font-size: 1rem;
    }
    .main6_wrap .main6_txt .amount_wrap > div {
        padding: 15px;
    }

    .main6_wrap .main6_txt .select_form label {
        width: calc(50% - 10px);
    }

    .main6_wrap .amount_info1 h3 {
        font-size: 1.2rem;
    }

    .main6_wrap .amount_info1 h2 {
        font-size: 1.8rem;
        padding: 10px;
    }

    .main6_wrap .amount_info1 h2:after {
        font-size: 1.2rem;
    }

    .main6_wrap .amount_info2 {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .main6_wrap .amount_info2 p {
        font-size: 0.9rem;
    }

    .main6_wrap .amount_info3 {
        margin-bottom: 0;
    }

    .main6_wrap .amount_info3 li h4,
    .main6_wrap .amount_info3 li p {
        font-size: 0.8rem;
    }

    .main6_wrap .amount_info3 .sale_box {
        font-size: 0.7rem;
    }

    .main6_wrap .amount_info4 {
        padding: 0 15px;
    }

    .main6_wrap .amount_info4 h5 {
        font-size: 1.1rem;
    }

    .main6_wrap .amount_info4 h5:after {
        font-size: 0.9rem;
    }

    .main6_wrap .amount_info4 h6 {
        font-size: 0.9rem;
    }

    .main6_wrap .info_list_wrap {
        padding: 20px 0;
    }

    .main6_wrap .info_list_wrap .info_list1 {
        gap: 5px;
    }

    .main6_wrap .info_list_wrap .info_list1 h3 {
        font-size: 1.1rem;    
    }

    .main6_wrap .info_list_wrap .info_list1 ul li,
    .main6_wrap .info_list_wrap .info_list1 .text_box h4,
    .main6_wrap .info_list_wrap .info_list1 .text_box h5 {
        font-size: 0.9rem;
    }

    .main6_wrap .info_list_wrap .info_list2 ul {
        padding: 20px 0;
    }

    .main6_wrap .info_list_wrap .info_list2 li .text_box h6 {
        font-size: 1rem;
    }

    .main6_wrap .info_list_wrap .info_list2 li .text_box p {
        font-size: 0.8rem;
    }
}
/* main6_wrap 끝 */

/* main7_wrap 시작 */

.main7_wrap.page-section .title p {
    width: 50%;
}

.main7_txt .inquiry_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.main7_txt .inquiry_title h4 {
    font-size: 26px;
}

.main7_txt .inquiry_title p {
    color: #a1a1a1;
    font-size: 18px;
    margin-bottom: 0;
}

.main7_txt .inquiry_wrap > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.main7_txt .inquiry_wrap > div .form-group {
    width: calc(49% - 20px);
    display: flex;
    flex-direction: column;
    position: relative;
}

.main7_txt .inquiry_wrap > div .form-group label {
    font-size: 20px;
    font-family: 'Pretendard600';
    position: relative;
    display: flex;
}

.main7_txt .inquiry_wrap > div .form-group label::after {
    display: block;
    content: '*';
    font-size: 20px;
    color: #ffbb00;
    margin-top: -10px;
}

.main7_txt .inquiry_wrap .form-group .form-control {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px;
    margin-top: 10px;
}

.main7_txt .inquiry_wrap .form-group .form-control::placeholder {
    color: #c1c1c1;
}


.main7_txt .inquiry_wrap .form-group select {
    border: 1px solid #d3d3d3;
    color: #d3d3d3;
    padding: 15px;
    margin-top: 10px;
}

.main7_txt .inquiry_wrap .form-group select option:hover {
    color: #000000;
    background: #ffbb00;
}

.main7_txt .inquiry_wrap .form-group .area-custom-select {
    position: relative;
    width: 100%;
  }
  
.main7_txt .inquiry_wrap .form-group .custom-select {
    display: inline-block;
    padding: 28px;
    color: #c4ccd8;
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    outline: 0px;
    margin-top: 10px;
}
  
.main7_txt .inquiry_wrap .form-group .select-origin {
    position: absolute;
    right: 10px;
}
  
.main7_txt .inquiry_wrap .form-group .custom-select-text {
    position: absolute;
    top: 14px;
    left: 15px;
}
  
.main7_txt .inquiry_wrap .form-group .custom-select-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    width: 20px;
    opacity: 0.3;
}
  
.main7_txt .inquiry_wrap .form-group .custom-select-list {
    position: absolute;
    top: 100px;
    font-size: 18px;
    width: 100%;
    height: auto;
    z-index: 15;
    border: solid 1px #c4ccd8;
    background-color: #ffffff;
    text-align: left;
    margin-top: -3px;
    box-sizing: border-box;
    color: #c4ccd8;
}
  
.main7_txt .inquiry_wrap .form-group .custom-select-option {
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
}
  
.main7_txt .inquiry_wrap .form-group .custom-select-option:hover {
    color: #000000;
    background-color: #ffbb00;
    box-sizing: border-box;
    transition: 0.3s;
}

.main7_txt .inquiry_wrap > div .form-group-textarea {
    width: calc(100% - 0PX);
    margin-top: 20px;
}

.main7_txt .inquiry_wrap .form-group-textarea .form-control {
    border: 1px solid #d3d3d3;
    height: 250px;
}

.main7_txt .send_wrap {
    margin: 30px auto;
}

.main7_txt .send_wrap .check_wrap::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: #000000;
    margin: 30px auto;
}


.main7_txt .send_wrap input {
    background: #ffbb00;
}

.main7_txt .send_wrap input.check_btn {
    display:none;
}

.main7_txt .send_wrap input.check_btn + label{
    cursor:pointer;
}
  
.main7_txt .send_wrap input.check_btn + label > span{
    vertical-align: middle;
    padding: 0 10px 0 5px;
    font-size: 14px;
    font-family: 'Pretendard500';
}
  
.main7_txt .send_wrap input.check_btn + label:before{
    content:"";
    display:inline-block;
    width:17px;
    height:17px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    vertical-align:middle;
}
    
.main7_txt .send_wrap input.check_btn:checked + label:before{
    content:'✔';
    background: #ffbb00;
    border:1px solid #ffbb00;
    background-repeat: no-repeat;
    font-size: 12px;
    text-align: center;
}

.main7_txt .send_wrap .send_btn {
    font-size: 20px;
    color: #ffffff;
    background: #000000;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    width: 260px;
    padding: 20px 0;
    margin: 0 auto;
    font-family: 'Pretendard500';
}

.main7_txt .send_wrap .send_btn img {
    width: 18px;
}

@media (max-width: 999px) {
    .main7_wrap.page-section .title p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .main7_txt .inquiry_title h4 {
        font-size: 1.5rem;
    }

    .main7_txt .inquiry_title p {
        font-size: 1.1rem;
    }

    .main7_txt .inquiry_wrap .form-group .custom-select-list {
        top: 98px;
    }

    .main7_txt .inquiry_wrap > div .form-group label {
        font-size: 1.2rem;
    }

    .main7_txt .inquiry_wrap .form-group .custom-select {
        font-size: 1.1rem;
    }

    .main7_txt .send_wrap input.check_btn + label > span {
        font-size: 0.9rem;
    }

    .main7_txt .send_wrap .send_btn {
        font-size: 1.2rem;
    }
}

@media (max-width: 575px) {
    .main7_txt .inquiry_title {
        flex-direction: column;
    }

    .main7_txt .inquiry_wrap > div .form-group {
        width: calc(100% - 0px);
    }

    .main7_txt .send_wrap .send_btn {
        width: 100%;
    }
}

/* main7_wrap 끝 */
