@charset "utf-8";
/*-------------------------------------------------------------------
## 회사소개~ 개이보호정책책
-------------------------------------------------------------------*/
/***** COMMON *****/
img {
    /* object-fit: cover; */
    object-position: top;
    width: 100%;
    height: auto;
}
.img640 {
    width: 640px;
    margin: 0 auto;
}
/* 전체 스크롤바 스타일 */
.company_area ::-webkit-scrollbar {
    width: 2px; /* 스크롤바의 너비 */
    height: 2px; /* 스크롤바의 너비 */
}
/* 스크롤바 트랙 (뒷배경) */
.company_area ::-webkit-scrollbar-track {
    background: #fff; /* 트랙 배경 색상 */
}

/* 스크롤바 핸들 */
.company_area ::-webkit-scrollbar-thumb {
    background: #ddd; /* 스크롤바 색상 */
    border-radius: 10px; /* 둥글게 처리 */
}

/* 스크롤바 핸들 호버시 */
.company_area ::-webkit-scrollbar-thumb:hover {
    background: #be292f; /* 호버시 색상 변경 */
}

/* 체크박스 */
.check_box {
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin: 2px 5px 0 5px;
}

.check_box+label {
    vertical-align: middle;
    padding-right: 20px;
}

.check_box::before {
    content: "";
    display: flex;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-grayddd);
    border-radius: 50%;
    background-color: var(--color-grayddd);
}

.check_box::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    display: flex;
    width: 2px;
    height: 7px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check_box:checked::after {
    background-color: #be292f;
    transition: all .5s ease
}

.check_box:checked::before {
    border: 1px solid #be292f;
    background-color: #be292f;
    transition: all .5s ease
}
.subscript .tip {
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin-top: 5px
}



/***** 회사소개 및 광고 소개쪽 탭관련 css *****/
.footerlist .tab_article:first-child .tab_item {
    /* border-top: 1px solid #333; */
}
.tab_item {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    /* border-top: 2px solid #333; */
    border-bottom: 1px solid #eee;
    background: #fff;
    transition: background 0.3s ease;
    z-index: 61;
}
.tab_item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    width: 0;
}
.tab_item::after {
    content:"";
    position: absolute;
    top:calc(50% - 5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
    transition: all ease .5s;
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M27.4 10.6c.9-.9.9-2.7-.3-3.6-.9-.9-2.7-.9-3.6.3l-8.6 9.8-8.6-9.8c-.9-.9-2.3-.9-3.5 0s-.9 2.4 0 3.6l10.7 11.8c.6.6 1.2.9 1.8.9.6 0 1.5-.3 1.8-.9l10.3-12.1z' style='fill:%23333'/%3E%3C/svg%3E");
}
.tab_item.active::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath d='M0 0h30v30H0z' style='fill:none'/%3E%3Cpath d='M27.4 10.6c.9-.9.9-2.7-.3-3.6-.9-.9-2.7-.9-3.6.3l-8.6 9.8-8.6-9.8c-.9-.9-2.3-.9-3.5 0s-.9 2.4 0 3.6l10.7 11.8c.6.6 1.2.9 1.8.9.6 0 1.5-.3 1.8-.9l10.3-12.1z' style='fill:%23ddd'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}
.tab_item.active::before {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, #f5f5f5 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    transition: all .4s ease
}
.tab_item .date {
    font-size: 15px;
    color: #999;
    padding-left:  10px;
    font-weight: 400;
}
.tab_box {
    overflow: hidden;
    max-height: 0;
    border-top: none;
    transition: max-height 0.2s ease, padding 0.2s ease;
}
.tab_box.active {
    overflow-y: scroll;
    border-bottom: 1px solid #eee;
    max-height: fit-content;
}
.tabdates {
    width: calc(100% - 50px);
    display: flex;
    justify-content: space-between;
}

/***** 회사소개 *****/
.sec_ttl02 {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
    padding-bottom: clamp(10px, 2vw, 15px);
    border-bottom: 1px solid #333;
}
.introduction_h1 {
    margin-top: 40px;
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
}
.introduction_h1 b {
    font-weight: 600;
    color: #be292f;
}
.introduction_memo {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-top: 20px;
}
.introduction_memo > * {
    position: relative;
    padding-left: 10px;
    font-size: clamp(15px, 2vw, 16px);
}
.introduction_memo > *::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    min-width: 5px;
    height: 1px;
    background: #be292f
}

/***** 광고안내 *****/
.table_title {
    display: flex;
    column-gap: 5px;
    font-size: clamp(15px, 2vw, 16px);
    font-weight: 600;
    align-items: center;
    margin-bottom: clamp(10px, 2vw, 15px);
}
.table_title::before {
    content:"";
    display: flex;
    width: 2px;
    height: 12px;
    background:#be292f;
}
.ecotable_scrollwraps {
    padding-bottom: clamp(15px, 3vw, 40px);
}
.advertising_visual {
    margin: 5% 0;
}
.ecotable {
    width: 100%;
    border: 1px solid #f9f1f1;
}
.ecotable th, 
.ecotable td {
    padding: 15px 10px;
    font-size: clamp(15px, 2vw, 16px);
    border-right: 1px solid #f9f1f1;

}
.ecotable th {
    font-weight: 500;
    color:#dab1b1;
    background: #fff8f8;

}
.ecotable th:last-child, 
.ecotable td:last-child {
    border-right: 0
}
.ecotable td {
    text-align: center;
    color:#333;
    border-bottom: 1px solid #f9f1f1;;
}
.ecotable tr:last-child td {
    border-bottom: 0
}
.unit {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999 
}

/***** 캠페인 *****/
/* 20240502 서장훈과함께하는 소상공인 동행 캠페인 */
.sosangong .video {
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 6% auto;
    padding:3%;
    width:90%;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background:#eb7278
}
.sosangong .video iframe{
    width:100%;
    aspect-ratio: 2/1;
}
.sosangong .items{
    position:absolute
}
.sosangong .items.ab{
    left:0;
    top:-120px;
}
.sosangong .items.cd{
    right:0;
    top:-220px;
    animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.sosangong .btn_go{
    display: flex;
    width:319px;
    margin: 40px auto;
}

/***** 고충처리 *****/
.tab_box .colrbox {
    padding: 20px; 
    background: #fdfafa;
}
.tab_box .txt {
    padding: 10px; 
}
.tab_box .txt b {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

/***** 기사제보 *****/
.input_area {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 50px;
    padding: 30px;
    background: #fcfcfc
}
.input_article {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 70%;
}
.input_area > *:last-child {
    width: 100%;
}
.input_article > *:first-child {
    flex: 0 0 100px;
}
.input_article > *:last-child {
    flex: 1 1 auto;
}
.input_article input, 
.input_article select, 
.input_article textarea {
    height: 40px;
    padding: 0 10px;
    border: 0;
    border: 1px solid #eee;
}
.input_article textarea {
    padding: 20px 10px;
    height: 300px;
}
.input_article .input_emailinfo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 10px;
    color:#999
}
.input_emailinfo > *:first-child {
    flex: 1 1 200px;
}
.input_emailinfo  > *:nth-of-type(2) {
    flex: 2 1 100px;
}
.input_emailinfo  > *:last-child {
    flex: 2 0 100px
}
.dropzone1 {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
    column-gap: 20px;
    grid-template-columns: 350px auto;
}
.fileselect_article {
    display: flex;
    align-items: center;
    margin-right: 20px;;
}
.fileinput_article {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(33.3% - 20px), auto));
	grid-auto-flow: dense;
    gap: 10px;
}
.fileinput_article .register {
    position: relative;
    padding: 6px 20px;
    border: 1px solid #ddd;
}
.register .btn_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='레이어_1' viewBox='0 0 79 79'%3E%3Cpath d='M74.1 14.1c1.3-1.3 1.9-2.8 1.9-4.6s-.6-3.3-1.9-4.6S71.3 3 69.5 3s-3.3.6-4.6 1.9L39.5 30.3 14.1 4.9C12.8 3.6 11.3 3 9.5 3s-3.3.6-4.6 1.9C3.6 6.2 3 7.7 3 9.5s.6 3.3 1.9 4.6l25.4 25.4L4.9 64.9C3.6 66.2 3 67.7 3 69.5s.6 3.3 1.9 4.6C6.2 75.4 7.7 76 9.5 76s3.3-.6 4.6-1.9l25.4-25.4 25.4 25.4c1.3 1.3 2.8 1.9 4.6 1.9s3.3-.6 4.6-1.9c1.3-1.3 1.9-2.8 1.9-4.6s-.6-3.3-1.9-4.6L48.7 39.5l25.4-25.4Z' style='fill:%23333'/%3E%3C/svg%3E");
}
.register .filename {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn_selectfile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #333;
    cursor: pointer;
    border: 2px solid #333;
    padding: 0 20px;
    margin-right: 10px;
    background: #fcfcfc;
    font-weight: 500;
    border-radius: 50px;
    z-index: 2;
}
.btn_selectfile:hover {
    color: #fff;
    background: #333;
    transition: all .5s ease
}
.dropzone1 input[type="file"] {
    display: none
}
.dropzone1 input[type="file"]::after {
    content: "";
    position:absolute;
    top: 0px;
    left:0;
    width: 100%;
    height: 40px;
    background: #fcfcfc;
    z-index:1
}
.upload_limit {
    font-size: 14px;
    line-height: 16px;
    color: #999
}
.dropzone1 .btn_upload {
    position: absolute;
    left: calc(50% + 80px);
    width: 92px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    border:0;
    background: #be292f;
    z-index: 3;
}
.dropzone1 .btn_upload:hover {
    background: #c73b3f;
}
.accept_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #333;
    padding-top: 30px;
    margin-top: 30px;
}
.btn_accept {
    width: 200px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    color:#fff!important;
    background: #be292f
}
.btn_accept:hover {
    background: #c73b3f;
}
.form_check {
    display: flex;
    align-items: center;
}
.form_check > label {
    font-size: 18px;
    margin-left: 5px;
}


/***** 공지사항 *****/
.titletwince {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
}
.titletwince > .sec_ttl02 {
    border-bottom: 0;
}
.notice_search {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.noticesearch_wrap {
    display: flex;
    align-items: center;
    column-gap: 5px;
}


.ecotable.notice td a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-weight: 500;
    padding-left: 20px;
}
.ecotable.notice td a:hover {
    background: #fcfcfc
}
.ecotable.notice td:first-child, 
.ecotable.notice td:last-child {
    color: #999;
}

/***** 약관 및 정책 *****/
.policy_memo {
    border: 10px solid #f8f8f8;
    padding: 30px 40px;
    margin-top: 20px;
}
.policy_memo .difficulties {
    margin-top: 30px;
}
.policy_memo .difficulties:first-child {
    margin-top: 0;
}
.policy_memo .difficulties h1 {
    display: flex;
    font-size: 18px;
    column-gap: 5px;
    font-weight: 600;
    align-items: center;
}
.policy_memo .difficulties h1::before {
    content:"";
    display: flex;
    width: 3px;
    height: 16px;
    background:#be292f
}
.policy_memo .difficulties h2 {
    margin-top: 15px;
    font-weight: 500;
}


/****** 공지사항 상세 *****/
.board-content {
    padding: 30px 20px;
    line-height: 28px;
}
.board-content img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}






/*-------------------------------------------------------------------
  ## MEDIAQUERY
-------------------------------------------------------------------*/
@media only screen and (max-width : 1024px) {
    /***** 기사제보 *****/
    .input_article {
        width: 100%;
    }
}

@media only screen and (max-width : 860px) {  
    /***** 기사제보 *****/
    .dropzone1 {
        grid-template-columns: 230px auto;
    }
    .fileselect_article {
        margin-right: 0
    }
    .btn_selectfile {
        min-width: fit-content;
    }
}

@media only screen and (max-width : 720px) { 
    /***** 기사제보 *****/
    .dropzone1 {
        grid-template-columns: 1fr;
        row-gap: 10px
    }
}

@media only screen and (max-width : 640px) {
    /***** 회사소개 *****/  
    .sec_ttl02 {
        font-size: 20px;
    }
    .introduction_h1 {
        margin-top: 30px;
        font-size: 25px;
    }   
    .ecotable_scrollwraps {
        overflow-x: scroll;
        height: u;
    }
    .ecotable {
        width:640px;
    }
    .baseinfo > *:first-child {
        width: 10%
    }
    .baseinfo > *:last-child {
        width: 30%
    }

    /***** 기사제보 *****/
    .input_article > *:first-child {
        flex: 0 0 70px;
    }
    .input_article textarea {
        height: 200px;
    }
    
    .dropzone1 input[type="file"] {
        width: 100%;
    }
    .dropzone1 .btn_upload {
        position: relative;
        left: 0;
        width: 100%
    }

    /***** 약관 및 정책 *****/
    .policy_memo {
        padding: 20px;
    }

}

@media only screen and (max-width : 420px) {
    /***** 기사제보 *****/ 
    .input_area {
        row-gap:20px;
    }
    .input_article {
        flex-direction: column;
        align-items: start;
        row-gap: 5px;
    }
    .input_article > *:first-child {
        height: unset;
        flex: unset;
    }
    .input_article > *:last-child {
        width:100%
    }
    .fileselect_article {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .accept_area {
       flex-direction: column;
       row-gap: 30px;
    }
    .btn_accept {
        width: 100%;
        text-align: center;
    }
    .btn_selectfile {
        margin-right: 0;
        font-size: 15px;
        height: 35px;
        padding: 0 15px;
    }
}

@media only screen and (max-width : 360px) {
    /***** 회사소개 *****/  
    .sec_ttl02 {
        font-size: 16px;
    }
    .input_article input, 
    .input_article select, 
    .input_article textarea {
        height: 35px;
    }
    .introduction_h1 {
        margin-top: 25px;
        font-size: 22px;
    }   
}