@charset "UTF-8";
@import url(index.css);

/* ********************************************************* */
/*     S : 220114 이후로 작업 style.css 파일 수정 없음!!       */
/* ********************************************************* */

@import url(common.css);

/* ********************************************************* */
/*     E :  220114 이후로 작업 style.css 파일 수정 없음!!      */
/* ********************************************************* */



/************************************************************************
 * 파일명 :style.css
 * 설명 :레이아웃_공통
 * 작성자 :plus-X JMR
 * 작성일 :2019.03.01
 * 최종수정일 :2019.03.01
************************************************************************/
/*
1. CSS 기법 및 문법
- 모든 속성은 영문 소문자로만 작성
- css-sprite 기법 권장
- CSS 작성 순서:content / display / overflow / visibility / position / z-index / float(clear) / width / height / margin / padding / border / background / color / font / text-align(vertical-align) / etc

2. ID/Class 네이밍 규칙
- 직관적이고 누구나 알아볼 수 있으며 간단하게 작성하는 것이 좋습니다.
- 소문자만 사용하며 단어 구분은 "_"로 표현
- 형태_성격(항목 또는 메뉴명)_스타일 순으로 네이밍 합니다. (예. list_product)
- 단어와 숫자를 조합하는 경우 언더스코어(_) 는 생략 (예. list_chart1)
- 레이아웃을 구성하는 내용만 id(wrapper,header,container,nav,content,footer 등) 값으로 지정하였으며 그 외는 class로 지정

3. Image 네이밍 규칙
- 이미지 이름은 ‘형태_의미_상태’ 순서로 조합합니다.
- 이미지명은 영문 소문자,숫자,언더스코어(_)로 작성한다. (예. btn_next.png)
- 이름은 영문 대문자,숫자로 시작 할 수 없다. (예. bull_square.gif / bull_square2.png)
- 이미지 네이밍은 확장자에 관계없이 순차적으로 적용 한다. (예. btn_confirm2.jpg / btn_confirm3.png)
 */
/* z-index *********************************************************************** */
/*
#header{z-index:100}
#container{z-index:0}
#bottom{z-index:100}
.dim50{z-index:300}
#pop_wrap{z-index:400}
*/
/* COMMON LAYOUT *********************************************************************** */
#wrap {
  overflow: hidden;
  position: relative; }

#header {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 56px;
  background: #FFF;
  border-bottom: 1px solid #C1C1C1; }

/* 190502 수정 */
#header h1 {
  overflow: hidden;
  color: #202020;
  padding: 0 66px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

#header .btn_top_back {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  background: #FFF;
  vertical-align: top; }

#header .btn_top_back span {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(./../../img/common/sp_ico.svg) 0 0 no-repeat;
  background-size: 500px auto;
  vertical-align: top;
  text-indent: -9999px; }

#header .btn_top_after {
  display: block;
  position: absolute;
  right: 25px;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 400; 
  line-height: 20px;
  color: #797979;
}

#header .btn_top_cancel {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 56px;
  background: #FFF;
  vertical-align: top; }

#header .btn_top_cancel span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
  text-align: center; }

#header .btn_top_save {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 56px;
  background: #FFF;
  vertical-align: top; }

#header .btn_top_save span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #D0D0D0;
  text-align: center; }

#header .btn_top_save.on span {
  color: #202020; }

#header .btn_top_close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../../img/common/btn_close.png) 0 0 no-repeat;
  background-size: 40px 40px;
  text-indent: -9999px; }

#header.comp-new {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 56px;
  background: transparent;
  border-bottom: 0; }

/* 190502 수정 */
#header .btn_top_close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../../img/common/btn_close.png) 0 0 no-repeat;
  background-size: 40px 40px;
  text-indent: -9999px; }

/*#header .btn_top_filter{position:absolute;top:7px;right:10px;width:40px;height:40px;background:url(../../img/common/btn_filter.png) 0 0 no-repeat;background-size:40px 40px;text-indent:-9999px}*/
/*190523 삭제*/
#header .logo {
  display: block !important;
  float: left;
  width: 136px;
  height: 18px;
  margin: 29px 0 0 40px;
  padding: 0;
  background: url(../../img/common/logo_sign_up.png) 0 0 no-repeat;
  background-size: 136px 18px;
  line-height: normal;
  text-indent: -9999px; }

/* 190703 수정 */
#header .btn_skip {
  overflow: hidden;
  float: right;
  height: 31px;
  margin: 20px 15px 0 0;
  padding: 0 15px;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 31px; }

#header .btn_skip2 {
  overflow: hidden;
  float: right;
  height: 30px;
  margin: 13px 15px 0 0;
  padding: 0 12px;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  color: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 28px; }

/* 190430 수정 */
/* 스크롤 됐을 때 디자인 나오면 속성 변경 */
.noheader #header {
  display: none; }

.noheader #container .contents {
  padding: 40px 0 60px; }

/* 190425 수정 */
.noline #header {
  border-bottom: 0; }

.noline #header.fxd .blind {
  visibility: visible;
  overflow: hidden;
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font-size: 1.125rem;
  line-height: 60px; }

.noline #header.fxd {
  border-bottom: 0px solid #ECEEF0; }

.noline #container .contents {
  padding-top: 80px; }
.noline.notab #container .contents {
  padding-top: 60px; }
#container {
  z-index: 0; }

#container .contents {
  overflow: hidden;
  position: relative;
  padding: 56px 0 60px; }

/* 190425 수정 */
#bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%; }

#bottom .button_bx {
  overflow: hidden;
  padding: 40px 22px 22px;
  background: rgba(255, 255, 253, 0.5);
  background: linear-gradient(-180deg, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%); }
#bottom .button_bx.gray {
  overflow: hidden;
  padding: 40px 22px 22px;
  background: rgba(249, 249, 249, 1);
  background: linear-gradient(-180deg, rgba(249, 249, 249, 0) 0%,  rgba(249, 249, 249, 0.81) 21%, #f9f9f9 30%);
  background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%,  rgba(249, 249, 249, 0.81) 21%, #f9f9f9 30%); }
#bottom .button_bx.none {
  overflow: hidden;
  padding: 0px 22px 22px;
  background: rgba(249, 249, 249, 1);
}
#bottom .button_bx.info {
  overflow: hidden;
  padding: 0px 22px 22px;
  background: rgba(255, 255, 253,0);
  color: #202020;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
} 
#bottom .button_bx.info .info{
  opacity: .7;
}
/* 190412 수정 */
#bottom .button_bx .inner {
  overflow: hidden;
  border-radius: 6px; 
  margin-top:30px;
  opacity: 1;
}

#bottom .button_bx button {
  overflow: hidden;
  float: left;
  width: 50%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

#bottom .button_bx button.disabled {
  background: #D0D0D0;
  color: #FFF; }
#bottom .button_bx button.disabled-red {
  background: #F2B8c7;
  color: #FFF; }  

/* 디자인 나오면 속성 변경 */
#bottom .button_bx button.abled {
  /*background:#D31145;color:#FFF*/ }

/*190328 삭제*/
#bottom .button_bx button.abled.accept {
  background: #D31145;
  color: #FFF; }

#bottom .button_bx button.abled.cancel {
  background: #F0F0F0;
  color: #202020; }

#bottom .button_bx .btn100 {
  display: block;
  float: none;
  width: 100%; }

.pop_enroll .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* 190417 수정 */
.pop_enroll .loader .msg {
  margin-top: 35px;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.500rem;
  text-align: center; }

.pop_enroll .error {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

/* 190417 추가  201025 수정 */
.pop_enroll .error .msg_tit {
  margin-top: 10px;
  color: #202020;
  font-size: 1.5rem;
  font-weight: 400; 
  line-height: 2.2rem;
}

/* 190408 추가  201025 수정 */
.pop_enroll .error .msg_txt {
  margin: 5px 0 15px;
  color: #202020;
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.6rem; }

/* 201025 추가 */
.pop_enroll .error .center_btn {
  margin : 0px auto;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 6px; 
  background: #D31145;
  width: 98px;
  color: #FFF; 
}

.pop_enroll .error button {
  overflow: hidden;
  width: 98px;
  height: 42px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 42px; 
  color: #FFF; }

/* 190408 추가 */
.aia_logo {
  position: fixed;
  left: 0;
  top: 50%;
  overflow: hidden;
  width: 100%;
  margin-top: -50px;
  text-align: center; }

/* 190409 추가 */
.bt_txt {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
  color: #727272;
  font-weight: 500; }

/* 190409 추가 */
/* 200616 추가 */
.install_container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 78px 22px 28px 22px;
  box-sizing: border-box;
  background-color: #F5F5F5; }

.install_container .install_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box; }

.install_container .install_check {
  width: 87px;
  height: 87px;
  margin-bottom: 26px; }

.install_container .install_check img {
  width: 100%;
  height: 100%; }

.install_container .install_txt {
  width: 273px;
  height: 20px;
  margin-bottom: 42px; }

.install_container .install_txt img {
  width: 100%; }

.install_container .install_icon_list {
  display: flex;
  flex-direction: column;
  width: 100%; }

.install_container .install_icon_list li {
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px; }

.install_container .install_icon_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px; }

.install_container .install_icon_list li:last-child {
  margin-bottom: 94px; }

.install_container .install_icon_list li:nth-child(1) {
  padding-right: 8px; }

.install_container .install_icon_list li:nth-child(3) {
  padding-right: 3px; }

.install_container .install_icon_list .install_icon_img {
  width: 24px;
  height: 24px; }

.install_container .install_icon_list li:nth-child(1) a .install_icon_img {
  margin-right: 14px; }

.install_container .install_icon_list li:nth-child(2) a .install_icon_img {
  margin-right: 11px; }

.install_container .install_icon_list li:nth-child(3) a .install_icon_img {
  margin-right: 14px; }

.install_container .install_icon_list .install_icon_txt_01 {
  width: 77px;
  height: 12px; }

.install_container .install_icon_list .install_icon_txt_02 {
  width: 84px;
  height: 12px; }

.install_container .install_icon_list .install_icon_txt_03 {
  width: 79px;
  height: 12px; }

.install_container .install_icon_list .install_margin {
  margin-right: 11px; }

.install_container .install_icon_list img {
  width: 100%;
  height: 100%; }

.install_container .install_icon_list span {
  display: block; }

.install_container .install_logo {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 136px;
  height: 18px; }

.install_container .install_logo img {
  width: 100%;
  height: 100%; }

/* COMMON STYLE ************************************************************************/
.dimm {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

a:link { color: #202020; }      
a:visited { color: #202020; }	
a:hover { color: #202020; }	
a:active { color: #202020; }  

button { color: #202020; }  
button:link { color: #202020; }      
button:visited { color: #202020; }	
button:hover { color: #202020; }	
button:active { color: #202020; }   

button.active {
  opacity: 0.5;
  color: #202020;}

/* 디자인 나오면 속성 변경 */
a.active {
  opacity: 0.5; color: #202020;}

input[type=text],input[disabled]{
	color: #202020;
	font-size: 15px;
    font-weight: 400;
}
/* 디자인 나오면 속성 변경 */
input.on + label {
  display: none; }

/* input 입력시.속성 변경*/
.survey input.on + label {
  display: block; }

/* input 입력시.속성 변경*/
/* COMMON btn_close*/
.btn_close {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: url(../../img/common/sp_ico.svg) 0 -110px no-repeat;
  background-size: 500px auto;
  vertical-align: top;
  text-indent: -9999px; }

/* pop_wrap */
#pop_wrap {
  z-index: 400; }

#pop_wrap .btn_top_back {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  background: #FFF;
  vertical-align: top; }

/* 190419 추가 */
#pop_wrap .btn_top_back span {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(./../../img/common/sp_ico.svg) 0 0 no-repeat;
  background-size: 500px auto;
  vertical-align: top;
  text-indent: -9999px; }

/* 190419 추가 */
#pop_wrap.up .btn_top_back {
  position: fixed;
  z-index: 10; }

/* 190508 추가 */
/* ly_pop */
.ly_pop1 {
  padding: 60px 20px; }

.ly_pop1.up #pop_header {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #C1C1C1; }

/* 190412 수정 */
.ly_pop1.up #pop_header h1 {
  overflow: hidden;
  padding: 17px 60px 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.ly_pop1 #pop_header h1 {
  overflow: hidden;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.563rem;
  word-break: keep-all; }

.ly_pop1 #pop_container {
  margin-top: 30px; }

/* ly_pop_alert */
.dim50 {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5); }

.ly_pop_alert {
  overflow: hidden;
  position: absolute;
  left: 23px;
  right: 23px;
  top: 50%;
  background: #fff;
  border-radius: 12px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ly_pop_alert #pop_header {
  display: none; }

.ly_pop_alert #pop_container {
  overflow: hidden;
  padding: 36px 30px;
  text-align: center; }

/* 190621 수정 */
.ly_pop_alert #pop_container .contents .ico {
  display: block; }

.ly_pop_alert #pop_container .contents h2.tit {
  overflow: hidden;
  font-size: 0.938rem;
  font-weight: 700;
  color: #353535;
  line-height: 1.563rem; }

.ly_pop_alert #pop_container .contents dl {
  overflow: hidden;
  margin-top: 6px; }

/* 190917 추가 */
.ly_pop_alert #pop_container .contents dl dt {
  overflow: hidden;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: left; }

/* 190917 추가 */
.ly_pop_alert #pop_container .contents dl dd + dt {
  margin-top: 20px; }

/* 190917 추가 */
.ly_pop_alert #pop_container .contents dl dd {
  overflow: hidden;
  margin-top: 8px;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem;
  text-align: left; }

/* 190917 추가 */
.ly_pop_alert #pop_container .contents p {
  overflow: hidden;
  font-size: 0.813rem;
  font-weight: 300;
  color: #202020;
  line-height: 1.313rem; }

.ly_pop_alert #pop_container .contents p.txt {
  margin: 14px 0 3px -5px;
  color: #7F7F7F;
  font-weight: 400;
  line-height: 1.188rem;
  text-align: left; }

/* 190917 추가 */
.ly_pop_alert #pop_container .contents p strong {
  color: #D31145;
  font-weight: 700; }

/* 190502 수정 */
.ly_pop_alert #pop_container .contents .ico + h2.tit {
  margin-top: 18px; }

.ly_pop_alert #pop_container .contents h2.tit + p {
  margin-top: 8px; }

.ly_pop_alert #pop_container .contents h2.tit + p ~ p {
  margin-top: 5px;
  font-size: 0.700rem; }

/* 201113 추가 / 201117 size 수정 */
.ly_pop_alert #pop_container .contents .photo_type {
  position: relative;
  overflow: hidden;
  margin: 29px -36px 0; }

.ly_pop_alert #pop_container .contents .photo_type:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 2px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 78px;
  margin-left: -1px;
  background: #D9D9D9; }

.ly_pop_alert #pop_container .contents .photo_type button {
  overflow: hidden;
  float: left;
  width: 50%;
  height: 83px;
  vertical-align: top; }

.ly_pop_alert #pop_container .contents .photo_type button em {
  overflow: hidden;
  display: block;
  padding-top: 60px;
  font-size: 0.938rem;
  font-weight: 500;
  color: #202020;
  vertical-align: top; }

.ly_pop_alert #pop_container .contents .photo_type .takephoto {
  background: url(../../img/common/ico_takephoto.png) 50% 0 no-repeat;
  background-size: 47px 47px; }

.ly_pop_alert #pop_container .contents .photo_type .addphoto {
  background: url(../../img/common/ico_addphoto.png) 50% 0 no-repeat;
  background-size: 47px 47px; }

/* 191206_2 추가 시작 */
.ly_pop_alert #pop_container_stp {
  overflow: hidden;
  padding: 41px 0; }

.ly_pop_alert #pop_container_stp .contents h2.tit {
  overflow: hidden;
  margin: 0 25px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: left; }

.ly_pop_alert #pop_container_stp .contents h2.tit span {
  color: #D31145; }

.ly_pop_alert #pop_container_stp .contents .lst_stp {
  overflow: hidden;
  margin: 20px 9px 0;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.ly_pop_alert #pop_container_stp .contents .lst_stp li {
  display: inline-block;
  overflow: hidden;
  width: 25%;
  padding-top: 45px;
  border-right: 1px solid rgba(216, 216, 216, 0.4);
  background: url(../../img/mindfulness/img_mind_survey_undone_stamp.png) center top no-repeat;
  background-size: 40px 40px;
  color: #202020;
  font-size: 0.688rem;
  font-weight: 400;
  line-height: 1.063rem;
  vertical-align: top; }

.ly_pop_alert #pop_container_stp .contents .lst_stp li.done {
  background: url(../../img/mindfulness/img_mind_survey_done_stamp.png) center top no-repeat;
  background-size: 40px 40px; }

.ly_pop_alert #pop_container_stp .contents .lst_stp li:last-child {
  border-right: 0; }

.ly_pop_alert #pop_container_stp .contents .img_bx {
  overflow: hidden;
  height: 143px;
  margin-top: 40px;
  background: url(../../img/mindfulness/img_mind_survey_finish_popup.png) center top no-repeat;
  background-size: 175px 143px;
  text-indent: -9999px; }

/* 191209 추가 */
.ly_pop_alert #pop_container_stp .contents .lst_gift {
  overflow: hidden;
  width: 226px;
  margin: 26px auto 0; }

.ly_pop_alert #pop_container_stp .contents .lst_gift li {
  overflow: hidden;
  width: 50%;
  float: left; }

.ly_pop_alert #pop_container_stp .contents .lst_gift li span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  height: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center; }

.ly_pop_alert #pop_container_stp .contents .lst_gift li p {
  margin-top: 6px;
  color: #202020;
  font-size: 0.688rem;
  font-weight: 700;
  line-height: 1.063rem; }

.ly_pop_alert #pop_container_stp .contents .lst_gift li:first-child p {
  padding-left: 21px; }

.ly_pop_alert #pop_container_stp .contents .lst_gift li:last-child p {
  padding-left: 28px; }

.ly_pop_alert #pop_container_stp .contents .txt_gift {
  overflow: hidden;
  margin: 15px 25px 0;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.ly_pop_alert #pop_container_stp .contents .img_bx + .txt_gift {
  margin: 20px 25px 0; }

/* 191209 추가 */
.ly_pop_alert #pop_container_stp .contents .txt_gift + .txt_gift {
  margin: 10px 25px 0; }

/* 191209 추가 */
.ly_pop_alert #pop_container_stp .contents .txt_gift strong {
  font-weight: 700; }

/* 191209 추가 */
.ly_pop_alert #pop_container_stp .contents .txt_gift em {
  color: #D31145;
  font-weight: 700; }

/* 191209 추가 */
.ly_pop_alert #pop_container_stp .contents .txt_gift span {
  color: #D31145; }

/* 191206_2 추가 끝 */
.ly_pop_alert #pop_bottom .button_bx {
  overflow: hidden;
  background: #FFF; }

.ly_pop_alert #pop_bottom .button_bx button {
  overflow: hidden;
  float: left;
  width: 50%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.ly_pop_alert #pop_bottom .button_bx button.disabled {
  background: #F0F0F0;
  color: #202020; }

/* 디자인 나오면 속성 변경 */
.ly_pop_alert #pop_bottom .button_bx button.abled {
  /*background:#D31145;color:#FFF*/ }

/*190328 삭제*/
.ly_pop_alert #pop_bottom .button_bx button.abled.cancel {
  background: #F0F0F0;
  color: #202020; }

.ly_pop_alert #pop_bottom .button_bx button.abled.accept {
  background: #D31145;
  color: #FFF; }

.ly_pop_alert #pop_bottom .button_bx button.abled.keeping {
  background: #C1C1C1;
  color: #FFF; }

/* 200810 추가 */
.ly_pop_alert #pop_bottom .button_bx button.abled.on {
  background: #D31145;
  color: #FFF; }

/* 클릭시 색 변경 */
/* 200810 추가 */
.ly_pop_alert #pop_bottom .button_bx button.abled.dimmed {
  background: #D0D0D0;
  color: #FFF; }

.ly_pop_alert #pop_bottom .button_bx .btn100 {
  display: block;
  float: none;
  width: 100%; }

/* 191001 추가 */
.ly_pop_alert_sc {
  overflow: hidden;
  position: absolute;
  left: 23px;
  right: 23px;
  top: 50%;
  background: #fff;
  border-radius: 12px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #D9D9D9; }

.ly_pop_alert_sc #pop_header {
  display: none; }

.ly_pop_alert_sc #pop_container {
  overflow: hidden;
  position: relative;
  padding: 20px 0 98px 35px;
  text-align: left;
  background: url(../../img/common/img_alarm3.png) right bottom no-repeat;
  background-size: 120px 103px; }

.ly_pop_alert_sc #pop_container .popnotice {
  display: block; }

.ly_pop_alert_sc #pop_container .popnotice .cont1 {
  overflow: hidden; }

.ly_pop_alert_sc #pop_container .popnotice .cont1 h2 {
  overflow: hidden;
  padding-bottom: 2px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 700;
  font-size: 1.125rem;
  color: #202020; }

.ly_pop_alert_sc #pop_container .popnotice .cont1 h2 strong {
  display: block;
  color: #D31145;
  font-weight: 700; }

.ly_pop_alert_sc #pop_container .popnotice .cont1 p {
  overflow: hidden;
  margin-top: 10px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 300;
  font-size: 0.938rem;
  color: #202020;
  line-height: 1.375rem; }

.ly_pop_alert_sc #pop_container .popnotice .cont2 {
  position: relative;
  margin-top: 46px;
  padding: 0 0 22px 0; }

.ly_pop_alert_sc #pop_container .popnotice .cont2 em {
  overflow: hidden;
  font-family: 'NotoSans',NotoSans;
  font-weight: 500;
  font-size: 0.938rem;
  color: #202020;
  line-height: 1.375rem;
  text-decoration: underline; }

.ly_pop_alert_sc #pop_container .popnotice .cont2:after {
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  bottom: -3px;
  width: 99px;
  height: 88px;
  background: url(../../img/common/img_alarm2.png) 0 0 no-repeat;
  background-size: 95px 85px; }

.ly_pop_alert_sc #pop_container .cont3 {
  overflow: hidden;
  margin: 0 -35px;
  padding: 12px 35px 8px 35px;
  background: #f3f3f3;
  border-bottom: 1px solid #D9D9D9;
  color: #D31145;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.375rem; }

.ly_pop_alert_sc #pop_bottom .button_bx {
  overflow: hidden;
  background: #FFF; }

.ly_pop_alert_sc #pop_bottom .button_bx button {
  overflow: hidden;
  float: left;
  width: 50%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.ly_pop_alert_sc #pop_bottom .button_bx button.abled.accept {
  background: #D31145;
  color: #FFF; }

.ly_pop_alert_sc #pop_bottom .button_bx .btn100 {
  display: block;
  float: none;
  width: 100%; }

/* //191001 추가 */
/* //200311 추가 - 팝업안에 스크롤 */
.ly_pop_alert.inner-scroll {
  max-height: calc(100% - 100px); }

.ly_pop_alert.inner-scroll #pop_bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 253, 0.5); }

.ly_pop_alert.inner-scroll #pop_bottom .button_bx {
  overflow: hidden;
  padding: 40px 0px 0px;
  background: rgba(255, 255, 253, 0.5);
  background: linear-gradient(-180deg, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%); }

.ly_pop_alert.inner-scroll #pop_bottom .button_bx button.disabled {
  background-color: #d0d0d0;
  color: #fff; }

.ly_pop_alert.inner-scroll #pop_container_stp {
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: calc(100vh - 100px);
  padding: 41px 0 80px; }

.ly_pop_alert.inner-scroll #pop_container_stp .terms_bx {
  overflow: hidden;
  margin: 35px 30px 0; }

/* 190605 수정 */
.ly_pop_alert.inner-scroll #pop_container_stp .terms_bx .all_check {
  overflow: hidden;
  padding-bottom: 13px;
  border-bottom: 1px solid #979797; }

/* 190605 추가 */
.ly_pop_alert.inner-scroll .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  margin-top: 2px;
  background: url(../../img/mindfulness/bg_check1.png) 0px 0px no-repeat;
  background-size: cover; }

/* 190605 추가 */
.ly_pop_alert.inner-scroll .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #979797;
  line-height: 21px;
  vertical-align: top; }

/* 190605 추가 */
.ly_pop_alert.inner-scroll .terms_bx .all_check input[type="checkbox"]:checked {
  background-image: url("../../img/mindfulness/bg_check1_on.png"); }

/* 190605 추가*/
.ly_pop_alert.inner-scroll .terms_bx .all_check input[type="checkbox"]:checked + label {
  color: #202020; }

.ly_pop_alert.inner-scroll .terms_bx ul {
  overflow: hidden;
  margin-bottom: 17px; }

/* 190605 수정 */
.ly_pop_alert.inner-scroll .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

/* 190605 수정 */
.ly_pop_alert.inner-scroll .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/mindfulness/bg_check1.png) 0 0px no-repeat;
  background-size: cover; }

/* 190605 수정 */
.ly_pop_alert.inner-scroll .terms_bx ul li input[type="checkbox"]:checked {
  background-image: url("../../img/mindfulness/bg_check1_on.png"); }

/* 190605 수정 */
.ly_pop_alert.inner-scroll .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  color: #979797;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

/* 190605 수정 */
.ly_pop_alert.inner-scroll .terms_bx ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  overflow: hidden;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190605 수정 */
.ly_pop_alert.inner-scroll .terms_bx ul li input[type="checkbox"]:checked + a {
  color: #202020; }

.ly_pop_alert.inner-scroll .terms_bx .desc {
  overflow: hidden;
  padding: 0 0 0 8px;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem; }

/* 191021_2 추가 시작 */
.dim65 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  background: #FFF;
  z-index: 120; }

.alert_popup {
  overflow: hidden;
  position: relative;
  height: 100vh;
  z-index: 130; }

.alert_popup .swiper-container {
  position: relative;
  overflow: hidden;
  margin-top: calc(50vh - 197px); }

.alert_popup .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.alert_popup .swiper-slide {
  overflow: hidden;
  position: relative;
  width: 312px;
  height: 340px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 8px; }

.alert_popup .swiper-slide a {
  display: block;
  position: relative; }

.alert_popup .swiper-slide a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(151, 151, 151, 0.1);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.alert_popup .swiper-slide a em {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 42px;
  padding: 12px 35px 8px 35px;
  background: #f3f3f3;
  color: #D31145;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.375rem; }

.alert_popup .swiper-button-prev {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -39px;
  z-index: 10;
  cursor: pointer;
  background: url(../../img/event/btn_before3.png) 50% 50% no-repeat;
  background-size: 36px 36px; }

.alert_popup .swiper-button-next {
  position: absolute;
  right: 4px;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -39px;
  z-index: 10;
  cursor: pointer;
  background: url(../../img/event/btn_next3.png) 50% 50% no-repeat;
  background-size: 36px 36px; }

.alert_popup .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.alert_popup .swiper-pagination {
  overflow: hidden;
  padding: 16px 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.alert_popup .swiper-pagination-bullet {
  overflow: hidden;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  cursor: pointer; }

.alert_popup .swiper-pagination-bullet:last-child {
  margin: 0; }

.alert_popup .swiper-pagination-bullet-active {
  opacity: 1;
  background: black; }

.alert_popup .otherlink {
  position: absolute;
  left: 79px;
  bottom: 100px;
  width: 55px;
  height: 22px;
  z-index: 30; }

.alert_popup .alarm_box a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(151, 151, 151, 0.1);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.alert_popup .alarm_box a:after {
  content: '';
  position: absolute;
  bottom: 42px;
  right: 25px;
  display: block;
  overflow: hidden;
  width: 95px;
  height: 85px;
  background: url(../../img/common/img_alarm2.png) 0 0 no-repeat;
  background-size: 95px 85px; }

.alert_popup .alarm_box a h2 {
  position: relative;
  overflow: hidden;
  font-family: 'NotoSans',NotoSans;
  font-weight: 700;
  font-size: 1.125rem;
  color: #202020; }

.alert_popup .alarm_box a h2 strong {
  display: block;
  color: #D31145;
  font-weight: 700; }

.alert_popup .alarm_box a p {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 300;
  font-size: 0.938rem;
  color: #202020;
  line-height: 1.375rem; }

.alert_popup .alarm_box a span {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 46px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 500;
  font-size: 0.938rem;
  color: #202020;
  line-height: 1.375rem;
  text-decoration: underline; }

.alert_popup .alarm_box a em {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 42px;
  padding: 12px 35px 8px 35px;
  background: #f3f3f3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #D31145;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.375rem;
  z-index: 10; }

.alert_popup .alarm_box .image {
  padding: 0; }

/* 191022_1 추가 */
.alert_popup .alarm_box .image:after {
  display: none; }

/* 191022_1 추가 */
.alert_popup .alarm_box .image em {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: -42px; }

/* 191022_1 추가 */
.popup_btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 140;
  overflow: hidden;
  padding: 40px 22px 22px;
  background: rgba(255, 255, 253, 0.5);
  background: linear-gradient(-180deg, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%); }

.popup_btn .inner {
  overflow: hidden;
  border-radius: 6px; }

.popup_btn button {
  overflow: hidden;
  float: left;
  width: 50%;
  height: auto;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 50px; }

.popup_btn .active {
  opacity: 0.5; }

.popup_btn .cancel {
  background: #e4e6ea;
  color: #202020; }

.popup_btn .cancel.active {
  background: #e4e6ea; }

.popup_btn .ok {
  background: #d31145;
  color: #fff; }

.popup_btn .ok.active {
  background: #d31145; }

.popup_btn .btn100 {
  display: block;
  float: none;
  width: 100%; }

.ly_pop_alert2 {
  overflow: hidden;
  position: absolute;
  left: 23px;
  right: 23px;
  top: 50%;
  background: #fff;
  border-radius: 12px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #D9D9D9; }

.ly_pop_alert2 #pop_header {
  display: none; }

.ly_pop_alert2 #pop_container {
  overflow: hidden;
  padding: 20px 0 0 35px;
  text-align: left; }

.ly_pop_alert2 #pop_container .popnotice {
  display: block; }

.ly_pop_alert2 #pop_container .popnotice .cont1 {
  overflow: hidden; }

.ly_pop_alert2 #pop_container .popnotice .cont1 h2 {
  overflow: hidden;
  padding-bottom: 2px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 700;
  font-size: 1.125rem;
  color: #202020; }

.ly_pop_alert2 #pop_container .popnotice .cont1 h2 strong {
  display: block;
  color: #D31145;
  font-weight: 700; }

.ly_pop_alert2 #pop_container .popnotice .cont1 p {
  position: relative;
  margin-top: 10px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 300;
  font-size: 0.938rem;
  color: #202020;
  line-height: 1.375rem; }

/* 191113_2 수정 */
.ly_pop_alert2 #pop_container .popnotice .cont1 p.type2 {
  margin-bottom: 135px; }

/* 191113_2 추가 */
.ly_pop_alert2 #pop_container .popnotice .cont1 p.type2:after {
  content: '';
  position: absolute;
  bottom: -135px;
  right: 1px;
  width: 120px;
  height: 103px;
  background: url(../../img/common/img_alarm3.png) 0 0 no-repeat;
  background-size: 120px 103px; }

/* 191113_2 추가 */
.ly_pop_alert2 #pop_container .popnotice .cont2 {
  position: relative;
  margin-top: 46px;
  padding: 0 0 22px 0; }

.ly_pop_alert2 #pop_container .popnotice .cont2 em {
  overflow: hidden;
  font-family: 'NotoSans',NotoSans;
  font-weight: 500;
  font-size: 0.938rem;
  color: #202020;
  line-height: 1.375rem;
  text-decoration: underline; }

.ly_pop_alert2 #pop_container .popnotice .cont2:after {
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  bottom: -3px;
  width: 99px;
  height: 88px;
  background: url(../../img/common/img_alarm2.png) 0 0 no-repeat;
  background-size: 95px 85px; }

.ly_pop_alert2 #pop_container .cont3 {
  overflow: hidden;
  margin: 0 -35px;
  padding: 12px 35px 8px 35px;
  background: #f3f3f3;
  border-bottom: 1px solid #D9D9D9;
  color: #D31145;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.375rem; }

.ly_pop_alert2 #pop_bottom .button_bx {
  overflow: hidden;
  background: #FFF; }

.ly_pop_alert2 #pop_bottom .button_bx button {
  overflow: hidden;
  float: left;
  width: 50%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.ly_pop_alert2 #pop_bottom .button_bx button.disabled {
  background: #F0F0F0;
  color: #202020; }

/* 디자인 나오면 속성 변경 */
.ly_pop_alert2 #pop_bottom .button_bx button.abled.cancel {
  background: #F0F0F0;
  color: #202020; }

.ly_pop_alert2 #pop_bottom .button_bx button.abled.accept {
  background: #D31145;
  color: #FFF; }

.ly_pop_alert2 #pop_bottom .button_bx .btn100 {
  display: block;
  float: none;
  width: 100%; }

/* //191021_2 추가 끝 */
/* 191022_1 추가 시작 */
.pop_detaillayer .top {
  overflow: hidden;
  padding: 38px 25px 17px; }

.pop_detaillayer .top h2 {
  font-size: 1.750em;
  font-weight: 200;
  color: #000;
  line-height: 1.250em; }

.pop_detaillayer .top p {
  margin: 20px 0 6px 4px;
  font-size: 0.875em;
  font-weight: 400;
  color: #202020;
  line-height: 1.45em; }

.pop_detaillayer .contents {
  overflow: hidden;
  padding: 0 20px 0 29px; }

.pop_detaillayer .contents dl {
  overflow: hidden; }

.pop_detaillayer .contents dl dt {
  margin-bottom: 21px;
  font-size: 1.00em;
  font-weight: 500;
  color: #202020;
  word-break: keep-all; }

.pop_detaillayer .contents dl dd {
  margin-bottom: 24px; }

.pop_detaillayer .contents dl dd p {
  font-size: 0.875em;
  font-weight: 400;
  color: #202020;
  line-height: 1.45em; }

/* 210525 팝업 리뉴얼 시작 */
.ly_pop_new {
  overflow: hidden;
  position: fixed;
  left: 23px;
  right: 23px;
  top: 50%;
  background: #fff;
  border-radius: 12px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ly_pop_new #pop_header {
  display: none; }

.ly_pop_new #pop_container {
  position: relative;
  padding: 32px 0 25px; }

.ly_pop_new .pop_close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 26px;
  height: 26px; }

.ly_pop_new .pop_close img {
  width: 100%; }

.ly_pop_new .pop_content {
  margin: 0 25px;
  text-align: center; }

.ly_pop_new .pop_content.pos_left {
  text-align: left; }

.ly_pop_new .pop_content.pos_right {
  text-align: right; }

.ly_pop_new .pop_content dl {
  color: #202020; }

.ly_pop_new .pop_content dl dt {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

.ly_pop_new .pop_content dl dt.font_17 {
  font-size: 17px;
  line-height: 28px; }

.ly_pop_new .pop_content dl dt.pop-title__line {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECEEF0; }

.ly_pop_new .pop_content dl dt strong.font_18 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500; }

.ly_pop_new .pop_content dl dd {
  margin-top: 8px; }

.ly_pop_new .pop_content dl dd.pop-desc__left {
  text-align: left; }

.ly_pop_new .pop_content .pop_bold_tit dd {
  margin-top: 5px; }

.ly_pop_new .pop_content dl dd .pop_txt_sub {
  color: #919497;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; }

.ly_pop_new .pop_content dl dt.pop_title {
  font-size: 18px;
  line-height: 27px;
  color: #202020; }

.ly_pop_new .pop_content dl dd .pop_txt_sub + .pop_txt_sub {
  margin-top: 15px; }

.ly_pop_new .pop_content dl dd .pop_txt_sub02 {
  font-size: 14px;
  line-height: 20px;
  color: #202020; }

.ly_pop_new .pop_content dl dd .pop-button {
  margin-top: 15px; }

.ly_pop_new .pop_content dl dd .pop-button .pop-button__link {
  position: relative;
  display: block;
  height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 12px; }

.ly_pop_new .pop_content dl dd .pop-button .pop-button__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url("../../img/setting/btn_seemore_right_darkgray.png") center 0 no-repeat;
  background-size: 100%;
  transform: translateY(-50%); }

.ly_pop_new .pop_content dl dd .pop-button .pop-button__link span {
  display: flex;
  align-items: center;
  height: 100%;
  color: #202020;
  font-size: 14px;
  font-weight: 500; }

.ly_pop_new .pop_content dl dd .pop-notice {
  margin: 20px -25px -25px;
  padding: 12px 0;
  background-color: rgba(237, 159, 180, 0.1); }

.ly_pop_new .pop_content dl dd .pop-notice ul {
  padding: 0 25px; }

.ly_pop_new .pop_content dl dd .pop-notice ul li {
  position: relative;
  display: flex;
  padding-left: 8px;
  color: #D31145;
  font-size: 13px; }

.ly_pop_new .pop_content dl dd .pop-notice ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(211, 17, 69, 0.3); }

.ly_pop_new .pop_content dl dd .pop-notice ul li span {
  line-height: 19px; }

.ly_pop_new .pop_content .point {
  color: #D31145; }

.ly_pop_new .pop_content .mb15 {
  margin-bottom: 15px; }

.ly_pop_new .pop_content .img-wrap .pop_img {
  width: 48px;
  margin: 0 auto; }

.ly_pop_new .pop_content .img-wrap .pop_img img {
  width: 100%; }

.ly_pop_new .pop_content .img-wrap .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.ly_pop_new .pop_content .img-wrap .text-wrap .icon {
  width: 16px;
  margin-right: 4px; }

.ly_pop_new .pop_content .img-wrap .text-wrap .icon img {
  width: 100%; }

.ly_pop_new .pop_content .img-wrap .text-wrap p {
  font-size: 14px;
  line-height: 20px;
  color: #202020; }

.ly_pop_new .img-wrap .pop_img_txt {
  margin-top: 20px ;
  padding: 10px 0;
  text-align: center;	
  font-size: 12px;
  line-height: 18px;
  color: #919497; 
  background-color: #F9F9F9;}

.ly_pop_new .pop_button_bx {
  border-top: 1px solid #ECEEF0; }

.ly_pop_new .pop_button_bx.col_2 {
  display: flex; }

.ly_pop_new .pop_button_bx.col_2 button {
  width: 50%; }

.ly_pop_new .pop_button_bx button {
  display: block;
  width: 100%;
  height: 48px;
  color: #202020;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }

.ly_pop_new .pop_button_bx button.btn_confirm {
  color: #D31145; }

.ly_pop_new .pop_button_bx button + button {
  border-left: 1px solid #ECEEF0; }

/* ranking-king 종료 팝업 */
.ly_pop_new .pop_content .ranking-king__pop dt {
  position: relative;
  padding-bottom: 18px; }

.ly_pop_new .pop_content .ranking-king__pop dt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ECEEF0; }

.ly_pop_new .pop_content .ranking-king__pop dt p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500; }

.ly_pop_new .pop_content .ranking-king__pop dt p strong {
  display: block;
  font-weight: 500;
  color: #D80235; }

.ly_pop_new .pop_content .ranking-king__pop dd {
  margin-top: 15px; }

.ly_pop_new .pop_content .ranking-king__pop dd .pop_txt_sub03 {
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left;
  font-size: 13px;
  line-height: 19px;
  color: #202020; }

.ly_pop_new .pop_content .ranking-king__pop .pop_txt_sub03:last-child {
  margin-bottom: 0; }

.ly_pop_new .pop_content .ranking-king__pop dd .pop_txt_sub {
  text-align: left; }

/* 210525 팝업 리뉴얼 끝 */
/* 191022_1 추가 끝 */
.mg_t5 {
  margin-top: 5px !important; }

.mg_t8 {
  margin-top: 8px !important; }

.mg_t10 {
  margin-top: 10px !important; }

.mg_t13 {
  margin-top: 13px !important; }

.mg_t15 {
  margin-top: 15px !important; }

.mg_t16 {
  margin-top: 16px !important; }

.mg_t19 {
  margin-top: 19px !important; }

.mg_t20 {
  margin-top: 20px !important; }

.mg_t21 {
  margin-top: 21px !important; }

.mg_t22 {
  margin-top: 22px !important; }

.mg_t24 {
  margin-top: 24px !important; }

.mg_t28 {
  margin-top: 28px !important; }

.mg_t30 {
  margin-top: 30px !important; }

.mg_t32 {
  margin-top: 32px !important; }

.mg_t34 {
  margin-top: 34px !important; }

.mg_t36 {
  margin-top: 36px !important; }

.mg_t40 {
  margin-top: 40px !important; }

.mg_b40 {
  margin-bottom: 40px !important; }

.mg_t41 {
  margin-top: 41px !important; }

.mg_t50 {
  margin-top: 50px !important; }

.mg_t53 {
  margin-top: 53px !important; }

.mg_t55 {
  margin-top: 55px !important; }

/* 190417 추가 */
.mg_t60 {
  margin-top: 60px !important; }

.mg_t72 {
  margin-top: 72px !important; }

.mg_t76 {
  margin-top: 76px !important; }

.mg_t77 {
  margin-top: 77px !important; }

.mg_t81 {
  margin-top: 81px !important; }

.mg_t100 {
  margin-top: 100px !important; }

.mg_t104 {
  margin-top: 104px !important; }

.mg_t129 {
  margin-top: 129px !important; }

/* 190418 추가 */
.mg_t132 {
  margin-top: 132px !important; }

.mg1 {
  margin: 21px 38px 0 !important; }

.mg2 {
  margin: 11px 38px 0 !important; }

.mg3 {
  margin: 28px 30px 0 !important; }

.mg4 {
  margin: 9px 38px 0 !important; }

.mg5 {
  margin: 30px 38px 0 !important; }

.mg6 {
  margin: 20px 38px 0 !important; }

.mg7 {
  margin: 12px 38px 0 !important; }

.mg8 {
  margin: 20px 30px 0 !important; }

.mg9 {
  margin: 20px 40px 0 !important; }

.mg10 {
  margin: 30px 30px 0 !important; }

.mg11 {
  margin: 5px 38px 0 !important; }

.mg12 {
  margin: 15px 38px 0 !important; }

.dn {
  display: none; }

/*20200305 추가*/
.db {
  display: block; }

/*20200305 추가*/
.di {
  display: inline-block; }

/*20200305 추가*/
.section {
  position: relative;
  overflow: hidden; }

/* 190409 수정 */
/* STYLE ************************************************************************/
/* signup */
/* .signup #header{border:none}190412 삭제 */
/* .signup #header h1{display:none} 190412 삭제 */
/* .signup #header.fxd h1{display:block} 190412 삭제 */
.signup h2.tit {
  overflow: hidden;
  margin: 0 38px;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

/* 190328 수정 */
.signup h2.tit strong {
  color: #D31145; }

.signup h2.tit.type2 {
  padding-top: 13px; }

.signup h2.tit.type3 {
  margin: 15px 38px 0;
  font-size: 1.688rem;
  font-weight: 700;
  line-height: 2.250rem; }

.signup .terms_bx {
  overflow: hidden;
  margin: 27px 30px 0; }

.signup .terms_bx .all_check {
  overflow: hidden;
  padding-bottom: 13px;
  border-bottom: 1px solid #979797; }

.signup .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  background: url(../../img/common/sp_ico.svg) -60px -40px no-repeat;
  background-size: 500px auto; }

.signup .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020;
  line-height: 21px;
  vertical-align: top; }

.signup .terms_bx .all_check input[type="checkbox"]:checked {
  background-position: -92px -40px; }

.signup .terms_bx ul {
  overflow: hidden;
  margin-bottom: 20px; }

.signup .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

.signup .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/common/sp_ico.svg) 0 -40px no-repeat;
  background-size: 500px auto; }

.signup .terms_bx ul li input[type="checkbox"]:checked {
  background-position: -30px -40px; }

.signup .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  /*background:url(../../img/common/sp_ico.svg) 100% 50% no-repeat;background-size:6px 12px;*/
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

/* 190419 수정 */
.signup .terms_bx ul li a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  right: 5px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190419 수정 */
.signup .terms_bx .noti {
  padding: 12px 4px 0 21px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem; }

/* 190503 수정 */
.signup .signup_bx {
  margin: 18px 38px 0;
  padding-top: 22px;
  border-top: 1px solid #D3D3D3; }

.signup .signup_bx .noti {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.500rem; }

.signup .signup_bx .noti + .noti_bx {
  margin-top: 20px; }

.signup .signup_bx .noti_bx p {
  color: #202020;
  font-size: 0.688rem;
  font-weight: 400;
  line-height: 1.188rem; }

.signup .signup_bx .noti_bx p + p {
  margin-top: 10px; }

.signup .signup_bx .noti_bx ol li {
  color: #202020;
  font-size: 0.688rem;
  font-weight: 400;
  line-height: 1.188rem; }

/*20200622 추가*/
.signup .signup_bx .forwarding_bx {
  color: #202020;
  width: 100%;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
  padding: 20px 20px 14px;
  margin-top: 10px; }

.signup .signup_bx .forwarding_bx .tip_bx {
  font-size: 0.5rem;
  line-height: 1.15rem;
  width: 100%;
  border-radius: 10px;
  padding: 10px 12px 8px;
  margin-top: 10px;
  background-color: #F1F1F1; }

.signup .signup_bx .forwarding_bx .forwarding_que {
  font-size: 0.5rem; }

.signup .signup_bx .forwarding_bx .forwarding_tit {
  font-size: 0.813rem;
  font-weight: 700;
  margin-top: 5px; }

.signup .signup_bx .forwarding_bx .forwarding_btn_tit {
  font-size: 0.625rem;
  margin-top: 10px; }

.signup .signup_bx .forwarding_bx .btn-forwarding {
  margin-top: 10px; }

.signup .signup_bx .forwarding_bx .btn-forwarding a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #D31145;
  font-weight: 700;
  font-size: 0.625rem;
  display: inline-block;
  border: solid 1px #D31145;
  border-radius: 20px;
  padding: 8px 16px; }

.signup .btm_bx {
  position: fixed;
  left: 40px;
  bottom: 112px; }

.signup .personal_bx {
  overflow: hidden;
  margin: 26px 30px 0;
  border-top: 1px solid #EFEFEF; }

.signup .personal_bx ul li {
  overflow: hidden;
  padding: 14px 0 11px;
  border-bottom: 1px solid #EFEFEF; }

.signup .personal_bx ul li strong {
  overflow: hidden;
  float: left;
  width: 86px;
  padding-left: 11px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400; }

.signup .personal_bx ul li p {
  overflow: hidden;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

/* 190328 수정 span에서 p로 변경*/
.signup .input_area {
  overflow: hidden;
  margin: 28px 0 0; }

/* .signup .input_area .input_bx:last-child{margin-top:20px} */
.signup .input_area .input_bx:first-child {
  margin-top: 0px; }

.signup .input_area .input_bx {
  margin-top: 20px; }

.signup .input_area .input_bx .subject {
  margin: 0 38px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700; }

.signup .input_area .input_bx .select_bx {
  overflow: hidden;
  position: relative;
  margin: 10px 30px 0; }

.signup .input_area .input_bx .select_bx select {
  width: 100%;
  height: 45px;
  padding: 0 20px 0 19px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  background: #F9F9F9 url(../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px; }

/* 190411 수정 */
.signup .input_area .input_bx .select_bx select.on {
  color: #000; }

.signup .input_area .input_bx .txt_warning {
  margin: 13px 38px 0;
  color: #D31145;
  font-size: 0.875rem;
  font-weight: 700; }

.signup .input_area .input_bx .email_area {
  overflow: hidden;
  position: relative;
  margin: 10px 30px 0; }

/* 190417 수정 */
.signup .input_area .input_bx .email_area input {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 0 35px 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9;
  color: #202020;
  font-weight: 400; }

/* 190430 수정 */
.signup .input_area .input_bx .email_area input::placeholder {
  color: #C0C0C0;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500; }

/* 190430 수정 */
.signup .input_area .input_bx .email_area.recommend input::placeholder {
  font-size: 0.8125rem; }

.signup .input_area .input_bx .email_area .del {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 42px;
  background: url(../../img/common/btn_textcancel_nor.png) 50% 50% no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px; }

.signup .input_area .input_bx .email_area input.on + .del {
  display: block; }

.signup .pw_area {
  overflow: hidden;
  position: relative;
  margin: 27px 30px 0; }

/* 190417 수정 */
.signup .pw_area input {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 0 35px 0 20px;
  background: #F9F9F9;
  border: 1px solid #ABABAB;
  border-radius: 6px; }

/* 190422 수정 */
.signup .pw_area input::placeholder {
  color: #C0C0C0;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500; }

/* 190430 수정 */
.signup .pw_area .del {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 42px;
  background: url(../../img/common/btn_textcancel_nor.png) 50% 50% no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px; }

.signup .pw_area input.on + .del {
  display: block; }

.signup .btn_wrap {
  overflow: hidden;
  margin: 0 38px; }

.signup .btn_wrap .txt_warning {
  float: left;
  margin: 22px 0 20px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem; }

.signup .btn_wrap .btn_info {
  float: right;
  width: 22px;
  height: 22px;
  margin-top: 22px;
  border-radius: 11px;
  background: #D31145 url(../../img/common/btn_info.png) 0 0 no-repeat;
  background-size: 22px 22px;
  text-align: center;
  text-indent: -9999px; }

.signup .guide_bx {
  margin: 9px 38px 0; }

.signup .guide_bx.type3 {
  margin: 27px 38px 0; }

.signup .guide_bx p {
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.signup .con_pw_confirm .txt_warning {
  margin: 22px 0 0 38px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem; }

.signup .con_pw_confirm .check_wrap {
  margin: 20px 0 0 38px; }

.signup .con_pw_confirm .check_wrap .login_chk {
  position: relative; }

.signup .con_pw_confirm .check_wrap .login_chk input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  border-radius: 10px;
  background: #D5D5D5 url(../../img/signup/btn_login.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.signup .con_pw_confirm .check_wrap .login_chk input:checked {
  background: #D31145 url(../../img/signup/btn_login.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.signup .con_pw_confirm .check_wrap .login_chk input + label {
  padding: 2px 0 2px 28px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem; }

.signup .con_pw_input .txt_warning {
  margin: 22px 0 -1px 38px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem; }

.signup .con_pw_input .check_wrap {
  margin: 22px 0 0 38px;
  font-size: 0; }

.signup .con_pw_input .check_wrap .login_chk {
  display: inline-block;
  position: relative; }

.signup .con_pw_input .check_wrap .login_chk input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  border-radius: 10px;
  background: #D5D5D5 url(../../img/signup/btn_login.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.signup .con_pw_input .check_wrap .login_chk input:checked {
  background: #D31145 url(../../img/signup/btn_login.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.signup .con_pw_input .check_wrap .login_chk input::placeholder {
  padding: 2px 0 2px 28px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem; }

.signup .con_pw_input .check_wrap .login_chk label {
  padding-left: 28px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem; }

/* 190409 추가 */
.signup .con_pw_input .check_wrap .pw_reset {
  display: inline-block;
  margin-left: 33px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem; }

.signup .con_pw_input .check_wrap .pw_reset:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 0 0 6px;
  background: url(../../img/common/btn_arrow_small_nor.png) 0 0 no-repeat;
  background-size: 10px 10px;
  vertical-align: top; }

.signup .signup_finish {
  margin: 27px 38px 0; }

.signup .signup_finish .noti_bx p {
  color: #D31145;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.438rem; }

/* 190624 추가 */
.signup.hdpage .hidden_header {
  border: none; }

/* 190823 수정 히든페이지 */
.signup.hdpage #header.fxd {
  height: 56px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.97); }

/*.signup.hdpage #header.fxd .tit{display:none}*/
/* 190823 수정 히든페이지 */
.signup.hdpage .hidden_header .tit {
  /*height:171px;*/
  padding: 68px 30px 28px;
  background: url(../../img/signup/bg_top_bx.png) 0 0 no-repeat;
  background-size: cover;
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.563rem;
  text-align: center; }

/* 191016 수정 */
/*.signup.hdpage2 .hidden_header .tit{text-align:center}*/
/* 191016 삭제 */
.signup .hidden_header .tit span {
  color: #FFEC34;
  border-bottom: 1px solid #FFEC34; }

/* 191016 수정(클래스명) */
.signup .hidden_header .tit strong {
  color: #FFEC34; }

/* 191126 추가 */
.signup.hdpage #header {
  background: none;
  border-bottom: 0; }

/* 190823 추가 히든페이지 */
.signup.hdpage #header .btn_top_close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../../img/common/btn_close_wh.png) 0 0 no-repeat;
  background-size: 40px 40px;
  text-indent: -9999px; }

.signup.hdpage #header.fxd .btn_top_close {
  background: url(../../img/common/btn_close.png) 0 0 no-repeat;
  background-size: 40px 40px; }

/*.signup.hdpage #container .contents{margin-top:171px;padding:0 0 60px!important}*/
/* 190806 삭제 */
.signup.hdpage .advantage {
  overflow: hidden;
  margin-top: 40px; }

/* 191016 수정 */
.signup.hdpage .form_tit {
  overflow: hidden;
  margin: 62px 30px 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #D3D3D3;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.750rem;
  text-align: center; }

/* 191122 수정 */
/*.signup.hdpage2 .form_tit{margin-top:42px;padding:0 0 8px;text-align:center}*/
/* 191016 삭제 */
.signup.hdpage .main_cont {
  overflow: hidden;
  margin-top: 171px; }

/* 190806 추가 */
.signup .benefit {
  overflow: hidden;
  margin: 30px 60px 0; }

.signup .benefit ul {
  overflow: hidden;
  text-align: center; }

.signup .benefit ul li:nth-child(1) {
  float: left;
  width: 85px; }

.signup .benefit ul li:nth-child(2) {
  float: right;
  width: 107px; }

.signup .benefit ul li .img {
  display: block; }

.signup .benefit ul li .txt {
  margin-top: 15px;
  color: #202020;
  font-size: 0.688rem;
  line-height: 1.063rem; }

.signup .benefit ul li .txt strong {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  line-height: 0.938rem; }

.signup .apply {
  overflow: hidden;
  margin: 0 30px 0; }

/* 190801 수정 */
.signup.hdpage .form_tit p {
  margin-top: 10px;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem; }

/* 191016 수정 */
/*.signup.hdpage2 .form_tit p{margin-top:10px;font-size:0.750rem;font-weight:400;line-height:1.125rem}*/
/* 191016 삭제 */
.signup .form_tit em {
  display: block;
  margin-top: 10px;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem; }

/* 191016 수정(클래스명) */
.signup.hdpage .button_bx {
  overflow: hidden;
  padding: 18px 22px 0; }

/* 190701 수정 */
.signup.hdpage .button_bx button {
  overflow: hidden;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #D31145;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.signup .form_personal {
  margin: 42px 30px 0; }

/* 190806 수정 */
.signup .form_personal li {
  overflow: hidden;
  margin-bottom: 24px; }

/* 190701 수정 */
.signup .form_personal li .subject {
  overflow: hidden;
  position: relative;
  float: left;
  width: 92px;
  height: 20px;
  padding-left: 30px;
  color: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.813rem; }

/* 190701 수정 */
/* .signup .form_personal li.gender .subject{line-height:1.875rem} 190701 삭제 */
.signup .form_personal li .subject span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #202020;
  color: #fff;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 19px;
  text-align: center; }

/* 190701 수정 */
/*.signup .form_personal li.gender .subject span{margin:5px 10px 0 0}*/
/*190701 삭제*/
.signup .form_personal li .info_t {
  overflow: hidden; }

/* 190701 추가 */
.signup .form_personal li .info_t input {
  margin-top: -1px;
  color: #C0C0C0;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-text-fill-color: #C0C0C0;
  opacity: 1;
  vertical-align: top; }

/* 190701 수정 */
/*.signup .form_personal li.gender .info_t input{line-height:1.875rem}*/
/* 190701 삭제 */
.signup .form_personal li .info_g {
  overflow: hidden;
  font-size: 0;
  line-height: 0; }

/* 190701 추가 */
.signup .form_personal li .info_g span {
  display: inline-block;
  position: relative;
  width: 80px;
  vertical-align: top; }

.signup .form_personal li .info_g input {
  width: 20px;
  height: 20px;
  background: url(../../img/signup/btn_radio_nor.png) -5px -5px no-repeat;
  background-size: 30px 30px;
  -webkit-text-fill-color: #C0C0C0;
  opacity: 1; }

/* 190701 수정 */
.signup .form_personal li .info_g input[type="radio"]:checked {
  background: url(../../img/signup/btn_radio_sel.png) -5px -5px no-repeat;
  background-size: 30px 30px; }

/* 190701 수정 */
.signup .form_personal li .info_g input[type="radio"] + label {
  position: absolute;
  top: 0px;
  left: 30px;
  color: #C0C0C0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px; }

/* 190701 수정 */
.signup .form_personal li .info_g input.on + label {
  display: inline-block; }

/*.signup.hdpage .sub_cont{overflow:hidden;padding:60px 0 34px}*/
/* 190823 삭제 히든페이지 */
/*.signup.hdpage2 .sub_cont{padding:60px 0}*/
/* 190823 삭제 히든페이지 */
.signup .txt_info {
  margin: 60px 30px 0; }

/* 190823_2 수정 히든페이지 */
.signup.hdpage .s_tit {
  overflow: hidden;
  padding: 0 0 10px 8px;
  border-bottom: 1px solid #D3D3D3;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190806 추가 */
.signup .txt_info .txt {
  margin: 15px 0 0 8px;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem; }

.signup .txt_info .guide {
  margin: 12px 0 0 8px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 1.125rem; }

.signup .attention {
  overflow: hidden;
  margin: 50px 30px 34px; }

/* 190823_2 수정 히든페이지 */
.signup .attention .s_tit {
  overflow: hidden;
  padding: 0 0 9px 8px;
  color: #797979;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.125rem; }

.signup .attention .lst_att {
  overflow: hidden;
  margin: 12px 0 0; }

.signup .attention .lst_att li {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding-left: 19px;
  color: #797979;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 1.250rem; }

.signup .attention .lst_att li:before {
  content: '•';
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 0.750rem; }

/* //190624 추가 */
/* 190731 추가 */
/* 191016 수정(클래스명) 시작 */
.signup .button_show {
  overflow: hidden;
  margin: 60px 22px; }

.signup .button_show a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  padding: 0 77px 0 18px;
  border: 1px solid #D31145;
  border-radius: 6px;
  color: #D31145;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 48px; }

.signup .button_show a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background: url(../../img/signup/btn_show_dw.png) 0 0 no-repeat;
  background-size: 12px 8px; }

.signup .button_show a.on:after {
  background: url(../../img/signup/btn_show_dft.png) 0 0 no-repeat;
  background-size: 12px 8px; }

.signup .con_wrap {
  display: none;
  overflow: hidden;
  margin: -30px 0 60px; }

.signup .info_bx {
  overflow: hidden;
  margin: 2px 30px 0; }

.signup .info_bx dt {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.signup .info_bx dt.type3 {
  float: none; }

/* 191126 추가 */
.signup .info_bx dt span {
  color: #D31145; }

.signup .info_bx dd {
  overflow: hidden;
  margin-bottom: 5px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.signup .info_bx.type2 dd {
  overflow: initial; }

/* 191126 추가 */
.signup .info_bx dd span {
  color: #D31145; }

.signup .tt_bx {
  overflow: hidden;
  margin: 13px 30px;
  padding: 16px 13px 12px 13px;
  border-radius: 6px;
  background: #F0F0F0; }

.signup .tt_bx dt {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 500;
  line-height: 1.188rem; }

.signup .tt_bx dd {
  overflow: hidden;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 500;
  line-height: 1.188rem; }

.signup .con_tit {
  position: relative;
  margin: 30px 30px 0;
  padding-left: 8px;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem; }

/* 191126_2 수정 */
.signup .con_tit.type2 {
  margin: 50px 25px 0; }

/* 191126 추가 */
.signup .con_tit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background: #202020; }

/* 191126_2 수정 */
.signup .desc_bx {
  overflow: hidden;
  margin: 20px 24px 0;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.250rem; }

/* 191126_2 추가 */
.signup .standard {
  margin: -7px 30px 0;
  color: #202020;
  font-size: 0.688rem;
  font-weight: 400;
  text-align: right; }

.signup .info_tt {
  overflow: hidden;
  margin: 10px 25px 0;
  color: #202020;
  font-size: 0.688rem;
  line-height: 1.063rem; }

/* 191126 추가 */
.signup .tb_area {
  overflow: hidden;
  margin: 0 30px; }

.signup .tb_area.type2 {
  margin: 0 15px; }

/* 191126 추가 */
.signup .tb_area.type3 {
  margin: 0 15px; }

/* 191126 추가 */
.signup .tb_area.type4 {
  margin: 0 10px; }

/* 191126_2 추가 */
.signup .tb_area table {
  border-left: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3; }

.signup .tb_area table + table {
  margin-top: -1px; }

/* 191126_2 추가 */
.signup .tb_area .protection {
  margin-top: 17px; }

.signup .tb_area .premium {
  margin-top: 11px; }

.signup .tb_area table th {
  padding: 17px 0 18px;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  background: #F8F8F8;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700; }

.signup .tb_area.type2 table th {
  padding: 17px 5px; }

/* 191126 추가 */
.signup .tb_area table th.gen {
  padding: 8px 0 7px;
  font-weight: 500; }

.signup .tb_area table th.item {
  padding: 15px 0;
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 1.063rem; }

.signup .tb_area table th:last-child {
  border-right: 1px solid #D3D3D3; }

.signup .tb_area table td {
  padding: 22px 22px 18px;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center; }

.signup .tb_area table td.style1 {
  border-bottom: 1px solid #D3D3D3; }

/* 191126_2 추가 */
.signup .tb_area.type2 table td {
  padding: 20px 5px; }

/* 191126 추가 */
.signup .tb_area.type2 table.protection td {
  font-size: 0.688rem; }

/* 191126_2 추가 */
.signup .tb_area table.premium td {
  font-size: 0.688rem;
  padding: 21px 0 19px; }

.signup .tb_area table.premium.type2 td {
  font-size: 0.625rem; }

.signup .tb_area table.type3 td {
  padding: 20px 2px;
  font-size: 0.625rem; }

/* 191126_2 수정(클래스명 수정) */
.signup .tb_area table.premium.type3 td.item {
  font-size: 0.688rem; }

/* 191126 추가 */
.signup .tb_area table.premium td.item {
  line-height: 1.063rem; }

.signup .tb_area table td.cate {
  padding: 20px 0; }

.signup .tb_area table td:last-child {
  border-right: 1px solid #D3D3D3; }

.signup .tb_area table tr:last-of-type td {
  border-bottom: 1px solid #D3D3D3; }

.signup .tt_lst {
  overflow: hidden;
  margin: 32px 30px 0; }

.signup .tt_lst.type2 {
  margin: 19px 30px 0; }

.signup .con_tit.type2 + .tt_lst {
  margin: 19px 24px 0; }

/* 191126 추가 */
.signup .tb_area.type2 + .tt_lst {
  margin: 15px 24px 0; }

/* 191126_2 수정 */
.signup .tb_area.type4 + .tt_lst {
  margin: 15px 24px 0; }

/* 191126_2 추가 */
/* //191016 수정(클래스명) 끝 */
/*.signup.hdpage2 .advantage .tt_lst{margin:31px 30px 0}*/
/* 191016 삭제 */
/* 191016 수정(클래스명) 시작 */
.signup .tt_lst li {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding-left: 9px;
  color: #797979;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 1.188rem; }

.signup .tt_lst li em {
  color: #202020;
  font-weight: 400; }

/* 191126_2 추가 */
.signup .advantage .tt_lst li {
  margin: 3px 0 0; }

.signup .tt_lst.type2 li {
  color: #202020;
  font-weight: 400; }

.signup .tt_lst.type3 li {
  color: #202020;
  font-weight: 400; }

/* 191126 추가 */
.signup .tt_lst li:before {
  content: '*';
  position: absolute;
  top: 3px;
  left: 0;
  color: #797979; }

.signup .tt_lst li.st2:before {
  content: '-';
  position: absolute;
  top: 1px;
  left: 0;
  color: #797979; }

.signup .tt_lst li.str {
  color: #D31145; }

.signup .tt_lst li.str:before {
  color: #D31145; }

.signup .tt_lst li.str span {
  color: #797979; }

/* 191217 추가 */
.signup .tt_lst li span {
  color: #D31145; }

.signup .cautions_tt {
  overflow: hidden;
  margin: 20px 30px 0; }

.signup .cautions_tt.type2 {
  margin: 20px 25px 0; }

/* 191126 추가 */
.signup .cautions_tt li {
  overflow: hidden;
  margin-bottom: 20px; }

.signup .cautions_tt li:last-child {
  margin-bottom: 0; }

.signup .cautions_tt h5 {
  overflow: hidden;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.250rem; }

.signup .cautions_tt p {
  overflow: hidden;
  margin-top: 20px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.250rem; }

/* 200214 히든페이지23번 */
.signup .hidden_content {
  margin-top: 15px; }

.signup .hidden_content .hidden_content_0 {
  margin-bottom: 6.6666%; }

.signup .hidden_content .hidden_content_1 {
  margin-bottom: 3.3333%; }

.signup .hidden_content .hidden_content_2 {
  margin-bottom: 2.2222%; }

.signup .hidden_content .hidden_content_3 {
  margin-bottom: 6.6666%; }

.signup .hidden_footer a img.on {
  display: block; }

.signup .hidden_footer a img.off {
  display: none; }

.signup .hidden_footer a.on img.on {
  display: none; }

.signup .hidden_footer a.on img.off {
  display: block; }

/* 210721 문구 수정 */
.signup p.desc {
  padding: 0 38px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px; }

/* //191016 수정(클래스명) 끝 */
/* //190731 추가 */
/* pop_clauselayer */
.pop_clauselayer p {
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.pop_clauselayer dl {
  overflow: hidden;
  margin-top: 19px; }

.pop_clauselayer dl > dt {
  margin-bottom: 19px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem;
  word-break: keep-all; }

.pop_clauselayer dl > dt span {
  font-weight: 400; }

.pop_clauselayer dl > dd {
  margin-bottom: 19px; }

.pop_clauselayer dl > dd strong {
  font-weight: 700; }

.pop_clauselayer dl > dd:last-child {
  margin-bottom: 0; }

.pop_clauselayer dl > dd > p a {
  color: #202020; }

.pop_clauselayer dl > dd > ul {
  margin-top: 19px; }

.pop_clauselayer dl > dd > ul > li {
  margin-bottom: 19px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.pop_clauselayer dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.pop_clauselayer dl > dd > ul > li strong {
  font-weight: 400; }

.pop_clauselayer dl > dd > ul > li > a {
  color: #202020; }

.pop_clauselayer dl > dd > ul > li > ol {
  margin-top: 19px; }

.pop_clauselayer dl > dd > ul > li > ol > li > a {
  color: #202020; }

.pop_clauselayer .clause_list {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #EFEFEF; }

.pop_clauselayer .clause_list thead th {
  padding: 5px;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  color: #202020;
  font-size: 0.750rem;
  line-height: 1.188rem;
  text-align: center;
  vertical-align: top;
  font-weight: 500; }

.pop_clauselayer .clause_list thead th strong {
  font-weight: 700; }

.pop_clauselayer .clause_list thead th:last-child {
  border-right: none; }

.pop_clauselayer .clause_list td {
  padding: 5px;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  color: #202020;
  font-size: 0.750rem;
  line-height: 1.188rem;
  vertical-align: top; }

.pop_clauselayer .clause_list td strong {
  font-weight: 700; }

.pop_clauselayer .clause_list td:last-child {
  border-right: none; }

.pop_clauselayer .clause_list strong {
  font-weight: 700; }

.pop_clauselayer .lst {
  overflow: hidden;
  margin-bottom: 19px; }

.pop_clauselayer .lst li {
  margin-bottom: 19px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.pop_clauselayer .lst li:last-child {
  margin-bottom: 0; }

.pop_clauselayer dl > dd > ul > li > ol > li {
  margin-top: 19px; }

/* 201208 추가 */
/* 200311 추가 */
.pop_clauselayer #pop_container .pop_contents .strong_b {
  font-size: 0.875rem; }

.pop_clauselayer .tb_area {
  overflow: hidden; }

.pop_clauselayer .tb_area table {
  border-left: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3; }

.pop_clauselayer .tb_area table + table {
  margin-top: -1px; }

/* 191126_2 추가 */
.pop_clauselayer .tb_area .protection {
  margin-top: 17px; }

.pop_clauselayer .tb_area table th {
  padding: 20px 12px;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  background: #F8F8F8;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700; }

.pop_clauselayer .tb_area table th:last-child {
  border-right: 1px solid #D3D3D3; }

.pop_clauselayer .tb_area table td {
  vertical-align: top;
  padding: 20px 12px;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center; }

.pop_clauselayer .tb_area table td strong {
  font-size: 0.875rem; }

.pop_clauselayer .tb_area table td:last-child {
  border-right: 1px solid #D3D3D3; }

.pop_clauselayer .tb_area table tr:last-of-type td {
  border-bottom: 1px solid #D3D3D3; }

.pop_clauselayer .indent-number{
  float: left; }  
.pop_clauselayer .indent-content{
  display: inline-block; 
  width:90%; 
  margin-left: 10px; }  

/* 셋팅 */
.setting {
  overflow: hidden; }

.setting .profile_basic {
  overflow: hidden;
  margin: 30px 0 30px 0;
  padding: 0 30px; 
}

.setting .profile_basic .thumb {
  position: relative;
  overflow: visible;
  width: 110px;
  height: 110px;
  margin: 0 auto; }

.setting .profile_basic .thumb img {
  width: 110px;
  height: 110px;
  border-radius: 100%; }

.setting .profile_basic .thumb a {
  position: absolute;
  left: -4px;
  bottom: 0;
  overflow: hidden;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../../img/setting/btn_photo_2.png) 0 0 no-repeat;
  background-size: 38px 38px;
  z-index: 10; }

.setting .profile_basic .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
  height: 108px;
  border-style: inset;
  border: 1px solid rgba(32, 32, 32, 0.05);
  border-radius: 100%; }

.setting .profile_basic h3 {
  overflow: hidden;
  height: 42px;
  padding: 8px 0 0 0;
  margin: 40px 0 0 0;
  color: #202020;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.125rem;
  border-bottom: 1px solid #ECEEF0; 
}

.setting .profile_basic .info {
  overflow: hidden;
  width: 100%;
  margin: 0px 0 0 0; }

.setting .profile_basic .info li {
 clear: both;
 margin: 24px 0 0 0;
}

.setting .profile_basic .info dt {
  overflow: hidden;
  padding: 0px 0 12px 0px;
  font-size: 13px;
  font-weight: 400;
  color: #919497; 
  float : left;
  width: 115px;
}
.setting .profile_basic .info .no-nick {
  color: rgba(32,32,32,.3); 
}
.setting .profile_basic .info dd {
  position: relative;
  overflow: hidden; 
  font-size: 15px;
  font-weight: 400;
  color: #202020; 
}
.setting .profile_basic .info ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  overflow: hidden;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -83px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }
  
.setting .profile_basic .info dd input {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  background: #F9F9F9;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000; }

.setting .profile_basic .desc {
  overflow: hidden;
  margin: -15px 0 0 0;
  padding-left: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #919497; 
  line-height: 20px; 
  background: url(../../img/setting/ic_me_notice_gray_12.png) 0px 3px no-repeat;
  background-size: 12px 12px;
}

.setting .profile_basic > ul {
  overflow: hidden;
  margin: 38px 0 0 0;
  border-bottom: 1px solid #E4E4E4; }

.setting .profile_basic > ul > li {
  overflow: hidden;
  padding: 14px 10px 10px 8px;
  border-top: 1px solid #E4E4E4; }

.setting .profile_basic > ul > li > strong {
  float: left;
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 1.625rem; }

.setting .profile_basic > ul > li > em {
  float: right;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem; }

.setting .profile_basic > .join-list {
  margin: 20px 0 0 0;
  padding: 0 20px;
  border: 1px solid #DADADA;
  border-radius: 6px;
  box-sizing: border-box; }

.setting .profile_basic > .join-list > li {
  overflow: hidden;
  padding: 15px 0 13px 0;
  border-top: none;
  border-bottom: 1px solid #E4E4E4; }

.setting .profile_basic > .join-list > li:last-child {
  border-bottom: none; }

.setting .profile_basic > .join-list > li .join-wrap {
  display: flex;
  justify-content: space-between; }

.setting .profile_basic > .join-list > li .join-wrap strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625rem;
  color: #202020; }

.setting .profile_basic > .join-list > li .join-wrap em {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625rem;
  color: #202020; }

.setting .profile_basic > .join-list > li .month-list {
  margin-top: 8px; }

.setting .profile_basic > .join-list > li .month-list > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px; }

.setting .profile_basic > .join-list > li .month-list > li strong {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #919497; }

.setting .profile_basic > .join-list > li .month-list > li em {
  font-size: 13px;
  line-height: 19px;
  color: #919497; }

.setting .profile_sec {
  overflow: hidden;
  margin: 0px 0 0 0;
  padding: 30px 30px; 
  border-top: 10px solid #f9f9f9;
  border-bottom: 10px solid #f9f9f9;
}

.setting .profile_sec h3 {
  overflow: hidden;
  height: 42px;
  padding: 8px 0 0 0;
  color: #202020;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.125rem;
  border-bottom: 1px solid #ECEEF0; }

.setting .profile_sec h3 button {
  overflow: hidden;
  float: right;
  width: 63px;
  height: 31px;
  margin-top: -8px;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  vertical-align: top; }

.setting .profile_sec h3 button em {
  overflow: hidden;
  display: block;
  font-size: 0.750rem;
  font-weight: 700;
  color: #202020;
  text-align: center;
  line-height: 31px; }

.setting .profile_sec h3 button:disabled em, .setting .profile_sec h3 button[disabled] em {
  color: #D1D1D1; }

.setting .profile_sec .info {
  overflow: hidden;
  width: 100%; }

.setting .profile_sec .info li {
  clear: both;
  margin: 10px 0 0 0;
}
.setting .profile_sec .info li:last-child {
  margin-top: 25px;
}
.setting .profile_sec .info dt {
  overflow: hidden;
  padding: 12px 0 10px 0px;
  font-size: 13px;
  font-weight: 400;
  color: #919497; 
  float : left;
  width: 115px; }

.setting .profile_sec .info dd {
  position: relative;
  overflow: hidden; }
.setting .profile_sec .info ul li a
{
  display: block;
  position: relative;
  height: 100%;
  margin: 10px 0 5px 0px;
}
.setting .profile_sec .info ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  overflow: hidden;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -83px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

.setting .profile_sec .info dd select {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 0 12px;
  border: 1px solid rgba(32,32,32,.1);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  background: #FFFFFF url(../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px; }

/* 190411 수정 */
.setting .profile_sec .info dd input {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 0 40px 0 20px;
  background: #F9F9F9;
  border: 1px solid #ABABAB;
  border-radius: 6px; }

/* 190508 수정 */
.setting .profile_sec .info dd input::placeholder {
  color: #C0C0C0;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .profile_sec .info dd .del {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 39px;
  height: 42px;
  background: url(../../img/common/btn_textcancel_nor.png) 50% 50% no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px; }

.setting .profile_sec .info dd #input_email.on {
  color: #202020;
  font-size: 1rem;
  font-weight: 400; }

.setting .profile_sec .info dd input.on + .del {
  display: block; }

.setting .profile_sec .info .no-email {
  color: rgba(32,32,32,.3); 
}

.setting .profile_sec .info dd .noti {
  display: none;
  overflow: hidden;
  margin: 13px 0 0 8px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 700; }

.setting .profile_sec .desc {
  overflow: hidden;
  margin: -15px 0 0 0;
  padding-left: 17px;;
  font-size: 12px;
  font-weight: 400;
  color: #919497; 
  line-height: 20px; 
  background: url(../../img/setting/ic_me_notice_gray_12.png) 0px 3px no-repeat;
  background-size: 12px 12px;
}

.setting .terms_bx {
  overflow: hidden;
  margin: 35px 30px 0; }

/* 190605 수정 */
.setting .terms_bx .all_check {
  overflow: hidden;
  padding-bottom: 13px;
  border-bottom: 1px solid #979797; }

/* 190605 추가 */
.setting .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  background: url(../../img/common/sp_ico.svg) -60px -40px no-repeat;
  background-size: 500px auto; }

/* 190605 추가 */
.setting .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020;
  line-height: 21px;
  vertical-align: top; }

/* 190605 추가 */
.setting .terms_bx .all_check input[type="checkbox"]:checked {
  background-position: -92px -40px; }

/* 190605 추가 */
.setting .terms_bx ul {
  overflow: hidden;
  margin-bottom: 17px; }

/* 190605 수정 */
.setting .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

/* 190605 수정 */
.setting .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/common/sp_ico.svg) 0 -40px no-repeat;
  background-size: 500px auto; }

/* 190605 수정 */
.setting .terms_bx ul li input[type="checkbox"]:checked {
  background-position: -30px -40px; }

/* 190605 수정 */
.setting .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

/* 190605 수정 */
.setting .terms_bx ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  overflow: hidden;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190605 수정 */
.setting .terms_bx .desc {
  overflow: hidden;
  padding: 0 0 0 8px;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem; }

.setting .terms_choice {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0 30px; }

/* 190605 추가 */
.setting .terms_choice h3 {
  overflow: hidden;
  height: 42px;
  padding: 8px 0 0 0;
  color: #202020;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.125rem; }

/* 190723 추가 */
.setting .terms_choice ul {
  overflow: hidden;
  margin: 0;
  border-top: 1px solid #ECEEF0; }

/* 190605 추가 */
.setting .terms_choice ul li {
  overflow: hidden;
  position: relative;
}

/* 190605 추가 */
.setting .terms_choice ul li a {
  display: block;
  position: relative;
  height: 100%;
  margin: 20px 0 5px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #202020; }

/* 190605 추가 */
.setting .terms_choice ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  overflow: hidden;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -83px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190605 추가 */
.setting .acse_list {
  overflow: hidden;
  margin: 20px 30px 0; }

.setting .acse_list li {
  position: relative; }

.setting .acse_list li .acli_box {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 18px 0 15px 10px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top; }

.setting .acse_list li a {
  position: relative;
  display: block;
  overflow: hidden; }

.setting .acse_list li a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190419 수정 */
.setting .acse_list li .tit {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .acse_list li .onoff_button {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -14px; }

.setting .switch {
  position: relative;
  display: block;
  width: 53px;
  height: 28px; }

.setting .switch input {
  display: none; }

.setting .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #979797;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 100px; }

.setting .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s; }

.setting input:checked + .slider {
  background-color: #d31145; }

.setting input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  transform: translateX(23px); }

.setting h2.tit {
  overflow: hidden;
  margin: 32px 38px 0;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.setting .pw_area {
  overflow: hidden;
  position: relative;
  margin: 27px 30px 0; }

/* 190417 수정 */
.setting .pw_area input {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 3px 35px 0 19px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9; }

/* 190417 수정 */
.setting .pw_area input::placeholder {
  color: #C0C0C0;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .pw_area .del {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 43px;
  background: url(../../img/common/btn_textcancel_nor.png) 50% 50% no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px; }

.setting .pw_area input.on + .del {
  display: block; }

.setting .con_pw_confirm .txt_warning {
  margin: 23px 0 0 38px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem; }

.setting .txt_bx {
  margin: 30px 30px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #C1C1C1; }

.setting.comp-new .txt_bx {
  margin: 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #C1C1C1; }

.setting .txt_bx p {
  padding: 2px 8px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem; }

.setting .txt_bx strong {
  display: block;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem; }

.setting .chk_bx {
  position: relative;
  margin: 20px 30px 0;
  padding: 0 0 0 32px; }

.setting .chk_bx input[type="checkbox"] + label {
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem; }

.setting .chk_bx input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: url(../../img/common/ico_check1_n.png) 0 6px no-repeat;
  background-size: 20px 20px; }

.setting .chk_bx input[type="checkbox"]:checked {
  background: url(../../img/common/ico_check1_s.png) 0 6px no-repeat;
  background-size: 20px 20px; }

.setting .chk_bx input[type="checkbox"]:checked + label {
  color: #d31145; }

.setting .select_area {
  margin: 30px 30px 0; }

.setting .select_area p {
  padding: 0 0 0 8px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700; }

.setting .select_area select {
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  padding: 0 40px 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9 url(../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .agree_bx {
  margin: 20px 30px 0; }

.setting .agree_chk {
  position: relative;
  padding: 0 0 0 32px; }

.setting .agree_chk input[type="checkbox"] + label {
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.125rem; }

.setting .agree_chk input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background: url(../../img/common/ico_check1_n.png) 0 6px no-repeat;
  background-size: 20px 20px; }

.setting .agree_chk input[type="checkbox"]:checked {
  background: url(../../img/common/ico_check1_s.png) 0 6px no-repeat;
  background-size: 20px 20px; }

.setting .agree_chk input[type="checkbox"]:checked + label {
  color: #D31145; }

.setting .mlf_input {
  position: relative;
  overflow: hidden;
  margin: 15px 30px 0; }

.setting .mlf_input textarea {
  width: 100%;
  height: 110px;
  padding: 15px 20px 0;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #C0C0C0; }

.setting .mlf_input textarea.on {
  color: #202020; }

.setting .mlf_input #counter {
  position: absolute;
  right: 15px;
  bottom: 13px;
  overflow: hidden;
  font-size: 0.875em;
  font-weight: 400;
  color: #202020; }

.setting .mlf_input #counter em {
  color: #D31145; }

.setting .guide_txt {
  margin: 31px 30px 18px; }

.setting.comp-new .guide_txt {
  margin: 20px 30px 18px; }

.setting .guide_txt h2 {
  color: #202020;
  font-size: 18px;
  line-height: 25px; }

.setting.comp-new .guide_tit {
  margin: 31px 30px 0;
  padding-bottom: 18px; }

.setting.comp-new .guide_tit.border_bottom {
  border-bottom: 1px solid #C1C1C1; }

.setting.comp-new .guide_tit h2 {
  padding: 0 8px;
  color: #202020;
  font-size: 18px;
  line-height: 25px; }

.setting .guide_txt p {
  padding: 0 8px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem; }

.setting .call_bx {
  position: relative;
  margin: 0 30px;
  padding: 23px 8px 0;
  border-top: 1px solid #C1C1C1; }

.setting h2.tit_call {
  overflow: hidden;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700; }

.setting .info {
  margin: 14px 0 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem; }

.setting .info strong {
  display: block;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem; }

.setting .btn_call {
  position: absolute;
  top: 19px;
  right: 3px;
  width: 40px;
  height: 40px;
  background: url(../../img/setting/btn_phone.png);
  background-size: 40px 40px;
  text-indent: -9999px; }

.setting .finish_txt {
  margin: 31px 30px 19px; }

.setting .finish_txt p {
  padding: 0 8px;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.setting .con_wrap {
  margin: 32px 25px 0; }

.setting .con_wrap .da_txt1 {
  overflow: hidden;
  padding-left: 8px;
  color: #D31145;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.500rem; }

.setting .con_wrap .da_txt2 {
  margin-top: 14px;
  padding-left: 8px;
  overflow: hidden;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.500rem; }

.setting .con_wrap .da_list {
  overflow: hidden;
  margin-top: 28px;
  padding-bottom: 1px; }

.setting .con_wrap .da_list li {
  overflow: hidden;
  margin-bottom: -1px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.setting .con_wrap .da_list li:first-child {
  border-top: 1px solid #c1c1c1;
} 

.setting .con_wrap .da_list li a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 15px 0 15px 8px; }

.setting .con_wrap .da_list li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

/* 190419 수정 */
.setting .con_wrap .da_list li a .thumb {
  overflow: hidden;
  display: table-cell;
  padding: 0 22px 0 0;
  vertical-align: middle; }

.setting .con_wrap .da_list li a .data {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle; }

.setting .con_wrap .da_list li a .data strong {
  overflow: hidden;
  display: block;
  margin: -2px 0 5px;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020; }

.setting .con_wrap .da_list li a .data strong .complete {
  padding-left: 10px;
  font-weight: 400;
  color: #D31145;
  font-size: 12px; }

.setting .con_wrap .da_list li a .data em {
  overflow: hidden;
  display: block;
  font-size: 0.813em;
  font-weight: 300;
  color: #202020; }

.setting.comp-new .con_wrap .da_list li a .data em {
  overflow: hidden;
  display: block;
  font-size: 0.813em;
  font-weight: 400;
  color: #202020; }

.setting .con_wrap .da_list li a .data em span {
  display: inline-block;
  margin-left: 3px; }

.setting .con_wrap .da_list li a .state {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 50%;
  /*margin-top:-8px;*/
  color: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* 190426 수정 */
.setting .con_wrap .da_list li a .state.on {
  overflow: hidden;
  color: #d31145; }

.setting .con_wrap .da_list li a .whinfo {
  overflow: hidden;
  margin-top: 10px;
  clear: both; }

.setting .con_wrap .da_list li a .whinfo span {
  position: relative;
  overflow: hidden;
  float: left;
  height: 16px;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 16px; 
  padding-left: 20px;
  margin: 0 0 0 7px;
  background-position: 10px 0; 
}

.setting .con_wrap .da_list li a .whinfo .golf {

  background: url(../../img/setting/ic_golf_dim_5.png) 0 0 no-repeat;
  background-size: 16px 16px; }

.setting .con_wrap .da_list li a .whinfo .step {

  background: url(../../img/setting/ico_walk1.png) 0 0 no-repeat;
  background-size: 16px 16px; }

.setting .con_wrap .da_list li a .whinfo .heart {

  background: url(../../img/setting/ico_heart1.png) 0 0 no-repeat;
  background-size: 16px 16px; }

.setting .con_wrap .da_list li a .whinfo .sleep {

  background: url(../../img/setting/ic_sleep_dim.png) 0 0 no-repeat;
  background-size: 16px 16px; }  
.setting .con_wrap .da_list li a .whinfo .golf.on {
  background: url(../../img/setting/ic_golf_4.png) 0 0 no-repeat;
  background-size: 16px 16px; }
.setting .con_wrap .da_list li a .whinfo .step.on {
  background: url(../../img/setting/ico_walk1_on.png) 0 0 no-repeat;
  background-size: 16px 16px; }

.setting .con_wrap .da_list li a .whinfo .heart.on {
  background: url(../../img/setting/ico_heart1_on.png) 0 0 no-repeat;
  background-size: 16px 16px; }

.setting .con_wrap .da_list li a .whinfo .sleep.on {
  background: url(../../img/setting/ic_sleep.png) 0 0 no-repeat;
  background-size: 16px 16px; }  

.setting .con_wrap .da_list li a .whinfo span:first-child {
  margin: 0 0 0 0px;
  padding: 0 0 0 20px !important;
  background-position: 0px 0 !important; 
 }

.synch_box {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: rgba(139, 139, 139, 0.85);
  color: #fff;
  font-size: 0.750em;
  font-weight: 500;
  line-height: 31px;
  text-align: center; }

.setting .alarm_list {
  margin: 23px 30px 0;
  padding-bottom: 1px; }

.setting .alarm_list li {
  position: relative;
  margin-bottom: -1px; }

.setting .alarm_list li .alarm_box {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 15px 15px 13px 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top; }

.setting .alarm_list li:first-child .alarm_box {
  padding: 15px 15px 15px 10px;
  border-top: 0; }

/*.setting .alarm_list li a{display:block;overflow:hidden;background:url(../../img/common/ico_arrow2_gray.png) right center no-repeat;background-size:6px 12px}*/
/* 190419 삭제 */
.setting .alarm_list li .tit {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .alarm_list li .tit em {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  font-size: 0.875em;
  font-weight: 200; }

.setting .alarm_list li .txt1 {
  overflow: hidden;
  float: right;
  padding-right: 21px;
  color: #d31145;
  font-weight: 500;
  text-align: right; }

.setting .alarm_list li .onoff_button {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -16px; }

.setting .alarm_list .new:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 24px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d31145; }

.setting .alarm_list li .ab_txt1 {
  overflow: hidden;
  margin-top: 3px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .alarm_list li .ab_txt2 {
  overflow: hidden;
  margin-top: 4px; }

.setting .alarm_list li .ab_txt2 span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right: 6px;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem;
  vertical-align: top; }

.setting .alarm_list li .ab_txt2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #E4E4E4; }

.setting .alarm_list li .ab_txt2 em {
  display: inline-block;
  overflow: hidden;
  padding-left: 1px;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem;
  vertical-align: top; }

.setting .alarm_list li.nodata {
  margin-bottom: 0; }

.setting .alarm_list li.nodata .alarm_box {
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  padding: 0;
  border: none;
  text-align: center; }

.setting .alarm_list li.nodata .ab_txt1 {
  overflow: hidden;
  margin: 0;
  color: #C1C1C1;
  font-size: 1rem;
  font-weight: 500; }

.setting .notice_list {
  margin: 17px 30px 0; }

/* 190905 수정 */
.setting .notice_list li {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
  vertical-align: top; }

/* 190905 수정 */
.setting .notice_list li:last-child {
  margin-bottom: 0; }

.setting .notice_list li.new:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 23px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #D31145; }

/* 190905 추가 */
.setting .notice_list li a {
  overflow: hidden;
  display: block;
  padding: 15px 0 13px 10px;
  color: #202020; }

/* 190905 수정 */
.setting .notice_list li a p {
  overflow: hidden;
  display: block;
  padding: 0 47px 4px 0;
  color: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

/* 190905 수정 */
.setting .notice_list li a em {
  overflow: hidden;
  display: block;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.setting .notice_list li a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  top: 50%;
  right: 3px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

/* 190419 수정 */
.setting .notice_list .highlight:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 19px;
  width: 15px;
  height: 13px;
  background: url(../../img/setting/ico_notice.png) 0 0 no-repeat;
  background-size: 15px 13px; }

/* 190905 추가 */
.setting .notice_list .highlight a p {
  font-weight: 700; }

.setting .notice_list .tip a span {
  font-weight: 500; }

.setting .personal_bx {
  overflow: hidden;
  margin: 28px 30px 0;
  border-top: 1px solid #EFEFEF; }

.setting .personal_bx ul li {
  overflow: hidden;
  padding: 13px 0 14px;
  border-bottom: 1px solid #EFEFEF; }

.setting .personal_bx ul li strong {
  overflow: hidden;
  float: left;
  width: 86px;
  padding-left: 11px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400; }

.setting .personal_bx ul li p {
  overflow: hidden;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .nodi_tit {
  margin: 32px 30px 0;
  padding: 0 10px 10px;
  border-bottom: 1px solid #E4E4E4;
  color: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190906_1 수정 */
.setting .nodi_tit.important {
  position: relative;
  font-weight: 700; }

/* 190905 수정 */
.setting .nodi_tit.important:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 3px;
  width: 15px;
  height: 13px;
  background: url(../../img/setting/ico_notice.png) 0 0 no-repeat;
  background-size: 15px 13px; }

/* 190905 추가 */
.setting .nodi_date {
  overflow: hidden;
  margin: 2px 0;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.setting .nodi_summary {
  overflow: hidden;
  margin: 23px 40px 15px;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.setting .nodi_detail {
  overflow: hidden;
  margin: 15px 40px 0; }

.setting .nodi_detail dt {
  overflow: hidden;
  margin-bottom: 6px;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem; }

.setting .nodi_detail dd {
  overflow: hidden;
  margin-bottom: 13px;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.setting .list_wrap {
  margin: 30px 30px; }

.setting h2.top_tit {
  padding-left: 10px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.125rem; }

.setting .faq_list {
  overflow: hidden;
  margin-top: 15px;
  border-top: 1px solid rgba(151, 151, 151, 0.6); }

.setting .faq_list li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
  vertical-align: top; }

.setting .faq_list li a {
  overflow: hidden;
  display: block;
  padding: 17px 64px 13px 10px;
  color: #202020; }

.setting .faq_list li a span {
  overflow: hidden;
  display: block;
  color: #202020;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.250rem; }

.setting .faq_list li a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

/* 190419 수정 */
.setting .ver_list {
  overflow: hidden;
  margin: 20px 30px 0; }

.setting .ver_list li {
  overflow: hidden;
  padding: 15px 10px 15px 10px;
  border-bottom: 1px solid #e4e4e4; }

.setting .ver_list .txt {
  overflow: hidden;
  float: left;
  padding-top: 3px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

.setting .ver_list .version {
  overflow: hidden;
  float: right;
  padding-top: 3px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

.setting #container .pop_clauselayer .contents {
  margin: 0 30px;
  padding-top: 88px; }

.setting .clause_txt2 {
  overflow: hidden;
  margin: 30px 30px 0; }

.setting .clause_txt2 h3 {
  overflow: hidden;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700; }

.setting .clause_txt2 h4 {
  overflow: hidden;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.125rem; }

.setting .clause_txt2 h5 {
  overflow: hidden;
  margin: 21px 0 1px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.125rem; }

.setting .clause_txt2 strong {
  overflow: hidden;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem; }

.setting .clause_txt2 a {
  overflow: hidden;
  color: #727272;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem; }

.setting .clause_txt2 em {
  overflow: hidden;
  color: #727272;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem; }

.setting .clause_txt2 span {
  overflow: hidden;
  color: #727272;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.125rem; }

/*.setting .pw_area{position:relative;height:45px;margin:27px 30px 0;border:1px solid #ABABAB;border-radius:6px;background:#F9F9F9}*/
/* 190417 삭제 */
/*.setting .pw_area input{width:100%;height:100%;padding:0 35px 0 20px;color:#979797}*/
/* 190417 삭제 */
/*.setting .pw_area input::placeholder{color:#C0C0C0;font-size:0.875rem;font-weight:500}*/
/* 190417 삭제 */
/*.setting .pw_area .del{display:none;position:absolute;top:0;right:0;width:39px;height:42px;background:url(../../img/common/btn_textcancel_nor.png) 50% 50% no-repeat;background-size:20px 20px;text-indent:-9999px}*/
/* 190417 삭제 */
/*.setting .pw_area input.on+.del{display:block}*/
/* 190417 삭제 */
.setting .btn_wrap {
  overflow: hidden;
  margin: 0 38px; }

.setting .btn_wrap .txt_warning {
  float: left;
  margin: 22px 0 20px;
  color: #D31145;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem; }

.setting .btn_wrap .btn_info {
  float: right;
  width: 22px;
  height: 22px;
  margin-top: 22px;
  border-radius: 11px;
  background: #D31145 url(../../img/common/btn_info.png) 0 0 no-repeat;
  background-size: 22px 22px;
  text-align: center;
  text-indent: -9999px; }

.setting .guide_bx {
  margin: 9px 38px 0; }

.setting .guide_bx.type3 {
  margin: 27px 38px 0; }

.setting .guide_bx p {
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.setting .desc_bx {
  margin: 0 30px;
  padding-top: 20px;
  border-top: 1px solid #C1C1C1; }

.setting.comp-new .desc_bx {
  margin: 0 30px;
  padding: 0 8px;
  padding-top: 20px;
  border-top: 1px solid #C1C1C1; }

.setting.comp-new .desc_bx.no_line {
  padding-top: 0;
  border-top: 0; }

.setting .desc_bx .txt {
  color: #202020;
  font-size: 14px;
  line-height: 22px; }

.setting.comp-new .desc_bx .benefit {
  margin-bottom: 18px;
  padding: 12px 15px;
  border: 1px solid #DADADA;
  border-radius: 10px;
  font-size: 14px; }

.setting.comp-new .desc_bx .benefit strong {
  color: #D31145;
  font-weight: 500; }

.setting.comp-new .tel-list {
  padding: 20px 8px 0 8px;
  margin: 20px 30px 0 30px;
  border-top: 1px solid #C1C1C1; }

.setting.comp-new .tel-list > strong {
  font-size: 15px; }

.setting.comp-new .tel-list dl {
  font-size: 14px;
  line-height: 22px; }

.setting.comp-new .tel-list dl dt {
  margin-top: 10px;
  font-weight: 500; }

.setting.comp-new .tel-list dl dd {
  font-weight: 400; }

.setting.comp-new .tel-list dl dd a {
  color: #202020; }

/* 2021 12 16 추가*/
.setting .setting-form .setting-form__list {
  margin-top: 30px; 
  margin-bottom: 30px;
  padding: 0 20px 40px 20px;
}
.setting .setting-form .setting-form__list .setting-form__input dt {
  color: #202020;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400; 
  padding-bottom:30px;
}
.setting .setting-form .setting-form__list .setting-form__input dd {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .7;
}
.setting .setting-form .setting-form__list .setting-form__input .setting-form__text input {
  padding: 0 15px;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%; 
  border-radius: 8px; }
.setting .setting-form .setting-form__list .setting-form__input .setting-form__text {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  background-color: #FFF;
  border: 1px solid #ECEEF0;
  border-radius: 8px; }
.setting .setting-form .setting-form__info .subtitle
{
  font-size: 16px;
  font-weight: 500; 
  margin-bottom: 5px;
}
.setting .setting-form .setting-form__input .setting-form__alert {
  display: none;
  clear: both;
  height: 27px;
  padding-top: 8px;
  padding-left: 20px; 
  color: #BA0361;}
.setting .setting-form .setting-form__input .input-unit {
  position: absolute;
  right : 0px;
  color: #5B636B;
  line-height: 56px;
} 
.setting .setting-form .setting-form__input .error-img {
  padding-right: 18px; 
  display:none;
}
.setting .setting-form .setting-form__input .error-img img{
  vertical-align: middle;
}
.setting .setting-form .setting-form__list .setting-form__input--error .error-img {
  display: inline;
}  

.setting .setting-form .setting-form__input.setting-form__input--error .setting-form__text {
  border: 1px solid #BA0361 !important;
}
.setting .setting-form .setting-form__input.setting-form__input-focus .setting-form__text {
  border: 1px solid #363E3F;
} 
.setting .setting-form .setting-form__input .setting-form__text.setting-form__input--error {
  border: 1px solid #BA0361 !important;
}
.setting .setting-form .setting-form__input .setting-form__text.setting-form__input-focus {
  border: 1px solid #363E3F;
} 
.setting .setting-form .setting-form__list .setting-form__input--error .setting-form__alert {
  display: block; }
.setting .setting-form .setting-form__input .subtitle
{
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .5;
}
/* 2021 12 16 추가*/


.survey #header .step {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* 190409 수정 */
.survey .q_tt1 {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.survey .q_tt2 {
  overflow: hidden;
  margin: 30px 38px 0;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.survey .q_tt3 {
  overflow: hidden;
  margin: 30px 38px 0;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700; }

.survey .q_tt4 {
  overflow: hidden;
  margin: 30px 38px 0;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.625rem; }

.survey .ruler_type {
  overflow: visible;
  margin: 0 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E4E4E4; }

/* 190409 수정 */
.survey .ruler_type.type1 {
  border-bottom: 0; }

/* 190409 수정 */
.survey .ruler_type .info {
  overflow: hidden;
  padding: 2px 0 0 10px; }

/* 190409 수정 */
.survey .ruler_type .info .tit {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem; }

/* 190409 수정 */
.survey .ruler_type .info span {
  display: block;
  overflow: hidden;
  margin: 8px 0 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190409 수정 */
.survey .ruler_type .info .btn {
  overflow: hidden;
  float: right;
  width: 20px;
  height: 20px;
  margin: 1px 10px 0 0;
  background: url(../../img/common/ico_info3.png) 0 50% no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px; }

/* 190409 수정 */
.survey .ruler_type .ruler {
  overflow: hidden;
  position: relative;
  clear: both;
  height: 42px;
  margin: 14px 0 0 0;
  line-height: 0; }

/* 190409 수정 */
.survey .ruler_type .ruler * {
  vertical-align: top;
  line-height: 0; }

/* 190409 수정 */
.survey .ruler_type .ruler .box {
  overflow: visible;
  position: relative;
  top: 24px;
  width: 100%;
  height: 18px;
  background: linear-gradient(-90deg, #E4E4E4 0%, #FFFFFF 50%, #E4E4E4 100%);
  background: -webkit-linear-gradient(to right, #E4E4E4 0%, #FFFFFF 50%, #E4E4E4 100%);
  border-radius: 6px;
  border: 1px solid #979797; }

.survey .ruler_type .ruler .box:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../../img/survey/bg_surveybox_l.png) 0 0 no-repeat;
  background-size: 20px 20px;
  z-index: 100; }

/* 190409 수정 */
.survey .ruler_type .ruler .box:after {
  content: "";
  position: absolute;
  right: -6px;
  top: -2px;
  width: 20px;
  height: 20px;
  background: url(../../img/survey/bg_surveybox_r.png) 0 0 no-repeat;
  background-size: 20px 20px;
  z-index: 100; }

/* 190409 수정 */
.survey .ruler_type .ruler .box .slider em {
  display: inline-block;
  width: 47px;
  height: 10px;
  margin-top: 10px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  vertical-align: bottom;
  border-left: 1px solid #808080;
  text-align: right; }

/* 190409 수정 */
.survey .ruler_type .ruler .box .sliderlens {
  left: 0;
  top: -34px;
  padding: 33px 0 0; }

/* 190409 수정 */
.survey .ruler_type .ruler .box .sliderlens:before {
  content: "";
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  height: 4px;
  background: rgba(126, 126, 126, 0.15);
  z-index: 30; }

/* 190409 추가 */
.survey .ruler_type .ruler .box .sliderlens .slider {
  overflow: hidden;
  height: 18px;
  font-size: 0;
  line-height: 0 !important;
  vertical-align: bottom; }

/* 190409 수정 */
.survey .ruler_type .ruler label {
  position: absolute;
  left: 1px;
  top: 0;
  display: block;
  width: 100%;
  height: 44px;
  color: #D31145;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.750em;
  text-align: center;
  line-height: normal; }

/* 190409 수정 */
.survey .ruler_type .ruler label:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 27px;
  background: #D31145;
  z-index: 10; }

/* 190409 수정 */
.survey .hide_info {
  display: none;
  overflow: hidden;
  margin-bottom: -20px;
  /*padding:2px 0 19px;border-bottom:1px solid #E4E4E4*/ }

/* 190409 수정 및 삭제 */
.survey .hide_info.type2 {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 0 18px;
  border-bottom: 1px solid #E4E4E4; }

.survey .hide_info dl {
  overflow: hidden;
  padding: 0 0 0 10px; }

.survey .hide_info dt {
  overflow: hidden;
  margin: 28px 0 12px;
  color: #202020;
  font-size: 0.875em;
  font-weight: 500; }

/* 190409 수정 */
.survey .hide_info.type2 dt {
  margin: 27px 0 12px; }

.survey .hide_info dd {
  overflow: hidden;
  position: relative;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.250rem; }

.survey .hide_info dd span {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }

.survey .hide_info dd p {
  overflow: hidden;
  padding-left: 15px; }

.survey .hide_info dd p em {
  overflow: hidden;
  color: #979797; }

.survey .ck_list1 {
  /*position:fixed;bottom:16%;*/
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
  padding: 0 30px; }

/* 190424 수정 */
.survey .ck_list1.type4 {
  border-top: 1px solid #E4E4E4; }

/* 190410 수정 */
.survey .ck_list1.type7 {
  position: fixed;
  left: 0;
  bottom: 112px;
  margin: 0; }

/* 190430 추가 */
.survey .ck_list1 li {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4; }

.survey .ck_list1 li.bbn {
  border-bottom: none; }

/* 20200305 추가 */
.survey .ck_list1 li input[type="radio"] {
  display: none; }

.survey .ck_list1 li input[type="radio"] + label {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  padding: 15px 10px 15px;
  background: url(./../../img/survey/bg_radio1.png) right center no-repeat;
  background-size: 20px 20px;
  color: #979797;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

.survey .ck_list1 li input[type="radio"]:checked + label {
  background: url(./../../img/survey/bg_radio1_on.png) right center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700; }

.survey .ck_list1 li input[type="checkbox"] {
  display: none; }

.survey .ck_list1 li input[type="checkbox"] + label {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  padding: 17px 10px 13px;
  background: url(../../img/survey/bg_check1.png) right center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190410 수정 */
.survey .ck_list1 li input[type="checkbox"]:checked + label {
  background: url(./../../img/survey/bg_check1_on.png) right center no-repeat;
  background-size: 20px 20px;
  font-weight: 700; }

/* 190418 수정 */
.survey .ck_list1 li .opinion_bx {
  display: none; }

.survey .ck_list1 li .opinion_bx textarea {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 12px 19px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 191127 수정 */
.survey .ck_list1 li .opinion_bx textarea::placeholder {
  color: #C0C0C0;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 191120 추가 */
.survey .ck_list1 li .opinion_bx textarea.on {
  color: #202020; }

.survey .ck_list1 li:last-child input[type="radio"]:checked ~ div.opinion_bx {
  display: block; }

/* 200515 추가 */
.survey .ck_list1 li .opinion_bx input[type="text"] {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 12px 19px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

.survey .ck_list1 li .opinion_bx input[type="text"]::placeholder {
  color: #C0C0C0;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

.survey .ck_list1 li .opinion_bx input[type="text"].on {
  color: #202020; }

/* //200515 추가 */
.survey .ck_list2 {
  overflow: visible;
  margin: 0 30px; }

/* 190409 수정 */
.survey .ck_list2 li {
  position: relative;
  padding: 0 0 20px;
  border-bottom: 1px solid #E4E4E4; }

.survey .ck_list2 .tt {
  overflow: hidden;
  position: relative;
  margin-bottom: 11px;
  color: #202020;
  font-size: 1.00em;
  font-weight: 400;
  line-height: 1.500em; }

.survey .ck_list2 .exp {
  position: relative;
  margin: 0 10px; }

/* 190409 수정 */
.survey .ck_list2 .exp span {
  position: absolute;
  left: 0;
  top: 0; }

.survey .ck_list2 .exp span:last-child {
  left: auto;
  right: 0; }

.survey .ck_list2 .exp span input[type="radio"] {
  display: none; }

.survey .ck_list2 .exp span input[type="radio"] + label {
  display: block;
  overflow: visible;
  visibility: visible;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0 0 0 0;
  background: url(../../img/survey/bg_radio1.png) left bottom no-repeat;
  background-size: 20px 20px;
  white-space: nowrap; }

.survey .ck_list2 .exp span input[type="radio"] + label em {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 7px;
  color: #979797;
  font-size: 0.750rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* 190409 수정 */
.survey .ck_list2 .exp span input[type="radio"]:checked + label {
  background: url(../../img/survey/bg_radio1_on.png) left bottom no-repeat;
  background-size: 20px 20px; }

.survey .ck_list2 .exp span input[type="radio"]:checked + label em {
  color: #202020;
  font-weight: 700; }

.survey .ck_list2 .btn_info {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  margin: 12px 0 0 6px;
  background: url(../../img/common/ico_info3.png) 0 50% no-repeat;
  background-size: 21px 21px;
  text-indent: -9999px; }

.survey .ck_list2 .btn_info.warning {
  background: url(../../img/common/ico_info2.png) 100% 50% no-repeat;
  background-size: 21px 21px; }

.survey .ck_list2 .detail_bx {
  display: none;
  overflow: hidden;
  padding: 23px 0 20px;
  border-bottom: 1px solid #e4e4e4; }

.survey .ck_list2 .detail_bx p {
  color: #202020;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.714em; }

.survey .ck_list3 {
  position: fixed;
  bottom: 16%;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
  padding: 0 30px; }

/* 190424 추가 */
.survey .ck_list3 li {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4; }

/* 190424 추가 */
.survey .ck_list3 li input[type="radio"] {
  display: none; }

/* 190424 추가 */
.survey .ck_list3 li input[type="radio"] + label {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  padding: 15px 10px 15px;
  background: url(../../img/survey/bg_radio1.png) right center no-repeat;
  background-size: 20px 20px;
  color: #979797;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190424 추가 */
.survey .ck_list3 li input[type="radio"]:checked + label {
  background: url(../../img/survey/bg_radio1_on.png) right center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700; }

/* 190424 추가 */
.survey .ck_list3 li input[type="checkbox"] {
  display: none; }

/* 190424 추가 */
.survey .ck_list3 li input[type="checkbox"] + label {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  padding: 17px 10px 13px;
  background: url(../../img/survey/bg_check1.png) right center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190424 추가 */
.survey .ck_list3 li input[type="checkbox"]:checked + label {
  background: url(../../img/survey/bg_check1_on.png) right center no-repeat;
  background-size: 20px 20px;
  font-weight: 700; }

/* 190424 추가 */
.survey .end_age {
  overflow: hidden;
  position: absolute;
  top: -19px;
  right: 0;
  color: #202020; }

.survey .end_age strong {
  float: left;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 4.375rem;
  font-weight: 400;
  vertical-align: top; }

.survey .end_age span {
  float: left;
  margin: 58px 0 0 4px;
  font-size: 1.000rem;
  font-weight: 700;
  vertical-align: top; }

.survey .end_info {
  margin-top: 18px; }

.survey .end_info strong {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #D3D3D3;
  color: #D31145;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190409 수정 */
.survey .end_info p {
  margin-top: 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.313rem; }

.survey .end_info .txt {
  display: block;
  margin-bottom: 88px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #D31145;
  font-weight: 700;
  line-height: 1.500rem; }

.survey .suma_any3 {
  position: fixed;
  bottom: 18%;
  left: 0;
  width: 100%;
  height: 230px;
  margin-bottom: -5px;
  background: url(../../img/survey/img_character21.png) center 0 no-repeat;
  background-size: 300px 230px;
  text-indent: -9999px; }

/* 190416 수정 */
.survey .suma_any3.character1 {
  background: url(../../img/survey/img_character21.png) center 0 no-repeat;
  background-size: 300px 230px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey .suma_any3.character1.on {
  background: url(../../img/survey/img_character21_2.png) center 0 no-repeat;
  background-size: 300px 230px; }

/* 190416 추가 */
.survey .suma_any3.character2 {
  background: url(../../img/survey/img_character22.png) center 0 no-repeat;
  background-size: 300px 230px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey .suma_any3.character2.on {
  background: url(../../img/survey/img_character22_2.png) center 0 no-repeat;
  background-size: 300px 230px; }

/* 190416 추가 */
.survey .suma_any3.character3 {
  background: url(../../img/survey/img_character23.png) center 0 no-repeat;
  background-size: 300px 230px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey .suma_any3.character3.on {
  background: url(../../img/survey/img_character23_2.png) center 0 no-repeat;
  background-size: 300px 230px; }

/* 190416 추가 */
.survey .suma_any3.character4 {
  background: url(../../img/survey/img_character24.png) center 0 no-repeat;
  background-size: 300px 230px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey .suma_any3.character4.on {
  background: url(../../img/survey/img_character24_2.png) center 0 no-repeat;
  background-size: 300px 230px; }

/* 190416 추가 */
.survey .suma_any3.character5 {
  background: url(../../img/survey/img_character32.png) center 0 no-repeat;
  background-size: 300px 230px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey .suma_any3.character5.on {
  background: url(../../img/survey/img_character32_2.png) center 0 no-repeat;
  background-size: 300px 230px; }

/* 190416 추가 */
.survey .ip_bx {
  position: relative;
  margin: 20px 30px 0; }

.survey .ip_bx input {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 65px 0 20px;
  background: #F9F9F9;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

/* 190411 수정 */
.survey .ip_bx input + label {
  position: absolute;
  top: 3px;
  right: 23px;
  color: #C0C0C0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 43px; }

.survey .ip_bx input.on + label {
  color: #202020; }

.survey .error_msg {
  margin: 12px 40px 0;
  color: #d31145;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.125rem; }

.survey .ip_bx .btn_calendar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%; }

.survey .ip_bx input.date + label {
  left: 20px;
  right: auto;
  color: #202020; }

.survey .q_guide {
  margin: 15px 38px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #D3D3D3;
  color: #D31145;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190411 추가 */
.survey .q_txt {
  margin: 20px 38px 0;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.250rem; }

.survey .btn_photo_enroll {
  margin: 30px 38px 0; }

.survey .btn_photo_enroll label {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  padding: 0 18px 0 20px;
  border: 1px solid #D31145;
  border-radius: 6px;
  color: #D31145;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 40px; }

.survey .btn_photo_enroll label:after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 16px;
  margin: 11px 0 0 57px;
  background: url(../../img/common/ico_upload.png) 0 0 no-repeat;
  background-size: 21px 16px;
  vertical-align: top; }

.survey .btn_photo_enroll input[type="file"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.survey .photo_enroll .photo_lst {
  margin: 30px 30px 10px; }

.survey .photo_enroll .photo_lst ul {
  overflow: hidden; }

.survey .photo_enroll .photo_lst ul li {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 3px 3px 0;
  vertical-align: top; }

.survey .photo_enroll .photo_lst ul li:nth-child(3n) {
  margin: 0 0 3px 0; }

.survey .photo_enroll .photo_lst ul li .photo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #d8d8d8; }

.survey .photo_enroll .photo_lst ul li .photo img {
  width: 100%;
  height: 100%; }

/* 190502 추가 */
.survey .photo_enroll .photo_lst ul li .btn_photo_del {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url(../../img/common/ico_del3.png) center center no-repeat;
  background-size: 20px 20px; }

.survey .q_sub1 {
  color: #D31145;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.500rem; }

.survey .q_sub2 {
  color: #D31145;
  font-size: 1.000rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190419 추가 */
.survey .top_bx {
  margin: 0 38px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #D3D3D3; }

.survey .top_bx.type5 {
  padding-bottom: 0;
  border-bottom: 0; }

/* 190409 추가 */
.survey .top_bx .desc {
  color: #202020;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.250rem; }

.survey .txt_bx {
  margin: 20px 38px 0; }

.survey .txt_bx .tit {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.313rem; }

.survey .txt_bx .txt {
  color: #202020;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190410 수정 */
.survey .questionnaire_bx {
  position: fixed;
  left: 0;
  bottom: 18%;
  width: 100%;
  margin-bottom: -7px;
  padding: 0 38px; }

/* 190409 수정 */
.survey .questionnaire_bx.type6 {
  position: relative;
  bottom: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 0 38px; }

/* 190409 추가 */
.survey .questionnaire_bx .desc {
  color: #202020;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.250rem; }

.survey .questionnaire_bx .desc.bold {
  font-size: 0.875rem;
  font-weight: 700; }

/* 190409 추가 */
.survey .questionnaire_bx .s_tit {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.250rem; }

/* 190409 수정 */
.survey .questionnaire_bx .desc.bold + .desc.bold {
  margin-top: 18px; }

.survey .questionnaire_bx ol {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #D3D3D3; }

/* 190409 수정 */
.survey .questionnaire_bx ol li {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px; }

/* 190418 수정 */
.survey .questionnaire_bx ol li .num {
  overflow: hidden;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.563rem;
  font-weight: 700;
  color: #FFF;
  line-height: 17px;
  text-align: center;
  vertical-align: top; }

/* 190418 수정 */
.survey .questionnaire_bx ol li p {
  overflow: hidden;
  float: left;
  margin-left: 8px;
  color: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 17px;
  vertical-align: top;
  margin-top: -3px;
  line-height: 22px; }

/* 190423 수정 */
.survey .questionnaire_bx .ico {
  margin-top: 27px; }

.survey .questionnaire_bx .btn_sec {
  overflow: hidden;
  margin-top: 38px; }

.survey .questionnaire_bx .btn_sec a {
  overflow: hidden;
  float: left;
  width: 132px;
  height: 40px;
  margin-right: 16px;
  border-radius: 40px;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 41px;
  text-align: center; }

.survey .questionnaire_bx .btn_sec .start {
  background: #d31145;
  color: #fff; }

.survey .txt_bx {
  overflow: hidden; }

.survey .img_bx {
  position: fixed;
  bottom: 18%;
  margin: 0 0 0 38px; }

/* 190419 수정 */
.survey .img_bx2 {
  width: 100%;
  height: 180px;
  margin-top: 74px;
  text-indent: -9999px; }

/* 190416 수정 */
.survey .img_bx2.char1 {
  position: fixed;
  left: 0;
  bottom: 245px;
  background: url(../../img/survey/img_character25.png) center 0 no-repeat;
  background-size: 240px 180px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190430 수정 */
.survey .img_bx2.char1.on {
  background: url(../../img/survey/img_character25_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char1[data-id="ck16"] {
  background: url(../../img/survey/img_character26.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char1[data-id="ck16"].on {
  background: url(../../img/survey/img_character26_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char1[data-id="ck17"] {
  background: url(../../img/survey/img_character27.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char1[data-id="ck17"].on {
  background: url(../../img/survey/img_character27_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char2 {
  position: fixed;
  left: 0;
  bottom: 332px;
  background: url(../../img/survey/img_character25.png) center 0 no-repeat;
  background-size: 240px 180px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190430 수정 */
.survey .img_bx2.char2.on {
  background: url(../../img/survey/img_character25_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

.survey .img_bx2.char2[data-id="ck16"] {
  background: url(../../img/survey/img_character27.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char2[data-id="ck16"].on {
  background: url(../../img/survey/img_character27_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char2[data-id="ck17"] {
  background: url(../../img/survey/img_character27.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190418 수정 */
.survey .img_bx2.char2[data-id="ck17"].on {
  background: url(../../img/survey/img_character27_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char2[data-id="ck18"] {
  background: url(../../img/survey/img_character27.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190418 수정 */
.survey .img_bx2.char2[data-id="ck18"].on {
  background: url(../../img/survey/img_character27_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char2[data-id="ck19"] {
  background: url(../../img/survey/img_character27.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190418 수정 */
.survey .img_bx2.char2[data-id="ck19"].on {
  background: url(../../img/survey/img_character27_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char3 {
  position: fixed;
  left: 0;
  bottom: 245px;
  background: url(../../img/survey/img_character28.png) center 0 no-repeat;
  background-size: 240px 180px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190430 수정 */
.survey .img_bx2.char3.on {
  background: url(../../img/survey/img_character28_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char3[data-id="ck16"] {
  background: url(../../img/survey/img_character29.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char3.on[data-id="ck16"] {
  background: url(../../img/survey/img_character29_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char3[data-id="ck17"] {
  background: url(../../img/survey/img_character30.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char3.on[data-id="ck17"] {
  background: url(../../img/survey/img_character30_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char4 {
  position: fixed;
  left: 0;
  bottom: 245px;
  background: url(../../img/survey/img_character3.png) center 0 no-repeat;
  background-size: 240px 180px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190430 수정 */
.survey .img_bx2.char4.on {
  background: url(../../img/survey/img_character3_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char4[data-id="ck16"] {
  background: url(../../img/survey/img_character12.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char4.on[data-id="ck16"] {
  background: url(../../img/survey/img_character12_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char4[data-id="ck17"] {
  background: url(../../img/survey/img_character31.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .img_bx2.char4.on[data-id="ck17"] {
  background: url(../../img/survey/img_character31_2.png) center 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 추가 */
.survey .sub_tit {
  margin: 0 40px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem; }

.survey .s_txt {
  margin: 8px 38px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500; }

/* 190410 수정 */
.survey .checkup_lst dt {
  margin: 30px 30px 0;
  padding: 0 0 15px 10px;
  border-bottom: 1px solid #ECEEF0;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.125rem; }

.survey .ck_bx {
  position: fixed;
  bottom: 22%;
  left: 0;
  width: 100%;
  padding: 0 30px; }

/* 190410 추가 */
.survey .ck_bx .chk {
  overflow: hidden;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }

/* 190410 추가 */
.survey .ck_bx .chk input[type="radio"] {
  display: none; }

/* 190410 추가 */
.survey .ck_bx .chk input[type="radio"] + label {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  padding: 15px 10px 15px;
  background: url(../../img/survey/bg_radio1.png) right center no-repeat;
  background-size: 20px 20px;
  color: #979797;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190410 추가 */
.survey .ck_bx .chk input[type="radio"]:checked + label {
  background: url(../../img/survey/bg_radio1_on.png) right center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700; }

/* 190410 추가 */
.survey .ck_bx .chk input[type="checkbox"] {
  display: none; }

/* 190410 추가 */
.survey .ck_bx .chk input[type="checkbox"] + label {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  padding: 17px 10px 13px;
  background: url(../../img/survey/bg_check1.png) right center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190410 추가 */
.survey .ck_bx .chk input[type="checkbox"]:checked + label {
  background: url(../../img/survey/bg_check1_on.png) right center no-repeat;
  background-size: 20px 20px; }

/* 190410 추가 */
.survey .checkup_lst {
  overflow: hidden; }

.survey .checkup_lst dl {
  overflow: hidden; }

.survey .checkup_lst dl dt {
  height: auto;
  margin: 0px 17px 0;
  padding: 0 0px 13px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 1.125rem; }

.survey .checkup_lst dl dd {
  margin: 0 17px 50px;}

.survey .checkup_lst dl dd ul {
  overflow: hidden; }

.survey .checkup_lst dl dd ul li {
  position: relative;
  border-bottom: 1px solid #ECEEF0; }

.survey .checkup_lst dl dd ul li a {
  overflow: hidden;
  position: relative;
  display: block; }

.survey .checkup_lst dl dd ul li a:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  opacity: .5;
  background-size: 500px auto; }

/* 190419 수정 */
.survey .checkup_lst dl dd ul li.complet a {
  background: none; }

.survey .checkup_lst dl dd ul li .img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 35px;
  height: 35px;
  margin-top: -18px; }

.survey .checkup_lst dl dd ul li .img img {
  position: relative;
  width: 35px;
  height: 35px; }

.survey .checkup_lst dl dd ul li .d_bx {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 71px;
  padding-left: 57px; }

.survey .checkup_lst dl dd ul li .d_bx .md_bx {
  display: table-cell;
  position: relative;
  width: 100%;
  padding-top: 5px;
  vertical-align: middle; }

/* 190417 수정 */
.survey .checkup_lst dl dd ul li .d_bx .event {
  overflow: hidden; }

.survey .checkup_lst dl dd ul li .d_bx .event p {
  overflow: hidden;
  color: #202020; }

.survey .checkup_lst dl dd ul li .d_bx .event .tit {
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 1.250rem; }

.survey .checkup_lst dl dd ul li .d_bx .event .sub {
  padding-top: 2px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; 
  color: #919497;
}

.survey .checkup_lst dl dd ul li .d_bx .compl {
  display: none;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -10px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  text-align: right; }

/* 190417 수정 */
.survey .checkup_lst dl dd ul li.complet .d_bx .compl {
  display: block; }

.survey .checkup_lst dl dd ul li.complet a:after {
  display: none; }

.survey_photo_enroll .q_tt1 {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.survey_photo_enroll .info_lst .tt {
  margin-bottom: 2px;
  color: #202020;
  font-size: 1.00em;
  font-weight: 700;
  line-height: 1.500em; }

.survey_photo_enroll .info_lst .tt .date {
  float: right;
  font-weight: 400; }

.survey_photo_enroll .info_lst ul {
  margin: 30px 30px;
  border-top: 1px solid #C1C1C1; }

.survey_photo_enroll .info_lst ul li {
  position: relative;
  padding: 0 8px 0 65px;
  border-bottom: 1px solid #E4E4E4; }

.survey_photo_enroll .info_lst ul li .img {
  overflow: hidden;
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 10;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* 190409 수정 */
.survey_photo_enroll .info_lst ul li .img img {
  position: relative;
  width: 35px;
  height: 35px; }

.survey_photo_enroll .info_lst ul li .d_bx {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 71px; }

.survey_photo_enroll .info_lst ul li .d_bx p {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.250rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1; }

.survey_photo_enroll .info_lst ul li .d_bx .event {
  display: table-cell;
  vertical-align: middle; }

.survey_photo_enroll .info_lst ul li .d_bx .event em {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.survey_photo_enroll .info_lst ul li .d_bx .detail {
  display: table-cell;
  text-align: right;
  vertical-align: middle; }

.survey_photo_enroll .info_lst ul li .d_bx .btn_info {
  display: inline-block;
  width: 21px;
  height: 100%;
  margin-left: 6px;
  background: url(../../img/health_profile/ico_info.png) 100% 50% no-repeat;
  background-size: 21px 21px;
  text-indent: -9999px; }

.survey_photo_enroll .info_lst ul li .d_bx .btn_info.warning {
  background: url(../../img/health_profile/ico_info2.png) 100% 50% no-repeat;
  background-size: 21px 21px; }

.survey_photo_enroll .info_lst ul li .detail_bx {
  display: none;
  margin: 8px 0 15px;
  padding-left: 48px; }

.survey_photo_enroll .info_lst ul li .detail_bx p {
  color: #202020;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.714em; }

.survey_photo_enroll .photo_lst {
  margin: 10px 30px 0; }

.survey_photo_enroll .photo_lst.top_bd {
  padding-top: 30px;
  border-top: 1px solid #e4e4e4; }

.survey_photo_enroll .photo_lst .tt {
  overflow: hidden;
  margin: 0 8px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.625rem; }

.survey_photo_enroll .photo_lst .tt .date {
  float: right;
  font-weight: 400; }

.survey_photo_enroll .photo_lst ul {
  overflow: hidden;
  margin-top: 10px; }

/* 190409 수정 */
.survey_photo_enroll .photo_lst ul li {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 3px 3px 0;
  vertical-align: top; }

.survey_photo_enroll .photo_lst ul li:nth-child(3n) {
  margin: 0 0 3px 0; }

.survey_photo_enroll .photo_lst ul li .photo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #d8d8d8; }

.survey_photo_enroll .date_bx {
  overflow: hidden;
  margin: 28px 30px 0;
  padding: 0 10px;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #E4E4E4; }

.survey_photo_enroll .date_bx p {
  float: left;
  padding-top: 2px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 48px; }

.survey_photo_enroll .date_bx p strong {
  display: inline-block;
  font-weight: 700; }

.survey_photo_enroll .date_bx p:last-child {
  float: right; }

/* 바이탈리티 선택 동의 */
.survey .terms_bx {
  overflow: hidden;
  margin: 34px 30px 0; }

.survey .terms_bx .all_check {
  overflow: hidden;
  padding-bottom: 13px;
  border-bottom: 1px solid #979797; }

.survey .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  background: url(../../img/common/sp_ico.svg) -60px -40px no-repeat;
  background-size: 500px auto; }

.survey .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020;
  line-height: 21px;
  vertical-align: top; }

.survey .terms_bx .all_check input[type="checkbox"]:checked {
  background-position: -92px -40px; }

.survey .terms_bx ul {
  overflow: hidden;
  margin-bottom: 20px; }

.survey .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

.survey .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/common/sp_ico.svg) 0 -40px no-repeat;
  background-size: 500px auto; }

.survey .terms_bx ul li input[type="checkbox"]:checked {
  background-position: -30px -40px; }

.survey .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  /*background:url(../../img/common/sp_ico.svg) 100% 50% no-repeat;background-size:6px 12px;*/
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

/* 190419 수정 */
.survey .terms_bx ul li a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  right: 5px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190419 수정 */
.survey .terms_bx .desc {
  font-size: 0.75rem;
  padding: 10px 15px 0; }

/* 키 입력 */
.survey.setg .q_tt1 {
  position: fixed;
  top: 86px;
  z-index: 50;
  overflow: hidden;
  margin: 0 0 0 38px; }

/* 190423 수정 */
.survey.setg .tall {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0; }

.survey.setg .tall .img {
  overflow: hidden;
  position: absolute;
  left: 38px;
  bottom: 112px;
  z-index: 10;
  padding-bottom: 7px; }

.survey.setg .tall .img .any {
  position: relative;
  overflow: hidden;
  width: 156px;
  height: 150px;
  background: url(../../img/survey/img_tall_char1.png) 0 0 no-repeat;
  background-size: 156px 150px;
  z-index: 20; }

.survey.setg .tall .img .any .face {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 40px;
  width: 38px;
  height: 25px;
  margin-left: -19px;
  background: url(../../img/survey/img_face.png) 0 0 no-repeat;
  background-size: 38px 25px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.setg .tall .img .any .face.on {
  background: url(../../img/survey/img_face2.png) 0 0 no-repeat;
  background-size: 38px 25px; }

.survey.setg .tall .img .leg {
  position: relative;
  overflow: hidden;
  margin-top: -49px;
  z-index: 10; }

.survey.setg .tall .img .leg .left {
  overflow: hidden;
  float: left;
  width: 12px;
  height: 100%;
  margin-left: 52px;
  background-image: -webkit-linear-gradient(to bottom, #08C258 0%, #0DDA59 98%);
  background-image: linear-gradient(-180deg, #08C258 0%, #0DDA59 98%);
  border-radius: 6px;
  z-index: 10; }

.survey.setg .tall .img .leg .right {
  overflow: hidden;
  float: right;
  width: 12px;
  height: 100%;
  margin-right: 52px;
  background-image: -webkit-linear-gradient(to bottom, #08C258 0%, #0DDA59 98%);
  background-image: linear-gradient(-180deg, #08C258 0%, #0DDA59 98%);
  border-radius: 6px;
  z-index: 10; }

.survey.setg .tall .img .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 20px;
  margin-left: -40px;
  border-radius: 100%;
  background: #F5F5F5; }

.survey.setg .tall .ruler {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
  z-index: 20; }

/* 190422 수정 */
.survey.setg .tall .ruler .slider {
  overflow: hidden;
  width: 160px;
  margin-top: -9px;
  background: url(../../img/survey/img_ruler1.png) right 0 no-repeat;
  background-size: 66px auto; }

/* 190422 수정 */
.survey.setg .tall .ruler .box {
  overflow: hidden;
  height: 100%; }

.survey.setg .tall .ruler .slider em {
  overflow: hidden;
  display: block;
  width: 78px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

.survey.setg .tall .num {
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -43px;
  padding: 20px 0;
  z-index: 20;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%); }

.survey.setg .tall .num:before {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  top: 50%;
  width: 30px;
  height: 19px;
  margin-top: -16px;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 21%, rgba(255, 255, 255, 0.78) 29%, rgba(255, 255, 255, 0.92) 39%, #FFFFFF 49%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.83) 72%, rgba(255, 255, 255, 0.59) 84%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 21%, rgba(255, 255, 255, 0.78) 29%, rgba(255, 255, 255, 0.92) 39%, #FFFFFF 49%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.83) 72%, rgba(255, 255, 255, 0.59) 84%, rgba(255, 255, 255, 0) 100%); }

/* 191015 추가 */
.survey.setg .tall .num label {
  overflow: hidden;
  display: block;
  font-size: 1.875rem;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 700; }

.survey.setg .tall .num span {
  overflow: hidden;
  display: block;
  margin-top: -11px;
  font-size: 1.25rem;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 700;
  text-align: right; }

.survey.setg .tall .num:after {
  position: absolute;
  content: "";
  right: -45px;
  top: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-top: -7px;
  background: #D31145; }

/* 몸무게 입력 */
.survey.setg .weight {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.survey.setg .weight .img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  transform: translate(-50%, -50%) translateY(-18px);
  -webkit-transform: translate(-50%, -50%) translateY(-18px); }

.survey.setg .weight .img .any {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../../img/survey/img_weight_char1.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 20; }

.survey.setg .weight .img .any .face {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 25px;
  background: url(../../img/survey/img_face.png) 0 0 no-repeat;
  background-size: 38px 25px;
  transform: translate(-50%, -50%) translateY(-20px);
  -webkit-transform: translate(-50%, -50%) translateY(-20px);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.setg .weight .img .any .face.on {
  background: url(../../img/survey/img_face3.png) 0 0 no-repeat;
  background-size: 38px 25px; }

.survey.setg .weight .leg {
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
  width: 100%;
  height: 43px;
  transform: translateY(32px);
  -webkit-transform: translateY(32px);
  z-index: 10; }

.survey.setg .weight .leg .left {
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 12px;
  height: 100%;
  margin-left: -28px;
  background-image: -webkit-linear-gradient(to bottom, #08C258 0%, #0DDA59 98%);
  background-image: linear-gradient(-180deg, #08C258 0%, #0DDA59 98%);
  border-radius: 6px;
  z-index: 10; }

.survey.setg .weight .leg .right {
  overflow: hidden;
  position: absolute;
  right: 50%;
  width: 12px;
  height: 100%;
  margin-right: -28px;
  background-image: -webkit-linear-gradient(to bottom, #08C258 0%, #0DDA59 98%);
  background-image: linear-gradient(-180deg, #08C258 0%, #0DDA59 98%);
  border-radius: 6px;
  z-index: 10; }

.survey.setg .weight .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 20px;
  border-radius: 100%;
  background: #F5F5F5;
  transform: translate(-50%, 62px);
  -webkit-transform: translate(-50%, 62px); }

/* 190418 수정 */
.survey.setg .weight .ruler {
  position: absolute;
  left: 0;
  bottom: 112px;
  width: 100%;
  height: 160px;
  z-index: 20; }

/* 190422 수정 */
.survey.setg .weight .ruler .slider {
  overflow: hidden;
  width: 100%;
  margin-left: -1px;
  background: url(../../img/survey/img_ruler2.png) 0 100% no-repeat;
  background-size: auto 62px; }

/* 190422 수정 */
.survey.setg .weight .ruler .box {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px; }

/* 190422 수정 */
.survey.setg .weight .ruler .slider em {
  overflow: hidden;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

.survey.setg .weight .num {
  position: absolute;
  left: 50%;
  bottom: 38px;
  z-index: 20;
  padding: 0 20px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%); }

/* 190422 수정 */
.survey.setg .weight .num:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 52px;
  z-index: 30;
  width: 20px;
  height: 30px;
  margin-left: -10px;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.47) 13%, rgba(255, 255, 255, 0.65) 19%, rgba(255, 255, 255, 0.75) 23%, rgba(255, 255, 255, 0.86) 33%, #FFFFFF 50%, rgba(255, 255, 255, 0.88) 65%, rgba(255, 255, 255, 0.78) 73%, rgba(255, 255, 255, 0.57) 83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.47) 13%, rgba(255, 255, 255, 0.65) 19%, rgba(255, 255, 255, 0.75) 23%, rgba(255, 255, 255, 0.86) 33%, #FFFFFF 50%, rgba(255, 255, 255, 0.88) 65%, rgba(255, 255, 255, 0.78) 73%, rgba(255, 255, 255, 0.57) 83%, rgba(255, 255, 255, 0) 100%); }

/* 191015 추가 */
.survey.setg .weight .num label {
  overflow: hidden;
  display: inline-block;
  padding-top: 3px;
  font-size: 1.875rem;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 700;
  vertical-align: bottom; }

.survey.setg .weight .num span {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 4px 4px;
  font-size: 1.25rem;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 700;
  vertical-align: bottom; }

/* 190418 수정 */
.survey.setg .weight .num:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 52px;
  display: block;
  width: 1px;
  height: 30px;
  margin-left: -1px;
  background: #D31145;
  z-index: 30; }

/* 190418 수정 */
.survey.setg .weight .point {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px; }

.survey.setg .weight .point:after {
  position: absolute;
  content: "";
  left: -29px;
  top: 0;
  display: block;
  width: 59px;
  height: 14px;
  background: url(../../img/survey/bg_point_mask2.png) 0 0 no-repeat;
  background-size: 59px 14px; }

.survey.setg .weight .point img {
  position: relative;
  z-index: 20; }

/* 허리둘레 입력 */
.survey.setg .waist {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.survey.setg .waist .img {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 20;
  width: 100%;
  height: 150px;
  margin-top: -93px;
  text-align: center; }

.survey.setg .waist .img:before {
  content: '';
  display: inline-block;
  overflow: hidden;
  width: 78px;
  height: 150px;
  background: url(../../img/survey/img_waist_char1.png) 0 0 no-repeat;
  background-size: 78px 150px; }

.survey.setg .waist .img:after {
  content: '';
  display: inline-block;
  overflow: hidden;
  width: 78px;
  height: 150px;
  background: url(../../img/survey/img_waist_char2.png) 0 0 no-repeat;
  background-size: 78px 150px; }

.survey.setg .waist .img .any {
  overflow: hidden;
  display: inline-block;
  height: 100%;
  background: url(../../img/survey/img_waist_char3.png) 0 0 repeat-x;
  background-size: 100% 100%;
  z-index: 20; }

.survey.setg .waist .img .any .face {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 22px;
  background: url(../../img/survey/img_face4.png) 0 0 no-repeat;
  background-size: 38px 22px;
  transform: translate(-50%, -50%) translateY(-20px);
  -webkit-transform: translate(-50%, -50%) translateY(-20px);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.setg .waist .img .any .face.on {
  background: url(../../img/survey/img_face5.png) 0 0 no-repeat;
  background-size: 38px 22px; }

.survey.setg .waist .leg {
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
  width: 100%;
  height: 43px;
  transform: translateY(32px);
  -webkit-transform: translateY(32px);
  z-index: 10; }

.survey.setg .waist .leg .left {
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 12px;
  height: 100%;
  margin-left: -28px;
  background-image: -webkit-linear-gradient(to bottom, #08C258 0%, #0DDA59 98%);
  background-image: linear-gradient(-180deg, #08C258 0%, #0DDA59 98%);
  border-radius: 6px;
  z-index: 10; }

.survey.setg .waist .leg .right {
  overflow: hidden;
  position: absolute;
  right: 50%;
  width: 12px;
  height: 100%;
  margin-right: -28px;
  background-image: -webkit-linear-gradient(to bottom, #08C258 0%, #0DDA59 98%);
  background-image: linear-gradient(-180deg, #08C258 0%, #0DDA59 98%);
  border-radius: 6px;
  z-index: 10; }

.survey.setg .waist .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 20px;
  border-radius: 100%;
  background: #F5F5F5;
  transform: translate(-50%, 62px);
  -webkit-transform: translate(-50%, 62px); }

/* 190418 수정 */
.survey.setg .waist .ruler {
  position: absolute;
  left: 0;
  bottom: 112px;
  width: 100%;
  height: 160px;
  z-index: 20; }

/* 190422 수정 */
.survey.setg .waist .ruler .slider {
  overflow: hidden;
  width: 100%;
  margin-left: -1px;
  background: url(../../img/survey/img_ruler3.png) 0 100% no-repeat;
  background-size: auto 62px; }

/* 190422 수정 */
.survey.setg .waist .ruler .box {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px; }

/* 190422 수정 */
.survey.setg .waist .ruler .slider em {
  overflow: hidden;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

.survey.setg .waist .num {
  position: absolute;
  left: 50%;
  bottom: 38px;
  z-index: 20;
  padding: 0 20px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 50%, white 90%, rgba(255, 255, 255, 0) 100%); }

/* 190422 수정 */
.survey.setg .waist .num label {
  overflow: hidden;
  display: inline-block;
  padding-top: 3px;
  font-size: 1.875rem;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 700;
  vertical-align: bottom; }

.survey.setg .waist .num span {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 4px 4px;
  font-size: 1.25rem;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 700;
  vertical-align: bottom; }

/* 190418 수정 */
.survey.setg .waist .num:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 52px;
  z-index: 30;
  width: 20px;
  height: 30px;
  margin-left: -10px;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.47) 13%, rgba(255, 255, 255, 0.65) 19%, rgba(255, 255, 255, 0.75) 23%, rgba(255, 255, 255, 0.86) 33%, #FFFFFF 50%, rgba(255, 255, 255, 0.88) 65%, rgba(255, 255, 255, 0.78) 73%, rgba(255, 255, 255, 0.57) 83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.47) 13%, rgba(255, 255, 255, 0.65) 19%, rgba(255, 255, 255, 0.75) 23%, rgba(255, 255, 255, 0.86) 33%, #FFFFFF 50%, rgba(255, 255, 255, 0.88) 65%, rgba(255, 255, 255, 0.78) 73%, rgba(255, 255, 255, 0.57) 83%, rgba(255, 255, 255, 0) 100%); }

/* 191015 추가 */
.survey.setg .waist .num:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 52px;
  display: block;
  width: 1px;
  height: 30px;
  margin-left: -1px;
  background: #D31145;
  z-index: 30; }

/* 190418 수정 */
.survey.setg .waist .point {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3px; }

.survey.setg .waist .point:after {
  position: absolute;
  content: "";
  left: -29px;
  top: 0;
  display: block;
  width: 59px;
  height: 14px;
  background: url(../../img/survey/bg_point_mask2.png) 0 0 no-repeat;
  background-size: 59px 14px; }

.survey.setg .waist .point img {
  position: relative;
  z-index: 20; }

/* 혈압&혈당&콜레스테롤&흡연&음주 하단 직접입력&선택 */
.survey.etc .q_tt1 {
  overflow: hidden;
  margin: 30px 0 0 38px; }

.survey.etc .q_tt1 em {
  overflow: hidden;
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 0.875rem; }

.survey.etc .section {
  overflow: hidden;
  position: relative; }

.survey.etc .section .form_area {
  margin-top: -5px; }

.survey.etc .section .form_area .ck_list2 {
  margin: 0 30px; }

.survey.etc .section .form_area .dir_write {
  margin: 23px 30px 0; }

.survey.etc .section .form_area .dir_write p {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020; }

.survey.etc .section .form_area .dir_write p em {
  font-weight: 500; }

.survey.etc .section .form_area .dir_write .write_sec {
  overflow: hidden; }

.survey.etc .section .form_area .dir_write .write_sec .ip_bx {
  float: left;
  margin: 0; }

.survey.etc .section .form_area .dir_write .write_sec .ip_bx input {
  padding: 0 0 0 20px;
  text-align: left;
  color: #C0C0C0;
  font-size: 0.875rem;
  font-weight: 500; }

.survey.etc .section .form_area .dir_write .write_sec .ip_bx input::placeholder {
  color: #C0C0C0; }

.survey.etc .section .form_area .dir_write.on .write_sec .ip_bx input {
  color: #202020; }

.survey.etc .section .form_area .dir_write .write_sec em {
  overflow: hidden;
  float: left;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 400;
  color: #979797;
  line-height: 42px; }

.survey.etc .section .form_area .dir_write.on .write_sec em {
  color: #202020; }

.survey.etc .section .form_area .dir_write .write_sec em:nth-child(2) {
  width: 26px;
  text-align: center; }

.survey.etc .section .form_area .dir_write .write_sec em:nth-child(4) {
  width: 62px;
  text-align: right; }

.survey.etc .section .form_area .dir_write .write_sec.type2 {
  overflow: hidden; }

.survey.etc .section .form_area .dir_write .write_sec.type2 .ip_bx {
  float: none;
  margin: 0; }

.survey.etc .section .form_area .dir_write .write_sec.type2 .ip_bx input {
  padding: 0 60px 0 22px;
  text-align: left;
  color: #979797; }

.survey.etc .section .form_area .dir_write .write_sec.type2 .ip_bx input.on {
  color: #979797; }

.survey.etc .section .form_area .dir_write.on .write_sec.type2 .ip_bx input.on {
  color: #202020; }

.survey.etc .section .form_area .dir_write .write_sec.type2 .ip_bx input + label {
  left: 22px;
  width: auto;
  text-align: left; }

.survey.etc .section .form_area .dir_write .write_sec.type2 .ip_bx input.on + label {
  display: block;
  opacity: 0; }

.survey.etc .section .form_area .dir_write .write_sec.type2 .ip_bx span {
  position: absolute;
  right: 22px;
  top: 0;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 400;
  color: #979797;
  line-height: 42px; }

.survey.etc .section .form_area .dir_write.on .write_sec.type2 .ip_bx span {
  color: #202020; }

.survey.etc .section .form_area .ck_list1 {
  margin: 21px 0 8px; }

/* 190423 수정 */
.survey.etc .section .form_area .error_msg {
  margin: 13px 0 0 10px !important;
  padding: 0 !important;
  font-size: 0.750rem !important;
  color: #D31145 !important;
  line-height: 1.125rem; }

.survey.etc .ck_selt {
  overflow: hidden;
  position: relative;
  margin: 0; }

.survey.etc .ck_selt .select_bx {
  overflow: hidden;
  position: relative;
  margin: 0 30px; }

.survey.etc .ck_selt .select_bx:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url(../../img/survey/ico_aw_sorting.png) 0 0 no-repeat;
  background-size: 30px 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.survey.etc .ck_selt .select_bx .list {
  position: relative;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
  background: #F9F9F9;
  border: 1px solid #ABABAB;
  border-radius: 6px; }

.survey.etc .ck_selt_sec {
  overflow: hidden;
  margin: 20px 30px 0; }

.survey.etc .ck_selt_sec .ck_selt .select_bx {
  margin: 0; }

.survey.etc .ck_selt_sec span {
  overflow: hidden;
  float: left;
  width: 26px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #979797; }

.survey.etc .ck_selt.type2 {
  margin: 20px 0 0 0; }

.survey.etc .ck_selt.type3 {
  float: left; }

/* 혈압 캐릭터 */
.survey.etc .section .any_sec.blpr {
  overflow: visible;
  position: relative;
  height: 215px;
  margin-top: 15px; }

.survey.etc .section .any_sec.blpr .img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 17px;
  width: 240px;
  height: 180px;
  background: url(../../img/survey/img_character3.png) 0 0 no-repeat;
  background-size: 240px 180px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.etc .section .any_sec.blpr .img.on {
  background: url(../../img/survey/img_character3_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck11"] .img {
  background: url(../../img/survey/img_character3.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck11"] .img.on {
  background: url(../../img/survey/img_character3_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck12"] .img {
  background: url(../../img/survey/img_character4.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck12"] .img.on {
  background: url(../../img/survey/img_character4_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck13"] .img {
  background: url(../../img/survey/img_character5.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck13"] .img.on {
  background: url(../../img/survey/img_character5_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck14"] .img {
  background: url(../../img/survey/img_character6.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blpr[data-id="ck14"] .img.on {
  background: url(../../img/survey/img_character6_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 혈당 캐릭터 */
.survey.etc .section .any_sec.blsu + .form_area .dir_write .write_sec .ip_bx {
  float: none; }

.survey.etc .section .any_sec.blsu {
  overflow: visible;
  position: relative;
  height: 215px;
  margin-top: -17px; }

.survey.etc .section .any_sec.blsu .img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 17px;
  width: 240px;
  height: 180px;
  background: url(../../img/survey/img_character3.png) 0 0 no-repeat;
  background-size: 240px 180px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.etc .section .any_sec.blsu .img.on {
  background: url(../../img/survey/img_character3_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blsu[data-id="ck11"] .img {
  background: url(../../img/survey/img_character3.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blsu[data-id="ck11"] .img.on {
  background: url(../../img/survey/img_character3_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blsu[data-id="ck12"] .img {
  background: url(../../img/survey/img_character7.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blsu[data-id="ck12"] .img.on {
  background: url(../../img/survey/img_character7_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.blsu[data-id="ck13"] .img {
  background: url(../../img/survey/img_character5.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.blsu[data-id="ck13"] .img.on {
  background: url(../../img/survey/img_character5_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.blsu[data-id="ck14"] .img {
  background: url(../../img/survey/img_character8.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.blsu[data-id="ck14"] .img.on {
  background: url(../../img/survey/img_character8_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
/* 콜레스테롤 캐릭터 */
.survey.etc .section .any_sec.chst + .form_area .dir_write .write_sec .ip_bx {
  float: none; }

.survey.etc .section .any_sec.chst {
  overflow: visible;
  position: relative;
  height: 215px;
  margin-top: -17px; }

.survey.etc .section .any_sec.chst .img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 17px;
  width: 240px;
  height: 180px;
  background: url(../../img/survey/img_character3.png) 0 0 no-repeat;
  background-size: 240px 180px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.etc .section .any_sec.chst .img.on {
  background: url(../../img/survey/img_character3_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.chst[data-id="ck11"] .img {
  background: url(../../img/survey/img_character3.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.chst[data-id="ck11"] .img.on {
  background: url(../../img/survey/img_character3_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.chst[data-id="ck12"] .img {
  background: url(../../img/survey/img_character9.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.chst[data-id="ck12"] .img.on {
  background: url(../../img/survey/img_character9_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.chst[data-id="ck13"] .img {
  background: url(../../img/survey/img_character5.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.chst[data-id="ck13"] .img.on {
  background: url(../../img/survey/img_character5_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.chst[data-id="ck14"] .img {
  background: url(../../img/survey/img_character10.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.chst[data-id="ck14"] .img.on {
  background: url(../../img/survey/img_character10_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 흡연 캐릭터 */
.survey.etc .section .any_sec.smok {
  overflow: visible;
  position: relative;
  height: 215px;
  margin-top: 15px; }

.survey.etc .section .any_sec.smok .img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 17px;
  width: 240px;
  height: 180px;
  background: url(../../img/survey/img_character11.png) 0 0 no-repeat;
  background-size: 240px 180px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.etc .section .any_sec.smok .img.on {
  background: url(../../img/survey/img_character11_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.smok[data-id="ck1"] .img {
  background: url(../../img/survey/img_character12.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.smok[data-id="ck1"] .img.on {
  background: url(../../img/survey/img_character12_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.smok[data-id="ck2"] .img {
  background: url(../../img/survey/img_character13.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.smok[data-id="ck2"] .img.on {
  background: url(../../img/survey/img_character13_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.smok[data-id="ck3"] .img {
  background: url(../../img/survey/img_character14.png) 0 0 no-repeat;
  background-size: 240px 180px; }

.survey.etc .section .any_sec.smok[data-id="ck3"] .img.on {
  background: url(../../img/survey/img_character14_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 음주step1 캐릭터 */
.survey.etc .section .any_sec.drki {
  overflow: visible;
  position: relative;
  height: 215px;
  margin-top: 55px; }

.survey.etc .section .any_sec.drki .img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 17px;
  width: 240px;
  height: 180px;
  background: url(../../img/survey/img_character15.png) 0 0 no-repeat;
  background-size: 240px 180px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.etc .section .any_sec.drki .img.on {
  background: url(../../img/survey/img_character15_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki[data-id="ck1"] .img {
  background: url(../../img/survey/img_character16.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki[data-id="ck1"] .img.on {
  background: url(../../img/survey/img_character16_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki[data-id="ck2"] .img {
  background: url(../../img/survey/img_character17.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki[data-id="ck2"] .img.on {
  background: url(../../img/survey/img_character17_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
/* 음주step2 캐릭터 */
.survey.etc .section .any_sec.drki2 {
  overflow: visible;
  position: relative;
  height: 215px;
  margin: 23px 0 74px; }

.survey.etc .section .any_sec.drki2 .img {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 17px;
  width: 240px;
  height: 180px;
  background: url(../../img/survey/img_character15.png) 0 0 no-repeat;
  background-size: 240px 180px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190425 수정 */
.survey.etc .section .any_sec.drki2 .img.on {
  background: url(../../img/survey/img_character15_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="1"] .img {
  background: url(../../img/survey/img_character17.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="1"] .img.on {
  background: url(../../img/survey/img_character17_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="2"] .img {
  background: url(../../img/survey/img_character18.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="2"] .img.on {
  background: url(../../img/survey/img_character18_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="3"] .img {
  background: url(../../img/survey/img_character19.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="3"] .img.on {
  background: url(../../img/survey/img_character19_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="4"] .img {
  background: url(../../img/survey/img_character20.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.survey.etc .section .any_sec.drki2[data-id="4"] .img.on {
  background: url(../../img/survey/img_character20_2.png) 0 0 no-repeat;
  background-size: 240px 180px; }

/* 190416 수정 */
.grade .grade_info {
  margin: 40px 30px 0; }

/* 190725 수정 */
.grade .grade_info .img_point {
  position: relative;
  width: 183px;
  height: 113px;
  margin: 0 auto;
  background: url(../../img/my_benefit/img_benefit_man.png) 0 0 no-repeat;
  background-size: 183px 113px; }

.grade .grade_info .img_point.bronze {
  background: url(../../img/my_benefit/img_2020_grade_bronze.png) 0 0 no-repeat;
  background-size: 183px 113px; }

/* 200812 수정 */
.grade .grade_info .img_point.silver {
  background: url(../../img/my_benefit/img_2020_grade_silver.png) 0 0 no-repeat;
  background-size: 183px 113px; }

/* 200812 수정 */
.grade .grade_info .img_point.gold {
  background: url(../../img/my_benefit/img_2020_grade_gold.png) 0 0 no-repeat;
  background-size: 183px 113px; }

/* 200806 수정 */
.grade .grade_info .img_point.platinum {
  background: url(../../img/my_benefit/img_2020_grade_platinum.png) 0 0 no-repeat;
  background-size: 183px 113px; }

/* 200812 수정 */
.grade .grade_info .img_point .txt_point {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: 2px;
  color: #FFF;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

/* 190723 수정 */
.grade .grade_info .img_point .txt_point span {
  display: block;
  font-size: 0.938rem;
  text-align: center; }

.grade .grade_info .txt_grade {
  margin-top: 23px;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-align: center; }

.grade .grade_info .txt_grade span {
  color: #D31145;
  font-weight: 700; }

.grade .grade_info .period {
  overflow: hidden;
  margin-top: 2px;
  color: #979797;
  font-size: 0.813rem;
  font-weight: 500;
  text-align: center; }

/* 190723 추가 */
.grade .grade_tt {
  overflow: hidden;
  margin: 30px 30px 0;
  padding: 17px 10px 13px;
  border-radius: 5px;
  background: #F0F0F0;
  text-align: center; }

/* 190725 수정 */
.grade .grade_tt p {
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190723 추가 */
.grade .grade_tt p span {
  color: #D31145;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190723 추가 */
.grade .my_point .btn_point {
  display: block;
  position: relative;
  height: 50px;
  margin: 48px 30px 0;
  padding: 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 48px; }

/* 190917 수정 */
.grade .my_point .btn_point:after {
  content: '';
  position: absolute;
  right: 19px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

/* 190419 수정 */
.grade .my_point .grade_bar {
  overflow: hidden;
  margin-top: 43px; }

/* 190917 추가 */
.grade .my_point .grade_bar h3 {
  margin: 0 30px;
  padding: 0 0 7px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190917 추가 */
.grade .my_point .grade_process {
  position: relative;
  overflow: hidden;
  margin: 31px 30px 0;
  padding-bottom: 59px; }

/* 190917 수정 */
.grade .my_point .grade_process .grade_point {
  overflow: hidden; }

.grade .my_point .grade_process .grade_point span {
  display: block;
  float: left;
  width: 25%;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.143em;
  text-align: center; }

.grade .my_point .grade_process .grade_point span:nth-child(1) {
  position: relative;
  left: 12.5%; }

.grade .my_point .grade_process .grade_point span:nth-child(2) {
  position: relative;
  left: 12.5%; }

.grade .my_point .grade_process .grade_point span:nth-child(3) {
  position: relative;
  left: 12.5%; }

.grade .my_point .grade_process .progress_bar {
  position: absolute;
  left: 0;
  top: 9px;
  overflow: hidden;
  width: 0;
  height: 37px;
  margin-top: 11px;
  z-index: 10;
  transition: all ease 1s;
  -webkit-transition: all ease 1s; }

/* 190725 수정 */
.grade .my_point .grade_process .progress_bar.on {
  width: 100%; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar .line {
  overflow: hidden;
  width: calc(100vw - 60px);
  height: 30px;
  margin-top: 7px; }

/* 190723 수정 */
.grade .my_point .grade_process .progress_bar .line span {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 30px;
  color: #FFF;
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 30px;
  text-align: center; }

/*.grade .my_point .grade_process .progress_bar .line span:after{content:'';position:absolute;right:0;bottom:0;width:1px;height:37px}*/
/* 190723 삭제 */
.grade .my_point .grade_process .progress_bar .line span.bronze {
  border-top: 1px solid #a46352;
  border-bottom: 1px solid #a46352;
  border-left: 1px solid #a46352;
  border-radius: 6px 0 0 6px;
  background: #B46C59; }

/* 190723 수정 */
.grade .my_point .grade_process .progress_bar .line span.silver {
  border-top: 1px solid #999c9f;
  border-bottom: 1px solid #999c9f;
  background: #A8ABAE; }

.grade .my_point .grade_process .progress_bar .line span.gold {
  border-top: 1px solid #e6a816;
  border-bottom: 1px solid #e6a816;
  background: #FDB816; }

.grade .my_point .grade_process .progress_bar .line span.platinum {
  border-top: 1px solid #656a7e;
  border-bottom: 1px solid #656a7e;
  border-radius: 0 6px 6px 0;
  background: #6E7389; }

.grade .my_point .grade_process .progress_bar .line span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 37px; }

/* 190723 수정 */
.grade .my_point .grade_process .progress_bar .line span.bronze:after {
  background: #a46352; }

/* 190723 수정 */
.grade .my_point .grade_process .progress_bar .line span.silver:after {
  background: #999c9f; }

/* 190723 수정 */
.grade .my_point .grade_process .progress_bar .line span.gold:after {
  background: #e6a816; }

/* 190723 수정 */
.grade .my_point .grade_process .progress_bar .line span.platinum:after {
  display: none; }

/* 190723 수정 */
.grade .my_point .grade_process .progress_bar2 {
  overflow: hidden;
  position: relative;
  height: 37px;
  margin-top: 4px; }

/* 190725 수정 */
.grade .my_point .grade_process .progress_bar2 .line {
  width: 100%;
  height: 30px;
  margin-top: 7px; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar2 .line span {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 30px;
  color: #979797;
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 30px;
  text-align: center; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar2 .line span.bronze {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-radius: 6px 0 0 6px;
  background: #E4E4E4; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar2 .line span.silver {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  background: #E4E4E4; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar2 .line span.gold {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  background: #E4E4E4; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar2 .line span.platinum {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  border-radius: 0 6px 6px 0;
  background: #E4E4E4; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar2 .line span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 37px;
  background: #CFCFCF; }

/* 190723 추가 */
.grade .my_point .grade_process .progress_bar2 .line span.platinum:after {
  display: none; }

/* 190723 추가 */
.grade .my_point .grade_process .balloon {
  position: absolute;
  top: 65px;
  display: none;
  height: 20px;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  background: #D31145;
  border-radius: 5px;
  z-index: 20;
  white-space: nowrap; }

/* 190808 수정 */
.grade .my_point .grade_process .balloon:before {
  content: '';
  position: absolute;
  top: -6px;
  display: block;
  width: 11px;
  height: 11px; }

/* 190723 추가 */
.grade .my_point .grade_process .balloon.step1:before {
  left: 0;
  background: url(../../img/my_benefit/ico_balloon1.png) 0 0 no-repeat;
  background-size: 11px 11px; }

/* 190723 추가 */
.grade .my_point .grade_process .balloon.step2 {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

/* 190723 추가 */
.grade .my_point .grade_process .balloon.step2:before {
  left: 50%;
  margin-left: -5px;
  background: url(../../img/my_benefit/ico_balloon2.png) 0 0 no-repeat;
  background-size: 11px 11px; }

/* 190723 추가 */
.grade .my_point .grade_process .balloon.step3:before {
  left: auto;
  right: 0;
  background: url(../../img/my_benefit/ico_balloon3.png) 0 0 no-repeat;
  background-size: 11px 11px; }

/* 190723 추가 */
.grade .my_point .grade_bar .point_tt {
  overflow: hidden;
  text-align: center; }

/* 190917 추가 */
.grade .my_point .grade_bar .point_tt p {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 190917 추가 */
.grade .my_point .grade_bar .point_tt em {
  display: block;
  margin-top: 5px;
  color: #979797;
  font-size: 0.750rem;
  font-weight: 500;
  line-height: 1.125rem; }

/* 190917 추가 */
.grade .grade_intro {
  overflow: hidden;
  margin-top: 40px; }

/* 200806 수정 */
.grade .grade_intro h3 {
  margin: 0 30px;
  padding: 0 0 7px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190917 추가 */
.grade .grade_intro dl {
  overflow: hidden;
  margin: 18px 30px 0;
  padding-left: 8px; }

/* 190917 추가 */
.grade .grade_intro dl dt {
  overflow: hidden;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; }

/* 190917 추가 */
.grade .grade_intro dl dd + dt {
  margin-top: 30px; }

/* 190917 추가 */
.grade .grade_intro dl dd {
  overflow: hidden;
  margin-top: 5px;
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

/* 190917 추가 */
.grade .grade_lst {
  overflow: hidden;
  margin: 61px 30px 0; }

/* 190917 수정 */
.grade .grade_lst h3 {
  padding: 0 0 12px 8px;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190917 수정 */
.grade .grade_lst ul {
  overflow: hidden; }

.grade .grade_lst ul li {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 58px;
  padding: 0 8px;
  border-bottom: 1px solid #E4E4E4; }

.grade .grade_lst ul li:first-child {
  border-top: 1px solid #C1C1C1; }

/* 190723 수정 */
.grade .grade_lst ul li p {
  color: #202020;
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1; }

.grade .grade_lst ul li .event span:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 1px 12px 0 0;
  border-radius: 11px;
  vertical-align: top; }

.grade .grade_lst ul li.bronze .event span:before {
  background: #B3855E; }

.grade .grade_lst ul li.silver .event span:before {
  background: #CCCECE; }

.grade .grade_lst ul li.gold .event span:before {
  background: #FFCF00; }

.grade .grade_lst ul li.platinum .event span:before {
  background: #81CAFF; }

.grade .grade_lst ul li .event {
  display: table-cell;
  width: 80px;
  vertical-align: middle; }

.grade .grade_lst ul li .event:before {
  display: table-cell;
  width: 80px;
  vertical-align: middle; }

.grade .grade_lst ul li .detail {
  display: table-cell;
  font-weight: 400;
  text-align: right;
  vertical-align: middle; }

.grade .point_desc {
  margin: 30px 0 0; }

.grade .point_desc .sub_txt1 {
  margin: 0 38px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.500rem; }

.grade .point_desc .sub_txt2 {
  margin: 60px 0 0; }

.grade .point_desc .sub_txt2 h3 {
  margin: 0 30px;
  padding: 0 0 6px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.grade .point_list_tit {
  margin: 64px 30px 0;
  padding: 0 0 6px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.grade .point_tb_tit {
  margin: 0 27px 0;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.500rem; }

.grade .point_tb_tit:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 8px 7px 0 0;
  background: #C6C6C6;
  vertical-align: top; }

.grade .tb_wrap {
  margin: 15px 15px 0; }

.grade .point_tb_wrap {
  margin: 0 15px; }

.grade .point_list_stxt {
  overflow: hidden;
  margin: 18px 38px 30px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.500rem; }

.grade .point_list_stxt + .point_list_stxt {
  margin-top: 32px; }

.grade .point_list_stxt strong {
  display: inline-block;
  margin-top: -1px;
  color: #D31145;
  font-weight: 500;
  vertical-align: top; }

.grade .point_list {
  border: 1px solid #D3D3D3; }

.grade .point_list td {
  /*height:60px;*/
  padding: 10px 0;
  border: 1px solid #D3D3D3;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem;
  text-align: center;
  vertical-align: middle; }

/* 190422 수정 */
.grade .point_list thead th {
  height: 50px;
  background: #F8F8F8;
  border-right: 1px solid #D3D3D3;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle; }

.grade .point_list td:first-child {
  width: 34%; }

.grade .point_list.activity td:first-child {
  width: 17%; }

.grade .point_list td:nth-child(2) {
  width: 33%; }

.grade .point_list td:last-child {
  width: 33%; }

.grade .point_list_stxt2 {
  overflow: hidden;
  margin: 30px 38px 0;
  color: #202020;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.500rem; }

/* 3.0 내 바이탈리티 - 내등급 리뉴얼 */
.grade.comp-new .grade_info .img_point {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto; }

.grade.comp-new .grade_info .img_point.bronze {
  background: url(../../img/my_benefit/img_2021_grade_bronze.png) 0 0 no-repeat;
  background-size: 110px 110px; }

.grade.comp-new .grade_info .img_point.silver {
  background: url(../../img/my_benefit/img_2021_grade_silver.png) 0 0 no-repeat;
  background-size: 110px 110px; }

.grade.comp-new .grade_info .img_point.gold {
  background: url(../../img/my_benefit/img_2021_grade_gold.png) 0 0 no-repeat;
  background-size: 110px 110px; }

.grade.comp-new .grade_info .img_point.platinum {
  background: url(../../img/my_benefit/img_2021_grade_platinum.png) 0 0 no-repeat;
  background-size: 110px 110px; }

.grade.comp-new .grade_lst ul li.bronze .event span:before {
  background: #C25335; }

.grade.comp-new .grade_lst ul li.silver .event span:before {
  background: #8B989D; }

.grade.comp-new .grade_lst ul li.gold .event span:before {
  background: #C68129; }

.grade.comp-new .grade_lst ul li.platinum .event span:before {
  background: #00C9C3; }

.point .point_lst {
  position: relative; }

.point .point_lst dl {
  overflow: hidden; }

.point .point_lst dl dt {
  overflow: hidden;
  margin: 35px 25px 0;
  padding: 0 8px 10px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

.point .point_lst dl dt .day {
  float: left;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

.point .point_lst dl dt .date {
  float: right;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.875rem;
  font-weight: 400; }

.point .point_lst dl dd {
  margin: 0 25px; }

/* 190502 수정 */
.point .point_lst dl dd ul {
  overflow: hidden; }

.point .point_lst dl dd ul li {
  position: relative;
  border-bottom: 1px solid #e4e4e4; }

.point .point_lst dl dd ul li .img {
  overflow: hidden;
  position: absolute;
  left: 8px;
  top: 12px;
  z-index: 10;
  width: 35px;
  height: 35px; }

/* 190502 수정 */
.point .point_lst dl dd ul li .img img {
  position: relative;
  width: 35px;
  height: 35px; }

.point .point_lst dl dd ul li .d_bx {
  /*display:table;*/
  position: relative;
  height: 65px;
  padding-left: 57px; }

/* 190412 수정(속성 삭제) */
.point .point_lst dl dd ul li .d_bx .md_bx {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
  /*vertical-align:middle*/ }

/* 190412 수정(속성 수정, 삭제) */
.point .point_lst dl dd ul li .d_bx .event {
  display: table-cell;
  /*float:left;*/
  height: 100%;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: -0.035em; }

/* 190412 수정(속성 수정, 삭제) */
.point .point_lst dl dd ul li .d_bx .point_score {
  display: table-cell;
  /*float:right;*/
  height: 100%;
  padding-right: 8px;
  color: #202020;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.375rem;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1; }

/* 190502 수정 */
.point .point_lst .nodata {
  position: fixed;
  top: 28%;
  left: 50%;
  width: 100%;
  padding-top: 199px;
  background: url(../../img/my_benefit/img_illust_non_point.png) center top no-repeat;
  background-size: 200px 157px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* 190426 수정 */
.point .point_lst .nodata p {
  color: #202020;
  font-weight: 500;
  line-height: 1.688rem;
  text-align: center; }

/* 190426 수정 */
.pop_agrementlayer {
  margin-top: 88px; }

.pop_agrementlayer .contents {
  overflow: hidden;
  margin: 0 30px; }

.pop_agrementlayer .contents ul li:last-child {
  margin-bottom: 60px; }

/* 191008 추가 */
.pop_agrementlayer .contents p {
  margin-bottom: 19px;
  padding-right: 12px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.pop_agrementlayer .contents p strong {
  display: block;
  overflow: hidden;
  margin-bottom: 19px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem; }

.pop_agrementlayer .contents p em {
  overflow: hidden;
  margin-bottom: 19px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.188rem; }

/* 190624 추가 */
.pop_agrementlayer .contents p span {
  display: block;
  overflow: hidden;
  margin-bottom: 19px; }

.pop_agrementlayer .contents p span.tit {
  float: left;
  margin-bottom: 0; }

/* 190826 추가 */
.pop_agrementlayer .contents p span.txt {
  margin-bottom: 0; }

/* 190826 추가 */
.pop_agrementlayer .contents p a {
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem;
  word-break: break-all; }

/* 190827 수정 */
.pop_agrementlayer .contents .img {
  overflow: hidden;
  margin: -8px 0 20px;
  vertical-align: top; }

.pop_agrementlayer .contents .btn_area {
  display: inline-block;
  overflow: inherit;
  margin: 0;
  vertical-align: top; }

/* 190903 추가 */
.pop_agrementlayer .contents .btn_area a {
  float: left;
  overflow: hidden;
  width: 120px;
  margin: 12px 15px 0 0;
  padding: 6px 0 4px;
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  font-weight: 700;
  text-align: center; }

/* 190903 수정 */
.pop_agrementlayer .contents .btn_area a:last-child {
  margin: 12px 0 0 0; }

/* 190903 추가 */
.pop_agrementlayer .contents .btn_area a.btn_chat {
  margin: -8px 0 5px 6px;
  width: auto;
  padding: 6px 14px 4px; }

/* 190903 추가 */
.pop_agrementlayer .contents .btn_area + .txt {
  margin-top: 12px; }

/* 190624 추가 */
.pop_agrementlayer dl > dd {
  margin-bottom: 19px; }

.pop_agrementlayer .clause_list {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #EFEFEF; }

.pop_agrementlayer .clause_list thead th {
  padding: 5px;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  color: #202020;
  font-size: 0.750rem;
  line-height: 1.188rem;
  text-align: center;
  vertical-align: top;
  font-weight: 500; }

.pop_agrementlayer .clause_list thead th strong {
  font-weight: 700; }

.pop_agrementlayer .clause_list thead th:last-child {
  border-right: none; }

.pop_agrementlayer .clause_list td {
  padding: 5px;
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  color: #202020;
  font-size: 0.750rem;
  line-height: 1.188rem;
  vertical-align: top; }

.pop_agrementlayer .clause_list td strong {
  font-weight: 700; }

.pop_agrementlayer .clause_list td:last-child {
  border-right: none; }

.pop_agrementlayer .clause_list strong {
  font-weight: 700; }

/* //190624 추가 */
.reward #container .pop_clauselayer .contents {
  margin: 0 30px;
  padding-top: 88px; }

.reward .tab {
  margin: 30px 22px 0; }

/* 190523 추가 */
.reward .tab .tab_menu {
  overflow: hidden;
  height: 50px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9; }

/* 190523 추가 */
.reward .tab .tab_menu li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center; }

/* 190523 추가 */
.reward .tab .tab_menu li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #ABABAB; }

/* 190523 추가 */
.reward .tab .tab_menu li:first-child:before {
  display: none; }

/* 190523 추가 */
.reward .tab .tab_menu li a {
  display: block;
  overflow: hidden;
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px; }

/* 190523 추가 */
.reward .tab .tab_menu li.active a {
  color: #000;
  font-size: 0.938rem;
  font-weight: 700; }

/* 190523 추가 */
.reward .reward_lst {
  overflow: hidden; }

/* 190523 수정 */
.reward .reward_lst dl {
  overflow: hidden; }

.reward .reward_lst dl dt {
  overflow: hidden;
  margin: 34px 25px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

/* 190523 수정 */
.reward .reward_lst dl dt .day {
  float: left;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

.reward .reward_lst dl dt .date {
  float: right;
  margin-top: -2px;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.875rem;
  font-weight: 400; }

.reward .reward_lst dl dd {
  margin: 0 25px; }

/*.reward .reward_lst dl dd:last-of-type{border-bottom:1px solid #E4E4E4}*/
/* 190411 삭제 */
.reward .reward_lst dl dd ul {
  overflow: hidden; }

.reward .reward_lst dl dd ul li {
  position: relative;
  border-bottom: 1px solid #e4e4e4; }

.reward .reward_lst dl dd ul li:first-child {
  position: relative;
  /*border-bottom:1px solid #e4e4e4*/ }

/* 190411 부분삭제*/
/*.reward .reward_lst dl dd ul li:last-child{border-bottom:0}*/
/* 190411 삭제 */
.reward .reward_lst dl dd ul li .img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* 190417 수정 */
.reward .reward_lst dl dd ul li .img img {
  position: relative;
  width: 35px;
  height: 35px; }

.reward .reward_lst dl dd ul li .d_bx {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 73px;
  padding-left: 56px; }

.reward .reward_lst dl dd ul li .d_bx .md_bx {
  display: table-cell;
  position: relative;
  width: 100%;
  padding-right: 80px;
  vertical-align: middle; }

.reward .reward_lst dl dd ul li .d_bx .event .tit {
  padding-top: 3px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem; }

.reward .reward_lst dl dd ul li .d_bx .event .upgrade_bx {
  display: flex;
  align-items: center; }

/* 200820 추가 */
.reward .reward_lst dl dd ul li .d_bx .event .upgrade {
  display: block;
  width: 75px;
  height: 18px;
  margin: 4px 0 2px 10px;
  border-radius: 5px;
  text-align: center;
  color: #D72857;
  line-height: 1.125rem;
  font-size: 0.75rem;
  background-color: #FFE9EF; }

/* 200820 추가 */
.reward .reward_lst dl dd ul li .d_bx .event .sub {
  margin-top: 2px;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.reward .reward_lst dl dd ul li .d_bx .detail {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  transform: translateY(-50%); }

.reward .reward_lst dl dd ul li.end .d_bx .detail {
  color: #979797; }

.reward .reward_lst.nodata {
  margin-top: 95px; }

.reward .reward_lst.nodata .reward_txt {
  overflow: hidden;
  width: 100%;
  padding-bottom: 144px;
  background: url(../../img/my_benefit/img_illust_reward_nodata.png) center bottom no-repeat;
  background-size: 120px 112px; }

.reward .reward_lst.nodata .reward_txt p {
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.750rem;
  text-align: center; }

.reward .reward_lst.nodata .reward_sublst {
  overflow: hidden;
  margin: 0 30px;
  border-top: 1px solid #979797; }

.reward .reward_lst.nodata .reward_sublst li {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 57px;
  padding: 0 12px;
  border-bottom: 1px solid #EEE; }

/* 190411 수정 */
.reward .reward_lst.nodata .reward_sublst li span {
  display: table-cell;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle; }

.reward .reward_lst.nodata .reward_sublst li em {
  display: table-cell;
  overflow: hidden;
  padding: 4px 0 0 11px;
  color: #202020;
  font-size: 0.875em;
  line-height: 1.500rem;
  font-weight: 400;
  vertical-align: middle; }

.reward .reward_lst .nodata {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 42px;
  color: #979797;
  text-align: center; }

.reward .filter_wrap {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 110;
  width: 100%;
  height: 100%; }

.reward .filter_wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.reward .filter_wrap .ck_list1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: #fff; }

.reward .filter_wrap .ck_list1 li {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4; }

.reward .filter_wrap .ck_list1 li:first-child {
  padding-top: 10px; }

.reward .filter_wrap .ck_list1 li:last-child {
  padding-bottom: 10px; }

.reward .filter_wrap .ck_list1 li input[type="radio"] {
  display: none; }

.reward .filter_wrap .ck_list1 li input[type="radio"] + label {
  display: block;
  overflow: hidden;
  margin-right: 35px;
  padding: 15px 30px;
  background: url(../../img/survey/bg_radio1.png) right center no-repeat;
  background-size: 20px 20px;
  font-size: 1.000rem;
  color: #202020;
  font-weight: 400;
  line-height: 1.500rem; }

.reward .filter_wrap .ck_list1 li input[type="radio"]:checked + label {
  background: url(../../img/survey/bg_radio1_on.png) right center no-repeat;
  background-size: 20px 20px; }

.reward .reward_lst .nodata2 {
  width: 100%;
  position: fixed;
  top: 38%;
  left: 50%;
  padding-top: 199px;
  background: url(../../img/my_benefit/img_2020_illust_non_present.png) center top no-repeat;
  background-size: 200px 157px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* 200923 수정 */
.reward .reward_lst .nodata2 p {
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.688rem;
  text-align: center; }

/* 190426 수정 */
.reward .reward_lst .nodata4 {
  width: 100%;
  position: fixed;
  top: 38%;
  left: 50%;
  padding-top: 199px;
  background: url(../../img/my_benefit/img_2020_illust_non_reward.png) center top no-repeat;
  background-size: 200px 157px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* 200929 추가 */
.reward .reward_lst .nodata4 p {
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.688rem;
  text-align: center; }

/* 201005 추가 */
/* 190724 추가 */
.reward .reward_benefit_lst .prmt_bn {
  overflow: hidden;
  margin: 10px 10px 10px;
  border-radius: 12px;
  background: #E9E9E9; }

.reward .reward_benefit_lst .prmt_bn a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 120px 31px 35px; }

.reward .reward_benefit_lst .prmt_bn a p {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.reward .reward_benefit_lst .prmt_bn a span {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -50px; }

/* //190724 추가 */
.reward .reward_benefit_lst li {
  height: 250px;
  margin: 0 10px 10px;
  border-radius: 12px;
  background: #DDE3F9; }

.reward .reward_benefit_lst li:first-child {
  margin-top: 10px; }

.reward .reward_benefit_lst li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 0 0 35px; }

.reward .reward_benefit_lst li.dr {
  background: #DEEDCF; }

/* 191008 수정 */
.reward .reward_benefit_lst li.tlx {
  background: #DDEFF9; }

.reward .reward_benefit_lst li.inbody {
  background: #FFDFDF; }

/* 190628 삭제 .reward .reward_benefit_lst li.dr a{background:url(../../img/my_benefit/img_drkitchen.png) right bottom no-repeat;background-size:167px 126px}
.reward .reward_benefit_lst li.tlx a{background:url(../../img/my_benefit/img_tlx.png) right bottom no-repeat;background-size:170px 113px}
.reward .reward_benefit_lst li.inbody a{background:url(../../img/my_benefit/img_inbody.png) right bottom no-repeat;background-size:214px 128px}*/
.reward .reward_benefit_lst li a strong {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.reward .reward_benefit_lst li a .img_logo {
  position: absolute;
  left: 35px;
  bottom: 35px; }

.reward .reward_benefit_lst li a .bg {
  position: absolute;
  right: 0;
  bottom: 0; }

/* 190724 추가 */
.reward .affiliate_lst .prmt_bn {
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 12px;
  background: #E9E9E9; }

.reward .affiliate_lst .prmt_bn a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 120px 31px 35px; }

.reward .affiliate_lst .prmt_bn a p {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.reward .affiliate_lst .prmt_bn a span {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -50px; }

.reward .affiliate_lst li {
  height: 250px;
  margin: 0 10px 10px;
  border-radius: 12px;
  background: #DDE3F9; }

.reward .affiliate_lst li:first-child {
  margin-top: 10px; }

.reward .affiliate_lst li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 30px 0 35px; }

.reward .affiliate_lst li.dr {
  background: #DEE3F9; }

.reward .affiliate_lst li.tlx {
  background: #DDEFF9; }

.reward .affiliate_lst li.inbody {
  background: #FFDFDF; }

.reward .affiliate_lst li a .s_tit {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.reward .affiliate_lst li a .img_logo {
  position: absolute;
  left: 35px;
  bottom: 35px; }

.reward .affiliate_lst li a .bg {
  position: absolute;
  right: 0;
  bottom: 0; }

.reward .affiliate_lst li a .txt_bx {
  overflow: hidden;
  margin-top: 42px;
  border-top: 1px solid rgba(32, 32, 32, 0.2); }

.reward .affiliate_lst li a .txt_bx em {
  overflow: hidden;
  float: right;
  height: 31px;
  margin-top: 28px;
  padding: 0 14px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 29px; }

.reward .affiliate_lst li a .dc {
  margin-top: 6px;
  color: #202020;
  font-size: 1.000rem; }

.reward .affiliate_lst li a .badge {
  display: none;
  position: absolute;
  top: 0;
  right: 25px;
  width: 47px;
  height: 66px;
  padding-top: 11px;
  background: url(../../img/my_benefit/img_badge.png);
  background-size: 47px 66px;
  color: #fff;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.000rem;
  text-align: center; }

/* 190806 수정 */
.reward .affiliate_lst li.finish a .badge {
  display: block; }

/* 190806 추가 */
/* //190724 추가 */
.reward .more_btn {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  margin: 40px 30px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.reward .more_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

/* 190419 수정 */
.reward .benefit_txt .tit {
  margin: 0 30px;
  padding: 4px 0 6px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.reward .benefit_txt .txt {
  margin: 17px 38px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.500rem; }

.reward .benefit_txt .txt span {
  font-weight: 500; }

.reward .benefit_txt .txt + .txt {
  margin: 12px 38px 0; }

.reward .img_bx {
  overflow: hidden;
  margin-top: 60px;
  text-align: center; }

/* 190726 추가 */
.reward .reward_benefit {
  margin-top: 60px; }

/* 190725 추가 */
.reward .reward_benefit .tit {
  margin: 0 30px;
  padding: 4px 0 6px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

/* 190725 추가 */
.reward .tb_wrap {
  margin: 39px 15px 0;
  border: 1px solid #D3D3D3; }

.reward .tb_wrap table thead th {
  padding: 17px 0 14px;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  background: #F8F8F8;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem; }

/* 190610 수정 */
.reward .tb_wrap table thead th:last-child {
  border-right: 0; }

.reward .tb_wrap table tbody th {
  padding: 15px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.reward .tb_wrap table tbody td {
  padding: 22px 0 18px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem;
  text-align: center; }

/* 190610 수정 */
.reward .reward_benefit .tb_wrap table tbody td {
  padding: 13px 0 7px; }

/* 190724 추가 */
.reward .tb_wrap table tbody td span {
  display: block;
  color: #858585;
  font-size: 0.688rem;
  font-weight: 400;
  line-height: 1.063rem; }

.reward .tb_wrap table tbody td:last-child {
  border-right: 0; }

.reward .tb_wrap table tbody tr:last-of-type th {
  border-bottom: 0; }

¬1397
.reward .tb_wrap table tbody tr:last-of-type td {
  border-bottom: 0; }

.reward .reward_benefit .txt {
  margin: 22px 38px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.500rem; }

/* 190724 추가 */
.reward .graph {
  position: relative;
  margin: 21px 30px 0; }

.reward .graph .discount {
  position: absolute;
  top: 0;
  right: 12px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-align: right; }

.reward .graph .bar {
  padding: 41px 0 30px;
  font-size: 0; }

.reward .graph .bar span {
  display: inline-block;
  position: relative;
  width: 25%;
  vertical-align: bottom; }

.reward .graph .bar span em {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 8px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center; }

.reward .graph .bar span.bronze {
  height: 44px;
  border-radius: 0 0 0 6px;
  background: #B46C59; }

.reward .graph .bar span.silver {
  height: 60px;
  background: #A8ABAE; }

.reward .graph .bar span.gold {
  height: 81px;
  background: #FDB816; }

.reward .graph .bar span.platinum {
  height: 106px;
  border-radius: 0 0 6px 0;
  background: #6E7389; }

.reward .alliance_bx .tit {
  margin: 0 30px;
  padding: 0 0 10px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.reward .alliance {
  margin: 30px 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #E4E4E4; }

.reward .alliance:last-of-type {
  border-bottom: 0; }

.reward .alliance .top {
  overflow: hidden; }

.reward .alliance .top .img {
  float: left;
  display: -webkit-box;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center; }

.reward .alliance .top .name {
  float: left;
  display: -webkit-box;
  height: 42px;
  padding-left: 12px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.500rem;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center; }

.reward .alliance .txt {
  margin-top: 15px;
  padding: 0 8px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.500rem; }

.reward .alliance .info {
  margin-top: 15px;
  padding: 0 8px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.500rem; }

/* 190724 추가 */
.reward .bn_error {
  overflow: hidden;
  position: relative;
  margin: 10px 10px 0;
  padding: 35px 116px 31px 35px;
  border-radius: 12px;
  background: #E9E9E9; }

.reward .bn_error p {
  overflow: hidden;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.reward .bn_error span {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -50px; }

.reward .con_error {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 205px;
  margin-top: -102px;
  padding-top: 180px;
  background: url(../../img/my_benefit/img_illust_benefit_error.png) no-repeat center top;
  background-size: 200px 157px;
  color: #202020;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.688rem;
  text-align: center; }

.reward .btn_bx {
  display: block;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 40px;
  width: 100%; }

/* //190724 추가 */
/* 190408 추가 */
.reward .subject {
  margin: 32px 38px 0;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.250rem; }

.reward .input_bx .select_bx {
  overflow: hidden;
  position: relative;
  margin: 8px 30px 0; }

.reward .input_bx .select_bx select {
  width: 100%;
  height: 45px;
  padding: 0 20px 0 19px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  background: #F9F9F9 url(../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px; }

.reward .input_bx .select_bx select.on {
  color: #000; }

.reward .terms_bx {
  overflow: hidden;
  margin: 12px 30px 0;
  border-top: 1px solid #C1C1C1; }

.reward .terms_bx .all_check {
  overflow: hidden;
  padding: 20px 0 13px;
  border-bottom: 1px solid #E4E4E4; }

.reward .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  background: url(../../img/common/btn_check.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.reward .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020;
  line-height: 20px;
  vertical-align: top; }

.reward .terms_bx .all_check input[type="checkbox"]:checked {
  background: url(../../img/common/ico_check1_s.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.reward .terms_bx ul {
  overflow: hidden;
  margin-bottom: 20px; }

.reward .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

.reward .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/common/sp_ico.svg) 0 -40px no-repeat;
  background-size: 500px auto; }

.reward .terms_bx ul li input[type="checkbox"]:checked {
  background-position: -30px -40px; }

.reward .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  /*background:url(../../img/common/sp_ico.svg) 100% 50% no-repeat;background-size:6px 12px;*/
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

/* 190419 수정 */
.reward .terms_bx ul li a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  right: 5px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190419 수정 */
/* //190408 추가 */
.reward.health_food .affiliate_lst .prmt_bn a .bg {
  position: absolute;
  right: 19px;
  bottom: 11px;
  width: 100px;
  height: 100px; }

.reward.health_food .affiliate_lst .prmt_bn a .bg img {
  width: 100%; }

.reward.health_food .affiliate_lst li a .s_desc {
  margin-top: 5px;
  color: #202020;
  font-size: 16px;
  line-height: 24px; }

.reward.health_food .affiliate_lst li a img {
  width: 100%; }

.reward.health_food .affiliate_lst li a .bg {
  width: 150px;
  height: 120px; }

.reward.health_food .affiliate_lst li a .img_logo {
  width: 90px;
  height: 24px; }

.reward.health_food .con_error {
  position: relative;
  margin-top: 45px; }

.reward.health_food .btn_bx {
  position: relative;
  margin-top: 50px; }

.health .my_age {
  overflow: hidden;
  margin: 30px 30px 0;
  padding: 25px 0 20px;
  background: #F3F3F3;
  border-radius: 10px;
  text-align: center; }

/* 190417 수정 */
.health .my_age p {
  overflow: hidden; }

.health .my_age p .age {
  overflow: hidden;
  display: block;
  margin: 0 0 3px 0;
  font-weight: 700;
  font-size: 1.563rem;
  color: #D31145; }

.health .my_age p .num {
  overflow: hidden;
  font-weight: 700;
  font-size: 2.188rem;
  color: #D31145; }

.health .my_age p .real_age {
  overflow: hidden;
  display: block;
  font-weight: 500;
  font-size: 0.938rem;
  color: #323232; }

.health .info_lst {
  overflow: hidden;
  margin: 0 25px; }

.health .info_lst .section {
  overflow: hidden; }

.health .info_lst .section .lst_bx {
  overflow: hidden;
  margin-top: 35px; }

.health .info_lst .section .lst_bx .tt {
  overflow: hidden;
  margin: 0 0 10px 8px;
  font-weight: 700;
  color: #202020; }

.health .info_lst .section .lst_bx ul {
  overflow: hidden;
  border-top: 1px solid #C1C1C1; }

.health .info_lst .section .lst_bx ul li {
  overflow: hidden;
  padding: 0 8px;
  border-bottom: 1px solid #E4E4E4; }

.health .info_lst .section .lst_bx ul li .img {
  overflow: hidden;
  float: left;
  margin: 15px 10px 14px 0;
  vertical-align: top; }

/* 190430 수정 */
.health .info_lst .section .lst_bx ul li .img img {
  vertical-align: top; }

.health .info_lst .section .lst_bx ul li .d_bx {
  overflow: hidden;
  vertical-align: top; }

.health .info_lst .section .lst_bx ul li .d_bx .event {
  display: -webkit-box;
  overflow: hidden;
  float: left;
  padding: 15px 0;
  min-height: 65px;
  font-size: 0.938rem;
  font-weight: 500;
  color: #202020;
  vertical-align: top;
  line-height: 1.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center; }

/* 190423 수정 */
.health .info_lst .section .lst_bx ul li .d_bx .detail {
  position: relative;
  overflow: hidden;
  float: right;
  width: 145px;
  padding: 24px 0 13px 0;
  font-size: 0.938rem;
  font-weight: 500;
  color: #D31145;
  vertical-align: top;
  text-align: right;
  line-height: 1.375rem; }

/* 190430 수정 */
.health .info_lst .section .lst_bx ul li .d_bx .detail .btn_info {
  position: absolute;
  right: 0;
  top: 20px;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../../img/health_profile/ico_info2.png) 0 0 no-repeat;
  background-size: 22px 22px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  vertical-align: top;
  z-index: 30; }

/* 190502 수정 */
.health .info_lst .section .lst_bx ul li .detail_bx {
  overflow: hidden;
  clear: both;
  padding: 3px 0 0 45px;
  vertical-align: top; }

/* 190430 수정 */
.health .info_lst .section .lst_bx ul li .detail_bx .recom {
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.188rem;
  color: #6AA336;
  vertical-align: top; }

.health .info_lst .section .lst_bx ul li .detail_bx .recom strong:after {
  content: '-';
  display: inline-block;
  margin: 0 3px;
  color: #6AA336;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.188rem; }

/* 190411 추가 */
.health .info_lst .section .lst_bx ul li .detail_bx p {
  overflow: hidden;
  margin-top: 4px;
  padding-bottom: 13px;
  font-size: 0.813rem;
  line-height: 1.188rem;
  color: #323232;
  vertical-align: top; }

.health .info_lst .section:nth-child(2) .lst_bx ul li .d_bx .detail {
  padding: 21px 30px 15px 0;
  color: #202020; }

/* 190426 수정 */
.health .info_lst .section:nth-child(2) .detail_bx {
  display: none; }

.health .mind_checklst {
  overflow: hidden;
  padding: 30px 25px 0; }

.health .mind_checklst dl {
  overflow: hidden; }

.health .mind_checklst dl dt {
  overflow: hidden;
  padding: 0 8px 15px;
  border-bottom: 1px solid #C1C1C1; }

.health .mind_checklst dl dt .ckl_tit {
  overflow: hidden;
  float: left; }

.health .mind_checklst dl dt .ckl_tit img {
  float: left;
  vertical-align: top; }

.health .mind_checklst dl dt .ckl_tit span {
  overflow: hidden;
  float: left;
  display: flex;
  height: 35px;
  margin-left: 24px;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 500;
  color: #202020;
  vertical-align: top; }

.health .mind_checklst dl dt .chl_result {
  overflow: hidden;
  float: right;
  display: flex;
  height: 35px;
  align-items: center;
  font-size: 0.938rem;
  font-weight: 500;
  color: #202020;
  vertical-align: top; }

.health .mind_checklst dl dd {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 16px 5px 13px;
  font-size: 0.813rem;
  color: #202020;
  line-height: 1.188rem;
  border-bottom: 1px solid #E4E4E4; }

.health .sm_tit {
  overflow: hidden;
  margin: 32px 38px 18px;
  font-size: 1.250rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.750rem; }

.health .sm_tit strong {
  color: #D31145; }

.health .sm_txt1 {
  overflow: hidden;
  margin: 0 38px;
  padding: 0 0 20px 0;
  font-weight: 500;
  color: #202020;
  border-bottom: 1px solid #D3D3D3; }

.health .sm_txt1 strong {
  font-weight: 700; }

.health .sm_any {
  overflow: hidden;
  position: fixed;
  bottom: 26%;
  margin: 50px 0 0 0;
  width: 100%;
  height: 200px;
  background: url(../../img/survey/img_character33.png) center 0 no-repeat;
  background-size: 300px 200px;
  text-align: center;
  text-indent: -9999px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

/* 190502 수정 */
.health .sm_any.on {
  background: url(../../img/survey/img_character33_2.png) center 0 no-repeat;
  background-size: 300px 200px; }

/* 190418 추가 */
.health .sm_txt2 {
  overflow: hidden;
  position: fixed;
  bottom: 18%;
  width: 100%;
  margin: 11px 0 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.313rem;
  text-align: center; }

/* 190502 수정 */
.activity .wm_img {
  overflow: hidden;
  height: 110px;
  margin: 30px 20px 0;
  background: #E8E8E8;
  border-radius: 12px;
  text-align: center; }

.activity .wm_img img {
  overflow: hidden; }

.activity .wm_txt1 {
  overflow: hidden;
  margin: 36px 30px 0; }

.activity .wm_txt1 dt {
  overflow: hidden;
  padding: 0 8px 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #D31145; }

.activity .wm_txt1 dd {
  overflow: hidden;
  padding: 0 8px 18px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.500rem;
  color: #202020;
  border-bottom: 1px solid #C1C1C1; }

.activity .wm_txt1 dd strong {
  color: #D31145;
  font-weight: 500; }

.activity .wm_txt1 dd span {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  color: #202020;
  font-size: 0.750rem;
  line-height: 1.125rem; }

/* 191206_1 추가 */
.activity .wm_txt2 {
  overflow: hidden;
  margin: 30px 38px 0; }

.activity .wm_txt2 li {
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #202020;
  vertical-align: top; }

.activity .wm_txt2 li em {
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #202020;
  border-radius: 100%;
  font-size: 0.625rem;
  font-weight: 700;
  font-family: 'NotoSans',NotoSans;
  line-height: 21px;
  color: #fff;
  text-align: center;
  vertical-align: top; }

/* 191008_3 수정 */
.activity .wm_txt2 li:last-child {
  margin: 0; }

.activity .wm_link1 {
  overflow: hidden;
  margin: 38px 30px 44px; }

.activity .wm_link1 li {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; }

.activity .wm_link1 li a {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  padding: 15px 0 13px 20px;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.250rem;
  color: #202020;
  border: 1px solid #D31145;
  border-radius: 5px; }

.activity .wm_link1 li a strong {
  overflow: hidden;
  display: table-cell;
  width: 75px;
  font-weight: 700;
  color: #D31145;
  vertical-align: middle; }

/* 191008_3 수정 */
.activity .wm_link1 li a em {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle; }

.activity .wm_link1 li a span {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle; }

.activity .wm_link1 li a:after {
  content: '';
  position: absolute;
  right: 19px;
  top: 50%;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -6px;
  background: url(../../img/common/ico_play.png) 0 0 no-repeat;
  background-size: 8px 13px; }

.activity .wm_txt3 {
  overflow: hidden;
  margin: 0 30px 16px; }

.activity .wm_txt3 dt {
  overflow: hidden;
  margin-bottom: 17px;
  padding: 0 8px 9px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #202020;
  border-bottom: 1px solid #C1C1C1; }

.activity .wm_txt3 dd {
  overflow: hidden;
  padding: 0 8px 12px;
  font-size: 0.875rem;
  line-height: 1.500rem; }

.activity .wm_txt3 dd strong {
  font-weight: 700; }

.activity .wm_txt3 dd em {
  color: #D31145; }

.activity .wm_table {
  overflow: hidden;
  margin: 0 30px 20px; }

.activity .wm_table h3 {
  overflow: hidden;
  height: 35px;
  margin: 0 0 10px 3px;
  padding-left: 45px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020;
  line-height: 35px; }

.activity .wm_table .walk {
  background: url(../../img/activity/ico_walk1.png) 0 0 no-repeat;
  background-size: 35px 35px; }

.activity .wm_table .heart {
  background: url(../../img/activity/ico_heart1.png) 0 0 no-repeat;
  background-size: 35px 35px; }

.activity .wm_table table {
  overflow: hidden;
  border-top: 1px solid #d3d3d3; }

.activity .wm_table tr {
  border-bottom: 1px solid #d3d3d3; }

.activity .wm_table th {
  position: relative;
  overflow: hidden;
  height: 41px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
  vertical-align: middle; }

.activity .wm_table th:first-child:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  display: block;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #D3D3D3; }

.activity .wm_table td {
  overflow: hidden;
  height: 61px;
  padding-left: 5px;
  font-size: 0.875rem;
  color: #202020;
  vertical-align: middle; }

.activity .wm_table td:nth-child(2) {
  padding: 0;
  color: #D31145;
  text-align: center; }

.activity .wm_table td strong {
  overflow: hidden; }

.activity .wm_txt4 {
  overflow: hidden;
  margin: 0 38px 60px;
  font-size: 0.875rem;
  line-height: 1.500rem; }

.activity .wm_txt5 {
  overflow: hidden;
  margin: 50px 0 0 0; }

.activity .wm_txt5 span {
  overflow: hidden;
  display: block;
  margin-bottom: 13px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #D31145; }

.activity .wm_txt5 em {
  overflow: hidden;
  display: block;
  text-align: center; }

.activity .tw_txt1 {
  overflow: hidden;
  margin: 40px 0 0 0;
  text-align: center; }

.activity .tw_txt1 span {
  overflow: hidden;
  display: inline-block;
  padding: 0 18px;
  height: 38px;
  border: 1px solid #E4E4E4;
  border-radius: 19px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
  line-height: 38px; }

.activity .tw_txt2 {
  overflow: hidden;
  margin: 26px 0 0 0; }

.activity .tw_txt2 dt {
  overflow: hidden;
  padding-bottom: 19px;
  font-size: 1.500rem;
  font-weight: 700;
  color: #202020;
  text-align: center; }

.activity .tw_txt2 dt strong {
  color: #E80040; }

.activity .tw_txt2 dd {
  overflow: hidden;
  text-align: center;
  color: #202020; }

.activity .tw_txt2 dd strong {
  overflow: hidden;
  font-weight: 700;
  line-height: 1.500rem; }

.activity .tw_img {
  overflow: hidden;
  margin-top: 60px;
  text-align: center; }

.activity .tw_graph {
  position: relative;
  overflow: hidden;
  margin: 0 42px;
  padding-bottom: 24px; }

.activity .tw_graph .graph {
  position: relative;
  overflow: hidden;
  height: 8px;
  background: #E8E8E8;
  border-radius: 3px; }

.activity .tw_graph .graph .bar {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
  height: 8px;
  background: #FECB05; }

.activity .tw_graph .point1 {
  position: absolute;
  left: 60%;
  bottom: 0;
  overflow: hidden;
  font-size: 0.750rem;
  color: #202020; }

.activity .tw_graph .point2 {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 0.750rem;
  color: #202020; }

.activity .event_list {
  overflow: hidden;
  margin: 0 10px;
  padding: 10px 0 0 0; }

.activity .event_list li {
  position: relative;
  overflow: hidden;
  padding: 34px 0 0 35px;
  height: 230px;
  margin-bottom: 10px;
  vertical-align: top;
  border-radius: 12px; }

.activity .event_list li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%; }

.activity .event_list li a strong {
  overflow: hidden;
  display: block; }

.activity .event_list li a strong p {
  overflow: hidden;
  padding-bottom: 1px;
  font-size: 1.250rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.875rem; }

.activity .event_list li a strong em {
  overflow: hidden;
  font-family: roboto,'roboto';
  font-weight: 500;
  color: #202020; }

.activity .event_list li a span {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 140px; }

/* 190423 수정 */
.activity .event_list li a span img {
  overflow: hidden; }

.activity .event_list li.end:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(120, 120, 120, 0.6);
  z-index: 10; }

.activity .event_list li.end:after {
  content: '이벤트 \A 종료';
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 45px;
  padding-top: 15px;
  background: #D31145;
  border-radius: 100%;
  z-index: 20;
  white-space: pre;
  text-align: center;
  font-size: 0.750rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.938rem; }

.activity .event_detail {
  overflow: hidden; }

.activity .event_detail .thumb {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 230px;
  margin: 10px 10px 35px;
  padding: 34px 0 0 35px;
  border-radius: 12px; }

.activity .event_detail .thumb strong {
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-size: 1.250rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.875rem; }

/* 190426 수정 */
.activity .event_detail .thumb span {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10; }

/* 190426 수정 */
.activity .event_detail dl {
  overflow: hidden;
  margin: 0 30px; }

.activity .event_detail dl dt {
  overflow: hidden;
  height: 30px;
  padding: 0 8px;
  border-bottom: 1px solid #B5B5B5; }

.activity .event_detail dl dt strong {
  overflow: hidden;
  float: left;
  font-weight: 500;
  color: #202020; }

.activity .event_detail dl dt span {
  overflow: hidden;
  float: right;
  font-size: 0.875rem;
  color: #202020; }

.activity .event_detail dl dd {
  overflow: hidden;
  margin: 17px 0 0 0;
  padding: 0 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.500rem; }

.activity .event_none {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -29px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.activity .event_none span {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #979797; }

.activity .event_none p {
  overflow: hidden;
  margin-top: 46px;
  font-weight: 500;
  color: #202020; }

/* 190411 추가 */
.activity .terms_bx {
  overflow: hidden;
  margin: 34px 30px 0; }

.activity .terms_bx .all_check {
  overflow: hidden;
  padding-bottom: 13px;
  border-bottom: 1px solid #979797; }

.activity .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  background: url(../../img/common/sp_ico.svg) -60px -40px no-repeat;
  background-size: 500px auto; }

.activity .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020;
  line-height: 21px;
  vertical-align: top; }

.activity .terms_bx .all_check input[type="checkbox"]:checked {
  background-position: -92px -40px; }

.activity .terms_bx ul {
  overflow: hidden;
  margin-bottom: 20px; }

.activity .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

.activity .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/common/sp_ico.svg) 0 -40px no-repeat;
  background-size: 500px auto; }

.activity .terms_bx ul li input[type="checkbox"]:checked {
  background-position: -30px -40px; }

.activity .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  /*background:url(../../img/common/sp_ico.svg) 100% 50% no-repeat;background-size:6px 12px;*/
  color: #202020;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

/* 190419 수정 */
.activity .terms_bx ul li a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  right: 5px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190419 수정 */
.activity .pop_clauselayer {
  padding: 0 30px 0; }

.activity .pop_clauselayer dl > dt {
  overflow: hidden;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.563rem;
  word-break: keep-all; }

/* 2020-04-23 추가 */
.walk .walk-bx {
  padding-top: 30px; }

.walk .walk-bx .walk-bx__section {
  margin-bottom: 100px; }

.walk .walk-bx .guide_wrap {
  padding: 60px 35px 0 45px; }

/* 190906_1 수정 */
.walk .walk-bx .guide_wrap .guide_tt {
  position: relative;
  color: #797979;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 1.250rem; }

/* 190807_2 수정 */
.walk .walk-bx .guide_wrap .guide_tt:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -13px;
  color: #979797;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 1.250rem; }

/* 190726 추가 */
.walk-date {
  text-align: center;
  margin-bottom: 40px; }

.walk-date .walk-date__bx {
  display: inline-block;
  border: 1px solid #E4E4E4;
  padding: 8px 15px 10px;
  border-radius: 22px;
  margin-bottom: 10px; }

.walk-date .walk-date__bx .walk-date__bx-txt {
  font-size: 0.875rem;
  font-family: Roboto;
  font-weight: 500;
  color: #E80040; }

.walk-date .walk-date__bx .walk-date__bx-line {
  width: 1px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  background-color: #E4E4E4;
  margin: 0 3px; }

.walk-date .walk-date__bx .walk-date__bx-date {
  font-family: 'NotoSans', NotoSans;
  font-weight: 500;
  font-size: 0.875rem; }

.walk-date .walk-date__txt {
  font-size: 0.75rem;
  color: #9D9D9D;
  font-weight: 300;
  font-family: "NotoSans"; }

.walk-info {
  text-align: center;
  margin-bottom: 30px; }

.walk-info dl {
  font-weight: 700;
  font-size: 1.5rem;
  color: #202020; }

.walk-info dl dt {
  margin-bottom: 10px; }

.walk-info dl dt span.red {
  color: #E80040; }

.walk-info dl dd {
  font-weight: 500;
  font-size: 1rem;
  color: #202020; }

.walk-info dl dd span.red {
  color: #E80040;
  font-weight: 700; }

.character-bx {
  text-align: center;
  position: relative; }

.character-bx div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.character-bx .character-bx__bg-in {
  opacity: 1; }

.character-bx .character-bx__bg-out {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.character-bx.on .character-bx__bg-in {
  opacity: 0; }

.character-bx.on .character-bx__bg-out {
  opacity: 1; }

.character-bx .character-bx__bg0-0 {
  width: 200px;
  height: 210px; }

.character-bx .character-bx__bg0-1 {
  width: 200px;
  height: 210px; }

.character-bx .character-bx__bg1-0 {
  width: 200px;
  height: 170px; }

.character-bx .character-bx__bg1-1 {
  width: 200px;
  height: 170px; }

.character-bx .character-bx__bg2-0 {
  width: 200px;
  height: 200px; }

.character-bx .character-bx__bg2-1 {
  width: 200px;
  height: 200px; }

.character-bx .character-bx__bg3 {
  width: 200px;
  height: 200px; }

.character-bx .character-bx__bg-find {
  width: 200px;
  height: 200px; }

.character-bx .character-bx__bg-none {
  width: 200px;
  height: 200px; }

.character-bx > p {
  font-weight: 500;
  font-size: 1rem;
  color: #8B8B8B;
  margin-top: 10px; }

.graph-row1 {
  display: inline-block;
  padding: 0 42px;
  width: 100%; }

.graph-row1 .graph-row1__bx {
  width: 100%;
  height: 8px;
  margin-bottom: 6px;
  background-color: #E8E8E8;
  border-radius: 10px;
  overflow: hidden; }

.graph-row1 .graph-row1__bx .graph-row1__graph {
  display: block;
  width: 50%;
  height: 8px;
  background-color: #FECB05; }

.graph-row1 ul {
  margin-left: 59.7826%;
  position: relative;
  font-size: 0; }

.graph-row1 ul li {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500; }

.graph-row1 ul li:first-child {
  transform: translate3d(-50%, 0, 0); }

.graph-row1 ul li:last-child {
  position: absolute;
  right: 0; }

.graph-row1 ul:after {
  content: '';
  display: block;
  clear: both; }

.graph-row2 {
  display: inline-block;
  padding: 0 42px;
  width: 100%;
  margin-bottom: 20px; }

.graph-row2 .graph-row2__title {
  padding: 0 0 6px 10px;
  font-size: 0.8125rem;
  color: #8B8B8B;
  font-weight: 700; }

.graph-row2 .graph-row2__bx {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #E8E8E8;
  border-radius: 10px;
  overflow: hidden; }

.graph-row2 .graph-row2__bx .graph-row2__graph {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #FECB05; }

.graph-row2 .graph-row2__bx .graph-row2__bx-info {
  position: absolute;
  left: 10px;
  top: 2px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: 'NotoSans', NotoSans; }

.graph-row2 .graph-row2__bx .graph-row2__bx-info span {
  margin-left: 2px;
  font-size: 0.75rem;
  font-weight: 400; }

.graph-row2.graph-row2__gray-type .graph-row2__bx .graph-row2__graph {
  background-color: #C1C1C1; }

.graph-column {
  display: flex;
  justify-content: center;
  margin-left: -27px;
  align-items: flex-end; }

.graph-column .graph-column__bx {
  text-align: center;
  margin-left: 27px; }

.graph-column .graph-column__bx .graph-column__bubble {
  position: relative;
  top: 0px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  background-image: url(../../img/mindfulness/bubble_arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-position: bottom center; }

.graph-column .graph-column__bx .graph-column__bubble.graph-column__bubble-ani {
  animation-duration: 1s;
  animation-name: bubble-motion;
  animation-iteration-count: infinite; }

.graph-column .graph-column__bx .graph-column__bubble p {
  font-family: 'NotoSans', NotoSans;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #E8E8E8;
  padding: 3px 10px 6px;
  border-radius: 20px; }

.graph-column .graph-column__bx .graph-column__graph-bx {
  margin-bottom: 10px;
  display: inline-block;
  position: relative; }

.graph-column .graph-column__bx .graph-column__graph-bx img {
  width: 61px;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  animation-duration: 1s;
  animation-name: star-motion;
  animation-iteration-count: infinite; }

@keyframes bubble-motion {
  0%, 100% {
    top: 0px; }
  50% {
    top: -5px; } }

@keyframes star-motion {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.2; } }

.graph-column .graph-column__bx .graph-column__graph-bx .graph-column__graph {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 30px;
  height: 100%;
  background-color: #FECB05; }

.graph-column .graph-column__bx .graph-column__name {
  font-size: 0.875rem;
  font-weight: 700; }

.graph-column .graph-column__bx.graph-column__bx-gray__type .graph-column__bubble p {
  color: #A8ABAE;
  font-weight: 400; }

.graph-column .graph-column__bx.graph-column__bx-gray__type .graph-column__name {
  font-weight: 400; }

.graph-column .graph-column__bx.graph-column__bx-gray__type .graph-column__graph-bx .graph-column__graph {
  background-color: #E8E8E8; }

.graph-month {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 46px; }

.graph-month .graph-month__indicator ul li {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 74px;
  position: relative; }

.graph-month .graph-month__indicator ul li .graph-month__indicator-value {
  color: #A8ABAE;
  font-size: 0.5625rem;
  font-weight: 500;
  position: absolute;
  top: 8px; }

.graph-month .graph-month__indicator ul li:last-child {
  margin-bottom: 0; }

.graph-month .graph-month__graph {
  position: absolute;
  width: 100%;
  padding: 0 25px;
  height: 100%;
  left: 0;
  top: 0; }

.graph-month .graph-month__graph .graph-month__graph-list {
  margin-bottom: 4px;
  padding-left: 41px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%; }

.graph-month .graph-month__graph .graph-month__graph-list li {
  width: 5px;
  background-color: #FFD50B;
  transition: height 0.5s; }

.graph-month .graph-month__graph .graph-month__graph-list li span {
  position: absolute;
  bottom: -17px;
  transform: translate3d(-40%, 0, 0);
  color: #A8ABAE;
  font-size: 0.5rem;
  font-weight: 500; }

.graph-month .graph-month__graph .graph-month__graph-list li:last-child {
  margin-right: 5px; }

.walk-month__info {
  display: flex;
  justify-content: center; }

.walk-month__info dl dt {
  font-size: 1.25rem;
  font-weight: 700; }

.walk-month__info dl dd {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #202020; }

.walk-month__info .walk-month__info-line {
  width: 1px;
  height: 43px;
  display: inline-block;
  position: relative;
  top: 1px;
  background-color: #C9C9C9;
  margin: 0 20px 0 37px; }

.common-line {
  box-sizing: border-box;
  padding: 0 25px;
  margin: 40px 0; }

.common-line > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC; }

.common-btn__bx {
  overflow: hidden;
  padding: 43px 22px 0; }

.common-btn__bx button {
  overflow: hidden;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #D31145;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.common-no-bottom {
  margin-bottom: 0 !important; }

/* //2020-04-23 추가 */
/* //190411 추가 */
/* 190610 추가 */
.hfood .terms_bx {
  overflow: hidden;
  margin: 15px 30px 0; }

.hfood .terms_bx .s_tit {
  overflow: hidden;
  padding: 20px 7px 15px;
  border-bottom: 1px solid #E4E4E4;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem; }

/* 190625 추가 */
.hfood .terms_bx .check_txt {
  padding: 15px 0 13px;
  border-bottom: 1px solid #C1C1C1;
  line-height: 1.125rem;
  font-weight: 700; }

/* 201113 추가 */
.hfood .terms_bx .all_check {
  overflow: hidden;
  padding: 20px 0 13px;
  border-bottom: 1px solid #C1C1C1; }

/* 190625 수정 */
.hfood .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 9px;
  background: url(../../img/common/btn_check.png) 0 0 no-repeat;
  background-size: 23px 23px; }

.hfood .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #202020;
  line-height: 20px;
  vertical-align: top; }

.hfood .terms_bx .all_check input[type="checkbox"]:checked {
  background: url(../../img/common/ico_check1_s.png) 0 0 no-repeat;
  background-size: 20px 20px; }

.hfood .terms_bx ul {
  overflow: hidden;
  margin-bottom: 0; }

/* 190625 수정 */
.hfood .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

.hfood .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/common/sp_ico.svg) 0 -40px no-repeat;
  background-size: 500px auto; }

.hfood .terms_bx ul li input[type="checkbox"]:checked {
  background-position: -30px -40px; }

.hfood .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  color: #202020;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

.hfood .terms_bx ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190807 추가 */
.hfood .tab_mon {
  margin: 30px 22px 0; }

.hfood .tab_mon .tab_menu {
  overflow: hidden;
  height: 50px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9; }

.hfood .tab_mon .tab_menu li {
  position: relative;
  float: left;
  width: 33.3%;
  text-align: center; }

/* 190904 수정 */
.hfood .tab_mon .tab_menu li:last-child {
  width: 33.4%; }

/* 190904 추가 */
.hfood .tab_mon .tab_menu li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #ABABAB; }

.hfood .tab_mon .tab_menu li:first-child:before {
  display: none; }

.hfood .tab_mon .tab_menu li a {
  display: block;
  overflow: hidden;
  color: #C0C0C0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 50px; }

.hfood .tab_mon .tab_menu li.active a {
  color: #000;
  font-size: 0.938rem;
  font-weight: 700; }

/* //190807 추가 */
.hfood .hf_tit {
  overflow: hidden;
  margin: 40px auto;
  text-align: center; }

.hfood .hf_tit div {
  margin-bottom: 15px;
  color: #202020;
  font-weight: 500; }

.hfood .hf_tit p {
  overflow: hidden;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 1.188rem;
  line-height: 1.688rem;
  color: #202020; }

.hfood .hf_tit p strong {
  font-weight: 700;
  color: #E80040; }

.hfood .hf_tit span {
  overflow: hidden;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.563rem;
  color: #202020; }

.hfood .hf_list {
  margin: 0 30px; }

/* 190930 수정 */
.hfood .hf_list li {
  margin-bottom: 42px; }

/* 190930 수정 */
.hfood .hf_list li:last-child {
  margin-bottom: 0; }

/* 200828 추가 */
.hfood .hf_list li .tit {
  overflow: hidden;
  padding: 0 3px 7px 3px;
  border-bottom: 1px solid #C1C1C1; }

.hfood .hf_list li .tit p {
  overflow: hidden;
  float: left; }

.hfood .hf_list li .tit p img {
  overflow: hidden;
  float: left;
  margin-right: 10px; }

.hfood .hf_list li .tit p span {
  overflow: hidden;
  font-weight: 700;
  color: #202020;
  line-height: 38px; }

.hfood .hf_list li .tit a {
  overflow: hidden;
  float: right;
  width: 35px;
  height: 35px; }

/* 190621 수정 */
.hfood .hf_list li .tit a.phone {
  background: url(../../img/my_benefit/ico_phone1.png) 0 0 no-repeat;
  background-size: 35px 35px; }

/* 190621 추가 */
.hfood .hf_list li .tit a.chat {
  background: url(../../img/my_benefit/ico_chat.png) 0 0 no-repeat;
  background-size: 35px 35px; }

/* 190621 추가 */
.hfood .hf_list li .tit a.mail {
  background: url(../../img/my_benefit/ico_mail.png) 0 0 no-repeat;
  background-size: 35px 35px; }

/* 190621 추가 */
.hfood .hf_list li .stxt1 {
  clear: both;
  overflow: hidden;
  padding: 15px 10px 14px 10px;
  border-bottom: 1px solid #E4E4E4; }

/* 190826 수정 */
.hfood .hf_list li .stxt1 p {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem;
  vertical-align: top; }

/* 190826 수정 */
.hfood .hf_list li .stxt1 span {
  overflow: hidden;
  float: right;
  font-weight: 500;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.938rem;
  color: #202020;
  vertical-align: top; }

.hfood .hf_list li .stxt2 {
  clear: both;
  overflow: hidden;
  padding: 21px 10px 14px 10px;
  border-bottom: 1px solid #E4E4E4; }

/* 190930 수정 */
.hfood .hf_list li .stxt2 p {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.500rem;
  vertical-align: top; }

/* 190930 수정 */
.hfood .hf_list li .stxt2 span {
  overflow: hidden;
  float: right;
  color: #E80040;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.250rem;
  vertical-align: top; }

/* 190930 수정 */
.hfood .hf_list li .stxt3 {
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 21px 34px 14px 10px;
  border-bottom: 1px solid #E4E4E4; }

/* 190930 추가 */
.hfood .hf_list li .stxt3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 16px;
  height: 10px;
  margin-top: -5px;
  background: url(../../img/common/btn_arrow_bottom2.png) 0 0 no-repeat;
  background-size: 16px 10px; }

/* 190930 추가 */
.hfood .hf_list li .stxt3.on:after {
  background: url(../../img/common/btn_arrow_up2.png) 0 0 no-repeat;
  background-size: 16px 10px; }

/* 190930 추가 */
.hfood .hf_list li .stxt3 p {
  overflow: hidden;
  float: left;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.500rem;
  vertical-align: top; }

/* 190930 추가 */
.hfood .hf_list li .stxt3 span {
  overflow: hidden;
  float: right;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.250rem;
  vertical-align: top; }

/* 190930 추가 */
.hfood .hf_list li .buylst_detail {
  display: none;
  overflow: hidden;
  margin: 0 -30px;
  background: #FBFBFB; }

/* 190930 추가 */
.hfood .hf_list li .stxt3.on + .buylst_detail {
  display: block; }

/* 190930 추가 */
.hfood .hf_list li .buylst_detail .tb_wrap {
  margin: 0 30px;
  padding: 32px 0 40px;
  border-bottom: 1px solid #E1E1E1; }

/* 190930 추가 */
.hfood .hf_list li .buylst_detail .tb_wrap table thead th {
  padding: 9px 0 8px;
  border-bottom: 1px solid #F3F3F3;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem;
  text-align: center; }

/* 190930 추가 */
.hfood .hf_list li .buylst_detail .tb_wrap table tbody td {
  padding: 9px 0;
  text-align: center;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.000rem; }

/* 190930 추가 */
.hfood .hf_list li .buylst_detail .tb_wrap table tbody tr:first-of-type td {
  padding: 22px 0 8px; }

/* 190930 추가 */
.hfood .hf_list li .buylst_detail .tb_wrap table tbody td:nth-child(1) {
  width: 25%; }

/* 191010 수정 */
.hfood .hf_list li .buylst_detail .tb_wrap table tbody td:nth-child(2) {
  width: 50%; }

/* 191010 수정 */
.hfood .hf_list li .buylst_detail .tb_wrap table tbody td:nth-child(3) {
  width: 25%; }

/* 191010 수정 */
.hfood .hf_list li .buylst_none {
  display: none;
  overflow: hidden;
  margin: 0 -30px;
  background: #FBFBFB; }

/* 190930 추가 */
.hfood .hf_list li .stxt3.on + .buylst_none {
  display: block; }

/* 190930 추가 */
.hfood .hf_list li .buylst_none .tt_bx {
  margin: 0 30px;
  padding: 42px 0 38px;
  border-bottom: 1px solid #E1E1E1; }

/* 190930 추가 */
.hfood .hf_list li .buylst_none .tt_bx p {
  overflow: hidden;
  color: #797979;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.250rem;
  text-align: center; }

/* 190930 추가 */
.hfood .btn_bx {
  overflow: hidden;
  /*position:fixed;left:0;bottom:40px;width:100%;*/
  margin-top: 40px; }

/* 190906_1 수정 */
.hfood .more_btn {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  margin: 0 30px 0;
  padding: 0 0 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

/* 190906_1 수정 */
.hfood .more_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

/* 190807 추가 */
.hfood .hf_noti {
  overflow: hidden;
  margin: 40px 40px 0 30px; }

/* 190807 수정 */
.hfood .hf_noti li {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 300;
  color: #797979;
  font-size: 0.750rem;
  line-height: 1.250rem; }

.hfood .hf_noti li:last-child {
  margin: 0; }

.hfood .hf_noti li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  overflow: hidden;
  width: 3px;
  height: 3px;
  background: #979797;
  border-radius: 100%; }

.hfood .nodata {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }

.hfood .nodata.stt {
  position: static;
  top: inherit;
  margin-top: 94px;
  -webkit-transform: inherit;
  transform: inherit; }

/* 190906_1 추가 */
.hfood .nodata span {
  display: block;
  overflow: hidden; }

.hfood .nodata p {
  margin-top: 41px;
  color: #202020;
  font-weight: 500;
  line-height: 1.688rem; }

/* 190906_1 수정 */
.hfood .nodata p em {
  display: block;
  margin: 3px 0 67px;
  color: #797979;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

/* 190906_1 수정 */
.hfood .guide_wrap {
  padding: 20px 35px 0 45px; }

/* 190906_1 수정 */
.hfood .guide_wrap .guide_tt {
  position: relative;
  color: #797979;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 1.250rem; }

/* 190807_2 수정 */
.hfood .guide_wrap .guide_tt:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -13px;
  color: #979797;
  font-size: 0.750rem;
  font-weight: 300;
  line-height: 1.250rem; }

/* 190726 추가 */
.hfood .tab {
  margin: 30px 22px -10px; }

.hfood .tab .tab_menu {
  overflow: hidden;
  height: 50px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9; }

.hfood .tab .tab_menu li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center; }

.hfood .tab .tab_menu li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #ABABAB; }

.hfood .tab .tab_menu li:first-child:before {
  display: none; }

.hfood .tab .tab_menu li a {
  display: block;
  overflow: hidden;
  color: #C0C0C0;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px; }

.hfood .tab .tab_menu li.active a {
  color: #000;
  font-size: 0.938rem;
  font-weight: 700; }

/* 190610 추가 */
/* 190621 추가 */
.hfood .buy_benefit {
  overflow: hidden;
  margin: 34px 30px 0 30px;
  padding: 0 5px; }

.hfood .buy_benefit .tit {
  overflow: hidden;
  padding: 0 0 7px 8px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.hfood .buy_benefit .txt {
  overflow: hidden;
  padding: 17px 8px;
  color: #202020;
  font-size: 0.875rem;
  line-height: 1.500rem; }

.hfood .buy_benefit .img {
  display: block;
  overflow: hidden;
  height: 151px;
  margin-top: 34px;
  background: url(../../img/my_benefit/img_buy_benefit.png) center top no-repeat;
  background-size: 188px 151px; }

.hfood .cooperation_benefit {
  overflow: hidden;
  margin-top: 67px;
  padding: 0 15px; }

.hfood .cooperation_benefit .tit {
  overflow: hidden;
  margin: 0 15px;
  padding: 0 0 7px 8px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.hfood .cooperation_benefit .benefit_lst {
  overflow: hidden;
  margin-top: 40px; }

.hfood .cooperation_benefit .benefit_lst table {
  overflow: hidden;
  border: 1px solid #D3D3D3; }

.hfood .cooperation_benefit .benefit_lst table th {
  overflow: hidden;
  padding: 18px 0 15px;
  border: 1px solid #D3D3D3;
  background: #F8F8F8;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700; }

.hfood .cooperation_benefit .benefit_lst table td {
  overflow: hidden;
  border-bottom: 1px solid #EEE;
  padding: 20px 0;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem;
  text-align: center; }

.hfood .cooperation_benefit .benefit_lst table td.name {
  border-right: 1px solid #EEE; }

.hfood .cooperation_benefit .benefit_lst table tr:last-of-type td {
  border-bottom: 0; }

.hfood .cooperation_benefit .benefit_lst table td span {
  display: block;
  overflow: hidden;
  margin-bottom: 4px;
  text-align: center; }

.hfood .cooperation_info {
  overflow: hidden;
  margin: 60px 30px 0; }

.hfood .cooperation_info .tit {
  overflow: hidden;
  padding: 0 0 7px 8px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.hfood .cooperation_info ul li {
  padding: 30px 0;
  border-bottom: 1px solid #E4E4E4; }

.hfood .cooperation_info ul li:last-child {
  border-bottom: 0; }

.hfood .cooperation_info ul li .name {
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 42px; }

.hfood .cooperation_info ul li .name span {
  display: inline-block;
  margin-right: 12px; }

.hfood .cooperation_info ul li .txt {
  margin: 15px 0 0 8px;
  color: #202020;
  font-size: 0.875rem;
  line-height: 1.500rem; }

/*.hfood .cooperation_info ul li .info{margin:15px 0 0 8px}*/
/* 190826 삭제 */
.hfood .cooperation_info ul li .info {
  margin: 15px 0 0 8px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.500rem; }

/* 190826 수정 */
.hfood .cooperation_info ul li .info a {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.500rem; }

/* 190826 추가 */
.hfood .cooperation_info ul li .info .btn_chat {
  display: inline-block;
  overflow: hidden;
  height: 31px;
  margin-left: 4px;
  padding: 0 14px;
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 29px;
  vertical-align: middle; }

.hfood .cooperation_info ul li .btn_mail {
  display: inline-block;
  overflow: hidden;
  height: 31px;
  margin: 10px 0 0 8px;
  padding: 0 14px;
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 29px;
  vertical-align: middle; }

.hfood .cooperation_info ul li .btn_area {
  overflow: hidden;
  margin: 13px 0 0 8px; }

/* 190826 추가 */
.hfood .cooperation_info ul li .btn_area a {
  float: left;
  overflow: hidden;
  height: 31px;
  width: 120px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 31px;
  vertical-align: middle;
  text-align: center; }

/* 190827 수정 */
.hfood .cooperation_info ul li .info span {
  display: block;
  margin-bottom: 2px; }

/* 190918 추가 */
.point .point_tab {
  position: fixed;
  left: 0;
  top: 56px;
  width: 100%;
  margin:  0; 
  background: #FFF;
  z-index: 111;
  border-bottom: 1px solid #ECEEF0;
}
.point .tab .tab_menu {
  overflow: hidden;
  height: 36px;
  background: #FFF;
  }
.point .point_tab li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
  height: 36px; }
.point .point_tab .tab_menu li:first-child {
  padding-left:  20px; }
.point .point_tab .tab_menu li:last-child {
  padding-right:  20px; }
.point .point_tab li:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #FFF; }
.point .point_tab li .tab_btn {
  color: #C0C0C0;
  border-bottom: 3px solid #FFF;
  width: 110px;
  height: 36px;
  margin: 0 auto;
 }
 
.point .point_tab li .tab_btn.on {
  border-bottom: 3px solid #D31145;
 }

.point .point_tab a {
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #C0C0C0; }

.point .point_tab li .tab_btn.on a {
  color: #D31145;
  font-weight: 400; }

.point .point_selt {
  position: relative;
  margin-bottom: 5px;
  height: 68px; }
.point .point_selt .point_text {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  left: 168px;
  top: 35px;
}
.point .point_selt span {
  color: #D31145; 
}
/* 190919 수정 */
.point .point_selt .box {
  position: absolute;
  left: 20px;
  top: 35px;
  width: 140px;
  height: 33px;
  margin: 0 auto;
  padding: 0 24px 9px 0;
  background: url(../../img/common/ic_dropdown_black_16.png) right 6px no-repeat;
  background-size: 16px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  line-height: 1.3rem; }

/* 190919 수정 */
.point .point_selt .box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 2px;
  background: #ECEEF0; }

.point .point_selt .box #resizing_select {
  width: 145px;
  font-family: 'NotoSans',NotoSans;
  font-size: 18px;
  color: #000000;
  line-height: 1.3rem; }

.point .point_selt .box #width_tmp_select {
  display: none;
  font-family: 'NotoSans',NotoSans; }

.point .point_txt {
  overflow: hidden;
  margin: 40px 20px 20px;
  text-align: left;
  font-family: 'NotoSans',NotoSans; 
  background: url(../../img/my_benefit/ic_no_point.png) right bottom no-repeat;
  background-size: 47px 47px;
  }

.point .point_txt p {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #202020; }

.point .point_txt p strong {
  overflow: hidden;
  font-size: 1.3rem;
  color: #D31145; }

.point .point_txt span {
  overflow: hidden;
  display: block;
  margin-top: 20px;
  font-size: 13px;
  color: #919497; }

.point .point_list2 {
  margin: 33px 25px 0;
  padding-bottom: 1px; }

.point .point_list2 li {
  margin-bottom: -1px; }

.point .point_list2 li a {
  overflow: hidden;
  display: block;
  background: url(../../img/common/ic_seemore_gray_open_16.png) right center no-repeat;
  background-size: 16px 16px;
  border-top: 0px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3; }

/* 190919 수정 */
.point .point_list2 li a.on {
  background: url(../../img/common/ic_seemore_gray_close_16.png) right center no-repeat;
  background-size: 16px 16px; }

/* 190919 수정 */
.point .point_list2 li a span {
  overflow: hidden;
  float: left;
  width: 50%;
  padding: 21px 0 21px 0px;
  font-size: 15px;
  font-family: 'NotoSans',NotoSans;
  font-weight: 500;
  color: #202020;
  line-height: 20px;
  vertical-align: top; }

.point .point_list2 .point_sum{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height : 56px;
  font-size: 15px;
  font-weight: 400;
  color: #202020;
  line-height: 20px;
  border-bottom: 1px solid #F3F3F3; 
}
.point .point_list2 .point_sum em {
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
/* 190919 수정 */
.point .point_list2 li a em {
  overflow: hidden;
  float: right;
  padding: 21px 34px 0 0;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-weight: 500;
  font-size: 14px;
  color: #E80040;
  line-height: 20px;
  vertical-align: top; }

/* 190919 수정 */
.point .point_list2 li .point_detail {
  overflow: hidden;
  display: none;
  margin: 0 -25px;
  background: #FFF; }

.point .point_list2 li .point_detail ul {
  overflow: hidden;
  padding: 5px 0; }

.point .point_list2 li .point_detail ul li {
  overflow: hidden;
  margin: 5px 0 5px 0;
  padding: 5px 25px;
  border: none; 
}
.point .point_list2 li .point_detail ul li::after {
  content: '';
  overflow: hidden;
  display: block;
  width: 100%;
  height: 1px;
  padding: 5px 0px;
  margin: 0 0px;
  border-bottom: 1px solid #F3F3F3;
}
.point .point_list2 li .point_detail.not-all ul li:last-child {
  margin: 0; }
.point .point_list2 li .point_detail.not-all ul li:last-child::after {
  border-bottom: 1px}
.point .point_list2 li .point_detail.not-all::after {
  content: '';
  overflow: hidden;
  display: block;
  width: 87%;
  height: 1px;
  margin: 0 25px;
  border-bottom: 1px solid #F3F3F3;
}
.point .point_list2 li .point_detail ul li .date {
  display:none;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #F3F3F3; }

.point .point_list2 li .point_detail ul li .date span {
  overflow: hidden;
  float: left;
  margin: 0 0 0 9px;
  padding-bottom: 9px;
  font-size: 0.813rem;
  font-weight: 700;
  color: #202020;
  line-height: 1rem; }

/* 190919 수정 */
.point .point_list2 li .point_detail ul li .date em {
  overflow: hidden;
  float: right;
  margin: 0 8px 0 0;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.688rem;
  color: #202020;
  line-height: 1rem; }

/* 190919 수정 */
.point .point_list2 li .point_detail ul li .detail {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 0px; 
  height : 40px;
}

.point .point_list2 li .point_detail ul li .detail ~ .detail {
  margin-top: 15px; }

/* 191021 추가 */
.point .point_list2 li .point_detail ul li .detail img {
  overflow: hidden; }

.point .point_list2 li .point_detail ul li .detail span {
  overflow: hidden;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.250rem;
  color: #202020; }

.point .point_list2 li .point_detail ul li .detail em {
  position: absolute;
  right: 8px;
  top: 50%;
  overflow: hidden;
  
  color: #919497;
  font-size: 12px;
  font-weight: 400;
 }

.point .point_list2 li .point_detail ul li .detail em:first-child {
  top: 0px;
  
}
.point .point_list2 li .point_detail ul li .detail em:last-child {
  top: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #202020;
} 

.point .point_list2 li .point_detail .view_all {
  overflow: hidden;
  margin-top: 0px;
  padding: 0 25px 20px;
  background: #FFF; }

.point .point_list2 li .point_detail .view_all a {
  overflow: hidden;
  height: 34px;
  padding: 0;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  background: none;
  font-weight: 500;
  font-size: 0.875rem;
  color: #202020;
  text-align: center;
  line-height: 34px; }

.point .point_list2 li.type2 a {
  display: none; }
.point .point_list2 li.type2 .point_detail a {
  display: block; }  
.point .point_list2 li.type2 .point_sum{
  display: none;
}
.point .point_list2 li.type2 .point_detail {
  display: block;
  background: #fff; }

.point .point_list2 li.type2 .point_detail ul {
  padding: 7px 0; }

.point .point_noti {
  overflow: hidden;
  margin: 50px 0px 0px; 
  padding: 40px 27px;
  background-color: #F9F9F9;
}

.point .point_noti li {
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0; }

.point .point_noti li span {
  overflow: hidden;
  display: inline-block;
  font-size: 0.750rem;
  font-weight: 300;
  color: #919497;
  line-height: 1.125rem; }

.point .point_noti li span strong {
  font-weight: 300;
  color: #202020; }

.point .point_noti li:before {
  content: '•';
  overflow: hidden;
  display: inline-block;
  width: 13px;
  padding-top: 1px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #797979;
  line-height: normal;
  vertical-align: top; }

.point .point_nodata {
  overflow: hidden;
  text-align: center; }

.point .point_nodata .img {
  overflow: hidden;
  width: 200px;
  margin: 40px auto 40px;
  border-bottom: 1px solid #979797; }

.point .point_nodata p {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 200px;
  color: #AAADB1; }

/* //190918 추가 */
/* 191113 추가 시작 */
.mindfulness .mind_detail_lst ul li {
  overflow: hidden;
  position: relative;
  margin: 10px 10px;
  border-radius: 12px; }

/* 191119 수정(클래스명 중간 추가삽입) */
.mindfulness .mind_detail_lst ul li a {
  display: block;
  overflow: hidden; }

/* 191119 수정(클래스명 중간 추가삽입) */
.mindfulness .mind_detail_lst ul li .tit_mind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 35px;
  color: #fff;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

/* 191119 수정(클래스명 중간 추가삽입) */
.mindfulness .mind_detail_lst ul li .char {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px; }

/* 191119 수정(클래스명 중간 추가삽입) */
.mindfulness .mind_detail_lst ul li .char.morning {
  right: 31px;
  bottom: 31px;
  width: 145px;
  height: 166px;
  background: url(../../img/mindfulness/img_mind_card_morning.png) 0 0 no-repeat;
  background-size: 145px 166px;
  -webkit-animation: 0.8s infinite step-start active1;
  animation: 0.8s infinite step-start active1; }

/* 191203 수정(클래스명) */
.mindfulness .mind_detail_lst ul li .char.strch {
  right: 0;
  bottom: 0;
  width: 227px;
  height: 151px;
  background: url(../../img/mindfulness/img_mind_streching.png) center bottom no-repeat;
  background-size: 227px 151px;
  -webkit-animation: 0.8s infinite step-start active2;
  animation: 0.8s infinite step-start active2; }

/* 191203 수정(클래스명) */
.mindfulness .mind_detail_lst ul li .char.walk {
  right: 47px;
  bottom: 0;
  width: 189px;
  height: 163px;
  background: url(../../img/mindfulness/img_mind_card_walking.png) 0 0 no-repeat;
  background-size: 189px 163px;
  -webkit-animation: 0.8s infinite step-start active3;
  animation: 0.8s infinite step-start active3; }

/* 191203 수정(클래스명) */
.mindfulness .mind_detail_lst ul li .char.sleep {
  left: 50%;
  bottom: 0;
  width: 788px;
  height: 152px;
  margin-left: -394px;
  background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
  background-size: 788px 152px;
  -webkit-animation: 0.8s infinite step-start active4;
  animation: 0.8s infinite step-start active4; }

/* 191203 수정(클래스명) */
.mindfulness .mind_detail_lst ul li .char.sound {
  top: 50%;
  right: 0;
  width: 161px;
  height: 161px;
  margin-top: -80px;
  background: url(../../img/mindfulness/img_mind_sound.png) 0 0 no-repeat;
  background-size: 161px 161px; }

/* 191203 수정(클래스명) */
/* 200429 추가 시작 */
.mindfulness .mind_detail_lst ul li .char.sun {
  right: 17px;
  bottom: 12px;
  width: 174px;
  height: 186px;
  margin-left: 0px;
  background: url(../../img/mindfulness/img_character_mind_sun.png) 0 0 no-repeat;
  background-size: 174px 186px;
  -webkit-animation: 0.8s infinite step-start active6;
  animation: 0.8s infinite step-start active6; }

/* 191203 수정(클래스명) */
.mindfulness .mind_detail_lst ul li .char.work {
  right: 0px;
  bottom: 0px;
  width: 295px;
  height: 136px;
  margin-left: 0px;
  background: url(../../img/mindfulness/img_character_mind_work.png) 0 0 no-repeat;
  background-size: 174px 186px;
  -webkit-animation: 0.8s infinite step-start active6;
  animation: 0.8s infinite step-start active7; }

/* 191203 수정(클래스명) */
.mindfulness .mind_detail_lst ul li .char.music {
  right: 0px;
  bottom: 0px;
  width: 206px;
  height: 153px;
  margin-left: 0px;
  background: url(../../img/mindfulness/img_character_mind_music.png) 0 0 no-repeat;
  background-size: 174px 186px;
  -webkit-animation: 0.8s infinite step-start active6;
  animation: 0.8s infinite step-start active8; }

/* 191203 수정(클래스명) */
.mindfulness .mind_detail_lst ul li .char.comfort {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0px;
  width: 340px;
  height: 142px;
  margin-left: 0px;
  background: url(../../img/mindfulness/img_character_mind_comfort.png) 0 0 no-repeat;
  background-size: 174px 186px;
  -webkit-animation: 0.8s infinite step-start active6;
  animation: 0.8s infinite step-start active9; }

/* 191203 수정(클래스명) */
/* 200429 추가 끝 */
.mindfulness .mind_detail_lst ul li .bg {
  display: block;
  overflow: hidden; }

/* 191119 수정(클래스명 중간 추가삽입) */
.mindfulness .mind_detail_lst ul li img {
  width: 100%; }

/* 191119 수정(클래스명 중간 추가삽입) */
.mindfulness .more_btn {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  margin: 40px 30px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.mindfulness .more_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

.mindfulness .tit_finish {
  overflow: hidden;
  margin: 23px 0 0 38px;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.813rem; }

.mindfulness .char_finish {
  overflow: hidden;
  margin-top: 40px;
  height: 260px;
  background: url(../../img/mindfulness/img_character_mind_finish.png) center top no-repeat;
  background-size: 250px 260px;
  text-indent: -9999px;
  -webkit-animation: 0.9s infinite step-start active5;
  animation: 0.9s infinite step-start active5; }

.mindfulness .txt_finish {
  overflow: hidden;
  margin-top: 10px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem;
  text-align: center; }

@-webkit-keyframes active1 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_morning.png) 0 0 no-repeat;
    background-size: 145px 166px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_morning_on.png) 0 0 no-repeat;
    background-size: 145px 166px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_morning.png) 0 0 no-repeat;
    background-size: 145px 166px; } }

@keyframes active1 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_morning.png) 0 0 no-repeat;
    background-size: 145px 166px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_morning_on.png) 0 0 no-repeat;
    background-size: 145px 166px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_morning.png) 0 0 no-repeat;
    background-size: 145px 166px; } }

@-webkit-keyframes active2 {
  0% {
    background: url(../../img/mindfulness/img_mind_streching.png) center bottom no-repeat;
    background-size: 227px 151px; }
  50% {
    background: url(../../img/mindfulness/img_mind_streching_on.png) center bottom no-repeat;
    background-size: 227px 151px; }
  100% {
    background: url(../../img/mindfulness/img_mind_streching.png) center bottom no-repeat;
    background-size: 227px 151px; } }

@keyframes active2 {
  0% {
    background: url(../../img/mindfulness/img_mind_streching.png) center bottom no-repeat;
    background-size: 227px 151px; }
  50% {
    background: url(../../img/mindfulness/img_mind_streching_on.png) center bottom no-repeat;
    background-size: 227px 151px; }
  100% {
    background: url(../../img/mindfulness/img_mind_streching.png) center bottom no-repeat;
    background-size: 227px 151px; } }

@-webkit-keyframes active3 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_walking.png) 0 0 no-repeat;
    background-size: 189px 163px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_walking_on.png) 0 0 no-repeat;
    background-size: 189px 163px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_walking.png) 0 0 no-repeat;
    background-size: 189px 163px; } }

@keyframes active3 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_walking.png) 0 0 no-repeat;
    background-size: 189px 163px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_walking_on.png) 0 0 no-repeat;
    background-size: 189px 163px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_walking.png) 0 0 no-repeat;
    background-size: 189px 163px; } }

@-webkit-keyframes active4 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
    background-size: 788px 152px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_sleep_on.png) 0 0 no-repeat;
    background-size: 788px 152px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
    background-size: 788px 152px; } }

@keyframes active4 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
    background-size: 788px 152px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_sleep_on.png) 0 0 no-repeat;
    background-size: 788px 152px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
    background-size: 788px 152px; } }

@-webkit-keyframes active5 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_finish.png) center top no-repeat;
    background-size: 250px 260px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_finish_on.png) center top no-repeat;
    background-size: 250px 260px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_finish.png) center top no-repeat;
    background-size: 250px 260px; } }

@keyframes active5 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_finish.png) center top no-repeat;
    background-size: 250px 260px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_finish_on.png) center top no-repeat;
    background-size: 250px 260px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_finish.png) center top no-repeat;
    background-size: 250px 260px; } }

/* 200429 추가 시작 */
@-webkit-keyframes active6 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_sun.png) center top no-repeat;
    background-size: 174px 186px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_sun_on.png) center top no-repeat;
    background-size: 174px 186px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_sun.png) center top no-repeat;
    background-size: 174px 186px; } }

@keyframes active6 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_sun.png) center top no-repeat;
    background-size: 174px 186px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_sun_on.png) center top no-repeat;
    background-size: 174px 186px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_sun.png) center top no-repeat;
    background-size: 174px 186px; } }

@-webkit-keyframes active7 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_work.png) center top no-repeat;
    background-size: 295px 136px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_work_on.png) center top no-repeat;
    background-size: 295px 136px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_work.png) center top no-repeat;
    background-size: 295px 136px; } }

@keyframes active7 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_work.png) center top no-repeat;
    background-size: 295px 136px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_work_on.png) center top no-repeat;
    background-size: 295px 136px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_work.png) center top no-repeat;
    background-size: 295px 136px; } }

@-webkit-keyframes active8 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_music.png) center top no-repeat;
    background-size: 206px 153px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_music_on.png) center top no-repeat;
    background-size: 206px 153px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_music.png) center top no-repeat;
    background-size: 206px 153px; } }

@keyframes active8 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_music.png) center top no-repeat;
    background-size: 206px 153px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_music_on.png) center top no-repeat;
    background-size: 206px 153px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_music.png) center top no-repeat;
    background-size: 206px 153px; } }

@-webkit-keyframes active9 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_comfort.png) center top no-repeat;
    background-size: 340px 142px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_comfort_on.png) center top no-repeat;
    background-size: 340px 142px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_comfort.png) center top no-repeat;
    background-size: 340px 142px; } }

@keyframes active9 {
  0% {
    background: url(../../img/mindfulness/img_character_mind_comfort.png) center top no-repeat;
    background-size: 340px 142px; }
  50% {
    background: url(../../img/mindfulness/img_character_mind_comfort_on.png) center top no-repeat;
    background-size: 340px 142px; }
  100% {
    background: url(../../img/mindfulness/img_character_mind_comfort.png) center top no-repeat;
    background-size: 340px 142px; } }

/* 200429 추가 끝 */
/* 191113 추가 끝 */
/* 191114 추가 시작 */
.mindfulness .intro_tt {
  overflow: hidden;
  margin-top: 33px; }

.mindfulness .tit {
  overflow: hidden;
  margin: 0 38px;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.mindfulness .intro_tt .tit + .txt {
  margin-top: 20px; }

.mindfulness .intro_tt .txt {
  overflow: hidden;
  margin: 0 38px;
  margin-top: 15px;
  color: #202020;
  font-size: 0.875rem;
  line-height: 1.500rem; }

.mindfulness .intro_tt .txt span {
  overflow: hidden;
  font-weight: 700; }

.mindfulness .img_bx {
  overflow: hidden;
  height: 180px;
  margin-top: 57px;
  text-indent: -9999px;
  background: url(../../img/mindfulness/img_character_mind_check.png) center top no-repeat;
  background-size: 240px 180px; }

.mindfulness .intro_cont {
  overflow: hidden;
  margin-top: 63px; }

.mindfulness .intro_cont .cont_tb {
  overflow: hidden;
  margin: 17px 15px 0; }

.mindfulness .intro_cont .cont_tb table {
  border: 1px solid #D3D3D3; }

.mindfulness .intro_cont .cont_tb tr th {
  padding: 15px 0;
  border: 1px solid #D3D3D3;
  background: #F8F8F8;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem; }

.mindfulness .intro_cont .cont_tb tr td {
  padding: 20px 17px;
  border-top: 1px solid #EEE;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem;
  text-align: center; }

/* 191125 수정 */
.mindfulness .intro_cont .cont_tb tr td:first-of-type {
  border-right: 1px solid #EEE; }

.mindfulness .intro_cont .cont_tb tr td span {
  display: block;
  padding-top: 40px;
  text-align: center; }

.mindfulness .intro_cont .cont_tb tr td span.morning {
  background: url(../../img/mindfulness/ico_mind_morning.png) center top no-repeat;
  background-size: 35px 35px; }

.mindfulness .intro_cont .cont_tb tr td span.night {
  background: url(../../img/mindfulness/ico_mind_night.png) center top no-repeat;
  background-size: 35px 35px; }

.mindfulness .intro_cont .cont_tb tr td span.walk {
  background: url(../../img/mindfulness/ico_mind_walk.png) center top no-repeat;
  background-size: 35px 35px; }

.mindfulness .intro_cont .cont_tb tr td span.strech {
  background: url(../../img/mindfulness/ico_mind_strech.png) center top no-repeat;
  background-size: 35px 35px; }

.mindfulness .intro_cont em {
  display: block;
  overflow: hidden;
  margin: 15px 33px 0;
  color: #797979;
  font-size: 0.813rem;
  line-height: 1.500rem; }

.mindfulness .partnership {
  overflow: hidden;
  margin-top: 60px; }

.mindfulness .partnership .cont {
  overflow: hidden;
  margin: 20px 38px 0; }

.mindfulness .partnership .cont .name {
  overflow: hidden;
  line-height: 42px;
  vertical-align: top;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700; }

.mindfulness .partnership .cont .name:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 21px;
  background: url(../../img/mindfulness/img_sound_gym.png) 0 0 no-repeat;
  background-size: 42px 42px;
  vertical-align: top; }

.mindfulness .partnership .cont .txt {
  overflow: hidden;
  margin-top: 15px;
  color: #202020;
  font-size: 0.875rem;
  line-height: 1.500rem; }

.mindfulness .partnership .cont .link a {
  display: inline-block;
  overflow: hidden;
  height: 31px;
  margin-top: 15px;
  padding: 0 14px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 29px;
  text-align: center; }

/* 191114 추가 끝 */
/* 191119 추가 시작 */
.mindfulness .q_tt {
  overflow: hidden;
  margin: -2px 30px 0;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.813rem; }

.mindfulness .char {
  overflow: hidden;
  height: 180px;
  margin-top: 30px;
  background: url(../../img/mindfulness/img_character_mind_survey.png) no-repeat center top;
  background-size: 240px 180px;
  text-indent: -9999px; }

.mindfulness .tt_bx {
  position: relative;
  margin: 40px 14px 0;
  padding: 22px 0 19px 0;
  border-radius: 10px;
  text-align: center; }

/* 191202 수정 */
/* 191202 삭제 .mindfulness .tt_bx:after{content:'';position:absolute;top:-16px;right:29px;width:59px;height:15px;background:url(../../img/mindfulness/bg_text_box.png) no-repeat center top;background-size:59px 15px} */
.mindfulness .tt_bx p {
  overflow: hidden;
  margin: 14px 0 3px 0;
  font-size: 1.188rem;
  font-weight: 700;
  line-height: 1.750rem; }

/* 191202 추가 */
.mindfulness .tt_bx em {
  overflow: hidden;
  display: block;
  font-size: 0.750rem;
  line-height: 1.125rem; }

/* 191202 수정 */
.mindfulness .tt_bx span {
  overflow: hidden;
  display: block;
  margin-top: 14px;
  font-size: 0.813rem;
  fotn-weight: 500;
  line-height: 1.625rem; }

/* 191202 수정 */
.mindfulness .tt_bx span strong {
  overflow: hidden;
  font-size: 0.938rem;
  font-weight: 700;
  vertical-align: top; }

/* 191202 추가 */
.mindfulness .tt_bx .img {
  overflow: hidden; }

/* 191202 추가 */
.mindfulness .check_point {
  position: relative;
  overflow: hidden;
  margin: 52px 30px 0;
  font-size: 0.688rem;
  color: #D31145;
  vertical-align: top; }

/* 191202 추가 */
.mindfulness .check_point:before {
  content: '*';
  display: inline-block;
  margin: -7px 5px 0 0;
  font-family: 'NotoSans',NotoSans;
  font-size: 1.563rem;
  color: #D31145;
  vertical-align: top; }

/* 191202 추가 */
.mindfulness .q_sec {
  overflow: hidden;
  margin-top: -5px; }

/* 191202 수정 */
.mindfulness .q_sec + .q_sec {
  margin-top: 47px; }

/* 191202 수정 */
.mindfulness .q_sec .s_tit {
  overflow: hidden;
  margin: 0 30px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.375rem; }

.mindfulness .q_sec .s_tit span {
  display: inline;
  position: relative; }

/* 191127 추가 */
.mindfulness .q_sec .s_tit span:after {
  content: '*';
  display: inline-block;
  margin: 1px 0 0 5px;
  font-family: 'NotoSans',NotoSans;
  font-size: 1.250rem;
  font-weight: 400;
  color: #D31145;
  vertical-align: top; }

/* 191202 수정 */
.mindfulness .q_sec .s_tit em {
  overflow: hidden;
  display: block;
  margin: 2px 0 -2px;
  font-size: 0.750rem;
  font-weight: 400; }

/* 191202 추가 */
.mindfulness .q_sec .ck_list {
  overflow: hidden;
  margin: 12px 30px 0; }

/* 191202 수정 */
.mindfulness .q_sec .ck_list li {
  overflow: hidden;
  margin: 0 0 10px; }

/* 191127 수정 */
.mindfulness .q_sec .ck_list li:last-child {
  margin: 0; }

/* 191202 추가 */
.mindfulness .q_sec .ck_list li input[type="radio"] {
  display: none; }

.mindfulness .q_sec .ck_list li input[type="checkbox"] {
  display: none; }

/* 191127 추가 */
.mindfulness .q_sec .ck_list li input[type="radio"] + label {
  display: block;
  overflow: hidden;
  padding: 6px 0 4px 30px;
  background: url(../../img/survey/bg_radio1.png) left center no-repeat;
  background-size: 20px 20px;
  color: #B4B4B4;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 191202 수정 */
.mindfulness .q_sec .ck_list li input[type="checkbox"] + label {
  display: block;
  overflow: hidden;
  padding: 6px 0 4px 30px;
  background: url(../../img/mindfulness/bg_check1.png) left center no-repeat;
  background-size: 20px 20px;
  color: #B4B4B4;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 191202 수정 */
.mindfulness .q_sec .ck_list li input[type="radio"]:checked + label {
  background: url(../../img/survey/bg_radio1_on.png) left center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700; }

/* 191127 수정 */
.mindfulness .q_sec .ck_list li input[type="checkbox"]:checked + label {
  background: url(../../img/mindfulness/bg_check1_on.png) left center no-repeat;
  background-size: 20px 20px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700; }

/* 191202 수정 */
.mindfulness .opinion_bx {
  overflow: hidden;
  position: relative;
  margin-top: 15px; }

/* 191202 수정 */
.mindfulness .s_tit + .opinion_bx {
  margin: 15px 30px; }

/* 191127 추가 */
.mindfulness .opinion_bx textarea {
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding: 9px 19px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  background: #F9F9F9;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 191127 수정 */
.mindfulness .s_tit + .opinion_bx textarea {
  height: 120px; }

/* 191127 추가 */
.mindfulness .opinion_bx textarea::placeholder {
  color: #C0C0C0;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

/* 191120 추가 */
.mindfulness .opinion_bx textarea.on {
  color: #202020; }

.mindfulness .q_area {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 43px;
  background: #FBFBFB; }

/* 191202 수정 */
.mindfulness .q_area .q_tit {
  overflow: hidden;
  margin: 0 30px;
  padding-bottom: 7px;
  color: #8B8B8B;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem; }

/* 191202 수정 */
.mindfulness .q_area .q_sec {
  margin-top: 14px; }

/* 191202 수정 */
.mindfulness .q_area .q_sec .ck_list {
  margin: 11px 30px 0; }

/* 191202 수정 */
/* 191119 추가 끝 */
/* 200313 추가 시작 mind_event0.html 관련 내용 */
.mindfulness.mindfulness_event.mindfulness_event #header {
  border-bottom: 0;
  background-color: transparent; }

.mindfulness.mindfulness_event.mindfulness_event #header .btn_top_close {
  background-image: url("../../img/common/btn_close_wh.png"); }

.mindfulness.mindfulness_event .hidden_header img {
  width: 100%; }

.mindfulness.mindfulness_event .hidden_body .step7 {
  background-color: #FFEDED;
  padding: 11.111111111111111% 0px; }

.mindfulness.mindfulness_event .hidden_body .step7 .title-bx {
  text-align: center;
  margin-bottom: 9.111111111111111%; }

.mindfulness.mindfulness_event .hidden_body .step7 .title-bx img {
  width: 41.666666666666667%; }

.mindfulness.mindfulness_event .hidden_body .step7 .btn-bx {
  text-align: center;
  margin-top: 9.111111111111111%; }

.mindfulness.mindfulness_event .hidden_body .step7 .btn-bx a {
  display: inline-block;
  width: 28.333333333333333%; }

.mindfulness.mindfulness_event .hidden_body .step7 .btn-bx a.abled {
  opacity: 0.5; }

.mindfulness.mindfulness_event .hidden_body img {
  width: 100%; }

.mindfulness.mindfulness_event .terms_bx ul {
  overflow: hidden;
  margin-bottom: 17px;
  padding: 0 30px; }

/* 190605 수정 */
.mindfulness.mindfulness_event .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E4E4E4; }

/* 190605 수정 */
.mindfulness.mindfulness_event .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/mindfulness/bg_check1.png) 0 0px no-repeat;
  background-size: cover; }

/* 190605 수정 */
.mindfulness.mindfulness_event .terms_bx ul li input[type="checkbox"]:checked {
  background-image: url("../../img/mindfulness/bg_check1_on.png"); }

/* 190605 수정 */
.mindfulness.mindfulness_event .terms_bx ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px 10px 32px;
  color: #979797;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
  vertical-align: top; }

/* 190605 수정 */
.mindfulness.mindfulness_event .terms_bx ul li a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  overflow: hidden;
  display: block;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
  vertical-align: top; }

/* 190605 수정 */
.mindfulness.mindfulness_event .terms_bx ul li input[type="checkbox"]:checked + a {
  color: #202020; }

.mindfulness.mindfulness_event .terms_bx .desc {
  overflow: hidden;
  padding: 0 0 0 8px;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem; }

.mindfulness.mindfulness_event .hidden_footer {
  padding-bottom: 60px;
  background-color: #FFE0E0; }

.mindfulness.mindfulness_event .hidden_footer img {
  width: 100%; }

.mindfulness.mindfulness_event .hidden_footer .btn-bx {
  text-align: center;
  padding: 14.444444444444444% 0; }

.mindfulness.mindfulness_event .hidden_footer .btn-bx a {
  display: inline-block;
  width: 86.388888888888889%; }

/* 200313 추가 끝 mind_event0.html 관련 내용 */
/* 2003009 추가 꿀팁 카테고리 메인 페이지 */
.tip .contents {
  background-color: #fff;
  min-height: 100vh;
  padding: 56px 0 0px; }

.tip .tip_header {
  position: relative;
  text-align: end;
  padding: 0 10px; }

.tip .tip_description {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  color: #8b8b8b;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 0.50rem;
  margin-left: 10px;
  text-align: left; }

.tip .tip_btn_filter button {
  background-color: #e4e4e4;
  border-radius: 36px;
  height: 36px;
  padding: 0 50px 0 20px;
  font-size: 0.875rem;
  background: #e4e4e4 url(./../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px;
  color: #202020; }

/* 210513 추가 */
.tip .fixed-hash-tag {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-bottom: 10px;
  background-color: #fff; 
  margin-top : 20px;
}

.tip .tip_header {
  position: relative;
  text-align: end;
  padding: 10px;
  background-color: #f7f7f7; }

.tip .tip_header .tip_description {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-left: 10px;
  text-align: left; }

.training .tip_header .tip_btn_filter button {
  background-color: #e4e4e4;
  border-radius: 36px;
  height: 36px;
  padding: 0 50px 0 20px;
  font-size: 0.875rem;
  background: #e4e4e4 url(./../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px;
  color: #202020; }

.tip .item_list {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 20px 10px 10px;
  white-space: nowrap;
  box-sizing: border-box; }

.tip .item_list ul {
  width: 100%;
  height: 100%;
  font-size: 0; }

.tip .item_list ul li {
  display: inline-block;
  width: 22.77778vw;
  height: 36px;
  margin-right: 5px;
  line-height: 36px;
  border: 1px solid #D82958;
  border-radius: 5vw;
  color: #D82958; }

.tip .item_list ul li.active {
  background-color: #D31145;
  color: #fff; }

.tip .item_list ul li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  font-size: 14px;
  color: inherit;
  box-sizing: border-box; }

.tip .select_list {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 10px 10px 10px;
  white-space: nowrap;
  box-sizing: border-box; }

.tip .select_list ul {
  width: 100%;
  height: 100%;
  font-size: 0; }

.tip .select_list ul li {
  display: inline-block;
  position: relative;
  width: auto;
  height: 30px;
  margin-right: 5px;
  padding: 0 27px 0 10px;
  line-height: 32px;
  border-radius: 5.5556vw;
  background-color: #F1F1F1;
  color: #D31145; }

.tip .select_list ul li.active {
  background-color: #D31145;
  color: #fff; }

.tip .select_list ul li.active button {
  background-image: url(../../img/mindfulness/ico_training_hash_del_on.png); }

.tip .select_list ul li strong {
  display: inline-block;
  font-size: 12px;
  color: inherit;
  font-weight: inherit;
  vertical-align: middle; }

.tip .select_list ul li button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 30px;
  background-image: url(../../img/mindfulness/ico_training_hash_del_off.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px auto;
  vertical-align: middle; }

.tip .tip_contents_lst.type1 {
  padding-top: 122px; }

.tip .tip_contents_lst.type2 {
  padding-top: 162px; }

.tip .tip_contents_lst li {
  position: relative;
  height: 250px;
  margin: 0 10px 10px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  background: #FFF; }

.tip .tip_contents_lst li:first-child {
  margin-top: 10px; }

.tip .tip_contents_lst li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 0 0 35px; }

.tip .tip_contents_lst li a strong {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.tip .tip_contents_lst li a .img_logo {
  position: absolute;
  left: 35px;
  bottom: 35px; }

.tip .tip_contents_lst li a .bg {
  position: absolute;
  right: 0;
  bottom: 0; }

.tip .tip_contents_lst li a .tap_new {
  position: absolute;
  left: 0px;
  top: 0px; }

.tip .tip_contents_lst li a .tap_new img {
  position: relative;
  width: 60px;
  height: 60px; }

.tip .tip_contents_lst li .like {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 17px 9px 0 0; }

.tip .tip_contents_lst li .like .btn-like {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 30px;
  -webkit-transform: translate(-50%, -50%); }

.tip .tip_contents_lst li .like p {
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.625rem;
  color: #8c8c8c; }

.tip .tip_contents_lst li .like .btn-like {
  background: url(./../../img/common/icon_like_off.png) right 50% no-repeat;
  background-size: 30px 30px; }

.tip .tip_contents_lst li .like.on .btn-like .icon-like {
  animation-name: like-ripple;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(./../../img/common/icon_like.png) right 50% no-repeat;
  background-size: 30px 30px; }

.tip .tip_contents_lst li .like.on .btn-like .icon-like.alpha {
  animation-name: like-ripple-alpha;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(./../../img/common/icon_like.png) right 50% no-repeat;
  background-size: 30px 30px;
  opacity: 0.5; }

@keyframes like-ripple {
  0% {
    transform: scale(1, 1);
    animation-timing-function: ease-in; }
  30% {
    transform: scale(1.1, 1.1);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    transform: scale(1, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    transform: scale(1, 1);
    animation-timing-function: ease-out; } }

@keyframes like-ripple-alpha {
  0% {
    transform: scale(1, 1);
    opacity: 0.7; }
  100% {
    transform: scale(1.7, 1.7);
    opacity: 0.0;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }

/* 200312 꿀팁 카테고리 팝업 */
.tip_pop_sort {
  overflow: hidden;
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 22px; }

.tip_pop_sort #pop_header {
  display: none; }

.tip_pop_sort #pop_container {
  margin-bottom: 10px; }

.button_bx--sort {
  text-align: center; }

.button_bx--sort ul {
  border-radius: 12px;
  overflow: hidden; }

.button_bx--sort ul li {
  border-bottom: 1px solid #D0D0D0; }

.button_bx--sort ul li:last-child {
  border-bottom: none; }

.button_bx--sort ul li button {
  font-size: 0.875rem;
  color: #202020;
  background-color: #ffffff;
  padding: 13px 0;
  display: inline-block;
  width: 100%;
  font-weight: 400; }

.button_bx--sort ul li button.on {
  background-color: #E4E4E4;
  font-weight: 500; }

.tip_pop_sort #pop_bottom .button_bx {
  overflow: hidden;
  background: #FFF;
  text-align: center;
  border-radius: 12px; }

.tip_pop_sort #pop_bottom .button_bx button {
  overflow: hidden;
  float: left;
  width: 50%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.tip_pop_sort #pop_bottom .button_bx button.abled.accept {
  background: #D31145;
  color: #FFF; }

.tip_pop_sort #pop_bottom .button_bx .btn100 {
  display: block;
  float: none;
  width: 100%; }

/* //200312 꿀팁 카테고리 팝업 */
/* 200325 추가 히든페이지 어드민 커스텀 타입 */
.hidden_custom #header {
  position: absolute;
  border-bottom: 0;
  background-color: transparent; }

.hidden_custom #header .btn_top_close {
  background-image: url("../../img/common/btn_close_wh.png"); }

.hidden_custom .hidden_header img {
  width: 100%; }

.hidden_custom .hidden_body img {
  width: 100%; }

.hidden_custom .hidden_footer img {
  width: 100%; }

.hidden_custom .hidden_footer {
  padding-bottom: 60px; }

.hidden_custom .hidden_footer .btn-bx {
  text-align: center;
  padding: 14.444444444444444% 0; }

.hidden_custom .hidden_footer .btn-bx a {
  display: inline-block;
  width: 86.388888888888889%; }

/* 너비 320px 해상도 이하의 디바이스 대응을 위한 미디어 쿼리 */
@media screen and (max-width: 320px) {
  .signup .btm_bx {
    position: relative;
    bottom: auto;
    margin-top: 40px; }
  .signup .input_area .input_bx .email_area input::placeholder {
    line-height: 18px; }
  /* 190430 추가 */
  .signup .pw_area input::placeholder {
    line-height: 18px; }
  /* 190430 추가 */
  .signup .terms_bx .noti {
    letter-spacing: -1px; }
  /* 190503 추가 */
  .survey .q_tt1 {
    line-height: 1.500rem; }
  .survey .q_sub1 {
    line-height: 1.250rem; }
  .survey .questionnaire_bx {
    position: static;
    bottom: auto;
    margin: 100px 0 0 !important; }
  /* 190423 수정 */
  .survey .questionnaire_bx .desc {
    line-height: 1.125rem; }
  .survey .questionnaire_bx .desc.bold {
    margin-top: 13px !important; }
  .survey .questionnaire_bx ol {
    margin-top: 7px;
    padding-top: 10px; }
  .survey .questionnaire_bx ol li {
    line-height: 1.250rem; }
  /* 190423 수정 */
  .survey .questionnaire_bx ol li p {
    letter-spacing: -1px; }
  /* 190426 추가 */
  .survey .img_bx {
    position: static;
    bottom: auto; }
  /* 190419 추가 */
  .survey .img_bx2.char1 {
    position: static;
    bottom: auto; }
  /* 190430 추가 */
  .survey .img_bx2.char2 {
    position: static;
    bottom: auto; }
  /* 190430 추가 */
  .survey .img_bx2.char3 {
    position: static;
    bottom: auto; }
  /* 190430 추가 */
  .survey .img_bx2.char4 {
    position: static;
    bottom: auto; }
  /* 190430 추가 */
  .survey .ck_list1.type7 {
    position: static;
    bottom: auto;
    margin: 20px 0; }
  /* 190430 추가 */
  .survey .ck_list3 {
    position: static;
    bottom: auto; }
  /* 190424 수정 */
  .survey .suma_any3 {
    position: static;
    bottom: auto; }
  /* 190425 추가 */
  .survey .suma_any3.character5 {
    margin-top: 25px; }
  /* 190425 추가 */
  .survey .ck_bx {
    position: static;
    bottom: auto;
    margin-top: 50px; }
  /* 190426 추가 */
  .grade .point_desc .sub_txt1 {
    font-size: 0.813rem;
    letter-spacing: -1px; }
  /* 190419 추가 */
  .grade .point_list_stxt {
    font-size: 0.813rem;
    letter-spacing: -1px; }
  /* 190419 추가 */
  .grade .point_list_stxt2 {
    font-size: 0.813rem;
    letter-spacing: -1px; }
  /* 190419 추가 */
  .setting .faq_list li a {
    padding: 17px 30px 13px 10px;
    letter-spacing: -1px; }
  /* 190422 추가 */
  .setting .con_wrap .da_list li a .whinfo span {
    font-size: 0.750rem;
    letter-spacing: -1px; }
  /* 190426 추가 */
  .setting .con_wrap .da_list li a .state {
    font-size: 0.813rem;
    letter-spacing: -1px; }
  /* 190426 추가 */
  .setting .terms_bx .desc {
    letter-spacing: -1px; }
  /* 190503 추가 */
  .health .info_lst .section .lst_bx ul li .d_bx .event {
    font-size: 0.875rem;
    letter-spacing: -1px; }
  /* 190426 추가 */
  .health .info_lst .section .lst_bx ul li .d_bx .detail {
    width: 130px;
    margin-left: -10px;
    font-size: 0.875rem;
    letter-spacing: -1px; }
  /* 190430 수정 */
  .health .sm_any {
    position: static;
    bottom: auto; }
  /* 190503 추가 */
  .health .sm_txt2 {
    position: static;
    bottom: auto; }
  /* 190503 추가 */
  .ly_pop_alert #pop_container {
    padding: 36px 10px; }
  /* 190621 수정 */
  .signup h2.tit {
    font-size: 1.188rem; }
  /* 190621 추가 */
  .reward .reward_benefit_lst li a {
    padding: 35px 0 0 20px; }
  /* 190724 추가 */
  .reward .reward_benefit_lst li a .img_logo {
    left: 20px; }
  /* 190724 추가 */
  .reward .con_error {
    position: relative;
    top: auto;
    margin-top: 10px; }
  /* 190724 추가 */
  .reward .more_btn {
    margin: 30px 30px 0; }
  /* 190724 추가 */
  .reward .btn_bx {
    position: relative;
    bottom: auto; }
  /* 190724 추가 */
  .hfood .nodata {
    position: relative;
    top: auto;
    transform: inherit;
    margin-top: 45px; }
  /* 190807_2 추가 */
  .hfood .btn_bx {
    position: relative;
    bottom: auto;
    margin-top: 25px; }
  /* 190807_2 추가 */
  .pop_agrementlayer .contents .btn_area a {
    margin: 15px 8px 0 0; }
  /* 190903 추가 */
  .ly_pop_alert #pop_container .contents dl {
    padding: 0 10px; }
  /* 190917 추가 */
  .ly_pop_alert #pop_container .contents p.txt {
    margin: 14px 0 3px 0;
    padding: 0 10px; }
  /* 190917 추가 */
  .ly_pop_alert #pop_container_stp .contents .txt_gift {
    letter-spacing: -0.03rem; }
  /* 191209 추가 */
  .point .point_nodata .img {
    margin: 20px auto 30px; }
  /* 190918 추가 */
  .point .point_noti li span {
    letter-spacing: -0.07rem; }
  /* 190919 추가 */
  .mindfulness ul li .tit_mind {
    top: 20px;
    left: 20px;
    letter-spacing: -0.7px; }
  /* 191113 추가 */
  .mindfulness ul li:nth-child(1) .char {
    right: 9px;
    bottom: 25px; }
  /* 191113 추가 */
  .mindfulness .tt_bx {
    background-size: 260px 95px; }
  /* 191119 추가 */
  .mindfulness .intro_cont .cont_tb tr td {
    padding: 20px 13px; }
  /* 191125 추가 */
  .tag_layer .tag_content ul li {
    margin-right: 2vw !important;
    border: 1px solid #DADADA; }
  .training .training_detail_lst.type1 {
    padding-top: 38.5vw !important; }
  /* 210419 추가 */
  .training .training_detail_lst.type2 {
    padding-top: 51vw !important; }
  /* 210419 추가 */ }

/* 높이 568px 해상도 이하의 디바이스 대응을 위한 미디어 쿼리 */
/* 높이 630px 해상도 이하의 디바이스 대응을 위한 미디어 쿼리 */
@media screen and (max-height: 630px) {
  .signup_noti .btm_bx {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px; } }

/* [Season2.5]_1119_activity_main_loading_v0.1 200713 추가 */
.activity_loading_dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.85); }

/* 200901 수정 */
#pop_wrap.activity_loading_inner {
  z-index: 500;
  display: flex;
  justify-content: center;
  background-color: transparent !important; }

/* 200910 수정 */
.activity_loading_inner .activity_loading_img {
  width: 82px;
  height: 82px;
  background: url(../../img/activity/img_loading_ani.png) repeat-x 0 0;
  background-size: cover;
  animation: activity_loading_img 1s steps(4) infinite; }

.activity_loading_inner.comp-new .activity_loading_img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 65px;
  background-image: none;
  transform: translate3d(0, 0, 0); }
  .activity_loading_inner.comp-new .activity_loading_img > img {
    width: 6480px;
    height: 65px;
    animation: activity_loading_img_renewal 3s steps(72) infinite;
    position: relative; }

@keyframes activity_loading_img {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -984px 0; } }

@keyframes activity_loading_img_renewal {
  0% {
    left: 0; }
  100% {
    left: -6480px; } }

/* [Season2.5]_6401_mind_detail_v0.1 200716 추가 */
.mindfulness .mind_detail_lst ul li .char.young {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 340px;
  height: 130px;
  background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
  background-size: 340px 130px;
  -webkit-animation: 0.8s infinite step-start active10;
  animation: 0.8s infinite step-start active10; }

.mindfulness .mind_detail_lst ul li .char.insomnia {
  right: 0;
  bottom: 0;
  width: 270px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
  background-size: 270px 200px;
  -webkit-animation: 0.8s infinite step-start active11;
  animation: 0.8s infinite step-start active11; }

.mindfulness .mind_detail_lst ul li .char.loose {
  right: 0;
  bottom: 0;
  width: 200px;
  height: 150px;
  background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
  background-size: 200px 150px;
  -webkit-animation: 0.8s infinite step-start active12;
  animation: 0.8s infinite step-start active12; }

.mindfulness .mind_detail_lst ul li .char.cool {
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
  background-size: 200px 200px;
  -webkit-animation: 0.8s infinite step-start active13;
  animation: 0.8s infinite step-start active13; }

.mindfulness .mind_detail_lst ul li .char.figure {
  right: 0;
  bottom: 0;
  width: 280px;
  height: 220px;
  background: url(../../img/mindfulness/img_mind_card_figure.png) 0 0 no-repeat;
  background-size: 280px 220px;
  -webkit-animation: 0.8s infinite step-start active14;
  animation: 0.8s infinite step-start active14; }

.mindfulness .mind_detail_lst ul li .char.fiord {
  right: 0;
  bottom: 0;
  width: 250px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_fiord.png) 0 0 no-repeat;
  background-size: 250px 200px;
  -webkit-animation: 0.8s infinite step-start active15;
  animation: 0.8s infinite step-start active15; }

.mindfulness .mind_detail_lst ul li .char.slim {
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_slim.png) 0 0 no-repeat;
  background-size: 300px 200px;
  -webkit-animation: 0.8s infinite step-start active16;
  animation: 0.8s infinite step-start active16; }

.mindfulness .mind_detail_lst ul li .char.water {
  right: 0;
  bottom: 0;
  width: 280px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_water.png) 0 0 no-repeat;
  background-size: 280px 200px;
  -webkit-animation: 0.8s infinite step-start active17;
  animation: 0.8s infinite step-start active17; }

.mindfulness .mind_detail_lst ul li .char.various {
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_various.png) 0 0 no-repeat;
  background-size: 300px 200px;
  -webkit-animation: 0.8s infinite step-start active18;
  animation: 0.8s infinite step-start active18; }

.mindfulness .mind_detail_lst ul li .char.meditate {
  left: 50%;
  bottom: 0;
  width: 788px;
  height: 152px;
  margin-left: -394px;
  background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
  background-size: 788px 152px;
  -webkit-animation: 0.8s infinite step-start active19;
  animation: 0.8s infinite step-start active19; }

@-webkit-keyframes active10 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_young_on.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; } }

@keyframes active10 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_young_on.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; } }

@-webkit-keyframes active11 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_insomnia_on.png) center bottom no-repeat;
    background-size: 270px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; } }

@keyframes active11 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_insomnia_on.png) center bottom no-repeat;
    background-size: 270px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; } }

@-webkit-keyframes active12 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_loose_on.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; } }

@keyframes active12 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_loose_on.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; } }

@-webkit-keyframes active13 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_cool_on.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; } }

@keyframes active13 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_cool_on.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; } }

@-webkit-keyframes active14 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_figure_on.png) center top no-repeat;
    background-size: 280px 220px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; } }

@keyframes active14 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_figure_on.png) center top no-repeat;
    background-size: 280px 220px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; } }

@-webkit-keyframes active15 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_fiord_on.png) center top no-repeat;
    background-size: 250px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; } }

@keyframes active15 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_fiord_on.png) center top no-repeat;
    background-size: 250px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; } }

@-webkit-keyframes active16 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_slim_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; } }

@keyframes active16 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_slim_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; } }

@-webkit-keyframes active17 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_water_on.png) center top no-repeat;
    background-size: 280px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; } }

@keyframes active17 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_water_on.png) center top no-repeat;
    background-size: 280px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; } }

@-webkit-keyframes active18 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_various_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; } }

@keyframes active18 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_various_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; } }

@-webkit-keyframes active19 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_sleep_on.png) center top no-repeat;
    background-size: 788px 152px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; } }

@keyframes active19 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_sleep_on.png) center top no-repeat;
    background-size: 788px 152px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; } }

/* 5601/5602_[Season2.5]_건강습관리워드 200811 수정 */
.reward .affiliate_lst li.health_habit_dim a {
  opacity: .25; }

/* dim 처리 */
.reward .affiliate_lst .discount-lst li {
  position: relative; }

.reward .affiliate_lst .discount-lst li button {
  position: absolute;
  top: 20px;
  right: 20px;
  height: auto;
  padding: 0; }

.reward .affiliate_lst .discount-lst li button img {
  width: 22px;
  height: 22px; }

/* 5603/5604_[Season2.5]_건강습관 리워드 알아보기 200729 추가 */
.reward.access_reward .tb_wrap table thead th {
  padding: 8px 0 6px; }

.reward .tb_wrap table tbody td .reward_img_logo {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 4px; }

.reward .tb_wrap table tbody td .reward_img_logo img {
  width: 100%; }

/* 건강증진 보험 가이드 200730 추가 */
#header .insurance-btn-prev {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url(../../img/common/insurance-btn-prev.png) 0 0 no-repeat;
  background-size: 40px 40px;
  text-indent: -9999px; }

/* 200806 추가 */
.health-guide__gap {
  margin-bottom: 30px; }

.health-guide__container .health-guide__img {
  font-size: 0; }

.health-guide__container .health-guide__img img {
  width: 100%; }

/* 201029 수정 */
.health-guide__container .health-guide__content {
  padding: 0 38px; }

.health-guide__container .health-guide__content .health-guide__title {
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 700;
  color: #202020; }

.health-guide__container .health-guide__content .health-guide__title-s {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 700;
  color: #202020; }

.health-guide__container .health-guide__content .health-guide__description {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 400;
  color: #202020; }

.health-guide__container .health-guide__content .health-guide__description-s {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 19px;
  font-weight: 300;
  color: #797979; }

#bottom-circle__type {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%; }

#bottom-circle__type .button_bx {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 40px 22px 22px;
  background: rgba(255, 255, 253, 0.5);
  background: linear-gradient(-180deg, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%); }

/* 190412 수정 */
#bottom-circle__type .button_bx button {
  margin-right: 10px;
  overflow: hidden;
  float: left;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px;
  border: 1px solid #D31145;
  box-sizing: border-box; }

#bottom-circle__type .button_bx button:last-child {
  margin-right: 0; }

#bottom-circle__type .button_bx button.disabled {
  background: #D0D0D0;
  color: #FFF; }

/* 디자인 나오면 속성 변경 */
#bottom-circle__type .button_bx button.abled.accept {
  background: #D31145;
  color: #FFF; }

#bottom-circle__type .button_bx button.abled.cancel {
  background: #fff;
  color: #000; }

#bottom-circle__type .button_bx .btn100 {
  display: block;
  float: none;
  width: 100%; }

.health-guide {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center; }

.health-guide .health-guide__bx {
  width: 100%;
  position: relative; }

.health-guide .health-guide__bx .swiper-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.health-guide .health-guide__bx .swiper-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform; }

.health-guide .health-guide__bx .swiper-slide img {
  width: 100%; }

/* 200923 수정 */
.health-guide .health-guide__bx .swiper-pagination__container-bx {
  text-align: center;
  padding-top: 13px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.health-guide .health-guide__bx .swiper-pagination__container-bx .swiper-pagination__container {
  position: absolute;
  top: 55px;
  width: 35px;
  display: inline-block; }

/* 201007 수정 */
.health-guide .health-guide__bx .swiper-pagination__container-bx .swiper-pagination__container .swiper-pagination {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  font-size: 0.6875rem;
  color: #484848;
  font-weight: 400;
  background-color: #E6E6E6;
  padding: 3px 0 2px;
  transform: translateX(-50%); }

/* 201007 수정 */
/* 201008 추가 */
.health-guide .health-guide__bx .swiper-count {
  text-align: center;
  margin-top: 13px; }

.health-guide .health-guide__bx .swiper-count span {
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #F5F5F5;
  font-size: 0.6875rem;
  color: #484848;
  font-weight: 400;
  background-color: #E6E6E6;
  padding: 3px 10px; }

/* //201008 추가 */
/* //건강증진 보험 가이드 200730 추가 */
/* 보험_UI 가이드 - 맞춤보험 리스트 200806 추가 */
.insurance .insurance-list .prmt_bn {
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 12px;
  background: #E9E9E9; }

.insurance .insurance-list .prmt_bn a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 120px 31px 35px; }

.insurance .insurance-list .prmt_bn a p {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.insurance .insurance-list .prmt_bn a span {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -50px; }

.insurance .insurance-list li {
  height: 250px;
  margin: 0 10px 10px;
  border-radius: 12px;
  background: #DDE3F9; }

.insurance .insurance-list li:first-child {
  margin-top: 10px; }

.insurance .insurance-list li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 30px 0 35px; }

.insurance .insurance-list li.dr {
  background: #DEE3F9; }

.insurance .insurance-list li.tlx {
  background: #DDEFF9; }

.insurance .insurance-list li.inbody {
  background: #FFDFDF; }

.insurance .insurance-list li a .s_tit {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.insurance .insurance-list li a .img_logo {
  position: absolute;
  left: 35px;
  bottom: 35px; }

.insurance .insurance-list li a .bg {
  position: absolute;
  right: 0;
  bottom: 0; }

.insurance .insurance-list li a .txt_bx {
  overflow: hidden;
  margin-top: 42px;
  border-top: 1px solid rgba(32, 32, 32, 0.2); }

.insurance .insurance-list li a .txt_bx em {
  overflow: hidden;
  float: right;
  height: 31px;
  margin-top: 28px;
  padding: 0 14px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 29px; }

.insurance .insurance-list li a .dc {
  margin-top: 6px;
  color: #202020;
  font-size: 1.000rem; }

.insurance .insurance-list li a .badge {
  display: none;
  position: absolute;
  top: 0;
  right: 25px;
  width: 47px;
  height: 66px;
  padding-top: 11px;
  background: url(../../img/my_benefit/img_badge.png);
  background-size: 47px 66px;
  color: #fff;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.000rem;
  text-align: center; }

/* 190806 수정 */
.insurance .insurance-list li.finish a .badge {
  display: block; }

/* 포인트 내역 - 그래프 이동 200806 추가 */
.point .grade_bar {
  overflow: hidden;
  margin-top: 9px; }

.point .grade_process {
  position: relative;
  overflow: hidden;
  margin: 10px 20px 0;
  padding-bottom: 0px; }

.point .grade_process .grade_point {
  overflow: hidden; 
  margin-top: 2px;
}

.point .grade_process .grade_point span {
  display: block;
  float: left;
  width: 25%;
  color: #919497;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.750em;
  font-weight: 400;
  line-height: 1.143em;
  text-align: center; }

.point .grade_process .grade_point span:nth-child(1) {
  position: relative;
  left: 12.5%; }

.point .grade_process .grade_point span:nth-child(2) {
  position: relative;
  left: 12.5%; }

.point .grade_process .grade_point span:nth-child(3) {
  position: relative;
  left: 12.5%; }

.point .grade_process .progress_bar {
  position: absolute;
  left: 0;
  top: 0px;
  overflow: hidden;
  width: 0;
  height: 37px;
  margin-top: 0px;
  z-index: 10;
  transition: all ease 1s;
  -webkit-transition: all ease 1s; }

.point .grade_process .progress_bar.on {
  width: 100%; }

.point .grade_process .progress_bar .line {
  overflow: hidden;
  width: calc(100vw - 40px);
  height: 30px;
  margin-top: 4px; }

.point .grade_process .progress_bar .line span {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 30px;
  color: #ffffff;
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 30px;
  text-align: center; }

.point .grade_process .progress_bar .line span.bronze {
  border-top: 1px solid #B3855E;
  border-bottom: 1px solid #B3855E;
  border-left: 1px solid #B3855E;
  border-radius: 6px 0 0 6px;
  background: #B3855E; }

.point .grade_process .progress_bar .line span.silver {
  border-top: 1px solid #CCCECE;
  border-bottom: 1px solid #CCCECE;
  background: #CCCECE; }

.point .grade_process .progress_bar .line span.gold {
  border-top: 1px solid #FFCF00;
  border-bottom: 1px solid #FFCF00;
  background: #FFCF00; }

.point .grade_process .progress_bar .line span.platinum {
  border-top: 1px solid #81CAFF;
  border-bottom: 1px solid #81CAFF;
  border-radius: 0 6px 6px 0;
  background: #81CAFF; }

.point .grade_process .progress_bar .line span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 37px; }

.point .grade_process .progress_bar .line span.bronze:after {
  background: #B3855E; }

.point .grade_process .progress_bar .line span.silver:after {
  background: #CCCECE; }

.point .grade_process .progress_bar .line span.gold:after {
  background: #81CAFF; }

.point .grade_process .progress_bar .line span.platinum:after {
  display: none; }

.point .grade_process .progress_bar2 {
  overflow: hidden;
  position: relative;
  height: 37px;
  margin-top: 4px; }

.point .grade_process .progress_bar2 .line {
  width: 100%;
  height: 30px;
  margin-top: 0px; }

.point .grade_process .progress_bar2 .line span {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 30px;
  color: #919497;
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 30px;
  text-align: center; }

.point .grade_process .progress_bar2 .line span.bronze {
  border-radius: 6px 0 0 6px;
  background: #F3F5F8; }

.point .grade_process .progress_bar2 .line span.silver {
  background: #F3F5F8; }

.point .grade_process .progress_bar2 .line span.gold {
  background: #F3F5F8; }

.point .grade_process .progress_bar2 .line span.platinum {
  border-radius: 0 6px 6px 0;
  background: #F3F5F8; }

.point .grade_process .progress_bar2 .line span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 37px;
  opacity: .5;
  background: #202020; }

.point .grade_process .progress_bar2 .line span.bronze:after {
  background: #CCCECE; }

.point .grade_process .progress_bar2 .line span.silver:after {
  background: #CCCECE; }

.point .grade_process .progress_bar2 .line span.gold:after {
  background: #CCCECE; }

.point .grade_process .progress_bar2 .line span.platinum:after {
  display: none; }

.point .grade_process .balloon {
  position: absolute;
  top: 65px;
  display: none;
  height: 20px;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  background: #D31145;
  border-radius: 5px;
  z-index: 20;
  white-space: nowrap; }

.point .grade_process .balloon:before {
  content: '';
  position: absolute;
  top: -6px;
  display: block;
  width: 11px;
  height: 11px; }

.point .grade_process .balloon.step1:before {
  left: 0;
  background: url(../../img/my_benefit/ico_balloon1.png) 0 0 no-repeat;
  background-size: 11px 11px; }

.point .grade_process .balloon.step2 {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.point .grade_process .balloon.step2:before {
  left: 50%;
  margin-left: -5px;
  background: url(../../img/my_benefit/ico_balloon2.png) 0 0 no-repeat;
  background-size: 11px 11px; }

.point .grade_process .balloon.step3:before {
  left: auto;
  right: 0;
  background: url(../../img/my_benefit/ico_balloon3.png) 0 0 no-repeat;
  background-size: 11px 11px; }

.point .grade_bar .point_tt {
  overflow: hidden;
  text-align: center; }

.point .grade_bar .point_tt p {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.250rem; }

.point .grade_bar .point_tt em {
  display: block;
  margin-top: 5px;
  color: #979797;
  font-size: 0.750rem;
  font-weight: 500;
  line-height: 1.125rem; }

.point.comp-new .grade_process .progress_bar .line span.bronze {
  border-top: 1px solid #C25335;
  border-bottom: 1px solid #C25335;
  border-left: 1px solid #C25335;
  border-radius: 6px 0 0 6px;
  background: #C25335; }

.point.comp-new .grade_process .progress_bar .line span.bronze:after {
  background: #C25335; }

.point.comp-new .grade_process .progress_bar .line span.silver {
  border-top: 1px solid #8B989D;
  border-bottom: 1px solid #8B989D;
  background: #8B989D; }

.point.comp-new .grade_process .progress_bar .line span.silver:after {
  background: #8B989D; }

.point.comp-new .grade_process .progress_bar .line span.gold {
  border-top: 1px solid #C68129;
  border-bottom: 1px solid #C68129;
  background: #C68129; }

.point.comp-new .grade_process .progress_bar .line span.gold:after {
  background: #C68129; }

.point.comp-new .grade_process .progress_bar .line span.platinum {
  border-top: 1px solid #00C9C3;
  border-bottom: 1px solid #00C9C3;
  border-radius: 0 6px 6px 0;
  background: #00C9C3; }

.point.comp-new .grade_process .progress_bar .line span.platinum:after {
  display: none; }

.point.comp-new .grade_process .balloon {
  top: 63px; }

.point.comp-new .point_list2 {
  margin: 0px 20px 0; }

.point.comp-new .point_noti li {
  position: relative;
  padding-left: 12px;
  word-break: keep-all; }

.point.comp-new .point_noti li:before {
  position: absolute;
  left: 0; }

.point.comp-new .point_noti li span {
  display: inline; }

/* 내 바이탈리티_히스토리 #5108 ~ #5109 */
.membership #container .pop_clauselayer .contents {
  margin: 0 30px;
  padding-top: 88px; }

.membership .tab {
  position: fixed;
  left: 0;
  top: 56px;
  width: 100%;
  margin:  0; 
  background: #FFF;
  z-index: 111;
  border-bottom: 1px solid #ECEEF0;
  }

.membership .tab .tab_menu {
  overflow: hidden;
  height: 36px;
  background: #FFF;
  }

.membership .tab .tab_menu li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center; }
.membership .tab .tab_menu li:first-child {
  padding-left:  20px; }
.membership .tab .tab_menu li:last-child {
  padding-right:  20px; }
.membership .tab .tab_menu li a {
  display: block;
  overflow: hidden;
  color: rgba(32, 32, 32, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px; }

.membership .tab .tab_menu li .tab_btn {
  color: #C0C0C0;
  border-bottom: 3px solid #FFF;
  width: 110px;
  height: 36px;
  margin: 0 auto;
 }

.membership .tab .tab_menu li.active a {
  color: #D31145;
  font-size: 14px;
  font-weight: 500; }

.membership .tab .tab_menu li.active .tab_btn {
  border-bottom: 3px solid #D31145;
 }

.membership .membership_lst {
  overflow: hidden; }

.membership .membership_lst dl {
  overflow: hidden; }

.membership .membership_lst dl dt {
  overflow: hidden;
  margin: 34px 25px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #F3F3F3;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

.membership .membership_lst dl dt .year {
  float: left;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

.membership .membership_lst dl dt .date {
  float: right;
  margin-top: -2px;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.875rem;
  font-weight: 400; }

.membership .membership_lst dl dd {
  margin: 0 25px; }

.membership .membership_lst dl dd ul {
  overflow: hidden; }

.membership .membership_lst dl dd ul li {
  position: relative;
  border-bottom: 1px solid #F3F3F3; }

.membership .membership_lst dl dd ul li:first-child {
  position: relative; }
.membership .membership_lst dl dd ul li:last-child {
  border-bottom: 0px; }  

.membership .membership_lst dl dd ul li .d_bx {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 73px; }

.membership .membership_lst dl dd ul li .d_bx .md_bx {
  display: table-cell;
  position: relative;
  width: 100%;
  padding-right: 80px;
  vertical-align: middle; }

.membership .membership_lst dl dd ul li .d_bx .event .tit {
  padding-top: 3px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.375rem; }

.membership .membership_lst dl dd ul li .d_bx .event .sub {
  margin-top: 2px;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.membership .membership_lst dl dd ul li .d_bx .detail {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  transform: translateY(-50%); }

.membership .membership_lst dl dd ul li .d_bx .detail .detail_cost {
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.375rem; }

.membership .membership_lst dl dd ul li .d_bx .detail .detail_card {
  font-size: 0.8125rem;
  color: #919497;
  line-height: 1.188rem; }

.membership .membership_lst dl dd ul li.end .d_bx .detail {
  color: #979797; }

.membership .membership_lst.nodata {
  margin-top: 95px; }

.membership .membership_lst.nodata .reward_txt {
  overflow: hidden;
  width: 100%;
  padding-bottom: 144px;
  background: url(../../img/my_benefit/img_illust_reward_nodata.png) center bottom no-repeat;
  background-size: 120px 112px; }

.membership .membership_lst.nodata .reward_txt p {
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.750rem;
  text-align: center; }

.membership .membership_lst.nodata .reward_sublst {
  overflow: hidden;
  margin: 0 30px;
  border-top: 1px solid #979797; }

.membership .membership_lst.nodata .reward_sublst li {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 57px;
  padding: 0 12px;
  border-bottom: 1px solid #EEE; }

/* 190411 수정 */
.membership .membership_lst.nodata .reward_sublst li span {
  display: table-cell;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle; }

.membership .membership_lst.nodata .reward_sublst li em {
  display: table-cell;
  overflow: hidden;
  padding: 4px 0 0 11px;
  color: #202020;
  font-size: 0.875em;
  line-height: 1.500rem;
  font-weight: 400;
  vertical-align: middle; }

.membership .membership_lst .nodata {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 42px;
  color: #979797;
  text-align: center; }

.membership .filter_wrap {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 110;
  width: 100%;
  height: 100%; }

.membership .filter_wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.membership .filter_wrap .ck_list1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: #fff; }

.membership .filter_wrap .ck_list1 li {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4; }

.membership .filter_wrap .ck_list1 li:first-child {
  padding-top: 10px; }

.membership .filter_wrap .ck_list1 li:last-child {
  padding-bottom: 10px; }

.membership .filter_wrap .ck_list1 li input[type="radio"] {
  display: none; }

.membership .filter_wrap .ck_list1 li input[type="radio"] + label {
  display: block;
  overflow: hidden;
  margin-right: 35px;
  padding: 15px 30px;
  background: url(../../img/survey/bg_radio1.png) right center no-repeat;
  background-size: 20px 20px;
  font-size: 1.000rem;
  color: #202020;
  font-weight: 400;
  line-height: 1.500rem; }

.membership .filter_wrap .ck_list1 li input[type="radio"]:checked + label {
  background: url(../../img/survey/bg_radio1_on.png) right center no-repeat;
  background-size: 20px 20px; }

.membership .membership_lst {
  overflow: hidden; }

.membership .membership_lst.nodata {
  margin-top: 95px; }

.membership .membership_lst .nodata2 {
  width: 100%;
  position: fixed;
  top: 45%;
  left: 50%;
  padding-top: 45px;
  background: url(../../img/my_benefit/ic_no_membership_payment.png) center top no-repeat;
  background-size: 35px 35px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* 190523 수정 */
.membership .membership_lst .nodata2 p {
  color: #AAADB1;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.688rem;
  text-align: center; }

.membership .membership_lst.nodata .reward_sublst {
  overflow: hidden;
  margin: 0 30px;
  border-top: 1px solid #979797; }

.membership .membership_lst.nodata .reward_sublst li {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 57px;
  padding: 0 12px;
  border-bottom: 1px solid #EEE; }

.membership .membership_lst.nodata .reward_sublst li span {
  display: table-cell;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle; }

.membership .membership_lst.nodata .reward_sublst li em {
  display: table-cell;
  overflow: hidden;
  padding: 4px 0 0 11px;
  color: #202020;
  font-size: 0.875em;
  line-height: 1.500rem;
  font-weight: 400;
  vertical-align: middle; }

.membership .membership_lst .nodata {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 42px;
  color: #979797;
  text-align: center; }

/* 내 바이탈리티_히스토리 #5110 ~ #5111 */
.membership .insurance_lst {
  overflow: hidden; }

.membership .insurance_lst dl {
  overflow: hidden; }

.membership .insurance_lst dl dt {
  overflow: hidden;
  margin: 34px 25px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #F3F3F3;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

.membership .insurance_lst dl dt .year {
  float: left;
  color: #202020;
  font-size: 1.000rem;
  font-weight: 700;
  text-align: center; }

.membership .insurance_lst dl dt .date {
  float: right;
  margin-top: -2px;
  color: #202020;
  font-family: roboto,Roboto,'roboto','Roboto';
  font-size: 0.875rem;
  font-weight: 400; }

.membership .insurance_lst dl dd {
  margin: 0 25px; }

.membership .insurance_lst dl dd ul {
  overflow: hidden; }

.membership .insurance_lst dl dd ul li {
  position: relative;
  border-bottom: 1px solid #F3F3F3; }

.membership .insurance_lst dl dd ul li:first-child {
  position: relative; }
.membership .insurance_lst dl dd ul li:last-child {
  border-bottom: 0px; }

.membership .insurance_lst dl dd ul li .d_bx {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 73px; }

.membership .insurance_lst dl dd ul li .d_bx .md_bx {
  display: table-cell;
  position: relative;
  width: 100%;
  padding-right: 80px;
  vertical-align: middle; }

.membership .insurance_lst dl dd ul li .d_bx .event .tit {
  padding-top: 3px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.375rem; }

.membership .insurance_lst dl dd ul li .d_bx .event .sub {
  margin-top: 2px;
  color: #323232;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.188rem; }

.membership .insurance_lst dl dd ul li .d_bx .detail {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  transform: translateY(-50%); }

.membership .insurance_lst dl dd ul li .d_bx .detail .detail_cost {
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.375rem; }

.membership .insurance_lst dl dd ul li .d_bx .detail .detail_card {
  font-size: 0.8125rem;
  color: #919497;
  line-height: 1.188rem; }

.membership .insurance_lst dl dd ul li.end .d_bx .detail {
  color: #979797; }

.membership .insurance_lst.nodata {
  margin-top: 95px; }

.membership .insurance_lst.nodata .reward_txt {
  overflow: hidden;
  width: 100%;
  padding-bottom: 144px;
  background: url(../../img/my_benefit/img_illust_reward_nodata.png) center bottom no-repeat;
  background-size: 120px 112px; }

.membership .insurance_lst.nodata .reward_txt p {
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.750rem;
  text-align: center; }

.membership .insurance_lst.nodata .reward_sublst {
  overflow: hidden;
  margin: 0 30px;
  border-top: 1px solid #979797; }

.membership .insurance_lst.nodata .reward_sublst li {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 57px;
  padding: 0 12px;
  border-bottom: 1px solid #EEE; }

.membership .insurance_lst.nodata .reward_sublst li span {
  display: table-cell;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle; }

.membership .insurance_lst.nodata .reward_sublst li em {
  display: table-cell;
  overflow: hidden;
  padding: 4px 0 0 11px;
  color: #202020;
  font-size: 0.875em;
  line-height: 1.500rem;
  font-weight: 400;
  vertical-align: middle; }

.membership .insurance_lst .nodata {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 42px;
  color: #979797;
  text-align: center; }

.membership .insurance_lst {
  overflow: hidden; }

.membership .insurance_lst.nodata {
  margin-top: 95px; }

.membership .insurance_lst .nodata2 {
  width: 100%;
  position: fixed;
  top: 45%;
  left: 50%;
  padding-top: 45px;
  background: url(../../img/my_benefit/ic_no_insurance_discount.png) center top no-repeat;
  background-size: 35px 35px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* 190523 수정 */
.membership .insurance_lst .nodata2 p {
  color: #AAADB1;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.688rem;
  text-align: center; }

.membership .insurance_lst.nodata .reward_sublst {
  overflow: hidden;
  margin: 0 30px;
  border-top: 1px solid #979797; }

.membership .insurance_lst.nodata .reward_sublst li {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 57px;
  padding: 0 12px;
  border-bottom: 1px solid #EEE; }

.membership .insurance_lst.nodata .reward_sublst li span {
  display: table-cell;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle; }

.membership .insurance_lst.nodata .reward_sublst li em {
  display: table-cell;
  overflow: hidden;
  padding: 4px 0 0 11px;
  color: #202020;
  font-size: 0.875em;
  line-height: 1.500rem;
  font-weight: 400;
  vertical-align: middle; }

.membership .insurance_lst .nodata {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 42px;
  color: #979797;
  text-align: center; }

.membership .membership_introduction .about_wrap
{
  position: relative;
  /*width: 312px;
  height: 460px;*/
}
.membership .membership_introduction .about_wrap p 
{
  padding: 22px 0 3px;
  margin-left:31px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400; 
}
.membership .membership_introduction .list_wrap
{
  position: relative;
  width: 100%;
}
.membership .membership_introduction .introduction-card
{
  position: relative;
  width: 312px;
  height: 460px;
  margin: 0 auto;
  margin-top : 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 312px 460px; 
}
.membership .membership_introduction .introduction-card-btn
{
  position: relative;
  left:18px;
  width: 150px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 500; 
  text-align: center;
  border: 1px solid rgba(106,106,106,.3);
  border-radius: 5px;
  margin: 0px;
  padding:0px;
}




/* 건강도전 #6525 ~ #6529 */
.health_challenge .contents {
  padding: 56px 0 60px !important; }

/* 201113 추가 */
.health_challenge .contents .mission_lst {
  position: relative;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box; }

.health_challenge .contents .mission_lst .mission_tit {
  margin-bottom: 20px;
  margin-left: 5px;
  color: #202020;
  font-weight: 700;
  font-size: 1rem; }

.health_challenge .mission_lst .prmt_bn {
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 12px;
  background: #E9E9E9; }

.health_challenge .mission_lst .prmt_bn a {
  display: block;
  position: relative;
  height: 100%;
  padding: 35px 120px 31px 35px; }

.health_challenge .mission_lst .prmt_bn a p {
  color: #202020;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

.health_challenge .mission_lst .prmt_bn a span {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -50px; }

.health_challenge .mission_lst li {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 174px;
  margin: 0 0 10px 0;
  padding: 24px 20px 14px 20px;
  border-radius: 12px; }

.health_challenge .mission_lst li:last-child {
  margin-bottom: 0; }

.health_challenge .mission_lst li.mission_vitality .mission_vitality_ani {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 174px;
  background: url("../../img/my_benefit/img_mission_vitality.png") 0 0 repeat-x;
  background-size: cover;
  animation: mission_vitality 1s steps(5) infinite;
  -webkit-animation: mission_vitality 1s steps(5) infinite; }

.health_challenge .mission_lst li.mission_bonus .mission_bonus_ani {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 174px;
  background: url("../../img/my_benefit/img_mission_bonus.png") 0 0 repeat-x;
  background-size: cover;
  animation: mission_bonus 1s steps(5) infinite;
  -webkit-animation: mission_bonus 1s steps(5) infinite; }

.health_challenge .mission_lst li.mission_dim .mission_sub_tit {
  opacity: .5; }

.health_challenge .mission_lst li.mission_dim .s_tit {
  opacity: .5; }

.health_challenge .mission_lst li.mission_dim .mission_vitality_ani, .health_challenge .mission_lst li.mission_dim .mission_bonus_ani {
  opacity: .5; }

.health_challenge .mission_lst li.mission_dim .mission_btn {
  display: none; }

.health_challenge .mission_lst li.mission_dim .mission_complete {
  display: block; }

.health_challenge .mission_lst .mission_complete {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  opacity: .5; }

.health_challenge .mission_lst .mission_btn {
  width: 100%;
  height: 40px; }

.health_challenge .mission_lst .mission_popup {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 60px;
  height: 60px; }

.health_challenge .mission_lst li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.health_challenge .mission_lst li .mission_sub_tit {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  opacity: .7; }

.health_challenge .mission_lst li .s_tit {
  margin-bottom: 18px;
  color: #202020;
  font-size: 1.250rem;
  font-weight: 400;
  line-height: 1.750rem; }

.health_challenge .more_btn {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  margin: 30px 30px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.health_challenge .more_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

.health_challenge .mission_lst li .button_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 100%;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff; }

@keyframes mission_vitality {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1600px 0; } }

@-webkit-keyframes mission_vitality {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1600px 0; } }

@keyframes mission_bonus {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1600px 0; } }

@-webkit-keyframes mission_bonus {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1600px 0; } }

.health_stamp {
  padding: 50px 30px 30px 30px;
  box-sizing: border-box;
  text-align: center;
  background-color: #E5EBEC; }

.health_stamp .stamp_tit {
  margin-bottom: 40px;
  font-size: 1rem;
  font-weight: 700;
  color: #212122; }

.health_stamp .stamp_lucky_tit {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.875rem; }

.health_stamp .stamp_date {
  display: block;
  margin-bottom: 40px;
  font-family: 'Roboto';
  font-size: 0.875rem;
  font-weight: 700;
  color: #909090; }

.health_stamp .reward_note {
  display: inline-block;
  margin-bottom: 40px; }

.health_stamp .reward_note_txt {
  position: relative;
  display: flex;
  align-items: center;
  width: 155px;
  height: 31px;
  margin: 0 auto;
  padding: 11px 14px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #909090; }

.health_stamp .reward_note_txt:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 14px;
  width: 4px;
  height: 9px;
  background: url(../../img/common/stamp_arrow_right.png) center center no-repeat;
  background-size: 4px 9px; }

.health_stamp .stamp_theme {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 2px solid #BCCED1;
  border-radius: 100%;
  box-sizing: border-box;
  background: #fff url("../../img/my_benefit/stamp_effect.png") 0 0 no-repeat;
  background-size: contain; }

.health_stamp .stamp_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 286px;
  margin: 0 auto;
  margin-bottom: 40px; }

.health_stamp .stamp_list li {
  position: relative;
  z-index: 10;
  width: 60px;
  height: 60px;
  margin-bottom: 16px; }

.health_stamp .stamp_list li.stamp_margin {
  margin-bottom: 0; }

.health_stamp .stamp_list li .mission_stamp {
  position: relative;
  width: 60px;
  height: 60px; }

.health_stamp .stamp_list li .mission_stamp .mission_stamp_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 60px;
  height: 60px; }

.health_stamp .stamp_list li .stamp_vitality .mission_stamp_bg {
  background: url("../../img/my_benefit/stamp_vitality.png") center center no-repeat;
  background-size: 60px 60px; }

/* 바이탈리티 스탬프 */
.health_stamp .stamp_list li .stamp_bonus .mission_stamp_bg {
  background: url("../../img/my_benefit/stamp_bonus.png") center center no-repeat;
  background-size: 60px 60px; }

/* 보너스 스탬프 */
.health_stamp .stamp_list li .stamp_bg {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../../img/my_benefit/stamp_num_circle.png") center center no-repeat;
  background-size: 58px 58px; }

.health_stamp .stamp_list li .stamp_bg span {
  display: block;
  padding-right: 5px;
  font-family: 'Roboto';
  font-weight: 700;
  font-style: italic;
  line-height: 1.5rem;
  font-size: 1.25rem;
  color: #C6CCD4; }

.health_stamp .button_bx {
  width: 100%;
  height: 50px;
  margin-bottom: 16px; }

.health_stamp .button_bx button {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff; }

.health_stamp .button_bx button.enter {
  background-color: #B9BDBD; }

.health_stamp .button_bx button.accept {
  background-color: #D31145; }

.health_stamp .stamp_txt {
  color: #97A2A4;
  font-size: 0.75rem; }

.health_challenge .more_txt {
  margin: 30px 35px 0 35px;
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #797979; }

.health_challenge .more_txt li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px; }

/* 201113 추가 */
.health_challenge .more_txt li:last-child {
  margin-bottom: 0; }

/* 201113 추가 */
.health_challenge .more_txt li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '•'; }

/* 201113 추가 */
.health_challenge .mission_lst li .mission_dim {
  opacity: .5; }

/* 건강도전 mission dim 처리 */
/* 건강도전 알아보기 #6530 */
#container .contents .about_health_challenge {
  padding: 30px 38px 64px 38px;
  box-sizing: border-box; }

.health_challenge_txt {
  margin-bottom: 60px; }

.health_challenge_txt .health_challenge_tit {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem; }

.health_challenge_txt > p {
  font-size: 0.875rem;
  line-height: 1.5rem; }

.health_challenge_txt p.health_txt_detail_01 {
  margin-bottom: 15px; }

/* 건강도전 팝업 #6531 */
.ly_pop_alert .img_popup_draw_scene {
  width: 174px;
  height: 160px;
  background: url(../../img/my_benefit/img_popup_draw_scene.png) 0 0 no-repeat;
  background-size: 174px 160px;
  -webkit-animation: 0.8s infinite step-start img_popup_draw;
  animation: 0.8s infinite step-start img_popup_draw; }

@keyframes img_popup_draw {
  0% {
    background: url(../../img/my_benefit/img_popup_draw_scene.png) 0 0 no-repeat;
    background-size: 174px 160px; }
  50% {
    background: url(../../img/my_benefit/img_popup_draw_scene_on.png) 0 0 no-repeat;
    background-size: 174px 160px; }
  100% {
    background: url(../../img/my_benefit/img_popup_draw_scene.png) 0 0 no-repeat;
    background-size: 174px 160px; } }

/* 건강도전 팝업 #6532 */
.ceremony {
  pointer-events: none;
  position: absolute;
  top: -550px;
  left: 50%;
  z-index: 2200;
  width: 369px;
  height: 453px;
  margin-left: -185px;
  background: url(./../../img/userguide/img_ceremony.png) 0 0 no-repeat;
  background-size: 369px 453px;
  -webkit-transition: top 1.0s;
  transition: top 1.0s; }

/* 200721 수정 */
.ceremony.on {
  top: -33px; }

/* 상담신청 팝업 #8101/#8203 */
.counsel .counsel_apply {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.563rem; }

.counsel .counsel_info {
  width: 265px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.438rem; }

.counsel .counsel_info th {
  width: 110px;
  font-weight: 400; }

.counsel .counsel_info td {
  width: 155px;
  font-weight: 300; }

.counsel .input_bx .select_bx {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 15px; }

/* 200916 수정 */
.counsel .input_bx .select_bx select {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  background: #F9F9F9 url(../../img/common/ico_arrow_sorting1.png) right 2px top 50% no-repeat;
  background-size: 50px 30px; }

.counsel .input_bx .select_bx select.on {
  color: #000; }

.counsel .terms_bx.agree_bx {
  width: 100%;
  height: 35px;
  margin: 0 auto; }

/* 200916 수정 */
.counsel .terms_bx.agree_bx ul li {
  width: 100%; }

/* 200916 수정 */
.counsel .terms_bx.agree_bx ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #000;
  font-weight: bold;
  font-family: NotoSans,'NotoSans',notosans; }

/* 201020 수정 */
.counsel .terms_bx.agree_bx ul li a::after {
  content: '';
  width: 24px;
  height: 35px;
  background: url(../../img/common/btn_arrow_right.png) center center no-repeat;
  background-size: 24px 35px;
  vertical-align: top; }

/* 200916 수정 */
.counsel #pop_bottom .button_bx .disabled.accept {
  color: #fff;
  background-color: #C1C1C1; }

/* 내 바이탈리티 */
.my_vitality #container .contents {
  margin: 0 28px; }

.my_vitality .membership_lst {
  overflow: hidden; }

.my_vitality .membership_lst dl {
  overflow: hidden; }

.my_vitality .membership_lst dl dt {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020; }

.my_vitality .membership_lst dl.my_vitality_who {
  margin-bottom: 10px; }

.my_vitality .membership_lst dl.my_vitality_who dt .my_vitality_man {
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-bottom: 9px;
  border-radius: 50%; }

/* 200901 수정 */
.my_vitality .membership_lst dl.my_vitality_who dt .my_vitality_man img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%; }

.my_vitality .membership_lst dl.my_vitality_who dd ul {
  overflow: hidden; }

.my_vitality .membership_lst dl dd ul li {
  position: relative;
  border-bottom: 1px solid #e4e4e4; }

.my_vitality .membership_lst dl dd ul li:first-child {
  position: relative; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 15px 0 15px 10px;
  box-sizing: border-box; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a .my_vitality_grade_tit {
  display: flex; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a .my_vitality_grade_tit .my_vitality_small_icon {
  width: 20px;
  height: 20px;
  margin-right: 8px; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a .my_vitality_grade_tit .tit {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a .my_vitality_enter {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #D31145; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a .my_vitality_enter .txt {
  margin-right: 8px; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a .my_vitality_enter .txt.point_number {
  font-family: 'Roboto'; }

.my_vitality .membership_lst dl.my_vitality_who dd ul li a .my_vitality_enter .enter_icon {
  width: 24px;
  height: 35px; }

.my_vitality .membership_lst dl.my_vitality_benefit > dt {
  border-bottom: none; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_tit h2 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_tit span {
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-family: 'Roboto';
  color: #979797; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_tit h2 span.importance {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  color: #D31145; }

/* 201027 추가 */
.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_img {
  width: 178px;
  height: 105px; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15); }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_list:nth-child(1) {
  border-top: 1px solid rgba(32, 32, 32, 0.3); }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_list .my_vitality_benefit_bx {
  display: flex;
  padding: 15px 0; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_list .my_vitality_small_icon {
  width: 34px;
  height: 34px;
  margin: 5px 17px 0 0; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_list .my_vitality_benefit_txt {
  font-size: 0.875rem;
  line-height: 1.375rem; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_list .my_vitality_benefit_txt .tit {
  color: #323232; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_list .my_vitality_benefit_txt .tit_bold {
  color: #D72857;
  font-weight: 700; }

.my_vitality .membership_lst dl.my_vitality_benefit .check_benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 30px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 0.75rem;
  color: #202020; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole li {
  margin-bottom: 30px;
  border-bottom: none !important; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole .my_vitality_whole_img {
  width: 140px;
  height: 102px;
  margin-bottom: 14px; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 18px; }

.my_vitality .more_btn {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  margin: 30px 0 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.my_vitality .more_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

.my_vitality .name_bx {
  position: relative;
  height: 35px;
  margin: 0 auto; }

.my_vitality .name_bx a {
  display: block;
  padding: 3px 29px 4px 25px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000; }

.my_vitality .name_bx a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  right: 5px;
  top: -2px;
  width: 24px;
  height: 35px;
  background: url(../../img/common/btn_arrow_right.png) center center no-repeat;
  background-size: 24px 35px;
  vertical-align: top; }

.my_vitality .payment_bx {
  position: relative;
  width: 178px;
  height: 35px;
  padding: 7px 14px 8px 14px;
  box-sizing: border-box; }

.my_vitality .payment_dim {
  display: none; }

.my_vitality .payment_bx a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #909090; }

.my_vitality .payment_bx a:after {
  content: '';
  /*display:block;*/
  position: absolute;
  right: 14px;
  top: -1px;
  width: 24px;
  height: 35px;
  background: url(../../img/common/btn_arrow_right.png) center center no-repeat;
  background-size: 24px 35px;
  vertical-align: top; }

.my_vitality .membership_lst dl.my_vitality_who .benefit-list {
  padding: 0 20px;
  margin-top: 30px;
  border: 1px solid #DADADA;
  border-radius: 6px; }

.my_vitality .membership_lst dl.my_vitality_who .benefit-list__item {
  padding: 15px 0; }

.my_vitality .membership_lst dl.my_vitality_who .benefit-list__item .benefit-list__text {
  display: flex;
  justify-content: space-between;
  color: #202020;
  font-size: 14px; }

.my_vitality .membership_lst dl.my_vitality_who .benefit-list__item .benefit-list__text strong {
  font-weight: 500; }

.my_vitality .membership_lst dl.my_vitality_who .benefit-list__item .benefit-list__text em {
  font-weight: 400; }

.my_vitality .membership_lst dl.my_vitality_who .benefit-list__item .benefit-list__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #919497;
  font-size: 13px; }

.my_vitality .membership_lst dl.my_vitality_who .benefit-list__item .benefit-list__detail + .benefit-list__detail {
  margin-top: 4px; }

.my_vitality .my_vitality__caution-list + .more_btn {
  margin-top: 18px; }

.my_vitality .my_vitality__caution-list li {
  position: relative;
  display: block;
  padding-left: 10px;
  color: #797979;
  font-size: 12px; }

.my_vitality .my_vitality__caution-list li:before {
  content: '*';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  line-height: 20px; }

/* 멤버십 알아보기 */
.my_vitality.membership #container .contents {
  margin: 0; }

.my_vitality .membership_detail .about {
  padding: 15px 0 50px;
  text-align: center; }

.my_vitality .membership_detail .about_wrap .img_bx {
  width: 100px;
  height: 100px;
  margin: 0 auto; }

.my_vitality .membership_detail .about_wrap .img_bx img {
  width: 100%; }

.my_vitality .membership_detail .about_wrap h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700; }

.my_vitality .membership_detail .about_wrap p {
  padding-top: 22px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500; }

.my_vitality .membership_detail .list_wrap {
  margin-top: 45px; }

.my_vitality .membership_detail .list_wrap dl {
  margin-top: 20px; }

.my_vitality .membership_detail .list_wrap dl:first-child {
  margin-top: 0; }

.my_vitality .membership_detail .list_wrap dt {
  color: #B5B9BA;
  font-size: 16px;
  line-height: 19px;
  text-align: center; }

.my_vitality .membership_detail .list_wrap dt img {
  width: 62px;
  height: 62px; }

.my_vitality .membership_detail .list_wrap dt strong {
  display: block; }

.my_vitality .membership_detail .list_wrap dd {
  padding-top: 5px;
  font-size: 15px;
  line-height: 23px; }

.my_vitality .membership_detail .reason {
  padding-bottom: 50px;
  border-top: 10px solid #F9F9F9; }

.my_vitality .membership_detail .reason h3 {
  padding: 25px 15px 15px;
  font-size: 17px;
  font-weight: 500; }

.my_vitality .membership_detail .interview .interview_slide .swiper-container {
  padding-left: 15px; }

.my_vitality .membership_detail .interview .interview_slide .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  width: 317px;
  padding: 22px 10px 22px 17px;
  border-radius: 15px;
  background-color: #F0F4F5;
  box-sizing: border-box; }

.my_vitality .membership_detail .interview .interview_slide .profile {
  overflow: hidden;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid transparent;
  background-image: linear-gradient(#000, #000), linear-gradient(to bottom right, #EE0C6D 40%, #E02179 45%, #AA29E1 60%, #12B4FF 85%);
  background-origin: border-box;
  background-clip: content-box, border-box; }

.my_vitality .membership_detail .interview .interview_slide .profile img {
  width: 100%; }

.my_vitality .membership_detail .interview .interview_slide .text {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  word-break: keep-all; }

.my_vitality .membership_detail .interview .interview_slide .text span {
  display: block;
  padding-top: 10px;
  font-size: 12px; }

.my_vitality .membership_detail .interview .interview_slide .btn_youtube {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 17px;
  width: 28px;
  height: 20px; }

.my_vitality .membership_detail .interview .interview_slide .btn_youtube img {
  width: 100%; }

.my_vitality .membership_detail .interview .interview_video {
  position: relative;
  width: 100%;
  margin: 45px 0 0 0;
  padding: 0 15px;
  box-sizing: border-box; }

.my_vitality .membership_detail .interview .interview_video a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%; }

.my_vitality .membership_detail .interview .interview_video img {
  width: 100%; }

.my_vitality .membership_detail .benefit {
  margin-top: 20px; }

.my_vitality .membership_detail .benefit .benefit_slide .swiper-container {
  padding-left: 15px; }

.my_vitality .membership_detail .benefit .benefit_slide .swiper-slide {
  width: 155px; }

.my_vitality .membership_detail .benefit .benefit_slide .bg {
  overflow: hidden;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background-color: #000; }

.my_vitality .membership_detail .benefit .benefit_slide img {
  width: 100%; }

.my_vitality .membership_detail .benefit .benefit_slide .text {
  padding-top: 8px; }

.my_vitality .membership_detail .benefit .benefit_slide .text dt {
  font-size: 12px;
  font-weight: 700; }

.my_vitality .membership_detail .benefit .benefit_slide .text dd {
  padding-top: 3px;
  font-size: 13px;
  line-height: 19px; }

.my_vitality .membership_detail .apply_wrap {
  padding: 40px 65px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #d8043a;
  background: linear-gradient(125deg, #d8043a 0%, #e1227a 60%, #9a2afb 80%, #07c0ff 100%); }

.my_vitality .membership_detail .apply_wrap .title {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold; }

.my_vitality .membership_detail .apply_wrap .text {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 20px; }

.my_vitality .membership_detail .apply_wrap .btn_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.my_vitality .membership_detail .apply_wrap .btn_bx button {
  width: 230px;
  margin-bottom: 12px;
  padding: 9px 0;
  border: 1px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #fff; }

.my_vitality .membership_detail .apply_wrap .btn_bx button:last-child {
  margin-bottom: 0; }

/* 리워드 내역 (바이탈리티 할인) */
.reward .reward_lst .nodata3 {
  width: 100%;
  position: fixed;
  top: 38%;
  left: 50%;
  padding-top: 199px;
  background: url(../../img/my_benefit/img_illust_non_sale.png) center top no-repeat;
  background-size: 200px 157px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* 200819 추가 */
.reward .reward_lst .nodata3 p {
  color: #202020;
  font-size: 1.000rem;
  font-weight: 500;
  line-height: 1.688rem;
  text-align: center; }

/* 200819 추가 */
/* 대한항공 / 신라스테이 신청화면 */
.apply_screen {
  margin: 66px 0 60px 0; }

.apply_screen .contents {
  margin: 0 22px; }

.apply_screen .contents p {
  margin-bottom: 15px;
  padding-right: 12px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.apply_screen .contents p span {
  display: block;
  overflow: hidden;
  margin-bottom: 19px; }

.apply_screen .contents .application {
  padding: 0 8px; }

.apply_screen .contents .application li.use_term p span {
  padding-left: 11px; }

.apply_screen .contents .application li.use_term p span:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -4px;
  color: #202020; }

.apply_screen .contents .application li.use_discount p span {
  padding-left: 11px; }

.apply_screen .contents .application li.use_discount p span:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -4px;
  color: #202020; }

.apply_screen .contents .application li.use_way p {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0; }

.apply_screen .contents .application li.use_way .number {
  margin-right: 6px; }

.apply_screen .contents .application li.use_notice p span {
  padding-left: 11px; }

.apply_screen .contents .application li.use_notice p span:before {
  content: '•';
  position: absolute;
  top: 0;
  left: -4px;
  color: #202020; }

.apply_screen .contents .application li {
  margin-top: 30px; }

.apply_screen .contents .application li:first-child {
  margin-top: 0; }

.apply_screen .contents .application li:last-child {
  margin-bottom: 60px; }

.apply_screen .contents .application li h2 {
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem; }

.apply_screen .contents .application li p {
  margin-top: 6px;
  color: #202020;
  font-size: 0.8125rem;
  line-height: 1.188rem; }

.apply_screen .contents .application li p span {
  overflow: initial;
  position: relative;
  margin-bottom: 10px; }

.apply_screen .apply_screen_top .apply_screen_tit {
  padding: 0 38px;
  box-sizing: border-box; }

.apply_screen .apply_screen_top .apply_screen_tit .for_tit {
  position: relative;
  padding-bottom: 15px;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700; }

.apply_screen .apply_screen_top .apply_screen_tit .for_tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 155px;
  height: 2px;
  background-color: #000; }

.apply_screen .apply_screen_top .apply_screen_tit .for_txt {
  margin: 15px 0 34px 0;
  font-size: 0.8125rem;
  line-height: 1.125rem; }

.apply_screen .apply_screen_top .apply_partner div.korean_air_img {
  height: 52.77778vw;
  margin: 0 0 40px 20px;
  background: url("../../img/my_benefit/img_apply_screen_korean_air.png") no-repeat 100% 50%;
  background-size: cover; }

.apply_screen .apply_screen_top .apply_partner div.shilla_stay_img {
  height: 52.77778vw;
  margin: 0 0 40px 20px;
  background: url("../../img/my_benefit/img_apply_screen_shilla_stay.png") no-repeat 100% 50%;
  background-size: cover; }

.apply_screen .benefit_txt .tit {
  padding: 4px 0 10px 8px;
  border-bottom: 1px solid #c1c1c1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.apply_screen .apply_body .form_personal li {
  overflow: hidden;
  margin-bottom: 0; }

.apply_screen .apply_body .form_personal li:last-child {
  margin-bottom: 20px; }

.apply_screen .apply_body .form_personal li .info_t {
  margin: 0 0 19px; }

.apply_screen .apply_body .form_personal li .text_bx {
  width: 100%;
  height: 83px;
  padding: 13px 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #C0C0C0;
  background-color: #F9F9F9; }

/* 200826 수정 */
.apply_screen .apply_body .form_personal li .text_bx::placeholder {
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #C0C0C0; }

/* 200826 추가 */
.apply_screen .apply_body .form_personal li .subject {
  position: relative;
  float: left;
  overflow: hidden;
  width: 92px;
  height: 20px;
  margin-bottom: 25px;
  padding-left: 30px;
  color: #202020;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.813rem; }

.apply_screen .apply_body .form_personal li:last-child .subject {
  margin-bottom: 10px; }

.apply_screen .apply_body .form_personal .subject span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #202020;
  color: #fff;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 19px;
  text-align: center; }

.apply_screen .apply_body .form_personal li .info_t {
  overflow: hidden; }

.apply_screen .apply_body .form_personal li .info_t input {
  margin-top: -1px;
  color: #C0C0C0;
  font-family: 'NotoSans',NotoSans;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-text-fill-color: #C0C0C0;
  opacity: 1;
  vertical-align: top; }

.apply_screen .apply_body .apply_form_txt {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #797979; }

.apply_screen .apply_body .apply_form_txt li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px; }

.apply_screen .apply_body .apply_form_txt li:before {
  position: absolute;
  content: '•';
  position: absolute;
  top: 0;
  left: -4px;
  color: #202020; }

.apply_screen .apply_body .apply_form_txt li:last-child {
  margin-bottom: 25px; }

.apply_screen .button_bx button {
  overflow: hidden;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background: #D31145;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.apply_screen .alliance_bx .tit {
  margin: 0 30px;
  padding: 0 0 10px 8px;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.apply_screen .alliance {
  margin-top: 40px;
  padding: 0 12px 60px 12px;
  border-bottom: 1px solid #E4E4E4; }

.apply_screen .alliance:last-of-type {
  border-bottom: 0; }

.apply_screen .alliance .top {
  display: flex;
  align-items: center; }

.apply_screen .alliance .top .img {
  height: 42px;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center; }

.apply_screen .alliance .top .name {
  height: 42px;
  margin-bottom: 0;
  padding: 9px 0 9px 12px;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.500rem;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center; }

.apply_screen .alliance .txt {
  margin-top: 15px;
  padding: 0 8px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.500rem; }

.apply_screen .alliance .info {
  margin: 15px 0 0 0;
  padding: 0 8px;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.500rem; }

.apply_screen .alliance .info span {
  margin-bottom: 0; }

/* 약관페이지 */
#pop_wrap #pop_container .common_clause p {
  margin-bottom: 10px; }

/* 약관페이지 3.0 211112*/  
.term-style-3 table {margin-bottom:11px;}
.term-style-3 table tr td{text-align:left; vertical-align: middle; font-weight:700;}
.term-style-3 table tr td:first-child{text-align:center;}
.term-style-3 .clause_list td{vertical-align: middle;padding: 11px;}
.term-style-3 .topmg-30{margin-top:30px;}
.term-style-3 .indent-content{margin-top:10px;}

/* 꿀팁 동영상 */
/* 201007 수정 */
.goodTip_video {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 56px 0 0 !important;
  box-sizing: border-box; }

.goodTip_video .goodTip_video_bx {
  position: relative;
  width: 100%;
  heigth: auto;
  padding-top: 56.25%; }

.goodTip_video .goodTip_video_bx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* //201007 수정 */
/* 더미 */
.dummy #header {
  border-bottom: 0;
  background-color: transparent; }

.dummy #header .btn_top_close {
  background-image: url("../../img/common/btn_close_wh.png"); }

.dummy .hidden_header img {
  width: 100%; }

.dummy .hidden_body .step7 {
  background-color: #FFEDED;
  padding: 11.111111111111111% 0px; }

.dummy .step7 .title-bx {
  text-align: center;
  margin-bottom: 9.111111111111111%; }

.dummy .hidden_body .step7 .title-bx img {
  width: 80%; }

.dummy .hidden_body .step7 .btn-bx {
  text-align: center;
  margin-top: 9.111111111111111%; }

.dummy .hidden_body .step7 .btn-bx a {
  display: inline-block;
  width: 180px; }

.dummy .hidden_body .step7 .btn-bx a.abled {
  display: none; }

.dummy .hidden_body img {
  width: 100%; }

.dummy .terms_bx ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 17px;
  padding: 0 30px; }

.dummy .terms_bx ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
  margin-bottom: 20px; }

.dummy .terms_bx ul li .img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  background-color: pink; }

.dummy .terms_bx ul li .txt {
  margin-bottom: 10px;
  text-align: center;
  color: palevioletred;
  font-weight: bold; }

.dummy .terms_bx ul li .like {
  position: relative;
  width: 100px;
  height: 20px; }

.dummy .terms_bx ul li .like input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: transparent; }

.dummy .terms_bx ul li .like label {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 20px;
  color: #fff;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.25rem;
  vertical-align: top;
  text-align: center;
  background-color: gray; }

.dummy .terms_bx ul li .like input[type="radio"]:checked + label {
  background-color: red; }

.dummy .terms_bx .desc {
  overflow: hidden;
  padding: 0 0 0 8px;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem; }

.dummy .hidden_footer {
  padding-bottom: 60px;
  background-color: #FFE0E0; }

.dummy .hidden_footer img {
  width: 100%; }

.dummy .hidden_footer .btn-bx {
  text-align: center;
  padding: 14.444444444444444% 0; }

.dummy .hidden_footer .btn-bx a {
  display: inline-block;
  width: 86.388888888888889%; }

/* dim 처리 */
.dummy .hidden_body .step7.complete .like label {
  opacity: .5; }

.dummy .hidden_body .step7.complete .btn-bx a {
  display: none; }

.dummy .hidden_body .step7.complete .btn-bx a.abled {
  display: inline-block; }

.dummy .hidden_body .step7.complete .terms_bx ul li .like label {
  pointer-events: none; }

/* //dim 처리 */
/* //더미 */
/* post launching */
.launching {
  width: 100%;
  height: 100%; }

.launching .contents .launching_main img {
  width: 100%; }

.launching .contents .launching_txt img {
  width: 100%; }

.launching .contents .launching_option {
  padding-bottom: 11.3889vw;
  background-color: #f7eee5; }

.launching .contents .launching_option_list li {
  position: relative;
  margin-bottom: 7.4074vw;
  font-size: 0; }

.launching .contents .launching_option_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 12.0370vw; }

.launching .contents .launching_option_list li .option_img_bx {
  overflow: hidden;
  height: 47.7778vw; }

.launching .contents .launching_option_list li .option_img_bx .option_sel {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 1vw;
  z-index: 2;
  transform: translateX(-50%);
  width: 87.9630%;
  height: 46.7593vw;
  background-color: rgba(255, 255, 255, 0.6);
  transition: opacity .3s; }

/* 201027 수정 */
.launching .contents .launching_option_list li .option_img_bx .option_num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%; }

.launching .contents .launching_option_list li img {
  width: 100%; }

/* option 선택시 하트 버튼 활성화 */
.launching .contents .launching_option_list li.on .option_sel {
  opacity: 1; }

.launching .contents .launching_option_list li.on .click-like {
  opacity: .6; }

.launching .contents .launching_option_list li .click-like {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89.8148vw;
  height: 9.4444vw;
  margin: 0 auto;
  transition: opacity .3s; }

.launching .contents .launching_option_list li .click-like.like-01 {
  background-color: #ee4957; }

.launching .contents .launching_option_list li .click-like.like-02 {
  background-color: #00b8a8; }

.launching .contents .launching_option_list li .click-like.like-03 {
  background-color: #ff99a4; }

.launching .contents .launching_option_list li .click-like.like-04 {
  background-color: #36a4df; }

.launching .contents .launching_option_list li .click-like img {
  width: 21.5741vw;
  height: 9.4444vw; }

.launching .contents .launching_entry_btn a {
  width: 100%;
  display: inline-block; }

.launching .contents .launching_entry_btn img {
  width: 100%; }

.launching .contents .launching_event_tit img {
  width: 100%; }

.launching .contents .launching_product img {
  width: 100%; }

.launching_attention {
  padding: 7.2222vw 9.2593vw 4.3750vw 5.8333vw;
  box-sizing: border-box;
  background-color: #ffcbb5; }

.launching_attention .attention_tit {
  display: flex;
  align-items: center;
  margin-bottom: 2.3148vw;
  color: #79361a;
  font-family: NotoSans,'NotoSans',notosans; }

.launching_attention .attention_tit .launching-icon {
  width: 2.6852vw;
  height: 2.6852vw;
  margin-right: 0.6481vw; }

.launching_attention .attention_tit .launching-icon img {
  width: 100%; }

.launching_attention .attention_tit span {
  font-size: 2.5000vw;
  line-height: 3.5185vw; }

.launching_attention .attention_list {
  margin-bottom: 5.5556vw; }

.launching_attention .attention_list li {
  position: relative;
  padding-left: 1.1111vw;
  font-size: 2.0370vw;
  line-height: 3.5185vw;
  color: #79361a;
  font-family: NotoSans,'NotoSans',notosans; }

.launching_attention .attention_list li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  color: #79361a; }

.launching_attention .option_agree > li {
  position: relative;
  margin-bottom: 5.0926vw;
  padding-left: 1.2963vw;
  font-size: 2.0370vw;
  line-height: 3.5185vw;
  color: #50210d;
  font-family: NotoSans,'NotoSans',notosans; }

.launching_attention .option_agree > li::before {
  content: '*';
  position: absolute;
  top: 3px;
  left: 0;
  color: #50210d; }

.launching_attention .option_agree > li .agree_list > li {
  position: relative;
  font-size: 2.0370vw;
  line-height: 3.5185vw;
  color: #50210d;
  font-family: NotoSans,'NotoSans',notosans; }

.launching_attention .option_agree > li .agree_list > li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  color: #50210d; }

.launching_attention .customer_list li {
  position: relative;
  margin-bottom: 5.0926vw;
  padding-left: 0.9259vw;
  font-size: 2.0370vw;
  line-height: 3.5185vw;
  color: #50210d;
  font-family: NotoSans,'NotoSans',notosans; }

.launching_attention .customer_list li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  color: #50210d; }

/* post launching popup */
.launching .pop_launching {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../../img/launching/launching_popup_bg.jpg) no-repeat 100% 0;
  background-size: contain;
  padding-top: 51.8250vw;
  background-color: #EDEDED;
  padding-bottom: 2vw; }

.launching .pop_launching .visual img {
  width: 100%; }

.launching .pop_launching .input_bx {
  font-family: 'NotoSans', NotoSans;
  position: relative;
  width: 31.9063vw;
  margin-left: 47.625vw;
  margin-bottom: 6.5625vw;
  font-size: 0; }

.launching .pop_launching .input_bx input {
  width: 100%;
  padding: 0.3vw 2.8125vw 0;
  font-size: 3.4375vw; }

/*.launching .pop_launching .input_bx button {position: absolute; right: 0; width: 26.0938vw; height: 9.6875vw; cursor: pointer;}*/
/*.launching .pop_launching .input_bx button img {width: 100%;}*/
.launching .pop_launching .button_set {
  display: flex;
  justify-content: center;
  font-size: 0; }

.launching .pop_launching .button_set .btn {
  width: 53.9063vw; }

.launching .pop_launching .button_set .btn img {
  width: 100%; }

.launching .pop_launching .notice_bx {
  width: 100%;
  padding: 0 3.9063vw;
  margin-top: 3.1250vw;
  font-family: 'NotoSans',NotoSans; }

.launching .pop_launching .notice_bx .notice_tit {
  color: #4b4b4b;
  font-size: 2.0313vw;
  font-weight: 500; }

.launching .pop_launching .notice_bx .notice_tit--2 {
  display: block;
  width: 100%;
  text-align: right; }

.launching .pop_launching .notice_bx .notice_list {
  padding-left: 1.1142vw; }

.launching .pop_launching .notice_bx .notice_list li {
  position: relative;
  padding-left: 1.5313vw;
  color: #4b4b4b;
  font-size: 2.0313vw;
  line-height: 1.3077; }

.launching .pop_launching .notice_bx .notice_list li:before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #4b4b4b; }

/* close btn 추가 - 201026 hihigh */
.launching.hdpage #header .btn_top_close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../../img/common/btn_close.png) 0 0 no-repeat;
  background-size: 40px 40px;
  text-indent: -9999px; }

/* pre launching */
.launching .contents .pre_launching {
  padding-bottom: 77px;
  background-color: #fff; }

.launching .contents .pre_launching .launching_event a {
  display: block;
  width: 100%;
  height: 100%; }

.launching .contents .pre_launching .launching_event img {
  width: 100%; }

/* hidden page */
.signup .info_bx dt.info_tit {
  overflow: hidden;
  position: relative;
  padding-left: 8px;
  float: left;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem; }

.signup .info_bx dt.info_tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background: #202020; }

.signup .info_bx dd.info_txt {
  overflow: hidden;
  margin-bottom: 5px;
  padding-left: 8px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.188rem; }

.signup .tt_lst.type4 {
  margin-top: 0; }

.signup .tt_lst.type4 li {
  margin-bottom: 0; }

.signup .tt_lst li.st3:before {
  content: ''; }

.signup .tt_lst li.st4 {
  padding-left: 13px;
  color: #D31145; }

.signup .tt_lst li.st4:before {
  content: '※';
  position: absolute;
  top: 0px;
  left: 0;
  color: #D31145; }

/* tutorial guide short (Android / IOS) */
.health-short .contents {
  background-color: #F9F9F9; }

.health-short .contents .health-short_tit img {
  width: 100%; }

.health-short .contents .health-short_list img {
  width: 100%; }

/* galaxy program event */
.galaxy_event_apply {
  position: relative; }

.galaxy_event_apply img {
  width: 100%; }

.galaxy_event_apply .event_sel {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 26.7778vw;
  transform: translateX(-50%); }

.galaxy_event_apply .event_sel li {
  display: flex;
  justify-content: center;
  align-items: center; }

.galaxy_event_apply .event_sel li input {
  display: none; }

.galaxy_event_apply .event_sel li .event_check {
  width: 2.7778vw;
  margin-right: 1.1111vw; }

.galaxy_event_apply .event_sel li a {
  display: block;
  font-size: 3.3333vw;
  color: #B7B6B6; }

.galaxy_event_apply .event_sel li label img {
  width: 100%; }

.galaxy_event_apply .event_sel li:nth-child(1) {
  margin: 0 auto;
  margin-bottom: 0.9259vw; }

.galaxy_event_apply .event_sel li:nth-child(1) label {
  position: relative;
  font-size: 0;
  display: block; }

.galaxy_event_apply .event_sel li:nth-child(1) input:checked + label img.galaxy_event_apply-check-on {
  opacity: 1; }

.galaxy_event_apply .event_sel li:nth-child(1) input:checked + label img.galaxy_event_apply-check-off {
  opacity: 0; }

.galaxy_event_apply .event_sel li:nth-child(1) label img.galaxy_event_apply-check-on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.galaxy_event_apply .event_sel li:nth-child(2) {
  margin: 0 auto;
  margin-bottom: 2.6667vw; }

.galaxy_event_apply .event_sel li:nth-child(2) label {
  position: relative;
  display: block;
  font-size: 0; }

.galaxy_event_apply .event_sel li:nth-child(2) input:checked + label img.galaxy_event_apply-check-on {
  opacity: 1; }

.galaxy_event_apply .event_sel li:nth-child(2) input:checked + label img.galaxy_event_apply-check-off {
  opacity: 0; }

.galaxy_event_apply .event_sel li:nth-child(2) label img.galaxy_event_apply-check-on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.galaxy_event_apply .event_sel li:nth-child(3) {
  text-align: center; }

.galaxy_event_apply .event_sel li:nth-child(3) .apply_btn {
  width: 48.6111vw;
  position: relative; }

.galaxy_event_apply .event_sel li:nth-child(3) .apply_btn img {
  width: 100%; }

.galaxy_event_apply .event_sel li:nth-child(3) .apply_btn .galaxy_event_apply-btn__on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.galaxy_event_apply .event_sel li:nth-child(3) .apply_btn.on .galaxy_event_apply-btn__on {
  opacity: 1; }

.galaxy_event_apply .event_sel li:nth-child(3) .apply_btn.on .galaxy_event_apply-btn__off {
  opacity: 0; }

.galaxy .galaxy_event_main img {
  width: 100%; }

.galaxy .galaxy_event_apply img {
  width: 100%; }

.galaxy .galaxy_event_rule {
  width: 100%;
  padding: 3.7037vw 3.2407vw 7.4074vw 3.2407vw;
  box-sizing: border-box;
  font-family: NotoSans,'NotoSans',notosans;
  background-color: #e8e9e8;
  line-height: 4.4444vw; }

.galaxy .galaxy_event_rule .rule_tit {
  margin-bottom: 3.7778vw;
  font-size: 4.2vw;
  font-weight: 500;
  color: #141414; }

.galaxy .galaxy_event_rule .rule_tit span {
  border-bottom: 2px solid #000; }

.galaxy .galaxy_event_rule .rule_list {
  margin-bottom: 7.4074vw;
  font-size: 2.5741vw;
  font-weight: 300; }

.galaxy .galaxy_event_rule .rule_list > li {
  position: relative;
  margin-bottom: 1.5vw;
  color: #141414; }

.galaxy .galaxy_event_rule .rule_list.type1 li .num_bx {
  display: flex;
  justify-content: flex-start; }

.galaxy .galaxy_event_rule .rule_list.type1 li .num_bx.bold {
  font-weight: 700; }

.galaxy .galaxy_event_rule .rule_list.type1 li .num_bx p {
  padding-left: 0.4630vw; }

.galaxy .galaxy_event_rule .rule_list.type1 li .rule_list_sub {
  padding-left: 1.8519vw; }

.galaxy .galaxy_event_rule .rule_list.type1 li .rule_list_detail li {
  position: relative;
  padding-left: 1.8519vw; }

.galaxy .galaxy_event_rule .rule_list.type1 li .rule_list_detail li::before {
  content: '▶';
  margin-right: 2px;
  line-height: 2.3148vw; }

.galaxy .galaxy_event_rule .rule_list .rule_event_bx {
  padding: 3.8148vw 1.8519vw 2.3148vw 1.8519vw; }

.galaxy .galaxy_event_rule .rule_list .rule_event_bx table {
  border: 1px solid #141414; }

.galaxy .galaxy_event_rule .rule_list .rule_event_bx table tr th {
  width: 30%;
  padding: 0 5px;
  border-right: 1px solid #141414;
  text-align: center; }

.galaxy .galaxy_event_rule .rule_list .rule_event_bx table tr td {
  padding: 10px;
  border-bottom: 1px solid #141414; }

.galaxy .galaxy_event_rule .rule_list.type2 li {
  padding-left: 2.1111vw; }

.galaxy .galaxy_event_rule .rule_list.type2 li::before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
  color: #141414; }

.galaxy .galaxy_event_rule .rule_list:last-child {
  margin-bottom: 0; }

.galaxy .galaxy_code_num {
  padding: 1.1111vw 2.7778vw 1.1111vw;
  box-sizing: border-box;
  line-height: 3.3333vw;
  text-align: right;
  background-color: #fff;
  font-family: NotoSans,'NotoSans',notosans;
  font-size: 2.5741vw;
  font-weight: 400;
  color: #000; }

.galaxy .hidden_footer {
  padding: 0 20px; }

.galaxy.signup .button_show {
  margin: 40px 10px; }

.galaxy.signup .demands_list {
  margin: 0 3.3333vw; }

.galaxy.comp-new .hidden_footer {
  padding: 0 30px; }

.galaxy.comp-new .button_show {
  margin: 40px 0px; }

.galaxy.signup.comp-new .demands_list {
  margin: 0;
  margin-top: 10px; }

.galaxy.signup.comp-new .demands_list ul.number_list {
  margin-left: 10px;
  margin-top: 20px; }

.galaxy.signup.comp-new .demands_list ul.hyphen_list {
  margin-left: 10px; }

.galaxy.signup.comp-new .demands_list ul.hyphen_list.type2 {
  margin-left: 0; }

.galaxy.signup.comp-new .demands_list ul.hyphen_list.type2 > li {
  flex-direction: column; }

.galaxy.signup.comp-new .demands_list ul.hyphen_list.type2 > li .hyphen_wrap {
  display: flex; }

.galaxy.signup.comp-new .demands_list ul.hyphen_list.type2 ul.number_list {
  margin-top: 10px; }

.galaxy.signup .tb_area {
  margin: 0; }

.galaxy.signup .tt_lst {
  margin: 0; }

/* event month */
.event-month .container .event-month__top {
  font-size: 0; }

.event-month .container .event-month__top p img {
  width: 100%; }

.event-month .container .event-month__center {
  background-color: #B30031;
  padding: 0 5.5556vw 8.3333vw;
  box-sizing: border-box; }

.event-month .container .event-month__center .event-month__center-content {
  background-color: #fff;
  padding: 5.5556vw;
  box-sizing: border-box; }

.event-month .container .event-month__center .event-month__center-content img {
  width: 100%; }

.event-month .container .event-month__center .event-month__center-content > p {
  margin-bottom: 5.5556vw; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx {
  position: relative;
  margin-bottom: 2.7778vw; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx:last-child {
  margin-bottom: 0; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx.mb50 {
  margin-bottom: 13.8889vw; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx input[type=checkbox] {
  display: none; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx label img:last-child {
  display: none; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx input:checked + label img:first-child {
  display: none; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx input:checked + label img:last-child {
  display: block; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx textarea {
  font-size: 3.8889vw;
  height: 22.2222vw;
  color: #202020;
  background-color: #F9F9F9;
  width: 100%;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  padding: 10px 20px;
  box-sizing: border-box; }

.event-month .container .event-month__center .event-month__center-content .event-month__center-content__checkbx textarea::placeholder {
  color: #C0C0C0; }

.event-month .container .event-month__agree {
  background-color: #B30031;
  padding: 0 5.5556vw;
  box-sizing: border-box; }

.event-month .container .event-month__agree .event-month__agree-bx {
  display: flex;
  margin-bottom: 5.5556vw; }

.event-month .container .event-month__agree .event-month__agree-bx input {
  display: none; }

.event-month .container .event-month__agree .event-month__agree-bx label img {
  width: 14.4444vw; }

.event-month .container .event-month__agree .event-month__agree-bx label img:last-child {
  display: none; }

.event-month .container .event-month__agree .event-month__agree-bx input:checked + label img:first-child {
  display: none; }

.event-month .container .event-month__agree .event-month__agree-bx input:checked + label img:last-child {
  display: block; }

.event-month .container .event-month__agree .event-month__agree-bx a {
  display: inline-block;
  width: 74.4444vw; }

.event-month .container .event-month__agree .event-month__agree-bx a img {
  width: 100%; }

.event-month .container .event-month__agree .event-month__agree-bx a img:last-child {
  display: none; }

.event-month .container .event-month__agree .event-month__agree-bx input:checked ~ a img:first-child {
  display: none; }

.event-month .container .event-month__agree .event-month__agree-bx input:checked ~ a img:last-child {
  display: block; }

.event-month .container .event-month__agree .event-month__agree-btn {
  margin-bottom: 8.0556vw; }

.event-month .container .event-month__agree .event-month__agree-btn a img {
  width: 100%;
  display: none; }

.event-month .container .event-month__agree .event-month__agree-btn.nr a img:nth-child(1) {
  display: block; }

.event-month .container .event-month__agree .event-month__agree-btn.on a img:nth-child(2) {
  display: block; }

.event-month .container .event-month__agree .event-month__agree-btn.fn a img:nth-child(3) {
  display: block; }

.event-month .container .event-month__agree .event-month__agree-txt img {
  width: 100%; }

/* 210324 추가 */
.event-month .container .event-month__check-box .event-month__agree-bx input {
  display: none; }

.event-month .container .event-month__check-box .event-month__agree-bx img {
  width: 100%; }

.event-month .container .event-month__check-box .event-month__agree-bx {
  display: flex; }

.event-month .container .event-month__check-box .event-month__agree-bx input {
  display: none; }

.event-month .container .event-month__check-box .event-month__agree-bx label img:last-child {
  display: none; }

.event-month .container .event-month__check-box .event-month__agree-bx input:checked + label img:first-child {
  display: none; }

.event-month .container .event-month__check-box .event-month__agree-bx input:checked + label img:last-child {
  display: block; }

.event-month .container .event-month__check-box .event-month__agree-bx a img {
  width: 100%; }

.event-month .container .event-month__check-box .event-month__agree-bx a img:last-child {
  display: none; }

.event-month .container .event-month__check-box .event-month__agree-bx input:checked ~ a img:first-child {
  display: none; }

.event-month .container .event-month__check-box .event-month__agree-bx input:checked ~ a img:last-child {
  display: block; }

.event-month .container .event-month__check-box .event-month__agree-btn a img {
  width: 100%;
  display: none; }

.event-month .container .event-month__check-box .event-month__agree-btn.nr a img:nth-child(1) {
  display: block; }

.event-month .container .event-month__check-box .event-month__agree-btn.on a img:nth-child(2) {
  display: block; }

.event-month .container .event-month__check-box .event-month__agree-btn.fn a img:nth-child(3) {
  display: block; }

.event-month .container .event-month__check-box .event-month__agree-btn img {
  width: 100%; }

.event-month .container .event-month__center_type-02 .event-combo {
  position: relative; }

.event-month .container .event-month__center_type-02 .event-combo .select-combo {
  position: absolute;
  left: 16.6667vw;
  z-index: 100;
  width: 50vw;
  font-size: 4.4444vw; }

/* 210331 수정 */
.event-month .container .event-month__center_type-02 .event-combo .select-combo.combo-01 {
  top: 62%; }

/* 210331 수정 */
.event-month .container .event-month__center_type-02 .event-combo .select-combo.combo-02 {
  top: 52.5%; }

/* 210331 수정 */
.event-month .container .event-month__center_type-02 .event-combo .select-direct {
  width: 40vw;
  position: relative;
  position: relative; }

.event-month .container .event-month__center_type-02 .event-combo .select-direct {
  display: flex;
  align-items: center; }

.event-month .container .event-month__center_type-02 .event-combo .select-direct .lie-input {
  background-color: transparent;
  opacity: 1;
  color: #000;
  margin-right: 2vw;
  position: relative;
  width: 40vw;
  line-height: 7vw; }

/* 210331 수정 */
.event-month .container .event-month__center_type-02 .event-combo .select-direct label {
  pointer-events: none;
  display: inline-block;
  width: 7vw;
  height: 7vw; }

.event-month .container .event-month__center_type-02 .event-combo .select-bx {
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  width: 100%; }

.event-month .container .event-month__center_type-02 .event-combo img {
  width: 100%; }

.event-month .container .event-month__caution img {
  width: 100%; }

.event-month .container .event-month__center_type-02 input[disabled], select[disabled='disabled'] {
  -webkit-text-fill-color: black;
  -webkit-opacity: 1;
  color: black;
  background: #fff; }

/* mobile safari 컬러 에러 */
/* //210324 추가 */
/* galaxy program - 월간 캐시백 내역 */
.galaxy .reward_lst .nodata4 {
  background: url(../../img/galaxy_program/galaxy_program_cashback_nodata.png) center top no-repeat;
  background-size: 200px 157px;
  text-align: center !important; }

/* galaxy program 신청화면 */
.reward .reward_lst dl dd ul li .d_bx .event_finish {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 0; }

.reward .reward_lst dl dd ul li .d_bx .event_finish h2 {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #202020;
  font-weight: bold;
  font-family: NotoSans,'NotoSans',notosans; }

.counsel .apply_list {
  margin-bottom: 5.5556vw;
  padding-bottom: 2.7778vw;
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.313rem;
  color: #202020; }

.counsel #pop_container .contents .caution_txt {
  font-size: 0.875rem;
  line-height: 1.313rem;
  color: #5B5B5B;
  font-weight: 400; }

.galaxy .contents {
  padding-bottom: 22.2222vw; }

.galaxy .galaxy_apply_main {
  margin-bottom: 6.9444vw; }

.galaxy .galaxy_apply_main_about {
  padding-top: 9.7222vw; }

.galaxy .galaxy_apply_main_about img {
  width: 100%; }

.galaxy .galaxy_apply_main.backup {
  margin-bottom: 0; }

.galaxy .galaxy_apply_main img {
  width: 100%; }

.galaxy .galaxy_apply_bx {
  width: 100%;
  padding: 8.3333vw 4.1667vw;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx .title {
  padding-bottom: 2.7778vw;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold; }

.galaxy .galaxy_apply_bx .galaxy_wrap {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx dl {
  font-family: NotoSans,'NotoSans',notosans; }

.galaxy .galaxy_apply_bx dl dt {
  margin-bottom: 1.6667vw;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.galaxy .galaxy_apply_bx dl dd {
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.galaxy .galaxy_apply_bx .report {
  margin-bottom: 8.3333vw;
  padding-top: 4.1667vw;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx .program_table {
  margin-bottom: 4.1667vw; }

.galaxy .galaxy_apply_bx .program_table img {
  width: 100%; }

.galaxy .galaxy_apply_bx .program_caution > li {
  margin-bottom: 8.3333vw;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  color: #797979; }

.galaxy .galaxy_apply_bx .program_caution > li span {
  margin-right: 1.3889vw; }

.galaxy .galaxy_apply_bx .terms {
  margin-bottom: 8.3333vw;
  padding: 0 2.3333vw;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx .terms > dl > dt {
  padding-left: 2.7778vw;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #202020; }

.galaxy .galaxy_apply_bx .terms > dl > dd {
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.galaxy .galaxy_apply_bx .terms > dl > dd > ul > li {
  position: relative;
  margin-bottom: 2.7778vw;
  padding-left: 2.7778vw;
  line-height: 1.188rem;
  font-size: 0.8125rem; }

.galaxy .galaxy_apply_bx .terms > dl > dd > ul > li::before {
  position: absolute;
  left: 0;
  content: '•'; }

.galaxy .galaxy_apply_bx .terms > dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.galaxy .galaxy_apply_bx .watch {
  margin-bottom: 8.3333vw;
  padding: 0 2.3333vw;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx .watch > dl > dt {
  padding-left: 2.7778vw;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #202020; }

.galaxy .galaxy_apply_bx .watch > dl > dd {
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.galaxy .galaxy_apply_bx .watch > dl > dd > ul > li {
  position: relative;
  margin-bottom: 2.7778vw;
  padding-left: 2.7778vw;
  line-height: 1.188rem;
  font-size: 0.8125rem; }

.galaxy .galaxy_apply_bx .watch > dl > dd > ul > li::before {
  position: absolute;
  left: 0;
  content: '•'; }

.galaxy .galaxy_apply_bx .watch > dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.galaxy .galaxy_apply_bx .watch .watch_img {
  width: 79.1667vw;
  margin: 0 auto;
  margin-bottom: 4.1667vw; }

.galaxy .galaxy_apply_bx .watch .watch_img img {
  width: 100%; }

.galaxy .galaxy_apply_bx .watch p {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.galaxy .galaxy_apply_bx .achieve {
  margin-bottom: 13.8889vw; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap h3 {
  margin-bottom: 1.6667vw;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap .achieve_list {
  margin-bottom: 5.5556vw; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap .achieve_list tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.7778vw 0;
  border-bottom: 1px solid #C1C1C1; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap .achieve_list tr:first-child {
  border-top: 1px solid #C1C1C1; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap .achieve_list tr th {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap .achieve_list tr th span {
  font-weight: bold; }

.galaxy .galaxy_apply_bx .achieve .achieve-wrap .achieve_list tr td {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #D31145; }

.galaxy .galaxy_apply_bx .caution_list {
  padding: 0 3.3333vw;
  box-sizing: border-box;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-family: NotoSans,'NotoSans',notosans; }

.galaxy .galaxy_apply_bx .caution_list.type2 {
  margin-bottom: 8.3333vw;
  padding: 0; }

.galaxy .galaxy_apply_bx .caution_list li {
  position: relative;
  padding-left: 2.7778vw;
  margin-bottom: 2.7778vw;
  color: #797979; }

.galaxy .galaxy_apply_bx .caution_list li::before {
  position: absolute;
  left: 0;
  content: '-'; }

.galaxy .galaxy_apply_bx .wonder_consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13.8889vw;
  padding: 2.7778vw 2.7778vw 2.7778vw 4.1667vw;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1.563rem;
  background-color: #F8F8F8; }

.galaxy .galaxy_apply_bx .wonder_consult button {
  width: 29.1667vw;
  height: 8.3333vw;
  font-size: 0.875rem;
  line-height: 2rem; }

.galaxy .galaxy_apply_bx .method {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx .method h3 {
  margin-bottom: 5.5556vw;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.galaxy .galaxy_apply_bx .method .method_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 8.3333vw;
  border-bottom: 1px solid #C1C1C1;
  box-sizing: border-box; }

.galaxy .galaxy_apply_bx .method .method_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.1667vw; }

.galaxy .galaxy_apply_bx .method .method_list li:last-child {
  margin-bottom: 0; }

.galaxy .galaxy_apply_bx .method .method_list li .method_img {
  width: 8.3333vw;
  margin-right: 4.7222vw; }

.galaxy .galaxy_apply_bx .method .method_list li .method_img img {
  width: 100%; }

.galaxy .galaxy_apply_bx .method .method_list li .method_step {
  width: 69.4444vw;
  font-family: NotoSans,'NotoSans',notosans; }

.galaxy .galaxy_apply_bx .method .method_list li .method_step span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold; }

.galaxy .galaxy_apply_bx .method .method_list li .method_step p {
  font-size: 0.8125rem;
  line-height: 1.188rem; }

.galaxy .galaxy_apply_bx .method .button_bx {
  padding: 0; }

.galaxy .galaxy_custom .galaxy_wrap {
  padding: 0 30px;
  box-sizing: border-box; }

.galaxy .galaxy_custom .galaxy_wrap > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #C1C1C1;
  box-sizing: border-box; }

.galaxy .galaxy_custom .galaxy_wrap > ul > li:first-child {
  padding-top: 0; }

.galaxy .galaxy_custom .galaxy_wrap > ul > li:last-child {
  border-bottom: none; }

.galaxy .galaxy_custom .galaxy_wrap > ul > li > dl > dt {
  margin-bottom: 12px;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.galaxy .galaxy_custom .galaxy_wrap > ul > li > dl > dd {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #202020; }

.signup .demands_list {
  overflow: hidden;
  margin: 0 8.3333vw; }

.signup .demands_list > li {
  overflow: hidden;
  margin-bottom: 5.5556vw; }

.signup .demands_list li:last-child {
  margin-bottom: 0; }

.signup .demands_list h5 {
  overflow: hidden;
  margin-bottom: 2.7778vw;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 1.250rem; }

.signup .demands_list h5 span {
  font-weight: 400; }

.signup .demands_list ul {
  position: relative;
  overflow: hidden;
  margin-top: 2.7778vw;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 400;
  line-height: 1.250rem; }

.signup .demands_list .hyphen_list > li {
  display: flex;
  margin-bottom: 10px; }

.signup .demands_list .hyphen_list > li:last-child {
  margin-bottom: 0; }

.signup .demands_list .hyphen_list li span {
  margin-right: 1.3889vw; }

.signup .demands_list .number_list > li {
  margin-bottom: 2.7778vw; }

.galaxy .cunsulting-popup {
  position: fixed;
  right: 0;
  bottom: 95px;
  z-index: 100;
  width: 105px;
  height: 100px; }

.galaxy .cunsulting-popup .popup-img {
  width: 105px;
  height: 100px; }

.galaxy .cunsulting-popup a.close-btn {
  position: absolute;
  top: 15px;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px; }

.galaxy .cunsulting-popup img {
  width: 100%; }

.galaxy .galaxy-apply-bottom .button_bx .inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.galaxy .galaxy-apply-bottom .button_bx .inner button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: initial !important; }

.galaxy .galaxy-apply-bottom .button_bx .inner .select {
  margin-right: 10px;
  border: 1px solid #D31145;
  background-color: #fff;
  color: #D31145; }

.galaxy .galaxy-apply-bottom .button_bx .inner .select::before {
  background: url(../../img/galaxy_program/icon-galaxy-program-insurance.png) no-repeat center top;
  background-size: 18px 18px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px; }

.galaxy .galaxy-apply-bottom .button_bx .inner .abled::before {
  background: url(../../img/galaxy_program/icon-galaxy-program-watch.png) no-repeat center top;
  background-size: 20px 15px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 4px; }

.galaxy .galaxy-apply-bottom .button_bx .inner .abled::before {
  background: url(../../img/galaxy_program/icon-galaxy-program-watch.png) no-repeat center center;
  background-size: 20px 15px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 4px; }

.galaxy .galaxy-apply-bottom .button_bx .inner .abled.phone::before {
  background: url(../../img/galaxy_program/icon-galaxy-program-phone.png) no-repeat center top;
  background-size: 17px 17px;
  position: relative;
  top: -2px;
  margin-right: 0; }

/* galaxy-program 이용현황 */
.galaxy.hdpage #header {
  border-bottom: 1px solid #c1c1c1; }

.galaxy.hdpage #header.fxd {
  border-bottom: 1px solid #c1c1c1; }

.galaxy.hdpage #header.galaxy_header {
  border-bottom: 1px solid #c1c1c1;
  background-color: transparent;
  border-bottom: none; }

.galaxy.hdpage #header.galaxy_header .btn_top_close {
  background: url(../../img/common/btn_close_wh.png) 0 0 no-repeat;
  background-size: 40px 40px; }

.galaxy.hdpage #header .btn_top_close {
  background: url(../../img/common/btn_close.png) 0 0 no-repeat;
  background-size: 40px 40px; }

.galaxy .galaxy_use_state {
  margin-top: 22.2222vw;
  margin-bottom: 40px;
  width: 100%; }

.galaxy.hdpage #header {
  background-color: #fff; }

.galaxy.hdpage #header .btn_top_close {
  background: url(../../img/common/btn_close.png) 0 0 no-repeat;
  background-size: 40px 40px; }

.galaxy .galaxy_use_state {
  margin-top: 56px; }

.galaxy .galaxy_use_state .galaxy-info {
  padding: 13px 10px 0; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__product {
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 20px;
  box-sizing: border-box; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__product .galaxy-info__product-img {
  overflow: hidden;
  border-radius: 100%;
  width: 66px;
  margin-right: 15px;
  background-color: #D8D8D8; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__product .galaxy-info__product-img img {
  width: 100%; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__product dl dt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 3px; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__product dl dd {
  font-size: 13px;
  line-height: 19px; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__price {
  display: flex;
  justify-content: center;
  padding-bottom: 15px; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__price dl {
  width: 50%;
  text-align: center;
  padding-top: 15px; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__price dl:first-child {
  border-right: 1px solid #F1F1F1; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__price dl dt {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 2px; }

.galaxy .galaxy_use_state .galaxy-info .galaxy-info__bx .galaxy-info__price dl dd {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold; }

.galaxy .galaxy_use_state .galaxy-cashback {
  padding: 13px 10px 0;
  margin-bottom: 30px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 16px 0px 30px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__header {
  margin-bottom: 20px;
  padding: 0 20px 4px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__header dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #C1C1C1; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__header dl dt {
  color: #202020;
  font-size: 16px;
  line-height: 24px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__header dl dd {
  color: #000;
  font-size: 14px;
  line-height: 20px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__header dl dd span {
  color: #939393; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__description {
  margin-bottom: 10px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__description dl dt {
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
  line-height: 32px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__description dl dt span {
  color: #E60041;
  font-weight: bold; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__description dl dd {
  text-align: center;
  font-size: 16px;
  line-height: 24px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__description dl dd span {
  font-weight: bold; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list {
  margin-bottom: 6px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul {
  margin-bottom: -10px;
  display: flex;
  justify-content: center; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul:last-child {
  margin-bottom: 0; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li {
  position: relative;
  width: 98px;
  margin-right: -14px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li.on img.success {
  opacity: 1; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li.fail img.default {
  display: none; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li.fail img.fail {
  display: block; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li.fail span {
  color: #fff; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li:last-child {
  margin-right: 0; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 60px;
  font-weight: bold;
  font-size: 9px;
  color: #96A0DD; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li img {
  width: 100%; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li img.default {
  width: 100%; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li img.success {
  z-index: 10;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__list ul li img.fail {
  width: 100%;
  display: none; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__info a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #424F9D;
  line-height: 20px; }

.galaxy .galaxy_use_state .galaxy-cashback .galaxy-cashback__bx .galaxy-cashback__info a img {
  width: 24px; }

.galaxy .galaxy_use_state .galaxy-event {
  padding: 0 40px;
  box-sizing: border-box; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D2D2D4;
  border-bottom: 1px solid #D2D2D4; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx .galaxy-event__info {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx .galaxy-event__info .galaxy-event__logo {
  width: 35px;
  margin-right: 16px;
  border-radius: 100%;
  overflow: hidden; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx .galaxy-event__info .galaxy-event__logo img {
  width: 100%; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx .galaxy-event__info .galaxy-event__date dl dt {
  font-size: 12px;
  color: #323232;
  line-height: 22px; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx .galaxy-event__info .galaxy-event__date dl dd {
  font-weight: bold;
  font-size: 14px;
  color: #475EFF;
  line-height: 22px; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx .galaxy-event__btn {
  padding: 3px 14px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  overflow: hidden; }

.galaxy .galaxy_use_state .galaxy-event .galaxy-event__bx .galaxy-event__btn span {
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  color: #202020; }

.galaxy .galaxy_use_state_tb table {
  border-right: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  border-top: 1px solid #ABABAB; }

.galaxy .galaxy_use_state_tb tr th {
  border-right: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
  background-color: #DFE0E2; }

.galaxy .galaxy_use_state_tb tr th:last-child {
  border-right: 1px solid #ABABAB; }

.galaxy .galaxy_use_state_tb tr td {
  border-right: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB; }

.galaxy .galaxy_use_state_tb tr td:last-child {
  border-right: 1px solid #ABABAB; }

.galaxy .galaxy_use_state_tb tr:last-of-type td {
  border-bottom: 1px solid #ABABAB !important; }

.galaxy .button_show.galaxy_button a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background: url(../../img/galaxy_program/galaxy_program_bottom_btn.png) 0 0 no-repeat;
  background-size: 12px 8px; }

.galaxy .button_show.galaxy_button a.on:after {
  background: url(../../img/galaxy_program/galaxy_program_up_btn.png) 0 0 no-repeat;
  background-size: 12px 8px; }

/* 내 바이탈리티 */
.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole_type2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole_type2 li {
  margin-bottom: 40px;
  border-bottom: none !important; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole_type2 .my_vitality_whole_img {
  width: 140px;
  height: 102px;
  margin-bottom: 14px; }

.my_vitality .membership_lst dl.my_vitality_benefit .my_vitality_benefit_whole_type2 span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 18px; }

.my_vitality .membership_lst .my_vitality_caution {
  display: flex;
  align-items: center; }

.my_vitality .membership_lst .my_vitality_caution li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 8px;
  font-size: 12px;
  color: #797979; }

.my_vitality .membership_lst .my_vitality_caution li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '*';
  margin-right: 2px; }

/* 신년 이벤트 */
.launching .contents .new_year_option {
  padding-bottom: 11.3889vw;
  background-color: #f7eee5; }

.launching .contents .new_year_option_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.launching .contents .new_year_option_list li {
  position: relative;
  flex: 0 0 43.0556vw;
  margin-bottom: 2.7778vw; }

.launching .contents .new_year_option_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 12.0370vw; }

.launching .contents .new_year_option_list li a {
  display: block;
  width: 100%;
  height: 100%; }

.launching .contents .new_year_option_list li .option_img_bx {
  overflow: hidden; }

.launching .contents .new_year_option_list li img {
  width: 100%; }

.launching .contents .new_year_option_list li .option_nor {
  opacity: 1; }

.launching .contents .new_year_option_list li .option_sel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.launching .contents .new_year_option_list li .click-like {
  position: absolute;
  top: 1.778vw;
  left: 2.778vw;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 12.500vw;
  height: 8.333vw; }

.launching .contents .new_year_option_list li .click-like .like-bx .heart {
  width: 4.167vw;
  margin-right: 1.389vw; }

.launching .contents .new_year_option_list li .click-like .like-bx img {
  width: 100%; }

.launching .contents .new_year_option_list li .click-like .like_nor {
  opacity: 1; }

.launching .contents .new_year_option_list li .click-like .like_sel {
  position: absolute;
  top: 1.778vw;
  left: 0;
  opacity: 0; }

.launching .contents .new_year_option_list li .click-like .count_num {
  font-size: 4.1667vw;
  color: #434861; }

/* 5월 이벤트( 봄 ) */
.launching .contents .event-spring {
  background-color: #fdf4f4; }

.launching .contents .event-spring .event-spring__list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box; }

.launching .contents .event-spring .event-spring__list li {
  width: 50%; }

.launching .contents .event-spring .event-spring__list li:nth-child(1) {
  margin-bottom: 4.6296vw;
  background-color: #fff8f8;
  padding-top: 10.1852vw; }

.launching .contents .event-spring .event-spring__list li:nth-child(2) {
  margin-bottom: 4.6296vw;
  background-color: #fff8f8;
  padding-top: 10.1852vw; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.2407vw; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx label .event-spring__list-check {
  width: 5.0741vw;
  margin-right: 0.4815vw;
  position: relative;
  top: -0.6vw; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx label .event-spring__list-check img {
  width: 100%; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx label .event-spring__list-check img:nth-child(2) {
  display: none; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx label span {
  font-size: 3.5185vw; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx label input {
  background-color: #fff;
  width: 32.4074vw;
  font-size: 3.5185vw;
  border: 2px solid black;
  border-radius: 5px;
  padding: 0.5vw 1vw;
  box-sizing: border-box; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx input[type="checkbox"]:checked + label .event-spring__list-check img:nth-child(1) {
  display: none; }

.launching .contents .event-spring .event-spring__list li .event-spring__list-bx input[type="checkbox"]:checked + label .event-spring__list-check img:nth-child(2) {
  display: block; }

.launching .contents .event-spring .event-spring__list li > label {
  position: relative; }

.launching .contents .event-spring .event-spring__list li > label .event-spring__list-bubble {
  position: absolute;
  left: 2vw;
  top: 0;
  width: 19.7222vw; }

.launching .contents .event-spring .event-spring__list li > label .event-spring__list-bubble span {
  position: absolute;
  left: 10%;
  top: -9%;
  color: #fff;
  font-size: 3.0556vw;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.launching .contents .event-spring .event-spring__list li > label .event-spring__list-bubble img {
  width: 100%; }

.launching .contents .event-spring .event-spring__list li > label > img {
  width: 100%; }

.launching .contents .event-spring .event-spring__agree {
  padding-bottom: 0.9259vw;
  background-color: #fff0f0;
  padding-top: 3vw;
  position: relative;
  top: -1vw; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx {
  width: 100%;
  padding-left: 3.5vw;
  padding-right: 7vw;
  margin-bottom: 3vw;
  display: flex;
  box-sizing: border-box; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx label {
  display: inline-block;
  width: 5.8741vw;
  margin-right: 1.4815vw; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx label img {
  width: 100%; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx label img:nth-child(2) {
  display: none; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx a {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 1vw; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx a img {
  width: 100%; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx input:checked + label img:nth-child(1) {
  display: none; }

.launching .contents .event-spring .event-spring__agree .event-spring__agree-bx input:checked + label img:nth-child(2) {
  display: inline-block; }

.launching .contents .event-spring .event-spring__btn-bx a img {
  width: 100%;
  display: none; }

.launching .contents .event-spring .event-spring__btn-bx.nr a img:nth-child(1) {
  display: inline-block; }

.launching .contents .event-spring .event-spring__btn-bx.on a img:nth-child(2) {
  display: inline-block; }

.launching .contents .event-spring .event-spring__btn-bx.fn a img:nth-child(3) {
  display: inline-block; }

.launching .contents .event-spring .event-spring__btn-bx a {
  width: 100%;
  display: block; }

.launching .contents .event-spring .event-spring__btn-sharing {
  margin-top: -3vw; }

.launching .contents .event-spring .event-spring__btn-sharing a {
  width: 100%;
  display: block; }

.launching .contents .event-spring .event-spring__btn-sharing a img {
  width: 100%; }

/* option 선택시 하트 버튼 활성화 */
.launching .contents .new_year_option_list li.on .option_nor {
  opacity: 0; }

.launching .contents .new_year_option_list li.on .option_sel {
  opacity: 1; }

.launching .contents .new_year_option_list li.on .click-like .like_nor {
  opacity: 0; }

.launching .contents .new_year_option_list li.on .click-like .like_sel {
  opacity: 1; }

.launching .new_year_agree {
  width: 87.778vw;
  margin: 0 auto; }

.launching .new_year_agree .new_year_agree_bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15.278vw; }

.launching .new_year_agree .new_year_agree_bx input {
  display: none; }

.launching .new_year_agree .new_year_agree_bx label {
  width: 8.333vw;
  height: 10.556vw;
  margin-right: 3px; }

.launching .new_year_agree .new_year_agree_bx label img {
  width: 100%; }

.launching .new_year_agree .new_year_agree_bx label img:last-child {
  display: none; }

.launching .new_year_agree .new_year_agree_bx input:checked + label img:first-child {
  display: none; }

.launching .new_year_agree .new_year_agree_bx input:checked + label img:last-child {
  display: block; }

.launching .new_year_agree .new_year_agree_bx a {
  display: inline-block;
  width: 74.4444vw; }

.launching .new_year_agree .new_year_agree_bx a img {
  width: 100%; }

.launching .new_year_agree .new_year_agree_bx input:checked ~ a img:first-child {
  display: none; }

.launching .new_year_agree .new_year_agree_bx input:checked ~ a img:last-child {
  display: block; }

.launching .new_year_agree_btn {
  margin-bottom: 8.0556vw; }

.launching .new_year_agree_btn a {
  display: block;
  width: 87.778vw;
  margin: 0 auto; }

.launching .new_year_agree_btn a img {
  width: 100%;
  display: none; }

.launching .new_year_agree_btn.nr a img:nth-child(1) {
  display: block; }

.launching .new_year_agree_btn.on a img:nth-child(2) {
  display: block; }

.launching .new_year_agree_btn.fn a img:nth-child(3) {
  display: block; }

.new_year_attention {
  padding: 7.7778vw 8.3333vw;
  box-sizing: border-box;
  background-color: #3A3A3A; }

.new_year_attention .attention_tit {
  display: flex;
  align-items: center;
  margin-bottom: 2.7778vw;
  color: #999; }

.new_year_attention .attention_tit .launching-icon {
  display: flex;
  align-items: center;
  width: 12px;
  margin-right: 0.6481vw; }

.new_year_attention .attention_tit .launching-icon img {
  width: 100%; }

.new_year_attention .attention_tit span {
  font-size: 0.8125rem;
  font-weight: 700; }

.new_year_attention .attention_list {
  margin-bottom: 5.5556vw; }

.new_year_attention .attention_list li {
  position: relative;
  padding-left: 1.5vw;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999; }

.new_year_attention .attention_list li::before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
  color: #999; }

.new_year_attention .option_agree > li {
  position: relative;
  padding-left: 1.8vw;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999; }

.new_year_attention .option_agree > li:last-child {
  margin-bottom: 5.5556vw; }

.new_year_attention .option_agree > li::before {
  content: '*';
  position: absolute;
  top: 2px;
  left: 0;
  color: #999; }

.new_year_attention .option_agree > li .agree_list {
  margin: 5.5556vw 0; }

.new_year_attention .option_agree > li .agree_list > li {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999; }

.new_year_attention .option_agree > li .agree_list > li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  color: #50210d; }

.new_year_attention .customer_list li {
  position: relative;
  margin-bottom: 5.0926vw;
  padding-left: 0.5vw;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #999; }

.new_year_attention .custom_number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5.5556vw 0;
  border-top: 1px solid #999; }

.new_year_attention .custom_number .law {
  display: block;
  margin-right: 6px;
  color: #999;
  font-size: 0.8125rem;
  font-weight: 700; }

.new_year_attention .custom_number .number {
  color: #999;
  font-size: 0.75rem; }

/* donation */
.donation .contents {
  overflow: hidden;
  padding-bottom: 22.2222vw;
  font-family: NotoSans,'NotoSans',notosans; }

.donation .donation_main {
  margin-bottom: 9.4444vw; }

.donation .donation_main img {
  width: 100%; }

.donation .achieve_graph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 8.3333vw;
  box-sizing: border-box; }

.donation .achieve_graph .participating {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7778vw;
  height: 7.7778vw;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 1.3889vw;
  border-radius: 5px;
  font-weight: bold;
  font-size: 4.1667vw;
  line-height: 6.3889vw;
  background-color: #D31145; }

.donation .achieve_graph .title-wrap {
  margin-bottom: 8.3333vw;
  text-align: center; }

.donation .achieve_graph .title-wrap strong {
  font-size: 6.6667vw;
  line-height: 10vw;
  color: #D31145;
  font-family: NotoSans,'NotoSans',notosans; }

.donation .achieve_graph .title-wrap p.date {
  font-size: 3.3333vw;
  line-height: 5vw;
  color: #797979; }

.donation .achieve_graph .graph-wrap {
  width: 100%;
  margin-bottom: 8.3333vw; }

.donation .achieve_graph .graph-wrap .graph-bx {
  width: 83.3333vw;
  border-radius: 6px; }

.donation .achieve_graph .graph-wrap .universe-wrap {
  overflow: hidden; }

.donation .achieve_graph .graph-wrap .universe-wrap img {
  width: 100%; }

.donation .achieve_graph .graph {
  width: 100%;
  height: 10px;
  margin-bottom: 6.9444vw;
  border-bottom-right-radius: 6px 6px;
  border-bottom-left-radius: 6px 6px;
  background-color: #BCB7C5; }

.donation .achieve_graph .graph .percent-value {
  position: relative;
  display: block;
  height: 10px;
  border-bottom-left-radius: 6px 6px;
  background-color: #FFDF4D; }

.donation .achieve_graph .graph .percent-value .spaceship {
  position: absolute;
  right: -30px;
  bottom: -5px;
  width: 15.5556vw; }

.donation .achieve_graph .graph .percent-value .spaceship img {
  width: 100%; }

.donation .achieve_graph .participant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.donation .achieve_graph .participant .people {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.donation .achieve_graph .participant .people .people-icon {
  width: 13px;
  height: 13px;
  margin-right: 6px; }

.donation .achieve_graph .participant .people .people-icon img {
  width: 100%; }

.donation .achieve_graph .participant .people .status {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: 500;
  color: #202020; }

.donation .achieve_graph .participant .achive {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #797979; }

.donation .achieve_graph .total-people {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px; }

.donation .achieve_graph .total-people .people-icon {
  width: 13px;
  height: 15px;
  margin-right: 5px; }

.donation .achieve_graph .total-people .people-icon img {
  width: 100%; }

.donation .donation_total {
  padding: 0 8.3333vw;
  box-sizing: border-box; }

.donation .donation_total .baloon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 5.5556vw;
  padding: 2.7778vw 5.5556vw;
  border-radius: 32px;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.6111vw;
  line-height: 5.8333vw;
  color: #202020;
  background-color: #F1F2F4; }

.donation .donation_total .baloon .tail {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 13px; }

.donation .donation_total .baloon img {
  width: 100%; }

.donation .donation_total .total-wrap {
  padding: 6.9444vw 2.2222vw;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF2D0; }

.donation .donation_total .total-wrap .total-txt {
  margin-bottom: 2.7778vw;
  font-size: 5.2778vw;
  line-height: 7.7778vw;
  font-weight: bold;
  color: #202020; }

.donation .donation_total .total-wrap .total-txt .point {
  color: #D31145; }

.donation .donation_total .total-wrap .date {
  display: block;
  font-size: 3.3333vw;
  line-height: 5vw;
  color: #797979; }

.donation .donation_total .total-wrap .end-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7778vw;
  height: 8.3333vw;
  margin: 0 auto;
  margin-top: 5.5556vw;
  border-radius: 5px;
  font-size: 4.1667vw;
  line-height: 6.3889vw;
  font-weight: bold;
  color: #fff;
  background-color: #D31145; }

.donation .donation_title {
  padding: 0 5.5556vw;
  box-sizing: border-box; }

.donation .donation_title .desc {
  width: 88.8889vw;
  padding: 4.1667vw 0;
  border-top: 1px solid rgba(193, 193, 193, 0.6);
  box-sizing: border-box;
  font-weight: bold;
  font-size: 5vw;
  line-height: 7.5000vw;
  word-break: keep-all;
  color: #202020;
  text-align: center; }

.donation .donation_title .end_txt {
  margin-bottom: 8.3333vw;
  padding-top: 5.5556vw;
  border-top: 1px solid rgba(193, 193, 193, 0.6);
  color: #202020; }

.donation .donation_title .end_txt dt {
  margin-bottom: 5.5556vw;
  font-weight: bold;
  text-align: center; }

.donation .donation_title .end_txt dd {
  width: 79.1667vw;
  margin: 0 auto;
  font-size: 3.6111vw;
  line-height: 5.2778vw; }

.donation .donation_bx {
  width: 100%;
  padding: 0 5.5556vw 8.3333vw;
  box-sizing: border-box; }

.donation .donation_bx .achieve-desc {
  margin-bottom: 6.944vw;
  padding: 8.3333vw 4.7222vw;
  border-top: 1px solid rgba(193, 193, 193, 0.6);
  border-bottom: 1px solid rgba(193, 193, 193, 0.6);
  box-sizing: border-box;
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.donation .donation_bx .achieve-desc .achieve-img {
  width: 59.7222vw;
  margin: 0 auto;
  margin-bottom: 11.1111vw; }

.donation .donation_bx .achieve-desc .achieve-img img {
  width: 100%; }

.donation .donation_bx p {
  font-size: 3.6111vw;
  line-height: 5.2778vw; }

.donation .donation_bx p.desc-01 {
  margin-bottom: 2.7778vw; }

.donation .donation_bx .related-item {
  margin-bottom: 5.5556vw;
  padding: 0 2.3333vw;
  box-sizing: border-box; }

.donation .donation_bx .related-item > dl > dt {
  margin-bottom: 5px;
  padding-left: 2.7778vw;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #202020; }

.donation .donation_bx .related-item > dl > dd {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #202020; }

.donation .donation_bx .related-item > dl > dd > ul > li {
  position: relative;
  margin-bottom: 2.7778vw;
  padding-left: 2.7778vw;
  line-height: 5.2778vw;
  font-size: 3.6111vw; }

.donation .donation_bx .related-item > dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.donation .donation_bx .introduce-btn {
  width: 83.3333vw;
  margin: 0 auto;
  margin-top: 12.5000vw;
  margin-bottom: 8.3333vw;
  padding: 2.7778vw 5.5556vw;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  box-sizing: border-box; }

.donation .donation_bx .introduce-btn button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%; }

.donation .donation_bx .introduce-btn button .text-wrap {
  display: flex;
  align-items: center; }

.donation .donation_bx .introduce-btn button .text-wrap .logo-img {
  width: 15.2778vw;
  height: 8.3333vw;
  margin-right: 8px; }

.donation .donation_bx .introduce-btn button .text-wrap .text {
  margin-right: 22.2222vw;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #202020; }

.donation .donation_bx .introduce-btn button .next-btn {
  width: 6px;
  height: 12px; }

.donation .donation_bx .introduce-btn img {
  width: 100%; }

.donation .donation_bx .donation-update .update-img {
  width: 86.1111vw;
  margin: 0 auto;
  margin-bottom: 4.1667vw;
  padding-top: 5.5556vw; }

.donation .donation_bx .donation-update .update-money-img {
  width: 56.9444vw;
  margin: 0 auto;
  margin-bottom: 8.3333vw; }

.donation .donation_bx .donation-update img {
  width: 100%; }

.donation .donation_bx .achieve {
  margin-bottom: 13.8889vw; }

.donation .donation_bx .achieve .achieve-wrap {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.donation .donation_bx .achieve .achieve-wrap h3 {
  margin-bottom: 1.6667vw;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.donation .donation_bx .achieve .achieve-wrap .achieve_list {
  margin-bottom: 5.5556vw; }

.donation .donation_bx .achieve .achieve-wrap .achieve_list tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.7778vw 0;
  border-bottom: 1px solid #C1C1C1; }

.donation .donation_bx .achieve .achieve-wrap .achieve_list tr:first-child {
  border-top: 1px solid #C1C1C1; }

.donation .donation_bx .achieve .achieve-wrap .achieve_list tr th {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal; }

.donation .donation_bx .achieve .achieve-wrap .achieve_list tr th span {
  font-weight: bold; }

.donation .donation_bx .achieve .achieve-wrap .achieve_list tr td {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #D31145; }

.donation .donation_bx .caution_list {
  font-size: 3.3333vw;
  line-height: 5.5556vw;
  font-family: NotoSans,'NotoSans',notosans;
  word-break: keep-all; }

.donation .donation_bx .caution_list li {
  position: relative;
  padding-left: 2.7778vw;
  margin-bottom: 2.7778vw;
  color: #797979; }

.donation .donation_bx .caution_list li::before {
  position: absolute;
  left: 0;
  content: '-'; }

.donation .donation_bx .wonder_consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.6111vw 5.5556vw;
  border-radius: 6px;
  font-size: 3.8889vw;
  line-height: 6.9444vw;
  background-color: #F8F8F8;
  color: #000; }

.donation .donation_bx .wonder_consult button {
  display: flex;
  justify-content: space-between;
  width: 27.7778vw;
  height: 11.1111vw;
  padding: 2.7778vw 3.8889vw;
  box-sizing: border-box;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  background-color: #5590DB; }

.donation .donation_bx .wonder_consult button .share-img {
  width: 15px;
  height: 15px; }

.donation .donation_bx .wonder_consult button .share-img img {
  width: 100%; }

.donation .donation_bx .method {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.donation .donation_bx .method h3 {
  margin-bottom: 5.5556vw;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.donation .donation_bx .method .method_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 8.3333vw;
  border-bottom: 1px solid #C1C1C1;
  box-sizing: border-box; }

.donation .donation_bx .method .method_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.1667vw; }

.donation .donation_bx .method .method_list li:last-child {
  margin-bottom: 0; }

.donation .donation_bx .method .method_list li .method_img {
  width: 8.3333vw;
  margin-right: 4.7222vw; }

.donation .donation_bx .method .method_list li .method_img img {
  width: 100%; }

.donation .donation_bx .method .method_list li .method_step {
  width: 69.4444vw;
  font-family: NotoSans,'NotoSans',notosans; }

.donation .donation_bx .method .method_list li .method_step span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold; }

.donation .donation_bx .method .method_list li .method_step p {
  font-size: 0.8125rem;
  line-height: 1.188rem; }

.donation .donation_bx .method .button_bx {
  padding: 0; }

.donation .galaxy_custom .galaxy_wrap {
  padding: 0 8.3333vw;
  box-sizing: border-box; }

.donation .galaxy_custom .galaxy_wrap > ul > li {
  padding: 8.3333vw 0;
  border-bottom: 1px solid #C1C1C1;
  box-sizing: border-box; }

.donation .galaxy_custom .galaxy_wrap > ul > li:first-child {
  padding-top: 0; }

.donation .galaxy_custom .galaxy_wrap > ul > li:last-child {
  border-bottom: none; }

.donation .galaxy_custom .galaxy_wrap > ul > li > dl > dt {
  margin-bottom: 3.3333vw;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.donation .galaxy_custom .galaxy_wrap > ul > li > dl > dd {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #202020; }

.donation.hdpage #header {
  border-bottom: 1px solid #c1c1c1;
  background-color: #fff; }

.donation.hdpage #header.fxd {
  border-bottom: 1px solid #c1c1c1; }

.donation.hdpage #header .btn_top_close {
  background: url(../../img/common/btn_close.png) 0 0 no-repeat;
  background-size: 40px 40px; }

/* personalization_pop */
.pop-sliding-wrap {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  height: 100vh; }

.ly_pop_alert.personalization_pop {
  transition: transform .5s ease-in-out;
  overflow: hidden;
  position: absolute;
  left: 23px;
  right: 23px;
  top: auto;
  bottom: 23px;
  background: #fff;
  border-radius: 12px;
  -ms-transform: translateY(600px);
  -webkit-transform: translateY(600px);
  transform: translateY(600px); }

.ly_pop_alert.personalization_pop.modal-open {
  transform: translateY(0); }

.personalization_pop .contents .pop_img {
  margin-bottom: 5.5556vw; }

.personalization_pop .contents .tit strong {
  color: #D31145; }

.personalization_pop #pop_bottom .button_bx {
  width: 225px;
  margin: 0 auto;
  margin-bottom: 8.3333vw;
  border-radius: 6px; }

.personalization_pop #pop_bottom .button_bx button {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.personalization_pop #pop_bottom .button_bx span {
  position: relative;
  margin-right: 2.7778vw; }

.personalization_pop #pop_bottom .button_bx .arrow-btn {
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-bottom: 3px; }

.personalization_pop #pop_bottom .button_bx .arrow-btn img {
  width: 100%; }

/* 바이탈리티 랭킹왕 */
.ranking-king .inner-wrap {
  padding: 8.333vw 5.556vw 0 5.556vw; }

.ranking-king .inner-wrap .main-wrap img {
  width: 100%; }

.ranking-king .inner-wrap .img-wrap {
  padding-bottom: 8.3333vw; }

.ranking-king .inner-wrap .img-wrap img {
  width: 100%; }

.ranking-king .inner-wrap .title-wrap {
  padding: 0 2.7778vw;
  margin-bottom: 8.333vw; }

.ranking-king .inner-wrap .title-wrap dt {
  margin-bottom: 2.778vw;
  font-size: 5.000vw;
  line-height: 6.667vw;
  font-weight: 700;
  color: #202020; }

.ranking-king .inner-wrap .title-wrap dd {
  font-size: 3.889vw;
  line-height: 6.6667vw;
  font-weight: 500;
  word-break: keep-all;
  color: #202020; }

.ranking-king .inner-wrap .text-wrap {
  position: relative;
  padding: 5.5556vw 2.7778vw 8.333vw; }

.ranking-king .inner-wrap .text-wrap p {
  font-size: 3.889vw;
  line-height: 6.667vw;
  word-break: keep-all; }

.ranking-king .inner-wrap .text-wrap p.txt-01 {
  margin-bottom: 6.944vw; }

.ranking-king .inner-wrap .text-wrap p.txt-02 {
  margin-bottom: 2.778vw; }

.ranking-king .inner-wrap .text-wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 86.1111vw;
  height: 1px;
  background-color: #C1C1C1; }

.ranking-king .inner-wrap .text-wrap::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 86.1111vw;
  height: 1px;
  background-color: #C1C1C1; }

.ranking-king .inner-wrap .method {
  padding: 8.333vw 1.3889vw 0 1.3889vw;
  box-sizing: border-box; }

.ranking-king .inner-wrap .method h3 {
  margin-bottom: 2.7778vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .inner-wrap .method .method_list {
  display: flex;
  flex-direction: column; }

.ranking-king .inner-wrap .method .method_list li {
  display: flex;
  align-items: center;
  margin-bottom: 2.7778vw; }

.ranking-king .inner-wrap .method .method_list li:last-child {
  margin-bottom: 0; }

.ranking-king .inner-wrap .method .method_list li .method_img {
  flex: 9.4444vw 0 0;
  width: 9.4444vw;
  margin-right: 4.7222vw; }

.ranking-king .inner-wrap .method .method_list li .method_img img {
  width: 100%; }

.ranking-king .inner-wrap .method .method_list li .method_step {
  width: 69.4444vw;
  font-family: NotoSans,'NotoSans',notosans; }

.ranking-king .inner-wrap .method .method_list li .method_step span {
  font-size: 3.8889vw;
  line-height: 6.1111vw;
  font-weight: bold;
  color: #D72857; }

.ranking-king .inner-wrap .method .method_list li .method_step p {
  font-size: 3.8889vw;
  line-height: 6.1111vw;
  color: #323232; }

.ranking-king .inner-wrap .method .button_bx {
  padding: 0; }

.ranking-king .month-wrap {
  padding: 8.333vw 6.9444vw; }

.ranking-king .month-wrap .year-list > li .title {
  display: flex;
  align-items: center;
  width: 16.6667vw;
  margin-bottom: 5.5556vw;
  background: url(../../img/ranking-king/img-ranking-king-arrow-down.png) right top 4px no-repeat;
  background-size: 16px 16px; }

.ranking-king .month-wrap .year-list > li .title.on {
  background: url(../../img/ranking-king/img-ranking-king-arrow-up.png) right top 4px no-repeat;
  background-size: 16px 16px; }

.ranking-king .month-wrap .year-list > li .title span {
  display: block;
  margin-right: 5px;
  font-size: 4.4444vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .month-wrap .year-list > li .month-list > li {
  margin-bottom: 8.3333vw; }

.ranking-king .month-wrap .year-list > li .month-list dl dt {
  margin-bottom: 2.7778vw;
  font-size: 4.4444vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .month-wrap .year-list > li .month-list dl dd {
  display: flex;
  align-items: center;
  padding: 4.1667vw 0;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #E4E4E4; }

.ranking-king .month-wrap .year-list > li .month-list dl dd .logo-wrap {
  width: 9.7222vw;
  margin-right: 6.1111vw; }

.ranking-king .month-wrap .year-list > li .month-list dl dd .logo-wrap img {
  width: 100%; }

.ranking-king .month-wrap .year-list > li .month-list dl dd .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0; }

.ranking-king .month-wrap .year-list > li .month-list dl dd .desc-wrap strong {
  font-size: 4.1667vw;
  line-height: 6.1111vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .month-wrap .year-list > li .month-list dl dd .desc-wrap p {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #323232; }

.ranking-king .month-wrap .year-list > li .month-list dl dd .desc-wrap .date {
  font-size: 3.3333vw;
  line-height: 5.0000vw;
  color: #797979; }

.ranking-king .month-wrap .year-list > li .month-list dl dd .king-award {
  font-size: 4.1667vw;
  line-height: 6.1111vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .ranking-main-img img {
  width: 100%; }

.ranking-king .ranking-wrap {
  margin-bottom: 13.88889vw;
  padding: 2.77778vw 6.94444vw;
  box-sizing: border-box; }

.ranking-king .ranking-wrap .title-wrap {
  margin-bottom: 4.1667vw; }

.ranking-king .ranking-wrap .title-wrap dt {
  margin-bottom: 2.778vw;
  font-size: 5.000vw;
  line-height: 6.667vw;
  font-weight: 700;
  color: #D31145; }

.ranking-king .ranking-wrap .title-wrap dd {
  font-size: 3.889vw;
  line-height: 6.6667vw;
  font-weight: 500;
  word-break: keep-all;
  color: #202020; }

.ranking-king .ranking-wrap .new-title-wrap {
  text-align: center; }

.ranking-king .ranking-wrap .new-title-wrap dt {
  margin-bottom: 1.94444vw;
  font-size: 4.72222vw;
  line-height: 6.94444vw;
  font-weight: 700;
  color: #202020; }

.ranking-king .ranking-wrap .new-title-wrap dt span.point {
  color: #D31245; }

.ranking-king .ranking-wrap .new-title-wrap dd {
  font-size: 3.61111vw;
  line-height: 5.27778vw;
  color: #202020; }

.ranking-king .ranking-wrap .mission-wrap {
  margin-bottom: 8.3333vw;
  padding: 5.5556vw 10.000vw;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  background-color: #F0F0F0; }

.ranking-king .ranking-wrap .mission-wrap p {
  margin-bottom: 3.7778vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  color: #202020;
  font-weight: bold; }

.ranking-king .ranking-wrap .mission-wrap strong {
  color: #D31145; }

.ranking-king .ranking-wrap .mission-wrap strong.point {
  display: block;
  margin-bottom: 2.7778vw;
  font-weight: bold;
  font-size: 6.6667vw;
  line-height: 10.0000vw; }

.ranking-king .ranking-wrap .mission-wrap .mission-btn {
  padding: 1.6667vw 3.333vw;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 3.3333vw;
  line-height: 3.8889vw;
  color: #202020; }

.ranking-king .ranking-wrap .ranking-king-btn {
  display: block;
  width: 100%;
  padding: 3.8889vw 0;
  border: 1px solid #D31145;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #D31145;
  text-align: center; }

.ranking-king .point-wrap {
  margin-bottom: 8.33333vw;
  padding: 0 6.9444vw; }

.ranking-king .point-wrap .year-list > li {
  margin-bottom: 8.3333vw; }

.ranking-king .point-wrap .year-list > li:last-child {
  margin-bottom: 0; }

.ranking-king .point-wrap .year-list > li .title {
  display: flex;
  align-items: center;
  width: 16.6667vw;
  margin-bottom: 2.7778vw;
  background: url(../../img/ranking-king/img-ranking-king-arrow-down.png) right top 4px no-repeat;
  background-size: 16px 16px; }

.ranking-king .point-wrap .year-list > li .title.on {
  background: url(../../img/ranking-king/img-ranking-king-arrow-up.png) right top 4px no-repeat;
  background-size: 16px 16px; }

.ranking-king .point-wrap .year-list > li .title span {
  display: block;
  margin-right: 5px;
  font-size: 4.4444vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.7778vw;
  padding: 5.5556vw 5.5556vw 8.3333vw 5.5556vw;
  border-radius: 12px; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-01 {
  background: #BEEAE5 url(../../img/ranking-king/bg-ranking-king-point-01.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-02 {
  background: #EDF3C4 url(../../img/ranking-king/bg-ranking-king-point-02.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-03 {
  background: #FFDEDE url(../../img/ranking-king/bg-ranking-king-point-03.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-04 {
  background: #BEEAE5 url(../../img/ranking-king/bg-ranking-king-point-01.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-05 {
  background: #EDF3C4 url(../../img/ranking-king/bg-ranking-king-point-02.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-06 {
  background: #FFF2C4 url(../../img/ranking-king/bg-ranking-king-point-04.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-07 {
  background: #FFF2C4 url(../../img/ranking-king/bg-ranking-king-point-05.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.point-06.after {
  background: #E4E3FC url(../../img/ranking-king/bg-ranking-king-point-04-after.png) center center no-repeat;
  background-size: cover; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li .text-wrap dt {
  margin-bottom: 1.7778vw;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #202020; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li .text-wrap dd {
  font-size: 5.0000vw;
  line-height: 7.7778vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li span {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #202020; }

.ranking-king .point-wrap .year-list > li .point-list-01 > li.dim span {
  color: #8B8B8B; }

.ranking-king.hdpage #header.fxd {
  border-bottom: 1px solid #c1c1c1; }

.ranking-king .contents {
  padding-bottom: 13.8889vw; }

.ranking-king .main-img img {
  width: 100%; }

.ranking-king .ranking-open-wrap {
  width: 100%;
  padding: 8.3333vw 4.1667vw;
  box-sizing: border-box; }

.ranking-king .ranking-open-wrap .title {
  padding-bottom: 2.7778vw;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold; }

.ranking-king .ranking-open-wrap .galaxy_wrap {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.ranking-king .ranking-open-wrap dl {
  font-family: NotoSans,'NotoSans',notosans; }

.ranking-king .ranking-open-wrap dl dt {
  /*margin-bottom: 1.6667vw;*/
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .ranking-open-wrap dl dd {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .hint-list {
  margin-bottom: 8.3333vw;
  padding: 0 4.1667vw; }

.ranking-king .ranking-open-wrap .hint-list h2 {
  margin-bottom: 4.1667vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .ranking-open-wrap .hint-list li {
  display: flex;
  align-items: center;
  padding: 4.1667vw 2.7778vw;
  border-bottom: 1px solid #E4E4E4;
  font-size: 3.8889vw;
  line-height: 5.5556vw; }

.ranking-king .ranking-open-wrap .hint-list li.dim {
  color: #D0D0D0; }

.ranking-king .ranking-open-wrap .hint-list li h3 {
  flex: 11.1111vw 0 0;
  width: 11.1111vw;
  margin-right: 5.5556vw; }

.ranking-king .ranking-open-wrap .hint-list li p {
  flex: 61.1111vw 0 0;
  width: 61.1111vw;
  text-align: center; }

.ranking-king .ranking-open-wrap .now-wrap .title-wrap {
  margin-bottom: 4.1667vw; }

.ranking-king .ranking-open-wrap .now-wrap .title-wrap dt {
  margin-bottom: 2.778vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold; }

.ranking-king .ranking-open-wrap .now-wrap .title-wrap dd {
  font-size: 3.8889vw;
  line-height: 6.6667vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .now-wrap .mission-wrap {
  margin-bottom: 8.3333vw;
  padding: 5.5556vw 10.000vw;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  background-color: #F0F0F0; }

.ranking-king .ranking-open-wrap .now-wrap .mission-wrap p {
  margin-bottom: 1.3889vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  color: #202020;
  font-weight: bold; }

.ranking-king .ranking-open-wrap .now-wrap .mission-wrap span.date {
  display: block;
  margin-bottom: 2.7778vw;
  font-size: 3.3333vw;
  line-height: 5.0000vw;
  color: #797979; }

.ranking-king .ranking-open-wrap .now-wrap .mission-wrap strong {
  color: #D31145; }

.ranking-king .ranking-open-wrap .now-wrap .mission-wrap strong.point {
  display: block;
  font-weight: bold;
  font-size: 6.6667vw;
  line-height: 10.0000vw; }

.ranking-king .ranking-open-wrap .now-wrap .mission-wrap .mission-btn {
  padding: 1.6667vw 3.333vw;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 3.3333vw;
  line-height: 3.8889vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .now-wrap .ranking-king-btn {
  display: block;
  width: 100%;
  padding: 3.8889vw 0;
  border: 1px solid #D31145;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #D31145;
  text-align: center; }

.ranking-king .ranking-open-wrap .ranking-list {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.ranking-king .ranking-open-wrap .ranking-list li {
  display: flex;
  align-items: center;
  padding: 4.4444vw 2.7778vw;
  border-bottom: 1px solid #E4E4E4; }

.ranking-king .ranking-open-wrap .ranking-list li:first-child {
  border-top: 1px solid #D3D3D3; }

.ranking-king .ranking-open-wrap .ranking-list li .logo-img {
  flex: 5.5556vw 0 0;
  width: 5.5556vw;
  margin-right: 5.5556vw; }

.ranking-king .ranking-open-wrap .ranking-list li .logo-img img {
  width: 100%; }

.ranking-king .ranking-open-wrap .ranking-list li .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 66.6667vw 0 0;
  width: 66.6667vw; }

.ranking-king .ranking-open-wrap .ranking-list li .text-wrap h3 {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .ranking-list li .text-wrap p {
  font-size: 4.1667vw;
  line-height: 5.0000vw;
  font-weight: 600;
  color: #D31145; }

.ranking-king .ranking-open-wrap .terms {
  padding: 8.3333vw 2.3333vw;
  box-sizing: border-box; }

.ranking-king .ranking-open-wrap .terms > dl {
  padding-left: 2.7778vw; }

.ranking-king .ranking-open-wrap .terms > dl > dt {
  margin-bottom: 2.7778vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .terms > dl > dd {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li {
  position: relative;
  margin-bottom: 2.7778vw;
  padding-left: 2.7778vw;
  font-size: 3.6111vw;
  line-height: 5.2778vw; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li p {
  margin-bottom: 2.7778vw; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li p .walk-point {
  color: #D72857; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li::before {
  position: absolute;
  left: 0;
  content: '•'; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li > .caution-list {
  font-size: 3.3333vw;
  line-height: 5.0000vw;
  color: #797979; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li > .caution-list li {
  margin-bottom: 2.7778vw;
  font-weight: 300;
  word-break: keep-all; }

.ranking-king .ranking-open-wrap .terms > dl > dd > ul > li > .caution-list li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-open-wrap .draw-wrap {
  position: relative;
  padding: 5.5556vw 6.3889vw;
  font-size: 3.333vw;
  line-height: 5.5556vw; }

.ranking-king .ranking-open-wrap .draw-wrap p {
  margin-bottom: 2.7778vw; }

.ranking-king .ranking-open-wrap .draw-wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 83.3333vw;
  height: 1px;
  background-color: #C1C1C1; }

.ranking-king .ranking-open-wrap .draw-wrap::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 83.3333vw;
  height: 1px;
  background-color: #C1C1C1; }

.ranking-king .ranking-open-wrap .watch {
  padding: 8.3333vw 2.3333vw 0 2.3333vw;
  box-sizing: border-box; }

.ranking-king .ranking-open-wrap .watch.border {
  position: relative; }

.ranking-king .ranking-open-wrap .watch.border:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 83.3333vw;
  height: 1px;
  background-color: #C1C1C1; }

.ranking-king .ranking-open-wrap .watch > dl > dt {
  margin-bottom: 1.3889vw;
  padding-left: 2.7778vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .watch > dl > dd {
  line-height: 16.6667vw;
  font-size: 3.8889vw;
  color: #202020; }

.ranking-king .ranking-open-wrap .watch > dl > dd > ul > li {
  margin-bottom: 2.7778vw !important;
  padding-left: 2.7778vw;
  line-height: 6.6667vw;
  font-size: 3.8889vw; }

.ranking-king .ranking-open-wrap .watch > dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-open-wrap .watch .watch_img img {
  width: 100%; }

.ranking-king .ranking-open-wrap .watch p {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.ranking-king .ranking-open-wrap .method {
  padding: 0 5.000vw;
  box-sizing: border-box; }

.ranking-king .ranking-open-wrap .method h3 {
  margin-bottom: 2.7778vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .ranking-open-wrap .method .method_list {
  display: flex;
  flex-direction: column;
  padding-bottom: 8.3333vw;
  border-bottom: 1px solid #C1C1C1;
  box-sizing: border-box; }

.ranking-king .ranking-open-wrap .method .method_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.7778vw; }

.ranking-king .ranking-open-wrap .method .method_list li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-open-wrap .method .method_list li .method_img {
  flex: 9.7222vw 0 0;
  width: 9.7222vw;
  margin-right: 4.7222vw; }

.ranking-king .ranking-open-wrap .method .method_list li .method_img img {
  width: 100%; }

.ranking-king .ranking-open-wrap .method .method_list li .method_step {
  width: 69.4444vw;
  font-family: NotoSans,'NotoSans',notosans; }

.ranking-king .ranking-open-wrap .method .method_list li .method_step span {
  font-size: 3.8889vw;
  line-height: 6.1111vw;
  color: #323232; }

.ranking-king .ranking-open-wrap .method .method_list li .method_step p {
  font-size: 3.8889vw;
  line-height: 6.1111vw;
  font-weight: bold;
  color: #D72857; }

.ranking-king .ranking-open-wrap .method .button_bx {
  padding: 0; }

.ranking-king .hidden_footer {
  padding: 0 8.33333vw 11.11111vw 8.33333vw; }

.ranking-king .hidden_footer.bottom_button {
  padding-bottom: 16.11111vw; }

/* 참여하기 버튼 있을 경우 */
.ranking-king .hidden_footer .con_wrap {
  margin: 0; }

.ranking-king .hidden_footer .button_show {
  margin: 0; }

.ranking-king .hidden_footer .button_show .ranking-btn {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ABABAB;
  color: #202020;
  font-weight: bold;
  font-size: 3.8889vw;
  line-height: 5.5556vw; }

.ranking-king .hidden_footer .button_show a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  background: url(../../img/ranking-king/img-ranking-king-arrow-down.png) 0 0 no-repeat;
  background-size: 16px 16px; }

.ranking-king .hidden_footer .button_show a.on:after {
  background: url(../../img/ranking-king/img-ranking-king-arrow-up.png) 0 0 no-repeat;
  background-size: 16px 16px; }

.ranking-king .hidden_footer .tt_lst li {
  margin-bottom: 5.55556vw; }

.ranking-king .hidden_footer .tt_lst li:last-child {
  margin-bottom: 0; }

.ranking-king.signup .tt_lst {
  margin: 0; }

.ranking-king.signup .tt_lst li:before {
  content: '•';
  top: 0; }

.ranking-king.signup .tt_lst li.star:before {
  content: '*'; }

.ranking-king .hidden_footer .custom-list {
  margin-top: 5.5556vw;
  font-size: 3.33333vw;
  line-height: 6.3889vw;
  color: #797979;
  font-weight: 500; }

.pop_clauselayer strong.bold-font {
  /*font-size: 4.1667vw; line-height: 5.2778vw;*/
  font-size: 15px;
  line-height: 19px; }

.ranking-king .none-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 138.8889vw; }

.ranking-king .none-wrap .none-bx {
  text-align: center; }

.ranking-king .none-wrap .none-img {
  width: 55.5556vw; }

.ranking-king .none-wrap .home-training-img {
  width: 61.9444vw; }

.ranking-king .none-wrap img {
  width: 100%; }

.ranking-king .point-wrap .point-list-02 {
  padding-top: 8.3333vw; }

.ranking-king .point-wrap .point-list-02 > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.1667vw 0;
  border-bottom: 1px solid #F3F3F3; }

.ranking-king .point-wrap .point-list-02 > li:first-child {
  padding-top: 0; }

.ranking-king .point-wrap .point-list-02 > li .day-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ranking-king .point-wrap .point-list-02 > li .day-wrap strong {
  margin-right: 2.7778vw;
  line-height: 5.000vw;
  font-size: 4.1667vw; }

.ranking-king .point-wrap .point-list-02 > li .day-wrap p {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #202020; }

.ranking-king .point-wrap .point-list-02 > li .point-value {
  font-size: 4.1667vw;
  line-height: 6.1111vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .point-wrap .date_bx {
  margin-bottom: 4.1667vw;
  padding: 8.3333vw 0 2.7778vw 0;
  border-bottom: 1px solid #C1C1C1;
  font-size: 4.4444vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .point-wrap .point-list-03 > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.1667vw 0;
  border-bottom: 1px solid #E4E4E4; }

.ranking-king .point-wrap .point-list-03 > li:first-child {
  padding-top: 0; }

.ranking-king .point-wrap .point-list-03 > li .day-wrap strong {
  margin-right: 2.7778vw;
  line-height: 5.000vw;
  font-weight: 500;
  font-size: 4.1667vw; }

.ranking-king .point-wrap .point-list-03 > li .day-wrap p {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #797979; }

.ranking-king .point-wrap .point-list-03 > li .point-value {
  font-size: 4.1667vw;
  line-height: 6.1111vw;
  color: #202020; }

/* 랭킹왕 간격 수정, 6월 이후 제작물들 */
.ranking-king .ranking-new-wrap {
  width: 100%;
  padding: 11.11111vw 6.9444vw 11.11111vw;
  box-sizing: border-box; }

.ranking-king .ranking-new-wrap .title {
  padding-bottom: 2.7778vw;
  border-bottom: 1px solid #C1C1C1;
  color: #202020;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold; }

.ranking-king .ranking-new-wrap .galaxy_wrap {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.ranking-king .ranking-new-wrap dl {
  font-family: NotoSans,'NotoSans',notosans; }

.ranking-king .ranking-new-wrap dl dt {
  /*margin-bottom: 1.6667vw;*/
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .ranking-new-wrap dl dd {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .hint-list {
  margin-bottom: 8.3333vw;
  padding: 0 4.1667vw; }

.ranking-king .ranking-new-wrap .hint-list h2 {
  margin-bottom: 4.1667vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .ranking-new-wrap .hint-list li {
  display: flex;
  align-items: center;
  padding: 4.1667vw 2.7778vw;
  border-bottom: 1px solid #E4E4E4;
  font-size: 3.8889vw;
  line-height: 5.5556vw; }

.ranking-king .ranking-new-wrap .hint-list li.dim {
  color: #D0D0D0; }

.ranking-king .ranking-new-wrap .hint-list li h3 {
  flex: 11.1111vw 0 0;
  width: 11.1111vw;
  margin-right: 5.5556vw; }

.ranking-king .ranking-new-wrap .hint-list li p {
  flex: 61.1111vw 0 0;
  width: 61.1111vw;
  text-align: center; }

.ranking-king .ranking-new-wrap .mission-title {
  margin-bottom: 4.1667vw;
  font-weight: bold;
  font-size: 4.1667vw;
  line-height: 7.6667vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .mission-hint-list {
  margin-bottom: 8.33333vw; }

.ranking-king .ranking-new-wrap .mission-hint-list li {
  display: flex;
  align-content: center;
  margin-bottom: 2.77778vw;
  padding: 1.66667vw 2.77778vw;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  box-sizing: border-box; }

.ranking-king .ranking-new-wrap .mission-hint-list li .hint-img {
  width: 21.66667vw;
  margin-right: 2.5vw; }

.ranking-king .ranking-new-wrap .mission-hint-list li .hint-img img {
  width: 100%; }

.ranking-king .ranking-new-wrap .mission-hint-list li .hint-txt {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }

.ranking-king .ranking-new-wrap .mission-hint-list li .hint-txt dt {
  font-size: 3.88889vw;
  line-height: 5.55556vw;
  font-weight: bold;
  color: #D72857; }

.ranking-king .ranking-new-wrap .mission-hint-list li .hint-txt dd {
  font-size: 3.61111vw;
  line-height: 5.27778vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .mission-hint-list li.dim {
  opacity: 0.5;
  border: 1px solid #dedede !important; }

.ranking-king .ranking-new-wrap .mission-hint-list li.dim .hint-txt dt {
  color: #202020; }

.ranking-king .ranking-new-wrap .mission-hint-list li:last-child {
  margin-bottom: 0; }

/* 7월 랭킹왕 */
.ranking-king .ranking-new-wrap .mission-hint-list.month-07 li {
  padding: 4.16667vw 2.77778vw; }

.ranking-king .ranking-new-wrap .mission-hint-list.month-07 li .hint-img {
  width: 13.88889vw;
  margin-right: 3.33333vw; }

.ranking-king .ranking-new-wrap .mission-hint-list.month-07 li .hint-txt.dim dt {
  color: #A2A0A0; }

.ranking-king .ranking-new-wrap .mission-hint-list.month-07 li .hint-txt.dim dd {
  color: #A2A0A0; }

.ranking-king .ranking-new-wrap .now-wrap .title-wrap {
  margin-bottom: 4.1667vw; }

.ranking-king .ranking-new-wrap .now-wrap .title-wrap dt {
  font-size: 4.1667vw;
  line-height: 7.6667vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .now-wrap .title-wrap dd {
  line-height: 5.0000vw;
  font-size: 3.3333vw;
  color: #797979; }

.ranking-king .ranking-new-wrap .now-wrap .mission-wrap {
  margin-bottom: 8.3333vw;
  padding: 5.5556vw 10.000vw;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  background-color: #F0F0F0; }

.ranking-king .ranking-new-wrap .now-wrap .mission-wrap p {
  margin-bottom: 1.3889vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  color: #202020;
  font-weight: bold; }

.ranking-king .ranking-new-wrap .now-wrap .mission-wrap strong {
  color: #D31145; }

.ranking-king .ranking-new-wrap .now-wrap .mission-wrap strong.point {
  display: block;
  font-weight: bold;
  font-size: 6.6667vw;
  line-height: 10.0000vw; }

.ranking-king .ranking-new-wrap .now-wrap .mission-wrap span.date {
  display: block;
  margin-bottom: 4.7778vw;
  font-size: 3.3333vw;
  line-height: 5.0000vw;
  color: #797979; }

.ranking-king .ranking-new-wrap .now-wrap .mission-wrap .mission-btn {
  padding: 1.6667vw 3.333vw;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 3.3333vw;
  line-height: 3.8889vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .now-wrap .ranking-king-btn {
  display: block;
  width: 100%;
  padding: 3.8889vw 0;
  border: 1px solid #D31145;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #D31145;
  text-align: center; }

.ranking-king .btn-wrap {
  padding: 0 8.33333vw; }

.ranking-king .btn-wrap .ranking-king-btn {
  display: block;
  width: 100%;
  padding: 3.8889vw 0;
  border: 1px solid #D31145;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #D31145;
  text-align: center; }

.ranking-king .ranking-new-wrap .open-wrap .title-wrap {
  margin-bottom: 4.1667vw; }

.ranking-king .ranking-new-wrap .open-wrap .title-wrap dt {
  font-size: 4.1667vw;
  line-height: 7.6667vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .open-wrap .title-wrap dd {
  line-height: 5.0000vw;
  font-size: 3.3333vw;
  color: #797979; }

.ranking-king .ranking-new-wrap .open-wrap {
  border-bottom: 1px solid #EFEFEF; }

.ranking-king .ranking-new-wrap .open-wrap .mission-wrap {
  margin-bottom: 8.3333vw;
  padding: 5.5556vw 10.000vw;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  background-color: #F0F0F0; }

.ranking-king .ranking-new-wrap .open-wrap .mission-wrap p {
  font-size: 4.16667vw;
  line-height: 6.6667vw;
  color: #202020;
  font-weight: bold; }

.ranking-king .ranking-new-wrap .open-wrap .mission-wrap strong {
  color: #D31145; }

.ranking-king .ranking-new-wrap .open-wrap .mission-wrap span.date {
  display: block;
  margin: 1.38889vw 0 3.33333vw;
  color: #797979;
  font-size: 3.33333vw; }

.ranking-king .ranking-new-wrap .ranking-list li {
  display: flex;
  align-items: center;
  padding: 4.4444vw 2.7778vw;
  border-bottom: 1px solid #EFEFEF; }

.ranking-king .ranking-new-wrap .ranking-list li:first-child {
  border-top: 1px solid #EFEFEF; }

.ranking-king .ranking-new-wrap .ranking-list li .logo-img {
  flex: 5.5556vw 0 0;
  width: 5.5556vw;
  margin-right: 5.5556vw; }

.ranking-king .ranking-new-wrap .ranking-list li .logo-img img {
  width: 100%; }

.ranking-king .ranking-new-wrap .ranking-list li .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 66.6667vw 0 0;
  width: 66.6667vw; }

.ranking-king .ranking-new-wrap .ranking-list li .text-wrap h3 {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .ranking-list li .text-wrap p {
  font-size: 4.1667vw;
  line-height: 5.0000vw;
  font-weight: 600;
  color: #D31145; }

.ranking-king .ranking-new-wrap .terms {
  padding: 8.3333vw 0;
  box-sizing: border-box; }

.ranking-king .ranking-new-wrap .terms.border-top {
  border-top: 1px solid #EFEFEF; }

.ranking-king .ranking-new-wrap .terms > dl > dt {
  margin-bottom: 4.1667vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .terms > dl > dd {
  font-size: 3.6111vw;
  line-height: 5.2778vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li {
  position: relative;
  margin-bottom: 2.7778vw;
  padding-left: 3.3333vw;
  font-size: 3.6111vw;
  line-height: 5.2778vw; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li p {
  margin-bottom: 2.7778vw; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li p .walk-point {
  color: #D72857; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li::before {
  position: absolute;
  left: 0;
  content: '•'; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li > .caution-list {
  font-size: 3.3333vw;
  line-height: 5.0000vw;
  color: #797979; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li > .caution-list li {
  margin-bottom: 2.77778vw;
  font-weight: 300;
  word-break: keep-all; }

.ranking-king .ranking-new-wrap .terms > dl > dd > ul > li > .caution-list li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-new-wrap .draw-wrap {
  position: relative;
  padding: 8.3333vw 1.3889vw;
  font-size: 3.333vw;
  line-height: 5.5556vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .draw-wrap p {
  margin-bottom: 2.7778vw; }

.ranking-king .ranking-new-wrap .draw-wrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 86.1111vw;
  height: 1px;
  background-color: #EFEFEF; }

.ranking-king .ranking-new-wrap .draw-wrap::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 86.1111vw;
  height: 1px;
  background-color: #EFEFEF; }

.ranking-king .ranking-new-wrap .watch {
  padding-top: 8.33333vw;
  box-sizing: border-box; }

.ranking-king .ranking-new-wrap .watch.border {
  position: relative; }

.ranking-king .ranking-new-wrap .watch.border:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 83.3333vw;
  height: 1px;
  background-color: #C1C1C1; }

.ranking-king .ranking-new-wrap .watch > dl > dt {
  font-size: 4.1667vw;
  line-height: 7.6667vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .watch > dl > dd {
  line-height: 16.6667vw;
  font-size: 3.8889vw;
  color: #202020; }

.ranking-king .ranking-new-wrap .watch > dl > dd > ul {
  margin-bottom: 4.1667vw; }

.ranking-king .ranking-new-wrap .watch > dl > dd > ul > li {
  line-height: 5.0000vw;
  font-size: 3.3333vw;
  color: #797979; }

.ranking-king .ranking-new-wrap .watch > dl > dd > ul > li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-new-wrap .watch .watch_img img {
  width: 100%; }

.ranking-king .ranking-new-wrap .watch p {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.ranking-king .ranking-new-wrap .method h3 {
  margin-bottom: 3.6111vw;
  font-size: 4.1667vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.ranking-king .ranking-new-wrap .method .method_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 8.3333vw;
  padding-bottom: 8.3333vw;
  border-bottom: 1px solid #EFEFEF;
  box-sizing: border-box; }

.ranking-king .ranking-new-wrap .method .method_list li {
  display: flex;
  align-items: center;
  margin-bottom: 4.1667vw; }

.ranking-king .ranking-new-wrap .method .method_list li:last-child {
  margin-bottom: 0; }

.ranking-king .ranking-new-wrap .method .method_list li .method_img {
  flex: 9.4444vw 0 0;
  width: 9.4444vw;
  margin-right: 2.7778vw; }

.ranking-king .ranking-new-wrap .method .method_list li .method_img img {
  width: 100%; }

.ranking-king .ranking-new-wrap .method .method_list li .method_step {
  width: 69.4444vw;
  font-family: NotoSans,'NotoSans',notosans; }

.ranking-king .ranking-new-wrap .method .method_list li .method_step span {
  font-size: 3.3333vw;
  line-height: 5.0000vw;
  font-weight: bold;
  color: #D72857; }

.ranking-king .ranking-new-wrap .method .method_list li .method_step p {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #323232; }

.ranking-king .ranking-new-wrap .method .button_bx {
  padding: 0; }

/* donation - virtual walking */
.donation .virtual_walking_graph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 8.3333vw;
  box-sizing: border-box; }

.donation .virtual_walking_graph .participating {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7778vw;
  height: 7.7778vw;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 1.3889vw;
  border-radius: 5px;
  font-weight: bold;
  font-size: 4.1667vw;
  line-height: 6.3889vw;
  background-color: #D31145; }

.donation .virtual_walking_graph .title-wrap {
  width: 100%;
  margin-bottom: 8.3333vw;
  text-align: center; }

.donation .virtual_walking_graph .title-wrap .participate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7778vw;
  height: 7.5000vw;
  margin: 0 auto;
  margin-bottom: 2.7778vw;
  border-radius: 5px;
  font-size: 4.1667vw;
  line-height: 6.1111vw;
  font-weight: bold;
  color: #fff;
  background-color: #D31145; }

.donation .virtual_walking_graph .title-wrap strong {
  display: block;
  margin-bottom: 2.7778vw;
  font-size: 6.6667vw;
  line-height: 10vw;
  color: #D31145;
  font-family: NotoSans,'NotoSans',notosans; }

.donation .virtual_walking_graph .title-wrap p.desc {
  margin-bottom: 2.7778vw;
  font-size: 4.4444vw;
  line-height: 6.6667vw;
  font-weight: bold;
  color: #202020; }

.donation .virtual_walking_graph .title-wrap p.date {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #797979; }

.donation .virtual_walking_graph .title-wrap span.notice {
  font-size: 3.3333vw;
  line-height: 5vw;
  color: #797979; }

.donation .virtual_walking_graph .graph-wrap {
  width: 100%;
  margin-bottom: 8.3333vw; }

.donation .virtual_walking_graph .graph-wrap .graph-bx {
  width: 83.3333vw;
  border-radius: 6px; }

.donation .virtual_walking_graph .graph {
  width: 100%;
  height: 8.3333vw;
  margin-bottom: 2.7778vw;
  border-radius: 6px;
  background-color: #F0F0F0; }

.donation .virtual_walking_graph .graph .percent-value {
  position: relative;
  display: block;
  height: 8.3333vw;
  border-radius: 6px;
  background-color: #FFDF4D; }

.donation .virtual_walking_graph .people-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.1667vw; }

.donation .virtual_walking_graph .people-top .people-icon {
  width: 13px;
  height: 13px;
  margin-right: 6px; }

.donation .virtual_walking_graph .people-top .people-icon img {
  width: 100%; }

.donation .virtual_walking_graph .people-top .status {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: 500;
  color: #202020; }

.donation .virtual_walking_graph .participant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.donation .virtual_walking_graph .participant .people {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.donation .virtual_walking_graph .participant .people .people-icon {
  width: 13px;
  height: 13px;
  margin-right: 6px; }

.donation .virtual_walking_graph .participant .people .people-icon img {
  width: 100%; }

.donation .virtual_walking_graph .participant .people .status {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: 500;
  color: #202020; }

.donation .virtual_walking_graph .participant .achive {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #797979; }

.donation .virtual_walking_graph .total-people {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px; }

.donation .virtual_walking_graph .total-people .people-icon {
  width: 13px;
  height: 15px;
  margin-right: 5px; }

.donation .virtual_walking_graph .total-people .people-icon img {
  width: 100%; }

.donation .virtual_walking_img_wrap {
  margin-bottom: 11.1111vw;
  padding: 0 8.3333vw;
  box-sizing: border-box; }

.donation .virtual_walking_img_wrap > .walking-img-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.5556vw; }

.donation .virtual_walking_img_wrap > .walking-img-list > li {
  overflow: hidden;
  width: 15.5556vw;
  height: 15.5556vw;
  border-radius: 5px; }

.donation .virtual_walking_img_wrap > .walking-img-list > li img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.donation .virtual_walking_img_wrap .walking-all-btn {
  display: block;
  width: 100%;
  padding: 4.1667vw 0;
  border: 1px solid red;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #D31145; }

.donation .virtual_walking_title {
  margin-bottom: 8.3333vw;
  padding: 0 5.5556vw;
  box-sizing: border-box; }

.donation .virtual_walking_title.border {
  position: relative; }

.donation .virtual_walking_title.border::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 83.3333vw;
  height: 1px;
  background-color: rgba(193, 193, 193, 0.6); }

.donation .virtual_walking_title.border::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 83.3333vw;
  height: 1px;
  background-color: rgba(193, 193, 193, 0.6); }

.donation .virtual_walking_title .desc {
  width: 88.8889vw;
  padding: 5.5556vw 0;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 5vw;
  line-height: 7.5000vw;
  word-break: keep-all;
  color: #202020;
  text-align: center; }

.donation .virtual_walking_bx {
  width: 100%;
  padding: 0 5.5556vw 8.3333vw;
  box-sizing: border-box; }

.donation .virtual_walking_bx .achieve-desc {
  padding: 0 4.7222vw 8.3333vw;
  box-sizing: border-box;
  font-size: 0.8125rem;
  line-height: 1.188rem;
  color: #202020; }

.donation .virtual_walking_bx p {
  font-size: 3.6111vw;
  line-height: 5.2778vw; }

.donation .virtual_walking_bx p.desc-01 {
  margin-bottom: 2.7778vw; }

.donation .virtual_walking_bx p.desc-02 {
  margin-bottom: 5.5556vw; }

.donation .virtual_walking_bx p.desc-03 {
  word-break: keep-all; }

.donation .virtual_walking_bx .bold-desc {
  display: block;
  margin-bottom: 5.5556vw;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #202020; }

.donation .virtual_walking_bx .introduce-btn {
  width: 83.3333vw;
  margin: 0 auto;
  margin-bottom: 8.3333vw;
  padding: 2.7778vw 5.5556vw;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  box-sizing: border-box; }

.donation .virtual_walking_bx .introduce-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.donation .virtual_walking_bx .introduce-btn button .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.donation .virtual_walking_bx .introduce-btn button .text-wrap .logo-img {
  width: 15.2778vw;
  height: 8.3333vw;
  margin-right: 8px; }

.donation .virtual_walking_bx .introduce-btn button .text-wrap .text {
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: bold;
  color: #202020; }

.donation .virtual_walking_bx .introduce-btn button .next-btn {
  width: 6px;
  height: 12px; }

.donation .virtual_walking_bx .introduce-btn img {
  width: 100%; }

.donation .virtual_walking_bx .achieve .achieve-wrap {
  padding: 0 4.1667vw;
  box-sizing: border-box; }

.donation .virtual_walking_bx .achieve .achieve-wrap h3 {
  margin-bottom: 1.6667vw;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #202020; }

.donation .virtual_walking_bx .achieve .achieve-wrap .achieve_list {
  margin-bottom: 5.5556vw; }

.donation .virtual_walking_bx .achieve .achieve-wrap .achieve_list tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.7778vw 0;
  border-bottom: 1px solid #C1C1C1; }

.donation .virtual_walking_bx .achieve .achieve-wrap .achieve_list tr:first-child {
  border-top: 1px solid #C1C1C1; }

.donation .virtual_walking_bx .achieve .achieve-wrap .achieve_list tr th {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal; }

.donation .virtual_walking_bx .achieve .achieve-wrap .achieve_list tr th span {
  font-weight: bold; }

.donation .virtual_walking_bx .achieve .achieve-wrap .achieve_list tr td {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #D31145; }

.donation .virtual_walking_bx .caution_list {
  padding: 0 2.7778vw;
  font-size: 3.3333vw;
  line-height: 5.5556vw;
  font-family: NotoSans,'NotoSans',notosans; }

.donation .virtual_walking_bx .caution_list li {
  position: relative;
  padding-left: 2.7778vw;
  margin-bottom: 2.7778vw;
  color: #797979; }

.donation .virtual_walking_bx .caution_list li::before {
  position: absolute;
  left: 0;
  content: '-'; }

.donation .virtual_walking_bx .caution_list li:first-child:before {
  position: absolute;
  left: 0;
  content: '-';
  color: #D31145; }

.donation .virtual_walking_bx .caution_list li span.red-txt {
  color: #D31145; }

.donation .virtual_walking_bx .wonder_consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.6111vw 5.5556vw;
  border-radius: 6px;
  font-size: 3.8889vw;
  line-height: 6.9444vw;
  background-color: #F8F8F8;
  color: #000; }

.donation .virtual_walking_bx .wonder_consult button {
  display: flex;
  justify-content: space-between;
  width: 27.7778vw;
  height: 11.1111vw;
  padding: 2.7778vw 3.8889vw;
  box-sizing: border-box;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  background-color: #5590DB; }

.donation .virtual_walking_bx .wonder_consult button .share-img {
  width: 15px;
  height: 15px; }

.donation .virtual_walking_bx .wonder_consult button .share-img img {
  width: 100%; }

.donation .virtual_walking_total {
  padding: 0 8.3333vw;
  box-sizing: border-box; }

.donation .virtual_walking_total .baloon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 8.3333vw;
  padding: 2.7778vw 5.5556vw;
  border-radius: 32px;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.6111vw;
  line-height: 5.8333vw;
  color: #202020;
  background-color: #F1F2F4; }

.donation .virtual_walking_total .baloon .tail {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 13px; }

.donation .virtual_walking_total .baloon img {
  width: 100%; }

.donation .virtual_walking_total .total-wrap {
  margin-bottom: 8.3333vw;
  padding: 6.9444vw 2.2222vw;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF2D0; }

.donation .virtual_walking_total .total-wrap .total-txt {
  position: relative;
  margin-bottom: 5.5556vw;
  padding-bottom: 5.5556vw;
  font-size: 5.2778vw;
  line-height: 7.7778vw;
  font-weight: bold;
  color: #202020; }

.donation .virtual_walking_total .total-wrap .total-txt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 72.2222vw;
  height: 1px;
  background-color: #D2C7AC; }

.donation .virtual_walking_total .total-wrap .total-txt .point {
  color: #D31145; }

.donation .virtual_walking_total .total-wrap .point-wrap {
  margin-bottom: 2.7778vw;
  font-size: 4.4444vw;
  line-height: 6.6667vw; }

.donation .virtual_walking_total .total-wrap .point-wrap .point {
  font-weight: bold;
  color: #D31145; }

.donation .virtual_walking_total .total-wrap .date {
  display: block;
  font-size: 3.3333vw;
  line-height: 5vw;
  color: #797979; }

.donation .virtual_walking_total .total-wrap .proud-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.8889vw;
  height: 8.3333vw;
  margin: 0 auto;
  margin-top: 4.1667vw;
  border: 1px solid #D2C7AC;
  border-radius: 5px;
  font-size: 3.3333vw;
  line-height: 5vw;
  font-weight: bold;
  color: #202020; }

.donation .virtual_walking-bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 248, 0) 0%, rgba(255, 255, 251, 0.2) 10%, rgba(255, 255, 253, 0.45) 14%, rgba(255, 255, 254, 0.81) 21%, #fffffe 30%); }

.donation .virtual_walking-bottom .inner .like {
  width: 8.3333vw;
  height: 11.1111vw;
  margin-right: 3.3333vw;
  padding-top: 2.6667vw;
  text-align: center; }

.donation .virtual_walking-bottom .inner .like.on .like-on {
  display: block; }

.donation .virtual_walking-bottom .inner .like.on .like-off {
  display: none; }

.donation .virtual_walking-bottom .inner .like .like-on {
  display: none; }

.donation .virtual_walking-bottom .inner .like .like img {
  width: 100%; }

.donation .virtual_walking-bottom .inner .like img {
  width: 100%; }

.donation .virtual_walking-bottom .inner .share {
  width: 8.3333vw;
  height: 11.1111vw;
  padding-top: 2.6667vw;
  text-align: center; }

.donation .virtual_walking-bottom .inner .share .share-img img {
  width: 100%; }

.donation .virtual_walking-bottom .inner span {
  display: block;
  font-size: 2.7778vw;
  line-height: 3.0556vw;
  color: #202020; }

.donation .virtual_walking-bottom .button_bx {
  width: 87.7778%;
  padding: 40px 22px 22px 14px !important; }

.donation .proud-pop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px !important;
  box-sizing: border-box; }

.donation .proud-pop .pop-wrap {
  position: relative; }

.donation .proud-pop .pop-img {
  width: 100%; }

.donation .proud-pop .pop-img img {
  width: 100%; }

.donation .proud-pop .text-bx {
  position: absolute;
  left: 5.5556vw;
  top: 16.6667vw; }

.donation .proud-pop .text-bx .txt-top {
  padding-bottom: 48.6111vw;
  font-size: 5.2778vw;
  line-height: 7.7778vw;
  font-weight: bold;
  color: #fff; }

.donation .proud-pop .text-bx .txt-top p .point {
  color: #FFE543; }

.donation .proud-pop .text-bx .txt-bottom p {
  font-size: 3.8889vw;
  line-height: 5.5556vw; }

.donation .proud-pop .text-bx .txt-bottom p span {
  color: #fff; }

.donation .proud-pop .text-bx .txt-bottom p span.point {
  color: #FFE543;
  font-weight: bold; }

.donation .proud-pop .text-bx .txt-bottom span.date {
  font-size: 3.3333vw;
  line-height: 5.0000vw;
  color: #244741; }

.donation .stamp-wrap .stamp-img {
  opacity: 0;
  position: absolute;
  top: 66.8889vw;
  right: -4.1667vw;
  z-index: 10;
  width: 59.7222vw;
  height: 52.7778vw; }

.donation .stamp-wrap .stamp-img.type2 {
  opacity: 0;
  position: absolute;
  top: 73.8889vw;
  right: -2.1667vw;
  z-index: 10;
  width: 45.8333vw;
  height: 45.8333vw; }

.donation .stamp-wrap .stamp-img.on {
  opacity: 1;
  -webkit-animation: stampDouble 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: stampDouble 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }

.donation .stamp-wrap .stamp-img img {
  width: 100%; }

@keyframes stampDouble {
  0% {
    opacity: 0;
    transform: scale(2);
    webkit-transform: scale(2); }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1); } }

.donation .tip_header {
  position: relative;
  text-align: end;
  padding: 10px;
  background-color: #f7f7f7; }

.donation .tip_header .tip_description {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  color: #8b8b8b;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 0.50rem;
  margin-left: 10px;
  text-align: left; }

.donation .tip_header .tip_btn_filter button {
  background-color: #e4e4e4;
  border-radius: 36px;
  height: 36px;
  padding: 0 50px 0 20px;
  font-size: 0.875rem;
  background: #e4e4e4 url(./../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px;
  color: #202020; }

.donation .post_wrap {
  margin: 0 8.3333vw; }

.donation .post_wrap.mypost {
  padding-bottom: 8.3333vw; }

.donation .post_wrap.all {
  padding-bottom: 11.1111vw;
  border-top: 1px solid #C1C1C1; }

.donation .post_wrap h2 {
  margin-bottom: -2.7777vw;
  padding-top: 9.4444vw;
  font-size: 5vw;
  font-weight: bold;
  color: #202020; }

.donation .post_wrap .post_list li {
  margin-top: 8.3333vw; }

.donation .post_wrap .post_list dl dt {
  position: relative; }

.donation .post_wrap .post_list dl dt .place {
  position: relative;
  padding: 0 10.0000vw; }

.donation .post_wrap .post_list dl dt .place:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8.8889vw;
  height: 8.8889vw;
  margin-top: -4.44445vw;
  background: url(../../img/donation/icon-virtual-walking-place.png) no-repeat 50% 50%;
  background-size: 100% auto; }

.donation .post_wrap .post_list dl dt .place strong {
  font-size: 3.8889vw; }

.donation .post_wrap .post_list dl dt .place span {
  display: block;
  font-size: 3.3333vw; }

.donation .post_wrap .post_list dl dt .profile {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8.8889vw;
  height: 8.8889vw;
  transform: translateY(-50%); }

.donation .post_wrap .post_list dl dt .profile img {
  width: 100%; }

.donation .post_wrap .post_list dl dd {
  margin-top: 10px; }

.donation .post_wrap .post_list dl dd .pic {
  overflow: hidden;
  width: 100%;
  height: 83.3333vw;
  border-radius: 1.3889vw;
  background-color: #000; }

.donation .post_wrap .post_list dl dd .pic img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.donation .post_wrap .post_list dl dd .desc {
  margin: 0 1.3889vw;
  padding: 3.8889vw 0 2.7778vw;
  font-size: 3.6111vw;
  color: #202020;
  line-height: 5.2778vw; }

.donation .post_wrap .post_list dl dd .util {
  display: flex;
  justify-content: space-between; }

.donation .post_wrap .post_list dl dd .util button {
  display: inline-block;
  font-size: 3.3333vw;
  color: #AEAEAE; }

.donation .post_wrap .post_list dl dd .util button strong {
  font-size: 3.8889vw;
  font-weight: 500;
  color: #202020; }

.donation .post_wrap .post_list dl dd .util button.btn_post_like {
  position: relative;
  padding-left: 7.2222vw;
  font-size: 3.8889vw;
  color: #202020; }

.donation .post_wrap .post_list dl dd .util button.btn_post_like:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6667vw;
  height: 6.1111vw;
  background-image: url(../../img/donation/icon-virtual-walking-heart-off.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%; }

.donation .post_wrap .post_list dl dd .util button.btn_post_like.on:before {
  background-image: url(../../img/donation/icon-virtual-walking-heart-on.png); }

.donation .post_util {
  display: flex;
  justify-content: center;
  padding-bottom: 8.3333vw; }

.donation .post_util button {
  display: block;
  width: 23.8889vw;
  height: 8.6111vw;
  border: 1px solid #C1C1C1;
  border-radius: 1.3889vw;
  font-size: 3.3333vw;
  color: #202020; }

.donation .posting-wrap {
  padding: 8.3333vw 8.3333vw 0 8.3333vw;
  box-sizing: border-box; }

.donation .posting-wrap .upload-img {
  width: 100%;
  height: 83.3333vw;
  margin-bottom: 5.5556vw;
  border-radius: 5px;
  background-color: #f7f7f7; }

.donation .posting-wrap .upload-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; }

.donation .posting-wrap .upload-img label {
  display: block;
  width: 100%;
  height: 83.3333vw; }

.donation .posting-wrap select.list {
  width: 100%;
  height: 45px;
  margin-bottom: 5.5556vw;
  padding: 0 5.5556vw;
  border: 1px solid #D31145;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #D31145;
  background: #fff url(../../img/donation/icon-virtual-walking-arrow-01.png) 95% 50% no-repeat;
  background-size: 30px 30px; }

.donation .posting-wrap .info-bx {
  margin-bottom: 5.5556vw; }

.donation .posting-wrap .info-bx h2 {
  margin-bottom: 2.7778vw;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  color: #202020; }

.donation .posting-wrap .info-bx .input-bx {
  position: relative; }

.donation .posting-wrap .info-bx .input-bx input {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding: 0 5.5556vw;
  box-sizing: border-box;
  background: #F9F9F9;
  border: 1px solid #ABABAB;
  border-radius: 6px; }

.donation .posting-wrap .info-bx .input-bx .del {
  display: none;
  position: absolute;
  top: 2px;
  right: 6px;
  width: 39px;
  height: 42px;
  background: url(../../img/common/btn_textcancel_nor.png) 50% 50% no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px; }

.donation .posting-wrap .info-bx .input-bx #location_input.on {
  color: #202020;
  font-size: 1rem;
  font-weight: 400; }

.donation .posting-wrap .info-bx .input-bx input.on + .del {
  display: block; }

.donation .posting-wrap .info-bx .input-bx input::placeholder {
  color: #C1C1C1;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: 400; }

.donation .posting-wrap .info-bx .text-bx {
  position: relative; }

.donation .posting-wrap .info-bx .text-bx textarea {
  width: 100%;
  height: 104px;
  padding: 2.7778vw 5.5556vw;
  border: 1px solid #ABABAB;
  border-radius: 5px;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  background-color: #F9F9F9;
  resize: none; }

.donation .posting-wrap .info-bx .text-bx textarea::placeholder {
  color: #C1C1C1;
  font-size: 3.8889vw;
  line-height: 5.5556vw;
  font-weight: 400; }

.donation .posting-wrap .max-num-bx {
  position: absolute;
  bottom: 3.3333vw;
  right: 5.5556vw; }

.donation .posting-wrap .max-num-bx span {
  font-size: 2.7778vw;
  line-height: 4.1667vw;
  color: #797979;
  opacity: 0.5; }

/* 홈트레이닝 */
.training .intro_tt {
  overflow: hidden;
  margin-top: 33px; }

.training .tit {
  overflow: hidden;
  margin: 0 38px;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.500rem; }

.training .intro_tt .tit + .txt {
  margin-top: 20px; }

.training .intro_tt .txt {
  overflow: hidden;
  margin: 0 38px;
  margin-top: 15px;
  color: #202020;
  font-size: 0.875rem;
  line-height: 1.500rem;
  word-break: keep-all; }

.training .intro_tt .txt span {
  overflow: hidden;
  font-weight: 700; }

.training .img_bx {
  overflow: hidden;
  height: 180px;
  margin-top: 57px;
  text-indent: -9999px;
  background: url(../../img/mindfulness/img_character_mind_check.png) center top no-repeat;
  background-size: 240px 180px; }

.training .intro_cont {
  overflow: hidden;
  margin-top: 63px; }

.training .intro_cont .cont_tb {
  overflow: hidden;
  margin: 17px 15px 0; }

.training .intro_cont .cont_tb table {
  border: 1px solid #D3D3D3; }

.training .intro_cont .cont_tb tr th {
  padding: 15px 0;
  border: 1px solid #D3D3D3;
  background: #F8F8F8;
  color: #202020;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem; }

.training .intro_cont .cont_tb tr td {
  padding: 30px 26px;
  border-top: 1px solid #EEE;
  color: #202020;
  font-size: 0.813rem;
  line-height: 1.188rem; }

.training .intro_cont .cont_tb tr td:first-of-type {
  padding: 20px 12px;
  border-right: 1px solid #EEE; }

.training .intro_cont .cont_tb tr td span {
  display: block;
  padding-top: 40px;
  text-align: center;
  word-break: keep-all; }

.training .intro_cont .cont_tb tr td span.yoga {
  background: url(../../img/mindfulness/ico_training_yoga.png) center top no-repeat;
  background-size: 35px 35px; }

.training .intro_cont .cont_tb tr td span.strech {
  background: url(../../img/mindfulness/ico_training_pilates.png) center top no-repeat;
  background-size: 35px 35px; }

.training .intro_cont .cont_tb tr td span.home {
  background: url(../../img/mindfulness/ico_training_home.png) center top no-repeat;
  background-size: 35px 35px; }

.training .intro_cont .cont_tb tr td span.meditation {
  background: url(../../img/mindfulness/ico_training_med.png) center top no-repeat;
  background-size: 35px 35px; }

.training .intro_cont .cont_tb tr td span.therapy {
  background: url(../../img/mindfulness/ico_training_therapy.png) center top no-repeat;
  background-size: 35px 35px; }

.training .intro_cont em {
  display: block;
  overflow: hidden;
  margin: 15px 33px 0;
  color: #797979;
  font-size: 0.813rem;
  line-height: 1.500rem; }

.training .partnership {
  overflow: hidden;
  margin-top: 60px; }

.training .partnership ul {
  overflow: hidden;
  margin: 20px 40px 0; }

.training .partnership ul li {
  margin-top: 30px; }

.training .partnership ul li:first-child {
  margin-top: 0; }

.training .partnership ul li .name {
  overflow: hidden;
  line-height: 42px;
  vertical-align: top;
  color: #202020;
  font-size: 0.938rem;
  font-weight: 700; }

.training .partnership ul li .name:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 42px 42px;
  vertical-align: top; }

.training .partnership ul li .name.happyclass:before {
  background-image: url(../../img/mindfulness/img_partner_happyclass.png); }

.training .partnership ul li .name.soundgym:before {
  background-image: url(../../img/mindfulness/img_sound_gym.png); }

.training .partnership ul li .txt {
  overflow: hidden;
  margin-top: 15px;
  color: #202020;
  font-size: 0.875rem;
  line-height: 1.500rem; }

.training .partnership ul li .link a {
  display: inline-block;
  overflow: hidden;
  height: 31px;
  margin-top: 15px;
  padding: 0 14px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  color: #202020;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 29px;
  text-align: center; }

.training .tip_header {
  position: relative;
  text-align: end;
  padding: 10px;
  background-color: #f7f7f7; }

.training .tip_header .tip_description {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  color: #8b8b8b;
  font-size: 0.750rem;
  font-weight: 700;
  line-height: 0.50rem;
  margin-left: 10px;
  text-align: left; }

.training .tip_header .tip_btn_filter button {
  background-color: #e4e4e4;
  border-radius: 36px;
  height: 36px;
  padding: 0 50px 0 20px;
  font-size: 0.875rem;
  background: #e4e4e4 url(./../../img/common/ico_arrow_sorting1.png) right 50% no-repeat;
  background-size: 50px 30px;
  color: #202020; }

.training .item_list {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 20px 10px 10px;
  white-space: nowrap;
  box-sizing: border-box; }

.training .item_list ul {
  width: 100%;
  height: 100%;
  font-size: 0; }

.training .item_list ul li {
  display: inline-block;
  width: auto;
  height: 36px;
  margin-right: 5px;
  line-height: 36px;
  border: 1px solid #D82958;
  border-radius: 5vw;
  color: #D82958; }

.training .item_list ul li.active {
  background-color: #D31145;
  color: #fff; }

.training .item_list ul li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  font-size: 14px;
  color: inherit;
  box-sizing: border-box; }

.training .select_list {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 10px 10px 10px;
  white-space: nowrap;
  box-sizing: border-box; }

.training .select_list ul {
  width: 100%;
  height: 100%;
  font-size: 0; }

.training .select_list ul li {
  display: inline-block;
  position: relative;
  width: auto;
  height: 30px;
  margin-right: 5px;
  padding: 0 27px 0 10px;
  line-height: 32px;
  border-radius: 5.5556vw;
  background-color: #F1F1F1;
  color: #D31145; }

.training .select_list ul li.active {
  background-color: #D31145;
  color: #fff; }

.training .select_list ul li.active button {
  background-image: url(../../img/mindfulness/ico_training_hash_del_on.png); }

.training .select_list ul li strong {
  display: inline-block;
  font-size: 12px;
  color: inherit;
  font-weight: inherit;
  vertical-align: middle; }

.training .select_list ul li button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 30px;
  background-image: url(../../img/mindfulness/ico_training_hash_del_off.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px auto;
  vertical-align: middle; }

.training .training_detail_lst.type1 {
  padding-top: 123px; }

.training .training_detail_lst.type2 {
  padding-top: 163px; }

.training .training_detail_lst ul li {
  overflow: hidden;
  position: relative;
  margin: 10px 10px;
  border-radius: 12px; }

/* 191119 수정(클래스명 중간 추가삽입) */
.training .training_detail_lst ul li a {
  display: block;
  overflow: hidden; }

/* 191119 수정(클래스명 중간 추가삽입) */
.training .training_detail_lst ul li.thumb {
  border: 1px solid #CECECE; }

.training .training_detail_lst ul li.thumb dt {
  overflow: hidden;
  background-color: #fff; }

.training .training_detail_lst ul li.thumb dt img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.training .training_detail_lst ul li.thumb dd {
  position: relative;
  padding: 15px 20px; }

.training .training_detail_lst ul li.thumb dd strong {
  font-weight: 500;
  font-size: 16px;
  color: #202020; }

.training .training_detail_lst ul li.thumb dd p {
  margin-top: 5px;
  font-size: 13px;
  color: #929292; }

.training .training_detail_lst ul li.thumb dd .view_count {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 16px;
  padding-left: 20px;
  background: url(../../img/mindfulness/ico_training_count.png) no-repeat 0 50%;
  background-size: 18px 16px;
  line-height: 20px;
  font-size: 12px;
  color: #858585; }

.training .training_detail_lst ul li .tit_mind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 35px;
  color: #fff;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.750rem; }

/* 191119 수정(클래스명 중간 추가삽입) */
.training .training_detail_lst ul li .char {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px; }

/* 191119 수정(클래스명 중간 추가삽입) */
.training .training_detail_lst ul li .char.morning {
  right: 31px;
  bottom: 31px;
  width: 145px;
  height: 166px;
  background: url(../../img/mindfulness/img_mind_card_morning.png) 0 0 no-repeat;
  background-size: 145px 166px;
  -webkit-animation: 0.8s infinite step-start active1;
  animation: 0.8s infinite step-start active1; }

/* 191203 수정(클래스명) */
.training .training_detail_lst ul li .char.strch {
  right: 0;
  bottom: 0;
  width: 227px;
  height: 151px;
  background: url(../../img/mindfulness/img_mind_streching.png) center bottom no-repeat;
  background-size: 227px 151px;
  -webkit-animation: 0.8s infinite step-start active2;
  animation: 0.8s infinite step-start active2; }

/* 191203 수정(클래스명) */
.training .training_detail_lst ul li .char.walk {
  right: 47px;
  bottom: 0;
  width: 189px;
  height: 163px;
  background: url(../../img/mindfulness/img_mind_card_walking.png) 0 0 no-repeat;
  background-size: 189px 163px;
  -webkit-animation: 0.8s infinite step-start active3;
  animation: 0.8s infinite step-start active3; }

/* 191203 수정(클래스명) */
.training .training_detail_lst ul li .char.sleep {
  left: 50%;
  bottom: 0;
  width: 788px;
  height: 152px;
  margin-left: -394px;
  background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
  background-size: 788px 152px;
  -webkit-animation: 0.8s infinite step-start active4;
  animation: 0.8s infinite step-start active4; }

/* 191203 수정(클래스명) */
.training .training_detail_lst ul li .icon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 45.0000vw;
  height: 34.8889vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.training .training_detail_lst ul li .icon.happy {
  background-image: url(../../img/mindfulness/img_training_banner_happy.png); }

.training .training_detail_lst ul li .char.young {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 340px;
  height: 130px;
  background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
  background-size: 340px 130px;
  -webkit-animation: 0.8s infinite step-start active10;
  animation: 0.8s infinite step-start active10; }

.training .training_detail_lst ul li .char.insomnia {
  right: 0;
  bottom: 0;
  width: 270px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
  background-size: 270px 200px;
  -webkit-animation: 0.8s infinite step-start active11;
  animation: 0.8s infinite step-start active11; }

.training .training_detail_lst ul li .char.loose {
  right: 0;
  bottom: 0;
  width: 200px;
  height: 150px;
  background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
  background-size: 200px 150px;
  -webkit-animation: 0.8s infinite step-start active12;
  animation: 0.8s infinite step-start active12; }

.training .training_detail_lst ul li .char.cool {
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
  background-size: 200px 200px;
  -webkit-animation: 0.8s infinite step-start active13;
  animation: 0.8s infinite step-start active13; }

.training .training_detail_lst ul li .char.figure {
  right: 0;
  bottom: 0;
  width: 280px;
  height: 220px;
  background: url(../../img/mindfulness/img_mind_card_figure.png) 0 0 no-repeat;
  background-size: 280px 220px;
  -webkit-animation: 0.8s infinite step-start active14;
  animation: 0.8s infinite step-start active14; }

.training .training_detail_lst ul li .char.fiord {
  right: 0;
  bottom: 0;
  width: 250px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_fiord.png) 0 0 no-repeat;
  background-size: 250px 200px;
  -webkit-animation: 0.8s infinite step-start active15;
  animation: 0.8s infinite step-start active15; }

.training .training_detail_lst ul li .char.slim {
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_slim.png) 0 0 no-repeat;
  background-size: 300px 200px;
  -webkit-animation: 0.8s infinite step-start active16;
  animation: 0.8s infinite step-start active16; }

.training .training_detail_lst ul li .char.water {
  right: 0;
  bottom: 0;
  width: 280px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_water.png) 0 0 no-repeat;
  background-size: 280px 200px;
  -webkit-animation: 0.8s infinite step-start active17;
  animation: 0.8s infinite step-start active17; }

.training .training_detail_lst ul li .char.various {
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_various.png) 0 0 no-repeat;
  background-size: 300px 200px;
  -webkit-animation: 0.8s infinite step-start active18;
  animation: 0.8s infinite step-start active18; }

.training .training_detail_lst ul li .char.meditate {
  left: 50%;
  bottom: 0;
  width: 788px;
  height: 152px;
  margin-left: -394px;
  background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
  background-size: 788px 152px;
  -webkit-animation: 0.8s infinite step-start active19;
  animation: 0.8s infinite step-start active19; }

.training.comp-new .training_detail_lst ul li {
  overflow: hidden;
  position: relative;
  margin: 10px 0 20px;
  padding: 0 10px;
  border-radius: 12px; }

/* 191119 수정(클래스명 중간 추가삽입) */
.training.comp-new .training_detail_lst ul li a {
  display: block;
  overflow: hidden; }

/* 191119 수정(클래스명 중간 추가삽입) */
.training.comp-new .training_detail_lst ul li.thumb dt {
  position: relative;
  overflow: hidden;
  height: 52.77778vw;
  border-radius: 12px;
  border: 1px solid #CCCBC7;
  box-sizing: border-box; }

.training.comp-new .training_detail_lst ul li.thumb dt img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.training.comp-new .training_detail_lst ul li.thumb dt img.new-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

.training.comp-new .training_detail_lst ul li.thumb.new dt img.new-img {
  display: block; }

.training.comp-new .training_detail_lst ul li.thumb dd {
  position: relative;
  padding: 10px 5px 5px; }

.training.comp-new .training_detail_lst ul li.thumb dd strong {
  font-weight: 500;
  font-size: 16px;
  color: #202020; }

.training.comp-new .training_detail_lst ul li.thumb dd p {
  margin-top: 5px;
  font-size: 13px;
  color: #929292; }

.training.comp-new .training_detail_lst ul li.thumb dd .view_count {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 16px;
  padding-left: 20px;
  background: url(../../img/mindfulness/ico_training_count.png) no-repeat 0 50%;
  background-size: 18px 16px;
  line-height: 20px;
  font-size: 12px;
  color: #858585; }

.training.comp-new .training_detail_lst ul li.thumb button.btn_post_like {
  position: relative;
  height: 28px; }

.training.comp-new .training_detail_lst ul li.thumb button.btn_post_like:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 28px;
  background-image: url(../../img/mindfulness/btn_like_off.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%; }

.training.comp-new .training_detail_lst ul li.thumb button.btn_post_like.on:before {
  background-image: url(../../img/mindfulness/btn_like_on.png); }

.training.comp-new .training_detail_lst ul li.thumb button.btn_post_like span {
  display: block;
  padding-left: 30px;
  font-size: 12px;
  color: #8C8C8C; }

.training.comp-new .training_detail_lst ul li .tit_mind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 35px;
  color: #fff;
  font-size: 5.55556vw;
  font-weight: 700;
  line-height: 1.35;
  transform: translateY(-50%); }

/* 191119 수정(클래스명 중간 추가삽입) */
.training.comp-new .training_detail_lst ul li .char {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px; }

/* 191119 수정(클래스명 중간 추가삽입) */
.training.comp-new .training_detail_lst ul li .char.morning {
  right: 31px;
  bottom: 31px;
  width: 145px;
  height: 166px;
  background: url(../../img/mindfulness/img_mind_card_morning.png) 0 0 no-repeat;
  background-size: 145px 166px;
  -webkit-animation: 0.8s infinite step-start active1;
  animation: 0.8s infinite step-start active1; }

/* 191203 수정(클래스명) */
.training.comp-new .training_detail_lst ul li .char.strch {
  right: 0;
  bottom: 0;
  width: 227px;
  height: 151px;
  background: url(../../img/mindfulness/img_mind_streching.png) center bottom no-repeat;
  background-size: 227px 151px;
  -webkit-animation: 0.8s infinite step-start active2;
  animation: 0.8s infinite step-start active2; }

/* 191203 수정(클래스명) */
.training.comp-new .training_detail_lst ul li .char.walk {
  right: 47px;
  bottom: 0;
  width: 189px;
  height: 163px;
  background: url(../../img/mindfulness/img_mind_card_walking.png) 0 0 no-repeat;
  background-size: 189px 163px;
  -webkit-animation: 0.8s infinite step-start active3;
  animation: 0.8s infinite step-start active3; }

/* 191203 수정(클래스명) */
.training.comp-new .training_detail_lst ul li .char.sleep {
  left: 50%;
  bottom: 0;
  width: 788px;
  height: 152px;
  margin-left: -394px;
  background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
  background-size: 788px 152px;
  -webkit-animation: 0.8s infinite step-start active4;
  animation: 0.8s infinite step-start active4; }

/* 191203 수정(클래스명) */
.training.comp-new .training_detail_lst ul li .icon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 45.0000vw;
  height: 34.8889vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }

.training.comp-new .training_detail_lst ul li .icon.happy {
  background-image: url(../../img/mindfulness/img_training_banner_happy.png); }

.training.comp-new .training_detail_lst ul li .icon.sound {
  background-image: url(../../img/mindfulness/img_training_banner_sound.png); }

.training.comp-new .training_detail_lst ul li .bg img {
  width: 100%; }

.training.comp-new .training_detail_lst ul li.thumb {
  border: none; }

.training .training_detail_lst ul li .char.young {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 340px;
  height: 130px;
  background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
  background-size: 340px 130px;
  -webkit-animation: 0.8s infinite step-start active10;
  animation: 0.8s infinite step-start active10; }

.training .training_detail_lst ul li .char.insomnia {
  right: 0;
  bottom: 0;
  width: 270px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
  background-size: 270px 200px;
  -webkit-animation: 0.8s infinite step-start active11;
  animation: 0.8s infinite step-start active11; }

.training .training_detail_lst ul li .char.loose {
  right: 0;
  bottom: 0;
  width: 200px;
  height: 150px;
  background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
  background-size: 200px 150px;
  -webkit-animation: 0.8s infinite step-start active12;
  animation: 0.8s infinite step-start active12; }

.training .training_detail_lst ul li .char.cool {
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
  background-size: 200px 200px;
  -webkit-animation: 0.8s infinite step-start active13;
  animation: 0.8s infinite step-start active13; }

.training .training_detail_lst ul li .char.figure {
  right: 0;
  bottom: 0;
  width: 280px;
  height: 220px;
  background: url(../../img/mindfulness/img_mind_card_figure.png) 0 0 no-repeat;
  background-size: 280px 220px;
  -webkit-animation: 0.8s infinite step-start active14;
  animation: 0.8s infinite step-start active14; }

.training .training_detail_lst ul li .char.fiord {
  right: 0;
  bottom: 0;
  width: 250px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_fiord.png) 0 0 no-repeat;
  background-size: 250px 200px;
  -webkit-animation: 0.8s infinite step-start active15;
  animation: 0.8s infinite step-start active15; }

.training .training_detail_lst ul li .char.slim {
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_slim.png) 0 0 no-repeat;
  background-size: 300px 200px;
  -webkit-animation: 0.8s infinite step-start active16;
  animation: 0.8s infinite step-start active16; }

.training .training_detail_lst ul li .char.water {
  right: 0;
  bottom: 0;
  width: 280px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_water.png) 0 0 no-repeat;
  background-size: 280px 200px;
  -webkit-animation: 0.8s infinite step-start active17;
  animation: 0.8s infinite step-start active17; }

.training .training_detail_lst ul li .char.various {
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px;
  background: url(../../img/mindfulness/img_mind_card_various.png) 0 0 no-repeat;
  background-size: 300px 200px;
  -webkit-animation: 0.8s infinite step-start active18;
  animation: 0.8s infinite step-start active18; }

.training .training_detail_lst ul li .char.meditate {
  left: 50%;
  bottom: 0;
  width: 788px;
  height: 152px;
  margin-left: -394px;
  background: url(../../img/mindfulness/img_mind_card_sleep.png) 0 0 no-repeat;
  background-size: 788px 152px;
  -webkit-animation: 0.8s infinite step-start active19;
  animation: 0.8s infinite step-start active19; }

.user_guide.comp-new {
  background-color: #f9f9f9; }

.user_guide.comp-new #header {
  border-bottom: 0;
  background-color: transparent; }

.user_guide.comp-new #header .btn_top_back {
  background-color: transparent; }

.user_guide.comp-new #container .contents {
  width: 100%;
  height: 100vh;
  padding: 0; }

.user_guide.comp-new .guide_slide {
  position: relative;
  width: 100%;
  height: 95%; }

.user_guide.comp-new .guide_slide .swiper-container {
  height: 100%;
  padding-top: 38px; }

.user_guide.comp-new .guide_slide .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center; }

.user_guide.comp-new .guide_slide .swiper-container .swiper-slide img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  max-width: 360px;
  height: 100%; }

.user_guide.comp-new .guide_slide .swiper-pagination {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%); }

.user_guide.comp-new .guide_slide .swiper-pagination-bullet {
  margin-left: 6px;
  background-color: #202020; }

.user_guide.comp-new .guide_slide .swiper-pagination-bullet-active {
  background-color: #202020; }

@-webkit-keyframes active10 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_young_on.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; } }

@keyframes active10 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_young_on.png) 0 0 no-repeat;
    background-size: 340px 130px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_young.png) 0 0 no-repeat;
    background-size: 340px 130px; } }

@-webkit-keyframes active11 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_insomnia_on.png) center bottom no-repeat;
    background-size: 270px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; } }

@keyframes active11 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_insomnia_on.png) center bottom no-repeat;
    background-size: 270px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_insomnia.png) center bottom no-repeat;
    background-size: 270px 190px; } }

@-webkit-keyframes active12 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_loose_on.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; } }

@keyframes active12 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_loose_on.png) 0 0 no-repeat;
    background-size: 200px 150px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_loose.png) 0 0 no-repeat;
    background-size: 200px 150px; } }

@-webkit-keyframes active13 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_cool_on.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; } }

@keyframes active13 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_cool_on.png) 0 0 no-repeat;
    background-size: 200px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_cool.png) 0 0 no-repeat;
    background-size: 200px 200px; } }

@-webkit-keyframes active14 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_figure_on.png) center top no-repeat;
    background-size: 280px 220px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; } }

@keyframes active14 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_figure_on.png) center top no-repeat;
    background-size: 280px 220px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_figure.png) center top no-repeat;
    background-size: 280px 220px; } }

@-webkit-keyframes active15 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_fiord_on.png) center top no-repeat;
    background-size: 250px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; } }

@keyframes active15 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_fiord_on.png) center top no-repeat;
    background-size: 250px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_fiord.png) center top no-repeat;
    background-size: 250px 200px; } }

@-webkit-keyframes active16 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_slim_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; } }

@keyframes active16 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_slim_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_slim.png) center top no-repeat;
    background-size: 300px 200px; } }

@-webkit-keyframes active17 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_water_on.png) center top no-repeat;
    background-size: 280px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; } }

@keyframes active17 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_water_on.png) center top no-repeat;
    background-size: 280px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_water.png) center top no-repeat;
    background-size: 280px 200px; } }

@-webkit-keyframes active18 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_various_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; } }

@keyframes active18 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_various_on.png) center top no-repeat;
    background-size: 300px 200px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_various.png) center top no-repeat;
    background-size: 300px 200px; } }

@-webkit-keyframes active19 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_sleep_on.png) center top no-repeat;
    background-size: 788px 152px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; } }

@keyframes active19 {
  0% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; }
  50% {
    background: url(../../img/mindfulness/img_mind_card_sleep_on.png) center top no-repeat;
    background-size: 788px 152px; }
  100% {
    background: url(../../img/mindfulness/img_mind_card_sleep.png) center top no-repeat;
    background-size: 788px 152px; } }

.training .more_btn {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  padding: 0 0 0 20px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  margin: 40px 30px 0;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px; }

.training .more_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto; }

.tag_layer {
  position: absolute;
  z-index: 301;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 12px;
  background-color: #fff; }

.tag_layer .tag_header {
  display: flex;
  position: relative;
  padding-top: 29px;
  justify-content: center;
  align-items: center; }

.tag_layer .tag_header h3 {
  font-size: 5.5556vw;
  font-weight: bold;
  color: #202020; }

.tag_layer .tag_header button {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../../img/mindfulness/ico_training_layer_close.png) no-repeat 0 0;
  background-size: 40px 40px; }

.tag_layer .tag_content {
  margin: 8.3333vw 0 6.1111vw;
  padding: 0 5.5556vw; }

.tag_layer .tag_content ul {
  overflow-y: auto;
  height: 45.88889vw;
  width: 83.3333vw;
  margin: 0 auto;
  margin-top: -10px;
  font-size: 0; }

.tag_layer .tag_content ul li {
  display: inline-block;
  height: 10vw;
  margin-top: 2.77778vw;
  margin-right: 2.22222vw;
  border: 1px solid #DADADA;
  border-radius: 5vw;
  font-size: 3.88889vw;
  color: #8B8B8B; }

.tag_layer .tag_content ul li:nth-child(4n) {
  margin-right: 0; }

.tag_layer .tag_content ul li.active {
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  color: #D31145; }

.tag_layer .tag_content ul li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 3.88889vw;
  color: inherit; }

.tag_layer .tag_content .btn-close {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  border-radius: 6px;
  background-color: #D31145;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

.training .share-pop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px !important;
  box-sizing: border-box; }

.training .share-pop .pop-wrap {
  position: relative; }

.training .share-pop .pop-img {
  width: 100%; }

.training .share-pop .pop-img img {
  width: 100%; }

.training .share-pop dl {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6.1111vw;
  word-break: keep-all; }

.training .share-pop dl dt {
  width: 46.6667vw; }

.training .share-pop dl dt img {
  width: 100%; }

.training .share-pop dl dd {
  margin-top: 6.9444vw;
  font-size: 4.1667vw;
  color: #fff;
  line-height: 6.1111vw; }

.training .share-pop dl.text-bottom dd {
  padding-top: 60.6667vw; }

.training .fixed-hash-tag {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4;
  background-color: #fff; 
  margin-top: 20px;
}

/* 건강도전 센서 팝업 */
.ly_pop_alert #pop_container .contents h2.tit.type2 {
  margin-bottom: 2px;
  font-size: 1.063rem; }

.ly_pop_alert #pop_container .contents .sensor-wrap {
  position: relative !important;
  width: 175px;
  margin: 0 auto; }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-circle {
  width: 175px;
  margin-bottom: 20px; }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-content .lux-sensor {
  display: flex;
  justify-content: center; }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-content dt {
  text-align: center; }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-content dd {
  text-align: center; }

.ly_pop_alert #pop_container .contents .sensor-wrap span {
  display: block; }

.ly_pop_alert #pop_container .contents .sensor-wrap dt span {
  font-size: 2.5rem;
  line-height: 2.938rem;
  font-family: roboto,Roboto,'roboto','Roboto'; }

.ly_pop_alert #pop_container .contents .sensor-wrap dd {
  margin-top: 0 !important; }

.ly_pop_alert #pop_container .contents .sensor-wrap span.sensor-time {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #919497;
  font-family: roboto,Roboto,'roboto','Roboto'; }

.ly_pop_alert #pop_container .contents .sensor-wrap img {
  width: 100%; }

/* class: on 붙으면 활성화 */
.ly_pop_alert #pop_container .contents .sensor-wrap.on .sensor-circle .circle-on {
  display: block; }

.ly_pop_alert #pop_container .contents .sensor-wrap.on .sensor-circle .circle-off {
  display: none; }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-circle .circle-on {
  display: none; }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-circle .circle-off {
  display: block; }

.ly_pop_alert #pop_container .contents .sensor-wrap.on dt span.sensor-on {
  display: block;
  color: #3CB82D; }

.ly_pop_alert #pop_container .contents .sensor-wrap.on dt span.sensor-off {
  display: none;
  color: #D31145; }

.ly_pop_alert #pop_container .contents .sensor-wrap dt span.sensor-on {
  display: none;
  color: #3CB82D; }

.ly_pop_alert #pop_container .contents .sensor-wrap dt span.sensor-off {
  display: block;
  color: #D31145; }

.ly_pop_alert #pop_container .contents .sensor-wrap.on .sensor-content .lux-sensor .lux-total {
  color: #3CB82D; }

.ly_pop_alert #pop_container .contents .sensor-wrap .sensor-content .lux-sensor .lux-total {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: roboto,Roboto,'roboto','Roboto';
  color: #D31145; }

.ly_pop_alert #pop_container .contents .sensor-wrap.on span.sensor-txt {
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #3CB82D; }

.ly_pop_alert #pop_container .contents .sensor-wrap span.sensor-txt {
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: #D31145; }

/* 3.0 런칭 이벤트 */
.launching .contents .launching-event__renewal {
  background-color: #fff; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree {
  background-color: #fff;
  position: relative;
  top: -1vw; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx {
  width: 100%;
  padding-left: 7.5vw;
  padding-right: 7vw;
  margin-bottom: 9vw;
  display: flex;
  align-items: center;
  box-sizing: border-box; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx input {
  display: none; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx label {
  display: flex;
  align-items: center;
  width: 28px;
  margin-right: 10px; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx label img {
  width: 100%; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx label img:nth-child(2) {
  display: none; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx a {
  display: inline-block;
  width: 100%; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx a img {
  width: 100%; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx input:checked + label img:nth-child(1) {
  display: none; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .event-spring__agree-bx input:checked + label img:nth-child(2) {
  display: inline-block; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .launching-event__btn-bx {
  padding-left: 7vw;
  padding-right: 7vw; }

.launching .contents .launching-event__renewal .launching-event__renewal__agree .launching-event__btn-bx button {
  background: #D0D0D0;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 50px;
  color: #FFF;
  border-radius: 6px; }
  .launching .contents .launching-event__renewal .launching-event__renewal__agree .launching-event__btn-bx button.accept {
    background: #D31145;
    color: #FFF; }

.launching .contents .launching-event__renewal .launching-event__btn-bx a img {
  width: 100%;
  display: none; }

.launching .contents .launching-event__renewal .launching-event__btn-bx.nr a img:nth-child(1) {
  display: inline-block; }

.launching .contents .launching-event__renewal .launching-event__btn-bx.on a img:nth-child(2) {
  display: inline-block; }

.launching .contents .launching-event__renewal .launching-event__btn-bx.fn a img:nth-child(3) {
  display: inline-block; }

.launching .contents .launching-event__renewal .launching-event__btn-bx a {
  width: 100%;
  display: block; }

#header.btn-only__show {
  background-color: transparent;
  border: none; }

#header.btn-only__show h1 {
  display: none; }

#header.btn-only__show .btn_top_back {
  background: transparent; }

#header.btn-only__show .btn_top_back span {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url("../../img/week_reward/btn_back_white.png") 0 0 no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%); }

.reward-detail #container .contents {
  padding-top: 0; }

.reward-detail .reward-detail__visual {
  position: relative;
  height: 230px;
  background: url("../../img/week_reward/bg_rewardview_visual.jpg") no-repeat 100% 100%;
  background-size: cover; }

.reward-detail .reward-detail__visual h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 36px; }

.reward-detail .reward-detail__content {
  padding: 30px 0; }

.reward-detail .reward-detail__content dl {
  margin-top: 40px;
  padding: 40px 20px 0;
  border-top: 10px solid #F9F9F9; }

.reward-detail .reward-detail__content dl:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none; }

.reward-detail .reward-detail__content dt {
  color: #202020;
  font-size: 20px;
  font-weight: 500; }

.reward-detail .reward-detail__content .reward-detail__text {
  padding-top: 20px;
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; }

.reward-detail .reward-detail__content .reward-detail__text strong {
  display: block;
  font-weight: 500; }

.reward-detail .reward-detail__content .reward-detail__text strong em {
  color: #D80235; }

.reward-detail .reward-detail__content .reward-detail__text span {
  display: block;
  padding-top: 10px;
  color: #919497;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px; }

.reward-detail .reward-detail__content .reward-detail__img {
  padding-top: 20px; }

.reward-detail .reward-detail__content .reward-detail__img img {
  width: 100%; }

.reward-detail .reward-detail__content .reward-detail__desc {
  margin-top: 20px; }

.reward-detail .reward-detail__content .reward-detail__icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px; }

.reward-detail .reward-detail__content .reward-detail__icon li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 25px; }

.reward-detail .reward-detail__content .reward-detail__icon li img {
  width: 70px;
  height: 70px; }

.reward-detail .reward-detail__content .reward-detail__icon li strong {
  display: block;
  padding: 10px 0 2px;
  font-size: 13px; }

.reward-detail .reward-detail__content .reward-detail__icon li span {
  color: #919497;
  font-size: 12px; }

.reward-detail .reward-detail__content .reward-detail__standard + .reward-detail__text {
  padding-top: 33px; }

.reward-detail .reward-detail__content .reward-detail__table {
  padding-top: 30px; }

.reward-detail .reward-detail__content .reward-detail__table > strong {
  display: block;
  padding-bottom: 10px;
  color: #202020;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px; }

.reward-detail .reward-detail__content .reward-detail__table > strong img {
  width: 25px;
  height: 25px; }

.reward-detail .reward-detail__content .reward-detail__table table tr {
  border-bottom: 1px solid #ECEEF0; }

.reward-detail .reward-detail__content .reward-detail__table table th {
  position: relative;
  height: 37px;
  background-color: #F6F6F6;
  font-size: 13px;
  font-weight: 500; }

.reward-detail .reward-detail__content .reward-detail__table table th:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 17px;
  background-color: #E7E8E9;
  transform: translateY(-50%); }

.reward-detail .reward-detail__content .reward-detail__table table th:last-of-type:after {
  display: none; }

.reward-detail .reward-detail__content .reward-detail__table table td {
  height: 47px;
  text-align: center;
  font-size: 13px; }

/* 3.0 리뉴얼 설문조사 */
.new-survey.new-survey--desc .contents {
  height: 100vh;
  min-height: 760px; }

.new-survey .survey-desc {
  position: relative;
  height: 100%; }

.new-survey .survey-desc .survey-desc__title {
  padding: 0 30px; }

.new-survey .survey-desc .survey-desc__title strong {
  font-weight: 500; }

.new-survey .survey-desc .survey-desc__title > strong {
  display: block;
  padding-bottom: 10px;
  color: #D80235;
  font-size: 14px; }

.new-survey .survey-desc .survey-desc__title h1 {
  font-size: 24px;
  font-weight: 200;
  line-height: 33px; }

.new-survey .survey-desc .survey-desc__title em {
  font-family: Roboto;
  font-size: 82px;
  font-weight: 200;
  line-height: 96px; }

.new-survey .survey-desc .survey-desc__title .survey-desc__state--older {
  color: #D80235; }

.new-survey .survey-desc .survey-desc__title .survey-desc__state--young {
  color: #388CFF; }

.new-survey .survey-desc .survey-desc__title em span {
  padding-left: 5px;
  font-size: 36px;
  font-weight: 500; }

.new-survey .survey-desc .survey-desc__img {
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 66.66667vw;
  transform: translateY(50%); }

.new-survey .survey-desc .survey-desc__img img {
  width: 100%;
  height: auto; }

.new-survey .survey-desc .survey-desc__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px; }

.new-survey .survey-desc .survey-desc__text > p {
  color: #919497;
  font-size: 13px;
  line-height: 23px; }

.new-survey .survey-desc .survey-desc__text > p strong {
  font-weight: 500; }

.new-survey .survey-desc .survey-desc__text > strong {
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px; }

.new-survey .survey-desc .survey-desc__text > strong + p {
  padding-top: 12px;
  margin-top: 14px;
  border-top: 1px solid #ECEEF0; }

.new-survey .survey-form {
  margin-bottom: 30px;
  padding: 0 20px 40px 20px;
  border-bottom: 10px solid #F9F9F9; }

.new-survey .survey-form:last-child {
  border-bottom: 0; }

.new-survey .survey-form .survey-form__step {
  margin-bottom: 35px; }

.new-survey .survey-form .survey-form__step strong {
  color: #202020;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400; }

.new-survey .survey-form .survey-form__step strong span {
  color: #AAADB1; }

.new-survey .survey-form .survey-form__step h2 {
  padding: 8px 0 13px;
  color: #202020;
  font-size: 24px;
  font-weight: 200;
  line-height: 21px; }

.new-survey .survey-form .survey-form__step .survey-form__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #EAEDEF; }

.new-survey .survey-form .survey-form__step .survey-form__progress .survey-form__bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-image: linear-gradient(90deg, #D80235 66.6666%, #E22784 60%, #982AFF 78%, #00C6FF 100%); }

.new-survey .survey-form .survey-form__step .survey-form__progress--step1 .survey-form__bar {
  clip-path: inset(0px 66.875% 0px 0px round 1px); }

.new-survey .survey-form .survey-form__step .survey-form__progress--step2 .survey-form__bar {
  clip-path: inset(0px 34.0625% 0px 0px round 1px); }

.new-survey .survey-form .survey-form__step .survey-form__progress--step3 .survey-form__bar {
  clip-path: inset(0px 0% 0px 0px round 1px); }

.new-survey .survey-form .survey-form__list + .survey-form__list {
  position: relative;
  margin-top: 60px;
  padding-top: 30px; }

.new-survey .survey-form .survey-form__list + .survey-form__list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 40px);
  height: 10px;
  margin: 0 -20px;
  background-color: #F9F9F9; }

.new-survey .survey-form .survey-form__list .survey-form__input {
  margin-top: 50px; }

.new-survey .survey-form .survey-form__list .survey-form__input + .survey-form__input {
  margin-top: 55px; }

.new-survey .survey-form .survey-form__list .survey-form__input:first-of-type {
  margin-top: 0; }

.new-survey .survey-form .survey-form__list .survey-form__input dt {
  color: #202020;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500; }

.new-survey .survey-form .survey-form__list .survey-form__input .survey-form__icon {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400; }

.new-survey .survey-form .survey-form__list .survey-form__input dd {
  padding-top: 12px; }

.new-survey .survey-form .survey-form__list .survey-form__input .survey-form__number {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ECEEF0;
  border-radius: 5px; }

.new-survey .survey-form .survey-form__list .survey-form__input .survey-form__number span {
  font-size: 15px;
  color: #919497; }

.new-survey .survey-form .survey-form__list .survey-form__input .survey-form__number span.on {
  color: #202020; }

.new-survey .survey-form .survey-form__list .survey-form__input .survey-form__number input {
  padding: 0 15px;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%; }

.new-survey .survey-form .survey-form__list .survey-form__input .survey-form__alert {
  display: none;
  padding-top: 8px;
  color: #D80235;
  font-size: 13px; }

.new-survey .survey-form .survey-form__list .survey-form__input--error .survey-form__alert {
  display: block; }

.new-survey .survey-form .survey-from__select--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.new-survey .survey-form .survey-from__select--wrap .survey-form__select {
  position: relative;
  flex: 1 0 0;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 40px; }

.new-survey .survey-form .survey-from__select--wrap .survey-form__select::after {
  position: absolute;
  content: "";
  top: 16px;
  right: 12px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #B4BAC0 transparent transparent transparent; }

.new-survey .survey-form .survey-from__select--wrap .survey-form__select select {
  width: 100%;
  padding: 0 20px;
  color: #202020;
  font-size: 14px;
  line-height: 20px; }

.new-survey .survey-form .survey-from__select--wrap .survey-form__select select:invalid {
  color: #AAADB1; }

.new-survey .survey-form .survey-from__select--wrap .survey-from__slash {
  padding: 0 10px;
  color: #AAADB1; }

.new-survey .survey-form .survey-form__radio {
  overflow: hidden; }

.new-survey .survey-form .survey-form__radio > li {
  float: left;
  width: auto;
  margin-bottom: 8px;
  margin-right: 6px; }

.new-survey .survey-form .survey-form__radio > li:last-child {
  margin-right: 0; }

.new-survey .survey-form .survey-form__radio > li:last-child {
  padding-right: 0 !important; }

.new-survey .survey-form .survey-form__radio > li input[type=radio] {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }

.new-survey .survey-form .survey-form__radio > li input[type=radio] + label {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 17px; }

.new-survey .survey-form .survey-form__radio > li input[type=radio]:checked + label {
  border: 1px solid #D31145;
  color: #D31145;
  background-color: #FB2329;
  font-weight: 600; }

.new-survey .survey-form .survey-form__list .survey-form__input input[type="number"]::-webkit-outer-spin-button,
.new-survey .survey-form .survey-form__list .survey-form__input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0; }

.new-survey .survey-desc.covid19 .survey-desc__title > strong {
  display: block;
  padding-bottom: 10px;
  color: #0087FF;
  font-weight: 400;
  font-size: 14px; }
.new-survey .survey-desc.covid19 .survey-desc__title h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 34px; }
.new-survey .survey-desc.covid19 .survey-desc__title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  padding-top: 20px;
  opacity: .7;
}
.new-survey .survey-desc.covid19 .survey-desc__title {
  position: relative;
  z-index: 100;}
.new-survey .survey-desc.covid19 .survey-desc__img {
  position: fixed;
  bottom:0px;
  right:0px;
  width: 304px;
  height: 443px;
  transform: translateY(0);
  z-index: 0;
 }
.new-survey .covid19 .survey-form__step {
  position:fixed;
  top:50px;left:0;
  width:100%;
  margin-bottom: 35px; 
  padding: 0 25px;
  z-index: 150;
} 
.new-survey .covid19 .balloon
{
  position:absolute;
  top:5px;
  left:0;
  width:100%;
  height:28px;
  z-index: 200;
}
.new-survey .covid19 .balloon .balloon-frame
{
  position:absolute;
  top:0; right:25px;
  width:65px;
}
.new-survey .covid19 .balloon .bg-mid
{
  position:absolute;
  width:35px;height:23px;
  background-color:#d31145;
}
.new-survey .covid19 .balloon .bg-mid-gray
{
  position:absolute;
  width:35px;height:23px;
  background-color:#9da5a9;
}
.new-survey .covid19 .balloon .bg-right
{
  position:absolute;
  right:0;
}
.new-survey .covid19 .balloon .text-area
{
  position:absolute;
  width:65px;height:23px;
  font-family: Roboto;
  font-size:12px;
  color:#FFF;
  line-height:23px;
  text-align:left;
  padding-left: 5px;
}
.new-survey .covid19 .balloon .text-area img
{
  margin-top: 5px;
}
.new-survey .covid19 .survey-form__list {
  margin-top: 70px; 
  padding: 0 5px 0;
}
.new-survey .covid19 .survey-form__step h2 {
  padding: 10px 0 10px;
  color: #919497;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px; }
.new-survey .covid19.age_short .survey-form__step .survey-form__progress--step1 .survey-form__bar {
  clip-path: inset(0px 82% 0px 0px round 1px); }
.new-survey .covid19.age_short .survey-form__step .survey-form__progress--step2 .survey-form__bar {
  clip-path: inset(0px 66% 0px 0px round 1px); }
.new-survey .covid19.age_short .survey-form__step .survey-form__progress--step3 .survey-form__bar {
  clip-path: inset(0px 48% 0px 0px round 1px); }
.new-survey .covid19.age_short .survey-form__step .survey-form__progress--step4 .survey-form__bar {
  clip-path: inset(0px 32% 0px 0px round 1px); }
.new-survey .covid19.age_short .survey-form__step .survey-form__progress--step5 .survey-form__bar {
  clip-path: inset(0px 16% 0px 0px round 1px); }
.new-survey .covid19.age_short .survey-form__step .survey-form__progress--step6 .survey-form__bar {
  clip-path: inset(0px 0% 0px 0px round 1px); } 
.new-survey .covid19 .survey-form__radio > li {
  width: 100%;
  margin-bottom: 8px;
  margin-right: 6px; }
.new-survey .covid19 .survey-form__radio > li input[type=radio] + label {
  text-align: left;
  line-height: 53px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.06);
  height: 54px;
  font-weight: 400;
}  
.new-survey .covid19 .survey-form__radio > li input[type=radio]:checked + label {
  border: 1px solid rgba(216, 2, 53, 0.3);
  border-radius: 8px;
  color: #D80235;
  font-weight: 600; 
  background-color: #FBE3E9;
}
.new-survey .covid19 .survey-form__list .survey-form__input .survey-form__number input {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%; 
  border-radius: 8px; }
.new-survey .covid19 .survey-form__list .survey-form__input .survey-form__number {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #DCDCDC;
  border-radius: 8px; 
  background-color: #FFF;
}

.new-survey .covid19 .survey-form__list .survey-form__input dt {
  color: #202020;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400; 
  padding-bottom:30px;
}
.new-survey .covid19 .survey-form__list .survey-form__input dd {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .7;
}
.new-survey .covid19 .survey-form__list .survey-form__input .subtitle {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .5;
}
.new-survey .covid19 .survey-form__info {
  width:100%;
  padding: 140px 5px 0;
}
.new-survey .covid19 .survey-form__info dt {
  color: #202020;
  font-size: 14px;
  font-weight: 700; 
  padding-bottom:7px;
}
.new-survey .covid19 .survey-form__info dt:after {
  content: '';
  position: absolute;
  overflow: hidden;
  display: block;
  height: 1px;
  width:70px;
  margin: 2px 0;
  background: #202020;
  opacity: .3; 
}
.new-survey .covid19 .survey-form__info dd {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  margin: 4px 0;
  word-break: keep-all;
}
.new-survey .covid19 .survey-form__info .pic-btn {
  width: 100%;
  height: 43px;
  border:1px solid rgba(32,32,32,.3);
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 20px;
} 
.new-survey .covid19 .survey-form__info .add-photo ul
{
  width: 100%;
}
.new-survey .covid19 .survey-form__info .add-photo li
{
  position: relative;
  width:28vw; height:28vw;
  background-color: #ECECEC;
  display: inline-block;
  overflow: hidden;
}
.new-survey .covid19 .survey-form__info .add-photo li .pic
{
  position: absolute;
  width:28vw; height:28vw;
  top:0px; left:0;
}
.new-survey .covid19 .survey-form__info .add-photo li .btn-delete
{
  position: absolute;
  top:0; left:0;
  width:28vw; height:28vw;
}
.new-survey .covid19 .survey-form__info .add-photo li .btn-delete img
{
  position: absolute; width:18px; height:18px;
  top:9px; right:9px;
}
.new-survey .covid19 .survey-form__info .subtitle
{
  font-size: 16px;
  font-weight: 500; 
  margin-bottom: 5px;
}
.new-survey .covid19 .survey-form__info .sub_info
{
  font-size: 13px;
  font-weight: 400; 
  line-height: 30px;
  margin-bottom: 30px;
}
.new-survey .covid19 .survey-form__info .sub_info .v-idx
{
  position: relative;
  width: 36px; height:22px;
  font-size: 12px;
  font-weight: 400; 
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 11px;
  display: inline-block;
  margin-right: 5px;
}

.bottom_pop_layer {
  position: absolute;
  z-index: 301;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: #fff; }

.bottom_pop_layer .bottom_pop_layer_header {
  display: flex;
  position: relative;
  padding: 20px 0 0 20px;
  justify-content: left;
  align-items: left; }

.bottom_pop_layer .bottom_pop_layer_header h3 {
  font-size: 16px;
  font-weight: 500;
  color: #202020; }

.bottom_pop_layer .bottom_pop_layer_header button {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../../img/survey/btn_actionsheet_close.png) no-repeat 0 0;
  background-size: 30px 30px; }

.bottom_pop_layer .bottom_pop_layer_content {
  margin: 8.3333vw 0 9vw ;
  padding: 0 5.5556vw; }
.bottom_pop_layer .tag_content ul {
  overflow-y: auto;
  height: 45.88889vw;
  width: 83.3333vw;
  margin: 0 auto;
  margin-top: -10px;
  font-size: 0; }

.bottom_pop_layer .covid19 .icon
{
  width: 56px;height:56px;
}
.bottom_pop_layer .covid19 .icon img
{
  width: 56px;height:56px;
}
.bottom_pop_layer .covid19 .btn-txt
{
  color: #919497;
  font-weight: 400;
  font-size: 12px;
}
.bottom_pop_layer .covid19 ul {
  list-style:none;
  margin:20px 0 0;
  padding:0;
  width: 100%;
  height: 80px;
  text-align: center;
}
.bottom_pop_layer .covid19 li {
  margin: 0 50px 0 ;
  padding: 0 0 0 0;
  border : 0;
  display: inline-block;
}

.new-survey .survey-desc.sleep-assessment .survey-desc__title > strong {
  display: block;
  padding-bottom: 10px;
  color: #0087FF;
  font-weight: 400;
  font-size: 14px; }
.new-survey .survey-desc.sleep-assessment.restart .survey-desc__title > strong {
  color: #202020;
}  
.new-survey .survey-desc.sleep-assessment .survey-desc__title h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 34px; }
.new-survey .survey-desc.sleep-assessment .survey-desc__title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  padding-top: 20px;
  opacity: .7;
}
.new-survey .survey-desc.sleep-assessment .survey-desc__title {
  position: relative;
  z-index: 100;}
.new-survey .survey-desc.sleep-assessment .survey-desc__img {
  position: fixed;
  bottom:0px;
  right:0px;
  width: 304px;
  height: 427px;
  transform: translateY(0);
  z-index: 0;
 }
.new-survey .sleep-assessment .survey-form__step {
  position:fixed;
  top:50px;left:0;
  width:100%;
  margin-bottom: 35px; 
  padding: 0 25px;
  z-index: 150;
} 
.new-survey .sleep-assessment .img-frame
{
  position:absolute;
  top:-5px;
  left:0;
  width:100%;
  height:28px;
}
.new-survey .sleep-assessment .img-frame img
{
  position:absolute;
  top:0; right:25px;
  width:36px;
}
.new-survey .sleep-assessment .balloon
{
  position:absolute;
  top:5px;
  left:0;
  width:100%;
  height:28px;
}
.new-survey .sleep-assessment .balloon .balloon-frame
{
  position:absolute;
  top:0; right:25px;
  width:56px;
}
.new-survey .sleep-assessment .balloon .bg-mid
{
  position:absolute;
  width:26px;height:23px;
  background-color:#d31145;
}
.new-survey .sleep-assessment .balloon .bg-mid-gray
{
  position:absolute;
  width:26px;height:23px;
  background-color:#9da5a9;
}
.new-survey .sleep-assessment .balloon .bg-right
{
  position:absolute;
  right:0;
}
.new-survey .sleep-assessment .balloon .text-area
{
  position:absolute;
  width:56px;height:23px;
  font-family: Roboto;
  font-size:12px;
  color:#FFF;
  line-height:23px;
  text-align:left;
  padding-left: 5px;
}
.new-survey .sleep-assessment .balloon .text-area img
{
  margin-top: 5px;
}
.new-survey .sleep-assessment .survey-form__list {
  margin-top: 70px; 
  padding: 0 5px 0;
}
.new-survey .sleep-assessment .survey-form__step h2 {
  padding: 10px 0 10px;
  color: #919497;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px; }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step1 .survey-form__bar {
  clip-path: inset(0px 88% 0px 0px round 1px); }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step2 .survey-form__bar {
  clip-path: inset(0px 77% 0px 0px round 1px); }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step3 .survey-form__bar {
  clip-path: inset(0px 66% 0px 0px round 1px); }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step4 .survey-form__bar {
  clip-path: inset(0px 55% 0px 0px round 1px); }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step5 .survey-form__bar {
  clip-path: inset(0px 44% 0px 0px round 1px); }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step6 .survey-form__bar {
  clip-path: inset(0px 33% 0px 0px round 1px); }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step7 .survey-form__bar {
  clip-path: inset(0px 22% 0px 0px round 1px); }
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step8 .survey-form__bar {
  clip-path: inset(0px 11% 0px 0px round 1px); }  
.new-survey .sleep-assessment .survey-form__step .survey-form__progress--step9 .survey-form__bar {
  clip-path: inset(0px 0% 0px 0px round 1px); }  
.new-survey .sleep-assessment .survey-form__radio > li {
  width: 100%;
  margin-bottom: 8px;
  margin-right: 6px; }
.new-survey .sleep-assessment .survey-form__radio > li input[type=radio] + label {
  text-align: left;
  line-height: 53px;
  background-color: #FFF;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.06);
  height: 54px;
  font-weight: 400;
}  
.new-survey .sleep-assessment .survey-form__radio > li input[type=radio]:checked + label {
  border: 1px solid rgba(216, 2, 53, 0.3);
  color: #D80235;
  font-weight: 600; 
  background-color: #FBE3E9;
}
.new-survey .sleep-assessment .survey-form__list .survey-form__input dt {
  color: #202020;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400; 
  padding-bottom:30px;
}
.new-survey .sleep-assessment .survey-form__list .survey-form__input dd {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .7;
}
.new-survey .sleep-assessment .survey-form__list .survey-form__input .subtitle {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .5;
}
.new-survey .sleep-assessment .survey-form__list .survey-form__input .survey-form__number {
  background-color: #FFF;
}
.new-survey .sleep-assessment .survey-form__info {
  width:100%;
  padding: 140px 5px 0;
}
.new-survey .sleep-assessment .survey-form__result {
  margin-top: 50px; 
  text-align: center;
}
.new-survey .sleep-assessment .survey-form__result dt {
  color: #202020;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400; 
  padding:10px 0;
}
.new-survey .sleep-assessment .survey-form__result dd {
  color: #202020;
  font-size: 14px;
  line-height:20px;
  font-weight: 400; 
  opacity: 0.7;
}
.new-survey .sleep-assessment .survey-form__result2 {
  position: fixed;
  width: 100%; height: 170px;
  left:0; bottom: 110px;
  padding: 0 22px;
}
.new-survey .sleep-assessment .survey-form__result2 .gray-box
{
  background-color: #F9F9F9;
  width: 100%; height: 170px;
  border-radius: 8px;
}
.new-survey .sleep-assessment .survey-form__result2 dt {
  color: #202020;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500; 
  padding:10px 0 0 15px;
  opacity: 0.7;
}
.new-survey .sleep-assessment .survey-form__result2 dd {
  color: #202020;
  font-size: 14px;
  line-height:25px;
  font-weight: 400; 
  opacity: 0.7;
  padding:10px 0 0 15px;
  list-style-type : disc;
}
.new-survey .sleep-assessment .survey-form__result2 dd li{
  list-style-type : disc;
  margin-left: 25px;
  line-height:20px;
}
.new-survey .sleep-assessment .survey-form__result2 .go-test-btn{
  position: relative;
  width: 152px; height: 28px;
  margin-left: 25px;
  font-size: 12px;
  line-height:25px;
  font-weight: 400; 
  text-align: center;
  color: #D31145;
  border: 1px solid rgba(211,17,69,.3);
  border-radius: 5px;
  margin-top: 15px;
}
.new-survey .sleep-assessment .survey-form__result2 .button:active { color: #D31145; }  
.new-survey .sleep-assessment .survey-form__result3 {
  position: relative;
  width: 100%;
  left:0; 
  padding: 0 22px;
  margin-top: -20px;
}
.new-survey .sleep-assessment .survey-form__result3 .result-box
{
  background-color: #F9F9F9;
  width: 100%; 
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}
.new-survey .sleep-assessment .survey-form__result3 .result-box:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  opacity: .5;
  background-size: 500px auto; }
.new-survey .sleep-assessment .survey-form__result3 .result-box dt
{
  color: #0087FF;
  font-weight: 400;
  font-size: 14px; 
  opacity: .5;
  margin-bottom: 5px;
}
.new-survey .sleep-assessment .survey-form__result3 .result-box dd
{
  color: #202020;
  font-weight: 400;
  font-size: 16px; 
}


.new-survey .sleep-assessment .survey-form__info dt {
  color: #202020;
  font-size: 14px;
  font-weight: 700; 
  padding-bottom:7px;
}
.new-survey .sleep-assessment .survey-form__info dt:after {
  content: '';
  position: absolute;
  overflow: hidden;
  display: block;
  height: 1px;
  width:70px;
  margin: 2px 0;
  background: #202020;
  opacity: .3; 
}
.new-survey .sleep-assessment .survey-form__info dd {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  margin: 4px 0;
  word-break: keep-all;
}
.new-survey .sleep-assessment .survey-form__info .pic-btn {
  width: 100%;
  height: 43px;
  border:1px solid rgba(32,32,32,.3);
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 20px;
} 
.new-survey .sleep-assessment .survey-form__info .add-photo ul
{
  width: 100%;
}
.new-survey .sleep-assessment .survey-form__info .add-photo li
{
  position: relative;
  width:28vw; height:28vw;
  background-color: #ECECEC;
  display: inline-block;
  overflow: hidden;
}
.new-survey .sleep-assessment .survey-form__info .add-photo li .pic
{
  position: absolute;
  width:28vw; height:28vw;
  top:0px; left:0;
}
.new-survey .sleep-assessment .survey-form__info .add-photo li .btn-delete
{
  position: absolute;
  top:0; left:0;
  width:28vw; height:28vw;
}
.new-survey .sleep-assessment .survey-form__info .add-photo li .btn-delete img
{
  position: absolute; width:18px; height:18px;
  top:9px; right:9px;
}
.new-survey .sleep-assessment .survey-form__info .subtitle
{
  font-size: 16px;
  font-weight: 500; 
  margin-bottom: 5px;
}
.new-survey .sleep-assessment .survey-form__info .sub_info
{
  font-size: 13px;
  font-weight: 400; 
  line-height: 30px;
  margin-bottom: 30px;
}
.new-survey .sleep-assessment .survey-form__info .sub_info .v-idx
{
  position: relative;
  width: 36px; height:22px;
  font-size: 12px;
  font-weight: 400; 
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 11px;
  display: inline-block;
  margin-right: 5px;
}


























.hidden_footer {
  padding: 22px 17px; }
  .hidden_footer .button_show {
    position: relative;
    display: block;
    color: #919497;
    font-size: 14px;
    line-height: 19px; }
    .hidden_footer .button_show:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: -17px;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      background-image: url("../../img/feed/icon_footer_off.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100% auto; }
    .hidden_footer .button_show strong {
      font-weight: 500; }
    .hidden_footer .button_show span {
      font-weight: 400; }
    .hidden_footer .button_show.on:after {
      background-image: url("../../img/feed/icon_footer_on.png"); }
    .hidden_footer .button_show.on ~ .link_list {
      margin-top: 20px; }
  .hidden_footer .con_wrap {
    display: none;
    margin-top: 16px;
    color: #919497;
    font-size: 11px; }
    .hidden_footer .con_wrap .info_list {
      margin-top: -5px; }
      .hidden_footer .con_wrap .info_list li {
        margin-top: 5px; }
        .hidden_footer .con_wrap .info_list li dl {
          display: flex;
          justify-content: flex-start; }
          .hidden_footer .con_wrap .info_list li dl dt {
            width: 120px; }
        .hidden_footer .con_wrap .info_list li a {
          color: inherit;
          text-decoration: underline; }
  .hidden_footer .link_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px; }
    .hidden_footer .link_list li {
      position: relative;
      margin-left: 5px;
      padding-left: 5px; }
      .hidden_footer .link_list li:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 10px;
        margin-top: -6px;
        background-color: rgba(32, 32, 32, 0.2); }
      .hidden_footer .link_list li:first-child {
        margin-left: 0;
        padding-left: 0; }
        .hidden_footer .link_list li:first-child:before {
          display: none; }
      .hidden_footer .link_list li a {
        display: block;
        color: #919497;
        font-size: 11px;
        line-height: 17px; }
        .hidden_footer .link_list li a strong {
          font-weight: 500; }

.walk-status .friend-msg {
  overflow: hidden; }
  .walk-status .friend-msg .friend-msg__slide > a {
    display: block;
    width: 100%;
    height: 100%; }
  .walk-status .friend-msg .friend-msg__slide .friend-msg-new__swiper {
    position: relative;
    height: 128px; }
    .walk-status .friend-msg .friend-msg__slide .friend-msg-new__swiper .swiper-container {
      padding-left: 18px;
      position: relative;
      top: 40px; }
  .walk-status .friend-msg .friend-msg__slide .emoji-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 45px; }
    .walk-status .friend-msg .friend-msg__slide .emoji-effect ul {
      position: absolute;
      width: 30px;
      height: 39px;
      left: 50%;
      transform: translateX(-50%); }
      .walk-status .friend-msg .friend-msg__slide .emoji-effect ul li {
        font-size: 30px;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate3d(0, 150px, 0); }
  .walk-status .friend-msg .swiper-slide__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .walk-status .friend-msg .swiper-slide__content .profile-img {
      overflow: hidden;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid rgba(32, 32, 32, 0.2);
      isolation: isolate; }
      .walk-status .friend-msg .swiper-slide__content .profile-img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .walk-status .friend-msg .swiper-slide__content .profile-msg {
      margin-left: 15px;
      color: #202020; }
      .walk-status .friend-msg .swiper-slide__content .profile-msg > span {
        display: block;
        margin-bottom: 4px;
        font-size: 12px; }
      .walk-status .friend-msg .swiper-slide__content .profile-msg > p {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 37px;
        margin-left: 15px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: #F2F3F6;
        line-height: 37px; }
        .walk-status .friend-msg .swiper-slide__content .profile-msg > p:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: -22px;
          width: 22px;
          height: 37px;
          background-image: url("../../img/feed/img_msg_bubble.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: cover; }
        .walk-status .friend-msg .swiper-slide__content .profile-msg > p span {
          display: block;
          padding-right: 15px;
          font-size: 14px; }

.feed .banner-slider {
  margin-bottom: 20px;
  padding: 0 15px; }
  .feed .banner-slider .swiper-container {
    border-radius: 12px; }
    .feed .banner-slider .swiper-container .swiper-wrapper {
      position: relative;
      height: 23.88889vw; }
      .feed .banner-slider .swiper-container .swiper-wrapper .swiper-slide {
        overflow: hidden;
        height: 100%;
        background-color: #E1E4F8;
        font-size: 0; }
        .feed .banner-slider .swiper-container .swiper-wrapper .swiper-slide a {
          display: block;
          width: 100%;
          height: 100%; }
          .feed .banner-slider .swiper-container .swiper-wrapper .swiper-slide a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
    .feed .banner-slider .swiper-container .swiper-pagination {
      position: absolute;
      left: 15px;
      bottom: 12px;
      z-index: 100;
      display: flex;
      align-items: center;
      width: 50px;
      height: 17px;
      border-radius: 10px;
      background-color: rgba(32, 32, 32, 0.3);
      font-size: 11px;
      line-height: 17px;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.7); }
      .feed .banner-slider .swiper-container .swiper-pagination .fraction-wrap {
        padding-left: 8px; }
        .feed .banner-slider .swiper-container .swiper-pagination .fraction-wrap .current-num {
          color: #fff; }
        .feed .banner-slider .swiper-container .swiper-pagination .fraction-wrap .total-num {
          margin-right: 3px;
          color: rgba(255, 255, 255, 0.7); }
      .feed .banner-slider .swiper-container .swiper-pagination .show-btn {
        color: #fff; }
      .feed .banner-slider .swiper-container .swiper-pagination .img-wrap {
        position: absolute;
        right: 0;
        top: 0;
        width: 17px;
        height: 17px; }
        .feed .banner-slider .swiper-container .swiper-pagination .img-wrap img {
          width: 100%; }
  .feed .banner-slider img {
    width: 100%; }

.feed .week-mission > a {
  display: block;
  width: 100%;
  height: 100%; }

.feed .week-mission .week-mission__title {
  margin-bottom: 19px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECEEF0; }

.feed .week-mission .week-mission__content {
  padding-bottom: 8px; }
  .feed .week-mission .week-mission__content .week-mission__agree ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ECEEF0;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .feed .week-mission .week-mission__content .week-mission__agree ul li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .feed .week-mission .week-mission__content .week-mission__agree ul li .week-mission__agree-title {
      font-size: 14px;
      color: #D31145;
      font-weight: 500;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .feed .week-mission .week-mission__content .week-mission__agree ul li .week-mission__agree-title img {
        margin-right: 3px;
        width: 14px;
        height: 14px;
        position: relative; }
  .feed .week-mission .week-mission__content > .week-mission__list {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .feed .week-mission .week-mission__content > .week-mission__list > li {
      height: 55px; }
      .feed .week-mission .week-mission__content > .week-mission__list > li.active .week-mission__point span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38px;
        height: 38px;
        margin-top: -10px;
        border-radius: 50%;
        color: #fff;
        background-color: #231847; }
      .feed .week-mission .week-mission__content > .week-mission__list > li dl .week-mission__day {
        width: 100%;
        margin-right: 25px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 13px;
        line-height: 19px;
        font-weight: 500;
        color: #202020; }
      .feed .week-mission .week-mission__content > .week-mission__list > li dl .week-mission__point {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        color: #919497;
        font-family: Roboto; }
        .feed .week-mission .week-mission__content > .week-mission__list > li dl .week-mission__point.week-mission__hypen {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 20px; }
          .feed .week-mission .week-mission__content > .week-mission__list > li dl .week-mission__point.week-mission__hypen .week-mission__hypen__img {
            width: 7px;
            height: 1px; }
            .feed .week-mission .week-mission__content > .week-mission__list > li dl .week-mission__point.week-mission__hypen .week-mission__hypen__img img {
              width: 100%; }

.feed .week-mission .week-mission__typeset {
  padding-top: 25px;
  padding-bottom: 8px; }
  .feed .week-mission .week-mission__typeset .week-mission__type ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ECEEF0;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .feed .week-mission .week-mission__typeset .week-mission__type ul li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .feed .week-mission .week-mission__typeset .week-mission__type ul li .week-mission__agree-title {
      font-size: 14px;
      color: #202020;
      font-weight: 400;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      align-content: flex-start;
      flex-wrap: wrap;
      position: absolute;
      top: -1px;
      left: 40px;
    }
    .feed .week-mission .week-mission__typeset .week-mission__type ul li .week-mission__agree-title .type {
      font-size: 12px;
      color: #919497 !important;
      font-weight: 500;
    }
    .feed .week-mission .week-mission__typeset .week-mission__type ul li .week-mission__agree-title .pre-data::after {
      content: "";
      display: inline-block;
      position: relative;
      height: 14px;
      margin: 0 8px;
      border-right: 1px solid #ECEEF0;
    }
    .feed .week-mission .week-mission__typeset .week-mission__type ul li a{
      width: 65px;
      height: 28px;
      padding: 4px 0px 3px;
      text-align: center;
    } 
    .feed .week-mission .week-mission__typeset .week-mission__type ul li .week-mission__point{
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 72px;
      height: 30px;
    }   
    .feed .week-mission .week-mission__typeset .week-mission__type ul li .week-mission__point span {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: Roboto;
      font-size: 13px;
      color: #231847;
      font-weight: 400;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #F2F3F5; 
      margin-left: 6px;;
    }
    .feed .week-mission .week-mission__typeset .week-mission__type ul li .week-mission__point .yellow-bg {
      background-color: #F7C926 !important; 
    }
    
.feed .walk-ranking .comp-content-grid {
  padding-bottom: 30px; }

.feed .walk-ranking .walk-ranking__title {
  padding-bottom: 12px;
  border-bottom: 0px solid #ECEEF0;
  margin-bottom: 5px;
  position: relative; }
  .feed .walk-ranking .walk-ranking__title .walk-ranking__total {
    position: absolute;
    right: 0;
    bottom: 18px;
    font-size: 14px;
    color: #919497; }

  /* mentor-box 211026 */
.feed .mentor-box > a {
  display: block;
  width: 100%; }
.feed .mentor-box .gradient-border{
  border: 1px solid transparent;
  border-radius: 15px;
  background-image: linear-gradient(130deg,#D80235 , #E22784 , #982AFF , #00C6FF);
  background-origin: border-box;
  background-clip: border-box;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.feed .mentor-box .comp-content-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0; 
  margin-bottom: 0px;
  box-shadow: 0;
}
.feed .mentor-box .comp-content-grid .profile-img {
  position: relative;
  margin: 0 13px 0 17px; }
.feed .mentor-box .comp-content-grid .profile-img .img-bx {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(32, 32, 32, 0.2);
  isolation: isolate; }
.feed .mentor-box .comp-content-grid .profile-img .img-bx img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
.feed .mentor-box .comp-content-grid p {
  color: #131415;
  line-height: 20px;
  font-size: 14px; 
  font-weight: 500;
}
.feed .mentor-box .comp-content-grid a {
  width: 68px;
  height: 30px;
}
.feed .mentor-box .comp-content-grid .follow-btn
{
  position: absolute;
  right: 30px;
  width: 68px;
  height: 30px;
  border: 1px solid #F1B7C7;
  border-radius: 5px;
  color: #D31145;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
}
.feed .mentor-box .comp-content-grid .step-count
{
  position: absolute;
  right: 35px;
  color: #919497;
  font-size: 14px;
}

 


.feed .friend-request > a {
  display: block;
  width: 100%; }

.feed .friend-request .comp-content-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0; }
  .feed .friend-request .comp-content-grid .profile-img {
    position: relative;
    margin: 0 13px 0 17px; }
    .feed .friend-request .comp-content-grid .profile-img:before {
      content: '';
      display: block;
      position: absolute;
      top: -4px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #D31145; }
    .feed .friend-request .comp-content-grid .profile-img .img-bx {
      overflow: hidden;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid rgba(32, 32, 32, 0.2);
      isolation: isolate; }
      .feed .friend-request .comp-content-grid .profile-img .img-bx img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .feed .friend-request .comp-content-grid p {
    color: #202020;
    line-height: 20px;
    font-size: 14px; }

.feed .event-slider {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  .feed .event-slider .swiper-container.depth-1 .swiper-wrapper .swiper-slide {
    width: 100%; }
  .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 50vw !important;
    background-color: #fff;
    border-radius: 15px;
    transform: translateZ(0); }
    .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide:last-child {
      margin-right: 15px !important; }
    .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide a {
      display: flex;
      height: 100%;
      justify-content: space-between;
      padding: 17px; }
      .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide a p {
        position: relative;
        z-index: 2;
        width: 160px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        color: #202020;
        word-break: keep-all; }
        .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide a p .btn_contents_plus {
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 20px;
          height: 20px; }
          .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide a p .btn_contents_plus img {
            width: 100%; }
      .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide a .slider-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        .feed .event-slider .swiper-container .swiper-wrapper .swiper-slide a .slider-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }

.feed .event-banner .banner-list li {
  margin-bottom: 20px; }
  .feed .event-banner .banner-list li:last-child {
    margin-bottom: 35px; }
  .feed .event-banner .banner-list li a {
    display: block;
    width: 100%;
    height: 100%; }
    .feed .event-banner .banner-list li a .banner-wrap {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 58.33333vw;
      border-radius: 15px; }
      .feed .event-banner .banner-list li a .banner-wrap.type01 .banner-txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 17px;
        z-index: 100; }
        .feed .event-banner .banner-list li a .banner-wrap.type01 .banner-txt dt {
          font-size: 15px;
          line-height: 22px;
          font-weight: 500;
          opacity: 0.7;
          color: #fff; }
        .feed .event-banner .banner-list li a .banner-wrap.type01 .banner-txt dd {
          position: relative;
          height: 100%;
          font-size: 17px;
          line-height: 23px;
          font-weight: 400;
          color: #202020; }
          .feed .event-banner .banner-list li a .banner-wrap.type01 .banner-txt dd .btn_contents_plus {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 20px;
            height: 20px; }
            .feed .event-banner .banner-list li a .banner-wrap.type01 .banner-txt dd .btn_contents_plus img {
              width: 100%; }
      .feed .event-banner .banner-list li a .banner-wrap.type02 {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 17px;
        background-color: #fff; }
        .feed .event-banner .banner-list li a .banner-wrap.type02 h2 {
          position: relative;
          height: 100%;
          font-size: 17px;
          line-height: 23px;
          font-weight: 400;
          color: #202020;
          z-index: 10; }
          .feed .event-banner .banner-list li a .banner-wrap.type02 h2.text-white {
            color: #fff; }
        .feed .event-banner .banner-list li a .banner-wrap.type02 .banner-img {
          overflow: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .feed .event-banner .banner-list li a .banner-wrap.type02 .btn_contents_plus {
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 20px;
          height: 20px; }
          .feed .event-banner .banner-list li a .banner-wrap.type02 .btn_contents_plus img {
            width: 100%; }
      .feed .event-banner .banner-list li a .banner-wrap.type03 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 0 25px 25px 0;
        background-color: #C6DDEA; }
        .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-badge {
          position: absolute;
          top: 20px;
          right: 20px;
          height:23px;
          z-index: 100; }
        .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-badge .badge {
          height:100%;
          background-color: #D31145;
          border-radius: 11.5px;
          color: #FFF;
          font-size: 12px;
          line-height:23px;
          font-weight: 700; 
          padding: 0 10px;
        }  
        .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-txt {
          position: absolute;
          top: 20px;
          left: 20px;
          z-index: 100; }
          .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-txt dt.logo-img {
            width: 67px;
            margin-bottom: 4px; }
          .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-txt dd {
            font-size: 18px;
            line-height: 27px;
            font-weight: 500;
            color: #202020; }
            .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-txt dd.banner-progress {
              margin-top: 5px;
              font-size: 14px;
              color: #0082D1;
              line-height: 20px; }
              .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-txt dd.banner-progress span {
                font-family: Roboto; }
        .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-img {
          position: relative;
          width: 96px;
          height: 96px; }
          .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-img img {
            width: 89px;
            height: 89px;
            position: relative;
            z-index: 10;
            left: 5px;
            top: 10px; }
          .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-img .banner-img__graph {
            opacity: 0;
            transform: rotate(-90deg);
            position: absolute;
            left: 0;
            top: 0; }
            .feed .event-banner .banner-list li a .banner-wrap.type03 .banner-img .banner-img__graph.on {
              opacity: 1; }
    .feed .event-banner .banner-list li a .card-wrap {
      position: relative;
      height: 36.11111vw;
      padding: 17px;
      border-radius: 12px;
      box-sizing: border-box;
      background-color: #fff; }
      .feed .event-banner .banner-list li a .card-wrap h2 {
        position: relative;
        top: 0;
        left: 0;
        z-index: 100;
        font-size: 17px;
        line-height: 23px;
        color: #202020; }
      .feed .event-banner .banner-list li a .card-wrap .banner-img {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .feed .event-banner .banner-list li a .card-wrap .right-bottom {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 131px; 
      }

.feed .event-banner img {
  width: 100%; }


.feed.mission-week #header {
  border-bottom: 1px solid #C1C1C1; }

.feed.mission-week .mission-week-detail {
  padding: 0 20px; }

.feed.mission-week .mission-week__summary {
  padding: 30px 0; }
  .feed.mission-week .mission-week__summary dt {
    font-size: 16px;
    text-align: center; }
  .feed.mission-week .mission-week__summary dd {
    margin-top: 20px; }
    .feed.mission-week .mission-week__summary dd .mission-week__day {
      display: flex;
      justify-content: space-between; }
      .feed.mission-week .mission-week__summary dd .mission-week__day li {
        display: flex;
        flex-direction: column;
        width: 30px; }
        .feed.mission-week .mission-week__summary dd .mission-week__day li strong {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          border-radius: 100%;
          font-size: 12px;
          text-align: center; }
        .feed.mission-week .mission-week__summary dd .mission-week__day li .mission-week__status {
          width: 30px;
          height: 30px;
          margin-top: 16px; }
          .feed.mission-week .mission-week__summary dd .mission-week__day li .mission-week__status img {
            width: 100%; }
          .feed.mission-week .mission-week__summary dd .mission-week__day li .mission-week__status span {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 30px;
            border-radius: 100%;
            background-color: #FFD121;
            font-size: 12px;
            font-weight: 700; }
        .feed.mission-week .mission-week__summary dd .mission-week__day li.mission-week__today strong {
          background-color: rgba(0, 167, 230, 0.17); }
  .feed.mission-week .mission-week__summary > p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 26px; }
    .feed.mission-week .mission-week__summary > p strong {
      color: #E60041; }

.feed.mission-week .mission-week__detail .mission-week__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  background-color: #E8E8E8; }
  .feed.mission-week .mission-week__detail .mission-week__title img {
    width: 44px;
    height: 52px; }
  .feed.mission-week .mission-week__detail .mission-week__title strong {
    display: inline-block;
    font-size: 16px;
    line-height: 54px; }

.feed.mission-week .mission-week__detail .mission-week__desc {
  margin-top: 20px;
  font-size: 13px; }
  .feed.mission-week .mission-week__detail .mission-week__desc p {
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    line-height: 19px; }
    .feed.mission-week .mission-week__detail .mission-week__desc p:before {
      content: '•';
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

.feed.mission-week .mission-week__detail .mission-week__list {
  margin-top: 40px; }
  .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item {
    margin-top: 30px; }
    .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-title {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 1px solid #C1C1C1; }
      .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-title strong {
        font-size: 16px; }
      .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-title span {
        font-size: 14px; }
    .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-content {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 15px 0; }
      .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-content img {
        width: 35px;
        height: 35px; }
      .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-content p {
        padding-left: 22px;
        font-size: 13px;
        line-height: 19px; }
        .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-content p strong {
          display: block;
          margin-bottom: 5px;
          font-size: 15px; }
      .feed.mission-week .mission-week__detail .mission-week__list .mission-week__item .mission-week__item-content > strong {
        position: absolute;
        top: 15px;
        right: 0;
        font-size: 17px; }

.joy #container .contents .joy-insurance__title {
  padding: 35px 0 50px;
  text-align: center;
  background-color: #231847; }
  .joy #container .contents .joy-insurance__title dt .joy-insurance__sub--title {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #00C6FF; }
  .joy #container .contents .joy-insurance__title dt .joy-insurance__bold--title {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
    color: #fff; }
  .joy #container .contents .joy-insurance__title dd {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #fff; }

.joy #container .contents .joy-insurance__video {
  height: 56.11111vw; }

.joy #container .contents .joy-insurance__benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0 50px;
  border-bottom: 10px solid #F9F9F9; }
  .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px; }
    .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--list > li {
      margin-right: 14px; }
      .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--list > li:last-child {
        margin-right: 0; }
      .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--list > li .joy-insurance__benefit--icon {
        text-align: center; }
        .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--list > li .joy-insurance__benefit--icon dt {
          width: 60px;
          height: 60px; }
          .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--list > li .joy-insurance__benefit--icon dt > img {
            width: 100%; }
        .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--list > li .joy-insurance__benefit--icon dd {
          font-size: 13px;
          line-height: 19px;
          font-weight: bold;
          color: #B5B9BA; }
  .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--desc {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    text-align: center; }
  .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--phrase {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--phrase .joy-insurance__phrase--img {
      width: 19px;
      height: 16px; }
      .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--phrase .joy-insurance__phrase--img img {
        width: 100%; }
    .joy #container .contents .joy-insurance__benefit .joy-insurance__benefit--phrase .joy-insurance__phrase--desc {
      padding: 0 23px;
      font-size: 15px;
      line-height: 20px;
      font-weight: 500;
      text-align: center; }

.joy #container .contents .joy-insurance__slider {
  padding-top: 25px; }
  .joy #container .contents .joy-insurance__slider .joy-insurance__slider--title {
    margin-bottom: 15px;
    padding-left: 17px;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #202020; }
  .joy #container .contents .joy-insurance__slider .event-slider {
    margin-bottom: 20px; }
    .joy #container .contents .joy-insurance__slider .event-slider .swiper-container {
      padding-left: 15px; }
      .joy #container .contents .joy-insurance__slider .event-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 88.88889vw !important;
        height: 36.11111vw !important;
        border-radius: 12px;
        background-color: #F1F3F5; }
        .joy #container .contents .joy-insurance__slider .event-slider .swiper-container .swiper-wrapper .swiper-slide:last-child {
          margin-right: 15px !important; }
        .joy #container .contents .joy-insurance__slider .event-slider .swiper-container .swiper-wrapper .swiper-slide a {
          display: flex;
          height: 100%;
          justify-content: space-between;
          padding: 22px; }
          .joy #container .contents .joy-insurance__slider .event-slider .swiper-container .swiper-wrapper .swiper-slide a .event-slider__title {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            color: #202020; }
            .joy #container .contents .joy-insurance__slider .event-slider .swiper-container .swiper-wrapper .swiper-slide a .event-slider__title dt {
              font-size: 14px;
              line-height: 20px;
              font-weight: 500; }
            .joy #container .contents .joy-insurance__slider .event-slider .swiper-container .swiper-wrapper .swiper-slide a .event-slider__title dd {
              font-size: 12px;
              line-height: 18px; }
          .joy #container .contents .joy-insurance__slider .event-slider .swiper-container .swiper-wrapper .swiper-slide a .slider-img {
            position: absolute;
            bottom: 22px;
            right: 22px;
            width: 10.27778vw; }
    .joy #container .contents .joy-insurance__slider .event-slider img {
      width: 100%; }

.joy #bottom-circle__type .button_bx .abled.cancel {
  color: #D31145; }

.activity-plus .activity-plus__header {
  margin-bottom: 30px; }

.activity-plus .activity-plus__content {
  margin-bottom: 20px;
  margin-top: 20px; }

.activity-plus .comp-walk__container {
  margin-bottom: 0px; }

.activity-plus .activity-event {
  padding: 0 15px;
  box-sizing: border-box; }
  .activity-plus .activity-event .comp-content-grid {
    position: relative; }
    .activity-plus .activity-event .comp-content-grid > a {
      display: block; }
    .activity-plus .activity-event .comp-content-grid .event-content {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 126px; }
      .activity-plus .activity-event .comp-content-grid .event-content.disagree .comp-content--title {
        width: 100%; }
        .activity-plus .activity-event .comp-content-grid .event-content.disagree .comp-content--title dd > strong {
          margin-bottom: 30px; }
      .activity-plus .activity-event .comp-content-grid .event-content.disagree p {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .activity-plus .activity-event .comp-content-grid .event-content.disagree p strong {
          color: #D31145;
          font-size: 14px;
          font-weight: 500; }
        .activity-plus .activity-event .comp-content-grid .event-content.disagree p button {
          display: inline-block;
          width: 65px;
          height: 28px;
          border: 1px solid rgba(211, 16, 69, 0.3);
          border-radius: 5px;
          color: #D31145;
          font-size: 12px; }
      .activity-plus .activity-event .comp-content-grid .event-content .event-content__icon {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 87px;
        height: 87px; }
        .activity-plus .activity-event .comp-content-grid .event-content .event-content__icon img {
          width: 100%; }
  .activity-plus .activity-event .health-challenge .event-content__icon {
    overflow: hidden;
    border: 1px solid rgba(32, 32, 32, 0.05);
    border-radius: 50%;
    isolation: isolate; }
  .activity-plus .activity-event .event-count-text {
    position: absolute;
    top: 23px;
    right: 20px;
    display: inline-block;
    color: #919497;
    font-size: 12px;
    font-weight: 500; }
    .activity-plus .activity-event .event-count-text span {
      margin-right: 0;
      font-size: inherit; }
  .activity-plus .activity-event .comp-content--title dt {
    margin-bottom: 4px;
    font-weight: 500; }
  .activity-plus .activity-event .comp-content--title dd span {
    font-size: 40px; }
    .activity-plus .activity-event .comp-content--title dd span.unit-text {
      font-weight: 100; }
      .activity-plus .activity-event .comp-content--title dd span.unit-text.unit-text__slash:before {
        content: '/';
        margin-left: -4px;
        font-size: 40px; }
  .activity-plus .activity-event .comp-content--title dd > strong {
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400; }

.home-training #container .contents {
  padding-top: 0; }
  .home-training #container .contents .home-training__visual {
    position: relative;
    height: 230px;
    background: url("../../img/activity/bg_homtraining_view_visual.jpg") no-repeat 100% 100%;
    background-size: cover; }
    .home-training #container .contents .home-training__visual h2 {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      line-height: 36px; }
  .home-training #container .contents .home-training__content .home-training__content--list {
    padding: 40px 20px;
    border-bottom: 10px solid #F9F9F9;
    color: #202020; }
    .home-training #container .contents .home-training__content .home-training__content--list:last-child {
      border-bottom: 0; }
    .home-training #container .contents .home-training__content .home-training__content--list > dt {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 29px;
      font-weight: 600; }
    .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__text {
      margin-bottom: 25px;
      font-size: 15px;
      line-height: 21px; }
      .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__text + .home-training__text {
        margin-bottom: 20px; }
      .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__text em {
        font-weight: 600;
        color: #D31145; }
    .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__img img {
      width: 100%; }
    .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list {
      padding-top: 15px; }
      .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li {
        margin-bottom: 30px; }
        .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li:last-child {
          margin-bottom: 0; }
        .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li .category-list__wrap {
          display: flex;
          align-items: center;
          min-height: 70px;
          height: 100%; }
          .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li .category-list__wrap .category-list__img {
            margin-right: 20px; }
            .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li .category-list__wrap .category-list__img .img-wrap {
              width: 70px;
              height: 70px; }
              .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li .category-list__wrap .category-list__img .img-wrap img {
                width: 100%; }
          .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li .category-list__wrap dd .category-title {
            display: inline-block;
            margin-bottom: 5px;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: #202020; }
          .home-training #container .contents .home-training__content .home-training__content--list > dd .home-training__category--list > li .category-list__wrap dd .category-desc {
            font-size: 13px;
            line-height: 19px;
            color: #919497;
            word-break: keep-all; }
    .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap {
      display: flex; }
      .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex: 1 0 0;
        width: 155px;
        height: 288px;
        margin-right: 10px;
        padding: 25px 14px 18px 14px;
        box-sizing: border-box;
        border-radius: 12px;
        background-color: #F9F9F9; }
        .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li:last-child {
          margin-right: 0; }
        .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li .affiliates-title__wrap {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li .affiliates-title__wrap > dt .affiliates-img__wrap {
            width: 70px;
            height: 70px;
            margin-bottom: 10px; }
            .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li .affiliates-title__wrap > dt .affiliates-img__wrap img {
              width: 100%; }
          .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li .affiliates-title__wrap > dt span {
            display: block;
            margin-bottom: 10px;
            text-align: center;
            font-size: 13px;
            line-height: 19px;
            font-weight: 600;
            color: #202020; }
          .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li .affiliates-title__wrap > dd p {
            font-size: 12px;
            line-height: 18px;
            color: #919497;
            word-break: break-all; }
        .home-training #container .contents .home-training__content .home-training__content--list > dd .affiliates-wrap > li .short-btn {
          display: block;
          height: 28px;
          margin: 0 auto;
          font-size: 12px;
          line-height: 28px;
          border-radius: 5px;
          padding: 0 10px;
          border: 1px solid rgba(32, 32, 32, 0.3);
          color: #202020; }

.history-list.health_food .history-list__btn {
  margin-top: 40px; }

.history-list .history-list__tab {
  position: fixed;
  left: 0;
  top: 56px;
  width: 100%;
  height: 36px;
  background: #FFF;
  z-index: 111;
  border-bottom: 1px solid #ECEEF0;
  background-color: #fff; }
  .history-list .history-list__tab ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%; }
  .history-list .history-list__tab .history-list__tab-item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px; }
    .history-list .history-list__tab .history-list__tab-item.history-list__tab-item--active {
      border-bottom: 3px solid #D31145; }
      .history-list .history-list__tab .history-list__tab-item.history-list__tab-item--active a {
        color: #D31145; }
    .history-list .history-list__tab .history-list__tab-item a {
      display: block;
      color: rgba(32, 32, 32, 0.5);
      font-size: 14px;
      font-weight: 500; }

.history-list .history-list__content {
  position: relative; }
  .history-list .history-list__content .history-list__nodata {
    position: relative;
    height: calc(100vh - 180px); }
    .history-list .history-list__content .history-list__nodata .history-list__nodata-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translateX(-50%); }
    .history-list .history-list__content .history-list__nodata .history-list__nodata--icon {
      display: inline-block;
      width: 35px;
      height: 35px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%; }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-winning {
        background-image: url("../../img/activity/icon_no_winning.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-reward {
        background-image: url("../../img/activity/icon_no_reward.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-gift {
        background-image: url("../../img/activity/icon_no_weekly_gift.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-network {
        background-image: url("../../img/activity/icon_network_error.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-purchase {
        background-image: url("../../img/activity/icon_no_healthyfood_purchase.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-cost {
        background-image: url("../../img/activity/icon_communication_cost.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-discount {
        background-image: url("../../img/activity/icon_no_communication_discount.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-discount {
        background-image: url("../../img/activity/icon_no_communication_discount.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-grade {
        background-image: url("../../img/activity/icon_no_membership_reward.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-percent {
        background-image: url("../../img/activity/icon_no_discount.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-habits {
        background-image: url("../../img/activity/icon_no_health_habits.png"); }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--icon-cashback {
        background-image: url("../../img/activity/icon_no_cashback.png"); }
    .history-list .history-list__content .history-list__nodata .history-list__nodata--txt {
      margin-top: 5px;
      color: #AAADB1;
      font-size: 14px;
      line-height: 20px; }
    .history-list .history-list__content .history-list__nodata .history-list__nodata--desc {
      color: #AAADB1; }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--desc dt {
        font-size: 15px;
        font-weight: 500; }
      .history-list .history-list__content .history-list__nodata .history-list__nodata--desc dd {
        margin-top: 4px;
        font-size: 12px;
        line-height: 17px; }
  .history-list .history-list__content .history-list__data .history-list__data-wrap {
    padding: 10px 17px;
    box-sizing: border-box; }
    .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content {
      margin-bottom: 15px; }
      .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content:last-child {
        margin-bottom: 0; }
      .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 0 12px;
        color: #202020; }
        .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data-title > dt {
          font-size: 15px;
          line-height: 22px;
          font-weight: 600; }
        .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data-title > dd {
          font-size: 14px;
          line-height: 19px;
          font-weight: 300; }
      .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li {
        display: flex;
        justify-content: space-between;
        padding: 15px 0; }
        .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li.history-list__data--list__border {
          border-top: 1px solid #F3F3F3; }
        .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li > dl {
          display: flex;
          align-items: center; }
          .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li > dl > dt {
            margin-right: 15px; }
            .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li > dl > dt .history-list__data-img {
              width: 35px;
              height: 35px; }
              .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li > dl > dt .history-list__data-img img {
                width: 100%; }
          .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li > dl .history-list__data-desc strong {
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
            color: #202020; }
          .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li > dl .history-list__data-desc p {
            font-size: 13px;
            color: #919497; }
        .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li .history-list__complete span {
          display: block;
          text-align: right;
          font-size: 13px;
          line-height: 19px;
          font-weight: 600;
          color: #202020; }
        .history-list .history-list__content .history-list__data .history-list__data-wrap .history-list__data-content .history-list__data--list > li .history-list__complete p {
          font-size: 13px;
          line-height: 19px;
          color: #D31145; }
  .history-list .history-list__content .history-list__not-progress {
    margin-top: 20px;
    padding: 0 20px; }
    .history-list .history-list__content .history-list__not-progress h2 {
      font-size: 24px;
      line-height: 33px;
      font-weight: 200; }
      .history-list .history-list__content .history-list__not-progress h2 strong {
        display: block;
        font-weight: 500; }
  .history-list .history-list__content .history-list__benefit {
    position: relative;
    margin-top: 30px; }
    .history-list .history-list__content .history-list__benefit .history-list__benefit-list {
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 32px 19px 0 19px;
      border-radius: 15px;
      background-color: #F9F9F9;
      z-index: 2; }
      .history-list .history-list__content .history-list__benefit .history-list__benefit-list:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -34px;
        right: 83px;
        width: 38px;
        height: 38px;
        background-image: url("../../img/activity/img_speech_bubble.png");
        background-repeat: no-repeat;
        background-size: 100%; }
      .history-list .history-list__content .history-list__benefit .history-list__benefit-list li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-bottom: 42px;
        text-align: center; }
        .history-list .history-list__content .history-list__benefit .history-list__benefit-list li strong {
          display: block;
          padding: 10px 0 2px;
          font-size: 13px; }
        .history-list .history-list__content .history-list__benefit .history-list__benefit-list li span {
          color: #919497;
          font-size: 12px; }
      .history-list .history-list__content .history-list__benefit .history-list__benefit-list img {
        width: 70px;
        height: 70px; }
  .history-list .history-list__content .history-list__benefit-bg {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    margin-top: -18px;
    padding-right: 16px; }
    .history-list .history-list__content .history-list__benefit-bg img {
      width: 185px;
      height: 150px; }
  .history-list .history-list__content .history-list__banner {
    position: relative;
    padding: 30px 20px; }
    .history-list .history-list__content .history-list__banner h2 {
      width: 250px;
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px; }
    .history-list .history-list__content .history-list__banner strong {
      color: #D31145;
      font-weight: inherit; }
    .history-list .history-list__content .history-list__banner span {
      color: #919497;
      font-size: 13px; }
  .history-list .history-list__content .history-list__banner-img {
    position: absolute;
    bottom: 30px;
    right: 17px;
    width: 47px;
    height: 47px; }
    .history-list .history-list__content .history-list__banner-img img {
      width: 100%; }
  .history-list .history-list__content .history-list__view .history-list__item {
    padding: 0 17px;
    margin-bottom: 30px; }
  .history-list .history-list__content .history-list__view .history-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    border-radius: 12px;
    background-color: #F9F9F9; }
  .history-list .history-list__content .history-list__view .history-item__brand img {
    width: 23px;
    height: 23px;
    margin-right: 8px; }
  .history-list .history-list__content .history-list__view .history-item__brand strong {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px; }
  .history-list .history-list__content .history-list__view .history-item__link {
    display: block;
    width: 20px;
    height: 20px; }
    .history-list .history-list__content .history-list__view .history-item__link img {
      width: 100%; }
  .history-list .history-list__content .history-list__view .history-item__detail {
    border-top: 1px solid #F3F3F3; }
    .history-list .history-list__content .history-list__view .history-item__detail:first-child {
      border-top: 0; }
    .history-list .history-list__content .history-list__view .history-item__detail > a {
      position: relative; }
      .history-list .history-list__content .history-list__view .history-item__detail > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 3px;
        width: 16px;
        height: 16px;
        background-image: url("../../img/activity/icon_history_detail01.png");
        background-repeat: no-repeat;
        background-size: 100%;
        transform: translateY(-50%); }
    .history-list .history-list__content .history-list__view .history-item__detail--active > a:after {
      background-image: url("../../img/activity/icon_history_detail02.png"); }
    .history-list .history-list__content .history-list__view .history-item__detail--active .history-item__nodata {
      display: block; }
    .history-list .history-list__content .history-list__view .history-item__detail--active .history-item__view {
      display: block; }
  .history-list .history-list__content .history-list__view .history-detail__title {
    display: flex;
    justify-content: space-between;
    padding: 14px 25px 14px 14px;
    color: #202020;
    font-size: 14px; }
  .history-list .history-list__content .history-list__view .history-item__view {
    display: none;
    padding: 13px 0;
    border-top: 1px solid #F3F3F3; }
    .history-list .history-list__content .history-list__view .history-item__view > li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 6px 15px;
      color: #919497;
      font-weight: 400;
      font-size: 13px; }
  .history-list .history-list__content .history-list__view .history-item__nodata {
    display: none;
    padding: 22px 0;
    border-top: 1px solid #F3F3F3;
    color: #919497;
    font-size: 13px;
    text-align: center;
    line-height: 19px; }

.history-list .history-list__btn {
  margin-top: -10px;
  padding: 0 17px; }
  .history-list .history-list__btn .history-list__btn-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    margin-top: 10px;
    padding-left: 20px;
    border: 1px solid rgba(32, 32, 32, 0.1);
    border-radius: 12px;
    color: #202020;
    font-size: 14px;
    font-weight: 500; }
    .history-list .history-list__btn .history-list__btn-item:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 16px;
      height: 16px;
      background-image: url("../../img/activity/btn_seemore_right_gray.png");
      background-repeat: no-repeat;
      background-size: 100%;
      transform: translateY(-50%); }

.health_challenge.comp-new .contents .mission_lst ul > li .mission_popup > a > span {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10; }
  .health_challenge.comp-new .contents .mission_lst ul > li .mission_popup > a > span > img {
    width: 22px;
    height: 22px; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.topmg-10
{
  margin-top: 10px;
}
.bold{
  font-weight: 700;
}

.bg-grey {
  background-color: #F9F9F9; }
.bg-white {
    background-color: #FFF; }
.comp-grid {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.comp-grid.sleep{
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.comp-content-grid {
  background-color: #fff;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }

.comp-padding-grid {
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box; }

.comp-btn__agree {
  font-size: 12px;
  padding: 6px 10px 5px;
  border: 1px solid rgba(211, 17, 69, 0.3);
  border-radius: 5px;
  color: #D31145 !important; }

.comp-no-border {
  border: none !important; }

.comp-ceremony__new {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 97.77778vw;
  pointer-events: none; }
  .comp-ceremony__new .comp-ceremony__new-list {
    position: relative; }
    .comp-ceremony__new .comp-ceremony__new-list > li .comp-ceremony__circle {
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%; }
      .comp-ceremony__new .comp-ceremony__new-list > li .comp-ceremony__circle.color-blue {
        background-color: #00C6FF; }
      .comp-ceremony__new .comp-ceremony__new-list > li .comp-ceremony__circle.color-purple {
        background-color: #982AFF; }
      .comp-ceremony__new .comp-ceremony__new-list > li .comp-ceremony__circle.color-pink {
        background-color: #E22784; }
      .comp-ceremony__new .comp-ceremony__new-list > li .comp-ceremony__circle.color-red {
        background-color: #D80235; }

.comp-ceremony {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  pointer-events: none;
  overflow: hidden; }
  .comp-ceremony.ceremony-bx-1 .comp-ceremony__list .comp-ceremony__dot {
    opacity: 0; }
  .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-0 {
    top: 170px;
    left: 0px; }
    .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-0 svg {
      margin-top: 0px; }
    .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-0 .comp-ceremony__dot {
      left: 19px;
      top: 0; }
      .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-0 .comp-ceremony__dot img {
        width: 98px; }
  .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-1 {
    top: 328px;
    left: 0px; }
    .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-1 svg {
      margin-top: 0px; }
    .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-1 .comp-ceremony__dot {
      left: 9px;
      top: 0; }
      .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-1 .comp-ceremony__dot img {
        width: 91px; }
  .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-2 {
    top: 235px;
    right: 0; }
    .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-2 svg {
      margin-top: 0px; }
    .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-2 .comp-ceremony__dot {
      left: 0;
      top: 0; }
      .comp-ceremony.ceremony-bx-1 .comp-ceremony__list.comp-ceremony__list-2 .comp-ceremony__dot img {
        width: 93px; }
  .comp-ceremony .comp-ceremony__list {
    position: absolute; }
    .comp-ceremony .comp-ceremony__list .comp-ceremony__dot {
      position: absolute;
      opacity: 0; }
    .comp-ceremony .comp-ceremony__list.comp-ceremony__list-0 {
      top: 239px;
      left: -13px; }
      .comp-ceremony .comp-ceremony__list.comp-ceremony__list-0 svg {
        margin-top: 28px; }
      .comp-ceremony .comp-ceremony__list.comp-ceremony__list-0 .comp-ceremony__dot {
        left: 13px;
        top: 0; }
        .comp-ceremony .comp-ceremony__list.comp-ceremony__list-0 .comp-ceremony__dot img {
          width: 82px; }
    .comp-ceremony .comp-ceremony__list.comp-ceremony__list-1 {
      top: 154px;
      right: -3px; }
      .comp-ceremony .comp-ceremony__list.comp-ceremony__list-1 .comp-ceremony__dot {
        left: -19px;
        top: 6px; }
        .comp-ceremony .comp-ceremony__list.comp-ceremony__list-1 .comp-ceremony__dot img {
          width: 112px; }
    .comp-ceremony .comp-ceremony__list.comp-ceremony__list-2 {
      top: 336px;
      right: -12px; }
      .comp-ceremony .comp-ceremony__list.comp-ceremony__list-2 .comp-ceremony__dot {
        left: -20px;
        top: 0px; }
        .comp-ceremony .comp-ceremony__list.comp-ceremony__list-2 .comp-ceremony__dot img {
          width: 97px; }

.comp-slider-wrap {
  margin-bottom: 10px; }
  .comp-slider-wrap.comp-slider-wrap--joyswiper {
    margin-bottom: 10px; }
    .comp-slider-wrap.comp-slider-wrap--joyswiper .inner-wrap {
      padding: 0; }
      .comp-slider-wrap.comp-slider-wrap--joyswiper .inner-wrap .swiper-container {
        padding-left: 15px; }
        .comp-slider-wrap.comp-slider-wrap--joyswiper .inner-wrap .swiper-container .swiper-wrapper .swiper-slide:last-child {
          margin-right: 15px !important; }
        .comp-slider-wrap.comp-slider-wrap--joyswiper .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-img.tip-type img {
          object-fit: cover; }
        .comp-slider-wrap.comp-slider-wrap--joyswiper .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .joy-insurance__slider--txt {
          color: #202020; }
          .comp-slider-wrap.comp-slider-wrap--joyswiper .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .joy-insurance__slider--txt dt {
            font-size: 12px;
            line-height: 18px;
            font-weight: bold; }
          .comp-slider-wrap.comp-slider-wrap--joyswiper .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .joy-insurance__slider--txt dd {
            font-size: 13px;
            line-height: 19px; }
  .comp-slider-wrap:last-child {
    margin-bottom: 0; }
  .comp-slider-wrap .inner-wrap {
    padding: 25px 0 30px 0px;
    background-color: #fff; }
    .comp-slider-wrap .inner-wrap .title-bx {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
      padding: 0 15px; }
      .comp-slider-wrap .inner-wrap .title-bx .title {
        padding-left: 2px;
        font-size: 17px;
        line-height: 25px;
        font-weight: 500;
        color: #202020; }
      .comp-slider-wrap .inner-wrap .title-bx .all-btn {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        color: #202020; }
    .comp-slider-wrap .inner-wrap .swiper-container {
      padding-left: 15px; }
      .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide {
        width: 43.05556vw; }
        .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap {
          display: block;
          width: 100%;
          height: 100%; }
          .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-img {
            position: relative;
            overflow: hidden;
            width: 43.05556vw;
            height: 27.77778vw;
            margin-bottom: 10px;
            border-radius: 5px;
            background-color: #f1f3f5; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-img .badge {
              position: absolute;
              top: 1.38889vw;
              right: 1.38889vw;
              display: block;
              width: 5.55556vw;
              height: 5.55556vw;
              background-image: url("../../img/common/icon_hometraining_soundgym.png");
              background-repeat: no-repeat;
              background-size: 100%; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-img.tip-type img {
              object-fit: contain;
              object-position: top right; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-img .new-bx {
              position: absolute;
              top: 5px;
              left: 5px;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 34px;
              height: 20px;
              border-radius: 3px;
              background-color: #D80235; }
              .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-img .new-bx span {
                font-size: 11px;
                line-height: 13px;
                font-weight: bold;
                color: #fff;
                font-family: Roboto;
                text-align: center; }
          .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .content-wrap .slider-txt {
            overflow-y: hidden;
            width: 41.94444vw;
            /* line-clapmp 와  overflow-y hidden의 정상작동을 위해  height: 100% 만 해도 되지만 이전/다음 컨텐츠의 길이가 다르면 컨테이너의 세로 길이가 모두 다르게 출력 되므로, min/max height 설정. */
            height: 100%;

            /* -webkit-line-clamp 을 2줄 이상으로 변경하려면 맞춰서 min / max height 을 조정. 이대로 두면 2줄 이상의 내용 보이지 않음 */
            min-height:40px; 
            max-height: 40px; 
            margin-bottom: 10px;
            padding-left: 2px;
            font-size: 14px;
            line-height: 20px;
            color: #202020;
            font-weight: 400;
            white-space: normal;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
        .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .like-wrap {
          display: flex;
          align-items: center;
          padding-left: 2px; }
          .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .like-wrap .like-btn {
            display: block;
            width: 17px;
            margin-right: 4px; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .like-wrap .like-btn .like-on {
              display: none; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .like-wrap .like-btn .like-off {
              display: block; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .like-wrap .like-btn.on .like-on {
              display: block; }
            .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .like-wrap .like-btn.on .like-off {
              display: none; }
          .comp-slider-wrap .inner-wrap .swiper-container .swiper-wrapper .swiper-slide .like-wrap .like-num {
            font-size: 13px;
            line-height: 15px;
            color: #B6B6B7;
            font-family: Roboto; }
  .comp-slider-wrap img {
    width: 100%; }

.comp-content--title dt {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #919497; }
  .comp-content--title dt span {
    font-size: 13px;
    margin-left: 4px; }
  .comp-content--title dt h3 {
    margin-bottom: 2px; }
  .comp-content--title dt p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 27px;
    color: #202020; }

.comp-content--title dd {
  margin-top: 5px;
  font-size: 16px;
  font-family: Roboto;
  color: #202020; }
  .comp-content--title dd.fz-18 {
    margin-top: 2px;
    font-size: 18px;
    font-family: 'NotoSans', NotoSans; }
  .comp-content--title dd span {
    margin-right: 4px;
    font-size: 40px;
    line-height: 47px; }





.comp-walk__container .comp-walk--bx {
  margin-bottom: 40px; }

.comp-walk__container .comp-walk__container-bx {
  display: block; }
  .comp-walk__container .comp-walk__container-bx dl {
    margin-bottom: 12px; }
  .comp-walk__container .comp-walk__container-bx .comp-walk__content {
    padding: 0 22px;
    box-sizing: border-box; }
    .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile__bx {
      position: relative;
      height: 58px;
      width: 0%;
      margin-bottom: 16px; }
    .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      /* transform: translateX(50%); */
     }
      .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__bubble--bx {
        position: absolute;
        left: 0;
        top: 0; }
        .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__bubble--bx .comp-graph-profile__bubble {
          transform: translateX(-100%);
          visibility: hidden; }
          .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__bubble--bx .comp-graph-profile__bubble.on {
            visibility: visible; }
          .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__bubble--bx .comp-graph-profile__bubble > span {
            font-size: 12px;
            padding: 3px 9px 5px 9px;
            background-color: #231847;
            color: #fff;
            border-radius: 12px;
            font-weight: 400;
            font-family: Roboto; }
          .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__bubble--bx .comp-graph-profile__bubble > img {
            width: 14px;
            position: absolute;
            right: 7px;
            top: 20px;
            transform: scaleX(1); }
      .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__profile {
        width: 46px;
        height: 58px;
        background-image: url("../../img/activity_plus/icon_bubble_bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        animation-name: bubble-loop;
        animation-duration: 0.5s;
        animation-direction: alternate;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
        font-size: 0;
        position: relative;
        top: 14px; }
        .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__profile .comp-graph-profile__photo {
          width: 38px;
          height: 38px;
          transform: translate3d(4px, 3px, 0);
          font-size: 0;
          overflow: hidden;
          border-radius: 100%;
          position: relative; }
          .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__profile .comp-graph-profile__photo img {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
            .comp-walk__container .comp-walk__container-bx .comp-walk__content .comp-graph-profile .comp-graph-profile__profile .comp-graph-profile__photo img:first-child {
              z-index: 2; }

@keyframes bubble-loop {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-4px); } }
    .comp-walk__container .comp-walk__container-bx .comp-walk__content ul {
      margin-top: 4px;
      display: flex;
      position: relative;
      height: 18px; }
      .comp-walk__container .comp-walk__container-bx .comp-walk__content ul li {
        width: 50px;
        text-align: center;
        font-size: 13px;
        color: #919497;
        font-family: Roboto;
        font-weight: 300;
        position: absolute; }
        .comp-walk__container .comp-walk__container-bx .comp-walk__content ul li:nth-child(1) {
          text-align: left;
          left: 0; }
        .comp-walk__container .comp-walk__container-bx .comp-walk__content ul li:nth-child(2) {
          text-align: center;
          left: calc( 60% - 25px); }
        .comp-walk__container .comp-walk__container-bx .comp-walk__content ul li:nth-child(3) {
          text-align: right;
          right: 0; }

.comp-tl {
  margin-bottom: 15px;
  padding-left: 2px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #202020; }
  .comp-tl.comp-tl__bold {
    font-weight: 700; }

.comp-graph-bx {
  width: 100%; }
  .comp-graph-bx .comp-graph__bar {
    width: 100%;
    height: 2px;
    background-color: #EAEDEF;
    border-radius: 1px;
    overflow: hidden; }
    .comp-graph-bx .comp-graph__bar .comp-graph-bg {
      background-image: linear-gradient(90deg, #D80235 0%, #E22784 60%, #982AFF 78%, #00C6FF 100%);
      clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 1px;
      overflow: hidden; }

.comp-graph__ranking h3 {
  font-size: 14px;
  color: #2D2D2D;
  font-weight: 600;
  margin-bottom: 15px; }

.comp-graph__ranking ul li {
  margin-bottom: 20px; }
  .comp-graph__ranking ul li a {
    display: block; }
  .comp-graph__ranking ul li:last-child {
    margin-bottom: 0; }
  .comp-graph__ranking ul li .comp-graph__ranking-list {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-phone {
      position: relative;
      display: flex;
      justify-content: flex-start; }
      .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-phone > div {
        width: 42px;
        height: 42px;
        border-radius: 100%;
        border: 1px solid rgba(32, 32, 32, 0.2);
        overflow: hidden;
        margin-right: 14px; }
        .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-phone > div img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
    .comp-graph__ranking ul li .comp-graph__ranking-list .me {
      position: absolute;
      display: block;
      top: -6px; left: -6px;
      width:54px !important; height:54px !important;
      border: 0px !important;
    }
    .comp-graph__ranking ul li .comp-graph__ranking-list .me img{
      width:100%; height:100%;
    }
            
    .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-value {
      width: 100%;
      font-size: 14px;
      color: #919497; }
      .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-value .comp-graph__ranking-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 11px; }
      .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-value dl {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-value dl dt {
          font-size: 15px;
          font-family: 'Roboto';
          color: #202020;
          font-weight: bold;
          margin-right: 14px;
          line-height: 18px;
          position: relative;
          top: -1px; }
        .comp-graph__ranking ul li .comp-graph__ranking-list .comp-graph__ranking-value dl dd {
          font-size: 15px;
          color: #202020; }

.comp-app__download .comp-app__content {
  margin-bottom: 20px; }
  .comp-app__download .comp-app__content h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 18px;
    color: #202020; }
  .comp-app__download .comp-app__content .comp-app__icon p {
    font-size: 14px;
    color: #919497;
    text-align: center;
    font-family: Roboto; }
    .comp-app__download .comp-app__content .comp-app__icon p img {
      width: 70px;
      margin-bottom: 8px; }

.comp-app__btn {
  height: 50px;
  border-top: 1px solid #ECEEF0;
  width: 100%; }
  .comp-app__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #202020;
    font-weight: 500; }

.comp-mission-success .comp-mission-success__bx .comp-mission--title {
  padding-left: 17px;
  font-size: 15px;
  color: #919497;
  box-sizing: border-box;
  margin-bottom: 18px; }

.comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px; }
  .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx .comp-reward {
    width: 70px;
    height: 70px;
    margin-bottom: 13px; }
    .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx .comp-reward ul {
      width: 70px;
      height: 70px; }
      .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx .comp-reward ul li {
        width: 70px;
        height: 70px;
        text-align: center; }
        .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx .comp-reward ul li .swiper-slide-shadow-left {
          display: none !important; }
        .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx .comp-reward ul li .swiper-slide-shadow-right {
          display: none !important; }
        .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx .comp-reward ul li img {
          width: 100%; }
  .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx .ceremony-img {
    width: 38px;
    margin-bottom: 7px; }
  .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx dl {
    text-align: center;
    color: #202020; }
    .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx dl dt {
      font-size: 17px;
      line-height: 25px;
      font-weight: 500; 
	  padding-bottom: 5px;}
    .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx dl dd {
      font-size: 13px;
      line-height: 19px;
      color: #919497; }
  .comp-mission-success .comp-mission-success__bx .comp-mission-success_content__bx p {
    text-align: center;
    color: #202020;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500; }

.comp-mission-success img {
  width: 100%; }

.comp-mission-list {
  position: relative; }
  .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx {
    margin-bottom: 30px; }
    .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx dl {
      margin-bottom: 30px; }
      .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx dl dt {
        font-size: 17px;
        color: #202020;
        line-height: 25px;
        margin-bottom: 2px;
        font-weight: 500; }
      .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx dl dd {
        font-size: 13px;
        color: #919497;
        line-height: 19px; }
    .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul {
      width: 100%;
      display: flex;
      justify-content: center; }
      .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li {
        max-width: 54px;
        max-height: 54px;
        width: 15vw;
        height: 15vw;
        position: relative;
        margin-right: 6px; }
        .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li.on .mission-list__complete {
          opacity: 1; }
        .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li.on .comp-mission-coin__motion {
          display: block; }
        .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li .comp-mission-coin__motion {
          display: none;
          position: absolute;
          left: 18px;
          top: 18px;
          width: 16px; }
          .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li .comp-mission-coin__motion img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            opacity: 0; }
        .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li:last-child {
          margin-right: 0; }
        .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li .mission-list__complete {
          z-index: 10;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0; }
        .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li .mission-list__light {
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 20;
          overflow: hidden; }
          .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li .mission-list__light img {
            display: inline-block;
            width: 100px;
            height: 100px;
            position: relative;
            left: -25px;
            top: -25px; }
        .comp-mission-list .comp-mission-list__bx .comp-mission-content__bx ul li .mission-list__txt {
          display: flex;
          justify-content: center;
          align-items: center;
          max-width: 53px;
          max-height: 53px;
          width: 14.72222vw;
          height: 14.72222vw;
          border: 1px solid #ECEEF0;
          border-radius: 100%;
          font-size: 13px;
          color: #919497; }
  .comp-mission-list .coin-motion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translateZ(0); }
    .comp-mission-list .coin-motion .coin-motion__drop {
      position: absolute;
      bottom: -80px;
      width: 80%;
      height: 55%; }
      .comp-mission-list .coin-motion .coin-motion__drop.coin-motion__drop--left {
        left: -50px; }
      .comp-mission-list .coin-motion .coin-motion__drop.coin-motion__drop--right {
        right: -50px;
        transform: scaleX(-1); }
      .comp-mission-list .coin-motion .coin-motion__drop .coin-motion__list {
        position: relative;
        width: 100%;
        height: 100%; }
      .comp-mission-list .coin-motion .coin-motion__drop img {
        position: absolute;
        opacity: 0; }
        .comp-mission-list .coin-motion .coin-motion__drop img.coin {
          width: 18px;
          height: 18px; }
        .comp-mission-list .coin-motion .coin-motion__drop img.money {
          width: 39px;
          height: 22px; }

.feed #header {
  border-bottom: none; }
  .feed #header.fxd {
    border-bottom: 1px solid #F4F4F4; }

.comp-feed--banner {
  margin-bottom: 10px; }
  .comp-feed--banner:first-child {
    margin-top: 10px; }
  .comp-feed--banner a {
    border-radius: 12px;
    overflow: hidden;
    display: block; }
    .comp-feed--banner a img {
      width: 100%; }

.comp-terms {
  margin-top: 50px;
  padding: 30px 17px;
  background-color: #F9F9F9;
  color: #919497;
  font-size: 12px; }
  .comp-terms li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 12px;
    line-height: 17px; }
    .comp-terms li:before {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #CECECE; }

/* 운영 팝업 */
.service-notice__pop .pop_img {
  width: 48px;
  height: 50px;
  margin: 0 auto; }
  .service-notice__pop .pop_img img {
    width: 100%; }

.service-notice__pop dt strong {
  display: block;
  margin-top: 8px; }

/* signup 3.0 리뉴얼 ( 여기 ) */
.comp-new__signup.header .inner-wrap {
  margin-top: 25px; }

.comp-new__signup .inner-wrap {
  padding: 0 30px 0 30px; }

.comp-new__signup .signup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px; }
  .comp-new__signup .signup-header .logo-wrap {
    width: 150px; }
    .comp-new__signup .signup-header .logo-wrap img {
      width: 100%; }
  .comp-new__signup .signup-header .next-btn {
    height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 28px; }

.comp-new__signup .signup-title {
  margin-bottom: 8px; }
  .comp-new__signup .signup-title dt {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
    color: #202020; }
    .comp-new__signup .signup-title dt strong {
      font-weight: 500; }
  .comp-new__signup .signup-title dd {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #919497; }

.comp-new__signup .reject-list {
  position: relative;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #919497; }
  .comp-new__signup .reject-list:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ECEEF0; }
  .comp-new__signup .reject-list .reject-list__phase + .reject-list__phase {
    margin-top: 10px; }

.comp-new__signup .img-wrap {
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 360px;
  height: 338px; }
  .comp-new__signup .img-wrap img {
    width: 100%; }

.comp-new__signup .img-wrap-h190 {
  position: fixed;
  right: 0;
  width: 360px;
  height: 190px; }
  .comp-new__signup .img-wrap-h190 img {
    width: 100%; }

.comp-new__signup .inner-wrap .reject-notice {
  width: 100%;
  margin-top: 25px;
  padding: 20px 10px 14px;
  border: 1px solid #ECEEF0;
  border-radius: 15px; }
  .comp-new__signup .inner-wrap .reject-notice .reject-notice__title > .reject-notice__title--bold {
    position: relative;
    padding-bottom: 53px; }
    .comp-new__signup .inner-wrap .reject-notice .reject-notice__title > .reject-notice__title--bold:after {
      position: absolute;
      right: -4px;
      bottom: 4px;
      content: '';
      display: block;
      width: 90px;
      height: 70px;
      background: url("../../img/signup/icon_signup_error.png") 0 0 no-repeat;
      background-size: contain; }
    .comp-new__signup .inner-wrap .reject-notice .reject-notice__title > .reject-notice__title--bold strong {
      margin-bottom: 3px;
      font-size: 12px;
      line-height: 18px;
      font-weight: 500;
      color: #919497; }
    .comp-new__signup .inner-wrap .reject-notice .reject-notice__title > .reject-notice__title--bold p {
      font-size: 17px;
      line-height: 25px;
      color: #202020; }
  .comp-new__signup .inner-wrap .reject-notice .reject-notice__title--desc {
    margin-bottom: 25px; }
    .comp-new__signup .inner-wrap .reject-notice .reject-notice__title--desc > p {
      font-size: 12px;
      line-height: 18px;
      color: #202020; }
  .comp-new__signup .inner-wrap .reject-notice .reject-notice__balloon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin-bottom: 14px;
    border-radius: 15px;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #202020;
    background-color: #F2F3F6; }
    .comp-new__signup .inner-wrap .reject-notice .reject-notice__balloon:after {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 7px;
      height: 6px;
      background: url("../../img/signup/icon_signup_arrow.png") 0 0 no-repeat;
      background-size: contain; }
  .comp-new__signup .inner-wrap .reject-notice .btn-direct {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 7px;
    border: solid 1px transparent;
    background-origin: border-box;
    box-shadow: inset 0px 42px #fff;
    background-clip: content-box, border-box;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #D80235, #E22784, #982AFF, #00C6FF); }
    .comp-new__signup .inner-wrap .reject-notice .btn-direct strong {
      color: #D80235;
      font-size: 13px;
      font-weight: 500; }

.comp-new__signup .feed-signup__inner {
  padding: 20px 20px 40px; }
  .comp-new__signup .feed-signup__inner .signup-title {
    margin-bottom: 30px; }
  .comp-new__signup .feed-signup__inner .signup-phone__number--wrap {
    margin-bottom: 30px; }
    .comp-new__signup .feed-signup__inner .signup-phone__number--wrap span {
      display: block;
      margin-bottom: 12px;
      font-size: 15px;
      line-height: 22px;
      color: #202020; }
    .comp-new__signup .feed-signup__inner .signup-phone__number--wrap .signup-phone__number {
      display: flex;
      justify-content: center; }
      .comp-new__signup .feed-signup__inner .signup-phone__number--wrap .signup-phone__number input {
        flex: 2 0 250px;
        width: 69.44444vw;
        height: 40px;
        margin-right: 7px;
        padding: 9px 15px;
        border-radius: 5px;
        border: 1px solid #ECEEF0;
        box-sizing: border-box;
        line-height: 40px; }
      .comp-new__signup .feed-signup__inner .signup-phone__number--wrap .signup-phone__number button {
        flex: 1 0 62px;
        width: 17.22222vw;
        height: 40px;
        border-radius: 5px;
        border: 1px solid rgba(32, 32, 32, 0.3);
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px; 
		color: #202020;
		}
  .comp-new__signup .feed-signup__inner .signup-agree__wrap {
    margin-bottom: 40px; }
    .comp-new__signup .feed-signup__inner .signup-agree__wrap span {
      display: block;
      margin-bottom: 14px;
      padding-left: 15px;
      font-size: 12px;
      line-height: 22px;
      color: #919497; }
    .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx .all_check {
      height: 50px;
      margin-bottom: 14px;
      padding: 14px 15px;
      border-radius: 12px;
      box-sizing: border-box;
      background-color: #F9F9F9; }
      .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx .all_check input[type="checkbox"] {
        float: left;
        width: 23px;
        height: 23px;
        margin-right: 10px;
        background: url("../../img/feed/btn_check_nor_1.png") 0px 0px no-repeat;
        background-size: cover; }
      .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx .all_check input[type="checkbox"] + label {
        float: left;
        margin-top: 2px;
        font-size: 15px;
        line-height: 22px;
        color: #202020;
        vertical-align: top; }
      .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx .all_check input[type="checkbox"]:checked {
        background-image: url("../../img/feed/btn_check_sel_1.png"); }
      .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx .all_check input[type="checkbox"]:checked + label {
        color: #202020; }
    .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx ul {
      margin-bottom: 18px;
      padding-left: 15px;
      border-bottom: 1px solid #ECEEF0;
      box-sizing: border-box; }
      .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx ul > li {
        position: relative; 
        margin-bottom: 2px;
        }
        .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx ul > li input[type="checkbox"] {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 10;
          width: 23px;
          height: 23px;
          background: url(../../img/feed/btn_check_nor_2.png) 0 0px no-repeat;
          background-size: cover; }
        .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx ul > li input[type="checkbox"]:checked {
          background-image: url("../../img/feed/btn_check_sel_2.png"); }
        .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx ul > li input[type="checkbox"]:checked + a {
          color: #202020; }
        .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx ul > li a {
          display: block;
          position: relative;
          height: 100%;
          padding: 0 32px 18px 32px;
          color: #202020;
          font-size: 0.813rem;
          font-weight: 400;
          line-height: 1.125rem;
          vertical-align: top; }
          .comp-new__signup .feed-signup__inner .signup-agree__wrap .terms_bx ul > li a:after {
            content: '';
            position: absolute;
            right: 5px;
            top: 8px;
            overflow: hidden;
            display: block;
            width: 16px;
            height: 16px;
            background: url("../../img/feed/btn_seemore_right_darkgray.png") 0 0 no-repeat;
            background-size: cover;
            vertical-align: top; }

.comp-new__signup #bottom-circle__type .button_bx .abled.cancel {
  color: #D31145; }

.comp-new__signup .signup-selected {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 0 22px;
  transform: translateX(-50%); }
  .comp-new__signup .signup-selected.signup-selected--button {
    bottom: 92px; }

.comp-new__signup .signup-util {
  display: flex;
  justify-content: center;
  margin-bottom: 15px; }
  .comp-new__signup .signup-util > li {
    position: relative;
    display: flex;
    margin-left: 14px;
    padding-left: 14px; }
    .comp-new__signup .signup-util > li:first-child {
      margin-left: 0;
      padding-left: 0; }
      .comp-new__signup .signup-util > li:first-child:before {
        display: none; }
    .comp-new__signup .signup-util > li:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 12px;
      margin-top: -6px;
      background-color: #CECECE; }
  .comp-new__signup .signup-util .signup-button__auto {
    display: flex;
    align-items: center; }
    .comp-new__signup .signup-util .signup-button__auto input[type="checkbox"]:checked + label {
      background-image: url("../../img/signup/btn_autologin_active.png"); }
    .comp-new__signup .signup-util .signup-button__auto label {
      padding-left: 25px;
      background-image: url("../../img/signup/btn_autologin_nor.png");
      background-repeat: no-repeat;
      background-size: 19px auto;
      color: #919497;
      font-size: 14px;
      font-weight: 700; }
  .comp-new__signup .signup-util .signup-button__reset {
    color: #919497;
    font-size: 14px;
    text-decoration: underline; }

.comp-new__signup .signup-notice {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #ECEEF0;
  word-break: keep-all;
  text-align: center; }
  .comp-new__signup .signup-notice p {
    color: #919497;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }

.comp-new__signup .signup-password .signup-input + .signup-password__alert {
  position: relative;
  margin-top: 0; }

.comp-new__signup .signup-password .signup-password__alert {
  position: absolute;
  top: 50%;
  margin-top: 20px;
  color: #D31145;
  font-size: 13px; }

.comp-new__signup .signup-input {
  position: relative;
  height: 40px;
  margin-bottom: 8px;
  padding-left: 15px;
  padding-right: 35px;
  border-radius: 5px;
  border: 1px solid #ECEEF0; }
  .comp-new__signup .signup-input input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px; }
  .comp-new__signup .signup-input__del {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url("../../img/signup/icon_password_del.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0; }

.comp-new__signup .signup-password__dot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 472px); }
  .comp-new__signup .signup-password__dot .signup-password__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .comp-new__signup .signup-password__dot .signup-password__item {
    width: 17px;
    height: 17px;
    margin-left: 25px;
    border-radius: 50%;
    background-color: #F1F3F5; }
    .comp-new__signup .signup-password__dot .signup-password__item:first-child {
      margin-left: 0; }
    .comp-new__signup .signup-password__dot .signup-password__item--active:nth-child(1) {
      background-color: #09BDFF; }
    .comp-new__signup .signup-password__dot .signup-password__item--active:nth-child(2) {
      background-color: #4B79FF; }
    .comp-new__signup .signup-password__dot .signup-password__item--active:nth-child(3) {
      background-color: #A12AF2; }
    .comp-new__signup .signup-password__dot .signup-password__item--active:nth-child(4) {
      background-color: #C329B9; }
    .comp-new__signup .signup-password__dot .signup-password__item--active:nth-child(5) {
      background-color: #DF1C6D; }
    .comp-new__signup .signup-password__dot .signup-password__item--active:nth-child(6) {
      background-color: #D9063D; }

.comp-new__signup .signup-keyboard {
  padding-bottom: 15px; }
  .comp-new__signup .signup-keyboard .signup-keyboard__list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .comp-new__signup .signup-keyboard .signup-keyboard__item {
    width: 33.3333%; }
    .comp-new__signup .signup-keyboard .signup-keyboard__item--back {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 25%; }
      .comp-new__signup .signup-keyboard .signup-keyboard__item--back button img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 13px;
        transform: translate(-50%, -50%); }
    .comp-new__signup .signup-keyboard .signup-keyboard__item button {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 12px 35px;
      font-family: 'Roboto';
      font-size: 22px;
      font-weight: 500;
      color: #202020;
      box-sizing: border-box; }

.feed-join__inner .feed-join__comp-txt {
  padding-left: 36px;
  padding-right: 24px; }
  .feed-join__inner .feed-join__comp-txt dt {
    font-size: 22px;
    color: #28313A;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 6px; }
  .feed-join__inner .feed-join__comp-txt dd {
    font-size: 14px;
    color: #28313A;
    line-height: 20px;
    opacity: 0.6; }

.feed-join__inner .feed-join__comp-btn a {
  display: flex;
  justify-content: center;
  align-items: center; }
  .feed-join__inner .feed-join__comp-btn a span {
    text-decoration: underline;
    font-size: 12px;
    line-height: 17px;
    color: #3a3a3a; }
  .feed-join__inner .feed-join__comp-btn a img {
    margin-left: 5px;
    width: 6px; }

.feed-join__inner .feed-join__header {
  position: relative;
  height: 137.77778vw; }
  .feed-join__inner .feed-join__header .feed-join__header-bx {
    position: relative;
    z-index: 2;
    padding-top: 58px; }
    .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--logo {
      padding-left: 40px;
      margin-bottom: 19px; }
      .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--logo img {
        width: 136px; }
    .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list {
      position: relative;
      margin-left: 40px;
      height: 80px;
      margin-bottom: 7px; }
      .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list li {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.35s, transform 0.35s; }
        .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list li.on {
          opacity: 1;
          transform: translateY(0); }
		.feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list li.off {
          transform: translateY(-10px); }
        .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list li:nth-child(1) {
          width: 148px; }
        .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list li:nth-child(2) {
          width: 169px; }
        .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list li:nth-child(3) {
          width: 176px; }
        .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--list li img {
          width: 100%; }
    .feed-join__inner .feed-join__header .feed-join__header-bx .join-header--txt {
      padding-left: 40px;
      margin-bottom: 7px;
      font-size: 15px;
      color: #28313A;
      opacity: 0.6; }
  .feed-join__inner .feed-join__header .join-header__visual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .feed-join__inner .feed-join__header .join-header__visual-img img {
      width: 100%; }

.feed-join__inner .feed-join__txt .feed-join__txt-bx {
  padding-top: 55px; }
  .feed-join__inner .feed-join__txt .feed-join__txt-bx ul {
    margin-bottom: 45px; }
    .feed-join__inner .feed-join__txt .feed-join__txt-bx ul li {
      text-align: center; }
      .feed-join__inner .feed-join__txt .feed-join__txt-bx ul li.on {
        margin-bottom: 10px; }
        .feed-join__inner .feed-join__txt .feed-join__txt-bx ul li.on span {
          border-radius: 30px;
          background-color: #F1F3F5; }
      .feed-join__inner .feed-join__txt .feed-join__txt-bx ul li:nth-child(4) {
        margin-bottom: 0; }
      .feed-join__inner .feed-join__txt .feed-join__txt-bx ul li span {
        width: 210px;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
  .feed-join__inner .feed-join__txt .feed-join__txt-bx p {
    text-align: center; }
    .feed-join__inner .feed-join__txt .feed-join__txt-bx p img {
      width: 36px; }

.feed-join__inner .feed-join__health {
  padding-top: 60px;
  padding-bottom: 52px;
  background: linear-gradient(180deg, #FFFFFF -3.85%, #F8F8F8 37.22%, #FFFFFF 71.66%); }
  .feed-join__inner .feed-join__health ul {
    padding: 0 45px;
    margin-top: 68px; }
    .feed-join__inner .feed-join__health ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #ffffff;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
      border-radius: 12px;
      height: 70px;
      padding: 13px;
      padding-right: 19px;
      margin-bottom: 12px; }
      .feed-join__inner .feed-join__health ul li .feed-join__health-icon {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .feed-join__inner .feed-join__health ul li .feed-join__health-icon .feed-join__health-icon--img {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 40px;
          height: 40px;
          position: relative;
          margin-right: 16px; }
          .feed-join__inner .feed-join__health ul li .feed-join__health-icon .feed-join__health-icon--img div {
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 40px;
            background: #C7DBEE;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .feed-join__inner .feed-join__health ul li .feed-join__health-icon .feed-join__health-icon--img div:first-child img.feed-join__health-icon0 {
              width: 19px; }
            .feed-join__inner .feed-join__health ul li .feed-join__health-icon .feed-join__health-icon--img div:first-child img.feed-join__health-icon1 {
              width: 17px; }
            .feed-join__inner .feed-join__health ul li .feed-join__health-icon .feed-join__health-icon--img div:first-child img.feed-join__health-icon2 {
              width: 22px; }
            .feed-join__inner .feed-join__health ul li .feed-join__health-icon .feed-join__health-icon--img div:last-child {
              opacity: 0; }
              .feed-join__inner .feed-join__health ul li .feed-join__health-icon .feed-join__health-icon--img div:last-child img {
                width: 20px; }
        .feed-join__inner .feed-join__health ul li .feed-join__health-icon span {
          font-size: 14px;
          line-height: 18px;
          color: #849DB5; }
      .feed-join__inner .feed-join__health ul li .feed-join__health-point {
        font-size: 18px;
        color: #FBD242;
        line-height: 18px;
        font-weight: 700; }

.feed-join__inner .feed-join__walk {
  padding: 70px 0; }
  .feed-join__inner .feed-join__walk .feed-join__walk-content {
    width: 320px;
    margin: 0 auto; }
    .feed-join__inner .feed-join__walk .feed-join__walk-content ul {
      position: relative; }
      .feed-join__inner .feed-join__walk .feed-join__walk-content ul li {
        width: 158px;
        position: absolute;
        opacity: 0; }
        .feed-join__inner .feed-join__walk .feed-join__walk-content ul li img {
          width: 100%; }
        .feed-join__inner .feed-join__walk .feed-join__walk-content ul li:nth-child(1) {
          left: -40px;
          top: 124px; }
        .feed-join__inner .feed-join__walk .feed-join__walk-content ul li:nth-child(2) {
          left: 68px;
          top: 72px;
          transform: rotate(-10deg); }
        .feed-join__inner .feed-join__walk .feed-join__walk-content ul li:nth-child(3) {
          left: 166px;
          top: 27px; }
    .feed-join__inner .feed-join__walk .feed-join__walk-content .feed-join__walk-coin {
      text-align: center;
      padding-top: 53px;
      position: relative;
      z-index: 10;
      opacity: 0; }
      .feed-join__inner .feed-join__walk .feed-join__walk-content .feed-join__walk-coin img {
        width: 216px; }

.feed-join__inner .feed-join__coupon {
  padding-bottom: 10px;
  padding-top: 73px; }
  .feed-join__inner .feed-join__coupon .feed-join__coupon-content {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #FFF5C9;
    border-radius: 100%;
    position: relative;
    margin-bottom: 51px;
    margin-top: 62px; }
    .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-check {
      width: 200px;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-check .feed-join__coupon-check-bx {
        width: 60px;
        position: relative; }
        .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-check .feed-join__coupon-check-bx img {
          width: 100%; }
        .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-check .feed-join__coupon-check-bx .feed-join__coupon-check--yellow {
          overflow: hidden;
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 43px; }
          .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-check .feed-join__coupon-check-bx .feed-join__coupon-check--yellow img {
            width: 60px;
            height: 43px; }
    .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-coffee {
      width: 200px;
      height: 200px;
      position: absolute;
      left: 0;
      top: 0;
      flex-wrap: nowrap;
      background: linear-gradient(180deg, #BFD2D6 0%, #BFD2D6 100%);
      border-radius: 100%;
      opacity: 0; }
      .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-coffee > div {
        width: 100%;
        text-align: center; }
      .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-coffee img.feed-join__coupon-coffee--smoke {
        width: 44px;
        opacity: 0; }
      .feed-join__inner .feed-join__coupon .feed-join__coupon-content .feed-join__coupon-coffee img.feed-join__coupon-coffee--img {
        width: 66px; }

.feed-join__inner .feed-join__ranking {
  padding-top: 70px;
  padding-bottom: 20px; }
  .feed-join__inner .feed-join__ranking .feed-join__ranking-content {
    width: 360px;
    margin: 0 auto;
    margin-top: 78px; }
    .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-logo {
      text-align: center;
      margin-bottom: 38px; }
      .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-logo ul {
        width: 240px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center; }
        .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-logo ul li {
          width: 66px;
          opacity: 0; }
          .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-logo ul li img {
            width: 100%; }
    .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list {
      margin-bottom: 86px; }
      .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx {
        width: 280px;
        margin: 0 auto;
        position: relative; }
        .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div {
          width: 280px;
          border-radius: 10px;
          overflow: hidden; }
          .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div ul {
            display: flex; }
            .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div ul li {
              font-size: 10px;
              line-height: 14px;
              color: #dddddd;
              width: 70px;
              height: 37px;
              display: flex;
              justify-content: center;
              align-items: center;
              background-color: #f1f1f1; }
          .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div.feed-join__ranking-list-mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            overflow: hidden; }
            .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div.feed-join__ranking-list-mask ul {
              width: 280px;
              height: 37px; }
              .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div.feed-join__ranking-list-mask ul li:nth-child(1) {
                background: #B5593E; }
              .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div.feed-join__ranking-list-mask ul li:nth-child(2) {
                background: #8C989C; }
              .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div.feed-join__ranking-list-mask ul li:nth-child(3) {
                background: #BC833D; }
              .feed-join__inner .feed-join__ranking .feed-join__ranking-content .feed-join__ranking-list .feed-join__ranking-list-bx > div.feed-join__ranking-list-mask ul li:nth-child(4) {
                background: #59C6C2; }

.feed-join__inner .feed-join__gage {
  padding-top: 70px;
  padding-bottom: 56px; }
  .feed-join__inner .feed-join__gage .feed-join-gage-content {
    margin-top: 98px;
    position: relative; }
    .feed-join__inner .feed-join__gage .feed-join-gage-content ul {
      position: relative;
      z-index: 10; }
      .feed-join__inner .feed-join__gage .feed-join-gage-content ul li {
        position: absolute;
        left: 50%;
        top: 0;
        font-size: 25px;
        transform: translateX(-50%);
        opacity: 0; }
    .feed-join__inner .feed-join__gage .feed-join-gage-content .feed-join-gage__img-bx {
      width: 68px;
      position: relative;
      margin: 0 auto;
      overflow: hidden; }
      .feed-join__inner .feed-join__gage .feed-join-gage-content .feed-join-gage__img-bx .feed-join-gage-img {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        border-radius: 6px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0); }
        .feed-join__inner .feed-join__gage .feed-join-gage-content .feed-join-gage__img-bx .feed-join-gage-img img {
          opacity: 0; }
      .feed-join__inner .feed-join__gage .feed-join-gage-content .feed-join-gage__img-bx img {
        width: 100%; }

.feed-join__inner .feed-join__future {
  padding-top: 70px;
  padding-bottom: 61px; }
  .feed-join__inner .feed-join__future .feed-join__future-content {
    margin-top: 72px;
    margin-bottom: 65px;
    text-align: center; }
    .feed-join__inner .feed-join__future .feed-join__future-content ul {
      display: inline-flex;
      justify-content: flex-start;
      align-items: center; }
      .feed-join__inner .feed-join__future .feed-join__future-content ul li {
        position: relative; }
        .feed-join__inner .feed-join__future .feed-join__future-content ul li:first-child {
          margin-right: 31px;
          padding-right: 31px;
          border-right: 1px solid #e4e4e4; }
        .feed-join__inner .feed-join__future .feed-join__future-content ul li:nth-child(2) {
          margin-right: 16px; }
        .feed-join__inner .feed-join__future .feed-join__future-content ul li .feed-join__future-gage {
          position: absolute;
          left: 0;
          top: 0;
          width: 56px;
          overflow: hidden;
          border-radius: 8px;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0); }
          .feed-join__inner .feed-join__future .feed-join__future-content ul li .feed-join__future-gage.feed-join__future-gage0 img {
            opacity: 0; }
          .feed-join__inner .feed-join__future .feed-join__future-content ul li .feed-join__future-gage img {
            width: 100%; }
        .feed-join__inner .feed-join__future .feed-join__future-content ul li > img {
          width: 56px; }
        .feed-join__inner .feed-join__future .feed-join__future-content ul li p {
          position: absolute;
          top: 170px;
          left: 0;
          width: 56px;
          text-align: center;
          font-size: 12px;
          line-height: 14px;
          color: #a6a6a6; }

.feed-join__inner .feed-join__card {
  background: #F1F3F5;
  padding-top: 66px;
  padding-bottom: 108px; }
  .feed-join__inner .feed-join__card .feed-join__card-logo {
    text-align: center;
    margin-bottom: 9px; }
    .feed-join__inner .feed-join__card .feed-join__card-logo img {
      width: 220px; }
  .feed-join__inner .feed-join__card .feed-join__card--description {
    font-size: 16px;
    line-height: 23px;
    color: #28313A;
    text-align: center;
    margin-bottom: 10px; }
  .feed-join__inner .feed-join__card .feed-join__card-content {
    margin-bottom: 10px; }
    .feed-join__inner .feed-join__card .feed-join__card-content .feed-join__card-swiper .feed-join__card-wrapper li {
      display: inline-block;
      width: 219px;
      border-radius: 12px;
      overflow: hidden; }
      .feed-join__inner .feed-join__card .feed-join__card-content .feed-join__card-swiper .feed-join__card-wrapper li a img {
        width: 100%; }
  .feed-join__inner .feed-join__card .feed-join__card-info {
    padding: 0 22px; }
    .feed-join__inner .feed-join__card .feed-join__card-info > div {
      background-color: #ffffff;
      border-radius: 6px;
      padding: 22px 0; }
      .feed-join__inner .feed-join__card .feed-join__card-info > div p {
        font-size: 16px;
        line-height: 23px;
        color: #202020;
        font-weight: 700;
        margin-bottom: 5px;
        padding: 0 18px; }
      .feed-join__inner .feed-join__card .feed-join__card-info > div ul {
        padding: 0 12px; }
        .feed-join__inner .feed-join__card .feed-join__card-info > div ul li {
          font-size: 14px;
          color: #717477;
          line-height: 20px; }
          .feed-join__inner .feed-join__card .feed-join__card-info > div ul li:before {
            content: '•';
            color: #717477;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 20px;
            font-size: 16px;
            font-weight: 700; }

.feed-join__page #bottom .button_bx {
  padding: 0; }
  .feed-join__page #bottom .button_bx .inner {
    border-radius: 0; }
    .feed-join__page #bottom .button_bx .inner button {
      font-size: 18px;
      line-height: 25px;
      height: 66px;
      background-color: #D31145; }

.feed #lms_wrap{position:relative;width:720px;margin:80px auto;overflow:hidden;}
.feed #lms_wrap li{list-style:none outside;}
.feed #lms_wrap .lms_container{position:relative;}
.feed #lms_wrap .lms_container:after{content:"";display:block;clear:both;zoom:1;}
.feed #lms_wrap .contents{position:relative;width:720px;}
.feed #lms_wrap .contents img{width:100%;}
.feed #lms_wrap .indicator{position:absolute;bottom:38px;left:0;width:100%;text-align:center;z-index:100;}
.feed #lms_wrap .indicator:before{content:"";display:block;width:100%;height:80px;position:absolute;top:0;background:#fff;opacity:.2;filter:alpha(opacity=20);z-index:101;}
.feed #lms_wrap .indicator span{position:relative;display:inline-block;width:24px;height:24px;margin-top:28px;border:2px solid #787878;border-radius:12px;background:#787878;font-size:0;line-height:0;text-indent:-9999px;vertical-align:top;z-index:102;}
.feed #lms_wrap .indicator span.on{border-color:#707070;background:#fff;}
.feed #lms_wrap .linkList{position:absolute;top:52.3%;left:0;width:100%;padding:28px 0;}
.feed #lms_wrap .lms_btnArea{position:relative;height:80px;margin:0 0 10px;text-align:center;line-height:80px;}
.feed #lms_wrap .lms_btnArea span.count{font-size:24px;color:#363636;}
.feed #lms_wrap .lms_btnArea span.count span{display:inline-block;}
.feed #lms_wrap .lms_btnArea span.count span:last-child:before{display:inline-block;width:1px;height:21px;margin:30px 10px 0;background-color:#cdcdcd;vertical-align:top;content:"";}
.feed #lms_wrap .lms_btnArea a,#lms_wrap .indicator a{display:block;position:absolute;top:0;width:104px;height:80px;background:url(../../img/common/btn_swipe1.png) no-repeat 0 0;background-size:104px auto;text-indent:-99999px;font-size:0;line-height:0;z-index:102;}
.feed #lms_wrap .lms_btnArea a.btn_prev,#lms_wrap .indicator a.btn_prev{left:0;}
.feed #lms_wrap .lms_btnArea a.btn_next,#lms_wrap .indicator a.btn_next{right:0;background-position:0 -80px;}
.feed #lms_wrap .lms_btnArea a.noData,#lms_wrap .indicator a.noData{opacity:.3;filter:alpha(opacity=30);}
@media(max-width:768px){
.feed #lms_wrap{zoom:.45;}
.feed #lms_wrap .contents img{width:100%;}
.feed #lms_wrap .indicator{bottom:18px;zoom:2;}
.feed #lms_wrap .indicator:before{height:40px;}
.feed #lms_wrap .indicator span{width:12px;height:12px;margin-top:15px;border:1px solid #787878;border-radius:6px;}
.feed #lms_wrap .indicator a{width:52px;height:40px;background-size:52px auto;}
.feed #lms_wrap .indicator a.btn_next{right:0;background-position:0 -40px;}
.feed #lms_wrap .lms_btnArea span.count span:last-child:before{width:auto;height:auto;margin:0 10px;background-color:transparent;color:#cdcdcd;vertical-align:baseline;content:"|";}
}

.chatbot {
  background-color: #fff; }
  .chatbot .contents {
    padding-top: 40px !important;
    padding-bottom: 0 !important; }
    .chatbot .contents .chatbot-wrap {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .chatbot .contents .chatbot-wrap .chatbot-main__logo {
        width: 215px;
        height: 50px; }
      .chatbot .contents .chatbot-wrap h2 {
        display: flex; }
        .chatbot .contents .chatbot-wrap h2.chatbot-main__title {
          flex-direction: column;
          width: 133px;
          margin-top: 10px;
          font-size: 72px; }
        .chatbot .contents .chatbot-wrap h2.chatbot-menu__title {
          width: 135px;
          margin-top: 8px;
          font-size: 36px;
          font-weight: 500; }
        .chatbot .contents .chatbot-wrap h2 span {
          display: block; }
          .chatbot .contents .chatbot-wrap h2 span.chatbot-color__green {
            color: #006869; }
          .chatbot .contents .chatbot-wrap h2 span.chatbot-color__orange {
            color: #FE6309; }
          .chatbot .contents .chatbot-wrap h2 span.mt20 {
            margin-top: -20px; }
    .chatbot .contents .chatbot-main__img {
      text-align: center; }
      .chatbot .contents .chatbot-main__img img {
        max-width: 360px; }
    .chatbot .contents .chatbot-menu__wrap {
      display: flex;
      justify-content: center;
      padding: 0 20px;
      box-sizing: border-box;
      width: 100%; }
      .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px; }
        .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li {
          display: flex;
          justify-content: center;
          width: 50%;
          margin-bottom: 10px; }
          .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li:nth-child(odd) {
            padding-right: 5px; }
          .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li:nth-child(even) {
            padding-left: 5px; }
          .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li.on .chatbot-menu__title {
            border: none;
            background-color: #DEEAEA; }
            .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li.on .chatbot-menu__title .chatbot-menu__icon > div.on-img {
              display: block; }
            .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li.on .chatbot-menu__title .chatbot-menu__icon > div.off-img {
              display: none; }
          .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li.on .chatbot-menu__desc > div.on-text {
            display: block; }
            .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li.on .chatbot-menu__desc > div.on-text span {
              font-size: 17px;
              line-height: 25px;
              color: #202020; }
            .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li.on .chatbot-menu__desc > div.on-text p {
              font-size: 13px;
              line-height: 19px;
              color: #007678; }
          .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li.on .chatbot-menu__desc > div.off-text {
            display: none; }
          .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__title {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            width: 100%;
            height: 155px;
            padding: 15px;
            border-radius: 15px;
            border: 1px solid #ECEEF0;
            box-sizing: border-box;
            background-color: rgba(236, 238, 240, 0.1); }
            .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__title .chatbot-menu__icon {
              position: relative;
              width: 40px;
              height: 40px; }
              .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__title .chatbot-menu__icon > div {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
                .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__title .chatbot-menu__icon > div.on-img {
                  display: none; }
                .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__title .chatbot-menu__icon > div.off-img {
                  display: block; }
          .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__desc > div {
            font-weight: 500; }
            .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__desc > div.on-text {
              display: none; }
            .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__desc > div.off-text {
              display: block; }
              .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__desc > div.off-text span {
                font-size: 17px;
                line-height: 25px;
                color: #919497; }
              .chatbot .contents .chatbot-menu__wrap .chatbot-menu__list > li .chatbot-menu__desc > div.off-text p {
                font-size: 13px;
                line-height: 19px;
                color: #C3C8CD; }
  .chatbot .chatbot-btn__wrap {
    overflow: hidden;
    padding: 40px 22px 22px; }
    .chatbot .chatbot-btn__wrap .inner {
      overflow: hidden;
      border-radius: 6px; }
      .chatbot .chatbot-btn__wrap .inner button {
        width: 100%;
        height: 50px;
        background: #006869;
        font-size: 14px;
        line-height: 25px;
        font-weight: bold;
        color: #FFF; }
  .chatbot img {
    width: 100%; }

.chat {
  height: 100%; }
  .chat #container .contents {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .chat .chat-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding: 0 8px;
    background-color: #F5F1F0; }
    .chat .chat-header .chat-header__back {
      display: block;
      width: 36px;
      height: 36px;
      background-image: url("../../img/chatbot/btn_chat_back.png");
      background-repeat: no-repeat;
      background-size: 100%; }
    .chat .chat-header .chat-header__title {
      display: flex;
      justify-content: center;
      color: #202020;
      font-size: 17px;
      font-weight: 500; }
    .chat .chat-header .chat-header__reload {
      display: block;
      width: 36px;
      height: 36px;
      background-image: url("../../img/chatbot/btn_chat_reload.png");
      background-repeat: no-repeat;
      background-size: 100%; }
  .chat .chat-wrap {
    overflow-y: scroll;
    height: 100%;
    background-color: #F5F1F0; }
    .chat .chat-wrap .chat-history {
      padding-bottom: 18px; }
    .chat .chat-wrap .chat-history__item {
      margin-top: 10px;
      padding-top: 7px; }
      .chat .chat-wrap .chat-history__item:first-child {
        margin-top: 0; }
    .chat .chat-wrap .chat-history__day {
      display: flex;
      justify-content: center; }
      .chat .chat-wrap .chat-history__day strong {
        color: #919497;
        font-size: 12px;
        font-weight: 400; }
    .chat .chat-wrap .chat-history__content {
      padding-top: 15px; }
    .chat .chat-wrap .chat-history__message {
      position: relative;
      display: flex;
      margin-top: 15px;
      padding: 0 22px 0 17px; }
      .chat .chat-wrap .chat-history__message:first-child {
        margin-top: 0; }
      .chat .chat-wrap .chat-history__message--reply .chat-history__text {
        margin-left: 45px; }
      .chat .chat-wrap .chat-history__message--reply .chat-history__profile {
        position: absolute;
        flex-shrink: 0;
        width: 35px;
        height: 35px;
        margin-right: 10px; }
        .chat .chat-wrap .chat-history__message--reply .chat-history__profile img {
          width: 100%; }
      .chat .chat-wrap .chat-history__message--answer {
        justify-content: flex-end; }
        .chat .chat-wrap .chat-history__message--answer .chat-history__text {
          background-color: #F7CFD8; }
          .chat .chat-wrap .chat-history__message--answer .chat-history__text:before {
            right: -5px;
            left: auto;
            background-image: url("../../img/chatbot/img_chat_bubble02.png"); }
    .chat .chat-wrap .chat-history__text {
      position: relative;
      padding: 8px 15px;
      border-radius: 19px;
      background-color: #fff; }
      .chat .chat-wrap .chat-history__text:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -5px;
        width: 20px;
        height: 15px;
        background-image: url("../../img/chatbot/img_chat_bubble01.png");
        background-repeat: no-repeat;
        background-size: 100%; }
      .chat .chat-wrap .chat-history__text--detail:before {
        display: none; }
      .chat .chat-wrap .chat-history__text p {
        line-height: 20px;
        font-size: 14px; }
    .chat .chat-wrap .chat-keyword {
      display: flex;
      flex-wrap: wrap;
      margin-top: 8px;
      margin-left: -7px;
      padding-bottom: 8px; }
      .chat .chat-wrap .chat-keyword .chat-keyword__item {
        margin-top: 7px;
        margin-left: 7px;
        border-radius: 5px;
        border: 1px solid #D31145; }
      .chat .chat-wrap .chat-keyword .chat-keyword__button {
        display: block;
        padding: 8px 12px;
        color: #D31145;
        font-size: 13px;
        font-weight: 500; }
    .chat .chat-wrap .chat-category {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 12px;
      padding-bottom: 15px; }
      .chat .chat-wrap .chat-category:after {
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        right: 10px;
        width: 16px;
        height: 16px;
        background-image: url("../../img/chatbot/icon_chat_select.png");
        background-repeat: no-repeat;
        background-size: 100%; }
    .chat .chat-wrap .chat-category__select {
      display: block;
      width: 100%;
      height: 100%;
      padding: 8px 80px 8px 12px;
      border: 1px solid #D31146;
      border-radius: 5px;
      color: #D31146;
      font-size: 14px;
      font-weight: 500;
      box-sizing: border-box; }
  .chat .chat-util {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%; }
  .chat .chat-util__tag {
    display: none;
    background-color: #fff; }
    .chat .chat-util__tag > ul {
      overflow-y: auto;
      max-height: 178px;
      padding: 9px 0; }
      .chat .chat-util__tag > ul > li a {
        display: inline-block;
        padding: 8px 17px;
        color: #202020;
        font-size: 14px;
        font-weight: 400; }
      .chat .chat-util__tag > ul > li .chat-util__label {
        color: #D31146;
        font-weight: inherit; }
    .chat .chat-util__tag--active {
      display: block; }
  .chat .chat-util__message {
    width: 100%;
    height: 64px;
    padding: 12px 17px;
    border-top: 1px solid rgba(32, 32, 32, 0.1);
    background-color: #fff;
    box-sizing: border-box; }
    .chat .chat-util__message .chat-util__action {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 40px;
      padding: 0 10px;
      border: 1px solid #ECEEF0;
      border-radius: 5px;
      box-sizing: border-box; }
    .chat .chat-util__message .chat-util__button {
      position: relative;
      z-index: 2;
      display: block;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center; }
      .chat .chat-util__message .chat-util__button--tag {
        width: 21px;
        background-image: url("../../img/chatbot/btn_chat_tag.png"); }
      .chat .chat-util__message .chat-util__button--submit {
        display: block;
        width: 30px;
        background-image: url("../../img/chatbot/btn_chat_submit.png"); }
    .chat .chat-util__message .chat-util__input {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 50px 0 32px;
      font-size: 15px;
      font-weight: 500; }
      .chat .chat-util__message .chat-util__input::placeholder {
        color: #C3C8CD;
        font-weight: 500; }

.chat-swiper {
  margin-top: 18px; }
  .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content {
    width: 250px;
    border-radius: 18px;
    overflow: hidden; }
    .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content .chat-swiper__content-img {
      height: 155px; }
      .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content .chat-swiper__content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content .chat-swiper__message {
      background-color: #fff;
      padding: 15px;
      box-sizing: border-box;
      height: 157px; }
      .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content .chat-swiper__message .chat-swiper__content-description {
        margin-bottom: 12px; }
        .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content .chat-swiper__message .chat-swiper__content-description dl dt {
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 3px;
          line-height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content .chat-swiper__message .chat-swiper__content-description dl dd {
          display: -webkit-box;
          display: -ms-flexbox;
          display: box;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          height: 60px;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
      .chat-swiper .chat-swiper-bx .chat-swiper-container .swiper-wrapper .chat-swiper__content .chat-swiper__message .chat-swiper__content-btn a {
        border: 1px solid #D31146;
        border-radius: 5px;
        font-size: 13px;
        color: #D31145;
        padding: 7px 0;
        text-align: center;
        display: block;
        font-weight: 500; }

/*# sourceMappingURL=style.css.map */


.sleep .sleep_point-box
{
  padding-bottom: 20px;
}

.sleep .sleep_point-box ul {
  width: 100%;
  display: flex;
  justify-content: center; }
  .sleep .sleep_point-box ul li {
    max-width: 40px;
    max-height: 40px;
    width: 15vw;
    height: 15vw;
    position: relative;
    margin-right: 6px; }
    .sleep .sleep_point-box ul li.on .mission-list__complete {
      opacity: 0; 
      color: white;
    }
      .sleep .sleep_point-box ul li.on .comp-mission-coin__motion {
      display: block; }
    .sleep .sleep_point-box ul li .comp-mission-coin__motion {
      display: none;
      position: absolute;
      left: 18px;
      top: 18px;
      width: 16px; }
      .sleep .sleep_point-box ul li .comp-mission-coin__motion img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0; }
    .sleep .sleep_point-box ul li:last-child {
      margin-right: 0; }
    .sleep .sleep_point-box ul li .mission-list__complete {
      z-index: 10;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .sleep .sleep_point-box ul li .mission-list__light {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 20;
      overflow: hidden; }
      .sleep .sleep_point-box ul li .mission-list__light img {
        display: inline-block;
        width: 100px;
        height: 100px;
        position: relative;
        left: -25px;
        top: -25px; }
    .sleep .sleep_point-box ul li .mission-list__txt {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 40px;
      max-height: 40px;
      width: 14.72222vw;
      height: 14.72222vw;
      border: 1px solid #ECEEF0;
      border-radius: 100%;
      font-size: 15px;
      font-family: roboto,Roboto,'roboto','Roboto';
      font-weight: 500;
      color: #919497; }

.sleep .comp-sleep__container-bx
{
  position: relative;
}
.sleep .comp-content--title
{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sleep .comp-content--title:first-child
{
  border-bottom: 1px solid #ECEEF0;
}
.sleep .comp-content--title .time
{
  position: absolute;
  top: 0; right: 0;
}
.comp-sleep__content
{
  position: absolute;
  top: 35px; right: 0;
}
.sleep .right
{
  width:40px; 
  text-align:right;
}
.sleep .history-item__view
{
  padding-right: 10px !important;
  border-top: 0px solid #F3F3F3 !important;
  border-bottom: 1px solid #F3F3F3 !important;
  padding: 20px 0;
}
.sleep .history-list__item
{
  margin: 0px 0 0px 0 !important;
}
.sleep .history-list__item:first-child
{
  margin: 35px 0 0px 0 !important;
}
.sleep .history-detail__title
{
  border-bottom: 1px solid #F3F3F3;
}
.sleep .history-list__item:first-child .history-detail__title
{
  border-top: 1px solid #F3F3F3;
}

.sleep .sleep_container
{
  margin-top: 0px;
  padding: 0 20px;
}
.sleep .sleep_container h3
{
  font-size: 15px;
  font-weight: 500;
}
.sleep .sleep_container .comp-content--title:first-child
{
  border-bottom: 0px solid #ECEEF0;
}
.sleep .sleep_container .comp-sleep__content
{
  position: absolute;
  top: 5px; right: 0;
}
.sleep.detail .comp-content--title
{
  position: relative;
  border-bottom: 1px solid #ECEEF0;
  padding-bottom: 33px;
  margin-bottom: 33px;
}
.sleep .sleep_point-box
{
  position: relative;
}
.sleep .weekly_dashboard
{
  position: relative;
  padding-bottom: 10px;
  border-bottom: 10px solid #f9f9f9;
}
.sleep .weekly_dashboard .time
{
  position: absolute;
  top: 0; right: 0;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 200;
  margin-right: 23px;
  line-height: 21px;
  color: #202020;
}
.sleep .week-mission__content {
  margin-top: 20px; }
.sleep .week-mission__content > .week-mission__list {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.sleep .week-mission__content > .week-mission__list {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.sleep .week-mission__content > .week-mission__list > li {
  height: 55px; }
.sleep .week-mission__content > .week-mission__list > li.active .week-mission__point span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: -10px;
  border-radius: 50%;
  color: #fff;
  background-color: #231847; }
.sleep .week-mission__content > .week-mission__list > li .week-mission__point span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: -10px;
}
.sleep .week-mission__content > .week-mission__list > li dl .week-mission__day {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: #202020; }
.sleep .week-mission__content > .week-mission__list > li dl .week-mission__day span{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: rgba(211,17,69,.2);  
} 
.sleep .week-mission__content > .week-mission__list > li dl .week-mission__day.on span{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: rgba(211,17,69,.2);  
}
.sleep .week-mission__content > .week-mission__list > li dl .week-mission__point {
  width: 100%;
  padding-left:5px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #919497;
  font-family: roboto,Roboto,'roboto','Roboto'; }
.sleep .week-mission__content > .week-mission__list > li dl .week-mission__point.week-mission__hypen {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px; }
.sleep .week-mission__content > .week-mission__list > li dl .week-mission__point.week-mission__hypen .week-mission__hypen__img {
  width: 7px;
  height: 1px; }
.sleep .week-mission__content > .week-mission__list > li dl .week-mission__point.week-mission__hypen .week-mission__hypen__img img {
  width: 100%; }

.sleep .sleep_container .sleep-history-btn {
  width: 100%;
  height: 43px;
  border:1px solid rgba(32,32,32,.3);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  margin: 30px 0 ;
  color:#202020;
} 
.sleep .sleep_info .info1
{
  padding: 20px 0;
}
.sleep .sleep_info .info1 dt
{
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0 0 0;
}
.sleep .sleep_info .info1 dd
{
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0 0 0;
}
.sleep .sleep_info .btw-img
{
  width: 100%;
  text-align: center;
  margin: 20px 0 40px 0;
}
.sleep .sleep_info .info2
{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 30px 0;
  padding: 20px 0;
  border: 1px solid #ECEEF0;
  border-radius: 15px;
}
.sleep .sleep_info .info3 ul li
{
  font-size: 12px;
  font-weight: 400;
  color: #919497;
  margin: 10px 0 0 10px;
}
.sleep .sleep_info .info3 ul li::before {
  content: "•"; 
  color: #CECECE;
  display: inline-block; 
  width: 1em;
  font-weight: bold;
  margin-left: -1em;
}
.sleep .sleep_info .deivces
{
  margin: 40px 0 40px 0;
}
.sleep .sleep_info .deivces .deivce-type
{
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin: 15px 0 0 0;
  padding: 20px;
  border-radius: 15px;
  background-color: #f9f9f9;
}

.sleep .sleep_info .deivces li a {
  position: relative;
  overflow: hidden;
  display: block;
}

.sleep .sleep_info .deivces li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  background: url(../../img/common/sp_ico.svg) -3px -85px no-repeat;
  background-size: 500px auto;
}
.sleep .sleep_info .deivces li a .thumb {
  position: absolute;
  overflow: hidden;
  vertical-align: middle; }
.sleep .sleep_info .deivces li a .device-name 
{
  vertical-align: middle; 
}
.sleep .sleep_info .deivces li a .device-name strong {
  font-size: 15px;
  font-weight: 500;
  color: #202020; 
  line-height: 20px;
  margin: 0 0 0 55px;
}
.sleep .sleep_info .deivces li a .device-name .start-txt {
  font-size: 13px;
  font-weight: 400;
  color: #919497; 
  margin: 0 0 0 55px;
}

/* golf 2021 12 27 */
.golf .golf-data
{
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
}
.golf .golf-data .comp-content--title
{
  position: relative;
}
.golf .golf-data .comp-content--title dt
{
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #919497;
}
.golf .golf-data .vertical-line {
  position: relative;
  width:1px;
  height: 34px;
  margin: 0 25px 5px;
  background-color: #ECEEF0;
}
.golf .golf-data .balloon
{
  position:absolute;
  top:5px;
  left:50px;
  width:100%;
  height:28px;
  z-index: 200;
}
.golf .golf-data .balloon .balloon-frame
{
  position:absolute;
  top:0; right:25px;
  width:46px;
}
.golf .golf-data .balloon .text-area
{
  position:absolute;
  width:46px;height:23px;
  font-family: Roboto;
  font-size:12px;
  color:#FFF;
  line-height:23px;
  text-align:left;
  padding-left: 8px;
}

.golf .golf_info .info1
{
  padding: 0 0 30px 0;
}
.golf .golf_info .info1 dt
{
  font-size: 20px;
  font-weight: 500;
  padding: 0px 0 0 0;
}
.golf .golf_info .info1 dd
{
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0 0 0;
}
.golf .golf_info .info2 dt
{
  font-size: 15x;
  font-weight: 500;
  padding: 0px 0 10px 0px;
}
.golf .golf_info .info2 .golf-table
{
  margin-top: 11px;
  margin-bottom: 20px;
}
.golf .golf_info .info2 .golf-table th
{
  position: relative;
  height: 37px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ECEEF0;
  font-size: 13px;
  font-weight: 500;
}
.golf .golf_info .info2 .golf-table th::after
{
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  width: 1px;
  height: 17px;
  background-color: #E7E8E9;
}
.golf .golf_info .info2 .golf-table th:last-child:after
{
  width: 0px;
}
.golf .golf_info .info2 .golf-table td
{
  height: 100px;
  border-bottom: 1px solid #ECEEF0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.golf .golf_info .info2 .redfont
{
  color: #D31145;
}
.golf .golf_container
{
  position: relative;
  margin-top: 0px;
  padding: 0 20px;
}
.golf .golf_container h3 
{
  font-size: 15px;
  font-weight: 500;
}
.golf .golf_container .golf_dashboard
{
  margin: 10px 0 40px;
  padding: 20px 15px;
  border-radius: 12px;
  border: 1px solid #ECEEF0;
}
.golf .golf_container .golf-dashboard-data
{
  position: relative;
  display: block;
}
.golf .golf_container .golf-game-data
{
  position: relative;
  margin: 0 0 20px;
}
.golf .golf_container .golf_dashboard dl {
  margin-right: 0px;
  font-size: 14px;
  line-height: 14px;
}
.golf .golf_container .golf_dashboard dt {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #919497;
}
.golf .golf_container .golf_dashboard span {
  margin-right: 0px;
  font-size: 34px;
  line-height: 34px;
  font-family: Roboto;
}
.golf .golf_dashboard  .vertical-line {
  position: relative;
  width: 1px;
  height: 26px;
  margin: 0 15px 1px;
  background-color: #ECEEF0;
}
.golf .golf_container .time
{
  position: absolute;
  top: 0; right: 0;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 200;
  margin-right: 23px;
  line-height: 21px;
  color: #202020;
}
.golf .golf_container.week-mission__content
{
  margin-top: 0px;
  padding-bottom: 40px;
  border-bottom: 10px solid #f9f9f9;
}
.golf .week-mission__content .golf-table
{
  margin-top: 30px;
  margin-bottom: 25px !important;
}
.golf .week-mission__content .golf-table td
{
  height: 56px !important;
}
.golf .golf_info .golf-detail-btn {
  width: 100%;
  height: 43px;
  border:1px solid rgba(32,32,32,.3);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  margin: 5px 0 ;
  color:#202020;
} 
.golf .golf_info .info3 ul li
{
  font-size: 12px;
  font-weight: 400;
  color: #919497;
  margin: 10px 0 0 10px;
}
.golf .golf_info .info3 ul li::before {
  content: "•"; 
  color: #CECECE;
  display: inline-block; 
  width: 1em;
  font-weight: bold;
  margin-left: -1em;
}
.golf .golf_info .btw-img
{
  width: 100%;
  text-align: center;
  margin: 40px 0 40px 0;
}
.golf .terms_bx {
  overflow: hidden;
  margin: 0px 30px 0; }
.golf .terms_bx .all_check {
  overflow: hidden;
  padding: 0px 0 13px;
  border-bottom: 0px solid #C1C1C1; }
.golf .terms_bx ul li {
  overflow: hidden;
  position: relative;
  border-bottom: 0px solid #E4E4E4; }  
.golf .terms_bx .all_check input[type="checkbox"] {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  background: url(../../img/common/btn_check_nor_1.png) 0 0 no-repeat;
  background-size: 24px 24px; }

.golf .terms_bx .all_check input[type="checkbox"] + label {
  float: left;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  line-height: 20px;
  vertical-align: top; }

.golf .terms_bx .all_check input[type="checkbox"]:checked {
  background: url(../../img/common/btn_check_sel_1.png) 0 0 no-repeat;
  background-size: 24px 24px; }

.golf .terms_bx ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/common/btn_check_nor_2.png) 0 0 no-repeat;
  background-size: 23px 23px; }

.golf .terms_bx ul li input[type="checkbox"]:checked {
  background: url(../../img/common/btn_check_sel_2.png) 0 0 no-repeat;
  background-size: 23px 23px; }

.golf .right
{
  width:130px; 
  text-align:right;
}
.golf .history-list__title
{
  margin: 30px 0 0px;
  width:100%; 
  padding: 0 17px;
}
.golf .history-list__box
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%; 
  height: 51px;
  border-radius: 12px;
  background-color: #F9F9F9;
}
.golf .history-list__box span
{
  font-size: 14px;
  font-weight: 500;
  line-height: 51px;
  text-align: center;
}
.golf .history-list__box span:first-child
{
  width: 60px;
}
.golf .history-list__box span:nth-child(2)
{
  width: 120px;
  padding-right: 10px;
}
.golf .history-list__box span:last-child
{
  width: 150px;
  right: 0px;
}
.golf .history-list__item .history-item__view
{
  border-top: 0px !important;
}
.golf .history-list__box span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
  height: 14px;
  background: #E7E8E9; }

/* age_short 2021 12 01 */
.new-survey .survey-desc.age_short .survey-desc__title > strong {
  display: block;
  padding-bottom: 10px;
  color: #0087FF;
  font-weight: 400;
  font-size: 14px; }
.new-survey .survey-desc.age_short .survey-desc__title h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 34px; }
.new-survey .survey-desc.age_short .survey-desc__title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; 
  padding-top: 20px;
  opacity: .7;
}
.new-survey .survey-desc.age_short .survey-desc__title {
  position: relative;
  z-index: 100;}
.new-survey .survey-desc.age_short .survey-desc__img {
  position: fixed;
  bottom:0px;
  right:0px;
  width: 304px;
  height: 443px;
  transform: translateY(0);
  z-index: 0;
 }
.new-survey .age_short .survey-form__step {
  position:fixed;
  top:50px;left:0;
  width:100%;
  margin-bottom: 35px; 
  padding: 0 25px;
  z-index: 150;
} 
.new-survey .age_short .balloon
{
  position:absolute;
  top:5px;
  left:0;
  width:100%;
  height:28px;
  z-index: 200;
}
.new-survey .age_short .balloon .balloon-frame
{
  position:absolute;
  top:0; right:25px;
  width:56px;
}
.new-survey .age_short .balloon .bg-mid
{
  position:absolute;
  width:26px;height:23px;
  background-color:#d31145;
}
.new-survey .age_short .balloon .bg-mid-gray
{
  position:absolute;
  width:26px;height:23px;
  background-color:#9da5a9;
}
.new-survey .age_short .balloon .bg-right
{
  position:absolute;
  right:0;
}
.new-survey .age_short .balloon .text-area
{
  position:absolute;
  width:56px;height:23px;
  font-family: Roboto;
  font-size:12px;
  color:#FFF;
  line-height:23px;
  text-align:left;
  padding-left: 5px;
}
.new-survey .age_short .balloon .text-area img
{
  margin-top: 5px;
}
.new-survey .age_short .survey-form__list {
  margin-top: 70px; 
  padding: 0 5px 0;
}
.new-survey .age_short .survey-form__step h2 {
  padding: 10px 0 10px;
  color: #919497;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px; }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step1 .survey-form__bar {
  clip-path: inset(0px 91.3% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step2 .survey-form__bar {
  clip-path: inset(0px 83% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step3 .survey-form__bar {
  clip-path: inset(0px 74.7% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step4 .survey-form__bar {
  clip-path: inset(0px 66.4% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step5 .survey-form__bar {
  clip-path: inset(0px 58.1% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step6 .survey-form__bar {
  clip-path: inset(0px 49.8% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step7 .survey-form__bar {
  clip-path: inset(0px 41.5% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step8 .survey-form__bar {
  clip-path: inset(0px 33.2% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step9 .survey-form__bar {
  clip-path: inset(0px 24.9% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step10 .survey-form__bar {
  clip-path: inset(0px 16.6% 0px 0px round 1px); }
.new-survey :not(.sleep-assessment).age_short .survey-form__step .survey-form__progress--step11 .survey-form__bar {
  clip-path: inset(0px 8.3% 0px 0px round 1px); }
  
.new-survey .age_short .survey-form__radio > li {
  width: 100%;
  margin-bottom: 7px;
  margin-right: 6px; }
.new-survey .age_short .survey-form__radio > li input[type=radio] + label {
  text-align: left;
  line-height: 53px;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.06);
  height: 54px;
  font-weight: 400; 
}  
.new-survey .age_short .survey-form__radio > li input[type=radio]:checked + label {
  border: 1px solid rgba(216, 2, 53, 0.3);
  border-radius: 8px;
  color: #D80235;
  font-weight: 400; 
  background-color: #FBE3E9;
}
.new-survey .age_short .survey-form__list .survey-form__input .survey-form__number input {
  padding: 0 15px;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%; 
  border-radius: 8px; }
.new-survey .age_short .survey-form__list .survey-form__input .survey-form__number {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  background-color: #FFF;
  border: 1px solid #ECEEF0;
  border-radius: 8px; }
.new-survey .age_short .survey-form__list .survey-form__input dt {
  color: #202020;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400; 
  padding-bottom:30px;
}
.new-survey .age_short .survey-form__list .survey-form__input .result {
  padding-bottom:20px;
}
.new-survey .age_short .survey-form__list .survey-form__input dt .sub-title{
  color: #919497;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400; 
  padding-top:6px;
}
.new-survey .age_short .survey-form__list .survey-form__input dd {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .7;
}
.new-survey .age_short .survey-form__list .survey-form__input .result-card{
  position: relative;
  opacity: 1;
  width: 100%;
  text-align:center;
  padding-top: 0px;
}
.new-survey .age_short .survey-form__list .survey-form__input .result-card img{
  width: 100%;
  border-radius:15px;
  box-shadow: 0 0px 11px 0px rgba(0, 0, 0, 0.22);
}
.new-survey .age_short .survey-form__list .survey-form__input .result-card .subtitle {
  position: absolute;
  top: 27.5%;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400; 
  opacity: 1;
}
.new-survey .age_short .survey-form__list .survey-form__input .subtitle {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  opacity: .5;
}

.new-survey .age_short .survey-form__info {
  width:100%;
  padding: 140px 5px 0;
}
.new-survey .age_short .survey-form__info dt {
  color: #202020;
  font-size: 14px;
  font-weight: 700; 
  padding-bottom:7px;
}
.new-survey .age_short .survey-form__info dt:after {
  content: '';
  position: absolute;
  overflow: hidden;
  display: block;
  height: 1px;
  width:70px;
  margin: 2px 0;
  background: #202020;
  opacity: .3; 
}
.new-survey .age_short .survey-form__info dd {
  color: #202020;
  font-size: 14px;
  font-weight: 400; 
  padding-bottom:7px;
  margin: 4px 0;
  word-break: keep-all;
}
.new-survey .age_short .survey-form__info .pic-btn {
  width: 100%;
  height: 43px;
  border:1px solid rgba(32,32,32,.3);
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 20px;
} 
.new-survey .age_short .survey-form__info .add-photo ul
{
  width: 100%;
}
.new-survey .age_short .survey-form__info .add-photo li
{
  position: relative;
  width:28vw; height:28vw;
  background-color: #ECECEC;
  display: inline-block;
  overflow: hidden;
}
.new-survey .age_short .survey-form__info .add-photo li .pic
{
  position: absolute;
  width:28vw; height:28vw;
  top:0px; left:0;
}
.new-survey .age_short .survey-form__info .add-photo li .btn-delete
{
  position: absolute;
  top:0; left:0;
  width:28vw; height:28vw;
}
.new-survey .age_short .survey-form__info .add-photo li .btn-delete img
{
  position: absolute; width:18px; height:18px;
  top:9px; right:9px;
}
.new-survey .age_short .survey-form__info .subtitle
{
  font-size: 16px;
  font-weight: 500; 
  margin-bottom: 5px;
}
.new-survey .age_short .survey-form__info .sub_info
{
  font-size: 13px;
  font-weight: 400; 
  line-height: 30px;
  margin-bottom: 30px;
}
.new-survey .age_short .survey-form__info .sub_info .v-idx
{
  position: relative;
  width: 36px; height:22px;
  font-size: 12px;
  font-weight: 400; 
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 11px;
  display: inline-block;
  margin-right: 5px;
}
.new-survey .age_short .survey-form__input .survey-form__alert {
  clear: both;
  height: 27px;
  padding-top: 8px;
  padding-left: 20px; 
  color: #BA0361 !important;}
.new-survey .age_short .survey-form__input .error-img {
  padding-right: 10px; 
  display:none;
}
.new-survey .age_short .survey-form__input .error-img img{
  vertical-align: middle;
}
.new-survey .age_short .survey-form__input.survey-form__input--error .error-img {
  display: inline;
}   
.new-survey .age_short .survey-form__input .input-unit {
  position: absolute;
  right : 20px;
  color: #5B636B;
  line-height: 56px;
}
.new-survey .age_short .survey-form__input.survey-form__input--error .survey-form__number {
  border: 1px solid #BA0361 !important;
}
.new-survey .age_short .survey-form__input.survey-form__input-focus .survey-form__number {
  border: 1px solid #363E3F;
} 
.new-survey .age_short .survey-form__input .survey-form__number.survey-form__input--error {
  border: 1px solid #BA0361 !important;
}
.new-survey .age_short .survey-form__input .survey-form__number.survey-form__input-focus {
  border: 1px solid #363E3F;
} 
.new-survey .age_short .survey-form__number.survey-form__input--error .error-img {
  display: inline;
} 
.new-survey .age_short .survey-form__input .survey-form__number.bay2 
{
  width : 49%;
  float: left;
}
.new-survey .age_short .survey-form__input .survey-form__number.bay2:first-child
{
  margin-right: 6px;
}
.bottom-keyboard 
{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 56px;
  z-index: 200;
}
.bottom-keyboard.no-display
{
  display: none;
}
.bottom-keyboard .button button 
{
  overflow: hidden;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px; 
}
.bottom-keyboard .keyboard
{
  overflow: hidden;
  float: left;
  width: 100%;
  height: 214px;
}  
.bottom-keyboard .button button.disabled-red {
  background: #F2B8c7;
  color: #FFF; } 
.bottom-keyboard .button button.abled.accept {
  background: #D31145;
  color: #FFF; }

.bottom_pop_layer .age_short .icon
{
  width: 56px;height:56px;
}
.bottom_pop_layer .age_short .icon img
{
  width: 56px;height:56px;
}
.bottom_pop_layer .age_short .btn-txt
{
  color: #919497;
  font-weight: 400;
  font-size: 12px;
}
.bottom_pop_layer .age_short ul {
  list-style:none;
  margin:20px 0 0;
  padding:0;
  width: 100%;
  height: 80px;
  text-align: center;
}
.bottom_pop_layer .age_short li {
  margin: 0 50px 0 ;
  padding: 0 0 0 0;
  border : 0;
  display: inline-block;
}


.bottom.keyboard .signup-selected {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 0 22px;
  transform: translateX(-50%); }
  .age_short .signup-selected.signup-selected--button {
    bottom: 92px; }

.bottom.keyboard .signup-keyboard {
  padding-bottom: 15px; }
  .bottom.keyboard .signup-keyboard .signup-keyboard__list {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .bottom.keyboard .signup-keyboard .signup-keyboard__item {
    width: 33.3333%; }
    .bottom.keyboard .signup-keyboard .signup-keyboard__item--back {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 25%; }
      .bottom.keyboard .signup-keyboard .signup-keyboard__item--back button img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 13px;
        transform: translate(-50%, -50%); }
    .bottom.keyboard .signup-keyboard .signup-keyboard__item button {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 12px 35px;
      font-family: 'Roboto';
      font-size: 22px;
      font-weight: 500;
      color: #202020;
      box-sizing: border-box; }    
