/*** conts_wrap ***/
.conts_wrap {
    float: right;
    width: 80%;
}

/* sec00 */
.conts_wrap .sec00 {
    margin-bottom: 50px;
}

/* sec01 */
.conts_wrap .sec01 {
    margin-bottom: 100px;
}

.conts_wrap h3::before {
    margin-bottom: 15px;
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background: #ffc823;
}

.conts_wrap h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #3d3d3c;
}

.conts_wrap h3 span {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #3d3d3c;
}

.conts_wrap .product li {
    float: left;
    padding: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.conts_wrap .product1 li {
    float: none;
    width: 100%;
}

.conts_wrap .product1 li div.left,
.conts_wrap .product1 li div.left span,
.conts_wrap .product1 li div.right span {
    float: left;
}

.conts_wrap .product1 li div.left span.category {
    margin: 12.5px 20px 0 0;
}

.conts_wrap .product1 li div.left span.name {
    margin: 0;
}

.conts_wrap .product1 li div.left span.name,
.conts_wrap .product1 li div.right span.price {
    line-height: 52px;
}

.conts_wrap .product1 li div.right span.price {
    margin: 0 30px 0 0;
}

.conts_wrap .product1 li div.right,
.conts_wrap .product1 li div.right button {
    float: right;
}

.conts_wrap .product1 li div.right button {
    width: 190px;
}


.conts_wrap .product2 li {
    width: calc(50% - 15px);
}

.conts_wrap .product3 li {
    margin-right: 30px;
    width: 300px;
}

.conts_wrap .product2 li:first-child {
    margin-right: 30px;
}

.conts_wrap .product3 li:last-child {
    margin-right: 0;
}

.conts_wrap .product li span {
    display: block;
}

.conts_wrap .product li span.category {
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #5b5b5a;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.conts_wrap .product li span.name {
    margin: 15px auto 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #1f1f1e;
}

.conts_wrap .product li span.pack {
    display: table;
    margin: 0 auto;
    /* background: rgba(255, 200, 35, 0.2); */
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #3d3d3c;
}

.conts_wrap .product li span.pack>div {
    display: table;
    margin: 0 auto;
}

.conts_wrap .product li span.pack strong,
.conts_wrap .product li span.pack span {
    float: left;
}

.conts_wrap .product li span.pack strong {
    font-weight: 700;
}

.conts_wrap .product li span.pack span:nth-child(2n) {
    margin-left: 5px;
    font-weight: 400;
}

/* 
.conts_wrap .product li span.pack span:nth-child(1),
.conts_wrap .product li span.pack span:nth-child(2) {
    color: #ffba00;
}
*/

.conts_wrap .product li span.pack span:nth-child(3) {
    margin-left: 5px;
}

.conts_wrap .product li span.sub {
    margin: 30px auto 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #979796;
}

.conts_wrap .product li span.sub span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #979796;
    text-decoration: line-through;
    display: inline-block;
}

.conts_wrap .product li span.price {
    margin: 0 auto 30px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #ffc823;
}
.conts_wrap .product li span.price strong {
    font-weight: 700;
}

.conts_wrap .product li button {
    padding: 0;
    width: 100%;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    border: 1px solid #1f1f1e;
    background: #1f1f1e;
    border-radius: 0;
}

/*
.conts_wrap .product li button:hover {
    font-weight: 500;
    color: #fff;
    background: #ffc823;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
*/

.conts_wrap .product.ulacle {
	padding: 40px;
    border: 1px solid #e9e9e9;
}

.conts_wrap .product.ulacle .nth-child {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e9e9e9;
}

.conts_wrap .product.ulacle .product_item>div {
	float: left;
}

.conts_wrap .product.ulacle div.left {
	position: relative;
	width: 186px;
	text-align: center;
}

.conts_wrap .product.ulacle div.left img {
	width: 100%;
}

.conts_wrap .product.ulacle div.left span.label {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	width: 60px;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	color: #fff;
	background-color: #ffc823;
}

.conts_wrap .product.ulacle div.left span.label.label_new {
	top: 25px;
	background-color: #ef4036;
}

.conts_wrap .product.ulacle div.left button.btn_detail {
	position: absolute;
	right: 4px;
	bottom: 6px;
	padding: 13px 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	border-radius: 35px;
	background-color: rgba(0,0,0,0.75);
	background-image: none;
}

.conts_wrap .product.ulacle div.left button.btn_times {
	position: absolute;
	right: 4px;
	bottom: 60px;
	width: 50px;
	padding: 13px 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	border-radius: 35px;
	background-color: rgba(0,0,0,0.75);
	background-image: none;
}

.conts_wrap .product.ulacle div.middle {
	padding: 10px 40px;
	width: calc(100% - 402px);
}

.conts_wrap .product.ulacle div.middle span.name {
	display: inline-block;
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #1f1f1e;
	letter-spacing: -0.04em;
}

.conts_wrap .product.ulacle div.middle ul {
	height: 117px;
	overflow: hidden;
}

.conts_wrap .product.ulacle div.middle li {
	position: relative;
	float: inherit;
	margin-bottom: 4px;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #3d3d3c;
	border: none;
}

.conts_wrap .product.ulacle div.middle li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: ' \00B7';
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #3d3d3c;
}

.conts_wrap .product.ulacle div.right {
	width: 216px;
	text-align: right;
}

.conts_wrap .product.ulacle div.right span.sub {
	display: inline-block;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #979796;
}

.conts_wrap .product.ulacle div.right span.sub span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
	margin-left: 5px;
}

.conts_wrap .product.ulacle div.right span.price {
	display: inline-block;
    margin: 0 auto 15px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #ffc823;
}

.conts_wrap .product.ulacle div.right span.price strong {
    font-weight: 700;
}

.conts_wrap .product.ulacle div.right select {
    width: 100%
}

.conts_wrap .product.ulacle div.right button.btn_main {
	margin-top: 15px;
    padding: 0;
    width: 100%;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    border: 1px solid #1f1f1e;
    background: #1f1f1e;
    border-radius: 0;
}

.conts_wrap .product.ulacle div.right button.btn_ready {
	margin-top: 20px;
    padding: 0;
    width: 100%;
    font-weight: 500;
    line-height: 50px;
    color: #6e6e6e;
    border: 1px solid #e9e9e9;
    background: #e9e9e9;
    border-radius: 0;
}

#modal_ulacle {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
	background-color: rgba(0,0,0,0.75);
}

#modal_ulacle .modal_dialog {
	height: 600px;
}

#modal_ulacle .modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	height: 600px;
}

#modal_ulacle .modal_header,
#modal_ulacle .modal_body {
	padding: 40px;
}

#modal_ulacle .modal_header {
	background-color: #f8f8f8;
}

#modal_ulacle .modal_header p.title {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
	font-weight: 500;
	line-height: 35px;
}

#modal_ulacle .modal_body {
	height: calc(100% - 150px);
	overflow-y: scroll;
}

#modal_ulacle .modal_body li {
	margin-bottom: 30px;
}

#modal_ulacle .modal_body li:last-child {
	margin-bottom: 0;
}

#modal_ulacle .modal_body p {
	text-align: left;
}

#modal_ulacle .modal_body p.title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #1f1f1e;
}

#modal_ulacle .modal_body p.txt {
	position: relative;
	padding-left: 10px;
    font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #3d3d3c;
}

#modal_ulacle .modal_body p.txt::before {
	display: block;
	content: ' \00B7';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #3d3d3c;
}

#modal_ulacle .modal_footer button {
	position: absolute;
	right: 0;
	top: -31px;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/signup/img/icon_close.png);
	background-color: transparent;
	border: none;
}



/* sec02 */
.conts_wrap .sec02 .tab {
    margin-bottom: 20px;
    width: 100%;
}

.conts_wrap .sec02 .tab ul li {
    float: left;
    text-align: center;
}

.conts_wrap .sec02 .tab2 ul li {
    width: 50%;
}

.conts_wrap .sec02 .tab3 ul li {
    width: 33.33333%;
}

.conts_wrap .sec02 .tab4 ul li {
    width: 25%;
}

.conts_wrap .sec02 .tab5 ul li {
    width: 20%;
}

.conts_wrap .sec02 .tab ul li {
    border: 1px solid #dbdbdb;
    margin-left: -1px;
    border-left: 1px solid transparent;
}

.conts_wrap .sec02 .tab ul li:first-child {
    margin: 0;
    border-left: 1px solid #dbdbdb;
}

.conts_wrap .sec02 .tab ul li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #797978;
    /*
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    */
}

.conts_wrap .sec02 .tab ul li:hover {
    border: 1px solid #ffc823;
}

.conts_wrap .sec02 .tab ul li:hover a {
    font-weight: 500;
    color: #ffc823;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.conts_wrap .sec02 .tab ul li a span {
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    color: #979796;
}

.conts_wrap .sec02 .tab ul li a span.icon {
    position: absolute;
    top: calc(50% + 2px);
    left: 160px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    color: #979796;
}

.conts_wrap .sec02 .tab ul li a span.icon svg {
    width: 15px;
    height: 15px;
}

/*
.conts_wrap .sec02 .tab ul li:first-child a {
    border-left: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .tab ul li:last-child a {
    border-right: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .tab ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 1px;
    height: 50px;
    background: #e9e9e9;
}
*/

.conts_wrap .sec02 .tab ul li:last-child a::after {
    display: none;
}

.conts_wrap .sec02 .tab ul li.cur {
    border: 1px solid #ffc823;
}

.conts_wrap .sec02 .tab ul li.cur a {
    font-weight: 500;
    color: #fff;
    background: #ffc823;
    /* border: 1px solid #ffc823; */
}

.conts_wrap .sec02 .tab ul li.cur a span {
    font-weight: 500;
    color: #fff;
}

.conts_wrap .sec02 .tab ul li.cur a::before,
.conts_wrap .sec02 .tab ul li.cur a::after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: #ffc823;
}

.conts_wrap .sec02 .tab ul li.cur a::before {
    left: 0;
}

.conts_wrap .sec02 .tab ul li.cur a::before {
    right: 0;
}

.conts_wrap .sec02 .cont {
    padding: 50px 0 0;
    border: 1px solid #dbdbdb;
    text-align: center;
    overflow: hidden;
}

.conts_wrap .sec02 .cont .satap_point {
    margin-top: 30px;
}

.conts_wrap .sec02 .cont .satap_point p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
}

.conts_wrap .sec02 .cont .satap_point p strong {
    font-weight: 500;
}

.conts_wrap .sec02 .cont p.point {
    margin: 40px 0 30px;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #ffc823;
}

.conts_wrap .sec02 .cont p.point strong {
    font-weight: 700;
}

.conts_wrap .sec02 .cont > p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #797978;
}

.conts_wrap .sec02 .cont > p > strong.sub {
    font-weight: 500;
    color: #5b5b5a;
}

.conts_wrap .sec02 .cont3 > p {
    margin-bottom: -10px;
}

.conts_wrap .sec02 .cont_tutor .intro {
    margin: 35px auto 0;
}

.conts_wrap .sec02 .cont_tutor .intro li {
    font-weight: 400;
    color: #5b5b5a;
}

.conts_wrap .sec02 .cont_tutor .intro li:last-child {
    margin-bottom: 0;
}

.conts_wrap .sec02 .cont_tutor .swiper-container {
    padding: 40px 0;
}

.conts_wrap .sec02 .cont_tutor .tutor_li_sl li {
    height: 318px;
}

.conts_wrap .sec02 .cont_tutor button {
    padding: 0;
    width: 200px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #ffc823;
    background: #ffc823;
    border-radius: 0;
}

.conts_wrap .sec01 .classinfo {
    margin-top: 10px;
}

.conts_wrap .sec02 .cont .classinfo {
    display: table;
    margin: 0 auto 40px;
}

.conts_wrap .sec01 .classinfo li,
.conts_wrap .sec02 .cont .classinfo li {
    float: left;
    margin: 0 15px;
}

.conts_wrap .sec01 .classinfo li:first-child {
    margin-left: 0;
}

.conts_wrap .sec01 .classinfo li span,
.conts_wrap .sec02 .cont .classinfo li span {
    font-size: 14px;
    line-height: 1;
}

.conts_wrap .sec01 .classinfo li span:first-child::after,
.conts_wrap .sec02 .cont .classinfo li span:first-child::after {
    display: inline-block;
    margin: 0 10px;
    content: '';
    width: 1px;
    height: 13px;
    background: #979796;
}

.conts_wrap .sec01 .classinfo li span:first-child,
.conts_wrap .sec02 .cont .classinfo li span:first-child {
    font-weight: 500;
    color: #5b5b5a;
}

.conts_wrap .sec01 .classinfo li span:last-child,
.conts_wrap .sec02 .cont .classinfo li span:last-child {
    font-weight: 300;
    color: #797978;
}

.conts_wrap .sec02 .screen {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
}

.conts_wrap .sec02 .screen_bottom {
    margin-bottom: -38px;
}

.conts_wrap .sec02 .screen .video {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 33px;
}

.conts_wrap .sec02 .cont {
    padding: 50px;
}

.conts_wrap .sec02 .cont1-1 {
    padding: 50px 0 0;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.conts_wrap .sec02 .cont1-2 {
    padding: 0;
    border: none;
}

.conts_wrap .sec02 .cont1-2 h3 {
    margin-top: 100px;
    padding: 0;
    border: none;
    text-align: left;
}

.conts_wrap .sec02 .cont1-2 .cont {
    padding: 0;
}

.conts_wrap .sec02 .cont1-2 .cont > div {
    float: left;
    width: 169px;
}

.conts_wrap .sec02 .cont1-2 .cont > div:last-child {
    width: 709px;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li h4,
.conts_wrap .sec02 .cont1-2 .cont > div ul li p,
.conts_wrap .sec02 .cont1-2 .cont > div ul li span {
    text-align: left;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.title h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.title h4 strong {
    font-weight: 500;
    color: #ffc823;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.title span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #979796;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.level > span {
    float: left;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    background: #ffc823;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.level > div {
    float: left;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.level > div img {
    margin: 0 10px 0 20px;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.level > div span {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.level > div span strong {
    font-weight: 500;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.level > span strong {
    font-weight: 500;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.txt,
.conts_wrap .sec02 .cont1-2 .cont > div ul li.comment {
    margin-top: 15px;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.txt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .cont1-2 .cont > div ul li.comment p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #979796;
}

.conts_wrap .sec02 .cont .books {
    position: relative;
}

.conts_wrap .sec02 .cont .books img {
    margin: 0 auto;
    display: block;
}

.conts_wrap .sec02 .cont .books p::before {
    margin: 0 auto 40px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 4px solid #ffc823;
    background: #fff;
}

.conts_wrap .sec02 .cont .books p::after {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    content: '';
    width: 2px;
    height: 30px;
    background: #ffc823;
}

.conts_wrap .sec02 .cont .books p {
    position: absolute;
    bottom: -65.5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #3d3d3c;
}

.conts_wrap .sec02 .cont .books p:nth-child(2) {
    left: 150px;
}

.conts_wrap .sec02 .cont .books p:nth-child(3) {
    right: 150px;
}

.conts_wrap .sec02 .cont .strength::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: '';
    width: calc(100% - 40px);
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffc823), color-stop(#ebfbbf), to(#bff6fb));
    background-image: linear-gradient(to right, #ffc823, #ebfbbf, #bff6fb);
}

.conts_wrap .sec02 .cont .strength {
    position: relative;
    display: table;
    margin: 115px auto 50px;
}

.conts_wrap .sec02 .cont .strength li {
    float: left;
    position: relative;
    margin: 0 20px;
    width: 174px;
    height: 174px;
    border-radius: 174px;
    background: #ffc823;
    border: 15px solid rgb(255, 241, 200);
}

.conts_wrap .sec02 .cont .strength li:nth-child(2) {
    background: #afee00;
    border: 15px solid #ebfbbf;
}

.conts_wrap .sec02 .cont .strength li:nth-child(3) {
    background: #00dbf1;
    border: 15px solid #bff6fb;
}

.conts_wrap .sec02 .cont .strength li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

.conts_wrap .sec02 .cont .effects li {
    float: left;
    margin-right: 30px;
    padding: 40px 0;
    width: calc(33.33333% - 20px);
    border: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .cont .effects li:last-child {
    margin-right: 0;
}

.conts_wrap .sec02 .cont .effects li span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #3d3d3c;
}

.conts_wrap .sec02 .cont .effects li img {
    margin: 30px 0;
}

.conts_wrap .sec02 .cont .effects li p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .cont .effects li p strong {
    font-weight: 500;
    color: #3d3d3c;
}

.conts_wrap .sec02 .cont .cont_ulc1 > p,
.conts_wrap .sec02 .cont .cont_ulc2 > p,
.conts_wrap .sec02 .cont .cont_ulc3 > p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #797978;
}

.conts_wrap .sec02 .cont .cont_ulc1 > p.point,
.conts_wrap .sec02 .cont .cont_ulc2 > p.point,
.conts_wrap .sec02 .cont .cont_ulc3 > p.point {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #3d3d3c;
}

.conts_wrap .sec02 .cont .cont_ulc2 {
    background: #fcfcfc;
}

.conts_wrap .sec02 .cont_ulc button {
    margin-bottom: 35px;
    padding: 0;
    width: 200px;
    line-height: 50px;
    color: #ffc823;
    border: 1px solid #ffc823;
    background: #fff;
    border-radius: 0;
}

.conts_wrap .sec02 .tutor_wrap {
    margin-top: 40px;
}

.conts_wrap .sec02 .tutor_wrap div {
    float: left;
    width: 50%;
}

.conts_wrap .sec02 .tutor_wrap div ul li span {
    display: inline-block;
    padding: 0 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 40px;
}

.conts_wrap .sec02 .tutor_wrap div.tutor_univ ul li span {
    border: 2px solid #8bc34a;
    color: #8bc34a;
}

.conts_wrap .sec02 .tutor_wrap div.tutor_native ul li span {
    border: 2px solid #4b94f2;
    color: #4b94f2;
}

.conts_wrap .sec02 .tutor_wrap div ul li p {
    margin: 13px 0 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #797978;
}

.conts_wrap .sec02 .tutor_wrap div ul li p strong {
    font-weight: 500;
    color: #5b5b5a;
}

.conts_wrap .sec02 .tutor_wrap div.tutor_univ ul li.tutor_img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f8e9));
    background-image: linear-gradient(to bottom, #fff, #f1f8e9);
}

.conts_wrap .sec02 .tutor_wrap div.tutor_native ul li.tutor_img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9f2fd));
    background-image: linear-gradient(to bottom, #fff, #e9f2fd);
}

.conts_wrap .sec02 .process_wrap img {
    margin: 40px auto 15px;
}

.conts_wrap .sec02 .process_wrap ul {
    display: table;
    margin: 0 auto 13px;
}

.conts_wrap .sec02 .process_wrap ul li {
    float: left;
    width: 150px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #797978;
}

.conts_wrap .sec02 .effects_wrap {
    margin-top: 40px;
    height: 510px;
    background: url(/img/sub_img/img_registerAdds_effects_bg.png) center bottom no-repeat;
}

.conts_wrap .sec02 .effects_wrap ul {
    display: table;
    margin: 0 auto;
}

.conts_wrap .sec02 .effects_wrap ul li {
    float: left;
    padding: 25px 0 30px;
    width: 220px;
    height: 180px;
}

.conts_wrap .sec02 .effects_wrap ul li span {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffc823;
}

.conts_wrap .sec02 .effects_wrap ul li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #3d3d3c;
}

.conts_wrap .sec02 .effects_wrap ul li p strong {
    font-weight: 500;
}

.conts_wrap .sec02 .title h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #3d3d3c;
}

.conts_wrap .sec02 .usetalking_level {
    display: table;
    margin: 30px auto 40px;
}

.conts_wrap .sec02 .usetalking_level li {
    float: left;
    margin: 0 15px;
    width: 350px;
}

.conts_wrap .sec02 .usetalking_level li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    background: #ffc823;
    border-radius: 10px 10px 0 0;
}

.conts_wrap .sec02 .usetalking_level li p {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #797978;
    border-radius: 0 0 10px 10px;
    border: 1px solid #e9e9e9;
    border-top: none;
}

.conts_wrap .sec02 .tableB::before {
    display: block;
    margin: 50px auto;
    content: '';
    width: 860px;
    height: 1px;
    background: #e9e9e9;
}

.conts_wrap .sec02 .satap::before {
    display: none;
}

.conts_wrap .sec02 .table h5 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #3d3d3c;
}

.conts_wrap .sec02 .satap h5 {
    margin: 70px 0 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #3d3d3c;
}

.conts_wrap .sec02 .tableA table {
    margin: 17px auto 0;
    width: 660px;
}

.conts_wrap .sec02 .tableB table {
    width: 100%;
}

.conts_wrap .sec02 .table table thead tr th {
    border-top: 1px solid #ffc823;
    border-bottom: 1px solid #ffc823;
    background: #fffcf4;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #ffc823;
}

.conts_wrap .sec02 .table tableB thead tr th:first-child {
    border-right: 1px solid #ffc823;
}

.conts_wrap .sec02 .table table thead tr th span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 300;
    color: #ffc823;
}

.conts_wrap .sec02 .table table tbody tr {
    border-bottom: none;
}

.conts_wrap .sec02 .table table tbody tr:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .table table tbody tr td {
    padding: 12px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .tableA table tbody tr th,
.conts_wrap .sec02 .tableA table tbody tr td {
    padding: 12px 15px;
}

.conts_wrap .sec02 .tableA table thead tr th {
    padding: 0 15px;
}

.conts_wrap .sec02 .tableB table tbody tr td:first-child {
    border-right: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .table table tbody tr:nth-child(2n) td {
    background: #fafafa;
}

.conts_wrap .sec02 .table p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #979796;
}

.conts_wrap .sec02 .satap p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .satap ul li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #979796;
}

.conts_wrap .sec02 .satap ul li:last-child {
    margin-bottom: 0;
}

.conts_wrap .sec02 .satap ul li span {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #797978;
}


.conts_wrap .sec02 .tableC {
    margin-top: 50px;
}

.conts_wrap .sec02 .tableA > span,
.conts_wrap .sec02 .tableC > span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #797978;
}

.conts_wrap .sec02 .tableC > div {
    margin: 20px auto 0;
    width: 760px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.conts_wrap .sec02 .tableC table {
    width: 100%;
}

.conts_wrap .sec02 .tableA > span::before,
.conts_wrap .sec02 .tableA > span::after,
.conts_wrap .sec02 .tableC > span::before,
.conts_wrap .sec02 .tableC > span::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: #979796;
}

.conts_wrap .sec02 .tableA > span::before,
.conts_wrap .sec02 .tableC > span::before {
    margin-right: 15px;
}

.conts_wrap .sec02 .tableA > span::after,
.conts_wrap .sec02 .tableC > span::after {
    margin-left: 15px;
}

.conts_wrap .sec02 .tableC table tbody tr th,
.conts_wrap .sec02 .tableC table tbody tr td {
    text-align: center;
}

.conts_wrap .sec02 .tableC table tbody tr th {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #5b5b5a;
}

.conts_wrap .sec02 .tableC table tbody tr th {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background: #f9f9f9;
}

.conts_wrap .sec02 .tableC table tbody tr:first-child th {
    padding: 12px;
}

.conts_wrap .sec02 .tableC table tbody tr:first-child th:last-child {
    border-right: none;
}

.conts_wrap .sec02 .tableC table tbody tr:last-child th {
    border-bottom: none;
}

.conts_wrap .sec02 .tableC table tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .tableC table tbody tr:last-child td {
    border-bottom: none;
}

.conts_wrap .sec02 .tableC table tbody tr td:last-child {
    border-right: none;
}

.conts_wrap .sec02 .tableC table tbody tr td span {
    display: block;
    margin: 0 auto 5px;
    width: 76px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    border-radius: 10px;
}

.conts_wrap .sec02 .tableC table tbody tr td span:last-child {
    margin-bottom: 0;
}

.conts_wrap .sec02 .tableC table tbody tr.native td span {
    background: #8bc34a;
}

.conts_wrap .sec02 .tableC table tbody tr.univ td span {
    background: #4b94f2;
}

.conts_wrap .sec02 .graduation_process_wrap {
    margin-top: 40px;
}

.conts_wrap .sec02 .graduation_process {
    display: table;
    margin: 20px auto 0;
}

.conts_wrap .sec02 .graduation_process li {
    float: left;
    width: 180px;
}

.conts_wrap .sec02 .graduation_process li span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffc823;
}

.conts_wrap .sec02 .graduation_process li p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #979796;
}

.conts_wrap .sec02 .graduation_process li p strong {
    font-weight: 400;
    color: #5b5b5a;
}

.conts_wrap .sec02 .strength_wrap {
    position: relative;
    display: table;
    margin: 0 auto 26px;
}

.conts_wrap .sec02 .strength_wrap ul {
    position: absolute;
    top: calc(50% + 33px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.conts_wrap .sec02 .strength_wrap ul li {
    float: left;
    width: 33.33333%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}

.conts_wrap .sec02 .diploma_wrap img {
    display: block;
    margin: 40px auto 20px;
}

.conts_wrap .sec02 .diploma_wrap span {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: #797978;
}

.conts_wrap .sec02 .diploma_wrap span::before,
.conts_wrap .sec02 .diploma_wrap span::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: #979796;
}

.conts_wrap .sec02 .diploma_wrap span::before {
    margin-right: 15px;
}

.conts_wrap .sec02 .diploma_wrap span::after {
    margin-left: 15px;
}

.conts_wrap .sec02 .intro {
    display: table;
    margin: 0 auto;
}

.conts_wrap .sec02 .intro li::before {
    display: inline-block;
    margin-right: 10px;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 5px solid #ffc823;
}

.conts_wrap .sec02 .intro li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #979796;
    text-align: left;
}

.conts_wrap .sec02 .table ul.merit {
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .table ul.merit li {
    float: left;
    padding: 30px 0;
    height: 212px;
    border-right: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .table ul.merit li:last-child {
    border-right: none;
}

.conts_wrap .sec02 .table ul.merit3 li {
    width: 33.33333%;
}

.conts_wrap .sec02 .table ul.merit4 li {
    width: 25%;
}

.conts_wrap .sec02 .table ul.merit li p {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #797978;
}

.conts_wrap .sec02 .table ul.merit li:nth-child(3) p {
    margin-top: 20.5px;
}

.conts_wrap .sec02 .table ul.merit li p strong {
    font-weight: 500;
    color: #5b5b5a;
}

.conts_wrap .sec02 .satap table tbody tr th,
.conts_wrap .sec02 .satap table tbody tr td {
    padding: 15px 20px;
}

.conts_wrap .sec02 .tableB table thead tr th,
.conts_wrap .sec02 .satap table tbody tr th {
    border-right: 1px solid #ffc823;
}

.conts_wrap .sec02 .tableB table thead tr th:last-child {
    border-right: none;
}

.conts_wrap .sec02 .satap table tbody tr th {
    border-bottom: 1px solid #ffc823;
    background: #fffcf4;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #ffc823;
}

.conts_wrap .sec02 .satap table tbody tr td:last-child {
    border-right: 0;
}

.conts_wrap .sec02 .satap table tbody tr td.part {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.conts_wrap .sec02 .satap table tbody tr:last-child {
    border-bottom: 1px solid #ffc823;
}

.conts_wrap .sec02 .curriculum {
    margin-top: 50px;
}

.conts_wrap .sec02 .curriculum > div {
    margin-bottom: 20px;
}

.conts_wrap .sec02 .curriculum > div h5 {
    float: left;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .curriculum > div h5 strong {
    font-weight: 500;
    line-height: 1;
    color: #ffc823;
}

.conts_wrap .sec02 .curriculum > div button {
    float: right;
    padding: 0;
    width: 160px;
    line-height: 40px;
    border: 1px solid #ffc823;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #ffc823;
}

.conts_wrap .sec02 .curriculum table thead tr th {
    border-top: 1px solid #b5b5b4;
    border-bottom: 1px solid #b5b5b4;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #5b5b5a;
}

.conts_wrap .sec02 .curriculum table thead tr th:first-child {
    border-right: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .curriculum table tbody tr td {
    padding: 15px 20px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.conts_wrap .sec02 .curriculum table tbody tr td:first-child {
    border-right: 1px solid #e9e9e9;
}

.conts_wrap .sec02 .curriculum table tbody tr:last-child td {
    border-bottom: 1px solid #b5b5b4;
}

.conts_wrap .sec02 .curriculum table tbody tr:nth-child(2n) td {
    background: #fff;
}

.conts_wrap .sec03 {
    margin-top: 100px;
}



/* tutor_rolling */
.swiper-container {
    padding: 50px 0;
    width: 1200px;
}

.swiper-slide {
    width: 220px;
    height: 288px;
}

.tutor_li_wrap {
    padding: 0;
    background: #fff;
}

.tutor_li_sl {
    position: relative;
    min-width: 1900px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tutor_li_sl li {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e9e9e9;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    opacity: .3;
    -webkit-transition: border-color .5s opacity .5s;
    transition: border-color .5s opacity .5s;
}

.tutor_li_sl li.tutor_n {
    border-color: #4b94f2;
}

.tutor_li_sl li.tutor_u {
    position: relative;
    border-color: #8bc34a;
}

.tutor_li_sl li.tutor_m {
    border-color: #ffc107;
}

.tutor_li_sl li div {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 120px;
}

.tutor_li_sl li div img {
    border-radius: 120px;
    background: #f9f9f9;
}

.tutor_li_sl li img.logo_uni {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(calc(50% + 45px), -45px);
    transform: translate(calc(50% + 45px), -45px);
    background: #fff;
    border: 3px solid #fff;
    border-radius: 100px;
}

.tutor_li_sl li span {
    display: block;
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3c;
    line-height: 1;
}

.tutor_li_sl li span.sub {
    margin: 5px 0 15px;
    font-size: 14px;
    font-weight: 400;
}

.tutor_li_sl li span.sub object {
    padding-right: 2px;
    line-height: 16px;
    vertical-align: middle;
}

.tutor_li_sl li.tutor_n span.sub {
    color: #4b94f2;
}

.tutor_li_sl li.tutor_u span.sub {
    color: #8bc34a;
}

.tutor_li_sl li.tutor_m span.sub {
    color: #ffc107;
}

.tutor_li_sl li p {
    font-size: 14px;
    font-weight: 300;
    color: #797978;
    line-height: 19px;
    letter-spacing: -0.05em;
}

.tutor_li_sl .thumb {
    display: block;
    overflow: hidden;
    position: relative;
    height: 176px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.tutor_li_sl .thumb:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #ff493c;
    border-radius: 100%;
    opacity: 0;
    background: #fff;
    content: '';
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.tutor_li_sl .thumb:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -10px;
    border-left: 15px solid #ff493c;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0;
    content: '';
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.tutor_li_sl .thumb img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.tutor_li_sl .tit {
    display: block;
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 1;
    color: #000;
    text-align: center;
}

.tutor_li_sl .desc {
    display: -webkit-box;
    overflow: hidden;
    height: 3em;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tutor_li_sl li.swiper-slide-prev,
.tutor_li_sl li.swiper-slide-active,
.tutor_li_sl li.swiper-slide-next {
    opacity: 1;
}

.tutor_li_sl li.swiper-slide-active {
    border-width: 2px;
}

.tutor_li_sl li.swiper-slide-active .thumb:before,
.tutor_li_sl li.swiper-slide-active .thumb:after {
    opacity: 1;
}

.tutor_li_sl li .thumb:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tutor_li_sl li .thumb:hover:before,
.tutor_li_sl li .thumb:hover:after {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
}