
@import url(../font/S-CoreDream/S-CoreDream1.css);
@import url(../font/S-CoreDream/S-CoreDream2.css);
@import url(../font/S-CoreDream/S-CoreDream3.css);
@import url(../font/S-CoreDream/S-CoreDream4.css);
@import url(../font/S-CoreDream/S-CoreDream5.css);
@import url(../font/S-CoreDream/S-CoreDream6.css);
@import url(../font/S-CoreDream/S-CoreDream7.css);
@import url(../font/S-CoreDream/S-CoreDream8.css);
@import url(../font/S-CoreDream/S-CoreDream9.css);


/* arrow */
.arrowRight{
    width:20px;
    height:20px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg);
    position:relative;
}


/* 점선 */
.dashedBorder{
    width:100%;
    border: 1px dashed #999;
    margin-top: 50px;
}

/* font */


.date{
    font-family: 'S-CoreDream-4Regular';
    font-size: 16px;
}

.pcnav>li>a{
    font-family: 'S-CoreDream-5Medium';
}

.pcnav>li>ol>li>a{
    font-family: 'S-CoreDream-3Light';
}

.navigation>li>a{
    font-family: 'S-CoreDream-6Bold';
}

.navigation>li>ol>li>a{
    font-family: 'S-CoreDream-4Regular';
}

.mainbanner>p{
    font-family: 'S-CoreDream-3Light';
    font-size: 12px;
    line-height: 20px;
}

.section1TextTitle{
    font-family: 'S-CoreDream-8Heavy';
    word-break: keep-all;
}

.section2TextTitle{
    font-family: 'S-CoreDream-6Bold';
    word-break: keep-all;
}

.section1TextMain{
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
    line-height: 25px;
}

.shortcutText{
    font-family: 'S-CoreDream-5Medium';
    font-size: 14px;
    padding-right: 10px;
    padding-top: 2px;
}

.section1TextTitleSub{
    font-family: 'S-CoreDream-4Regular';
    font-size: 15px;
    padding-bottom: 5px;
}

.mosection1TextTitle{
    font-family: 'S-CoreDream-6Bold';
    word-break: keep-all;
}


.section2Title{
    font-family: 'S-CoreDream-6Bold';
    word-break: keep-all;
}


.section3Title{
    font-family: 'S-CoreDream-4Regular';
}

.section3>div>ul>li>p{
    font-family: 'S-CoreDream-4Regular';
}

.copy{
    font-family: 'S-CoreDream-4Regular';
    font-size: 16px;
}
.copy2{
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
    
}


b{
    font-size: 19px;
}

.boldfont{
    font-size: 1.6em;
    font-weight: bold;
}


@media screen and (max-width:450px) { 
    .section1TextTitle,.section1TextTitleSub,.copy{
        font-family: 'S-CoreDream-4Regular';
        font-size: 0.65em;
    }
}
@media screen and (max-width:319px) { 
    .section1TextTitle,.section1TextTitleSub,.copy{
        font-family: 'S-CoreDream-4Regular';
        font-size: 0.55em;
    }
}





/* position */
.relative{
    position:relative;
}

/* flex */



.flexrow{
    display: flex;
    justify-content: space-between;
}

.flexCoumn{
    display: flex;
    flex-direction: column;
}

.flexCoumnD{
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.felxWrapShortcut{
    display: flex;
}

.section2Box{
    display: flex;
    flex-direction: column;
}



/* 플랙스 간격 동일하게 */
/* .calFlex{
    flex:1
} */



/* flot */
.floatl{
    float: left;
}

/* text-align center */
.texal{
    text-align: center;
}



/* margin */
.margin20{
    margin:0 20px;
}


/* margin-top */
.mt80{
    margin-top: 80px;
}
.mt50{
    margin-top: 50px;
}


.mt10{
    margin-top:10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top:30px;
}



/* margin-bottom */
.mb50{
    margin-bottom: 50px;
}

.mb20{
    margin-bottom: 20px;
}

/* margin-left */


.ml50{
    margin-left: 50px;
}
.ml20{
    margin-left: 20px;
}
.ml10{
    margin-left: 10px;
}

/* margin-right */
.mr20{
    margin-right: 20px;
}
.mr40{
    margin-right:40px
}

.mr50{
    margin-right: 50px;
}


/* padding */

.pd20{
    padding:20px
}
.pd10{
    padding:10px
}
.pd15{
    padding:15px
}

/* poadding-bottom */

.pb10{
    padding-bottom: 10px;
}

.pb50{
    padding-bottom: 50px;
}

.pt30{
    padding-top: 30px;
}

.pt50{
    padding-top:50px;
}

.pt140{
    padding-top:140px;
}

/* padding-left */
.pl20{
    padding-left: 20px;
}





/* 마진 빼기 */
.textCon .minmt{
    margin:0px
}





@media (max-width:1024px){
    .section1TextTitle{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    

}