@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:200px 0 160px;
	text-align: center;
	border-bottom:1px solid #ddd;
}
.login .inbox .title h1{
	font-size:50px;
	font-weight:500;
}
.login .inbox .title h2{
	font-size:16px;
	font-weight:600;
	color:#a06e4b;
	display:inline-block;
	padding:0 10px;
	margin-top:20px;
	line-height:100%;
	border-left:2px solid #a06e4b;
	border-right:2px solid #a06e4b;
}
.login .inbox .title h1 img{
	margin-right:20px;
}
.login .inbox .title p{
	font-size:15px;
	margin: 15px 0 30px;
	letter-spacing:-0.3px;
}
.login .inbox .formbox form{
	width:380px;
	margin: 0 auto;
}
.login .inbox .formbox form .inputbox .required{
	border:0;
	border-bottom:1px solid #ddd;
	background:#fff;
	width:100%;
	height:50px;
	margin-bottom:10px;
}
.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: 15px;
	color:#888;
	letter-spacing:-1px;
}
#login_auto_login{
	display:none;
}
#login_auto_login + .cbox{
	position: relative;
	overflow:hidden;
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	
}
#login_auto_login + .cbox span:first-child{
	display:inline-block;
	width:12px;
	height:12px;
	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:8px;
	height:8px;
	border-radius:2px;
	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:42px;
	border-radius:21px;
	background-image:none;
	background-color:#a06e4b;
	margin:30px 0 20px;
	font-size:20px;
	font-weight:500;
	letter-spacing:0;
	border:0;
	color:#fff;
	line-height:40px;
}
.login .inbox .formbox form .snsloginbox{
	display:flex;
	justify-content: space-between;
}
.login .inbox .formbox form .snsloginbox a{
	display:block;
	width:185px;
	height:36px;
	border-radius: 18px;
	font-size: 15px;
	font-weight:500;
	text-align: center;
	line-height: 36px;
	letter-spacing:-1px;
}
.login .inbox .formbox form .snsloginbox a img{
	width:16px;
	margin-right:5px;
	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:20px;
}
.login .inbox .member_menu a{
	font-size: 12px;
	color:#565656;
}
.login .inbox .member_menu a:after{
	content: '';
	display:inline-block;
	width:1px;
	height:8px;
	background:#666;
	margin:0 10px;
}
.login .inbox .member_menu a:last-child:after{
	display:none;
}

/*회원가입*/
.register{
	padding:150px 0 100px;
	text-align: center;
}
.register .inbox{
	width:1320px;
	margin:0 auto;
	text-align: center;
}
.register fieldset{
	border:0;
}
.register .all_agree{
	border: 1px solid #818181;
	padding:30px 0;
	font-size:20px;
	margin:50px 0;
}
#all{
	display:none;
}

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

#all + .pr 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%;
}

#all + .pr 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;
}


#all:checked + .pr span:last-child{
	opacity:100%;
}
.register .mbskin{
	text-align:left;
}
.register .mbskin form section h2{
	font-size:20px;
	margin-bottom:10px;
	color:#a06e4b;
}
.register .mbskin form section .agreement{
	border:1px solid #818181;
	padding:20px;
	height:200px;
	overflow-y:scroll;
}
.register .mbskin form section .agreement pre{
	font-family:'Noto Sans KR', sans-serif;
}
.register .mbskin form .inputbox{
	text-align:right;
	margin:10px 0 50px;
}
.register .btn_confirm{
	text-align:center;
}
.register .btn_confirm .agree_btn{
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 36px;
	border-radius: 5px;
	color: #828282;
	border: 1px solid #828282;
	margin-right: 15px;
	font-size: 18px;
	font-weight: 500;
	vertical-align:middle;
	background:#fff;
	cursor:pointer;
	padding:0;
}
.register .btn_confirm .agree_btn.btn_submit{
	background: #a06e4b;
	color: #fff;
	width: 184px;
	height: 44px;
	border: 2px solid #a06e4b;
	margin-right: 10px;
	padding:0;
}
.register .tbl_wrap{
	border-bottom: 2px solid #181818;
	padding-bottom:20px;
	margin-bottom:20px;
}
.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: 210px;
	height: 32px;
	line-height: 32px;
	border-radius: 17px;
	font-size: 15px;
	background: #a06e4b;
	color: #fff;
	font-weight: 500;
	border: 1px solid #a06e4b;
	cursor: default;
	text-align:center;
	margin-bottom:30px;
}
.register .tbl_wrap table th{
	font-size:20px;
	font-weight:400;
	width:auto;
	padding:0;
	border:0;
	background:none;
}
.register .tbl_wrap table tr th span{
	display:inline-block;
	margin-left:3px;
}
.register .tbl_wrap table tr td{
	padding:10px 0;
	border:0;
	
}
.register .tbl_wrap table tr td .subbtn{
	color:#fff;
}
.register .tbl_wrap table tr:first-child td{
	padding:30px 0;
}
.register .tbl_wrap table tr:first-child td{
	padding:30px 0 10px;
}
.register .tbl_wrap table tr:last-child td{
	padding-bottom:10px;
}
.register .tbl_wrap table tr td input[type="text"],
.register .tbl_wrap table tr td input[type="password"]{
	width:380px;
	height: 35px;
	border:1px solid #999;
	border-radius:3px;
	text-indent:10px;
}
.register .tbl_wrap table tr td input[type="password"]::placeholder{
	color:#aaa;
	font-size:15px;
}
.register .tbl_wrap table tr td input.title_input{
	width:99.7%;
}
.register .tbl_wrap table tr td p{
	font-size:13px;
	color:#828282;
	margin-top:10px;
}
.register .tbl_wrap table tr td select{
	width:110px;
	height: 37px;
	border:1px solid #999;
	border-radius:3px;
	text-indent:10px;
	font-family:'Noto Sans KR', sans-serif;
	color:#aaa;
	font-size:15px;
}
.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:75px;
}
#sub .visual{
	text-align: center;
	padding:120px 0;
}
#sub .visual.none{
	padding:120px 0 90px;
}
#sub .visual h4{
	font-size:16px;
	letter-spacing:23px;
	font-weight:400;
}
#sub .visual h2{
	font-size:50px;
	margin:8px 0 5px;
	font-weight:400;
	letter-spacing:-3px;
}
#sub .visual h2 strong{
	font-weight:600;
}
#sub.member .mem2 .inbox{
	text-align:left;
	padding-bottom:100px;
}
#sub.member .mem2 .inbox .sub-titles{
	font-size:20px;
	color:#a06e4b;
	font-weight:500;
	letter-spacing:-1px;
	margin:50px 0 10px;
	
}
#sub.member .mem2 .inbox .term-divs{
	border:1px solid #818181;
	padding:30px;
	
}
#sub.member .mem2 .inbox .term-divs p{
	font-size:15px;
	line-height:150%;
}


/*의료수가*/
#sub .board .inbox .tab_box{
	justify-content:flex-start;
}
#sub .board .inbox .tab_box li{
	cursor:pointer;
	width:210px;
	height:32px;
	line-height:32px;
	border-radius:17px;
	border:1px solid #181818;
	font-size:15px;
	color:#181818;
	margin-right: 10px;
}
#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:100px;
	text-align:center;
}
#sub.fees .fee2 .inbox .fees_list{
	position:relative;
	height:609px;
}
#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:15px;
	text-align:right;
	color:#828282;
	margin-top:10px;
}
#sub.fees .fee2 .inbox .fees_list li table{
	width:100%;
	border-bottom:2px solid #181818;
	margin-top:10px;
}
#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:15px;
	height:50px;
	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: 18px;
	height:60px;
}
#sub.fees .fee2 .inbox .fees_list li .notice{
	text-align:left;
	padding:30px;
	background:#f9f9f9;
	margin-top:20px;
}
#sub.fees .fee2 .inbox .fees_list li .notice p{
	font-size:15px;
	color:#828282;
	
}
#sub.fees .fee2 .inbox .fees_list li .notice p:nth-child(2){
	margin-top:10px;
}

/*소식*/
.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{
	position:relative;
	padding-bottom: 50px;
}
#sub .board .inbox .search_box{
	position:absolute;
	top:0;
	right:0;
}
#sub .board .inbox .search_box .input_search{
	border:0;
	border-bottom:1px solid #828282;
	width: 240px;
	height:32px;
	text-indent:2px;
	padding-top:2px;
	font-size: 15px;
	color:#000;
	letter-spacing:-1px;
	margin-right:10px;
	line-height:32px;
}
#sub .board .inbox .search_box .input_search::placeholder{
	color:#828282;
}
#sub .board .inbox .search_box .btn_search{
	width:85px;
	height:32px;
	border-radius:16px;
	color:#fff;
	font-size:15px;
	font-weight:500;
	letter-spacing:-1px;
	background:#a06e4b;
	border:0;
	
}
#sub .board .inbox .search_box select{
	border:0;
	border-bottom:1px solid #828282;
	width: 120px;
	text-indent:2px;
	font-size: 15px;
	color:#828282;
	margin-right:10px;
	height:32px;
	font-family:'Noto Sans KR', sans-serif;
	transform:translate(0,2px);
}
#sub .board .board_table{
	padding-top:50px;
	position:relative;
}
#sub .board .board_table .category{
	justify-content:flex-start;
	margin-bottom: 25px;
}
#sub .board .board_table .category li{
	width:140px;
	border-right:1px solid #828282;
	font-size:20px;
	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:50px;
}
#sub .board .board_table table thead th{
	font-size:15px;
	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:55px;
}
#sub .board .board_table table tbody tr td.ans p{
	background:#f2f2f2;
	color:#828282;
	font-size:15px;
	font-weight:500;
	width:105px;
	height:32px;
	line-height:32px;
	border-radius:16px;
	margin:0 auto;
}
#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:15px;
	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:18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display:inline-block;
	max-width:720px;
	vertical-align:middle;
}
#sub .board .board_table table tbody tr td.tit .new{
	display:inline-block;
	width: 17px;
	height:17px;
	background:url(/images/sub/community/board_new.png) no-repeat 50% 50%;
	vertical-align:middle;
	margin-left:8px;
	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:40px;
	height:40px;
	line-height:40px;
	font-size:11px;
	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:100px;
}
*/
#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:30px 0 20px;
}
#sub.viewer .view .view_table .title_box{
	padding:25px 0;
	border-bottom:1px solid #828282;
	position:relative;
}
#sub.viewer .view .view_table .title_box .data span{
	color:#828282;
	font-size:15px;
}
#sub.viewer .view .view_table .title_box .data span:after{
	content: '';
	display:inline-block;
	width:1px;
	height:13px;
	background:#828282;
	margin:0 10px;
	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:10px;
	font-size:20px;
}
#sub.viewer .view .view_table .modify_box{
	position:absolute;
	top:50%;
	right:35px;
	transform:translate(0,-45%);
}
#sub.viewer .view .view_table .answer_box .modify_box{
	top:40px;
}
#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:30px;
}

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

#sub.viewer .view .view_table .content_box{
	padding:30px 0 10px;
}
#sub.viewer .view .view_table .content_box p{
	line-height:200%;
}
#sub.viewer .view .oline.view_table .answer_box{
	background:#fff1f7;
	margin-bottom:30px;
	position:relative;
	padding-bottom:35px;
}
#sub.viewer .view .faq.view_table .answer_box{
	position:relative;
	padding-bottom:35px;
}
#sub.viewer .view .oline.view_table .answer_box .basics{
	padding:30px 25px 20px;
}
#sub.viewer .view .faq.view_table .answer_box .basics{
	padding:35px 0 20px;
}
#sub.viewer .view .view_table .answer_box .basics h6{
	font-size:20px;
	font-weight:500;
}
#sub.viewer .view .view_table .answer_box .basics h6 img{
	vertical-align:middle;
	margin-right:10px;
}
#sub.viewer .view .view_table .answer_box .bef{
	display:none;
	padding-left:70px;
}
#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: 180px;
	height: 40px;
	line-height: 38px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	border: 2px 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:20px;
	margin-bottom:10px;
}
#sub.viewer .reply_box .output{
	background:#eee;
	position:relative;
	padding:20px 30px; 
	margin-bottom:20px;
}
#sub.viewer .reply_box .output .modify_box{
	position:absolute;
	top:20px;
	right:30px;
}
#sub.viewer .reply_box .output .modify_box .modi{
	margin-right:10px;
}
#sub.viewer .reply_box .output .nickname{
	font-size:15px;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
}
#sub.viewer .reply_box .output .nickname .date{
	margin-left:10px;
	display:inline-block;
	/* font-size:13px; */
	color:#999;
}
#sub.viewer .reply_box .output .reply_con{
	font-size:20px;
}
#sub.viewer .reply_box .input{
	position:relative;
	margin-bottom:30px;
}
#sub.viewer .reply_box .input textarea{
	border: 2px solid #000;
	padding:20px 30px;
	width:1336px;
	height:80px;
	font-size:20px;
	letter-spacing:-1px;
}
#sub.viewer .reply_box .input button{
	width:130px;
	height:40px;
	color:#fff;
	background:#a06e4b;
	font-size:15px;
	border:0;
	border-radius:20px;
	position:absolute;
	bottom:20px;
	right:20px;
}

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

#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:30px auto 50px;
}
#sub.contact .board_table .writing_btnbox .btn{
	display:inline-block;
	width: 180px;
	height:40px;
	line-height:38px;
	border-radius:5px;
	color:#828282;
	border:1px solid #828282;
	margin-right:15px;
	font-size:18px;
	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:50px;
}
.bna_view_box .bna_mainbox .bna_view .sub_title{
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}
.bna_view_box .bna_mainbox .bna_view .sub_title h5{
	width:450px;
	height: 38px;
    line-height: 36px;
    border-radius: 19px;
    background: #707070;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    /* letter-spacing: -1px; */
}
.bna_view_box .bna_mainbox .bna_view .sub_title .after{
	background:#a06e4b;
	margin-left:10px;
}
.bna_view_box .bna_mainbox{
	position:relative;
	height:890px;
}
.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:30px 0 35px;
	border-bottom:1px solid #818181;
	margin-bottom:50px;
}
.bna_view_box .bna_mainbox .bna_view .title_box .data span{
	color:#828282;
	font-size:15px;
}
.bna_view_box .bna_mainbox .bna_view .title_box .data span:after{
	content: '';
	display:inline-block;
	width:1px;
	height:13px;
	background:#828282;
	margin:0 10px;
	transform: translate(0px, 1px);
}
.bna_view_box .bna_mainbox .bna_view .title_box .data span:last-child:after{
	display:none;
}
.bna_view_box .bna_mainbox .bna_view .title_box h3{
	font-size:30px;
	font-weight:500;
	margin:10px 0 5px;
}
.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:center;
	display:flex;
}

.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{
	margin-right: 10px;
	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);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bna_btnbox span{
	position:absolute;
	top:60%;
	right:0;
	width:24px;
	height:83px;
	cursor:pointer;
}
.bna_view_box .bna_mainbox .bna_view .content_box .bna_btnbox .bna_prev{
	right:auto;
	left:0;
	/* opacity:0.2; */
}
.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:35px;
	/* display:none; */
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination span{
	width:76px;
	height:76px;
	border-radius:50%;
	border:3px solid #a06e4b;
	text-align: center;
	line-height:78px;
	font-size:20px;
	letter-spacing:-0.5px;
	font-weight:500;
	background:#fff;
	opacity:1;
	margin:0 8px;
	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:"측면";
}
.bna_view_box .bna_mainbox .bna_view .content_box .bnaView .bna_pagination span:nth-child(3):after{
	content:"45도";
}
.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:30px;
}
.bna_list_box ul{
	flex-wrap:wrap;
}
.bna_list_box ul li{
	width:32%;
	background:#f7f7f7;
	border-radius:5px;
	border:2px solid #f7f7f7;
	margin-bottom:20px;
	cursor:pointer;
	margin-right:1.5%
}
.bna_list_box ul li:nth-child(3n){
	margin-right:0;
}
.bna_list_box ul li.on{
	border:2px solid #a06e4b;
}
.bna_list_box ul li.on2{
	border:2px solid #a06e4b;
}
.bna_list_box ul li .conbox{
	padding:15px;
}
.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:110px;
	left:13%;
	color:#fff;
}
#contents.sub_basic .visual .visual_text_box .s_tt{
	font-size:20px;
	font-weight:400;
	margin-bottom:25px;
}
#contents.sub_basic .visual .visual_text_box h1{
	font-family: "Marcellus", serif;
	font-size: 107px;
	line-height:110px;
	letter-spacing:0;
	margin-bottom:35px;
}
#contents.sub_basic .visual .visual_text_box h1 strong{
	font-weight:400;
}
#contents.sub_basic .visual .visual_text_box .sub_text{
	font-size:18px;
}
#contents.sub_basic .title{
	text-align:center;
}
#contents.sub_basic .title h5{
	font-size: 25px;
	font-weight: 400;
}
#contents.sub_basic .title h2{
	font-size: 50px;
	font-weight: 500;
	color: #181818;
	line-height: 120%;
}
#contents.sub_basic .title p{
	font-weight: 500;
    margin: 30px 0 50px;
	font-size:20px;
}

#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:20px;
}
.interior .mySwiper2 ul li img{
		width:100%;
}
.interior .mySwiper .swiper-slide {
	width: 16%;
	height: 108px;
	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:3px 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:630px;
	left:50%;
	transform:translateX(-50%);
}
.interior .swiper-pagination span{
	margin-right:5px;
}
.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:100px;
}
.information .info_map iframe{
	border:0;
	width:100%;
	height:650px;
	display:block;
}
.information .info_map .address_box{
	background:rgba(0,0,0,0.8);
	position:relative;
}
.information .info_map .address_box p{
	color:#fff;
	text-align: left;
	padding:16px 30px;
}
.information .info_map .address_box .btn_box{
	position:absolute;
	top:50%;
	transform:translate(0,-45%);
	right:30px;
}
.information .info_map .address_box .btn_box a:first-child{
	margin-right:15px;
}
.information .info_con .left > ul > li{
	display:flex;
	justify-content:flex-start;
}
.information .info_con .left > ul > li:nth-child(2){
	margin:50px 0;	
}
.information .info_con .left > ul > li .h3{
	width:85px;
	height:85px;
	border-radius:50%;
	background:#a06e4b;
	margin-right:30px;
	margin-left:10px;
	text-align:center;
}
.information .info_con .left > ul > li h3{
	color:#fff;
	line-height:85px;
	font-size:20px;
	font-weight:500;
}
.information .info_con .left > ul > li .textbox{
	text-align:left;
	position:relative;
	width:650px;
}
.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:20px;
	font-weight:500;
	margin-bottom:10px;
}
.information .info_con .left > ul > li .textbox p{
	font-size:15px;
	color:#878787;
}

.information .info_con .right{
	width:320px;
	height:320px;
	text-align:left;
	border-radius:5px;
	border:1px solid #888;
	padding:30px 50px;
}
.information .info_con .right h4{
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
	letter-spacing:-1px;
}
.information .info_con .right li{
	display:flex;
	justify-content:space-between;
	margin-bottom:15px;
	align-items:flex-end;
}

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

}
.information .info_con .right h1{
	font-size:20px;
	text-align: center;
}
.information .info_con .right h1 strong{
	display:inline-block;
	margin-left:20px;
	font-size: 32px;
	font-weight: 600;
	color:#a06e4b;
}

/*의료진소개*/
.doctors .con1 .inbox .conbox{
	margin-top:50px;
	justify-content:center;
}
.doctors .con1 .inbox .conbox div{
	border:1px solid #ededed;
	border-radius:5px;
	width: 410px;
	height:166px;
	text-align:center;
	margin-right:50px;
	padding:37px 0;
}
.doctors .con1 .inbox .conbox div:last-child{
	margin-right:0;
}
.doctors .con1 .inbox .conbox div h6{
	font-size:20px;
	color:#a06e4b;
	margin-top:20px;
	line-height:100%;
	font-weight:500;
}
.doctors .con1 .inbox .conbox div  span{
	color:#a6a6a6;
	font-size:15px;
	font-weight:400;
	line-height:100%;
}
.doctors .con2{
	padding:100px 0;
	background:#f6eeeb;
	text-align:center;
}
.doctors .con2 h3{
	font-size: 50px;
    text-align: center;
    position: relative;
    padding-left: 5px;
    color: #a06e4b;
}
.doctors .con2 h3 .counter{
	font-size:140px;
	display:inline-block;
	width: 500px;
}
.doctors .con2 p{
	font-size: 20px;
	margin-top:10px;
}
.doctors .con3{
	padding:100px 0;
	background:#f8f8f8;
}
.doctors .con3 .inbox .d1{
	justify-content:flex-start;
}
.doctors .con3 .inbox .d1 .leftbox{
	margin-right:130px;
}
.doctors .con3 .inbox .d1 .leftbox .flex{
	width: 653px;
	position:relative;
}
.doctors .con3 .inbox .d1 .leftbox .flex .bimg li{
	position:absolute;
	top:0;
	right:0;
	display:none;
}
.doctors .con3 .inbox .d1 .leftbox .flex .bimg li.on{
	display:block;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li{
	cursor:pointer;
	margin-bottom:6px;
	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:198px;
	height:190px;
	border:2px solid #fff;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.on div{
	border:2px solid #a06e4b;
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.list1 div{
	background:url(/images/sub/starline/doctors2-s1.png) no-repeat 50% 50%; 
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.list2 div{
	background:url(/images/sub/starline/doctors2-s2.png) no-repeat 50% 50%; 
}
.doctors .con3 .inbox .d1 .leftbox .flex .simg li.list3 div{
	background:url(/images/sub/starline/doctors2-s3.png) no-repeat 50% 50%; 
}

.doctors .con3 .inbox .d1 .leftbox .tbox{
	width: 653px;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 h4{
	font-size: 20px;
	color:#a06e4b;
	font-weight:500;
	display:inline-block;
	padding: 0 10px;
	border-right:2px solid #a06e4b;
	border-left:2px solid #a06e4b;
	line-height:100%;
	margin:30px 0 15px;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div1 p{
	border-top:2px solid #a06e4b;
	border-bottom:2px solid #a06e4b;
	padding:20px 8px;
	line-height:150%;
	font-size:15px;
	letter-spacing:0px;
	font-weight:400;
	margin-bottom:20px;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div2{
	background:#a06e4b;
	border-radius:15px;
	padding:20px;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div2 h4{
	font-size: 20px;
	color:#fff;
	font-weight:500;
	display:inline-block;
	padding: 0 10px;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	line-height:100%;
	margin-bottom:15px;
}
.doctors .con3 .inbox .d1 .leftbox .tbox .div2 p{
	color:#fff;
	line-height:200%;
	font-size:15px;
	letter-spacing:0px;
	font-weight:400;
}
#contents.doctors .con3 .inbox div .title{
	text-align:left;
	letter-spacing:-1px;
}
#contents.doctors .con3 .inbox .d1 .rightbox .title{
	margin-bottom:35px;
}
#contents.doctors .con3 .inbox .d2 .title{
	margin-right:120px;
}
.doctors .con3 .inbox .d1 .rightbox .title h2{
	margin-bottom:10px;
}
.doctors .con3 .inbox .d1 .rightbox .history{
	letter-spacing:-1px;
}
.doctors .con3 .inbox .d1 .rightbox .history p{
	font-size:25px;
	font-weight:500;
}
.doctors .con3 .inbox .d1 .rightbox .history h3{
	font-size:30px;
	font-weight:400;
	margin-bottom:35px;
}
.doctors .con3 .inbox .d1 .rightbox .history h3 strong{
	font-weight:600;
}
.doctors .con3 .inbox .d1 .rightbox .history  ul li{
	font-size:20px;
	line-height:30px;
}

.doctors .con3 .inbox .d2{
	justify-content:flex-start;
	margin-top:100px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:50px 0;
}
.doctors .con3 .inbox .d2 img{
	margin-right: 50px;
}
.doctors .con3 .inbox .d2  .title h5{
	margin-top:25px;
}
.doctors .con3 .inbox .d2 .history  ul li{
	font-size:20px;
	line-height:33px;
}
#contents.doctors .con3 .inbox .d2  .title p {
	font-size:25px;
	margin-bottom:0;
}
.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:100px 0;
	text-align:center;
}


.doctors .con4 .conbox{
	position:relative;
}
.doctors .con4 .conbox .ttbox h2{
	font-size:50px;
	margin:10px 0 30px;
}
.doctors .con4 .conbox .ttbox p{
	font-size:20px;
}
.doctors .con4 .conbox .hisbox .flex li{
	width:23.5%;
}
.doctors .con4 .conbox .hisbox .flex li .marcellus{
	font-size:140px;
	text-align:center;
	position:relative;
	padding-left:5px;
	color:#a06e4b;
}
.doctors .con4 .conbox .hisbox .flex li .marcellus .ab{
	font-size:15px;
	position:absolute;
	left:10px;
	top:60%;
	transform:translateY(-100%);
}
.doctors .con4 .conbox .hisbox .flex li .marcellus .perc{
	font-size:40px;
	position:absolute;
	right:5px;
	top:70%;
	transform:translateY(-50%);
}
.doctors .con4 .conbox .hisbox .flex li .textbox{
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:30px 0;
	margin-top: 10px;
}

.doctors .con4 .conbox .hisbox .flex li .textbox p{
	font-size:15px;
	line-height:24px;
}
.doctors .con4 .conbox .hisbox .flex li .textbox .en{
	font-size:20px;
}
.doctors .con4 .conbox .hisbox .flex li .textbox p:first-child{
	margin-bottom:20px;
}








/*공통*/
.surgery_info{
	padding:50px 0;
}
.surgery_info .inbox .flex{
	text-align:center;
	justify-content:center;
}
.surgery_info .inbox .flex li{
	width:200px;
	height:180px;
	border:2px solid #eee;
	border-radius:5px;
	margin-right:30px;
}
.surgery_info .inbox .flex li:last-child{
	margin-right:0;
}
.surgery_info .inbox .flex li img{
	margin-top:30px;
}
.surgery_info .inbox .flex li h5{
	color:#a06e4b;
	font-size:20px;
	margin-top:5px
}
.surgery_info .inbox .flex li p{
	font-size: 15px;
	color:#a6a6a6;
}

.surgery_system{
	padding:100px 0;
	background:url(/images/sub/common/surgery_system-bg.png) no-repeat 50% 50%; 
	background-size:cover;
}
.surgery_system .inbox .flex{
	justify-content:center;
}
.surgery_system .inbox .flex li{
	margin-right:15px;
	width:317px;
	border-radius:5px;
	overflow:hidden;
	background:#fff;
	letter-spacing:-1px;
}
.surgery_system .inbox .flex li:last-child{
	margin-right:0;
}
.surgery_system .inbox .flex li h6{
	font-size:16px;
	font-weight:600;
	padding-left:25px;
	margin-top:10px;
}
.surgery_system .inbox .flex li h5{
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
	padding-left:25px;
}
.surgery_system .inbox .flex li p{
	font-size:19px;
	line-height:29px;
	margin-bottom:10px;
	padding-left:25px;
	padding-bottom:10px;
}
.lifting_step{
	padding:100px 0;
}
.lifting_step .inbox{
	/* text-align: center; */
}
.lifting_step .inbox img{
	display:block;
	margin: 0 auto 50px;
}
.lifting_step .inbox .flex{
	justify-content: center;
}
.lifting_step .inbox .flex > li{
	margin-right:15px;
}
.lifting_step .inbox .flex > li:last-child{
	margin-right:0px;
}
.lifting_step .inbox .flex li h5{
	width:250px;
	height:45px;
	font-size:22px;
	color:#fff;
	text-align:center;
	font-weight:300;
	background:#a06e4b;
	border-radius:22.5px;
	line-height:44px;
}
.lifting_step .inbox .flex li  ul{
	padding-left:45px;
	padding-top: 20px;
}
.lifting_step .inbox .flex li  ul li{
	position:relative;
	font-size:20px;
	line-height:35px;
	font-weight:400;
	padding-left:15px;
}
.lifting_step .inbox .flex li  ul li:before{
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	background:#835c40;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

#contents #sub_con .sub_title{
	padding:100px 0;
	background:#eedfd1;
	text-align:center;
}
#contents #sub_con .sub_title h3{
	font-size:50px;
	font-family:Arial;
	font-weight:600;
	color:#fff;
}
#contents #sub_con .sub_title h4{
	font-size:26px;
	font-weight:600;
	margin:40px 0 5px;
}
#contents #sub_con .sub_title p{
	font-size:20px;
	font-weight:400;
}

#contents #sub_con .title{
	margin-bottom:50px;
}
#contents #sub_con .title h5{
	font-size:26px;
}
#contents #sub_con .title h5.en{
	font-size:22px;
}
#contents #sub_con .title h2{
	font-size:50px;
	font-weight:600;
}
#contents #sub_con .title p{
	font-size:26px;
	margin-top:10px;
	font-weight:400;
}
#sub_con .starlineTV{
	background:#fff !important;
}
#sub_con p{
	font-size:20px;
}
#sub_con .process{
	padding:100px 0;
}
#sub_con .process .inbox .flex{
	justify-content:center;
	text-align:center;
}
#sub_con .process .inbox .flex li{
	margin-right:21px;
	position:relative;
}
#sub_con .process .inbox .flex li:last-child{
	margin-right:0;
}
#sub_con .process .inbox .flex li:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:100%;
	width:10px;
	height:100px;
	border-right:1px dashed #555;
}
#sub_con .process .inbox .flex li:last-child:after{
	border-right:0;
}
#sub_con .process .inbox .flex li h5{
	font-size:25px;
	color:#a06e4b;
	margin:20px 0 10px
}
#sub_con .concern_area{
	padding:100px 0;
	background:#eedfd1;
	text-align:center;
}
#sub_con .concern_area .flex{
	justify-content:center;
}
#sub_con .concern_area .flex .left{
	margin-right: 50px;
}
#contents #sub_con .concern_area .flex .left .title{
	text-align:left;
	margin-bottom:40px;
}
#sub_con .concern_area .flex .left ul li{
	width:320px;
	height:38px;
	background:#828282;
	line-height:36px;
	border-radius:19px;
	color:#fff;
	font-size:18px;
	margin-bottom:15px;
	cursor:pointer;
}
#sub_con .concern_area .flex .left ul li.on{
	background:#835c40;
	cursor:default;
}
#sub_con .concern_area .flex .left ul li:last-child{
	margin-bottom:0;
}
#sub_con .concern_area .flex .right{
	position: relative;
}
#sub_con .concern_area .flex .right ul li{
	position:absolute;
	width:15px;
	height:15px;
	line-height:12px;
	font-size:12px;
	color:#fff;
	border-radius:50%;
	background:#85807e;
	transform:translate(-50%,-50%);
	cursor:pointer;
}
#sub_con .concern_area .flex .right ul li.on{
	background:#835c40;
	cursor:default;
}

#sub_con .casebox{
	padding:100px 0;
	background:url(/images/sub/fullface/relifting3-bg.png) no-repeat 50% 50%; 
}
#sub_con .casebox .inbox{
	width:1180px;
	position:relative;
}
#sub_con .casebox .inbox .caseSwiper{
	border:2px solid #fff;
	border-radius:10px;
	background:rgba(255,255,255,0.4);
	padding:40px;
}
#sub_con .casebox .inbox .caseSwiper li .flex{
	justify-content:center;
	align-items:center;
}
#sub_con .casebox .inbox .caseSwiper li .flex .left{
	margin-right:30px;
	display:block;
}
#sub_con .casebox .inbox .caseSwiper li .flex .right{
	text-align:center;
}
#sub_con .casebox .inbox .caseSwiper li .flex .right h5{
	font-size: 26px;
	margin-bottom:10px;
}
#sub_con .casebox .inbox .caseSwiper li .flex .right h2{
	font-size: 50px;
	line-height:100%;
	margin-bottom:30px;
	font-weight:600;
	color:#835c40;
}
#sub_con .casebox .inbox .caseSwiper li .flex .right h6{
	font-size: 20px;
	line-height:39px;
	width:520px;
	height:40px;
	border-radius:20px;
	background:#835c40;
	font-weight:400;
	color:#fff;
	margin-bottom:30px;
}
#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:100px 0;
	text-align:center;
}
#sub_con .fullface2 .inbox h3{
	 font-size: 42px;
	 line-height:55px;
	 font-weight:600;
	 margin-bottom:30px;
}
#sub_con .fullface3{
	  padding:100px 0;
	  background:#fbfbfb;
}
#sub_con .fullface3 .inbox{
	justify-content:center;
}
#sub_con .fullface3 .inbox .left{
		height:475px;
		width:650px;
		overflow:hidden;
		position:relative;
		margin-right:40px;
}
#sub_con .fullface3 .inbox .left video{
		width: auto;
		height:100%;
		position:absolute;
		top:0;
		right:0;
}
#sub_con .fullface3 .inbox .right .title{
	text-align:left;
}
#sub_con .fullface3 .inbox .right .title p{
	margin:0;
	font-size:20px !important;
	font-weight:300 !important;
}
#sub_con .fullface3 .inbox .right .flex{
	margin-top:50px;
}
#sub_con .fullface3 .inbox .right .flex li{
	background:#fff;
	border:1px solid #ddd;
	width:205px;
	height:120px;
	text-align:center;
	border-radius:5px;
	margin-right:5px;
}
#sub_con .fullface3 .inbox .right .flex li img{
	margin-top:15px;
}
#sub_con .fullface3 .inbox .right .flex li h5{
	font-size:20px;
	font-weight:500;
	color:#a06e4b;
}
#sub_con .fullface3 .inbox .right .flex li p{
	font-size:15px;
	color:#a6a6a6;
}
#sub_con .fullface4{
	padding:100px 0;
	background:url(/images/sub/fullface/fullface4-bg.png) no-repeat 50% 50%; 
}
#sub_con .fullface4 .inbox .flex {
	align-items: center;
}
#sub_con .fullface4 .inbox ul li{
	width:520px;
	padding-top: 40px;
	padding-left:30px;
	background:url(/images/sub/fullface/fullface4-line.png) no-repeat 0% 0%; 
	font-size:20px;
	margin-bottom:60px;
	letter-spacing:-1px;
}
#sub_con .fullface5{
	padding:100px 0;
	background:url(/images/sub/fullface/fullface5-bg.png) no-repeat 50% 50%; 
}
#sub_con .fullface5 .inbox .flex{
	position:relative;
	justify-content:center;
}
#sub_con .fullface5 .inbox .flex .label{
	position:absolute;
	top:0;
	right:0;
	transform:translateY(-50%);
}
#sub_con .fullface5 .inbox .flex > div{
	background:#fcf9f6;
	padding: 20px;
	text-align:center;
}
#sub_con .fullface5 .inbox .flex .left{
	margin-right:50px;
}
#sub_con .fullface5 .inbox .flex > div img{
	margin-bottom:20px;
}
#sub_con .fullface5 .inbox .flex > div p{
	font-weight:500;
}
#sub_con .fullface5 .inbox .flex > div h5{
	width:600px;
	height:40px;
	border-radius:20px;
	line-height:39px;
	color:#fff;
	background:#595959;
	margin:5px 0 20px;
	font-size:22px;
}
#sub_con .fullface5 .inbox .flex .right h5{
	background:#a06e4b;
}
#sub_con .fullface5 .inbox .flex > div ul{
	display:inline-block;
}
#sub_con .fullface5 .inbox .flex > div ul li{
	text-align:left;
	font-size:20px;
	margin-bottom :10px;
}
#sub_con .fullface5 .inbox .flex > div ul li img{
	vertical-align:middle;
	margin:0;
	margin-right:10px;
}

#sub_con .fullface7 .flex .right ul .po1{
	left:375px;
	top:265px;
}
#sub_con .fullface7 .flex .right ul .po2{
	left:276px;
	top:272px;
}
#sub_con .fullface7 .flex .right ul .po3{
	left:415px;
	top:314px;
}
#sub_con .fullface7 .flex .right ul .po4{
	left:430px;
	top:253px;
}
#sub_con .fullface7 .flex .right ul .po5{
	left:385px;
	top:360px;
}
#sub_con .fullface7 .flex .right ul .po6{
	left:450px;
	top:370px;
}


/*리프팅재수술*/
#sub_con .relifting2{
	padding:100px 0;
	text-align:center;
}
#sub_con .relifting4{
	padding:100px 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:650px;
	height:450px;
	margin-right:20px;
}
#sub_con .relifting4 .inbox .flex .left li{
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#sub_con .relifting4 .inbox .flex .left .on{
	display:block;
}
#sub_con .relifting4 .inbox .flex .right{
	width:500px;
}
#sub_con .relifting4 .inbox .flex .right li{
	padding:37px 0;
	border:2px solid #835c40;
	border-radius:5px;
	margin-bottom:20px;
	font-size:20px;
	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 .flex .right ul .po1{
	left:330px;
	top:128px;
}
#sub_con .relifting5 .flex .right ul .po2{
	left:262px;
	top:162px;
}
#sub_con .relifting5 .flex .right ul .po3{
	left:394px;
	top:231px;
}
#sub_con .relifting5 .flex .right ul .po4{
	left:270px;
	top:254px;
}
#sub_con .relifting5 .flex .right ul .po5{
	left:420px;
	top:290px;
}
#sub_con .relifting5 .flex .right ul .po6{
	left:413px;
	top:410px;
}




/*볼라인리프팅*/
#sub_con .cheekline2{
	padding-top:100px;
	text-align:center;
	background:url(/images/sub/personal/cheekline2-bg.png) no-repeat 50% 50% #ececec; 
}
#sub_con .cheekline2 .inbox{
	position:relative;
}
#sub_con .cheekline2 .inbox img{
	display:block;
	margin: -50px 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:100px;
	left:0;
	width:100%;
	padding:20px;
	letter-spacing:-1px;
}
#sub_con .cheekline3{
	padding:100px 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:100px;
	margin-top:50px;
}
#sub_con .cheekline4{
	padding:100px 0;
	text-align:center;
}
#sub_con .cheekline4 .inbox .flex{
	position:relative;
	justify-content:center;
}
#sub_con .cheekline4 .inbox .flex > div{
	padding: 20px;
	text-align:center;
	border:1px solid #835c40;
}
#sub_con .cheekline4 .inbox .flex .left{
	margin-right:50px;
}
#sub_con .cheekline4 .inbox .flex > div img{
	margin-bottom:20px;
}
#sub_con .cheekline4 .inbox .flex > div p{
	font-weight:500;
}
#sub_con .cheekline4 .inbox .flex > div h5{
	width:600px;
	height:40px;
	border-radius:20px;
	line-height:39px;
	color:#fff;
	background:#595959;
	margin:5px 0 20px;
	font-size:22px;
}
#sub_con .cheekline4 .inbox .flex .right h5{
	background:#a06e4b;
}
#sub_con .cheekline4 .inbox .flex > div ul{
	display:inline-block;
}
#sub_con .cheekline4 .inbox .flex > div ul li{
	text-align:left;
	font-size:20px;
	margin-bottom :10px;
}
#sub_con .cheekline4 .inbox .flex > div ul li img{
	vertical-align:middle;
	margin:0;
	margin-right:10px;
}
#sub_con .cheekline4 .inbox > p{
	margin-top:50px;
}
#sub_con .cheekline5{
	background:url(/images/sub/personal/cheekline5-bg.png) no-repeat 50% 50%; 
}

#sub_con .cheekline6 .flex .right ul .po1{
	left:408px;
	top:187px;
}
#sub_con .cheekline6 .flex .right ul .po2{
	left:432px;
	top:240px;
}
#sub_con .cheekline6 .flex .right ul .po3{
	left:410px;
	top:300px;
}
#sub_con .cheekline6 .flex .right ul .po4{
	left:265px;
	top:240px;
}
#sub_con .cheekline6 .flex .right ul .po5{
	left:354px;
	top:330px;
}
#sub_con .cheekline6 .flex .right ul .po6{
	left:450px;
	top:380px;
}

