/* ======================================================= *
/*                        기본                            */
/* ======================================================= */

body {
    max-width: 1920px;
    width: 90%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 2.3% 5%;
    font-family: 'NanumBarunGothic';
}

/* 폰트 */
.counts_txt,
.profile_mood,
.history_btn,
.title_box span {
    font-family: 'BPdotsUnicaseSquare';
}

#nav,
.counts_num,
.counts_total,
.address span,
.profile_mood span,
.symbol dt,
.char,
#current-bgm {
    font-family: 'DungGeunMo';
}

/* 글씨 색상 */
.text_red{
    color: indianred;
}
.text_bold{
    font-weight: bold;
}
.text_underline{
    text-decoration: underline;
}



/* 나눔줄 */
.text_br{
    display: block;
}
.separator{
    border-top: 1px solid #eee;
    width: 100%;
    margin: 25px auto;
    display: block;
} 




/* 배경 */
main {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
}

.bg_border {
    background-color: #A3A3A3;
    position: absolute;
    top: 0;
    left: 0;
}

/* 메인 미니홈피 틀 */
#contents {
    width: 81.25%;
    height: 820px;
    display: flex;
    justify-content: space-between;
}

/* 우측 */
#aside {
    width: 18.75%;
    height: 300px;
    margin-left: 20px;
}

#contents,
#aside {
    z-index: 1;
}

#side-box,
#bgm-box,
#portfolio_btn {
    border-radius: 10px;
    box-shadow: 3px 3px 7px #808080;
}


/* ================================================================================ */


/* 네비 제외 메인콘텐츠 부분 */
#main_contents {
    width: 93%;
}

/* 네비게이션 */
#nav {
    width: 6vw;
    margin-top: 50px;
}

.tab_link {
    height: 58px;
    border: 2px solid #626262;
    margin: 0 0 5px 0;
    border-radius: 0 15px 15px 0;
    font-size: 100%;
    line-height: 360%;
    text-align: center;
    background-color: #C01E21;
    color: #fff;
    margin-left: -2px;
    cursor: pointer;
    box-shadow: 1px 1px 3px #808080;
    position: relative;
    z-index: 2;
}

.tab_link.current {
    background-color: #fff;
    color: #333;
    border-left: 0;
}

.tab_content {
    width: 100%;
    height: 800px;
}

.profile,
.board{
    width: 18.7vw;
    margin-right: 0.7vw;
}

.home,
.who_i_am,
.diary,
.photos,
.portfolio_main{
    width: 47vw;
}

.intro,
.dev_diary2{
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home p {
    color: #BC1D1A;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: -1px;
    padding: 5px 0;
}

.tab_content>ul,
.tab_content>div:not(.buttons){
    background-color: #fff;
    border: 2px solid #686868;
    border-radius: 15px;
    box-shadow: 3px 3px 7px #808080;
    overflow: auto;
}

.main ul.profile li:not(.profile_mood) {
    width: 85%;
    margin: 0 auto;
}

.main ul.home li:not(.comment_list) {
    width: 90%;
    margin: 0 auto;
}

img.clamp {
    width: 35px;
    position: absolute;
    top: 20%;
    left: 20.35%;
}


/* ================================================================================ */

/* 상단 투데이 및 주소 */
.main_txt {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.main_txt ul {
    display: flex;
    justify-content: space-between;
    margin-left: 3%;
}

.counts_txt {
    font-size: 110%;
}

.counts_num,
.counts_total {
    font-size: 120%;
    letter-spacing: 0;
}

.today {
    width: 28%;
    text-align: center;
}

.today span {
    cursor: default;
}

.counts_num {
    color: #BC1D1A;
}

.today span:nth-child(3):before {
    content: " | ";
}

.address {
    width: 71%;
    text-align: right;
}

.address span {
    letter-spacing: 1px;
}

/* ======================================================= */

/* 사이드 */
#side-box {
    display: block;
    width: 90%;
    height: 180px;
    padding: 5%;
    margin-bottom: 10px;
    background-color: #fff;
}

/* 심볼 symbol */
.symbol {
    width: 100%;
    height: 40%;
    border-bottom: 2px dotted #898989;
}

.symbol dl {
    display: flex;
    justify-content: space-between;
    padding: 10px 2px;
}

.symbol dt {
    font-size: 100%;
    line-height: 38px;
    margin-right: 40px;
}

.symbol dd {
    width: auto;
    display: flex;
}

.symbol img {
    width: 3rem;    
    height: fit-content;
}

/* 성격 characteristic */
.char {
    padding: 20px 2px 0;
    font-size: 100%;
}

.char dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.char dt {
    width: 75px;
}

.bar {
    background-color: #f2f2f2;
    width: 60%;
    height: 13px;
    margin: 4px 0;
    border-radius: 10px;
    box-shadow: -1px -3px 3px #949494 inset;
}

.bar_inner {
    width: 90%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px -3px 4px #949494 inset;
}

.bar_inner.blue {
    background-color: #39A3C3;
}

.bar_inner.pink {
    background-color: #FA77B8;
}

.bar_inner.yellow {
    background-color: #FBA813;
}

.char dl::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(img/up-arrow.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}

/* ======================================================= */

/* BGM */
.bgm-box {
    display: grid;
    width: 100%;
    height: 85px;
    background-color: #EEE;
}

.bgm_title {
    width: 95%;
    margin: 10px auto;
}

.bgm_setting {
    margin: -10px 10px auto;
    display: flex;
    justify-content: space-between;
}

.title_box {
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 2px inset #808080;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
}

.title_box img {
    width: 22px;
    margin-right: 2px;
}

@keyframes rotate_cd {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.title_box span {
    font-size: 13px;
}

.bgm_toggle {
    display: inline-flex;
    width: 23%;
    justify-content: space-between;
}

.bgm_prev {
    background-image: url(img/bgm_img/back.svg);
}

.bgm_next {
    background-image: url(img/bgm_img/next-1.svg);
}

.ui-slider-handle.ui-state-active {
    background-color: #39A3C3 !important;
}

.on_off,
.bgm_prev,
.bgm_next {
    display: inline-block;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.on_off.on {
    background-image: url(img/bgm_img/play-button.svg);
}

.on_off.off {
    background-image: url(img/bgm_img/pause.svg);
}

.paused {
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.bgm_volume {
    width: 50%;
    display: inline-flex;
    justify-content: space-between;
}

.bgm_volume img {
    width: 15px;
    height: 15px;
}

#slider {
    width: 80%;
}

/* ======================================================= */

/* 포트폴리오로 돌아가기 버튼 */
#portfolio_btn{
    padding: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

#portfolio_btn span {
    max-width: 0;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
  }

#portfolio_btn:hover span {
    max-width: 10rem;
  }


/* ======================================================= *
/*                     중복 컨텐츠 내용                        */
/* ======================================================= */

.paragraph{
    padding: 50px;
    text-align: center;
    line-height: 200%;
}

p.paragraph2{
    background-color: #eee;
    border-radius: 10px;
    text-align: left;
}

img.blank{
    width: fit-content;
    position: absolute;
    top: 35%;
    left: 43%;
}


/* ======================================================= *
/*                        tab1 홈                          */
/* ======================================================= */

/* 메인화면 좌측 profile */
.profile_pic {
    height: 300px;
    background-image: url(img/profile_pic.jpg);
    background-position: center;
    background-size: 300px 300px;
}

[data-fancybox="images"] {
    display: block;
    width: 100%;
    height: 100%;
}

.profile_mood {
    font-size: 20px;
    margin: 25px 25px 10px;
}

.mood_wrap {
    padding: 5px 20px 8px;
    border: 1px solid #e1e1e1;
    text-align: center;
    box-shadow: 1px 1px 3px #e1e1e1;
    display: flex;
    justify-content: space-between;
}

.profile_mood img {
    width: 17px;
    vertical-align: text-bottom;
    animation: mood ease-in-out 2s;
    animation-iteration-count: infinite;
}

@keyframes mood {
    0% {
        transform: translate(0px, 2px);
    }

    50% {
        transform: translate(0px, -5px);
    }

    100% {
        transform: translate(0px, 2px);
    }
}

.profile_mood span {
    font-size: 18px;
}

.profile_desc {
    height: 230px;
    padding: 25px 0 0;
}

.history {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #898989;
    font-size: 18px;
}

.history_btn {
    cursor: pointer;
}

.history_btn div:first-child {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7.7px;
    border-color: transparent transparent transparent #56b3d5;
    margin: 0 -5px 0 5px;
}

.triangle {
    width: 32px;
}

.triangle div {
    cursor: pointer;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

.triangle div:first-child {
    border-width: 8px 7px 0 7px;
    border-color: #a0a0a0 transparent transparent transparent;
}

.triangle div:last-child {
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #a0a0a0 transparent;
}

.myname {
    padding: 25px 0 15px;
    color: #18358E;
    font-weight: bold;
    font-size: 21px;
}

.myname span {
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}

.wave {
    position: relative;

}

.wave_btn {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    cursor: pointer;
    background-image: url(img/wave_btn.svg);
    background-position: 14vw;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 5px;
}

/* 미니룸 mini room */
.miniroom {
    padding-top: 30px;
}

.miniroom p::after {
    content: " | 스토리룸";
    color: #808080;
}

.room {
    width: 100%;
    height: 410px;
    background-image: url(img/my_miniroom.png);
    background-size: 100% 100%;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 30px;
}

.avatar {
    width: 180px;
    position: absolute;
    top: 28%;
    left: 39.5%;
}

.chat_bubble {
    width: 100px;
    height: 60px;
    background-image: url(img/room_chat.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 28%;
    left: 44%;
}

.chat_bubble span {
    position: absolute;
    top: 15%;
    left: 15%;
}

/* 일촌평 comments */
.comments {
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
}

.comments p {
    padding: 10px;
    display: inline-block;
}

.comment_box {
    width: 80%;
    height: 24px;
    box-shadow: 1px 1px 0px #e1e1e1 inset;
    margin: 0 15px 4px 15px;
}

.comment_btn {
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 2px 5px 5px;
    margin-bottom: 3px;
    box-shadow: 2px 2px 1px #e1e1e1;
}

.comment_list {
    margin: 5px 20px 20px;
}

.list__item {
    padding: 5px 0;
    word-wrap: break-word;
}

.list__item::before {
    content: "\2022";
    color: #808080;
    display: inline-block;
    font-weight: 100;
    width: 1em;
    margin-left: -1em;
}

.comment_name {
    color: #18358E;
    font-weight: bold;
}

.list__delete-btn:after {
    content: 'x';
    margin: 5px;
    color: #808080;
}

/* ======================================================= *
/*                    tab2 프로필                          */
/* ======================================================= */

/* 프로필 페이지 좌측 리스트 */
.profile_page {}

.board {
    font-size: 120%;
}

.board h3{
    display: block;
    width: 80%;
    margin: 10px auto;
}
.list_row h4,
.board_list {
    display: block;
}

.board h3 {
    color: #39A3C3;
    border-bottom: 1px solid;
    text-transform: uppercase;
    margin-top: 60px;
}
.list_row{
    border-bottom: 1px solid #e1e1e1;
    width: 80%;
    margin: 20px auto;
    padding-bottom: 10px;
}
.list_row h4 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    height: 30px;
    position: relative;
}
.list_row img{
    display: inline-block;
    width: 28px;
}
.profile_page .row2{
    padding-bottom: 20px;
}
.profile_page .list_row h4 span:first-child:after{
    content: "내 소개";
    vertical-align: bottom;
    color: #18358E;
    margin-left: 5px;
}
.profile_page .row1 h4 span:first-child:after{
    content: "내 소개";
}
.profile_page .row2 h4 span:first-child:after{
    content: "즐겨찾기";
}
.board_arrow {
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid;
    border-top: 0.2em solid;
    border-radius: 1px;
}
.arrow_up{
    transform: rotate(-45deg);
    margin: 10px;
    position: absolute;
    right: 0;
    border-color: #FB4B33;
}
.arrow_down{
    transform: rotate(135deg);
    margin: 5px 8.5px;
    border-color: #888;
}
.board_list li {
    font-size: 90%;
    margin: 12px;
    margin-left: 36px;
    cursor: pointer;
    width: fit-content;
    color: #333;
}
.board_list li.current{
    color: #39A3C3;
    font-weight: bold;
}

/* 프로필 페이지 우측 프로필 내용 */
.who_i_am{

}
/* 소개 페이지 */
.who_i_am .intro{
    justify-content: flex-start;
    margin: 30px 0;
}
.who_i_am .intro p{
    padding: 20px;
    line-height: 200%;
}
.who_i_am .intro a:hover{
    color: indianred;
}
.who_i_am a{
    display: block;
    text-align: center;
}
.cv a{
    margin-bottom: 10px;
}
.cv img{
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}
/* 42문답 페이지 */
.qna{
}

/* 즐겨찾기 페이지 */
.fav{

}

/* ======================================================= *
/*                    tab3 다이어리                          */
/* ======================================================= */
.diary_page{

}
.diary_page .board{

}
.diary_page .board .list_row{
    
}
.diary_page .row1 h4 span:first-child:after{
    content: "Intro";
    margin-left: 0;
}
.diary_page .row2 h4 span:first-child:after{
    content: "Credit to";
    margin-left: 0;
}
.diary_page .board_list li {
    margin-left: 0;
}
.folders li::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(img/folder.svg);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}
.folders li.current::before{
    background-image: url(img/folder_open.svg);
    background-size: 20px;
}


/* 개발일지 페이지 */
.diary_tab_content.current{
    display: block;
    width: 100%;
    justify-items: center;
}
.diary_img{
    width: 680px;
    height: 380px;
    border-radius: 10px;
    background-image: url(img/cyworld.jpeg);
    background-position: center;
    background-size: 680px 380px;
    background-repeat: no-repeat;
    margin: 30px 0 120px 0;
}
.diary_img span{
    text-align: center;
    display: block;
    margin: 20px;
}
.dev_diary2 .paragraph{
    text-align: left;
}

.credit .paragraph{
    text-align: left;
}
.songs_purchased{
    width: 100%;
}

/* ======================================================= *
/*                    tab4 사진첩                          */
/* ======================================================= */

.photo_page{
    position: relative;
}
.photo_tabs{
    width: 80%;
    margin: 30px auto;
}
.photo_tabs li{
    margin-left: 0;
}
.photo_page .row1 h4 span:first-child:after{
    content: "사진첩";
    margin-left: 0;
}
.folders li.all::before{
    background-image: url(img/folder_all.svg);
    background-size: 20px;
}

/* ======================================================= */

input[type="radio"]{
    position: absolute;
    left: -9999px;
}
.photo_filters label{
    cursor: pointer;
}
.photos{
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(3, 0fr);
    grid-template-rows: repeat(3, 0fr);
    justify-content: center;
}
.photo{
    margin: 2.5vw 1vw 0 1vw;
}
.photo a{
    display: block;
}
.photo img{
    width: 13vw;
    height: 25vh;
    object-fit: cover;
}
.photo .fig_title{
    font-weight: bold;
    height: 35px;
}
.photo .fig_date{
    font-size: 90%;
    margin: 5px 0;
}

/* ======================================================= */

/* 사진첩 필터링 */
[value="All"]:checked ~ .photo_filters [for="All"],
[value="myPhoto"]:checked ~ .photo_filters [for="myPhoto"],
[value="babyMe"]:checked ~ .photo_filters [for="babyMe"],
[value="aesthetic"]:checked ~ .photo_filters [for="aesthetic"]{
    color: #39A3C3;
    font-weight: bold;
}

[value="myPhoto"]:checked ~ .photo_filters .myPhoto::before,
[value="babyMe"]:checked ~ .photo_filters .babyMe::before,
[value="aesthetic"]:checked ~ .photo_filters .aesthetic::before{
    background-image: url(img/folder_open.svg);
    background-size: 20px;
}

[value="All"]:checked ~ .photos [data-category] {
  display: block;
}

[value="aesthetic"]:checked ~ .photos .photo:not([data-category~="aesthetic"]),
[value="babyMe"]:checked ~ .photos .photo:not([data-category~="babyMe"]),
[value="myPhoto"]:checked ~ .photos .photo:not([data-category~="myPhoto"]) {
  display: none;
}
/* ======================================================= */

/* 사진첩 펼쳐보기 및 작게보기*/
.buttons{
    position: absolute;
    left: 30%;
    top: 0.1rem;
    width: 65%;
    height: 2.5rem;
    border: none;
    box-shadow: none;
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 2vw 1vw 0;
    z-index: 1;
}
#bigger,
#smaller{
    background-color: #fff;
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 15px 0px 0;
}
#bigger::before,
#smaller::before{
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
#bigger::before{
    background-image: url(img/photo_bigger.svg);
}
#smaller::before{
    background-image: url(img/photo_smaller.svg);
}
.photos.bigger{
    display: block;
}
.photo.bigger{
    margin: 35px 0 0 25px;
}
.photo img.bigger{
    width: 97%;
    height: auto;
    cursor: default;
}
.photo.bigger figure::before{
    content: '';
    border-top: 1px solid #ccc;
    padding-top: 21px;
    display: block;
    height: 15px;
    width: 97%;
    background-color: #f2f2f2;
    margin-top: 10%;
}
.photo.bigger a{
    pointer-events: none;
}
.photo.bigger a::before{
    content: '조민정';
    display: block;
    height: 26px;
    width: 96.4%;
    background-color: #f8f8f8;
    padding-top: 15px;
    color: #18358E;
    font-weight: bold;
    padding-left: 5px;
    cursor: default;
}
.photo figure.bigger{
    position: relative;
}
.photo figcaption.bigger{
    position: absolute;
    top: 0;
}
.photo .fig_title.bigger {
    font-weight: bold;
    height: 35px;
    width: 400px;
    text-align: center;
    padding-top: 10px;
    left: 26%;
}
.photo .fig_date.bigger{
    top: 42px;
    left: 87%;
}

/* 네비 클릭 시 페이지 전환 */
.tab_content,
.profile_tab_content,
.diary_tab_content,
.photo_tab_content{
    display: none;
}

.tab_content.current,
.profile_tab_content.current,
.photo_tab_content.current{
    display: flex;
}

.qna.profile_tab_content.current{
    display:block;
}

/* ======================================================= *
/*         250707 추가    tab5 포트폴리오                      */
/* ======================================================= */
.PF_page .row1 h4 span:first-child:after{
    content: "최근 프로젝트 (24–25년)";
    margin-left: 0;
}
.PF_page .row2 h4 span:first-child:after{
    content: "이전 프로젝트 (20–22년)";
    margin-left: 0;
}
.PF_page .board_list li {
    margin-left: 0;
    width: initial;
}
.PF_page .board_list li.current a{
    color: #39A3C3;
    font-weight: bold;
}

/* 안내 텍스트 */
.portfolio_main{
    display: block;
    justify-items: center;
}
.portfolio_main .intro{
    height: fit-content;
    width: 90%;
    margin: 30px;
}
.portfolio_main p.paragraph2{
    text-align: center;
    padding: 30px;
}
.portfolio_main p.paragraph2 a{
    text-decoration: underline;
    color: indianred;
}
/* 포트폴리오 썸네일 그리드 */
.portfolio_grid {
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    grid-template-rows: repeat(3, 0fr);
    justify-content: center;
    margin-bottom: 60px;
  }
  
.portfolio_grid .portfolio_thumb {
    display: inline-block;
    width: 13vw;
    margin: 20px 15px;
    text-align: center;
    cursor: pointer;
}

.portfolio_grid .portfolio_thumb img {
  width: 100%;
  transition: transform 0.2s;
}

.portfolio_grid .portfolio_thumb:hover img {
  transform: scale(1.05);
}

.portfolio_grid .portfolio_thumb p {
  margin-top: 8px;
  font-size: 14px;
  text-align: left;
}
.tags{
    margin-top: 8px;
    text-align: left;
}
.tags span:first-child{
    padding: 4px 8px;
    border-radius: 26px;
    font-size: 10px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.portfolio_thumb.work .tags span:first-child{
    background-color: #C01E21;
    border: 1px solid indianred;
}
.tags span{
    padding: 4px 8px;
    border-radius: 26px;
    font-size: 10px;
    border: 1px solid #ccc;
    color: #000;
}


/* 포트폴리오 상세 페이지 */
.portfolio_detail {
    display: none;
    width: 95%;
    padding: 20px;
    margin: 0 auto;
    line-height: 1.6;
}

.portfolio_detail.current {
display: block;
}

.portfolio_detail img {
    max-width: 100%;
    display: block;
    margin: 0;
}

.portfolio_detail h3 {
  margin-top: 0;
  font-size: 16px;
}
.portfolio_detail .button{
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin: 20px auto;
    text-align: center;
}
.portfolio_detail .button:hover{
    background-color: #eee;
}
.portfolio_detail .button:hover a{
    color: indianred;
}
.portfolio_detail .button a{
    display: block;
    padding: 20px;
}



.cover{
    position: relative;
}
.prototype{
    display: block;
    width: 7.75vw;
    position: absolute;
    top: 6.65vw;
    left: 52.25%;
    border-radius: 0.95vw;
}


/* 미니룸 롤링 텍스트 250708 추가*/
.rolling_text_wrap{
    background-color: #000;
    text-transform: uppercase;
    overflow-x: hidden;
    display: inline-grid;
    position: absolute;
    bottom: 0;
}
.rolling_text_wrap div{
    display:flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.rolling_text{
    display : flex;
    flex-shrink: 0;
    height: 50px;
    align-items: center;
    animation: slide-left 20s linear infinite;
}

.rolling_text span{
    color: #fff;
    font-weight: 500;
    padding-left: 0.5em;
}

@keyframes slide-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
}

