﻿/* font */
@font-face {
font-family: 'Pretendard';
font-weight: 900;
font-display: swap;
src: local('Pretendard Black'), url('../fonts/woff2/Pretendard-Black.woff2') format('woff2'), url('../fonts/woff/Pretendard-Black.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 800;
font-display: swap;
src: local('Pretendard ExtraBold'), url('../fonts/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/woff/Pretendard-ExtraBold.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 700;
font-display: swap;
src: local('Pretendard Bold'), url('../fonts/woff2/Pretendard-Bold.woff2') format('woff2'), url('../fonts/woff/Pretendard-Bold.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 600;
font-display: swap;
src: local('Pretendard SemiBold'), url('../fonts/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/woff/Pretendard-SemiBold.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 500;
font-display: swap;
src: local('Pretendard Medium'), url('../fonts/woff2/Pretendard-Medium.woff2') format('woff2'), url('../fonts/woff/Pretendard-Medium.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 400;
font-display: swap;
src: local('Pretendard Regular'), url('../fonts/woff2/Pretendard-Regular.woff2') format('woff2'), url('../fonts/woff/Pretendard-Regular.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 300;
font-display: swap;
src: local('Pretendard Light'), url('../fonts/woff2/Pretendard-Light.woff2') format('woff2'), url('../fonts/woff/Pretendard-Light.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 200;
font-display: swap;
src: local('Pretendard ExtraLight'), url('../fonts/woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('../fonts/woff/Pretendard-ExtraLight.woff') format('woff');
}
    
@font-face {
font-family: 'Pretendard';
font-weight: 100;
font-display: swap;
src: local('Pretendard Thin'), url('../fonts/woff2/Pretendard-Thin.woff2') format('woff2'), url('../fonts/woff/Pretendard-Thin.woff') format('woff');
}
    
@font-face {
    font-family: 'TTLaundryGothic';
    font-weight: 400;
    font-style: normal;
    src: local('TTLaundryGothic'), url('../fonts/woff/TTLaundryGothic.woff') format('woff');
}
@font-face {
    font-family: 'TTLaundryGothic';
    font-weight: 700;
    font-style: normal;
    src: local('TTLaundryGothicB'), url('../fonts/woff/TTLaundryGothicB.woff') format('woff');
}
    
    
/* reset */
    
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'Pretendard', -apple-system,Arial, sans-serif; 
-webkit-tap-highlight-color: transparent;
}
html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, ul, ol, li, dl, dt, dd, table, caption,
tbody, tfoot, thead, tr, th, td, fieldset, fo7m, label, legend, input, button, textarea, select {margin:0; padding: 0; }
html, body { margin: 0; padding: 0; height: 100%;}
body {/* background-color: #fff;*/ margin: 0; height: 100%; font-size: 14px; min-height: auto; color: #343434; }
input, select, textarea { border: 1px solid #ccc; height: 40px; padding: 5px 15px; /*font-family:"Droid Sans";*/ outline: none; font-size: 1em; }
textarea { resize: none; }
textarea {width: 100%;  padding: 14px 18px; background: transparent;  border-radius: 8px;}
input:focus, select:focus, textarea:focus { border-color: #333; }
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(https://img.lifet.co.kr/icon/select_down.svg);
background-position: right 20px center;
background-repeat: no-repeat;
padding-right: 50px;
}
select::-ms-expand {display: none;}
select.holder {color: #c9c9c9;}
select.holder option {color: #343434;}
input::placeholder, textarea::placeholder {color: #c3c3c3;}
input[type="text"] {width:100%;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {display: none;}
input[name="title"] {font-size: 21px; font-weight: 800; text-align: center;}
input[type="password" i] { /*font-family:"Droid Sans";*/ }
input[type="password" i]::placeholder {font-family: 'Pretendard', -apple-system,Arial, sans-serif;}
input[type="search" i]::-webkit-search-cancel-button { -webkit-appearance: none; width: 30px; height: 30px; background-image: url(https://img.lifet.co.kr/icon/close_b.svg); background-size: contain; cursor: pointer;}
button {color: #343434; font-size: 14px; border: 0; cursor:pointer; background-color: transparent;}
em { font-style: inherit; }
ul, ol { list-style: none; }
a { text-decoration: none; color: currentColor; cursor: pointer; }
i { font-style: inherit; }
    
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.text-left {text-align: left;}
.text-center {text-align: center}
.text-right {text-align: right;}
.ellipsis2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.2em; height: 2.4em;}
    
    
    
    
/* header & footer */
#root {min-height: 100%;}
header {position: fixed; top: 0; left: 0; width: 100%; padding: 44px 0 0; border-bottom: 1px solid #DFDFDF;  background-color: #fff; z-index: 10002;}
header .inner {position: relative; width: 100%; max-width: 1170px; margin: 0 auto; padding-left: 185px;}
header .logo {position: absolute; left: 14px; top: 4px; display: flex; align-items: center; flex-grow: 1;}
header .logo img {max-width: 125px; max-height: 30px;}
header .search_top {position: absolute; left: 675px; top: -6px; display: flex;}
header .search_top input[type="text"] {width: 329px; height: 40px; padding: 5px 40px 5px 20px; border-radius: 40px; line-height: 20px; font-size: 16px; border: 0; background-color: #f6f6f6;}
header .search_top input[type="text"]::placeholder {color: #949494; font-size: 16px; font-weight: 400; line-height: 20px;} 
header .search_top button {position: static; margin-left: -47px; background-color: transparent; background-size: 33px;}
header .gnb > ul {display: flex; justify-content: flex-start; align-items: center; gap: 50px; font-weight: 600; color: #4D4D4D;}
header .gnb > ul li {display: flex; align-items: center; white-space: nowrap}
.gnb > ul > li:nth-child(1) {position: relative; display: flex; align-items: center;}
.gnb > ul > li:nth-child(1) a {display: flex; align-items: center; gap: 9px;}
.gnb > ul > li:nth-child(1) a::after {content:'N'; display: flex; justify-content: center; align-items: center; width: 18px; height: 18px; color: #fff; font-weight: 700; font-size: 10px; line-height: 16px;  border-radius: 50%; background-color: #FF6987;}
header .cart {position: relative; width: 32px; height: 32px;  background: url(https://img.lifet.co.kr/icon/cart.svg) no-repeat; background-size: 32px;}
header .alram {position: relative; width: 32px; height: 32px; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/alram.svg) no-repeat center; background-size: 32px;}
header .alram span {display: inline-block; position: absolute; top: 2px; right: 2px; width: 6px; height: 6px; border-radius: 50%; background-color: #FF6987;} 
header .cart span {display: flex; align-items: center; justify-content: center; position: absolute; right: 0; min-width: 15px; height: 15px; padding: 0 4px; color: #fff; font-weight: 500; font-size: 9px; line-height: 100%; border-radius: 36px; background-color: #FF6987;}
header .gnb > ul > li a:hover, header .gnb > ul > li.hover > a {color: #68A5FE;}
header .gnb > ul > li > ul {display: none; position: absolute; top: 37px; left: -28px; width: 130px; height: 106px; padding: 26px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); border-radius: 10px; background-color: #fff;}
header .gnb > ul > li.hover > ul {display: block;}
/*header .gnb > ul > li + li {position: relative; margin-left: 48px;}*/
header .gnb > ul > li > ul li a {display: block; font-weight: 500; font-size: 16px; line-height: 19px;}
header .gnb > ul > li > ul li + li a  {margin-top: 16px;}
header .login-area {position: absolute; right: 0; top: -2px; align-items: center; display: flex; gap: 20px;}
header .login-area ul {position: absolute; top: -31px; right: 0; display: flex; justify-content: flex-start; align-items: center; color: #777;}
header .login-area ul li a {display: block;  font-size: 12px; font-weight: 600; line-height: 16px; white-space:  nowrap;}
header .login-area ul li a.logout {color: #68A5FE; border: 1px solid #68A5FE; background-color: #fff;} 
header .gnb > ul > li > a {display: block; padding: 8px 0 19px; font-size: 18px; line-height: 22px; font-weight: 600;}
header .login-area ul li + li {margin-left: 14px;}
header .m_trigger {display: none;}
.max-content {min-height: calc(100vh - 70px) !important;}
.mypage_go {width: 32px; height: 32px; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/mypage.svg) no-repeat center center; background-size: 32px;}
.search_btn { width: 32px; height: 32px; margin-right: 14px; border: 0; text-indent: -9999px;  cursor: pointer; background: url(https://img.lifet.co.kr/icon/icon_search.png) no-repeat center center; background-size: 32px;}
    
.total_menu {display: none;}
.navi_bar {display: none;}
    
#container, #container.bg-section {height: auto; padding-top: 93px; min-height: 100%; min-height: auto;}
#scrolling-tab ~ #container, .pet_change ~ #container {padding-top: 144px;}
header.app_top ~ #root {padding-top: 184px;}
header.app_top ~ #root #scrolling-tab ~ #container {padding-top: 0;}
#scrolling-tab {position: fixed; top: 92px; left: 0; width: 100%; z-index: 8100; border-top: 1px solid #D8D8D8;  transition: .5s all;}
header.app_top  ~ #scrolling-tab ~  #container {padding-top: 184px;}
header.app_top {top: 40px;}
header.app_top ~ #container {padding-top: 134px;}
header.app_top ~ #scrolling-tab, header.app_top ~ #root #scrolling-tab {top: 133px; height: auto;}
#scrolling-tab.up {top: 25px;}
#scrolling-tab.up.up_cancle {top: 93px;}
header.app_top ~ #scrolling-tab.up.up_cancle {top: 133px;}
header ~ .pet_change.up {top: 30px;}
header.app_top ~ #scrolling-tab.up {top: 40px;}
header.app_top ~ .pet_change {top: 148px;}
header.app_top ~ .pet_change.up {top: 78px;} 
.inner-1200 { position: relative; max-width: 1170px; margin: 0 auto; } 
    
/* page tab */
header.scroll {box-shadow: none; -webkit-box-shadow: none;}
#scrolling-tab .page-tab-area {top: 70px; transition: all 0.3s; -webkit-transition: all 0.3s; z-index: 7900;}
      
.page-tab-area {background-color: #fff; /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);*/ border-bottom: 1px solid #D8D8D8;}
.page-tab-area ul  {position: relative; display: flex; align-items: center; text-align: center; flex-flow: nowrap; max-width: 1170px; margin: 0 auto;}
.page-tab-area ul li a {position: relative; display: block; padding: 14px 16px; font-size: 16px; font-weight: 500; line-height: 22px;}  
.page-tab-area ul li.active a {font-weight: 700; color: #68A5FE;}
.page-tab-area ul li.active a:after {content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 3px; background-color: #68A5FE;}
    
footer {background-color: #F6F7F9; padding: 60px 0 30px; color: #7B7B7B; font-size: 14px; line-height: 1.5em;}
.total_cont ~ footer, .ai_cont ~ footer {padding-bottom: 100px;}
footer .inner {position: relative; width: 100%; max-width: 1170px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: flex-start;}
footer .chating_counsel {margin-right: 60px; padding-right: 60px; line-height: 150%; border-right: 1px solid #CECECE;}
footer .chating_counsel .title {margin-bottom: 8px; padding-left: 26px; color: #666; font-size: 14px; font-weight: 600; line-height: 150%; background: url(http://img.lifet.co.kr/icon/chating.png) no-repeat left center; background-size: 20px;}
footer .chating_counsel .title.tel {display: none;}
footer .chating_counsel .tel {padding-left: 26px; color: #666; background: url(http://img.lifet.co.kr/icon/icon_tel.png) no-repeat left center; background-size: 20px;}
footer .chating_counsel .tel + .tel {margin-top: 8px; margin-bottom: 12px;}
footer .chating_counsel .tel span {margin-left: 6px;}
footer .terms {display: flex; justify-content: flex-start; margin-bottom: 37px; color: #666; font-weight: 500;}
footer .terms li {position: relative;}
footer .terms li + li {margin-left: 12px; padding-left: 12px;}
footer .terms li + li::before {content: ''; position: absolute; left: 0; top: 3px; width: 1px; height: 12px; background-color: #CECECE;}
footer .cptxt {line-height: 170%;}
footer .cptxt strong {display: block; margin-bottom: 8px; line-height: 150%; font-weight: 600;}
footer .cptxt br {display: none;}
.tel_counsel_pop .tel {margin: 0 20px; padding-left: 40px; font-size: 16px; font-weight: 500; line-height: 150%; text-align: left; background: url(http://img.lifet.co.kr/icon/Tel.svg) no-repeat left center; background-size: 28px;}
.tel_counsel_pop .tel + .tel {margin-top: 24px; margin-bottom: 20px;}
.tel_counsel_pop .tel a {display: block; background: url(https://img.lifet.co.kr/icon/mypage_arrow.svg) no-repeat right center; background-size: 8px;}
.tel_counsel_pop .tel span {display: block; margin-top: 2px; color: #808080; font-size: 14px; font-weight: 400;}
    
.mobile-items {display: none;}
.wnone {display: none;}  
.swiper-slide {will-change: transform;}
    
/* button */
.btn {display: block; color: #68A5FE; height: 48px; font-size: 16px; font-weight: 600; line-height: 46px; border: 2px solid currentColor; border-radius: 30px; transition: all 0.2s; -webkit-transition: all 0.2s; text-align: center; background-color: #fff; cursor: pointer;}
.center {text-align: center;}
.btn_inline {display: inline-block; padding: 0 60px;}
.btn-default {font-size: 16px; line-height: 51px; border: 2px solid currentColor; border-radius: 25px;}
.btn:hover, .btn-default:hover {background-color: #86B7FF; color: #fff;} 
    
.btn-more {background-image: url(https://img.lifet.co.kr/icon/carbon_document.png); background-repeat: no-repeat; background-position: left 41px center; background-size: 23.62px; padding-left: 37px; line-height: 41px; width: 200px; height: 43px; text-align: center;}
.btn-more:hover {background-image: url(https://img.lifet.co.kr/icon/carbon_document_w.png);}
.btn-type01 {background-color: #68A5FE; color: #fff;}
.btn-type01:hover {background-color: #4490FF; border-color: #4490FF;}
.btn-type01:disabled {background-color: #D8D8D8; border-color: #D8D8D8;}
    
/* checkbox*/
.checkbox  {position: relative; font-size: 16px; line-height: 1.5em; cursor: pointer;}
.checkbox input {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; cursor: pointer;}
.join_pw {display: flex; justify-content: center; margin: 40px 0 0; color: #777; font-size: 14px; line-height: 18px;}
.join_pw a + a::before {content: ''; display: inline-block; margin: 0 20px; width: 1px; height: 16px; vertical-align: -2px; background-color: #E3E3E3;}
.checkbox input + label {padding-left: 30px; background-repeat: no-repeat; background-position: left center;}
.checkbox input[type="checkbox"] + label {background-image: url(https://img.lifet.co.kr/icon/Checkbox.png); background-size: 17px;}
.checkbox input[type="checkbox"]:checked + label {background-image: url(https://img.lifet.co.kr/icon/Checked.svg); }
.checkbox input[type="radio"] + label {background-image: url(https://img.lifet.co.kr/icon/Radio.png);}
.checkbox input[type="radio"]:checked + label {background-image: url(https://img.lifet.co.kr/icon/Radio_checked.png);}
.checkbox.circle input[type="checkbox"] + label {background-image: url(https://img.lifet.co.kr/icon/circle_check.svg); background-size: 18px;}
.checkbox.circle input[type="checkbox"]:checked + label {background-image: url(https://img.lifet.co.kr/icon/circle_checked.svg); }
    
/* 컨테이너 */
#container > .section-wrap {padding: 70px 0;}
#container > .section-wrap.pd120 {padding: 120px 0;}
#container > .section-wrap > .section-inner, #tabcont .section-inner, .mobile_pop >  .section-wrap > .section-inner {position: relative; max-width: 1170px; margin: 0 auto;}
#container > .section-wrap.gradient {background-color: #7EB3FF;}
.section-wrap .mobile-items {display: none;}

/* 고객센터 */
#container > .customer__ { padding: 0; height: 380px; background-color: #A4C9FE; } 
#container > .customer__.detail { height: 316px; } 
.customer__ .section-inner { height: 100%; padding-top: 80px; text-align: center; } 
.customer__ .section-inner .textBox h1 { font-size: 36px; font-weight: 600; line-height: 1.5em; } 
.customer__ .search__box { max-width: 770px; margin: 30px auto 0; background-color: #fff; } 
.customer__ .search__box input[type="text"] { width: 100%; } 
.customer__ .search__box input[type="text"]::placeholder { font-size: 24px; font-weight: 500; line-height: 130%; } 
.customer__ .search__box button { position: absolute; right: 20px; top: 0; width: 66px; height: 100%; background-color: transparent; background-size: 40px; background-repeat: no-repeat; background-position: center; background-image: url(https://img.lifet.co.kr/icon/icon_search.png); } 
.customer__ .search__box .clear { top: 21px; } 

#container > .customer__section { margin-top: -87px; padding-top: 0; padding-bottom: 107px; } 
#container > .customer__section.search { margin-top: 0; padding-top: 0; padding-bottom: 89px; } 
.customer__section.search .search_title {margin: 50px 0 19px; font-size: 24px; font-weight: 600; line-height: 130%;}
.customer__section.search .search_title span {color: #68A5FE;}
.customer__section.search .search_title span:last-child {margin-left: 8px;}
.customer__section .wrap__ { display: flex; justify-content: flex-start; align-items: stretch; flex-flow: column;} 
.customer__section .wrap__ + .wrap__ { margin-top: 20px; } 
.customer__section .wrap__ > article { flex-grow: 1; padding: 24px 40px; background-color: #fff; box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); -webkit-box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); border-radius: 12px; min-width: 575px; } 
.customer__section .wrap__ .qa_list { max-width: 100%; } 
.customer__section .wrap__:first-child > article { padding: 28px 50px 40px; } 
.customer__section.search .wrap__:first-child > article.no_search {display: flex; align-items: center; justify-content: center; height: 562px; margin-top: -87px; margin-left: 0; padding: 0; color: #808080; font-size: 24px; font-weight: 500; line-height: 130%;} 
.customer__section .wrap__ > article + article { margin-left: 20px; } 
.customer__section .wrap__ + .wrap__ article:first-child { padding-bottom: 40px; } 
.customer__section .title { border-bottom: 1px solid #E3E3E3; } 
#container > .customer__section.notice_list {margin-top: -195px;}
.customer__section.notice .title {display: flex; align-items: center; margin-top: 22px; border-bottom: 0;}
.customer__section.notice_list .title {margin-bottom: 6px; border-bottom: 0;}
.customer__section.notice .title h1 {padding-bottom: 0; font-size: 36px; line-height: 150%;}
.customer__section.notice .title span {margin-left: 20px; color: #666; font-size: 20px; line-height: 150%;}
.customer__section.notice .notice_view {margin-top: -173px;}
.customer__section.notice .notice_view .title {flex-flow: column; align-items: flex-start; margin-top: 12px; padding-bottom: 40px; font-size: 24px; font-weight: 600; line-height: 150%; border-bottom: 2px solid #EFEFEF;}
.customer__section.notice .notice_view .title span {display:block; margin-top: 16px; margin-left: 0; color: #808080; font-size: 16px; font-weight: 400;}
.customer__section.notice .notice_view .content {margin-bottom: 16px; padding: 40px 0; font-size: 16px; line-height: 150%; border-bottom: 2px solid #EFEFEF;}
.customer__section.notice .notice_view .content p {overflow: hidden;}
.customer__section.notice .notice_view .btn_blue {border-radius: 60px; font-size: 16px; line-height: 24px;}
.customer__section .title button {position: absolute; right: 50px; top: 30px;  padding-right: 20px; font-size: 18px; font-weight: 500; line-height: 130%; background: url(https://img.lifet.co.kr/icon/mypage_arrow.svg) no-repeat right center; background-size: 9px;}
.customer__section .wrap__ .sub__ .sub_tit { margin: 30px 0 24px; font-size: 20px; font-weight: 700; line-height: 130%; } 
.customer__section .wrap__ .sub__ .tel { margin: 30px 0 20px; } 
.customer__section .wrap__ .sub__ .tel + .tel {margin-left: 50px;}
.customer__section .wrap__ .sub__ .tel a {display: block; padding-left: 40px; color: #808080; font-size: 16px; line-height: 150%; background: url(https://img.lifet.co.kr/icon/Tel.svg) no-repeat left center; background-size: 24px; } 
.customer__section .wrap__ .sub__ .tel a strong {display: block; color: #343434; font-size: 18px; font-weight: 500; line-height: 150%;}
.customer__section .wrap__ .sub__ ul li { color: #7B7B7B; font-size: 15px; line-height: 150%; } 
.customer__section .wrap__ .sub__ ul li br { display: none; } 
.customer__section .wrap__ .sub__ ul li + li { margin-top: 7px; } 
.customer__section .wrap__ .notice {margin-top: 10px;}
.customer__section .wrap__ .notice li {position: relative; padding: 20px 0; border-bottom: 1px solid #EFEFEF;}
.customer__section .wrap__ .notice li a {font-size: 20px; line-height: 150%; }
.customer__section.notice .wrap__ .paging {margin: 50px 0 22px;}
.customer__section.notice .wrap__ .notice li a {font-weight: 500;}
.customer__section .wrap__ .notice li span {position: absolute; right: 0; color: #999; font-size: 16px; line-height: 150%;}

.btn_chating { display: inline-block; width: 385px; padding: 12px 0; text-align: center; color: #fff; font-size: 16px; font-weight: 700; line-height: 24px; border-radius: 60px; background-color: #68A5FE; } 
.btn_chating + .btn_chating { display: inline-block; width: 210px; margin-left: 10px; padding: 12px 0; text-align: center; color: #fff; font-size: 16px; font-weight: 700; line-height: 24px; border-radius: 60px; background-color: #373737; } 
.faq_list { display: flex; justify-content: center; margin: 12px 0 20px; } 
.faq_list li + li { margin-left: 12px; } 
.faq_list li a { display: block; padding: 7px 9px 7px 31px; color: #808080; font-weight: 600; line-height: 130%; font-size: 18px; border-radius: 60px; border: 1px solid #808080; background-position: left 7px center; background-repeat: no-repeat; background-size: 24px; } 
.faq_list li:nth-child(1) a { background-image: url(https://img.lifet.co.kr/icon/FAQ/커뮤니티_off.svg); } 
.faq_list li:nth-child(2) a { background-image: url(https://img.lifet.co.kr/icon/FAQ/스토어_off.svg); } 
.faq_list li:nth-child(3) a { background-image: url(https://img.lifet.co.kr/icon/FAQ/펫보험_off.svg); } 
.faq_list li:nth-child(4) a { background-image: url(https://img.lifet.co.kr/icon/FAQ/건강체크_off.svg); } 
.faq_list li:nth-child(5) a { background-image: url(https://img.lifet.co.kr/icon/FAQ/상담_off.svg); } 
.faq_list li:nth-child(6) a { background-image: url(https://img.lifet.co.kr/icon/FAQ/프로필_off.svg); } 
.faq_list li:nth-child(7) a { background-image: url(https://img.lifet.co.kr/icon/FAQ/회원관리_off.svg); } 
.faq_list li:nth-child(1) a.active { background-image: url(https://img.lifet.co.kr/icon/FAQ/커뮤니티.svg); } 
.faq_list li:nth-child(2) a.active { background-image: url(https://img.lifet.co.kr/icon/FAQ/스토어.svg); } 
.faq_list li:nth-child(3) a.active { background-image: url(https://img.lifet.co.kr/icon/FAQ/펫보험.svg); } 
.faq_list li:nth-child(4) a.active { background-image: url(https://img.lifet.co.kr/icon/FAQ/건강체크.svg); } 
.faq_list li:nth-child(5) a.active { background-image: url(https://img.lifet.co.kr/icon/FAQ/상담.svg); } 
.faq_list li:nth-child(6) a.active { background-image: url(https://img.lifet.co.kr/icon/FAQ/프로필.svg); } 
.faq_list li:nth-child(7) a.active { background-image: url(https://img.lifet.co.kr/icon/FAQ/회원관리.svg); } 
.faq_list li a.active { color: #5299FF; border-color: #5299FF; background-color: #EDF4FF; } 
.customer__section .paging { margin: 20px 0 0; padding: 0;} 
.paging {display: flex; align-items: center; justify-content: center; padding: 58px 0 70px;}
.paging div {display: flex; align-items: center; }
.paging > a, .paging div > a {display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; color: #747474; font-size: 16px; font-weight: 500; line-height: normal;} 
.paging div a + a {margin-left: 16px;}
.paging a.on, .paging div a.on { color: #68A5FE; font-weight: 600; } 
.paging span { overflow:hidden; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #E3E3E3; text-indent: -9999px; } 
.paging span:first-child {margin-right: 34.5px; transform: rotate(180deg); background: url(https://img.lifet.co.kr/icon/arrow_right.svg) no-repeat center; background-size: 20px;} 
.paging span:last-child {margin-left: 34.5px;  background: url(https://img.lifet.co.kr/icon/arrow_right.svg) no-repeat center; background-size: 20px;}
.paging span a {display: block; height: 36px;}
.customer__section .wrap__:last-child .qa_list li .head { background: none; } 
.customer__section .wrap__:first-child .qa_list li .head::after, .FAQ__section .qa_list li .head::after { content:''; position: absolute; right: 4px; top: 4px; width: 9px; height: 16px; transform: rotate(90deg); background: url(https://img.lifet.co.kr/icon/mypage_arrow.svg) no-repeat; background-size: 9px; } 
.customer__section .wrap__:first-child .qa_list li.active .head::after, .FAQ__section .qa_list li.active .head::after { transform: rotate(270deg); } 
.customer__section .title h1 { font-size: 24px; font-weight: 700; line-height: 1.3em; padding-bottom: 14px; } 
.customer__section .title h1 span {margin-left: 8px; color: #68A5FE;}
.customer__section .title h1 span.sub_txt {margin-left: 20px; color: #666; font-size: 20px; font-weight: 400; line-height: 150%;}
.customer__section .category__ { display: flex; justify-content: space-between; align-items: flex-start; text-align: center; } 
.customer__section .category__ li { cursor: pointer; } 
.customer__section .category__ .imgBox { display: flex; justify-content: center; align-items: center; width: 90px; height: 90px; background: #FFFFFF; margin-bottom:3px; } 
.customer__section .category__ p { font-size: 22px; line-height: 1.3em; font-weight: 600; } 
.customer__section .qa_list li { padding: 0; display: flex; flex-flow: column; justify-content: flex-start; align-items: flex-start; min-height: 58px; padding: 14px 0; } 
.customer__section .qa_list li + li { margin-top: 0px; border-top: 1px solid #EEEEEE; } 
.customer__section .qa_list li .head { position: relative; width: 100%; padding-right: 40px; font-size: 20px; line-height: 150%; word-break: keep-all; background: none; } 
.qa_list li .head { flex: 1; display: flex; justify-content: flex-start; align-items: center; cursor: pointer; background-image: url(https://img.lifet.co.kr/icon/mypage_arrow.svg); background-repeat: no-repeat; background-position: right center; background-size: 9px; } 
.qa_list li .head span { color: #68A5FE; font-size: 22px; font-weight: 700; line-height: 22px; margin-right: 12px; margin-top: 0; width: auto; text-align: center; } 
.qa_list li .head > div { font-size: 20px; font-weight: 400; line-height: 1.5em; } 
.customer__section .sub__ { display: flex; flex-wrap: wrap; height: auto; margin-bottom: 0; } 
.customer__section .tel_wrap {display: flex;}
.customer__section .sub__ .sub_inner + .sub_inner { margin-left: 109px; } 
.customer__section .sub__ .title { width: 100%; margin-bottom: 0px; } 
.customer__section .sub__ .content { min-height: 200px; display: flex; justify-content: center; align-items: center; text-align: center; } 
.customer__section .sub__ .content img { display: block; margin: 0 auto; margin-bottom: 12px; width: 50px; height: 50px; } 
.customer__section .sub__ .content h5 { font-size: 16px; font-weight: 400; margin-bottom: 12px; } 
.customer__section .sub__ .content button { display: flex; justify-content: center; align-items: center; margin: 0 auto; height: 47px; padding: 0 30px; font-size: 18px; font-weight: 700; border-radius: 30px; color: #68A5FE; border: 2px solid #68A5FE; background-color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); cursor: pointer; } 
.customer__section .sub__ .content button:hover { color: #fff; background-color: #68A5FE; } 
#container > .customer__.FAQ__ { padding: 0; } 
.customer__.FAQ__ { height: 262px; background-position: right -1% bottom -43px; } 
#container > .FAQ__section { background-color: #fafafa; padding-top: 58px; padding-bottom: 120px; } 
.FAQ__section .wrap__ { display: flex; justify-content: space-between; align-items: flex-start; } 
.FAQ__section .wrap__ > aside,.FAQ__section .wrap__ > article { background: #FFFFFF; box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); -webkit-box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); border-radius: 12px; } 

.FAQ__section .wrap__ > aside { flex-shrink: 0; width: 245px; margin-right: 20px; padding: 50px 40px; } 
.FAQ__section .wrap__ > aside .title { border-bottom: 1px solid #E3E3E3; margin-bottom: 20px; } 
.FAQ__section .wrap__ > aside .title h1 { font-size: 24px; line-height: 1.3em; margin-bottom: 14px; } 
.FAQ__section .wrap__ > aside ul li { cursor: pointer; font-size: 20px; line-height: 26px; } 
.FAQ__section .wrap__ > aside ul li + li { margin-top: 33px; } 
.FAQ__section .wrap__ > aside ul li.active { font-weight: 700; /*color: #68A5FE; */ } 
.FAQ__section .wrap__ > article { flex-grow: 1; padding: 40px; } 
.FAQ__section .qa_list { max-width: 100%; } 
.FAQ__section .qa_list li { padding: 0; } 
.FAQ__section .qa_list li br { display: none; } 
.FAQ__section .qa_list li + li { margin-top: 28px; } 
.FAQ__section .qa_list li .drops, .customer__section .wrap__ .qa_list li .drops { margin-left: 30px; width: calc(100% - 30px); margin-top: 12px; background-color: #F1F6FC; border-radius: 10px; padding: 20px; font-size: 18px; line-height: 1.5em; word-break: keep-all; display: none; } 
.FAQ__section .qa_list li .head { padding-right: 8px; background: none; } 
.FAQ__section .qa_list li.active .head > div { font-weight: 600; } 
.result_title { margin-bottom: 6px; font-size: 24px; font-weight: 600; line-height: 130%; } 
.result_title strong { color: #68A5FE; } 
.result_title span { margin-left: 8px; color: #68A5FE; } 
    
/* loading */
.loading-section {display: flex;width: 100%;height: calc(100vh - 70px);background-color: #FAFAFA;justify-content: center;align-items: flex-start;padding: 80px 0;}
.loading-wrap {width: 600px; display: flex; flex-wrap: wrap; justify-content: center; flex-flow: column; color: #000; margin: 0 auto; padding: 52px; text-align: center; /*box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.06);border-radius: 20px;*/}
.loading-wrap h1 {font-weight: 700; font-size: 36px; line-height: 43px; text-align: center; color: #68A5FE;}
.loading-wrap .img {margin: 45px 0 35px;}
.loading-wrap .img img {width: 150px;}
.loading-wrap lottie-player { width: 218px;margin: 0 auto;margin-top: 32px;margin-bottom: 24px;}
.loading-wrap .alert {text-align: center;}
.loading-wrap .alert h1 {font-weight: 600;font-size: 22px;line-height: 26px;text-align: center;color: #343434;margin-bottom: 16px;}
.loading-wrap .alert p {display: inherit;}
.loading-wrap ul li {display: flex;justify-content: flex-start;align-items: center;font-size: 18px;font-weight: 500;color: #737373;margin-bottom: 6px;line-height: 1.5em;}
.loading-wrap ul li:before {content: "✓";color: #68A5FE;margin-right: 3px;}  
.loading-wrap ul li b {color: #68A5FE; padding-left: 5px;}  
.loading-wrap .alert h1,
.loading-wrap .alert ul li {
animation: ani_opacity 0.6s ease-in-out,ani_move 0.6s ease-in-out;
-webkit-animation: ani_opacity 0.6s ease-in-out, ani_move 0.6s ease-in-out;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
will-change: auto;
opacity: 0;
}
            
.progress_bar {overflow: hidden; position: relative; width: 215px; height: 10px; margin: 0 auto 90px; border-radius: 30px; background-color: #EAEAEA;}
.progress_bar span {position: absolute; left: 0; width: 100%; height: 10px; border-radius: 30px; background-color: #68A5FE; animation: progressAnimationStrike 5s;}
.progress_bar.parts span {animation: progressAnimationStrike 5s;}
    @keyframes progressAnimationStrike {
        from { width: 0 }
        to   { width: 100% }
    }
.loading-wrap .ment {width: 255px; margin: 0 auto; padding: 14px 0; font-size: 16px; font-weight: 600; line-height: 150%; text-align: center; border-radius: 12px; background-color: #F4F5FA;}
    
    
      
    
/* 모달 */
.modal-dialog, #root .modal-dialog.dim_hide {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000001;}
.modal-dialog .dim {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5;}
.modal-dialog .dim.hide {display: none !important;}
.modal-dialog .modal-content {position: absolute; height: 100%; width: 100%; z-index: 1; display: flex; justify-content: center; align-items: center;}
.modal-dialog .modal-content#modal-sign .content-area {text-align: center;}
      
.modal-dialog .content-area {overflow: hidden; position: relative; /*width: 100%; max-width: 411px;*/ background-color: #fff; text-align: center; padding: 60px 0 0; border-radius: 16px;}
#commonModal .content-area {max-width: 411px; width: 100%; padding: 45px 50px 30px; text-align: center;}
.modal-dialog .content-area .head div:first-child {z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 60px; padding-left: 20px; padding-top: 20px; text-align: left; font-size: 18px; font-weight: 600; line-height: 1.5; border-bottom: 2px solid #F2F2F2; background-color: #fff;}
.modal-dialog .coupon_pop .head div:first-child {padding-left: 0; text-align: center; font-size: 20px; border:0;}
.modal-dialog .imgBox {max-width: 280px; margin: 0 auto;}
.modal-dialog .imgBox.icon {width: 80px !important; height: 80px !important; margin-bottom: 16px;}
.modal-dialog .imgBox img {width: 100%;}
.modal-dialog .textBox {margin: 0 0 28px;}
.modal-dialog .textBox h1 {font-size: 22px;font-weight: 600;line-height: 1.3em; margin-bottom: 0; word-break: keep-all;}
.modal-dialog .textBox p {font-size: 18px;  margin-top: 6px;  line-height: 1.5em;  color: #343434;  opacity: 0.8;}
.modal-dialog .textBox p + p {margin-top: 14px; color: #808080; font-size: 14px; font-weight: 400; line-height: 150%;}
.modal-dialog .restock_pop .content-area {padding: 45px 0 23px !important;}
      
.modal-dialog .modal-content .submit {width: 100%; border-radius: 0; text-align: center; border: none; color: #fff; border: 0; border-radius: 30px; background-color: #68A5FE;  height: 40px; line-height: 38px; padding: 0 50px; font-size: 20px; font-weight: 600;}
.modal-dialog .content-area .closer {overflow: hidden; z-index: 10; position: absolute; left: auto; right: 0; top: 0; width: 60px; height: 60px; cursor: pointer; text-indent: -99999px; background-image: url(https://img.lifet.co.kr/icon/btn_x.svg); background-repeat: no-repeat; background-position: center; background-size: 24px;}  
#container.membership ~.modal-dialog .content-area  .head  div:first-child.left {text-align: left;}
.modal-dialog .modal-content .submit:hover, #modal-hjstory .content .btn-area .btn:hover {color: #fff;  background-color: #68A5FE }
.modal-dialog .modal-content .btn_area {display: flex; justify-content: center; align-items: center; margin-bottom: 0;}
#commonModal.modal-content .btn_area {margin-bottom: 0;}
.modal-dialog .modal-content .btn_area .btn {display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 50px; font-size: 20px; line-height: 130%; border-radius: 44px; min-width: 135px; border-color: #68A5FE;}
.modal-dialog .modal-content .btn_area .btn.btn_gray {width: 140px; color: #999; border: 2px solid #B3B3B3; background-color: transparent;}
.modal-dialog .btn_area .btn + .btn {margin-left: 10px; color: #fff; border-color: #68A5FE; background-color: #68A5FE;}
/*.modal-dialog .btn_area .btn:hover {border-color: #6992DE; background-color: #6992DE;}*/
.modal-dialog .openLink {display: inline-block; margin-top: 14px; color: rgba(52, 52, 52, 0.8); font-size: 16px; line-height: 1.5em; text-decoration: underline; text-underline-position: under;}
.modal-dialog .event_pop_bottom .closer { position: absolute; top: 0; right: 0; width: auto; height: auto; padding: 20px; color: #343434; font-weight: 600; text-indent: 0; background: none; } 
.modal-dialog .event_pop .closer { position: absolute; top: 0; right: 0; width: auto; height: auto; padding: 20px; color: #343434; font-weight: 600; text-indent: 0; background: none; } 

/* 마이페이지 알림 */
#root .modal-dialog.dim_hide, .modal-dialog.alarm_pop { overflow-y: auto; top: 88px; right: 50%; left: auto; width: 343px; height: 426px; margin-right: -499px; border-radius: 12px; background-color: #fff; box-shadow: 0px 0px 32px 6px rgba(177, 180, 198, 0.20);}
    .modal-dialog.alarm_pop .dim {display: none !important;}
#root .app_top .modal-dialog.dim_hide,  header.app_top ~ .modal-dialog.alarm_pop  {top: 130px;}
header.app_top .modal-dialog .alarm_pop {position: static;}
.modal-dialog.show .alarm_pop {display: block !important;} 
.modal-dialog .alarm_pop, .modal-dialog.alarm_pop .modal-content {position: static; display: block; width: auto; height: auto;}
.modal-dialog .alarm_pop .content-area, .modal-dialog.alarm_pop .content-area  {max-width: none; padding: 0; text-align: left; border-radius: 0;}
.modal-dialog .alarm_pop .head, .modal-dialog.alarm_pop .head {display: none !important;}
.scroll-wrapper .modal-dialog #htmlModal .head, .main-wrapper .modal-dialog #htmlModal .head {display: block !important;}
.main-wrapper .modal-dialog.dim_hide #htmlModal .head {display: none !important;}
.alarm_wrap { overflow-y: auto; overflow-x:hidden; height: 373px; margin: 44px 0 0;}
.alarm_wrap .title {position: absolute; top: 20px; left: 20px; font-size: 18px; font-weight: 600; line-height: 130%;}
.my_alarm > p {position: relative; display: flex; align-items: center; width: 90px; cursor: pointer; font-weight: 500; font-size: 15px; line-height: 130%;}
.my_alarm > p span {position: absolute; left: 72px; top: 0; display: flex; justify-content: center; align-items: center; width: 11px; height: 11px; color: #fff; font-weight: 600; font-size: 7px; line-height: 100%; border-radius: 50%; background-color: #FF6987;}
.my_alarm p img {width: 24px; margin-left: 3px; vertical-align: top;}
.my_alarm ul {display: block; top: 0;  margin-top: 0; padding: 8px 0; color: #343434;   background-color: #fff;}
.modal-dialog .alarm_wrap::-webkit-scrollbar {width: 14px; background-color: transparent;}
.modal-dialog .alarm_wrap::-webkit-scrollbar-thumb {background-color: #D9D9D9; border: 5px solid #fff; border-radius: 15px; cursor: pointer;}
.modal-dialog .alarm_wrap::-webkit-scrollbar-track {background-color: transparent;}
.my_alarm ul li > span {display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 12px; border-radius: 50%; background-color: #92BEFF;}
.my_alarm ul li > span img {width: 20px;}
.my_alarm ul li .category {margin-bottom: 5px; color: #68A5FE; font-size: 12px; font-weight: 600; line-height: 130%;}
.my_alarm ul li .tit {font-weight: 500; font-size: 15px; line-height: 130%;}
.my_alarm ul li .tit span {display: inline-block; margin-left: 4px; width: 6px; height: 6px; vertical-align: -5px; text-indent: -9999px; border-radius: 50%; background-color: #FF6987;}
.my_alarm ul li p {margin-top: 4px; font-size: 14px; line-height: 130%;}
.my_alarm ul li .date {position: absolute; top: 0; right: 0; color: #808080; font-size: 12px;}
.my_alarm .alarm_list {padding: 0 0 8px;}
.alarm_list li {position: relative; display: flex; padding: 14px 20px; cursor: pointer;}
.alarm_list li > span {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-right: 12px; border-radius: 50%; background-color: #BED8FF;}
.alarm_list li .inner {overflow: hidden; position: relative; flex: 1; display: flex; flex-direction: column; margin: 0; padding: 0;}
.alarm_list li .tit {font-weight: 500; font-size: 14px; line-height: 130%;}
.alarm_list li .tit span {display: inline-block; margin-left: 4px; width: 6px; height: 6px; vertical-align: -5px; text-indent: -9999px; border-radius: 50%; background-color: #FF6987;}
.alarm_list li p {text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 6px; line-height: 130%;}
.push_alarm {margin: 30px 20px 0;}
.push_alarm .title {margin-bottom: 11px; padding-bottom: 12px; font-size: 18px; font-weight: 600; line-height: 130%; border-bottom: 1px solid #D9D9D9;}
.push_alarm .check {display: flex; flex-wrap: wrap; justify-content: space-between;}
.push_alarm .reception_tit {margin: 50px 0 16px; font-size: 14px; line-height: 130%;}
.push_alarm .check + .check {margin-top: 24px;}
.push_alarm .check strong {font-weight: 600; font-size: 16px; line-height: 130%}
.push_alarm .check span {position: relative; display: inline-block; width: 45px; height: 24px; text-indent: -9999px; border-radius: 93px; background-color: #CFCFCF;}
.push_alarm .check span::before {content: ''; position: absolute; left:2px; top: 2px; width: 20px; height: 20px; border-radius: 50%; background-color: #fff;}
.push_alarm .check span.on {background-color: #68A5FE;}
.push_alarm .check span.on::before {left: auto; right: 2px;}
.push_alarm .check p {width: 100%; margin-top: 4px; font-size: 14px; line-height: 130%;}
.push_alarm .off_ment {margin: 16px 0; padding: 16px 14px; background: #F7F8FA; border-radius: 8px;}
.push_alarm .off_ment strong {font-weight: 600; font-size: 14px; line-height: 130%;}
.push_alarm .off_ment p {margin-top: 6px; font-size: 14px; line-height: 130%;}
.push_alarm .setting_go {display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 30px; padding-bottom: 11px; border-bottom: 1px solid #D9D9D9;}
.push_alarm .setting_go p {font-weight: 400; font-size: 14px; line-height: 130%;}
.push_alarm .setting_go p span {color: #68A5FE; font-weight: 600;}
.push_alarm .setting_go button {padding-right: 18px; font-weight: 500; font-size: 14px; line-height: 130%;border: 0; background: url(https://img.lifet.co.kr/icon/arrow_right.svg) no-repeat right center; background-size: 16px;}
.my_alarm .no_alarm {display: flex; justify-content: center; align-items: center; flex-flow: column; width: 343px; height: 306px; padding: 0; text-align: center; border-radius: 12px; background-color: #FFF;}
.my_alarm .db_banner + .alarm_list .no_alarm {height: 224px;}
.no_alarm img {width: 60px;}
.no_alarm p {margin-top: 8px; color: #999; font-size: 18px; line-height: 130%;}
.alarm_wrap .consult__tab2, .keyword_alarm {display: none;}
    
.db_swiper  {overflow: hidden; margin: 0 20px 5px; border-radius: 8px;}
.db_swiper  img {width: 100%; vertical-align: top;}
.membership_db {overflow: hidden; position: fixed; left: 50%; bottom: 70px; width: 300px; margin-left: 312px; border-radius: 14px; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);}
.membership_db img {width: 100%;}

/* 상담 상세 */
.board_wrap {width: 846px; margin-right: 24px;}
.board_view, .board_related {margin-top: 40px; border-radius: 10px; box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); background-color: #fff;}
.board_view {position: relative; padding: 24px 36px;}
.board_view .subject {position: relative;}
.board_view .sns_pop {top: 60px; right: 20px;}
.tag span {display: inline-block; padding: 6px 10px; color: #000; font-size: 12px; line-height: 18px;  letter-spacing: -0.6px; border-radius: 30px;}
.tag span:first-child {background-color: #F4F4F8;}
.tag span + span {margin-left: 8px; background-color: #ECF4FF;}
.board_view .subject {margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #EDEDED;}
.board_view .subject .share {position: absolute; right: 0; top: 0; display: flex;}
.board_view .subject .share .tool__share {position: relative; display: block; width: 24px; height: 24px; background-image: url(https://img.lifet.co.kr/icon/share_icon.png); background-repeat: no-repeat; background-position: center; background-size: 24px;}
.board_view .subject .share .tool__share span {display: none; position: absolute; top: 100%; left: 50%; background-color: #92BEFF; letter-spacing: -0.4px; white-space: nowrap; color: #fff; padding: 6px 11px; border-radius: 4px; font-size: 12px; transform: translateX(-50%); margin-top: 8px; }
/*.board_view .subject .share .tool__share:hover span {display: block;}*/
.board_view .subject .share .tool__share span::after {content: ""; position: absolute; top: -8px; left: 50%; margin-left: -6px; border-top: 0px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #92BEFF;}
.tool__police {width: 24px; height: 24px; margin-left: 12px; cursor: pointer; background: url(https://img.lifet.co.kr/icon/dot.png) no-repeat; background-size: 24px;}
.tool__police ul {display: none; position: absolute; right: 0; top: 36px; padding: 0 16px 16px; text-align: left; white-space: nowrap; border-radius: 8px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); background-color: #fff;}
.tool__police ul.show {z-index: 2; display: block;}
.tool__police ul li {margin-top: 16px; width: auto; height: auto; box-shadow: none; padding: 0;}
.tool__police ul li a {font-size: 16px; line-height: 130%; }
.tool__police ul li.active a {color: #F9708B;}
.board_view .subject > p {margin: 12px 0 6px; font-size: 20px; font-weight: 600; line-height: 130%;}
.board_view .subject .date {color: #9A9A9A; font-size: 13px; line-height: 130%;}
.board_view .subject .date span {margin-right: 8px;}
.board_content .profile__wrap .profile_img {margin-right: 16px;}
.board_content .profile__wrap {display: inline-flex; width: auto; height: auto; margin: 40px 0; padding: 13px 56px 15px 20px;;}
.board_content .profile__wrap .profile_img, .board_content .profile__wrap .profile_img img {width: 46px; height: 46px; }
.board_content .profile__wrap .name__ {width: auto; margin-bottom: 0; font-size: 14px; font-weight: 700;}
.board_content .profile__wrap .tag__list span {font-size: 13px;}
.board_view .board_content .profile__wrap .tag__list span:first-child::after {content: ''; display: inline-block; margin: 0 6px;width: 2px; height: 2px; vertical-align: 4px; border-radius: 50%;  background-color: #808080;}
/*.board_edit {padding-bottom: 10px;}*/
.board_edit p {overflow: hidden; font-size: 16px; line-height: 140%; word-break: break-all;}
.board_edit a {text-decoration: underline; word-break: break-all; color: #68A5FE;}
.board_img {margin-top: 20px;}
.board_img img {width: 260px; height: 260px; object-fit: cover; margin-right: 8px; margin-bottom: 8px; border-radius: 8px; cursor: pointer;}
.like_bookmark { z-index: 1; position: relative; display: flex; align-items: center; color: #666; line-height: 140%; }
.like_bookmark button {display: inline-block; width: 24px; height: 24px; margin-right: 4px; text-indent: -9999px; background-repeat: no-repeat; background-size: 24px;}
.like_bookmark .like {background-image: url(https://img.lifet.co.kr/icon/like_off.png);}
.like_bookmark .like.active {background-image: url(https://img.lifet.co.kr/icon/like_on.png);}
.like_bookmark .bookmark {background-image: url(https://img.lifet.co.kr/icon/bookmark_off.png);}
.like_bookmark .bookmark.active {background-image: url(https://img.lifet.co.kr/icon/bookmark_on.png);}
.like_bookmark > span {margin-right: 20px;}
.like_bookmark > .like + span, .like_bookmark > .comment + span {min-width: 25px; margin-right: 10px;}
.like_bookmark .comment {background-image: url(https://img.lifet.co.kr/icon/comment_icon_off.png);}
.like_bookmark .comment.active {background-image: url(https://img.lifet.co.kr/icon/comment_icon_on.png);}
.like_bookmark .comment.active + span {color: #68A5FE; font-weight: 600;}

.board_answer {margin-top: 20px; padding: 24px 36px; border-radius: 10px; box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16);  border-radius: 10px; background-color: #fff;}
.board_answer .tit {font-size: 20px; font-weight: 600; line-height: 130%;}
.board_answer .name_tag {display: flex; align-items: center; margin: 16px 0 24px; font-size: 16px; font-weight: 500; line-height: 130%;}
.board_answer .name_tag img {width: 40px; margin-right: 11px;}
.board_answer .answer_area {padding-bottom: 24px; font-size: 16px; line-height: 130%; white-space: pre-line; border-bottom: 1px solid #EDEDED;}
.board_content .like_bookmark, .board_answer > .like_bookmark {padding-top: 20px;  border-top: 1px solid #EDEDED;}
/*.board_answer .like_bookmark .like, .board_answer .like_bookmark .comment {width: 20px; height: 20px; background-size: 20px;}
.board_answer .like_bookmark .comment {width: auto; text-indent: 0; background-image: url(https://img.lifet.co.kr/icon/comment_icon_off.png);}*/
.board_answer .like_bookmark .comment.active {color: #68A5FE; font-size: 14px; font-weight: 600; background-image: url(https://img.lifet.co.kr/icon/comment_icon_on.png);}
.board_answer .like_bookmark .comment span {margin-left: 24px; }
.comment_lateing { margin-top: 20px; padding: 20px; border-radius: 10px;  box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); background-color: #fff;}
.comment_lateing .caution-area li {padding-left: 32px; color: inherit; font-size: 16px; background-position: 3px center; background-size: 18px;}

.vet_comment {display: none;}
.vet_comment.show {display: block;}
.vet_comment .tit {display: none;}
.vet_comment .board_answer {display: none;}
.vet_comment .caution-area li {display: flex; align-items: center; margin: 20px -36px; padding: 9px 0 9px 48px; color: inherit; font-size: 14px; background-position: 23px center; background-size: 18px; background-color: #F4F4F8;}
.vet_comment .comment_area {position: relative; margin: 20px 0 0; padding: 24px 0 0 50px; font-size: 15px; line-height: 130%; word-break: break-all;}
.chat-container .vet_comment .comment_area {padding-left: 40px;}
.vet_comment .comment_area > img {overflow: hidden; position: absolute; top: 0; left: 0; width: 30px; height: 30px; object-fit: cover; border-radius: 50%; cursor: pointer;}
.vet_comment .comment_area .name {position: absolute; top: 0; left: 40px; font-size: 14px; font-weight: 600; line-height: 130%; cursor: pointer;}
.vet_comment .comment_area .name span {margin-left: 9px; color: #808080; font-size: 13px; line-height: 140%; font-weight: 400;}
.vet_comment .comment_area p {font-size: 16px; line-height: 130%;}
.vet_comment .board_img {width: 208px; margin-top: 8px;}
.comment_area.sub_comment .name + br , .vet_comment .comment_area .name + br {display: none;}
.vet_comment .board_img img {width: 100px; height: 100px; margin-right: 2px; margin-bottom: 2px; border-radius: 4px;}
.vet_comment .comment_area .like_bookmark {margin-top: 8px;}
.vet_comment .comment_area .like_bookmark button {width: auto; height: 16px; margin-right: 7px; padding-left: 20px; color: #666; font-size: 13px; text-indent: 0; background-size: 16px;}
.vet_comment .comment_area .like_bookmark > span {color: #666; font-size: 13px;}
.vet_comment .comment_area .tool__police {position: absolute; right: 0; top: 1px; width: 16px; height: 16px; margin-left: 50px; background-size: 16px;}
.vet_comment .comment_area .tool__police ul {top: 23px; }
.vet_comment .comment_area .tool__police ul li a {font-size: 14px;}

.comment_write {display: flex; align-items: flex-start; margin: 20px 0; }
.comment_write > img {width: 36px; height: 36px; margin-right: 12px; margin-top: 4.5px; border-radius: 50%; object-fit: cover;}
.write_area {flex: 1; overflow: hidden; position: relative; border-radius: 12px; border: 1px solid #E6E6E6; background-color: #FFF;}
.comment_write textarea {width: 100%; padding: 12px 20px; font-size: 16px; border: 0; border-radius: 0;}
.comment_write textarea::placeholder {color: #9B9B9B; font-size: 16px;}
.write_area textarea {overflow: hidden; height: 42px; transition: .3s all;}
.write_area.wide textarea {overflow: visible; height: 88px;}
.comment_write .photo, .comment_write .btn_send {display: none; transition: .3s all;}
.comment_write .photo {align-items: center; flex-wrap: wrap; margin-bottom: 16px; padding-left: 20px;}
.comment_write .photo #Preview {width: 100%; margin-bottom: 20px;}
.comment_write .photo .byte {position: relative; margin-left: 12px; padding-left: 12px; color: #808080; font-size: 12px;}
.comment_write .photo .byte::before {content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 16px; background-color: #E8E8E8;}
.comment_write .photo .zoom {display: inline-block; width: 24px; height: 24px; margin-right: 12px; text-indent: -9999px; opacity: .8; background: url(https://img.lifet.co.kr/icon/icon_search.png) no-repeat; center; background-size: 24px;}
.comment_write .photo label {position: relative; width: auto; height: auto; margin: 0; border-radius: 0; border: 0; background-color: transparent;}
.comment_write .photo label::after {content: ''; position: absolute; top: 1px; right: -12px; width: 1px; height: 16px; background-color: #E8E8E8;}
.comment_write .photo label img {width: 20px;}
.comment_write .btn_send {position: absolute; right: 20px; bottom: 16px; width: 22px; height: 22px; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/btn_send_a.svg) no-repeat;}
.write_area.wide .photo {display: flex;}
.write_area.wide .btn_send {display: block;}
.comment_write.vet {flex-flow: column; overflow: hidden; position: relative; border-radius: 12px; border: 1px solid #E6E6E6; background-color: #FFF;}
.comment_write.vet .textarea_wrap {overflow: hidden; width: 100%;}
.comment_write.vet textarea {min-height: 60px;}
.comment_write.vet .photo {display: flex;}

.modify .comment_write .tit_modify {display: none;}
.modify #Preview {margin-left: 16px; margin-bottom: 13px;}
.modify #Preview li .delBtn {background-image: url(https://img.lifet.co.kr/icon/close_b.svg); background-size: 18px;}
.modify #Preview + p {display: none;}
.modify #Preview li, .modify #Preview li div, .modify #Preview li img {width: 40px; height: 40px; border-radius: 2px;}
.modify .comment_write .cancel {font-size: 12px; font-weight: 600;}

.comment_area .comment_write {display:block; margin: 6px 0 0; border-radius: 12px; /*border: 1px solid #E6E6E6;*/}
.comment_area .comment_write textarea {min-height: 56px; height: auto; padding: 16px; font-size: 16px; border: 0;}
.comment_area .comment_write .photo {display: flex;}
.comment_btn {position: absolute; right: 16px; bottom: 13px;}
.comment_btn button {padding: 6px 10px; color: #999; font-size: 12px; font-weight: 600;}
.comment_btn button.btn_blue {color: #fff; border-radius: 60px;}

.board_related {width: 300px; padding: 20px 20px 0; background-color: #fff;}
.board_related ul li {margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #EDEDED;}
.board_related .tit {margin-bottom: 12px; font-size: 18px; font-weight: 600; line-height: 130%; }
.board_related .tag span {padding: 4px 5px; font-size: 10px;}
.board_related .tag span:first-child {margin-right: 4px;}
.board_related h1 {margin: 6px 0 8px; font-size: 16px;}
.board_related .date {display: flex; color: #6C6C6C; font-size: 12px; line-height: 130%;}
.board_related .date span {margin-right: 8px;}

.board_wrap .open_graph, .community_detail .open_graph {display: flex; align-items: flex-start; width: 334px; margin: 24px 0 0; padding: 16px; cursor: pointer; border: 1px solid #EDEDED; border-radius: 12px;} 
.board_wrap .open_graph > span, .community_detail .open_graph > span {overflow: hidden; width: 100px; height: 100px; margin-right: 12px; border-radius: 6px; } 
.board_wrap .open_graph > span img, .community_detail .open_graph > span img {max-width: 100%;}
.board_wrap .open_graph strong, .community_detail .open_graph strong {flex: 1;}
.board_wrap .open_graph strong span:first-child, .community_detail .open_graph strong span:first-child {display: block; color: #808080; font-size: 12px; font-weight: 400; line-height: 130%;} 
.board_wrap .open_graph strong span:nth-child(2), .community_detail .open_graph strong span:nth-child(2) { display : -webkit-box; overflow : hidden; text-overflow : ellipsis; -webkit-line-clamp : 2; -webkit-box-orient : vertical; margin-bottom: 10px; font-size: 16px; font-weight: 500; line-height: 130%;} 
.board_wrap .open_graph strong em, .community_detail .open_graph strong em { display : -webkit-box; overflow : hidden; text-overflow : ellipsis; -webkit-line-clamp : 2; -webkit-box-orient : vertical; color: #9F9F9F; font-size: 12px; font-weight: 400; word-break: break-all; line-height: 130%;} 

.comment_write.vet .photo label {margin-left: 36px;}
.comment_write.vet .zoom {position: absolute; bottom: 13px; left: 20px; width: 24px; height: 24px; opacity: .8; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/icon_search.png) no-repeat center center; background-size: 24px;}

.comment_write.vet .open_graph {width: auto; margin-top: 0; padding: 20px 20px 0; border: 0; border-radius: 0;}
.comment_write.vet .open_graph > span {width: 32px; height: 32px; border-radius: 1.6px;}
.comment_write.vet .open_graph strong span:first-child {font-size: 10px;}
.comment_write.vet .open_graph strong span:nth-child(2) {margin: 2px 0 0; font-size: 12px;}

.profile__wrap {display: flex; align-items: center; width: 287px; height: 120px; padding: 20px; border-radius: 8px; border: 1px solid #E6E6E6;}
.profile__wrap .profile_img {flex-shrink: 0;position: relative; width: 80px;height: 80px; margin-right: 20px; overflow: hidden; border-radius: 50%; } 
.profile__wrap .profile_img img { position: absolute; left: 0; bottom: 0; object-fit: cover; width: 80px; height: 80px; } 
.profile__wrap .name__ { font-size: 20px; font-weight: 600; line-height: 1.3em; margin-bottom: 4px;  white-space: nowrap; text-overflow: ellipsis; width: 140px; overflow: hidden; } 
.profile__wrap .name__> span:first-child {cursor: pointer;}
.profile__wrap .tag__list {display: inline-flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap; } 
.profile__wrap .tag__list span {color: #808080; font-size: 16px; } 
.profile__wrap .tag__list:last-child span:first-child::after {content:''; display: inline-block; margin: 0 6px; width: 3px; height: 3px; vertical-align: 4px; border-radius: 50%; background-color: #808080;} 

.slick-arrow { z-index: 1; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; text-indent: -9999px; border: 0; cursor: pointer; background: url(https://img.lifet.co.kr/icon/slick_button2.png) no-repeat; background-size: 40px; } 

.modal-dialog .head { position: absolute; left: 0; top: 0; display: flex;  width: 100%; height: 60px; padding-left: 30px; font-weight: 600; font-size: 18px; line-height: 130%; border-bottom: 1px solid #ccc; } 
    
.contentWrap .title {margin: 30px 0 12px; font-weight: 600; font-size: 16px; line-height: 130%; text-align: left;}
.contentWrap .title.t20 {margin-top: 20px;}
.contentWrap .title + p {line-height: 130%;}
.contentWrap .title + p span {color: #68A5FE; font-weight: 600;}
.contentWrap .title:first-child {margin-top: 0;}
.contentWrap .title span {margin-left: 6px; color: #999; font-weight: 500; font-size: 14px;}
.contentWrap .title span.blue {margin-left: 0;}
.text_area { overflow: hidden; position: relative; width: 692px; margin: 12px 0; padding-bottom: 30px; border: 1px solid #D2D2D2; border-radius: 8px; background-color: #F9F9F9; } 
.text_area .byte, .text_input .byte { position: absolute; right: 16px; bottom: 15px; color: #494949; } 
.contentWrap select {width: 100%; height: 48px; padding: 14px 16px; font-weight: 500; font-size: 16px; line-height: 130%; border-radius: 8px;}
.contentWrap .text_area {width: 100%; height: 144px; border-radius: 4px;}
.contentWrap .text_area textarea {height: 114px; border: 0; border-radius: 4px;}
.contentWrap .text_area .byte, .contentWrap .text_input .byte {font-size: 12px;}
.contentWrap .btn_blue { width: 100%; height: 52px; margin-top: 30px; font-size: 18px; border-radius: 60px; } 
.contentWrap .note {margin: 12px 0 0; }
.contentWrap .note .title {margin: 30px 0 10px;}
.contentWrap .note p {margin-bottom: 4px; margin-left: 23px; color: #808080; font-size: 13px; text-indent: -23px; line-height: 130%; text-align: left;}
.contentWrap .note p::before {content: '';  display: inline-block;  width: 3px;  height: 3px;  margin: 0 10px; vertical-align: 3px; border-radius: 50%; background-color: currentColor;}
.contentWrap .photo + p {margin-top: 10px; margin-left: 24px; color: #808080; font-size: 13px; text-indent: -24px;}

.check_btns {display: flex; justify-content: center; height: 115px; margin: 40px 0 0; } 
.check_btns > div {position: relative; width: 110px;}
.check_btns > div a {display: block;  text-align: center; font-size: 18px; font-weight: 500; line-height: 130%; } 
.check_btns div + div { margin-left: 41px; } 
.check_btns a span {overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; margin: 0 auto 10px; border-radius: 50%; background-color: #F6F6F6; } 
.check_btns a span img { width: 50px; }
.check_btns a strong {font-weight: 600;}

[class*="qr_pop"] { display: none; z-index: 10002; position: fixed; left: 0; top: 0; width: 100%; height: 100%; justify-content: center; align-items: center; } 
[class*="qr_pop"] .dim { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; } 
[class*="qr_pop"] .pop_cont { z-index: 10000; position: relative; padding: 30px 50px 30px; text-align: center; border-radius: 20px; background-color: #fff; } 
[class*="qr_pop"] .pop_cont .tit { font-size: 22px; font-weight: 600; line-height: 130%; } 
[class*="qr_pop"] .pop_cont p { margin: 10px 0 24px; color: rgba(52, 52, 52, 0.80); font-size: 18px; line-height: 140%; } 
[class*="qr_pop"] .pop_cont p span { color: #68A5FE; font-weight: 700; opacity: 100%; } 
[class*="qr_pop"] .pop_cont .close { position: absolute; right: 20px; top: 20px; width: 24px; height: 24px; text-indent: -9999px; cursor: pointer; background-image: url(https://img.lifet.co.kr/icon/btn_x.svg); background-repeat: no-repeat; background-position: center; border: 0; background-color: transparent; background-size: 24px; } 
[class*="qr_pop"] .pop_cont .link { margin-top: 12px; color: rgba(52, 52, 52, 0.80); font-size: 16px; line-height: 150%; text-decoration-line: underline; cursor: pointer; border: 0; background-color: transparent; } 
.qr { width: 145px; margin: 0 auto; padding: 18px 17px 17px 18px; border-radius: 20px; border: 1px solid #D2D2D2; } 
.qr img { width: 110px; } 

.landing_slick .slick-dots, .survey_slick .slick-counter {display: flex !important; justify-content: center; position: absolute; left: auto; right: 30px; bottom: 20px; width: 58px; margin: 0; padding: 4px 0; color: #fff; font-size: 14px; line-height: 130%; text-align: center; border-radius: 27px; background: rgba(77, 77, 77, 0.60); } 
.landing_slick .current, .survey_slick .current {margin-right: 4px; color: #fff;}
#container .landing_more { position: absolute; right: 0; top: 6px; height: auto; margin: 0; padding-right: 28px; color: #343434; font-size: 20px; font-weight: 500; cursor: pointer; background-color: transparent; background-size: 26px; background-image: url(https://img.lifet.co.kr/landing/visual/arrow_right.svg); background-repeat: no-repeat; background-position: right center;} 

.consult__wrapper .consult__tool { display: flex; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid #EFEFEF; }
.consult__wrapper .consult__tool button {display: inline-flex; align-items: center; height: 36px; margin-right: 8px; margin-bottom: 5px; padding: 0 12px; font-size: 16px; line-height: 130%; white-space: nowrap; border-radius: 40px; border: 1px solid #E0E0E0; } 
.consult__wrapper .consult__tool button span {overflow: hidden; width: 20px; height: 20px; margin-left: 2px; margin-right: -4px; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/close_blue.png) no-repeat center; background-size: 20px;}
.consult__wrapper .consult__tool button.active { color: #5299FF; border-color: #68A5FE; background-color: #EDF4FF;} 
.consult__wrapper .consult__tool .tool__filter {flex-shrink: 0;display: flex;justify-content: flex-start;align-items: center; width:  76px; height: 36px; margin-right: 8px; background-repeat: no-repeat;background-image: url(https://img.lifet.co.kr/icon/filter_b.png);background-position: 10px center;background-size: 22px;border-radius: 26px;padding-left: 36px; font-size: 16px; font-weight: 500;cursor: pointer; border-radius: 40px; border: 1px solid #ccc; } 

.tag_pop .contents {position: relative; width: 542px; min-height: 697px; padding: 28px 24px 30px; text-align: left;}
.tag_pop .search__box {width: 454px; height: 46px; margin: 0 auto; padding: 0;}
.tag_pop .search__box input[type="text"] {height: 46px; padding: 0 0 0 14px; font-size: 16px; background-color: transparent;}
.tag_pop .search__box input[type="text"]::placeholder {font-size: 16px;}
.tag_pop .search__box .clear {right: 44px; top: 12px; width: 22px; height: 22px;}
.tag_pop .search__box button {position: absolute; right: 14px; top: 10px; width: 28px; height: 28px; background: #F3F3F3 url(https://img.lifet.co.kr/icon/icon_search.png) no-repeat center center; background-size: 28px;}
.tag_pop .tit {margin: 28px 0 12px; font-size: 16px; font-weight: 500; line-height: 150%;}
.tag_pop .my_topic { display: flex; }
/*.tag_pop .my_topic::-webkit-scrollbar {height: 8px;background-color: transparent; } 
.tag_pop .my_topic::-webkit-scrollbar-thumb {background-color: #EBEBEB; border: 2px solid #fff;cursor: pointer; } 
.tag_pop .my_topic::-webkit-scrollbar-track {background-color: transparent; } */
.tag_pop .my_topic li + li {margin-left: 8px;}
.tag_pop .my_topic button {padding: 6px 12px; font-size: 14px; line-height: 18px; letter-spacing: -0.6px; white-space: nowrap; border-radius: 30px; border: 1px solid #E0E0E0;}
.tag_pop .my_topic button.active {color: #68A5FE; border-color: #68A5FE;}
.tag_pop table  {width: 100%; border-collapse: collapse; border-bottom: 1px solid #D2D2D2;}
.tag_pop table thead th {height: 42px; font-weight: 500; line-height: 130%; text-align: center; border-bottom: 1px solid #D2D2D2; background-color: #F4F4F8;}
.tag_pop table thead th:first-child, .tag_pop table tbody td:first-child  {width: 170px; border-right: 1px solid #D2D2D2;}
.tag_pop table td {vertical-align: top;}
.tag_pop table ul li button {width: 100%; padding: 12px 20px; color: #666; font-size: 14px; font-weight: 500; line-height: 130%; text-align: left;}
.tag_pop .tag_category table ul {overflow-y: auto; max-height: 368px; padding-bottom: 20px;}
.tag_pop .my_tag ~ .tag_category table ul {max-height: 260px;}
.tag_pop .tag_category ul::-webkit-scrollbar {width: 8px;background-color: transparent; } 
.tag_pop .tag_category ul::-webkit-scrollbar-thumb {background-color: #EBEBEB;border: 2px solid #fff;cursor: pointer; } 
.tag_pop .tag_category ul::-webkit-scrollbar-track {background-color: transparent; } 
.tag_pop .depth1 button.active {color: #fff; font-weight: 700; background-color: #68A5FE;}
.tag_pop .depth2 button.active {position: relative; color: #68A5FE; font-weight: 600; background-color: #F2F7FF;}
.tag_pop .depth2 button.active::after {content: ''; position: absolute; top: 11px; display: inline-block; width: 20px; height: 20px; margin-left: 4px; background: url(https://img.lifet.co.kr/icon/depth2_check.png) no-repeat right center; background-size: 20px;}
.tag_category {position: relative; padding-bottom: 49px; border: 1px solid #D2D2D2;}
.tag_category .tag_select {width: 494px; margin-left: -1px; margin-bottom: -50px; padding: 8px 0 5px 19px; border: 1px solid #D2D2D2; border-top: 0;  background-color: #fff;}
.tag_category .tag_select span {position: relative; display: inline-block; margin-bottom: 4px; margin-right: 8px; padding: 6px 24px 6px 12px; color: #000; font-size: 14px; line-height: 18px; letter-spacing: -0.6px; border-radius: 30px; border: 1px solid #E0E0E0;}
.tag_category .tag_select span .del {position: absolute; right: 8px; top: 7px; width: 16px; height: 16px; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/close_black.svg) no-repeat; background-size: 16px;}
.tag_pop .btn-area {display: flex; justify-content: center;  margin-top: 20px;}
.tag_pop .btn-area button {width: 185px; height: 49px; font-size: 18px; font-weight: 600; border-radius: 60px;}
.tag_pop .btn-area button.reset {margin-right: 10px; padding-left: 62px; text-align: left; border: 1px solid #CDCDCD; background: url(https://img.lifet.co.kr/icon/reload_black.png) no-repeat left 34px center; background-size: 24px;}
.tag_pop .btn-area button.cancle {margin-right: 10px; color: #5B5B5B; background-color: #EAEAEA;}
.tag_category input[type='checkbox'] {width: 20px; height: 20px; cursor: pointer; vertical-align: middle; border-radius: 0; background: url(https://img.lifet.co.kr/icon/check_off.svg) no-repeat left top; appearance: none; border: 0; background-size: 20px;}
.tag_category input[type='checkbox']:checked {background-image: url(https://img.lifet.co.kr/icon/check_on.svg);}
.tag_category .search_result {overflow-y: auto; height: 303px; padding: 8px 24px 20px; color: #999;}
.tag_category .search_result li {padding: 12px 0;}
.tag_category .search_result li strong {margin-left: 8px; color: #343434; font-weight: 400; }

.jelly_box {z-index: 2; position: relative; width: 414px; margin-top: -2px; padding: 18px 20px 30px; text-align: center; background-color: #fff;}
.jelly_box p.bullet {margin-left: 20px; font-size: 14px; line-height: 140%; text-indent: -23px; text-align: left;}
.jelly_box p.bullet:first-child {margin-top: -4px;}
.jelly_box .jelly_info2 .inner:nth-child(3){margin-bottom: 20px;}
.jelly_box p.bullet + p.bullet {margin-top: 10px;}
.jelly_box .jelly_info2 p.bullet + p.bullet {margin-top: 8px;}
.jelly_box p.bullet a {text-decoration: underline;}
.jelly_box > img {width: 50px;}
.jelly_box h1 {margin: 9px 0 6px; font-size: 18px; font-weight: 600; line-height: 130%; }
.jelly_box.counsel h1 {margin-top: -10px;}
.jelly_box h1 + p {color: #666; line-height: 140%;}
.jelly_box .jelly_info {display: inline-flex; align-items: center; justify-content: center;  margin: 20px 0 0; padding: 14px 20px; border-radius: 9px; background-color: #F4F4F8;}
.jelly_box .jelly_info strong {margin-right: 13px; font-size: 16px;  font-weight: 500; line-height: 150%;}
.jelly_box .jelly_info .money_icon {padding-left: 18px; font-size: 16px; background-size: 14px;}
.jelly_box .jelly_info .red {margin-right: 28px;}
.jelly_box .btn_blue {width: 354px; height: 48px; margin-top: 30px; font-size: 16px; border-radius: 40px;}
.jelly_box .icon {display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; margin-bottom: 3px; border-radius: 50%; background-color: #F5F5F5;}
.jelly_box .icon img {width: 48px;}
.jelly_box .jelly_info2 {margin-top: 24px;}
.jelly_box .jelly_info2 .inner {display: flex; align-items: center; justify-content: space-between; width: 315px; margin: 0 auto;}
.jelly_box .jelly_info2 .inner:nth-child(2) {margin: 8px auto 12px; padding-bottom: 12px; border-bottom: 1px solid #D9D9D9;}
.jelly_box .jelly_info2 .inner strong {font-size: 16px; font-weight: 500; line-height: 150%;}
.jelly_box .jelly_info2 .inner .money_icon {padding-left: 18px; font-size: 16px; background-size: 14px;}
.jelly_box .jelly_info2 .bullet {width: 304px; margin-left: 50px; color: #808080; line-height: 130%;}
.money_icon {padding-left: 22px; font-size: 18px; font-weight: 600; line-height: 130%; background: url(https://img.lifet.co.kr/icon/jalley_icon.png) no-repeat left center; background-size: 16px;}
.money_icon.red {display: inline-block; padding-left: 18px; font-size: 16px; background-image: url(https://img.lifet.co.kr/icon/jelly_icon_red.png); background-size: 14px;}

.product_list {display: flex; flex-wrap: wrap;}
.product_list li {position: relative; width: 280px; margin-bottom: 50px; margin-right: 17px;}
.product_list li:nth-child(4n) {margin-right: -1px;}

.m_bullet { margin-top: 6px; color: #666; font-size: 14px; line-height: 150%; text-indent: -23px; margin-left: 20px; } 
.m_bullet::before { content: ''; display: inline-block; width: 2px; height: 2px; margin: 0 10px; border-radius: 50%; vertical-align: 4px; background-color: #666; } 
.m_bullet.mark { margin-left: 23px; text-indent: -21px; } 
.m_bullet.mark::before { width: 14px; height: 14px; margin: 0 5px 0 2px; vertical-align: -2px; border-radius: 0; background: url(https://img.lifet.co.kr/icon/danger.png) no-repeat; background-size: 14px; } 

.m-profile .btn-area { display: flex; justify-content: center; align-items: center; } 
.m-profile .btn-area { font-size: 14px; margin-top: 50px; }
.m-profile .btn-area .btn { flex-grow: 1; } 
.m-profile .btn-area button:disabled, .checkup-wrap .btn-area button:disabled { opacity: .5; background-color: #F0F0F0; } 
.m-profile .btn-area .btn + .btn { margin-left: 10px; } 
.m-profile .btn-area button.btn-next:disabled {cursor: default; background-color: #B3D2FF;}
.m-profile .btn-area .btn-next, .m-profile .btn-area .btn-next:hover { max-width: 56%; min-width: 56%; flex-shrink: 0; background-color: #fff; border-width: 0; color: #fff; background-color: #68A5FE; } 
/*.m-profile .btn-area .btn-next:active { background-color: #5492ED; } */
.m-profile .btn-area .btn-cancle, .m-profile .btn-area .btn-cancle:hover { color: #5B5B5B; border: 0; background-color: #EAEAEA; } 
.m-profile .btn-area .btn-add { max-width: 200px; font-weight: 700; } 
.m-profile .btn-area .btn-cancle:active { background-color: #E1E1E1; color: #5B5B5B; } 
.m-profile .btn-area .btn.disable { background-color: #DEDEDE !important; border-color: #A7A7A7 !important; color: #A7A7A7 !important; } 

ul[class^="check-col-"] { display: flex; justify-content: flex-start; align-items: stretch; flex-flow: wrap; } 
ul[class^='check-col-'] li { margin-bottom: 2%; } 
ul[class^='check-col-03'] li .checkBtn { height: 100%; min-height: 72px; } 
ul[class^='check-col-03'] li .checkBtn input + label { display: flex; justify-content: center; align-items: center; height: 100%; line-height: 1.3em; padding: 6px; } 
.check-col-03 li { flex: 0 1 32%; text-align: center; } 
.check-col-03 li + li { margin-left: 2%; } 
.check-col-03 li:nth-child(3n+1) { margin-left: 0 !important; } 
.check-col-06 li { flex: 0 1 49%; text-align: center; } 
.check-col-06 li + li { margin-left: 2%; } 
.check-col-06 li:nth-child(2n+1) { margin-left: 0; } 
.check-col-12 li { width: 100%; flex-grow: 1; text-align: center; } 
.checkBtn { position: relative; font-size: 22px; line-height: 1.3em; } 
.checkBtn input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; z-index: 1; opacity: 0; } 
.checkBtn input + label { display: block; padding: 20px; color: #494949; border-radius: 8px; box-shadow: 0px 0px 4px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1); background-color: #Fff; border: 2px solid transparent; word-break: keep-all; transition: all 0.3s; } 
.checkBtn:hover input + label { border-color: #68A5FE; } 
.checkBtn input:checked + label { background-color: #92BDFF; font-weight: 600 !important; color: #fff; } 
.checkBtn input:disabled + label { background-color: #efefef; color: #494949; } 

.animal_select .field input { height: 49px; border-radius: 6px; }
.animal_select .field input::placeholder {font-size: 18px;}
.animal_select .field .birth input { width: calc(100% / 3 - 10px); margin-right: 11px; } 
.animal_select .field .verify__.active input { border-color: #DC2A2A; } 
.animal_select .field .birth input:last-child { margin-right: 0; } 
.animal_select .field > label {display: flex; align-items: center; font-size: 18px; } 
.animal_select .field > label .money_icon {margin-left: 8px;}
.animal_select .info_area { max-width:430px; margin: 0 auto; } 
.animal_select .field .number { justify-content: center; width: 100%; height: 49px; } 
.animal_select .field .number em { font-size: 18px; } 
.animal_select .field .number input { flex-grow: inherit; width: 23px; height: 47px; font-size: 18px; text-align: right; background-color: #fff; } 
.animal_select .checkBtn input + label { padding: 9px 20px; font-size: 16px; } 
.animal_select .field .number span.minus { margin-right: 30px; } 
.animal_select .field .number span.plus { margin-left: 40px; }

.new_signup .select__wrap + .confirmMsg, .sign_wrap .field input + .confirmMsg, .sign_wrap .field .area__wrap + .confirmMsg, .sign_wrap .field .birth + .confirmMsg, .counsel_cont input + .confirmMsg, .minutes3 ~ .confirmMsg { padding-top: 5px; display: flex; justify-content: flex-start; align-items: flex-start; /*min-height: 30px;*/ font-size: 14px; line-height: 1.5em; color: #DC2A2A; word-break: keep-all; /*opacity: 0;*/ } 
.animal_select .verify__ + p { margin-top: 12px; color:#808080; } 
.animal_select .verify__.active + p { display: none; } 
.animal_select .verify__.active ~ .confirmMsg, .clearanceNumber.active + .confirmMsg  { margin-top: 0; padding-top: 12px; min-height: 30px; line-height: 1.5em; color: #DC2A2A; } 
.profile-add-area .field .birth.active + .confirmMsg, .profile-add-area .field .weight.active + .confirmMsg { margin-bottom: -20px; padding-top: 4px; min-height: 30px; line-height: 1.5em; color: #DC2A2A; font-size: 13px; } 
.new_signup .select__wrap + .confirmMsg::before, .sign_wrap .field input + .confirmMsg:before, .sign_wrap .field .birth.active + .confirmMsg:before, .animal_select .verify__.active ~ .confirmMsg:before,  .profile-add-area .field .birth.active + .confirmMsg:before, .profile-add-area .field .weight.active + .confirmMsg:before, .field.active .minutes3 ~ .confirmMsg:before, .clearanceNumber.active + .confirmMsg:before  { content: '*'; padding-right: 0.2em; }
.sign_wrap .field .verify__ { position: relative; } 
.sign_wrap .field .verify__ + .verify__ {margin-top: 8px;}
.sign_wrap .field.area__wrap .verify__ + .verify__ {margin-top: 0;}
.sign_wrap .field .verify__ .btn { position: absolute; right: 0; top: 0; width: 81px; height: 38px; line-height: inherit; border: none; margin: 5px; color: #fff; background-color: #C7C7C7; font-size: 16px; border-radius: 4px; cursor: default; }
.new_signup .select__wrap + .confirmMsg, .new_signup .field input + .confirmMsg, .animal_select .birth ~ .confirmMsg, .signup__form .field input + .confirmMsg, .signup__form .field .birth + .confirmMsg, .sign_wrap .field .area__wrap + .confirmMsg, .sign_wrap .field .birth + .confirmMsg, .minutes3 ~ .confirmMsg, .sign_wrap .field input + .confirmMsg {
    display: none;
}
.sign_wrap .field.active input, .sign_wrap .field .verify__.active input, .sign_wrap .field .birth input.active,  .profile-add-area .field .birth.active input { border-color: #DC2A2A; } 
/*.new_signup .field input.active + .confirmMsg, .new_signup .select__wrap.active + .select__wrap + .confirmMsg, .new_signup .select__wrap.active + .confirmMsg, .sign_wrap .field.active input + .confirmMsg, .sign_wrap .field .verify__.active input + .confirmMsg, .sign_wrap .field .birth.active + .confirmMsg, .verify__.active input + .confirmMsg, .minutes3 ~ .confirmMsg { opacity: 1; } */
.sign_wrap .field .verify__ .btn.active { background-color: #68A5FE; cursor: pointer; } 
.new_signup .field.active input + .confirmMsg,.new_signup .field input.active + .confirmMsg, .new_signup .select__wrap.active + .select__wrap + .confirmMsg, .new_signup .select__wrap.active + .confirmMsg, .sign_wrap .field .verify__.active input + .confirmMsg, .sign_wrap .field .verify__.active + .confirmMsg, .animal_select .verify__.active ~ .confirmMsg,  .profile-add-area .field .birth.active + .confirmMsg,  .profile-add-area .field .weight.active + .confirmMsg, .profile_nickname .field.active + .confirmMsg, input + .minutes3 ~ .confirmMsg, .sign_wrap .field.active input + .confirmMsg  { display: block; } 

.help_pop { z-index: 110; display: none; position: absolute; top: 50px; left: 0; width: 307px; padding: 14px; border-radius: 8px; box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.14); background-color: #fff; } 
.help_pop .tit { margin-bottom: 11px; font-size: 18px; font-weight: 600; line-height: 130%; } 
.help_pop p { font-size: 16px; line-height: 150%; } 
.help_pop button { position: absolute; top: 14px; right: 14px; width: 20px; height: 20px; text-indent: -9999px; border: 0; cursor: pointer; background: url(https://img.lifet.co.kr/icon/close_black.svg) no-repeat; background-size: 20px; } 
.weight_guide .help_pop button { top: 10px; right: 10px; } 
.help_pop dl + dl { margin-top: 10px; line-height: 140%; } 
.help_pop dl dt { float: left; margin-right: 4px; font-weight: 700; } 
.help_pop dl:nth-of-type(1) dt { color: #F9708B; } 
.help_pop dl:nth-of-type(2) dt { color: #FBC230; } 
.help_pop dl:nth-of-type(3) dt { color: #42CFAA; } 
.help_pop dl dd { margin-left: 6px; padding-left: 30px; text-indent: -8px; } 
.help_pop .bullet { margin-left: 14px; text-indent: -14px; font-size: 14px; line-height: 140%; word-break: keep-all; } 
.help_pop .bullet + .bullet { margin-top: 10px; } 
.help_pop .bullet::before { content: ''; display: inline-block; width: 4px; height: 4px; margin: 0 5px; vertical-align: middle; border-radius: 50%; background-color: #343434; } 

.info_area .select2-container--default .select2-selection--single { height: 49px;  border-radius: 6px; background-image: url(https://img.lifet.co.kr/icon/select_down_g.svg); background-size: 24px; } 
.info_area .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 18px; line-height: 49px;} 
.select2-container--open .select2-dropdown--below.marginTop2 {margin-top: -49px;}
.select2-container--open .select2-dropdown--below.marginTop2 input {height: 49px;}

#step1 .shoot_guide > button { position: absolute; left: 20px; width: calc(100% - 40px); bottom: 30px; } 
#step2 .upload_area + .m-profile { position: absolute; width: calc(100% - 40px); bottom: 30px; max-width: 430px; } 
.step02 .upload_area + .m-profile { margin: 0; } 
#step2 .upload_area + .m-profile button, .step02 .upload_area + .m-profile button { height: 48px; padding: 0; line-height: 48px;} 
.step02 .upload_area + .m-profile button { margin-top: 20px; width: 100%; font-size: 16px; font-weight: 600; border-radius: 60px;} 
.step02 .upload_area + .m-profile button + button {margin-left: 7px;}
.upload_area h2 { font-size: 18px; font-weight: 600; line-height: 150%; text-align: left; } 
.upload_area .img_upload { max-width: 100%; margin: 14px 0; } 
.upload_area .img_upload button { display: inline-block; width: 108px; margin-top: 12px; padding: 10px 16px; font-size: 14px; font-weight: 600; line-height: 130%; cursor: pointer; color: #fff; border: 0; border-radius: 60px; background-color: #000; } 
.upload_area .m_bullet { margin-bottom: 120px; } 
.step02 .upload_area { text-align: center; } 
.step02 .upload_area .m_bullet { margin-bottom: 0; margin-left: 17px; } 
.step02 .upload_area button { padding: 12px; color: #6992DE; font-size: 14px; font-weight: 500; line-height: 150%; text-decoration-line: underline; text-align: center; cursor: pointer; border: 0; background-color: transparent; } 
.upload_area .upload_pic { max-width: 100%; margin-top: 14px; } 
.upload_area .upload_pic .del { display: none; } 
.upload_picture { overflow: hidden; margin: 14px 0 0; border-radius: 10px; border: 1px solid #EFEFEF; background-color: #ECECEC; } 
.upload_picture img { display: block; width: 100%; } 

.shoot_guide {margin: 0 auto;}
.shoot_guide.step04 { max-width: 600px; margin-top: 18px; text-align: center; } 
.shoot_guide.step04 .inner { padding: 52px 0 56px; } 
.shoot_guide.step04 .img img { width: 277px; } 
.shoot_guide.step04 .inner p, .loading-wrap p { margin: 12px 0 34px; color: #545454; font-size: 24px; text-align: center; } 
.shoot_guide.step04 p { margin-top: 7px; font-size: 16px; line-height: 150%}  
.shoot_guide.step04 .animation { color: #68A5FE; font-size: 22px; font-weight: 700; } 
.shoot_guide.step04 .animation span, .loading-wrap h1 span { display: inline-block; width: 5px; height: 5px; margin: 0 3px; background-color: gray; border-radius: 50%; background-color: #68A5FE; }

.point_tooltip {z-index: 1; position: absolute; display: flex; justify-content: center; width: 122px; height: 46px; padding-top: 12px; color: #fff; font-size: 14px; line-height: 16px; letter-spacing: -0.14px; background: url(https://img.lifet.co.kr/icon/point_ballon.png) no-repeat; background-size: 122px;}
.point_tooltip div {position: relative; display: inline-block; height: 16px; margin:0 0 0 4px; padding-left: 14px; font-size: 14px; font-weight: 400; line-height: 16px; background-size: 12px;}


/* 토스트 */
.toast_wrap {position: fixed; display: flex; justify-content: center;align-items: center;flex-flow: column;bottom: 0;left: 0;width: 100%; padding-bottom: 70px;z-index: 10000002; } 
.toast_wrap .message_wrap { /*overflow: hidden; */ display: flex; justify-content: center;} 
.toast_wrap .message {display: flex;justify-content: space-between;align-items: center; background-color: #2F3438;color: #fff;font-size: 15px;font-weight: 400; line-height: 140%; padding: 12px 16px; width: 376px;min-height: 45px; border-radius: 8px; letter-spacing: -0.24px; opacity: 1; animation: toast 3.5s linear;-webkit-animation: toast 3.5s linear;-moz-animation: toast 3.5s linear;-o-animation: toast 3.5s linear; animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards; will-change: transform;transform: translate3d(0%, 200%, 0); } 
.toast_wrap .message .confirm {color: #68A5FE; font-size: 16px; font-weight: 500; cursor: pointer; letter-spacing: -0.27px;} 
.toast_wrap .message_wrap + .message_wrap {margin-top: 12px; } 
#container.landing ~ .toast_wrap {bottom: 86px;}

@keyframes toast {0% { transform: translate3d(0%, 200%, 0); opacity: 0; } 
10% { transform: translate3d(0%, 0%, 0); opacity: 1; } 
90% { transform: translate3d(0%, 0%, 0); opacity: 1; } 
100% { transform: translate3d(0%, 0%, 0); opacity: 0; } 
}
@-moz-keyframes toast {0% { -moz-transform: translate3d(0%, 100%, 0); opacity: 0; } 
20% { -moz-transform: translate3d(0%, 0%, 0); opacity: 1; } 
80% { -moz-transform: translate3d(0%, 0%, 0); opacity: 1; } 
100% { -moz-transform: translate3d(0%, 0%, 0); opacity: 1; } 
}
@-o-keyframes toast {0% { -o-transform: translate3d(0%, 100%, 0); opacity: 0; } 
20% { -o-transform: translate3d(0%, 0%, 0); opacity: 1; } 
80% { -o-transform: translate3d(0%, 0%, 0); opacity: 1; } 
100% { -o-transform: translate3d(0%, 0%, 0); opacity: 1; } 
}
@-webkit-keyframes toast {0% { -webkit-transform: translate3d(0%, 100%, 0); opacity: 0; } 
20% { -webkit-transform: translate3d(0%, 0%, 0); opacity: 1; } 
80% { -webkit-transform: translate3d(0%, 0%, 0); opacity: 1; } 
100% { -webkit-transform: translate3d(0%, 0%, 0); opacity: 1; } 
}
.consult__list {display: flex;}
.consult__list li > a {position: relative; display: flex; justify-content: flex-start;align-items: center; background-color: #fff; cursor: pointer;} 
.consult__list li > a .part_top span {display: inline-block; margin-right: 4px; padding: 4px 6px; font-size: 12px; line-height: 130%; border-radius: 34px; background-color: #F4F4F8;}
.consult__list li > a .part_top span + span {background-color: #ECF4FF;}
.consult__list > ul li + li {margin-top: 9px; padding-top: 0;}
.counsel .consult__list > ul li + li {margin-top: 28px; padding-top: 28px; border-top: 1px solid #D9D9D9;}
.consult__list .detail__ .desc { font-size: 16px;line-height: 1.3em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  margin-bottom: 16px;}
.consult__list .detail__ .view__ .vet_answer {position: absolute; right: 0; bottom: 0; padding-right: 18px; color: #68A5FE; font-weight: 700; line-height: 130%; background: url(https://img.lifet.co.kr/icon/circle_checked.svg) no-repeat right center; background-size: 14px;}
.consult__list .detail__ .view__ .vet_answer.guardian {color: #F9708B; background-image: url(https://img.lifet.co.kr/icon/circhle_guardian.png);}
.consult__list .detail__ {flex-grow: 1; } 
.consult__list .detail__ .subject { display: flex; align-items: center; } 
.consult__list .detail__ .subject h1 {display: flex; align-items: center; margin: 8px 0; padding: 0; color: #494949; font-size: 20px; font-weight: 600; line-height: 130%;} 
.consult__list .detail__ .view__ {position: relative; font-size: 14px;}
.consult__list .detail__ .view__ span { padding-right: 8px; color: #6C6C6C; } 

.popular_consult .swiper-wrapper {display: flex;}
.popular_consult .swiper-slide { width: 378px; height: 158px; padding: 20px 24px; cursor: pointer; border-radius: 15px; border: 1px solid #D2D2D2; } 
.popular_consult .swiper-slide + .swiper-slide { margin-left: 18px; } 
.popular_consult .swiper-slide img { width: 24px; margin-right: 2px; } 
.popular_consult .swiper-slide .part_top { display: flex; align-items: center; font-size: 10px; line-height: 130%; } 
.popular_consult .swiper-slide .part_top span {display: inline-block; margin-right: 4px; padding: 4px 5px; border-radius: 4px; background-color: #F4F4F8;}
.popular_consult .swiper-slide .part_top span + span {background-color: #ECF4FF;}
.popular_consult .swiper-slide .tit {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  margin: 4px 0 10px; font-size: 20px; font-weight: 600; line-height: 130%; } 
.popular_consult .swiper-slide p { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #808080; font-size: 16px; line-height: 130%; } 
.popular_consult .swiper-slide .date { margin-top: 20px; color: #6C6C6C; font-size: 12px; line-height: 130%;} 
.popular_consult .swiper-slide .date > span { margin-right: 8px; } 

.caution-area li { position: relative; padding-left: 36px; font-size: 18px; line-height: 1.5em; word-break: keep-all; background-size: 24px; background-image: url(https://img.lifet.co.kr/icon/danger.png); background-repeat: no-repeat; background-position: top 1px left; color: #737373; } 
.caution-area.white li { background-image: url(https://img.lifet.co.kr/icon/danger_w.png); } 
.caution-area li + li { margin-top: 16px; } 

.modal-dialog .text_input { overflow: hidden; position: relative; padding-right: 70px; border: 1px solid #D2D2D2; border-radius: 4px; background: #F9F9F9; } 
.modal-dialog .contentWrap .text_input input { width: 100%; height: 48px; border: 0; background-color: transparent; } 

#modal-terms2 .content-area { max-width: 832px; max-height: 816px; border-radius: 20px; padding: 0; } 
#modal-terms .content-area { max-width: 550px; max-height: 812px; padding: 0; border-radius: 16px; } 
#modal-terms .content-area .closer, #modal-terms2 .content-area .closer { background-size: 24px; height: 100%; right: 10px; } 
#modal-terms .head, #sample_pic .head, #modal-satisfy .head, #modal-terms2 .head { position: relative; display: flex; justify-content: flex-start; align-items: center; height: 67px; font-size: 18px; font-weight: 600; padding-left: 30px; border-bottom: 0; } 
#modal-satisfy .content-area { padding-top: 0; } 
#modal-terms .tab_area { position: relative; display: flex; justify-content: center; align-items: center; font-size: 16px; line-height: 1.5em; margin-top: -2px; border-bottom: 2px solid #EFEFEF; margin-bottom: 24px; background-color: #fff; } 
#modal-terms .tab_area li { cursor: pointer; width: 120px; padding: 16px 0; text-align: center; } 
#modal-terms .tab_area li + li { margin-left: 36px; } 
#modal-terms .tab_area li.active {color: #68A5FE; border-bottom: 2px solid #68A5FE; } 
#modal-terms2 .text_area { padding: 26px 30px; padding-top: 0; } 
#modal-terms .text_area { width: auto; padding: 0 28px 20px; padding-top: 0; border: 0; background-color: #fff;} 
#modal-terms .text_area > div { padding: 10px; white-space: pre-line; font-size: 14px; text-align: left; height: 632px; overflow-y: scroll; line-height: 150%; display: none; } 
#modal-terms2 .text_area > div { padding: 10px; background-color: #E7ECF2; white-space: pre-line; font-size: 20px; text-align: left; height: 632px; overflow-y: scroll; display: none; } 
#modal-terms.councel_terms .text_area > div { display: block; padding: 0; white-space: inherit; line-height: 150%; background-color: transparent; } 
.councel_terms .text_area .tit { margin-top: 40px; font-size: 16px; font-weight: 600; } 
.councel_terms .text_area .tit:first-child { margin-top: 20px; } 
.councel_terms .text_area p { margin-top: 10px; margin-left: 24px; color: #343434; text-indent: -24px; font-size: 14px; } 
#modal-terms .text_area > div.active, #modal-terms2 .text_area > div.active { display: block; } 
#modal-terms .text_area > div::-webkit-scrollbar { display: none; opacity: 0; padding: 0; background-color: transparent; } 
#modal-terms .text_area > div::-webkit-scrollbar-thumb { display: none; opacity: 0; padding: 0; background-color: transparent; } 
#modal-terms .text_area > div::-webkit-scrollbar-track { display: none; opacity: 0; padding: 0; background-color: transparent; } 
#modal-terms .content-area.simply { width: 580px; height: auto; } 
#modal-terms .simply .text_area { padding: 30px; } 
#modal-terms .simply .terms { text-align: left; background-color: #E7ECF2; padding: 30px 20px; } 
#modal-terms .simply .terms li { position: relative; font-size: 20px; line-height: 1.5em; word-break: keep-all; padding-left: 30px; } 
#modal-terms .simply .terms li + li { margin-top: 14px; } 
#modal-terms .simply .terms li:before { content: "·"; position: absolute; left: 0; top: 0; width: 30px; font-size: 40px; text-align: center; font-size: 600; } 
#modal-terms .simply .terms b { display: block; font-size: 600; } 
#modal-term .content-area { max-width: 832px; max-height: 816px; border-radius: 20px; padding: 0; } 
#modal-term .content-area .closer { background-size: 24px; height: 100%; right: 10px; } 
#modal-term .head { position: relative; display: flex; justify-content: flex-start; align-items: center; height: 67px; font-size: 18px; font-weight: 500; padding-left: 30px; border-bottom: 2px solid #F2F2F2; } 
#modal-term .tab_area { display: flex; justify-content: center; align-items: center; font-size: 20px; line-height: 1.5em; margin-top: 37px; margin-bottom: 24px; } 
#modal-term .tab_area li { cursor: pointer; } 
#modal-term .tab_area li.active { font-weight: 700; } 
#modal-term .tab_area li:nth-child(1),
#modal-term .tab_area li:nth-child(2) { padding-right: 36px; } 
#modal-term .tab_area li + li { padding-left: 36px; border-left: 1px solid #343434; } 
#modal-term .text_area { padding: 26px 30px; padding-top: 0; } 
#modal-term .text_area > div { padding: 10px; background-color: #E7ECF2; white-space: pre-line; font-size: 20px; text-align: left; height: 632px; overflow-y: scroll; display: none; } 
#modal-term .text_area > div.active { display: block; } 
#modal-term .text_area > div::-webkit-scrollbar { display: none; opacity: 0; padding: 0; background-color: transparent; } 
#modal-term .text_area > div::-webkit-scrollbar-thumb { display: none; opacity: 0; padding: 0; background-color: transparent; } 
#modal-term .text_area > div::-webkit-scrollbar-track { display: none; opacity: 0; padding: 0; background-color: transparent; } 
#modal-term .content-area.simply { width: 580px; height: auto; } 
#modal-term .simply .text_area { padding: 30px; } 
#modal-term .simply .terms { text-align: left; background-color: #E7ECF2; padding: 30px 20px; } 
#modal-term .simply .terms li { position: relative; font-size: 20px; line-height: 1.5em; word-break: keep-all; padding-left: 30px; } 
#modal-term .simply .terms li + li { margin-top: 14px; } 
#modal-term .simply .terms li:before { content: "·"; position: absolute; left: 0; top: 0; width: 30px; font-size: 40px; text-align: center; font-weight: 600; } 
#modal-term .simply .terms b { display: block; font-weight: 600; } 
#opinionPop {text-align: left;}
#opinionPop .btn_blue {width: 100%; height: 52px; margin-top: 30px; font-size: 18px; border-radius: 60px;}

.gradPop .gradient { position: relative; display:flex; align-items: center; justify-content: space-between; height: 14px; margin-top: 32px; color: #343434; font-size: 14px; font-weight:600; white-space: nowrap; } 
.gradPop button { display: inline-block; position: absolute; top: 14px; right: 14px; width: 24px; height: 24px; text-indent: -99999px; border: 0; cursor: pointer; background: url(https://img.lifet.co.kr/icon/close_black.svg) no-repeat; background-size: 24px; } 
.gradPop .gradient .graph { position: absolute; bottom: 26px; height: 8px; display:inline-block; width: 100%; margin: 0; border-radius: 34px; background: linear-gradient(90deg, #EE0F0F 4.69%, #F3B947 31.25%, #81F957 53.65%, #4A9AA0 71.35%, #201ACE 87.5%, #1B1C7A 100%); } 
[class*="grad_swiper"] .swiper-slide { overflow: hidden; width: 268px; height: 435px; border-radius: 10px; } 
[class*="grad_swiper"] .swiper-slide img { width: 268px; height: 435px; object-fit: cover; } 

.consult__tab2 { margin-bottom: 30px; } 
.consult__tab2 ul { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 60px; border-bottom: 2px solid #E3E3E3; } 
.mypage_cont .consult__tab2 ul { margin-top: 30px; } 
.consult__tab2 ul li { position: relative; width: 180px; text-align: center; } 
.consult__tab2 a { display: flex; justify-content: center; height: 39px; font-size: 18px; color: #8F8F8F; line-height: 130%; } 
.consult__tab a span {display: inline-block;width: 30px;line-height: 30px;border-radius: 15px;text-align: center;color: #fff;background-color: #68A5FE;font-size: 20px;margin-left: 9px; } 
.consult__tab2 a.active { color: #343435; font-weight: 600; } 
.consult__tab2 a.active::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 4px; background-color: #68A5FE; } 

.profile_default label { position: absolute; right: 4px; bottom: 4px; width: 50px; height: 50px; cursor: pointer; text-indent: -99999px; border-radius: 50%; border: 1px solid #E2E2E2; background:#fff url(https://img.lifet.co.kr/profile/prifle_camera.png) no-repeat center center; background-size: 35px; } 
.profile_default .upload_pic { position: absolute; top: 0; width: 190px; height: 190px; background: #fff; } 
.profile_default .upload_pic img { width: 190px; height: 190px; border-radius: 50%; object-fit: cover; } 
.default_img { width: 190px; height: 190px; text-align: center; border-radius: 50%; background-color: #E9F2FF; } 
.default_img img { width: 190px; height: 190px; border-radius: 50%; object-fit: cover; } 
.profile_default { position: relative; margin: 88px auto 50px; width: 190px; } 
.upload_img { width: 376px; height: 452px; margin-top: 40px; padding-top: 78px; border-radius: 10px; background: #E9F2FF url(https://img.lifet.co.kr/logo/logo_trans2.png) no-repeat right 31px top 21px; background-size: 101px; } 
.upload_img .default_img { position: relative; width: 160px; height: 160px; margin: 0 auto; } 
.img_reload { display: none; position: absolute; width: 160px; height: 160px; left: 50%; display: flex; top: 78px; margin-left: -80px; border-radius: 50%; background-color: #fff; align-items: center; justify-content: center; } 
.upload_img .default_img img { width: 160px; height: 160px; object-fit: cover; border: 4px solid #fff; } 
.profile_info > span, .profile_info strong { display: block; text-align: center; } 
.profile_info strong { margin: 30px 0 10px; font-weight: 600; font-size: 24px; line-height: 150%; } 
.profile_info > span { margin-top: 6px; font-size: 18px; line-height: 150%; } 
.profile_info > span span::before { content: ''; display: inline-block; width: 4px; height: 4px; margin: 0 7px 0 7px; vertical-align: middle; border-radius: 50%; background-color: #343434; } 

.temperature {display: inline-flex; align-items: center; height: 18px; margin-left: 4px; padding: 0 5px 0 4px; color: #fff; font-size: 12px; font-weight: 500; line-height: 1; vertical-align: top; border-radius: 30px; }
.temperature.stage1 {background-color: #4065C3;}
.temperature.stage2 {background-color: #68A5FE;}
.temperature.stage3 {background-color: #A0D24B;}
.temperature.stage4 {background-color: #FFD231;}
.temperature.stage5 {background-color: #FF7D34;}
.temperature.stage6 {background-color: #F9708B;}

.bollom {display: none; position: relative; padding: 12px; background: #FFFFFF; border-radius: 5px; border: #EFEFEF solid 1px; position: absolute; font-size: 16px; text-align: left; width: 207px;}
.bollom:after  {content: ''; position: absolute; border-style: solid; border-width: 0 10px 8px 9.5px; border-color: #FFFFFF transparent; display: block; width: 0; z-index: 1; top: -7.5px;  left: 35px;  }
.bollom:before { content: ''; position: absolute; border-style: solid; border-width: 0 10px 8px 9.5px; border-color: #EFEFEF transparent; display: block; width: 0; z-index: 0; top: -9px; left: 35px; }
.bollom dd button {position: absolute; right: 0; top: 0; width: 28px; height: 28px; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/btn_x.svg) no-repeat center 12px; background-size: 14px;}

.select__wrap { display: inline-block; position: relative; } 
.selectBox__ .box__ { position: relative;} 
.selectBox__ .select__ {display: flex;justify-content: flex-start;align-items: center; padding-right: 14px; color: #555; background-repeat: no-repeat;background-position: right center;background-image: url(https://img.lifet.co.kr/icon/select_down.svg);background-size: 9px;cursor: pointer; } 
.selectBox__ .list__ {position: absolute;min-width: 100%;top: 27px;right: 0;background-color: #fff;padding: 6px 0;border-radius: 4px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); z-index: 100; } 
.selectBox__ .list__ { display: none; } 
.selectBox__.on .list__ { display: block; width: 95px;} 
.selectBox__ .list__ li { display: flex; justify-content: flex-start; align-items: center; padding: 6px 12px; white-space: nowrap; cursor: pointer; font-weight: 400; } 
.selectBox__ .list__ .selected { cursor: default; color: #343434 !important;} 

#pop_info { display: none; z-index: 10000; position: absolute; left: 310px; top: 52px; width: 345px; height: 277px; padding: 24px; box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.14); border-radius: 10px; background: #fff; } 
#pop_info h6 { margin-bottom: 2px; font-weight: 600; font-size: 22px; line-height: 150%; } 
#pop_info dl { overflow: hidden; } 
#pop_info dl dt { float: left; padding-top: 8px; font-weight: 700; font-size: 18px; line-height: 150%; } 
#pop_info dl dd { word-break: keep-all; } 
#pop_info dl:nth-of-type(1) dt { color: #F9708B; } 
#pop_info dl:nth-of-type(2) dt { color: #FF9A50; } 
#pop_info dl:nth-of-type(3) dt { color: #FFD15B; } 
#pop_info dl:nth-of-type(4) dt { color: #47DAB3; } 
#pop_info dl dd { padding-top: 8px; padding-left: 42px; font-size: 16px; line-height: 150%; }  

.details_examine .dim_, .pro_detail .dim_ { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; justify-content: center; align-items: center; flex-flow: column; z-index: 8000; } 
.details_examine .dim_ div { display: flex; justify-content: center; align-items: center; height: 56px; padding: 0 32px; background-color: #8F8F8F; color: #fff; border-radius: 30px; font-size: 24px; font-weight: 700; } 
.details_examine .dim_::before , .pro_detail .dim_::before { content: ''; z-index: -1; position: absolute; left: 0; top:0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); border-radius: 15px; } 
.details_examine .dropDown_area .dim_::before { display: none; } 
#subcont .details_examine .dim_ div { height: 50px; padding: 0 26px; font-size: 20px; font-weight: 600; } 

.lifet-chart .canvas__ { position: relative; width: 100%; flex-grow: 1; } 
.lifet-chart .canvas__ .value__ { position: relative; display: flex; justify-content: space-between; align-items: flex-end; width: 100%; height: 100%; z-index: 1; } 
.lifet-chart .canvas__ .value__ .bar__ { position: relative; flex: 1; display: flex; justify-content: flex-end; align-items: center; flex-flow: column; height: 100%; font-size: 22px; font-weight: 600; line-height: 1.3em; } 
.lifet-chart .canvas__ .value__ .bar__ span { padding-bottom: 4px; } 
.lifet-chart .canvas__ .value__ .bar__ > div { width: 61px; background-color: #D0E3FF; border-radius: 12px 12px 0 0; flex-shrink: 0; } 

#circleChart { flex-shrink: 0; width: 446px; margin: 0 58px; } 
#circleChart ul { display: flex; justify-content: space-between; align-items: center; height: 100%; } 
#circleChart ul li { text-align: center; cursor: pointer; } 
#circleChart .circle-chart { position: relative; width: 110px; height: 110px; vertical-align: top; margin: 0 auto; margin-bottom: 13px; } 
#circleChart .circle-chart__circle { transform: rotate(-90deg) scale(1,-1); animation: circle-chart-fill 2s reverse; transform-origin: center; } 
#circleChart .circle-chart .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 10px; } 
#circleChart .circle-chart .img img { max-width: 100px; vertical-align: top; } 
#circleChart .circle-chart__background, #circleChart .circle-chart__circle { /*stroke-width: 4; */ } 
#circleChart .circle-chart_lable span { font-size: 23px; line-height: 1.4em; } 
#circleChart .circle-chart_lable span:first-child { font-weight: 500; } 

@keyframes circle-chart-fill { to { stroke-dasharray: 0 100; } 
 }
@-webkit-keyframes circle-chart-fill { to { stroke-dasharray: 0 100; } 
 }
@-moz-keyframes circle-chart-fill { to { stroke-dasharray: 0 100; } 
 }
@-o-keyframes circle-chart-fill { to { stroke-dasharray: 0 100; } 
 }

.disease_score li > span.bad, .disease_score2 li dl dt span.bad, .details_examine .icon_score > div:nth-child(2) .bad, 
.details_result .result_inner div span.bad, .first_examine .bad, .region_box ul li a strong + span.bad, .details_menu li a span.bad, .cont05 .inner h3 span.bad { background-color: #F9708B; } 
.disease_score li > span.warn, .disease_score2 li dl dt span.warn, .details_examine .icon_score > div:nth-child(2) .warn, 
.details_result .result_inner div span.warn, .first_examine .warn, .region_box ul li a strong + span.warn, .details_menu li a span.warn, .cont05 .inner h3 span.warn { background-color: #FF9A50; } 
.disease_score li > span.care, .disease_score2 li dl dt span.care, .details_examine .icon_score > div:nth-child(2) .care,
.details_result .result_inner div span.care, .first_examine .care, .region_box ul li a strong + span.care, .details_menu li a span.care, .cont05 .inner h3 span.care { background-color: #FFD15B; } 
.disease_score li > span.good, .disease_score2 li dl dt span.good, .details_examine .icon_score > div:nth-child(2) .good, .details_result .result_inner div span.good, .first_examine .good,
.region_box ul li a strong + span.good, .details_menu li a span.good, .cont05 .inner h3 span.good { background-color: #47DAB3; } 

.layer_modify { display: none; z-index: 10000; position: absolute; right: -110px; top: 20px; width: 128px; border: 1px solid #F0F0F0; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); border-radius: 4px; background-color: #fff; } 
.layer_modify li + li { border-top: 1px solid #ccc; } 
.layer_modify li a { display: block; padding: 14px 20px 12px; color: #666; font-weight: 500; font-size: 16px; line-height: 130%; background: url(https://img.lifet.co.kr/icon/icon_modify.svg) no-repeat right 20px center; } 
.layer_modify li:last-child a { color: #FF5962; background-image: url(https://img.lifet.co.kr/icon/icon_del.svg); } 

.share_sns { display:none; z-index: 100; position: absolute; right: -290px; top: 0; width: 276px; height: 160px; border-radius: 4px; box-shadow: 0px 0px 36px 5px rgba(82, 82, 82, 0.14); background-color: #fff; } 
.share_sns.active { display: block; } 
.share_sns .title {margin-bottom: 0; padding: 17px 18px; color: #000; line-height: 1.3; font-weight: 600; font-size: 14px;}
.share_sns ul { display: flex; justify-content: space-between; padding: 22px 28px 24px; border-top: 1px solid #D4D4D4; } 
.share_sns ul li { text-align: center; } 
.share_sns ul li span { display:block; color: #737373; margin-top: 8px; font-size: 13px; } 
.share_sns img { width: 40px; } 
.share_sns button { position: absolute; right:18px; top: 16px; width:20px; height:20px; border: 0; cursor: pointer; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/btn_x.svg) no-repeat; background-size: 20px; } 

/* .photo_certification { min-height: 300px; }  */
.photo_certification li { position: relative; display: flex; align-items: center; padding: 20px 14px 20px 18px; border-radius: 8px; border: 1px solid #E3E3E3; } 
.photo_certification li + li { margin-top: 8px; } 
.photo_certification li > span { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-right: 18px; border-radius: 50%; background-color: #F5F5F5; } 
.photo_certification li > span img { width: 34px; } 
.photo_certification li strong { font-size: 20px; font-weight: 600; line-height: 130%; } 
.photo_certification li strong span { display: block; margin-top: 2px; font-size: 14px; font-weight: 400; line-height: 150%; } 
.photo_certification li button { position: absolute; right: 0; width: 100%; height: 100%; padding-right: 39px;  color: #616161; font-size: 14px; font-weight: 500; line-height: 150%; text-align: right; border: 0; background-color: transparent; } 
.photo_certification li button::before { content: ''; display: inline-block; position: absolute; right: 17px; width: 20px; height: 20px; transform: rotate(-90deg); background: url(https://img.lifet.co.kr/icon/arrow_down_gray2.svg) no-repeat right center; background-size: 20px; } 
.photo_certification li button.complete { color: #68A5FE; font-weight: 700; } 
.photo_certification li button.complete::before { top: 37px; width: 14px; height: 14px; transform: none; background-image: url(https://img.lifet.co.kr/icon/circle_checked.svg); background-size: 14px; } 
.photo_certification + p.bullet {margin-top: 16px; text-indent: -23px; margin-left: 23px; word-break: keep-all;}
.photo_certification ~ button.btn_blue { position: absolute; bottom: 0; width: 100%; height: 50px; font-size: 16px; border-radius: 60px;} 
.photo_certification ~ button.active { position: static; width: 100%; } 
.eye .step01 {height: calc(100dvh - 310px);}

.dislocation_guide {overflow: hidden;}
.dislocation_guide .tit { margin-bottom: 10px; color: #68A5FE; font-size: 20px; font-weight: 700; line-height: 130%; } 
.dislocation_guide .img { display: flex; flex-wrap: wrap; margin-bottom: 14px; } 
.dislocation_guide .swiper-slide {height: 450px;}
.dislocation_guide .swiper-slide .img::before {display: none;}
.dislocation_guide .img div { overflow: hidden; position: relative; width: calc(100% / 2 - 4px); height: 260px; margin-left: 7px; border-radius: 4px; } 
.dislocation_guide .img div:nth-child(odd) { margin-left: 0; } 
.dislocation_guide .img div > img { display: block; width: 100%; height: 260px; object-fit: cover;} 
.dislocation_guide .img div span img { position: absolute; right: 2px; bottom: 2px; width: 39px; } 
.dislocation_guide p {display: flex; align-items: center; color: #343434; font-size: 18px; line-height: 180%; letter-spacing: -0.5px;} 
.dislocation_guide p span:first-child {display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; margin-right: 8px; color: #fff; font-size: 14px; font-weight: 500; line-height: 180%; border-radius: 50%; background-color: #343434;}
.dislocation_guide .tit.red { color: #FF6281; } 
.app_guide .dislocation_guide .tit.red {margin-top: 32px;} 
.dislocation_guide .img.caution { margin-bottom: 42px; } 
.dislocation_guide .img.caution div { height: 179px; margin-bottom: 8px; } 
.dislocation_guide .img.caution div span { position: absolute; width: 100%; bottom: 0; display: flex; align-items: center; justify-content: center; height: 42px; color: #fff; line-height: 130%; background-color: rgba(53, 53, 53, .7); } 
.dislocation_guide .img.caution div span img { position: static; width: 20px; margin-left: 4px; } 
.dislocation_guide .img.caution div > img { height: 100%; object-fit: cover; } 
.dislocation_guide .swiper-pagination {bottom: 28px; height: 8px;}
.shoot_guide.step01 .m-profile .btn-area .btn-next, .contWrap.dislocation .m-profile .btn-area .btn-next, .contWrap.dislocation .m-profile .btn-area .btn-next:hover {max-width: 100%; width: 100%;} 
.contWrap.dislocation .m-profile {margin: 0;}
.contWrap.dislocation .m-profile .btn-area {display: none; margin: 0;}
.contWrap.dislocation .m-profile .btn-area.on {display: block;}
.contWrap.dislocation .m-profile .btn-area .btn-next {height: 44px; font-size: 16px; line-height: 44px;}
a[href="#pop_info"] img { width: 24px; vertical-align: -4px; } 

.selectBox__.type02 .list__::-webkit-scrollbar, .modal-guide .scroll::-webkit-scrollbar, .contentWrap::-webkit-scrollbar, .plan_agree .scroll::-webkit-scrollbar { width: 10px; background-color: transparent; } 
.selectBox__.type02 .list__::-webkit-scrollbar-thumb, .modal-guide .scroll::-webkit-scrollbar-thumb, .contentWrap::-webkit-scrollbar-thumb, .plan_agree .scroll::-webkit-scrollbar-thumb { background-color: #EBEBEB; border: 3px solid #fff; border-radius: 15px; cursor: pointer; } 
.selectBox__.type02 .list__::-webkit-scrollbar-track, .modal-guide .scroll::-webkit-scrollbar-track, .contentWrap::-webkit-scrollbar-track, .plan_agree .scroll::-webkit-scrollbar-track { background-color: transparent; } 
.selectBox__.type02 .list__::-webkit-scrollbar-track, .modal-guide .scroll::-webkit-scrollbar-track, .contentWrap::-webkit-scrollbar-track { background-color: transparent; } 

.topicSearch_pop .search_area {position: absolute; top: 0; width: 350px; background-color: #fff;}
.topicSearch_pop .search_area input[type="text"] {width: 100%; height: 42px;padding: 7px 14px; border: 0; font-size: 16px; border-radius: 55px;  background-color: #F3F3F3;}
.topicSearch_pop .search_area input[type="text"]::placeholder {color: #999; font-size: 16px; font-weight: 400;}
.topicSearch_pop .search_area button {position: absolute; top: 7px; right: 14px; display: inline-block; width: 28px; height: 28px; text-indent: -9999px; background: url(https://img.lifet.co.kr/icon/icon_search.png) no-repeat center; background-size: 25px;}
.topicSearch_pop .contentWrap {overflow: hidden; position: relative; width: 390px; max-height: none; padding: 0 20px 22px; background-color: #fff;}
.modal-dialog .topicSearch_pop .content-area .head div:first-child {border-bottom: 0;}
.topicSearch_pop .contentWrap .scroll {height: 437px;}
.topicSearch_pop .contentWrap .scroll > p {display: flex; align-items: center; justify-content: center; height: 100%; font-size: 16px; line-height: 130%;}
.topicSearch_pop .contentWrap .scroll > ul {overflow-y: auto; max-height: 437px; margin-top: 72px; margin-right: -10px;}
.topicSearch_pop .contentWrap .scroll .depth1 {display: flex; align-items: center; margin-bottom: 11px; font-size: 16px; font-weight: 500; line-height: 130%;} 
.topicSearch_pop .contentWrap .scroll .depth1 img {width: 24px; margin-right: 8px;}
.topicSearch_pop .contentWrap .scroll > ul ul {display: flex; flex-wrap: wrap; margin-bottom: 16px;}
.topicSearch_pop .contentWrap .scroll > ul ul li a {display: block; margin-right: 6px; margin-bottom: 8px; padding: 5px 11px; line-height: 18px; letter-spacing: -0.6px; border-radius: 30px; border: 1px solid #E0E0E0;}
.topicSearch_pop .contentWrap .scroll > ul ul li.active a {color: #68A5FE; border-color: currentColor;}
.topicSearch_pop .contentWrap .btn_blue {width: 100%; height: 43px; margin-top: 10px; font-size: 16px; border-radius: 60px;}
.topicSearch_pop .contentWrap .scroll> ul::-webkit-scrollbar, .temp_save::-webkit-scrollbar {width: 8px;background-color: transparent; } 
.topicSearch_pop .contentWrap .scroll> ul::-webkit-scrollbar-thumb, .temp_save::-webkit-scrollbar-thumb {background-color: #EBEBEB;border: 2px solid #fff;cursor: pointer; } 
.topicSearch_pop .contentWrap .scroll> ul::-webkit-scrollbar-track, .temp_save::-webkit-scrollbar-track {background-color: transparent; } 

.cart_again {display: flex; align-items: center; justify-content: center; margin-top: 8px;}
.cart_again label {margin-left: 8px; font-size: 18px; font-weight: 500; line-height: 150%;}
.cart_again input[type='checkbox'] {width: 20px; height: 20px; padding: 0; cursor: pointer; vertical-align: middle; background: url(https://img.lifet.co.kr/icon/check_off.svg) no-repeat left top; -webkit-border-radius: 0;  -webkit-appearance: none; border: 0; background-size: 20px;}
.cart_again input[type='checkbox']:checked {background-image: url(https://img.lifet.co.kr/icon/check_on.svg);}

.modal-dialog .profile_pop .contents {text-align: center;}
.modal-dialog .profile_pop .btn { min-width: 86%; height: 44px; padding: 10px 60px; color:#fff; font-size: 16px; font-weight: 600; line-height: 24px; opacity: .5; background-color: #68A5FE; } 

#modal-filter .content-area { display: flex; justify-content: flex-start; align-items: flex-start; flex-flow: column; padding: 0; text-align: left; max-width: 486px; } 
#modal-filter .head {flex-shrink: 0;display: flex;justify-content: space-between;align-items: center;width: 100%;height: 53px;font-size: 22px;font-weight: 500;padding-left: 24px;padding-right: 10px;border-bottom: 2px solid #F2F2F2; } 
#modal-filter .head .closer { position: relative; } 
#modal-filter .head { display: none; } 
#modal-filter .content { width: 100%; flex-grow: 1; display: flex; justify-content: space-between; align-items: flex-start; flex-flow: column; } 
#modal-filter.modal-content.bottom_sheet { align-items: center; } 
#modal-filter.bottom_sheet .content-area { border-radius: 20px; } 
#modal-filter .content .btn-area {flex-shrink: 0;display: flex;justify-content: space-between;align-items: center;width: 100%;padding: 30px;padding-top: 18px;padding-left: 47px;border-top: 2px solid #f2f2f2; } 
#modal-filter .content .btn-area.flex-end { justify-content: flex-end; padding: 20px 30px; } 
#modal-filter .content .btn-area .btn { display: flex; justify-content: center; align-items: center; line-height: 1em; width: 167px; height: 43px; color: #68A5FE; font-size: 18px; font-weight: 500; margin: 0; padding: 0; border-radius: 100px; border: 1.5px solid #68A5FE; background-color: #fff; } 
#modal-filter .content .btn-area .resetBtn { font-size: 18px; font-weight: 500; line-height: 1.5em; color: #686868; cursor: pointer; } 
#modal-filter .content .btn-area .resetBtn:hover { text-decoration: underline; text-underline-position: under; color: #68A5FE; } 
#modal-filter .content .filter__option { flex-grow: 1; width: 100%; max-height: 70svh; padding: 0px 30px; padding-top: 43px; overflow-y: auto; } 
#modal-filter .content .filter__option .alert { font-size: 18px; font-weight: 600; margin-bottom: 16px; } 
#modal-filter .content .filter__option .alert b { font-weight: 600; } 
#modal-filter .option__list { font-size: 16px; line-height: 1.5em; } 
#modal-filter .option__list > div:first-child { display: flex; justify-content: flex-start; align-items: center; font-weight: 500; } 
#modal-filter .option__list > div:first-child:before { content: "✓"; color: #68A5FE; padding-right: 0.4em; } 
#modal-filter .option__list h1 { font-size: 18px; font-weight: 600; line-height: 1.5em; margin-bottom: 10px; } 
#modal-filter .option__list ul { display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin-top: 8px; padding-bottom: 30px; } 
#modal-filter .option__list li { margin-right: 6px; margin-bottom: 8px; } 
#modal-filter .option__list .checkbox { position: relative; font-weight: 500; } 
#modal-filter .option__list .checkbox input {position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;z-index: 1;cursor: pointer; } 
#modal-filter .option__list .checkbox label {display: flex;justify-content: center;align-items: center;height: 40px;padding: 0 26px;border-radius: 20px;background-color: #F5F5F5;background-image: none !important; } 
#modal-filter .option__list .checkbox input:checked + label { color: #fff; background-color: #68A5FE; } 
#modal-filter .option__list .checkbox input[type="radio"] + label { padding: 0 19px; } 

.section_signout .form__ { display: flex; justify-content: space-between; align-items: flex-start; flex-flow: column; padding: 80px 110px; height: 100%; } 
.section_signout .form__ > div { width: 100%; } 
.section_signout .form__ h1 { margin-bottom: 10px; font-size: 22px; font-weight: 600; } 
.section_signout .form__ .alert { font-size: 18px; line-height: 1.5em; opacity: 0.8; } 
.section_signout .form__ ul { margin-top: 30px; } 
.section_signout .form__ ul li { margin-top: 16px; } 
.section_signout .form__ .checkbox input + label { display: flex; justify-content: flex-start; align-items: center; padding-left: 0; background-image: none; } 
.section_signout .form__ .checkbox input + label:before { content: ""; width: 16px; height: 16px; margin-right: 12px; background-color: #F6F6F6; border: 2px solid #ccc; border-radius: 50%; } 
.section_signout .form__ .checkbox input:checked + label { color: #68A5FE; font-weight: 600; } 
.section_signout .form__ .checkbox input:checked + label:before {width: 12px; height: 12px; border: 4px solid #68A5FE;} 
.section_signout .form__ textarea { width: 380px; height: 130px; margin-left: 32px; margin-top: 16px; border-color: #DFDFDF; border-radius: 10px; text-align: left; padding: 13px 16px; padding-right: 20px; font-size: 16px; line-height: 1.3em; border: 1px solid #ccc; } 
.section_signout .form__ textarea::placeholder { color: #BEBEBE; } 
.section_signout .form__ .btn_area { display: flex; justify-content: center; align-items: center; } 
.section_signout .form__ .btn_area .btn { width: 188px; padding: 0; border: 1px solid #808080; height: 48px; border-radius: 30px; color: #808080; line-height: 1; background-color: #fff; } 
.section_signout .form__ .btn_area .btn + .btn { margin-left: 14px; } 
.section_signout .form__ .btn-prev { color: #A0A0A0; } 
.section_signout .form__ .btn_area .btn:active { background-color: #E2E2E2; } 
.section_signout .form__ .field { margin-top: 77px; } 
.section_signout .form__ .field h5 { font-size: 16px; font-weight: 500; line-height: 1.5em; margin-bottom: 8px; } 


@media(max-width: 767px) {
/*    header .cart, header .alram {width: 32px; height: 32px; margin: 8px 0 0 8px; background-size: 32px;}*/
    header .alram {display: none;}
    header .logo img {max-width: none; max-height: none; width: 100%;}
    .main-wrapper header .alram {display: block;}
    .mypage_go {display: none;}
    header .search_top {display: none;}
    header .login-area {right: 20px; top: 8px; gap: 8px;}
    .search_btn {margin: 0;}
    .mobile-items, .m_none {display: block;}
    .m_none {display: none;}
    .mobile-items.fixed {z-index: 10000; position: fixed; bottom: 0; width: 100%; }
    .profile-tag li {border-width: 1px;}
    .max-content {min-height: calc(100svh - 48px) !important;}
    .max-content.category_h {min-height: calc(100vh) !important;}
    input[type="search" i]::-webkit-search-cancel-button {width: 24px; height: 24px;}
    
    .wnone {display: block !important;}
    .mnone {display: none !important;}

    .scroll_view_none::-webkit-scrollbar {display: none !important; }
      
    /* header & footer */
      
    header {height: 48px; padding: 0; background-color: #fff;}
    header.app_top {top: 44px;}
    header .inner {padding-left: 0;}
    header .logo {position: relative; top: auto; left: 20px; height: 48px; width: 85px; }
    header .m_trigger {display: flex; height: 32px; width: 32px; justify-content: center; align-items: center;}
    header .m_trigger img, header .login-area .m_trigger img { width: 100%;}
    header .login-area ul,
    header .gnb ul {position: absolute; display: none;}
    header .gnb {z-index: 1; position: absolute; right: 10px; top: 8px;}
    /* #container.landing_new footer {padding-bottom: 123px;} 
    .details_examine  ~ footer {padding-bottom: 70px;}*/
    footer {font-size: 12px; line-height: 18px; padding: 40px 20px;}
    .total_cont ~ footer, .ai_cont ~ footer {padding-bottom: 100px;}
    #container.landing_new footer {padding-bottom: 80px;}
    .details_examine  ~ footer {padding-bottom: 70px;}
    footer .inner  {flex-flow: column;}
    footer .chating_counsel {width: auto; margin-right: 0; border: 0;}
    footer .title_wrap {display: flex; margin-bottom: 4px;}
    footer .chating_counsel .tel {display: none;}
    footer .chating_counsel .title_wrap .title.tel {display: block; margin-left: 40px;}
    footer .terms {margin: 20px 0; white-space: nowrap; font-size: 14px;}
    footer .terms li + li {margin-left: 10px; padding-left: 10px;}
    footer .cptxt i { display: none;}
    footer .cptxt br {display: block;}
    header.mobile__dis + .chat__info ~ #container.examine-container, header.mobile__dis + .chat__info ~ #container.details_examine2 {padding-top: 100px;}
    #scrolling-tab ~ #container, .pet_change ~ #container {padding-top: 96px;}
    header.app_top ~ #scrolling-tab ~ #container, header.app_top ~ #root {padding-top: 135px !important;}
    .pet_change + #container.category_h {padding-top: 48px;}
    #container, .mobile__dis + .chat__info ~ #container.ai_check, #container.bg-section {padding-top: 48px;}
    header.app_top ~ #container {padding-top: 87px !important;}
    header ~ #container.search_top {padding-top: 98px !important;}
      
    .navi_bar {z-index: 1000001; display: block; position: fixed; left: 0; bottom: 0; width: 100%; height: 60px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #DFDFDF; background-color: #fff;}
    .navi_bar ul {display: flex; justify-content: space-around; height: 48px; margin: 7px auto 0; }
    .navi_bar ul li a {position: relative; display: block; min-width: 30px; padding: 32px 0 0; text-align: center; font-weight: 500; font-size: 10px; line-height: 130%; background-position: center top; background-repeat: no-repeat; background-size: 30px;}
    .navi_bar ul li.on a {color: #68A5FE; font-weight: 600;}
    .navi_bar ul li:nth-child(1) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon1_off.png);}
    .navi_bar ul li:nth-child(2) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon6_off.png);}
    .navi_bar ul li:nth-child(3) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon2_off.png);}
    .navi_bar ul li:nth-child(4) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon4_off.png);}
    /*.navi_bar ul li:nth-child(4) a::after {content:''; display: inline-block; position: absolute; top: 0; right: -3px; width: 6px; height: 6px; border-radius: 50%; background-color:#68A5FE;}*/
    .navi_bar ul li:nth-child(5) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon5_off.png);}
    .navi_bar ul li.on:nth-child(1) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon1_on.png);}
    .navi_bar ul li.on:nth-child(2) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon6_on.png);}
    .navi_bar ul li.on:nth-child(3) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon2_on.png);}
    .navi_bar ul li.on:nth-child(4) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon4_on.png);}
    .navi_bar ul li.on:nth-child(5) a {background-image: url(https://img.lifet.co.kr/icon/navibar_icon5_on.png);}
    .navi_bar ~ footer {padding: 40px 20px 70px;}
      
    /* button */
    .btn {border-width: 1px;}
    .btn_inline {height: 40px; font-size: 14px; line-height: 38px;}
    .btn-default {font-size: 14px; height: 40px; line-height: 38px; border-width: 1px;}  
    .btn-more {width: 218px; margin-top: 20px; background-position: left 64px center; background-size: 19px; height: 38px; line-height: 36px; border-width: 1px; }  
    .btn-his-main { display: block; text-align: center; font-size: 18px; font-weight: 700; line-height: 67px; color: #fff; background-color: #68A5FE;}
      
    /*  */
    #container > .section-wrap {padding: 40px 20px;}
    .section-wrap .mobile-items {display: block;}
      
    /* page tab */
    header + #scrolling-tab, header ~ #root #scrolling-tab {top: 48px; border-top: 0;}
    header.app_top ~ #scrolling-tab, header.app_top ~ #root #scrolling-tab {top: 87px;}
    header + #scrolling-tab.up {top: -1px; height: auto;}
    header + #scrolling-tab.up.up_cancle {top: 48px; height: auto;}
    #scrolling-tab .page-tab-area {box-shadow: 0px 3px 5px rgb(0 0 0 / 5%); -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 5%);}
    #scrolling-tab .page-tab-area  {top: 48px;}
    .page-tab-area {padding: 0; background-color: #fff;}
    .page-tab-area ul {overflow-y: hidden; overflow-x: scroll; justify-content: flex-start; margin: 0; padding: 0 20px;}
    .page-tab-area ul::-webkit-scrollbar {display: none; opacity: 0; padding: 0; background-color: transparent;}
    .details_menu .page-tab-area.leftAlign ul li {flex: 1;}
    .page-tab-area ul::-webkit-scrollbar-thumb {display: none; opacity: 0; padding: 0; background-color: transparent;}
    .page-tab-area ul::-webkit-scrollbar-track {display: none; opacity: 0; padding: 0; background-color: transparent;}
    .page-tab-area ul li a {padding: 0 10px; font-size: 14px; font-weight: 500; line-height: 48px; opacity: 0.6; white-space: nowrap;}
    .page-tab-area ul li.active a {color: #68A5FE; font-weight: 600; opacity: 1;}
    .page-tab-area ul li.active a:after {height: 4px; bottom: -1px;}
    .consult__tab2 a.active::after {height: 3px;}
    .page-tab-area.details_menu ul li.active a {font-weight: 600;}
      
    /* loading */
    .loading-section {height: auto; min-height: calc(100vh - 50px); justify-content: center;}
    .loading-wrap {width: 100%; padding: 18px 0 0; border-radius: 0; box-shadow: none; /*flex-flow:column;*/}
    .loading-wrap h1 {font-size: 22px; line-height: 26px;}
    .loading-wrap lottie-player {width: auto; margin: 10px 0; height: 174px;}
    .loading-wrap .alert {/*width: 260px; margin: 0 auto;*/ display: flex; flex-wrap: wrap; justify-content: center;}
    .loading-wrap .alert h1 {width: 100%; text-align: center !important; font-size: 16px; margin-bottom: 10px; text-align: left; padding-left: 15px;}
    .loading-wrap .alert p {font-size: 12px;}
    .loading-wrap ul li {font-size: 14px; margin-top: 8px;}
      
      
    /* 로그 섹션 */
    #container > .log-area {padding: 36px 0;}
    .signout-user-area {flex-flow: column; padding: 0;}
    .signout-user-area img {display: none;}
    .signout-user-area .textBox {font-size: 14px; margin-bottom: 18px;}
    .signout-user-area .alert {display: none;}
    .signout-user-area .btn {width: 222px; height: 40px; font-size: 14px;}

    /* 모달 모바일 공유하기 */
    #modal-share .share-area { position: relative; width: 260px; background-color: #fff; text-align: left; background-color: #fff !important;} 
    #modal-share .head { position: static; height: auto; padding: 17px 24px; font-size: 14px; font-weight: 600; line-height: 1.3em; border-bottom: 1px solid #D4D4D4; } 
    #modal-share ul { padding: 26px; } 
    #modal-share ul li + li { margin-top: 16px; } 
    #modal-share ul li a { display: flex; justify-content: flex-start; align-items: center; font-size: 16px; color: #737373; } 
    #modal-share a img { width: 40px; margin-right: 19px; vertical-align: top; } 
    #modal-share .closer { position: absolute; top: 0; right: 0; width: 53px; height: 53px; background-image: url(https://img.lifet.co.kr/icon/btn_x.svg); background-repeat: no-repeat; background-position: center; background-size: 18px; z-index: 100; cursor: pointer; } 
      
    #root .modal-dialog.dim_hide, #container ~ .modal-dialog.alarm_pop {overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100%; border-radius: 0;}
    .modal-dialog .alarm_pop .modal-content, .modal-dialog.alarm_pop .modal-content {align-items: flex-start;}
    .modal-dialog .alarm_pop .content-area {padding-top: 48px;}
    .modal-dialog .event_pop_bottom .closer {font-size: 15px; } 
    .modal-dialog .event_pop .closer { top: -3px; } 
    .alarm_wrap {overflow: hidden; height: auto; margin-top: 78px;}
    .my_alarm {overflow-y: auto;}
    .my_alarm .mobile__head, .push_alarm .mobile__head {border-bottom: 1px solid #D8D8D8;}
    .my_alarm ul {overflow-y: auto; max-height: 100vh; height: calc(100svh - 134px); padding: 0; box-shadow: none;}
    #root .modal-dialog.dim_hide .my_alarm .alarm_list {height: calc(100svh - 193px);}
    .my_alarm .alarm_list {padding: 0;}
    .db_banner + .alarm_list {height: calc(100svh - 157px);}
    .my_alarm .no_alarm {width: 100%; height: calc(100svh - 198px);}
    .my_alarm .db_banner + .alarm_list .no_alarm {height: 100%;}
    .no_alarm img {width: 80px;}
    .my_alarm ul li.no_alarm p {font-size: 20px;}
    .my_alarm ul li > span {width: 32px; height: 32px;}
    .my_alarm ul li > span img {width: 22.5px;}
    .my_alarm .mobile__head button {position: absolute; right: 20px; top: 11px; width: 28px; height: 28px; text-indent: -99999px; background: url(https://img.lifet.co.kr/icon/setup.png) no-repeat; background-size: 28px;}
        
    /*.modal-dialog .content-area, */#commonModal .content-area { max-width: 310px; padding: 30px 21px; border-radius: 12px;}
    .modal-dialog .content-area .head div:first-child { padding-left: 20px; background-color: #fff; } 
    .membership_db {display: none;}
    
    .alarm_wrap .consult__tab2 {display: block;}
    .alarm_wrap .consult__tab2 ul {overflow: visible; height: auto; margin: 0 20px;}
    .keyword_alarm.exposure_tag .wrap {display: flex; flex-wrap: wrap; width: 100%; height: 63px;}
    .keyword_alarm.exposure_tag {display: flex; flex-direction: column; margin-top: 20px;}
    .keyword_alarm.exposure_tag ul li a .date {position: static;}
    .keyword_alarm.exposure_tag .inner {overflow: hidden; flex: 1;}
    .exposure_tag ul li .bottom {position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 12px; color: #6C6C6C;}
    .exposure_tag > ul li { border-bottom: 1px solid #D9D9D9;}
    .exposure_tag ul li a .date {font-size: 13px;}
    .exposure_tag ul li a .date, .exposure_tag .like span {margin-right: 0; font-size: 13px;}
    .exposure_tag .like span + span {margin-left: 4px;}
    .exposure_tag > ul li a .like {display: flex; position: absolute; right: 0;}
    .exposure_tag .like span {display: flex; align-items: center; color: #6C6C6C;}
    .exposure_tag .like img {width: 16px; margin-right: 4px;}
    .exposure_tag .wrap > img {width: 63px; height: 63px; top: 0; bottom: auto; margin-left: 10px; border-radius: 4px;}
    .keyword_setting {position: relative; margin: 0 20px 20px; padding: 12.5px 12px 12.5px 44px; font-size: 14px; font-weight: 600; line-height: 130%; border-radius: 8px; background:#F7F8FA url(https://img.lifet.co.kr/icon/alram.png) no-repeat 12px center; background-size: 24px;}
    .keyword_setting button {position: absolute; right: 12px; top: 7.5px; padding: 6px 10px; color: #68A5FE; font-size: 12px; font-weight: 600; line-height: 130%; border-radius: 60px; border: 1px solid  #68A5FE;}
    .keyword_alarm.exposure_tag .keyword_setting +  .keyword_list { margin: 0; padding: 0 20px; height: calc(100svh - 256px);}
    .keyword_alarm.exposure_tag .keyword_list {padding: 0 20px;}
    .alarm_wrap .keyword_alarm .new {display: inline-block; margin-left: 4px; width: 6px; height: 6px; vertical-align: -5px; text-indent: -9999px; border-radius: 50%; background-color: #FF6987;}
    .keyword_alarm .voting {width: calc(100% + 48px);}
    .my_alarm .mobile__head button.keyword {width: auto; height: auto; font-size: 18px; font-weight: 500; line-height: 130%; text-indent: inherit; background: none;}
    .modal-dialog .modal-content.my_alarm {overflow: hidden;}
    .modal-content.push_alarm {margin: 0; padding: 48px 20px 0;}
    .modal-content.push_alarm .push_alarm {margin: 30px 0 0;}
    .keyword_alarm .keyword_list li { padding-bottom: 20px;}
    .keyword_alarm .keyword_list li a {padding: 0;}
    .keyword_alarm .keyword_list li + li {margin-top: 16px;}
    .keyword_alarm .keyword_list .inner  span {display: inline-block; font-size: 12px;}
    .keyword_alarm .keyword_list .tit {margin: 4px 0 12px; font-size: 16px;}
    .keyword_alarm .keyword_list .date {position: static;}
    .keyword_add {position: relative; margin: 0 20px;}
    .keyword_add .input_area {display: flex; align-items: center; height: 38px; margin-bottom: 30px; padding: 4px 4px 4px 10px; border-radius: 4px; border: 1px solid #E3E3E3;}
    .keyword_add .input_area input[type="text"] {height: 21px; padding: 0; border: 0; background-color: #fff;}
    .keyword_add .input_area input[type="text"]::placeholder {font-size:14px;}
    .keyword_add .input_area button {height: 30px; padding: 8px 16px; color: #fff; font-size: 12px; font-weight: 600; line-height: 130%; white-space: nowrap; border-radius: 4px; background-color: #68A5FE;}
    .keyword_add.push_alarm {overflow-y: auto; width: 100%; height: calc(100svh - 64px); margin: 0; padding: 73px 20px 0;}
    .keyword_add .input_area +  ul {padding: 0;}
    .keyword_add ul {overflow: visible; height: auto; max-height: none; margin: 0; padding: 0 0 100px; border: 0;}
    .keyword_add ul li:first-child {padding-top: 0;} 
    .keyword_add ul li {display: flex; align-items: center; justify-content: space-between;  padding: 20px 0; border-bottom: 1px solid #EFEFEF;}
    .keyword_add ul li strong {font-size: 16px; font-weight: 500; line-height: 130%;}
    .keyword_add .btn-area {position: fixed; bottom: 64px; display: flex; width: calc(100% - 40px); padding: 10px 0 20px; background-color: #fff;}
    .keyword_add .btn-area button {width: calc(100% / 2 - 3px); font-size: 16px; border-radius: 60px;}
    .keyword_add .btn-area button.btn-prev {color: #5B5B5B; border: 0; background-color: #EAEAEA;}
    .keyword_add .btn-area button.btn_blue {margin-left: 7px;}

    /* 고객센터 */
    #container > .customer__ { background-image: none; height: 194px; padding: 0; } 
    #container > .customer__.detail {display: none; } 
    .customer__ .section-inner { padding-top: 50px; } 
    .customer__ .section-inner .textBox { text-align: center; } 
    .customer__ .section-inner .textBox h1 { font-size: 24px; margin-bottom: 4px; } 
    .customer__ .section-inner .textBox h5 { font-size: 14px; } 
    .customer__ .section-inner .imgBox { position: relative; margin-right: 0; margin-bottom: -16px; margin-top: 26px; } 
    .customer__ .section-inner .imgBox img:first-child { height: 47px; margin: 0 auto; margin-bottom: 7px; } 
    .customer__ .section-inner .imgBox img:last-child { height: 140px; } 
    .customer__section .wrap__ { flex-flow: column; } 
    .customer__section .wrap__ + .wrap__ { margin-top: 0; } 
    .customer__section .sub__ { flex-flow: column; height: auto } 
    .customer__section .wrap__ > article { width: 100%; min-width: 100%; padding: 24px 20px; border-radius: 0; box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); -webkit-box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); min-height: inherit; } 
    .customer__section .wrap__ > article + article { margin-left: 0; margin-top: 12px; } 
    .customer__section .title { margin-bottom: 0px; } 
    .customer__section.notice_list .title {display: none;}
    .customer__section .title h1 { font-size: 18px; line-height: 1.3em; padding-bottom: 10px; } 
    .customer__section .title button {right: 20px; top: 14px; padding-right: 18px; font-size: 16px; background-size: 8px;}
    .customer__section.notice .title {display: none;}
    .customer__section.notice .notice_view {margin-top: -195px;}
    .customer__section.notice .notice_view .title{display: block; margin-top: 10px; padding-bottom: 20px; font-size: 20px;}
    .customer__section.notice .notice_view .title span {margin-top: 4px; font-size: 14px;}
    .customer__section.notice .notice_view .content {padding: 20px 0; font-size: 14px;}
    .customer__section.notice .notice_view .content img {max-width: 100%;  height: auto;}
    .customer__section .sub__ .content + .title { margin-top: 12px; } 
    .customer__section .sub__ .content { min-height: 173px; padding-bottom: 6px; align-items: flex-start; padding-top: 20px; } 
    .customer__section .wrap__ .sub__ .sub_tit { display: none; } 
    .customer__section .sub__ .sub_inner + .sub_inner, .customer__section .wrap__ .sub__ .tel + .tel { margin-left: 0; } 
    .customer__section .tel_wrap {flex-direction: column;}
    .customer__section .wrap__ .sub__ .tel { margin: 20px 0; background: url(https://img.lifet.co.kr/icon/mypage_arrow.svg) no-repeat right 5px center; background-size: 9px;} 
    .customer__section .wrap__ .sub__ .tel + .tel {margin-top: 4px;}
    .customer__section .wrap__ .sub__ .tel a {font-size: 14px; background-size: 28px; } 
    .customer__section .wrap__ .sub__ .tel a strong {font-size: 16px;}
    .customer__section .wrap__ .sub__ ul li { font-size: 14px; } 
    .customer__section .wrap__ .sub__ ul li + li {margin-top: 4px;}
    .customer__section .wrap__ .sub__ ul li br { display: block; } 
    .customer__section .wrap__ .sub__ ul li span { display: none; } 
    .customer__section .sub__ .content > div { width: 100%; } 
    .customer__section .wrap__ .sub__ .sub_tit + p { display: none; } 
    .customer__section .wrap__ .sub__ ul { margin-bottom: 20px; } 
    .customer__section .wrap__:last-child .qa_list li .head::after { top: 4px; background-size: 8px; } 
    .customer__section .wrap__ .notice {margin-top: 13px;}
    .customer__section.notice_list .paging {margin-bottom: 26px;}
    .customer__section .wrap__ .notice li {padding: 12px 0 16px;}
    .customer__section .wrap__ .notice li a {display: block;  font-size: 16px; font-weight: 500;}
    .customer__section .wrap__ .notice li span {position: static; display: block; margin-top: 2px; font-size: 14px;}
    .btn_chating { width: 100%; margin-left: 0; margin-bottom: 12px; margin-top: 0; padding: 10px 0; line-height: 130%; } 
    .btn_chating + .btn_chating { width: 100%; margin-top: 8px; margin-left: 0; padding: 10px 0; line-height: 130%; } 
    .customer__section .wrap__:last-child { margin-top: 0; } 
    .customer__section .sub__ .content h5 { font-size: 14px; } 
    .customer__section .sub__ .content button { font-size: 14px; font-weight: 600; height: 36px; padding: 0 26px; box-shadow: none; -webkit-box-shadow: none; border-width: 1px; } 
    .faq_list { flex-wrap: wrap; justify-content: center; margin: 20px -20px 11px; } 
    .faq_list li { margin-bottom: 8px; margin-right: 10px; } 
    .faq_list li a { padding: 6px 9px 6px 32px; font-size: 16px; } 
    .faq_list li + li { margin-left: 0; } 
    .result_title { font-size: 18px; } 
    .customer__section .sub__ .content:last-child { min-height: 150px; } 
    .customer__section .qa_list { padding: 0; } 
    .customer__section .qa_list li { padding: 9px 0; min-height: auto; } 
    .customer__section .wrap__:last-child .qa_list li { padding: 10px 0; } 
    .customer__section .qa_list li + li { margin-top: 0; border-top: 0; } 
    .customer__section .qa_list li .head { align-items: flex-start; background-size: 7px; padding-right: 26px; word-break: keep-all; font-size: 16px; } 
    .FAQ__section .qa_list li .drops, .customer__section .wrap__ .qa_list li .drops { width: calc(100% - 20px); margin-left: 20px; margin-top: 10px; padding: 12px 14px; font-size: 14px; border-radius: 10px; } 
    .qa_list li .head span { margin-right: 6px; font-size: 16px; line-height: 1.5rem; margin-top: -2px; } 
    .qa_list li .head > div { font-size: 16px; line-height: 1.5em; } 
    .customer__section.search .search_title {margin: 24px 20px 6px; font-size: 20px;}
    .customer__section.search .wrap__:first-child > article.no_search {height: calc(100svh - 327px); font-size: 18px;}
    .customer__section .wrap__:first-child { position: relative; } 
    #container > .customer__section.search {padding-bottom: 0;}
    #container > .customer__section + hr {height: 12px; margin: 0; border: 0; background-color: #F4F4F4;}
    .customer__section .wrap__:first-child > article {padding: 14px 20px 24px; box-shadow: none; } 
    .customer__section + .customer__section .wrap__:first-child > article {padding-top: 24px; border-top: 12px solid #F4F4F4; box-shadow: none; }
    .customer__section .wrap__:nth-child(2) > article:first-child { padding: 24px 20px;  border-top: 12px solid #F4F4F4; box-shadow: none;} 
    .customer__section .category__ { flex-wrap: wrap; margin: 0 auto; padding: 0; } 
    .customer__section .category__ li { width: calc(100% / 3 - 5px); } 
    .customer__section .category__ li:nth-child(1),
    .customer__section .category__ li:nth-child(2),
    .customer__section .category__ li:nth-child(3) { margin-bottom: 10px; } 
    .customer__section .category__ .imgBox { display: none; } 
    .customer__section .category__ .imgBox img { max-width: 100%; } 
    .customer__section .category__ p { padding: 10px 16px; color: #333; font-size: 14px; margin-bottom: 0px; border-radius: 6px; border: 1px solid #DCDCDC; background: #FFF; } 
    .customer__section .category__ li:nth-child(1) .imgBox img { width: 48px; } 
    .customer__section .category__ li:nth-child(2) .imgBox img { width: 48px; } 
    .customer__section .category__ li:nth-child(3) .imgBox img { width: 48px; } 
    .customer__section .category__ li:nth-child(4) .imgBox img { width: 48px; } 
    .customer__section .category__ li:nth-child(5) .imgBox img { width: 48px; } 
    .customer__section .category__ li:nth-child(6) .imgBox img { width: 48px; } 
    #container > .customer__section, #container > .FAQ__section { padding: 45px 20px; padding-bottom: 120px; } 
    #container > .customer__section { margin-top: 0; padding: 0; } 
    #container > .customer__section.notice_list {margin-top: 0;}
    #container > .customer__section.notice_list .wrap__ {margin: 0;}
    .customer__ .search__box { height: 45px; margin: 16px 20px 0; padding: 7px 25px; } 
    .customer__ .search__box input[type="text"] { height: 31px; } 
    .customer__ .search__box input[type="text"]::placeholder { font-size: 16px; } 
    .customer__ .search__box button { right: 15px; width: 30px; background-size: 28px; } 
    .customer__ .search__box .clear { width: 22px; top: 12px; right: 50px; } 
    .FAQ__section .wrap__ { flex-flow: column; } 
    .FAQ__section .wrap__ > aside, 
    .FAQ__section .wrap__ > article { width: 100%; border-radius: 12px; box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); -webkit-box-shadow: 0px 0px 36px 5px rgba(174, 174, 174, 0.16); } 
    .FAQ__section .wrap__ > aside { margin-bottom: 20px; padding: 20px 13px; } 
    .FAQ__section .wrap__ > aside .title { display: none; } 
    .FAQ__section .wrap__ > aside ul { display: flex; justify-content: space-between; align-items: center; flex-flow: wrap; } 
    .FAQ__section .wrap__ > aside ul li { position: relative; display: flex; justify-content: center; align-items: center; width: 33%; text-align: center; height: 33px; font-size: 16px; margin-bottom: 4px; } 
    .FAQ__section .wrap__ > aside ul li:nth-child(4),
    .FAQ__section .wrap__ > aside ul li:nth-child(5),
    .FAQ__section .wrap__ > aside ul li:nth-child(6) { margin-bottom: 0; } 
    .FAQ__section .wrap__ > aside ul li + li { margin-top: 0; } 
    .FAQ__section .wrap__ > aside ul li + li:before { content: ""; position: absolute; left: 0; top: 6px; width: 1px; height: 20px; background-color: #343434; opacity: 0.4; } 
    .FAQ__section .wrap__ > aside ul li:nth-child(3n+1):before { display: none; } 
    .FAQ__section .wrap__ > article { padding: 24px 16px; padding-left: 14px; } 
    .FAQ__section .qa_list { padding: 0; } 
    .FAQ__section .qa_list li br { display: block; } 
    .FAQ__section .qa_list li .head { align-items: flex-start; background-size: 18px; padding-right: 20px; } 
    .FAQ__section .qa_list li .head > div { font-size: 16px; line-height: 1.3em; } 
    .FAQ__section .qa_list li + li { margin-top: 20px; } 
    .FAQ__section .qa_list li .drops { margin-left: 22px; margin-top: 16px; padding: 16px 22px; border-radius: 10px; font-size: 14px; line-height: 1.5em; } 
    .customer__.FAQ__ { height: 304px; } 

    /* 상담 상세 */
    .board_wrap .mobile__head, .vet_comment .mobile__head {border-bottom: 1px solid #D8D8D8;}
    .board_wrap {width: 100%; margin-right: 0; padding-top: 0;}
    .board_view {margin: 0; padding: 20px; box-shadow: none;}
    .board_view .subject .share {z-index: 100000; position: fixed; right: 12px; top: 11px;}
    .board_view .subject {padding-bottom: 17px;}
    .board_view .subject > p {margin-top: 8px;}
    .board_content .profile__wrap {width: 240px; margin: 30px 0; padding-right: 0;}
    .board_img img {width: 100%; height: auto; margin: 0 0 8px;}
    .board_answer {margin-top: 0; padding: 20px 20px 0; border-top: 12px solid #F4F4F4; border-radius: 0; box-shadow: none;}
    .board_answer .tit {font-size: 18px;}
    .board_answer .name_tag {margin: 12px 0 15px;}
    .vet_comment {z-index: 180000; overflow-y: auto; position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding-bottom: 82px; padding-top: 48px; background-color: #fff;}
    .vet_comment .tit {z-index: 100000; position: fixed; width: 100%; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; line-height: 130%;}
    .vet_comment .board_answer {display: block; position: relative; margin-top: 0; padding-left: 70px; border: 0; border-radius: 0;}
    .vet_comment .board_answer .name_tag {margin: 0 0 5px; font-size: 14px; font-weight: 600;}
    .vet_comment .board_answer .name_tag img {position: absolute; top: 20px; left: 20px;}
    .vet_comment .board_answer .name_tag span {margin-left: 4px; color: #808080; font-size: 13px; font-weight: 400; line-height: 140%;}
    .vet_comment .board_answer .answer_area {padding-bottom: 8px; border: 0;}
    .vet_comment .board_answer .like_bookmark {margin-top: 0; font-size: 13px;}
    .vet_comment .board_answer .like_bookmark button {width: 16px; height: 16px; background-size: 16px;}
    .vet_comment .board_answer .tool__police {display: none; position: absolute; right: 20px; top: 20px; width: 20px; height: 20px; background-size: 20px;}
    .vet_comment .caution-area li {margin: 0;}
    .vet_comment .comment_area {margin: 20px 20px 0 40px; padding-right: 15px; padding-top: 0;}
    .vet_comment .board_answer + .comment_area.sub_comment::before {content: ''; width: calc(100% + 20px); position: absolute; top: -20px; left: -20px; height: 1px; background-color: #EFEFEF;}
    .vet_comment > .comment_write, .comment_write.vet {display: block; z-index: 199999; position: fixed; left: 0; bottom: 0; width: 100%; margin: 0; padding: 0; border-radius: 0; border-width: 1px  0 0; border-top: 1px solid #EDEDED; background-color: #fff;}
    .vet_comment .comment_area .name {position: static; width: 90%; margin-bottom: 4px;}
    .vet_comment > .comment_write .textarea_wrap, .comment_write.vet .textarea_wrap, .comment_write .textarea_wrap {overflow: hidden; width: calc(100% - 56px); margin-bottom: 8px; margin-left: 12px; padding: 11px 0 8px; border-radius: 20px; background-color: #F5F5F5;}
    .vet_comment .textarea_wrap textarea, .comment_write.vet textarea {width: calc(100% - 65px); max-height: 92px; margin: 0 0 0 52px; padding: 0; height: 20px; font-size: 15px; line-height: 130%; background-color: transparent;}
    .vet_comment .textarea_wrap textarea::placeholder, .comment_write.vet textarea::placeholder {font-size: 15px;}
    .comment_write textarea::-webkit-scrollbar { width: 10px; background-color: transparent; } 
    .comment_write textarea::-webkit-scrollbar-thumb { background-color: transparent; border:0; border-radius: 15px; cursor: pointer; opacity: 0; } 
    .comment_write textarea::-webkit-scrollbar-track { background-color: transparent; opacity: 0; } 
    .vet_comment .mobile__head .back {z-index: 100001;}
    .comment_write .photo .byte {display: none;}
    .comment_write .photo {display: block; margin: 0; padding-left: 12px;}
    .comment_write .photo label {display: inline-block; position: absolute; bottom: 17px; left: 26px;}
    .comment_write .photo .zoom ~ label {display: inline-block; position: absolute; bottom: 18px; left: 56px;}
    .comment_write .photo .zoom {display: inline-block; position: absolute; bottom: 18px; left: 56px;}
    .comment_write #Preview li, .comment_write #Preview li img, .comment_write #Preview li div {width: 50px; height: 50px;}
    .comment_write #Preview li div {border-radius: 4px;}
    .comment_write .photo #Preview {margin-bottom: 12px; margin-top: -12px; padding: 10px 0 0;}
    .comment_write .photo #Preview li {margin-top: 20px;}
    .comment_write .photo #Preview li .delBtn {background-image: url(https://img.lifet.co.kr/icon/close_b.svg); background-size: 18px;}
    .comment_write .btn_send {display: block; right: 15px; bottom: 19px;}
    .comment_write > img {display: none;}
    .modify #Preview {margin: 0 0 20px 20px;}
    .modify #Preview + p {margin-left: 20px; color: #808080; font-size: 14px; line-height: 130%;}

    .write_area {z-index: 10; display: flex; flex-direction: column-reverse; position: fixed; bottom: 0; left: 0; width: 100%; border-width: 1px 0 0; border-radius: 0; border-top: 1px solid #E7E7E7;}
    .comment_write textarea {height: 20px; padding: 0 20px 0 52px; font-size: 15px; line-height: 130%; background-color: transparent;}
    .chat-container .write_area.wide textarea {height: 20px;}
    .modify .comment_write {z-index: 18000; overflow-y: auto; position: fixed; left: 0; top: 0; width: 100%; height: 100svh; margin: 0; padding-top: 48px; border: 0; background-color: #fff;}
    .modify .comment_write .tit_modify {display: flex; align-items: center; justify-content: center; position: absolute; top: 0; width: 100%; height: 48px; font-size: 18px; font-weight: 600; line-height: 130%; border-bottom: 1px solid #D8D8D8;}

    .comment_area .comment_write textarea {/*height: 63px;*/ min-height: auto; padding: 12px 22px 0 0;}
    .comment_area.modify .comment_write textarea {height: 82%; padding: 20px;}
    .comment_btn {position: static;}
    .modify .comment_write .cancel {position: fixed; left: 0; top: 0; width: 50px; height: 50px; text-indent: -9999px; background-repeat: no-repeat; background-position: center; background-size: 22px; background-image: url(https://img.lifet.co.kr/icon/back_btn.png);}
    .modify .comment_write .cancel::before {display: none;}
    .comment_btn button.btn_blue {position: fixed; right: 0; top: 13px; padding: 0 20px; color: inherit; font-size: 18px; font-weight: 500; line-height: 130%; background-color: transparent;}

    .comment_lateing {margin-top: 0; padding: 16px 20px; border-top: 12px solid #F4F4F4; box-shadow: none; border-radius: 0;}
    .board_answer .like_bookmark {padding-bottom: 20px;}
    .vet_comment .comment_area .like_bookmark {padding-bottom: 0;}
    .board_related {width: 100%; margin-top: 0; border-top: 12px solid #F4F4F4; border-radius: 0; box-shadow: none;}

    .answer_area .open_graph {width: 268px; padding: 10px;}
    .answer_area .open_graph > span {width: 90px; height: 90px;}
    .answer_area .open_graph strong span:nth-child(2) {margin-bottom: 12px; font-size: 14px;}

    .comment_write.vet .zoom {left: 26px; bottom: 15px;}
    .comment_write.vet .photo {padding-left: 40px;}
    .comment_write.vet .textarea_wrap {padding-left: 80px;}
    .comment_write.vet .photo label {margin-left: 3px;}

    .comment_write.vet .open_graph {padding: 18px 18px 0;}

    .profile__wrap {width: 188px; height: 74px; padding: 10px 12px;} 
    .profile__wrap ul { flex-flow: nowrap; } 
    .profile__wrap ul li { flex-shrink: 0; padding: 11px 0 0 13px; width: 261px; height: 109px; border-radius: 12px; box-shadow: 0px 0px 10px rgba(207, 210, 226, 0.38); -webkit-box-shadow: 0px 0px 10px rgba(207, 210, 226, 0.38); margin-bottom: 0; } 
    .apply__field .profile__wrap ul li + li { margin-left: 8px; } 
    .apply__field .profile__wrap ul:after { flex-shrink: 0; content: ""; display: block; width: 20px; height: 108px; } 
    .apply__field .profile__wrap ul li:nth-child(3n+1) { margin-left: 10px; } 
    .apply__field .profile__wrap ul li:nth-child(1) { margin-left: 0; } 
    .apply__field .profile__wrap ul li:hover,
    .apply__field .profile__wrap ul li.active { padding: 11px 0 0 13px; border: 3px solid #92BEFF; } 
    .profile__wrap .profile_img { width: 50px; height: 50px; margin-right: 10px; margin-top: 2px; } 
    .profile__wrap .name__, .board_content .profile__wrap .name__ { font-size: 14px; margin-bottom: 2px; margin-top: 0; line-height: 1.2; } 
    .profile__wrap .profile_img img { width: 50px; height: 50px; } 
    .profile__wrap .tag__list span { font-size: 12px;} 
    #container.chat-container, #container.community-details {z-index: 10002; position: relative; padding-top: 0; background-color: #fff;}

    .modal-dialog .modal-content { overflow: auto; align-items: flex-start; background-color: #fff; } 
    .modal-dialog .content-area {justify-content: center;  width: 100%; height: auto; padding-top: 48px;}
    .modal-dialog .m_bottom_sheet .content-area {max-width: none;  padding: 20px 0 0; border-radius: 20px 20px 0 0;}
    .modal-dialog #htmlModal .content-area {max-width: none; padding: 48px 0 0;}
    .modal-dialog.alarm_pop #htmlModal .content-area {padding: 0;}
    .review_photo .content-area { display: flex; justify-content: center; max-width: none; width: 100%; height: 100svh; padding-bottom: 0; border-radius: 0; } 
    .modal-dialog .modal-content.review_photo { align-items: flex-start; background-color: #fff; } 
    .modal-dialog .head { z-index: 10; position: fixed; align-items: flex-start; padding-left: 20px; font-size: 16px; background: #fff; } 
    .modal-dialog .bottom_sheet .head {position: static; display: block; height: auto;}
    .modal-dialog #commonModal, .modal-dialog #applyCancelModal { overflow: visible; align-items: center; background-color: transparent; } 
    .modal-dialog .modal-content.m_bottom_sheet {align-items: flex-end; background-color: transparent;}
    .modal-dialog .modal-content.m_bottom_sheet .head {position: static; height: 46px; border: 0;}
    .modal-dialog .modal-content.m_bottom_sheet .head div:first-child {position: static; height: auto; padding: 0; border: 0;}
    .modal-dialog #htmlModal.m_bottom_sheet .content-area {max-width: none; padding: 20px 0 0; border-radius: 20px 20px 0 0;}
    .modal-dialog #modal-share, #modal-filter, #modal-sign { overflow: inherit; align-items: center; background-color: transparent;}
    .contentWrap .title {margin-top: 25px;}
    .contentWrap .title + p {line-height: 130%;}
    .contentWrap .title + p span {color: #68A5FE; font-weight: 600;}
    .contentWrap .title:first-child {margin-top: 0;}
    .contentWrap .title span {margin-left: 6px; color: #999; font-weight: 500; font-size: 14px;}
    .contentWrap .title span.blue {margin-left: 0;}
    .text_area { width: 100%; height: 180px; margin-bottom: 24px; } 
    .text_area .byte {right: 14px; bottom: 14px; font-size: 12px;}
    .contentWrap .btn_blue {height: 48px; font-size: 16px;}
    .contentWrap select { width: 100%; height: 48px; padding: 14px 16px; font-weight: 500; font-size: 16px; line-height: 130%; border-radius: 8px; } 
    .contentWrap .text_area ~ .text_area {height: 110px;}
    .contentWrap .text_area .byte, .contentWrap .text_input .byte { font-size: 12px; }     
    .contentWrap .photo + p { margin-top: 10px; margin-left: 24px; color: #808080; font-size: 13px; text-indent: -24px; } 

    .check_btns {overflow-x: auto; justify-content: space-between; height: auto; margin: 0 -20px; padding: 0 12px 0;}
    .check_btns, .landing_new .scroll, #container.channel-cointainer .scroll {-ms-overflow-style: none; /* IE and Edge */scrollbar-width: none; /* Firefox */}
    .check_btns::-webkit-scrollbar, .landing_new .scroll::-webkit-scrollbar, .channel-cointainer .scroll::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
    .check_btns > div {flex: 0 0 64px; width: 64px; white-space: nowrap;}
    .check_btns > div a { font-size: 13px; } 
    .check_btns div + div {margin-left: 6px;} 
    .check_btns a span { width: 44px; height: 44px; margin-bottom: 4px; } 
    .check_btns a span img { width: 32px; } 

    .landing_slick .slick-dots, .survey_slick .slick-counter { bottom: 10px; right: 10px; width: auto; padding: 2px 6px; font-size: 12px; } 
    #container .landing_more { top: 4px; right: 20px; /*padding-right: 16px;*/ font-size: 15px; text-indent: -9999px; background-size: 18px; } 

    .consult__wrapper .consult__tool { overflow-y: hidden; overflow-x: scroll; flex-wrap: nowrap; margin: 0 -20px; padding-left: 20px; padding-bottom: 14px; padding-right: 20px; } 
    .consult__wrapper .consult__tool::-webkit-scrollbar {display: none; opacity: 0; padding: 0; background-color: transparent;}
    .consult__wrapper .consult__tool::-webkit-scrollbar-thumb {display: none; opacity: 0; padding: 0; background-color: transparent;}
    .consult__wrapper .consult__tool::-webkit-scrollbar-track {display: none; opacity: 0; padding: 0; background-color: transparent;}
    .consult__wrapper .consult__tool .tool__filter { min-width: 76px; height: 36px; margin-right: 6px; padding-left: 36px; background-position: 10px center; } 

    .modal-dialog .tag_pop .head {height: 48px;}
    .modal-dialog .tag_pop .content-area .head div:first-child {height: 48px; padding-top: 12px; font-size: 16px;}
    .modal-dialog .tag_pop .content-area {padding: 48px 0 0; max-width: none;}
    .modal-dialog .tag_pop .content-area .mobileCloser {top: 3px;}
    .tag_pop .contents {min-height: auto; height: calc(100svh - 48px); width: 100%; padding: 20px 20px 0;}
    .tag_pop .tit {margin-top: 20px;}
    .tag_pop .my_tag {margin-right: -20px;}
    .tag_pop .my_topic::after {content: ''; display: inline-block; width: 20px; height: 36px; margin-left: 20px; border: 1px solid #fff; background-color: #fff;}
    .tag_pop .search__box {width: 100%;}
    .tag_pop table {border-top: 1px solid #D2D2D2; border-bottom: 0;}
    .tag_pop .indiana-scroll-container {overflow-y: hidden; height: 32px;}
    .tag_pop table thead th:first-child, .tag_pop table tbody td:first-child {width: 35%;}
    .tag_category {margin: 0 -20px; padding-bottom: 0; border-width: 0 0 1px;}
    .tag_pop .scroll {overflow-y: auto; max-height: calc(100svh - 291px);}
    .tag_pop .my_tag ~ .tag_category table .scroll {max-height: calc(100svh - 387px);}
    .tag_pop .tag_category table ul, .tag_pop .my_tag ~ .tag_category table ul {overflow-y: visible; max-height: none; padding-bottom: 59px;}
    .tag_pop .tag_category > .scroll {height: calc(100svh - 249px); max-height: none; border-bottom: 1px solid #D2D2D2;}
    .tag_pop .my_tag ~ .tag_category > .scroll {height: calc(100svh - 336px);}
    .tag_category .search_result {height: auto;}
    .tag_pop .btn-area {position: fixed; left: 0; bottom: 0; width: 100%; padding: 10px 20px 20px;}
    .tag_pop .btn-area button {width: calc(100% / 2 - 10px); height: 48px; font-size: 16px;}
    .tag_pop .btn-area button.reset {display: flex; align-items: center; justify-content: center; padding-left: 0; background: none;}
    .tag_pop .btn-area button.reset::before {content: ''; display: inline-block; width: 20px; height: 20px; background: url(https://img.lifet.co.kr/icon/reload_black.png) no-repeat center; background-size: 20px;}
    .tag_category .tag_select {overflow-x: auto; position: absolute; bottom: 0; display: flex; width: 100%; margin: 0; white-space: nowrap; border-width: 1px 0 0; border-top: 1px solid #D2D2D2;}

    .jelly_box {padding-bottom: 30px; padding-top: 10px;}
    .jelly_box .jelly_info {margin: 20px -20px 0; padding: 14px 20px;}
    .jelly_box, .jelly_box .btn_blue {width: 100%;}
    .jelly_box .jelly_info2 .inner {width: auto; margin: 0 10px;}
    .jelly_box .jelly_info2 .inner:nth-child(2) {margin: 8px 10px 12px;}
    .jelly_box .jelly_info2 .bullet {width: auto; margin-left: 30px;}
    .jelly_box.counsel h1 {margin-top: -2px;}

    .product_list li, .wish_wrap .product_list li { width: calc(100% / 2 - 5px); margin-right: 9px; margin-bottom: 0; } 
    .product_list li .img {width: auto !important; height: auto !important; min-height: auto;}
    .product_list li .img img {max-width: calc(100% + 10px) !important; width: 100% !important; max-height: none !important;}
    .product_list li a {display: block; margin-bottom: 30px;}

    .checkBtn input + label { font-size: 14px; padding: 6px 12px; transition: all 0.1s; -webkit-transition: all 0.1s; border: 1px solid #fff; }
    .checkBtn:hover input + label { border-color: transparent; } 
    .checkBtn input:checked + label { border-color: #68A5FE; } 

    .animal_select .field input, .animal_select .field .number, .info_area .select2-container--default .select2-selection--single { height: 40px; border-radius: 4px; } 
    .animal_select .field input::placeholder {font-size: 16px;}
    .animal_select .field > label { font-size: 16px; } 
    .animal_select .field .number input { height: 40px; color: #343434; font-size: 16px; opacity:1; -webkit-text-fill-color: inherit; background-color: #fff; } 
    .animal_select .field .number em { font-size: 16px; }     
    .animal_select .field .birth input { width: calc(100% / 3 - 7px); margin-right: 6px; vertical-align: top; } 
    .animal_select .field .number span.minus, .animal_select .field .number span.plus { background-size: 18px; } 
    
    .sign_wrap .field .verify__ .btn { width: 63px; height: 32px; margin: 4px; font-size: 12px; font-weight: 600; }
    .sign_wrap .field input + .confirmMsg {/* min-height: 36px;*/ font-size: 12px; } 
    .sign_wrap .title h1 { font-size: 22px; } 
    .sign_wrap .title .alert { font-size: 14px; } 
    .signup__form .field input + .confirmMsg, .signup__form .field .birth + .confirmMsg, .sign_wrap .field .area__wrap + .confirmMsg {display: none;} 
    .signup__form .field.active input + .confirmMsg { display: flex; } 

    .help_pop { top: 30px; width: 320px; } 
    .help_pop .tit { font-size: 16px; } 
    .help_pop p { font-size: 14px; } 
    .help_pop button { width: 20px; height: 20px; background-size: 20px; } 

    .info_area .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 16px; line-height: 40px; } 
    .select2-container--open .select2-dropdown--below.marginTop2 {margin-top: -40px;}
    .select2-container--open .select2-dropdown--below.marginTop2 input {height: 40px;}

    .caution-area li { font-size: 12px; line-height: 1.5em; background-size: 13px; padding-left: 19px; word-break: keep-all; background-position: left top 0.2em; } 
    .caution-area li br { display: none; } 
    .caution-area li + li { box-shadow: none; padding: 0px; padding-left: 19px; margin-top: 8px; }
    
    .text_input { margin-bottom: 12px; } 
    .modal-dialog .contentWrap .text_input input, .text_input input { height: 44px; padding-left: 18px;}

    #modal-terms.modal-content { align-items: flex-start; } 
    #modal-terms .content-area { overflow-y: auto; max-width: none; max-height: none; border-radius: 0; height: 100%; } 
    #modal-terms2 .content-area { width: 320px; height: 453px; border-radius: 10px; } 
    #modal-terms .head { position: fixed; top: 0; width: 100%; height: 60px; padding-left: 20px; font-size: 16px; background-color: #fff; } 
    #modal-terms2 .head { height: 54px; padding-left: 24px; font-size: 14px; font-weight: 700; } 
    #modal-terms .content-area .closer, #modal-terms2 .content-area .closer { background-size: 20px; top: 0; } 
    #modal-terms .tab_area { z-index: 11; position: fixed; top: 60px; width: 100%; justify-content: space-between; padding: 0 20px; } 
    #modal-terms2 .tab_area { margin: 12px auto; font-size: 14px; } 
    #modal-terms .tab_area li { width: auto; padding: 10px 4px; font-weight: 500; } 
    #modal-terms .tab_area li + li { margin-left: 0; padding-left: 4px; } 
    #modal-terms .text_area > div.active { height: auto; padding: 130px 0 0; } 
    #modal-terms .text_area { height: auto; padding: 0 20px 20px; } 
    #modal-terms2 .text_area { padding: 20px; padding-top: 0; } 
    #modal-terms .text_area > div, #modal-terms2 .text_area > div { height: auto; font-size: 14px; padding: 10px; line-height: 1.5em; } 
    #modal-terms .content-area.simply { width: 320px; } 
    #modal-terms .simply .text_area { padding: 20px; } 
    #modal-terms .simply .terms { padding: 10px; } 
    #modal-terms .simply .terms li { font-size: 14px; padding-left: 20px; } 
    #modal-terms .simply .terms li + li { margin-top: 10px; } 
    #modal-terms .simply .terms li:before { width: 20px; font-size: 20px; } 
    #modal-term .content-area { width: 320px; height: 453px; border-radius: 10px; } 
    #modal-term .head { height: 54px; padding-left: 24px; font-size: 14px; font-weight: 700; } 
    #modal-term .content-area .closer { background-size: 18px; } 
    #modal-term .tab_area { margin: 12px auto; font-size: 14px; } 
    #modal-term .tab_area li:nth-child(1),
    #modal-term .tab_area li:nth-child(2) { padding-right: 12px; } 
    #modal-term .tab_area li + li { padding-left: 12px; } 
    #modal-term .text_area { padding: 20px; padding-top: 0; } 
    #modal-term .text_area > div { height: 334px; font-size: 14px; padding: 10px; line-height: 1.5em; } 
    #modal-terms.councel_terms .text_area > div { height: auto; margin-top: 0; padding: 60px 0 0; background: transparent; } 
    .councel_terms .text_area p { margin-top: 8px; font-size: 14px; } 
    .councel_terms .text_area .tit { margin-top: 20px; font-size: 15px; } 
    .councel_terms .text_area > div .tit:first-child { margin-top: 24px; } 
    #modal-term .content-area.simply { width: 320px; } 
    #modal-term .simply .text_area { padding: 20px; } 
    #modal-term .simply .terms { padding: 10px; } 
    #modal-term .simply .terms li { font-size: 14px; padding-left: 20px; } 
    #modal-term .simply .terms li + li { margin-top: 10px; } 
    #modal-term .simply .terms li:before { width: 20px; font-size: 20px; } 
    #opinionPop .btn_blue {width: 100%; height: 48px; font-size: 16px;}

    [class*="grad_swiper"] .swiper-slide { width: 100%; height: 435px !important; text-align: center; } 
    [class*="grad_swiper"] .swiper-slide img { width: 268px !important; height: 435px!important; border-radius: 10px; } 

    .consult__tab ul { min-height: 71px; } 
    .consult__tab2 { margin-bottom: 20px; } 
    .consult__tab2 ul { margin-top: 30px; } 
    .mypage_cont .consult__tab2 ul { margin-top: 0; } 
    .consult__tab2 ul li { flex: 1 1 31%; height: auto; } 
    .consult__tab2 a { height: 34px; font-size: 16px; } 
    .consult__tab ul li + li { margin-left: 10px; } 
    .consult__tab a { height: 40px; border-radius: 5px; font-size: 14px; font-weight: 600; } 
    .consult__tab a span { width: 17px; line-height: 17px; margin-left: 4px; font-size: 10px; }
    
    .profile_default {width: 160px; margin-top: 43px; margin-bottom: 39px;}
    .profile_default + a { margin: 16px auto; font-size: 14px; } 
    .profile_default label { right: 2px; bottom: 2px; width: 44px; height: 44px; background-size: 30px; } 
    .profile-img .profile_default label { bottom: 0; width: 38px; height: 38px; background-size: 26px; } 
    .upload_img { width: auto; height: 351px; margin: 30px 10px 0; padding-top: 44px; background-position: right 21px top 17px; background-size: 69px; } 
    .default_img, .default_img img, .profile_default .upload_pic, .profile_default .upload_pic img { width: 160px; height: 160px; } 
    .upload_img .default_img, .profile-img .default_img, .profile-img .default_img img { width: 140px; height: 140px; } 
    .upload_img .default_img img { width: 140px; height: 140px; border-width: 3px; } 
    .profile_info strong { margin: 20px 0 14px; font-size: 20px; } 
    .profile_info > span { font-size: 16px; } 

    .bollom:before {left: 85px;}
    .bollom:after {left: 85px;}

    .selectBox__ .list__ li { padding: 5px 16px; } 

    #pop_info { top: 30px; left: auto !important; width: 95%; height: auto; padding: 20px; } 
    #pop_info h6 { font-size: 18px; } 
    #pop_info dl dt { font-size: 16px; } 
    #pop_info dl dd { padding-left: 38px; font-size: 16px; } 
    #pop_info.gradPop dl dd p { font-size: 14px; word-break: break-all; line-height: 130%; } 

    .details_examine .dim_ img { width: 82px; } 
    .details_examine .dim_ div { height: 46px; margin-top: 8px; font-size: 20px; }

    .lifet-chart .canvas__ .value__ .bar__ { font-size: 18px; } 
    .lifet-chart .canvas__ .value__ .bar__ > div { width: 38px; } 

    #circleChart .circle-chart { width: 70px; height: 70px; margin-bottom: 6px; } 
    #circleChart .circle-chart .img img { max-width: 42px; max-height: 42px; } 
    #circleChart .circle-chart_lable span { font-size: 14px; } 

    .photo_certification + button.btn_blue {bottom: 0; height: 50px; font-size: 16px; border-radius: 60px;} 
    .photo_certification li button {padding-left: 0; padding-right: 32px; white-space: nowrap;} 
    .photo_certification li button::before {right: 12px;}

    .modal-dialog .modal-content.topicSearch_pop {align-items: flex-end; background-color: transparent;}
    .modal-dialog #htmlModal.topicSearch_pop .content-area, .modal-dialog .topicSearch_pop .content-area {position: relative; max-width: none; padding: 60px 0 0; border-radius: 20px 20px 0 0;}
    .modal-dialog .topicSearch_pop .content-area .head {position: absolute; border: 0;} 
    .topicSearch_pop .search_area {width: calc(100% - 40px);}
    .topicSearch_pop .contentWrap {width: 100%; padding-top: 6px;}
    .topicSearch_pop .contentWrap .scroll {overflow-y: auto; height: calc(100dvh - 250px); margin-right: -10px; margin-top: 42px;}
    .topicSearch_pop .contentWrap .scroll > ul {overflow: hidden; max-height: none; margin-top: 14px; margin-right: 0;}
    .topicSearch_pop .contentWrap .scroll .depth1 img {margin-right: 4px;}
    .counsel .consult__list > ul li + li {margin-top: 20px; padding-top: 20px; border-top: 1px solid #E9E9E9;}
    .consult__list .detail__ .subject h1 {display: block; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 0px; max-width: 89vw; }
    .consult__list .detail__ .desc {font-size: 14px;  margin-bottom: 8px; -webkit-line-clamp: 2;}
    .consult__list .detail__ .view__ { font-size: 13px !important; line-height: 22px; } 
    .consult__list .detail__ .view__ span { padding-right: 6px; } 

    .popular_consult {overflow-x: auto; margin: 0 -20px; padding-left: 20px;}
    .popular_consult::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
    .popular_consult .swiper-wrapper {width: 515px; margin-left: -20px; padding-left: 20px; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */}
    .popular_consult .swiper-slide { width: 155px; height: 127px; margin-right: 10px; padding: 16px; border-radius: 8px; background-color: #fff;} 
    .popular_consult .swiper-slide + .swiper-slide { margin-left :0; } 
    .popular_consult .swiper-slide img { width: 20px; } 
    .popular_consult .swiper-slide .part_top {font-size: 10px; } 
    .popular_consult .swiper-slide p {display: none;}
    .popular_consult .swiper-slide .tit {height: 42px; margin: 4px 0 6px; font-size: 16px; display: -webkit-box; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} 
    .popular_consult .swiper-pagination { margin-top: 16px; } 
    .popular_consult .swiper-slide .date { margin-top: 10px; font-size: 12px; } 
    .popular_consult .swiper-slide .date > span:first-child {display: none;}
    .popular_consult .swiper-slide .date > span:last-child {display: none;}
    .popular_consult .swiper-slide .date > span span { margin-left: 4px; } 

    .cart_again label {font-size: 15px;}

    #htmlModal.profile_pop .content-area { width: 100%; max-width: 100%; max-height: 520px; padding: 0 0 20px; border-radius: 25px 25px 0px 0px; transition: .8s all ease; } 
    .modal-dialog .modal-content.profile_pop { align-items: flex-end !important; background-color: transparent; } 
    .modal-dialog .profile_pop .head {position: static; height: 58px; padding: 0; border: 0;}
    .modal-content.profile_pop .head p { display: none; font-size: 15px; } 
    .modal-dialog .profile_pop .content-area .head div:first-child { padding-left: 20px; padding-top: 16px; font-size: 20px; text-align: left; border: 0; } 
    .modal-content.profile_pop .choice_area { max-height: 328px; height: auto; margin-right: 0; margin-top: 0; margin-bottom: 16px; padding: 0 20px; } 
    .modal-content.profile_pop .choice_area ul { width: 100%; margin-bottom: 0; margin-top: -6px;} 
    .modal-dialog .profile_pop .btn { min-width: calc(100% - 48px); height: 44px;  margin-top: 0; padding-top: 12px; line-height: 130%; } 

    #modal-filter.modal-content.bottom_sheet { display: flex !important; align-items: flex-end; } 
    #modal-filter.bottom_sheet .content-area { bottom: -100%; max-width: 100%; border-radius: 20px 20px 0 0; transition: all 0.8s ease-in-out; } 
    #modal-filter.bottom_sheet.ani .content-area { bottom: 0; } 
    #modal-filter .content-area { max-height: 90svh; max-width: 320px; } 
    #modal-filter .content-area > .closer { background-size: 22px; } 
    #modal-filter .head { display: block; height: auto; padding: 20px 20px 0; font-size: 20px; font-weight: 600; border: 0; } 
    .doctor_center ~ .modal-dialog #modal-filter .head  {display: none;}
    #modal-filter .content .filter__option { padding: 30px 20px 0; overflow-y: scroll; } 
    #modal-filter .content .filter__option .alert { font-size: 16px; margin-bottom: 10px; } 
    #modal-filter .option__list { font-size: 14px; line-height: 1.5em; } 
    #modal-filter .option__list h1 { font-size: 16px; } 
    #modal-filter .option__list ul { padding-bottom: 20px; } 
    #modal-filter .option__list li { margin-bottom: 6px; } 
    #modal-filter .option__list .checkbox label { padding: 0 14px; font-size: 13px; height: 32px; } 
    #modal-filter .content .btn-area { padding: 10px 20px; padding-bottom: 15px; padding-left: 32px; border-width: 1px; } 
    #modal-filter .content .btn-area .btn { width: 116px; height: 37px; font-size: 15px; font-weight: 600; } 
    #modal-filter .content .btn-area .resetBtn { font-size: 14px; } 

    .section_signout .form__ { padding: 45px 36px; padding-bottom: 80px; min-height: calc(100svh - 50px); height: auto; } 
    .section_signout .form__ textarea { width: calc(100% - 18px); margin-left: 18px; border-radius: 4px; margin-bottom: 20px; font-size: 12px; padding: 8px 10px; } 
    .section_signout .form__ h1 { font-size: 18px; margin-bottom: 6px; } 
    .section_signout .form__ .field h5 { font-size: 14px; margin-bottom: 6px; } 
    .section_signout .form__ ul { margin-top: 14px; } 
    .section_signout .form__ ul li { margin-top: 12px; } 
    .section_signout .form__ .checkbox { font-size: 15px; } 
    .section_signout .form__ .checkbox input + label:before { margin-right: 6px; } 
    .section_signout .form__ .btn_area .btn { width: 50%; height: 38px; border-width: 1px; font-size: 14px; } 
    .section_signout .form__ .btn_area .btn-prev { flex-grow: inherit; width: 50%; } 
    .section_signout .form__ .btn_area .btn + .btn { margin-left: 8px; } 
    .section_signout .form__ .alert { font-size: 14px; width: 230px; word-break: keep-all; } 
    .section_signout .form__ .field { margin-top: 36px; } 

    
}

/* error */
.error__ { height: 100vh; display: flex; justify-content: center; align-items: center; } 
.error__ > div { flex: 1 1 50%; } 
.error__ .imgBox { display: flex; justify-content: flex-end; align-items: center; margin-right: 60px; } 
.error__ .imgBox img { /*display: none; */}
.error__ .imgBox img.active { display: block; } 
.error__ .code { font-size: 90px; font-weight: 700; line-height: 1.1em; margin-bottom: 6px; color: #4D4D4D; } 
.error__ .log { font-size: 28px; font-weight: 600; line-height: 1.2em; margin-bottom: 16px; } 
.error__ .alert { font-size: 18px; line-height: 1.5em; color: #737373; min-height: 4.8em; } 
.error__ .under { font-size: 36px; font-weight: 600; line-height: 1.3em; margin-bottom: 35px; } 
.error__ .Btn { display: flex; justify-content: center; align-items: center; width: 244px; height: 55px; border: 2px solid #68A5FE; color: #68A5FE; font-size: 18px; font-weight: 700; border-radius: 40px; cursor: pointer; } 
.error__ .Btn:hover { background-color: #68A5FE; color: #fff; }

@media(max-width: 767px) {
 .error__ { flex-flow: column; } 
 .error__ > div { width: 100%; justify-content: center; align-items: center; } 
 .error__ .imgBox { min-height: 320px; justify-content: center; align-items: flex-end; margin-right: 0; margin-bottom: 24px; } 
 .error__ .imgBox img { width: 174px; }  
 .error__ .textBox { text-align: center; } 
 .error__ .code { font-size: 50px; line-height: 1.2em; margin-bottom: 6px; display: none; } 
 .error__ .log { font-size: 18px; font-weight: 600; line-height: 1.2em; margin-bottom: 8px; } 
 .error__ .alert { font-size: 12px; font-weight: 400; line-height: 1.3em; } 
 .error__ .Btn { margin: 0 auto; width: 170px; height: 40px; border-width: 1px; font-size: 14px; } 
 .error__ .under { font-size: 22px; line-height: 1.3em; margin-bottom: 26px; margin-top: 30px; }

}
.error__ .imgBox img.active { display: block; } 
.error__ .code { font-size: 90px; font-weight: 700; line-height: 1.1em; margin-bottom: 6px; color: #4D4D4D; } 
.error__ .log { font-size: 28px; font-weight: 600; line-height: 1.2em; margin-bottom: 16px; } 
.error__ .alert { font-size: 18px; line-height: 1.5em; color: #737373; min-height: 4.8em; } 
.error__ .under { font-size: 36px; font-weight: 600; line-height: 1.3em; margin-bottom: 35px; } 
.error__ .Btn { display: flex; justify-content: center; align-items: center; width: 244px; height: 55px; border: 2px solid #68A5FE; color: #68A5FE; font-size: 18px; font-weight: 700; border-radius: 40px; cursor: pointer; } 
.error__ .Btn:hover { background-color: #68A5FE; color: #fff; }
    
@media(max-width: 767px) {
    .error__ { flex-flow: column; } 
    .error__ > div { width: 100%; justify-content: center; align-items: center; } 
    .error__ .imgBox { min-height: 320px; justify-content: center; align-items: flex-end; margin-right: 0; margin-bottom: 24px; } 
    .error__ .imgBox img { width: 174px; }  
    .error__ .textBox { text-align: center; } 
    .error__ .code { font-size: 50px; line-height: 1.2em; margin-bottom: 6px; display: none; } 
    .error__ .log { font-size: 18px; font-weight: 600; line-height: 1.2em; margin-bottom: 8px; } 
    .error__ .alert { font-size: 12px; font-weight: 400; line-height: 1.3em; } 
    .error__ .Btn { margin: 0 auto; width: 170px; height: 40px; border-width: 1px; font-size: 14px; } 
    .error__ .under { font-size: 22px; line-height: 1.3em; margin-bottom: 26px; margin-top: 30px; }
    
}

