/* review */
#review .rvList li {
    margin-bottom: 40px;
}
/* teacher */
#teacher .teachList li {
    margin-bottom: 40px;
}
/* costList */
.costList li .item {
    border: 2px solid #aaa;
    border-radius: 20px;
    background-color: #f7f7f7;
    padding: 20px 15px;
}
.costList li .item.item_imp {
    border: 2px solid #ff4655;
    background-color: #fff7f7;
    position: relative;
}
.costList li .item.item_last {
    margin-top: 10px;
    padding: 15px 25px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}
.costList li .item.item_imp .talk {
	background: url(../img/talkbox.png) center center no-repeat;
	background-size: cover;
	width: 148px;
	height: 148px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	position: absolute;
	left: 80%;
	bottom: 20%;
	line-height: 1.2em;
	padding-top: 55px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(6px);
		-moz-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
        transform: translateY(6px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
@media (max-width:768px){
    .costList li {
        margin: 5px 0;
    }
    .costList li .item {
		padding: 10px 15px;
		display: -webkit-box;
		justify-content: space-between;
		border-radius: 5px;
	}
    .costList li .item.item_imp .talk {
		width: 25vw;
		height: 25vw;
		padding-top: 7.5vw;
		font-size: 4vw;
	}
	.costList li .item.item_last {
		padding: 10px 15px;
	}
	.costList li h5 {
		text-align: left;
	}

	
    .costList li .item h4 {
		    padding-right: 10px;
	}
}


/* chkList */
.chkList li {
	margin: 10px 0;
}
.chkList li .item {
	background-color: #fff;
	border-radius: 15px;
	padding: 15px;
	box-shadow: 5px 5px 15px rgba(99, 99, 99, 0.1);
    border: 1px solid #ddd;
}
.chkList li .item h5 {
	padding: 10px 0;
	padding-left: 50px;
	position: relative;
}
.chkList li .item h5:after {
	content: "";
	position: absolute;
	background: url(../img/chk.png) left center no-repeat;
	width: 40px;
	height: 100%;
	left: 0;
	top: 0;
}
@media (max-width:768px){
	.chkList li .item {
		box-shadow: 2px 2px 10px rgba(99, 99, 99, 0.1);
		padding: 10px 15px;
		border-radius: 5px;
	}
	.chkList li .item h5 {
		padding: 5px 0;
		padding-left: 35px;
		position: relative;
	}
	.chkList li .item h5:after {
		width: 25px;
		background-size: 25px !important;
	}
}

/* introduce */
.introduce {
	border: 1px solid #ddd;
}
.introduce .lt {
	padding: 20px 30px;
	background-color: #f7f7f7;
}
.introduce .rt {
	line-height: 0;
}
@media (max-width:768px){
	.introduce .lt {
		padding: 20px 15px;
	}
	.introduce .rt iframe {
		height: 250px;
	}
}


/* viewToon */
#work_view .sec1 {
	overflow: hidden;
}
.viewToonWrp {
	position: relative;
}
.viewToon {
	display: flex;
	border: 5px solid #ddd;
    padding: 60px;
}
.viewToon > li {
	width: 50%;
}
.viewToon .ibox {
	text-align: center;
}
.viewToon .webPost {
	display: inline-block;
	position: relative;
	max-width: 520px;
}
.viewToon .webPost .shadow {
	max-width: 1000px;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 20%);
    height: calc(100% + 15%);
}
.viewToon .webPost span {
	position: relative;
	display: inline-block;
	z-index: 3;
}
.viewToon .tbox {
	position: relative;
	z-index: 3;
	padding-top: 20px;
}
.viewToon .tbox .tags {
	margin-top: 10px;
}
.viewToon .tbox .tags span {
	display: inline-block;
	line-height: 1em;
	padding: 7px 15px;
	border: 1px solid #ccc;
	border-radius: 80px;
	font-weight: 500;
	color: #888;
	margin: 3px 0;
}
.viewToon .tbox .conB {
	margin-top: 40px;
}
.viewToon .tbox .conB .abt {    
	padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px
}
.viewToon .tbox .conB .abt,
.viewToon .tbox .conB p {
	margin-top: 8px;
}
.viewToon .tbox .conB .abt li:first-child p {
	margin-top: 0;
}
.viewToon .tbox .conB .abt li p {
	position: relative;
	padding-left: 90px;
}
.viewToon .tbox .conB .abt li p strong {
	position: absolute;
	left: 0;
}
@media (min-width:992px){
	.viewToon .tbox {
		padding-left: 30px;
	}
	.viewToon .ibox {
		padding-right: 30px;
	}
	.viewToonWrp .vAr {
		position: absolute;
		top: calc(50% - 15px);
		height: 30px;
		width: 61px;
		background: url(../img/preAr.png) center center no-repeat;
		text-decoration: none;
		color: transparent;
	}
	.viewToonWrp .preAr {
		left: -120px;
	}
	.viewToonWrp .nxtAr {
		right: -120px;
		transform: rotate(180deg);
	}
}
@media (max-width:992px){
	.viewToon {
		flex-wrap: wrap;
		padding: 20px;
		border-width: 3px;
	}
	.viewToon > li {
		width: 100%;
	}
	.viewToon .webPost {
		max-width: 80%;
	}
	.viewToon .webPost .shadow {
		opacity: .5;
	}
	.viewToon .tbox {
		padding: 40px 0 20px;
	}
	.viewToon .tbox .conB {
		margin-top: 20px;
	}
	.viewToon .tbox .conB .abt li p {
		padding-left: 70px;
	}
	.viewToon .tbox .conB .abt p {
		margin-top: 3px;
	}
	.viewToon .tbox .tags span {
		padding: 5px 10px;
	}
	.viewToonWrp .vArWrp {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}
	.viewToonWrp .vArWrp .vAr {
		display: inline-block;
		border: 1px solid #b0b6c3;
		color: #626875;
		line-height: 1em;
		padding: 8px 12px;
		text-decoration: none;
	}
	.viewToonWrp .btnWrp .btnItem {
		min-width: 130px;
	}
}



.txtdeco{
    font-size: 0.8em;
    color: #919191;
    text-decoration: line-through;
}

.steel{
	position: absolute;
		width: 80px;
		height: 80px;
		top: 15%;
		left: 5%;
}

@media (max-width:768px){
	.steel {
		position: absolute;
		width: 40px;
		height: 40px;
		top: 10%;
		right: 5%;
		        left: auto;
	}
}

/* teach7 */
#teach7 .sec2 {
	background: url(../img/teach7_bg2.png) center top no-repeat;
	background-color: #ef4143;
}
#teach7 .sec2 .under {
	text-decoration: underline;
}
/* teach7 .sec2 */
#teach7 .sec3 .item {
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
#teach7 .sec3 .item .tcon .dft {
	line-height: 1.3em;
}
#teach7 .sec3 .item .icon img {
	background-color: #faf3f3;
	border-radius: 20px;
}
@media (max-width:768px){
	#teach7 .sec3 .item {
		display: flex;
		align-items: center;
	}
	#teach7 .sec3 .item .tcon {
		width: calc(100% - 55px);
		padding-right: 15px;
	}
	#teach7 .sec3 .item .icon {
		width: 55px;
	}
}
/* teach7 .sec4 */
#teach7 .sec4 {
	background: url(../img/teach7_bg4.jpg) center center no-repeat;
	height: 350px;
}
@media (min-width:992px){
	#teach7 .sec4 {
		background-attachment: fixed;
	}
}
@media (max-width:992px){
	#teach7 .sec4 {
		background-size: cover;
		height: 250px;
	}
}

/* subTitle */
.subTitle {
    padding-left: 20px;
    position: relative;
}
.subTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 4px;
    background-color: #ef4143;
}



/* funcList */
.funcList .dft {
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 3px;
    background-color: #faf5f5;
}
.funcList .dft i {
    color: #fff !important;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: .8em;
    background-color: #ef4143;
}
.funcList .dft > span {
    width: calc(100% - 31px);
    padding-left: 15px;
}
@media (max-width:768px){
    .funcList .dft {
        border-radius: 4px;
        padding: 10px 10px;
    }
    .funcList .dft i {
        width: 23px;
        height: 23px;
    }
    .funcList .dft > span {
        width: calc(100% - 6px);
        padding-left: 12px;
    }
}

/* teach7 .sec7 */
#teach7 .sec7 {
	background-color: #222222;
}
#teach7 .sec7 .item {
	padding: 40px 15px;
	background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width:768px){
	#teach7 .sec7 .item .icon img {
		width: 50px;
	}
}


/* teach7 .sec8 */
#teach7 .sec8 {
    overflow: hidden;
}
#teach7 .sec8 .mtit .tt {
    display: inline-block;
    position: relative;
}
#teach7 .sec8 .mtit .tt .que_lft {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
}
#teach7 .sec8 .mtit .tt .que_rt {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(50%, -50%, 0) scaleX(-1);
}
#teach7 .sec8 .mtit .tt span {
    position: relative;
    z-index: 5;
}
@media (max-width:768px){
    #teach7 .sec8 .mtit .tt .que_rt,
    #teach7 .sec8 .mtit .tt .que_lft {
        width: 45px;
    }
}


/* dvdHr */
.dvdHr {
	border-bottom: 1px dashed #ddd;
	margin: 60px 0;
}
@media (max-width:768px){
	.dvdHr {
		margin: 30px 0;
	}
}