@charset "UTF-8";
.main-container:not(.popup-container .main-container)::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: calc(100% - 120px);
  left: 0;
  top: 120px;
  /* background: url("../contents/img/bg.png") no-repeat; */
  background-size: 100% 200vh;
  filter: hue-rotate(312deg) grayscale(1);
  pointer-events: none;
}

.comp_card_wrap {
  display: inline-flex;
  padding-top: 50px;
  padding-bottom: 80px;
  gap: 50px;
  flex-wrap: wrap;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-content: flex-start;
}
.comp_card_wrap .comp_card_box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  flex: 1 1 calc(var(--max-width) / 3 - 170px);
  background: linear-gradient(180deg, #f5f5f5 60%, rgba(255, 255, 255, 0.0549019608) 0%);
  border-radius: 30px 0 30px 0;
  justify-content: space-between;
}
.comp_card_wrap .comp_card_box .logo-wrap {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.comp_card_wrap .comp_card_box .logo-wrap img {
  width: 100%;
  height: 180px;
  min-height: 180px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border-radius: 20px;
  border-radius: 30px;
}
.comp_card_wrap .comp_card_box .status-wrap {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
}
.comp_card_wrap .comp_card_box .status-wrap span {
  top: -50px;
  right: 10px;
  position: absolute;
  padding: 20px 40px;
  font-size: 1.5rem;
  background: #146178;
  color: white;
  border-radius: 150px;
}
.comp_card_wrap .comp_card_box .status-wrap span[data-txt=회장사] {
  background: rgb(21, 21, 21);
}
.comp_card_wrap .comp_card_box .status-wrap span[data-txt=부회장사] {
  background: rgb(70, 71, 135);
}
.comp_card_wrap .comp_card_box .status-wrap span[data-txt=이사사] {
  background: #271f8f;
}
.comp_card_wrap .comp_card_box .status-wrap span[data-txt=특별회원사] {
  background: rgb(190, 62, 94);
}
.comp_card_wrap .comp_card_box .status-wrap span[data-txt=특별회원사]::after {
  content: "⭐";
  position: absolute;
  right: 0;
  top: -10px;
}
.comp_card_wrap .comp_card_box .intro-wrap {
  background: white;
  margin: 0 30px;
  border-radius: 30px 20px 30px 20px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.0509803922);
  overflow: hidden;
  flex: inherit;
  justify-content: space-between;
}
.comp_card_wrap .comp_card_box .intro-wrap::after {
  content: "핀테크산업협회 회원사";
  width: 100%;
  padding: 10px 20px;
  text-align: right;
  box-sizing: border-box;
  color: rgba(13, 60, 101, 0.6588235294);
  background: whitesmoke;
}
.comp_card_wrap .comp_card_box .intro-wrap .comp_nm {
  display: inline-flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  border-bottom: 1px solid white;
}
.comp_card_wrap .comp_card_box .intro-wrap .comp_nm span {
  font-size: 1.6rem;
  font-weight: bold;
}
.comp_card_wrap .comp_card_box .intro-wrap .comp_nm a {
  color: black;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.comp_card_wrap .comp_card_box .intro-wrap .comp_nm a::after {
  content: "🔗";
}
.comp_card_wrap .comp_card_box .intro-wrap .comp_intro {
  display: inline-flex;
  flex-direction: row;
  padding: 20px;
  gap: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
}
.comp_card_wrap .comp_card_box .intro-wrap .comp_intro span {
  color: #454545;
  font-size: 1.3rem;
  background-color: whitesmoke;
  border-radius: 20px;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.step-deco-banner {
  width: 100%;
  height: 150px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-deco-banner.tp01 {
  background: url("../contents/img/main_banner_007.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}
.step-deco-banner.tp02 {
  background: url("../contents/img/main_banner_001.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.step-deco-banner.tp03 {
  background: url("../contents/img/main_banner_006.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.step-deco-banner.tp04 {
  background: url("../contents/img/top-banner-003.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.step-deco-banner.tp05 {
  background: url("../contents/img/main_banner_004.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.step-deco-banner.tp06 {
  background: url("../contents/img/main_banner_003.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.step-deco-banner.tp07 {
  background: url("../contents/img/main_banner_002.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.step-deco-banner h1 {
  color: white;
  font-size: 3rem;
}

.fin-step-wrap {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin-bottom: 200px;
}
.fin-step-wrap .pointer {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #154eab;
  margin-top: 120px;
}
.fin-step-wrap .fin-step {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fin-step-wrap .fin-step .step-icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  padding: 80px;
  border: 1px solid gainsboro;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fin-step-wrap .fin-step .step-icon-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.fin-step-wrap .fin-step .step-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.fin-step-wrap .fin-step .step-content h3 {
  margin: 40px 0 0 0;
  cursor: context-menu;
}
.fin-step-wrap .fin-step .step-content p {
  font-size: 1.6rem;
  white-space: pre-line;
  text-align: center;
  line-height: 40px;
  cursor: context-menu;
}

.sub-script-shb {
  padding: 10px;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  align-items: flex-start;
  padding: 40px 10px;
  background-color: var(--white);
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}
.sub-script-shb h5 {
  color: cornflowerblue;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 40px;
  padding: 5px 20px;
  font-size: 2.4rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sub-script-shb h5::after {
  content: "";
  width: 100px;
  height: 2px;
  background: lightgrey;
  position: absolute;
  bottom: -10px;
}
.sub-script-shb:nth-child(2) h5 {
  background-attachment: fixed;
}
.sub-script-shb:nth-child(3) h5 {
  background-attachment: fixed;
}
.sub-script-shb:nth-child(4) h5 {
  background-attachment: fixed;
}
.sub-script-shb:nth-child(5) h5 {
  background-attachment: fixed;
}
.sub-script-shb li {
  color: #323232;
  font-size: 1.2rem;
  line-height: 40px;
  background: linear-gradient(45deg, #a67fe3, #10aadd);
  border-radius: 20px;
  padding: 0 20px;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
}
.sub-script-shb span {
  padding: 10px;
  box-sizing: border-box;
  color: #323232;
  font-size: 1.2rem;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.sub-script-shb b {
  font-size: 1.5rem;
  border-radius: 11px;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-underline-offset: 10px;
  text-decoration-color: #ffffff;
  align-self: center;
  background: linear-gradient(45deg, #5183c3, #68abdd);
  box-sizing: border-box;
  margin-top: 50px;
  padding: 20px 50px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.comp-v-wraper{
  display: flex;
  flex-direction: row;
}
.comp-card-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  transition: all 0.35s;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.comp-card-wrap:hover {
  /* border: 1px solid gainsboro; */
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1607843137);
  /* padding: 20px; */
  padding-top: 20px;
  border-radius: 20px;
}
.comp-card-wrap:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #000529;
  right: -30px;
  display: flex;
  z-index: -1;
}
@media (max-width:1200px){
  .comp-v-wraper{
    flex-direction: column !important;
  }
  .comp-card-wrap:not(:last-of-type)::after{
    display: none;
  }
}
@media (max-width: 900px) {
  .comp-card-wrap:not(:last-of-type)::after {
    content: "";
    display: none !important;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #000529;
    right: -30px;
    display: flex;
    z-index: -1;
  }
}
.comp-card-wrap .comp-title {
  color: #000084;
  padding: 10px 0;
  font-size: 1.2rem;
  box-sizing: border-box;
  align-self: flex-start;
  width: calc(100% - 10px);
  /* border: 1px solid #0e005fb8; */
  padding: 10px 20px;
  border-radius: 80px;
  box-shadow: 2px 2px 5px rgba(0, 83, 255, 0.3215686275), -3px -3px 4px rgba(0, 74, 128, 0.5490196078);
  background: white;
  top: 185px;
  left: 5px;
  position: absolute;
  -webkit-backdrop-filter: blur(3px) saturate(3.5);
          backdrop-filter: blur(3px) saturate(3.5);
}
.comp-card-wrap p {
  margin: 0;
  height: 100px;
}
.comp-card-wrap .comp-card-img {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.comp-card-wrap .comp-card-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}

.s-i-t-wrap {
  flex-wrap: wrap;
  width: 100%;
}
.s-i-t-wrap .s-img-icon-wrap {
  background: url("../contents/icons/1_융디지털금.png") no-repeat center/120px 120px;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.s-i-t-wrap li {
  width: 100%;
  background: white;
  color: var(--black);
  text-align: center;
  font-size: 1.5rem;
  gap: 20px;
  flex: 0 1 370px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.s-i-t-wrap li:nth-of-type(2) .s-img-icon-wrap {
  background: url("../contents/icons/2_디지털자산.png") no-repeat center/120px 120px;
}
.s-i-t-wrap li:nth-of-type(3) .s-img-icon-wrap {
  background: url("../contents/icons/3_디지털부동산.png") no-repeat center/120px 120px;
}
.s-i-t-wrap li:nth-of-type(4) .s-img-icon-wrap {
  background: url("../contents/icons/6_디지털문화.png") no-repeat center/120px 120px;
}
.s-i-t-wrap li:nth-of-type(5) .s-img-icon-wrap {
  background: url("../contents/icons/5_디지털환경.png") no-repeat center/120px 120px;
}
.s-i-t-wrap li:nth-of-type(6) .s-img-icon-wrap {
  background: url("../contents/icons/4_디지털헬스.png") no-repeat center/120px 120px;
}
@media (max-width: 900px) {
  .s-i-t-wrap li {
    flex: 0 1 220px;
  }
}

.middleBox {
  margin-bottom: 160px;
  position: relative;
  width: 100%;
  margin: 0;
}
.middleBox ol {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.middleBox ol li {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.middleBox ol li a {
  color: var(--black);
}
.middleBox ol li a::after {
  content: "🔗";
  margin-left: 10px;
}
.middleBox ol li dl {
  width: 100%;
}
.middleBox ol li dl div {
  padding: 30px;
  margin-top: 24px;
  background-color: #f4f4f4;
  font-size: 18px;
  line-height: 27px;
}
.middleBox ol li dl dt {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}
.middleBox ol li dl dd {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.middleBox ol li dl dd dl {
  width: 100%;
  padding: 30px;
  margin-top: 24px;
  background-color: #f4f4f4;
  overflow: hidden;
  box-sizing: border-box;
}
.middleBox ol li dl dd dl dt {
  float: left;
  font-size: 18px;
  line-height: 27px;
  clear: both;
  width: 80px;
}
.middleBox ol li dl dd dl dd {
  float: left;
  font-size: 18px;
  line-height: 27px;
}
.middleBox ol li dl .moView {
  display: none !important;
}
.middleBox ol li strong {
  width: 230px;
  min-width: 230px;
  padding-top: 144px;
  background-size: 128px;
  font-size: 24px;
  font-family: kr_bold;
  line-height: 36px;
  text-align: center;
  display: flex;
  padding-left: 30px;
}
.middleBox ol li:nth-child(1) {
  background-image: url("../contents/icons/intro/icon_join_01.svg");
  background-repeat: no-repeat;
}
.middleBox ol li:nth-child(2) {
  background-image: url("../contents/icons/intro/icon_join_02.svg");
  background-repeat: no-repeat;
}
.middleBox ol li:nth-child(3) {
  background-image: url("../contents/icons/intro/icon_join_03.svg");
  background-repeat: no-repeat;
}
.middleBox ol li:nth-child(4) {
  background-image: url("../contents/icons/intro/icon_join_04.svg");
  background-repeat: no-repeat;
}
.middleBox ol li:nth-child(5) {
  background-image: url("../contents/icons/intro/icon_join_05.svg");
  background-repeat: no-repeat;
}
.middleBox ul {
  overflow: hidden;
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
}
.middleBox ul li {
  position: relative;
  width: 366px;
  height: 222px;
  padding-top: 295px;
  background-repeat: no-repeat;
  background-position: 50% 91px;
  background-size: 128px;
  font-size: 24px;
  font-family: kr_regular;
  line-height: 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.middleBox ul li:nth-child(1) {
  background-image: url("../contents/icons/intro/icon_benefit_01.svg");
}
.middleBox ul li:nth-child(2) {
  background-image: url("../contents/icons/intro/icon_benefit_02.svg");
}
.middleBox ul li:nth-child(3) {
  background-image: url("../contents/icons/intro/icon_benefit_03.svg");
}
.middleBox ul li:nth-child(4) {
  background-image: url("../contents/icons/intro/icon_benefit_04.svg");
}
.middleBox ul li:nth-child(5) {
  background-image: url("../contents/icons/intro/icon_benefit_05.svg");
}
.middleBox ul li:nth-child(6) {
  background-image: url("../contents/icons/intro/icon_benefit_06.svg");
}

dl, ul, ol, menu, li {
  list-style: none;
}

.oltree-container {
  display: grid;
  grid-template-columns: 80px 200px 200px 200px 80px;
  /* width: 100%; */
  padding: 10px;
  box-sizing: border-box;
}
.oltree-container .oltree-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.oltree-container .oltree-item p {
  display: inline-flex  ;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #146178;
  text-align: center;
  color: white;
  /* height: 100%; */
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  white-space: nowrap;
  border-radius: 40px;
  font-size: 1.3rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5294117647);
  white-space: normal;
}
.oltree-container .oltree-item p:has(+ .oltree-sub) {
  cursor: pointer;
}
.oltree-container .oltree-item p:has(+ .oltree-sub)::after {
  content: "+ More";
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 15px;
  background-color: #ff3232;
  padding: 0 10px;
  font-size: 0.7rem;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3607843137);
}
.oltree-container .oltree-item p:hover + .oltree-sub, .oltree-container .oltree-item p + .oltree-sub:hover {
  width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.oltree-container .oltree-item p.dept0 {
  background: white;
  border: 1px solid #000953;
  color: #000953;
  /* height: 240px; */
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 8px;
}
.oltree-container .oltree-item p.dept1 {
  background: linear-gradient(45deg, #191251, #080d42);
  box-shadow: 0 0 8px 0px white inset;
}
.oltree-container .oltree-item p.dept2 {
  background: linear-gradient(45deg, #4f95ab, #041885);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2196078431);
  border-radius: 60px;
  margin-bottom: 10px;
}
.oltree-container .oltree-item p.dept3 {
  background: linear-gradient(45deg, #146178, #354fa3);
}
.oltree-container .oltree-item p.dept4 {
  background: linear-gradient(170deg, #afbecc, #919194);
}
.oltree-container .oltree-item p.dept5 {
  background: white;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2196078431);
  color: #727272;
  font-size: 1.1rem;
  text-shadow: unset;
}
.oltree-container:last-of-type .oltree-item p.dept5 {
  white-space: normal;
  width: 380px;
}
.oltree-container .oltree-item .oltree-sub {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  width: 250px;
  height: 0;
  background: rgba(0, 0, 0, 0.3411764706);
  color: white;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px) drop-shadow(2px 4px 6px black);
          backdrop-filter: blur(5px) drop-shadow(2px 4px 6px black);
  transition: all 0.35s;
}
.oltree-container .oltree-item .oltree-sub p {
  margin: 0;
  background: #0c0c0c;
  justify-content: flex-start;
}
.oltree-container .oltree-item span {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid gainsboro;
  border-top: unset;
  background: var(--white);
}
.oltree-container .oltree-item.top::before {
  content: "";
  width: 1px;
  background: #d0d0d0;
  height: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: -1;
  overflow: hidden;
}
.oltree-container .oltree-item.top::after {
  content: "";
  width: 1px;
  background: #d0d0d0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: -1;
  overflow: hidden;
}
.oltree-container .oltree-item.harf-top::after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background: #d0d0d0;
  bottom: 50%;
  z-index: -1;
  left: 50%;
}
.oltree-container .oltree-item.bottom::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  left: 50%;
  background: #d0d0d0;
  top: 119%;
}
.oltree-container .oltree-item .v-line {
  height: 1px;
  width: 100%;
  background: #d0d0d0;
}
.oltree-container .oltree-item .v-line.harf {
  width: 50%;
}
.oltree-container .oltree-item .sub-content-dep {
  position: relative;
  top: 0px;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.oltree-item.dd::after {
  content: '';
  height: 60px;
  width: 1px;
  top: unset;
  background: #d0d0d0;
  position: absolute;
  left: 50%;
  z-index: -1;
  overflow: hidden;
}
.def-content-wraspan > div {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: 50px 0 100px 0;
}
h6.tag-focus {
  width: fit-content !important;
  border-radius: 40px;
  /* border: 1px solid gainsboro; */
  padding: 10px;
  background: lavenderblush;
}
@media(max-width:1200px){
  .def-content-wrap .sub-script.whwlreh {
    zoom: 0.8;
  }
}
@media (max-width: 900px) {
  .mob-col {
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column !important;
  }
  .middleBox ol {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 150px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .middleBox .mob-col {
    display: flex !important;
  }
  .comp_card_wrap .comp_card_box .intro-wrap {
    margin: 0 10px;
  }
  .sub-script-shb {
    padding: 50px 10px;
  }
  .sub-script-shb span, .sub-script-shb li {
    font-size: 1.1rem;
  }
  .sub-script-shb li
   {
    font-size: 1.2rem;
    line-height: 40px;
  }
  .step-deco-banner h1{
    font-size: 1.8rem;
  }
  .sub-script-shb b {
    align-self: center;
  }
  .def-content-wraspan > div {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 50px 0 100px 0;
  }
  .def-content-wrap .sub-script.whwlreh {
    zoom: 0.7;
  }
}
@media (max-width: 600px) {
  .def-content-wrap .sub-script.whwlreh {
    zoom: 0.5;
  }
  .oltree-container{
    width: 100%;
    grid-template-columns: 10px 1fr 0.1fr 1fr 10px;
  }
  .oltree-container .oltree-item p{
    font-size: 1.7rem;
  }
  .oltree-container .oltree-item p.dept0, .oltree-container .oltree-item p.dept1{
    min-width: 240px;
  }
  .oltree-container .oltree-item p.dept2{
    width: 200px;
    align-self: center;
  }
  .oltree-container:last-of-type .oltree-item p.dept5{
    width:200px;
    font-size: 1.3rem;
  }
  .oltree-container .oltree-item .sub-content-dep {
    width: 100%;
  }
  .oltree-container:last-of-type .oltree-item p.dept5{
    width: 100%;
    min-width: 200px;
  }

}

.input-switch-ios input[type="checkbox"] {
    display: none;
}
.input-switch-ios input[type="checkbox"] + label {
    display: block;
    position: relative;
    height: 40px;
    width: 70px;
    background-color: white;
    border: 2px solid #eee;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    margin: 10px;
}
.input-switch-ios input[type="checkbox"] + label:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 0 1px #ddd;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 50%;
    border-radius: 20px;
}
.input-switch-ios input[type="checkbox"]:checked + label {
    background-color: #00e169;
}
.input-switch-ios input[type="checkbox"]:checked + label:after {
    content: "";
    right: 0;
}


.customrange {
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 1.5rem; /* thumb의 height와 일치 */
    margin: 0; /* reset margin */
    padding: 0; /* reset padding */
    background-color: transparent;
}

/* thumb */
.customrange::-webkit-slider-thumb { /* Webkit 기반 브라우저 */
    appearance: none;
    width: 1.5rem; /* height와 일치 */
    height: 1.5rem;
    border: none;
    border-radius: 50%;
    background-color: #007475;
    transition: all 0.15s ease-in-out;
    margin-top: calc((0.5rem - 1.5rem) * 0.5); /* calc((track의 height - thumb의 height) * 0.5) */
}
.customrange::-moz-range-thumb { /* 파이어폭스 */
    appearance: none;
    width: 1.5rem; /* height와 일치 */
    height: 1.5rem;
    border: none;
    border-radius: 50%;
    background-color: #007475;
    transition: all 0.15s ease-in-out;
}
.customrange:focus::-webkit-slider-thumb { /* Webkit 기반 브라우저 */
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 116, 117, .4);
}
.customrange:focus::-moz-range-thumb { /* 파이어폭스 */
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(0, 116, 117, .4);
}
.customrange::-webkit-slider-thumb:active { /* Webkit 기반 브라우저 */
    background-color: #99c7c7;
}
.customrange::-moz-range-thumb:active { /* 파이어폭스 */
    background-color: #99c7c7;
}

/* track */
.customrange::-webkit-slider-runnable-track { /* Webkit 기반 브라우저 */
    cursor: pointer;
    width: 100%;
    height: 0.5rem;
    background-color: #d3d9de;
    border-radius: 0.25rem;
}
.customrange::-moz-range-track { /* 파이어폭스 */
    cursor: pointer;
    width: 100%;
    height: 0.5rem;
    background-color: #d3d9de;
    border-radius: 0.25rem;
}

/* disabled 속성 적용 시 */
.customrange:disabled::-webkit-slider-thumb { /* Webkit 기반 브라우저 */
    pointer-events: none;
    background-color: #8b9aa7;
}
.customrange:disabled::-moz-range-thumb { /* 파이어폭스 */
    background-color: #8b9aa7;
}
