.content .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content .inner14 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.content.industry,
.content.service,
.content.cloud,
.content.about,
.content.solution,
.content.support {
    padding-bottom: 90px;
}

.sub_header {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 1;
    padding: 0 40px;
}

.sub_header .inner {
    padding-left: 290px;
}

.sub_header .inner .breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    height: 53px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
}

.service .sub_header .inner .breadcrumbs {
    background: #E800B2;
    background: -webkit-linear-gradient(left, #E800B2, #8900F6);
    background:    -moz-linear-gradient(right, #E800B2, #8900F6);
    background:      -o-linear-gradient(right, #E800B2, #8900F6);
    background:         linear-gradient(to right, #E800B2, #8900F6);
    -webkit-background-clip: text;
    background-clip: text;
}

.solution .sub_header .inner .breadcrumbs {
    background: #7501EB;
    background: -webkit-linear-gradient(left, #7501EB, #2B39F8);
    background:    -moz-linear-gradient(right, #7501EB, #2B39F8);
    background:      -o-linear-gradient(right, #7501EB, #2B39F8);
    background:         linear-gradient(to right, #7501EB, #2B39F8);
    -webkit-background-clip: text;
    background-clip: text;
}

.industry .sub_header .inner .breadcrumbs {
    background: #0095F0;
    background: -webkit-linear-gradient(left, #0095F0, #00D763);
    background:    -moz-linear-gradient(right, #0095F0, #00D763);
    background:      -o-linear-gradient(right, #0095F0, #00D763);
    background:         linear-gradient(to right, #0095F0, #00D763);
    -webkit-background-clip: text;
    background-clip: text;
}

.cloud .sub_header .inner .breadcrumbs {
    background: #FF0024;
    background: -webkit-linear-gradient(left, #FF0024, #FF00C0);
    background:    -moz-linear-gradient(right, #FF0024, #FF00C0);
    background:      -o-linear-gradient(right, #FF0024, #FF00C0);
    background:         linear-gradient(to right, #FF0024, #FF00C0);
    -webkit-background-clip: text;
    background-clip: text;
}

.sub_header .inner ul {
    font-size: 0;
}

.sub_header .inner ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.sub_header .inner ul li + li {
    margin-left: 68px;
}

.sub_header .inner ul li a {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 53px;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.sub_header .inner ul li a.current::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}

.service .sub_header .inner ul li a.current::after {
    background-color: #8400FF;
}

.solution .sub_header .inner ul li a.current::after {
    background-color: #0031C0;
}

.industry .sub_header .inner ul li a.current::after {
    background-color: #00CF4F;
}

.cloud .sub_header .inner ul li a.current::after {
    background-color: #FF00C0;
}


.sub_header .inner .request_wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 9px;
}

.sub_header .inner .request_wrap a {
    display: block;
    /* height: 53px; */
    line-height: 33px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 17px;
    border: 1px solid #fff;
    border-radius: 31px;
}

.sub_header .inner .request_wrap a::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 31px;
    background-image: url(../img/assets/ico-header-btn-ceo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.sub_main {
    width: 100%;
    height: 403px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub_main .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.sub_header + .sub_main .inner {
    padding-top: 53px;
}

.solution .sub_main .inner i {
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
}

.sub_main .inner h1 {
    color: transparent;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2em;
}

.service .sub_main .inner h1 {
    background: #E800B2;
    background: -webkit-linear-gradient(left, #E800B2, #8900F6);
    background:    -moz-linear-gradient(right, #E800B2, #8900F6);
    background:      -o-linear-gradient(right, #E800B2, #8900F6);
    background:         linear-gradient(to right, #E800B2, #8900F6);
    -webkit-background-clip: text;
    background-clip: text;
}

.solution .sub_main .inner h1 {
    background: #7501EB;
    background: -webkit-linear-gradient(left, #7501EB, #2B39F8);
    background:    -moz-linear-gradient(right, #7501EB, #2B39F8);
    background:      -o-linear-gradient(right, #7501EB, #2B39F8);
    background:         linear-gradient(to right, #7501EB, #2B39F8);
    -webkit-background-clip: text;
    background-clip: text;
}

.industry .sub_main .inner h1 {
    background: #0095F0;
    background: -webkit-linear-gradient(left, #0095F0, #00D763);
    background:    -moz-linear-gradient(right, #0095F0, #00D763);
    background:      -o-linear-gradient(right, #0095F0, #00D763);
    background:         linear-gradient(to right, #0095F0, #00D763);
    -webkit-background-clip: text;
    background-clip: text;
}

.cloud .sub_main .inner h1 {
    background: #FF0024;
    background: -webkit-linear-gradient(left, #FF0024, #FF00C0);
    background:    -moz-linear-gradient(right, #FF0024, #FF00C0);
    background:      -o-linear-gradient(right, #FF0024, #FF00C0);
    background:         linear-gradient(to right, #FF0024, #FF00C0);
    -webkit-background-clip: text;
    background-clip: text;
}

.about .sub_main .inner h1 {
    background: #FEA000;
    background: -webkit-linear-gradient(left, #FEA000, #EC2411);
    background:    -moz-linear-gradient(right, #FEA000, #EC2411);
    background:      -o-linear-gradient(right, #FEA000, #EC2411);
    background:         linear-gradient(to right, #FEA000, #EC2411);
    -webkit-background-clip: text;
    background-clip: text;
}

.support .sub_main .inner h1 {
    background: #64EA00;
    background: -webkit-linear-gradient(left, #64EA00, #F28A05);
    background:    -moz-linear-gradient(right, #64EA00, #F28A05);
    background:      -o-linear-gradient(right, #64EA00, #F28A05);
    background:         linear-gradient(to right, #64EA00, #F28A05);
    -webkit-background-clip: text;
    background-clip: text;
}

.policy .sub_main .inner h1 {
    background: #FFFFFF;
    background: -webkit-linear-gradient(left, #FFFFFF, #60E1CA);
    background:    -moz-linear-gradient(right, #FFFFFF, #60E1CA);
    background:      -o-linear-gradient(right, #FFFFFF, #60E1CA);
    background:         linear-gradient(to right, #FFFFFF, #60E1CA);
    -webkit-background-clip: text;
    background-clip: text;
}

.sub_main .inner p {
    font-size: 18px;
    line-height: 35px;
    color: #FFFFFF;
}

.sub_main .inner h1 + p {
    margin-top: 20px;
}

.sub_main .inner p + h1 {
    margin-top: 20px;
}

.sec_intro .inner {
    padding-top: 50px;
}

.sec_intro .inner .intro {
    margin-bottom: 50px;
}

.sec_intro .inner .intro p {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    word-break: keep-all;
}

.sec_intro .inner .intro img {
    width: 100%;
}

.sec_intro .inner .list_col3 ul {
    display: flex;
}

.sec_intro .inner .list_col3 ul li {
    flex: 1;
    border-radius: 40px;
    overflow: hidden;
    background-color: #F5F5F7;
}

.sec_intro .inner .list_col3 ul li + li {
    margin-left: 50px;
}

.sec_intro .inner .list_col3 ul li img {
    width: 100%;
}

.sec_intro .inner .list_col3 ul li p {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    padding: 30px 20px;
    text-align: center;
    font-weight: 600;
}

.sec_intro .inner .list_col3 ul li p b {
    font-weight: bold;
}

.sec_intro .intro_img {
    margin-top: 50px;
}

.sec_intro .intro_img img {
    width: 100%;
}

.sec_intro .intro_img + p {
    margin-top: 80px;
    font-size: 17px;
    line-height: 28px;
    color: #333435;
}

.sec_customer {
    margin-top: 90px;
}

.sec_customer .inner .customer_wrap {
    border-radius: 55px;
    overflow: hidden;
    position: relative;
}

.sec_customer .inner .customer_wrap > img {
    width: 100%;
}

.sec_customer .inner .customer_wrap .algn_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec_customer .inner .customer_wrap .algn_t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background-color: rgba(0,0,0,0.85);
    padding: 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec_customer .inner .customer_wrap > div p {
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    word-break: keep-all;
    margin-top: 40px;
}

.sec_customer .inner .customer_wrap .algn_t p {
    text-align: center;
}

.sec_customer .inner .customer_wrap .algn_b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 273px;
    background-color: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec_customer .inner .customer_wrap .algn_b.high {
    height: 411px;
}

.sec_customer .inner .customer_wrap .algn_b.low {
    height: 218px;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap {
    display: flex;
    align-items: flex-start;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap + .col_wrap {
    border-top: 1px solid #424446;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap > div {
    flex: 1;
    padding: 43px;
    height: 100%;
}

.sec_customer .inner .customer_wrap .algn_b.high .col_wrap > div {
    padding: 36px 43px;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap > div.col_2 {
    flex: 3;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap > div.col_12 {
    flex: 1.6;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap > div + div {
    border-left: 1px solid #424446;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap > div p {
    margin-top: 27px;
    letter-spacing: -1.5px;
}

.sec_customer .inner .customer_wrap .algn_b .col_wrap > div em {
    font-size: 21px;
    color: #8400FF;
    font-weight: bold;
    display: block;
    text-align: center;
    word-break: keep-all;
}

.service .sec_customer .inner .customer_wrap .algn_b .col_wrap > div em {
    color: #8400FF;
}

.solution .sec_customer .inner .customer_wrap .algn_b .col_wrap > div em {
    color: #0042FF;
}

.industry .sec_customer .inner .customer_wrap .algn_b .col_wrap > div em {
    color: #00CF4F;
}

.cloud .sec_customer .inner .customer_wrap .algn_b .col_wrap > div em {
    color: #FF00C0;
}

section .sec_tit h2 {
    font-size: 30px;
    color: #000;
    display: block;
    position: relative;
    font-weight: 800;
    white-space: nowrap;
    display: inline-block;
    padding-top: 12px;
}

section .sec_tit h2 br {
    display: none;
}

section .sec_tit h2::before {
    content: "";
    width: 17px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

section .sec_tit p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 28px;
    color: #333435;
}

.service section .sec_tit h2::before {
    background-color: #8400FF;
}

.solution section .sec_tit h2::before {
    background-color: #0042FF;
}

.industry section .sec_tit h2::before {
    background-color: #00CF4F;
}

.cloud section .sec_tit h2::before {
    background-color: #FF00C0;
}

.support section .sec_tit h2::before {
    background-color: #F28A05;
}

.about section .sec_tit h2::before {
    background-color: #ED1F43;
}

.policy section .sec_tit h2::before {
    background-color: #63E8CA;
}

section .sec_tit h2 span {
    font-size: 17px;
    color: #4E4F50;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 30px;
}

.sec_customer .inner .customer_wrap .sec_tit h2 {
    color: #fff;
}

.sec_offer {
    margin-top: 90px;
}

.sec_offer .inner .offer_wrap .sec_tit {
    text-align: center;
}

.sec_offer .inner .offer_wrap > p {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #333435;
    margin-top: 35px;
    word-break: keep-all;
}

.sec_offer .inner .offer_wrap > p b {
    font-weight: 700;
}

.sec_offer .inner .offer_wrap .offer_list {
    border: 1px solid transparent;
    border-left: none;
    border-right: none;
    margin-top: 50px;
}

.service .sec_offer .inner .offer_wrap .offer_list {
    border: 1px solid #B86CFF;
    border-left: none;
    border-right: none;
}

.solution .sec_offer .inner .offer_wrap .offer_list {
    border: 1px solid #618AFF;
    border-left: none;
    border-right: none;
}

.sec_offer .inner .offer_wrap .offer_list ul > li {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.sec_offer .inner .offer_wrap .offer_list ul > li + li {
    border-top: 1px solid #CFCFCF;
}

.sec_offer .inner .offer_wrap .offer_list ul > li h3 {
    flex: 329px 0 0;
    padding: 0 30px;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
}

.sec_offer .inner .offer_wrap .offer_list.short ul > li h3 {
    flex: 290px 0 0;
}

.sec_offer .inner .offer_wrap .offer_list.long ul > li h3 {
    flex: 454px 0 0;
}

.sec_offer .inner .offer_wrap .offer_list.mid ul > li h3 {
    flex: 350px 0 0;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li h3 {
    color: #8400FF;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li h3 {
    color: #0042FF;
}

.sec_offer .inner .offer_wrap .offer_list ul > li h3::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_clip h3::before {
    background-image: url(../img/service/ico-service01-offer01.png);
    background-size: 37px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_flag h3::before {
    background-image: url(../img/service/ico-service01-offer02.png);
    background-size: 22px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_console h3::before {
    background-image: url(../img/service/ico-service01-offer03.png);
    background-size: 31px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_filter h3::before {
    background-image: url(../img/service/ico-service01-offer04.png);
    background-size: 37px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_doc h3::before {
    background-image: url(../img/service/ico-service01-offer05.png);
    background-size: 27px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_wheel h3::before {
    background-image: url(../img/service/ico-service01-offer06.png);
    background-size: 35px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_img h3::before {
    background-image: url(../img/service/ico-service01-offer07.png);
    background-size: 30px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_device h3::before {
    background-image: url(../img/service/ico-service01-offer08.png);
    background-size: 30px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_pin h3::before {
    background-image: url(../img/service/ico-service01-offer09.png);
    background-size: 33px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_share h3::before {
    background-image: url(../img/service/ico-service01-offer10.png);
    background-size: 31px auto;
}

.service .sec_offer .inner .offer_wrap .offer_list ul > li.ico_refresh h3::before {
    background-image: url(../img/service/ico-service01-offer11.png);
    background-size: 28px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_folder h3::before {
    background-image: url(../img/solution/ico-solution-offer01.png);
    background-size: 34px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_download h3::before {
    background-image: url(../img/solution/ico-solution-offer02.png);
    background-size: 28px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_search h3::before {
    background-image: url(../img/solution/ico-solution-offer03.png);
    background-size: 31px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_doc h3::before {
    background-image: url(../img/solution/ico-solution-offer04.png);
    background-size: 23px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_trans h3::before {
    background-image: url(../img/solution/ico-solution-offer05.png);
    background-size: 35px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_zoom h3::before {
    background-image: url(../img/solution/ico-solution-offer06.png);
    background-size: 30px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_print h3::before {
    background-image: url(../img/solution/ico-solution-offer07.png);
    background-size: 32px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_full h3::before {
    background-image: url(../img/solution/ico-solution-offer08.png);
    background-size: 28px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_copy h3::before {
    background-image: url(../img/solution/ico-solution-offer09.png);
    background-size: 25px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_fbm h3::before {
    background-image: url(../img/solution/ico-solution-offer10.png);
    background-size: 25px auto;
}

.solution .sec_offer .inner .offer_wrap .offer_list ul > li.ico_pancil h3::before {
    background-image: url(../img/solution/ico-solution-offer11.png);
    background-size: 28px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_maze h3::before {
    background-image: url(../img/industry/ico-industry-offer01.png);
    background-size: 32px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_cloud h3::before {
    background-image: url(../img/industry/ico-industry-offer02.png);
    background-size: 37px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_wheel h3::before {
    background-image: url(../img/industry/ico-industry-offer03.png);
    background-size: 33px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_lock h3::before {
    background-image: url(../img/industry/ico-industry-offer04.png);
    background-size: 30px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_trans h3::before {
    background-image: url(../img/industry/ico-industry-offer05.png);
    background-size: 31px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_block h3::before {
    background-image: url(../img/industry/ico-industry-offer06.png);
    background-size: 27px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_table h3::before {
    background-image: url(../img/industry/ico-industry-offer07.png);
    background-size: 28px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_medi h3::before {
    background-image: url(../img/industry/ico-industry-offer08.png);
    background-size: 33px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_bank h3::before {
    background-image: url(../img/industry/ico-industry-offer09.png);
    background-size: 31px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_bag h3::before {
    background-image: url(../img/industry/ico-industry-offer10.png);
    background-size: 31px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_net h3::before {
    background-image: url(../img/industry/ico-industry-offer11.png);
    background-size: 30px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_bill h3::before {
    background-image: url(../img/industry/ico-industry-offer12.png);
    background-size: 32px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_watch h3::before {
    background-image: url(../img/industry/ico-industry-offer13.png);
    background-size: 32px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_target h3::before {
    background-image: url(../img/industry/ico-industry-offer14.png);
    background-size: 36px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_puzzle h3::before {
    background-image: url(../img/industry/ico-industry-offer15.png);
    background-size: 27px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_arrow h3::before {
    background-image: url(../img/industry/ico-industry-offer16.png);
    background-size: 32px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_bulb h3::before {
    background-image: url(../img/industry/ico-industry-offer17.png);
    background-size: 26px auto;
}

.industry .sec_offer .inner .offer_wrap .offer_list ul > li.ico_folder h3::before {
    background-image: url(../img/industry/ico-industry-offer18.png);
    background-size: 26px auto;
}

.sec_offer .inner .offer_wrap .offer_list ul > li p {
    flex: 1;
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    word-break: keep-all;
}

.sec_offer .inner .offer_wrap .offer_list ul > li p b {
    font-weight: 700;
}

.sec_offer .inner .offer_wrap .offer_list ul > li ol {
    flex: 1;
}

.sec_offer .inner .offer_wrap .offer_list ul > li ol li {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    padding-left: 13px;
    position: relative;
}

.sec_offer .inner .offer_wrap .offer_list ul > li ol li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    top: 12px;
    left: 0;
}

.sec_offer .inner .offer_wrap .offer_list ul > li ol li b {
    font-weight: 700;
}

.sec_offer .inner .offer_wrap .offer_list + p {
    margin-top: 50px;
}

.sec_offer .inner .offer_wrap .graphic_service01 {
    margin-top: 40px;
}

.sec_offer .inner .offer_wrap .graphic_service01 .plus {
    font-size: 0;
    text-align: center;
}

.sec_offer .inner .offer_wrap .graphic_service01 .plus > span {
    display: inline-block;
    vertical-align: top;
    width: 119px;
    height: 119px;
    background-color: #9C32FF;
    position: relative;
    border-radius: 50%;
    line-height: 119px;
    font-size: 32px;
    color: #FFFFFF;
}

.sec_offer .inner .offer_wrap .graphic_service01 .plus > span + span {
    margin-left: 70px;
}

.sec_offer .inner .offer_wrap .graphic_service01 .plus > span + span::before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background-image: url(../img/service/ico-plus-purple.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -47px;
    transform: translateY(-50%);
}

.sec_offer .inner .offer_wrap .steps {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.sec_offer .inner .offer_wrap .steps.algn_t {
    align-items: flex-start;
}

.sec_offer .inner .offer_wrap .steps > div {
    flex: 1;
    position: relative;
}

.sec_offer .inner .offer_wrap .steps > div + div {
    margin-left: 133px;
}

.sec_offer .inner .offer_wrap .steps.algn_t > div + div {
    margin-left: 50px;
}

.sec_offer .inner .offer_wrap .steps.without_arrow > div + div {
    margin-left: 50px;
}

.sec_offer .inner .offer_wrap .steps.with_arrow > div + div {
    margin-left: 60px;
}

.sec_offer .inner .offer_wrap .steps > div + div::before {
    content: "";
    width: 45px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: -88px;
    transform: translateY(-50%);
    background-image: url(../img/service/ico-step-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_offer .inner .offer_wrap .steps.algn_t > div + div::before {
    top: 0;
    transform: none;
    left: -46px;
    width: 37px;
    height: 57px;
}

.sec_offer .inner .offer_wrap .steps.without_arrow > div + div::before {
    content: none;
}

.sec_offer .inner .offer_wrap .steps > div li {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    border: 1px solid #BABABA;
    border-radius: 60px;
    font-size: 19px;
    color: #000000;
    position: relative;
    background-color: #fff;
}

.sec_offer .inner .offer_wrap .steps > div li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background-color: #000;
}

.sec_offer .inner .offer_wrap .steps > div li + li {
    margin-top: 15px;
}

.sec_offer .inner .offer_wrap .steps > div:last-child li + li {
    margin-top: 52px;
}

.sec_offer .inner .offer_wrap .steps.algn_t > div:last-child li + li {
    margin-top: 15px;
}

.sec_offer .inner .offer_wrap .steps > div:last-child li + li::before {
    height: 53px;
}

.sec_offer .inner .offer_wrap .steps.algn_t > div:last-child li + li::before {
    height: 16px;
}

.sec_offer .inner .offer_wrap .steps > div li:first-child {
    background-color: #000000;
    color: #fff;
    font-weight: bold;
}

.sec_offer .inner .offer_wrap .graphic_cycle {
    width: 100%;
    padding-top: 61.3333%;
    position: relative;
    margin-top: 50px;
}

.sec_offer .inner .offer_wrap .graphic_cycle > div {
    position: absolute;
    width: 39.75%;
}

.sec_offer .inner .offer_wrap .graphic_cycle > div.lt {
    top: 0;
    left: 0;
}

.sec_offer .inner .offer_wrap .graphic_cycle > div.rt {
    top: 0;
    right: 0;
}

.sec_offer .inner .offer_wrap .graphic_cycle > div.lb {
    left: 0;
    bottom: 0;
}

.sec_offer .inner .offer_wrap .graphic_cycle > div.rb {
    right: 0;
    bottom: 0;
}

.sec_offer .inner .offer_wrap .graphic_cycle > div.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 17.5833%;
}

.sec_offer .inner .offer_wrap .graphic_cycle > div img {
    width: 100%;
}

.sec_offer .inner .offer_wrap .offer_img {
    margin-top: 50px;
    text-align: center;
}

.sec_offer .inner .offer_wrap .offer_img img {
    max-width: 100%;
}

.sec_offer .inner .offer_wrap .offer_img + p {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sec_offer .inner .offer_wrap .offer_grid {
    margin-top: 48px;
}

.sec_offer .inner .offer_wrap .offer_grid div ul {
    font-size: 0;
    border-top: 1px solid #FF48D1;
    border-bottom: 1px solid #FF48D1;
    margin: -1px auto;
}

.sec_offer .inner .offer_wrap .offer_grid div ul li {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 180px;
    border-bottom: 1px solid #DEDEDE;
}

.sec_offer .inner .offer_wrap .offer_grid div ul li.grid_col3 {
    width: calc(100% / 3 - 0.1px);
}

.sec_offer .inner .offer_wrap .offer_grid div ul li.grid_col4 {
    width: calc(100% / 4 - 0.1px);
}

.sec_offer .inner .offer_wrap .offer_grid div ul li p {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-top: 12px;
    text-align: center;
    word-break: keep-all;
}

.sec_offer .inner .offer_wrap .offer_grid div ul li.grid_col3 + .grid_col3,
.sec_offer .inner .offer_wrap .offer_grid div ul li.grid_col4 + .grid_col4 {
    border-left: 1px solid #CFCFCF;
}

.sec_offer .inner .offer_wrap .offer_grid.mixed div ul li.grid_col4:nth-of-type(4n+1) {
    border-left: none;
}

.sec_features .inner .sec_tit {
    text-align: center;
    margin-top: 90px;
}

.sec_features .inner .feat_wrap p {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    text-align: center;
    margin-top: 35px;
    letter-spacing: -0.04em;
}

.sec_features .inner .feat_wrap p.algn_l {
    text-align: left;
}

.sec_features .inner .feat_wrap .feat_service01 {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item {
    display: flex;
    align-items: center;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item + .feat_item {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item img {
    flex: 356px 0 0;
    height: 332px;
    border-radius: 50px;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item div {
    flex: 1;
    background-color: #F5F5F7;
    border-radius: 50px;
    height: 332px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 60px;
    flex-direction: column;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item div + img,
.sec_features .inner .feat_wrap .feat_service01 .feat_item img + div {
    margin-left: 50px;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item div em {
    font-size: 24px;
    color: #8400FF;
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item div span {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    word-break: keep-all;
    display: block;
    width: 100%;
}

.sec_features .inner .feat_wrap .feat_service01 .feat_item:last-child {
    text-align: right;
}

.sec_features .inner .feat_wrap .feat_row {
    display: flex;
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .feat_row.col7_3 > div + div {
    flex: calc((100% - 100px) / 3) 0 0;
}

.sec_features .inner .feat_wrap .feat_row + .feat_row {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .feat_row .feat_col {
    padding: 50px;
    flex: 1;
    background-color: #F5F5F7;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.sec_features .inner .feat_wrap .feat_service02 .feat_row .feat_col {
    height: 357px;
}

.sec_features .inner .feat_wrap .feat_service04 .feat_row .feat_col {
    height: 360px;
}

.sec_features .inner .feat_wrap .feat_row .feat_col + .feat_col {
    margin-left: 50px;
}

.sec_features .inner .feat_wrap .feat_row .feat_col .fited_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}

.sec_features .inner .feat_wrap .feat_row .feat_col .algn_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sec_features .inner .feat_wrap .feat_row .feat_col .algn_box.center {
    align-items: center;
}

.sec_features .inner .feat_wrap .feat_row .feat_col em {
    font-size: 24px;
    color: #8400FF;
    display: block;
    margin-bottom: 40px;
    line-height: 34px;
}

.sec_features .inner .feat_wrap .feat_industry01 .feat_row .feat_col em {
    color: #00CF4F;
}

.sec_features .inner .feat_wrap .feat_industry01 .feat_row.sep_box .algn_box span {
    margin-top: 0;
    border-top: none;
}

.sec_features .inner .feat_wrap .feat_row .feat_col span {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    display: block;
    width: 100%;
}

.sec_features .inner .feat_wrap .feat_row .feat_col span + span {
    display: block;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #535455;
}

.sec_features .inner .feat_wrap .feat_row .feat_col span b {
    font-size: 21px;
    color: #333435;
    font-weight: 700;
}

.sec_features .inner .feat_wrap .feat_row .feat_col ul {
    margin-top: 10px;
}

.sec_features .inner .feat_wrap .feat_row .feat_col ul li {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    display: block;
    text-indent: -12px;
    padding-left: 12px;
    word-break: keep-all;
}

.sec_features .inner .feat_wrap .feat_row .feat_col .algn_box img {
    max-width: 100%;
}

.sec_features .inner .feat_wrap .feat_row.sep_box .algn_box em {
    margin-bottom: 0;
    word-break: keep-all;
}

.sec_features .inner .feat_wrap .feat_row.sep_box .algn_box span {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #7E7E80;
    word-break: keep-all;
}

.sec_features .inner .feat_wrap .table_wrap table tr td {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    padding: 48px 10px;
    text-align: center;
    border-top: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
}

.sec_features .inner .feat_wrap .table_wrap table tr td:first-child {
    border-left: none;
}

.sec_features .inner .feat_wrap .table_wrap table tr:first-child td {
    border-top: 1px solid #9834F5;
}

.sec_features .inner .feat_wrap .table_wrap table tr:last-child td {
    border-bottom: 1px solid #9834F5;
}

.sec_features .inner .feat_wrap .logo_table {
    width: 100%;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap {
    display: flex;
    width: 100%;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap + .col_wrap {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_label {
    background-color: #8A0EFF;
    flex: 217px 0 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_label p {
    font-size: 21px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data {
    margin-left: 50px;
    display: flex;
    align-items: baseline;
    flex: 1;
    flex-direction: column;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data.wp > div > div {
    padding: 20px;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data > div {
    display: flex;
    flex: 1;
    width: 100%;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data > div + div {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data > div > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    min-height: 170px;
    border: 1px solid #D2D2D2;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data > div > div + div {
    margin-left: 30px;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data > div img {
    max-width: 100%;
    flex: 1;
}

.sec_features .inner .feat_wrap .logo_table .col_wrap .col_data > div img + img {
    margin-left: 40px;
}

.sec_features .inner .feat_wrap .grid_wrap {
    display: flex;
    height: 100%;
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_full {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_img {
    flex: 369px 0 0;
    margin-left: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_img + img {
    width: 100%;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_full div {
    background-color: #F5F5F7;
    border-radius: 50px;
    padding: 50px 55px;
    display: flex;
    align-items: center;
    width: 100%;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_full .claibot {
    background-color: #F5F5F7;
    border-radius: 50px;
    padding: 30px 45px;
    display: flex;
    align-items: center;
    width: 100%;
}


.sec_features .inner .feat_wrap .grid_wrap .grid_full.row div {
    flex-direction: column;
    align-items: flex-start;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_full p {
    margin: 0;
    flex: 220px 0 0;
    font-size: 24px;
    line-height: 34px;
    color: #0042FF;
    text-align: left;
    word-break: keep-all;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_full.row p {
    flex: 30px 0 0;
    margin-bottom: 30px;
}

.industry .sec_features .inner .feat_wrap .grid_wrap .grid_full p {
    color: #00CF4F;
}

.cloud .sec_features .inner .feat_wrap .grid_wrap .grid_full p {
    color: #FF00C0;
}

.sec_features .inner .feat_wrap .feat_solution03 .grid_wrap .grid_full p {
    flex: 160px 0 0;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_full div span {
    display: block;
    padding-left: 40px;
    border-left: 1px solid #000000;
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    word-break: keep-all;
    letter-spacing: -0.07em;
}

.sec_features .inner .feat_wrap .grid_wrap .grid_full.row div span {
    border-left: none;
    padding-left: 0;
}

.sec_features .inner .feat_wrap .feat_img {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .feat_img img {
    width: 100%;
}

.sec_features .inner .feat_wrap .grid_col3 {
    flex: 1;
    display: flex;
}

.sec_features .inner .feat_wrap .grid_col3 > div {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.sec_features .inner .feat_wrap .grid_col3 > div + div {
    margin-left: 50px;
}

.sec_features .inner .feat_wrap .grid_col3 > div img {
    width: 100%;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item,
.sec_features .inner .feat_wrap .grid_col3 > div .img_item {
    flex: 1;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 60px;
    background-color: #F5F5F7;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item + .grid_item {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item em {
    font-size: 24px;
    line-height: 35px;
    color: #FF0030;
    display: block;
    margin-bottom: 30px;
}

.sec_features .inner .feat_wrap .feat_industry04 .grid_col3 > div .grid_item em {
    color: #00CF4F;
}

.sec_features .inner .feat_wrap .feat_cloud02 .grid_col3 > div .grid_item em {
    color: #FF00C0;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item ul li {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    word-break: keep-all;
    position: relative;
    padding-left: 11px;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item ul li + li {
    margin-top: 6px;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item ul li::before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #000;
}

.sec_features .inner .feat_wrap .grid_col3 > div .grid_item span {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
}

.sec_features .inner .feat_wrap .feat_cloud02 .grid_col3 > div .grid_item + .grid_item {
    flex: 1.5
}

.sec_features .inner .feat_wrap .about_list {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .about_list ul {
    font-size: 0;
    text-align: center;
}

.sec_features .inner .feat_wrap .about_list ul + ul {
    margin-top: 50px;
}

.sec_features .inner .feat_wrap .about_list ul li {
    display: inline-block;
    vertical-align: top;
    width: 21.8333%;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.sec_features .inner .feat_wrap .about_list ul li + li {
    margin-left: 50px;
}

.sec_features .inner .feat_wrap .about_list ul li > div {
    width: 100%;
    padding-top: 105.3435%;
}

.sec_features .inner .feat_wrap .about_list ul li > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec_features .inner .feat_wrap .about_list ul li > div > div span {
    font-size: 21px;
    line-height: 28px;
    height: 56px;
    display: flex;
    align-items: center;
    margin-top: 27px;
    text-align: center;
}

.sec_features .inner .feat_wrap .about_list ul li.red {
    background-color: #FF1440;
    border: 1px solid #FF1440;
}

.sec_features .inner .feat_wrap .about_list ul li.red span {
    color: #fff;
}

.sec_features .inner .feat_wrap .about_list ul li.white {
    background-color: #fff;
    border: 1px solid #FF1440;
}

.sec_features .inner .feat_wrap .about_list ul li.white span {
    color: #FF1440;
}

.sec_features .inner .feat_wrap .about_list ul li.black {
    background-color: #000;
    border: 1px solid #000;
}

.sec_features .inner .feat_wrap .about_list ul li.black span {
    color: #fff;
}

.sec_cert .inner .sec_tit {
    text-align: center;
    margin-top: 90px;
}

.sec_cert .inner .cert_wrap p {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    text-align: center;
    margin-top: 35px;
    letter-spacing: -0.04em;
}

.sec_cert .inner .cert_wrap img {
    margin-top: 50px;
    max-width: 100%;
}

.sec_cert .cert_list {
    margin-top: 50px;
}

.sec_cert .cert_list ul {
    font-size: 0;
    border-top: 1px solid #ff1440;
    padding-top: 60px;
}

.sec_cert .cert_list ul li {
    width: calc((100% - 240px) / 5 - 0.1px);
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d9d9d9;
}

.sec_cert .cert_list ul li + li {
    margin-left: 60px;
}

.sec_cert .cert_list ul li:nth-child(5n + 1) {
    margin-left: 0;
}

.sec_cert .cert_list ul li:nth-child(n + 6) {
    margin-top: 50px;
}

.sec_cert .cert_list ul li img {
    width: 100%;
}

.main_top .top_slider li {
    width: 100%;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_top .top_slider li .inner {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.main_top .top_slider li .inner img {
    display: block;
    margin-bottom: 20px;
}

.main_top .top_slider li .inner em {
    font-size: 52px;
    line-height: 72px;
    color: transparent;
    font-weight: 900;
    display: block;
}

.main_top .top_slider li.type01 .inner em {
    background: #4BF065;
    background: -webkit-linear-gradient(left, #4BF065, #3AF5C7);
    background:    -moz-linear-gradient(right, #4BF065, #3AF5C7);
    background:      -o-linear-gradient(right, #4BF065, #3AF5C7);
    background:         linear-gradient(to right, #4BF065, #3AF5C7);
    -webkit-background-clip: text;
    background-clip: text;
}

.main_top .top_slider li.type02 .inner em {
    background: #BB04F9;
    background: -webkit-linear-gradient(left, #BB04F9, #3600B0);
    background:    -moz-linear-gradient(right, #BB04F9, #3600B0);
    background:      -o-linear-gradient(right, #BB04F9, #3600B0);
    background:         linear-gradient(to right, #BB04F9, #3600B0);
    -webkit-background-clip: text;
    background-clip: text;
}

.main_top .top_slider li.type03 .inner em {
    background: #FF00BA;
    background: -webkit-linear-gradient(left, #FF00BA, #FFF000);
    background:    -moz-linear-gradient(right, #FF00BA, #FFF000);
    background:      -o-linear-gradient(right, #FF00BA, #FFF000);
    background:         linear-gradient(to right, #FF00BA, #FFF000);
    -webkit-background-clip: text;
    background-clip: text;
}

.main_top .top_slider li.type04 .inner em {
    background: #ED2EEC;
    background: -webkit-linear-gradient(left, #ED2EEC, #59D2FF);
    background:    -moz-linear-gradient(right, #ED2EEC, #59D2FF);
    background:      -o-linear-gradient(right, #ED2EEC, #59D2FF);
    background:         linear-gradient(to right, #ED2EEC, #59D2FF);
    -webkit-background-clip: text;
    background-clip: text;
}

.main_top .top_slider li.type05 .inner em {
    background: #F8FD04;
    background: -webkit-linear-gradient(left, #F8FD04, #89FC71, #6DFEFC);
    background:    -moz-linear-gradient(right, #F8FD04, #89FC71, #6DFEFC);
    background:      -o-linear-gradient(right, #F8FD04, #89FC71, #6DFEFC);
    background:         linear-gradient(to right, #F8FD04, #89FC71, #6DFEFC);
    -webkit-background-clip: text;
    background-clip: text;
}

.main_top .top_slider li .inner p {
    font-size: 18px;
    line-height: 33px;
    margin-top: 20px;
    word-break: keep-all;
}

.main_top .top_slider li.type01 .inner p {
    color: #9A9A9B;
}

.main_top .top_slider li.type01 .inner p i {
    color: #FFFFFF;
    font-weight: 800;
}

.main_top .top_slider li.type02 .inner p {
    color: #595A5B;
}

.main_top .top_slider li.type02 .inner p i {
    font-weight: 800;
}

.main_top .top_slider li.type03 .inner p {
    color: #B9BBBD;
}

.main_top .top_slider li.type03 .inner p i {
    color: #FFFFFF;
    font-weight: 800;
}

.main_top .top_slider li.type04 .inner p {
    color: #9A9A9B;
}

.main_top .top_slider li.type04 .inner p i {
    color: #FFFFFF;
    font-weight: 800;
}

.main_top .top_slider li.type05 .inner p {
    color: #9A9A9B;
}

.main_top .top_slider li.type05 .inner p i {
    color: #FFFFFF;
    font-weight: 800;
}

.main_top .top_slider li .inner a {
    display: inline-block;
    vertical-align: top;
    padding: 0 27px;
    line-height: 42px;
    text-align: center;
    background-color: #3AF5CC;
    border-radius: 50px;
    margin-top: 30px;
    color: #210628;
    font-size: 16px;
}

.main_top .top_slider li .inner a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 42px;
    background-image: url(../img/main/ico-angle-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
}

.main_top .top_slider .nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.main_top .top_slider .nav .inner {
    position: relative;
}

.main_top .top_slider .nav button {
    width: 19px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}

.main_top .top_slider .nav button.nav_prev {
    background-image: url(../img/main/ico-nav-prev.svg);
    left: -81px;
}

.main_top .top_slider .nav button.nav_next {
    background-image: url(../img/main/ico-nav-next.svg);
    right: -81px;
}

section.sec_service {
    margin-top: 90px;
    padding: 0 40px;
}

section.sec_service .service_slider li {
    width: 100%;
    position: relative;
}

section.sec_service .service_slider li img {
    width: 100%;
}

section.sec_service .service_slider li .cont {
    position: absolute;
    top: 0;
    right: 100px;
    width: 480px;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    padding: 0 80px;
    padding-bottom: 80px;
}

section.sec_service .service_slider li .cont i {
    font-size: 25px;
    color: #9C32FF;
    display: block;
    margin-bottom: 25px;
    line-height: 32px;
}

section.sec_service .service_slider li .cont em {
    font-size: 32px;
    line-height: 50px;
    color: #FFFFFF;
    display: block;
    font-weight: 900;
    letter-spacing: -0.04em;
}

section.sec_service .service_slider li .cont p {
    font-size: 17px;
    line-height: 28px;
    color: #999A9F;
    margin-top: 35px;
    letter-spacing: -0.04em;
}

section.sec_service .service_slider li .cont a {
    display: inline-block;
    vertical-align: top;
    padding: 0 27px;
    line-height: 33px;
    text-align: center;
    background-color: #9C32FF;
    border-radius: 50px;
    margin-top: 38px;
    color: #210628;
    font-size: 16px;
    color: #fff;
}

section.sec_service .service_slider li .cont a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 33px;
    background-image: url(../img/main/ico-angle-more-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
}

section.sec_service .bullets {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

section.sec_service .bullets ul {
    font-size: 0;
    text-align: center;
    display: inline-block;
    position: relative;
}

section.sec_service .bullets ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.25 ;
}

section.sec_service .bullets ul li {
    display: inline-block;
    vertical-align: top;
}

section.sec_service .bullets ul li + li {
    margin-left: 60px;
}

section.sec_service .bullets ul li button {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 45px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

section.sec_service .bullets ul li button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #9C32FF;
    opacity: 0;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

section.sec_service .bullets ul li button.active::after {
    opacity: 1;
}

section.sec_solution {
    margin-top: 90px;
    padding-bottom: 90px;
}

section.sec_solution .solution_list .col_wrap {
    display: flex;
}

section.sec_solution .solution_list .col_wrap > div {
    flex: 1;
}

section.sec_solution .solution_list .col_wrap > div + div {
    margin-left: 80px;
    flex: 1.32365;
}

section.sec_solution .solution_list .col_wrap .img_col ul {
    position: relative;
    padding-top: 100.3135%;
}

section.sec_solution .solution_list .col_wrap .img_col ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
    pointer-events: none;
}

section.sec_solution .solution_list .col_wrap .img_col ul li.current {
    opacity: 1;
}

section.sec_solution .solution_list .col_wrap .img_col ul li img {
    width: 100%;
}

section.sec_solution .solution_list .col_wrap .cont_col ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li:first-child {
    border-top: 1px solid #B0B0B2;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li > div {
    position: relative;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li em {
    font-size: 20px;
    color: #0848FF;
    font-weight: 600;
    line-height: 32px;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li p {
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
    word-break: keep-all;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li img {
    display: none;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li a,
section.sec_solution .solution_list .col_wrap .cont_col ul li span {
    position: absolute;
    line-height: 30px;
    border: 1px solid #0848FF;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 17px;
    color: #0848FF;
    font-size: 16px;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 30px;
    background-image: url(../img/main/ico-angle-more-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li span {
    color: #7B7E80;
    border: 1px solid #7B7E80;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #B0B0B2;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

section.sec_solution .solution_list .col_wrap .cont_col ul li:hover::after {
    width: calc(100% + 130px);
    background-color: #0848FF;
    height: 2px;
}

/* section.sec_solution .partners {
    margin-top: 90px;
    background-color: #F5F5F7;
    border-radius: 200px;
} */

/* section.sec_solution .partners .col_wrap {
    display: flex;
    flex: 1;
    align-items: center;
    width: 100%;
}

section.sec_solution .partners .col_wrap .part_item {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    flex: 1;
}

section.sec_solution .partners .col_wrap .part_item p {
    text-align: center;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    font-weight: 600;
}

section.sec_solution .partners .col_wrap .part_item > ul {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

section.sec_solution .partners .col_wrap .part_item > ul li {
    flex: 1;
    border: 1px solid #D2D2D5;
}

section.sec_solution .partners .col_wrap .part_item > ul li + li {
    margin-left: 30px;
}

section.sec_solution .partners .col_wrap .part_item > ul li img {
    width: 100%;
} */

section.sec_solution .partners {
    margin-top: 90px;
}

section.sec_solution .partners .logo_table {
    width: 100%;
}

section.sec_solution .partners .logo_table .col_wrap {
    display: flex;
    width: 100%;
}

section.sec_solution .partners .logo_table .col_wrap + .col_wrap {
    margin-top: 50px;
}

section.sec_solution .partners .logo_table .col_wrap .col_label {
    flex: 217px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    border-radius: 50px;
    border: 1px solid #D2D2D2;
}

section.sec_solution .partners .logo_table .col_wrap.row02 .col_label {
    background-color: #f5f5f7;
    border: none;
    height: auto;
    margin-bottom: 0;
}

section.sec_solution .partners .logo_table .col_wrap .col_label p {
    font-size: 21px;
    line-height: 31px;
    color: #000000;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

section.sec_solution .partners .logo_table .col_wrap .col_data {
    margin-left: 50px;
    display: flex;
    align-items: baseline;
    flex: 1;
    flex-direction: column;
}

section.sec_solution .partners .logo_table .col_wrap .col_data > div {
    display: flex;
    flex: 1;
    width: 100%;
}

section.sec_solution .partners .logo_table .col_wrap .col_data > div + div {
    margin-top: 50px;
}

section.sec_solution .partners .logo_table .col_wrap .col_data > div > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    min-height: 170px;
    border: 1px solid #D2D2D2;
}

section.sec_solution .partners .logo_table .col_wrap.row01 .col_data > div > div {
    padding: 40px;
    background-color: #f5f5f7;
}

section.sec_solution .partners .logo_table .col_wrap .col_data > div > div + div {
    margin-left: 30px;
}

section.sec_solution .partners .logo_table .col_wrap .col_data > div img {
    max-width: 100%;
    flex: 1;
}

section.sec_solution .partners .logo_table .col_wrap .col_data > div img + img,
section.sec_solution .partners .logo_table .col_wrap .col_data > div a + img,
section.sec_solution .partners .logo_table .col_wrap .col_data > div img + a,
section.sec_solution .partners .logo_table .col_wrap .col_data > div a + a {
    margin-left: 10px;
}

section.sec_guide {
    padding-top: 70px;
}

section.sec_guide .col_wrap {
    display: flex;
    align-items: center;
}

section.sec_guide .col_wrap > div + div {
    margin-left: 80px;
}

section.sec_guide .col_wrap > div.col_l {
    flex: 4;
}

section.sec_guide .col_wrap > div.col_l img {
    display: block;
    border-radius: 50px;
}

section.sec_guide .col_wrap > div.col_r {
    flex: 6;
}

section.sec_guide .col_wrap > div.col_r p {
    font-size: 17px;
    line-height: 28px;
    color: #333435;
    margin-top: 50px;
    word-break: keep-all;
    letter-spacing: -0.04em;
}

section.sec_guide .col_wrap > div.col_r .guide_box {
    border-radius: 60px;
    background-color: #F5F5F7;
    padding: 50px;
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 126px;
}

section.sec_guide .col_wrap > div.col_r .guide_box em {
    font-size: 24px;
    line-height: 28px;
    color: #FF00C0;
    font-weight: bold;
    display: block;
    margin-bottom: 24px;
}

section.sec_guide .col_wrap > div.col_r .guide_box ul li {
    padding-left: 40px;
    font-size: 17px;
    line-height: 24px;
    position: relative;
    word-break: keep-all;
}

section.sec_guide .col_wrap > div.col_r .guide_box ul li i {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

section.sec_guide .col_wrap > div.col_r .guide_box ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #ED28C0;
}

section.sec_guide .col_wrap > div.col_r .guide_box ul li i::after {
    content: "";
    display: block;
    box-sizing: border-box;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 11px solid #ED28C0;
    position: absolute;
    bottom: 0;
    left: 71%;
}

section.sec_guide .col_wrap > div.col_r .guide_box ul li + li {
    margin-top: 20px;
}

section.sec_guide .col_wrap > div.col_r .guide_box .btn_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

section.sec_guide .col_wrap > div.col_r .guide_box .btn_wrap button {
    display: block;
    width: 100%;
    padding-left: 65px;
    line-height: 74px;
    background-color: #ED28C0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: none;
    text-align: left;
}

.disabled {
    /*  background-color: #9c9c9c !important;*/
    cursor: not-allowed;
}

section.sec_guide .col_wrap > div.col_r .guide_box .btn_wrap button::before {
    content: "";
    width: 27px;
    height: 74px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/cloud/ico-pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

section.sec_guide .col_wrap > div.col_r .guide_box .btn_wrap button::after {
    content: "";
    width: 20px;
    height: 74px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/cloud/ico-angle-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
}

.modal_download {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    animation: showOpacity 0.3s forwards;
    display: none;
}

.modal_download.open {
    display: flex;
}

.modal_download .inner {
    background-color: #F5F5F7;
    padding: 60px;
    max-width: 1000px;
    padding-bottom: 90px;
    position: relative;
    border-radius: 0 0 50px 50px;
    animation: showUp 0.3s forwards;
    display: none;
    max-height: 100%;
    overflow-y: auto;
}

.modal_download.open .inner {
    display: block;
}

.modal_download .inner .btn_close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-image: url(../img/cloud/ico-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
}

.modal_download .inner em {
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    display: block;
    text-align: center;
}

.modal_download .inner em b {
    color: #FF00C0;
}

.modal_download .form_box {
    margin-top: 40px;
    background-color: #fff;
    padding: 30px;
}

.form_box .form_row {
    display: flex;
}

.form_box .form_row + .form_row {
    margin-top: 12px;
}

.form_box .form_row .form_col {
    flex: 1;
    display: flex;
}

.form_box .form_row .form_col + .form_col {
    margin-left: 50px;
}

.form_box .form_row .form_col .label {
    flex: 88px 0 0;
}

.sec_contact .form_box .form_row .form_col .label {
    flex: 170px 0 0;
}

.form_box .form_row .form_col .label p {
    font-size: 17px;
    line-height: 37px;
    letter-spacing: -0.05em;
}

.form_box .form_row .form_col .field {
    flex: 1;
}

.form_box .form_row .form_col .field input[type=text] + label {
    display: none;
}

.form_box .form_row .form_col .field input[type=text],
.form_box .form_row .form_col .field select {
    width: 100%;
    border: 1px solid #B3B4B4;
    background-color: #fff;
    padding: 0 10px;
    line-height: 35px;
}

.form_box .form_row .form_col .field .select_box {
    position: relative;
}

.form_box .form_row .form_col .field .select_box::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background-image: url(../img/cloud/ico-angle-select.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.form_box .form_row .form_col .field textarea {
    width: 100%;
    height: 256px;
    resize: none;
    border: 1px solid #B3B4B4;
    padding: 15px;
}

.modal_download .inner .btn_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.modal_download .inner .btn_wrap button {
    display: inline-block;
    vertical-align: top;
    width: 258px;
    height: 58px;
    line-height: 58px;
    background-color: #ED28C0;
    border: none;
    border-radius: 35px 35px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.modal_download .inner .btn_wrap button::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 58px;
    margin-right: 15px;
    background-image: url(../img/cloud/ico-pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal_download .inner .btn_wrap button::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 58px;
    margin-left: 9px;
    background-image: url(../img/cloud/ico-angle-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec_private {
    padding-top: 68px;
}

section.sec_private .sec_tit {
    text-align: center;
}

.form_wrap {
    border-radius: 50px;
    border: 1px solid #D7D7D8;
    overflow: hidden;
    padding: 50px 100px;
    margin-top: 36px;
}

.form_wrap .form_box {
    position: relative;
}

.form_wrap .form_box::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #F4A843;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about .form_wrap .form_box::after {
    background-color: #F17F97;
}

.sec_contact .form_wrap .form_box::after {
    content: none;
}

.form_wrap .form_box .form_row .form_col + .form_col {
    margin-left: 170px;
}

section.sec_private .form_wrap {
    border: 1px solid #F4A338;
}

.about section.sec_private .form_wrap {
    border: 1px solid #F17F97;
}

section.sec_survay {
    margin-top: 70px;
}

section.sec_survay .sec_tit {
    text-align: center;
}

section.sec_survay .form_wrap {
    padding: 0;
}

section.sec_survay .form_wrap .ser_item {
    padding: 50px 100px;
}

section.sec_survay .form_wrap .ser_item + .ser_item {
    border-top: 1px solid #DFDFDF;
}

section.sec_survay .form_wrap .ser_item p {
    font-size: 21px;
    color: #141414;
    line-height: 30px;
    padding-left: 55px;
    position: relative;
}

section.sec_survay .form_wrap .ser_item p i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/support/ico-li.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -5px;
}

section.sec_survay .form_wrap .ser_item .ser_a {
    margin-top: 32px;
}

section.sec_survay .form_wrap .ser_item .ser_a ul {
    font-size: 0;
}

section.sec_survay .form_wrap .ser_item .ser_a ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 16px;
}

section.sec_survay .form_wrap .ser_item .ser_a ul.col3 li {
    width: calc(100% / 3 - 0.1px);
}

section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=checkbox],
section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=radio] {
    display: none;
}

section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=checkbox] + label,
section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=radio] + label {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding-left: 27px;
    position: relative;
    cursor: pointer;
}

section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=checkbox] + label::before,
section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=radio] + label::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #767676;
    position: absolute;
    top: 4px;
    left: 0;
    box-sizing: border-box;
}

section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=checkbox] + label::before {
    border-radius: 3px;
}

section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=radio]:checked + label::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 3px;
    background-color: #767676;
}

section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=checkbox]:checked + label::before {
    background-image: url(../img/support/ico-checkbox-checked-survay.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

section.sec_survay .form_wrap .ser_item .ser_a ul li input[type=text] {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #AEAFAF;
    line-height: 36px;
    margin-left: 15px;
    font-size: 16px;
    margin-top: -8px;
    padding: 0 15px;
}

section.sec_survay .form_wrap .ser_item .ser_a textarea {
    border: 1px solid #D8D8D8;
    width: 100%;
    height: 88px;
    resize: none;
    padding: 15px;
}

section.sec_type {
    margin-top: 70px;
}

section.sec_type .sec_tit {
    text-align: center;
}

section.sec_type .type_wrap {
    margin-top: 37px;
}

section.sec_type .type_wrap .radio_wrap {
    display: flex;
}

section.sec_type .type_wrap .radio_wrap > div {
    flex: 1;
}

section.sec_type .type_wrap .radio_wrap > div + div {
    margin-left: 30px;
}

section.sec_type .type_wrap .radio_wrap > div input[type=radio] {
    display: none;
}

section.sec_type .type_wrap .radio_wrap > div input[type=radio] + label {
    width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background-color: #F5F5F7;
    border-radius: 50px;
    cursor: pointer;
}

section.sec_type .type_wrap .radio_wrap > div input[type=radio] + label img {
    width: 21.5789%;
}

section.sec_type .type_wrap .radio_wrap > div input[type=radio] + label p {
    font-size: 21px;
    color: #141414;
    margin-top: 20px;
    position: relative;
    padding-left: 26px;
    line-height: 21px;
}

section.sec_type .type_wrap .radio_wrap > div input[type=radio] + label p::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #767676;
    position: absolute;
    top: 4px;
    left: 0;
    box-sizing: border-box;
}

section.sec_type .type_wrap .radio_wrap > div input[type=radio]:checked + label p::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #767676;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 7px;
}

.sec_agreement {
    margin-top: 70px;
}

.sec_agreement .agreement .privacy {
    border: 1px solid #D7D7D7;
    height: 180px;
    overflow-y: auto;
    padding: 15px;
}

.sec_agreement .agreement .privacy p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.sec_agreement .agreement .input_wrap {
    margin-top: 15px;
}

.sec_agreement .agreement .input_wrap input[type=checkbox] {
    display: none;
}

.sec_agreement .agreement .input_wrap input[type=checkbox] + label {
    font-size: 14px;
    line-height: 14px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.sec_agreement .agreement .input_wrap input[type=checkbox] + label::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #7E7E7E;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.sec_agreement .agreement .input_wrap input[type=checkbox]:checked + label::before {
    background-image: url(../img/support/ico-checkbox-checked.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-color: #0095F0;
    border: 1px solid #1c1d1d;
}

.sec_agreement .btn_wrap {
    margin-top: 40px;
    text-align: center;
}

.sec_agreement .btn_wrap button {
    background-color: #F28A05;
    padding: 0 50px;
    line-height: 80px;
    border: none;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 50px;
}

.about .sec_agreement .btn_wrap button {
    background-color: #ED1E31;
}

.sec_agreement .btn_wrap button::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    background-image: url(../img/cloud/ico-angle-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 80px;
}

.modal_download .sec_agreement {
    margin-top: 20px;
}

section.sec_press {
    margin-top: 70px;
}

section.sec_press .press_list ul {
    font-size: 0;
}

section.sec_press .press_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 50px) / 2 - 0.1px);
}

section.sec_press .press_list ul li a {
    display: flex;
    border: 1px solid transparent;
    background-color: #F5F5F7;
    border-radius: 40px;
    padding: 30px 20px;
    align-items: center;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
    height: 165px;
}

section.sec_press .press_list ul li a:hover {
    border: 1px solid #EF5275;
    background-color: transparent;
}

/* section.sec_press .press_list ul li:first-child a {
    border: 1px solid #EF5275;
    background-color: transparent;
} */

section.sec_press .press_list ul li + li {
    margin-left: 50px;
}

section.sec_press .press_list ul li:nth-child(2n+1) {
    margin-left: 0;
}

section.sec_press .press_list ul li:nth-child(n+3) {
    margin-top: 50px;
}

section.sec_press .press_list ul li .thumb {
    flex: 100;
}

section.sec_press .press_list ul li .thumb > div {
    width: 100%;
    padding-top: 54.1063%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec_press .press_list ul li .thumb > div img {
    display: none;
}

section.sec_press .press_list ul li .info {
    flex: 112;
    margin-left: 30px;
    /*height: 50px;*/
    width: 70px;
}

section.sec_press .press_list ul li .info p {
    font-size: 18px;
    color: #141414;
    line-height: 28px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    word-break: keep-all;
}

section.sec_press .press_list ul li .info span {
    font-size: 18px;
    line-height: 28px;
    color: #FF0030;
}

.paging {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.paging a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    margin: 0 4px 0 4px;
    background-position: center;
    background-repeat: no-repeat;
}

.paging ul {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.paging ul li {
    display: inline-block;
    vertical-align: top;
}

.paging ul li + li {
    margin-left: 12px;
}

.paging ul li a {
    border: 1px solid #B2B2B2;
    border-radius: 3px;
}

.paging a.paging_first {
    background-image: url(../img/assets/ico-angle-first.svg);
}

.paging a.paging_last {
    background-image: url(../img/assets/ico-angle-last.svg);
}

.paging a.paging_prev {
    background-image: url(../img/assets/ico-angle-prev.svg);
}

.paging a.paging_next {
    background-image: url(../img/assets/ico-angle-next.svg);
}

.paging ul li a.current {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

section.sec_event {
    margin-top: 70px;
}

section.sec_event .event_list ul {
    font-size: 0;
}

section.sec_event .event_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 50px) / 2 - 0.1px);
}

section.sec_event .event_list ul li a {
    display: block;
    border: 1px solid transparent;
    background-color: #F5F5F7;
    border-radius: 50px;
    padding: 50px 100px;
    align-items: center;
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
}

section.sec_event .event_list ul li a:hover {
    border: 1px solid #EF5275;
    background-color: transparent;
}

/*section.sec_event .event_list ul li:first-child a {*/
/*    border: 1px solid #EF5275;*/
/*    background-color: transparent;*/
/*}*/

section.sec_event .event_list ul li + li {
    margin-left: 50px;
}

section.sec_event .event_list ul li:nth-child(2n+1) {
    margin-left: 0;
}

section.sec_event .event_list ul li:nth-child(n+3) {
    margin-top: 50px;
}

section.sec_event .event_list ul li .thumb {
    margin-bottom: 25px;
}

section.sec_event .event_list ul li .thumb > div {
    width: 100%;
    padding-top: 38.2353%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sec_event .event_list ul li .thumb > div img {
    display: none;
}

section.sec_event .event_list ul li .info {
    text-align: center;
}

section.sec_event .event_list ul li .info p {
    font-size: 18px;
    color: #141414;
    line-height: 30px;
    overflow: hidden;
    word-wrap: break-word;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

section.sec_event .event_list ul li .info p i {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #000000;
    border-radius: 30px;
    padding: 0 12px;
    margin-right: 10px;
}

section.sec_event .event_list ul li .info p i.active {
    background-color: #ED1E31;
}

section.sec_event .event_list ul li .info span {
    font-size: 18px;
    line-height: 28px;
    color: #FF0030;
}

section.sec_contact {
    margin-top: 70px;
}

section.sec_contact .sec_tit {
    text-align: center;
}

.sec_contact .field input[type=radio] {
    display: none;
}

.sec_contact .field input[type=radio] + label {
    font-size: 14px;
    line-height: 14px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.sec_contact .field input[type=radio] + label::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #7E7E7E;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec_contact .field input[type=radio]:checked + label::before {
    background-image: url(../img/support/ico-checkbox-checked.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-color: #7E7E7E;
    /*#7E7E7E*/
    border: 1px solid #7E7E7E;
}

.sec_contact .field label{
    padding-right: 10px;
}

section.sec_policy {
    padding: 80px 20px;
}

section.sec_policy .sec_tit {
    text-align: center;
}

section.sec_policy .text_block {
    padding: 50px 0;
}

section.sec_policy .text_block + .text_block {
    border-top: 1px solid #E2E2E3;
}

section.sec_policy .text_block p {
    font-size: 16px;
    line-height: 28px;
    color: #4E4F50;
    word-break: keep-all;
}

section.sec_policy .text_block ul li {
    font-size: 16px;
    line-height: 28px;
    color: #4E4F50;
    word-break: keep-all;
    text-indent: -11px;
    padding-left: 11px;
}

section.sec_policy .text_block b {
    font-weight: bold;
}

section.sec_policy .text_block p i {
    color: #00BDC1;
}

section.sec_policy .text_block a {
    color: #00BDC1;
}

section.sec_policy .text_block h3 {
    font-size: 21px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
}

section.sec_policy .text_block h3 + p,
section.sec_policy .text_block h3 + ul {
    margin-top: 50px;
}

section.sec_policy .text_block .table_wrap table tr th {
    color: #4E4F50;
    font-weight: bold;
    padding: 14px 60px;
    text-align: left;
    font-size: 16px;
}

section.sec_policy .text_block .table_wrap table tr th:first-child {
    background-color: #4FBDC1;
    color: #fff;
}

section.sec_policy .text_block .table_wrap table tr th:nth-child(2) {
    background-color: #D5D5D7;
}

section.sec_policy .text_block .table_wrap table tr th:last-child {
    background-color: #E2E2E3;
}

section.sec_policy .text_block .table_wrap table tr + tr {
    border-top: 1px solid #DCDCDD;
}

section.sec_policy .text_block .table_wrap table tr * + * {
    border-left: 1px solid #DCDCDD;
}

section.sec_policy .text_block .table_wrap table tr td {
    padding: 14px 60px;
    font-size: 16px;
    color: #4E4F50;
}

section.sec_policy .text_block .table_wrap table tr:last-child td {
    border-bottom: 1px solid #DCDCDD;
}

section.sec_report {
    padding-top: 70px;
}

section.sec_report .report_list ul {
    font-size: 0;
}

section.sec_report .report_list li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 100px) / 3 - 0.1px);
    height: 600px;
    padding: 40px 50px;
    border: 1px solid transparent;
    background-color: #f5f5f7;
    border: 1px solid #ff00c0;
    border-radius: 50px;
}

section.sec_report .report_list ul li:hover {
    border: 1px solid #ff00c0;
    background-color: transparent;
}

section.sec_report .report_list ul li a:hover {
    border: 1px solid #ff00c0;
    background-color: #ff35cf;
}

section.sec_report .report_list li + li {
    margin-left: 50px;
}

/*section.sec_report .report_list li:first-child {*/
/*    border: 1px solid #ff00c0;*/
/*    background-color: #fff;*/
/*}*/

section.sec_report .report_list li:nth-child(3n+1) {
    margin-left: 0;
}

section.sec_report .report_list li:nth-child(n+4) {
    margin-top: 50px;
}

section.sec_report .report_list li .thumb {
    width: 100%;
    padding-top: 69.8675%;
    position: relative;
}

section.sec_report .report_list li .thumb img {
    display: none;
}

section.sec_report .report_list li .thumb > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sec_report .report_list li .info {
    margin-top: 30px;
}

section.sec_report .report_list li .info em {
    color: #141414;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
}

section.sec_report .report_list li .info span {
    font-size: 17px;
    line-height: 28px;
    color: #ff00c0;
    display: block;
    margin-top: 10px;
}

section.sec_report .report_list li .info p {
    font-size: 17px;
    line-height: 28px;
    color: #141414;
    margin-top: 10px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

section.sec_report .report_list li .info a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    background-color: #ff00c0;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
}

section.sec_report .report_list li .info a::after {
    content: ">";
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

section.sec_service_partner {
    margin-top: 90px;
}

section.sec_service_partner .sec_tit {
    text-align: center;
}

section.sec_service_partner .service_partner {
    text-align: center;
    padding: 70px 50px;
    width: 100%;
    border: 1px solid #ff1440;
    border-radius: 50px;
    margin-top: 40px;
}

section.sec_service_partner .service_partner img {
    max-width: 100%;
}

section.sec_service_partner .service_partner p {
    font-size: 19px;
    line-height: 33px;
    color: #32465b;
    margin-top: 50px;
}

section.sec_service_partner .service_partner i {
    display: block;
    margin-top: 15px;
    font-size: 25px;
    line-height: 33px;
    color: #ff1440;
    font-style: italic;
}

section.sec_service_partner .service_partner > div {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

section.sec_service_partner .service_partner > div span {
    display: block;
    line-height: 74px;
    flex: 1;
    border: 1px solid #32465b;
    border-radius: 70px;
    font-size: 19px;
    color: #32465b;
    font-weight: bold;
}

section.sec_service_partner .service_partner > div span + span {
    margin-left: 30px;
}

section.sec_packs {
    margin-top: 90px;
    text-align: center;
}

section.sec_packs .sec_tit {
    text-align: center;
    margin-bottom: 50px;
}

section.sec_packs img {
    max-width: 100%;
}

/* 寃뚯떆�뙋 */
.article_board .article_report {
    border-top: 1px solid #EF54D5;
    border-bottom: 1px solid #EF54D5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.article_board .article_head {
    padding: 40px 25px;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ED1E31;
    border-bottom: 1px solid #CFCFCF;
}

.article_board .article_head span {
    display: block;
    flex: 300px 0 0;
    font-size: 18px;
    line-height: 38px;
    color: #FF0030;
}

.article_board .article_head span::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 38px;
    background-image: url(../img/assets/ico-board-date.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 13px;
    margin-top: -2px;
}

.article_board .article_head h1 {
    flex: 1;
    font-size: 30px;
    line-height: 38px;
    color: #141414;
    font-weight: bold;
}

.article_board .article_head + .article_cont {
    margin-top: 60px;
}

.article_board .article_foot {
    margin-top: 60px;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #ED1E31;
    padding: 30px 25px;
}

.article_board .article_foot p,
.article_board .article_foot a {
    font-size: 18px;
    line-height: 1em;
    color: #141414;
    text-overflow: ellipsis;
    overflow-x: clip;

}

.article_board .article_cont em,
.article_board .article_cont i {
    font-style: italic;
}

.article_board .article_cont em,
.article_board .article_cont b,
.article_board .article_cont strong {
    font-weight: bold;
}

.article_board .article_cont em,
.article_board .article_cont i,
.article_board .article_cont p,
.article_board .article_cont span,
.article_board .article_cont strong {
    line-height: 1.4em;
}

.article_board .article_cont .img_wrap {
    width: 100%;
    margin-top: 40px;
}

.article_board .article_cont img {
    max-width: 100%;
}

.article_board .article_cont .img_wrap img {
    display: block;
}

.article_board .article_cont .img_wrap img + img {
    margin-top: 10px;
}

.article_board .btn_wrap {
    text-align: center;
    margin-top: 40px;
}

.article_board .btn_wrap a {
    padding: 0 50px;
    line-height: 80px;
    border: none;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 50px;
    display: inline-block;
}
/* =================================================*/
/* modified by syhong */
.sec_report .article_head {
    border-top: 1px solid #ED28C0;
    border-bottom: 1px solid #CFCFCF;
}

/* modified by syhong */
.sec_report .article_foot {
    border-top: 1px solid  #CFCFCF;
    border-bottom: 1px solid #ED28C0;
}
/* =================================================*/

.sec_report .article_board .btn_wrap a {
    background-color: #ED28C0;
}

.sec_report .article_board .btn_wrap a:hover {
    background-color: #ff35cf;
}

.sec_press .article_board .btn_wrap a {
    background-color: #ED1E31;
}

.sec_press .article_board .btn_wrap a:hover {
    background-color: #f8273b;
}

.article_board .btn_wrap a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    background-image: url(../img/cloud/ico-angle-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 80px;
}

.article_board .article_nav {
    margin-top: 60px;
}

.article_board .article_nav a {
    background-color: #F5F5F7;
    display: block;
    padding: 20px 24px;
}
.article_board .article_nav a:hover {
    border: 1px solid #EF5275;
    background-color: transparent;
}

.article_board .article_nav a + a {
    margin-top: 5px;
}

.article_board .article_nav a p {
    font-size: 18px;
    line-height: 1em;
    color: #141414;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.article_board .article_nav a span {
    display: inline-block;
    vertical-align: top;
}

.sec_report .article_board .article_nav a span {
    color: #FF00C0;
}

.sec_press .article_board .article_nav a span {
    color: #FF0030;
}

.article_board .article_nav a span::after {
    content: ":";
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    margin-left: 20px;
    margin-right: 15px;
}









.sec_partners .inner .sec_tit {
    text-align: center;
    margin-top: 90px;
}

.sec_partners .partner_list {
}

.sec_partners .partner_list .masonry-container {
    --gap: 50px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: var(--gap);
    grid-auto-rows: 10px;
    padding-top: 40px;
}

@media screen and (max-width: 1100px) {
    .sec_partners .partner_list .masonry-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .sec_partners .partner_list .masonry-container {
        display: block;
    }

    .sec_partners .partner_list .masonry-container .masonry-item {
        margin-bottom: var(--gap);
    }
}

.sec_partners .partner_list .masonry-container .masonry-item .partner-contants {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F5F5F7;
    border-radius: 50px;
}

.sec_partners .partner_list .masonry-container .masonry-item .partner-contants em {
    font-size: 24px;
    color: #ED1F43;
    align-items: center;
    padding: 50px 0 20px 0;
}

.sec_partners .partner_list .masonry-container .masonry-item .partner-contants ul {
    display: table;
    width: 100%;
    padding: 0 50px 50px 50px;
}

.sec_partners .partner_list .masonry-container .masonry-item .partner-contants li {
    padding-top: 20px;
}

.sec_partners .partner_list .masonry-container .masonry-item .partner-contants span {
    display: flex;
    height: 80px;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.sec_partners .partner_list .masonry-container .masonry-item .partner-contants img {
    height: 36px;
}

.sec_partners .partner_list .masonry-container .masonry-item .partner-contants p {
    padding-top: 10px;
    font-size: 17px;
    text-align: center;
}