@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.list_head_text {
	padding: 12em 0 10em 0;
	text-align: center;
    font-family: 'BareunDotumPro1';
}
.list_head_text p:first-child {
	font-size: 2.3em;
}
.list_head_text p:not(:first-child) {
	font-size: 1.8em;
}
.beforenafter_list_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50vh;
    padding: 5px;
    overflow: auto;
    font-size: 10px;
    box-sizing: border-box;
}
.beforenafter_list_wrap .beforenafter_groups_area {
    width: 1280px;
    max-width: 100vw;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.beforenafter_list_wrap .beforenafter_groups_area>* {
    flex: 0 25%;
    padding: 7px;
    line-height: 5em;
}
.beforenafter_list_wrap .beforenafter_groups_area button {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    color: #3e3e3e;
    font-size: 1.8em;
}
.beforenafter_list_wrap .beforenafter_groups_area button[on='true'] {
    background-color: #272727;
    color: white;
}
.beforenafter_list_wrap .beforenafter_list_data_area {
    padding: 0;
    box-sizing: border-box;
}
.beforenafter_list_wrap .beforenafter_list_data_area[show='false'] {
    display:none;
}
#beforenafter_list {
    width: 1280px;
    max-width: 100vw;
    min-height: 100%;
    display: block;
    box-sizing: border-box;
    margin: auto;
}
#beforenafter_list .beforenafter_empty {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #dedede;
    font-size: 1.3em;
}
#beforenafter_list .beforenafter_list_data_area>div {
    padding: 3em;
}
.beforenafter_area {
    position: relative;
}
.beforenafter_area .title {
    color: black;
    padding: 1em 0.7em;
    line-height: 100%
}
.beforenafter_area .title span {
    font-family: 'BareunDotumPro1';
    font-size: 2em;
}
.beforenafter_area .title span:not(:empty) {
    padding: 0.5em 0.3em;
}
.beforenafter_contents_area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    overflow: hidden;
    margin: auto;
    margin-bottom: 4em;
    align-items: flex-end;
}
.beforenafter_contents_area>div {
    /* position: relative; */
    display: block;
    flex: 0 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.beforenafter_contents_area>div:not(:last-child) {
    border-right: 1px white solid;
}
.beforenafter_contents_area>div:not(:first-child) {
    border-left: 1px white solid;
}
.beforenafter_contents_area::after {
    content: "";
    width: 4em;
    height: 8em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    background-image: url('/img/beforenafter_center_arrow@2x.png');
    background-size: 100% 100%;
}
.beforenafter_contents_area>div>img {
    width: 100%;
    max-height: 64em;
}
.beforenafter_contents_area>div>p {
    width: 100%;
    text-align: center;
    background: black;
    color: white;
    line-height: 5em;
    font-family: 'BareunDotumPro1';
}
.beforenafter_contents_area>div>p>span {
    font-size: 1.8em;
}
.beforenafter_contents_area .after_login_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 2.8em;
    z-index: 1;
}
.beforenafter_contents_area .after_login_view::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='10px' viewBox='0 0 10 10' version='1.1'%3E%3Crect width='10' height='10' fill='%23000'/%3E%3Cpath stroke='rgba(255,255,255,0.4)' d='M5 -5 l-10 10' stroke-width='1'/%3E%3Cpath stroke='rgba(255,255,255,0.4)' d='M10 0 l-10 10' stroke-width='1'/%3E%3Cpath stroke='rgba(255,255,255,0.4)' d='M15 5 l-10 10' stroke-width='1'/%3E%3C/svg%3E");
	opacity: 0.6
}
.beforenafter_contents_area .after_login_view>* {
    position: absolute;
}
.beforenafter_contents_area .after_login_view>p {
    bottom: 50%;
    left: 0;
    width: 100%;
    font-family: 'BareunDotumPro1';
    font-size: 2.3em;
    color: white;
    padding-bottom: 5%;
}
.beforenafter_contents_area .after_login_view>div {
    top: 50%;
    left: 0;
    width: 100%;
    color: white;
    font-family: 'BareunDotumPro1';
    margin-top: 0%;
}
.beforenafter_contents_area .after_login_view>div .sns_login_title {
    display: inline-block;
    border: 1px solid white;
    padding: 0.6em 0.9em;
    font-size: 2.0em;
    line-height: 100%;
}
.beforenafter_contents_area .after_login_view>div p {
    font-size: 1.4em;
    margin-top: 1.4em;
}
.beforenafter_contents_area .after_login_view>div p button {
    font-size: 10px;
    width: 23.7em;
    height: 5.1em;
    margin: 0 0.8em;
}
.beforenafter_contents_area .after_login_view>div p button.naver_login {
    background-image: url('/img/beforenafter_naver_login_btn.png');
    background-size: 100% 100%;
}
.beforenafter_contents_area .after_login_view>div p button.kakao_login {
    background-image: url('/img/beforenafter_kakao_login_btn2@2x.png');
    background-size: 100% 100%;
}
.allow_after_image .beforenafter_contents_area .after_login_view {
    display: none;
}
.beforenafter_area .comment {
    margin-bottom: 4em;
    color: #3e3e3e;
    text-align: center;
}
.beforenafter_area .comment>span {
    font-size: 1.4em;
    line-height: 200%;
    white-space: pre-wrap;
} 
.popup[popupname="NOTI_MSG_BEFORE_N_AFTER_ALLOW_CHECK"] .msg_wrap .msg {
	font-size: 2em;
    font-family: 'BareunDotumPro1';
}
@media (max-width: 914px) {
    .list_head_text {
    	padding: 6em 0 5em 0;
    }
    .list_head_text p:first-child {
    	font-size: 1.8em;
    }
    .list_head_text p:not(:first-child) {
    	font-size: 1.3em;
    }
    .beforenafter_list_wrap {
        width: 100vw;
    }
    .beforenafter_list_wrap .beforenafter_groups_area {
        width: 100%;
        max-width: 100%;
    }
    .beforenafter_list_wrap .beforenafter_groups_area>* {
        flex: 0 33.33333%;
        padding: 2px;
        line-height: 3.5em;
    }
    .beforenafter_list_wrap .beforenafter_groups_area button {
        font-size: 1.4em;
    }
    .beforenafter_area .title span {
        font-size: 1.6em;
    }
    .beforenafter_area .title span:not(:empty) {
        padding: 0.3em 0.2em;
    }
    .beforenafter_contents_area {
        margin-bottom: 2em;
    }
    .beforenafter_contents_area>div {
        display: block;
        flex: 0 100%;
        width: 100%;
        height: 100%;
        overflow: hidden;
		border-right: 0 !important;
		border-left: 0 !important;
    }
    .beforenafter_contents_area>div>p {
        line-height: 3.5em;
    }
    .beforenafter_contents_area>div>p>span {
        font-size: 1.4em;
    }
    .beforenafter_contents_area>div.after_contents_area {
        margin-top: 5em
    }
    .beforenafter_contents_area::after {
        width: 3em;
        height: 6em;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    #beforenafter_list {
        width: 100%;
        max-width: 100%;
    }
    #beforenafter_list .beforenafter_list_data_area>div {
        padding: 1em;
    }
	.beforenafter_contents_area .after_login_view {
		padding: 2em;
	}
	.beforenafter_contents_area .after_login_view::before {
	}
	.beforenafter_contents_area .after_login_view>* {
		position: absolute;
	}
	.beforenafter_contents_area .after_login_view>p {
		font-size: 1.6em;
		padding-bottom: 6%;
	}
	.beforenafter_contents_area .after_login_view>div {
		margin-top: 2%;
	}
	.beforenafter_contents_area .after_login_view>div .sns_login_title {
		padding: 0.4em 0.6em;
		font-size: 1.5em;
		line-height: 100%;
	}
	.beforenafter_contents_area .after_login_view>div p {
		font-size: 1.2em;
		margin-top: 1.2em;
	}
	.beforenafter_contents_area .after_login_view>div p button {
		width: 17.2em;
		height: 3.7em;
		margin: 0 0.5em;
	}
	.beforenafter_contents_area .after_login_view>div p button.naver_login {
		background-image: url('/img/beforenafter_naver_login_btn.png');
		background-size: 100% 100%;
	}
	.beforenafter_contents_area .after_login_view>div p button.kakao_login {
		background-image: url('/img/beforenafter_kakao_login_btn2@2x.png');
		background-size: 100% 100%;
	}
	.allow_after_image .beforenafter_contents_area .after_login_view {
		display: none;
	}
	.beforenafter_area .comment {
		margin-bottom: 4em;
		color: #3e3e3e;
		text-align: center;
	}
	.beforenafter_area .comment>span {
		font-size: 1.2em;
	}
	.popup[popupname="NOTI_MSG_BEFORE_N_AFTER_ALLOW_CHECK"] .msg_wrap .msg {
		font-size: 1.6em;
		font-family: 'BareunDotumPro1';
	}
}