#wrap {
    height: 100%;
}

/* 상단 이미지 타이틀 */
#main .subContents {
    background-size: cover;
    height: 550px;
    width: 100%;
}
#main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#main .subContents > .subTitle{
    width: 100%;
    text-align: center;
    padding-top: 270px;
}
#main .subContents > .subTitle > .subTitle-title{
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
}

#main .subContents > .subTitle > .path {
    text-align: center;
}
#main .subContents > .subTitle > .path > ul{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
#main .subContents > .subTitle > .path > ul > li {
    height: 33px;
    line-height: 33px;
}
#main .subContents > .subTitle > .path > ul .xi-home {
    width: 22px;
    height: 19px;
}

/* 메인 컨턴츠 */
#mainComtents {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    min-height: 1000px;
    position: relative;
    padding-bottom: 180px;
}
@media (max-width:1301px) {
    #mainComtents {
        max-width: 1100px;
    }
}

#mainComtents > .contentBox {
    padding-top: 120px;
    text-align: center;
    word-wrap: break-word;
}
#mainComtents > .contentBox > h2  {
    font-size: 45px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}
#mainComtents > .contentBox > p {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.667;
    text-align: center;
    word-wrap: break-word;
}
span.pointSpantag {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: url("/imgs/web/common/clrPoint.png") no-repeat;
    background-size: contain;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 2px;
}

.h-270 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 270px;
    background-color: aquamarine;
}
.horizontalLine {
    position: absolute;
    border: 1px solid black;
    top: 50%;
    transform: translateY(-50);
    width: 100%;
    left: 0;
}
.VerticalLine {
    border: 1px solid black;
    width: 100%;
    left: 0;
    position: absolute;
    transform: rotate(90deg);
}
.div-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}  