/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*****************************************************
	텐쎄라 공통 모듈
*/
.module_tenthera{
    letter-spacing: -1px;
}
.module_tenthera .fix_area{
    max-width: 400px;
    margin:0 auto;
}
.module_tenthera img{
    display: block;
}
.module_tenthera .tenthera_list01{
    padding:100px 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.module_tenthera .tenthera_list01 .fix_area{
    max-width: 400px;
}
.module_tenthera .tenthera_list01 .logo{
    width:70%;
    margin: 0 auto 30px;
    text-align: center;
}
.module_tenthera .tenthera_list01 .logo img{
    width:100%
}
.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: 135px;
    height: 135px;
    margin: 10px 5px 0;
    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: 22px;
    font-size: 16px;
    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: 90px 0 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
}
.module_tenthera .tenthera_list02 .txt{
    width: 80%;
    margin:0 auto;
}
.module_tenthera .tenthera_list02 .txt img{
    width:100%;
}
.module_tenthera .tenthera_list03{
    padding: 80px 0 130px;
    background-color:#FBF8FB;
}
.module_tenthera .tenthera_list03 .main_img__{
    width:70%;
    margin:30px auto 20px;
}
.module_tenthera .tenthera_list03 .main_img__ img{
    width:100%;
}
.module_tenthera .tenthera_list03 .desc{
    word-break: keep-all;
    text-align: center;
    font-size:14px;
    color:#3F3C3C;
    line-height:20px;
}
.module_tenthera .tenthera_list03 .desc b{
    font-weight: 700;
    color:#C03560;
}
.module_tenthera .tenthera_list03 .sub_img__{
    width:100%;
    margin:50px auto 0;
}
.module_tenthera .tenthera_list03 .sub_img__ img{
    width:100%;
}
.module_tenthera .tenthera_list04{
    padding:80px 0 130px;
}
.module_tenthera .tenthera_list04 .content .tit__{
    margin-top: 30px;
    padding: 10px 0;
    background-color: #C03560;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.module_tenthera .tenthera_list04 .content .img__wrap_{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.module_tenthera .tenthera_list04 .content .cont{
    width:50%;
}
.module_tenthera .tenthera_list04 .content .cont1{
    border-right: 1px solid rgba(204, 204, 204, 0.7);
}
.module_tenthera .tenthera_list04 .content .cont .desc{
    padding: 25px 0 20px;
    font-family: 'Campton', Sans-serif;
    text-align: center;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 100;
    line-height: 19px;
}
.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 .content .cont figure{
    width:50%;
    margin:0 auto 30px;
}
.module_tenthera .tenthera_list04 .content .cont figure img{
    width:100%;
}
.module_tenthera .tenthera_list04 .content2{
    border-top: 3px solid #C03560;
    padding-top: 40px;
}
.module_tenthera .tenthera_list04 .content2 li{
    margin: 20px 10px 0;
    position: relative;
}
.module_tenthera .tenthera_list04 .content2 li figure{
    width:50%;
    margin:0 auto;
}
.module_tenthera .tenthera_list04 .content2 li figure img{
    width:100%;
}
.module_tenthera .tenthera_list04 .content2 .point{
    position: absolute;
    left: 50%;
    bottom: 22px;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
    width: 110px;
    padding: 5px 0;
    text-align: center;
    background-color: #C03560;
    color: #fff;
    font-size: 15px;
    font-family: 'Campton', Sans-serif;
    border-radius: 50em;
}
.module_tenthera .tenthera_list04 .content2 .desc{
    font-size:14px;
    color:#3F3C3C;
    text-align: center;
}