@charset "utf-8";



/* 모바일------------------------------------- */
#prodTitle{
    border-bottom: 6px solid #EAEEF3;
    display: none;
    background-color: #fff;
    animation: slide-bottom .2s cubic-bezier(.165,.84,.44,1.000) both;
    transition: transform 0.3s linear; 
}

#prodTitle.fiexd {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 999; 
}

#prodTitle .title{
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@keyframes slide-bottom {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}


.notice{
    background: #FFE5E5;
    text-align: center;
    padding: 1em 1.2em;
}

.notice .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.notice .tit img{
    margin-right: 3px;
}

.notice .noticeInfo{
    padding: 0.4em 0 0 0;
    margin-top: 7px;
    border-top: 1px solid #000;
}

.notice p{
    font-size: 1.1em;
    color: #303038;
    line-height: 1.3;
}

.notice .control .close {
    background: url(../../images/common/ico_close.svg) top 2px left -1px no-repeat;
    padding-left: 10px;
}

.notice .control .open {
    background: url(../../images/common/ico_open.svg) top 2px left -1px no-repeat;
    padding-left: 10px;
}

.notice .control.openBtn{
    display: none;
}

@media screen and (max-width: 430px) {
    .notice p{
        font-size:1em;
    }
}

#contentBox.fixed_content:first-child .tab01 .card,
#contentBox.fixed_content:first-child .tab02 .card {margin-top:80px;}


/* 전체/일부목록닫기 버튼 */
#allList01{
    margin: 0.9em 0;
}
#allList02{
    margin: 0.9em 0;
    width: 62px;
}


/* 카드 내용 */
.card{
    border-top: 6px solid #EAEEF3;
    background-color: #fff;
}

.card.border-none{
    border-top: unset;
}

.card .content{
    margin-bottom: 15px;
}

.card .card-item.mb-none {
    margin-bottom: 0;
}


/* 카드 타이틀 */
.card .card-item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    cursor: pointer;
}

.card .card-item .title.cardBtn svg{
    transition: all 0.15s ease-in;
}

.card .card-item .title.cardBtn.active a svg.fa-chevron-down{
    transform: rotate(-90deg);
}


/* 카드 타이틀 옆 추가 설명 */
.card .card-item .title .add{
    display: flex;
    align-items: center;
}

.card .card-item .title .add span{
    font-weight: 500;
    font-size: 1.05em;
    color: #636374;
    margin-left: 10px;
}


/* 카드 내용 - 이미지 */
.card .card-item .imgBox{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
}

@media screen and (max-width: 430px) {
    .card .card-item .imgBox{
        gap:0.6em;
    }
    .card .card-item .imgBox img{
        max-width:80%;
    }
}


/* 카드 내용 - 제품 정보 - 제품 사진 */
.proPic{
    padding: 10px;
}


/* 카드 내용 - 정보 리스트 */
.card .card-item .info{
    display: table;
    font-size: 1.1em;
    letter-spacing: -1px;
}

.card .card-item .info > div{
    display: table-row;
}

.card .card-item .info > div dt,
.card .card-item .info > div dd{
    display: table-cell;
    padding-bottom: 7px;
}

.card .card-item .info > div:last-child dt,
.card .card-item .info > div:last-child dd{
    padding-bottom: 0;
}

.card .card-item .info > div dt{
    color: #586785;
}

.card .card-item .info > div dd{
    color: #38404F;
}

/* 카드 내용 - 정보 리스트 중 dt의 가로길이 110px */
.card .card-item .info110 > div dt{
    min-width: 110px;
}

/* 카드 내용 - 정보 리스트 중 dt의 가로길이 90px */
.card .card-item .info90 > div dt{
    min-width: 90px;
}

/* 카드 내용 - 정보 리스트 중 dt의 가로길이 80px */
.card .card-item .info80 > div dt{
    min-width: 80px;
}

/* 카드 내용 - 정보 리스트 중 dt의 가로길이 70px */
.card .card-item .info70 > div dt{
    min-width: 70px;
}

/* 카드 내용 - 정보 리스트 중 dt의 가로길이 60px */
.card .card-item .info60 > div dt{
    min-width: 60px;
}

/* 카드 내용 - 정보 리스트 중 dt의 가로길이 55px */
.card .card-item .info55 > div dt{
    min-width: 55px;
}

.card .card-item .info > div dd > a > img{
    vertical-align: bottom;
}


/* 카드 내용 - 박스 스타일 */
.card .card-item .box:nth-child(n+2){
    margin-top: 10px;
}

.card .card-item .box-gray{
    background-color: #F7F9FD;
    border-radius: 6px;
    padding: 10px;
    position: relative;
}

.card .card-item .box-gray-pdn{
    background-color: #F7F9FD;
    border-radius: 6px;
    position: relative;
}

.card .card-item .box-yellow{
    background-color: #FFF3DE;
    border-radius: 6px;
    padding: 10px;
}

.card .card-item .box-table{
    border: 1px solid #E6E6EA;
}

.card .card-item .box-line{
    border: 1px solid #E6E6EA;
    border-radius: 6px;
    padding: 15px 10px;
}

.card .card-item .box-line-s{
    border: 1px solid #E6E6EA;
    border-radius: 6px;
    padding: 8px 15px; /* 위아래가 좁고 양옆은 넓은 여백 */
}

.card .card-item .box-pink{
    background-color: #FFE5E5;
    border-radius: 6px;
    padding: 10px;
    position: relative;
}

.card .card-item .box-pink p{
    color:#D00707;
}

.card .card-item .box-bbs{
    background-color: #F7F9FD;
    border-radius: 6px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 1.2px 4px 0px rgba(66, 66, 137, 0.2);
    transition: all .3s ease;
}

.card .card-item .box-bbs:hover{
    box-shadow: none;
}


/* 카드 내용 - 박스안에 텍스트 기본 스타일 */
.card .card-item .box > div,
.card .card-item .box > ul,
.card .card-item .box > table{
    color: #38404F;
    font-size: 1.1em;
    line-height: 1.6;
    letter-spacing: -0.2px;
}


/* 카드 내용 - 원재료명 */
.card .card-item .t-mix{
    word-break: break-all;
}

.card .card-item .t-mix a.link{
    color: #0459FF;
    text-decoration: underline;
    word-break: break-all;
}

.card .card-item .t-mix p.bold{
    display: inline-block;
    font-weight: 700;
}

/* 241213 */
.card .card-item .t-mix p.italic{
    display: inline-block;
    font-weight: 400;
    font-style: italic;
}

.card .card-item .t-mix img{
    vertical-align: baseline;
    width: 12px;
    height: 12px;
}


/* 카드 내용 - 알레르기 유발물질 */
.card .card-item .box > div.t-yell{
    color: #A65D01;
}

.t-link a.link{
    text-decoration: underline;
    word-break: break-all;
}


/* 카드 내용 - 원형 리스트 */
.card .card-item .list-tit{
    font-weight: 700;
    margin-bottom: 4px;
}

.card .card-item .circle-list li{
    position: relative;
    padding-left: 11px;
    margin-bottom: 5px;
}

.card .card-item .circle-list li:last-child{
    margin-bottom: 0;
}

.card .card-item .circle-list li::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border: 2px solid #FC7272;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.card .card-item .circle-list li > a{
    font-weight: 800;
    text-decoration: underline;
}

.card .card-item .circle-list li > a.link{
    color: #0459FF;
}


/* 카드 내용 - 영양표시 테이블 */
.box-table{
    position: relative;
    overflow: auto;
    border: 1px solid #E6E6EA;
}

.box-table thead th{
    background: #303038;
    color: #fff;
    font-weight: 600;
    padding: 6px;
    line-height: 1.15;
}

.box-table tbody td {
    padding: 6px;
    border-bottom: 1px solid #E6E6EA;
    line-height: 1.15;
    letter-spacing: -0.6px;
}

.box-table tbody tr td:first-child {
    border-left: none;
}

.box-table tbody tr td:nth-child(4){
    border-left: 3px double #E6E6EA;
}

.box-table tbody tr:last-child td {
    border-bottom: none;
}


/* 카드 내용 - 나트륨함량비교표시_단계별 */
.msg_guide{
    position: relative;
}

.msg_guide > img{
    margin-bottom: 40px;
}

.msg_info{
    letter-spacing: -0.8px;
    text-align: center;
    font-weight: 800;
    width: 100%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-52%, 12%); /* 텍스트 위치 조정 */
}

.msg_info .figure{
    font-size: 6.9vw;
}

.msg_info .tit{
    font-size: 4.1vw;
    margin: 5px 0;
}

.msg_info .txt{
    font-size: 3.6vw;
}

@media screen and (min-width: 1060px) {
    .msg_info .figure{
        font-size: 70px;
    }

    .msg_info .tit{
        font-size: 42px;
        margin: 10px 0;
    }

    .msg_info .txt{
        font-size: 36px;
    }
}

@media screen and (max-width: 600px) {
    .msg_guide > img{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 430px) {
    .msg_info{
        transform: translate(-52%, 15%);
    }

    .msg_guide > img{
        margin-bottom: 15px;
        max-width: 100% !important;
    }

    .msg_info .figure{
        font-size: 7.1vw;
    }

    .msg_info .tit{
        font-size: 4.3vw;
        margin: 2px 0;
    }

    .msg_info .txt{
        font-size: 3.8vw;
    }
}


/* 카드 내용 - 복합구성푸드QR정보 */
.card .card-item .box-gray .link01{
    position: absolute;
    content: '';
    left: calc(100% - 45px);
    top: 50%;
    transform: translate(-50%, -50%);
}


/* 카드 내용 - PDF다운로드 */
.card .pdfDown a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    flex-direction: row;
    gap: 0.5em;
}


/* 카드 내용 - 식약처공지 버튼 */
.card .card-item.bbs{
    position: relative;
}

.card .card-item.bbs .link01-sm.bbs-btn{
    position: absolute;
    content: '';
    right: 22px;
    top: 12px;
}

.card .card-item.bbs .box-bbs{
    display: flex;
    align-items: center;
    gap: 0.4em;
    cursor: pointer;
}

.card .card-item.bbs .box-bbs .bbs-num{
    color: #0C5DC7;
}


/* 카드 내용 - 온라인신고 */
.card .card-item .report{
    display: flex;
    align-items: flex-end;
    gap: 1em;
    color: #586785;
}


/* 카드 내용 - 조리법 */
.stepBox li{
    padding: 1em 0;
    margin: 0 0.6em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stepBox li::after{
    position: absolute;
    content: '';
    background: url(../../images/common/line_dotted.svg) no-repeat;
    background-size: cover;
    opacity: 0.3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.stepBox li:last-child::after{
    display: none;
}

.stepBox li span{
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding: 0 9px;
    background: #DB1010;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 0.95em;
}

.stepBox li p{
    margin-top: 10px;
    color: #38404F;
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.3;
}

.stepBox .video{
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.stepBox .video::before{
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.stepBox .video .playbtn{
    position: absolute;
    content: '';
    width: 56px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 카드 내용 - 홍보정보 */
.PRbanner{
    position: relative;
}

.PRbanner img{
    width: 100%;
}

.PRbanner .tit{
    position: absolute;
    content: '';
    top: 18px;
    color: #38404F;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.PRbanner .main-t{
    font-size: 2.1em;
    font-weight: 700;
}

.PRbanner .sub-t{
    font-size: 1.25em;
}


/* 탭 스타일 */
#tab_list{
    width: 100%;
    background: #fff;
}

#tab_list .tabMenu_normal{
    display: flex;
    align-items: center;
    font-size: 1.2em;
    color: #303038;
    font-weight: 700;
    background: #223E99;
    color: #fff;
}

#tab_list .tabMenu_normal li{
    flex: 1;
    text-align: center;
    opacity: 0.6;
}

#tab_list .tabMenu_normal li a{
    display: block;
    padding: 1em 0;
}


#tab_list .tabMenu_normal li.on{
    opacity: 1;
    border-bottom: 4px solid #85CDFF;
}

#tab_list.fixed,
.tab_scroll.fixed {
    position: fixed;
    top: 0;
}


/* 왼쪽 스크롤 이동 탭 스타일 */
.tab_scroll{
    padding: 1.15em 0 1em;
    background: #fff;
}

.tab_scroll.fixed{
    border-bottom:1px solid #DB1010;
    box-shadow: 0px 4px 5px 0px rgba(89, 90, 100, 0.2);
    margin-top:-1px;
}

.scroll-btns{
    width: 100%;
}

.scroll-btns > ul{
    display: flex;
    align-items: center;
    font-size: 1.05em;
    color: #303038;
    font-weight: 500;
    gap: 0.4em;
}

.scroll-btns > ul::-webkit-scrollbar{
    display: none;
}

.scroll-btns > ul > li{
    width: auto;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #fbfbfb;
    border: 1px solid #e6e6ea;
    border-radius: 50px;
    padding: 0 8px;
}

.scroll-btns > ul > li.on{
    background: #0f3561;
    border: none;
    color: #fff;
}


/* 애니메이션 */
@keyframes motion {
    0% {margin-top: 0px;}
    100% {margin-top: 10px;}
}

@keyframes motion02 {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
        to {
        -webkit-transform: rotate(-14deg);
        -o-transform: rotate(-14deg);
        transform: rotate(-14deg);
    }
}


/* 점자뷰어 */
#main.browser-set{
    max-width: 590px;  /* 뷰어 창 최대 가로 사이즈 설정 */
}

.viewer_header{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.viewer_header .set{
    display: flex;
    align-items: center;
}

.viewer_header .set .line-gray{
    padding: 1px 8px;
    gap: 0.2em;
}

.viewer_header .set .fill-gray{
    width: 22px;
    padding: 0;
}

.viewer_header .set a span{
    font-size: 1.05em;
    font-weight: 500;
}

.braille_viewer{
    background: #F6F6F7;
    height: calc(100vh - 52px);
    overflow: auto;
}

.braille_viewer .inner{
    padding-top: 20px;
    padding-bottom: 3em;
}

.braille_viewer .inner .content{
    background: #fff;
    border-radius: 12px;
    padding: 0.6em;
}


/* 식품표시수어서비스 */
.viewer_header .set span{
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
}

.viewer_header .set span::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 6px);
    background: #EAEEF3;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

.sign_lang{
    background: #F6F6F7;
    height: auto;
    overflow: auto;
}

.sign_lang .inner{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
}

.sign_lang .tabMenu_column{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.15em;
    font-weight: 500;
}

.sign_lang .tabMenu_column li{
    width: 110px;
    height: 60px;
    background: #F6F6F7;
    color: #898F99;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    position: relative;
}

.sign_lang .tabMenu_column li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sign_lang .tabMenu_column li.on{
    background: #fff;
    border-right: unset;
    color: #223E99;
    font-weight: 700;
}

.sign_lang .tabMenu_column li.on::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #223E99;
    left: -1px;
    top: 0;
}

.sign_lang .tabcon{
    background: #fff;
}

.sign_lang .tabcon .content{
    padding-top: 20px;
    position: relative;
    padding-bottom: 173.2%;
}

.sign_lang .tabcon .video{
    position: absolute;
    width: 100%;
    height: 100%;
}

.sign_lang .tabcon .t-box{
    padding: 2em 0 3em 0;
}

.sign_lang .tabcon .t-box li{
    margin-bottom: 10px;
}

.sign_lang .tabcon .t-box .date{
    font-size: 0.95em;
    color: #888;
}

.sign_lang .tabcon .t-box .pro-tit{
    font-size: 1.3em;
    font-weight: 700;
}

.sign_lang .tabcon .t-box .t-info{
    background: #F6F6F7;
    border-radius: 5px;
    padding: 15px;
    font-size: 1.1em;
    color: #4F5868;
    line-height: 1.3;
}


@media screen and (max-width: 480px) {
    .sign_lang .tabMenu_column li{
        width: 100px;
        height: 50px;
    }
}
