@charset "utf-8"; /* 공통 */

/*변수*/
:root { --point:#007046; --fc-default:#222; --c-border:#ddd; --bg:#e5ebea; --pd-inline:13px; } 

/*layout*/
.center_wrap { padding-inline: var(--pd-inline); } 
.com_blind{display: none;}
#sub_wrap{min-height: calc(100vh - 263px)}
/*head*/
#head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; background-color: var(--point); padding-inline:var(--pd-inline); } 
#head .btn_bar { background: url(../img/icon_bar_white.png) no-repeat; width:24px; height: 24px; background-size: 100% auto; margin-left:3px; } 
#head > .logo .default {display:none} 
#head > .logo img { max-width: 85px; } 
#head .btn_search img { width:24px; height:24px; } 
#head .btn_search .default{display: none;}

/*상단 메뉴*/
#head .top_menu { display: flex; justify-content:space-between; align-items: center; width: 100%; margin-top:7px; } 
#head .top_menu .menu { font-size: 13px; font-weight: 500; line-height: 1.77; letter-spacing: -0.65px; text-align: center; color: #fff; padding-bottom:8px; } 
#head .top_menu .menu.on { border-bottom:2px solid #83b8a4; } 
#head .top_menu .btn_event { border-radius: 15px; background-color: #83b8a4; height: 26px; line-height: 26px; padding-inline: 13px; font-size: 13px; font-weight: 500; letter-spacing: -0.65px; text-align: center; color: #f7f9f9; margin-bottom:7px; } 
#head .top_menu .btn_event.active{background: #fff; color:var(--point)}
#head .top_menu .menu i { padding:0 6px; border-radius: 8px; background-color: #83b8a4; font-size: 10px; font-weight: 500; font-stretch: normal; font-style: normal; letter-spacing: normal; text-align: center; height: 15px; line-height: 15px; color: #f7f9f9; margin-left:5px; display: inline-block; } 

#head .wrap { display:none; position:fixed; left:0; top:0; bottom:0; height:100vh; width:100%; background: #fff; z-index: 21; overflow-y: auto;} 
#head .wrap.active { display: block; } 
#head .ribbon { position: relative; padding-inline: var(--pd-inline); height: 50px; } 
#head .ribbon .logo { width:84px; position:absolute; top:8.5px; left:50%; transform: translate(-50%,0); } 
#head .ribbon { display: flex; justify-content: space-between; align-items: center; } 
#head .ribbon .select_branch { position:relative; z-index: 10; } 
#head .ribbon .select_branch .selected { height: 20px; color:var(--point); font-size:13px; letter-spacing: -0.65px; border-radius: 100px; display: flex; justify-content: space-between; align-items: center; } 
#head .ribbon .select_branch .selected img { width:20px; } 
#head .ribbon .select_branch .selected:after { content:''; display: block; width:9px; height:6px; background: url("../../img/common/select_arrow.png") no-repeat; background-position: center; background-size: 100%; margin-left:12px; } 
#head .ribbon .select_branch .selected:hover:after { cursor: pointer; } 

#head .ribbon .select_branch .layer { position: absolute; border-radius: 20px; border:1px solid #e6e6e8; background: #fff; text-align: left; padding:13px 10px; letter-spacing: -0.025em; margin-top: 2px; box-shadow:5px 0 5px rgba(0,0,0,.08); width:170px; box-sizing: border-box; display: none; z-index: 2; } 
#head .ribbon .select_branch.active .layer { display: block; } 
#head .ribbon .select_branch .layer .tit { font-size:14px; color:var(--point); padding:9px 13px; font-weight: bold; } 
#head .ribbon .select_branch .layer a { color:#666666; font-size:14px; border-radius: 100px; padding:4px 13px; display: block; } 
#head .ribbon .select_branch .layer a:hover { background-color: #eaeaea; } 
#head .ribbon .select_branch .layer .branch_wrap:not(:last-child) { border-bottom:1px solid #ededef; padding-bottom: 17px; margin-bottom: 17px; } 

#head .ribbon .btn_cart { position:relative; display: flex; align-items: center; justify-content: center; font-size:13px; color:var(--point); margin-left:auto; } 
#head .ribbon .btn_cart .icon { width:20px; } 
#head .ribbon .btn_cart i { font-style:normal; display:block; min-width:19px; height:19px; color:#fff; background:var(--point); text-align:center; padding:0 5px; border-radius:100px; box-sizing:border-box; line-height:19px; font-size:12px; font-weight:600; margin-left:5px; } 
#head .ribbon .btn_close { background: url(../img/icon_close.png) no-repeat; width:20px; height: 20px; background-size: 100% auto; margin-left:8px; } 

#head .link_area { padding:15px var(--pd-inline) 10px; display: flex;  justify-content: space-between; background-color: var(--bg); gap:10px; } 
#head .link_area .link { padding: 17px 5px 17px 5px; border-radius: 10px; background-color: #fff; display: flex; flex-direction: column;  align-items: center; font-size: 13px; font-weight: 500; letter-spacing: -0.65px; text-align: center; color: var(--point); flex:1; text-align: center; } 
#head .link_area .link img { margin-bottom:7px; width:22px; } 

#head .serch_area { background-color: var(--bg); padding:0 var(--pd-inline) 10px; } 
#head .serch_area .search { border:1px solid var(--point); border-radius: 10px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; height: 43px;} 
#head .serch_area .search img { width:24px; margin-inline:10px 30px; } 
#head .serch_area .search input { border:none; } 
/* #head .serch_area .search input::placeholder { color:var(--point); font-size: 14px; font-weight: 700; letter-spacing: -0.7px; }  */
#head .serch_area .search p{color:var(--point); font-size: 14px; font-weight: 700; letter-spacing: -0.7px; width:100% }

#head.fixed{position:fixed; top:0; left:0; width:100%; z-index: 21; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
#head.fixed .top_menu .menu{color:var(--point)}
#head.fixed .top_menu .btn_event{background-color: var(--point);}
#head.fixed .btn_bar{background-image: url(../img/icon_bar.png);}
#head.fixed .btn_search .default{display: block;}
#head.fixed .btn_search .white{display: none;}
#head.fixed .logo .default{display: block; margin-top:6.5px}
#head.fixed .logo .white{display: none;}
#head.fixed .top_menu .btn_event.active{color:#fff}
#head.fixed .top_menu .menu.on { border-color:var(--point); }

#gnb .menu { border-bottom:1px solid var(--c-border); display: block; width:100%; padding:13px 20px; } 
#gnb .depth1 > .menu { background: #fff; font-size: 14px; font-weight: 700; letter-spacing: -0.7px; text-align: left; color: var(--point); } 
#gnb .depth1 > .menu.has_depth { display: flex; justify-content: space-between; align-items: center; } 
#gnb .depth1 > .menu.has_depth:after { content:''; display:inline-block; width:16px; height: 16px; background: url(../img/icon_drop.png); background-size: 100% auto; } 
#gnb .depth1.active > .menu.has_depth { background-color: #83b8a4; color:#fff; } 
#gnb .depth1.active > .menu.has_depth:after { background-image: url(../img/icon_drop_white.png); transform: rotate(180deg); } 
#gnb .depth2 { display: none; } 
#gnb .depth1.active .depth2 { display: block; } 
#gnb .depth2 .menu { background-color: #f7f9f9; } 

/*최근 본 시술*/
#head .recent_product { padding:20px 23px; background-color: #f7f9f9; border-bottom:1px solid var(--c-border) } 
#head .recent_product .sec_tit { font-size: 16px; font-weight: bold; letter-spacing: -0.8px; color: var(--point); margin-bottom:10px; } 
#head .recent_product .item { display: flex; align-items: center; } 
#head .recent_product .item .thumb { width: 76px; min-width: 76px; height: 76px; margin: 0 15px 0 0; border-radius: 10px; overflow: hidden; } 
#head .recent_product .item .thumb img { object-fit: cover; min-width: 100%; min-height: 100%; max-height: 100%; max-width:none; } 
#head .recent_product .item .info { width:calc(100% - 81px); } 
#head .recent_product .item .info .tit_field { font-size: 14px; letter-spacing: -0.7px; margin-bottom:8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
#head .recent_product .item .info .txt_field { font-size: 12px; letter-spacing: -0.6px; color: #888; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 

/*sns*/
#head .link_sns { display: flex; padding:20px 48px; justify-content: space-between; width:100%; } 
#head .link_sns .sns { background-color: var(--bg); border-radius: 40px; width:40px; height: 40px; } 
#head .link_sns .sns img { height:20px; } 

/*footer*/
#footer { overflow:hidden; background:var(--point); margin-bottom:60px; } 
#footer .link { border-bottom:1px solid #28805f; padding-block:13px 11px; } 
#footer .link .center_wrap { display: flex; justify-content: center; align-items: center; text-align: center; } 
#footer .link a { font-size: 13px; line-height: 2.31; letter-spacing: -0.65px; color: #8eada6; } 
#footer .link .division { font-size: 15px; font-weight: 300; line-height: 2; letter-spacing: normal; color: #fff; } 
#footer .link .hightlight { color:#fff; } 

#footer .info_area { margin-top:20px; } 
#footer .info_area .button { text-align:center; display: flex; align-items: center; justify-content: center; font-size: 13px; line-height: 1.38; letter-spacing: -0.65px; color: #83b8a4; width:100%; padding-bottom:20px; } 
#footer .info_area .button:after { content: ''; display: inline-block; width:16px; height: 16px; background: url(../img/btn_next.png) no-repeat center; vertical-align: 5px; background-size: auto 100%; transform: rotate(90deg); opacity: 0.5; margin-left:10px } 
#footer .info_area .button.open:after { transform: rotate(270deg); } 
#footer .info_area .address { display: none; padding-block: 0 30px; font-size: 13px; font-weight: 300; line-height: 1.57; letter-spacing: normal; color: #8eada6; text-align: center; } 
/* #footer .info_area .address.active { display: block; }  */
#footer .info_area .address .copy { margin-top:10px; } 

#banner_btn { position:fixed; right:15px; bottom:75px; z-index:20; } 
#banner_btn .top { box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); background-color: #fff; width: 50px; height: 50px; border-radius: 100%; display: flex; flex-direction: column; font-size: 12px; font-weight: bold; letter-spacing: normal; text-align: center; color: var(--point); align-items: center; justify-content: center; } 
#banner_btn .top .icon { transform: rotate(270deg); width:18px; margin-bottom: 2px; } 

/*하단 고정메뉴*/
.bottom_fix_munu { position:fixed; height: 60px; background: #005b39; display: flex; z-index: 20; bottom:0; width:100%; } 
.bottom_fix_munu .button { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-inline: 10px; flex:1; font-size: 12px; line-height: 1.5; letter-spacing: -0.6px; text-align: center; color: #fff; padding-block: 10px 12px; } 
.bottom_fix_munu .button img { width:22px; margin-bottom:4px; } 

/*text*/
.com_pg_tit { font-family: 'NotoSerifKR', sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -1px; text-align: center; color:var(--point); margin-bottom:15px; width:100%} 
.com_pg_tit__wrap { display: flex; justify-content: space-between; align-items: center; } 
.com_pg_tit__wrap .com_pg_tit{width:inherit; margin-bottom: 0;}
.com_pg_tit__wrap .btn.l {padding-inline: 20px; } 
.com_pg_tit__wrap .list_chk { display: flex; align-items: center; justify-content: flex-end; } 
.com_pg_tit__wrap .list_chk .num { font-size: 18px; font-weight: 700; letter-spacing: -0.9px; text-align: right; color: var(--point); margin-right: 20px; } 
.com_pg_tit__wrap .list_chk .com_chk:checked+label:after { content:''; display: block; width:20px; height: 20px; background: url(../img/icon_chk_green.png) no-repeat; background-repeat: 100% auto; margin-left:11px; } 
.com_pg_tit__wrap .btn_area{display: flex; align-items: center;}
.com_pg_tit__wrap .btn_area .btn { vertical-align: middle; } 
.com_pg_tit__wrap .btn_area .btn.m{padding-inline: 5px;}
.com_pg_tit__wrap .btn_area .btn+.btn { margin-left:5px; } 

.com_pg_txt { font-size: 14px; line-height: 1.43; letter-spacing: -0.7px; text-align: center; color: #222; margin-bottom:20px; } 

.com_point_txt { color:var(--point) } 
.com_red { color:#f52d2d; } 

/*add file*/
.com_add_file { display: flex } 
.com_add_file input[type=file] { display: none; } 
.com_add_file .btn { height: 43px; } 
.com_add_file input[type=text] { } 

.com_txt_length { width:100%; text-align: right; font-size: 12px; line-height: 1.5; letter-spacing: -0.6px; color: #777; margin-top:5px; margin-bottom: -10px; } 

/*input form*/
.com_form { } 
.com_form li{margin-bottom:20px;}
.com_form li:last-child{margin-bottom:0;}
.com_form .tit_field { color:var(--point); font-size: 13px; font-weight: 500; line-height: 1.33; letter-spacing: -0.75px; margin-bottom:10px; } 
.com_form .input_field { display: flex; } 
.com_form .input_field input[type=tel] { flex:1; } 
.com_form .input_field .btn{white-space:nowrap; height: 43px;}

/*진료 시간*/
.com_office_hours p { display: flex; align-items: center; letter-spacing: -0.65px; font-size: 13px; } 
.com_office_hours p .week { padding-left:5px; width:65px } 
.com_office_hours p .week:before { content:''; width:2px; min-width: 2px; height: 2px; display: inline-block; margin-right: 3px; margin-left: -5px; background-color: #555; vertical-align: 4px; } 
.com_office_hours .time { text-align: right; width:calc(100% - 65px) } 
.com_office_hours p:last-child { margin-top:10px; } 
.com_office_hours .small_txt{font-size:12px; font-weight: normal;}