/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*****************************************************
	텐쎄라 공통 모듈
*/
.module_tenthera img{
    display: block;
}
.module_tenthera .tenthera_list01{
    padding:130px 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.module_tenthera .tenthera_list01 .logo{
    width:436px;
    margin:0 auto 50px;
    text-align: center;
}
.module_tenthera .tenthera_list01 ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.module_tenthera .tenthera_list01 ul li{
    width:220px;
    height:220px;
    margin:0 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CC4E75), to(#B72250));
    background-image: -o-linear-gradient(top, #CC4E75, #B72250);
    background-image: linear-gradient(to bottom, #CC4E75, #B72250);
    border-radius: 50em;
    text-align: center;
    line-height:30px;
    font-size:24px;
    color:#fff;
    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;
}
.module_tenthera .tenthera_list02{
    padding:120px 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.module_tenthera .tenthera_list02 .txt{
    width: 438px;
    margin:0 auto;
}
.module_tenthera .tenthera_list03{
    padding: 160px 0 220px;
    background-color:#FBF8FB;
}
.module_tenthera .tenthera_list03 .main_img__{
    width:446px;
    margin:70px auto 50px;
}
.module_tenthera .tenthera_list03 .desc{
    text-align: center;
    font-size:20px;
    color:#3F3C3C;
    line-height:30px;
}
.module_tenthera .tenthera_list03 .desc b{
    font-weight: 700;
    color:#C03560;
}
.module_tenthera .tenthera_list03 .sub_img__{
    width:1101px;
    margin:70px auto 0;
}
.module_tenthera .tenthera_list04{
    padding:160px 0 220px;
}
.module_tenthera .tenthera_list04 .content .tit__{
    margin-top:70px;
    padding:30px 0;
    background-color:#C03560;
    color:#fff;
    font-size:30px;
    text-align: center;
}
.module_tenthera .tenthera_list04 .content .cont{
    padding:60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.module_tenthera .tenthera_list04 .content .cont1{
    border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}
.module_tenthera .tenthera_list04 .content .cont .desc{
    font-family: 'Campton', Sans-serif;
    text-align: center;
    color:#2E2E2E;
    font-size:30px;
    font-weight: 100;
    line-height: 35px;
}
.module_tenthera .tenthera_list04 .content .cont .desc b{
    font-weight: 700;
}
.module_tenthera .tenthera_list04 .content .cont1 .desc b{
    color:#C03560;
}
.module_tenthera .tenthera_list04 .content .cont2 .desc b{
    color:#919191;
}
.module_tenthera .tenthera_list04 .content2{
    border-top: 3px solid #C03560;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.module_tenthera .tenthera_list04 .content2 li{
    margin: 0 10px;
    position: relative;
}
.module_tenthera .tenthera_list04 .content2 .point{
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background-color: #C03560;
    color: #fff;
    font-size: 24px;
    font-family: 'Campton', Sans-serif;
    border-radius: 50em;
}
.module_tenthera .tenthera_list04 .content2 .desc{
    font-size:22px;
    color:#3F3C3C;
    text-align: center;
}