.container
{max-width:1260px; margin:0 auto; }
.container:after
{content:''; display:block; clear:both;}
.clearfix::after
{content:''; display:block; clear:both;}
.main-visual-txt 
{position:relative; display:table; width:100%; height:100%;}

.table-cell-layout
{display:table-cell; vertical-align:middle; }

h1,h2,h3,h4,h5,h6
{font-family:'pretendard'; letter-spacing:-0.02em; word-break:keep-all;}
p 
{word-break:keep-all;}


body::-webkit-scrollbar {
    width: 5px;  /* 스크롤바의 너비 */
}

body::-webkit-scrollbar-thumb {
    /*height: 30%;*/ /* 스크롤바의 길이 */
    background: #217af4; /* 스크롤바의 색상 */
    transition:all 0.5s;
    border-radius: 0px;
}

body::-webkit-scrollbar-track {
    background: transparent;  /*스크롤바 뒷 배경 색상*/
}
@media screen and (max-width:650px) {
    .pc-br 
    {display:none;}
}
@media screen and (max-width:1260px){
    .container
    {padding:0 20px}
}