@charset "utf-8";
@import url('reset.css');

.montserrat {

}
h1, h2, h3, h4, h5, h6 {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

/* @@@@@@@@@@@@@@@@@@@@ 서브 헤더 시작 @@@@@@@@@@@@@@@@@@@@*/
.sub_header {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sub_header_bg {
    width: 100%;
    height: 640px;
    overflow: hidden;
}
.sub_header_bg img {
    width: 100%;
}
.sub_header_wrap {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.sub_header_title_wrap {
    text-align: left;
}
.sub_header_title_wrap > h3 {
    font-size: 45px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 600;
}
.sub_header_title_wrap > p {
    font-size: 20px;
    font-weight: 300;
    color: #949494;
    letter-spacing: -0.8px;
    margin-top: 23px;
    word-break: keep-all;
}

    .sub_header_bg {
        height: 640px;
    }
.sub_header_bg > img {
    animation: zoomOut 5s forwards;
    width: 100%;
    height: 100%;
    position: absolute;
}
@keyframes zoomOut {
    0%{
        transform: scale(1.15);
    }
    100%{
        transform: scale(1);
    }
}




@media screen and (max-width: 1300px) {
    .sub_header_wrap {
        width: 90%;
    }
    .sub_header_bg {
        height: 540px;
    }
    .sub_header {
        overflow: hidden;
    }
    .sub_header_bg > img {
        width: auto;
        left: -35%;
    }
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 900px) {
    .sub_header_bg > img {
        left: -48%;
    }

}
@media screen and (max-width: 600px) {
    .sub_header_bg {
        height: 340px;
    }
    .sub_header_bg > img {
        left: -100%;
    }
    .section01_wrap {
        padding: 50px 0 100px 0;
    }
    .sub_header_title_wrap > h3 {
        font-size: 35px;
    }
    .sub_header_title_wrap > p {
        font-size: 16px;
        margin-top: 5px;
        font-weight: 400;
    }
}
@media screen and (max-width: 280px) {
    .sub_header_title_wrap > p {
        line-height: 20px;
        margin-top: 10px;
    }
    .sub_header_title_wrap > h3 {
        font-size: 30px;
    }
    .sub_header_bg {
        height: 300px;
    }
    .sub_header_bg > img {
        left: -139%;
    }
}



/* @@@@@@@@@@@@@@@@@@@@ 본문 시작 @@@@@@@@@@@@@@@@@@@@*/
.section01 {
    overflow: hidden;
}
.point_text {
    font-size: 1rem;
    color: #e61851;
    letter-spacing: -0.05rem;
    font-weight: 700;
}

.section01_wrap {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 200px 0 0 0;
}
.main_text {
    font-size: 35px;
    font-weight: 600;
    color: #111;
    letter-spacing: -1px;
    margin-bottom: 50px;
}
.review_text {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 145px;
    border-top: 2px solid #222;
}
.review_text_wrap {
    border-bottom: 1px solid #ddd;
}
.review_text_wrap h3 {
    font-size: 28px;
    color: #222;
    letter-spacing: -1px;
    font-weight: 400;
    padding: 35px 48px;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.review_date {
    padding: 26px 48px;
    border-bottom: 1px solid #ddd;
    display: flex;
}
.review_date p {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    letter-spacing: -0.8px;
}
.review_date_text {
    padding-right: 50px;

}
.review_date p span {
    font-size: 15px;
}
.review_date_manager {
    padding-left: 50px;
    border-left: 1px solid #ddd;
}
.blank {
    margin: 0 15px;
}
.text_box {
    padding: 48px;
}
.text_box img,
.text_box video,
.text_box iframe {
    max-width: 100% !important;
}
.text_box p {
    font-size: 17px;
    color: #222;
    font-weight: 400;
    letter-spacing: -0.8px;
    line-height: 25px;
    text-align: center !important;
}


.next_button {
    padding: 0 48px;
    margin: 45px 0 80px 0;
}
.next_button_box {
    display: flex;
}
.next_button_box li,
.next_button_box li a {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}
.next_button_box li img {
    vertical-align: middle;
    margin-left: 8px;
}

.after  {
    margin-top: 10px;
}
.next_text{
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    letter-spacing: -1px;
    overflow: hidden;
}
.next_fixation {
    width: 10%;
}
.list_box {
    display: flex;
    justify-content: flex-end;
	padding-bottom: 50px;
}
.list_box > div {
    height: 49px;
    text-align: center;
}
.list_box > div a {
    line-height: 49px;
    letter-spacing: -0.8px;
    display: block;
}
.list {
    width: 140px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    position: relative;
}
.modify,
.elimination {
    width: 100px;
    box-sizing: border-box;
    background-color: #222;
}
.modify a,
.elimination a {
    color: #fff;
    font-size: 16px;
}
.modify {
    margin: 0 7px;
}
.list::before {
    content: '';
    width: 100%;
    height: 0;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: .2s;
}
.list:hover::before {
    height: 100%;
}
.list:hover a {
    color: #fff;
}
.list a {
    font-size: 17px;
    color: #333333;
    font-weight: 400;
}







@media screen and (max-width: 1200px) {
    .section01_wrap,
    .review_text {
        width: 90%;
    }
    .list_box {
        justify-content: flex-start;
    }
	.text_box img{
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (max-width: 1100px) {
    .next_fixation {
        width: 12%;
    }
    .next_text {
        width: 88%;
    }
    .se-table {
        overflow-x: scroll !important;
    }
}
@media screen and (max-width: 900px) {
    .review_text_wrap h3 {
        padding: 35px 28px;
    }
    .review_date {
        padding: 26px 28px;
    }
    .text_box {
        padding: 48px 28px;
    }
    .next_button {
        padding: 0 28px;
    }
    .next_fixation {
        width: 16%;
    }
    .next_text {
        width: 84%;
    }
}


@media screen and (max-width: 600px) {
    .main_text {
        font-size: 28px;
    }
    .section01_wrap {
        padding: 100px 0 0 0;
    }
    .review_text_wrap h3 {
        padding: 25px 10px;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
    }
    .review_date {
        padding: 20px 10px;
    }
    .review_date p,
    .review_date p span {
        font-size: 14px;
    }
    .blank {
        margin: 0 5px;
    }
    .review_date_text {
        padding-right: 20px;
    }
    .review_date_manager {
        padding-left: 20px;
    }
    .text_box {
        padding: 28px 0;
        width: 100%;
    }
    .text_box p {
        font-size: 15px;
        line-height: 23px;
        word-break: keep-all !important;
        width: 100%;
    }
    .next_button  {
        margin: 35px 0 60px 0;
        padding: 0 10px;
    }
    .next_button_box li, .next_button_box li a {
        font-size: 15px;
    }
    .next_fixation {
        width: 28%;
    }
    .next_text {
        width: 80%;
    }
    .next_button_box li img {
        margin-left: 6px;
    }
	.list_box {
		padding-bottom: 110px;
		justify-content: center;
	}
    .list_box > div {
        height: 45px;
    }
    .list_box > div a {
        line-height: 45px;
    }
    .list {
        width: 120px;
    }
    .list_box > div a {
        font-size: 15px;
    }
    .review_text {
        margin:  0 auto 100px;
    }
    .se-component-content {
        padding: 0 !important;
    }
}

@media screen and (max-width: 320px) {
    .review_date {
        flex-direction: column;
        padding: 15px 10px;
    }
    .review_date_manager {
        padding-left: 0;
        border-left: 0;
        margin-top: 5px;
    }
    .next_button_box li, .next_button_box li a {
        font-size: 14px;
    }
    .next_fixation {
        width: 37%;
    }
    .list {
        width: 100px;
    }
    .next_button {
        margin: 35px 0 50px 0;
    }
}