#header {
    width: 100%;
    position: inherit;
    /* padding: 3rem 0; */
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.3);
}
.field_title{
    background: #F3F3F3 0% 0% no-repeat padding-box;
    text-align: center; 
    width: 100%;
    padding: 40px 0px;
}
.first_title{
    font-size: 20px;
    line-height: 32px;
    color: var(--company_color);
    font-weight: 600;
    text-decoration-line: underline;
    text-underline-offset: 8px;
    margin-bottom: 21px; 
}
.second_title{
    line-height: 60px;
    color: var(--mono_point);
    font-size: 36px;
    font-weight: 600;  
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.main_contant{
    margin-top: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    background: #000000 0% 0% no-repeat padding-box;   
}
.contant_main_title{
    position: absolute;
    text-align: center;
    bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    color: #FFF;
    z-index: 10;
    padding: 1rem 1rem 0rem 1rem;
}
.contant_main_img{
    width: 100%;
    height: 31vh;
}
.contant_main_img2 {
    width: 100%;
    height: 320px;
}
.contant_main_img3 {
    width: 100%;
    height: 320px;
}
.main_field_img{
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.main_field_text{
    margin: 60px 0px;
}
.field_area{
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-top: 20px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
}
.field_area > div{
    width: 100%;
}
.text_title{
    color: var(--mono_main);
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px; 
    /* width: 660px;   */
}
/* .text_contant_box{
    width: 660px;
} */
.sub_text_box{
    display: flex;
    /* align-items: center; */
}
.text_dot{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--mono_main);
    transform: translatey(16px);
}
.inner_text{
    width: 100%;
    margin-left: 10px;
    color: var(--mono_sub);
    font-size: 20px;
    line-height: 35px;
}
.scond_sub_text{
    margin-left: 20px;
    color: var(--mono_sub);
    font-size: 20px;
    line-height: 35px;
}
.list_move_area {
    display: flex;
    padding: 27px 20px;
    border-top: 2px solid var(--mono_line);
    border-bottom: 2px solid var(--mono_line);
    margin-bottom: 80px;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.title_plus_text{
    display: flex;
    align-items: center;
}
.before_btn_area{
    width: 40px;
    height: 40px;
}
.before_btn{
    width: 100%;
    height: 100%;
}
.list_field_title{
    margin: 0px 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    width: 180px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.non_data{
    color: var(--mono_dea);
}
.data{
    color: #707070;
}
.move_to_list{
    padding: 12px 84px;
    border: 1px solid var(--mono_line);
    border-radius: 10px;
    font-size: 18px;
    line-height: 32px;
    color: var(--mono_main);
    font-weight: 600;
}
.after_btn_area{
    width: 40px;
    height: 40px;
}
.after_btn{
    width: 100%;
    height: 100%;
    transform: rotate( -180deg );
}

img{
    width: 100%;
    height: 100%;
}

/*반응형*/
@media screen and (max-width: 1200px) {
    .text_title{
        margin-top: 20px;
    }
    .inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }  
    .field_area {
        display: block;
        margin-top: 20px;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 20px;
    }
    .rsp_img{
        display: block !important;
    }
    .right_img {
        display: none !important;
    }
}
@media screen and (max-width: 1000px) {
    .inner_text {
        width: 100%;
    }
    .main_field_text {
        margin: 60px 0px;
        text-align: center;
    }  
    .field_area {
        display: block;
        margin-top: 20px;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 20px;
    }
    .text_title {
        color: var(--mono_main);
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        width: 100%;
        text-align: left;
        margin-top: 40px;
    }
    .text_contant_box {
        width: 100%;
        text-align: left;
    }
    .img_box{
        width: auto;
        height: auto;
    }
}
@media screen and (max-width: 850px) {
    .contant_main_img2 {
        height: 45vh;
    }
}
@media screen and (max-width: 800px) {
    .list_field_title{
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
    .contant_main_img {
        height: 38vh;
    }
    .contant_main_img2 {
        height: 56vh;
    }
}
@media screen and (max-width: 600px) {
    .contant_main_img2 {
        height: 78vh;
    }
}
@media screen and (max-width: 500px) {
    .contant_main_img {
        height: 45vh;
    }
}
@media screen and (max-width: 450px) {
    .list_move_area {
        display: flex;
        padding: 22px 0px;
        border-top: 2px solid var(--mono_line);
        border-bottom: 2px solid var(--mono_line);
        margin-bottom: 80px;
        align-items: center;
        justify-content: space-between;
    }
    .contant_main_img {
        height: 40vh;
    }
}
@media screen and (max-width: 425px) {
    .contant_main_img2 {
        height: 88vh;
    }
}
@media screen and (max-width: 400px) {
    .move_to_list {
        padding: 10px 42px;
        border: 1px solid var(--mono_line);
        border-radius: 10px;
        font-size: 14px;
        line-height: 32px;
        color: var(--mono_main);
        font-weight: 600;
    }
}
@media screen and (max-width: 370px) {
    .contant_main_img2 {
        height: 107vh;
    }
}
@media screen and (max-width: 350px) {
    .contant_main_img {
        height: 60vh;
    }
}