@charset "utf-8";

/* section common */
.ver2 .main_title {
    font-size: 34px;
    font-weight: 700;
}
.main_title {
    font-size: 34px;
    font-weight: 700;
}

.title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.txtHide {
	display: none !important;
}

a.total_link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 2px;
    background-size: 0 1px;
    transition: background-size 0.5s;
	margin-bottom: 10px;
}

a.total_link img {
    width: 15px;
}

a.total_link span {
    font-size: 15px;
    font-weight: 400;
}

a.total_link:hover span {
    background-size: 100% 1px;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media all and (max-width: 992px) {

}

@media all and (max-width: 578px) {
    .ver2 .main_title {
        font-size: 28px;
    }
	.main_title {
        font-size: 28px;
    }
}

/* section 1 */
.section_01 {
    background: #F5F5F5;
}

.section_01 .inner_section {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    padding: 60px 0;
    gap: 20px
}

.section_01 .first_left {
	border: 1px solid #ddd; 
	border-radius: 20px;
	background: #fff;
}
.section_01 .first_left .box_wrap {
	height: 100%;
    box-sizing: border-box;
}

.section_01 .first_left .box_wrap .box {
	display: flex;
	height: 33%;
	align-items: center;
    /* flex-direction: column; */
	justify-content: space-between;
    padding: 10px 19px;
    gap: 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.section_01 .first_left .box_wrap .box:last-child {
	border-bottom: 0;
}

.section_01 .first_left .box_wrap .box i {
    width: 60px;
    height: 60px;
    background: #dcefe9;
    border-radius: 50%;
	display: flex;
	align-items: center;
    justify-content: center;
}

.section_01 .first_left .box_wrap .box i img {
    height: 45px;
}

.section_01 .first_left .box_wrap .box p {
    font-weight: 700;
	font-size: 16px;
	width: 70px;
}

.section_01 .left {
    width: 50%;
}

.section_01 .right {
    width: 50%;
    background: #fff;
    border-radius: 25px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: block;
    padding: 30px 20px;

	display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_01 .right h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 35px;
	color: #111;
}

.section_01 .right .box_wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.section_01 .right .box_wrap .box:first-child { width: 55%; }
.section_01 .right .box_wrap .box:last-child { width: 40%; }

.section_01 .right .box_wrap:last-child {
    margin-bottom: 0;
}

.section_01 .right .box {
    background: #F5F5F5;
    width: 50%;
    min-height: 100px;
    border-radius: 20px;
    position: relative;
    /* border: 1px solid #ccc; */
}

.section_01 .right .box .title {
    width: 60%;
    background: #289D60;
    color: #fff;
    margin: 0 auto;
    top: -15px;
    left: 50%;
    position: absolute;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    transform: translateX(-50%);
    font-size: 15px;
}

.section_01 .right .box .twins {
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: flex-end;
    gap: 20px;
    position: relative;
}

/* .section_01 .right .box .twins:after {
    content: '';
    position: absolute;
    top: 42px;
    width: 1px;
    height: 42px;
    background: #ccc;
} */

.section_01 .right .box .solo {
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section_01 .right .box .ch.solo .mini_con span:first-child { font-size: 34px; }

.section_01 .right .box .twins .ch .mini_title {
    font-size: 14px;
    color: #777;
    display: block;
}

.section_01 .right .box .ch .mini_con span:first-child {
    font-size: 26px;
    font-weight: 700;
	line-height: 20px;
}

.section_01 .right .box .ch .mini_con span:last-child {
	font-size: 15px;
}

@media all and (max-width: 1500px) {
    .section_01 .inner_section {
        width: 100%;
        padding: 60px 20px;
        box-sizing: border-box;
        gap: 20px;
    }
}

@media all and (max-width: 1280px) {
    .section_01 .inner_section {
        padding: 50px 15px;
    }

	.section_01 .first_left .box_wrap .box { gap: 7px; padding: 10px 14px; }

	.section_01 .right { padding: 30px 15px; }

	.section_01 .right h2 {
		padding-bottom: 35px;
	}

    .section_01 .right .box {
        min-height: 90px;
    }

	.section_01 .right .box_box_wrap {
		gap: 0;
	}

	.section_01 .right .box_wrap {
		justify-content: center;
		gap: 14px;
	}

    .section_01 .right .box .solo,
    .section_01 .right .box .twins {
        height: 75px;
    }

    .section_01 .right .box .twins:after {
        top: 30px;
        height: 37px;
    }

    .section_01 .right .box .ch .mini_con span:first-child {
        font-size: 20px;
    }

    .section_01 .right .box .ch .mini_con span:last-child {
        font-size: 12px;
    }
	.section_01 .right .box .ch.solo .mini_con span:first-child {
	   font-size: 28px;
	}

}

@media all and (max-width: 1200px) {
	.section_01 .inner_section { flex-direction: column; }

	.section_01 .first_left .box_wrap { display: flex; }
	.section_01 .first_left .box_wrap .box { width: 100%; border-bottom: 0; border-right: 1px solid #ddd; gap: 15px; justify-content: center; }
	.section_01 .first_left .box_wrap .box:last-child { border-right: 0; }
    .section_01 .left {
        width: 100%;
        height: 300px;
    }
	.section_01 .right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.section_01 .right .box {
        min-height: 80px;
    }
	.section_01 .right .box_box_wrap { display: flex; }
	.section_01 .right .box_wrap { width: 50%; margin-bottom: 0; }
}

@media all and (max-width: 1028px) {
    .section_01 .right {
        padding: 25px;
    }

    .section_01 .right h2 {
        font-size: 22px;
    }

    .section_01 .right .box .ch .mini_con span:first-child {
        font-size: 18px;
    }

    .section_01 .right .box .title {
        height: 31px;
        line-height: 31px;
        font-size: 15px;
    }

    .section_01 .right .box .twins .ch .mini_title {
        font-size: 13px;
    }

    .section_01 .right .box .solo,
    .section_01 .right .box .twins {
        height: 68px;
    }
	.section_01 .right .box .ch.solo .mini_con span:first-child {
        font-size: 24px;
    }
}

@media all and (max-width: 992px) {
    

	.section_01 .first_left .box_wrap {
		display: flex;
	}

    .section_01 .right h2 {
        width: 100%;
    }

    .section_01 .right .box_wrap {
        width: 49.4%;
        margin-bottom: 0;
    }

    .section_01 .right .box .twins {
        gap: 10px;
    }

    .section_01 .right .box .ch .mini_con span:last-child {
        font-size: 13px;
    }
}

@media all and (max-width: 768px) {
    .section_01 .right {
        display: block;
        padding: 25px 20px;
    }

    .section_01 .right .box_wrap {
        width: 100%;
    }
	.section_01 .right .box_box_wrap { flex-direction: column; gap: 30px; }
	.section_01 .first_left .box_wrap .box { gap: 5px; flex-direction: column; }
	.section_01 .first_left .box_wrap .box p { width: auto; }
}

@media all and (max-width: 600px) {
    .section_01 .inner_section {
        padding: 40px 15px;
        gap: 30px;
    }

    .section_01 .right {
        padding: 25px 15px;
    }
	.section_01 .first_left .box_wrap .box {
        gap: 0px;
		padding: 14px 0;
	}
	.section_01 .first_left .box_wrap .box p { 
		font-size: 15px; 
		text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
		width: 100%;
        text-align: center;
	}
	.section_01 .first_left .box_wrap .box i {
		width: 55px;
		height: 55px;
	}
	.section_01 .first_left .box_wrap .box i img {
		height: 40px;
	}
	.section_01 .right .box .twins {
        gap: 20px;
    }
}

@media all and (max-width: 420px) {
	.section_01 .inner_section { gap: 20px; }
    .section_01 .right .box .ch .mini_con span:first-child {
        font-size: 16px;
    }

    .section_01 .right .box .ch .mini_con span:last-child {
        font-size: 12px;
    }
	a.total_link span { font-size: 14px; }
}


/* middle banner */
.banner {
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, #5CBDA5 0%, #1F75BC 100%)
}

.banner_inner {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 50px;
    color: #fff;
    box-sizing: border-box;
}

.banner_inner p:first-child {
    padding-top: 10px;
}

.banner_inner p:last-child {
    font-size: 26px;
    padding-top: 5px;
}

@media all and (max-width: 1500px) {
    .banner_inner {
        width: 100%;
        padding: 0 20px;
    }
}

@media all and (max-width: 1280px) {
    .banner {
        height: 90px;
    }

    .banner_inner {
        padding: 0 15px;
    }

    .banner_inner p:first-child {
        font-size: 15px;
    }

    .banner_inner p:last-child {
        font-size: 20px;
        padding-top: 5px;
    }
}

@media all and (max-width: 992px) {
    .banner {
        height: 80px;
    }

    .banner_inner {
        gap: 30px;
    }

    .banner_inner img {
        width: 50px;
    }

    .banner_inner p:last-child {
        font-size: 18px;
    }
}

@media all and (max-width: 620px) {
    .banner {
        height: auto;
    }

    .banner_inner {
        gap: 15px;
        flex-direction: column;
        padding: 20px;
    }

    .banner_inner p:first-child {
        font-size: 13px;
        padding-top: 0;
    }

    .banner_inner p:last-child {
        font-size: 14px;
        padding-top: 0;
    }
}

/* section 2 */
.section_02 {
    padding: 100px 0;
}

.section_02 .inner_section {
    background: #f1f1f1;
    box-shadow: 4px 7px 20px 4px rgba(0, 0, 0, 0.3);
    background: url(../img/content5_img3.jpg) 100% /cover no-repeat;
    position: relative;
    isolation: isolate;
}

.section_02 .inner_section:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .5);
    z-index: -2;
    inset: 0;
    opacity: 0.4;
}

.section_02 .inner_section .title_wrap {
    width: 1440px;
    margin: 0 auto;
    padding-top: 70px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section_02 .inner_section .title_wrap .main_title {
	color: #fff;
}

.section_02 .con_box_wrap {
    display: flex;
    width: 1440px;
    margin: 40px auto 0;
    gap: 40px;
    padding-bottom: 70px;
}

.section_02 .con_wrap {
    color: #fff;
}

.section_02 .con_wrap h3 {
    display: inline-block;
    padding: 5px 0;
    margin: 10px 0;
    position: relative;
	color: #fff;
	display: block;
	font-size: 18px;
    font-weight: 600;
}

.section_02 .con_wrap h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1000%;
    background: #289D60;
    width: 730px;
    height: 40px;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}

.section_02 .inner_con_wrap li a {
    padding: 7px 5px 3px;
    font-size: 15px;
	color: #fff;
	display: block;
}

.section_02 .inner_con_wrap li a.active {
	font-weight: 600;
	color: #289D60;
}

.section_02 .box_wrap {
    display: flex;
    gap: 10px;
}

.section_02 .box_wrap .box {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    width: 25%;
    box-sizing: border-box;
}

.section_02 .box_wrap .box .sub_title {
    display: inline-flex;
    background: #2c3d40;
    color: #fff;
    padding: 8px 25px;
    margin-bottom: 12px;
    border-radius: 30px;
}

.section_02 .box_wrap .box .sub_title p {
    font-size: 15px;
    padding-left: 5px;
}

.section_02 .box_wrap .box .sub_title i {
    font-size: 16px;
}

.section_02 .box_wrap .box .sub_title img {
	width: 15px;
}

.section_02 .box_wrap .box .contents {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
	color: #111;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	width: 100%;
	height: 48px;
}

.section_02 .box_wrap .box .part_link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #2c3d40;
	align-items: center;
}

.section_02 .box_wrap .box .part_link img {
	height: 10px;
}

.section_02 .box_wrap .box .part_link span {
    font-size: 14px;
}

.section_02 .box_wrap .box .name_date_wrap {
    padding: 30px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section_02 .box_wrap .box .name_date_wrap .company_name {
    font-size: 15px;
    width: 51%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section_02 .box_wrap .box .name_date_wrap .date {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media all and (max-width: 1500px) {
    .section_02 .inner_section {
        padding: 0 20px;
    }

    .section_02 .inner_section .title_wrap {
        width: 100%;
    }

    .section_02 .con_box_wrap {
        width: 100%;
        flex-direction: column;
    }

    .section_02 .con_wrap {
        display: flex;
        gap: 60px;
    }

    .section_02 .con_wrap .inner_con_wrap {
        display: flex;
        align-items: center;
    }

    .section_02 .con_wrap h3 {
        padding: 5px;
        margin: 0;
    }

    .section_02 .con_wrap h3:after {
        left: -850%;
    }

    .section_02 .inner_con_wrap li {
        padding: 0 5px 0;
        height: 100%;
        line-height: 26px;
    }

    /* .section_02 .box_wrap { gap: 10px; } */
    .section_02 .box_wrap .box {
        padding: 25px 15px;
    }
}

@media all and (max-width: 1310px) {
    .section_02 .box_wrap {
        gap: 0;
    }

    .section_02 .box_wrap .box {
        margin-right: 10px;
    }

    .section_02 .box_wrap .box:last-child {
        margin-right: 0;
    }

    .section_02 .box_wrap .box .sub_title p {
        font-size: 14px;
    }

    .section_02 .box_wrap .box .name_date_wrap {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 0 0;
        gap: 7px;
    }

    .section_02 .box_wrap .box .name_date_wrap .company_name {
        width: 100%;
        white-space: pre-wrap;
    }

    .section_02 .box_wrap .box .name_date_wrap .date {
        width: 100%;
        text-align: right;
        white-space: pre-wrap;
    }
}

@media all and (max-width: 1280px) {
    .section_02 {
        padding: 70px 0;
    }

    .section_02 .inner_section {
        padding: 0 15px;
    }

    .section_02 .inner_section .title_wrap {
        width: 100%;
        box-sizing: border-box;
    }

    .section_02 .con_box_wrap {
        margin: 30px auto 0;
        flex-direction: column;
        box-sizing: border-box;
    }

    .section_02 .con_wrap {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .section_02 .con_wrap .inner_con_wrap {
        display: flex;
    }

    .section_02 .inner_con_wrap li {
        padding-top: 0;
    }

    .section_02 .box_wrap {
        gap: 0;
    }

    .section_02 .box_wrap .box {
        padding: 25px 20px;
        border: 1px solid #ddd;
    }

    .section_02 .box_wrap .box .contents {
        font-size: 16px;
    }

    .section_02 .box_wrap .box .name_date_wrap .company_name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
	.section_02 .con_wrap h3:after {
	    width: 590px;
		height: 40px;
	}
	.section_02 .box_wrap .box .contents { height: auto; }
}

@media all and (max-width: 992px) {
    .section_02 {
        padding: 50px 0;
    }

    .section_02 .box_wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .section_02 .box_wrap .box {
        width: 49%;
        margin-right: 0;
        padding: 15px;
    }

    .section_02 .box_wrap .box:nth-child(-n+2) {
        margin-bottom: 7px;
    }

    .section_02 .box_wrap .box .sub_title {
        margin-bottom: 8px;
    }
}

@media all and (max-width: 768px) {
    .section_02 .con_wrap {
        gap: 20px;
    }

    .section_02 .box_wrap .box .contents {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 578px) {
    .section_02 .box_wrap .box {
        width: 100%;
    }

    .section_02 .box_wrap .box .contents {
        margin-bottom: 10px;
    }

    .section_02 .box_wrap .box:nth-child(-n+4) {
        margin-bottom: 15px;
    }

    .section_02 .box_wrap .box:nth-child(4) {
        margin-bottom: 0;
    }

    .section_02 .con_box_wrap {
        gap: 25px;
        padding-bottom: 80px;
    }

    .section_02 .box_wrap .box .sub_title {
        margin-bottom: 5px;
    }

    .section_02 .box_wrap .box .name_date_wrap .company_name {
        font-size: 14px;
    }

    .section_02 .inner_section .title_wrap {
        padding-top: 80px;
    }
	.section_02 .inner_con_wrap li { padding: 0; }
	.inner_section .title_wrap {
		align-items: flex-start;
		flex-direction: column;
	}
	.section_02 .inner_section .title_wrap {
		align-items: flex-start;
	}	
	.section_02 .con_wrap h3 {
		display: none;
	}
}


/* section 3 */
.section_03 {
    padding: 100px 0;
}

.section_03 .inner_section {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.section_03 .left_wrap {
    width: 30%;
}

.section_03 .total_link:hover span {
    background-image: linear-gradient(#000, #000);
}

.section_03 .left_wrap .con_box_wrap {
    background: #f0f6fb;
    padding: 25px 30px;
    margin-top: 30px;
    border-radius: 30px;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_03 .left_wrap .con_box_wrap img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.section_03 .left_wrap .con_wrap {
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 0 0 20px 20px;
}

.section_03 .left_wrap .con_wrap .thumb b { padding-bottom: 0; font-size: 20px; }

.section_03 .right_wrap {
    width: 70%;
    height: 100%;
}

.section_03 .right_wrap .con_box_wrap {
    width: 100%;
    height: 480px;
    margin-top: 30px;
    background: #f0f6fb;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.section_03 .right_wrap .con_box_wrap iframe {
    width: 75%;
    height: 90%;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}


@media all and (max-width: 1500px) {
    .section_03 {
        padding: 70px 20px;
    }

    .section_03 .inner_section {
        width: 100%;
        box-sizing: border-box;
        gap: 20px;
    }
}

@media all and (max-width: 1330px) {
	.main_title { font-size: 24px; }
}

@media all and (max-width: 1280px) {
    .section_03 {
        padding: 70px 15px;
    }

    .section_03 .left_wrap .con_wrap {
        padding: 40px 10px;
    }
}

@media all and (max-width: 1080px) {
	.section_03 .title_wrap {
	    align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
	.section_03 a.total_link {
		margin-left: 5px;
	}
}

@media all and (max-width: 992px) {
    .section_03 .inner_section {
        flex-direction: column;
        gap: 50px;

    }
	.section_03 .title_wrap {
		flex-direction: row;
		gap: 0;
		align-items: baseline
	}
	a.total_link {
		margin-left: 0;
		margin-bottom: 0;
	}
    .section_03 .left_wrap {
        width: 100%;
    }

    .section_03 .left_wrap .con_box_wrap {
        height: auto;
        display: flex;
        flex-direction: row;
        padding: 15px;
    }

    .section_03 .left_wrap .con_box_wrap img {
        border-radius: 20px;
    }

    .section_03 .right_wrap {
        width: 100%;
    }

    .section_03 .left_wrap .con_wrap {
        display: flex;
        align-items: center;
        padding: 0px 20px;
    }
}


@media all and (max-width: 578px) {
    .section_03 {
        padding: 70px 15px;
    }

    .section_03 .inner_section {
        gap: 60px;
    }

    .section_03 .left_wrap .con_box_wrap {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .section_03 .left_wrap .con_wrap {
        padding: 20px;
        border-radius: 20px;
    }

    .section_03 .right_wrap .con_box_wrap {
        height: 300px;
    }
}

@media all and (max-width: 400px) {
	.section_03 .title_wrap .main_title { line-height: 30px; }
}

/* section 4 */
.section_04 {
	padding: 100px 0 0 0;
}

.section_04 .title_wrap {
    width: 1440px;
    margin: 0 auto;
}

.section_04 .main_title_wrap span {
    display: inline-block;
    padding-bottom: 2px;
}

.section_04 ul.total_tab_wrap {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.section_04 ul.total_tab_wrap li {
    background: none;
    color: #222;
    padding: 13px 15px 8px;
    cursor: pointer;
    border: 1px solid #999;
    border-right: 0;
}

.section_04 ul.total_tab_wrap li:first-child {
    border-radius: 20px 0 0;
}

.section_04 ul.total_tab_wrap li:last-child {
    border-right: 1px solid #999;
    border-radius: 0 20px 0 0;
}

.section_04 ul.total_tab_wrap li.current {
    background: #2c3d40;
    color: #fff;
}

.section_04 .con_wrap {
    /* background: #f1f4fa;/// */
}

.section_04 .inner_section {
    /* display: none; */
    text-align: center;
    display: flex;
    width: 1440px;
    margin: 30px auto 0;
}

.section_04 .area_tab_wrap {
    width: 25%;
    background: #f1f4fa;
    border-radius: 0 0 100px;
    position: relative;
}

.section_04 .area_tab_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(-50%);
    background: #f1f4fa;
    width: 200%;
    height: 100%;
    z-index: -1;
}

.section_04 .area_tab_wrap .inner_wrap {
    padding: 40px 50px 40px 0;
}

.section_04 .ing_tabs {
    display: flex;
    background: #fff;
    border-radius: 30px;
    height: 55px;
}

.section_04 .ing_tabs li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section_04 .ing_tabs li.current {
    background: #2c3d40;
    border-radius: 20px;
    color: #fff;
}

.section_04 .area_tabs {
    margin-top: 20px;
    background: #fff;
    border-radius: 0 0 60px;
    padding: 10px;
}

.section_04 .area_tabs li {
    display: flex;
}

.section_04 .area_tabs li span {
    display: block;
    width: 25%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.section_04 .area_tabs li span.current {
    background: #ddd;
    font-size: 18px;
    font-weight: 600;
}

.section_04 .contents_wrap {
    background: #fff;
    border-top: 1px solid #999;
    width: 75%;
    display: flex;
    align-items: center;
    gap: 20px;

	margin: 0;
    min-height: initial !important;
    padding: 50px 0;
}

.section_04 .contents_wrap .common {
    display: flex;
    gap: 20px;
    height: 160px;
}

.section_04 .contents_wrap .down {
    margin-top: 20px;
}

.section_04 .contents_wrap .ch {
    border: 1px solid #dddd;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
	line-height:1.2;
}

.section_04 .contents_wrap .ch .f-line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.section_04 .contents_wrap .ch .f-line .situation {
    color: #dc4e51;
    font-weight: 700;
    font-size: 15px;
}

.section_04 .contents_wrap .ch a h3 {
    padding: 5px 0 3px;
    font-size: 15px;
    color: #888;

	height: 25px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.section_04 .contents_wrap .ch .f-line p img {
    width: 11px;
}

.section_04 .contents_wrap .ch .f-line p span {
    color: #777;
    font-size: 13px;
}

.section_04 .contents_wrap dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
	line-height: 1.3;
}

.section_04 .contents_wrap .ch .con {
    line-height: 1.2;
    font-weight: 700;
	font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section_04 .contents_wrap .inner_left {
    padding-left: 30px;
    width: 100%;
}

.section_04 .contents_wrap .inner_right a {
    border: 1px solid #ddd;
    height: 340px;
    line-height: 340px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

@media all and (max-width: 1500px) {
    .section_04 .title_wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section_04 .inner_section {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 30px auto 0;
    }

    .section_04 .area_tab_wrap {
        width: 30%;
    }

    .section_04 .area_tab_wrap .inner_wrap {
        padding: 40px 30px 40px 0;
    }

    .section_04 .contents_wrap {
        width: 70%;
    }
}

@media all and (max-width: 1440px) {
	.section_04 .contents_wrap .ch { width: 26%; }
}

@media all and (max-width: 1280px) {
	.section_04 .contents_wrap {
		padding: 40px 0;
	}

    .section_04 .inner_section {
        margin: 0;
        padding: 0 15px;
    }

    .section_04 .title_wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }

    .section_04 ul.total_tab_wrap {
        width: 100%;
    }

    .section_04 ul.total_tab_wrap li {
        width: 100%;
        text-align: center;
    }

    .section_04 .con_wrap {
        margin-top: 20px;
    }

    .section_04 .ing_tabs {
        height: 50px;
    }

    .section_04 .ing_tabs li {
        font-size: 15px;
    }

    .section_04 .ing_tabs li.t-line {
        line-height: 16px;
    }

    .section_04 .area_tabs {
        padding: 5px;
    }

    .section_04 .area_tabs li span {
        font-size: 15px;
    }

    .section_04 .area_tabs li span.current {
        font-size: 16px;
    }

    .section_04 .contents_wrap {
        gap: 10px;
        justify-content: space-evenly;
        gap: 0;
    }

    .section_04 .contents_wrap .common {
        gap: 10px;
		margin-bottom: 20px;
		width: 100%;
		justify-content: space-evenly;
    }

    .section_04 .contents_wrap .inner_left {
        /* padding-top: 20px; */
        padding-left: 20px;
        box-sizing: border-box;
    }

    .section_04 .contents_wrap {
        flex-direction: column;
    }

    .section_04 .contents_wrap .inner_right {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .section_04 .contents_wrap .inner_right a {
        width: 100%;
        height: 100px;
        line-height: 60px;
        height: 60px;
        border-radius: 15px;
        padding: 0;
        font-size: 17px;
    }

    .section_04 .contents_wrap dt {
        font-size: 17px;
    }

    .section_04 .contents_wrap dl.ch .con {
        font-size: 15px;
    }
	.section_04 .contents_wrap .ch .f-line { align-items: center; }
}

@media all and (max-width: 1080px) {
	.section_04 .contents_wrap .ch .con { font-size: 16px; }
}

@media all and (max-width: 1028px) {
    .section_04 .inner_section {
        flex-direction: column;
    }

    .section_04 .ing_tabs li.current {
        border-radius: 30px;
    }

    .section_04 .area_tabs {
        border-radius: 15px;
    }

    .section_04 .area_tabs li span.current {
        background: #eee;
        border-radius: 2px;
    }

    .section_04 .area_tab_wrap {
        width: 100%;
        border-radius: 10px;
    }

    .section_04 .area_tab_wrap:after {
        content: inherit;
    }

    .section_04 .area_tab_wrap .inner_wrap {
        padding: 30px 20px;
    }

    .section_04 .contents_wrap {
        width: 100%;
        border-top: 0;
    }

    .section_04 .contents_wrap .common {
        gap: 15px;
    }

    .section_04 .contents_wrap .inner_left {
        padding-left: 0;
    }

    .section_04 .contents_wrap .inner_right {
        border: 0;
        padding-left: 0;
    }

    .section_04 .contents_wrap .inner_left {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section_04 ul.total_tab_wrap li {
        padding: 10px 0;
        font-size: 15px;
    }

    .section_04 ul.total_tab_wrap li:first-child {
        border-radius: 8px 0 0 8px;
    }

    .section_04 ul.total_tab_wrap li:last-child {
        border-radius: 0 8px 8px 0;
    }
	.section_01 .right .box .twins .ch .mini_title { height: 17px; }
}

@media all and (max-width: 768px) {
	.section_04 {
		padding: 70px 0 20px;
	}
    .section_04 ul.total_tab_wrap {
        flex-wrap: wrap;
    }

    .section_04 ul.total_tab_wrap li {
        width: 24.5%;
        border-bottom: 0;
    }

    .section_04 ul.total_tab_wrap li:first-child {
        border-radius: 0;
    }

    .section_04 ul.total_tab_wrap li:last-child {
        border-radius: 0;
    }

    .section_04 ul.total_tab_wrap li:nth-child(4n) {
        border-right: 1px solid #999;
    }

    .section_04 ul.total_tab_wrap li:nth-child(n + 8) {
        border-bottom: 1px solid #999;
    }

    .section_04 .area_tab_wrap .inner_wrap {
        padding: 20px;
    }

    .section_04 .contents_wrap .inner_left {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section_04 .contents_wrap dt {
        font-size: 16px;
    }

    .section_04 .contents_wrap dl.ch .con {
        font-size: 14px;
    }

    .section_04 .contents_wrap dl.ch .f-line .situation {
        font-size: 14px;
    }

    .section_04 .contents_wrap dl.ch .f-line p span {
        font-size: 12px;
    }

    .section_04 .contents_wrap .inner_right a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .section_04 .contents_wrap .down {
        margin-top: 10px;
    }

    .section_04 .contents_wrap .inner_left {
        padding-bottom: 20px;
    }

    .section_04 .contents_wrap .common {
        gap: 10px;
		justify-content: space-between;
    }

    .section_04 .contents_wrap .ch {
        box-sizing: border-box;
        padding: 20px 10px;
		width: 32%;
    }
}

@media all and (max-width: 630px) {
    .section_04 .contents_wrap .common {
        gap: 5px;
        flex-direction: column;
        height: auto;
		margin-bottom: 0;
    }

    .section_04 .area_tab_wrap .inner_wrap {
        padding: 15px;
    }

    .section_04 .area_tabs {
        margin-top: 15px;
    }

    .section_04 .contents_wrap .inner_left {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section_04 .contents_wrap .inner_right a {
        height: 45px;
        line-height: 45px;
    }

    .section_04 .contents_wrap .ch {
        padding: 15px;
		width: 100%;
    }

    .section_04 .contents_wrap dl.ch .f-line {
        justify-content: flex-start;
        align-items: flex-end;
        gap: 5px;
    }

    .section_04 .contents_wrap dt {
        text-align: left;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .section_04 .contents_wrap dl.ch .con {
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .section_04 .contents_wrap dl.ch .f-line {
        padding-bottom: 15px;
    }

}

@media all and (max-width: 578px) {
    .section_04 .ing_tabs {
        height: 45px;
    }

    .section_04 .area_tabs li span {
        height: 35px;
        line-height: 35px;
    }

    .section_04 ul.total_tab_wrap li {
        width: 33%;
    }

    .section_04 ul.total_tab_wrap li:nth-child(3n) {
        border-right: 1px solid #999;
    }

    .section_04 ul.total_tab_wrap li:nth-child(4n) {
        border-right: 0;
    }

    .section_04 ul.total_tab_wrap li:nth-child(8) {
        border-bottom: 0;
    }

	.section_04 .contents_wrap {
		margin-bottom: 0;
	}

    .section_04 .contents_wrap .inner_right a {
        font-size: 14px;
    }
}

@media all and (max-width: 420px) {
    .section_04 ul.total_tab_wrap li {
        width: 49.5%;
    }

    .section_04 ul.total_tab_wrap li:nth-child(2n) {
        border-right: 1px solid #999;
    }

    .section_04 ul.total_tab_wrap li:nth-child(3n) {
        border-right: 0;
    }

    .section_04 ul.total_tab_wrap li:nth-child(6) {
        border-right: 1px solid #999;
    }

    .section_04 ul.total_tab_wrap li:nth-child(9) {
        border-bottom: 0;
    }

    .section_04 .ing_tabs li {
        font-size: 14px;
    }

    .section_04 .area_tabs li span {
        font-size: 14px;
    }
}


/* section 5 */
.section_05 {
    padding: 100px 0;
    position: relative;
}

.section_05 .inner_section {
    width: 1440px;
    margin: 0 auto;
}

.section_05 .job_offer_title {
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

.section_05 .job_offer_title .situation {
    display: flex;
    gap: 20px;
    font-size: 15px;
}

.section_05 .job_offer_title .situation .current {
    font-weight: 700;
}

.section_05 .box_wrap {
    display: flex;
    margin-top: 0;
	margin-bottom: 30px;
    gap: 20px;
}

.section_05 .box_wrap .box {
    width: 25%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.section_05 .box_wrap .box h2 {
    height: 50px;
    line-height: 50px;
    background: #4ca284;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.section_05 .box_wrap .box h3 {
    padding-top: 25px;
    font-weight: 600;
	font-size: 16px; 
}

.section_05 .box_wrap .box .contents {
    width: 50%;
    margin: 10px auto;
    line-height: 1.3;
	color: #111;
	font-weight: 700;
	font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section_05 .box_wrap .box .date {
    font-size: 12px;
    color: #bbb;
    font-weight: 500;
    padding-bottom: 25px;
    display: block;
}

.section_05 .box_wrap .box .counting {
    color: #d04e4e;
    background: #f6f6f6;
    height: 50px;
    line-height: 50px;
    border-radius: 0 0 20px 20px;
    font-size: 17px;
    font-weight: 600;
}

@media all and (max-width: 1500px) {
    .section_05 {
        padding: 70px 20px 40px;
    }

    .section_05 .inner_section {
        width: 100%;
        box-sizing: border-box;
    }
}

@media all and (max-width: 1280px) {
    .section_05 .box_wrap {
        gap: 15px;
        margin-top: 20px;
    }

    .section_05 .box_wrap .box h2 {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }

    .section_05 .box_wrap .box h3 {
        padding-top: 15px;
    }

    .section_05 .box_wrap .box .contents {
        margin: 7px auto;
    }

    .section_05 .box_wrap .box .date {
        padding-bottom: 15px;
        font-weight: 400;
    }

    .section_05 .box_wrap .box .counting {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
}

@media all and (max-width: 1080px) {
	.section_05 .box_wrap {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 7px;
    }

    .section_05 .box_wrap .box {
        width: 49%;
    }

    .section_05 .box_wrap .box h2 {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }

    .section_05 .box_wrap .box h3 {
        font-size: 15px;
    }

    .section_05 .box_wrap .box .contents {
        font-size: 16px;
    }

    .section_05 .box_wrap .box .counting {
        font-size: 14px;
    }

    .section_05 .box_wrap .box .date {
        padding-bottom: 13px;
        font-size: 11px;
    }

    .section_05 .job_offer_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .section_05 .job_offer_title .situation {
        margin-left: 10px;
    }
}

@media all and (max-width: 1028px) {
    .section_05 {
        padding: 20px 20px 40px;
    }

    .section_05 .box_wrap {
        gap: 10px;
    }
}

@media all and (max-width: 992px) {
    .section_05 {
        padding: 50px 20px 40px;
    }
}

@media all and (max-width: 700px) {
	.section_05 .box_wrap .box {
		width: 100%;
	}
}

@media all and (max-width: 578px) {
    .section_05 {
        margin: 80px 0;
    }

    .section_05 .box_wrap {
        gap: 15px;
    }

    .section_05 .box_wrap .box {
        width: 100%;
    }

    .section_05 .job_offer_title .situation {
        font-size: 14px;
    }
}

@media all and (max-width: 450px) {
	.section_05 {
        margin: 0 0 30px;
    }
}


/* section 6 */
.section_06 .inner_section {
    width: 1440px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 40px 60px;
    box-sizing: border-box;
}

.section_06 .title {
    width: 20%;
}

.section_06 .title .main_title {
    padding-bottom: 35px;
	line-height: 34px;
}

.section_06 .title .sub_title li {
    font-size: 15px;
}

.section_06 .title .sub_title li:last-child {
    padding-bottom: 0;
}

.section_06 .right_section {
    width: 100%;
    display: flex;
    padding-left: 100px;
    justify-content: space-between;
}

.section_06 .right_section .box {
    background: #eee;
    border-radius: 20px;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media all and (max-width: 1500px) {
    .section_06 {
        padding: 0 20px;
    }

    .section_06 .inner_section {
        width: 100%;
    }
}

@media all and (max-width: 1280px) {
    .section_06 {
        padding: 0 15px;
    }

    .section_06 .inner_section {
        padding: 40px 20px;
    }
}

@media all and (max-width: 1028px) {
    .section_06 .inner_section {
        padding: 25px 20px;
    }

    .section_06 .right_section {
        padding-left: 70px;
    }

    .section_06 .title .main_title {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}

@media all and (max-width: 992px) {
    .section_06 .inner_section {
        margin-bottom: 70px;
    }

    .section_06 .right_section {
        padding-left: 50px;
    }

    .section_06 .right_section .box {
        width: 115px;
        height: 115px;
    }

    .section_06 .right_section .box img {
        height: 40%;
    }

    .section_06 .right_section .box span {
        font-size: 14px;
    }

    .section_06 .title .main_title {
        padding-bottom: 15px;
    }

    .section_06 .title .sub_title li {
        font-size: 13px;
    }

    .section_06 .right_section .box {
        width: 100px;
        height: 100px;
    }

}

@media all and (max-width: 768px) {
    .section_06 .inner_section {
        flex-direction: column;
    }

    .section_06 .inner_section .title {
        display: flex;
        width: 100%;
        gap: 15px;
        align-items: flex-end;
    }

    .section_06 .title .main_title {
        padding-bottom: 0;
        padding-top: 0;
    }

    .section_06 .title .sub_title {
        display: flex;
        gap: 6px;
    }

    .section_06 .title .sub_title li {
        padding-bottom: 0;
    }

    .section_06 .right_section {
        padding-left: 0;
        padding-top: 15px;
    }
}

@media all and (max-width: 620px) {
    .section_06 .right_section .box {
        width: 90px;
        height: 90px;
    }
}

@media all and (max-width: 578px) {
    .section_06 .inner_section .title {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .section_06 .right_section .box {
        width: 80px;
        height: 80px;
    }
}

@media all and (max-width: 500px) {
    .section_06 .right_section {
        flex-direction: column;
    }

    .section_06 .right_section .box {
        width: 100%;
        margin-bottom: 10px;
        flex-direction: row;
        gap: 20px;
        height: 60px;
    }

    .section_06 .right_section .box:last-child {
        margin-bottom: 0;
    }
}

@media all and (max-width: 420px) {
    .section_06 .inner_section {
        padding: 25px 15px;
    }
}

/* site */
.site_wrap {
    width: 100%;
    height: 60px;
    background: #2b3d40;
    display: flex;
}

.site_wrap .inner {
    width: 1440px;
    margin: 0 auto;
    display: flex;
}

.site_wrap .site {
    width: 100%;
}

.site_wrap .site select {
    width: 100%;
    outline: none;
    height: 60px;
    background: #2b3d40;
    padding: 0 20px;
    color: #fff;
	font-size: 16px;
}

@media all and (max-width: 1500px) {
    .site_wrap .inner {
        width: 100%;
    }
}

@media all and (max-width: 1280px) {
    .site_wrap .site select {
        padding: 0 15px;
    }
}

@media all and (max-width: 768px) {
    .site_wrap {
        height: auto;
    }

    .site_wrap .site select {
        height: 45px;
    }

    .site_wrap .inner {
        flex-direction: column;
    }
}

@media all and (max-width: 578px) {
	.site_wrap .site select { font-size: 15px; }
}

/* 하단 footer 라인 */
.f-underLine { 
	width: 1440px; display: flex; 
	justify-content: space-between; 

	display: flex;
	gap: 50px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #555;
	box-sizing: border-box;
	align-items: center;
	margin: 0 auto;
}
/* 개인정보 및 뉴스레터 */
.privacy_wrap {
    /* width: 1440px;
	    margin: 0 auto;
	    display: flex;
	    gap: 50px;
	    border-bottom: 1px solid #ccc;
	    font-size: 14px;
	    color: #555;
	    box-sizing: border-box;
	align-items: center; */
	display: flex;
    gap: 50px;
}
.privacy_wrap li { height: 60px; line-height: 60px; }
.privacy_wrap li a { display: block; font-size: 16px; }

.newsletter-wrap { 
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 600;
	color: #ddd;
	height: 60px;
	padding: 0 20px;
}
.newsletter-wrap .goto_link { font-size: 16px; }
.newsletter-wrap .newsletter-img { width: 36px; }

@media all and (max-width: 1500px) {
	.f-underLine { width: 100%; }
    .privacy_wrap {
        /* width: 100%; */
        padding: 0 20px;
    }
}

@media all and (max-width: 1280px) {
    .privacy_wrap {
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media all and (max-width: 768px) {
    .privacy_wrap {
        gap: 30px;
    }
	.privacy_wrap li {
        height: 50px;
        line-height: 50px;
	}
}

@media all and (max-width: 578px) {
	.f-underLine { flex-direction: column; }
    .privacy_wrap {
        flex-wrap: wrap;
        gap: 0;
    }
    .privacy_wrap li {
        margin-right: 20px;
        height: 40px;
        line-height: 40px;
    }
    .privacy_wrap li:last-child { margin-right: 0; }
	.privacy_wrap li a { font-size: 15px; }
}

/* pageScroll */
.menu_list {
    text-align: right;
    /* border-right: 6px solid #ff0000; */
    margin: 10px 0;
    position: fixed;
    top: 40%;
    right: 4%;
    z-index: 10;
    color: #fff;
	display: block;
	background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 20px 30px 20px 15px;
}
.menu_list li.on { font-weight: 700; color: #000; }

.menu_list li {
    height: 21px;
    line-height: 25px;
    padding: 5px 10px;
	position: relative;
	font-size: 18px;
}

.menu_list li:before {
	content: '';
	position: absolute;

	width: 10px;
    height: 10px;
    display: block;
    margin: 4px auto;
    border: 2px solid #2c3d40;
    border-radius: 50%;
    left: 100%;
}

.menu_list li.on:before {
	background: #289D60;
	border: 2px solid #289D60;
}

.menu_list a {
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
	color: #000;
}

@media all and (max-width: 2000px) {
	.menu_list {
		right: 0;
		border-radius: 10px 0 0 10px;
	}
}

@media all and (max-width: 1750px) {
	.menu_list {
		padding: 20px 25px 20px 0;
	}
	.menu_list li {
		padding: 2px 7px 2px 10px;
		height: 23px;
	}
	.menu_list a { 
		font-size: 16px; 
	}
}

@media all and (max-width: 1600px) {
	.menu_list { display: none; }
}

/* 뉴스레터 팝업 */
.popup-view {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5) !important;
	z-index: 111;
}
.popup-window {
	background-color: #fff;
	width: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 3px;
	padding: 30px 40px 50px;
	box-sizing: border-box;
}
.popup-window .popup_title { margin-bottom: 40px; position: relative; }
.popup-window .popup_title h3 { color: #ea5053; }
.popup-window .popup_title img { margin: auto; display: block; width: 15px; }
.popup-window .text_title h2 {
	font-size: 33px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 30px;
}
.popup-window p { color: #777; font-size: 17px; line-height: 20px; margin-bottom: 40px; }
.popup-window .newsletter-pravacy { margin-bottom: 0; font-weight: 600; }
.popup-window .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 22px;
	cursor: pointer;
	padding: 3px;
	color: #aaa;
}

/* 폼 */
.popup-window .form-section {
	background-color: #e6e6e6;
	padding: 30px 40px 10px;
}
.popup-window .input-group {
	margin-bottom: 15px;
	text-align: left;
}
.popup-window .input-row {
	display: flex;
	gap: 15px;
}
.popup-window .field-box {
	flex: 1;
}
.popup-window label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333;
}
.popup-window .required {
	color: #ff3b30;
	margin-left: 2px;
}
.popup-window input[type="text"],
.popup-window input[type="email"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	outline: none;
}
.popup-window input:focus {
	border-color: #aaa;
}
.popup-window .checkbox-group {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
}
.popup-window .checkbox-group input {
	margin: 0;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.popup-window .privacy-text {
	color: #ff3b30;
}
.popup-window .submit-btn {
	width: 100%;
	padding: 20px;
	background-color: #ffc107;
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	transition: background 0.3s;
}
.popup-window .submit-btn:hover {
	background-color: #ffb300;
}

@media screen and (max-width: 768px) {
	.popup-window { 
		width: 90%;
		max-width: 700px;
		padding: 25px 25px 30px;
	}
	.popup-window .popup_title { margin-bottom: 30px; }
	.popup-window .text_title h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.popup-window .form-section { padding: 25px 25px 1px; }
	.popup-window p { margin-bottom: 20px; }
}
@media screen and (max-width: 600px) { 
	.popup-window { width: 95%; }
	.popup-window .popup_title h3 { font-size: 18px; }
	.popup-window .popup_title {
		margin-bottom: 20px;
	}
	.popup-window .text_title h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.popup-window p {
		font-size: 15px;
		line-height: 18px;
	}
	.popup-window input[type="text"], .popup-window input[type="email"] { padding: 10px; }
	.popup-window .submit-btn { padding: 15px; }
}
@media screen and (max-width: 520px) {
	.popup-window { padding: 15px 15px 20px; }
	.popup-window .form-section { padding: 15px 15px 1px; }
	.popup-window .text_title h2 {
		font-size: 22px;
		line-height: 26px;
	}
}
@media screen and (max-width: 480px) {
	.popup-window .input-row {
		flex-direction: column;
		gap: 0;
	}
	.header-section, .form-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-title {
		font-size: 20px;
	}
	.popup-window .input-row {
		gap: 0;
	}
}
@media screen and (max-width: 450px) {
	.popup-window .text_title h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.popup-window p {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 400px) {
	.popup-window .text_title h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-window .checkbox-group { margin-top: 15px; margin-bottom: 15px; }
	.popup-window label { font-size: 15px; line-height: 17px; }
}