/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

/* 공통 */
.scalp-module .scalp-list01,
.scalp-module .scalp-list02,
.scalp-module .scalp-list03{
    padding: 80px 0 130px;
    font-size: 16px;
    line-height: 1.4;
    color: #1A1A1A;
    letter-spacing: -1px;
}
.scalp-module .fix_area{
    max-width: 500px;
    margin: 0 auto;
}
.scalp-module b{
    font-weight: 700;
}
.scalp-module b.txt_color{
    color:#355D8A;
}
/* scalp-list01 */
.scalp-module .scalp-list01{
    padding:90px 0 130px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.scalp-module .scalp-list01 .logo{
    width: 80%;
    margin: 0 auto 30px;
}
.scalp-module .scalp-list01 .logo img{
    width: 100%;
}
.scalp-module .scalp-list01 .list__{
    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;
}
.scalp-module .scalp-list01 .list__ > li{
    width: 180px;
    height: 60px;
    margin: 1rem 0.5rem 0;
    border-radius: 50rem;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#256F8B), to(#1B467B));
    background-image: -o-linear-gradient(left, #256F8B, #1B467B);
    background-image: linear-gradient(to right, #256F8B, #1B467B);
    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;
}
/* scalp-list02 */
.scalp-module .scalp-list02{
    text-align: center;
}
.scalp-module .scalp-list02 .content{
    padding-top: 30px;
}
.scalp-module .scalp-list02 .content > ul{
    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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.scalp-module .scalp-list02 .content > ul > li.cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scalp-module .scalp-list02 .content > ul > li.cont figure{
    width: 100%;
    margin-right: 0.2rem;
}
.scalp-module .scalp-list02 .content > ul > li.cont figure img{
    width: 100%;
}
.scalp-module .scalp-list02 .content > ul > li.cont .txt__{
    width: 100%;
    margin-left: 0.2rem;
    background-color: #F6F6F6;
    border-radius: 1rem;
    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;
    word-break: keep-all;
}
.scalp-module .scalp-list02 .content > ul > li.cont .txt__ >p{
    padding: 0 1rem;
    
}
.scalp-module .scalp-list02 .content > ul > li.icon{
    width: 10%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 2.5rem 0;
}
.scalp-module .scalp-list02 .content > ul > li.icon img{
    width: 100%;
    display: block;
}
.scalp-module .scalp-list02 .desc-box{
    margin-top: 3rem;
    padding: 2.5rem 1rem;
    border: 2px solid rgba(112,112,112,0.5);
    border-radius: 1rem;
    word-break: keep-all;
}
/* scalp-list03 */
.scalp-module .scalp-list03{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.scalp-module .scalp-list03 .fix_area{
    max-width: 400px;
}
.scalp-module .scalp-list03 .bg__img{
    width: 100%;
}
.scalp-module .scalp-list03 .bg__img img{
    width: 100%;
}
.scalp-module .scalp-list03 .content{
    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;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
}
.scalp-module .scalp-list03 .content .cont{
    position: relative;
    width: 135px;
    height: 135px;
    margin: 1rem 0.3rem 0;
}
.scalp-module .scalp-list03 .content .cont .bg_dot{
    width: 100%;
}
.scalp-module .scalp-list03 .content .cont .bg_dot img{
    width: 100%;
}
.scalp-module .scalp-list03 .content .cont .txt__{
    width:90%;
    /* width: 200px; */
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.scalp-module .scalp-list03 .desc-box{
    border-radius: 1rem;
}
.scalp-module .scalp-list03 .desc-box .q_tit__{
    background-color: #F4F8FB;
    color:#355D8A;
    font-weight: 700;
}
.scalp-module .scalp-list03 .desc-box .q_tit__,
.scalp-module .scalp-list03 .desc-box .a_box__{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.1);
            box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    word-break: keep-all;
}
.scalp-module .scalp-list03 .desc-box .a_box__{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid rgba(244,248,251,0.5);
    border-radius: 1rem;
    padding: 20px 1rem;
    margin-top: 1rem;
}
.scalp-module .scalp-list03 .desc-box .icon{
    color: #355D8A;
    font-weight: 700;
    font-size: 20px;
    padding-right: 0.5rem;
}