@charset "utf-8";


/**list***/
.list {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 2%;
}

.list::before {
    content: "";
    position: absolute;
    top: 41%;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #bfbfbf;
}

.list p {
    color: #333;
}

.list .box {
    float: left;
    text-align: center;
    font-size: 20px;
}

.list06 .box {
    width: 16.66666%;
}

.list05 .box {
    width: 20%;
}

.list04 {
    width: 65%;
    margin: 0 17.5%;
}

.list04 .box {
    width: 25%;
}

.list03 .box {
    width: 33.333333%;
}

.list02 .box {
    width: 50%;
}

.list_circle {
    position: relative;
    width: 80%;
    margin: 10%;
    border: 3px solid #6b6b6b;
    background: #fff;
    border-radius: 200px;
    text-align: center;
}

.list_circle::before,
.list_circle::after {
    content: "";
    position: absolute;
    top: 45%;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #fff;
    border: 3px solid #6b6b6b;
}

.list_circle::before {
    left: -10px;
}

.list_circle::after {
    right: -10px;
}

.circle_in {
    background: #6b6b6b;
    width: 80%;
    border-radius: 200px;
    margin: 10%;
    padding: 1.7em;
}

.color1 div {
    border-color: #eb5765;
}

.color1 .circle_in {
    background: #eb5765;
}

.color1 .list_circle::before,
.color1 .list_circle::after {
    border-color: #eb5765;
}

.color2 div {
    border-color: #447ec2;
}

.color2 .circle_in {
    background: #447ec2;
}

.color2 .list_circle::before,
.color2 .list_circle::after {
    border-color: #447ec2;
}

.list .box:first-child .list_circle::before,
.list .box:last-child .list_circle::after {
    content: none;
}

/**list ³¡***/



/* ½Ç½À ¹× °ßÇÐ °Ô½ÃÆÇ »ó´Ü ¹®ÀÇºÎºÐ*/
.call3 {
    margin-top: 1.8em;
    padding: 1.2em;
    border-top: 1px solid #e3e3e3;
    background-color: #fafafa;
}
.call .num {
    display: inline-block;
}
.fw500 {
    font-family: 'Noto Sans CJK KR Medium', sans-serif;
}
.call .right {
    float: right;
}

.sub_container {
    float: left;
    width: 100%;
    margin: 5% 0;
}
.point_title {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 0.72em;
    margin-bottom: 0.72em;
    font-size: 1.389em;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
}
.point_title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 26px;
    background-image: url(../../../img/sub/title_point.svg);
}
.step_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.stepbox {
    position: relative;
    border-radius: 5px;
    width: 18%;
    margin: 1%;
    padding: 1em 0;
    min-height: 100px;
    text-align: center;
    border: 8px solid #e9e8ee;
}
.step_wrap .mg05 {
    transform: translate(-50% , -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.stepbox::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: -16%;
    width: 0;
    height: 0;
    border-right: 16px solid #ff80ab;
    border-bottom: 16px solid transparent;
    transform: rotate(45deg);
}
.stepbox:first-child::after {
  content:none;
}
.Tline_btn {
    display: inline-block;
    min-width: 9em;
    padding: 14px 13px;
    border: 2px solid #eaeaea;
    border-top: 4px solid #24195c;
    transition: 0.2s;
}
.tac {
    text-align: center;
}

h6, .h6 {
    font-size: 1.1em;
}
