@charset "UTF-8";

/* Layout CSS */
.motion_introPg {
    color: #222;
    font-weight: 400;
    word-break: keep-all;
}
.motion_introPg a {
    text-decoration: none;
    color: #222;
}
.motion_introPg .smallframe {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
.motion_introPg .minframe {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
.motion_introPg .maxframe {
    position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.pg_section_inner {
    padding: 170px 0;
}
.pg_section_top {
    padding-top: 190px;
}
.motion_introPg ._bar {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 2rem 0;
}
.motion_introPg ._bar:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    background-color: #AAAAAA;
}
.title_box > span {
    font-size: 2rem;
    font-weight: 300;
    display: inline-block;
    margin: 0.5rem 0;
}
.title_box > h3 {
    font-size: 3.12rem;
    font-weight: 700;
}
._flexFrame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bd_rd {
    border-radius: 35px;
}
.motion_introPg .num {
    font-family: 'Montserrat';
    color: #E5B000;
    font-size: 5rem;
    font-weight: 200;
}

/* Common CSS */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.136rem;
    margin-left: -1.136rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, 
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto {
    padding-right: 1.136rem;
    padding-left: 1.136rem;
}
.clearfix:after, .clearfix:before, .container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.visible-lg,.visible-md,.visible-sm,.visible-xs{
    display:none!important
}
table {
    empty-cells: hide;
    border-collapse: collapse;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

@media screen and (max-width: 1024px) {
    .pg_section_inner {
        padding: 4rem 0;
    }
    .col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width:1025px){
    .visible-lg{
        display:block!important
    }
    .hidden-lg{
        display:none!important
    }
}

@media (min-width:861px) and (max-width:1024px){
    .visible-md{
        display:block!important
    }
    .hidden-md{
        display:none!important
    }
}

@media screen and (max-width: 860px) {
    .visible-sm {
        display: block!important;
    }
    .hidden-sm{
        display:none!important
    }
    .num {
        font-size: 2.5rem;
    }
    .title_box > span {
        font-size: 1.14rem;
        white-space: nowrap;
    }
    .title_box > h3 {
        font-size: 1.7rem;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .maxframe .minframe, .smallframe {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 500px) {
    .maxframe .minframe, .smallframe {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* Page CSS */
.top_menu {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*********** Section : Thumbnail ***********/
section.thumbnail {
    position: relative;
    min-height: 860px;
    background: url(/img/motionK/thumbnail.jpg) no-repeat center center;
    background-size: cover;
}
.thumbnail_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
}

/*********** Section : Advantage ***********/
section.advantage {
    background-color: #fff;
    position: relative;
}
.advantage ._bg {
    font-size: 11.25rem;
    color: #FCFCFC;
    font-weight: 200;
    position: absolute;
    text-transform: uppercase;
}
.advantage ._bg._left {
    top: 0;
    left: 0;
    font-family: 'Montserrat';
}
.advantage ._bg._right {
    top: 12rem;
    right: 0;
    font-family: 'Montserrat';
}
.advantage .motion_info {
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.advantage .item_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -2rem 0.5rem;
}
.advantage .item_inner:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.advantage .item_cont {
    width: 18%;
}
.advantage .item_txt {
    font-size: 2.24rem;
}
.advantage .item_img {
    margin-right: 3rem;
    min-width: 360px;
}
.advantage .sub_detail {
    position: absolute;
    bottom: 4.5rem;
    left: 2rem;
    font-size: 2rem;
}
.advantage .sub_detail span {
    color: #E5B000;
    font-weight: 600;
}

/*********** Section : Service ***********/
section.service {
    background: url(/img/motionK/function.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}
.service .title_box > span {
    background: -o-linear-gradient(200deg, #C8EE5D, #FFC354);
    background: linear-gradient(200deg, #C8EE5D, #FFC354);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.service .fc_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: auto;
    margin-top: 3rem;
}
.service .fc_item {
    margin-top: 4rem;
    padding-left: 4rem;
}
.service .fc_item > figure {
    min-height: 56px;
}
.service .fc_txt {
    margin-top: 1rem;
    font-size: 1.25rem;
}

/*********** Section : Difference ***********/
section.difference {
    background-color: #f8f8f8;
}
.difference .tab_inner {
    margin-top: 3rem;
}
.difference .df_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.difference .df_inner .df_item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
            box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
    width: 48%;
    padding: 0;
}
.difference .df_inner .img_frame {
    position: relative;
    width: 100%;
    padding-top: 57.62%;
}
.difference .df_inner .df_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
}
.difference .df_txt {
    padding: 2.5rem 0.5rem;
}
.difference .df_txt._minH h4 {
    min-height: 80px;
}
.difference .df_txt h4 {
    font-size: 1.75rem;
    font-weight: 600;
}
.difference .df_txt p {
    color:#666666;
    font-size: 1.25rem;
    padding-top: 1rem;
}

/* Section : Differnce Tab CSS */
.difference input[name=tablist] {
    display: none;
}
.difference .tab_btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: auto;
    margin-top: 5rem;
}
.difference .tab_btn label {
    cursor: pointer;
    border: 2px solid #DDDDDD;
    font-weight: 600;
    font-size: 1.24rem;
    color: #888888;
    text-align: center;
    width: 24%;
    height: 4.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[id=tab1]:checked ~ .tab_btn label[for=tab1],
input[id=tab2]:checked ~ .tab_btn label[for=tab2],
input[id=tab3]:checked ~ .tab_btn label[for=tab3],
input[id=tab4]:checked ~ .tab_btn label[for=tab4] {
    background: -o-linear-gradient(200deg, #ECDC00, #F8AE00);
    background: linear-gradient(200deg, #ECDC00, #F8AE00);
    color: #fff;
    border: transparent;
}
.tab_inner .tab {
    display: none;
}
input[id=tab1]:checked ~ .tab_inner .tab:nth-child(1),
input[id=tab2]:checked ~ .tab_inner .tab:nth-child(2),
input[id=tab3]:checked ~ .tab_inner .tab:nth-child(3),
input[id=tab4]:checked ~ .tab_inner .tab:nth-child(4) {
    display: block;
}

/*********** Section : Trend ***********/
section.trend.pg_section_inner {
    background-color: #fff;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.trend .title_box > span {
    background: -o-linear-gradient(45deg, #8DE3BB, #4BB1C4);
    background: linear-gradient(45deg, #8DE3BB, #4BB1C4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.trend ._trend_inner {
    width: 100%;
    margin: auto;
    margin-top: 5rem;
}
.trend .cont_box {
    position: relative;
    margin: auto;
    max-width: 506px;
    z-index: 10;
}
.trend .cont_box .tr_cont figure img {
    margin: auto;
}
.trend .tr_cont_title {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}
.trend .cont_box:hover .tr_overlay {
    opacity: 1;
}
.trend .tr_overlay {
    opacity: 0;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.trend .btn_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
}
.trend .tr_btn {
    display: block;
    color: #fff;
    border: 2px solid #E6E6E6;
    padding: 0.5rem 2.5rem;
    margin: 0.5rem 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 1.12rem;
}
.trend .m_tr_btn {
    display: block;
    width: 130px;
    margin: 10px auto;
    color: #fff;
    border: 2px solid #ffffff66;
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.trend .tr_btn:hover,
.trend .m_tr_btn:hover {
    background-color: #E5B000;
    border-color: transparent;
}
.trend ._bg ._main-c {
    position: absolute;
    width: 1100px;
    height: 1100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    border-radius: 50%;
    background-color: #f5f0d6;
}
.trend ._bg ._right-c {
    position: absolute;
    top: 40%;
    right: -6%;
    display: inline-block;
    border: 4vw solid #f5f0d6;
    border-radius: 50%;
    display: inline-block;
    width: 12.5vw;
    height: 12.5vw;
}

/*********** Section : Grade_chart ***********/
.grade_chart {
    background-color: #f8f8f8;
    text-align: center;
}
.grade_chart .type._flexFrame {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5rem 0;
}
.grade_chart .ty_item {
    text-align: center;
    color: #fff;
    font-size: 36px;
    position: relative;
}
.grade_chart .ty_item .center_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
}
.grade_chart .ty_item h3 {
    font-family: 'Montserrat';
    font-size: 2.25rem;
}
.grade_chart .ty_item p {
    font-size: 1.25rem;
}
.grade_chart .num_font {
    font-family: 'Montserrat';
}
.grade_chart .ty_01,
.grade_chart .ty_02,
.grade_chart .ty_03 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 270px;
}
.grade_chart .ty_01 {
    color: #222;
    text-align: left;
    -webkit-box-shadow: 0 0 10px #00000029;
            box-shadow: 0 0 10px #00000029;
    border-radius: 0.6rem 0 0 0.6rem;
}
.grade_chart .ty_01 h3 {
    font-size: 1.75rem;
}
.grade_chart .ty_01 p {
    color: #9D958D;
    font-size: 1rem;
    white-space: nowrap;
    margin-top: 0.5rem;
}
.grade_chart .ty_02 {
    background-color: #3EB9B9;
}
.grade_chart .ty_03 {
    background-color: #5B93E8;
}
.grade_chart .ty_04 {
    width: 24%;
    border-radius: 10px;
    position: relative;
}
.grade_chart .img_premium {
    position: absolute;
    top: -145px;
    left: -17px;
}
.grade_chart .img_premium img {
    height: 292px;

}
.grade_chart .ty_btn {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 1.15rem;
    color: #fff;
    border: 2px solid #ffffff5e;
    padding: 0.5rem 2.5rem;
    font-weight: 600;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.grade_chart .ty_btn:hover {
    background-color: #ffffff5e;
    border-color: transparent;
}
.grade_chart .gr._flexFrame {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.grade_chart .gr_title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-right: 1rem;
}
.grade_chart .btn_ques {
    font-size: 1.15rem;
    color: #888888;
}
.grade_chart .grTable {
    -webkit-box-shadow: 0 0 10px #00000029;
            box-shadow: 0 0 10px #00000029;
    border-radius: 0.6rem;
    width: 100%;
    margin: 1.5rem 0 5rem 0;
    background-color: #fff;
}
.grade_chart .grTable_frame {
    position: relative;
}
.grade_chart .p_chkImg {
    position: absolute;
    right: 0;
    top: -5px;
    bottom: -7px;
}
.grade_chart .p_chkImg img {
    width: 19rem;
    height: 100%;
    max-width: 310px;
}
.grade_chart .grTable td {
    text-align: center;
    border-bottom: 1px solid #DDD;
    width: 23%;
    font-size: 1.25rem;
    color: #666;
}
.grade_chart .grTable tr:last-child td {
    border-bottom: none;
}
.grade_chart .grTable td:nth-child(2) {
    border-right: 1px solid #DDD;
}
.grade_chart .grTable .list_cate {
    width: 31%;
    text-align: left;
    padding: 1.5rem 1.8rem;
    background-color: #F8F8F8;
    font-size: 1.37rem;
    font-weight: 600;
    color: #222222;
}
.grade_chart .grTable tr:first-child .list_cate {
    border-radius: 0.6rem 0 0 0;
}
.grade_chart .grTable tr:last-child .list_cate {
    border-radius: 0 0 0 0.6rem;
}
.grade_chart .grTable .list_cate img {
    float: right;
}
.grade_chart .btn_tip {
    float: right;
    position: relative;
    cursor: pointer;
}
.grade_chart .info_tip {
    display: none;
    position: absolute;
    width: 300px;
    height: auto;
    bottom: 3rem;
    right: -4.1rem;
    padding: 1rem 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 300;
    z-index: 50;
    word-break: keep-all;
    line-height: 1.4;
}
.grade_chart .info_tip:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 30%;
    -webkit-transform: rotate(45deg) translate(100%, -50%);
        -ms-transform: rotate(45deg) translate(100%, -50%);
            transform: rotate(45deg) translate(100%, -50%);
    background-color: #fff;
    width: 20px;
    height: 20px;
}
.grade_chart tr:nth-of-type(1) .info_tip,
.grade_chart tr:nth-of-type(2) .info_tip {
    top: 3rem;
    bottom: auto;
}
.grade_chart tr:nth-of-type(1) .info_tip::before,
.grade_chart tr:nth-of-type(2) .info_tip::before {
    top: 0;
    bottom: auto;
    right: 26%;
    -webkit-transform: rotate(45deg) translate(0%, -50%);
        -ms-transform: rotate(45deg) translate(0%, -50%);
            transform: rotate(45deg) translate(0%, -50%);
}
.grade_chart .btn_tip.active .info_tip {
    display: block;
}
.grade_chart .grTable .txt_bold {
    font-weight: 700;
    font-size: 1.5rem;
    color: #222;
}
.grade_chart .btn_start {
    display: inline-block;
    border-radius: 45px;
    background-color: #414141;
    color: #fff;
    padding: 1rem 8rem;
    font-size: 26px;
    font-weight: 700;
}
.__motion-AD .grade_chart .btn_start {
    background: linear-gradient(102deg, #FFB28A, #FF6177);
}
.__motion-AD .grade_chart .btn_start.mt-5 {
    margin-top: 5rem;
}

/*********** Section : Cs_contact ***********/
section.cs_contact {
    background: url(/img/motion/csInfo_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}
.cs_contact ._flexFrame {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.cs_contact ._cont h1 {
    font-size: 2.25rem;
    font-weight: 700;
}
.cs_contact ._cont p {
    color: #bfbfbf;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0.5rem 0;
}
.cs_contact .cs_info {
    margin-top: 2.5rem;
    font-weight: 300;
    font-size: 1.25rem;
}
.cs_contact .cs_color {
    color: #3bc2ba;
    display: block;
    padding-top: 0.5rem;
}
.cs_contact .cs_btn {
    display: inline-block;
    color: #3BC2BA;
    padding: 0.5rem 2.5rem;
    border-radius: 80px;
    border: 2px solid #3BC2BA;
    font-size: 1.13rem;
    font-weight: 700;
    margin-top: 3rem;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.cs_contact .cs_btn:hover {
    background-color: #3BC2BA;
    color: #fff;
    border-color: transparent;
}


/* Preview Theme */
.themePre_01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.themePre_01.active {
    opacity: 1;
    visibility: visible;
}
._theme .smallframe {
    padding-bottom: 20px;
}
._theme {
    background-color: #4C4C4C;
    padding: 100px 0;
}
._theme .menu_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3.5rem;
}
._theme .menu_inner ._left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
._theme .menu_inner ._left h3 {
    margin-right: 1.5rem;
    color: #fff;
    font-size: 1.85rem;
    font-weight: 500;
}

/* _left tab */
._theme input[name=pagelist1],
._theme input[name=verlist1] {
    display: none;
}
._theme .menu_inner ._left label {
    display: inline-block;
    margin-right: 1rem;
    color: #B7B7B7;
    position: relative;
    font-weight: 500;
    font-size: 1.12rem;
    cursor: pointer;
}
._theme .menu_inner ._left label::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: none;
}
._theme input[id=page1_01]:checked ~ .menu_inner label[for=page1_01],
._theme input[id=page2_01]:checked ~ .menu_inner label[for=page2_01],
._theme input[id=page3_01]:checked ~ .menu_inner label[for=page3_01],
._theme input[id=page4_01]:checked ~ .menu_inner label[for=page4_01],
._theme input[id=page5_01]:checked ~ .menu_inner label[for=page5_01] {
    color: #fff;
}
._theme input[id=page1_01]:checked ~ .menu_inner label[for=page1_01]::before,
._theme input[id=page2_01]:checked ~ .menu_inner label[for=page2_01]::before,
._theme input[id=page3_01]:checked ~ .menu_inner label[for=page3_01]::before,
._theme input[id=page4_01]:checked ~ .menu_inner label[for=page4_01]::before,
._theme input[id=page5_01]:checked ~ .menu_inner label[for=page5_01]::before {
    display: block;
}
._theme input[id=page1_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(1),
._theme input[id=page2_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(2),
._theme input[id=page3_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(3),
._theme input[id=page4_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(4),
._theme input[id=page5_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(5) {
    display: block;
}

/* ver mo / pc icon tab */
._theme .page_01,
._theme .page_02,
._theme .page_03 {
    display: none;
}
._theme input[id=ver_pc_01]:checked ~ .pgTab_inner1 .page_01.pc,
._theme input[id=ver_pc_01]:checked ~ .pgTab_inner1 .page_02.pc,
._theme input[id=ver_pc_01]:checked ~ .pgTab_inner1 .page_03.pc {
    display: block;
}

._theme .btn_start {
    color: #fff;
    background: -o-linear-gradient(102deg,#F8AE00,#ECDC00);
    background: linear-gradient(102deg,#F8AE00,#ECDC00);
    padding: 0.9rem 2.7rem;
    border-radius: 2.3rem;
    font-size: 1.13rem;
    font-weight: 500;
    -webkit-box-shadow: 5px 9px 16px rgb(0 0 0 / 7%);
            box-shadow: 5px 9px 16px rgb(0 0 0 / 7%);
    margin-left: 0.5rem;
}
._theme .theme_close {
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(0.8rem);
        -ms-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
    margin-left: 1.7rem;
    cursor: pointer;
}

/* pgTab_inner */
._theme .preview_pic {
    position: relative;
    display: none;
    height: 70vh;
}
._theme .preview_pic figure.pc {
    position: relative;
    max-width: 395px;
    width: 100%;
    padding-top: 37rem;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
            box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
    overflow-y: scroll;
    margin: auto;
}
._theme .preview_pic figure.mo {
    position: relative;
    width: 378px;
    height: 100%;
    overflow-y: scroll;
    border-radius: 10px;
    margin: auto;
}
._theme .preview_pic figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50% , 0);
        -ms-transform: translate(-50% , 0);
            transform: translate(-50% , 0);
}

/* Mobile ver */
@media screen and (max-width: 1200px) {
    .grade_chart .p_chkImg img {
        width: 17rem;
    }
}

@media screen and (max-width: 1024px) {
    section.thumbnail {
        background: url(/img/motion/thumbnail_m.jpg) no-repeat center center;
        background-size: cover;
    }
    .thumbnail_inner {
        top: 45%;
        min-height: 600px;
    }
    .motion_introPg ._bar {
        margin: 10px 0;
        height: 20px;
    }
    .motion_introPg ._bar:before {
        height: 20px;
    }
    .promotion ._bg {
        top: 70rem;
        right: 50%;
        -webkit-transform: rotate(90deg) translate(-50% , -50%);
            -ms-transform: rotate(90deg) translate(-50% , -50%);
                transform: rotate(90deg) translate(-50% , -50%);
    }
    .promotion ._flexFrame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .promotion .left_txt {
        text-align: center;
    }
    .promotion .left_txt > span {
        font-size: 0.9rem;
        padding: 0.7rem 1.7rem;
        border: 1px solid #fff;
    }
    .promotion .left_txt > p {
        font-size: 1.69rem;
        margin-top: 2rem;
    }
    .promotion .right_img {
        margin-top: 10rem;
    }
    section.advantage {
        padding-bottom: 350px;
    }
    .advantage ._bg._left,
    .advantage ._bg._right {
        display: none;
    }
    .advantage .item_inner {
        margin: 2.5rem 0;
    }
    .advantage .item_cont {
        width: auto;
    }
    .advantage .item_txt {
        font-size: 1.8rem;
    }
    .advantage .item_img {
        width: 35%;
        min-width: inherit;
    }
    .advantage .sub_detail {
        bottom: -185px;
        left: 50%;
        transform: translate(-50%, 50%);
        text-align: center;
        width: 100%;
    }
    .advantage .motion_info {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .service .fc_inner {
        margin-top: 1rem;
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal;
    }
    .service .fc_txt {
        font-size: 0.94rem;
        margin-top: 1rem;
        line-height: 1.5;
    }
    .difference .tab_btn {
        margin-top: 2rem;
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .difference .tab_btn label {
        height: 4rem;
        text-overflow: inherit;
        overflow: inherit;
        margin-top: 0.8rem;
    }
    .difference .tab_btn label:nth-child(odd) {
        margin-right: 0.2rem;
    }
    .difference .tab_btn label:nth-child(even) {
        margin-left: 0.2rem;
    }
    .difference .tab_btn .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
    .difference .tab_inner {
        margin-top: 1rem;
    }
    .difference .df_inner {
        width: 100%;
        margin: auto;
    }
    .difference .df_inner .df_item {
        width: 100%;
        border-radius: 0.6rem;
        max-width: 610px;
        margin: auto;
        margin-top: 1.5rem;
    }
    .difference .df_txt._minH h4 {
        min-height: auto;
    }
    .difference .df_txt h4 {
        font-size: 1.15rem;
    }
    .difference .df_txt p {
        font-size: 0.88rem;
    }
    .difference .tab_inner .tab:nth-child(2) .df_txt h4 {
        min-height: auto;
    }
    .trend .cont_box {
        margin-top: 1.5rem;
    }
    .trend ._bg ._right-c {
        display: none;
    }
    .trend .tr_cont {
        position: relative;
        width: 100%;
        padding-top: 124.7%;
    }
    .trend .tr_cont figure img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50% , -50%);
            -ms-transform: translate(-50% , -50%);
                transform: translate(-50% , -50%);
    }
    .trend ._trend_inner {
        margin-top: 70px;
    }
    .trend .cont_box ._flexFrame {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .grade_chart .grTable td:nth-child(2) {
        border-right: none;
    }
    section.cs_contact {
        background: url(/img/motion/csInfo_bg_m.jpg) no-repeat center center;
        background-size: cover;
        padding: 2.5rem 0;
    }
    .cs_contact ._flexFrame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .cs_contact ._cont {
        text-align: center;
        width: 100%;
    }
    .cs_contact ._cont:nth-child(1) {
        border-bottom: 1px solid #707070;
        padding-bottom: 1.5rem;
    }
    .cs_contact ._cont:nth-child(2) {
        padding-top: 1.5rem;
    }
    .cs_contact ._cont h1 {
        font-size: 1.25rem;
    }
    .cs_contact ._cont p,
    .cs_contact .cs_info,
    .cs_contact .cs_btn {
        font-size: 0.87rem;
    }
    .cs_contact .cs_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        margin-top: 0.5rem;
    }
    .cs_contact .cs_info span {
        display: inline-block;
        margin: 0 1rem;
    }
    .cs_contact .cs_btn{
        margin-top: 1rem;
        border: 1px solid #3BC2BA;
        padding: 0.5rem 2rem;
    }
    ._theme {
        padding: 6rem 0 0 0;
    }
    ._theme .menu_inner {
        position: relative;
    }
    ._theme .menu_inner ._left {
        display: block;
    }
    ._theme .menu_inner ._left h3 {
        margin-bottom: 2rem;
    }
    ._theme .menu_inner ._left label {
        margin-right: 1em;
        margin-top: 1rem;
    }
    ._theme ._right {
        position: absolute;
        top: -0.5rem;
        right: 0;
    }
    ._theme .theme_close {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translateY(-150%);
            -ms-transform: translateY(-150%);
                transform: translateY(-150%);
    }
    ._theme .preview_pic {
        max-width: 400px;
        margin: 0 auto;
        height: 63vh;
    }
    ._theme .preview_pic figure.mo {
        width: 100%;
    }

    /* ver mo tab */
    ._theme .page_01,
    ._theme .page_02,
    ._theme .page_03 {
        display: block;
    }
    .themePre_01 {
        overflow-y: scroll;
    }
    ._theme .mPage_01,
    ._theme .mPage_02,
    ._theme .mPage_03 {
        display: none;
    }
    ._theme input[name=m_pagelist1] {
        display: none;
    }
    ._theme input[id=mPage1_01]:checked ~ .menu_inner label[for=mPage1_01],
    ._theme input[id=mPage2_01]:checked ~ .menu_inner label[for=mPage2_01],
    ._theme input[id=mPage3_01]:checked ~ .menu_inner label[for=mPage3_01],
    ._theme input[id=mPage4_01]:checked ~ .menu_inner label[for=mPage4_01],
    ._theme input[id=mPage5_01]:checked ~ .menu_inner label[for=mPage5_01] {
        color: #fff;
    }
    ._theme input[id=mPage1_01]:checked ~ .menu_inner label[for=mPage1_01]::before,
    ._theme input[id=mPage2_01]:checked ~ .menu_inner label[for=mPage2_01]::before,
    ._theme input[id=mPage3_01]:checked ~ .menu_inner label[for=mPage3_01]::before,
    ._theme input[id=mPage4_01]:checked ~ .menu_inner label[for=mPage4_01]::before,
    ._theme input[id=mPage5_01]:checked ~ .menu_inner label[for=mPage5_01]::before {
        display: block;
    }
    ._theme input[id=mPage1_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(1),
    ._theme input[id=mPage2_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(2),
    ._theme input[id=mPage3_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(3),
    ._theme input[id=mPage4_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(4),
    ._theme input[id=mPage5_01]:checked ~ .pgTab_inner1 .preview_pic:nth-child(5) {
        display: block;
    }
    .grade_chart .info_tip {
        right: -4.1rem;
        max-height: 350px;
        font-size: 1.1rem;
    }
    .grade_chart tr:nth-of-type(1) .info_tip,
    .grade_chart tr:nth-of-type(2) .info_tip {
        top: 3.5rem;
        right: -4.1rem;
    }

    /* Chart Swiper */
    .chartSwiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .chartSwiper2 {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .swiper-slide {
        text-align: center;
    }
    .grade_chart .tax-notice {
        color: #8D9D9D;
        font-size: 1.07rem;
        margin: 1rem 0 2.5rem 0;
    }
    .grade_chart .ty_item {
        border-radius: 0.8rem;
        -webkit-box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
                box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
        padding-top: 42%;
        width: 80%;
        margin: auto;
    }
    .grade_chart .ty_item h3 {
        font-size: 2.5rem;
    }
    .grade_chart .ty_item p {
        font-size: 1.45rem;
    }
    .grade_chart .ty_btn {
        border: 1px solid #ffffff5e;
        font-weight: 500;
        padding: 0.5rem 4rem;
    }
    .grade_chart .gr._flexFrame {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 3rem;
    }
    .grade_chart .btn_ques img {
        -webkit-transform: translateY(-9%);
            -ms-transform: translateY(-9%);
                transform: translateY(-9%);
    }
    .grade_chart .grTable .list_cate {
        width: 70%;
        font-weight: 500;
        line-height: 1.7;
    }
    .grade_chart .grTable td {
        width: 30%;
    }
    .grade_chart .grTable td:first-child img {
        width: 1.65rem;
        height: auto;
        -webkit-transform: translateY(15%);
            -ms-transform: translateY(15%);
                transform: translateY(15%);
    }
    .grade_chart .grTable td img {
        height: 1rem;
    }
    .grade_chart .grTable .txt_bold {
        font-size: 1.25rem;
        font-weight: 500;
    }
    .grade_chart .ty_04 {
        /* width: auto; */
        width: 80%;
        background: #6D65E8;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 270px;
    }
    .grade_chart .ty_04 figure {
        position: absolute;
        top: -32%;
        left: -15%;
        width: 4rem;
        height: 100%;
    }
    .swiper-slide-duplicate.swiper-slide-active .ty_item {
        width: 80%;
    }
    .swiper-slide-prev .ty_item {
        -webkit-transform: translateX(20%);
            -ms-transform: translateX(20%);
                transform: translateX(20%);
    }
    .swiper-slide-next .ty_item {
        -webkit-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
                transform: translateX(-20%);
    }
}
@media screen and (max-width: 860px) {
    .motion_introPg .num {
        font-size: 2.85rem;
    }
    section.advantage {
        padding-bottom: 300px;
    }
    .advantage .sub_detail {
        font-size: 1.4rem;
    }
    .advantage .item_txt {
        font-size: 1.4rem;
    }
    .advantage .item_img {
        width: 30%;
        margin-right: 4rem;
    }
    .advantage .item_inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .advantage .item_inner:nth-child(even) {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .service .fc_item {
        text-align: center;
        padding-left: 0;
    }
    .difference .tab_btn {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .difference .tab_btn label {
        margin-top: 0.8rem;
        height: 2.5rem;
        font-size: 1rem;
    }
    .trend ._trend_inner {
        margin-top: 50px;
    }
    .trend ._bg ._main-c {
        bottom: -45%;
    }
    .trend .tr_cont_title a {
        font-size: 1rem;
    }
    .trend .cont_box {
        max-width: 400px;
    }
    .grade_chart .info_tip {
        right: -3.5rem;
    }
    .grade_chart .info_tip:before {
        right: 27%;
    }
    .grade_chart tr:nth-of-type(1) .info_tip,
    .grade_chart tr:nth-of-type(2) .info_tip {
        right: -3.7rem;
    }
    .grade_chart tr:nth-of-type(1) .info_tip::before,
    .grade_chart tr:nth-of-type(2) .info_tip::before {
        right: 23%;
    }
}

@media screen and (max-width: 720px) {
    .grade_chart .info_tip {
        right: -4.1rem;
    }
    .grade_chart tr:nth-of-type(1) .info_tip,
    .grade_chart tr:nth-of-type(2) .info_tip {
        right: -4.3rem;

    }
}

@media screen and (max-width: 500px) {
    section.thumbnail {
        min-height: 550px;
    }
    .thumbnail_inner {
        top: 30%;
        min-height: 250px;
    }
    .thumbnail .intro_logo img {
        max-height: 119px;
    }
    .thumbnail ._bar {
        display: none;
    }
    .thumbnail .title_box {
        margin-top: 2rem;
    }
    .promotion ._bg {
        top: 90%;
        right: 50%;
        -webkit-transform: rotate(90deg) translate(-50% , -50%);
            -ms-transform: rotate(90deg) translate(-50% , -50%);
                transform: rotate(90deg) translate(-50% , -50%);
        min-width: 832.7px;
    }
    section.advantage {
        padding-bottom: 200px;
    }
    .advantage .sub_detail {
        bottom: -120px;
        font-size: 1.13rem;
    }
    .advantage .item_img {
        width: 50%;
        margin-right: 2rem;
    }
    .advantage .item_cont {
        width: 50%;
    }
    .advantage .item_txt {
        font-size: 1.13rem;
        max-width: 120px;
    }
    .difference .tab_btn label {
        font-size: 0.87rem;
        font-weight: 500;
        white-space: normal;
        height: 3.5rem;
    }
    .trend .cont_box {
        max-width: 235px;
    }
    .trend .tr_cont_title {
        font-weight: 500;
    }
    .trend .tr_cont_title a {
        padding: 0.2rem 0.7rem;
        border: 1px solid #ffffff66;
    }
    .grade_chart .gr._flexFrame {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    ._theme {
        padding-top: 4.5rem;
    }
    ._theme .menu_inner {
        margin-bottom: 1.5rem;
    }
    ._theme .menu_inner ._left h3 {
        font-size: 1.5rem;
    }
    ._theme .menu_inner ._left label::before {
        height: 1px;
    }
    ._theme ._right {
        top: -0.2rem;
    }
    ._theme .btn_start {
        font-size: 1rem;
        margin-left: 0;
        padding: 0.5rem 1.2rem;
        white-space: nowrap;
    }
    ._theme .preview_pic figure.mo {
        width: 100%;
    }
    .trend ._trend_inner {
        margin-top: 40px;
    }
    .trend ._bg ._main-c {
        width: 100%;
        height: auto;
        padding-top: 100%;
        bottom: -20px;
    }
    .grade_chart .gr_title {
        font-size: 1.45rem;
    }
    .grade_chart .btn_ques {
        font-size: 1rem;
    }
    .grade_chart .grTable .list_cate {
        font-size: 1.05rem;
        width: 75%;
        padding: 0.8rem;
    }
    .grade_chart .grTable .txt_bold {
        font-size: 1.1rem;
    }
    .grade_chart .btn_start {
        width: 100%;
        height: 4rem;
        padding: inherit;
        padding-top: 4.5%;
        -webkit-transform: translateY(-2rem);
            -ms-transform: translateY(-2rem);
                transform: translateY(-2rem);
        font-size: 1.3rem;
    }
    .grade_chart .grTable td {
        width: 25%;
        font-size: 1rem;
    }
    .grade_chart .grTable td:first-child img {
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
    }
    .grade_chart .info_tip {
        width: 250px;
        right: -4.2rem;
    }
    .grade_chart tr:nth-of-type(1) .info_tip,
    .grade_chart tr:nth-of-type(2) .info_tip {
        top: 3rem;
    }
    .grade_chart .info_tip:before {
        right: 32%;
    }
    .grade_chart tr:nth-of-type(1) .info_tip::before,
    .grade_chart tr:nth-of-type(2) .info_tip::before {
        right: 27%;
    }
}

@media screen and (max-width: 300px) {
    .advantage .item_cont {
        width: 50%;
    }
    .promotion ._bg {
        top: 101%;
    }
    .trend .cont_box ._flexFrame {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .trend .tr_cont_title a {
        padding: 0.2rem 0.5rem;
    }
    ._theme {
        padding-top: 3.5rem;
    }
    ._theme .theme_close {
        width: 20px;
        height: 20px;
    }
    ._theme .menu_inner ._left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    ._theme .menu_inner ._left label::before {
        bottom: -4px;
    }
    .grade_chart .btn_ques {
        padding-top: 0.3rem;
    }
    .grade_chart .btn_ques img {
        height: 1.5rem;
    }
    .grade_chart .grTable td {
        font-size: 0.9rem;
    }
    .grade_chart .grTable td:first-child img {
        width: 1.4rem;
    }
    .grade_chart .grTable .list_cate {
        font-size: 0.9rem;
    }
    .grade_chart .grTable .txt_bold {
        font-size: 0.9rem;
    }
    .grade_chart .btn_start {
        padding-top: 6%;
    }
    .grade_chart .info_tip {
        width: 200px;
        font-size: 0.9rem;
        padding: 1rem;
        bottom: 2.5rem;
    }
    .grade_chart .info_tip:before {
        right: 29.5%;
    }
    .grade_chart tr:nth-of-type(1) .info_tip,
    .grade_chart tr:nth-of-type(2) .info_tip {
        right: -3.5rem;
        top: 2.8rem;
    }
}

/* Motion AD */
.__motion-AD section.thumbnail {
    background: url(/img/motionAD/thumbnail.jpg) no-repeat center center / cover;
}
.__motion-AD.motion_introPg .num,
.__motion-AD .advantage .sub_detail span {
    color: #F95868;
}
.__motion-AD .service .title_box > span {
    background: -o-linear-gradient(37deg, #FF6177, #F98D71);
    background: linear-gradient(37deg, #FF6177, #F98D71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.__motion-AD .grade_chart .ty_item h3 {
    font-size: 2.15rem;
    font-weight: bold;
    white-space: nowrap;
}
.__motion-AD .grade_chart .num_font {
    font-weight: 500;
    font-size: 3.1rem;
}
.__motion-AD .grade_chart .num_price {
    font-weight: bold;
    font-size: 1.5rem;
}
.__motion-AD .grade_chart .ty_02 {
    background-color: #f3a45e;
}
.__motion-AD .grade_chart .ty_03 {
    background-color: #fc8066;
}
.__motion-AD .grade_chart ._addInfo ._inner {
    -webkit-box-shadow: 0 0 10px #00000029;
    box-shadow: 0 0 10px #00000029;
    border-radius: 0.6rem;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.__motion-AD .grade_chart ._addInfo ._inner h3 {
    text-align: left;
    font-weight: bold;
    padding: 2.5rem 1.8rem;
    background-color: #F8F8F8;
    font-size: 1.75rem;
    width: 31%;
}
.__motion-AD .grade_chart ._addInfo ._inner h3 span {
    display: block;
    font-size: 1rem;
    color: #9d958d;
    font-weight: 400;
}
.__motion-AD .grade_chart ._addInfo ._inner p {
    background-color: #fff;
    padding: 2.5rem 1.8rem;
    line-height: 1.7;
    flex: 1;
    font-size: 1.25rem;
    color: #666;
}
.__motion-AD .grade_chart .ty_04 .center_cont h3 {
    position: relative;
}
.__motion-AD .grade_chart .ty_04 .center_cont h3:after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 60px;
    height: 60px;
    background-image: url('/img/motionAD/i-premium-ico.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Motion E */
.__motion-E section.thumbnail {
    background: url(/img/motionE/thumbnail.jpg) no-repeat center center / cover;
}
.__motion-E .banner {
    overflow: hidden;
}

/* 배너슬라이드 */
.__motion-E .bannerSwiper {
    position: relative;
}
.__motion-E .mE_banner {
    background: url('/img/motionE/banner.jpg') no-repeat center /cover;
    padding: 100px 0;
}
.__motion-E .banner .minframe._mE {
    padding-right: 50px;
    padding-left: 50px;
}
.__motion-E .mE_banner ._inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.__motion-E .bannerSwiper .full_image img {
    width: 100%;
}
.__motion-E .bannerSwiper .banner-button-prev {
    background-image: url(/img/icon/i-prev.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 54px;
    height: 73px;
    z-index: 10;
    cursor: pointer;
}
.__motion-E .bannerSwiper .banner-button-next {
    background-image: url(/img/icon/i-next.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 54px;
    height: 73px;
    z-index: 10;
    cursor: pointer;
}
.__motion-E .bannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    background: #fff;
}
.__motion-E .bannerSwiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.__motion-E .bannerSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    border-radius: 6px;
}
.__motion-E .bannerSwiper .banner-pagination {
    text-align: center;
    bottom: 135px;
    position: absolute;
    left: 50px;
    width: auto !important;
    z-index: 10;
}
.__motion-E .bannerSwiper ._left_txt {
    color: #fff;
}
.__motion-E .bannerSwiper ._left_txt span {
    display: inline-block;
    font-weight: 500;
    border: 2px solid #B1BEFC;
    border-radius: 34px;
    padding: 0.5em 1.6em;
    font-size: 1.25rem;
}
.__motion-E .bannerSwiper ._left_txt p {
    font-weight: 500;
    font-size: 2.63rem;
    margin-top: 20px;
}

.__motion-E.motion_introPg .num,
.__motion-E .advantage .sub_detail span {
    color: #4C6DDA;
}
.__motion-E .service .title_box > span {
    background: -o-linear-gradient(37deg, #8D71FC, #5BA3FF);
    background: linear-gradient(37deg, #8D71FC, #5BA3FF);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.__motion-E input[id=tab1]:checked ~ .tab_btn label[for=tab1],
.__motion-E input[id=tab2]:checked ~ .tab_btn label[for=tab2],
.__motion-E input[id=tab3]:checked ~ .tab_btn label[for=tab3],
.__motion-E input[id=tab4]:checked ~ .tab_btn label[for=tab4] {
    background: -o-linear-gradient(83deg, #8668FD, #408FF5);
    background: linear-gradient(83deg, #8668FD, #408FF5);
}
.__motion-E .advantage .item_cont {
    width: auto;
}
.__motion-E .smallframe.pd-0 {
    padding: 0;
}
.__motion-E .grade_chart .type._flexFrame.mt-3 {
    margin-top: 1.5rem;
}
.__motion-E .grade_chart {
    background-color: #EEF3FB;
}
.__motion-E .grade_chart .bg_shadow {
    box-shadow: 0 0 10px #00000029;
    border-radius: 0.6rem 0 0 0.6rem;
}
.__motion-E .grade_chart .bg_01 {
    box-shadow: none;
}
.__motion-E .grade_chart .bg_02 {
    background-color: #D9E3F2;
}
.__motion-E .grade_chart .bg_02-m {
    background-color: #2C98D4;
}
.__motion-E .grade_chart .bg_03 {
    background-color: #EEF3FB;
}
.__motion-E .grade_chart .bg_03-m {
    background-color: #3561DB;
}
.__motion-E .grade_chart .ty_01 p {
    color: #8D96B7;
}
.__motion-E .grade_chart .black-font {
    color: #222222;
}
.__motion-E .grade_chart .ty_02 .center_cont,
.__motion-E .grade_chart .ty_03 .center_cont,
.__motion-E .grade_chart .ty_04 .center_cont {
    width: 100%;
}
.__motion-E .grade_chart .ty_04 .center_cont h3 {
    position: relative;
    width: 215px;
    margin: 0 auto;
}
.__motion-E .grade_chart .ty_04 .center_cont h3.__ico-bg:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 50px;
    height: 50px;
    background-image: url('/img/motionE/premium-E-m.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.__motion-E .grade_chart .ty_02._wid-f .center_cont {
    width: 100%;
}
.__motion-E .grade_chart .ty_04._wid-f .center_cont {
    width: 100%;
    left: 53%;
}
.__motion-E .grade_chart .txt-s-400 {
    font-size: 1.4rem;
    font-weight: 400;
    vertical-align: middle;
}
.__motion-E .grade_chart .txt-w-700 {
    font-size: 1.9rem;
    font-weight: 700;
    font-family: 'Montserrat';
}
.__motion-E .grade_chart .ty_01._wid-f {
    flex: 0 0 26%;
}
.__motion-E .grade_chart .ty_02._wid-f {
    flex: 0 0 39%;
    background-color: #2C98D4;
}
.__motion-E .grade_chart .ty_04._wid-f {
    width: 39%;
    height: 292px;
}
.__motion-E .grade_chart ._wid-f .img_premium {
    position: absolute;
    top: 0;
    left: -10px;
}
.__motion-E .grade_chart .grTable td {
    border-bottom: 1px solid #D8DEF3;
    height: 70px;
}
.__motion-E .grade_chart .grTable td:last-child {
    border-left: 0;
}
.__motion-E .grade_chart .grTable td:nth-child(2) {
    border-right: 0;
}
.__motion-E .grade_chart .grTable td.bd-left {
    border-left: 1px solid #D8DEF3;
}
.__motion-E .grade_chart .grTable .num-c-font {
    font-size: 1.55rem;
    font-weight: 700;
    color: #3561DB;
    font-family: 'Montserrat';
}
.__motion-E .grade_chart .grTable .num-c-font-02 {
    font-size: 1.45rem;
    font-weight: 600;
    color: #666666;
    font-family: 'Montserrat';
}
.__motion-E .grade_chart .grTable .list_cate {
    background-color: #EEF3FB;
}
.__motion-E .grade_chart .grTable tr:last-child .list_cate.pd-tb-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.__motion-E .grade_chart .btn_start {
    background: linear-gradient(102deg, #8668FD, #408FF5);
}

/* Motion S */
.__motion-S section.thumbnail {
    background: url(/img/motionS/thumbnail.jpg) no-repeat center center / cover;
}
.__motion-S.motion_introPg .num,
.__motion-S .advantage .sub_detail span {
    color: #9b58eb;
}
.__motion-S .advantage .item_cont {
    width: auto;
}
.__motion-S .cont-promotion {
    background-color: #F8F8F8;
}
.__motion-S .cont-promotion .title_box {
    margin-bottom: 70px;
}
.__motion-S .cont-promotion .content {
    -webkit-box-shadow: 0 0 22px -1px #00000029;
            box-shadow: 0 0 22px -1px #00000029;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
}
.__motion-S .cont-promotion .content:last-child {
    margin-bottom: 0;
}
.__motion-S .cont-promotion .content._sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.__motion-S .cont-promotion .content .item_img {
    width: 50%;
}
.__motion-S .cont-promotion .item_cont {
    padding-left: 50px;
    padding-right: 1rem;
    width: 50%;
}
.__motion-S .cont-promotion .item_cont .num {
    font-size: 3.75rem;
}
.__motion-S .cont-promotion .item_cont ._title {
    font-weight: 500;
    font-size: 2rem;
    margin: 15px 0 20px;
}
.__motion-S .cont-promotion .item_cont ._txt {
    font-size: 1.18rem;
    color: #666;
    max-width: 380px;
    min-height: 80px;
}
.__motion-S .grade_chart {
    background-color: #F2EEF6;
}
.__motion-S .grade_chart .ty_01 p {
    color: #9D8D99;
}
.__motion-S .grade_chart .ty_02 {
    background-color: #7F92E2;
}
.__motion-S .grade_chart .ty_03 {
    background-color: #8E78EA;
}
.__motion-S .grade_chart .p_chkImg img {
    width: 18rem;
}
.__motion-S .grade_chart .ty_04 .center_cont h3 {
    position: relative;
}
.__motion-S .grade_chart .ty_04 .center_cont h3:after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 60px;
    height: 60px;
    background-image: url('/img/motionS/premium-ico.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.__motion-S .grade_chart .grTable {
    overflow: hidden;
}
.__motion-S .grade_chart .grTable .list_cate {
    background-color: #F2EEF6;
}
.__motion-S .grade_chart .grTable .txt-w-700 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
}
.__motion-S .grade_chart .grTable .txt-w-auto {
    width: 69%;
}
.__motion-S .grade_chart .grTable .txt-c-700 {
    font-size: 24px;
    font-weight: 700;
    color: #A266E2;
    font-family: 'Montserrat';
}
.__motion-S .grade_chart .btn_start {
    background: linear-gradient(102deg, #794AFF, #FFABCF);
}

/* Motion M */
.__motion-M section.thumbnail {
    background: url(/img/motionM/thumbnail.jpg) no-repeat center center / cover;
}
.__motion-M.motion_introPg .num,
.__motion-M .advantage .sub_detail span {
    color: #FE775B;
}
.__motion-M .cont-promotion {
    background-color: #F8F8F8;
}
.__motion-M .cont-promotion .title_box {
    margin-bottom: 70px;
}
.__motion-M .cont-promotion .content {
    -webkit-box-shadow: 0 0 22px -1px #00000029;
            box-shadow: 0 0 22px -1px #00000029;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
}
.__motion-M .cont-promotion .content:last-child {
    margin-bottom: 0;
}
.__motion-M .cont-promotion .content._sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.__motion-M .cont-promotion .content .item_img {
    width: 50%;
}
.__motion-M .cont-promotion .item_cont {
    padding-left: 50px;
    padding-right: 1rem;
    width: 50%;
}
.__motion-M .cont-promotion .item_cont .num {
    font-size: 3.75rem;
}
.__motion-M .cont-promotion .item_cont ._title {
    font-weight: 500;
    font-size: 2rem;
    margin: 15px 0 20px;
}
.__motion-M .cont-promotion .item_cont ._txt {
    font-size: 1.18rem;
    color: #666;
    min-height: 80px;
}

/* 배너슬라이드 */
.__motion-M .banner {
    position: relative;
}
.__motion-M .mE_banner {
    background: url('/img/motionM/banner.jpg') no-repeat center /cover;
    padding: 100px 0 70px;
}
.__motion-M .mE_banner ._inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.__motion-M .banner .full_image img {
    width: 100%;
}
.__motion-M .bannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    background: #fff;
}
.__motion-M .banner ._left_txt {
    color: #fff;
}
.__motion-M .banner ._left_txt span {
    display: inline-block;
    font-weight: 500;
    border: 2px solid #F39C6B;
    border-radius: 34px;
    padding: 0.5em 1.6em;
    font-size: 1.25rem;
}
.__motion-M .banner ._left_txt p {
    font-weight: 500;
    font-size: 2.63rem;
    margin-top: 20px;
}
.__motion-M .advantage .item_cont {
    width: 25%;
}
.__motion-M .msg-service .title_box > span {
    color: #f95e3e;
}

.__motion-M .msg-service ._cont {
    margin-top: 70px;
}
.__motion-M .msg-service ._cont .arrow_01 {
    border: 2px dotted #ccc;
    border-top: 2px solid transparent;
    width: 37rem;
    height: 80px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.__motion-M .msg-service ._cont .arrow_01::before {
    content: '';
    position: absolute;
    bottom: -73%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 5px;
    height: 108px;
    border-left: 2px dotted #ccc;
}
.__motion-M .msg-service ._cont .arrow_01 > span {
    position: absolute;
    bottom: -155%;
    left: 49.5%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: url(/img/motionM/i-tri.png) no-repeat center / cover;
    width: 24px;
    height: 15px;
}
.__motion-M .msg-service ._cont .arrow_02 {
    border: 2px dotted #ccc;
    border-bottom: 2px solid transparent;
    width: 37rem;
    height: 80px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 50%;
    bottom: 26%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
.__motion-M .msg-service ._cont .arrow_02::before {
    content: '';
    position: absolute;
    top: -77%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5px;
    height: 110px;
    border-left: 2px dotted #ccc;
}
.__motion-M .msg-service ._cont .arrow_02 span {
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: url(/img/motionM/i-tri.png) no-repeat center / cover;
    width: 24px;
    height: 15px;
}
.__motion-M .msg-service ._cont .arrow_02 span:nth-child(1) {
    bottom: 0;
    left: 0;
}
.__motion-M .msg-service ._cont .arrow_02 span:nth-child(2) {
    bottom: 0;
    left: 100%;
}
.__motion-M .msg-service ._item {
    -webkit-box-shadow: 0 0 22px -1px #00000029;
            box-shadow: 0 0 22px -1px #00000029;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.__motion-M .msg-service .msg_top,
.__motion-M .msg-service .msg_bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 5;
}
.__motion-M .msg-service .msg_top .img-cover {
    padding: 3.5rem 0;
}
.__motion-M .msg-service .msg_top ._item._left {
    width: 60%;
}
.__motion-M .msg-service .msg_top ._item._right {
    width: 36%;
}
.__motion-M .msg-service .msg_bottom {
    position: relative;
}
.__motion-M .msg-service .msg_bottom ._item {
    width: 48%;
}
.__motion-M .msg-service .msg_bottom .img-cover {
    padding: 3.5rem 0;
}
.__motion-M .msg-service ._item-txt {
    padding: 1.2rem 0;
    font-size: 1.62rem;
    color: #fff;
}
.__motion-M .msg-service .msg_top ._item._left ._item-txt {
    background: -o-linear-gradient(323deg, #4BB1C4, #FCBA36);
    background: linear-gradient(127deg, #4BB1C4, #FCBA36);
}
.__motion-M .msg-service .msg_top ._item._right ._item-txt {
    background: #0A122E;
}
.__motion-M .msg-service .msg_bottom ._item._left ._item-txt {
    background: #526DC8;
}
.__motion-M .msg-service .msg_bottom ._item._right ._item-txt {
    background: #F95E3E;
}
.__motion-M .msg-service .msg_top ._item._left .img-cover {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
}
.__motion-M .msg-service .msg_top ._item._left .img-cover:before {
    content: '';
    position: absolute;
    background-color: #CCCCCC;
    width: 1px;
    height: 171px;
}
.__motion-M .msg-service .msg_center {
    text-align: center;
    margin: 200px 0;
}
.__motion-M .msg-service .msg_center ._title {
    border: 10px solid #ccc;
    border-radius: 166px;
    display: inline-block;
    padding: 3.5rem 7rem;
    font-weight: 700;
    color: #222;
    font-size: 3.1rem;
    background: #fff;
    position: relative;
    z-index: 5;
}
.__motion-M .msg-service .msg_center ._sub {
    display: block;
    font-size: 2rem;
    color: #666;
    font-weight: 200;
}
.__motion-M .msg-service .icon-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #0A122E;
    padding: 2rem;
    border-radius: 50%;
}
.__motion-M .grade_chart .ty_01 {
    width: 347px;
}
.__motion-M .grade_chart .ty_01 h3 {
    font-size: 1.37rem;
    font-weight: 700;
    color: #222222;
}
.__motion-M .grade_chart .ty_04 {
    width: calc(100% - 347px);
}
.__motion-M .grade_chart .ty_04 h3 {
    position: relative;
    font-size: 80px;
}
.__motion-M .grade_chart .ty_04 h3:after {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    background-image: url('/img/motionM/premium-ico.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.__motion-M .grade_chart .btn_start {
    background: linear-gradient(102deg, #E22E33, #F9C143);
}

/* Motion Q */
.__motion-Q section.thumbnail {
    background: url(/img/motionQ/thumbnail.jpg) no-repeat center center / cover;
}
.__motion-Q .advantage .item_cont {
    width: auto;
}
.__motion-Q  section.service {
    background: url(/img/motionQ/function.jpg) no-repeat center center / cover;
}
.__motion-Q .cont-promotion {
    background-color: #F8F8F8;
}
.__motion-Q .cont-promotion .title_box {
    margin-bottom: 70px;
}
.__motion-Q .cont-promotion .content {
    -webkit-box-shadow: 0 0 22px -1px #00000029;
            box-shadow: 0 0 22px -1px #00000029;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
}
.__motion-Q .cont-promotion .content:last-child {
    margin-bottom: 0;
}
.__motion-Q .cont-promotion .content._sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.__motion-Q .cont-promotion .content .item_img {
    width: 50%;
}
.__motion-Q .cont-promotion .item_cont {
    padding-left: 50px;
    padding-right: 1rem;
    width: 50%;
}
.__motion-Q .cont-promotion .item_cont .num {
    font-size: 3.75rem;
}
.__motion-Q .cont-promotion .item_cont ._title {
    font-weight: 500;
    font-size: 2rem;
    margin: 15px 0 20px;
}
.__motion-Q .cont-promotion .item_cont ._txt {
    font-size: 1.18rem;
    color: #666;
    max-width: 380px;
    min-height: 80px;
}
.__motion-Q.motion_introPg .num,
.advantage .sub_detail span {
    color: #79c153;
}
.__motion-Q .service .title_box > span {
    background: -o-linear-gradient(27deg, #56C55E, #C9DE71);
    background: linear-gradient(63deg, #56C55E, #C9DE71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.__motion-Q .grade_chart {
    background-color: #FFFFFF;
}
.__motion-Q .grade_chart .ty_01 {
    width: 347px;
}
.__motion-Q .grade_chart .ty_01 h3 {
    font-size: 1.37rem;
    font-weight: 700;
    color: #222222;
}
.__motion-Q .grade_chart .ty_01 p {
    color: #93AA8B;
}
.__motion-Q .grade_chart .ty_04 {
    width: calc(100% - 347px);
}
.__motion-Q .grade_chart .ty_04 h3 {
    position: relative;
}
.__motion-Q .grade_chart .ty_04 h3:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -30px;
    width: 50px;
    height: 50px;
    background-image: url('/img/motionQ/premium-Q-ico.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.__motion-Q .grade_chart .ty_04 h3 span {
    font-size: 80px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.__motion-Q .grade_chart .btn_start {
    background: linear-gradient(102deg, #75CF30, #CFCF43);
}

@media screen and (max-width: 1024px) {
    /* Motion AD */
    .__motion-AD section.thumbnail {
        background: url(/img/motionAD/thumbnail_m.jpg) no-repeat center 35%;
        background-size: cover;
    }
    .__motion-AD .grade_chart .ty_04 {
        background-color: #EC3F5E;
    }
    .__motion-AD .grade_chart .ty_04 figure {
        top: -43%;
        left: -22%;
    }
    .__motion-AD .grade_chart ._addInfo ._inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .__motion-AD .grade_chart ._addInfo ._inner h3 {
        width: 100%;
        padding: 1.5rem;
    }
    .__motion-AD .grade_chart ._addInfo ._inner h3 span {
        display: inline-block;
        margin-left: 10px;
    }
    .__motion-AD .grade_chart ._addInfo ._inner p {
        width: 100%;
    }

    /* Motion E */
    .__motion-E section.thumbnail {
        background: url(/img/motionE/thumbnail_m.jpg) no-repeat center 40%;
        background-size: cover;
    }
    .__motion-E .thumbnail_inner  {
        top: 41%;
    }
    .thumbnail .title_box > h3 {
        white-space: nowrap;
    }
    .__motion-E .mE_banner {
        background: url(/img/motionE/banner-m.jpg) no-repeat center /cover;
    }
    .__motion-E .mE_banner ._inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .__motion-E .bannerSwiper ._left_txt {
        min-height: 200px;
    }
    .__motion-E .bannerSwiper .banner-pagination {
        left: 50%;
        bottom: 30px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .__motion-E .grade_chart .bg_03-m h3.__ico-bg {
        position: relative;
        width: 239px;
        margin: 0 auto;
    }
    .__motion-E .grade_chart .bg_03-m h3.__ico-bg:after {
        content: '';
        position: absolute;
        top: -30px;
        left: -30px;
        width: 50px;
        height: 50px;
        background-image: url(/img/motionE/premium-E-m.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .__motion-E .grade_chart .__bg_02-m {
        background-color: #FFFFFF;
    }
    .__motion-E .grade_chart .__bg_02-m h3 {
        color: #222222;
    }
    .__motion-E .grade_chart .__bg_02-m p {
        color: #222222;
    }
    .__motion-E .grade_chart .grTable td {
        width: 50%;
        height: 115px;
    }
    .__motion-E .grade_chart .chartSwiper2 .grTable td {
        height: auto;
    }
    .__motion-E .grade_chart .grTable .sub-c-font {
        display: block;
        font-size: 1.35rem;
        color: #8D96B7;
        text-indent: -11px;
        padding-left: 11px;
    }
    .__motion-E .grade_chart .grTable span.num-c-font {
        display: block;
    }
    .__motion-E .grade_chart .grTable .num-c-font {
        font-size: 1.7rem;
        font-weight: 700;
        color: #3561DB;
        font-family: 'Montserrat';
    }
    .__motion-E .grade_chart .grTable .num-c-font02 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #666666;
        font-family: 'Montserrat';
    }

    /* Motion S */
    .__motion-S section.thumbnail {
        background: url(/img/motionS/thumbnail_m.jpg) no-repeat center;
        background-size: cover;
    }
    .__motion-S .cont-promotion .title_box {
        margin-bottom: 50px;
    }
    .__motion-S .cont-promotion .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 600px;
        margin: 0 auto 60px;
    }
    .__motion-S .cont-promotion .content._sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .__motion-S .cont-promotion .content .item_img,
    .__motion-S .cont-promotion .item_cont {
        width: 100%;
        text-align: center;
    }
    .__motion-S .cont-promotion .item_cont {
        padding: 20px 1rem 40px;
    }
    .__motion-S .cont-promotion .item_cont ._txt {
        margin: auto;
        min-height: 85px;
    }
    .__motion-S .grade_chart .tax-notice {
        color: #9D8D99;
    }
    .__motion-S .grade_chart .ty_04 {
        background-color: #A266E2;
    }
    .__motion-S .grade_chart .grTable .txt-w-700 {
        font-size: 18px;
    }
    .__motion-S .grade_chart .grTable .txt-c-700 {
        font-size: 24px;
    }

    /* Motion M */
    .__motion-M section.thumbnail {
        background: url(/img/motionM/thumbnail_m.jpg) no-repeat center center / cover;
    }
    .__motion-M .mE_banner {
        background: url(/img/motionM/banner-m.jpg) no-repeat center /cover;
        text-align: center;
    }
    .__motion-M .mE_banner ._inner {
        flex-direction: column;
    }
    .__motion-M .banner ._left_txt {
        margin-bottom: 20%;
    }
    .__motion-M .banner ._left_txt p {
        margin: 40px 0; 
    }
    .__motion-M .banner ._left_txt > figure > img {
        max-width: 292px;
    }
    .__motion-M .advantage .item_cont {
        width: auto;
    }
    .__motion-M .cont-promotion .content,
    .__motion-M .cont-promotion .content._sec {
        flex-direction: column;
        text-align: center;
        max-width: 640px;
        margin: 0 auto 50px;
    }
    .__motion-M .cont-promotion .content .item_img {
        width: 100%;
    }
    .__motion-M .cont-promotion .item_cont {
        width: 100%;
        padding: 40px 20px 20px;
    }
    .__motion-M .msg-service ._item {
        max-width: 860px;
    }
    .__motion-M .msg-service .msg_top,
    .__motion-M .msg-service .msg_bottom {
        flex-direction: column;
    }
    .__motion-M .msg-service .msg_top ._item._left,
    .__motion-M .msg-service .msg_top ._item._right,
    .__motion-M .msg-service .msg_bottom ._item,
    .__motion-M .msg-service .msg_bottom ._item {
        width: 100%;
    }
    .__motion-M .msg-service .msg_top ._item._left {
        margin-bottom: 100px;
    }
    .__motion-M .msg-service .icon-bg {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .__motion-M .msg-service .msg_center {
        margin: 11% auto;
        position: relative;
    }
    .__motion-M .msg-service .msg_center::before {
        content: '';
        position: absolute;
        top: -19%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(/img/motionM/i-center.png) no-repeat center / contain;
        width: 30px;
        height: 80px;
    }
    .__motion-M .msg-service .msg_center::after {
        content: '';
        position: absolute;
        bottom: -52%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(/img/motionM/i-center.png) no-repeat center / contain;
        width: 30px;
        height: 80px;
    }
    .__motion-M .msg-service .msg_bottom ._item._left {
        margin-bottom: 100px;
    }
    .__motion-M .msg-service .msg_bottom ._item._right {
        margin-top: 100px;
    }
    .__motion-M .__ty_item {
        margin: 1.5rem 0 5rem 0;;
        border-radius: 0.8rem;
        overflow: hidden;
        box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
        max-width: 860px;
    }
    .__motion-M .grade_chart .ty_02 {
        background-color: #E24E1F;
        width: auto;
        height: auto;
        padding-top: 56.25%;
        border-radius: 0;
    }
    .__motion-M .__ty_item .tit_center_cont {
        background-color: #FFFFFF;
        padding: 2rem 0;
    }
    .__motion-M .__ty_item .tit_center_cont p {
        font-size: 2rem;
        font-weight: 700;
        color: #222222;
    }
    .__motion-M .grade_chart .ty_item h3 {
        width: 257px;
        font-size: 60px;
    }
    .__motion-M .grade_chart .ty_item h3:after {
        content: '';
        position: absolute;
        top: -37px;
        left: -37px;
        width: 60px;
        height: 60px;
        background-image: url('/img/motionM/premium-ico.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* Motion Q*/
    .__motion-Q section.thumbnail {
        background: url(/img/motionQ/thumbnail_m.jpg) no-repeat center 43%;
        background-size: cover;
    }
    .__motion-Q .advantage .item_cont {
        min-width: 20%;
    }
    .__motion-Q  section.service {
        background: url(/img/motionQ/function-m.jpg) no-repeat left top / cover;
    }
    .__motion-Q .cont-promotion .title_box {
        margin-bottom: 50px;
    }
    .__motion-Q .cont-promotion .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 600px;
        margin: 0 auto 60px;
    }
    .__motion-Q .cont-promotion .content._sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .__motion-Q .cont-promotion .content .item_img,
    .__motion-Q .cont-promotion .item_cont {
        width: 100%;
        text-align: center;
    }
    .__motion-Q .cont-promotion .item_cont {
        padding: 20px 1rem 40px;
    }
    .__motion-Q .cont-promotion .item_cont ._txt {
        margin: auto;
        min-height: 85px;
    }
    .__motion-Q .grade_chart .tax-notice {
        color: #93AA8B;
    }
    .__motion-Q .__ty_item {
        max-width: 600px;
        margin: 0 auto 5rem;
        border-radius: 0.8rem;
        overflow: hidden;
        box-shadow: 0px 8px 23px rgb(0 0 0 / 12%);
    }
    .__motion-Q .__ty_item .tit_center_cont {
        background-color: #FFFFFF;
        padding: 2rem 0;
    }
    .__motion-Q .__ty_item .tit_center_cont p {
        font-size: 2.5rem;
        font-weight: 700;
        color: #222222;
    }
    .__motion-Q .__ty_item .tit_center_cont p span {
        font-size: 1.63rem;
    }
    .__motion-Q .__ty_item .ty_02 {
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        background-color: #4BAF50;
        padding-top: 56.25%;
        height: auto;
    }
    .__motion-Q .__ty_item .center_cont {
        width: 295px;
    }
    .__motion-Q .__ty_item .center_cont h3 {
        position: relative;
    }
    .__motion-Q .__ty_item .center_cont h3:after {
        content: '';
        position: absolute;
        top: -15px;
        left: -35px;
        width: 50px;
        height: 50px;
        background-image: url('/img/motionQ/premium-Q-ico.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .__motion-Q .__ty_item .center_cont h3 span {
        font-size: 4.7rem;
        font-weight: 700;
        font-family: 'Montserrat';
    }
}

@media screen and (max-width: 860px) {
    /* Motion AD */
    .__motion-AD .advantage .item_cont {
        width: 30%;
    }

    /* Motion E */
    .__motion-E .bannerSwiper ._left_txt span {
        font-size: 1rem;
    }
    .__motion-E .bannerSwiper ._left_txt p {
        font-size: 1.93rem;
        min-height: 200px;
    }
    .__motion-E .mE_banner ._inner ._right_img img {
        max-height: 180px;
    }
    .__motion-E .bannerSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .__motion-E .bannerSwiper .swiper-pagination-bullet-active {
        background: #fff;
        width: 16px;
        border-radius: 10px;
    }
    .__motion-E .advantage .item_cont {
        width: 25%;
    }
    .__motion-E .grade_chart .bg_03-m h3.__ico-bg {
        width: 239px;
    }

    /* Motion S */
    .__motion-S .cont-promotion .content {
        border-radius: 10px;
    }
    .__motion-S .cont-promotion .item_cont .num {
        font-size: 2rem;
    }
    .__motion-S .cont-promotion .item_cont ._title {
        font-size: 1.25rem;
        margin: 10px 0 15px;
    }
    .__motion-S .cont-promotion .item_cont ._txt {
        font-size: 1rem;
        min-height: inherit;
    }

    /* Motion M */
    .__motion-M .banner ._left_txt span {
        font-size: 1rem;
    }
    .__motion-M .banner ._left_txt p {
        font-size: 1.93rem;
    }
    .__motion-M .advantage .item_cont {
        width: 30%;
    }
    .__motion-M .cont-promotion .content  {
        border-radius: 10px;
    }
    .__motion-M .cont-promotion .item_cont {
        padding: 30px 20px 40px;
    }
    .__motion-M .cont-promotion .item_cont .num {
        font-size: 2rem;
    }
    .__motion-M .cont-promotion .item_cont ._title {
        font-size: 1.25rem;
        margin: 10px 0 15px;
    }
    .__motion-M .cont-promotion .item_cont ._txt {
        font-size: 1rem;
        min-height: inherit;
        max-width: 400px;
        margin: auto;
    }
    .__motion-M .msg-service ._item-txt {
        font-size: 1.1rem;
    }
    .__motion-M .msg-service ._item .img-cover img {
        max-height: 130px;
    }
    .__motion-M .msg-service .msg_top ._item._left {
        margin-bottom: 70px;
    }
    .__motion-M .msg-service .msg_top ._item._left .img-cover:before {
        height: 145px;
    }
    .__motion-M .msg-service .msg_top .img-cover,
    .__motion-M .msg-service .msg_bottom .img-cover {
        padding: 2rem 0;
    }
    .__motion-M .msg-service .msg_center {
        margin: 90px auto;
    }
    .__motion-M .msg-service .msg_center ._title {
        font-size: 1.8rem;
        border: 5px solid #ccc;
        padding: 2.5rem 4rem;
    }
    .__motion-M .msg-service .msg_center ._sub {
        font-size: 1.15rem;
    }
    .__motion-M .msg-service .msg_center::before {
        top: -45px;
    }
    .__motion-M .msg-service .msg_center::after {
        bottom: -125px;
    }
    .__motion-M .msg-service .msg_bottom ._item._left {
        margin-bottom: 70px;
    }
    .__motion-M .msg-service .msg_bottom ._item._right {
        margin-top: 70px;
    }
    .__motion-M .msg-service .icon-bg {
        padding: 1.3rem;
    }
    .__motion-M .msg-service .icon-bg img {
        max-height: 40px;
    }

    /* Motion Q */
    .__motion-Q .advantage .item_cont {
        min-width: 25%;
    }
    .__motion-Q .cont-promotion .content {
        border-radius: 10px;
    }
    .__motion-Q .cont-promotion .item_cont .num {
        font-size: 2rem;
    }
    .__motion-Q .cont-promotion .item_cont ._title {
        font-size: 1.25rem;
        margin: 10px 0 15px;
    }
    .__motion-Q .cont-promotion .item_cont ._txt {
        font-size: 1rem;
        min-height: inherit;
    }
}

@media screen and (max-width: 720px) {
    /* Motion E */
    .__motion-E .grade_chart .bg_03-m h3.__ico-bg:after {
        top: -30px;
        left: -15px;
    }
}

@media screen and (max-width: 500px) {
    /* Motion AD */
    .__motion-AD .grade_chart .num_font {
        font-size: 1.95rem;
    }
    .__motion-AD .grade_chart ._addInfo ._inner h3 {
        font-size: 1.45rem;
    }
    .__motion-AD .grade_chart ._addInfo ._inner p {
        font-size: 1.07rem;
        text-align: center;
    }
    .__motion-AD .grade_chart .btn_start {
        padding-top: 0;
        transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .__motion-AD .grade_chart .btn_start.mt-5 {
        margin-top: 3rem;
    }

    /* Motion E */
    .__motion-E .thumbnail_inner {
        top: 30%;
    }
    .__motion-E .grade_chart .grTable .sub-c-font {
        font-size: 0.93rem;
        text-indent: -8px;
        padding-left: 8px;
    }
    .__motion-E .grade_chart .grTable .num-c-font {
        font-size: 1.14rem;
    }
    .__motion-E .grade_chart .grTable .num-c-font02 {
        font-size: 1.08rem;
    }
    .__motion-E .grade_chart .grTable td {
        height: 77px;
    }
    .__motion-E .grade_chart .btn_start {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        transform: none;
        margin-top: -2rem;
        position: relative;
        z-index: 10;
    }

    /* Motion S */
    .__motion-S .cont-promotion .title_box {
        margin-bottom: 40px;
    }
    .__motion-S .cont-promotion .item_cont {
        padding: 17px 1rem 30px;
    }
    .__motion-S .grade_chart .btn_start {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        transform: none;
        margin-top: -2rem;
        position: relative;
        z-index: 10;
    }
    .__motion-S .grade_chart .grTable .txt-w-700 {
        font-size: 15px;
    }
    .__motion-S .grade_chart .grTable .txt-c-700 {
        font-size: 16px;
    }

    /* Motion M */
    .__motion-M .banner ._left_txt p {
        white-space: nowrap;
    }
    .__motion-M .msg-service ._cont {
        margin-top: 50px;
    }
    .__motion-M .msg-service ._item .img-cover img {
        max-height: 92px;
    }
    .__motion-M .msg-service ._item-txt {
        padding: 0.6rem 0;
    }
    .__motion-M .msg-service .msg_top ._item._left {
        margin-bottom: 50px;
    }
    .__motion-M .msg-service .msg_top ._item._left .img-cover:before {
        height: 90px;
    }
    .__motion-M .msg-service .msg_center ._title {
        padding: 2rem 0;
        width: 100%;
    }
    .__motion-M .msg-service .msg_bottom ._item._left {
        margin-bottom: 50px;
    }
    .__motion-M .msg-service .msg_bottom ._item._right {
        margin-top: 50px;
    }
    .__motion-M .msg-service .icon-bg {
        padding: 1rem;
    }
    .__motion-M .msg-service .icon-bg img {
        max-height: 25px;
    }
    .__motion-M .grade_chart .ty_item h3 {
        font-size: 40px;
    }
    .__motion-M .grade_chart .ty_item h3:after {
        top: -45px;
        left: 0;
    }
    .__motion-M .grade_chart .btn_start {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        transform: none;
        position: relative;
        margin-top: -2rem;
        z-index: 10;
    }

    /* Motion Q */
    .__motion-Q section.thumbnail {
        background-position-y: 63%;
    }
    .__motion-Q .cont-promotion .title_box {
        margin-bottom: 40px;
    }
    .__motion-Q .cont-promotion .item_cont {
        padding: 17px 1rem 30px;
    }
    .__motion-Q .__ty_item .tit_center_cont {
        padding: 1rem 0;
    }
    .__motion-Q .__ty_item .tit_center_cont p {
        font-size: 1.45rem;
    }
    .__motion-Q .__ty_item .tit_center_cont p span {
        font-size: 0.93rem;
    }
    .__motion-Q .grade_chart .ty_item .center_cont {
        width: 218px;
    }
    .__motion-Q .__ty_item .center_cont h3:after {
        top: -25px;
        left: -35px;
    }
    .__motion-Q .__ty_item .center_cont h3 span {
        font-size: 3.65rem;
    }
    .__motion-Q .grade_chart .btn_start {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        transform: none;
        position: relative;
        margin-top: -2rem;
        z-index: 10;
    }
}

@media screen and (max-width: 300px) {
    /* Motion M */
    .__motion-M .banner ._left_txt p {
        white-space: normal;
    }
    .__motion-M .msg-service .msg_top ._item._left .img-cover:before {
        height: 80px;
    }
    
    /* Motion Q */
    .__motion-Q .advantage .item_cont {
        min-width: 38%;
    }

    /* Motion E */
    .__motion-E .grade_chart .bg_03-m h3.__ico-bg {
        max-width: none;
        margin: inherit;
    }
    .__motion-E .grade_chart .bg_03-m h3.__ico-bg:after {
        left: -3px;
        top: -39px;
    }

    /* Motion Q */
    .__motion-Q .__ty_item .center_cont h3:after {
        top: -30px;
        left: 10px;
    }
}