@charset "utf-8";
/* config */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.hidden {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.blind {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}
.list {
  list-style: none;
}
.border-all {
  border: 1px solid #e6e6e6;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.border-left {
  border-left: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.input-border {
  border: 1px solid #e0e0e0;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.poS {
  position: static;
}
.eng {
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.pointer {
  cursor: pointer;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.thin {
  font-weight: 400;
}
.m0auto {
  margin: 0 auto;
}
.underline {
  text-decoration: underline;
}
.clear5 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 5px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clear30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clear50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.letter-spacing {
  letter-spacing: -0.34px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.vertical-top {
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vertical_mid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical_bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.tdnone {
  text-decoration: none;
}
.oh {
  overflow: hidden;
}
/* Parametic Mixins */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.duration {
  transition-duration: 0.5s;
}
.pp_color {
  color: #4a65f6;
}
/***** config *****/
/* Variables */
/* 단위사이트 color */
/* Mixins */
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-trans {
  background: transparent;
}
.bg-navy {
  background-color: #172d56;
}
.bg-orange {
  background-color: #f68b33;
}
.bg-dark-navy {
  background-color: #101d35;
}
.bg-blue {
  background-color: #4a65f6;
}
.bg-dark-blue {
  background-color: #00377a;
}
.bg-f1 {
  background-color: #f1f1f1;
}
.bg-f5 {
  background-color: #f5f5f5;
}
.bg-f7 {
  background-color: #f7f7f7;
}
.bg-f9 {
  background-color: #f9f9f9;
}
.bg-dd {
  background-color: #dddddd;
}
.bg-cc {
  background-color: #cccccc;
}
.bg-ee {
  background-color: #eeeeee;
}
.bg-33 {
  background-color: #333333;
}
.bg-44 {
  background-color: #444444;
}
.bg-55 {
  background-color: #555555;
}
.bg-cafe-clr {
  background-color: #7b4cb6;
}
.bg-entinfo-clr {
  background-color: #2763bb;
}
.bdrT {
  border-top: 1px solid #e1e1e1;
}
.bdrB {
  border-bottom: 1px solid #e1e1e1;
}
.bdrL {
  border-left: 1px solid #e1e1e1;
}
.bdrR {
  border-right: 1px solid #e1e1e1;
}
.bdrA {
  border: 1px solid #e1e1e1;
}
.bdrT2 {
  border-top: 1px solid #dddddd;
}
.bdrB2 {
  border-bottom: 1px solid #dddddd;
}
.bdrL2 {
  border-left: 1px solid #dddddd;
}
.bdrR2 {
  border-right: 1px solid #dddddd;
}
.bdrA2 {
  border: 1px solid #dddddd;
}
.bdr0 {
  border: none;
}
.w100p {
  width: 100%;
  clear: both;
}
.h100p {
  height: 100%;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1160 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.w1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.hidden {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.oh {
  overflow: hidden;
}
.oh-x {
  overflow-x: hidden;
}
.oa {
  overflow: auto;
}
.overauto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.bgrn {
  background-repeat: no-repeat;
}
.taC {
  text-align: center;
}
.taL {
  text-align: left;
}
.taR {
  text-align: right;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.dpblock {
  display: block;
}
.dpinblock {
  display: inline-block;
}
.bgnone {
  background-image: none;
}
.tdnone {
  text-decoration: none;
}
.dpnone {
  display: none;
}
.bdrn {
  border: none;
}
.tdunder {
  text-decoration: underline;
}
.pointer {
  cursor: pointer;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowrap {
  white-space: nowrap;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.z0 {
  z-index: 0;
}
.z1 {
  z-index: 1;
}
.z5 {
  z-index: 5;
}
.z10 {
  z-index: 10;
}
.z20 {
  z-index: 20;
}
.z30 {
  z-index: 30;
}
.z50 {
  z-index: 50;
}
.z100 {
  z-index: 100;
}
.z200 {
  z-index: 200;
}
.z300 {
  z-index: 300;
}
.z400 {
  z-index: 400;
}
.z500 {
  z-index: 500;
}
.z1000 {
  z-index: 1000;
}
.z2000 {
  z-index: 2000;
}
.bgcover {
  background-size: cover;
}
.underline {
  text-decoration: underline;
}
.flexwrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dpflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexCV {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexV {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fdrow {
  flex-direction: row;
}
.fdcol {
  flex-direction: column;
}
.hauto {
  height: auto;
}
.breakall {
  word-break: break-all;
}
.lsnone {
  list-style: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
/* Mixins - transition */
.trans {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Parametic Mixins */
/* fonts */
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f48 {
  font-size: 48px;
}
.f50 {
  font-size: 50px;
}
.f60 {
  font-size: 60px;
}
.lh16 {
  line-height: 16px;
}
.lh19 {
  line-height: 19px;
}
.lh20 {
  line-height: 20px;
}
.lh21 {
  line-height: 21px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh25 {
  line-height: 25px;
}
.lh30 {
  line-height: 30px;
}
.lh36 {
  line-height: 36px;
}
.lh39 {
  line-height: 39px;
}
.lh40 {
  line-height: 40px;
}
.lh42 {
  line-height: 42px;
}
.lh50 {
  line-height: 50px;
}
.lh60 {
  line-height: 60px;
}
.lh12em {
  line-height: 1.2em;
}
.lh13em {
  line-height: 1.3em;
}
.lh14em {
  line-height: 1.4em;
}
.lh15em {
  line-height: 1.5em;
}
.lh16em {
  line-height: 1.6em;
}
.lh17em {
  line-height: 1.7em;
}
.lh18em {
  line-height: 1.8em;
}
.ls-1 {
  letter-spacing: -1px;
}
.fw100 {
  font-weight: 100;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}
.eng {
  font-family: 'Saira Semi Condensed', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
/* margin.padding */
.clfix {
  *zoom: 1;
}
.clfix:before,
.clfix:after {
  display: block;
  line-height: 0;
  content: "";
}
.clfix:after {
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clr {
  clear: both;
}
.clr05 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 5px;
}
.clr10 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clr15 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 15px;
}
.clr20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clr30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clr40 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 40px;
}
.clr50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.clr100 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100px;
}
.mp00 {
  margin: 0;
  padding: 0;
}
.m0auto {
  margin: 0 auto;
}
.mT-1 {
  margin-top: -1px;
}
.mT05 {
  margin-top: 5px;
}
.mT10 {
  margin-top: 10px;
}
.mT12 {
  margin-top: 12px;
}
.mT15 {
  margin-top: 15px;
}
.mT20 {
  margin-top: 20px;
}
.mT30 {
  margin-top: 30px;
}
.mT40 {
  margin-top: 40px;
}
.mT50 {
  margin-top: 50px;
}
.mT60 {
  margin-top: 60px;
}
.mR00 {
  margin-right: 0 !important;
}
.mR05 {
  margin-right: 5px;
}
.mR10 {
  margin-right: 10px;
}
.mR15 {
  margin-right: 10px;
}
.mR20 {
  margin-right: 20px;
}
.mR30 {
  margin-right: 30px;
}
.mB00 {
  margin-bottom: 0;
}
.mB01 {
  margin-bottom: 1px;
}
.mB03 {
  margin-bottom: 3px;
}
.mB05 {
  margin-bottom: 5px;
}
.mB08 {
  margin-bottom: 8px;
}
.mB10 {
  margin-bottom: 10px;
}
.mB15 {
  margin-bottom: 15px;
}
.mB20 {
  margin-bottom: 20px;
}
.mB30 {
  margin-bottom: 30px;
}
.mB35 {
  margin-bottom: 35px;
}
.mB40 {
  margin-bottom: 40px;
}
.mB50 {
  margin-bottom: 50px;
}
.mL00 {
  margin-left: 0;
}
.mL05 {
  margin-left: 5px;
}
.mL07 {
  margin-left: 7px;
}
.mL10 {
  margin-left: 10px;
}
.mL15 {
  margin-left: 15px;
}
.mL20 {
  margin-left: 20px;
}
.mL30 {
  margin-left: 30px;
}
.mL40 {
  margin-left: 40px;
}
.mL50 {
  margin-left: 50px;
}
.mL60 {
  margin-left: 60px;
}
.pT05 {
  padding-top: 5px;
}
.pT10 {
  padding-top: 10px;
}
.pT12 {
  padding-top: 12px;
}
.pT15 {
  padding-top: 15px;
}
.pT20 {
  padding-top: 20px;
}
.pT25 {
  padding-top: 25px;
}
.pT30 {
  padding-top: 35px;
}
.pT35 {
  padding-top: 35px;
}
.pT40 {
  padding-top: 40px;
}
.pT50 {
  padding-top: 50px;
}
.pT80 {
  padding-top: 80px;
}
.pR0 {
  padding-right: 0;
}
.pR10 {
  padding-right: 10px;
}
.pR20 {
  padding-right: 20px;
}
.pB08 {
  padding-bottom: 8px;
}
.pB10 {
  padding-bottom: 10px;
}
.pB20 {
  padding-bottom: 20px;
}
.pB30 {
  padding-bottom: 30px;
}
.pB40 {
  padding-bottom: 40px;
}
.pB50 {
  padding-bottom: 50px;
}
.pL10 {
  padding-left: 10px;
}
.pL15 {
  padding-left: 15px;
}
.pL20 {
  padding-left: 20px;
}
.pL30 {
  padding-left: 30px;
}
.pTB50 {
  padding: 50px 0;
}
.hs10 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.hs20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.hs30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.hs40 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 40px;
}
.hs50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
/* shadow */
.shadow {
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
}
/* Mixins - transition */
.trans {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.trans2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.trans3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* gradation */
.bg-gradation {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
/***** login *****/
/* member config */
.scrB {
  scrollbar-base-color: #d9d9d9;
  scrollbar-3dlight-color: #d9d9d9;
  scrollbar-darkshadow-color: #d9d9d9;
  scrollbar-face-color: #d9d9d9;
  scrollbar-highlight-color: #d9d9d9;
  scrollbar-shadow-color: #d9d9d9;
  scrollbar-track-color: #f2f2f2;
  -webkit-overflow-scrolling: touch;
}
.bdrA3 {
  border: 1px solid #f0f0f0;
}
.bg-e2 {
  background-color: #e2e2e2;
}
.out0 {
  outline: 0;
}
ul,
ul li {
  list-style: none;
}
/* 회원메뉴 */
.member_menu {
  position: absolute;
  right: 0;
  bottom: 20px;
  clear: both;
}
.member_menu:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.member_menu li {
  display: inline-block;
  float: left;
  margin-left: -1px;
}
.member_menu li:first-child {
  margin-left: 0;
}
.member_menu li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  height: 44px;
  line-height: 42px;
  padding: 0 20px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.member_menu li a.active {
  color: white;
  background-color: #4a65f6;
  border: 1px solid #4a65f6;
}
@media (max-width: 1039px) {
  .member_menu {
    bottom: 10px;
  }
  .member_menu li a {
    font-size: 13px;
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
  }
}
@media (max-width: 570px) {
  .member_menu {
    position: relative;
    left: 0;
    bottom: -10px;
  }
  .member_menu li {
    width: 33.33%;
  }
}
/* 회원공통 */
.member-w {
  width: 100%;
  clear: both;
  margin: 0 auto;
  min-width: 300px;
  padding: 0 0 30px 0;
  border-radius: 15px;
  background: #fff;
}
.member-w .noti {
  max-width: 460px;
  margin: 20px auto;
  text-align: center;
}
.member-w .noti h1 {
  font-size: 36px;
  line-height: 1em;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 20px;
}
.member-w .noti p {
  margin: 10px 0;
  font-size: 14px;
  color: #555555;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 480px) {
  .member-w .noti {
    margin: 0 auto;
  }
  .member-w .noti h1 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .member-w .noti p {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .member-w.join_ok h1 {
    padding: 20px 0;
  }
}
/* 회원 member control style */
.m_control {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #333333;
  padding-left: 32px;
  line-height: 25px;
}
.m_control.join {
  padding-left: 0 !important;
  padding-top: 5px;
  font-size: 16px;
  color: #555555;
  line-height: 40px;
}
.m_control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
}
.m_control:hover input ~ .control-indicator.radio,
.m_control input:focus ~ .control-indicator.radio {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m_control input:checked ~ .control-indicator.radio {
  background-color: #4a65f6;
  background-image: url('/images/ttFriendship/member/ico_check.png');
  background-repeat: no-repeat;
  background-position: 0 -25px;
  background-size: 25px auto;
  transition: none;
}
.m_control input:checked ~ .control-indicator.check {
  background-image: url('/images/ttFriendship/member/ico_check.png');
  background-repeat: no-repeat;
  background-position: 0 -25px;
  background-size: 25px auto;
}
.m_control:hover input:not([disabled]):checked ~ .control-indicator.radio,
.m_control input:checked:focus ~ .control-indicator.radio {
  background-color: #4a65f6;
}
.m_control:hover input:not([disabled]):checked ~ .control-indicator.check,
.m_control input:checked:focus ~ .control-indicator.check {
  background-image: url('/images/ttFriendship/member/ico_check.png');
  background-repeat: no-repeat;
  background-position: 0 -25px;
  background-size: 25px auto;
}
.m_control input:disabled ~ .control-indicator {
  background-color: #f1f1f1;
  opacity: 0.6;
  pointer-events: none;
}
.m_control input:checked ~ .control-indicator:after {
  display: block;
}
.control-radio,
.control-radio .control-indicator {
  border-radius: 50%;
}
.control-indicator {
  position: absolute;
  height: 25px;
  width: 25px;
  min-height: 25px;
  min-width: 25px;
}
.control-indicator.radio {
  background-color: #dddddd;
}
.control-indicator.check {
  background-image: url('/images/ttFriendship/member/ico_check.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 25px auto;
}
.control-indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbox-inline {
  left: 6px;
  top: 3px;
  vertical-align: middle;
}
.control-radio .control-indicator:after {
  left: 6px;
  top: 6px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #ffffff;
}
.control-radio input:disabled ~ .control-indicator:after {
  background: #7b7b7b;
}
.control-inline {
  display: inline !important;
  overflow: hidden;
}
@media (max-width: 360px) {
  .m_control.join span {
    width: auto;
    display: inline-block;
    line-height: 20px;
  }
}
/****      //회원공통      *****/
/* 로그인 */
.login_w {
  position: relative;
  background-color: #ffffff;
  max-width: 460px;
  margin: 0 auto;
  padding: 0;
  min-height: 500px;
}
.login_w .login_idpw {
  position: relative;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.login_w .login_idpw .login_item {
  margin-bottom: 7px;
}
.login_w .login_idpw .login_item label {
  display: none;
  text-indent: -999;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.login_w .login_idpw .login_item .input_txt {
  display: block;
}
.login_w .login_idpw .login_item .input_txt input {
  font-size: 14px;
  border: 1px solid #dddddd;
  color: #333333;
  padding: 0 12px 0 40px;
  width: 100%;
  clear: both;
  height: 50px;
  line-height: 39px;
  background-image: url('/images/ttFriendship/member/ico_idpw.png');
  background-repeat: no-repeat;
  background-size: 20px auto;
  outline: none;
}
.login_w .login_idpw .login_item .input_txt input.ico_id {
  background-position: 10px 8px;
}
.login_w .login_idpw .login_item .input_txt input.ico_pw {
  background-position: 10px -35px;
}
.login_w .login_idpw .login_item .input_txt input:hover,
.login_w .login_idpw .login_item .input_txt input:focus {
  border: 1px solid #172d56;
}
.login_w .login_idpw .id_save {
  margin-top: 15px;
  float: left;
  display: inline-block;
}
.login_w .login_idpw .id_save .check {
  top: 0;
  left: 0;
}
.login_w .login_idpw .go_link {
  display: inline-block;
  position: relative;
  float: right;
  margin-top: 15px;
}
.login_w .login_idpw .go_link li {
  float: left;
  margin-right: -1px;
  background-image: url('/images/ttFriendship/member/vr_5c.png');
  background-repeat: no-repeat;
  background-size: 1px 12px;
  background-position: right 50%;
  padding-right: 5px;
  margin-right: 5px;
}
.login_w .login_idpw .go_link li a {
  display: inline-block;
  font-size: 14px;
  color: #555555;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
}
.login_w .login_idpw .go_link li a:hover {
  text-decoration: underline;
}
.login_w .login_idpw .go_link li:last-child {
  background-image: none;
  padding-right: 0;
  margin-right: 0;
}
.login_w p {
  font-size: 13px;
  color: #555555;
  line-height: 20px;
}
.login_w .btn_join {
  display: inline-block;
  margin: 5px 0;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #172d56;
  padding: 0 20px;
  text-decoration: none;
}
.login_w .btn_join i {
  display: inline-block;
  background-image: url('/images/ttFriendship/member/ico_join_arrow.png');
  background-repeat: no-repeat;
  text-indent: -999;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 20px auto;
  background-position: 0 0;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.login_w .btn_join:hover {
  background-color: #101d35;
}
@media (max-width: 360px) {
  .login_w .login_idpw .go_link li {
    letter-spacing: -1px;
  }
  .login_w .login_idpw .go_link li a {
    padding: 0 5px;
  }
  .login_w p {
    letter-spacing: -1px;
    width: 310px;
  }
}
/* 회원가입 종류 */
.join_category {
  background-color: #ffffff;
  width: 100%;
  clear: both;
  padding: 20px 0;
}
.join_category:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.join_category .category {
  text-align: center;
}
.join_category .category h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.join_category ul {
  display: inline-block;
}
.join_category ul li {
  width: 270px;
  margin-bottom: 5px;
  text-align: center;
}
.join_category ul li:last-child {
  margin-bottom: 0;
}
.join_category ul li.half {
  width: 132.5px;
  float: left;
}
.join_category ul li.half.fr {
  float: right;
}
.join_category ul li.half a {
  height: auto;
  line-height: 20px;
  padding: 10px 0;
}
.join_category ul li.half a span {
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.join_category ul li a {
  display: inline-block;
  width: 100%;
  clear: both;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: white;
  text-decoration: none;
}
.join_category ul li a.blue {
  background-color: #4a65f6;
}
.join_category ul li a.sky {
  background-color: #018ace;
}
.join_category ul li a.mint {
  background-color: #149a83;
}
.join_category > div {
  display: inline-block;
  width: 49%;
  min-height: 400px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.join_category > div p {
  font-size: 14px;
  text-align: center;
}
.join_category .foreign {
  float: left;
}
.join_category .domestic {
  float: right;
}
@media (max-width: 680px) {
  .join_category > div {
    width: 100%;
    clear: both;
    min-height: 370px;
    display: block;
    float: none !important;
  }
  .join_category .foreign {
    margin-bottom: 20px;
  }
}
/* 회원가입 폼 */
.join_w {
  width: 100%;
  clear: both;
  margin: 0 auto;
  padding: 40px 20px;
}
.join_w.w80p {
  width: 80%;
}
.join_w h4 {
  font-size: 2.6rem;
  color: #111;
  font-weight: 500;
  margin: 40px 0 20px 0;
  line-height: 28px;
}
.join_w h4.tac {
  text-align: center;
}
.join_w h4 strong {
  color: #4a65f6;
}
.join_w h4 strong.red {
  font-size: 14px;
  color: red;
  font-weight: 400;
}
.join_w h4 span {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 300;
}
.join_w h4 span.bold-txt {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  color:#e51d1d;
}
.join_w h5 {
  font-size: 18px;
  margin: 40px 0;
  text-align: center;
}
.join_w h5 span {
  color: #4a65f6;
}
.join_w > p {
  font-size: 14px;
  color: #666666;
  margin: 10px 0 20px 0;
  text-align: center;
  line-height: 20px;
}
.join_w .caption {
  width: 50%;
  margin: 0 auto;
}
.join_w .caption p {
  font-size: 14px;
  color: #999999;
  margin: 10px 0;
  line-height: 18px;
  padding-left: 14px;
  background-image: url('/images/ttFriendship/member/dot_line.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.join_w .tt_group_name {
  font-size: 3rem;
  color: #111;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.join_auth {
  border-top: 1px solid #172d56;
  border-bottom: 1px solid #172d56;
}
.join_auth .join_form {
  border: none;
}
.join_auth .join_form.parents {
  background-color: #f9f9f9;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
}
.join_auth .phone_auth {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  cursor: pointer;
  font-size: 16px;
  color: white;
  text-align: center;
  background-color: #172d56;
}
.join_auth .phone_auth i {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.join_auth .phone_auth:hover {
  background-color: #101d35;
}
.join_form {
  background-color: #ffffff;
  width: 100%;
  clear: both;
  border-top: 1px solid #172d56;
  border-bottom: 1px solid #f0f0f0;
  /*.check{top:15px;right:0px;}*/
}
.join_form li {
  width: 100%;
  clear: both;
  display: block;
  border-bottom: 1px solid #e1e1e1;
}
.join_form li:last-child {
  border-bottom: none;
}
.join_form li.gray {
  background-color: #f9f9f9;
}
.join_form li:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.join_form.memberadd li .input-group .radio-group li {
  width: auto !important;
  clear: none!important;
  border-bottom: 0!important;
  margin: 0.5rem 2rem 0 0;
}
.join_form.memberadd .join_item {
  padding: 10px 0 10px 30%;
}
.join_form.auth {
  padding: 15px 20px;
}
.join_form.auth li.agree_w {
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
}
.join_form.auth li.agree_w p {
  font-size: 14px;
  line-height: 18px;
}
.join_form.auth li.agree_w .agree {
  position: relative;
}
.join_form.auth li.agree_w .agree .m_control {
  display: inline-block;
}
.join_form.auth li.agree_w .agree .check {
  top: 0;
  left: 0;
}
.join_form.auth .join_item {
  padding: 10px 0 10px 15%;
}
.join_form.auth .join_item .column_txt {
  height: 50px;
  line-height: 50px;
  left: 0;
}
.join_form.auth .join_item .txt_label {
  background: #32334f;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_form.auth .join_item .input_txt {
  max-width: 350px;
}
.join_form.auth .join_item .input_txt input {
  height: 40px;
  line-height: 40px;
}
.join_form.auth .join_item .input_txt .sex_w .r_sex {
  height: 40px;
  background-color: #ffffff;
}
.join_form.auth .join_item .input_txt .sex_w .r_sex .radio + label {
  height: 40px;
  line-height: 38px;
}
.join_form.auth .join_item .input_txt .sex_w .r_sex .radio:checked + label {
  height: 40px;
}
.join_form.auth .join_item .select select {
  height: 40px;
}
.join_form.auth .join_item .select .select-arrow {
  top: 17px;
}
.join_form.auth .join_item .select.grade {
  width: 20%;
  float: none;
}
.join_form.terms {
  padding: 20px 0 0 0;
  border-top: 0 !important;
}
.join_form.terms li {
  border-bottom: none;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
.join_form.terms li .terms_tt {
  font-size: 2rem;
  color: #111;
  font-weight: 500;
  word-spacing: -3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.join_form.terms li .terms_tt .btn_member{margin:0 0 0 auto;}
.join_form.terms li label {
  text-align: right;
  color: #555;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.join_form.terms li.all_ok {
  background: #f8f8f8;
  min-height:auto;
}
.join_form.terms li.all_ok label {
  text-align: left !important;
  line-height: 1.3;
  padding: 16px;
  margin-bottom:0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-left: 16px !important;
}
.join_form.terms .terms_box {
  position: relative;
  overflow-x: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 420px;
  margin-top: 10px;
  padding: 0  10px 8px 10px;
  background: #fff;
  border: 1px solid #ececec;
  scrollbar-base-color: #d9d9d9;
  scrollbar-3dlight-color: #d9d9d9;
  scrollbar-darkshadow-color: #d9d9d9;
  scrollbar-face-color: #d9d9d9;
  scrollbar-highlight-color: #d9d9d9;
  scrollbar-shadow-color: #d9d9d9;
  scrollbar-track-color: #f2f2f2;
  -webkit-overflow-scrolling: touch;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #555555;
}
.join_form.terms .terms_box.h100 {
  height: 100px !important;
  margin-bottom: 10px;
}
.join_form.terms .terms_box.h100:last-child {
  margin-bottom: 0 !important;
}
.join_form.terms .control-indicator {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.join_form.terms .check {
  right: 0;
  top: 14px;
}
.join_form.terms_easy li {
  padding: 10px 15px;
}
.join_form.terms_easy li.all_ok {
  background: #f8f8f8;
  padding: 0 15px;
}
.join_form.terms_easy li.all_ok label.m_control {
  line-height: 55px;
  font-weight: 500;
}
.join_form.terms_easy li label.m_control {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.join_form.terms_easy li label.m_control .control-indicator {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.join_form.terms_easy li span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 32px;
  color: #333;
}
.join_form.terms_easy li .btn_view {
  float: right;
  min-width: 80px;
  height: auto;
  padding: 10px;
  font-size: 13px;
  color: white;
  background-color: #32334f;
  cursor: pointer;
  border-radius: 25px;
}
.join_form .check_w {
  margin-left: 5px;
}
.join_form .check_w .check {
  min-width: 80px;
  height: auto;
  padding: 10px;
  font-size: 13px;
  color: white;
  background-color: #32334f;
  cursor: pointer;
  border-radius: 25px;
}
.join_form .check_w .hint {
  font-size: 13px;
  margin-left: 5px;
  color: #555555;
}
.join_form .all_ok {
  min-height: 55px;
  border-bottom: 1px solid #eeeeee;
}
.policy_w {
  width: 100%;
  clear: both;
  color: #555555;
  font-weight: 300;
  padding: 10px;
}
.policy_w span {
  font-size: 13px;
  width: 100%;
  clear: both;
  display: block;
  line-height: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.policy_w .tit_1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}
.policy_w .tit_2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 5px;
}
.policy_w .ul_01 {
  color: #555555;
  font-size: 13px;
  line-height: 1.6em;
}
.policy_w .ul_01 li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.policy_w .ul_01 li.bold-txt {
  color: #dc2828;
}
.policy_w .ul_02 {
  color: #555555;
  font-size: 13px;
  line-height: 1.6em;
  padding-left: 15px;
}
.policy_w .ul_02 li {
  width: 100%;
  clear: both;
  font-size: 13px;
  color: #555555;
  line-height: 1.4em;
  padding-left: 10px;
  position: relative;
}
.policy_w .ul_02 li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
  font-size: 14px;
}
.policy_w .p1 {
  color: #555555;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
.join_item {
  width: 100%;
  clear: both;
  position: relative;
  padding: 10px 50px 10px 28%;
}
.join_item .column_txt {
  display: inline-block;
  width: 28%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: absolute;
  left: 0;
  padding-left: 20px;
}
.join_item .column_txt.line2 {
  height: auto;
  line-height: 18px;
}
.join_item .out_text {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
}
.join_item .out_text strong {
  color: #f68b33;
}
.join_item .cont {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.join_item .tel {
  display: inline-block;
  float: none;
  padding-right: 20px;
  line-height: 40px;
}
.join_item .tel:after {
  content: '-';
  color: #b3b3b3;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 20px;
}
.join_item .tel:last-child:after {
  display: none;
}
.join_item .birth_w {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
}
.join_item .input_txt {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.join_item .input_txt .mark {
  position: absolute;
  top: 17px;
  left: -15px;
  width: 15px;
  height: 15px;
  background-image: url('/images/ttFriendship/member/ico_mark.png');
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0 0;
}
.join_item .input_txt .mark.T25 {
  top: 27px !important;
}
.join_item .input_txt input {
  font-size: 14px;
  border: 1px solid #dddddd;
  color: #666666;
  padding: 0 10px;
  width: 100%;
  clear: both;
  height: 40px;
  line-height: 40px;
}
.join_item .input_txt input[type="password"].active {
  background-position: 98% -38px;
}
.join_item .input_txt input[type="password"].lock {
  background-position: 98% -75px;
}
.join_item .input_txt input[type="password"].lock.active {
  background-position: 98% -113px;
}
.join_item .input_txt.mb10 {
  margin-bottom: 10px;
}
.join_item .input_txt.birth,
.join_item .input_txt.tel {
  width: 140px;
}
.join_item .input_txt.birth {
  margin-right: 10px;
}
.join_item .input_txt.grade_class {
  width: 100px;
}
.join_item .input_txt.email {
  position: relative;
  max-width: 500px !important;
}
.join_item .input_txt.email input[type="text"] {
  width: 35%;
}
.join_item .input_txt.email .check_w {
  position: absolute;
  top: 5px;
  right: -30px;
  margin-left: 5px;
}
.join_item .input_txt.email .check_w .check {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  color: white;
  background-color: #172d56;
  cursor: pointer;
}
.join_item .input_txt.email .check_w .hint {
  font-size: 12px;
  margin-left: 5px;
  color: #999999;
}
.join_item .input_txt .t_a {
  display: inline-block;
  margin: 0 5px;
}
.join_item .input_txt .sex_w,
.join_item .input_txt .birth_w,
.join_item .input_txt .type_w {
  font-size: 14px;
  padding: 0;
  width: 100%;
  clear: both;
}
.join_item .input_txt .sex_w.type_line,
.join_item .input_txt .birth_w.type_line,
.join_item .input_txt .type_w.type_line {
  border: none;
}
.join_item .input_txt .sex_w .r_sex,
.join_item .input_txt .birth_w .r_sex,
.join_item .input_txt .type_w .r_sex {
  width: 50%;
  float: left;
  height: 40px;
  display: inline-block;
  position: relative;
}
.join_item .input_txt .sex_w .r_sex .radio,
.join_item .input_txt .birth_w .r_sex .radio,
.join_item .input_txt .type_w .r_sex .radio {
  padding: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.join_item .input_txt .sex_w .r_sex .radio + label,
.join_item .input_txt .birth_w .r_sex .radio + label,
.join_item .input_txt .type_w .r_sex .radio + label {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  width: 100%;
  clear: both;
  color: #888888;
  border: 1px solid #e1e1e1;
}
.join_item .input_txt .sex_w .r_sex .radio:checked + label,
.join_item .input_txt .birth_w .r_sex .radio:checked + label,
.join_item .input_txt .type_w .r_sex .radio:checked + label {
  background-position: 0 -15px;
  height: 40px;
  margin-top: 0px !important;
  margin-left: 0px !important;
  border: 1px solid #4a65f6;
}
.join_item .input_txt .sex_w .t_birth,
.join_item .input_txt .birth_w .t_birth,
.join_item .input_txt .type_w .t_birth {
  margin: -1px;
  float: left;
}
.join_item .input_txt .btn_m_chk {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #172d56;
  width: 105px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.join_item .select {
  width: 100%;
  clear: both;
  position: relative;
  display: inline-block;
  margin: -1px;
  float: left;
}
.join_item .select.birth,
.join_item .select.grade {
  width: 80px;
  margin: 0 10px;
  float: none;
}
.join_item .select.birth:first-child,
.join_item .select.grade:first-child {
  width: 140px;
  margin-left: 0;
}
.join_item .select.birth {
  width: 140px;
}
.join_item .select.tel {
  width: 140px;
  margin-top: 2px;
}
.join_item .select.email {
  width: 130px;
  position: absolute;
  top: 2px;
  right: 0;
}
.join_item .select.mem_type {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}
.join_item .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  height: 40px;
  outline: 0;
  border-right: 1px solid #dddddd;
  border-radius: 0;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.join_item .select select::-ms-expand {
  display: none;
}
.join_item .select select:hover,
.join_item .select select:focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #069ad2;
}
.join_item .select select:hover ~ .select-arrow,
.join_item .select select:focus ~ .select-arrow {
  border-top-color: #000;
}
.join_item .select .select-arrow {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #7b7b7b transparent transparent transparent;
  padding-right: 1px;
}
.join_item .text {
  position: relative;
  display: inline-block;
  margin: -1px;
  float: left;
  width: 23.5%;
}
.join_item .textarea_box {
  display: inline-block;
  padding: 10px 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.join_item .textarea_box textarea {
  padding: 5px;
  line-height: 16px;
  vertical-align: middle;
  border: none;
  width: 100%;
  clear: both;
  font-size: 15px;
  color: #666666;
  font-size: 13px;
  color: #333333;
  height: 100px;
}
.join_item .caption {
  width: 100%;
  clear: both;
  display: block;
  font-size: 12px !important;
  color: #666666;
  font-weight: 400 !important;
  line-height: 16px !important;
  position: relative;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 10px!important;
}
.join_item .caption i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  background-color: #4a65f6;
  color: white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}
.join_item .id_chk {
  display: block;
  color: #f68b33;
  font-size: 13px;
  margin-top: 10px;
}
.join_item .chk_txt {
  display: block;
  color: #f68b33 !important;
  font-size: 13px;
  margin-top: 10px;
}
.join_item .pw_chk {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #666666;
  padding-left: 20px;
}
.join_item .pw_chk i {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 18px;
}
.join_item .pw_chk.check i,
.join_item .pw_chk.check b {
  color: #4a65f6;
}
.join_item .pw_chk.disable i,
.join_item .pw_chk.disable b {
  color: #f68b33;
}
.join_item .email_chk {
  display: block;
  color: #f68b33;
  font-size: 13px;
  margin-top: 10px;
}
.join_item .code {
  display: block;
  color: #111;
  font-size: 13px;
  margin-top: 10px;
}
.join_item dt .mark {
  position: absolute;
  top: 2px;
  left: -15px;
  width: 15px;
  height: 15px;
  background-image: url('/images/ttFriendship/member/ico_mark.png');
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0 0;
}
.join_tp {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.join_tp .txt_h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 300;
  color: #333333;
  width: 100%;
  clear: both;
}
.join_tp .txt_h2 {
  font-size: 18px;
  text-align: center;
  color: #555555;
  line-height: 24px;
  width: 100%;
  clear: both;
}
.join_tp .txt_h2 strong {
  color: #f68b33;
}
@media (max-width: 1200px) {
  .join_item {
    padding: 10px 10px 10px 20%;
  }
  .join_item .input_txt .check_w {
    position: absolute;
    top: 50px;
    left: 200px;
  }
  .join_item .input_txt .t_a {
    position: absolute;
    right: 40%;
    top: 12px;
    width: 5%;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 940px) {
  .join_form.auth {
    padding: 15px 0;
  }
  .join_form.auth .column_txt {
    width: 30%;
  }
  .join_form .check_w {
    display: block;
    margin: 5px 0 0 0;
  }
  /*정렬 수정 - 230227 kmj*/
  .join_item .column_txt {
    width: 27%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .join_w .caption {
    width: 100%;
    clear: both;
  }
  .join_w .tt_group_name {
    font-size: 2rem;
  }
}

@media (min-width: 691px) {
  .join_item .birth_w .birth:last-child { margin: 0 10px 0 0; }
}
@media (max-width: 690px) {
  .join_w {
    padding: 30px 10px;
  }
  .join_w.w80p {
    width: 100%;
  }
  .join_w h4 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    line-height: 20px;
    text-align: left !important;
  }
  .join_w h5 {
    font-size: 15px;
    margin: 20px 0;
  }
  .join_item {
    padding: 5px 10px 15px 10px !important;
  }
  .join_item .birth_w .birth:last-child { margin: 0; }
  .join_item .column_txt {
    width: 100% !important;
    position: relative;
    height: 34px !important;
    line-height: 34px !important;
    padding-left: 0;
    top: 18px;
  }
  .join_item .column_txt.line2 br {
    display: none;
  }
  .join_item .input_txt.birth {
    width: 80px!important;
  }
  .join_item .input_txt.email {
    max-width: 100%!important;
    padding-right: 0;
  }
  .join_item .input_txt.email input[type="text"] {
    width: calc(50% - 8.2px);
  }
  .join_item .select.birth {
    width: 80px!important;
    margin: 0;
  }
  .join_item .select.birth:first-child {
    width: 100px!important;
  }
  .join_item .select.grade {
    width: 30%!important;
  }
  .join_item .select.email {
    position: relative;
    width: 100%;
    height: 40px;
    top: 0;
    right: -2px;
    margin-top: 5px;
  }
  .join_item .tel {
    width: 30%!important;
  }
}
@media (max-width: 360px) {
  .join_item .input_txt input {
    padding: 0 4px !important;
    letter-spacing: -1px !important;
  }
  .join_item .input_txt.email {
    padding-right: 0;
  }
  .join_item .input_txt .t_a {
    right: 128px;
  }
  .join_item .input_txt .t_birth span {
    display: none;
  }
  .join_tp .txt_h1 {
    font-size: 50px;
    padding: 0px !important;
  }
  .join_tp .txt_h2 {
    font-size: 17px;
    letter-spacing: -1px;
  }
  .select select {
    padding: 0 10px !important;
    letter-spacing: -1px !important;
  }
  .select .select-arrow {
    right: 10px;
  }
}
/* 회원정보변경 */
.myinfo {
  background-color: #f8f8f8;
}
.myinfo .container {
  margin: 0 auto!important;
  padding: 50px 10px!important;
}
.myinfo_w {
  width: 100%;
  clear: both;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}
.myinfo_w h4 {
  color: #111;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.myinfo_w h4:has(.subtxt){
  gap: 15px;
  flex-wrap: wrap;
}
.myinfo_w h4 .subtxt{
  font-size: 14px;
  letter-spacing: -0.3px;
  word-break: keep-all;
  line-height: 1.4;
  margin: 0;
}
.myinfo_w h4 .subtxt span{
  color: #4a65f6;
}
.myinfo_w h4 label{
  padding: 0 !important;
}
.myinfo_w h4 .control-indicator{
  position: relative;
}
.myinfo_w .info_form {
  width: 100%;
  clear: both;
  border-top: 1px solid #172d56;
  border-bottom: 1px solid #172d56;
}
.myinfo_w .info_form .info_item.last {
  border-bottom: 1px solid #999;
}
.myinfo_w .info_form:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.myinfo_w .info_form li {
  display: block;
  border-bottom: 1px solid #e1e1e1;
}
.myinfo_w .info_form li:last-child {
  border-bottom: none !important;
}
.myinfo_w .info_form .info_item {
  position: relative;
  width: 100%;
  clear: both;
}
.myinfo_w .info_form .info_item span {
  display: inline-block;
  font-size: 14px;
  color: #555555;
}
.myinfo_w .info_form .info_item span.ttl {
  color: #111111;
}
.myinfo_w .info_form .info_item span.cont:has(.bttn){
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.myinfo_w .info_form .info_item span.cont .bttn{
  padding: 10px 15px;
  min-width: 85px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myinfo_w .info_form .info_item span.cont .service_end {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  margin-left: 5px;
  font-size: 13px;
  color: #555;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 40px;
}
.myinfo_w .info_form .info_item span.cont .pay_cancel {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  margin-left: 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #f84000;
  border-radius: 40px;
}
.myinfo_w .info_form .info_item span.cont .service_ing {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  margin-left: 5px;
  font-size: 13px;
  color: #4a65f6;
  text-align: center;
  border: 1px solid #4a65f6;
  border-radius: 40px;
}
.myinfo_w .info_form .info_item .input_txt {
  position: relative;
  width: 100%;
  clear: both;
}
.myinfo_w .info_form .info_item .input_txt input {
  width: 100%;
  clear: both;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #dddddd;
  color: #666666;
  padding: 0 10px;
}
.myinfo_w .info_form .info_item .input_txt.tel {
  padding-right: 20px;
  line-height: 40px;
}
.myinfo_w .info_form .info_item .input_txt.tel:after {
  content: '-';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  text-align: center;
  color: #b3b3b3;
}
.myinfo_w .info_form .info_item .input_txt.tel:last-child:after {
  display: none;
}
.myinfo_w .info_form .info_item .input_txt.grade {
  width: auto;
  margin-right: 10px;
}
.myinfo_w .info_form .info_item .input_txt.grade:last-child {
  margin: 0;
}
.myinfo_w .info_form .info_item .input_txt.grade input[type="text"] {
  width: 50px;
  margin-right: 5px;
}
.myinfo_w .info_form .info_item .input_txt.email {
  position: relative;
}
.myinfo_w .info_form .info_item .input_txt.email .check_w {
  position: absolute;
  top: 5px;
  right: -30px;
  margin-left: 5px;
}
.myinfo_w .info_form .info_item .input_txt.email .check_w .check {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  color: white;
  background-color: #172d56;
  cursor: pointer;
}
.myinfo_w .info_form .info_item .input_txt.email .check_w .hint {
  font-size: 12px;
  margin-left: 5px;
  color: #999999;
}
.myinfo_w .info_form .info_item .select {
  position: relative;
  width: 100%;
  clear: both;
  float: left;
}
.myinfo_w .info_form .info_item .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  height: 40px;
  outline: 0;
  border-right: 1px solid #dddddd;
  border-radius: 0;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.myinfo_w .info_form .info_item .select select::-ms-expand {
  display: none;
}
.myinfo_w .info_form .info_item .select select:hover,
.myinfo_w .info_form .info_item .select select:focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #069ad2;
}
.myinfo_w .info_form .info_item .select select:hover ~ .select-arrow,
.myinfo_w .info_form .info_item .select select:focus ~ .select-arrow {
  border-top-color: #000;
}
.myinfo_w .info_form .info_item .select.birth,
.myinfo_w .info_form .info_item .select.grade {
  width: 80px;
  margin: 0 10px;
  float: none;
}
.myinfo_w .info_form .info_item .select.birth:first-child,
.myinfo_w .info_form .info_item .select.grade:first-child {
  width: 140px;
  margin-left: 0;
}
.myinfo_w .info_form .info_item .select.tel {
  padding-right: 20px;
  line-height: 40px;
}
.myinfo_w .info_form .info_item .select.tel:after {
  content: '-';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  text-align: center;
  color: #b3b3b3;
}
.myinfo_w .info_form .info_item .select.tel > .select-arrow {
  right: 32px;
}
.myinfo_w .info_form .info_item .select.email {
  position: absolute;
  top: 0px;
}
.myinfo_w .info_form .info_item .select .select-arrow {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #7b7b7b transparent transparent transparent;
  padding-right: 1px;
}
.myinfo_w .info_form .info_item .caption {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.myinfo_w .info_form .info_item .caption i {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #4a65f6;
  color: white;
  border-radius: 50%;
  text-align: center;
}
.myinfo_w .info_form .info_item .id_chk {
  display: block;
  color: #f68b33;
  font-size: 13px;
  margin-top: 10px;
}
.myinfo_w .info_form .info_item .code {
  display: block;
  color: #111;
  font-size: 13px;
  margin-top: 10px;
}
.myinfo_w .info_form .info_item .check_w {
  margin-left: 5px;
}
.myinfo_w .info_form .info_item .check_w .check {
  font-size: 13px;
  min-width: 80px;
  height: auto;
  padding: 10px;
  color: white;
  background-color: #32334f;
  cursor: pointer;
  border-radius: 25px;
}
.myinfo_w .info_form .info_item .check_w .hint {
  font-size: 13px;
  margin-left: 5px;
  color: #555555;
}
.myinfo_w .info_form .info_item .pw_chk {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #666666;
  padding-left: 20px;
}
.myinfo_w .info_form .info_item .pw_chk i {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 18px;
}
.myinfo_w .info_form .info_item .pw_chk.check i,
.myinfo_w .info_form .info_item .pw_chk.check b {
  color: #4a65f6;
}
.myinfo_w .info_form .info_item .pw_chk.disable i,
.myinfo_w .info_form .info_item .pw_chk.disable b {
  color: #f68b33;
}
.myinfo_w .info_form .info_item .email_chk {
  display: block;
  color: #f68b33;
  font-size: 13px;
  margin-top: 10px;
}
.myinfo_w .info_form .info_item .sns_mark {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  top: -1px;
  margin-left: 10px;
}
.myinfo_w .info_form .info_item .sns_mark b {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url('/images/ttFriendship/icon_sns.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.myinfo_w .info_form .info_item .sns_mark.naver {
  background-color: #1ec800;
}
.myinfo_w .info_form .info_item .sns_mark.kakao {
  background-color: #FEE500;
}
.myinfo_w .info_form .info_item .sns_mark.kakao b {
  background-position: 0 -20px;
}
.myinfo_w .info_form .info_item .sync_clear {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 100px;
  height: 30px;
  background-color: #f9f9f9;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 28px;
  font-size: 1.3rem;
  color: #000;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding-left: 35px;
}
.myinfo_w .info_form .info_item .sync_clear i {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  vertical-align: middle;
  top: -1px;
  left: -1px;
}
.myinfo_w .info_form .info_item .sync_clear i b {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url('/images/ttFriendship/icon_sns.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.myinfo_w .info_form .info_item .sync_clear.naver i {
  background-color: #1ec800;
}
.myinfo_w .info_form .info_item .sync_clear.naver:hover {
  background-color: #1ec800;
  border: 1px solid #1ec800;
  color: #fff;
}
.myinfo_w .info_form .info_item .sync_clear.kakao i {
  background-color: #FEE500;
}
.myinfo_w .info_form .info_item .sync_clear.kakao i b {
  background-position: 0 -20px;
}
.myinfo_w .info_form .info_item .sync_clear.kakao:hover {
  background-color: #FEE500;
  border: 1px solid #FEE500;
}
.myinfo_w .info_dsc {
  font-size: 15px;
  line-height: 1.3;
  padding-top: 10px;
}
.myinfo_w .info_dsc p {
    display: inline-block;
    font-weight: 600;
    color: #3550eb;
    margin: 0 0 10px;
}
.myinfo_w .info_dsc li {
  border: 0;
}
.myinfo_w .info_dsc .bold-txt {
  padding: 10px 0 15px;
}
.myinfo_w .charges_list {
  display: block !important;
}
.myinfo_w .charges_list th {
  word-break: keep-all;
}
@media (max-width: 940px) {
  .myinfo_w .info_form .info_item .check_w {
    display: block;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 690px) {
  .myinfo_w h4 {
    font-size: 2.6rem;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .myinfo_w .info_form {
    padding: 15px 20px;
  }
  .myinfo_w .info_form .info_item {
    padding: 10px 10px 10px 20%;
  }
  .myinfo_w .info_form .info_item span.ttl {
    position: absolute;
    left: 0;
    max-width: 20%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }
  .myinfo_w .info_form .info_item span.cont {
    height: 40px;
    line-height: 40px;
  }
  .myinfo_w .info_form .info_item .input_txt {
    max-width: 350px;
  }
  .myinfo_w .info_form .info_item .input_txt.tel {
    width: 140px;
  }
  .myinfo_w .info_form .info_item .input_txt.email {
    max-width: 500px !important;
  }
  .myinfo_w .info_form .info_item .input_txt.email input[type="text"] {
    width: 35%;
  }
  .myinfo_w .info_form .info_item .select.tel {
    width: 140px;
  }
  .myinfo_w .info_form .info_item .select.email {
    width: 130px;
    right: 0;
  }
}
@media (max-width: 689px) {
  .myinfo {
    padding-top: 30px!important;
  }
  .myinfo_w h4 {
    font-size: 2rem;
    line-height: 20px;
    margin: 20px 0 10px 0;
  }
  .myinfo_w h4 .subtxt{
  font-size: 13px;
  word-break: break-all;
  }
  .myinfo_w .info_form .info_item {
    padding: 15px 10px;
  }
  .myinfo_w .info_form .info_item span.ttl {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .myinfo_w .info_form .info_item span.cont {
    width: 100%;
    line-height: 1.5;
  }
  .myinfo_w .info_form .info_item span.cont .bttn{
    margin-left: 0;
  }
  .myinfo_w .info_form .info_item .input_txt.tel {
    width: 30%;
  }
  .myinfo_w .info_form .info_item .input_txt.email {
    max-width: 100%;
    padding-right: 0;
  }
  .myinfo_w .info_form .info_item .input_txt.email input[type="text"] {
    width: calc(50% - 8.2px);
  }
  .myinfo_w .info_form .info_item .select.tel {
    width: 30%;
  }
  .myinfo_w .info_form .info_item .select.email {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 5px;
  }
}
/* 아이디/비밀번호 찾기 */
.idpw_w {
  width: 100%;
  clear: both;
  border-top: 1px solid #172d56;
  border-bottom: 1px solid #172d56;
  padding: 15px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.idpw_w .mem_type_w {
  display: block;
  position: relative;
}
.idpw_w .mem_type_w .select {
  width: 100%;
  clear: both;
}
.idpw_w .mem_type_w .select.mem_type {
  width: 100%;
  margin: 0 0 20px 0;
}
.idpw_w .mem_type_w .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  height: 50px;
  outline: 0;
  border-right: 1px solid #dddddd;
  border-radius: 0;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.idpw_w .mem_type_w .select select::-ms-expand {
  display: none;
}
.idpw_w .mem_type_w .select select:hover,
.idpw_w .mem_type_w .select select:focus {
  color: #333333;
  background-color: #ffffff;
}
.idpw_w .mem_type_w .select select:hover ~ .select-arrow,
.idpw_w .mem_type_w .select select:focus ~ .select-arrow {
  border-top-color: #000;
}
.idpw_w .mem_type_w .select .select-arrow {
  position: absolute;
  top: 22px;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #7b7b7b transparent transparent transparent;
  padding-right: 1px;
}
.idpw_w .radio {
  top: 0;
  left: 0;
}
.idpw_w > p {
  color: #333333;
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center;
}
.idpw_w > p.tit {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.idpw_w > p strong {
  color: #4a65f6;
}
.idpw_w > p span {
  color: #f68b33;
}
.idpw_w .idpw_info {
  background-color: #f9f9f9;
  padding: 20px 30px;
}
.idpw_w .idpw_info p {
  text-align: center;
  font-size: 24px;
}
.idpw_w .idpw_info strong {
  color: #f68b33;
}
.idpw_w .findpw_type .t_find_w {
  padding-left: 65px;
  width: 100%;
  clear: both;
  position: relative;
}
.idpw_w .findpw_type .t_find_w .t_find {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/images/ttFriendship/member/ico_fnd_pw.png');
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.idpw_w .findpw_type .t_find_w .t_find.ty01 {
  background-position: 0 0px;
}
.idpw_w .findpw_type .t_find_w .t_find.ty02 {
  background-position: 0 -50px;
}
.idpw_w .findpw_type .t_find_w .t_find.ty03 {
  background-position: 0 -100px;
}
.idpw_w .findpw_type .t_find_w p:first-of-type {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: -5px;
  overflow: hidden;
}
.idpw_w .findpw_type .t_find_w p:first-of-type strong {
  color: #4a65f6;
}
.idpw_w .findpw_type .t_find_w p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 16px;
}
.idpw_w .findpw_type .t_find_w a {
  margin-bottom: 10px;
  display: inline-block;
}
.idpw_w .findpw_type.first {
  padding-top: 0;
  margin-bottom: 35px;
}
.idpw_w .findpw_type.two {
  border-bottom: none;
  padding: 15px 0 0 0;
  border-top: 1px dashed #999999;
}
.idpw_w .out_info {
  position: relative;
}
.idpw_w .out_info p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}
.idpw_w .out_info p.tit {
  font-size: 16px;
  color: #333333;
}
.idpw_w .out_info p span {
  color: #f68b33;
}
.idpw_w .out_info p strong {
  color: #4a65f6;
}
.idpw_w .out_info dl {
  width: 100%;
  clear: both;
  padding: 20px 0;
  font-size: 15px;
  background-color: #f9f9f9;
  position: relative;
  margin-bottom: 20px;
}
.idpw_w .out_info dl dt {
  position: absolute;
  left: 20px;
  display: inline-block;
  color: #555555;
  height: 40px;
  line-height: 20px;
  min-width: 75px;
}
.idpw_w .out_info dl dt:first-child {
  top: 32px;
}
.idpw_w .out_info dl dt:nth-child(3) {
  top: 84px;
}
.idpw_w .out_info dl dt:nth-child(5) {
  top: 138px;
}
.idpw_w .out_info dl dt:nth-child(7) {
  top: 194px;
  width: 128px;
}
.idpw_w .out_info dl dt:nth-child(9) {
  top: 230px;
  width: 55px;
}
.idpw_w .out_info dl dd {
  display: inline-block;
  width: 100%;
}
.idpw_w .out_info dl dd:last-child {
  margin: 0 !important;
}
.idpw_w .out_info dl dd.dd_caption {
  height: 16px;
  line-height: 16px;
  min-height: 16px;
}
.idpw_w .out_info dl dd.dd_caption span {
  display: block;
  font-size: 13px;
  color: #666666;
  font-weight: 400 !important;
  line-height: 16px;
  position: relative;
  padding-left: 20px;
}
.idpw_w .out_info dl dd.dd_caption span i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  background-color: #4a65f6;
  color: white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}
.idpw_w .out_info ul {
  width: 100%;
  clear: both;
  border: 1px solid #e1e1e1;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.idpw_w .out_info ul li {
  padding: 10px 0;
}
.idpw_w .out_info.change_pw dl {
  padding: 20px 130px 20px 150px;
}
.idpw_w .out_info.change_pw dl .check {
  display: inline-block;
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #458e00;
}
.idpw_w .out_info .textarea_box {
  display: inline-block;
  padding: 10px 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  width: 100%;
  clear: both;
  position: relative;
}
.idpw_w .out_info .textarea_box textarea {
  padding: 5px;
  line-height: 16px;
  vertical-align: middle;
  border: none;
  width: 100%;
  clear: both;
  font-size: 15px;
  color: #666666;
  font-size: 13px;
  color: #333333;
}
@media (max-width: 650px) {
  .findpw_pop01 dl {
    width: 100%;
    clear: both;
    padding: 20px;
  }
  .findpw_pop01 dl dt {
    display: block;
    position: relative;
    left: 0;
    top: 0 !important;
    width: 100%;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
  }
  .findpw_pop01 dl dd {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .findpw_pop01 .select {
    width: 100% !important;
  }
  .findpw_pop01 input[type="text"],
  .findpw_pop01 input[type="password"] {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .idpw_w {
    padding: 15px 0;
  }
  .idpw_w .join_item .input_txt {
    width: 100%;
    clear: both;
  }
  .idpw_w .findpw_type {
    padding: 0;
  }
  .idpw_w .findpw_type .t_find_w {
    padding-left: 0;
  }
  .idpw_w .findpw_type .t_find_w .t_find.ty01 {
    display: none !important;
  }
  .idpw_w .findpw_type .t_find_w .t_find.ty02 {
    display: none !important;
  }
  .idpw_w .findpw_type .t_find_w .t_find.ty03 {
    display: none !important;
  }
  .idpw_w .findpw_type.first {
    padding: 0 0 15px 0;
  }
}
@media (max-width: 460px) {
  .idpw_w .phoneipin_w li {
    width: 100%;
    display: block !important;
    margin-bottom: 20px;
  }
  .idpw_w .out_info dl {
    margin: 0;
  }
  .idpw_w .out_info dl dt {
    position: relative;
    left: 0;
    top: 0 !important;
    height: 28px;
    line-height: 28px;
  }
  .idpw_w .out_info dl dd {
    display: block !important;
    height: auto;
    min-height: auto;
  }
  .idpw_w .out_info dl dd.dd_email {
    height: 120px;
  }
  .idpw_w .out_info dl dd.dd_caption {
    height: auto;
  }
  .idpw_w .out_info dl dd .join_item {
    padding: 5px 10px 0 10px !important;
  }
  .idpw_w .out_info.change_pw dl .check {
    display: block;
    position: relative;
    right: 0;
  }
  .idpw_w .idpw_info P {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .idpw_w > p {
    font-size: 26px;
    line-height: 30px;
  }
  .idpw_w > p.tit {
    line-height: 20px;
  }
  .idpw_w input {
    padding: 0 4px !important;
    letter-spacing: -1px !important;
  }
  .findpw_type .t_find_w p {
    letter-spacing: -1px;
  }
  .findpw_pop01 p {
    font-size: 15px;
    line-height: 24px;
  }
  .findpw_pop01 p strong {
    color: #f68b33;
  }
  .findpw_pop01 dl {
    padding: 10px;
  }
  .findpw_pop01 .con_area {
    width: 100%;
    clear: both;
    padding: 20px;
    font-size: 15px;
    background-color: #eeeeee;
    margin-bottom: 20px;
  }
  .findpw_pop01 span {
    font-size: 15px;
    color: #555555;
  }
  .findpw_pop01 input[type="text"],
  .findpw_pop01 input[type="password"] {
    padding-left: 20px;
    border: 1px solid #dddddd;
    vertical-align: middle;
    height: 40px;
    font-size: 14px;
    width: 100%;
    clear: both;
    color: #666666;
    outline: 0;
    display: inline-block;
  }
}
/* 비빌번호찾기-변경/완료 */
.idpwFind_w {
  padding: 50px 0 0;
}
.idpwFind_w h4 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #111;
  margin-bottom: 20px;
}
.idpwFind_w h4.tac {
  text-align: center;
}
.idpwFind_w h4 strong {
  color: #4a65f6;
}
.idpwFind_w h4 span {
  font-size: 14px;
  font-weight: 300;
}
.idpwFind_w .pw_edit .join_auth {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px 0;
}
.idpwFind_w .pw_edit .join_item {
  padding: 0!important;
}
.idpwFind_w .pw_edit .join_item p:last-child {
  margin: 10px 0 0!important;
}
.idpwFind_w .pw_result img {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 15px;
}
/* buttton style */
.btn_w {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 20px auto;
}
.btn_w:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.btn_w.btnC {
  text-align: center;
}
.btn_w.btnL {
  text-align: left;
}
.btn_member {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  min-width: 115px;
  height: auto;
  background-color: #4a65f6;
  color: #ffffff;
  margin: 0 5px;
  border-radius: 30px;
}
.btn_member.one {
  min-width: 200px;
}
.btn_member.blue {
  color: #ffffff;
  background-color: #4a65f6;
}
.btn_member.blue_line {
  color: #4a65f6;
  border: 1px solid #4a65f6;
  background-color: #fff;
}
.btn_member.blue_line:hover {
  background-color: #4a65f6;
}
.btn_member.navy {
  color: #ffffff;
  background-color: #172d56;
}
.btn_member.navy_L {
  color: #ffffff;
  background-color: #172d56;
  margin-right: 5px;
}
.btn_member.navy:hover,
.btn_member.navy_L:hover {
  background-color: #0f1e39;
}
.btn_member.gray {
  color: #fff;
  background: #909198;
}
.btn_member.gray:hover {
  background: #79797e;
}
.btn_member.red {
  color: #ffffff;
  background-color: #d9534f;
}
.btn_member.red:hover {
  background-color: #c9302c;
  color: #ffffff; 
}
.btn_member.small {
  min-width: 100px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
}
.btn_member.big_navy {
  width: 100% !important;
  clear: both !important;
  height: 65px;
  line-height: 65px;
  color: #ffffff;
  background-color: #172d56;
  text-align: center;
}
.btn_member:hover {
  background-color: #3550eb;
  color: #ffffff;
}
.btn_member i.ok {
  display: inline-block;
  background-image: url('/images/ttFriendship/member/ico_join_ok.png');
  background-repeat: no-repeat;
  text-indent: -999;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 20px auto;
  background-position: 0 0;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.btn_member i.next {
  display: inline-block;
  background-image: url('/images/ttFriendship/main_t/long_arrow.png');
  background-repeat: no-repeat;
  text-indent: -999;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-size: auto 7px;
  background-position: -20px 5px;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: -10px;
}
@media (max-width: 690px) {
  .btn_member {
    font-size: 1.4rem;
    width: auto;
    padding: 10px 30px;
    line-height: normal;
    height: auto;
  }
  .btn_member i.next {
    background-size: auto 7px;
    background-position: -20px 5px;
    width: 20px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: -10px;
  }
}
/* select style */
.select {
  position: relative;
  display: inline-block;
  margin: 0;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  outline: 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  background-color: #ffffff;
  color: #555555;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select.small select {
  height: 30px !important;
  line-height: 30px;
}
.select.medium select {
  height: 39px !important;
  line-height: 39px;
}
.select.full select {
  height: 43px !important;
  line-height: 43px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #333333;
  background-color: #ffffff;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select-arrow {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #555555 transparent transparent transparent;
}
.select.small .select-arrow {
  top: 12px;
  right: 12px;
}
.select.medium .select-arrow {
  top: 17px;
  right: 15px;
}
.select.full .select-arrow {
  top: 17px;
  right: 15px;
}
.select select:hover ~ .select-arrow,
.select select:focus ~ .select-arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select-arrow {
  border-top-color: #ccc;
}
/* table style */
.table_list {
  width: 100%;
  clear: both;
}
.table_list table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  clear: both;
  border-top: 2px solid #585858;
  border-bottom: 2px solid #585858;
}
.table_list table th {
  border-bottom: 1px solid #a0a0a0;
  text-align: center;
  font-size: 14px;
  background-color: #f1f1f1;
  color: #333333;
  padding: 8px 5px;
  line-height: 1.4;
  font-weight: 400;
}
.table_list table td {
  border-bottom: 1px solid #dddddd;
  text-align: center;
  font-size: 13px;
  background-color: #ffffff;
  color: #666666;
  padding: 8px 5px;
  line-height: 2.4em;
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
  font-family: 'Saira Semi Condensed', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
  font-weight: 500;
  line-height: 1.6;
}
.table_list table .control-indicator {
  position: relative;
}
@media (min-width: 700px) {
  .bbs_list th.col_choice {
    width: 100px !important;
  }
  .bbs_list th.col_id {
    width: 160px !important;
  }
  .bbs_list th.col_date {
    width: 100px !important;
  }
  .bbs_list span.label {
    display: none;
  }
  .bbs_list a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 699px) {
  .bbs_list table {
    position: relative;
  }
  .bbs_list table thead {
    display: none;
    text-indent: -999;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
  }
  .bbs_list table thead th {
    display: none;
    text-indent: -999;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
  }
  .bbs_list table tr {
    border-bottom: 1px solid #999999;
  }
  .bbs_list table td {
    display: block;
    height: auto;
    line-height: 18px;
    text-align: left;
    padding: 0 0 0 50px;
    border-bottom: none;
    word-break: break-word;
  }
  .bbs_list table td.col_id {
    margin-top: 10px;
  }
  .bbs_list table td.col_date {
    margin-bottom: 10px;
  }
  .bbs_list table td.col_choice {
    display: inline-block;
    position: absolute;
    left: 10px;
    border-bottom: none;
    padding-left: 0;
    background-color: transparent;
  }
  .bbs_list table td.col_choice .m_control {
    padding-left: 0;
    display: inline-block;
    top: 6px;
  }
  .bbs_list table span.label {
    font-size: 12px;
    padding-right: 5px;
    color: #888;
  }
}
@media (max-width: 469px) {
  .btn_member {
    display: block;
    margin: 5px auto;
    max-width: 300px;
    text-align: center;
  }
}

/*진단등록 수정 - 230227 kmj*/
.popup1 .join_w span { margin-bottom: 15px; }
.join_item .column_txt { line-height: 18px; height: 30px; }

/*약관 테이블*/
.terms_tbl{text-align:center;border-collapse: collapse;border-spacing: 0;width:100%;}
.terms_tbl th{padding:6px 0;background-color:#efefef;font-size: 14px;border:1px solid #e7e7e7;}
.terms_tbl tr td{padding:6px 0;font-size: 13px;border:1px solid #e7e7e7;}

/*휴면 계정 안내*/
.wrap.sleep{width:100%;text-align:center;padding:0 20px !important;}
.wrap.sleep .sleep-wrap{padding:60px 0;margin:0 auto;}
.wrap.sleep .sleep-wrap h1{color: #111;font-weight:600;text-align:center;font-weight:600;letter-spacing:-0.5px;}
.wrap.sleep .sleep-wrap p{font-weight:400;line-height:1.4;}
.wrap.sleep .sleep-wrap p span{font-weight:600;color:#4A65F6;}
.wrap.sleep .sleep-wrap .sleep_date{width:100%;max-width:800px;background-color:#f1f1f1;border-radius:8px;position:relative;}
.wrap.sleep .sleep-wrap p:nth-last-child(2){position:relative;}
.wrap.sleep .sleep-wrap p:nth-last-child(2)::after{display:block;content:'';height:1px;background-color:#eee;position:absolute;left:50%;transform: translateX(-50%);}
.wrap.sleep .sleep-wrap .sleep_date p{padding:30px 0;}
.wrap.sleep .sleep-wrap a{display:block;width:100%;color:#fff;background-color:#414141;padding:20px 0;border-radius:100px;}
@media (min-width:599px){
  .wrap.sleep .sleep-wrap h1{font-size:3.6rem;padding:30px 0 40px;}
  .wrap.sleep .sleep-wrap p{font-size:1.6rem;}
  .wrap.sleep .sleep-wrap .sleep_date{margin:30px auto;}
  .wrap.sleep .sleep-wrap .sleep_date p{font-size:1.7rem;}
  .wrap.sleep .sleep-wrap a{margin: 80px auto 0;}
  .wrap.sleep .sleep-wrap p:nth-last-child(2)::after{bottom:-38px;width:75%;}
  .wrap.sleep .sleep-wrap a{font-size:1.8rem;max-width:300px;}
}
@media (max-width:598px){
  .wrap.sleep .sleep-wrap h1{font-size:2.4rem;padding:30px 0 25px;}
  .wrap.sleep .sleep-wrap p{font-size:1.4rem;}
  .wrap.sleep .sleep-wrap .sleep_date{margin:20px auto;}
  .wrap.sleep .sleep-wrap .sleep_date p{font-size:1.5rem;}
  .wrap.sleep .sleep-wrap a{margin:35px auto 0;}
  .wrap.sleep .sleep-wrap p:nth-last-child(2)::after{bottom:-16px;width:100%;}
  .wrap.sleep .sleep-wrap a{font-size:1.5rem;max-width:230px;}  
}

/* 설문조사 스타일 */
.join_form.survey_form {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.join_form.survey_form li {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}

.join_form.survey_form li:last-child {
  border-bottom: none;
}

.join_form.survey_form .join_item {
  padding: 0;
}

.join_form.survey_form .join_item .column_txt {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.2 !important;
  padding: 0 0 18px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.join_form.survey_form .survey_options {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: none !important;
}

.join_form.survey_form .survey_options .m_control.join {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
}
.join_form.survey_form .survey_options .m_control.join.survey_etc input {
  width: auto;
}
.join_form.survey_form .survey_options .m_control.join .control-indicator {
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
}
.join_form.survey_form .survey_options .m_control.join span b{
  font-weight: 600;
}
.join_form.survey_form .survey_options .m_control.join span:not(.control-indicator) {
  flex: 1;
  font-size: 14px;
  color: #333333;
  line-height: 1.3;
}
.join_form.survey_form .survey_etc_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.join_form.survey_form .survey_etc {
  margin-bottom: 0;
}

.join_form.survey_form .survey_etc_input {
  display: block;
}
.join_form.survey_form .survey_etc_input .input_txt {
  width: 100%;
  max-width: 500px;
}

.join_form.survey_form .survey_etc_input input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #666666;
}

.join_form.survey_form .survey_etc_input input:focus {
  border-color: #4a65f6;
  outline: none;
}
@media (max-width: 940px) {
  .join_form.auth.survey_form .join_item .column_txt{transform:none;}
}
@media (max-width: 690px) {
  .join_form.auth.survey_form {
    padding: 0;
  }
  .join_form.auth.survey_form .join_item {
    padding: 0 !important;
  }
  .join_form.survey_form .join_item .column_txt {
    padding-bottom: 0;
    line-height: 1.2;
  }
  .join_form.survey_form .survey_etc_input .input_txt {
    max-width: 100%;
  }
  .join_form.survey_form .survey_options {
    margin-top: 35px;
  }
}@media (max-width: 360px) {
  .join_form.auth.survey_form .join_item .input_txt input{
    padding: 0 4px !important;
    letter-spacing: -1px !important;
  }
  .join_form.auth.survey_form .m_control.join span {
    width: 25px;
  }
}


/****/

.major_label{
  padding: 0 0 20px;
  text-align: center;
  clear: both;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1%;
}
.major_label > li{
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
}
.major_label li{
  width: calc(25% - 25px);
  display: inline-block;
  margin: 8px;
}
.major_label li a{
  display: flex;
  padding: 20px;
  border: 1px solid white;
  box-shadow: 0 0.2rem 0.8rem rgba(22, 71, 170, 0.2);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.major_label li a span{
  display: block;
  padding: 10px 0 0 0;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  text-indent: 0;
}

/* 목차 */
.cnt_list{
      width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    row-gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.cnt_list li{
  position: relative;
    width: 45%;
    padding: 0;
    margin: 5px 0;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
}
.cnt_list li a{
  display: flex;
    align-items: center;
    line-height: 1.2;
    color: #444;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 50px;
    height: 44px;
    background-size: 44px auto !important;

}
.cnt_list li:nth-of-type(1) a {
  background: url(/images/ttFriendship/member/label_12.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(2) a {
  background: url(/images/ttFriendship/member/label_01.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(3) a {
  background: url(/images/ttFriendship/member/label_01.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(4) a {
  background: url(/images/ttFriendship/member/label_16.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(5) a {
  background: url(/images/ttFriendship/member/label_11.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(6) a {
  background: url(/images/ttFriendship/member/label_23.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(7) a {
  background: url(/images/ttFriendship/member/label_01.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(8) a {
  background: url(/images/ttFriendship/member/label_29.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(9) a {
  background: url(/images/ttFriendship/member/label_20.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(10) a {
  background: url(/images/ttFriendship/member/label_32.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(11) a {
  background: url(/images/ttFriendship/member/label_22.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(12) a {
  background: url(/images/ttFriendship/member/label_33.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(13) a {
  background: url(/images/ttFriendship/member/label_18.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(14) a {
  background: url(/images/ttFriendship/member/label_27.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(15) a {
  background: url(/images/ttFriendship/member/label_19.png) no-repeat 0 center;
}
.cnt_list li:nth-of-type(16) a {
  background: url(/images/ttFriendship/member/label_25.png) no-repeat 0 center;
}
.cnt_tt > p{
      font-size: 1.6rem;
    font-weight: 600;
    padding: 18px 0 0 62px;
    height: 60px
}
#privacy01 > .tit_1 {
  background: url(/images/ttFriendship/member/label_12.png) no-repeat left 2px;
  background-size: 60px auto;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 18px 0 0 62px;
  height: 60px
}
#privacy02 > .tit_1 {
  background: url(/images/ttFriendship/member/label_01.png) no-repeat left 2px;
  background-size: 60px auto;
}
#privacy03 > .tit_1 {
  background: url(/images/ttFriendship/member/label_11.png) no-repeat left 2px;
  background-size: 60px auto;
}
#privacy04 > .tit_1 {
  background: url(/images/ttFriendship/member/label_01.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy05 > .tit_1 {
  background: url(/images/ttFriendship/member/label_20.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy06 > .tit_1 {
  background: url(/images/ttFriendship/member/label_22.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy07 > .tit_1 {
  background: url(/images/ttFriendship/member/label_18.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy08 > .tit_1 {
  background: url(/images/ttFriendship/member/label_19.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy09 > .tit_1 {
  background: url(/images/ttFriendship/member/label_24.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy10 > .tit_1 {
  background: url(/images/ttFriendship/member/label_16.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy11 > .tit_1 {
  background: url(/images/ttFriendship/member/label_23.png) no-repeat left 2px;
  background-size: 60px auto;
}
 #privacy12 > .tit_1 {
  background: url(/images/ttFriendship/member/label_29.png) no-repeat left 2px;
  background-size: 60px auto;
}

.major_label .label_layer{
  display:none;
  position: absolute;
  min-width: 550px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  z-index: 999;
  font-size: 14px;
  left:50%;
  transform:translate(-50%);
}
.major_label .label_layer .label_desc_top{
    width: 100%;
    padding: 10px;
    background-color: #4a65f6;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    font-size: 16px;
}
.major_label .label_layer .label_desc_btm{
  padding: 15px;
  border: 1px solid #eee;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.major_label .label_layer .label_desc_btm > p{
  margin: 10px auto 20px;
}
.policy_w .table_list table td {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.policy_w .table_list table td span{
  padding:0;
  margin:0;
}
.policy_w .table_list table td.txt-left{
  text-align: left;
}
.policy_w .table_list table td .point-txt{
  color: #4a65f6;
}
.policy_w .table_list table td .red-txt{
  color: #eb3030;
}
.policy_w .table_list table td .bold{
   font-weight: 800;
}
/* .major_label .label_layer.num1 {
  top: 0;
  left: 40%;
}
.major_label .label_layer.num2 {
  top: 0;
  right: 110%;
} */
.major_label li:hover > .label_layer{display:block;}
@media (max-width: 790px) {
  .major_label{
    justify-content: center;
  }
  .major_label li{
    margin: 3px;
    width:calc(25% - 12px);
  }
  .major_label li a{
    padding: 14px;
  }
  .major_label li a img{
    width: 60px;
  }
  .major_label li a span{
    font-size: 13px;
    padding: 6px 0 0 0;
    margin:0;
  }
  .cnt_list {row-gap:0;}
  .cnt_list li{width: 100%;}
}
@media (max-width: 600px) {
  .major_label .label_layer{min-width:450px;}
}
@media (max-width: 480px) {
  .major_label li{
    width: calc(50% - 11px);
  }
  .major_label .label_layer{min-width:330px;}
}