.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

@media screen and (min-width: 1200px) {
  #main main.teemo article .main_content section.use .inner {
    display: block;
  }
  #main main.teemo article .main_content section.use .text h2 {
    margin-bottom: 18px;
  }
  #main main.teemo article .main_content section.use .text h2 + p {
    margin-bottom: 70px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.use ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #main main.teemo article .main_content section.use ul li {
    padding: 0 44px;
    width: 33.3%;
    box-sizing: border-box;
    position: relative;
    border-right: 1px solid #707070;
  }
  #main main.teemo article .main_content section.use ul li:last-child {
    border-right: 0;
  }
  #main main.teemo article .main_content section.use ul li h3 {
    margin-bottom: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.use ul li .icon {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    height: 180px;
    display: block;
    text-align: center;
    line-height: 0;
  }
  #main main.teemo article .main_content section.use ul li .icon img {
    width: auto;
    height: 100%;
  }
  #main main.teemo article .main_content section.use ul li dl dt {
    margin-bottom: 15px;
    line-height: 42px;
    font-size: 28px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.use ul li dl dd {
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.step4 .inner {
    display: block;
  }
  #main main.teemo article .main_content section.step4 .inner > .text {
    width: 100%;
  }
  #main main.teemo article .main_content section.step4 .inner > .text h2 {
    margin-bottom: 31px;
    line-height: 52px;
    font-size: 36px;
  }
  #main main.teemo article .main_content section.step4 .inner > .text p.text {
    margin-bottom: 75px;
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow {
    margin-bottom: 130px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 56px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li {
    width: 25%;
    position: relative;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li:after {
    content: "";
    width: 31px;
    height: 53px;
    display: block;
    background: url("../image/icon_flow_right.svg") no-repeat center center/contain;
    position: absolute;
    right: -45px;
    top: calc(50% - 50px);
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li:last-child:after {
    display: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl {
    margin-bottom: 17px;
    border: 6px solid #41C3E1;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dt {
    width: 130px;
    height: 46px;
    border-radius: 23px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    background: #41C3E1;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dd {
    width: 100%;
    height: 238px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dd > span {
    width: 180px;
    height: 180px;
    display: block;
    line-height: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dd > span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li .caption {
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li {
    margin-bottom: 156px;
    position: relative;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li:before {
    content: "";
    width: 31px;
    height: 53px;
    display: block;
    position: absolute;
    left: calc(50% - 15px);
    top: -80px;
    background: url("../image/icon_frow_bottom.svg") no-repeat center center/contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li:first-child:before {
    display: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li.step3 .text_area,
  #main main.teemo article .main_content section.step4 .inner ol.step > li.step3 .image, #main main.teemo article .main_content section.step4 .inner ol.step > li.step4 .text_area,
  #main main.teemo article .main_content section.step4 .inner ol.step > li.step4 .image {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li.step4 .text_area .cv_btn {
    margin-top: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area {
    margin-bottom: 80px;
    width: 542px;
    float: left;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 {
    margin-bottom: 23px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 small, #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 span {
    display: block;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 small {
    margin-bottom: 23px;
    width: 130px;
    height: 46px;
    border-radius: 23px;
    background: #41C3E1;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 span {
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area p.text {
    margin-bottom: 46px;
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area .inner_frame {
    width: 100%;
    padding: 28px 39px 28px 25px;
    border: 2px solid #41C3E1;
    border-radius: 26px;
    background: #ffffff;
    overflow: hidden;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area .inner_frame dl.search {
    width: calc(100% - 141px);
    float: left;
    text-align: left;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area .inner_frame dl.search dt {
    margin-bottom: 17px;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area .inner_frame dl.search dd {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area .inner_frame .qr {
    width: 111px;
    float: right;
    line-height: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area .inner_frame .qr img, #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area .inner_frame .qr canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area dl.account_type {
    margin-bottom: 10px;
    padding: 15px 20px;
    width: 490px;
    border: 2px solid #41C3E1;
    border-radius: 21px;
    background: #ffffff;
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area dl.account_type dt {
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .image {
    margin-top: 70px;
    margin-bottom: 80px;
    width: 490px;
    float: right;
    border-radius: 32px;
    overflow: hidden;
    background: #EEEEEE;
    box-shadow: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .image.no_frame {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion {
    clear: both;
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion.open > dt button span.icon:before {
    transform: rotate(360deg);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion.open > dt button span.icon:after {
    transform: rotate(360deg);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button {
    padding: 37px 64px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span {
    display: block;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.text {
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon {
    width: 34px;
    height: 34px;
    position: relative;
    background: #41C3E1;
    border-radius: 50%;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon:before, #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon:after {
    content: "";
    width: 20px;
    height: 6px;
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 10px);
    background: #ffffff;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon:after {
    transform: rotate(90deg);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd {
    overflow: hidden;
    display: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul {
    padding: 70px 64px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li {
    margin-bottom: 96px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li dl {
    width: 50%;
    line-height: 32px;
    font-size: 18px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li dl dt {
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li dl dd ol {
    margin-left: 20px;
    list-style-type: decimal;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li .image {
    margin: 0;
    padding: 0;
    display: block;
    background: #EEEEEE;
    border-radius: 32px;
    box-shadow: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd button.close {
    margin: 10px auto 80px auto;
    width: 400px;
    height: 80px;
    display: block;
    background: #ffffff;
    border: 2px solid #41C3E1;
    border-radius: 40px;
    text-align: center;
    line-height: 76px;
    font-size: 20px;
    font-weight: bold;
    color: #41C3E1;
    cursor: pointer;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd button.close:hover {
    background: #41C3E1;
    color: #ffffff;
  }
  #main main.teemo article .main_content section.service .inner {
    display: block;
  }
  #main main.teemo article .main_content section.service .text {
    margin-bottom: 40px;
    width: 100%;
  }
  #main main.teemo article .main_content section.service .text h2 {
    margin-bottom: 40px;
    line-height: 52px;
    font-size: 36px;
  }
  #main main.teemo article .main_content section.service .full_table {
    width: 100%;
  }
  #main main.teemo article .main_content section.service .full_table table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
  }
  #main main.teemo article .main_content section.service .full_table table th, #main main.teemo article .main_content section.service .full_table table td {
    padding: 28px 12px;
    min-height: 91px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #3B3938;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 21px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.service .full_table table thead {
    background: #B6DBEA;
  }
  #main main.teemo article .main_content section.service .full_table table thead tr th {
    width: 25%;
    box-sizing: border-box;
    border-top: 1px solid #3B3938;
    border-right: 1px solid #3B3938;
  }
  #main main.teemo article .main_content section.service .full_table table thead tr th:last-child {
    border-right: 0;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr th .icon {
    margin: 0 auto;
    width: 81px;
    display: block;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr th .icon img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td {
    border-left: 1px solid #3B3938;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.logo {
    margin: 0 auto;
    width: 190px;
    display: block;
    line-height: 0;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.logo.small {
    width: 80px;
    margin-top: 5px;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.logo img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td .charge {
    font-size: 12px;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td .note {
    line-height: 26px;
    font-size: 11px;
    color: #41C3E1;
    font-weight: normal;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status {
    margin: 0 auto;
    display: block;
    background: no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    position: relative;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status.maru {
    width: 55px;
    height: 55px;
    background-image: url("../image/icon_table_maru.svg");
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status.batu {
    width: 51px;
    height: 51px;
    background-image: url("../image/icon_table_batu.svg");
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status.sankaku {
    width: 71px;
    height: 62px;
    background-image: url("../image/icon_table_sankaku.svg");
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td sub {
    position: absolute;
    right: -20px;
    bottom: 0;
    vertical-align: bottom;
    text-indent: 0;
    line-height: 30px;
    font-size: 20px;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.card .inner {
    display: block;
  }
  #main main.teemo article .main_content section.card .text {
    margin-bottom: 100px;
    width: 100%;
  }
  #main main.teemo article .main_content section.card .text h2 {
    margin-bottom: 0;
    line-height: 52px;
    font-size: 36px;
  }
  #main main.teemo article .main_content section.card .images {
    margin-bottom: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 34px;
  }
  #main main.teemo article .main_content section.card .images p.img {
    width: 50%;
  }
  #main main.teemo article .main_content section.card .images p.img img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article .main_content section.card .frame {
    border: 2px solid #41C3E1;
    border-radius: 28px;
    background: #ffffff;
    position: relative;
  }
  #main main.teemo article .main_content section.card .frame h3 {
    padding: 0 12px;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    position: absolute;
    top: -17px;
    left: 30px;
  }
  #main main.teemo article .main_content section.card .frame h3 span {
    height: 30px;
    display: block;
  }
  #main main.teemo article .main_content section.card .frame h3 span.logo {
    line-height: 0;
  }
  #main main.teemo article .main_content section.card .frame h3 span.logo img {
    width: auto;
    height: 100%;
  }
  #main main.teemo article .main_content section.card .frame h3 span.title {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.card .frame ul {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
  }
  #main main.teemo article .main_content section.card .frame ul li {
    position: relative;
  }
  #main main.teemo article .main_content section.card .frame ul li:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  #main main.teemo article .main_content section.card .frame ul li.teemo {
    width: 395px;
  }
  #main main.teemo article .main_content section.card .frame ul li.emp {
    width: 495px;
  }
  #main main.teemo article .main_content section.card .frame ul li:before {
    content: "";
    width: 63px;
    height: 63px;
    display: block;
    position: absolute;
    right: -100px;
    top: calc(50% - 31.5px);
    background: url("../image/icon_plus.svg") no-repeat center center/contain;
  }
  #main main.teemo article .main_content section.card .frame ul li:last-child:before {
    display: none;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: left;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo.teemo {
    background: #E4F3FA;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo.emp {
    background: #F8F8F7;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo img {
    width: 98px;
  }
  #main main.teemo article .main_content section.card .frame ul li dl, #main main.teemo article .main_content section.card .frame ul li p {
    margin-left: 160px;
  }
  #main main.teemo article .main_content section.card .frame ul li dl .note, #main main.teemo article .main_content section.card .frame ul li p .note {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #000000;
    display: block;
  }
  #main main.teemo article .main_content section.card .frame ul li dl .note li, #main main.teemo article .main_content section.card .frame ul li p .note li {
    display: grid;
    grid-template-columns: 15px auto;
    width: 165px;
    margin: 0 0 0 auto;
  }
  #main main.teemo article .main_content section.card .frame ul li dl {
    text-align: center;
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt {
    margin-bottom: 12px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    line-height: 26px;
    font-size: 19px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt:before, #main main.teemo article .main_content section.card .frame ul li dl dt:after {
    content: "";
    width: 1px;
    height: 46px;
    display: block;
    position: absolute;
    top: calc(50% - 23px);
    background: #41C3E1;
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt:before {
    left: 0;
    transform: rotate(-30deg);
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt:after {
    right: 0;
    transform: rotate(30deg);
  }
  #main main.teemo article .main_content section.card .frame ul li dl dd {
    text-align: left;
    line-height: 26px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.card .frame ul li p {
    line-height: 26px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.card .frame ul li sup {
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.card p.card_link {
    margin-top: 70px;
    text-align: center;
  }
  #main main.teemo article .main_content section.card p.card_link a {
    padding-right: 26px;
    display: inline-block;
    position: relative;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.card p.card_link a:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
    background: url("../image/icon_link_arrow.svg") no-repeat center center/contain;
  }
}
@media screen and (max-width: 1199px) {
  #main main.teemo article .main_content section.use .inner {
    display: block;
  }
  #main main.teemo article .main_content section.use .text h2 + p {
    line-height: 24px;
    font-size: 14px;
  }
  #main main.teemo article .main_content section.use ul li {
    padding: 44px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #707070;
  }
  #main main.teemo article .main_content section.use ul li:last-child {
    border-bottom: 0;
  }
  #main main.teemo article .main_content section.use ul li h3 {
    margin-bottom: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.use ul li .icon {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    height: 170px;
    display: block;
    text-align: center;
    line-height: 0;
  }
  #main main.teemo article .main_content section.use ul li .icon img {
    width: auto;
    height: 100%;
  }
  #main main.teemo article .main_content section.use ul li dl dt {
    margin-bottom: 12px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.use ul li dl dd {
    line-height: 24px;
    font-size: 14px;
  }
  #main main.teemo article .main_content section.step4 .inner {
    display: block;
  }
  #main main.teemo article .main_content section.step4 .inner > .text {
    width: 100%;
  }
  #main main.teemo article .main_content section.step4 .inner > .text h2 {
    margin-bottom: 23px;
    line-height: 45px;
    font-size: 30px;
  }
  #main main.teemo article .main_content section.step4 .inner > .text p.text {
    margin-bottom: 28px;
    line-height: 28px;
    font-size: 16px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow {
    margin-bottom: 60px;
    padding: 20px 0;
    overflow: hidden;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li {
    margin-bottom: 30px;
    width: calc(50% - 30px);
    float: left;
    position: relative;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li:nth-child(1), #main main.teemo article .main_content section.step4 .inner ol.flow li:nth-child(2) {
    margin-right: 30px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li:nth-child(3) {
    clear: both;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li:nth-child(3), #main main.teemo article .main_content section.step4 .inner ol.flow li:nth-child(4) {
    margin-left: 30px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li:before {
    content: "";
    width: 20px;
    height: 24px;
    display: block;
    background: url("../image/icon_flow_right.svg") no-repeat center center/contain;
    position: absolute;
    left: -25px;
    top: calc(50% - 34px);
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li:first-child:before {
    display: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl {
    margin-bottom: 2px;
    border: 3px solid #41C3E1;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dt {
    width: 100px;
    height: 24px;
    border-radius: 12px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #41C3E1;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dd {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dd > span {
    width: 120px;
    height: 120px;
    display: block;
    line-height: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li dl dd > span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.flow li .caption {
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li {
    margin-bottom: 100px;
    position: relative;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li:before {
    content: "";
    width: 40px;
    height: 48px;
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: -80px;
    background: url("../image/icon_frow_bottom.svg") no-repeat center center/contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li:first-child:before {
    display: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li.step4 .text_area .cv_btn {
    margin-top: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area {
    margin-bottom: 60px;
    width: 100%;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 {
    margin-bottom: 18px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 small, #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 span {
    display: block;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 small {
    margin-bottom: 12px;
    width: 90px;
    height: 28px;
    border-radius: 12px;
    background: #41C3E1;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area h3 span {
    line-height: 36px;
    font-size: 26px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area p.text {
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area p.install_btn {
    margin-bottom: 40px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area p.install_btn a {
    margin: 0 auto;
    width: 90%;
    height: 60px;
    display: block;
    background: #ffffff;
    border: 2px solid #41C3E1;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area p.cv_btn {
    margin-bottom: 40px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area dl.account_type {
    margin-bottom: 5px;
    padding: 8px 12px;
    border: 2px solid #41C3E1;
    border-radius: 12px;
    background: #ffffff;
    line-height: 24px;
    font-size: 15px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .text_area dl.account_type dt {
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .image {
    margin-bottom: 30px;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 22px;
    overflow: hidden;
    background: #EEEEEE;
    box-shadow: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .image.no_frame {
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion {
    clear: both;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion.open > dt button span.icon:before {
    transform: rotate(360deg);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion.open > dt button span.icon:after {
    transform: rotate(360deg);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button {
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    cursor: pointer;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span {
    display: block;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.text {
    padding-right: 50px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: calc(50% - 14px);
    background: #41C3E1;
    border-radius: 50%;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon:before, #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon:after {
    content: "";
    width: 18px;
    height: 4px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 9px);
    background: #ffffff;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dt button span.icon:after {
    transform: rotate(90deg);
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd {
    overflow: hidden;
    display: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul {
    padding: 12px 20px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li {
    margin-bottom: 40px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li dl {
    line-height: 28px;
    font-size: 15px;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li dl dt {
    font-weight: bold;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li dl dd ol {
    margin-bottom: 20px;
    margin-left: 20px;
    list-style-type: decimal;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li .image {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 4/3;
    display: block;
    background: #EEEEEE;
    border-radius: 28px;
    box-shadow: none;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd ul > li .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #main main.teemo article .main_content section.step4 .inner ol.step > li dl.accordion > dd button.close {
    margin: 10px auto 40px auto;
    width: 220px;
    height: 60px;
    display: block;
    background: #ffffff;
    border: 2px solid #41C3E1;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.service .inner {
    display: block;
  }
  #main main.teemo article .main_content section.service .text {
    margin-bottom: 40px;
    width: 100%;
  }
  #main main.teemo article .main_content section.service .text h2 {
    margin-bottom: 40px;
    line-height: 52px;
    font-size: 36px;
  }
  #main main.teemo article .main_content section.service .full_table table {
    margin: 0 auto;
    width: 500px;
    border-collapse: collapse;
    background: #ffffff;
  }
  #main main.teemo article .main_content section.service .full_table table th, #main main.teemo article .main_content section.service .full_table table td {
    padding: 14px 6px;
    min-height: 40px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #3B3938;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.service .full_table table thead {
    background: #B6DBEA;
  }
  #main main.teemo article .main_content section.service .full_table table thead tr th {
    width: 25%;
    box-sizing: border-box;
    border-top: 1px solid #3B3938;
    border-right: 1px solid #3B3938;
  }
  #main main.teemo article .main_content section.service .full_table table thead tr th:last-child {
    border-right: 0;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr th .icon {
    margin: 0 auto;
    width: 40px;
    display: block;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr th .icon img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td {
    border-left: 1px solid #3B3938;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.logo {
    margin: 0 auto;
    width: 90px;
    display: block;
    line-height: 0;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.logo.small {
    margin-top: 5px;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.logo img {
    width: 100%;
    height: auto;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status {
    margin: 0 auto;
    display: block;
    background: no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    position: relative;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status.maru {
    width: 22px;
    height: 22px;
    background-image: url("../image/icon_table_maru.svg");
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status.batu {
    width: 22px;
    height: 22px;
    background-image: url("../image/icon_table_batu.svg");
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td span.status.sankaku {
    width: 26px;
    height: 24px;
    background-image: url("../image/icon_table_sankaku.svg");
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td sub {
    position: absolute;
    right: -12px;
    bottom: 0;
    vertical-align: bottom;
    text-indent: 0;
    line-height: 20px;
    font-size: 10px;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.service .full_table table tbody tr td .note {
    font-size: 11px;
    color: #41C3E1;
    font-weight: normal;
  }
  #main main.teemo article .main_content section.card .inner {
    display: block;
  }
  #main main.teemo article .main_content section.card .text {
    margin-bottom: 40px;
    width: 100%;
  }
  #main main.teemo article .main_content section.card .text h2 {
    margin-bottom: 40px;
    line-height: 52px;
    font-size: 36px;
  }
  #main main.teemo article .main_content section.card .images {
    width: 100%;
  }
  #main main.teemo article .main_content section.card .images p.img {
    margin-bottom: 30px;
  }
  #main main.teemo article .main_content section.card .images p.img img {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
  }
  #main main.teemo article .main_content section.card .frame {
    border: 2px solid #41C3E1;
    border-radius: 18px;
    background: #ffffff;
    position: relative;
  }
  #main main.teemo article .main_content section.card .frame h3 {
    padding: 0 12px;
    height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    background: #ffffff;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 270px;
  }
  #main main.teemo article .main_content section.card .frame h3 span {
    display: block;
  }
  #main main.teemo article .main_content section.card .frame h3 span.logo {
    height: 16px;
    line-height: 0;
  }
  #main main.teemo article .main_content section.card .frame h3 span.logo img {
    width: auto;
    height: 100%;
  }
  #main main.teemo article .main_content section.card .frame h3 span.title {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
  }
  #main main.teemo article .main_content section.card .frame ul {
    padding: 32px 20px 24px 20px;
  }
  #main main.teemo article .main_content section.card .frame ul li {
    margin-bottom: 50px;
    position: relative;
  }
  #main main.teemo article .main_content section.card .frame ul li:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: calc(50% - 13px);
    bottom: -40px;
    background: url("../image/icon_plus.svg") no-repeat center center/contain;
  }
  #main main.teemo article .main_content section.card .frame ul li:last-child {
    margin-bottom: 0;
  }
  #main main.teemo article .main_content section.card .frame ul li:last-child:before {
    display: none;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: left;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo.teemo {
    background: #E4F3FA;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo.emp {
    background: #F8F8F7;
  }
  #main main.teemo article .main_content section.card .frame ul li .logo img {
    width: 80px;
  }
  #main main.teemo article .main_content section.card .frame ul li dl, #main main.teemo article .main_content section.card .frame ul li p {
    margin-left: 110px;
  }
  #main main.teemo article .main_content section.card .frame ul li dl small.note, #main main.teemo article .main_content section.card .frame ul li p small.note {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #000000;
  }
  #main main.teemo article .main_content section.card .frame ul li dl {
    text-align: center;
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt {
    margin-bottom: 6px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt:before, #main main.teemo article .main_content section.card .frame ul li dl dt:after {
    content: "";
    width: 1px;
    height: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    background: #41C3E1;
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt:before {
    left: 0;
    transform: rotate(-30deg);
  }
  #main main.teemo article .main_content section.card .frame ul li dl dt:after {
    right: 0;
    transform: rotate(30deg);
  }
  #main main.teemo article .main_content section.card .frame ul li dl dd {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
  }
  #main main.teemo article .main_content section.card .frame ul li p {
    line-height: 24px;
    font-size: 14px;
  }
  #main main.teemo article .main_content section.card .frame ul li sup {
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.card small.note {
    padding-top: 8px;
  }
  #main main.teemo article .main_content section.card p.card_link {
    margin-top: 40px;
    text-align: center;
  }
  #main main.teemo article .main_content section.card p.card_link a {
    padding-right: 20px;
    display: inline-block;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #41C3E1;
  }
  #main main.teemo article .main_content section.card p.card_link a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    background: url("../image/icon_link_arrow.svg") no-repeat center center/contain;
  }
}