@charset "utf-8";

.noto{
	font-family:'Noto Sans KR', sans-serif;
}
.score{
	font-family: 'S-CoreDream'; 
}
.font_gb{
	font-family: 'GmarketSansBold';
}
.font_gl{
	font-family: 'GmarketSansLight';
}


/*로그인*/
.login{
	padding:30vw 0 20vw;
	text-align: center;
	border-bottom:1px solid #ddd;
}
.login .inbox .title h1{
	font-size:6vw;
	font-weight:500;
}
.login .inbox .title h2{
	font-size:3.5vw;
	font-weight:600;
	color:#a06e4b;
	display:inline-block;
	padding:0 3vw;
	margin-top:5vw;
	line-height:100%;
	border-left:2px solid #a06e4b;
	border-right:2px solid #a06e4b;
}
.login .inbox .title h1 img{
	margin-right:2vw;
	vertical-align:middle;
	transform:translateY(-1vw);
}
.login .inbox .title p{
	font-size:3.5vw;
	margin: 5vw 0 ;
	letter-spacing:-0.3px;
}
.login .inbox .formbox form{
	width:70vw;
	margin: 0 auto;
}
.login .inbox .formbox form input{
	font-size:3.5vw;
}
.login .inbox .formbox form .inputbox .required{
	border:0;
	border-bottom:1px solid #ddd;
	background:#fff;
	width:100%;
	height:10vw;
	margin-bottom:3vw;
}
.login .inbox .formbox form .inputbox .required::placeholder{
	color:#ccc;
}
.login .inbox .formbox form .inputbox .required:focus{
	border-bottom:1px solid #a06e4b;
}
.login .inbox .formbox form .idcheckbox{
	text-align: left;
}
.login .inbox .formbox form .idcheckbox label{
	font-size: 3vw;
	color:#bbb;
	letter-spacing:-1px;
}
#login_auto_login{
	display:none;
}
#login_auto_login + .cbox{
	position: relative;
	overflow:hidden;
	display:inline-block;
	width:3vw;
	height:3vw;
	transform:translateY(0.5vw);
	
}
#login_auto_login + .cbox span:first-child{
	display:inline-block;
	width:2.5vw;
	height:2.5vw;
	border:1px solid #999;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
}
#login_auto_login + .cbox span:last-child{
	display:inline-block;
	width:2vw;
	height:2vw;
	background:#a06e4b;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	transition: all .35s;
	opacity:0;
}

#login_auto_login:checked + .cbox span:last-child{
	opacity:100%;
}
.login .inbox .formbox form .submitbox .btn_submit{
	width:100%;
	height:10vw;
	border-radius:5vw;
	background-image:none;
	background-color:#a06e4b;
	margin:8vw 0 3vw;
	font-size:4vw;
	font-weight:500;
	letter-spacing:0;
	border:0;
	color:#fff;
}
.login .inbox .formbox form .snsloginbox{
	display:flex;
	justify-content: space-between;
}
.login .inbox .formbox form .snsloginbox a{
	display:block;
	width:49%;
	height:8vw;
	border-radius: 4vw;
	font-size: 3vw;
	font-weight:500;
	text-align: center;
	line-height: 7.8vw;
	letter-spacing:-1px;
}
.login .inbox .formbox form .snsloginbox a img{
	width:3vw;
	margin-right:1vw;
	transform:translate(0,-2px);
	vertical-align:middle;
}
.login .inbox .formbox form .snsloginbox a.naver_login{
	background:#00c840;
	color:#fff;
}
.login .inbox .formbox form .snsloginbox a.kakao_login{
	background:#fee500;
}
.login .inbox .member_menu{
	margin-top:10vw;
}
.login .inbox .member_menu a{
	font-size: 3vw;
	color:#565656;
}
.login .inbox .member_menu a:after{
	content: '';
	display:inline-block;
	width:1px;
	height:2.5vw;
	background:#666;
	margin:0 2vw;
}
.login .inbox .member_menu a:last-child:after{
	display:none;
}

/*회원가입*/
.register{
	padding:15vw 0;
	text-align: center;
}
.register .inbox{
	/* width:1320px; */
	/* margin:0 auto; */
	text-align: center;
}
.register .inbox .title p{
	font-size:3vw;
}
.register fieldset{
	border:0;
}
.register .all_agree{
	border: 1px solid #818181;
	padding:3vw 0;
	font-size:3vw;
	margin:5vw 0;
}
#all{
	display:none;
}

#all + .pr{
	position: relative;
	overflow:hidden;
	display:inline-block;
	width:3vw;
	height:3vw;
	vertical-align:middle;
	margin-top:-0.5vw;
}

#all + .pr span:first-child{
	display:inline-block;
	width:2.5vw;
	height:2.5vw;
	border:1px solid #181818;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	border-radius:50%;
}

#all + .pr span:last-child{
	display:inline-block;
	width:2vw;
	height:2vw;
	border-radius:50%;
	background:#a06e4b;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	transition: all .35s;
	opacity:0;
}


#all:checked + .pr span:last-child{
	opacity:100%;
}
.register .mbskin{
	text-align:left;
}
.register .mbskin form section h2{
	font-size:3vw;
	margin-bottom:1vw;
	color:#a06e4b;
}
.register .mbskin form section .agreement{
	border:1px solid #818181;
	padding:3vw;
	height:20vw;
	overflow-y:scroll;
}
.register .mbskin form section .agreement pre{
	font-family:'Noto Sans KR', sans-serif;
}
.register .mbskin form .inputbox{
	text-align:right;
	margin:2vw 0 5px;
}
.register .btn_confirm{
	text-align:center;
	margin-top:10vw;
	
}
.register .btn_confirm .agree_btn{
	display: inline-block;
	width: 30vw;
	height: 8.8vw;
	line-height: 8.7vw;
	border-radius: 1vw;
	color: #828282;
	border: 1px solid #828282;
	font-size: 3.5vw;
	font-weight: 500;
	vertical-align:middle;
	background:#fff;
	cursor:pointer;
	padding:0;
}
.register .btn_confirm .agree_btn.btn_submit{
	background: #a06e4b;
	color: #fff;
	width: 30vw;
	height: 9vw;
	border: 1px solid #a06e4b;
	margin-right: 1vw;
	padding:0;
}
.register .tbl_wrap{
	border-bottom: 2px solid #181818;
	padding-bottom:5vw;
	margin-bottom:3vw;
}
.register .tbl_wrap table{
	border-top: 2px solid #181818;
	width: 100%;
    text-align: left;
    letter-spacing: -0.5px;
	border-bottom:0;
}
.register .inbox .tab_box li.on {
	width: 40vw;
	height: 7vw;
	line-height: 6.8vw;
	border-radius: 3.5vw;
	font-size: 3.5vw;
	background: #a06e4b;
	color: #fff;
	font-weight: 500;
	border: 1px solid #a06e4b;
	cursor: default;
	text-align:center;
	margin:5vw 0 2vw;
}
.register .tbl_wrap table th{
	font-size:2.5vw;
	font-weight:400;
	width:auto;
	padding:0;
	border:0;
	background:none;
}
.register .tbl_wrap label{
	display:none;
}
.register .tbl_wrap .gender label,
.register .tbl_wrap .birth label{
	display:inline-block;
	font-size:3vw;
}
.register .tbl_wrap table tr th span{
	display:inline-block;
	margin-left:1vw;
}
.register .tbl_wrap table tr td{
	padding:2vw 0;
	border:0;
	position:relative;
	
}
.register .tbl_wrap table tr td .subbtn{
	color:#fff;
	font-size:3vw;
	position:absolute;
	top:40%;
	right:2vw;
	transform:translateY(-50%);
	padding:0;
	margin:0;
	display:block;
	background:#a06e4b;
	line-height:6vw;
	height:6vw;
	padding:0 2vw;
}
.register .tbl_wrap table tr:first-child td{
	padding:3vw 0;
}
.register .tbl_wrap table tr:first-child td{
	padding:3vw 0 1vw;
}
.register .tbl_wrap table tr:last-child td{
	padding-bottom:1vw;
}
.register .tbl_wrap table tr td input[type="text"],
.register .tbl_wrap table tr td input[type="password"]{
	width:90vw;
	height: 10vw;
	border:1px solid #999;
	border-radius:3px;
	text-indent:1vw;
	font-size:3.5vw;
}
.register .tbl_wrap table tr td input::placeholder{
	color:#aaa;
	font-size:3.5vw;
}
.register .tbl_wrap table tr td input.title_input{
	width:99.7%;
}
.register .tbl_wrap table tr td p{
	font-size:2.5vw;
	color:#828282;
	margin-top:1vw;
}

.register .tbl_wrap table tr td select{
	width:15vw;
	height: 10vw;
	border:1px solid #999;
	border-radius:3px;
	text-indent:1vw;
	font-family:'Noto Sans KR', sans-serif;
	color:#aaa;
	font-size:3vw;
}
.register .tbl_wrap table tr td select#year{
	width:20vw;
}
.register .tbl_wrap table tr td .caution_box{
	background:#f9f9f9;
	border:1px solid #999;
	padding:20px;
	margin-bottom:20px;
}
.register .tbl_wrap table tr td .caution_box p:first-child{
	margin-top:0;
}
.register .tbl_wrap table .editor_img{
	display:block;
}


/*개인정보*/
#sub{
	padding-top:15vw;
}
#sub .visual{
	text-align: center;
	padding:15vw 0;
}
#sub .visual.none{
	padding:10vw 0 5vw;
}
#sub .visual h4{
	font-size:2.5vw;
	letter-spacing:2vw;
	font-weight:400;
	transform:translateX(1vw);
}
#sub .visual h2{
	font-size:6vw;
	font-weight:400;
		margin-top:2vw;
	letter-spacing:-1px;
}
#sub .visual p{
	font-size:3vw;
	margin-top:2vw;
	letter-spacing:-1px;
}
#sub .visual h2 strong{
	font-weight:600;
}
#sub.member .mem2 .inbox{
	text-align:left;
	padding-bottom:10vw;
}
#sub.member .mem2 .inbox .sub-titles{
	font-size:3vw;
	color:#a06e4b;
	font-weight:500;
	letter-spacing:-1px;
	margin:5vw 0 1vw;
	
}
#sub.member .mem2 .inbox .term-divs{
	border:1px solid #818181;
	padding:4vw;
	
}
#sub.member .mem2 .inbox .term-divs p{
	font-size:2.5vw;
	line-height:150%;
}


/*의료수가*/
#sub .board .inbox .tab_box{
	justify-content:center;
}
#sub .board .inbox .tab_box li{
	cursor:pointer;
	width:40vw;
	height:7vw;
	line-height:6.8vw;
	border-radius:3.5vw;
	border:1px solid #181818;
	font-size:3.5vw;
	color:#181818;
	margin-right: 1vw;
}
#sub .board .inbox .tab_box li a{
	display:block;
}
#sub .board .inbox .tab_box li.on{
	background:#a06e4b;
	color:#fff;
	font-weight:500;
	border:1px solid #a06e4b;
	cursor:default;
}
#sub .board .inbox .tab_box li.on a{
	color:#fff;
	
}
#sub .board .inbox .tab_box li:last-child{
	margin-right:0;
}
#sub.fees .fee2{
	padding-bottom:10vw;
	text-align:center;
}
#sub.fees .fee2 .inbox .fees_list{
	position:relative;
	height:80vw;
}
#sub.fees .fee2 .inbox .fees_list li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:none;
}
#sub.fees .fee2 .inbox .fees_list li.on{
	display:block;
}
#sub.fees .fee2 .inbox .fees_list li .right_text{
	font-size:2.5vw;
	text-align:right;
	color:#828282;
	margin-top:2vw;
}
#sub.fees .fee2 .inbox .fees_list li table{
	width:100%;
	border-bottom:2px solid #181818;
	margin-top:2vw;
}
#sub.fees .fee2 .inbox .fees_list li table colgroup col{
	border-right:1px solid #181818;
}
#sub.fees .fee2 .inbox .fees_list li table colgroup col:last-child{
	border-right:0;
}
#sub.fees .fee2 .inbox .fees_list li table thead tr th{
	font-size:3vw;
	height:8vw;
	background:#a06e4b;
	color:#fff;
}
#sub.fees .fee2 .inbox .fees_list li table tbody tr{
	border-bottom:1px dotted #828282;
}
#sub.fees .fee2 .inbox .fees_list li table tr.bold_line{
	border-bottom:1px solid #181818;
}
#sub.fees .fee2 .inbox .fees_list li table tbody tr td{
	font-size: 3vw;
	height:9vw;
}
#sub.fees .fee2 .inbox .fees_list li .notice{
	text-align:left;
	padding:3vw;
	background:#f9f9f9;
	margin-top:3vw;
}
#sub.fees .fee2 .inbox .fees_list li .notice p{
	font-size:2.5vw;
	color:#828282;
}


/*소식*/
.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}
#sub .board{
	text-align:center;
}
#sub .board .inbox{
	padding-bottom: 5vw;
}
#sub .board .inbox .search_box{
	width:100%;
	text-align:center;
	margin-bottom:10vw;
}
#sub .board .inbox .search_box .input_search{
	border:0;
	border-bottom:1px solid #828282;
	width: 40vw;
	height:5vw;
	text-indent:1vw;
	padding-top:1vw;
	font-size: 2.5vw;
	color:#000;
	letter-spacing:-1px;
	margin-right:1vw;
	line-height:5vw;
}
#sub .board .inbox .search_box .input_search::placeholder{
	color:#828282;
}
#sub .board .inbox .search_box .btn_search{
	width:12vw;
	height:6vw;
	border-radius:3vw;
	color:#fff;
	font-size:2.5vw;
	font-weight:500;
	letter-spacing:-1px;
	background:#a06e4b;
	border:0;
	
}
#sub .board .board_table{
	padding-top:5vw;
	position:relative;
}
#sub .board .board_table .category{
	justify-content:flex-start;
	margin-bottom: 2vw;
}
#sub .board .board_table .category li{
	width:20vw;
	border-right:1px solid #828282;
	font-size:2.5vw;
	font-weight:600;
	line-height:20px;
	cursor:pointer;
}
#sub .board .board_table .category li.on{
	color:#a06e4b;
}

#sub .board .board_table #bo_cate_on{
	color:#a06e4b;
}
#sub .board .board_table .category li:first-child{
	border-left:1px solid #828282;
}
#sub .board .board_table .writing_btn{
	position:absolute;
	top:40px;
	right:0;
	width:182px;
	height:42px;
	line-height:40px;
	border-radius:5px;
	color:#fff;
	background:url(/images/sub/community/board_writing.png) no-repeat 22% 50% #181818;
	font-size:18px;
	font-weight:500;
	text-indent:22px;
	display:inline-block;
}
#sub .board .board_table table{
	border-top:2px solid #181818;
	width:100%;
	margin-bottom:5vw;
}
#sub .board .board_table table thead th{
	font-size:2.5vw;
	font-weight:500;
	color:#181818;
	height:50px;
}
#sub .board .board_table table thead tr{
	border-bottom:2px solid #aaa;
}
#sub .board .board_table table tbody tr{
	border-bottom:1px solid #ccc;
}
#sub .board .board_table table tbody tr td{
	height:8vw;
	font-size:2vw;
}
#sub .board .board_table table tbody tr td.ans p{

	color:#828282;
	font-size:2vw;
	
}
#sub .board .board_table table tbody tr td.ans p.complete{
	background:#a06e4b;
	color:#fff;
}
#sub .board .board_table table tbody tr td.ans p.faq{
	color:#181818;
}
#sub .board .board_table table tbody tr td.cate,
#sub .board .board_table table tbody tr td.date,
#sub .board .board_table table tbody tr td.vie,
#sub .board .board_table table tbody tr td.writ{
	font-size:2vw;
	color:#828282;
}
#sub .board .board_table table tbody tr td.tit{
	text-align:left;
	position:relative;
}
#sub .board .board_table table tbody tr td.tit a{
	letter-spacing:-1px;
	font-weight:500;
	font-size:2.5vw;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display:inline-block;
	max-width:42vw;
	vertical-align:middle;
}
#sub .board .board_table table tbody tr td.tit .new{
	display:inline-block;
	width: 2.5vw;
	height:2.5vw;
	border-radius:50%;
	background:url(/images/sub/community/board_new.png) no-repeat 50% 50%;
	background-size:cover;
	vertical-align:middle;
	margin-left:1vw;
	transform:translate(0,1px);
}
#sub .board .board_table table tbody tr td.tit .secret{
	display:inline-block;
	width: 11px;
	height:15px;
	background:url(/images/sub/community/board_secret.png) no-repeat 50% 50%;
	vertical-align:middle;
	margin-left:8px;
	transform:translate(0,1px);
}
#sub .board .secret_box{
	position:absolute;
	top:0%;
	left:50%;
	transform:translate(0%,50%);
	background: #fff;
	padding-left:225px;
	width:450px;
	border:1px solid #181818;
	border-radius:5px;
	text-align: center;
	padding:20px 0;
	display:none;
	margin-top:130px;
	margin-left:225px;
}
#sub .board .secret_box.on{
	display:block;
}
#sub .board .secret_box h6{
	font-size:20px;
	font-weight:400;
	display:inline-block;
}
#sub .board .secret_box p{
	color:#828282;
	font-size:13px;
	margin-bottom:10px;
}
#sub .board .secret_box input{
	width:380px;
	height:35px;
	border:1px solid #828282;
	text-indent:10px;
	margin-left:10px;
}

#sub .board .secret_box input.secret_submit{
	text-indent:0px;
	display:inline-block;
	padding:0;
	margin-top:10px;
	border:0;
	width: 85px;
    height: 32px;
    border-radius: 16px;
	line-height:30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #a06e4b;
    border: 0;
}

#sub .board .secret_box input::placeholder{
	color:#828282;
	
}
#sub .board .secret_box .close{
	position: absolute;
	top:15px;
	right:15px;
	width:14px;
	height:14px;
	background:url(/images/sub/community/pass_close.png) no-repeat 50% 50%;
	cursor:pointer;
}

#sub .board .listnum{
	display:flex;
	justify-content:center;
}
#sub .board .listnum a{
	border:1px solid #ddd;
	display:block;
	width:5vw;
	height:5vw;
	line-height:4.9vw;
	font-size:2vw;
	color:#999999;
	border-right:0;
}
#sub .board .listnum a.on{
	background:#a06e4b;
	color:#fff;
	cursor:default;
}
#sub .board .listnum a.first{
	background:url(/images/sub/community/listnum_first.png) no-repeat 50% 50%;
}
#sub .board .listnum a.prev{
	background:url(/images/sub/community/listnum_prev.png) no-repeat 50% 50%;
}
#sub .board .listnum a.next{
	background:url(/images/sub/community/listnum_next.png) no-repeat 50% 50%;
}
#sub .board .listnum a.last{
	background:url(/images/sub/community/listnum_last.png) no-repeat 50% 50%;
	border-right:1px solid #ddd;
}
#sub.viewer{
	padding-bottom:10vw;
}
#sub.viewer .view .view_table{
	border-top: 2px solid #181818;
	border-bottom: 2px solid #181818;
	width: 100%;
	text-align: left;
	letter-spacing:-0.5px;
	margin:5vw 0;
}
#sub.viewer .view .view_table .title_box{
	padding:3vw 0;
	border-bottom:1px solid #828282;
	position:relative;
}
#sub.viewer .view .view_table .title_box .data span{
	color:#828282;
	font-size:2.2vw;
}
#sub.viewer .view .view_table .title_box .data span:after{
	content: '';
	display:inline-block;
	width:1px;
	height:2vw;
	background:#828282;
	margin:0 1.5vw;
	transform: translate(0px, 1px);
}
#sub.viewer .view .view_table .title_box .data span:last-child:after{
	display:none;
}
#sub.viewer .view .view_table .title_box h5{
	margin-top:1vw;
	font-size:3vw;
}
#sub.viewer .view .view_table .modify_box{
	position:absolute;
	top:50%;
	right:1vw;
	transform:translate(0,-45%);
}
#sub.viewer .view .view_table .answer_box .modify_box{
	top:5vw;
}
#sub.viewer .view .view_table .modify_box span{
	cursor:pointer;
}
#sub.viewer .view .view_table .title_box .modify_box span{
	opacity:0.5;
}
#sub.viewer .view .view_table .modify_box .modi{
	display:inline-block;
	margin-right:3vw;
}

#sub.viewer .view .view_table .modify_box .modi2{
	display:inline-block;
	margin-right:3vw;
}

#sub.viewer .view .view_table .content_box{
	padding:3vw 0 1vw;
}
#sub.viewer .view .view_table .content_box p{
	line-height:200%;
}
#sub.viewer .view .oline.view_table .answer_box{
	background:#fff1f7;
	margin-bottom:3vw;
	position:relative;
	padding-bottom:3vw;
}
#sub.viewer .view .faq.view_table .answer_box{
	position:relative;
	padding-bottom:3vw;
}
#sub.viewer .view .oline.view_table .answer_box .basics{
	padding:3vw;
}
#sub.viewer .view .faq.view_table .answer_box .basics{
	padding:3vw;
}
#sub.viewer .view .view_table .answer_box .basics h6{
	font-size:3vw;
	font-weight:500;
}
#sub.viewer .view .view_table .answer_box .basics h6 img{
	vertical-align:middle;
	margin-right:1vw;
}
#sub.viewer .view .view_table .answer_box .bef{
	display:none;
	padding-left:10vw;
}
#sub.viewer .view .view_table .answer_box .bef textarea{
	max-width:1134px;
	height: 142px;
	width:94%;
	margin-right:10px;
}
#sub.viewer .view .view_table .answer_box .bef .save{
	display:inline-block;
	width:70px;
	background:#a06e4b;
	color:#fff;
	font-size:20px;
	height:142px;
	font-weight:500;
	text-align:center;
	line-height:142px;
	border-radius:5px;
	border:0;
	
}
#sub.viewer .view .view_table .answer_box .af{
	padding:0 80px;
}
#sub.viewer .view .faq.view_table .answer_box .af{
	padding:0 50px;
}
#sub.viewer .view .faq.view_table .answer_box .af p{
	line-height:200%;
}


#sub.viewer .view .view_btnbox .btn{
	width: 25vw;
	height: 7vw;
	line-height: 6.9vw;
	border-radius: 1vw;
	font-size: 3vw;
	font-weight: 500;
	display: inline-block;
	border: 1px solid #828282;
}

#sub.viewer .view .view_btnbox .writing{
	text-indent: 22px;
	color: #fff;
	background: url(/images/sub/sub6/board_writing.png) no-repeat 22% 50% #181818;
	border: 2px solid #181818;
	margin-left:15px;
}


#sub.viewer .view .view_table .title_box .secret_box{
	position:absolute;
	top:50%;
	right:10%;
	transform:translate(0%,-50%);
	background: #fff;
	width:450px;
	border:1px solid #181818;
	border-radius:5px;
	text-align: center;
	padding:20px 0;
	display:none;
}
#sub.viewer .view .view_table .title_box .secret_box.on{
	display:block;
}
#sub.viewer .view .view_table .title_box .secret_box h6{
	font-size:20px;
	font-weight:400;
}
#sub.viewer .view .view_table .title_box .secret_box p{
	color:#828282;
	font-size:13px;
	margin-bottom:10px;
}
#sub.viewer .view .view_table .title_box .secret_box input.secret_pwd{
	width:380px;
	height:35px;
	border:1px solid #828282;
	text-indent:10px;
}

#sub.viewer .view .view_table .title_box .secret_box input.secret_submit{
	text-indent:0px;
	display:inline-block;
	padding:0;
	margin-top:10px;
	border:0;
	width: 85px;
    height: 32px;
    border-radius: 16px;
	line-height:30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #a06e4b;
    border: 0;
}

#sub.viewer .view .view_table .title_box .secret_box input::placeholder{
	color:#828282;
	
}
#sub.viewer .view .view_table .title_box .secret_box .close{
	position: absolute;
	top:15px;
	right:15px;
	width:14px;
	height:14px;
	background:url(/images/sub/community/pass_close.png) no-repeat 50% 50%;
	cursor:pointer;
}


#sub.viewer .view .noti.view_table .content_box{
	text-align:center;
}







#sub.viewer .bottom_icon{
	display:flex;
	justify-content:space-between;
	padding:0 10px;
}
#sub.viewer .bottom_icon .left a{
	display:inline-block;
	margin-right:10px;
}
#sub.viewer .bottom_icon .left a img{
	vertical-align:middle;
	margin-right:10px;
	padding-bottom:2px;
}
#sub.viewer .bottom_icon .right a{
	display:inline-block;
	margin-left:15px;
}
#sub.viewer .reply_box {
	text-align:left;
}
#sub.viewer .reply_box h3{
	font-weight:600;
	font-size:3vw;
	margin-bottom:1vw;
}
#sub.viewer .reply_box .output{
	background:#eee;
	position:relative;
	padding:3vw; 
	margin-bottom:3vw;
}
#sub.viewer .reply_box .output .modify_box{
	position:absolute;
	top:3vw;
	right:3vw;
}
#sub.viewer .reply_box .output .modify_box .modi{
	margin-right:1vw;
}
#sub.viewer .reply_box .output .nickname{
	font-size:2.5vw;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
}
#sub.viewer .reply_box .output .nickname .date{
	margin-left:1vw;
	display:inline-block;
	/* font-size:13px; */
	color:#999;
}
#sub.viewer .reply_box .output .reply_con{
	font-size:2.5vw;
}
#sub.viewer .reply_box .input{
	position:relative;
	margin-bottom:5vw;
}
#sub.viewer .reply_box .input textarea{
	border: 1px solid #aaa;
	padding:3vw;
	height:15vw;
	width:83.4vw;
	font-size:2.5vw;
	letter-spacing:-1px;
}
#sub.viewer .reply_box .input button{
	width:12vw;
	height:5vw;
	color:#fff;
	background:#a06e4b;
	font-size:2.5vw;
	border:0;
	border-radius:2.5vw;
	position:absolute;
	bottom:3vw;
	right:2vw;
}

/*온라인상담*/
#sub.contact .board_table table{
	border-bottom:2px solid #000;
	text-align:left;
}
#sub.contact .board_table table tr th{
	text-indent:1vw;
	font-size:2.5vw;
	font-weight:500;
}
#sub.contact .board_table table tr th .req{
	color:#a06e4b;
}
#sub.contact .board_table table tr td{
	padding:1vw 0;
}
#sub.contact .board_table table tr td input{
	border:1px solid #ddd;
	height:7vw;
	width:100%;
	text-indent:1vw;
}
#sub.contact .board_table table tr td input::placeholder{
	color:#bbb;
}
#sub.contact .board_table table tr td textarea{
	border:1px solid #ddd;
	width:96%;
	height:40vw;
	padding:2vw 2%;
}
#sub.contact .board_table .agree_box{
	margin-top:5vw;
	margin-bottom:5vw;
}
#sub.contact .board_table .agree_box .agree_text{
	font-size:2.5vw;
}
#sub.contact .board_table .agree_box .agree_text span{
	display:inline-block;
	margin-left:1vw;
}
#sub.contact .board_table .agree_box .agree_check{
	margin-top:-5px;
}
#sub.contact .board_table .agree_box a{
	font-size: 2vw;
	color:#828282;
	display:inline-block;
	vertical-align:middle;
	margin-left:1vw;
}

#agree{
	display:none;
}
#agree + .agree_check{
	position: relative;
	overflow:hidden;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
}
#agree + .agree_check span:first-child{
	display:inline-block;
	width:16px;
	height:16px;
	border:1px solid #181818;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	border-radius:50%;
}
#agree + .agree_check span:last-child{
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#a06e4b;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	transition: all .35s;
	opacity:0;
}
#agree:checked + .agree_check span:last-child{
	opacity:100%;
}

#sub.contact .board_table .writing_btnbox{
	margin:5vw auto;
}
#sub.contact .board_table .writing_btnbox .btn{
	display:inline-block;
	width: 25vw;
	height:7vw;
	line-height:6.9vw;
	border-radius:1vw;
	color:#828282;
	border:1px solid #828282;
	margin-right:1vw;
	font-size:2.7vw;
	font-weight:500;
	vertical-align:middle;
	letter-spacing:-1px;
}
#sub.contact .board_table .writing_btnbox .save{
	background:#a06e4b;
	color:#fff;
	border:1px solid #a06e4b;
	margin-right:0;
	font-weight:500;
}



/*전후사진*/
.bna_view_box{
	border-top:2px solid #181818;
	border-bottom:2px solid #181818;
	margin-bottom:5vw;
}
.bna_view_box .bna_mainbox .bna_view .sub_title{
	display:flex;
	justify-content:space-between;
	margin-bottom:2vw;
}
.bna_view_box .bna_mainbox .bna_view .sub_title h5{
	width:44vw;
	height: 5vw;
    line-height: 4.9vw;
    border-radius: 2.5vw;
    background: #707070;
    color: #fff;
    font-weight: 500;
    font-size: 2.5vw;
    margin-top: 2vw;
    /* letter-spacing: -1px; */
}
.bna_view_box .bna_mainbox .bna_view .sub_title .after{
	background:#a06e4b;
}
.bna_view_box .bna_mainbox{
	position:relative;
	height:100vw;
}
.bna_view_box .bna_mainbox .bna_view{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:none;
}
.bna_view_box .bna_mainbox .bna_view.on{
	display:block;
}
.bna_view_box .bna_mainbox .bna_view .title_box{
	padding:5vw 0;
	border-bottom:1px solid #818181;
	margin-bottom:5vw;
}
.bna_view_box .bna_mainbox .bna_view .title_box .data span{
	color:#828282;
	font-size:2.5vw;
}
.bna_view_box .bna_mainbox .bna_view .title_box h3{
	font-size:5.5vw;
	font-weight:500;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView{
	position:relative;
	/* width:920px; */
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bnaSlider .flex{
	justify-content:space-between;
	display:flex;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bnaSlider .flex .box{
	width:44vw;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bnaSlider .flex .box img{
	display:block;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bnaSlider .flex .before{
	position:relative;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bnaSlider .flex .before .be_cover{
	background:url('/images/sub/community/bna_cover.png') no-repeat 50% 50% rgba(0,0,0,0.7);
	background-size:60% auto;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bna_btnbox .swiper-button-disabled{
	opacity:0.2;
	cursor:default;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination{
	margin-top:5vw;
	/* display:none; */
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination span{
	width:10vw;
	height:10vw;
	border-radius:50%;
	border:2px solid #a06e4b;
	text-align: center;
	line-height:9.9vw;
	font-size:2.5vw;
	letter-spacing:-0.5px;
	font-weight:500;
	background:#fff;
	opacity:1;
	margin:0 1vw;
	vertical-align:middle;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination span:first-child:after{
	content:"정면";
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination span:nth-child(2):after{
	content:"45도";
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination span:nth-child(3):after{
	content:"측면";
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination .swiper-pagination-bullet-active{
	background:#a06e4b;
	color:#fff;
}
.bna_list_box{
	padding-bottom:3vw;
}
.bna_list_box ul{
	
}
.bna_list_box ul li{
	width:29vw;
	background:#f7f7f7;
	border-radius:1vw;
	border:1px solid #f7f7f7;
	margin-bottom:5vw;
	cursor:pointer;
	margin-right:1.5%
}
.bna_list_box ul li:nth-child(3n){
	margin-right:0;
}
.bna_list_box ul li.on{
	border:1px solid #a06e4b;
}
.bna_list_box ul li.on2{
	border:1px solid #a06e4b;
}
.bna_list_box ul li .conbox{
	padding:1vw;
}
.bna_list_box ul li .conbox .box{
	width:49.5%;
	position:relative;
}
.bna_list_box ul li .conbox .before .be_cover{
	background:url(/images/sub/community/bna_cover.png) no-repeat 50% 50% rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:60%;
}
.bna_list_box ul li .conbox .box img{
	display:block;
}

/*서브공통사항*/
#contents.sub_basic .visual{
	
}
#contents.sub_basic .visual .visual_text_box{
	position:absolute;
	bottom:17vw;
	left:5vw;
	color:#fff;
}
#contents.sub_basic .visual .visual_text_box .s_tt{
	font-size:3.5vw;
	font-weight:400;
	margin-bottom:3vw;
}
#contents.sub_basic .visual .visual_text_box h1{
	font-family: "Marcellus", serif;
	font-size: 12vw;
	line-height:13vw;
	letter-spacing:0;
	margin-bottom:5vw;
}
#contents.sub_basic .visual .visual_text_box h1 strong{
	font-weight:400;
}
#contents.sub_basic .visual .visual_text_box .sub_text{
	font-size:3vw;
	font-weight:300;
	line-height:150%;
}
#contents.sub_basic .title{
	text-align:center;
}
#contents.sub_basic .title h5{
	font-size: 3.5vw;
	font-weight: 400;
}
#contents.sub_basic .title h2{
	font-size: 6vw;
	font-weight: 600;
	color: #181818;
	line-height: 120%;
}
#contents.sub_basic .title p{
	font-weight: 400;
    margin: 3vw 0 5vw;
	font-size:3vw;
}

#contents.sub_basic .visual.bb .visual_text_box{
	color:#1b1b1b;
}

#contents.sub_basic .visual .visual_img{
	display:block;
}




/*병원둘러보기*/
.interior .inbox{
	position:relative;
}
.interior .mySwiper2{
	margin-bottom:2vw;
}
.interior .mySwiper2 ul li img{
		width:100%;
}
.interior .mySwiper .swiper-slide {
	/* width: 16%; */
	height: 14vw;
	background:#000;
	box-sizing:border-box;
	overflow:hidden;
	
}
.interior .mySwiper .swiper-slide img{
	opacity: 0.4;
	display:block;
}
.interior .mySwiper .swiper-slide-thumb-active{
	border:2px solid #a06e4b;
	
}
.interior .mySwiper .swiper-slide-thumb-active img{
	opacity: 1;
	
}
.interior .swiper-button-prev, .interior .swiper-rtl .swiper-button-next:root {
    --swiper-theme-color: #e4c7a2 !important;
}
.interior .swiper-button-next, .interior .swiper-rtl .swiper-button-prev:root {
    --swiper-theme-color: #e4c7a2 !important;
}

.interior .swiper-pagination{
	top:35vw;
	left:50%;
	transform:translateX(-50%);
}
#contents.interior .con1 .inbox .swiper-pagination span{
	margin-right:1vw;
	width:1vw;
	height:1vw;
	border-radius:50%;
}
.interior .swiper-pagination span:last-child{
	margin-right:0;
}
.interior .swiper-pagination span.swiper-pagination-bullet-active{
	background:#a06e4b;
}


/*오시는길*/

.information .info_map{
	position:relative;
	margin-bottom:10vw;
}
.information .info_map iframe{
	border:0;
	width:100%;
	height:50vw;
	display:block;
}
.information .info_map .address_box{
	background:rgba(0,0,0,0.8);
	position:relative;
	text-align:center;
	padding:3vw 0;
}
.information .info_map .address_box p{
	color:#fff;
}
.information .info_map .address_box .btn_box{
	display:flex;
	justify-content:center;
	margin-top:2vw;
}
.information .info_map .address_box .btn_box a:first-child img{
	margin-right:2vw;
}
.information .info_map .address_box .btn_box a img{
	width:30vw;
	display:block;
}
.information .info_con .left > ul > li{
	display:flex;
	justify-content:flex-start;
}
.information .info_con .left > ul > li:nth-child(2){
	margin:5vw 0;	
}
.information .info_con .left > ul > li .h3{
	width:12vw;
	height:12vw;
	border-radius:50%;
	background:#a06e4b;
	margin-right:3vw;
	text-align:center;
	margin-left:3vw;
}
.information .info_con .left > ul > li h3{
	color:#fff;
	line-height:12vw;
	font-size:3.5vw;
	font-weight:500;
}
.information .info_con .left > ul > li .textbox{
	text-align:left;
	width:70vw;
}
.information .info_con .left > ul > li .textbox ul,
.information .info_con .left > ul > li .textbox div{
	/* position:absolute; */
	/* top:50%; */
	/* left:0; */
	/* transform:translate(0,-50%); */
	/* width:100%; */
}
.information .info_con .left > ul > li .textbox h5{
	font-size:3.5vw;
	font-weight:500;
	/* margin-bottom:1vw; */
}
.information .info_con .left > ul > li .textbox p{
	font-size:3vw;
	color:#878787;
	letter-spacing:-1px;
}

.information .info_con .right{
	text-align:left;
	border-top:1px solid #888;
	padding:10vw 3vw 0;
	margin-top:10vw;
}
.information .info_con .right h4{
	font-size:3.5vw;
	font-weight:500;
	margin-bottom:1vw;
	letter-spacing:-1px;
}
.information .info_con .right ul{
	margin-bottom:10vw;
}
.information .info_con .right li{
	display:flex;
	justify-content:space-between;
	margin-bottom:2vw;
	align-items:flex-end;
}

.information .info_con .right ul li p.gray{
	text-align:left;
	letter-spacing:-1.5px;
	color:#878787;
	font-size:3.5vw;
}
.information .info_con .right ul li p.time{
	text-align:right;
	/* width:200px; */
	font-weight:600;
	/* letter-spacing:0.2px; */
	font-size:6vw;
	transform:translateY(2px)
}
.information .info_con .right ul li p.time span{
	font-size:3vw;
}
.information .info_con .right > p{
	font-size: 3vw;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:2vw 0;
	margin: 2vw 0;

}
.information .info_con .right h1{
	font-size:3vw;
	text-align: center;
}
.information .info_con .right h1 strong{
	display:inline-block;
	margin-left:2vw;
	font-size: 8vw;
	font-weight: 600;
	color:#a06e4b;
}

/*의료진소개*/
.doctors .con1 .inbox .conbox{
	margin-top:10vw;
	justify-content:center;
}
.doctors .con1 .inbox .conbox div{
	border:1px solid #ededed;
	border-radius:5px;
	width: 80vw;
	/* height:15vw; */
	text-align:center;
	margin:0 auto 5vw;
	padding:6vw 0;
}
.doctors .con1 .inbox .conbox div img{
	width:15vw;
}
.doctors .con1 .inbox .conbox div:last-child{
	margin-bottom:0;
}
.doctors .con1 .inbox .conbox div h6{
	font-size:4.5vw ;
	color:#a06e4b;
	margin-top:2vw;
	line-height:100%;
	font-weight:500;
}
.doctors .con1 .inbox .conbox div  span{
	color:#a6a6a6;
	font-size:2.5vw;
	font-weight:400;
	line-height:100%;
	display:inline-block;
	margin-top:1vw;
}
.doctors .con1 .inbox .conbox div p{
	margin-top:2vw;
	font-size:3vw;
}
.doctors .con2{
	padding:15vw 0;
	background:#f6eeeb;
	text-align:center;
}
.doctors .con2 h3{
	font-size: 5vw;
    text-align: center;
    position: relative;
    padding-left: 5px;
    color: #a06e4b;
}
.doctors .con2 h3 .counter{
	font-size:15vw;
	display:inline-block;
	width: 52vw;
}
.doctors .con2 p{
	font-size: 3.5vw;
	margin-top:5vw;
}
.doctors .con3{
	padding:15vw 0;
	background:#f8f8f8;
}
.doctors .con3 .inbox .d1 .title h5{
	margin:1vw 0 5vw;
}
.doctors .con3 .inbox .d1 .leftbox{
	margin-right:0;
}
.doctors .con3 .inbox .d1 .leftbox .flex{
	width: 90vw;
	position:relative;
}
.doctors .con3 .inbox .d1 .leftbox .flex .bimg{
	
}
.doctors .con3 .inbox .d1 .leftbox .flex .bimg li{
	position:absolute;
	top:0;
	right:0;
	display:none;
	width:61vw;
}
.doctors .con3 .inbox .d1 .leftbox .flex .bimg li.on{
	display:block;
}
.doctors .con3 .inbox .d1 .leftbox .flex .bimg li div{
	width:100%;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li{
	cursor:pointer;
	margin-bottom:1vw;
	filter:grayscale(1);
	
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.on{
	filter:grayscale(0);
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li div{
	overflow:hidden;
	border-radius:10px;
	width:27vw;
	height:26.8vw;
	border:2px solid #fff;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.on div{
	border:1px solid #a06e4b;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.list1 div{
	background:url(/images/sub/starline/doctors2-s1.png) no-repeat 50% 50%; 
	background-size:cover;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.list2 div{
	background:url(/images/sub/starline/doctors2-s2.png) no-repeat 50% 50%; 
	background-size:cover;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.list3 div{
	background:url(/images/sub/starline/doctors2-s3.png) no-repeat 50% 50%; 
	background-size:cover;
}

.doctors .con3 .inbox .d1 .leftbox .tbox{
	width: 90vw;
	text-align:left;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 .swiper{
	border-top:1px solid #a06e4b;
	border-bottom:1px solid #a06e4b;
	margin-bottom:3vw;
	padding:0 10px;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 ul{
	height:20vw;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 ul li{
	position:relative;
	height:20vw;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 ul li p{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translate(0,-50%);
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 h4{
	font-size: 3.5vw;
	color:#a06e4b;
	font-weight:500;
	display:inline-block;
	padding: 0 1.5vw;
	border-right:1px solid #a06e4b;
	border-left:1px solid #a06e4b;
	line-height:100%;
	margin:5vw 0 2vw;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 p{
	padding:5vw 0;
	line-height:150%;
	font-size:2.5vw;
	letter-spacing:0px;
	font-weight:400;
	margin-bottom:2vw;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div2{
	background:#a06e4b;
	border-radius:1vw;
	padding:5vw ;
	
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div2 h4{
	font-size: 3.5vw;
	color:#fff;
	font-weight:500;
	display:inline-block;
	padding: 0 2vw;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	line-height:100%;
	margin-bottom:2vw;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div2 p{
	color:#fff;
	line-height:170%;
	font-size:2.5vw;
	letter-spacing:0px;
	font-weight:400;
}
#contents.doctors .con3 .inbox div .title{
	/* text-align:left; */
	letter-spacing:-1px;
	margin-bottom:5vw;
}
#contents.doctors .con3 .inbox .d1 .rightbox .title{
	margin-bottom:5vw;
}
#contents.doctors .con3 .inbox .d2 .title{
	/* margin-right:120px; */
}
.doctors .con3 .inbox .d1 .rightbox .title h2{
	/* margin-bottom:2vw; */
}
.doctors .con3 .inbox .d1 .rightbox .history{
	letter-spacing:-1px;
	margin-top:3vw;
}
#contents.doctors .con3 .inbox .d1 .title p{
	font-size:3.5vw;
	font-weight:500;
	/* margin-bottom:5vw; */
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	line-height:8vw;
	
}
.doctors .con3 .inbox .d1 .rightbox .history  ul li{
	font-size:2.5vw;
	line-height:150%;
	text-align:left;
}

.doctors .con3 .inbox .d2{
	justify-content:flex-start;
	margin-top:5vw;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10vw 0 5vw;
}
.doctors .con3 .inbox .d2 img{
	margin-right: 5vw;
	width:40vw;
}
.doctors .con3 .inbox .d2  .title h5{
	margin:1vw 0 5vw;
}
.doctors .con3 .inbox .d2 .history{
	justify-content:flex-start;
}
.doctors .con3 .inbox .d2 .history  ul li{
	font-size:2.5vw;
	line-height:150%;
	text-align:left;
}
#contents.doctors .con3 .inbox .d2  .title p {
	font-size:3.5vw;
	margin-bottom:5vw;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	line-height:8vw;
}
.doctors .con3 .inbox .d2  .title p strong{
	color:#000;
	/* font-size:30px; */
	font-weight:600;
	
}
.doctors .con3 .inbox .d2  .title p strong span{
	font-weight:400;
}
.doctors .con4{
	padding:15vw 0;
	text-align:center;
}


.doctors .con4 .conbox{
	position:relative;
}
.doctors .con4 .conbox .ttbox h2{
	font-size:6vw;
	margin-bottom:5vw;
}
.doctors .con4 .conbox .ttbox p{
	font-size:3.5vw;
}
.doctors .con4 .conbox .hisbox .flex{
	flex-wrap:wrap;
	justify-content:center;
}
.doctors .con4 .conbox .hisbox .flex li{
	width:40vw;
	margin-right:5vw;
}
.doctors .con4 .conbox .hisbox .flex li:nth-child(2n){
	margin-right:0;
}
.doctors .con4 .conbox .hisbox .flex li .marcellus{
	font-size:15vw;
	text-align:center;
	position:relative;
	padding-left:5vw;
	color:#a06e4b;
	margin-top:5vw;
}
.doctors .con4 .conbox .hisbox .flex li .marcellus .ab{
	font-size:3.5vw;
	position:absolute;
	left:1vw;
	top:60%;
	transform:translateY(-100%);
}
.doctors .con4 .conbox .hisbox .flex li .marcellus .perc{
	font-size:8vw;
	position:absolute;
	right:1vw;
	top:70%;
	transform:translateY(-50%);
}
.doctors .con4 .conbox .hisbox .flex li .textbox{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:3vw 0;
	margin-top: 1vw;
}

.doctors .con4 .conbox .hisbox .flex li .textbox p{
	font-size:3vw;
	line-height:150%;
}
.doctors .con4 .conbox .hisbox .flex li .textbox .en{
	font-size:3vw;
}
.doctors .con4 .conbox .hisbox .flex li .textbox p:first-child{
	margin-bottom:2vw;
}



/*진료철학*/
#sub_con .medical1{
	padding:10vw 0 15vw;
	text-align:center;
	background:url(../images/sub/starline/medical1_bg.png) no-repeat 50% 100%; 
	background-size:cover;
}
#sub_con .medical1 .inbox{
	position:relative;
}
#sub_con .medical1 .inbox .slidebox ul li .flex{
	display:block;
	background:#fff;
	padding:10vw 5vw;
	margin: 0 auto;
}
#sub_con .medical1 .inbox .slidebox ul li .flex .left{
	padding:0 5vw;
}
#sub_con .medical1 .inbox .slidebox ul li .flex .left .title{
	margin-bottom:5vw;
}
#sub_con .medical1 .inbox .slidebox ul li .flex .left p{
	letter-spacing:-1px;
	margin-top:5vw;
	line-height:150%;
	height:20vw;
}

#sub_con .medical1 .swiper-button-next{
	right:4%;
	left:auto;
}
#sub_con .medical1 .swiper-button-prev{
	right:auto;
	left:4%;
}
#sub_con .medical1 .swiper-pagination{
	text-align:center;
	width:100%;
	top:102%;
}
#sub_con .medical1 .swiper-pagination .swiper-pagination-bullet{
	margin-right:1vw;
	width:1vw;
	height:1vw;
	border:1px solid #cfcfcf;
	background:#fff;
	opacity:1;
}
#sub_con .medical1 .swiper-pagination .swiper-pagination-bullet-active{
	background:#a06e4b;
	border:1px solid #a06e4b;
}
#sub_con .medical1 .swiper-pagination .swiper-pagination-bullet:last-child{
	margin-right:0;
}
#sub_con .medical2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .medical2 .inbox .box .left{
	margin-bottom:5vw;
}
#sub_con .medical2 .inbox .box .title{
	margin-bottom:0;
}
#sub_con .medical2 .inbox .box .title h2:after{
	content:"";
	display:block;
	width:10vw;
	height:0.5vw;
	background:#a06e4b;
	margin: 5vw auto;
}
#sub_con .medical2 .inbox .box .title p{
	margin-bottom:0;
}
#sub_con .medical3{
	padding:15vw 0 10vw;
	text-align:center;
	background:#f8f8f8;
}
#sub_con .medical3 .inbox{

}
#contents #sub_con .medical3 .inbox  .title{
	position:relative;
}
#contents #sub_con .medical3 .inbox  .title h5{
	background:#f8f8f8;
	position:relative;
	z-index:1;
	margin-top:1vw;
}
#contents #sub_con .medical3 .inbox  .title h2{
	background:#f8f8f8;
	position:relative;
	z-index:1;
	padding-right:1vw;
	display:inline-block;
}
#sub_con .medical3 .inbox .title .s1{
	position:absolute;
	top:-7vw;
	left:67%;
	z-index:0;
	animation: rotate_image 15s linear infinite;
	transform-origin:50% 50%;
	width:15vw;
}
@keyframes rotate_image{
	100%{transform:rotate(360deg);}
}
#sub_con .medical3 .inbox .flex{
	flex-wrap:wrap;
	justify-content:center;
}
#sub_con .medical3 .inbox .flex li{
	margin-right:2vw;
	width:42vw;
	margin-bottom:5vw;
	background:#fff;
	padding-bottom:5vw;
}
#sub_con .medical3 .inbox .flex li:nth-child(2n){
	margin-right:0;
}
#sub_con .medical3 .inbox .flex li:nth-child(n+3){
	margin-bottom:0;
}
#sub_con .medical3 .inbox .flex li h6{
	font-size: 2.5vw;
	color:#a06e4b;
	margin-top:5vw;
}
#sub_con .medical3 .inbox .flex li h5{
	font-size: 3.5vw;
	font-weight:700;
	color:#a06e4b;
	margin-bottom:1vw;
}
#sub_con .medical3 .inbox .flex li p{
	font-size: 3vw;
}


/*사후관리*/
#sub_con .aftercare1{
	padding:15vw 0;
	text-align:center;
}
#sub_con .aftercare1 .inbox .prog{
	background:#f1f1f1;
	border-radius:1vw;
	padding:5vw;
	text-align:left;
}
#sub_con .aftercare1 .inbox .prog h5{
	text-align:left;
	font-size:4vw;
	font-weight:700;
	margin-bottom:5vw;
}
#sub_con .aftercare1 .inbox .prog .flex{
	justify-content:flex-start;
	border-top:1px solid #a06e4b;
}
#sub_con .aftercare1 .inbox .prog .flex li{
	position:relative;
	padding:2.5vw;
}
#sub_con .aftercare1 .inbox .prog .flex li:first-child{
	width:25%;
}
#sub_con .aftercare1 .inbox .prog .flex li img{
	position:absolute;
	top:0;
	left:0;
	transform:translate(-1vw, -1vw);
	width:2vw;
}
#sub_con .aftercare1 .inbox .prog .flex li h6{
	font-size: 3vw;
	font-weight:700;
	color:#a06e4b;
	margin-bottom:1vw;
	letter-spacing:-1px;
}
#sub_con .aftercare1 .inbox .prog .flex li p{
	letter-spacing:-1px;
}
#sub_con .aftercare1 .inbox .prog .flex li p span{
	color:#999;
	display:inline-block;
	margin-bottom:0.5vw;
	font-size:2.5vw;
}
#sub_con .aftercare1 .inbox .eye{
	margin-bottom:5vw;
}
#sub_con .aftercare1 .inbox .eye .flex li{
	width:30%;
}
#sub_con .aftercare1 .inbox .lifting .flex li{
	width:30%;
}
#sub_con .aftercare1 .inbox .lifting .flex2{
	margin-top:5vw;
}
#sub_con .aftercare2{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/starline/aftercare2_bg.png) no-repeat 50% 100%; 
	background-size:cover;
}
#sub_con .aftercare2 .inbox .flex{
	justify-content:center;
	flex-wrap:wrap;
}
#sub_con .aftercare2 .inbox .flex li{
	background:#fff;
	border-radius: 1vw;
	border:2px solid #fff;
	background:rgba(255,255,255,0.9);
	width:40vw;
	margin-right:2vw;
	margin-bottom:2vw;
	padding:5vw 0;
}
#sub_con .aftercare2 .inbox .flex li img{
	width:5vw;
}
#sub_con .aftercare2 .inbox .flex li:nth-child(2n){
	margin-right:0;
}
#sub_con .aftercare2 .inbox .flex li:nth-child(n+3){
	margin-bottom:0;
}
#sub_con .aftercare2 .inbox .flex li h5{
	font-size:3.5vw;
	font-weight:600;
	margin:1vw 0 3vw;
	line-height:130%;
}
#sub_con .aftercare2 .inbox .flex li p{
	font-size:3vw;
}
#sub_con .aftercare3{
	padding:15vw 0 10vw;
}
#sub_con .aftercare3 .inbox{
	align-items:center;
}
#sub_con .aftercare3 .inbox .title{
	position:relative;
	padding-bottom:2vw;
}
#sub_con .aftercare3 .inbox .title .s1{
	position:absolute;
	top:-7vw;
	left:67%;
	z-index:-1;
	animation: rotate_image 15s linear infinite;
	transform-origin:50% 50%;
	width:15vw;
}
@keyframes rotate_image{
	100%{transform:rotate(360deg);}
}
#sub_con .aftercare3 .inbox .title h2{
	font-weight:500;
	/* margin-bottom:40px; */
	display:inline-block;
	background:#fff;
	padding-right:1vw;
	padding-top:1vw;
}
#sub_con .aftercare3 .inbox .title p{
	margin-top:2vw;
	font-size:3.5vw;
}
#sub_con .aftercare3 .inbox .title .swiper-pagination{
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}
#sub_con .aftercare3 .inbox .title .swiper-pagination .swiper-pagination-bullet{
	width:1vw;
	height:1vw;
	background:#d7d7d7;
	border-radius:0;
	margin-right:1vw;
	opacity:1;
	border-radius:50%;
}
#sub_con .aftercare3 .inbox .title .swiper-pagination .swiper-pagination-bullet-active{
	background:#a06e4b;
}

#sub_con .aftercare3 .inbox .slidebox{

	overflow:hidden;
	text-align: center;
}
#sub_con .aftercare3 .inbox .slidebox ul li div{
	position:relative;
	margin-bottom:2vw;
}
#sub_con .aftercare3 .inbox .slidebox ul li div p{
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size:3vw;
	line-height:150%;
	font-weight:400;
	background:rgba(128,83,51,0.9);
	padding:3vw 0;
}
#sub_con .aftercare3 .inbox .slidebox ul li h3{
	font-size:3.5vw;
	font-weight:600;
}




/*공통*/
#contents .surgery_info{
	padding:10vw 0;
}
#contents .surgery_info .inbox .flex{
	text-align:center;
	justify-content:center;
	flex-wrap:wrap;
}
#contents .surgery_info .inbox .flex li{
	width:40vw;
	height:7vw;
	border:1px solid #ccc;
	border-radius:1vw;
	margin-right:2vw;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding:1vw 0;
	padding-left:3vw;
	letter-spacing:-1px;
	margin-bottom:2vw;
}
#contents .surgery_info .inbox .flex li:nth-child(2n){
	margin-right:0;
}
#contents .surgery_info .inbox .flex li:nth-child(n+4){
	margin-bottom:0;
}
#contents .surgery_info .inbox .flex li img{
	/* margin-top:30px; */
	width:4vw;
}
#contents .surgery_info .inbox .flex li h5{
	color:#a06e4b;
	font-size:3.5vw;
	line-height:3.5vw;
	margin:0 1.5vw;
}
#contents .surgery_info .inbox .flex li p{
	font-size: 3vw;
	color:#a6a6a6;
	transform:translateY(0.2vw);
	letter-spacing:-1.5px;
}

#sub_con .surgery_system{
	padding:15vw 0;
	background:url(../images/sub/common/surgery_system-bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#sub_con .surgery_system .inbox .flex{
	justify-content:center;
	flex-wrap:wrap;
}
#sub_con .surgery_system .inbox .flex li{
	margin-right:3vw;
	width:40vw;
	border-radius:1vw;
	overflow:hidden;
	background:#fff;
	letter-spacing:-1px;
	margin-bottom:3vw;
}
#sub_con .surgery_system .inbox .flex li:nth-child(2n){
	margin-right:0;
}
#sub_con .surgery_system .inbox .flex li:nth-child(n+2){
	margin-bottom:0;
}
#sub_con .surgery_system .inbox .flex li h6{
	font-size:2.5vw;
	font-weight:600;
	padding-left:3vw;
	margin-top:5vw;
}
#sub_con .surgery_system .inbox .flex li h5{
	font-size:3.5vw;
	font-weight:500;
	margin-bottom:1vw;
	padding-left:3vw;
}
#sub_con .surgery_system .inbox .flex li p{
	font-size:3vw;
	line-height:150%;
	padding-left:3vw;
	padding-bottom:5vw;
}
#sub_con .lifting_step{
	padding:15vw 0;
}
#sub_con .lifting_step .inbox{
	/* text-align: center; */
}
#sub_con .lifting_step .inbox img{
	display:block;
	margin: 0 auto 5vw;
}
#sub_con .lifting_step .inbox .flex{
	justify-content: center;
	flex-wrap:wrap;
}
#sub_con .lifting_step .inbox .flex > li{
	margin-right:2vw;
	width:28vw;
	margin-bottom:5vw;
}
#sub_con .lifting_step .inbox .flex > li:last-child{
	margin-right:0px;
}
#sub_con .lifting_step .inbox .flex2 li{
	margin-bottom:0;
}

#sub_con .lifting_step .inbox .flex li h5{
	/* width:250px; */
	height:6vw;
	font-size:3vw;
	color:#fff;
	text-align:center;
	font-weight:300;
	background:#a06e4b;
	border-radius:3vw;
	line-height:5.9vw;
}
#sub_con .lifting_step .inbox .flex li  ul{
	padding-top: 2vw;
	padding-left:2vw;
}
#sub_con .lifting_step .inbox .flex li  ul li{
	position:relative;
	font-size:3vw;
	line-height:5vw;
	font-weight:400;
	padding-left:1.5vw;
}
#sub_con .lifting_step .inbox .flex li  ul li:before{
	content:"";
	display:inline-block;
	width:0.8vw;
	height:0.8vw;
	background:#835c40;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

#sub_con .sub_title{
	padding:10vw 0;
	background:#eedfd1;
	text-align:center;
}
#sub_con .sub_title h3{
	font-size:6vw;
	font-family:Arial;
	font-weight:600;
	color:#fff;
}
#sub_con .sub_title h4{
	font-size:4vw;
	font-weight:600;
	margin:5vw 0 1vw;
}
#sub_con .sub_title p{
	font-size:3.5vw;
	font-weight:400;
}

#sub_con .title{
	margin-bottom:5vw;
}
#sub_con .title h5{
	font-size:3.5vw;
}
#sub_con .title h5.en{
	font-size:2.5vw;
	letter-spacing:0.2vw;
	margin-bottom:2vw
}
#sub_con .title h2{
	font-size:6vw;
	font-weight:700;
}
#sub_con .title p{
	font-size:3vw;
	margin-top:2vw;
	font-weight:400;
}
#sub_con .starlineTV{
	background:#fff !important;
}
#sub_con p{
	font-size:3vw;
}
#sub_con .process{
	padding:15vw 0;
}
#sub_con .process .inbox .flex{
	justify-content:center;
	text-align:center;
	flex-wrap:wrap;
}
#sub_con .process .inbox .flex li{
	margin-right:2vw;
	position:relative;
	width:40vw;
	margin-bottom:5vw;
}
#sub_con .process .inbox .flex li:nth-child(2n){
	margin-right:0;
}

#sub_con .process .inbox .flex li:nth-child(n+2){
	margin-bottom:0;
}
#sub_con .process .inbox .flex li h5{
	font-size:3vw;
	color:#a06e4b;
	margin:2vw 0 1vw
}
#sub_con .concern_area{
	padding:15vw 0;
	background:#eedfd1;
	text-align:center;
}
#sub_con .concern_area .inbox{
	justify-content:center;
}
#sub_con .concern_area .inbox .left{
}
#contents #sub_con .concern_area .inbox .left .title{
	text-align:left;
	margin-bottom:40px;
}
#sub_con .concern_area .inbox .left ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:5vw;
}
#sub_con .concern_area .inbox .left ul li{
	width:44vw;
	height:6vw;
	background:#828282;
	line-height:5.9vw;
	border-radius:3vw;
	color:#fff;
	font-size:3vw;
	margin-bottom:1vw;
}
#sub_con .concern_area .inbox .left ul li.on{
	background:#835c40;
	cursor:default;
}
#sub_con .concern_area .inbox .left ul li:last-child{
	margin-bottom:0;
}
#sub_con .concern_area .inbox .right{
	position: relative;
	border:1px solid #835c40;
	border-radius:1vw;
	overflow:hidden;
}
#sub_con .concern_area .inbox .right img{
	display:block;
}
#sub_con .concern_area .inbox .right ul li{
	position:absolute;
	width:2vw;
	height:2vw;
	line-height:1.85vw;
	font-size:2vw;
	color:#fff;
	border-radius:50%;
	background:#85807e;
	transform:translate(-50%,-50%);
	cursor:pointer;
}
#sub_con .concern_area .inbox .right ul li.on{
	background:#835c40;
	cursor:default;
}

#sub_con .casebox{
	padding:15vw 0;
	background:url(../images/sub/fullface/relifting3-bg.png) no-repeat 50% 50%; 
}
#sub_con .casebox .inbox{
	width:80vw;
	position:relative;
}
#sub_con .casebox .inbox .caseSwiper{
	border:2px solid #fff;
	/* border-radius:1vw; */
	background:rgba(255,255,255,0.4);
	padding:3vw 3vw 5vw;
}
#sub_con .casebox .inbox .caseSwiper li .box{
	text-align:center;
}
#sub_con .casebox .inbox .caseSwiper li .box .left{
	margin-bottom:3vw;
}
#sub_con .casebox .inbox .caseSwiper li .box .right{

}
#sub_con .casebox .inbox .caseSwiper li .box .right h5{
	font-size: 3.5vw;
	margin-bottom:1vw;
}
#sub_con .casebox .inbox .caseSwiper li .box .right h2{
	font-size: 6vw;
	line-height:100%;
	margin-bottom:3vw;
	font-weight:600;
	color:#835c40;
}
#sub_con .casebox .inbox .caseSwiper li .box .right h6{
	font-size: 3vw;
	height:6vw;
	border-radius:3vw;
	background:#835c40;
	font-weight:400;
	color:#fff;
	margin-bottom:3vw;
	line-height:5.9vw;
}
#sub_con .swiper-button-prev{
	left:auto;
	right:102%;
}
#sub_con .swiper-button-next{
	left:102%;
	right:auto;
}
#sub_con .swiper-button-prev:after, 
#sub_con .swiper-button-next:after {
    color:#835c40;
}




/*풀안면거상*/
 #sub_con .fullface2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .fullface2 .inbox h3{
	 font-size: 4.5vw;
	 font-weight:700;
	 margin-bottom:5vw;
}
#sub_con .fullface3{
	  padding:15vw 0;
	  background:#fbfbfb;
	  text-align:center;
}
#sub_con .fullface3 .inbox .title p{
	margin:0;
	font-size:2.5 !important;
	/* font-weight:300 !important; */
}
#sub_con .fullface3 .inbox .left{
		width:100%;
		margin-bottom:2vw;
}
#sub_con .fullface3 .inbox .left video{
		width: 100%;
}
#sub_con .fullface3 .inbox .flex{
	margin-bottom:5vw;
}
#sub_con .fullface3 .inbox .right li{
	background:#fff;
	border:1px solid #ddd;
	width:32%;
	border-radius:1vw;
	margin-bottom:1vw;
	padding:3vw 0;
}
#sub_con .fullface3 .inbox .right li:last-child{
	margin-bottom:0;
}
#sub_con .fullface3 .inbox .right li img{
	height:3.5vw;
}
#sub_con .fullface3 .inbox .right li h5{
	font-size:3vw;
	font-weight:500;
	color:#a06e4b;
	line-height:100%;
}
#sub_con .fullface3 .inbox .right li p{
	font-size:2.5vw;
	color:#a6a6a6;
}
#sub_con .fullface4{
	padding:15vw 0;
	background:url(/images/sub/fullface/fullface4-bg.png) no-repeat 50% 25%; 
	background-size:50% auto;
}
#sub_con .fullface4 .inbox div img{
	width:80vw;
	margin:10vw auto 0;
	display:block;
}
#sub_con .fullface4 .inbox ul{
	width:80vw;
	margin:0 auto;
}
#sub_con .fullface4 .inbox ul li{
	padding-top: 5vw;
	padding-left:5vw;
	background:url(../images/sub/fullface/fullface4-line.png) no-repeat 0% 0%; 
	background-size:contain;
	font-size:3vw;
	margin-bottom:5vw;
	letter-spacing:-1px;
}
#sub_con .fullface4 .inbox ul li:last-child{
	margin-bottom:0;
}
#sub_con .fullface5{
	padding:15vw 0;
	background:url(../images/sub/fullface/fullface5-bg.png) no-repeat 50% 50%; 
}
#sub_con .fullface5 .inbox .box{
	width:80vw;
	margin: 0 auto;
}
#sub_con .fullface5 .inbox .box > div{
	background:#fcf9f6;
	padding: 2vw;
	text-align:center;
}
#sub_con .fullface5 .inbox .box .left{
	margin-bottom:8vw;
}
#sub_con .fullface5 .inbox .box > div img{
	margin-bottom:2vw;
}
#sub_con .fullface5 .inbox .box > div p{
	font-weight:500;
}
#sub_con .fullface5 .inbox .box > div h5{
	/* width:600px; */
	height:7vw;
	border-radius:3.5vw;
	line-height:6.9vw;
	color:#fff;
	background:#595959;
	margin:1vw 0 2vw;
	font-size:3.5vw;
}
#sub_con .fullface5 .inbox .box .right h5{
	background:#a06e4b;
}
#sub_con .fullface5 .inbox .box > div ul{
	display:inline-block;
}
#sub_con .fullface5 .inbox .box > div ul li{
	text-align:left;
	font-size:3vw;
	margin-bottom :1vw;
}
#sub_con .fullface5 .inbox .box > div ul li img{
	vertical-align:middle;
	margin:0;
	margin-right:1vw;
	width:3vw;
}
#sub_con .fullface5 .inbox .box .right{
	position:relative;
}
#sub_con .fullface5 .inbox .box .right .label{
	position:absolute;
	top:0;
	right:0;
	transform:translate(30%, -30%);
	width:15vw;
}
#sub_con .fullface7 .right ul .po1{
	left:32vw;
	top:25vw;
}
#sub_con .fullface7 .right ul .po2{
	left:42vw;
	top:28vw;
}
#sub_con .fullface7 .right ul .po3{
	left:47vw;
	top:31vw;
}
#sub_con .fullface7 .right ul .po4{
	left:48vw;
	top:25vw;
}
#sub_con .fullface7 .right ul .po5{
	left:43vw;
	top:36vw;
}
#sub_con .fullface7 .right ul .po6{
	left:52vw;
	top:37vw ;
}


/*리프팅재수술*/
#sub_con .relifting2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .relifting4{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/fullface/relifting4-bg.png) no-repeat 50% 50%; 
}
#sub_con .relifting4 .inbox .flex{
	justify-content:center;
}
#sub_con .relifting4 .inbox .flex .left{
	position:relative;
	width:48.5vw;
	height:47vw;
	margin-right:1vw;
}
#sub_con .relifting4 .inbox .flex .left li{
	position:absolute;
	top:0;
	left:0;
	display:none;
	height:100%;
}
#sub_con .relifting4 .inbox .flex .left li img{
	height:100%;
	width:auto;
}
#sub_con .relifting4 .inbox .flex .left .on{
	display:block;
}
#sub_con .relifting4 .inbox .flex .right{
	width:36vw;
}
#sub_con .relifting4 .inbox .flex .right li{
	padding:3vw 0;
	border:1px solid #835c40;
	border-radius:5px;
	margin-bottom:1vw;
	font-size:3vw;
	color:#835c40;
	cursor:pointer;
}
#sub_con .relifting4 .inbox .flex .right li:last-child{
	margin-bottom:0;
}
#sub_con .relifting4 .inbox .flex .right .on{
	color:#fff;
	background:#835c40;
}
#sub_con .relifting5{
	
}

#sub_con .relifting5 .inbox .right ul .po1{
	left:38vw;
	top:5vw;
}
#sub_con .relifting5 .inbox .right ul .po2{
	left:30vw;
	top:10vw;
}
#sub_con .relifting5 .inbox .right ul .po3{
	left:30vw;
	top:17vw;
}
#sub_con .relifting5 .inbox .right ul .po4{
	left:31vw;
	top:23vw;
}
#sub_con .relifting5 .inbox .right ul .po5{
	left:48vw;
	top:23vw;
}
#sub_con .relifting5 .inbox .right ul .po6{
	left:50vw;
	top:36vw;
}




/*볼라인리프팅*/
#sub_con .cheekline2{
	padding-top:10vw;
	text-align:center;
	background:url(../images/sub/personal/cheekline2-bg.png) no-repeat 50% 50% #ececec; 
	background-size: 80vw auto;
}
#sub_con .cheekline2 .inbox{
	position:relative;
}
#sub_con .cheekline2 .inbox img{
	display:block;
	margin: -5vw auto 0;
}
#sub_con .cheekline2 .inbox .text{
	background:url(../images/sub/personal/cheekline2_textbox.png) no-repeat 50% 50%; 
	background-size:cover;
	position:absolute;
	bottom:10vw;
	left:0;
	width:100%;
	padding:2vw 0;
	letter-spacing:-1px;
}
#sub_con .cheekline3{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/personal/cheekline3-bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#sub_con .cheekline3 .inbox img{
	margin-left:2vw;
	width:70vw;
}
#sub_con .cheekline4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .cheekline4 .inbox .box{
	position:relative;
}
#sub_con .cheekline4 .inbox .box > div{
	padding: 2vw;
	text-align:center;
	border:1px solid #835c40;
}
#sub_con .cheekline4 .inbox .box .left{
	margin-bottom:5vw;
}
#sub_con .cheekline4 .inbox .box > div img{
	margin-bottom:2vw;
}
#sub_con .cheekline4 .inbox .box > div p{
	font-weight:500;
}
#sub_con .cheekline4 .inbox .box > div h5{
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	background:#595959;
	margin:1vw 0 2vw;
	font-size:3.5vw;
}
#sub_con .cheekline4 .inbox .box .right h5{
	background:#a06e4b;
}
#sub_con .cheekline4 .inbox .box > div ul{
	display:inline-block;
}
#sub_con .cheekline4 .inbox .box > div ul li{
	text-align:left;
	font-size:3vw;
	margin-bottom :1vw;
}

#sub_con .cheekline4 .inbox > p{
	margin-top:5vw;
}
#sub_con .cheekline5{
	padding:0 0 10vw;
}

#sub_con .cheekline6 .inbox .right ul .po1{
	left:48vw;
	top:18vw;
}
#sub_con .cheekline6 .inbox .right ul .po2{
	left:49vw;
	top:24vw;
}
#sub_con .cheekline6 .inbox .right ul .po3{
	left:47vw;
	top:29vw;
}
#sub_con .cheekline6 .inbox .right ul .po4{
	left:32.5vw;
	top:24vw;
}
#sub_con .cheekline6 .inbox .right ul .po5{
	left:31.5vw;
	top:28vw;
}
#sub_con .cheekline6 .inbox .right ul .po6{
	left:52vw;
	top:35vw;
}

/*브이라인리프팅*/
#sub_con .vline2{
	padding-top:10vw;
	text-align:center;
	background:url(../images/sub/personal/vline2-bg.png) no-repeat 50% 50% #ececec; 
	background-size: 80vw auto;
}
#sub_con .vline2 .inbox{
	position:relative;
}
#sub_con .vline2 .inbox img{
	display:block;
	margin: -5vw auto 0;
}
#sub_con .vline2 .inbox .text{
	background:url(../images/sub/personal/vline2_textbox.png) no-repeat 50% 50%; 
	background-size:cover;
	position:absolute;
	bottom:10vw;
	left:0;
	width:100%;
	padding:2vw 0;
	letter-spacing:-1px;
}

#sub_con .vline3{
	padding:15vw 0;
	text-align:center;
}
#sub_con .vline3 .inbox .box div h5{
	/* width:600px; */
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	background:#a06e4b;
	font-size: 3.5vw;
	font-weight:500;
	margin-top:2vw;
}
#sub_con .vline3 .inbox .box .center img{
	width:3vw;
	display:block;
	margin:5vw auto;
}
#sub_con .vline6 .inbox .right ul .po1{
	left:32.5vw;
	top:24vw;
}
#sub_con .vline6 .inbox .right ul .po2{
	left:42vw;
	top:29vw;
}
#sub_con .vline6 .inbox .right ul .po3{
	left:47vw;
	top:29vw;
}
#sub_con .vline6 .inbox .right ul .po4{
	left:48vw;
	top:25vw;
}
#sub_con .vline6 .inbox .right ul .po5{
	left:44vw;
	top:36vw;
}
#sub_con .vline6 .inbox .right ul .po6{
	left:52vw;
	top:36vw;
}

/*이중턱*/
#sub_con .doublechin2{
	padding:15vw 0;
	text-align:center;
	background:#f8f8f8;
}
#sub_con .doublechin2 .inbox .flex{
	justify-content:center;
	margin-bottom:5vw;
}
#sub_con .doublechin2 .inbox .flex img{
	width:44vw;
}
#sub_con .doublechin2 .inbox .flex .left{
	margin-right:2vw;
}
#sub_con .doublechin3{
	padding:15vw 0;
	text-align:center;
}
#sub_con .doublechin3 .inbox .box .left{
	margin-bottom:5vw;
}
#sub_con .doublechin3 .inbox .box div h5{
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	background:#a06e4b;
	font-size: 3.5vw;
	font-weight:500;
	margin-top:1vw;
}
#sub_con .doublechin3 .inbox .box div img{
	border:1px solid #f5f5f5;
}
#sub_con .doublechin3 .inbox .text_flex{
	display:flex;
	justify-content:space-between;
	margin-top:5vw;
	flex-wrap:wrap;
	padding:0 5vw;
}
#sub_con .doublechin3 .inbox .text_flex li{
	border:1px solid #835c40;
	width:39vw;
	padding:3vw 0;
	position:relative;
	margin-bottom:2vw;
}
#sub_con .doublechin3 .inbox .text_flex li:nth-child(n+3){
	margin-bottom:0;
}
#sub_con .doublechin3 .inbox .text_flex li h5{
	color:#835c40;
	font-size: 3vw;
	font-weight:400;
	margin-bottom:1vw;
}
#sub_con .doublechin4{
	padding:15vw 0;
	background:#f8f8f8;
	text-align:center;
}
#sub_con .doublechin4 .inbox .box{
	width:80vw;
	margin:0 auto;
}
#sub_con .doublechin4 .inbox .right{
	position:relative;
	margin-top:8vw;
}
#sub_con .doublechin4 .inbox .right .label{
	position:absolute;
	top:0;
	right:0;
	transform:translate(30%,-30%);
	width:12vw;
}

#sub_con .doublechin4 .inbox .box > div img{
	display:block;
}
#sub_con .doublechin4 .inbox .box > div p{
	font-weight:500;
}
#sub_con .doublechin4 .inbox .box > div h5{
	background:#595959;
	margin:2vw 0 2vw;
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	font-size: 3.5vw;
	font-weight:500;
}
#sub_con .doublechin4 .inbox .box .right h5{
	background:#a06e4b;
}
#sub_con .doublechin4 .inbox .box > div ul{
	display:inline-block;
}
#sub_con .doublechin4 .inbox .box > div ul li{
	text-align:left;
	font-size:20px;
	margin-bottom :10px;
}
#sub_con .doublechin4 .inbox .box > div ul li img{
	vertical-align:middle;
	margin:0;
	margin-right:10px;
}

#sub_con .doublechin5 .inbox .right ul .po1{
	left:38vw;
	top:21vw;
}
#sub_con .doublechin5 .inbox .right ul .po2{
	left:43vw;
	top:20vw;
}
#sub_con .doublechin5 .inbox .right ul .po3{
	left:39vw;
	top:29vw;
}
#sub_con .doublechin5 .inbox .right ul .po4{
	left:33vw;
	top:29vw;
}


/*컨투어링*/

#sub_con .contouring2{
	padding:12vw 0 10vw;
	text-align:center;
}
#sub_con .contouring2 .inbox .box{
	position:relative;
	/* width:70vw; */
	margin: 0 auto;
}
#sub_con .contouring2 .inbox .box .label{
	position:absolute;
	top:0;
	right:10vw;
	transform:translate(30%,-30%);
	width:12vw;
}
#sub_con .contouring2 .inbox .box .imgbox{
	margin:0 auto 5vw;
	width:65vw;
}
#sub_con .contouring2 .inbox .box .textbox img{
	width:80vw;
	margin: 0 auto;
}
#sub_con .contouring2 .inbox .box .textbox p{
	margin-top:5vw;
}

#sub_con .contouring3{
	padding-top:10vw;
	text-align:center;
	background:url(../images/sub/personal/contouring3-bg.png) no-repeat 50% 50% #ececec; 
	background-size: 80vw auto;
}
#sub_con .contouring3 .inbox{
	position:relative;
}
#sub_con .contouring3 .inbox img{
	display:block;
	margin: -3vw auto 0;
}
#sub_con .contouring3 .inbox .text{
	background:url(../images/sub/personal/contouring3_textbox.png) no-repeat 50% 50%; 
	background-size:contain;
	position:absolute;
	bottom:10vw;
	left:0;
	width:100%;
	padding:3vw 2vw;
	letter-spacing:-1px;
}

#sub_con .contouring4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .contouring4 .inbox .box{
	width:80vw;
	margin:0 auto;
}
#sub_con .contouring4 .inbox .box .left{
	margin-bottom:5vw;
}
#sub_con .contouring4 .inbox .box div h5{
	background:#a06e4b;
	font-weight:500;
	margin-top:1vw;
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	font-size: 3.5vw;
}
#sub_con .contouring4 .inbox .box div img{
	width:100%;
}
#sub_con .contouring4 .inbox .box .left h5{
	background:#333;
}
#sub_con .contouring5{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/personal/contouring5-bg.png) no-repeat 50% 50%; 
}
#sub_con .contouring5 .inbox{
	position:relative;
}
#sub_con .contouring5 .inbox .slidebox ul li .flex{
	background:rgba(255,255,255,0.6);
	display:block;
	width:70vw;
	padding:5vw;
	margin: 0 auto;
	border-radius:1vw;
}
#sub_con .contouring5 .inbox .slidebox ul li .flex .left{
	margin-bottom:5vw;
}
#sub_con .contouring5 .inbox .slidebox ul li .flex .left .title h6{
	font-size:3vw;
	color:#ddd;
	font-weight:900;
	margin-bottom:2vw;
}
#sub_con .contouring5 .swiper-button-next{
	right:0%;
	left:auto;
}
#sub_con .contouring5 .swiper-button-prev{
	right:auto;
	left:0%;
}
#sub_con .contouring5 .swiper-pagination{
	text-align:center;
	width:100%;
	top:102%;
}
#sub_con .contouring5 .swiper-pagination .swiper-pagination-bullet{
	margin-right:1vw;
	width:1vw;
	height:1vw;
	border:1px solid #cfcfcf;
	background:#fff;
	opacity:1;
}
#sub_con .contouring5 .swiper-pagination .swiper-pagination-bullet-active{
	background:#a06e4b;
	border:1px solid #a06e4b;
}
#sub_con .contouring5 .swiper-pagination .swiper-pagination-bullet:last-child{
	margin-right:0;
}

#sub_con .contouring6 .inbox .right ul .po1{
	left:35vw;
	top:8vw;
}
#sub_con .contouring6 .inbox .right ul .po2{
	left:45vw;
	top:16vw;
}
#sub_con .contouring6 .inbox .right ul .po3{
	left:31vw;
	top:21vw;
}
#sub_con .contouring6 .inbox .right ul .po4{
	left:42vw;
	top:23vw;
}
#sub_con .contouring6 .inbox .right ul .po5{
	left:41vw;
	top:34vw;
}


/*이마거상*/
#sub_con .forehead2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .forehead2 .box{
	margin-top:5vw;
}
#sub_con .forehead2 .box .left{
	margin-bottom:5vw;
}
#sub_con .forehead2 .box div h5{
	background:#a06e4b;
	font-weight:500;
	margin-top:1vw;
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	font-size: 3.5vw;
}
#sub_con .forehead3{
	padding:15vw 0;
	background:#f2f2f2;
	text-align:center;
}
.tab_menu .inbox .tab_box{
	margin: 0 auto 5vw;
	border-bottom:2px solid #000;
	padding-bottom:5vw;
	
}

.tab_menu .inbox .tab_box .tab_btn{
	display:flex;
	justify-content:center;
}
.tab_menu .inbox .tab_box .tab_btn li{
	width:25vw;
	height:15vw;
	border-radius: 1vw;
	border:1px solid #bbb;
	background:#fff;
	margin-right:2vw;
	text-align:center;
	position:relative;
	filter:grayscale(1);
	cursor:pointer;
}
.tab_menu .inbox .tab_box .tab_btn li img{
	height:5vw;
	display:block;
	margin: 0 auto;
}
.tab_menu .inbox .tab_box .tab_btn li:last-child{
	margin-right:0;
}
.tab_menu .inbox .tab_box .tab_btn li.on{
	filter:none;
	border:1px solid #835c40;
}
.tab_menu .inbox .tab_box .tab_btn li div{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	opacity:0.5;
}
.tab_menu .inbox .tab_box .tab_btn li.on div{
	opacity:1;
}
.tab_menu .inbox .tab_box .tab_btn li div p{
	margin-top:1vw;
}
.tab_menu .inbox .tab_con{
	width:80vw;
	margin:0 auto;
}
.tab_menu .inbox .tab_con > li{
	display:none;
	text-align:center;
}
.tab_menu .inbox .tab_con > li.on{
	display:block;
}
.tab_menu .inbox .tab_con > li .pp{
	margin-bottom:5vw;
}
.tab_menu .inbox .tab_con > li .flex{
	flex-wrap:wrap;
}
.tab_menu .inbox .tab_con > li .flex li{
	width:39vw;
	margin-bottom:5vw;
}
.tab_menu .inbox .tab_con > li .flex li:nth-child(n+3){
	margin-bottom:0;
}
.tab_menu .inbox .tab_con > li .flex li h5{
	width:25vw;
	height:5vw;
	border-radius:2.5vw;
	line-height:4.9vw;
	color:#fff;
	font-size: 3vw;
	background:#835c40;
	margin:1vw auto 2vw;
	font-weight:400;
}
.tab_menu .inbox .tab_con > li .pbox{
	margin-top:5vw;
}
.tab_menu .inbox .tab_con > li .pbox li{
	padding:2vw 0;
	border-radius:1vw;
	background:#835c40;
	color:#fff;
	margin-top:2vw;
	font-size:3vw;
	font-weight:400;
}
#sub_con .forehead4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .forehead4 .inbox .box{
	/* margin:5vw 0; */
}
#sub_con .forehead4 .inbox .box .left{
	margin-bottom:5vw;
}
#sub_con .forehead4 .inbox .box .left .video video{
	width:100%;
	border-radius:1vw;
}
#sub_con .forehead4 .inbox .box div h5{
	background:#a06e4b;
	font-weight:500;
	margin:1vw 0 2vw;
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	font-size: 3.5vw;
}
#sub_con .forehead5 .inbox .right ul .po1{
	left:54vw;
	top:12vw;
}
#sub_con .forehead5 .inbox .right ul .po2{
	left:43vw;
	top:15vw;
}
#sub_con .forehead5 .inbox .right ul .po3{
	left:56vw;
	top:16.5vw;
}
#sub_con .forehead5 .inbox .right ul .po4{
	left:58vw;
	top:21vw;
}
#sub_con .forehead5 .inbox .right ul .po5{
	left:53vw;
	top:17vw;
}


/*미니리프팅*/
#sub_con .mini2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .mini3{
	padding:15vw 0;
	text-align:center;
	background:#f2f2f2;
}
#sub_con .mini3 p{
	background:#fff;
	border:1px solid #835c40;
	padding:5vw 3vw;
	margin: 5vw auto 0;
	letter-spacing:-1px;
}
#sub_con .mini4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .mini4 .box{
	background:#f5f5f5;
}
#sub_con .mini4 .box .left{
	padding:5vw;
	display:flex;
	align-items:center;
}
#sub_con .mini4 .box .left .text{
	text-align:left;
	width:55%;
}
#sub_con .mini4 .box .left span{
	color:#b69a8b;
	font-weight:600;
	font-size:2.2vw;
	letter-spacing:0.5px;
}
#sub_con .mini4 .box .left p{
	margin-top:5vw;
}
#sub_con .mini4 .box .left dl{
	width:45%;
	border-left:1px solid #ccc;
	padding-left:5%;
}
#sub_con .mini4 .box .left dl dt{
	height:5vw;
	line-height:4.9vw;
	border-radius:2.5vw;
	color:#fff;
	font-size:3vw;
	font-weight:400;
	background:#b69a8b;
	margin-bottom:1vw;
}
#sub_con .mini4 .box .left dl dt.cc{
	background:#ff8543;
}
#sub_con .mini4 .box .left dl dd{
	margin-bottom:2vw;
	font-size:3vw;
	font-weight:500;
}
#sub_con .mini4 .box .left dl dd:last-child{
	margin-bottom:0;
}
#sub_con .mini5{
	padding:0 0 10vw
}
#sub_con .mini6 .inbox .right ul .po1{
	left:44vw;
	top:10.5vw;
}
#sub_con .mini6 .inbox .right ul .po2{
	left:45vw;
	top:23vw;
}
#sub_con .mini6 .inbox .right ul .po3{
	left:56vw;
	top:25vw;
}
#sub_con .mini6 .inbox .right ul .po4{
	left:42vw;
	top:25vw;
}
#sub_con .mini6 .inbox .right ul .po5{
	left:54vw;
	top:30vw;
}
#sub_con .mini6 .inbox .right ul .po6{
	left:40vw;
	top:32vw;
}

/*실리프팅*/
#sub_con .thread2{
	padding:15vw 0;
	text-align:center;
}

#sub_con .thread2 img{
	width:50vw;
	margin-bottom:5vw;
}
#contents #sub_con .thread2 .flex .right .title{
	margin-bottom:0;
}

#sub_con .thread3{
	padding:15vw 0;
	text-align:center;
	background:#f2f2f2;
}
#sub_con .thread3 .box li{
	margin-bottom:5vw;
}
#sub_con .thread3 .box li:last-child{
	margin-bottom:0;
}
#sub_con .thread3 .box li h5{
	background:#835c40;
	margin:1vw 0 2vw;
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	font-size: 3.5vw;
}
#sub_con .thread4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .thread4 h5{
	background:#835c40;
	margin:1vw 0 2vw;
	height:6vw;
	border-radius:3vw;
	line-height:5.9vw;
	color:#fff;
	font-size: 3.5vw;
}
#sub_con .thread5{
	padding:15vw 0;
	background:#f9f9f9;
}
#sub_con .thread6 .inbox .right ul .po1{
	left:54vw;
	top:10vw;
}
#sub_con .thread6 .inbox .right ul .po2{
	left:43vw;
	top:16vw;
}
#sub_con .thread6 .inbox .right ul .po3{
	left:57vw;
	top:23vw;
}
#sub_con .thread6 .inbox .right ul .po4{
	left:45vw;
	top:23vw;
}
#sub_con .thread6 .inbox .right ul .po5{
	left:43vw;
	top:25.5vw;
}
#sub_con .thread6 .inbox .right ul .po6{
	left:40vw;
	top:32vw;
}




/*레이저*/
#sub_con .laser2{
	text-align:center;
}
#sub_con .laser2 .inbox{
	/* width:1200px; */
}
#sub_con .laser2 .laser_tab{
	display:flex;
	justify-content:space-between;
}
#sub_con .laser2 .laser_tab li{
	width:50%;
	padding:3vw 0;
	cursor:pointer;
	opacity:0.4;
	position:relative;
}
#sub_con .laser2 .laser_tab li.on{
	opacity:1;
}
#sub_con .laser2 .laser_tab li p{
	color:#7f6b58;
	letter-spacing:1.5px;
	font-size:2.5vw;
	font-weight:300;
}
#sub_con .laser2 .laser_tab li:first-child:after{
	content:"";
	display:inline-block;
	width:1px;
	height:8vw;
	background:#999;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-45%);
}
#sub_con .laser2 .laser_tab li h4{
	font-size:4vw;
	line-height:130%;
	font-weight:500;
}
#sub_con .inmode .sec1{
	padding:15vw 0;
	background:url(../images/sub/oneday/laser_in1_bg.png) no-repeat 50% 50%;
	background-size:cover;
}
#sub_con .sec1 .inbox{
	position:relative;
	width:75vw;
	padding:5vw 0 45vw;
	text-align:center;
}
#sub_con .sec1 .inbox img{
	width:12vw;
}
#sub_con .inmode .sec1 .inbox{
	background:url(/images/sub/oneday/laser_in1-2.png) no-repeat 50% 100% rgba(255,255,255,0.95);
	background-size:75% auto;
}
#sub_con .sec1 .inbox .label{
	display:none;
}
#sub_con .sec1 .inbox .title{
	margin-top:3vw;
}
#sub_con .inmode .vv{
	padding:15vw 0;
	text-align:center;
}
#sub_con .inmode .vv .box .imgbox{
	margin-bottom:2vw;
}
#sub_con .inmode .vv video{
	width:90vw;
}
#sub_con .inmode .sec2{
	background:#f9f9f9;
}
#sub_con .inmode .sec3{
	background:#f5f5f5;
}
#sub_con .inmode .sec4{
	padding-top:10vw;
	text-align:center;
	background:url(../images/sub/oneday/laser_in4_bg.png) no-repeat 50% 40%;
	background-size: 80vw auto;
}
#sub_con .inmode .sec4 .inbox{
	position:relative;
}
#sub_con .inmode .sec4 .inbox img{
	display:block;
	margin: 0 auto;
	transform:translateX(-2vw);
}
#sub_con .inmode .sec4 .inbox .text{
	background:url(../images/sub/oneday/laser_in4_textbox.png) no-repeat 50% 50%; 
	background-size:cover;
	position:absolute;
	bottom:10vw;
	left:0;
	width:100%;
	padding:2vw 0;
	letter-spacing:-1px;
}
#sub_con .inmode .sec5{
	padding-top:10vw;
	text-align:center;
	background:url(../images/sub/oneday/laser_in5_bg.png) no-repeat 50% 60% #ececec;
	background-size:70vw auto;
}
#sub_con .inmode .sec5 .left{
	/* margin-right:200px; */
	width:50vw;
	transform:translateX(5vw);
}
#sub_con .shurink .sec1{
	padding:15vw 0;
	background:url(../images/sub/oneday/laser_shu1_bg.png) no-repeat 50% 50%;
	background-size:cover;
}
#sub_con .shurink .sec1 .inbox{
	background:url(../images/sub/oneday/laser_shu1-2.png) no-repeat 50% 120% rgba(255,255,255,0.95);
	background-size:62% auto;
}
#sub_con .shurink .sec2{
	padding:10vw 0 50vw;
	text-align:center;
	background:url(../images/sub/oneday/laser_shu2.png) no-repeat 50% 100%;
	background-size:contain;
}
#sub_con .shurink .sec3{
	padding:15vw 0;
	text-align:center;
}
#sub_con .shurink .sec3 .flex{
	flex-wrap:wrap;
	width:80vw;
	margin:0 auto;
}
#sub_con .shurink .sec3 .flex li{
	width:39vw;
	margin-bottom:5vw;
}
#sub_con .shurink .sec3 .flex li:nth-child(n+3){
	margin-bottom:0;
}
#sub_con .shurink .sec3 .flex li h5{
	background:#835c40;
	height: 6vw;
    border-radius: 3vw;
    line-height: 5.9vw;
    color: #fff;
    font-size: 3.5vw;
    margin-top: 1vw;
}
#sub_con .tab_in > div{
	display:none;
}
#sub_con .tab_in > div.on{
	display:block;
}
#sub_con .laser3{
	background:#f9f9f9;
}

/*주사리프팅*/
#sub_con .injection2{
	padding-top:10vw;
	text-align:center;
	background:url(../images/sub/oneday/injection2-bg.png) no-repeat 50% 50% #ececec; 
	background-size: 80vw auto;
}
#sub_con .injection2 .inbox{
	position:relative;
}
#sub_con .injection2 .inbox img{
	display:block;
	margin: 0 auto;
	transform:translateX(8vw);
	width:65vw;
}
#sub_con .injection2 .inbox .text{
	background:url(../images/sub/oneday/injection2_textbox.png) no-repeat 50% 50%; 
	background-size:cover;
	position:absolute;
	bottom:10vw;
	left:0;
	width:100%;
	padding:2vw 0;
	letter-spacing:-1px;
}
#sub_con .injection3{
	padding:15vw 0;
	text-align:center;
}
#sub_con .injection3 .inbox .poplist .box{
	width:80vw;
	margin:0 auto;
}
#sub_con .injection3 .inbox .poplist .box li{
	border:1px solid #a06e4b;
	margin-bottom:3vw;
	padding: 2vw;
	/* width: 340px; */
}
#sub_con .injection3 .inbox .poplist .box li .flex{
	justify-content:center;
	align-items:center;
	padding:2vw 0;
}
#sub_con .injection3 .inbox .poplist .box li h4{
	font-size:4vw;
	line-height:4vw;
	font-weight:600;
}
#sub_con .injection3 .inbox .poplist .box li h4:after{
	content:"";
	display:inline-block;
	width:1px;
	height:2.2vw;
	background:#777;
	margin:0 2vw;
}
#sub_con .injection3 .inbox .poplist .box li p{
	font-size:2.5vw;
	letter-spacing:-1px;
	line-height:4vw;
	font-weight:400;
	color:#777;
	transform:translateY(0.5vw);
}
#sub_con .injection3 .inbox .poplist .box li:last-child{
	margin-right:0;
}
#sub_con .injection3 .inbox .poplist .box li a{
	display:block;
	font-size:3vw;
	color:#fff;
	font-weight:400;
	height:6vw;
	line-height:5.9vw;
	background:#a06e4b;
}
#sub_con .injection3 .inbox .popview{
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	z-index:999;
}
#sub_con .injection3 .inbox .popview.on{
	display:block;
}
#sub_con .injection3 .inbox .popview .box {
	position:relative;
	width:90vw;
	height:108vw;
	margin: auto;
	top:50%;
	transform:translateY(-50%);
	background:#f9f9f9;
}
#sub_con .injection3 .inbox .popview .box .li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:none;
}
#sub_con .injection3 .inbox .popview .box .li .label{
	height:6vw;
	text-align: center;
	background:#a06e4b;
	color:#fff;
	line-height:5.9vw;
	margin-bottom:8vw;
}
#sub_con .injection3 .inbox .popview .box .li .label span{
	font-size:3vw;
	display:block;
	letter-spacing:1px;
	/* width:520px; */
}
#contents #sub_con .injection3 .inbox .popview .box .li .title{
	margin-bottom:5vw;
}
#contents #sub_con .injection3 .inbox .popview .box .li .title h2{
	margin-bottom:20px;
}
#contents #sub_con .injection3 .inbox .popview .box .li .title p{
	margin-bottom:0;
}
#contents #sub_con .injection3 .inbox .popview .box .li .imgbox{
	height:30vw;
}
#contents #sub_con .injection3 .inbox .popview .box .li .imgbox img{
	height:100%;
}
#contents #sub_con .injection3 .inbox .popview .box .li .flex{
	justify-content:center;
	margin-top:5vw;
}
#contents #sub_con .injection3 .inbox .popview .box .li .flex li{
	width:15vw;
	height:15vw;
	background:#a06e4b;
	border-radius:50%;
	position:relative;
	margin-right:1vw;
}
#contents #sub_con .injection3 .inbox .popview .box .li .flex li span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:3vw;
	line-height:130%;
	width:100%;
}
#sub_con .injection3 .inbox .popview .box .li.on{
	display:block;
}
#sub_con .injection3 .inbox .popview .box .li .label2{
	width:12vw;
	height:12vw;
	border:0.7vw solid #a06e4b;
	background:#a06e4b;
	border-radius:50%;
	color:#fff;
	position:absolute;
	top:50%;
	right:10%;
}
#sub_con .injection3 .inbox .popview .box .li .label2 div{
	width:100%;
	height:100%;
	border:1px dashed #fff;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#sub_con .injection3 .inbox .popview .box .li .label2 div span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	font-size:2vw;
}
#sub_con .injection3 .inbox .popview .close{
	color:#fff;
	font-size:5vw;
	position:absolute;
	top:10vw;
	right:5vw;
	font-weight:100;
	cursor:pointer;
	font-family: 'S-CoreDream'; 
}
#sub_con .injection4{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/oneday/injection4_bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#contents #sub_con .injection4 .inbox .title h2{
	color:#fff;
	margin-bottom:10px;
}
#contents #sub_con .injection4 .inbox .title h5{
	color:#fff;
}
#sub_con .injection4 .inbox .box{

}
#sub_con .injection4 .inbox .box .li{
	margin-bottom:5vw;
}
#sub_con .injection4 .inbox .box .li:last-child{
	margin-bottom:0;
}
#sub_con .injection4 .inbox .box .li h6{
	color:#fff;
	font-size:3.5vw;
	font-weight:500;
	margin-bottom:1vw;
	text-align:left;
}
#sub_con .injection4 .inbox .box .li ul li{
	background:rgba(255,255,255,0.9);
	height:8vw;
	line-height:7.9vw;
	font-size:3vw;
	letter-spacing:-1px;
	margin-bottom:1vw;
}

#sub_con .injection5{
	background:#f9f9f9;
}

/*눈썹하거상*/
#sub_con .eyebrow2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .eyebrow2 .inbox .box{
	width:80vw;
	margin:0 auto;
}
#sub_con .eyebrow2 .inbox .box li{
	margin-bottom:3vw;
}
#sub_con .eyebrow2 .inbox .box li:last-child{
	margin-bottom:0;
}
#sub_con .eyebrow2 .inbox .box li img{
	display:block;
}
#sub_con .eyebrow2 .inbox .box li h5{
	color:#fff;
	background:#835c40;
	font-size:3vw;
	height:7vw;
	line-height:6.9vw;
	font-weight:400;
}
#sub_con .eyebrow3{
	padding:15vw 0;
	text-align:center;
	background:#fafafa;
}
#sub_con .eyebrow3 .inbox .box img{
	display:block;
}
#sub_con .eyebrow3 .inbox .box .right h5{
	color:#fff;
	background:#835c40;
	font-size:3vw;
	height:7vw;
	line-height:6.9vw;
	font-weight:400;
}
#sub_con .eyebrow3 .inbox .box .right p{
	padding:3vw 0;
	background:#fff;
}
#sub_con .eyebrow3 .inbox table{
	margin:5vw auto 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:100%;
}
#sub_con .eyebrow3 .inbox table colgroup col:nth-child(2){
	border-left:1px dashed #999;
	border-right:1px dashed #999;
}
#sub_con .eyebrow3 .inbox table thead tr{
	border-bottom:1px solid #000;
}
#sub_con .eyebrow3 .inbox table thead th{
	height:7vw;
	font-size:3vw;
	font-weight:400;
}
#sub_con .eyebrow3 .inbox table tbody td{
	height:8vw;
	font-size:3vw;
	font-weight:400;
	letter-spacing:-1px;
}
#sub_con .eyebrow3 .inbox table tbody tr{
	border-bottom:1px dashed #999;
}
#sub_con .eyebrow3 .inbox table thead .th1{
	background:#bfbfbf;
}
#sub_con .eyebrow3 .inbox table thead .th3{
	background:#835c40;
	color:#fff;
}
#sub_con .eyebrow3 .inbox table thead .th2,
#sub_con .eyebrow3 .inbox table tbody .td2{
	color:#404040;
	font-weight:500;
	font-size:2vw;
}
#sub_con .eyebrow3 .inbox table tbody .td3{
	color:#835c40;
	font-weight:600;
}
#sub_con .eyebrow4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .eyebrow4 .inbox .flex{
	display:block;
}
#sub_con .eyebrow4 .inbox .flex li{
	margin-right:1vw;
	border:1px solid #a37b58;
	background:#f4f4f4;
	padding: 5vw 0;
	color:#000;
	width:100%;
	margin-bottom:2vw;
	display:flex;
	align-items:center;
}
#sub_con .eyebrow4 .inbox .flex li:last-child{
	margin-bottom:0;
}
#sub_con .eyebrow4 .inbox .flex li .left{
	width:15vw;
	height:auto;
	margin:0 5vw 0 8vw;
}
#sub_con .eyebrow4 .inbox .flex li .right{
	text-align:left;
}
#sub_con .eyebrow4 .inbox .flex li .right h5{
	font-weight:600;
	font-size:3.5vw;
	margin-bottom:1vw;
}
#sub_con .eyebrow5{
	background:#f9f9f9;
}
#sub_con .eyebrow6 .inbox .right ul .po1{
	left:60vw;
	top:10vw;
}
#sub_con .eyebrow6 .inbox .right ul .po2{
	left:37vw;
	top:25vw;
}
#sub_con .eyebrow6 .inbox .right ul .po3{
	left:76vw;
	top:32vw;
}


/*상안검*/
#sub_con .uppereye2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .uppereye2 .inbox .flex{
	flex-wrap:wrap;
	margin-top:12vw;
}
#sub_con .uppereye2 .inbox .flex li{
	width:44vw;
	padding: 10vw 0 4vw;
	position:relative;
	background:#835c40;
	color:#fff;
	border-radius:1vw;
	margin-bottom:10vw;
}
#sub_con .uppereye2 .inbox .flex li:nth-child(n+3){
	margin-bottom:0;
}
#sub_con .uppereye2 .inbox .flex li img{
	width:15vw;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,-50%);
}
#sub_con .uppereye3{
	padding:15vw 0;
	text-align:center;
	background:#fafafa;
}
#sub_con .uppereye3 .inbox .flex{
	align-items: center;
}
#sub_con .uppereye3 .inbox .flex div{
	width:44vw;
}
#sub_con .uppereye3 .inbox .flex img{
	display:block;
}
#sub_con .uppereye3 .inbox .flex h5{
	
	line-height:120%;
	color:#fff;
	font-size:3.5vw;
	background:#835c40;
	border-radius:0 0 0.5vw 0.5vw;
	/* transform:translateY(-1vw); */
	padding:2vw 0;
}
#sub_con .uppereye3 .inbox table{
	margin:5vw auto 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:100%;
}
#sub_con .uppereye3 .inbox table colgroup col:nth-child(2){
	border-left:1px dashed #999;
	border-right:1px dashed #999;
}
#sub_con .uppereye3 .inbox table thead tr{
	border-bottom:1px solid #000;
}
#sub_con .uppereye3 .inbox table thead th{
	height:7vw;
	font-size:3vw;
	font-weight:400;
}
#sub_con .uppereye3 .inbox table tbody td{
	padding:2vw 0;
	font-size:3vw;
	font-weight:400;
	letter-spacing:-1px;
}
#sub_con .uppereye3 .inbox table tbody tr{
	border-bottom:1px dashed #999;
}
#sub_con .uppereye3 .inbox table thead .th1{
	background:#bfbfbf;
}
#sub_con .uppereye3 .inbox table thead .th3{
	background:#835c40;
	color:#fff;
}
#sub_con .uppereye3 .inbox table thead .th2,
#sub_con .uppereye3 .inbox table tbody .td2{
	color:#404040;
	font-weight:500;
	font-size:2vw;
}
#sub_con .uppereye3 .inbox table tbody .td3{
	color:#835c40;
	font-weight:600;
}
#sub_con .uppereye4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .uppereye4 .inbox .box{
	width:60vw;
	margin:0 auto;
}
#sub_con .uppereye4 .inbox .box li{
	margin-bottom:5vw;
}
#sub_con .uppereye4 .inbox .box li:last-child{
	margin-bottom:0px;
}
#sub_con .uppereye4 .inbox .box li h5{
	height:7vw;
	line-height:6.9vw;
	color:#fff;
	font-size:3.5vw;
	background:#835c40;
	border-radius:0 0 0.5vw 0.5vw;
	transform:translateY(-1vw);
	margin-bottom:1vw;
}

#sub_con .uppereye5{
	background:#f9f9f9;
}
#sub_con .uppereye6 .inbox .right ul .po1{
	left:60vw;
	top:10vw;
}
#sub_con .uppereye6 .inbox .right ul .po2{
	left:37vw;
	top:25vw;
}
#sub_con .uppereye6 .inbox .right ul .po3{
	left:70vw;
	top:23.5vw;
}
#sub_con .uppereye6 .inbox .right ul .po4{
	left:76vw;
	top:32vw;
}

/*하안검*/
#sub_con .lowereye2{
	padding:15vw 0;
	text-align:center;
}
#sub_con .lowereye2 .inbox .box{
	width:80vw;
	margin:0 auto;
}
#sub_con .lowereye2 .inbox .box img{
	display:block;
}
#sub_con .lowereye2 .inbox .box p{
	padding:5vw 0;
	background:#f4f4f4;
}
#sub_con .lowereye3{
	padding:10vw 0 70vw;
	background:url(../images/sub/eyelifting/lowereye3_bg.png) no-repeat 50% 100% #f6f6f6;
	background-size:contain;
	letter-spacing:-1px;
}

#sub_con .lowereye3 .inbox{
	width:80vw;
}
#sub_con .lowereye3 .inbox .flex{
	flex-wrap:wrap;
}
#sub_con .lowereye3 .inbox .flex li{
	width: 39vw;
	height:7vw;
	border-radius:3.5vw;
	background:#835c40;
	color:#fff;
	font-size:3vw;
	line-height:6.9vw;
	text-align:center;
	margin-bottom:2vw;
}

#sub_con .lowereye4{
	padding:15vw 0;
	text-align:center;
}

#sub_con .lowereye5 .inbox .right ul .po1{
	left:45vw;
	top:32vw;
}
#sub_con .lowereye5 .inbox .right ul .po2{
	left:70vw;
	top:32vw;
}
#sub_con .lowereye5 .inbox .right ul .po3{
	left:35vw;
	top:26vw;
}


/*무보형물코성형*/
#sub_con .nose2{
	padding-top:10vw;
	text-align:center;
	background:url(../images/sub/starline+/nose2-bg.png) no-repeat 50% 50%; 
	background-size: 80vw auto;
}
#sub_con .nose2 .inbox{
	position:relative;
}
#sub_con .nose2 .inbox img{
	display:block;
	margin: 0 auto;
}
#sub_con .nose2 .inbox .text{
	background:url(../images/sub/starline+/nose2_textbox.png) no-repeat 50% 50%; 
	background-size:cover;
	position:absolute;
	bottom:10vw;
	left:0;
	width:100%;
	padding:2vw 0;
	letter-spacing:-1px;
}
#sub_con .nose3{
		padding:15vw 0;
		background:#f9f9f9;
}
#sub_con .nose3 .inbox .tab_con{
	border-bottom:2px solid #000;
	padding-bottom:5vw;
	width:100%;
}
#sub_con .nose3 .inbox .tab_con > li .flex{
	display:block;
	width:90%;
	margin: 0 auto;
}
#contents #sub_con .nose3 .inbox .tab_con > li .flex .right .title h2{
	font-size: 4vw;
	margin-top:5vw;
}
#sub_con .nose3 .inbox .tab_con > li .flex .right .ul li{
	width:100%;
	height:7vw;
	line-height:6.9vw;
	border-radius:3.5vw;
	background:#835c40;
	color:#fff;
	font-size:3vw;
	margin-bottom:2vw;
}
#sub_con .nose3 .inbox .tab_con > li .flex .right .ul li:last-child{
	margin-bottom:0;
}
#sub_con .nose4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .nose4 .inbox .box{
	width:60vw;
	margin:0 auto;
}
#sub_con .nose4 .inbox .box li{
	margin-bottom:5vw;
}
#sub_con .nose4 .inbox .box li:last-child{
	margin-bottom:0;
}
#sub_con .nose4 .inbox .box li p{
	margin-top:2vw;
}



/*흉터제거*/
#sub_con .scars2{
	padding:10vw 0 40vw;
	text-align:center;
	background:url(../images/sub/starline+/scars2_bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#sub_con .scars3{
	padding:10vw 0 12vw;
	text-align:center;
	background:#f5f5f5;
}
#sub_con .scars4{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/starline+/scars4_bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#sub_con .scars4 .inbox .title h5{
	color:#fff;
}
#sub_con .scars4 .inbox .title h2{
	color:#fff;
}
#sub_con .scars4 .inbox .title p{
	color:#fff;
}
#sub_con .scars4 .inbox img{
	width:80vw;
}
#sub_con .scars5{
	padding:15vw 0;
	text-align:center;
}
#sub_con .scars5 .flex{
	flex-wrap:wrap;
}
#sub_con .scars5 .flex li{
	width:44vw;
	margin-bottom:2vw;
	border:1px solid #bbb;
	border-radius:1vw;
	padding:4vw 0;
}
#sub_con .scars5 .flex li:nth-child(n+5){
	margin-bottom:0;
}
#sub_con .scars5 .flex li div h6{
	width:7vw;
	height:7vw;
	background:url(../images/sub/starline+/scars5_icon.png) no-repeat 50% 0%; 
	background-size:contain;
	margin:0 auto;
	color:#fff;
	font-size:3vw;
	line-height:6vw;
	font-weight:300;
}
#sub_con .scars5 .flex li div h5{
	font-size:3.5vw;
	font-weight:700;
	margin:1vw 0 2vw;
	letter-spacing:-1px;
}

/*칼귀교정*/

#sub_con .knife2{
	padding:20vw 0 10vw;
	background:url(../images/sub/starline+/knife2_bg.png) no-repeat 50% 100%; 
	background-size:cover;
}
#sub_con .knife2 .inbox .title{
	padding-left:45vw;
	text-align:left;
}
#sub_con .knife2 .inbox .title p{
	margin-bottom:5vw;
}
#sub_con .knife2 .inbox .flex{
	background:rgba(160,110,75,0.8);
	color:#fff;
	border-radius:0.5vw;
	padding:3vw 0;
	justify-content:center;
	align-items:center;
	width:80vw;
	margin: 0 auto;
}
#sub_con .knife2 .inbox .flex img{
	width:6vw;
}
#sub_con .knife2 .inbox .flex .right {
	text-align:left;
	border-left:1px solid #fff;
	padding-left:6vw;
	margin-left:6vw;
}
#sub_con .knife2 .inbox .flex .right h6{
	font-size:3.5vw;
	line-height:100%;
	margin-bottom:1vw;
}
#sub_con .knife2 .inbox .flex .right p{
	font-size:3vw;
	line-height:130%;
	letter-spacing:-1px;
}
#sub_con .knife3{
	padding:15vw 0;
	text-align:center;
}
#sub_con .knife3 .inbox .flex{
	flex-wrap:wrap;
	align-items:center;
}
#sub_con .knife3 .inbox .flex li{
	width:44vw;
	margin-bottom:5vw;
}
#sub_con .knife3 .inbox .flex li:nth-child(n+3){
	margin-bottom:0;
}
#sub_con .knife3 .inbox .flex li .title{
	padding-bottom:5vw;
	text-align:left;
}
#sub_con .knife3 .inbox .flex li > h5{
	font-size:3vw;
	color:#fff;
	background:#835c40;
	margin:1vw 0 2vw;
	height:6vw;
	line-height:5.9vw;
	border-radius:3vw;
}
#sub_con .knife4{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/starline+/knife4_bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#sub_con .knife4 .inbox{
	position:relative;
}
#sub_con .knife4 .inbox .slidebox ul li .flex{
	background:rgba(255,255,255,0.6);
	display:block;
	width:70vw;
	padding:5vw;
	margin: 0 auto;
	border-radius:1vw;
}
#sub_con .knife4 .inbox .slidebox ul li .flex .title{
	margin-bottom:3vw;
}
#sub_con .knife4 .inbox .slidebox ul li .flex .left{
	margin-bottom:2vw;
	display:block;
}
#sub_con .knife4 .inbox .slidebox ul li .flex .right h6{
	font-size:3vw;
	color:#fff;
	background:#835c40;
	margin:1vw 0 2vw;
	height:6vw;
	line-height:5.9vw;
	border-radius:3vw;
}
#sub_con .knife4 .inbox .slidebox ul li .flex .right p{
	letter-spacing:-1px;
	margin-bottom:5vw;
}
#sub_con .knife4 .inbox .slidebox ul li .flex .right ul li{
	/* text-align:left; */
	margin-bottom:1vw;
	font-size:3vw;
	margin-left:-1vw;
}
#sub_con .knife4 .inbox .slidebox ul li .flex .right ul li img{
	vertical-align:middle;
	margin-right:0.5vw;
	width:3vw;
	transform:translateY(-0.5vw);
}

#sub_con .knife4 .swiper-button-next{
	right:0%;
	left:auto;
}
#sub_con .knife4 .swiper-button-prev{
	right:auto;
	left:0%;
}
#sub_con .knife4 .swiper-pagination{
	text-align:center;
	width:100%;
	top:102%;
}
#sub_con .knife4 .swiper-pagination .swiper-pagination-bullet{
	margin-right:1vw;
	width:1vw;
	height:1vw;
	border:1px solid #cfcfcf;
	background:#fff;
	opacity:1;
}
#sub_con .knife4 .swiper-pagination .swiper-pagination-bullet-active{
	background:#a06e4b;
	border:1px solid #a06e4b;
}
#sub_con .knife4 .swiper-pagination .swiper-pagination-bullet:last-child{
	margin-right:0;
}

#sub_con .knife5{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/starline+/knife5_bg.png) no-repeat 100% 0%; 
	background-size:cover;
}
#sub_con .knife5 .inbox .box{
	padding-right:38vw;	
}
#sub_con .knife5 .inbox .flex{
	flex-wrap:wrap;
	
}
#sub_con .knife5 .inbox .flex li{
	background:#835c40;
	color:#fff;
	width:25vw;
	height:25vw;
	border-radius:50%;
	position:relative;
	margin-bottom:2vw;
}
#sub_con .knife5 .inbox .flex li:nth-child(n+5){
	margin-bottom:0;
}
#sub_con .knife5 .inbox .flex li p{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	transform:translate(-50%,-50%);
}



/*이물질제거*/
#sub_con .foreignsubstances2{
	padding:65vw 0 10vw;
	text-align:center;
	background:url(../images/sub/starline+/foreignsubstances2_bg.png) no-repeat 0% 50% #000; 
	background-size:cover;
}
#contents #sub_con .foreignsubstances2 .inbox .box .title h2{
	color:#fff;
}
#contents #sub_con .foreignsubstances2 .inbox .box p{
	color:#fff;
}
#sub_con .foreignsubstances3{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/starline+/foreignsubstances3_bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#sub_con .foreignsubstances4{
	padding:15vw 0;
	text-align:center;
}
#sub_con .foreignsubstances5{
	padding:15vw 0;
	text-align:center;
	background:url(../images/sub/starline+/knife4_bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
#sub_con .foreignsubstances5 .inbox{
	position:relative;
}
#sub_con .foreignsubstances5 .inbox .slidebox ul li .flex{
	background:rgba(255,255,255,0.6);
	display:block;
	width:70vw;
	padding:5vw;
	margin: 0 auto;
	border-radius:1vw;
}
#contents #sub_con .foreignsubstances5 .inbox .slidebox ul li .flex .title{
	margin-bottom:3vw;
}
#sub_con .foreignsubstances5 .inbox .slidebox ul li .flex .left{
	margin-bottom:2vw;
	display:block;
}

#sub_con .foreignsubstances5 .inbox .slidebox ul li .flex .right h6{
	font-size:3vw;
	color:#fff;
	background:#835c40;
	margin:1vw 0 2vw;
	height:6vw;
	line-height:5.9vw;
	border-radius:3vw;
}
#sub_con .foreignsubstances5 .inbox .slidebox ul li .flex .right p{
	letter-spacing:-1px;
	margin-bottom:5vw;
}
#sub_con .foreignsubstances5 .inbox .slidebox ul li .flex .right ul li{
	margin-bottom:1vw;
	font-size:3vw;
	margin-left:-1vw;
}
#sub_con .foreignsubstances5 .inbox .slidebox ul li .flex .right ul li img{
	vertical-align:middle;
	margin-right:0.5vw;
	width:3vw;
	transform:translateY(-0.5vw);
}

#sub_con .foreignsubstances5 .swiper-button-next{
	right:0%;
	left:auto;
}
#sub_con .foreignsubstances5 .swiper-button-prev{
	right:auto;
	left:0%;
}
#sub_con .foreignsubstances5 .swiper-pagination{
	text-align:center;
	width:100%;
	top:102%;
}
#sub_con .foreignsubstances5 .swiper-pagination .swiper-pagination-bullet{
	margin-right:1vw;
	width:1vw;
	height:1vw;
	border:1px solid #cfcfcf;
	background:#fff;
	opacity:1;
}
#sub_con .foreignsubstances5 .swiper-pagination .swiper-pagination-bullet-active{
	background:#a06e4b;
	border:1px solid #a06e4b;
}
#sub_con .foreignsubstances5 .swiper-pagination .swiper-pagination-bullet:last-child{
	margin-right:0;
}