@charset "utf-8";

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'NanumSquareNeo', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; color: #222; }
section{ display:block; }
a{ color:inherit; }

.inner{ width:1200px; margin:0 auto; }

.paging_box{ padding:10px 0; margin-top: 20px; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */

/* header */ 
header{ position: fixed; z-index: 9999; left: 0; top: 0; width: 100%;  background-color: #fff; border-bottom: 4px solid #004B55; }
header .memberSection{ padding: 10px 0; border-bottom: 1px solid #E4E4E4; }  
header .memberSection .inner{ display: flex; justify-content: flex-end; }
header .memberSection .menuList{ display: flex; align-items: center; gap: 4px; }
header .memberSection .menuList .item{ font-size: 12px; color: #fff; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 5px; min-width: 92px; border-radius: 4px; background-color: #004B55; }

header .mainSection{ padding: 20px 0; }
header .mainSection .inner{ display: flex; align-items: center; justify-content: space-between; gap: 10px; }
header .mainSection .menuList{ display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
header .mainSection .menuList > li{ display: flex; justify-content: center; position: relative; }
header .mainSection .menuList .subMenuList{ opacity: 0; visibility: hidden; transition: opacity .2s, visiblity .2s; }
header .mainSection .menuList .subMenuBtn, header .mainSection .menuList .linkBtn{  padding: 10px 0; display: flex; align-items: center; gap: 5px; justify-content: space-between; }
header .mainSection .menuList .subMenuBtn:hover + .subMenuList{ opacity: 1; visibility: visible; }  
/* header .mainSection .menuList .subMenuBtn:hover .arrow{ transform: rotate(180deg); } */
header .mainSection .menuList .subMenuBtn .arrow{ display: block; }
header .mainSection .menuList .subMenuList{ text-align: center; min-width: 190px; position: absolute; top: calc(100% - 10px); background-color: #fff; padding: 12px; border-radius: 10px; box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25); }
header .mainSection .menuList .subMenuList:hover{ opacity: 1; visibility: visible;  }
header .mainSection .menuList .subMenuList > li{ padding: 10px 0; }
header .mainSection .menuList .subMenuList > li + li{ border-top: 1px solid #D9D9D9; }
header .mainSection .menuList .subMenuList .linkBtn{ justify-content: center; padding: 0; }
header .mainSection .menuBtn{ display:none; border: none; background-color: transparent; }

@media screen and (max-width: 1320px) { 
    header .mainSection{ padding: 10px 0; }
    header .mainSection .menuList{ display: none; }
    header .mainSection .menuBtn{ display: block; } 
    header .mainSection .menuBtn .icon{ width: 30px; }
    header .mainSection .logo{ width: 70px; }

    header .memberSection .menuList .item{ min-width: unset; padding: 5px 10px; }
}

/* .menuCloseBg */
.menuCloseBg{ cursor: pointer; background-color: rgba(0, 0, 0, 0.25); position: fixed; width:100%; height: 100%; z-index: 9999; opacity: 0; visibility: hidden; transition: opacity .5s, visibility .5s; }
.menuCloseBg.show{ opacity: 1; visibility: visible; }

/* .rightMenuSection */
.rightMenuSection{ width: 90%; background-color: #fff; max-width: 400px; transition: right .5s; position: fixed; right: -400px; top: 0; z-index: 9999; height: 100%; overflow-y: scroll; padding: 20px 0; }
.rightMenuSection.show{ right: 0; }
.rightMenuSection .btnWrap{ display: flex; align-items: center; justify-content: flex-end;  }
.rightMenuSection .btnWrap .closeBtn{ padding: 0 20px; background: transparent; border: none;  }
.rightMenuSection .btnWrap .closeBtn .icon{ width: 20px; }
.rightMenuSection .menuList .item{ font-size: 18px; padding: 10px 20px; display: block; }
.rightMenuSection .menuList .subMenuBtn{ display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.rightMenuSection .menuList .linkBtn{ display: flex; align-items: center; gap: 10px; }
.rightMenuSection .menuList .subMenuList{ display: none; }
.rightMenuSection .menuList .subMenuList .item{ padding: 5px 20px; font-size: 16px; color: #7f7f7f; }
.rightMenuSection .menuList .subMenuBtn .arrow{ display: block; transition:trnsform .5s; }
.rightMenuSection .menuList .subMenuBtn.active .arrow{ transform: rotate(180deg); }

/* footer */
footer{ background-color: #222; color: #fff; }
footer .menuSection .inner{ display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
footer .menuSection .menuList{ display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
footer .menuSection .menuList .bar{ width: 1px; height: 10px; background-color: #7f7f7f; }
footer .menuSection .siteList{ display: flex; gap: 20px;  }
footer .menuSection .siteList .grayBg{ font-weight: 300; display: block; padding: 20px 15px; background-color: #353535; color: rgba(255, 255, 255, 0.4); }

footer .mainSection { padding: 16px 0 27px 0; border-top: 1px solid rgba(255,255,255,0.2); }
footer .mainSection .halfBox{ display: flex; align-items: flex-start; gap: 50px;  }
footer .mainSection .halfBox .infoText{ word-break: keep-all; color: #7a7a7a; font-size: 18px; line-height: 1.5em;  }
footer .mainSection .copy_right{ margin-top: 20px; color: rgba(255,255,255,0.2); font-size: 14px; }

@media screen and (max-width: 1250px) { 
    footer{ font-size: 14px; }
    footer .menuSection .siteList .grayBg{ padding: 15px 10px; }
    footer .mainSection .halfBox .infoText{ font-size: inherit; }
}
@media screen and (max-width: 650px) { 
    footer .menuSection{ padding: 20px 0; }
    footer .menuSection .menuList{ width: 100%; gap: 20px; }
    footer .menuSection .siteList .grayBg{ padding: 10px; }
    footer .mainSection .halfBox{ flex-wrap: wrap; gap: 10px; }
    footer .mainSection .halfBox .logo{ width:180px; max-width: 100%; }
    footer .mainSection .halfBox .infoText{ width: 100%; }
    footer .menuSection .menuList{ gap: 5px; }

}


/* .sec_top */
.sec_top{ padding-top: 136px; }
@media screen and (max-width: 1320px) { 
    .sec_top{ padding-top: 111.13px; }
}

/* .main .visualSection */
.main .visualSection{ background-image: url('../img/main/visualSection/background.png'); background-size: cover; background-position: right center;  display: flex; align-items: center; justify-content: center; position: relative; overflow:hidden; padding: 100px 0; min-height: calc(100vh - 137px); }
.main .visualSection .rightBar{ position: absolute; right: 0; top: 0; height: 100%; width: 40px; background-color: #004B55; }
.main .visualSection .inner{ position: relative; z-index: 2; }
.main .visualSection .halfBox{ display: flex; gap: 48px; }
.main .visualSection .circleText{ position: absolute; left: calc(50% - 934px); }

.main .visualSection .leftBg{ 
    background-color: #004B55; min-height:100vh; height: 150%; position: absolute; left: 0; width: 64vw; 
    border-radius: 0 800px 800px 0;
}
.main .visualSection .leftCircle{ 
    position: absolute; background-color: #fff; width: 800px; height: 800px; background: #fff;  
    border-radius: 50%; left: calc(50% - 750px);
}

.main .visualSection .halfBox .leftBox { flex-shrink: 0; position: relative; }
.main .visualSection .halfBox .leftBox .logo{ margin-top: 60px; }
.main .visualSection .halfBox .leftBox .title{ margin-top: 20px; font-size: 52px; font-family: 'NanumSquare Neo', sans-serif; font-weight: 800; color: #004B55; }
/* .main .visualSection .halfBox .leftBox .title .green{ color: #10975C; } */
.main .visualSection .halfBox .leftBox .content{ margin-top: 20px; color: #777; line-height: 1.5em; }
.main .visualSection .halfBox .leftBox .linkBtn{ 
    margin-top: 48px; width: 100%; max-width: 290px; width: 100%; border-radius: 4px;  display:flex; gap: 10px; align-items: center; color: #fff; 
    background-color: #004B55; padding: 20px; justify-content: center; box-shadow: 5px 7px 3px 0px rgba(0, 0, 0, 0.15);
}

.main .visualSection .halfBox .rightBox{ position: relative; }
.main .visualSection .halfBox .rightBox .circle{ position: absolute; right: -133px; top: -93px; }
.main .visualSection .halfBox .rightBox .itemList{ position: relative; z-index: 1; display: flex; flex-wrap: wrap; width: calc(100% + 15px); }
.main .visualSection .halfBox .rightBox .itemList > li{ padding: 15px; width: calc(100% / 3); }
.main .visualSection .halfBox .rightBox .itemList .item{ text-align: center; padding: 40px 20px; height: 245px; background-color: #fff; border-radius: 10px; box-shadow: 7px 12px 11px 0px rgba(0, 0, 0, 0.15); display: flex;  flex-direction: column; align-items: center; justify-content: center; }
.main .visualSection .halfBox .rightBox .itemList .item .icon{ background-size: 100%; background-repeat: no-repeat; background-position: center; width: 100px; height: 100px; border-radius: 10px; }
.main .visualSection .halfBox .rightBox .itemList .item .icon.icon1{ background-image: url('../img/main/visualSection/icon1.png'); }
.main .visualSection .halfBox .rightBox .itemList .item .icon.icon2{ background-image: url('../img/main/visualSection/icon2.png'); }
.main .visualSection .halfBox .rightBox .itemList .item .icon.icon3{ background-image: url('../img/main/visualSection/icon3.png'); }
.main .visualSection .halfBox .rightBox .itemList .item .icon.icon4{ background-image: url('../img/main/visualSection/icon4.png'); }
.main .visualSection .halfBox .rightBox .itemList .item .icon.icon5{ background-image: url('../img/main/visualSection/icon5.png'); }
.main .visualSection .halfBox .rightBox .itemList .item .icon.icon6{ background-image: url('../img/main/visualSection/icon6.png'); }
.main .visualSection .halfBox .rightBox .itemList .item .text{ margin-top: 18px; color: #004B55; font-size: 18px; font-weight: 700; }

@media screen and (max-width: 1250px) { 

    .main .visualSection .leftCircle{ width: 70vw; height: 70vw; border-radius: 50%; left: calc(50% - 71vw); }
    .main .visualSection .leftBg{ border-radius: 0 70vw 70vw 0; }
    .main .visualSection .rightBar{ width: 7px; }
    .main .visualSection .circleText{ width: 99vw; left: -35vw; }

    .main .visualSection .halfBox{ gap: 30px; }

    .main .visualSection .halfBox .leftBox .logo{ margin-top: 1vw; width: 60px; }
    .main .visualSection .halfBox .leftBox .title{ font-size: 40px; }
    .main .visualSection .halfBox .leftBox .linkBtn{ width: 250px; padding: 14px 10px; }

    .main .visualSection .halfBox .rightBox .itemList{ width: calc(100% + 10px); margin-left: -5px; }
    .main .visualSection .halfBox .rightBox .itemList > li{ padding: 5px; }
    .main .visualSection .halfBox .rightBox .itemList .item{ height: 21vw; padding: 0; }
    .main .visualSection .halfBox .rightBox .itemList .item .icon{ width: 8vw; height: 8vw; }
    .main .visualSection .halfBox .rightBox .itemList .item .text{ font-size: 16px; margin-top: 1vw; }

}
@media screen and (max-width: 900px) { 

    .main .visualSection .circleText{ width: 750px; left: -224px; top: -85px; }

    .main .visualSection .halfBox{ gap: 50px; }
    .main .visualSection .halfBox .leftBox{ margin-top: 50px; }
    .main .visualSection .halfBox .leftBox .content{ padding-right: 37vw; }
    .main .visualSection .leftBg{ min-height: unset; width: 513px; height: 40vw; height: 800px; top: -100px; }
    .main .visualSection .leftCircle{ width: 500px; height: 500px; left: -100px; top: 45px; }

    .main .visualSection .halfBox{ flex-direction: column; }
    .main .visualSection .halfBox .rightBox .itemList .item{ height: 30vw; border-radius: 1.5vw; }
    .main .visualSection .halfBox .rightBox .itemList .item .icon{ width: 14vw; height: 14vw; border-radius: 1.5vw; }
    .main .visualSection .halfBox .rightBox .itemList .item .text{ margin-top: 2vw;  }

}
@media screen and (max-width: 650px) { 
    .main .visualSection{ padding: 50px 0; }

    .main .visualSection .rightBar{ display: none; }

    .main .visualSection .halfBox .rightBox .itemList .item .text{ font-size: 3vw; }
    .main .visualSection .halfBox .rightBox .circle{ display: none; }
    .main .visualSection .leftBg{ border-radius: 0 1000px 1000px 0; }
    .main .visualSection .halfBox .leftBox .title{ font-size: 38px; }
    .main .visualSection .halfBox .leftBox .content{ word-break: keep-all; padding-right: 0; width: 350px; font-size: 14px; }
    .main .visualSection .halfBox .leftBox .content br{ display: none; }
    .main .visualSection .halfBox .leftBox .linkBtn{ font-size: 16px; padding: 10px 14px; }
    .main .visualSection .halfBox .leftBox .linkBtn .icon{ width: 20px; }
}

/* .main .partnerSection */
.main .partnerSection{ padding: 100px 0; background-color: #F7FCFC; overflow: hidden; }
.main .mainTitleBox .enTitle{ color: #777; }
.main .mainTitleBox .koTitle , .sub .mainTitleBox .koTitle{ margin-top: 12px; color: #004B55; font-size: 32px; font-weight: 700; }
.main .partnerSection .slideWrap{ margin-top: 40px; position: relative; display: flex; align-items: center; justify-content: center; z-index: 4; }
.main .partnerSection .slideWrap .pnBtnWrap{ height: 100%;  width: calc(100% + 80px); position: absolute; top: 0; display: flex; align-items: center; justify-content: space-between;}
.main .partnerSection .slideWrap .pnBtnWrap .pnBtn{ background: transparent; border: none; position: relative; z-index: 3; }
.main .partnerSection .slideWrap .mySwiper{ max-width: 100%; position: relative; z-index: 2; overflow: hidden; }
.main .partnerSection .slideWrap .itemList{ display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; }
.main .partnerSection .slideWrap .itemList > li{ width: calc(100% / 6); padding: 5px; }
.main .partnerSection .slideWrap .itemList .item{ align-items: center; text-align: center; height: 100%; min-height: 160px; display: flex; flex-direction: column; padding: 25px 15px; background-color: #fff; border-radius: 4px; border: 1px solid #d9d9d9; }
.main .partnerSection .slideWrap .itemList .item .thumbnail{ max-width: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; height: 71px; width: 155px; }
.main .partnerSection .slideWrap .itemList .item .thumbnail.example{ background-image: url('../img/main/partnerSection/thumbnail.png'); }
.main .partnerSection .slideWrap .itemList .item .title{ margin-top: 12px; font-weight: 400; }

@media screen and (max-width: 1318px) { 
    .main .mainTitleBox .koTitle{ font-size: 24px; }
    .main .partnerSection .slideWrap .pnBtnWrap{ display: none; }
    .main .partnerSection .slideWrap .itemList .item{ padding: 2vw 1vw; }
    .main .partnerSection .slideWrap .itemList .item .thumbnail{ height: 6vw; }
}
@media screen and (max-width: 1000px) { 
    .main .partnerSection .slideWrap{ margin-top: 20px; }
    .main .partnerSection .slideWrap .itemList > li{ width: calc(100% / 4); }
    .main .partnerSection .slideWrap .itemList .item{ min-height: 15vw; } 
    .main .partnerSection .slideWrap .itemList .item .thumbnail{ height: 9vw; }
}
@media screen and (max-width: 900px) { 
    .main .partnerSection .slideWrap .itemList > li{ width: calc(100% / 3); }
    .main .partnerSection .slideWrap .itemList .item .thumbnail{ height: 12vw; }
}
@media screen and (max-width: 650px) { 
    .main .mainTitleBox .enTitle{ font-size: 14px; }
    .main .mainTitleBox .koTitle , .sub .mainTitleBox .koTitle{ font-size: 20px; }

    .main .partnerSection{ padding: 50px 0; }

    .main .partnerSection .slideWrap{ flex-direction: column; gap: 10px; }
    .main .partnerSection .slideWrap .pnBtnWrap{ width: 100%; position: static; display: flex;  justify-content: flex-end; gap: 15px; }
    .main .partnerSection .slideWrap .pnBtnWrap .icon{ width: 10px; }

    .main .partnerSection .slideWrap .itemList > li{ width: calc(100% / 2); }
    .main .partnerSection .slideWrap .itemList .item .thumbnail{ height: 19vw; width: 100%; }
}
@media screen and (max-width: 400px) {
    .main .partnerSection .slideWrap .itemList .item .title{ font-size: 4vw; margin-top: 2vw; }
}

/* .main .supplySection */
.main .supplySection{ position: relative; overflow: hidden; padding: 100px 0; }
.main .supplySection .circle{ position: absolute; }
.main .supplySection .circle1{ left: 0; top: -10%; }
.main .supplySection .circle2{ right: 0; bottom: -10%; }
.main .supplySection .inner{ position: relative; z-index: 1; }

.main .supplySection .halfBox{ display: flex; width: calc(100% + 20px); margin-left: -10px; flex-wrap: wrap; }
.main .supplySection .halfBox .box{ width: calc(100% / 2); padding: 10px; }
.main .supplySection .halfBox .box.full{ width: 100%; }
.main .supplySection .halfBox .imgDiv{ margin-top: 20px;  }
.main .supplySection .halfBox .imgDiv .box2{ display: flex; align-items: flex-end; gap: 20px; }
.main .supplySection .halfBox .imgDiv .imgBox{ flex-shrink: 0; width: 240px; height: 268px; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #efefef; border-radius: 10px; }
.main .supplySection .halfBox .box.full .imgDiv .imgBox{ width: 850px; height: 320px; }
.main .supplySection .halfBox .imgDiv .imgBox.img1{ background-image: url('../img/main/supplySection/img1.png'); }
.main .supplySection .halfBox .imgDiv .imgBox.img2{ background-image: url('../img/main/supplySection/img2.png'); }
.main .supplySection .halfBox .imgDiv .imgBox.img3{ background-image: url('../img/main/supplySection/img3.png'); }
.main .supplySection .halfBox .imgDiv .greenBar{ background-color: #004B55; width: 60px; height: 6px; }
.main .supplySection .halfBox .imgDiv .content{ word-break: keep-all; margin-top: 16px; color: #7F7F7F; line-height: 1.5em; margin-bottom: 30px; }
.main .linkBtn{ display: block; text-align: center; color: #fff; margin-top: 20px; background: #004B55; border-radius: 4px; padding: 20px 10px; border-radius: 4px;  }

@media screen and (max-width: 1250px) { 
    .main .supplySection .halfBox .imgDiv .content br{ display: none; }
    .main .supplySection .halfBox .imgDiv .imgBox{ width: 22vw; height: 22vw; }
    .main .supplySection .halfBox .box.full .imgDiv .imgBox{ width: 60vw; height: 22vw; }
}
@media screen and (max-width: 900px) { 
    .main .linkBtn{ padding: 10px; }
}
@media screen and (max-width: 750px) { 
    .main .supplySection .halfBox .box{ width: 100%; }
    .main .supplySection .halfBox .box.full .imgDiv .box2{ flex-direction: column; }
    .main .supplySection .halfBox .box.full .imgDiv .imgBox{ width: 100%; height: 36vw; }
}
@media screen and (max-width: 650px) { 
    .main .supplySection{ padding: 50px 0; }
    .main .supplySection .halfBox .imgDiv .content{ font-size: 14px; }
    .main .supplySection .halfBox .imgDiv .box2{ flex-direction: column; align-items: flex-start; }
    .main .supplySection .halfBox .imgDiv .imgBox{ border-radius: 1.5vw; width: 70%; height: 65vw; }
    .main .linkBtn{ margin-top: 0; font-size: 14px; }
}

/* .main .noticeSection */
.main .noticeSection{ padding: 100px 0; overflow: hidden; background-color: #F7FCFC; }
.main .noticeSection .whiteBox{ background-color: #fff; padding: 20px 30px; border-radius: 20px; overflow: hidden; }
.main .noticeSection .halfBox{ display: flex; width: calc(100% + 40px); margin-left: -20px; }
.main .noticeSection .halfBox .box{ width: calc(100% / 2); padding: 20px; }
.main .noticeSection .halfBox .boradList{ margin-top: 20px; }
.main .noticeSection .halfBox .boradList > li{ padding: 20px 0; border-bottom: 1px solid #E4E4E4;  }
.main .noticeSection .halfBox .boradList .item{ display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.main .noticeSection .halfBox .boradList .item .title{ font-size: 1.125em; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.main .noticeSection .halfBox .boradList .item .date{ color: #7F7F7F; }
.main .noticeSection .halfBox .boradList + .linkBtn{ margin-top: 36px; }
.main .noticeSection .halfBox .box2{ display: flex; flex-direction: column; }
.main .noticeSection .halfBox .itemList{ margin-top: 26px; flex-grow: 1; display: flex; flex-direction: column; gap: 20px; }
.main .noticeSection .halfBox .itemList > li{ position: relative; flex-grow: 1; }
.main .noticeSection .halfBox .itemList .item{ color: #fff; height: 100%; background-color: #222; background-size: cover; background-repeat: no-repeat; background-position: center; display: flex; align-items: flex-end; padding: 40px; border-radius: 4px; }
.main .noticeSection .halfBox .itemList .item.bg1{ background-image: url('../img/main/noticeSection/bg1.png'); }
.main .noticeSection .halfBox .itemList .item.bg2{ background-image: url('../img/main/noticeSection/bg2.png'); }
.main .noticeSection .halfBox .itemList a{ display: block;  }
.main .noticeSection .halfBox .itemList .item .halfBox2{ width: 100%; gap: 20px; display: flex; align-items: flex-end; justify-content: space-between; }
.main .noticeSection .halfBox .itemList .item .halfBox2 .title{ line-height: 1.2em; font-size: 24px; font-weight: 600; }
.main .noticeSection .halfBox .itemList .item .halfBox2 .linkBtn{ padding: 12px 10px; width: 100%; flex-shrink: 0; max-width: 200px; }

@media screen and (max-width: 1250px) { 
    .main .noticeSection .halfBox .boradList{ font-size: 14px; }
}
@media screen and (max-width: 1000px) { 
    .main .noticeSection .halfBox{ flex-direction: column; }
    .main .noticeSection .halfBox .box{ width: 100%; }
    .main .noticeSection .halfBox .itemList .item{ height: 300px; } 
    .main .noticeSection .halfBox .itemList .item .halfBox2 .title{ font-size: 20px; }
}
@media screen and (max-width: 650px) { 
    .main .noticeSection{ padding: 50px 0; }
    .main .noticeSection .whiteBox{ padding: 0 20px; }
    .main .noticeSection .halfBox .boradList > li{ padding: 10px 0; }
    .main .noticeSection .halfBox .itemList .item .halfBox2{ flex-direction: column; align-items: center; }
    .main .noticeSection .halfBox .itemList .item .halfBox2 .title br{ display: none; }
    .main .noticeSection .halfBox .itemList .item .halfBox2 .linkBtn{ max-width: unset; }
    .main .noticeSection .halfBox .itemList .item{ padding: 20px; height: 55vw; }
}

/* .mainApplySection */
.mainApplySection{ padding: 50px 0; position: relative; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url('../img/main/applySection/backgground.png'); }
.mainApplySection .mainTitleBox .bar{ width: 60px; height: 6px; background-color: #fff; }
.mainApplySection .mainTitleBox .koTitle{ color: #fff; }
.mainApplySection .itemList{ margin-top: 26px; display: flex; flex-wrap: wrap; width: calc(100% + 6px); margin-left: -3px; }
.mainApplySection .itemList > li{ width: calc(100% / 3); padding: 3px; }
.mainApplySection .itemList .item{ display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 20px; width: 100%; background-color: #004B55; border: 2px solid #004B55; color: #fff; height: 100%; border-radius: 4px; }
.mainApplySection .itemList .item .text{ line-height: 1.5em; }
.mainApplySection .itemList .item .numberBox{ display: flex; align-items: center; gap: 5px; font-size: 24px; font-weight: 700; }
.mainApplySection .itemList .item .numberBox .icon{ width: 20px; }

@media screen and (max-width: 1090px) { 
    .mainApplySection .itemList > li{ width: calc(100% / 2); }

}
@media screen and (max-width: 720px) { 
    .mainApplySection .itemList > li{ width: calc(100% / 1); }
    .mainApplySection .itemList .item br{ display: none; }
}
@media screen and (max-width: 650px) { 
    .mainApplySection .itemList .item br{ display: inline-block; }
    .mainApplySection .itemList .item .text{ font-size: 14px; }
}
@media screen and (max-width: 360px) { 
    .mainApplySection .itemList .item{ flex-wrap: wrap; text-align: center; justify-content: center; gap: unset; }
    .mainApplySection .itemList .item br{ display: none; }
    .mainApplySection .itemList .item .numberBox{ width:100%; justify-content: center; }

}





/*============================ privacy ============================*/
.f_popup_bg{ 
    background-color:rgba(0,0,0,0.5); position:fixed;
    left:0; top:0; width:100%; height:100%; z-index:9999; 
    display:flex; align-items: center; justify-content: center;
    padding:10px; font-family: 'Noto Sans KR', sans-serif;
    opacity:0; visibility: hidden; transition: all 0.5s;

}
.f_popup_bg.on{ opacity:1; visibility: visible; }
.f_popup_bg .popup_box{ width:90%; max-width:480px; }
.f_popup_bg .btn_wrap{ width:100%; display:flex; justify-content: flex-end; }
.f_popup_bg .btn_wrap .btn{ width:30px; height:30px; cursor:pointer; padding:0; }
.f_popup_bg .btn_wrap .btn span{ display:block; width:100%; height:2px; background-color:#fff;  }
.f_popup_bg .btn_wrap .btn span:nth-child(1){ transform: translateY(14px) rotate(-45deg); -webkit-transform: translateY(14px) rotate(-45deg); }
.f_popup_bg .btn_wrap .btn span:nth-child(2){ transform: translateY(12px) rotate(45deg); -webkit-transform: translateY(12px) rotate(45deg); }
.f_popup_bg .content_wrap{ background-color:#fff; overflow-y: scroll; max-height: 80vh; padding:40px 30px; margin-top:10px; }
.f_popup_bg .content_wrap p.title{ text-align:center; font-weight: 600; font-size: 20px;  }
.f_popup_bg .content_wrap p.content{ font-size: 16px; margin-top:30px; font-weight: 300;  }

@media screen and (max-width: 650px) {
    .f_popup_bg .content_wrap p.content{ font-size: 14px; margin-top: 20px; }
    .f_popup_bg .content_wrap{ padding: 20px 15px;  }
}


/* .sub .subBanner */
.sub .subBanner{ border-bottom: 4px solid #004B55; display: flex; align-items: center; justify-content: center; height: 180px; background-color: #222; background-size: cover; background-repeat: no-repeat; background-position: center; }
.sub.sub01 .subBanner{ background-image: url('../img/sub01_1/bannerBg.png'); }
.sub.sub02 .subBanner{ background-image: url('../img/sub02_1/bannerBg.png'); }
.sub.sub03 .subBanner{ background-image: url('../img/sub03_1/bannerBg.png'); }
.sub.sub04 .subBanner{ background-image: url('../img/sub04_1/bannerBg.png'); }
.sub.sub05 .subBanner{ background-image: url('../img/sub05_1/bannerBg.png'); }
.sub.sub06 .subBanner{ background-image: url('../img/sub06_1/bannerBg.png'); }
.sub.sub08 .subBanner{ background-image: url('../img/sub08_1/bannerBg.png'); }
.sub.sub09_2 .subBanner{ background-image: url('../img/sub09_2/bannerBg.png'); }
.sub.sub09_1 .subBanner{ background-image: url('../img/sub09_1/bannerBg.png'); }
.sub.notice .subBanner{ background-image: url('../img/notice/bannerBg.png'); }

.sub .subBanner .title{ color: #fff; text-align: center; font-size: 24px; font-weight: 700; }

@media screen and (max-width: 650px) {
    .sub .subBanner .title{ font-size: 18px; }
}

/* .sub .subContentSection */
.sub .subContentSection{ padding: 100px 0; }

@media screen and (max-width: 650px) {
    .sub .subContentSection{ padding: 50px 0; }
}

/* .sub .subTitleDiv */
.sub .subTitleDiv .bar{ width: 60px; height: 6px; background-color: #004B55; }
.sub .subTitleDiv .title{ color: #004B55; font-size: 32px; font-weight: 700; margin-top: 10px; }
/* .sub .subTitleDiv .title .green{ color: #10975C; } */
.sub .subTitleDiv .content{ margin-top: 20px; line-height: 1.5em; color: #7F7F7F; word-break: keep-all; }

.sub .subTitleDiv.color2 .bar{ background-color: #5FBFBD; }
.sub .subTitleDiv.color2 .title{ color: #5FBFBD; }

@media screen and (max-width: 1250px) {
    .sub .subTitleDiv .title{ font-size: 24px; }
}
@media screen and (max-width: 650px) {
    .sub .subTitleDiv .bar{ width: 50px; height: 3px; }
    .sub .subTitleDiv .title{ font-size: 20px; }
    .sub .subTitleDiv .content { margin-top: 10px; font-size: 14px; }
    .sub .subTitleDiv .content br{ display: none; }
}

/* .sub01 .subContentSection */
.sub01 .subContentSection img{ max-width: 100%; margin-top: 48px; }

@media screen and (max-width: 650px) {
    .sub01 .subContentSection img{ margin-top: 20px; }
}

/* .sub .pcImg , sub .moImg */
.sub .pcImg{ max-width: 100%; }
.sub .moImg{ display: none; }
@media screen and (max-width: 650px) {
    .sub .pcImg{ display: none; }
    .sub .moImg{ display: block; max-width: 100%; }
}

/* .sub .subTabSection */
.sub .subTabSection{ padding: 30px 0; }
.sub .subTabSection .menuList{ display:flex; align-items: center; justify-content: center; gap: 29px; }
.sub .subTabSection .menuList > li{ flex-grow: 1; max-width: 380px; }
.sub .subTabSection .menuList .item{ display: block; border-radius: 10px; border: 1px solid #E4E4E4; background: #FFF; text-align: center; padding: 20px; border-radius: 10px; border: 1px solid #e4e4e4; color: #7F7F7F; }
.sub .subTabSection .menuList .item.active{ background-color: #004B55; color: #fff; border-color: #004B55; }

@media screen and (max-width: 650px) {
    .sub .subTabSection .menuList{ gap: 10px; font-size: 14px; }
    .sub .subTabSection .menuList .item{ padding: 10px; border-radius: 4px;  }
}
/* .sub .subDotList */
.sub .subDotList{ color: #222; font-size: 20px; font-weight: 400; line-height: 1.5em; }
.sub .subDotList > li{ position: relative; padding-left: 20px; }
.sub .subDotList > li::before{ content:'•'; position: absolute; left: 0; top: 0; }
.sub .subDotList.star > li::before{ content:'*'; }

@media screen and (max-width: 1250px) {
    .sub .subDotList{ font-size: 16px; }
}
@media screen and (max-width: 650px) {
    .sub .subDotList{ font-size: 14px; }
}

/* .sub02_1 .article01 */
.sub02_1 .article01 .imgBox{ margin-top: 50px; position: relative; }
.sub02_1 .article01 .imgBox .subDotList{ position: absolute; left: 0; bottom: 0; }

@media screen and (max-width: 950px) {
    .sub02_1 .article01 .imgBox{ margin-top: 20px; }
    .sub02_1 .article01 .imgBox .subDotList{ position: static; margin-top: 20px; }
}

/* .sub02_1 .article02 */
.sub02_1 .article02{ padding-top: 50px; }
.sub02_1 .article02 .img{ margin-top: 34px; }
.sub02_1 .article02 .subDotList{ font-size: 14px; color: #7f7f7f; margin-top: 20px; }
.sub02_1 .article02 .subDotList > li{ padding-left: 10px; }
@media screen and (max-width: 950px) {
    .sub02_1 .article02 .img{ margin-top: 20px; }
}

/* .sub02_2 .article01 */
.sub02_2 .article01 .halfBox{ margin-top: 50px; display: flex; align-items: center; gap: 60px; justify-content: space-between; }
.sub02_2 .article01 .halfBox .textDiv{ flex-shrink: 0; }
.sub02_2 .article01 .halfBox .numberBox + .numberBox{ margin-top: 38px; }
.sub02_2 .article01 .halfBox .numberBox .title{ color: #004B55; font-size: 20px; font-weight: 800; }
.sub02_2 .article01 .halfBox .numberBox .content{ word-break: keep-all; margin-top: 10px; color: #222; font-weight: 400; line-height: 1.5em; }

@media screen and (max-width: 1250px) {
    .sub02_2 .article01 .halfBox .img{ width: 50%; }
    .sub02_2 .article01 .halfBox{ gap: 20px; }
    .sub02_2 .article01 .halfBox .textDiv{ width: calc(50% - 20px); }
    .sub02_2 .article01 .halfBox .numberBox .content br{ display: none; }
}
@media screen and (max-width: 950px) {
    .sub02_2 .article01 .halfBox{ flex-direction: column; }
    .sub02_2 .article01 .halfBox .img{ width: 100%; max-width: 500px; }
    .sub02_2 .article01 .halfBox .textDiv{ width: 100%; }
}
@media screen and (max-width: 650px) {
    .sub02_2 .article01 .halfBox{ margin-top: 20px; }
    .sub02_2 .article01 .halfBox .numberBox + .numberBox{ margin-top: 15px; }
    .sub02_2 .article01 .halfBox .numberBox .title{ font-size: 16px; }
    .sub02_2 .article01 .halfBox .numberBox .content{ font-size: 14px; }

}

/* .sub03_1 .article01 */
.sub03_1 .article01 .pcBox{ margin-top: 40px; }
.sub03_1 .article01 .pcBox img{ max-width: 100%; }
.sub03_1 .article01 .moBox{ display: none; }

.sub03_1 .article01 .moBox .item + .item{ margin-top: 40px; }
.sub03_1 .article01 .moBox .item .greenTitle{ text-align: center; background-color: #338995; border-radius: 100px; padding: 20px 10px; color: #fff; font-size: 20px; }
.sub03_1 .article01 .moBox .item .stepList{ margin-top: 40px; display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; }
.sub03_1 .article01 .moBox .item .stepList > li{ padding: 5px; width: calc(100% / 2); }
.sub03_1 .article01 .moBox .item .stepList .box .numberBox{ border-radius: 10px; border: 2px solid #338995; padding: 10px; display: flex; align-items: flex-start; gap: 10px; }
.sub03_1 .article01 .moBox .item .stepList .box .numberBox .number{ padding-top: 1.5%; flex-shrink: 0; width: 35px; height: 35px; flex-shrink: 0; border-radius:50%; background-color: #338995; color: #fff; display: flex; align-items: center; justify-content: center;  }
.sub03_1 .article01 .moBox .item .stepList .box .numberBox .text{ font-weight: 700; flex-grow: 1; margin-top: 10px; }
.sub03_1 .article01 .moBox .item .stepList .box .subDotList{ margin-top: 10px; line-height: 1.2em; }
.sub03_1 .article01 .moBox .item .contentBox{ line-height: 1.25em; margin-top: 34px; color: #222; }
.sub03_1 .article01 .moBox .item .bottomBarBox{ margin-top: 30px; color: #004B55; padding-bottom: 10px; font-size: 22px; font-weight: 700; border-bottom: 1px solid #004B55; }
.sub03_1 .article01 .moBox .item .bottomBarBox + .subDotList{ margin-top: 16px; }
.sub03_1 .article01 .ex{ margin-top: 20px; width: 100%; }
@media screen and (max-width: 950px) {
    .sub03_1 .article01 .pcBox{ display: none; }
    .sub03_1 .article01 .moBox{ display: block; margin-top: 40px; }
}

@media screen and (max-width: 650px) {
    .sub03_1 .article01 .moBox .item br{ display: none; }
    .sub03_1 .article01 .moBox .gray{ color: #7f7f7f; }
    .sub03_1 .article01 .moBox .m-t{ margin-top: 20px; }
}
@media screen and (max-width: 470px) {
    .sub03_1 .article01 .moBox .item .greenTitle{ font-size: 18px; }
    .sub03_1 .article01 .moBox .item .stepList > li{ width: 100%; }
}

/* .sub04_1 .article01 */ 
.sub04_1 .article01 .imgBox{ margin-top: 38px; }
.sub04_1 .article01 .subDotList{ color: #7f7f7f; margin-top: 20px; }

/* .sub04_2 .article01 */ 
.sub04_2 .article01 .halfBox{ word-break: keep-all; margin-top: 54px; display: flex;  flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; }
.sub04_2 .article01 .halfBox > li{ padding: 10px; width: calc(100% / 4); }
.sub04_2 .article01 .halfBox > li:nth-child(2){ width: 50%; }
/* .sub04_2 .article01 .halfBox > li:nth-child(2) .item{ background-color: ; } */


.sub04_2 .article01 .halfBox .item .greenBoxTitle{ font-size: 20px; padding: 10px; border-radius: 1000px; background-color: #338995; color: #fff; text-align: center; word-break: keep-all;  }
.sub04_2 .article01 .halfBox .item .img1{ max-width: 100%; display: block; margin: 18px auto 0 auto; }
.sub04_2 .article01 .halfBox .item .borderTextBox{ font-size: 20px; text-align: center; margin-top: 30px; border: 2px solid #338995; padding: 10px; border-radius: 1000px; }
.sub04_2 .article01 .halfBox .item .borderTextBox.numberBox{ background: #fff; text-align: center; display: flex; align-items: center; gap: 10px; }
.sub04_2 .article01 .halfBox .item .borderTextBox.numberBox .number{ border-radius: 1000px; padding: 10px 20px; color: #fff; background: #338995;  }
.sub04_2 .article01 .halfBox .item .borderTextBox.numberBox .text{ font-weight: 700; flex-grow: 1; color: #338995; font-size: 20px; padding-right: 110px; }

.sub04_2 .article01 .halfBox > li:nth-child(2) .contentWrap{ margin-top: 20px; padding: 5px 20px 20px 20px; border-radius: 10px; background: #EBF4F5;  }


.sub04_2 .article01 .halfBox .item .subDotList{ margin-top: 10px; line-height: 1.25em; }
.sub04_2 .article01 .halfBox .item .subDotList.gray{ color: #7F7F7F; font-size: 16px; }

.sub04_2 .article01 .halfBox .item .borderTextBox.numberBox2{ padding: 12px 15px; display: flex; gap: 10px; align-items: center; }
.sub04_2 .article01 .halfBox .item .borderTextBox.numberBox2 .number2{ padding-top: 1.2%; flex-shrink: 0; width: 36px; height: 36px; color: #fff; background: #338995; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.sub04_2 .article01 .halfBox .item .borderTextBox.numberBox2 .text{ flex-grow: 1; padding-right: 30px; }

.sub04_2 .article01 .halfBox > li:nth-child(3) .numberBox2 + .numberBox2{ margin-top: 220px; }
.sub04_2 .article01 .centerText{ text-align: center; margin-top: 76px; line-height: 1.5em; font-size: 24px; font-weight: 700; }
.sub04_2 .article01 .img2{ display:block; margin: 0 auto; margin-top: 36px; max-width: 100%; }
.sub04_2 .article01 .subDotList.bottom{ margin-top: 10px; color: #7f7f7f; }
.sub04_2 .article01 .btnWrap{ margin-top: 44px; display: flex; align-items: center; justify-content: center; }
.sub04_2 .article01 .btnWrap .moreBtn{ width: 100%; max-width: 540px; background: #004B55; padding: 25px 10px; color: #fff; text-align: center;  }


@media screen and (max-width: 1105px) {
    .sub04_2 .article01 .halfBox > li:nth-child(3) .numberBox2 + .numberBox2{ margin-top: 200px; }
}
@media screen and (max-width: 1250px) {
    .sub04_2 .article01 .halfBox .item .borderTextBox{ font-size: 18px; }
}
@media screen and (max-width: 1000px) {
    .sub04_2 .article01 .halfBox > li{ width: 100%; }
    .sub04_2 .article01 .halfBox > li:nth-child(2){ width: 100%; }
    .sub04_2 .article01 .halfBox .item .subDotList{ display: flex; flex-direction: column; align-items: center; }
    .sub04_2 .article01 .halfBox > li:nth-child(3) .numberBox2 + .numberBox2{ margin-top: 20px; }
    .sub04_2 .article01 .centerText{ font-size:18px; margin-top: 40px; }
    .sub04_2 .article01 .centerText br{ display: none; }
}

@media screen and (max-width: 650px) {
    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox .number{ font-size: 14px; }
    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox .text{ padding-right:80px; }
    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox .text br{ display: none; }
    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox .text{ font-size: 18px; }
    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox2 .number2{ font-size: 14px; }
    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox2 .number{ font-size: 14px; }
    .sub04_2 .article01 .btnWrap .moreBtn{ padding: 15px 10px; }
    .sub04_2 .article01 .centerText{ font-size: 14px; }

    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox{ padding: 5px; }
    .sub04_2 .article01 .halfBox .item .borderTextBox.numberBox .text{ font-size: 16px; }

}

/* .sub05_1 .article01 */
.sub05_1 .article01{ word-break: keep-all; overflow: hidden; }
.sub05_1 .article01 .greenBg{ margin-top: 40px; padding: 40px; border-radius: 10px; background-color: #D6E7EA;  }
.sub05_1 .article01 .greenBg .img{ max-width: 100%; }

.sub05_1 .article01 .halfBox{ margin-top: 40px; display: flex; flex-wrap:wrap; }
.sub05_1 .article01 .halfBox > li{ width: 100%; }
.sub05_1 .article01 .halfBox > li + li{ margin-top: 42px; }
.sub05_1 .article01 .halfBox .item{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub05_1 .article01 .halfBox .box1{ width: calc(40% - 10px); }
.sub05_1 .article01 .halfBox .box2{ width: calc(60% - 10px); }
.sub05_1 .article01 .halfBox .tableHeader{ font-size: 20px; padding: 18px 20px; text-align: center; color: #fff; border-radius:1000px; background-color: #338995;  }
.sub05_1 .article01 .halfBox .bgBox{ background-color: #267B86; color: #fff; border-radius:10px; display: flex; align-items: center; gap: 13px; padding:15px 26px; }
.sub05_1 .article01 .halfBox .bgBox.bg2{ background-color: #0E616C; }
.sub05_1 .article01 .halfBox .bgBox.bg3{ background-color: #004B55; }
.sub05_1 .article01 .halfBox .bgBox .subDotList{ color: #fff; font-size: 16px; margin-top: 5px; }
.sub05_1 .article01 .halfBox .bgBox .icon{ flex-shrink: 0; }
.sub05_1 .article01 .halfBox .contentBox .subDotList{ flex-wrap: wrap; margin-top: 10px; font-size: 16px; display: flex; flex-direction: column; gap: 26px; }
.sub05_1 .article01 .halfBox .contentBox .subDotList.halfList{ flex-direction: row; }
.sub05_1 .article01 .halfBox .contentBox .subDotList > li.half{ width: calc((100% / 2) - 13px); }
.sub05_1 .article01 .halfBox .contentBox .subDotList .greenText{ font-weight: 700; font-size: 20px; color: #267B86; font-size: 20px; }
.sub05_1 .article01 .halfBox .contentBox .subDotList .content{ margin-top: 5px; color: #7F7F7F; }

.sub05_1 .article01 .halfBox .bgBox .leftListHalf{ display: flex; gap: 10px; }
.sub05_1 .article01 .halfBox .bgBox .leftListHalf .listWrap{ flex-grow: 1; }

.sub05_1 .article01 .halfBox .contentBox .subDotList .greenText.color2{ color: #17593D; }

.sub05_1 .article01 .halfBox > li.type2{ padding-top: 40px;  border-top: 1px solid #D9D9D9;}


@media screen and (max-width: 1250px) {
    .sub05_1 .article01 .halfBox .tableHeader{ font-size: 16px; }
}
@media screen and (max-width: 1030px) { 
    .sub05_1 .article01 .halfBox > li.type1{ padding-top: 40px;  border-top: 1px solid #D9D9D9;}
    .sub05_1 .article01 .halfBox .item{ flex-direction: column; gap: 10px; }
    .sub05_1 .article01 .halfBox .tableHeader{ width: 100%; }

    .sub05_1 .article01 .halfBox .box1{ width: 100%; }
    .sub05_1 .article01 .halfBox .box2{ width: 100%; }
}
@media screen and (max-width: 950px) {
    .sub05_1 .article01 .greenBg{ padding: 20px; }
    .sub05_1 .article01 .halfBox .contentBox .subDotList > li.half{ width: 100%; }
    .sub05_1 .article01 .halfBox .bgBox .leftListHalf{ flex-direction: column; }
    .sub05_1 .article01 .halfBox .bgBox .subDotList{ display: flex; flex-wrap: wrap; gap: 5px; margin-right: 5px; }
}
@media screen and (max-width: 650px) {
    .sub05_1 .article01 .greenBg{ padding: 10px; margin-top: 20px; }
    .sub05_1 .article01 .halfBox .box1{ padding: 10px; gap: 15px; font-size: 14px; }
    .sub05_1 .article01 .halfBox .box2{ padding: 10px; }
    .sub05_1 .article01 .halfBox .bgBox .icon{ width: 80px; height: 80px; }
    .sub05_1 .article01 .halfBox > li.type1, .sub05_1 .article01 .halfBox > li.type2{ margin-top: 20px; }
    .sub05_1 .article01 .halfBox .tableHeader{ font-size: 14px; }
    .sub05_1 .article01 .halfBox .bgBox .subDotList{ font-size: 14px; }
    .sub05_1 .article01 .halfBox .contentBox .subDotList{ gap: 10px; }
    .sub05_1 .article01 .halfBox .contentBox .subDotList .greenText{ font-size: 16px; }
    .sub05_1 .article01 .halfBox .contentBox .subDotList .content{ font-size: 14px; }
}

/* .sub08_1 .article01 */
.sub08_1 .article01 .content1{ margin-top: 24px; line-height: 1.5em; font-size: 18px; font-weight: 600; }
.sub08_1 .article01 .tableWrap{ margin-top: 46px; }
.sub08_1 .article01 .tableWrap .greenText{ color: #338995; } 
.sub08_1 .article01 .tableWrap .tableBox{ margin-top: 5px; }
.sub08_1 .article01 .tableWrap .tableBox .row{ display: flex; }
.sub08_1 .article01 .tableWrap .tableBox .box{ padding: 15px; word-break: keep-all; }
.sub08_1 .article01 .tableWrap .tableBox .box1{ width: 15%; flex-shrink: 0; }
.sub08_1 .article01 .tableWrap .tableBox .box2{ width: calc(85% / 3); } 
.sub08_1 .article01 .tableWrap .tableBox .box3{ width: calc(85% / 3); } 
.sub08_1 .article01 .tableWrap .tableBox .box4{ width: calc(85% / 3); } 
.sub08_1 .article01 .tableWrap .tableBox .head .box{ background-color: #338995; color: #fff; } 
.sub08_1 .article01 .tableWrap .tableBox .head .box + .box{ border-left: 1px solid #fff; }
.sub08_1 .article01 .tableWrap .tableBox .center{ text-align: center; }
.sub08_1 .article01 .tableWrap .tableBox .body { border-bottom: 1px solid #338995; }
.sub08_1 .article01 .tableWrap .tableBox .body .row{ border-bottom: 1px solid #E4E4E4; }
.sub08_1 .article01 .tableWrap .tableBox .body .contentDiv{ font-weight: 700; display: flex; flex-grow: 1; flex-direction: column; }
.sub08_1 .article01 .tableWrap .tableBox .body .box1{ color: #338995; width: 15%; display: flex; align-items: center; justify-content: center; }
.sub08_1 .article01 .tableWrap .tableBox .body .box2{ width: calc(100% / 3); border-right: 1px solid #E4E4E4; }
.sub08_1 .article01 .tableWrap .tableBox .body .box3{ width: calc(100% / 3); border-right: 1px solid #E4E4E4; }
.sub08_1 .article01 .tableWrap .tableBox .body .box4{ width: calc(100% / 3); }
.sub08_1 .article01 .tableWrap .bg2{ background-color: rgba(51, 137, 149, .1); border-right: 1px solid #338995;  }


@media screen and (max-width: 1250px) {
    .sub08_1 .article01 .content1{ font-size: 16px; }
}
@media screen and (max-width: 800px) {
    .sub08_1 .article01 .tableWrap .tableBox{ font-size: 14px; }
}
@media screen and (max-width: 650px) {
    .sub08_1 .article01 .tableWrap .tableBox{ font-size: 3vw; }
    .sub08_1 .article01 .tableWrap .tableBox .box{ padding: 2vw; }
    .sub08_1 .article01 .tableWrap .tableBox .box1{ width: 16vw; }
    .sub08_1 .article01 .tableWrap .tableBox .body .box1{ width: 16vw; }
    .sub08_1 .article01 .tableWrap .tableBox .box2{ width: calc((100% - 16vw) / 3); }
    .sub08_1 .article01 .tableWrap .tableBox .box3{ width: calc((100% - 16vw) / 3); }
    .sub08_1 .article01 .tableWrap .tableBox .box4{ width: calc((100% - 16vw) / 3); }
    .sub08_1 .article01 .content1{ font-size: 14px; }
}

/* .sub08_1 .article01 */
.sub08_1 .article01 .halfBox{ display: flex; flex-wrap: wrap; margin-top: 76px; width: calc(100% + 20px); margin-left: -10px; }
.sub08_1 .article01 .halfBox .box{ padding: 10px;  }
.sub08_1 .article01 .halfBox > li{ width: 50%; }
.sub08_1 .article01 .halfBox .box .content{ font-weight: 700; font-size: 18px; line-height: 1.5em; }
.sub08_1 .article01 .halfBox .box .subTitleDiv .titleWrap{ display: flex; align-items: flex-end; gap: 10px; justify-content: space-between; }
.sub08_1 .article01 .halfBox .box .subTitleDiv .titleWrap .subTitle{ font-weight: 700; color: #222; }
.sub08_1 .article01 .halfBox .downloadBtn{ font-weight: 500; background-image: url('../img/boardImg/folder.png'); background-repeat: no-repeat; background-position: left 15px center; margin-top: 10px; width: 100%; padding: 15px; padding-left: 60px;  background-color: #fff; border: 1px solid #e6e6e6; border-radius: 8px; display: block; }
.sub08_1 .article01 .halfBox .downloadBtn .info{ color: #999; font-size: 14px; line-height: 1em; }

@media screen and (max-width: 900px) {
    .sub08_1 .article01 .halfBox > li{ width: 100%; }
}
@media screen and (max-width: 650px) {
    .sub08_1 .article01 .halfBox .box .subTitleDiv .titleWrap .subTitle{ font-size: 14px; }
    .sub08_1 .article01 .halfBox .box .content{ font-size: 14px; }
}

/* .sub09_1 .article01 */
.sub09_1 .article01 .logoBox{ margin-top: 35px; display: flex; align-items: center; gap: 43px; }
.sub09_1 .article01 .logoBox .logo{ max-width: 100%; }
.sub09_1 .article01 .logoBox .content{ font-size: 18px; line-height: 1.5em; }

.sub09_1 .article02{ padding-top: 50px; }
.sub09_1 .subTitleDiv .bar.green2{ background-color: #004B55; }
.sub09_1 .article02 .itemList{ margin-top: 34px; }
.sub09_1 .article02 .itemList > li + li{ padding-top: 20px; }
.sub09_1 .article02 .itemList .item{ display: flex; align-items: center; gap: 30px; }
.sub09_1 .article02 .itemList .item .logo{ flex-shrink: 0; }
.sub09_1 .article02 .itemList .item .contentBox{ flex-grow: 1; }
.sub09_1 .article02 .itemList .item .contentBox .title1{ color: #004B55; font-size: 18px; font-weight: 700; }
.sub09_1 .article02 .itemList .item .contentBox .content{ word-break: keep-all; line-height: 1.5em; margin-top: 5px; color: #7f7f7f; padding-bottom: 20px; border-bottom: 1px solid #E4E4E4; }

@media screen and (max-width: 1250px) {
    .sub09_1 .article01 .logoBox{ flex-direction: column; gap: 20px; align-items: flex-start; }
    .sub09_1 .article01 .logoBox .content{ width: 100%; }
}
@media screen and (max-width: 650px) {
    .sub09_1 .article01 .logoBox{ align-items: center; }
    .sub09_1 .article02 .itemList .item{ flex-direction: column; gap: 20px; }
    .sub09_1 .article01 .logoBox .content{ font-size: 14px; }
    .sub09_1 .article01 .logoBox .content br{ display: none; }
    .sub09_1 .article02 .itemList .item .contentBox .title1{ font-size: 16px; }
    .sub09_1 .article02 .itemList .item .contentBox .content{ font-size: 14px; }
}

.sub09_1 .article03{ padding-top: 80px; overflow: hidden; }
.sub09_1 .article03 .contentWrap{ padding-top: 50px; }
.sub09_1 .article03 .contentWrap .titleBox{ /* text-align: center; color: #10975C; */ font-size: 18px; font-weight: 700; }
.sub09_1 .article03 .contentWrap .itemList{ display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; margin-top: 25px; margin-left: -10px; width: calc(100% + 20px); }
.sub09_1 .article03 .contentWrap .itemList > li{ width: calc(100% / 4); padding: 10px; }
.sub09_1 .article03 .contentWrap .itemList .content{ font-weight: 700; text-align: center; color: #004B55; font-size: 18px; }
.sub09_1 .article03 .contentWrap .itemList .logo{ width: 100%; padding-left: 2%; }

@media screen and (max-width: 1250px) {
    .sub09_1 .article03 .contentWrap .titleBox{ font-size: 16px; }
    .sub09_1 .article03 .contentWrap .itemList .content{ font-size: 16px; }
}
@media screen and (max-width: 900px) {
    .sub09_1 .article03 .contentWrap .itemList > li{ width: calc(100% / 3); }
}
@media screen and (max-width: 650px) {
    .sub09_1 .article03 .contentWrap .itemList .content{ font-size: 14px; }
}
@media screen and (max-width: 500px) {
    .sub09_1 .article03 .contentWrap{ padding-top: 20px; }
    .sub09_1 .article03 .contentWrap .titleBox{ font-size: 18px; }
    .sub09_1 .article03 .contentWrap .itemList{ padding-top: 10px; }
    .sub09_1 .article03 .contentWrap .itemList .content{ font-size: 3vw; }
}


/* .sub09_2 .article01 */
.sub09_2 .article01 .graph{ margin-top: 40px; max-width: 100%; }

@media screen and (max-width: 650px) {
    .sub09_2 .article01 .graph{ margin-top: 20px; }
}


/* 피그마 플로우 부분 */

/* 로그인페이지 */
.subLoginSection{ padding: 120px 0; display: flex; align-items: center; justify-content: center; background-color: #004B55; background-image: url('../img/login/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.subLoginSection .inner{ max-width: 100%; width: auto; }
.subLoginSection .whiteBox{ width: 600px; max-width: 100%; background-color: #fff; padding: 40px; border-radius: 20px; }
.subLoginSection .whiteBox .logo{ display: block; margin: 0 auto; max-width: 100%; }
.subLoginSection .whiteBox .companyName{ text-align: center; margin-top: 10px; font-size: 22px; font-weight: 700; }
.subLoginSection .whiteBox .content{ word-break: keep-all; margin-top: 10px; text-align: center; color: #7F7F7F; line-height: 1.25em;  }
.subLoginSection .whiteBox .content b{ font-weight: 700; }
.subLoginSection .whiteBox .content .green{ color: #004B55; }
.subLoginSection .whiteBox .loginFormList{ margin: 28px auto 0 auto; max-width: 428px; width: 100%; }
.subLoginSection .whiteBox .loginFormList > li + li{ margin-top: 14px; }
.subLoginSection .whiteBox .loginFormList .ipt{ background-position: left 15px center; background-repeat: no-repeat; border-radius: 100px; background-color: #F8F8F8; padding: 15px; padding-left: 55px; border: 1px solid #F8F8F8; }
.subLoginSection .whiteBox .loginFormList .ipt::placeholder{ color:#AFAFAF; }
.subLoginSection .whiteBox .loginFormList .ipt:focus{ border:1px solid #f8f8f8 !important; box-shadow: unset !important;  }
.subLoginSection .whiteBox .loginFormList .ipt.email{ background-image: url('../img/login/email.png') !important; }
.subLoginSection .whiteBox .loginFormList .ipt.password{ background-image: url('../img/login/password.png') !important; }
.subLoginSection .whiteBox .loginBtn{ text-align: center; border: none; margin: 14px auto 0 auto; display: block; padding: 15px 20px; color: #fff; font-weight: 700; border-radius: 10px; width: 100%; max-width: 446px; background-color: #004B55; }
.subLoginSection .whiteBox .loginMenuBox{ margin-top: 14px; display: flex; gap: 20px; justify-content: center; color: #7F7F7F; }

@media screen and (max-width: 650px) {
    .subLoginSection{ padding: 50px 0; }
    .subLoginSection .whiteBox .companyName{  font-size: 18px;}
    .subLoginSection .whiteBox .content{ font-size: 14px; }
    .subLoginSection .whiteBox .loginMenuBox{ font-size: 14px; }
}


/* 회원가입 카테고리 */
.signupCategorySection{ position: relative; overflow: hidden; padding: 100px 0; display: flex; align-items: center; justify-content: center; background-color: #004B55; }
.signupCategorySection .whiteBox{ background-color: #FFF; border-radius: 20px; padding: 50px; }
.signupCategorySection .whiteBox .btnBox{ display: flex; align-items: flex-start;  }
.signupCategorySection .whiteBox .btnBox .backBtn{ background: transparent; border: none; display: flex; align-items: center; gap: 5px; color: #7F7F7F; }
.signupCategorySection .whiteBox .bottomBarTitle{ display: flex; padding-bottom: 12px; border-bottom: 2px solid #D9D9D9; margin-top: 20px; }
.signupCategorySection .whiteBox .bottomBarTitle.spaceBetween{ flex-wrap: wrap; justify-content: space-between; gap: 10px; align-items: center; }
.signupCategorySection .whiteBox .bottomBarTitle .text{ font-weight: 700; font-size: 20px; }
.signupCategorySection .whiteBox .bottomBarTitle .text .blue{ color: #004B55; }
.signupCategorySection .whiteBox .halfBox{ display: flex; flex-wrap: wrap; margin-top: 15px; width: calc(100% + 30px); margin-left: -15px; }
.signupCategorySection .whiteBox .halfBox > li{ padding: 15px; width: calc(100% /2); }
.signupCategorySection .whiteBox .halfBox .item .imgBox{ background-color: #efefef; height: 370px; border-radius: 10px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.signupCategorySection .whiteBox .halfBox .item .imgBox.img1{ background-image: url('../img/signupCategory/img1.png'); }
.signupCategorySection .whiteBox .halfBox .item .imgBox.img2{ background-image: url('../img/signupCategory/img2.png'); }
.signupCategorySection .whiteBox .halfBox .item .imgBox.img3{ background-image: url('../img/signupCategory/img3.png'); }
.signupCategorySection .whiteBox .halfBox .item .titleBox{ margin-top: 12px; display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; border-radius: 10px; border: 1px solid #e4e4e4;  }
.signupCategorySection .whiteBox .halfBox .item .titleBox .text1{ font-weight: 700; font-size: 18px; }
.signupCategorySection .whiteBox .halfBox .item .nextBtn{ display: flex; align-items: center; gap: 8px; flex-shrink: 0; padding: 15px 20px; color: #fff; font-weight: 400; background-color: #004B55; border-radius: 10px; }

@media screen and (max-width: 1250px) {
    .signupCategorySection .whiteBox .halfBox .item .imgBox{ height: 31vw; }
    .signupCategorySection .whiteBox .halfBox .item .titleBox{ padding: 15px; }
}
@media screen and (max-width: 900px) {
    .signupCategorySection .whiteBox .halfBox > li{ width: 100%; }
    .signupCategorySection .whiteBox .halfBox .item .imgBox{ height: 56vw; }
}
@media screen and (max-width: 650px) {
    .signupCategorySection{ padding: 50px 0; }
    .signupCategorySection .whiteBox{ padding: 15px; }
    .signupCategorySection .whiteBox .btnBox .backBtn{ font-size: 14px; }
    .signupCategorySection .whiteBox .bottomBarTitle .text{ font-size: 18px; }
    .signupCategorySection .whiteBox .halfBox .item .titleBox{ padding: 10px 15px; font-size: 14px; }
    .signupCategorySection .whiteBox .halfBox .item .titleBox .text1{ font-size: 16px; }
    .signupCategorySection .whiteBox .halfBox .item .nextBtn{ padding: 10px; border-radius: 5px; }
    .signupCategorySection .whiteBox .halfBox .item .nextBtn .arrow{ width: 20px; }

}

/* 회원가입 약관동의 */
.singupAgreeSection{ padding: 100px 0; background-color: #FAFAFA; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.singupAgreeSection .whiteBox{ margin: 0 auto; width: 100%; max-width: 580px; background-color: #fff; padding: 50px 10px; }
.singupAgreeSection .whiteBox .contentWrap{ margin: 0 auto; max-width: 380px; }
.singupAgreeSection .whiteBox .contentWrap .logo{ display: block; margin: 0 auto; max-width: 100%; }
.singupAgreeSection .whiteBox .contentWrap .title{ margin-top: 15px; text-align: center; font-weight: 700; font-size: 20px; }
.singupAgreeSection .whiteBox .contentWrap .content{ margin-top: 10px; text-align: center; color: #7f7f7f; word-break: keep-all; }
.singupAgreeSection .whiteBox .contentWrap .content .green{ color: #3E67EE; }
.singupAgreeSection .whiteBox .contentWrap .signupCheckBox input[type="checkbox"]{ display: none; }
.singupAgreeSection .whiteBox .contentWrap .signupCheckBox input[type="checkbox"] + .text{ cursor: pointer; color: #7F7F7F; font-size: 14px; margin-top: 20px; position: relative; padding:10px 0; padding-left: 30px; }
.singupAgreeSection .whiteBox .contentWrap .signupCheckBox.allCheck input[type="checkbox"] + .text{ background-color: #222; color: #fff; font-size: 16px; padding: 20px 10px; padding-left: 50px; }
.singupAgreeSection .whiteBox .contentWrap .signupCheckBox.allCheck input[type="checkbox"] + .text::before{ top: 18px; left: 20px; }
.singupAgreeSection .whiteBox .contentWrap .signupCheckBox input[type="checkbox"] + .text::before{ content:''; position: absolute; left: 0; top: 8px; display: block; width: 20px; height: 20px; border: 1px solid #e4e4e4; background: #fff; }
.singupAgreeSection .whiteBox .contentWrap .signupCheckBox input[type="checkbox"]:checked + .text::before{ background-image: url('../img/singupAgreeSection/gray_check_icon.png'); background-size: 70%; background-repeat: no-repeat; background-position: center; }
.singupAgreeSection .whiteBox .contentWrap .scrollBox{ margin-top: 16px; padding: 20px; border: 1px solid #D9D9D9; color: #7F7F7F; font-size: 14px; height: 120px; overflow-y: scroll; }
.singupAgreeSection .whiteBox .contentWrap .nextBtn{ margin-top: 20px; padding: 15px; background-color: #222; color: #fff; border-radius: 10px; display: block; width: 100%; border: 1px solid #222; }

@media screen and (max-width: 650px) {
    .singupAgreeSection{ padding: 50px 0; }
    .singupAgreeSection .whiteBox .contentWrap .title{ font-size: 18px; }
    .singupAgreeSection .whiteBox .contentWrap .content{ font-size: 14px; }
    .singupAgreeSection .whiteBox .contentWrap .signupCheckBox.allCheck input[type="checkbox"] + .text{ font-size: 14px; }

}

/* 회원가입 , 기업회원 2단계  */
.sub.signup .signupCategorySection .formList{ margin: 0 auto ; max-width: 780px; margin-top: 20px; }
.sub.signup .signupCategorySection .formBar{ width: 100%; height: 1px; margin: 20px auto 0 auto; max-width: 780px; background: #D9D9D9;  }
.sub.signup .signupCategorySection .addMemberBtn{ width: 100%; display: block; padding: 14px 10px; font-weight: 700; background-color: #222; color: #fff; text-align: center; border: 0; border: 1px solid #222; }
.sub.signup .signupCategorySection .addMemberBtn:disabled{ background: #7f7f7f; border-color: #7f7f7f; }
.sub.signup .signupCategorySection .memberList{ margin-top: 10px; display: flex; gap: 10px; flex-wrap: wrap; }
.sub.signup .signupCategorySection .memberList .member{ 
    display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 4px; border: 1px solid #222; 
    padding: 14px 22px; min-width: 146px;
}
.sub.signup .signupCategorySection .memberList .member .text{ font-size: 14px; font-weight: 700; color: #004B55; }
.sub.signup .signupCategorySection .memberList .member .deleteBtn{ border: none; background: transparent; }
.sub.signup .signupCategorySection .signupBtn{ display: block; margin: 0 auto; margin-top: 20px; max-width: 380px; width: 100%; background-color: #004B55; color: #fff; font-weight: 700; padding: 20px 10px; border-radius: 10px; border: none; }
.sub.signup .signupCategorySection .deleteMemberDiv{ display: flex; justify-content: center; align-items: center; margin-top: 10px; }
.sub.signup .signupCategorySection .deleteMemberDiv .memberDeleteText{ font-size: 14px; color: #7f7f7f; }
@media screen and (max-width: 650px) {
    .sub.signup .signupCategorySection .memberList .member{ min-width: unset; padding: 10px; }
    .sub.signup .signupCategorySection .signupBtn{ padding: 15px 10px; max-width: unset; }
}

/* 회원가입 , 기업회원 2단계 , 기업 담당자 추가 팝업  */
.sub.signup .memberAddPopupSection{ transition: opacity .5s, visibility .5s; opacity: 0; visibility: hidden; padding: 10px; display: flex; align-items: center; justify-content: center; position: fixed; left: 0; top: 0; z-index: 9999999; background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; }
.sub.signup .memberAddPopupSection.show{ opacity: 1; visibility: visible; }
.sub.signup .memberAddPopupSection .closeBtnDiv{ display: flex; align-items: center; justify-content: flex-end; }
.sub.signup .memberAddPopupSection .closeBtnDiv .closeBtn{ padding: 10px 0; background: transparent; border: none; }
.sub.signup .memberAddPopupSection .whiteBox{ background-color: #fff; max-height: 60vh; overflow-y: scroll; }
.sub.signup .memberAddPopupSection .formList{ width: 100%; }

/* 회원가입 3단계 */
.signupResultSection{ background-color: #004B55; padding: 150px 0; display: flex; align-items: center; justify-content: center; }
.signupResultSection .inner{ width: 100%; max-width: 600px; }
.signupResultSection .whiteBox{ padding: 50px 20px; background-color: #fff; border-radius: 20px; box-shadow: 6px 26px 24px 0px rgba(0, 0, 0, 0.20); }
.signupResultSection .whiteBox .logo{ max-width: 100%; display: block; margin: 0 auto; }
.signupResultSection .whiteBox .title{ margin-top: 15px; font-weight: 700; font-size: 22px; text-align: center; }
.signupResultSection .whiteBox .title .green{ color: #004B55; }
.signupResultSection .whiteBox .content{ margin-top: 15px; text-align: center; color: #7f7f7f; }
.signupResultSection .whiteBox .content .green{ color: #004B55; }
.signupResultSection .whiteBox .homeBtn{ margin: 0 auto; margin-top: 50px; display: block; width: 100%; max-width: 380px; padding: 20px 10px; border-radius: 10px; color: #fff; text-align: center; background-color: #004B55;  }

@media screen and (max-width: 1250px) {
    .signupResultSection{ padding: 100px 0; }
    .signupResultSection .whiteBox .title{ font-size: 18px; }
}
@media screen and (max-width: 650px) {
    .signupResultSection{ padding: 50px 0; }
    .signupResultSection .whiteBox .title{ font-size: 16px; }
    .signupResultSection .whiteBox .content{ font-size: 14px; }
    .signupResultSection .whiteBox .homeBtn{ padding: 10px; max-width: unset; width: 80%; }
}

/* .mypage .mypageTable */
.sub.mypage .mypageSection{ padding: 100px 0; background-color: #004B55; }
.sub.mypage .mypageSection .whiteBox{ background-color: #fff; border-radius: 20px; padding: 35px 50px; }
.sub.mypage .mypageSection .whiteBox .bottomBarTitle{ padding-bottom: 10px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #D9D9D9; }
.sub.mypage .mypageSection .whiteBox .bottomBarTitle .title{ font-size: 20px;  }
.sub.mypage .mypageSection .whiteBox .bottomBarTitle .title b{ font-weight: 700; }
.sub.mypage .mypageSection .whiteBox .bottomBarTitle .title .green{ color: #004B55; }
.sub.mypage .mypageSection .whiteBox .bottomBarTitle .modifyBtn{ font-size: 12px; padding: 10px 17px; color: #fff; background-color: #7f7f7f; border-radius: 4px; }
.sub.mypage .mypageSection .whiteBox .tabBtnList{ margin-top: 50px; display: flex; border-bottom: 1px solid #D9D9D9; }
.sub.mypage .mypageSection .whiteBox .tabBtnList > li{ width: calc(100% / 2); }
.sub.mypage .mypageSection .whiteBox .tabBtnList .item{ display: flex; display: block; padding: 10px; text-align: center; font-size: 20px; color: #7F7F7F; }
.sub.mypage .mypageSection .whiteBox .tabBtnList .item.active{ font-weight: 700; color: #004B55; border-bottom: 2px solid #004B55; }

.sub.mypage .whiteBox .tabBtnList.type2{ margin-top: 50px; display: flex; border-bottom: 1px solid #D9D9D9; }
.sub.mypage .whiteBox .tabBtnList.type2 > li{ width: calc(100% / 2); }
.sub.mypage .whiteBox .tabBtnList.type2 .item{ display: flex; display: block; padding: 10px; text-align: center; font-size: 20px; color: #7F7F7F; }
.sub.mypage .whiteBox .tabBtnList.type2 .item.active{ font-weight: 700; color: #004B55; border-bottom: 2px solid #004B55; }

.sub .mypageTable{ margin-top: 50px; border-top: 1px solid #E4E4E4; }
.sub .mypageTable > li{ border-bottom: 1px solid #e4e4e4; }
.sub .mypageTable > li .item{ display: flex; align-items: center; } 
.sub .mypageTable > li .item.gray{background-color: #e4e4e4;} 
.sub .mypageTable > li .box .ellipsis{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sub .mypageTable > li .box{  padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sub .mypageTable > li .box1{flex-shrink: 0;  width: 15%; text-align: left;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sub .mypageTable > li .box2{ flex-grow: 1; width: 55%; text-align: left; }
.sub .mypageTable > li .box3{ flex-shrink: 0; width: 10%;  }
.sub .mypageTable > li .box4{ flex-shrink: 0; width: 10%;  }
.sub .mypageTable > li .box5{ flex-shrink: 0; width: 15%;  }
.sub .mypageTable > li .titleBg{ text-align: center; background-color: #F5F5F5; }
.sub .mypageTable > li .labelBtn{ border: none; font-size: 14px; display: inline-block; padding: 5px 10px; color: #fff; border-radius: 4px; background-color: #004B55; }

.sub .mypageTable.mo_title2 > li .box2{ flex-grow: 1; width: auto; }

@media screen and (max-width: 1250px) {
    .sub.mypage .mypageSection .whiteBox .bottomBarTitle .title{ font-size: 18px; }
    .sub.mypage .mypageSection .whiteBox .tabBtnList .item{ font-size: 18px; }

    .sub.mypage .whiteBox .tabBtnList.type2 .item{ font-size: 18px; }

    .sub .mypageTable > li .box2{ width: 35%; }
    .sub .mypageTable > li .box3{ width: 20%;  }
    .sub .mypageTable > li .box4{ width: 20%;  }
    .sub .mypageTable > li .box5{ width: 15%;  }
}
@media screen and (max-width: 950px) {
    .sub.mypage .mypageSection .whiteBox{ padding: 20px; border-radius: 10px; }
}
@media screen and (max-width: 900px) {
    .sub .mypageTable { overflow: hidden; }
    .sub .mypageTable > li{ padding: 10px 0; overflow: hidden; }
    .sub .mypageTable > li:nth-child(1){ display: none; }
    .sub .mypageTable > li .item{ display: flex; flex-direction: column; overflow: hidden; }
    .sub .mypageTable > li .box{ overflow: hidden; text-align: left; padding: 5px 0; display: flex; align-items: flex-start; gap: 5px; }
    .sub .mypageTable > li .box1{ width: 100%; flex-shrink: 0; flex-grow: 1;}
    .sub .mypageTable > li .box2{ width: 100%; }
    .sub .mypageTable > li .box3{ width: 100%; }
    .sub .mypageTable > li .box4{ width: 100%; }
    .sub .mypageTable > li .box5{ width: 100%; }

    .sub .mypageTable > li .box1::before{ content:'- 유형 : '; color:#7f7f7f; flex-shrink: 0; }
    .sub .mypageTable > li .box2::before{ content:'- 진단 평가명 : '; color:#7f7f7f; flex-shrink: 0; }
    .sub .mypageTable > li .box3::before{ content:'- 생성일 : '; color:#7f7f7f; flex-shrink: 0; }
    .sub .mypageTable > li .box4::before{ content:'- 마감기간 : '; color:#7f7f7f; flex-shrink: 0; }
    .sub .mypageTable > li .box5::before{ content:'- 비고 : '; color:#7f7f7f; flex-shrink: 0; }
}
@media screen and (max-width: 650px) {
    .sub.mypage .mypageSection .whiteBox .bottomBarTitle .title{ font-size: 16px; }
    .sub.mypage .mypageSection .whiteBox .tabBtnList .item{ font-size: 16px; }
    .sub.mypage .whiteBox .tabBtnList.type2 .item{ font-size: 16px; }


}

/* 회원가입 , 기업회원 2단계 , 기업 담당자 추가 팝업  */
.sub.signup .deleteMemberPopupSection{ transition: opacity .5s, visibility .5s; opacity: 0; visibility: hidden; padding: 10px; display: flex; align-items: center; justify-content: center; position: fixed; left: 0; top: 0; z-index: 9999999; background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; }
.sub.signup .deleteMemberPopupSection.show{ opacity: 1; visibility: visible; }
.sub.signup .deleteMemberPopupSection .closeBtnDiv{ display: flex; align-items: center; justify-content: flex-end; }
.sub.signup .deleteMemberPopupSection .closeBtnDiv .closeBtn{ padding: 10px 0; background: transparent; border: none; }
.sub.signup .deleteMemberPopupSection .whiteBox{ max-width: 1200px; width: 100%; max-height: 80vh; overflow-y: scroll; }
.sub.signup .deleteMemberPopupSection .formList{ width: 100%; }

.sub.signup .deleteMemberPopupSection .contentBox{ margin: 0 auto; width: 100%; max-width: 870px; margin-top: 30px; font-size: 18px; }
.sub.signup .deleteMemberPopupSection .dotList{ font-size: 16px; color: #7f7f7f; margin-top: 16px; }
.sub.signup .deleteMemberPopupSection .dotList > li{ word-break: keep-all; position: relative; padding-left: 10px; }
.sub.signup .deleteMemberPopupSection .dotList > li + li{ margin-top: 5px;  }
.sub.signup .deleteMemberPopupSection .dotList > li:before{ content:'•'; position: absolute; left: -5px; top: 0; }

.sub.signup .deleteMemberPopupSection .tableBox{ margin-top: 20px; }
.sub.signup .deleteMemberPopupSection .tableBox .boxWrap{ display: flex; border-bottom: 1px solid #E4E4E4; }
.sub.signup .deleteMemberPopupSection .tableBox .boxWrap .box{ padding: 10px; }
.sub.signup .deleteMemberPopupSection .tableBox .boxWrap .box1{ flex-grow: 1;}
.sub.signup .deleteMemberPopupSection .tableBox .boxWrap .box2{ flex-shrink: 0; width: 200px; }
.sub.signup .deleteMemberPopupSection .tableBox .boxWrap .title{ font-size: 18px; }
.sub.signup .deleteMemberPopupSection .tableBox .boxWrap .content{ color: #7f7f7f; }

.sub.signup .deleteMemberPopupSection .labelDiv{ display: flex; justify-content: flex-start; margin-top: 20px; }
.sub.signup .deleteMemberPopupSection .labelDiv input[type="checkbox"]{ display: none; }
.sub.signup .deleteMemberPopupSection .labelDiv input[type="checkbox"] + .text{ position: relative; padding-left: 20px; font-size: 14px; }
.sub.signup .deleteMemberPopupSection .labelDiv input[type="checkbox"] + .text::before{ content:''; display: block; width: 15px; height: 15px; position: absolute; left: 0; top: 0; background-color: #004B55;  }
.sub.signup .deleteMemberPopupSection .labelDiv input[type="checkbox"]:checked + .text::before{ background-image: url('../img/common/white_check_icon.png'); background-size: 60%; background-repeat: no-repeat; background-position: center;  }

@media screen and (max-width: 900px) {
    .sub.signup .deleteMemberPopupSection .tableBox .boxWrap .box2{ width: 100px; }
}
@media screen and (max-width: 650px) {
    .sub.signup .deleteMemberPopupSection .tableBox .boxWrap .title{ font-size: 16px; }
    .sub.signup .deleteMemberPopupSection .tableBox .boxWrap .content{ font-size: 14px; }
    .sub.signup .deleteMemberPopupSection .tableBox .boxWrap .box2{ width: 80px; }

    .sub.signup .deleteMemberPopupSection .contentBox{ font-size: 16px; }
    .sub.signup .deleteMemberPopupSection .dotList{ margin-top: 10px; font-size: 14px; }
}

/* 협력사 ESG 진단 / 동반위 협력사 ESG 진단  */
.sub.mypageBoard .mypageBoardArti{ padding: 100px 0; }
.sub .mypageTopBtnDiv{ display: flex; align-items: flex-end; justify-content: space-between; }
.sub .mypageTopBtnDiv .backBtn{ color: #7f7f7f; display: flex; align-items: center; gap: 5px; }
.sub .mypageTopBtnDiv .borderBtn{ color: #004B55; font-weight: 500; padding: 10px 20px; border: 2px solid #004B55; border-radius: 4px; }

.sub .pageBgTitle{ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); margin: 20px 0; font-weight: 600; padding: 18px 35px; border-radius: 4px; background-color: #004B55; color: #fff; font-size: 18px; }
.sub .pageBgTitle.spaceBtween{ display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; }

.sub .pageBgTitle .pnBtnDiv{ display: flex; align-items: center; gap: 20px; }

.sub .reportTableBox .boardList{ word-break: keep-all; width: 100%; border-collapse:collapse; text-align: center; }
.sub .reportTableBox .boardList .left{ text-align: left; }
.sub .reportTableBox .boardList .bg1{ background-color: #F9FBFC; }
.sub .reportTableBox .boardList .bg2{ background-color: rgba(217,217,217,0.2); }
.sub .reportTableBox .boardList tr th{ border-top: 2px solid #E9EBEC; }
.sub .reportTableBox .boardList tr th:first-child , .sub .reportTableBox .boardList tr td:first-child{ border-left: none; }
.sub .reportTableBox .boardList tr th:last-child , .sub .reportTableBox .boardList tr td:last-child{ border-right: none; }
.sub .reportTableBox .boardList th, .sub .reportTableBox .boardList td{ padding: 10px; border: 2px solid #E9EBEC; }

/* 보고서때문에 추가했습니다.*/
/* .sub .reportTableBox .boardList table{ margin: 0 !important; width:100%; } */
.sub .reportTableBox .boardList table th, .sub .reportTableBox .boardList table td{ padding: 0; }
.sub .reportTableBox .boardList table th:nth-child(1) span, .sub .reportTableBox .boardList table td:nth-child(1) span{ word-break: keep-all; }
.mypageBoard .viewBox table td{  padding: 0;  }
.mypageBoard .viewBox table th:nth-child(1) span, .mypageBoard .viewBox table td:nth-child(1) span{ word-break: keep-all; }
/* 보고서때문에 추가했습니다.*/
.sub .reportTableBox .boardList th img, .sub .reportTableBox .boardList td img{ max-width: 100%; }
.sub .reportTableBox .boardList .grayText{ color: #7f7f7f; }
.sub .reportTableBox .boardList .small{ font-size: .9em; }
.sub .reportTableBox .boardList .clickBtn{ font-size: 14px; background-color: #7F7F7F; padding:8px 10px; border-radius: 4px; background-color: #7f7f7f; color: #fff; border: none;}
.sub .reportTableBox .boardList .clickBtn.greenBtn{ background-color: #004B55; }
.sub .reportTableBox .boardList .clickBtn.blackBtn{ background-color: #222; }
.sub .reportTableBox .boardList .btnTh{ width: 100px; }
.sub .reportTableBox + .reportTableBox{ margin-top: 20px; }

.sub .reportTableBox .boardList .box1{ width: 106px;; }
.sub .reportTableBox .boardList .box2{ width: 106px; }
.sub .reportTableBox .boardList .box3{ width: 106px; }
.sub .reportTableBox .boardList .box4{ width: 106px; }

/* 추가 */
#categoryData .boardList .box4{ width: 350px; }

.sub .reportTableBox .boardList .box6{ width: 106px; }

.sub .reportTableBox .boardList .box1 table{ margin: 0 auto; }

.sub.mypageBoard .saveBtnDiv{ margin-top: 40px; display: flex; justify-content: center; align-items: flex-start; gap: 10px; }
.sub.mypageBoard .saveBtnDiv .submitBtn{ display: inline-block; text-align: center; width: 100%; max-width: 380px; border-radius: 10px; color: #fff; background-color: #004B55; border: none; padding: 14px 10px; font-weight: 700; }
.sub.mypageBoard .saveBtnDiv .submitBtn.redBtn{ background:#FF4D00 ; }
.sub.mypageBoard .saveBtnDiv .submitBtn.grayBtn{ background:#7F7F7F ; }
.sub.mypageBoard .saveBtnDiv .submitBtn.blackBtn{ background-color: #222; }
.sub.mypageBoard .saveBtnDiv .btnWrap{ width: 100%; max-width: 340px; }
.sub.mypageBoard .saveBtnDiv .button_info{ margin-top: 10px; font-weight: 700; color: #004B55; text-align: center; word-break: keep-all; }

@media screen and (max-width: 1250px) {
    .sub .reportTableBox .boardList{ font-size: 14px; }
}
@media screen and (max-width: 900px) {
    .sub .reportTableBox{ overflow-x: scroll; }
    .sub .reportTableBox::before{ content:'📢 좌, 우로 스크롤 해주세요.'; display: block; width: 100%; padding: 0 0 10px 0; font-size: 13px;  }
    .sub .reportTableBox .boardList{ width: 800px; }
}
@media screen and (max-width: 650px) {
    .sub .pageBgTitle{ padding: 15px; }
    .sub.mypageBoard .mypageBoardArti{ padding: 50px 0; }
    .sub.mypageBoard .saveBtnDiv .submitBtn{ max-width: unset; }
    .sub .mypageTopBtnDiv .borderBtn{ font-size: 14px; padding: 5px 10px; }

    .sub .pageBgTitle .pnBtnDiv{ font-size: 14px; }
    .sub .pageBgTitle .pnBtnDiv .icon{ width: 20px; }
}



/* 팝업 */
.mypagePopupSection{ opacity: 0; visibility: hidden; transition: opacity .5s, visibility .5s; padding:10px; background-color: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; z-index: 999999; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.mypagePopupSection.show{ opacity:1; visibility: visible; }
.mypagePopupSection .popupContentArti{ width: 100%; max-width: 800px; }
.mypagePopupSection .popupContentArti .btnDiv{ display: flex; justify-content: flex-end; align-items: center; }
.mypagePopupSection .popupContentArti .btnDiv .closeBtn{ background: transparent; border: none; }
.mypagePopupSection .popupContentArti .whiteBox{ max-height: 70vh; overflow-y: scroll; margin-top: 10px; background-color: #fff; padding: 20px; padding-bottom: 40px; border-radius: 10px; }
.mypagePopupSection .popupContentArti .whiteBox .bottomBarTitle{ padding-bottom: 5px; border-bottom: 1px solid #E9EBEC; font-weight: 700; font-size: 18px; margin-bottom: 40px; }
.mypagePopupSection .popupContentArti .whiteBox .content{ line-height: 1.5em; word-break: keep-all; }
.mypagePopupSection .popupContentArti .whiteBox .popupBtnDiv{ margin-top: 47px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center; }
.mypagePopupSection .popupContentArti .whiteBox .popupBtnDiv .blackBtn{ border: 1px solid #222; background-color: #222; border-radius: 4px; color: #fff; padding: 10px; width: 100%; max-width: 169px; }

@media screen and (max-width: 1250px) {
    .mypagePopupSection .popupContentArti .whiteBox .bottomBarTitle{ margin-bottom: 20px; }
}
@media screen and (max-width: 650px) {
    .mypagePopupSection .popupContentArti .whiteBox .content{ font-size: 14px; }
    .mypagePopupSection .popupContentArti .whiteBox .popupBtnDiv{ margin-top: 20px; }
    .mypagePopupSection .popupContentArti .btnDiv .closeBtn .icon{ width: 15px; }
    .mypagePopupSection .popupContentArti .whiteBox .popupBtnDiv .blackBtn{ padding: 10px 20px; max-width: unset; width: unset; }
}


/* 사업지표 진단하기 상세페이지 */
.sub.mypageBoard .boardArti{ padding: 0; }
.sub.mypageBoard .boardArti .infoBoxList .infoBox .label{ word-break: keep-all; font-size: 16px; text-align: left; justify-content: flex-start; }
.sub.mypageBoard .boardArti .infoBoxList .infoBox .txtBox{ font-size: 16px; }
.sub.mypageBoard .rightBtnBox{ padding: 20px 0; display: flex; align-items: center; justify-content: flex-end; }
.sub.mypageBoard .rightBtnBox .btnItem{ padding: 10px 15px; border-radius: 4px; background-color: #7f7f7f; color: #fff; }

@media screen and (max-width: 950px) {
    .sub.mypageBoard .boardArti .infoBoxList .infoBox .label{ font-size: 14px; }
    .sub.mypageBoard .boardArti .infoBoxList .infoBox .txtBox{ font-size: 14px; }
}
@media screen and (max-width: 650px) {
    .sub.mypageBoard .rightBtnBox .btnItem{ font-size: 14px; }
}

.sub.mypageBoard .halfTitleBox{ display: flex; flex-wrap: wrap; gap: 10px; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid #ECECEC; }
.sub.mypageBoard .halfTitleBox .title{ font-weight: 700; font-size: 21px; }
.sub.mypageBoard .halfTitleBox .grayBtn{ display: inline-block; background-color: #7F7F7F; padding: 10px 25px; border-radius: 4px; color: #fff; }
.sub.mypageBoard .borderContentBox{ margin-bottom: 20px; margin-top: 20px; padding: 15px; border: 1px solid #ECECEC; background-color: #fff; line-height: 1.5em; }

@media screen and (max-width: 650px) {
    .sub.mypageBoard .halfTitleBox .title{ width: 100%; }
    .sub.mypageBoard .halfTitleBox .grayBtn{ padding: 10px 15px; font-size: 14px; }
    .sub.mypageBoard .borderContentBox{ padding: 10px; font-size: 14px; }
}

.sub.mypageBoard .qnaArticle{ margin-top: 40px; }
.sub.mypageBoard .qnaArticle .qDiv{ font-weight: 700; }
.sub.mypageBoard .qnaArticle .checkboxList{ margin:10px 0; display: flex; flex-wrap: wrap; gap: 10px; }
.sub.mypageBoard .qnaArticle .checkboxList .q_text{ width: 100%; font-weight: 700; }
.sub.mypageBoard .qnaArticle .checkboxList label{ display: flex; gap: 5px; }
.sub.mypageBoard .qnaArticle .checkboxList label input[type="checkbox"]{ display: none; }
.sub.mypageBoard .qnaArticle .checkboxList label input[type="checkbox"] + .text{ cursor: pointer; position: relative; padding-left: 30px; margin-right: 20px; }
.sub.mypageBoard .qnaArticle .checkboxList label input[type="checkbox"] + .text::before{ content:''; position: absolute; left: 0; top: 0; display: block; width: 20px; height: 20px; border: 1px solid #d9d9d9; }
.sub.mypageBoard .qnaArticle .checkboxList label input[type="checkbox"]:checked + .text::before{ background-image: url('../img/common/checkbox_icon.png'); border: 2px solid #004B55; background-size: 100%; background-repeat: no-repeat; background-position: center; }

.sub.mypageBoard .qnaArticle .checkboxList label input[type="radio"]{ display: none; }
.sub.mypageBoard .qnaArticle .checkboxList label input[type="radio"] + .text{ cursor: pointer; position: relative; padding-left: 30px; margin-right: 20px; }
.sub.mypageBoard .qnaArticle .checkboxList label input[type="radio"] + .text::before{ content:''; position: absolute; left: 0; top: 0; display: block; width: 20px; height: 20px; border: 1px solid #d9d9d9; border-radius: 50%; }
.sub.mypageBoard .qnaArticle .checkboxList label input[type="radio"]:checked + .text::before{ background-image: url('../img/common/radio_check.png'); border: 2px solid #004B55; background-size: 50%; background-repeat: no-repeat; background-position: center; }


@media screen and (max-width: 650px) {
    .sub.mypageBoard .qnaArticle .checkboxList label input[type="checkbox"] + .text::before{ width: 15px; height: 15px; }
    .sub.mypageBoard .qnaArticle .checkboxList label input[type="checkbox"] + .text{ font-size: 14px; padding-left: 20px; }
}

.sub.mypageBoard .qnaArticle .radioBox{ gap: 40px; padding: 20px; background-color: #F9FBFC; margin: 20px 0; display: flex; align-items: center; justify-content: center; }
.sub.mypageBoard .qnaArticle .radioBox label input[type="radio"]{ display: none; }
.sub.mypageBoard .qnaArticle .radioBox label input[type="radio"] + .text{ text-align: center; display: flex; flex-direction: column; gap: 2px; }
.sub.mypageBoard .qnaArticle .radioBox label input[type="radio"] + .text .circle{ cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; margin-top: 5px; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; border: 1px solid #d9d9d9;  }
.sub.mypageBoard .qnaArticle .radioBox label input[type="radio"] + .text .circle .center{ opacity: 0; width: 20px; height: 20px; border-radius: 50%; background-color: #004B55; }
.sub.mypageBoard .qnaArticle .radioBox label input[type="radio"]:checked + .text .circle .center{ opacity: 1; }

@media screen and (max-width: 900px) {
    .sub.mypageBoard .qnaArticle .radioBox{ gap: 20px; }
    .sub.mypageBoard .qnaArticle .radioBox label input[type="radio"] + .text .circle{ width: 20px; height: 20px; }
    .sub.mypageBoard .qnaArticle .radioBox label input[type="radio"] + .text .circle .center{ width: 10px; height: 10px; }
}
@media screen and (max-width: 650px) {
    .sub.mypageBoard .qnaArticle .radioBox{ flex-wrap: wrap; font-size: 14px; gap: 10px; }
    .sub.mypageBoard .qnaArticle .radioBox:before{ content: ' 1 : 그렇지않다 / 5 : 그렇다'; width: 100%; display: block; text-align: center; }
    .sub.mypageBoard .qnaArticle .radioBox .text{ display: none; }
}

.sub.mypageBoard .greenBigTitle{ margin-top:40px; font-weight: 700; font-size: 22px; color: #004B55; }
.sub.mypageBoard .blackBigTitle{ margin-top:40px; font-weight: 700; font-size: 22px; }
.sub.mypageBoard .subQTitle{ margin:10px 0; font-size: 18px;   font-weight: bold;  /* 또는 숫자로 700 이상 */
}
.sub.mypageBoard .infoBoxList + .infoBoxList{ margin-top: 20px; }
.sub.mypageBoard .subAConent{ margin-top: 20px; }
.sub.mypageBoard .greenBgBIgTitle{ word-break: keep-all; margin-top: 20px; padding: 10px; text-align: center; color: #fff; font-size: 20px; background-color: #004B55; border-radius: 20px 20px 0 0; }
.sub.mypageBoard .subAConent_div { width: 100%; display: flex; gap: 10px; }
.sub.mypageBoard .subAConent_div .subAConent { width: calc(100%/3); }
.sub.mypageBoard .subAConent_div .subAConent textarea.ipt { height: 300px; }


@media screen and (max-width: 650px) {
    .sub.mypageBoard .greenBigTitle{ font-size: 18px; }
    .sub.mypageBoard .blackBigTitle{ font-size: 18px; }
    .sub.mypageBoard .subQTitle{ font-size: 16px;   font-weight: bold;  /* 또는 숫자로 700 이상 */
    }
    .sub.mypageBoard .subAConent{ font-size: 14px; }

    .sub.mypageBoard .greenBgBIgTitle{ font-size: 16px; }
}

.sub.mypageBoard .emptyDiv{ margin-top: 40px; }
.sub.mypageBoard .emptyDiv.mt2{ margin-top: 10px; }
.sub.mypageBoard .reoprtImgDiv{ display: flex; flex-wrap: wrap; border-bottom: 1px solid #E9EBEC; }
/* .sub.mypageBoard .reoprtImgDiv{ display: flex; border-top: 1px solid #E9EBEC; border-bottom: 1px solid #E9EBEC; } */
.sub.mypageBoard .reoprtImgDiv .box{ flex-grow: 1; width: 50%; }
.sub.mypageBoard .reoprtImgDiv .box + .box{ border-left: 1px solid #E9EBEC; }
.sub.mypageBoard .reoprtImgDiv .box .titleBox{ border-top: 1px solid #E9EBEC; padding: 15px 10px; background-color: #F9FBFC; text-align: center; border-bottom: 1px solid #E9EBEC; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox{ display: flex; align-items: center; justify-content: center; line-height: 1.5em; padding: 15px 10px; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .imgContent{ height: 253px; background-color: #efefef; background-size: cover; background-repeat: no-repeat; background-position: center; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox img{ display: block; max-width: 100%; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox img.report{ width: 100%; }
.sub.mypageBoard .reoprtImgDiv + .reoprtImgDiv{ margin-top: 20px; }

@media screen and (max-width: 950px) {
    .sub.mypageBoard .reoprtImgDiv{ flex-direction: column; }
    .sub.mypageBoard .reoprtImgDiv .box + .box{ border-top: 1px solid #E9EBEC; border-left: none; }
    .sub.mypageBoard .reoprtImgDiv .box{ width: 100%; }
}
@media screen and (max-width: 650px) {
    .sub.mypageBoard .reoprtImgDiv .box .titleBox{ padding: 10px; font-size: 14px; }
    .sub.mypageBoard .reoprtImgDiv .box .imgBox{ font-size: 14px; }
}

.sub.mypageBoard .greenBgTitle{ display: inline-block; background-color: #004B55; color: #fff; padding: 15px 20px; }
.sub.mypageBoard .reportTableBox{ margin-top: 10px; }

/* .sub.mypageBoard .reoprtImgDiv .box .imgBox{ height: 100%; } */
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .countDiv{ text-align: center; color: #7f7f7f ; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .countDiv .big{ font-size: 32px; font-weight: 700; color: #004B55; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv{ width: 100%; margin: 20px 0 50px 0; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv{ display: flex; gap: 10px; align-items: center; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv + .barDiv{ margin-top: 20px; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .title{ flex-shrink: 0; color: #004B55; text-align: right; width: 80px; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .title.green{ flex-shrink: 0; color: #A0CD63; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .title.yello{ flex-shrink: 0; color: #F6C243; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .barBox{ position: relative; flex-grow: 1; border-radius: 0px 50px 50px 0px; background-color: #d9d9d9; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .barBox .bar{ background: #253861; height: 24px; width: 50%; border-radius: 0px 50px 50px 0px; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .barBox .bar.green{ background: #A0CD63; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .barBox .bar.yello{ background: #F6C243; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .barBox .text{ color: #fff; z-index: 2; position: absolute; left: 0; top: 0; padding: 2px 10px; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .gradeDiv{ display: flex; align-items: center; justify-content: center; }
.sub.mypageBoard .reoprtImgDiv .box .imgBox .gradeDiv .circle{ color: #fff; width: 240px; height: 240px; border-radius: 50%; background-color: #004B55; display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; }

@media screen and (max-width: 1250px) {
    .sub.mypageBoard .reoprtImgDiv .box .imgBox .gradeDiv .circle{ width: 200px; height: 200px; }
}
@media screen and (max-width: 650px) {
    .sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv{ flex-direction: column;}
    .sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .title{ text-align: center; }
    .sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv .barDiv .barBox{ width: 100%; border-radius: 50px; overflow: hidden; }
    .sub.mypageBoard .reoprtImgDiv .box .imgBox .graphWrap .graphDiv{ margin: 20px 0 40px 0; }
    .sub.mypageBoard .reoprtImgDiv .box .imgBox .gradeDiv .circle{ width: 50vw; height: 50vw; font-size: 30px; }
}

.sub.mypageBoard .tableHalfDiv{ display: flex; flex-wrap: wrap; }
.sub.mypageBoard .tableHalfDiv > .box{ width: calc(100% / 2); }
.sub.mypageBoard .tableHalfDiv .infoBoxList.column .infoBox{ flex-direction: column; text-align: center; } 
.sub.mypageBoard .tableHalfDiv .infoBoxList.column > li{ width: calc(100% / 4); }
.sub.mypageBoard .tableHalfDiv .infoBoxList.column > li + li{ border-left: 1px solid #E9EBEC; }
.sub.mypageBoard .tableHalfDiv .infoBoxList.column .label{ word-break: keep-all; justify-content: center; }
.sub.mypageBoard .tableHalfDiv .infoBoxList.column .txtBox{ height: 85px; justify-content: center; border-top: 1px solid #E9EBEC; }
.sub.mypageBoard .tableHalfDiv .box + .box{ border-left: 1px solid #E9EBEC; }
.sub.mypageBoard .tableHalfDiv .infoBoxList.column > li.five{ width: calc(100% / 5); }
.boardArti .infoBoxWrap .infoBoxList > li.five .infoBox .label{ width: auto; }



@media screen and (max-width: 950px) {
    .sub.mypageBoard .tableHalfDiv .box{ width:100%; }
    .sub.mypageBoard .tableHalfDiv .infoBoxList.column .label{ width: 100%; } 

}
@media screen and (max-width: 650px) {
    .sub.mypageBoard .tableHalfDiv .box + .box{ border-left: none; }
    .sub.mypageBoard .tableHalfDiv .infoBoxList.column > li{ width: 50%; }
    .sub.mypageBoard .tableHalfDiv .infoBoxList.column > li:nth-child(2n-1){ border-left: none; }
    .sub.mypageBoard .tableHalfDiv .infoBoxList.column > li.five + li.five{ border-left: 1px solid #E9EBEC; }
}

.sub.mypageBoard .reportDotList > li{ position: relative; padding-left: 20px; line-height: 1.4em; text-align: left; }
.sub.mypageBoard .reportDotList > li::before{ content:'∙'; position: absolute; left: 0; top: 0; }

/* 최고관리자 마이페이지 - 사업생성 / admin_create_compnay.html */
.signupCategorySection .whiteBox .halfBox.minWidth{ margin: 0 auto; max-width: 800px; width: 100%; }
.signupCategorySection .whiteBox .halfBox .item .imgBox.type2{ flex-direction: column; gap: 10px; height: 220px; display: flex; align-items: center; justify-content: center; }
.signupCategorySection .whiteBox .halfBox .item .imgBox.type2 .adminTitle{ text-align: center; color: #fff; font-weight: 700;  }
.signupCategorySection .whiteBox .halfBox .item .imgBox.type2.admin1{ background-image: url('../img/admin_create_company/background1.png'); }
.signupCategorySection .whiteBox .halfBox .item .imgBox.type2.admin2{ background-image: url('../img/admin_create_company/background2.png'); }
.signupCategorySection .whiteBox .halfBox .item .imgBox.type2.admin3{ background-image: url('../img/admin_create_company/background3.png'); }
.signupCategorySection .whiteBox .halfBox .item .imgBox.type2.admin4{ background-image: url('../img/admin_create_company/background4.png'); }
.signupCategorySection .whiteBox .halfBox .item .titleBox{ background-color: #004B55; color: #fff; text-align: center; justify-content: center; }

@media screen and (max-width: 650px) {
    .signupCategorySection .whiteBox .halfBox.minWidth > li { padding: 10px 0; }
}

/* admin_create_company1.html */
.sub.mypageBoard .balckBtn{ padding: 15px 10px; background-color: #222; color: #fff; border: 1px solid #222; width: 100%; max-width: 269px; }
.sub.mypageBoard .comapnyListAddDel{ display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; padding-bottom: 30px; border-bottom: 1px solid #E4E4E4; }
.sub.mypageBoard .comapnyListAddDel > li{ min-width: calc(100% / 5); padding: 5px; }
.sub.mypageBoard .comapnyListAddDel .item{border-radius: 10px; padding: 20px; border: 1px solid #E9EBEC; display: flex; gap: 10px; justify-content: space-between; height: 100%; align-items: center; }
.sub.mypageBoard .comapnyListAddDel .item .text{ flex-grow: 1;  }
.sub.mypageBoard .comapnyListAddDel .item .btnBox{flex-shrink: 0; }
.sub.mypageBoard .comapnyListAddDel .item .okDelBtn{ flex-shrink: 0; border: unset; padding: 5px 10px; color: #fff; border-radius: 4px; }
.sub.mypageBoard .comapnyListAddDel .item .okDelBtn.okBtn{ background-color: #004B55; }
.sub.mypageBoard .comapnyListAddDel .item .okDelBtn.delBtn{ background: #E74926; }
.sub.mypageBoard .grayBar{ margin-top: 20px; height: 1px; background-color: #E9EBEC; }

@media screen and (max-width: 1250px) {
    .sub.mypageBoard .comapnyListAddDel > li{ min-width: calc(100% / 4); }
    .sub.mypageBoard .comapnyListAddDel .item{ padding: 10px; }
}
@media screen and (max-width: 650px) {
    .sub.mypageBoard .balckBtn{ padding: 10px; font-size: 14px; max-width: 150px; }
    .sub.mypageBoard .comapnyListAddDel > li{ min-width: calc(100% / 2); }
    .sub.mypageBoard .comapnyListAddDel .item{ padding: 5px 10px; font-size: 14px; }

}


/* .scroll_custom */
.scroll_custom::-webkit-scrollbar {  width: 8px;  /* 스크롤바의 너비 */ }
.scroll_custom::-webkit-scrollbar-thumb { height: 30%; /* 스크롤바의 길이 */ background: #a5a5a5; /* 스크롤바의 색상 */ border-radius: 10px; }
.scroll_custom::-webkit-scrollbar-track{ background: #efefef; border: none; }


/* admin_create_compnay1.html */
.loadPopupSection{ opacity: 0; visibility: hidden; transition: opacity .5s, visibility .5s; display: flex; align-items: center; justify-content: center; padding: 10px; position: fixed; z-index: 99999; background-color: rgba(0, 0, 0, 0.25); left: 0; top: 0; width: 100%; height: 100%; /* cursor: pointer;*/ }
.loadPopupSection.show{ opacity: 1; visibility: visible; }
.loadPopupSection .popupContent{ width: 100%; max-width: 800px; }
.loadPopupSection .popupContent .btnDiv{ display: flex; align-items: center; justify-content: flex-end; }
.loadPopupSection .popupContent .btnDiv .closeBtn{ background: transparent; border: none; }
.loadPopupSection .popupContent .contentWrapDiv{ margin-top: 10px; cursor: auto; background-color: #fff; max-height: 75vh; overflow-y: scroll; border-radius: 10px; padding: 30px 20px; }
.loadPopupSection .popupContent .popupTitle{ padding-bottom: 5px; border-bottom: 1px solid #E9EBEC; font-weight: 700; font-size: 18px; }
.loadPopupSection .popupContent .searchDiv{ margin-top: 26px; }
.loadPopupSection .popupContent .searchDiv .searchTitle .red{ color: #FF4D00; }
.loadPopupSection .popupContent .searchDiv .searchBox{ margin-top: 10px; max-width: 450px; display: flex; justify-content: flex-start; gap: 4px; }
.loadPopupSection .popupContent .searchDiv .searchBox .searchBtn{ background-color: #222; border-radius: 4px; color: #fff; flex-shrink: 0; padding: 15px; border: 1px solid #222; }
.loadPopupSection .popupContent .searchDiv .searchBox .searchInput{ width: 200%; }
.loadPopupSection .popupContent .searchShowTable{ margin-top: 20px; border-top: 2px solid #E9EBEC; }
.loadPopupSection .popupContent .searchShowTable > li{ display: flex; border-bottom: 1px solid #E9EBEC; }
.loadPopupSection .popupContent .searchShowTable .box{ display: flex; align-items: center; justify-content: center; padding: 10px; text-align: center; }
.loadPopupSection .popupContent .searchShowTable .box.box1{ width: 20%; text-align: left; justify-content: flex-start; flex-shrink: 0; }
.loadPopupSection .popupContent .searchShowTable .box.box2{ width: 25%; text-align: left; justify-content: flex-start; }
.loadPopupSection .popupContent .searchShowTable .box.box3{ width: 20%; flex-shrink: 0; }
.loadPopupSection .popupContent .searchShowTable .box.box4{ width: 20%; flex-shrink: 0; }
.loadPopupSection .popupContent .searchShowTable .box.box5{ width: 15%; flex-shrink: 0; }
.loadPopupSection .popupContent .searchShowTable .box.title{ justify-content: center; text-align: center; background-color: #F9FBFC; }
.loadPopupSection .popupContent .searchShowTable .checkBtn{ background-color: #004B55; border: 1px solid #004B55; border-radius: 4px; padding:4px 10px; font-size: 0.925em; color: #fff; }
.loadPopupSection .popupContent .searchShowTable .checkBtn.black{ background-color: #222; border-color: #222; }
.loadPopupSection .popupContent .bottomBtnDiv{ margin-top: 20px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.loadPopupSection .popupContent .bottomBtnDiv .closeBtn{ padding: 10px 20px; background-color: #222; border-radius: 4px; color: #fff; font-size: 18px; border: 1px solid #222;  }
.loadPopupSection .popupContent .bottomBtnDiv .greenBtn{ padding: 10px 20px; background-color: #004B55; border-radius: 4px; color: #fff; font-size: 18px; border: 1px solid #004B55;  }
.loadPopupSection .popupContent .bottomBtnDiv .closeBtn.whiteBtn{ background-color: #fff; color: #7f7f7f; border: 1px solid #D4D4D8; }


@media screen and (max-width: 650px) {
    .loadPopupSection{ font-size: 14px; }
    .loadPopupSection .popupContent .searchShowTable > li:nth-child(1){ display: none; }
    .loadPopupSection .popupContent .searchShowTable > li{ padding: 5px 0; flex-direction: column; }
    .loadPopupSection .popupContent .searchShowTable .box{ padding: 2.5px 10px; text-align: left; justify-content: flex-start; }
    .loadPopupSection .popupContent .searchShowTable .box.box1{ width: 100%; gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box2{ width: 100%; gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box3{ width: 100%; gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box4{ width: 100%; gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box5{ width: 100%; gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box1::before{ content:'- 기업명 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box2::before{ content:'- 아이디 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box3::before{ content:'- 대표자이름 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box4::before{ content:'- 전화번호 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box5::before{ content:'- 구분 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchDiv .searchBox .ipt{ padding: 5px; }
    .loadPopupSection .popupContent .searchDiv .searchBox .searchBtn{ padding: 8px 10px; }
    .loadPopupSection .popupContent .bottomBtnDiv .closeBtn{ font-size: 16px; }
    .loadPopupSection .popupContent .bottomBtnDiv .greenBtn{ font-size: 16px; }
}

/* .pagingDiv */
.pagingDiv{ display: flex; align-items: center; gap: 4px; }
.pagingDiv .item{ font-size: 12px; padding-top: 1%; background: #fff; width: 25px; height: 25px; line-height: .8em; border: 1px solid #BDBDBD; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #666; }
.pagingDiv .item .icon{ margin-top: -4px; }
.pagingDiv .item.active{ background-color: #004B55; color: #fff; border: 1px solid #004B55; }

/* .loadPopupSection .popupContent */
.loadPopupSection#companyShowPopup .popupContent{ max-width: 600px; }
.loadPopupSection .popupContent .formList.compnayInfo{ margin: 0 auto; margin-top: 20px; max-width: 450px; }
.loadPopupSection .popupContent .formList.compnayInfo .label{ color: #7F7F7F; font-size: 0.875em; }

.loadPopupSection .popupContent .formList table{ max-width: 100%; }
.loadPopupSection .popupContent .formList img{ max-width: 100%; }
@media screen and (max-width: 650px) {
    .loadPopupSection .popupContent .formList.compnayInfo{ width: 100%; }
}

.loadPopupSection#templatePopup .popupContent{ max-width: 500px; }
.loadPopupSection .popupContent .searchShowTable .box.box6{ width: calc(100% / 3); flex-shrink: 0; justify-content: center; }
.loadPopupSection .popupContent .searchShowTable .box.box7{ width: calc(100% / 3); flex-shrink: 0; justify-content: center; }
.loadPopupSection .popupContent .searchShowTable .box.box8{ width: calc(100% / 3); flex-shrink: 0; justify-content: center; }

@media screen and (max-width: 650px) {
    .loadPopupSection .popupContent .searchShowTable .box.box6{ width: 100%; justify-content: flex-start; gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box7{ width: 100%; justify-content: flex-start; gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box8{ width: 100%; justify-content: flex-start; gap: 5px; }

    .loadPopupSection .popupContent .searchShowTable .box.box6::before{ content:'- 템플릿명 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box7::before{ content:'- 사업명 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box8::before{ content:'- 이동 : '; flex-shrink: 0; }
}

.sub.signup.noBg .signupCategorySection{ padding: 0; }


.loadPopupSection .popupContent .searchShowTable .box.box9{ width: calc(100% / 5); }
.loadPopupSection .popupContent .searchShowTable .box.box10{ width: calc(100% / 5); }
.loadPopupSection .popupContent .searchShowTable .box.box11{ width: calc(100% / 5); }
.loadPopupSection .popupContent .searchShowTable .box.box12{ width: calc(100% / 5); }
.loadPopupSection .popupContent .searchShowTable .box.box13{ width: calc(100% / 5); }

@media screen and (max-width: 650px) {
    .loadPopupSection .popupContent .searchShowTable .box.box9{ width: calc(100%); gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box10{ width: calc(100%); gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box11{ width: calc(100%); gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box12{ width: calc(100%); gap: 5px; }
    .loadPopupSection .popupContent .searchShowTable .box.box13{ width: calc(100%); gap: 5px; }

    .loadPopupSection .popupContent .searchShowTable .box.box9:before{ content:'- 종류 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box10:before{ content:'- 아이디 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box11:before{ content:'- 대표자이름 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box12:before{ content:'- 전화번호 : '; flex-shrink: 0; }
    .loadPopupSection .popupContent .searchShowTable .box.box13:before{ content:'- 구분 : '; flex-shrink: 0; }
}

.sub .topSearchDiv{ display: flex; align-items: flex-end; flex-wrap: wrap; gap: 10px; justify-content: space-between; }
.sub .topSearchDiv.mt{ margin-top:10px; }
.sub .topSearchDiv .searchDiv{ width: 100%; max-width: 580px; }
.sub .topSearchDiv .searchDiv .searchWrap{ margin-top: 10px; display: flex; gap: 5px; }
.sub .topSearchDiv .searchDiv .searchWrap .searchBtn{ flex-shrink: 0; padding: 5px 20px; background-color: #222; border: none; color: #fff; }
.sub .topSearchDiv .categoryCreateBtn{ background-color: #004B55; border-radius: 4px; color: #fff; border-radius: 4px; padding: 10px; border: none; padding: 10px 20px; font-size: 14px; }

@media screen and (max-width: 650px) {
    .sub .topSearchDiv{ font-size: 14px; }
}

.loadPopupSection#characteristicModifyPopup .popupContent{ max-width: 500px; }
.loadPopupSection .popupContent .grayMap{ margin-top: 10px; color: #7f7f7f; }
.loadPopupSection .popupContent .modifyList{ margin-top: 10px; }
.loadPopupSection .popupContent .modifyList > li + li{ margin-top: 10px; }
.loadPopupSection .popupContent .modifyList .item{ padding: 20px 10px; background-color: #F9FBFC; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.loadPopupSection .popupContent .modifyList .item .title{ flex-grow: 1; font-weight: 700; color: #004B55; }
.loadPopupSection .popupContent .modifyList .item .title.red{ color: #F17171; }  
.loadPopupSection .popupContent .modifyList .item .createBtn{ border: none; color: #fff; padding: 10px 20px; border-radius: 4px; background-color: #004B55; }
.loadPopupSection .popupContent .modifyList .item .createBtn.red{ background-color: #F17171; }

.loadPopupSection#categoryCreatePopup textarea.ipt{ height: 100px; }

.loadPopupSection#categoryDeletePopup .noticeBox{ padding: 50px 0; display: flex; align-items: center; justify-content: center; gap: 10px; }
.loadPopupSection#categoryDeletePopup .noticeBox .icon{ flex-shrink: 0; }

.loadPopupSection .halfTitleBox{ display: flex; align-items: flex-end; justify-content: space-between; gap: 5px; padding-bottom: 10px; border-bottom: 1px solid #E9EBEC; }
.loadPopupSection .halfTitleBox .popupTitle{ padding-bottom: unset; border: none; }

.sub .reportTableBox .boardList .popupBtn{ background-color: transparent; border: none; }
.loadPopupSection .popupContent .reportTableBox .categoryBtn{ cursor: pointer; }

.loadPopupSection .popupContent .formList{ width: 100%; }

.loadPopupSection#typePopup .popupContent{ max-width: 500px; }

.loadPopupSection .mt2{ margin-top: 20px; }
.loadPopupSection .formList > li .label{ color: #222; }
.loadPopupSection .formList > li .label.radioBox{ display: flex; justify-content: space-between; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.loadPopupSection .formList > li .label.radioBox .radioDiv{ cursor: pointer; }
.loadPopupSection .formList > li .label.radioBox .radioDiv input[type="radio"]{ display: none; }
.loadPopupSection .formList > li .label.radioBox .radioDiv input[type="radio"] + .text{ color: #7f7f7f; position: relative; padding-left: 25px;  }
.loadPopupSection .formList > li .label.radioBox .radioDiv input[type="radio"] + .text::before{ content:''; display: block; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #D9D9D9; position: absolute; left: 0; }
.loadPopupSection .formList > li .label.radioBox .radioDiv input[type="radio"]:checked + .text::before{ background-image: url('../img/common/radio_check.png'); background-size: 60%; background-repeat: no-repeat; background-position: center; }


/* 최고관리자 마이페이지 */
.signupCategorySection .whiteBox .bottomBarTitle .tabBtnList{ display: flex; flex-wrap: wrap; gap: 8px; }
.signupCategorySection .whiteBox .bottomBarTitle .tabBtnList .item{ text-align: center; display: block; color: #fff; background-color: #7F7F7F; min-width: 124px; padding: 10px; border-radius: 4px; }
.signupCategorySection .whiteBox .bottomBarTitle .tabBtnList .item.active{ background-color: #004B55; }

@media screen and (max-width: 650px) {
    .signupCategorySection .whiteBox .bottomBarTitle .tabBtnList{ gap: 5px; }
    .signupCategorySection .whiteBox .bottomBarTitle .tabBtnList .item{ border-radius: 2px; min-width: unset; padding: 5px 10px; font-size: 14px; }
}


/* 사업관리 리스트 */
.sub.company1_tab2 .templateTopTitle{ margin-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.sub.company1_tab2 .templateTopTitle .title{ font-size: 22px; font-weight: 700; color: #222; }
.sub.company1_tab2 .templateTopTitle .search{ max-width: 213px; }

@media screen and (max-width: 650px) {
    .sub.company1_tab2 .templateTopTitle .title{ font-size: 18px; }
    .sub.company1_tab2 .templateTopTitle .search{ font-size: 14px; max-width: unset; }
}

.sub.company1_tab2 .templateTableList{ margin-top: 20px; border-top: 2px solid rgba(233, 235, 236, 1); }
.sub.company1_tab2 .templateTableList > li{ display: flex; border-bottom: 1px solid rgba(233, 235, 236, 1); }
.sub.company1_tab2 .templateTableList > li .box{ padding: 10px; display: flex; align-items: center; justify-content: center; text-align: center; }
.sub.company1_tab2 .templateTableList > li .box.title{ background-color: #F9FBFC; border-bottom: 1px solid rgba(233, 235, 236, 1); }
.sub.company1_tab2 .templateTableList .box + .box{ border-left: 1px solid rgba(233, 235, 236, 1); }
.sub.company1_tab2 .templateTableList .box.box1{ width: 10%; flex-shrink: 0; }
.sub.company1_tab2 .templateTableList .box.box2{ width: 10%; flex-shrink: 0; }
.sub.company1_tab2 .templateTableList .box.box3{ width: 12.5%; flex-shrink: 0; }
.sub.company1_tab2 .templateTableList .box.box4{ width: 12.5%; flex-shrink: 0; }
.sub.company1_tab2 .templateTableList .box.box5{ width: 12.5%; flex-shrink: 0; }
.sub.company1_tab2 .templateTableList .box.box6{ width: 12.5%; flex-shrink: 0; }
.sub.company1_tab2 .templateTableList .box.box7{ flex-grow: 1;  }
.sub.company1_tab2 .templateTableList .box.box8{ width: 10%; flex-shrink: 0; }
.sub.company1_tab2 .templateTableList .box.box9{ width: 10%; flex-shrink: 0; }

.sub.company1_tab2 .templateTableList .box.box7.content{ text-align: left; justify-content: flex-start; line-height: 1.4em; }
.sub.company1_tab2 .templateTableList .tableBtn{ font-size: .9em; padding: 8px 15px; border-radius: 4px; background-color: #222; color: #fff;  }
.sub.company1_tab2 .templateTableList .tableBtn.greenBtn{ background-color: #004B55; }
.sub.company1_tab2 .templateTableList .green{ color: #004B55; }

.sub.company1_tab2 .templateTableList .box.box7 .accessMemberBtn{ background-color: transparent; border: none; }


@media screen and (max-width: 1250px) {
    .sub.company1_tab2 .templateTableList{ font-size: 15px; }
}
@media screen and (max-width: 1120px) {
    .templateTableListWrap{ overflow-x: scroll; }
    .sub.company1_tab2 .templateTableList{ min-width: 1100px; }
}
@media screen and (max-width: 650px) {
    .sub.company1_tab2 .templateTableList{ min-width: unset; }
    .sub.company1_tab2 .templateTableList > li{ padding: 10px 0; flex-direction: column; }
    .sub.company1_tab2 .templateTableList > li:first-child{ display: none; }
    .sub.company1_tab2 .templateTableList .box + .box{ border-left: unset; }
    .sub.company1_tab2 .templateTableList > li .box{ gap: 5px; padding: 5px 10px; justify-content: flex-start; text-align: left; }
    .sub.company1_tab2 .templateTableList .box.box1{ width: 100%; }
    .sub.company1_tab2 .templateTableList .box.box2{ width: 100%; }
    .sub.company1_tab2 .templateTableList .box.box3{ width: 100%; }
    .sub.company1_tab2 .templateTableList .box.box4{ width: 100%; }
    .sub.company1_tab2 .templateTableList .box.box5{ width: 100%;}
    .sub.company1_tab2 .templateTableList .box.box6{ width: 100%; }
    .sub.company1_tab2 .templateTableList .box.box7{ width: 100%;  }
    .sub.company1_tab2 .templateTableList .box.box8{ width: 100%;}
    .sub.company1_tab2 .templateTableList .box.box9{ width: 100%; }

    .sub.company1_tab2 .templateTableList .box.box1::before{ content:'- 사업관리 : '; flex-shrink: 0; color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box2::before{ content:'- No. : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box3::before{ content:'- 기업명 : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box4::before{ content:'- 사업명 : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box5::before{ content:'- 발주기업 : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box6::before{ content:'- 사업기간 : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box7::before{ content:'- 접근권한 : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box8::before{ content:'- 현황 : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .box.box9::before{ content:'- 상세 : '; flex-shrink: 0;color: #7f7f7f; }
    .sub.company1_tab2 .templateTableList .tableBtn{ padding: 5px 10px; }
}

.sub.company_tab6 .boardAdminArti{ margin: 20px auto 0 auto; max-width: 1000px; }
.sub.company_tab6 .boardAdminArti .bottomBarTitle .title{ font-weight: 600; font-optical-sizing: 18px; }
.sub.company_tab6 .boardAdminArti .boardAdminList > li{ padding: 20px 10px; border-bottom: 1px solid #E4E4E4; }
.sub.company_tab6 .boardAdminArti .boardAdminList .item{ display: flex; align-items: center; justify-content: space-between; gap: 10px; } 
.sub.company_tab6 .boardAdminArti .boardAdminList .item .okBtn{ font-size: 14px; padding: 10px 20px; border-radius: 4px; background-color: #004B55; color: #fff; flex-shrink: 0; }

@media screen and (max-width: 650px) {
    .sub.company_tab6 .boardAdminArti .boardAdminList .item{ font-size: 14px; }
    .sub.company_tab6 .boardAdminArti .boardAdminList > li{ padding: 10px 5px; }
    .sub.company_tab6 .boardAdminArti .boardAdminList .item .okBtn{ padding: 5px 10px; font-size: 13px; }
}

/* .sub.categoryModifySection */
.sub.categoryModifySection{ position: relative; overflow: hidden; }
.sub.categoryModifySection .categoryModiArti{ padding: 50px 0; }
.sub.categoryModifySection .categoryModiArti .bottomTtitleBox{ border-bottom: 2px solid #D9D9D9; margin-top: 26px; padding-bottom: 5px; font-size: 20px; font-weight: 700; color: #004B55;  }
.sub.categoryModifySection .categoryModiArti .tabList{  margin-top: 20px; display: flex; flex-wrap: wrap; text-align: center; }
.sub.categoryModifySection .categoryModiArti .tabList > li{ flex-grow: 1; border-bottom: 1px solid #D9D9D9; }
.sub.categoryModifySection .categoryModiArti .tabList .item{ font-size: 20px; color: #7F7F7F; display: block; padding: 10px; }
.sub.categoryModifySection .categoryModiArti .tabList .item.active{ border-bottom: 4px solid #004B55; color: #004B55; font-weight: 700;  }
.sub.categoryModifySection .topSearchDiv{ margin-top: 30px; max-width: 400px; }

@media screen and (max-width: 1250px) {
    .sub.categoryModifySection .categoryModiArti .bottomTtitleBox{ font-size: 18px; }
    .sub.categoryModifySection .categoryModiArti .tabList .item{ font-size: 16px; }
}
@media screen and (max-width: 650px) {
    .sub.categoryModifySection .categoryModiArti .tabList .item{ font-size: 14px; }
}

.sub.categoryModifySection .threeMenuList{ margin-top: 20px; display: flex;  }
.sub.categoryModifySection .threeMenuList.add{ margin-top: 0; border-bottom: 1px solid #E9EBEC; }
.sub.categoryModifySection .threeMenuList + .threeMenuList > li{height: 500px; overflow-y: scroll; }
.sub.categoryModifySection .threeMenuList .category_li{ background-color: #fff; width: calc(100% / 3); }
.sub.categoryModifySection.tab4 .threeMenuList .category_li{ width: calc(100% / 2); }
.sub.categoryModifySection .threeMenuList .topSearchDiv{ opacity: 0; visibility: hidden; }
.sub.categoryModifySection .threeMenuList .topSearchDiv .searchBtn{ margin-right: 10px; }
.sub.categoryModifySection .threeMenuList > li:last-child .topSearchDiv .searchBtn{ margin-right: 0; }
.sub.categoryModifySection .threeMenuList .active .topSearchDiv{ opacity: 1; visibility: visible; }
.sub.categoryModifySection .threeMenuList > li:nth-child(1) .boxWrap{ border-left: unset; }
.sub.categoryModifySection .threeMenuList .boxWrap{ cursor: pointer; border-bottom: 1px solid #E9EBEC; padding: 10px; border-left: 1px solid #E9EBEC; }
.sub.categoryModifySection .threeMenuList .boxWrap.title{  border-bottom: 2px solid #E9EBEC; border-top: 2px solid #E9EBEC; margin-top: 10px; background-color: #F9FBFC; text-align: center; }
.sub.categoryModifySection .threeMenuList .boxWrap.content{ display: flex; align-items: center; gap: 5px; }
.sub.categoryModifySection .threeMenuList .boxWrap.content:hover{ background-color: #F9FBFC; }
.sub.categoryModifySection .threeMenuList .boxWrap.content.click{ background-color: #F9FBFC; }
.sub.categoryModifySection .threeMenuList .boxWrap.content .addDelBtn{ cursor: pointer; border: none; color: #fff; flex-shrink: 0; padding: 8px 15px; font-size: 14px; border-radius: 4px; }
.sub.categoryModifySection .threeMenuList .boxWrap.content .addDelBtn.delBtn{ background-color: #E74926; }
.sub.categoryModifySection .threeMenuList .boxWrap.content .addDelBtn.modifyBtn{ background-color: #004B55; }

.sub.categoryModifySection .threeMenuList > li .boxWrap .ipt{ display: none;  }
.sub.categoryModifySection .threeMenuList > li .boxWrap .text{ flex-grow: 1; }
.sub.categoryModifySection .threeMenuList > li .boxWrap.modify .ipt{ display: block; }
.sub.categoryModifySection .threeMenuList > li .boxWrap.modify .text{ display: none; }
.sub.categoryModifySection .threeMenuList > li .boxWrap { color: transparent; } 
.sub.categoryModifySection .threeMenuList > li .boxWrap .addDelBtn { opacity: 0; visibility: hidden; }
.sub.categoryModifySection .threeMenuList > li .boxWrap .ipt{ opacity: 0; visibility: hidden; }

.sub.categoryModifySection .threeMenuList > li.active .boxWrap { color: #222; }
.sub.categoryModifySection .threeMenuList > li.active .boxWrap .addDelBtn { opacity: 1; visibility: visible; }
.sub.categoryModifySection .threeMenuList > li.active .boxWrap .ipt{ opacity: 1; visibility: visible; }

.sub.categoryModifySection .topSearchDiv .searchDiv .mobileBackDiv{ display: none; }

@media screen and (max-width: 1250px) {
    .sub.categoryModifySection .threeMenuList{ font-size: 14px; }
}
@media screen and (max-width: 1000px) {

    .sub.categoryModifySection .topSearchDiv .searchDiv { max-width: unset; }
    .sub.categoryModifySection .threeMenuList .active .topSearchDiv{ margin-top:0; }
    .sub.categoryModifySection .topSearchDiv .searchDiv .mobileBackDiv{ display: flex; justify-content: flex-start; margin: 10px 0; }
    .sub.categoryModifySection .topSearchDiv .searchDiv .mobileBackDiv .backBtn{ padding: 5px 10px; border-radius: 4px; color: #7f7f7f; border: 1px solid #7f7f7f; background-color: #fff; }

    .sub.categoryModifySection .threeMenuList{ position: relative; }
    .sub.categoryModifySection .threeMenuList .category_li{ width: 100%;  position: absolute; left: 0; top: 0; position: absolute; display: none; } 
    .sub.categoryModifySection.tab4 .threeMenuList .category_li{ width: 100%; }
    .sub.categoryModifySection .threeMenuList .category_li1{ position: static; display: block; }
    .sub.categoryModifySection .threeMenuList .category_li.active{ display: block; }
    .sub.categoryModifySection .threeMenuList > li .boxWrap{ border-left: unset; }

}
@media screen and (max-width: 650px) {
    .sub.categoryModifySection .threeMenuList .boxWrap.content .addDelBtn{ font-size: 13px; padding: 5px 10px; }
}

/* .sub.categoryModifySection.logoModify */
.sub.categoryModifySection.logoModify .logoList{ display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; margin-top: 20px; }
.sub.categoryModifySection.logoModify .logoList > li{ padding: 10px; width: calc(100% / 4); }
.sub.categoryModifySection.logoModify .logoList .item{ box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1); border-radius: 10px; overflow-y: hidden; }
.sub.categoryModifySection.logoModify .logoList .item .imgBox{ border-radius: 10px 10px 0 0; background-color: #efefef; height: 255px; background-size: cover; background-repeat: no-repeat; background-position: center; border: 1px solid #e4e4e4; }
.sub.categoryModifySection.logoModify .logoList .item .title{ margin: 10px; font-family: "Gmarket Sans"; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

@media screen and (max-width: 1250px) {
    .sub.categoryModifySection.logoModify .logoList .item .imgBox{ height: 16vw; }
      
}
@media screen and (max-width: 950px) {
    .sub.categoryModifySection.logoModify .logoList > li{ width: calc(100% / 3); }
    .sub.categoryModifySection.logoModify .logoList .item .imgBox{ height: 23vw; }
}
@media screen and (max-width: 650px) {
    .sub.categoryModifySection.logoModify .logoList{ width: 100%; margin: 1   0px auto 0 auto; }
    .sub.categoryModifySection.logoModify .logoList > li{ width: calc(100% / 2); padding: 5px; }
    .sub.categoryModifySection.logoModify .logoList .item{ border-radius: 5px; }
    .sub.categoryModifySection.logoModify .logoList .item .imgBox{ border-radius: 5px 5px 0 0; height: 30vw; }
    .sub.categoryModifySection.logoModify .logoList .item .title{ font-size: 14px; }
}

/* .loadPopupSection#accessMemberPopup */
.loadPopupSection#accessMemberPopup .popupContent{ max-width: 487px; }
.loadPopupSection#accessMemberPopup .popupContent .box1{ width: calc(100% / 3); text-align: center; justify-content: center; }
.loadPopupSection#accessMemberPopup .popupContent .box2{ width: calc(100% / 3); text-align: center; justify-content: center; }
.loadPopupSection#accessMemberPopup .popupContent .box3{ width: calc(100% / 3); text-align: center; justify-content: center; }


.sub.winwinGrouth .controllerDiv{ margin-top: 20px; padding: 20px; background-color: #F9FBFC; display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.sub.winwinGrouth .controllerDiv .title{ font-weight: 700; flex-shrink: 0; color: #004B55; }
.sub.winwinGrouth .controllerDiv .btnList{ display: flex; flex-wrap: wrap; gap: 10px; }
.sub.winwinGrouth .controllerDiv .btnList .item{ display: block; font-weight: 500; padding: 10px 20px; background-color: #fff; color: #004B55; border: 2px solid #004B55; border-radius: 4px; }
.sub.winwinGrouth .controllerDiv .btnList .item.item2{ color: #004B55; border-color: #004B55; }
.sub.winwinGrouth .controllerDiv .btnList .item.item3{ color: rgba(241, 113, 113, 1); border-color: rgba(241, 113, 113, 1); }
.sub.winwinGrouth .controllerDiv .btnList .item.item4{ color: #fff; border-color: #004B55; background-color: #004B55; }

@media screen and (max-width: 1250px) {
    .sub.winwinGrouth .controllerDiv .btnList .item{ padding: 5px 10px; font-size: 14px; }
}
@media screen and (max-width: 650px) {
    .sub.winwinGrouth .controllerDiv { padding: 10px; }
    .sub.winwinGrouth .controllerDiv .btnList{ width: 100%; }
}

.sub.managementView .questionDiv{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; }
.sub.managementView .questionDiv .title{ font-weight: 700; }
.sub.managementView .questionDiv .downloadBtn{ display: block; padding: 10px 30px; color:#fff; background-color: #7F7F7F; border-radius: 4px;  } 

.sub.managementView .textareaViewDiv{ margin-top: 10px; padding: 20px; line-height: 1.5em; border: 1px solid #ECECEC; }
.sub.managementView .fileDownloadBtn{
     margin-top: 10px; display: block; padding: 20px; padding-left: 60px; border-radius: 8px; border: 1px solid #e6e6e6; 
     background-image: url('../img/boardImg/folder.png'); background-repeat: no-repeat; background-position: left 20px center; 
}
.sub.managementView .fileDownloadBtn .fileDownInfo{ margin-top: 2px; font-size: 14px; color: #999; }

.sub.managementView .greenTitle{ font-size: 18px; margin: 30px 0 10px 0; font-weight: 700; color: #004B55; font-weight: 700; }


@media screen and (max-width: 1250px) {
    .sub.managementView .questionDiv .downloadBtn{ padding: 5px 20px; }
}
@media screen and (max-width: 650px) {
    .sub.managementView .questionDiv .downloadBtn{ padding: 5px 10px; font-size: 14px; }
    .sub.managementView .textareaViewDiv{ font-size: 14px; padding: 10px; }
    .sub.managementView .fileDownloadBtn{ padding: 10px; padding-left: 45px; font-size: 14px; background-position: left 10px center; }
    .sub.managementView .fileDownloadBtn .fileDownInfo{ font-size: 13px; }
}

.sub.mypageBoard .plusBtnDiv{ background: #fff; margin-top: 10px; width: 46px; height: 46px; border: 2px solid #7f7f7f; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 500; line-height: 1em; padding-top: .5%; color: #7f7f7f; }

.signupCategorySection.tab3 .adminSearchDiv{ margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #E4E4E4; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.signupCategorySection.tab3 .adminSearchDiv .searchBox{ display: flex; gap: 10px; max-width: 100%; width: 447px; }
.signupCategorySection.tab3 .adminSearchDiv .searchBox input[type="text"]{ flex-grow: 1; width: 200%; }
.signupCategorySection.tab3 .adminSearchDiv .searchBox .searchBtn{ border: 1px solid #222; flex-shrink: 0; padding: 10px; color: #fff; padding: 10px 20px; color: #fff; background-color: #222; border-radius: 4px; }
.signupCategorySection.tab3 .adminSearchDiv .createDiv{ display: flex; gap: 10px; }
.signupCategorySection.tab3 .adminSearchDiv .createDiv .ipt{ min-width: 250px; }
.signupCategorySection.tab3 .adminSearchDiv .createDiv .createBtn{ border: 1px solid #004B55; flex-shrink: 0; padding: 10px 20px; border-radius: 4px; color: #fff; background-color: #004B55; border-radius: 4px; }
.signupCategorySection.tab3 .adminSearchDiv .greenTitle{ font-weight: 700; font-size: 20px; color: #004B55; font-weight: 700; }


@media screen and (max-width: 650px) {
    .signupCategorySection.tab3 .adminSearchDiv{ font-size: 14px; }
    .signupCategorySection.tab3 .adminSearchDiv .searchBox .searchBtn{ padding: 5px 10px; }
    .signupCategorySection.tab3 .adminSearchDiv .createDiv .createBtn{ padding: 5px 10px; }
    .signupCategorySection.tab3 .adminSearchDiv .createDiv .ipt{ min-width: unset; padding-right: 20px; }

    .signupCategorySection.tab3 .adminSearchDiv .greenTitle{ font-size: 18px; }
}

.sub.signupCategorySection.tab5 .mypageTable{ text-align: center; }
.sub.signupCategorySection.tab5 .mypageTable > li .box1{ text-align: center; width: 15%; flex-shrink: 0; }
.sub.signupCategorySection.tab5 .mypageTable > li .box2{ text-align: center; flex-grow: unset; width: 15%; flex-shrink: 0;}
.sub.signupCategorySection.tab5 .mypageTable > li .box3{ text-align: center; width: 15%; flex-shrink: 0;}
.sub.signupCategorySection.tab5 .mypageTable > li .box4{ text-align: center; width: 15%;}
.sub.signupCategorySection.tab5 .mypageTable > li .box5{ text-align: center; width: 15%; flex-shrink: 0;}
.sub.signupCategorySection.tab5 .mypageTable > li .box6{ text-align: center; width: 12.5%; flex-shrink: 0;}
.sub.signupCategorySection.tab5 .mypageTable > li .box7{ text-align: center; width: 12.5%; flex-shrink: 0;}

@media screen and (max-width: 900px) {
    .sub.signupCategorySection.tab5 .mypageTable > li .box1{ width: 100%; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box2{ width: 100%; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box3{ width: 100%; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box4{ width: 100%; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box5{ width: 100%; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box6{ width: 100%; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box7{ width: 100%; }
    
    .sub.signupCategorySection.tab5 .mypageTable > li .box1::before{ content:'- 권한 : '; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box2::before{ content:'- 기업명 : '; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box3::before{ content:'- 담당자명 : '; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box4::before{ content:'- 이메일 : '; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box5::before{ content:'- 기업 담당자 수 : '; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box6::before{ content:'- 가입승인 : '; color: #7f7f7f; }
    .sub.signupCategorySection.tab5 .mypageTable > li .box7::before{ content:'- 접근권한 : '; color: #7f7f7f; }
}

.sub .formList .downloadBtn{ background-image: url('../img/boardImg/folder.png'); background-repeat: no-repeat; background-position: left 15px center; margin-top: 10px; width: 100%; padding: 15px; padding-left: 50px;  background-color: #fff; border: 1px solid #e6e6e6; border-radius: 8px; display: block; }
.sub .formList .downloadBtn .info{ color: #999; font-size: 14px; line-height: 1em; }

.sub.signupCategorySection.tab5 .adminSearchDiv{ margin-top: 20px; }
.sub.signupCategorySection.tab5 .adminSearchDiv .searchBox{ display: flex; gap: 5px; max-width: 447px; }
.sub.signupCategorySection.tab5 .adminSearchDiv .searchBox input[type="text"]{ width: 200%; }
.sub.signupCategorySection.tab5 .adminSearchDiv .searchBox .searchBtn{ flex-shrink: 0; padding: 10px 20px; border-radius: 4px; background-color: #222; color: #fff; }

@media screen and (max-width: 650px) {
    .sub.signupCategorySection.tab5 .adminSearchDiv{ font-size: 14px; }
    .sub.signupCategorySection.tab5 .adminSearchDiv .searchBox .searchBtn{ padding: 10px; }
}


.sub.signupCategorySection.tab5_2 .mypageTable > li .box1{ text-align: center; width: 10%; flex-shrink: 0; }
.sub.signupCategorySection.tab5_2 .mypageTable > li .box2{ text-align: center; flex-grow: unset; width: 15%; flex-shrink: 0;}
.sub.signupCategorySection.tab5_2 .mypageTable > li .box3{ text-align: center; width: 10%; flex-shrink: 0;}
.sub.signupCategorySection.tab5_2 .mypageTable > li .box4{ text-align: center; width: 10%;}
.sub.signupCategorySection.tab5_2 .mypageTable > li .box5{ text-align: center; width: 15%; flex-shrink: 0;}
.sub.signupCategorySection.tab5_2 .mypageTable > li .box6{ text-align: center; width: 15%; flex-shrink: 0;}
.sub.signupCategorySection.tab5_2 .mypageTable > li .box7{ text-align: center; width: 15%; flex-shrink: 0;}
.sub.signupCategorySection.tab5_2 .mypageTable > li .box8{ text-align: center; width: 10%; flex-shrink: 0;}

@media screen and (max-width: 900px) {
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box1{ width: 100%; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box2{ width: 100%; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box3{ width: 100%; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box4{ width: 100%; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box5{ width: 100%; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box6{ width: 100%; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box7{ width: 100%; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box8{ width: 100%; }
    
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box1::before{ content:'- 권한 : '; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box2::before{ content:'- 기업명 : '; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box3::before{ content:'- 담당자명 : '; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box4::before{ content:'- 소속부서 : '; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box5::before{ content:'- 직위 : '; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box6::before{ content:'- 전화번호 : '; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box7::before{ content:'- 가입승인 : '; }
    .sub.signupCategorySection.tab5_2 .mypageTable > li .box8::before{ content:'- 접근권한 : '; color: #7f7f7f; }
}

.loadPopupSection.company .popupContent .searchShowTable .box.box6{ width: 50%; }
.loadPopupSection.company .popupContent .searchShowTable .box.box7{ width: 30%; }
.loadPopupSection.company .popupContent .searchShowTable .box.box8{ width: 20%; }

@media screen and (max-width: 650px) {
    .loadPopupSection.company .popupContent .searchShowTable .box.box6{ width: 100%; }
    .loadPopupSection.company .popupContent .searchShowTable .box.box7{ width: 100%; }
    .loadPopupSection.company .popupContent .searchShowTable .box.box8{ width: 100%; }

    .loadPopupSection.company .popupContent .searchShowTable .box.box6::before{ content:'- 사업명 : '; } 
    .loadPopupSection.company .popupContent .searchShowTable .box.box7::before{ content:'- 생성날짜 : '; } 
    .loadPopupSection.company .popupContent .searchShowTable .box.box8::before{ content:'- 권한설정 : '; } 
}


@media screen and (max-width: 900px) {
    .sub.signupCategorySection.tab5_3 .mypageTable > li .box1::before{ content:'- 성함 : '; }
    .sub.signupCategorySection.tab5_3 .mypageTable > li .box2::before{ content:'- 성별 : '; }
    .sub.signupCategorySection.tab5_3 .mypageTable > li .box3::before{ content:'- 생년월일 : '; }
    .sub.signupCategorySection.tab5_3 .mypageTable > li .box4::before{ content:'- 이메일 : '; }
    .sub.signupCategorySection.tab5_3 .mypageTable > li .box5::before{ content:'- 전화번호 : '; }
    .sub.signupCategorySection.tab5_3 .mypageTable > li .box6::before{ content:'- 가입승인 : '; }
    .sub.signupCategorySection.tab5_3 .mypageTable > li .box7::before{ content:'- 접근권한 : '; }
}

.sub.mypageBoard.expert .bottomBar_title{ font-size: 20px; font-weight: 700; color: #004B55; margin-top: 20px; padding-bottom: 10px; border-bottom: 2px solid #D9D9D9; margin-bottom: 10px; }
.sub.mypageBoard.expert .startBtnDiv{ display: flex; margin-top: 20px;  }
.sub.mypageBoard.expert .startBtnDiv .selectWrapDiv{ width: 100%; max-width: 440px; display: flex; gap: 5px; }
.sub.mypageBoard.expert .startBtnDiv .selectWrapDiv .startBtn{ border: 1px solid #004B55; padding: 10px 20px; border-radius: 4px; flex-shrink: 0; color: #fff; background-color: #004B55; }

@media screen and (max-width: 650px) {
    .sub.mypageBoard.expert .bottomBar_title{ font-size: 18px; }
    .sub.mypageBoard.expert .startBtnDiv{ font-size: 14px; }
    .sub.mypageBoard.expert .startBtnDiv .selectWrapDiv .startBtn{ padding: 10px; }
}

@media screen and (max-width: 900px) {
    .boardArti .infoBoxWrap .infoBoxList > li.type2 .infoBox{ flex-direction: column; }
    .boardArti .infoBoxWrap .infoBoxList > li.type2 .infoBox .label{ width: 100% !important; }
    .boardArti .infoBoxWrap .infoBoxList > li.type2 .infoBox .label br{ display: none; }

}

.sub.mypage.adm .mypageTable > li .box6{ width: 10%; }
@media screen and (max-width: 900px) {
    .sub.mypage.adm .mypageTable > li .box6{ width: 100%; }
    .sub.mypage.adm .mypageTable > li .box6::before{ content:'- 사업관리 :'; color: #7f7f7f; }
    
}


.loadPopupSection .popupContent .bottomBtnDiv .exceptionBtn{ padding: 10px 20px; background-color: #222; border-radius: 4px; color: #fff; font-size: 18px; border: 1px solid #222;  }
.loadPopupSection .popupContent .bottomBtnDiv .exceptionBtn.whiteBtn{ background-color: #fff; color: #7f7f7f; border: 1px solid #D4D4D8; }
@media screen and (max-width: 650px) {
.loadPopupSection .popupContent .bottomBtnDiv .exceptionBtn{ font-size: 16px; }
}

/* 2025년 2월 20일 추가 */
.sub.mypageBoard .titleHalfSpaceBox{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.sub.mypageBoard .titleHalfSpaceBox .plusBtnDiv{ margin-top: 0; }
.sub .delBox{ width: auto; display: flex; gap: 5px; flex-grow: 1; align-items: center; }
.sub .delBox .delBtn{ border-radius: 50%; width: 20px; line-height: 1em; height: 20px; display: flex; align-items: center; justify-content: center; background-color: #F17171; border: none; flex-shrink: 0; color: #fff; }
.sub .delBox .delBtn::before{ content:''; display: block; width: 50%; height: 2px; background-color: #fff; }


.sub.company1_tab2 .esgCreateList{ text-align: center; margin-top: 16px; border-top: 1px solid #E9EBEC; }
.sub.company1_tab2 .esgCreateList > li{ flex-wrap: wrap; display: flex; border-bottom: 1px solid #E9EBEC; }
.sub.company1_tab2 .esgCreateList .box{ padding: 35px 10px;  }
.sub.company1_tab2 .esgCreateList .box1{ width: 25%; }
.sub.company1_tab2 .esgCreateList .box2{ width: 25%; border-left: 1px solid #E9EBEC; }
.sub.company1_tab2 .esgCreateList .box3{ width: 25%; border-left: 1px solid #E9EBEC; }
.sub.company1_tab2 .esgCreateList .box.titleBg{ padding: 15px 10px; background-color: #F9FBFC; }


@media screen and (max-width: 650px) {
    .sub.company1_tab2 .esgCreateList{ text-align: left; font-size: 14px; }
    .sub.company1_tab2 .esgCreateList > li{ padding: 10px 0; }
    .sub.company1_tab2 .esgCreateList > li:first-child{ display: none; }
    .sub.company1_tab2 .esgCreateList .box{ padding: 5px 10px; display: flex; gap: 5px; }
    .sub.company1_tab2 .esgCreateList .box1{ width: 100%; }
    .sub.company1_tab2 .esgCreateList .box2{ width: 50%; border-left: none; }
    .sub.company1_tab2 .esgCreateList .box3{ width: 100%; border-left: none; }
    .sub.company1_tab2 .esgCreateList .box1::before{ content:'- 발주기업 : '; color:#7f7f7f; flex-shrink: 0; }
    .sub.company1_tab2 .esgCreateList .box2::before{ content:'- 사업년도 : '; color:#7f7f7f; flex-shrink: 0; }
    .sub.company1_tab2 .esgCreateList .box3::before{ content:'- 진단기업수 : '; color:#7f7f7f; flex-shrink: 0; }

}

.sub.company1_tab2 .esgCreateList .greenBtn{ font-size: 14px; background-color: #7F7F7F; padding:8px 10px; border-radius: 4px; background-color: #7f7f7f; color: #fff; background: #004B55; }
@media screen and (max-width: 650px) {
    .sub.company1_tab2 .esgCreateList .greenBtn{ padding: 5px 10px; }
}
.sub.company1_tab2 .esgCreateList .blackBtn{ font-size: 14px; background-color: #7f7f7f; padding:8px 10px; border-radius: 4px; background-color: #7f7f7f; color: #fff; background: black; }
@media screen and (max-width: 650px) {
    .sub.company1_tab2 .esgCreateList .blackBtn{ padding: 5px 10px; }
}

/* 2025년 3월 17일  */
.boardViewArti .reportTitle { position: relative; }
.boardViewArti .reportTitle .greenBar{ margin-top: 30px; position: relative; z-index: 2; height: 40px; background-color: #004B55; }
.boardViewArti .reportTitle .bg{ position: relative; }
.boardViewArti .reportTitle .bg.bgCircle2{ position: absolute; left: 0; bottom: 0; }
.boardViewArti .reportTitle .rightBox{ display: flex; justify-content: flex-end; }
.boardViewArti .reportTitle .contentWrap{ max-width: 1000px; margin: 0 auto; }
.boardViewArti .reportTitle .titleBox{ margin-top: 30px; max-width: 400px; }
.boardViewArti .reportTitle .titleBox .barBox{ height: 4px; background: #D9D9D9; }
.boardViewArti .reportTitle .titleBox .barBox .greenBox{ height: 100%; background-color: #004B55; width: 70%; }
.boardViewArti .reportTitle .titleBox .t1{ font-size: 32px; font-weight: 700; margin-top: 56px; }
.boardViewArti .reportTitle .titleBox .t2{ margin-top: 16px; margin-bottom: 56px; line-height: 1.2em; font-size: 80px; font-weight: 700; color: #004B55; }
.boardViewArti .reportTitle .rightBox.type2{ margin-bottom: 105px; margin-top: 459px; }
.boardViewArti .reportTitle .infoBox{ width: 100%; max-width: 465px; border-top: 4px solid #004B55; border-bottom: 2px solid #004B55; }
.boardViewArti .reportTitle .infoBox .row{ display: flex; border-bottom: 1px solid #D9D9D9; }
.boardViewArti .reportTitle .infoBox .row .box{ text-align: center; justify-content: center; display: flex; align-items: center; padding: 20px; }
.boardViewArti .reportTitle .infoBox .row .box1{ font-size: 24px; text-align: center; flex-shrink: 0; background-color: #F8F8F8; width: 160px; border-right: 2px solid #D9D9D9; }
.boardViewArti .reportTitle .infoBox .row .box2{ flex-grow: 1; font-size: 20px; font-weight: 700; }

@media screen and (max-width: 1250px) {
    .boardViewArti .reportTitle .bg{ width: 30vw; }
    .boardViewArti .reportTitle .logo{ width: 70px; }
    .boardViewArti .reportTitle .titleBox{ margin-top: 4vw; max-width: 300px; }
    .boardViewArti .reportTitle .titleBox .barBox{ height: 5px; }
    .boardViewArti .reportTitle .titleBox .t1{ font-size: 24px; margin-top: 4vw; }
    .boardViewArti .reportTitle .titleBox .t2{ margin-bottom: 4vw; font-size: 50px; }
    .boardViewArti .reportTitle .rightBox.type2{ margin-top: 40vw; margin-bottom: 10vw; }
    .boardViewArti .reportTitle .infoBox{ position: relative; z-index: 2; max-width: 350px; border-top: 2px solid #004B55; border-bottom: 2px solid #004B55; }
    .boardViewArti .reportTitle .infoBox .row .box1{ padding: 10px; font-size: 16px; width: 120px; }
    .boardViewArti .reportTitle .infoBox .row .box2{ font-size: 14px; }
}   
@media screen and (max-width: 650px) {
    .boardViewArti .reportTitle .greenBar{ height: 30px; }
    .boardViewArti .reportTitle .infoBox{ max-width: unset; }
    .boardViewArti .reportTitle .titleBox{ max-width: 200px; }
    .boardViewArti .reportTitle .titleBox .t1{ font-size: 18px; }
    .boardViewArti .reportTitle .titleBox .t2{ font-size: 30px; }
    .boardViewArti .reportTitle .rightBox.type2{ margin-top: 30vw; }
    .boardViewArti .reportTitle .infoBox .row .box1{ font-size: 14px; width: 90px; }
}


.sub.mypageBoard .reoprtImgDiv#hiddenImg .titleBox{ flex-grow: 1; width: 100%; }
.sub.mypageBoard .reoprtImgDiv#hiddenImg .box{ display: flex; flex-wrap: wrap; }
.sub.mypageBoard .reoprtImgDiv#hiddenImg .box .imgBox{ width: calc(100% / 2); }
.sub.mypageBoard .reoprtImgDiv#hiddenImg .box .imgBox#comment{ width: 100%; }

@media screen and (max-width: 650px) {
    .sub.mypageBoard .reoprtImgDiv#hiddenImg .box .imgBox{ width: calc(100%); }
}

.page-break {
    padding: 20px 20px !important;
}


.formList > li .compnayLogo{ margin-top: 20px; max-width: 100%; border: 1px solid #efefef; }

/* .dashboardInfo */
.dashboardInfo{ width: 100%; display: flex; margin-top: 20px; width: calc(100% + 14px); margin-left: -7px; }
.dashboardInfo > div{ padding: 7px;  }
.dashboardInfo > div:nth-child(1){ width: 450px; }
.dashboardInfo > div:nth-child(2){ flex-grow: 1; }
.dashboardInfo .borderbox{ height: 100%; border-radius:10px; border: 1px solid #D9D9D9; padding: 28px; }
.dashboardInfo #myLineChart{ width: 100% !important; height: 170px !important; }
.dashboardInfo .title{ font-weight: 500; margin-bottom: 10px; }
.dashboardInfo .graphDiv{ display: flex; align-items: center; gap: 13px; }
.dashboardInfo .graphDiv .grapy{  align-items: center; margin-bottom: 10px; min-height: 20px; color: #fff; max-width:calc(100% - 100px); flex-grow: 1; background-color: #D9D9D9; border-radius: 0 50px 50px 0; } 
.dashboardInfo .graphDiv .grapy .bar{ border-radius: 0 50px 50px 0; padding: 5px 5px; font-size: 12px; display: flex; align-items: center; justify-content: flex-end; }
.dashboardInfo .graphDiv .bigNumber{ flex-shrink: 0; color: #004B55; font-size: 32px; font-weight: 700; }
.dashboardInfo .graphDiv .text{ flex-shrink: 0; }


@media screen and (max-width: 1250px) {
    .dashboardInfo{ flex-direction: column; }
    .dashboardInfo > div:nth-child(1){ width: 100%; }

}
@media screen and (max-width: 950px) {
    .dashboardInfo{ font-size:14px }
}
@media screen and (max-width: 650px) {
    .dashboardInfo .borderbox{ padding: 15px; }
    .dashboardInfo .graphDiv .bigNumber{ font-size: 20px; }
    .dashboardInfo .graphDiv .grapy{ max-width: calc(100% - 75px); }
}

.propulsionArti{ overflow:hidden; }
.propulsionArti .propulsCategory{ display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.propulsionArti .propulsCategory .box { flex-shrink: 0; display: flex; align-items: center; gap: 5px; }  
.propulsionArti .propulsCategory .box .colorDiv{ display: inline-block; width: 22px; height: 22px; border-radius: 4px; }

.propulsionArti .dashboarTable{ border-top: 2px solid #E9EBEC; margin-top: 14px; }
.propulsionArti .dashboarTable > li{ display: flex; border-bottom: 2px solid #E9EBEC; }
.propulsionArti .dashboarTable .box{ text-align: center; padding: 16px;  }
.propulsionArti .dashboarTable .box + .box{ border-left: 2px solid #E9EBEC; }
.propulsionArti .dashboarTable .box.title{ text-align: center; background-color: #F9FBFC; }
.propulsionArti .dashboarTable .box1{ width: 10%; }
.propulsionArti .dashboarTable .box2{ display: flex; align-items: center; justify-content: center; width: 20%; }
/* .propulsionArti .dashboarTable .box3{ width: 15%; } */
.propulsionArti .dashboarTable .box4{ width: 45%; display: flex; flex-wrap: wrap; gap: 10px; }
.propulsionArti .dashboarTable .box5{ width: 10%; }
.propulsionArti .dashboarTable .box6{ display: flex; align-items: center; justify-content: center; width: 20%; }
.propulsionArti .dashboarTable .dateLabel{ width: calc((100% / 2) - 20px); font-size: 13px; display: inline-block; padding: 5px 10px; color: #fff; background-color: #7f7f7f; border-radius: 4px; }
/* .propulsionArti .dashboarTable .dateLabel.type1{ background-color: #639BF5; } */
.propulsionArti .dashboarTable .dateLabel.type1{ background-color: #639BF5; margin: 1px; }
.propulsionArti .dashboarTable .dateLabel.type2{ background-color: #7051C9; }
.propulsionArti .dashboarTable .adminBtn{ font-size: .8em; display: inline-block; padding: 5px 10px; border-radius: 4px; color: #fff; background-color: #004B55; border-radius: 4px; }
.propulsionArti .dashboarTable .checkBtn{ font-size: .8em; display: inline-block; padding: 5px 10px; border-radius: 4px; color: #fff; background-color: #639BF5; border-radius: 4px; }

@media screen and (max-width: 1250px) {
    .propulsionArti .dashboarTable{ font-size: 14px; }
}
@media screen and (max-width: 950px) {
    .propulsionArti .tableSlideWrap{ overflow-x: scroll; }
    .propulsionArti .dashboarTable{ width: 920px;  }
}
@media screen and (max-width: 650px) {
    .propulsionArti { font-size: 14px; }
    
    .propulsionArti .tableSlideWrap{ overflow: hidden; }

    .propulsionArti .dashboarTable{ width: 100%; }
    .propulsionArti .dashboarTable > li{ padding: 10px 0; flex-direction: column; text-align: left; }
    .propulsionArti .dashboarTable > li:nth-child(1){ display: none; }
    .propulsionArti .dashboarTable .box{ text-align: left; width: 100% !important; padding: 2px 16px; }
    .propulsionArti .dashboarTable .box + .box{ border-left: unset; }
    .propulsionArti .dashboarTable .box1{ display: none; }

    .propulsionArti .dashboarTable .dateLabel{ width: 100%; text-align: center; }

    .propulsionArti .dashboarTable .box2::before{ content:'- 기업명 : '; margin-right: 5px;  }
    .propulsionArti .dashboarTable .box3::before{ content:'- 온라인 교육기간 : '; margin-right: 5px;  }
    /* .propulsionArti .dashboarTable .box4::before{ content:'- 1차 실사 일정 : '; margin-right: 5px;  } */
    /* .propulsionArti .dashboarTable .box5::before{ content:'- 2차 실사 일정 : '; margin-right: 5px;  } */
    .propulsionArti .dashboarTable .box6::before{ content:'- 관리 : '; margin-right: 5px;  }
}


/* 2025년 4월 24일  [로딩화면] 추가 */
main.loading{ opacity: 0; visibility: hidden; flex-direction: column; gap:10px; display: flex; align-items: center; justify-content: center; position: fixed; left: 0; top: 0; z-index: 999999; background-color: rgba(0,0,0,0.8); width: 100%; height: 100%; }
main.loading.show{ opacity: 1; visibility: visible; }
main.loading::after{ content:'저장중입니다.'; color: #fff; font-weight: 200; margin-top: 10px;  }
main.loading .icon{ width: 30px; animation: rotate 2s ease-in-out infinite; }
@keyframes rotate {
    0% { transform: rotate(0); } 
    100% { transform: rotate(360deg); } 
}