@charset "UTF-8";
/*서브 공통*/
.sub h2{
	font-size:100px;
	font-weight:100;
	line-height:1.2;
}
.sub h2.en{
	font-size:130px;
	font-weight:500;
}
.sub h3{
	font-size:60px;
	font-weight:300;
	line-height:1.3;
}
.sub h3.en{
	font-size:80px;
	font-weight:500;
}
.sub h4{
	font-size:45px;
	font-weight:300;
	line-height:1.3;
}
.sub h4.en{
	font-weight:600;
	font-size:58px;
}
.sub h5{
	font-size:30px;
	font-weight:500;
	line-height:1.3;
}
.sub h5.en{
	font-weight:500;
	font-size:35px;
}
.sub p{
	font-size:25px;
	font-weight:300;
	line-height:1.5;
}
.sub .btn{
	display:block;
	height:50px;
	line-height:50px;
	width:150px;
	font-size: 16px;
	text-align:center;
	cursor:pointer;
	border:0;
	box-sizing:border-box;
	font-weight:300;
	letter-spacing:0;
}
.sub .btn_point{
	background:#a81c43;
	color:#fff;
}
.sub .btn_bl{
	background:#000;
	color:#fff;
}
.sub .btn_wh{
	background:#fff;
	color:#a81c43;
	border:1px solid #a81c43;
}
.sub .btn_wh2{
	background:#fff;
	color:#999;
	border:1px solid #999;
}
.sub .btn_gr{
	background:#ddd;
	color:#999;
}
.sub .inbox{
	width:1440px;
	max-width:90vw;
	margin:0 auto;
	position:relative;
}
.sub .sub-visual{
	text-align:center;
	height:900px;
	position:relative;
}
.sub .sub-visual .title_box{
	color:#fff;
	position:absolute;
	top:55%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
.sub .sub-visual .title_box h5{
	color:#ffb9c9;
	margin-top:10px;
}
.sub .sub-visual .title_box p{
	margin-top:50px;
	font-size:30px;
}


/* 로그인 */
.member .sub-visual {
	background: url(/pub/img/member/member_visual.png) no-repeat 50% 50%;
	background-size: cover;
}
.member .login_area {
	padding: 150px 0;
}
.member .login_area .container .text {
	font-size: 15px;
	text-align: center;
	padding: 30px 0;
	background: #f9f9f9;
	border-radius: 10px;
	margin-bottom: 50px;
	color: #666;
}
.member .login-container {
	width: 600px;
	max-width: 90vw;
	margin: 0 auto;
}
.member .input-group {
	margin-bottom: 20px;
}
.member .input-group label {
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.member .input-group input[type="text"],
.member .input-group input[type="password"] {
	width: 100%;
	padding: 10px 0; 
	border: none;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
}
.member .input-group input[type="text"]:focus,
.member .input-group input[type="password"]:focus {
	border-bottom-color: #333; 
}
.member .save-id-checkbox {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.member .save-id-checkbox input[type="checkbox"] {
	margin-right: 5px;
}
.member .login-button {
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
	background-color: #a81c43; 
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s;
}
.member .footer-links {
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
	border-top: 1px solid #eee; 
	display: flex;
	justify-content: center;
	align-items:center;
	gap: 10px;
	line-height: 1;
	margin-top: 30px;
}
.member .footer-links a {
	color: #666;
	text-decoration: none;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: 1;
	width: auto;
}
.member .footer-links span {
	color: #999; 
	font-weight: 300;
}

/* 회원가입 */
.member .join_area {
    padding: 150px 0;
}
.member .join_area .join_form {
    padding: 0;
	width: 600px; 
	max-width: 90vw; 
    margin: 0 auto; 
}
.member .join_area .form_group {
    margin-bottom: 30px;
}
.member .join_area .form_group:last-child {
	margin-bottom: 0;
	margin-top: 50px;
}
.member .join_area .form_group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
	font-size: 20px;
}
.member .join_area .form_group label::after {
    content: '*';
    color: red;
    margin-left: 3px;
    font-weight: normal; 
}
.member .join_area .form_group input[type="text"],
.member .join_area .form_group input[type="password"],
.member .join_area .form_group input[type="tel"],
.member .join_area .form_group input[type="email"] {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
}
.member .join_area .agreement_check {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.member .join_area .agreement_check input[type="checkbox"] {
    margin-right: 8px;
}
.member .join_area .agreement_check label {
    display: inline;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;
}
.member .join_area .agreement_check label::after {
    content: none;
}
.member .join_area .submit_button {
    width: 100%;
    padding: 20px 0;
    background-color: #a81c43;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* 개인정보 처리방침 (박스 및 서브페이지) */
.member .join_area .privacybox{
	padding:0;
}
.member .join_area .privacybox .privacy {
	text-align: left;
	border: 1px solid #999;
	padding: 50px;
	height: 220px;
	overflow-y: scroll;
	color: #666;
	margin-top: 10px;
	box-sizing:border-box;
}
.member .join_area .privacybox .privacy h5,
.member .join_area .privacybox .privacy > p br {
	display: none;
}
.member .join_area .prevacy_wrap .privacy b {
	display: inline-block;
	margin: 20px 0 10px;
}
.member .container {
    width: 1440px;
    max-width: 90vw;
    margin: 0 auto;
}
.privacybox {
	height: auto;
	overflow-y: initial;
	border: 0;
	padding: 150px 0;
}
.privacybox .privacy h5 {
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}
.privacybox .privacy p {
	font-size: 18px;
	line-height: 1.5;
}
.privacybox .privacy div {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.privacybox .privacy div p {
	font-size: 16px;
}
.privacybox .privacy h6 {
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 30px 0 10px;
}
.privacybox .checkbox-group {
	margin-top: 20px;
	text-align: right;
	margin-bottom: 80px;
}









/*병원소개*/
.about_sei .sub-visual{
	background:url(/pub/img/seiclinic/about_visual.png) no-repeat 50%50%;
	background-size:cover;
}
.about_sei .about1{
	background:#f9f9f9;
}
.about_sei .about1 .inbox{
	padding:150px 0;
}
.about_sei .about1 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.about_sei .about1 .inbox .flex .left .cline{
	display:block;
	width:1px;
	height:200px;
	background:#a81c43;
	position:absolute;
	top:0;
	left:0;
}
.about_sei .about1 .inbox .flex .left h6{
	font-size:18px;
	font-weight:400;
	margin-bottom:30px;
}
.about_sei .about1 .inbox .flex .left h4{
	letter-spacing:0;
}
.about_sei .about1 .inbox .flex .left h4.en{
	line-height:1;
	margin-bottom:30px;
}
.about_sei .about1 .inbox .flex .left h4 span{
	color:#a81c43;
}
.about_sei .about1 .inbox .flex .left p{
	font-size:20px;
}
.about_sei .about1 .inbox .flex .right img{
	display:block;
	max-width:55vw;
}
.about_sei .about2{
	padding:150px 0;
	text-align:center;
}
.about_sei .about2 h5{
	font-size:30px;
	margin-bottom:10px;
}
.about_sei .about2 .flex{
	justify-content:center;
	align-items:center;
	gap:5%;
	margin-top:100px;
}
.about_sei .about2 .flex .left{
	max-width:508px;
	width:50%;
}
.about_sei .about2 .flex .left img{
	display:block;
}
.about_sei .about2 .flex .right{
	text-align:left;
	width:45%;
	max-width:508px;
}
.about_sei .about2 .flex .right img{
	display:block;
	max-width:57px;
	width:10vw;
}
.about_sei .about2 .flex .right p{
	margin:10px 0 50px;
}
.about_sei .about2 .flex .right p b{
	font-size:38px;
	font-weight:700;
}
.about_sei .about2 .flex .right ul li{
	font-size: 25px;
	margin-bottom:20px;
}
.about_sei .about2 .flex .right ul li:last-child{
	margin-bottom:0;
}
.about_sei .about3{
	padding:150px 0;
	background:url(/pub/img/seiclinic/about3_bg.png) no-repeat 50%50%;
	background-size:cover;
	text-align:center;
	color:#fff;
}
.about_sei .about3 h3:after{
	content:"";
	display:block;
	width:1px;
	height:50px;
	background:#fff;
	margin:10px auto 30px;
}
.about_sei .about3 p{
	margin-bottom:40px;
	font-weight:200;
	letter-spacing:-0.5px;
}
.about_sei .about3 p i,
.about_sei .about3 p b{
	font-weight:600;
}
.about_sei .about3 p:last-child{
	margin-bottom:0;
}
.about_sei .about4{
	padding:150px 0;
}
.about_sei .about4 .flex{
	align-items:center;
	gap:100px;
	margin-bottom:50px;
}
.about_sei .about4 .flex.reverse{
	flex-direction: row-reverse;
}
.about_sei .about4 .flex:last-child{
	margin-bottom:0;
}
.about_sei .about4 .flex .imgbox{
	max-width:50%;
}
.about_sei .about4 .flex .imgbox img{
	max-width:500px;
	width:100%;
	display:block;
}
.about_sei .about4 .flex .textbox {
	max-width:50%;
}
.about_sei .about4 .flex.reverse .textbox {
	text-align:right;
}
.about_sei .about4 .flex .textbox h4{
	color:#a81c43;
}
.about_sei .about4 .flex .textbox .btnbox{
	position:relative;
	margin-top:30px;
}
.about_sei .about4 .flex .textbox .btnbox .btn{
	display:inline-block;
}
.about_sei .about4 .flex .textbox .btnbox ul{
	position:absolute;
	top:0;
	left:160px;
	width:230px;
	background:rgba(255,255,255,0.7);
	box-sizing:border-box;
	padding:20px;
	border-radius:10px;
	border:2px solid #a81c43;
	display:none;
}
.about_sei .about4 .flex.reverse .textbox .btnbox ul{
	left:auto;
	right:160px;
}
.about_sei .about4 .flex .textbox .btnbox ul li{
	font-size:18px;
	padding:5px 0;
	letter-spacing:-0.5px;
	font-weight:300;
}
.about_sei .about4 .flex .textbox .btnbox ul li:hover a{
	color:#a81c43;
	font-weight:600;
}

/*오시는길진료안내*/
.visit .sub-visual{
	background:url(/pub/img/seiclinic/visit_visual.png) no-repeat 50%50%;
	background-size:cover;
}
.visit .visit1{
	padding:150px 0;
	text-align:center;
}
.visit .visit1 .inbox .box{
	margin-top:80px;
}
.visit .visit1 .inbox .box .map{
	width:100%;
	height:500px;
}
.visit .visit1 .inbox .box .adress{
	text-align:left;
	padding:20px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid #a81c43; 
	margin-bottom:30px;
}
.visit .visit1 .inbox .box .adress p{
	font-size:20px;
}
.visit .visit1 .inbox .box .adress .btnbox{
	display:flex;
	gap:10px;
}
.visit .visit1 .inbox .box .adress .btnbox a{
	display:block;
	width: 160px;
	height:40px;
	line-height:40px;
	font-weight:300;
	font-size:15px;
	text-align:center;
	color:#fff;
	background:#000;
	letter-spacing:0;
}
.visit .visit1 .inbox .box .adress .btnbox a img{
	margin-right:5px;
	vertical-align:middle;
	max-height:90%;
}
.visit .visit1 .inbox .box .directions{
	justify-content:space-between;
}
.visit .visit1 .inbox .box .directions > div{
	display:flex;
	align-items:flex-start;
	gap:20px;
}
.visit .visit1 .inbox .box .directions .left{
	width: 40%;
	border-right:1px solid #a81c43; 
	text-align:left;
}
.visit .visit1 .inbox .box .directions .right{
	text-align:right;
}
.visit .visit1 .inbox .box .directions > div h6{
	font-size:20px;
	line-height:35px;
	padding-right:20px;
	position:relative;
}
.visit .visit1 .inbox .box .directions > div p{
	line-height:35px;
	font-size:20px;
}
.visit .visit1 .inbox .box .directions > div h6:after{
	content:"";
	display:block;
	width:2px;
	height:20px;
	background:#000;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.visit .visit1 .inbox .box .directions .left div span{
	display:inline-block;
	width:120px;
	text-align:center;
	background:#00A84D;
	color:#fff;
	height:35px;
	line-height:35px;
	font-size:16px;
	border-radius:18px;
	margin-bottom:10px;
}
.visit .visit1 .inbox .box .directions .left div .linesb{
	background:#FFB300;
	margin-left:10px;
}
.visit .visit2{
	background:url(/pub/img/seiclinic/visit2_bg.png) no-repeat 50%50%;
	background-size:cover;
	text-align:center;
	padding:150px 0;
	color:#fff;
}
.visit .visit2 .box{
	margin-top:100px;
}
.visit .visit2 .box .flex{
	justify-content:center;
	align-items:center;
	gap:20px;
}
.visit .visit2 .box .flex h5{
	font-weight:300;
	display:flex;
	align-items:center;
	gap:20px;
	line-height:1;
}
.visit .visit2 .box .flex h5 span{
	display:block;
	padding-right:20px;
	border-right:1px solid #fff;
}
.visit .visit2 .box .flex .dot{
	display:block;
	width:5px;
	height:5px;
	background:#fff;
	border-radius:50%;
}
.visit .visit2 .box p{
	margin-top:50px;
}

/*프로모션*/
.promotion .sub-visual{
	background:url(/pub/img/seiclinic/promotion_visual.png) no-repeat 50%50%;
	background-size:cover;
}
.promotion .promo_list{
	padding:150px 0;
}
.promotion .promo_list .inbox{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	gap:100px;
}
.promotion .promo_list .inbox .tab_menu{
	background:#eee;
	height:80px;
	border-radius:50px;
	box-sizing:border-box;
	padding: 5px;
}
.promotion .promo_list .inbox .tab_menu .flex{
	height:100%;
	gap:10px;
}
.promotion .promo_list .inbox .tab_menu .flex li{
	width:250px;
	height:70px;
	line-height:70px;
	border-radius:35px;
	font-size:25px;
	text-align:center;
}
.promotion .promo_list .inbox .tab_menu .flex li a{
	color:#999;
	display:block;
}
.promotion .promo_list .inbox .tab_menu .flex li.on{
	background:#a81c43;
	font-weight:600;
}
.promotion .promo_list .inbox .tab_menu .flex li.on a{
	color:#fff;
}
.promotion .promo_list .inbox .tab_contents {
	width:100%;
}
.promotion .promo_list .inbox .tab_contents .adm_btn{
	display:flex;
	justify-content:flex-end;
	gap:10px;
	margin-bottom:30px;
}
.promotion .promo_list .inbox .tab_contents .ev_list{
	position:relative;
	width:100%;
}
.promotion .promo_list .inbox .tab_contents .ev_list li{
	display:none;
	width:100%;
}
.promotion .promo_list .inbox .tab_contents .ev_list li.on{
	display:block;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 100px 50px; 
	width:100%;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event{
	display:block;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .imgbox{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
	border-radius:20px;
	width:100%;
	padding-bottom:100%;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .imgbox img{
	display:block;
	width:100%;
	max-width:none;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition: all 0.4s ease-in-out; 
}
.promotion .promo_list .inbox .tab_contents .ev_list .ongoing .grid .event:hover img{
	transform: translate(-50%, -50%) scale(1.1);
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .imgbox .mark{
	position:absolute;
	top:10px;
	right:10px;
	background:rgba(99,6,32,0.8);
	font-size:16px;
	display:block;
	width:80px;
	height:40px;
	border-radius:20px;
	line-height:40px;
	text-align:center;
	color:#fff;
}
.promotion .promo_list .inbox .tab_contents .ev_list .ended .grid .event .imgbox .mark{
	background:rgba(0,0,0,0.5);
	color:#ccc;
}
.promotion .promo_list .inbox .tab_contents .ev_list .ended .grid .event .imgbox img{
	filter: grayscale(100%);
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .textbox{
	text-align:center;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .textbox h6{
	font-size: 30px;
	font-weight:600;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .textbox .date{
	font-size:18px;
	color:#888;
	margin-top:5px;
}
.promotion .promo_list .inbox .tab_contents .ev_list .ended .grid .event{
	cursor:default;
}

.promotion .promo_view{
	padding:150px 0;
}
.promotion .promo_view .inbox .view_title{
	border-top:2px solid #a81c43;
	border-bottom:1px solid #ccc;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:40px 10px;
}
.promotion .promo_view .inbox .view_title h6{
	font-size:35px;
	font-weight:700;
	line-height:40px;
}
.promotion .promo_view .inbox .view_title h6 span{
	display:inline-block;
	margin-right:10px;
	width:80px;
	height:40px;
	border-radius:20px;
	color:#fff;
	text-align:center;
	background:#a81c43;
	font-size: 20px;
	font-weight:300;
	vertical-align:top;
}
.promotion .promo_view .inbox .view_title .date{
	font-size:20px;
	color:#888;
}
.promotion .promo_view .inbox .view_contents{
	padding:100px 0;
	text-align:center;
	border-bottom:2px solid #a81c43;
}
.promotion .promo_view .inbox .view_btnbox{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:10px;
	position:relative;
	margin-top:20px;
}
.promotion .promo_view .inbox .view_btnbox .adm_btn{
	position:absolute;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	gap:10px;
}
.promotion .promo_write{
	padding:150px 0;
}
.promotion .promo_write .inbox{
	max-width:800px;
	width:90vw;
}
.promotion .promo_write table{
	width:100%;
	border-top:2px solid #a81c43;
	border-bottom:2px solid #a81c43;
}
.promotion .promo_write table tr{
	border-bottom:1px solid #999;
}
.promotion .promo_write table tr td{
	padding:30px 10px;
}
.promotion .promo_write table tr td label{
	color:#a71b42;
	font-size:25px;
	display:block;
	margin-bottom:10px;
	font-weight:500;
}
.promotion .promo_write table tr td select{
	width:100%;
	border:1px solid #ddd;
	height:60px;
	padding:10px;
	box-sizing:border-box;
	font-size:20px;
	color:#666;
	font-weight:300;
}
.promotion .promo_write table tr td select option{
	padding:10px;
}
.promotion .promo_write table tr td input[type="text"]{
	width:100%;
	border:1px solid #ddd;
	height:60px;
	padding:10px;
	box-sizing:border-box;
	font-size:20px;
}
.promotion .promo_write table tr td input[type="date"]{
	width:48%;
	border:1px solid #ddd;
	height:60px;
	padding:10px;
	box-sizing:border-box;
	font-size:20px;
}
.promotion .promo_write table tr td textarea{
	width:100%;
	border:1px solid #ddd;
	height:300px;
	padding:10px;
	box-sizing:border-box;
	font-size:20px;
}
.promotion .promo_write table tr td .filebox {
  display: flex;
  gap: 10px;
  height:60px;
  box-sizing:border-box;
}
 
.promotion .promo_write table tr td .filebox input {
  border: 1px solid #ddd;
  font-size: 20px;
   height:60px;
	color:#888;
	font-weight:300;
}
 
.promotion .promo_write table tr td .filebox .upload-name {
  width: 100%;
  height: 60px;
  padding: 10px;
  box-sizing:border-box;
  pointer-events: none;
}
 .promotion .promo_write table tr td .filebox .file {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.promotion .promo_write table tr td .filebox .upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #ddd;
  color: #888;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s;
  box-sizing:border-box;
  margin:0;
  font-size:20px;
  padding:0 20px;
}
.promotion .promo_write .write_btnbox{
	margin-top:30px;
	display:flex;
	justify-content:center;
	gap:10px;
	align-items:center;
}







/*입술필러*/
.lip_filler .sub-visual{
	background:url(/pub/img/signature/lipfiller_visual.png) no-repeat 60% 100%;
	background-size:cover;
}
.lip_filler .lipfiller1{
	padding:150px 0;
}
.lip_filler .lipfiller1 .ttbox{
	text-align:center;
	margin-bottom:80px;
}
.lip_filler .lipfiller1 .ttbox h3{
	margin-top:30px;
}
.lip_filler .lipfiller1 .ttbox b{
	background:rgba(255,185,201,0.5);
	display:inline-block;
	padding:0 10px;
	font-weight:300;
}
.card-section {
	padding-top:30px;
	height: 580px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.card-container {
	position: relative;
	/* 컨테이너는 화면 전체 너비를 기준으로 카드를 배치하기 위해 100% 설정 */
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card {
	position: absolute;
	/* 기본 너비를 퍼센트로 설정 */
	width: 22%; 
	aspect-ratio: 3 / 4; /* 가로세로 비율 유지 */
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	transform-origin: bottom center;
	display: flex;
	align-items: center;
	padding: 30px; /* 내부 패딩도 유동적으로 */
	box-sizing: border-box;
	color: #fff;
}
.c1 { background-image: url(/pub/img/signature/lipfiller1_1.png); z-index: 4; }
.c2 { background-image: url(/pub/img/signature/lipfiller1_2.png); z-index: 3; }
.c3 { background-image: url(/pub/img/signature/lipfiller1_3.png); z-index: 2; }
.c4 { background-image: url(/pub/img/signature/lipfiller1_4.png); z-index: 1; }
.card .h_flex{
	display: flex;
	justify-content:space-between;
	flex-direction:column;
	height:100%;
	width:100%;
}
.card .h_flex h3{
	text-align:right;
	opacity:0.5;
	line-height:1;
}
.card .h_flex .text h6{
	font-size:30px;
	line-height:1;
	margin:10px 0 20px;
}
.card .h_flex .text p{
	font-size:20px;
}
.lip_filler .lipfiller2{
	background:#f9f9f9;
}
.lip_filler .lipfiller2 .inbox{
	padding:150px 0;
}
.lip_filler .lipfiller2 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.lip_filler .lipfiller2 .inbox .flex .left .cline{
	display:block;
	width:1px;
	height:200px;
	background:#a81c43;
	position:absolute;
	top:0;
	left:0;
}
.lip_filler .lipfiller2 .inbox .flex .left h5{
	margin-bottom:30px;
}
.lip_filler .lipfiller2 .inbox .flex .left h4{
	margin-bottom:30px;
}
.lip_filler .lipfiller2 .inbox .flex .left h4 span{
	color:#a81c43;
}
.lip_filler .lipfiller2 .inbox .flex .right img{
	display:block;
	max-width:55vw;
}
.lip_filler .lipfiller3{
	padding:150px 0;
	text-align:center;
}
.lip_filler .lipfiller3 .inbox .ttbox h3{
	margin:10px 0 30px;
}
.lip_filler .lipfiller3 .inbox .ttbox p{
	font-size:30px;
	font-weight:500;
}
.lip_filler .lipfiller3 .inbox .flex{
	margin:100px 0;
	justify-content:center;
	flex-wrap:wrap;
	gap:25px;
}
.lip_filler .lipfiller3 .inbox .flex li{
	width:25%;
	color:#fff;
	background:#a81c43;
	padding:50px 0;
	box-sizing:border-box;
}
.lip_filler .lipfiller3 .inbox .flex li:nth-child(2n){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.lip_filler .lipfiller3 .inbox .flex li h6{
	font-size: 20px;
	color:#ffb9c9;
	font-weight:400;
	margin-bottom:20px;
}
.lip_filler .lipfiller3 .inbox .flex li:nth-child(2n) h6{
	color:#a81c43;
}
.product_area{
	background:url(/pub/img/signature/product_bg.png) no-repeat 50% 50%;
	background-size:cover;
	padding:150px 0;
	text-align:center;
}
.product_area h3{
	color:#fff;
	margin-bottom:80px;
}
.product_area h3 span{
	color:#ffb9c9;
}
.product_area .product-slider{
	max-width:90vw;
	margin:0 auto;
}
.product_area .flex{
	padding-bottom:80px;
}
.product_area.little .flex{
	justify-content:center;
	padding-bottom:0;
}
.product_area .flex li{
	max-width:350px;
}
.product_area .flex li .imgbox{
	background:#fff;
	width:100%;
	height:450px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product_area .flex li .textbox {
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#fff;
	padding:20px 5px 15px;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.product_area .flex li .textbox h6{
	font-size:25px;
	font-weight:500;
}
.product_area .flex li .textbox span{
	color:#ffb9c9;
}
.product_area .product-pagination{
	bottom:0;
}
.product_area .product-pagination .swiper-pagination-bullet{
	background:#fff;
	border-radius:50%;
	width:8px;
	height:8px;
	margin:0 4px;
}
.product_area .product-pagination .swiper-pagination-bullet-active{
	background:#ffb9c9;
}



.lip_filler .lipfiller5{
	background:url(/pub/img/signature/lipfiller5_bg.png) no-repeat 50% 50%;
	background-size:cover;
	padding:150px 0;
}
.lip_filler .lipfiller5 .inbox .ttbox h3{
	margin:20px 0 40px;
}
.lip_filler .lipfiller5 .inbox .ttbox p{
	font-size:20px;
}
.lip_filler .lipfiller5 .inbox .flex{
	margin-top:80px;
	text-align:center;
}
.lip_filler .lipfiller5 .inbox .flex li{
	padding:0 30px;
	border-right:1px dotted #999;
}
.lip_filler .lipfiller5 .inbox .flex li:first-child{
	padding-left:0px;
}
.lip_filler .lipfiller5 .inbox .flex li:last-child{
	border-right:0;
}
.lip_filler .lipfiller5 .inbox .flex li h6{
	font-size:18px;
	margin:10px 0;
}
.lip_filler .lipfiller5 .inbox .flex li p{
	font-size:16px;
	color:#444;
	line-height:1.3;
}
.BeforeAfter{
	padding:150px 0;
	text-align:center;
	display:none;
}
.BeforeAfter .inbox h3{
	margin-bottom:80px;
}
.BeforeAfter .inbox .flex{
	justify-content:space-between;
	flex-wrap:wrap;
	gap:2%;
}
.BeforeAfter .inbox .flex li{
	width:49%;
	display:flex;
	margin-bottom:100px;
}
.BeforeAfter .inbox .flex li img{
	display:block;
}
.BeforeAfter .inbox .flex li h6{
	font-size:30px;
	font-weight:400;
	margin-top:10px;
}
.BeforeAfter .inbox .btn_wh{
	width:300px;
	height:60px;
	line-height:58px;
	font-size:20px;
	margin:0 auto;
	letter-spacing:-1px;
}
.QNA{
	background:url(/pub/img/signature/qna_bg.png) no-repeat 50% 50%;
	background-size:cover;
	padding:150px 0;
}
.QNA .inbox{
	display:flex;
	justify-content:space-between;
}
.QNA .inbox .left{
	color:#fff;
}
.QNA .inbox .left h5{
	color:#ffb9c9;
}
.QNA .inbox .left p{
	font-size:20px;
	margin-top:20px;
}
.QNA .inbox .right{
	width:800px;
	height:520px;
	max-width:90vw;
	margin:0;
	color:#fff;
	border-radius: 50px;
	overflow: hidden;
	background:rgba(0,0,0,0.5);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	position:relative;
}
.QNA .inbox .right ul li .qna-card{
	padding:50px 50px 80px;
	box-sizing:border-box;
	height:100%;
}
.QNA .inbox .right ul li .qna-card .q-area{
	display: flex;
	align-items: center;
	gap:15px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:20px;
}
.QNA .inbox .right ul li .qna-card .q-area .q-symbol{
	font-size: 35px;
	width:60px;
	height:60px;
	line-height:58px;
	text-align:center;
	border-radius:50%;
	background:#a81c43;
}
.QNA .inbox .right ul li .qna-card .q-area h4{
	font-size: 30px;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.QNA .inbox .right ul li .qna-card .a-area{
	padding-top: 40px;
}
.QNA .inbox .right ul li .qna-card .a-area p{
	font-size:20px;
	font-weight:300;
	line-height:1.7;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.QNA .inbox .right .qna-footer{
	background:#a81c43;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
	padding:0 50px;
}
.QNA .inbox .right .qna-footer .swiper-pagination{
	position: static;
	width:auto;
	font-size:20px;
}
.QNA .inbox .right .swiper-pagination-fraction {
  color: #fff;
  position: static;
  width: auto;
}
.QNA .inbox .right .swiper-pagination-current{
	color:#f4b0bf;
}
.QNA .inbox .right .qna-footer .swiper-navigation{
	display:flex;
	gap:10px;
	align-items:center;
}
.QNA .inbox .right .qna-footer .swiper-navigation button{
	position:static;
	margin:0;
	background:none;
	border:1px solid #fff;
	width:40px;
	height:40px;
	color:#fff;
	border-radius:50%;
}
.QNA .inbox .right .qna-footer .swiper-navigation button:after{
	font-size:20px;
}


/*어깨필러*/
.shoulder_filler .sub-visual{
	background:url(/pub/img/signature/shoulderfiller_visual.png) no-repeat 60% 100%;
	background-size:cover;
}
.shoulder_filler .shoulderfiller1{
	padding:150px 0;
}
.shoulder_filler .shoulderfiller1 .ttbox{
	text-align:center;
	margin-bottom:80px;
}
.shoulder_filler .shoulderfiller1 .ttbox h3{
	margin-top:30px;
}
.shoulder_filler .shoulderfiller1 .ttbox b{
	background:rgba(255,185,201,0.5);
	display:inline-block;
	padding:0 10px;
	font-weight:300;
}
.shoulder_filler .shoulderfiller2{
	background:#f9f9f9;
}
.shoulder_filler .shoulderfiller2 .inbox{
	padding:150px 0;
}
.shoulder_filler .shoulderfiller2 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left .cline{
	display:block;
	width:1px;
	height:200px;
	background:#a81c43;
	position:absolute;
	top:0;
	left:0;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left h5{
	margin-bottom:30px;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left h4{
	margin-bottom:30px;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left h4 span{
	color:#a81c43;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .right img{
	display:block;
	max-width:55vw;
}
.shoulder_filler .shoulderfiller3{
	padding:150px 0;
	text-align:center;
}
.shoulder_filler .shoulderfiller3 .inbox .ttbox h3{
	margin:10px 0 30px;
}
.shoulder_filler .shoulderfiller3 .inbox .ttbox p{
	font-size:30px;
	font-weight:500;
}
.shoulder_filler .shoulderfiller3 .inbox .flex{
	margin:100px 0;
	justify-content:center;
	flex-wrap:wrap;
	gap:25px;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li{
	width:35%;
	color:#fff;
	background:#a81c43;
	padding:50px 0;
	box-sizing:border-box;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li:nth-child(2),
.shoulder_filler .shoulderfiller3 .inbox .flex li:nth-child(3){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li h6{
	font-size: 20px;
	color:#ffb9c9;
	font-weight:400;
	margin-bottom:20px;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li:nth-child(2) h6,
.shoulder_filler .shoulderfiller3 .inbox .flex li:nth-child(3) h6{
	color:#a81c43;
}
.shoulder_filler .shoulderfiller4{
	padding:150px 0;
	background:#f9f9f9;
}
.shoulder_filler .shoulderfiller4 .flex{
	gap:100px;
	align-items:center;
}
.shoulder_filler .shoulderfiller4 .flex .imgbox{
	max-width:48%;
}
.shoulder_filler .shoulderfiller4 .flex .textbox h3{
	margin:30px 0 50px;
}
.shoulder_filler .shoulderfiller4 .flex .textbox ul li {
	display:flex;
	margin-bottom:50px;
}
.shoulder_filler .shoulderfiller4 .flex .textbox ul li:last-child{
	margin-bottom:0;
}
.shoulder_filler .shoulderfiller4 .flex .textbox ul li h6{
	color:#a81c43;
	font-size:32px;
	font-weight:400;
	width:60px;
}
.shoulder_filler .shoulderfiller6{
	background:url(/pub/img/signature/shoulderfiller6_bg.png) no-repeat 100% 50%;
	background-size:cover;
	padding:150px 0;
}
.shoulder_filler .shoulderfiller6 .inbox .ttbox h3{
	margin:20px 0 40px;
}
.shoulder_filler .shoulderfiller6 .inbox .ttbox p{
	font-size:20px;
}
.shoulder_filler .shoulderfiller6 .inbox .flex{
	margin-top:80px;
	text-align:center;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li{
	padding:0 30px;
	border-right:1px dotted #999;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li:first-child{
	padding-left:0px;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li:last-child{
	border-right:0;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li h6{
	font-size:18px;
	margin:10px 0;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li p{
	font-size:16px;
	color:#444;
	line-height:1.3;
}


/*울써마지*/
.ulthermage .sub-visual{
	background:url(/pub/img/signature/ulthermage_visual.png) no-repeat 90% 100%;
	background-size:cover;
}
.ulthermage .ulthermage1{
	background:#f9f9f9;
}
.ulthermage .ulthermage1 .inbox{
	padding:150px 0;
}
.ulthermage .ulthermage1 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.ulthermage .ulthermage1 .inbox .flex .left .cline{
	display:block;
	width:1px;
	height:150px;
	background:#a81c43;
	position:absolute;
	top:0;
	left:0;
}
.ulthermage .ulthermage1 .inbox .flex .left h5{
	margin-bottom:30px;
}
.ulthermage .ulthermage1 .inbox .flex .left h4{
	margin-bottom:30px;
}
.ulthermage .ulthermage1 .inbox .flex .left h4 span{
	color:#a81c43;
}
.ulthermage .ulthermage1 .inbox .flex .left p b{
	font-weight:700;
}
.ulthermage .ulthermage1 .inbox .flex .right img{
	display:block;
	max-width:55vw;
}
.ulthermage .ulthermage2{
	padding:150px 0;
	text-align:center;
}
.ulthermage .ulthermage2 .inbox div.flex{
	justify-content:center;
	align-items:center;
	gap:150px;
	margin:100px 0;
}
.ulthermage .ulthermage2 .inbox div.flex div p{
	margin:30px 0 20px;
}
.ulthermage .ulthermage2 .inbox .sub_flex{
	justify-content:center;
	align-items:center;
	gap:70px;
}
.ulthermage .ulthermage2 .inbox .sub_flex li p{
	font-size:20px;
	margin-top:20px;
}


.ulthermage .ulthermage3{
	background:#fafafa;
	padding:150px 0;
	text-align:center;
}
.ulthermage .ulthermage3 .inbox .ttbox p{
	margin-top:30px;
	font-size:30px;
	font-weight:500;
}
.ulthermage .ulthermage3 .inbox .flex{
	justify-content:center;
	gap:20px;
	margin:100px 0;
}
.ulthermage .ulthermage3 .inbox .flex li{
	width: 300px;
	aspect-ratio: 1 / 1.5;
	max-width:24%;
	border-radius:300px;
	background:#c24763;
	box-sizing:border-box;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:10px;
}
.ulthermage .ulthermage3 .inbox .flex li:nth-child(2n){
	background:#fff;
	color:#c24763;
	border:1px solid #c24763;
}
.ulthermage .ulthermage3 .inbox .flex li img{
	max-width:75%;
}
.ulthermage .ulthermage3 .inbox .flex li p{
	margin-top:20px;
	font-weight:600;
}
.ulthermage .ulthermage4 .inbox{
	padding:150px 0;
}
.ulthermage .ulthermage4 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.ulthermage .ulthermage4 .inbox .flex .right{
	text-align:right;
}
.ulthermage .ulthermage4 .inbox .flex .right .cline{
	display:block;
	width:1px;
	height:150px;
	background:#a81c43;
	position:absolute;
	top:0;
	right:0;
}
.ulthermage .ulthermage4 .inbox .flex .right h5{
	margin-bottom:30px;
}
.ulthermage .ulthermage4 .inbox .flex .right h4{
	margin-bottom:30px;
}
.ulthermage .ulthermage4 .inbox .flex .right h4 span{
	color:#a81c43;
}
.ulthermage .ulthermage4 .inbox .flex .right p b{
	font-weight:700;
}
.ulthermage .ulthermage4 .inbox .flex .left img{
	display:block;
	max-width:45vw;
}
.ulthermage .ulthermage5{
	padding:150px 0;
	text-align:center;
	background:#fafafa;
}
.ulthermage .ulthermage5 .inbox .ttbox h3{
	margin:10px 0 30px;
}
.ulthermage .ulthermage5 .inbox .ttbox p{
	font-size:30px;
	font-weight:500;
}
.ulthermage .ulthermage5 .inbox .flex{
	margin-top:100px;
	justify-content:center;
	flex-wrap:wrap;
	gap:25px;
}
.ulthermage .ulthermage5 .inbox .flex li{
	width:25%;
	color:#fff;
	background:#a81c43;
	padding:50px 0;
	box-sizing:border-box;
}
.ulthermage .ulthermage5 .inbox .flex li:nth-child(2n){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.ulthermage .ulthermage5 .inbox .flex li h6{
	font-size: 20px;
	color:#ffb9c9;
	font-weight:400;
	margin-bottom:20px;
}
.ulthermage .ulthermage5 .inbox .flex li:nth-child(2n) h6{
	color:#a81c43;
}
.way-wrap .way-wrap {
    display: block; 
    background-color: #fff;
}
.way-wrap .way-inner {
    display: flex;
    width: 100%;
}
.way-wrap .way-left {
    width: 40%; 
    flex-shrink: 0; 
    padding: 150px 0; 
    background: url(/pub/img/signature/theseiway_bg.png) no-repeat 50% 50%;
	background-size:cover;
    position: sticky; 
    top: 0; 
    height: 70vh;
	text-align:center;
}
.way-wrap .way-left div{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
}
.way-wrap .way-left h3 {
    margin-bottom: 50px;
    color: #fff;
}

.way-wrap .way-left p {
    color: #fff;
}

.way-wrap .way-right {
    width: 60%; 
    padding: 50px 50px; 
    box-sizing: border-box; 
}
.way-wrap .right-item {
    min-height: 70vh;
    display: flex;
    align-items: flex-end; /* 아래 맞춤 정렬 */
    justify-content: center;
    position: relative; 
	box-sizing:border-box;
}
.way-wrap .right-item:last-child {
    margin-bottom: 0;
}
/* 애니메이션 및 컨텐츠 */
.way-wrap .item-inner {
    display: flex;
    align-items: center;
	gap:10%;
    width: 100%;
    max-width: 800px;
}
.way-wrap .item-img {
    flex-shrink: 0;
    width: 50%; 
	max-width:320px;
    /* 슬라이드업을 위해 opacity 제거 */
    transform: translateY(-100px); /* 초기 위치 */
    transition: transform 2s ease-out; /* transform만 사용 */
}
.way-wrap .item-txt {
   min-width:320px;
   padding-bottom:50px;
    padding: 0;
    /* 슬라이드업을 위해 opacity 제거 */
    transform: translateY(-100px); /* 초기 위치 */
    transition: transform 3s ease-out; /* transform만 사용 */
}
.way-wrap .item-img img {
    width: 100%;
    height: auto; 
    border-radius: 0;
    object-fit: unset; 
    aspect-ratio: unset;
}
.way-wrap .item-txt h6{
	font-size:20px;
	font-weight:400;
	margin-bottom:30px;
}
.way-wrap .item-txt h4 {
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.way-wrap .item-txt p {
    font-size: 20px;
    line-height: 1.5;
}

/*리투오*/
.re2o .sub-visual{
	background:url(/pub/img/signature/re2o_visual.png) no-repeat 90% 100%;
	background-size:cover;
}
.re2o .re2o1{
	background:#f9f9f9;
}
.re2o .re2o1 .inbox{
	padding:150px 0;
}
.re2o .re2o1 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.re2o .re2o1 .inbox .flex .left .cline{
	display:block;
	width:1px;
	height:150px;
	background:#a81c43;
	position:absolute;
	top:0;
	left:0;
}
.re2o .re2o1 .inbox .flex .left h5{
	margin-bottom:30px;
}
.re2o .re2o1 .inbox .flex .left h4{
	margin-bottom:30px;
}
.re2o .re2o1 .inbox .flex .left h4 span{
	color:#a81c43;
}
.re2o .re2o1 .inbox .flex .left p b{
	font-weight:700;
}
.re2o .re2o1 .inbox .flex .right img{
	display:block;
	max-width:55vw;
}
.re2o .re2o2{
	padding:150px 0;
	text-align:center;
	background:url(/pub/img/signature/re2o2_bg.png) no-repeat 50% 50%;
	background-size:cover;
}
.re2o .re2o2 .inbox{
	position:relative;
}
.re2o .re2o2 .inbox .title_box h5{
	margin-bottom: 30px;
}
.re2o .re2o2 .inbox .title_box h3{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:15px;
}
.re2o .re2o2 .inbox .title_box h3 span{
	font-weight:600;
	font-size: 78px;
}
.re2o .re2o2 .inbox p b{font-weight:600;}
.re2o .re2o2 .inbox .img{
	margin:100px auto;
	display:block;
}
.re2o .re2o2 .inbox .box li{
	position:absolute;
	border-radius:50%;
	background:rgba(194,71,99,0.9);
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.re2o .re2o2 .inbox .box li:nth-child(2n){
	background:rgba(255,185,201,0.9);
	color:#000;
}
.re2o .re2o2 .inbox .box .cir1{
	width:290px;
	height:290px;
	top: 40%;
	left:5%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir1 h6,
.re2o .re2o2 .inbox .box .cir1 p{
	font-size:40px;
	font-weight:300;
}
.re2o .re2o2 .inbox .box .cir1 h6 span{
	font-size: 75px;
	font-weight:800;
	letter-spacing:-2px;
}
.re2o .re2o2 .inbox .box .cir2{
	width:170px;
	height:170px;
	top: 70%;
	left:28%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir2 h6,
.re2o .re2o2 .inbox .box .cir2 p{
	font-size:25px;
	font-weight:300;
}
.re2o .re2o2 .inbox .box .cir2 h6 span{
	font-size: 42px;
	font-weight:800;
}
.re2o .re2o2 .inbox .box .cir3{
	width:140px;
	height:140px;
	top: 65%;
	right:28%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir3 h6,
.re2o .re2o2 .inbox .box .cir3 p{
	font-size:21px;
	font-weight:300;
}
.re2o .re2o2 .inbox .box .cir3 h6 span{
	font-size: 35px;
	font-weight:800;
	letter-spacing:-2px;
}
.re2o .re2o2 .inbox .box .cir4{
	width:210px;
	height:210px;
	top: 40%;
	right:10%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir4 h6,
.re2o .re2o2 .inbox .box .cir4 p{
	font-size:31px;
	font-weight:300;
}
.re2o .re2o2 .inbox .box .cir4 h6 span{
	font-size: 53px;
	font-weight:800;
	letter-spacing:-2px;
}
.re2o .re2o3{
	padding:150px 0;
	text-align:center;
}
.re2o .re2o3 .inbox .title_box h5{
	margin-bottom:30px;
}
.re2o .re2o3 .inbox .title_box h3{
	display:flex;
	align-items:center;
	justify-content:center;
}
.re2o .re2o3 .inbox .title_box h3 span{
	font-weight:600;
	font-size: 78px;
}
.re2o .re2o3 .inbox .title_box p{
	margin-top:30px;
}
.re2o .re2o3 .inbox .flex{
	justify-content:center;
	align-items:center;
	gap:50px;
	margin-top:100px;
	padding-right:100px;
}
.re2o .re2o3 .inbox .flex .center{
	max-width:5vw;
}
.re2o .re2o3 .inbox .flex .right{
	width:200px;
	text-align:center;
	background: #c24763;
	color:#fff;
	border-radius:10px;
	padding:20px 25px;
	box-sizing:border-box;
}
.re2o .re2o3 .inbox .flex .right li{
	border-bottom:1px dashed rgba(255,255,255,0.8);
	padding:15px 0;
	font-size:25px;
}
.re2o .re2o3 .inbox .flex .right li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.re2o .re2o3 .inbox .pp{
	margin:100px 0 50px;
}
.re2o .re2o3 .inbox .imgbox .mobile{
	display:none;
}
.re2o .re2o4{
	background:#fafafa;
	padding:150px 0;
	text-align:center;
}
.re2o .re2o4 .inbox .ttbox p{
	margin-top:30px;
	font-size:30px;
	font-weight:500;
}
.re2o .re2o4 .inbox .flex{
	justify-content:center;
	gap:20px;
	margin-top:100px;
}
.re2o .re2o4 .inbox .flex li{
	width: 300px;
	aspect-ratio: 1 / 1.8;
	max-width:24%;
	border-radius:300px;
	background:#c24763;
	box-sizing:border-box;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:10px;
}
.re2o .re2o4 .inbox .flex li:nth-child(2n){
	background:#fff;
	color:#c24763;
	border:1px solid #c24763;
}
.re2o .re2o4 .inbox .flex li img{
	max-width:75%;
}
.re2o .re2o4 .inbox .flex li p{
	margin-top:10px;
	font-weight:600;
}
.re2o .re2o4 .inbox .flex li span{
	font-size: 20px;
	font-weight:200;
	line-height:1.5;
}
.re2o .re2o4 .inbox .flex li:nth-child(2n) span{
	color:#000;
}
.re2o .re2o5 .inbox{
	padding:150px 0;
}
.re2o .re2o5 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.re2o .re2o5 .inbox .flex .right{
	text-align:right;
}
.re2o .re2o5 .inbox .flex .right .cline{
	display:block;
	width:1px;
	height:150px;
	background:#a81c43;
	position:absolute;
	top:0;
	right:0;
}
.re2o .re2o5 .inbox .flex .right h5{
	margin-bottom:30px;
}
.re2o .re2o5 .inbox .flex .right h4{
	margin-bottom:30px;
}
.re2o .re2o5 .inbox .flex .right h4 span{
	color:#a81c43;
}
.re2o .re2o5 .inbox .flex .right p b{
	font-weight:700;
}
.re2o .re2o5 .inbox .flex .left img{
	display:block;
	max-width:45vw;
}
.re2o .re2o6{
	padding:150px 0;
	text-align:center;
	background:#f9f9f9;
}
.re2o .re2o6 .inbox .ttbox h3{
	margin:10px 0 30px;
}
.re2o .re2o6 .inbox .ttbox p{
	font-size:30px;
	font-weight:500;
}
.re2o .re2o6 .inbox .flex{
	margin-top:100px;
	justify-content:center;
	flex-wrap:wrap;
	gap:25px;
}
.re2o .re2o6 .inbox .flex li{
	width:35%;
	color:#fff;
	background:#a81c43;
	padding:50px 0;
	box-sizing:border-box;
}
.re2o .re2o6 .inbox .flex li:nth-child(2),
.re2o .re2o6 .inbox .flex li:nth-child(3){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.re2o .re2o6 .inbox .flex li h6{
	font-size: 20px;
	color:#ffb9c9;
	font-weight:400;
	margin-bottom:20px;
}
.re2o .re2o6 .inbox .flex li:nth-child(2) h6,
.re2o .re2o6 .inbox .flex li:nth-child(3) h6{
	color:#a81c43;
}

/*쥬베룩*/
.juvelook .sub-visual{
	background:url(/pub/img/signature/juvelook_visual.png) no-repeat 50% 100%;
	background-size:cover;
}
.juvelook .juvelook1{
	background:#f9f9f9;
}
.juvelook .juvelook1 .inbox{
	padding:150px 0;
}
.juvelook .juvelook1 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.juvelook .juvelook1 .inbox .flex .left .cline{
	display:block;
	width:1px;
	height:200px;
	background:#a81c43;
	position:absolute;
	top:0;
	left:0;
}
.juvelook .juvelook1 .inbox .flex .left h5{
	margin-bottom:30px;
}
.juvelook .juvelook1 .inbox .flex .left h4{
	margin-bottom:30px;
}
.juvelook .juvelook1 .inbox .flex .left h4 span{
	color:#a81c43;
}
.juvelook .juvelook1 .inbox .flex .left p b{
	font-weight:700;
}
.juvelook .juvelook1 .inbox .flex .right img{
	display:block;
	max-width:55vw;
}
.juvelook .juvelook2{
	padding:150px 0;
	text-align:center;
	background:url(/pub/img/signature/juvelook2_bg.png) no-repeat 50% 50%;
	background-size:cover;
}
.juvelook .juvelook2 .inbox{
	position:relative;
}
.juvelook .juvelook2 .inbox .title_box h5{
	margin-bottom: 30px;
}
.juvelook .juvelook2 .inbox .title_box h3{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:15px;
	margin-bottom:50px;
}
.juvelook .juvelook2 .inbox .title_box h3 span{
	font-weight:600;
	font-size: 78px;
}
.juvelook .juvelook2 .inbox .box{
	position:relative;
	width:100%;
	aspect-ratio: 1 / 0.31;
}
.juvelook .juvelook2 .inbox .box li{
	position:absolute;
}
.juvelook .juvelook2 .inbox .box li div{
	position:relative;
}
.juvelook .juvelook2 .inbox .box li div p{
	position:absolute;
	width:100%;
	left:0;
	top:35%;
	transform:translateY(-50%);
	font-size:22px;
	font-weight:500;
}
.juvelook .juvelook2 .inbox .box .bub1{
	top:50px;
	left:37.5%;
	transform:translateX(-50%);
}
.juvelook .juvelook2 .inbox .box .bub2{
	top:150px;
	left:36%;
	transform:translateX(-50%);
}
.juvelook .juvelook2 .inbox .box .bub3{
	top:240px;
	left:37.5%;
	transform:translateX(-50%);
}
.juvelook .juvelook2 .inbox .box .bub3 div p{
	top:52%;
}
.juvelook .juvelook2 .inbox .box .bub4{
	top:80px;
	right:38%;
	transform:translateX(50%);
}
.juvelook .juvelook2 .inbox .box .bub5{
	top:170px;
	right:36%;
	transform:translateX(50%);
}

.juvelook .juvelook2 .inbox .box .bub6{
	top:250px;
	right:37%;
	transform:translateX(50%);
}
.juvelook .juvelook2 .inbox .box .bub6 div p{
	top:52%;
}
.juvelook .juvelook3{
	padding:150px 0;
	text-align:center;
}
.juvelook .juvelook3 .inbox .ttbox h3{
	margin-top:10px;
}
.juvelook .juvelook3 .inbox .flex{
	justify-content:space-between;
	margin-top:80px;
}
.juvelook .juvelook3 .inbox .flex li h6{
	font-size:30px;
	font-weight:400;
}
.juvelook .juvelook3 .inbox .flex li img{
	max-width:100%;
	display:block;
	margin-bottom:30px;
}
.juvelook .juvelook4{
	padding:150px 0;
	text-align:center;
	background:#f9f9f9;
}
.juvelook .juvelook4 .inbox .ttbox h3{
	margin:10px 0 30px;
}
.juvelook .juvelook4 .inbox .ttbox p{
	font-size:30px;
	font-weight:500;
}
.juvelook .juvelook4 .inbox .flex{
	margin-top:100px;
	justify-content:center;
	flex-wrap:wrap;
	gap:25px;
}
.juvelook .juvelook4 .inbox .flex li{
	width:35%;
	color:#fff;
	background:#a81c43;
	padding:50px 0;
	box-sizing:border-box;
}
.juvelook .juvelook4 .inbox .flex li:nth-child(2),
.juvelook .juvelook4 .inbox .flex li:nth-child(3){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.juvelook .juvelook4 .inbox .flex li h6{
	font-size: 20px;
	color:#ffb9c9;
	font-weight:400;
	margin-bottom:20px;
}
.juvelook .juvelook4 .inbox .flex li:nth-child(2) h6,
.juvelook .juvelook4 .inbox .flex li:nth-child(3) h6{
	color:#a81c43;
}


/*리쥬란*/
.rejuran .sub-visual{
	background:url(/pub/img/signature/rejuran_visual.png) no-repeat 50% 100%;
	background-size:cover;
}
.rejuran .rejuran1{
	background:#f9f9f9;
}
.rejuran .rejuran1 .inbox{
	padding:150px 0;
}
.rejuran .rejuran1 .inbox .flex{
	justify-content:space-between;
	align-items:flex-end;
}
.rejuran .rejuran1 .inbox .flex .left .cline{
	display:block;
	width:1px;
	height:200px;
	background:#a81c43;
	position:absolute;
	top:0;
	left:0;
}
.rejuran .rejuran1 .inbox .flex .left h5{
	margin-bottom:30px;
}
.rejuran .rejuran1 .inbox .flex .left h4{
	margin-bottom:30px;
}
.rejuran .rejuran1 .inbox .flex .left h4 span{
	color:#a81c43;
}
.rejuran .rejuran1 .inbox .flex .left p b{
	font-weight:700;
}
.rejuran .rejuran1 .inbox .flex .right img{
	display:block;
	max-width:55vw;
}
.rejuran .rejuran2{
	padding:150px 0;
	text-align:center;
	background:url(/pub/img/signature/rejuran2_bg.png) no-repeat 50% 50%;
	background-size:cover;
}
.rejuran .rejuran2 .inbox{
	position:relative;
}
.rejuran .rejuran2 .inbox .title_box h5{
	margin-bottom: 30px;
}
.rejuran .rejuran2 .inbox .title_box h3{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:15px;
	margin-bottom:50px;
}
.rejuran .rejuran2 .inbox .title_box h3 span{
	font-weight:600;
	font-size: 78px;
}
.rejuran .rejuran2 .inbox .box{
	position:relative;
	width:100%;
	aspect-ratio: 1 / 0.4;
}
.rejuran .rejuran2 .inbox .box li{
	position:absolute;
}
.rejuran .rejuran2 .inbox .box li div{
	position:relative;
}
.rejuran .rejuran2 .inbox .box li div p{
	position:absolute;
	width:100%;
	left:0;
	top:35%;
	transform:translateY(-50%);
	font-size:22px;
	font-weight:500;
}
.rejuran .rejuran2 .inbox .box .bub1{
	top:100px;
	left:34.5%;
	transform:translateX(-50%);
}
.rejuran .rejuran2 .inbox .box .bub2{
	top:190px;
	left:33%;
	transform:translateX(-50%);
}
.rejuran .rejuran2 .inbox .box .bub3{
	top:270px;
	left:34.5%;
	transform:translateX(-50%);
}
.rejuran .rejuran2 .inbox .box .bub3 div p{
	top:52%;
}
.rejuran .rejuran2 .inbox .box .bub4{
	top:150px;
	right:34%;
	transform:translateX(50%);
}
.rejuran .rejuran2 .inbox .box .bub5{
	top:240px;
	right:33%;
	transform:translateX(50%);
}

.rejuran .rejuran2 .inbox .box .bub6{
	top:320px;
	right:34%;
	transform:translateX(50%);
}
.rejuran .rejuran2 .inbox .box .bub6 div p{
	top:52%;
}
.rejuran .rejuran3{
	padding:150px 0;
	text-align:center;
	background:#0f1315;
	color:#fff;
}
.rejuran .rejuran3 .inbox .ttbox h3{
	margin-top:10px;
}
.rejuran .rejuran3 .inbox .flex{
	justify-content:space-between;
	margin-top:100px;
	align-items:flex-end;
}
.rejuran .rejuran3 .inbox .flex .item{
	width:28%;
	cursor:pointer;
}
.rejuran .rejuran3 .inbox .flex .item .imgbox{
	width:100%;
	aspect-ratio: 1 / 1;
	display:flex;
	justify-content:center;
	align-items:center;
}
.rejuran .rejuran3 .inbox .flex .left .imgbox{
	background:url(/pub/img/signature/rejuran3_1.png) no-repeat 50% 50%;
	background-color:#0f1315;
	transition: background-color 1s ease;
}
.rejuran .rejuran3 .inbox .flex .left:hover .imgbox{
	background:url(/pub/img/signature/rejuran3_1h.png) no-repeat 50% 50%;
	background-color:#00bbb3;
}
.rejuran .rejuran3 .inbox .flex .center .imgbox{
	background:url(/pub/img/signature/rejuran3_2.png) no-repeat 50% 50%;
	background-color:#0f1315;
	transition: background-color 1s ease;
}
.rejuran .rejuran3 .inbox .flex .center:hover .imgbox{
	background:url(/pub/img/signature/rejuran3_2h.png) no-repeat 50% 50%;
	background-color:#fff;
}
.rejuran .rejuran3 .inbox .flex .right .imgbox{
	background:url(/pub/img/signature/rejuran3_3.png) no-repeat 50% 50%;
	background-color:#0f1315;
	transition: background-color 1s ease;
}
.rejuran .rejuran3 .inbox .flex .right:hover .imgbox{
	background:url(/pub/img/signature/rejuran3_3h.png) no-repeat 50% 50%;
	background-color:#002c5c;
}
.rejuran .rejuran3 .inbox .flex .item h6{
	font-size:30px;
	font-weight:400;
	line-height:1;
	margin:30px 0 15px;
	border-bottom:1px solid #999;
	padding-bottom:25px;
}
.rejuran .rejuran3 .inbox .flex > div ul li{
	line-height:60px;
	font-weight:200;
}
.rejuran .rejuran3 .inbox .flex .item ul li{
	font-size:25px;
}
.rejuran .rejuran3 .inbox .flex .item ul li span{
	display:none;
}
.rejuran .rejuran3 .inbox .flex .comm ul li{
	font-size:20px;
	color:#999;
}
.rejuran .rejuran4{
	padding:150px 0;
	text-align:center;
	background:#f9f9f9;
}
.rejuran .rejuran4 .inbox .ttbox h3{
	margin:10px 0 30px;
}
.rejuran .rejuran4 .inbox .ttbox p{
	font-size:30px;
	font-weight:500;
}
.rejuran .rejuran4 .inbox .flex{
	margin-top:100px;
	justify-content:center;
	flex-wrap:wrap;
	gap:25px;
}
.rejuran .rejuran4 .inbox .flex li{
	width:35%;
	color:#fff;
	background:#a81c43;
	padding:50px 0;
	box-sizing:border-box;
}
.rejuran .rejuran4 .inbox .flex li:nth-child(2),
.rejuran .rejuran4 .inbox .flex li:nth-child(3){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.rejuran .rejuran4 .inbox .flex li h6{
	font-size: 20px;
	color:#ffb9c9;
	font-weight:400;
	margin-bottom:20px;
}
.rejuran .rejuran4 .inbox .flex li:nth-child(2) h6,
.rejuran .rejuran4 .inbox .flex li:nth-child(3) h6{
	color:#a81c43;
}
.rejuran .rejuran4 .inbox .text-box{
	margin-top:100px;
	display:flex;
	flex-direction:column;
	gap:30px;
	justify-content:center;
	align-items:center;
}
.rejuran .rejuran4 .inbox .text-box h6{
	font-size:30px;
	line-height:1.5;
}



/* 노트북 */
@media (max-width: 1440px) {
/*서브 공통*/
.sub h2{
	font-size:8vw;
}
.sub h2.en{
	font-size:10vw;
}
.sub h3{
	font-size:4.5vw;
}
.sub h3.en{
	font-size:6vw;
}
.sub h4{
	font-size:3.5vw;
}
.sub h4.en{
	font-size:4.5vw;
}
.sub h5{
	font-size:2.3vw;
}
.sub h5.en{
	font-size:2.5vw;
}
.sub p{
	font-size:1.9vw;
}
.sub .btn{
	height:4vw;
	line-height:4vw;
	width:12vw;
	font-size: 1.3vw;
}
.sub .sub-visual{
	height:90vh;
	min-height:50vw;
}
.sub .sub-visual .title_box h5{
	margin-top:1vw;
}
.sub .sub-visual .title_box p{
	margin-top:3vw;
	font-size:2.5vw;
}

/* 로그인 */
.member .login_area {
	padding: 12vw 0;
}
.member .login-container {
	width: 42vw;
}
.member .login_area .container .text {
	font-size: 1.2vw;
	padding: 2vw 0;
	border-radius: 1vw;
	margin-bottom: 5vw;
}
.member .input-group {
	margin-bottom: 2vw;
}
.member .input-group label {
	display: block;
	font-size: 1.5vw;
	margin-bottom: 1vw;
}
.member .input-group input[type="text"],
.member .input-group input[type="password"] {
	padding: 1.5vw 0; 
	font-size: 2vw;
}
.member .save-id-checkbox {
	font-size: 1.2vw;
}
.member .save-id-checkbox input[type="checkbox"] {
	margin-right: 1vw;
}
.member .login-button {
	width: 100%;
	padding: 2vw 0;
	margin-top: 5vw;
	font-size: 1.8vw;
}
.member .footer-links {
	font-size: 1.2vw;
	padding-top: 2vw;
	gap: 1vw;
	margin-top: 3vw;
}
.member .footer-links a {
	font-size: 1.4vw;
	line-height: 1;
}

/* 회원가입 */
.member .join_area {
    padding: 12vw 0;
}
.member .join_area .join_form {
	width: 42vw; 
}
.member .join_area .form_group {
    margin-bottom: 2vw;
}
.member .join_area .form_group:last-child {
	margin-top: 5vw;
}
.member .join_area .form_group label {
    margin-bottom: 1vw;
	font-size: 1.6vw;
}
.member .join_area .form_group label::after {
    margin-left: 0.5vw;
}
.member .join_area .form_group input[type="text"],
.member .join_area .form_group input[type="password"],
.member .join_area .form_group input[type="tel"],
.member .join_area .form_group input[type="email"] {
    padding: 1.5vw;
    border-radius: 0.5vw;
    font-size: 2vw;
}
.member .join_area .agreement_check {
    margin-top: 2vw;
	align-items:center;
}
.member .join_area .agreement_check input[type="checkbox"] {
    margin-right: 0.5vw;
}
.member .join_area .agreement_check label {
    font-size: 1.2vw;
	margin:0;
}
.member .join_area .submit_button {
    padding: 2vw 0;
    color: #fff;
    font-size: 1.8vw;
}

/* 개인정보 처리방침 (박스 및 서브페이지) */
.member .join_area .privacybox .privacy {
	padding: 3vw 2vw;
	height: 12vw;
	margin-top: 1vw;
}
.member .join_area .prevacy_wrap .privacy b {
	margin: 2vw 0 1vw;
}
.privacybox {
	padding: 12vw 0;
}
.privacybox .privacy h5 {
	font-size: 2.5vw;
	margin-bottom: 2vw;
}
.privacybox .privacy p {
	font-size: 1.4vw;
}
.privacybox .privacy div {
	padding-top: 3vw;
	margin-top: 3vw;
}
.privacybox .privacy div p {
	font-size: 1.2vw;
}
.privacybox .privacy h6 {
	font-size: 1.6vw;
	margin: 2vw 0 1vw;
}
.privacybox .checkbox-group {
	margin-top: 1vw;
	margin-bottom: 8vw;
}









/*병원소개*/
.about_sei .about1 .inbox{
	padding:12vw 0;
}
.about_sei .about1 .inbox .flex .left .cline{
	width:1px;
	height:14vw;
}
.about_sei .about1 .inbox .flex .left h6{
	font-size:1.4vw;
	margin-bottom:2vw;
}
.about_sei .about1 .inbox .flex .left h4.en{
	margin-bottom:2vw;
}
.about_sei .about1 .inbox .flex .left p{
	font-size:1.6vw;
}
.about_sei .about2{
	padding:12vw 0;
}
.about_sei .about2 h5{
	font-size:2.4vw;
	margin-bottom:1vw;
}
.about_sei .about2 .flex{
	margin-top:8vw;
}
.about_sei .about2 .flex .left{
	max-width:508px;
	width:50%;
}
.about_sei .about2 .flex .right{
	width:45%;
	max-width:508px;
}
.about_sei .about2 .flex .right img{
	max-width:57px;
	width:10vw;
}
.about_sei .about2 .flex .right p{
	margin:1vw 0 3vw;
}
.about_sei .about2 .flex .right p b{
	font-size:3vw;
}
.about_sei .about2 .flex .right ul li{
	font-size: 1.9vw;
	margin-bottom:1.6vw;
}
.about_sei .about3{
	padding:12vw 0;
}
.about_sei .about3 h3:after{
	width:1px;
	height:3vw;
	margin:1vw auto 2vw;
}
.about_sei .about3 p{
	margin-bottom:3vw;
}
.about_sei .about4{
	padding:12vw 0;
}
.about_sei .about4 .flex{
	gap:6vw;
	margin-bottom:3vw;
}
.about_sei .about4 .flex .imgbox{
	max-width:50%;
}
.about_sei .about4 .flex .imgbox img{
	max-width:500px;
	width:100%;
}
.about_sei .about4 .flex .textbox {
	max-width:50%;
}
.about_sei .about4 .flex .textbox .btnbox{
	position:relative;
	margin-top:2vw;
}
.about_sei .about4 .flex .textbox .btnbox ul{
	top:0;
	left:13vw;
	width:16vw;
	padding:1.5vw;
	border-radius:1vw;
}
.about_sei .about4 .flex.reverse .textbox .btnbox ul{
	right:13vw;
}
.about_sei .about4 .flex .textbox .btnbox ul li{
	font-size:1.3vw;
	padding:0.3vw 0;
}


/*오시는길진료안내*/
.visit .visit1{
	padding:12vw 0;
}
.visit .visit1 .inbox .box{
	margin-top:5vw;
}
.visit .visit1 .inbox .box .map{
	width:100%;
	height:40vw;
}
.visit .visit1 .inbox .box .adress{
	padding:1vw 0;
	margin-bottom:1.5vw;
}
.visit .visit1 .inbox .box .adress p{
	font-size:1.6vw;
}
.visit .visit1 .inbox .box .adress .btnbox{
	gap:1vw;
}
.visit .visit1 .inbox .box .adress .btnbox a{
	width: 12vw;
	height:3.2vw;
	line-height:3.2vw;
	font-size:1.2vw;
}
.visit .visit1 .inbox .box .adress .btnbox a img{
	margin-right:0.5vw;
	max-height:60%;
}
.visit .visit1 .inbox .box .directions > div{
	gap:1vw;
}
.visit .visit1 .inbox .box .directions .left{
	width: 40%;
}
.visit .visit1 .inbox .box .directions > div h6{
	font-size:1.6vw;
	line-height:3vw;
	padding-right:1vw;
}
.visit .visit1 .inbox .box .directions > div p{
	line-height:3vw;
	font-size:1.6vw;
}
.visit .visit1 .inbox .box .directions > div h6:after{
	width:2px;
	height:1.5vw;
}
.visit .visit1 .inbox .box .directions .left div span{
	width:9vw;
	height:3vw;
	line-height:3vw;
	font-size:1.3vw;
	border-radius:1.5vw;
	margin-bottom:0.5vw;
}
.visit .visit1 .inbox .box .directions .left div .linesb{
	margin-left:0.5vw;
}
.visit .visit2{
	padding:12vw 0;
}
.visit .visit2 .box{
	margin-top:5vw;
}
.visit .visit2 .box .flex{
	gap:1vw;
}
.visit .visit2 .box .flex h5{
	gap:1vw;
}
.visit .visit2 .box .flex h5 span{
	padding-right:1vw;
}
.visit .visit2 .box .flex .dot{
	width:0.3vw;
	height:0.3vw;
}
.visit .visit2 .box p{
	margin-top:3vw;
}



/*프로모션*/
.promotion .promo_list{
	padding:12vw 0;
}
.promotion .promo_list .inbox{
	gap:8vw;
}
.promotion .promo_list .inbox .tab_menu{
	height:6vw;
	border-radius:3vw;
	box-sizing:border-box;
	padding: 0.5vw;
}
.promotion .promo_list .inbox .tab_menu .flex{
	height:100%;
	gap:0.5vw;
}
.promotion .promo_list .inbox .tab_menu .flex li{
	width:18vw;
	height:5vw;
	line-height:5vw;
	border-radius:2.5vw;
	font-size:2vw;
}
.promotion .promo_list .inbox .tab_contents .adm_btn{
	gap:0.5vw;
	margin-bottom:2vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 8vw 2vw; 
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .imgbox{
	margin-bottom:2vw;
	border-radius:1vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .imgbox .mark{
	position:absolute;
	top:0.5vw;
	right:0.5vw;
	font-size:1.2vw;
	width:6vw;
	height:3vw;
	border-radius:1.5vw;
	line-height:3vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .textbox h6{
	font-size: 2.2vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .textbox .date{
	font-size:1.4vw;
	margin-top:0.3vw;
}
.promotion .promo_view{
	padding:12vw 0;
}
.promotion .promo_view .inbox .view_title{
	padding:2.5vw 1vw;
}
.promotion .promo_view .inbox .view_title h6{
	font-size:2.6vw;
	line-height:3vw;
}
.promotion .promo_view .inbox .view_title h6 span{
	margin-right:0.5vw;
	width:6vw;
	height:3vw;
	border-radius:1.5vw;
	font-size: 1.2vw;
}
.promotion .promo_view .inbox .view_title .date{
	font-size:1.4vw;
}
.promotion .promo_view .inbox .view_contents{
	padding:8vw 0;
}
.promotion .promo_view .inbox .view_btnbox{
	gap:0.5vw;
	margin-top:1.5vw;
}
.promotion .promo_view .inbox .view_btnbox .adm_btn{
	gap:0.5vw;
}
.promotion .promo_write{
	padding:12vw 0;
}
.promotion .promo_write table tr td{
	padding:2vw 1vw;
}
.promotion .promo_write table tr td label{
	font-size:1.8vw;
	margin-bottom:0.8vw;
}
.promotion .promo_write table tr td select{
	height:5vw;
	padding:0.8vw;
	font-size:1.6vw;
}
.promotion .promo_write table tr td select option{
	padding:0.8vw;
}
.promotion .promo_write table tr td input[type="text"]{
	height:5vw;
	padding:0.8vw;
	font-size:1.6vw;
}
.promotion .promo_write table tr td input[type="date"]{
	width:48%;
	height:5vw;
	padding:0.8vw;
	font-size:1.6vw;
}
.promotion .promo_write table tr td textarea{
	height:20vw;
	padding:0.8vw;
	font-size:1.6vw;
}
.promotion .promo_write table tr td .filebox {
  gap: 0.5vw;
  height:5vw;
}
.promotion .promo_write table tr td .filebox input {
  font-size: 1.6vw;
   height:5vw;
}
.promotion .promo_write table tr td .filebox .upload-name {
  height: 5vw;
  padding: 0.8vw;
}
.promotion .promo_write table tr td .filebox .upload-button {
  font-size:1.4vw;
  padding:0 1vw;
}
.promotion .promo_write .write_btnbox{
	margin-top:2vw;
	gap:0.5vw;
}






/*입술필러*/
.lip_filler .sub-visual{
	background-position:70% 100%;
}
.lip_filler .lipfiller1{
	padding:12vw 0;
}
.lip_filler .lipfiller1 .ttbox{
	margin-bottom:5vw;
}
.lip_filler .lipfiller1 .ttbox h3{
	margin-top:3vw;
}
.lip_filler .lipfiller1 .ttbox b{
	padding:0 1vw;
}
.card-section {
	padding-top:3vw;
	height: 35vw;
}
.card-container {
	width: 100%;
	height: 30vw;
}
.card {
	width: 23%; 
	border-radius: 2vw;
	padding: 2vw;
}
.card .h_flex h3{
	font-size:5vw;
}
.card .h_flex .text img{
	width:4vw;
}
.card .h_flex .text h6{
	font-size:2.2vw;
	margin:1vw 0;
}
.card .h_flex .text p{
	font-size:1.5vw;
}
.lip_filler .lipfiller2 .inbox{
	padding:12vw 0;
}
.lip_filler .lipfiller2 .inbox .flex .left .cline{
	width:1px;
	height:12vw;
}
.lip_filler .lipfiller2 .inbox .flex .left h5{
	margin-bottom:3vw;
}
.lip_filler .lipfiller2 .inbox .flex .left h4{
	margin-bottom:3vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.lip_filler .lipfiller2 .inbox .flex .right img{
	max-width:55vw;
}
.lip_filler .lipfiller3{
	padding:12vw 0;
}
.lip_filler .lipfiller3 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.lip_filler .lipfiller3 .inbox .ttbox p{
	font-size:2.2vw;
}
.lip_filler .lipfiller3 .inbox .flex{
	margin:8vw 0;
	gap:2vw;
}
.lip_filler .lipfiller3 .inbox .flex li{
	width:27%;
	padding:3.5vw 0;
}
.lip_filler .lipfiller3 .inbox .flex li h6{
	font-size: 1.6vw;
	margin-bottom:2vw;
}
.product_area{
	padding:12vw 0;
}
.product_area h3{
	margin-bottom:5vw;
}
.product_area .flex{
	padding-bottom:5vw;
}
.product_area .flex li .imgbox{
	background:#fff;
	width:100%;
	height:28vw;
}
.product_area .flex li .imgbox img{
	max-height:80%;
}
.product_area .flex li .textbox {
	display:flex;
	padding:1.5vw 0.2vw;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.product_area .flex li .textbox h6{
	font-size:1.8vw;
}
.product_area .product-pagination .swiper-pagination-bullet{
	width:0.6vw;
	height:0.6vw;
	margin:0 0.3vw;
}
.lip_filler .lipfiller5{
	padding:12vw 0;
}
.lip_filler .lipfiller5 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.lip_filler .lipfiller5 .inbox .ttbox p{
	font-size:1.6vw;
}
.lip_filler .lipfiller5 .inbox .flex{
	margin-top:5vw;
}
.lip_filler .lipfiller5 .inbox .flex li{
	padding:0 2vw;
}
.lip_filler .lipfiller5 .inbox .flex li h6{
	font-size:1.2vw;
	margin:0.5vw 0;
}
.lip_filler .lipfiller5 .inbox .flex li p{
	font-size:1.2vw;
}
.BeforeAfter{
	padding:12vw 0;
}
.BeforeAfter .inbox h3{
	margin-bottom:5vw;
}
.BeforeAfter .inbox .flex li{
	margin-bottom:8vw;
}
.BeforeAfter .inbox .flex li h6{
	font-size:2.2vw;
	margin-top:1vw;
}
.BeforeAfter .inbox .btn_wh{
	width:22vw;
	height:4.5vw;
	line-height:4.4vw;
	font-size:1.5vw;
}
.QNA{
	padding:12vw 0;
}
.QNA .inbox{
	flex-wrap:wrap;
	/* gap:3vw; */
}
.QNA .inbox .left{
	width:20vw;
	padding-bottom:5vw;
}
.QNA .inbox .left p{
	font-size:1.6vw;
	margin-top:2vw;
}
.QNA .inbox .right{
	width:60vw;
	max-width:800px;
	height:42vw;
	border-radius: 3vw;
}
.QNA .inbox .right ul li .qna-card{
	padding:3vw 3vw 8vw;
	height:100%;
}
.QNA .inbox .right ul li .qna-card .q-area{
	gap:1vw;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:1.5vw;
}
.QNA .inbox .right ul li .qna-card .q-area .q-symbol{
	font-size: 2.5vw;
	width:4.5vw;
	height:4.5vw;
	line-height:4.4vw;
}
.QNA .inbox .right ul li .qna-card .q-area h4{
	font-size: 2.3vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.QNA .inbox .right ul li .qna-card .a-area{
	padding-top: 3vw;
}
.QNA .inbox .right ul li .qna-card .a-area p{
	font-size:1.6vw;
	line-height:1.6;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.QNA .inbox .right .qna-footer{
	padding:0 3vw;
	height:8vw;
}
.QNA .inbox .right .qna-footer .swiper-pagination{
	font-size:1.6vw;
}
.QNA .inbox .right .qna-footer .swiper-navigation{
	gap:1vw;
}
.QNA .inbox .right .qna-footer .swiper-navigation button{
	width:3.5vw;
	height:3.5vw;
}
.QNA .inbox .right .qna-footer .swiper-navigation button:after{
	font-size:1.6vw;
}





/*어깨필러*/
.shoulder_filler .sub-visual{
	background-position:70% 100%;
}
.shoulder_filler .shoulderfiller1{
	padding:12vw 0;
}
.shoulder_filler .shoulderfiller1 .ttbox{
	margin-bottom:5vw;
}
.shoulder_filler .shoulderfiller1 .ttbox h3{
	margin-top:3vw;
}
.shoulder_filler .shoulderfiller1 .ttbox b{
	padding:0 1vw;
}
.shoulder_filler .shoulderfiller2 .inbox{
	padding:12vw 0;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left .cline{
	width:1px;
	height:12vw;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left h5{
	margin-bottom:3vw;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left h4{
	margin-bottom:3vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.shoulder_filler .shoulderfiller2 .inbox .flex .right img{
	max-width:55vw;
}
.shoulder_filler .shoulderfiller3{
	padding:12vw 0;
}
.shoulder_filler .shoulderfiller3 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.shoulder_filler .shoulderfiller3 .inbox .ttbox p{
	font-size:2.2vw;
}
.shoulder_filler .shoulderfiller3 .inbox .flex{
	margin:8vw 0;
	gap:2vw;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li{
	width:40%;
	padding:3.5vw 0;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li h6{
	font-size: 1.6vw;
	margin-bottom:2vw;
}
.shoulder_filler .shoulderfiller4{
	padding:12vw 0;
}
.shoulder_filler .shoulderfiller4 .flex{
	gap:5vw;
}
.shoulder_filler .shoulderfiller4 .flex .textbox h3{
	margin:1vw 0 3vw;
}
.shoulder_filler .shoulderfiller4 .flex .textbox ul li {
	margin-bottom:2vw;
}
.shoulder_filler .shoulderfiller4 .flex .textbox ul li h6{
	font-size:2.4vw;
	width:5vw;
}
.shoulder_filler .shoulderfiller6{
	padding:12vw 0;
}
.shoulder_filler .shoulderfiller6 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.shoulder_filler .shoulderfiller6 .inbox .ttbox p{
	font-size:1.6vw;
}
.shoulder_filler .shoulderfiller6 .inbox .flex{
	margin-top:5vw;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li{
	padding:0 2vw;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li h6{
	font-size:1.2vw;
	margin:0.5vw 0;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li p{
	font-size:1.2vw;
}



/*울써마지*/
.ulthermage .sub-visual{
	/* background-position:100% 100%; */
}
.ulthermage .ulthermage1 .inbox{
	padding:12vw 0;
}
.ulthermage .ulthermage1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.ulthermage .ulthermage1 .inbox .flex .left h5{
	margin-bottom:3vw;
}
.ulthermage .ulthermage1 .inbox .flex .left h4{
	margin-bottom:3vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.ulthermage .ulthermage1 .inbox .flex .right img{
	max-width:45vw;
}
.ulthermage .ulthermage2{
	padding:12vw 0;
}
.ulthermage .ulthermage2 .inbox div.flex{
	gap:10vw;
	margin:8vw 0;
}
.ulthermage .ulthermage2 .inbox div.flex div p{
	margin:2vw 0 1vw;
}
.ulthermage .ulthermage2 .inbox .sub_flex{
	gap:2vw;
}
.ulthermage .ulthermage2 .inbox .sub_flex li p{
	font-size:1.9vw;
	margin-top:1.5vw;
}
.ulthermage .ulthermage3{
	padding:12vw 0;
}
.ulthermage .ulthermage3 .inbox .ttbox p{
	margin-top:1.5vw;
	font-size:2.2vw;
}
.ulthermage .ulthermage3 .inbox .flex{
	justify-content:center;
	gap:1vw;
	margin:8vw 0;
}
.ulthermage .ulthermage3 .inbox .flex li{
	gap:1vw;
}
.ulthermage .ulthermage3 .inbox .flex li p{
	margin-top:1vw;
}
.ulthermage .ulthermage4 .inbox{
	padding:12vw 0;
}
.ulthermage .ulthermage4 .inbox .flex .right .cline{
	height:12vw;
}
.ulthermage .ulthermage4 .inbox .flex .right h5{
	margin-bottom:3vw;
}
.ulthermage .ulthermage4 .inbox .flex .right h4{
	margin-bottom:3vw;
}
.ulthermage .ulthermage4 .inbox .flex .left img{
	max-width:42vw;
}
.ulthermage .ulthermage5{
	padding:12vw 0;
}
.ulthermage .ulthermage5 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.ulthermage .ulthermage5 .inbox .ttbox p{
	font-size:2.2vw;
}
.ulthermage .ulthermage5 .inbox .flex{
	margin-top:8vw;
	gap:2vw;
}
.ulthermage .ulthermage5 .inbox .flex li{
	width:27%;
	padding:3.5vw 0;
}
.ulthermage .ulthermage5 .inbox .flex li h6{
	font-size: 1.6vw;
	margin-bottom:2vw;
}
.way-wrap .way-left {
    padding: 12vw 0; 
    height: 70vh;
	min-height:50vw;
}
.way-wrap .way-left img{
	max-width:15%;
}
.way-wrap .way-left h3 {
    margin-bottom: 3vw;
}
.way-wrap .way-right {
    width: 60%; 
    padding: 5vw 3vw; 
}
.way-wrap .right-item {
    min-height: 70vh;
	min-height:50vw;
}
.way-wrap .item-inner {
	gap:5%;
    width: 100%;
    max-width: 800px;
}
.way-wrap .item-img {
    flex-shrink: 0;
    width: 42%; 
	max-width:320px;
    /* 슬라이드업을 위해 opacity 제거 */
    transform: translateY(-100px); /* 초기 위치 */
    transition: transform 2s ease-out; /* transform만 사용 */
}
.way-wrap .item-txt {
   min-width:53%;
   padding-bottom:5vw;
    padding: 0;
    /* 슬라이드업을 위해 opacity 제거 */
    transform: translateY(-100px); /* 초기 위치 */
    transition: transform 3s ease-out; /* transform만 사용 */
}
.way-wrap .item-txt h6{
	font-size:1.8vw;
	margin-bottom:2vw;
}
.way-wrap .item-txt h4 {
    font-size: 2.7vw;
    margin-bottom: 2vw;
}
.way-wrap .item-txt p {
    font-size: 1.5vw;
    line-height: 1.5;
}

/*리투오*/
.re2o .re2o1 .inbox{
	padding:12vw 0;
}
.re2o .re2o1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.re2o .re2o1 .inbox .flex .left h5{
	margin-bottom:3vw;
}
.re2o .re2o1 .inbox .flex .left h4{
	margin-bottom:3vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.re2o .re2o1 .inbox .flex .right img{
	max-width:45vw;
}
.re2o .re2o2{
	padding:12vw 0;
}
.re2o .re2o2 .inbox .title_box h5{
	margin-bottom: 1.5vw;
}
.re2o .re2o2 .inbox .title_box h3{
	gap:1vw;
}
.re2o .re2o2 .inbox .title_box h3 span{
	font-size: 6vw;
}
.re2o .re2o2 .inbox .img{
	margin:8vw auto;
	width:20vw;
	max-width:223px;
}
.re2o .re2o2 .inbox .box .cir1{
	width:25vw;
	height:25vw;
	max-width:290px;
	max-height:290px;
	top: 40%;
	left:0%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir1 h6,
.re2o .re2o2 .inbox .box .cir1 p{
	font-size:3vw;
}
.re2o .re2o2 .inbox .box .cir1 h6 span{
	font-size: 5.5vw;
	letter-spacing:-2px;
}
.re2o .re2o2 .inbox .box .cir2{
	width:14vw;
	height:14vw;
	max-width:170px;
	max-height:170px;
	top: 70%;
	left:22%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir2 h6,
.re2o .re2o2 .inbox .box .cir2 p{
	font-size:1.9vw;
}
.re2o .re2o2 .inbox .box .cir2 h6 span{
	font-size: 3vw;
}
.re2o .re2o2 .inbox .box .cir3{
	width:10vw;
	height:10vw;
	max-width:140px;
	max-height:140px;
	top: 65%;
	right:22%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir3 h6,
.re2o .re2o2 .inbox .box .cir3 p{
	font-size:1.5vw;
}
.re2o .re2o2 .inbox .box .cir3 h6 span{
	font-size: 2.5vw;
}
.re2o .re2o2 .inbox .box .cir4{
	width:20vw;
	height:20vw;
	max-width:210px;
	max-height:210px;
	top: 40%;
	right:0%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir4 h6,
.re2o .re2o2 .inbox .box .cir4 p{
	font-size:2.5vw;
}
.re2o .re2o2 .inbox .box .cir4 h6 span{
	font-size: 4.2vw;
}
.re2o .re2o3{
	padding:12vw 0;
}
.re2o .re2o3 .inbox .title_box h5{
	margin-bottom:1.5vw;
}
.re2o .re2o3 .inbox .title_box h3 span{
	font-size: 6vw;
}
.re2o .re2o3 .inbox .title_box p{
	margin-top:2vw;
}
.re2o .re2o3 .inbox .flex{
	gap:3vw;
	margin-top:8vw;
	padding-right:3vw;
}
.re2o .re2o3 .inbox .flex .center{
	max-width:8vw;
}
.re2o .re2o3 .inbox .flex .right{
	width:18vw;
	border-radius:1vw;
	padding:1.5vw 2vw;
}
.re2o .re2o3 .inbox .flex .right li{
	padding:1.2vw 0;
	font-size:1.9vw;
}

.re2o .re2o3 .inbox .pp{
	margin:8vw 0 3vw;
}
.re2o .re2o3 .inbox .imgbox .mobile{
	display:none;
}
.re2o .re2o4{
	padding:12vw 0;
}
.re2o .re2o4 .inbox .ttbox p{
	margin-top:1.5vw;
	font-size:2.2vw;
}
.re2o .re2o4 .inbox .flex{
	justify-content:center;
	gap:1vw;
	margin-top:8vw;
}
.re2o .re2o4 .inbox .flex li{
	gap:1vw;
}
.re2o .re2o4 .inbox .flex li img{
	max-width:60%;
}
.re2o .re2o4 .inbox .flex li p{
	margin-top:1vw;
}
.re2o .re2o4 .inbox .flex li span{
	font-size: 1.6vw;
	font-weight:200;
	line-height:1.3;
}
.re2o .re2o5 .inbox{
	padding:12vw 0;
}
.re2o .re2o5 .inbox .flex .right .cline{
	height:12vw;
}
.re2o .re2o5 .inbox .flex .right h5{
	margin-bottom:3vw;
}
.re2o .re2o5 .inbox .flex .right h4{
	margin-bottom:3vw;
}
.re2o .re2o5 .inbox .flex .left img{
	max-width:42vw;
}
.re2o .re2o6{
	padding:12vw 0;
}
.re2o .re2o6 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.re2o .re2o6 .inbox .ttbox p{
	font-size:2.2vw;
}
.re2o .re2o6 .inbox .flex{
	margin-top:8vw;
	gap:2vw;
}
.re2o .re2o6 .inbox .flex li{
	width:40%;
	padding:3.5vw 0;
}
.re2o .re2o6 .inbox .flex li h6{
	font-size: 1.6vw;
	margin-bottom:2vw;
}


/*쥬베룩*/
.juvelook .sub-visual{
	background-position: 60% 100%;
}
.juvelook .juvelook1 .inbox{
	padding:12vw 0;
}
.juvelook .juvelook1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.juvelook .juvelook1 .inbox .flex .left h5{
	margin-bottom:3vw;
}
.juvelook .juvelook1 .inbox .flex .left h4{
	margin-bottom:3vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.juvelook .juvelook1 .inbox .flex .right img{
	max-width:45vw;
}
.juvelook .juvelook2{
	padding:12vw 0;
}
.juvelook .juvelook2 .inbox .title_box h5{
	margin-bottom: 3vw;
}
.juvelook .juvelook2 .inbox .title_box h3{
	gap:1vw;
	margin-bottom:3vw;
}
.juvelook .juvelook2 .inbox .title_box h3 span{
	font-size: 6vw;
}
.juvelook .juvelook2 .inbox .box{
	aspect-ratio: 1 / 0.4;
}
.juvelook .juvelook2 .inbox .box li div p{
	top:37%;
	font-size:1.8vw;
}
.juvelook .juvelook2 .inbox .box li img{
	width:15vw;
}
.juvelook .juvelook2 .inbox .box .bub1{
	top:5vw;
	left:33%;
	transform:translateX(-50%);
}
.juvelook .juvelook2 .inbox .box .bub2{
	top:12vw;
	left:34%;
	transform:translateX(-50%);
}
.juvelook .juvelook2 .inbox .box .bub3{
	top:18vw;
	left:34%;
	transform:translateX(-50%);
}
.juvelook .juvelook2 .inbox .box .bub3 div p{
	top:52%;
}
.juvelook .juvelook2 .inbox .box .bub4{
	top:7vw;
	right:34%;
	transform:translateX(50%);
}
.juvelook .juvelook2 .inbox .box .bub5{
	top:14vw;
	right:35%;
	transform:translateX(50%);
}

.juvelook .juvelook2 .inbox .box .bub6{
	top:20vw;
	right:34%;
	transform:translateX(50%);
}
.juvelook .juvelook2 .inbox .box .bub6 div p{
	top:52%;
}
.juvelook .juvelook3{
	padding:12vw 0;
}
.juvelook .juvelook3 .inbox .ttbox h3{
	margin-top:1vw;
}
.juvelook .juvelook3 .inbox .flex{
	margin-top:5vw;
	gap:2vw;
}
.juvelook .juvelook3 .inbox .flex li h6{
	font-size:2.5vw;
}
.juvelook .juvelook3 .inbox .flex li img{
	margin-bottom:3vw;
}
.juvelook .juvelook4{
	padding:12vw 0;
}
.juvelook .juvelook4 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.juvelook .juvelook4 .inbox .ttbox p{
	font-size:2.2vw;
}
.juvelook .juvelook4 .inbox .flex{
	margin-top:8vw;
	gap:2vw;
}
.juvelook .juvelook4 .inbox .flex li{
	width:40%;
	padding:3.5vw 0;
}
.juvelook .juvelook4 .inbox .flex li h6{
	font-size: 1.6vw;
	margin-bottom:2vw;
}


/*리쥬란*/
.rejuran .sub-visual{
	background-position: 60% 100%;
}
.rejuran .rejuran1 .inbox{
	padding:12vw 0;
}
.rejuran .rejuran1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.rejuran .rejuran1 .inbox .flex .left h5{
	margin-bottom:3vw;
}
.rejuran .rejuran1 .inbox .flex .left h4{
	margin-bottom:3vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.rejuran .rejuran1 .inbox .flex .right img{
	max-width:45vw;
}
.rejuran .rejuran2{
	padding:12vw 0;
}
.rejuran .rejuran2 .inbox .title_box h5{
	margin-bottom: 3vw;
}
.rejuran .rejuran2 .inbox .title_box h3{
	gap:1vw;
	margin-bottom:3vw;
}
.rejuran .rejuran2 .inbox .title_box h3 span{
	font-size: 6vw;
}
.rejuran .rejuran2 .inbox .box{
	aspect-ratio: 1 / 0.5;
}
.rejuran .rejuran2 .inbox .box li div p{
	top:37%;
	font-size:1.8vw;
}
.rejuran .rejuran2 .inbox .box li img{
	width:15vw;
}
.rejuran .rejuran2 .inbox .box .bub1{
	top:8vw;
	left:30%;
	transform:translateX(-50%);
}
.rejuran .rejuran2 .inbox .box .bub2{
	top:15vw;
	left:28.5%;
	transform:translateX(-50%);
}
.rejuran .rejuran2 .inbox .box .bub3{
	top:21.5vw;
	left:30%;
	transform:translateX(-50%);
}
.rejuran .rejuran2 .inbox .box .bub3 div p{
	top:52%;
}
.rejuran .rejuran2 .inbox .box .bub4{
	top:12vw;
	right:30%;
	transform:translateX(50%);
}
.rejuran .rejuran2 .inbox .box .bub5{
	top:19vw;
	right:28.5%;
	transform:translateX(50%);
}

.rejuran .rejuran2 .inbox .box .bub6{
	top:26vw;
	right:30%;
	transform:translateX(50%);
}
.rejuran .rejuran2 .inbox .box .bub6 div p{
	top:52%;
}
.rejuran .rejuran3{
	padding:12vw 0;
}
.rejuran .rejuran3 .inbox .ttbox h3{
	margin-top:1vw;
}
.rejuran .rejuran3 .inbox .flex{
	margin-top:8vw;
}
.rejuran .rejuran3 .inbox .flex .item{
	width:28%;
	cursor:point;
}
.rejuran .rejuran3 .inbox .flex .item .imgbox{
	background-size: auto 70%;
}
.rejuran .rejuran3 .inbox .flex .item:hover .imgbox{
	background-size: auto 70%;
}
.rejuran .rejuran3 .inbox .flex .item h6{
	font-size:2.2vw;
	margin:2vw 0 1vw;
	border-bottom:1px solid #999;
	padding-bottom:2vw;
}
.rejuran .rejuran3 .inbox .flex > div ul li{
	line-height:5vw;
}
.rejuran .rejuran3 .inbox .flex .item ul li{
	font-size:1.9vw;
}
.rejuran .rejuran3 .inbox .flex .comm ul li{
	font-size:1.4vw;
	color:#999;
}
.rejuran .rejuran4{
	padding:12vw 0;
}
.rejuran .rejuran4 .inbox .ttbox h3{
	margin:1vw 0 3vw;
}
.rejuran .rejuran4 .inbox .ttbox p{
	font-size:2.2vw;
}
.rejuran .rejuran4 .inbox .flex{
	margin-top:8vw;
	gap:2vw;
}
.rejuran .rejuran4 .inbox .flex li{
	width:40%;
	padding:3.5vw 0;
}
.rejuran .rejuran4 .inbox .flex li h6{
	font-size: 1.6vw;
	margin-bottom:2vw;
}
.rejuran .rejuran4 .inbox .text-box{
	margin-top:8vw;
	gap:2vw;
}
.rejuran .rejuran4 .inbox .text-box h6{
	font-size:2.5vw;
}

















}






/* 태블릿 */
@media (max-width: 1024px) {
/* 로그인 */
.member .login_area {
	padding: 15vw 0;
}
.member .login-container {
	width: 80vw;
}
.member .login_area .container .text {
	font-size: 2.8vw;
	padding: 5vw 0;
	border-radius: 2vw;
	margin-bottom: 10vw;
}
.member .input-group {
	margin-bottom: 5vw;
}
.member .input-group label {
	display: block;
	font-size: 3vw;
	margin-bottom: 1vw;
}
.member .input-group input[type="text"],
.member .input-group input[type="password"] {
	padding: 3vw 0; 
	font-size: 4vw;
}
.member .save-id-checkbox {
	font-size: 2.8vw;
}
.member .save-id-checkbox input[type="checkbox"] {
	margin-right: 2vw;
}
.member .login-button {
	width: 100%;
	padding: 3vw 0;
	margin-top: 10vw;
	font-size: 4vw;
}
.member .footer-links {
	font-size: 2.8vw;
	padding-top: 5vw;
	gap: 3vw;
	margin-top: 5vw;
}
.member .footer-links a {
	font-size: 3vw;
	line-height: 1;
}

/* 회원가입 */
.member .join_area {
    padding: 15vw 0;
}
.member .join_area .join_form {
	width: 80vw; 
}
.member .join_area .form_group {
    margin-bottom: 5vw;
}
.member .join_area .form_group:last-child {
	margin-top: 10vw;
}
.member .join_area .form_group label {
    margin-bottom: 2vw;
	font-size: 3vw;
}
.member .join_area .form_group label::after {
    margin-left: 1vw;
}
.member .join_area .form_group input[type="text"],
.member .join_area .form_group input[type="password"],
.member .join_area .form_group input[type="tel"],
.member .join_area .form_group input[type="email"] {
    padding: 3vw 2vw;
    border-radius: 1vw;
    font-size: 4vw;
}
.member .join_area .agreement_check {
    margin-top: 3vw;
	align-items:center;
}
.member .join_area .agreement_check input[type="checkbox"] {
    margin-right: 2vw;
}
.member .join_area .agreement_check label {
    font-size: 2.8vw;
	margin:0;
}
.member .join_area .submit_button {
    padding: 3vw 0;
    color: #fff;
    font-size: 4vw;
}

/* 개인정보 처리방침 (박스 및 서브페이지) */
.member .join_area .privacybox .privacy {
	padding: 3vw 2vw;
	height: 30vw;
	margin-top: 2vw;
}
.member .join_area .prevacy_wrap .privacy b {
	margin: 5vw 0 2vw;
}
.privacybox {
	padding: 15vw 0;
}
.privacybox .privacy h5 {
	font-size: 6vw;
	margin-bottom: 2vw;
}
.privacybox .privacy p {
	font-size: 3.2vw;
	word-break: keep-all; 
    overflow-wrap: break-word; 
}
.privacybox .privacy p br{
	display:none;
}
.privacybox .privacy div {
	padding-top: 5vw;
	margin-top: 5vw;
}
.privacybox .privacy div p {
	font-size: 2.8vw;
	word-break: keep-all; 
    overflow-wrap: break-word; 
}
.privacybox .privacy div p br{
	display:inline-block;
}
.privacybox .privacy h6 {
	font-size: 3vw;
	margin: 5vw 0 1vw;
}
.privacybox .checkbox-group {
	margin-top: 1vw;
	margin-bottom: 8vw;
}


/*오시는길진료안내*/
.visit .visit1 .inbox .box .adress{
	padding:1.5vw 0;
	margin-bottom:2vw;
}
.visit .visit1 .inbox .box .adress p{
	font-size:2vw;
}
.visit .visit1 .inbox .box .adress .btnbox{
	gap:1vw;
}
.visit .visit1 .inbox .box .adress .btnbox a{
	width: 15vw;
	height:4vw;
	line-height:4vw;
	font-size:1.5vw;
}
.visit .visit1 .inbox .box .directions > div{
	gap:1.5vw;
}
.visit .visit1 .inbox .box .directions > div h6{
	font-size:2vw;
	line-height:4vw;
	padding-right:1.5vw;
}
.visit .visit1 .inbox .box .directions > div p{
	line-height:4vw;
	font-size:2vw;
}
.visit .visit1 .inbox .box .directions > div h6:after{
	width:2px;
	height:2vw;
}
.visit .visit1 .inbox .box .directions .left div span{
	width:11vw;
	height:4vw;
	line-height:4vw;
	font-size:1.8vw;
	border-radius:2vw;
	margin-bottom:0.5vw;
}

/*프로모션*/
.promotion .promo_list .inbox .tab_contents .ev_list li .grid{
	grid-template-columns: repeat(2, 1fr); 
	gap: 8vw 3vw; 
}

/*입술필러*/
.lip_filler .sub-visual{
	background:url(/pub/img/signature/lipfiller_visual_m.png) no-repeat 50% 50%;
	background-size:cover;
}
.card-section { height: 110vw; }
.card { width: 40%; }

/*어깨필러*/
.shoulder_filler .sub-visual{
	background:url(/pub/img/signature/shoulderfiller_visual_m.png) no-repeat 50% 30%;
	background-size:cover;
}
/*쥬베룩*/
.juvelook .sub-visual{
	background:url(/pub/img/signature/juvelook_visual_m.png) no-repeat 50% 100%;
	background-size:cover;
}
/*리쥬란*/
.rejuran .sub-visual{
	background:url(/pub/img/signature/rejuran_visual_m.png) no-repeat 50% 100%;
	background-size:cover;
}
.rejuran .rejuran3 .inbox .flex .left .imgbox,
.rejuran .rejuran3 .inbox .flex .left:hover .imgbox{
	background:url(/pub/img/signature/rejuran3_1m.png) no-repeat 50% 50%;
	background-color:#00bbb3;
	background-size:auto 70%;
}
.rejuran .rejuran3 .inbox .flex .center .imgbox,
.rejuran .rejuran3 .inbox .flex .center:hover .imgbox{
	background:url(/pub/img/signature/rejuran3_2m.png) no-repeat 50% 50%;
	background-color:#fff;
	background-size:auto 70%;
}
.rejuran .rejuran3 .inbox .flex .right .imgbox,
.rejuran .rejuran3 .inbox .flex .right:hover .imgbox{
	background:url(/pub/img/signature/rejuran3_3m.png) no-repeat 50% 50%;
	background-color:#002c5c;
	background-size:auto 70%;
}





}


/* 모바일 */
@media (max-width: 768px) {

/*서브 공통*/
.sub h2{
	font-size:10vw;
}
.sub h2.en{
	font-size:15vw;
}
.sub h3{
	font-size:7vw;
}
.sub h3.en{
	font-size:9vw;
}
.sub h4{
	font-size:5.5vw;
}
.sub h4.en{
	font-size:7vw;
}
.sub h5{
	font-size:4vw;
}
.sub h5.en{
	font-size:5vw;
}
.sub p{
	font-size:3.5vw;
}
.sub .btn{
	height:8vw;
	line-height:8vw;
	width:20vw;
	font-size: 3vw;
}
.sub .sub-visual{
	height:80vh;
	min-height:100vw;
}
.sub .sub-visual .title_box h5{
	margin-top:2vw;
}
.sub .sub-visual .title_box p{
	margin-top:5vw;
	font-size:3.5vw;
}






/*병원소개*/
.about_sei .about1 .inbox{
	padding:15vw 0;
}
.about_sei .about1 .inbox .flex{
	justify-content:center;
	align-items:center;
	flex-direction: column; 
	gap:10vw;
}
.about_sei .about1 .inbox .flex .left{
	width:100%;
	padding-left:2vw;
}
.about_sei .about1 .inbox .flex .left .cline{
	width:1px;
	height:25vw;
	left:auto;
	right:2vw;
}
.about_sei .about1 .inbox .flex .left h6{
	font-size:3vw;
	margin-bottom:3vw;
}
.about_sei .about1 .inbox .flex .left h4.en{
	margin-bottom:3vw;
}
.about_sei .about1 .inbox .flex .left p{
	font-size:3vw;
}
.about_sei .about1 .inbox .flex .left p br{
	display:none;
}
.about_sei .about1 .inbox .flex .right img{
	max-width:90vw;
}
.about_sei .about2{
	padding:15vw 0;
}
.about_sei .about2 h5{
	font-size:3.5vw;
	margin-bottom:2vw;
}
.about_sei .about2 .flex{
	margin-top:10vw;
	align-items:flex-end;
}
.about_sei .about2 .flex .left{
	max-width:508px;
	width:40%;
}
.about_sei .about2 .flex .right{
	width:50%;
	max-width:508px;
}
.about_sei .about2 .flex .right img{
	max-width:57px;
	width:6vw;
}
.about_sei .about2 .flex .right p{
	margin:2vw 0 3vw;
}
.about_sei .about2 .flex .right p b{
	font-size:5vw;
}
.about_sei .about2 .flex .right ul li{
	font-size: 3vw;
	margin-bottom:1vw;
}
.about_sei .about3{
	padding:15vw 0;
}
.about_sei .about3 h3:after{
	width:1px;
	height:3vw;
	margin:1vw auto 2vw;
}
.about_sei .about3 p{
	margin-bottom:3vw;
}
.about_sei .about3 p .mbr{
	display:inline-block;
}
.about_sei .about4{
	padding:15vw 0;
}
.about_sei .about4 .flex{
	gap:8vw;
	margin-bottom:15vw;
	flex-direction:column;
}
.about_sei .about4 .flex.reverse{
	flex-direction: column;
}
.about_sei .about4 .flex .imgbox{
	max-width:100%;
}
.about_sei .about4 .flex .imgbox img{
	max-width:500px;
	width:100%;
}
.about_sei .about4 .flex .textbox {
	max-width:100%;
	width:94%;
	position:relative;
}
.about_sei .about4 .flex.reverse .textbox{
	text-align:left;
}
.about_sei .about4 .flex .textbox .btnbox{
	position:absolute;
	top:50%;
	right:0;
	margin-top:0;
	transform:translateY(-50%);
}
.about_sei .about4 .flex .textbox .btnbox ul{
	top:auto;
	bottom:11vw;
	left:auto;
	right:0;
	width:40vw;
	padding:3vw;
	border-radius:3vw;
	text-align:right;
	background:rgba(255,255,255,0.9);
}
.about_sei .about4 .flex.reverse .textbox .btnbox ul{
	right:0;
}
.about_sei .about4 .flex .textbox .btnbox ul li{
	font-size:3vw;
	padding:1vw 0;
}

/*오시는길진료안내*/
.visit .visit1{
	padding:15vw 0;
}
.visit .visit1 .inbox .box{
	margin-top:8vw;
}
.visit .visit1 .inbox .box .map{
	width:100%;
	height:70vw;
}
.visit .visit1 .inbox .box .adress{
	padding:5vw 0;
	margin-bottom:5vw;
	flex-direction:column;
	gap:3vw;
}
.visit .visit1 .inbox .box .adress p{
	font-size:3.5vw;
}
.visit .visit1 .inbox .box .adress .btnbox{
	gap:2vw;
}
.visit .visit1 .inbox .box .adress .btnbox a{
	width: 30vw;
	height:8vw;
	line-height:8vw;
	font-size:3vw;
}
.visit .visit1 .inbox .box .adress .btnbox a img{
	margin-right:0.5vw;
	max-height:50%;
}
.visit .visit1 .inbox .box .directions{
	flex-direction:column;
	gap:5vw;
	padding-left:5vw;
}
.visit .visit1 .inbox .box .directions > div{
	gap:3vw;
}
.visit .visit1 .inbox .box .directions .left{
	width: 100%;
	border-right:0;
}
.visit .visit1 .inbox .box .directions .right{
	text-align:left;
}
.visit .visit1 .inbox .box .directions > div h6{
	font-size:3.5vw;
	line-height:6vw;
	padding-right:1vw;
}
.visit .visit1 .inbox .box .directions > div p{
	line-height:6vw;
	font-size:3.5vw;
}
.visit .visit1 .inbox .box .directions > div p .mbr{
	display:inline-block;
}
.visit .visit1 .inbox .box .directions > div h6{
	width:15vw;
}
.visit .visit1 .inbox .box .directions > div h6:after{
	width:2px;
	height:3.5vw;
}
.visit .visit1 .inbox .box .directions .left div span{
	width:20vw;
	height:6vw;
	line-height:6vw;
	font-size:3vw;
	border-radius:3vw;
	margin-bottom:2vw;
}
.visit .visit1 .inbox .box .directions .left div .linesb{
	margin-left:0.5vw;
}
.visit .visit2{
	padding:20vw 0;
}
.visit .visit2 .box{
	margin-top:8vw;
}
.visit .visit2 .box .flex{
	gap:5vw;
	flex-direction:column;
}
.visit .visit2 .box .flex h5{
	gap:2vw;
}
.visit .visit2 .box .flex h5 span{
	padding-right:1vw;
}
.visit .visit2 .box .flex .dot{
	width:0.6vw;
	height:0.6vw;
}
.visit .visit2 .box p{
	margin-top:8vw;
}


/*프로모션*/
.promotion .promo_list{
	padding:15vw 0;
}
.promotion .promo_list .inbox{
	gap:10vw;
}
.promotion .promo_list .inbox .tab_menu{
	height:12vw;
	border-radius:6vw;
	padding: 1vw;
}
.promotion .promo_list .inbox .tab_menu .flex{
	height:100%;
	gap:1vw;
}
.promotion .promo_list .inbox .tab_menu .flex li{
	width:35vw;
	height:10vw;
	line-height:10vw;
	border-radius:5vw;
	font-size:3.5vw;
}
.promotion .promo_list .inbox .tab_contents .adm_btn{
	gap:1vw;
	margin-bottom:5vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid{
	gap: 10vw 2vw; 
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .imgbox{
	margin-bottom:5vw;
	border-radius:3vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .imgbox .mark{
	position:absolute;
	top:1.5vw;
	right:1.5vw;
	font-size:2.5vw;
	width:12vw;
	height:6vw;
	border-radius:3vw;
	line-height:6vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .textbox h6{
	font-size: 3.8vw;
}
.promotion .promo_list .inbox .tab_contents .ev_list li .grid .event .textbox .date{
	font-size:2.8vw;
	margin-top:1vw;
}
.promotion .promo_view{
	padding:15vw 0;
}
.promotion .promo_view .inbox .view_title{
	justify-content:center;
	flex-direction:column;
	padding:5vw 2vw;
	gap:3vw;
}
.promotion .promo_view .inbox .view_title h6{
	font-size:6vw;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	gap:3vw;
}
.promotion .promo_view .inbox .view_title h6 span{
	margin-right:0;
	width:12vw;
	height:5vw;
	line-height:5vw;
	border-radius:2.5vw;
	font-size: 2.5vw;
}
.promotion .promo_view .inbox .view_title .date{
	font-size:3vw;
}
.promotion .promo_view .inbox .view_contents{
	padding:5vw 0;
}
.promotion .promo_view .inbox .view_btnbox{
	gap:1vw;
	margin-top:5vw;
}
.promotion .promo_view .inbox .view_btnbox .adm_btn{
	position:relative;
	gap:1vw;
}
.promotion .promo_write{
	padding:15vw 0;
}
.promotion .promo_write table tr td{
	padding:4vw 0vw;
}
.promotion .promo_write table tr td label{
	font-size:3.5vw;
	margin-bottom:2vw;
}
.promotion .promo_write table tr td select{
	height:12vw;
	padding:1vw;
	font-size:3vw;
}
.promotion .promo_write table tr td select option{
	padding:1vw;
}
.promotion .promo_write table tr td input[type="text"]{
	height:12vw;
	padding:1vw;
	font-size:3vw;
}
.promotion .promo_write table tr td input[type="date"]{
	width:48%;
	height:12vw;
	padding:1vw;
	font-size:3vw;
}
.promotion .promo_write table tr td textarea{
	height:30vw;
	padding:1vw;
	font-size:3vw;
}
.promotion .promo_write table tr td .filebox {
  gap: 1vw;
  height:10vw;
}
.promotion .promo_write table tr td .filebox input {
  font-size: 3vw;
   height:10vw;
}
.promotion .promo_write table tr td .filebox .upload-name {
  height: 10vw;
  padding: 1vw;
}
.promotion .promo_write table tr td .filebox .upload-button {
  font-size:3vw;
  padding:0 2vw;
}
.promotion .promo_write .write_btnbox{
	margin-top:3vw;
	gap:1vw;
}






/*입술필러*/
.lip_filler .sub-visual{
	background-position: 50% 65%;
}
.lip_filler .lipfiller1{
	padding:15vw 0;
}
.lip_filler .lipfiller1 .ttbox{
	margin-bottom:10vw;
}
.lip_filler .lipfiller1 .ttbox h3{
	margin-top:5vw;
}
.lip_filler .lipfiller1 .ttbox b{
	padding:0 2vw;
}
.card-section {
	height: 130vw;
	padding:0 5vw;
}
.card-container {
	width: 100%;
	height: 30vw;
}
.card {
	width: 48%; 
	border-radius: 3vw;
	padding: 4vw;
}
.card .h_flex h3{
	font-size:7vw;
}
.card .h_flex .text img{
	width:10vw;
}
.card .h_flex .text h6{
	font-size:3.8vw;
	margin:2vw 0;
}
.card .h_flex .text p{
	font-size:2.8vw;
}
.lip_filler .lipfiller2 .inbox{
	padding:15vw 0;
}
.lip_filler .lipfiller2 .inbox .flex{
	flex-direction:column;
	align-items:flex-start;
	gap:10vw;
}
.lip_filler .lipfiller2 .inbox .flex .left{
	width:100%;
}
.lip_filler .lipfiller2 .inbox .flex .left br{
	display:none;
}
.lip_filler .lipfiller2 .inbox .flex .left .mbr{
	display:inline-block;
}
.lip_filler .lipfiller2 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.lip_filler .lipfiller2 .inbox .flex .left h5{
	margin-bottom:5vw;
}
.lip_filler .lipfiller2 .inbox .flex .left h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.lip_filler .lipfiller2 .inbox .flex .left p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.lip_filler .lipfiller2 .inbox .flex .right img{
	max-width:100%;
}
.lip_filler .lipfiller3{
	padding:15vw 0;
}
.lip_filler .lipfiller3 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.lip_filler .lipfiller3 .inbox .ttbox p{
	font-size:3.8vw;
}
.lip_filler .lipfiller3 .mbr{
	display:inline-block;
}
.lip_filler .lipfiller3 .inbox .flex{
	margin:10vw 0;
	gap:1.5vw;
}
.lip_filler .lipfiller3 .inbox .flex li{
	width:49%;
	padding:5vw 0;
}
.lip_filler .lipfiller3 .inbox .flex li:nth-child(2n){
	color:#fff;
	background:#a81c43;
	border:0;
}
.lip_filler .lipfiller3 .inbox .flex li:nth-child(2),
.lip_filler .lipfiller3 .inbox .flex li:nth-child(3),
.lip_filler .lipfiller3 .inbox .flex li:nth-child(5){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.lip_filler .lipfiller3 .inbox .flex li h6{
	font-size: 2.8vw;
	margin-bottom:2vw;
}
.lip_filler .lipfiller3 .inbox .flex li:nth-child(2n) h6{
	color:#ffb9c9;
}
.lip_filler .lipfiller3 .inbox .flex li:nth-child(2) h6,
.lip_filler .lipfiller3 .inbox .flex li:nth-child(3) h6,
.lip_filler .lipfiller3 .inbox .flex li:nth-child(5) h6{
	color:#a81c43;
}


.product_area{
	padding:15vw 0;
}
.product_area h3{
	margin-bottom:10vw;
}

.product_area .flex{
	padding-bottom:10vw;
}
/* .product_area .flex li{ */
	/* width:45%; */
	/* margin-bottom:10vw; */
/* } */
/* .product_area .flex li:last-child{ */
	/* margin-bottom:0; */
/* } */
.product_area .flex li .imgbox{
	background:#fff;
	width:100%;
	height:55vw;
}
.product_area .flex li .imgbox img{
	max-height:80%;
}
.product_area .flex li .textbox {
	display:flex;
	padding:3vw 1vw;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.product_area .flex li .textbox h6{
	font-size:3.2vw;
}
.product_area .flex li .textbox span{
	font-size:2.6vw;
}
.product_area .product-pagination .swiper-pagination-bullet{
	width:1vw;
	height:1vw;
	margin:0 0.5vw;
}
.lip_filler .lipfiller5{
	padding:8vw 0;
	background-position:68% 50%;
}
.lip_filler .lipfiller5 .inbox{
	padding:7vw 5vw;
	padding-right:0;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
}
.lip_filler .lipfiller5 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.lip_filler .lipfiller5 .inbox .ttbox p{
	font-size:2.8vw;
}
.lip_filler .lipfiller5 .inbox .flex{
	margin-top:8vw;
}
.lip_filler .lipfiller5 .inbox .flex li{
	padding:0 3.5vw;
	/* width:22%; */
}
.lip_filler .lipfiller5 .inbox .flex li:first-child{
	padding-left:1vw;
}
.lip_filler .lipfiller5 .inbox .flex li h6{
	font-size:2.8vw;
	margin:1vw 0;
}
.lip_filler .lipfiller5 .inbox .flex li p{
	font-size:2.4vw;
}
.BeforeAfter{
	padding:15vw 0;
}
.BeforeAfter .inbox h3{
	margin-bottom:10vw;
}
.BeforeAfter .inbox .flex{
	flex-direction:column;
}
.BeforeAfter .inbox .flex li{
	margin-bottom:5vw;
	width:100%;
}
.BeforeAfter .inbox .flex li h6{
	font-size:3.5vw;
	margin-top:2vw;
}
.BeforeAfter .inbox .btn_wh{
	width:50vw;
	height:10vw;
	line-height:9.8vw;
	font-size:3.5vw;
}
.QNA{
	padding:15vw 0;
}
.QNA .inbox{
	flex-wrap:wrap;
	/* gap:3vw; */
}
.QNA .inbox .left{
	width:100%;
	padding-bottom:10vw;
	text-align:center;
}
.QNA .inbox .left p{
	font-size:2.8vw;
	margin-top:3vw;
}
.QNA .inbox .left p br{
	display:none;
}
.QNA .inbox .right{
	width:100%;
	max-width:auto;
	height:80vw;
	border-radius: 5vw;
}
.QNA .inbox .right ul li .qna-card{
	padding:5vw 5vw 12vw;
	height:100%;
}
.QNA .inbox .right ul li .qna-card .q-area{
	gap:3vw;
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:3vw;
	flex-direction:column;
	
}
.QNA .inbox .right ul li .qna-card .q-area .q-symbol{
	font-size: 4vw;
	width:7vw;
	height:7vw;
	line-height:6.8vw;
}
.QNA .inbox .right ul li .qna-card .q-area h4{
	font-size: 4vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.QNA .inbox .right ul li .qna-card .a-area{
	padding: 5vw 2vw 0;
}
.QNA .inbox .right ul li .qna-card .a-area p{
	font-size:2.8vw;
	line-height:1.6;
	text-align:center;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.QNA .inbox .right ul li .qna-card .a-area p br{
	display: none;
}
.QNA .inbox .right .qna-footer{
	padding:0 5vw;
	height:12vw;
}
.QNA .inbox .right .qna-footer .swiper-pagination{
	font-size:2.8vw;
}
.QNA .inbox .right .qna-footer .swiper-navigation{
	gap:1vw;
}
.QNA .inbox .right .qna-footer .swiper-navigation button{
	width:7vw;
	height:7vw;
}
.QNA .inbox .right .qna-footer .swiper-navigation button:after{
	font-size:2.8vw;
}





/*어깨필러*/
.shoulder_filler .sub-visual{
	background-position: 50% 65%;
}
.shoulder_filler .shoulderfiller1{
	padding:15vw 0;
}
.shoulder_filler .shoulderfiller1 .ttbox{
	margin-bottom:10vw;
}
.shoulder_filler .shoulderfiller1 .ttbox h3{
	margin-top:5vw;
}
.shoulder_filler .shoulderfiller1 .ttbox b{
	padding:0 2vw;
}
.shoulder_filler .shoulderfiller2 .inbox{
	padding:15vw 0;
}
.shoulder_filler .shoulderfiller2 .inbox .flex{
	flex-direction:column;
	align-items:flex-start;
	gap:10vw;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left{
	width:100%;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left br{
	display:none;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left .mbr{
	display:inline-block;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left h5{
	margin-bottom:5vw;
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.shoulder_filler .shoulderfiller2 .inbox .flex .left p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.shoulder_filler .shoulderfiller2 .inbox .flex .right img{
	max-width:100%;
}
.shoulder_filler .shoulderfiller3{
	padding:15vw 0;
}
.shoulder_filler .shoulderfiller3 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.shoulder_filler .shoulderfiller3 .inbox .ttbox p{
	font-size:3.8vw;
}
.shoulder_filler .shoulderfiller3 .mbr{
	display:inline-block;
}
.shoulder_filler .shoulderfiller3 .inbox .flex{
	margin:10vw 0;
	gap:1.5vw;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li{
	width:49%;
	padding:5vw 0;
	letter-spacing:-1px;
}
.shoulder_filler .shoulderfiller3 .inbox .flex li h6{
	font-size: 2.8vw;
	margin-bottom:2vw;
}
.shoulder_filler .shoulderfiller4{
	padding:15vw 0;
}
.shoulder_filler .shoulderfiller4 .flex{
	gap:10vw;
	flex-direction:column;
	align-items:flex-start;
}
.shoulder_filler .shoulderfiller4 .flex .imgbox{
	max-width:100%;
}
.shoulder_filler .shoulderfiller4 .flex .textbox h3{
	margin:3vw 0 8vw;
}
.shoulder_filler .shoulderfiller4 .flex .textbox ul li {
	margin-bottom:2vw;
}
.shoulder_filler .shoulderfiller4 .flex .textbox ul li h6{
	font-size:4.5vw;
	width:7vw;
}
.shoulder_filler .shoulderfiller6{
	padding:8vw 0;
	background-position:75% 50%;
}
.shoulder_filler .shoulderfiller6 .inbox{
	padding:7vw 5vw;
	padding-right:0;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
}
.shoulder_filler .shoulderfiller6 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.shoulder_filler .shoulderfiller6 .inbox .ttbox p{
	font-size:2.8vw;
}
.shoulder_filler .shoulderfiller6 .inbox .flex{
	margin-top:8vw;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li{
	padding:0 3.5vw;
	/* width:22%; */
}
.shoulder_filler .shoulderfiller6 .inbox .flex li:first-child{
	padding-left:1vw;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li h6{
	font-size:2.8vw;
	margin:1vw 0;
}
.shoulder_filler .shoulderfiller6 .inbox .flex li p{
	font-size:2.4vw;
}


/*울써마지*/
.ulthermage .sub-visual{
	background:url(/pub/img/signature/ulthermage_visual_m.png) no-repeat 50% 50%;
	background-size:cover;
}
.ulthermage .ulthermage1 .inbox{
	padding:15vw 0;
}
.ulthermage .ulthermage1 .inbox .flex{
	flex-direction:column;
	align-items:flex-start;
	gap:10vw;
}
.ulthermage .ulthermage1 .inbox .flex .left{
	width:100%;
}
.ulthermage .ulthermage1 .inbox .flex .left br{
	display:none;
}
.ulthermage .ulthermage1 .inbox .flex .left .mbr{
	display:inline-block;
}
.ulthermage .ulthermage1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.ulthermage .ulthermage1 .inbox .flex .left h5{
	margin-bottom:5vw;
}
.ulthermage .ulthermage1 .inbox .flex .left h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.ulthermage .ulthermage1 .inbox .flex .left p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.ulthermage .ulthermage1 .inbox .flex .right img{
	max-width:95%;
}
.ulthermage .ulthermage2{
	padding:15vw 0;
}
.ulthermage .ulthermage2 .inbox .center{
	width:5vw;
}
.ulthermage .ulthermage2 .inbox div.flex{
	gap:5vw;
	margin:8vw 0 12vw;
}
.ulthermage .ulthermage2 .inbox div.flex div p{
	margin:5vw 0 2vw;
}
.ulthermage .ulthermage2 .inbox div.flex div p .mbr{
	display:inline-block;
}
.ulthermage .ulthermage2 .inbox .sub_flex{
	gap:8vw;
	flex-wrap:wrap;
}
.ulthermage .ulthermage2 .inbox .sub_flex li{
	width:35vw;
}
.ulthermage .ulthermage2 .inbox .sub_flex li p{
	font-size:3vw;
	margin-top:3vw;
}
.ulthermage .ulthermage3{
	padding:15vw 0;
}
.ulthermage .ulthermage3 .mbr{
	display:inline-block;
}
.ulthermage .ulthermage3 .inbox .ttbox p{
	margin-top:5vw;
	font-size:3.8vw;
}
.ulthermage .ulthermage3 .inbox .flex{
	justify-content:center;
	gap:5vw;
	margin:12vw 0;
	flex-wrap:wrap;
}
.ulthermage .ulthermage3 .inbox .flex li{
	gap:3vw;
	max-width:40vw;
}
.ulthermage .ulthermage3 .inbox .flex li p{
	margin-top:1vw;
}
.ulthermage .ulthermage4 .inbox{
	padding:15vw 0;
}
.ulthermage .ulthermage4 .inbox .flex{
	flex-direction:column-reverse;
	align-items:flex-end;
	gap:10vw;
}
.ulthermage .ulthermage4 .inbox .flex .right{
	width:100%;
}
.ulthermage .ulthermage4 .inbox .flex .right br{
	display:none;
}
.ulthermage .ulthermage4 .inbox .flex .right .cline{
	height:10vw;
}
.ulthermage .ulthermage4 .inbox .flex .right h5{
	margin-bottom:5vw;
}
.ulthermage .ulthermage4 .inbox .flex .right h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.ulthermage .ulthermage4 .inbox .flex .right p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.ulthermage .ulthermage4 .inbox .flex .left img{
	max-width:100%;
}
.ulthermage .ulthermage5{
	padding:15vw 0;
}
.ulthermage .ulthermage5 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.ulthermage .ulthermage5 .inbox .ttbox p{
	font-size:3.8vw;
}
.ulthermage .ulthermage5 .mbr{
	display:inline-block;
}
.ulthermage .ulthermage5 .inbox .flex{
	margin:10vw 0;
	gap:1.5vw;
}
.ulthermage .ulthermage5 .inbox .flex li{
	width:49%;
	padding:5vw 0;
}
.ulthermage .ulthermage5 .inbox .flex li:nth-child(2n){
	color:#fff;
	background:#a81c43;
	border:0;
}
.ulthermage .ulthermage5 .inbox .flex li:nth-child(2),
.ulthermage .ulthermage5 .inbox .flex li:nth-child(3),
.ulthermage .ulthermage5 .inbox .flex li:nth-child(6){
	background:#fff;
	color:#111;
	border:1px solid #a81c43;
}
.ulthermage .ulthermage5 .inbox .flex li h6{
	font-size: 2.8vw;
	margin-bottom:2vw;
}
.ulthermage .ulthermage5 .inbox .flex li:nth-child(2n) h6{
	color:#ffb9c9;
}
.ulthermage .ulthermage5 .inbox .flex li:nth-child(2) h6,
.ulthermage .ulthermage5 .inbox .flex li:nth-child(3) h6,
.ulthermage .ulthermage5 .inbox .flex li:nth-child(6) h6{
	color:#a81c43;
}

.way-wrap .way-inner{
	 flex-direction:column;
}
.way-wrap .way-left {
    width: 100%; 
	height:50vh;
    padding: 15vw 0; 
    position: relative;
	box-sizing:border-box;
	text-align:center;
}
.way-wrap .way-left div{
	padding-left:0;
	top:50%;
}
.way-wrap .way-left h3 {
    margin-bottom: 5vw;
}
.way-wrap .way-left p {
    font-size: 3vw;
}
.way-wrap .way-right {
    width: 100%; 
    padding: 15vw 7.5vw; 
    box-sizing: border-box; 
}
.way-wrap .right-item {
    height:auto;
	min-height: fit-content;
	margin-bottom:10vw;
}

.way-wrap .item-txt,
.way-wrap .item-img{
	transform: translateY(0px);
}
.way-wrap .item-txt h6{
	font-size:3vw;
	margin-bottom:5vw;
}
.way-wrap .item-txt h4 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.way-wrap .item-txt p {
    font-size: 2.8vw;
    line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.way-wrap .item-txt p br{
	display:none;
}



/*리투오*/
.re2o .sub-visual{
	background:url(/pub/img/signature/re2o_visual_m.png) no-repeat 90% 100%;
	background-size:cover;
}
.re2o .re2o1 .inbox{
	padding:15vw 0;
}
.re2o .re2o1 .inbox .flex{
	flex-direction:column;
	align-items:flex-start;
	gap:10vw;
}
.re2o .re2o1 .inbox .flex .left{
	width:100%;
}
.re2o .re2o1 .inbox .flex .left br{
	display:none;
}
.re2o .re2o1 .inbox .flex .left .mbr{
	display:inline-block;
}
.re2o .re2o1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.re2o .re2o1 .inbox .flex .left h5{
	margin-bottom:5vw;
}
.re2o .re2o1 .inbox .flex .left h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.re2o .re2o1 .inbox .flex .left p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.re2o .re2o1 .inbox .flex .right img{
	max-width:95%;
}
.re2o .re2o2{
	padding:15vw 0;
}
.re2o .re2o2 .inbox .title_box h5{
	margin-bottom: 5vw;
}
.re2o .re2o2 .inbox .title_box h3{
	gap:2vw;
}
.re2o .re2o2 .inbox .title_box h3 span{
	font-size: 9vw;
}
.re2o .re2o2 .inbox .img{
	margin:8vw auto 10vw;
	width:35vw;
	max-width:223px;
}
.re2o .re2o2 .inbox p br{
	display:none;
}
.re2o .re2o2 .inbox p .mbr{
	display:inline-block;
}
.re2o .re2o2 .inbox .box .cir1{
	width:30vw;
	height:30vw;
	top: 35%;
	left:0%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir1 h6,
.re2o .re2o2 .inbox .box .cir1 p{
	font-size:4vw;
}
.re2o .re2o2 .inbox .box .cir1 h6 span{
	font-size: 8vw;
	letter-spacing:-1px;
}
.re2o .re2o2 .inbox .box .cir2{
	width:22vw;
	height:22vw;
	top: 65%;
	left:15%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir2 h6,
.re2o .re2o2 .inbox .box .cir2 p{
	font-size:3vw;
}
.re2o .re2o2 .inbox .box .cir2 h6 span{
	font-size: 5vw;
}
.re2o .re2o2 .inbox .box .cir3{
	width:18vw;
	height:18vw;
	top: 62%;
	right:16%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir3 h6,
.re2o .re2o2 .inbox .box .cir3 p{
	font-size:2.8vw;
}
.re2o .re2o2 .inbox .box .cir3 h6 span{
	font-size: 5vw;
}
.re2o .re2o2 .inbox .box .cir4{
	width:26vw;
	height:26vw;
	top: 40%;
	right:0%;
	transform:translateY(-50%);
}
.re2o .re2o2 .inbox .box .cir4 h6,
.re2o .re2o2 .inbox .box .cir4 p{
	font-size:3.5vw;
}
.re2o .re2o2 .inbox .box .cir4 h6 span{
	font-size: 7vw;
	letter-spacing:-1px;
}
.re2o .re2o3{
	padding:15vw 0;
}
.re2o .re2o3 .inbox .title_box h5{
	margin-bottom:5vw;
}
.re2o .re2o3 .inbox .title_box h3 span{
	font-size: 9vw;
}
.re2o .re2o3 .inbox .title_box p{
	margin-top:5vw;
}
.re2o .re2o3 .inbox .flex{
	gap:5vw;
	margin-top:10vw;
	padding-right:0;
	flex-direction:column;
}
.re2o .re2o3 .inbox .flex .left{
	padding-right:5vw;
}
.re2o .re2o3 .inbox .flex .center{
	max-width:8vw;
	transform:rotate(90deg);
}
.re2o .re2o3 .inbox .flex .right{
	width:100%;
	border-radius:1vw;
	padding:3vw 0;
	display:flex;
	flex-wrap:wrap;
}
.re2o .re2o3 .inbox .flex .right li{
	width:25%;
	padding:2vw 0;
	font-size:3vw;
	border:0;
	box-sizing:border-box;
	position:relative;
}
.re2o .re2o3 .inbox .flex .right li:after{
	content:"";
	display:block;
	width:1px;
	height:2vw;
	background:rgba(255,255,255,0.5);
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.re2o .re2o3 .inbox .flex .right li:nth-child(4n):after,
.re2o .re2o3 .inbox .flex .right li:last-child:after{
	display:none;
}
.re2o .re2o3 .inbox .pp{
	margin:12vw 0 8vw;
}
.re2o .re2o3 .inbox .imgbox .pc{
	display:none;
}
.re2o .re2o3 .inbox .imgbox .mobile{
	display:block;
	width:70vw;
	margin:0 auto;
}





.re2o .re2o4{
	padding:15vw 0;
}
.re2o .re2o4 .mbr{
	display:inline-block;
}
.re2o .re2o4 .inbox .ttbox p{
	margin-top:5vw;
	font-size:3.8vw;
}
.re2o .re2o4 .inbox .flex{
	justify-content:center;
	gap:5vw;
	margin:12vw 0;
	flex-wrap:wrap;
}
.re2o .re2o4 .inbox .flex li{
	gap:2vw;
	max-width:40vw;
}
.re2o .re2o4 .inbox .flex li p{
	margin-top:1vw;
}
.re2o .re2o4 .inbox .flex li span{
	font-size: 2.8vw;
}
.re2o .re2o5 .inbox{
	padding:15vw 0;
}
.re2o .re2o5 .inbox .flex{
	flex-direction:column-reverse;
	align-items:flex-end;
	gap:10vw;
}
.re2o .re2o5 .inbox .flex .right{
	width:100%;
}
.re2o .re2o5 .inbox .flex .right br{
	display:none;
}
.re2o .re2o5 .inbox .flex .right .cline{
	height:10vw;
}
.re2o .re2o5 .inbox .flex .right h5{
	margin-bottom:5vw;
}
.re2o .re2o5 .inbox .flex .right h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.re2o .re2o5 .inbox .flex .right p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.re2o .re2o5 .inbox .flex .left img{
	max-width:100%;
}
.re2o .re2o6{
	padding:15vw 0;
}
.re2o .re2o6 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.re2o .re2o6 .inbox .ttbox p{
	font-size:3.8vw;
}
.re2o .re2o6 .mbr{
	display:inline-block;
}
.re2o .re2o6 .inbox .flex{
	margin:10vw 0;
	gap:1.5vw;
}
.re2o .re2o6 .inbox .flex li{
	width:49%;
	padding:5vw 0;
	letter-spacing:-1px;
}
.re2o .re2o6 .inbox .flex li h6{
	font-size: 2.8vw;
	margin-bottom:2vw;
}
.re2o .re2o6 .inbox .flex li br{
	display:none;
}
.re2o .re2o6 .inbox .flex li .mbr{
	display:inline-block;
}




/*쥬베룩*/
.juvelook .juvelook1 .inbox{
	padding:15vw 0;
}
.juvelook .juvelook1 .inbox .flex{
	flex-direction:column;
	align-items:flex-start;
	gap:10vw;
}
.juvelook .juvelook1 .inbox .flex .left{
	width:100%;
}
.juvelook .juvelook1 .inbox .flex .left br{
	display:none;
}
.juvelook .juvelook1 .inbox .flex .left .mbr{
	display:inline-block;
}
.juvelook .juvelook1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.juvelook .juvelook1 .inbox .flex .left h5{
	margin-bottom:5vw;
}
.juvelook .juvelook1 .inbox .flex .left h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.juvelook .juvelook1 .inbox .flex .left p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.juvelook .juvelook1 .inbox .flex .right img{
	max-width:95%;
}
.juvelook .juvelook2{
	padding:15vw 0;
}
.juvelook .juvelook2 .mbr{
	display:inline-block;
}
.juvelook .juvelook2 .inbox .title_box h5{
	margin-bottom: 5vw;
}
.juvelook .juvelook2 .inbox .title_box h3{
	gap:1vw;
	margin-bottom:3vw;
}
.juvelook .juvelook2 .inbox .title_box h3 span{
	font-size: 8.5vw;
}
.juvelook .juvelook2 .inbox .box{
	aspect-ratio: 1 / 0.8;
}
.juvelook .juvelook2 .inbox .box li div p{
	top:37%;
	font-size:3vw;
}
.juvelook .juvelook2 .inbox .box li img{
	width:30vw;
}
.juvelook .juvelook2 .inbox .box .bub1{
	top:11vw;
	left:4%;
	transform:translateX(0%);
}
.juvelook .juvelook2 .inbox .box .bub2{
	top:25vw;
	left:6%;
	transform:translateX(0%);
}
.juvelook .juvelook2 .inbox .box .bub3{
	top:38vw;
	left:4%;
	transform:translateX(0%);
}
.juvelook .juvelook2 .inbox .box .bub3 div p{
	top:52%;
}
.juvelook .juvelook2 .inbox .box .bub4{
	top:15vw;
	right:4%;
	transform:translateX(0%);
}
.juvelook .juvelook2 .inbox .box .bub5{
	top:29vw;
	right:5%;
	transform:translateX(0%);
}

.juvelook .juvelook2 .inbox .box .bub6{
	top:42vw;
	right:4%;
	transform:translateX(0%);
}
.juvelook .juvelook2 .inbox .box .bub6 div p{
	top:52%;
}
.juvelook .juvelook3{
	padding:15vw 0;
}
.juvelook .juvelook3 .inbox .ttbox h3{
	margin-top:2vw;
}
.juvelook .juvelook3 .inbox .flex{
	margin-top:10vw;
	gap:10vw;
	flex-direction:column;
}
.juvelook .juvelook3 .inbox .flex li h6{
	font-size:4vw;
}
.juvelook .juvelook3 .inbox .flex li img{
	width:65vw;
	margin:0 auto 5vw;
}
.juvelook .juvelook4{
	padding:15vw 0;
}
.juvelook .juvelook4 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.juvelook .juvelook4 .inbox .ttbox p{
	font-size:3.8vw;
}
.juvelook .juvelook4 .mbr{
	display:inline-block;
}
.juvelook .juvelook4 .inbox .flex{
	margin:10vw 0;
	gap:1.5vw;
}
.juvelook .juvelook4 .inbox .flex li{
	width:49%;
	padding:5vw 0;
	letter-spacing:-1px;
}
.juvelook .juvelook4 .inbox .flex li h6{
	font-size: 2.8vw;
	margin-bottom:2vw;
}





/*리쥬란*/
.rejuran .rejuran1 .inbox{
	padding:15vw 0;
}
.rejuran .rejuran1 .inbox .flex{
	flex-direction:column;
	align-items:flex-start;
	gap:10vw;
}
.rejuran .rejuran1 .inbox .flex .left{
	width:100%;
}
.rejuran .rejuran1 .inbox .flex .left br{
	display:none;
}
.rejuran .rejuran1 .inbox .flex .left .mbr{
	display:inline-block;
}
.rejuran .rejuran1 .inbox .flex .left .cline{
	width:1px;
	height:10vw;
}
.rejuran .rejuran1 .inbox .flex .left h5{
	margin-bottom:5vw;
}
.rejuran .rejuran1 .inbox .flex .left h4{
	margin-bottom:5vw;
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.rejuran .rejuran1 .inbox .flex .left p{
	word-break: keep-all;
	overflow-wrap: break-word; 
}
.rejuran .rejuran1 .inbox .flex .right img{
	max-width:95%;
}
.rejuran .rejuran2{
	padding:15vw 0;
}
.rejuran .rejuran2 .mbr{
	display:inline-block;
}
.rejuran .rejuran2 .inbox .title_box h5{
	margin-bottom: 5vw;
}
.rejuran .rejuran2 .inbox .title_box h3{
	gap:1vw;
	margin-bottom:3vw;
}
.rejuran .rejuran2 .inbox .title_box h3 span{
	font-size: 8.5vw;
}
.rejuran .rejuran2 .inbox .box{
	aspect-ratio: 1 / 0.8;
}
.rejuran .rejuran2 .inbox .box li div p{
	top:37%;
	font-size:3vw;
}
.rejuran .rejuran2 .inbox .box li img{
	width:30vw;
}
.rejuran .rejuran2 .inbox .box .bub1{
	top:11vw;
	left:0%;
	transform:translateX(0%);
}
.rejuran .rejuran2 .inbox .box .bub2{
	top:25vw;
	left:2%;
	transform:translateX(0%);
}
.rejuran .rejuran2 .inbox .box .bub3{
	top:38vw;
	left:0%;
	transform:translateX(0%);
}
.rejuran .rejuran2 .inbox .box .bub3 div p{
	top:52%;
}
.rejuran .rejuran2 .inbox .box .bub4{
	top:15vw;
	right:0%;
	transform:translateX(0%);
}
.rejuran .rejuran2 .inbox .box .bub5{
	top:29vw;
	right:2%;
	transform:translateX(0%);
}

.rejuran .rejuran2 .inbox .box .bub6{
	top:42vw;
	right:0%;
	transform:translateX(0%);
}
.rejuran .rejuran2 .inbox .box .bub6 div p{
	top:52%;
}
.rejuran .rejuran3{
	padding:15vw 0;
}
.rejuran .rejuran3 .inbox .ttbox h3{
	margin-top:2vw;
}
.rejuran .rejuran3 .inbox .flex{
	margin-top:10vw;
	flex-direction:column;
	gap:8vw;
}
.rejuran .rejuran3 .inbox .flex .item{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:5vw;
}
.rejuran .rejuran3 .inbox .flex .item .imgbox{
	width:48%;
}
.rejuran .rejuran3 .inbox .flex .item .textbox{
	width:50%;
	text-align:right;
}
.rejuran .rejuran3 .inbox .flex .comm{
	display:none;
}
.rejuran .rejuran3 .inbox .flex .item h6{
	font-size:4.5vw;
	margin:0 0 3vw;
	border-bottom:1px solid #999;
	padding-bottom:1.5vw;
}
.rejuran .rejuran3 .inbox .flex .item ul li{
	font-size:3vw;
	line-height:1.5;
	margin-bottom:1vw;
}
.rejuran .rejuran3 .inbox .flex .item ul li:last-child{
	margin-bottom:0;
}
.rejuran .rejuran3 .inbox .flex .item ul li span{
	display:block;
	color:#999;
	margin-right:2vw;
	font-size:2.5vw;
}
.rejuran .rejuran3 .inbox .flex .comm ul li{
	font-size:1.4vw;
	color:#999;
}
.rejuran .rejuran4{
	padding:15vw 0;
}
.rejuran .rejuran4 .inbox .ttbox h3{
	margin:2vw 0 5vw;
}
.rejuran .rejuran4 .inbox .ttbox p{
	font-size:3.8vw;
}
.rejuran .rejuran4 .mbr{
	display:inline-block;
}
.rejuran .rejuran4 .inbox .flex{
	margin:10vw 0;
	gap:1.5vw;
}
.rejuran .rejuran4 .inbox .flex li{
	width:49%;
	padding:5vw 0;
	letter-spacing:-1px;
}
.rejuran .rejuran4 .inbox .flex li h6{
	font-size: 2.8vw;
	margin-bottom:2vw;
}
.rejuran .rejuran4 .inbox .text-box{
	margin-top:10vw;
	gap:3vw;
}
.rejuran .rejuran4 .inbox .text-box h6{
	font-size:4vw;
}






}





