@charset "utf-8";

html,
body {
    min-width: 360px;
}
* {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    color: #191919;
    letter-spacing: -0.8px;
}
.m_ct {
    display: none;
}
.pc_ct {
    display: block;
}



header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
header .logo {
    margin: auto;
    padding: 0 30px;
    max-width: 1500px;
    width: 100%;
}
header .logo a {
    display: inline-flex;
    height: 80px;
    align-items: center;
}
header .logo img {
    width: 130px;
}
main .container section > .inner {
    padding: 0 30px;
    max-width: 1500px;
    width: 100%;
    margin: auto;
    text-align: center;
}
main .container section.ct1 {
    background: #fcf16a;
    width: 100%;
    padding-top: 80px;
}
main .container section.ct1 > .inner {
    padding-top: 40px;
    padding-bottom: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
main .container section.ct1 .left_ct {
    text-align: left;
}
main .container section.ct1 .left_ct h5 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -1.2px;
}

main .container section.ct1 .left_ct p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.68px;
    line-height: 28px;
    margin-top: 20px;
}
main .container section.ct1 .left_ct p span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 28px;
}
main .container section.ct1 .right_ct {
    display: flex;
}
main .container section.ct1 .dec {

    position: relative;
    top: -50px;
    right: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #00b071;
    box-shadow: 0px 3px 9.7px 0.3px rgba(7, 8, 22, 0.05);
    /*
    width: 133px;
    height: 133px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #00b071;
    box-shadow: 0px 3px 9.7px 0.3px rgba(7, 8, 22, 0.05);
    */
}

main .container .banner_ct {
    display: none;
}

main .container section.ct1 .dec.m_ct {
    display: none;
}
main .container section.ct1 .dec h5 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1.44px;
    color: #fff;
    text-align: center;
}
main .container section.ct1 .dec h5 span {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.72px;
    color: #fff;
    text-align: center;
    display: block;
}
main .container section.ct1 .dec em {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    letter-spacing: -0.48px;
    margin-top: 5px;
    display: block;
}
main .container section.ct1 .ico_box {
    display: flex;
    align-items: center;
    height: 133px;
    background: #fff;
    box-shadow: 0px 3px 9.7px 0.3px rgba(7, 8, 22, 0.05);
    margin-left: 10px;
    border-radius: 15px;
    padding: 0 30px;
}
main .container section.ct1 .ico_box li {
    text-align: center;
    padding: 0 30px;
}
main .container section.ct1 .ico_box li .img {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .container section.ct1 .ico_box li p {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    margin-top: 10px;
}
main .container section.ct1 .ico_box li:nth-child(1) img {
    width: 47px;
}
main .container section.ct1 .ico_box li:nth-child(2) img {
    width: 38px;
}
main .container section.ct1 .ico_box li:nth-child(3) img {
    width: 46px;
}
main .container section.ct1 .ico_box li:nth-child(4) img {
    width: 46px;
}
main .container .nav {
    box-shadow: 0px 3px 9.7px 0.3px rgba(7, 8, 22, 0.05);
    margin: auto;
    width: calc(100% - 60px);
    border-radius: 15px;
    background: #fff;
    margin-top: -45px;
    position: sticky;
    top: 0;
    z-index: 10;
    max-width: 1440px;
    transition: all 0.2s;
    overflow: hidden;
}
main .container .nav.sticky {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}
main .container .nav .inner {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    margin: auto;
    max-width: 1440px;
    padding: 0 30px;
}
main .container .nav .link {
    display: flex;
    align-items: center;
}
main .container .nav .link li {
    border-radius: 5px;
    transition: all 0.2s;
}
main .container .nav .link li + li {
    margin-left: 10px;
}
main .container .nav .link li a {
    padding: 15px 20px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    line-height: 1;
    transition: all 0.2s;
}
main .container .nav .link li:hover {
    background: #f9f9f9;
}
main .container .nav .link li.active {
    background: #fcf16a;
}
main .container .nav .link li.active a {
    color: #191919;
}

main .container .tel {
    border-radius: 5px;
    box-shadow: 0px 3px 9.7px 0.3px rgba(153, 153, 153, 0.05);
    background: #00b071;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.72px;
    line-height: 1;
}
main .container .tel.m_ct {
    display: none;
}
main .container .tel img {
    width: 17px;
}
main .container .tel span {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 5px;
    letter-spacing: -0.6px;
}
main .container section.ct2 {
    padding: 90px 0;
}

main .container section.ct2 .inner .segment h5 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1.12px;
}

main .container section.ct2 .inner .segment p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 34px;
}
main .container section.ct2 .inner .segment span {
    display: block;
    color: #777;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

main .container section.ct2 .inner .img {
    width: 480px;
    height: 290px;
    margin: auto;
    margin-top: 60px;
    border-radius: 15px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(7, 8, 22, 0.08);
    background: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 30px 30px;
}
main .container section.ct2 .inner .img img {
    display: block;
    width: 100%;
    margin-top: 12px;
}

main .container section.ct2 .inner .img div p {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1.28px;
    margin-top: 40px;
}
main .container section.ct2 .inner .img div p span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #0b8cce;
    letter-spacing: -0.6px;
}
main .container section.ct2 .inner .img > p {
    background: #fcf16a;
    border-radius: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 25px;
    letter-spacing: -0.68px;
    width: 100%;
}
main .container section.ct2 .inner .dec {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.6px;
    margin-top: 30px;
}
main .container section.ct2 .inner .dec span {
    color: #00b071;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.6px;
}
main .container section.ct3 {
    background: #f9f9f9;
    padding: 80px 0px;
    overflow: hidden;
}
main .container section.ct3 .inner {
    position: relative;
    max-width: none;
}
main .container section.ct3 .inner h5 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-align: center;
    margin-bottom: 60px;
}
main .container section.ct3 .inner h5 span {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    color: #00b071;
}
main .container section.ct3 .sw_wrap {
    width: 632px;
    margin: auto;
    position: relative;
}

main .container section.ct3 .ct3_sw {
    margin: auto;
    overflow: initial;
}
main .container section.ct3 .ct3_sw li.swiper-slide {
    display: flex;
    opacity: 0.5;
    transition: all 0.2s;
    width: 325px;
}
main .container section.ct3 .ct3_sw li.swiper-slide img {
    border-radius: 15px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(7, 8, 22, 0.08);
}

main .container section.ct3 .ct3_sw li.swiper-slide-active {
    opacity: 1;
}
main .container section.ct3 .ct3_sw li.swiper-slide .segment {
    position: absolute;
    top: 190px;
    right: 0;
    width: 330px;
    border-radius: 15px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(7, 8, 22, 0.08);
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
}
main .container section.ct3 .ct3_sw li.swiper-slide .segment h6 {
    background: #fcf16a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.72px;
    line-height: 1;
}
main .container section.ct3 .ct3_sw li.swiper-slide .segment p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 17px 15px;
}
main .container section.ct3 .ct3_sw li.swiper-slide .segment p > span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block;
}
main .container section.ct3 .ct3_sw li.swiper-slide-active .segment {
    opacity: 1;
    pointer-events: all;
}
main .container section.ct3 .sw_wrap .swiper_btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 1;
}
main .container section.ct3 .sw_wrap .swiper_btn > div {
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 9.7px 0.3px rgba(7, 8, 22, 0.1);
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

main .container section.ct3 .sw_wrap .swiper_btn > div img {
    width: 12px;
}
main .container section.ct3 .sw_wrap .swiper_btn .swiper-button-prev img {
    transform: rotate(180deg);
}
main .container section.ct3 .sw_wrap .swiper_btn .swiper-button-prev {
    margin-right: 15px;
}

main .container section.ct3 .sw_wrap .swiper_btn .swiper-button-prev,
main .container section.ct3 .sw_wrap .swiper_btn .swiper-button-next {
    position: initial;
}
main .container section.ct3 .sw_wrap .swiper_btn .swiper-button-prev::after,
main .container section.ct3 .sw_wrap .swiper_btn .swiper-button-next::after {
    display: none;
}
@media screen and (min-width: 981px) {
    main .container section.ct3 .ct3_sw li.swiper-slide-active {
        opacity: 1;
        width: 632px !important;
        margin-left: 40px !important;
        margin-right: 100px !important;
    }
    main .container section.ct3 .ct3_sw {
        transform: translateX(-194px);
    }
}

main .container .banner_ct {
    background: #00b071;
    padding: 50px;
    text-align: center;
}
main .container .banner_ct h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
}
main .container .banner_ct p {
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.68px;
    margin-top: 15px;
}
main .container .banner_ct a {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #fcf16a;
    border-radius: 10px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(153, 153, 153, 0.1);
    color: #333736;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.68px;
    max-width: 250px;
    font-weight: 700;
    margin-top: 40px;
}
main .container .banner_ct a img {
    width: 24px;
}
main .container section.ct4 {
    padding: 90px 0;
}
main .container section.ct4 .ct4_sw {
    margin: auto;
    max-width: 315px;
    position: relative;
}
main .container section.ct4 .title {
    font-size: 28px;
    letter-spacing: -1.12px;
    font-weight: 700;
    text-align: center;
}
main .container section.ct4 .sub_title {
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
main .container section.ct4 .sub_title span {
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 30px;
    color: #777;
    display: block;
}
main .container section.ct4 .sw_wrap {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
main .container section.ct4 .ct4_sw .slick-list {
    padding-top: 160px;
    padding-bottom: 30px;
    overflow: initial;
}
main .container section.ct4 .ct4_sw .slick-slide img {
    width: 100%;
}

main .container section.ct4 .ct4_sw .slick-slide {
    margin: 0 60px;
    transform: scale(0.9);
    transition: all 0.2s;
    opacity: 0.5;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
main .container section.ct4 .ct4_sw .slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.2s;
}

main .container section.ct4 .ct4_sw .slick-center {
    opacity: 1;
    transform: scale(1);
    position: relative;
}
main .container section.ct4 .ct4_sw .slick-center::before {
    border: 2px solid #00b071;
}
main .container section.ct4 .ct4_sw main .container section.ct5 {
    background: #f9f9f9;
    padding: 90px 0;
}
main .container section.ct4 .ct4_sw .slick-arrow {
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 9.7px 0.3px rgba(7, 8, 22, 0.1);
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
main .container section.ct4 .ct4_sw .slick-prev img {
    transform: rotate(180deg);
}
main .container section.ct4 .ct4_sw .slick-next {
    right: auto;
    left: calc(100% + 20px);
}
main .container section.ct4 .ct4_sw .slick-dots {
    position: absolute;
    top: 40px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}
main .container section.ct4 .ct4_sw .slick-dots li + li {
    margin-left: 10px;
}
main .container section.ct4 .ct4_sw .slick-dots li button {
    width: 190px;
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f7f7f7;
    transition: all 0.2s;
}
main .container section.ct4 .ct4_sw .slick-dots li.slick-active button {
    background-color: #00b071;
    color: #fff;
}
main .container section.ct4 .inner .dec {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.6px;
}
main .container section.ct4 .inner .dec span {
    color: #00b071;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.6px;
}
main .container section.ct5 {
    background: #f9f9f9;
    padding: 90px 0;
}
main .container section.ct5 .title {
    font-size: 28px;
    letter-spacing: -1.12px;
    font-weight: 700;
    text-align: center;
}
main .container section.ct5 .sub_title {
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
main .container section.ct5 .sub_title span {
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 30px;
    color: #777;
    display: block;
}

main .container section.ct5 .inner .dec {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.6px;
    margin-top: 30px;
}
main .container section.ct5 .inner .dec span {
    color: #00b071;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.6px;
}
main .container section.ct5 .inner .img_wrap {
    margin-top: 60px;
}
main .container section.ct5 .inner .img_box:nth-child(2) {
    margin-top: 50px;
}
main .container section.ct5 .inner .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
main .container section.ct5 .inner .img_box .img {
    box-shadow: 0px 3px 19.4px 0.6px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    overflow: hidden;
}
main .container section.ct5 .inner .img_box .img + .img {
    margin-left: 70px;
}
main .container section.ct5 .inner .img_box .img .txt {
    background: #00b071;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 18px 10px;
    line-height: 1;
}
main .container section.ct6 {
    padding: 80px 0;
}
main .container section.ct6 .inner h5 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-align: center;
    margin-bottom: 60px;
}

main .container section.ct6 .inner h5 span {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    color: #00b071;
}
main .container section.ct6 .inner .img_box {
    position: relative;
    display: inline-flex;
}
main .container section.ct6 .inner .img_box::before {
    content: "";
    border: 1px dashed #ccc;
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}
main .container section.ct6 .inner .img_box li {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    box-shadow: 0px 3px 19.4px 0.6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f8fdfb;
    position: relative;
}
main .container section.ct6 .inner .img_box li::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    background: #00b071;
    border-radius: 115px 115px 0 0;
    width: 230px;
    height: 115px;
    z-index: -1;
}

main .container section.ct6 .inner .img_box li:nth-child(even) {
    background: #fdfdf7;
}
main .container section.ct6 .inner .img_box li:nth-child(even)::before {
    background: #fcf16a;
    top: auto;
    bottom: -5px;
    border-radius: 0 0 115px 115px;
}
main .container section.ct6 .inner .img_box li + li {
    margin-left: 90px;
}
main .container section.ct6 .inner .img_box li .img {
    height: 80px;
    display: flex;
    align-items: center;
}
main .container section.ct6 .inner .img_box li:nth-child(1) img {
    width: 80px;
}
main .container section.ct6 .inner .img_box li:nth-child(2) img {
    width: 74px;
}
main .container section.ct6 .inner .img_box li:nth-child(3) img {
    width: 78px;
}
main .container section.ct6 .inner .img_box li:nth-child(4) img {
    width: 69px;
}
main .container section.ct6 .inner .img_box li p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.72px;
    margin-top: 15px;
}
main .container section.ct7 {
    background: #f9f9f9;
    padding: 90px 0;
}
main .container section.ct7 .title {
    font-size: 28px;
    letter-spacing: -1.12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
main .container section.ct7 .sub_title {
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 30px;
    text-align: center;
}
main .container section.ct7 .sub_title span {
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 30px;
    color: #777;
    display: inline-flex;
}
main .container section.ct7 .sub_title span i {
    font-size: 18px;
    line-height: 34px;
}
main .container section.ct7 .sub_title span.green,
main .container section.ct7 .sub_title span.green i {
    color: #06c755;
}
main .container section.ct7 .sub_title span.blue,
main .container section.ct7 .sub_title span.blue i {
    color: #4285f4;
}
main .container section.ct7 .sub_title span.blue i {
    font-weight: 700;
}
main .container section.ct7 .inner .search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 60px;
}
main .container section.ct7 .inner .search > div {
    border-radius: 27px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    width: 300px;
    height: 54px;
    display: flex;
    align-items: center;
    position: relative;
}
main .container section.ct7 .inner .search > div img:nth-child(1) {
    width: 30px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
main .container section.ct7 .inner .search > div img:nth-child(3) {
    width: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
main .container section.ct7 .inner .search > div p {
    padding-left: 70px;
    font-size: 17px;
}
main .container section.ct7 .inner .search > a {
    margin-left: 15px;
    border-radius: 27px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(0, 0, 0, 0.08);
    background-color: #4285f4;
    height: 54px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.64px;
}
main .container section.ct7 .inner > img {
    border-radius: 15px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(0, 0, 0, 0.08);
    margin: auto;
}
main .container section.ct7 .inner > .dec {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    letter-spacing: -0.6px;
    margin-top: 30px;
}
main .container section.ct8 {
    background: #fcf16a;
    padding: 80px 0;
}
main .container section.ct8 .title {
    font-size: 24px;
    letter-spacing: -0.96px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
}
main .container section.ct8 .ct8_sw {
    max-width: 672px;
    margin: auto;
}
main .container section.ct8 .ct8_sw .slick-list {
    padding: 0 20px;
    height: 300px !important;
}
main .container section.ct8 .ct8_sw .item {
    padding-bottom: 10px;
    margin-top: 5px;
    border: none;
    transition: all 0.2s;
}

main .container section.ct8 .ct8_sw .item div {
    border-radius: 15px;
    box-shadow: 0px 3px 6px 0.6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 15px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
main .container section.ct8 .ct8_sw .item div::before {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
}
main .container section.ct8 .ct8_sw .item.left div::before {
    background-image: url("../images/ct8_left.png");

    left: 10px;
}
main .container section.ct8 .ct8_sw .item.right div::before {
    background-image: url("../images/ct8_right.png");

    right: 10px;
}
main .container section.ct8 .ct8_sw .item.left {
    text-align: left;
}
main .container section.ct8 .ct8_sw .item.right {
    text-align: right;
}
main .container section.ct8 .ct8_sw .item.left div {
    justify-content: flex-start;
}
main .container section.ct8 .ct8_sw .item.right div {
    justify-content: flex-end;
}
main .container section.ct8 .ct8_sw .item div img {
    width: 38px;
}
main .container section.ct8 .ct8_sw .item div p {
    font-size: 17px;
    font-weight: 500;
}
main .container section.ct8 .ct8_sw .item.left div p {
    margin-left: 20px;
    padding-right: 50px;
}
main .container section.ct8 .ct8_sw .item.right div p {
    margin-right: 20px;
    padding-left: 50px;
}
main .container section.ct8 .ct8_sw .item.slick-slide {
    opacity: 0.75;
}
main .container section.ct8 .ct8_sw .item.slick-current + .slick-slide {
    opacity: 0.95;
}
main .container section.ct8 .ct8_sw .item.slick-current + .slick-slide + .slick-slide {
    opacity: 0.8;
}

main .container section.ct8 .ct8_sw .item.slick-current {
    opacity: 1;
}
main .container section.ct9 {
    padding: 90px 0;
}
main .container section.ct9 .title {
    font-size: 28px;
    letter-spacing: -1.12px;
    font-weight: 700;
    text-align: center;
}
main .container section.ct9 .sub_title {
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
main .container section.ct9 img {
    margin: auto;
}
main .container section.ct10 {
    background: #f5f5f5;
    padding: 80px 0;
}
main .container section.ct10 .title {
    font-size: 24px;
    letter-spacing: -0.96px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
main .container section.ct10 p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.72px;
    margin-top: 10px;
}
main .container section.ct10 p span {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.72px;
    color: #777;
}
main .container section.ct10 p span.green {
    color: #00b071;
}
main .container section.ct10 p span.gray {
    display: block;
    font-size: 17px;
}
main .container section.ct10 a {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #00b071;
    border-radius: 10px;
    box-shadow: 0px 3px 19.4px 0.6px rgba(153, 153, 153, 0.1);
    color: #fff;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.68px;
    max-width: 250px;
    font-weight: 700;
    margin-top: 40px;
}
main .container section.ct10 a img {
    width: 24px;
}

footer {
    background: #fff;
}

footer .inner {
    padding: 30px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

footer .inner .logo {
    margin-bottom: 40px;
    width: 130px;
}

footer .inner > div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .inner > div > p {
    font-size: 15px;
    letter-spacing: -0.6px;
}

footer .inner > div > div {
    display: flex;
    align-items: center;
}

footer .inner > div > div a {
    font-size: 15px;
    color: #777;
}
footer .inner > div > div p {
    display: flex;
    align-items: center;
}
footer .inner > div > div p:nth-child(1)::after {
    margin: 0 15px;
    content: "";
    width: 1px;
    height: 10px;
    background: #777;
}

footer .inner > p > span {
    color: #777;
    font-size: 14px;
    line-height: 24px;
}
footer .inner > p > span a {
    color: #777;
    font-size: 14px;
}

footer .inner > p > span:nth-child(2),
footer .inner > p > span:nth-child(6) {
    margin: 0 25px;
}

footer .inner > p span:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    color: #191919;
}

footer .inner .copy {
    font-size: 13px;
    color: #999;
    margin-top: 15px;
    display: block;
}
@media screen and (max-width: 1480px) {
    main .container section.ct1 .ico_box {
        padding: 0 20px;
    }
    main .container section.ct1 .ico_box li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1280px) {


    main .container section.ct6 .inner .img_box li {
        width: 160px;
        height: 160px;
    }
    main .container section.ct6 .inner .img_box li::before {
        width: 170px;
        height: 85px;
    }
    main .container section.ct6 .inner .img_box li + li {
        margin-left: 40px;
    }
    main .container section.ct6 .inner .img_box li .img {
        height: 55px;
    }
    main .container section.ct6 .inner .img_box li:nth-child(1) img {
        width: 55px;
    }
    main .container section.ct6 .inner .img_box li:nth-child(2) img {
        width: 50px;
    }
    main .container section.ct6 .inner .img_box li:nth-child(3) img {
        width: 55px;
    }
    main .container section.ct6 .inner .img_box li:nth-child(4) img {
        width: 47px;
    }
    main .container section.ct6 .inner .img_box li p {
        font-size: 15px;
        font-weight: 500;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1200px) {
    main .container section.ct1 .left_ct p span {
        display: block;
    }
}

@media screen and (max-width: 1080px) {



    main .container section.ct1 .ico_box {
        padding: 0 15px;
    }
    main .container section.ct1 .ico_box li {
        padding: 0 15px;
    }
}
@media screen and (max-width: 920px) {

    main .container section.ct1 .left_ct p span {
        display: contents;
    }

    header .logo {
        padding: 0 15px;
    }
    header .logo a {
        height: 45px;
    }
    header .logo img {
        width: 100px;
    }
    main .container section > .inner {
        padding: 0 15px;
        max-width: 520px;
    }
    main .container section.ct1 {
        padding-top: 45px;
    }
    main .container section.ct1 > .inner {
        padding-top: 25px;
        padding-bottom: 60px;
        display: block;
    }
    main .container section.ct1 .left_ct {
        /*display: flex;*/
        display: block;
        text-align: center;
        align-items: center;
        max-width: 400px;
        padding: 0 10px;
        margin: auto;
        justify-content: space-between;
    }
    main .container section.ct1 .left_ct h5 {
        font-size: 22px;
    }
    main .container section.ct1 .left_ct p {
        margin-top: 10px;
    }
    main .container section.ct1 .left_ct p,
    main .container section.ct1 .left_ct p span {
        font-size: 15px;
        line-height: 21px;
    }

    main .container section.ct1 .dec {
        /*position: relative;*/
        width: 60px;
        height: 60px;
        border-radius: 30px;
        top: -142px;
        left: 83%;

/*
    position: absolute;
    top: 54px;
    right: 5px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
*/

    }
    main .container section.ct1 .dec h5 {
        font-size: 15px;
    }
    main .container section.ct1 .dec h5 span {
        font-size: 12px;
    }
    main .container section.ct1 .dec em {
        font-size: 10px;
        margin-top: 3px;
    }
    main .container section.ct1 .ico_box {
        margin: 0;
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        max-width: 400px;
        margin: auto;
        border-radius: 8px;
        height: auto;
    }
    main .container section.ct1 .ico_box li {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 52px;
    }
    main .container section.ct1 .ico_box li:nth-child(odd) {
        border-right: 1px solid #ddd;
    }
    main .container section.ct1 .ico_box li:nth-child(1),
    main .container section.ct1 .ico_box li:nth-child(2) {
        border-bottom: 1px solid #ddd;
    }

    main .container section.ct1 .ico_box li .img {
        height: auto;
    }
    main .container section.ct1 .ico_box li:nth-child(1) img {
        width: 24px;
    }
    main .container section.ct1 .ico_box li:nth-child(2) img {
        width: 19px;
    }
    main .container section.ct1 .ico_box li:nth-child(3) img {
        width: 22px;
    }
    main .container section.ct1 .ico_box li:nth-child(4) img {
        width: 19px;
    }
    main .container section.ct1 .ico_box li p {
        margin-top: 0;
        font-size: 13px;
        margin-left: 10px;
    }

    main .container section.ct1 .right_ct {
        margin-top: 40px;
        display: block;
        height: 120px
    }
    main .container .nav {
        width: calc(100% - 30px);
        max-width: 700px;
        margin-top: -30px;
        border-radius: 8px;
    }
    main .container .nav .inner {
        overflow-x: auto;
        overflow-y: hidden;
        height: 60px;
        padding: 0 15px;
    }
    main .container .nav .link li {
        border-radius: 3px;
    }
    main .container .nav .link li + li {
        margin-left: 5px;
    }
    main .container .nav .link li a {
        font-size: 13px;
        padding: 13px;
        white-space: nowrap;
    }
    main .container .tel.pc_ct {
        display: none;
    }
    main .container .tel.m_ct {
        justify-content: center;
        width: 250px;
        display: inline-flex;
        margin-bottom: 40px;
        margin-top: -30px;
    }
    main .container .tel {
        height: 39px;
        margin-left: 10px;
        padding: 0 13px;
        white-space: nowrap;
        font-size: 15px;
        flex-shrink: 0;
    }
    main .container .tel span {
        font-size: 13px;
    }
    main .container section.ct2 {
        padding: 55px 0;
    }
    main .container section.ct2 .inner .segment h5 {
        font-size: 18px;
    }
    main .container section.ct2 .inner .segment p {
        margin-top: 15px;
    }
    main .container section.ct2 .inner .segment p,
    main .container section.ct2 .inner .segment p span {
        font-size: 14px;
        line-height: 21px;
    }
    main .container section.ct2 .inner .img {
        width: 100%;
        border-radius: 8px;
        padding: 0 20px 20px 20px;
        height: 210px;
        max-width: 400px;
    }
    main .container section.ct2 .inner .img div p {
        font-size: 22px;
        margin-top: 35px;
    }
    main .container section.ct2 .inner .img div p span {
        font-size: 12px;
        margin-top: 5px;
    }
    main .container section.ct2 .inner .img > p {
        font-size: 13px;
        padding: 15px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }
    main .container section.ct2 .inner .dec {
        margin-top: 15px;
        font-size: 12px;
    }
    main .container section.ct2 .inner .dec span {
        font-size: 12px;
    }
    main .container section.ct3 {
        padding: 50px 0;
    }
    main .container section.ct3 .inner h5 {
        margin-bottom: 35px;
    }
    main .container section.ct3 .inner h5,
    main .container section.ct3 .inner h5 span {
        font-size: 16px;
    }

    main .container section.ct3 .sw_wrap {
        width: 100%;
        max-width: 420px;
    }
    main .container section.ct3 .ct3_sw {
        transform: none;
    }

    main .container section.ct3 .ct3_sw li.swiper-slide img {
        width: 53%;
        border-radius: 8px;
    }
    main .container section.ct3 .ct3_sw li.swiper-slide .segment {
        width: 250px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 8px;
    }
    main .container section.ct3 .ct3_sw li.swiper-slide .segment h6 {
        height: 40px;
        font-size: 14px;
    }
    main .container section.ct3 .ct3_sw li.swiper-slide .segment p {
        padding: 15px;
    }
    main .container section.ct3 .ct3_sw li.swiper-slide .segment p,
    main .container section.ct3 .ct3_sw li.swiper-slide .segment p > span {
        font-size: 13px;
        line-height: 18px;
    }
    main .container section.ct3 .sw_wrap .swiper_btn {
        right: 10px;
        bottom: 15px;
    }
    main .container section.ct3 .sw_wrap .swiper_btn > div {
        width: 40px;
        height: 40px;
    }
    main .container section.ct3 .sw_wrap .swiper_btn > div img {
        width: 9px;
    }
    main .container section.ct3 .sw_wrap .swiper_btn .swiper-button-prev {
        margin-right: 8px;
    }
    main .container .banner_ct {
        padding: 30px 15px;
    }
    main .container .banner_ct h5 {
        font-size: 16px;
    }
    main .container .banner_ct p {
        font-size: 13px;
        margin-top: 5px;
    }
    main .container .banner_ct a {
        margin-top: 20px;
        max-width: 180px;
        font-size: 13px;
        padding: 13px;
        border-radius: 5px;
    }
    main .container .banner_ct a img {
        width: 19px;
    }
    main .container section.ct4 {
        padding: 55px 0;
    }

    main .container section.ct4 > .inner {
        max-width: none;
        overflow: hidden;
    }
    main .container section.ct4 .title {
        font-size: 18px;
    }
    main .container section.ct4 .sub_title {
        margin-top: 15px;
    }
    main .container section.ct4 .sub_title,
    main .container section.ct4 .sub_title span {
        font-size: 14px;
        line-height: 21px;
    }
    main .container section.ct4 .sw_wrap {
        overflow: initial;
    }
    main .container section.ct4 .ct4_sw .slick-arrow {
        display: none !important;
    }
    main .container section.ct4 .ct4_sw .slick-slide {
        margin: 0 15px;
        max-width: 185px;
    }
    main .container section.ct4 .ct4_sw .slick-dots {
        flex-wrap: wrap;
        width: 345px;
        top: 25px;
    }
    main .container section.ct4 .ct4_sw .slick-dots li {
        width: calc(50% - 2.5px);
    }
    main .container section.ct4 .ct4_sw .slick-dots li + li {
        margin-left: 0;
    }
    main .container section.ct4 .ct4_sw .slick-dots li:nth-child(even) {
        margin-left: 5px;
    }
    main .container section.ct4 .ct4_sw .slick-dots li:nth-child(1),
    main .container section.ct4 .ct4_sw .slick-dots li:nth-child(2) {
        margin-bottom: 5px;
    }
    main .container section.ct4 .ct4_sw .slick-dots li button {
        width: 100%;
        border-radius: 3px;
        height: 45px;
        font-size: 12px;
    }
    main .container section.ct4 .ct4_sw .slick-list {
        padding-top: 155px;
        padding-bottom: 15px;
    }
    main .container section.ct4 .inner .dec {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    main .container section.ct4 .inner .dec,
    main .container section.ct4 .inner .dec span {
        font-size: 12px;
        line-height: 18px;
    }
    main .container section.ct5 {
        padding: 55px 0;
    }
    main .container section.ct5 .title {
        font-size: 18px;
    }
    main .container section.ct5 .sub_title {
        margin-top: 15px;
    }
    main .container section.ct5 .sub_title,
    main .container section.ct5 .sub_title span {
        font-size: 14px;
        line-height: 21px;
    }
    main .container section.ct5 .inner .img_wrap {
        margin-top: 35px;
    }
    main .container section.ct5 .inner .img_box .img + .img {
        margin-left: 15px;
    }
    main .container section.ct5 .inner .img_box .img {
        border-radius: 0;
        box-shadow: none;
        overflow: initial;
    }
    main .container section.ct5 .inner .img_box .img img {
        box-shadow: 0px 3px 19.4px 0.6px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
    }
    main .container section.ct5 .inner .img_box .img .txt {
        margin-top: 15px;
        font-size: 12px;
        border-radius: 3px;
        padding: 11px;
    }
    main .container section.ct5 .inner .img_box:nth-child(2) {
        margin-top: 25px;
    }
    main .container section.ct5 .inner .dec {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    main .container section.ct5 .inner .dec,
    main .container section.ct5 .inner .dec span {
        font-size: 12px;
        line-height: 18px;
    }
    main .container section.ct6 {
        padding: 50px 0;
    }
    main .container section.ct6 .inner h5 {
        margin-bottom: 35px;
    }
    main .container section.ct6 .inner h5,
    main .container section.ct6 .inner h5 span {
        font-size: 16px;
    }
    main .container section.ct6 .inner .img_box {
        display: flex;
        flex-wrap: wrap;
        width: 320px;
        margin: auto;
    }
    main .container section.ct6 .inner .img_box li {
        width: 140px;
        height: 140px;
    }
    main .container section.ct6 .inner .img_box li::before {
        width: 150px;
        height: 75px;
    }
    main .container section.ct6 .inner .img_box li p {
        font-size: 13px;
    }
    main .container section.ct6 .inner .img_box li + li {
        margin-left: 0;
    }
    main .container section.ct6 .inner .img_box li:nth-child(3) {
        background: #fdfdf7;
    }
    main .container section.ct6 .inner .img_box li:nth-child(4) {
        background: #f8fdfb;
    }
    main .container section.ct6 .inner .img_box li:nth-child(even) {
        margin-left: 40px;
    }
    main .container section.ct6 .inner .img_box li:nth-child(1),
    main .container section.ct6 .inner .img_box li:nth-child(2) {
        margin-bottom: 30px;
    }

    main .container section.ct6 .inner .img_box::before {
        display: none;
    }
    main .container section.ct6 .inner .img_box li:nth-child(3)::before {
        background: #fcf16a;
        top: auto;
        bottom: -5px;
        border-radius: 0 0 115px 115px;
    }
    main .container section.ct6 .inner .img_box li:nth-child(4)::before {
        background: #00b071;
        border-radius: 115px 115px 0 0;
        top: -5px;
        bottom: auto;
    }
    main .container section.ct7 {
        padding: 55px 0;
    }
    main .container section.ct7 .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    main .container section.ct7 .sub_title,
    main .container section.ct7 .sub_title span,
    main .container section.ct7 .sub_title span i {
        font-size: 14px;
        line-height: 21px;
    }
    main .container section.ct7 .inner .search {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    main .container section.ct7 .inner .search > a {
        font-size: 12px;
        border-radius: 17px;
        width: 110px;
        flex-shrink: 0;
        height: 38px;
        margin-left: 5px;
    }
    main .container section.ct7 .inner .search > div {
        border-radius: 17px;
        height: 38px;
        width: 180px;
    }
    main .container section.ct7 .inner .search > div img:nth-child(1) {
        width: 18px;
        left: 15px;
    }
    main .container section.ct7 .inner .search > div p {
        padding-left: 42px;
        font-size: 14px;
    }
    main .container section.ct7 .inner .search > div img:nth-child(3) {
        width: 13px;
        right: 15px;
    }
    main .container section.ct7 .inner > .dec {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }
    main .container section.ct7 .inner > img {
        margin: auto;
        border-radius: 8px;
    }
    main .container section.ct8 {
        padding: 50px 0;
    }
    main .container section.ct8 .title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    main .container section.ct8 .ct8_sw .item div {
        height: 40px;
        border-radius: 8px;
    }
    main .container section.ct8 .ct8_sw .item div img {
        width: 28px;
    }
    main .container section.ct8 .ct8_sw .item div p {
        font-size: 13px;
    }
    main .container section.ct8 .ct8_sw .item.left div p {
        margin-left: 10px;
        padding-right: 25px;
    }
    main .container section.ct8 .ct8_sw .item.right div p {
        margin-right: 10px;
        padding-left: 25px;
    }
    main .container section.ct8 .ct8_sw .item div::before {
        width: 12px;
        height: 8px;
    }
    main .container section.ct8 .ct8_sw .item.left div::before {
        left: 5px;
    }
    main .container section.ct8 .ct8_sw .item.right div::before {
        right: 5px;
    }
    main .container section.ct8 .ct8_sw .item {
        padding-bottom: 5px;
    }
    main .container section.ct8 .ct8_sw .slick-list {
        height: 203px !important;
        padding: 0;
    }
    main .container section.ct9 {
        padding: 55px 0;
    }
    main .container section.ct9 .title {
        font-size: 18px;
    }
    main .container section.ct9 .sub_title {
        font-size: 14px;
        line-height: 21px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    main .container section.ct9 img {
        margin-left: -8px;
        width: calc(100% + 16px);
        max-width: none;
    }
    main .container section.ct10 {
        padding: 50px 0;
    }
    main .container section.ct10 .title {
        font-size: 16px;
    }
    main .container section.ct10 p {
        margin-top: 7px;
    }
    main .container section.ct10 p,
    main .container section.ct10 p span {
        font-size: 13px;
        line-height: 19px;
    }
    main .container section.ct10 p span.gray {
        font-size: 12px;
        line-height: 19px;
    }
    main .container section.ct10 a {
        margin-top: 20px;
        max-width: 180px;
        font-size: 13px;
        padding: 13px;
        border-radius: 5px;
    }
    main .container section.ct10 a img {
        width: 19px;
    }
    footer .inner {
        padding: 25px 15px;
    }
    footer .inner .logo {
        width: 100px;
        margin-bottom: 15px;
    }

    footer .inner > div > div {
        display: none;
    }
    footer .inner > div > p {
        font-size: 13px;
        font-weight: 500;
    }
    footer .inner > p > span {
        font-size: 13px;
        line-height: 20px;
    }
    footer .inner > p > span a {
        font-size: 13px;
    }
    footer .inner > p span:nth-child(1) {
        font-size: 13px;
    }
    footer .inner > p > span:nth-child(1) {
        display: block;
    }
    footer .inner > p > span:nth-child(2) {
        margin: 0;
        margin-right: 25px;
    }
    footer .inner > p > span:nth-last-child(1),
    footer .inner > p > span:nth-last-child(2),
    footer .inner > p > span:nth-last-child(3) {
        display: none;
    }
    footer .inner .copy {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {

    main .container .banner_ct {
        display: block;
    }

    main .container section.ct1 .left_ct h5 {
        font-size: 20px;
    }
    main .container section.ct1 .left_ct p,
    main .container section.ct1 .left_ct p span {
        font-size: 12px;
        line-height: 21px;
    }

    .m_ct {
        display: inline-flex;
    }
    
}


.pop {
    width: 230px;
    margin: auto;
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    z-index: 9999;
}
.pop.pop_type2 {
    position: initial;
}
.pop .pop_inner {
    box-shadow: 0px 3px 14.6px 0.5px rgba(0, 0, 0, 0.1);
    background-color: #fcf16a;
    overflow: hidden;
    border-radius: 10px;
}
.pop .segment {
    padding: 10px 15px 20px 15px;
}

.pop .pop_title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00b071;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.pop .segment .call {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #00b071;
    border-radius: 20px;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #00b071;
}
.pop .segment .call img {
    width: 17px;
    margin-right: 5px;
    margin-top: 2px;
}
.pop.pop_type1 .segment .txt {
    transition: all 0.3s;
    height: 0;
    margin: 0;
    overflow: hidden;
}
.pop.pop_type1.active .segment .txt {
    height: auto;
    height: 49px;
    margin: 20px 0;
    overflow: initial;
}
.pop .segment .txt {
    font-size: 15px;
    font-weight: 700;
    color: #00b071;
    text-align: center;
    margin: 20px 0;
}
.pop .segment .txt > span {
    display: block;
    font-size: 11px;
    color: #333534;
    font-weight: 400;
    margin-top: 5px;
}
.pop .segment .txt2 {
    font-size: 10px;
    font-weight: 500;
    color: #919996;
    text-align: center;
    margin-top: 20px;
}

.pop .pop_btn {
    width: 46px;
    height: 46px;
    background: #fff;
    border: 5px solid #fcf16a;
    border-radius: 100%;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop .pop_btn img {
    width: 12px;
    transform: rotate(180deg);
}
.pop.active .pop_btn img {
    transform: rotate(0deg);
}
.pop.pop_type2 .pop_ico {
    width: 154px;
    height: 58px;
    display: flex;
    align-items: center;
    border-radius: 29px;
    box-shadow: 0px 3px 14.6px 0.5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 4px;
    justify-content: flex-end;
    transition: all 0.2s;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transform: scale(1);
}

.pop.pop_type2 .pop_ico:hover {
    box-shadow: 0px 0px 10px 4px rgba(33,33,33,.2);
}

    

.pop.pop_type2 .pop_ico p {
    font-size: 13px;
    color: #00b071;
    text-align: right;
    line-height: 14px;
    font-weight: 500;
}
.pop.pop_type2 .pop_ico p span {
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #c0c0c0;
    line-height: 14px;
    margin-top: 2px;
}
.pop.pop_type2 .pop_ico .ico {
    width: 50px;
    height: 50px;
    background: #fcf16a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
    margin-left: 8px;
}
.pop.pop_type2 .pop_ico .ico img {
    width: 25px;
    margin-top: 4px;
}
.pop.pop_type2 > div {
    opacity: 0;
    transform: scale(0.8);
    visibility: hidden;
    transition: all 0.2s;
    position: absolute;
    width: 230px;
    bottom: 23px;
}
.pop.pop_type2 .pop_ico.hide {
    opacity: 0;
    transform: scale(0.8);
    visibility: hidden;
}
.pop.pop_type2 > div.active {
    opacity: 1;
    transform: scale(1);
    visibility: initial;
}

.pop_frame {
    position: fixed;
    z-index: 9999;
    width: 250px;
    height: 250px;
}
.pop_frame.topleft {
    top: 30px;
    left: 30px;
}
.pop_frame.topright {
    top: 30px;
    right: 30px;
}
.pop_frame.bottomleft {
    bottom: 30px;
    left: 30px;
}
.pop_frame.bottomright {
    bottom: 30px;
    right: 30px;
}
