/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*****************************************************
	텐써마 공통 모듈
*/
.module_tentherma .fix_area{
	max-width: 500px;
	margin:0 auto;
}
.module_tentherma{
	letter-spacing: -1px;
}
.module_tentherma img{
	display: block;
}
.module_tentherma .tentherma_list01{
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.module_tentherma .tentherma_list01 .logo{
	width:80%;
	margin:0 auto 30px;
}
.module_tentherma .tentherma_list01 .logo img{
	width:100%;
}
.module_tentherma .tentherma_list01 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.module_tentherma .tentherma_list01 ul li{
	width: 148px;
    height: 68px;
    margin: 5px;
    background-color: #522D6E;
    border-radius: 50em;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-shadow: 2px 3px 4px rgba(255, 255, 255, 0.2);
	        box-shadow: 2px 3px 4px rgba(255, 255, 255, 0.2);
}
.module_tentherma .tentherma_list02 figure img{
	width:100%;
}
.module_tentherma .tentherma_list03{
	padding:80px 0 130px;
	background-color:#F9F7FB;
}
.module_tentherma .tentherma_list03 .content_wrap{
	width:100%;
}
.module_tentherma .tentherma_list03 .point{
	width:60%;
	padding-left: 20px;
	margin-top:30px;
}
.module_tentherma .tentherma_list03 .point img{
	width:100%;
}
.module_tentherma .tentherma_list03 .txt__{
	width:60%;
	margin:30px auto;
}
.module_tentherma .tentherma_list03 .txt__ img{
	width:100%;
}
.module_tentherma .tentherma_list03 .cont{
	padding:40px 0;
	background-color:#fff;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 20px;

}
.module_tentherma .tentherma_list03 .cont .img__{
	width:70%;
	margin:0 auto;
}
.module_tentherma .tentherma_list03 .cont .img__ img{
	width:100%;
}
.module_tentherma .tentherma_list03 .cont .desc{
	width: 87%;
    margin: 0 auto;
    word-break: keep-all;
	padding-top: 30px;
    color: #3F3C3C;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.module_tentherma .tentherma_list03 .cont .desc .color__{
	color:#69358F;
}
.module_tentherma .tentherma_list03 .cont .desc b{
	font-weight: 700;
}
.module_tentherma .tentherma_list04{
	background-color:#fff;
	padding:80px 0 130px;
}
.module_tentherma .tentherma_list04 .tit__{
	margin: 30px auto 20px;
}
.module_tentherma .tentherma_list04 .tit__ img{
	width:100%;
}
.module_tentherma .tentherma_list04 .tit__1{
	width:80%;
}
.module_tentherma .tentherma_list04 .tit__2{
	width:65%;
}
.module_tentherma .tentherma_list04 .desc{
	color: #3F3C3C;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}
.module_tentherma .tentherma_list04 .desc b{
	font-weight: 700;
}
.module_tentherma .tentherma_list04 .img__{
	width:100%;
	margin:30px auto 0;
}
.module_tentherma .tentherma_list04 .img__ img{
	width:100%;
}
.module_tentherma .tentherma_list04 .content{
	margin-top:30px;
}
.module_tentherma .tentherma_list04 .content li{
	margin:0 10px;
}
.module_tentherma .tentherma_list04 .content li figure{
	width:70%;
	margin: 0 auto;
}
.module_tentherma .tentherma_list04 .content li figure img{
	width:100%;
}
.module_tentherma .tentherma_list04 .content li p{
	width: 45%;
    padding: 4px 0;
    margin: 10px auto 20px;
    background-color: #92A5CF;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 50em;
}
.module_tentherma .tentherma_list04 .content li:nth-child(2) p{
	background-color:#E0807F;
}